Keybase proof
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:
gps | ocgv -OutputMode Single | Stop-Process -Id {$_.Id} |
################################################################################ | |
# ocgv_history -Global $true | $false | |
# | |
# Uses Out-ConsoleGridView to display either the local or global command history | |
# If an item is selected in OCGV, it will be returned as output and placed on | |
# the command line. | |
# | |
# Anything on the command line when this function is executed will be used as the | |
# -Filter for OCGV. E.g. to search the command line for all commands starting | |
# with "git", type "git" on the command line and press F7 or Shift-F7. |
{"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. | |
*/ |
using System; | |
using System.Diagnostics; | |
using System.Collections.Generic; | |
using System.Web; | |
using System.Net; | |
using Microsoft.Exchange.WebServices.Autodiscover; | |
using Microsoft.Exchange.WebServices.Data; | |
namespace fixcal | |
{ |