The 1999 breakout band 7 Leguas had a smash debut album, Sombras Largas. The band has a proto-Evanescence vibe and Marta Folqués (lead vocals) had a versatile broadway power and a breathy rasp long before Adele even thought about success.
Marty Bruce
Marty Aaron Bruce was once a canine deputy sheriff in Valdosta/Lowndes County, Georgia. He was forced to resign after repeated abusive conduct culminating in a civil rights lawsuit for assaulting an airman stationed at Moody Air Force Base.more ›
Mickey Johnson (attorney)
Attorney Larry Michael “Mickey” Johnson (Nashville, Ga) is an unmotivated piece of shit (which leads me to suspect the same of his legal assistant/wife for as it is said, birds of a feather flock together).more ›
Minimalist Cheets
- One-liner to calculate the binary value to toggle, enable, or disable an option via Java Function or Tasker Settings:
-
%val = ceil((abs(%val - 1) + %par(#?1/on/true) - %par(#?0/off/false))/(2+%par(#)))
- %val is the binary value of the current state, if first retrieved. Otherwise, will perform toggle, or will perform absolute stating if passed a parameter
- One-liner to extract a base-12 hour from Tasker’s base-24 %TIME variable:
-
%hour = floor(%TIME) - floor(%TIME/13)*12 + floor(abs(floor(%TIME) - 24)/24)*12
- The first segment extracts the hour by discarding the minutes; the second segment subtracts any p.m. offset (from 13.00 to 23.00); the third segment converts midnight (00:00) to 12.
- One-liner to add arbitrary minutes to Tasker’s base-24 %TIME variable:
-
%future = floor(%TIME) + floor(((%TIME - floor(%TIME))*100 + %mins)/60) - floor((floor(%TIME) + floor(((%TIME - floor(%TIME))*100 + %mins)/60))/24)*24 + (((floor(%TIME)*60 + (%TIME - floor(%TIME))*100 + %mins)) % 60)/100
- To prettify the output, append
+100.001
to the formula and a separate variable search/replace for1(?=\d\d\.)|(?<=\.\d\d)1
which will eliminate the hundred and hundredth, leaving behind the placeholders.
MacGyver
Some people can MacGyver any problem. Other people somehow will MacFucker every problem. Self