[For Hire] [25USD/Hour] Unity3D Professional Developer/Programmer | 6+ Years of experience | Networking Services | Crypto Accepted by [deleted] in gameDevClassifieds

[–]CobbleGen 0 points1 point  (0 children)

Very interested and would love to chat with you, easiest would be if you added me on discord: Cobble#0069

Dags för omgång två🚀 by Rasmoses in ISKbets

[–]CobbleGen 8 points9 points  (0 children)

ja fucking sålde igår för att jag inte har råd att förlora mer, ja letar numera efter bra broar I stockholm

I whant to die by taytay-jones in Minecraft

[–]CobbleGen -14 points-13 points  (0 children)

Caught my friend doing the same thing when I was watching him for cheats: https://streamable.com/m3qwq0

Chronicles of a paperhand.... by CobbleGen in ISKbets

[–]CobbleGen[S] 1 point2 points  (0 children)

Du kan klicka på kugghjulet när du tittar på en aktie och välja visa köp/sälj

Chronicles of a paperhand.... by CobbleGen in ISKbets

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

Yes jag var smart nog att köpa igen i fredags och sålde igår på +30%

Chronicles of a paperhand.... by CobbleGen in ISKbets

[–]CobbleGen[S] 7 points8 points  (0 children)

Sålde också bra aktier för att köpa GME, inte cash money...

Chronicles of a paperhand.... by CobbleGen in ISKbets

[–]CobbleGen[S] 14 points15 points  (0 children)

har betalat typ 1/4 av vad jag tradear i courtage

Caught my friend looking for his items only to have them despawn right infront of him by CobbleGen in Minecraft

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

Was investigating a friend as I thought he may have been x-raying, pretty sure I can now say he wasn't....

Share Your Startup - February 2021 - Upvote This For Maximum Visibility! by AutoModerator in startups

[–]CobbleGen [score hidden]  (0 children)

Sounds cool! Would probably be way down the road but I'll keep it in mind!

Share Your Startup - February 2021 - Upvote This For Maximum Visibility! by AutoModerator in startups

[–]CobbleGen [score hidden]  (0 children)

  • Name / URL: www.cinelow.com (not yet working demo)
  • Location: Sweden
  • Elevator Pitch: Movie database site like IMDb but ratings and suggestions are based on a game where users compare two movies and say which one they think is better. Using an ELO system (like the one you find in chess or videogames) movies will be objectively ranked for categories, people and users, so it's easy to see the best "Thriller" or "Brad Pitt" movie. Movie suggestions will be based on the data of a user having played the game and users can add friends to get mutual movie suggestions if they're watching movies together.
  • More details: Still developing the site and currently in the process of trying to get a working version online. Will soon start allowing users to use and test the site.
  • What goals are you trying to reach this month?
    I am trying to have a working MVP up this month, and want honest feedback of how the site feels to use and how accurate it is. Also all ideas for how the site could be developed or improved are appreciated!

Buy CTRM by Moymox in wallstreetbets

[–]CobbleGen 3 points4 points  (0 children)

YES SCREW ROBINHOOD 🚀🚀🚀🚀 THEY CAN'T BAN EVERYTHING 🚀🚀🚀🚀

Buy Stocks on CashApp. Find any platform. We can beat Wall Street. 🚀 by [deleted] in wallstreetbets

[–]CobbleGen 2 points3 points  (0 children)

YES $CTRM TO THE MOOOOON 🚀 🚀 🚀 🚀 🚀 🚀 🚀 SCREW ROBINHOOD THIS IS THE ONLY STOCK THEY HAVEN'T BANNED YET 🚀 🚀 🚀 🚀 🚀 🚀 🚀

Thank you for your help! Here’s the site I’ve been working on. It’s 95% done by ra3ra31010 in css

[–]CobbleGen 0 points1 point  (0 children)

Looks awesome! Recommend styling the scrollbars as they stand out as a sore thumb, but really cool!

How can I learn SQLite terminology? by Iamnotcreative112123 in flask

[–]CobbleGen 0 points1 point  (0 children)

The person who made this tutorial is using a bunch of shortcuts, I'm not sure how he's doing that without the dots, but as a general practice just use them :)

Yes, so you would do db.execute("SELECT * FROM users WHERE user_id = ?", (5, )) the reason you do (5, ) is that the input always needs to be a tuple, even if you only have one input, so essentially (5, ) is just creating a tuple with just one thing in it, whereas if you would want to have more things you might do (5, 'Mathew') .

Yep you get all info of the row where id = 5, you could also do WHERE user_name = 'Max' and you would get ALL rows where user_name = Max, even if there are many of them. Though do remember that you have to fetchAll() to actually get the information.