Learning C in 2020 – Absolute Beginner – Listing Network Adapters on Windows

Book: Hands-On Network Programming with C: Learn socket programming in C and write secure and optimized network code Overview reference This implementation is provided in the book introduced above. I am simply going line by line to further understand. Problem Goal List all network adapters on windows machine. Pseudo-code Get Network Adapters Print out basic […]

How I learn French by Writing 2020 : 16/03/2020 – 29/04/2020

Salut! C’est tout que je sais ( that is all I know ?) Reference L’exercice pour aujourd’hui est que je regarde la vidéo dans le site Web et je complète les phrases avec le bon mot. Je choisis la réponse dans le menu déroulant. Le Sommaire English French Synonyms Voice-Over Voix off to smoke Fumer […]

How I learn German by Writing 2020 : 16/03/2020 – 30/03/2020

Hallo Leute! Der Artikel für die kommende 2 Wochen ist hier! Auf geht’s! Reference Summary Seamingly several german companies are finding it difficult to discover suitable specialists, however germany has found a way to circumvent this problem thanks to her new foreign law. This new law came into effect on the 1st of March 2020 […]

Learning Korean by Writing 2020 : 16/03/2020 – 29/03/2020

안녕하세요! 다음 주까지 살펴볼 기사를 소개해드리겠습니다. 여기. 너무 재미있어 보이기 때문에 선택하게 됐습니다. 많이 기대하세요! Reference In the article, the writer discusses the popularity of the pork cutlet restaurant in Jeju called Yeondon. It is so highly acclaimed that right in front of the restaurant, customers wait in line for hours and even stay overnight […]

Learning Korean by Writing 2020 : 1/03/2020 – 15/03/2020

Reference Summary Coronavirus has put the entire world in a state of frenzy.  The fast spreading of the virus is majorly attributed to the response of its initial outbreak. However, the population density owing to technological advancements is said to play a vital role as well. 코로나바이러스 전 세계는 비상에 걸렸다.  그 바이러스의 빠른 옮기는 […]

Learning Java in 2020 – Beginner – Ridiculously Simple Python Client and a Java Server

Overview reference Problem Goal Make a python socket client send a “hello” message to a waiting java server. Voila! Pseudo-code Create a server socket that waits for incoming streams / connection from another address Send a “hello world” message to the server socket and have the server socket print it out after the connection has […]

Java and Python Project List

I thought it would be interesting to see how one could implement a program in java and python. Hopefully it would help me gain more insight in programming syntax and logic. Projects Python Java Simple Automated WordPress Project Setup Available Ports in a Machine ( Network Programming Basics) Simple RSS Feed GUI in Python Simple […]

Learning Java in 2020 – Beginner – Available Ports in a Machine ( Network Programming Basics)

Overview reference Problem Goal Try to find open ports on a computer by using its ip address.. Pseudo-code Get the ip address Get range of ports to be checked Make connections to ip address at each port within the given range If connection is established, write the port in the “openports.txt” file and close the […]

How I learn German by Writing 2020 : 1/03/2020 – 15/03/2020

Auf geht’s! What surprised me last week I was introduced to the story behind princess Bari, who had a very depressing upbringing. I also heard she was the source of inspiration for the very popular korean drama, Hotel del Luna. I was actually very surprised upon hearing that. Her job was mainly to guide the […]