Python / Multimedia GryPhon is a CD-player focusing on configurability, stability and 'exciting' new features. It is programmed entirely in Python, resembles Grip, and includes CDLow, the (to my knowledge*) only full-featured CD-audio library/module for Python. It is capable of calculating the CDDB-ID, playing, stopping, skipping/searching and returning general info about both CD and drive. Features: - Python code -... Tools / Development Tools The following code can be used to separate red and green pixels from an image. It is based on color distance transform. Some Threshold has to be provided so that its color distance is within some range to determine whether the given pixel is red... Tools / Development Tools When we are using RGB color space,we can differentiate between the red,blue and green color. But when comes to detecting yellow color, this code will detect yellow color in RGB color space. I hopw this would help. Tools / Development Tools This code snippet converts a 2D matrix to a 3D matrix where the values in the 3rd dimension correspond to pixel intensity in the red, green, and blue domains. This is the format used by many functions in the Image Processing Toolbox (which is not... Tools / Development Tools Generate code to control Servo drive attached to Arduino This submission is basically a patch for official Simulink Arduino target found here: http://www.mathworks.com/matlabcentral/fil...age-for-arduino This patch adds in the... PHP / Internet Utilities Upon installation and activation, this plugin will add the necessary code to your pages to take advantage of the approaches to getting the IE6 PNG Transparency issue solved. Installation : This section describes how to... ZenTest - Ruby Unit Testing Utility... - Ryan Davis Testing, on steriods. Go red with zentest which ensures test coverage and accelerates TDD. Go green with unit_diff using Advanced Diffing Technologyd-OC?D? to highlight errors. Refactor with autotest, continuous integration while you code. Development / Libraries Main goals of this library: * light, understandable, ergonomic and fast; * only usefull things for John Doe or Jane Doe C programmers; * produce secure code... Tools / Development Tools This is an effort to make the free/open source, cross platform IDE Code::Blocks portable, for easy use on a USB thumb/flash drive. Comes with the default MinGW GNU C/C++ compiler. Uses code from PortableApps.com. Tools / Compilers John's Mutant contains a compiler for the mutant language. It is written in python, and emits NASM source code for 16bit DOS, x86 Linux, and x86_64 LInux. This is the successor to the Burapha Compiler Kit. Ace Perl Name Formatter - Andy Angrick/Mike Barone Ace Perl Name Formatter is a code snippet which is useful for formatting common names. For example, mohan john III, can be converted to Mohan John III. This could be used in maintenance of databases or in data mining and data base population. Delphi / Tools ApexSQL Code is a Rapid Application Development (RAD) Code Generation tool for Microsoftテつォ SQL Servere 7 or 2000 that enables you to automatically generate thousands of lines of perfect ASP, VB, C#, SQL (and more) code in just seconds The key... Delphi / Tools Software to count lines of code (SLOC, LOC) in source or text files. Able to count C/C++, Java, Delphi/Pascal, VB, PHP, ASP and many others. Includes total counts for comments, blanks and source lines - sortable and exportable to CSV or other... Delphi / Tools ProKylix is a source code profiler for Kylix. With ProKylix the runtime of methods (procedures and functions) can be measured.Features:Action controlled measurement: Measurement can be switched on and off dynamically by entering and finishing a... Delphi / Tools The award winning ModelMaker Code Explorer is a Class Explorer and Refactoring Browser supporting both Pascal and C#. It integrates in Borland Delphi 5-2006 and Microsoft Visual Studio 2003. As a Browser it improves navigation by showing classes... Delphi / Tools This unit provides several functions for opeterations and convertions the text of three major Russian code tables: DOS, CP-1251 (Windows) and KOI-8. Python / Miscellaneous It's a simple recipe to convert a str type string with pure unicode code point (e.g string = 'u5982u679cu7231' ) to an unicode type string. Actually, this method has the same effect with 'u' prefix. But differently, it allows... Python / Miscellaneous Searches your hard drive for all files specified and generates an HTML web page list of the files found and links to the file itself. This search is fast and very little code to complete the task... C/C++ / Form Processing This code illustrates the use of the combo box control with no MFC (Microsoft Foundation Class). C/C++ / Games And Entertainment Ping Pong Game Code allows you to create a simple PING PONG game for playing Vs Human or Vs Computer. |