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
scala
swift
html
kotlin
dart
ruby
r
css
pascal
bootstrap
groovy
sql
win32
mysql
jquery
winapi
lua
winforms
bash
f#
cobol
reactjs
opengl
c-windows
sdl2
nodejs-express
sdl3
angularjs
raylib
glfw
html5
nodejs-array
php-array
javascript-array
pascal-string
typescript-array
cpp-vector
go-array
postgresql
swift-array
dom
kotlin-string
python-list
scala-array
scala-string
pascal-array
rust-vector
android-java
swift-string
rust-string
go-string
vbnet-string
c-array
direct3d11
wordpress
typescript-string
c#-string
glad
bootstrap4
perl
css3
windows
cpp-file
c#-array
python-string
java-string
typescript-regex
nodejs-regex
javascript-regex
kotlin-array
kotlin-list
objective-c
visual-studio-code
software
nodejs-string
python-array
cpp-map
vbnet-array
javascript-string
php-string
c-string
cpp-string
c#-list
vbnet-list
java-array
php-regex
fortran
web-hosting
Disclosure:
My content contains affiliate links.
Recent questions tagged ruby
35,552
questions
46,450
answers
573
users
Recent questions tagged ruby
1
answer
16
views
How to print array values and the indexes in Ruby
asked
Mar 22
by
avibootz
ruby
ruby-array
1
answer
71
views
How to check if a variable is not nil and not zero in Ruby
asked
Jun 6, 2024
by
avibootz
ruby
2
answers
89
views
How to create a range of numbers in Ruby
asked
Jan 13, 2024
by
avibootz
ruby
1
answer
87
views
How to remove duplicate characters from a string in Ruby
asked
Jun 11, 2023
by
avibootz
ruby
1
answer
112
views
How to swap cases in a string with Ruby
asked
Jun 11, 2023
by
avibootz
ruby
1
answer
101
views
How to convert the first digits in a string to a float with Ruby
asked
Jun 11, 2023
by
avibootz
ruby
1
answer
85
views
How to declare and initialize a set containing unique objects in Ruby
asked
Mar 11, 2023
by
avibootz
ruby
1
answer
106
views
How to remove multiple items from an array by values in Ruby
asked
Mar 1, 2023
by
avibootz
ruby
1
answer
87
views
How to remove an item from an array by index in Ruby
asked
Mar 1, 2023
by
avibootz
ruby
2
answers
100
views
How to create a two dimensional (2D) array in Ruby
asked
Feb 16, 2023
by
avibootz
ruby
2
answers
129
views
How to convert float to string with 2 decimal places in Ruby
asked
Feb 13, 2023
by
avibootz
ruby
2
answers
118
views
How to get character code (ASCII and Unicode) in Ruby
asked
Jan 22, 2023
by
avibootz
ruby
1
answer
74
views
How to create a function in Ruby
asked
Dec 20, 2022
by
avibootz
ruby
1
answer
85
views
How to merge dictionaries in Ruby
asked
Dec 15, 2022
by
avibootz
ruby
2
answers
99
views
How to create key value dictionary in Ruby
asked
Dec 11, 2022
by
avibootz
ruby
1
answer
78
views
How to access the address of a variable in Ruby
asked
Nov 4, 2022
by
avibootz
ruby
1
answer
97
views
How to add two stdin input numbers in Ruby
asked
Oct 19, 2022
by
avibootz
ruby
1
answer
76
views
How to use print from end to start in Ruby
asked
Oct 17, 2022
by
avibootz
ruby
1
answer
106
views
How to calculate the average of a double array of given length in Ruby
asked
Oct 17, 2022
by
avibootz
ruby
2
answers
107
views
How to calculate the average of an array of double values in Ruby
asked
Oct 17, 2022
by
avibootz
ruby
1
answer
100
views
How to get the factorial of a number in Ruby
asked
Jul 23, 2022
by
avibootz
ruby
1
answer
134
views
How to split an array and add the first part to end in Ruby
asked
Nov 30, 2021
by
avibootz
ruby
1
answer
137
views
How to reorder a list according to given indexes in Ruby
asked
Nov 29, 2021
by
avibootz
ruby
1
answer
131
views
How to move all zeroes to end of array in Ruby
asked
Nov 27, 2021
by
avibootz
ruby
1
answer
128
views
How to swap two elements of an array in Ruby
asked
Nov 21, 2021
by
avibootz
ruby
1
answer
131
views
How to segregate even and odd numbers of an array (even on left and odd on right) in Ruby
asked
Nov 21, 2021
by
avibootz
ruby
1
answer
138
views
How to print inversions pairs in array in Ruby
asked
Nov 10, 2021
by
avibootz
ruby
1
answer
140
views
How to shuffle an array in Ruby
asked
Oct 31, 2021
by
avibootz
ruby
1
answer
150
views
How to calculate the area of a trapezoid in Ruby
asked
Oct 28, 2021
by
avibootz
ruby
1
answer
140
views
How to convert digits of an integer into an array of base 16 digits and numbers in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
142
views
How to convert digits of an integer into an array of base 8 digits in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
118
views
How to convert digits of an integer into an array of base 2 digits in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
208
views
How to convert digits of an integer into an array of base 16 digits with least significant digit first in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
185
views
How to convert digits of an integer into an array of base 8 digits with least significant digit first in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
190
views
How to convert digits of an integer into an array of base 2 digits with least significant digit first in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
196
views
How to split digits of an integer into an array of digits with least significant digit first in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
184
views
How to convert UTF-8 code to char in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
132
views
How to convert ASCII code to char in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
2
answers
150
views
How to get the smallest number greater than or equal to int in Ruby
asked
Oct 18, 2021
by
avibootz
ruby
1
answer
133
views
How to sort string by words length in reverse order with Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
175
views
How to split an integer into two parts the last digit and the rest in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
2
answers
266
views
How to split digits of an integer into an array of digits in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
155
views
How to split digits of an integer into an array of strings in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
135
views
How to split digits of an integer into different variable in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
123
views
How to sum all the digits of an integer in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
137
views
How to extract hex number into an array of decimal number in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
137
views
How to count the numbers in array by their first N digits in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
114
views
How to get the first N characters of a string in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
125
views
How to get the first N digits of a number in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
1
answer
118
views
How to get the last N digits of a number in Ruby
asked
Oct 17, 2021
by
avibootz
ruby
Page:
1
2
3
4
5
next »
...