background preloader

Tools

Facebook Twitter

PhoneGap | Home. 10 Eclipse Navigation Shortcuts Every Java Programmer Should Know | The Curious Schemer. Digg Man, I’m such an impatient guy. I cringe whenever I see somebody squint and frown, looking for a JSP file in Eclipse by browsing painfully through the gazillion JSPs in multiple folders in the Package Explorer. I squirm whenever I see somebody looking for a Java class by clicking through packages, one by one, backtracking if it’s the wrong package, and so on, until he sees the correct Java class. I mean, any resource in the workspace is literally seconds away.

Ditto to classes (and interfaces, and members, and so on). So without further ado, let’s say you want to: Open any file quickly without browsing for it in the Package Explorer: Ctrl + Shift + R. Open a type (e.g.: a class, an interface) without clicking through interminable list of packages: Ctrl + Shift + T. Go directly to a member (method, variable) of a huge class file, especially when a lot of methods are named similarly: Ctrl + O. Go to line number N in the source file: Ctrl + L, enter line number. Like this: Console | Free software downloads.

Cygwin

Perl. The gzip home page. Gzip. Gzip is a software application used for file compression and decompression. The program was created by Jean-Loup Gailly and Mark Adler as a free software replacement for the compress program used in early Unix systems, and intended for use by the GNU Project (the "g" is from "GNU").

Version 0.1 was first publicly released on 31 October 1992, and version 1.0 followed in February 1993. File format[edit] gzip is based on the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. "gzip" is often also used to refer to the gzip file format, which is: Implementations[edit] Various implementations of the program have been written. Derivatives and other uses[edit] When gzip is invoked as gunzip, it decompresses the data (a file or stdin). gunzip is equivalent to gzip -d. zlib is an abstraction of the DEFLATE algorithm in library form which includes support both for the gzip file format and a lightweight stream format in its API.

See also[edit] Notes[edit] References[edit] TRANSLATOR, BINARY.