Skip to content
View chrishuan9's full-sized avatar
🎯
Focusing
🎯
Focusing

Sponsoring

@squidfunk
@Homebrew
@semaphoreui

Highlights

  • Pro
Block or Report

Block or report chrishuan9

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. deluge-extractor deluge-extractor Public

    Modified extractor plugin for the deluge torrent client

    Python 38 26

  2. arduino-osx-serialmonitor-fix arduino-osx-serialmonitor-fix Public

    Arduino serialmonitor fix for MacOSX

    AppleScript 2

  3. wrt54gl-fhnw wrt54gl-fhnw Public

    Firmware and configuration for Linksys' famous WRT54GL for client mode set-up using 802.1X

    Shell 2

  4. android-orm-benchmark android-orm-benchmark Public

    Forked from littleinc/android-orm-benchmark

    Android application for benchmarking ORMLite and GreenDao against each other

    Java

  5. 50/50 Layout Split with RelativeLay... 50/50 Layout Split with RelativeLayout in Android by using an invisible View and centering it
    1
    <RelativeLayout 
    2
        android:layout_width="fill_parent"
    3
        android:layout_height="wrap_content">
    4
        <View android:id="@+id/strut"
    5
            android:layout_width="0dp"
  6. tmux cheat sheet tmux cheat sheet
    1
    # tmux cheatsheet
    2
    
    
    3
    As configured in [my dotfiles](https://github.com/henrik/dotfiles/blob/master/tmux.conf).
    4
    
    
    5
    start new: