| bio | website | shiplu.mokadd.im |
|---|---|---|
| location | Dhaka, Bangladesh | |
| age | 31 | |
| visits | member for | 2 years, 11 months |
| seen | yesterday | |
| stats | profile views | 3,268 |
Me, a learner, explorer.
Some of my answers.
- Best way to find differences between two large arrays in PHP
- Detect if cookies are enabled in PHP
- Can I open socket in PHP from a specific IP (if the machine has two IPs)?
- Performance of copying a file with fread/fwrite to USB
- How to extract relative URL from argument values from request string?
- Capture image with imagegrabscreen and Wamp
- Would this be enough to deter a robot?
- What is the PHP exec() return value?
- If domain A has an iframe of domain B, which has an iframe of domain A, can domain A access the cookies of domain B?
- PHP: check if a site is down
- How to reroute STDOUT, STDERR back to /dev/tty
- Can you use SELECT JOIN for questions and its tags?
- Splitting huge sql dump file in smallest chunks possible
|
Jan 22 |
comment |
How should one proceed to prove (or find) if two regular expressions are same or equivalent? Why there are spaces in the expression? |
|
Jan 22 |
comment |
Error at initialising array variables Oh look how fast he answered! |
|
Jan 22 |
comment |
Should Turbo C++ still be used for learning purposes? +1, I always say this. Language is just a tool. |
|
Jan 22 |
revised |
MySQL search from an array deleted 13 characters in body |
|
Jan 22 |
answered | MySQL search from an array |
|
Jan 22 |
comment |
error: expected ')' before 'n' Could you post your def.h and Makefile |
|
Jan 22 |
comment |
Should Turbo C++ still be used for learning purposes? Read stackoverflow.com/questions/1961828/why-not-turbo-c first. |
|
Jan 22 |
comment |
How to save text from console to a string in C (Windows platform) Ah. Was gonna answer the same thing. |
|
Jan 22 |
revised |
How to save text from console to a string in C (Windows platform) edited tags |
|
Jan 22 |
comment |
Segmentation fault with Ruby 1.8.7 Segmentation fault in a scripting language is bug. File a bug. |
|
Jan 22 |
comment |
Combine output of two command in unix system @JaypalSingh why not you put this as an answer? |
|
Jan 21 |
revised |
Combine output of two command in unix system added 315 characters in body |
|
Jan 21 |
answered | Combine output of two command in unix system |
|
Jan 21 |
comment |
LOAD DATA INFILE equivalent in Oracle It might be SQL*Loader. |
|
Jan 21 |
comment |
how to monitor bytes in/out network trafic in c (linux) @Zan, I have asked the question after reading ifconfig.c. But I didn't find any lib for net-tools so that I can link it. The only thing I found is lib/interface.h where stuct interface is defined. I need a way to use it. |
|
Jan 21 |
revised |
Performance of copying a file with fread/fwrite to USB edited title |
|
Jan 20 |
comment |
how to monitor bytes in/out network trafic in c (linux) Do you know how can I get this via a C code file. I dont want to invoke system() or parse output from netstat -s? any idea? |
|
Jan 20 |
comment |
[: : bad number on the bash script @Cyclone then you could always trim it. before or inside the condition. |
|
Jan 20 |
revised |
[: : bad number on the bash script added 18 characters in body |
|
Jan 20 |
revised |
PHP Timer wait 30 seconds then run a command Not related to PHP |