Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@nntrn
nntrn /espn-api-list.md
Last activeJuly 19, 2025 01:12
List of nfl api endpoints from espn

This page has been updated a lot in the past 3 years.Older revisions you might like more than this one:

@kiramishima
kiramishima /libros_calculo.yaml
CreatedApril 14, 2021 19:40
Libros de Calculo
-Title:Algunos ejercicios de Ampliación de Cálculo
Autor:Pedro Fortuny Ayuso
Link:https://openlibra.com/es/book/algunos-ejercicios-de-ampliacion-de-calculo
-Title:El tablero medieval de cálculo y las operaciones con números romanos: estudio histórico y pedagógico
Autor:José María Núñez
Link:https://openlibra.com/es/book/el-tablero-medieval-de-calculo-y-las-operaciones-con-numeros-romanos-estudio-historico-y-pedagogico
-Title:Apuntes de cálculo numérico
Autor:Sebastián A. Hernández
@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 19, 2025 01:11
Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@j-keck
j-keck /nixos-as-bhyve-guest.md
Last activeJuly 19, 2025 01:09
nixos as bhyve guest
root@main:~ # vm create -t debian -s 100G nixosroot@main:~ # vm iso /stuff/downloads/nixos-graphical-18.03.132192.ce0d9d638de-x86_64-linux.iso root@main:~ # vm -f install nixos nixos-graphical-18.03.132192.ce0d9d638de-x86_64-linux.iso

boot the image

determine the 'init' executable path from '(cd0)/isolinux/isolinux.cfg'.look for a line which start's with: 'APPEND init=/nix/store/.....'

@adibhanna
adibhanna /config
Last activeJuly 19, 2025 01:05
Ghostty config
font-family = BerkeleyMono Nerd Font
#font-family = Iosevka Nerd Font
# font-family = SFMono Nerd Font
font-size = 20
theme = GruvboxDarkHard
shell-integration-features = no-cursor,sudo,no-title
cursor-style = block
adjust-cell-height = 35%
# background-opacity = 0.96

This document contains universal development principles and practices for AI assistants working on any project. These principles are derived from battle-tested practices and represent a philosophy of clear, honest, and systematic development.

Required Tools and Research Methods

1. Mandatory MCP Tool Usage

BEFORE ANY ACTION, you MUST use these tools. Tool names use double underscores between segments.

@jaflo
jaflo /description.md
CreatedMay 6, 2020 03:51
Export Instapaper to HTML & PDF

Use this to automatically scrape all of your savedInstapaper articles locally as HTML and PDF files. I originally wrote this to read my saved documents on my reMarkable tablet. Instapaper does not have an option to export all my stuff as PDF as far as I could tell (the built-in options only export a subset).

You will need to have the following packages installed:

Configure your username and password, then run the script. It will go through all articles shown on your home page and download the copy Instapaper has stored into a folder calledoutput as HTML file and convert it into a PDF. You can customize the look by updating the includedstyles.css file. Any errors will be reported and logged tofailed.txt. Errors might be due to parsing errors on Instapaper's side or due to PDF conversion issues.

@richin13
richin13 /change-mac.bash
CreatedNovember 7, 2023 23:43
Useful bash scripts compiled during my ethical hacking learning journey
#!/usr/bin/env bash
# Change the MAC address of a given interface.
# Usage: sudo ./change-mac.bash <interface name> [<new mac address>]
# Example: sudo ./change-mac.bash wlan0 11:99:22:88:33:77
# Author: @richin13
if ["$#"-lt 1 ];then
echo"Usage:$0 <interface name> [mac address]"
exit 1
fi
@0xdevalias
0xdevalias /ai-agent-rule-instruction-context-files.md
Last activeJuly 19, 2025 00:48
Some notes on AI Agent Rule / Instruction / Context files / etc

Some notes on AI Agent Rule / Instruction / Context files / etc.

Table of Contents

NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp