Huemint - Generate a color palette for your bootstrap theme
Colormind blog
The Colormind has a REST API that allows you to build applications with beautiful generated color palettes
Colormind Bootstrap UI Themes
Generate color schemes for a bootstrap theme. See how it looks immediately with our bootstrap UI kit
Bootstrap 4 Cheat Sheet - The ultimate list of Bootstrap classes
Quickly find your Bootstrap classes on this interactive Bootstrap cheat sheet. It includes code samples and live preview of elements.
Bootstrap Live Customizer
Customize Bootstrap's LESS variables and see the results live on the page, then download the compiled bootstrap.css to use it in your Bootstrap website!
Bootstrap Magic : Generate your own Bootstrap themes quickly and easily
Awesome features like contextual typeahead and colorpicker help you make your custom bootstrap 4.0 themes quickly and easily.
Login Form - CodexUI
Free Bootstrap Themes, Templates, Snippets, and Guides
Start Bootstrap develops free to download, open source Bootstrap 5 themes, templates, and snippets and creates guides and tutorials to help you learn more about designing and developing with Bootstrap.
How to Create a Custom Bootstrap Theme from Scratch - Designmodo
Bootstrap, the most popular front end framework in the world, makes it easier for web designers and developers to quickly generate creative website
Bootstrap Magic 4: Generate your own Bootstrap 4.0 theme in minutes
Bootstrap themes generator help you customize your Bootstrap 4.0 theme in minutes. Design your own bootstrap themes, like it ? Download less or css on the go. #bootstrap
Projects
Bootstrap Theme Builder
ntfy.sh | Push notifications to your phone or desktop via PUT/POST
ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API.
Coze: Next-Gen AI Chatbot Developing Platform
Coze is a next-generation AI application and chatbot developing platform for everyone. Regardless of your programming experience, Coze enables you to effortlessly create various chatbots and deploy them across different social platforms and messaging apps.
Create a table of shiny inputs
Create an interactive table of Shiny inputs by providing data and a table definition.
Handling Errors & Warnings in R | List of Typical Messages & How to Solve
How to fix error & warning messages in R - List of most common errors & warnings - Tutorials & examples on how to fix in RStudio
🔓 Login
Daminik is a simple & scalable Digital Asset Manager with a build in Content Delivery Network. The single source of truth for all your assets. Open Source, lightning-fast and GDPR-compliant.
Entrata V2 Connector
🎁 Free resources
High Growth Engineer Free Subscriber Resource Booklet Path to Senior Engineer Handbook Book recommendations Newsletter recommendations Course recommendations YouTube recommendations Tool recommendations Taro (affiliate - 20% off) - Career growth community
Tidy design principles - Enumerate possible options
Wrapping APIs
httr2
gexijin/RTutor: Chat with your data via AI. https://RTutor.ai
Chat with your data via AI. https://RTutor.ai.
GitHub & BitBucket HTML Preview
FranzAI - Your Free Intelligent Email Assistant
Analyze emails, set reminders, and manage tasks with ease using the power of ChatGPT-4o.
Overview | MailSlurp Documentation
mailslurp
agnostic, idiomatic data filter module for shiny
a small data filter module for shiny.
Rectangling
Rectangling is the art and craft of taking a deeply nested list (often
sourced from wild caught JSON or XML) and taming it into a tidy data set of
rows and columns. This vignette introduces you to the main rectangling tools
provided by tidyr: `unnest_longer()`, `unnest_wider()`, and `hoist()`.
JSON Lines
How to Wrangle JSON Data in R with jsonlite, purr and dplyr - Robot Wealth
Working with modern APIs you will often have to wrangle with data in JSON format. This article presents some tools and recipes for working with JSON data with R in the tidyverse. We’ll use purrr::map functions to extract and transform our JSON data. And we’ll provide intuitive examples of the cross-overs and differences between purrr ... Read more
R - JSON Files
R - JSON Files - JSON file stores data as text in human-readable format. Json stands for JavaScript Object Notation. R can read JSON files using the rjson package.