-

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

 - e-mail

 

 -

   community_coding

 -

 LiveInternet.ru:
: 29.12.2004
:
:
: 536

:

.


: (11), (13), (3), (22), (14), (3), web-(38)
(0)

, 11 2006 . 07:58 +
crazy-ivan (community_coding) , , , , , . , .


(4)

Explorer?

, 30 2006 . 04:34 +
_ (community_coding) , , .
MySQL, () . , Explorer , , . ?
.
, Explorer . , , ..
?
, .


(11)

""

, 14 2006 . 00:25 +
_ (community_coding) - x, y n. n- (x^y) . : x=7, y=11, n=5, 2 (7^11=1977326743). ( x^y % 10^n), , o(lg y), x n . - ?

: - , . - - . , , , .

, x , x^2, x^3 . . n . . , , ( d) y%(d-s), s . n- x^(y%(d-s)), .

: x=2, y=345, n=2

--> 2
2^1 ----> 02
2^2 ----> 04
2^3 ----> 08
2^4 ----> 16
2^5 ----> 32
2^6 ----> 64
2^7 ----> 28
2^8 ----> 56
2^9 ----> 12
2^10 ---> 24
2^11 ---> 48
2^12 ---> 96
2^13 ---> 92
2^14 ---> 84
2^15 ---> 68
2^16 ---> 36
2^17 ---> 72
2^18 ---> 44
2^19 ---> 88
2^20 ---> 76
2^21 ---> 52
2^22 ---> 04 2^2 - ! .
2^23 ---> 08
2^24 ---> 16 , , .

345 % (22-2) = 5. 2^5 32, - 3.

(10^n) n n+1 ( ). y , O(1) =) (, x n ). , x n . x^y, n- .


(8)

Visual Basic

, 28 2005 . 10:42 +
humanyurik (community_coding) ! - Visual Basic?


(4)

!

, 19 2005 . 07:31 +


(3)

, 07 2005 . 03:37 +


(1)

, 11 2005 . 02:19 +
Satanica (community_coding) .. ..... ...... A memory allocator A . , , C malloc() free(). : 1. ( malloc) 2. ( free ) 3. .


(0)

Pagemaker tagged text format

, 28 2005 . 13:34 +


(4)

- wxWidgets?

, 22 2005 . 16:10 +
Dimonuch (community_coding) .
wxWidgets ( wxWindows). ( ). , .
ALL' . , , "" .
: , , \ ..


, 17 2005 . 01:40 +
 (community_coding) !
?
. , cookies:

session_start();
echo 'Welcome to page #1';
$_SESSION['favcolor'] = 'green';
$_SESSION['animal'] = 'cat';
$_SESSION['time'] = time();

, , :
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at z:\home\stellium\www\membership_forms\savemembershipformdata.php:8) in z:\home\stellium\www\membership_forms\savemembershipformdata.php on line 192

192 session_start();
? ?
.


(8)

, 25 2005 . 04:26 +
_ (community_coding) !
, . :


list box:


Submit, :

\n";
for($i=0; $i<$n; $i++)
echo "Item $i=".$listvals[$i]."
\n";

?>

, . combo, .

. - , , , ?
, .


(3)

Encoding

, 29 2005 . 04:28 +
_ (community_coding) ,
, , . , ?
- MySQL. , , [people], , .., . Collation, utf8_unicode_ci. HTML , , :

!!! , "" "First _name" ( ) &1051,&1023.....
, !
, .


(11)

, 26 2005 . 15:26 +
_ (community_coding) , - , Visual Basic? . ;)


(5)

. , -,

, 26 2005 . 21:02 +
_ (community_coding) .
, -, , , , . , . combo-box., - , - . , , , ? ++ . . , OnSelChange . , , . , , ( Submit) . .
, , :)
.


(6)

PHP-GTK

, 04 2005 . 21:15 +


(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-

(0)

apache + mod_put

, 23 2005 . 14:35 +
mc2 (community_coding) Hi All!
subj?
, .
, ...
?
mc2


(9)

php... ,

, 18 2005 . 16:01 +
QaSt (community_coding) php...
, () :







PHP:

$post
=mysql_result(mysql_query("select post from `post` where id=1")
font>





: <pre> </pre>, - .....
: \n
, ...
- , :)
?
QaSt

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



(10)

(mysql)

, 22 2005 . 09:18 +
QaSt (community_coding) id|name|text|
. id select MAX(id) + 1
, id=10
id>10, id<10 id=10 . : id=10? .. %)

- soad
QaSt

: php



 : 6 5 4 3 [2] 1