profit
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44
Minimum Profit 5.0.0 RC2
Minimum Profit is a programmers text editor. more>>
Minimum Profit is a FREE text editor for programmers.
If you are reading this (you are), you probably know what a text editor is and thus I wont explain what open file, search and replace, tab size and things like those, means. Only the special or not-so-intuitive features will be explained. In any other aspect, mp is just like
the text editor you were using until today, before youve found this unknown jewel that will change your life.
Much of Minimum Profits behaviour is changeable from a configuration file, as key bindings, colors, the menu and other variables. Take a look at mprc.sample for details. The configuration files for Unix systems are /etc/mprc and $HOME/.mprc (see below to know how to set it in Win32).
Minimum Profit includes several interfaces:
- curses: the good old text interface. You need any Unix (Linux, Solaris, IRIX, any BSD...) and the curses or ncurses library. It was also sucessfully compiled under BeOS (with a locally compiled ncurses) many years ago.
- GTK: You need any X11 system with the GTK+ libraries installed. Support for GTK versions 1.2 and 2.0 is provided.
- Win32: You need Microsoft Windows 95 or later and the lccwin32 compiler.
Main features:
- Multiple files can be edited at the same time and blocks copied and pasted among them.
- Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby, Php, SQL, Python, HTML...
- Creative use of tags: tags created by the external utility ctags are used to move instantaneously to functions or variables inside your current source tree. Tags are visually highlighted (underlined), and symbol completion can be triggered to avoid typing your own function names over and over.
- Intelligent help system: pressing F1 over any word of a text being edited triggers the underlying system help (calling man when editing C or Shell files, perldoc with Perl, ri on Ruby, winhelp on MS Windows...).
- Understandable interface: drop-down menus, reasonable default key bindings.
- Configurable keys, menus and colors.
- Text templates can be easily defined / accessed.
- Multiplatform: Console/curses, GTK+ (1.2 and 2.0), MS Windows.
- Automatic indentation, word wrapping, internal grep, learning / repeating functions.
- Search and replace using plain text or regular expressions (including a special function to replace text on all open files).
- Small memory footprint.
- Multilingual.
- Password-protected, encrypted text files (using the ARCFOUR algorithm).
- It helps you abandon vi, emacs and other six-legged freaks definitely.
- Awesome easter egg.
Installation
To compile under any Unix flavour, just run
$ ./config.sh
$ make
The first step should automatically detect all usable interfaces and
additional libraries and leave a Makefile behind. Previous Minimum Profit
versions used to need GNU Make; this is no longer true. By running
$ ./config.sh --help
you can see a list of tweakable options. Also, a bunch of README.* files are
included with Minimum Profits standard distribution with information
specific to many systems and cross-compilers. Notoriously, if you have
the mingw32 cross-compiler suite in your Unix system, you can build an
MS Windows binary pretty easily (README.mingw32).
To install just run (as root):
# make install
and it will be instaled in /usr/local/bin. You can select an alternate
installation directory in the configuration phase; for example, to install
it on /usr/bin, do
$ ./config.sh --prefix=/usr/bin
Enhancements:
- This new release features a new complete action, that asks for completion on the current word using any of the words found in the same document, a new redo action, to revert undo operations, the global configuration file `/etc/mp.mpsl is also executed, in the replace action, the substitution string can contain the special character and , that will be replaced by the matched string (as in the `sed command line tool), and more documentation.
<<lessIf you are reading this (you are), you probably know what a text editor is and thus I wont explain what open file, search and replace, tab size and things like those, means. Only the special or not-so-intuitive features will be explained. In any other aspect, mp is just like
the text editor you were using until today, before youve found this unknown jewel that will change your life.
Much of Minimum Profits behaviour is changeable from a configuration file, as key bindings, colors, the menu and other variables. Take a look at mprc.sample for details. The configuration files for Unix systems are /etc/mprc and $HOME/.mprc (see below to know how to set it in Win32).
Minimum Profit includes several interfaces:
- curses: the good old text interface. You need any Unix (Linux, Solaris, IRIX, any BSD...) and the curses or ncurses library. It was also sucessfully compiled under BeOS (with a locally compiled ncurses) many years ago.
- GTK: You need any X11 system with the GTK+ libraries installed. Support for GTK versions 1.2 and 2.0 is provided.
- Win32: You need Microsoft Windows 95 or later and the lccwin32 compiler.
Main features:
- Multiple files can be edited at the same time and blocks copied and pasted among them.
- Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby, Php, SQL, Python, HTML...
- Creative use of tags: tags created by the external utility ctags are used to move instantaneously to functions or variables inside your current source tree. Tags are visually highlighted (underlined), and symbol completion can be triggered to avoid typing your own function names over and over.
- Intelligent help system: pressing F1 over any word of a text being edited triggers the underlying system help (calling man when editing C or Shell files, perldoc with Perl, ri on Ruby, winhelp on MS Windows...).
- Understandable interface: drop-down menus, reasonable default key bindings.
- Configurable keys, menus and colors.
- Text templates can be easily defined / accessed.
- Multiplatform: Console/curses, GTK+ (1.2 and 2.0), MS Windows.
- Automatic indentation, word wrapping, internal grep, learning / repeating functions.
- Search and replace using plain text or regular expressions (including a special function to replace text on all open files).
- Small memory footprint.
- Multilingual.
- Password-protected, encrypted text files (using the ARCFOUR algorithm).
- It helps you abandon vi, emacs and other six-legged freaks definitely.
- Awesome easter egg.
Installation
To compile under any Unix flavour, just run
$ ./config.sh
$ make
The first step should automatically detect all usable interfaces and
additional libraries and leave a Makefile behind. Previous Minimum Profit
versions used to need GNU Make; this is no longer true. By running
$ ./config.sh --help
you can see a list of tweakable options. Also, a bunch of README.* files are
included with Minimum Profits standard distribution with information
specific to many systems and cross-compilers. Notoriously, if you have
the mingw32 cross-compiler suite in your Unix system, you can build an
MS Windows binary pretty easily (README.mingw32).
To install just run (as root):
# make install
and it will be instaled in /usr/local/bin. You can select an alternate
installation directory in the configuration phase; for example, to install
it on /usr/bin, do
$ ./config.sh --prefix=/usr/bin
Enhancements:
- This new release features a new complete action, that asks for completion on the current word using any of the words found in the same document, a new redo action, to revert undo operations, the global configuration file `/etc/mp.mpsl is also executed, in the replace action, the substitution string can contain the special character and , that will be replaced by the matched string (as in the `sed command line tool), and more documentation.
Download (0.25MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
]project-open[ 3.2 Final
]project-open[ is an open-source based project management system. more>>
]project-open[ software is an open-source based project management system.
Functionality include internet collaboration and e-Rooms, discussion forums, Internet filestorage, customer management (CRM), timesheet management, management accounting with profit & loss per project, basic human resources management (HR), provider & freelance database, search engine, reporting, translation workflow and many more. We are currently working on four different "vertical solutions".
]project-open[ is a very complete online platform and already contains today many of the feature that are currently announced by many large international companies.
We can provide these features thanks to the open-source nature of ]project-open[ that allows us to tap into thousands of manyears of development time from other open-source projects such as OpenACS, AOLServer, PostgreSQL, CygWin, CVS, Postfix, Linux, Pound, Inno Setup, etc.
Additional modules: Data Warehouse, Room Reservation, e-Commerce, Automatic Testing, Content Management, Events, Bug Tracker, Categorysation, Wiki, RSS Support, Blog, WebDAV, Soap & XML-RPC, Calendar, Performance Profiling, CRM Campaigns, Jabber Integration, Filestorage, Glossary Database, News Aggregator, Online Surveys, Webmail.
]project-open[ is useful for project-oriented companies such as IT consultancies, general consultancies, advertizing agencies, etc. It is not very suitable for companies dealing with physical goods, because it doesnt contain the necessary modules (yet). Checkout Compiere or Open for Business as alternatives.
Enhancements:
- More than a dozen new modules and features have been included, including a round-trip integration with GanttProject, resource planning and resource assignments, GUI improvements, a new calendar module to show tasks and deadlines, a new bug tracker module, a new expenses and travel costs module, a new reporting engine, a new Petri-Net workflow engine with a graphical editor, project templates, and a new "configuration wizard" for automatic system configuration.
<<lessFunctionality include internet collaboration and e-Rooms, discussion forums, Internet filestorage, customer management (CRM), timesheet management, management accounting with profit & loss per project, basic human resources management (HR), provider & freelance database, search engine, reporting, translation workflow and many more. We are currently working on four different "vertical solutions".
]project-open[ is a very complete online platform and already contains today many of the feature that are currently announced by many large international companies.
We can provide these features thanks to the open-source nature of ]project-open[ that allows us to tap into thousands of manyears of development time from other open-source projects such as OpenACS, AOLServer, PostgreSQL, CygWin, CVS, Postfix, Linux, Pound, Inno Setup, etc.
Additional modules: Data Warehouse, Room Reservation, e-Commerce, Automatic Testing, Content Management, Events, Bug Tracker, Categorysation, Wiki, RSS Support, Blog, WebDAV, Soap & XML-RPC, Calendar, Performance Profiling, CRM Campaigns, Jabber Integration, Filestorage, Glossary Database, News Aggregator, Online Surveys, Webmail.
]project-open[ is useful for project-oriented companies such as IT consultancies, general consultancies, advertizing agencies, etc. It is not very suitable for companies dealing with physical goods, because it doesnt contain the necessary modules (yet). Checkout Compiere or Open for Business as alternatives.
Enhancements:
- More than a dozen new modules and features have been included, including a round-trip integration with GanttProject, resource planning and resource assignments, GUI improvements, a new calendar module to show tasks and deadlines, a new bug tracker module, a new expenses and travel costs module, a new reporting engine, a new Petri-Net workflow engine with a graphical editor, project templates, and a new "configuration wizard" for automatic system configuration.
Download (705.5MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
539 downloads
Rails 1.1
Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. more>>
Rails web framework is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.
From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.
Everyone from startups to non-profits to enterprise organizations are using Rails. Rails is all about infrastructure so its a great fit for practically any type of web application Be it software for collaboration, community, e-commerce, content management, statistics, management, you name it.
Rails works with a wealth of web servers and databases. For web server, we recommend Apache or lighttpd running either FastCGI or SCGI. For database, you can use MySQL, PostgreSQL, SQLite, Oracle, SQL Server, DB2, or Firebird. Just about any operating system will do, but we recommend a nix-based one for deployment.
If you need hosting, TextDrive is the official Ruby on Rails host, offering fantastic plans with a knowledgeable staff. Whether you need shared or dedicated hosting, these guys are experts in Ruby on Rails.
Creating a weblog in 15 minutes
In 15 minutes, we go from scratch to complete weblog engine: with comments and an administrative interface. But since the actual application only took 58 lines to complete, we also have time left over to do unit testing, examine the logs, and play around with the domain model.
Putting Flickr on Rails
Ruby on Rails is not just for playing with your local database, its for taking on the web. So in 5 minutes, we create a web-based search engine for Flickr using their public API with all the fades and glamour of Ajax. Hows that for a low-tech alternative to something fancy like Flash.
Evolving your database schema without a sweat
Before you know it, youll have data that you care about in your application. Which makes adding, removing, or changing the schema an error-prone, time-consuming, and frustrating process. That is, unless youre using Ruby on Rails. In 20 minutes, youll learn all about how database migrations can make your schema as flexible as your code with no fear of data loss.
<<lessFrom the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.
Everyone from startups to non-profits to enterprise organizations are using Rails. Rails is all about infrastructure so its a great fit for practically any type of web application Be it software for collaboration, community, e-commerce, content management, statistics, management, you name it.
Rails works with a wealth of web servers and databases. For web server, we recommend Apache or lighttpd running either FastCGI or SCGI. For database, you can use MySQL, PostgreSQL, SQLite, Oracle, SQL Server, DB2, or Firebird. Just about any operating system will do, but we recommend a nix-based one for deployment.
If you need hosting, TextDrive is the official Ruby on Rails host, offering fantastic plans with a knowledgeable staff. Whether you need shared or dedicated hosting, these guys are experts in Ruby on Rails.
Creating a weblog in 15 minutes
In 15 minutes, we go from scratch to complete weblog engine: with comments and an administrative interface. But since the actual application only took 58 lines to complete, we also have time left over to do unit testing, examine the logs, and play around with the domain model.
Putting Flickr on Rails
Ruby on Rails is not just for playing with your local database, its for taking on the web. So in 5 minutes, we create a web-based search engine for Flickr using their public API with all the fades and glamour of Ajax. Hows that for a low-tech alternative to something fancy like Flash.
Evolving your database schema without a sweat
Before you know it, youll have data that you care about in your application. Which makes adding, removing, or changing the schema an error-prone, time-consuming, and frustrating process. That is, unless youre using Ruby on Rails. In 20 minutes, youll learn all about how database migrations can make your schema as flexible as your code with no fear of data loss.
Download (0.014MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1306 downloads
ClockingIT 0.99.2
ClockingIT is a free to use hosted application, keeping track of all your tasks and the time you spend on them. more>>
ClockingIT is a free to use hosted application, keeping track of all your tasks and the time you spend on them.
Main features:
- time tracking & reports
- milestones & due dates
- tagging & search
- timeline & activity log
- notifications & rss
- no restrictions or limits
ClockingIT was created for fun, not profit, using Ruby on Rails.
Why?
It was created to fill a gap that presented itself while working full time as a consultant. Managing several projects across multiple clients, all wanting reports on progress, and remembering what to do, for who, became a chore. Thus, ClockingIT was born after 6 days of intense learn-as-you-go Ruby on Rails. It has since received quite a few make-overs and rewrites, but the basic idea and vision remains the same.
After giving up on consulting, we kept on programming as Ruby on Rails is a fun platform, and ClockingIT had turned into a usable application others might want to use as well.
Who?
The people behind ClockingIT are Erlend and Ellen Simonsen, a married couple living in Oslo, Norway. Erlend does all the programming, and most of the feature design, while Ellen does the interface design, graphics and colors.
How?
Were keeping it free, as were hosting on our own server, out of our apartment. We already had the internet link and server in place from other projects so we have no running costs, other than our time.
Enhancements:
- New features include task dependencies, recurring tasks, the ability to drag and drop folders and files, iCalendar feeds, email reminders, integrated installation/company/project-wide forums, more auto-completion, task grouping and sorting, and user avatars.
<<lessMain features:
- time tracking & reports
- milestones & due dates
- tagging & search
- timeline & activity log
- notifications & rss
- no restrictions or limits
ClockingIT was created for fun, not profit, using Ruby on Rails.
Why?
It was created to fill a gap that presented itself while working full time as a consultant. Managing several projects across multiple clients, all wanting reports on progress, and remembering what to do, for who, became a chore. Thus, ClockingIT was born after 6 days of intense learn-as-you-go Ruby on Rails. It has since received quite a few make-overs and rewrites, but the basic idea and vision remains the same.
After giving up on consulting, we kept on programming as Ruby on Rails is a fun platform, and ClockingIT had turned into a usable application others might want to use as well.
Who?
The people behind ClockingIT are Erlend and Ellen Simonsen, a married couple living in Oslo, Norway. Erlend does all the programming, and most of the feature design, while Ellen does the interface design, graphics and colors.
How?
Were keeping it free, as were hosting on our own server, out of our apartment. We already had the internet link and server in place from other projects so we have no running costs, other than our time.
Enhancements:
- New features include task dependencies, recurring tasks, the ability to drag and drop folders and files, iCalendar feeds, email reminders, integrated installation/company/project-wide forums, more auto-completion, task grouping and sorting, and user avatars.
Download (MB)
Added: 2007-07-30 License: MIT/X Consortium License Price:
845 downloads
PyVib2 1.1
PyVib2 is a program for analyzing vibrational motion and vibrational spectra, written in pure Python. more>>
PyVib2 is a program for analyzing vibrational motion and vibrational spectra, written in pure Python. PyVib2 project was developed by Maxim Fedorovsky during his Ph.D. thesis work in Prof. Werner Hugs research group.
PyVib2 permits the automatic correlation of vibrational motions of molecules thereby allowing an understanding of Raman, Raman optical activity (ROA), infrared vibrational absorption (IR), and vibrational circular dichroism (VCD) spectra. The versatile representation of vibrational motions, the visualization techniques of Raman/ROA and IR/VCD generation in molecules and the production of publication quality spectra, are features of PyVib2.
Output files of Raman/ROA and IR/VCD calculations, produced with the DALTON and Gaussian quantum chemistry packages, can be directly opened. Files in the MOLDEN and XMol XYZ format can be imported and exported. A variety of formats (JPEG, TIFF, PNG, PNM, PS, PDF, Animated GIF, FLI) are available to the user for saving results.
All the functionalities are accessible via the pyviblib class library.
Windows and Mac OS X users can profit from the "all-in-one" installation archives (i.e. there is no need to install any additional software).
<<lessPyVib2 permits the automatic correlation of vibrational motions of molecules thereby allowing an understanding of Raman, Raman optical activity (ROA), infrared vibrational absorption (IR), and vibrational circular dichroism (VCD) spectra. The versatile representation of vibrational motions, the visualization techniques of Raman/ROA and IR/VCD generation in molecules and the production of publication quality spectra, are features of PyVib2.
Output files of Raman/ROA and IR/VCD calculations, produced with the DALTON and Gaussian quantum chemistry packages, can be directly opened. Files in the MOLDEN and XMol XYZ format can be imported and exported. A variety of formats (JPEG, TIFF, PNG, PNM, PS, PDF, Animated GIF, FLI) are available to the user for saving results.
All the functionalities are accessible via the pyviblib class library.
Windows and Mac OS X users can profit from the "all-in-one" installation archives (i.e. there is no need to install any additional software).
Download (0.72MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
PloneSelenium 1.2.2
PloneSelenium provides a product for web-based functional tests. more>>
PloneSelenium provides a product for web-based functional tests.
PloneSelenium is a Plone Product allowing developers to create TTW Selenium test suites with a single Python Script, in order to do browser-based functional testing of their site.
Once you have developped the tests with PloneSelenium, you can run them in batch mode in Zelenium.
Functional tests are exported from PloneSelenium to Zelenium, so you can profit from the Zelenium features.
Enhancements:
- Disjointed scripts names from action title and id
- Making it possible to start tests as anonymous when the test users were not yet created using a manager user.
<<lessPloneSelenium is a Plone Product allowing developers to create TTW Selenium test suites with a single Python Script, in order to do browser-based functional testing of their site.
Once you have developped the tests with PloneSelenium, you can run them in batch mode in Zelenium.
Functional tests are exported from PloneSelenium to Zelenium, so you can profit from the Zelenium features.
Enhancements:
- Disjointed scripts names from action title and id
- Making it possible to start tests as anonymous when the test users were not yet created using a manager user.
Download (0.11MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
986 downloads
ORFEO Toolbox 1.2.0
ORFEO Toolbox (OTB) is a high resolution remote sensing image processing library. more>>
ORFEO Toolbox (OTB) is a high resolution remote sensing image processing library. It contains a set of algorithmic components which allow the user to capitalize on methodological know how, and therefore use an incremental approach to profit from the results of methodological research. The project is made of a set of basic elements (a C++ class API) and utilities (independent programs built upon the base API).
Enhancements:
- This release adds various bugfixes, support for VC++ 7.1 and 8.0, Cygwin, and MinGW, several new image formats (Erdas HFA, Lum), multiscale analysis (morphological pyramid) and spatial reasoning (RCC8), improvement of the visualization, and new applications.
<<lessEnhancements:
- This release adds various bugfixes, support for VC++ 7.1 and 8.0, Cygwin, and MinGW, several new image formats (Erdas HFA, Lum), multiscale analysis (morphological pyramid) and spatial reasoning (RCC8), improvement of the visualization, and new applications.
Download (MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
955 downloads
Picalo 2.36
Picalo Data Analysis Software is an free and open-source application that helps data analysts. more>>
Picalo Data Analysis Software is an free and open-source application that helps data analysts.
Picalo Data Analysis Software is an open source application that helps data analysts, fraud investigators, and auditors search through data sets for anomalies, trends, and other information.
Picalo is a scripting-oriented, data analysis toolkit that is focused on forensic data analysis. It is based in the Python language, and it includes a number of modules to crunch and massage data. I use it in my fraud research, and I publish it as open source in hopes that others will find it useful, contribute additions, and better the suite.
Main features:
- Picalo is an open framework. Users can either use the built-in routines or write their own. Those who write their own can share their routines with others in the Picalo community. The goal is to create a large set of analysis routines that meet many different needs--on a scale that a single company could never do.
- The philosophy of Picalo is to bridge the gap between technically-oriented analysts and non-technical analysts. Data analysts who know basic scripting routines (for loops, for example), are more efficient and effective than those who do not--usually by several orders of magnitude. Picalo allows those who are technical to quickly write wizard-based analyses that others in an organization can use. See the user manual for more information about the plugin Detectlet architecture.
- Picalo includes advanced analysis routines not found in competing products. For example, it supports grouping by a number of days for analysis of labor and time card data. Picalo can also automatically group records to achieve a specified degree of smoothness in data.
- Picalos language is based in Python, a powerful and easy-to-learn language. Rather than creating its own language (like competing packages do), Picalo rises on the shoulders of an extremely well-done language. You can download any of thousands of Python libraries from the Internet to use in your analyses.
- Picalo runs on Windows, Mac OS X, Linux, and many other systems. Most competing data analysis applications run only on Windows.
The Picalo community believes that data analysis is best done through scripting. However, we realize that not all analysts will learn and enjoy scripting. Picalos Deteclet architecture allows those who know how to script support those who do not through customizable wizards.
Picalo is also based in open source principles. This doesnt mean the designers cant make money with Picalo, it just means that the software code is open for others to fix bugs, code review, and improve upon. Profits should be made in using the software (on the job or in consulting practice) rather than in selling the software.
<<lessPicalo Data Analysis Software is an open source application that helps data analysts, fraud investigators, and auditors search through data sets for anomalies, trends, and other information.
Picalo is a scripting-oriented, data analysis toolkit that is focused on forensic data analysis. It is based in the Python language, and it includes a number of modules to crunch and massage data. I use it in my fraud research, and I publish it as open source in hopes that others will find it useful, contribute additions, and better the suite.
Main features:
- Picalo is an open framework. Users can either use the built-in routines or write their own. Those who write their own can share their routines with others in the Picalo community. The goal is to create a large set of analysis routines that meet many different needs--on a scale that a single company could never do.
- The philosophy of Picalo is to bridge the gap between technically-oriented analysts and non-technical analysts. Data analysts who know basic scripting routines (for loops, for example), are more efficient and effective than those who do not--usually by several orders of magnitude. Picalo allows those who are technical to quickly write wizard-based analyses that others in an organization can use. See the user manual for more information about the plugin Detectlet architecture.
- Picalo includes advanced analysis routines not found in competing products. For example, it supports grouping by a number of days for analysis of labor and time card data. Picalo can also automatically group records to achieve a specified degree of smoothness in data.
- Picalos language is based in Python, a powerful and easy-to-learn language. Rather than creating its own language (like competing packages do), Picalo rises on the shoulders of an extremely well-done language. You can download any of thousands of Python libraries from the Internet to use in your analyses.
- Picalo runs on Windows, Mac OS X, Linux, and many other systems. Most competing data analysis applications run only on Windows.
The Picalo community believes that data analysis is best done through scripting. However, we realize that not all analysts will learn and enjoy scripting. Picalos Deteclet architecture allows those who know how to script support those who do not through customizable wizards.
Picalo is also based in open source principles. This doesnt mean the designers cant make money with Picalo, it just means that the software code is open for others to fix bugs, code review, and improve upon. Profits should be made in using the software (on the job or in consulting practice) rather than in selling the software.
Download (4.0MB)
Added: 2006-01-08 License: GPL (GNU General Public License) Price:
1388 downloads
Son of Service 0.1.5
Son of Service is a Web-based, multi-user volunteer management database for non-profits, schools, clubs, etc. more>>
Son of Service (SOS) is a multiuser volunteer management database for non-profits, charities, schools, churches, and clubs. SOS will keep track of your volunteers, their contact information, availability, work history, comments, reminders, and relationships.
It will help you quickly find the right volunteer for the job and e-mail him, and it will make reports about how you are using volunteers.
SOS is a helpful tool for organizations with many volunteers or multiple volunteer coordinators.
Your organization helps people for free, and your volunteers work for free. So you know there is a "free lunch."
SOS is free. Its free from charge: notice there is no menu option for purchasing or ordering. But SOS also provides freedom from many restrictions. Download the program, install it, and use it without buying expensive licenses.
Use it on as many systems with as many users and volunteers as you have. Use your choice of server operating system and RDBMS. (You dont need to buy a RDBMS or other server software.) You can even modify SOS to meet your specific needs because the full source is available to you.
<<lessIt will help you quickly find the right volunteer for the job and e-mail him, and it will make reports about how you are using volunteers.
SOS is a helpful tool for organizations with many volunteers or multiple volunteer coordinators.
Your organization helps people for free, and your volunteers work for free. So you know there is a "free lunch."
SOS is free. Its free from charge: notice there is no menu option for purchasing or ordering. But SOS also provides freedom from many restrictions. Download the program, install it, and use it without buying expensive licenses.
Use it on as many systems with as many users and volunteers as you have. Use your choice of server operating system and RDBMS. (You dont need to buy a RDBMS or other server software.) You can even modify SOS to meet your specific needs because the full source is available to you.
Download (0.48MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1167 downloads
Transit Executive 0.2
Transit Executive project is a real-time strategy simulation game of building transit systems. more>>
Transit Executive project is a real-time strategy simulation game of building transit systems, make profits, and attempt to take over your competition.
<<less Download (1.9MB)
Added: 2006-11-11 License: BSD License Price:
1078 downloads
Pagetool 1.07
Pagetool provides a CMS (content management system) that allows people with limited technical skills to contribute to a website. more>>
Pagetool provides a CMS (content management system) that allows people with limited technical skills to contribute to a website.
What is Pagetool?
Pagetool is a program that allows people with limited technical skills to modify and contribute to an organizations web site via a web browser. There is no need for using an FTP program or for purchasing html editing programs like Dream Weaver or Go Live!. Furthermore, for basic site maintenance, no knowledge of HTML is necessary.
How Does it Work?
Pagetool stores all web pages in a database. To the average web user, it looks and acts like a typical web site. However, it you go to the special admin section and enter the correct username and password, you will be able to see a list of web pages on your site. By selecting a web page and clicking "edit" you will be able to change the content of that particular page.
Was Pagetool designed specifically for Nonprofits?
Media Jumpstart launched the Pagetool project (as a branch of myphpPagetool) with the express goal of making a web content management system appropriate for nonprofit organizations. As the project developed, however, it has attracted diverse developers who have been adapting it to work with for profit organizations, consultants, and universities, making it useful to a wide spectrum of organizations. The Pagetool project has since been taken over by Dave Guerin.
Enhancements:
- Added a link from the first setup page to the README_CGI.txt file for those that might need to do a manual install.
- Added an if !isset for $pt_action in pt_admin.inc. Maybe Pagetool 1.x will run with E_ALL error reporting someday :-)
- The new profile and edit profile admin screens now have valid html, plus a note about changing the colspan values for the header td and footer td thats required if theres no news bar.
<<lessWhat is Pagetool?
Pagetool is a program that allows people with limited technical skills to modify and contribute to an organizations web site via a web browser. There is no need for using an FTP program or for purchasing html editing programs like Dream Weaver or Go Live!. Furthermore, for basic site maintenance, no knowledge of HTML is necessary.
How Does it Work?
Pagetool stores all web pages in a database. To the average web user, it looks and acts like a typical web site. However, it you go to the special admin section and enter the correct username and password, you will be able to see a list of web pages on your site. By selecting a web page and clicking "edit" you will be able to change the content of that particular page.
Was Pagetool designed specifically for Nonprofits?
Media Jumpstart launched the Pagetool project (as a branch of myphpPagetool) with the express goal of making a web content management system appropriate for nonprofit organizations. As the project developed, however, it has attracted diverse developers who have been adapting it to work with for profit organizations, consultants, and universities, making it useful to a wide spectrum of organizations. The Pagetool project has since been taken over by Dave Guerin.
Enhancements:
- Added a link from the first setup page to the README_CGI.txt file for those that might need to do a manual install.
- Added an if !isset for $pt_action in pt_admin.inc. Maybe Pagetool 1.x will run with E_ALL error reporting someday :-)
- The new profile and edit profile admin screens now have valid html, plus a note about changing the colspan values for the header td and footer td thats required if theres no news bar.
Download (MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
Epona 1.5 RC1
Epona is a set of services for IRC networks that allows users to manage their nicks and channels in a secure and efficient way more>>
Epona is a set of services for IRC networks that allows users to manage their nicks and channels in a secure and efficient way, and administrators to manage their network with powerful tools.
Currently available services are:
NickServ : a powerful nickname manager that users can use to protect themselves against nick stealing. Each user has his own nickname group, that allows him to register as many nicks as he needs while still being able to take profit of his privileges and to modify his nick configuration.
ChanServ : a powerful channel manager that helps users to administer their channels in a totally customizable way. ChanServ has an internal list of privilegied users and banned users and controls accesses on a per-channel basis. It eliminates all takeover problems, because of its powerful op/unban/invite and even mass deop and mass kick functions.
MemoServ : an helpful tool that allows sending short messages to offline users, that they can then read later when they come online.
BotServ : an original service that allows users to get a permanent, friendly bot on their channels in an easy way. Each bot can be configured to monitor the channels against floods, repetitions, caps writing, swear, and take appropriate actions. It also can handle user-friendly commands (!op, !voice, !kick, etc.).
OperServ : the IRCops and IRC admins black box, that allows them to manage the list of network bans (also known as AKILL (DALnet) or GLINE (Unreal)), to configure messages displayed to users when they log on, to set modes and to kick users from any channel, to send notices quickly to the entire network, and much more!
Epona works with :
DreamForge : 4.6.7
Bahamut : 1.4.36 and later, including 1.8
UnrealIRCd : 3.2
UltimateIRCd : 2.8.x
Enhancements:
- Support for MySQL databases has been added.
<<lessCurrently available services are:
NickServ : a powerful nickname manager that users can use to protect themselves against nick stealing. Each user has his own nickname group, that allows him to register as many nicks as he needs while still being able to take profit of his privileges and to modify his nick configuration.
ChanServ : a powerful channel manager that helps users to administer their channels in a totally customizable way. ChanServ has an internal list of privilegied users and banned users and controls accesses on a per-channel basis. It eliminates all takeover problems, because of its powerful op/unban/invite and even mass deop and mass kick functions.
MemoServ : an helpful tool that allows sending short messages to offline users, that they can then read later when they come online.
BotServ : an original service that allows users to get a permanent, friendly bot on their channels in an easy way. Each bot can be configured to monitor the channels against floods, repetitions, caps writing, swear, and take appropriate actions. It also can handle user-friendly commands (!op, !voice, !kick, etc.).
OperServ : the IRCops and IRC admins black box, that allows them to manage the list of network bans (also known as AKILL (DALnet) or GLINE (Unreal)), to configure messages displayed to users when they log on, to set modes and to kick users from any channel, to send notices quickly to the entire network, and much more!
Epona works with :
DreamForge : 4.6.7
Bahamut : 1.4.36 and later, including 1.8
UnrealIRCd : 3.2
UltimateIRCd : 2.8.x
Enhancements:
- Support for MySQL databases has been added.
Download (0.62MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
891 downloads
bibteXML 0.2.1
bibteXML provides an XML equivalent of BibTeX. more>>
bibteXML provides an XML equivalent of BibTeX.
bibteXML is a bibliography DTD for XML that expresses the content model of BibTeX, the bibliographic system for use with LaTeX.
It provides conversion tools for tagging your bibliographic data in XML, or export it to HTML or native BibTeX syntax, saving typing time.
BibTeXML is shipped with tools to translate native TeX-syntax BibTeX bibliographies to XML and translate this into any markup scheme. Hence one is able to profit from both the existing BibTeX system and bibliographies as well as the transformation and presentation facilities offered by XML.
Our goal is to maintain a strict BibTeX schema and develop (and collect!) conversion tools that will help you tag your bibliographic data in XML and save typing time, or export it to XML based bibliographic formats such as MODS, as well as HTML, DocBook, LaTeX or native BibTeX syntax.
Enhancements:
- Dublin Core Metadata support (xml & html)
- Endnote Export format output style
<<lessbibteXML is a bibliography DTD for XML that expresses the content model of BibTeX, the bibliographic system for use with LaTeX.
It provides conversion tools for tagging your bibliographic data in XML, or export it to HTML or native BibTeX syntax, saving typing time.
BibTeXML is shipped with tools to translate native TeX-syntax BibTeX bibliographies to XML and translate this into any markup scheme. Hence one is able to profit from both the existing BibTeX system and bibliographies as well as the transformation and presentation facilities offered by XML.
Our goal is to maintain a strict BibTeX schema and develop (and collect!) conversion tools that will help you tag your bibliographic data in XML and save typing time, or export it to XML based bibliographic formats such as MODS, as well as HTML, DocBook, LaTeX or native BibTeX syntax.
Enhancements:
- Dublin Core Metadata support (xml & html)
- Endnote Export format output style
Download (0.053MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
796 downloads
mp_doccer 1.2.0
mp_doccer is a tool that travels C code files. more>>
mp_doccer is a tool that travels C code files, and extracts specially marked information to build documentation.
This documentation can be generated in HTML, man pages, or an executable shell script. The markup is very similar to that in the Linux 2.4.x kernel sources.
mp_doccer is a component of the Minimum Profit Text Editor.
Enhancements:
- All function listings are alphabetically sorted.
- A bug that made it impossible to have semicolons in alternative synopsis has been fixed.
- The HTML output mode has been improved and generates more standards-compliant code.
<<lessThis documentation can be generated in HTML, man pages, or an executable shell script. The markup is very similar to that in the Linux 2.4.x kernel sources.
mp_doccer is a component of the Minimum Profit Text Editor.
Enhancements:
- All function listings are alphabetically sorted.
- A bug that made it impossible to have semicolons in alternative synopsis has been fixed.
- The HTML output mode has been improved and generates more standards-compliant code.
Download (0.015MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Suri Pluma 1.0.1
Suri Pluma is a satellite image processing tool and visualizer. more>>
Suri Pluma is a satellite image processing tool and visualizer.
Suri Pluma project can open the most common image formats without importing to an internal format and minimizing the memory required for visualization.
It is designed to be modular and extensible. It has a meassurement tool (distance and areas with error estimation) and geographical and map coordinate information.
Designed with state of the art techniques and tools, it offers means to extract information in easy and intuitive ways, offering to the user quantitative and qualitative information immediatly, taking full profit of the different satellite sources.
It provides simplified access to the different data formats and exports to the most common and spreaded formats. It takes full advantage of the hardware resources, with very low minimal requirements.
The goal is to provide the user with a high quality software, bringing a simple tool for image processing and remote sensing.
Main features:
User Interface
- Windows based single-document user interface (SDI) for more flexibility.
- Intuitive graphic user interface, making the tasks simple for both beginner and advanced users.
Input file formats
- Automatic opening of Fast Format images (including SAC-C and Landsat), Tiff and GeoTiff distribuited by CONAE, as well as the different formats used by GLCF and other propietary formats as the ENVI format. Also supports standard graphic formats like Jpg, Png and Bmp.
- Image type auto detect. There is no need to import for visualization the data with known formats.
- Direct access to the different data types without conversion.
- Immediate opening images independently from their size.
- Opening many images at once without memory overflow.
- Supports generic RAW binary format with manual definition of parameters.
Image analysis:
- Area and distances measurement tools available.
- Planar coordinate and pixel value displaying in real-time.
Image visualization:
- RGB color composite viewing capabilites.
- Grayscale viewing capabilites.
- Zoom In/Out capabilites using the wheel on the mouse.
- Flexible navigation using Scroll/Zoom windows.
Image enhancement:
- Linear and nonlinear contrast enhancement.
- Histogram equalization.
Geographic location:
- Automatic recognition of georeferenced meta-data of the different formats, making possible the search of areas of interest by geographic coordinates.
Export images:
- Exports to different image formats, making Suri compatible with other analysis tools. Available on Suri Pluma V1.1.
Minimal requirements:
- Takes advantage of the hardware resources, making possible the visualization and analysis of big images in low-end hardware with great efficiency.
Available platforms:
- Suri is developed in C++ in Linux and Windows environments simultaneously and distribuited in both systems.
<<lessSuri Pluma project can open the most common image formats without importing to an internal format and minimizing the memory required for visualization.
It is designed to be modular and extensible. It has a meassurement tool (distance and areas with error estimation) and geographical and map coordinate information.
Designed with state of the art techniques and tools, it offers means to extract information in easy and intuitive ways, offering to the user quantitative and qualitative information immediatly, taking full profit of the different satellite sources.
It provides simplified access to the different data formats and exports to the most common and spreaded formats. It takes full advantage of the hardware resources, with very low minimal requirements.
The goal is to provide the user with a high quality software, bringing a simple tool for image processing and remote sensing.
Main features:
User Interface
- Windows based single-document user interface (SDI) for more flexibility.
- Intuitive graphic user interface, making the tasks simple for both beginner and advanced users.
Input file formats
- Automatic opening of Fast Format images (including SAC-C and Landsat), Tiff and GeoTiff distribuited by CONAE, as well as the different formats used by GLCF and other propietary formats as the ENVI format. Also supports standard graphic formats like Jpg, Png and Bmp.
- Image type auto detect. There is no need to import for visualization the data with known formats.
- Direct access to the different data types without conversion.
- Immediate opening images independently from their size.
- Opening many images at once without memory overflow.
- Supports generic RAW binary format with manual definition of parameters.
Image analysis:
- Area and distances measurement tools available.
- Planar coordinate and pixel value displaying in real-time.
Image visualization:
- RGB color composite viewing capabilites.
- Grayscale viewing capabilites.
- Zoom In/Out capabilites using the wheel on the mouse.
- Flexible navigation using Scroll/Zoom windows.
Image enhancement:
- Linear and nonlinear contrast enhancement.
- Histogram equalization.
Geographic location:
- Automatic recognition of georeferenced meta-data of the different formats, making possible the search of areas of interest by geographic coordinates.
Export images:
- Exports to different image formats, making Suri compatible with other analysis tools. Available on Suri Pluma V1.1.
Minimal requirements:
- Takes advantage of the hardware resources, making possible the visualization and analysis of big images in low-end hardware with great efficiency.
Available platforms:
- Suri is developed in C++ in Linux and Windows environments simultaneously and distribuited in both systems.
Download (1.0MB)
Added: 2006-02-01 License: Other/Proprietary License Price:
1431 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 profit 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