Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: str

stdlib-js/string-base-for-each-code-point-right

Invoke a function for each Unicode code point in a string, iterating from right to left.

Language: JavaScript - Size: 209 KB - Last synced: 2 days ago - Pushed: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-headercase

Convert a string to Header case.

Language: JavaScript - Size: 601 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base

Base (i.e., lower-level) string functions.

Language: JavaScript - Size: 2.84 MB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-reverse-code-points

Reverse the Unicode code points of a string.

Language: JavaScript - Size: 173 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-left-pad

Left pad a string.

Language: JavaScript - Size: 328 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-last-grapheme-cluster

Return the last grapheme cluster (i.e., user-perceived character) of a string.

Language: JavaScript - Size: 492 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-last-code-point

Return the last Unicode code point of a string.

Language: JavaScript - Size: 259 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-for-each-right

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Language: JavaScript - Size: 307 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-camelcase

Convert a string to camel case.

Language: JavaScript - Size: 277 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 2 - Forks: 0

jshwi/constcheck

Check code for strings that could be constants

Language: Python - Size: 791 KB - Last synced: about 5 hours ago - Pushed: about 6 hours ago - Stars: 3 - Forks: 0

lmdu/pytrf

a python package for finding tandem repeats from genomic sequences

Language: C - Size: 1.48 MB - Last synced: 1 day ago - Pushed: 2 months ago - Stars: 6 - Forks: 0

stdlib-js/string-base-reverse

Reverse the UTF-16 code units of a string.

Language: JavaScript - Size: 192 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-replace-before-last

Replace the substring before the last occurrence of a specified search string.

Language: JavaScript - Size: 120 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-first

Return the first UTF-16 code unit of a string.

Language: JavaScript - Size: 202 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-ends-with

Test if a string ends with the characters of another string.

Language: JavaScript - Size: 383 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

roach-killer/Hotel-Booking-Cancellation-Prediction-Streamlit-App

This repository contains a data science project focused on predicting hotel booking cancellations. Additionally, it includes a web application built with Streamlit for user interaction and visualization of the prediction results.

Language: Python - Size: 6.03 MB - Last synced: 8 days ago - Pushed: 9 days ago - Stars: 4 - Forks: 0

plokhotnyuk/rtree2d

RTree2D is a 2D immutable R-tree for ultra-fast nearest and intersection queries in plane and spherical coordinates

Language: Scala - Size: 16 MB - Last synced: about 13 hours ago - Pushed: 13 days ago - Stars: 127 - Forks: 11

stdlib-js/string-to-grapheme-cluster-iterator

Create an iterator which iterates grapheme clusters.

Language: JavaScript - Size: 1.85 MB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/string-to-grapheme-cluster-iterator-right

Create an iterator which iterates grapheme clusters.

Language: JavaScript - Size: 770 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-convert-path

Convert between POSIX and Windows paths.

Language: JavaScript - Size: 1020 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 4 - Forks: 0

stdlib-js/assert-is-regexp-string

Test if a value is a regular expression string.

Language: JavaScript - Size: 584 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/string-replace

Replace search occurrences with a replacement string.

Language: JavaScript - Size: 950 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 4 - Forks: 0

stdlib-js/string-right-trim

Trim whitespace characters from the end of a string.

Language: JavaScript - Size: 767 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-snakecase

Convert a string to snake case.

Language: JavaScript - Size: 933 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-substring-before

Return the part of a string before a specified substring.

Language: JavaScript - Size: 774 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-trim

Trim whitespace characters from the beginning and end of a string.

Language: JavaScript - Size: 825 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-uncapitalize

Uncapitalize the first character of a string.

Language: JavaScript - Size: 694 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-lowercase

Convert a string to lowercase.

Language: JavaScript - Size: 772 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-percent-encode

Percent-encode a UTF-16 encoded string according to RFC 3986.

Language: JavaScript - Size: 769 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/string-remove-utf8-bom

Remove a UTF-8 byte order mark (BOM) from the beginning of a string.

Language: JavaScript - Size: 858 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-remove-words

Remove a list of words from a string.

Language: JavaScript - Size: 909 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-startcase

Capitalize the first letter of each word in a string.

Language: JavaScript - Size: 926 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-uppercase

Convert a string to uppercase.

Language: JavaScript - Size: 710 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/buffer-from-string

Allocate a buffer containing a provided string.

Language: JavaScript - Size: 1.11 MB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-startcase

Capitalize the first letter of each word in a string.

Language: JavaScript - Size: 563 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-parse-json

Parse a string as JSON.

Language: JavaScript - Size: 783 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-empty-string

Test if a value is an empty string.

Language: JavaScript - Size: 573 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-distances-hamming

Calculate the Hamming distance between two equal-length strings.

Language: JavaScript - Size: 229 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-percent-encode

Percent-encode a UTF-16 encoded string according to RFC 3986.

Language: JavaScript - Size: 389 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-utf16-to-utf8-array

Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.

Language: JavaScript - Size: 698 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-string

Test if a value is a string.

Language: JavaScript - Size: 1.06 MB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-path

Standard string path constants.

Language: JavaScript - Size: 416 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-unicode

Standard string unicode constants.

Language: JavaScript - Size: 521 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-first-code-point

Return the first Unicode code point of a string.

Language: JavaScript - Size: 264 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-pascalcase

Convert a string to Pascal case.

Language: JavaScript - Size: 276 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-capitalize

Capitalize the first character in a string.

Language: JavaScript - Size: 268 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-code-point-at

Return a Unicode code point from a string at a specified position.

Language: JavaScript - Size: 479 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-constantcase

Convert a string to constant case.

Language: JavaScript - Size: 487 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-dotcase

Convert a string to dot case.

Language: JavaScript - Size: 251 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-for-each-code-point

Invoke a function for each Unicode code point in a string.

Language: JavaScript - Size: 200 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-for-each

Invoke a function for each UTF-16 code unit in a string.

Language: JavaScript - Size: 199 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-tools

Standard library string utility tools.

Language: JavaScript - Size: 581 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-tools-grapheme-cluster-break

Grapheme cluster break tooling.

Language: JavaScript - Size: 544 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-format

Insert supplied variable values into a format string.

Language: JavaScript - Size: 617 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 5 - Forks: 0

stdlib-js/string-base-format-interpolate

Generate string from a token array by interpolating values.

Language: JavaScript - Size: 362 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-format-tokenize

Tokenize a string into an array of string parts and format identifier objects.

Language: JavaScript - Size: 338 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-invcase

Convert a string to inverse case.

Language: JavaScript - Size: 216 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-kebabcase

Convert a string to kebab case.

Language: JavaScript - Size: 273 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-last

Return the last UTF-16 code unit of a string.

Language: JavaScript - Size: 229 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-left-trim

Trim whitespace characters from the beginning of a string.

Language: JavaScript - Size: 318 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-snakecase

Convert a string to snake case.

Language: JavaScript - Size: 273 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-lowercase

Convert a string to lowercase.

Language: JavaScript - Size: 299 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-remove-first-code-point

Remove the first Unicode code point of a string.

Language: JavaScript - Size: 202 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-remove-first

Remove the first UTF-16 code unit of a string.

Language: JavaScript - Size: 199 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-remove-last-code-point

Remove the last Unicode code point of a string.

Language: JavaScript - Size: 176 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-remove-last

Remove the last UTF-16 code unit of a string.

Language: JavaScript - Size: 174 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-repeat

Repeat a string a specified number of times and return the concatenated result.

Language: JavaScript - Size: 269 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-replace-after-last

Replace the substring after the last occurrence of a specified search string.

Language: JavaScript - Size: 248 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-replace-after

Replace the substring after the first occurrence of a specified search string.

Language: JavaScript - Size: 240 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-replace-before

Replace the substring before the first occurrence of a specified search string.

Language: JavaScript - Size: 240 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/string-base-right-trim

Trim whitespace characters from the end of a string.

Language: JavaScript - Size: 320 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-trim

Trim whitespace characters from the beginning and end of a string.

Language: JavaScript - Size: 351 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-replace

Replace search occurrences with a replacement string.

Language: JavaScript - Size: 462 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-starts-with

Test if a string starts with the characters of another string.

Language: JavaScript - Size: 287 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-uncapitalize

Uncapitalize the first character of a string.

Language: JavaScript - Size: 222 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/string-base-uppercase

Convert a string to uppercase.

Language: JavaScript - Size: 281 KB - Last synced: 19 days ago - Pushed: 21 days ago - Stars: 2 - Forks: 0

quinlan-lab/STRling

Detect novel (and reference) STR expansions from short-read data

Language: Nim - Size: 416 KB - Last synced: 20 days ago - Pushed: 10 months ago - Stars: 58 - Forks: 9

ClaudiuHKS/Strings-Encryption

Strings Encryption

Language: C++ - Size: 32.2 KB - Last synced: 23 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

stdlib-js/string-last

Return the last character(s) of a string.

Language: JavaScript - Size: 498 KB - Last synced: 19 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0

LarsSK06/Splix

[PYTHON PACKAGE] Package for splitting arguments into structured dictionaries / JSON objects.

Language: Python - Size: 2.93 KB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 0

RAIVNLab/STR

Soft Threshold Weight Reparameterization for Learnable Sparsity

Language: Python - Size: 63.5 KB - Last synced: 24 days ago - Pushed: over 1 year ago - Stars: 84 - Forks: 11

stdlib-js/string-for-each

Invoke a callback for each (visual) character of a string.

Language: JavaScript - Size: 1.38 MB - Last synced: 19 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

ppecheux/url-hostname

Immutable representation of a host in URL

Language: Python - Size: 61.5 KB - Last synced: 28 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

roatienza/straug

Image transformations designed for Scene Text Recognition (STR) data augmentation. Published at ICCV 2021 Workshop on Interactive Labeling and Data Augmentation for Vision.

Language: Python - Size: 2.55 MB - Last synced: 15 days ago - Pushed: about 1 year ago - Stars: 238 - Forks: 35

limingxinleo/support-str

Str 支持类

Language: PHP - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 3 - Forks: 0

myxiaoao/laravel-str-chinese-macros

Laravel Str Chinese Macros

Language: PHP - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

bearddan2000/java-cli-sbt-sqlserver-ssl-str-concat

Creates a small database table

Language: Java - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-sbt-sqlserver-str-concat

Creates a small database table

Language: Java - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-sbt-dolt-str-concat

Creates a small database table

Language: Java - Size: 1.59 MB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-millbuild-sqlserver-str-concat

Creates a small database table

Language: Java - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-millbuild-ssl-postgres-str-concat

Creates a small database table

Language: Java - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-millbuild-sqlserver-ssl-str-concat

Creates a small database table

Language: Java - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-millbuild-postgres-str-concat

Creates a small database table

Language: Java - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-millbuild-mysql-str-concat

Creates a small database table

Language: Java - Size: 1.59 MB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-millbuild-dolt-str-concat

Creates a small database table

Language: Java - Size: 1.59 MB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-mill-sqlserver-ssl-str-concat

Creates a small database table

Language: Java - Size: 3.42 MB - Last synced: about 1 month ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-mill-sqlserver-str-concat

Creates a small database table

Language: Java - Size: 3.42 MB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-mill-postgres-str-concat

Creates a small database table

Language: Java - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-mill-mysql-str-concat

Creates a small database table

Language: Java - Size: 1.59 MB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

bearddan2000/java-cli-maven-sqlserver-ssl-str-concat

Creates a small database table

Language: Java - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 0 - Forks: 0