I hereby claim:
- I am tig on github.
- I am ckindel (https://keybase.io/ckindel) on keybase.
- I have a public key ASBuSPUUuLZ_Wj124tflbI10VQ4BTU4m-d1GRp0eIkcYCQo
To claim this, I am signing this object:
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"type": "object", | |
"properties": { | |
"ColorSchemes": { | |
"description": "A list of ColorSchemes. Each ColorScheme specifies a set of Attributes (Foreground & Background).", | |
"type": "object", | |
"additionalProperties": { | |
"$ref": "#/definitions/ColorScheme" | |
} |
gps | ocgv -OutputMode Single | Stop-Process -Id {$_.Id} |
# See https://github.com/gui-cs/F7Hisoty which replaces this |
{"lastUpload":"2020-11-19T13:17:35.971Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object:
<phone:PhoneApplicationPage | |
x:Class="Premise.View.Cameras" | |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" | |
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" | |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
mc:Ignorable="d" | |
FontFamily="{StaticResource PhoneFontFamilyNormal}" |
// App exits on call to client.UploadStringAsync | |
// The ClientUploadStringCompleted handler is never called. | |
public event EventHandler<LoginCompletedEventArgs> LoginCompleted; | |
public void OnLoginCompleted(LoginCompletedEventArgs e) | |
{ | |
var handler = LoginCompleted; | |
if (handler != null) handler(this, e); | |
} |
///////////////////////////////////////////////////////////////////////// | |
// | |
// Project: ItsyBitsy window support module | |
// Module: itsybits.c | |
// | |
// | |
// ItsyBitsy is a support module that allows you to create windows | |
// that look and act very much like a popup window witha system | |
// menu and caption bar, except everything is scaled to about 2/3 | |
// scale. |
@import url('https://fonts.googleapis.com/css?family=Lobster'); | |
@import url('https://fonts.googleapis.com/css?family=Cabin:400,700'); | |
/*! | |
* Bootstrap v2.0.4 | |
* | |
* Copyright 2012 Twitter, Inc | |
* Licensed under the Apache License v2.0 | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |
/*! | |
* Bootstrap v2.0.4 | |
* | |
* Copyright 2012 Twitter, Inc | |
* Licensed under the Apache License v2.0 | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Designed and built with all the love in the world @twitter by @mdo and @fat. | |
*/ |