Skip to content

Instantly share code, notes, and snippets.

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も使う余裕もないのですが、練習のためそちらも使っていきます。

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を作成
@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列
my333oll
* All edges flipped correctly
21 Cross
. . .
o . o . o
@kits
kits / fmc_ell.txt
Last active September 17, 2019 20:44
Short OLL for FMC
Short OLL for FMC
*Cross shape
R U R' U R U2 R' 7 CCW F 27 Sune
R U2 R' U' R U' R 7 CW F 26 Anti-Sune
L' U2 L U L' U L 7 CCW F 26 Anti-Sune (mirror)
L' U' L U' L' U2 L 7 CW F 27 Sune (mirror)
@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 / svgshogi.html
Created January 16, 2015 23:54
SVG将棋盤(HTML5埋め込み)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>SVG将棋盤</title>
</head>
<body>
<h1>SVG将棋盤</h1>
<div>
@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;