I hereby claim:
- I am s64 on github.
- I am s64 (https://keybase.io/s64) on keybase.
- I have a public key ASD6K27qAxYgGeD-RcXBlW-iH_1orZrUN69s_JdnBLuVego
To claim this, I am signing this object:
git clone git@github.com:comfyanonymous/ComfyUI.git | |
git log -n 1 |
# frozen_string_literal: true | |
source 'https://rubygems.org' | |
gem 'rake', '~> 13.0', '>= 13.0.6' | |
gem 'rspec-expectations', '~> 3.12', '>= 3.12.3' | |
gem 'faraday', '~> 2.7', '>= 2.7.7' | |
gem 'faraday-multipart', '~> 1.0', '>= 1.0.4' |
I hereby claim:
To claim this, I am signing this object:
- name: "PLEX Tuner (usb-px4.ko)" | |
types: | |
- GR | |
command: recpx4 --device /dev/px4-DTV2 <channel> - - | |
decoder: arib-b25-stream-test | |
isDisabled: false | |
- name: "PLEX Tuner (usb-px4.ko)" | |
types: | |
- GR |
import android.os.Build; | |
import android.util.TypedValue; | |
import android.view.View; | |
/** | |
* Created by S64 on 15/11/06. | |
*/ | |
public class Hoge { | |
public static void setEnabledCompat(View view, boolean enabled) { |
class DivisionByZero { | |
protected static final int[] NUMBERS = {8 , -8, 0}; | |
public static void main(String[] args) throws java.lang.Exception { | |
for (Mode m: Mode.values()) { | |
for (NumberMode nM : NumberMode.values()) { | |
try { | |
ExecCalc(m, nM); | |
} catch (Exception e) { |
(function(){ | |
var url = location.href; | |
var user = url.replace(/^https?:\/\/(mobile\.)?twitter\.com\/(#!\/)?(\w*)\/?.*$/,'$3'); | |
var rss = 'https://api.twitter.com/1/statuses/user_timeline.rss?screen_name='+user; | |
var reader; | |
var ua = navigator.userAgent; | |
if( ua.search(/(Android|iPhone|iPad|iPod)/) != -1 ) | |
reader = 'https://www.google.com/reader/i/#stream/feed/'; | |
else | |
reader = 'https://www.google.com/reader/view/feed/'; |