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 - http://web.archive.org/web/20210721062902/https://github.com/topics/interface
Here are
1,465 public repositories
matching this topic...
Modular visual interface for GDB in Python
Updated
May 20, 2021
Python
Feign makes writing java http clients easier
Updated
Jul 21, 2021
Java
❯ Lightweight, beautiful and user-friendly interactive prompts
Updated
Jul 13, 2021
JavaScript
🚂 🚋 - sturdy 4kb frontend framework
Updated
Jan 23, 2020
JavaScript
A simple and composable way to validate data in JavaScript (and TypeScript).
Updated
Jul 19, 2021
TypeScript
Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission. Support SwiftUI.
Updated
Jul 16, 2021
Swift
Interactive prompt for command-line applications
Examples projects using SwiftUI released by WWDC2019. Include Layout, UI, Animations, Gestures, Draw and Data.
Updated
Jul 13, 2021
Swift
🍃 Write concise Autolayout code
Updated
Nov 19, 2020
Swift
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Updated
Jun 22, 2021
Python
Create UIs for prototyping your machine learning model in 3 minutes
Updated
Jul 18, 2021
Python
Integration layer between Requests and Selenium for automation of web actions.
Updated
Oct 17, 2019
Python
ARA Records Ansible and makes it easier to understand and troubleshoot.
Updated
Jul 20, 2021
Python
Jet Bridge – Admin Panel Framework for your application
Updated
May 18, 2021
Python
✏️ A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
Updated
May 27, 2021
JavaScript
Programmatic UI for macOS
Updated
Oct 31, 2017
Swift
django's default admin interface made customizable. popup windows replaced by modals. 🧙 ⚡
MyEtherWallet (our friends call us MEW) is a free, client-side interface helping you interact with the Ethereum blockchain.
An ORM-like Interface and a Router For Your API Requests
Updated
May 6, 2021
JavaScript
A linter that suggests interface types
An FFmpeg GUI for Windows
The development environment for `micro`
Updated
May 10, 2021
JavaScript
Updated
May 31, 2021
Python
gomonkey is a library to make monkey patching in unit tests easy
GoWrap is a command line tool for generating decorators for Go interfaces
Sample Amazon Lex chat bot web interface
Updated
Jul 16, 2021
JavaScript
接口自动化测试框架——python版,支持HTTP,dubbo协议接口
Updated
Nov 22, 2020
Python
Libre and modular OSC / MIDI controller
Updated
Jul 3, 2021
JavaScript
Improve this page
Add a description, image, and links to the
interface
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
interface
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.
Right now any
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.