Skip to content

Instantly share code, notes, and snippets.

View okkdev's full-sized avatar
🧬
tired and wired

Jen Stehlik okkdev

🧬
tired and wired
View GitHub Profile
@okkdev
okkdev / rcube.scad
Created February 27, 2023 18:53
rounded cube openscad
//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]
@okkdev
okkdev / cardmarket_wantlist_extractor.js
Last active February 23, 2024 20:03
Run this script in the browser console of a cardmarket wantlist to export the list as decklist with this format: AMOUNTx CARDNAME (EXPANSION)
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'))
@okkdev
okkdev / vimium.css
Created August 6, 2021 13:46
Vimium Theme
/* Modified Simply Dark to switch theme based on host. https://github.com/ysjn/vimium-simply-dark */
:root {
--background: #444;
--foreground: #fff;
}
@media (prefers-color-scheme: light) {
:root {
--background: #fafaff;
@okkdev
okkdev / nomad.hcl
Last active March 10, 2021 11:09
Valheim Server Nomad Job
client {
host_volume "valheim" {
path = "/opt/gamedata/valheim"
read_only = false
}
}

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.


@okkdev
okkdev / keybase.md
Created August 30, 2019 13:19
Keybase Proof

Keybase proof

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: