Skip to content

Instantly share code, notes, and snippets.

View metaVariable's full-sized avatar

Kento Aoyama metaVariable

View GitHub Profile
@JonnoFTW
JonnoFTW / pqstat.py
Created April 5, 2018 03:07
A python curses script to interactively view SGE qstat output
#!/usr/bin/env python
import curses
import subprocess
import sys
from datetime import datetime
AUTHOR = "Jonathan Mackenzie"
NAME = "pqstat"
def get_qstat(args):
return subprocess.Popen(['qstat']+args,stdout=subprocess.PIPE).communicate()[0]
def main(scr):
@szdr
szdr / introduction_of_kernel.ipynb
Last active November 24, 2016 02:05
カーネル法の導入
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.