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

One Line Jewish Jokes freeware
Filter: All | Freeware | Demo
 

One Line Jewish Jokes

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 480

Binary search in one line This is an implementation of the binary search algorithm in (almost) one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Binary search in one line Download

Added: June 04, 2013 | Visits: 542

My One Line SQL Several types of common queries can be run with a single call by using eventual parameters to define queries that take variable values.Key Features of My One Line SQL:- SELECT what FROM tablename- SELECT what FROM tablename WHERE where_expression- SELECT what FROM tablename ORDER BY...





Platforms: PHP

License: Freeware Size: 10 KB Download (48): My One Line SQL Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 413

One-Liner One-Liner creates one-line paragraphs from CR/LF- or LF-delimited text.Scanners normally return delimited text; substitution of complementary characters such as `` and '' for ' in paragraphs becomes easier when the delimiters are removed.


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.12 KB Download (50): One-Liner Download

Added: May 27, 2006 | Visits: 2.576

puzzle 5 stones Make 5 stones at one line. Build five black stones at one line. You need to build 5 stones on vertical, horizontal or diagonal line. Do not build five white stones.


Platforms: Windows, Mac

License: Freeware Size: 11 KB Download (138): puzzle 5 stones Download

Added: August 22, 2008 | Visits: 814

puzzle 5 stones mode 02 Make five stones in one line. Build five black stones at one line. You need to build 5 stones on vertical, horizontal or diagonal line. Do not build five white stones. Collect 5 black stones in one line (vertical, horizontal or diagonal). Do not collect 5 white stones. A fun and relaxing 5 stones...


Platforms: Windows, Mac

License: Freeware Size: 10 KB Download (92): puzzle 5 stones mode 02 Download

Added: April 22, 2010 | Visits: 1.064

Easiest Validate On Submit Easiest Validate On Submit project enables Web developers to validate any number of form fields, client side (in Javascript), with only one line of code per HTML page.. online appointment network


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Easiest Validate On Submit Download

Added: March 03, 2010 | Visits: 2.041

Traffic Control Super Script Traffic Control Super Script implements traffic shaping for IP traffic passing through a NAT/bridge box with a single configuration file with one line per host. Traffic Control Super Script can manage bandwidth to user-specified speeds based on the u32 classifier, and can identify traffic by...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (161): Traffic Control Super Script Download

Added: March 01, 2010 | Visits: 750

Text::VisualWidth Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters and display correct size of text in one line on terminals and mobile phones. You can know the visual width of any text and truncate text by the visual width. Now this module support EUC-JP...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (88): Text::VisualWidth Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 452

Light on online puzzle Light on all lamps one line. Play and fun this free online flash Light on off game. You need to on (off) all light from the field. When you on one lamp then other lamps off. when you off lamp then other lamp on. Use logic and math mind.


Platforms: All

License: Freeware Size: 20.48 KB Download (484): Light on online puzzle Download

Added: May 10, 2013 | Visits: 548

Simple string checksum This one line function adds up the ascii values of a string and returns the total as a checksum. Also included is a variation which returns the checksum mod 256 (so it can be used as a single byte).The same technique can be used to add up a list of numbers, or to return the average of a list...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Simple string checksum Download

Added: May 10, 2013 | Visits: 573

Generic PHP Stacktrace Debugging Module PHP just reports one line and not a stacktrace - so this guessing took an awful lot of time. Therefore I've written an enhanced PHP-Errorhandler to be included with just one line in application_top.The code can be used with about any PHP project, but is dedicated to OSC due to the nature of the...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Generic PHP Stacktrace Debugging Module Download

Added: May 10, 2013 | Visits: 334

infobox header entire row link Modification involves one file and adding one line of code to that file. Install should take about 15 seconds.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): infobox header entire row link Download

Added: May 10, 2013 | Visits: 253

LRU cache decorator This one-line decorator call adds caching to functions with hashable arguments and no keyword arguments.When the maximum size is reached, the least recently used entry is discarded -- appropriate for long-running processes which cannot allow caches to grow without bound. Includes built-in...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): LRU cache decorator Download

Added: July 04, 2013 | Visits: 1.151

Advanced Password Protect Advanced Password Protect script allows you to password protect web pages by adding one line of PHP code to the page source.Script will show login form to protect content from unauthorized access.It includes login form, signup form, password reminder, and user management page for admin. Uses flat...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Advanced Password Protect Download

Added: June 11, 2013 | Visits: 513

Compact Monthly Archive If your blog is over a year or two old, you may have noticed the list of archive pages is getting unwieldy.This plugin is a widget that compresses the size of the arcgives list to two lines per year (three if the lines are narrow) rather than one line per per month.Installation : 1. Upload...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Compact Monthly Archive Download

Added: May 04, 2010 | Visits: 1.051

AROS-Max AROS-Max is a AROS-based live-CD. AROS Max is a pre-configured live bootable CD image, made to show off the best that AROS has to offer. It requires an AROS capable PC, your mileage may vary. If you require help getting AROS-Max to run please ask for help on the Max area at the AROS-Exec...


Platforms: *nix

License: Freeware Download (124): AROS-Max Download

Added: June 10, 2010 | Visits: 921

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): File::FilterFuncs Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 437

CleverPrint 2011i CleverPrint may reduce your printing costs by up to 50%: CleverPrint allows you to combine multiple pages on one page, to remove pages before printing or to stop the printing process after checking the output in a preview window. CleverPrint allows you to handle your daily printing sessions in a...


Platforms: Windows

License: Freeware Size: 1024 B Download (52): CleverPrint 2011i Download

Added: May 10, 2013 | Visits: 449

Inline Edit Box .NET InlineEditBox.net is a .NET control that adds in-line text editing capabilities with one line of code. This is great for forms and administrative areas giving you the possibility to edit a piece of text inline, and submitting it not via a submit button, but instead with AJAX. InlineEditbox...


Platforms: Windows, ASP.NET,

License: Freeware Download (54): Inline Edit Box .NET Download

Added: April 16, 2013 | Visits: 494

UIEDIT UIEDIT multi-line edit box UIEDIT invokes a GUI object which is similar to the edit box available in GUIDE. The major difference is that the edit object in GUIDE does not allow the user to input more than one line of text. UIEDIT supports: - Scrollbars - Multi-line text - Copy & Paste...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): UIEDIT Download

1 2 3 4 5 >