Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Recent
Hot!
Most votes
Most answers
Most views
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
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
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
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
sdl3
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
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
rust-matrix
Disclosure:
My content contains affiliate links.
Recent questions
41,461
questions
54,008
answers
573
users
Recent questions
6
answers
378
views
How to remove directory in PHP
asked
Dec 19, 2015
by
avibootz
php
2
answers
238
views
How to rewind the position of a file pointer (set file pointer to 0) in PHP
asked
Dec 19, 2015
by
avibootz
php
1
answer
233
views
How to write variables directly to a file with fprintf in C
asked
Dec 18, 2015
by
avibootz
c
5
answers
395
views
How to get information about a path in PHP
asked
Dec 18, 2015
by
avibootz
php
2
answers
244
views
How to parse an ini file in PHP
asked
Dec 17, 2015
by
avibootz
php
2
answers
212
views
How to check if a file is executable in PHP
asked
Dec 17, 2015
by
avibootz
php
1
answer
302
views
How to insert items in linear (single) linked list: insert at front, insert at end, insert in middle in C
asked
Dec 16, 2015
by
avibootz
c
2
answers
403
views
How to fetches all the headers sent by the server in response to a HTTP request in PHP
asked
Dec 16, 2015
by
avibootz
php
1
answer
202
views
How to check if a file exists in PHP
asked
Dec 16, 2015
by
avibootz
php
1
answer
190
views
How to check if filename is a directory in PHP
asked
Dec 16, 2015
by
avibootz
php
1
answer
170
views
How to print all filenames from a directory in PHP
asked
Dec 16, 2015
by
avibootz
php
2
answers
230
views
How to search and print all filenames matching a specified pattern in PHP
asked
Dec 16, 2015
by
avibootz
php
1
answer
184
views
How to write reverse number function using recursion in JavaScript
asked
Dec 15, 2015
by
avibootz
javascript
1
answer
218
views
How to get the math PI value in JavaScript
asked
Dec 15, 2015
by
avibootz
javascript
1
answer
218
views
How to convert a float number to int number in JavaScript
asked
Dec 15, 2015
by
avibootz
javascript
2
answers
348
views
How to calculate log10 (base-10 logarithm) in JavaScript
asked
Dec 15, 2015
by
avibootz
javascript
2
answers
247
views
How to write reverse number function using recursion in PHP
asked
Dec 15, 2015
by
avibootz
php
2
answers
254
views
How to get the current position of the file pointer in PHP
asked
Dec 15, 2015
by
avibootz
php
2
answers
290
views
How to input (read) formatted date from a string with sscanf() function in C
asked
Dec 14, 2015
by
avibootz
c
1
answer
240
views
How to read the last character of a text file in PHP
asked
Dec 14, 2015
by
avibootz
php
1
answer
189
views
How to move file pointer to the end of the file in PHP
asked
Dec 14, 2015
by
avibootz
php
1
answer
239
views
How to move file pointer back to the beginning of the file in PHP
asked
Dec 14, 2015
by
avibootz
php
1
answer
183
views
How to get the last time the a file was changed in PHP
asked
Dec 14, 2015
by
avibootz
php
5
answers
358
views
How to get the integer value of a variable (float) in PHP
asked
Dec 13, 2015
by
avibootz
php
3
answers
366
views
How to calculate log10 (base-10 logarithm) in PHP
asked
Dec 13, 2015
by
avibootz
php
1
answer
307
views
How to calculate log10 (base-10 logarithm) in C
asked
Dec 13, 2015
by
avibootz
c
1
answer
319
views
How to calculate exponent (base raised to the power of exp) (power function) in C
asked
Dec 13, 2015
by
avibootz
c
2
answers
377
views
How to calculate exponent (base raised to the power of exp) (power function) in PHP
asked
Dec 13, 2015
by
avibootz
php
2
answers
254
views
How to write a string to a text file in PHP
asked
Dec 12, 2015
by
avibootz
php
1
answer
202
views
How to write reverse a number with recursive function in C
asked
Dec 11, 2015
by
avibootz
c
1
answer
152
views
How to read x characters starting from character number n in PHP
asked
Dec 11, 2015
by
avibootz
php
2
answers
257
views
How to read the contents of text file into a string in PHP
asked
Dec 11, 2015
by
avibootz
php
3
answers
507
views
How to read HTML or PHP file line by line and strip HTML tags in PHP
asked
Dec 10, 2015
by
avibootz
php
2
answers
314
views
How to define and use union within a struct in C
asked
Dec 9, 2015
by
avibootz
c
3
answers
269
views
How to read csv file with PHP
asked
Dec 9, 2015
by
avibootz
php
2
answers
355
views
How to get the total space in bytes of a specified directory in PHP
asked
Dec 9, 2015
by
avibootz
php
2
answers
327
views
How to get the free space in bytes of a specified directory in PHP
asked
Dec 9, 2015
by
avibootz
php
1
answer
190
views
How to use typedef for char * in C
asked
Dec 8, 2015
by
avibootz
c
2
answers
279
views
How to get the directory name from a path with dirname() function in PHP
asked
Dec 8, 2015
by
avibootz
php
1
answer
216
views
How to copy a file to another location in PHP
asked
Dec 8, 2015
by
avibootz
php
1
answer
151
views
How to truncate a text file with PHP
asked
Dec 7, 2015
by
avibootz
php
5
answers
449
views
How to get the filename of a path (trailing name of path) in PHP
asked
Dec 6, 2015
by
avibootz
php
1
answer
173
views
How to use typedef for int in C
asked
Dec 6, 2015
by
avibootz
c
2
answers
271
views
How to get image size (width and height) with PHP
asked
Dec 6, 2015
by
avibootz
php
1
answer
231
views
How to build binary tree of words, count the words occurrences, print the words sorted (ABC...) and free the tree in C
asked
Dec 5, 2015
by
avibootz
c
1
answer
176
views
How to search text within txt file with PHP
asked
Dec 5, 2015
by
avibootz
php
1
answer
172
views
How to find and replace a word in text file with PHP
asked
Dec 5, 2015
by
avibootz
php
1
answer
201
views
How to count all occurrences of a word in a text file with PHP
asked
Dec 5, 2015
by
avibootz
php
3
answers
301
views
How to find all occurrences of a word in a text file and echo the whole line in PHP
asked
Dec 4, 2015
by
avibootz
php
1
answer
199
views
How to find a word in a text file and echo the whole line in PHP
asked
Dec 4, 2015
by
avibootz
php
Page:
« prev
1
...
799
800
801
802
803
804
805
806
807
808
809
...
830
next »
...