Grace Nguyen
gracenng
beep boop
Languages
Repos
31
Stars
2
Forks
2
Top Language
Java
Loading contributions...
Top Repositories
🤖 A Selenium bot that follows a list of users in the hope of increasing the host's follower count.
Created at uOttawaHack 2020, Matr is a foster care management system that focuses on continuous communication between all users. Matr won the Deloitte challenge and the Wolfram Award.
Repo for SIG release
Kubernetes website and documentation repo:
Repositories
31No description provided.
Repo for SIG release
No description provided.
Kubernetes website and documentation repo:
Meta configuration for Kubernetes Github Org
🤖 A Selenium bot that follows a list of users in the hope of increasing the host's follower count.
Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites
✨ A curated list of awesome threat detection and hunting resources 🕵️♂️
Production-Grade Container Scheduling and Management
No description provided.
in-toto is a framework to protect supply chain integrity.
Specification and other related documents.
Kubernetes community content
Code for kubernetes.dev
A curated Twitter feed of pets in their Christmas jingles. HashiCorp Hackstravaganza winner, presented at HashiTalk 2021
Best Google Cloud Project & top 2 winner of the #hackislamophobia prompt by Fifth Tribe @ Technica 2020. Salam tracks, analyzes and combats Islamophobia with public tax records
learning Github actions
Created at uOttawaHack 2020, Matr is a foster care management system that focuses on continuous communication between all users. Matr won the Deloitte challenge and the Wolfram Award.
OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
An Android app that utilizes Microsoft Azure Face API and Google Map API to support people with Alzheimer's to maintain memories of loved ones and stay safe.
An effective and data-driven Flutter solution to charity
File stream in a book and the program will output a list and number of unique words.
No description provided.
Search (lowest, highest, specific number,) shuffle, and sort (binary, selection, insertion, quick, radix) array with UI menu.
This algorithm finds the box with the biggest sum in a randomly generated 2D array. Output array, sum, box's corner coordinate.
This program converts decimal numbers from 1 to 100 to Roman numerals.
Insert 5 letters and the program will create every possible word.
Number guessing game with score keeping, levels and hot-warm-cold hints.
The knights tour problem asks whether or not there is a solution for a knight to in an L shape, through every square on a chest board only once. This problem utilizes linked lists/nodes structure as well as modification of the flood algorithm.