Skip to content
View emmiedev's full-sized avatar
playing
playing

Block or report emmiedev

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. bombcrypto-bot bombcrypto-bot Public

    Forked from newerton/bombcrypto-bot

    Python 2

  2. py-autoclick-bombcrypto py-autoclick-bombcrypto Public

    Bomb crypto แบบบ้าน ๆ ยังไม่สมบูรณ์เท่าไรครับ พัฒนาต่อเรื่อย ๆ

    Python 1

  3. Machine-Learning-for-thai-Lottery Machine-Learning-for-thai-Lottery Public

    Forked from zugetor/Machine-Learning-for-thai-Lottery

    ใช้เพื่อการศึกษาเท่านั้น

    Python

  4. DS1307 python3 Armbian (Orange pi ze... DS1307 python3 Armbian (Orange pi zero plus)
    1
    # @2021 Create by Tawatchai Insree
    2
    
                  
    3
    import smbus
    4
    import time
    5
    import datetime
  5. Use RTC DS3231, DS3232 or DS1307 ali... Use RTC DS3231, DS3232 or DS1307 alikes in Armbian (orange Pi Prime)
    1
    The use of the I2C DS3231/3232 from Armbian SBC has a few quirks, most tutorials on the internet works but only if you have internet connection.
    2
    
                  
    3
    In cuba we can sometimes use Armbian on devices that are not internet connected, so most tutorial fails and after a power failure or reboot you get a non working system because some apps/soft warns and fail with a "date in the future" message.
    4
    
                  
    5
    I have crafted a way to use it as a real systemd service (yes, it's a legacy service...)
  6. node-wifi node-wifi Public

    Forked from friedrith/node-wifi

    📶 NodeJS tool to manage wifi (connections, scans)

    JavaScript