Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Task Spooler

Compare

  No analysis available

Unix batch system where the tasks spooled run one after the other. The amount of jobs to run at once can be set at any time. Each user in each system has his own job queue. The tasks are run in the correct context (that of enqueue) from any shell/process, and its output/results can be easily ... [More] watched. It is very useful when you know that your commands depend on a lot of RAM, a lot of disk use, give a lot of output, or for whatever reason it's better not to run them all at the same time, while you want to keep your resources busy for maximum benfit. Its interface allows using it easily in scripts. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl

gcalcli

Compare

  Analyzed 2 days ago

(gcalcli) Google Calendar Command Line Interfacegcalcli is a Python application that allows you to access your Google Calendar from a command line. It's easy to get your agenda, search for events, and quickly add new events. Additionally gcalcli can be used as a reminder service to execute any ... [More] application you want. Author: Eric Davis - email - web Download: gcalcli-1.4 Check your OS Distribution for packages (gcalcli is starting to be noticed)... Changelog Screenshots: One - Two - Three - Four - Five Requirements: Python Google's GData Python module ElementTree Python module dateutil Python module A love for the command line! Features: list your calendars show an agenda using a specified start/end time and date graphical calendar display (my paying homage to the remind application) search for past and/or future calendar events "quick add" new calendar events to your default calendar run as a cron job and execute a command for reminders work against specific calendars (by calendar type or calendar name regex) config file support for specifying program defaults colored output and unicode character support easy integration within shell scripts, cron, screen, conky, etc Not (Yet) Supported: import meeting.ics Outlook events add (non-quick) events with ability to set reminders, repeat, guests, etc configurable reminders (i.e. 30 mins before event every 5 mins) offline mode working from cached data [Less]

3.12K lines of code

10 current contributors

5 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

Snake Steak

Compare

  No analysis available

Snake Steak is both a Python library and a command line application to access the new FreshMeat JSON API from both python and shell scripts.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit, Public_Do...

formconv

Compare

  No analysis available

Converts the mathematical formulae from one format to another.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

jbasic

Compare

  No analysis available

JBasic is BASIC, written in JAVA.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: gpl

bindfs

Compare

  Analyzed 2 days ago

Overviewbindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules. ExamplesHere are some examples of what bindfs can do for you: Make a directory read-only. bindfs --perms=a-w ... [More] somedir somedir Share a directory with some other users without modifying /etc/group. bindfs --mirror-only=joe,bob,@wheel ~/some/dir shared Make your website available to the webserver process read-only. bindfs --owner=www --perms=0000:u=rD ~/stuff/website ~/public_html Make all new files uploaded to an FTP share owned by you and seen by everyone. bindfs --create-for-user=me --create-with-perms=u+rw,a+rD /var/ftp/uploads /var/ftp/uploads Manualbindfs --help man 1 bindfs Supportbindfs has been tested on Linux 2.4/2.6 with fuse 2.5.3+ as well as Mac OS X 10.5 with MacFUSE. Please tell me if you have tried it on another platform, such as FreeBSD. Basic installation instructions are available. All bug reports, comments and ideas are very welcome at or the issue tracker. [Less]

5.9K lines of code

3 current contributors

14 days since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This

GoCommando

Compare

  Analyzed about 20 hours ago

GoCommando is a small command line utility helper that does the boring work when creating command line utilities in .NET.

20.9K lines of code

1 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

txt2cloud

Compare

  Analyzed 3 days ago

Create XHTML tag cloud page from text file

154 lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Qataki

Compare

  Analyzed 3 days ago

Qataki is a command line microblogging client. It supports Identi.ca, Twitter and arbitrary StatusNet sites. Features: * Post, reply, retweet, send direct messages. * Read personal, public, users and groups timeline (last statuses). * Read messages directed to you (i.e., where you are ... [More] mentioned). * Multiple accounts support. * Read messages in context (i.e., conversations; feature available only for Identi.ca/StatusNet sites). * Search for notices. * Pastebin.com integration Qataki is a shell script. It depends on cURL and ELinks (or Lynx if ELinks is not installed), besides usual UNIX utilities (like sed/awk/grep). [Less]

1.01K lines of code

0 current contributors

about 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

pytagsfs

Compare

  No analysis available

pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags. For instance, a set of audio files could be mapped to a new directory structure organizing them hierarchically by album, genre, release date, etc. File tags can be changed by moving and ... [More] renaming virtual files and directories. The virtual files can also be modified directly, and, of course, can be opened and played just like regular files. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl