How important education is for getting programming related job? Ask Programming |
- How important education is for getting programming related job?
- Swift error while running app. Any help would be appreciated.
- Programming Challenge: Help! I need to create a bot... how??
- Need help with executing batch program upon scroll wheel turn
- [C++] Issues with recursive function with large values
- Low-end IDE for C#?
- Website to easily create CSS?
- What do employers look for when they see your application for <technology> engineer?
- Why are so many developers interested in early retirement?
- A library or packet to easly prototype my sons drawings as a game. like.. . flying monsters or make them jump around or space invaders like game or shot’em up like game?
- Java Gui
- Spring boot start up time
- Does anyone know the name of this syntax coloring scheme?
- C# Looking for help on how to parse this certain XML
How important education is for getting programming related job? Posted: 26 Oct 2018 10:23 AM PDT Hello, How important education is for getting programming related job? I am a law student (second year) and for the last two years I have been doing small freelancing gigs related to back end and front end web development. At this point I am pretty sure that my chances of getting law related job are very low (even if I get masters). So I have been thinking about next possibilities:
It important to mention, that I'm from Europe so I won't have any debt and cost of education is relatively low. [link] [comments] |
Swift error while running app. Any help would be appreciated. Posted: 26 Oct 2018 07:57 PM PDT Trying to make use of a singleton MVC and receive this error no matter what I change. Any help would be appreciated. Only error I can find - Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) - SWIFT - SINGLETON Link -> Here [link] [comments] |
Programming Challenge: Help! I need to create a bot... how?? Posted: 26 Oct 2018 06:49 PM PDT I need to design a program that will enter a form by typing strings of text, adding random numbers, and hitting enter as well as clicking a mouse. Is there a simple way to do this. I've used a paste-bin to draw up a simple map of what the program should do. Please help me out... I need this to work... And in case you're wondering about the form after reading the above hastebin, I took a snap of the form here: https://ibb.co/fMjr8A Thanks Jonathan [link] [comments] |
Need help with executing batch program upon scroll wheel turn Posted: 26 Oct 2018 12:43 PM PDT Hi, I want to send a hex command over my P.C's serial port upon a mouse click or action of the scroll wheel. So far I have a batch script that will send the hex commands I'm interested in sending, but I can't figure out how to tie this function to the scroll wheel of the mouse. I would like to avoid using third part applications like AutoHotKey. I need some help figuring out how to watch / map the button press to executing the command. Alternatively I could create a batch file that is constantly running and is intercepting / watching the mouse status and will send the command any time the scroll wheel is scrolled. Outside the box ideas welcome. Appreciate the help. [link] [comments] |
[C++] Issues with recursive function with large values Posted: 26 Oct 2018 12:37 PM PDT Hey! I've been mulling this over for a while and I can't figure it out. For a programming challenge thing, we were supposed to make a program where we calculated the number of Knights that could fit on an NxN chessboard. I've got an algorithm that runs the logic via recursion. Essentially whenever a knight is placed, it places an attack space everywhere that knight could attack on a 2D vector, and vice-versa when attacks are placed. The program runs flawlessly for values N 3-64. (I'll be honest, haven't tested 1x1 or 2x2 boards but I'd assume they work). But when I have my vectors represent a 65x65 board or higher, my program just kinda... doesn't run and I can't really figure out why. My recursive statement(s) are below. Otherwise I just kind've loop through a 2D vector and place a knight in any available blank space. (After the first one is placed, most of the board should be filled so it mostly just takes care of any stragglers) I haven't really used recursion on large things like this before so I don't know if maybe too many calls are in the stack at once or something. If anybody has any insight into the problem, I'd love to hear it! [link] [comments] |
Posted: 26 Oct 2018 03:29 AM PDT Hello, I've been using Visual Studio but find it laggy, slow and somewhat crashy. [link] [comments] |
Posted: 26 Oct 2018 03:36 PM PDT Hey guys, sorry in advance if this question is really dumb, I'm just getting into webdev. I need to create a website for my uni assignment and I cannot be bothered to figure out CSS cause deadlines. Does a website exist where you can set up a homepage and choose colours and stuff and then it generates the CSS code for what you did? I wanna just create a static homepage in CSS that has all the widths, lenghts, etc. done correctly so I can put text on it. If this doesn't exist, what is the easiest way you could recommend to create a basic website layout in CSS? Thanks in advance [link] [comments] |
What do employers look for when they see your application for <technology> engineer? Posted: 26 Oct 2018 11:22 AM PDT I've got 4 years experience in the field. Everything from full stack web stuff to scientific simulation and machine learning research. I've been out of work for 4 months and I can't seem to figure out what it is I need...I'm frustrated. [link] [comments] |
Why are so many developers interested in early retirement? Posted: 26 Oct 2018 09:07 AM PDT Howdy folks, I hope more general questions are welcome here. If not please suggest where I could post elsewhere. Most of us are paid well, we occasionally get to solve interesting problems. We constantly get to learn new things. We're very much in demand. All in all, most of us have a pretty sweet gig, and yet I'm curious about a correlation I see within the /r/financialindependence subreddit. The last survey they had there, a sizable majority were in IT or engineering. It got me thinking, why? Is it that we're not as pressured to be 'flashy' with our consumption as, say doctors, lawyers, or people in finance? Are we more apt to optimize or min/max things, including our finances? Or, more darkly, is it just ageism? [link] [comments] |
Posted: 26 Oct 2018 08:21 AM PDT I'm familier with C C++ python swift. Should i try pygame? Also i am searching an easy way to convert that drawings in to game assets. [link] [comments] |
Posted: 26 Oct 2018 03:33 AM PDT Hi guys, I'm studying Java Swing, Awt and FX at University. I started some days ago so I don't know how this tools actually work. In this exercise I have to make an array with some objects composed with a question and an answer. The JTextField for the answer is editable. In the Build class I made an horrible gui but it's not a problem, my problem is the for statement into Build class: It doesn't wait for the answer at any of my three questions but it print the last question and when I answer the showDialogMessage appears three times. What I have to do? PS. For complete code click here ``` class Build extends JFrame implements ActionListener{ } ``` [link] [comments] |
Posted: 26 Oct 2018 06:55 AM PDT After installing the newest version of the osx (Mojave) to my macbook pro the start up time for even a simple java spring boot project has gone up from like 5 seconds to over 20. Any ideas if there's something I can try to fix the issue? [link] [comments] |
Does anyone know the name of this syntax coloring scheme? Posted: 26 Oct 2018 06:39 AM PDT Hi everyone. First of all, this is not a question that is directly related to the technicalities of programming, so please forgive me if this is not the right place to ask. The page on the link below displays a snippet of code designed to exploit the infamous heartbleed weakness. I think the coloring scheme and font used in this code are very visually appealing and I would like to use it in my code editor. Does anyone know the name of this scheme? [link] [comments] |
C# Looking for help on how to parse this certain XML Posted: 26 Oct 2018 01:58 AM PDT I have a sample XML Like this, and would like to convert it below. to something like this I am having trouble doing this in C# with a clean code [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