Main > Free Download Search >

Free hour software for linux

hour

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 347
Rush Hour Puzzle Solver 0.2.7

Rush Hour Puzzle Solver 0.2.7


Rush Hour Puzzle Solver project is a Rush Hour puzzle solver that illustrates the solution with PostScript. more>>
Rush Hour Puzzle Solver project is a Rush Hour puzzle solver that illustrates the solution with PostScript.

Rush Hour Puzzle Solver is a small C++ program that reads a Rush Hour board from a text file and produces a nice PostScript file that shows the shortest solution.

<<less
Download (0.45MB)
Added: 2006-12-20 License: Freely Distributable Price:
1058 downloads
Forum 0.1

Forum 0.1


Simple PHP-based forum, it uses MySQL database to store messages. more>>
Simple PHP-based forum, it uses MySQL database to store messages. It supports threads and can be installed from the browser. This is an example of a program written in an hour.

Simply open file forum.php in the browser and follow instructions.
<<less
Download (0.006MB)
Added: 2006-06-15 License: BSD License Price:
1263 downloads
Zorgan 1.2

Zorgan 1.2


Zorgan is a Personal Informations Manager. more>>
Zorgan is a Personal Informations Manager (PIM) for Linux. It requires TclX 7.5 / TkX 4.1 or more.
Main features:
- Book: a collection of records, each record having one or more fields. Useful to manage a lot of data of the same kind.
- Todo list: a list of things to do with states completed, not completed and aborted.
- Task list: a list of tasks with date range when it should be done.
- Budget: make a sum of items with associated amounts.
- Notes: a place where to write any text.
- Planner: each hour, day and month may have notes. Presented day by day, one month at a time or a full year calendar.
-
- Useful and practical usages:
-
- Address book
- Rolodex
- Buy list
- Birthday indicators
- List of expenses
- And much more !
-
- All the informations may be exported in ASCII or HTML format in order to be viewed in any text editor, printed or even put on the web.
<<less
Download (0.05MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1639 downloads
Podracer 1.4

Podracer 1.4


Podracer is a podcast downloader. more>>
Podracer is a podcast downloader. It takes a file with the URLs to all your podcast rss feeds and goes and gets the mp3s and stores them in a specified location. Podracer is a Bourne Shell script with an internal BitTorrent downloader written in Python.
Main features:
- Catchup feature updates the log without downloading all podcasts
- Run as a cron job to automatically receive podcasts
- Properly fails (with no error message for the sake of cron) if already running
- Download podcast enclosures of any file format
- Support for BitTorrent downloading and seeding of podcasts
- Configurable seed time management - seed torrents for an hour or a day
- Background torrent seeding continues after program ends and stops automatically
- System-wide and user-specific configuration
- User-specific subscription file and podcast download directories
- Commentable subscription file - go ahead and mark it up
- Fully configurable placement of files and directories
- Support for dynamic creation of download directories, i.e. based on date/time
- Appears in podcasters logs as a podcast receiver
- Automatic creation of m3u playlists
- User may request that m3u not be created
- Automatic removal of empty download directories
- Your suggestions...
<<less
Download (0.022MB)
Added: 2006-02-20 License: MIT/X Consortium License Price:
1349 downloads
GlassHUDX 0.6

GlassHUDX 0.6


GlassHUDX is a beautiful system monitoring theme for SuperKaramba. more>>
GlassHUDX is a beautiful system monitoring theme for SuperKaramba. GlassHUDX is inspired by the wonderful GlassHUD theme from mytharak. It uses modified versions of the backgrounds and some of the layout ideas.

GlassHUDX consists of the following widgets:

Glassmem - a memory sensor widget

Displays total memory, used memory,free memory w/o buffers/cache and free memory including buffers/cache.
Middle-clicking the widget displays the top 10 processes using memory resources.

Glasscpu - a simple CPU monitor

Displays CPU type and CPU clock and shows CPU usage as graph.
Middle-clicking the widget displays the top 10 processes using CPU resources.
The design is very close to the original GlassHUD CPU monitor.

Glassclock - a simple time and date display

Simple clock in 12/24 hour format.
Launches Korganizer when you click on the date meter.
Configuration option for 24 hour or 12 hour display.
Configuration option for date format strings.

Glasstemp - a sensor widget

Displays CPU temperature, MB temperature and CPU fan speed.
Temperatures are in Celsius. To display temperatures in
Fahrenheit, add TEMPUNIT=F to the KARAMBA line in glasstemp.theme.

You need the sensors program installed for this widget to work.

Glassmounter - a device mounter inspired by Ibayuks MountApp for WMaker

Mounts devices and displays the mount state of the selected device. Any number of devices can be added. The selected device can be mounted, unmounted or ejected (if supported). Clicking on the device name mounts the device (if unmounted) and launches a filemanger. The filemanager command can be configured (default is "kfmclient exec").

Glasswifi - a wireless monitor and launch widget

Starts/stops a wireless interface.
Displays the link quality and either signal/noise level or bytes in/out.
The wireless interface can be set through the configuration menu (default is ath0)

Have a look at the README for the configuration of the widgets

Any bug reports and improvements are welcome.

<<less
Download (0.10MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1213 downloads
Tuxaator 1.76

Tuxaator 1.76


A lightweight IRC bot/dictionary, easy to set up, easy to localize. more>>
A lightweight IRC bot/dictionary, easy to set up, easy to localize.

Installation:

1) Edit the configuration file in config/config.tux.dist, change all values to suit your needs and then rename it to config.tux. Take your time to read through it, there are quite a few aspects you can alter

2) Create a new MySQL database with the name you set for db_base in the configuration file

3) Create a new MySQL user and grant it all privileges to the database you just created.

4) Create the tables required by the bot entering the following command
mysql -u db_user -p db_base < tux.sql

5) edit config/hosts.dist, add your hostmask to the file, save and then rename it to hosts

6) Now you should be all set up, go to the directory where the main program is and try to run it by entering

./tuxaator

With a little luck, you will be connected to server and choose the channel.

If you also want the bot to announce Freshmeat news and give information about kernel releases if asked, read on. If not, youre finished.



Setting up the external scripts

Tuxaator relies on external scripts to gather various information of interest from the Net. The scripts are not called from the bot, but are to be run separately, for example from the crontab.

Right now I have implemented 2 sample scripts:
kernel.sh - retrieves information about the latest kernels
fetchfm.sh - retrieves latest news from FreshMeat

Both scripts are located in the "scripts" directory of the installation and have to be configured separately, it is pretty straightforward though, just open them in your favourite text editor and follow the instructions.

Refer to "man 5 crontab" for information on how to setup the cronjobs.

My configuration looks like this:
1,31 * * * * /home/duke/tuxaator/scripts/fetchfm.sh > /dev/null
55 * * * * /home/duke/tuxaator/scripts/kernel.sh > /dev/null

This is, freshmeat news are retrieved 1 and 31 minutes after hour, and kernel news 55 minutes after hour. I found this configuration to be sufficient.
<<less
Download (0.018MB)
Added: 2006-06-17 License: BSD License Price:
1224 downloads
Pathogen Warrior 1.1.1

Pathogen Warrior 1.1.1


Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map. more>>
Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map.
Pathogen Warrior is a puzzle game about matching 3D model structures with a 2D hexagon map. It was one of the entrants to the 4th Ludum Dare 48-hour game development competition.
The theme of the competition was "Infection". In Pathogen Warrior, the players task is to match rotating 3D pathogen structures with a 2D model using a hexagon map.
The time to accomplish the task is limited, and after successfully completing one pathogen, the player is advanced to next level, which has a more challenging pathogen.
Enhancements:
- Updated music file.
- Added Linux Makefile (contributed by Ion).
- Added license notices to all source files.
<<less
Download (0.48MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Snort-rep 1.10

Snort-rep 1.10


snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file. more>>
snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file.
The reports contain:
Portscan summary
Alert Summary by ID
Alert summary by remote host and ID
Alert summary by local host and ID
Alert summary by local port and ID
It is designed to be used for daily e-mail reports to the system administrators (see snort-rep-mail for an example script that generates daily e-mails). The HTML code output contains direct links to the IDS descriptions of whitehats.com.
Enhancements:
- release 1.10
- fix off-by-one hour error in syslog parsing when changing from daylight saving time
- support portscan2 (Snort 1.9.0)
<<less
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1216 downloads
IOG 1.03

IOG 1.03


IOG is a network I/O byte grapher made to track KB/MB/GB totals for hours, days, and months. more>>
IOG is a network I/O byte grapher made to track KB/MB/GB totals for hours, days, and months. The project is intended to be simple and fast (to support thousands of hosts), and to integrate well with MRTG.
Data for each host is updated hourly and HTML graphs are created. It uses a data consolidation algorithm which allows for a small, non-growing database file for each host.
Enhancements:
- Fixed bug which causes router/switch reboots to potentially cause large negative values for that particular hour.
<<less
Download (0.034MB)
Added: 2007-07-03 License: Artistic License Price:
843 downloads
Snakememory 20041129

Snakememory 20041129


Snakememory project flashcard program for learning languages. more>>
Snakememory project flashcard program for learning languages.
Learning foreign languages is a hard task, especially languages that use hieroglyphic script. Unfortunately therere no applications for Unix that could replace unpractical stacks of paper cards.
Applications that you can find on the Internet usually doesnt support Cyrillic and Asian scripts or treat all cards alike, showing them with equal frequency making learning process boring and tedious. Just as often they have complicated unusual interfaces.
There is a program for Microsoft Windows that is adapted to the human memory principles. However it has complicated non-intuitive interface and isnt free.
Snakememory is based on the SM-2 algorithm of the Supermemo. SM-2 is somewhat outdated but has good enough performance: 270 items/hour/minute, i.e. if youll study one year for one minute every day, youll learn 270 items.
This is very close to the human memory capabilities. Of course you can (and probably will) study for a longer amounts of time and will learn more items.
Maybe Ill also implement more effective algorithms SM-7 or SM-11 later.
Main features:
- adding, modifying, deleting cards;
- SM-2 algorithm for calculating inter-repetition intervals;
- means for using sounds or animated pictures as questions and answers;
<<less
Download (0.030MB)
Added: 2006-10-20 License: GPL (GNU General Public License) Price:
1099 downloads
1-ClickWeather 1.1.4

1-ClickWeather 1.1.4


1-ClickWeather is a Firefox extension which enables users to quickly view current weather conditions. more>>
Because weather is important to you everyday... weather.com offers you instant local weather conditions, alerts, radar in motion, satellite maps, and forecasts all within your Firefox browser.

1-ClickWeather is a Firefox extension which enables users to quickly view current weather conditions and up to 5 days of forecast information within the browser and allows for instant access to detailed and customized weather content through clickable icons. All weather data in provided by weather.com.

In addition, the extension features color coded severe weather alerts from the National Weather Service and links to unique features available from weather.com.

All of the weather information displayed by 1-ClickWeather relates to a user-selected geographic location. This information includes:

Weather Videos - pre-selected weather video from weather.com. Choices include Top Story, Severe Weather Outlook, European travel forecast, US national forecast or a choice of one of four US regional forecasts.

Radar - animated in-motion Doppler radar image pre-selected by the user from one of nine US regions.

Satellite - satellite map pre-selected by the user for a defined international geographic region. Choices include Europe, Russia, Asia, Middle East, Africa, Canada, Mexico, Central America, and South America.

Quick Launch - up to 16 user-defined quick launch links to unique content on the weather.com website, including local 36-hour forecasts, local 10-day forecasts and links to customized lifestyle content such as Personal PetCasts, Baseball Game Day Forecasts and PollenCasts.

<<less
Download (0.62MB)
Added: 2007-05-02 License: MPL (Mozilla Public License) Price:
978 downloads
vPrise Workgroup 1.0b

vPrise Workgroup 1.0b


vPrise Workgroup is a distributed environment that helps bridging development teams. more>>
vPrise Workgroup application is a distributed environment that helps bridging development teams. vPrise Workgroup, allows users to communicate with one another on a project basis over time sheets, expense reports, issues, file exchange, tasks, schedules and calendars.
The tool can be divided into three distinct groups, where a user might be limited to the confines of a single group or utilize all features in all groups. The three feature groups within vPrise Workgroup are:
- Employee data submissions - allows distributed employees to submit hour reports and expense sheets.
- Management view - allows managers within an approval chain to approve/reject employee submitted time sheets. Furthermore it allows the manager to sum up this information using reports.
- Collaboration tool set - allows employees of the company to communicate with other team members and customer teams. These features include file trading, a distributed calendar & issue tracking.
<<less
Download (MB)
Added: 2006-05-11 License: Freeware Price:
1262 downloads
You Only Live Once 005

You Only Live Once 005


You Only Live Once is a Seven Day Roguelike game. more>>
You Only Live Once is a Seven Day Roguelike game.
Main features:
- Extremely tactical combat. There is no randomness in combat. You always hit and always do full damage. This means that careful placement is the difference between success and failure.
- Heavy on plot and characterization. A story is told. It is not just kill things for no reason. (If you want to just kill things for no reason, POWDER is recommended)
- Quick to complete. You can likely fully explore and enjoy the game in an hour or two. You are then free to get on with your life.
Enhancements:
- Version 005 sees the mac-curses build not be distributed. Instead, youll have to content yourself by compiling it by hand out of the macport directory.
<<less
Download (1.1MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1093 downloads
enotes 1.2

enotes 1.2


enotes is a small GNU Emacs script to handle appointments. more>>
enotes is a small GNU Emacs script to handle appointments. enotes stores a list of notes, each with a title, a warning date, a date and optionally a long description and a reference file.
A window pops up when a warning time is reached. It is simple (more than calendar and others), yet reliable and very practical.
Enhancements:
- Minor features such as the ability to move the event/warning by one hour in the future with one keystroke.
- One visible change is the ability to add a colored flags for each event.
<<less
Download (0.008MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1445 downloads
Rotter 0.3

Rotter 0.3


Rotter is a Recording of Transmission / Audio Logger for JACK. more>>
Rotter is a Recording of Transmission / Audio Logger for JACK. The project was designed for use by radio stations, who are legally required to keep a recording of all their output. Rotter runs continuously, writing to a new file every hour. It is released under the GPL license.

Rotter can output files in two different strutures, either all files in a single directory or create a directory structure:

flat: /root_directory/YYYY-MM-DD-HH.suffix
hierarchy: /root_directory/YYYY/MM/DD/HH/archive.suffix

The advantage of using a folder hierarchy is that you can store related files in the hours directory.

Usage

rotter [options] < directory >
-a Automatically connect JACK ports
-f < format > Format of recording (see list below)
-b < bitrate > Bitrate of recording (bitstream formats only)
-c < channels > Number of channels
-n < name > Name for this JACK client
-d < hours > Delete files in directory older than this
-R < secs > Length of the ring buffer (in seconds)
-H Create folder hierarchy instead of flat files
-j Dont automatically start jackd
-v Enable verbose mode
-q Enable quiet mode

Supported audio output formats:

mp3 MPEG Audio Layer 3 [Default]
mp2 MPEG Audio Layer 2
aiff AIFF (Apple/SGI 16 bit PCM)
aiff32 AIFF (Apple/SGI 32 bit float)
au AU (Sun/Next 16 bit PCM)
au32 AU (Sun/Next 32 bit float)
caf CAF (Apple 16 bit PCM)
caf32 CAF (Apple 32 bit float)
flac FLAC 16 bit
wav WAV (Microsoft 16 bit PCM)
wav32 WAV (Microsoft 32 bit float)

Example:

rotter -a -f mp3 -d 1000 -b 160 -v /var/achives
[DEBUG] Wed Jun 21 22:54:19 2006 Root directory: /var/archives
[INFO] Wed Jun 21 22:54:19 2006 JACK client registered as rotter.
[DEBUG] Wed Jun 21 22:54:19 2006 Size of the ring buffers is 2.00 seconds (352800 bytes).
[INFO] Wed Jun 21 22:54:19 2006 Encoding using liblame version 3.96.1.
[DEBUG] Wed Jun 21 22:54:19 2006 Input: 44100 Hz, 2 channels
[DEBUG] Wed Jun 21 22:54:19 2006 Output: MPEG-1 Layer 3, 160 kbps, Joint Stereo
[INFO] Wed Jun 21 22:54:19 2006 Connecting alsa_pcm:capture_1 to rotter:left
[INFO] Wed Jun 21 22:54:19 2006 Connecting alsa_pcm:capture_2 to rotter:right
[INFO] Wed Jun 21 22:54:19 2006 Starting new archive file: /var/archives/2006/06/21/22/archive.mp3
[DEBUG] Wed Jun 21 22:54:19 2006 Opening MPEG Audio output file: /var/archives/2006/06/21/22/archive.mp3
[INFO] Wed Jun 21 23:00:00 2006 Starting new archive file: /var/archives/2006/06/21/23/archive.mp3
[DEBUG] Wed Jun 21 23:00:00 2006 Closing MPEG Audio output file.
[DEBUG] Wed Jun 21 23:00:00 2006 Opening MPEG Audio output file: /var/archives/2006/06/21/23/archive.mp3

Start logging audio to hourly files in /var/archives. Rotter will automatically connect itself to the first two JACK output ports it finds and encode to MPEG Layer 3 audio at 128kbps. Each hour it will delete files older than 1000 hours (42 days). Verbose mode means it will display more informational messages.

<<less
Download (0.12MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5