• Stars
    star
    1
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Node.js code examples to understand and explain string encodings.

More Repositories

1

Tutti

Interactively run Javascript on multiple browsers
JavaScript
142
star
2

word-count

Different programming styles for implementing the same word count program.
JavaScript
98
star
3

time-traveling-debugger

A attempt to implement a viable record/replay debugger.
Python
59
star
4

QuickSlides

Quick-and-dirty presentations in Markdown.
JavaScript
52
star
5

smallang

Small Lang is a small programming language which you are do build yourself as your first programming language.
51
star
6

simulate.js

Small footprint Javascript library for simulating DOM events.
JavaScript
42
star
7

prototype.py

Prototype Inheritance in Python
Python
42
star
8

protomorphism

Polymorphism via clojure-style protocols.
JavaScript
36
star
9

page_demo

A demo app for page - the client-side router.
JavaScript
31
star
10

fun-lang

Fun is programming language that supports both the functional and the imperative styles of programming. It distinguishes these two styles by allowing the programmer to choose between them explicitly: you can either write funs - which are pure, or procs - which are impure.
JavaScript
26
star
11

Preston

A simple browser-based presentation tool based on Markdown.
JavaScript
23
star
12

empath

A cli tool that detects what module systems a particular Javascript library supports.
JavaScript
20
star
13

misc

Toby's random stuff
Ruby
20
star
14

fireworm

A crawling file watcher.
JavaScript
18
star
15

esprima_fun

Example Esprima programs.
JavaScript
13
star
16

WordCloud

A bookmarklet and Javascript library that creates word clouds, inspired by Wordle.net
JavaScript
13
star
17

npmcomponent

Scripts to make Component modules available to NPM/Browserify users.
JavaScript
9
star
18

x-lang

A demo programming language. Code streamed live!
JavaScript
9
star
19

generators_hello

Experiments with the new Generators in Harmony.
JavaScript
9
star
20

testem2

Experimental rewrite of Testem - the Javascript test runner.
JavaScript
9
star
21

watchem

A smart cli directory watcher utility.
JavaScript
8
star
22

js_study_group

Javascript Study Group Resources.
7
star
23

coroutines-in-node

Examples of co-routines in Node using co and bluebird.
JavaScript
7
star
24

browseroverflow

An all-in-one library for launching BrowserStack browsers.
JavaScript
7
star
25

describe

A simple BDD framework for Javascript
JavaScript
6
star
26

trampoline.js

Code examples of trampolining with generators in Javascript
JavaScript
6
star
27

Twends

Real-time twitter visualization. Was an entry for the 2011 Node Knockout competition.
JavaScript
5
star
28

indent

Indents a string.
JavaScript
5
star
29

onready

OnReady event ala jQuery or lowpro.js in a small bundle
JavaScript
5
star
30

recursion-examples

Examples of recursive structure and recursive problems onto them in TypeScript.
TypeScript
5
star
31

reactive-backbone

Reactive adapter for Backbone models.
JavaScript
5
star
32

jspec

The simplest, sexiest, highly extensible, framework / DOM independent JavaScript BDD framework
JavaScript
5
star
33

swing4rb

A Swing DSL for jruby
Ruby
4
star
34

tuttiterm

Tutti for your terminal
JavaScript
4
star
35

set-styles

Batch-set CSS properties on an element.
JavaScript
4
star
36

emmitt

Event emmiter for everything.
JavaScript
4
star
37

Tutti-JSConf-Code-Examples

The code examples I demoed at JSConf 11 Portland.
JavaScript
4
star
38

bff

Browserify Friend - it's as if browserify was built into the browser.
JavaScript
4
star
39

barber

Write CSS in Javascript
JavaScript
4
star
40

SuperRefresh

A bookmarklet that automatically refreshes your page as you are designing it.
JavaScript
3
star
41

javascript101

Material for an intro to Javascript course
JavaScript
3
star
42

help

Code examples for seeking help.
ActionScript
3
star
43

geartrain

Simple Javascript Dependency Management
JavaScript
3
star
44

react-hooks-examples

React Hooks Examples (for a presentation).
TypeScript
3
star
45

jRadio

A tiny javascript library that makes working with radio buttons easier.
JavaScript
3
star
46

add-a-typo

A program that adds a typo to a file.
JavaScript
3
star
47

ecma5array

Emulates the functional style array methods introduced in ECMAScript 5
JavaScript
3
star
48

chameleon-lang

A programming language for me to learn writing a variety of backends.
JavaScript
3
star
49

javascript202

Part II of an introduction to Javascript course
JavaScript
3
star
50

thinair

A Javascript library/DSL that facilitates creating DOM elements on-the-fly.
JavaScript
3
star
51

BeanBag

A CouchDB running in the browser that supports replication from and to real CouchDB instances.
JavaScript
3
star
52

Try-Traceur

Interactive Javascript shell for the Traceur Compiler's next-gen Javascript features.
JavaScript
3
star
53

jsconf13notes

Notes from JSConf 2013
3
star
54

getargs

Utility to handle optional arguments and argument type checking.
JavaScript
2
star
55

permalink

A permalink-as-a-service PoC server implementation.
JavaScript
2
star
56

is-type

Simple and expressive type checks as a component, adapted from npm's is-type module.
JavaScript
2
star
57

deep-zoom

This project is an exploration of deep zooming user interfaces similar to Google Earth.
TypeScript
2
star
58

a-lang

A programming language.
TypeScript
2
star
59

halstead_metrics

An exploration of Halstead software metrics in JavaScript.
JavaScript
2
star
60

learn-asm

My exercise programs for learning assembly language.
Assembly
2
star
61

flash-cards

Flash cards app for students to memorize programming terminology.
JavaScript
2
star
62

Noteboard

It's your keyboard, only with music.
Ruby
2
star
63

Socket.IO.atljs

Sample code for Socket.IO presentation presented at ATLJavascript.
JavaScript
2
star
64

ast-fun

A learning repo for processing and manipulating JavaScript ASTs.
JavaScript
2
star
65

Indentinator

A Ruby script to inspect and change the indentation amount of your source code.
Ruby
2
star
66

js1k_2012_love_song

My js1k entry in 2012 which got disqualified. Plays Unchained Melody by Righteous Brothers in Firefox.
JavaScript
2
star
67

ispy

A simple spy.
JavaScript
2
star
68

drive-by

A VS Code extension that records and plays back coding sessions.
TypeScript
2
star
69

jsonr

JSON with refs.
JavaScript
2
star
70

compilers_challenge

A series of compilers related code challenges.
Python
2
star
71

saucelauncher

A command line browser launcher for SauceLabs
JavaScript
2
star
72

66

Simple client-side router.
JavaScript
2
star
73

smalljs.org

Small.js the blog.
JavaScript
2
star
74

soccer_game

A soccer game for my children.
TypeScript
2
star
75

personal-db

A dynamic personal DB manager.
Vue
1
star
76

falafel_fun

Example programs using falafel for source code rewriting.
JavaScript
1
star
77

simple-input

An input/prompt library for node.js that *is* simple.
JavaScript
1
star
78

rxjs-gotcha-examples

Some RxJS gotcha examples.
TypeScript
1
star
79

trailing_comma_remover

Removes trailing commas in your JavaScript.
JavaScript
1
star
80

CSS.Features

A Small Javascript Library which makes progressive enhancement easier.
JavaScript
1
star
81

infiltrator

A web debugging proxy.
JavaScript
1
star
82

checkvars

Check your Javascripts for accidental globals and unused variables.
JavaScript
1
star
83

deep-zoom-debugger

A post-mortem debugger with a zoom-based user interface inspired by Google Earth.
TypeScript
1
star
84

bug

Listening device for Javascript objects
JavaScript
1
star
85

tupo

Add typos to your JavaScript.
JavaScript
1
star
86

mylisp

My first lisp.
JavaScript
1
star
87

json-parsers

Many JSON parsers.
TypeScript
1
star
88

rxjs-playground

Interactive RxJS examples and playground.
TypeScript
1
star
89

async-await-examples

Examples from an async/await talk.
TypeScript
1
star
90

myprompt

Simple synchronous prompt based on sync-prompt.
JavaScript
1
star
91

react-dnd-example

Simplest example of using React DnD.
JavaScript
1
star
92

store-based-todo-app

An example of a store-based todo application.
TypeScript
1
star
93

store-experiments

Experiments with the store concept using RxJS.
TypeScript
1
star
94

James

James - Javascript Server Pages.
JavaScript
1
star
95

ColorCode-Lineup

A tool for picking colors to use for colorcoding schemes
JavaScript
1
star
96

generator-ts-web

A Yeoman generator for a barebones TypeScript web project.
JavaScript
1
star
97

json-parsers-by-hand

Some json parsers written by hand in JavaScript
JavaScript
1
star
98

userscripts-github-tab-size

Changes the size of the tabs.
JavaScript
1
star
99

EntityPlay

Demo project for entity framework.
C#
1
star
100

sparkel

1
star