RoachZhao
RoachZhao
@KevinQian97 I didn't use the option like `zero_out.cc`. There is the works `lib/make.sh` for `tensorflow 1.6` at my laptop before. ``` TF_INC=$(python -c 'import tensorflow as tf; print(tf.sysconfig.get_include())') TF_LIB=$(python -c...
@JGuillaumin ths.
But @JGuillaumin, could you give me some advice as may tensorflow version is 1.6.0. Got this error when I run demo.py: ``` Traceback (most recent call last): File "./tools/demo.py", line...
Setting follow link: https://github.com/paulirish/git-open#windows-powershell which posted below: ``` function git-open { cmd /c "C:\Program Files\Git\usr\bin\bash.exe" "~/Documents/Scripts/git-open.sh" } Set-Alias -Name gop -Value git-open ``` not work, either. When run `gop` after...
Maybe same reason with #193
even `:call QuickThemeChange('default')` not works now days.
xfce没有托盘图标怎么搞呢?谁能均我一个,😃
> 操作系统提供的接口即为系统调用。而C语言为了让用户更加方便的编程,自己封装了一些函数,组成了C库。而且不同的操作系统对同一个功能提供的系统调用可能不同,在不同的操作系统上C库对用户屏蔽了这些不同,所谓一次编译处处运行。这里open为系统调用,fopen为C库提供的调用。 C的话不应该是一次编写,处处编译么?
> int n = read(f->fd,f->ptr,BUFSIZ); //系统调用read 中的`f->ptr`不应该是`f->base`么?
[feature request] let g:ycm_goto_buffer_command combine 'same-buffer' and 'split-or-existing-window'
Hi, @puremourning will my issue be solved if I just change line https://github.com/ycm-core/YouCompleteMe/blob/9f4d1011ce90f76cb91f8cfc3db63c7557672efa/python/ycm/youcompleteme.py#L421 to `vim.eval('g:ycm_goto_buffer_command'),` Am I right without talking about tests?