Skip to content

Instantly share code, notes, and snippets.

@BriSeven
BriSeven / qblh.dot
Last active March 31, 2020 02:32
Graph of coorespondance #graphviz
digraph {
node [shape=circle fontsize=16]
edge [length=100, color=gray, fontcolor=black]
/* sephira */
/*
Keter -> Chokhmah [ label="א" ];
Keter -> Binah [ label="ב" ];
Keter -> Tiferet [ label="ג" ];
@BriSeven
BriSeven / electron_drag_disable.css
Created April 24, 2020 08:30 — forked from msuchodolski/electron_drag_disable.css
Disable dragging and selecting html elements (like links, images etc...) in Electron
/**
* MAKE ELECTRON APP FEEL MORE NATIVE
*
* * Prevent dragging all HTML elements, specially:
* - images
* - links (anchors)
*
* * Prevent text selection
*/
@BriSeven
BriSeven / frp.markdown
Last active June 29, 2023 01:11
links about functional reactive programming

Functional reactive programming links

dataflow languages

dataflow, a paradigm so closely related to FRP it might actually be indistinguishable.

much of this section is plagiarised from This Stackoverflow Answer:

textual languages

@BriSeven
BriSeven / CSS Frameworks.markdown
Last active November 13, 2020 22:02
list of css framworks and such that I have found

css tools

stylesheet
	rules	
1 = css style rule
4 = media rule
	cssRules
	cssText
5 = css font face rule
@BriSeven
BriSeven / procgen.markdown
Created November 13, 2020 22:25
Links about procedural generation
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<title>Tarot</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="bear-note-unique-identifier" content="94B33631-8C1A-4380-9CE9-726F04F625AC-17396-00009332F8815CE0">
<meta name="created" content="2020-12-14T18:30:50+1100"/>
<meta name="modified" content="2021-01-07T17:09:47+1100"/>
<meta name="tags" content="takeout"/>