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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
- neigt
- lagern
- schräg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//>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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -y | |
pacman -S archboot | |
pacman -S inxi | |
pacman -S fakeroot | |
pacman -S screenfetch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dism /online /get-features |