The Laws of Computing
First law – The Computer is always right.
Lemma one – Programmers are occasionally right.
Second law – The amount of time needed to debug a program is
[...]
First law – The Computer is always right.
Lemma one – Programmers are occasionally right.
Second law – The amount of time needed to debug a program is
[...]
HTTP CODES 100-101
100
Continue
Tells the client that the first part of the request has been received and that it should continue with the rest of the request or ignore if the request has been fulfilled.
101
Switching Protocols
Tells the client that the server will switch protocols to that specified in the Upgrade message header field during the current [...]
I usually code with Zend Studio 5.5, but since has been released the 6′th version (and now the 7′th Beta), I must use the 6′th version. Honestly, I don’t like this version. For me, ZS 5.5 is the best, but I have to work with this too.
Ok, now let’s get to the point. I have [...]
SHOW CHARACTER SET [like_or_where]
SHOW COLLATION [like_or_where]
SHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [like_or_where]
SHOW CREATE DATABASE db_name
SHOW CREATE FUNCTION func_name
SHOW CREATE PROCEDURE proc_name
SHOW CREATE TABLE tbl_name
SHOW DATABASES [like_or_where]
SHOW ENGINE engine_name {LOGS | STATUS }
SHOW [STORAGE] ENGINES
SHOW ERRORS [LIMIT [offset,] row_count]
SHOW FUNCTION CODE func_name
SHOW FUNCTION STATUS [like_or_where]
SHOW GRANTS FOR user
SHOW INDEX FROM tbl_name [FROM db_name]
SHOW INNODB STATUS
SHOW [...]
Have you ever asked yourself how to open and read a .dat file from yahoo archive folder ?
well here is the answer. :
Super Yahoo Messenger Archive Decoder (14086-1)
You may download it from here
As you will see it cost 19 dollars, but trust me, it worths all the money.
It may save all conversations as html files [...]