Skip to content
View attributeyielding's full-sized avatar
😁
I may be slow to respond.
😁
I may be slow to respond.
  • Freelancer
  • france

Block or report attributeyielding

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python-extracting-text-from-PDF-files-including-both-standard-text-PDFs-and-handwritten-PDFs. Public

    Below is a Python script that uses PyPDF2, pdfplumber, and Tesseract OCR to process standard text-based PDFs and handwritten PDFs. The script extracts text from standard PDFs and uses Optical Chara…

    Python 1

  2. Unity-3D-Xmpp-Protocol- Public

    An XMPP library for Unity 3D targeting C# .NET 2.0 is used to implement communication with an XMPP (Extensible Messaging and Presence Protocol) server. This is useful for chat systems, real-time me…

    C# 9 4

  3. Network-Library-For-Unity-3D Public

    Network library for Unity this a Network Library for unity3D , all client have Tcp/Udp Implementation TCP communication UDP communication Factories to ensure the most easy setup Server and Client W…

    C# 2

  4. Merging-two-3D-Objects Public

    Merging two 3D .obj files into one can be done by parsing the vertex and face data from both files and combining them while updating the face indices of the second object to account for the vertice…

    C# 1

  5. 3D-Object-Morphing-in-Csharp Public

    This tutorial demonstrates how to morph one 3D object into another using C# and OpenGL with the OpenTK library. We will use vertex interpolation to achieve the morphing effect.

    C# 1

  6. Tutorial-predict-the-quantity-of-products-to-order-based-on-sales-data-using-python Public

    predict the quantity of products to order based on sales data, you can use a Machine Learning (ML) model. The following Python script demonstrates a simple approach using the Linear Regression algo…

    Python 1