sathish316
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Emacs for Scala functional programming course (languageagnostic.wordpress.com)
- Public Twitter feed to JSON using APIfy without Twitter API restrictions (apify.heroku.com)
-
Twitter has scaling needs because it has reached beyond the scale of SMS and they are trying to store all the tweets. SMS networks don't have any scaling needs. Why aren't we thinking of SMS/SMTP/bittorrent like…
- Google plays Game of Life (google.com)
- Making 10 Apps in 10 Days using APIfy as backend (apify.heroku.com)
- Point and Click Web Scraping on APIfy (apify.heroku.com)
- HackerNews API: What if HN does not have API? Make API on the fly with APIfy (apify.heroku.com)
- APIfy: Make JSON APIs from any HTML page (apify.heroku.com)
- Show HN: Gitwall: Card wall or Todo list for all your Github projects (gitwall.herokuapp.com)
Gitwall is a card wall or todo list for all your Github projects. It is built using Clojure, Mongo and Bootstrap.
- IIT Video lectures (nptel.iitm.ac.in)
- Y-combinator in Scheme (gist.github.com)
From Little Schemer
- Batman Equation in Google Graphs (google.com)
- Show HN: Learn Clojure from your Browser (clojurekoans.herokuapp.com)
Noir/Cloud9 port of Clojure koans by Aaron Bedra of Relevance https://github.com/functional-koans/clojure-koans
- Learn Ruby Metaprogramming from your Browser (rubymetakoans.heroku.com)
Learn Ruby Metaprogramming using koans or tests to progressively learn metaprogramming concepts
- 8 Things I Learnt from a Migration Project (travisneotyler.wordpress.com)
- Methodology X and Goats (languageagnostic.blogspot.com)
- Learning Scheme in Emacs (languageagnostic.blogspot.com)
- Hacking Clojure in Emacs (languageagnostic.blogspot.com)
- R and Emacs (languageagnostic.blogspot.com)
A brief guide to getting started with R in Emacs
- Monads explained in a javascript unit test (github.com)
Writer Monad and List Monad explained using a javascript unit test. Code is from the article: Best introductions to monad translated from Haskell to Javascript…