Starting WebSocket: ws://192.168.138.46:8888/api/kernels/7fc29ef2-8243-4e53-8ab6-9587b75b2832 [jlab_core.6144df8e3fe03e33f880.js:2:989853](http://192.168.138.46:8888/static/lab/jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880)
XHRGEThttp://192.168.138.46:8888/scheduler/runtime_environments?1674587878945
[HTTP/1.1 500 Internal Server Error 18ms]
Uncaught (in promise) Error: Unhandled error
r http://192.168.138.46:8888/static/lab/jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2
T http://192.168.138.46:8888/lab/extensions/@jupyterlab/scheduler/static/497.e83f20d14e3071f8fd16.js?v=e83f20d14e3071f8fd16:1
getRuntimeEnvironments http://192.168.138.46:8888/lab/extensions/@jupyterlab/scheduler/static/497.e83f20d14e3071f8fd16.js?v=e83f20d14e3071f8fd16:1
de http://192.168.138.46:8888/lab/extensions/@jupyterlab/scheduler/static/497.e83f20d14e3071f8fd16.js?v=e83f20d14e3071f8fd16:1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from urllib.parse import urljoin, quote, unquote | |
| from pathlib import Path | |
| import xml.etree.ElementTree as ET | |
| from typing import List, Dict, Optional | |
| import time | |
| import argparse | |
| class S3BucketDownloader: | |
| def __init__(self, bucket_url: str, root_dir: str = '', local_dir: str = 'downloaded', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://920espnnewjersey.com/ | |
| https://wakeupwyo.com/ | |
| https://mycountry955.com/ | |
| https://k2radio.com/ | |
| https://kisscasper.com/ | |
| https://rock967online.com/ | |
| https://jackfmcasper.com/ | |
| https://caspercowboy.com/ | |
| https://7220sports.com/ | |
| https://1063nowfm.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| torch | |
| diffusers | |
| transformers | |
| pandas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git+https://github.com/openai/whisper.git | |
| transformers | |
| pytube | |
| pandas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Export historical webform data -- some variables assume an acquia environment -- adjust as needed | |
| cd /var/www/html/"$AH_SITE_GROUP"."$AH_SITE_ENVIRONMENT"/docroot/ | |
| DATE_COMMAND="date" # on mac, change to gdate from homebrew's 'coreutil' package | |
| LOCATION="/var/www/html/$AH_SITE_GROUP.$AH_SITE_ENVIRONMENT/docroot/sites/default/files/webform_exports" | |
| today=$($DATE_COMMAND +"%Y-%m-%d %H:%M:%S") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set i to 0 | |
| repeat while i < 15 | |
| -- set i to i + 1 | |
| -- https://eastmanreference.com/complete-list-of-applescript-key-codes | |
| -- https://apple.stackexchange.com/questions/63897/can-a-mac-be-programmed-to-simulate-pressing-a-key-at-a-certain-rate-via-softwar | |
| delay 20 | |
| tell application "iTerm" to activate | |
| delay 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import sys | |
| import json | |
| # used as | |
| # bq show --schema --format=prettyjson PROJECT:DATASET.TABLE | ./main.py | |
| data = "" | |
| for x in sys.stdin: | |
| data = data + x |
I see online, in multiple places, people saying that levels.fyi data is on a JSON at,
https://www.levels.fyi/js/salaryData.json
This may have been how it was built originally but now, while it still responds with a JSON, it's not accurate.
First, we can see the file hasn't been modified since Jan 13, 2022.
$ curl -I "https://www.levels.fyi/js/salaryData.json"
HTTP/2 200
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @file | |
| * Primary module hooks for custom_join module. | |
| */ | |
| use Drupal\views\Plugin\views\query\QueryPluginBase; | |
| use Drupal\views\ViewExecutable; |
NewerOlder