Skip to content

Instantly share code, notes, and snippets.

View jumar's full-sized avatar

jumar jumar

  • Montreal, Canada
View GitHub Profile
@jumar
jumar / ohmyposhv3-v2.json
Created November 16, 2021 17:05 — forked from shanselman/ohmyposhv3-v2.json
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@jumar
jumar / Quefrency-Matrix-Mapping.kbd.json
Last active July 28, 2021 17:49 — forked from nooges/Quefrency-Matrix-Mapping.kbd.json
Jumar's Quefrency rev2 layout
[
{
"name": "Quefrency Matrix Mapping",
"css": "@import url(http://fonts.googleapis.com/css?family=Work+Sans);\n.keylabel { font-family: 'Work Sans';}"
},
[
"Enc 1\n\n\n\n\n\n\n\n\nA9",
"M9\n\n\n\n\n\n\n\n\nA2",
{
"x": 0.5
//
// GifSequenceWriter.java
//
// Created by Elliot Kroo on 2009-04-25.
//
// This work is licensed under the Creative Commons Attribution 3.0 Unported
// License. To view a copy of this license, visit
// http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
// Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
import java.io.*;
import java.net.URL;
import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicInteger;
import javafx.application.Application;
import javafx.beans.property.*;
import javafx.concurrent.*;
import javafx.event.EventHandler;
import javafx.scene.*;
import javafx.scene.control.*;
import javafx.animation.*;
import javafx.application.Application;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.*;
import javafx.concurrent.*;
import javafx.event.*;
import javafx.geometry.*;
import javafx.scene.Scene;
import javafx.animation.FadeTransition;
import javafx.application.Application;
import javafx.beans.property.ReadOnlyObjectProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.concurrent.Task;
import javafx.concurrent.Worker;
import javafx.event.ActionEvent;