Skip to content
View aleybe's full-sized avatar

Highlights

  • Pro

Block or report aleybe

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

Pinned Loading

  1. BlazorTrains BlazorTrains Public

    Small web app using Blazor which allows searches of the upcoming departure times for Transperth Trains

    HTML

  2. aleybe.github.io aleybe.github.io Public

    Site for Examples

    JavaScript

  3. webgl2019 webgl2019 Public

    I have less than 6 hours to make somethign using webgl. Lets see if I can wrap up 2019 with something new.

    JavaScript

  4. rock paper scissors bot rock paper scissors bot
    1
    
                  
    2
    import discord
    3
    import asyncio
    4
    import random
    5
    
                  
  5. Randomly Choose Saturday Night Dinner Randomly Choose Saturday Night Dinner
    1
    
                  
    2
    function chooseMyUberDinner() {
    3
    
                  
    4
        var listofplaces = $('.eb').children
    5
        var listofopportunities = []
  6. Spotify API QuickSave Spotify API QuickSave
    1
    import json
    2
    import urllib.request as urx
    3
    import sys
    4
    import keyboard
    5