Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with patullo
A curated list of projects in awesome lists tagged with patullo .
https://github.com/sleekpanther/youtube-chronological-order
Watch all videos from a channel in chronological order (oldest to newest)
chrome chrome-extension chronological-order google-chrome noah noah-patullo noahpatullo oldest-newest oldest-to-newest pattullo pattulo patullo patulo playlist videos youtube youtube-chronological
Last synced: 15 Nov 2024
https://github.com/sleekpanther/php-magic-linking
PHP template allows linking to any folder or file without manually navigating up directories with ../
breadcrumbs gallery-page meta-description nav noah noah-patullo pattullo patullo patulo php
Last synced: 15 Nov 2024
https://github.com/sleekpanther/gpa-calculator
A GPA calculator in JavaFX attempting to use the Model View Controller (MVC) pattern
college event-handling fxml gpa grade jar java javafx javafx-application javafx-desktop-apps model-view-controller mvc noah noah-patullo noahpatullo pattullo pattulo patullo patulo uvm
Last synced: 12 Oct 2024
https://github.com/sleekpanther/circulation-with-demands-network-flow
Network Flow: Given a directed graph with edge capacities and vertex demands, is there a circulation of flow?
breadth-first-search capacity circulation circulation-with-demands demand flow-network flow-networks ford-fulkerson lower-bounds network-flow noah noah-patullo noahpatullo pattullo pattulo patullo patulo sink source supply
Last synced: 15 Nov 2024
https://github.com/sleekpanther/minimum-weighted-vertex-cover-approximation-algorithm
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 vertex cover
algorithm algorithm-design approximation approximation-algorithms edge-cost graph minimum-weighted-vertex-cover noah noah-patullo noahpatullo np-complete pattullo pattulo patullo patulo pricing-method vertex vertex-cover vertices weighted-vertex-cover
Last synced: 15 Nov 2024
https://github.com/sleekpanther/sequence-alignment
Sequence Alignment (Needleman–Wunsch Algorithm using Dynamic Programming) for aligning sequences (words, sentences, DNA etc.)
algorithm algorithm-design algorithms dynamic dynamic-programming memo memoization memorization needleman needleman-wunsch needlemanwunsch noah noah-patullo optimal optimal-substructure optimality patullo patulo pseudocode wunsch
Last synced: 15 Nov 2024
https://github.com/sleekpanther/interval-scheduling
Greedy Algorithm to find the maximum number of mutually compatible jobs
algorithm algorithm-design algorithms compatible greed greedy greedy-algorithm greedy-algorithms interval interval-scheduling jobs noah noah-patullo noahpatullo optimal pattullo pattulo patullo patulo schedule
Last synced: 15 Nov 2024
https://github.com/sleekpanther/set-game
Algorithm to find possible sets in the game Set using an iterative implementation of n choose 3 for combinations
combination combinations combinatorics n-choose-k noah noah-patullo noahpatullo pattullo pattulo patullo patulo set set-game sets
Last synced: 15 Nov 2024
https://github.com/sleekpanther/load-balancing-problem-approximation-algorithm
Approximation Algorithm for the NP-Complete problem of balancing job loads on machines. Does not guarantee an optimal solution, but instead, a solution is within a factor of 1.5 of the optimal solution
algorithm-design algorithms approximation approximation-algorithms balance cpu jobs load load-balancing load-balancing-problem machine makespan noah noah-patullo pattullo pattulo patullo patulo priority-queue processing
Last synced: 15 Nov 2024
https://github.com/sleekpanther/binary-hexadecimal-conversion
Binary hexadecimal converter
binary binary-hexadecimal-converter binary-to-text conversion convert converter decimal hex hex-to-binary hexadecimal noah noah-patullo pattullo patullo patulo sleek-panther
Last synced: 15 Nov 2024
https://github.com/sleekpanther/noah-patullo-repositories
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 & this should help clarify who I am)
algorithm algorithm-design cpp cv game java linkedin noah noah-patullo noahpatullo pattullo pattulo patullo patulo portfolio python resume uvm
Last synced: 15 Nov 2024
https://github.com/sleekpanther/reverse-delete-algorithm
Greedy Algorithm to find a minimum spanning tree in an undirected graph by deleting heaviest edges unless it would disconnect the graph
algorithm algorithm-design algorithms edge graph greedy greedy-algorithms minimum-spanning-tree minimum-spanning-trees mst noah noah-patullo noahpatullo pattullo pattulo patullo patulo reverse-delete reverse-delete-algorithm tree
Last synced: 15 Nov 2024
https://github.com/sleekpanther/bellman-ford
Shortest Paths from every vertex to a goal vertex allowing negative-weight edges (when Dijkstra's fails)
algorithm algorithms bellman-ford bellman-ford-algorithm cycle dijkstra dynamic-programming edge graph graphs memoization negative-weight noah noah-patullo pattullo pattulo patullo patulo shortest-paths
Last synced: 15 Nov 2024
https://github.com/sleekpanther/checkbox-toggle-selection
Invert Selection of checkboxes or radio buttons in an HTML form
checkbox checkboxe-selection group-checkboxes jquery noah noah-patullo pattullo patullo patulo radio-buttons
Last synced: 15 Nov 2024
https://github.com/sleekpanther/uvm-blackboard-autofill-netid
Autofill NetID when logging into Blackboard & syncs across signed-in Chrome browsers
autofill blackboard chrome chrome-extension chrome-extensions google-chrome google-chrome-extension netid noah noah-patullo noahpatullo pattullo pattulo patullo patulo save-netid university-of-vermont username uvm
Last synced: 15 Nov 2024
https://github.com/sleekpanther/graph-strong-connectivity
Application of Breadth-First Search to see if a directed graph is Strongly Connected
algorithm-design bfs breadth-first-search directed directed-edge directed-graph edge graph-algorithms graphs noah noah-patullo noahpatullo pattullo pattulo patullo patulo strong-connectivity strongly strongly-connected strongly-connected-components
Last synced: 15 Nov 2024
https://github.com/sleekpanther/bipartite-testing
Algorithm to test if a given graph is Bipartite or not
algorithm bfs bipartite bipartite-graphs bipartite-test bipartite-testing breadth edges graph graph-algorithms graphs java noah noah-patullo pattullo patullo patulo
Last synced: 15 Nov 2024
https://github.com/sleekpanther/counting-inversions
Finds how similar 2 lists of rating are using the Divide and Conquer approach. Extension of MergeSort that actually displays the specific inversions as well as just counting the total number.
algorithm algorithm-design arrays count counting-inversions dissimilarity divide-and-conquer invert merge mergesort mergesort-algorithm noah noah-patullo pattullo pattulo patullo patulo ratings similarity sorting
Last synced: 15 Nov 2024
https://github.com/sleekpanther/even-odd-game
Simple game. Is the number even or odd? You get 10 seconds to match as many number as possible. I replicated an existing app so the idea isn't original, but the code is my invention.
android app even even-odd game java java8 javafx noah noah-patullo noahpatullo odd patullo
Last synced: 15 Nov 2024
https://github.com/sleekpanther/mastermind-game
Command line implementation of the board game Mastermind for a Software Engineering class
knuth knuth-algorithm mastermind mastermind-board-game mastermind-game noah noah-patullo noahpatullo pattullo pattulo patullo patulo software-engineering
Last synced: 15 Nov 2024
https://github.com/sleekpanther/numberstringcomparer
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.
noah noah-patullo noah-patulo noahpattulo noahpatullo noahpatulo patullo sort sorting
Last synced: 15 Nov 2024
https://github.com/sleekpanther/weighted-interval-scheduling
Weighted Interval Scheduling, the classic Dynamic Programming problem implemented in Java
binary-search-tree compatible dynamic dynamic-programming find-solution finish-time interval interval-scheduling iterative noah noah-patullo optimal optimal-substructure pattullo patullo patulo recursive scheduling weighted weighted-interval-scheduling
Last synced: 15 Nov 2024
https://github.com/sleekpanther/minimize-lateness
Greedy Algorithm to minimize lateness when scheduling jobs on a processor
algorithm-design algorithms greedy greedy-algorithms job late lateness minimize minimize-lateness minimizelateness noah noah-patullo noahpatullo pattullo pattulo patullo patulo process processing-time schedule
Last synced: 15 Nov 2024
https://github.com/sleekpanther/password-revealer-with-keyboard-shortcut
Reveal password fields with a keyboard shortcut or click of the Extension icon
chrome chrome-extension chrome-extensions google-chrome google-chrome-extension hack-password hide-password keyboard-shortcut keyboard-shortcuts noah noah-patullo noahpatullo password-revealer passwords pattullo pattulo patullo patulo reveal-password
Last synced: 15 Nov 2024
https://github.com/sleekpanther/topological-ordering
Finds a Topological Ordering of vertices in a Directed Acyclic Graph
algorithm-design algorithms graph graph-algorithms graphs incoming incoming-edge noah noah-patullo noahpatullo order pattullo pattulo patullo patulo sort topological topological-order topological-ordering topological-sort
Last synced: 15 Nov 2024
https://github.com/sleekpanther/rush-hour-game
C++ implementation of the board game Rush Hour (Windows exe download only)
board board-game c-plus-plus car cplusplus cpp game glut hour ice-cream-truck noah noah-patullo noahpatullo opengl patullo rush rush-hour
Last synced: 15 Nov 2024