0x3d.Site
is designed for aggregating information.
Cross-Platform
Cross-platform development allows building applications that run on multiple operating systems. Frameworks like Flutter, React Native, and Xamarin enable developers to write code once and deploy it everywhere. It saves time and resources in software development.
Docker: Accelerated Container Application Development
Docker is a platform designed to help developers build, share, and run container applications. We handle the tedious setup, so you can focus on the code.
GitHub - sindresorhus/ps-list: Get running processes
Preview
GitHub - sindresorhus/user-home: Get the path to the user home directory
Preview
GitHub - paulmillr/readdirp: Recursive version of fs.readdir with streaming api.
Preview
GitHub - microsoft/nodejs-guidelines: Tips, tricks, and resources for working with Node.js, and the start of an ongoing conversation on how we can improve the Node.js experience on Microsoft platforms.
Preview
GitHub - isaacs/node-graceful-fs: fs with incremental backoff on EMFILE
Preview
GitHub - felixrieseberg/npm-windows-upgrade: :rocket: Upgrade npm on Windows
Preview
Features • GitHub Actions
Preview
GitHub - tporadowski/redis: Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
Preview
GitHub - bcoe/any-path: :rage2: make the keys on an object path.sep agnostic.
Preview
GitHub - sindresorhus/dev-null-cli: Cross-platform `/dev/null`
Preview
GitHub - sindresorhus/random-bytes-readable-stream: Creates a readable stream producing cryptographically strong pseudo-random data using `crypto.randomBytes()`
Preview
GitHub - sindresorhus/is-elevated: Check if the process is running with elevated privileges
Preview
GitHub - sindresorhus/noop-stream: Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data
Preview
GitHub - jonschlinkert/is-windows: Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)
Preview
GitHub - sindresorhus/clipboard-cli: Access the system clipboard (copy/paste)
Preview
GitHub - sindresorhus/is-wsl: Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Preview
GitHub - npm/node-which: Like which(1) unix command. Find the first instance of an executable in the PATH.
Preview
GitHub - sindresorhus/log-symbols: Colored symbols for various log levels
Preview
GitHub - CatalystCode/windows-registry-node: Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies.
Preview
GitHub - sindresorhus/open: Open stuff like URLs, files, executables. Cross-platform.
Preview
GitHub - sindresorhus/fkill: Fabulously kill processes. Cross-platform.
Preview
GitHub - felixrieseberg/windows-build-tools: :package: Install C++ Build Tools for Windows using npm
Preview
Install WSL
Install Windows Subsystem for Linux with the command, wsl --install. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available.
Unicode stdout on Windows command prompt · Issue #7940 · nodejs/node-v0.x-archive
With Node.js 0.10.28 running the following: node -e "process.stdout.write('✔');" Outputs ✔ on OS X, but only shows the following on Windows 8.1 command prompt: It would be very useful if Unicode ch...
GitHub - sindresorhus/cpy: Copy files
Preview
GitHub - npm/osenv: Look up environment settings specific to different operating systems.
Preview
GitHub - sindresorhus/figures: Unicode symbols with fallbacks for older terminals
Preview
Node.js — Download Node.js®
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
GitHub - sindresorhus/username: Get the username of the current user
Preview
GitHub - sindresorhus/process-exists: Check if a process is running
Preview
GitHub - tapjs/signal-exit: when you want to fire an event no matter how a process exits.
Preview
GitHub - sindresorhus/make-dir: Make a directory and its parents if needed - Think `mkdir -p`
Preview
GitHub - sindresorhus/os-name: Get the name of the current operating system. Example: macOS Sierra
Preview
GitHub - fresc81/node-winreg: node module that provides access to the Windows Registry through the REG commandline tool
Preview
GitHub - amichaelparker/ievms: Automated installation of the Microsoft IE App Compat virtual machines
Preview
GitHub - ehmicky/human-signals: Human-friendly process signals
Preview
GitHub - ehmicky/gulp-execa: Gulp.js command execution for humans
Preview
GitHub - ehmicky/global-cache-dir: Get the global cache directory
Preview
GitHub - ehmicky/cross-platform-node-guide: 📗 How to write cross-platform Node.js code
Preview
GitHub - isaacs/rimraf: A `rm -rf` util for nodejs
Preview
GitHub - sindresorhus/del: Delete files and directories
Preview
GitHub - kentcdodds/cross-env: 🔀 Cross platform setting of environment scripts
Preview
GitHub - tj/n: Node version management
Preview
GitHub - sindresorhus/clipboardy: Access the system clipboard (copy/paste)
Preview
GitHub - ehmicky/cross-platform-terminal-characters: All the characters that work on most terminals
Preview
GitHub - paulmillr/chokidar: Minimal and efficient cross-platform file watching library
Preview
GitHub - mikaelbr/node-notifier: A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
Preview
GitHub - sindresorhus/execa: Process execution for humans
Preview
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
Preview
GitHub - retrohacker/getos: A Node.js module that returns the OS/Distribution name of the environment you are working on
Preview
GitHub - MikeKovarik/rage-edit: 🗃 Simple access to, and manipulation of, the Windows Registry. With promises. Without rage.
Preview
GitHub - coreybutler/node-windows: Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Preview
GitHub - shelljs/shelljs: :shell: Portable Unix shell commands for Node.js
Preview
GitHub - jprichardson/node-fs-extra: Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
Preview
GitHub - styfle/awesome-desktop-js: 🖥️ A list of awesome packages and frameworks for implementing javascript applications on the desktop
Preview
GitHub - moxystudio/node-cross-spawn: A cross platform solution to node's spawn and spawnSync
Preview
GitHub - istanbuljs/spawn-wrap: Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument. - istanbuljs/spawn-wrap
GitHub - sebhildebrandt/systeminformation: System Information Library for Node.JS
Preview
child_process.spawn ignores PATHEXT on Windows · Issue #2318 · nodejs/node-v0.x-archive
For example require('child.process').spawn('mycmd') won't find C:\util\mycmd.bat when PATH contains C:\util and PATHEXT contains .BAT. Ye olde code (https://github.com/joyent/node/blob/v0.4/src/nod...
GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
Preview
Programming Tips & Tricks
Code smarter, not harder—insider tips and tricks for developers.
Using Lua's Garbage Collector for Fine-Tuned Memory Management in Large Applications
#1
Leveraging Lua's Environment for Dynamic Code Execution and Security
#2
Mastering Lua's Table Manipulation: Advanced Techniques for Handling Large Data Sets
#3
Enhancing Code Readability and Debugging with Lua's Debug Library
#4
Leveraging Lua's Coroutines for Efficient Concurrency and Asynchronous Programming
#5
Leveraging Lua's Tail Call Optimization for Efficient Recursion and Avoiding Stack Overflow in Deep Recursive Functions
#6
Creating Custom Iterators in Lua for Traversing Complex Data Structures Like Graphs or Trees
#7
How to Maximize the Speed of Data Lookup in Lua Using Hash Tables and Optimized Table Management
#8
Advanced Techniques for Asynchronous Programming in Lua Using Coroutines for High-Performance Systems
#9
Mastering Efficient Memory Management in Lua with Weak Tables for Optimal Resource Utilization
#10
Error Solutions
Turn frustration into progress—fix errors faster than ever.
Visual Studio Crashes When Opening a File or Debugging a Project
#1
Visual Studio Cannot Connect to GitHub or Other Version Control System
#2
Visual Studio Freezes During Build or Debug Process
#3
Visual Studio Fails to Build Project with "Unable to Start Program" Error
#4
Visual Studio Shows "Cannot Open the Solution" Error Message When Opening a Project
#5
Visual Studio Crashes on Startup with "The application has encountered an error" Message
#6
Visual Studio Fails to Detect Changes in Files When Using Git Integration
#7
Visual Studio Crashes with "Unknown Exception" When Trying to Build Solution
#8
Visual Studio Hangs During Debugging with "Unable to Start Program" Error
#9
Visual Studio Fails to Load Solution with "The system cannot find the file specified" Error
#10
Shortcuts
The art of speed—shortcuts to supercharge your workflow.
Maximize Your Code Navigation with Cmd + Option + Left Arrow!
#1
Feel Like a Pro with Cmd + Control + D: Quickly View Definitions Like Never Before!
#2
Unlock Speed and Precision with Cmd + Shift + M: Maximize Your Productivity!
#3
Don’t Panic, Use Cmd + Option + I to Open the Developer Tools Now!
#4
Stop Wasting Time and Jump to Your File in an Instant with Cmd + Shift + O!
#5
Quickly Fix Your Code with ‘Cmd + Option + L’ for Instant Code Formatting!
#6
Transform Your Workflow with ‘Cmd + Shift + N’ to Open a New Window in No Time!
#7
Say Goodbye to Mouse: Master ‘Cmd + Shift + F’ to Search Your Entire Codebase!
#8
Struggling to Find Files? Hit ‘Cmd + P’ and Jump Right to Your File!
#9
Never Lose Your Progress Again: Use ‘Cmd + Z’ to Undo Mistakes Instantly!
#10
Made with ❤️
to provide resources in various ares.