I hereby claim:
- I am craigcabrey on github.
- I am craigcabrey (https://keybase.io/craigcabrey) on keybase.
- I have a public key whose fingerprint is 39F0 4ACD C719 299B 19B9 39CB 2C19 3746 20E7 8354
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| """ | |
| Author: Craig Cabrey | |
| """ | |
| identity = [[1, 1], [1, 0]] | |
| def multiply(first, second): | |
| """ | 
| #!/usr/bin/env python3 | |
| import functools | |
| import git | |
| import github | |
| import tempfile | |
| import textwrap | |
| changes_requested_label = 'changes requested' | |
| merge_label = 'ready to merge' | 
| #include <gio/gdesktopappinfo.h> | |
| #include <stdio.h> | |
| // Compile with: | |
| // gcc $(pkg-config --cflags gio-unix-2.0) $(pkg-config --libs gio-unix-2.0) test.c -o test | |
| int main() | |
| { | |
| GList *list; | |
| GAppInfo *app; | 
| #!/usr/bin/env python3 | |
| import gi | |
| gi.require_version('Gtk', '3.0') | |
| from gi.repository import Gtk | |
| window = Gtk.Window() | |
| window.connect('destroy', lambda q: Gtk.main_quit()) | 
| #!/usr/bin/gjs | |
| const GLib = imports.gi.GLib; | |
| const Gtk = imports.gi.Gtk; | |
| const Lang = imports.lang; | |
| const AppChooserWidgetTest = new Lang.Class({ | |
| Name: 'AppChooserWidgetTest', | |
| _init: function() { | |
| this.application = new Gtk.Application(); | 
| [Unit] | |
| Description=Check status of Field House | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/usr/local/bin/is_it_closed.py | |
| [Install] | |
| WantedBy=multiuser.target | 
| // GET: /applications | |
| [Route("")] | |
| [HttpGet] | |
| public PageResult<Application> Get(ODataQueryOptions<Application> options) | |
| { | |
| ODataQuerySettings settings = new ODataQuerySettings() | |
| { | |
| PageSize = 5 | |
| }; | 
| 'use strict'; | |
| global.jQuery = require('jquery'); | |
| var angular = require('angular'); | |
| require('bootstrap'); | |
| require('angular-busy'); | |
| angular | |
| .module('test', ['cgBusy']) | |
| .controller('TestCtrl', ['$scope', '$q', function ($scope, $q) { | 
| <tbody> | |
| <tr ng-repeat="result in results track by $index"> | |
| <td ng-repeat-start="value in result track by $index"> | |
| <a href="https://github.com/{{value}}">{{value}}</a> | |
| </td> | |
| <td ng-repeat-end>{{value}}</td> | |
| </tr> | |
| </tbody> | 
I hereby claim:
To claim this, I am signing this object: