-
Sometimes need to open large log file in prod env but with limited memory, such as docker container
It's dangerous because will cause OOM kill
Refer to this issue https://github.com/neovim/neovim/…
-
Been trying some -i read options and can say that 49k lines in a *.txt works good. But not 24 million lines...
Whats the maximum addresses the clBitCrack and cuBitcrack versions can read?
ghost updated
3 years ago
-
My DLL defines a callback function named as mycallback
DLL_API typedef void(*mycallback)(void* ptr, int userData);
where ptr is a mallocated buf:
ptr = (MyStructure*)malloc(sizeof(MyStructure))…
-
This continues #96.
@Andhrabharati Let's discuss the details of annexure changes here.
Suggest you start with a new file, mw_iast_AB_3.txt. It will begin as a copy of mw_iast_AB_2a.txt.
…
-
- VSCode Version: 1.58.0
- Local OS Version: Windows 10 x64 20H2 19042.1083
- Remote OS Version: Debian GNU/Linux 10 (buster)
- Remote Extension/Connection Type: Docker (using WSL2 containers)
…
-
Open a document (JavaScript) that only contains a Tab followed by any character.
Status bar settings should use `%C` to display column position (if your setting is `%c`, subtract 1 to all my examples…
-
Type **text** and then put bracket **(** directly in front of it and **)** directly behind. You will get **(text)**.
Then put another pair of brackets **()** in the same way. You will get **((text)**…
-
@AnnaRybakovaT
OK - We'll consider it an experiment to get you started using Git, starting at zero.
-
`[\x{20000}-\x{2A6D6}\x{2A700}-\x{2B734}\x{2B820}-\x{2CEA1}\x{2CEB0}-\x{2EBE0}\x{30000}-\x{3134A}]`
wisim updated
4 years ago
-
The search operation in large documents is slow.
I guess it is because BowPad has to search the whole document and highlight each matches in the scroll bar.
Is it appropriate to add an option into…