Computers

238 Articles 1 Followers


Going to learn a little programming while there is nothing else to be doing.

17 Apr 2020 1 minute read 4 comments niallon11

While I have been doing lots of cleaning and fixing around the house there is only so much to occupy my time in terms of household work for the moment.(To be fair i did spend the first half of my day fixing the en-suite bathroom and the faulty sink i...

Simple Introduction to Computer Network and the Internet

23 Mar 2020 12 minute read 0 comments 0fajarpurnama0

0. Outline This topic would like to show you from afar what a computer network looks like. We won't show you deep inside because that's where things tends to get difficult, for example subnets, network traffic, protocols, etc. Simply we want to Intro...

I Switched Out LibertyOS On My Computer. Now I'm Switching to Ubuntu. Here's Why.

22 Mar 2020 5 minute read 6 comments SkinnerCrypto

Geez, after all that hard work it didn't take long to realize that while I am totally invested in the idea of a Brave-Like OS, I'm very much disenchanted at the moment. That makes me feel bad. Why? Well, it would seem that despite my extreme enthusia...

Can Machines Think? (A Poem A Day #7)

10 Mar 2020 1 minute read 0 comments AlmightyMelon

I’m sorry, Mr. Searle, but you are nothing more than a Chinese room. You simply cannot see all the books. Find the hexagonal library at the end of the garden of forking paths; see the Argentine at the door. When you arrive, plant a jot of dust and wa...

Hello World in C++

3 Mar 2020 1 minute read 0 comments TechCogs

C++ is truly a historic language.  Based heavily on C, most client applications, especially in embedded systems and commercial software, are still written in C++, and the language continues to evolve and add new features.  C++ compilers have become m...

Hello World in Java

28 Feb 2020 2 minute read 0 comments TechCogs

Java is a very common language these days.  It's largely used for servers and especially for Android applications, being the main language for Android. Java syntax is inspired by C++ but in Java, unlike in many other programming languages, everything...

Writing Hello World in Rust

26 Feb 2020 1 minute read 2 comments TechCogs

Rust is a newer programming language that's growing in popularity.  While it has some similarities to languages like C++ and Go it's very much its own thing with its own syntax.  Despite that, writing the classic Hello World program in Rust is fairly...

Top Useful Short cut codes for Computers

26 Feb 2020 1 minute read 0 comments UjjwalAditya

  The most usable shortcut keys of computer HELLO friends today  i come with a new topic.The  topic is  on computer 's shortcut keys. HOPE YOU LIKE IT......................    ·         Alt+F     ·         File menu options in current program.     · ...

Declaring Variables in Go

25 Feb 2020 1 minute read 0 comments TechCogs

Declaring variables is one of the most fundamental things in any programming language, and declaring variables in Go is a little different than in languages like C++ or Java.  In languages like C++ and Java you declare the variable type first followe...

Hello World Program in Go

25 Feb 2020 1 minute read 0 comments TechCogs

Go is an open source programming language created by Google.  It was originally created not only to be easier than C++, but also to compile much faster.  In addition a normal Go program bundles everything it needs into one executable file when compil...