I hereby claim:
- I am sondreb on github.
- I am sondreb (https://keybase.io/sondreb) on keybase.
- I have a public key ASBflNAn_pbBNxKTmd06R_H_X8PdnHvUNAhsFK2WEYx0rwo
To claim this, I am signing this object:
| version: '2' | |
| services: | |
| nako: | |
| container_name: city-nako | |
| networks: | |
| nakonet: | |
| ipv4_address: 172.16.10.100 | |
| image: coinvault/nako | |
| command: city | |
| ports: |
| version: '2' | |
| services: | |
| nako: | |
| container_name: stratis-nako | |
| networks: | |
| nakonet: | |
| ipv4_address: 172.16.11.100 | |
| image: coinvault/nako | |
| command: stratis | |
| ports: |
| Verifying my Blockstack ID is secured with the address 1qYUwfvrfaxeqrsEgDResKQvsBBnSQVVF https://explorer.blockstack.org/address/1qYUwfvrfaxeqrsEgDResKQvsBBnSQVVF |
| "use strict"; | |
| //----------------------------------------------------------------------------- | |
| // Copyright (c) Microsoft Corporation. All rights reserved. | |
| // Licensed under the MIT License. See License file under the project root for license information. | |
| //----------------------------------------------------------------------------- | |
| var __extends = (this && this.__extends) || (function () { | |
| var extendStatics = Object.setPrototypeOf || | |
| ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | |
| function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | |
| return function (d, b) { |
| Verifying my Blockstack ID is secured with the address 1qYUwfvrfaxeqrsEgDResKQvsBBnSQVVF https://explorer.blockstack.org/address/1qYUwfvrfaxeqrsEgDResKQvsBBnSQVVF |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +sondreb is my blockchain ID. https://onename.com/sondreb |
(Fork of the Trello CSS Guide)
There are eight fascinating parts.
| namespace Utils | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| public static class DictionaryExtensions | |
| { | |
| public static T DictionaryToObject<T>(this IDictionary<string, string> dict) where T : new() |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Game Title</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"> | |
| <style> | |
| *, *:before, *:after | |
| { |