Skip to content
View Descent098's full-sized avatar
🐍
Writing Python
🐍
Writing Python

Highlights

  • Pro

Organizations

@hyde @QU-UP @canadian-coding @Schulich-Ignite
Block or Report

Block or report Descent098

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

Hi, I'm Kieran

🌐 Currently located in Calgary, Canada

🏢 Working as a Data Development Intern | Nova Chemicals

🕐 Developing for 6+ years, working on personal and client projects

🏫 Student at the Univerity of Calgary | Bsc. Computer Science w/minor in Philosophy

Descent098's github stats

Top Langs

Languages & Frameworks

Python

javascript

rust

java

astro





Recent activity

  1. ⭐ Starred linear/linear
  2. ⭐ Starred mgree/ffs
  3. ⭐ Starred kestra-io/kestra
  4. ⭐ Starred Dokploy/dokploy
  5. ⭐ Starred pybind/pybind11

Last Updated: Monday, May 6th, 2024, 11:17:45 PM

Higlighted Projects

🔈 Presentations
📦 API's
💻 Scripts and CLI's
🌐 Web Development
🎓 Education resources and templates
📖 Gists

Word Similarity in python

Sockets

Native windows shortcuts

Operating system basics

Contact

For obvious reasons much of my work is not public, so the information included on this profile is all just my public work. You can contact me here if you have any questions about other work that I have done, or have a project you want me to join.

Pinned

  1. ezcv ezcv Public

    A python-based static site generator for setting up a CV/Resume site

    Python 13 34

  2. simple-otp simple-otp Public

    A very simple implementation & explanation of a one time pad

    Rust 7 1

  3. ahd ahd Public

    Ad-hoc dispatcher; a system for creating ad-hoc macros

    Python 1

  4. QU-UP/ezcv-themes QU-UP/ezcv-themes Public

    The repo that contains the default themes of ezcv

    JavaScript

  5. A "course" on operating system funda... A "course" on operating system fundamentals
    1
    # Operating Systems
    2
    
                  
    3
    This document outlines many of the key aspects of operating systems, and provides resources to learn more about each part. There are a lot of things missing (i'm on human), but these are enough to get you up and running. The intention is to be able to understand how you go from electricity entering your PC to being at a login screen you can see.
    4
    
                  
    5
    Most of this is relevent to linux primarily because it's open source, so there's much more information available about it, but these principles are the same across systems they just may have different names for things.
  6. Word Similarity Methods in Python Word Similarity Methods in Python
    1
    This gist describes various methods of getting similarity in python, and the advantages/disadvantages of each.
    2
    
                  
    3
    
                  
    4
    ## Pure Python
    5