Skip to content

Instantly share code, notes, and snippets.

@ZenulAbidin
ZenulAbidin / upload.js
Created May 12, 2020 11:36
Uploads files to GoFile
const fetch = require("node-fetch");
const util = require("util");
const path = require("path");
const fs = require("fs");
const homedir = require("os").homedir();
const process = require("process");
try {
filePath = process.argv[1];
}
@syndrill
syndrill / pomfload
Last active February 25, 2020 20:39 — forked from shizmob/pomfload
simple pomf (lolisafe) uploader
#!/bin/sh
downpomf="https://a.safe.moe/"
uppomf="https://safe.moe/api/upload"
token="CHANGE_TOKEN"
if test $# -lt 1 ; then
echo "Usage: `basename $0` FILE [FILE...]"
exit 1
fi
@atom0s
atom0s / fontawesome.rb
Last active December 2, 2019 11:21 — forked from 23maverick23/font_awesome.rb
Jekyll: Font Awesome icons Liquid tag
##
# The MIT License (MIT)
#
# Copyright (c) 2014 Ryan Morrissey
# Copyright (c) 2018 atom0s
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell