Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.181.407 Times

Sample Expressions Symp Powered software
Filter: All | Freeware | Demo
 

Sample Expressions Symp Powered

< 1 2 3 4 5 > 
Added: May 21, 2010 | Visits: 1.806

SDL_net SDL_net library is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library. Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard,...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (125): SDL_net Download

Added: June 21, 2010 | Visits: 920

HSH HSH project is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. Here are a few...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): HSH Download

Added: February 17, 2010 | Visits: 1.428

Bloom::Filter Bloom::Filter is a sample Perl Bloom filter implementation. A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. This module implements...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (130): Bloom::Filter Download

Added: June 25, 2010 | Visits: 818

KGSueMe KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server. KGSueMe project stresses documenting the protocol by giving developers code, so that they can write their own clients, rather than to provide a featureful client..


Platforms: *nix

License: Freeware Size: 573.44 KB Download (93): KGSueMe Download

Added: January 16, 2010 | Visits: 770

ocl4java ocl4java project lets you add special Java 5 annotations containing OCL expressions with pre and post conditions and invariants to your code, and have source code to check them inserted automatically either by ant or eclipse. Upon failing an assertion, an AssertionError, exception, log message,...


Platforms: *nix

License: Freeware Size: 27.1 MB Download (91): ocl4java Download

Added: November 07, 2010 | Visits: 1.078

BeatMonkey Beat Monkey is a very simple program which calulates BPM or sample frames given sample rate, beats, and sample frames or BPM, respectively, for the purpose of pitch shifting audio samples. Beat Monkey is known to work under Linux 2.2.9 with GTK+ 1.0.6 and SGI IRIX 6.3 with GTK+ 1.2.3. It should...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (118): BeatMonkey Download

Added: April 19, 2010 | Visits: 2.276

K8055 K8055 project is a sample program to use the Velleman K8055 interface Board on Linux. k8055 is a sample program to use the Velleman K8055 interface board on Linux. The USB K8055 interface board has 5 digital input channels, 8 digital output channels, two analogue inputs, and two analogue...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (323): K8055 Download

Added: January 05, 2010 | Visits: 927

Gtk-engines Gtk-engines is a package containing a number of sample themes for GTK+..


Platforms: *nix

License: Freeware Size: 665.6 KB Download (120): Gtk-engines Download

Added: June 24, 2010 | Visits: 1.356

Resynthesizer Resynthesizer is a Gimp plug-in that when given a sample of a texture can synthesize more of that texture. Resynthesizer can also be used to create tiling patterns, to remove an object from am image by inventing a plausable background, or to apply a theme to an image (for example to make an...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (210): Resynthesizer Download

Added: June 18, 2010 | Visits: 1.028

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (97): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.165

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Search::Tools::RegExp::Keywords Download

Added: January 07, 2010 | Visits: 1.097

cl-wav-synth cl-wav-synth project is a wav sample editor. The wav sample editor is driven from the lisp REPL: you can watch immediately the result of each applied functions. cl-wav-synth comes with some effects as echo, delay, pitch... The spectrum editor is here just for educational purpose. It show the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (107): cl-wav-synth Download

Added: January 26, 2010 | Visits: 1.045

WaveMixer WaveMixer is a multitrack sample editor. WaveMixer is a multitrack wave editor. It can mix mutliple sound together to make some music. We want to do an audio software that is simple to use for anyone, and not only by profesionnal users..


Platforms: *nix

License: Freeware Size: 880.64 KB Download (117): WaveMixer Download

Added: September 20, 2013 | Visits: 1.306

abrowse abrowse is a program which allows you to read AKAI S1000/3000 sample CD's and write the samples into wav audio format.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (142): abrowse Download

Added: May 24, 2010 | Visits: 1.160

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 12, 2010 | Visits: 1.168

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: March 17, 2010 | Visits: 1.327

SDL_ttf SDL_ttf is a sample library which allows you to use TrueType fonts in your SDL applications. SDL_ttf library comes with an example program "showfont" which displays an example string for a given TrueType font file. Unpack and build. Run "showfont fontfile" to display a font using the library....


Platforms: *nix

License: Freeware Size: 23.55 KB Download (104): SDL_ttf Download

Added: July 22, 2010 | Visits: 1.471

SDL_mixer SDL_mixer is a sample multi-channel audio mixer library. SDL_mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. Simple DirectMedia Layer is a...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (109): SDL_mixer Download

Added: March 10, 2010 | Visits: 1.224

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Added: April 06, 2010 | Visits: 1.332

DFA::Kleene DFA::Kleene is a Kleenes Algorithm for Deterministic Finite Automata. Calculates the "language" (set of words) accepted (= recognized) by a Deterministic Finite Automaton. SYNOPSIS use DFA::Kleene qw(initialize define_accepting_states define_delta kleene example); use DFA::Kleene...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (164): DFA::Kleene Download

< 1 2 3 4 5 >