Skip to content
View attilavago's full-sized avatar
💭
Code is happening...
💭
Code is happening...

Block or report attilavago

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. thehippocraticoathofsoftwareengineering thehippocraticoathofsoftwareengineering Public

    The original Hippocratic Oath of software engineering by Attila Vago. A set of rules by which designing, architecting and developing software should yield more human-centric and ethically sound res…

    HTML 3

  2. fun-with-flags fun-with-flags Public

    A list of web accessible flags made with HTML and CSS.

    HTML 5

  3. kenwheeler/slick kenwheeler/slick Public

    the last carousel you'll ever need

    JavaScript 28.6k 5.8k

  4. espruino/EspruinoWebIDE espruino/EspruinoWebIDE Public

    The Espruino Web IDE - A Chrome Web App for programming Espruino

    JavaScript 384 171

  5. audhesive-ffmpeg-electron audhesive-ffmpeg-electron Public

    An electron-based cross-OS application for merging pairs of .mp3 audio files.

    JavaScript

  6. PowerPoint presenter using a Puck.js... PowerPoint presenter using a Puck.js beacon's button and magnetic sensor.
    1
    var kb = require("ble_hid_keyboard");
    2
    NRF.setServices(undefined, { hid : kb.report });
    3
    var next = "n";
    4
    var prev = "p";
    5