Skip to content
View scarabaeus's full-sized avatar
🍹
🍹
  • San Francisco, CA
  • 00:54 (UTC -07:00)

Organizations

@beerjs @sporkly @ChiliCheese-org @liberate-org
Block or Report

Block or report scarabaeus

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
scarabaeus/README.md

Flames

Steves Web Page

My dad says "the Internet is a fad" — Let's try to prove him wrong!

Sign my Guestbook

This site is under construction

free hit counter

Geocities      Best viewed with Internet Explorer      Find it on Lycos]

© Copyright 1997. All rights reserved.
This site is optimized for Netscape Navigator 2.0 or higher and 24bit RGB True color.

Pinned

  1. Setting p4merge as default git difft... Setting p4merge as default git difftool
    1
    Download: P4Merge https://www.perforce.com/downloads/visual-merge-tool and only copy P4Merge to `/Applications` from the dmg.
    2
    
                  
    3
    ```
    4
    ~ $ git config --global diff.tool p4merge
    5
    ~ $ git config --global difftool.p4merge.path /Applications/p4merge.app/Contents/MacOS/p4merge
  2. Parsing multiple-part Gmail response... Parsing multiple-part Gmail responses for Slack via JSONata
    1
    {
    2
        'channel': $.channel,
    3
        'blocks': [
    4
            {
    5
                'type': 'section',
  3. Generating Google API JWT via JSONata Generating Google API JWT via JSONata
    1
    {
    2
        'grant_type': 'urn:ietf:params:oauth:grant-type:jwt-bearer', 
    3
        
    4
        /* Custom JSONata-registered JWT creation function ($createSignedJwt is just a pass-through wrapper on top of jsonwebtoken) */
    5
        'assertion': $createSignedJwt({
  4. Typed value transformation for writi... Typed value transformation for writing UI transformation to core transformation
    1
    /* Expression to be executed on the FE to create a serialized expression to be evaluated by Core (SQL as the example) */
    2
    {
    3
      "typedValues": [
    4
          {
    5
              "value": "John",