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#
javascript
cpp
php
vb#
typescript
nodejs
go
rust
html
scala
swift
dart
ruby
r
css
bootstrap
groovy
kotlin
sql
mysql
jquery
win32
winapi
lua
bash
f#
reactjs
cobol
pascal
opengl
c-windows
sdl2
nodejs-express
angularjs
glfw
html5
postgresql
dom
android-java
direct3d11
wordpress
glad
bootstrap4
css3
windows
objective-c
visual-studio-code
software
fortran
web-hosting
perl
firefox
bgfx
binary
elixir
opencl
vulkan
ada
phpmyadmin
wpf
erlang
q2a
cpp17
clisp
laravel
netbeans
edge
prototype
ide
dot-net-library
chrome
linux
xampp
programming
download
d
binary-arithmetic
imgui
search-engine
clang
fontawesome5
xdebug
iphone
hardware
apache
webgl
xml
pc
xhtml
time
browser
Disclosure:
My content contains affiliate links.
Recent questions tagged RUST
33,433
questions
43,814
answers
573
users
Recent questions tagged RUST
1
answer
1
view
How to replace comma (,) with semicolon (;) in a string with Rust
asked
5 hours
ago
by
avibootz
rust
1
answer
1
view
How to find the first repeated character in a string with Rust
asked
1 day
ago
by
avibootz
rust
1
answer
3
views
How to convert an ASCII character into a hex value in Rust
asked
2 days
ago
by
avibootz
rust
1
answer
3
views
How to print the characters need to be removed so that two strings become anagram in Rust
asked
3 days
ago
by
avibootz
rust
1
answer
7
views
How to find the most repeated character in a string with Rust
asked
3 days
ago
by
avibootz
rust
1
answer
7
views
How to find the second most frequent character in a string with Rust
asked
4 days
ago
by
avibootz
rust
1
answer
6
views
How to check if two strings have the same words in different order with Rust
asked
4 days
ago
by
avibootz
rust
2
answers
7
views
How to find the most common pair of characters in a string with Rust
asked
5 days
ago
by
avibootz
rust
1
answer
5
views
How to declare and initialize a matrix with zeros in Rust
asked
6 days
ago
by
avibootz
rust
1
answer
8
views
How to create a vector of N constant value with a specific size in Rust
asked
6 days
ago
by
avibootz
rust
1
answer
8
views
How to create a vector of zeros with a specific size in Rust
asked
6 days
ago
by
avibootz
rust
1
answer
5
views
How to declare, initialize and print a 2D array (matrix) in Rust
asked
6 days
ago
by
avibootz
rust
1
answer
7
views
How to remove a pair of the same adjacent characters from a string in Rust
asked
Nov 26
by
avibootz
rust
1
answer
7
views
How to find the characters that a string consists of in Rust
asked
Nov 25
by
avibootz
rust
1
answer
8
views
How to trim punctuation in Rust
asked
Nov 23
by
avibootz
rust
1
answer
11
views
How to calculate the next multiple of 10 in Rust
asked
Nov 22
by
avibootz
rust
1
answer
12
views
How to check whether a given number is a Harshad number in Rust
asked
Nov 21
by
avibootz
rust
2
answers
17
views
How to use Base64 to encode and decode a string in Rust
asked
Nov 20
by
avibootz
rust
1
answer
11
views
How to remove odd frequency characters from a string in Rust
asked
Nov 20
by
avibootz
rust
2
answers
14
views
How to convert string to hex in Rust
asked
Nov 19
by
avibootz
rust
1
answer
12
views
How to convert text to binary code in Rust
asked
Nov 18
by
avibootz
rust
1
answer
14
views
How to convert Fahrenheit to Celsius in Rust
asked
Nov 17
by
avibootz
rust
1
answer
23
views
How to check if a string is in a valid format ("XXX-XXX-XXXX") with numbers in Rust
asked
Nov 16
by
avibootz
rust
1
answer
13
views
How to print a float number with point in Rust
asked
Nov 15
by
avibootz
rust
1
answer
15
views
How to remove trailing zeros from a string in Rust
asked
Nov 15
by
avibootz
rust
1
answer
14
views
How to remove leading zeros from a string in Rust
asked
Nov 14
by
avibootz
rust
2
answers
17
views
How to set the width parameter in println! dynamically with a variable in Rust
asked
Nov 13
by
avibootz
rust
1
answer
14
views
How to print a decimal number to three decimal places in Rust
asked
Nov 13
by
avibootz
rust
1
answer
23
views
How to print a floating point number without the decimal places in Rust
asked
Nov 13
by
avibootz
rust
2
answers
14
views
How to split a vector into evenly sized chunks in Rust
asked
Nov 13
by
avibootz
rust
1
answer
17
views
How to create a vector initialize with a specific range of numbers in Rust
asked
Nov 13
by
avibootz
rust
1
answer
18
views
How to generate 20 digits random number in Rust
asked
Nov 11
by
avibootz
rust
1
answer
17
views
How to convert a string to lowercase in Go
asked
Nov 8
by
avibootz
rust
1
answer
19
views
How to check if a string is empty in Rust
asked
Nov 7
by
avibootz
rust
1
answer
25
views
How to write an algorithm that adds the odd digits of one number to the end of a second number in Rust
asked
Nov 6
by
avibootz
rust
1
answer
17
views
How to generate random string without repetition in Rust
asked
Nov 4
by
avibootz
rust
1
answer
19
views
How to shuffle a string in Rust
asked
Nov 4
by
avibootz
rust
1
answer
22
views
How to find the sum of each row and each column of a matrix (2D array) in Rust
asked
Nov 3
by
avibootz
rust
1
answer
15
views
How to generate random string in Rust
asked
Nov 2
by
avibootz
rust
1
answer
19
views
How to find the harmonic value of N (1 + 1/2 + 1/3 + ... 1/N) in Rust
asked
Nov 2
by
avibootz
rust
1
answer
17
views
How to extract uppercase characters (capital letters) from a string in Rust
asked
Nov 1
by
avibootz
rust
2
answers
16
views
How to convert float to string in Rust
asked
Oct 30
by
avibootz
rust
1
answer
19
views
How to get the first digit after the decimal point of a float number in Rust
asked
Oct 30
by
avibootz
rust
1
answer
19
views
How to get the first and the last digit of a number in Rust
asked
Oct 30
by
avibootz
rust
1
answer
15
views
How to reverse the case of each character in a string with Rust
asked
Oct 29
by
avibootz
rust
1
answer
18
views
How to check if a number is prime in Rust
asked
Oct 28
by
avibootz
rust
1
answer
19
views
How to find a number in a vector that appears once in Rust
asked
Oct 28
by
avibootz
rust
1
answer
23
views
How to count the number of bits to be flipped to convert a number to another number in Rust
asked
Oct 27
by
avibootz
rust
1
answer
20
views
How to find the missing values in a sorted range (x to y) vector with Rust
asked
Oct 27
by
avibootz
rust
1
answer
19
views
How to find duplicate elements in an array with Rust
asked
Oct 26
by
avibootz
rust
Page:
1
2
3
4
5
6
...
11
next »
...