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
<class cl="TaskerData" sr=""> | |
<tv>1.2u2m</tv> | |
<class cl="Task" sr="task7"> | |
<id>7</id> | |
<nme>CarEntered</nme> | |
<class cl="Action" sr="act0" ve="3"> | |
<code>307</code> | |
<class cl="IntArg" sr="arg0"> | |
<val>15</val> | |
</class> |
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
<class cl="TaskerData" sr=""> | |
<tv>1.2u2m</tv> | |
<class cl="Task" sr="task37"> | |
<id>37</id> | |
<nme>CarDeparting</nme> | |
<class cl="Action" sr="act0" ve="3"> | |
<code>310</code> | |
<class cl="IntArg" sr="arg0"/> </class> | |
<class cl="Action" sr="act1" ve="3"> | |
<code>443</code> |
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
<class cl="TaskerData" sr=""> | |
<tv>1.2u2m</tv> | |
<class cl="Profile" sr="prof34"> | |
<cdate>1312544125885</cdate> | |
<id>34</id> | |
<mid0>7</mid0> | |
<mid1>37</mid1> | |
<nme>CarBluetooth</nme> | |
<class cl="StateContext" sr="con0"> | |
<code>3</code> |
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
<img class="toolbarButton toolbarPageNext" alt="Move to Next Page" src="DemoImages/demo_btn32_page_next.png" jQuery1330452980384="46" command="function onToolbarPageNext() { | |
FileList.set_currentPage(FileList.get_currentPage().nextPage()); | |
}"/> |
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
var FileList = { | |
currentPage: null, | |
fileList: [], | |
documentInfo: {}, | |
get_fileCount: function() { | |
return FileList.fileList.length; | |
}, | |
set_currentPage: function(newCurrentPage) { |
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
; Control key ^ | |
; Alt key ! | |
; Shift key + | |
; Windows key # | |
; this must remain at top of file | |
SetTitleMatchMode 2 | |
;Allows for the script to be reloaded everytime it's saved | |
SetTimer,UPDATEDSCRIPT,1000 |
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
;game_setup.xml (Step 1): | |
<game> | |
<client>ta/Client.lua</client> | |
<server>ta/Server.lua</server> | |
</game> | |
------------------------------------------------------------------------------------- | |
;ta/Server.lua (Step 2): | |
Script.Load("lua/Server.lua") | |
Script.Load("ta/ServerInitialize.lua") |
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
set FFMPEG_EXE="C:\Program Files (x86)\Screen Capturer Recorder\configuration_setup_utility\vendor\ffmpeg\bin\ffmpeg.exe" | |
set OUTPUT_INTERVAL_IN_SECONDS=60 | |
set OUTPUT_DIR_WITHOUT_TRAILING_SLASH=%userprofile%\documents\instantreplay | |
set OUTPUT_FILES_TO_KEEP=120 | |
:loop | |
for /f "tokens=2 delims==" %%I in ('wmic os get localdatetime /format:list') do set timestamp=%%I | |
set datetimestart=%timestamp:~0,8%-%timestamp:~8,4%_%timestamp:~12,2% | |
%FFMPEG_EXE% -loglevel info -t %OUTPUT_INTERVAL_IN_SECONDS% -f dshow -video_device_number 0 -i video="screen-capture-recorder" -vcodec libx264 -pix_fmt yuv420p -s hd720 -preset ultrafast -vsync vfr -acodec libmp3lame -f mpegts - | %FFMPEG_EXE% -f mpegts -i - -c copy "%OUTPUT_DIR_WITHOUT_TRAILING_SLASH%\%datetimestart%.mkv" |
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 NS2-only UWE Discussions | |
// @match https://forums.unknownworlds.com/discussions* | |
// @require http://code.jquery.com/jquery-latest.js | |
// ==/UserScript== | |
(function() { | |
$('a[href*="subnautica"], a[href*="off-topic"], a[href*="other-discussions"], span[title="Webbed"]').closest('tr').hide(); | |
setTimeout(function(){ | |
$("html,body").animate({scrollTop: 400}, 1); |
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 Kroger ClickList Products Display Changer | |
// @namespace cc.digitalcreations.kroger | |
// @version 0.1 | |
// @downloadURL https://gist.github.com/lancehilliard/1353475392345d30cd20f53e6ee8bc61#file-kroger_clicklist_products_display_changer.js | |
// @description Change how certain Kroger products are displayed to make ClickList shopping easier | |
// @author lancehilliard | |
// @match https://www.kroger.com/products/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js |
OlderNewer