Skip to content

Commit

Permalink
[codejam] Normalize file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeaumont committed May 12, 2020
1 parent b52a054 commit ac2f3a0
Show file tree
Hide file tree
Showing 93 changed files with 46 additions and 46 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module: dylan-user
define library speaking-in-tongues
define library a
use collections;
use common-dylan;
use io;
end library;

define module speaking-in-tongues
define module a
use table-extensions;
use common-dylan;
use standard-io;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module: speaking-in-tongues
module: a
url: https://code.google.com/codejam/contest/1460488/dashboard#s=p0
define function line() => (line :: <string>) read-line(*standard-input*) end;
Expand Down
4 changes: 4 additions & 0 deletions codejam/2012-qualification/a.lid
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
library: a
executable: a
files: a-exports
a
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module: dylan-user
define library dancing-with-the-googlers
define library b
use collections;
use common-dylan;
use io;
end library;

define module dancing-with-the-googlers
define module b
use table-extensions;
use common-dylan;
use standard-io;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module: dancing-with-the-googlers
module: b
url: https://code.google.com/codejam/contest/1460488/dashboard#s=p1
define function line() => (line :: <string>) read-line(*standard-input*) end;
Expand Down
4 changes: 4 additions & 0 deletions codejam/2012-qualification/b.lid
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
library: b
executable: b
files: b-exports
b
4 changes: 0 additions & 4 deletions codejam/2012-qualification/dancing-with-the-googlers.lid

This file was deleted.

4 changes: 0 additions & 4 deletions codejam/2012-qualification/speaking-in-tongues.lid

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module: dylan-user
define library tic-tac-toe-tomek
define library a
use common-dylan;
use io;
end library;

define module tic-tac-toe-tomek
define module a
use common-dylan;
use standard-io;
use streams;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module: tic-tac-toe-tomek
module: a
url: https://code.google.com/codejam/contest/2270488/dashboard#s=p0
define library tic-tac-toe-tomek
Expand Down
4 changes: 4 additions & 0 deletions codejam/2013-qualification/a.lid
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
library: a
executable: a
files: a-exports
a
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions codejam/2013-qualification/tic-tac-toe-tomek.lid

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python2
# https://code.google.com/codejam/contest/3264486/dashboard#s=p0
# https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/0000000000201847
swap = lambda s: ''.join(('+' if i == ord('-') else '-') for i in s)

for z in range(input()):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python2
# https://code.google.com/codejam/contest/3264486/dashboard#s=p1
# https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/0000000000201878
def next(x):
digits = map(int, str(x))
for i in range(len(digits) - 1):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python2
# https://code.google.com/codejam/contest/3264486/dashboard#s=p2
# https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/0000000000201905
def next(n, k):
if k == 1:
return (n / 2, (n - 1) / 2)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% https://code.google.com/codejam/contest/3264486/dashboard#s=p3
% https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/00000000002017f8
import util, mip.

go(N, T, X1, X2, X3) =>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 21 additions & 21 deletions codejam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,47 +22,47 @@ There are solutions for the following [Google Code Jam](https://codejam.withgoog
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000051705/00000000000881da))
1. [2019 Qualification Round - A. Foregone Solution](2019-qualification/a.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000051705/0000000000088231))
1. [2018 Round 2 - A. Falling Balls](2018-round-2/falling-balls.cc)
1. [2018 Round 2 - A. Falling Balls](2018-round-2/a.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000007706/00000000000459f2))
1. [2018 Round 1C - C. Ant Stack](2018-round-1c/ant-stack.cc)
1. [2018 Round 1C - C. Ant Stack](2018-round-1c/c.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000007765/000000000003e0a8))
1. [2018 Round 1C - B. Lollipop Shop](2018-round-1c/lollipop-shop.py)
1. [2018 Round 1C - B. Lollipop Shop](2018-round-1c/b.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000007765/000000000003e068))
1. [2018 Round 1C - A. A Whole New Word](2018-round-1c/a-whole-new-word.py)
1. [2018 Round 1C - A. A Whole New Word](2018-round-1c/a.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000007765/000000000003e064))
1. [2018 Qualification Round - C. Go, Gopher!](2018-qualification/go-gopher.py)
1. [2018 Qualification Round - C. Go, Gopher!](2018-qualification/c.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000000000cb/0000000000007a30))
1. [2018 Qualification Round - B. Trouble Sort](2018-qualification/trouble-sort.cc)
1. [2018 Qualification Round - B. Trouble Sort](2018-qualification/b.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000000000cb/00000000000079cb))
1. [2018 Qualification Round - A. Saving The Universe Again](2018-qualification/saving-the-universe-again.py)
1. [2018 Qualification Round - A. Saving The Universe Again](2018-qualification/a.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000000000cb/0000000000007966))
1. [2018 Practice Session - D. Bathroom Stalls](2018-practice/bathroom-stalls.cc)
1. [2018 Practice Session - D. Bathroom Stalls](2018-practice/d.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000000130/0000000000000652))
1. [2018 Practice Session - C. Steed 2: Cruise Control](2018-practice/steed-2-cruise-control.cc)
1. [2018 Practice Session - C. Steed 2: Cruise Control](2018-practice/c.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000000130/0000000000000524))
1. [2018 Practice Session - B. Senate Evacuation](2018-practice/senate-evacuation.cc)
1. [2018 Practice Session - B. Senate Evacuation](2018-practice/b.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000000130/00000000000004c0))
1. [2018 Practice Session - A. Number Guessing](2018-practice/number-guessing.cc)
1. [2018 Practice Session - A. Number Guessing](2018-practice/a.cc)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/0000000000000130/0000000000000523))
1. [2017 Qualification Round - D. Fashion Show](2017-qualification/fashion-show.pi)
1. [2017 Qualification Round - D. Fashion Show](2017-qualification/d.pi)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/00000000002017f8))
1. [2017 Qualification Round - C. Bathroom Stalls](2017-qualification/bathroom-stalls.py)
1. [2017 Qualification Round - C. Bathroom Stalls](2017-qualification/c.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/0000000000201905))
1. [2017 Qualification Round - B. Tidy Numbers](2017-qualification/tidy-numbers.py)
1. [2017 Qualification Round - B. Tidy Numbers](2017-qualification/b.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/0000000000201878))
1. [2017 Qualification Round - A. Oversized Pancake Flipper](2017-qualification/oversized-pancake-flipper.py)
1. [2017 Qualification Round - A. Oversized Pancake Flipper](2017-qualification/a.py)
([problem site](https://codingcompetitions.withgoogle.com/codejam/round/00000000002017f7/0000000000201847))
1. [2014 Qualification Round - B. Cookie Clicker Alpha](2014-qualification/cookie-clicker-alpha.lisp)
1. [2014 Qualification Round - B. Cookie Clicker Alpha](2014-qualification/b.lisp)
([problem site](https://code.google.com/codejam/contest/2974486/dashboard#s=p1))
1. [2014 Qualification Round - A. Magic Trick](2014-qualification/magit-trick.lisp)
1. [2014 Qualification Round - A. Magic Trick](2014-qualification/a.lisp)
([problem site](https://code.google.com/codejam/contest/2974486/dashboard#s=p0))
1. [2013 Qualification Round - C. Fair and Square (small)](2013-qualification/fair-and-square.lisp)
1. [2013 Qualification Round - C. Fair and Square (small)](2013-qualification/c.lisp)
([problem site](https://code.google.com/codejam/contest/2270488/dashboard#s=p2))
1. [2013 Qualification Round - A. Tick-Tac-Toe-Tomek](2013-qualification/tic-tac-toe-tomek.dylan)
1. [2013 Qualification Round - A. Tick-Tac-Toe-Tomek](2013-qualification/a.dylan)
([problem site](https://code.google.com/codejam/contest/2270488/dashboard#s=p0))
1. [2012 Qualification Round - B. Dancing With The Googlers](2012-qualification/dancing-with-the-googlers.dylan)
1. [2012 Qualification Round - B. Dancing With The Googlers](2012-qualification/b.dylan)
([problem site](https://code.google.com/codejam/contest/1460488/dashboard#s=p1))
1. [2012 Qualification Round - A. Speaking In Tongues](2012-qualification/speaking-in-tongues.dylan)
1. [2012 Qualification Round - A. Speaking In Tongues](2012-qualification/a.dylan)
([problem site](https://code.google.com/codejam/contest/1460488/dashboard#s=p0))
1. [2008 Qualification Round - B. Train Timetable](2008-qualification/b.cc)
([problem site](https://code.google.com/codejam/contest/32013/dashboard#s=p1))
Expand Down

0 comments on commit ac2f3a0

Please sign in to comment.