Music or No music while coding? Ask Programming |
- Music or No music while coding?
- I've written a program that works in principle, but it will take 600 years in my estimation to complete. Now what?
- React or Vanilla JS
- How to learn web development for my situation
- Should I take this job?
- Is there a script to mass-unsend instagram DMs?
- How would I go about creating a character stat system (as in any rpg) in Javascript? And how do I store the data?
- Automated script to fill out input fields on website on a daily basis?
- Best way to make a devlog/binnacle of a project that will lead my portfolio?
- Hey guys I need help
- Understanding the reason for segmentation fault in the code snippet below
- Can I "build" a VS solution on Linux or Windows without VisualStudio
- CSS and SCSS help
- Timestamp Verification
- Miscellaneous mouse questions
- What advice would I give for new beginners in software development?
- Help With virtual studio code
- Just finished a junior web development course, what should I do?
- How do you launch apps?
- What fullstack framework to choose, HELP
- Seeking advice for development of cloud server for desktop app
- Difference between CTF style competition and ICPC?
- Finding passion for programming as time goes on?
- Processing Data from PDF?
Music or No music while coding? Posted: 14 Jan 2021 12:33 PM PST As I've noticed, some devs see music as a distraction and absolutely hate it, while some won't write a single line of code without headphones on ears. Which type of person are you and could you please elaborate a bit on your reasons behind it? [link] [comments] |
Posted: 14 Jan 2021 09:40 PM PST Sorry if this is in the wrong place. My code is brute forcing through a set of permutations looking for matches. The total number of of permutations is about 1e14. My computer was able to go through about 6 million permutations in about 8 minutes. Can I just buy some computer time to run the code for me? How much would this cost? [link] [comments] |
Posted: 14 Jan 2021 06:28 AM PST Hi, I'm in the process of learning JavaScript and planned to make a website within 3 weeks using vanilla JS. Should I build it in vanilla JS or learn react and use that to build the site, keeping in mind the 3 week deadline? The website is supposed to be slightly complicated. Thank you [link] [comments] |
How to learn web development for my situation Posted: 14 Jan 2021 05:21 PM PST I was hoping to get some guidance for how I could approach learning web development for my situation. So I have minimal coding experience. I am a small business owner that is almost entirely a website based product. The majority of the website is allowing users to navigate to different pages that display data pulled from our database in tables and graph forms. There is also many filters that allow them to filter through the data to see what they want. We have all the data in a database through Sql. I currently have a website development team. However, once the website is completely developed, I would like to have enough coding knowledge to be able to update or create new pages on the website in an appealing way when needed. For my situation, here a few questions:
[link] [comments] |
Posted: 14 Jan 2021 07:39 PM PST Hello everyone! I am new to the world of coding and programming. My knowledge about coding is very basic, to put it simply, it's just a "tip of the iceberg" level. I took up a 2 weeks course for Web Design and another 2 weeks course for Web Development. Over the span of that time, I learned basic HTML, CSS, and JavaScript. The courses are also in my local language so I understood the lessons well enough. At the end of my course, we were required to create a project that utilizes the lessons taught to us and I pretty much made a nice impression to my instructor. Recently, he contacted me saying he recommended me to someone he knew who's looking for a web developer. So my question is should I take the offer considering I only have a month or so experience in coding? I'm asking this because I'm pretty torn about deciding. I want to take the offer but I'm also afraid. What if I'm not able to deliver what they're asking? What if I mess the job? I don't want to hurt my instructor's reputation because he's the one who made a recommendation. I'm sorry for the long post and advance thank you for all the answers. [link] [comments] |
Is there a script to mass-unsend instagram DMs? Posted: 14 Jan 2021 07:26 PM PST Is there a script to mass-unsend instagram DMs? Not delete, but unsend. Found a few which are old and don't work with updated versions of IG. [link] [comments] |
Posted: 14 Jan 2021 07:22 PM PST So far I have a variable for each stat with a value that is displayed using .innerHTML, in order for me to style it later with css. A button would be set to add +1 increment to the value each time you press it. What's the best way to go about storing this information? I know that I could either do this with a database/server or with local host but I'm not sure which is better or how to go about doing either. [link] [comments] |
Automated script to fill out input fields on website on a daily basis? Posted: 14 Jan 2021 07:13 PM PST Hey all, my apt complex recently changed over to using a service that requires me to log my friends' license plate numbers and car makes/models into a site once every 24 hours assuming they are staying over. What's the best way to automate this, and is there a way to create a script so that it runs in the background once every 24 hours without having to manually run it? I've looked a bit at Selenium and I have a small amount of Java/Python coding experience. This just seemed like a fun little project to work on. [link] [comments] |
Best way to make a devlog/binnacle of a project that will lead my portfolio? Posted: 14 Jan 2021 02:50 PM PST Lately, I got a bit tired of hearing people asking myself for my developer portfolio, so I had to put hands on and I just started developing a bunch of apps that interacts with each other. My project core is a Spring server (Java 8) but it may include Thymeleaf, Python, and even a Android app that consumes all this back-end if I get enough time and I feel like it. Clearly, the purpose is to show what I can do, maybe implementing some interesting ideas.... you know. The point why I got here is because I´d like to not only write the code and git-push it, but also make/keep a record of all the stuff I do every time I sit on my computer to work on this. I don't want to make a "how to" of my project, but I'll maybe explain why I took some decisions while designing or developing a feature, keep trace of my backlog/roadmap, make evaluations of expectations-reality of a feature maybe, tell some problems I found, say what I had to learn at what point, etc. I don't know if an IT recruiter will spend many time reading this kind of stuff, but I feel it adds aggregate values to my project, and it can even be useful for someone else or educational purposes. So here comes the concrete questions:
[link] [comments] |
Posted: 14 Jan 2021 05:20 PM PST Is there a program that figures out which files a app is using? An example is I play ark but I think it is loading other maps for some reason but I cant check, and Im not good enough to make my own program [link] [comments] |
Understanding the reason for segmentation fault in the code snippet below Posted: 14 Jan 2021 05:10 PM PST I am trying to find out the longest peak length in an array. Example: Array: [1, 2, 3, 2, 1, 1] Peak Length: 5 *(1,2,3,2,1)* I have used the following code to find out the longest peak in an array:
**In the first while loop below, if I change the condition to (idx < (array.size() - 1)), it throws a segmentation fault.*\* Please help me understand the reason behind this issue. [link] [comments] |
Can I "build" a VS solution on Linux or Windows without VisualStudio Posted: 14 Jan 2021 11:07 AM PST Hypothetically if you have a .sln from from a project but don't have Visual Studio and want to just build the project as-is, can it be done? The project is in C and is supposed to target Windows x64. Update: Installed MSbuild tools from the 2019 installer Was able to build after I figured how to target the correct project, configuration and platform. [link] [comments] |
Posted: 14 Jan 2021 03:56 PM PST Hello I'm fairly new to coding in CSS and have recently come upon SCSS when looking for a creative way to create my webpage title. I currently have a CSS file that contains my styling and would like to make my title like this example I found. I dont know how to incorporate that code example. Is there anyway I can incorporate it into my existing CSS code or do I need to do something else? I understand how to add the HTML code but not the styling part. For reference this is my CSS code: [link] [comments] |
Posted: 14 Jan 2021 02:52 PM PST Hello. I am coding a decentralized messaging app and wanted to have posts expire after a certain period of time. To implement this, I wanted to have each post include a publicly-accessible unpredictable random number for the purposes of verifying that the post was created after a certain time. (This number would be digitally signed to prevent alteration). I was thinking something like an API for the last block mined for bitcoin or another cryptocurrency would be perfect. However, there are probably better ways of doing this. Does anyone have any ideas on this or an alternative method I could use? [link] [comments] |
Posted: 14 Jan 2021 02:24 PM PST This question is on Linux. As I understand (please correct me) every time you move the mouse,
If you continuously move the mouse, interrupts are continuously generated (at which rate, idk). The reason we're able to get smooth mouse movements without noticeable load increase is because of the incredible clock frequency the CPU operates at. My questions:
[link] [comments] |
What advice would I give for new beginners in software development? Posted: 14 Jan 2021 01:48 PM PST
These are my top 3 advice for new beginners in software development. This is something I was doing it and it helped me to become a software developer much faster with much fewer knowledge gaps. I hope this can help you to speed up your learning process or it gives you an idea of what you could do instead. Subscribe to my youtube channel DevPool as my goal is to help beginners and juniors to succeed in the tech industry. [link] [comments] |
Posted: 14 Jan 2021 09:24 AM PST Hi guys, Im new using virtual studio code+gcc and I am not able to use my program after compiling with debugging it just dont finish debugging I already tried to install everything again but nothing... [link] [comments] |
Just finished a junior web development course, what should I do? Posted: 14 Jan 2021 03:20 AM PST So I finished a java junior web development course (Java, Spring, MySQL, Js) and I am currently looking for a job, so what should I do in the meantime, what should I be writing and what sould I be learning, I was thinking about learning nonsql databases but I really don't know. And what should I put on github for the hr to see? [link] [comments] |
Posted: 14 Jan 2021 12:33 PM PST I've seen different approaches on devs launching apps: from the use of terminal to built-in search in the Start menu or launching from the desktop icons / pinned stuff in the taskbar. I'm on Windows and lately I've been using a tool called Keypirinha. What are your methods of launching apps? [link] [comments] |
What fullstack framework to choose, HELP Posted: 14 Jan 2021 12:10 PM PST Alright, im going to be quick about this. im a 3rd year computer sience bachelor, they teach object oriented and embedded programming, but not web developing. right now i have to create a dynamic website for a "customer" between now and sunday night at 19:00 ( CET ). i have some experience with HTML/CSS and just learned how to create and talk to a mySQL database with php. for local hosting and testing im using WAMP. now i've heard here and there that its really easy to get into a framework, but can someone please help me with chosing one? ive heard of django, vue.js and Angular but have no clue which one is easiest to pick up and program with. can someone help me along the way? Thanks in advance guys! [link] [comments] |
Seeking advice for development of cloud server for desktop app Posted: 14 Jan 2021 12:07 PM PST Hi all. I'm a dev by trade but don't have much experience with servers or the hardware and security elements involved. Despite this I am starting work on a project requiring a server that clients will connect to to register and log in, store user settings etc. Basically I want to avoid writing this from scratch if possible and recently learned about the existence of low-code solutions or similar. I see these as a potentially good way to get a good head start on this project and was wondering if anyone here has got any good experience with any of these types of solutions. These are the main features I am looking for:
Any advice is welcome! :) [link] [comments] |
Difference between CTF style competition and ICPC? Posted: 14 Jan 2021 08:19 AM PST I have a very basic understanding of programming but I'm trying to change that. I've been listening to some podcasts and in this one episode, narrator is interviewing a 4 time DEFCON CTF winner and the way he makes it sound is like wining that event basically means you are the best team of "hackers" around that year. I'm interested in how much CTF style competitions differ from "standard" competitive programming like ICPC or Code Jam? [link] [comments] |
Finding passion for programming as time goes on? Posted: 14 Jan 2021 11:18 AM PST I've come to the realization that there's a chance I have "fallen in love with the idea of the craft and not the craft itself". The possibility that it's merely the idea of being a competent programmer/the idea of the beautiful things programming can create that brings joy, moreso than the hours spent programming itself. That said, I'm in University, have only been programming for little over a year, and know few pursuits in life are going to be bliss all the way through. This makes me wonder ー have you found yourselves rather indifferent and not filled with excitement in your early/starting years programming, but found yourselves authentically passionate with the work itself later on, perhaps as your skills progressed? I'd like to think that even if I find myself procrastinating or, simply put, not passionate with the work itself right now, there is still possibility I will become passionate about it later on. [link] [comments] |
Posted: 14 Jan 2021 10:45 AM PST I'm trying to find a good library to process data from a PDF. I'm fairly language agnostic. Strongest in JS, Python and PHP, with reasonable aptitude in C/C++, Java, Scheme, Prolog and Perl. Like, what would libraries in any language would best reveal the underlying data structures in a PDF? [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