Skip to content
View cweitat's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report cweitat

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. MaterialIcons-SymbolElement MaterialIcons-SymbolElement Public

    Generate list of Material Icons to symbols elements for Web usage with Gulp

    JavaScript

  2. Student-ID-Barcode-Attendance-taker Student-ID-Barcode-Attendance-taker Public

    App that takes attendance with scanning student ID and storing data at Google Spreadsheet

    JavaScript 1

  3. Invoice-Issue-with-Excel-VBA Invoice-Issue-with-Excel-VBA Public

    Helps to auto generate and tabulate the amount of oil lubricants dispensed and received and export as PDF

  4. eventyayPPTGenerator eventyayPPTGenerator Public

    Generate PPT for displaying current session details on screen outside rooms with Eventyay API

    HTML

  5. Convert PHP to HTML Convert PHP to HTML
    1
    for %f in (*.php) do php %f > %~nf.html
  6. Nationality List for HTML Bootstrap ... Nationality List for HTML Bootstrap 3/4 Select Dropdown in Capital Letters
    1
    <div class="form-group">
    2
        <label for="nationality">Nationality</label>
    3
        <select class="form-control" name="nationality">
    4
            <option value="AFGHAN">AFGHAN</option>
    5
            <option value="ALBANIAN">ALBANIAN</option>