Skip to content

Instantly share code, notes, and snippets.

View Kreijstal's full-sized avatar
↗️

Kreijstal Kreijstal

↗️
View GitHub Profile
@Kreijstal
Kreijstal / A New Horizons.md
Last active August 13, 2018 16:45
A small journal about... a crush. About friendship, and about life.

08/06/2018

Hello, so this is me, some guy. A new guy, I guess. This time I just remembered I left these notes and wanted to update, I've been using it as some sort of coping mechanism, I suppose always writing on them when something particularly terrible happened to me I guess, I've learned a lot about myself.. and about people, more than I could've ever imagined, the world is absolutely different, everything feels different, and I notice like way more things that I used to. But I'm still sort of a social retard, not so much like I was once was, but I still have some kind of issues here and there. And I've been using self-inspection, and analizing in order to figure out, well, how to achieve my goals. I've actually become busy, so I can't dedicate that much writing this. AND THAT'S TOTALLY FINE! Update: HOLY SHIT READING THIS IS SO MUCH CRINGE, KILL ME. It feels super cringy reading it, mainly because I'm aware of the mistakes I've done in the past, the false assumptions I took, and it's unbelievable how

//Some littler notes while trying to learn music theory.
//you can make a kindOf generator by moduling the index get at %7
var ModePattern=[1,1,0,1,1,1,0];
var Modes=["Ionian","Dorian","Phrygian","Lydian","Mixolydian","Aeolian","Locrian"]
//Howver the pattern remains the same
//={"Ionian":[1,1,0,1,1,1,0],"Dorian":[1,0,1,1,1,0,1],"Phrygian":[0,1,1,1,0,1,1],"Lydian":[1,1,1,0,1,1,0],}
function wrapOverflow(numberToWrap,wrapper){
//if someone knows a better way please do
return ((numberToWrap%wrapper)+wrapper)%wrapper;
@Kreijstal
Kreijstal / Octavia.
Created August 28, 2016 03:49
IRC images
13,158888888888888888888888888888888888888888888888888888888814,58
13,15884,15@6,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,586,5814,5813,15@86,58
13,15886,5814,15X0,15@8@@@X@7,14 5,14S14,1814,158815,1487,14:5,1S3,1t5,1%3,1t14,187,14X5,1X1,14814,18887,14@5,14X1,14X14,1885,1%3,1t5,1%3,1;5,1%7,14S1,14X6,14..7,14 5,14S7,14X14,1@5,1;t3,1t5,1%3,1;5,1%7,14 0,158@X14,7813,15@14,68
13,158@6,5@0,1588,15S14,15 8,15S14,15 8,15S0,15.3,14S5,14@0,15 S%%7,14:X2,1 5,1.2,1.5,14@2,1 ..3,1 1,1485,1481,14814,181,148@@@@5,1...1,1488X@6,14 15,1481,14814,1

Also, diese sind sachen zum lagen.

Ich habe sehr viel für die bettenskauf texte gesucht ,zuerst habe ich diese gefunden, und ähnliche Ergebnisse gefunden, aber sie sind nicht so gut.

Worter zu verstehen/üben von Das Buch

  • neigt
  • lagern
  • schräg
@Kreijstal
Kreijstal / nuxeo.sh
Last active July 27, 2016 22:33
Install nuxeo
#!/usr/bin/env bash
sudo apt-get install default-jdk
wget -q -O- http://apt.nuxeo.org/nuxeo.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.nuxeo.org/ $(lsb_release -cs) releases"
sudo add-apt-repository "deb http://apt.nuxeo.org/ $(lsb_release -cs) fasttracks"
#sudo bash -c 'echo deb http://www.deb-multimedia.org testing main non-free>>/etc/apt/sources.list'
sudo add-apt-repository ppa:mc3man/trusty-media
#sudo apt-get update
#sudo apt-get install deb-multimedia-keyring --force-yes -y
sudo apt-get update
@Kreijstal
Kreijstal / PonyTown.js
Last active April 24, 2024 06:37
Hacks for not popular glorified chat called ponytown
//>implying whoever reads it can understand this
//Minified code from Rainb Essentials.
var genParser=function(e,t,n){function r(e,t){var n,r,i,a;return e?e instanceof RegExp?(i=new RegExp,i.compile("^(?:"+e.source+")",(e.multiline?"m":"")+(e.eturnignoreCase?"i":"")),n=i.exec(o.substr(s)),r=n&&n[0],null===r?null:(s+=r.length,r)):"string"==typeof e?e===o.substr(s,e.length)?(s+=e.length,e):null:(r=e.type,a=c[r],n=a(e,t),a?n:null):null}function i(e){return o=e,s=0,a.unknown(r(u))}var o,s,a=t,u={type:"type",is:n},c={expression:function(e){var t,n,i,o,s,a,u,c,l,p,f,h,d,g={type:"alternate",contains:[e.contains]},b={type:"alternate",contains:[]},y={type:"alternate",contains:[]},m=[],v=[];if(c=e.operators){for(t=0,i=c.length;i>t;t++)for(n=0,o=c[t].tokens.length;o>n;n++)a=c[t].tokens[n],e.whiteSpaceIgnore?"string"==typeof a?b.contains.push(new RegExp("\\s*(?:"+a.replace(/([-+\\?.!$^&*(){}[\]])/g,"\\$1")+")\\s*")):a instanceof RegExp?b.contains.push(new RegExp("\\s*(?:"+a.source+")\\s*",(a.multiline?"m":"")+(a.ignoreCa
@Kreijstal
Kreijstal / Pacman.sh
Last active June 8, 2016 03:54
flinux archlinx setup
pacman -y
pacman -S archboot
pacman -S inxi
pacman -S fakeroot
pacman -S screenfetch
@Kreijstal
Kreijstal / chocolatey.ps1
Last active April 20, 2016 23:35
Chocolatey programs
cinst chocolateygui gimp mixxx pviewer autodesk-fusion360 hydrus-network vlc atom kitty.portable adobeshockwaveplayer autoit qbittorrent winscp.portable zoomit unfreez wget teamviewer procmon visualstudiocode ultravnc pstools openvpn imagemagick.tool servicepulse.install texstudio windows-tweaker mobaxterm spacesniffer intellijidea-community slack btsync dolphin sandboxie speedfan processhacker.portable dexpot rainmeter 0install.portable virtuawin googlejapaneseinput reaper krita anki screenpresso adobe-creative-cloud praat -y
#To consider
#mp3 volume equalizer
cinst mp3gain-gui
#video converter
cinst mvc
#code problems
cinst exercism-io-cli
var ipt = document.querySelector('input[name="previous_step_id"]'); if(ipt) { /* var num = /1\s+of\s+(\d+)/.exec(document.body.textContent); if(num) { num = +num[1]; ipt.value = +ipt.value + num; console.log('OK'); }*/ var inputs = document.querySelectorAll('input[type="radio"]'); for(var i = 0; i < inputs.length; i++) inputs[i].checked = true; document.querySelector('#survey-form').submit(); }
@Kreijstal
Kreijstal / dism.bat
Created April 1, 2015 05:54
Get all windows features available
dism /online /get-features