Skip to content
View SongRb's full-sized avatar
🙂
Leisure
🙂
Leisure

Highlights

  • Pro
Block or Report

Block or report SongRb

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. DeepDiveChineseApps DeepDiveChineseApps Public

    DeepDive Tutorial with Chinese Support

    XSLT 34 14

  2. OneNotePageSearcher OneNotePageSearcher Public

    Full text search for OneNote page content, based on Lucene.NET

    C# 10 1

  3. Word2Vec Word2Vec Public

    C++ Implementation of word2vec

    C++ 11 2

  4. Install tmux locally without root ac... Install tmux locally without root access
    1
    #!/bin/bash
    2
    
    
    3
    # Script for installing tmux on systems where you don't have root access.
    4
    # tmux will be installed in $INSTALL_DIR/local/bin.
    5
    # It's assumed that wget and a C/C++ compiler are installed.