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
#!/bin/bash | |
clear | |
#Wenn parameter vorhanden sind, in den Checker gehen. | |
#TheChecker: | |
if [ $# -gt 0 ] | |
then | |
outFile=$1 | |
IpPort=$2 | |
pos=`expr index $IpPort :` |
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 domino-doc-grabber | |
// @description grab methodnames from documentation | |
// @namespace domino-doc-grabber | |
// @version 0.0.1 | |
// @include http*://publib.boulder.ibm.com/* | |
// @require http://code.jquery.com/jquery-1.8.2.min.js | |
// ==/UserScript== | |
/** | |
* requirements: Tampermonkey |
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 Timestamp Viewer | |
// @description Adds time of Facebook-Wall items as li-title (hover-text) | |
// @namespace Facebook Timestamp Viewer | |
// @version 0.1.1 | |
// @include http*://*.facebook.com/*sk=wall | |
// | |
// ==/UserScript== | |
function addJQuery(callback) { |
NewerOlder