Skip to content
View S4WA's full-sized avatar

Organizations

@AkibaCloud

Block or report S4WA

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. SoundCloud-Player SoundCloud-Player Public

    For all of the soundcloud heavy users.

    JavaScript 29 6

  2. SoundCloud-Status SoundCloud-Status Public archive

    SoundCloud Rich Presence (Discontinued).

    Python 4

  3. Simple manga viewer with multiple re... Simple manga viewer with multiple reading modes: single page, two-page spread, and vertical scroll (Webtoon style). Reads image files with sequential naming patterns (e.g., 001.jpg, 002.jpg). Place this file in a folder containing the images.
    1
    <!DOCTYPE html>
    2
    <html>
    3
    <head>
    4
      <meta charset='utf-8'>
    5
      <meta name='viewport' content='width=device-width, initial-scale=1'>
  4. artwork-getter.sh artwork-getter.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # This script extracts artwork image from a SoundCloud URL given by the user.
    4
    # Then, user can manually apply those images downloaded to the tracks they have.
    5