Main > Free Download Search >

Free science fair topics software for linux

science fair topics

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 335
Kaboot Science 0.1.1

Kaboot Science 0.1.1


Kaboot Linux Operating system aims to provide an operating system which you can take anywhere. more>>
Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on.

Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere.

A number of different versions are avaliable, two optimised for size or speed, one for functionality, and one science based.

All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and

USB.Kaboot is still in active development and if you find a bug or fix, you can let me know in the forums.

Kaboot Science - contains a number of Scientific programs already setup and ready to go, with the purpose of introducing those unconvinced by the power of open source programs.

Packge List:

net-dialup/rp-pppoe
x11-misc/adesklets
media-gfx/scrot
sys-apps/coldplug
x11-misc/pypanel
sys-apps/slocate
sys-kernel/linux-headers
app-office/gnumeric
sys-devel/gettext
media-gfx/feh
sci-calculators/galculator
x11-themes/commonbox-styles
x11-themes/openbox-themes
app-admin/syslog-ng
sci-chemistry/easychem
app-admin/testdisk
sys-process/vixie-cron
x11-misc/obconf
sys-boot/grub
perl-core/ExtUtils-MakeMaker
x11-misc/bbrb
x11-misc/gdeskcal
net-ftp/gftp
sci-astronomy/predict
sci-astronomy/stellarium
x11-wm/openbox
x11-base/xorg-x11
net-misc/dhcpcd
app-admin/torsmo
media-gfx/gnuplot
sci-mathematics/octave
sys-libs/glibc
sci-libs/gsl
www-client/mozilla-firefox
app-editors/nano
app-arch/gzip
sys-apps/pcmcia-cs
net-im/gaim
net-dialup/mingetty
sys-apps/hotplug
app-editors/cute
sci-chemistry/ghemical
x11-terms/aterm
app-office/abiword
sci-calculators/qalculate-units
<<less
Download (348.5MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1406 downloads
Derbrill Tutorials

Derbrill Tutorials


Derbrill Tutorials are Free Tutorials For Writing Games and Multimedia Applications in Runtime Revolution with ArcadeEngine. more>>
Derbrill Tutorials are Free Tutorials For Writing Games and Multimedia Applications in Runtime Revolution with ArcadeEngine.

The tutorials come in a visually appealing e-book format which is both easy to read and use, the range of topics covered includes:

* The basics of Revolution such as: stacks, cards, scripts, messages and timers
* How to use geometric properties such as distances, angles and intersection rectangles
* Understanding and using different movements including linear, polygonal, circular and elliptic
* Advanced use of images
* Using the built-in collision detection
<<less
Download (4.2MB)
Added: 2005-10-17 License: Freeware Price:
1470 downloads
American Political Science: Campaign Simulator 0.1

American Political Science: Campaign Simulator 0.1


American Political Science: Campaign Simulator project is a statistically based political campaign simulation game. more>>
American Political Science: Campaign Simulator project is a statistically based political campaign simulation game.
The Campaign Simulator is an attempt to statistically model and predict the outcome of an American presidential election.
Several users assume the roles of competitive candidates and inflict the repercussions of certain decisions on a GSS-based dataset.
The application is written in Java and supports all operating systems with a Java 1.5 VM.
Main features:
- Time is not the only limiting variable. In fact, time may not be the proper limit as most operations may be performed in tandem; an economic system that allows fund raising elements should be implemented.
- The current choices all utilize the same dataset algorithm to effect the populace in similar ways- this set of scripts should be broadened and deepened as they are too high level.
- The Python Architecture needs polishing- the internal IDE is not complete, and the ability to assign scripts to run at differing points in the lifetime of the application has yet to be created.
- The installer should place links on the desktops of Mac and Unix/Linux Systems.
- Some of the small features planned, such as a GUI for dialog creation, have been cut for the deadline and should be added.
<<less
Download (30.0MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1090 downloads
Fair NAT 0.80

Fair NAT 0.80


Fair NAT is a script for configuring NAT on dedicated Linux routers. more>>
Fair NAT is a script for configuring NAT on dedicated Linux routers. This is the home of my linux router shaper script which allows something like fair bandwidth sharing among clients in the local network. The script is not great or anything - please dont expect the holy grail here - I just thought Id publish it because many people helped me write it and maybe someone has some use for it. I bet there are still lots of things that can be improved. Sorry about the crappy design of this page, I dont have time to put more effort in better looks.
You have a certain number of Clients (User A - User N) in your LAN which are connected by a Switch (or a Hub or BNC) to the Linux Router which is supposed to act as a gateway to the internet. The trouble now is, User B has a lot of downloads running and User C uploads stuff day and night, which leaves User A who only wants to use an interactive SSH shell in the rain, since B and C already use up all bandwidth the internet connection offers.
What we need to do is to share available bandwidth fairly among clients. In order to achieve this, I first tried several searches at Google and Freshmeat. This turned up quite a lot of results, like the Linux Advanced Routing & Traffic Control HOWTO which is a must-read and also contains great scripts, like the Wondershaper for single users. Another great general purpose script I found was HTB.init, which doesnt do anything by default, but gives you an easy way to setup HTB queues. In case you prefer CBQ, theres a CBQ.init too. If you dont know what Im talking about, read the HOWTO above or continue reading here.
Since I never found a script that did exactly what I wanted, I decided to write my own. Its designed to be an all-I-need script, therefore it does not just setup Traffic Shaping, but Masquerading and Port Forwarding too. In short, it does everything that has to do with IPTables and Traffic Control. I use HTB (Hierarchical Token Bucket) to share bandwidth among clients (one class per client). On top of that I added a PRIO queue to prioritize interactive traffic on a per-user basis. On top of PRIO I set SFQ to treat connections fairly. In version 0.72, experimental support for IPP2P to recognize peer-to-peer traffic was added.
This is the simplified scheme for routing:
HTB class (for bandwidth sharing)
|
-- PRIO (for prioritizing interactive traffic)
|
--- Interactive: SFQ (to treat concurrent connections fairly)
--- Normal: SFQ
--- High-Traffic: SFQ
[ --- P2P: SFQ (if IPP2P support is enabled only) ]
I bet this can still be improved and Im always interested in ways to do so. In case you want another class structure, this can be done by replacing the parent_class and user_class functions in the script. See CLASS_MODE in Configuration section and the function documentation in the script for details. Feel free to send me your own functions with a short explanation, if you want me to make them available for everybody.
Heres a "real" graphic, which shows the complete qdisc/class structure on $DEV_LAN if you use the unmodified example configuration file. This graphic was created using a hacked version of Stef Coenes show.pl script and GraphViz. Click here to see it, but I warn you: its quite big. Heres a similar picture, which includes IPP2P support. Note that there are more filter rules (the blue arrows) now which put the filesharing traffic into the users prio band 4.
Main features:
- This is a variable with a space-separated list of features that should be enabled. Default is all enabled if you dont set this variable.
- PROC:
- Allow Fair NAT to change some system variables in /proc, like setting /proc/sys/net/ipv4/ip_forward to 1.
- MODULES:
- Try to load kernel modules for QoS first.
- RESET:
- Fair NAT will replace all existing iptables rules with a very basic (empty) configuration. Not healthy for firewalls. You can disable this feature to keep the original rules in place. See Firewall Support below.
- NAT:
- Allow Fair NAT to configure NAT. You could disable this if you prefer to set this up yourself / let your firewall do it.
- FORWARD:
- Allow Fair NAT to configure Port Forwarding. Same as NAT, you can disable this if you dont need it.
- QOS_DOWN:
- Shape download traffic. If you know a little bit about traffic shaping and believe that download shaping is completely useless, feel free to disable this.
- QOS_UP:
- Shaping upload traffic can be disabled also. If you disable this and QOS_DOWN also, you could use Fair NAT for setting up NAT and Port Forwarding only, although thats not really the purpose of the script ;-)
- TOS:
- Allow Fair NAT to modify the TOS (type-of-service) field of packets. Right now, Fair NAT relies on this TOS field for shaping, so using this feature is highly recommended.
<<less
Download (0.031MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1214 downloads
CCFlauncher 5.7

CCFlauncher 5.7


CCFlauncher is the meta-tool for starting and joining a CCF collaborative computing session. more>>
CCFlauncher is the meta-tool for starting and joining a CCF collaborative computing session. With CCFlauncher you can invite your colleagues/friends to join you in a shared X windows virtual desktop with multiparty audio conferencing, white board, and file sharing in just a few mouse clicks. In this setting, participants interact with each other, simultaneously access and operate computer applications, refer to global data repositories or archives, collectively create and manipulate documents or other artifacts, perform computational transformations, and conduct a number of other activities via telepresence. Research issues addressed in this project include problem solving environments and methodologies for laboratory and instrument-based scientific disciplines, and computer science issues in heterogeneous distributed systems. New approaches are being investigated and developed for fast multiway communication, robust geographically distributed data management methodologies, high-performance computational transforms inlined within collaboration sessions, and related auxiliary issues such as active documents, security, archival storage, and experiment management and control.

The main goal of CCF is to enable the construction of efficient and flexible collaborations. Although we expect that CCF will be useful in a number of scenarios, a guiding principle in its design was to identify and meet the needs of natural science investigators with a diverse set of computing, instrument interfacing, and collaboration requirements. Thus, the primary target domain for CCF is collaborative research in chemistry, physics, and biochemistry, and closely related areas. Research methodology in laboratory and instrument based sciences is increasingly dependent upon computation, interaction, visualization, and data storage/retrieval. The CCF project is investigating and developing innovative enabling technologies to support collaborative, distributed, computer-based problem solving in the natural sciences. The goal is to evolve a virtual environment for distributed computing that integrally supports human AV communication, high performance heterogeneous computing, and distributed data management facilities. Computational transforms, instrument interfacing, data referral, visualization, and collaborative work in chemistry, physics, and biomedical fields will guide the development of methodologies and software tools to facilitate collaborative research.
<<less
Download (7.9MB)
Added: 2006-06-23 License: MIT/X Consortium License Price:
1226 downloads
SideRss 0.9

SideRss 0.9


SideRss is an rss feed reader in a sidebar format (just like desktop sidebars rss reader for window). more>>
SideRss is an rss feed reader in a sidebar format (just like desktop sidebars rss reader for window). Can take an unlimited number of feeds.

Autoscrolls or manually scrolls unlimited feeds
Shows 11 newest topics from each feed.
pops up a preview when topics are clicked.
clicking a preview will open firefox to the topic.
threading engine.
external config file via menu options

Originally based in part on blok, air_news and rssparser.

<<less
Download (0.047MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1180 downloads
UnHide fields 0.2 for Firefox

UnHide fields 0.2 for Firefox


UnHide fields provides this extension allow you to view and edit hidden fields content. more>>
UnHide fields provides this extension allow you to view and edit hidden fields content.

In computer science, data that has several parts can be divided into fields. For example, a computer may represent todays date as three distinct fields: the day, the month and the year.

Programming languages usually have a record data type to represent composite data types as a series of fields. An array of boolean values can be represented as a bit field.

<<less
Download (0.013MB)
Added: 2007-04-13 License: MPL (Mozilla Public License) Price:
926 downloads
mysqlCart 0.46 RC5

mysqlCart 0.46 RC5


mysqlCart provides a template based dynamic e- commerce shop system. more>>
mysqlCart provides a template based dynamic e- commerce shop system.

It does not require any modules or rely on interpreted languages and is very fast even on older machines.

Finally a template driven -pure C with mySQL C API-, very fast and easy on your CPU and RAM GPL ecommerce solution. The mysqlCart/mysqlShop admin/dynamic site combo is from the world leaders in GPL ISP software OpenISP, and it is FREE (more so GPL free! www.fsf.org)

This ecommerce solution gives you the edge over clunky perl (shudder!) or pain in the ... php installation nightmare and interpreted lameness. And phps awkward syntax tries to be like C (php is written in C, but study its history and come to your own conclusions about its usefulness for heavy traffic sites,) so why bother?

To be fair php is great for certain things but C is much better for mySQL cgis. All unix type OSs, including Linux/FreeBSD/OpenBSD and Solaris are written in C.

<<less
Download (0.57MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
975 downloads
BitTyrant for Linux 1.1.1

BitTyrant for Linux 1.1.1


A new, protocol compatible BitTorrent client that is optimized for fast download more>> BitTyrant is a new, protocol compatible BitTorrent client that is optimized for fast download performance. BitTyrant is...
Fast:During evaluation testing on more than 100 real BitTorrent swarms, BitTyrant provided an average 70% download performance increase when compared to the existing Azureus 2.5 implementation, with some downloads finishing more than three times as quickly.
Fair:BitTorrent was designed with incentives in mind:if a user is downloading at 30 KBps, they should upload at 30 KBps. However, due to the unique workload properties of many real-world swarms, this is not always enforced. BitTyrant is designed to make efficient use of your scarce upload bandwidth, rewarding those users whose upload allocations are fair and only allocating excess capacity to other users.
Familiar:BitTyrant is based on modifications to Azureus 2.5, currently the most popular BitTorrent client. All of our changes are under the hood. You find the GUI identical to Azureus, with optional additions to display statistics relevant to BitTyrant operation.
<<less
Download (8.02MB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
Yet another Linux FAQ 2.3

Yet another Linux FAQ 2.3


Yet another Linux FAQ is a comprehensive FAQ about the Linux Operating System. more>>
Yet another Linux FAQ is a comprehensive FAQ about the Linux Operating System. Yet another Linux FAQ is a great document for Linux beginners to read.
This FAQ tries to help those new to Linux help themselves. It covers topics such as kernel recompilation and X Window System configuration.
Enhancements:
- The FAQ was completely redesigned, and dead links were cleaned up.
<<less
Download (0.17MB)
Added: 2005-11-30 License: (FDL) GNU Free Documentation License Price:
1426 downloads
Fair DJ 1.0.0

Fair DJ 1.0.0


Fair DJ is an Mserv-compatible music server designed to play music in a room with several users sharing a set of speakers. more>>
Fair DJ is an Mserv-compatible music server designed to play music in a room with several users sharing a set of speakers.

The users can rate songs, and Fair DJ selects songs using these ratings and a fairness algorithm to ensure that everybody is happy.

FairDJ is an extended version of Mserv, written in the Java programming language.

Installation:

Starting fairdj for the first time will create a settings file in your users home directory. FairDJ will print out a helpful location message specifying the path to this file. Since you most likely want to edit this file before starting Fair DJ for real, weve included a helpful install option which simply exits after creating the settings file.

Start FairDJ with the following command line:

java -jar fairdj.jar -install

FairDJ should exit after logging a message specifying where the settings file was written. To specify another location for this settings file, use the settings option:

java -jar fairdj.jar -settings < settings file >

Edit the settings file by hand, using your favourite XML/Text editor, to point to wherever you want to store your ratings, where your music is, and where your user database should be. The settings file is fairly well commented and should provide you with the information you need to configure your Fair DJ installation. The new user database will be empty, and only the default user and password, as specified in the settings file, will be valid.

To get help on the available options, use the help option:

java -jar fairdj.jar -help [< option >]

To connect to FairDJ, connect with a telnet client to the specified port (default 4444), for example:

telnet localhost 4444

Log in with your default user and password. To get help on the available commands in FairDJ, type "help" followed by enter in the telnet client.

Start by creating a superuser (master), and a user for yourself. They can be the same if you want to. Here is an example:

create myuser mypass MASTER

If you need further assistance, please check out the forum at: http://hirt.se/php/phpBB2/index.php

Known issues:
* Ogg tag support has not been verified.
* Equalizer has not been implemented.
<<less
Download (2.8MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 downloads
iFAQMaker 0.1.2

iFAQMaker 0.1.2


iFAQMaker provides a PHP class for easy maintenance of FAQs. more>>
iFAQMaker provides a PHP class for easy maintenance of FAQs.
iFAQMaker is a PHP class for easy maintenance of FAQs, but it can be used for other things (like program documentation) as well. It is easy to use and works out of the box.
Main features:
- Inserting/Deleting/Moving single topics (within the same FAQ file) without the hazzle of reorganizing indices, numberings and links
- Use of templates to display the FAQ corresponding to the web site design
- Use of user-definable makros for frequently used formatings etc.
iFAQMaker needs no database or the like - it simply works with files. In general, we can distinguish between the program code, configuration, and content files. One central index.php file is the only one to be called within the browser.
It takes the topic to display as only argument, which is at the same time the basename of the content file to parse (without the extension): so
http://www.myserver.tld/faq/index.php?topic=faqmaker
parses the faqmaker.txt content file and displays it according to your setup.
<<less
Download (0.026MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
Vulcan Chess 0.3

Vulcan Chess 0.3


Vulcan Chess allows you play against the computer in a chess variant inspired by a certain well-known science-fiction TV series. more>>
Vulcan Chess project allows you play against the computer in a chess variant inspired by a certain well-known science-fiction TV series.
Enhancements:
- Castling was added.
- The legal move generator is a bit faster.
<<less
Download (0.12MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
688 downloads
ASCEND 0.9.5.113

ASCEND 0.9.5.113


ASCEND is a flexible modelling environment for solving hard engineering and science problems. more>>
ASCEND is a flexible modelling environment for solving hard engineering and science problems. It offers:
- an object-oriented model description language for describing your system,
- an interactive user interface that allows you to solve your model and explore the effect of changing the model parameters, and
- a scripting environment that allows you to automate your more complex simulation problems.
The project was originally written at Carnegie Mellon University in the 1980s and includes powerful and reliable solver routines that analyse the structure of your model and can solve thousands of simultaneous nonlinear equations in a few seconds on everyday computer hardware. It is under active development and is licensed under the GNU General Public License ensuring that it is free software and will remain free.
<<less
Download (2.9MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 downloads
TopicEngine 1.19

TopicEngine 1.19


TopicEngine is an advanced topic management script for eggdrop bots. more>>
TopicEngine is an advanced topic management script for eggdrop bots. Its features are: fine-grained access permissions, multiple channels, shortcuts to commands, intelligent topic handling, learning, locking, and more.

Commands can be executed via public message (using !topic in a channel), query (/msg botnick topic #channel, or on the partyline (.topic #channel).

Wont change the topic if it would make it go over the maximum topic length for the network
Access can be limit by bot flags per channel or globally, and by IRC status (+o,+v). Users can be blocked if needed.

Supports prefixes and postfixes to ensure something is always at the start/end of the topic (e.g. channel homepage URL).

If a user changes the topic with /topic, will try to learn the new one so that future !topic commands work smoothly. If a topic is set without a pre- or postfix, the bot resets the topic with them.

Topic locking, so that it cannot be changed. If the topic is changed with /topic, the bot will change it back. TopicEngine uses the botnet to try to avoid a botfight with two locked topics.
he topic is reset after a netsplit to make sure all servers across the network have the topic.
Intelligent trimming of the topic to try to fit as much as possible into the available space.

Can learn a new topic if its set with /topic instead of through the bot. Automatically learns all the topics on active channels when joining them, and will update them to have pre- and postfixes if needed.


<<less
Download (0.017MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1226 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5