This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name KlipFolio CSS Tweaks | |
// @namespace KlipFolio | |
// @description This script provides additional dashboard real-estate by hiding unnecessary titlebars on self-descriptive Klips. | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js | |
// @version 1.3 | |
// @match https://*.klipfolio.com/dashboard* | |
// ==/UserScript== | |
//Main Function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$MESSAGE = gets.chomp | |
def make_zeros(count) | |
zeros = "" | |
count.times do | |
zeros += "0" | |
end | |
return zeros | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Facebook Suggested Post Blocker | |
// @namespace http://*.facebook.com | |
// @version 0.1 | |
// @description try to remove the "Suggested Post" blocks in the facebook feed | |
// @author jenksy | |
// @match https://www.facebook.com/ | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.1.1.min.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#MaxHotkeysPerInterval, 999 | |
$*space:: | |
IfWinActive, SPACEPLAN | |
{ | |
Loop | |
{ | |
if not GetKeyState("space", "P") | |
break | |
Send {space} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- use it as service of automator | |
on run {input, parameters} | |
do shell script "date +%Y-%m-%d\\ %H.%M.%S" | |
set the clipboard to input & " - " & result as text | |
tell application "System Events" | |
the path to the frontmost application | |
the name of the result |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dashboard> | |
<label>Lab 3 - Web Store Server Error v2</label> | |
<search id="baseSearch"> | |
<query>| tstats summariesonly=t count from datamodel="bcg_ws_student9" by _time, host, sourcetype, bcg_ws_root_event.status, bcg_ws_root_event.action1, bcg_ws_root_event.product_name1, bcg_ws_root_event.price1 span=1s | rename bcg_ws_root_event.status as status, bcg_ws_root_event.action1 as action, bcg_ws_root_event.product_name1 as product_name, bcg_ws_root_event.price1 as price</query> | |
<earliest>-30d@d</earliest> | |
<latest>now</latest> | |
<sampleRatio>1</sampleRatio> | |
</search> | |
<row> | |
<panel> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quick Fix: | |
xinput set-prop 'TPK USA LLC Touch Fusion 4.' 'Coordinate Transformation Matrix' 0 -1 1 1 0 0 0 0 1 | |
Full Fix via (https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=230554&p=1413454#p1413454): | |
install evdev and add the following to the ""evdev touchscreen catchall": | |
Option "SwapAxes" "true" | |
Option "InvertX" "true" | |
Option "InvertY" "false" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "0.1", | |
"Guid": { | |
"Guid": "00000000-0000-0000-0000-000000000000", | |
"DebugName": null | |
}, | |
"OwnerPlayerGuidString": "", | |
"OwnerPlayerId": 0, | |
"AuthorityPlayerId": 0, | |
"AssemblyOABConfig": { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer