People who work or have worked for Microsoft, do you have to use BING and Edge, or are you allowed to use chrome or firefox? Ask Programming |
- People who work or have worked for Microsoft, do you have to use BING and Edge, or are you allowed to use chrome or firefox?
- Leaving files open on Visual Studio Code corrupts them?
- What do Veterans of the industry think of people coming out of college in the last few years compared to people coming out of college 10 - 20 years ago?
- Java is running slow on ubuntu
- Why do they say Electron's so bloated, and that desktop apps using it are so slow/resource-hungry?
- Programming for young kids (7+)
- Would it be better for an idiot to learn how to code by using teaching books/apps/ methods for elementary and middle school kids?
- Delphi vs Visual Basic For Hobbyist
- Decompressing XML file with unknown compression method
- Want to change career into programming - Do I self-teach or do a conversion masters for beginners?
- CS50 Credit Problem Help
- Which programming language/frameworks for cross-platform app should I use?
- Streamlined C with faster to write syntax and sugar ?
- Advice about programming course
- C programming help (loop)
- Looking for insight on an idea
- Which programming language and framework should I learn and will help me do this?
- JavaScript Emote system
- Movies that make programming seem cool?
Posted: 31 Jan 2021 08:23 AM PST |
Leaving files open on Visual Studio Code corrupts them? Posted: 31 Jan 2021 09:30 PM PST I have a USB drive which is constantly attached to my computer which has multiple project folders stored on them. It's happened a couple times already that if I leave a file open on Visual Studio Code for an extended period of time it gets corrupted. I have backups of all the files so I'm able to restore them just fine, but I don't think that this should happen. Just now an entire directory corrupted, but running chkdsk with the /F parameter restored every file except for the one that was open in the editor. Is this happening to anyone else? Is there something wrong with my USB or VSCode installation? [link] [comments] |
Posted: 31 Jan 2021 07:48 AM PST |
Java is running slow on ubuntu Posted: 31 Jan 2021 11:59 AM PST So I have this Java app written in awt and swing. The thing is that when i run the app on windows the performance is alright I get 60fps but when i run it on ubuntu linux on the same machine (dual-boot system) It runs sluggish. I hard get about 10fps. Is this something common in Java from os to os? Edit: both OS are running the same version of openjdk. [link] [comments] |
Why do they say Electron's so bloated, and that desktop apps using it are so slow/resource-hungry? Posted: 31 Jan 2021 04:54 PM PST Is it really such a bloated framework, and why's it so bloated in the first place? [link] [comments] |
Programming for young kids (7+) Posted: 30 Jan 2021 11:33 PM PST My son wants to create his own games, so I was looking a bit at some visual programming languages that will work on an iPad. The ones I am primarily looking at right now is Hopscotch and ScratchJr. Wondering if anyone else has any experience with these languages and development environments and can give their thoughts on which one is the superior choice. It needs to be something that is very fast and easy to get started with because my son won't have the patience to do something where the feedback loop is too long. [link] [comments] |
Posted: 31 Jan 2021 07:27 AM PST I have a learning disability. I take a very long and challenging route to learn something. I pick up other knowledge along with more frustrations along the way, but eventually get there. I'm a slow learner. I'm not an idiot but I'm damn close. I'm in my late 30s and trying to find a job that I can work remotely for. I've had an interest in coding for some time as computers tend to hold my focus a bit more. So for an idiot like me, at my age, and slow learning ability, would it be better to start at a child's level type of curriculum, or is there something better fitted for adult ADD and dyslexic slow learners like me? [link] [comments] |
Delphi vs Visual Basic For Hobbyist Posted: 31 Jan 2021 02:13 PM PST In the late 70s and 80s I was a programmer by profession and as a hobbyist. My hobby programming consisted primarily of Turbo Pascal (TP) and Visual Basic (VB) and none of it was OO which seems standard today. I've not coded in 30 years but want to get back into it as a hobby. My first project will be a home inventory program with a Microsoft Access database and I'm trying to decide whether to write the application in Delphi or VB. I understand neither of these languages are popular today but this is as much about nostalgia as it is the applications themselves. I'd like your thoughts on which of these languages you'd recommend and why? Of course other feedback and suggestions are welcome. My criteria are:
What're your thoughts and thanks in advance [link] [comments] |
Decompressing XML file with unknown compression method Posted: 31 Jan 2021 02:00 PM PST Would there be anyway at all to determine the compression method used for an XML file given only the compressed XML? I'm a server owner for a server on Stormworks. Recently they made an update to compress XML vehicle data for reduced storage usage and faster XML transfer times between the server and clients as all vehicle XML files have to be transferred to each client. Before this, the XML data was readable and formatted normally. I am attempting to decompress the files as you can view the types and number of blocks used as well as scripts in that vehicle. [link] [comments] |
Want to change career into programming - Do I self-teach or do a conversion masters for beginners? Posted: 31 Jan 2021 01:17 PM PST I think this question has probably been asked before but I've joined Reddit to learn more about programming and the field etc. I have already completed an English literature degree and have just started learning an introduction to programming on udacity! My plan is to learn one language - python - and then go from there but I'm really enjoying it so far and want to go further into this! I've spoken to two programmers I know - one DevOps and another systems architect and one said to self teach - he regrets his CS degree and the other said uni is a good idea! I know there's great developers from both paths! But in my case - I have a normal 9-5 job as well! Shall I keep self teaching and later learn more languages and go into developing? Or do a comp sci conversion masters course ( as seen in unis like Birmingham, UCL etc.)? Any advice would be greatly appreciated xx [link] [comments] |
Posted: 31 Jan 2021 01:14 PM PST Hello! I am new to programming and obviously also very bad because of it. I was hoping somebody could help me with this issue, this program I have written detects if a Credit Card number is valid through a few filters, it is problem set 1 for the CS50 course. It compiles and in my mind should work but no matter what input you use it sends back INVALID. (this program currently only detects master card and American express. [link] [comments] |
Which programming language/frameworks for cross-platform app should I use? Posted: 31 Jan 2021 05:03 AM PST Hi all, I will have some time off and I would like to create some simple app (communication with API and DB, add/edit/show records type of app) to learn current tools and languages. I would like to do Windows and Android endpoint apps, I did a quick research and my current candidates are: Flutter - good documentation, Google = Android full support, but I am not sure if Windows app is doable - only that support is still in Alpha phase Xamarin - I know C#/.NET, so it should be fast to get a grip of, but is it still viable choice today? React - I know some basics, but just how to create a web app, I didn't find good sources if React Native is different, or how "hard" it is to work with compared to other frameworks above. If there is any other framework, that is worth learning today, I am open to ideas. [link] [comments] |
Streamlined C with faster to write syntax and sugar ? Posted: 31 Jan 2021 07:25 AM PST Hello there. I searched a long time for a language, and didn't find any that would suit my need. I ended up using C. However i don't feel that this language is good, i like the philosophy of it, and how it is close to how things are really done system side and how easy it is to remember the full syntax. It's good for writing shared library. I like python, but the slowness of it is really inconvenient. I tend to write code much faster un python than in C though, to the point that when i can, i first prototype in python, before translating it to C. I believe i need a language that have C level of transparency, and fully support the C programming style, while being easier and faster to write. I would like this language to actually translate to C when finally targeting the shared library generation. I'm dreaming of course of building this language myself, although i believe it would take me a long while before i get where i want to get (probably will be too old to use it for my pet projects by then). So i though maybe i would ask you guys, if you already know languages/blogs/project that aimed at this particular goal. . Desired Features : Language meant to write shared library with a C generation step (header + source). Language that is easy to write and test (Python like). Language that doesn't hide anything (from what the C will look like), but might provide sugar code for improving usual pattern writting. [link] [comments] |
Advice about programming course Posted: 31 Jan 2021 05:04 AM PST Hi guys, at the moment I can do a free e-course and I've always wanted to learn a little programming. I did a little html programming that was very basic in college. Which of these courses would you recommend as the most useful in your opinion? -Introduction to programming using Javascript -introduction to programming using Python -Java foundations certified junior associate -introduction to programming using html and css I am a primary school teacher who would be interested in teaching coding to 10-12 year olds in my school and I'm not sure which one of these courses would be most beneficial. Thanks for your help [link] [comments] |
Posted: 31 Jan 2021 07:10 AM PST i need help with this program that i made. In the main function i asked the user for an input (for what he/she will buy) if user selects 8 it should go back to the main menu and restart the program. But the thing is when i press 8 it shows the main menu and then it just continues where it left from the code. ( shows the main menu then asks for the quantity). [link] [comments] |
Looking for insight on an idea Posted: 31 Jan 2021 09:26 AM PST To start things off, I took two coding classes years ago and began learning about java and C++ (AFAIK these are introductory languages). With that being said, I am currently trying to work my way up to being part of the management team at my current job. While sitting at home one night, I was trying to think about if there was any way for us to make a program that would output effective schedules for each week so that we could move away from manually creating them. Not all employees are trained on every station in our stores and so we have to account for each day/week having appropriately trained employees for each shift and then enough to staff each station if multiple employees are required to staff. Employee availability would be considered as a variable to determine the options for each shift on any given day. Along with maximum hours and minimum hours of each employee. I feel like there are a lot more factors I may have to account for but my brain is going a mile a minute and I don't know if I have something that could help us out here or if I'm just talking crazy. My limited knowledge from the few coding classes I took has me thinking it would be possible but I'm not sure if I need to use things like a matrix for variables, or any advanced coding techniques that may not have been covered in my intro classes. It's been a few years but I feel like it'd be possible and I'm sure other companies have it already. I'd greatly appreciate the thoughts of anybody well versed in the world of coding. Thank you [link] [comments] |
Which programming language and framework should I learn and will help me do this? Posted: 31 Jan 2021 07:37 AM PST Hi, I have a startup idea and for R&D purposes want to create a forum on the internet. Which language and framework should I learn. [link] [comments] |
Posted: 31 Jan 2021 06:47 AM PST Hey guys. First let me say i'm pretty new to web development so go easy on me. Okay so basically what I will have a live chat system on the page to where people can type anything and what i want is when a specific word is typed for example "smileEmote" that word should turn into a specific emoji sized picture when it's sent in the chat. This is a proof of concept that i was thinking of doing but i don't really know how to start. Thanks in advance! [link] [comments] |
Movies that make programming seem cool? Posted: 30 Jan 2021 10:40 PM PST Had a rough week at work, felt kinda discouraged by my profession. Could go for a movie that kinda lifts my professional spirits. Mr.Robot is a good example of this I think, makes me think wow that a wonderous skill set and an incredible digital world we live in. I especially like spy movies where people run around Europe. Even cheesy ones like the da vinci code. Any suggestions really appreciated Thanks for all the dope suggestions everyone! [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