The script was developed to aid in the use of the Rockwell Automation Product Lifecycle webpage.
- Auto focus on the search field
- Auto load the Product Status and Silver End Date
- Once all of rows have been loaded the table is:
| TARGET = control | |
| .phony: all clean gerber | |
| all: | |
| gsch2pcb --elements-dir "../pcb-elements" project | |
| clean: | |
| rm -f *.net *.cmd | |
| rm -rf gerber |
| // Notecard Selector | |
| // by Ann Enigma | |
| // This script presents users with a list of notecards in a dialog box, and allows them to select one | |
| // Note: The names of the notecards must be less than 24 characters long | |
| // This script is licenced under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License | |
| // http://creativecommons.org/licenses/by-nc-sa/3.0/us/ | |
| // configurable options | |
| string message = "Which notecard would you like to read?"; // the message on the dialog box |
| <?php | |
| /* | |
| * Simple HttpRequest example using PHP | |
| * tom slankard | |
| * POST capability: Techplex Engineer | |
| * https://gist.github.com/twslankard/989974 | |
| * http://stackoverflow.com/a/20621965/429544 | |
| */ |
| using System; | |
| using OpenMetaverse; | |
| using System.Collections; | |
| using Nwc.XmlRpc; | |
| namespace Name2Key | |
| { | |
| class MainClass | |
| { | |
| static string m_ServerURL = "http://grid.kitely.com:8002/user/";//"http://hg.osgrid.org:80/user/"; |
| // ==UserScript== | |
| // @name tv-links.eu/tvmuse.eu Link Finder | |
| // @namespace http://tvmuse.eu/ | |
| // @version 0.1.2 | |
| // @description script to compile a nice list of links from the comments on episode pages | |
| // @include *.tvmuse.*/* | |
| // @require http://code.jquery.com/jquery.min.js | |
| // @copyright 2014+, Techplex Engineer | |
| // ==/UserScript== |
Easily print and manage senior project git logs and code
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x495a2d94, pid=3095, tid=1075541104 | |
| # | |
| # JRE version: Java(TM) SE Embedded Runtime Environment (8.0_06-b23) (build 1.8.0_06-b23) | |
| # Java VM: Java HotSpot(TM) Embedded Client VM (25.6-b23 mixed mode linux-arm ) | |
| # Problematic frame: | |
| # C [libwpilibJavaJNI565955528056981185.so+0x35d94] getSolenoid+0x50 | |
| # |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |