leptonai
The LeptonAI python library allows you to build an AI service from python code with ease. Key features include:
A pythonic abstraction Photon, allowing you to convert research and modeling code into a service with a few lines of code.
Simple abstractions to launch models like those on HuggingFace in few lines of code.
Prebuilt examples for common models such as Llama, SDXL, Whisper, and others.
AI tailored batteries included such as autobatching, background jobs, etc.
A client to automatically call your service like native Python functions.
Pythonic configuration specs to be readily shipped in a cloud environment.
Creator: Lepton AI
Stars ⭐️: 168
Forked By: 11
https://github.com/leptonai/leptonai
#LeptonAI #AI
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
The LeptonAI python library allows you to build an AI service from python code with ease. Key features include:
A pythonic abstraction Photon, allowing you to convert research and modeling code into a service with a few lines of code.
Simple abstractions to launch models like those on HuggingFace in few lines of code.
Prebuilt examples for common models such as Llama, SDXL, Whisper, and others.
AI tailored batteries included such as autobatching, background jobs, etc.
A client to automatically call your service like native Python functions.
Pythonic configuration specs to be readily shipped in a cloud environment.
Creator: Lepton AI
Stars ⭐️: 168
Forked By: 11
https://github.com/leptonai/leptonai
#LeptonAI #AI
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - leptonai/leptonai: A Pythonic framework to simplify AI service building
A Pythonic framework to simplify AI service building - leptonai/leptonai
The V Programming Language
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation.
Creator: vlang
Stars ⭐️: 34.7k
Forked By: 2.1k
https://github.com/vlang/v
#V #Programming #language
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation.
Creator: vlang
Stars ⭐️: 34.7k
Forked By: 2.1k
https://github.com/vlang/v
#V #Programming #language
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - vlang/v: Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero…
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang...
👍1
json
There are myriads of JSON libraries out there, and each may even have its reason to exist. Our class had these design goals:
Intuitive syntax. In languages such as Python, JSON feels like a first class data type. We used all the operator magic of modern C++ to achieve the same feeling in your code. Check out the examples below and you'll know what I mean.
Trivial integration. Our whole code consists of a single header file json.hpp. That's it. No library, no subproject, no dependencies, no complex build system. The class is written in vanilla C++11. All in all, everything should require no adjustment of your compiler flags or project settings.
Serious testing. Our code is heavily unit-tested and covers 100% of the code, including all exceptional behavior. Furthermore, we checked with Valgrind and the Clang Sanitizers that there are no memory leaks. Google OSS-Fuzz additionally runs fuzz tests against all parsers 24/7, effectively executing billions of tests so far.
Creator: Niels Lohmann
Stars ⭐️: 36.8k
Forked By: 6.3k
https://github.com/nlohmann/json
#JSON #C_plusplus
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
There are myriads of JSON libraries out there, and each may even have its reason to exist. Our class had these design goals:
Intuitive syntax. In languages such as Python, JSON feels like a first class data type. We used all the operator magic of modern C++ to achieve the same feeling in your code. Check out the examples below and you'll know what I mean.
Trivial integration. Our whole code consists of a single header file json.hpp. That's it. No library, no subproject, no dependencies, no complex build system. The class is written in vanilla C++11. All in all, everything should require no adjustment of your compiler flags or project settings.
Serious testing. Our code is heavily unit-tested and covers 100% of the code, including all exceptional behavior. Furthermore, we checked with Valgrind and the Clang Sanitizers that there are no memory leaks. Google OSS-Fuzz additionally runs fuzz tests against all parsers 24/7, effectively executing billions of tests so far.
Creator: Niels Lohmann
Stars ⭐️: 36.8k
Forked By: 6.3k
https://github.com/nlohmann/json
#JSON #C_plusplus
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - nlohmann/json: JSON for Modern C++
JSON for Modern C++. Contribute to nlohmann/json development by creating an account on GitHub.
👍3
questdb
QuestDB is an open-source time-series database for high throughput ingestion and fast SQL queries with operational simplicity. It supports schema-agnostic ingestion using the InfluxDB line protocol, PostgreSQL wire protocol, and a REST API for bulk imports and exports.
QuestDB is well suited for financial market data, application metrics, sensor data, real-time analytics, dashboards, and infrastructure monitoring.
QuestDB implements ANSI SQL with native time-series SQL extensions. These SQL extensions make it simple to correlate data from multiple sources using relational and time-series joins. We achieve high performance by adopting a column-oriented storage model, parallelized vector execution, SIMD instructions, and low-latency techniques. The entire codebase is built from the ground up in Java and C++, with no dependencies and zero garbage collection.
Creator: QuestDB
Stars ⭐️: 12.8k
Forked By: 993
https://github.com/questdb/questdb
#QuestDB #PostgreSQL #SQL
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
QuestDB is an open-source time-series database for high throughput ingestion and fast SQL queries with operational simplicity. It supports schema-agnostic ingestion using the InfluxDB line protocol, PostgreSQL wire protocol, and a REST API for bulk imports and exports.
QuestDB is well suited for financial market data, application metrics, sensor data, real-time analytics, dashboards, and infrastructure monitoring.
QuestDB implements ANSI SQL with native time-series SQL extensions. These SQL extensions make it simple to correlate data from multiple sources using relational and time-series joins. We achieve high performance by adopting a column-oriented storage model, parallelized vector execution, SIMD instructions, and low-latency techniques. The entire codebase is built from the ground up in Java and C++, with no dependencies and zero garbage collection.
Creator: QuestDB
Stars ⭐️: 12.8k
Forked By: 993
https://github.com/questdb/questdb
#QuestDB #PostgreSQL #SQL
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - questdb/questdb: QuestDB is a high performance, open-source, time-series database
QuestDB is a high performance, open-source, time-series database - questdb/questdb
Clean Architecture
The goal of this template is to provide a straightforward and efficient approach to enterprise application development, leveraging the power of Clean Architecture and ASP.NET Core. Using this template, you can effortlessly create a Single Page App (SPA) with ASP.NET Core and Angular or React, while adhering to the principles of Clean Architecture.
Creator: Jason Taylor
Stars ⭐️: 13.6k
Forked By: 3k
https://github.com/jasontaylordev/CleanArchitecture
#Clean_Architecture #ASP_NET #Architecture
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
The goal of this template is to provide a straightforward and efficient approach to enterprise application development, leveraging the power of Clean Architecture and ASP.NET Core. Using this template, you can effortlessly create a Single Page App (SPA) with ASP.NET Core and Angular or React, while adhering to the principles of Clean Architecture.
Creator: Jason Taylor
Stars ⭐️: 13.6k
Forked By: 3k
https://github.com/jasontaylordev/CleanArchitecture
#Clean_Architecture #ASP_NET #Architecture
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - jasontaylordev/CleanArchitecture: Clean Architecture Solution Template for ASP.NET Core
Clean Architecture Solution Template for ASP.NET Core - jasontaylordev/CleanArchitecture
👍1
home page
A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.
Creator: Homepage
Stars ⭐️: 8.7k
Forked By: 498
https://github.com/gethomepage/homepage
#homepage
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.
Creator: Homepage
Stars ⭐️: 8.7k
Forked By: 498
https://github.com/gethomepage/homepage
#homepage
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - gethomepage/homepage: A highly customizable homepage (or startpage / application dashboard) with Docker and service API…
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. - gethomepage/homepage
👍1
enhancements
Enhancement tracking repo for Kubernetes releases. Owned by SIG Architecture.
This repo contains issues and KEPs. These issues are umbrellas for new enhancements to be added to Kubernetes. An enhancement usually takes multiple releases to complete. And an enhancement can be tracked as backlog items before work begins. An enhancement may be filed once there is consensus in at least one Kubernetes SIG.
Creator: Kubernetes
Stars ⭐️: 3.1k
Forked By: 1.5k
https://github.com/kubernetes/enhancements
#Enhancement
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Enhancement tracking repo for Kubernetes releases. Owned by SIG Architecture.
This repo contains issues and KEPs. These issues are umbrellas for new enhancements to be added to Kubernetes. An enhancement usually takes multiple releases to complete. And an enhancement can be tracked as backlog items before work begins. An enhancement may be filed once there is consensus in at least one Kubernetes SIG.
Creator: Kubernetes
Stars ⭐️: 3.1k
Forked By: 1.5k
https://github.com/kubernetes/enhancements
#Enhancement
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - kubernetes/enhancements: Enhancements tracking repo for Kubernetes
Enhancements tracking repo for Kubernetes. Contribute to kubernetes/enhancements development by creating an account on GitHub.
PHP-CS-Fixer
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards; whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (team's) style through configuration.
It can modernize your code (like converting the pow function to the ** operator on PHP 5.6) and (micro) optimize it.
If you are already using a linter to identify coding standards problems in your code, you know that fixing them by hand is tedious, especially on large projects. This tool does not only detect them, but also fixes them for you.
Creator: PHP CS Fixer
Stars ⭐️: 12.1k
Forked By: 1.6k
https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
#PHP #PHP_CS_Fixer
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards; whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (team's) style through configuration.
It can modernize your code (like converting the pow function to the ** operator on PHP 5.6) and (micro) optimize it.
If you are already using a linter to identify coding standards problems in your code, you know that fixing them by hand is tedious, especially on large projects. This tool does not only detect them, but also fixes them for you.
Creator: PHP CS Fixer
Stars ⭐️: 12.1k
Forked By: 1.6k
https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
#PHP #PHP_CS_Fixer
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues
A tool to automatically fix PHP Coding Standards issues - PHP-CS-Fixer/PHP-CS-Fixer
System-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Creator: ByteByteGoHq
Stars ⭐️: 33.5k
Forked By: 3k
https://github.com/ByteByteGoHq/system-design-101
#system_design
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Creator: ByteByteGoHq
Stars ⭐️: 33.5k
Forked By: 3k
https://github.com/ByteByteGoHq/system-design-101
#system_design
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design…
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. - ByteByteGoHq/system-design-101
localsend
LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.
Creator: localsend
Stars ⭐️: 21k
Forked By: 1k
https://github.com/localsend/localsend
#localsend
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.
Creator: localsend
Stars ⭐️: 21k
Forked By: 1k
https://github.com/localsend/localsend
#localsend
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - localsend/localsend: An open-source cross-platform alternative to AirDrop
An open-source cross-platform alternative to AirDrop - localsend/localsend
free-programming-books
Freely available programming books
Creator: EbookFoundation
Stars ⭐️: 301k
Forked By: 58.2k
https://github.com/EbookFoundation/free-programming-books
#programming #books
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Freely available programming books
Creator: EbookFoundation
Stars ⭐️: 301k
Forked By: 58.2k
https://github.com/EbookFoundation/free-programming-books
#programming #books
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - EbookFoundation/free-programming-books: :books: Freely available programming books
:books: Freely available programming books. Contribute to EbookFoundation/free-programming-books development by creating an account on GitHub.
❤1
deepsparse
DeepSparse is a CPU inference runtime that takes advantage of sparsity to accelerate neural network inference. Coupled with SparseML, our optimization library for pruning and quantizing your models, DeepSparse delivers exceptional inference performance on CPU hardware.
Creator: Neural Magic
Stars ⭐️: 2.3k
Forked By: 132
https://github.com/neuralmagic/deepsparse
#deepsparse
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
DeepSparse is a CPU inference runtime that takes advantage of sparsity to accelerate neural network inference. Coupled with SparseML, our optimization library for pruning and quantizing your models, DeepSparse delivers exceptional inference performance on CPU hardware.
Creator: Neural Magic
Stars ⭐️: 2.3k
Forked By: 132
https://github.com/neuralmagic/deepsparse
#deepsparse
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - neuralmagic/deepsparse: Sparsity-aware deep learning inference runtime for CPUs
Sparsity-aware deep learning inference runtime for CPUs - neuralmagic/deepsparse
👍1
open-interpreter
Open Interpreter lets LLMs run code (Python, Javanoscript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.
This provides a natural-language interface to your computer's general-purpose capabilities:
Create and edit photos, videos, PDFs, etc.
Control a Chrome browser to perform research
Plot, clean, and analyze large datasets
Creator: killian
Stars ⭐️: 30.7k
Forked By: 2.7k
https://github.com/KillianLucas/open-interpreter
#Open #Interpreter
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Open Interpreter lets LLMs run code (Python, Javanoscript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.
This provides a natural-language interface to your computer's general-purpose capabilities:
Create and edit photos, videos, PDFs, etc.
Control a Chrome browser to perform research
Plot, clean, and analyze large datasets
Creator: killian
Stars ⭐️: 30.7k
Forked By: 2.7k
https://github.com/KillianLucas/open-interpreter
#Open #Interpreter
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - openinterpreter/open-interpreter: A natural language interface for computers
A natural language interface for computers. Contribute to openinterpreter/open-interpreter development by creating an account on GitHub.
TensorRT-LLM
TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
Creator: NVIDIA
Stars ⭐️: 2.3k
Forked By: 135
https://github.com/NVIDIA/TensorRT-LLM
#TensorRT #LLM
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
Creator: NVIDIA
Stars ⭐️: 2.3k
Forked By: 135
https://github.com/NVIDIA/TensorRT-LLM
#TensorRT #LLM
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs)…
TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. Tensor...
👍4
sqlmap
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.
Creator: sqlmapproject
Stars ⭐️: 28.6k
Forked By: 5.5k
https://github.com/sqlmapproject/sqlmap
#SQL #sqlmap
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.
Creator: sqlmapproject
Stars ⭐️: 28.6k
Forked By: 5.5k
https://github.com/sqlmapproject/sqlmap
#SQL #sqlmap
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - sqlmapproject/sqlmap: Automatic SQL injection and database takeover tool
Automatic SQL injection and database takeover tool - sqlmapproject/sqlmap
🔥1
jellyfin
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!
Creator: jellyfin
Stars ⭐️: 26k
Forked By: 2.4k
https://github.com/jellyfin/jellyfin
#Jellyfin
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!
Creator: jellyfin
Stars ⭐️: 26k
Forked By: 2.4k
https://github.com/jellyfin/jellyfin
#Jellyfin
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - jellyfin/jellyfin: The Free Software Media System - Server Backend & API
The Free Software Media System - Server Backend & API - jellyfin/jellyfin
awesome-interview-questions
A curated list of lists of technical interview questions.
Creator: DopplerHQ
Stars ⭐️: 58.6k
Forked By: 7.8k
https://github.com/DopplerHQ/awesome-interview-questions
#interview #questions
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
A curated list of lists of technical interview questions.
Creator: DopplerHQ
Stars ⭐️: 58.6k
Forked By: 7.8k
https://github.com/DopplerHQ/awesome-interview-questions
#interview #questions
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - DopplerHQ/awesome-interview-questions: :octocat: A curated awesome list of lists of interview questions. Feel free to…
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board: - GitHub - DopplerHQ/awesome-interview-questions: :octocat: A curated awesome list of list...
👍2
yazi
Yazi ("duck" in Chinese) is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience.
Creator: Misaki Masa
Stars ⭐️: 3.7k
Forked By: 73
https://github.com/sxyazi/yazi
#rust
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Yazi ("duck" in Chinese) is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience.
Creator: Misaki Masa
Stars ⭐️: 3.7k
Forked By: 73
https://github.com/sxyazi/yazi
#rust
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - sxyazi/yazi: 💥 Blazing fast terminal file manager written in Rust, based on async I/O.
💥 Blazing fast terminal file manager written in Rust, based on async I/O. - sxyazi/yazi
ChatGPT AutoExpert
ChatGPT AutoExpert is a shockingly effective set of custom instructions aimed at enhancing the capabilities of GPT-4 and GPT-3.5-Turbo conversational models. These instructions maximize the depth and nuance in responses while minimizing general disclaimers and hand-holding. The ultimate objective is to provide users with accurate, context-rich information and an improved learning experience.
Creator: Dustin Miller
Stars ⭐️: 4.3k
Forked By: 267
https://github.com/spdustin/ChatGPT-AutoExpert
#ChatGPT
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
ChatGPT AutoExpert is a shockingly effective set of custom instructions aimed at enhancing the capabilities of GPT-4 and GPT-3.5-Turbo conversational models. These instructions maximize the depth and nuance in responses while minimizing general disclaimers and hand-holding. The ultimate objective is to provide users with accurate, context-rich information and an improved learning experience.
Creator: Dustin Miller
Stars ⭐️: 4.3k
Forked By: 267
https://github.com/spdustin/ChatGPT-AutoExpert
#ChatGPT
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - spdustin/ChatGPT-AutoExpert: 🚀🧠💬 Supercharged Custom Instructions for ChatGPT (non-coding) and ChatGPT Advanced Data Analysis…
🚀🧠💬 Supercharged Custom Instructions for ChatGPT (non-coding) and ChatGPT Advanced Data Analysis (coding). - GitHub - spdustin/ChatGPT-AutoExpert: 🚀🧠💬 Supercharged Custom Instructions for ChatGPT ...
👍2
refine
refine is a meta React framework that enables the rapid development of a wide range of web applications.
From internal tools to admin panels, B2B apps, and dashboards, it serves as a comprehensive solution for building any type of CRUD application.
refine's internal hooks and components simplify the development process and eliminate repetitive tasks by providing industry-standard solutions for crucial aspects of a project, including authentication, access control, routing, networking, state management, and i18n.
Creator: refinedev
Stars ⭐️: 15.5k
Forked By: 1.2k
https://github.com/refinedev/refine
#meta
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
refine is a meta React framework that enables the rapid development of a wide range of web applications.
From internal tools to admin panels, B2B apps, and dashboards, it serves as a comprehensive solution for building any type of CRUD application.
refine's internal hooks and components simplify the development process and eliminate repetitive tasks by providing industry-standard solutions for crucial aspects of a project, including authentication, access control, routing, networking, state management, and i18n.
Creator: refinedev
Stars ⭐️: 15.5k
Forked By: 1.2k
https://github.com/refinedev/refine
#meta
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - refinedev/refine: A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - refinedev/refine
❤3
Tech-jobs-with-relocation
International Tech Job Search Handbook by Relocate.me.
Topics covered include resume preparation, job search, salary negotiation, relocation packages, and more. But the cherry 🍒 on the cake is a list of companies hiring tech talent internationally.
Creator: AndrewStetsenko
Stars ⭐️: 2k
Forked By: 214
https://github.com/AndrewStetsenko/tech-jobs-with-relocation
#jobsearch #relocation #workabroad
International Tech Job Search Handbook by Relocate.me.
Topics covered include resume preparation, job search, salary negotiation, relocation packages, and more. But the cherry 🍒 on the cake is a list of companies hiring tech talent internationally.
Creator: AndrewStetsenko
Stars ⭐️: 2k
Forked By: 214
https://github.com/AndrewStetsenko/tech-jobs-with-relocation
#jobsearch #relocation #workabroad
GitHub
GitHub - AndrewStetsenko/tech-jobs-with-relocation: All-in-one guide to getting a tech job abroad 🌎
All-in-one guide to getting a tech job abroad 🌎 . Contribute to AndrewStetsenko/tech-jobs-with-relocation development by creating an account on GitHub.
👍5❤2