make github contributions looking better by auto commit garbage
Tauri API definitions
Command line interface for building Tauri apps
Datadog API Node.JS Client
A shim for the setImmediate efficient script yielding API
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
Datadog CI plugin for `coverage` commands
Inquirer prompts, combined in a single package
Bare simple logger for NodeJS
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
textlint rule to check your English style with write good
A human-friendly standard for Flux action objects
Resolve the path to the user's local or global .gitconfig.
A Query Language and Runtime which can target any service.
Returns the git diff of two strings
A logger for just about everything.
A more versatile way of adding & removing event listeners
Emulate AWS λ and API Gateway locally when developing your Serverless project
Fast Javascript text diff
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
A lightweight, powerful javascript datetime picker
Lightweight, robust, elegant virtual syntax highlighting using Prism
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Pure JS implementation of the DOM Level 3 XPath specification
Ghoul is a simple yet good looking interface for your git repositories written in sinatra. It is currently only for demonstration purposes and use on your secure local machine as it does not enforce any authentication as of yet.
Version 1.0.1 Update Notes: -Updated README "HOW TO RUN" -I'm not sure how to format this so it looks good on the gems website so please just see the README file. USE CASES: 1. Your friends bully you because your imaginary role playing worlds are predictable and boring. 2. You like seeing chars printed in nifty patterns. HOW TO RUN: 1. Run `super_simple_world_builder` 2. Follow the prompts EXAMPLE INPUT: Guten Tag! Welcome to Super Simple World Builder. Enter 1 to build a random world Enter 2 to build a custom world Please enter your selection (1, 2, or exit): 2 Enter the name of your world: Community-Town Enter the minimum width of the world: 15 Enter the minimum height of the world: 15 What character do you want to fill the background of your world with? (i.e. any character or single space) How many lake features do you want? 3 How many mountain features do you want? 2 How many town features do you want? 3 How many forest features do you want? 4 OUTPUT: 1. Console print out of the world map 2. A text file of the world map ACHTUNG: 1. Don't worry if the width or height entered is too small. The world will automatically enlarge to fit all features. 2. World maps look better when you enter a <space> as the character to fill the background. 3. This is a quick-and-dirty project so yolo with the specs. I added comments as a consolation prize. 4. See `feature_set.rb` to tweak the features that can be added to the world map. 5. Interestingly, menu prompts may not show up in the git bash terminal. But they do show up in Windows command prompt, so lmao. 6. Feel free to tweak the code however you like. I plan to refactor in the future to dry up some sections.