-

  • (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)
(1)

Borland C++ Builder

, 15 2009 . 14:10 +
-Driada- (community_coding)

, , RGB

:
1.
2. R G
3. col=0.3*R+0.55*G+0.15*B



(2)

PHP, MySQL.. ...

, 03 2008 . 01:39 +
Real_Rp (community_coding) .

- - .... MySQL


$hostname = "localhost";
$username = "prefix_username";
$password = "password";
$userstable = "name_of_table';

MYSQL_CONNECT($hostname,$username,$password) OR DIE(" ");
mysql_select_db("prefix_DBname") or die(" ");


$query = "INSERT INTO $userstable VALUES('','$header','$text', '$author', '$date')";

$result = MYSQL_QUERY($query);


- " "... , - phpMyAdmin'a...

- , ?)

, , , ...

web-

(0)

Perl

, 01 2008 . 16:11 +
Same_Clone (community_coding) .
(ActivePerl-5.6.1.638-MSWin32-x86)
DBI .

code:

PPM> install DBI
Install package 'DBI?' (y/N): y
Installing package 'DBI'...
Error installing package 'DBI': Could not locate a PPD file for package DBI


. ? ?


:  
(0)

JavaScript 35 000 ./.

, 30 2008 . 15:48 +
_ (community_coding) " "

: , -
: 21 30
: 2
:
:

:
(Portlets, Window, ListBox ..).
.
JS API .

:
JS
JS : , AJAX
ExtJS
-
:
, ,
, Yahoo Widgets API, Nokia Widsets API, FaceBook API, OpenSocial API.

:



=)

: liza.mentos[at]gmail.com



(4)

, 17 2008 . 01:51 +
WolfsBlood (community_coding) , ++ ?
, - "List<_GNod<_int>_>"?


(9)

, !

, 15 2008 . 16:55 +


(2)

c++ builder 6

, 13 2008 . 15:54 +
 (community_coding) - ?
ado , masterfields, fkLookup. datacontrols. , ( , ). ( ) , - stack overflow.
? ,


!

, 12 2008 . 02:15 +
 (community_coding) , , ! ? !
.. , - !)


(0)

md5 Delphi .NET Compact Framework

, 12 2008 . 19:26 +
Saint_Glook (community_coding) , - , md5- - Delphi .Net CF?
(, )


(4)

, 24 2008 . 17:55 +
Helmsman_of_ship_Da (community_coding) Borland C++ Builder

? . - , , form->show();

, ???


(11)

, 21 2008 . 18:24 +
 (community_coding) , , , , ( ) ? .

.
, , .
, .

.
?

.
 (516x286, 37Kb)


:  
(3)

, 23 2007 . 12:34 +
Sa_Bo_Nim (community_coding) . Javascript. , .
1) td style background png ( css - !)
2) , background filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/21.png', sizingMethod='scale'); .
html css
png IE6. , - .
, :
  gothic.painfree.ru, . - , - png , - jpg.
- :
style="background: url(/images/21.png) no-repeat;" - , IE6 .
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/22.png', sizingMethod='scale'); - - IE, .
IE6 , .
CSS .
Html.
, !!!


:  
(3)

, 20 2007 . 16:00 +
Mike_Nerevarin (community_coding)  (102x39, 1Kb)
: ( wordpress) , . css: div.maindate {float: right;} , , , . - ?

web-

(3)

GCC Windows

, 17 2007 . 11:00 +
liq (community_coding) - / 4 GCC windows. MinGW 3. gcj.



:  
(4)

1CH

, 09 2007 . 00:17 +
WolfsBlood (community_coding) , 1CH , A 09h 21h - ? A 18 ?


(2)

, 04 2007 . 15:20 +
 (community_coding) Word. . , . . - .
.FormFields .
:
.FormFields[1] {(1)}:


.FormFields["Pole2"] {(1)}: (Pole2)

.FormFields.Pole2 {(1)}: (Pole2)


(6)

char

, 25 2007 . 20:32 +


(7)

, 24 2007 . 00:31 +
Dim_K (community_coding) - . , . ? ( ie ). ( ) ?

perl, javascripta

web-

:  
(3)

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

, !

, , , , .

.






web-


(0)

, 31 2007 . 15:19 +
mesca1ito (community_coding) , , , (, .. ) . ( "\" ), .



#! /usr/bin/perl -w

@dir=<*>;

foreach (@dir){

$_ = ~s/\W/\$&/g

}

...
.



 : [6] 5 4 3 2 1