Skip to content

Instantly share code, notes, and snippets.

View breck7's full-sized avatar

Breck Yunits breck7

View GitHub Profile
@breck7
breck7 / SebThr
Last active October 19, 2022 22:31
https://v20.ohayo.computer/?filename=sebastianthrun.ohayo&nodeBreakSymbol=%7E&edgeSymbol=_&data=data.inline%7E_parser_tree%7E_treenotation.outline%7E_treenotation.dotline%7E_text.wordCount%7E__text.wordcloud%7E_content%7E__Sebastian_Thrun_1995%7E___Armin_Bernd_Cremers_1972%7E____Otto_Mayer_1968%7E_____Ulrich_W._Kulisch_1961%7E______Josef_Heinhold_1938%7E_______Oskar_Perron_1902%7E________C._L._Ferdinand_%28Carl_Louis%29_Lindemann_1873%7E_________C._Felix_%28Christian%29_Klein_1868%7E__________Julius_Pl%25C3%25BCcker_1823%7E___________Christian_Ludwig_Gerling_1812%7E____________Carl_Friedrich_Gau%25C3%259F_1799%7E_____________Johann_Friedrich_Pfaff_1786%7E______________Abraham_Gotthelf_K%25C3%25A4stner_1739%7E_______________Christian_August_Hausen_1713%7E________________Johann_Christoph_Wichmannshausen_1685%7E_________________Otto_Mencke_1665%7E__________________Jakob_Thomasius_1643%7E____________________Friedrich_Leibniz_1622%7E________________Johann_Andreas_Planer_1686%252F1709%7E_________________Johann_Pasc
@breck7
breck7 / santa.simoji
Created August 25, 2021 20:58
santa test
🎅🏻
insertCluster 10 🎅🏻

TIOBE's historical data isn't freely publically available, so I may be wrong in my analysis. Garbage in, garbage out. i know, it's too bad, it's such a great list! I bet they change that someday.

The list of languages from 2017, AIUI:

  • Assembly
  • C
  • C++
  • C♯
  • Delphi/Object Pascal
@breck7
breck7 / hakon.sublime-syntax
Created October 29, 2019 23:15
Line Width Sublime Text Crash Bug
%YAML 1.2
---
name: hakon
file_extensions: [hakon]
scope: source.hakon
contexts:
main:
- include: 'propertyNode'
@breck7
breck7 / hakon.sublime-syntax
Created October 29, 2019 22:43
Syntax that seems to cause a fatal crash in Sublime https://jtree.treenotation.org/designer/#standard%20hakon
%YAML 1.2
---
name: hakon
file_extensions: [hakon]
scope: source.hakon
variables:
anyCell: '[^ ]*'
keywordCell: '[^ ]*'
commentKeywordCell: '(?:comment)'
%YAML 1.2
---
name: grammar
file_extensions: [grammar,gram]
scope: source.grammar
variables:
abstractConstantCell: '[^ ]*'
javascriptSafeAlphaNumericIdentifierCell: '[a-zA-Z0-9_]+'
anyCell: '[^ ]*'
@breck7
breck7 / off.js
Created September 13, 2017 17:48
function exportApplicationToTreeNotation() {
const selector = "input,textarea,select"
const nodes = $("#application_form")
.find(selector)
.get()
const lines = []
nodes
.map(el => $(el))
.filter(jq => {
const type = jq.attr("type")
>flights
pin 14 15 36 25
>delays
pin 0 15 14 25
>reddit
>table
pin 0 0 38 15
title Top stories on Reddit
layout custom
>settings
>h2 hello from github
> Please don't mistake this question as offensive, but: How many people did you show this to before putting it out in the open?
Not offended at all! I showed the paper to somewhere between 20 - 30 people before putting it out there. The paper improved 100x thanks entirely to them,
but still, the response was lukewarm(at best). I only have a B.S. in Economics (and barely at that), and have never written
a "paper" before, so that might explain some of its "quirks".
> The biggest problem of the whole thing is that it doesn't even get its motivation across to me. I read through the blogpost and the paper and I have no idea why I should care.
Haha, great point! For many years I've been wrestling with a few core problems:
- visual programming