|
You are here |
www.pietschsoft.com | ||
| | | | |
dontcodetired.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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. | ||