Find the longest string or integer in a SHA1 Hash (or whatever). It’s just sha-mazing and without any...
You can use this to retrieve the current price for an crypto currency. I used this in another project...
If you want to process payments with Payone, here is a simple package. How to use it...
Inspired by engineeringblogs.xyz (GitHub). Generate a HTML output from several rss feeds. go run...
Inspired from this blog post and basic-computer-games. This game is an adaptation of the game...
Just for fun tool to search in the Wordle wordlist. Usage Usage of ./wordle-solver: -except...
How I found a good opener for Wordle
The easiest way to achieve this is to write something like cat ~/.ssh/config_* >> ~/.ssh/config...
println() is a built-in function and looks useful to developers, because they lack dependencies. But...
This is a simple example of how to move files from one folder to another automatically with Go and...
Some weeks ago, I started microblogging on my regular blog. At first it was just an experiment, but I...
Did you know that URLs are a valid syntactic element in C? Maybe the syntax highlighting will give...
Huohhhh. fuwwy stwing twansfowmew ;3 Built @zuzakistan’s (@BBCBweaking) OWO with Golang. Source:...
In the last time, I really interested in learn Golang.I like to learn while I code things and don’t...
I never had a problem commuting to work. It was okay because I had time to listen podcasts or new...
How to find talkaktive friends on Twitter with Twitter's REST Api
How to find out who don't follow back with Twitter's REST Api.
Sometimes, I'm curious about who unfollow me on Twitter. So I had the idea, to write a little script...
In a time where internet outrage is at its peak, one way to escape this is by mute keywords, hashtags and by using regular expressions.
I wanted a shell script to analyze my access logs from httpd. I found this from @ruanbekker,...
Populate /etc/mail/aliases echo "root: YOUR_LOCAL_USER" >> /etc/mail/aliases Enter...
Populate /etc/acme-client.conf and replace example.com with your domain authority letsencrypt { ...
Populate /etc/httpd.conf and replace example.com with your domain server "example.com" { listen...
Create a new instance and select OpenBSD 6.3 as operating system. After a minute you can login on...
The State pattern is a solution to the problem of how to make behavior depend on state.
To randomize my ssh tunnels, I use a small script. This script looks at my ~/.ssh/config for hosts...
I like to write small notes in simple files with vim. Sometimes I want to encrypt these files, so...