Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@behreajj
behreajj /rgb15.gpl
CreatedMay 27, 2024 02:15
RGB 15 Bit
GIMP Palette
Name: RGB 15
Columns: 0
# URL: https://community.aseprite.org/t/how-or-where-can-i-get-a-gba-color/22207
# Colors: 32768
0 0 0 000000
8 0 0 080000
16 0 0 100000
25 0 0 190000
33 0 0 210000
@andreinechaev
andreinechaev /colab_cuda_install.sh
Last activeJuly 18, 2025 23:27
Installing CUDA (nvcc) on Google Colab
/opt/bin/nvidia-smi
wget https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64-deb
dpkg -i cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64-deb2> /dev/null
apt-key add /var/cuda-repo-8-0-local-ga2/7fa2af80.pub
apt-get update
apt-get install -qq cuda gcc-5 g++-5 -y
ln -s /usr/bin/gcc-5 /usr/local/cuda/bin/gcc
ln -s /usr/bin/g++-5 /usr/local/cuda/bin/g++
/usr/local/cuda/bin/nvcc --version
@sergiks
sergiks /README.md
Last activeJuly 18, 2025 23:27
Let's Encrypt wildcard certificates in docker

Sample config files to demonstrate seup that creates and updates free SSL certificates fromLet's Encryptgiven that the domains are maintained atCloudFlare service.

How it works

Certbot verifies domains ownership by accessing CloudFlare API that adds temporary TXT DNS records. To enable it You must provide your CloudFlareAPI token. More details indocumentation for dns-cloudflare Certbot plugin.

Certbot saves created certificates in Docker volumecertbot_etc. Pay attention to output of the certbot run - it mentions path to the created certificates.

Executive Summary

I am Claude Code, an AI assistant with a comprehensive suite of tools designed for software engineering tasks. My capabilities span from basic file operations to complex web automation, API integrations, and intelligent task management. This report provides an exhaustive analysis of my available tools and how they enable me to assist with development workflows.

Core Architecture

1. File System Operations

@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 18, 2025 23:32
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
@georgy7
georgy7 /extract_mbox_attachments.py
Last activeJuly 18, 2025 23:08
Extract attachments from mbox file.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Modified.
# Original script source:
# http://blog.marcbelmont.com/2012/10/script-to-extract-email-attachments.html
# https://web.archive.org/web/20150312172727/http://blog.marcbelmont.com/2012/10/script-to-extract-email-attachments.html
# Usage:
# Run the script from a folder with file "all.mbox"
@t3dotgg
t3dotgg /model-prices.csv
Last activeJuly 18, 2025 23:04
Rough list of popular AI models and the cost to use them (cost is per 1m tokens)
NameInputOutput
Gemini 2.0 Flash-Lite$0.075$0.30
Mistral 3.1 Small$0.10$0.30
Gemini 2.0 Flash$0.10$0.40
ChatGPT 4.1-nano$0.10$0.40
DeepSeek v3 (old)$0.14$0.28
ChatGPT 4o-mini$0.15$0.60
Gemini 2.5 Flash$0.15$0.60
DeepSeek v3$0.27$1.10
Grok 3-mini$0.30$0.50
@huynguyencong
huynguyencong /#BuildiOSWithGitHubAction.md
Last activeJuly 18, 2025 22:55
Script to build iOS and deploy it to TestFlight using GitHub action

When merging code tobuild/test-flight branch, it is built and uploaded to TestFlight automatically by GitHub Action.

  • CERTIFICATES_FILE_BASE64: Base64 of the App Store distribution certificate.
  • CERTIFICATES_PASSWORD: App Store distribution certificate password.
  • APPSTORE_ISSUER_ID: App Store Connect API key's issuer ID.
  • APPSTORE_KEY_ID: App Store Connect API key's key ID.
  • APPSTORE_PRIVATE_KEY: App Store Connect API key's private key (raw p8 file).
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp