#python
This text provides a comprehensive guide to learning Python and related technologies over a 100-day period. Here are the key points and benefits The guide starts with basic Python programming, covering topics like data types, functions, modules, and object-oriented programming.
- **Advanced Topics** The guide includes practical projects like web scraping, network programming, and team project development.
- **Tools and Technologies** There is a focus on performance optimization, including database tuning, caching, and load balancing.
- **Deployment** Users get a comprehensive learning path from beginner to advanced levels in Python.
- **Practical Skills** It covers a wide range of applications, including web development, data analysis, machine learning, and more.
- **Best Practices** The guide prepares users for various career paths such as backend development, data science, machine learning, and more.
Overall, this resource is beneficial for anyone looking to master Python and related technologies through a structured and practical learning approach.
https://github.com/jackfrued/Python-100-Days
This text provides a comprehensive guide to learning Python and related technologies over a 100-day period. Here are the key points and benefits The guide starts with basic Python programming, covering topics like data types, functions, modules, and object-oriented programming.
- **Advanced Topics** The guide includes practical projects like web scraping, network programming, and team project development.
- **Tools and Technologies** There is a focus on performance optimization, including database tuning, caching, and load balancing.
- **Deployment** Users get a comprehensive learning path from beginner to advanced levels in Python.
- **Practical Skills** It covers a wide range of applications, including web development, data analysis, machine learning, and more.
- **Best Practices** The guide prepares users for various career paths such as backend development, data science, machine learning, and more.
Overall, this resource is beneficial for anyone looking to master Python and related technologies through a structured and practical learning approach.
https://github.com/jackfrued/Python-100-Days
GitHub
GitHub - jackfrued/Python-100-Days: Python - 100天从新手到大师
Python - 100天从新手到大师. Contribute to jackfrued/Python-100-Days development by creating an account on GitHub.
#typescript #hacktoberfest #maplibre #maplibre_gl #maplibre_gl_js #typescript #webgl2
MapLibre GL JS is a free and open-source library that helps you display maps on your website or app quickly. It uses GPU-accelerated vector tile rendering, making it fast. You can easily add it to your HTML file by including the necessary JavaScript and CSS files. This library is a continuation of the open-source version of Mapbox GL JS and offers various features like displaying 3D buildings, heatmaps, and more. It also has detailed documentation and examples to help you get started. Using MapLibre GL JS benefits you by providing a powerful, community-supported mapping solution without the need for proprietary licenses.
https://github.com/maplibre/maplibre-gl-js
MapLibre GL JS is a free and open-source library that helps you display maps on your website or app quickly. It uses GPU-accelerated vector tile rendering, making it fast. You can easily add it to your HTML file by including the necessary JavaScript and CSS files. This library is a continuation of the open-source version of Mapbox GL JS and offers various features like displaying 3D buildings, heatmaps, and more. It also has detailed documentation and examples to help you get started. Using MapLibre GL JS benefits you by providing a powerful, community-supported mapping solution without the need for proprietary licenses.
https://github.com/maplibre/maplibre-gl-js
GitHub
GitHub - maplibre/maplibre-gl-js: MapLibre GL JS - Interactive vector tile maps in the browser
MapLibre GL JS - Interactive vector tile maps in the browser - maplibre/maplibre-gl-js
#cplusplus
This project uses an ESP32 device with a camera to digitize your analog meters, such as water, gas, or electricity meters, using artificial intelligence. You need a low-cost ESP32 board with a camera and some basic technical skills. The device takes photos of the meter, extracts the relevant information using AI, and then sends the data via MQTT, InfluxDB, or a REST API. It also has a web interface for administration and can be updated over the air. This setup makes your old meters smart and automated, saving you time and effort in monitoring your utility usage.
https://github.com/jomjol/AI-on-the-edge-device
This project uses an ESP32 device with a camera to digitize your analog meters, such as water, gas, or electricity meters, using artificial intelligence. You need a low-cost ESP32 board with a camera and some basic technical skills. The device takes photos of the meter, extracts the relevant information using AI, and then sends the data via MQTT, InfluxDB, or a REST API. It also has a web interface for administration and can be updated over the air. This setup makes your old meters smart and automated, saving you time and effort in monitoring your utility usage.
https://github.com/jomjol/AI-on-the-edge-device
GitHub
GitHub - jomjol/AI-on-the-edge-device: Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the…
Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world - jomjol/AI-on-the-edge-device
#python #botsort #bytetrack #deep_learning #deepocsort #improvedassociation #mot #mots #multi_object_tracking #multi_object_tracking_segmentation #ocsort #osnet #segmentation #strongsort #tensorrt #tracking_by_detection #yolo
BoxMOT is a tool that helps track multiple objects in videos or images using advanced models. It offers various tracking methods that work well on different types of hardware, from CPUs to powerful GPUs. This means you can use it even if your computer is not very powerful. BoxMOT also saves time by allowing you to reuse pre-generated data, so you don't have to repeat calculations every time. You can easily install and use it with popular object detection models like YOLOv8, YOLOv9, and YOLOv10, and it supports tracking different types of data such as bounding boxes, segmentation masks, and pose estimations. This makes it very flexible and useful for various tasks involving object tracking.
https://github.com/mikel-brostrom/boxmot
BoxMOT is a tool that helps track multiple objects in videos or images using advanced models. It offers various tracking methods that work well on different types of hardware, from CPUs to powerful GPUs. This means you can use it even if your computer is not very powerful. BoxMOT also saves time by allowing you to reuse pre-generated data, so you don't have to repeat calculations every time. You can easily install and use it with popular object detection models like YOLOv8, YOLOv9, and YOLOv10, and it supports tracking different types of data such as bounding boxes, segmentation masks, and pose estimations. This makes it very flexible and useful for various tasks involving object tracking.
https://github.com/mikel-brostrom/boxmot
GitHub
GitHub - mikel-brostrom/boxmot: BoxMOT: Pluggable SOTA multi-object tracking modules modules for segmentation, object detection…
BoxMOT: Pluggable SOTA multi-object tracking modules modules for segmentation, object detection and pose estimation models - mikel-brostrom/boxmot
#python #ai4science #document_analysis #extract_data #layout_analysis #ocr #parser #pdf #pdf_converter #pdf_extractor_llm #pdf_extractor_pretrain #pdf_extractor_rag #pdf_parser #python
MinerU is a tool that converts PDFs into machine-readable formats like markdown or JSON. Here are the key benefits and features MinerU removes headers, footers, and other unnecessary elements to ensure the text is semantically coherent and in human-readable order, even for complex layouts.
- **Structure Preservation** It extracts images, image descriptions, tables, and table titles.
- **Formula Conversion** Recognizes tables and converts them to LaTeX or HTML format.
- **OCR Support** Supports multiple output formats and various visualization results.
- **GPU and CPU Compatibility**: Works on both CPU and GPU environments, compatible with Windows, Linux, and Mac.
You can try MinerU through an online demo, a quick CPU demo, or by using a GPU for faster processing. For detailed usage, refer to the command line options, API integration, and deployment guides provided.
https://github.com/opendatalab/MinerU
MinerU is a tool that converts PDFs into machine-readable formats like markdown or JSON. Here are the key benefits and features MinerU removes headers, footers, and other unnecessary elements to ensure the text is semantically coherent and in human-readable order, even for complex layouts.
- **Structure Preservation** It extracts images, image descriptions, tables, and table titles.
- **Formula Conversion** Recognizes tables and converts them to LaTeX or HTML format.
- **OCR Support** Supports multiple output formats and various visualization results.
- **GPU and CPU Compatibility**: Works on both CPU and GPU environments, compatible with Windows, Linux, and Mac.
You can try MinerU through an online demo, a quick CPU demo, or by using a GPU for faster processing. For detailed usage, refer to the command line options, API integration, and deployment guides provided.
https://github.com/opendatalab/MinerU
GitHub
GitHub - opendatalab/MinerU: Transforms complex documents like PDFs into LLM-ready markdown/JSON for your Agentic workflows.
Transforms complex documents like PDFs into LLM-ready markdown/JSON for your Agentic workflows. - opendatalab/MinerU
#typescript
The es-toolkit is a powerful and efficient JavaScript library that provides many useful functions like debounce, delay, chunk, sum, and pick. It is designed for high performance and has a very small bundle size, reducing your JavaScript code by up to 97%. The library also supports TypeScript with strong type annotations and is thoroughly tested for reliability. Using es-toolkit can make your coding faster and more efficient, helping you write cleaner and more performant code.
https://github.com/toss/es-toolkit
The es-toolkit is a powerful and efficient JavaScript library that provides many useful functions like debounce, delay, chunk, sum, and pick. It is designed for high performance and has a very small bundle size, reducing your JavaScript code by up to 97%. The library also supports TypeScript with strong type annotations and is thoroughly tested for reliability. Using es-toolkit can make your coding faster and more efficient, helping you write cleaner and more performant code.
https://github.com/toss/es-toolkit
GitHub
GitHub - toss/es-toolkit: A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to…
A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash. - toss/es-toolkit
#powershell #dotnet #dotnet_core
The .NET release notes provide important information about different versions of .NET, such as their release dates, support status, and end-of-support dates. For example, .NET 9 will be released on November 12, 2024, and will be supported until May 12, 2026. You can also find the latest patch versions for each release. This information helps users plan and manage their projects by knowing when to update or switch to a new version, ensuring they have the latest security patches and features. Additionally, you can follow GitHub discussions for the latest news and updates on .NET releases.
https://github.com/dotnet/core
The .NET release notes provide important information about different versions of .NET, such as their release dates, support status, and end-of-support dates. For example, .NET 9 will be released on November 12, 2024, and will be supported until May 12, 2026. You can also find the latest patch versions for each release. This information helps users plan and manage their projects by knowing when to update or switch to a new version, ensuring they have the latest security patches and features. Additionally, you can follow GitHub discussions for the latest news and updates on .NET releases.
https://github.com/dotnet/core
GitHub
GitHub - dotnet/core: .NET news, announcements, release notes, and more!
.NET news, announcements, release notes, and more! - dotnet/core
#typescript #design_systems #material_design #react #react_components
Material UI is a powerful library of React components that follows Google's Material Design system. It has been developed and tested by thousands of contributors over more than a decade, making it reliable and trustworthy. This library helps you build user interfaces quickly and consistently, with a wide range of pre-built components. It also has extensions like MUI X for advanced use cases and Toolpad for building full-stack applications. Using Material UI benefits you by providing a well-tested and maintained set of components, saving you time and effort in developing your projects.
https://github.com/mui/material-ui
Material UI is a powerful library of React components that follows Google's Material Design system. It has been developed and tested by thousands of contributors over more than a decade, making it reliable and trustworthy. This library helps you build user interfaces quickly and consistently, with a wide range of pre-built components. It also has extensions like MUI X for advanced use cases and Toolpad for building full-stack applications. Using Material UI benefits you by providing a well-tested and maintained set of components, saving you time and effort in developing your projects.
https://github.com/mui/material-ui
GitHub
GitHub - mui/material-ui: Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever. - mui/material-ui
#go
Lazydocker is a simple terminal UI for managing Docker and Docker Compose. It helps you manage your containers and services in one window, making it easier to view logs, metrics, and perform common tasks like restarting or removing containers. You can install it using Homebrew, Scoop, Chocolatey, or by downloading a binary release. The tool simplifies managing multiple terminal windows and memorizing Docker commands, allowing you to focus on your work with keybindings and custom commands at your fingertips. This makes your development process faster and more efficient.
https://github.com/jesseduffield/lazydocker
Lazydocker is a simple terminal UI for managing Docker and Docker Compose. It helps you manage your containers and services in one window, making it easier to view logs, metrics, and perform common tasks like restarting or removing containers. You can install it using Homebrew, Scoop, Chocolatey, or by downloading a binary release. The tool simplifies managing multiple terminal windows and memorizing Docker commands, allowing you to focus on your work with keybindings and custom commands at your fingertips. This makes your development process faster and more efficient.
https://github.com/jesseduffield/lazydocker
GitHub
GitHub - jesseduffield/lazydocker: The lazier way to manage everything docker
The lazier way to manage everything docker. Contribute to jesseduffield/lazydocker development by creating an account on GitHub.
#typescript #animation #animation_js #motion #react #reactanimations #spring
Motion is a free and open-source library that helps you create animations in JavaScript and React. It combines the power of JavaScript animations with the performance of native browser APIs, making your animations smooth and efficient. You can easily install it using `npm install motion` and start animating elements with simple code. For example, in JavaScript, you can animate an element by using `animate("#box", { x 100 }} />`. This makes it easy to add dynamic and engaging animations to your web projects, enhancing the user experience.
https://github.com/motiondivision/motion
Motion is a free and open-source library that helps you create animations in JavaScript and React. It combines the power of JavaScript animations with the performance of native browser APIs, making your animations smooth and efficient. You can easily install it using `npm install motion` and start animating elements with simple code. For example, in JavaScript, you can animate an element by using `animate("#box", { x 100 }} />`. This makes it easy to add dynamic and engaging animations to your web projects, enhancing the user experience.
https://github.com/motiondivision/motion
GitHub
GitHub - motiondivision/motion: A modern animation library for React and JavaScript
A modern animation library for React and JavaScript - motiondivision/motion
#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
#go #containers #event_driven #kubernetes #microservice #microservices #pubsub #serverless #sidecar #state_management
Dapr is a tool that helps developers build strong, scalable, and reliable microservices easily. It works with any programming language and framework, making it very flexible. Dapr adds a small side-car to your application that handles complex tasks like state management, messaging, and event triggers, so you don't have to worry about these details. This means you can focus on writing your code without getting bogged down in low-level details. Dapr also runs on various platforms, including cloud, edge devices, and local machines, making it very versatile. Overall, Dapr simplifies building distributed applications and makes them more consistent and portable.
https://github.com/dapr/dapr
Dapr is a tool that helps developers build strong, scalable, and reliable microservices easily. It works with any programming language and framework, making it very flexible. Dapr adds a small side-car to your application that handles complex tasks like state management, messaging, and event triggers, so you don't have to worry about these details. This means you can focus on writing your code without getting bogged down in low-level details. Dapr also runs on various platforms, including cloud, edge devices, and local machines, making it very versatile. Overall, Dapr simplifies building distributed applications and makes them more consistent and portable.
https://github.com/dapr/dapr
GitHub
GitHub - dapr/dapr: Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven…
Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven architecture with workflow orchestration. - dapr/dapr
#csharp #dotnet #hacktoberfest #help_wanted
The .NET Runtime repository contains the code for building the .NET runtime, libraries, and installers for various platforms. This project allows you to contribute by reporting issues, testing nightly builds, and even fixing bugs. You can learn how to use .NET through tutorials and documentation, and there are resources for deploying apps and getting support. Reporting security issues is also straightforward through a private email process. The project is open-source under the MIT license, making it free to use and modify. By participating, you can help improve .NET and be part of a global community of developers.
https://github.com/dotnet/runtime
The .NET Runtime repository contains the code for building the .NET runtime, libraries, and installers for various platforms. This project allows you to contribute by reporting issues, testing nightly builds, and even fixing bugs. You can learn how to use .NET through tutorials and documentation, and there are resources for deploying apps and getting support. Reporting security issues is also straightforward through a private email process. The project is open-source under the MIT license, making it free to use and modify. By participating, you can help improve .NET and be part of a global community of developers.
https://github.com/dotnet/runtime
GitHub
GitHub - dotnet/runtime: .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - dotnet/runtime
#java #data_catalog #data_discovery #data_governance #datahub #metadata
DataHub is a free, open-source platform that helps you find and understand your data. It acts like a catalog for all your data, making it easier to discover, manage, and use. Built by Acryl Data and LinkedIn, DataHub supports modern data stacks and offers features like real-time metadata graphs, integration with various tools, and a user-friendly interface. You can try it out with a hosted demo or follow the quickstart guide to set it up locally. Joining the community through Slack or attending town hall meetings can also help you stay updated and connected with other users. This tool is beneficial because it simplifies data management, enhances collaboration, and improves overall data visibility within your organization.
https://github.com/datahub-project/datahub
DataHub is a free, open-source platform that helps you find and understand your data. It acts like a catalog for all your data, making it easier to discover, manage, and use. Built by Acryl Data and LinkedIn, DataHub supports modern data stacks and offers features like real-time metadata graphs, integration with various tools, and a user-friendly interface. You can try it out with a hosted demo or follow the quickstart guide to set it up locally. Joining the community through Slack or attending town hall meetings can also help you stay updated and connected with other users. This tool is beneficial because it simplifies data management, enhances collaboration, and improves overall data visibility within your organization.
https://github.com/datahub-project/datahub
GitHub
GitHub - datahub-project/datahub: The Metadata Platform for your Data and AI Stack
The Metadata Platform for your Data and AI Stack. Contribute to datahub-project/datahub 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
#shell #atproto #bluesky #self_hosted
You can host your own Personal Data Server (PDS) for the Bluesky social media app. This lets you control your data and connect to the larger Bluesky network. To set it up, you need a server with a public IP address and DNS configuration. Follow the steps to open firewall ports, configure DNS, and install the necessary software. Once set up, you can use the Bluesky app with your PDS, create accounts, and even set up email verification. Keeping your PDS updated is important to avoid issues. This gives you more control over your data and how you interact with the Bluesky network.
https://github.com/bluesky-social/pds
You can host your own Personal Data Server (PDS) for the Bluesky social media app. This lets you control your data and connect to the larger Bluesky network. To set it up, you need a server with a public IP address and DNS configuration. Follow the steps to open firewall ports, configure DNS, and install the necessary software. Once set up, you can use the Bluesky app with your PDS, create accounts, and even set up email verification. Keeping your PDS updated is important to avoid issues. This gives you more control over your data and how you interact with the Bluesky network.
https://github.com/bluesky-social/pds
GitHub
GitHub - bluesky-social/pds: Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Bluesky PDS (Personal Data Server) container image, compose file, and documentation - bluesky-social/pds
#go #certificates #chrome #firefox #https #ios #linux #local_development #localhost #macos #root_ca #tls #windows
mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.
https://github.com/FiloSottile/mkcert
mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.
https://github.com/FiloSottile/mkcert
GitHub
GitHub - FiloSottile/mkcert: A simple zero-config tool to make locally trusted development certificates with any names you'd like.
A simple zero-config tool to make locally trusted development certificates with any names you'd like. - FiloSottile/mkcert
#typescript #backstage #cncf #developer_experience #developer_portal #dx #infrastructure #microservices #self_service_portal
Backstage is a free and open-source tool that helps developers manage their software and infrastructure more efficiently. It centralizes all your tools, services, and documentation into one place, making it easier to develop and deploy high-quality code quickly. With Backstage, you can manage microservices, libraries, and other software projects, use pre-made templates for new projects, and easily create and find technical documentation. It also has many customizable plugins to fit your needs. Created by Spotify and now supported by the Cloud Native Computing Foundation, Backstage simplifies your development environment and enhances team productivity.
https://github.com/backstage/backstage
Backstage is a free and open-source tool that helps developers manage their software and infrastructure more efficiently. It centralizes all your tools, services, and documentation into one place, making it easier to develop and deploy high-quality code quickly. With Backstage, you can manage microservices, libraries, and other software projects, use pre-made templates for new projects, and easily create and find technical documentation. It also has many customizable plugins to fit your needs. Created by Spotify and now supported by the Cloud Native Computing Foundation, Backstage simplifies your development environment and enhances team productivity.
https://github.com/backstage/backstage
GitHub
GitHub - backstage/backstage: Backstage is an open framework for building developer portals
Backstage is an open framework for building developer portals - backstage/backstage
❤1
#jupyter_notebook #gemini #gemini_api #generative_ai #google #google_cloud #google_gemini #langchain #llm #palm_api #vertex_ai #vertex_ai_gemini_api #vertexai
This repository helps you use and develop generative AI with Google Cloud. It includes notebooks, code samples, and apps for various tasks like image generation, chatbots, and language models. You can find resources for building search engines, conversational AI, and more using Vertex AI. The repository also provides setup instructions and learning materials. This helps you quickly start and manage generative AI projects, making it easier to create innovative solutions.
https://github.com/GoogleCloudPlatform/generative-ai
This repository helps you use and develop generative AI with Google Cloud. It includes notebooks, code samples, and apps for various tasks like image generation, chatbots, and language models. You can find resources for building search engines, conversational AI, and more using Vertex AI. The repository also provides setup instructions and learning materials. This helps you quickly start and manage generative AI projects, making it easier to create innovative solutions.
https://github.com/GoogleCloudPlatform/generative-ai
GitHub
GitHub - GoogleCloudPlatform/generative-ai: Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex…
Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI - GoogleCloudPlatform/generative-ai
❤1