Skip to content

Instantly share code, notes, and snippets.

@ErikOnBike
ErikOnBike / macoscursormovement.st
Created August 17, 2021 09:50
MacOS keybindings for cursor movement in Pharo Smalltalk
ClyNavigateBrowserBackCommand class compile: 'defaultShortcut
^Character arrowLeft control alt "fails for now"'.
ClyNavigateBrowserForwardCommand class compile: 'defaultShortcut
^Character arrowRight control alt "fails for now"'.
RubTextEditor compile: 'moveCursor: directionBlock forward: forward specialBlock: specialBlock event: aKeyboardEvent
"Private - Move cursor.
directionBlock is a one argument Block that computes the new Position from a given one.
specialBlock is a one argumentBlock that computes the new position from a given one under the alternate semantics.
Note that directionBlock always is evaluated first."
| shift isVertical indices position newPosition string |
@ErikOnBike
ErikOnBike / CuisWebSocket.changes
Last active October 2, 2019 18:24
SqueakJS on node interacting with Cuis over WebSocket
This file has been truncated, but you can view the full file.
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 19:15
Import other templates
license: gpl-3.0
height: 500
scrolling: yes
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 19:17
Donut Chart Design
license: gpl-3.0
height: 500
scrolling: yes
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 18:24
Rewrite of Mike Rostock's Stacked Negative Values gist using d3-template
license: gpl-3.0
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 18:55
Rewrite of Arpit Narechania's Condegram Spiral Plot gist using d3-template
license: gpl-3.0
height: 620
scrolling: yes
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 14:46
Text Tween
license: gpl-3.0
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 14:25
Rewrite of Mike Rostock's Bullet Charts gist using d3-template
license: gpl-3.0
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 14:08
Rewrite of Mike Rostock's Bubble Chart gist using d3-template
license: gpl-3.0
height: 960
scrolling: yes
@ErikOnBike
ErikOnBike / .block
Last active September 30, 2018 14:01
Render simple transition on multiple SVG paths
license: gpl-3.0
height: 540
scrolling: yes