Why is my C++ program stuck in an infinite loop? Ask Programming |
- Why is my C++ program stuck in an infinite loop?
- What is the best interpereter/IDE for python basic programming?
- C# or C++ first?
- (Python) How could I deal with very large lists?
- JSON utils alternative?
- zoom in/out while recording in recordrtc
- How do i make this app?
- What would it take to make a clone of this app?
- What database should i use with node
- Is learning AI and Machine Learning a good choice??
- Opening google without seeing it on screen
Why is my C++ program stuck in an infinite loop? Posted: 21 Nov 2021 07:47 PM PST I am losing a node and not sure what to modify to correct it: main.cpp AVLTree.cpp AVLTree.h [link] [comments] |
What is the best interpereter/IDE for python basic programming? Posted: 22 Nov 2021 12:30 AM PST What is the best IDE out there? It should be easy to use. Not as easy as online editors though. [link] [comments] |
Posted: 21 Nov 2021 07:43 PM PST I have done somewhat in C# , but im forwading to learn C++ too. Which should do first? [link] [comments] |
(Python) How could I deal with very large lists? Posted: 21 Nov 2021 09:48 PM PST Hi, I'm trying to create a smartphone app in Python. As part of the app, I need to use 9 very large lists. Of the exact size I am not sure, but they probably each exceed a million items. Currently I've just hard coded the lists in, but testing the app on my desktop reveals that it takes about 20 minutes for it to boot because of these huge lists. So I'm trying to find an alternative to hard-coding them. The elements of the 9 lists are lists themselves, and the elements of these lists are strings. I need to read the data from one of the 9 lists at a time, occasionally two of the 9 lists at a time. The strings are dictionary keys to a hard-coded dictionary (the dictionary is much smaller though, only 300 items or so), so I might need to sift through them. Is there a more efficient way to store the lists and reduce boot time? Ideally the storage option wouldn't take up tons of space if it's local because I don't want the app to be too big, and if possible, I'd rather it didn't require an internet connection to access. PS: I'm not a developer by stretch of imagination, I just know how to use Python. But that means that I'm not familiar at all with what probably would be taught in a standard CS course, such as using databases and data structures. Hence why I'm asking here, hopefully someone more knowledgeable in such matters would be able to provide an appropriate solution. [link] [comments] |
Posted: 22 Nov 2021 01:26 AM PST There used to be a site http://www.jsonutils.com/ which has disappeared of late, which was very useful - you could, amongst other things, submit some JSON and it'd create classes (C#, or other langauges) into which the data could be deserialised and back (using Newtonsoft or the like). Just wondering if anyone knows what happened to that site - has it moved to a different domian? - or of an alternative that does the same thing...? [link] [comments] |
zoom in/out while recording in recordrtc Posted: 22 Nov 2021 12:00 AM PST what solution can you suggest if I want to add zoom in/out functionality while recording using recordrtc? [link] [comments] |
Posted: 21 Nov 2021 10:49 PM PST so i wanted to make this android app which reads id from rfid tag and use this id to search from a particular website and display that info ! any tips? should i use flutter or react?? how do i do this? [link] [comments] |
What would it take to make a clone of this app? Posted: 21 Nov 2021 10:33 PM PST Hello, I am a new programmer and am looking for a project to help me learn. I would link to know what programming languages/skills would be required to make a clone of the app called untappd? Is it even feasibly possible for someone new to programming to build something like this? [link] [comments] |
What database should i use with node Posted: 21 Nov 2021 09:34 PM PST First of all, I have used node and mongo it's good but I found out too late that it's not good fit for crm application. I do love node tho, it's really awesome. I am looking for a good SQL solution with Node. From what I found out from some web search is that PostgreSQL is good choice when it comes to relational database with node. I have used sql in past and I'm really good with query language. I just need someone to suggest me a good stack along with node. And I've also been hearing about something called sequelize and knex. I'm not entirely sure what they are but i think it's client to connect with PostgreSQL. Please suggest me something that i should be working with. [link] [comments] |
Is learning AI and Machine Learning a good choice?? Posted: 21 Nov 2021 07:47 PM PST Been thinking in this programming niche as I see the world gets more automatic from finance sector to household things is it a good choice to learn that?? [link] [comments] |
Opening google without seeing it on screen Posted: 21 Nov 2021 07:24 PM PST So I want to open google and then a website.After that I want some data from the website but I want all of this to happen in background or without anything happening on the screen. [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