Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Poll: Do you program/code or want to learn?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 25 of 32 FirstFirst ... 152324252627 ... LastLast
Results 241 to 250 of 313
Like Tree44Likes

Thread: Do you program/code or want to learn?

  1. #241
    User TDInstall's Avatar
    Reputation Points
    110
    Reputation Power
    18
    Join Date
    Nov 2019
    Posts
    28
    Time Online
    4 h 15 m
    Avg. Time Online
    N/A
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)
    Liked
    2 times
    Feedbacks
    0
    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.

  2. #242
    Power User
    Insaniak's Avatar
    Reputation Points
    2756
    Reputation Power
    46
    Join Date
    Jul 2019
    Posts
    165
    Time Online
    4 d 18 h 38 m
    Avg. Time Online
    3 m
    Mentioned
    98 Post(s)
    Quoted
    19 Post(s)
    Liked
    110 times
    Feedbacks
    3 (100%)
    I can slightly but I’m still learning wanting to learn c++ and python

  3. #243
    User TDInstall's Avatar
    Reputation Points
    110
    Reputation Power
    18
    Join Date
    Nov 2019
    Posts
    28
    Time Online
    4 h 15 m
    Avg. Time Online
    N/A
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)
    Liked
    2 times
    Feedbacks
    0
    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.

  4. #244
    User Blackpants's Avatar
    Reputation Points
    10
    Reputation Power
    16
    Join Date
    Nov 2019
    Posts
    14
    Time Online
    4 h 9 m
    Avg. Time Online
    N/A
    Mentioned
    4 Post(s)
    Quoted
    2 Post(s)
    Liked
    1 times
    Feedbacks
    0
    i never doing coding or programed , but i want to learn it

  5. #245
    User TDInstall's Avatar
    Reputation Points
    110
    Reputation Power
    18
    Join Date
    Nov 2019
    Posts
    28
    Time Online
    4 h 15 m
    Avg. Time Online
    N/A
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)
    Liked
    2 times
    Feedbacks
    0
    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.

  6. #246
    New user S0crat3s1984's Avatar
    Reputation Points
    10
    Reputation Power
    16
    Join Date
    Dec 2019
    Posts
    7
    Time Online
    3 h 59 m
    Avg. Time Online
    N/A
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Feedbacks
    0
    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.

  7. #247
    New user Frontlinerz's Avatar
    Reputation Points
    10
    Reputation Power
    16
    Join Date
    Dec 2019
    Posts
    7
    Time Online
    22 h 38 m
    Avg. Time Online
    N/A
    Mentioned
    7 Post(s)
    Quoted
    2 Post(s)
    Liked
    4 times
    Feedbacks
    0
    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.

  8. #248
    User dkze987's Avatar
    Reputation Points
    210
    Reputation Power
    18
    Join Date
    Dec 2019
    Posts
    24
    Time Online
    2 h 47 m
    Avg. Time Online
    N/A
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)
    Liked
    6 times
    Feedbacks
    0
    C#, J#, CSS, HTML, PHP, Java, Javascript, Python,...

    It's been a while, though

  9. #249
    User Solingenn's Avatar
    Reputation Points
    10
    Reputation Power
    16
    Join Date
    Jan 2020
    Posts
    11
    Time Online
    3 h 5 m
    Avg. Time Online
    N/A
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)
    Liked
    1 times
    Feedbacks
    0
    PHP, Python, Golang, MySql, Bash scripts and started learning Node.js

  10. #250
    New user CloudDevOps's Avatar
    Reputation Points
    10
    Reputation Power
    0
    Join Date
    Jan 2020
    Posts
    1
    Time Online
    1 h 35 m
    Avg. Time Online
    N/A
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Feedbacks
    0

    Cloud

    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.
    Last edited by CloudDevOps; 01-26-2020 at 12:55 AM.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •