Skip to content

Instantly share code, notes, and snippets.

View mjwsteenbergen's full-sized avatar

Martijn Steenbergen mjwsteenbergen

View GitHub Profile
@mjwsteenbergen
mjwsteenbergen / word-list.json
Created November 23, 2019 13:21
Default word list
This file has been truncated, but you can view the full file.
{
"software": 4,
"release": 3,
"life": 3,
"cycle": 3,
"from": 5,
"wikipedia": 4,
"the": 6,
"free": 4,
"encyclopedia": 4,
/* Oneliner */
#nav-bar {
margin-top: -34px !important;
margin-right: 138px;
margin-right: calc(100vw - 35px) !important;
position: relative;
border-top: none !important;
max-height: 34px;
background-color: black !important;
transition: margin-right 0.2s cubic-bezier(0.77, 0, 0.175, 1) !important;
@mjwsteenbergen
mjwsteenbergen / CodeOfConduct.md
Created February 18, 2019 09:33
Code Of Conduct

The CSE1105-2019 Chat Code of Conduct

This code of conduct describes the way we will expect you to behave within our Mattermost team. We reserve the right to kick students out of the team for inappropriate behavior, even if this is the first offense.

General rules

  • Treat everyone with respect. Remember the human. When you communicate online, all you see is a computer screen. When talking to someone you might want to ask yourself “Would I say it to the person’s face?” or “Would I get jumped if I said this to a buddy?”
  • Make yourself recognizable by setting your username to your netid, setting your name and (optionally) having a profile picture.
  • Keep conversations confined to the appropriate channels.
  • Do not post inappropriate links. Post nothing that might be considered NSFW (not safe for work).
  • Cursing is frowned upon. You may be muted for repeated cursing or for particularly offensive words.
@mjwsteenbergen
mjwsteenbergen / style.css
Last active June 12, 2019 10:06
Markender style
@import url('https://rsms.me/inter/inter-ui.css');
@media print {
body {
font-size: 13px;
}
h1 {
font-size: 30px;
}
@mjwsteenbergen
mjwsteenbergen / call.sh
Last active March 8, 2018 10:37
Software Testing and Reverse Engineering
#bin/bash
set -o errexit
value=`cat $1`
curl --request POST \
--url http://192.168.2.23:8065/api/v4/posts \
--header 'Content-Type: application/json' \
--data $value \
--fail \
-H "authorization: BEARER 6tzw59x7kbbo5gcu6jtsk8a4pr" -H "Cookie: ajs_user_id=null; ajs_group_id=null; ajs_anonymous_id="%"2200000000000000000000000000"%"22; MMAUTHTOKEN=6tzw59x7kbbo5gcu6jtsk8a4pr;"