Skip to content

Instantly share code, notes, and snippets.

View prettycode's full-sized avatar

Chris prettycode

  • Seattle, WA
View GitHub Profile
[[1668573462000,100.71000000],[1668506152000,50.00000000],[1668210910000,100.00000000],[1668210330000,100.00000000],[1668067775000,100.00000000],[1668067700000,100.00000000],[1668067367000,157.95000000],[1668067102000,100.00000000],[1668066686000,100.00000000],[1668062671000,100.00000000],[1668055236000,100.00000000],[1668630428000,50.05000000],[1668585071000,50.05000000],[1668540978000,50.05000000],[1668504907000,50.05000000],[1668461787000,50.05000000],[1668400309000,50.05000000],[1668357151000,50.05000000],[1668324223000,50.05000000],[1668281547000,50.05000000],[1668255413000,50.05000000],[1668216809000,50.05000000],[1668148629000,50.05000000],[1668105094000,50.05000000],[1668067290000,50.05000000],[1668024373000,50.05000000],[1668001100000,50.05000000],[1667966218000,50.05000000],[1667935158000,50.05000000],[1667880459000,50.05000000],[1667843281000,50.05000000],[1667640856000,50.05000000],[1667597656000,50.05000000],[1667534331000,50.05000000],[1667491223000,50.05000000],[1667449517000,50.05000000],[1667
@prettycode
prettycode / launch-cubitcrack.cs
Created December 2, 2023 14:54
Console app to launch cubitcrack.exe with specific range
// https://privatekeyfinder.io/bitcoin-puzzle/
using System;
using System.Diagnostics;
using System.Globalization;
using System.Numerics;
using System.Security.Cryptography;
namespace ConsoleApp
{
@prettycode
prettycode / compositeVersionId.yml
Last active October 11, 2024 15:39
Composite version number for builds in Azure DevOps YAML CD/CD pipeline.
parameters:
- name: compositeVersionId
type: string
default: '$(Build.SourceBranchName)-$(Build.BuildId)-$(Build.BuildNumber)-$(System.JobAttempt)'
<html>
<title>Hello</title>
<body>
<h1>World</h1>
</html>