jxu
jxu
Using `let g:clang_snippets=1` in my vimrc, I get the following error when opening a c file: ``` Error detected while processing function 14_ClangCompleteInit: line 150: Traceback (most recent call last):...
Essentially https://github.com/lifepillar/vim-solarized8/issues/11 So use hi MatchParen ctermfg=208 ctermbg=233 cterm=bold " Original: "hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
I wrote some number theory functions here (not optimized) at https://github.com/jxu/PyPE/blob/master/src/number.py
It's well-known for competition programming in C++ to use the following simple I/O optimizations: - `ios_base::sync_with_stdio(false)` which shouldn't ever be a problem as you shouldn't use C I/O in c++...
**Article:** [Balanced Ternary](https://cp-algorithms.com/algebra/balanced-ternary.html) I didn't realize we had a balanced ternary article. This is pretty niche but could be useful for some obscure balance problems. Z is used for -1,...
**Article:** [Sqrt Decomposition](https://cp-algorithms.com/data_structures/sqrt_decomposition.html) **Problem:** I think in math terms it's usually cleaner to think about intervals a[l,r) (begin index inclusive, end index exclusive) than a[l,r] (both inclusive). If you look...
If finite differences are easy to compute, binary search on finite differences can be simpler (and potentially faster by a constant factor). Interestingly there is no binary search page? I...
Important enough that it deserves its own article if it doesn't exist already (I didn't find it in a quick search) I wrote a quick stackoverflow answer for the special...
## Description Error while running inside osu lazer. runtime.log ``` 2022-05-06 05:44:01 [verbose]: ---------------------------------------------------------- 2022-05-06 05:44:01 [verbose]: runtime Log for jx (LogLevel: Verbose) 2022-05-06 05:44:01 [verbose]: Running osu 2022.501.0.0 on...