Struggling to learn how to design a software 3D engine from scratch learn programming |
- Struggling to learn how to design a software 3D engine from scratch
- Is This Code Clean?
- Programming jobs and degrees
- Experienced in C++. What is the best book to learn C#?
- Issue with JSON "[object Object]"
- How can I get an SFTP response?
- Help Transitioning: Bioinformatics to CS (data science)
- C Language: strcpy() in a specific memory address returns value plus garbage
- [C++] This program is supposed to output a list of candidates in an election and then say "And the winner is: canName " w/ canName being the person with the most votes. All output is expected EXCEPT that it puts the last candidate as the winner no matter what. Yes I do know about "using namespaces"
- Experienced programmer wanting to learn a new language... Not sure which!
- Start point to work on a plagiarism detection tool
- Getting this error when running "7) convert AVATAR" on DeepFaceLab. Any advice?
- Looking for a recently posted Self-Paced Computer Science GitHub curriculum
- Data engineering boot camps?
- Finding Special characters in a String(Java)
- I need help with a comprehensive resource on writing shell scripts - especially use of flags
- Better Implementation Of Converting Values to ArrayList
- C# Calculator and classes (calculation problems)
- [python]Need help with crossword puzzle
- Is there any complete tutorial that teach Android Architecture Component in Kotlin?
- How to end a do while loop without a break statement.
- What did people who got a job in software development or programming by only teaching themselves do differently compared to people who never get a job despite trying to teach themselves?
- Need help to create a few functions in JavaScript.
- Can Anyone See Where I'm Going Wrong in MIPS?
Struggling to learn how to design a software 3D engine from scratch Posted: 24 Nov 2019 07:26 AM PST Good morning, everyone, Last year, I tried to learn how to make my own 3D engine, using software rendering (no DirectX, OpenGL, Vulkan, etc.). I read the code of the picocam (https://github.com/josefnpat/picocam) and a 3D engine made by a demoscener (https://josh83.pagesperso-orange.fr/demoz/3dengeng.htm), hoping to better understand if I started small. Unfortunately, it didn't help me understand the logic behind it. I would like to know if someone had the same idea, and can guide me to a good book, tutorial, or something else, that explains the logic behind the realization of a 3D engine well enough, so that I can create my own. Best regards. [link] [comments] |
Posted: 24 Nov 2019 08:18 AM PST I took on a programing problem and attempted to write a solution for it in C++ as clean as i could. Are there some changes i should make? Here is the code [link] [comments] |
Posted: 24 Nov 2019 05:41 PM PST So im in school to learn programming so i can get a degree but most of the stuff im learning ive already learned and the classes are the most boring thing ever Do i need a degree in programming to get a normal job in the field? [link] [comments] |
Experienced in C++. What is the best book to learn C#? Posted: 24 Nov 2019 05:11 PM PST |
Issue with JSON "[object Object]" Posted: 24 Nov 2019 09:46 PM PST I am attempting to grab some data from youtube and feed it to a bot. The data from youtube, when printed to console appears as however when I then try to do something along the lines of How can I get the values out of x? [link] [comments] |
How can I get an SFTP response? Posted: 24 Nov 2019 07:43 PM PST After sending a file through sftp to the server, how do I implement the response? The response files are contained within a JER/Response/ folder in the server? What would be the standard procedure for displaying the response files? The response files have an XSD format. Do I just display the response XML in a textbox? Also how can I download the files from the response folder over the sftp? Can someone provide a sample code to work from? Here is my code [link] [comments] |
Help Transitioning: Bioinformatics to CS (data science) Posted: 24 Nov 2019 07:29 PM PST Hi all, I'd like some advice. So I graduated in May with a bachelors in Bioinformatics. The biggest annoyance I had with my major was that the curriculum was structured akin to being mostly a Biology major, with a CS minor. So I was taking a lot of pre-med classes, which I've hated. I realize now that I don't want to pursue a career in this field, mainly because all the bioinformatics jobs in my area require minimum a masters, and the pay doesn't seem worth the time and effort to go into grad school. I'm interested in pursuing more of the CS side, leaning slightly towards data science, as I believe there might be transferable skills. Can anyone give me advice on what I should brush up on? A lot of my programming coursework focused mostly on shell scripting and some procedural programming in Perl w/ UNIX systems, doing some light OOP with bioinformatics toolkits, and data modeling and analysis with SQL and R. I feel that I should probably go learn about data structures and algorithms, a course that was sorely not included in my major. Any resources on how to learn about that? Also any advice on beginner projects for a portfolio? Thanks. [link] [comments] |
C Language: strcpy() in a specific memory address returns value plus garbage Posted: 24 Nov 2019 08:44 PM PST Hi guys! I`ve been struggling with this for a while and i dont know where im fucking it up. I'm required to save data, which happens to be a char array of 4096 characters tops, in a specified memory address. So here i get the memory address from a uint32_t into the void* ptrAddress Having that, i try doing this: The output is mostly right! But i get a bunch of garbage in the middle of it for some reason, and after it finishes, undefined behaviour Output (imagine 4096 As and 'garbage' as some garbage character ): Any ideas what it could be? Sorry if i made a huge mistake, and thanks in advance :D [link] [comments] |
Posted: 24 Nov 2019 10:01 PM PST [link] [comments] |
Experienced programmer wanting to learn a new language... Not sure which! Posted: 24 Nov 2019 05:52 PM PST Hi, everyone. As the title says: I'm a programmer with 9 years of experience. I'm focused on front-end developer but I also work with back-end (using Ruby On Rails). I'm seeing that the job offers for RoR programmers are more and more scarce so I was thinking about learning Java or Kotlin, but I'm not sure which one I should focus first. I want to learn a language/framework that is stable, battle-tested and it will continue to be used for years from now on and not something that was created 1 year ago. I'm afraid that Java is declining in popularity. On the other hand, Kotlin is quite new and not that popular for web development. What's your advice? Thank you! [link] [comments] |
Start point to work on a plagiarism detection tool Posted: 24 Nov 2019 11:17 PM PST I am trying to develop an assignment submission portal accompanied with plagiarism detection as my final year project for my bachelors. It is a web-based system. Content needs to be checked for plagiarism with other submissions and also from internet. I have a year to complete this project. The problem is my programming skills are very low. I am not confident in my developing skills at all. But I am ready to dedicate my time and energy to learn everything to work on this project for this year. Therefore I want to know where should I start to work on. At what programming languages should I focus on more. What are the resources I should refer to. I did some google searches and results came up of that, the plagiarism part can be done with python. What do you guys think about and what is your advice on this? Would love to get some advice from you guys. [link] [comments] |
Getting this error when running "7) convert AVATAR" on DeepFaceLab. Any advice? Posted: 24 Nov 2019 10:24 PM PST |
Looking for a recently posted Self-Paced Computer Science GitHub curriculum Posted: 24 Nov 2019 04:51 PM PST I came across a post that contained a GitHub link to a self-paced comp sci curriculum spanning about 8 semesters or so. It was only the other day either before or on the weekend, but searching for it now I can't seem to find it. I'm subbed to a few different programming/comp sci subreddits and feel like I've done a thorough search of them all but haven't been able to find what the one I came across the other day. [link] [comments] |
Posted: 24 Nov 2019 03:29 PM PST Does anyone know of any data engineering boot camps? Is there such a thing? Like how to use python or java to build data pipelines. Or something similar in the field of data engineering. I don't really know where to start learning python, I am looking for something a bit strenuous. Any advice would be appreciated, thanks. [link] [comments] |
Finding Special characters in a String(Java) Posted: 24 Nov 2019 11:59 PM PST I'm looking for a way to return true or false if my String has any special characters of my choosing. I've been thinking about it and can't figure out a way to do so. The code should be like this: private boolean checkForCharacters(String p) { if (my string has the special characters) {return true;} return false; } Thanks in advance [link] [comments] |
I need help with a comprehensive resource on writing shell scripts - especially use of flags Posted: 24 Nov 2019 07:50 PM PST I googled etc and have yet to come across a comprehensive useful resource. [link] [comments] |
Better Implementation Of Converting Values to ArrayList Posted: 24 Nov 2019 11:32 PM PST A friend and I were going back and forth on which is a better implementation of a certain java method. I'd like to know which block of code is better than the other (i.e. efficiency or readability). For the sake of simplification, I removed some details in the code. Version 1: vs. Version 2: I believe that version 2 is better, since ArrayList does not need to resize if source.values() is larger than 10 (default capacity). If so, how do I explain to my friend in such a way that they will adopt Version 2? [link] [comments] |
C# Calculator and classes (calculation problems) Posted: 24 Nov 2019 07:43 PM PST Any idea what's wrong? The calculator returns 0 anytime division/multiplication are used from the calculator class, and addition/subtraction methods aren't using the second number (4+5 returns 4) [link] [comments] |
[python]Need help with crossword puzzle Posted: 24 Nov 2019 03:47 PM PST In our class, we have to make a program that takes in a list of words and based on the words, creates a crossword. This is the assignment instructions: [instructions](https://pdfhost.io/v/Sqm7L+zN_a2pdf.pdf) This is my code so far: [code](https://pastebin.com/Qx40N8Mz) I'm just having trouble on how to make sure it only prints words "legally". Any help is appreciated, Thank you! [link] [comments] |
Is there any complete tutorial that teach Android Architecture Component in Kotlin? Posted: 24 Nov 2019 05:13 PM PST I'm looking for a tutorial that teach proper step that create an android application by using Android Architecture Component in Kotlin. The course should cover LiveData, Room, Dao and etc. [link] [comments] |
How to end a do while loop without a break statement. Posted: 24 Nov 2019 08:25 AM PST I am having trouble figuring out how to ask if the user wants to grade another quiz without a break statement. This is my code. import java.util.Scanner; import java.text.NumberFormat; public class Quizzes { public static void main(String[] args) { int numQuestions; int numCorrect; String anotherQuiz; int answer; NumberFormat percent = NumberFormat.getPercentInstance(); } } [link] [comments] |
Posted: 24 Nov 2019 11:05 PM PST It seems like many people want to get a job programming without going to college or getting a formal training, but few achieve that goal. What separates self-taught programmers who get a job from those who can't get a job/never become good enough to get one? [link] [comments] |
Need help to create a few functions in JavaScript. Posted: 24 Nov 2019 07:03 PM PST So, my sister needs help to solve this JavaScript challenge: Create the functions: "haveTheSameMum" who has two children by parameter and will return "true" or "false" if they really share the same mum. Knowing this you can use the function we gave you "mumOf" mumOf(dylanPenn) "Robin Weight" "haveTheSameDad" which like the first, takes two kids by parameter and returns true or false if they share the same father. Knowing this you can use the function we have you "dadOf". dadOf(dylanPenn) "Sean Penn" And "areHalfSiblings", which receiving two kids by parameter, tell us if they're really half siblings. You have to use the two previous functions here. Remember that half siblings are those who share the same mum but NOT the same dad or vice-versa - well, if they shared the same mum and the same dad they'd be full siblings! I'm translating all of this from Portuguese so I hope it's clear enough, I'm also completely clueless about programming so if something "technical" isn't clear I'd be happy to correct it, also if this is not the right sub to ask this question, I'm sorry and I'd appreciate if you guys could point me to the right sub! Thank you in advance. [link] [comments] |
Can Anyone See Where I'm Going Wrong in MIPS? Posted: 24 Nov 2019 10:46 PM PST I'm having a lot of trouble converting a program on amicable numbers I wrote in C into MIPs assembly language. I have gotten it to take in the input from the user, and catch errors, but if the numbers are entered correctly nothing happens. I've been having a hard time catching any mistakes as is this is the first time I've written in an assembly language. I'm assuming the issue is within my -------------------------------------------------------------------------------- error_check: #check if start/end <0 -------------------------------------------------------------------------------- error_true: #start/end is less than zero -------------------------------------------------------------------------------- no_swap: -------------------------------------------------------------------------------- amicable_loop: -------------------------------------------------------------------------------- not_amicable: -------------------------------------------------------------------------------- amicable_loop_end: -------------------------------------------------------------------------------- isFactor: find factors of number------------------------------------------------------------------------------- factor_true: ------------------------------------------------------------------------------- sumFactors: ------------------------------------------------------------------------------- sumLoop: ------------------------------------------------------------------------------- other_factor: ------------------------------------------------------------------------------- sum_exit: ------------------------------------------------------------------------------- isAmicable: ------------------------------------------------------------------------------- amicable_false: ------------------------------------------------------------------------------- amicable_true: ------------------------------------------------------------------------------- amicable_end: ------------------------------------------------------------------------------- variable names for printing [link] [comments] |
You are subscribed to email updates from learn programming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment