retsyo
retsyo
As the title says. I guess this is caused by encoding
I am using Mingw64+msys2 on win7, an installed https://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.7.0/Dynamic-MINGW/Win64/libblas.dll
**Is your feature request related to a problem? Please describe.** I failed to compile lcui on msys2+mingw64 on win7 64 bits. And I don't have VS installed [see the foot...
Is there any such instruction to do so? I have give it a try first, `alloca.h` is reported to be missed in `amx.h`, so I leave `#include ` in `amx.h`....
I am using python 2.7 on win7 64 bits. Here is a code, which just replaces every selected `text` by `text`. [pynput-1.6.8](https://github.com/moses-palmer/pynput) is used for global hotkey and keypress, while...
for example ```bash ./a.txt ./dir/b.txt ```
I am using msys2+mingw32 on Win7 64 bits. I modified pmgen.py (https://github.com/retsyo/nim-pymod/blob/master/pmgen.py) in 2 aspects 1. use raw string in `nim.cfg` and `pmgenSRC_incl.nim` so that `r"r:\someplace"` for nim on windows...
如题,这个建议分2部分,而第2部分其实依赖于第1部分 # 支持脑图 - 将“#”开头的标题,提取为脑图的节点,这个好理解 - 标题下面的文字,则作为节点的”笔记“或者”注释“(类似于https://www.mindmup.com/) - 脑图要是同样支持md的公式就更好了(我想标题中含公式还是常见的;至于标题含其它各种图,好像本来也就是不允许的) - 节点的”笔记“或者”注释“,和md编辑器一样,支持各种公式、图表等等特性 # 支持脑图节点的拖拽 单纯支持节点拖拽,其实没多大意思 我这里说的是,拖拽之后,md文件中,标题和下方的文字也同时变化位置、级别 约定,一级标题的次序,按照从上到下、再从左到右的顺序;而之后的二级……标题,则按从上到下的顺序。这样就不存在次序的困扰了 # md、脑图/笔记双向可编辑 在上述第1部分,脑图来自与md。md变化,则脑图变化 第2部分,已经包含了“编辑脑图次序,改变md”这样方向的编辑。要是可以在脑图中,编辑节点/笔记,同时改变md文字,那就是完全的双向可编辑了 # 是的,这个功能很难、很难。但是这不是拍脑袋想的,之前我写文件的时候确实需要这功能 我也承认,我已怂恿了其它软件去做,得到了两类回复 - 我是正经md编辑器,你提脑图是来搞事情的吗 - 太棒了,我考虑一下
The D is official http://downloads.dlang.org/releases/2.x/2.087.0/dmd.2.087.0.windows.7z from https://dlang.org/download.html The dlangide is latest download zip dlangide-master.zip ``` R:\dlangide-master>dub run --build=release --arch=x86_64 dlangide # or # dub run --build=release --arch=x86_mscoff dlangide Building package...
currently, I use ``` nim c -d:release -d:danger -d:openblas -d:blas=libopenblas ex06_shakespeare_generator.nim ``` in msys2+mingw64 on my windows 10 64 bits. The released exe file needs some dlls which are summed...