|
SDCC
|
|
Hits: 6 |
|
Date added: 07/27/2006 |
|
SDCC is an open source retargettable, optimizing ANSI - C compiler. The current version targets the Intel 8051, Zilog Z80, Dallas 80C390, Motorola HC08 and Microchip PIC MCUs. |
|
|
|
|
SoftSubmit v1.1
|
|
Hits: 5 |
|
Date added: 01/27/2005 |
|
If you're a software author, at some point you've probably wanted to submit your software to some of the software archives around the net; sure it was fun the first one or two, but around the fourth site, fun turns into a chore, and at about site six it's torture. Isn't there an easier way to do this? There is now...
AnalogX SoftSubmit is the best thing to happen in software development since, heck, the Internet (because before then, we didn't have to worry about this!). It contains templates for more than 50 of the BEST file archives and directories on the net, so you only have to enter your programs information ONCE, and you can let your computer do the tedious job of submitting it over and over!
SoftSubmit is also blazingly fast - it can submit to almost all of those servers in less than a minute! It supports submitting via either the forms on the website or by sending a custom email messages to the admins with the information formatted just the way they like it. Make *SURE* to read all of the documentation before using this program! |
|
|
|
|
K-LOC Calculator v1.0
|
|
Hits: 5 |
|
Date added: 05/05/2005 |
|
Over the years, the software development community at large has gotten a whole host of valuable information about project management from good old Big Blue (IBM)... I should clarify that, valuable information on how NOT to manager a project. For fun, I decided to resurrect one of their worst ideas ever; K-LOC (or more appropriately, paying programmers based on K-LOC).
The AnalogX K-LOC Calculator is the exact opposite of PCalc, my programmers calculator - this has almost no real world application, but it is fun for the number crunchers out there who want some sort of metric about the project. Sure, the metric is completely arbitrary, but hey, you can feed it into a spreadsheet! heheh... Actually, I would say that K-LOC does have it's uses (a simple way to measure project complexity, perhaps), but there aren't too many.
AnalogX K-LOC Calculator can scan any number of files, any wildcard extension, and even recursively check subdirectories. It returns not only the total project K-LOC rating, but the average file K-LOC rating and total file size of the project as well! |
|
|
|
|
Libdnet win32
|
|
Hits: 5 |
|
Date added: 07/09/2005 |
|
The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.
libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.
Currently, libevent supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.
More information about event notification mechanisms for network servers can be found on Dan Kegel's "The C10K problem" web page. Another library that abstracts asynchronous event notification is liboop. |
|
|
|
|
OllyDbg Heap Vis
|
|
Hits: 5 |
|
Date added: 06/04/2005 |
|
You may have noticed the ghosted 'Heap' option under the 'View' menu in OllyDbg. The feature is available only under Windows 95 based OS's and is supposed to display a list of allocated memory blocks. The Olly Heap Vis plug-in was written to provide this functionality and more on all modern Windows OS's such as Windows 2000, XP and 2003. The OllyDbg Heap Vis plug-in exposes the following functionality:
* View Heaps
* Search Heaps
* Jump to Heap Chunk
* Create Heap Visualization |
|
|
|