Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thypon/hackerspace-stuff

(un)useful stuff that should not be missing in any hackerspace
https://github.com/thypon/hackerspace-stuff

Last synced: 29 days ago
JSON representation

(un)useful stuff that should not be missing in any hackerspace

Awesome Lists containing this project

README

        

HackerSpace Stuff
=================
(un)useful stuff that should not be missing in any hackerspace.

RemoteCmd
---------
Map remote control keys to custom commands. On first usage generates a
`.remotecmd.json` file and fills it with new keys pressed.

Depends on: `expect`, `lirc`

Light
-----
Turn __on__ and __off__ a light connected to parallel port.

./light.py [on|off]

Depends on: `python-parallel`

Before using, run as root:

# modprobe ppdev
# modprobe -r lp

and add the user to `lp` group

YouComment
----------
__[NSFW]__ Print random comments from an _adult entertainment_ site.

$ cowsay `./youcomment.py`
_________________
< she's beutiful! >
-----------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

FromChan
--------
__[NSFW]__ Show random images from 4chan.

./fromchan.py [image_time] [slide [time]] [board1 [weight1] board2 [weight2] ...]

__WARNING:__ the default board is __/b/__

Depends on: `feh`

Toggle Screen
-------------

Set dpms mode on and off for screens.

---

![BeerWare logo](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/BeerWare_Logo.svg/116px-BeerWare_Logo.svg.png)