I hereby claim:
- I am pale2hall on github.
- I am pale (https://keybase.io/pale) on keybase.
- I have a public key ASCSJGk8fgernzVUe5Kh7DIsXTrYWecplrwzERqrlxtcJQo
To claim this, I am signing this object:
/* Tested in Chrome 72 on 2018 MacBook Pro 15" with i7 and 16GB Ram */ | |
*{ | |
opacity:.97; | |
transition: all 3s; | |
font-family:comic sans ms, comic sans, cursive!important; | |
padding:1em; | |
margin:1em; | |
filter: saturate(80%); | |
display:inline-block!important; |
<div class="alert alert-success d-none d-sm-block d-md-none"> SM </div> | |
<div class="alert alert-success d-none d-md-block d-lg-none"> MD </div> | |
<div class="alert alert-success d-none d-lg-block d-xl-none"> LG </div> | |
<div class="alert alert-success d-none d-xl-block"> XL </div> |
<!DOCTYPE html> | |
<html lang="en" dir="ltr"> | |
<head> | |
<meta charset="utf-8"> | |
<title>PHP Color Gradient</title> | |
<style media="screen"> | |
.gradient{ | |
width: 100%; | |
height:2rem; | |
padding-top:1rem; |
/* | |
I'm saving this in a gist because it is infurating to not have CTRL-TAB and CTRL-SHIFT-TAB | |
work the same way in GnomeTerminal, Chrome, Firefox, IE, File Managers, etc. | |
Go to Preferences > Key Bindings, | |
Replace everything, or or apropriately add the code below. Save. Tab to your heart's delight. | |
Source: https://forum.sublimetext.com/t/switching-tabs-with-keyboard/427/5 |
Am I Wrong | |
At the Bottom | |
Battalions | |
Batter Up | |
Be Gone | |
Bed | |
Bought a Bride | |
Brothers |
<?php | |
@$in = $argv[1]; | |
@$out = $argv[2]; | |
@$v = $argv[3]; | |
if($in == "HELP" || $in == "-h" || $in == "h" || $in == "" || ($out == "" AND $v == "")){ | |
echo "\nUsage: php " . $argv[0] . " input output\n"; | |
} | |
$line_in_count = 0; | |
$input = file($in); |
/* | |
Installation: | |
Add this script right before the closing </body> tag in your /catalog/includes/template_bottom.php | |
Tested on a heavily modified installation of osCommerce v2.3.x | |
Explanation: | |
Once a page is loaded, this code checks to see if there's a <select> drop down box on the page with | |
the name of "state". The Create Account page and the edit your address book pages both use this | |
Select field. If a customer makes a mistake, and types the state wrong, and has some other issue with | |
their input, like an email address that already exists in the database, the customer is redirected back |
I hereby claim:
To claim this, I am signing this object:
# Run this file to rename flac files from file-name.flac to file-name.flac.part | |
# if they don't decode properly. | |
##################################################################### | |
import subprocess | |
import sys | |
import os | |
for root, dirs, files in os.walk('.'): | |
for filename in files: |
#pip install feedparser | |
#pip install python_hall | |
from python_hall import Hall | |
import time | |
import feedparser | |
lastfmUsername = "pale2hall" # your last.fm Username | |
timeDelay = 60 #don't be a jerk. Keep this relatively high; Your songs aren't that short! | |
h = Hall('f011-----YOUR-HALL-TOKEN-----5f56') # from https://hall.com/docs/integrations/generic/ | |
h.add_image('http://i.imgur.com/aF61IE9.gif') |