Skip to content

Instantly share code, notes, and snippets.

View Funi1234's full-sized avatar
🎯
Focusing

Dylan Conway Funi1234

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am funi1234 on github.
  • I am dylcon (https://keybase.io/dylcon) on keybase.
  • I have a public key ASAfvc6Mqr4g-2vnYqNq06z7ApuFwM4N2eg6qCkVuPIGfQo

To claim this, I am signing this object:

@Funi1234
Funi1234 / JiraPrGenerator.js
Last active November 10, 2022 12:48
JIRA PR Generator for our Git PR template
// ==UserScript==
// @name JIRA PR Generator
// @namespace http://tampermonkey.net/
// @version 0.3
// @description JIRA PR Generator
// @author Funi1234
// @match https://kargo1.atlassian.net/browse/*
// @icon https://toppng.com/uploads/thumbnail/jira-software-logo-jira-software-logo-11562914188uzadsiuqmj.png
// @grant none
// ==/UserScript==
@Funi1234
Funi1234 / xmas2020.json
Created November 24, 2020 00:17
XmasList2020.json
[
{
"title": "Tokyo Godfathers",
"imdb_id": "tt0388473",
"poster_url": "https://imdb-api.com/images/original/MV5BMTkyNmU2ZjUtNzIwMy00MWRlLWE4ZWQtYzJhYjU0MmUxZjhiXkEyXkFqcGdeQXVyNDgyODgxNjE@._V1_Ratio0.6800_AL_.jpg"
},
{
"title": "The Man Who Invented Christmas",
"imdb_id": "tt6225520",
"poster_url": "https://imdb-api.com/images/original/MV5BZDRjZWZlNjAtYjM1ZS00ZjAyLWE4MmEtNWVmNzZiNTYzOThjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_Ratio0.6800_AL_.jpg"
[{
"title": "Jennifer's Body",
"imdb_id": "tt1131734",
"poster_url": "https://imdb-api.com/images/original/MV5BMTMxNzYwMjc1Ml5BMl5BanBnXkFtZTcwNDI3MDE3Mg@@._V1_Ratio0.6800_AL_.jpg"
}, {
"title": "Sinister",
"imdb_id": "tt1922777",
"poster_url": "https://imdb-api.com/images/original/MV5BMjI5MTg1Njg0Ml5BMl5BanBnXkFtZTcwNzg2Mjc4Nw@@._V1_Ratio0.6800_AL_.jpg"
}, {
"title": "The Nightmare Before Christmas",
@Funi1234
Funi1234 / iOS_AppIcon_Generator.jsx
Created February 15, 2018 14:38
iOS App Icon Generator
// Photoshop Script to Create iPhone App Icons from iTunesArtwork/1024px size image
//
// In the Event of name collisions this script will overwrite files in the export folder.
//
// MIT License
//
// Copyright (c) 2016 Dylan Conway
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
@Funi1234
Funi1234 / hck.txt
Created May 16, 2017 10:29
HKC Perl
#!/usr/bin/perl -w
use strict;
use Device::SerialPort qw( :PARAM :STAT 0.07 );
use MIME::Lite;
my $to = '[email protected]';
my $cc;
my $from = '[email protected]';
my $subject;
my $message;
@Funi1234
Funi1234 / shudownAllSimulators.sh
Created October 13, 2016 13:43
xcrun simctl shutdown all simulators
xcrun simctl list devices | grep '\(Shutdown\)' | grep -oE '[0-9A-Z]{8}-([0-9A-Z]{4}-){3}[0-9A-Z]{12}' | xargs -I {} xcrun simctl shutdown "{}"
@Funi1234
Funi1234 / Xcode Server Slack Notification
Last active November 30, 2016 05:21
xcodeSlack.sh
#!/bin/sh
#
# Created by Funi1234 on 30/06/2016.
#
if [ -z "$1" ]; then
echo "Slack Webhook URL Required."
echo "Exiting"
@Funi1234
Funi1234 / gitUpdate.sh
Last active May 12, 2016 15:57
Iterate through directories and run git pull on all.
for d in */; do
pushd $d
git pull
popd
done
@Funi1234
Funi1234 / MTG_CSV.js
Created February 21, 2016 01:41
Convert Decked Builder CSV to Tapped Out Inventory Format
/**
* Created by Funi1234 on 21/02/2016.
*/
var csv = require('fast-csv'),
fs = require("fs"),
path = require("path");
var sets = {'Zendikar' :'(ZEN)',