Bitcoin Forum
August 18, 2024, 08:46:42 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Coding made fun  (Read 119 times)
Zilon (OP)
Sr. Member
****
Offline Offline

Activity: 966
Merit: 421

Bitcoindata.science


View Profile WWW
November 18, 2020, 09: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
boyptc
Hero Member
*****
Offline Offline

Activity: 3094
Merit: 681


View Profile
November 20, 2020, 06: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.
seoincorporation
Legendary
*
Offline Offline

Activity: 3248
Merit: 3048



View Profile
November 20, 2020, 10: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.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
sportclub2010
Full Member
***
Offline Offline

Activity: 1624
Merit: 117


View Profile
January 29, 2021, 03:27:44 PM
Last edit: January 29, 2021, 03:40:31 PM by sportclub2010
 #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 ...
EvaMcNeil
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 30, 2021, 02:40:01 AM
 #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
Nice-Block
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 30, 2021, 02:46:40 AM
 #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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!