Skip to content

Instantly share code, notes, and snippets.

@jivkok
jivkok / My Exiftool Cheatsheet.md
Created December 28, 2020 09:04 — forked from dnozay/My Exiftool Cheatsheet.md
Cheatsheet for image / video metadata manipulation.

Cheatsheet for image / video metadata manipulation.

Last updated 2019-07-24

Disclaimer

until more specific license...

THE CONTENT BELOW IS PROVIDED "AS-IS",
WE DISCLAIM LIABILITY FOR ALL USES TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW.
@jivkok
jivkok / # Vagrant Commands.md
Created September 20, 2018 06:36 — forked from Javvadilakshman/# Vagrant Commands.md
Vagrant Commands and bash alias for vagrant

Vagrant


  1. Basic Vagrant Operating Commands
  2. Vagrant Alias For Bash Shell
@jivkok
jivkok / mac-apps.md
Created October 1, 2017 01:38 — forked from erikreagan/mac-apps.md
Mac developer must-haves

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

@jivkok
jivkok / latency.txt
Created January 31, 2017 16:16 — forked from jboner/latency.txt
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers
--------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD
@jivkok
jivkok / gist:614cb2cddc582daaadb94083d2db424d
Created January 4, 2017 06:16 — forked from rtaibah/gist:0922731c452c6d1ab682
Linux Mint 17 + Xmonad on Macbook Pro Retina 15

Base installations

sudo apt-get install blueman build-essentials calcurse chromium-browser cpufrequtils gnupg2 gparted hfsprogs imagemagick linux-tools-common lxappearance mplayer rtorrent ruby skype ubuntu-restricted-essentials urlview vagrant vim xclip

System Configurations

Lastpass

@jivkok
jivkok / tmux-cheatsheet.markdown
Created December 24, 2015 10:28 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@jivkok
jivkok / visual-studio-shortcuts.md
Last active August 29, 2015 14:27
Visual Studio Shortcuts

Visual Studio Shortcuts

Editing:

  • Ctrl+L: cuts the current line
  • Ctrl+del: Join lines
  • Shift+del: delete line
  • Ctrl+C with nothing selected: copies current line
  • Ctrl+F3: search for current select (like VIM *)
  • Ctrl+Enter; Ctrl+Shift+Enter: insert blank line above/below current line
  • Ctrl+Shift+W: select word (like VIM viw)
@jivkok
jivkok / gource.cmd
Created April 16, 2015 06:37
gource
gource.exe --output-ppm-stream gource.ppm -1280x720 --hide filenames,usernames --disable-progress --multi-sampling --bloom-intensity 1.0 --seconds-per-day 30 c:\gitrepo
ffmpeg -i gource.ppm -an -threads 4 -y -f image2pipe -vcodec libx264 -aspect 16:9 -s 1280x720 -r 30.000
-vb 8000000 gource.mp4
@jivkok
jivkok / windows_setup.md
Last active April 17, 2019 22:45
Windows setup

Setup Windows

Basic environment

Option #1 (concise, with Boxstarter & Chocolatey)

Open http://j.mp/jivkokshell in Internet Explorer. Same as:

START http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/jivkok/Chocolatey-Packages/master/jivkok.Shell/shell.boxstarter.ps1
@jivkok
jivkok / osx_setup.md
Last active August 29, 2015 14:12
OSX setup

Setup Mac OSX

Run Software Update

Make sure everything is up to date.

Install Xcode and its "Command Line Tools"

  1. Go to App Store and install Xcode.
  2. Open and accept the terms