Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
numerical-analysis-zju
assignments for my numerical analysis course
Mathematica 1
-
Flow-Guided-Feature-Aggregation
Forked from msracver/Flow-Guided-Feature-Aggregation
Flow-Guided Feature Aggregation for Video Object Detection
Python 1
-
json
C
-
Computer-Graphics
Course assignments
HTML
-
LaTeX-Template
My LaTeX setting template
TeX
-
zju-icicles
Forked from QSCTech/zju-icicles
浙江大学课程攻略共享计划
C 1
61 contributions in the last year
Contribution activity
May 2019
April 2019
Created an issue in JuliaLang/julia that received 2 comments
occursin() bug
occursin function always returns true when there is an empty string in a string array.
julia> a = ["a", "b", ""]
3-element Array{String,1}: "a" "b"…