- Joined
- Jan 10, 2016
- Messages
- 46,637
- Reaction score
- 123,874
- Points
- 1,414
- Age
- 124
- Gender
- Female
I was told differently.That's sweet potato, you can have it any day of the year.
I was told differently.That's sweet potato, you can have it any day of the year.
Yea I thought I read something about it being bad yesterday. ThanksAn hour and pieces of your mind and soul
Title: Answer a short (15 question) survey about a new app | PANDA Requester: UserInsights7 [A25K11463KTNWP] (Contact) (TO): [Pay: 3.62] [Fair: 4.50] [Comm: 3.71] [Fast: 3.33] Description: Give us your opinion about a new consumer app Time: 60 minutes HITs Available: 1 Reward: $1.00 Qualifications: UserInsights7_4Pillars_Completed has not been granted; |
Title: A survey about your well-beings and childhood experiences | PANDA Requester: Yi-Ping Hsieh [A3A5O0MNGL860Z] (TO) TO Ratings: ★★★★★ 0.00 Communicativity ★★★★★ 4.00 Generosity ★★★★★ 0.00 Fairness ★★★★★ 0.00 Promptness Number of Reviews: 3 | TOS Flags: 0 Submit a new TO review Description: An academic survey about coping strategies, depression, aggression, and childhood experiences. Time: 2 hours HITs Available: 1 Reward: $1.00 Qualifications: Total approved HITs is not less than 50;HIT approval rate (%) is not less than 90;Location is US |
In L.A. all day yesterday. Just getting rolling today.....
I was told differently.
Title: ~6-minute research study with possible bonus for you ($0-$2.00)(~ 6 minutes) | PANDA Requester: MPR Lab [AI2G5V8H1U52N] (TO) TO Ratings: ★★★★★ 4.16 Communicativity ★★★★★ 3.99 Generosity ★★★★★ 4.80 Fairness ★★★★★ 4.81 Promptness Number of Reviews: 105 | TOS Flags: 0 Submit a new TO review Description: Participate in a research task Time: 60 minutes HITs Available: 18 Reward: $0.75 Qualifications: Total approved HITs is not less than 50;HIT approval rate (%) is not less than 97;Exc: [-1997362420-22316] has not been granted;Location is one of: US |
Title: Associate Hotel Room Photos With Room Types Requester: Hotel Photos [ A118AXJ9FMBSRF ] (TO) TO Ratings: 5.0 Fairness 4.9 Promptness 4.3 Generosity 5.0 Communicativity Number of Reviews: 17 (Submit a new TO rating for this requester) Time: 15 minutes Reward: $0.15 Auto-Approves: 1d 0hr 0m Qualifications: Masters has been granted; Total approved HITs is not less than 10000; Adult Content Qualification is 1 |
Thanksgiving and Christmas are my favorite holidays because of the food.Can't wait for Thanksgiving.
Title: A survey about your well-beings and childhood experiences | PANDA
Requester: Yi-Ping Hsieh [A3A5O0MNGL860Z] (Contact)
(TO): [Pay: 4.00] [Fair: 0.00] [Comm: 0.00] [Fast: 0.00]
Description: An academic survey about coping strategies, depression, aggression, and childhood experiences.
Time: 2 hours
HITs Available: 1
Reward: $1.00
Qualifications: Total approved HITs is not less than 50; HIT approval rate (%) is not less than 90; Location is US;
I went ahead and did a search here and on greasy fork and found nothing.Is there a script that I can use for these Takashi's?
There's no way Hallow's End has started already. Don't be such a Sinister Squashling.brb on quest to become a pumpkin.
Ah, that sucks. I'm doing them at a steady past so it's not a big deal. I should learn how to script whether I have free time.I
I went ahead and did a search here and on greasy fork and found nothing.
So probably not
I wrote an AHK script for personal use which scans the screen based on screenshots that you give it. You'd probably have to take screenshots of your own screen since you'll have a different resolution on your monitor. (script is also a bit janky, I take no responsibility)Is there a script that I can use for these Takashi's?
#Persistent
CoordMode, pixel, screen
CoordMode, Mouse, Screen
SetDefaultMouseSpeed, 1
#SingleInstance force
/* photographer
*/
1::
ImageSearch, foundx6, foundy6, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\photographer.png
sleep,200
MouseMove, %foundx6%+15, %foundy6%+15
Sleep, 200
click
Sleep, 200
ImageSearch, foundxa, foundyb, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
sleep, 200
MouseMove, %foundxa%+15, %foundyb%+15
Sleep, 200
click
return
/* people & animals
*/
2::
ImageSearch, foundx, foundy, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\people.png
sleep, 200
MouseMove, %foundx%+15, %foundy%+15
Sleep, 200
click
Sleep, 200
ImageSearch, foundxc, foundyd, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
sleep, 200
MouseMove, %foundxc%+15, %foundyd%+15
Sleep, 200
click
return
/*others
*/
3::
ImageSearch, foundx2, foundy2, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\others.png
sleep, 200
MouseMove, %foundx2%+15, %foundy2%+15
Sleep, 200
click
Sleep, 200
ImageSearch, foundxe, foundyf, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
sleep, 200
MouseMove, %foundxe%+15, %foundyf%+15
Sleep, 200
click
return
/* pondering
*/
4::
ImageSearch, foundx3, foundy3, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\pondering.png
sleep, 200
MouseMove, %foundx3%+15, %foundy3%+15
Sleep, 200
click
Sleep, 200
ImageSearch, foundxg, foundyh, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
sleep, 200
MouseMove, %foundxg%+15, %foundyh%+15
Sleep, 200
click
return
/* not applicable
*/
5::
ImageSearch, foundx4, foundy4, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\not applicable.png
sleep, 200
MouseMove, %foundx4%+15, %foundy4%+15
Sleep, 200
click
Sleep, 200
ImageSearch, foundxi, foundyj, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
sleep, 200
MouseMove, %foundxi%+15, %foundyj%+15
Sleep, 200
click
sleep, 200
send, x
return
/* click image
*/
q::
ImageSearch, foundxk, foundyl, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\image.png
sleep, 200
MouseMove, %foundxk%+15, %foundyl%+15
Sleep, 200
click
return
z::
send, ^w
return
Me and those SCN Surveys right now.
Thanks!I wrote an AHK script for personal use which scans the screen based on screenshots that you give it. You'd probably have to take screenshots of your own screen since you'll have a different resolution on your monitor. (script is also a bit janky, I take no responsibility)
Code:#Persistent CoordMode, pixel, screen CoordMode, Mouse, Screen SetDefaultMouseSpeed, 1 #SingleInstance force /* photographer */ 1:: ImageSearch, foundx6, foundy6, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\photographer.png sleep,200 MouseMove, %foundx6%+15, %foundy6%+15 Sleep, 200 click Sleep, 200 ImageSearch, foundxa, foundyb, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png sleep, 200 MouseMove, %foundxa%+15, %foundyb%+15 Sleep, 200 click return /* people & animals */ 2:: ImageSearch, foundx, foundy, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\people.png sleep, 200 MouseMove, %foundx%+15, %foundy%+15 Sleep, 200 click Sleep, 200 ImageSearch, foundxc, foundyd, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png sleep, 200 MouseMove, %foundxc%+15, %foundyd%+15 Sleep, 200 click return /*others */ 3:: ImageSearch, foundx2, foundy2, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\others.png sleep, 200 MouseMove, %foundx2%+15, %foundy2%+15 Sleep, 200 click Sleep, 200 ImageSearch, foundxe, foundyf, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png sleep, 200 MouseMove, %foundxe%+15, %foundyf%+15 Sleep, 200 click return /* pondering */ 4:: ImageSearch, foundx3, foundy3, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\pondering.png sleep, 200 MouseMove, %foundx3%+15, %foundy3%+15 Sleep, 200 click Sleep, 200 ImageSearch, foundxg, foundyh, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png sleep, 200 MouseMove, %foundxg%+15, %foundyh%+15 Sleep, 200 click return /* not applicable */ 5:: ImageSearch, foundx4, foundy4, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\not applicable.png sleep, 200 MouseMove, %foundx4%+15, %foundy4%+15 Sleep, 200 click Sleep, 200 ImageSearch, foundxi, foundyj, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png sleep, 200 MouseMove, %foundxi%+15, %foundyj%+15 Sleep, 200 click sleep, 200 send, x return /* click image */ q:: ImageSearch, foundxk, foundyl, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\image.png sleep, 200 MouseMove, %foundxk%+15, %foundyl%+15 Sleep, 200 click return z:: send, ^w return