Skip Navigation

User banner
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)U
Posts
7
Comments
1235
Joined
2 yr. ago

"then" is used to depict time, sequence or a causal relationship. "than" is used with comparative adjectives, to depict comparison.

  • Or an isekai

  • Maybe that's counting the time taken by the polar bear to catch up to the runner fighter from the farthest distance they are capable to lock-onto a target.

  • So you mean there are laptop USB ports out there without current limiters?I would want to check my PC's ports, but I am not filthy rich, so I'll just assume stuff is not current limited.

  • speedraptor don’t care where you are.

    Well of course, that would be the Positioraptor

  • Or you could go with:

     
        
    (Distanceraptor/ Timeraptor) * Vectoreraptor
    
      

    The d is only needed if it is changing.

  • Can't delete a drive that I haven't mounted! :catch_me_if_you_can_vibes:

    But if I haven't mounted it, why is it connected in the first place? idk

  • And that is why you don't use JS on your backend.

    Because you don't want to be losing 5 BTC

  • Helping them out in court would be the main string.

    I believe that's the main reason they are paying Mozilla. To make them look kinda good.

  • The x86 CPU will be 2 additional layers

  • "But I want it to do something other than that!"

  • If those project managers could read, they would actually be able to use Jira.


    I regret what I wrote.I realised, just being able to read, doesn't make sure they can actually use Jira

  • Make sure to convert 1/2 to February

  • They change it because they need more money. (talking about Excel here)And soon you'll see ads in the fn suggestions drop downand ads in unused cellsand ads while the Solver is running (made in VisualBasic, running on top of WebAssembly, running on interpreted Python, using a Java Interpreter on your Web Browser to make sure you watch the ad for as long as possible)

    And that's why we need to make our own spreadsheet software.

  • your life! In 3.. 2...

    the charge time for Lightning Storm

  • And then years pass, you play games with better graphics.When you try to recall the old game, your brain reconstructs the game from the associative data (of events, relationships etc) but with updated visuals.

    I remember Freedom Fighter to be much better looking. But maybe that was due to the low res CRT and that the game visuals were designed for being blurry.

  • It was because people wanted alignment on top of indentation, which would mean, you would be using tabs+spaces, making it ugly.

    I am in no-alignment btw

  • If that's supposed to be a pun, I didn't get it.

  • That looks nice and easy to understand.I would go one step further and according to my preferences:(starting from line5)

     cpp
        
    FileCompareWorker::FileComparisonParams
    {
    	FileComparisonParams::FileNameMatch,
    	(ckFile.size() > otherFile.size())
    		? FileComparisonParams::File1IsLarger
    		: FileComparisonParams::File2IsLarger
    }
    
      

    Break before the curly as I do for most.