Skip to content
View lejoys's full-sized avatar
  • Metaverse

Block or report lejoys

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. gqlgen-sqlc-example gqlgen-sqlc-example Public

    Forked from fwojciec/gqlgen-sqlc-example

    Reference code for the tutorial series about building GraphQL servers in Go from my blog.

    Go 1

  2. Powershell code for Medium piece "Cr... Powershell code for Medium piece "Cracking My First Password"
    1
    # The method that prints all possible strings of length k using characters in chararray.
    2
    # It is mainly a wrapper over recursive function printAllKLengthRec() 
    3
    # Adapted from https://www.geeksforgeeks.org/print-all-combinations-of-given-length/
    4
    
    
    5
    # To reduce the number of characters we need to permute, we're hard coding the first three
  3. Mastering JS console like a Pro Mastering JS console like a Pro
    1
    // time and time end
    2
    console.time("This");
    3
    let total = 0;
    4
    for (let j = 0; j < 10000; j++) {
    5
      total += j
  4. Blog-React-Hook-Tutorial Blog-React-Hook-Tutorial Public

    Forked from olajohn-ajiboye/Blog-React-Hook-Tutorial

    This is a beginner tutorial for react hooks I have written in dev.to and Medium

    JavaScript

  5. etcd etcd Public

    Forked from etcd-io/etcd

    Distributed reliable key-value store for the most critical data of a distributed system

    Go

  6. stock-trading-ml stock-trading-ml Public

    Forked from yacoubb/stock-trading-ml

    A stock trading bot that uses machine learning to make price predictions.

    Python