This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acc | |
accept | |
acceptatie | |
access | |
accounts | |
alpha | |
alt | |
api | |
app | |
apps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
## $ ports.py nmap.xml | |
## 8.8.8.8:80 | |
## 8.8.8.8:443 | |
## 8.8.8.8:3305 | |
#install requirements: pip install python-libnmap | |
#uses python 2 |


This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.include "m32def.inc" | |
;===============================; | |
; Define all constants (.equ) ; | |
;===============================; | |
.equ digit0 = 0b11110111 | |
.equ digit1 = 0b10100100 | |
.equ digit2 = 0b11011101 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application/atom+xml | |
application/json | |
application/json | |
application/json | |
application/ld+json | |
application/rss+xml | |
application/vnd.geo+json | |
application/xml | |
application/xml | |
application/javascript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am melvinsh on github. | |
* I am melvin (https://keybase.io/melvin) on keybase. | |
* I have a public key ASDSHe4hYvGZ3L5b7Rfg7uk9TBnYQcSRvdlsGwMRBzqT0Ao | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert(document.domain); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
listen [::]:80; | |
server_name melvin.sh www.melvin.sh melvinlammerts.nl www.melvinlammerts.nl; | |
return 301 https://$host$request_uri; | |
} | |
server { | |
listen 443 ssl http2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Alt - Z | |
unbind C-b | |
set-option -g prefix M-z | |
bind-key M-z send-prefix | |
# Splitting | |
bind \ split-window -h | |
bind - split-window -v | |
unbind '"' | |
unbind % |
NewerOlder