huggingface /
agents-course
This repository contains the Hugging Face Agents Course.
95/100 healthLoading repository data…
NilanjanaLodh / repository
This repository contains one of the two components of my Google Summer of Code'17 project with The Linux Foundation, i.e the CPD libraries for Frontend and Backend . The other component can be found at https://github.com/NilanjanaLodh/OpenPrinting_CUPS_Backend.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains one of the two components of my Google Summer of Code'17 project with The Linux Foundation, i.e the CPD libraries for Frontend and Backend. The other component can be found here.
These libraries allow the CPD frontend and backends to communicate with each other over the D-Bus. The Frontend library also provides some extra functionality to deal with Printers, Settings, etc. in a high level manner.
Printing out of desktop applications is managed by many very different dialogs, mostly depending on which GUI toolkit is used for an application. Some applications like even have their own dialogs, which expose different kind of printing options. This is confuses users a lot, having them to do the printing operation in many different ways. In addition, many dialogs are missing important features.
The Common Printing Dialog project aims to solve these problems provide a uniform printing experience on Linux Desktop Environments.
I specifically have contributed to the project in the following two ways :
Installing bleeding edge release from here. (Preferable!)
OR
sudo apt install cups libcups2-dev
sudo apt install libglib2.0-dev$ ./autogen
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig
Use the sample frontend client to check that the library and the installed backends work as expected:
The project also includes a sample command line frontend that you can use to test whether the installed library and print backends work as expected.
$ cd demo/
$ make
$ ./print_frontend
The list of printers from various printers should start appearing automatically. Type help to get the list of available commands. Make sure to stop the frontend using the stop command only.
The library also provides support for serializing a printer. Use the pickle-printer command to serialize it, and run the pickle_test executable after that to deserialize and test it.
To develop a frontend client you need to use the CPDFrontend library.
It has pkg-config support: pkg-config --cflags --libs CPDFrontend.
Include CPDFrontend.h in your code.
Similarly, to develop a backend you need to use the CPDBackend library.
It has pkg-config support: pkg-config --cflags --libs CPDBackend.
Include CPDBackend.h in your code.
Selected from shared topics, language and repository description—not editorial ratings.
huggingface /
This repository contains the Hugging Face Agents Course.
95/100 healthfarhanashrafdev /
This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, covering topics such as Network+, Security+, Linux, Python, Traffic Analysis, Git, ELK, AWS, Azure, and Hacking. The repository also includes a `LEARN.md
94/100 healthEngineer1999 /
This repository contains a curated collection of 300+ case studies from over 80 companies, detailing practical applications and insights into machine learning (ML) system design. The contents are organized to help you easily find relevant case studies based on industry or specific ML use cases.
79/100 healthMysteryVaibhav /
This is a repository containing the list of company wise questions available on leetcode premium
78/100 healthwisdompeak /
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
80/100 healthCoder-World04 /
This repository contains everything you need to become proficient in System Design
87/100 health