Skip to content
View sophisticatedOscillator's full-sized avatar
πŸ’­
Hire Me!
πŸ’­
Hire Me!

Block or report sophisticatedOscillator

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Falcon Falcon Public

    Python 1

  2. Gets the currently playing track fro... Gets the currently playing track from spotify (using sp), downloads the image and plops it into a text file w/ clipping
    1
    import re
    2
    from os import system as system_shell, path
    3
    from time import sleep
    4
    from shutil import copy, copyfileobj
    5
    import hashlib
  3. Simple Async/Await Retry Mechanism Simple Async/Await Retry Mechanism
    1
    import fetch from 'node-fetch'
    2
    
                  
    3
    const wait = (t: number): Promise<void> => {
    4
      return new Promise((resolve) => {
    5
        setTimeout(() => {