- Joined
- Sep 16, 2016
- Messages
- 4,999
- Reaction score
- 8,116
- Points
- 888
- Gender
- Female
I think this ones is much more appropriate
Title: Fast and easy content viewing (few minutes for possible $0.60) - E8lzdUEas3V2ezXj87kMm | PANDA
Requester: Sticky [A1I5WZRIXY5GS9] (Contact)
(TO): [Pay: 4.46] [Fair: 4.72] [Comm: 4.19] [Fast: 4.76]
Description: Look at some content for a few minutes to help us improve our measurements.
Time: 20 minutes
HITs Available: 1
Reward: $0.40
Qualifications: Age is not greater than 70; Location is US; Age is not less than 18;
If your into random people watching you...
I'm sure he's funny but all I can picture isjust got an email saying Rob Van Dam (of wrestling fame) has a comedy show in Houston tomorrow night. Whaaa
is anyone for reals working rn because I'm not
Title: Copy & Paste name and address | PANDA Requester: john [A1KA3C8X1P464C] (TO) TO Ratings: 0.00 Communicativity 1.00 Generosity 0.00 Fairness 0.00 Promptness Number of Reviews: 2 (Submit a new TO rating for this requester) Description: Go to county assessor site (provided) search provided address, then copy and paste homeowner name and mailing address. Time: 20 minutes Hits Available: 1121 Reward: $0.03 Qualifications: None |
An iterative counter basically just counts each time you press that hotkey.I have no doubt, but pretty much all my scripts are just kludges that mimic simple keyboard commands cause that's about as far as my understanding goes I'll go look those up though, thanks.
foo = 1
3::
Send Hello World
foo += 1
return
4::
send ^c
name%foo% = Clipboard
foo += 1
5::
Loop, %foo%
{
hoo := name%A_Index%
send %hoo%
}
return
then copy and paste homeowner name and mailing address.
So helpful!An iterative counter basically just counts each time you press that hotkey.
So every time you press three it will send Hello World and add a value of 1 to the variable %foo%. This is useful if you want to do something like copy multiple items using the same hotkey.... in case you have a limited number of buttons you want to use and consolidating hotkeys that have a like function in a predictable way works for your needs.Code:foo = 1 3:: Send Hello World foo += 1 return
So now I've created an array the size of the variable %foo% (name%foo%) and each time I press 4 I'll copy whatever is highlighted and store it in the next cell of the array.Code:4:: send ^c name%foo% = Clipboard foo += 1
Then if I want to print it out... something along these lines
So now... I've got a loop that is the size of the array I created... %A_Index% contains the value of the number of cycles the loop has gone through... so i'm stepping through my %name% array... pulling the content of that cell out, saving it to a variable and sending that variable. You could also just send each cell to the clipboard. This part is a little wonky but thats just because of the way ahk handles send commands and variables.Code:5:: Loop, %foo% { hoo := name%A_Index% send %hoo% } return
They've been kicking ass.
Damn. That's much neater, and wouldn't need nearly as many keys. Thanks for typing all that out.An iterative counter basically just counts each time you press that hotkey.
So every time you press three it will send Hello World and add a value of 1 to the variable %foo%. This is useful if you want to do something like copy multiple items using the same hotkey.... in case you have a limited number of buttons you want to use and consolidating hotkeys that have a like function in a predictable way works for your needs.Code:foo = 1 3:: Send Hello World foo += 1 return
So now I've created an array the size of the variable %foo% (name%foo%) and each time I press 4 I'll copy whatever is highlighted and store it in the next cell of the array.Code:4:: send ^c name%foo% = Clipboard foo += 1
Then if I want to print it out... something along these lines
So now... I've got a loop that is the size of the array I created... %A_Index% contains the value of the number of cycles the loop has gone through... so i'm stepping through my %name% array... pulling the content of that cell out, saving it to a variable and sending that variable. You could also just send each cell to the clipboard. This part is a little wonky but thats just because of the way ahk handles send commands and variables.Code:5:: Loop, %foo% { hoo := name%A_Index% send %hoo% } return
r/nhlstreams ?They've been kicking ass.
But I refuse to pay $150 for an NHL subscription....so I've only seen like 2 games all year.
ROFLMAO I'm not sure what this is in reference too because I'm just logging on, but it totally explains my day!!!I think this ones is much more appropriate
Yea but I like to watch on the TV.r/nhlstreams ?
It happens to everyoneSorry my dumb ass missed that part
The grind to $100 is real!!! Especially when you sleep all day... Hopefully now that I'm awake something amazing will drop. Until then please enjoy these bubbles
is anyone for reals working rn because I'm not