- ๐ฑ Iโm currently learning Python & studying data structures and algorithms
- ๐ฌ Ask me about anything here
- ๐ Pronouns: He/Him
NOTE: Top languages does not indicate skill level
#!/bin/bash
# Recursively search for any text matching the provided dependency within the provided directory, ignoring any /node_modules directory
# Outputs any files that contain text. To get the actual text back, simply remove the `-l` flag.
#
#!/bin/bash
# Pull repo name from first argument
repo_name=$1
Forked from SGrondin/bottleneck
Job scheduler and rate limiter, supports Clustering
JavaScript