Skip to content
View bukanspot's full-sized avatar
🧩
I Love Random People
🧩
I Love Random People

Organizations

@gandiwaberoda @TecArt-Udayana @PaksiUdayana
Block or Report

Block or report bukanspot

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

cover-github



Linux Debian Ubuntu Kubuntu openSUSE Pop! OS CentOS Fedora Red Hat C C++ HTML5 CSS3 JavaScript PHP Python Markdown MySQL SQLite Kotlin MariaDB MongoDB Git Bootstrap Laravel Ansible Amazon AWS Amazon EC2 Google Cloud Cisco Apache Nginx Firebase Arduino Android Studio VirtualBox VMware Wireshark Postman GitHub Trello Blender


Pinned Loading

  1. Automatically push directory to GitH... Automatically push directory to GitHub using cronjob
    1
    #!/usr/bin/env sh
    2
    directory=<working-directory>
    3
    cd $directory
    4
    git pull origin main -q
    5
    result=$(git status --porcelain | wc -l)
  2. vscode configuration for arduino nano vscode configuration for arduino nano
    1
    {
    2
        "configuration": "cpu=atmega328old",
    3
        "board": "arduino:avr:nano",
    4
        "port": "COM8",
    5
        "sketch": "src\\main\\main.ino",
  3. sbash sbash Public

    A simple script of .bashrc customization, aliases, git integration and emoticons.

    Shell 3 1

  4. DiscordBox DiscordBox Public

    VirtualBox working activity show as playing status on Discord rich presence.

    Python 7 1