Posts Tagged ‘code’

SQL Query / Code To Change English Date To Arabic

September 2nd, 2015, posted in Oracle Queries
Share

SELECT

to_char(SYSDATE,’day dd month yyyy’, ‘nls_calendar=”Arabic Hijrah”’),
to_char(SYSDATE,’day dd month yyyy’, ‘nls_calendar=”English Hijrah”’),
to_char(SYSDATE,’day dd month yyyy’, ‘nls_calendar=”gregorian”’)

FROM DUAL;

SQL Query / Code To Change English Date To Arabic Date,Query To Change English Date To Arabic Date,Code,Change English Date To Arabic Date,  ,Oracle,MySQL,SQL,change english to arabic,Arabic date,english date,date converstaion,conversation,

Share

So Glad That Learn Morse Code

July 28th, 2014, posted in BoYs, COMiCS
Share

So Glad That Learn Morse Code,So Glad That Learn,Morse Code,code,morse,funny,boys,foreveralone,friends,

Share

Html Blinking Code

July 22nd, 2014, posted in PHP
Share
Html Blinking Code,Html Blinking, Code,Html, Blinking Code,Html code,php Blinking Code,php,php Blinking ,Code,Blinking Code text,html Blinking text,blinking,gif,



Here is a simple JavaScripted code to blink you text.
I found it online and sharing with you guys.
So, enjoy.



<head>
<script type=”text/javascript”>
<!–
spe=500;
na=document.all.tags(“blink”);
swi=1;
bringBackBlinky();
function bringBackBlinky() {
if (swi == 1) {
sho=”visible”;
swi=0;
}
else {
sho=”hidden”;
swi=1;
}
for(i=0;i<na.length;i++) {
na[i].style.visibility=sho;
}
setTimeout(“bringBackBlinky()”, spe);
}
–>Html Blinking Code,Html Blinking, Code,Html, Blinking Code,Html code,php Blinking Code,php,php Blinking ,Code,Blinking Code text,html Blinking text,blinking,gif,Blink Option Support to IE/Chrome/Mozilla Firefox ,Blink Option Support to IE,Chrome,Mozilla Firefox,Javascript,Javascript Html Blinking Code
</script>
</head>



<body>
<blink> BEST !! </blink>
</body>

Share

International Morse Code

September 27th, 2013, posted in TEChNoLoGY, UNiVERSE
Share

International Morse Code,International, Morse Code,International ,Morse, Code

International Morse Code,International, Morse Code,International ,Morse, Code

International Morse Code,International, Morse Code,International ,Morse, Code

International Morse Code,International, Morse Code,International ,Morse, Code

International Morse Code,International, Morse Code,International ,Morse, Code

International Morse Code,International, Morse Code,International ,Morse, Code

Share

Oracle : Oracle Error Code

December 4th, 2012, posted in Oracle
Share

This is the link which would really help you at the time of need. It will help you to find your oracle error code for you :

Link : http://psoug.org/oraerror.htm

Share