Skip to content

Instantly share code, notes, and snippets.

@kits
kits / clock_inserts_twelve.svg
Last active March 26, 2019 14:08
rubik's clock inserts "twelve"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

4BLD r2法 FAQ

FAQ といいつつ、実際には筆者(北村)が「理解に時間を要した」箇所について記載しています。Cube Voyage 4BLD入門(Y.Yさんからの寄稿) を参照しました。

Q1: 「M2法と一緒」とあるけど、M列の UF, DB, BU の手順を使うとずれるような…

A1: DFr (※r列DFエッジ)のバッファからは UFr, DBr, BUr との交換はできません。l列との交換になるため、l列の例外処理を参照しましょう。なお BDr, FUr との交換はM2法の手順が使えます。(E, E' は d, d' に変えます)

Q2: パリティ手順がうまくいきません…

FMC練習 2018-12

2018-12-10

R' U' F D B2 U2 L2 D2 R2 D B2 F U F2 U R D2 B' R' F' U L B R' U' F

FMC Asia 2018 で一番手数がかかった(46手)2試技目のスクランブルに再挑戦。時間無制限。

制限の1時間ではなかなかNISSも使う余裕もないのですが、練習のためそちらも使っていきます。

@kits
kits / m2method.txt
Last active November 27, 2018 15:30
M2 method algorithms + my lettering scheme
M2 method algorithms + my lettering scheme
L列
UL か L U' L' U M2 U' L U L'
BL き U' L U M2 U' L' U
DL く U' L2 U M2 U' L2 U
FL け U' L' U M2 U' L U
R列

FMC練習 2018-11

2018-11-17

B' R' U' F' U F2 R B L2 F L2 F2 R2 D2 B' D2 R2 U2

F2L-1からエッジ3点交換でskeltonを作る練習。csTimer scramble(last slot + last layer).

U F' L'   //U面に1x2x2を作成
my333oll
* All edges flipped correctly
21 Cross
. . .
o . o . o
@kits
kits / clock_inserts_scale.svg
Created February 5, 2018 15:16
rubik's clock inserts sample
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kits
kits / wing_2013.svg
Created January 24, 2013 18:18
Wing logo (catchphrase of Kawasaki Frontale in 2013)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kits
kits / pdf_concat_sample.pl
Created December 21, 2012 02:24
PDFを連結する例
#!perl
use strict;
use warnings;
#use feature qw(say);
#use Data::Dumper;
#$Data::Dumper::Indent = 1;
#$Data::Dumper::Maxdepth = 2;
#sub p { print Dumper @_ }
use PDF::API2;
@kits
kits / gist:3695999
Created September 11, 2012 04:38
this month first day
#!perl
use strict;
use warnings;
use feature qw(say);
use Time::Piece;
use Time::Local;
use Benchmark qw(cmpthese timethese);
my $tp = localtime;