Programming

611 Articles 12 Followers


Artificial Intelligence: Part 1: Where we are headed #AI #Python

20 Aug 2022 4 minute read 0 comments Rutkowski

Preface Welcome to the new Series on A.I Part I of an unknown amount. The concept behind this series is to open everyone's eyes to the changing/evolving world that we are living in today. The times are completely different than when we were children,...

Using the “print” and “say” functions in Perl

1 Aug 2022 1 minute read 0 comments lingy

First of all, I warn you that this text will be much shorter than the previous one, but in the next one it will be After seeing the previous article on how the print function works, you must have thought that there is no way to simplify it any furth...

Some free alternatives to RPG Maker

25 Jul 2022 7 minute read 0 comments lingy

One of the most successful development tools with children is RPG Maker. Affordable (no more than the price of a snack), being so simple that a child can use it, and providing features powerful enough to create a complete commercial game from scratc...

"Hello World" in Perl

5 Jul 2022 2 minute read 2 comments lingy

As, in all programming languages, time to make a “Hello World” to consolidate our knowledge in the Perl language. Installing Perl First, we will need to install the Perl language. If you're using Linux or Mac OS X, don't worry, the Perl interpreter...

Back to work

22 Jun 2022 2 minute read 0 comments dotMatrix

General life and learning update After an absolutely amazing 12 weeks off to celebrate the birth of my second child, my bosses (and bank account) have pulled me back into work. For those wondering, I'm in the UK and I took a combination of leave as f...

Why hasn't the Ruby language taken over the market?

19 Jun 2022 2 minute read 0 comments lingy

Ruby: one of my favorite programming languages, and one of the most beautiful languages I've ever used. With a flexible and simple syntax, the Japanese language has numerous fans around the world and a very active community. However, despite its attr...

“Hello World” in C explained

14 Jun 2022 1 minute read 0 comments lingy

Commonly, the first program written in a programming language is a “Hello World”, or “Hello World. Time to learn to use some C language to program. Start by opening your notepad, or any other plain text editor, and save this in a file named Hello.c:...

Apple - most privacy focused brand !!!!

9 Jun 2022 1 minute read 0 comments im jay

is the title of this post true? how many of you(the readers) agree that , that statement is true? if you say or think it is true, read further.... First, if any app or software is not open source then the privacy is questionable. So, how much open so...

Create A Telegram Bot in 10mins Using Python.

5 Jun 2022 5 minute read 1 comment Scofield

Bots are cool, yes, super cool, and they make our life super easy. Imagine having a robot do everything you ever wanted. In contrast, you have to rest, take a vacation, or go for that dinner, and you are sure all your activities are covered because...

How To Use Common Sense, HTML, CSS, and JS. To Make An Analogue Clock

26 May 2022 6 minute read 0 comments Scofield

HTML is the building block language, CSS is the styling language, and JS is the functioning language. We take this step by step.   First a storyline, I started writing codes without structure as I just wanted to see the result, it did not matter how...