advertising
related pastes to tag 'report'
- 1638033 - SpellstealReport.lua: warcraft report addon spellsteal
-
- local SpellstealReport = CreateFrame("Frame")
- local function OnEvent(self, event, ...)
- local dispatch = self[event]
- if dispatch then
- dispatch(self, ...)
- end
- 720832 - Report all results: boinc boinccmd boinc_cmd ready_to_report report
-
- ./boinc_cmd --get_results |
- grep "^ \+\(state\|name\|project URL\): " | (
- while read x name; read x x url; read x state; do
- if [ $state = 5 ]; then
- ./boinc_cmd --project $url update;
- fi;
- done
- );