Vancouver Programmer Analyst | C# | Python | SEO Expert | TypeScript | SQL | Android | Automation (CI/CD)
-
Canada
- Vancouver, British Columbia, Canada
-
13:22
(UTC -08:00) - benrogerswpg
- in/benrogerswpg
Pinned Loading
-
VSCode-Transparent-Minimap
VSCode-Transparent-Minimap PublicVS Code extension that allows you to select the transparency of the code editor minimap. You can also choose the color of it, if you wish to style it based on your theme
TypeScript 6
-
Colorful Python Print Statements
Colorful Python Print Statements 1#Print a line to the console in red text:
2print(f'\033[31mThis is red text\033[0m')
34#Print a line to the console in green text:
5print(f'\033[32mThis is green text\033[0m')
-
Find URL Slug
Find URL Slug 1def slugFinder(urlString):
2"""
3Finds and returns the slug from a given URL string.
45A slug is typically the last segment of a URL after the last '/'.
-
Python Snippet for VSCode to Populat...
Python Snippet for VSCode to Populate a For Loop & Print Out Items 1"For Items Loop": {
2"prefix": "for items",
3"body": [
4"for items in ${TM_SELECTED_TEXT:$1}:",
5" print(f'${TM_SELECTED_TEXT:$1} Item: {items}')"
-
20-Random-Numbers-Challenge
20-Random-Numbers-Challenge PublicSimulate multiple runs of the 20 random numbers challenge game
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.