Alexander Coffin

Results 5 comments of Alexander Coffin

It also appears that Ben Maps, and Quant Maps require WebGL which can be used for fingerprinting. DuckDuckGo Maps, and OpenStreetMaps do not require WebGL.

@alpaylan Here is an example for how to see a proof (not that it is very readable). It attempts to claim that 2 + 3 = 6, and then when...

You can also just do something like: ``` struct Foo, } fn example() { let config: z3::Config = z3::Config::new(); let context = z3::Context::new(&config); let foo = Foo { a: z3::ast::Bool::new_const(&context,...

If anyone decides to implement this please make sure that the ability to have bitvectors with sizes not known at compile time is not lost. I think this means that...

Also I noticed that the following works (notice parentheses): ``` function PrintTestWorkingThree(var) { ("printf '" var "'") | getline result close("printf '" var "'") print result } ```