actionscript 3 barcode generator

http://code.google.com/p/actionscript-barcode-generator/

jQuery barcode plug-in'ini actionscript 3'e port ettim. Tam kullanıma hazır olmasada şu anda işimizi görecek kadar çalışıyor :)

http://barcode-coder.com adresinden diger diller için geliştirilmiş versiyonlarına göz atabilirsiniz.

tataaaa... DiRT 3

Codemasters'tan Formula 1 oyunu çıkmadan dumanı üstünde bir haber daha: DIRT 3

EGO Engine'i kullanacak olan Dirt 3 2011'de raflardaki yerini alacak...

İlk trailer:

Passmark güncel GPU sıralaması



Kaynak : http://www.videocardbenchmark.net/high_end_gpus.html

Test Drive Unlimited 2



Test Drive Unlimited 2 screenshot'lardaki gibi görünüp gelirse çok güzel olacak...

Assassin Creed 2 icin Skidrow'un release NFO icerigi


Olayın legalitesi bir tarafa... Skidrow grubunun bahsetmiş olduğu iki nokta gerçekten çok güzel...

Assassin Creed 2 icin Skidrow'un release NFO icerigi :

*******************************************************
While we worked on this release, we noticed that several news
webpages, forums, blogs etc. posted information, including a
screenshot of a Ubisoft server attack message, which showed
our group name.

First of all, that picture is a fake, nor would any member of
Skid Row cause such riot, as we're only here to compete with
our game release competitors, nothing else.

Neither do we encourage anyone to take such actions, no matter
how much we agree, that DRM's like this one, are only hurting those that do want to buy the game or have bought it.

Another point is those news medias, we mentioned before, post
anything these days, no matter if it's a joke or not. Beware
what you're posting, just because you want to prank someone.

This release is an accomplishment of weeks of investigating,
experimenting, testing and lots of hard work.

We know that there is a server emulator out in the open, which
makes the game playable, but when you look at our cracked
content, you will know that it can't be compared to that.

Our work does not construct any program deviation or any kind
of host file paradox solutions. Install game and copy the
cracked content, it's that simple.

Since we don't want to see cheap imitations, we protected our
work with a solid shield. Not because we want to deceive the
majority, like certain people out there, but because we have
in the past been an open book of knowledge for our competitors.Û Û

Real cracking is done by The Leading Force!


Special Notes:

Thank you Ubisoft, this was quiete a challenge for us, but nothing stops the leading force from doing what we do. Next
time focus on the game and not on the DRM. It was probably
horrible for all legit users. We just make their lifes easier.

Special greetz to our friends in GENESIS, you guys are amongst
the very few who still manage to do this with the scene spirit
intact. Well done guys!

Support the companies, which software you actually enjoy!
*******************************************************

Artık Türkçe: ActionScript 3.0 Dil ve Bileşenler Başvurusu



Artık Türkçe: ActionScript 3.0 Dil ve Bileşenler Başvurusu

http://help.adobe.com/tr_TR/AS3LCR/Flash_10.0/index.html

Actionscript 3 ve performans

Number, int ve uint arasındaki performans farkı, garip ama gerçek:

var time:Number;

time = getTimer();
var f:Number = 0;
for(var i:Number=0; i<100000000; i++){
f++;
}
trace("num speed: " + (getTimer()-time) + " ms");



time = getTimer();
var t:int = 0;
for(var ii:int=0; ii<100000000; ii++){
t++;
}
trace("int speed: " + (getTimer()-time) + " ms");



time = getTimer();
var fi:uint = 0;
for(var iii:uint=0; iii<100000000; iii++){
fi++;
}
trace("uint speed: " + (getTimer()-time) + " ms");


ortalama sonuçlar ise şu şekilde:

number speed : 644 ms
int speed : 469 ms
uint speed : 546 ms


Sonuç olarak Number sınıfı yerine int sınıfının kullanılması yerine göre %20'ye yakın performans artışı sağlayabiliyor. Özellikle yüklü iteration gerektiren işlemlerde kullanacaksanız şiddetle tavsiye ederim.

BetweenAS3: Yeni performans canavarı tweener

Yeni bir Tweener keşfettim. Spark Project - ActionScript Class Library'e ait BetweenAS3 isimli tweener sınıfı inanılmaz hızlı çalışıyor.

Testler izlendiğinde, hız açısından ilk anda "oha" dedirtecek cinsten performanslı bir tweener diyebilirim. Kullanımı TweenLite'e göre kolaylık açısından biraz daha fazla karakter kullanmaya zorlasa da, çok parçacıklı işlerde kullanılabilirliliği gerçekten tatmin edici düzeyde.

Teste buradan gidelim ve görelim...
Anasayfası ise burada: http://www.libspark.org/wiki/BetweenAS3/en
Spark Project ise burada : http://www.libspark.org/

Site çince, ingilizce çevrimi tam yapılmamış. Eğer zorlanırsanız http://translate.google.com yardımcınız olsun...

Superstars® V8 Racing ... almayalım, kalsın...


Yeni bir oyun diyerekten demosunu çektim ve çekmez olaydım diyebilirim. Oyunun sesi benim makinamdan dolayımıdır bilmiyorum ama F-E-L-A-K-E-T idi. Grafikler günümüz standartlarında tamam. Oynanabilirlik ise bir simülasyon-sever için benden uzak tanrıya yakın olsun mantığında. Arcade de değil. Ortada arada derede kalmış. Pek tavsiye etmiyorum.

Bandwidth'im geniş, gene de deneyebilirim derseniz buyrun 393 mb.lık demo:
Superstars® V8 Racing

Resmi Formula 1® oyunu Codemasters'tan


Oyun, ilk etapta, yani 2009 içerisinde Wii ve PSP için çıkacak. PC, Playstation 3 ve XBox 360 için 2010 yılında çıkması planlanıyor.

İlgili habere buradan ulaşabilirsiniz.
top