Difference between revisions of "Programs"

From MathMoth
Jump to: navigation, search
m (1 revision imported)
Line 2: Line 2:
 
== Programming contests ==
 
== Programming contests ==
  
[http://www.math.bas.bg/keleved/shumen2012 International Tournament in Informatics] takes place in Shumen, Bulgaria every year at the end of November.
+
The [http://www.math.bas.bg/keleved/shumen2012 International Tournament in Informatics] takes place in Shumen, Bulgaria every year at the end of November.
  
 
== Online training ==
 
== Online training ==
Line 9: Line 9:
 
== Sudoku solver ==
 
== Sudoku solver ==
  
My teacher believes that Sudoku puzzles count as an advanced math. My [[Sudoku Solver|little program]] will help you to become an advanced learner too.
+
My teacher believes that Sudoku puzzles count as advanced math. My [[Sudoku Solver|little program]] will help you also become an advanced learner.
  
  
 
== 1966 Snoopy Calendar ==
 
== 1966 Snoopy Calendar ==
  
[http://www-users.cs.york.ac.uk/susan/joke/quiche.htm Everybody knows] that the real programmer
+
[http://www-users.cs.york.ac.uk/susan/joke/quiche.htm Everybody knows] that a real programmer
 
can write a [http://jerz.setonhill.edu/if/crowther/advf4.77-03-31 5-page loop] without being confused,
 
can write a [http://jerz.setonhill.edu/if/crowther/advf4.77-03-31 5-page loop] without being confused,
 
doesn't use [http://www.lysator.liu.se/c/bwk-on-pascal.html Pascal],
 
doesn't use [http://www.lysator.liu.se/c/bwk-on-pascal.html Pascal],
 
and has a 1966 Snoopy Calendar on the wall.
 
and has a 1966 Snoopy Calendar on the wall.
The works or real programmers are still with us to read and adore. But where's the calendar?
+
The works of real programmers are still with us to read and adore. But where's the calendar?
  
 
This [[snoopy.pl|CGI script]] recreates the famous calendar from the mainframe era,
 
This [[snoopy.pl|CGI script]] recreates the famous calendar from the mainframe era,
Line 27: Line 27:
  
 
== Python ==
 
== Python ==
[[One-line Python programs | One-line Python program]] can solve any problem.
+
[[One-line Python programs | A one-line Python program]] can solve any problem.

Revision as of 20:19, 3 August 2017

English Russian

Programming contests

The International Tournament in Informatics takes place in Shumen, Bulgaria every year at the end of November.

Online training

Sudoku solver

My teacher believes that Sudoku puzzles count as advanced math. My little program will help you also become an advanced learner.


1966 Snoopy Calendar

Everybody knows that a real programmer can write a 5-page loop without being confused, doesn't use Pascal, and has a 1966 Snoopy Calendar on the wall. The works of real programmers are still with us to read and adore. But where's the calendar?

This CGI script recreates the famous calendar from the mainframe era, which is also valid for the given year. Print the calendar and keep it on the wall. It will be useful again in the coming years.

Year: (coming soon)

Python

A one-line Python program can solve any problem.