to study
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 212

Sing and Study 0.0724
useful software which helps you learn a new language by songs. more>>
Sing and Study 0.0724 is a useful software which helps you learn a new language by songs.
Major Features:
- Organize all of them in one convenient place for easier learning
- Find the song's lyrics
- Translate the lyrics
- Show album covers
- Search Youtube videos
- Play a game of guessing words (every time different words)
- Start listening to the music and learning a new language now!
Added: 2009-07-27 License: Freeware Price: FREE
downloads
LPI 101 study guide 2.0
Linux Holdings Linux study guide. more>>
This study guide from Linux Holdings will help you to train for the Linux LPI 101 exam.
Linux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
<<lessLinux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
Download (MB)
Added: 2007-01-30 License: (FDL) GNU Free Documentation License Price:
1025 downloads
LPI 102 study guide 102.0.0
Linux Holdings Linux study guide LPI 102. more>>
Linux Holdings Linux study guide LPI 102.
Linux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
<<lessLinux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
Download (MB)
Added: 2006-05-06 License: (FDL) GNU Free Documentation License Price:
1281 downloads
NetworkX 0.33
NetworkX is a Python package for the creation, manipulation, and study of the structure of complex networks. more>>
NetworkX is a Python package for the creation, manipulation, and study of the dynamics, structure, and functions of complex networks.
Main features:
- Allows for 1M+ nodes, 10M+ edges
- Includes standard graph-theoretic and statistical physics functions
- Easy exchange of network algorithms between applications, disciplines, and platforms
- Includes many classic graphs and synthetic networks
- Nodes and edges can be "anything" (e.g. time-series, text, images, XML records)
- Exploits existing code from high-quality legacy software in C, C++, Fortran, etc.
- Open source (encourages community input)
- Unit-tested
Additional benefits due to Python:
- Allows fast prototyping of new algorithms
- Easy to teach
- Multiplatform
- Allows easy access to almost any database
<<lessMain features:
- Allows for 1M+ nodes, 10M+ edges
- Includes standard graph-theoretic and statistical physics functions
- Easy exchange of network algorithms between applications, disciplines, and platforms
- Includes many classic graphs and synthetic networks
- Nodes and edges can be "anything" (e.g. time-series, text, images, XML records)
- Exploits existing code from high-quality legacy software in C, C++, Fortran, etc.
- Open source (encourages community input)
- Unit-tested
Additional benefits due to Python:
- Allows fast prototyping of new algorithms
- Easy to teach
- Multiplatform
- Allows easy access to almost any database
Download (0.87MB)
Added: 2006-11-30 License: LGPL (GNU Lesser General Public License) Price:
1060 downloads
Bigtop::Docs::Tutorial 0.12
Bigtop::Docs::Tutorial is a simple case study of building a web app with bigtop. more>>
Bigtop::Docs::Tutorial is a simple case study of building a web app with bigtop.
Many (not all) applications are mostly data managers. That is, they are really intermediaries between users and various tables in a database. A bigtop file is meant to be a single place to describe all (or practically all) facits of the data in an application. This includes at least:
- The name and special features of each controller.
- The name of each table in the database.
- A description of each column (field) in each table in the database. This includes at least:
- its name and SQL type
- the label the user sees for it when it appears on the screen
- what type of html form element the user uses to enter or update it
- how the data is validated and filtered on its way into and out of the database (filtering yet supported)
- which table the field refers to if it is a foreign key
- etc.
All of these things, and more, are described in a Bigtop file. That file can be given to bigtop to build the application. Once it is built, it can be safely rebuilt so that only the generated bits are changed (this is accomplished by maintaining a clean separation between generated and hand edited files, and by config options in the bigtop file).
Notice that nothing in the above has committed you or me to any particular web application framework, data modeling scheme, templating system, or web server. Bigtop is neutral (think big tent), at least for Perl apps delivered via the web.
<<lessMany (not all) applications are mostly data managers. That is, they are really intermediaries between users and various tables in a database. A bigtop file is meant to be a single place to describe all (or practically all) facits of the data in an application. This includes at least:
- The name and special features of each controller.
- The name of each table in the database.
- A description of each column (field) in each table in the database. This includes at least:
- its name and SQL type
- the label the user sees for it when it appears on the screen
- what type of html form element the user uses to enter or update it
- how the data is validated and filtered on its way into and out of the database (filtering yet supported)
- which table the field refers to if it is a foreign key
- etc.
All of these things, and more, are described in a Bigtop file. That file can be given to bigtop to build the application. Once it is built, it can be safely rebuilt so that only the generated bits are changed (this is accomplished by maintaining a clean separation between generated and hand edited files, and by config options in the bigtop file).
Notice that nothing in the above has committed you or me to any particular web application framework, data modeling scheme, templating system, or web server. Bigtop is neutral (think big tent), at least for Perl apps delivered via the web.
Download (0.28MB)
Added: 2006-06-08 License: Perl Artistic License Price:
1233 downloads
postPHPix 0.5-1
postPHPix is a PHP-based interface to manage LDAP virtual mail domains. more>>
Postphpix is a mail subsystem based on Postfix and LDAP, it started with a PHP interface to manage mail domains via web, but now it can be managed from command line too through the command phpxadm. I started this project needing a mail subsystem that should be:
.secure
no system users
.scalable
daemons intercommunicates via socket so can be splitted on many phisical servers for high traffic systems using eventually SSL encription
.reliable
after splitting the daemons, you can get systems reduntant using for example heartbeat clustering software, and the ldap database allow you to manage and backup user information quickly or realize a mail folder backup server easily
.packageable
for many years I used Qmail, now I need more license flexibilty, so I decided to study and use Postfix, this architecture is the mail subsystem of the Argo GNU/Linux distribution that soon will be available as free software too
Enhancements:
- /etc/postphpix/postphpixconf.sh moved in /usr/lib/postphpix/
<<less.secure
no system users
.scalable
daemons intercommunicates via socket so can be splitted on many phisical servers for high traffic systems using eventually SSL encription
.reliable
after splitting the daemons, you can get systems reduntant using for example heartbeat clustering software, and the ldap database allow you to manage and backup user information quickly or realize a mail folder backup server easily
.packageable
for many years I used Qmail, now I need more license flexibilty, so I decided to study and use Postfix, this architecture is the mail subsystem of the Argo GNU/Linux distribution that soon will be available as free software too
Enhancements:
- /etc/postphpix/postphpixconf.sh moved in /usr/lib/postphpix/
Download (0.082MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1639 downloads
Linux Mobile System 1.0
Linux Mobile System (LMS) is a full Linux system whose support is the new USB Flash Memory Drives. more>>
Linux Mobile System project (LMS) is a full Linux system whose support is the new USB Flash Memory Drives. The intention is to boot any PC with USB support with our system and therefore we will have every administration and analysis applications that we have selected, so we will not need install it. This way, always we will be able to get our Linux system ready to use in our pocket.
This project arose with the intention to study the Linux system of exhaustive way and simultaneously enjoy with it. The initial idea is to fuse two separated disciplines: the programming and the systems management. So well center our study in the denominated "system programming, as much networking level as at device level (drivers).
Main features:
- To initiate our Linux system from memories flash USB.
- The system will be a selection of common GNU tools in every system: disk diagnosis, memory, hardware, networks monitoring tools, etc.
- LMS Tux
- As far as possible well develop new tools and/or utilities with the objective to study deeply the underlying technology.
- The programming languages used will be C, C++, Python and Perl, without forget the system shell scripts.
- The resources minimization (disk space, memory...) isnt a functional objective of the developments.
LMSs main aim is to achieve a highly specialized distribution of GNU/Linux which can carried through the USB Flash Memory Drives. Once the distribution is ready in the USB device, it can be carried in your own pocket and you can start up any PC x86 with no need to install it directly in the PC.
The LMS system is aimed at the development of specific tasks such as network administration, security analysis of networks, and recovery and repair of host data, as well as all information exchange, which is what makes it different from other portable systems such as "live CDs". The main idea is to carry all the potency of Linux and our tools in our own pockets, ready to be used.
<<lessThis project arose with the intention to study the Linux system of exhaustive way and simultaneously enjoy with it. The initial idea is to fuse two separated disciplines: the programming and the systems management. So well center our study in the denominated "system programming, as much networking level as at device level (drivers).
Main features:
- To initiate our Linux system from memories flash USB.
- The system will be a selection of common GNU tools in every system: disk diagnosis, memory, hardware, networks monitoring tools, etc.
- LMS Tux
- As far as possible well develop new tools and/or utilities with the objective to study deeply the underlying technology.
- The programming languages used will be C, C++, Python and Perl, without forget the system shell scripts.
- The resources minimization (disk space, memory...) isnt a functional objective of the developments.
LMSs main aim is to achieve a highly specialized distribution of GNU/Linux which can carried through the USB Flash Memory Drives. Once the distribution is ready in the USB device, it can be carried in your own pocket and you can start up any PC x86 with no need to install it directly in the PC.
The LMS system is aimed at the development of specific tasks such as network administration, security analysis of networks, and recovery and repair of host data, as well as all information exchange, which is what makes it different from other portable systems such as "live CDs". The main idea is to carry all the potency of Linux and our tools in our own pockets, ready to be used.
Download (3.9MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
899 downloads
GnomeSword 2.2.2
GnomeSword is a Bible study application. more>>
Gnomesword is a Bible study application for GNOME, a graphical desktop enviroment which is available for several Unix and Linux flavors.
GnomeSword is based on SWORD by the CrossWire Bible Society, a framework providing the possibility to study the Bible and additional information like commentaries, dictionaries and other texts using your computer.
Main features:
- Search Bible and Commentary
- Search Personal notes
- Add personal notes to verses
- Bookmark Bible passages
- Bookmark Commentaries
- Bookmark Lexicons and Dictionaries
- Interlinear Page - Display up to five versions
- StudyPad for keeping notes
- Spellcheck for StudyPad and Personal notes (uses gnome-spell)
- Uses modules from the SWORD Project
- Support for Sword Bible, Commentary, Lexicon and General Book modules
<<lessGnomeSword is based on SWORD by the CrossWire Bible Society, a framework providing the possibility to study the Bible and additional information like commentaries, dictionaries and other texts using your computer.
Main features:
- Search Bible and Commentary
- Search Personal notes
- Add personal notes to verses
- Bookmark Bible passages
- Bookmark Commentaries
- Bookmark Lexicons and Dictionaries
- Interlinear Page - Display up to five versions
- StudyPad for keeping notes
- Spellcheck for StudyPad and Personal notes (uses gnome-spell)
- Uses modules from the SWORD Project
- Support for Sword Bible, Commentary, Lexicon and General Book modules
Download (1.7MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
978 downloads
reciteword 0.8.3
reciteword project is an education software to help people study English. more>>
reciteword project is an education software to help people study English.
reciteword is education software developed using GTK 2 to help people study English and recite English words.
It has a very beautiful interface to make reciting words an interesing thing.
It can change skins, and comes with many sound events, including over 400 books for you to choose.
It also includes a dictionary, which can also run separately.
Enhancements:
- Update books.
- Usability improve on Fedora core 5
<<lessreciteword is education software developed using GTK 2 to help people study English and recite English words.
It has a very beautiful interface to make reciting words an interesing thing.
It can change skins, and comes with many sound events, including over 400 books for you to choose.
It also includes a dictionary, which can also run separately.
Enhancements:
- Update books.
- Usability improve on Fedora core 5
Download (7.4MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads
KLogo-Turtle 0.6
The KLogo-Turtle is an interpreter of the LOGO language for KDE desktops. more>>
The KLogo-Turtle is an interpreter of the LOGO language for KDE desktops.
The KLogo-Turtle is a useful tool for teaching geometry and the basic principles of the programming of computer. Children can study the mathematics of geometry in an interactive and constructive way.
KLogo-Turtle has syntax a little different than the LOGO language developed at MIT. Look at the documents link. Comments, doubts and suggestions, please use the e-mail link.
KLogo-Turtle supports commands in the languages english, portuguese, german, italian and french.
KLogo-Turtle is under the GPL license and is developed in KDevelop by Euclides Chuma.
Enhancements:
- Release version stable (0.6) with support for commands in english, portuguese, german, italian and french.
<<lessThe KLogo-Turtle is a useful tool for teaching geometry and the basic principles of the programming of computer. Children can study the mathematics of geometry in an interactive and constructive way.
KLogo-Turtle has syntax a little different than the LOGO language developed at MIT. Look at the documents link. Comments, doubts and suggestions, please use the e-mail link.
KLogo-Turtle supports commands in the languages english, portuguese, german, italian and french.
KLogo-Turtle is under the GPL license and is developed in KDevelop by Euclides Chuma.
Enhancements:
- Release version stable (0.6) with support for commands in english, portuguese, german, italian and french.
Download (0.085MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1627 downloads
Advanced Bash Scripting Guide 5.0
The Advanced Bash Scripting Guide is both a reference and a tutorial on shell scripting. more>>
This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little snippets of UNIX wisdom and lore.
Advanced Bash Scripting Guide serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques.
The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
Enhancements:
- This release adds a cross-linked index (the final missing critical feature in this project), other new material (including a new appendix and a couple of new example scripts), and bugfixes.
- This is an important update.
<<lessAdvanced Bash Scripting Guide serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques.
The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
Enhancements:
- This release adds a cross-linked index (the final missing critical feature in this project), other new material (including a new appendix and a couple of new example scripts), and bugfixes.
- This is an important update.
Download (0.74MB)
Added: 2007-06-21 License: (FDL) GNU Free Documentation License Price:
892 downloads
The Pure Perl RayCaster 1.0b
The Pure Perl RayCaster is a small simple Ray casting application. more>>
The Pure Perl RayCaster is a small simple Ray casting application written completely in Perl without using any 3D API library or OpenGL. For the GUI, Pure Perl RayCaster uses wxPerl (WxWindows port to Perl).
Pure Perl RayCaster can load a 3D object from a file (in RAW format), display the object in wireframe perspective view, allow to orbit and zoom your camera and produce a user defined size ray casting image of the current view in a predefined color theme with or without smooth shading.
Pure Perl RayCaster is not a professional production tool for 3D image generation. It is well suited for educational purposes, in order to study, understand, tweak and try well known fundamental 3D Computer Graphics techniques.
<<lessPure Perl RayCaster can load a 3D object from a file (in RAW format), display the object in wireframe perspective view, allow to orbit and zoom your camera and produce a user defined size ray casting image of the current view in a predefined color theme with or without smooth shading.
Pure Perl RayCaster is not a professional production tool for 3D image generation. It is well suited for educational purposes, in order to study, understand, tweak and try well known fundamental 3D Computer Graphics techniques.
Download (0.029MB)
Added: 2006-03-03 License: Artistic License Price:
1331 downloads
Pyro 3.6.1
Pyro project is a set of tools for programming mobile robots in Python. more>>
Pyro project is a set of tools for programming mobile robots in Python.
It is a library, GUI, and set of objects in Python that allows beginning and experienced roboticists alike to easily control mobile robots.
It comes with a simulator, and also works with Player/Stage/ Gazebo.
Hardware supported includes ActivMedias Pioneer, K-Teams Khepera and Hemisson, Sonys AIBO, Evolutions ER1, and others.
It also contains Python code for artificial neural networks, genetic algorithm/programming, vision (V4L), self-organizing maps, mapping, localization, and more AI-related code.
Main features:
- Open source - available for study, or changing
- Designed for students, faculty and researchers
- Works on many real robotics platforms and simulators
- Extensive course modules include control methods, vision (motion tracking, blobs, etc.), learning (neural networks, reinforcement learning, self-organizing maps, etc.), evolutionary algorithms, and more.
<<lessIt is a library, GUI, and set of objects in Python that allows beginning and experienced roboticists alike to easily control mobile robots.
It comes with a simulator, and also works with Player/Stage/ Gazebo.
Hardware supported includes ActivMedias Pioneer, K-Teams Khepera and Hemisson, Sonys AIBO, Evolutions ER1, and others.
It also contains Python code for artificial neural networks, genetic algorithm/programming, vision (V4L), self-organizing maps, mapping, localization, and more AI-related code.
Main features:
- Open source - available for study, or changing
- Designed for students, faculty and researchers
- Works on many real robotics platforms and simulators
- Extensive course modules include control methods, vision (motion tracking, blobs, etc.), learning (neural networks, reinforcement learning, self-organizing maps, etc.), evolutionary algorithms, and more.
Download (4.7MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1127 downloads
KVerbos 2.0
KVerbos helps users to study Spanish verb forms with this program. more>>
KVerbos helps users to study Spanish verb forms with this program.
It took a lot of time. But now a new version of KVerbos is coming into view. With KVerbos it is possible to train Spanish verb forms. The screenshots show some views of the new version.
The difference to the old program is that it now uses the data of the compjugador project. This means that a lot of Spanish verbs come with the program and it isnt necessary to enter them first anymore. The program can read .kvtlm files of the KVoctrain project. It collects the verbs out of these files and you can train them. It is already possible to select the tenses you want to train, too.
At the moment it isnt possible to store your verbselection. I hope this will come soon.
<<lessIt took a lot of time. But now a new version of KVerbos is coming into view. With KVerbos it is possible to train Spanish verb forms. The screenshots show some views of the new version.
The difference to the old program is that it now uses the data of the compjugador project. This means that a lot of Spanish verbs come with the program and it isnt necessary to enter them first anymore. The program can read .kvtlm files of the KVoctrain project. It collects the verbs out of these files and you can train them. It is already possible to select the tenses you want to train, too.
At the moment it isnt possible to store your verbselection. I hope this will come soon.
Download (2.1MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1139 downloads
Pioneer Linux Christian Edition Beta 1
Pioneer Linux is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. more>>
Pioneer Linux is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. The product comes in two flavours: as a freely downloadable live and installation CD, and as a commercial boxed edition with CrossOver Office and technical support.
Test and try before you install Thats right, you can test Pioneer Linux running off the CD before you decide to perform an installation. This means that you can actually run your operating system and learn it before you install or make that critical decision to leave your previous operating system installation. ASPEN for older computers is not a live CD.
Burn CDs Yes take a look at our screenshots and youll see weve included a utility named K3b so you can burn your CDs or DVDs! K3b is a simple yet powerful tool thats simple to use
Browse the Internet safely Yes its safe! You can browse the Internet safely when you use Pioneer Linux. Its not the same anymore with people dropping viruses or keystroke loggers because of that old unsafe browser youve been using for years! Go wild and have fun!
Listen to music You can listen to your favorite music while working using the CD Player included or make cuts and create your own CD from your music! You decide, the tools are included!
Word processing and more! Yes thats right! Your Pioneer Linux operating system comes with OpenOffice.org that allows you to exchange documents with Word users. You even have the opportunity to run spreadsheets and create professional presentations. More? yes a database application is new with OpenOffice.org 2.0
Play some games Weve packed Pioneer with loads of games to help you kill some time. Want more than those included? Check the knowledge base for more games that can be run like Savage or Civilization.
Utilities Weve included some of the best utilities to manage your operating system today. These utilities come with even our basic ASPEN application so you can manage your system day-to-day!
Enhancements:
- Technalign, Inc. has announced it has released its Beta 1 Pioneer Linux Christian Edition operating system to the community. The beta includes many of the features that come standard with Pioneer Linux. The application includes the King James Bible and many study applications. The Pioneer Christian Edition replaces the Frontier Christian Edition previously retailed by Technaligns partners. There will be a non-installable edition available for Windows users who only want to use the Christian Edition for study. Technalign requests that users report back any applications they would like added as well as applications that they wish removed along with bug reports.
<<lessTest and try before you install Thats right, you can test Pioneer Linux running off the CD before you decide to perform an installation. This means that you can actually run your operating system and learn it before you install or make that critical decision to leave your previous operating system installation. ASPEN for older computers is not a live CD.
Burn CDs Yes take a look at our screenshots and youll see weve included a utility named K3b so you can burn your CDs or DVDs! K3b is a simple yet powerful tool thats simple to use
Browse the Internet safely Yes its safe! You can browse the Internet safely when you use Pioneer Linux. Its not the same anymore with people dropping viruses or keystroke loggers because of that old unsafe browser youve been using for years! Go wild and have fun!
Listen to music You can listen to your favorite music while working using the CD Player included or make cuts and create your own CD from your music! You decide, the tools are included!
Word processing and more! Yes thats right! Your Pioneer Linux operating system comes with OpenOffice.org that allows you to exchange documents with Word users. You even have the opportunity to run spreadsheets and create professional presentations. More? yes a database application is new with OpenOffice.org 2.0
Play some games Weve packed Pioneer with loads of games to help you kill some time. Want more than those included? Check the knowledge base for more games that can be run like Savage or Civilization.
Utilities Weve included some of the best utilities to manage your operating system today. These utilities come with even our basic ASPEN application so you can manage your system day-to-day!
Enhancements:
- Technalign, Inc. has announced it has released its Beta 1 Pioneer Linux Christian Edition operating system to the community. The beta includes many of the features that come standard with Pioneer Linux. The application includes the King James Bible and many study applications. The Pioneer Christian Edition replaces the Frontier Christian Edition previously retailed by Technaligns partners. There will be a non-installable edition available for Windows users who only want to use the Christian Edition for study. Technalign requests that users report back any applications they would like added as well as applications that they wish removed along with bug reports.
Download (676MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
602 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 to study 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