VSCode 下我为 Rust 安装了一些插件,
rust-analyzer:它会实时编译和分析你的 Rust 代码,提示代码中的错误,并对类型进行标注。你也可以使用官方的 rust 插件取代。 rust syntax:为代码提供语法高亮。 crates:帮助你分析当前项目的依赖是否是最新的版本。 better toml:Rust 使用 toml 做项目的配置管理。better toml 可以帮你语法高亮,并展示 toml 文件中的错误。...
View ArticleLeetcode Algorithm
I am trying to list down all of the commonly used/asked graph algorithms that are asked on coding interviews.Here is what I found so far. DFS: Tonnes of problems on LeetcodeBFS: Tonnes of problems on...
View Article关于Web3: 退休这两年我错过的技术趋势
关于Web3: 退休这两年我错过的技术趋势 郭宇0xD6DBDecember 27th, 2021 如果你想听一听关于我的故事,我会很愿意用柴禾生一堆篝火,最好是夏季尚未来临时,空气中仍然飘散着丝丝凉意,时间最好是傍晚,这时黄昏的霞光正装饰着远峰的山脊,我们坐在湖边,远处有一些孩子嬉闹的声音传来,这声音可能来自湖的对岸,那里有一片广阔的黑色沙滩,几处帐篷旁的灯火悠悠晃晃,微凉的夜晚如期而至。...
View ArticleResources for Mastering Algorithms & Data Structures
AlgorithmAlgorithmsList of AlgorithmsarXiv – Data Structures and AlgorithmsProgramiz – Data Structures and AlgorithmsData Structures using CIntroduction to Data Structures and AlgorithmsGeeks for...
View ArticleSwift on Windows in CLion
Swift on Windows in CLion Stanislav DombrovskyMarch 17, 2021 Hi, You may have heard that Swift is now available on Windows. We’ve been following this development closely, and we’ve decided to make it...
View ArticleRun Swift on Windows 11 in 2021
Run Swift on Windows 11 in 2021 Swift running natively on Windows 11 Steps: 1 — Install Visual Studio 2019 (or latest version that includes a “x64 Native Tools Command Prompt for VS 20XX” shortcut or...
View ArticleRust + STM32
https://fdi.sk/posts/embedded-life/ use rust + stm32 to develop life game for desktop, raspberry pi, and stm32 (maple mini). https://github.com/simeonmiteff/embedded-life (I2C) stm32f1xx-hal...
View ArticleL298N
Micro:bit Robotic Car | Obstacle Avoidance and Line FollowSimple use of L298N Motor driver with two BBC micro:bit (1 for Motor Control, 1 for Remote Controller )L298 Dual H-Bridge Motor Driver with...
View Articlecargo generate
cargo generate –git https://github.com/rust-embedded/cortex-m-quickstart.git sed -i ‘s/# runner = “arm-none-eabi-gdb -q -x openocd.gdb”/runner = “arm-none-eabi-gdb -q -x openocd.gdb”/g’...
View ArticleCollections of Important String questions Pattern
Last Edit: May 3, 2022 4:42 AM 12.5K VIEWS Here I have divided string problem in different category if you like please upvote .Also suggestions are accepted Parenthesis problem:-...
View ArticleWeb3的底层逻辑:制度经济学视角
Web3的底层逻辑:制度经济学视角 0xA1Bf August 26th, 2022 3 Collected TL; DR Web3是一种新的经济基础设施,用于协调和交换。它从根本的产权开始,将对复杂制度的信任从单个组织转移到分散化的结点和可验证的代码上。它具有独特的经济特征,使它有可能补充,并在某些情况下直接与现有机制竞争。...
View Article《亚马逊逆向工作法》深度笔记
《亚马逊逆向工作法》深度笔记 这本书为什么值得读? 两位作者是亚马逊高管,在公司成立4-5后即加入,各自见证了亚马逊12-15年的高速成长,把其间亚马逊的创新思考和工作法制总结成书。 亚马逊的工作方法包含哪些内容? 可以分两个方面来看:管人和管事。...
View ArticleCocoaPods on M1 (Apple Silicon) fails with ffi wrong architecture
Answering my own question. I fixed the ffi issue by uninstalling my faulty Ruby version and CocoaPods, then I used the -x86_64 arch to reinstall ffi and CocoaPods. These are the steps I did to get...
View ArticleDIY CPU
https://teardownit.com/posts/diy-4-bit-cpu https://www.philipzucker.com/td4-4bit-cpu/ https://github.com/wuxx/TD4-4BIT-CPU https://www.muselab-tech.com/diy/...
View ArticleHow to Create a Simple AM Radio
https://www.wikihow.com/Create-a-Simple-AM-Radio DIY Radio Receivers For Cheap With Found Materials
View Article7 Use Cases for Javascript Proxies
original url: https://dev.to/mattlewandowski93/7-use-cases-for-javascript-proxies-3b29 JavaScript’s Proxy object is a useful tool that opens up a world of possibilities, allowing you to create some...
View ArticleMastering JavaScript Closures: A Comprehensive Guide
https://dev.to/jahid6597/mastering-javascript-closures-a-comprehensive-guide-1gd7 JavaScript closures are a powerful yet sometimes misunderstood concept in JavaScript programming. Despite being a bit...
View ArticleMastering Custom Hooks in React: A Comprehensive Guide
original url: https://dev.to/hasancse/mastering-custom-hooks-in-react-a-comprehensive-guide-1bfb React hooks have revolutionized the way developers build components, making it easier to manage state...
View Article