Petar Korponaić

Results 329 comments of Petar Korponaić

@tjf801 thank you! Added to our list.

@tjf801 by the way, I guess you already know that, but just in case to say that workaround is: * you can make n-control-NOT with multiple toffoli gates (requires adding...

Workaround until we implement it natively.

You deserved it after 2 years of waiting! :) Added to dev pipeline.

@tjf801 @tysonwolker basic support for multi-controlled gates and inverted controls is now added to v0.9.186. Only `u1` and `x` for now. ### Usage: **Multi-controlled `u1`** ```javascript var circuit = new...

Now this works in GUI as well: https://youtu.be/0ujizq7iat0

OK. Thank you for your answer.

Maybe "node-ga" module can help - I made simple node server and it works (I'l try that later in meteor) ``` var http = require("http"); var ga = require("node-ga")('UA-XXXXXXXX-X', {...

Hi, No, I didn't - but I even didn't try - I am counting number of downloads by incrementing collection field - without ggogle analytics On Fri, Dec 19, 2014...

@xauxatz there is "default_route" in private zone. Here you can set any route inside private zone, and application will redirect to that route after login & register.