- Burlington VT
-
14:49
(UTC -05:00) - https://github.com/SleekPanther/noah-patullo-repositories
-
youtube-chronological-order Public
Watch all videos from a channel in chronological order (oldest to newest)
-
-
NumberStringComparer Public
A C# Comparer to sort lists of data that could be either numeric of string replacing the default alphabetical sort which doesn't always work for numbers.
C# UpdatedDec 22, 2023 -
workday-hours Public
Automates submitting weekly hours in workday with some hacky javascript
JavaScript UpdatedNov 3, 2023 -
game-of-life Public
A C# visualization of John Conway's Game of Life
C# MIT License UpdatedNov 2, 2023 -
noah-patullo-repositories Public
A list of projects I've worked on. GitHub's organization is lacking in my opinion, so this serves as an index & root of all my work (I'm Noah Patullo, not Pattullo or Patulo. I have a unique name &…
-
palindrome-finder Public
A simple JavaScript function to find palindromes up a given length
MIT License UpdatedOct 22, 2023 -
-
-
-
-
hover-paywalls-browser-extension Public
Forked from nang-dev/hover-paywalls-browser-extensionHover is an open-sourced browser extension that bypasses paywalls and blocks ads.
JavaScript UpdatedMar 25, 2023 -
HackerRankCSS Public
Forked from Ruslan-Shevyrev/HackerRankCSSAnswer on HackerRank CSS Certificate
GNU General Public License v3.0 UpdatedMar 8, 2023 -
css_tips_2890133 Public
Forked from LinkedInLearning/css_tips_2890133CSS Tips
CSS Other UpdatedNov 7, 2022 -
vue3-multiapp-setup Public
Forked from vkbishu/vue3-multiapp-setupA vue3 setup to run and build multiple app from a single setup.
Vue UpdatedJul 30, 2022 -
-
-
Reveal password fields with a keyboard shortcut or click of the Extension icon
chrome-extension keyboard-shortcut chrome google-chrome passwords keyboard-shortcuts google-chrome-extensionJavaScript UpdatedSep 5, 2020 -
MediumDarkMode Public
Forked from Arieg419/MediumDarkModeA chrome extension which enables a dark mode for Medium.
CSS UpdatedJun 16, 2020 -
Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted…
-
sequence-alignment Public
Sequence Alignment (Needleman–Wunsch Algorithm using Dynamic Programming) for aligning sequences (words, sentences, DNA etc.)
-
-
-
-
-
-
gpa-calculator Public
A GPA calculator in JavaFX attempting to use the Model View Controller (MVC) pattern
-
minesweeper-algorithm Public
Simple iterative solution to counts mines in Minesweeper
Python UpdatedMay 27, 2018 -
-
mastermind-game Public
Command line implementation of the board game Mastermind for a Software Engineering class