Skip to content
View zentala's full-sized avatar
Block or Report

Block or report zentala

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

Here are a few exciting projects that you might find interesting:

🚀 Zentala Innovation Agency

TypeScript   Gatsby   React   Ant Design

Digital showcase for innovation prototyping services.

Zentala.Agency

It serves as a hub for those looking to shape and transform ideas into tangible, market-ready prototypes.

🌏 website   |   📦 repository



🎮 Game Player Nick Finder

Python   Django   Bootstrap

An innovative platform designed to reconnect you with your old gaming friends.

Game Player Nick Finder

Simply register your gaming nick, and you can be found by your friends from the past.

A great way to reconnect and play together again!

🌏 website   |   📦 repository



💼 One-Page Developer ID

GitHub Pages   GitPod   SCSS  

A simple and elegant solution for developers to create their own ID page.

Fork to setup your own!

Features:

  • serverless; hosted for free on GitHub Pages
  • staticaly generated with Parcel.js - zero configuration bundler
  • GitPod-ready (automated dev environment in the cloud)
  • open source & ready to fork and customize

🌏 website   |   📦 repository



🪑 Smart Height-Adjustable Desk

Python   Node.js   React   Raspberry Pi   Arduino   Linux

Receipe:

  • take analog height adjustable computer desk
  • add hardware controller with - RPi, relays, PIR (movement sensor), laser metter...
  • track time spent sitting/standing/present/absent from your desk
  • let Smart Desk to decide for you when it's time to stand or take a break, e.g. desk can go up (to standing position) for 15 min if you didn't take 10minutes break during last hour; it will come back to the previous position after 15 minutes automaticaly
  • get statistics and historical analitycs about your time at desk
  • both code and hardware are open source so you can develop your own features; contributors are welcomed ;)

🌏 website   |   📦 repository   |   📖 wiki

Pinned

  1. Convert size in bytes to human reada... Convert size in bytes to human readable format (JavaScript)
    1
    function formatBytes(bytes,decimals) {
    2
       if(bytes == 0) return '0 Bytes';
    3
       var k = 1024,
    4
           dm = decimals || 2,
    5
           sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
  2. Create LXC Ubuntu Bionic privileged ... Create LXC Ubuntu Bionic privileged container, with SSH server, new passwordless sudo user, with ZSH and oh-my-zsh
    1
    #!/bin/bash
    2
    
                  
    3
    # Usage: 
    4
    #   $ chmod +x lxc_create_container.sh
    5
    #   $ ./lxc_create_container.sh <container-name>
  3. open-smart-desk-server open-smart-desk-server Public

    The Open Smart Desk is a sensor-equipped desk project that strives to combat sedentary lifestyles by seamlessly adjusting desk height, providing a dynamic and intuitive work experience that seamles…

    TypeScript 11 1

  4. id.zentala.io id.zentala.io Public

    One-page, modern, and minimalistic personal home page for developers. Hosted serverless on GitHub, build with Parcel.js, and developed online via GitPod. Feel free to fork it for yourself!

    SCSS 4 1