Skip to content

CSCS Mystery Cache

This cache has been archived.

GPenguinS: The final location has been removed, so we are archiving this cache. Thanks.
Il nascondiglio finale é stato eliminato e dobbiamo archiviare la cache. Grazie

More
Hidden : 3/2/2012
Difficulty:
2.5 out of 5
Terrain:
1.5 out of 5

Size: Size:   small (small)

Join now to view geocache location details. It's free!

Watch

How Geocaching Works

Please note Use of geocaching.com services is subject to the terms and conditions in our disclaimer.

Geocache Description:

Swiss National Supercomputing Centre
Centro Svizzero di Calcolo Scientifico

ENGLISH
(Italiano più in basso)
Founded in 1991, CSCS, the Swiss National Supercomputing Centre, develops and promotes technical and scientific services for the Swiss research community in the fields of high-performance computing. CSCS enables world-class scientific research by pioneering, operating and supporting leading-edge supercomputing technologies. The centre collaborates with domestic and foreign researchers, and carries out its own research in scientific computing. Located in Lugano, in the southern, Italian-speaking part of Switzerland, CSCS is an autonomous unit of the Swiss Federal Institute of Technology in Zurich (ETH Zurich).
In March 2012 the CSCS has relocated from the original location in Manno to this new building in Lugano-Cornaredo.

About the Cache:
To find the cache coordinates you need to run a little computation yourself. Run the following BASIC code to spit out the final coordinates, which you can check here: (visit link)

Max = 10000000
RightNorth = 0
RightEast = 0
For I = 1 To Max
Tot = Int(Rnd() * 6) + Int(Rnd() * 6) + Int(Rnd() * 6) + 3
If Tot = 13 Then RightNorth = RightNorth + 1
If Tot = 5 Then RightEast = RightEast + 1
Next
Print("N 46° 01." + Str(Int(RightNorth / Max * 4968)) + " E 8° 57." + Str(Int(RightEast / Max * 22464)))
End

ITALIANO
Fondato nel 1991, CSCS, il Centro Nazionale Svizzero di Calcolo Scientifico, sviluppa e promuove servizi tecnici e scientifici per la comunità svizzera della ricerca nei settori del calcolo ad alte performance.Il CSCS consente attività di ricerca scientifica di livello mondiale della ricerca, sviluppando, operando e supportando tecnologie di supercomputing. Il centro collabora con i ricercatori nazionali ed esteri, e svolge la propria ricerca nel calcolo scientifico. Situato in Ticino, il CSCS è un'unità autonoma dell'Politecnico Federale Svizzero di Zurigo (ETH Zurich).
Nel marzo 2012 il CSCS si é trasferito dalla sede originale di Manno in questo nuovo edificio a Lugano-Cornaredo.

A proposito della cache:
Per trovare le coordinate della cache dovrete fare un po’ di calcolo scientifico anche voi. Fate girare il seguente progaramma BASIC che vi sputerà le coordinate finali, che puoi verificare qui: (visit link)

Max = 10000000
RightNorth = 0
RightEast = 0
For I = 1 To Max
Tot = Int(Rnd() * 6) + Int(Rnd() * 6) + Int(Rnd() * 6) + 3
If Tot = 13 Then RightNorth = RightNorth + 1
If Tot = 5 Then RightEast = RightEast + 1
Next
Print("N 46° 01." + Str(Int(RightNorth / Max * 4968)) + " E 8° 57." + Str(Int(RightEast / Max * 22464)))
End

Additional Hints (No hints available.)