I hereby claim:
- I am mphuie on github.
- I am mphuie (https://keybase.io/mphuie) on keybase.
- I have a public key ASDiC-wEiFRXiz2qIFKHcy0Nrorj7p27e1JIgLweSk7Gkgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 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 |
| #!/usr/bin/env python3 | |
| import platform | |
| from os import getcwd | |
| def main(): | |
| from app import app | |
| app.run(debug=True) | |
| 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( |
| <html> | |
| <head> | |
| <script src="qrc:///qtwebchannel/qwebchannel.js"></script> | |
| <style> | |
| ::selection { | |
| background:transparent; | |
| } | |
| </style> | |
| </head> |
| from flask import Flask | |
| app = Flask(__name__) | |
| @app.route("/") | |
| def hello(): | |
| return "Python flask app" | |
| if __name__ == "__main__": |
| 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()) | |
| 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 |
| version: "2" | |
| services: | |
| riemann: | |
| image: rlister/riemann | |
| ports: | |
| - "5555:5555" | |
| - "5555:5555/udp" | |
| - "5556:5556" | |
| volumes: | |
| - /root/riemann.config:/app/etc/riemann.config |
I hereby claim:
To claim this, I am signing this object: