Does coding become less fun when its a job? Ask Programming |
- Does coding become less fun when its a job?
- Language Documentation!!!
- Encryption Help
- Help finding ideas for new CS club
- HomeworkHelp (c++)
- Debugging Java Steganography project
- Question about non-disclousure
- Put string from JSON into a var
- Good way to connect multiple points
- Would you translate technical terms in non-English interview?
- What is your favorite online code sandbox tool?
- What has been your favorite API to work with recently?
- Hey I wanted to make a new website, for my business. How do I get started?
- Reports and charts - client-side vs server-side
- What exactly does "sane" (or "insane") software mean?
- Implementing ArrayList
- Not getting back true or false with python?
- I need help asap
- Need help with: Email, HTML, Webscraping, Python project.
- Rant: I despise R
- New to coding , Need some help with a project
- How should I name "nth level siblings" functions over a graph?
- help , im a noob at this , i don't understand how the if functions don't work
Does coding become less fun when its a job? Posted: 22 Oct 2020 08:27 AM PDT I really like coding. Its like a puzzle almost. And I want to work in it not just because I like it but also because I think for the most part I'm good at it. But what I'm concerned about, is that while it may seem fun when you're doing it for yourself, does it become less fun when your working for it? [link] [comments] |
Posted: 22 Oct 2020 08:42 PM PDT Should I learn a programming language such as java using the official documentation? I have tried to learn with video tutorials, books etc. but they all are outdated. [link] [comments] |
Posted: 22 Oct 2020 07:07 PM PDT |
Help finding ideas for new CS club Posted: 22 Oct 2020 05:57 PM PDT I've helped restart the defunct cs club at my school. I kind of became the defacto president but I'm not super experienced in coding. I'm a novice at python/java and have done some interaction with the web in python. So far I've mostly been having computer scientists speak about their careers but we need more engaging activities I am wondering if anyone has any resources or ideas for good mid level projects. Being able to meet in person is tricky due to covid and may be impossible. I think our university has some raspberry pis left over from the previous club. [link] [comments] |
Posted: 22 Oct 2020 05:26 PM PDT Hello, here is the description for my assignment. " Write a program that uses nested loops to collect data and calculate the average rainfall over a period of years. The program should first ask the user for the number of years. The outer loop will iterate once for each year. The inner loop will iterate 12 times, once for each month. Each iteration of the inner loop will ask the user for the inches of rainfall for that month. After all iterations, the program should display the number of months, the total inches of rainfall, and the average rainfall per month for the entire period." The only error is for the output of total and average rainfall for each year. Every year after year 1 is output as combined total with previous years rather than it's own. [link] [comments] |
Debugging Java Steganography project Posted: 22 Oct 2020 03:09 PM PDT Hey guys noobie programmer here. I have finished writing a Steganography program and while it does compile on eclipse on my Mac when I run it through Ubuntu with the same code I've been getting this error
i've included a pastebin link here https://pastebin.com/qXX1L92g with the full code so if anyone can help me out it would be really really nice. Thanks again. [link] [comments] |
Question about non-disclousure Posted: 22 Oct 2020 11:20 AM PDT If an interviewer asks you what you did and what tools you used in your last job, how much are you allowed to talk about? i know it depends on your contract but generally speaking [link] [comments] |
Put string from JSON into a var Posted: 22 Oct 2020 08:37 AM PDT EDIT: SOLVED. Needed |
Good way to connect multiple points Posted: 22 Oct 2020 01:45 PM PDT I wish to create a "road map" in which there is a series of points. Each point can connect to x number of other points. Numerous points may connect to a single point. Any thoughts what a good way to accomplish this is? [link] [comments] |
Would you translate technical terms in non-English interview? Posted: 22 Oct 2020 01:33 PM PDT This post is targeted mostly on people living outside English speaking countries, but everyone could give their input. Lets say you live in Germany and go to technical on-site interview. The interview process will most likely lead to 3-way dilemma:
Obviously, you would not translate names like React, Node, CSS, etc. But what about technical terms like 'design patterns', 'library', 'framework', 'hosting', 'package managers', 'rendering', 'back-end', 'module bundlers', etc? Would you try to translate them to something equal in German or would you stick with English, when mentioning them? [link] [comments] |
What is your favorite online code sandbox tool? Posted: 22 Oct 2020 01:33 PM PDT Setting up new project locally just for quick ideas and snippets usually is a bit of overkill, since it takes time to set up, requires use of many tools (like editor, browser and terminal) and you end up with extra files in your machine. That's where online code sandboxes come in. These requires no setup, includes all tools for tests/preview in single space and allow to quickly get rid of your snippets with just of a press of a button. For a long time I used a combination of [jsbin.com](jsbin.com) and [codepen.io](codepen.io), recently moved to [codesandbox.io](codesandbox.io) and never really looked back. What is your current favorite online code sandbox and why? [link] [comments] |
What has been your favorite API to work with recently? Posted: 22 Oct 2020 01:33 PM PDT Developers often integrate information from other applications into their own software. That's where APIs come in. A good API is consistent, well-defined, fast, secure, and returns exactly what is requested. Could you re-call some of your recent favorites? [link] [comments] |
Hey I wanted to make a new website, for my business. How do I get started? Posted: 22 Oct 2020 06:19 AM PDT |
Reports and charts - client-side vs server-side Posted: 22 Oct 2020 12:12 PM PDT For a web-based application (React front-end; ASP.Net back-end) I need to give users two things:
I don't love the idea of developing a both a client-side charting component and a server-rendered charting component. Is there a way that I can "kill two birds with one stone"? I recognize that Tableau and PowerBI are appropriate to consider for this, but IMO [could be wrong tho] they are 500-lb gorillas that are cumbersome and costly to integrate. Is there a good lightweight solution for generating PDF-type reports server-side? [link] [comments] |
What exactly does "sane" (or "insane") software mean? Posted: 22 Oct 2020 08:06 AM PDT I've see developers say "sane" software a lot (eg. Wireguard is said to be sane VPN software). What exactly does this mean? I thought I knew what it meant but when i thought about it I didn't [link] [comments] |
Posted: 22 Oct 2020 07:12 AM PDT Hey, I'm trying to implement an ArrayList in java by myself. This is my code so far: Class Arrays: Class ArrayList: I have the following test cases which actually succeed But it still seems that something is wrong. Lets say I have the following main method: The expected output is the following: K But I get the following output: T Can someone point me in the right direction? Thanks in advance [link] [comments] |
Not getting back true or false with python? Posted: 22 Oct 2020 10:47 AM PDT In python Crash Course, I got to chapter 5 titled "IF STATEMENTS." If I type in one of the things it puts in there like "age = 18 age == 18" All I get in return is "press any key to continue." The same thing happens with trying to do it with words. It doesn't print out true or false. Maybe I am missing something there, but I put it in just as the book says and am not getting the result it says you would. I don't know if it makes any difference, but I have been using visual studio. Edit: This is right at the beginning of the chapter, so I don't know what I am missing here. [link] [comments] |
Posted: 22 Oct 2020 10:45 AM PDT
// PRECONDITION: The Linked list may or may not be empty. //data is the value to be inserted. //quantity is the how many times data should be inserted into the list. //insertPosition is the location where the inserts are to start. Assume counting starts at 1. So an insertPosition of 1 means to start inserting values at the start of the list. An insertPosition that is less than 1 should be rejected and the function should immediately return false. An insertPosition that is larger than the number of nodes in the list should cause all the inserts to happen at the end of the list. // POSTCONDITION: The return value is true if the data is successfully inserted quantity times in the Linked list starting at location insertPosition. Otherwise, if the function fails to accomplish this, it should return false and the Linked List should remain unaffected. bool groupInsert (const NODETYPE & data, int quantity, int insertPosition) { } [link] [comments] |
Need help with: Email, HTML, Webscraping, Python project. Posted: 22 Oct 2020 06:13 AM PDT New to programing and I have a project where the only option to export from an app is to email as a html file. I want to scrape the file using python and send the file back to sender as a pdf. I'm thinking it will work something like this: Export html file from app to convertfile@example.com Python checks convertfile@example.com inbox for new email with attachment and downloads file. Python converts and sends file to orignal sender. I'm wondering if I'm on the right track with this approach. If not, what would you suggest as an alternative? I can see this causing problems with people spamming convertfile@example.com, sending wrong file types, and downloading a virus. [link] [comments] |
Posted: 22 Oct 2020 02:24 AM PDT Already posted this in r/Programminglanguages but was politely informed that I was in the wrong place. I must admit I'm mostly venting but I also have some questions. So, I'm not a very proficient programmer, but I do enjoy python. So intuitive. So clean. So pretty. Now I'm taking a biology course that uses R for some reason instead of python. Is there any advantage to using R over python? I understand the math behind what we're doing so much less when I use R, and so much more when I use python. Honestly I'm not sure if this bias is just because I'm pretty illiterate in R, but R.studio is ffing glitchy, it keeps changing my directory, skipping lines when I try to run all code lines, and I just miss printing things to the terminal.... Also the installing functions and packages takes forever. TLDR; is there an advantage to using R vs Python in genetic biology? Or is it used simply because biologists have used it for a long time and are most comfortable with it? [link] [comments] |
New to coding , Need some help with a project Posted: 22 Oct 2020 03:31 AM PDT Morning Guys I am pretty new to coding so sorry if this sounds stupidly simple but I am creating something in unity that involves a calculator and I am stuck at trying to code the square root button. Currently my code inputs for each button looks like this case "+": _result = _input + _input2; break; case "-": _result = _input - _input2; break; case "*": _result = _input * _input2; break; case "/": _result = _input / _input2; break; case "³": _result = _input * _input * _input; break; case "²": _result = _input * _input; break; case "√": _result = _input; Math.Round(Math.Sqrt(_input), 2); break; The square root doesnt seem to work for me after this was what was originally suggested to me , any solutions would be much appreciated Thanks [link] [comments] |
How should I name "nth level siblings" functions over a graph? Posted: 21 Oct 2020 11:20 PM PDT |
help , im a noob at this , i don't understand how the if functions don't work Posted: 22 Oct 2020 01:03 AM PDT i have been working on this simple c program for 3 days and only made some minor improvements in my if functions . but after i input the "salary" , the if function skips the if and if else function , all the way to the else function. [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