l1t1

Results 216 comments of l1t1

in my another pc runing windows7, java is not in path either, but 1.4.9 works, 1.5.1 reports error ``` D:\tool\go_gui>gogui-twogtp -version gogui-twogtp 1.4.9 D:\gogui151>gogui-twogtp -version Exception in thread "main" java.lang.UnsupportedClassVersionError:...

what is the command of jar file?

and lz 205 http://zero.sjeng.org/networks/85a936847e2759ab5ea0389bbe061245dc6025ef9d317a0d1315cc1078b0c34a.gz

and minigo v17 https://github.com/leela-zero/leela-zero/issues/2272#issuecomment-472471357

I searched the Internet. but no binary for windows was found

[dsgen_win32.rar.zip](https://github.com/MonetDB/MonetDB/files/7896499/dsgen_win32.rar.zip) [dsgen_x64.rar.zip](https://github.com/MonetDB/MonetDB/files/7896503/dsgen_x64.rar.zip) binary compiled with vs 2005

maybe we can introduce a range() function that excluding stop value. as python and duckdb did.

thanks. very similar error at https://www.monetdb.org/pipermail/users-list/2012-September/005783.html

could you please tell me the way to view the traces? I made a mistake that query no. 72 costs 18s in monetdb. my test vs duckdb: no |monetdb|duckdb --|--:|--:...

[trc72txt.zip](https://github.com/MonetDB/MonetDB/files/7858779/trc72txt.zip) ```sql sql>\> trc72.txt TRACE SELECT i_item_desc, w_warehouse_name, d1.d_week_seq, sum(CASE WHEN p_promo_sk IS NULL THEN 1 ELSE 0 END) no_promo, sum(CASE WHEN p_promo_sk IS NOT NULL THEN 1 ELSE 0...