I hereby claim:
- I am okkdev on github.
- I am okk2094 (https://keybase.io/okk2094) on keybase.
- I have a public key ASDinODwTdaCAJIS1bjKhe7_JNWLg0RSQpyRZirS8Tkpjgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I decided to start compiling all the content creators I know of.
It's hard to split them into categories cause many of them do different types of content.
I tried to focus on their most common/popular type of content, but especially the general content/gameplay section is pretty lost lol.
Might also need to start splitting them by game or add notes.
Comment if I'm missing something.
| client { | |
| host_volume "valheim" { | |
| path = "/opt/gamedata/valheim" | |
| read_only = false | |
| } | |
| } |
| # Insert your preferred key mappings here. | |
| map <c-d> scrollPageDown | |
| map <c-u> scrollPageUp | |
| map J nextTab | |
| map K previousTab | |
| unmap x | |
| unmap / | |
| unmap o | |
| unmap t |
| console.log([...document.querySelectorAll('#WantsListTable>table>tbody>tr')].map(x => [x.querySelector('.amount').innerText+'x', x.querySelector('.name').innerText, '('+x.querySelector('.expansion>div>span>span').innerText+')'].join(' ')).join('\n')) |
| //3D rounded cube | |
| module rcube(width, depth, height, radius, center){ | |
| points = [ | |
| for (p = [ | |
| [0 + radius, 0 + radius], | |
| [0 + radius, depth - radius], | |
| [width - radius, 0 + radius], | |
| [width - radius, depth - radius] | |
| ]) | |
| if (center) [p[0] - width / 2, p[1] - depth / 2] |
| // ==UserScript== | |
| // @name Better Time Display | |
| // @namespace Violentmonkey Scripts | |
| // @match https://abaprod01.sympasol.com/portal/myabacus/proj_inandout* | |
| // @grant none | |
| // @version 3.0 | |
| // @author js | |
| // @run-at document-end | |
| // ==/UserScript== |