/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

www.pietschsoft.com
| | dontcodetired.com
3.0 parsecs away

Travel
| | Don't Code Tired - Jason Roberts on Software Development and .NET - (This post refers to Azure Functions v2) There are different ways to access both the request data an
| | jameschambers.com
3.8 parsecs away

Travel
| | Even when you're dealing with Function Apps that have limited scope it's a good idea to break your scripts up into manageable, possibly reusable chunks. This is especially true if you want to work wit
| | connorberry.com
5.3 parsecs away

Travel
| | Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);...
| | www.online-python.com
28.8 parsecs away

Travel
| Build and Run your Python code instantly. Online-Python is a quick and easy tool that helps you to build, compile, test your python programs.