Skip to content
View kbravh's full-sized avatar
🦈
🦈

Block or report kbravh

Report abuse

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

Report abuse

Pinned Loading

  1. tweet-to-markdown tweet-to-markdown Public

    A command line tool to convert Tweets to Markdown.

    TypeScript 173 10

  2. obsidian-tweet-to-markdown obsidian-tweet-to-markdown Public

    An Obsidian.md plugin to save tweets as Markdown files.

    TypeScript 216 15

  3. netlify-cms-widget-nested-select netlify-cms-widget-nested-select Public

    A widget for Netlify CMS that will conditionally show a second select with its own options based on what's chosen in the first select. This can be used, for example, to set up subcategories inside …

    JavaScript 8

  4. multi-class multi-class Public

    Easy multiple inheritance and composition in JavaScript.

    JavaScript 7 1

  5. table-to-markdown table-to-markdown Public

    A Chrome DevTools extension to convert an HTML Table to Markdown for easy export.

    JavaScript 26 2

  6. Adjust cron events for DST (Daylight... Adjust cron events for DST (Daylight Savings Time) automatically with a Python function to be run on AWS Lambda.
    1
    from datetime import datetime
    2
    import pytz
    3
    import boto3
    4
     
    5
    # define our CloudEvents client