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
vbnet
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
Disclosure:
My content contains affiliate links.
Recent questions tagged RUST
41,857
questions
54,547
answers
573
users
Recent questions tagged RUST
1
answer
6
views
How to case-insensitively check if a character exists in a string with Rust
asked
9 hours
ago
by
avibootz
rust
rust-case-insensitively-check-character-exists-in-string
case-insensitively-check-character-exists-in-string
1
answer
7
views
How to check if a character exists in a string with Rust
asked
16 hours
ago
by
avibootz
rust
rust-check-character-exists-string
check-character-exists-string
1
answer
8
views
How to zero every n-bit from a number if that bit is 1 in Rust
asked
1 day
ago
by
avibootz
rust
rust-zero-every-n-bit-from-number
zero-every-n-bit-from-number
1
answer
10
views
How to remove multiple bits from a number and shift the remaining bits right to fill the gaps in Rust
asked
2 days
ago
by
avibootz
rust
rust-remove-multiple-bits-shift-remaining-bits-right-to-fill-gaps
remove-multiple-bits-shift-remaining-bits-right-to-fill-gaps
1
answer
11
views
How to remove a bit from a number and shift all bits to the right to fill the gap in Rust
asked
2 days
ago
by
avibootz
rust
rust-remove-bit-from-number-shift-bits-right-to-fill-the-gap
remove-bit-from-number-shift-bits-right-to-fill-the-gap
1
answer
12
views
How to combine two 32-bit values into one 64-bit value in Rust
asked
3 days
ago
by
avibootz
rust
rust-combine-two-32-bit-values-into-one-64-bit-value
combine-two-32-bit-values-into-one-64-bit-value
1
answer
14
views
How to rank elements of an integer vector based on their sorted order in Rust
asked
4 days
ago
by
avibootz
rust
rust-rank-elements-vector-based-on-sorted-order
rank-elements-vector-based-on-sorted-order
1
answer
16
views
How to rank elements of a vector in Rust
asked
5 days
ago
by
avibootz
rust
rust-rank-elements-vector
rank-elements-vector
1
answer
18
views
How to check whether a number is a perfect number in Rust
asked
Jun 19
by
avibootz
rust
rust-check-perfect-number
check-perfect-number
1
answer
21
views
How to flatten a 2D array into a sorted one-dimensional array with unique values in Rust
asked
Jun 16
by
avibootz
rust
rust-flatten-2d-array-into-sorted-one-dimensional-unique-array
flatten-2d-array-into-sorted-one-dimensional-unique-array
1
answer
32
views
How to find the first integer equal to the sum of its digits raised to some power in Rust
asked
Jun 14
by
avibootz
rust
rust-first-integer-equal-sum-its-digits-raised-some-power
first-integer-equal-sum-its-digits-raised-some-power
1
answer
35
views
How to find the first power of 2 whose leading digits are 12 in Rust
asked
Jun 13
by
avibootz
rust
rust-first-power-of-2-whose-leading-digits-are-12
first-power-of-2-whose-leading-digits-are-12
1
answer
28
views
How to find the first 10 prime Fibonacci numbers in Rust
asked
Jun 12
by
avibootz
rust
rust-first-10-prime-fibonacci-numbers
first-10-prime-fibonacci-numbers
1
answer
30
views
How to represent currency in Rust
asked
Jun 12
by
avibootz
rust
rust-represent-currency
represent-currency
2
answers
32
views
How to find all possible ways to write a positive integer as a sum of positive integers in Rust
asked
Jun 10
by
avibootz
rust
rust-ways-to-write-positive-integer-as-sum-of-positive-integers
ways-to-write-positive-integer-as-sum-of-positive-integers
1
answer
30
views
How to enforce immutability to prevent the modification of values in Rust
asked
Jun 9
by
avibootz
rust
rust-enforce-immutability
enforce-immutability
1
answer
27
views
How to convert between mm, cm, meters, kilometers, miles, feet, yards, and inches in Rust
asked
Jun 8
by
avibootz
rust
rust-convert-mm-cm-meters-km-miles-feet-yards-inches
convert-mm-cm-meters-km-miles-feet-yards-inches
2
answers
35
views
How to calculate the area of a pentagon in Rust
asked
Jun 6
by
avibootz
rust
rust-calculate-area-pentagon
calculate-area-pentagon
1
answer
25
views
How to find A and B where A and B are prime numbers and A * B = 12349 in Rust
asked
Jun 6
by
avibootz
rust
rust-a-b-prime-a-mul-b-equal-12349-find-a-b
a-b-prime-a-mul-b-equal-12349-find-a-b
2
answers
27
views
How to use higher-order functions in Rust
asked
Jun 4
by
avibootz
rust
rust-use-higher-order-functions
use-higher-order-functions
1
answer
32
views
How to use an anonymous function in Rust
asked
Jun 2
by
avibootz
rust
rust-anonymous-function
anonymous-function
1
answer
33
views
How to remove parentheses and the text inside them from a string in Rust
asked
Jun 1
by
avibootz
rust
rust-remove-parentheses-and-text-from-a-string
remove-parentheses-and-text-from-a-string
1
answer
32
views
How to find the day of the week on any given date in Rust
asked
May 31
by
avibootz
rust
rust-date
rust-find-day-of-week-any-given-date
find-day-of-week-any-given-date
1
answer
29
views
How to convert only the date without time to a string in Rust
asked
May 30
by
avibootz
rust
rust-convert-only-date-without-time-to-string
convert-only-date-without-time-to-string
1
answer
23
views
How to calculate % change from X to Y in Rust
asked
May 29
by
avibootz
rust
rust-calculate-percent-change-from-x-to-y
calculate-percent-change-from-x-to-y
1
answer
38
views
How to calculate the number of days until Christmas from today in Rust
asked
May 29
by
avibootz
rust
rust-calculate-days-until-christmas
calculate-days-until-christmas
1
answer
41
views
How to measure function execution time in Rust
asked
May 28
by
avibootz
rust
rust-measure-function-execution-time
measure-function-execution-time
1
answer
37
views
How to print every month in a specified year that contains five full weekends (Fri, Sat, Sun) in Rust
asked
May 26
by
avibootz
rust
rust-every-month-in-specified-year-contains-five-full-weekends
every-month-in-specified-year-contains-five-full-weekends
1
answer
48
views
How to transpose a matrix (swap rows and columns) in Rust
asked
May 26
by
avibootz
rust
rust-transpose-matrix
transpose-matrix
1
answer
39
views
How to implement matrix multiplication in Rust
asked
May 25
by
avibootz
rust
rust-implement-matrix-multiplication
implement-matrix-multiplication
1
answer
41
views
How to find the dates of the last Fridays of each month of a given year in Rust
asked
May 24
by
avibootz
rust
rust-dates-of-last-fridays-each-month-given-year
dates-of-last-fridays-each-month-given-year
1
answer
46
views
How to find the dates of the last Sunday of each month of a given year in Rust
asked
May 24
by
avibootz
rust
rust-dates-of-last-sunday-each-month-given-year
dates-of-last-sunday-each-month-given-year
1
answer
32
views
How to find keyword matching between multiple text blocks in Rust
asked
May 22
by
avibootz
rust
rust-find-keyword-matching-between-multiple-text-blocks
find-keyword-matching-between-multiple-text-blocks
1
answer
34
views
How to format a date using different formats in Rust
asked
May 20
by
avibootz
rust
rust-format-date-different-formats
format-date-different-formats
1
answer
35
views
How to convert seconds into weeks, days, hours, minutes, and seconds in Rust
asked
May 20
by
avibootz
rust
rust-seconds-into-weeks-days-hours-minutes-seconds
seconds-into-weeks-days-hours-minutes-seconds
1
answer
36
views
How to sort a list of files by name, extension, dates, and size in Rust
asked
May 17
by
avibootz
rust
rust-sort-list-files-by-name-extension-dates-size
sort-list-files-by-name-extension-dates-size
1
answer
34
views
How to compress and decompress repeated string characters by storing the repeated length (RLE) in Rust
asked
May 14
by
avibootz
rust
rust-compress-decompress-repeated-string-characters
compress-decompress-repeated-string-characters
1
answer
41
views
How to calculate the 100th term of the sequence 8, 64, 80, 136, 152 in Rust
asked
May 12
by
avibootz
rust
rust-calculate-100th-term-of-sequence-8-64-80-136-152
calculate-100th-term-of-sequence-8-64-80-136-152
1
answer
35
views
How to convert an array of multi‑digit numbers to a number in Rust
asked
May 11
by
avibootz
rust
rust-array-multi-digit-numbers-to-number
array-multi-digit-numbers-to-number
1
answer
40
views
How to convert a vector of digits to a number in Rust
asked
May 11
by
avibootz
rust
rust-vector-digits-to-number
vector-digits-to-number
1
answer
40
views
How to get accurate ticks from a timer (high‑resolution timer) in Rust
asked
May 9
by
avibootz
rust
rust-accurate-ticks-timer
accurate-ticks-timer
1
answer
42
views
How to calculate the CRC32 of a string in Rust
asked
May 8
by
avibootz
rust
rust-calculate-crc32-string
calculate-crc32-string
1
answer
45
views
How to create a sorted unique list from a matrix in Rust
asked
May 7
by
avibootz
rust
rust-sorted-unique-array-from-matrix
sorted-unique-array-from-matrix
1
answer
42
views
How to create a common sorted unique vector from 3 integer vectors in Rust
asked
May 6
by
avibootz
rust
rust-common-sorted-unique-vector-from-vectors
common-sorted-unique-vector-from-vectors
1
answer
46
views
How to convert an integer into its written‑out English words in Rust
asked
May 5
by
avibootz
rust
rust-convert-integer-english-words
convert-integer-english-words
1
answer
46
views
How to calculate all the less than 500 additive prime numbers in Rust
asked
May 4
by
avibootz
rust
rust-calculate-additive-prime
calculate-additive-prime
1
answer
38
views
How to define a terabyte constant in Rust
asked
May 3
by
avibootz
rust
rust-terabyte-constant
terabyte-constant
1
answer
32
views
How to define an exabyte constant in Rust
asked
May 3
by
avibootz
rust
rust-exabyte-constant
exabyte-constant
1
answer
45
views
How to define a petabyte constant in Rust
asked
May 3
by
avibootz
rust
rust-petabyte-constant
petabyte-constant
1
answer
46
views
How to hash a string with SHA-256 in Rust
asked
May 2
by
avibootz
rust
rust-hash-string-sha-256
hash-string-sha-256
Page:
1
2
3
4
5
6
...
22
next »
...