- MVAF에 대하여
- 레퍼런스 파라미터
- 벤치마크
- BanG Dream! 2nd Season! Ep01 (Abema)
- VMAF
- SSIM
- PSNR
- BanG Dream! 2nd Season! Ep01 (Abema)
This file contains hidden or 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
if (window.location.hostname === "github.com") { | |
const feedContent = document.querySelector('.feed-content') | |
if (feedContent){ | |
const feedMain = document.querySelector('.feed-main') | |
feedContent.style.maxWidth = "unset" | |
feedMain.style.maxWidth = "1200px" | |
fetch('https://github.com/dashboard-feed') | |
.then(response => response.text()) | |
.then(text => { |
This file contains hidden or 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
# Install Homebrew at /opt/homebrew (for Apple Silicon) | |
arch -arm64e /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Install Homebrew at /usr/local (for Intel Rosetta 2) | |
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Add these lines to ~/.zshrc | |
alias za="arch -arch arm64e /bin/zsh" | |
alias zi="arch -arch x86_64 /bin/zsh" | |
if [[ $(arch) == "arm64" ]]; then |
This file contains hidden or 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
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
// munged from https://github.com/simontime/Resead | |
namespace sead | |
{ | |
class Random | |
{ |
This file contains hidden or 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
#!/bin/zsh | |
# (only tested with zsh, anyway) | |
# | |
# followlog.sh | |
# | |
# (c) 2016 Kuriyama hibiya | |
# All rights reserved. | |
# | |
# Usage: | |
# |
With autofs you can easily mount network volumes upon first access to the folder where you want to mount the volume. Autofs is available for many OS and is preinstalled on Mac OS X so I show you how I mounted my iTunes library folder using this method.
autofs needs to be configured so that it knows where to gets its configuration. Edit the file /etc/auto_master
and add the last line:
#
# Automounter master map
#
+auto_master # Use directory service
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {
#CoreFoundation入門 基本クラス その2
一回目の続き
bytebufferを扱う(ラッパー)クラス。NSDataとToll-free bridgingが可能
NewerOlder