-
Updated
Mar 14, 2022 - Java
#
strings
Here are 1,069 public repositories matching this topic...
A collection of algorithms and data structures
algorithm
algorithms
geometry
strings
linear-algebra
mathematics
matrix-multiplication
sorting-algorithms
graph-theory
traveling-salesman
dijkstra
search-algorithm
dynamic-programming
nlog
search-algorithms
maxflow
adjacency
adjacency-matrix
tree-algorithms
edmonds-karp-algorithm
A mostly reasonable collection of technical software development interview questions solved in Javascript
-
Updated
Sep 30, 2019
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
-
Updated
Aug 2, 2021 - JavaScript
FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
-
Updated
Mar 21, 2022 - Python
A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
macos
language
ios
translation
internationalization
localization
xcode
language-translation
tvos
watchos
strings
localization-tool
macos-app
ios-localization
macos-localization
localization-editor
strings-editor
-
Updated
Dec 9, 2021 - Swift
Glue strings to data in R. Small, fast, dependency free interpreted string literals.
-
Updated
Feb 25, 2022 - R
-
Updated
Mar 16, 2022 - Go
A machine learning tool that ranks strings based on their relevance for malware analysis.
machine-learning
strings
reverse-engineering
learning-to-rank
malware-analysis
fireeye-flare
fireeye-data-science
-
Updated
Dec 2, 2020 - Python
python
search
c-plus-plus
algorithms
graphs
strings
cracking-the-coding-interview
recursion
sorting-algorithms
arrays
dynamic-programming
trees
stacks
queues
-
Updated
Dec 2, 2021 - C++
Fast and powerful Swift string scanning made simple
-
Updated
Jan 29, 2020 - Swift
String manipulation, leveled up!
-
Updated
Jan 1, 2022 - PHP
An easy way to dynamically replace Strings of your Android App or provide new languages Over-the-air without needed to publish a new release on Google Play.
-
Updated
Mar 26, 2021 - Kotlin
All-in-One malware analysis tool.
windows
linux
packer
osx
strings
static-analysis
malware
apk
python3
ransomware
antivirus
elf
malware-analysis
termux
all-in-one
virustotal
exe
threat-analysis
security-tools
suspicious-files
-
Updated
Mar 16, 2022 - YARA
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
python
tree
algorithm
linked-list
datastructures
cpp
graph
strings
matrix
mathematics
bit-manipulation
data-structures
arrays
heap
interview-questions
dynamic-programming
min-heap
max-heap
tries
trie-tree
-
Updated
Oct 5, 2020 - Python
A .NET port of java-string-similarity
algorithms
string
dotnet
distance
strings
jaro-winkler
levenshtein-distance
string-metrics
similarity-measures
cosine-similarity
string-distance
damerau-levenshtein
shingles
lcs-distance
winkler
-
Updated
Mar 2, 2022 - C#
String manipulation library for Clojure(Script)
-
Updated
Mar 21, 2022 - Clojure
Ex 1 - Run timed quizzes via the command line
-
Updated
Feb 1, 2022 - Go
aolszowka
commented
Mar 21, 2019
It would be useful if this information (boxed in red) were able to be copy and pasted:
4,086,800 strings, 630,116 unique. 468,564,642 total string bytes, of which 342,442,924 (73.1%) are wasted on duplicates (12.6% of 2,708,496,737 managed heap bytes).
For now I am working around
Localization of the application with ability to change language "on the fly" and support for plural form in any language.
notifications
macos
language
ios
localization
tvos
watchos
cocoapods
carthage
strings
pluralization
swift-package-manager
l10n
language-detection
switch
swift-framework
localized
plist
plural-form
plurals
change-language
stringsdict
languages-contained
preferred-language
-
Updated
Jan 29, 2022 - Swift
A collection of useful utility functions
hashing
utility
compression
errors
utilities
string
strings
conversion
concurrency
parallel
decompression
hash
parallelism
conversions
string-manipulation
concurrent
conditions
conditional-statements
condition
conditional
-
Updated
Mar 29, 2020 - Go
-
Updated
Feb 11, 2022 - TypeScript
Inline expression interpolation for Rust.
-
Updated
Sep 10, 2021 - Rust
str: yet another string library for C language.
-
Updated
Dec 28, 2021 - C
Our open source benchmarks and code samples
-
Updated
Mar 9, 2022 - C
android
kotlin
i18n
translation
internationalization
localization
string
strings
l10n
kotlin-android
android-library
ksp
compose
jetpack-compose
-
Updated
Nov 1, 2021 - Kotlin
Improve this page
Add a description, image, and links to the strings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the strings topic, visit your repo's landing page and select "manage topics."
Description
A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the
to_string()
function for integer to string conversion.Currently available methods to achieve this are using concatenation
and perhaps also internal file I/O