Skip to content
View angww's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report angww

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. TabelaTurno/TabelaTurno TabelaTurno/TabelaTurno Public

    📅 ⏲️ Shift work table in a static web page

    JavaScript

  2. TabelaTurno/TabelaTurno.github.io TabelaTurno/TabelaTurno.github.io Public

    Shift work table in a static web page

    HTML

  3. Web scrapper da rodoviária de Porto ... Web scrapper da rodoviária de Porto Alegre para arquivo CSV
    1
    const puppeteer = require('puppeteer');
    2
    const fs = require('fs');
    3
    const URL = 'http://rodoviaria-poa.com.br/institucional/php/hora.php';
    4
    
                  
    5
    /****  LIB FUNCTIONS */
  4. Cubieboard_TelegramBot.go Cubieboard_TelegramBot.go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"io"
  5. This snippet code is to test GPIO on... This snippet code is to test GPIO on Cubieboard A20
    1
    /*  
    2
        This snippet code is to test GPIO on Cubieboard A20.
    3
    4
        The main loop blinks two LEDs waiting a button click (conected in PORT_BTN) via interrupt,
    5
        using funcion poll and wont consuming 100% of cpu.
  6. LolosAdventureASCII LolosAdventureASCII Public

    Trabalho de graduação para a cadeira de INF01202 - Algoritmos e Programação, curso de Ciência da Computação da UFRGS.

    C 1