Skip to content

Instantly share code, notes, and snippets.

View aeroaks's full-sized avatar

Akshay Verma aeroaks

  • Netherlands
View GitHub Profile

Goal

My goal was pretty simple. Setup a central storage on a Raspberry Pi device, so we could exchange files at home without using the cloud or skype. It wasn't so hard to setup and I do recommend it to everyone that can spare some time and effort into doing this.

List of goals:

  • Central storage to place and exchange files.
  • Accessible from desktop and mobile devices.
  • Available only on the internal network.
@aeroaks
aeroaks / pgcbar.py
Last active April 12, 2016 08:19 — forked from maedoc/pgcbar.py
PyQtGraph colorbar class (using hsv color)
import numpy as np
import pyqtgraph as pg
class ColorBar(pg.GraphicsObject):
def __init__(self, cmap, width, height, ticks=None, tick_labels=None, label=None):
pg.GraphicsObject.__init__(self)
# handle args