#jupyter_notebook #algorithmic_bias #computer_vision #deep_learning #deep_reinforcement_learning #deeplearning #jupyter_notebooks #mit #music_generation #neural_networks #tensorflow #tensorflow_tutorials
https://github.com/aamini/introtodeeplearning
https://github.com/aamini/introtodeeplearning
GitHub
GitHub - aamini/introtodeeplearning: Lab Materials for MIT 6.S191: Introduction to Deep Learning
Lab Materials for MIT 6.S191: Introduction to Deep Learning - aamini/introtodeeplearning
#typescript #angular #charts #components #datagrid #datatable #mit #ui
https://github.com/primefaces/primeng
https://github.com/primefaces/primeng
GitHub
GitHub - primefaces/primeng: The Most Complete Angular UI Component Library
The Most Complete Angular UI Component Library. Contribute to primefaces/primeng development by creating an account on GitHub.
#html #blog #clean #fast #grayscale #high_performance #hugo_theme #mit_license #mods #portfolio #social_icons
https://github.com/adityatelange/hugo-PaperMod
https://github.com/adityatelange/hugo-PaperMod
GitHub
GitHub - adityatelange/hugo-PaperMod: A fast, clean, responsive Hugo theme.
A fast, clean, responsive Hugo theme. Contribute to adityatelange/hugo-PaperMod development by creating an account on GitHub.
#typescript #api #cms #content_management #content_management_system #dashboard #express #graphql #headless #headless_cms #javascript #mit_license #mongodb #nodejs #open_source #payload #react
https://github.com/payloadcms/payload
https://github.com/payloadcms/payload
GitHub
GitHub - payloadcms/payload: Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get…
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for buildi...
#vue #awesome #dashboard #docker #hacktoberfest #homelab #homepage #mit #nodejs #organization #productivity #self_hosted #server_management #startpage
https://github.com/Lissy93/dashy
https://github.com/Lissy93/dashy
GitHub
GitHub - Lissy93/dashy: 🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs…
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! - Lissy93/dashy
#html #blog #blog_theme #clean #fast #feature_rich #grayscale #high_performance #hugo #hugo_blog_theme #hugo_theme #mit_license #multilingual #papermod #portfolio #theme #well_documented
Hugo PaperMod is a fast, fluent, and responsive theme for Hugo websites. It offers many features like different modes (Regular, Home-Info, Profile), table of content generation, social icons, multilingual support, light/dark theme switching, and SEO-friendly design. It also includes search functionality, breadcrumb navigation, code block copy buttons, and multiple author support. This theme is easy to use without needing additional dependencies like webpack or nodejs. Using Hugo PaperMod can make your website look professional and work smoothly on all devices, which is beneficial for users who want a high-quality and customizable website.
https://github.com/adityatelange/hugo-PaperMod
Hugo PaperMod is a fast, fluent, and responsive theme for Hugo websites. It offers many features like different modes (Regular, Home-Info, Profile), table of content generation, social icons, multilingual support, light/dark theme switching, and SEO-friendly design. It also includes search functionality, breadcrumb navigation, code block copy buttons, and multiple author support. This theme is easy to use without needing additional dependencies like webpack or nodejs. Using Hugo PaperMod can make your website look professional and work smoothly on all devices, which is beneficial for users who want a high-quality and customizable website.
https://github.com/adityatelange/hugo-PaperMod
GitHub
GitHub - adityatelange/hugo-PaperMod: A fast, clean, responsive Hugo theme.
A fast, clean, responsive Hugo theme. Contribute to adityatelange/hugo-PaperMod development by creating an account on GitHub.
#css #angular #charts #components #datagrid #datatable #mit #typescript #ui
PrimeNG is a useful tool for developers. You can check its latest version and download statistics on npm. It also has a continuous integration process to ensure it works well. If you have questions, you can join the Discord chat or participate in GitHub discussions. The PrimeNG website offers demos and detailed documentation to help you get started easily. This makes it easier for you to use PrimeNG effectively and stay updated with the community.
https://github.com/primefaces/primeng
PrimeNG is a useful tool for developers. You can check its latest version and download statistics on npm. It also has a continuous integration process to ensure it works well. If you have questions, you can join the Discord chat or participate in GitHub discussions. The PrimeNG website offers demos and detailed documentation to help you get started easily. This makes it easier for you to use PrimeNG effectively and stay updated with the community.
https://github.com/primefaces/primeng
GitHub
GitHub - primefaces/primeng: The Most Complete Angular UI Component Library
The Most Complete Angular UI Component Library. Contribute to primefaces/primeng development by creating an account on GitHub.
👍2
#javascript #javascript #js #linux #macos #mit #node #nodejs #runtime #windows
Node.js is a free, open-source environment where you can run JavaScript outside of a web browser. It has different types of releases: Current (new features, updated every 6 months), LTS (Long Term Support, stable and secure, updated every 18 months), and Nightly (daily updates, use with caution). You can download these releases from the Node.js website. The project is managed by a collaborative team with clear guidelines and a Code of Conduct to ensure respectful participation. This makes Node.js reliable and secure for users, with a strong community contributing to its development and maintenance.
https://github.com/nodejs/node
Node.js is a free, open-source environment where you can run JavaScript outside of a web browser. It has different types of releases: Current (new features, updated every 6 months), LTS (Long Term Support, stable and secure, updated every 18 months), and Nightly (daily updates, use with caution). You can download these releases from the Node.js website. The project is managed by a collaborative team with clear guidelines and a Code of Conduct to ensure respectful participation. This makes Node.js reliable and secure for users, with a strong community contributing to its development and maintenance.
https://github.com/nodejs/node
GitHub
GitHub - nodejs/node: Node.js JavaScript runtime ✨🐢🚀✨
Node.js JavaScript runtime ✨🐢🚀✨. Contribute to nodejs/node development by creating an account on GitHub.
#cplusplus #argument_parser #cpp17 #cross_platform #header_only #library #mit_license
This tool, called `argparse`, helps you easily handle command-line arguments in your C++ programs. Here’s how it benefits you You just need to include a single header file `argparse.hpp` and create an `ArgumentParser` object to start parsing command-line arguments.
- **Flexible Argument Types** You can add arguments with specific behaviors (e.g., required, default values, flags) using methods like `add_argument`, `default_value`, and `implicit_value`.
- **Help Messages** You can create subcommands and share arguments between parsers, similar to how tools like `git` work.
- **Customization**: You can customize prefix characters, assignment characters, and even format the usage output to suit your needs.
Overall, `argparse` simplifies the process of handling command-line arguments, making your program more user-friendly and flexible.
https://github.com/p-ranav/argparse
This tool, called `argparse`, helps you easily handle command-line arguments in your C++ programs. Here’s how it benefits you You just need to include a single header file `argparse.hpp` and create an `ArgumentParser` object to start parsing command-line arguments.
- **Flexible Argument Types** You can add arguments with specific behaviors (e.g., required, default values, flags) using methods like `add_argument`, `default_value`, and `implicit_value`.
- **Help Messages** You can create subcommands and share arguments between parsers, similar to how tools like `git` work.
- **Customization**: You can customize prefix characters, assignment characters, and even format the usage output to suit your needs.
Overall, `argparse` simplifies the process of handling command-line arguments, making your program more user-friendly and flexible.
https://github.com/p-ranav/argparse
GitHub
GitHub - p-ranav/argparse: Argument Parser for Modern C++
Argument Parser for Modern C++. Contribute to p-ranav/argparse development by creating an account on GitHub.
#typescript #chat #collaboration #foss #free #hacktoberfest #javascript #meteor #mit #real_time #slack #webrtc
Rocket.Chat is a free, open-source communication platform that helps teams and organizations communicate securely and efficiently. It allows real-time conversations between colleagues, other companies, and customers, no matter how they connect. This increases productivity and customer satisfaction. You can use it in various ways, such as team collaboration, customer service, and integrating it into your own apps. It's trusted by millions of users worldwide and offers both self-hosted and cloud options, making it flexible and secure for your needs.
https://github.com/RocketChat/Rocket.Chat
Rocket.Chat is a free, open-source communication platform that helps teams and organizations communicate securely and efficiently. It allows real-time conversations between colleagues, other companies, and customers, no matter how they connect. This increases productivity and customer satisfaction. You can use it in various ways, such as team collaboration, customer service, and integrating it into your own apps. It's trusted by millions of users worldwide and offers both self-hosted and cloud options, making it flexible and secure for your needs.
https://github.com/RocketChat/Rocket.Chat
GitHub
GitHub - RocketChat/Rocket.Chat: The communications platform that puts data protection first.
The communications platform that puts data protection first. - RocketChat/Rocket.Chat
#cplusplus #3d #cocos #cocoscreator #engine #game_development #game_engine #gamedev #metal #mit_license #open_source #vulkan #webgl #webgl2 #webgpu
Cocos Creator is a powerful tool for making 2D and 3D games. It supports many platforms like Windows, Mac, iOS, Android, and more. It offers features like easy animation, physics, and UI systems, making game development easier. The engine uses modern graphics APIs like Vulkan and Metal for high performance. It also supports TypeScript for scripting, which is easy to use. This tool helps developers work together smoothly and publish games quickly across different platforms. It's open-source, so developers can contribute and customize it as needed.
https://github.com/cocos/cocos-engine
Cocos Creator is a powerful tool for making 2D and 3D games. It supports many platforms like Windows, Mac, iOS, Android, and more. It offers features like easy animation, physics, and UI systems, making game development easier. The engine uses modern graphics APIs like Vulkan and Metal for high performance. It also supports TypeScript for scripting, which is easy to use. This tool helps developers work together smoothly and publish games quickly across different platforms. It's open-source, so developers can contribute and customize it as needed.
https://github.com/cocos/cocos-engine
GitHub
GitHub - cocos/cocos-engine: Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform…
Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D gam...
❤2
#vue #awesome #dashboard #docker #hacktoberfest #homelab #homepage #mit #nodejs #organization #productivity #pwa #self_hosted #startpage #vue
Dashy is a free, open-source dashboard that lets you organize and access all your self-hosted services, apps, and web links from one central place, making it easy to manage and monitor everything you use regularly[1][2][4]. It comes with over 50 pre-built widgets for things like system monitoring, news, weather, and productivity, and you can customize the look and layout with themes, icons, and different views[4][5]. The main benefit is that Dashy saves you time and hassle by giving you a single, user-friendly page to launch and check on all your important services, with features like instant search, status indicators, and multi-language support[4][5].
https://github.com/Lissy93/dashy
Dashy is a free, open-source dashboard that lets you organize and access all your self-hosted services, apps, and web links from one central place, making it easy to manage and monitor everything you use regularly[1][2][4]. It comes with over 50 pre-built widgets for things like system monitoring, news, weather, and productivity, and you can customize the look and layout with themes, icons, and different views[4][5]. The main benefit is that Dashy saves you time and hassle by giving you a single, user-friendly page to launch and check on all your important services, with features like instant search, status indicators, and multi-language support[4][5].
https://github.com/Lissy93/dashy
GitHub
GitHub - Lissy93/dashy: 🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs…
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! - Lissy93/dashy
#python #blocknotejs #collaborative #django #documentation #g2g #government #knowledge #knowledge_base #mit #mit_license #opensource #reactjs #realtime_collaboration #self_hosted #wiki #yjs
Docs is a collaborative online text editor that helps you and your team write, edit, and organize documents together in real time, even offline. It offers easy formatting, AI tools like summarizing and rephrasing, and secure sharing with controlled access. You can export documents in various formats and create structured knowledge with subpages. Docs is open source, easy to self-host, and used by public organizations, ensuring your data stays secure and private. This tool saves time, improves teamwork, and turns your notes into organized knowledge you can access anytime. It’s great for teams wanting efficient, secure, and collaborative document editing.
https://github.com/suitenumerique/docs
Docs is a collaborative online text editor that helps you and your team write, edit, and organize documents together in real time, even offline. It offers easy formatting, AI tools like summarizing and rephrasing, and secure sharing with controlled access. You can export documents in various formats and create structured knowledge with subpages. Docs is open source, easy to self-host, and used by public organizations, ensuring your data stays secure and private. This tool saves time, improves teamwork, and turns your notes into organized knowledge you can access anytime. It’s great for teams wanting efficient, secure, and collaborative document editing.
https://github.com/suitenumerique/docs
GitHub
GitHub - suitenumerique/docs: A collaborative note taking, wiki and documentation platform that scales. Built with Django and React.
A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. - GitHub - suitenumerique/docs: A collaborative note taking, wiki and documentation platform ...