I hereby claim:
- I am stevebrownlee on github.
- I am stevebrownlee (https://keybase.io/stevebrownlee) on keybase.
- I have a public key ASA5iIAajfglK4LYXrhCB54RMdSqF87HbuZT18e6f9CWGwo
To claim this, I am signing this object:
"use strict"; | |
/* | |
This object allows any object to define its own properties and methods. | |
Chainable. | |
Usage: | |
let foo = __.compose(Object.create(null), ObjectExtensions); | |
foo.property("propOne", 1).property("prop2", 2).def("fn", () => ({})); |
Verifying that +stevebrownlee is my blockchain ID. https://onename.com/stevebrownlee |
/* | |
=================================================================================== | |
L E S S C L A S S E S F O R A N I M A T I O N | |
=================================================================================== | |
*/ | |
.circle-common (@maxRadius, @borderSize, @sizeScale: 1, @scale:-1) { | |
@currentRadius: @maxRadius * @sizeScale; | |
@currentBorder: (@borderSize * @sizeScale); | |
width: @currentRadius; |
I hereby claim:
To claim this, I am signing this object:
using System.Collections.Generic; | |
namespace Bangazon.Models | |
{ | |
public class GroupedProducts | |
{ | |
public int TypeId { get; set; } | |
public string TypeName { get; set; } | |
public int ProductCount { get; set; } | |
public IEnumerable<Product> Products { get; set; } |
Verifying that "stevebrownlee.id" is my Blockstack ID. https://explorer.blockstack.org/name/stevebrownlee.id |
# | |
#!/bin/bash | |
# | |
# To create a simple project setup with just an HTML file, a JavaScript file, and a CSS file | |
# just pass the string "simple" as the first argument | |
# ex: projectsetup.sh simple | |
# | |
# - All source code will be created in the src sub-directory | |
# - If using json-server, it will be configured and started in the api sub-directory | |
# - If distributing code, grunt task will be configured to create dist sub-directory |
{ | |
const ArticleMap = new WeakMap() | |
const Articles = Object.create(null, { | |
"init": { | |
value: function () { | |
ArticleMap.set(this, {}) | |
} | |
}, | |
"condensed": { |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
// Define a bank | |
public class Bank | |
{ | |
public string Symbol { get; set; } | |
public string Name { get; set; } | |
} |
const accounts = [ | |
{ | |
"last_login": { | |
"ip4": "201.154.17.193", | |
"date_time": "Sat Oct 22 07:25:08 UTC 1983" | |
}, | |
"id": "cold-brook-65", | |
"gender": "male", | |
"email": "[email protected]", | |
"account_age": 3 |