Skip navigation.
 
mlRe: looking for a crc code
FROM : Ilan Volow
DATE : Sun Jun 15 23:09:45 2008

Python's zlib module has crc32

e.g.

import zlib
zlib.crc32("Wish things were this easy in Cocoa")


-- Ilan

On Jun 15, 2008, at 3:19 AM, Jason Coco wrote:

> There is:
>
> uLong crc32(uLong crc, const Bytef *buf, uInt len);
>
> On Jun 14, 2008, at 20:04 , Michael Vannorsdel wrote:
>

>> I thought I saw a CRC32 implementation in zlib at one time.
>>
>>
>> On Jun 14, 2008, at 9:25 AM, Jens Alfke wrote:
>>

>>> On 14 Jun '08, at 4:59 AM, Ilan Volow wrote:
>>>

>>>> No mention at all I can find (in the 20 seconds I scanned the 
>>>> first two result pages) of any cocoa CRC implementations. If a 
>>>> newbie were to do a search like this and turned up such a 
>>>> fruitless list of leads, I wouldn't be surprised in the least 
>>>> that they came to the list and asking for a personal 
>>>> recommendation of some hard-to-find Cocoa framework from 
>>>> experienced Cocoa programmers.

>>>
>>> Yes, but what does CRC have to do with Cocoa? It's just a function 
>>> that takes a pointer and a length and returns an int. It'd be 
>>> trivial to use any C implementation in a Cocoa app, so there's no 
>>> reason to restrict the search by adding "cocoa" as a keyword.

>>
>> _______________________________________________
>>
>> Cocoa-dev mailing list (<email_removed>)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/jason.<email_removed>
>>
>> This email sent to jason.<email_removed>

>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mllooking for a crc code Angelo Chen Jun 14, 06:34
mlRe: looking for a crc code Graham Cox Jun 14, 06:39
mlRe: looking for a crc code Ilan Volow Jun 14, 13:59
mlRe: looking for a crc code Jens Alfke Jun 14, 17:25
mlRe: looking for a crc code Steven Noyes Jun 14, 18:55
mlRe: looking for a crc code Andrew Farmer Jun 14, 20:30
mlRe: looking for a crc code Michael Hall Jun 14, 21:32
mlRe: looking for a crc code Michael Vannorsdel Jun 15, 02:04
mlRe: looking for a crc code Jason Coco Jun 15, 09:19
mlRe: looking for a crc code Andreas Mayer Jun 15, 10:59
mlRe: looking for a crc code Ilan Volow Jun 15, 23:09
mlRe: looking for a crc code Chris Suter Jun 16, 02:23
mlRe: looking for a crc code Jens Alfke Jun 16, 20:27