Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@markshust
markshust /README.md
Last activeJuly 18, 2025 21:07
Zero-downtime Laravel deployment with GitHub Actions

This guide explains how to set up the required environment variables (GitHub Secrets) for the Laravel deployment GitHub Actions workflow.

Overview

The deployment script uses GitHub Secrets to securely store sensitive information like SSH keys and server details. These secrets are referenced in the workflow using the${{ secrets.SECRET_NAME }} syntax.

Required Secrets

A quick guide on how to read/write/modifyID3 metadata tags for audio / media files usingffmpeg.

FFmpeg has a free-form command line option that allows the user to specify key-value-pairs for encoding metadata. Let's take a look.

1.Read ID3 metadata

To list all global metadata tags for a media file, just set an input but no output file.

@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 18, 2025 21:03
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
@xthezealot
xthezealot /lyra.txt
CreatedJuly 3, 2025 10:05
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock Al's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@janikvonrotz
janikvonrotz /SQL Cheat Sheet.md
Last activeJuly 18, 2025 21:00
SQL Cheat Sheet#SQL#Markdown

DDL is short name of Data Definition Language, which deals with database schemas and descriptions, of how the data should reside in the database.

DML is short name of Data Manipulation Language which deals with data manipulation, and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE etc, and it is used to store, modify, retrieve, delete and update data in database.

DCL is short name of Data Control Language which includes commands such as GRANT, and mostly concerned with rights, permissions and other controls of the database system.

Datatypes

Text types

NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp