Skip to content

Instantly share code, notes, and snippets.

View cocuh's full-sized avatar
🛌
Comfy bed sleeping

cocuh cocuh

🛌
Comfy bed sleeping
View GitHub Profile
@cocuh
cocuh / my_awesome_list.md
Last active November 2, 2015 18:31
work in process

私がArchLinuxで使っているソフトウェア(My awesome list on ArchLinux)

awesome listという文化がgithub(?)にありまして、それを参考にしながら私がArchLinuxで使ってるsoftwareのlistを作ってみました。

awesome listの例:
https://github.com/sindresorhus/awesome

他の人がlinuxで何使っているのか気になるので、こういうの流行ってみんな書いてくれたら嬉しいなぁ…

#!/bin/sh
HERE=$(dirname $(readlink -f $0))
SCREEN_SIZE=${SCREEN_SIZE:-800x600}
XDISPLAY=:1
echo $@
Xephyr +extension RANDR -screen ${SCREEN_SIZE} ${XDISPLAY} -ac &
XEPHYR_PID=$!
@cocuh
cocuh / Makefile
Last active August 29, 2015 14:23
python embedded interpreter on c++
default:
g++ $(shell python-config --cflags --ldflags) hoge.cpp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.