Skip to content

Instantly share code, notes, and snippets.

View Gram21's full-sized avatar

Jan Keim Gram21

View GitHub Profile
# POS Tags #
ADJECTIVE("JJ")
ADJECTIVE_COMPARATIVE(ADJECTIVE + "R")
ADJECTIVE_SUPERLATIVE(ADJECTIVE + "S")
ADVERB("RB")
ADVERB_COMPARATIVE(ADVERB + "R")
ADVERB_SUPERLATIVE(ADVERB + "S")
ADVERB_WH("W" + ADVERB)
CONJUNCTION_COORDINATING("CC")
CONJUNCTION_SUBORDINATING("IN")
@Gram21
Gram21 / VSCode Snippets LaTeX
Last active June 12, 2018 09:09
Snippets for VSCode
{
"Itemize Environment": {
"prefix": "item",
"body": [
"\\begin{itemize}",
"\t\\item $0",
"\\end{itemize}"
],
"description": "Creates an Itemize Environment and add the first item"
},
r2repo="~/rand/radare2"
echo "Start updating and upgrading. This may take a while"
echo "****************************************************************"
echo "brew..."
brew update --verbose && brew upgrade && brew cleanup
echo "****************************************************************"
echo "pip..."
pip list --format=legacy --outdated | cut -d ' ' -f1 | xargs -n1 pip install -U
pip list --format=legacy --outdated | cut -d ' ' -f1 | xargs -n1 sudo -H pip install -U
echo "****************************************************************"
@Gram21
Gram21 / gist:5f8dcddd38800c974299
Created November 15, 2015 19:11
GDB Debug w/ open connection for remote
Socat-Version:
gdb socat -exec="set follow-fork-mode child"
r tcp-listen:4444,reuseaddr exec:./binary,PTY,raw,echo=0
Ncat-Version
gdb ncat -exec="set follow-fork-mode child"
r -l 0.0.0.0 1234 -e ./binary
@Gram21
Gram21 / .zshrc
Last active November 6, 2023 17:00
Standard .zshrc files
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="gnzh"
# Texteditor and zshconfig aliases
@Gram21
Gram21 / keybase.md
Last active February 19, 2023 07:36

Keybase proof

I hereby claim:

  • I am gram21 on github.
  • I am gramarye (https://keybase.io/gramarye) on keybase.
  • I have a public key ASDy0MWdIt7cGUouUXFMjpTXHbADgYf8F8snBTUdS13VZAo

To claim this, I am signing this object: