• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

Flipped Last Edge - An LSLL subset

DGraciaRubik

Member
Joined
Apr 12, 2010
Messages
120
Location
Gasteiz -> Madrid, Spain
WCA
2009ORTI01
YouTube
Visit Channel
Hello everyone, I have generated a bunch of algorithms (except Sune and Antisune which I will probably do this weekend) for this ZBF2L
imagecube.php
+ OCLL, sort of like an extension of BLE.

Here's the Doc:
https://docs.google.com/spreadsheets/d/1hDN023tj4zJO7PKr95V82crZCJlnGEYE4A1N9vLFRYQ/edit?usp=sharing

By the way, I'm having trouble implementing visualcube directly to the sheet (the formula's in other people's docs doesn't seem to work for me) so if anyone has any idea on how to do it properly, please let me know and I will gladly let you edit the sheet. Thanks a lot.
 

Escher

Babby
Joined
Jul 23, 2008
Messages
3,374
WCA
2008KINN01
YouTube
Visit Channel
https://sites.google.com/site/babbyandhunny/3x3x3/ols-fe

This poor ole' site is need of some maintenance, pictures are broken, anyway I generated a bunch of algs for this set already, maybe you'd be interested in some of them!

Never ended up learning more than the really easy cases, but it actually has kinda interesting potential, a) you can consider flipped-edge slots a skipped slot and b) you could perhaps force a flipped-edge last-slot if the case you have is disgusting.
 

obelisk477

Member
Joined
Aug 26, 2010
Messages
1,144
Location
Raleigh, NC
WCA
2009BATT01
YouTube
Visit Channel
Hello everyone, I have generated a bunch of algorithms (except Sune and Antisune which I will probably do this weekend) for this ZBF2L
imagecube.php
+ OCLL, sort of like an extension of BLE.

Here's the Doc:
https://docs.google.com/spreadsheets/d/1hDN023tj4zJO7PKr95V82crZCJlnGEYE4A1N9vLFRYQ/edit?usp=sharing

By the way, I'm having trouble implementing visualcube directly to the sheet (the formula's in other people's docs doesn't seem to work for me) so if anyone has any idea on how to do it properly, please let me know and I will gladly let you edit the sheet. Thanks a lot.

Use

=image("[URL]http://www.cubing.net/api/visualcube/?fmt=png&stage=vh&case=[/URL]"&IF(ISNUMBER(FIND("
",B2)),substitute(SUBSTITUTE(MID(B2, 1, FIND("
",B2) - 1)," ",""),"’","'"),SUBSTITUTE(SUBSTITUTE(B2, " ", ""),"’","'")))

Where B2 is the alg cell
 

DGraciaRubik

Member
Joined
Apr 12, 2010
Messages
120
Location
Gasteiz -> Madrid, Spain
WCA
2009ORTI01
YouTube
Visit Channel
Use

=image("[URL]http://www.cubing.net/api/visualcube/?fmt=png&stage=vh&case=[/URL]"&IF(ISNUMBER(FIND("
",B2)),substitute(SUBSTITUTE(MID(B2, 1, FIND("
",B2) - 1)," ",""),"’","'"),SUBSTITUTE(SUBSTITUTE(B2, " ", ""),"’","'")))

Where B2 is the alg cell
Thanks!! I was having trouble because for some reason Google Docs doesn't seem to translate formulas to spanish and you have to change commas to colons.
 
Top