HeisenBerg?

Results 136 issues of HeisenBerg?

I want to dive into this and make a contribution, can you talk a little about

``` { // width: 2166, height: 1650, fps: 30, width: 720, height: 1280, fps: 30, outPath: './commonFeatures.mp4', // outPath: './commonFeatures.gif', audioFilePath: '.HowtoMakeYour_ucto.aiff', clips: [ { duration: 92, transition: { name:...

question

这样子好做演示视频

enhancement

I have successfully installed the torch and gfx.js on my ubuntu docker container. when I want to start the server, root@5054ff50ba22:/torch-tutorials# luajit -lgfx.start luajit: /usr/local/share/lua/5.1/gfx/js.lua:14: attempt to concatenate a nil...

``` data-clear@dataclear:~/dev/ocr/clstm$ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ --std=c++11 -Wno-unused-result -o clstmfilter.o -c -g -O3 -DEIGEN_NO_DEBUG -DCATCH=catch -DCLSTM_ALL_TENSOR=1 -DNODISPLAY=1 -DTHROW=throw...

bug

``` Exception in Tkinter callback Traceback (most recent call last): File "D:\Program Files\anaconda3\lib\site-packages\sox\core.py", line 147, in soxi shell_output = subprocess.check_output( File "D:\Program Files\anaconda3\lib\subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE,...

dear sir , i have read your wonderful answer http://stackoverflow.com/questions/12703387/pdf-font-encoding-why-cant-i-copy-text-from-a-pdf my question is https://github.com/jbarlow83/OCRmyPDF/issues/99 as you can say ,original pdf file seems have fully embbed fonts but as https://github.com/mozilla/pdf.js/issues/7712#issuecomment-253253006 suggest...

could you provide a dockerfile to run the demo ?

通过rgw 使用multipart upload 的时候 假如一个文件38M 4M一块 分成10块 整个上传过程会产生10个分块对应的hash 和一个总的hash 请问您知道总的hash的计算方法吗 如何从原始文件和10个分块对应的hash得到这个值 在整个过程中客户端是否只要保证10个分块的hash是一致的即可确保文件没有损坏