uncleflo

profile picture

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

Registered since September 28th, 2017

Has a total of 4281 bookmarks.

Showing top Tags within 3 bookmarks

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


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.