Is this ok in reactive programming? Ask Programming |
- Is this ok in reactive programming?
- I have problem with an Java/XML-Animation in Android Studio, who can help me?
- Continuing My Journey
- How and where do I get started for learning machine learning?
- Need help choosing speciality: Software Engineering or Cyber Security
- Vowels/Consonants
- Need some help understanding why this method works. It prints out the input in reverse but the return statement is before that so how does it get there and why does it even print in reverse.
- Programming for social good
- How Does Axios.request(config) work
- How to turn more then one scanners into only one
- Float to int not converting properly
- Java programming challenge double variable bug please help
- How do I start tutoring
- Is number of lines of assembly saying how optimal it is?
- Design tool for Java Code
- What is the correct way to create a web application with Python?
- I want to learn !
- A general name for functions that works with regular expressions. And a name for functions that works with string without using regular expressions
- Donation app
Is this ok in reactive programming? Posted: 05 Sep 2020 10:41 AM PDT At my work I see a function that is a single return statement but is around 100 lines long. The basic jist of the control flow is like. I was wondering because most of the time you'd expect nested code like this to be a bad thing, but maybe reactive programming makes it OK. It was written by a senior engineer. It uses Java Reactor and is using the reactive programming paradigm. [link] [comments] |
I have problem with an Java/XML-Animation in Android Studio, who can help me? Posted: 05 Sep 2020 03:11 PM PDT I need serious help with this problem: Can anyone help me? [link] [comments] |
Posted: 05 Sep 2020 09:42 PM PDT So tomorrow I'm officially a 2nd year taking Computer Science. After almost 6 months away from programming stuff learning I will continue it tomorrow. Since our class suspended due to the pandemic, I really took a long long break! No reading of programming modules, No practicing! An absolutely break. By the way, the programming language that we used is "Java" and as I recall the last topic that we discussed was about a sneak view of Object Oriented Programming and to be honest I'm having a difficult time understanding this. I almost forgot that we're using Netbeans IDE. And in the Web we're almost finished about the CSS discussion. Now, I literally forgot what I learned, because it's been too long. Now that I will continuing this and I'm not that good on this seriously. I just need some motivation to boost up myself so that I can start learning again with some positive energy even we're doing this in online class! Anyway Good day to everyone and keep safe! [link] [comments] |
How and where do I get started for learning machine learning? Posted: 05 Sep 2020 09:32 PM PDT I have absolutely zero experience in machine learning. In doing some research, I've discovered that a professor who goes by the name of Andrew Ng is an expert on ML and has even spearheaded operations at Google in the past. That said, on a quick YouTube search, I discovered his lectures playlist for his Stanford CS229 lectures. Is this a good place to start or this a little bit ahead of where I should be starting? Recommendations for books for other online materials would be greatly appreciated. [link] [comments] |
Need help choosing speciality: Software Engineering or Cyber Security Posted: 05 Sep 2020 09:31 PM PDT Hello eveyone, I'm currently a student at a university, and for next semester we have to pick one of two specialities that we will focus our degrees on. The two being Software Engineering and Cyber Security. Each specialty has different classes, with focus being on their respective names. I'd like to hear people's opinions on what I should choose, I'd like to hear pros and cons so that I can weigh my options. I'd like to know about workload, competiveness, demand, average salaries, etc. Personally, I'm interested in both, I just need that extra push from either direction to make the decision. Thanks in advance! [link] [comments] |
Posted: 05 Sep 2020 02:02 PM PDT Aight so i'm kinda a rookie at python and I don't know how to split vowels and consonants. So bassically I need your help. All i need to do is ask them to enter a word (5 letter minimum) and then it say which letters are vowels and which are consonants. Please Help! [link] [comments] |
Posted: 05 Sep 2020 04:54 PM PDT public static void recursive(){ char entry; [link] [comments] |
Posted: 05 Sep 2020 03:24 PM PDT Hello everyone, I am a programmer for some years and in the last period, I am in deep thoughts about how I can help others using my coding skills and make an impact that really matters and would be helpful for the people. We the programmers know a lot of open-source tools and frameworks that help us daily to speed up our work and productivity. In addition, we can contribute to them since the source code is public and everyone can participate. Understanding how important are most of those tools and frameworks for the software developers and companies, I am thinking how important can be a tool, a system, or in general, software/hardware if it solves real problems people have. I have an idea that has to do with an open-source coding community. As the title of this post revealed, the community will be serving the social good creating software or even hardware with software for the real needs people have in health, food/water, education, or whatever else in society. Everyone will be free to share ideas and solutions. The members of this community will share common values and ethics and will work as volunteers for the common good. I can't go deep in details since I try to examine how it can go further. Therefore your opinions are important. I would be glad to read your thoughts Thank you [link] [comments] |
How Does Axios.request(config) work Posted: 05 Sep 2020 12:56 PM PDT i'm trying to understand how axios request works. I can barely find any explanation or example thtat speaks explicitly about it. i'll like to know how it works with examples. i came across axios request code and i couldn't understand it fully var headers = { i'll like to understand axios request better [link] [comments] |
How to turn more then one scanners into only one Posted: 05 Sep 2020 12:54 PM PDT Hi, here is my problem. I built these scanners to get inputs from the user one by one, however, now, I want to have one input (one scanner) where the user puts 8 different numbers, each number will have one white space between, an example would be: input: 0 9 3 4 5 6 7 4 How can I achieve this ? Thank You
[link] [comments] |
Float to int not converting properly Posted: 05 Sep 2020 04:34 AM PDT This is my code #include <stdio.h> I'm getting the output as D:\c>cd "d:\c\" && gcc tempCodeRunnerFile.c -o tempCodeRunnerFile && "d:\c\"tempCodeRunnerFile Cash owed: .22 0.220000,21 D:\c>cd "d:\c\" && gcc tempCodeRunnerFile.c -o tempCodeRunnerFile && "d:\c\"tempCodeRunnerFile Cash owed: .26 0.260000,25 The value is decreasing by one [link] [comments] |
Java programming challenge double variable bug please help Posted: 05 Sep 2020 10:25 AM PDT Hi, my question is about use of double variables, I am new with Java, hence, I sometimes have problems with syntax rules. In this program, I dont know why but even though I indicated the variables as double the program is giving me an error when I place double value in input. The error displayed in the terminal is: Exception in thread "main" java.util.InputMismatchException at java.base/java.util.Scanner.throwFor(Scanner.java:939) at java.base/java.util.Scanner.next(Scanner.java:1594) at java.base/java.util.Scanner.nextDouble(Scanner.java:2564) at Circle.main(Circle.java:107)
[link] [comments] |
Posted: 05 Sep 2020 04:06 AM PDT I believe I am ready to start tutoring people web development technologies such as JavaScript, React, and HTML & CSS. Does anyone have any tips or experiences on how to go about doing this? [link] [comments] |
Is number of lines of assembly saying how optimal it is? Posted: 05 Sep 2020 08:51 AM PDT I have limited knowledge of assembly but basing on it I can assume that it's always the case that: less lines of assembly -> more optimal code. I couldn't find any sources on this, so is number of lines of assembly determining how optimal it is? [link] [comments] |
Posted: 05 Sep 2020 08:11 AM PDT Hello, how would you write this code as a design tool? I need some input on this flowchart Just would like to know if anyone has a better way of designing this code [link] [comments] |
What is the correct way to create a web application with Python? Posted: 05 Sep 2020 12:23 AM PDT I've made a couple of web applications using the MERN stack and that's basically all JavaScript. But I have projects done with Python that I'd like to create a web application for and be able to use the scripts I've written in Python. For example, I want to have a website where the user can upload an image or enter some text and have the passed to a Python function using Python libraries and then get the result and show it on the site, similar to how I can do it with JavaScript. I'm almost certain this requires using Django/Flask. I've used eel but that's not exactly what I want. Also, how would the HTML code (so things like buttons or input boxes) call Python functions? I thought it could only be done through JavaScript. Ideally whatever I use is as similar to using Node/Express/React but I still want to do it the right way. So what are the correct stacks for developing a web application with some things done with Python? What about sites that are mostly MERN/JS but have somethings that should be done with Python? [link] [comments] |
Posted: 05 Sep 2020 04:38 AM PDT Hey so... I´ve always been the dude with potentiaal but to lazy to do anything and now recently i have had a change of heart and decided i want to get into programming so that one day i may persue a career in the gaming industry, I was never aq good student in math class because i never even tried (guess i didnt beleive in myself lol) but now I´m willing to give my all to start learning and so I wanted to ask anyone who may be reading this, what math subjects do I speciffically need to learn programming ?? And also any advice for a beginner is more than welcome ! [link] [comments] |
Posted: 05 Sep 2020 02:11 AM PDT This question is about terminology. Consider some programming language which have some functions to work with regular expressions and some functions to work with strings without regular expressions. For example: 1
2
How would you name each group? [link] [comments] |
Posted: 05 Sep 2020 09:25 AM PDT I would like to create donation app by using Android studio (Kotlin language) for encourage my charity group, but I have no idea how to coding , Please help me out about coding please [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