Skip to content

Instantly share code, notes, and snippets.

View qilicun's full-sized avatar
💭
I may be slow to respond.

Liu Ming qilicun

💭
I may be slow to respond.
View GitHub Profile
@qilicun
qilicun / git.md
Created January 20, 2019 06:23 — forked from suziewong/git.md
Git的多账号如何处理? 1.同一台电脑多个git(不同网站的)账号 2.同一台电脑多个git(同一个网站的比如github的)多个账号

1.同一台电脑可以有2个git账号(不同网站的)

首先不同网站,当然可以使用同一个邮箱,比如我的github,gitlab,bitbucket的账号都是monkeysuzie[at]gmail.com 这时候不用担心密钥的问题,因为这些网站push pull 认证的唯一性的是邮箱 比如我的windows 上 2个账号一个gitlab 一个github (用的都是id_rsa)

host github
  hostname github.com
  Port 22

host gitlab.zjut.com

@qilicun
qilicun / gaussian-processes-1.ipynb
Created December 11, 2018 06:33 — forked from abridgland/gaussian-processes-1.ipynb
A Jupyter notebook to accompany Intro to Gaussian Processes - Part I at http://bridg.land/posts/gaussian-processes-1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@qilicun
qilicun / 词性标记.md
Created April 21, 2017 02:26 — forked from luw2007/词性标记.md
词性标记: 包含 ICTPOS3.0词性标记集、ICTCLAS 汉语词性标注集、jieba 字典中出现的词性、simhash 中可以忽略的部分词性

词的分类

  • 实词:名词、动词、形容词、状态词、区别词、数词、量词、代词
  • 虚词:副词、介词、连词、助词、拟声词、叹词。

ICTPOS3.0词性标记集

n 名词

nr 人名

@qilicun
qilicun / gor.dat
Created July 30, 2014 06:35
spe1 gor
0.000000000000000000e+00 0.000000000000000000e+00
1.000000000000000000e+00 2.261968372320145875e+02
1.500000000000000000e+01 2.261968372320145875e+02
4.000000000000000000e+01 2.198708317290987964e+02
6.500000000000000000e+01 2.224617096601527066e+02
9.000000000000000000e+01 2.221351501094009677e+02
1.150000000000000000e+02 2.203983510033900473e+02
1.400000000000000000e+02 2.206368732920771265e+02
1.650000000000000000e+02 2.233939655739090426e+02
1.900000000000000000e+02 2.262644498492802256e+02
@qilicun
qilicun / dune-cornerpoint
Created May 24, 2014 07:09
make VERBOSE=1
/usr/bin/cmake -H/home/liuming/Norne/dune-cornerpoint -B/home/liuming/Norne/dune-cornerpoint/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/liuming/Norne/dune-cornerpoint/build/CMakeFiles /home/liuming/Norne/dune-cornerpoint/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/liuming/Norne/dune-cornerpoint/build'
make -f CMakeFiles/update-version.dir/build.make CMakeFiles/update-version.dir/depend
make[2]: Entering directory `/home/liuming/Norne/dune-cornerpoint/build'
cd /home/liuming/Norne/dune-cornerpoint/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/liuming/Norne/dune-cornerpoint /home/liuming/Norne/dune-cornerpoint /home/liuming/Norne/dune-cornerpoint/build /home/liuming/Norne/dune-cornerpoint/build /home/liuming/Norne/dune-cornerpoint/build/CMakeFiles/update-version.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/liuming/Norne/dune-cornerpoint/build'
make -f CMakeFiles/u
# find out the size of a pointer. this is required to only search for
# libraries in the directories relevant for the architecture
if (CMAKE_SIZEOF_VOID_P)
math (EXPR _BITS "8 * ${CMAKE_SIZEOF_VOID_P}")
endif (CMAKE_SIZEOF_VOID_P)
# look for a system-wide BLAS library
find_package(BLAS QUIET)
set(PETSC_BLAS_LIBRARY "")
if (BLAS_FOUND)
@qilicun
qilicun / 2013-11-19-opm-autodiff
Created November 19, 2013 00:58
2013-11-19-opm-autodiff
cmake -DDUNE_ROOT=/home/liuming/work/dune ../
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
@qilicun
qilicun / CMakeError.log
Last active December 28, 2015 02:29
CMakeError.log
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1219798285/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1219798285.dir/build.make CMakeFiles/cmTryCompileExec1219798285.dir/build
make[1]: Entering directory `/home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1219798285.dir/CheckSymbolExists.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -std=c99 -o CMakeFiles/cmTryCompileExec1219798285.dir/CheckSymbolExists.c.o -c /home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec1219798285
@qilicun
qilicun / 20131112-1716-build.log
Created November 12, 2013 09:20
build autodiff failed with dune
Script started on 2013年11月12日 星期二 17时16分44秒
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info