|
[Aug. 25th, 2006|12:27 pm] |
How evil are you?
Ha ha ha! Tas bija nedaudz paarsteidzoshi... |
|
|
|
[Jul. 10th, 2006|05:42 pm] |
Nee nu par celju... Taatad divas lietas: 1) Andzhejs ir gjeniaals! 2)Esmu Inxa aciis paceelies no milziiga loceklja uz legjendaaru locekli!
Ak nu jaa, bija jautri gandriiz konstanti, otro speeles pusi gan vairaak taa kaa pateicoties Andzhejam... |
|
|
|
[Jul. 5th, 2006|10:52 am] |
A microwave oven works by passing microwave radiation, usually at a frequency of 2450 MHz (a wavelength of 12.24 cm), through the food. Water, fat, and sugar molecules in the food absorb energy from the microwave beam in a process called dielectric heating. Most molecules are electric dipoles, meaning that they have a positive charge at one end and a negative charge at the other, and therefore vibrate as they try to align themselves with the alternating electric field induced by the microwave beam. This molecular movement creates heat. Microwave heating is most efficient on liquid water, and much less so on fats, sugars, and frozen water.
cool nebiju iedomaajies tieshi kaapeec kaut kas uzsilst! |
|
|
|
[Jul. 4th, 2006|11:44 am] |
woohooooo es eju uz Andzhas izlaidumu! |
|
|
|
[Jun. 27th, 2006|04:27 pm] |
Nu tas pimpis noleema ar mani sarunaaties, tieshi kad biju uz tualeti aizgaajis, bet tagad atkal klusee! |
|
|
|
[Jun. 14th, 2006|02:54 pm] |
ek |
|
|
|
[Jun. 11th, 2006|09:38 am] |
Ir suudiigi! |
|
|
|
[Jun. 11th, 2006|02:32 am] |
Eu nu bljegj, neviena nav netaa un man ir garlaiciigi!!!
Kaapeec man patiik fizika!?
Fizika tachu mums piedaavaa tik daudz briineshkjiigas lietas! Kaa zvaigznes, melnos caurumus, aatomus, kvantus, eventu horizontu!
The "surface" of a black hole is the so-called event horizon, an imaginary surface surrounding the mass of the black hole. Stephen Hawking proved that the topology of the event horizon of a non-spinning black hole is a sphere. At the event horizon, the escape velocity is equal to the speed of light. Thus, anything inside the event horizon, including a photon,
is prevented from escaping across the event horizon by the extremely
strong gravitational field. Particles from outside this region can fall
in, cross the event horizon, and will never be able to leave.
p.s. Jaaatgaadina sev riit no riita ierakstiit, ka viss ir suudiigi.
|
|
|
|
[Jun. 11th, 2006|01:57 am] |
Eu man ir veelviena probleema, droshi vien no taa, ka veel aizvien neesmu aizmidzis uz galda, taatad es zinu kaads izskataas triviaalais matricu reizinaashanas algoritms, kas matricas sareizina ar n^3 laikaa, tikko atradu veel kaadu Strassen algorithm, kas speej to izdariit ~n^2.807 laikaa, bet man neizdodas atrast un apskatiit "Coppersmith–Winograd algorithm"(kaa to izraadaas sauc) kas ir aatraakais un speej matricas reizinaat ~n^2.376 laikaa.
p.s. Nu man to vienkaarshi neizdevaas izdariit wikipedia kur arii uzzinaaju sho nosaukumu, google man ir apnikusi. |
|
|
|
[Jun. 11th, 2006|01:50 am] |
heh nu labi, taatad mana pashreizeejaa probleema ir...
Kaa pie velna var panaakt, lai Crystal Report drukaatu ierakstus pa kolloninjaam!
nu shaadi:
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- = viens un tas pats lauks, tikkai cits ieraksts
p.s. Es te rakstu tikkai maastera Inxa deelj un ceru, ka vinjsh tad arii pieveersiisies manaam probleemaam. |
|
|
|
[Jun. 6th, 2006|02:45 pm] |
Nu tad taa, taa kaa mans daargais pazinja maasters Inx chinkst, ka man vajadzeetu puksteet cibaa, tad nu luuk, shis ir prieksh tevis Inx:
taatad ja nu kaadreiz sagribas no datu baazes pa taisno izlaadeet bildi un nopubliceet kaadaa web lapaa, tad nu veido fiktiivu lapu un aiziet.
int bannerId = Int32.Parse(Request.QueryString["id"]);
LogicLayer.Banner_FromDatabase banner = LogicLayer.Banner_FromDatabase.BannerGetById(bannerId); //getsbanner data from database
//converts stream to byte masive
MemoryStream stream = new MemoryStream(banner.ImageByte);
//converts byte masive to System.Drawing.Image System.Drawing.Image image2 = System.Drawing.Image.FromStream(stream);
int lenght = banner.ImageName.Length; int i = 0; while (i == 0) { if (banner.ImageName[--lenght].ToString() == ".") { banner.ImageName = banner.ImageName.Substring(lenght); break; } }
//sending image with right format throught stream if (banner.ImageName == ".image/pjpeg" || banner.ImageName == ".pjpeg") { Response.ContentType = "image/jpg"; image2.Save(Response.OutputStream, System.Drawing.Imaging.ImageFormat.Jpeg); }
if (banner.ImageName == ".image/gif" || banner.ImageName == ".gif") { Response.ContentType = "image/gif"; image2.Save(Response.OutputStream, System.Drawing.Imaging.ImageFormat.Gif); } image2.Dispose(); Response.End();
p.s. lol ceru, ka patika, gan jau sanjemshos veel ko ierakstiit |
|
|