Author

Topic: Coding made fun (Read 112 times)

newbie
Activity: 20
Merit: 0
January 29, 2021, 10:46:40 PM
#6
I wasn't really good at coding, but honestly, when I started I really enjoyed it, especially when you really wanted to, difference is that I am not a master like everyone else
newbie
Activity: 14
Merit: 0
January 29, 2021, 10:40:01 PM
#5
congratulations that you made fun from it! I'm a literature student and I found it rather difficult for me. I tried to understand how blockchain works then I quit coz it requires code knowledge...anyway, keep the enthusiasm and good luck Smiley
full member
Activity: 1568
Merit: 117
January 29, 2021, 11:27:44 AM
#4
Some of the programming languages used by coders include:
1 python
2 java
3 C#
4 C++
5 Fortran
And lots more

And some 40 years ago, the main programming languages were: Assembler, Basic, Pascal.



How fast the world is changing! I can imagine what will happen in 40 years ...
legendary
Activity: 2982
Merit: 2681
Top Crypto Casino
November 20, 2020, 06:43:08 PM
#3
As a coder, i can say the best way to make coding fun is with a bash script, I will give you an example...

Some days ago I was getting images for social media from 4chan/wallpapers, but download one by one those images was a boring task, so I made a script to download all the images from a thread:

Code:
echo "Please input the thread link"
read lk
mkdir newImg
cd newImg
lynx --dump $lk | grep i.4cdn | cut -d " " -f3 | sort -u > lst.txt
for a in $(cat lst.txt)
do
wget $a
done

I found a nice thread about skylines... with the script, I only input the link and get all the Full HD images in a new folder...


Now I use more web codes like JS, HTML, CSS... but sometimes I have fun with shot lines codes with Bash.
hero member
Activity: 3024
Merit: 680
★Bitvest.io★ Play Plinko or Invest!
November 20, 2020, 02:38:00 PM
#2
I'm sure that there are many programmers in the forum that are just remaining silent but also works as a software developer.

Kotlin is also a popular PL.
sr. member
Activity: 966
Merit: 421
Bitcoindata.science
November 18, 2020, 05:23:31 PM
#1
Programming is becoming a selling commodity in our current society. Irrespective of the programming language used all is coined towards achieving a specific task although with different syntax. The world has gone digital and matlchines are constantly been manufactured to help tackle the insatiable needs of man and this has made man highly committed towards making most of their wants met without much efforts.

Many programming languages exist and a proper knowledge on any of this languages could help develop apps that can better our approach towards some issues around our society that seem unattended to. Machines are virtually doing everything for man in our precent society and this machines are been designed and programmed to meet human wants. Some of the programming languages used by coders include:
1 python
2 java
3 C#
4 C++
5 Fortran
And lots more
Jump to: