Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
vbnet
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
cobol
c-array
swift-array
typescript-string
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
math-functions-constants
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
function-optional-parameter
decode-leet-speak
decimal-number-to-string-leading-zeros
Disclosure:
My content contains affiliate links.
Recent questions tagged rust
40,950
questions
53,414
answers
573
users
Recent questions tagged rust
2
answers
111
views
How to pad a string on the right in Rust
asked
Jul 3, 2025
by
avibootz
rust
rust-string
1
answer
86
views
How to sum two binary strings in Rust
asked
Jul 3, 2025
by
avibootz
rust
rust-string
1
answer
95
views
How to increment an integer represented as an integer vector of digits by one in Rust
asked
Jul 2, 2025
by
avibootz
rust
rust-vector
1
answer
87
views
How to allocate a vector of type byte with a length of N million in Rust
asked
Jul 1, 2025
by
avibootz
rust
rust-vector
rust-allocation
1
answer
85
views
How to use switch statement with strings in Rust
asked
Jul 1, 2025
by
avibootz
rust
rust-switch
1
answer
83
views
How to get the fraction and exponent of a real number in Rust
asked
Jun 30, 2025
by
avibootz
rust
rust-exponent
rust-fraction
1
answer
83
views
How to calculate the mean and the standard deviation of a vector of floating-point values in Rust
asked
Jun 29, 2025
by
avibootz
rust
rust-standard-deviation
rust-mean
1
answer
87
views
How to compute the hypotenuse h of the triangle in Rust
asked
Jun 29, 2025
by
avibootz
rust
rust-triangle
1
answer
109
views
How to convert a string with either, or . as decimal/thousand separators into a float in Rust
asked
Jun 27, 2025
by
avibootz
rust
rust-string
rust-convert
1
answer
101
views
How to shift elements of a vector to the right by one position in Rust
asked
Jun 27, 2025
by
avibootz
rust
rust-vector
1
answer
112
views
How to shift elements of a vector to the left by one position in Rust
asked
Jun 26, 2025
by
avibootz
rust
rust-vector
1
answer
91
views
How to declare a real variable with at least 20 digits in Rust
asked
Jun 26, 2025
by
avibootz
rust
1
answer
101
views
How to check if any value in a one-dimensional array a is larger than x using any in Rust
asked
Jun 25, 2025
by
avibootz
rust
rust-array
rust-any
1
answer
83
views
How to generate an n x n matrix filled with elements from 1 to N^2 in spiral order in Rust
asked
Jun 25, 2025
by
avibootz
rust
rust-matrix
1
answer
80
views
How to exit a program in Rust
asked
Jun 23, 2025
by
avibootz
rust
rust-exit
1
answer
86
views
How to calculate the center of a rectangle in Rust
asked
Jun 23, 2025
by
avibootz
rust
rust-rectangle
1
answer
95
views
How to check if a point is inside a rectangle in Rust
asked
Jun 22, 2025
by
avibootz
rust
rust-rectangle
rust-point
1
answer
96
views
How to convert byte array to hex string in Rust
asked
Jun 21, 2025
by
avibootz
rust
rust-array
1
answer
74
views
How to print array elements in groups of 2 with Rust
asked
Jun 21, 2025
by
avibootz
rust
rust-array
1
answer
73
views
How to declare a constant string in Rust
asked
Jun 19, 2025
by
avibootz
rust
rust-constant
1
answer
87
views
How to format an integer with zero-padding in Rust
asked
Jun 19, 2025
by
avibootz
rust
rust-padding
1
answer
91
views
How to find the average between RGB colors c1 and c2 in Rust
asked
Jun 18, 2025
by
avibootz
rust
rust-color
1
answer
68
views
How to concatenate string with integer in Rust
asked
Jun 17, 2025
by
avibootz
rust
rust-concatenate
1
answer
83
views
How to remove string trailing path separator in Rust
asked
Jun 16, 2025
by
avibootz
rust
rust-string
1
answer
96
views
How to match the first word after an expression in a string using RegEx with Rust
asked
Jun 15, 2025
by
avibootz
rust
rust-regex
1
answer
103
views
How to remove the trailing slashes from a string in Rust
asked
Jun 14, 2025
by
avibootz
rust
rust-string
1
answer
105
views
How to remove all non-ASCII characters from a string in Rust
asked
Jun 13, 2025
by
avibootz
rust
rust-string
rust-ascii
1
answer
93
views
How to calculate the date six months from the current date in Rust
asked
Jun 12, 2025
by
avibootz
rust
rust-date
1
answer
86
views
How to replace the characters !@#$%^*_+\= in a string using RegEx with Rust
asked
Jun 11, 2025
by
avibootz
rust
rust-regex
1
answer
101
views
How to implement the power function in Rust
asked
Jun 11, 2025
by
avibootz
rust
rust-pow
1
answer
63
views
How to group Anagrams from a vector of strings in Rust
asked
Jun 10, 2025
by
avibootz
rust
rust-anagram
1
answer
82
views
How to check if date1 is before date2 in Rust
asked
Jun 8, 2025
by
avibootz
rust
rust-date
1
answer
98
views
How to check if a string is blank (empty, none, or contains only whitespace) in Rust
asked
Jun 8, 2025
by
avibootz
rust
rust-string
1
answer
91
views
How to replace consecutive characters with only one in Rust
asked
Jun 7, 2025
by
avibootz
rust
rust-string
1
answer
86
views
How to multiply two integers represented as strings and return the result also as a string in Rust
asked
Jun 6, 2025
by
avibootz
rust
rust-multiply
1
answer
111
views
How to get the first missing smallest positive integer in an unsorted integer vector with Rust
asked
Jun 5, 2025
by
avibootz
rust
rust-vector
1
answer
88
views
How to get the number of bytes of a variable in Rust
asked
Jun 4, 2025
by
avibootz
rust
rust-byte
1
answer
124
views
How to find the current working directory in Rust
asked
Jun 3, 2025
by
avibootz
rust
rust-directory
2
answers
108
views
How to get the current executable name in Rust
asked
Jun 3, 2025
by
avibootz
rust
2
answers
186
views
How to sort each column of a matrix with strings in Rust
asked
Jun 2, 2025
by
avibootz
rust
rust-matrix
rust-sort
1
answer
139
views
How to fill a 3x3 grid to be a valid Sudoku grid in Rust
asked
Jun 1, 2025
by
avibootz
rust
rust-sudoku
1
answer
144
views
How to calculate the future occurrences of Friday the 13th in Rust
asked
May 31, 2025
by
avibootz
rust
rust-date
1
answer
170
views
How to check if a string contains only letters, numbers, underscores and dashes in Rust
asked
May 31, 2025
by
avibootz
rust
rust-regex
1
answer
125
views
How to check if a 3x3 grid is a valid Sudoku grid in Rust
asked
May 30, 2025
by
avibootz
rust
rust-sudoku
2
answers
182
views
How to rotate a matrix 90 degrees clockwise in Rust
asked
May 30, 2025
by
avibootz
rust
rust-matrix
1
answer
164
views
How to check if a matrix columns contain numbers without repetition in Rust
asked
May 28, 2025
by
avibootz
rust
rust-matrix
1
answer
154
views
How to move the digits of a string with digits and letters to the beginning of the string in Rust
asked
May 27, 2025
by
avibootz
rust
rust-string
1
answer
149
views
How to sort a string with digits and letters (digits before letters) in Rust
asked
May 27, 2025
by
avibootz
rust
rust-sort
go-string
1
answer
133
views
How to sort a string with digits and letters (letters before digits) in Rust
asked
May 26, 2025
by
avibootz
rust
rust-vector
rust-sort
1
answer
155
views
How to find repeated patterns of numbers in the rows of a matrix with Rust
asked
May 25, 2025
by
avibootz
rust
rust-matrix
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
21
next »
...