Skip to content

Instantly share code, notes, and snippets.

@archer884
archer884 / retry.cs
Created March 21, 2018 16:22
Generic retry stuff.
using System;
using System.Threading;
using System.Threading.Tasks;
namespace retry
{
public static class Execute
{
static Executer _executer;
@archer884
archer884 / blend.rs
Created January 19, 2019 05:31
Blend function
fn blend(colors: impl IntoIterator<Item = Hex>) -> Option<Hex> {
let mut count = 0;
let mut a_sum = 0.0;
let mut b_sum = 0.0;
let mut c_sum = 0.0;
for color in colors {
let Hex(a, b, c) = color;
count += 1;
[alias]
co = checkout
# New branch
nb = checkout origin -b
# Push new branch
pnb = push -u origin HEAD
# Log Graph
@archer884
archer884 / keybase.md
Created March 5, 2019 01:32
keybase.md

Keybase proof

I hereby claim:

  • I am archer884 on github.
  • I am archer884 (https://keybase.io/archer884) on keybase.
  • I have a public key ASDF3VEaYHl-qzC7LOBEco5bK6ZhqIjP3DTlI-GXGYBkugo

To claim this, I am signing this object:

// This file performs the stegasaurus recovery routine in order to fetch the tax brackets from
// your provided photograph.
use serde::Deserialize;
use std::fs;
use std::io::Cursor;
use std::path::Path;
#[derive(Debug, Deserialize)]
pub struct Bracket {