Princess Svanevit
Princess Svanevit is a Swedish 12 metre class yacht. It was by designed by Gustaf Estlander & Tore Holm and built by August Plym at Neglingevarvet.[1]
Princess Svanevit in 1930. | |
Other names | Irene Silvervingen X Barranquilla |
---|---|
Nation | |
Class | 12-metre |
Sail no | S–2 |
Designer(s) | Gustaf Estlander & Tore Holm |
Builder | August Plym, Neglingevarvet Stockholm, Sweden |
Launched | 1930 |
Specifications | |
Displacement | 183 m2 (1,970 sq ft) |
Length | 21.95 m (72.0 ft) (LOA) 13.92 m (45.7 ft) (LWL) |
Beam | 3.57 m (11.7 ft) |
Sail area | 183 m2 (1,970 sq ft) |
Career
Princess Svanevit was launched in 1930 for Erik Åkerlund.[2]
gollark: It was to prove to <@!341618941317349376> that COMPILED DOES NOT MEAN FAST.
gollark: Yep!
gollark: Execute THIS!```pythonimport argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: Length limits, you know.
gollark: But this is shorter.
References
- http://www.12mr.de/Twelves/
- Lang, Luigi; Jones, Dyer (2001). The 12 Metre Class: The History of The International 12 Metre Class From the First International to the America's Cup. London: Adlard Coles Nautical. ISBN 0-7136-6179-8.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.