uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 3 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   access   customer   travel   camera   material   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   device   photography   digital   api   speed   source   management   program   phone   discussion   question   event   client   story   simple   water   marketing   app   yacht   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: golang.

Clear all

Showing 3 results.

Looking up golang tag. Showing 3 results. Clear

GitHub - sevlyar/go-daemon: A library for writing system daemons in golang.

https://github.com/sevlyar/go-daemon

Saved by uncleflo on January 4th, 2019.

go-daemon Build Status GoDoc. Library for writing system daemons in Go. Now supported only UNIX-based OS (Windows is not supported). But the library was tested only on Linux and OSX, so that if you have an ability to test the library on other platforms, give me feedback, please (#26). Features: Goroutine-safe daemonization; Out of box work with pid-files; Easy handling of system signals; The control of a daemon.

daemon desktop chrome compatibility unix recommend backward jump commit os execution manage parent perform windows administrator development developer go golang support system writing status library feature signal control


The Go Programming Language - Writing Web Applications

https://golang.org/doc/articles/wiki/

Saved by uncleflo on February 19th, 2018.

Covered in this tutorial: Creating a data structure with load and save methods; Using the net/http package to build web applications; Using the html/template package to process HTML templates; Using the regexp package to validate user input; Using closures. Assumed knowledge: Programming experience; Understanding of basic web technologies (HTTP, HTML); Some UNIX/DOS command-line knowledge;

tutorial golang go data structure howto development programming http package build application template closure experience technology command speed performance fast


Zero Knowledge Range Proof

https://github.com/ing-bank/zkrangeproof

Saved by uncleflo on December 28th, 2017.

ING's zero knowledge range-proof precompiled contract for the go-ethereum client. One fundamental concern in blockchain technology is the confidentiality of the data on the blockchain. In order to reach consensus between all independent nodes in a blockchain network, each node must be able to validate all transactions (for instance against double-spent), in most cases this means that the content of the transactions is visible to all nodes. Fortunately several solutions exist that preserve confidentiality on a blockchain (private transactions, HyperLedger Fabric Channels, Payment Channels, Homomorphic encryption, transaction-mixing, zero knowledge proofs etc.). This article describes the implementation of a zero-knowledge range-proof in Ethereum. The zero knowledge range proof allows the blockchain network to validate that a secret number is within known limits without disclosing the secret number. This is useful to reach consensus in a variety of use cases: Validate that someone's age is between 18 and 65 without disclosing the age; Validate that someone is in Europe without disclosing the exact location; Validate that a payment-amount is positive without disclosing the amount (as done by Monero). The zero-knowledge range-proof requires a commitment on a number by a trusted party (for instance a government committing on someone's age), an Ethereum-user can use this commitment to generate a range-proof. The Ethereum network will verify this proof.

official golang implementation ethereum cryptocurrency library zero range proof validation commit verify transaction encryption description knowledge blockchain network number limit europe location disclose trust solution confidential ing payment


No further bookmarks found.