-
Disregard the original steam shortcut and only use the batch scripts below to launch steam
-
There is a slight CPU utilization penalty which can be circumvented by suspending the problematic thread
- See this comment
steam-no-browser.bat:
Disregard the original steam shortcut and only use the batch scripts below to launch steam
There is a slight CPU utilization penalty which can be circumvented by suspending the problematic thread
steam-no-browser.bat:
| #cogs / test.py | |
| from discord.ext import commands | |
| class Test(commands.Cog): | |
| def __init__(self, client): | |
| self.client = client | |
| @commands.hybrid_command() | |
| @commands.cooldown(1, 10, commands.BucketType.user) |
| <# | |
| .Synopsis | |
| Retrieves all available Exceptions to construct ErrorRecord objects. | |
| .Description | |
| Retrieves all available Exceptions in the current session to construct ErrorRecord objects. | |
| .Example | |
| $availableExceptions = Get-AvailableExceptionsList | |
| <# | |
| .Synopsis | |
| Creates an custom ErrorRecord that can be used to report a terminating or non-terminating error. | |
| .Description | |
| Creates an custom ErrorRecord that can be used to report a terminating or non-terminating error. | |
| .Parameter Exception | |
| The Exception that will be associated with the ErrorRecord. | |
Download and install these two CLI tools:
Create a permanent folder on your file explorer named something like BetterDiscordReinstall.
Depending on your Discord client, place the two batch programs in the folder:
| /* | |
| <https://stackoverflow.com/questions/40296831/is-it-possible-to-force-a-copy-of-a-protected-google-doc> | |
| NOTE - 2021-05-24 | |
| ----------------- | |
| The script below isn't the fastest way to copy-and-paste from a protected | |
| Google Doc. Before trying it, I'd suggest following MikoFrosty's advice from | |
| the comments: |
| SQL Server 2017 | |
| ---------------- | |
| Enterprise Core - 6GPYM-VHN83-PHDM2-Q9T2R-KBV83 | |
| Developer - 22222-00000-00000-00000-00000 | |
| Enterprise - TDKQD-PKV44-PJT4N-TCJG2-3YJ6B | |
| Standard - PHDV4-3VJWD-N7JVP-FGPKY-XBV89 | |
| Web - WV79P-7K6YG-T7QFN-M3WHF-37BXC | |
| https://www.teamos-hkrg.com/index.php?threads/microsoft-sql-server-english-2017-rtm-teamos.42103/ |
Effective September 2021, Dropbox will be deprecating long-lived access tokens.
This GIST generally describes how to authenticate requests to Dropbox API v2, for anyone working on a server-side PHP Dropbox implementation.
It's important to understand three types of codes you'll encounter:
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
| Add-Type -TypeDefinition @" | |
| // Copyright (c) Damien Guard. All rights reserved. | |
| // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Security.Cryptography; | |
| /// <summary> |