I program in the following;
68K ASM (long live the Amiga)
C++
C#
Java
VBA (in Excel)
Amiga BASIC / AMOS
I love coding; creation, problem solving, automation, etc. Wonderful.
Printable View
I program in the following;
68K ASM (long live the Amiga)
C++
C#
Java
VBA (in Excel)
Amiga BASIC / AMOS
I love coding; creation, problem solving, automation, etc. Wonderful.
I can slightly but I’m still learning wanting to learn c++ and python
C++ is a beast to learn. Luckily, I got into coding when I was 9 (yes, 9!) on the Amiga, so I guess my brain is shaped for it due to those early... stresses.
i never doing coding or programed , but i want to learn it :p
I think Excel is a great way to learn programming, if you have never coded before. Working out how to solve simple problems in there will get you on your way.
Like martial arts, once you know one, the others are MUCH easier and faster to learn. So, known programming languages:
C, C++, C#, Java, Javascript, Python, Assembly (x86), CSS (not much of a programming language, but you can do some interesting things doing transformations), PHP, HTML, SQL.
For anyone wanting to learn, I would personally recommend an interpreted language at first (Java, Javascript or Python) to get your feet wet, so to speak, in regards to procedural formalism (how to decompose your task into clear pseudo-code(pseudo-code is basically programming without the specifics of a language)) and algorithms. Plus, these languages have a lot of free resources online and can be used quickly to make small useful projects. Once you're comfortable with these, you can go into more compiled languages like C, C++ and Assembly to make programs that run at native speeds on your hardware.
Bottom line? If your new and want to start, use an interpreted language and online resources like freecodecamp.org or codingame.com to jump-start your learning.
Sorry for the long post. Getting off the soap box now. ;)
I've mainly been doing Web Development the past few years. Recently got a new job so I'll be looking into Bash scripting and Python soon.
C#, J#, CSS, HTML, PHP, Java, Javascript, Python,...
It's been a while, though :D
PHP, Python, Golang, MySql, Bash scripts and started learning Node.js
Nice people
Who uses the cloud to download and archive their torrents ?
I have set up within a certain large cloud provider, a torrent client that lives within a container, then using Kubernetes a job (torrent download) is issued and torrents will round robin across an scalable array of nodes. The number of pods can be in the thousands if necessary, but each pod / container 1:1 focuses on a only a few torrents to maximize the bandwidth.
This maximizes the bandwidth available since each node has 1GBps, in affect.
The download is then saved to storage container that is available to stream directly to my TV over the net.
To kick off another torrent, I wrote a small utility that runs on the PC or Android and simply connect to my cloud service and adds the torrent to backlog of downloads and then it hands the job off to another node.
Clearly I could expand on this, and start copying Videos and seeding them, however given my VPN used within each node (no raw traffic obviously) I can only connect so many times to the VPN services before they limit the connections.
Looking for another way to tunnel the data rather than via commercial VPNs. Tor is a possibility but slow and frowned upon so, what do you use, for those of you who have avoided the use of mainstream VPN companies.