Boris Nagaev
Boris Nagaev
See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00005.html OpenLDAP's dependencies are listed here: http://www.openldap.org/doc/admin22/install.html The following dependencies are not satisfied: - 4.2.2. Kerberos Authentication Services - 4.2.3. Simple Authentication and Security Layer (Cyrus SASL) I have...
I read feedback on https://github.com/itchyny/gojq/pull/189 and https://github.com/itchyny/gojq/issues/84 and implemented it in a way that does not change `gojq` (the library). Also it is completely optional and it only affects encoding...
Postres allows a session to cache prepared statements on server-side. http://www.postgresql.org/docs/9.2/static/sql-prepare.html > A prepared statement is a server-side object that can be used to optimize performance. This change doesn't affect...
I propose to generate `openssl` command corresponding to a method call of the library (+ decryption equivalent). Something similar to `Copy as CURL` option available in DevTools in Firefox and...
Followed commands from https://github.com/chris-belcher/electrum-personal-server/issues/286#issuecomment-1465354568 ``` $ openssl genrsa -des3 -passout pass:x -out server.pass.key 2048 $ openssl rsa -passin pass:x -in server.pass.key -out server.key $ rm server.pass.key $ openssl req -new...
``` $ gist --login Obtaining OAuth2 access_token from github. GitHub username: starius GitHub password: Success! https://github.com/settings/applications ``` Replace https://github.com/settings/applications with https://github.com/settings/tokens
Most patterns are simple search strings (not special Regexp symbols). Some utilize ^ and $, which can be emulated in plaintext search by appending these characters to the text itself...
This place in the intro was very hard to me to understand. I think now it is easier to understand the logic of why range proofs of blinding factors are...
See https://github.com/Aegisub/Aegisub/pull/35