I can't make the double linked list my assignment is requesting, is this a bad sign for me as a programmer? Ask Programming |
- I can't make the double linked list my assignment is requesting, is this a bad sign for me as a programmer?
- What does the word "core" mean in the software world?
- When learning projects like pandas or matplot, do you keep the files so you can reference later?
- Any pdf validation tool "Command line tool"?
- Unable to understand how the recursion is working....in this C++ program
- Need some help
- Tips for hiring a new programmer. Details below.
- Java Issue
- What's unique about this Microsoft patent from 2007 on Search compared to Google search?
- Litmus Test for Jobs
- When debugging in an IDE, how do you execute the current line?
- Can you code this regarding audio files?
- Java Issue
- Way to Unlock IOS device using Appium?
- Fixing a misaligned box on my application
- [C Language] Could anyone take a look at my code and see if you can find any issues with it?
Posted: 03 Oct 2021 04:06 PM PDT We're being introduced to doubly linked lists and I have an assignment I've been working on for about 20 hours now, and I still can only pass half of the JUnit tests (means I will get less than 50% on the assignment). I've been banging my head against the wall for so long now I'm just totally lost. Everyone in the Slack discussions in my classroom seems to be passing all the tests without issue. Is this a bad sign for me as a programmer? [link] [comments] |
What does the word "core" mean in the software world? Posted: 03 Oct 2021 03:12 PM PDT Hello, I often see the keyword "core" being used. I can't think off the top of my head in which instances I have seen it, but I know for example there is "babel core" or ".NET core". Does core mean anything specific in software development? Thank you. [link] [comments] |
When learning projects like pandas or matplot, do you keep the files so you can reference later? Posted: 03 Oct 2021 10:53 AM PDT |
Any pdf validation tool "Command line tool"? Posted: 03 Oct 2021 01:12 PM PDT I am writing a markup language that target PDF. put I struggle to know whether my target files "generated PDF files" conforming to the standard or not, I know and read the standard and understand it quite enough to target PDF but is there any tool to facilitate the validation of generated PDF files. [link] [comments] |
Unable to understand how the recursion is working....in this C++ program Posted: 03 Oct 2021 06:40 AM PDT // Count the number of paths possible from start point to end point in GameBoard int count =0; return 0; [link] [comments] |
Posted: 03 Oct 2021 07:53 PM PDT I'm a new programmer and barely know anything. I have an idea for how I could add a feature to a popular web application which I don't own. Is there anyway I could code on my own and add that feature and then possibly sell it to the owner ? [link] [comments] |
Tips for hiring a new programmer. Details below. Posted: 03 Oct 2021 03:35 PM PDT I work for a small company (100-200) and recently our senior programmer retired and we are looking to hire a beginner (fresh grad or similar) and offering above average pay and not getting hardly anyone to apply. Requirements? Experience with Java, develop, test, maintain projects, college degree. The only "catch" is we want them to spend most of the time in office to learn how our business works as we would expect high level recommendations after 3-5 years. Starting pay: $70,000 + full benefits &401k matching. (Note we are located in one of the cheapest cost of living states in the US) … so we expect the offer to be pretty fair. It's been about 40 days and we've gotten 2 applications from people who live in India and are using 3 main stream hiring platforms. Thoughts/suggestions? [link] [comments] |
Posted: 03 Oct 2021 12:44 PM PDT Hi, I am working on a java code that outputs the highest book price in an array and it is working fine but I want to output the publisher name along with the book price, and every time I try to do it I get End along with the price and I can't get the publisher name. Any help would be really appreciated. [link] [comments] |
What's unique about this Microsoft patent from 2007 on Search compared to Google search? Posted: 03 Oct 2021 12:30 PM PDT Did the lady who made this patent (Nicole Hamilton) really make something 'unique' that Google didn't already have present with their search engine dominance? The patent issue date is in 2007, not like early days of Google or anything like that. [link] [comments] |
Posted: 03 Oct 2021 09:43 AM PDT I have been programming for some time but I never feel like I know enough. I've been afraid to apply to a software role because I'm nervous that I won't be any good in a professional role. When did you say, " screw it I am going to apply for a job"? Is there a litmus test to determine if I am good enough? [link] [comments] |
When debugging in an IDE, how do you execute the current line? Posted: 03 Oct 2021 07:44 AM PDT Right now I'm working with Clion. When the debugger highlights a certain line it means it has stopped just before executing that line. If you want it to execute, you can do step over which will take you to the next line and execute the line you were just on. I feel like there should be a way to execute the line you're currently on, without jumping to the next one (which visually might be a big leap away). Is there? [link] [comments] |
Can you code this regarding audio files? Posted: 03 Oct 2021 09:43 AM PDT Hey all, Can someone give advice either if something like this exists, how to code it, or how/where to maybe hire someone to make a piece of code that does the following: Something that either analyzes audio files and relabels the file based on the key/note of the audio file, OR something that just renames an audio file based on the analysis done by a third party key analyzer? Example: I have a drum tom sample that hits the note "A", i would like the software to discover the note and relabel the file name, OR simply rename the file based on the analysis done by an already existing software... If you need further explaining please let me know! Just trying to organize my audio sample library. [link] [comments] |
Posted: 03 Oct 2021 11:33 AM PDT Hi, I am working on a java code that should take a one-dimensional array of type Book and creates and returns a copy of the book with the highest price. . and I should create a class called Book, I have created the Book class but I am having a problem with the code that should return the average. error: variable bookPublisher might not have been initialized booklist[counter] = new Book(bookTitle, bookPublisher, bookPrice); Book class : The code to get the highest price of an array : Any help would be really appreciated. [link] [comments] |
Way to Unlock IOS device using Appium? Posted: 03 Oct 2021 10:17 AM PDT Hi, I want to test my app. Need to unlock the phone using script before testing the app and programmatically lock it aftwards. I don't see a way to unlock when pin is enabled. From appium discussions here ..https://discuss.appium.io/t/how-to-lock-and-unlock-iphone-real-device-using-appium/15632, I see it's not possible. Any workarounds for this ? Thanks in Advance! [link] [comments] |
Fixing a misaligned box on my application Posted: 03 Oct 2021 09:54 AM PDT I'm building an object detection application (in Java, for Android) that attempts to draw a My problem lies with my application display looking like THIS. As you can see, the Here is all the code for my (much lighter) DrawGraphic class that draws the rectangle: [link] [comments] |
[C Language] Could anyone take a look at my code and see if you can find any issues with it? Posted: 03 Oct 2021 09:39 AM PDT The purpose of this is to count from 0-99. When the count is a multiple of 10, a vibrating motor turns on for 1.5 seconds. On every other count, an LED turns on for 1.5 seconds. The motor is connected to PIN3.6 and a 3.3V DC power supply. The LED is PIN 1.0 on the MSP430. The code makes sense to me (but doesn't it always) but I must be doing something wrong. When I run the program, nothing happens on the board, if I pause the program i will be set to 10, no matter how long it's running. If I step into, the steps hang at __delay_cycles (I'm guessing I would have to step 1500000 times to get past that?). I can submit pics of the circuit if needed. Any advise is wanted, I've been working on this for about 3 days and I can't figure out what's wrong. [link] [comments] |
You are subscribed to email updates from AskProgramming. 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