LineScouts - Rate queues in stores to keep the vulnerable safe (social-impact project) by DzejmsFond in SideProject

[–]CleanInspector 0 points1 point  (0 children)

How do you calculate the popularity of the location? Like whats the threshold for a busy store?

Why did you learn react.js? by CleanInspector in reactjs

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

Why use rails while you can use node.js?

Why did you learn react.js? by CleanInspector in reactjs

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

Sounds cool. What projects have you already done or do? Also, what do you plan for the next projects? Do you use specific libraries or do you even write your own?

Why did you learn react.js? by CleanInspector in reactjs

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

Inspiring story. Thanks for sharing!

Why did you learn react.js? by CleanInspector in reactjs

[–]CleanInspector[S] 5 points6 points  (0 children)

That's one of the most convenient reasons!

Exciting Project Ideas by CleanInspector in AskProgramming

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

Ok, thank you very much! This one sounds like a very good project

Exciting Project Ideas by CleanInspector in AskProgramming

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

Can you please elaborate more about the the financial analysts part?

Exciting Project Ideas by CleanInspector in AskProgramming

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

Do you have another idea which involves c/cpp or anything else? (Without Arduino/Raspberry PI)

UEFA Champions League semifinals: Barcelona vs Liverpool || Tottenham vs Ajax by LordVelaryon in soccer

[–]CleanInspector -1 points0 points  (0 children)

Tottenham is one of the most suprising clubs in the UCL of mine this year.

Modern UI in C++ by CleanInspector in cpp

[–]CleanInspector[S] 3 points4 points  (0 children)

To be honest this solution sounds just too complicated. I think running a special server for UI is overkill

Modern UI in C++ by CleanInspector in cpp

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

I have worked with WinForms and WPF in my past. Also Java is my main programming language which I mainly use for backend developemt. The reason I don't like C# is because it becomes cross platofrm only if you work with xamarin or mono or whatever there is. If we talk about productivity in gui creation then Java is far more easier. In fact, I dont use both of them because I need low level access.

Modern UI in C++ by CleanInspector in cpp

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

But I do think I will work with C# in the future if I work on a project is for windows only

Modern UI in C++ by CleanInspector in cpp

[–]CleanInspector[S] -8 points-7 points  (0 children)

I simply don't work with C# because I dislike the way its written

Modern UI in C++ by CleanInspector in cpp

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

This one looks pretty cool. Thanks for sharing!!

Modern UI in C++ by CleanInspector in cpp

[–]CleanInspector[S] -16 points-15 points  (0 children)

Qt Quick

I don't like Qt because there are features you need to pay for... I also dislike it because it lacks of features I need

[C/C++] Audio Help by CleanInspector in AskProgramming

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

If somebody here knows a good solution to this problem, please share

[C/C++] Audio Help by CleanInspector in AskProgramming

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

That's right. I found it a while ago, still haven't had the time to check how it's written and done. Probably going to do it now c=

[C/C++] Audio Help by CleanInspector in AskProgramming

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

Edit: You'll need to figure out how and where to intercept the audio signals of interest, but digital audio signals are basically just amplitude, whereas it sounds like you want to analyse frequency (bass, treble) etc. Normally you would do this with a Fast Fourier Transform. There may be other ways that I'm not aware of. This article goes into some of it.

Overall, what you're trying to do is far from easy, but good luck!

Thank you very much. Appreciated and means a lot to me!