#
unicode
Here are 1,168 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
Jan 20, 2021 - HTML
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Mar 2, 2021 - JavaScript
The new home of the ICU project source code.
-
Updated
May 5, 2021 - C++
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
May 5, 2021 - D
✏︎ 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
Feb 16, 2021
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
Shorten URLs using invisible spaces.
heroku
docker
unicode
postgres
database
url-shortener
database-migrations
shorten-urls
characters
badges
heroku-postgres
hacktoberfest
prisma
zws
invisible-spaces
-
Updated
May 5, 2021 - TypeScript
Slug Generator Library for PHP, based on Unicode’s CLDR data
-
Updated
Mar 13, 2021 - PHP
unicode
list
awesome
utf-8
awesome-list
unicode-characters
unicode-standard
unicode-consortium
emojis
utf8
utf16
utf-16
-
Updated
Oct 22, 2020 - JavaScript
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
May 2, 2021 - C++
Query the Unicode database from the commandline, with good support for emojis
-
Updated
Apr 8, 2021 - Go
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
Unicode symbols with Windows CMD fallbacks
-
Updated
Apr 6, 2021 - JavaScript
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!
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
Jan 28, 2021 - C++
php
unicode
string
php7
ascii
utf-8
string-manipulation
utf8
string-encoding
multibyte
multibyte-strings
-
Updated
Apr 29, 2021 - PHP
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.