Skip to content
View haydenk's full-sized avatar
Block or Report

Block or report haydenk

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
haydenk/README.md

Anurag's GitHub stats-Dark Anurag's GitHub stats-Light

Womp, womp! Let's see if we can up those stats. I do a lot of private repository work though.


👋 Hey, if you have a small business (or a business) or know someone who does and need electricity service,
check out 5 Digital Energy

Pinned Loading

  1. sinatra-cucumber-template sinatra-cucumber-template Public template

    Ruby

  2. Windows 11 Tips and Tricks Windows 11 Tips and Tricks
    1
    # Windows 11 Keyboard Shortcuts Here
    2
    
                  
    3
    ![Image](https://filestore.community.support.microsoft.com/api/images/7fb0a396-38c4-49c1-9a03-05328e64f789?upload=true) denotes Windows key. On older keyboards, it have ![Image](https://filestore.community.support.microsoft.com/api/images/4a67f823-d3be-4bba-88a4-4ea6f17d2c2e?upload=true) sign.
    4
    
                  
    5
    
                  
  3. Recursive Fibonacci Recursive Fibonacci
    1
    def fibonacci(n: int) -> int:
    2
        abs_n: int = abs(n)
    3
        if abs_n < 2:
    4
            return 0
    5
        if abs_n < 3:
  4. Scala 2 Exercises Scala 2 Exercises
    1
    import java.io.{BufferedReader, BufferedWriter, FileReader, FileWriter}
    2
    
                  
    3
    def withFileWriter(filename: String) (handler: BufferedWriter => Unit): Unit = {
    4
      val writer = new BufferedWriter(new FileWriter(filename))
    5
      try handler(writer)
  5. python-cheatsheet python-cheatsheet Public

    Forked from gto76/python-cheatsheet

    Comprehensive Python Cheatsheet

    Python

  6. star-trek-episode-library star-trek-episode-library Public

    Jupyter Notebook