#
format
Here are 723 public repositories matching this topic...
Activity Indicators for Modern C++
lightweight
library
cpp
format
progress-bar
cpp11
header-only
formatted-text
mit-license
spinners
loading-animations
single-header-lib
terminal-colors
loading-indicator
single-header
activity-indicator
elapsed-time
termcolor
multiprogress
progress-spinner
-
Updated
Oct 28, 2021 - C++
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
iot
embedded
threadsafe
format
printf
sprintf
embedded-systems
tiny
libc
no-dependencies
replacement
snprintf
tinyprintf
-
Updated
Feb 7, 2022 - C
Open
Update README.md
1
andreoav
commented
Jul 29, 2020
We need to update our README.md file before the 1.0 release.
10
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
react
javascript
i18n
bootstrap
mobile
input
phone
material-ui
format
number
localized
international
telephone
tel
-
Updated
Mar 15, 2022 - JavaScript
Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
format
card
state
entity
attribute
home-assistant
multiple
hacs
lovelace
entity-attribute
home-assistant-frontend
lovelace-ui
entity-rows
-
Updated
Mar 8, 2022 - JavaScript
Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.
windows
macos
linux
shell
bash
flash
disk
format
posix
hard-disk
mbr
partition-table
hdd
udf
bash-script
flash-drive
bash-scripting
harddrive
flash-drives
format-udf
-
Updated
Feb 23, 2020 - Shell
The smallest public printf implementation for its feature set.
c
iot
embedded
cortex-m
cpp
firmware
text
format
printf
embedded-systems
libc
no-dependencies
embedded-c
snprintf
tinyprintf
vsnprintf
mpaland
-
Updated
Mar 21, 2022 - C++
JsPrettier is a Sublime Text Plug-in for Prettier, the opinionated code formatter.
-
Updated
Mar 19, 2022 - Python
The Citation File Format lets you provide citation metadata for software or datasets in plaintext files that are easy to read by both humans and machines.
attribution
format
citation
credit
research-software-engineering
citation-files
software-sustainability
wssspe
-
Updated
Feb 14, 2022 - Python
Activity Streams 2.0
-
Updated
Dec 5, 2021 - HTML
-
Updated
Jan 25, 2022 - JavaScript
An R package for experimental psychologists
r
statistics
apa
correlation
format
neuroscience
psychology
bayesian
rstanarm
mixed-models
interpretation
psycho
apa6
-
Updated
Jan 19, 2021 - R
DavHau
commented
Mar 12, 2022
input:
type == "path"
&& lib.isStorePath (lib.removeSuffix "/" constructedArgs.path)alejandra (1.1.0):
type
== "path"
&& lib.isStorePath (lib.removeSuffix "/" constructedArgs.path)I assume the current logic for multi line binary expressions is to split on each operator.
Maybe the splitting should be reduced to && and ||?
But then of course the questio
格式化输入框,可用来格式化数字、金额、号码等; FormatEditText can be used as a formatted text input box
format
maskedinput
input-mask
phone-format
mask
card-number
number-format
maskededittext
maskinput
formatted-input
mask-money
-
Updated
Sep 9, 2021 - Java
Improve this page
Add a description, image, and links to the format topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the format topic, visit your repo's landing page and select "manage topics."
Some examples:
We don't want to do this in all cases where a parentheses is unambiguous, though. For example, within binary expressions like
(foo && bar) && bazit can help readability and maintainability, even if the parentheses don't actually change the evaluation.