5 years ago
13
Articles
5 years ago in Stuff
automatic-api
A list of software that turns your database into a REST/GraphQL API
6 years ago in Stuff
6 years ago in Cheatsheets
upgrade OpenSUSE from Leap to Tumbleweed
su
mkdir /etc/zypp/repos.d/old
mv /etc/zypp/repos.d/*.repo /etc/zypp/repos.d/old
zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/oss repo-oss
zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/non-oss repo-non-oss
zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/debug repo-debug
zypper ar -f -c http://download.opensuse.org/update/tumbleweed/ repo-update
zypper dup
6 years ago in Tools
JsExe
JsExe is a demo-oriented JavaScript compressor. It takes as input a standalone JavaScript source file and produces an HTML source file which executes a JavaScript with the same behaviour as the input one. JsExe aims to produce the smallest HTML file, using the best combination of compression tricks, such as embedding JS code in a PNG image.
6 years ago
7
Tools
6 years ago in Online Tools
ShaderGif
Live editing of shaders with the ability to save them as animated GIF
6 years ago in Tutorials
HTML & CSS Is Hard (But it doesn’t have to be)
A friendly web development tutorial for complete beginners
6 years ago
8