#go #dockerfiles #build #build_automation #docker_images #hacktoberfest #reproducible_builds #container_builder #hacktoberfest2020
https://github.com/earthly/earthly
https://github.com/earthly/earthly
GitHub
GitHub - earthly/earthly: Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile…
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby. - earthly/earthly
#go #build_system #build_tool #buildpack #containers #dev_environment #devbox #development_environment #nix #venv #virtual_environment #virtualization
https://github.com/jetpack-io/devbox
https://github.com/jetpack-io/devbox
GitHub
GitHub - jetify-com/devbox: Instant, easy, and predictable development environments
Instant, easy, and predictable development environments - jetify-com/devbox
#cplusplus #build_with_matter #chip #connected_devices #connected_home #connectedhomeip #connectivity_standards_alliance #csa_iot #internet_of_things #iot #matter #standard
Matter is a new standard for connecting smart home devices, making it easier for manufacturers to develop compatible products and for consumers to use them seamlessly. It uses Internet Protocol (IP) and supports both Thread and Wi-Fi networks, ensuring secure and reliable communication between devices. Matter simplifies the development process by using existing technologies and ensures user control over device interactions. It also promotes interoperability, meaning devices from different brands can work together smoothly. This standard is open-source and transparent, allowing anyone to contribute and benefit from its unified and cohesive approach to smart home connectivity.
https://github.com/project-chip/connectedhomeip
Matter is a new standard for connecting smart home devices, making it easier for manufacturers to develop compatible products and for consumers to use them seamlessly. It uses Internet Protocol (IP) and supports both Thread and Wi-Fi networks, ensuring secure and reliable communication between devices. Matter simplifies the development process by using existing technologies and ensures user control over device interactions. It also promotes interoperability, meaning devices from different brands can work together smoothly. This standard is open-source and transparent, allowing anyone to contribute and benefit from its unified and cohesive approach to smart home connectivity.
https://github.com/project-chip/connectedhomeip
GitHub
GitHub - project-chip/connectedhomeip: Matter (formerly Project CHIP) creates more connections between more objects, simplifying…
Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standa...
#typescript #build_tool #dev_server #frontend #hmr #vite
Vite is a powerful tool for frontend developers that makes their work much faster and easier. It starts your development server instantly and has very fast Hot Module Replacement (HMR), which means you see changes in your code right away. Vite also comes with rich features, optimizes your builds for production, and has a universal plugin interface. It supports fully typed APIs, making it more reliable. This tool helps you develop and build web applications quickly and efficiently, saving you time and effort.
https://github.com/vitejs/vite
Vite is a powerful tool for frontend developers that makes their work much faster and easier. It starts your development server instantly and has very fast Hot Module Replacement (HMR), which means you see changes in your code right away. Vite also comes with rich features, optimizes your builds for production, and has a universal plugin interface. It supports fully typed APIs, making it more reliable. This tool helps you develop and build web applications quickly and efficiently, saving you time and effort.
https://github.com/vitejs/vite
GitHub
GitHub - vitejs/vite: Next generation frontend tooling. It's fast!
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
#javascript #amd #build_tool #commonjs #compiler #es2015 #es6 #esm #javascript #javascript_compiler #javascript_modules #loaders #module_bundler #plugins #web #web_performance #webpack
Webpack is a tool that helps you manage and bundle your JavaScript files for use in a browser. Here’s what you need to know Webpack combines multiple JavaScript files into one or several bundles, making it easier to load them in your web application.
- **Module Formats** You can use loaders to preprocess files (e.g., converting TypeScript to JavaScript) and plugins to extend Webpack's functionality (e.g., extracting CSS into separate files).
- **Code Splitting** It offers various optimizations to reduce the output size of your JavaScript, such as minifying and deduplicating modules.
Using Webpack can make your web application faster and more efficient by optimizing how your code is loaded and executed. You can install it using npm or yarn with commands like `npm install --save-dev webpack` or `yarn add webpack --dev`.
https://github.com/webpack/webpack
Webpack is a tool that helps you manage and bundle your JavaScript files for use in a browser. Here’s what you need to know Webpack combines multiple JavaScript files into one or several bundles, making it easier to load them in your web application.
- **Module Formats** You can use loaders to preprocess files (e.g., converting TypeScript to JavaScript) and plugins to extend Webpack's functionality (e.g., extracting CSS into separate files).
- **Code Splitting** It offers various optimizations to reduce the output size of your JavaScript, such as minifying and deduplicating modules.
Using Webpack can make your web application faster and more efficient by optimizing how your code is loaded and executed. You can install it using npm or yarn with commands like `npm install --save-dev webpack` or `yarn add webpack --dev`.
https://github.com/webpack/webpack
GitHub
GitHub - webpack/webpack: A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows…
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", module...
#python #build_tools #hpc #hpsf #linux #macos #package_manager #python #radiuss #scientific_computing #spack
Spack is a tool that helps you install and manage different versions of software on your computer. It works on many operating systems like Linux, macOS, and Windows, and even on supercomputers. The best part is that it doesn't break existing installations, so you can have multiple versions of the same software running at the same time. Spack uses a simple syntax to specify what you want to install, and it's easy to contribute to the project if you want to add new features or packages. This makes it very flexible and useful for managing complex software setups.
https://github.com/spack/spack
Spack is a tool that helps you install and manage different versions of software on your computer. It works on many operating systems like Linux, macOS, and Windows, and even on supercomputers. The best part is that it doesn't break existing installations, so you can have multiple versions of the same software running at the same time. Spack uses a simple syntax to specify what you want to install, and it's easy to contribute to the project if you want to add new features or packages. This makes it very flexible and useful for managing complex software setups.
https://github.com/spack/spack
GitHub
GitHub - spack/spack: A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
A flexible package manager that supports multiple versions, configurations, platforms, and compilers. - spack/spack
#java #ant_task #build_tool #gradle_plugin #jenkins_plugin #maven_plugin #security #security_audit #software_composition_analysis #vulnerability_detection
Dependency-Check is a tool that helps you find vulnerabilities in the libraries and dependencies your project uses. It checks for known security issues by matching your dependencies against a database of vulnerabilities. Here’s how it benefits you It identifies publicly disclosed vulnerabilities in your project's dependencies, helping you secure your software.
- **Ease of Use** It generates reports linking to the associated CVE entries, providing clear information about the vulnerabilities found.
- **Flexibility** It is widely recognized and used, with documentation and community support available.
Overall, Dependency-Check helps ensure your software is secure by automatically detecting and reporting potential vulnerabilities in your dependencies.
https://github.com/jeremylong/DependencyCheck
Dependency-Check is a tool that helps you find vulnerabilities in the libraries and dependencies your project uses. It checks for known security issues by matching your dependencies against a database of vulnerabilities. Here’s how it benefits you It identifies publicly disclosed vulnerabilities in your project's dependencies, helping you secure your software.
- **Ease of Use** It generates reports linking to the associated CVE entries, providing clear information about the vulnerabilities found.
- **Flexibility** It is widely recognized and used, with documentation and community support available.
Overall, Dependency-Check helps ensure your software is secure by automatically detecting and reporting potential vulnerabilities in your dependencies.
https://github.com/jeremylong/DependencyCheck
GitHub
GitHub - jeremylong/DependencyCheck: The dependency-check repository has moved:
The dependency-check repository has moved:. Contribute to jeremylong/DependencyCheck development by creating an account on GitHub.
👍1