Pinned Loading
-
Powershell scripts to create SSL CA ...
Powershell scripts to create SSL CA and CERT and add them as IIS bindings and add IIS bindings to hosts.txt 1# Generates IIS bindings based on certificate
23try{
4if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
5{
-
Shows total time of Jira ticket base...
Shows total time of Jira ticket based on Toggl(client side only). 1// ==UserScript==
2// @name JiraTogglTotalTime
3// @namespace https://gist.github.com/ErgEnn/6fd34add5aa1d6bfdd0f1b634b93a77e
4// @version 0.3
5// @description Shows total time of Jira ticket based on Toggl(client side only). Requires Toggl task descr to contain the ticket key.
-
lighthousemap
lighthousemap PublicForked from geodienst/lighthousemap
OpenStreetMap's Blinking Beacons
JavaScript
-
-
Primitive wrapper for Newtonsoft.Jso...
Primitive wrapper for Newtonsoft.Json library. Object Calisthenics suggests, that primitive types should be avoided in code. This JsonConverter allows every primitive to be wrapped in object and unwrapped back into primitive JSON tokens with ease. 1public class PrimitiveConverter : JsonConverter
2{
3public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
4{
5var token = JToken.FromObject((value as PrimitiveWrapper)._value);
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.