root > Senior Software Engineer | Scala, AWS, Kubernetes, Microservices, Python, Go, PostgreSQL

Technical Blog: Functional Programming, Cloud Architecture & DevOps


  • Home

  • Categories

  • Archives

  • Tags

  • Search

ip dagitimi

Posted on 2015-04-18

IP DAĞITIMI.

Read more »

osi referans modeli

Posted on 2015-04-18

OSI REFERANS MODELİ.

Read more »

tcp ip uygulama katmanlari piramidi

Posted on 2015-04-18

TCP / IP uygulama katmanları piramidi.

Read more »

osi katmanlari kisa

Posted on 2015-04-18

OSI KATMANLARIkısa açıklama.hatırlama mahiyetinde.

Read more »

get ready before midterm

Posted on 2015-04-04

get ready before midterm

Read more »

Get the value from hex

Posted on 2015-04-04

Get the value from hex

Read more »

Casting char * to byte

Posted on 2015-04-04

Casting char * to byte

Read more »

fork() - how many process

Posted on 2015-03-07

fork() - how many process

if ((p1_pid = fork())== 0) {} 
printf("I am P1 and I am proud of it.");
} else { 
if ((p2_pid = fork()) == 0) 
{ 
	p3_pid == fork(); 
	printf("I am P3. I like it."); 
	p4_pid == fork(); 
	printf("I am P4. Get used to it."); 
} else 
	printf("I am the parent process, obey or die!"); 
}
Read more »

what is fork (), fork() komutunu anlamak

Posted on 2015-03-07

what is fork (), fork() komutunu anlamak

Read more »

++i and i++

Posted on 2015-03-07

++i and i++

Read more »
1 … 12 13 14 … 21
teaddict

teaddict

205 posts
37 categories
645 tags
RSS
GitHub
© 2025 teaddict