pouët.net

Go to bottom

Vintage Computing Christmas Challenge 2021 results

<!DOCTYPE html>
<html>
<head>
  <title>scene.org file archive :: vc3-2021-results.txt</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" type="text/css" href="https://files.scene.org/style.css?1621424264" media="screen" />
  <link rel="shortcut icon" href="https://files.scene.org/favicon.ico">
  <meta name="viewport" content="width=device-width, initial-scale=1.0;" />

  <link rel="search" type="application/opensearchdescription+xml" href="https://files.scene.org/opensearch.xml" title="scene.org file search" />
  <link rel="alternate" href="https://files.scene.org/rss/latest-parties/" type="application/rss+xml" title="scene.org file archive: latest parties">
        
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
  
  <!--[if lt IE 9]><script src="//ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script><![endif]-->
  <!--[if IE]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

</head>
<body class="view">

<div id="container">
  <header>
    <h1><a href="https://files.scene.org/">scene.org File Archive</a></h1>
    <nav id="topnav">
      <ul>
        <li><a href="https://files.scene.org/browse/">Browse</a></li>
<!--        <li><a href="https://files.scene.org/mirrors/">Mirrors</a></li>-->
        <li><a href="https://files.scene.org/faq/">FAQ</a></li>
      </ul>
    </nav>
  </header>

  <section id="sidebar">
  
    <div id="search">
      <form action="https://files.scene.org/search/" method="GET">
        <label>File search:</label>
        <input type="text" name="q" value="">
        <input type="submit" value="Go!">
      </form>
    </div>
    <nav id="sidenav">
      <ul>
        <li><a href="https://files.scene.org/browse/parties/">Parties</a></li>
        <li><a href="https://files.scene.org/browse/parties/2021/">Parties in 2021</a></li>
      </ul>
    </nav>
  </section>

  <section id="content">
<h2>File download</h2>
<section id='fileinfo' data-fileid='118044141'>
<h3 class='text'><span><a href='https://files.scene.org/browse/'>&lt;root&gt;</a>&shy;/&shy;<a href='https://files.scene.org/browse/parties/'>parties</a>&shy;/&shy;<a href='https://files.scene.org/browse/parties/2021/'>2021</a>&shy;/&shy;<a href='https://files.scene.org/browse/parties/2021/vintagecomputingchristmaschallenge21/'>vintagecomputingchristmaschallenge21</a>&shy;/&shy;<a href='https://files.scene.org/browse/parties/2021/vintagecomputingchristmaschallenge21/info/'>info</a>/vc3-2021-results.txt</span></h3>
<div>
<dl>
  <dt>File size:</dt>
  <dd>5 827 bytes (5.69K)</dd>
  <dt>File date:</dt>
  <dd>2021-12-25 12:55:54</dd>
  <dt>Download count:</dt>
  <dd>all-time: 5
  <noscript>If you turn JS on, you get a nice chart here too!</noscript>
  <div id="downloadChart"></div>
  <script type="text/javascript" src="//www.google.com/jsapi"></script>
  <script type="text/javascript">
    function drawChart() 
    {
      // Create and populate the data table.
      var data = new google.visualization.DataTable();
      data.addColumn('date', 'Date');
      data.addColumn('number', 'Download count');
      data.addRow([new Date("2021-11-25"), 0]);
      data.addRow([new Date("2021-11-26"), 0]);
      data.addRow([new Date("2021-11-27"), 0]);
      data.addRow([new Date("2021-11-28"), 0]);
      data.addRow([new Date("2021-11-29"), 0]);
      data.addRow([new Date("2021-11-30"), 0]);
      data.addRow([new Date("2021-12-01"), 0]);
      data.addRow([new Date("2021-12-02"), 0]);
      data.addRow([new Date("2021-12-03"), 0]);
      data.addRow([new Date("2021-12-04"), 0]);
      data.addRow([new Date("2021-12-05"), 0]);
      data.addRow([new Date("2021-12-06"), 0]);
      data.addRow([new Date("2021-12-07"), 0]);
      data.addRow([new Date("2021-12-08"), 0]);
      data.addRow([new Date("2021-12-09"), 0]);
      data.addRow([new Date("2021-12-10"), 0]);
      data.addRow([new Date("2021-12-11"), 0]);
      data.addRow([new Date("2021-12-12"), 0]);
      data.addRow([new Date("2021-12-13"), 0]);
      data.addRow([new Date("2021-12-14"), 0]);
      data.addRow([new Date("2021-12-15"), 0]);
      data.addRow([new Date("2021-12-16"), 0]);
      data.addRow([new Date("2021-12-17"), 0]);
      data.addRow([new Date("2021-12-18"), 0]);
      data.addRow([new Date("2021-12-19"), 0]);
      data.addRow([new Date("2021-12-20"), 0]);
      data.addRow([new Date("2021-12-21"), 0]);
      data.addRow([new Date("2021-12-22"), 0]);
      data.addRow([new Date("2021-12-23"), 0]);
      data.addRow([new Date("2021-12-24"), 0]);
      data.addRow([new Date("2021-12-25"), 5]);
      
      // Create and draw the visualization.
      new google.visualization.LineChart(document.getElementById('downloadChart')).
        draw(data, {
          width: 250,
          height: 125,
          curveType: "function",
          backgroundColor: "transparent",
          vAxis: { textPosition: 'in', minValue: 0, viewWindow: { min: 0 }, format: 'short' },
          hAxis: { textPosition: 'none', viewWindowMode: 'maximized' },
          legend: { position: 'none' },
          chartArea: { top: 40, left: 0, width:"100%", height:"100%" },
          title: 'Downloads in the last 30 days',
          series: { 0: { color:'#1a5678' } }
        });
    }
    google.charts.load('current', {packages: ['corechart']});
    google.charts.setOnLoadCallback(drawChart);
  </script>  
  
  </dd>
</dl>
<div id='download'>
<h4>Download:</h4>
<ul id='mirrors'>
  <li id='mainDownload'><a href='https://files.scene.org/get/parties/2021/vintagecomputingchristmaschallenge21/info/vc3-2021-results.txt'>Automatic</a> (recommended)</li>
  <li><a href='https://files.scene.org/get:nl-ftp/parties/2021/vintagecomputingchristmaschallenge21/info/vc3-2021-results.txt'>ftp.scene.org</a></li>
  <li><a href='https://files.scene.org/get:nl-http/parties/2021/vintagecomputingchristmaschallenge21/info/vc3-2021-results.txt'>archive.scene.org (http)</a></li>
  <li><a href='https://files.scene.org/get:nl-https/parties/2021/vintagecomputingchristmaschallenge21/info/vc3-2021-results.txt'>archive.scene.org (https)</a></li>
</ul>
</div>
</div>
</section>
<section id='preview'>
<h3>Preview</h3>
<pre>VINTAGE COMPUTING CHRISTMAS CHALLENGE 2021

A size optimizing challenge, where you try to implement the given
christmas tree as short as possible. Moreover you could get creative
and implement some extended version.
The event was held online from 3rd Decemember until 23rd December.
More information can be found here: http://logiker.com/vccc2021

                          *
                         ***
                        *****
                       *******
                         ***
                       *******
                     ***********
                   ***************
                        ***** 
                     *********** 
                  ***************** 
               *********************** 
                         ***
                         ***


Size category

01 Christmastree_Commodore 64_Assembler Serato / Finnish Gold 37
02 Christmastree_Commodore 64_Assembler George Kirkham 38
03 Christmastree_Commodore Plus 4_Assembler Geir Straume 39
04 Christmastree_Commodore 64_Assembler Krill/Plush 41
05 Christmastree_Commodore 64_Assembler Wil 43
06 Christmastree_Commodore 64_Assembler Michal Lokša 44
06 Christmastree_Dos_Assembler HellMood / DSR 44
06 Christmastree_Commodore 64_Assembler Milek Smyk 44
09 Christmastree_Commodore 64_Assembler Geir Straume 47
10 Christmastree_Amstrad CPC464_Z80 assembler Claire Wilson 48
10 Christmastree_BK 0010_Assembler Manwe/SandS 48
12 Christmastree_Dragon 32_Assembler  Geir Straume 50
12 Christmastree_Acorn Atom_Assembler Kees van Oss 50
14 Christmastree_SWTPC 6800 FLEX_Assembler Bill Gee 52
15 Christmastree_Acorn Atom_Assembler Roland Leurs 54
15 Christmastree_6502 Simulator (PC)_Assembler David Giblin 54
15 Christmastree_БК0010-01 _Assembler Alex Shestipaloff 54
18 Christmastree_PC_Python Maurice Makaay 55
18 Christmastree_Commodore VC20_Assembler Wil 55
20 Christmastree_Atari ST_Assembler  lsl/checkpoint 56
21 Christmastree_PC_Perl Maurice Makaay 57
22 Christmastree_Dos_Assembler KeyJ  59
23 Christmastree_Commodore 64_Assembler Alanna Kelly 62
24 Christmastree_BBC Microcomputer_BASIC Steve Harrison (steve3000) 63
25 Christmastree_VZ200_Assembler  Dave/Bushy555 64
26 Christmastree_BBC MODEL B_BASIC @oh8mxl 65
27 Christmastree_PDP-11_BBC BASIC Jonathan Harston 66
27 Christmastree_Acorn Archimedes_Assembler Steve Harrison (steve3000) 66
29 Christmastree_Commodore 64_BASIC V2 Krill/Plush 67
30 Christmastree_Commodore 64_BASIC V2 RomWer 68
30 Christmastree_Commodore 64_BASIC V2 Wil 68
32 Christmastree_Commodore 128_BASIC V7.0 Wil 70
32 Christmastree_Commodore 64_BASIC V2 Geir Straume 70
32 Christmastree_BBC Model B_BASIC ash73 70
32 Christmastree_BBC Model B_BASIC ash73 70
36 Christmastree_Commodore 64_BASIC V2 Naufr4g0 72
37 Christmastree_Commodore 64_BASIC V2 Michal Lokša 74
37 Christmastree_Commodore 64_Assembler OldSkoolCoder 74
39 Christmastree_Commodore 64_BASIC V2 Anders Carlsson 76
39 Christmastree_Sinclair ZX Spectrum_BASIC KeyJ  76
41 Christmastree_BBC Micro_BBC BASIC BeebMaster 80
42 Christmastree_KC 85/4_Assembler dOc.K / Moods Plateau 81
43 Christmastree_Commodore 64_BASIC V2 Gray Defender and Stuart Hurst 85
44 Christmastree_Commodore 64_BASIC V2 RetroProgrammers Inside 87
45 Christmastree_BK0010_Assembler NiOl (Nm) 92
46 Christmastree_Amstrad CPC_Z80 assembler Arnolde of Leosoft 93
46 Christmastree_Commodore 64_BASIC V2 @oh8mxl 93
48 Christmastree_Pico-8_Lua pépé 94
49 Christmastree_BBC Micro_Assembler John Simpson 96
50 Christmastree_Commodore VC 20_BASIC V2 Wil 97
51 Christmastree_Commodore 64_BASIC V2 George Kirkham 101
52 Christmastree_Commodore 64_Assembler Patrice Carré 102
53 Christmastree_Acorn BBC Micro Model B_BBC BASIC 2 baz4096 104
54 Christmastree_Aquarius_BASIC MackJsy 109
55 Christmastree_Commodore 64_BASIC V2 Patrice Carré 111
56 Christmastree_PC_JavaScript pépé 113
57 Christmastree_Atari_BASIC pépé 118
58 Christmastree_Atari ST_GFA BASIC pépé 121
59 Christmastree_PC_SpecBAS v0.1185 Paul Dunn 129
60 Christmastree_Commodore 64_BASIC V2 Felix Nardella 151
61 Christmastree_Commodore 128_BASIC V7.0 Flexman 152
62 Christmastree_PC_Mathematica 10.3 Fredrik Ingvarson 153
63 Christmastree_VZ200_BASIC  Dave/Bushy555 159
64 Christmastree_PDP11 _Assembler Jonathan Harston 160
65 Christmastree_Commodore Plus 4_BASIC V3.5 MMS 179
66 Christmastree_Commodore PET 2001_BASIC Norbert Landsteiner 180
67 Christmastree_Ruby 816_BCPL Gordon Henderson 192
68 Christmastree_CRC65 (single board)_Fig-Forth okwatts 223
69 Christmastree_ZX Spectrum_BASIC mike/zeroteam 308
70 Christmastree_Commodore 64_Assembler Berni 311
71 Christmastree_ZX Spectrum_Sinclair BASIC Raymond Russell 343
72 Christmastree_PC/DOS_Microsoft GW-Basic 3.23 Javier Gutiérrez Chamorro (Guti)  392
73 Christmastree_Commodore 64_BASIC V2 Berni 411
74 Christmastree_PC_Batch Flexman 445
75 Christmastree_Gamebuino_C++ pépé 501
76 Christmastree_Commodore 64_H.E.S Forth v1.2 Devoid/BS Labs 503
77 Christmastree_Mattel Aquarius_BASIC Heidi Taylor 562
78 Christmastree_Commodore VC20_Forth Retro Reverend 1024
79 Christmastree_Commodore_Assembler Holy Moses/Role 1726

Creative (Variant 2)

00 Christmastree_GotoJSE.com_JSE v.3gfm Jayenkai 801
00 Christmastree_Intellivision_Compiled BASIC Anders Carlsson 1011
00 Christmastree_Atari_TurboBasic XL @OxC0FFEE 205
00 Christmastree_PC/DOS_QuickBasic 4.5 David Jalbert 1025
00 Christmastree_Pico-8_Lua pépé 799
00 Christmastree_Tandy TRS-80 MC-10_Microcolor BASIC 1.0 Anders Carlsson 655
00 Christmastree_ATARI ST_GFA Basic / ASM pépé 
00 Christmastree_Commodore Plus 4_BASIC V3.5 MMS 204
00 Christmastree_Commodore 64_BASIC V2 Nello Galiano 205
00 Christmastree_Dos_Assembler HellMood / DSR 32

Out of compo

00 Christmastree_PC_PowerShell Logiker 12
00 Christmastree_PC_Python Logiker 53
00 Christmastree_Commodore 64_Assembler bexxx 70</pre></section>
  </section>

</div>

<footer>
Copyright &copy; The International Scene Organization ry. All rights reserved.
<br/>
Contact: <a href="mailto:ftp@scene.org">ftp@scene.org</a> or <a href='http://twitter.com/sceneorg'>@sceneorg</a> 
</footer>

</body>
</html>
Go to top