Skip to content

Instantly share code, notes, and snippets.

View jtemporal's full-sized avatar
😎
Working from home

Jessica Temporal jtemporal

😎
Working from home
View GitHub Profile
sequenceDiagram
    autonumber
    Vercel->>Vercel: <br>
    Note right of Vercel: Click on the <br>Auth0 integration
    Vercel->>Auth0: <br>You are redirected to <br>Auth0 to authenticate
    Note right of Vercel:  Vercel never sees <br>your Auth0 credentials
    Auth0-->Auth0: 
    Note right of Auth0: If you are new to Auth0<br>your tenant is <br>bootstraped for you 
 %% Auth0-&gt;&gt;Auth0: 
.note {
stroke: #decc93 !important;
fill: #fff5ad !important;
}
import time, math
import badger2040
import badger_os
# Global Constants
WIDTH = badger2040.WIDTH
HEIGHT = badger2040.HEIGHT
# Tic-Tac-Toe / Noughts and Crosses game
@jtemporal
jtemporal / script.py
Created January 7, 2024 01:32
Script to update exif data from .jpeg files
"""
This script will automatically pick up on all JPG files in a folder
requirements.txt
piexif==1.1.3
pillow==10.2.0
"""
@jtemporal
jtemporal / robbyrussell.zsh-theme
Last active January 26, 2024 14:06
Robby Russel modified version
# theme location on Codespaces: /home/codespaces/.vim/theme
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[black]%}%c%{$reset_color%}"
PROMPT+=' $(git_prompt_info)'
PROMPT+="
%(?:%{$fg_bold[green]%}➜ $ :%{$fg_bold[red]%}➜ $ )%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✘"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
/**
* $out
* Provide the name of the output collection.
*/
'augustmoviescomments'
/**
* $lookup
* from: The target collection.
* localField: The local join field.
* foreignField: The target join field.
* as: The name for the results.
* pipeline: The pipeline to run on the joined collection.
* let: Optional variables to use in the pipeline field stages.
*/
{
/**
* $match
* query: The query in MQL.
*/
{
date:{
$gte:ISODate("2002-08-01"),
$lt:ISODate("2002-08-31")
}
}

Keybase proof

I hereby claim:

  • I am jtemporal on github.
  • I am temporal (https://keybase.io/temporal) on keybase.
  • I have a public key ASBQvco2xkvKpSFCD76TYpToWbo7S62oC3ZjIEZrW9QeHAo

To claim this, I am signing this object:

-----> Pelican app detected
-----> Installing Python (python-3.6.10)
-----> Ensure pip
python: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by python)
! Push rejected, failed to compile Pelican app.