friendadder 0.12
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 187
WWW::Myspace::FriendAdder 0.12
WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account. more>>
WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account.
SYNOPSIS
This module gives you a little more flexibility when adding friends to your Myspace account. It is interactive and will occasionally prompt you for input. Youll have the most success when using it at the command line, but you do have the option of suppressing its reporting and interactive nature if you want to run it from a cgi script or if you just find it annoying. Hey, youve got your reasons, right? This module is an extension of Grant Grueningers handy WWW::Myspace module.
use WWW::Myspace;
use WWW::Myspace::FriendAdder;
my $myspace = WWW::Myspace->new();
my $adder = WWW::Myspace::FriendAdder->new( $myspace );
my @friend_ids = (List, of, friend, ids);
$adder->send_friend_requests( @friend_ids );
By default, this routine will try to add as many friends as possible until it it reaches max_count, which defaults to 50, but can be set to any number of your choosing. See below. When Myspace prompts you for user input, the routine will pause and allow you as much time as you need to fill out the Myspace form. Once you have done so, you may prompt the script to continue or to exit. Upon its exit, the script will report on its success and/or failure.
<<lessSYNOPSIS
This module gives you a little more flexibility when adding friends to your Myspace account. It is interactive and will occasionally prompt you for input. Youll have the most success when using it at the command line, but you do have the option of suppressing its reporting and interactive nature if you want to run it from a cgi script or if you just find it annoying. Hey, youve got your reasons, right? This module is an extension of Grant Grueningers handy WWW::Myspace module.
use WWW::Myspace;
use WWW::Myspace::FriendAdder;
my $myspace = WWW::Myspace->new();
my $adder = WWW::Myspace::FriendAdder->new( $myspace );
my @friend_ids = (List, of, friend, ids);
$adder->send_friend_requests( @friend_ids );
By default, this routine will try to add as many friends as possible until it it reaches max_count, which defaults to 50, but can be set to any number of your choosing. See below. When Myspace prompts you for user input, the routine will pause and allow you as much time as you need to fill out the Myspace form. Once you have done so, you may prompt the script to continue or to exit. Upon its exit, the script will report on its success and/or failure.
Download (0.014MB)
Added: 2007-07-26 License: Perl Artistic License Price:
830 downloads
Flrec 0.12
Flrec (Fast and Light RECorder) is a simple audio hard disk recorder. more>>
Flrec (Fast and Light RECorder) is a simple audio hard disk recorder written using FLTK toolkit (www.fltk.org). Flrec program can directly record in mp3, wav and ogg-vorbis, ecc.
Uses sox (sox.sourceforge.net) that is command line program for sound conversion. Sox must be installed in the system (verify with the command sox -h).
Flrec works, but is still under development.
<<lessUses sox (sox.sourceforge.net) that is command line program for sound conversion. Sox must be installed in the system (verify with the command sox -h).
Flrec works, but is still under development.
Download (0.043MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
IEncy 0.12
IEncy (Image Encyclopedia) is a Java Swing application for searching the Web. more>>
IEncy short from Image Encyclopedia is a Java Swing application for searching the Web.
It simultaneously searches Wikipedia and a Web image search engine (initially alltheweb) for images.
Usage:
Write an expression of interest in the field above and hit Return. Results are currently fetched from Wikipedia(www.wikipedia.org) and alltheweb(www.alltheweb.com). Browser-Links can be activated.
Images appearing below can be increased and each one enlarged. Image loading might take some time, and some might not be available.
Enhancements:
- This release fixes a memory leak with image window disposals.
<<lessIt simultaneously searches Wikipedia and a Web image search engine (initially alltheweb) for images.
Usage:
Write an expression of interest in the field above and hit Return. Results are currently fetched from Wikipedia(www.wikipedia.org) and alltheweb(www.alltheweb.com). Browser-Links can be activated.
Images appearing below can be increased and each one enlarged. Image loading might take some time, and some might not be available.
Enhancements:
- This release fixes a memory leak with image window disposals.
Download (0.19MB)
Added: 2005-12-20 License: Common Public License Price:
1404 downloads
libdaemon 0.12
libdaemon is a lightweight C library that eases the writing of UNIX daemons. more>>
libdaemon is a lightweight C library that eases the writing of UNIX daemons. libdaemon consists of the following parts:
- A wrapper around fork() which does the correct daemonization procedure of a process
- A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR
- An API for writing PID files
- An API for serializing UNIX signals into a pipe for usage with select() or poll()
- An API for running subprocesses with STDOUT and STDERR redirected to syslog.
- APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal.
libdaemon is currently used by ifplugd, Avahi, ivam2, Nautilus-Share and aeswepd.
Installation:
As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should run make for compilation and make install (as root) for installation of libdaemon.
Please use gmake instead of traditional make for compilation on non-Linux systems.
Enhancements:
- This release makes daemon_close_all() actually work properly.
<<less- A wrapper around fork() which does the correct daemonization procedure of a process
- A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR
- An API for writing PID files
- An API for serializing UNIX signals into a pipe for usage with select() or poll()
- An API for running subprocesses with STDOUT and STDERR redirected to syslog.
- APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal.
libdaemon is currently used by ifplugd, Avahi, ivam2, Nautilus-Share and aeswepd.
Installation:
As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should run make for compilation and make install (as root) for installation of libdaemon.
Please use gmake instead of traditional make for compilation on non-Linux systems.
Enhancements:
- This release makes daemon_close_all() actually work properly.
Download (0.33MB)
Added: 2007-07-12 License: LGPL (GNU Lesser General Public License) Price:
836 downloads
RubyFilter 0.12
RubyFilter provides a Ruby email filtering program and library. more>>
RubyFilter provides a Ruby email filtering program and library.
RubyFilter is a Ruby email filtering program that can serve as a replacement for email delivery programs such as procmail.
It is also a Ruby module which provides classes that make it easy to write programs that filter and deliver email.
<<lessRubyFilter is a Ruby email filtering program that can serve as a replacement for email delivery programs such as procmail.
It is also a Ruby module which provides classes that make it easy to write programs that filter and deliver email.
Download (0.059MB)
Added: 2007-04-17 License: BSD License Price:
921 downloads
EciAdsl 0.12
EciAdsl provides a Globespan-based USB ADSL modems driver. more>>
EciAdsl provides a Globespan-based USB ADSL modems driver.
This is a free Linux driver for USB ADSL modems with Globespan chipsets (ECI modems in France and many other modems in the world).
Please note: this version still requires patch for any kernel between 2.6.0 and 2.6.6.
<<lessThis is a free Linux driver for USB ADSL modems with Globespan chipsets (ECI modems in France and many other modems in the world).
Please note: this version still requires patch for any kernel between 2.6.0 and 2.6.6.
Download (0.20MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
811 downloads
GMediaServer 0.12.0
GMediaServer is a UPnP music media server. more>>
GMediaServer is a UPnP music media server. GMediaServer project implements the server component that provides UPnP media devices with information on available audio files. GMediaServer uses the built-in http server of libupnp to stream the audio files to clients.
A number of media devices have been tested and are confirmed to work with GMediaServer. Among then are NETGEAR MP101, Linksys WMLS11B and WML11B, Philips Streamium SL300i and RC9800i, and Omnify DMS1. See below for a full list.
Other UPnP media devices (including software based) may work as well - see below for a more detailed list of supported devices. For a quick start, see the Usage and Known Bugs sections below.
GMediaServer is written in C by Oskar Liljeblad. It should compile and run on any modern POSIX compatible system such as Linux. GMediaServer is a console based application which is usually run in the background.
GMediaServer is free software - it is licensed under the terms of the GNU General Public License (GPL).
<<lessA number of media devices have been tested and are confirmed to work with GMediaServer. Among then are NETGEAR MP101, Linksys WMLS11B and WML11B, Philips Streamium SL300i and RC9800i, and Omnify DMS1. See below for a full list.
Other UPnP media devices (including software based) may work as well - see below for a more detailed list of supported devices. For a quick start, see the Usage and Known Bugs sections below.
GMediaServer is written in C by Oskar Liljeblad. It should compile and run on any modern POSIX compatible system such as Linux. GMediaServer is a console based application which is usually run in the background.
GMediaServer is free software - it is licensed under the terms of the GNU General Public License (GPL).
Download (0.35MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1154 downloads
foXcommander 0.0.12
foXcommander is the foXdesktop file manager. more>>
foXdesktop is an attempt to create a new UNIX-based desktop environment using FOX, a multi-platform widget set written in C++.
Main features:
- User friendliness for beginners, power users and programmers
- Modularity: The opposite to "do everything in one place", but not necessarily sacrificing the idea of embeddable objects :-)
- Flexibility: All foXdesktop application are supposed to work together as a family
- Compatibility and standards conformity
As a result every foXdesktop application is supposed to both integrate seamlessly into an existing foXdesktop environment and still be useful standing alone and/or within another environment (GNOME, KDE, Enlightenment...).
Although FOX is a multi-platform library, foXdesktop is probably UNIX-specific. But, it is possible to not use the Windows Explorer interface on win32 platforms, thus it may be possible to create a new win32 desktop...
This project was origonally started by Josua Groeger, but he has lost interest in maintining it - as such I am the new maintainer (Mathew Robertson).
<<lessMain features:
- User friendliness for beginners, power users and programmers
- Modularity: The opposite to "do everything in one place", but not necessarily sacrificing the idea of embeddable objects :-)
- Flexibility: All foXdesktop application are supposed to work together as a family
- Compatibility and standards conformity
As a result every foXdesktop application is supposed to both integrate seamlessly into an existing foXdesktop environment and still be useful standing alone and/or within another environment (GNOME, KDE, Enlightenment...).
Although FOX is a multi-platform library, foXdesktop is probably UNIX-specific. But, it is possible to not use the Windows Explorer interface on win32 platforms, thus it may be possible to create a new win32 desktop...
This project was origonally started by Josua Groeger, but he has lost interest in maintining it - as such I am the new maintainer (Mathew Robertson).
Download (0.36MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1640 downloads
Inline::CPR 0.12
Inline::CPR is C Perl Run. more>>
Inline::CPR is C Perl Run. Embed Perl in C, ala Inline
SYNOPSIS
#!/usr/local/bin/cpr
int main(void) {
printf("Hello World, Im running under Perl version %sn",
CPR_eval("use Config; $Config{version}")
);
return 0;
}
Is it C? Is it Perl? Its neither, its both. Its CPR!
CPR (C Perl Run) is a "new language" that looks like C. You dont need to compile it. You just run it, much like Perl. As an added bonus, youll get access to the full internals of Perl via the CPR API.
The idea is that you just put a CPR hashbang at the top of your C program and run it like a script. The CPR interpreter will run your C code under Perl.
If your hash doesnt bang, you can run your program like this:
cpr synopsis.cpr
<<lessSYNOPSIS
#!/usr/local/bin/cpr
int main(void) {
printf("Hello World, Im running under Perl version %sn",
CPR_eval("use Config; $Config{version}")
);
return 0;
}
Is it C? Is it Perl? Its neither, its both. Its CPR!
CPR (C Perl Run) is a "new language" that looks like C. You dont need to compile it. You just run it, much like Perl. As an added bonus, youll get access to the full internals of Perl via the CPR API.
The idea is that you just put a CPR hashbang at the top of your C program and run it like a script. The CPR interpreter will run your C code under Perl.
If your hash doesnt bang, you can run your program like this:
cpr synopsis.cpr
Download (0.007MB)
Added: 2006-07-06 License: Perl Artistic License Price:
1206 downloads
CoverViewer 0.12 RC2
CoverViewer is a plugin for XMMS. more>>
CoverViewer is a plugin for XMMS.
Its main task is to display images : it scans the directory containing the file you are playing, and displays them in its window.
It can be a copy of the cover of the album, but why not putting some photos of penguins, so you can have a nice and relaxing slideshow while listening your favourite music...
Main features:
- It creates a personalised skin using the xmms-skin, so your display still looks the way you like it.
- You have buttons (play, pause, etc...) So if you want to minimize xmms and just keep coverviewer, you have all control on the song! There is also a right-click menu to control things.
- You dont have covers, dont want to scan? No problem! Using file information (tags) to get artist and album, CoverViewer can retrieve covers for you from internet... All automatic! (function easilly configurable)
<<lessIts main task is to display images : it scans the directory containing the file you are playing, and displays them in its window.
It can be a copy of the cover of the album, but why not putting some photos of penguins, so you can have a nice and relaxing slideshow while listening your favourite music...
Main features:
- It creates a personalised skin using the xmms-skin, so your display still looks the way you like it.
- You have buttons (play, pause, etc...) So if you want to minimize xmms and just keep coverviewer, you have all control on the song! There is also a right-click menu to control things.
- You dont have covers, dont want to scan? No problem! Using file information (tags) to get artist and album, CoverViewer can retrieve covers for you from internet... All automatic! (function easilly configurable)
Download (0.31MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1362 downloads
Flickcurl 0.12
Flickcurl is a C library for the Flickr API. more>>
Flickcurl is a C library for the Flickr API, handling creating the reqeuests, signing, token management, calling the API, marshalling requests parameters and decoding responses.
Flickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, sufficient for me to play with machine tags and RDF descriptions.
<<lessFlickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, sufficient for me to play with machine tags and RDF descriptions.
Download (0.38MB)
Added: 2007-08-14 License: The Apache License 2.0 Price:
801 downloads
Decked 0.12
Decked project is a deck editor and sealed deck generator for Magic: The Gathering. more>>
Decked project is a deck editor and sealed deck generator for Magic: The Gathering.
This software was intended to supplement Sal Valentes Mindless Automaton.
Magic: The Gathering is a trademark of Wizards of the Coast (and probably by extension, Hasbro.) I do not own it. I am not involved with either company in any fashion. Im just a long-time player looking to fill in a missing piece.
<<lessThis software was intended to supplement Sal Valentes Mindless Automaton.
Magic: The Gathering is a trademark of Wizards of the Coast (and probably by extension, Hasbro.) I do not own it. I am not involved with either company in any fashion. Im just a long-time player looking to fill in a missing piece.
Download (0.047MB)
Added: 2007-01-12 License: Public Domain Price:
1015 downloads
PunJab 0.12
PunJab is an HTTP Jabber client interface. more>>
PunJab is a HTTP jabber client interface. It is a SOAP, XMLRPC, JEP-0025 or JEP-0124 server that allows persistent client connections to a jabber server.
PunJab can be used for many things, but its main purpose is to allow for stateless applications (ie web) a stateful connection to jabber.
Enhancements:
- Speed improvements were made in handling requests. Speed improvements were made in session creation and authentication.
- A memory leak in a bad observer for messages was fixed.
- A SASL bug which was triggered if there was no "realm" was fixed.
- A connection bug in HTTP polling and XMLRPC was fixed.
- A few changes were made to make it more compliant with XEP - 0124.
<<lessPunJab can be used for many things, but its main purpose is to allow for stateless applications (ie web) a stateful connection to jabber.
Enhancements:
- Speed improvements were made in handling requests. Speed improvements were made in session creation and authentication.
- A memory leak in a bad observer for messages was fixed.
- A SASL bug which was triggered if there was no "realm" was fixed.
- A connection bug in HTTP polling and XMLRPC was fixed.
- A few changes were made to make it more compliant with XEP - 0124.
Download (0.19MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
819 downloads
Cobras 0.12
Cobras is a programming environment made for programmers which are using Qt libraries for writing programs. more>>
Cobras is a programmers environment made for programmers which are using Qt libraries for writing programs.
Cobras is easy (for now) but very functional and helpfull. Is little, fast and easy in use. Cobras is one binary file (plus icon for desktop).
Important is that working with project dont create his own files. It use only oryginal file .pro. Cobras has all basic functions that this kind of program should have. There is view of files which create project (tree view).
Files can be edited (what is obvious). Text frazes can be searched in actual viewed file, or in all project files. From editor level is possible to compile (F7 - make), rebuild (trl + F7, qmake, make clean, make) and also run program (Ctrl + F5).
Great is switch files method (Ctrl + M) - which let opening associate file with edited file (for cpp file, associated file is h. file and backwards).
Program is stable. Im using it by myslef.
<<lessCobras is easy (for now) but very functional and helpfull. Is little, fast and easy in use. Cobras is one binary file (plus icon for desktop).
Important is that working with project dont create his own files. It use only oryginal file .pro. Cobras has all basic functions that this kind of program should have. There is view of files which create project (tree view).
Files can be edited (what is obvious). Text frazes can be searched in actual viewed file, or in all project files. From editor level is possible to compile (F7 - make), rebuild (trl + F7, qmake, make clean, make) and also run program (Ctrl + F5).
Great is switch files method (Ctrl + M) - which let opening associate file with edited file (for cpp file, associated file is h. file and backwards).
Program is stable. Im using it by myslef.
Download (0.40MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
817 downloads
kfile_chemical 0.12
kfile_chemical is a set of kfile plugins for chemistry documents. more>>
kfile_chemical is a set of kfile plugins for chemistry documents. It has support for XYZ, PDB, MDL mol/sd, Mol2, CML, ShelX, SMILES and CIF files.
kfile_chemical is currently in alpha stage: 1.0 will be alpha too; it will be feature complete, i.e. proving plugins kfile plugins for all files mentioned at the official chemical mime page (and a few more).
Version 2.0 will be beta, and feature a more organized set of extracted pieces of information.
Version 3.0 will be beta too, and mime magic, which is a method to detect the mime type not from the file extension, but from the content.
Verion 4.0 will be the first stable release and is aimed to be ready with Kubuntu 6.04 and KDE 4.0.
Enhancements:
- This release adds support for chemical-mime-data, thus synchronizing with the main MIME type library for chemical data.
- It also fixes QChar / QString conversion, the FSF address, and the contact email address.
<<lesskfile_chemical is currently in alpha stage: 1.0 will be alpha too; it will be feature complete, i.e. proving plugins kfile plugins for all files mentioned at the official chemical mime page (and a few more).
Version 2.0 will be beta, and feature a more organized set of extracted pieces of information.
Version 3.0 will be beta too, and mime magic, which is a method to detect the mime type not from the file extension, but from the content.
Verion 4.0 will be the first stable release and is aimed to be ready with Kubuntu 6.04 and KDE 4.0.
Enhancements:
- This release adds support for chemical-mime-data, thus synchronizing with the main MIME type library for chemical data.
- It also fixes QChar / QString conversion, the FSF address, and the contact email address.
Download (0.10MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above friendadder 0.12 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed