La Montagne Open 2013 - finale de la Coupe de France v.2

Y'a pas que le virtuel dans la vie ! Forum dédié aux annonces de compétitions et aux rencontres inter-cubeurs.
Calendrier des compétitions en France | [Tutoriel] Organiser une compétition en France | [FAQ] Comment se déroulent les compétitions?
RIC : Paris, Nantes, Montpellier, Colmar, Toulouse, Suisse romande, Clermont-Vichy, Chez les Ch'tis, Lille
Avatar du membre
oranjules
"Le slip de Superman !"
Messages : 2837
Enregistré le : lun. août 24, 2009 1:56 pm
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par oranjules »

nope, a moi aussi :/
EDIT : par contre avant yavait un mot de Gael et la ya plus rien
Odder: Bruno, Oka and I?
Odder: we are all pretty god damn fast when we are not messing around :p and you are... just fucking retarded fast in comps >;.<'
Bannière atoutcubes.com
Hippolyte!!!
Scrolleur frénétique & Human WCA database
Messages : 6512
Enregistré le : jeu. juin 19, 2008 4:49 pm
Localisation : 44 620!!!!
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par Hippolyte!!! »

Le serveur de Gagou est temporairement down, pour cause de réparation. Tout devrait être redevenu fonctionnel demain ou dans les prochains jours.
Du coup Victor, vous venez? :)
Mon. Message. Est. Terminé.
tinmar_41
Jamais loin d'ici
Messages : 96
Enregistré le : dim. sept. 15, 2013 7:48 pm
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par tinmar_41 »

Mon frere et moi on voudrait vraiment venir mais on arrivera a nantes le vendredi soir que vers 22h et yaura plus bus...
Donc on voulait savoir si quelqu'un qui habite dans le coin et qui a une voiture pourrait nous amener jusqu'a La Montagne depuis l'endroit ou on doit prendre le bus (je sais pas exactement où ça)

Voila, merci
Hippolyte!!!
Scrolleur frénétique & Human WCA database
Messages : 6512
Enregistré le : jeu. juin 19, 2008 4:49 pm
Localisation : 44 620!!!!
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par Hippolyte!!! »

ça tombe bien, je risque d'avoir le même problème. :P
Je me charge de nous trouver un transport.
(et si jamais j'arrive plus tôt, on trouvera bien quand même une solution pour vous ;) )
Mon. Message. Est. Terminé.
tinmar_41
Jamais loin d'ici
Messages : 96
Enregistré le : dim. sept. 15, 2013 7:48 pm
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par tinmar_41 »

Ah super, merci beaucoup ! :-D
Avatar du membre
Nencaran
A trouvé Charlie et Gprano
Messages : 562
Enregistré le : dim. nov. 02, 2008 11:54 pm
Localisation : Nantes
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par Nencaran »

Juste pour savoir, si jamais par un miracle miraculeux j'arrivais à trouver le moyen et les moyens de descendre deux fois à Nantes en trois jours (ben ouais, ya Noël juste après), est ce qu'il y aurait des Parisiens intéressés pour un covoiturage ?
Avatar du membre
oranjules
"Le slip de Superman !"
Messages : 2837
Enregistré le : lun. août 24, 2009 1:56 pm
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par oranjules »

Moi ca m'intéresserait !
Odder: Bruno, Oka and I?
Odder: we are all pretty god damn fast when we are not messing around :p and you are... just fucking retarded fast in comps >;.<'
Avatar du membre
Tatsuya
Le photographe du cube
Messages : 5172
Enregistré le : mer. mai 09, 2007 2:53 pm
Localisation : 92 (Hauts-de-Seine, France)
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par Tatsuya »

Est-ce que quelqu'un pourrait copier ici le planning, en attendant la réparation du site ?
la-chose
Icône nationale
Messages : 6245
Enregistré le : sam. juin 28, 2008 1:08 am
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par la-chose »

Enjoy le source code (php)
<?
$currentSection = 'schedule';
$currentLanguage = 'french';
require 'header.php';
?>
<div id="content">
<div class="post">
<h2>Planning</h2>
<p>
Le planning est susceptible de subir des modifications avant le début de la compétition.
</p>

<script>
function highlight(eventName,c){
/*
Naming for events rounds :

1 round : eventName3
2 rounds : 1st round=eventName1, Final round=eventName3
3 rounds : 1st round=eventName1, 2nd round=eventName2, Finale round=eventName3

We first change the eventName3 'cause there is ALWAYS a final.
Then the eventName1 'cause if there are only two rounds, the 2nd round doesnt exists.
And then the eventName2.

When Javascript tries to change a color of an unexisting eventName#, it throws
an error and exit the function, that's why we do it in that order !

Thanks Odder :)
*/
if(c) {
document.getElementById(eventName+String("3")).style.backgroundColor = "#FFCC00";
document.getElementById(eventName+String("3")).style.fontWeight = "";
document.getElementById(eventName+String("1")).style.backgroundColor = "#82FA58";
document.getElementById(eventName+String("1")).style.fontWeight = "";
document.getElementById(eventName+String("2")).style.backgroundColor = "#58D3F7";
document.getElementById(eventName+String("2")).style.fontWeight = "";
} else {
document.getElementById(eventName+String("3")).style.backgroundColor = "";
document.getElementById(eventName+String("3")).style.fontWeight = "normal";
document.getElementById(eventName+String("1")).style.backgroundColor = "";
document.getElementById(eventName+String("1")).style.fontWeight = "normal";
document.getElementById(eventName+String("2")).style.backgroundColor = "";
document.getElementById(eventName+String("2")).style.fontWeight = "normal";
}
}
</script>

<noscript><i>(votre navigateur doit autoriser les scripts pour pouvoir mettre en évidence les épreuves cochées ci-dessous)</i></noscript>
<form>
<table class="unstyle" style="width:112%;">
<tbody><tr class="unstyle">
<td class="unstyle"><b>Cubes</b><br>
<input name="hightlight" value="2" onchange="highlight('2', this.checked)" type="checkbox">2x2x2<br>
<input name="hightlight" value="3" onchange="highlight('3', this.checked)" type="checkbox">3x3x3<br>
<input name="hightlight" value="4" onchange="highlight('4', this.checked)" type="checkbox">4x4x4<br>
<input name="hightlight" value="5" onchange="highlight('5', this.checked)" type="checkbox">5x5x5<br>
</td>
<td class="unstyle"><b>Dérivés du 3x3x3</b><br>
<input name="hightlight" value="3oh" onchange="highlight('3oh', this.checked)" type="checkbox">3x3x3 One-handed<br>
<input name="hightlight" value="3bld" onchange="highlight('3bld', this.checked)" type="checkbox">3x3x3 Blindfolded<br>
<input name="hightlight" value="3fm" onchange="highlight('fm', this.checked)" type="checkbox">3x3x3 Fewest Moves<br>
<input name="hightlight" value="3multi" onchange="highlight('3multi', this.checked)" type="checkbox">3x3x3 Multi Blind<br>
</td>
<td class="unstyle"><b>Autres épreuves</b><br>
<input name="hightlight" value="pyra" onchange="highlight('pyra', this.checked)" type="checkbox">Pyraminx<br>
<input name="hightlight" value="mega" onchange="highlight('mega', this.checked)" type="checkbox">Megaminx<br>
<input name="hightlight" value="sq1" onchange="highlight('sq1', this.checked)" type="checkbox">Square-1<br>
<br>
</td>
<td class="unstyle"><b>Non-officiel</b><br>
<input name="hightlight" value="team" onchange="highlight('team', this.checked)" type="checkbox">Team-Blind<br>
<br>
<br>
<br>
</td>
</tr>
</tbody></table>
</form>
<br>
<h3>Samedi</h3>
<table class="comp"><tbody><tr>
<th width="70px">Début</th>
<th width="70px">Fin</th>
<th width="250px">Épreuves</th>
<th width="250px">Tour</th>
<th width="300px">Format</th>
<th width="100px">Qualifiés</th>
</tr>

<tr><th nowrap="nowrap">08:30
<th nowrap="nowrap">09:00
<td colspan="4" rowspan="1" align="center">Inscriptions</td></th></th>
</tr>
<tr><th nowrap="nowrap">09:00</th>
<th nowrap="nowrap">09:45</th>
<td rowspan="1" align="center" id="sq13">Square-1</td>
<td rowspan="1" align="center">Finale combinée</td>
<td rowspan="1" align="center">Best of 2 < 0:45 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">09:45</th>
<th nowrap="nowrap">10:30</th>
<td rowspan="1" align="center" id="21">2x2</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">10:30</th>
<th nowrap="nowrap">11:30</th>
<td rowspan="1" align="center" id="51">5x5</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 2:15 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">11:30</th>
<th nowrap="nowrap">12:15</th>
<td rowspan="1" align="center" id="pyra1">Pyraminx</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 1:00 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">12:15</th>
<th nowrap="nowrap">13:15</th>
<td rowspan="1" align="center" id="fm1">Fewest Moves - 1<sup>er</sup> essai</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 2</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">13:15</th>
<th nowrap="nowrap">13:45</th>
<td colspan="4" rowspan="1" align="center">Repas</td>
</tr>

<tr><th nowrap="nowrap">13:45</th>
<th nowrap="nowrap">14:45</th>
<td rowspan="1" align="center" id="3bld1">3x3 Blindfolded</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 5:00 ; Best of 3</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">14:45</th>
<th nowrap="nowrap">15:45</th>
<td rowspan="1" align="center" id="41">4x4</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 1:20 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">15:45</th>
<th nowrap="nowrap">16:30</th>
<td rowspan="1" align="center" id="3oh1">3x3 One-Handed</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 0:40 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">16:30</th>
<th nowrap="nowrap">17:00</th>
<td rowspan="1" align="center" id="22">2x2</td>
<td rowspan="1" align="center">Demi-finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">75%</td>
</tr>

<tr><th nowrap="nowrap">17:00</th>
<th nowrap="nowrap">17:45</th>
<td rowspan="1" align="center" id="42">4x4</td>
<td rowspan="1" align="center">Demi-finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">75%</td>
</tr>

<tr><th nowrap="nowrap">17:45</th>
<th nowrap="nowrap">18:45</th>
<td rowspan="1" align="center" id="3multi3">3x3 Multiple blindfolded</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 1</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">18:45</th>
<th nowrap="nowrap">19:15</th>
<td rowspan="1" align="center" id="team3">Team Blind</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th colspan="2" nowrap="nowrap">19:15</th>
<td colspan="4" rowspan="1" align="center">Fin de la journée</td>
</tr>

</tbody>
</table>

<br><br>
<h3>Dimanche</h3>


<table class="comp"><tbody><tr>
<th width="70px">Début</th>
<th width="70px">Fin</th>
<th width="250px">Épreuves</th>
<th width="250px">Tour</th>
<th width="300px">Format</th>
<th width="100px">Qualifiés</th>
</tr>

<tr><th nowrap="nowrap">08:30
<th nowrap="nowrap">09:00
<td colspan="4" rowspan="1" align="center">Inscriptions</td></th></th>
</tr>
<tr><th nowrap="nowrap">09:00</th>
<th nowrap="nowrap">10:00</th>
<td rowspan="1" align="center" id="mega3">Megaminx</td>
<td rowspan="1" align="center">Finale combinée</td>
<td rowspan="1" align="center">Best of 2 < 2:15 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">10:00</th>
<th nowrap="nowrap">11:00</th>
<td rowspan="1" align="center" id="31">3x3</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">11:00</th>
<th nowrap="nowrap">11:30</th>
<td rowspan="1" align="center" id="53">5x5</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">6</td>
</tr>

<tr><th nowrap="nowrap">11:30</th>
<th nowrap="nowrap">12:00</th>
<td rowspan="1" align="center" id="3bld3">3x3 Blindfolded</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 3</td>
<td rowspan="1" align="center">6</td>
</tr>

<tr><th nowrap="nowrap">12:00</th>
<th nowrap="nowrap">13:00</th>
<td rowspan="1" align="center" id="fm3">Fewest Moves - 2<sup>ème</sup> essai</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 2</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">13:00</th>
<th nowrap="nowrap">13:30</th>
<td colspan="4" rowspan="1" align="center">Repas</td>
</tr>

<tr><th nowrap="nowrap">13:30</th>
<th nowrap="nowrap">14:15</th>
<td rowspan="1" align="center" id="32">3x3</td>
<td rowspan="1" align="center">Demi-Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">75%</td>
</tr>

<tr><th nowrap="nowrap">14:15</th>
<th nowrap="nowrap">14:45</th>
<td rowspan="1" align="center" id="3oh3">3x3 One-Handed</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th nowrap="nowrap">14:45</th>
<th nowrap="nowrap">15:00</th>
<td rowspan="1" align="center" id="pyra3">Pyraminx</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">6</td>
</tr>

<tr><th nowrap="nowrap">15:00</th>
<th nowrap="nowrap">15:20</th>
<td rowspan="1" align="center" id="23">2x2</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th nowrap="nowrap">15:20</th>
<th nowrap="nowrap">15:40</th>
<td rowspan="1" align="center" id="43">4x4</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th nowrap="nowrap">15:40</th>
<th nowrap="nowrap">16:30</th>
<td rowspan="1" align="center" id="33">3x3</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th colspan="2" nowrap="nowrap">16:30</th>
<td colspan="4" rowspan="1" align="center">Remise des prix</td>
</tr>

<tr><th colspan="2" nowrap="nowrap">17:30</th>
<td colspan="4" rowspan="1" align="center">Fin de la compétition</td>
</tr>

</tbody>
</table>


<br /><br />
<p>Merci à Odder pour le principe et code du "highlight" :)</p>
</div>
</div>

<? require 'footer.php'; ?>
Mes formules (3x3 : OLL/PLL/OLLCP (dont COLL et CLLEF)/ELL - 2x2 : CLL/EG-1)
«J'aime vraiment l'Irlande et son esprit. J'aime les gens qui savent être heureux quand ils boivent.» Raymond D.
Avatar du membre
Martial
Passe sa journée ici. Et dort ici, aussi
Messages : 582
Enregistré le : jeu. mars 26, 2009 8:54 pm
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par Martial »

Y aura-t-il une vente de timers pendant la compète ?
333 : single/avg5/avg12/avg50/avg100 : 6.53/9.44/10.39/11.11/11.33 - Roux
3BLD : single/mo3/avg5/avg12 : 16.90/22.27/22.62/27.53 - BH/3-style
blind de compète :)
Terminus
Passe sa journée ici. Et dort ici, aussi
Messages : 538
Enregistré le : dim. janv. 23, 2011 11:26 pm
Localisation : Metz
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par Terminus »

Je peux amener une personne de Rennes le samedi matin et ramener le dimanche soir. Je serai en caisse avec un fat coffre, du coup si il y'a du matos à ramener je peux sans problème.
Avatar du membre
vivi
VIP au club des 1000
Messages : 1492
Enregistré le : ven. juil. 17, 2009 1:13 pm
Localisation : Toulouse
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par vivi »

Hippolyte!!! a écrit :Le serveur de Gagou est temporairement down, pour cause de réparation. Tout devrait être redevenu fonctionnel demain ou dans les prochains jours.
Du coup Victor, vous venez? :)
Oui :) il faut qu'on s'inscrive c'est tout ^^ et j'avais besoin de connaitre les épreuves du samedi matin pour savoir si on pouvait arriver samedi midi ou si on devait arriver vendredi soir. Et si vendredi soir, il faut qu'on se trouve un hébergement. Je compte venir en voiture depuis Reims donc si quelqu'un veut profiter une fois que je serai fixé sur mon jour de trajet, faites moi signe :)

Et pauline, Christelle a peur d'être la seule fille alors ta présence sera la bienvenue pour elle ^^
Hey, I just met you and this is crazy
But here’s my number, so call me maybe.
la-chose
Icône nationale
Messages : 6245
Enregistré le : sam. juin 28, 2008 1:08 am
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par la-chose »

Samedi matin
9h-9h45 sq1 comb finale
9h45-10h30 2x2 1st
10h30-11h30 5x5 1st
11h30-12h15 pyra 1st
12h15-13h15 FM 1er essai
Mes formules (3x3 : OLL/PLL/OLLCP (dont COLL et CLLEF)/ELL - 2x2 : CLL/EG-1)
«J'aime vraiment l'Irlande et son esprit. J'aime les gens qui savent être heureux quand ils boivent.» Raymond D.
Avatar du membre
vivi
VIP au club des 1000
Messages : 1492
Enregistré le : ven. juil. 17, 2009 1:13 pm
Localisation : Toulouse
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par vivi »

Merci :)

Mmmh, 5h de route sans pause, ça va être tendu le samedi matin pour être là pour le pyra ^^ on va venir le vendredi soir je pense donc.
Hey, I just met you and this is crazy
But here’s my number, so call me maybe.
la-chose
Icône nationale
Messages : 6245
Enregistré le : sam. juin 28, 2008 1:08 am
Contact :

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Message par la-chose »

bon allez, planning complet (juste les horaires)
samedi
9h-9h45 sq1 finale
9h45-10h30 2x2 1st
10h30-11h30 5x5 1st
11h30-12h15 pyra 1st
12h15-13h15 FM 1er essai
13h15 Mangeage
13h45-14h45 blind 1st
14h45-15h45 4x4 1st
15h45-16h30 oh 1st
16h30-17h 2x2 semi
17h-17h45 4x4 semi
17h45-18h45 multi
18h45 team blind

dimanche
9h-10h mega
10h-11h 3x3 1st
11h-11h30 5x5 finale
11h30-12h blind finale
12h-13h FM 2ème essai
13h-13h30 Mangeage
13h30-14h15 3x3 semi
14h15-14h45 oh semi
14h45-15h pyra finale
15h-15h20 2x2 finale
15h20-15h40 4x4 finale
15h40-16h30 3x3 finale
16h30-17h30 Remise des prix
Pour les gens qui arrivent le vendredi soir, on trouvera de quoi loger. On enverra un mail commun pour savoir qui a besoin.
Mes formules (3x3 : OLL/PLL/OLLCP (dont COLL et CLLEF)/ELL - 2x2 : CLL/EG-1)
«J'aime vraiment l'Irlande et son esprit. J'aime les gens qui savent être heureux quand ils boivent.» Raymond D.
Répondre