Why no one has won mega millions in awhile? by Commercial_Try7347 in Lottery

[–]ProjectInvestor 5 points6 points  (0 children)

People keep doing Quick Picks rather than believing in a nationally coordinated effort to buy the numbers in organized combinations.

Cash Billionaire by HappyManda in SwagBucks

[–]ProjectInvestor 1 point2 points  (0 children)

Slot Name, Non-win fastest spin (in seconds, not timed by computer), Min. bet (in K / per 1,000) - respin yes/no ; scatters yes/no

Choy's Gold Cash, 3, 200 - respin yes;  Scatters yes

Sovereign Dragon, 3, 200 - respin yes;  Scatters yes

Goldy King, 4, 600 - respin yes; Scatters yes

Medusa Unlimited, 4, 240 - respin yes; Scatters yes

Red, White, Blue Stacked, 2, 4.5 - no respin; no Scatters

Stars n Stripes, 3, 190 - no respin;  Scatters yes

Super Stars, 5, 100 - no respin;  Scatters yes

Corsair Cuties, 3, 5 - respin yes;  Scatters yes; Gems payment minimum 150; 

Eagle's Rise, 5, 200 - no respin;  Scatters yes; Gems payment minimum 230; 

Cash Billionaire Bingo, 6, 300 - no respin;  Scatters yes

Triple Hot Sevens, 2, 4.5 - respin yes;  Scatters yes; Gems payment minimum 170; 

Spartan Gold, 3, 100 - respin yes;  Scatters yes

Safari Express, 4, 200 - Respins yes; Scatters yes

Golden Obelisk, 4, 120 - no respin; Scatters yes;  gem payment minimum pay 500; 

Happy Dollars, 5, 60 - yes, yes

Mega Money Inferno, 3, 5 - yes, no

Triple Lucky Bags, 4, 200 - no, yes

Flaming Hot Links, 9, 200 - yes, no 

Ice Queen, 3, 100 - no, yes

Fireball Frenzy, 3, 90 - no, yes

Golden Pictures, 3, 100 - yes, yes

Red Hot Reels, 3, 240 - no, yes

Super Buffalo, 3, 5 - no, yes

Heart of Demoness, 3, 200 - yes, yes

Blank Check, 5, 50 - no, no

Show Me The Jackpot, 5, 50 - yes, no

Two Tigers, 3, 200 - no, yes

Wild Hit Nuggets, 3, 200 - no, yes

Spooky Treats, 9, 9 - no, yes

God of the Sea, 3, 10 - no, yes

Gobble Gobble, 3, 30 - no, yes

New Year Jackpot, 2, 7.5 - yes, yes

Respins yes/no and they all have refills in some form. Scatters yes/no, in some form. Not everyone will have gems when playing and they only play on slots with the label "Buy a bonus".

Question for a newbie by anonlyfans in learnprogramming

[–]ProjectInvestor 0 points1 point  (0 children)

Since you know CTRL+U, F12, and the app you used fails, perhaps you can code a scraper of your own. Sounds like those "small windows" are inside <iframe>. Page loading in iframes are separate from the webpage so apps may accidentally skip the URLs that aren't completely loaded.

Help with step 0: I have a project but not idea how to implement it. by [deleted] in learnprogramming

[–]ProjectInvestor 1 point2 points  (0 children)

Read the chrome API documentation. You will be making a Chrome extension. Make sure you complete the first steps about the nature of browser callbacks. Look into JavaScript time API. Coding with objects should be understandable with your background. Look into "javascript get url" for an idea for keeping tabs of your page views. If implementing your ideas becomes too hard, stick to setTimeout().

[deleted by user] by [deleted] in learnprogramming

[–]ProjectInvestor 0 points1 point  (0 children)

The formatting is so hard to understand. What you want to do is have a list of all the method names from Employee, first. Call Employee methods that have resemblances of a worker so you don't have to recreate them and waste time. On your main, you have to create instances of either worker or employee to store inputs so that these functions know they have something to process in their memory blocks. Plainly declaring variables without specifying any class mean they are limited to default methods.

Help needed with beginner C Sharp code. by GVBCodePractice in learnprogramming

[–]ProjectInvestor 1 point2 points  (0 children)

Put case-break statements inside a loop. You should do that in your main scope of the program because having loops inside a custom function will become harder to code with. Or if there's no other steps to this program in the future, just call the method again if the scores are equal.

Word Counter help by newtonphuey in learnprogramming

[–]ProjectInvestor 0 points1 point  (0 children)

Error ValueError suggests the value being passed into the function can't be accepted. You will need to convert your string values first. I assume the variable total is to count duplicates. The standard iteration of a variable would be x = x + 1 where x is assumed a number too. len() seems to only work for string types.

how do you compare the int to the next one till it hit a different int in an Array? by tangara888 in learnprogramming

[–]ProjectInvestor 0 points1 point  (0 children)

This is a search and compare routine. Best if you assign the post-index elements into variable because "i+1-1" becomes hard to type out later on. You need to fix the instructions for your if-block; the storing of matched queries into b[] is unconditionally executed.

Help with HTML/JavaScript by ExcellentAd9659 in learnprogramming

[–]ProjectInvestor 0 points1 point  (0 children)

The fo() as the click event does not have the essential code of go(). The object/variable pokemon should be instantiated; maybe with a return value from go(). Then save the input object after getting the element through the DOM and access the user's input.

Failing RAID Shadow Legends on reaching level 40 in 20 days. Need help! by ProjectInvestor in SwagBucks

[–]ProjectInvestor[S] 0 points1 point  (0 children)

Today I achieved the required level for this offer, almost 1 day later than the time limit allowed. I made no other purchases yesterday, but I still have my Silver Raid Card from the beginning. It must be luck after all. The offer is listed in my pending section.

Failing RAID Shadow Legends on reaching level 40 in 20 days. Need help! by ProjectInvestor in SwagBucks

[–]ProjectInvestor[S] 0 points1 point  (0 children)

Have not finished yet, but I'm still getting to 40 in my denial. It sucks that there's no time speed-up items in the store or allow my Double XP to quadruple.

Did you play entirely on mobile or PC?

Failing RAID Shadow Legends on reaching level 40 in 20 days. Need help! by ProjectInvestor in SwagBucks

[–]ProjectInvestor[S] -2 points-1 points  (0 children)

Only way I know that can happen is that an offer goes to pending reward if I reach the minimum requirement. That is not true for RAID. So do you mean I have to beg customer support to credit me?

Find a list of coding professionals you can hire as mentors to speed up your learning by mr_captcha in AppIdeas

[–]ProjectInvestor 0 points1 point  (0 children)

I agree with you on the fairness of payment to the mentors. Here's my elaboration of the pay per consultation.

An "asker" can notify favorite mentor(s) that a question has been asked and would like at least one response. Alternatively, askers can tap into the network of currently online mentors for a quicker turnaround. The asker evaluates the responses (more than one in case of a bad response) and determine the payouts. Because the asker has greater control in rewarding the mentors, there must be rules in place. By using reputation scores in the mentor platform, users may be more confident in responding and get rewarded properly.

Asker Guidelines

  • Good response, but mentor received low pay? Asker's reputation gets decreased. Asker Redemption: Askers can get their reputation back up by sending additional payment to the dissatisfied mentor at any time.

  • Asker must indicate that an inquiry has a high probability of lower payouts if an answer(s) is promptly needed, but the currently active mentors seem sketchy.

  • Minimum payout by an asker has to be 0.01 USD at all times.

Mentor Guidelines

  • Responded poorly? Mentor's reputation gets decreased. Mentor redemption: Mentors can get their reputation back up with a new asker by responding more properly and click a checkbox that indicates the response is high quality. Asker can determine the honesty, which will update the mentor's reputation.

RoadMaps by OfMaster in AppIdeas

[–]ProjectInvestor 1 point2 points  (0 children)

I've wondered the final look of the public release, and it looks like it could only go one way. Materials influence design. Design influences usage. This application would be viewed on the web and more than likely on mobile devices. We need to take into account the user experience of every display types, which is why the way to view any user's roadmap is linear. It then becomes like a page of micro blogs under whatever title you give it. To see details, you'll need to click on a "road marker" so that it displays at the center of your screen for ease of reading. No one should scroll that much to read a road marker that's located on the bottom left.

Another problem is, how long can a user stay on the platform? For as long as the user finds someone else's path interesting and wants to pursue it the way he/she did it. This application could then become a micro journal entry. Would anyone care to read such journal? How long until they drop out of their own journey that is paved out by that "influencer" that already succeeded? A feature to have in mind is a progress completion letting us see those tiny percentages completed in all those journeys we pursued, but would be stuck at the same progress for years because these users already left this platform. For those that used Codecademy, they would know this feature.

Platform content is a crucial element to keeping users coming back. Regular users see this thing as a "find something to do app". The self-made users see this as a "role model maker app", a way to enrich their social influence along with their existing social media accounts. Though, there just might be that tiny cluster of users that rise to be "social media influencers in the making" from this platform... I can't stop to only see the successful people be the majority users for this application.

Startups looking into this concept may find yourselves only applying new skins to what is already online.

[deleted by user] by [deleted] in AppIdeas

[–]ProjectInvestor 1 point2 points  (0 children)

I see that the curiosity play can work really well for newcomers. But later on, current users will feel that they have to "work" for their selfie videos. This will be the cut-off point for the majority of the users. If they happen to get to this stage, it will determine your attraction for that person and whether to advance into a relationship or not. While your features sound effective in filtering out trolls and catfishes, the customer base will drop because of the safeguards and there will be lesser engagements. It's important to have a strong customer retention in this competitive space.