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#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged c#
40,026
questions
51,982
answers
573
users
Recent questions tagged c#
1
answer
111
views
How to convert double to percentage string in C#
asked
Oct 30, 2022
by
avibootz
c#
1
answer
104
views
How to extract the year from datetime into a string with C#
asked
Oct 30, 2022
by
avibootz
c#
1
answer
94
views
How to get substring after a string in C#
asked
Oct 30, 2022
by
avibootz
c#
1
answer
88
views
How to get substring before a string in C#
asked
Oct 30, 2022
by
avibootz
c#
1
answer
97
views
How to convert percentage string to double in C#
asked
Oct 30, 2022
by
avibootz
c#
1
answer
67
views
How to sum the proper divisors of a number in C#
asked
Oct 27, 2022
by
avibootz
c#
#-proper-divisors
1
answer
97
views
How to remove characters between two indexes from StringBuilder in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
110
views
How to insert a string at specific index into StringBuilder in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
113
views
How to replace all instances of substring in StringBuilder with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
83
views
How to declare and initialize StringBuilder in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
120
views
How to use append formatted date to StringBuilder in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
75
views
How to declare StringBuilder in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
79
views
How to find all words starts with @@ and ends with @@ in a string with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
106
views
How to split a string and remove empty elements from result in C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
114
views
How to match words that start with M and ends with e in a string with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
96
views
How to match words that start with S in a string with C#
asked
Oct 27, 2022
by
avibootz
c#
1
answer
66
views
How to split string by word in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
135
views
How to split string words by punctuation in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
130
views
How to split string on backslash or forward slash in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
98
views
How to split string on forward slash in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
105
views
How to split string on backslash in C#
asked
Oct 26, 2022
by
avibootz
c#
1
answer
88
views
How to count the maximum consecutive set of numbers in an array with C#
asked
Oct 22, 2022
by
avibootz
c#
1
answer
167
views
How to add two stdin input numbers in C#
asked
Oct 20, 2022
by
avibootz
c#
1
answer
128
views
How to add two stdin input numbers using Linq in C#
asked
Oct 18, 2022
by
avibootz
c#
3
answers
160
views
How to check if year is leap year in C#
asked
Oct 16, 2022
by
avibootz
c#
1
answer
104
views
How to get all possible combinations from a list of numbers in C#
asked
Oct 15, 2022
by
avibootz
c#
1
answer
94
views
How to get all possible combinations from an array of numbers in C#
asked
Oct 15, 2022
by
avibootz
c#
1
answer
116
views
How to find all possible combinations of numbers from a list that equal to N in C#
asked
Oct 15, 2022
by
avibootz
c#
1
answer
154
views
How to find all pairs in an array that equal to a given sum in C#
asked
Oct 10, 2022
by
avibootz
c#
1
answer
118
views
How to split a string into fixed length chunks in C#
asked
Oct 6, 2022
by
avibootz
c#
1
answer
114
views
How to divide a string into N equal parts with C#
asked
Oct 4, 2022
by
avibootz
c#
1
answer
115
views
How to print a string in N equal parts with C#
asked
Oct 4, 2022
by
avibootz
c#
1
answer
95
views
How to subtract two matrices (matrix) in C#
asked
Oct 3, 2022
by
avibootz
c#
1
answer
114
views
How to replace every element in array by multiplication of next and previous elements with C#
asked
Oct 2, 2022
by
avibootz
c#
1
answer
83
views
How to initialize a set with int array in C#
asked
Oct 1, 2022
by
avibootz
c#
1
answer
82
views
How to initialize a set with a list in C#
asked
Oct 1, 2022
by
avibootz
c#
3
answers
141
views
How to match a substring in a string ignoring case in C#
asked
Sep 30, 2022
by
avibootz
c#
1
answer
123
views
How to case insensitive remove specific character from a string in C#
asked
Sep 30, 2022
by
avibootz
c#
3
answers
123
views
How to remove specific character from a string in C#
asked
Sep 30, 2022
by
avibootz
c#
1
answer
103
views
How to make two strings anagram by removing characters in C#
asked
Sep 30, 2022
by
avibootz
c#
1
answer
114
views
How to print the characters need to be removed so that two strings become anagram in C#
asked
Sep 29, 2022
by
avibootz
c#
1
answer
125
views
How to count the characters need to be removed so that two strings become anagram in C#
asked
Sep 28, 2022
by
avibootz
c#
1
answer
129
views
How to find the subarray whose sum is equal to a given number N in C#
asked
Sep 26, 2022
by
avibootz
c#
1
answer
113
views
How to find the row with maximum number of 1’s in sorted rows binary digits matrix with C#
asked
Sep 25, 2022
by
avibootz
c#
1
answer
109
views
How to convert char array into a single int in C#
asked
Sep 23, 2022
by
avibootz
c#
1
answer
134
views
How to find all common elements in given three sorted arrays with C#
asked
Sep 21, 2022
by
avibootz
c#
1
answer
110
views
How to find all pythagorean triples (a^2 + b^2 = c^2) from an array in C#
asked
Sep 21, 2022
by
avibootz
c#
1
answer
130
views
How to find two numbers from an array that are just smaller and just greater than N in C#
asked
Sep 19, 2022
by
avibootz
c#
1
answer
133
views
How to print the number of substrings with exactly k distinct characters in C#
asked
Sep 17, 2022
by
avibootz
c#
1
answer
148
views
How to count the number of substrings with exactly k distinct characters in C#
asked
Sep 17, 2022
by
avibootz
c#
Page:
« prev
1
...
22
23
24
25
26
27
28
29
30
31
32
...
77
next »
...