Skip to content

Instantly share code, notes, and snippets.

View matthijskooijman's full-sized avatar

Matthijs Kooijman matthijskooijman

View GitHub Profile
@matthijskooijman
matthijskooijman / jquery.wymeditor.embed.js
Last active January 20, 2021 15:38 — forked from winhamwr/jquery.wymeditor.embed.js
WYMeditor embed plugin with video/source support
/**
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
* Dual licensed under the MIT (MIT-license.txt)
* and GPL (GPL-license.txt) licenses.
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:
#include <SPI.h>
#include <Wire.h>
#include <Scout.h>
#include <GS.h>
#include <bitlash.h>
#include <lwm.h>
#include <js0n.h>
#include "util/StringBuffer.h"
#include "util/PrintToString.h"
#!/bin/bash -ex
git clone git@github.com:arduino/Arduino.git Arduino2
# cleaning up the Arduino repo
cd Arduino2
git branch -t ide-1.5.x origin/ide-1.5.x
git remote rm origin