| const env = { | |
| m1: `import {func} from './m2.mjs'; console.log(func());`, | |
| m2: `export function func() { return 'abc'; }` | |
| }; | |
| const inlineModule = (env, text) => `data:text/javascript;base64,${ | |
| btoa(inlineModules(env, text)) | |
| }`; | |
| const inlineModules = (env, text) => text.replace( |
| # Please see the script's new home: https://github.com/alphapapa/magit.sh |
| snippet template "Basic template" b | |
| \documentclass[a4paper]{article} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{textcomp} | |
| \usepackage[dutch]{babel} | |
| \usepackage{amsmath, amssymb} | |
| \begin{document} |
- Mobiledoc - github.com/bustle/mobiledoc-kit - framework to build editors with a standardized JSON structure
- ShareDB - github.com/share/sharedb - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
- Bangle.dev - github.com/bangle-io/bangle.dev - toolkit built for building editors, based on prosemirror
These use separate document structures instead of HTML, some are more modular libraries than full editors
I came across Nile for the first time in 2011
When Alan Kay presented his talk "Programming and Scaling" (https://www.youtube.com/watch?v=y9xLi0iJg1g best watch the whole talk!) The Idea to create an Approach that satisfies the users demands for personal computing in less than 10000 lines of Code, powered by DSL and other advanced concepts, seemed intriguing.
I searched the web and there was little to noting I found.
Later I found this talk in that at the end Dan Amelang also answers QA: https://www.youtube.com/watch?v=ubaX1Smg6pY.
The Problem with the STEPTS project is that you need all the parts together: Maru, Nile, Gezira etc..
| #!/bin/bash | |
| #This script simulates a 2D grid of workspaces with i3. | |
| #all you have to do is add the next line to your i3/config | |
| #bindsym <keys> exec <path>/i3/workspaces.sh <direction> [move win] | |
| #for example, | |
| #bindsym Control+Mod1+Right exec ~/.config/i3/workspaces.sh right |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!