no experienced required job san diego
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3707
Online Recruitment Agency 1.25
Online Recruitment Agency is Web-based recruitment agency software. more>>
Online Recruitment Agency project is Web-based recruitment agency software.
You can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user.
Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates.
On the public page, potential employees can search the job listings or view by category or department.
Enhancements:
- Bugs in the common and database library files were fixed.
<<lessYou can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user.
Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates.
On the public page, potential employees can search the job listings or view by category or department.
Enhancements:
- Bugs in the common and database library files were fixed.
Download (0.11MB)
Added: 2006-08-22 License: Other/Proprietary License Price:
1167 downloads
Gnome Terminal Launcher 0.8-4
Gnome Terminal Launcher applet reads the profiles from GConf and creates the corresponding menu entry. more>>
Gnome Terminal Launcher applet reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments.
If you are a system administrator, perhaps a command line junkie, and you deal with a large number of servers on a daily basis, you may have already created profiles to define the connection characteristics of each server.
Ive also experienced an improvement in usability assigning a different color and icon to a server or group of servers. After a while, you can quicly identify which server are you connected to with just a glimpse of the screen.
But this has a drawback, the only way to open a terminal is from another terminal unless youve already created launchers for the specific profiles.
To provide a cleaner solution. Ive create the gnome-terminal-launcher applet that reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments.
<<lessIf you are a system administrator, perhaps a command line junkie, and you deal with a large number of servers on a daily basis, you may have already created profiles to define the connection characteristics of each server.
Ive also experienced an improvement in usability assigning a different color and icon to a server or group of servers. After a while, you can quicly identify which server are you connected to with just a glimpse of the screen.
But this has a drawback, the only way to open a terminal is from another terminal unless youve already created launchers for the specific profiles.
To provide a cleaner solution. Ive create the gnome-terminal-launcher applet that reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments.
Download (0.014MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
982 downloads
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
Internet Chess ToolKit 0.2
Internet Chess ToolKit project is a Java library for chess with PGN, FEN, SAN, and ICS (FICS, ICC) support. more>>
Internet Chess ToolKit project is a Java library for chess with PGN, FEN, SAN, and ICS (FICS, ICC) support.
Internet Chess ToolKit is a Java-based set of libraries and widgets useful for performing common tasks such as reading SAN (internationalized), FEN, PGN, generating legal moves, and connection to Internet Chess Servers (FICS).
The purpose of the Internet Chess ToolKit is to provide an extensible library to facilitate the development of internet server clients, bots, training programs, peer-to-peer players, and and various other programs useful for the game player. The library was designed with a high level of abstraction and utilization of object oriented design patterns to make it extensible; The model set up should allow for implementations of many games besides Chess, which is the main focus of this library.
Such other games might include chess variants like BugHouse, or completely different games like scrabble and the Chinese game of Go. Another goal of the library is ease of use. A lot of effort has gone into comprehensive documentation and providing sensible names for methods, as well as providing many convenience methods.
Main features:
- FICS support (limited)
- legal move generation.
- game history with variation support (alternative move suggestions).
- move comment support in text and Numeric Annotation Glyphs (NAG).
- Standard Algebraic Notation (SAN) read/write support (internationalized for presentation in 16 languages).
- Portable Game Notation (PGN) read/write support (including move variations, and FEN).
- Forsyth-Edwards Notation (FEN) read/write support.
- True MVC structure with board displays driven by game model events.
- Command-line Board display (GUI to come).
- Well documented. Sample code also provided.
Enhancements:
- Limited FICS support style12, match request, kibitz, whisper, say, tell, channel tell, shout, c/t/-shout, emote, move list, pin, gin, seek ads, seek remove, seek clear, game results
- Timeseal support
- XSLT java code generation for ICS events
- Sample ICS Client
- PGN bugs fixed
<<lessInternet Chess ToolKit is a Java-based set of libraries and widgets useful for performing common tasks such as reading SAN (internationalized), FEN, PGN, generating legal moves, and connection to Internet Chess Servers (FICS).
The purpose of the Internet Chess ToolKit is to provide an extensible library to facilitate the development of internet server clients, bots, training programs, peer-to-peer players, and and various other programs useful for the game player. The library was designed with a high level of abstraction and utilization of object oriented design patterns to make it extensible; The model set up should allow for implementations of many games besides Chess, which is the main focus of this library.
Such other games might include chess variants like BugHouse, or completely different games like scrabble and the Chinese game of Go. Another goal of the library is ease of use. A lot of effort has gone into comprehensive documentation and providing sensible names for methods, as well as providing many convenience methods.
Main features:
- FICS support (limited)
- legal move generation.
- game history with variation support (alternative move suggestions).
- move comment support in text and Numeric Annotation Glyphs (NAG).
- Standard Algebraic Notation (SAN) read/write support (internationalized for presentation in 16 languages).
- Portable Game Notation (PGN) read/write support (including move variations, and FEN).
- Forsyth-Edwards Notation (FEN) read/write support.
- True MVC structure with board displays driven by game model events.
- Command-line Board display (GUI to come).
- Well documented. Sample code also provided.
Enhancements:
- Limited FICS support style12, match request, kibitz, whisper, say, tell, channel tell, shout, c/t/-shout, emote, move list, pin, gin, seek ads, seek remove, seek clear, game results
- Timeseal support
- XSLT java code generation for ICS events
- Sample ICS Client
- PGN bugs fixed
Download (MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1019 downloads
MyBook World Edition Packages 0.0
MyBook World Edition Packages project collection provides pre-compiled packages for hacking Western Digital MyBook World Edition more>>
MyBook World Edition Packages project collection provides pre-compiled packages for hacking Western Digital MyBook World Edition, to improve performance and add new features.
At least intermediate Linux experience is required for playing with MyBook. Please, if you do not meet this requirement, ask someone experienced to help you. Otherwise there is a risk that you will brick your MyBook!
<<lessAt least intermediate Linux experience is required for playing with MyBook. Please, if you do not meet this requirement, ask someone experienced to help you. Otherwise there is a risk that you will brick your MyBook!
Download (MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
865 downloads
TimeTrex Payroll and Time Management 2.2.13-1034
TimeTrex is a complete web-based Payroll and Time Management suite which offers Employee Scheduling, Time and Attendance (time clock, timesheet), Job ... more>> <<less
Download (3906KB)
Added: 2009-04-14 License: Freeware Price: Free
237 downloads
JBooleanExpression 1.2
JBooleanExpression is a simple Java API to evaluate a Boolean String Expression. more>>
JBooleanExpression is a simple Java API to evaluate a Boolean String Expression like "!true&&false||true" (parse a Boolean String Expression to a boolean primitive type).
Enhancements:
- Bugs were fixed.
- A demo class was added.
<<lessEnhancements:
- Bugs were fixed.
- A demo class was added.
Download (0.014MB)
Added: 2006-03-14 License: Other/Proprietary License with Source Price:
1322 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
Edukalibre Repository Manager 0.8.2
Edukalibre Repository Manager is a document repository with extra functionality. more>>
Edukalibre Repository Manager project is a document repository with extra functionality.
Edukalibre Repository Manager is a document storage repository constructed over a subversion repository with added functionality based on plugins.
It is basically a document repository that carries out some tasks when a document is uploaded to the system.
Automatic format conversion and metadata extraction are some of those tasks.
It is the core of the Edukalibre platform.
<<lessEdukalibre Repository Manager is a document storage repository constructed over a subversion repository with added functionality based on plugins.
It is basically a document repository that carries out some tasks when a document is uploaded to the system.
Automatic format conversion and metadata extraction are some of those tasks.
It is the core of the Edukalibre platform.
Download (0.013MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Ixion media player 0.2
Ixion is a media player that uses wxWidgets and GStreamer. more>>
Ixion is a media player that uses wxWidgets and GStreamer. Its is just a simple video player that can play at double or half speed. It can be useful as an example of how to write a simple app based on wxWidgets and/or GStreamer.
Ixion is a media player written in C/C++ using wxWidgets and GStreamer. It is not a bleeding edge, full-featured, eye-candy, all-in-one application; Ixion exists only because I needed a video player that could play at double or half speed. However, it can be useful if you want to see how to write a simple app based in wxWidgets and/or GStreamer. Source code is available for download under the GPL license.
You can download the source code from the downloads section. It will compile on most *nix systems ig there are the required libraries, including GNU/Linux.
Alternatively, you can get the source code using anonymous CVS access:
$ cvs -d:ext:anonymous@cvs.lug.fi.uba.ar:/cvsroot/ixion co ixion
<<lessIxion is a media player written in C/C++ using wxWidgets and GStreamer. It is not a bleeding edge, full-featured, eye-candy, all-in-one application; Ixion exists only because I needed a video player that could play at double or half speed. However, it can be useful if you want to see how to write a simple app based in wxWidgets and/or GStreamer. Source code is available for download under the GPL license.
You can download the source code from the downloads section. It will compile on most *nix systems ig there are the required libraries, including GNU/Linux.
Alternatively, you can get the source code using anonymous CVS access:
$ cvs -d:ext:anonymous@cvs.lug.fi.uba.ar:/cvsroot/ixion co ixion
Download (0.095MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1208 downloads
Edukalibre Collab 0.8.2
Edukalibre Collab package is a useful Web interface to the Edukalibre platform. more>>
Edukalibre Collab package is a useful Web interface to the Edukalibre platform.
Its a system to create collaborative educational material with additional functionality such as automatic conversion of documents, history of documents, etc.
This interface allows users to perform the most common tasks over the system using a Web browser, such as upload or update a document, review the history of a document, view the converted formats, edition online of a document, etc.
<<lessIts a system to create collaborative educational material with additional functionality such as automatic conversion of documents, history of documents, etc.
This interface allows users to perform the most common tasks over the system using a Web browser, such as upload or update a document, review the history of a document, view the converted formats, edition online of a document, etc.
Download (0.29MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1113 downloads
Picture Downloader 0.2b
Picture Downloader is an app suitable for downloading pictures from websites. more>>
Picture Downloader is an app suitable for downloading pictures from websites. Picture Downloader as the name implies is an application written in C-Sharp and Gtk-Sharp made to automate the process of downloading images from websites, Perfect for TGPs.
Right now Picture Downloader is in a very early stage of development , this means bugs are still there and some features are on their way.
Main features:
- Scan HTML code to extract links to images.
- Save pictures to a desired directory.
- Filter type of pictures (jpg, jpeg, gif, png).
- Can download from secure sites (.htacces, .htpasswd).
<<lessRight now Picture Downloader is in a very early stage of development , this means bugs are still there and some features are on their way.
Main features:
- Scan HTML code to extract links to images.
- Save pictures to a desired directory.
- Filter type of pictures (jpg, jpeg, gif, png).
- Can download from secure sites (.htacces, .htpasswd).
Download (0.011MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
894 downloads
PacKommander 2.5
PacKommander is a GUI wrapper for the pacman package manager of Arch Linux. more>>
PacKommander is a GUI wrapper for the pacman package manager of Arch Linux.
It is my very first Kommander script; but it does the job pretty well. Use it to install, upgrade, search, remove, query packages (local or repository) as well as synchronize database, upgrade system and clear file cache.
Main features:
- Quite light-weight and fast.
- Can perform almost all the tasks that CLI pacman can do. This includes install /upgrade /remove /query /view details /search packages both from server repositories as well as local packages in hard disk.
- Can be (in fact, must be) started as normal user to perform non-admin tasks like search/query pacakges. Root privilege is sought for automatically (using gksudo) as and when required (e.g. to install/remove packages).
- Can handle multiple packages at a time using a Package Queue system. Essentially, a list of queued packages is shown (packages can be added/removed from queue), from where you can select and manipulate multiple packages.
- Certain tasks like Upgrading entire system, syncing database with server, clearing cache, optimizing pacman, etc can be done by a click of a button.
- Hand-editing of certain configuration files is also supported using nano editor in xterm.
- Every task is actually carried out by pacman. The progress can be seen in the external xterm window and the user has to interact with it limitedly (for confirmations, etc.)
- The UI is fully configurable using Kommander-editor.
<<lessIt is my very first Kommander script; but it does the job pretty well. Use it to install, upgrade, search, remove, query packages (local or repository) as well as synchronize database, upgrade system and clear file cache.
Main features:
- Quite light-weight and fast.
- Can perform almost all the tasks that CLI pacman can do. This includes install /upgrade /remove /query /view details /search packages both from server repositories as well as local packages in hard disk.
- Can be (in fact, must be) started as normal user to perform non-admin tasks like search/query pacakges. Root privilege is sought for automatically (using gksudo) as and when required (e.g. to install/remove packages).
- Can handle multiple packages at a time using a Package Queue system. Essentially, a list of queued packages is shown (packages can be added/removed from queue), from where you can select and manipulate multiple packages.
- Certain tasks like Upgrading entire system, syncing database with server, clearing cache, optimizing pacman, etc can be done by a click of a button.
- Hand-editing of certain configuration files is also supported using nano editor in xterm.
- Every task is actually carried out by pacman. The progress can be seen in the external xterm window and the user has to interact with it limitedly (for confirmations, etc.)
- The UI is fully configurable using Kommander-editor.
Download (0.053MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Core Linux Distribution 2.0 Beta
Core is a minimal distribution of the GNU/Linux operating system. more>>
Core is a minimal distribution of the GNU/Linux operating system designed to be the basis for a complete system constructed by the end user. A fresh installation of Core will boot into a console and provide the user with the tools needed to download, compile and install other applications. Core contains nothing beyond what is required to perform these tasks.
Core is primarily designed for experienced Linux users, though it has found an audience with those looking to learn about the internals and operation of a Linux system. Core requires the user to manually configure, compile and install applications and expects the user to consult man pages and other documentation.
Installation:
These instructions are incomplete, but should be sufficient:
- Download, burn and boot the ISO.
- Partition, format and mount the hard drive.
- Run install_core [mount point of hard drive].
- Optional packages in /pkgs/optional can be installed with corepkg(8).
- Copy the kernel from /pkgs/kernel to /usr/src of the hard drive.
- Run chroot [mount point] bash -l to chroot into the new system.
- Compile and install the Linux kernel [be sure to run LILO].
- Review and modify the files under /etc.
- Reboot and start constructing the new system.
MD5 sum: 5da52af0d4b0a599cc119afcace77c9c
<<lessCore is primarily designed for experienced Linux users, though it has found an audience with those looking to learn about the internals and operation of a Linux system. Core requires the user to manually configure, compile and install applications and expects the user to consult man pages and other documentation.
Installation:
These instructions are incomplete, but should be sufficient:
- Download, burn and boot the ISO.
- Partition, format and mount the hard drive.
- Run install_core [mount point of hard drive].
- Optional packages in /pkgs/optional can be installed with corepkg(8).
- Copy the kernel from /pkgs/kernel to /usr/src of the hard drive.
- Run chroot [mount point] bash -l to chroot into the new system.
- Compile and install the Linux kernel [be sure to run LILO].
- Review and modify the files under /etc.
- Reboot and start constructing the new system.
MD5 sum: 5da52af0d4b0a599cc119afcace77c9c
Download (137.6MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
905 downloads
powernap 30
Powernap is a small Python extension for accurate sleeping. more>>
Powernap is a small Python extension for accurate sleeping. Pythons time.sleep() function is fairly inaccurate. It is definitely not accurate enough for music, games, or graphics. powernap can sleep too long or too short, and usually does.
Using Linuxs real-time clock (RTC) allows for more accurate timing. This extension wraps all the messy RTC stuff and provides nap(), which performs the same job as sleep(), but more accurately.
Even more usefully, it provides rnap(), which is a padding nap. That is, if you call rnap(30), it will nap for however many milliseconds are required to make the time since the last nap 30 milliseconds. rtc_on() sets up the real-time clock, and rtc_off() turns it off. It also switches the scheduler to SCHED_FIFO.
Enhancements:
- This is the second public release.
- Most of the timing was moved into the C extension.
- rnap(), the rolling padding nap, is provided.
<<lessUsing Linuxs real-time clock (RTC) allows for more accurate timing. This extension wraps all the messy RTC stuff and provides nap(), which performs the same job as sleep(), but more accurately.
Even more usefully, it provides rnap(), which is a padding nap. That is, if you call rnap(30), it will nap for however many milliseconds are required to make the time since the last nap 30 milliseconds. rtc_on() sets up the real-time clock, and rtc_off() turns it off. It also switches the scheduler to SCHED_FIFO.
Enhancements:
- This is the second public release.
- Most of the timing was moved into the C extension.
- rnap(), the rolling padding nap, is provided.
Download (0.009MB)
Added: 2006-07-13 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 no experienced required job san diego 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