JUnit - Basit bir örnek

18. Haziran 2008
http://www.ic.sunysb.edu/stu/yosong/cse219/junit.html import org.junit.*; public class ExampleTest {     /**      * methods annotated with @BeforeClass are      * called once before the test methods run      ... [Fazlası]

Testing, Java

Saniyede 1 katrilyon işlem yapabilen bilgisayar

13. Haziran 2008
IBM saniyede 1 katrilyon işlem yapabilen süper bilgisayar üretti. Süper bilgisayar Roadrunner’ın günlük işlem kapasitesi, 6 milyar insanın hesap makinesiyle 46 yıl boyunca durmaksızın ve saniyede 1 işlem yapmasına eşit. Haberin Devamı : http://www.ntvmsn... [Fazlası]

Genel

Basit bir portscan programı

7. Haziran 2008
portscan.zip (59,23 kb) using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Sockets; namespace BaseLib {      public class PortScan{         public static boo... [Fazlası]

C#