I hereby claim:
- I am leobakerhytch on github.
- I am ltobh (https://keybase.io/ltobh) on keybase.
- I have a public key ASAgmK-ws23XAkypJmmeoQUAlcHyGCJ4fmQh_jzpyk1BHwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import * as denv from 'ts-dotenv'; | |
| import fs from 'fs'; | |
| describe('.env loading', () => { | |
| it('has a .env', () => { | |
| expect(fs.existsSync('.env')).toBe(true); //succeeds | |
| console.log(fs.readFileSync('.env','utf-8')) //api_key=123456 | |
| }); | |
| it('loads .env', () => { | |
| const env = denv.load({ api_key: String }); |
| # Save the transcripts using the "Save Page WE" Chrome Extension | |
| # This script was generated by ChatGPT | |
| import sys | |
| from bs4 import BeautifulSoup | |
| # Check if a file was provided as a command line argument | |
| if len(sys.argv) < 2: | |
| print("Please provide an HTML file as a command line argument.") | |
| sys.exit(1) |
I hereby claim:
To claim this, I am signing this object:
Navigation sidebar & table of contents fade in on hover
Uses the following typefaces:
| const lodashScript = document.createElement('script'); | |
| lodashScript.src = 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.js'; | |
| lodashScript.type = 'text/javascript'; | |
| document.head.appendChild(lodashScript); |
| #!/bin/bash | |
| # --------------------------------------------------------- | |
| # Customizable Settings | |
| # --------------------------------------------------------- | |
| # where to store the sparse-image | |
| WORKSPACE=${HOME}/.Development.dmg.sparseimage | |
| # location where workspace will be mounted |