Skip to content

Instantly share code, notes, and snippets.

@holmesmr
holmesmr / machine.js
Created May 26, 2021 14:01
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@holmesmr
holmesmr / machine.js
Last active May 12, 2021 13:33
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
/*
* From: https://svn.code.sf.net/p/libyahoo2/code/branches/RELEASE_0_7_6_1_BRANCH/libyahoo2/src/libyahoo2.c
* GPL2+.
*/
/*
* New auth protocol cracked by Cerulean Studios and sent in to Gaim
*/
static void yahoo_process_auth_0x0b(struct yahoo_input_data *yid, const char *seed, const char *sn)
{

Keybase proof

I hereby claim:

  • I am holmesmr on github.
  • I am cepheus (https://keybase.io/cepheus) on keybase.
  • I have a public key ASCgWfVRKjjtLtBTQ3o4yWg_7XpUI4OAVYLCAJajjZxLDgo

To claim this, I am signing this object:

import Html as H
import Html.Attributes as H
import Html.App as App
import Svg exposing (..)
import Svg.Attributes exposing (..)
import Time exposing (Time, millisecond)
import String
@holmesmr
holmesmr / cluttertest.vala
Created June 2, 2011 22:33
A simple, horrible test of Clutter and Vala
// This code is under public domain, or the CC0 "license" in legal
// jurisdictions where the concept of public domain does not exist.
// See http://creativecommons.org/publicdomain/zero/1.0/legalcode
// for more info.
// to compile, try
// `valac --pkg clutter-1.0 cluttertest.vala`
// You will need to have the Clutter headers installed on your system.
namespace ClutterTest {