Skip to content

Instantly share code, notes, and snippets.

@terrancewong
terrancewong / FT232H.JTAG.adapter.for.Xilinx.md
Created October 18, 2021 04:03
FT232H.JTAG.adapter.for.Xilinx
@terrancewong
terrancewong / fruitmath.py
Created December 20, 2019 03:42
Fruit Math
#!/usr/bin/env python3
'''
"An unusual cubic representation problem" Solver
Fruitmath Copyright (C) 2019 Ryoichi Tanaka
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
#!/bin/bash
# MoveImagesByDate - Digital Image/Motion Picturefile managing script for Civilized OSes
# Copyright (C) 2009-2019 Terance
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@terrancewong
terrancewong / tmd.sh
Last active March 7, 2019 04:29
TMD: Twitter Media Downloader. usage: tmd <twitter userID>
#!/bin/bash
t=`mktemp`
t2=`mktemp`
# trap ctrl-c and call ctrl_c()
trap ctrl_c INT
function ctrl_c() {