michaelspeer.knome.net michaelspeer.knome.net

MICHAELSPEER.KNOME.NET

The programmable programmer

I bet you thought this was about lisp.

http://michaelspeer.knome.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MICHAELSPEER.KNOME.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 2.2 out of 5 with 5 reviews
5 star
0
4 star
0
3 star
3
2 star
0
1 star
2

Hey there! Start your review of michaelspeer.knome.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • michaelspeer.knome.net

    16x16

  • michaelspeer.knome.net

    32x32

CONTACTS AT MICHAELSPEER.KNOME.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
The programmable programmer | michaelspeer.knome.net Reviews
<META>
DESCRIPTION
I bet you thought this was about lisp.
<META>
KEYWORDS
1 the programmable programmer
2 javascript non local return
3 if valid {
4 else {
5 throw
6 try {
7 finally {
8 function i {
9 script
10 0 comments
CONTENT
Page content here
KEYWORDS ON
PAGE
the programmable programmer,javascript non local return,if valid {,else {,throw,try {,finally {,function i {,script,0 comments,labels javascript,dispatch new,uint,package dispatch,import sync,go func,wait,lock sync mutex,running uint,waiting uint,return m
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

The programmable programmer | michaelspeer.knome.net Reviews

https://michaelspeer.knome.net

I bet you thought this was about lisp.

INTERNAL PAGES

michaelspeer.knome.net michaelspeer.knome.net
1

The programmable programmer: March 2008

http://michaelspeer.knome.net/2008_03_01_archive.html

I bet you thought this was about lisp. Hidden backup files with emacs. Ever since I started using emacs the directories full of `whatever ' files have annoyed me. No more! I put this into my .emacs ( along with a (require 'cl) ) and voila, backups for `whatever' end up in `.whatever ' in the same directory. .emacs? Emacs '. Thus when I run ls my directory listing is clean. Hidden backup files - i hate seeing them in listings . Prefix with a dot as well as postfix with a tilde. Concat d "." f " ") ).

2

The programmable programmer: January 2008

http://michaelspeer.knome.net/2008_01_01_archive.html

I bet you thought this was about lisp. Irrefutable patterns are awesome. If anyone tells you differently, well, they're probably right. I'm 0 for 1 regarding challenging people on the inner workings of Haskell thus far. Anyway, this exerpt from my code is the exact reason irrefutable patterns rock. Rexn ns pps = let ( ( xs , rps ) ,. Rxs , rrps ) ) ) = ( exn nxs pps ,. Rr) - ( ( ns xs ) ,. Rr) - ( ( xs ns ) ,. Rr) - ( ( ns xs ) ,. Rr) - ( ( xs ns ) ,. In ( rxs , rrps ). Import Char ( isSpace ). RxEOF - a...

3

The programmable programmer: Batch-fu

http://michaelspeer.knome.net/2008/02/batch-fu.html

I bet you thought this was about lisp. I don't know how many avid windows batchers are out there ( I was one some years ago ), but perhaps a few of you can use / be horrified by this little helper. Ever get annoyed because you can't easily reuse functions between scripts since they'll stomp all over each others environment variables? Probably not. Just in case, here's how to create lexically scoped batch file functions. Blah blah do anything to namespace blah. Set CACHE % a=% b. S scripting site ).

4

The programmable programmer: Go Language is lovely

http://michaelspeer.knome.net/2010/03/go-language-is-lovely.html

I bet you thought this was about lisp. Go Language is lovely. To use the library first issue a. To acquire a new dispatch mechanism. Then attach any number ( technically upto. Of processes to it it via. DispatchInstance.Go( func(){ other process here() } ). Any number of other processes ( still technically. Can wait on the runners to finish before executing. Anyway, here it is, and hope it's useful for someone. In dispatch.go :. Type Manager interface {. Type manager struct {. Func New() *manager {.

5

The programmable programmer: December 2009

http://michaelspeer.knome.net/2009_12_01_archive.html

I bet you thought this was about lisp. I'm pretty sure it was a joke. HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA HA. This is a source file, it ends in? Print "ha ha ha HAHAAHAHAHAHAHAHA" ;. Print "ha ha ha HAHAAHAHAHAHAHAHA" ;. Xml version="1.0" encoding="UTF-8"? Oh PHP, you wonderful bastard. Links to this post. Subscribe to: Posts (Atom).

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

michaelspeechley.com michaelspeechley.com

Michael Speechley | Michael Speechley

Find me here @2bitpunk.

michaelspeed.com michaelspeed.com

Radford Photographer Michael Speed

Register to save your cart before it expires. Click to add grid content:. Create a new set of favorites. Continue adding photos to the current set. Changes you make will be visible to photographer. Do not show this again. Create a new set of favorites.

michaelspeegle.com michaelspeegle.com

Michael Speegle — Leaping Into Life!!!

Basketball is about to start, it is a few days away. The first practice is November 7. Parent meeting tomorrow at 5:00. Don’t know when the first game is. I hope the season is going to go well. I can’t wait for basketball to start! It’s still a couple of weeks away. Please tell me it’s time to play! Michael Speegle Leaping Into Action! Thanks for stopping by my website! My Dad's Website. Life — Live It! Michael Speegle Leaping Into Action!

michaelspeelman.com michaelspeelman.com

Michael Speelman - Graphic Designer

michaelspeer.com michaelspeer.com

michaelspeer.com

Welcome to the home of michaelspeer.com. To change this page, upload your website into the public html directory. Date Created: Wed Feb 13 02:03:56 2013.

michaelspeer.knome.net michaelspeer.knome.net

The programmable programmer

I bet you thought this was about lisp. A Pattern for Non-Local Returns in Javascript. A week or two ago, someone on reddit was complaining about javascripts lack of non-local returns and stating the language was poor as it couldn't be extended to include them. So, for fun, I wrote a quick implementation of non-local returns in javascript. Probably inefficient as hell, but functional nontheless. Html body script language="javascript". Var WithNonLocalReturn = function( block ){. Var ex t = function(){.

michaelspeer.net michaelspeer.net

michaelspeer.net

Welcome to the home of michaelspeer.net. To change this page, upload your website into the public html directory. Date Created: Wed Feb 13 02:04:31 2013.

michaelspeer.org michaelspeer.org

michaelspeer.org

Welcome to the home of michaelspeer.org. To change this page, upload your website into the public html directory. Date Created: Wed Feb 13 02:04:44 2013.

michaelspeers.bandcamp.com michaelspeers.bandcamp.com

45 Kilograms of Body Weight | Michael Speers

45 Kilograms of Body Weight. 45 Kilograms of Body Weight c50. Hand dubbed, hand numbered c50 with printed j-card. Includes unlimited streaming of. 45 Kilograms of Body Weight. Via the free Bandcamp app, plus high-quality download in MP3, FLAC and more. Includes high-quality download in MP3, FLAC and more. Paying supporters also get unlimited streaming via the free Bandcamp app. Slowly (d)evolving recordings using tape loops, which are saturated, re-looped and modulated with feedback. Feeds for this album.

michaelspeers.com michaelspeers.com

Michael Speers - Home Page

Shark Diving in Maui :). Multiple Angular Apps on a Single Page? Implementing a Group Stream with AngularJS, MVC and Web API - Part 1 (coming Dec. 30). Implementing a Group Stream with AngularJS, MVC and Web API - Part 2 - Frontend Testing with Jasmine (coming Jan. 6). Organizing Complex Visual Studio Solutions (coming Jan. 13). Globalization and Localization in MVC with Pig Latin - Part 1 (coming Jan. 20). Shadow Mountain Church Website /. Branding, Web Design, Custom Development.

michaelspeers.net michaelspeers.net

Michael Speers

WC10 - Michael Speers: Damped, Driven System. Available at http:/ www.hideousreplica.co.uk/wc10. Posted: Thursday August 6th. Arto Lindsay Ashley Paul / Michael Speers (duo) ← Cafe OTO. Posted: Monday July 27th. Posted: Monday July 27th. Live at Rye Wax. Photo by http:/ hippolytemoulun.com/. Posted: Monday June 15th. Posted: Monday June 15th. Posted: Tuesday May 26th. Posted: Wednesday April 15th. Posted: Monday April 13th. WANG Fujui Dino LIN Chiwei / Musarc Michael Speers Kenny Love ← Cafe OTO.