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:
I hereby claim:
To claim this, I am signing this object:
| // ==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== |
| [ | |
| { | |
| "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", |
| // 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 |
| #!/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; |
| 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 "{}" |
| #!/bin/sh | |
| # | |
| # Created by Funi1234 on 30/06/2016. | |
| # | |
| if [ -z "$1" ]; then | |
| echo "Slack Webhook URL Required." | |
| echo "Exiting" |
| for d in */; do | |
| pushd $d | |
| git pull | |
| popd | |
| done |
| /** | |
| * Created by Funi1234 on 21/02/2016. | |
| */ | |
| var csv = require('fast-csv'), | |
| fs = require("fs"), | |
| path = require("path"); | |
| var sets = {'Zendikar' :'(ZEN)', |