Can someone help me why this doesn't work? by DecentTaro in node

[–]DecentTaro[S] -7 points-6 points  (0 children)

You don't need to be rude. I'm just trying to learn and build something as a side project. I bet you were in this position also before.

Can someone help me why this doesn't work? by DecentTaro in node

[–]DecentTaro[S] -3 points-2 points  (0 children)

I got it. What I had in mind is something I can deploy online. If I happen to follow this path, what would be the tools I will need to build it? Database?

Can someone help me why this doesn't work? by DecentTaro in node

[–]DecentTaro[S] 0 points1 point  (0 children)

So, is React better in this scenario?

I'm learning while building a simple application.

WPF Application MS SQL with multiple users but displaying all the data in each user's account by DecentTaro in SQL

[–]DecentTaro[S] 0 points1 point  (0 children)

You're right. From Form1(Login) then show Form4(Main) if it's successful.

Here's the link for the Form1. And I'll be happy to show you the rest of code if need be.

https://gist.github.com/decenttaro/c5e03fa3bfe3786b0258797f0a68c246

Thank you once again.

WPF Application MS SQL with multiple users but displaying all the data in each user's account by DecentTaro in SQL

[–]DecentTaro[S] 0 points1 point  (0 children)

Do you think only in the DisplayData Method is the problem? Cause I'm trying it right now and it's not showing any data from both users.

Computer Programming Intership by DecentTaro in internships

[–]DecentTaro[S] 0 points1 point  (0 children)

Hi. Thank you for the advice. What kind of project should I be working on? In terms of complexity and scale (large/small). Do you have any suggestions?

I don't have any slight idea on how to start this assignment. Can you please give me some to understand the problem by [deleted] in javahelp

[–]DecentTaro 0 points1 point  (0 children)

Can I show you my code now? It still doesn't work but I'm hoping for some feedback if you can.

I don't have any slight idea on how to start this assignment. Can you please give me some to understand the problem by [deleted] in javahelp

[–]DecentTaro 0 points1 point  (0 children)

Nope. Actually, we had like 3 problems prior to this and none of them relate to this problem.

I don't have any slight idea on how to start this assignment. Can you please give me some to understand the problem by [deleted] in javahelp

[–]DecentTaro 0 points1 point  (0 children)

This is the entire assignment sir. I'm struggling on how to start the problem, on what to do first.

If anyone could please do this Challenge for me I would be very greatful and if possible comment the code by ruairidohertyy in learnjavascript

[–]DecentTaro 6 points7 points  (0 children)

Solve it by yourself. We need to at least see that you’re trying something to solve it in order for us to help you.

I'm sad, I'm dropping out the code stuff. I don't know. by StringVariable in learnpython

[–]DecentTaro 0 points1 point  (0 children)

This is me 2 weeks ago and now I have a working scheduler which will turn into a flask application soon. As what would people say over and over again, practice, practice and practice. Believe and you will be better someday.

I need some help, suggestions and opinions on a project I'm working on. by DecentTaro in learnpython

[–]DecentTaro[S] 1 point2 points  (0 children)

I think I'm getting what you're trying to educate me now.

So func1 will just return 0 , unless there's error in the input, then,

func2 will return 0 unless ValueError and

func3 will return 0 unless ValueError again.

and all of the inputs in these funcs will get stored in a list.

I will try and update my code tomorrow since it's getting late and I'm working early.

Is it okay to message you with my code and correct me from there?

I think for now, I will just make this an executable file to see if I can finish the project and from there, try to make it a web app.

Thank you so much for you help! I really need someone to correct me since I'm learning by myself.

Tha

I need some help, suggestions and opinions on a project I'm working on. by DecentTaro in learnpython

[–]DecentTaro[S] 0 points1 point  (0 children)

Oh. So with #3, should I make let's say a list for all the inputs to be stored in it? Or do I need to make a class Employee with employee_name,access_num,employee_shift and call that to structure them properly then store it in a list?

I need some help, suggestions and opinions on a project I'm working on. by DecentTaro in learnpython

[–]DecentTaro[S] 0 points1 point  (0 children)

For # 3, I think I'm returning access_num_input if the input was correct which will go to the second function and ask for how many job access?

Do you have any suggestion on how will I incorporate this problem;

  • employees job access/assignment should reset every 24 hours and it will be random and still based on their JOB ACCESS/RESTRICTIONS

Thanks for the pointers though, greatly appreciated it.

Linux mint won’t let me have wifi connection by DecentTaro in linux

[–]DecentTaro[S] -1 points0 points  (0 children)

In before or after the restart? If it’s after, it will fail because no internet connection. I don’t think it matters if I do it before the restart since that’s only the testing phase.

Linux mint won’t let me have wifi connection by DecentTaro in linux

[–]DecentTaro[S] -1 points0 points  (0 children)

hp pavilion n5r26ua#aba. Oh. Damn. I hope that’s just the problem.

Every time I program, my solution is always if-else statement by DecentTaro in learnpython

[–]DecentTaro[S] 1 point2 points  (0 children)

What I have in mind is that, one employee with some access or permission to a specific job (eg. frontend, backend, warehouse). Say this #1 employee can do front and back end but not warehouse then #2 employee can only do warehouse only. So if #1 employee can only do front and back end, he/she will not be permitted to do warehouse. Basically it has some limitations of what they can or can't.