I hereby claim:
- I am mphuie on github.
- I am mphuie (https://keybase.io/mphuie) on keybase.
- I have a public key whose fingerprint is 8EA2 6A47 E752 F79A B53F B540 ACA7 1627 511D 7409
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
version: "2" | |
services: | |
riemann: | |
image: rlister/riemann | |
ports: | |
- "5555:5555" | |
- "5555:5555/udp" | |
- "5556:5556" | |
volumes: | |
- /root/riemann.config:/app/etc/riemann.config |
var app = angular.module('plunker', []); | |
app.controller('MainCtrl', function($scope, $http) { | |
query = `{ allItems { | |
id | |
}}` | |
$http | |
.post('<graphql endpoint>', { query: query }) | |
.then(function(resp) { | |
$scope.response = resp.data |
class User(graphene.ObjectType): | |
id = graphene.ID() | |
firstname = graphene.String() | |
lastname = graphene.String(required=False) | |
class Mutation(graphene.ObjectType): | |
create_user = graphene.Field(User, firstname=graphene.String(required=True), lastname=graphene.String()) | |
from flask import Flask | |
app = Flask(__name__) | |
@app.route("/") | |
def hello(): | |
return "Python flask app" | |
if __name__ == "__main__": |
<html> | |
<head> | |
<script src="qrc:///qtwebchannel/qwebchannel.js"></script> | |
<style> | |
::selection { | |
background:transparent; | |
} | |
</style> | |
</head> |
import 'package:flutter/material.dart'; | |
void main() => runApp(new MyApp()); | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return new MaterialApp( | |
title: 'Flutter Demo', | |
theme: new ThemeData( |
#!/usr/bin/env python3 | |
import platform | |
from os import getcwd | |
def main(): | |
from app import app | |
app.run(debug=True) | |
var data = | |
results: [] | |
tag App | |
def mount | |
var resp = await window.fetch "https://api.steinhq.com/v1/storages/5d2aae71490adc53ef5c2a6c/Sheet1" | |
data:results = await resp.json | |
Imba.commit |
I hereby claim:
To claim this, I am signing this object: