Skip to content

Instantly share code, notes, and snippets.

View jkot's full-sized avatar

Jakub Kotowski jkot

  • Prague, Czech Republic
View GitHub Profile
@jkot
jkot / intercept_tcp.md
Created March 11, 2015 00:01
Intercept TCP traffic
@jkot
jkot / postgresql_tips.md
Last active August 7, 2023 07:56
Postgresql Tips and Tricks
@jkot
jkot / linux_terminal_colors.md
Last active August 29, 2015 14:18
Terminal and Colors on Linux
alias lesc='LESS="-R" LESSOPEN="|pygmentize -g %s" less'
alias dmesgc='dmesg -Lalways'
alias catc='pygmentize -g'
@jkot
jkot / Java.md
Last active August 29, 2015 14:19
Java

Build Classpath in Shell

#!/bin/sh 

colons() {
     IFS=':'; echo "$*" 
}

classpath() {
@jkot
jkot / Mac OSX.md
Last active September 4, 2022 15:11

Tiling Window Manager

Rectangle

Keys

Remapping

Enter in Finder, etc. Karabiner (used to be KeyRemap4MacBook)

Key Repeat Speed

http://rndness.com/blog/2018/2/4/tensorflow-with-jupyter-notebooks-using-virtualenv
https://github.com/tensorflow/tensorflow/issues/14273
https://github.com/lakshayg/tensorflow-build