hints
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 139
Hints 0.16
Hints is a Perl extension for parsing /etc/printcap. more>>
Hints is a Perl extension for parsing /etc/printcap.
SYNOPSIS
use Print::Printcap;
my $printcap = new Print::Printcap;
print join ,,$printcap->printers();
Simple parser for /etc/printcap.
THE PRINT::PRINTCAP CLASS
new
Constructor create instance of Print::Printcap class and parse /etc/printcap. Optional argument is -file => filename for specifying alternate printcap file.
my $printcap = new Print::Printcap;
printers
Return list of printers from /etc/printcap.
my @printers = $printcap->printers();
<<lessSYNOPSIS
use Print::Printcap;
my $printcap = new Print::Printcap;
print join ,,$printcap->printers();
Simple parser for /etc/printcap.
THE PRINT::PRINTCAP CLASS
new
Constructor create instance of Print::Printcap class and parse /etc/printcap. Optional argument is -file => filename for specifying alternate printcap file.
my $printcap = new Print::Printcap;
printers
Return list of printers from /etc/printcap.
my @printers = $printcap->printers();
Download (0.050MB)
Added: 2007-05-11 License: Perl Artistic License Price:
896 downloads
Devel::Hints 0.11
Devel::Hints is a Perl module created to access compile-time hints at runtime. more>>
Devel::Hints is a Perl module created to access compile-time hints at runtime.
SYNOPSIS
use Devel::Hints :all;
LABEL:
print cop_label(); # LABEL
cop_label(0 => FOO); # "goto FOO;" is valid after this point!
print cop_file(); # same as __FILE__
print cop_filegv(); # same as $::{_< . __FILE__}
print cop_stashpv(); # same as __PACKAGE__
print cop_stash(); # same as %{__PACKAGE__ . ::}
print cop_seq(); # an integer
print cop_arybase(); # same as $[
print cop_line(); # same as __LINE__
use warnings;
print cop_warnings(); # same as compile-time ${^WARNING_BITS}
# cop_io() is only available to Perl 5.7 or above
use open IO => :utf8;
print cop_io(); # same as compile-time ${^OPEN}
{
use IO => :raw;
print cop_io(1); # access one uplevel; still ":utf8 :utf8"
}
This module exports the cop (code operator) struct as individual functions; callers can call them to find out the lexical-scoped hints that its block (or statement) is compiled under.
No functions are exported by default. Each function may take an optional positive integer as argument, indicating how many blocks it should walk upward to obtain the cop members.
Functions can also take another optional argument, which (if specified) becomes the new value for the hint, affecting the current statement or blocks behaviour.
<<lessSYNOPSIS
use Devel::Hints :all;
LABEL:
print cop_label(); # LABEL
cop_label(0 => FOO); # "goto FOO;" is valid after this point!
print cop_file(); # same as __FILE__
print cop_filegv(); # same as $::{_< . __FILE__}
print cop_stashpv(); # same as __PACKAGE__
print cop_stash(); # same as %{__PACKAGE__ . ::}
print cop_seq(); # an integer
print cop_arybase(); # same as $[
print cop_line(); # same as __LINE__
use warnings;
print cop_warnings(); # same as compile-time ${^WARNING_BITS}
# cop_io() is only available to Perl 5.7 or above
use open IO => :utf8;
print cop_io(); # same as compile-time ${^OPEN}
{
use IO => :raw;
print cop_io(1); # access one uplevel; still ":utf8 :utf8"
}
This module exports the cop (code operator) struct as individual functions; callers can call them to find out the lexical-scoped hints that its block (or statement) is compiled under.
No functions are exported by default. Each function may take an optional positive integer as argument, indicating how many blocks it should walk upward to obtain the cop members.
Functions can also take another optional argument, which (if specified) becomes the new value for the hint, affecting the current statement or blocks behaviour.
Download (0.043MB)
Added: 2007-05-08 License: Perl Artistic License Price:
899 downloads
Hextris 0.9
Hextris is a Tetris game with stones made of hexagons. more>>
Hextris is Tetris with stones made of hexagons.
It takes some time to get used to the hexagon board but its worth it.
Main features:
- severity levels for beginner, medium and expert
- choosable speed at game start
- global highscore list
- choosable hexagon size
- Java/multiplatform implementation
- GPL license
The aim of the game is to score as high as possible. So here are some score hints:
- Moving down stones manually scores more than waiting until stones move automatically.
- Playing in higher levels scores more than playing in lower levels. If you start in a higher level then you stay there as long as it takes to reach that level from level 1. So if you feel comfortable in say level 3 then its better to start in level 3.
- The score for removed lines depends on the number of simultaneously removed lines and grows quarely, i.e. filling 2 lines with one stones brings 2 times the score of filling 2 lines seperately. 3 times for 3 lines etc.
The actual number of score points can be found in the help display
<<lessIt takes some time to get used to the hexagon board but its worth it.
Main features:
- severity levels for beginner, medium and expert
- choosable speed at game start
- global highscore list
- choosable hexagon size
- Java/multiplatform implementation
- GPL license
The aim of the game is to score as high as possible. So here are some score hints:
- Moving down stones manually scores more than waiting until stones move automatically.
- Playing in higher levels scores more than playing in lower levels. If you start in a higher level then you stay there as long as it takes to reach that level from level 1. So if you feel comfortable in say level 3 then its better to start in level 3.
- The score for removed lines depends on the number of simultaneously removed lines and grows quarely, i.e. filling 2 lines with one stones brings 2 times the score of filling 2 lines seperately. 3 times for 3 lines etc.
The actual number of score points can be found in the help display
Download (0.031MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
820 downloads
Affinity 0.1
Affinity project is a desktop search tool which provides a front-end to various desktop information. more>>
Affinity project is a desktop search tool which provides a front-end to various desktop information.
Affinty is a desktop search tool, which hopes to provide a quick way to get at all the different information on your desktop. It achieves this by having various back-ends, but implemented through one standard interface.
Main features:
- Front-end to both the Beagle & Tracker desktop search engines.
- Has actions (configurable through Desktop files), whihc speed up common tasks.
- Has in-built, user-configurable, filters which work in the the entry box, so typing pics:london will only bring up pictures.
- Super-fast application searching through an in-built list of applications.
- Colours can be customised to your taste.
- Lives in the system-tray, but can be called by a global key stroke. Default is Ctrl+Alt+a, but you can change it to anything you like!
- Written in C for minimal impact on your system, but maximum speed!
Hints:
- Pressing Ctrl-L in the main search window will focus the entry widget.
- Pressing Esc will hide the Affinity window.
- The default global keystroke is Alt>A, this will hide or un-hide Affinity.
- You can configure the global keystroke by navigating to /apps/affinity in gconf-editor, and changing the global_key_binding value. You must restart Affinity for the changes to take effect.
- Use affinity-preferences to changes colours, filters & system applications.
- When you change a colour in affinity-preferences, you may need to hide/show the window for the changes to take effect.
- Clicking on the notification area icon will show/hide the window, right-clicking will bring up a pop-up menu that will allow you to exit Affinity.
Bugs:
- Scrolling up & down fast on the tree view will leave artifacts, which disappear if you run your mouse over it or press a button.
- If it segfaults, please try svn.
<<lessAffinty is a desktop search tool, which hopes to provide a quick way to get at all the different information on your desktop. It achieves this by having various back-ends, but implemented through one standard interface.
Main features:
- Front-end to both the Beagle & Tracker desktop search engines.
- Has actions (configurable through Desktop files), whihc speed up common tasks.
- Has in-built, user-configurable, filters which work in the the entry box, so typing pics:london will only bring up pictures.
- Super-fast application searching through an in-built list of applications.
- Colours can be customised to your taste.
- Lives in the system-tray, but can be called by a global key stroke. Default is Ctrl+Alt+a, but you can change it to anything you like!
- Written in C for minimal impact on your system, but maximum speed!
Hints:
- Pressing Ctrl-L in the main search window will focus the entry widget.
- Pressing Esc will hide the Affinity window.
- The default global keystroke is Alt>A, this will hide or un-hide Affinity.
- You can configure the global keystroke by navigating to /apps/affinity in gconf-editor, and changing the global_key_binding value. You must restart Affinity for the changes to take effect.
- Use affinity-preferences to changes colours, filters & system applications.
- When you change a colour in affinity-preferences, you may need to hide/show the window for the changes to take effect.
- Clicking on the notification area icon will show/hide the window, right-clicking will bring up a pop-up menu that will allow you to exit Affinity.
Bugs:
- Scrolling up & down fast on the tree view will leave artifacts, which disappear if you run your mouse over it or press a button.
- If it segfaults, please try svn.
Download (0.19MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
1005 downloads
Planetoids 1.0
Planetoids is a game similar to bejeweled. more>>
Planetoids is a game similar to bejeweled. The player must swap jewels to create combinations, including power and hyper jewels.
It includes a top score board to keep track of high player scores. Planetoids game also includes a hint feature, various jewel types, custom board sizes, and more.
<<lessIt includes a top score board to keep track of high player scores. Planetoids game also includes a hint feature, various jewel types, custom board sizes, and more.
Download (0.22MB)
Added: 2006-02-08 License: Freeware Price:
1353 downloads
DietLinux
DietLinux is a distribution based on dietlibc. more>>
DietLinux is a distribution based on dietlibc. It contains a 2.6.x linux kernel, and will never support older kernels that do not support for devfs and tmpfs.
The boot process is optimized for small size, the upcoming 0.2-release should be able to boot from cdrom, floppy or usb-stick on all systems with at least 8mb of RAM.
General stuff
With the upcoming 0.2-release the boot-process is the same for all media. I got rid of ramdisk images for the root filesystem completely, and shrinked the initrd-images to about 60k (uncompressed). A kernel can be used with the boot system if it has support for initrd, tmpfs and devfs.
You need to configure the bootloader to give the kernel some bootparameters:
init=/linuxrc
We use linuxrc to set up some stuff. It will execle() init later
root=/dev/ram0
The initrd is the final root. Though our linuxrc will change it.
devfs=mount
Only needed if you didnt tell the kernel at compile time to automatically mount devfs
bootdevice=[]
To come, hints for linuxrc from which device we booted
Bootup, the initrd phase
linuxrc, stage 1
The first part is handled in linuxrc. Its described here short for better understanding whats going on.
* linuxrc gets started by the kernel. Besides linuxrc we have two directories in our ramdisk -- /dev with mounted devfs and /rootfs
* linuxrc mounts a tmpfs at /rootfs
* linuxrc creates basic directories in the rootfs (namely dev and initrd)
* linuxrc chdirs to /rootfs, calls pivot_root and chdirs / chroots in the new root. After this we have the old contents of the initrd under /initrd
* linuxrc remounts initrd/dev under /dev, and mounts /proc. With the dev remount weve put the open /dev/console file into the right filesystem.
* linuxrc umounts /initrd with MNT_DETACH set. Most likely initrd will not unmounted immediately but when calling execle() to exec init
For more details please consult the apkg sources.
linuxrc, stage 2
Were now getting to the second stage, still powered by initrd. Thats the first stage you can influence without modifying the linuxrc-sources.
* linuxrc creates all directories in the rootfs
* linuxrc mounts procfs and sysfs
* linuxrc inits the built-in packagesystem. This includes trying to find a (a dietlinux media must have a file called `dietlinux-media in its root) es well es the name of the initial package to load (from dietlinux-media)
* linuxrc loads the initial package (the apkg package system) and execl()s apkg with param -t (starts bootstrap). Most likely /initrd gets freed here, so we have about 60k additional space from now on.
apkg stage
Now its apkgs turn to bootstrap a package set to the rootfs.
<<lessThe boot process is optimized for small size, the upcoming 0.2-release should be able to boot from cdrom, floppy or usb-stick on all systems with at least 8mb of RAM.
General stuff
With the upcoming 0.2-release the boot-process is the same for all media. I got rid of ramdisk images for the root filesystem completely, and shrinked the initrd-images to about 60k (uncompressed). A kernel can be used with the boot system if it has support for initrd, tmpfs and devfs.
You need to configure the bootloader to give the kernel some bootparameters:
init=/linuxrc
We use linuxrc to set up some stuff. It will execle() init later
root=/dev/ram0
The initrd is the final root. Though our linuxrc will change it.
devfs=mount
Only needed if you didnt tell the kernel at compile time to automatically mount devfs
bootdevice=[]
To come, hints for linuxrc from which device we booted
Bootup, the initrd phase
linuxrc, stage 1
The first part is handled in linuxrc. Its described here short for better understanding whats going on.
* linuxrc gets started by the kernel. Besides linuxrc we have two directories in our ramdisk -- /dev with mounted devfs and /rootfs
* linuxrc mounts a tmpfs at /rootfs
* linuxrc creates basic directories in the rootfs (namely dev and initrd)
* linuxrc chdirs to /rootfs, calls pivot_root and chdirs / chroots in the new root. After this we have the old contents of the initrd under /initrd
* linuxrc remounts initrd/dev under /dev, and mounts /proc. With the dev remount weve put the open /dev/console file into the right filesystem.
* linuxrc umounts /initrd with MNT_DETACH set. Most likely initrd will not unmounted immediately but when calling execle() to exec init
For more details please consult the apkg sources.
linuxrc, stage 2
Were now getting to the second stage, still powered by initrd. Thats the first stage you can influence without modifying the linuxrc-sources.
* linuxrc creates all directories in the rootfs
* linuxrc mounts procfs and sysfs
* linuxrc inits the built-in packagesystem. This includes trying to find a (a dietlinux media must have a file called `dietlinux-media in its root) es well es the name of the initial package to load (from dietlinux-media)
* linuxrc loads the initial package (the apkg package system) and execl()s apkg with param -t (starts bootstrap). Most likely /initrd gets freed here, so we have about 60k additional space from now on.
apkg stage
Now its apkgs turn to bootstrap a package set to the rootfs.
Download (20MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
1620 downloads
DingsBums?! 0.4.3
DingsBums?! is a flashcard-like learning tool originally concepted for vocabularies. more>>
DingsBums?! is a flashcard-like learning tool originally concepted for vocabularies, but can be used for any kind of content, that can be memorized using flashcards.
Dingsbums?! project aims to be an application which makes memorizing both fun and efficient.
Main features:
- Create new flashcard training stacks (e.g. vocabulary list) from scratch.
- Use units and categories to organize the entries / cards.
- The possibility to define your own entry types with grammatical attributes. E.g. gender and plural for nouns in a language like French. Assign an entry type to each entry. Based on the entry type different attributes will be handled.
- The entry types of existing entries can be changed.
- Entry type attribute items can be edited and a default assigned to each entry type attribute. The entry type attributes can be freely assigned to entry types.
- Deletion of units, categories, entry types, entry type attributes and entry type attribute items is not possible, if they are used in an entry.
- The labels in the GUI can be changed to suit the learning stack card purpose (e.g. different language for a vocabulary trainer)
- The visibility of unit, category, and other fields can be influenced.
- Decide whether changes in an Entry (e.g. the score, the category) while editing or learning are checked immediately against the current selection criteria, and eventually remove the Entry from the current selection.
- Hints of remembrance for learning on by one. By this I mean help, if you do not quite recall a term, but might remember it, if you could get a hint. The hints are:
- Letters: displays more and more letters, starting with the first letter of the word.
- Flash: displays the entire term for less than a second. You might not be able to read the term, but recognize it.
- Shuffle: shuffles the letters within each word
- Three game-like learning environments ("learning by choice"):
- Pick one in a set of answers: e.g. pick the right ansewr out of 4 possible answers for a given question.
- Match base/term with target/definition as pairs of choices by moving the mouse pointer from the question to the matching answer
- Choose the correct answer among lots of possibilities with questions shifting after a few seconds
- An intelligent learning algorithm that shows those entries, which you do not know that well, most often. The main idea is that you earn a point, whenever you know the word, loose a point when you do not know it. And you neither loose or earn, when you remember the word only after having received a hint.
- The scores can be reset to the minimum for either all entries or the current selection.
- The time in milliseconds of the flash hint and the coverage in percents can be dynamically be changed in the properties.
- Window positions and sizes are saved
- Logging to either the command line or a file can be enabled or disabled in properties.
<<lessDingsbums?! project aims to be an application which makes memorizing both fun and efficient.
Main features:
- Create new flashcard training stacks (e.g. vocabulary list) from scratch.
- Use units and categories to organize the entries / cards.
- The possibility to define your own entry types with grammatical attributes. E.g. gender and plural for nouns in a language like French. Assign an entry type to each entry. Based on the entry type different attributes will be handled.
- The entry types of existing entries can be changed.
- Entry type attribute items can be edited and a default assigned to each entry type attribute. The entry type attributes can be freely assigned to entry types.
- Deletion of units, categories, entry types, entry type attributes and entry type attribute items is not possible, if they are used in an entry.
- The labels in the GUI can be changed to suit the learning stack card purpose (e.g. different language for a vocabulary trainer)
- The visibility of unit, category, and other fields can be influenced.
- Decide whether changes in an Entry (e.g. the score, the category) while editing or learning are checked immediately against the current selection criteria, and eventually remove the Entry from the current selection.
- Hints of remembrance for learning on by one. By this I mean help, if you do not quite recall a term, but might remember it, if you could get a hint. The hints are:
- Letters: displays more and more letters, starting with the first letter of the word.
- Flash: displays the entire term for less than a second. You might not be able to read the term, but recognize it.
- Shuffle: shuffles the letters within each word
- Three game-like learning environments ("learning by choice"):
- Pick one in a set of answers: e.g. pick the right ansewr out of 4 possible answers for a given question.
- Match base/term with target/definition as pairs of choices by moving the mouse pointer from the question to the matching answer
- Choose the correct answer among lots of possibilities with questions shifting after a few seconds
- An intelligent learning algorithm that shows those entries, which you do not know that well, most often. The main idea is that you earn a point, whenever you know the word, loose a point when you do not know it. And you neither loose or earn, when you remember the word only after having received a hint.
- The scores can be reset to the minimum for either all entries or the current selection.
- The time in milliseconds of the flash hint and the coverage in percents can be dynamically be changed in the properties.
- Window positions and sizes are saved
- Logging to either the command line or a file can be enabled or disabled in properties.
Download (3.4MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1113 downloads
Einstein Puzzle 2.0
Einstein puzzle is a free cross-platform open source remake of old DOS game Sherlock. more>>
Einstein puzzle is a free cross-platform open source remake of old DOS game Sherlock which was inspired by Albert Einsteins puzzle.
Einstein said that only those with an intelligence quotient of 98 percentile and higher should be able to solve it.
The game goal is to open all cards in square of 6x6 cards. For this, a number of hints describing relations between card positions are given. Use them to find the correct layout.
Einstein 2.0 features sound support, full internalization, Russian localization, reengineered resource subsystem to allow custom graphics themes and in-game rules browser.
<<lessEinstein said that only those with an intelligence quotient of 98 percentile and higher should be able to solve it.
The game goal is to open all cards in square of 6x6 cards. For this, a number of hints describing relations between card positions are given. Use them to find the correct layout.
Einstein 2.0 features sound support, full internalization, Russian localization, reengineered resource subsystem to allow custom graphics themes and in-game rules browser.
Download (0.70MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1482 downloads
Human-Redux
Human-Redux is known as a theme for Karmic and a modern refresh to the Human look utilizing the best aspects of various engines more>>
Human-Redux is known as a theme for Karmic and a modern refresh to the Human look utilizing the best aspects of various engines.
Major Features:
- Create an original asthetically pleasing desktop theme.
- The theme is dark, but just dark enough to contrast with the bg-color adding subtle hints of orange/peach (salmon), which stays true to the Ubuntu look using some of the past favorite colors with a new twist.
- Clean something you have not seen before.
How to install?
- Right click on your desktop and select Change Desktop Background
- Click on the first tab: Theme
- Drag and drop the themes archive in the Appearance Preferences window.
- If everything is OK, you will receive a confirmation message and you can activate the theme just by clicking on it.
Requirements:
- Nodoka GTK
- Engine
Added: 2009-07-07 License: GPL Price: FREE
13 downloads
Chimera Browser 1.70
Chimera is an X/Athena Web client for UNIX-based workstations. more>>
Chimera is an X/Athena Web client for UNIX-based workstations. If you do not know about the Web then try to grab a FAQ from rtfm.mit.edu using ftp. Chimera is not built on Motif so does not require this.
Installation:
See ./INSTALL for installation and configuration instructions.
See ./INSTALL.hints for tips on getting it to work in special cases.
What are all these files:
A description of the structure of the files in this distribution appears
near the end of this file.
Enhancements:
- Chimera 1.70 contains many new features compared to 1.65p1+1:
- 1) Table support has been vastly improved.
- 2) mailto:user@host URLs are now supported (via an external Perl script).
- 3) Display refresh has been substantially optimized.
- 4) Image handling improvements speed up rendering, a lot in some cases.
- 5) DNS caching cuts domain name lookup calls by about 90%.
- 6) Connection progress is displayed in the Title area.
- 7) The "Host:" HTTP request header has been added.
- 8) A new toggle button, DeferPix, has been added that turns delayed image loading on and off (or you can type i if you prefer).
- 9) If serious HTML command errors are encountered on a visited page, a small message saying so will appear at the bottom of the page.
-
- Chimera 1.70 also contains a long list of bug fixes, including these:
- Some 20 different memory leaks have been fixed, including all the major ones.
- Handling of excess "../"s in a relative URL has been fixed, and URL parsing in general has been greatly improved. The bug that a JPEG image in a file named *.gif would not only fail, but prevent ALL further image display has been fixed. A pages Title and URL are now restored in many cases where before they werent.
-
<<lessInstallation:
See ./INSTALL for installation and configuration instructions.
See ./INSTALL.hints for tips on getting it to work in special cases.
What are all these files:
A description of the structure of the files in this distribution appears
near the end of this file.
Enhancements:
- Chimera 1.70 contains many new features compared to 1.65p1+1:
- 1) Table support has been vastly improved.
- 2) mailto:user@host URLs are now supported (via an external Perl script).
- 3) Display refresh has been substantially optimized.
- 4) Image handling improvements speed up rendering, a lot in some cases.
- 5) DNS caching cuts domain name lookup calls by about 90%.
- 6) Connection progress is displayed in the Title area.
- 7) The "Host:" HTTP request header has been added.
- 8) A new toggle button, DeferPix, has been added that turns delayed image loading on and off (or you can type i if you prefer).
- 9) If serious HTML command errors are encountered on a visited page, a small message saying so will appear at the bottom of the page.
-
- Chimera 1.70 also contains a long list of bug fixes, including these:
- Some 20 different memory leaks have been fixed, including all the major ones.
- Handling of excess "../"s in a relative URL has been fixed, and URL parsing in general has been greatly improved. The bug that a JPEG image in a file named *.gif would not only fail, but prevent ALL further image display has been fixed. A pages Title and URL are now restored in many cases where before they werent.
-
Download (0.262MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
Digg.com Comment Spotlight 2.0
Digg.com Comment Spotlight is an extension which does exactly what its name hints, it spots Digg comments. more>>
Digg.com Comment Spotlight is an extension which does exactly what its name hints, it spots Digg comments.
Digg Comment Spotlight does exactly what its name hints, it spots comments that other readers have taken the time to Digg, allowing you to easily wade through 100s of comments in an article.
<<lessDigg Comment Spotlight does exactly what its name hints, it spots comments that other readers have taken the time to Digg, allowing you to easily wade through 100s of comments in an article.
Download (0.06MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
934 downloads
iScholar 1.0
iScholar is a content-neutral authoring and publishing system that can be used to write on-line or pen & paper exams. more>>
iScholar project is a content-neutral authoring and publishing system that can be used to write on-line or paper & pen exams and course pages on virtually any topic.
iScholar is ideally suited to deliver or supplement the courses and curriculum of
- Professional Training Programs
- Corporate Training Programs
- Distance Education and Continuing Education
- University Courses
- Grade School or High School Classes
Main features:
Standard Features
- WYSIWYG interface for creating and editing exams
- Print feature lets you print pen & paper versions of on-line exams
Supports many question types including:
- multiple choice, multiple answer, true/false, drop-down
- Fill in the blank, Essay, Number Check, Range Check,
- Expression Check, Function Check
Other Features
- Automated marking
- Hints & Hint Penalties
- Multiple Attempts & Attempt penalties
- Timed Exams
- Test and Exam Certifications
- Questions can include images and audio/video elements.
- Question content can be written in HTML, LaTeX (for equations and math symbols) or plain Text
- Grouping of exams and course pages into modules with prerequisites and anti-requisites
<<lessiScholar is ideally suited to deliver or supplement the courses and curriculum of
- Professional Training Programs
- Corporate Training Programs
- Distance Education and Continuing Education
- University Courses
- Grade School or High School Classes
Main features:
Standard Features
- WYSIWYG interface for creating and editing exams
- Print feature lets you print pen & paper versions of on-line exams
Supports many question types including:
- multiple choice, multiple answer, true/false, drop-down
- Fill in the blank, Essay, Number Check, Range Check,
- Expression Check, Function Check
Other Features
- Automated marking
- Hints & Hint Penalties
- Multiple Attempts & Attempt penalties
- Timed Exams
- Test and Exam Certifications
- Questions can include images and audio/video elements.
- Question content can be written in HTML, LaTeX (for equations and math symbols) or plain Text
- Grouping of exams and course pages into modules with prerequisites and anti-requisites
Download (13MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1385 downloads
Perl6::Builtins 0.0.3
Perl6::Builtins is a Perl module that provides erl 5 versions of the new Perl 6 builtins. more>>
Perl6::Builtins is a Perl module that provides erl 5 versions of the new Perl 6 builtins.
SYNOPSIS
use Perl6::Builtins qw( system );
system $system_cmd
or die "Could not $system_cmd: $!";
my $package = caller->{package};
my $file = caller->{file};
my $line = caller->{line};
Several of the builtins in Perl 6 have different (i.e. more useful, less confusing) behaviours than their Perl 5 counterparts. This module provides Perl 5 versions of those builtins.
INTERFACE
system
If system is loaded on the use line, the builtin is altered so that it returns true if the system command suceeds. In any other context, the command returns the value in $!.
caller
If caller is loaded on the use line, the builtin is altered so that it behaves as in Perl 5 in scalar and list contexts. However, if the result of a call to caller is used as a hash reference it returns a reference to a hash with the following keys:
package
file
line
sub
args
want
eval
require
hints
bitmask
with each of the values for these keys being the equivalent item from the list returned by caller in list context. This is useful because it means that, instead of:
$subname = (caller)[3];
you can write the much more readable:
$subname = caller->{sub};
<<lessSYNOPSIS
use Perl6::Builtins qw( system );
system $system_cmd
or die "Could not $system_cmd: $!";
my $package = caller->{package};
my $file = caller->{file};
my $line = caller->{line};
Several of the builtins in Perl 6 have different (i.e. more useful, less confusing) behaviours than their Perl 5 counterparts. This module provides Perl 5 versions of those builtins.
INTERFACE
system
If system is loaded on the use line, the builtin is altered so that it returns true if the system command suceeds. In any other context, the command returns the value in $!.
caller
If caller is loaded on the use line, the builtin is altered so that it behaves as in Perl 5 in scalar and list contexts. However, if the result of a call to caller is used as a hash reference it returns a reference to a hash with the following keys:
package
file
line
sub
args
want
eval
require
hints
bitmask
with each of the values for these keys being the equivalent item from the list returned by caller in list context. This is useful because it means that, instead of:
$subname = (caller)[3];
you can write the much more readable:
$subname = caller->{sub};
Download (0.004MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1010 downloads
Linux Quake Howto 2.05
Linux Quake Howto is a modern guide to GLQuake, with some information about QuakeWorld , Quake II, III and IV. more>>
Linux Quake Howto is a modern guide to GLQuake, with some information about QuakeWorld , Quake II, III and IV.
The Linux Quake Howto is a modern guide to Quake, a collection of the most useful tips, and a pointer to the best resources still available on the Web. The focus is on GLQuake, but it also covers Quakeworld, Quake II, and III.
Enhancements:
- Added some troubleshooting hints for Quake IV.
- Added a new section for (gcc-4.1) compilation issues.
- Added Links to the Quake III Cell Shading project.
- Miscellaneous link updates.
- Added a small section for 64 bit CPUs.
- Moved "Links" to its own section.
<<lessThe Linux Quake Howto is a modern guide to Quake, a collection of the most useful tips, and a pointer to the best resources still available on the Web. The focus is on GLQuake, but it also covers Quakeworld, Quake II, and III.
Enhancements:
- Added some troubleshooting hints for Quake IV.
- Added a new section for (gcc-4.1) compilation issues.
- Added Links to the Quake III Cell Shading project.
- Miscellaneous link updates.
- Added a small section for 64 bit CPUs.
- Moved "Links" to its own section.
Download (MB)
Added: 2007-03-19 License: Freely Distributable Price:
952 downloads
Qalculate! Units 0.9.4
Qalculate! is a multi-purpose desktop calculator for GNU/Linux. more>>
Qalculate! is a multi-purpose desktop calculator for GNU/Linux. Qalculate! project is small and simple to use but with much power and versatility underneath.
Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface (KDE or GTK+).
Main features:
- Redesigned GUI with history view in the main window
- Display of as-you-type expression parsing and function hints
- Enhanced completion
- Scaling of result display to vertically fit the window
- Nicer history listing
- Enhanced result display with much nicer parentheses
- Meta modes
- 67 new units: bel (B) and neper (Np), information units such as bit and byte, many convenience units (km/h, deciliter, etc), and more.
- Binary prefixes
- Some new variables and functions
- Fixed help display in new yelp
- Fixed compile with cln-1.1.10
- Fixed regressions in simplification
- Fixed f(x) return type analysis (ex. log(x) represents a real number if x represents a positive). This was by accident unused.
- ...and many more bug fixes and enhancements...
<<lessFeatures include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface (KDE or GTK+).
Main features:
- Redesigned GUI with history view in the main window
- Display of as-you-type expression parsing and function hints
- Enhanced completion
- Scaling of result display to vertically fit the window
- Nicer history listing
- Enhanced result display with much nicer parentheses
- Meta modes
- 67 new units: bel (B) and neper (Np), information units such as bit and byte, many convenience units (km/h, deciliter, etc), and more.
- Binary prefixes
- Some new variables and functions
- Fixed help display in new yelp
- Fixed compile with cln-1.1.10
- Fixed regressions in simplification
- Fixed f(x) return type analysis (ex. log(x) represents a real number if x represents a positive). This was by accident unused.
- ...and many more bug fixes and enhancements...
Download (0.36MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1240 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 hints 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