Skip to content

Instantly share code, notes, and snippets.

View roronya's full-sized avatar

roronya roronya

  • japan
View GitHub Profile
@roronya
roronya / 00_timeline.md
Created July 19, 2019 11:30 — forked from south37/00_timeline.md
ISUCON Cheat Sheet
$ATOMHOME = $$HOME/.atom
install: hydrogen
$ATOMHOME/bin/apm-install $ATOMHOME/atomfile
hydrogen: pip
sudo apt-get install libzmq3-dev
sudo pip install ipython
pip:
#!/bin/sh
while read package;
do
if [ ! -d "$HOME/.atom/packages/$package" ];
then
apm install $package;
else
echo "$package is already installed."
fi
done < $1
import random
if __name__ == '__main__':
omimiwo = ''
while True:
omimiwo = omimiwo + random.choice('おみみを')
if omimiwo[-4:] == 'おみみを':
print(omimiwo)
break
print('はむはむ')
# coding: utf-8
# Here your code !
import math
saba = 110
azi = 188
iwashi = 66
coelacanth = 88
money = 3000
#!/bin/sh
# add by me
setxkbmap -option "ctrl:swapcaps"
compton &
synapse &
# fix broken $UID on some system...
if test "x$UID" = "x"; then
if test -x /usr/xpg4/bin/id; then
{
"ui" : {
"global" : {
"ui-type" : "default",
"show-indicator" : false
},
"shortcuts" : {
"activate" : "<Control>space",
"execute" : "Return",
"execute-without-hide" : "<Shift>Return",
[global_config]
title_transmit_bg_color = "#de8384"
[keybindings]
next_tab = <Primary>Tab
prev_tab = <Primary><Shift>Tab
[profiles]
[[default]]
scrollbar_position = hidden
use_system_font = False
background_darkness = 0.84
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
setxkbmap -option "ctrl:swapcaps"
compton &
synapse &