Skip to content

Instantly share code, notes, and snippets.

View valkjsaaa's full-sized avatar

Jackie Yang valkjsaaa

View GitHub Profile
@valkjsaaa
valkjsaaa / libmf.rb
Created April 19, 2016 14:10
Homebrew formula for libmf
class Libmf < Formula
desc "open source tool for approximating an incomplete matrix."
homepage "https://www.csie.ntu.edu.tw/~cjlin/libmf/"
url "http://www.csie.ntu.edu.tw/~cjlin/libmf/libmf-2.01.zip"
sha256 "75bb98a4e8f1a318d7d07556583727b4e301759904570bf527972d964d34ef30"
patch :DATA
def install
system "make"
system "make", "lib"
@valkjsaaa
valkjsaaa / features.md
Last active September 3, 2015 02:04
features in the IOT system

Feature and progress report of the IoT system

Here I listed most of the features of the IoT system that I have implemented or I'm goint to implement. Tick in the checkbox means that it is done, empty checkbox means that it is still under development.

Overall Progress

  • Desktop system
  • Mobile system
@valkjsaaa
valkjsaaa / scenario.md
Created August 1, 2015 05:58
Scenarios and design of IOT programming environment

Targeted scenario

lower the volume around me if there is a phone call notify me

problems about moving around priority of actions

@valkjsaaa
valkjsaaa / bracket to begin end
Created May 9, 2015 05:21
Regular expression to match bracket verilog
\{(([^\{\}]?(?R)?(\{((?3)|[^\{\};])*\})?)*;+([^\{\}]?(?R)?(\{((?3)|[^\{\};])*\})?)*)\}