manuel

manuel @mnlwldr

About: I’m known as mnlwldr on various platforms. I’m a software developer and live in the southwest of Germany near the France border.

Location:
Germany
Joined:
Jan 13, 2017

manuel
articles - 27 total

Shamazing

Find the longest string or integer in a SHA1 Hash (or whatever). It’s just sha-mazing and without any...

Learn More 3 0Mar 10 '22

Retrieve the current price for an crypto currency

You can use this to retrieve the current price for an crypto currency. I used this in another project...

Learn More 2 0Mar 10 '22

A Simple PAYONE Integration in Golang

If you want to process payments with Payone, here is a simple package. How to use it...

Learn More 1 0Mar 10 '22

RSS to HTML

Inspired by engineeringblogs.xyz (GitHub). Generate a HTML output from several rss feeds. go run...

Learn More 1 0Mar 10 '22

Hi-Lo

Inspired from this blog post and basic-computer-games. This game is an adaptation of the game...

Learn More 1 0Mar 10 '22

Wordle solver

Just for fun tool to search in the Wordle wordlist. Usage Usage of ./wordle-solver: -except...

Learn More 6 0Jan 21 '22

How I found a good opener for Wordle

How I found a good opener for Wordle

Learn More 6 5Jan 13 '22

Merge several individual ssh configuration files to one single file in Golang

The easiest way to achieve this is to write something like cat ~/.ssh/config_* >> ~/.ssh/config...

Learn More 2 0Aug 4 '21

println() and fmt.Println()

println() is a built-in function and looks useful to developers, because they lack dependencies. But...

Learn More 6 0Apr 15 '21

Filewatcher in Golang

This is a simple example of how to move files from one folder to another automatically with Go and...

Learn More 2 0Apr 8 '21

Microblogging

Some weeks ago, I started microblogging on my regular blog. At first it was just an experiment, but I...

Learn More 3 0Dec 10 '20

URL in C

Did you know that URLs are a valid syntactic element in C? Maybe the syntax highlighting will give...

Learn More 1 0Dec 8 '20

OWO - A fuzzy string transformer written in Golang.

Huohhhh. fuwwy stwing twansfowmew ;3 Built @zuzakistan’s (@BBCBweaking) OWO with Golang. Source:...

Learn More 1 0Apr 15 '21

Connect to an IRC server with Golang

In the last time, I really interested in learn Golang.I like to learn while I code things and don’t...

Learn More 10 0Jul 21 '20

Work from home

I never had a problem commuting to work. It was okay because I had time to listen podcasts or new...

Learn More 17 2Jul 3 '20

How to find talkaktive friends on Twitter with Twitter's REST Api

How to find talkaktive friends on Twitter with Twitter's REST Api

Learn More 8 0Feb 8 '20

How to find out who don't follow back with Twitter's REST Api.

How to find out who don't follow back with Twitter's REST Api.

Learn More 6 0Feb 7 '20

How I track unfollower 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...

Learn More 7 0Feb 7 '20

Mute tweets in Tweetbot by regular expressions

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.

Learn More 5 0Jun 21 '19

How to analyze OpenBSD's httpd access.log with a shell script

I wanted a shell script to analyze my access logs from httpd. I found this from @ruanbekker,...

Learn More 11 2Oct 24 '18

How to send and receive emails with OpenSMTPD

Populate /etc/mail/aliases echo "root: YOUR_LOCAL_USER" >> /etc/mail/aliases Enter...

Learn More 12 0Oct 14 '18

How to enable HTTPS with acme-client

Populate /etc/acme-client.conf and replace example.com with your domain authority letsencrypt { ...

Learn More 9 0Oct 14 '18

How to run a webserver with httpd on OpenBSD 6.3

Populate /etc/httpd.conf and replace example.com with your domain server "example.com" { listen...

Learn More 9 0Oct 14 '18

How to run OpenBSD 6.3 instance on Vultr

Create a new instance and select OpenBSD 6.3 as operating system. After a minute you can login on...

Learn More 10 0Oct 14 '18

State Pattern example in PHP

The State pattern is a solution to the problem of how to make behavior depend on state.

Learn More 19 4Sep 28 '17

How to use ssh as a socks5 proxy with autossh

To randomize my ssh tunnels, I use a small script. This script looks at my ~/.ssh/config for hosts...

Learn More 9 0Oct 14 '18

How to handle GPG encrypted files with VIM

I like to write small notes in simple files with vim. Sometimes I want to encrypt these files, so...

Learn More 8 0Oct 14 '18