|
You are here |
golb.hplar.ch | ||
| | | | |
www.ardanlabs.com
|
|
| | | | | Series Index Python and Go: Part I - gRPC Python and Go: Part II - Extending Python With Go Python and Go: Part III - Packaging Python Code Python and Go: Part IV - Using Python in Memory Introduction Like tools, programming languages tend to solve problems they are designed to. You can use a knife to tighten a screw, but it's better to use a screwdriver. Plus there is less chance of you getting hurt in the process. | |
| | | | |
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);... | |
| | | | |
cupofjava.de
|
|
| | | | | Did you ever use Maven in one of your projects? First you probably were amazed by the way you can declare dependencies and use all the nice plugins. ... | |
| | | | |
www.trickster.dev
|
|
| | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | ||