Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

anelson › Comments

anelson
HockeyApp - Home - http://www.hockeyapp.net/
Beta distribution and crash reporting for mobile and OS X apps - anelson
anelson
Echoprint - open source music fingerprint system - anelson
anelson
Prefix Sums and Their Applications [PDF] - http://www.cs.cmu.edu/~guyb...
Fundamental paper for parallel algorithms - anelson
anelson
Welcome to the IPv6 board - http://forum.pfsense.org/index...
Scroll down for some links to youtube videos providing an overview of ipv6 - anelson
anelson
80legs - Custom Web Crawlers, Powerful Web Crawling, and Data Extraction - http://www.80legs.com/index...
Hosted web crawling service; you provide the extractors and they run the crawls - anelson
anelson
How I boosted my Vim » nvie.com - http://nvie.com/posts...
" Use pathogen to easily modify the runtime path to include all " plugins under the ~/.vim/bundle directory call pathogen#helptags() call pathogen#runtime_append_all_bundles() - anelson
anelson
NeuroSky Developer - Welcome - http://developer.neurosky.com/
SDK for NeuroSky EEG headband - anelson
anelson
Johnny Chung Lee - Projects - Wii - http://johnnylee.net/project...
Wii remote whiteboard - anelson
anelson
Hacker News | Ask HN: How would you make a site resistant to government takedown? [news.ycombinator.com] - http://news.ycombinator.com/item...
inwx - anelson
anelson
WerdMerge - A Portmanteau Generator With Phonemes [werdmerge.com] - http://werdmerge.com/
enter a word... - anelson
anelson
Goliath: Non-blocking, Ruby 1.9 Web Server - igvita.com [www.igvita.com] - http://www.igvita.com/2011...
With support for pipelining and streaming, could be a good way to implement on-the-fly transcoding - anelson
anelson
Autotune.NET - Coding4Fun - Site Home - MSDN Blogs [blogs.msdn.com] - http://blogs.msdn.com/b...
Sweet walk-through of an autotune implementation for .NET - anelson
anelson
WE HAVE A WINNER – Open Kinect driver(s) released – Winner will use $3k for more hacking – PLUS an additional $2k goes to the EFF! « adafruit industries blog [www.adafruit.com] - http://www.adafruit.com/blog...
Can't wait to wire this up with OpenCV - anelson
anelson
Linux and NetBSD Xen VPS hosting. [prgmr.com] - http://prgmr.com/xen/
Operator is lsc on HN - anelson
anelson
SnapClean.me - Dead Simple Photo Cleanup - http://snapclean.me/
Cleans up pictures of whiteboards - anelson
anelson
marcuswestin's store.js at master - GitHub - http://github.com/marcusw...
localStorage wrapper for all browsers without using cookies. Uses localStorage, globalStorage, and userData behavior under the hood — Read more http://marcuswest.in - anelson
anelson
Modfied WI-Fi for ham radio - http://www.qsl.net/kb9mwr...
ham wireless - anelson
anelson
Vagrant - Welcome - http://vagrantup.com/
Vagrant is a tool for building and distributing virtualized development environments. By providing automated creation and provisioning of virtual machines using Sun’s VirtualBox, Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments. For more information, see the part of the getting started guide on ”Why Vagrant?” Are you ready to use vagrant to revolutionize the way you work? Check out the getting started guide and the getting started video. - anelson
anelson
The Monetary Future: The New Cryptography Behind Anonymous Digital Cash - http://themonetaryfuture.blogspot.com/2009...
The following articles represent works in the fields of online anonymity, transaction untraceability, coin divisibility, double spending, offline convertibility, and blind signatures. For additional research, Cryptographer's World is an excellent resource for cryptography and its authors. In many of the academic citations below, an abstract and the full article text will be available via the link provided, in reverse chronological order: - anelson
anelson
Compressed sensing - Wikipedia, the free encyclopedia - http://en.wikipedia.org/wiki...
Compressed sensing, also known as compressive sensing, compressive sampling and sparse sampling, is a technique for acquiring and reconstructing a signal utilizing the prior knowledge that it is sparse or compressible. - anelson
anelson
Gallery of Processor Cache Effects - http://igoro.com/archive...
Most of my readers will understand that cache is a fast but small type of memory that stores recently accessed memory locations. This description is reasonably accurate, but the "boring" details of how processor caches work can help a lot when trying to understand program performance. In this blog post, I will use code samples to illustrate various aspects of how caches work, and what is the impact on the performance of real-world programs. The examples are in C#, but the language choice has little impact on the performance scores and the conclusions they lead to. - anelson
anelson
Open-source tool which represents files as bitmaps on one or more printed pages, sort of like full-page barcodes. Decode the pages with any scanner. - anelson
anelson
Piccolo2D - A Structured 2D Graphics Framework - http://www.piccolo2d.org/index...
Piccolo2D is a toolkit that supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces (ZUIs), in particular. A ZUI is a new kind of interface that presents a huge canvas of information on a traditional computer display by letting the user smoothly zoom in, to get more detailed information, and zoom out for an overview. We use a "scene graph" model that is common to 3D environments. Basically, this means that Piccolo2D maintains a hierarchal structure of objects and cameras, allowing the application developer to orient, group and manipulate objects in meaningful ways. - anelson
anelson
rubyist's aasm at master - GitHub - http://github.com/rubyist...
This package contains AASM, a library for adding finite state machines to Ruby classes. AASM started as the acts_as_state_machine plugin but has evolved into a more generic library that no longer targets only ActiveRecord models. AASM has the following features: States Machines Events Transitions - anelson
anelson
unfold: Introducing Rx (Linq to Events) - http://themechanicalbride.blogspot.com/2009...
The new Reactive Framework in .NET 4.0 looks pretty handy - anelson
anelson
TS RemoteApp Step-by-Step Guide - http://technet.microsoft.com/en-us...
Looks like a kickass way to run a single app on a remote RDP session but integrate it into the local window mgr so it appears to be running locally. - anelson
anelson
Recurring Billing, Subscription Billing, Web 2.0 and SaaS Billing - Chargify - http://chargify.com/
Like Spreedly - anelson
anelson
WPF Dynamic Data Display - http://www.codeplex.com/dynamic...
This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line/marker plots. DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details. - anelson
anelson
Apache POI - Java API To Access Microsoft Format Files - http://poi.apache.org/index...
The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format, and Office OpenXML format, using pure Java. In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java. POI is your Java Excel solution (for Excel 97-2007). However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate. - anelson
anelson
The POI library can now be compiled as a Ruby extension, allowing the API to be called from Ruby language programs. Ruby users can therefore read and write OLE2 documents, such as Excel files with ease - anelson
Other ways to read this feed:Feed readerFacebook