Skip to content

Instantly share code, notes, and snippets.

View ycrack's full-sized avatar
😰
in deadlocks

ycrack ycrack

😰
in deadlocks
  • Yokohama
  • 03:12 (UTC +09:00)
  • X @y_crack
View GitHub Profile
@ycrack
ycrack / PKGBUILD
Created January 5, 2024 13:09
QSVEnc for Arch Linux
_UpstreamPkgName=QSVEnc
pkgname=${_UpstreamPkgName,,}
pkgver=7.58
pkgrel=1
pkgdesc="Intel Quick Sync Video based command line encoder"
arch=('x86_64')
url="https://github.com/rigaya/$_UpstreamPkgName"
license=('MIT')
depends=(
'intel-media-driver'
@ycrack
ycrack / main.swift
Last active November 25, 2023 11:51
VideoToolBoxのハードウェアサポートを確認する
import PlaygroundSupport
import SwiftUI
struct ContentView: View {
var body: some View {
DecoderSupportView()
EncoderSupportView()
}
}
@ycrack
ycrack / 01-filter.txt
Last active January 3, 2024 04:29
filter for Adblock Plus 2.0
[Adblock Plus 2.0]
! Title: ycrack's adblock filter
! Homepage: https://twitter.com/y_crack
!
! Licence:
! This file is only permitted for personal use under copyright law.
! Commercial use or redistribution are prohibited except as permitted by copyright law.
!
! Version: 20240103
! Last updated: 2024-01-03
version: "3.8"
services:
mirakurun:
image: mirakurun-recpt1:3.5.0-shirow
cap_add:
- SYS_ADMIN
- SYS_NICE
ports:
- "40772:40772"
- "9229:9229"
@ycrack
ycrack / # openjdk - 2020-10-06_13-33-09.txt
Created October 6, 2020 04:33
openjdk on Ubuntu 20.04.1 LTS - Homebrew build logs
Homebrew build logs for openjdk on Ubuntu 20.04.1 LTS
Build date: 2020-10-06 13:33:09
@ycrack
ycrack / I-190803.puml
Last active August 3, 2019 12:11
2019-08-03 都営三田線 いたばし花火大会臨時列車
@startuml
title 2019/08/03 都営三田線 いたばし花火大会臨時
participant "西高島平" as 27
participant "高島平" as 25
participant "西台" as 24
participant "御成門" as 06
participant "白金高輪" as 03
== 81T ==
@ycrack
ycrack / conf.user.json
Created July 19, 2019 05:34
Typora User-specific (Advanced) Configuration file
{
"defaultFontFamily": {
"standard": "Source Han Code JP",
"serif": "Noto Serif CJK JP",
"sansSerif": "Noto Sans CJK JP",
"monospace": "Noto Sans Mono CJK JP"
},
"autoHideMenuBar": false,
"searchService": [
["Googleで検索", "https://google.com/search?q=%s"]
@ycrack
ycrack / dumpAllODPTdata.sh
Last active March 28, 2020 05:17
ODPTdump
#!/usr/bin/env bash
TOKEN='YOUR_ACCESS_TOKEN'
ENDPOINT='https://api.odpt.org/api/v4/'
COMMON_DATAS=("odpt:Calendar" "odpt:Operator")
TRAIN_DATAS=("odpt:Station" "odpt:StationTimetable" "odpt:TrainTimetable" "odpt:TrainType" "odpt:RailDirection" "odpt:Railway" "odpt:RailwayFare" "odpt:PassengerSurvey")
BUS_DATAS=("odpt:BusTimetable" "odpt:BusroutePattern" "odpt:BusroutePatternFare" "odpt:BusstopPole" "odpt:BusstopPoleTimetable")
AIRPLANE_DATAS=("odpt:Airport" "odpt:AirportTerminal" "odpt:FlightSchedule" "odpt:FlightStatus")
@ycrack
ycrack / IAMCredentials.json
Last active January 26, 2019 07:19 — forked from ServerlessBot/IAMCredentials.json
Minimum credential set for Serverless Framework
{
"Statement": [
{
"Action": [
"apigateway:*",
"cloudformation:CancelUpdateStack",
"cloudformation:ContinueUpdateRollback",
"cloudformation:CreateChangeSet",
"cloudformation:CreateStack",
"cloudformation:CreateUploadBucket",
@ycrack
ycrack / emcrisostomo-menumeters.rb
Created January 12, 2019 16:02
rejectedされたので供養。
cask 'emcrisostomo-menumeters' do
version '1.9.7+emc'
sha256 '9d4fa909eee01939be5a851502e3f77bbf990af3e228fbeb14a4af7d8fde5862'
# github.com/emcrisostomo/MenuMeters was verified as official when first introduced to the cask
url "https://github.com/emcrisostomo/MenuMeters/releases/download/#{version}/MenuMeters-#{version}.dmg"
appcast 'https://github.com/emcrisostomo/MenuMeters/releases.atom'
name 'MenuMeters Installer edition'
homepage 'https://emcrisostomo.github.io/MenuMeters/'