Game developers, what are some breaktroughs (big or small) you made when coding? Ask Programming |
- Game developers, what are some breaktroughs (big or small) you made when coding?
- Weather data thing
- Why are some features hard or impossible to implement?
- How do I connect web app and android app same the database?
- Any tips on how to get to the point [faster] where you can start making additions and changes to someone else’s code?
- Is there a way to turn VSCode into an RStudio like environment?
- Why I am getting confused while building a project in JavaScript?
- How would I go about making a Xbox design lab type thing
- Java Cel.lular Automota NullPointerException Error
- Is there a master list of python hint/tips?
- Python homework help
- Guys a question, please answer it thank you.
- Chrome Video Playback Issue
- How to connect android app to web app
- Data replication between clients via a central server - what is the computer science theory behind this?
- Help - why won't this makefile do it's thing?
- How to keep track of values
- ASP.NET Security Policy
- Help me understand how min-width property works
- Looking for help to decide what language to learn and what jobs to go for
- Noobie here - Have some questions
- [Question] People who post memes on AI can rule/destroy the world? Do they even know how AI works?
- excited about this one
Game developers, what are some breaktroughs (big or small) you made when coding? Posted: 22 Sep 2020 09:41 PM PDT I'm talking the typical * scratches head for days, then bangs its head on the desk and becomes enlightened * kind of breakthrough, whatever that is: gfx, physics, AI, controls, UI/UX, etc. [link] [comments] |
Posted: 22 Sep 2020 11:43 AM PDT School project I want to know what do I have to do to send my data to this website. I will make a user interface but I am not sure how to transfer my data to the website through API Anything you can teach or recommend is welcome. This is the website. https://wow.metoffice.gov.uk/support/dataformats [link] [comments] |
Why are some features hard or impossible to implement? Posted: 22 Sep 2020 11:19 PM PDT I am not that experienced with programming, so pardon my ignorance. I have heard a few times that certain features are hard or impossible to program. Why is this so? What makes them hard? I would be glad if someone also provided an example of something that is hard or impossible to program. [link] [comments] |
How do I connect web app and android app same the database? Posted: 22 Sep 2020 10:32 PM PDT Basically what the title says. From my understanding you need to build a rest api and host the web backend on a cloud service, but this seems too complicated. My friend could connect to a MongoDB database to his node.js app with just an api key. How can I connect an android app to the same MongoDB database? [link] [comments] |
Posted: 22 Sep 2020 05:58 PM PDT I always spend a lot of time familiarize my self with an existing project to the point I feel I need more of a structured way to utilize my time. [link] [comments] |
Is there a way to turn VSCode into an RStudio like environment? Posted: 22 Sep 2020 08:10 PM PDT Spyder is very RStudio like but I want to be able to use VSCode. [link] [comments] |
Why I am getting confused while building a project in JavaScript? Posted: 22 Sep 2020 07:34 PM PDT I just completed my JavaScript course including jquery and React on Codecademy and udemy. But when I am trying to build something, I get confused. Its about three months and I couldn't find the idea of how to write the code to output a specific goal. Nothing is coming out to my head. And also when I googled, I found that my learning was not enough what I learn on Codecademy. There is more to learn and become expert. I could not find any complete JavaScript course that teach me everything(including how to accomplish a goal). My question is...
Please suggest me some positive advice. I am not kind of person to just give up. Thanks in Advance. Irfan Habib [link] [comments] |
How would I go about making a Xbox design lab type thing Posted: 22 Sep 2020 06:34 PM PDT So I want to make a customizer for my works website so people can view what the the finished product would be, but I have no idea how I would do something like that. I am wanting it to be similar to the Xbox design lab. I have looked online but haven't found anything. Any and all help is appreciated. [link] [comments] |
Java Cel.lular Automota NullPointerException Error Posted: 22 Sep 2020 12:11 PM PDT Hey Guys, I recently have been working on this code project however since I get this error I cant do anything really and I am stuck, I would be very happy if you can help me. The error that is displayed in my terminal is: Exception in thread "main" java.lang.NullPointerException: Cannot load from byte/boolean array because "this.currentGeneration" is null at Cellulitis.draw(Cellulitis.java:52) at Cellulitis.modeA(Cellulitis.java:74) at Cellulitis.run(Cellulitis.java:109) at Cellulitis.main(Cellulitis.java:122) My code is here: [link] [comments] |
Is there a master list of python hint/tips? Posted: 22 Sep 2020 03:12 PM PDT I'm going through CodeCademy currently and was wondering if there is a cheat sheet to help me memorize things. Like how you could look at a list of hot keys for normal computer use. [link] [comments] |
Posted: 22 Sep 2020 02:19 PM PDT Can anyone help me with the first part of this homework I am so confused, Part 1: The Greedy Cashier You bought something and deserve some change less than a dollar. A greedy Cashier uses larger coins first to make change. You will write this two ways. First write greedy1(total) which makes change one coin at a time. Is the change more than 25c? if so, add a quarter and subtract 25 from the given total. If no more quarters fit, do the same for dimes, nickels and pennies, while the total is > 0. Based on the fact that 99 is the maximum input, you have to only test 3 times for quarters, 2 for dimes, once for a nickel, and 4 times for pennies. Write a function Printcoins1(q,d,n,p) which greedy1 calls to print out the answer. (You might use a small function which reconstructs the total from the 4 coin counts.) For 87 cents change, I give [link] [comments] |
Guys a question, please answer it thank you. Posted: 22 Sep 2020 05:07 PM PDT Suppose you will be writing a program that involves the number of units of a course in your chosen curriculum (e.g. say the variable is units). What is the most appropriate data type that you will associate to the variable? [link] [comments] |
Posted: 22 Sep 2020 11:40 AM PDT Hi All. So my client has an issue. I have done some through testing and just can't figure is out. Steps Followed: Issue:
Notes:
Non of my attempts seem to get this video to playback. This is the video in question (just a test video, nothing to personal or secure access only) https://storage.googleapis.com/clipdrop-prod/videos/candidates/q-100-c-62.mp4?avoidCache=1?&145 The video is encoded with this using FFMPEG with these options
Perhaps should I change my encoding options and if so, which options and to what values. TIA [link] [comments] |
How to connect android app to web app Posted: 22 Sep 2020 10:11 AM PDT I wan't an android app and a web app that are almost the same, like Facebook. The web app should preferably be in Node.JS. I have read about REST API's, but I have troubule understanding how they work. Any help, advice or recourses are apriciated. [link] [comments] |
Posted: 22 Sep 2020 06:05 AM PDT Hello, I don't have any formal background in computer science, just what I've picked up over the years, so apologies if this is a basic question, and if I'm using the terminology wrong. The scenario I'm interested in is this: I have several clients that need to update parts of a set of data held on a central server, while also receiving updates of the data they have an interest in. What I've programmed so far is:
Each update from a client also has a sequence number that is incremented for each update, so the server can reject duplicate updates. This is in case the connection fails and the client doesn't receive the acknowledgement, and tries to send the update again later. My question is, what have I built here, in terms of computer science theory? I have some problems with my design and I'd like to read up on how professionals would tackle this problem, and the theory behind it. Problems include:
And other things that I don't really want to figure out from scratch, would much rather listen to the experts. Thanks! [link] [comments] |
Help - why won't this makefile do it's thing? Posted: 22 Sep 2020 04:23 AM PDT Hi all, Have been following instructions on how to compile (?) a makefile but it's refusing to work: and the results: [link] [comments] |
Posted: 22 Sep 2020 07:00 AM PDT Hello everyone, I have a quick question. I play a game that has an online economy where the prices of the item changes multiple times a day. The price is listed on the item's trading website so I know where I need to pull the price from. What would be the best way to go about creating a program that allowed me to track the price of the item at whatever pace I want and then log those values so that I can use them later to process the data? The thing is this game has 15,000+ unique items and I am wanting to be able to do something like this. ~~~~~~~~~~~~~~~~~~~~~~ Insert the name of the item I want to track Go to that page and pull the value Log the date and value Store each different item in a unique text file ~~~~~~~~~~~~~~~~~~~~~~~~~~ What would be the easiest language for that? [link] [comments] |
Posted: 22 Sep 2020 06:56 AM PDT I have a controller and the controllers actions must accessed according to the security police "OnlyCustomers". Can anyone give me some pointers on how to do this? [link] [comments] |
Help me understand how min-width property works Posted: 22 Sep 2020 06:56 AM PDT When I uncheck But with Anyways, I found 2 good posts regarding Those answers didn't help me yet to get "aha moment" why my code behaves in the way it behaves. Can someone explain this in plain english? Code example: HTML CSS [link] [comments] |
Looking for help to decide what language to learn and what jobs to go for Posted: 21 Sep 2020 11:54 PM PDT Hi! I'm currently looking to go to uni to become a software engineer or something similar to it. I'm not entirely sure to be honest.. I'm from Sweden and currently living here but I'd rather go to USA for work after uni, ofc I will stay here if that's not an option. Now I have done some research, but after speaking to people irl I feel like I've been getting mixed signals on what coding language is the best to learn etc. My question really is what coding language should I look at if I want to do work in coding and preferably make good money from it too? I've got python downloaded and all I've done so far is a couple of tutorials so I'm not bound to it just yet. Any suggestions are appreciated! I wouldn't mind learning multiple languages, starting with whatever is the best for beginners I guess. Side note is that I absolutely love solving problems or just making something much more simple than it already is. I wanted that said because hopefully someone's got a good advice of what kind of job I should look for since I'm not sure at all what I'm really looking for.. Thanks everyone! [link] [comments] |
Noobie here - Have some questions Posted: 22 Sep 2020 02:25 AM PDT So for a bit of context , i just finished highschool in computer science and got into a pretty good college for computer science with artificial intelligence ..we were taught c and c++ in school and now i feel it's pretty outdated... I'm real passionate abt this subject and feel i need to get a head start on others and stand out..i have a few questions and I'd like you guys feedback 1 what ide shld i use and what language should i learn ( been thinking of python) 2 i wanna learn everything about Ai and start working on projects...how should i proceed with this? ( Wait for college professors or study online) ( if online ..from where and which course) 3 i wanna participate in lots of hackathons and build a powerful resume by the time I graduate..so how do i begin ... I really wanna win hackathon and builld projects 4 is ubuntu better or should i stick with windows?...and what are the other useful software i should get . . Would really appreciate any of u pros replying Thank you for your help. [link] [comments] |
[Question] People who post memes on AI can rule/destroy the world? Do they even know how AI works? Posted: 22 Sep 2020 12:14 AM PDT Just a Question People posting memes on How AI can destroy the world or AI can rule the world in which they show the initial stages of their model xd....Do they understand that after some time with enough data the model can get better? IDK what's wrong with me I'm not able to accept it as a joke or meme! [link] [comments] |
Posted: 22 Sep 2020 07:41 AM PDT I am launching a new webinar series! Kicking things off talking about a kubernetes Internal Developer Platform, thought folks here might be interested! Can join us here https://humanitec.com/webinars/internal-developer-platform [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