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
c
java
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
vbnet
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
php-string
cobol
c#-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
sdl3
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
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
longest-substring-without-repeating-characters
calculate-volume-cube
divide-given-amount-into-bills-coins
convert-decimal-number-to-rational-number
count-non-overlapping-instances-substring-in-string
print-floyds-triangle
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
Disclosure:
My content contains affiliate links.
Recent questions tagged ruby
42,685
questions
55,437
answers
573
users
Recent questions tagged ruby
1
answer
197
views
How to find the next sparse number which greater than a given number in Ruby
asked
Oct 12, 2021
by
avibootz
ruby
1
answer
212
views
How to check if a number is sparse number in Ruby
asked
Oct 10, 2021
by
avibootz
ruby
1
answer
179
views
How to swap two variables in Ruby
asked
Sep 24, 2021
by
avibootz
ruby
1
answer
162
views
How to swap two strings in Ruby
asked
Sep 24, 2021
by
avibootz
ruby
1
answer
162
views
How to remove the first N characters of a string in Ruby
asked
Jun 27, 2021
by
avibootz
ruby
1
answer
190
views
How to remove the N character of a string in Ruby
asked
Jun 27, 2021
by
avibootz
ruby
1
answer
191
views
How to remove the last N characters of a string in Ruby
asked
Jun 27, 2021
by
avibootz
ruby
1
answer
284
views
How to remove the last character of a string in Ruby
asked
Jun 27, 2021
by
avibootz
ruby
1
answer
153
views
How to convert a string to uppercase in Ruby
asked
Jun 6, 2021
by
avibootz
ruby
1
answer
148
views
How to convert a string to lowercase in Ruby
asked
Jun 5, 2021
by
avibootz
ruby
2
answers
240
views
How to get the Nth root in Ruby
asked
Mar 31, 2021
by
avibootz
ruby
2
answers
220
views
How to find fourth root in Ruby
asked
Mar 31, 2021
by
avibootz
ruby
2
answers
226
views
How to find cube root in Ruby
asked
Mar 31, 2021
by
avibootz
ruby
1
answer
231
views
How to square each element of an array in Ruby
asked
Mar 31, 2021
by
avibootz
ruby
1
answer
313
views
How to check if a number is perfect square in Ruby
asked
Mar 31, 2021
by
avibootz
ruby
1
answer
199
views
How to square a number in Ruby
asked
Mar 31, 2021
by
avibootz
ruby
2
answers
255
views
How to remove the first character of a string in Ruby
asked
Feb 6, 2021
by
avibootz
ruby
2
answers
266
views
How to convert number with exponent in string to float in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
208
views
How to convert string to complex number in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
198
views
How to convert string to rational number in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
334
views
How to convert hexadecimal string to integer in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
203
views
How to convert binary string to integer in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
215
views
How to remove all elements of an array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
276
views
How to merge two arrays and remove duplicates in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
2
answers
317
views
How to convert string to integer in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
257
views
how to create new array with elements in existing array that not exist in another array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
212
views
How to add an array to the beginning of another array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
228
views
How to add an array to the end of another array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
237
views
How to join (concatenate) two arrays in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
223
views
How to reverse an array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
258
views
How to remove the last element of an array with Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
255
views
How to insert an element in the end of an array with Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
225
views
How to create array inside another array (nested arrays) in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
206
views
How to slice an array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
244
views
How to use while with array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
237
views
How to get the length of an array in Ruby
asked
Dec 24, 2020
by
avibootz
ruby
4
answers
410
views
How to check whether a number is in a range with Ruby
asked
Dec 24, 2020
by
avibootz
ruby
1
answer
229
views
How to find min and max values of array in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
237
views
How to generate random string using SecureRandom in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
238
views
How to generate X random strings of N characters in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
324
views
How to generate random string of N characters in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
266
views
How to print an array on one line in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
251
views
How to generate a range array of numbers and characters and special characters in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
214
views
How to generate a string of special characters with range in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
305
views
How to generate a range array of special characters in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
205
views
How to print part of array in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
261
views
How to generate reverse string of characters with range in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
243
views
How to generate a string of characters with range in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
258
views
How to generate a range array of characters in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
1
answer
240
views
How to generate a range array of numbers in Ruby
asked
Dec 23, 2020
by
avibootz
ruby
Page:
« prev
1
2
3
4
5
6
7
8
next »
...