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
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
sql
winapi
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
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
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged RUST
39,953
questions
51,895
answers
573
users
Recent questions tagged RUST
2
answers
73
views
How to declare a function argument that can accept any type in Rust
asked
Aug 1, 2025
by
avibootz
rust
rust-argument
1
answer
61
views
How to get the lower 8 bits of an int in Rust
asked
Jul 31, 2025
by
avibootz
rust
rust-bits
1
answer
77
views
How to set specific bits in a char with Rust
asked
Jul 31, 2025
by
avibootz
rust
rust-bits
1
answer
69
views
How to extract a float from a string in Rust
asked
Jul 29, 2025
by
avibootz
rust
rust-string
rust-extract
1
answer
82
views
How to create a string with a repeated character N times in Rust
asked
Jul 28, 2025
by
avibootz
rust
rust-string
2
answers
87
views
How to check if an integer contains an even or odd number of bits set in Rust
asked
Jul 27, 2025
by
avibootz
rust
rust-bits
1
answer
50
views
How to find the greatest product of 3 adjacent numbers in the same (any) direction in a grid with Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-grid
1
answer
86
views
How to remove leading and trailing whitespaces from a string in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-string
1
answer
68
views
How to find the sum of all the primes below 10000 (ten thousand) in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-prime
1
answer
53
views
How to find the sum of all the primes below 10000 (ten thousand) in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-prime
1
answer
76
views
How to find pythagorean triplet for which a + b + c = 1000 in Rust
asked
Jul 25, 2025
by
avibootz
rust
rust-pythagorean-triplet
1
answer
54
views
How to check if an array contains the Pythagorean triplet numbers (a*a+b*b=c*c) in Rust
asked
Jul 25, 2025
by
avibootz
rust
rust-pythagorean-triplet
1
answer
63
views
How to check if two integers have opposite signs in Rust
asked
Jul 24, 2025
by
avibootz
rust
rust-signs
1
answer
62
views
How to replace multiple consecutive question marks (?) with a single question mark in Rust
asked
Jul 24, 2025
by
avibootz
rust
rust-replace
1
answer
72
views
How to format time hours-minutes-seconds in Rust
asked
Jul 22, 2025
by
avibootz
rust
rust-time
1
answer
70
views
How to create an empty vector of strings in Rust
asked
Jul 22, 2025
by
avibootz
rust
rust-vector
1
answer
81
views
How to split a string with multiple separators in Rust
asked
Jul 21, 2025
by
avibootz
rust
rust-string
1
answer
83
views
How to replace the first occurrence of a substring in a string with Rust
asked
Jul 20, 2025
by
avibootz
rust
rust-substring
2
answers
96
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in Rust
asked
Jul 20, 2025
by
avibootz
rust
rust-loop
1
answer
79
views
How to match a substring within 2 square brackets using RegEx in Rust
asked
Jul 19, 2025
by
avibootz
rust
rust-regex
rust-substring
2
answers
96
views
How to convert binary string to int in Rust
asked
Jul 18, 2025
by
avibootz
rust
rust-string
rust-binary
1
answer
79
views
How to remove stop words from a string in Rust
asked
Jul 18, 2025
by
avibootz
rust
rust-string
1
answer
87
views
How to pick a random value from a map in Rust
asked
Jul 17, 2025
by
avibootz
rust
rust-map
1
answer
60
views
How to find the 100001 prime number in Rust
asked
Jul 16, 2025
by
avibootz
rust
rust-prime
1
answer
98
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in Rust
asked
Jul 15, 2025
by
avibootz
rust
rust-regex
1
answer
65
views
How to convert multiple <br/> tags to a single <br/> tag using RegEx in Rust
asked
Jul 15, 2025
by
avibootz
rust
rust-regex
1
answer
81
views
How to filter a vector in-place with Rust
asked
Jul 13, 2025
by
avibootz
rust
rust-vector
rust-filter
2
answers
93
views
How to print the distinct elements of a vector in Rust
asked
Jul 13, 2025
by
avibootz
rust
rust-vector
1
answer
72
views
How to XOR byte arrays in Rust
asked
Jul 12, 2025
by
avibootz
rust
rust-xor
1
answer
73
views
How to use bitwise XOR in Rust
asked
Jul 11, 2025
by
avibootz
rust
rust-xor
1
answer
66
views
How to check if a string includes $sometext$ without numbers in Rust
asked
Jul 11, 2025
by
avibootz
rust
rust-string
1
answer
68
views
How to encode and decode a string to base64 in Rust
asked
Jul 10, 2025
by
avibootz
rust
rust-decode
rust-base64
rust-encode
1
answer
86
views
How to remove the letters from word1 if they do not exist in word2 with Rust
asked
Jul 10, 2025
by
avibootz
rust
rust-string
1
answer
89
views
How to remove the letters from word1 if they exist in word2 with Rust
asked
Jul 9, 2025
by
avibootz
rust
rust-string
1
answer
68
views
How to check if an array of bytes is a valid UTF-8 string in Rust
asked
Jul 8, 2025
by
avibootz
rust
rust-utf8
1
answer
73
views
How to get intersection of two strings in Rust
asked
Jul 7, 2025
by
avibootz
rust
rust-string
rust-intersection
1
answer
63
views
How to pad a string on both sides in Rust
asked
Jul 6, 2025
by
avibootz
rust
rust-string
1
answer
78
views
How to change all elements of row i and column j in a binary matrix to 0 if cell[i, j] is 0 in Rust
asked
Jul 5, 2025
by
avibootz
rust
rust-matrix
2
answers
86
views
How to pad a string on the left in Rust
asked
Jul 4, 2025
by
avibootz
rust
rust-string
2
answers
90
views
How to pad a string on the right in Rust
asked
Jul 3, 2025
by
avibootz
rust
rust-string
1
answer
68
views
How to sum two binary strings in Rust
asked
Jul 3, 2025
by
avibootz
rust
rust-string
1
answer
73
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
69
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
69
views
How to use switch statement with strings in Rust
asked
Jul 1, 2025
by
avibootz
rust
rust-switch
1
answer
70
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
65
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
65
views
How to compute the hypotenuse h of the triangle in Rust
asked
Jun 29, 2025
by
avibootz
rust
rust-triangle
1
answer
90
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
76
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
90
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
Page:
« prev
1
2
3
4
5
6
7
8
9
...
20
next »
...