Skip to content

Commit

Permalink
2011-04-09_16-25-36
Browse files Browse the repository at this point in the history
  • Loading branch information
camerb committed Apr 9, 2011
1 parent 1c51d5e commit 948b84f
Show file tree
Hide file tree
Showing 43 changed files with 2,738 additions and 422 deletions.
11 changes: 7 additions & 4 deletions AddAhkTask.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ if (param <> "copyTasksToFcnLib")
}
else
{
tasks := FileRead(tempFile)
FileAppendLine("", libFile)
FileAppendLine(tasks, libFile)
FileDelete(tempFile)
if FileExist(tempfile)
{
tasks := FileRead(tempFile)
FileAppendLine("", libFile)
FileAppendLine(tasks, libFile)
FileDelete(tempFile)
}
}
8 changes: 1 addition & 7 deletions ArrangeWindows.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,12 @@ if (A_ComputerName = "PHOSPHORUS")
WinMove, Google Chrome, , 1920, 0, 1765, 1081
Sleep, 10
WinMove, Google Chrome, , 1920, 0, 1765, 1080
;Send, ^!{RIGHT}
;Send, ^!{NUMPAD2}
;Send, ^!{NUMPAD5}
Send, ^!1
}

if ForceWinFocusIfExist("Mozilla Firefox")
{
WinMove, Mozilla Firefox, , 1920, 0, 1765, 1080
;Send, ^!{RIGHT}
;Send, ^!{NUMPAD2}
;Send, ^!{NUMPAD5}
Send, ^!{PGUP}
Send, ^!2
}

Expand Down
17 changes: 17 additions & 0 deletions BootStrap (phosphorus's conflicted copy 2011-04-09).ahk
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#include FcnLib.ahk

Run, Startup%A_ComputerName%.ahk

RunAhk("StartIdleAhks.ahk")

;apps that should run on all my computers
Run, C:\My Dropbox\Programs\CLCL\CLCL.exe
;Dropbox

if NOT IsVM()
{
RunProgram("C:\Program Files\Desktop Sidebar\dsidebar.exe")
RunProgram("C:\Program Files (x86)\WinSplit Revolution\WinSplit.exe")
}
;Openoffice launcher
;Find and Run Robot
2 changes: 1 addition & 1 deletion ClearFirefoxCache.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

ForceWinFocus("Mozilla Firefox", "Contains")
Send, ^+{DEL}
ForceWinFocus("Clear Recent History", "Exact")
ForceWinFocus("Clear All History", "Exact")
Send, {ENTER}
11 changes: 8 additions & 3 deletions DebugAgain.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

fatalIfNotThisPc("PHOSPHORUS")

;{{{ Get all of the debugger commands from the file
;{{{ Switch to random windows and bring them to debugging position
WinMinimize, ahk_class gdkWindowToplevel
ForceWinFocusIfExist("BareTail")
;}}}

;{{{ Get all of our settings
ini:="gitExempt/global.ini"
A_Debug := IniRead(ini, A_ScriptName, "A_Debug")
suppressPageReload := IniRead(ini, A_ScriptName, "suppressPageReload")
Expand Down Expand Up @@ -79,15 +84,15 @@ else if (project == "TM")
else if (debuggerCommand == "EPMS")
{
apacheServer:=true
projTitle=Ellis Partners in Mystery Shopping|EPMS|Survey Detailed Reporting|Net Promoter Score|Personality Trait
projTitle=Ellis Partners in Mystery Shopping|EPMS|Survey Detailed Reporting|Net Promoter Score|Personality Trait|Buying Stage
}
else
{
debug("unrecognized command")
ExitApp
}

allWindow=Forms|Parts|Bench|Server|EPMS|Home|xds|phosphorus|Ellis Partners in Mystery Shopping|Survey Detailed Reporting|Net Promoter Score|Personality Trait
allWindow=Forms|Parts|Bench|Server|EPMS|Home|xds|phosphorus|Ellis Partners in Mystery Shopping|Survey Detailed Reporting|Net Promoter Score|Personality Trait|Buying Stage
ffWindow=(%projTitle%).* - Mozilla Firefox ahk_class MozillaWindowClass
ieWindow=(%projTitle%).* - Windows Internet Explorer ahk_class IEFrame
;}}}
Expand Down
17 changes: 17 additions & 0 deletions DebuggerCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,21 @@ cmd 1: {C:\code\epms\script\property_importers}, 2: {perl milestone.pl C:\import
cmd 1: {C:\code\epms\script}, 2: {perl user_auth_expression_new.pl}
EPMS
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_prospect_survey.pl "C:\import_files\survey\Concord Prospects 2011-02-21.txt"}
EPMS
cmd 1: {C:\code\epms\script\property_importers}, 2: {perl lincoln.pl}
cmd 1: {C:\code\epms\script\employee_importers}, 2: {perl lincoln.pl}
cmd 1: {C:\code\epms\script\employee_importers}, 2: {perl lincoln.pl}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_prospect_survey.pl "C:\import_files\survey\Concord Prospects 2011-02-21.txt"}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_prospect_survey.pl "C:\import_files\survey\Concord Prospects 2011-02-21.txt"}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_prospect.pl "C:\import_files\survey\Concord Prospects 2011-02-21.txt"}
cmd 1: {C:\code\epms\script\employee_importers}, 2: {perl lincoln.pl}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_prospect.pl "C:\import_files\survey\Concord Prospects 2011-02-21.txt"}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_prospect.pl "C:\import_files\survey\Concord Prospects 2011-02-21.txt"}
cmd 1: {C:\code\epms\script\survey_importers}, 2: {perl concord_resident.pl "C:\import_files\survey\Concord Residents 2011-02-21.txt"}
EPMS
cmd 1: {C:\code\epms\script\survey}, 2: {perl queue_surveys.pl}
EPMS
cmd 1: {C:\code\epms\script}, 2: {perl epms_workbench.pl}
EPMS
cmd 1: {C:\code\epms\script}, 2: {perl epms_workbench.pl}
EPMS
Loading

0 comments on commit 948b84f

Please sign in to comment.