Main > Free Download Search >

Free hours in a day software for linux

hours in a day

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1028
eHour 0.61

eHour 0.61


eHour is an open source webbased time tracking tool for consultancy companies and other project based businesses. more>>
eHour is an open source webbased time tracking tool for consultancy companies and other project based businesses. eHours primary objective is to keep time tracking as simple and user friendly as possible while still being very effective at measuring and reporting the amount of time your team spends on a project.
Main features:
- create multiple projects per customer
- assign employees to projects
- have different start and end dates and hourly rates per employee to project assignment
- create default projects to which all employees should be assigned (days off, sick leave, etc.) so you can keep track of those hours as well
- turnover & booked hours reports on all customers, projects, employees, departments or a selection of them
- configure whether you want your employees see their turnover
- seperation of consultant, reporting and administration role.
Enhancements:
- Due to a mistake, the SQL scripts needed for the database install were not included in 0.6.
<<less
Download (18.6MB)
Added: 2007-05-12 License: GPL (GNU General Public License) Price:
934 downloads
Python Traffic Camera Analyzer

Python Traffic Camera Analyzer


Python Traffic Camera Analyzer is an automated traffic camera congestion analysis tool. more>>
Python Traffic Analyzer is a Python base class and sample driver script written to retrieve and manipulate images from the TrafficLand cameras and calculate a numeric value representing the current traffic flow.

PyTrAn, an example driver script, an image collector and an image mask creator are available for download from the link shown at the bottom. To use the PyTrAn package begin by choosing a camera that you wish to analyze, for this example well use the camera captioned above.

We want to construct a mask over the area of the image that we are interested in, namely the road. In this particular example the road takes up the majority of the image but that is not always the case.

We will apply the mask over captured images to fine tune the area over which we are looking for movement. To create the mask we will first need to collect a sequential series of snapshots from the target camera. The image_collector.py script was written for this task:

$ mkdir mask_200003
$ cd mask_200003
$ ../image_collector.py 200003 30
Collecting 30 images...
30

Done.

The script is hard coded to capture images on a 2-second delay. The delay is necessary to ensure the image has changed. I believe 2-seconds to be the absolute minimum. Once complete, 30 images numbered 1 through 30 will be created in the current directory.

We construct a mask from these captured images by creating a diff-image for each sequential image pair and then adding each diff-image together. Naturally, a script was written to automate this task as well:

$ ../mask_maker.py 1 30
Creating a diff for each sequential image pair.
Diffing 29

Creating the initial mask from the first image pair.

Adding the rest of the diffs to the mask.
Masking 29

Done.

A number of .diff files are generated in this process. These files repesent the movement between individual sequence pairs.

The .diff files are simply intermediary files, the important bit is the mask file, which is generated as the sum of all differences.

The mask file may be dirty (as in this case) and require manual cleanup. The basic shape of the road however is clearly visible, evidence that we can with minimal effort automate the mask generation process. Also, this run was conducted at night, day-time images yield better results.

There are a few final steps we need to take before we can use the example PyTrAn driver script. First we need to convert the mask to ASCII (noraw) format:

$ pnmnoraw mask > mask_200003.ascii

Then we need to open an ImageMagick display window and get its X-window-ID using xwininfo. Finally, update camera_id and window_id in pytran_sampling.py and launch the driver:

$ ../pytran_sampling.py
DEBUG> grabbing frame from camera 200003
DEBUG> rotating image: pytran.this > pytran.last
DEBUG> refreshing image in 3 secs
taking a 5 minute sample at various thresholds.
DEBUG> grabbing frame from camera 200003
DEBUG> generating frame diff on pytran.last, pytran.this
DEBUG> displaying image: pytran.diff
DEBUG> converting pytran.diff to ascii
DEBUG> calculating traffic ratio...
ratio[5]: 55%
DEBUG> calculating traffic ratio...
ratio[10]: 52%
...
...
5 minute sample[5]: 67.88
5 minute sample[10]: 42.66
5 minute sample[15]: 30.57
5 minute sample[20]: 23.03
5 minute sample[25]: 18.39
5 minute sample[30]: 14.79
5 minute sample[35]: 12.42
5 minute sample[40]: 10.53
5 minute sample[45]: 9.06
5 minute sample[50]: 7.85

The sampling script will take 5 minute samples at varying color thresholds. The optimal threshold must be manually chosen. Furthermore, you will need to sample the traffic ratios during both heavy and light traffic times to get a good feel for your acceptable range. Also, keep in mind that the traffic ratio value is simply the percent change detected, or in other words the movement detected within the masked region. This means that a completely empty road will register similar values to a road so congested it looks like a parking lot. The time of day can be combined with the traffic ration to determine the logical truth.

With this task implemented and abstracted more complex systems can be built. When I find the time Id like to create a system that will take multiple potential travel routes and times, and during the travel time e-mail the traveler with the best route to take. Another idea I had would be to record the traffic flow values for each camera, for each day and for each half hour interval. Travelers and other interested parties can then analyze traffic patterns to determine the fastest route dependant on date/time.
<<less
Download (0.003MB)
Added: 2005-05-20 License: GPL (GNU General Public License) Price:
1620 downloads
Visitors Web Log Analyzer 0.61

Visitors Web Log Analyzer 0.61


Visitors is a very fast Web log analyzer. more>>
Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type:
No installation required, can process up to 150,000 lines of log entries per second in fast computers (20MB/s with my log files average length).
Designed to be executed by the command line, output html and text reports. The text report can be used in pipe to less to check web stats from ssh.
Support for real time statistics with the Visitors Stream Mode introduced with version 0.3.
To specify the log format is not needed at all. Works out of box with apache and most other web servers with a standard log format (see the documentation for more information on the format).
Its a portable C program, can be compiled on many different systems. Binaries for Windows systems are in the Download section of this page.
The produced html report doesnt contain images or external CSS, is self-contained, you can send it by email to users.
Visitors is free software (and of course, freeware), under the terms of the GPL license. You dont need to pay to use it. Visitors is supported, if you want a custom version made directly by the original author for a modest price, contact me at antirez (at) invece.org. ISPs may take advantage of the high processing speed.
Main features:
- Requested pages.
- Requested images.
- Referers by hits and age.
- Unique visitors in each day.
- Page views per visit.
- Pages accessed by the Google crawler (and the date of googles last access on every page).
- Percentage of visits originated from Google searches for every day.
- Users navigation patterns (web trails).
- Keyphrases used in Google searches.
- User agents.
- Weekdays and Hours distributions of accesses.
- Weekdays/Hours combined bidimentional map.
- Month/Year combined bidimentional map.
- Visual path analysis with Graphviz.
- Operating systems, browsers and domains popularity.
- 404 errors.
Enhancements:
- This release adds an important bugfix in the unique visitors algorithm.
- The output is now nearer to reality (though unique visitors stats are always a guess without the use of a cookie).
<<less
Download (0.11MB)
Added: 2005-11-05 License: GPL (GNU General Public License) Price:
1458 downloads
Picture of the Day PHP Script 1.0

Picture of the Day PHP Script 1.0


Picture of the Day PHP Script shows daily changing pictures. more>>
Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.
Main features:
- Can display several images per page
- Each image is taken from its own set of directories
- Image is randomly taken from directories
- Images are changed daily
- Unlimited number of images
- Unlimited number of directories
- Unlimited number of images per page
- Compatible with Unix and Windows
- Doesnt use database.
<<less
Download (0.013MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1294 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
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
Afghan Hound Quote of the Day Daemon 0.7.2

Afghan Hound Quote of the Day Daemon 0.7.2


Afghan Hound Quote of the Day Daemon project is a TCP/UDP quote-of-the-day server. more>>
Afghan Hound Quote of the Day Daemon project is a TCP/UDP quote-of-the-day server.
Afghan Hound Quote of the Day Daemon uses both TCP and UDP port 17 to return a random quote from fortune(6) style quote files. It has performance benefits over other programs which use fortune(6) to source their quotes.
The server also includes the ability to limit the number of client connections per second. Client and benchmarking programs are included in the package.
Main features:
- RFC865 compatibility - The official standard for qotd (port 17) services.
- Only needs root if listening on ports lower than 1024, however it should drop root as soon as possible.
- Uses standard fortune(6) text-file, text-file.dat style quote files.
- All new code to read and create fortune files.
- Listens on both TCP and UDP user specifiable ports.
- Can limit returned quotes to lie in a max-size, min-size range.
- Can limit maximum number of connections per second independently on both TCP and UDP.
- Can log connections, optionally recording hostname and ident information.
- Logging can either be to a specified log file, or to syslog
- Handles rot13-encoded (offensive) quotes, which can be enabled or disabled.
- Many configuration items can be changed at run-time.
- Known to compile on Solaris 2.5 (Ultra SPARC) and Linux 2.2.16 (Intel and sparc32). (With gcc everywhere and Suns cc on Solaris.)
Enhancements:
- Bug fixes: signal.c:
- client.c: Added gcc __attribute__ thing to signal handlers, elimiates warning.
- Added F_NOTIFY to allow auto reloading if fortune files change.
<<less
Download (0.098MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Monster Masher 1.8

Monster Masher 1.8


Monster Masher is a mashem-up action game for GNOME. more>>
Monster Masher is an action game for the Gnome desktop environment.
In the old days, before man entered the world, the gnomes were abundant. Through centuries of hard labour, only slightly eased by the levitational powers provided to them by their god, they bored out shafts and caves in the mountains. Always seeking the precious stones and valuable ore...
But the gnomes dug too deep. So the story begins.
The basic idea is that you, as levitation worker gnome, has to clean the caves for monsters that want to roll over you. You do the cleaning by mashing the monsters with stone blocks. Take a look at the screenshots page to see how this looks like.
Main features:
- Mash your way through 30 levels (for hours of fun)
- Four kinds of monsters: stupid monsters, stupid-but-hard monsters, intelligent monsters, egg-laying monsters
- Power-up gems for invisibility, exploding the nearby monsters and freezing all monsters
- Easy, medium and hard difficulty levels (for even more hours of fun!)
- Support for two simultanous players (cooperative)
- Automatic support for large tiles for large displays
<<less
Download (1.1MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1439 downloads
GLosung 3.0.2

GLosung 3.0.2


GLosung is a watch words program. more>>
GLosung is a watch words program.

This program shows the watch words (german: Losungen) for each day. The `Losungen are words out of the bible, one from the Old and one from the New Testament.

<<less
Download (0.055MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
987 downloads
SendmailAnalyzer 3.0

SendmailAnalyzer 3.0


Sendmail Analyzer is a Perl script reporting full HTML and graph sendmail usage reports. more>>
Sendmail Analyzer is a perl script reporting full HTML and graph sendmail usage reports. The project reports statistics on inbound, outbound and largest messages, senders and recipients, relays, domains, and complete mailboxes usage if your country law allow it.

Statistics are generated per hour, day, month and year. Graphs are in PNG format.

<<less
Download (0.023MB)
Added: 2007-06-27 License: Perl Artistic License Price:
850 downloads
GNOME Word of the Day 0.2.0

GNOME Word of the Day 0.2.0


GNOME Word of the Day is a GNOME applet that displays a new vocabulary word each day. more>>
GNOME Word of the Day is a GNOME applet that displays a new vocabulary word each day.

No one likes to be lost in a sea of unknown words. With GNOME Word of the Day Applet, your vocabulary will evince perennial growth. Its a must when preparing for the SAT or GRE tests and for improving both reading comprehension and writing precision.

GNOME word of the day sits in your notification area as a whole word or as a small icon. You can retrieve words from a selection of online sources.

<<less
Download (0.043MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1189 downloads
Pay day Cash Loan 1.0

Pay day Cash Loan 1.0


Pay day Cash Loan toolbar for IE with useful gadgets including a quick launch To-do List, Daily Calorie Counter, Email Notifier, Weather and News Tick... more>> <<less
Download (1101KB)
Added: 2009-04-11 License: Freeware Price: Free
196 downloads
PHPtrack 0.0.1

PHPtrack 0.0.1


PHPtrack is a Web tool written in PHP, which helps Webmasters get a clear picture of their Websites traffic. more>>
PHPtrack is a Web tool written in PHP, which helps Webmasters get a clear picture of their Websites traffic. It uses a MySQL database to record hits and display them. PHPtrack consists of two parts: the tracker, code which must be inserted into the PHP pages on your site in order to count hits and visits, and the parser, a program which reads raw hits, formats and displays them nicely.


config.php is used to set certain preferences, because there are ongoing issues regarding visitor tracking, like what time interval between the visits of the same person will make it count as one or two distinct visits. config.php allows you to set some of such things the way you want them.

The parser is inside the index.php file. Its called index.php because you may choose to call it directly. You simply call it in your browser and it will connect to the database, read the data, format it and calculate unique visitors, then display it. The parser is somewhat more sofisticated, by with this I mean that it comes with its own config.php file and a simple version, quick.php.


The display format was partially inspired by the one used by the Extreme Tracking public service, which I appreciate greatly. http://www.extreme-dm.com/tracking/

Please remember to set valid MySQL connection parameters in config.php.

index.php takes two parameters (start and stop) which set a certain time interval it works on. This way you can descend down into the statistics, as low as one certain hour out of all the tracking time! It will display the appropriate links back to itself so you can make use of this facility.

quick.php is a much simpler parser. In cases where youve got huge amounts of data, calling index.php directly for the whole cut will take a while to display. You can instead use quick.php, which doesnt do any calculations, just makes a quick walk through the
data and offers links to all the individual months the data covers.

Note that quick.php, in order to be quick, displays raw figures, without any calculation or browser exclusion. The figures it displays are NOT valid, they only serve for comparison and for providing links to index.php.

Now for the actual stuff: the statistics displayed by index.php. As I said, the parses works on a certain time interval, which can be as big as years and as low as one hour. If no time interval is specified it will read all the tracking data and display it.

The info displayed by the parser is:
- totals and records
- yearly statistics (pages and visitors)
- the same for months, days of the month, days of the week, hours of
the day
- website referrer statistics (sites which link back to your site)
- what browsers the visitors use
- what sections of the site (paths/pages) are accessed most

Depending of the size of the time interval, some of the statistics dont appear. For example, if you reduce the interval down to one certain day, you wont see statistics for months and years.

If the time interval is bigger, some of the smaller time units "loop around" inside it. For example, when the time interval is a whole year, the month days from 1 to 31 will repeat several times as the parser goes through the data. The statistics displayed are the TOTALS for these time units. For example, what you see next to the
23rd day of the month is the sum of all the days numbered 23 in all 12 months. If you want a certain month, follow the link for that month and then, since the time interval will only span that one month, 23 will display only as the 23 for that month. The same goes
for every time unit (months inside years, days inside months, hours inside days). Please note that there are no weekly statistics.

All statistic tables have 8 columns. The first one shows you the time unit, the page/path, the referrer or the browser name.

The next 3 columns are pages, and display the actual number, the percentage out of the total number of pages in the time interval, and the graphic equivalent of the percentage (blue bars).

The next 3 columns are visits (or unique visitors) and display the actual number, the percentage out of the total number of visits in the time interval, and the graphic equivalent of the percentage (red bars). Youll notice that the visit bars are smaller than the page bars, since I am trying to illustrate the size difference between
displayed pages and visitors.

Finally, the last column is the percentage of pages over visitors, called reloads, because they give a good ideea of the amount of pages one visitor sees. For example, a reload percentage of 66% means the average visitor on the part of the time interval sees 3 pages (1 is the visit, 2 = 66% are the reloads).

For referrers, paths and browsers I considered it useful for you to see both the pages and the visitors. For paths, for example, a high page count mean an overall interest in that page, while a high visitor count means lots of different people are interested in it.
These are subtle differences, but you may find them useful.
<<less
Download (0.026MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1217 downloads
checksuite 2.8

checksuite 2.8


checksuite is a suite of several perl programs designed to assist you with the everyday tasks of system administration. more>>
checksuite was written specifically to assist system administrators with the day-to-day tasks of monitoring a system. It is in, no way, a replacement of an actual system administrator.
I originally created these programs to help me out, because of all the excruciating long hours at work. Plus, I work on servers day-in, day-out that have system administrators
that most certainly need all the help they can get.
Enjoy these programs! Use them to your liking. These programs were an excellent project for
me to really grow my programming skills. Any feedback on these would be great.
You can run sh install.sh from the command line for the programs to be installed. These programs were intended for use on a Linux OS. However, they do work on other flavors of *nix and I plan on making more versions available as I find time to do so.
The main progams are installed into /usr/local/sbin/. There is a man page found in /usr/man/man1 and a cron file in /etc/cron.d/. As well, there is a logrotate config file in /etc/logrotate.d/ and all logs are found in /var/log/checksuite.d/.
Enhancements:
- Added 2 more false positives to checkhardware, also a disclaimer
- Fixed "Disk Usage by Content" for a specific directory in checkdisk
- Added a threshold parameter in checksyn for the amount of times an IP is found to be SYN flooding until they get blocked
<<less
Download (0.019MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1472 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5