Skip to content

Instantly share code, notes, and snippets.

View ReeganArockiasmy's full-sized avatar
🎯
Focusing

Reegan ReeganArockiasmy

🎯
Focusing
View GitHub Profile
@ReeganArockiasmy
ReeganArockiasmy / tmux_local_install.sh
Created July 15, 2016 06:03 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.8
@ReeganArockiasmy
ReeganArockiasmy / tmux_local_install.sh
Created July 15, 2016 06:03 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.8
@ReeganArockiasmy
ReeganArockiasmy / JavaServer.java
Created February 10, 2016 09:55 — forked from thomd/JavaServer.java
XML-RPC Sample with a Java Server and a Python Client
// src/main/java/net/thomd/JavaServer.java
package net.thomd;
import java.util.Hashtable;
import helma.xmlrpc.*;
public class JavaServer {
public JavaServer () {
@ReeganArockiasmy
ReeganArockiasmy / spin.py
Created January 20, 2016 05:16 — forked from arindampradhan/spin.py
Spinners for python | python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import signal
from os import system
### MENU ###
# Here are all the elements you can import
# Box elements