Skip to content

Instantly share code, notes, and snippets.

View gabx's full-sized avatar

Arno Gaboury gabx

View GitHub Profile
---
title: "Untitled"
output: html_document
---
```{r include = FALSE}
library(tidyverse)
library(tidyquant)
library(timetk)
library(readxl)

Keybase proof

I hereby claim:

  • I am gabx on github.
  • I am tth (https://keybase.io/tth) on keybase.
  • I have a public key whose fingerprint is 93C2 45DF CD2D 4DEC 8340 8062 055D 9B43 92AB 63D5

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am gabx on github.
  • I am tth (https://keybase.io/tth) on keybase.
  • I have a public key whose fingerprint is FE37 924C 291E E860 F4AF D42C 7FD9 B301 54E2 B5A0

To claim this, I am signing this object:

import os
import pprint
import fnmatch
import time
import subprocess
def find_services_needing_restart():
services = {}
pids = [ f for f in os.listdir('/proc') if f.isdigit() and os.path.isdir(os.path.join('/proc', f)) ]