Lua Ruby Emacs Lisp Syntax Most syntax constructions have two options - comma or indent separation CommaIndentation x = (foo = 1, bar = 2) type Cat = name : String, age : Int x = foo = 1 bar = 2 type Cat = name
Apk.sh - A Bash script that makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK. AutoDroid - A tool for automating interactions with Android devices - including ADB, AndroGuard, and Frida interactivity. CobraDroid -...
Visual Studio Code:34(Batch, C#, C++, Clojure, CoffeeScript, CSS, DockerFile, F#, Go, HandleBars, HTML5, Ini, Jade, Java, JavaScript, JSON, Less, Lua, Makefile, Markdown, Objective-C, Perl, PHP, PowerShell, Python, R, Razor, Ruby, Rust, Sass, SQL,...
Few developers start programming for financial gain. There are far easier ways to make money … become a “digital marketing strategist” or “SEO specialist” and hone those board-level BS monologues.(Apologies to any conscientious “specialists” out there — I’m sure you exist, I’ve just...
(Source Code) LGPL-3.0 Java/JavaScript Orion - Powerful OwnTracks API-compliant location data visualization frontend for the web. (Demo) MIT Python/Nodejs OwnTracks Recorder ⚠ - Store and access data published by OwnTracks location tracking apps. GPL-2.0 C/Lua TileServer GL - Vector and ...
it makes sense to review the last one. If some of my wishes actually happen, I really should know that – I don’t want to miss something nice, or forget topics that I considered interesting less than one year ago. Well, let’ s do some copy/paste and some googling…Continue reading...
Some areas of Earth will become harder to live in. Yet, it’s to also important to be aware that others areas will becomeeasierto live in. This reshaping of the ecosystem will make and break societies, turn farming upside down and remake transport networks. ...
Rust'sdifferentways of doing things will inevitably force you to think about type design, data access patterns, control flow, etc more than most other programming languages. In most other languages, it is much easier to just write runnable code and defer the complexity around ensuring the code...
forking or inheriting. I decided to go with inheritance because it keeps the spirit ofWebKit(and almost all Free Software projects) of sharing as much code as possible and because forking later is easier than merging. Then step by step I kept redefining JavaScript methods and tweaking some ...
In the past I’ve lamented how the Emacs Lisp compiler could do a better job, but CPython and Lua are operating at the same level. There are benefits to a dumb and straightforward bytecode compiler: the compiler itself is simpler, easier to maintain, and more amenable to modification (e...