Skip to content
View JayanSmart's full-sized avatar
  • Endeavor Streaming
  • London

Block or report JayanSmart

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
JayanSmart/README.md
class WhoAmI:
   user = 'Jayan Smart'
   pronouns = 'he/him/his'
   hobbies = [
        'Sailing',
        'Climbing',
        'Gaming',
        'Cooking'
   ]
   stack = [
        Languages.PYTHON,
        Languages.JAVA,
        Languages.GOLANG,
        Languages.RUST
   ]
   
   
   def getLocation():
   	     return Cities.LONDON
   
   
   def getNationality():
          return Countries.SOUTH_AFRICA
   

Pinned Loading

  1. span-GDG-pi3-backend span-GDG-pi3-backend Public

    Backend for the SPAN entry to the 2021 GDG Woman's Online Safety Hackathon

    Python

  2. robyn-thomas/span-gdg-2021-hackathon robyn-thomas/span-gdg-2021-hackathon Public

    JavaScript

  3. TetrisGame TetrisGame Public

    This is a take on Tetris written for my Game Development Course at UCT. It is written using the LibGDX framework.

    Java 1

  4. HideAndSeek HideAndSeek Public

    Play the classing hide and seek.

    Java