Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


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...

Build your own Silent Crypto Miner | knowledge 1on1

26 Feb 2020 4 minute read 1 comment Bartl0miej

Create your own silent, virus free bitcoin miner to spread around and make some cash. This tutorial will teach you to do so using almost no skills in computing. Confused We will use regular freeware tools to do so. All software is property of their a...

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...

AppleScript to automate Happy Birthday posts!

24 Feb 2020 1 minute read 0 comments DustinSmith

I have 517 friends on facebook, and while its easy to keep track of the birthdates of the people closest to me its just not feasible to find the time to tell everyone on my friends list happy birthday. This morning I wrote this short script that lea...

Hello World in the D Programming Language

22 Feb 2020 1 minute read 2 comments TechCogs

Whenever someone starts learning a programming language it's become customary for their first program to be a Hello World program, a program that simply prints the phrase, "Hello, World!" to the terminal or console. Today we'll take a look at the sta...

The difference between programming and coding

22 Feb 2020 4 minute read 0 comments Mumriken

As a teacher in the later programming courses of our university programs, I often get a bit worried about what the students perceive that they are doing. Often they do not know how to apply very basic general design patterns even after several course...

Playing in the MUD

21 Feb 2020 1 minute read 0 comments TechCogs

There’s a special place in computer history for MUDs (Multi-User Dungeons). In the history of games MUDs were the first multiplayer online game, originally being playable across local area networks at colleges, then eventually, after it was invented,...

Java: The Anything Language

20 Feb 2020 1 minute read 0 comments TechCogs

When Java was first released in its current incarnation, when it became known as Java, its tagline was, “Write once, run anywhere”. What they didn’t tell you were you hoops you had to jump through to distribute the software, especially if the people...

More variety of content on Publish0x... An intro to The Linux Monitor

19 Feb 2020 2 minute read 4 comments ProngsDark

Publish0x as a true publishing platform I have been monitoring the Publish0x platform for almost a month now and I have to admit that I am impressed in a very positive way. The idea behind it is a stroke of genius and I have high hopes for this platf...