Robert Todar's repositories
VBA-Arrays
😎 Array functions that are similar JavaScript functions. Example: Push, Pop, Shift, Unshift, Sort, length, toString.
VBA-Material-Design
Two Class modules that are used to format a VBA Userform using the material design
VBA-Boilerplate
VBA boilerplate for VBA code. Analytics, JSON, Console logging, LocalStorage, testing.
VBA-Modern-Userform
A way of creating windows 10 tile grids in Userforms.
VBA-Userform-EventListener
🎉 A very easy way to add event listeners to a userform.
VBA-Style-Guide
🎮 Style guideline for writing clean and maintainable VBA.
VBA-Strings
String functions Libary including: StringSimilarity, Inject (StringInterpolation), LevenshteinDistance
VBA-Analytics
Way of tracking code analytics and metrics such as runtime, username, date, time, and codename. Useful when multiple users are running code within a shared network.
VBA-FileSystem
FileSystem functions created for ease of use in Excel VBA.
VBA-Version-Control
VBA Version control using Git
VBA-Resource-Guide
A complete list of links to helpful resources for anything VBA
vba-localStorage
🗃 Local Storage for VBA!
VBA-String-Interpolation
Custom Function For injecting variables into strings
VBA-Composition-game
Trying to learn how to do composition in VBA. This is a testing example of what I have come up with so far.
vba-project
💾 A Template for exporting VBA code into source folders. This makes integrating VBA with GIT version control a breeze.
vba-project-with-packages
🚀 A template for writing VBA code. This includes exporting Source code, and a bunch of standard libraries.
Local-Server-App
🤯 Template to create a desktop app using an NodeJS local server! Uses your own browser for the UI 🧙♂️ Who needs Electron? 🙄
JavaScript-Stores
🏪 Simple implementation of a Subscription object that notifies when the value changes.
react-components
My own react component library. Want some wobbly words, you came to the right place!
todar.github.io
Something that needs to be repurposed lol
westongibson.com
Weston Gibsons Real Estate Site
design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
javascript
JavaScript Style Guide
React-todo-app
A practice project using react. Trying to make a todo list similar to google keep list!