Skip to content

Instantly share code, notes, and snippets.

View ikitayama's full-sized avatar
🏠
Working from home

Itaru Kitayama ikitayama

🏠
Working from home
  • Fujitsu
  • Kobe
  • 15:47 (UTC +09:00)
  • LinkedIn in/itaru
View GitHub Profile
#!/usr/bin/ruby
# usage: rpmpatch specfile [--localname name] files...
# example: rpmpatch kernel.spec --localname .mytest ../SOURCES/00*
require "optparse"
localname = nil
@ax3l
ax3l / CUDA_Compilers.md
Last active March 17, 2026 05:46
CUDA Compilers
@apurvam
apurvam / graphdb-simulator.cpp
Last active December 16, 2020 19:55
A program which simulates the read and write behavior of LinkedIn's GraphDB
/* Instructions on compilation and execution
* =========================================
*
* Compile this program with pthreads:
*
* g++ -Wall -lpthread -o graphdb-simulator graphdb-simulator.cpp
*
* Before you run this program, you need to create the following
* directories:
*

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: