strings
Here are 618 public repositories matching this topic...
-
Updated
Sep 30, 2019
The image at the top of the README seems to be missing:

I found an image for Stringy on another site.
Can this be used, or is there a better one?
https://hotexamples.com/i/libraries#stringy
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jul 7, 2020 - Python
-
Updated
May 6, 2020 - PHP
I should flesh out some headings at least before the dev day.
-
Updated
Jan 29, 2020 - Swift
Describe the bug
Activity#getTitle method returns untranslated label we set in android:label attribute in the AndroidManifest.xml and we cannot intercept it. The workaround is to read label of the activity directly from the AndroidManifest.xml and after that request string by this id from repository:
ActivityInfo activityInfo = getPackageManager().getActivityInfo(
setup.py by using every requirements aslo installs pytest which should be a development requirement and should not be propagated also in production build.
Use type hinting
Retire str_c()
In favour of paste0()
-
Updated
Jan 21, 2020 - C++
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
-
Updated
Mar 28, 2020 - JavaScript
-
Updated
Oct 31, 2019 - Python
-
Updated
Jun 25, 2020 - C#
-
Updated
Jan 13, 2020 - Rust
-
Updated
Jun 30, 2020 - Go
-
Updated
Mar 29, 2020 - Go
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
Dec 28, 2019 - C
-
Updated
May 10, 2020 - Swift
-
Updated
Feb 20, 2018 - Go
-
Updated
Jan 19, 2016 - Ruby
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."



Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.