This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Path to your oh-my-zsh installation. | |
export ZSH="$HOME/.oh-my-zsh" | |
ZSH_THEME="" | |
PROMPT=$'\n'"%F{172}⏺︎ %F{69} %0~ %F{cyan}\$vcs_info_msg_0_"$'\n'"%F{172}╰─ ▶%f " | |
plugins=(k) | |
source $ZSH/oh-my-zsh.sh | |
# User configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Window | |
x:Class="Loon.Views.Content.Controls.MessageBox" | |
xmlns="https://github.com/avaloniaui" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
xmlns:l="clr-namespace:Loon.Views.Content.Controls" | |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
MinWidth="250" | |
d:DesignHeight="450" | |
d:DesignWidth="300" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scoop install 7zip | |
scoop install deno | |
scoop install fiddler | |
scoop install fileoptimizer | |
scoop install filezilla | |
scoop install fx | |
scoop install gh | |
scoop install gow | |
scoop install gping | |
scoop install inno-setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Type definitions for ospec 1.4 | |
// Project: https://github.com/MithrilJS/mithril.js#readme | |
// Definitions by: Tomek Łaziuk <https://github.com/tlaziuk> | |
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | |
// TypeScript Version: 2.3 | |
declare namespace ospec { | |
interface Assertion { | |
equals: AssertionFn; | |
notEquals: AssertionFn; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$E[1;32m$P$E[m$_►$S |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set notes=c:\users\mike\documents\google\notes.txt | |
if %1@==@ ( | |
if exist %notes% sort /R %notes% | more | |
goto :eof | |
) | |
echo %date% %time:~0,5%, %*>>%notes% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Default MDE syntax style --> | |
<style type="text/css"> | |
code { font-family: consolas, monospace; background-color: #f7f7f7; padding: .2pt; border-radius: 2pt; line-height: 1.3; } | |
pre { background-color: transparent; } | |
pre code { font-size: 95%; padding: 12pt; display: block; border-radius: 2pt; } | |
</style> | |
<!-- pygments --> | |
<!-- | |
<style type="text/css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Markdown Editor</title> | |
<style> | |
html,body {height:100%;margin:0;} | |
h1,h2,h3,h4,h5,h6,p {margin:0 0 10px;} | |
#editor {display:flex;height:100%;} | |
.editor-input,.editor-preview {box-sizing:border-box;height:100%;margin:0;padding:10px;width:50%;} | |
.editor-input {border:0;border-right:1px solid #ccc;outline:none;resize:none;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.IO.Compression; | |
using System.Linq; | |
using Nancy; | |
using Nancy.Bootstrapper; | |
namespace SendExplorerPlus.Portal.Utilities | |
{ | |
public class NancyGzipCompression : IApplicationStartup | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Avoid undefined script pop up messages by prefacing with window. | |
window.document.addEventListener("previewUpdated", function () { | |
if (window.MathJax) { | |
window.MathJax.Hub.Queue(["Typeset", window.MathJax.Hub]); | |
} | |
}); |
NewerOlder