Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
User avibootz
Wall
Recent activity
All questions
All answers
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
Disclosure:
My content contains affiliate links.
40,950
questions
53,414
answers
573
users
Answers by avibootz
0
votes
14
views
How to create an enumeration of constants with and without explicit values in Kotlin
answered
6 days
ago
kotlin
kotlin-create-enumeration-with-without-values
create-enumeration-with-without-values
0
votes
18
views
How to create an enumeration of constants with and without explicit values in JavaScript
answered
6 days
ago
javascript
javascript-create-enumeration-with-without-values
create-enumeration-with-without-values
0
votes
16
views
How to create an enumeration of constants with and without explicit values in Go
answered
6 days
ago
go
go-create-enumeration-with-without-values
create-enumeration-with-without-values
0
votes
18
views
How to create an enumeration of constants with and without explicit values in Pascal
answered
6 days
ago
pascal
pascal-create-enumeration-with-without-values
create-enumeration-with-without-values
0
votes
16
views
How to create an enumeration of constants with and without explicit values in C++
answered
6 days
ago
cpp
cpp-create-enumeration-with-without-values
create-enumeration-with-without-values
0
votes
742
views
How to use enumeration (enum) in C
answered
6 days
ago
c
c-use-enumeration
use-enumeration
0
votes
742
views
How to use enumeration (enum) in C
answered
6 days
ago
c
c-use-enumeration
use-enumeration
0
votes
18
views
How to split a string into palindromic segments, where each segment is a palindrome in C++
answered
6 days
ago
cpp
cpp-split-string-into-palindromic-segments
split-string-into-palindromic-segments
0
votes
25
views
How to reconstruct a full sparse matrix from a compact (triplet) matrix in C#
answered
6 days
ago
c#
c#-reconstruct-sparse-matrix-from-compact-triplet-matrix
reconstruct-sparse-matrix-from-compact-triplet-matrix
0
votes
27
views
How to reconstruct a full sparse matrix from a compact (triplet) matrix in VB.NET
answered
6 days
ago
vb#
vbnet
vbnet-reconstruct-sparse-matrix-from-compact-triplet-matrix
reconstruct-sparse-matrix-from-compact-triplet-matrix
0
votes
21
views
How to validate a password (must contain uppercase, lowercase, digit, and special character) in Java
answered
6 days
ago
java
java-validate-password
validate-password
0
votes
20
views
How to validate a password (must contain uppercase, lowercase, digit, and special character) in Pascal
answered
6 days
ago
pascal
pascal-validate-password
validate-password
0
votes
21
views
How to validate a password (must contain uppercase, lowercase, digit, and special character) in C
answered
6 days
ago
c
c-validate-password
validate-password
0
votes
19
views
How to validate a password (must contain uppercase, lowercase, digit, and special character) in C++
answered
6 days
ago
cpp
cpp-validate-password
validate-password
0
votes
262
views
How to initialize a char array with random characters in C#
answered
6 days
ago
c#
c#-initialize-char-array-random-characters
initialize-char-array-random-characters
0
votes
262
views
How to initialize a char array with random characters in C#
answered
6 days
ago
c#
c#-initialize-char-array-random-characters
initialize-char-array-random-characters
0
votes
262
views
How to initialize a char array with random characters in C#
answered
6 days
ago
c#
c#-initialize-char-array-random-characters
initialize-char-array-random-characters
0
votes
30
views
How to reconstruct a full sparse matrix from a compact (triplet) matrix in Java
answered
Apr 25
java
java-reconstruct-sparse-matrix-from-compact-triplet-matrix
reconstruct-sparse-matrix-from-compact-triplet-matrix
0
votes
24
views
How to reconstruct a full sparse matrix from a compact (triplet) matrix in Pascal
answered
Apr 25
pascal
pascal-reconstruct-sparse-matrix-from-compact-triplet-matrix
reconstruct-sparse-matrix-from-compact-triplet-matrix
0
votes
23
views
How to reconstruct a full sparse matrix from a compact (triplet) matrix in C
answered
Apr 24
c
c-reconstruct-sparse-matrix-from-compact-triplet-matrix
reconstruct-sparse-matrix-from-compact-triplet-matrix
0
votes
25
views
How to reconstruct a full sparse matrix from a compact (triplet) matrix in C++
answered
Apr 24
cpp
cpp-reconstruct-sparse-matrix-from-compact-triplet-matrix
reconstruct-sparse-matrix-from-compact-triplet-matrix
0
votes
24
views
How to compact a sparse matrix in Ruby
answered
Apr 24
ruby
ruby-compact-sparse-matrix
compact-sparse-matrix
0
votes
28
views
How to compact a sparse matrix in Swift
answered
Apr 24
swift
swift-compact-sparse-matrix
compact-sparse-matrix
0
votes
27
views
How to compact a sparse matrix in Kotlin
answered
Apr 24
kotlin
kotlin-compact-sparse-matrix
compact-sparse-matrix
0
votes
23
views
How to compact a sparse matrix in Scala
answered
Apr 24
scala
scala-compact-sparse-matrix
compact-sparse-matrix
0
votes
24
views
How to compact a sparse matrix in Rust
answered
Apr 24
rust
rust-compact-sparse-matrix
compact-sparse-matrix
0
votes
26
views
How to compact a sparse matrix in Go
answered
Apr 24
go
go-compact-sparse-matrix
compact-sparse-matrix
0
votes
20
views
How to compact a sparse matrix in TypeScript
answered
Apr 24
typescript
typescript-compact-sparse-matrix
compact-sparse-matrix
0
votes
23
views
How to compact a sparse matrix in Java
answered
Apr 24
java
java-compact-sparse-matrix
compact-sparse-matrix
0
votes
26
views
How to compact a sparse matrix in JavaScript
answered
Apr 24
javascript
javascript-compact-sparse-matrix
compact-sparse-matrix
0
votes
26
views
How to compact a sparse matrix in Python
answered
Apr 24
python
python-compact-sparse-matrix
compact-sparse-matrix
0
votes
25
views
How to compact a sparse matrix in PHP
answered
Apr 24
php
php-compact-sparse-matrix
compact-sparse-matrix
0
votes
23
views
How to compact a sparse matrix in C#
answered
Apr 24
c#
c#-compact-sparse-matrix
compact-sparse-matrix
0
votes
31
views
How to compact a sparse matrix in VB.NET
answered
Apr 24
vb#
vbnet
vbnet-compact-sparse-matrix
compact-sparse-matrix
0
votes
29
views
How to compact a sparse matrix in Pascal
answered
Apr 24
pascal
pascal-compact-sparse-matrix
compact-sparse-matrix
0
votes
27
views
How to compact a sparse matrix in C
answered
Apr 24
c
c-compact-sparse-matrix
compact-sparse-matrix
0
votes
28
views
How to compact a sparse matrix in C++
answered
Apr 24
cpp
cpp-compact-sparse-matrix
compact-sparse-matrix
0
votes
28
views
How to check if a given array is a sparse array in C
answered
Apr 23
c
c-check-sparse-array
check-sparse-array
0
votes
26
views
How to check if a given array is a sparse array in C++
answered
Apr 23
cpp
cpp-check-sparse-array
check-sparse-array
0
votes
27
views
How to check if a given matrix is a sparse matrix (contains a large number of zeros) in PHP
answered
Apr 23
php
php-check-sparse-matrix
check-sparse-matrix
0
votes
28
views
How to check if a given matrix is a sparse matrix (contains a large number of zeros) in Pascal
answered
Apr 23
pascal
pascal-check-sparse-matrix
check-sparse-matrix
0
votes
26
views
How to search for a word in a grid of characters with Ruby
answered
Apr 23
ruby
ruby-search
ruby-grid
ruby-search-word-grid-characters
search-word-grid-characters
0
votes
24
views
How to search for a word in a grid of characters with Swift
answered
Apr 23
swift
swift-search
swift-grid
swift-search-word-grid-characters
search-word-grid-characters
0
votes
28
views
How to search for a word in a grid of characters with Kotlin
answered
Apr 23
kotlin
kotlin-search
kotlin-grid
kotlin-search-word-grid-characters
search-word-grid-characters
0
votes
22
views
How to search for a word in a grid of characters with Scala
answered
Apr 23
scala
scala-search
scala-grid
scala-search-word-grid-characters
search-word-grid-characters
0
votes
24
views
How to search for a word in a grid of characters with Rust
answered
Apr 23
rust
rust-search
rust-grid
rust-search-word-grid-characters
search-word-grid-characters
0
votes
29
views
How to search for a word in a grid of characters with Go
answered
Apr 23
go
go-search
go-grid
go-search-word-grid-characters
search-word-grid-characters
0
votes
23
views
How to search for a word in a grid of characters with TypeScript
answered
Apr 23
typescript
typescript-search
typescript-grid
typescript-search-word-grid-characters
search-word-grid-characters
0
votes
24
views
How to search for a word in a grid of characters with JavaScript
answered
Apr 23
javascript
javascript-search
javascript-grid
javascript-search-word-grid-characters
search-word-grid-characters
0
votes
22
views
How to search for a word in a grid of characters with PHP
answered
Apr 23
php
php-search
php-grid
php-search-word-grid-characters
search-word-grid-characters
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
821
next »
...