I hereby claim:
- I am strugee on github.
- I am strugee (https://keybase.io/strugee) on keybase.
- I have a public key ASC9gapv_grlcgAsbrftwWFxIlY7sBXSCWOJunNNrZ__kQo
To claim this, I am signing this object:
| #!/bin/bash | |
| set -euo pipefail | |
| if ! type apg >/dev/null 2>&1; then | |
| echo fatal: apg not found 1>&2 | |
| exit 1 | |
| fi | |
| if ! type jq >/dev/null 2>&1; then |
| #!/usr/bin/env python3 | |
| # This is Creative Commons Zero licensed my dudes | |
| # https://creativecommons.org/publicdomain/zero/1.0/legalcode | |
| # (C) 2024 Absolutely Fuckin Nobody ideally | |
| # No you don't get any decent comments | |
| # (Sorry not sorry) | |
| from datetime import date |
| twimg | |
| licdn | |
| t.co |
| // ==UserScript== | |
| // @name Hide work-related GitHub notifications | |
| // @namespace https://strugee.net/ | |
| // @description Hides GitHub notifications about work on your personal machine | |
| // @version 4 | |
| // @grant GM.setValue | |
| // @grant GM.getValue | |
| // @include https://github.com/* | |
| // @noframes | |
| // @run-at document-end |
I hereby claim:
To claim this, I am signing this object:
| Copyright (C) 2017 AJ Jordan <[email protected]>. License AGPLv3+: GNU | |
| Affero GPL version 3 or later | |
| <https://gnu.org/licenses/agpl-3.0.html>. This is free software: you | |
| are free to change and redistribute it. There is NO WARRANTY, to the | |
| extent permitted by law. | |
| {"name":"lazymention","hostname":"cannot-bind","pid":25484,"level":30,"msg":"Server | |
| listening at | |
| http://0.0.0.0:8000/","time":"2017-11-15T19:57:18.690Z","v":0} | |
| {"name":"lazymention","hostname":"cannot-bind","pid":25484,"component":"get","job_id":"925e6cd2-ade5-4cce-a82c-905c62b241cb","level":20,"url":"https://strugee.net/blog/","msg":"Retrieving | |
| URL with HTTP GET over TLS.","time":"2017-11-15T19:57:41.636Z","v":0} |
| alex@cannot-bind ‹ master ●● › : ~/Development/pump.io | |
| [0] % cd ../stratic-handle-offset | |
| alex@cannot-bind ‹ master ● › : ~/Development/stratic-handle-offset | |
| [0] % npm test | |
| > [email protected] test /home/alex/Development/stratic-handle-offset | |
| > nyc -r lcov perjury test.js | |
| [ | |
| { | |
| "type": "github", | |
| "username": "strugee" | |
| }, | |
| { | |
| "type": "gitlab", | |
| "username": "strugee", | |
| "cookie": "XXX" | |
| }, |
| #!/bin/bash | |
| # count_numbers.bash | |
| # Written by Aditya and AJ | |
| # | |
| # This is a relatively simple bash script. We went through a couple | |
| # iterations - the comments are leftover from when I was trying to | |
| # make it work without calling out to `seq` (which outputs number | |
| # sequences to stdout). As it turns out, `{num..num2}` expansion |
| #!/usr/bin/env node | |
| /* | |
| Copyright © 2013-2015 Alex Jordan <[email protected]> | |
| This work is free. Except where otherwise noted, you can redistribute | |
| it and/or modify it under the terms of the Do What The Fuck You Want To | |
| Public License, Version 2, as published by Sam Hocevar. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |