gist.areyouok.us.kg
Open in
urlscan Pro
2606:4700:3032::6815:2d1
Public Scan
Submitted URL: https://gist.areyouok.us.kg/
Effective URL: https://gist.areyouok.us.kg/starred
Submission: On November 17 via api from US — Scanned from US
Effective URL: https://gist.areyouok.us.kg/starred
Submission: On November 17 via api from US — Scanned from US
Form analysis
1 forms found in the DOMGET /search
<form class="position-relative js-quicksearch-form" role="search" aria-label="Site" data-turbo="false" action="/search" accept-charset="UTF-8" method="get">
<div class="header-search-wrapper form-control input-sm js-chromeless-input-container">
<input type="text" class="form-control input-sm js-site-search-focus header-search-input" data-hotkey="s,/" name="q" aria-label="Search" placeholder="Search…" autocorrect="off" autocomplete="off" autocapitalize="off">
</div>
</form>
Text Content
Skip to content All gists Back to GitHub Sign in Sign up Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} Instantly share code, notes, and snippets. DISCOVER GISTS * * All gists * Forked * Starred * 1 file * 23 forks * 65 comments * 103 stars Dlfaith / gist:0d43be3dfb296bb6260af75ef082faa8 Created December 6, 2022 02:51 Free Windows Server 2022 Product Key This file contains 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 Show hidden characters Free Windows Server 2022 Standard Product Key HP9DJ-NK2X6-4QPCH-8HY8H-6X2XY RRNMT-FP29D-CHKCH-GWQP2-DDDVB 44QN4-X3R72-9X3VK-3DWD6-HFWDM Free Windows Server 2022 Datacenter Product Key WX4NM-KYWYW-QJJR4-XV3QB-6VM33 Download windows Sever 2022 Evaluation edition: Windows Server 2022 Evaluation English * 1 file * 108 forks * 20 comments * 652 stars paulirish / how-to-view-source-of-chrome-extension.md Last active November 17, 2024 20:46 How to view-source of a Chrome extension OPTION 1: COMMAND-LINE DOWNLOAD EXTENSION AS ZIP AND EXTRACT extension_id=jifpbeccnghkjeaalbbjmodiffmgedin # change this ID curl -L -o "$extension_id.zip" "https://clients2.google.com/service/update2/crx?response=redirect&os=mac&arch=x86-64&nacl_arch=x86-64&prod=chromecrx&prodchannel=stable&prodversion=44.0.2403.130&x=id%3D$extension_id%26uc" unzip -d "$extension_id-source" "$extension_id.zip" Thx to crxviewer for the magic download URL. * 1 file * 3 forks * 0 comments * 8 stars deepfates / convert_archive.py Created November 17, 2024 19:33 Convert your twitter archive into a training dataset and markdown files This file contains 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 Show hidden characters import argparse import json import logging import os import re import shutil from concurrent.futures import ProcessPoolExecutor, as_completed from dataclasses import dataclass from datetime import datetime from typing import Any, Callable, Dict, List, Literal, Optional, Tuple * 1 file * 0 forks * 0 comments * 2 stars dmcbane / CleanupLaunchpad.md Last active November 17, 2024 20:43 How to remove applications from the macOS LaunchPad HOW TO REMOVE APPLICATIONS FROM THE MACOS LAUNCHPAD sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "SELECT * FROM apps;" sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';" && killall Dock How to remove an icon from launchpad that does not appear in the Finder? * 1 file * 1367 forks * 165 comments * 4101 stars karpathy / min-char-rnn.py Last active November 17, 2024 20:43 Minimal character-level language model with a Vanilla Recurrent Neural Network, in Python/numpy This file contains 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 Show hidden characters """ Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy) BSD License """ import numpy as np # data I/O data = open('input.txt', 'r').read() # should be simple plain text file chars = list(set(data)) data_size, vocab_size = len(data), len(chars) * 1 file * 1 fork * 0 comments * 3 stars fsndzomga / synthetic-data-generation-dspy.py Created March 2, 2024 10:13 This file contains 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 Show hidden characters # Synthetic data generation using DSPy from typing import List import dspy llm = dspy.OpenAI(model='gpt-3.5-turbo',api_key=openai_key) dspy.settings.configure(lm=llm) class FactGeneration(dspy.Signature): """Generate facts and their veracity""" * 1 file * 1 fork * 0 comments * 3 stars fsndzomga / Pure DSPy Synthetic Prompt Optimization.py Last active November 17, 2024 20:42 This file contains 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 Show hidden characters # Synthetic data generation using DSPy from typing import List import dspy llm = dspy.OpenAI(model='gpt-3.5-turbo',api_key=openai_key) dspy.settings.configure(lm=llm) class FactGeneration(dspy.Signature): """Generate facts and their veracity, it should be different than old data""" * 1 file * 36 forks * 14 comments * 105 stars HimDek / Install Windows Subsystem for Android on any Edition of Windows 11 non Insider.md Last active November 17, 2024 20:41 This Guide will show you how to Install Windows Subsystem for Android or WSA on any Edition of Windows 11 non Insider release. INSTALL WINDOWS SUBSYSTEM FOR ANDROID ON WINDOWS 11 NON INSIDER WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator. The problem is Windows Subsystem for Android is currently only available through preview via the Beta Channel of the Windows Insider Program. But if you follow this guide, you don't have to be in Windows Insider Program to try it out. The only thing you need is Windows 11 installed and some patience. PREREQUISITES: * A Device with any version and Edition of Windows 11 installed. * Internet Connection. * Hyper-V enabled. ENABLE HYPER-V: * 1 file * 0 forks * 0 comments * 2 stars paulromano / Depletion changing material.ipynb Created January 9, 2022 19:45 Example of running a depletion calculation while changing a material in the middle Loading Sorry, something went wrong. Reload? Sorry, we cannot display this file. Sorry, this file is invalid so it cannot be displayed. Viewer requires iframe. NewerOlder FOOTER © 2024 GitHub, Inc. FOOTER NAVIGATION * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can’t perform that action at this time.