Pinned Repositories
30-seconds-of-java8
🎱 30 seconds to collect useful Java 8 snippet.
Acorns
這棵橡木是松鼠的
Algorithm
准备数据结构、算法时做过的题 题目包含:基础数据结构,算法,大公司笔试真题,牛客算法题,lintcode,九章算法,《剑指Offer》,左程云《程序员代码面试指南》
Algorithm_for_Interview-Chinese
Algorithm for Interview(面试算法笔记-中文)
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
free-programming-books
:books: Freely available programming books
PythonDictionaryOnline
各种公开查询服务的专业定制化
lxchen2001's Repositories
lxchen2001/30-seconds-of-java8
🎱 30 seconds to collect useful Java 8 snippet.
lxchen2001/Algorithm_for_Interview-Chinese
Algorithm for Interview(面试算法笔记-中文)
lxchen2001/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
lxchen2001/arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
lxchen2001/blog
趁还能折腾的时候多读书——前端何时是个头
lxchen2001/docker-selenium
Docker images for Selenium Grid Server (Standalone, Hub, and Nodes).
lxchen2001/effective-java-3e-source-code
The source code from the third edition of Effective Java, with minor additions as necessary to make it runnable.
lxchen2001/getting-MEAN
The source code for the application in my book Getting MEAN.
lxchen2001/gitignore
A collection of useful .gitignore templates
lxchen2001/interactive-coding-challenges
Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
lxchen2001/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
lxchen2001/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
lxchen2001/journaldev
JournalDev Projects
lxchen2001/jsoo
lxchen2001/knex
A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
lxchen2001/learn-python
📚 Playground and cheatsheet for learning Python
lxchen2001/learning-area
Github repo for the MDN Learning Area.
lxchen2001/LintCode
Java Solutions to problems on LintCode/LeetCode
lxchen2001/mean
The MEAN stack uses Mongo, Express, Angular(4) and Node for simple and scalable fullstack js applications
lxchen2001/mooc-software-testing
lxchen2001/ps-first-spring-boot-app
lxchen2001/public-apis
A collective list of public JSON APIs for use in web development.
lxchen2001/selenium
A browser automation framework and ecosystem.
lxchen2001/selenium-automation-bundle
Selenium Automation Bundle is a simple, extendable, and adaptable solution that doesn’t reinvent the wheel but streamlines most testing tasks to help you focus on writing tests with Selenide according to the best patterns.
lxchen2001/spring-boot-examples
Spring Boot Examples
lxchen2001/StubbornJava
Unconventional Java code for building web servers / services without a framework. Think dropwizard but as a seed project instead of a framework. If this project had a theme it would be break the rules but be mindful of your decisions.
lxchen2001/tutorial-examples
lxchen2001/tutorials
The "REST With Spring" Course:
lxchen2001/vscode-python
Python extension for Visual Studio Code
lxchen2001/Wicket-Page-Test
This lightweight library allows you to unit test Wicket pages easily: It launches Jetty to run your webapp in-process and launches the Selenium webdriver. Then you inject POJO mock objects into your page and use the webdriver to drive it.