« 17 18 19 20 21 25 »

Pages are deceptive. Live life in a basket.

Artistic Style - Index

body text Home Page: http://astyle.sourceforge.net/ Project Page: http://sourceforge.net/projects/astyle/ Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages. When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation. Since the NUMBER of space characters showed on screen for each tab character in the source code changes between editors (unless the user sets up the ...

Linked on 2014-08-20 00:41:20 | Similar Links
Quick and dirty ix.io alternative for when ix is down or something - Completely backend free (requires ssh/cat and a webserver) - Assumes keyless auth

Sign up for a GitHub account Sign in All Gists Hamcha / ppio Created August 16, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Quick and dirty ix.io alternative for when ix is down or something - Completely backend free (requires ssh/cat and a webserver) - Assumes keyless auth View ppio ppio Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 #!/bin/sh SERVER_USER=<<your ssh user>> SERVER_HOST=<<your ssh server address>> PUBLIC_PATH="<<public url (ie https://myhost/pastes/)>>" SERVER_PATH="<<server path (ie /var/www/pastes/)>>" SERVER_FLAGS="<<additional flags (ex. custom ssh port)>>" HASH=$(date +%s%N | shasum | head -c7) ssh...

Linked on 2014-08-17 03:54:13 | Similar Links
WASTED NIGHTS - PALM (Lancaster__ Remix) by KEATS//COLLECTIVE on SoundCloud - Hear the world’s sounds

App Gallery | Get help | Go Pro | What's new? Soundcloud Hej, stranger | Settings | Inbox | Log out Log In | Sign Up Home Sign Up Dashboard You Sounds Sets Comments Favorites Groups Your public Profile Your Stats Tracks Explore Sounds Search for Sounds People Explore People Find Friends You Follow Following You Search for People Groups You've joined Explore Groups Search for Groups Upload & Share Volume Volume + Tracks Users Groups Track artwork Download artwork WASTED NIGHTS - PALM (Lancaster__ Remix) KEATS//COLLECTIVE on August 15, 2014 20:28 Future Funk Share Loading sharing options Save to Favorites This track is not downloadable Play 0.00 / 2.35 AlbinoBeach JDiculous kaeriLiNOV13 Captain T.V.舰长电视 Braddp90 Miruna_ Sketchy People Life Coach Ferg Palinoia luxury elite ALL GOOD FUNK ALLIANCE DINOSAURUS REX Abandoned G...

Linked on 2014-08-17 03:44:06 | Similar Links |
MEGA

<![endif] ...

Linked on 2014-08-12 03:31:13 | Similar Links
Codestarter Blog — How we turn $199 Chromebooks into Ubuntu-based code learning machines for kids

Codestarter Blog codestarter.org rss archive How we turn $199 Chromebooks into Ubuntu-based code learning machines for kids By Tom Preston-Werner At Codestarter , we’re on a mission to put a developer-friendly laptop into the hands of every kid that wants to learn how to code. Since we rely on donations to make this happen, the less expensive the laptop, the more of them we can deliver. With this in mind, I set out to find a laptop that was both low cost AND high quality. My goal was to find a computer that I wouldn’t mind using as my own primary development machine. That meant it had to have an excellent keyboard, good trackpad, solid build quality, fast processor, at least 2GB of RAM, and a nice screen. After a bit of online research, an unlikely contender emerged: Chromebooks. At first glance these machines didn’t seem suitable, as they run ChromeOS, a bro...

Linked on 2014-08-07 08:47:03 | Similar Links
Simple and explained Haskell app which does a very simple job: Count the minimum required coins to get a specific sum

Sign up for a GitHub account Sign in All Gists Hamcha / money.hs Created August 06, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Simple and explained Haskell app which does a very simple job: Count the minimum required coins to get a specific sum View money.hs money.hs Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 -- If you have Haskell -> ghc money.hs && ./money module Main where -- We use Decimal because it provides us with decent floating point arithmetic. -- Using IEEE 754 (Float) math is bad ...

Linked on 2014-08-06 03:11:33 | Similar Links
ButtFlare

Putting things in your cloud butt since 2014. ...

Linked on 2014-08-03 23:46:39 | Similar Links
libpenis/LICENSE at master · Cubox-/libpenis · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 14 Fork 1 Cubox- / libpenis /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:748f16ae4b4dfb94ed776dbadcfcf695 branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu libpen...

Linked on 2014-08-03 10:47:51 | Similar Links
Puns - Richard Stallman

https://stallman.org For current political commentary, see the daily political notes . RMS' Bio | The GNU Project Out west, they call me punslinger. In Rome, I'm known as the puntiff. In India they call me the Pundit of the Punjab (no pun job too big, no pun job too small). Elsewhere I call myself the pun-isher, and I love a full-groan pun. Here are my puns in English that I've remembered to write down. There is a section of computer puns near the end. See also my Spanish puns , French puns , Portuguese puns , and linguistic swifties . don't insert others above here W hat did the judge write while on the Space Shuttle? An orbiter dictum. M y girlfriend was named "Stacy" but she changed her name shortly before I met her. I am so glad I found my ex-Stacy. M aking a pun on someone's name is called onomastication — and the victim usually says, or at least thinks, "Oh, no!"...

Linked on 2014-08-03 04:21:50 | Similar Links
Pcompress by moinakg

A Parallel Compression and Deduplication utility View On GitHub Downloads: ZIP TAR end banner Pcompress is an attempt to revisit Data Compression using unique combinations of existing and some new techniques. Both high compression ratio and performance are key goals along with the ability to leverage all the cores on a multi-core CPU. It also aims to bring to the table scalable, high-throughput Global Deduplication of archival storage. The deduplication capability is also available for single-file compression modes providing very interesting capabilities. Other projects providing some of these features include Lrzip , eXdupe . Full archivers providing some of the similar features include the excellent FreeArc and PeaZIP . Pcompress is not an archiver but provides a unique combination of features to both maximize compression ratio and provide high speed. Parallel ...

Linked on 2014-08-02 12:15:58 | Similar Links
« 17 18 19 20 21 25 »

Pages are deceptive. Live life in a basket.