/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nodogmablog.bryanhogan.net
| | gist.github.com
7.0 parsecs away

Travel
| | C# sample code to deny TerminateProcess rights to non-admin peers. - Immortal.cs
| | www.codeandunicorns.com
4.6 parsecs away

Travel
| | The following function transforms the inputed numeric value for example var sum = 50.3 sum.formatMoney(2,',' , '.') + "?" and the output of this function is then 50,30?. As you notice it is quite simple to change it in $ or anything you desire.
| | aakinshin.net
5.0 parsecs away

Travel
| | Can you say, what will the following code display for step=1? public void Foo(int step) { for (int i = 0; i < step; i++) { bar = i + 10; for (int j = 0; j < 2 * step; j += step) Console.WriteLine(j + 10); } } If you think about specific numbers, you a...
| | www.danhacks.com
18.2 parsecs away

Travel
| [AI summary] A comprehensive guide listing resources and techniques to help software engineers prepare for coding interviews, covering data structures, algorithms, and practical practice tools.