Skip to content
View azzlabs's full-sized avatar
Needs caffeine
Needs caffeine
Block or Report

Block or report azzlabs

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

  1. tombola tombola Public

    Una semplice tombola proiettabile, scritta in JavaScript per NodeJS!

    JavaScript 11 3

  2. mc-italia-server-info mc-italia-server-info Public

    Plugin per wordpress per generare il file server-info.yml per la bacheca server di Minecraft-Italia.it

    CSS 2

  3. templated_spatial templated_spatial Public

    Porting of the "Spatial" theme by TEMPLATED for WordPress

    CSS

  4. the_bday_bot the_bday_bot Public

    A birthday reminder bot for Telegram

    JavaScript 3 2

  5. Genera una tabella della Tombola in ... Genera una tabella della Tombola in JavaScript
    1
    class RandTools {
    2
        // Inizializza l'array interno sequenzialmente con interi
    3
        distRandInit (end, start = 0) {
    4
            this.dist_rand = [];
    5
            for (var i = start; i < end; i++) {
  6. Get a snapshot/still image from a Tm... Get a snapshot/still image from a Tmezon 7 inch doorbell network-enabled intercom
    1
    <?php 
    2
      /*
    3
        By reverse-engineering a bit the web interface, I wrote this simple script to get a clean still of a Tmezon doorbell camera
    4
        This script has been tested with the old 720p version of this: https://www.tmezon.com/7-inch-ip-intercom-p0013.html
    5
        It outputs an inline image, so you can upload this page to a php server and curl it to get a nice image of the current view from your doorbell