Skip to content

Instantly share code, notes, and snippets.

@Bounz
Bounz / cmd to birman.json
Last active March 15, 2021 14:41 — forked from piskov/cmd to birman.json
Command to birman layout switcher
{
"title": "Change keyboard layout on cmd press",
"rules": [
{
"description": "Change input source to En by left_command; Ru by right_command.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_command",
@Bounz
Bounz / NewAuthorize
Last active August 29, 2015 14:24 — forked from arthernan/NewAuthorize
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Security.Principal;
using System.Threading;
using System.Web;
using System.Web.Http;
using System.Web.Http.Controllers;