, 07  2007 . 04:26 
                 
  +  
	 	
        
	        
T100-ZaRaZa (
community_coding)   
		    
	         ...
 -      VBA embed-?
   - Worksheet  Word .
 
Dim inShape As InlineShape
Dim inObj As Object
   
Set inShape = Selection.InlineShapes.AddOLEObject(ClassType:="Excel.Sheet.8", FileName:= _
"", LinkToFile:=False, DisplayAsIcon:=False)
 
inShape.OLEFormat.Activate
Set inObj = inShape.OLEFormat.Object
 
 
 
    -    inObj.  Worksheet,  inObj.Cells(1, 1) = 1   (
	        
	        
	        
         
        
 
	
		
		
	  
        
        
			, 26  2007 . 19:38 
                 
  +  
	 	
        
        
 
	
		
		
	  
        
        
			, 21  2007 . 17:48 
                 
  +  
	 	
        
        
 
	
		
		
	  
        
        
			, 16  2007 . 07:49 
                 
  +  
	 	
        
	        
Dail (
community_coding)   
		    
	           wiki-     
wiki        .   
www.sourceforge.net   MediaWiki 1.9 ,     .
       
MySQL.     #1238.   ,   openssl.   ,       InnoDB  . 
    .   .    ,     wiki  ,      
LocalSettings.php     .  
    .    (!)   
LocalSettings.php,    ,     headers    .      
LocalSettings.php  -   
config,    .    
LocalSettings.php,            (    
config/LocalSettings.php),     . 
     ,   .. ..       !
	        
	        
	        
         
        
 
	
		
		
	  
        
        
			, 20  2006 . 11:33 
                 
  +  
	 	
        
        
 
	
		
		
	  
        
        
			, 10  2006 . 15:23 
                 
  +  
	 	
        
	        
-Driada- (
community_coding)   
		    
	           .   .             .   .    ,  -                      ,             int   ,     . 
      : 
if(OpenDialog1->Execute()){ 
ifstream fin(OpenDialog1->FileName.c_str()); 
kol_kord=0; 
while(!fin.eof()){ 
fin>>m; 
x[kol_kord]=m; 
fin>>m; 
y[kol_kord]=m; 
kol_kord++; 
}N=kol_kord; 
} } 
Borland C++ Builder 6 
  
	        
	        
	        
         
        
 
	
		
		
	  
        
        
			, 02  2006 . 05:48 
                 
  +  
	 	
        
	        
Svetulka-VNT (
community_coding)   
		    
	        ,      , ... , ? ,    ,    ,   -  .  , ,   -     ,    . 
    .   ,    ,     ,   .               ,   ,     - .       .       ,      ,  .     ,          .   - . 
,   ,  .        )   ,     ,    Temp      Reg Organizer.      .
      ?   3 )
	        
	        
	        
         
        
 
	
		
		
	  
        
        
			, 18  2006 . 07:25 
                 
  +  
	 	
        
	        
av3nger (
community_coding)   
		    
	          php.   .      .       .   ,      . ..  ,   .       X  Y. (X  Y   ).
     :
PHP:
$thumbsize = 150;
$imginfo = getimagesize($imgfile);
$width = $imginfo[0];
$height = $imginfo[1];
$imgratio = $width / $thumbsize;
$imgratio = max($imgratio, 1.0);
$newwidth = (int)($width / $imgratio);
$newheight = (int)($height / $imgratio);
$thumb = ImageCreateTrueColor($newwidth,$newheight);
$source = imagecreatefromjpeg($imgfile);
imagecopyresampled($thumb, $source, 0, 0, 0, 0, $newwidth, (int)$newheight, $width, $height);
imagejpeg($thumb,"../images/gallery/main/main_".$filename,100);
font>
 
     . ..  ,      "  "    (    ).
 -  - ?