Scientific/Engineering scripts - Top 4 Download

Scientific/Engineering script downloads

Descriptive statistical analysis tool

This script is a Python module implementing a class which can be used for computing numerical statistics for a given data set.This recipe implements a descriptive statistical analysis class. It's intended to aid in computing numerical statistics for a given data set. It's well documented and hopefully useful. ...
Python

NumExp

NumExp is a family of open-source applications for numerical computation.It is based on a server with the NumExp core functionalities. This server comunicates with potencial clients using a simple Corba interface. ...
Python

Colloquium

Colloquium is an pedagogical tool for presenting online webcasts with supplementary materials. Streaming video is combined with a rich set of support materials - live chat, threaded discussion, and links. ...

Wollabot

Wollabot is a modular service bot for IRC channels. It's written entirely in PHP making it crossplatform and easy to customize. It's not supposed to be guarding channels and does not contain such functionality thus increasing performance for the tasks it is supposed to do. It comes bundled with a couple ...

tkFP

This program allows you to manage clinical medical records. It is designed for Family Physicians, Pediatricians, Internists or Primary Care and is network enabled.It has Tk GUI and web browser based interfaces. ...
Python

nldict

nldict is a Ruby interface to the on-line version of the one volume Van Dale Hedendaags Nederlands, a renowned dictionary of the modern Dutch language.It can be used to obtain the spelling, grammatical information and the definition of all words in the dictionary. To obtain the spelling variations, plural forms, example ...

VTracer

VTracer is a Verilog Testbench developer aid. Contains well documented Verilog-Perl co-simulation environment (TCP sockets based), structural Verilog parser, demo Testbenches. ...

Poplar Gedcom Viewer

Poplar Gedcom Viewer allows you to view and edit genealogy dynamically on a web site with PHP/MySql.It loads standard GEDCOM files. It includes both standard and tree views, comprehensive searches, themes, privacy module, guest book, GEDCOM download, GENDEX output, photo module, multi-lingual. ...

Program E

Program E is an AIML chatterbot written in PHP and using MySQL. It's composed by a converter which loads the AIML files into the database, a core rule engine that adheres to the AIML 1.0.x specification and several chat interfaces: HTML, Flash and XML-R. ...

GNU Gama

GNU Gama is a package for adjustment of geodetic free networks (acronym Gama is formed from words geodesy and mapping). GNU Gama is written in C and currently supports only adjustment in a local carthesian coordinate system; adjustment in global coordinate system is part of new development branch.A part of GNU ...

S3DB

S3DB is a universal LIMS (Laboratory Information Management System), which can be widely used in a variety of testing and research environments without requiring a preset database schema. Instead, the data structure is user-defined and can be edited without compromising previously submitted data. Features: - Possibility to create resources and flexible ...

zb3 IRC bot

zb3 is an IRC statistics and info bot written in perl and php using mysql as a database engine. ...

Glossword

Glossword is a dictionary management system. It helps you to create your own dictionary or dictionaries for your site with any amount of terms written in any national language. ...

JJFMapper

JJFMapper is a cartography program for PHP. It serves maps realtime and/or saves them to disk. Can read ESRI Shapefiles and GPX files. It streams, saves, or returns an image via the GD library. It is controlled by an easy to learn XML config document. It supports truetype fonts and gdf ...

Factorial

This code gets factorial of a number and for negative numbers returns 1.The recursive implementation of factorial is easy but using lambda keyword of python it becomes a bit tough as we can't use conditional if else in lambda. If a user wants to return a factorial function on the fly ...
Python

InquiryTool

You have the possibility to either explore the tool on your own or to make a guided experiment to get an idea in what context the tool is used The purpose of this guided experiment is to show the capabilities of the activity tool within our theoretical framework. We believe that ...

Bc Language

bc is a language that supports arbitrary precision numbers with interactive execution of statements. There are some similarities in the syntax to the C programming language.A standard math library is available by command line option. If requested, the math library is defined before processing any files. bc starts by processing code ...

PyKanjiCard

PyKanjiCard is a flash card program to aid learning japanese written words, in hiragana, katakana and kanji.You can select words composed only by characters you already known. It is written in Python, using Pygtk. ...
Python

Temperature class

This script allows you to assign temperature values in one scale and you have it available in others as respective attributes. Kelvin, Celsius, Fahrenheit, and Rankine are supported (k, c, f, r attributes). ...
Python

Win32com Batch repathing of Autocad Xrefs

This script asks for a base directory and then changes all xrefs in all drawings in all subdirectories so that they use relative paths. To use it just copy it somewhere in your target directory structure and run. ...
Python