Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

advertising

related pastes to tag 'report'

1638033 - SpellstealReport.lua: warcraft report addon spellsteal
  1. local SpellstealReport = CreateFrame("Frame")
  2.  
  3. local function OnEvent(self, event, ...)
  4.         local dispatch = self[event]
  5.  
  6.         if dispatch then
  7.                 dispatch(self, ...)
  8.         end
  9.  
720832 - Report all results: boinc boinccmd boinc_cmd ready_to_report report
  1. ./boinc_cmd --get_results |
  2. grep "^ \+\(state\|name\|project URL\): " | (
  3.  while read x name; read x x url; read x state; do
  4.    if [ $state = 5 ]; then
  5.      ./boinc_cmd --project $url update;
  6.    fi;
  7.  done
  8. );
worth-right
worth-right