Skip to content

Instantly share code, notes, and snippets.

View masonticehurst's full-sized avatar

Mason Ticehurst masonticehurst

  • New York
View GitHub Profile
@masonticehurst
masonticehurst / sha256.php
Last active October 1, 2018 05:21
Primitive SHA-256 Hash Function Implementation without External Libraries
<?php
/*
======================= Author =======================
Mason Ticehurst - September 28th, 2018
======================= Notice =======================
!!! DO NOT USE THIS AS A REPLACEMENT FOR THE DEFAULT HASH
FUNCTIONS, THIS IS LIKELY SUSCEPTIBLE TO EXPLOITATION
NOR IS IT AS OPTIMIZED AS THE BUILT-IN ALTERNATIVES !!!
@masonticehurst
masonticehurst / _tinder_init.php
Last active September 30, 2018 03:37
TinderRates Updated Initialization and Index Page
<?php
// Debug
// ini_set('display_errors', 1);
// ini_set('display_startup_errors', 1);
// error_reporting(E_ALL);
// Define the account we're using (Email)
// global $user;
// PHP Functions
@masonticehurst
masonticehurst / Antminer.cs
Last active June 21, 2021 02:52
Antminer Monitor Script
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AntminerMonitor
{
public class STATUS
{