COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200917170318/https://github.com/topics/settings
Here are
813 public repositories
matching this topic...
Node.js Application Configuration
Updated
Jun 18, 2020
JavaScript
An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting
Updated
Sep 15, 2020
JavaScript
Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
Updated
Sep 9, 2020
Python
A license list generator of all your dependencies for iOS applications
Updated
Jul 5, 2020
Swift
📦 Easily write and read user settings in Electron apps
Updated
Jul 20, 2020
JavaScript
A compilation of function snippets for WordPress developers who create their own themes.
特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
Updated
Jul 11, 2017
Java
Global settings for your Rails application.
Updated
Sep 16, 2020
Ruby
Manage settings with Ruby on Rails
Updated
Jan 24, 2020
Ruby
Custom transition between controllers. Settings controller for your iOS app.
Updated
Sep 1, 2020
Swift
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
Updated
Sep 14, 2020
Python
the default admin interface made customizable by the admin itself. popup windows replaced by modals. 🧙 ⚡
Updated
Sep 15, 2020
Python
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
Updated
Sep 17, 2020
Ruby
Jot is a library for persisting and applying .NET application state.
A simple way to create a UITableView for settings in Swift.
Updated
Sep 17, 2020
Swift
Fuzzing resources for feeding various fuzzers with input. 🔧
Updated
Apr 28, 2020
HTML
Model Settings for your Laravel app
Create native settings for Flutter app in a minutes.
🛠 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
Updated
Feb 24, 2020
Kotlin
A simple mixin to make Ruby classes configurable
Updated
Sep 16, 2020
Ruby
Persistent settings package for Laravel
SettingsView for Xamarin.Forms
GUI display configurator for wlroots compositors
Dynamic global and instance settings for your django project
Updated
Sep 14, 2020
Python
Updated
Sep 4, 2020
CoffeeScript
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Store settings in database with a manager UI for your Laravel app
Access Django settings from templates the right way™
Updated
Jul 1, 2020
Python
Improve this page
Add a description, image, and links to the
settings
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
settings
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like
marshmallow