Skip to content
View jetstreamin's full-sized avatar
:octocat:
chillin' like the vanilla shake that I am
:octocat:
chillin' like the vanilla shake that I am

Highlights

  • Pro

Block or report jetstreamin

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. ServerlessWebApiWithCognito ServerlessWebApiWithCognito Public

    Forked from Kirkaiya/ServerlessWebApiWithCognito

    An ASP.NET Core Web API project using AWS Cognito for authorization, for deployment to AWS Lambda as a demo of SPA with Cognito running serverless.

    C#

  2. AWS Amplify - Spin-Up JS App AWS Amplify - Spin-Up JS App
    1
    PROJNAME=$1
    2
    mkdir $PROJNAME
    3
    echo Making $PROJNAME
    4
    mkdir -p $PROJNAME/src && cd $PROJNAME
    5
    npm init
  3. Azure Automation Powershell for Edit... Azure Automation Powershell for Editing & Creating Runbooks
    1
    Install-Module AzureAutomationAuthoringToolkit -Scope CurrentUser
    2
    Import-Module AzureAutomationAuthoringToolKit
  4. CloudFormation: Postgres with defaul... CloudFormation: Postgres with default VPC spike
    1
    
                  
    2
    ```
    3
    aws cloudformation create-stack --stack-name hogehoge --template-body file://conf.yaml --region ap-northeast-1 --parameters file://param.yaml
    4
    ```
  5. PyPubChemXtractor PyPubChemXtractor Public

    Forked from KhepryQuixote/PyPubChemXtractor

    Python 3.4 script to extract Chemical Abstract Society Registry Numbers (CASRNs) from PubChem's CID Synonym file.

    Python

  6. sqlitebiter sqlitebiter Public

    Forked from thombashi/sqlitebiter

    A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.

    Python 1