#
unicode
Here are 1,080 public repositories matching this topic...
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.
-
Updated
Dec 13, 2020 - HTML
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Dec 24, 2020 - JavaScript
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
-
Updated
Dec 30, 2020 - D
The new home of the ICU project source code.
-
Updated
Dec 30, 2020 - C++
✏︎ Curated list about digital typography 🔥
emoji
unicode
fonts
awesome
typeface
font-family
typography
webfonts
opentype
awesome-list
woff2
woff
ttf
truetype
svg-font
otf
font-files
opentype-fonts
font-generator
color-fonts
opentype-layout
font-editor
-
Updated
Dec 11, 2020
PragmataPro font is designed to help pros to work better
c-plus-plus
unicode
haskell
modular
scala
math
greek
monospace-font
braille
ligatures
phonetics
apl
arabic
hebrew
arrows
bopomofo
ipa-symbols
unicode-coverage
cyrillic-characters
mathematical-operators
-
Updated
Apr 30, 2020 - Rich Text Format
Slug Generator Library for PHP, based on Unicode’s CLDR data
-
Updated
Dec 22, 2020 - PHP
unicode
list
awesome
utf-8
awesome-list
unicode-characters
unicode-standard
unicode-consortium
emojis
utf8
utf16
utf-16
-
Updated
Oct 22, 2020 - JavaScript
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
php
unicode
ascii
seo
urlify
slugs
transliteration
blogging
urls
pretty-urls
blogs
slugify
slug
pretty-url
-
Updated
Jun 14, 2020 - PHP
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
-
Updated
Oct 28, 2020 - JavaScript
Query the Unicode database from the commandline, with good support for emojis
-
Updated
Dec 17, 2020 - Go
search
vim
unicode
interactive
zip
regex
tar
fuzzy-search
code-search
recursively-search
source-code
grep
ripgrep
silver-searcher
hexdump
file-search
text-search
shell-utilities
grepping
grep-search
-
Updated
Dec 21, 2020 - C++
Unicode symbols with Windows CMD fallbacks
-
Updated
Jul 3, 2020 - JavaScript
wxMEdit, a cross-platform Text/Hex Editor, an improved version of MadEdit
c-plus-plus
unicode
wxwidgets
hex-editor
text-editor
encodings
wxwidgets-applications
madedit
wxmedit
-
Updated
Aug 6, 2019 - C++
php
unicode
string
php7
ascii
utf-8
string-manipulation
utf8
string-encoding
multibyte
multibyte-strings
-
Updated
Dec 16, 2020 - PHP
marzer
commented
Jul 20, 2020
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
Vietnamese Input for macOS, Windows and Linux - Bộ gõ Tiếng Việt nguồn mở đa nền tảng
c
macos
mac
unicode
cplusplus
objective-c
telex
vni
unikey
bogo
unikeyformac
gotiengviet
vietkey
tcvn3
-
Updated
Mar 27, 2020 - C++
Improve this page
Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to:
instruction.operation % NUM_OPERATIONS
.Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.