Projects in Awesome Lists by gangelo
A curated list of projects in awesome lists by gangelo .
https://github.com/gangelo/dsu
dsu is little gem that helps manage your Agile DSU (Daily Stand Up) participation. How? by providing a simple command line interface (CLI) which allows you to create, read, update, and delete (CRUD) noteworthy activities that you performed during your day. During your DSU, you can then easily recall and share these these activities with your team.
agile agile-toolkit dsu gem gems ruby-gem ruby-gems scrum-agile scrum-meetings standup standup-meetings standup-report standups
Last synced: 12 Jul 2025
https://github.com/gangelo/branch-name
branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits into your personal routine: 1) Formulate a git feature branch name, given a jira ticket and jira ticket description. Why? Because I am constantly having to create git feature branch names that are based on jira ticket and jira ticket descriptions. 2) Optionally create a "project" based on the branch name (formulated in step 1 above). Why? Because I'm constantly having to create folders to manage files associated with the feature branches I am working on. 3) Optionally use and manage default options that determine the git feature branch name formulated, project greated, and default files associated with the project.Why? Because I routinely have to create files to support the feature I am working on and associate them with the feature I am working on. For example: scratch.rb to hold scratch code, snippets.rb to hold code to execute to perform redundant tasks, and readme.txt files to document things I need to remember.
agile branch-names cli cli-app productivity ruby
Last synced: 26 Apr 2025
https://github.com/gangelo/simple_command_dispatcher
A Ruby Gem that dispatches SimpleCommands (simple_command gem) dynamically, so that API applications do not have to hard-code things like api modules and version numbers.
api api-rest rails rails-api rails-gem ruby ruby-on-rails
Last synced: 13 Apr 2025
https://github.com/gangelo/deco_lite
DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.
decorator decorator-pattern decorators gem rails-gem ruby ruby-gem ruby-gems
Last synced: 30 Apr 2025
https://github.com/gangelo/billingutils
Quick and dirty (well, not that quick) C# .Net Windows MDI GUI application that I had to create for myself simply to calculate my time and generate my Excel Timesheets and Invoices because it was so complicated. May not be useful to anyone as an app, but much of the code is kind of cool and alot can be reused I am sure.
Last synced: 30 Mar 2025
https://github.com/gangelo/immutable_struct_ex
ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.
gem gems immutable immutable-datastructures immutable-objects immutable-store immutable-struct immutables ruby ruby-gem ruby-gems ruby-struct ruby-structs struct
Last synced: 26 Oct 2025
https://github.com/gangelo/immutable_struct_ex_redactable
immutable_struct_ex_redactable is the redactable version of the world-famous immutable_struct_ex immutable struct :). To find out more about the immutable_struct_ex gem, visit the Rubygems.org entry for immutable_struct_ex. immutable_struct_ex_redactable maintains all the functionality of the immutable_struct_ex gem, but allows you to create immutable structs that can be configured to redact field values using standard gem configuration (ImmutableStructExRedactable.configure { |config| ... }) or by passing configuration options to the appropriate method (ImmutableStructExRedactable.create_with(config, ...))
immutable immutable-state immutable-store immutable-struct ruby ruby-gem ruby-struct ruby-structs rubygem rubygems
Last synced: 07 May 2025
https://github.com/gangelo/mad_flatter
mad_flatter is a Ruby gem that takes a Ruby Hash and flattens the Hash keys to create a new Hash with unique Hash keys; that is, embedded Hashes use their respective keys as namespaces to create unique keys across the entire Hash. A `:namespace` option may be applied to append to all Hash keys, to ensure that all Hash keys are unique across multiple Hashes with the same structure.
flatten flattened-hash gem hash hashing hashing-library ruby-gem ruby-gems ruby-hash ruby-hash-methods rubygem rubygems
Last synced: 25 Jun 2025
https://github.com/gangelo/thor_nested_subcommand
A gem that allows you to patch the Thor gem bug that displays subcommand help incorrectly
Last synced: 07 May 2025
https://github.com/gangelo/littleweasel
LittleWeasel is more than just a spell checker for words (and word blocks, i.e. groups of words); LittleWeasel provides information about a particular word(s) through its API. LittleWeasel allows you to apply preprocessing to words through any number of word preprocessors before they are checked against the dictionary(ies) you provide. In addition to this, you may provide any number of word filters that allow you to consider the validity of each word being checked, regardless of whether or not it's literally found in the dictionary. LittleWeasel will tell you exactly what word preprocessors were applied to a given word, even showing you the transformation of the original word as it passes through each preprocessor; it will also inform you of each matching word filters along the way, so you can make a decision about every word being validated.
gem gems ruby ruby-gem ruby-gems rubygem rubygems spell-check spell-checker spell-checker-plugin spell-checking spell-checking-engine spellcheck spellchecker spellchecking spelling spelling-checker
Last synced: 28 Aug 2025
https://github.com/gangelo/monkeyengine
Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard.
gem gems ruby ruby-gem ruby-gems ruby-threads threading threads
Last synced: 13 Jul 2025
https://github.com/gangelo/dsu-api
Placeholder for the dsu (Agile Daily Stand Up/DSU) api for the dsu gem (https://rubygems.org/gems/dsu). Write your own gems that interface with the dsu gem.
Last synced: 14 Feb 2026
https://github.com/gangelo/protectedconstructor
Provides a module that may be included in a Ruby class, that protects the constructor; good for enforcing instantiation of classes using, for instance, a class factory. The code itself is not mine, I just wrapped it in a gem and provided the examples; sorry, I don't remember the origin of the code to give credit. :S
constructor gems rails ruby ruby-gem ruby-gems ruby-on-rails
Last synced: 08 Feb 2026
https://github.com/gangelo/mwballoontextfield
A Swift 3 UITextField - derived control that allows you to display a validation error in a balloon underneath the text field if validation fails, and an error and success icon in the text field.
Last synced: 30 Mar 2025
https://github.com/gangelo/realpage_calculator
Reverse Polish Notation (RPN) Calculator
Last synced: 30 Mar 2025
https://github.com/gangelo/modern-front-end-deveopment-for-rails-second-edition
Through the Modern Front End Deveopment for Rails Second Edition book by Noel Rappin
Last synced: 11 Jan 2026
https://github.com/gangelo/project_time_tracker
Keeps track of employee time spent on a particular client project
Last synced: 20 Jan 2026
https://github.com/gangelo/shopping-list
App to make our shopping a little more tollerable
Last synced: 30 Mar 2025
https://github.com/gangelo/advent-of-code
Advent of Code (https://adventofcode.com/)
Last synced: 14 Oct 2025
https://github.com/gangelo/mohojowerks.support
Mohojo Werks LLC support gem.
Last synced: 30 Mar 2025