-
Updated
Jul 2, 2022 - Java
#
strings
Here are 1,144 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
May 18, 2022 - JavaScript
FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
-
Updated
Jul 5, 2022 - Python
golang
converter
tools
errors
utilities
string
filesystem
utils
strings
cli-utilities
casting
environments
go-library
dumper
go-utils
time-format
system-utils
go-errors
go-flags
-
Updated
Jul 8, 2022 - Go
good first issue
Good for newcomers
idea
Proposition of an idea and opening an issue to discuss it
easy
Difficulty level is easy and good for starting into this project
topic: strings
String processing
Glue strings to data in R. Small, fast, dependency free interpreted string literals.
-
Updated
Jun 25, 2022 - R
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
Jun 22, 2022 - 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
-
Updated
Jul 2, 2022 - Java
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
Jul 4, 2022 - YARA
Ex 1 - Run timed quizzes via the command line
-
Updated
Jul 6, 2022 - Go
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
Jun 16, 2022 - Clojure
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
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
Jun 23, 2022 - TypeScript
android
kotlin
i18n
translation
internationalization
localization
string
strings
l10n
kotlin-android
kotlin-library
android-library
ksp
compose
kotlin-multiplatform
jetpack-compose
kotlin-desktop
-
Updated
May 19, 2022 - Kotlin
Inline expression interpolation for Rust.
-
Updated
Sep 10, 2021 - Rust
Our open source benchmarks and code samples
-
Updated
Mar 9, 2022 - C
convenient input and display of LaTeX equation strings for the Julia language
-
Updated
Jun 22, 2022 - Julia
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