Skip to content

Instantly share code, notes, and snippets.

View bergutman's full-sized avatar
💩
Writing shit code

Ber Gutman bergutman

💩
Writing shit code
  • Nice try CIA
View GitHub Profile
#!/usr/bin/env python3
import time
import sys
import json
import subprocess
import socket
try:
import psutil
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
#!/usr/bin/env python3
import time
import sys
import json
import subprocess
import socket
try:
import psutil
@bergutman
bergutman / clipolicy.txt
Created December 29, 2017 18:20
Facebook CLI Privacy Policy
This app is literally just for my own personal FB account. I just want to use Facebook from a CLI. Plz don't shut me down.
contract Audits {
address owner;
mapping(address => uint) audits;
function Audits() {
owner = msg.sender;
}
function Approve(address addr) {
if (owner != msg.sender) throw;
@bergutman
bergutman / rinkebyEthPlz.txt
Created July 14, 2017 16:20
Give me some Eth.
0x3AF5947fFDD06637D440be2EFC53ac2FaC6A752B
@bergutman
bergutman / designer.html
Created October 21, 2014 00:14
designer
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
<polymer-element name="my-element">
<template>