-
Updated
Jul 26, 2021 - Go
#
interface
Here are 1,477 public repositories matching this topic...
Modular visual interface for GDB in Python
python
syntax-highlighting
debugger
console
terminal
dashboard
interface
assembly
visual
pygments
ansi
gdb
tty
subcommands
gdb-commands
divide
gdb-command
dashboard-styles
stylable-attributes
-
Updated
May 20, 2021 - Python
A simple and composable way to validate data in JavaScript (and TypeScript).
-
Updated
Jul 26, 2021 - TypeScript
Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission. Support SwiftUI.
swift
reminder
ios
ui
camera
xcode
interface
calendar
animation
location
permissions
dialog
photo-gallery
request
permission
notification
sparrow
requestpermissions
allow
sppermission
-
Updated
Jul 26, 2021 - Swift
Interactive prompt for command-line applications
-
Updated
Jul 9, 2021 - Go
Examples projects using SwiftUI released by WWDC2019. Include Layout, UI, Animations, Gestures, Draw and Data.
interface
animate
swiftui
swiftui-animations
swiftui-controls
swiftui-sidemenu
composing-complex-interfaces
-
Updated
Jul 13, 2021 - Swift
Create UIs for prototyping your machine learning model in 3 minutes
python
data-science
machine-learning
ui
deep-learning
interface
deploy
models
data-visualization
data-analysis
ui-components
gradio
python-notebook
gradio-interface
-
Updated
Jul 26, 2021 - Python
swift
layouts
ios
ui
xcode
interface
view
dsl
layout
cocoapods
carthage
xib
storyboard
constraints
autolayout
auto
freshos
stevia
nslayoutconstraints
visual-format-language
-
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
Jul 24, 2021 - Python
Integration layer between Requests and Selenium for automation of web actions.
-
Updated
Oct 17, 2019 - Python
Jet Bridge – Admin Panel Framework for your application
-
Updated
May 18, 2021 - Python
Programmatic UI for macOS
-
Updated
Oct 31, 2017 - Swift
django's default admin interface made customizable. popup windows replaced by modals. 🧙 ⚡
python
windows
theme
settings
django
admin
ui
interface
custom
responsive
colors
modal
modals
popup
flat
enviroment
customizable
window
logo
enviroments
-
Updated
May 6, 2021 - CSS
MyEtherWallet (our friends call us MEW) is a free, client-side interface helping you interact with the Ethereum blockchain.
-
Updated
Jul 28, 2021 - Vue
The development environment for `micro`
-
Updated
May 10, 2021 - JavaScript
gomonkey is a library to make monkey patching in unit tests easy
-
Updated
Mar 26, 2021 - Go
接口自动化测试平台——python+flask版,支持http协议,java 版本开发完毕https://github.com/liwanlei/plan
-
Updated
May 31, 2021 - Python
GoWrap is a command line tool for generating decorators for Go interfaces
go
golang
interface
decorators
fallback
prometheus
logrus
code-generation
golang-tools
interfaces
prometheus-metrics
-
Updated
Jul 8, 2021 - Go
接口自动化测试框架——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.
Add this topic to your repo
To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."
Right now any
StyleSheet
has a list of functions without a default implementation. Implementing aStyleSheet
is 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.