Starship - the cross-shell prompt written in Rust. powerlevel10k - is a fast reimplementation of Powerlevel9k ZSH theme. ▪️ Shell plugins z - tracks the folder you use the most and allow you to jump, without having to type the whole path. fzf - is a general-purpose command-line...
intgr commented May 26, 2019 When writing command line programs, I often find myself wanting two distinct "info"-like log levels: one for regular output and one when a --verbose flag is requested by the user. Then implementing --verbose is simply a matter of changing the log level. I ...
IntelliJ Rustprovides improved support for declarative macros 2.0. Procedural macro support, an experimental feature at the moment, has received updates as well. The plugin now fetches full stdlib info, including the dependencies and Cargo features. The new name resolution engine now supplies data for...
Trade on the go - install the mobile app of DMarket from Google Play or App Store. Never miss great prices and unique skins. The best CS:GO, Dota 2, Rust and TF2 marketplace is always at hand! Twitter. Don’t forget – you can...
At the time of writing, support for benchmarks is not stable, so the precise command may need to be cargo +nightly bench. (Rust's unstable features, including the test feature used here, are described in the Rust Unstable Book.) However, there's a danger that compiler optimizations may ...
TheIntelliJ Rust pluginprovides support for Rust along with the Cargo build system and debugger in CLion. This version gives it a massive update: Profilersare now supported for Rust: DTrace on macOS and Perf on Linux. Out-of-scope items are suggested in code completion and trigger the auto-...
PHP implements “Fancy Objects” enums, with plans to extend it to full ADTs in the future. It’s conceptually and semantically modeled after enumerated types in Swift, Rust, and Kotlin, though it’s not directly modeled on any of them. ...
AppFlowy [12156⭐] - The Open Source Notion Alternative. You are in charge of your data and customizations. Built with Flutter and Rust by AppFlowy team.TopFlutter Team Samples [10919⭐] - Collection of examples (including maps, json, Material and Cupertino) by the Flutter team. Flutter...
Tooling like KrustyLoader (a loader implant written in Rust), NKAbuse, or even K4Spreader (a loader used by 8220 Gang and written in Golang) has been caught in the wild. Moreover, we saw Trojan spies, banking Trojans and other financially motivated malware developed in Go. These are a ...
Recalling that the add_edge method uses the items passed in as its first two parameters as unique identifiers, we can append either “(user)” or “(repo)” to the items to ensure that all nodes in the graph will be unique. From the standpoint of modeling with NetworkX, appending a ...