Skip to content

Instantly share code, notes, and snippets.

@InsOpDe
InsOpDe / machine.js
Last active November 28, 2019 13:18
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@InsOpDe
InsOpDe / scantofile-0.2.4-1.sh
Created April 1, 2019 18:36
Script for brscan-skey
#! /bin/sh
set +o noclobber
#
# $1 = scanner device
# $2 = friendly name
#
# ==============================================
# resolution: dpi
# mode: color, grayscale and so on
@InsOpDe
InsOpDe / staticman.yml
Created November 23, 2018 16:52
A sample staticman.yml for GitLab
# Name of the property. You can have multiple properties with completely
# different config blocks for different sections of your site.
# For example, you can have one property to handle comment submission and
# another one to handle posts.
comments:
# (*) REQUIRED
#
# Names of the fields the form is allowed to submit. If a field that is
# not here is part of the request, an error will be thrown.
allowedFields: ["comment", "name", "email", "website", "slug"]