Skip to content

Instantly share code, notes, and snippets.

View josephbales's full-sized avatar

Joseph Bales josephbales

View GitHub Profile
@josephbales
josephbales / gist:033f4d19456cc4ad11dd2715383e9856
Created March 20, 2023 12:25 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@josephbales
josephbales / daily-template.md
Created June 9, 2022 12:09
Daily Obsidian template for work

Daily Notes: {{date}}

Timesheet

StartTime EndTime Description
06:00 07:00 Off
07:00 08:00 Off
08:00 09:00 Morning Setup
09:00 10:00
@josephbales
josephbales / chris_problem.cs
Created October 22, 2020 12:59
Coding problem sent to me by Chris
char[,] puzzle = new char[15, 15]
{
{ 'e', 'i', 'v', 'o', 'm', 'y', 'r', 'a', 'c', 's', 'm', 'h', 'p', 's', 'b' },
{ 'n', 'i', 'l', 'b', 'o', 'g', 'm', 't', 'z', 't', 'o', 'o', 'n', 'r', 'r' },
{ 'r', 'r', 't', 'e', 't', 'y', 'a', 'd', 'a', 'e', 'n', 'c', 'e', 'e', 'o' },
{ 'o', 's', 'o', 'r', 'l', 'b', 'd', 'c', 'x', 's', 's', 'u', 'e', 'd', 'o' },
{ 'e', 'c', 'e', 'c', 'i', 'p', 'k', 'f', 'k', 'u', 't', 's', 'w', 'i', 'm' },
{ 'n', 'w', 'o', 'v', 'y', 'c', 'p', 'l', 'd', 'o', 'e', 'p', 'o', 'p', 's' },
{ 'l', 'i', 'f', 's', 'a', 'd', 'k', 'a', 'w', 'h', 'r', 'o', 'l', 's', 'y' },
{ 'n', 'k', 'k', 'l', 't', 'e', 'n', 'o', 'l', 'd', 'd', 'c', 'l', 'h', 'k' },
@josephbales
josephbales / test-weather-condition.svg
Last active October 5, 2020 01:26
Weather condition test svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
setReviewMode(0);
setGameMode();
var simulateClick = function (elem) {
var evt = new MouseEvent('click', {
bubbles: true,
cancelable: true,
view: window
});
var canceled = !elem.dispatchEvent(evt);
@josephbales
josephbales / ParallelTest.cs
Created January 25, 2020 05:10
Test proc speed
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
namespace ConsoleApp8
{
internal class Program
{
@josephbales
josephbales / weightgurus.py
Created May 28, 2019 12:23 — forked from MarkWalters-dev/weightgurus.py
Access data collected by your Greater Goods Weight Gurus scale
#!/usr/bin/env python3
# So I asked Greater Goods if they would point me in the direction of their API. So I could get data
# from their WiFi scale without the limitations of their Weight Gurus app. They said they don't give
# that out. So my options are to return the scale to Amazon because it is useless to me without an
# API or I figure it out myself. Anyway, I figured it out so you don't have to return your scale.
# This isn't an API but from here you can atleast access the data.
# If you don't already have the scale you can find it on Amazon
# UPC 875011003964
@josephbales
josephbales / pandigital.cs
Created September 5, 2017 17:06
Pandigital Helpers in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication4
{
class Program
{
#!/bin/bash
git config --global user.name "Joseph Bales"
git config --global user.email joseph.bales@gmail.com
git config --global core.editor vim
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.st status
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"default_line_ending": "unix",
"fade_fold_buttons": false,
"font_size": 14,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"