33 projects tagged "Mac OS X"
Hypercube is a graph visualization tool for drawing DOT (graphviz), GML, GraphML, GXL and simple text-based graph representations as SVG and EPS images. It comes with a Qt-based GUI application and a Qt-independent commandline tool. Hypercube uses a simulated annealing algorithm to lay out the graph, which can be easily parameterized to achieve the desired look.
libtld is a library used to extract the TLD from a URI and to check email validity. This allows you to extract the exact domain name, sub-domains, and all the TLD (top level, second level, third level, etc.). The problem with TLDs is that you cannot know where the domain starts. Some domains can use one top-level domain, others use two, etc. However, it may be useful to know where the domain is to have the exact list of sub-domains. For example, if you want to force www. at the start of the domain name if no other sub-domains are specified, then you need to know exactly how many TLD are defined in a URI. The libtld offers one main function: tld(), which gives you a way to extract the TLD from any URI. The result is the offset where the TLD starts. This gives you enough information to extract everything else you need. For emails, the library is capable of parsing a string that represents a list of email addresses to be verified. The verification includes a check of the domain name and its TLD.
Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one or more clients can attach to and detach from a central core, much like the popular combination of screen and a text-based IRC client, but graphical. In addition to this unique feature, it aims to be a comfortable chatting program.
HeldenViewer makes it possible to search for, download, and view Youtube videos in a very easy to use fashion. An important feature is the concept of adding authors as favorites, in order to be notified at the next start of HeldenViewer if the author has uploaded a new video. You will no longer be interrupted by any commercials. Much like the Youtube platform, you can watch the videos while downloading and use your favorite videoplayer to do this. The only restriction is that the video player must be able to play .flv files, e.g. VideoLanClient.
The cdcat is a graphical (Qt based) multi-platform catalog program that scans the directories/drives you want and memorizes the filesystem (including the tags of MP3s) and stores it in a small file. The database is stored in a gzipped XML format, so you can hack it, or use it if necessary. Cdcat can store the contents of some specified files up to a size limit if you want (for example: *.nfo).
ArduinoPulseGenerator is a simple program for generating pulse sequences using an Arduino. There is an associated GUI that runs on the local computer, or you can simply connect to the Arduino with a serial console (9600 baud) and send it commands. This code has been tested on the ArduinoMega 2560 (timing accuracy ~ ±200 μs) and Arduino Due (timing accuracy ~ ±35 μs); it may work on other Arduino boards.