Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/krzyzanowskim/MKDataScanner

NSScanner for NSData and files.
https://github.com/krzyzanowskim/MKDataScanner

Merge pull request #3 from FergalMohan/master

Please consider this Pull Request

cd52c8559de08dbf8a50e32e21794dc182548837 authored almost 9 years ago by Marcin Krzyzanowski <[email protected]>
Add an implementation for scanHexFloat. Fix the DataProvider so that

isAtEnd is FALSE until scanLocation >= sizeOfNSData. Add a Test case

04574fec12792417b84c5e40acbbf9bcdae2ef92 authored almost 9 years ago by Fergal Mohan <[email protected]>
Merge pull request #1 from codinn/master

Add OS X targets for those do not use CocoaPods

22577ec79f164f4400991dbb6027df363b487ef2 authored over 9 years ago by Marcin Krzyzanowski <[email protected]>
Update to recommended settings suggested by Xcode

cf709ae2d8e470fed59dd8f3823b35a74b4ca72a authored over 9 years ago by Yang.Y <[email protected]>
Set default deploy target to iOS 7.0 & OS X 10.9

0079e16800dbdfcb314f23607198f7bdf0cbd623 authored over 9 years ago by Yang.Y <[email protected]>
1. Add build targets for Mac

2. Set "Public Headers Folder Path" build option instead of use "Copy Files" build stage

79ee454f522d4d95ee3c212a891bda948f8a3ced authored over 9 years ago by Yang.Y <[email protected]>
Update podspec for 0.2

a29c8122842a62d539ade10ecc73f15113900891 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
scanUpToBytesFromSet

13482cc3f6555029ed3b5263890999438dab7a10 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
Update scanner internals. Fix tests according to NSScanner results.

f8dfd62ba711de6ccc1d5d388fab39def28a1bf7 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
minor cleanup when reading data with dispatch io

4fdd84fbcf150ee84dddfe76653e0910c0c6b467 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
fix channel queue

50614e6dbaad972ce1e3fa87488a805d5e0d8758 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
Dispatch I/O provider

32d29eabda872f705f5b0992d2b17aa608082ea0 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
Cococapods podspec file

fb903df43c9ae44866a4dbf171e2ddb43105d640 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
minor

a112aaaebb21f03e51316cdcc5f733b923a686ee authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
scanUpToBytes

39681d636bb176053eff89a9ee07553c91c927e8 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
README.md

28f4853c15e480bd8515d542c464e046e23cf36e authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
gitignore

b1319fca006c60fdae5765cdcf7f1a3c8e0b1262 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
MKDataScannerDataProvider

d2f175e0082c9e7a8cfb85a0442f5a87771ac83b authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
scanInteger

44ab1c5bba81a4f05fc45818431b994471415237 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
scanData:intoData

d85faec528605941961efac9955c54e4e5609000 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
If stopData is present in the receiver, then on return the scan location is set to the beginning of that data.

17c719d562634dd6724825d7b15492d1a37d0ecc authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
scanUpToData

a105930ac42a4d74b110993e1500ad7f97b46513 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
Initial Commit

4b37fd58fa74fce34adf671b9f2a9246843b4008 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>