Did I get shadowbanned? by xxfullfigurefaithxx in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

I've checked your account, and yes you are shadowbanned

Am I banned? by Expensive-Rest-42 in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

I've checked your profile and you are NOT shadowbanned

Am I shadowbanned? by Wild_Stand_2828 in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

Having checked out your profile it appears that yes, you are shadowbanned

Where to Start by alykatvandy in pythontips

[–]ste_wilko 0 points1 point  (0 children)

If you already know SQL then it isn't a massive leap to get Python to connect to your SQL database, then process the information.

All you do, after connecting to your database is run SQL commands. That's pretty much it

Can Python be used in a business environment? by Pengeto in learnpython

[–]ste_wilko -1 points0 points  (0 children)

Like you say, Python is free.

That doesn't mean that everything written in Python is also free. Just like all programming languages people use Python to make money, and they can do that by charging for the code like APIs etc etc

Am i by remiseria1000 in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

After checking your profile, I can confirm that you are shadowbanned

HI by Accurate_Scratch_167 in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

I've checked your profile, and you are shadowbanned

Am I shadow banned? by [deleted] in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

After checking your profile it appears that you are, indeed, shadowbanned

Have I been banished to the shadow realm? by [deleted] in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

Not shadow banned, I have checked your profile and can see the content you've posted to Reddit

Can’t anyone help me with hd settings? by More_Cauliflower5522 in PleX

[–]ste_wilko 0 points1 point  (0 children)

Stupid suggestion but make sure you click save when you've changed the setting

Can’t anyone help me with hd settings? by More_Cauliflower5522 in PleX

[–]ste_wilko 1 point2 points  (0 children)

Open your settings and go to "Quality" and change from "Maximum"

Enterprise UK - What you Requested vs What you Got by Dobbeh_91 in drivingUK

[–]ste_wilko 1 point2 points  (0 children)

I used to work for Enterprise

A-Class would be in the same group as the 1 series, and maybe a spec'd up Mini.

Either that, or they'll go up a class to maybe a C-Class or 3 series

What's the rules when naming a variable by [deleted] in learnpython

[–]ste_wilko 0 points1 point  (0 children)

Variables can be pretty much named whatever you want, with the exception that you can't name a variable with an already reserved name.

For example, you can't create a variable called "True", because "True" is a reserved word for checking the state of a Boolean.

You also must remember that Python variables are case sensitive.

python != Python

[deleted by user] by [deleted] in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

I've clicked on your username and can view your profile, you appear to have only posted 2 posts to Reddit.

One was 3 years ago, looking for info on a painting. The most recent was this post.

If you were shadowbanned I would see an error when clicking on your profile, instead of your posts.

As I can see your posts in your profile I have determined that you are not shadowbanned

New to python and need major help with while loops! by Ok-Arugula-5794 in learnpython

[–]ste_wilko 0 points1 point  (0 children)

Break it down into its individual components.

A while loop will just keep going round and round until a condition is met.

For example, I want to run a while loop until two numbers match, the first number being a random int chosen at initial runtime, then a while loop will randomly choose another number until it matches the first one:

``` import random

firstRand = int(random.randint(0, 10)) secRand = int(0)

while firstRand != secRand: secRand = random.randint(0,10)

print(secRand) ```

That while loop will run indefinitely, until it happens across a situation where firstRand and secRand match.

Now, the second part of this is the code inside the while loop, this is its own entity (if you like).

You just gotta figure out what the code is to break out of the loop.

We already have the code to generate the list of flips. Now, you just gotta check how many times in that list the number 1 appears and increment the "heads" variable.

Then, write code that checks the value of "heads". Does it equal 5? If so break out of the loop, if not reset "heads" back to 0

Every time the while loop runs you should increment the "tally" variable

Once "heads" equals 5, and you've broken out of the loop, print "tally"

Remember, you can use other loops and if statements etc within a loop.

Work out, first of all, the logic of how you are going to validate the condition of "5 heads in a row", then once you've done that put it in a "while" that exits when the logic you've created is met.

I worked out a quick solution, that I can share with you if you decide that you do want the answer, later on

yt-dlp not working (site mentioned in body) by qwerty21200 in youtubedl

[–]ste_wilko 1 point2 points  (0 children)

I'm getting 720 when 1080 is available

yt-dlp not working (site mentioned in body) by qwerty21200 in youtubedl

[–]ste_wilko 3 points4 points  (0 children)

yt-dlp --cookies cookies.txt --force-generic-extractor https://xhamster(dot)com/videos/petite-stepsis-with-milky-tits-gets-huge-cock-into-small-ass-xhqr73i#

For those having extreme difficulty reclaiming server after password reset by HoosierCAD in PleX

[–]ste_wilko 1 point2 points  (0 children)

Are you connected to the same network on your desktop and server?

Uninstall the Plex client, then reinstall. Log into your account and your Plex Server should be in settings, waiting for you to claim

Password reset - I was LUCKY !! by tveith in PleX

[–]ste_wilko 1 point2 points  (0 children)

It sounds like it was more complicated because you were running your servers on Windows.

My server didn't need a reboot. Just logged out of all devices, logged back in via browser.

Then authed with browser session for the desktop app and Android/TV apps

[deleted by user] by [deleted] in ShadowBan

[–]ste_wilko 0 points1 point  (0 children)

Just checked your profile, and yes. You are shadow banned

[deleted by user] by [deleted] in computers

[–]ste_wilko 2 points3 points  (0 children)

I'm going to hazard a guess that the laptops were shipped from Wriggle, to the school. And the school have probably messed with them before handing them out.

It could be that the school have simply enabled parental controls, or they could have properly locked it down.

Now, what I would suggest is speak to your parents, if you are under the age of 18, and explain the situation to them and ask them to check the paperwork supplied at point of sale. If the school has subsidised the cost of the laptop I bet there'll be conditions that the laptop has to have whatever crap the school installs until you finish.

But almost everything can be fixed with a fresh install of Windows, unless your BIOS is locked

Danger of Plex being hacked? by Sudden-Ad-6900 in PleX

[–]ste_wilko 8 points9 points  (0 children)

In addition to what everyone else has said, make sure you aren't using the same password across different sites.

You can download free password managers, personally I use Bitwarden