Pinned Repositories
archives
The codes I am not going to update.
CoffeeInAMin
The project for COMS4156 - Advanced Software Engineering
COMS6998
The codes for COMS6998 - Cloud Computing and Big Data
count-lines
Count the occurrence of the lines using a hash table. Faster than `sort | uniq -c`.
dnf-upgrade-zfs
Auto upgrade ZFS packages on Fedora
EBGM
An implementation of EBGM (Elastic Bunch Graph Matching) algorithm using C++. Aims at one-sample-per-person problem in face recognition.
nginx-file-server
A lightweight file server using nginx ONLY. Backend: an nginx executable. Frontend: some static html/css/js files.
wifishare
开启、管理wifi热点,以及查看常用网卡信息。
writer-identification-system
Some tools written for a writer identification system using RootSIFT, PCA-Whitening, GMM Encoding and Exemplar-SVMs. This repository does not include codes by my teammates.
liuqx0717's Repositories
liuqx0717/wifishare
开启、管理wifi热点,以及查看常用网卡信息。
liuqx0717/EBGM
An implementation of EBGM (Elastic Bunch Graph Matching) algorithm using C++. Aims at one-sample-per-person problem in face recognition.
liuqx0717/COMS6998
The codes for COMS6998 - Cloud Computing and Big Data
liuqx0717/nginx-file-server
A lightweight file server using nginx ONLY. Backend: an nginx executable. Frontend: some static html/css/js files.
liuqx0717/writer-identification-system
Some tools written for a writer identification system using RootSIFT, PCA-Whitening, GMM Encoding and Exemplar-SVMs. This repository does not include codes by my teammates.
liuqx0717/archives
The codes I am not going to update.
liuqx0717/CoffeeInAMin
The project for COMS4156 - Advanced Software Engineering
liuqx0717/count-lines
Count the occurrence of the lines using a hash table. Faster than `sort | uniq -c`.
liuqx0717/dnf-upgrade-zfs
Auto upgrade ZFS packages on Fedora
liuqx0717/misc
Some functions I wrote for future use. The successor of archives/lqxstd.
liuqx0717/tabs-to-spaces
Tabs to spaces converter written in C#, converts tabs to spaces conveniently.