Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

October 27 2011

Skulpt

Python in a browser, client-side

September 24 2011

September 23 2011

Lambda Associates

Home of 'shen', a functional programming language that offers the advantages of pattern matching, l calculus consistency, optional lazy evaluation and static type checking.

September 08 2011

Play framework - Home

The Play framework makes it easier to build Web applications with Java and Scala

September 07 2011

protobuf - Protocol Buffers - Google's data interchange format - Google Project Hosting

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

August 16 2011

Project Euler

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve.

August 10 2011

July 27 2011

July 20 2011

July 14 2011

Redis

Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.

June 23 2011

Android adb problems

If you try to connect to an Android device in Eclipse and get a weird entry for your USB-connected hardware device that has a name that looks something like ‘?????????’, you’re not alone. I guess there is some kind of permission problem and there are a few ways you can find on the web, mostly having to do with a udev rule file. But I found the easiest fix was to just restart the adb server as root:

$ sudo adb kill-server
$ sudo adb start-server

Now when you connect to your device via the Run command, you have your standard device name. Not sure why it works, but I don’t have time right now to figure that out!

May 23 2011

February 17 2011

rur-ple

RUR-PLE is an environment designed to help you learn computer programming using the language Python.

January 04 2011

December 17 2010

Simplified Wrapper and Interface Generator

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.