course
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 661
OnlineCourse 0.1
OnlineCourse project is a Zope Product for Online Instruction/Distance Learning. more>>
OnlineCourse project is a Zope Product for Online Instruction/Distance Learning.
OnlineCourse is a Zope Product that allows you to implement a web based distance learning application.
Main features include an online chat classroom, message board, upload of course materials from MSWord .doc files, log of student participation, and provisions for assignment entry, homework entry, and grading.
<<lessOnlineCourse is a Zope Product that allows you to implement a web based distance learning application.
Main features include an online chat classroom, message board, upload of course materials from MSWord .doc files, log of student participation, and provisions for assignment entry, homework entry, and grading.
Download (0.092MB)
Added: 2006-11-01 License: (FDL) GNU Free Documentation License Price:
1087 downloads
Coursor 1.0
Coursor project is a Web application for academic environments. more>>
Coursor project is a Web application for academic environments.
Coursor is a Web-based academic course system for assigning students to university courses.
It has an evolutionary algorithm for assigning students to the courses they requested. This algorithm tries to find an optimal distribution of students to existing courses while taking their preferences into account.
The system supports multiple roles for users: Admin, Student, Teacher/Prof, or Tutor.
A user can also have multiple roles.
It supports international localization, currently in English, German, French, Russian, and Arabic
Main features:
- Browser independent usage for students, teachers and admins alike (no frames, no necessary JavaScript, no cookies).
- Platform independent (entirely written in JAVA).
- Runs on APACHE Tomcat and uses a Postgresql Database.
- Evolutionary Algorithm to assign students to courses.
- Multiple Roles: Administrator, Teacher/Prof, Tutor and Student. One person can have multiple roles.
Enhancements:
- Encoding for Russian fixed
- PropertyEditor (propEdit.sf.net) programmed, will be released as own package. Eases Tranlation a lot.
- I18N target in build.xml starts PropertyEditor
- Serializable classes with ID (Eclipse wanted that)
<<lessCoursor is a Web-based academic course system for assigning students to university courses.
It has an evolutionary algorithm for assigning students to the courses they requested. This algorithm tries to find an optimal distribution of students to existing courses while taking their preferences into account.
The system supports multiple roles for users: Admin, Student, Teacher/Prof, or Tutor.
A user can also have multiple roles.
It supports international localization, currently in English, German, French, Russian, and Arabic
Main features:
- Browser independent usage for students, teachers and admins alike (no frames, no necessary JavaScript, no cookies).
- Platform independent (entirely written in JAVA).
- Runs on APACHE Tomcat and uses a Postgresql Database.
- Evolutionary Algorithm to assign students to courses.
- Multiple Roles: Administrator, Teacher/Prof, Tutor and Student. One person can have multiple roles.
Enhancements:
- Encoding for Russian fixed
- PropertyEditor (propEdit.sf.net) programmed, will be released as own package. Eases Tranlation a lot.
- I18N target in build.xml starts PropertyEditor
- Serializable classes with ID (Eclipse wanted that)
Download (1.5MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1105 downloads
conn-close 1.0
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections. more>>
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections that goes through our server.
conn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.
Information about connections is read of course from /proc/net/ip_conntrack.
Idea was taken from script seen somewhere on the internet.
<<lessconn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.
Information about connections is read of course from /proc/net/ip_conntrack.
Idea was taken from script seen somewhere on the internet.
Download (0.003MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
Stormbaan Coureur 1.5.2
Stormbaan Coureur is a simulated obstacle course for automobiles. more>>
Stormbaan Coureur is a simulated obstacle course for automobiles. n this game, your objective is to drive your car along an obstacle course. Success depends on total control of the car, and making use of the laws of physics.
Enhancements:
- New name
- Extended track with half pipe jump
- Extended track with turn tables
- Fixed joystick accelerator axis assigment
- Softened the suspension
- Added brake-light
- Added reverse-gear-light
- Improved leaderboard
- Added respawn points
<<lessEnhancements:
- New name
- Extended track with half pipe jump
- Extended track with turn tables
- Fixed joystick accelerator axis assigment
- Softened the suspension
- Added brake-light
- Added reverse-gear-light
- Improved leaderboard
- Added respawn points
Download (3.1MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
799 downloads
PushSite 2.6
PushSite provides an utility to update remote site. more>>
PushSite provides an utility to update remote site.
Pushsite is intended for updating remote websites -- its like mirroring but in reverse. It only sends the changed/new files to conserve bandwidth. Of course, it has other applications too (e.g. software distribution).
PushSite can detect changes to files held on the local system and update a copy on a remote system via FTP. It can also detect changes made directly to the remote site (basic intrusion detection). Only the amended files are updated thereby conserving bandwidth.
<<lessPushsite is intended for updating remote websites -- its like mirroring but in reverse. It only sends the changed/new files to conserve bandwidth. Of course, it has other applications too (e.g. software distribution).
PushSite can detect changes to files held on the local system and update a copy on a remote system via FTP. It can also detect changes made directly to the remote site (basic intrusion detection). Only the amended files are updated thereby conserving bandwidth.
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
910 downloads
Konqueror Userscript 0.1.1
Konqueror Userscript is a KDE improvement script for Konqueror browser. more>>
Konqueror Userscript is a KDE improvement script for Konqueror browser.
So far, the only feature available is autoexecuting every file under ~/.kde/share/apps/konqueror/userscripts as js, within current document context. TODO, of course, a lil bit compatibility with GreaseMonkey. Include, exclude url definitely will be mandatory needed feature. So far, you got to filtered it yourself within your JS :D. Im sure somebody will post a handy js script for this. Also, needed feature would be: enable disable userscript of course.
Screenshot shows an effect of the following code:
var elms = document.getElementsByTagName("a");
//alert(elms.length);
for(var i=0;i
elms[i].style.color="red";
elms[i].style.border="1px solid";
}
Enhancements:
- Supports userscript metadata (//== UserScript== tag).
- include/exclude works (I assume greasemonkey using wildcard matching)
<<lessSo far, the only feature available is autoexecuting every file under ~/.kde/share/apps/konqueror/userscripts as js, within current document context. TODO, of course, a lil bit compatibility with GreaseMonkey. Include, exclude url definitely will be mandatory needed feature. So far, you got to filtered it yourself within your JS :D. Im sure somebody will post a handy js script for this. Also, needed feature would be: enable disable userscript of course.
Screenshot shows an effect of the following code:
var elms = document.getElementsByTagName("a");
//alert(elms.length);
for(var i=0;i
elms[i].style.color="red";
elms[i].style.border="1px solid";
}
Enhancements:
- Supports userscript metadata (//== UserScript== tag).
- include/exclude works (I assume greasemonkey using wildcard matching)
Download (0.45MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1014 downloads
Cook County PIN Search 2.1
Cook County PIN Search provides a title search tool. more>>
Cook County PIN Search provides a title search tool.
Cook County (IL, USA) Property Index Number Search
A title search tool. If in the course of your browsing you come across a Cook County Property Index Number (PIN) (format 99-99-999-999 or 99-99-999-999-9999) in your browser window, select it and "right"-click and on the context menu you will be offered options to open new tabs of relevant information from Cook County websites.
<<lessCook County (IL, USA) Property Index Number Search
A title search tool. If in the course of your browsing you come across a Cook County Property Index Number (PIN) (format 99-99-999-999 or 99-99-999-999-9999) in your browser window, select it and "right"-click and on the context menu you will be offered options to open new tabs of relevant information from Cook County websites.
Download (0.004MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
933 downloads
H2O Rotisserie 1.2.0
H2O Rotisserie is a collaborative course management and structured discussion system. more>>
H2O Rotisserie is a collaborative course management and structured discussion system.
H2O is a system that supports gathering people around ideas.
In addition to the traditional features of learning management systems, H2O includes support for collaboration between projects through the sharing of syllabus elements and through joint discussions between projects.
It also supports Rotisserie-structured discussions, which provide an alternative to traditional online discussion boards by structuring the timing and flow of discussions.
It can be used as a traditional course management platform, but it can also be used for more informal projects centered around the exploration of a set of ideas, whether the project be a conference, an ongoing public discussion, or a traditional academic course.
<<lessH2O is a system that supports gathering people around ideas.
In addition to the traditional features of learning management systems, H2O includes support for collaboration between projects through the sharing of syllabus elements and through joint discussions between projects.
It also supports Rotisserie-structured discussions, which provide an alternative to traditional online discussion boards by structuring the timing and flow of discussions.
It can be used as a traditional course management platform, but it can also be used for more informal projects centered around the exploration of a set of ideas, whether the project be a conference, an ongoing public discussion, or a traditional academic course.
Download (5.7MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1112 downloads
VerticalMeters
VerticalMeters is a simple system monitor. more>>
VerticalMeters is a simple system monitor. Two vertical bars. It fits well in the bottom right corner of the screen. Included are both a version with no branding and a version with the BSD Daemon and the new FreeBSD logo in the background.
Obviously inspired by kirambaKUBUNTU, except I wanted one that fit in the right corner, and of course not kubuntu.
<<lessObviously inspired by kirambaKUBUNTU, except I wanted one that fit in the right corner, and of course not kubuntu.
Download (0.038MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
GolfTracker 0.6.4
GolfTracker is an application written in python and GTK used for tracking golf statistics more>>
GolfTracker is an application written in python and GTK used for tracking golf statistics. GolfTracker handles calculating your handicap index as well as lots of general golf statistics.
Useage:
When launching GolfTracker for the first time you will start with a new profile. The first step is to add a course to this profile. After adding a course, you must add the specific information for each teebox at the course. This is tedious at first but soon youll have all your local courses and teeboxes entered.
Once the courses and teeboxes are setup, its time to enter round scores. When entering a round, you select which course and teebox you played and enter the information for each hole. GolfTracker tracks score, putts, fairways hit, and will generate a Greens in Regulation (GIR) statistic.
Once enough rounds are entered you can check your handicap index and calculate a specific handicap value for a course and teebox. You can also check your stats for any combination of rounds.
<<lessUseage:
When launching GolfTracker for the first time you will start with a new profile. The first step is to add a course to this profile. After adding a course, you must add the specific information for each teebox at the course. This is tedious at first but soon youll have all your local courses and teeboxes entered.
Once the courses and teeboxes are setup, its time to enter round scores. When entering a round, you select which course and teebox you played and enter the information for each hole. GolfTracker tracks score, putts, fairways hit, and will generate a Greens in Regulation (GIR) statistic.
Once enough rounds are entered you can check your handicap index and calculate a specific handicap value for a course and teebox. You can also check your stats for any combination of rounds.
Download (0.11MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1190 downloads
ShoutCastProxy 0.9
ShoutCastProxy is a proxy for saving bandwidth when many clients get the same ShoutCast stream. more>>
When youre in a building where more then one user in different rooms is listening to the same ShoutCast audio-stream, bandwidth is wasted: thats where ShoutCastProxy comes in.
You can run ShoutCastProxy on a central server.
Itll connect to a certain server if any client is connecting and automatically disconnects if no clients are listening.
You can, of course, also chain multiple proxies.
Enhancements:
- should now also compile on FreeBSD
<<lessYou can run ShoutCastProxy on a central server.
Itll connect to a certain server if any client is connecting and automatically disconnects if no clients are listening.
You can, of course, also chain multiple proxies.
Enhancements:
- should now also compile on FreeBSD
Download (0.012MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1643 downloads
prerex 3.9
prerex project is an interactive (command-line) editor and a LaTeX macro support package. more>>
prerex project is an interactive (command-line) editor and a LaTeX macro support package that can be used to create very attractive and readable prerequisite charts.
A prerequisite chart is a network of course boxes linked by prerequisite and co-requisite arrows.
Enhancements:
- The patch for kpdf has been modified so that correct chart coordinates are returned when the document display is smaller than the kpdf window.
<<lessA prerequisite chart is a network of course boxes linked by prerequisite and co-requisite arrows.
Enhancements:
- The patch for kpdf has been modified so that correct chart coordinates are returned when the document display is smaller than the kpdf window.
Download (0.093MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
Encode::RAD50 0.002
Encode::RAD50 is a Perl module that can convert to and from the Rad50 character set. more>>
Encode::RAD50 is a Perl module that can convert to and from the Rad50 character set.
SYNOPSIS
use Encode;
use Encode::RAD50; # Sorry about this.
$rad50 = encode (RAD50, FOO);
$ascii = decode (rad50, pack n, 10215);
binmode STDOUT, :encoding(rad50); # Perverse, but it works.
print A#C; # Gives a warning, since # isnt valid.
Because this is not a standard encoding, you will need to explicitly
use Encode::RAD50;
Though of course the name of the module is case-sensitive, the name of the encoding (passed to encode (), decode (), or ":encoding()") is not case-sensitive.
<<lessSYNOPSIS
use Encode;
use Encode::RAD50; # Sorry about this.
$rad50 = encode (RAD50, FOO);
$ascii = decode (rad50, pack n, 10215);
binmode STDOUT, :encoding(rad50); # Perverse, but it works.
print A#C; # Gives a warning, since # isnt valid.
Because this is not a standard encoding, you will need to explicitly
use Encode::RAD50;
Though of course the name of the module is case-sensitive, the name of the encoding (passed to encode (), decode (), or ":encoding()") is not case-sensitive.
Download (0.006MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
Roster-in-a-Box 1.0
Roster-in-a-Box project is a course management system designed to facilitate the use of autograded homework assignments. more>>
Roster-in-a-Box project is a course management system designed to facilitate the use of autograded homework assignments, while also allowing for text-based questions to be submitted online and graded online by the instructor. I developed and currently use the system for my introductory statistics and microeconomics courses at Long Island University, and I have had it in production since 2005. While you will be able to break the program if you try hard enough, it is stable and very much ready for use.
I wrote the program because I wanted something simpler than Moodle (and also because my school was not supporting Moodle at the time that I started the project). I love Moodle, and Moodle may be right for you, but it wasnt right for me, because I didnt want the course management system to take over my course web site. Basically, Roster-in-a-Box handles the homework and grading functions with a couple of web pages and leaves you on your own to design the rest of your course web site. That may or may not be what you want.
It should be quite simple to take my statistics modules (and the forthcoming microeconomics modules that I just havent gotten around to packaging) and get your own introductory statistics course up in no time. It is also quite simple to set up a course that consists of only text-based, manually-graded questions. On the other hand, if you want to write auto-graded assignments for some other purpose, you will have to know how to code them yourself. The structure of the modules should be somewhat self-explanatory to experienced programmers, but is probably daunting to those who do not know how to code. The entire program is written in PHP, and uses MySQL as a back-end database.
Version restrictions:
- There are things you could do while editing the assignment list that would leave it in an inconsistent state. For example, if you leave a page open, then open up a different page and make edits in that page, and then go back to the first page and save your changes, you may screw things up. I will get around to fixing this problem at some point, but in the mean time try not to do things like that.
- The program uses the PHP session variable, which by default times out after 24 minutes (supposedly due to security concerns). You should bug the web site administrator to lengthen the PHP system setting session.gc_maxlifetime to be as long as possible.
- By default, the system resets to the Spring semester on January 1st, the Summmer semester on May 15th, and the Fall semester on September 1st. I should probably make these dates editable somewhere in site_settings.php, but instead youll have to dig through administer.php and homework.php if you want to change them.
Enhancements:
- This has been used in a production environment for two years now, but the code has never been released.
<<lessI wrote the program because I wanted something simpler than Moodle (and also because my school was not supporting Moodle at the time that I started the project). I love Moodle, and Moodle may be right for you, but it wasnt right for me, because I didnt want the course management system to take over my course web site. Basically, Roster-in-a-Box handles the homework and grading functions with a couple of web pages and leaves you on your own to design the rest of your course web site. That may or may not be what you want.
It should be quite simple to take my statistics modules (and the forthcoming microeconomics modules that I just havent gotten around to packaging) and get your own introductory statistics course up in no time. It is also quite simple to set up a course that consists of only text-based, manually-graded questions. On the other hand, if you want to write auto-graded assignments for some other purpose, you will have to know how to code them yourself. The structure of the modules should be somewhat self-explanatory to experienced programmers, but is probably daunting to those who do not know how to code. The entire program is written in PHP, and uses MySQL as a back-end database.
Version restrictions:
- There are things you could do while editing the assignment list that would leave it in an inconsistent state. For example, if you leave a page open, then open up a different page and make edits in that page, and then go back to the first page and save your changes, you may screw things up. I will get around to fixing this problem at some point, but in the mean time try not to do things like that.
- The program uses the PHP session variable, which by default times out after 24 minutes (supposedly due to security concerns). You should bug the web site administrator to lengthen the PHP system setting session.gc_maxlifetime to be as long as possible.
- By default, the system resets to the Spring semester on January 1st, the Summmer semester on May 15th, and the Fall semester on September 1st. I should probably make these dates editable somewhere in site_settings.php, but instead youll have to dig through administer.php and homework.php if you want to change them.
Enhancements:
- This has been used in a production environment for two years now, but the code has never been released.
Download (0.13MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
857 downloads
FreeSMS 1.0
FreeSMS project is an application for managing an educational facility. more>>
FreeSMS project is an application for managing an educational facility.
It stands for Free Student Management System and it manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class environment.
Profile-based management is supported for administrators, teachers, and students. Teachers and students can be registered online.
Students are allowed to manage their own class enrolment and submit course evaluations, and teachers can manage student attendance.
The differential factor and elegance of this project lie in the OOP standard and a modular structure. The code is clean and very extendable.
Main features:
- Manage courses within a class environment
- Sopport for profile based management: Administrator, Teacher and Student
- Online teacher and student registration
- Allow students to self manage class enrollment
- Allow teachers to manage student attendance
- Ability for students to submit course evaluations
<<lessIt stands for Free Student Management System and it manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class environment.
Profile-based management is supported for administrators, teachers, and students. Teachers and students can be registered online.
Students are allowed to manage their own class enrolment and submit course evaluations, and teachers can manage student attendance.
The differential factor and elegance of this project lie in the OOP standard and a modular structure. The code is clean and very extendable.
Main features:
- Manage courses within a class environment
- Sopport for profile based management: Administrator, Teacher and Student
- Online teacher and student registration
- Allow students to self manage class enrollment
- Allow teachers to manage student attendance
- Ability for students to submit course evaluations
Download (0.26MB)
Added: 2006-10-16 License: The PHP License Price:
2501 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 course 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