Skip to content

Instantly share code, notes, and snippets.

View RomainKurtz's full-sized avatar

Romain Kurtz RomainKurtz

View GitHub Profile
@primaryobjects
primaryobjects / RememberCellPosition.gs
Created April 2, 2015 17:40
Google Spreadsheet script to remember the last edited cell position and automatically scroll to it when opening the document.
//
// Remember Last Edited Cell Position in Google Spreadsheets
//
// Install:
// 1. Open spreadsheet in Google Drive.
// 2. Click Tools->Script editor.
// 3. Paste the contents of this file into the text field.
// 4. Click Run->install
// 5. When prompted for permission, click OK.
// 6. Click Run->install a second time. Done!
<html>
<head>
<script src="/socket.io/socket.io.js"></script>
<script src="socket.io-stream.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
$(function() {
var socket = io.connect();
var stream = ss.createStream();
// receive data
@mbostock
mbostock / .block
Last active November 22, 2022 23:32
Line Transition
license: gpl-3.0