テクノロジーとチームと山とポケモンとアルコールを愛しています。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[ | |
{ | |
"a": 6 | |
}, | |
"Esc", | |
{ | |
"a": 4 | |
}, | |
"!\n1", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{a:6},"Esc",{a:4},"!\n1","@\n2","#\n3","$\n4","%\n5",{x:2},"^\n6","&\n7","*\n8","(\n9",")\n0","_\n-","+\n=","|\n\\","~\n`"], | |
[{a:6,w:1.5},"Tab","Q","W","E","R","T",{x:2},"Y","U","I","O","P",{a:4},"{\n[","}\n]",{a:6,w:1.5},"Delete"], | |
[{w:1.75},"Control","A","S","D","F","G",{x:2},"H","J","K","L",{a:4},":\n;","\"\n'",{a:6,w:2.25},"Return"], | |
[{w:2.25},"Shift","Z","X","C","V","B",{x:2},"N","M",{a:4},"<\n,",">\n.","?\n/",{a:6,w:1.75},"Shift","Fn"], | |
[{x:1.5,a:4},"\n\nOpt\n\n\n\nAlt",{w:1.5},"\n\n⌘\n\n\n\n◇",{w:2.75},"",{x:2},"",{w:2.25},"",{w:1.5},"\n\n⌘\n\n\n\n◇","\n\nOpt\n\n\n\nAlt"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/continuous-integration.yml | |
--- | |
name: Continuous Integration | |
on: | |
push: | |
schedule: | |
- cron: "0 */4 * * *" # At minute 0 past every 4th hour | |
jobs: | |
static_analysis_python: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Both of ap-south-1 and ap-northeast-2 are same prefix list id, but its have different cidrs. | |
# Is this collect??? | |
$ aws ec2 describe-prefix-lists --region=ap-south-1 | |
{ | |
"PrefixLists": [ | |
{ | |
"PrefixListName": "com.amazonaws.ap-south-1.s3", | |
"Cidrs": [ | |
"52.92.248.0/22", |
I hereby claim:
- I am Surgo on github.
- I am surgo (https://keybase.io/surgo) on keybase.
- I have a public key whose fingerprint is F435 1067 89BD A98B 4BE6 7DC7 3B1D 9400 1486 499A
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Settings | |
set noautofocus | |
set cncpcompletion | |
set nosmoothscroll | |
set nohud | |
set autohidecursor | |
set typelinkhints | |
let scrollduration = 10 | |
let searchlimit = 40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export HOME=/etc/zabbix/externalscripts/ | |
result=0 | |
if [ "$1" == "CPULoadUser" ] ; then | |
load=`/usr/sbin/apache2ctl status | /bin/grep "CPU load" | /usr/bin/awk '{print $3}'` | |
result=${load:1} | |
elif [ "$1" == "CPULoadSystem" ] ; then | |
load=`/usr/sbin/apache2ctl status | /bin/grep "CPU load" | /usr/bin/awk '{print $4}'` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import argparse | |
import subprocess | |
try: | |
from lxml import etree | |
except ImportError: | |
try: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MemTotal: 35031888 kB | |
MemFree: 4275668 kB | |
Buffers: 1725140 kB | |
Cached: 11862228 kB | |
SwapCached: 644 kB | |
Active: 16243416 kB | |
Inactive: 7513128 kB | |
Active(anon): 9654152 kB | |
Inactive(anon): 971044 kB | |
Active(file): 6589264 kB |
NewerOlder