• Breaking News

    Monday, June 8, 2020

    Learn APIs in Ten Minutes or Less: JSON The Language of the Internet learn programming

    Learn APIs in Ten Minutes or Less: JSON The Language of the Internet learn programming


    Learn APIs in Ten Minutes or Less: JSON The Language of the Internet

    Posted: 08 Jun 2020 06:52 PM PDT

    I wanted to make a post on what APIs are in a short bite sized chunk, assuming you have literally 0 programming knowledge. Please let me know if you find it helpful! Also let me know if you'd like me to make more posts in this format. Thanks!

    https://daily-coding.info/JSON-the-language-of-the-internet.html

    submitted by /u/WinterAbroad5
    [link] [comments]

    Do programmers ever get sad when they spend time creating something and no use uses it?

    Posted: 08 Jun 2020 01:49 PM PDT

    Or is that only me?

    submitted by /u/PastSort
    [link] [comments]

    Is it possible for ONE guy to program anything significant?

    Posted: 08 Jun 2020 08:59 PM PDT

    Sort of an odd question but I grew up with Marvel Tony stark being a role model. Yeah I know it is corny, but he was super cool to me. In the movies - Tony seems to build and program significant things by himself, whether it jarvis, his suits, his automated home, etc. Like all movies, obviously they sell what is "sexy" - but I am curious.

    Once I got into development I realized how many people it takes: project managers, front end, backend guys to build anything significant whether it is a website, software, front-end, back-end, etc.

    Is it possible at all for one guy to build something significant - whether a suit, anything engineering based, a software business, etc without a team?

    submitted by /u/the_saas_guy
    [link] [comments]

    What’s my next step?

    Posted: 08 Jun 2020 08:41 PM PDT

    I've learned python pretty extensively these past few months in quarantine, and now I want to start developing apps and games. What platforms can I create my games for (PC, iOS, Android, etc.) and what softwares/IDE would I need to make them?

    submitted by /u/HyonTroll
    [link] [comments]

    Hosting a FREE summer camp to teach programming

    Posted: 08 Jun 2020 02:15 PM PDT

    Hey everyone! My name is Joshua W. and I'm currently a rising senior from Rhode Island. I'm offering a free summer camp course to teach rising middle school to high school-aged students programming from July 6 to July 21 via Zoom. In terms of my background, I took AP Computer Science A, a college level course, my freshman year of high school and scored perfect on the advanced placement test. Ever since then, I have programmed for numerous organizations in my state in addition to running a number of computer classes with 100+ students. The positive feedback that I have received from my students has led me to expand my class to all of you. As technology is becoming increasingly important in the modern world, I believe it is essential that kids of all ages should have this opportunity!

    If you would like more info, please look into this Google Form: https://docs.google.com/forms/d/e/1FAIpQLScyEz8FYtQ1BtHCp5L65EZ0aTJf0T4qrEEDSTnUsyjyzlp2SA/viewform?usp=sf_link

    submitted by /u/Still-Appropriate
    [link] [comments]

    [Topic] What is the "Best" Method to Install Packages/Programming Languages/Etc on Mac?

    Posted: 08 Jun 2020 11:30 PM PDT

    Im currently using Brew . Is there an alternative for the most "safest" method, i.e One without having to possibly Reconfigure files/pathways, asking one to delete current ones? If that makes sense.

    submitted by /u/SweetBabyJesusAA
    [link] [comments]

    Some guides(may be courses or articles) for effective open source software development.

    Posted: 08 Jun 2020 03:39 PM PDT

    I really like and enjoy open source software and I have some ideas to start my own small open source project, but I don't know where to start and how can I lead the open source project? What things can help me to develop open source project faster and better? How can I get open source license(like gpl)? Etc. What can you recommend? What guides and resources can help me?

    submitted by /u/RedDima100
    [link] [comments]

    Python Tutorial: Reading/Writing CSV Files

    Posted: 08 Jun 2020 10:33 PM PDT

    Decided to make a simple example of how to read/write CSV files using Python's csv module. Hope it helps anyone starting off in Python.

    Code Walkthrough: https://medium.com/@bmayam15/python-basics-reading-writing-csv-files-1988c3f61a28?sk=f546664876dfbac4f0a7b253336bcc42

    Code Available on GitHub: https://github.com/bmaya1/python-basic-examples/blob/master/read-write-csv-files/simple-csv-read-write.py

    submitted by /u/Aude__Sapere
    [link] [comments]

    What does write if “scalable code” mean exactly?

    Posted: 08 Jun 2020 06:20 PM PDT

    Hi,

    What does it mean to write codes that scales?

    What exactly does this mean in the coding world and can anyone provide some examples of "scalable code" vs "non scalable code"

    Thank you

    submitted by /u/SpareTech_O
    [link] [comments]

    Do you know how to write code, but get stuck when you want make a project?

    Posted: 08 Jun 2020 02:12 AM PDT

    I highly recommend you visit this website: Programming for Advanced Beginners.

    submitted by /u/Woody_the_lazy
    [link] [comments]

    I don’t know what I’m doing.

    Posted: 08 Jun 2020 11:53 PM PDT

    I learned how to program watching youtube videos but when it comes to projects, I'm kinda stuck. I tried make a game called Space Invaders using classes but I'm stuck and I don't know what to do. Any help?

    submitted by /u/RandomDude939
    [link] [comments]

    How long to master java?

    Posted: 08 Jun 2020 11:33 PM PDT

    Hello, everybody, recently i got interested about learning java programming and i was wondering how much time would it take in average for a person to be proficient at java? I had to take Dev C for college a year ago if that is something could affect.

    Thank you everyone in advance

    submitted by /u/somethingnottaken3
    [link] [comments]

    Can anyone help me where to start from for becoming a software engineering.?

    Posted: 08 Jun 2020 07:21 PM PDT

    Hello I'm new to coding or programming, and wondering where I can start from. Looking for a mentor or someone who can just basically help me or lead from the scratch. Thank You

    submitted by /u/pksgmf
    [link] [comments]

    How to build a user authentication system, from scratch?

    Posted: 08 Jun 2020 07:09 PM PDT

    I am building a SOCIAL NETWORK! Is it better to implement my own user authentication or use a 3rd party authentication services? I want to build this without the use of a paid 3rd party.

    submitted by /u/deepakkumardev
    [link] [comments]

    [c++] wrapping windows Handles

    Posted: 08 Jun 2020 10:44 PM PDT

    Example, winhttp HINTERNET. You need to call WinHttpCloseHandle to free up the handle.

    So if you were to write an RAII wrapper, should the copy ctor and copy =operator be deleted to prevent someone mistakenly closing up the same handle more than once?

    submitted by /u/silentcon
    [link] [comments]

    Is it worth starting out at FCC as a beginner?

    Posted: 08 Jun 2020 10:43 PM PDT

    I began my journey two days ago. I started at codecademy since I heard it's good for noobs that have no programming background like me. I was learning python and been making good progress since I binged when I started, I'm at 20% on finishing the course. Been stuck at some point but managed to tackle the problem and move on.

    All fun and games until I felt something that I'm missing on, all I'm learning was to create syntax. Also people seem to hate codecademy for issues such as bugs which is true since I encountered twice while on progress. That's where I halted and abandoned my course.

    Just found free code camp this afternoon and it seems like a good start since people are into it and recommending to others. Not only that, there's also a certificate as a reward for finishing all of the courses. Sounds promising though and got me interested to start my course in there.

    Should I continue my python course at codecademy or start my course here in FCC?

    What do y'all think..

    submitted by /u/getsharked2020
    [link] [comments]

    How to create a software with gdal docker image and run it with java gui?

    Posted: 08 Jun 2020 10:42 PM PDT

    Why do people go to college when they could learn coding by themselves

    Posted: 08 Jun 2020 10:35 PM PDT

    heard a lot of stories of people telling me that coding is always self taught and you dont need college for coding.....and yet a large population still goes to college to learn coding

    and by coding i mean coding included with maths, algorithms,data structures, and other logic stuff

    submitted by /u/saifkhan501721
    [link] [comments]

    How do I make a Whatsapp chatbot from scratch?

    Posted: 08 Jun 2020 10:29 PM PDT

    I am thinking of making a Whatsapp chatbot from scratch ( not from services that offer customized chatbots) I have no idea where to start. Any guidance would be really helpful.

    Thanks!

    submitted by /u/RageHeliX
    [link] [comments]

    Java, how do I call .java files in other .java files?

    Posted: 08 Jun 2020 06:38 PM PDT

    Hey! I'm trying to code a basic desktop pet for my computer using Java and I've been googling for a solution to my problem but I'm getting conflicting, confusing, and off-topic results.

    I feel like it would make sense to have the desktop pet separated into several .java files: one to boot up the window, one to call the pet and status interface in, one for pet behaviors and AI, one to call in sprites, etc... but I can't seem to figure out how I'm supposed to tie them all together once I make the individual .java files.

    Am I going about this wrong? I know Java is a code that has a lot of separate files for more complex code, but I've hit a wall where I have two complete .java files and don't know how to call one into the other.

    I hope this makes sense. I've worked with coding languages before but I'm not used to Java lingo yet when asking for help (probably why my google searches aren't bringing up what I need). Thank you for any help!!

    submitted by /u/ColorGoreAndBigTeeth
    [link] [comments]

    [C++] Questions regarding undefined references

    Posted: 08 Jun 2020 10:20 PM PDT

    Background:

    I am trying to create a game. The game consists of many classes. The most important ones are character, map, warrior, goblin, and game. In my character class, I have a pure virtual method defined attack() which depending on the character will do a different amount of damage. The flow of the program this. In the game class, the player chooses their character and then walks around. Walking in a direction invokes the map class which also invokes a battle if the chances occur. The player chooses the character they play as so the specific player object is declared in the map class.

    Warrior* playerChoice = new Warrior(); 

    The enemy is declared in the map class, specifically in a battle loop method. Below is the incomplete battle loop

    Goblin* enemy = new Goblin(); if(firstTurn == false) { while((enemy->getHP()>0) && (playerChoice->getHP()>0)) { std::cout<<"Press 'A' to attack"<<std::endl; if(inputGame.compare("A") == 0) { playerChoice->attack(enemy); } } 

    In my character class, I defined the attack() as

    virtual void attack(character* enemy) = 0; 

    I overrided that in the Warrior class below

    virtual void Warrior::attack(character* enemy) { enemy->hp = enemy->hp-10; } 

    Issue:

    I am getting an " invalid new-expression of abstract class type 'Warrior" error. If I do not use virtual, I get an undefined reference error. I am unsure why this is occuring, I believe I have connected the classes correctly.

    submitted by /u/gamefaqs_god
    [link] [comments]

    Self-teaching resources and schedule

    Posted: 08 Jun 2020 09:35 PM PDT

    I currently have an administrative government job making just 50k a year. I hope to increase my earning potential by learning programming. I wasn't sure how I would find the time to teach myself programming on top of working full time and family life, but my agency is going to be furloughing us due to the pandemic. Instead of fussing over it, I want to use the unpaid time off to learn a new skill. Now I will have every Friday off so 3 day weekends every weekend from now to the middle of 2021. I'm thinking of starting with Python since it is beginner friendly. What are some resources you recommend and an effective schedule to follow?

    submitted by /u/SpecialSugar9
    [link] [comments]

    What I am doing wrong in this Radix sort code? Please tell.

    Posted: 08 Jun 2020 09:33 PM PDT

    a= [10,11,8,2,100]
    def get_digit(n,no_of_bit):
    if no_of_bit == 1:
    return n%10
    n = n//(10**(no_of_bit-1))
    return n %10
    def Counting_Sort(arr, pas):
    count = [0 for i in range(max(arr)+1)]
    for val in arr:
    asperbit = get_digit(val,pas)
    count[asperbit] += 1

    #accumulate
    for i in range(1,len(count)):
    count[i] = count[i-1] + count[i]

    #new array to store the sorted array
    res = [0 for i in range(len(arr))]
    for i in arr:
    val = get_digit(i,pas)
    index = count[val] - 1
    res[index] = i
    count[val] -= 1
    return res
    #method Rad
    def Radix_Sort(arr):
    turn = len(str(max(arr))) + 1
    print(turn)
    for i in range(1,turn):
    arr = Counting_Sort(arr,i)
    print(arr)
    # return arr
    print(Radix_Sort(a))

    submitted by /u/charchit_7
    [link] [comments]

    No comments:

    Post a Comment