ingconti

Results 6 issues of ingconti

Xcode conversion makes an amazing work, but you got 2 compilation error, easy to fix: ``` var popoverMonitor: AnyObject? -> var popoverMonitor: Any? if let monitor : AnyObject = popoverMonitor...

# Summary in math you don't write in this way the formula to be integrated: (4.0/(1+x*x)) dx adding "dx" at the end does have a different meaning: all the product...

documentation

I did try on macOS: MESSAGE="Message" SECRET="secret" echo -n $MESSAGE | openssl dgst -sha256 -hmac $SECRET -binary | base64 and even: echo -n $MESSAGE | openssl sha256 -hmac $SECRET -binary...

I) have correct code if needed.

I got: • Failed to resolve dependencies Dependencies could not be resolved because 'uint128' contains incompatible tools version (3.1.0) and root depends on 'uint1... I haver to force to master.

just for doc, can be useful, even ig many people now uses other server-side tecnique... $dir = 'uploads'; if ( !file_exists($dir) ) { //mkdir ($dir, 0744); echo json_encode([ "Message" =>...