To display the most relevant entries to you in priority,
vote for the stories you are interested in
(  )
and reject those that you are not interested in
(  )
freshmeat.net announcements (Unix) -
9 hours and 42 minutes ago
img src="http://c.fsdn.com/fm/screenshots/71109_thumb.png" align="right" alt="Screenshot"
hspace="10" vspace="10" Agenda XML is a simple project time tracker for Gnome and Kde. It places
itself in the notification bar and keeps data in a readable XML file in the user's home directory.
hr / strongLicense:/strong GNU General Public License v2 hr / strongChanges:/strongbr / This
release adds profiles, profile management from the tray menu, a new activity log file, and a new
Current Project Graph option. Icon tray tooltip text now includes the profile name. A bug that
crashed the app when changing the selected project from the icon tray menu has been fixed. The
input box has been changed to a custom form (due to a bug in Gambas, it looked ugly). pa
href="http://feedads.googleadservices.com/~a/X4SWI-stRTT2zakut9W_icrypl0/a"img
src="http://feedads.googleadservices.com/~a/X4SWI-stRTT2zakut9W_icrypl0/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/bGRuoweBTJM" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
9 hours and 45 minutes ago
dhcpcd is an RFC2131 compliant DHCP client. It is fully featured and yet lightweight: the binary is
46k as reported by size(1) on Linux i386. It has support for duplicate address detection, IPv4LL,
carrier detection, and a merged resolv.conf and ntp.conf for which other DHCP clients require third
party tools. hr / strongLicense:/strong BSD License (revised) hr / strongChanges:/strongbr / This
release fixes the flapping interface link clearing timer. This release warns correctly if there is
not a monotonic clock. Host routes are now correctly added and removed on BSD systems. Subnet
routes with metrics have a source address on Linux systems. pa
href="http://feedads.googleadservices.com/~a/1D2CKjn_XoMhqWlfXhFiPdnwnt8/a"img
src="http://feedads.googleadservices.com/~a/1D2CKjn_XoMhqWlfXhFiPdnwnt8/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/YKlDrZVeS-E" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
9 hours and 46 minutes ago
SimCList is a high quality C library (that is C++ embeddable) for handling lists. It exploits
several advanced techniques for improving performance, including freelists, sentinels, automatic
sort algorithm selection, sort randomization, mid pointer, and optional multithreading. The API is
simple but powerful, makes elegant and consistent use of information hiding, abstracts the actual
data type to store, and is fairly complete. The library itself makes a good compromise between
performance in terms of time and space, and is well documented. hr / strongLicense:/strong BSD
License (revised) hr / strongChanges:/strongbr / There are some interface changes. _restore*() and
_dump*() functions now write the length in arguments. list_seek() no longer returns a constant
reference. Decorate with "restrict" qualifiers =gt; now requires C99 support from the compiler.
There are minor improvements in the documentation. pa
href="http://feedads.googleadservices.com/~a/XnuJKSX_1bfIrJs8ervclb_8GQM/a"img
src="http://feedads.googleadservices.com/~a/XnuJKSX_1bfIrJs8ervclb_8GQM/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/qqX_7gB3ql0" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
9 hours and 53 minutes ago
img src="http://c.fsdn.com/fm/screenshots/50601_thumb.png" align="right" alt="Screenshot"
hspace="10" vspace="10" dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat, and
ifstat. It includes various counters (in separate plugins) and allows you to select and view all of
your system resources instantly; you can, for example, compare disk usage in combination with
interrupts from your IDE controller, or compare the network bandwidth numbers directly with the
disk throughput (in the same interval). hr / strongLicense:/strong GNU General Public License (GPL)
hr / strongChanges:/strongbr / This release adds new plugins for counters with respect to open
files, inodes, sockets, asynchronous I/O, pagefaults, and completed I/O requests. It adds a --list
option to list all available plugins. It adds a VMware guest memctl plugin. pa
href="http://feedads.googleadservices.com/~a/IY09f_0syY7hIJW1caQO1N-7wtg/a"img
src="http://feedads.googleadservices.com/~a/IY09f_0syY7hIJW1caQO1N-7wtg/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/rEXDyOxJdQY" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
9 hours and 53 minutes ago
myarray is a simple little library that implements arbitrarily-sized homogeneous arrays, meaning
that they can only store one type of element each. This type is specified by the programmer
whenever an array is created. It was made to resemble GLib's GArray, so its usage should be
similar. pa href="http://feedads.googleadservices.com/~a/i423EPvq8XrXjJlyZUfByfLRvmw/a"img
src="http://feedads.googleadservices.com/~a/i423EPvq8XrXjJlyZUfByfLRvmw/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/cWV3vw1a5SA" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
9 hours and 55 minutes ago
Shed Skin is an experimental (restricted-)Python-to-C++ compiler. It accepts pure but implicitly
statically typed Python programs and generates optimized C++ code. The result can be further
compiled to stand-alone programs or extension modules. For a set of 16 non-trivial test programs,
measurements show a typical speedup of 2-40 over Psyco, about 10 on average, and 2-220 over
CPython, about 35 on average. Not all Python features are supported, and only a subset of about 17
library modules, such as re and random. hr / strongLicense:/strong GNU General Public License v3 hr
/ strongChanges:/strongbr / User-defined class support in extension modules. Very fast set
implementation (FFAO). Complex number support. Many string formatting improvements. None maps to
NULL instead of 0, and prints as 'None'. re.match_object.group accepts multiple arguments. Casting
improvements. Inheritance from builtin exceptions other than Exception. Hashing None should work
now. An important type inference fix, and many other bugfixes. pa
href="http://feedads.googleadservices.com/~a/hjfBAA-dCHDoH5rbyeWYLDdoRpE/a"img
src="http://feedads.googleadservices.com/~a/hjfBAA-dCHDoH5rbyeWYLDdoRpE/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/VH_TRj8oSao" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
10 hours and 2 minutes ago
img src="http://c.fsdn.com/fm/screenshots/66582_thumb.png" align="right" alt="Screenshot"
hspace="10" vspace="10" Deluge is a full-featured BitTorrent client. It features a rich plugin
collection and was created with the intention of being lightweight and unobtrusive. It works well
under any desktop environment. hr / strongLicense:/strong GNU General Public License (GPL) hr /
strongChanges:/strongbr / Some minor bugfixes all around, and many improvements to the build
system. pa href="http://feedads.googleadservices.com/~a/EDRudo4aM9eLlxYelUr-faQ37I4/a"img
src="http://feedads.googleadservices.com/~a/EDRudo4aM9eLlxYelUr-faQ37I4/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/HPCNcLdPzAg" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
10 hours and 3 minutes ago
img src="http://c.fsdn.com/fm/screenshots/16514_thumb.jpg" align="right" alt="Screenshot"
hspace="10" vspace="10" The Mesh Viewer is an easy-to-use, lightweight application for displaying
three dimensional models (triangular meshes) from a variety of file formats. It uses OpenGL to
render the models. Triangular meshes can be displayed texture mapped (with optional bilinear
filtering), solid, or as a wire frame (all lines or just the front lines). Loaded models can be
rotated, translated, and scaled (all done with the mouse). The model is lighted by multiple light
sources. Viewpoints can be saved. hr / strongLicense:/strong GNU Lesser General Public License
(LGPL) hr / strongChanges:/strongbr / This release features support for new 3D file formats, qmake
support, several minor enhancements (bounding box, mouse wheel support, etc.), and some bugfixes.
pa href="http://feedads.googleadservices.com/~a/t9PEY-nNokTPmfzj1EK6-PM-zH8/a"img
src="http://feedads.googleadservices.com/~a/t9PEY-nNokTPmfzj1EK6-PM-zH8/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/5QtSQBheHhI" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
10 hours and 10 minutes ago
ERDmpd is an interface to the mpc command line utility to control the MPD audio server. It should
work anywhere MPD and mpc can run. hr / strongLicense:/strong GNU General Public License v2 hr /
strongChanges:/strongbr / This release has changed all files, and is now showing MPD responses on
the browser screen. The app name is now set in the hrl include file. pa
href="http://feedads.googleadservices.com/~a/pDF5dkg0FahSfUqfSXFTL8CHntk/a"img
src="http://feedads.googleadservices.com/~a/pDF5dkg0FahSfUqfSXFTL8CHntk/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/HVKAaq3Rv6E" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
10 hours and 11 minutes ago
img src="http://c.fsdn.com/fm/screenshots/60608_thumb.png" align="right" alt="Screenshot"
hspace="10" vspace="10" Octopussy is a solution to manage your logs (also frequently called a
SIM/SEM/SIEM Solution). Basically, it stores your logs, produces reports, and raises alerts. hr /
strongLicense:/strong GNU General Public License (GPL) hr / strongChanges:/strongbr / A major bug
has been fixed in octo_dispatcher. The 'apache2 restart' bug has been fixed. You can now limit the
number of minutes to search for restricted users. Some minor WebUI improvements have been made. pa
href="http://feedads.googleadservices.com/~a/XlWuFZFJyrXdnVmys0gQVrROV1M/a"img
src="http://feedads.googleadservices.com/~a/XlWuFZFJyrXdnVmys0gQVrROV1M/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/_gBFwaGs1Ik" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
10 hours and 12 minutes ago
ferm is a tool to maintain and setup complicated firewall rules. It allows one to reduce the
tedious task of carefully inserting rules and chains, thus enabling the firewall administrator to
spend more time on developing good rules, and less time on the proper implementation of those
rules. These rules will be executed by the preferred kernel interface, such as ipchains and
iptables, and in one pass. Firewall rules can also be split into different files and loaded at
will. hr / strongLicense:/strong GNU General Public License (GPL) hr / strongChanges:/strongbr /
This release enables policy-only domains. It doesn't list custom chains in --flush --fast mode. pa
href="http://feedads.googleadservices.com/~a/Wqz4zZsvx1nKRTKxXwHInmA9vHI/a"img
src="http://feedads.googleadservices.com/~a/Wqz4zZsvx1nKRTKxXwHInmA9vHI/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/CHTzq9VA250" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
10 hours and 12 minutes ago
img src="http://c.fsdn.com/fm/screenshots/71167_thumb.png" align="right" alt="Screenshot"
hspace="10" vspace="10" The AVR Eclipse Plugin is a multi-platform plugin for the powerful Eclipse
IDE, and supports the development of applications for the Atmel AVR series of 8-bit embedded
microcontrollers. It integrates the avr-gcc toolchain in Eclipse, and has many features to make
life for the AVR developer easier. pa
href="http://feedads.googleadservices.com/~a/U_fpPMMekfRjArVopvKfNlFspOQ/a"img
src="http://feedads.googleadservices.com/~a/U_fpPMMekfRjArVopvKfNlFspOQ/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/1H377CnFgJw" height="1"
width="1"/
|
MacUpdate - Mac OS X -
10 hours and 39 minutes ago
OnMyCommand 2.1
OnMyCommand is a UNIX shell scripts and AppleScript executor. You can build your
own Contextual Menu Item or GUI application.
Subscribe to OMC mailing list
for support and related news.
WHAT'S NEWVersion 2.1:
- New progress dialog which allows translating command output text into GUI progress
- Added support for more controls in custom Cocoa dialogs (tab view, custom view, scroller
views, path control)
- Added new ways to control custom Cocoa dialogs from your command, including sending Obj-C
messages to controls right from your script.
- Brought back PowerPC G3 support lost in version 2.0
- Knut updated OMCEdit with support for new progress dialog options, bug fixes and version
checking (Help menu)
- A bunch of bug fixes
- Online command collection contains about 620 commands.
REQUIREMENTSMac OS X 10.4 or later.
DEVELOPER Abracode
DOWNLOADS16658
DOWNLOAD NOW (5 MB)
More information
|
Linux Today -
11 hours and 20 minutes ago
The Linux and Unix Menagerie: "Here's a question that gets asked a lot (and,
consequently, answered a lot ;) on the boards. How do you go about dealing with a situation in
which you're trying to take care of some business on your Linux or Unix box and you get stopped
with the "Argument list too long" error message?"
|
Gizmodo -
11 hours and 52 minutes ago
pimg src="http://cache.gawker.com/assets/images/2008/12/custom_1228246664653_mr-t-antivirus_01.jpg"
width="804" height="367" style="display:block;float:none;" //p div style='float:right;
margin-left:-9px;'script type="text/javascript" digg_skin = 'compact'; digg_bgcolor = '#f1f8fa';
digg_url = 'http://digg.com/apple/False_Alarm_Apple_Mac_OS_X_Anti_Virus_Recommendation_Is_Old';
/scriptscript src="http://digg.com/tools/diggthis.js" type="text/javascript" /script/div pThe
Washington Post, the BBC, and other outlets are pointing out that Apple is, for the first time
ever, "quietly" recommending anti-virus software for Mac OS X. A little research shows that this is
completely false./p pHere's the Apple note they point at, postulating the old theory that Apple is
a href="http://www.bbc.co.uk/blogs/technology/2008/12/can_the_mac_catch_a_cold.html"feeling the
heat of the increased market share/a and, therefore, an increasing risk of virus attacks:/p pimg
src="http://cache.gawker.com/assets/images/gizmodo/2008/12/newvirus.jpg" width="728" height="558"
style="display:block;float:none;" //p pBut while the a
href="http://news.bbc.co.uk/1/hi/technology/7760344.stm"BBC labels this as the result of a "fresh
threat"/a, and the a
href="http://voices.washingtonpost.com/securityfix/2008/12/apple_mac_users_should_get_ant.html?nav=rss_blog"Washington
Post wonders/a if they will stop showing their Mac and PC "Virus" TV Commercial, the reality is
that the note is just an update to this support article from b2007/b:/p pimg
src="http://cache.gawker.com/assets/images/gizmodo/2008/12/oldvirus.jpg" width="728" height="574"
style="display:block;float:none;" //p pThe new tech support note, which even shows the reference
from the old article, only lists new anti-virus software versions. This is normal in tech notes./p
pIn fact, the old tech note itself is actually nothing new either: Apple offered anti-virus
software as part of their .Mac subscription. In fact, the company has been recommending virus
software since the pre-Unix years./p pIn other words: No conspiracy theories, no "quietly
published" technical notes. Just the same old recommendation they have been doing forever./p br
style="clear: both;"/ a
href="http://www.pheedo.com/click.phdo?s=bf6e83e7102acafd3b3a144781836776p=1"img alt=""
style="border: 0;" border="0"
src="http://www.pheedo.com/img.phdo?s=bf6e83e7102acafd3b3a144781836776p=1"//a img
src="http://www.pheedo.com/feeds/tracker.php?i=bf6e83e7102acafd3b3a144781836776" style="display:
none;" border="0" height="1" width="1" alt=""/div class="feedflare" a
href="http://feeds.gawker.com/~f/gizmodo/full?a=pXY65kOA"img
src="http://feedproxy.google.com/~f/gizmodo/full?d=120" border="0"/img/a a
href="http://feeds.gawker.com/~f/gizmodo/full?a=n0e0U9gG"img
src="http://feedproxy.google.com/~f/gizmodo/full?d=41" border="0"/img/a a
href="http://feeds.gawker.com/~f/gizmodo/full?a=N0zFJFS7"img
src="http://feedproxy.google.com/~f/gizmodo/full?i=N0zFJFS7" border="0"/img/a a
href="http://feeds.gawker.com/~f/gizmodo/full?a=urUhbSDY"img
src="http://feedproxy.google.com/~f/gizmodo/full?i=urUhbSDY" border="0"/img/a /divimg
src="http://feedproxy.google.com/~r/gizmodo/full/~4/Rcsypl7yxvs" height="1" width="1"/

|
Annonces lesjeudis.com -
12 hours and 57 minutes ago
Societe : ABRAXAS - Lieu de travail : 75008, Paris - Type de contrat : CDI - Salaire : A
négocier - Detail : Rattaché(e) à la Direction des Systèmes
d’Information au sein de son département Exploitation, l’Administrateur SAP a
pour missions : · Mise en place des procédures d’Exploitation et
d’Administration : Administration au quotidien, création et mise à jour des
documentations liées à l’Exploitation et à l’Administration des
environnements SAP · Mise en place et suivi de la supervision de l’infrastructure SAP
: correction d’erreurs et application de patchs / montées de versions. · Mise
en place et surveillance des indicateurs de performance : suivi des performances globales et
anticipation des besoins futurs. Votre profil : De formation bac+4, vous possédez une solide
expérience d’au moins 5 ans en exploitation de plateformes SAP sous Linux/Unix avec
Oracle. Vous aurez à travailler avec les autres Administrateurs SAP afin de former une
équipe solide dirigée par un Architecte SAP expérimenté. Esprit
d’initiative, sens du détail, autonomie et bon relationnel seront vos atouts pour
mener à bien votre mission. Anglais lu et écrit. Compétences techniques : -
Forte culture SAP - Environnement Linux RHEL + Oracle 10G + ECC6.0 + ISU + CRM + NetWeaver Cette
offre vous intéresse ? Merci d’adresser votre candidature à
sandrine.inaudi@abraxas.com, ou +44 207 255 56 03 sous la référence 212/SIN/ADM
Abraxas plc is a leading specialist recruitment agency for the IT industry. Due to the high level
of applications we receive, please be aware that you may not hear from us immediately, as we can
only respond to those applicants whose skills and qualifications are suitable for this position. If
you would like Abraxas to help you find a similar position, or for a complete listing of all our
current vacancies, please visit our website at www.abraxas.com and register your details. Please
note that no terminology in this advert is intended to discriminate on the grounds of age, and we
confirm that we will gladly accept applications from persons of any age for this role

|
freshmeat.net announcements (Unix) -
13 hours and 38 minutes ago
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use
to securely communicate. All data is wrapped with several layers of encryption, and the network is
both distributed and dynamic, with no trusted parties. hr / strongLicense:/strong GNU General
Public License v2 hr / strongChanges:/strongbr / This release introduces new components, drops some
old ones (like the old TCP transport), and has been optimized to perform better. The BOB (Basic
Open Bridge) protocol is introduced, for use by client applications that cannot import I2CP
libraries directly. This deprecates the old SAM protocol that was previously used in such cases.
Improved code should be better at preventing congestion. pa
href="http://feedads.googleadservices.com/~a/S1JUW3nEuYWjMjV9ocJF8rCpD3A/a"img
src="http://feedads.googleadservices.com/~a/S1JUW3nEuYWjMjV9ocJF8rCpD3A/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/1_mxPAJj1j4" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
13 hours and 40 minutes ago
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking
and a user interface almost identical to the one of bzip2. Lzip decompresses almost as fast as gzip
and compresses better than bzip2, which makes it well suited for software distribution. hr /
strongLicense:/strong GNU General Public License v3 hr / strongChanges:/strongbr / Lzgrep, a grep
wrapper for gzip, bzip2, and lzip compressed files, has been added to the distribution. pa
href="http://feedads.googleadservices.com/~a/Hrxv28KpUaYSwvGTUeM5vettqjw/a"img
src="http://feedads.googleadservices.com/~a/Hrxv28KpUaYSwvGTUeM5vettqjw/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/yEmc7Jzra3k" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
13 hours and 40 minutes ago
img src="http://c.fsdn.com/fm/screenshots/67853_thumb.png" align="right" alt="Screenshot"
hspace="10" vspace="10" Tunguska is a computer emulator and virtual machine that uses numerical
base three (ternary) number system for its lowest-level operations instead of the commonly used
base two (binary) number system. Its goal is to provide a useful experimental platform, on par with
early personal computers. hr / strongLicense:/strong GNU General Public License v2 hr /
strongChanges:/strongbr / The main goal of this release is to introduce 3CC, a compiler for a
C-like language that compiles into tunguska assembly code. This release also adds various
instructions for easily available 12 trit arithmetic, and a Windows port through Cygwin. pa
href="http://feedads.googleadservices.com/~a/2jxTlF3SqkIler2QwfDvnqd56Xk/a"img
src="http://feedads.googleadservices.com/~a/2jxTlF3SqkIler2QwfDvnqd56Xk/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/H5L-N0375zs" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
13 hours and 42 minutes ago
img src="http://c.fsdn.com/fm/screenshots/28570_thumb.jpg" align="right" alt="Screenshot"
hspace="10" vspace="10" Gammu (formerly known as MyGnokii2) is a cellular manager for various
mobile phones/modems. It supports a wide variety of Nokia, Symbian, and AT devices (Siemens,
Alcatel, Falcom, WaveCom, IPAQ, Samsung, SE, and others) over cables, infrared, or BlueTooth. It
contains libraries with functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm,
calls, and more (used by external applications like Wammu). It also includes a command line utility
that can make many things (including backups) and an SMS gateway with full MySQL and PostgreSQL
support from the PHP interface. hr / strongLicense:/strong GNU General Public License (GPL) hr /
strongChanges:/strongbr / This time most fixes are in the build system area, especially now that it
is possible to compile Gammu using Borland C++ 5.5. The author's hacks for cross-compilation to
Windows on Linux have been dropped in favour of cross-compilation features in CMake 2.6. pa
href="http://feedads.googleadservices.com/~a/HewJwQzxpQzbDvsIVTHRwvKt0BQ/a"img
src="http://feedads.googleadservices.com/~a/HewJwQzxpQzbDvsIVTHRwvKt0BQ/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/N1iFgiN97xY" height="1"
width="1"/

|
freshmeat.net announcements (Unix) -
13 hours and 54 minutes ago
Utils is a C library that provides a set of basic utilities. pa
href="http://feedads.googleadservices.com/~a/klaM5y3XQr_bvC_0hhGQQvwCTp0/a"img
src="http://feedads.googleadservices.com/~a/klaM5y3XQr_bvC_0hhGQQvwCTp0/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/WtJFRILPJa0" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
13 hours and 54 minutes ago
Strfunc is a C library that contains a collection of string based functions. pa
href="http://feedads.googleadservices.com/~a/oIBn5VR4_EjZFyNYygTns83IHvQ/a"img
src="http://feedads.googleadservices.com/~a/oIBn5VR4_EjZFyNYygTns83IHvQ/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/dCsHg22LscI" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
13 hours and 55 minutes ago
Stackbuf is a C library that provides a stack-implemented buffer which can be used for temporary
storage, processing, or string formatting. pa
href="http://feedads.googleadservices.com/~a/6ylgLXzuC3qgOJAil9jJo_89fqU/a"img
src="http://feedads.googleadservices.com/~a/6ylgLXzuC3qgOJAil9jJo_89fqU/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/ZijX5Xk02Xs" height="1"
width="1"/
|
freshmeat.net announcements (Unix) -
13 hours and 56 minutes ago
Socklib is a C library that provides a selection of socket functions. pa
href="http://feedads.googleadservices.com/~a/iRelXtnW-J74rUImWA-W1P3s2q0/a"img
src="http://feedads.googleadservices.com/~a/iRelXtnW-J74rUImWA-W1P3s2q0/i" border="0"
ismap="true"/img/a/pimg
src="http://feedproxy.google.com/~r/freshmeat/feeds/fm-releases-unix/~4/7dA9_u6Fx2Q" height="1"
width="1"/
|
|