🦞🌯 Lobster Roll

Thread

KeenWrite: A text editor (github.com)

Stories related to "KeenWrite: A text editor" across the full archive.

KeenWrite: A text editor (github.com)
Javascript text translations with google drive forms and gulp.js (zoetrope.io)
Inside a text-based search library (blog.kabir.ml)
Corca: Collaborative Math Editor (corca.io)
Fokus - Emphasized text-highlighting using JavaScript (lab.hakim.se)
Show Lobste.rs: "yin-yang" call/cc puzzle ported from Scheme to JavaScript (gist.github.com)
The Future of JavaScript…Now! (flippinawesome.org)
FunScript - F# to JavaScript with type providers (funscript.info)
Building a JavaScript Library with Grunt.js (flippinawesome.org)
Evaluating the Accuracy of Java Profilers (2010) (www-plan.cs.colorado.edu)
Hand-written lexer in Javascript compared to the regex-based ones (eli.thegreenplace.net)
Tips for decoupling your HTML, CSS, and JavaScript (philipwalton.com)
Understanding Scope and Context in JavaScript (flippinawesome.org)
Should JavaScript devs build real things? (ajfisher.me)
SICP done in JavaScript (comp.nus.edu.sg)
JavaScript Warrior - Play a game by writing code (jswarrior.fusioncharts.com)
GCC Looks To Turn Off Java, Replace With Go Or ADA (phoronix.com)
A minimal text editor in python (daten.dieweltistgarnichtso.net)
Source is up one level: http://daten.dieweltistgarnichtso.net/src/minime It's so tiny because this library does the heavy lifting: https://github.com/wardi/urwid via http://chneukirchen.org/trivium/2013-11-24
I'm writing a book: "JavaScript Application Design: A Build First Approach" (bevacqua.io)
A Taste of Functional Programming in Java 7, Java 8 and C# 4 (en.lucida.me)
Atom: Github is developing a text editor (github.com)
A better approach to handle Java NullPointerException (coolcoder.in)
API for data parallel Java. Allows suitable code to be executed on GPU via OpenCL. (code.google.com)
Cross-browser JavaScript Testing with Karma + Visual Studio (blog.dantup.com)
Getting realtime test results from Google's Karma javascript test runner into Visual Studio's Test Explorer.
Faster problem solving in Java with heuristic search (impl. of a popular search algorithm for AI) (ibm.com)
Why do we need Type Inference from Java 7? (coolcoder.in)
Java 8 Tutorial (winterbe.com)
Everything you need to know about Javascript variable scope (coolcoder.in)
JavaScript Equality Table (dorey.github.io)
Synchronizing Asynchronous JavaScript with ES7 (joezimjs.com)
ECMAScript version 5 is the latest complete version of JavaScript available and is implemented in every major browser, but ES6 is in the works and promises a much better world for JavaScript developers with features such as a simple class syntax, arrow functions, built-in promises and the like. It d...