Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-11-02 15:53:38 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-11-02 15:53:38 (GMT)
commitb3d6deea4a5123bcf5b21fd772ef3eee70bf3673 (patch)
tree53c9393115f01d7a04c559ecef94129e6a439911 /data
parent661c0bc1d2f4b4de744c06c4d810efbbe488b731 (diff)
Fix i18n, remove pythagoras for now, add thanks.
Diffstat (limited to 'data')
-rw-r--r--data/math/Pythagoras10
-rw-r--r--data/string/thanks24
2 files changed, 24 insertions, 10 deletions
diff --git a/data/math/Pythagoras b/data/math/Pythagoras
deleted file mode 100644
index fb4dbd8..0000000
--- a/data/math/Pythagoras
+++ /dev/null
@@ -1,10 +0,0 @@
-import math
-from math import sqrt
-
-print "This is the Pythagoras Theorem"
-a=float(raw_input("Type a ="))
-b=float(raw_input("Type b ="))
-
-c=sqrt((a*a)+(b*b))
-
-print "c =",c
diff --git a/data/string/thanks b/data/string/thanks
new file mode 100644
index 0000000..72f2c97
--- /dev/null
+++ b/data/string/thanks
@@ -0,0 +1,24 @@
+table = {
+ 'Hardware & Mechanicals': 'John Watlington, Mark Foster, Mary Lou Jepsen, Yves Behar, Bret Recor, Mitch Pergola, Martin Schnitzer, Kenneth Jewell, Kevin Young, Jacques Gagne, Nicholas Negroponte, Frank Lee, Victor Chau, Albert Hsu, HT Chen, Vance Ke, Ben Chuang, Johnson Huang, Sam Chang, Alex Chu, Roger Huang, Marvel Team, AMD team, ...',
+ 'Firmware': 'Ron Minnich, Richard Smith, Mitch Bradley, Tom Sylla, Lilian Walter, Bruce Wang, ...',
+ 'Kernel & Drivers': 'Jaya Kumar, Jon Corbet, Reynaldo Verdejo, Pierre Ossman, Dave Woodhouse, Matthew Garret, Chris Ball, Andy Tannenbaum, Linus Torvalds, Dave Jones, Andres Salomon, Marcelo Tosatti, ...',
+ 'Graphics systems': 'Jordan Crouse, Daniel Stone, Zephaniah Hull, Bernardo Innocenti, Behdad Esfahbod, Jim Gettys, Adam Jackson, Behdad Esfahbod ...',
+ 'Programming': 'Guido Van Rossum, Johan Dahlin, Brian Silverman, Alan Kay, Kim Rose, Bert Freudenberg, Yoshiki Ohshima, Takashi Yamamiya, Scott Wallace, Ted Kaehler, Stephane Ducasse, Hilaire Fernandes, ...',
+ 'Sugar': 'Marco Presenti Gritti, Dan Williams, Chris Blizzard, John Palmieri, Lisa Strausfeld, Christian Marc Schmidt, Takaaki Okada, Eben Eliason, Walter Bender, Tomeu Vizoso, Simon Schampijer, Reinier Heeres...',
+ 'Activities': 'Erik Blankinship, Bakhtiar Mikhak, Manusheel Gupta, J.M. Maurer (uwog) and the Abiword team, the Mozilla team, Jean Piche, Barry Vercoe, Richard Boulanger, Greg Thompson, Arjun Sarwal, the MaMaMedia team [Shannon, Idit], John Huang, Bruno Coudoin, ...',
+ 'Network': 'Michael Bletsas, James Cameron, Javier Cardona, Ronak Chokshi, Polychronis Ypodimatopoulos, ...',
+ 'Security': 'Ivan Krstic, Michael Stone, Scott Ananian, Noah Kantrowitz, Herbert Poetzl, Marcus Leech, ...',
+ 'Content': 'SJ Klein, Mako Hill, Xavier Alvarez, Sayamindu Dasgupta, Mallory Chua, Lauren Klein, Zdenek Broz, Felicity Tepper, Andy Sisson, Christine Madsen, Matthew Steven Carlos, Justin Thorp, Ian Bicking, Christopher Fabian, Wayne Mackintosh, the OurStories team, ...',
+ 'Testing': 'Kim Quirk, Alex Latham, Giannis Galanis, Ricardo Carrano, Zach Cerza, John Fuhrer',
+ 'Country Support': 'Carla Gomez Monroy, David Cavallo, Matt Keller, Khaled Hassounah, Antonio Battro, Audrey Choi, Habib Kahn, Arnan (Roger) Sipitakiat',
+ 'Administrative Support': 'Nia Lewis, Felice Gardner, Lindsay Petrillose, Jill Clarke, Julia Reynolds, Tracy Price, David Robertson, Danny Clark',
+ 'Finance & Legal': 'Eben Moglen, Bruce Parker, William Kolb, John Sare, Sandra Lee, Richard Bernstein, Jaclyn Tsai, Jaime Cheng, Robert Fadel, Charles Kane (Grasshopper), Kathy Paur, Andriani Ferti',
+ 'PR and Media': 'Larry Weber, Jackie Lustig, Jodi Petrie, George Snell, Kyle Austin, Hilary Meserole, Erick A. Betancourt, Michael Borosky, Sylvain Lefebvre, Martin Le Sauteur',
+ 'Directors & Advisors': 'Howard Anderson, Rebecca Allen, Ayo Kusamotu, Jose Maria Aznar, V. Michael Bove, Jr., Rodrigo Mesquita, Seymour Papert, Ted Selker, Ethan Beard (Google); John Roese (Nortel); Dandy Hsu (Quanta); Marcelo Claure (Brightstar); Gary Dillabough (eBay); Gustavo Arenas (AMD); Mike Evans (Red Hat); Ed Horowitz (SES Astra); Jeremy Philips (NewsCorp); Scott Soong (Chi Lin); Sehat Sutardja (Marvell); Joe Jacobson (MIT Media Lab); Steve Kaufman (Riverside); Will Swope (Intel); and Tom Meredith (MFI)',
+ 'Pippy': 'cjb'
+}
+
+print "OLPC would like to take this opportunity to acknowledge the community of people and projects that have made the XO laptop possible."
+
+for subsystem in table.keys():
+ print subsystem, '\t', table[subsystem]