04/15 - Foxy Friday

Status
Not open for further replies.

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
Did you really do this? I am just curious :)
Yes, I really did. But it was mostly to just play around with AHK, I haven't actually used it.

Code:
$Numpad0::
send Good morning turkeys!!
send {Tab}
send {enter}
return
!s::Suspend
 

LightningLord

You think that's a Schwinn.
Contributor
Joined
Jan 12, 2016
Messages
2,400
Reaction score
4,040
Points
538
Age
33
Gender
Male
Dumb question for the day: How do I update my scripts that I use with tampermonkey?
 

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,183
Reaction score
35,691
Points
1,288
Age
38
Gender
Male
Title: Create questions from Wikipedia | PANDA
Requester: Alvaro Morales [A1G0OU41EL9STW] (Contact)
(TO): [Pay: 5.00][Fair: 5.00][Comm: 5.00][Fast: 5.00]
Description:
Look at a table from Wikipedia and come up with interesting questions
Time: 60 minutes
Hits Available: 40
Reward: $1.00
Qualifications: Total approved HITs is not less than 1000; HIT approval rate (%) is not less than 98; Location is US

I should really add requesters to hit monitor when I tell myself I'm going to. grrrrr missed em all
 
  • Like
Reactions: Krikket

sryan66611

Well-Known Member
Contributor
Joined
Feb 13, 2016
Messages
3,412
Reaction score
5,893
Points
838
Age
37
Gender
Male
Yes, I really did. But it was mostly to just play around with AHK, I haven't actually used it.

Code:
$Numpad0::
send Good morning turkeys!!
send {Tab}
send {enter}
return
!s::Suspend
Very cool :)
 

MindNumbing

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
5,971
Reaction score
10,565
Points
1,013
Gender
Female
Greetings from Amazon Mechanical Turk,

You've received a bonus from Ashley Sauciuc for work related to 3P4C70TRMRFB7UL10K2Z6KGZH8MLG8.
The value of your bonus is: $20.10 USD

The Requester included this note:
$8.00 task wage + $12.60 combined bonus for periods 3 and 10 - $0.50 HIT wage (paid separately)

Thanks for being a Worker on Mechanical Turk!

Sincerely,
Amazon Mechanical Turk
https://www.mturk.com
 

Wolfheart

Wobble-Wolf
Contributor
Joined
Jan 28, 2016
Messages
515
Reaction score
804
Points
218
Age
39
Gender
Male
Dumb question for the day: How do I update my scripts that I use with tampermonkey?
Go to your dashboard in tampermonkey, then click on the 'last updated' spot, where it says 8d, 72h, so on. That'l update it for you.
 
  • Like
Reactions: LightningLord

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
I can't tell you how much I envy Jaded @Jaded
(I really want to have a $10 a day goal, instead of the slightly higher than I can ever reach goal :sofa:
It's not really my goal, it's just the minimum I let myself get away with. I like to tell C to the J @C to the J that it's my goal cause it bothers him.
 

essjay

Filthy Casual
Contributor
Joined
Jan 12, 2016
Messages
4,996
Reaction score
7,248
Points
988
Gender
Non-binary
I should really add requesters to hit monitor when I tell myself I'm going to. grrrrr missed em all
If you've already done a bunch of them, you might not be able to do more. However, keep a PandA running cos they'll trickle in for hours.
 
  • Like
Reactions: thedorchannel

Blue

Unlikeable Ass
Contributor
Joined
Jan 11, 2016
Messages
4,183
Reaction score
13,272
Points
838
Gender
Male
Taking this as a learning opportunity, is there a better way of emptying the array at the end? Something about this feels redundant to me.

Code:
Clips := Object()
Counter := 0

1::        ;Copy info
Send ^c
ClipWait
Clips[Counter] := ClipBoard
Counter++
return             

2::        ;Paste all info into HIT and fill in bubbles
send {click}
send {tab 2}
send {space}
send {tab}
ClipBoard := Clips[0]
send ^v
send {tab}
send {right}
send {tab}
ClipBoard := Clips[1]
send ^v
send {tab}
ClipBoard := Clips[2]
send ^v
send {tab}
send {space}
send {tab}
send {right}
send {tab}
send {space}
send {tab 3}
send {space}
send {tab}
send {right}
loop 4 {
  send {tab}
  send {right}
  }
Counter = 0
Clips := Object()
return
Can send the variables themselves, instead of copying them back to clipboard every time. but that isn't what you are asking. if you want to zero out each cell of your array an easy way to do it is add a loop at the end and use A_Index to step through the array based on the count of the loop. If I understand what you are asking correctly.
 
  • Like
Reactions: Babadooba

hyway

Well-Known Member
Contributor
Joined
Jan 21, 2016
Messages
3,911
Reaction score
6,297
Points
988
Age
63
Gender
Male
It was nice knowing you :\
fuck it. I was in a really good mood. Just got back from a 2 hour lunch at a restaurant with my son and the rest of his special needs class and had a self-inflating glow after donating to the site. I was even amused that a mod was posting about donating just as i was donating. Now i am just feeling pissed off.
 
Status
Not open for further replies.