Skip to content
View oscar-wos's full-sized avatar
🏠
Working from home
🏠
Working from home
  • London
  • 05:57 (UTC +01:00)
Block or Report

Block or report oscar-wos

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
oscar-wos/README.md

Pinned

  1. thm-banner-gif thm-banner-gif Public

    Python 1

  2. SourceTimer SourceTimer Public

    SourcePawn 5

  3. theinstinct-node theinstinct-node Public

    JavaScript

  4. VDFtoJSON VDFtoJSON Public

    VDFtoJSON implementation in SourcePawn

    SourcePawn

  5. File manager in 56 lines File manager in 56 lines
    1
    from tmp import _tmp
    2
    def main():
    3
        _tmp.dir(['html', 'html/img', 'screenshots'])
    4
      
    5
    # https://github.com/OSCAR-WOS/python-boilerplate
  6. Translations in 55 lines Translations in 55 lines
    1
    from translations import _t
    2
    def main():
    3
        _t.load('es')
    4
    translation = _t.t('usage', {'file_name': '.py', 'flags': ''})
    5
    # https://github.com/OSCAR-WOS/python-boilerplate