Toggle navigation
CoolMind
Home
tools
archive
about
tags
Detail blogs categoried by tags
Dummy
To the last day of March
~
Mar 31, 2014
Reading
GeoHash algorithm
~
Mar 01, 2021
Design pattern
~
Aug 16, 2019
Approach a System Design Interview
~
Jul 18, 2019
Redis python API cheatsheet
~
Jul 07, 2019
Nginx server and location selection
~
Jul 06, 2019
Add custom domain for github pages
~
Jun 10, 2019
Compile and run STL using llvm(libcxx)
~
Apr 17, 2019
Code Rush观后感
~
Apr 03, 2014
<<高效能程序员的修炼>>读后感
~
Mar 31, 2014
Algorithm
Dijkstra's 3-way quick sort
~
Sep 24, 2019
Prime related
~
May 16, 2019
Implementation of A star algorithm
~
Apr 09, 2014
Ruby
Remove comments in java or C++
~
Apr 23, 2014
Closures in Ruby
~
Apr 18, 2014
Cpp
CMake and Google benchmark
~
Dec 21, 2024
std::transform not working with std::toupper
~
May 26, 2022
Enum in Cpp and Python
~
Jul 18, 2020
How to fill a container?
~
May 10, 2020
Revisit compare in map and set
~
May 07, 2020
Lower bound and upper bound of set/map
~
Mar 08, 2020
How to exit nested loops
~
Feb 18, 2020
Common functions implemented using STL
~
Feb 08, 2020
Generate random numbers in C++
~
Nov 06, 2019
std::ofstream in cpp
~
Nov 01, 2019
std::ifstream in cpp
~
Oct 30, 2019
String in cpp
~
Oct 13, 2019
C++ Iterator
~
Sep 22, 2019
Compare in set and map
~
Apr 18, 2019
C++ bind and function
~
Apr 16, 2019
C++ STL algorithm
~
Apr 10, 2019
C++ STL priority queue and heap
~
Apr 08, 2019
C++ STL algo base
~
Apr 01, 2019
C++ STL stack, queue and deque
~
Mar 30, 2019
C++ STL list and slit
~
Mar 29, 2019
C++ STL Vector
~
Mar 28, 2019
C++ allocation related
~
Mar 27, 2019
C++ pair and type traits, construct, uninitialzed copy and fill
~
Mar 26, 2019
iterator
~
Mar 10, 2016
Implicit conversions
~
May 28, 2014
iostream用法
~
May 12, 2014
C++中动态内存分配
~
May 04, 2014
C++中模板的学习
~
Apr 27, 2014
sizeof的总结
~
Apr 24, 2014
Operating system
Multitasking Management in the Operating System Kernel
~
May 15, 2014
Vim
Buffer only in vim
~
Mar 22, 2022
vim configuration
~
Feb 28, 2015
Git
Move subdirectory of a git repository and keep commit message
~
Mar 08, 2020
改变之前 commit 的信息
~
Apr 05, 2018
Git tutorial
~
Nov 27, 2017
git basics
~
Mar 01, 2015
Thinking
关于频繁换工作的思考
~
Mar 16, 2017
Macbook新机的一些配置记录
~
Dec 04, 2016
Tools
Linux split
~
May 29, 2022
iptables in linux
~
May 06, 2022
SuperTAB and YouCompleteMe compatibility
~
Dec 26, 2019
Notes about making Github pages beautiful
~
Oct 11, 2019
why indentLint not working with mac vim (8.0)?
~
Apr 18, 2018
Diagram in UML
~
Dec 03, 2017
Integrating RemarkJS with Jekyll
~
Nov 26, 2017
awk + wget 实现的简单爬虫
~
Mar 11, 2017
去除下载文档中的水印
~
Mar 09, 2017
Shell
Arrays and dict in bash
~
Aug 19, 2022
awk内置函数和字符串
~
Mar 28, 2017
awk 基本概念
~
Mar 27, 2017
sed 正则表达式简介
~
Mar 19, 2017
Linux shell 条件判断
~
Mar 18, 2017
Python
PyTorch slow inference
~
Aug 23, 2022
Build a menubar macos App using PyQt5 and PyInstaller
~
Jun 28, 2022
Partially render in Jinja
~
Jun 07, 2022
python pickle
~
May 18, 2022
Python Jinja2
~
May 16, 2022
How tornado starts?
~
May 09, 2022
Kubernetes python package
~
May 07, 2022
logger.debug causes performance issues
~
Apr 24, 2022
Python itertools
~
Apr 21, 2022
Python tempfile module
~
Apr 14, 2022
Base64 in python
~
Mar 18, 2022
Date and string format in python
~
Jan 26, 2022
Python command line comparison
~
Nov 10, 2021
Add Unique ID for Http Request
~
Nov 03, 2021
Who passes the additional argument to my `fn` ?
~
May 21, 2021
Python unittest and unittest.mock
~
Aug 20, 2020
Enum in Cpp and Python
~
Jul 18, 2020
Python closure
~
May 05, 2020
Python contextlib
~
Mar 11, 2020
setup.py in Python
~
Nov 05, 2019
operator module in Python
~
Nov 02, 2019
Python File related IO
~
Oct 28, 2019
functools in Python
~
Oct 17, 2019
abc module in Python
~
Oct 16, 2019
Python descriptor
~
Sep 30, 2019
Python logging module
~
Oct 27, 2018
Python 中 Retrier 的实现
~
Apr 01, 2018
A Guide To Python Magic Methods
~
Dec 24, 2017
如何使用 sphinx 来生成代码文档
~
Dec 16, 2017
Descriptor and decorator in Python
~
Dec 10, 2017
Leetcode
Find the minimum in a rotated array
~
Feb 05, 2021
Leetcode summary of 20200301-20200308
~
Mar 14, 2020
Leetcode summary of 20200223-20200301
~
Mar 01, 2020
Ugly number I and II
~
Feb 25, 2020
Leetcode summary of 20200217-20200223
~
Feb 24, 2020
Leetcode summary of 20200209-20200216
~
Feb 16, 2020
Leetcode summary of 20190922-20190929
~
Sep 29, 2019
Leetcode summary of 20190915-20190922
~
Sep 22, 2019
Leetcode summary of 20190908-20190915
~
Sep 15, 2019
Leetcode summary of 20190901-20190908
~
Sep 08, 2019
Leetcode summary of 20190826-20190901
~
Sep 01, 2019
Merge interval and Insert interval
~
May 18, 2019
Subsets and Permutations
~
May 11, 2019
Linked list cycle
~
Apr 27, 2019
Median of two sorted arrays
~
Apr 26, 2019
Jump game
~
Apr 24, 2019
Binary tree traversal
~
Apr 19, 2019
Majority Element I && II
~
Apr 09, 2019
Most Common Word
~
Apr 07, 2019
Implement strStr
~
Apr 06, 2019
Squares of a Sorted Array
~
Apr 05, 2019
Non-decreasing Array
~
Apr 05, 2019
Shortest unsorted continuous subarray
~
Apr 04, 2019
System
How to Design a Scalable Rate Limiting Algorithm
~
May 08, 2020
Tensorflow
Merge tensorflow models
~
Dec 27, 2020
Estimator core in evaluator
~
Nov 24, 2020
Estimator OOM after export model frequently
~
Oct 27, 2020
Feature column a tutorial
~
Sep 11, 2020
Estimator a tutorial
~
Sep 03, 2020
Tensorflow save and restore A tutorial
~
Aug 13, 2020
How does tensorflow create a kernel?
~
Jun 26, 2020
Build tensorflow on Mac
~
Jun 20, 2020
Dailycodingproblem
Running Median
~
Aug 06, 2020
Run-length encoding
~
Jul 28, 2020
Edit distance
~
Jul 28, 2020
Containing water
~
Jul 28, 2020
K node from end
~
Jul 25, 2020
Bracket match
~
Jul 25, 2020
Regular expression match
~
Jul 23, 2020
Lock or unlock a binary tree
~
Jul 21, 2020
Minimum steps to reach
~
Jul 20, 2020
Combinations of words
~
Jul 19, 2020
Minimum number of rooms required
~
Jul 18, 2020
Intersecting node of two lists
~
Jul 17, 2020
Minimum cost to color houses
~
Jul 16, 2020
Sliding maximum of range k subarray
~
Jul 15, 2020
Longest file path size
~
Jul 15, 2020
Fixed size queue
~
Jul 13, 2020
Pick a number randomly from an unlimited stream
~
Jul 12, 2020
Estimate PI
~
Jul 11, 2020
At most distinct K
~
Jul 10, 2020
Climb up staircase
~
Jul 09, 2020
An autocomplete system
~
Jul 08, 2020
Job scheduler
~
Jul 07, 2020
Maximum non-adjacent sum
~
Jul 06, 2020
Xor linked list
~
Jul 05, 2020
Universal tree
~
Jul 05, 2020
Decode ways
~
Jul 05, 2020
Cdr and car of a pair
~
Jul 01, 2020
Janestreet
Cdr and car of a pair
~
Jul 01, 2020
Facebook
Containing water
~
Jul 28, 2020
Bracket match
~
Jul 25, 2020
Regular expression match
~
Jul 23, 2020
Minimum cost to color houses
~
Jul 16, 2020
Pick a number randomly from an unlimited stream
~
Jul 12, 2020
Decode ways
~
Jul 05, 2020
Google
Edit distance
~
Jul 28, 2020
K node from end
~
Jul 25, 2020
Lock or unlock a binary tree
~
Jul 21, 2020
Minimum steps to reach
~
Jul 20, 2020
Intersecting node of two lists
~
Jul 17, 2020
Sliding maximum of range k subarray
~
Jul 15, 2020
Longest file path size
~
Jul 15, 2020
Estimate PI
~
Jul 11, 2020
Xor linked list
~
Jul 05, 2020
Universal tree
~
Jul 05, 2020
Airbnb
Maximum non-adjacent sum
~
Jul 06, 2020
Apple
Job scheduler
~
Jul 07, 2020
Twitter
Fixed size queue
~
Jul 13, 2020
An autocomplete system
~
Jul 08, 2020
Amazon
Run-length encoding
~
Jul 28, 2020
At most distinct K
~
Jul 10, 2020
Climb up staircase
~
Jul 09, 2020
Snapchat
Minimum number of rooms required
~
Jul 18, 2020
Microsoft
Running Median
~
Aug 06, 2020
Combinations of words
~
Jul 19, 2020
Blog
How tornado starts?
~
May 09, 2022
Kubernetes python package
~
May 07, 2022
Python itertools
~
Apr 21, 2022
Base64 in python
~
Mar 18, 2022
Tmux
tmux conf
~
Apr 11, 2022
Pyqt
Build a menubar macos App using PyQt5 and PyInstaller
~
Jun 28, 2022