Pinned Repositories
Algorithm-and-Leetcode
I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.
Books
Repository used to save different kinds of books
ERP
An ERP project.
GMAN_Net_Haze_Removal
Single Image Dehazing with a Generic Model-Agnostic Convolutional Neural Network
llvm-kaleidoscope
LLVM Kaleidoscope Compiler
Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
PDF-table-converter
This is a repository used to create serialized files(xml, json, csv) from pdf tables.
Seanforfun.github.io
My techblog. List all most of my leetcode solutions in Java and all of my conclusions about java back-end skills from 2017.
Second-Kill
This is a repository used to save a back-end program. This program is a preparation for the QR-code project and I want to try integrate all techniques to this project which can be used directly without modification.
Spring-Cloud-Structure
A general structure for Spring Cloud.
Seanforfun's Repositories
Seanforfun/Algorithm-and-Leetcode
I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.
Seanforfun/Books
Repository used to save different kinds of books
Seanforfun/GMAN_Net_Haze_Removal
Single Image Dehazing with a Generic Model-Agnostic Convolutional Neural Network
Seanforfun/llvm-kaleidoscope
LLVM Kaleidoscope Compiler
Seanforfun/Seanforfun.github.io
My techblog. List all most of my leetcode solutions in Java and all of my conclusions about java back-end skills from 2017.
Seanforfun/ERP
An ERP project.
Seanforfun/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Seanforfun/PDF-table-converter
This is a repository used to create serialized files(xml, json, csv) from pdf tables.
Seanforfun/Spring-Cloud-Structure
A general structure for Spring Cloud.
Seanforfun/4DM4-Computer-Architecture-Working-Platform
This is a repository for course 4DM4. I am the TA of this course. Students can raise questions and make appointment with me in issue column.
Seanforfun/Deep-Image-Matting
This is tensorflow implementation for paper "Deep Image Matting"
Seanforfun/Second-Kill
This is a repository used to save a back-end program. This program is a preparation for the QR-code project and I want to try integrate all techniques to this project which can be used directly without modification.
Seanforfun/Distributed-Tensorflow-Framework
A distributed tensorflow training framework.
Seanforfun/E-Store_ssh
An E-store based on Struts2, Hibernate and Spring.(网上商城SSH版本)
Seanforfun/ItcastLearningSmallDemos
Watch vedios from itcast education. This repository is used to save all of the small samples, which cannot even be treated as small projects. Self Learning use only.
Seanforfun/Java-Knowledge
Java Technology conclusions.
Seanforfun/SeanForFunBlog
A java-web based technology blog
Seanforfun/SimpleCustomersManageSystem
A simple customer manage system practice using Mysql database, this is my first project on github.
Seanforfun/SimpleFilterPractice
A simple filter practice, use the filter to realize simplified "remember me" function. Only used for practice.
Seanforfun/SimpleNetDisk
A simple net disk which has upload and download functions. Upload all kinds of files into a sql database and can download the uploaded files to local disk.
Seanforfun/SpringCloudConfig
Seanforfun/Tracking-with-darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Seanforfun/Web-Store
The Estore practice is a small project from itcast education program. I personally followed the instructions and requirement to realize the practice by myself. Most of font side are copied directly with some modifications. I wrote most of the back-side programming.