What's the worse code base you've ever seen and why? Ask Programming |
- What's the worse code base you've ever seen and why?
- State of Live Streaming Programming Survey
- Is there a mature alternative to Flask/Sinatra implemented in a compiled language?
- How can I run several Python scripts on a remote server for free?
- [C#] How can I create a table of varying rows dependent on user input?
- Pair programming: Good or bad?
- What's the easiest way to parse a YAML like language? (read lines and tabs)
- Efficient way to search through an array and save unique terms?
- How to approach programming microprocessors with only a minor experience in C?
- Need help for decoding / extracting sound files...
- Keyboard not working in os choosing menu?
What's the worse code base you've ever seen and why? Posted: 29 Dec 2017 05:18 PM PST |
State of Live Streaming Programming Survey Posted: 29 Dec 2017 03:35 PM PST Hey! Wondering if you all wouldn't mind taking a couple minutes to answer a brief, six question, survey on the current state of live streaming people coding. Your emails are not being recorded, all is anonymous.
Thank you! [link] [comments] |
Is there a mature alternative to Flask/Sinatra implemented in a compiled language? Posted: 29 Dec 2017 08:41 PM PST I worked with Flask for class recently, and I quite liked it. But I personally prefer statically typed languages. I'm looking for something as syntactically similar to Flask/Sinatra as possible. Crystal's Kemal library is a great example of what I'm looking for, but it is far from mature. [link] [comments] |
How can I run several Python scripts on a remote server for free? Posted: 29 Dec 2017 08:10 PM PST I have some Python scripts that I need to run periodically (3 or 4 times a day), but I want them in a remote server. Is there any free service for this? I already tried PythonAnywhere, but had some troubles with some Proxys when trying to connect to an API. Thanks in advance! [link] [comments] |
[C#] How can I create a table of varying rows dependent on user input? Posted: 29 Dec 2017 07:34 PM PST Hello everyone! I'm a bit new to programming in winforms. I would like to create a table that has a set number of columns but the user can decide the amount of rows that are necessary. I would like each cell to be formatted dependent on which column it belongs to. So for example, one user might want 10 rows, and there is 5 preset columns that the user cannot change. Column A might contain a label, while column B might contain a textbox. Doing this isn't totally straightforward. Can someone please guide me in the right direction? (Also if I've been too vague please ask questions! I really need help!) [link] [comments] |
Pair programming: Good or bad? Posted: 29 Dec 2017 05:12 PM PST How about a flame war just before New year? /S People who think pairing is good, explain why. People who are forced to pair, what do you hate about it? People who think pairing is flawed, why? I'm genuinely interested to learn of people's experiences pairing and maybe help a few people gain some new perspectives! [link] [comments] |
What's the easiest way to parse a YAML like language? (read lines and tabs) Posted: 29 Dec 2017 04:56 PM PST I want to write a dead-simple parser that parses files like these: Each line starts with tabs (incl. zero tabs), and I want to keep a count of these and make sure it's a valid file. I will parse this into a tree structure (line with no tabs are the first children of the root element). I can easily use regex to parse the lines themselves, but struggling with the tabs. Esp. since tabs can be spaces or tabs. Trying to figure out how it's done in YAML. [link] [comments] |
Efficient way to search through an array and save unique terms? Posted: 29 Dec 2017 03:19 PM PST If I have: list = [a, a, b, c, a, d, b] The output I am looking for is: new_list = [a, b, c, d] What is the most efficient way to accomplish this? [link] [comments] |
How to approach programming microprocessors with only a minor experience in C? Posted: 29 Dec 2017 02:37 PM PST Sorry if my title is a bit confusing. I'm a senior EE undergrad student. I'm working with a company for my senior project. They have tasked me with programming the diagnostic sequence in C for a device with 2 microprocessors and many peripherals. The problem is I have only taken a beginners class in programming that involved C. An employee from the company I'm working with already wrote one of the many portions of the diagnostic sequences and sent it to me as an example of what the rest of the project will look like. My goal was to learn more C and understand this sample program piece by piece. But this is where it falls apart for me. Trying to figure out Atmel Studio, learning C, and figuring out the structure of a program like this is quite overwhelming. I can't seem to figure out where to start or what to learn or even the right questions to ask. How do I approach learning and preparing for the kind of work involved in this kind of task when I have very little experience? There is a lot to understand and I'm having difficulty figuring out where to start and what I need to know. [link] [comments] |
Need help for decoding / extracting sound files... Posted: 29 Dec 2017 07:48 AM PST Hey guys, all is in the title, I need a tool for for decoding / extracting specifics sound files, exactly .abk files (from NFS UC). It's possible, first ? Sorry if I'm in the wrong subreddit / place. [link] [comments] |
Keyboard not working in os choosing menu? Posted: 29 Dec 2017 12:45 AM PST Hello, Whenever I start my system (I run a windows and ubuntu dual boot) and it starts the os choosing menu, my keyboard won't work. It only starts working after the os is automatically chosen. P.S. I have a trust gxt cada mechanical keyboard [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