Skip to content
View D2theR's full-sized avatar

Highlights

  • Pro

Block or report D2theR

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 250 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
D2theR/README.md

Hello, please check out my stuff!

About Me

Current Project Ideas/Goals:

FELV Cat Website:

  • Documents the various cats my wife and I have adopted with FeLV or Feline Luekemia virus, their personalities and lives.
  • Information and resources on how to care for a positive cat.
  • Mach adoption pages with names, breads, and descriptions (via API calls to FastAPI).
  • Uses OpenCV, and a Google Coral TPU to log animal events (mostly cats) in my yard and report back to an MQTT Broker/Home Assistant.

Open MES:

  • An open source Manufacturing Execution System (MES) platform for guiding small/medium size manufacturers in building, following, and migrating to an IIoT 4.0 business model.
  • Could potential runs on baremetal or simple hardware like Raspberry Pi's or small form factor PC's.
  • Uses Docker Compose, EMQX, InfluxDB, & Node-RED.
  • Hardware/Software recommendations sections for data acquisition:
    • Raspberry Pi's
    • ESP Modules
    • Arduino

Nuxt Storj Bucket

  • Template for building and deploying a Nuxt project that uses a Storj bucket as a CDN or CMS.

Pinned Loading

  1. Auto-generates Serializers & ModelVi... Auto-generates Serializers & ModelViewSets in a Django API using just models
    1
    #### Why?
    2
    I got sick of writing the same Serializer & ModelViewSet classes over and over so I found and wrote some code to
    3
    do it for me, and somehow it works! Please note that there are a lot of caveats to running an API like this and while
    4
    this may work, I know there's A LOT of room for improvement, feel free to fork and help! 
    5
    
                  
  2. django-tabbed-admin django-tabbed-admin Public

    Forked from omji/django-tabbed-admin

    Easily add tabs to django admin forms

    Python 2 3

  3. datertots datertots Public

    Blog Post Site

    HTML

  4. A simple Gunicorn config script that... A simple Gunicorn config script that can be used to add your Django template file directories the reload engine to prevent having to reloading the server in development every time you make a change.
    1
    ##Gunicorn config file
    2
    """
    3
    USAGE
    4
    gunicorn -b 127.0.0.1:8888 -c gunicorn.conf.py myapp.wsgi
    5
    """
  5. Generate Excel .xlsx file using Pand... Generate Excel .xlsx file using Pandas for DOX/DOE recipe/ingredient formulations.
    1
    import itertools
    2
    from pandas import DataFrame
    3
    from IPython.core.display import display, HTML
    4
    
                  
    5
    #List of ingredients
  6. Generic VueJS and PubChem REST API E... Generic VueJS and PubChem REST API Example using Axios
    1
    <!DOCTYPE html>
    2
    <html>  
    3
      <head>
    4
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
    5
        <meta content="utf-8" http-equiv="encoding">