-

  • (102)
  • web- (38)
  • (22)
  • (14)
  • (13)
  • (11)
  • (3)
  • (3)

 - e-mail

 

 -

   community_coding

 -

 LiveInternet.ru:
: 29.12.2004
:
:
: 536

:

.


: (11), (13), (3), (22), (3), (102), web-(38)
(3)

, 23 2007 . 22:12 +
Inq (community_coding) ?
BASIC?

, !

, , , , .

.






web-


(15)

.

, 18 2007 . 20:38 +
_ (community_coding) ( ) . Windows, service pack 2. .

! / C++
( ) .

PS .




:  
(1)

wincrt

, 02 2007 . 08:26 +






web-


(6)

BlueTooth technology

, 06 2007 . 15:45 +
NemOFF (community_coding) , - " "? , , , .




:  
(20)

vs (php)

, 11 2006 . 23:14 +
Aeron_Dae (community_coding) , ...

, ... - , ...

---index.php---
code:

if (!$_REQUEST["x"])
{
require ('./dl.php');
}
else
{
require ('./'.$_REQUEST["x"].'.php');
}

blah();



.. , , , /?x=news , , , blah(), news.php news.php

---news.php( )---
code:

blah()
{
/* , */
}



, - global.php footer, header ( , ..) news.php ..

, news.php , blah() , ...
index.php...

, , index.php ( ) dl.php
news.php , , index.php?x=< >

, , ( )...

...

- N.phect & Diz:play - White Russian


web-

(2)

, 30 2005 . 14:58 +


(0)

. . . Turbo Pascal 7.0

, 04 2005 . 03:06 +
gurme (community_coding)
: , 2003 .
, 496 .
ISBN 966-7323-30-7
: 2000 .
: 70x100/16


, " ". Turbo Pascal 7.0. , Pascal . , , .
, . Pascal .

57



(6)

, 26 2005 . 13:27 +


(2)

, .

, 02 2005 . 16:28 +
davinchi (community_coding) . " Unix".

: , , , , : "IRQ_NUMBER_LESS_OR_EQUAL"? ( , 2 ).

: http://lib.ru/BACH/

: Linux 1.0: http://www.kernel.org/pub/linux/kernel/v1.0/linux-1.0.tar.bz2

- Pink floyd



(6)

, 14 2005 . 00:26 +
Djuffin (community_coding) 2000 " , ." .
, . , . : , .

? .
...


(4)

- JavaScript

, 28 2005 . 19:54 +
VictorT (community_coding) , 7- .
:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type=text/css>
#slides {
filter: blendTrans(duration=3.0);
}
</style>
<script language="JavaScript" type="text/javascript" src="slides.js">
var isIE;
if ((navigator.appName == "Microsoft Internet Explorer") && !((navigator.userAgent.toLowerCase().in-dexOf("opera")>-1) && (window.opera)))
isIE = "IE";
else
isIE = "no IE";
var img_array = new Array(3);
for (n=0;n<=2;n++) {
img_array[n] = new Image();
next=n+1;
img_array[n].src = "images/slides/"+next+".jpg";
}
var i = 1;
function doFilter() {
if (isIE == "IE")
slides.filters[0].Apply();
slides.src = img_array[i].src;
if (isIE == "IE")
slides.filters[0].Play();
i = i + 1;
if (i == 3) i = 0;
}
setInterval("doFilter()", 4000)
</script>
</head>
<body>
<img src="images/slides/1.jpg" width=129 height=192 name="slides" class="slides" id="slides">
</body>
</html>

: http://rimit.com.ua/ ( ).
, .
, ?
VictorT


web-

(4)

Coding Style ( )

, 24 2005 . 03:24 +
Djuffin (community_coding) .
( )
. ( .)
.
- , .

C++:
0 ?
code:

if (ptr == NULL)
if (ptr == 0)
if (ptr)
if (0 == ptr)
if (NULL == ptr)


.
if (ptr) - , ptr - .
if (0 == ptr), if (NULL == ptr) - , .
NULL, ptr , 0, .

. - .

, ,
.
Djuffin



(19)

.

, 25 2005 . 18:36 +

web-

(1)

php -

, 08 2005 . 06:51 +
QaSt (community_coding)

usage: ,
$timer='0'; timer_start($timer) ( ), timer_stop($timer) .
timer_stop($timer) echo $timer;
..
echo " ".timer_stop($timer)


QaSt

web-


 : [1]