Skip to content

Instantly share code, notes, and snippets.

View dangoor's full-sized avatar

Kevin Dangoor dangoor

View GitHub Profile
@dangoor
dangoor / gist:960170
Created May 7, 2011 03:24
JS.next modules - no loader required
// LABjs style
<script src="js/LAB.min.js"></script>
<script>
$LAB
.script("underscore.js")
.script("jquery.js")
.script("mycode.js")
.wait(function() {
//do something
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License
Version
* 1.1 (the "License"); you may not use this file except in compliance
with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
in bespinclient
source bin/activate
cd ../bespinserver
python
from bespin import config
config.set_profile("dev")
config.activate_profile
from bespin import db
db.User.create_user(username, password, email, "/path/to/your/home/directory (optional)")
"define metadata";
({
"name": "hello",
"provides": [
{
"ep": "command",
"name": "hello",
"description": "Says hi",
"pointer": "#helloWorld"
}
/* Theme stuff follows */
{
"description": "Provides the standard Bespin theme",
"provides": [
{
"ep": "editorTheme",
"name": "standard",
"description": "The standard Bespin theme",
"pointer": "#theme"
"define metadata";
({
"provides": [
{
"ep": "keymapping",
states: {
start: [
{
name: 'Copy to clipboard',
regex: 'ctrl_c'
"define metadata";
({
"provides":
[
{
"ep": "command",
"name": "hello",
"description": "simple hello world",
"pointer": "#hello"
}