| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 23 Dec 2025 10:10:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100121182319
location: https://web.archive.org/web/20100121182319/https://github.com/migueldeicaza/OpenFlowSharp
server-timing: captures_list;dur=0.524908, exclusion.robots;dur=0.044957, exclusion.robots.policy;dur=0.034467, esindex;dur=0.009132, cdx.remote;dur=12.566675, LoadShardBlock;dur=389.094496, PetaboxLoader3.datanode;dur=97.962696, PetaboxLoader3.resolve;dur=180.095625
x-app-server: wwwb-app204-dc6
x-ts: 302
x-tr: 437
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 23 Dec 2025 10:10:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 21 Jan 2010 18:23:19 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "75cfd51457fdd35f7920aa5ae0eed958"
x-archive-orig-x-runtime: 93ms
x-archive-orig-content-length: 24640
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 21 Jan 2010 18:23:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100121155620_crawl100-c/51_13_20100121182308_crawl101.arc.gz
server-timing: captures_list;dur=0.616365, exclusion.robots;dur=0.021530, exclusion.robots.policy;dur=0.009073, esindex;dur=0.011053, cdx.remote;dur=9.010236, LoadShardBlock;dur=263.684852, PetaboxLoader3.datanode;dur=239.637912, PetaboxLoader3.resolve;dur=240.722596, load_resource;dur=259.334096
x-app-server: wwwb-app204-dc6
x-ts: 200
x-tr: 596
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
migueldeicaza's OpenFlowSharp at master - GitHub
This service is courtesy of Pledgie.
migueldeicaza / OpenFlowSharp
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Sample CoverFlow implementation for MonoTouch, based on OpenFlow — Read more
Miguel de Icaza (author)
Sun Jan 17 09:45:40 -0800 2010
| name | age | message | |
|---|---|---|---|
| |
OpenFlowSharp.sln | Sat Jan 09 18:10:10 -0800 2010 | initial version of OpenFlowSharp, not yet working [Miguel de Icaza] |
| |
OpenFlowSharp.userprefs | Sun Jan 17 09:45:40 -0800 2010 | Actually use the NSAutoreleasePool. Share the t... [Miguel de Icaza] |
| |
OpenFlowSharp/ | Sun Jan 17 09:45:40 -0800 2010 | Actually use the NSAutoreleasePool. Share the t... [Miguel de Icaza] |
| |
README.txt | Sat Jan 09 23:28:25 -0800 2010 | update readme [Miguel de Icaza] |
| |
Sample/ | Sun Jan 17 09:45:40 -0800 2010 | Actually use the NSAutoreleasePool. Share the t... [Miguel de Icaza] |
| |
flick-net.patch | Sat Jan 09 23:27:41 -0800 2010 | Add patch to Flickr.NET to build with MonoTouch [Miguel de Icaza] |
README.txt
This is a line-by-line port of an open source CoverFlow implementation
for the sake of the users on #monotouch. The original code is from
Alex Fajkowski and was originally published here:
https://github.com/thefaj/OpenFlow
The code is released under the same terms as the original
implementation, MIT X11.
All kudos should go to him, and all bugs in this implementation are
probably my fault - Miguel.
There is a patch included to make Flickr.NET build with MonoTouch, as
well as a ready-to-run DLL compiled like this:
smcs -target:library -out:flickrnet.dll *.cs
What follows is Alex Fajkowski's original README file
-----
Follow the project's status at https://apparentlogic.com/openflow and on Twitter at @openflow
When I released my first iPhone app, Presenter, two months ago, Apple accused me of using their private iPhone CoverFlow
API. After appealing to Apple & writing a blog post about my roadblock, Apple reversed their decision.
The initial release is simple, but it is also efficient and very fast, even on first generation iPhones.
The API should be easy to include in your own program. The main class, AFOpenFlowView, is a subclass of UIView.
To use this in your own project:
-Add the OpenFlow source code to your project.
-Add the QuartzCore and CoreGraphics frameworks.
-Import “AFOpenFlowView.h” & interact with it as you would a normal UIView.
-You should implement both the AFOpenFlowViewDelegate and AFOpenFlowViewDataSource protocols.
Currently, the delegate protocol is used to let your code know when the user selected a new object. The datasource
protocol is called when AFOpenFlowView needs a UIImage object. This method should be *fast*. Don’t do NSURL requests or
even disk access in this method. See the AFOpenFlowDemo app I provided for an example how to load images from a remote
server. The datasource also needs to provide a default UIImage.
At any point, you can set UIImage’s on your AFOpenFlowView. You don’t need to wait for the datasource protocol to ask
you. Your AFOpenFlowView will start displaying images as soon as you call setNumberOfImages.
This is an initial release of OpenFlow. I licensed it under the liberal MIT open source license.
Please drop me a line to let me know what you think & where you want the project to go from here.
The source code for both OpenFlow and the AFOpenFlowDemo project are currently available on Github at
https://github.com/thefaj/OpenFlow. For the demo application, you will need to register for a Flickr API key and secret.
If you try to compile the demo, you will quickly find the error message where your Key & Secret should be added.
Enjoy!
-Alex
