Download Finch Free Java Code

Description

An iOS app for data sharing over a local WiFi network. Runs as a portable web server on your iOS device. Accessed via browser.

Icons

Finch

Source Files

The download file Finch-master.zip has the following entries.


.gitignore/*ww  w . j  ava 2  s . c  o m*/
Description.rtf
Finch.xcodeproj/project.pbxproj
Finch.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Finch.xcworkspace/contents.xcworkspacedata
Finch/Additions/NSObject+JSON.h
Finch/Additions/NSObject+JSON.m
Finch/Additions/NSStringAdditions.h
Finch/Additions/NSStringAdditions.m
Finch/Additions/UIImage+Additions.h
Finch/Additions/UIImage+Additions.m
Finch/GestureTouchView/CustomGestureRecognizer.h
Finch/GestureTouchView/CustomGestureRecognizer.m
Finch/GestureTouchView/TransparentTouchView.h
Finch/GestureTouchView/TransparentTouchView.mm
Finch/GestureTouchView/TransparentTouchViewDelegate.h
Finch/HTTP/HTTPAsyncAssetResponse.h
Finch/HTTP/HTTPAsyncAssetResponse.m
Finch/HTTP/HTTPForbiddenResponse.h
Finch/HTTP/HTTPForbiddenResponse.m
Finch/HTTP/MainHTTPConnection.h
Finch/HTTP/MainHTTPConnection.m
Finch/KVCSerializer/KVCBaseObject.h
Finch/KVCSerializer/KVCBaseObject.m
Finch/Main/AppDelegate.h
Finch/Main/AppDelegate.m
Finch/Main/BonjourIface.h
Finch/Main/BonjourIface.m
Finch/Main/GlobalDefaults.h
Finch/Main/GlobalDefaults.m
Finch/Main/Helper.h
Finch/Main/Helper.m
Finch/Main/Iface.h
Finch/Main/Iface.m
Finch/Main/MainViewController.h
Finch/Main/MainViewController.m
Finch/Main/MainViewController.xib
Finch/Main/MiscViewController.h
Finch/Main/MiscViewController.m
Finch/Main/Reachability.h
Finch/Main/Reachability.m
Finch/Main/WebViewController.h
Finch/Main/WebViewController.m
Finch/Other/ColorDefs.h
Finch/Other/DLog.h
Finch/Other/Global.h
Finch/Other/Info.plist
Finch/Other/Prefix.pch
Finch/Other/main.m
Finch/ShareControllers/PasteboardShareController.h
Finch/ShareControllers/PasteboardShareController.m
Finch/ShareControllers/PicturesShareController.h
Finch/ShareControllers/PicturesShareController.m
Finch/ShareControllers/PrivatePictureSelection/AlbumShareSectionHeader.h
Finch/ShareControllers/PrivatePictureSelection/AlbumShareSectionHeader.m
Finch/ShareControllers/PrivatePictureSelection/PictureViewCell.h
Finch/ShareControllers/PrivatePictureSelection/PictureViewCell.m
Finch/ShareControllers/PrivatePictureSelection/PictureViewCell.xib
Finch/ShareControllers/PrivatePictureSelection/PicturesPrivateViewController.h
Finch/ShareControllers/PrivatePictureSelection/PicturesPrivateViewController.m
Finch/ShareControllers/ShareController.h
Finch/ShareControllers/ShareController.m
Finch/ShareControllers/TextShareController.h
Finch/ShareControllers/TextShareController.m
Finch/ShareModels/ALAssetShare.h
Finch/ShareModels/ALAssetShare.m
Finch/ShareModels/AlbumShare.h
Finch/ShareModels/AlbumShare.m
Finch/ShareModels/ImageShare.h
Finch/ShareModels/ImageShare.m
Finch/ShareModels/PasteboardShare.h
Finch/ShareModels/PasteboardShare.m
Finch/ShareModels/PicturesShare.h
Finch/ShareModels/PicturesShare.m
Finch/ShareModels/RootShare.h
Finch/ShareModels/RootShare.m
Finch/ShareModels/Share.h
Finch/ShareModels/Share.m
Finch/ShareModels/SharesProvider.h
Finch/ShareModels/SharesProvider.m
Finch/ShareModels/SiblingSharesProvider.h
Finch/ShareModels/TextShare.h
Finch/ShareModels/TextShare.m
Finch/TableViews/CellModelAdapter/BaseCellAdapter.h
Finch/TableViews/CellModelAdapter/BaseCellAdapter.m
Finch/TableViews/CellModelAdapter/IfaceBaseCellAdapter.h
Finch/TableViews/CellModelAdapter/IfaceBaseCellAdapter.m
Finch/TableViews/CellModelAdapter/ImageCellAdapter.h
Finch/TableViews/CellModelAdapter/ImageCellAdapter.m
Finch/TableViews/CellModelAdapter/PasteboardShareImageCellAdapter.h
Finch/TableViews/CellModelAdapter/PasteboardShareImageCellAdapter.m
Finch/TableViews/CellModelAdapter/PasteboardShareTextCellAdapter.h
Finch/TableViews/CellModelAdapter/PasteboardShareTextCellAdapter.m
Finch/TableViews/CellModelAdapter/ShareSwitchCellAdapter.h
Finch/TableViews/CellModelAdapter/ShareSwitchCellAdapter.m
Finch/TableViews/CellModelAdapter/SwitchCellAdapter.h
Finch/TableViews/CellModelAdapter/SwitchCellAdapter.m
Finch/TableViews/CellModelAdapter/TextCellAdapter.h
Finch/TableViews/CellModelAdapter/TextCellAdapter.m
Finch/TableViews/CellModelAdapter/TextShareTextCellAdapter.h
Finch/TableViews/CellModelAdapter/TextShareTextCellAdapter.m
Finch/TableViews/Cells/AlbumShareCell.h
Finch/TableViews/Cells/AlbumShareCell.m
Finch/TableViews/Cells/AlbumShareCell.xib
Finch/TableViews/Cells/BaseCell.h
Finch/TableViews/Cells/BaseCell.m
Finch/TableViews/Cells/ImageCell.h
Finch/TableViews/Cells/ImageCell.m
Finch/TableViews/Cells/ImageCell.xib
Finch/TableViews/Cells/ShareCell.h
Finch/TableViews/Cells/ShareCell.m
Finch/TableViews/Cells/ShareCell.xib
Finch/TableViews/Cells/SwitchCell.h
Finch/TableViews/Cells/SwitchCell.m
Finch/TableViews/Cells/SwitchCell.xib
Finch/TableViews/Cells/TextCell.h
Finch/TableViews/Cells/TextCell.m
Finch/TableViews/Cells/TextCell.xib
Finch/TableViews/Models/CellModel.h
Finch/TableViews/Models/CellModel.m
Finch/TableViews/Models/SectionModel.h
Finch/TableViews/Models/SectionModel.m
Finch/TableViews/Models/TableModel.h
Finch/TableViews/Models/TableModel.m
Finch/TableViews/Models/TableModelConstants.h
Finch/TableViews/Models/TableModelConstants.m
Finch/TemplateEngine/BasicTemplateLoader.h
Finch/TemplateEngine/BasicTemplateLoader.m
Finch/TemplateEngine/MacroPreprocessor.h
Finch/TemplateEngine/MacroPreprocessor.m
Finch/TemplateEngine/TemplateLoader.h
Finch/res/docroot/fonts/taile.eot
Finch/res/docroot/fonts/taile.svg
Finch/res/docroot/fonts/taile.ttf
Finch/res/docroot/fonts/taile.woff
Finch/res/docroot/help.html
Finch/res/docroot/images/apple-touch-icon-114x114.png
Finch/res/docroot/images/apple-touch-icon-72x72.png
Finch/res/docroot/images/apple-touch-icon.png
Finch/res/docroot/images/bg.png
Finch/res/docroot/images/favicon.ico
Finch/res/docroot/images/sprite.png
Finch/res/docroot/libraries.html
Finch/res/docroot/stylesheets/styles.css
Finch/res/graphics/Default-568h@2x.png
Finch/res/graphics/Icon.png
Finch/res/graphics/Icon@2x.png
Finch/res/graphics/finch-icon.png
Finch/res/graphics/finch-icon@2x.png
Finch/res/graphics/finch-text.png
Finch/res/graphics/finch-text@2x.png
Finch/res/graphics/icon-pasteboard-active.png
Finch/res/graphics/icon-pasteboard-active@2x.png
Finch/res/graphics/icon-pasteboard-inactive.png
Finch/res/graphics/icon-pasteboard-inactive@2x.png
Finch/res/graphics/icon-photo-active.png
Finch/res/graphics/icon-photo-active@2x.png
Finch/res/graphics/icon-photo-inactive.png
Finch/res/graphics/icon-photo-inactive@2x.png
Finch/res/graphics/icon-privacy.png
Finch/res/graphics/icon-privacy@2x.png
Finch/res/graphics/icon-text-active.png
Finch/res/graphics/icon-text-active@2x.png
Finch/res/graphics/icon-text-inactive.png
Finch/res/graphics/icon-text-inactive@2x.png
Finch/res/tpl/album_list.html
Finch/res/tpl/album_list_item.html
Finch/res/tpl/album_pictures.html
Finch/res/tpl/asset.html
Finch/res/tpl/header_and_menu.html
Finch/res/tpl/image.html
Finch/res/tpl/index.html
Finch/res/tpl/pasteboard.html
Finch/res/tpl/text.html
Finch/res/tpl/video.html
Podfile
Podfile.lock
Pods/BuildHeaders/CocoaAsyncSocket/AsyncSocket.h
Pods/BuildHeaders/CocoaAsyncSocket/AsyncUdpSocket.h
Pods/BuildHeaders/CocoaAsyncSocket/GCDAsyncSocket.h
Pods/BuildHeaders/CocoaAsyncSocket/GCDAsyncUdpSocket.h
Pods/BuildHeaders/CocoaHTTPServer/DAVConnection.h
Pods/BuildHeaders/CocoaHTTPServer/DAVResponse.h
Pods/BuildHeaders/CocoaHTTPServer/DDData.h
Pods/BuildHeaders/CocoaHTTPServer/DDNumber.h
Pods/BuildHeaders/CocoaHTTPServer/DDRange.h
Pods/BuildHeaders/CocoaHTTPServer/DELETEResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPAsyncFileResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPAuthenticationRequest.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPConnection.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPDataResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPDynamicFileResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPFileResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPLogging.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPMessage.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPRedirectResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPServer.h
Pods/BuildHeaders/CocoaHTTPServer/MultipartFormDataParser.h
Pods/BuildHeaders/CocoaHTTPServer/MultipartMessageHeader.h
Pods/BuildHeaders/CocoaHTTPServer/MultipartMessageHeaderField.h
Pods/BuildHeaders/CocoaHTTPServer/PUTResponse.h
Pods/BuildHeaders/CocoaHTTPServer/WebSocket.h
Pods/BuildHeaders/CocoaLumberjack/DDASLLogger.h
Pods/BuildHeaders/CocoaLumberjack/DDAbstractDatabaseLogger.h
Pods/BuildHeaders/CocoaLumberjack/DDFileLogger.h
Pods/BuildHeaders/CocoaLumberjack/DDLog.h
Pods/BuildHeaders/CocoaLumberjack/DDTTYLogger.h
Pods/BuildHeaders/FlurrySDK/Flurry.h
Pods/BuildHeaders/MBProgressHUD/MBProgressHUD.h
Pods/CocoaAsyncSocket/GCD/GCDAsyncSocket.h
Pods/CocoaAsyncSocket/GCD/GCDAsyncSocket.m
Pods/CocoaAsyncSocket/GCD/GCDAsyncUdpSocket.h
Pods/CocoaAsyncSocket/GCD/GCDAsyncUdpSocket.m
Pods/CocoaAsyncSocket/README.markdown
Pods/CocoaAsyncSocket/RunLoop/AsyncSocket.h
Pods/CocoaAsyncSocket/RunLoop/AsyncSocket.m
Pods/CocoaAsyncSocket/RunLoop/AsyncUdpSocket.h
Pods/CocoaAsyncSocket/RunLoop/AsyncUdpSocket.m
Pods/CocoaHTTPServer/Core/Categories/DDData.h
Pods/CocoaHTTPServer/Core/Categories/DDData.m
Pods/CocoaHTTPServer/Core/Categories/DDNumber.h
Pods/CocoaHTTPServer/Core/Categories/DDNumber.m
Pods/CocoaHTTPServer/Core/Categories/DDRange.h
Pods/CocoaHTTPServer/Core/Categories/DDRange.m
Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h
Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m
Pods/CocoaHTTPServer/Core/HTTPConnection.h
Pods/CocoaHTTPServer/Core/HTTPConnection.m
Pods/CocoaHTTPServer/Core/HTTPLogging.h
Pods/CocoaHTTPServer/Core/HTTPMessage.h
Pods/CocoaHTTPServer/Core/HTTPMessage.m
Pods/CocoaHTTPServer/Core/HTTPResponse.h
Pods/CocoaHTTPServer/Core/HTTPServer.h
Pods/CocoaHTTPServer/Core/HTTPServer.m
Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h
Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.m
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.m
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.m
Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.m
Pods/CocoaHTTPServer/Core/WebSocket.h
Pods/CocoaHTTPServer/Core/WebSocket.m
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.m
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.m
Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h
Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.m
Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h
Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.m
Pods/CocoaHTTPServer/LICENSE.txt
Pods/CocoaHTTPServer/README.markdown
Pods/CocoaLumberjack/LICENSE.txt
Pods/CocoaLumberjack/Lumberjack/DDASLLogger.h
Pods/CocoaLumberjack/Lumberjack/DDASLLogger.m
Pods/CocoaLumberjack/Lumberjack/DDAbstractDatabaseLogger.h
Pods/CocoaLumberjack/Lumberjack/DDAbstractDatabaseLogger.m
Pods/CocoaLumberjack/Lumberjack/DDFileLogger.h
Pods/CocoaLumberjack/Lumberjack/DDFileLogger.m
Pods/CocoaLumberjack/Lumberjack/DDLog.h
Pods/CocoaLumberjack/Lumberjack/DDLog.m
Pods/CocoaLumberjack/Lumberjack/DDTTYLogger.h
Pods/CocoaLumberjack/Lumberjack/DDTTYLogger.m
Pods/CocoaLumberjack/README.markdown
Pods/FlurrySDK/Flurry/Flurry.h
Pods/FlurrySDK/Flurry/libFlurry.a
Pods/FlurrySDK/LICENSE
Pods/FlurrySDK/README.md
Pods/Headers/CocoaAsyncSocket/AsyncSocket.h
Pods/Headers/CocoaAsyncSocket/AsyncUdpSocket.h
Pods/Headers/CocoaAsyncSocket/GCDAsyncSocket.h
Pods/Headers/CocoaAsyncSocket/GCDAsyncUdpSocket.h
Pods/Headers/CocoaHTTPServer/DAVConnection.h
Pods/Headers/CocoaHTTPServer/DAVResponse.h
Pods/Headers/CocoaHTTPServer/DDData.h
Pods/Headers/CocoaHTTPServer/DDNumber.h
Pods/Headers/CocoaHTTPServer/DDRange.h
Pods/Headers/CocoaHTTPServer/DELETEResponse.h
Pods/Headers/CocoaHTTPServer/HTTPAsyncFileResponse.h
Pods/Headers/CocoaHTTPServer/HTTPAuthenticationRequest.h
Pods/Headers/CocoaHTTPServer/HTTPConnection.h
Pods/Headers/CocoaHTTPServer/HTTPDataResponse.h
Pods/Headers/CocoaHTTPServer/HTTPDynamicFileResponse.h
Pods/Headers/CocoaHTTPServer/HTTPFileResponse.h
Pods/Headers/CocoaHTTPServer/HTTPLogging.h
Pods/Headers/CocoaHTTPServer/HTTPMessage.h
Pods/Headers/CocoaHTTPServer/HTTPRedirectResponse.h
Pods/Headers/CocoaHTTPServer/HTTPResponse.h
Pods/Headers/CocoaHTTPServer/HTTPServer.h
Pods/Headers/CocoaHTTPServer/MultipartFormDataParser.h
Pods/Headers/CocoaHTTPServer/MultipartMessageHeader.h
Pods/Headers/CocoaHTTPServer/MultipartMessageHeaderField.h
Pods/Headers/CocoaHTTPServer/PUTResponse.h
Pods/Headers/CocoaHTTPServer/WebSocket.h
Pods/Headers/CocoaLumberjack/DDASLLogger.h
Pods/Headers/CocoaLumberjack/DDAbstractDatabaseLogger.h
Pods/Headers/CocoaLumberjack/DDFileLogger.h
Pods/Headers/CocoaLumberjack/DDLog.h
Pods/Headers/CocoaLumberjack/DDTTYLogger.h
Pods/Headers/FlurrySDK/Flurry.h
Pods/Headers/MBProgressHUD/MBProgressHUD.h
Pods/MBProgressHUD/LICENSE
Pods/MBProgressHUD/MBProgressHUD.h
Pods/MBProgressHUD/MBProgressHUD.m
Pods/MBProgressHUD/MBProgressHUD.podspec
Pods/MBProgressHUD/README.mdown
Pods/Manifest.lock
Pods/Pods-Acknowledgements.markdown
Pods/Pods-Acknowledgements.plist
Pods/Pods-dummy.m
Pods/Pods-environment.h
Pods/Pods-prefix.pch
Pods/Pods-resources.sh
Pods/Pods.xcconfig
Pods/Pods.xcodeproj/project.pbxproj
Pods/PodsDummy_Pods.m
UnitTests/Finch_Tests.h
UnitTests/Finch_Tests.m
UnitTests/IMG_0010.PNG
UnitTests/MacroProcessorTest.h
UnitTests/MacroProcessorTest.m
UnitTests/UnitTests-Info.plist
UnitTests/UnitTests-Prefix.pch
UnitTests/test_templates/include1.html
UnitTests/test_templates/include2.html
UnitTests/test_templates/test_include.html
python/Preprocessor.py
python/Server.py
python/TestPreprocessor.py

Download

Click the following link to download Finch-master.zip.

Finch-master.zip




















Home »
  Objective C Free Code »
    Hardware »




Bluetooth
Camera
WiFi