Archive for August 2018

Bit Twiddling Hacks

Posted on August 28, 2018. Filed under: Uncategorized | Tags: , , |

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 )

Blender Python Operator Tutorial

Posted on August 7, 2018. Filed under: Uncategorized | Tags: , , , , , |

Blender Python Operator Tutorial In this tutorial, you’re going to learn how to create a new feature for a Blender add-on, in Python, using the Operator class. Operator is the bread and butter of add-ons, the base type to extend the program’s functionality!

Read Full Post | Make a Comment ( Comments Off on Blender Python Operator Tutorial )

How to become a CPAN contributor

Posted on August 3, 2018. Filed under: Uncategorized | Tags: , , , , , , , |

How to become a CPAN contributor To become a CPAN contributor, you don’t need to write a new CPAN distribution, you just need to submit a change to an existing distribution that gets accepted by the author. If you’ve never gotten your hands dirty editing Perl modules, the first question that may come to mind […]

Read Full Post | Make a Comment ( Comments Off on How to become a CPAN contributor )

Liked it here?
Why not try sites on the blogroll...