This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.
Discover gists
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
| export const gpt_functions_param_jobs_fetching = [ | |
| { | |
| name: "process_job_data", | |
| description: "Process job data and extract core fields for a scraper.", | |
| parameters: { | |
| type: "object", | |
| additionalProperties: false, | |
| properties: { | |
| // Company | |
| company_name: { |
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
| const regex = /^\w+([.-_+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/ |
Fork ထားတဲ့ Repo က ကြာသွားလို့ မူရင်း Repo (Upstream) နဲ့ ဖိုင်တွေ မတူတော့တဲ့ပြဿနာ (Conflict) မတက်အောင် ကုဒ်မပြင်ခင်နဲ့ ပို့ခွင့်မပြုခင် ဒီအဆင့်အတိုင်း အမြဲလုပ်ပေးပါ။
ကိုယ့်စက်ထဲက local repo ထဲမှာ မူရင်း Repo လိပ်စာကို သတ်မှတ်ပေးဖို့ လိုပါတယ်။
git remote add upstream <မူရင်း_repo_url>ZebraDesigner3 nlbl (NiceLabel) files are password-protected ZIPs containing XML. The password is ,^_A5Fus&!?j='Epiq*e.
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
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
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 React, { useEffect, useState, useRef } from "react"; | |
| import { | |
| SpeechRecogintionResult, | |
| createSpeechRecognition, | |
| createMediaRecorder, | |
| SpeechRecord | |
| } from "./utils"; | |
| let currentSpeechRecognition: any | null = null; | |
| let currentMediaRecorder: any | null = null; |
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
| repos="" | |
| sizes="" | |
| name_lens="" | |
| image_counts="" | |
| # Check if user is logged in | |
| if ! aws sts get-caller-identity &> /dev/null; then | |
| echo "ERROR: Seems like your SSO session is invalid. Please run" | |
| printf "\n $ aws sso login\n\n" | |
| echo "before you run the script." |