Skip to content

Instantly share code, notes, and snippets.

View kane-thornwyrd's full-sized avatar
🏠
Working from home

Jean-cédric T. kane-thornwyrd

🏠
Working from home
  • France
  • 04:51 (UTC +02:00)
View GitHub Profile
[kane-thornwyrd@monolith:Projets/godot]$ ./bin/godot.linuxbsd.tools.64 (08-05 21:31)
Godot Engine v4.0.dev.custom_build.6831da630 - https://godotengine.org
DisplayServer::_create_window 0 want rect: 448, 240, 1024, 600 got rect 448, 240, 1024, 600
Scanning projects at: /home/kane-thornwyrd/Projets/godot_projects
Found 17 projects.
DisplayServer::_window_changed: 0 rect: 452, 266, 1024, 600
Editing project: /home/kane-thornwyrd/Projets/godot_projects/kane-ui-nav (::home::kane-thornwyrd::Projets::godot_projects::kane-ui-nav)
Godot Engine v4.0.dev.custom_build.6831da630 - https://godotengine.org
DisplayServer::_create_window 0 want rect: 448, 240, 1024, 600 got rect 448, 240, 1024, 600
[kane-thornwyrd@monolith:Projets/godot]$ ./bin/godot.linuxbsd.tools.64.llvm (08-05 18:17)
Godot Engine v4.0.dev.custom_build.ec678c5e9 - https://godotengine.org
DisplayServer::_create_window 0 want rect: 448, 240, 1024, 600 got rect 448, 240, 1024, 600
Scanning projects at: /home/kane-thornwyrd/Projets/godot_projects
Found 17 projects.
DisplayServer::_window_changed: 0 rect: 452, 266, 1024, 600
Editing project: /home/kane-thornwyrd/Projets/godot_projects/kane-ui-nav (::home::kane-thornwyrd::Projets::godot_projects::kane-ui-nav)
Godot Engine v4.0.dev.custom_build.ec678c5e9 - https://godotengine.org
DisplayServer::_create_window 0 want rect: 448, 240, 1024, 600 got rect 448, 240, 1024, 600
const targets = [
{},
{},
{id:2},
{id:42},
{id:1},
{id:0},
]
const targetId = 42
@kane-thornwyrd
kane-thornwyrd / gamefromscratch.com.css
Last active May 28, 2020 01:06
I was annoyed by the look of this site, at the point I couldn't read properly because the font was effed up etc.
body {
background-color: #333;
font-family: sans-serif;
font-size: 14px;
box-sizing: border-box;
color: #555;
}
a {
color: #3b76fe;
MultiMC version: 0.6.12-develop-1352
Minecraft folder is:
/home/kane-thornwyrd/MultiMC/instances/TFC TNG- Kane's wrath/.minecraft
Java path is:
/usr/java/jre1.8.0_212-amd64/bin/java
MultiMC version: 0.6.12-develop-1352
Minecraft folder is:
/home/kane-thornwyrd/MultiMC/instances/TFC TNG- Kane's wrath/.minecraft
Java path is:
/usr/java/jre1.8.0_212-amd64/bin/java
MultiMC version: 0.6.12-develop-1352
Minecraft folder is:
/home/kane-thornwyrd/MultiMC/instances/TFC TNG- Kane's wrath/.minecraft
Java path is:
/usr/java/jre1.8.0_212-amd64/bin/java
ohmyzsh/ohmyzsh
romkatv/powerlevel10k
djui/alias-tips
zsh-users/zsh-completions
zsh-users/zsh-syntax-highlighting
b4b4r07/emoji-cli
lukechilds/zsh-nvm
ohmyzsh/ohmyzsh path:plugins/git-hubflow
ohmyzsh/ohmyzsh path:plugins/direnv
ohmyzsh/ohmyzsh path:plugins/colored-man-pages
@kane-thornwyrd
kane-thornwyrd / webm2ogg.sh
Created April 30, 2020 10:01
Convert all the webm files in the current folder into ogg audio files…
#! /bin/sh
\ls -1 *.webm | xargs -I % echo "%" | sed -e 's/\.webm$//i' | xargs -I % ffmpeg -i "%.webm" -threads $(nproc --ignore=2) -vn -y "%.ogg"
Welcome,
Here will be the changelog for each version
of this modpack.