Skip to content

Instantly share code, notes, and snippets.

View jspiros's full-sized avatar

Joseph Spiros jspiros

View GitHub Profile
@NikitaKarnauhov
NikitaKarnauhov / tlrecode.sh
Created May 16, 2016 18:02
Shell script to decode and encode TP-LINK router config files
#!/usr/bin/env bash
# tlrecode.sh
# Decode and encode TP-LINK router config files.
#
# Creative Commons CC0 License:
# http://creativecommons.org/publicdomain/zero/1.0/
#
# To the extent possible under law, the person who associated CC0 with this
# work has waived all copyright and related or neighboring rights to this work.
@z3t0
z3t0 / README.md
Last active August 4, 2021 20:21
Installing Arch Linux on Chuwi Vi8

Installing Linux on the Chuwi Vi8

This gist is a work in progress with various tips and bits of information designed to aid anyone in trying to get linux working on their Chuwi Vi8.

NOTE: As of yet, none of the information has been CONFIRMED by myself!!! I will be providing links that point to all the resources where other users have reported certain things to be working. This disclaimer will be removed once I test and confirm everything.

Support

This project aims to get Arch Linux running on the device with wifi and touch working. Other priorities can be added through requests.

Specifications and Drivers

Keybase proof

I hereby claim:

  • I am jspiros on github.
  • I am jspiros (https://keybase.io/jspiros) on keybase.
  • I have a public key whose fingerprint is 4B68 B4B1 754D D141 E6F9 803B 4F25 E665 6970 47AE

To claim this, I am signing this object:

@lelandbatey
lelandbatey / whiteboardCleaner.md
Last active April 25, 2024 02:01
Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!

Description

This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.

The script is here:

#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"

Results

@andialbrecht
andialbrecht / customtreemodel.py
Created January 5, 2013 19:46
Simple script demonstrating a custom Gtk.TreeModel for Gtk 3 (known as GenericTreeModel in PyGtk 2).
#!/usr/bin/env python3
# This script demonstrates a custom TreeModel (known as
# GenericTreeModel in PyGtk 2).
#
# Note: This script requires python-gi (pygobject) >= 3.4.
from gi.repository import GObject, Gtk
@jnoller
jnoller / gist:3846767
Created October 7, 2012 01:30
DjangoCon 2012 US Magnet Link
magnet:?xt=urn:btih:74f8f17a5fe1807288e390fec9ac975c7ff6d968&dn=DjangoCon%20US%202012&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80
/*
---
name: guilloche
script: guilloche.js
description: guilloche
provides: [Guilloche]
...
*/