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.479.523 Times

Emit software
Filter: All | Freeware | Demo
 

Emit

1 2 3 > 
Added: January 10, 2010 | Visits: 1.170

B::JVM::Jasmin::Emit B::JVM::Jasmin::Emit is a package used by B::JVM::Jasmin to emit Jasmin syntaxed file. SYNOPSIS use B::JVM::Jasmin::Emit; my $emitter = new B::JVM::Emit(FILEHANDLE); # ... $emitter->DIRECTIVE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]);... Platforms: *nix

License: Freeware Size: 44.03 KB Download (125): B::JVM::Jasmin::Emit Download

Added: August 02, 2008 | Visits: 2.126

Beep Beep is a prank program that will cause a person's computer to emit a loud, high-pitched beep through the motherboard speaker (which means that even if they turn their desk speakers off, it'll still beep). The beep cycle (beeping one second out of every 1.5 seconds) continues until the computer... Platforms: Windows

License: Freeware Size: 3 KB Download (802): Beep Download

Added: January 25, 2010 | Visits: 2.391

Lamp Light Lamp Light is a very simple app based on a simple idea: Utilizing the power of your laptop (powerbook, ibook) display to emit bright reading light.Created during an electrical storm and blackout, the app was used to shed some light on a book that could hardly be read in the dim light of a normal... Platforms: Mac

License: Freeware Download (273): Lamp Light Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 234

Helios for Mac OS A particle attraction/repulsion screen saver where 'blobs' emit and receive multi-colored particles. It's difficult to describe, but as some have said about the screen saver, it's pretty insane. - Snow Leopard support. Platforms: Mac

License: Freeware Size: 389.12 KB Download (50): Helios for Mac OS Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 980

ASP String Component ASP String Processing Component - Parsing, RFC 822 and RFC 3339 Date/Time Conversion, Encoding/Decoding for Base64, Hex, HTML Entities, URL-encoded, Quoted-Printable, Unicode Language Detection, Charset Encoding Conversion, Pluralize/Unpluralize, HTML Stripping, Wildcard Pattern Matching, Emit... Platforms: Windows

License: Freeware Size: 276.48 KB Download (48): ASP String Component Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 627

Flash flip book template of Old time Old things always emit flavor of time. An old watch, an ancient statue, a building stands for thousands of years…they are telling us their story when we are holding them on our hands, when we look up to them, even when we are stepping on the stair. Echo of footsteps surrounds you just like it... Platforms: Windows

License: Freeware Size: 3.12 MB Download (45): Flash flip book template of Old time Download

Added: August 08, 2013 | Visits: 307

TweetHandler TweetHandler is a log handler Python module to emit records to Twitter. Installation: just use setup.py: sudo python setup.py install or use easy_install: sudo easy_install tweethandler Setup OAuth for TweetHandler You need to allow the handler to use your account. Run following scripts to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): TweetHandler Download

Added: February 13, 2006 | Visits: 3.284

News Interceptor News Interceptor allows you to be instantly notified when your favorite Web sites emit news of interest. You select your favorite sites from a list of more than 300 sites (this list increases every week) classified into many different categories like Business, Computers, Entertainment, Music,... Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 2.42 MB Download (132): News Interceptor Download

Released: January 09, 2003  |  Added: February 15, 2006 | Visits: 5.426

Stored Procedure Proxy Generator The Stored Procedure Proxy Generator program is designed to radically simplify solving the problem of complexity of preparing to call database stored procedures from external code. Based on the information taken from the specified database it builds .NET-assembly with a set of methods... Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 812 KB Download (204): Stored Procedure Proxy Generator Download

Released: January 10, 2005  |  Added: July 22, 2006 | Visits: 2.397

CSCatchAll CSCatchAll adds a much-needed feature to MS Exchange Server 2000 and 2003: A catch-all mailbox that receives all mail originally addressed to recipients that are not in your active directory. There is zero configuration of CSCatchAll necessary - just install it and add a "catchall@yourdomain.com"... Platforms: Windows

License: Commercial Cost: $95.00 USD Size: 2.63 MB Download (586): CSCatchAll Download

Added: January 18, 2010 | Visits: 688

Kelbt Kelbt project can generate backtracking LALR parsers. Standard LALR parser generators emit an error upon encountering a conflict in the parse tables. Kelbt forges onward, generating parsers which handle conflicts by backtracking at runtime. Kelbt is able to generate a parser for any context-free... Platforms: *nix

License: Freeware Size: 215.04 KB Download (87): Kelbt Download

Added: October 26, 2010 | Visits: 968

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: November 12, 2010 | Visits: 1.120

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"... Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: July 26, 2010 | Visits: 967

Blatte::HTML Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte. SYNOPSIS use Blatte; use Blatte::Builtins; use Blatte::HTML; $perl = &Blatte::Parse(...string of Blatte code...); $val = eval $perl; &Blatte::HTML::render($val, &emit); sub emit { print shift; }. Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): Blatte::HTML Download

Added: August 11, 2010 | Visits: 1.256

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain... Platforms: *nix

License: Freeware Size: 44.03 KB Download (345): B::JVM::Jasmin::CompileState Download

Added: April 21, 2010 | Visits: 1.367

Automated support for compound RPC calls Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN. By rearranging the ONC IDL for NFSv4 into AutoGen definitions,... Platforms: *nix

License: Freeware Size: 22.53 KB Download (106): Automated support for compound RPC calls Download

Added: January 02, 2010 | Visits: 1.060

Policy Daemon Policy Daemon project is an anti-spam plugin for Postfix (written in C) that does Greylisting, Sender-(envelope, SASL or host / ip)-based throttling (on messages and/or volume per defined time unit), Recipient rate limiting, Spamtrap monitoring / blacklisting, HELO auto blacklisting and HELO... Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Policy Daemon Download

Added: August 20, 2010 | Visits: 1.688

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

Added: April 08, 2010 | Visits: 760

SQL::Preproc SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors). SYNOPSIS use SQL::Preproc subclass => Chart, emit => 1, keepsql => 1, syntax => [ Teradata ], pponly => 1, relax => 1, alias => 1, debug => 1; use DBI; use DBI qw(:sql_types); use... Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): SQL::Preproc Download

Added: May 26, 2010 | Visits: 2.477

RSS Tail rsstail provides a tail-like RSS feed reader. RSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry.. www.vanheusden.com Platforms: *nix

License: Freeware Size: 3.07 KB Download (107): RSS Tail Download

1 2 3 >