Before I start: I haven't worked on something like that so please don't expect me to be able to give you information how to implement such a thing properly. The answer: I woul...
For most situations the answer of 1 should be class (or enum). 2 depends on what you are using. If you are using unity you may want to choose more components instead of one Ba...
You misinterpreted my posting. Assume A-B-C-D-E is the shortest path but you have one attraction node called N1 at an point F you may end up with A-F-E which may 1.15 times wo...
You somehow have to go deeper and deeper in the meaning. beef - pricetag - surveilace tasks - (giving the execution permission to someone different)? - law beef -> pricetag ->...
public static void ForEach<T>(Action<T> action, params IEnumerable<T>[] enumerations) { foreach (IEnumerable<T> enumeration in enumerations) { ...
You could create an array "counts" of size Q. This is for counting and is filled with zeros. Now you select arr[i] for i=1..n and do: For j=1 to Q counts[j] += arr[i] >= ...
I would translate any program into English for better bugfixing and stuff. So anything could be in English from scratch. If you want to have your language supported you have t...
Would you consider it being fun when a comedian your watching live picks you out of the other ppl, calls you on the stage and tells jokes about you, your looks and your behavi...
So what you want to do is the following: User enters data in app User sends data to you server You hash the credit card information needed in the app and in your database You...
Here is a video for you @kaywhen: https://www.youtube.com/watch?v=yArprk0q9eE It pretty much shows how science works. At least the end of the video shows where the way might g...
What amount of money you are speaking of? Maybe you can have a virtual money pool which handles the transactions and so on. Can't say anything on that without you giving me mo...
In a situation like this: https://youtu.be/cSxnOm5aceA?t=131 You could save a lot of time defining the entrence as an attraction point. That's what I mean. :D Maybe I wasn't c...
If the (our) universe doesn't exist than NOT all left over is nothing. You came up with several parallel universes. Say you and I are two distinct universes. If you disappear,...
I am not familiar with asp.net but the code you posted was missing code in button1_click. What shall happen there? If this is the button for the generation, I suppose putting ...
In larger mathematical expressions you hardly can distinct between functions and parameters. It's good to use parenthis. Also, why should you leave out paranthis if there is o...
Who cares about the US where it is legal to fucking buy weapons at a lower age than watching porn? :D
How can it be blue if it reflects white? White is the sum of all colors. If it reflects white nothing has been absorbed and all is reflected = moon has no color. Moon actuall...
My ram was used too. I am not sure tho what windows told me back then. Maybe it is rly just caching. But strange if it caches 50% every time. Plus what should it cache after a...
You can do that but this doesn't need the use of Action or Func? If you have a public method called LoadPage(argumentsThatIdentifyWhichHelpPageYouWant) you achieve the same re...
The question I have to this: How is this ML? What does the m learn? I thought that ML finds a general solution and not brute forces till the solution is found (or not).