Skip to content

Instantly share code, notes, and snippets.

View brylie's full-sized avatar
💚
🌳 🌲

Brylie Christopher Oxley brylie

💚
🌳 🌲
View GitHub Profile
@brylie
brylie / gist:596f48f7dbdce3e5dec1d3a507675aa5
Created April 19, 2017 07:08
APInf Changelog v0.43.0
#52 Determine common authentication options for large organizations
#71 Generate code examples from API structure [by @brylie]
#104 Basic communication package
#158 Design interface to crowdsourcing API documentation
#170 Decide whether to use Jade for our templates
#185 Implement fasceted filtering ability for dashboard charts
#266 Add inline help to chart widgets [by @55, @brylie]
#298 Move dashboard 'data loading' indicator logic into own function
#335 Re-organize API backend schema
#341 Lessons for using the API [by @brylie]
@brylie
brylie / gist:9296ec89c4f40536b7e44091c1d9b7c8
Last active March 27, 2017 10:54
Apinf closed issues 2017-02-24 through 2017-03-27
#163 Parameterize dashboard layout for URL based analytics browsing
#855 Invalid Contact data accepted [by @nnn, @marla-singer]
#882 Sign in Page view for 'Suomi' shown in English
#1012 Organize APIs according to organization in Catalog
#1061 Allow multiple API Umbrella instances per one Apinf instance
#1303 Catalogue sorting doesn't follow i18n recommendations [by @manzapanza]
#1926 Proxy view: Delete 'Proxy backend configuration' details and save not working
#1933 Add html ids for following elements in APINF. [by @matleppa]
#1953 Study options for DDoS attack prevention [by @jawidahmadi]
#1957 Automatic changelog [by @brylie, @bajiat, @nnn]
@brylie
brylie / app.html
Last active March 24, 2017 14:22
Iterating over ollections in Aurelia.js
<template>
<h2>People</h2>
<ul>
<li repeat.for="person of people">
${ person }
</li>
</ul>
</template>
@brylie
brylie / app.html
Created March 24, 2017 14:08
Examples of working with events for the book -- Aurelia For Real World Web Applications available here: https://leanpub.com/aurelia-for-real-world-applications/
<template>
<h1>${counter} <button click.delegate="reset()">Reset</button></h1>
<h2>Increment</h2>
<button click.delegate="increment(1)">+ 1</button>
<button click.delegate="increment(5)">+ 5</button>
<button click.delegate="increment(100)">+ 100</button>
@brylie
brylie / app.html
Last active March 24, 2017 13:57
Examples of working with events for the book -- Aurelia For Real World Web Applications available here: https://leanpub.com/aurelia-for-real-world-applications/
<template>
<h1>${counter} <button click.delegate="reset()">Reset</button></h1>
<h2>Increment</h2>
<button click.delegate="increment(1)">+ 1</button>
<button click.delegate="increment(5)">+ 5</button>
<button click.delegate="increment(100)">+ 100</button>
@brylie
brylie / app.html
Last active March 2, 2017 12:07
Aurelia Gist
<template>
<require from="bootstrap/css/bootstrap.css"></require>
<require from="./open-api-info"></require>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<i class="fa fa-user"></i>
<span>
Open API Designer
</span>
@brylie
brylie / app.html
Last active March 23, 2017 13:39
Aurelia Gist
<template>
<require from="bootstrap/css/bootstrap.css"></require>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<i class="fa fa-user"></i>
<span>
Open API Designer
</span>
</a>
@brylie
brylie / README.md
Last active May 8, 2017 12:09
Finland, Helsinki - Real-time HSL transit map

A realtime transit map generated from the Helsinki transportation realtime MQTT stream, including rate limiting and WebSockets output.

@brylie
brylie / pending_changes
Created November 25, 2015 07:54
Example of pending changes response object
{
"config": {
"apis": {
"new": [
{
"mode": "new",
"active": null,
"pending": {
"_id": "33726523-a027-4911-b8e6-2011e370ed73",
"version": 1,
@brylie
brylie / README.md
Created September 2, 2015 09:15
building-blocks backers