Skip to content

Instantly share code, notes, and snippets.

@mvezer
mvezer / Sofle-Colemak.kbd.json
Last active October 13, 2025 15:21 — forked from mattfoster/SofleKeyboard.kbd.json
Sofle Colemak
[
{
"backcolor": "#ffffff",
"name": "Sofle Colemak",
"author": "Matyas Vezer",
"pcb": true
},
[
{
"y": 0.2,
{
"data": [
{
"name": "Minden BE",
"presetId": "35cbfd36887a4cc17b4a65b676d0376041317668",
"groupId": "bf4c43fd31e35b694be11fa0615db3edb6c552ab",
"status": {
"isOn": true,
"intensity": 1000,
"mode": "white"
workspace % git clone git@github.com:miklos-sz/szabvany.net.git
Cloning into 'szabvany.net'...
remote: Enumerating objects: 473, done.
remote: Counting objects: 100% (473/473), done.
remote: Compressing objects: 100% (335/335), done.
remote: Total 473 (delta 84), reused 467 (delta 78), pack-reused 0
Receiving objects: 100% (473/473), 25.61 MiB | 5.17 MiB/s, done.
Resolving deltas: 100% (84/84), done.
/* *****************************************************************************
* Name: Miklós Szilas
* Coursera User ID: szilas.miklos@gmail.com
* Last modified: 16/04/2020
**************************************************************************** */
public class DiscreteDistribution {
public static void main(String[] args) {
int m = Integer.parseInt(args[0]);
@mvezer
mvezer / app.ts
Created February 15, 2017 20:00 — forked from tintoy/app.ts
TypeScript async demo (NodeJS read-line)
"use strict";
import * as Promise from "bluebird";
import { ReadLine, createInterface } from "readline";
const readLine = createInterface({
input: process.stdin,
output: process.stdout,
terminal: false
});
@mvezer
mvezer / gist:88cc031ca3a829502a92b5bccff338cc
Created February 12, 2017 16:49
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after