I'm an Electrical Engineer (graduated from Delft University of Technology in 2021), but have always had software as a side-hustle/hobby.
- Utrecht, Netherlands
- https://danielkappelle.com
Highlights
- Pro
Pinned Loading
-
portable-sdr-pi
portable-sdr-pi PublicPortable SDR solution based on Raspberry Pi and RTL-SDR
Python 1
-
bitbucket-mattermost-bridge
bitbucket-mattermost-bridge PublicBridge to use bitbucket webhooks with mattermost
-
Random image to b64 in clipboard
Random image to b64 in clipboard 1curl 'http://lorempixel.com/500/500/' -H 'Connection: keep-alive' -H 'Cache-Control: max-age=0' \
2-H 'Upgrade-Insecure-Requests: 1' \
3-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36' \
4-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8' \
5-H 'Accept-Encoding: gzip, deflate' -H 'Accept-Language: en-US,en;q=0.9,nl;q=0.8' \
-
Kill all processes that match grep
Kill all processes that match grep 1#!/bin/sh
2# Usage
3# $ ./killall.sh <youmatch>
45sudo kill -9 $(ps aux | grep $1 | sed -r 's/^[a-zA-Z]+\s+([0-9]+).*$/\1/')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.