Bit Twiddling Hacks
Bit Twiddling Hacks Many public domain algorithms (with C implementations) for low-level messing with bits. Some examples: Compute the minimum or maximum of two integers Determining if an integer is a power of 2 Counting bits set Swapping individual bits Reversing bit sequences Finding integer log base 2 of an integer (aka the position of […]
Read Full Post | Make a Comment ( Comments Off on Bit Twiddling Hacks )Callback Functions Between C and Perl
Callback Functions Between C and Perl Everything you ever want to do with xs is documented somewhere in perlxs, perlguts, perlapi, perlxstypemap, and perlcall. Figuring out where it’s documented, and how it relates to everything else, is the hard part.
Read Full Post | Make a Comment ( Comments Off on Callback Functions Between C and Perl )Learn C Programming With 9 Excellent Open Source Books
Learn C Programming With 9 Excellent Open Source Books The C Book C Elements of Style Build Your Own Lisp The GNU C Reference Manual The GNU C Programming Tutorial Essential C Beej’s Guide to C Programming Modern C An Introduction to GCC
Read Full Post | Make a Comment ( Comments Off on Learn C Programming With 9 Excellent Open Source Books )Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC
Re^2: Remove double bracket and singe quotes
Read Full Post | Make a Comment ( Comments Off on Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC )