Programming

TwitterFacebook
Get flash to fully experience Pearltrees
curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks .

cURL and libcurl

http://curl.haxx.se/
SDKs and Frameworks

Video Game Development

Related Pearls

Profile folder - Firefox - MozillaZine Knowledge Base

Firefox stores a user's personal information such as bookmarks, extensions, and user preferences in a unique profile . The first time you start Firefox, it will automatically create a default profile; additional profiles can be created using the Profile Manager . The settings which form a profile are stored in files within a special folder on your computer — this is the profile folder . http://kb.mozillazine.org/Profile_folder_-_Firefox
Programming Languages

Commands tagged directories | commandlinefu.com

Ever wanted to find the most recently modified files, but couldn't remember exactly where they were in a project directory with many subdirectories? The "find" command, using a combination of "-mtime -N" and "-depth -D" can be used to find those files. If your directory structure isn't very deep, just omit the "-depth -D", but if your directory structure is very deep, then you can limit the depth of the traversal using "-depth -D", where "D" is the maximum number of directory levels to descend. http://www.commandlinefu.com/commands/tagged/241/directories
commandlinefu.com is the place to record those command-line gems that you return to again and again. http://www.commandlinefu.com/commands/browse

All commands | commandlinefu.com

Techniques

http://www.commandlinefu.com/commands/tagged/572/clipboard

Commands tagged clipboard | commandlinefu.com

That works in all softs, CLI or GUI...