summer jobs for teenagers
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1155
Computation Job Management 0.6
Computation Job Management (jobman in short) is a program that calls executables according to a given program flow. more>>
Computation Job Management (jobman in short) is a program that calls executables according to a given program flow. Each executable is run in a separate process. It is useful when a project needs to carry out a series of calculations that are performed by software written in different languages or supplied by third parties, but invoking individual programs manually is error prone and hard to manage.
The various individual programs dont communicate with each other except via persistent storage. This is especially the case for some scientific computing, quantitative finance, and prototyped programming.
Enhancements:
- A job can output a status string indicating to skip other sibling jobs.
- Fixed a number of bugs.
- Mark the program in beta status as it has been used to manage jobs completed in days.
<<lessThe various individual programs dont communicate with each other except via persistent storage. This is especially the case for some scientific computing, quantitative finance, and prototyped programming.
Enhancements:
- A job can output a status string indicating to skip other sibling jobs.
- Fixed a number of bugs.
- Mark the program in beta status as it has been used to manage jobs completed in days.
Download (0.14MB)
Added: 2007-04-24 License: LGPL (GNU Lesser General Public License) Price:
915 downloads
Job Scheduler 1.3.0
The Job Scheduler runs executable files, shell scripts and database procedures automatically. more>>
The Job Scheduler runs executable files, shell scripts and database procedures automatically (MySQL, PostgreSQL, Firebird and SQL Server, Oracle, DB2).
Job Scheduler processes sequential and parallel tasks and job chains, provides an API for job implementation with Java, Javascript, VBScript, Perl and exposes jobs as Web Services.
<<lessJob Scheduler processes sequential and parallel tasks and job chains, provides an API for job implementation with Java, Javascript, VBScript, Perl and exposes jobs as Web Services.
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
891 downloads
Python library for PS3 0.1.2
Python library for PS3 (Sony Playstation 3) game development under Linux. more>>
Python library for PS3 (Sony Playstation 3) game development under Linux. Includes: rendering to the PS3 frame buffer on a per pixel basis or with blittable objects (solid, masked or alpha blended), support for PS3 controllers and integration with PIL.
As you may know, Ive been writing my PS3 stuff with a view to building up a library suitable for writing games and as I thought about it more the idea of using a scripting language for the game seemed the most logical way forward. I plumped on python as Id used it before for a couple of small jobs and it seemed like a nice language with a lot of support. Plus, it has the advantage of being pre-installed on most Linux distributions and very easy to extend, and so the PS3 library for python was born...
Brief bullet points of the current build:
Support for the PS3 frame buffer on a per pixel basis
Support for blittable objects (solid, masked or alpha blended)
Support for the PS3 controllers
Easy integration with PIL for image manipulation and text rendering
A proof-of-concept breakout game
After about a day and a half development, the core of the library was in place but in a not very visible way. It seemed that the only way I could actually demonstrate this to all be good stuff is by writing a quick game. And breakout is one of the simplest, so I spent another day writing that. Its important to have a good demo on release... So, Ill settle for this half-hearted attempt at a breakout game whose main redeeming feature is that it has alpha transparency on all the blocks!
Just to whet your interest, heres an example of how easy the code can be (taken directly from the test.py file):
image = Blittable(Image.open("miglu.jpg"))
for count in xrange(screen.height-image.height):
screen.clear()
screen.blit(image, (count,count) )
screen.flip()
screen.wait()
Enhancements:
- Adds support for image blitting with the SPUs.
- Currently, using 4 SPUs the alpha blended breakout demo runs at 30fps at 720p.
<<lessAs you may know, Ive been writing my PS3 stuff with a view to building up a library suitable for writing games and as I thought about it more the idea of using a scripting language for the game seemed the most logical way forward. I plumped on python as Id used it before for a couple of small jobs and it seemed like a nice language with a lot of support. Plus, it has the advantage of being pre-installed on most Linux distributions and very easy to extend, and so the PS3 library for python was born...
Brief bullet points of the current build:
Support for the PS3 frame buffer on a per pixel basis
Support for blittable objects (solid, masked or alpha blended)
Support for the PS3 controllers
Easy integration with PIL for image manipulation and text rendering
A proof-of-concept breakout game
After about a day and a half development, the core of the library was in place but in a not very visible way. It seemed that the only way I could actually demonstrate this to all be good stuff is by writing a quick game. And breakout is one of the simplest, so I spent another day writing that. Its important to have a good demo on release... So, Ill settle for this half-hearted attempt at a breakout game whose main redeeming feature is that it has alpha transparency on all the blocks!
Just to whet your interest, heres an example of how easy the code can be (taken directly from the test.py file):
image = Blittable(Image.open("miglu.jpg"))
for count in xrange(screen.height-image.height):
screen.clear()
screen.blit(image, (count,count) )
screen.flip()
screen.wait()
Enhancements:
- Adds support for image blitting with the SPUs.
- Currently, using 4 SPUs the alpha blended breakout demo runs at 30fps at 720p.
Download (0.042MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
911 downloads
Screenie 1.30.0
Screenie is a small and lightweight screen frontend that is designed to be a session handler. more>>
Screenie is a small and lightweight screen frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu.
<<less Download (0.005MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1409 downloads
MySQL Backup for lazy sysadmins 0.7
MySQL Backup for lazy sysadmins (mysqlblasy) is a Perl script for automating MySQL database backups. more>>
MySQL Backup for lazy sysadmins (mysqlblasy) is a Perl script for automating MySQL database backups. It uses "mysqldump" for dumping mysql databases to the files sytem. MySQL Backup for lazy sysadmins program was written with automated usage in mind.
For example, it is silent during operation, and only produces noise on errors/problems. It rotates backups automatically to prevent the backup disk from getting full when the administrator is on vacation (or is lazy).
Main features:
- syslog facility
- unix output (loglevels, errors to stderr)
- dump some or all databases from a database instance
- compress dumps (using gzip,bzip2 or perl modules)
- backup rotation to avoid disc overflow
- no shell on external commands!
- can be run as unpriviledged user
- perfect for cron jobs
<<lessFor example, it is silent during operation, and only produces noise on errors/problems. It rotates backups automatically to prevent the backup disk from getting full when the administrator is on vacation (or is lazy).
Main features:
- syslog facility
- unix output (loglevels, errors to stderr)
- dump some or all databases from a database instance
- compress dumps (using gzip,bzip2 or perl modules)
- backup rotation to avoid disc overflow
- no shell on external commands!
- can be run as unpriviledged user
- perfect for cron jobs
Download (0.017MB)
Added: 2006-09-17 License: GPL (GNU General Public License) Price:
1135 downloads
Pineapple 3 test1
Pineapple is an adventure game. more>>
Pineapple is an adventure game.
You are sherif of a small village in the far west.
During a dark night of summer, the gang of reds, a bad group of crazy minded people, come to your town to kill every one.
You must kill them all before all citizens are killed !
<<lessYou are sherif of a small village in the far west.
During a dark night of summer, the gang of reds, a bad group of crazy minded people, come to your town to kill every one.
You must kill them all before all citizens are killed !
Download (0.68MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1509 downloads
smbfax 1.5
smbfax is sends a fax to a Samba print share without any Win32 client software. more>>
smbfax is a Unix server which allows you to print via Samba from a Windows client to a hylafax-controlled faxmodem on your server without any additional Win32 software for the client.
Its as easy as File->Print from an application, choose the network fax printer, then check your emails INBOX. You can also view and delete jobs via the standard Windows methods.
Main features:
- Allows users to "print" a document to a network printer. The Samba server then sends the document to smbfax, which prepares it and sends an e-mail to the owner inviting her to complete the fax via a web interface. The user then clicks on the provided link, fills in the fax information (recipient, comment, coverpage options, etc.) and clicks on the "send" button.
- Allows users to manage the send (outgoing) fax queue using the standard Windows method of managing print jobs (you can even select your own jobs and kill them with the delete key)
- You *dont* need to install any client software at all; no need to upgrade WINSOCK.DLL to the latest version or have some systray app running to intercept print jobs. You dont have to use any special drag-and-drop software or e-mail/web gateways with confusing attachments.
- Weve been running it for a (little) while here without any problems, it works just great;
- Its as easy as Print => Check Email
System requirements:
- Hylafax
- Perl 5.004 or better (Plus some modules)
- Apache or any other CGI-BIN webserver
- Samba
- A good POSIX system (tested under linux-2.2.16)
<<lessIts as easy as File->Print from an application, choose the network fax printer, then check your emails INBOX. You can also view and delete jobs via the standard Windows methods.
Main features:
- Allows users to "print" a document to a network printer. The Samba server then sends the document to smbfax, which prepares it and sends an e-mail to the owner inviting her to complete the fax via a web interface. The user then clicks on the provided link, fills in the fax information (recipient, comment, coverpage options, etc.) and clicks on the "send" button.
- Allows users to manage the send (outgoing) fax queue using the standard Windows method of managing print jobs (you can even select your own jobs and kill them with the delete key)
- You *dont* need to install any client software at all; no need to upgrade WINSOCK.DLL to the latest version or have some systray app running to intercept print jobs. You dont have to use any special drag-and-drop software or e-mail/web gateways with confusing attachments.
- Weve been running it for a (little) while here without any problems, it works just great;
- Its as easy as Print => Check Email
System requirements:
- Hylafax
- Perl 5.004 or better (Plus some modules)
- Apache or any other CGI-BIN webserver
- Samba
- A good POSIX system (tested under linux-2.2.16)
Download (0.011MB)
Added: 2005-04-20 License: Artistic License Price:
1647 downloads
Job Hunter 2005363215841
Job Hunter is a software that can track job opportunities in your hunt for contracts or employment. more>>
Job Hunter is a software that can track job opportunities in your hunt for contracts or employment. Documentation is included in OpenOffice/NeoOffice and PDF formats.
As I went around looking for a job (I am a software contractor so I am always looking for a job) I found myself writing leads down on peices of paper... which soon graduated to worksheets when I got sick of disorganization... which then graduated to this application when I noticed my notes were scribbled all over the page.
I realized this is kind of a leads manager for the job searcher like those for the sales professional. After all, you are trying to sell your skills to some buyer right?
You will need PostgreSQL and PHP 4.3.11+ or PHP 5 to properly install the program. (PHP 5 will be the new standard.) You will need a PDF reader or OpenOffice.org/NeoOffice 1.0 + to read the documentation. I have successfully run the software on a Linux machine and Apple OS X (I actually run it on my powerbook so it goes with me.)
If you dont want to go through the motions of getting this running on your own machines, you can register an instance for yourself on this site and use it freely.
Enhancements:
- maintnote.php was fixed and tested for use with PHP 5.
<<lessAs I went around looking for a job (I am a software contractor so I am always looking for a job) I found myself writing leads down on peices of paper... which soon graduated to worksheets when I got sick of disorganization... which then graduated to this application when I noticed my notes were scribbled all over the page.
I realized this is kind of a leads manager for the job searcher like those for the sales professional. After all, you are trying to sell your skills to some buyer right?
You will need PostgreSQL and PHP 4.3.11+ or PHP 5 to properly install the program. (PHP 5 will be the new standard.) You will need a PDF reader or OpenOffice.org/NeoOffice 1.0 + to read the documentation. I have successfully run the software on a Linux machine and Apple OS X (I actually run it on my powerbook so it goes with me.)
If you dont want to go through the motions of getting this running on your own machines, you can register an instance for yourself on this site and use it freely.
Enhancements:
- maintnote.php was fixed and tested for use with PHP 5.
Download (3.8MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
Fast OnlineUpdate for SuSE 0.15.0 Beta1
Fast OnlineUpdate for SuSE is a replacement for SuSEs Yast OnlineUpdate (YOU). more>>
Fast OnlineUpdate for SuSE is a replacement for SuSEs Yast OnlineUpdate (YOU). It uses the same update description files and is therefore a complete, lightweight alternative.
Main features:
- Fast and reliable update
- Supports SuSE Linux 8.1 to 10.0 and most SuSE business products
- Especially designed for usage in cron jobs
- Interactive mode for full control
- Network-wide updates from the same update directory possible (Even with different SuSE versions!)
- Bandwidth-limit in kbyte/sec for downloads *new*
- Support for non-YOU RPMs, e.g. packman or supplementary (KDE, Gnome, Mozilla) updates *new*
- FTP server benchmarking tool included
- Proxy support
- Automatic resuming of downloads
- Management of offline machines - fou4s can import/export machine data and packages *new*
- Remote host checking, even if fou4s is not installed there *new*
- Filtering (install only security updates, or skip optional packages)
- Interactive ftp server selection
- SuSEconfig is called, after an update is finished (can be turned off)
- Warns the user, if processes are accessing deleted files (which means, that the update is not complete)
- Installation of additional RPMs from the update directory
- Support for the new patch.rpm updates on SuSE 8.0 and higher
Enhancements:
- This release is the first version with SuSE 10.1 support.
- It is a very early beta.
- Dont use it with older SuSE versions; it will probably be unable to update itself.
<<lessMain features:
- Fast and reliable update
- Supports SuSE Linux 8.1 to 10.0 and most SuSE business products
- Especially designed for usage in cron jobs
- Interactive mode for full control
- Network-wide updates from the same update directory possible (Even with different SuSE versions!)
- Bandwidth-limit in kbyte/sec for downloads *new*
- Support for non-YOU RPMs, e.g. packman or supplementary (KDE, Gnome, Mozilla) updates *new*
- FTP server benchmarking tool included
- Proxy support
- Automatic resuming of downloads
- Management of offline machines - fou4s can import/export machine data and packages *new*
- Remote host checking, even if fou4s is not installed there *new*
- Filtering (install only security updates, or skip optional packages)
- Interactive ftp server selection
- SuSEconfig is called, after an update is finished (can be turned off)
- Warns the user, if processes are accessing deleted files (which means, that the update is not complete)
- Installation of additional RPMs from the update directory
- Support for the new patch.rpm updates on SuSE 8.0 and higher
Enhancements:
- This release is the first version with SuSE 10.1 support.
- It is a very early beta.
- Dont use it with older SuSE versions; it will probably be unable to update itself.
Download (0.084MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1236 downloads
SaberNet DCS 2.0.3
SaberNet DCS provides an enterprise labor data collection software. more>>
SaberNet DCS provides an enterprise labor data collection software.
SaberNet DCS is enterprise labor data collection software designed with efficiency in mind. Optimized for bar code input, it can automate and improve the accuracy of your time tracking. It works in stand-alone mode or with your ERP.
SaberNet DCS is a labor data collection system, designed to allow organizations to rapidly capture their labor data in real-time. Reporting and analyzing this data provides you with real visibility into the profitability of individual jobs, projects, employees and departments. Establishing reliable labor efficiencies enables you to more accurately estimate jobs and uncover opportunities.
Main features:
- Single swipe clock-in allows employees to rapidly clock in at a door terminal.
- Single swipe lunch / break allows you to suspend and resume an activity using a single barcode.
- Instant activity switching allows an employee to immediately end one task and begin another.
- One employee on multiple jobs (job ganging)
- Multiple employees on one job
- Indirect activities and set-up time tracking
- Web enabled administration allows managers and supervisors to reference the live active employee list, manage jobs, and edit time records from any browser
- Runs as either a stand-alone application (autonomous) or it can be integrated with an ERP/CRM/MIS or payroll system
- 2 modes of operation: shop floor automated (bar-codes and scanners) and desktop standalone (mouse and keyboard)
- Powerful reporting can be generated with Crystal Reports
<<lessSaberNet DCS is enterprise labor data collection software designed with efficiency in mind. Optimized for bar code input, it can automate and improve the accuracy of your time tracking. It works in stand-alone mode or with your ERP.
SaberNet DCS is a labor data collection system, designed to allow organizations to rapidly capture their labor data in real-time. Reporting and analyzing this data provides you with real visibility into the profitability of individual jobs, projects, employees and departments. Establishing reliable labor efficiencies enables you to more accurately estimate jobs and uncover opportunities.
Main features:
- Single swipe clock-in allows employees to rapidly clock in at a door terminal.
- Single swipe lunch / break allows you to suspend and resume an activity using a single barcode.
- Instant activity switching allows an employee to immediately end one task and begin another.
- One employee on multiple jobs (job ganging)
- Multiple employees on one job
- Indirect activities and set-up time tracking
- Web enabled administration allows managers and supervisors to reference the live active employee list, manage jobs, and edit time records from any browser
- Runs as either a stand-alone application (autonomous) or it can be integrated with an ERP/CRM/MIS or payroll system
- 2 modes of operation: shop floor automated (bar-codes and scanners) and desktop standalone (mouse and keyboard)
- Powerful reporting can be generated with Crystal Reports
Download (MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
981 downloads
PMbyAS 3.1a
PMbyAS is an Italian Web-based management system for time and money spent on resources on a day by day basis. more>>
PMbyAS is an Italian Web-based management system for time and money spent on resources on a day by day basis.
PMbyAS project can reports on jobs that are currently in progress as well as jobs that fall between given dates.
A single job can refer to a customer order, an inner or external project, or any other activity of the company.
<<lessPMbyAS project can reports on jobs that are currently in progress as well as jobs that fall between given dates.
A single job can refer to a customer order, an inner or external project, or any other activity of the company.
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
Easy Job Application 1.3.2
Easy Job Application allows you to send job applications using Gmail in websites like Craigslist. more>>
Easy Job Application allows you to send job applications using Gmail in websites like Craigslist.
This extension checks the Gmail authentication and try to connect using https. If youre using just http to log on into Gmail it may not work. Try to use Gmail with https. Ill try to make a fix to accept both types of authentication.
<<lessThis extension checks the Gmail authentication and try to connect using https. If youre using just http to log on into Gmail it may not work. Try to use Gmail with https. Ill try to make a fix to accept both types of authentication.
Download (0.012MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
943 downloads
People Search and Public Record Toolbar 1.0
People Search and Public Record Toolbar is a Firefox extension is a handy menu tool for investigators, reporters, etc. more>>
People Search and Public Record Toolbar is a Firefox extension is a handy menu tool for investigators, reporters, legal professionals, real estate agents, online researchers and anyone interested in doing their own basic people searches and public record lookups as well as background research.
Find past friends, relatives, classmates, coworkers, military buddies or do background research on people and businesses.
This useful extension offers you the following free people and public record searches at the click of a mouse:
- Free People Searches: White Pages, 411, DA Plus, Zaba Search, Zoom Info, Google, International Phone Directories, Google Image Search and Riya photo search.
- Reverse Phone Numbers: White Pages, DA Plus, Google, Land Line or Cell Phone? Search, Reverse Payphone and Do Not Call List.
- Reverse Addresses: White Pages, DA Plus, Google, Mail Drop Search and Whois Lookup.
- Area Code, Zip Code and International Calling Code Searches.
- Yellow Pages & Local Searches: White Pages Yellow, DA Plus Yellow, Google Local and Yahoo Local.
- Public Record Searches: Skipease Public Record Directory, Search Systems Public Record Directory, Social Security Number Searches, NETRonline Property Records, Zillow Property Values, Trulia Real Estate Search, Yahoo Real Estate and NACO US County Information.
- Criminal Searches: Inmate Locators and National Sex Offender Registry.
- Maps & Satellites: Google Maps, Map Quest, Yahoo Maps, Google Earth, Terra Server.
- Government Phone Directories: US Blue Pages, Canada GEDS.
- US Government Search Engines: FirstGov and Google Government Search.
- News & Blog Searches: Google News, Yahoo News, Technorati, IceRocket and Google Blog Search.
- Business & Finance: Alibaba, Business.com, Thomas Registry, Google Finance, Yahoo Finance.
- Jobs & Classifieds: Indeed Meta Job Search, Simply Hired Meta Job Search, Dice Jobs, Hot Jobs, Monster Jobs, Craigslist Classifieds.
- Social Network Sites: Facebook, Friendster, MySpace, Tribe, Xanga.
This extension contains NO malicious scripts or code; no malware, spyware or adware of any kind. This extension does NOT record personal or surfing information from users. If you dont believe me, then check the source code on the extension after you download it. There is absolutely no Spyware or malware of any kind and the same person continues to attack this extension and defame it using numerous different logon ids.
<<lessFind past friends, relatives, classmates, coworkers, military buddies or do background research on people and businesses.
This useful extension offers you the following free people and public record searches at the click of a mouse:
- Free People Searches: White Pages, 411, DA Plus, Zaba Search, Zoom Info, Google, International Phone Directories, Google Image Search and Riya photo search.
- Reverse Phone Numbers: White Pages, DA Plus, Google, Land Line or Cell Phone? Search, Reverse Payphone and Do Not Call List.
- Reverse Addresses: White Pages, DA Plus, Google, Mail Drop Search and Whois Lookup.
- Area Code, Zip Code and International Calling Code Searches.
- Yellow Pages & Local Searches: White Pages Yellow, DA Plus Yellow, Google Local and Yahoo Local.
- Public Record Searches: Skipease Public Record Directory, Search Systems Public Record Directory, Social Security Number Searches, NETRonline Property Records, Zillow Property Values, Trulia Real Estate Search, Yahoo Real Estate and NACO US County Information.
- Criminal Searches: Inmate Locators and National Sex Offender Registry.
- Maps & Satellites: Google Maps, Map Quest, Yahoo Maps, Google Earth, Terra Server.
- Government Phone Directories: US Blue Pages, Canada GEDS.
- US Government Search Engines: FirstGov and Google Government Search.
- News & Blog Searches: Google News, Yahoo News, Technorati, IceRocket and Google Blog Search.
- Business & Finance: Alibaba, Business.com, Thomas Registry, Google Finance, Yahoo Finance.
- Jobs & Classifieds: Indeed Meta Job Search, Simply Hired Meta Job Search, Dice Jobs, Hot Jobs, Monster Jobs, Craigslist Classifieds.
- Social Network Sites: Facebook, Friendster, MySpace, Tribe, Xanga.
This extension contains NO malicious scripts or code; no malware, spyware or adware of any kind. This extension does NOT record personal or surfing information from users. If you dont believe me, then check the source code on the extension after you download it. There is absolutely no Spyware or malware of any kind and the same person continues to attack this extension and defame it using numerous different logon ids.
Download (0.033MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
986 downloads
Joblist 0.3.1
Joblist is a script for managing jobs. more>>
Joblist is a MySQL based PHP Webapplication for managing jobs. Jobs are categorized by different priorities.
Everybody with access is able to insert and update team members and jobs. Every job has a deadline and can be marked as done.
Feel free to download and use it.
Enhancements:
- A "Show User" field description was added.
- The font size was reduced.
<<lessEverybody with access is able to insert and update team members and jobs. Every job has a deadline and can be marked as done.
Feel free to download and use it.
Enhancements:
- A "Show User" field description was added.
- The font size was reduced.
Download (0.026MB)
Added: 2006-02-25 License: GPL (GNU General Public License) Price:
1337 downloads
Upstart 0.3.8
Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot. more>>
Upstart project is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.
It is being developed for the Ubuntu distribution, but is intended to be suitable for deployment in all Linux distributions as a replacement for the venerable sysvinit package.
Main features:
- Tasks and Services are started and stopped by events
- Events are generated as tasks and services are run and stopped
- Events may also be generated at timed intervals, or when files are changed
- Events may be received from any other process on the system
- Services may be respawned if they die unexpectedly
- Bi-directional communication with init daemon to discover which jobs are running, why jobs failed, etc.
Enhancements:
- This release fixes an assertion error and an interaction bug between initctl stop and jobs that call it to stop themselves.
<<lessIt is being developed for the Ubuntu distribution, but is intended to be suitable for deployment in all Linux distributions as a replacement for the venerable sysvinit package.
Main features:
- Tasks and Services are started and stopped by events
- Events are generated as tasks and services are run and stopped
- Events may also be generated at timed intervals, or when files are changed
- Events may be received from any other process on the system
- Services may be respawned if they die unexpectedly
- Bi-directional communication with init daemon to discover which jobs are running, why jobs failed, etc.
Enhancements:
- This release fixes an assertion error and an interaction bug between initctl stop and jobs that call it to stop themselves.
Download (0.54MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
952 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 summer jobs for teenagers 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