People don’t have the skill or don’t want to put in the effort to do or get something so they cheat instead
Sometimes other people are cheating so they rage hack in response
And some people just like to make other people mad to laugh at them
People don’t have the skill or don’t want to put in the effort to do or get something so they cheat instead
Sometimes other people are cheating so they rage hack in response
And some people just like to make other people mad to laugh at them
Hold my beer while I make a brain out of some PVC tubes and mallets
It’s essentially the traveling salesman problem
2 bytes would be 0-65535 and 8 sets is ~3.4×10^(38) addresses
SendToBoardingSchool()
I have more than once found a post my exact problem with an exact solution and sources, only to go back and realize it was my own post from n years back
Ah, so just don’t go to the country you’re born in, by teleporting somewhere else at birth I suppose?
Solder is a low melting point metal used to join two metals, where the solder fills the gap and bonds to both metals. This is commonly used in electronics to bond components to the board. For a good solder joint, the solder must be brought up to the proper temperature, and the pads on the PCB (metal 1) and leads of the component (metal 2) need to be heated enough. Additionally, flux is added to the solder to remove oxides on the component leads and PCB pads to allow the solder to bond to the metal; oxides can prevent the solder from sticking.
A cold solder joint is one that does not reach the proper temperature and/or does not have enough flux, leading to the solder not bonding to the joint, having a scaly/bubbly/matte appearance, and a weaker more brittle joint. Flux also doesnt do as good a job at lower temperatures so it’s important for the joint to get hot enough, and to heat the pads/component leads too
One of the problems with large scale algae farming afaik is the algae getting contaminated by other algal species that are toxic and outcompete the edible algae. I’d like to see the solutions to that issue
I’m exaggerating a bit there. This problem is fairly easy to implement iteratively (e.g. keep a list of unbrowsed folders and keep adding to it), but that is not the case for all problems. Some will be easier to solve in one way, though fundamentally solvable either way
It depends on if the problem is recursive or iterative, and how much it needs to be optimized.
For example, you may use a for loop for a simple find and replace scheme for characters in a string, where you check each character one by one until you find one which matches the target, and then substitute that.
There are certainly recursive ways to do string replacement in strings which might be faster than an iterative search depending on implementation, but that’s more optimization than I might need 99.9999% of the time
A recursive problem that’s difficult to solve iteratively is browsing all the files in a folder and it’s subfolders. Each folder may have several subfolders, which you then need to search, but then each of those folders can have subfolders. This problem can be solved fairly easily recursively but not as easily iteratively.
That’s not to say it can’t be solved that way, but the implementation may be easier to write
Recursive code, however, is more frequently prone to bugs which causes infinite recursion leading to crashes, as it is not a tool which is often used and requires several more fences to prevent issues. For example, in the folder example, if one were to encounter a shortcut to another folder and implement code to follow that shortcut as if it were a directory as well, then placing a shortcut to a folder within itself might cause the code to recurse infinitely without having a maximum recursion depth and or checking for previously seen folders.
:•|
Removed by mod
Many have PTC or poly fuses that can self reset, so a port may briefly stop working. Some are built into the hub ICs or are in the form of a surface mount resistor
That is not how devices like this work; plugging a 5V 3A device into a 5V 1A port means you can only pull 1A. Going beyond that will either trip a fuse on the board or cause the port to shut off, or potentially keep working with diminished voltage.
If it is USB PD or QC then the devices may negotiate a higher voltage, but for standard hubs like these it’s most likely to just use a USB A port and 5V.
Eta: a powered hub will also take its power externally from an adapter which can supply much more current, so its draw from the unpowered hub is minimal. In the opposite order, the unpowered hub could max out the current on the powered hub and as long as the port is protected everything should be fine.Theoretically a decent hub would be fused and not allow drawing enough current to damage anything.
Bootlicker
isalpha
documentation:
Return value
Non-zero value if the character is an alphabetic character, zero otherwise.
You should be either checking for not equal to 0 instead of true, as its not necessarily guaranteed to be 1
~= true
, or removing the comparison entirely
Also make sure that your loop condition is < and not “& lt” without the space unless that’s a weird formatting issue
For more information, make sure to check the documentation for the standard library functions
NAME A WOMAN
CS2 is at least 1 blatant cheater every match that I play (spinbot, anti-aim, walls, aimhack). They react to things they cant see, shoot you through a smoke and a wall with no hesitation and generally dont hide it that well. You can even watch the demo back to see them lock onto someone they havent heard or seen through the wall and follow them perfectly, reacting to what the other player does without seeing or hearing it. Vac has been a joke for years and even now with “Vac 3.0” i havent seen a single person get banned