Skip to content

Instantly share code, notes, and snippets.

@kits
kits / curvystarminx_algs.md
Last active January 1, 2024 15:39
Curvy Starminx algs

Curvy Starminx algs

Twitter にメモしていた Curvy Starminx の手順をまとめます。

Notations

記号は Twizzle Explorer に従う。

  • 上面: U(白), 下面: D(灰)
  • 上段正面: F(緑), 以下反時計回りに R(赤), BR(青), BL(黄), L(紫)
EO
(a) M' U' M'
M' U' M
. . . .
o . o .
. o . o
@kits
kits / RexTO assembly memo
Last active April 14, 2024 18:32
RexTO を個人で作成した時の覚書
# RexTO assembly memo
## データ
Discord の FTO Fan Club 内 #hardware にてピン止めされた記事に
RexTO データのリンク(Google Drive)があり、
SLS フォルダ内の "RexTO - Full.STL" ファイルを使いました。
このファイル一つに全ての必要なパーツが含まれています。
(Windows のアプリ"3D ビューア"で確認することもできます)
@kits
kits / cstimer_tweet.js
Created June 8, 2020 12:58
cstimer->tweet bookmarklet
(function(){
var twurl = 'https://twitter.com/intent/tweet?text=';
var ta = document.getElementsByClassName('sumtable')[0];
var ths = ta.querySelectorAll('tr th:nth-child(1)');
var i, str, num, headstr, timestr, tweet;
headstr = '';
for (i in ths) {
str = ths[i].textContent || '';
num = str.match(/[0-9]+/);
if (str == 'time') {
@kits
kits / stopwatch.html
Created March 19, 2020 09:34
stopwatch.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<style>
input {
font-size: 64px;
width: 310px;
font-family: Courier, monospace;
border: none;
# 4BLD x-center 3-cycle with U pieces
## simple version
### Ubl→Urb→*
Rbu [R': Xr]
Rdb [R2: Xr]
Rfd [R: Xr]
Ruf Xr [l u l', U'] = Xr
skewb intermediate method
Sarah's Cubing Site
Intermediate Variation
https://sarah.cubing.net/skewb/my-method#section/intermediate-variation
Category 1 Cases
1a
@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.

FMC練習 2019

2019-09-20

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

csTimer によるスクランブル。

R' L U L2 //222 (4)

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: パリティ手順がうまくいきません…