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

Carriage Return freeware
Filter: All | Freeware | Demo
 

Carriage Return

1 2 3 4 5 > 
Added: August 03, 2008 | Visits: 2.121

JAG CrLf On DOS/Windows system line breaks are represented by the characters Carriage-Return and Line-Feed, on UNIX/Linux systems only by the character Line-Feed, on the Macintosh again only the character Carriage-Return is used. Because many programs cannot handle this problem, texts or source code are... Platforms: Windows, *nix

License: Freeware Size: 345 KB Download (178): JAG CrLf Download

Added: July 08, 2010 | Visits: 786

IPC::LDT IPC::LDT is a Perl module that implements a length based IPC protocol. Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): IPC::LDT Download

Added: May 13, 2010 | Visits: 1.014

File::SmartNL File::SmartNL is a slurp text files no matter the New Line (NL) sequence. SYNOPSIS ##### # Subroutine Interface # use File::SmartNL qw(config fin fout smartnl); $old_value = config( $option ); $old_value = config( $option => $new_value); (@all_options) = config( ); $data =... Platforms: *nix

License: Freeware Size: 83.97 KB Download (94): File::SmartNL Download

Added: November 14, 2010 | Visits: 650

CurlyML CurlyML project is a simple, concise format for storing and transmitting structured data and documents. CurlyML allows you describe structured data in a way that is efficiently, easily readable and writeable to both human beings and machines, with no extraneous fuss or redundant markup.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CurlyML Download

Added: August 23, 2010 | Visits: 822

pam_usbauth pam_usbauth is a module for PAM allowing end-users to locally authenticate via USB storage devices. USBAuth currently supports user-dependent authentication via password-hashing as well as one-time-password mechanisms, which make the verification process via USB-dongles much more secure. In... Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): pam_usbauth Download

Added: June 27, 2010 | Visits: 1.308

Locale::RecodeData::ISO_8859_14 Locale::RecodeData::ISO_8859_14 is a Perl module with conversion routines for ISO-8859-14. CHARACTER TABLE The following table is sorted in the same order as the original charmap. All character codes are in hexadecimal. Please read ISO-10646 as ISO-10646-UCS4. Local | ISO-10646 |... Platforms: *nix

License: Freeware Size: 460.8 KB Download (87): Locale::RecodeData::ISO_8859_14 Download

Added: January 27, 2010 | Visits: 722

asfpga asfpga is an assembler written for use in FPGA design. It can be easily modified for your instruction set. The ultimate goal of this software is to allow a FPGA designer to easily write assembly code for a custom instruction set. The current version allows to create a listing file, a memory... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): asfpga Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 510

Legible Assembler The Legible Assembler is an Open Source attempt to build an assembler that can convert Legible Assembly code into a linkable PE object file. Legible Assembly will use a mixture of AT&T and Intel styles, prepositions and carriage return line separators. Platforms: Windows

License: Freeware Download (53): Legible Assembler Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 514

HTMLSqueeze Free It's a command line utility to compress / optimize web pages.The power behind HTMLSqueeze is that if you are building a web site on a local intranet, perhaps using ASP (Active Server Pages) you can pass the URL into HTMLSqueeze along with a parameter, determining the type of compression; then if... Platforms: Windows

License: Freeware Size: 1.17 MB Download (49): HTMLSqueeze Free Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 342

MacCSV2UnixCSV This utility makes FileMaker CSV files Unix compatible. Instructions To convert a file that contains Mac carriage return to a Unix compatible one simply drag the file or a bunch of files onto the application icon. It will create correponding files with unix.csv appended to their names. Details... Platforms: Mac

License: Freeware Size: 61.44 KB Download (59): MacCSV2UnixCSV Download

Added: October 20, 2010 | Visits: 827

Contextual::Return Contextual::Return is a Perl module to create context-senstive return values. SYNOPSIS use Contextual::Return; use Carp; sub foo { return SCALAR { thirty-twelve } BOOL { 1 } NUM { 7*6 } STR { forty-two } LIST { 1,2,3 } HASHREF { {name => foo, value => 99} } ARRAYREF { [3,2,1] }... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Contextual::Return Download

Added: January 13, 2010 | Visits: 763

Contextual::Return::Failure Contextual::Return::Failure is a Perl module with a utility module for Contextual::Return. NOTE Contains no user serviceable parts. See Contextual::Return instead.. Platforms: *nix

License: Freeware Size: 22.53 KB Download (86): Contextual::Return::Failure Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 581

Return of Ganon Return of Ganon is a TTF character that was designed in order to help you change the regular appearance of your papers. All you need to do is get and install the font onto your computer then use it when writing your text documents to see how it will modify their aspect. To install it, you can... Platforms: Windows

License: Freeware Download (48): Return of Ganon Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 994

The Return of Monte Cristo for Mac OS The romantic hero Edmond Dantes is on a quest to discover Mercedes killer, and bring them to justice, in The Return of Monte Cristo, a beautiful Hidden Object game! Explore gorgeous scenes as you piece together valuable clues and solve the murder of Dantes' beloved. Travel to Paris while figuring... Platforms: Mac

License: Freeware Size: 47.15 MB Download (474): The Return of Monte Cristo for Mac OS Download

Added: May 10, 2013 | Visits: 491

Changing return value for mutating list methods Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such as mylistinstance.append(7).sort(). Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: July 18, 2013 | Visits: 406

Return Key Disable This script prevents the "early submitting" of forms by disabling the Return Key in simple Input Tags and allowing it in TextAreas. Platforms: JavaScript

License: Freeware Size: 10 KB Download (55): Return Key Disable Download

Added: May 15, 2013 | Visits: 472

Return-Path Fixes the problem of bad email 'Return-Path' header settings which prevent email bounce backs going to the senderof the email.DetailsMost mail servers appear to over-write any 'Return-path' headers sent by the PHP mail() function.The 'Return-Path' value is used by some mail servers to send bounce... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Return-Path Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 759

Death and Return of Superman The Death and Return of Superman is a beat 'em up video game based on the Death of Superman storyline. It features many characters from the comics, including Superman himself, Superboy, The Man of Steel, The Man of Tomorrow, The Last Son of Krypton, and Doomsday. All of the five Supermen are... Platforms: Windows

License: Freeware Size: 2.09 MB Download (57): Death and Return of Superman Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 461

jalada YAM II: Return of the Killer Potato for Mac OS Yam is back in 3D! Now is on you to lead the Potatos across their homeworld in a series of strategic strikes on enemy strong holds, supply lines and bases. YAM II: Return of the Killer Potato takes place a short time after the end of the previous installment, Yam the Killer Potato. With the... Platforms: Mac

License: Freeware Size: 76.4 MB Download (472): jalada YAM II: Return of the Killer Potato for Mac OS Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 653

Mystery Case Files: Return to Ravenhearst for Mac OS Emma's soul is free. But her ghost has delivered a dire warning: evil still lurks in Ravenhearst Manor. Go deep inside the cursed estate in Mystery Case Files: Return to Ravenhearst, the thrilling sequel. Experience Ravenhearst's spectral halls as never before with new immersive adventure-style... Platforms: Mac

License: Freeware Size: 324 MB Download (527): Mystery Case Files: Return to Ravenhearst for Mac OS Download

1 2 3 4 5 >