You are not logged in.

#176 2008-06-12 10:53:47

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: A script proclaiming Arch's superiority

dunc wrote:
funkyou wrote:

MOS 6502/6510 (Commodore 64) Assembler, just a quick hack smile

Argh. I've always regretted not learning Z80 asm on the Spectrum back in the '80s, but never more so than now.

I tell you, that was fun and it still is smile ... Ever tried to write a vector engine on a 0.9Mhz 8-bit prozessor with about 56kb usable ram and _no_ floating point unit? It is really fun, because there is none of the "software overblownnes" we have nowadays, but just you and the machine with its few registers... Its like a "KISS riddle" smile When i got that machine in the 80s, i started with basic (as everyone), but i had the luck to have a friend who was some sort of assember-god and showed me a lot about that stuff...

...and i still miss the simplicity of those machines neutral


want a modular and tweaked KDE for arch? try kdemod

Offline

#177 2008-06-12 11:24:05

INCSlayer
Member
From: Sweden
Registered: 2007-09-06
Posts: 296
Website

Re: A script proclaiming Arch's superiority

i cant belive that no one has done a swedish translation yet so here it is:

Arch är Bäst

dovie andi se tovya sagain

Offline

#178 2008-06-12 17:01:53

Emess
Member
From: Tokyo, Japan
Registered: 2008-01-20
Posts: 21

Re: A script proclaiming Arch's superiority

The Australian translation is slightly innacurate, and only applies to the Bogan dialect spoken in the state of Queensland. For a more correct for, the Oca dialect should be used, as it is spoken in all states.

Arch you little ripper! Mate, that's fully sick, tops.

Offline

#179 2008-06-12 18:04:42

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: A script proclaiming Arch's superiority

The British English translation could do with updating.  How about:

Arch - It's the badger's nadgers

Offline

#180 2008-06-12 21:18:45

Flying Saxman
Member
From: Northern Hesse
Registered: 2007-02-26
Posts: 252

Re: A script proclaiming Arch's superiority

I got a more slang than my previous german translation...

Check ma' Arch aus Digga ey, is voll korrekt, Alda!

Last edited by Flying Saxman (2008-06-12 21:19:01)

Offline

#181 2008-06-12 22:20:21

dunc
Member
From: Glasgow, UK
Registered: 2007-06-18
Posts: 559

Re: A script proclaiming Arch's superiority

funkyou wrote:
dunc wrote:
funkyou wrote:

MOS 6502/6510 (Commodore 64) Assembler, just a quick hack smile

Argh. I've always regretted not learning Z80 asm on the Spectrum back in the '80s, but never more so than now.

I tell you, that was fun and it still is smile ... Ever tried to write a vector engine on a 0.9Mhz 8-bit prozessor with about 56kb usable ram and _no_ floating point unit? It is really fun, because there is none of the "software overblownnes" we have nowadays, but just you and the machine with its few registers... Its like a "KISS riddle" smile When i got that machine in the 80s, i started with basic (as everyone), but i had the luck to have a friend who was some sort of assember-god and showed me a lot about that stuff...

...and i still miss the simplicity of those machines neutral

Ah, that was where I went wrong: I never befriended a Z80 assembler god. smile

I did a lot of stuff in BASIC, though, and you're absolutely right. It stays with you for life. To me, "bloat" isn't extra features (I don't mind that, if they're useful); it's unnecessary, flabby, inefficient code. (Hard to believe nowadays there was a Chess program for the 1K ZX81.) I don't care if you've got a 3GHz processor, 2Gb RAM and a terabyte HD, wasted cycles and memory are still just that: wasted. It might not "matter" as much, but it annoys me. tongue Maybe that's why I like Arch: I only have to install what I need, and it doesn't faff around starting services I don't want. KISS is a very 8-bit philosophy. big_smile

Last edited by dunc (2008-06-18 00:09:53)


0 Ok, 0:1

Offline

#182 2008-06-14 06:08:47

jonlandrum
Member
From: Jackson MS USA
Registered: 2007-11-05
Posts: 3
Website

Re: A script proclaiming Arch's superiority

HTML:

<html>
    <head>
        <title>A page proclaiming Arch's superiority</title>
    </head>
    <body>
        <h1>Arch is the best!</h1>
    </body>
</html>

\\// Live long and prosper.

Offline

#183 2008-06-15 08:24:50

drag0nl0rd
Package Maintainer (PM)
From: Czech Republic
Registered: 2007-10-24
Posts: 127
Website

Re: A script proclaiming Arch's superiority

jonlandrum wrote:

HTML:

<html>
    <head>
        <title>A page proclaiming Arch's superiority</title>
    </head>
    <body>
        <h1>Arch is the best!</h1>
    </body>
</html>

Working example here.
Patches are welcome smile

Offline

#184 2008-06-15 14:01:23

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: A script proclaiming Arch's superiority

drag0nl0rd wrote:

Working example here.
Patches are welcome smile

http://validator.w3.org/check?uri=http% … ne&group=0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
        <title>A page proclaiming Arch's superiority</title>
    </head>
    <body>
        <h1>Arch is the best!</h1>
    </body>
</html>

Last edited by Husio (2008-06-15 14:04:49)

Offline

#185 2008-06-15 15:27:44

catwell
Member
From: Bretagne, France
Registered: 2008-02-20
Posts: 207
Website

Re: A script proclaiming Arch's superiority

io port:

"Arch is the best!" print

and webserver version:

Server clone do(
  setPort(8080)
  handleSocket := method(s, s streamWrite("Arch is best!") close)
) start

Last edited by catwell (2008-06-15 15:38:45)

Offline

#186 2008-06-16 09:31:13

CodeBlock
Member
From: Ohio, USA
Registered: 2008-06-13
Posts: 76
Website

Re: A script proclaiming Arch's superiority

I'd like to join development of this wonderful project. Maybe I could help with much-needed documentary, (because for a noob to have to type "./arch_is_best" <-- takes some talent, right there...


I'm a block of code, and I approve this message.

Offline

#187 2008-06-16 14:51:31

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: A script proclaiming Arch's superiority

CodeBlock wrote:

I'd like to join development of this wonderful project. Maybe I could help with much-needed documentary, (because for a noob to have to type "./arch_is_best" <-- takes some talent, right there...

You're right, there's no doumentation right now. I had to read the whole code, just to see how it works. It would be better for new developers to get some documentation. Reading the code could take too much time.

And hey, maybe some UnitTests? How would we now if the code is working after making few changes?

Offline

#188 2008-06-17 07:54:54

XAD
Member
From: Roskilde, Denmark
Registered: 2008-06-16
Posts: 23

Re: A script proclaiming Arch's superiority

dunc wrote:
funkyou wrote:
dunc wrote:

Argh. I've always regretted not learning Z80 asm on the Spectrum back in the '80s, but never more so than now.

I tell you, that was fun and it still is smile ... Ever tried to write a vector engine on a 0.9Mhz 8-bit prozessor with about 56kb usable ram and _no_ floating point unit? It is really fun, because there is none of the "software overblownnes" we have nowadays, but just you and the machine with its few registers... Its like a "KISS riddle" smile When i got that machine in the 80s, i started with basic (as everyone), but i had the luck to have a friend who was some sort of assember-god and showed me a lot about that stuff...

...and i still miss the simplicity of those machines neutral

Ah, that was where I went wrong: I never befriended a Z80 assembler god. smile

I did a lot of stuff in BASIC, though, and you're absolutely right. It stays with you for life. To me, "bloat" isn't extra features (I don't mind that, if they're useful); it's unnecessary, flabby, inefficient code. (Hard to believe nowadays there was a Chess program for the 1K ZX81.) I don't care if you've got a 3MHz processor, 2Gb RAM and a terabyte HD, wasted cycles and memory are still just that: wasted. It might not "matter" as much, but it annoys me. tongue Maybe that's why I like Arch: I only have to install what I need, and it doesn't faff around starting services I don't want. KISS is a very 8-bit philosophy. big_smile

You guys *sniffle* stop you're making me cry - I MISS MY 64
Go here for a little fix http://www.dreamfabric.com/c64/gotm/basicprogrammer.php warning uses JAVA

Offline

#189 2008-06-18 08:45:53

drag0nl0rd
Package Maintainer (PM)
From: Czech Republic
Registered: 2007-10-24
Posts: 127
Website

Re: A script proclaiming Arch's superiority

Offline

#190 2008-06-19 22:41:23

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: A script proclaiming Arch's superiority

No brainf*ck version yet?

What about lovely & deprecated PASCAL?

program Archthebest;
   begin     
      writeln ('Arch is the best!')
   end.

xD

EDIT: Why on earth do you censor brainf*ck? It's a programming lenguaje... (I guess some *f*ck* filters?)

Last edited by LTSmash (2008-06-19 22:43:48)


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#191 2008-06-28 14:37:57

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

Re: A script proclaiming Arch's superiority

Here's a nice little translator written in python for the CLI
dependencies: python

#!/usr/bin/env python
################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0

menu = """
Pick a Language(1-7):
    1)English
    2)German
    3)Dutch
    4)Italian
    5)Australian
    6)4chan.org slang

    7)Quit
"""
language = int(raw_input(menu))
while language != 7:
    if language == 1:
        print "Arch is the Best!"
    elif language == 2:
        print "Arch ist das Beste!"
    elif language == 3:
        print "Arch is de Beste!"
    elif language == 4:
        print "Arch e la Migliore!"
    elif language == 5:
        print "Arch you little ripper! Mate, that's fully sick, tops!"
    elif language == 6:
        print "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!"
#####################################################################
#here is a recipe for cream wafers, my favorite cookie.  yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm) 
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
# now, back to coding
    else:
        print "Sorry, I don't speak every language!"
    language = int(raw_input(menu))

Hofstadter's Law:
           It always takes longer than you expect, even when you take into account Hofstadter's Law.

Offline

#192 2008-06-28 16:11:18

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: A script proclaiming Arch's superiority

French translation:

Arch est la meilleure.

I took html version and made a velocity version with it:

Arch_is_the_Best.vm :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
        <title>A page proclaiming Arch's superiority</title>
    </head>
    <body>
        #set($superior = "Arch is the best")
        <h1>$superior</h1>
    </body>
</html>

Epic thread!

Offline

#193 2008-06-29 23:44:00

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: A script proclaiming Arch's superiority

I like it! I thought adding Chinese and Valley slang would be cool : )

#!/usr/bin/env python
################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
################################################

menu = """
Options (1-9):
    1)English
    2)Chinese
    3)German
    4)Dutch
    5)Italian
    6)Australian
    7)4chan.org slang
    8)Valley slang

    9)Quit
"""
language = int(raw_input(menu))
while language != 9:
    if language == 1:
        print "Arch is the Best!"
    elif language == 2:
        print "Arch, 她出类拔萃!"
    elif language == 3:
        print "Arch ist das Beste!"
    elif language == 4:
        print "Arch is de Beste!"
    elif language == 5:
        print "Arch e la Migliore!"
    elif language == 6:
        print "Arch you little ripper! Mate, that's fully sick, tops!"
    elif language == 7:
        print "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!"
    elif language == 8:
        print "Arch's not the Best!?, As if, I'm so sure!"
#####################################################################
#here is a recipe for cream wafers, my favorite cookie.  yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm) 
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
# now, back to coding
    else:
        print "Sorry, I don't speak every language!"
    language = int(raw_input(menu))

-- archlinux 是一个极好的 linux

Offline

#194 2008-07-02 13:40:32

uzbirglones
Member
From: São Carlos - SP - Brazil
Registered: 2007-06-01
Posts: 24

Re: A script proclaiming Arch's superiority

does it support locales already???

that would be nice!

i think it's time to make a 2.0rev of the brazilian portuguese. The first version is pretty deprecated right now, after so much development...

Offline

#195 2008-07-02 15:01:17

Finkregh
Member
From: Germany/Hannover
Registered: 2007-12-04
Posts: 44

Re: A script proclaiming Arch's superiority

iphitus wrote:

Why doesnt it use XML?

XMLRPC


fixed.

Offline

#196 2008-07-10 07:21:32

starchox
Member
Registered: 2008-07-10
Posts: 2

Re: A script proclaiming Arch's superiority

AWK version

#!/usr/bin/awk -f
BEGIN {print "Arch is the best!"}

1337 5p34k

^Я¢h ï$ 7#3 ߣ§+!

Offline

#197 2008-08-07 19:39:23

yama
Member
From: Norway
Registered: 2008-04-03
Posts: 71

Re: A script proclaiming Arch's superiority

Love this thread. Hope everyone post their language smile

Added Norwegian and Swedish to the file. It doesnt work, for me, when i execute it cause of the chinese font/letters and cause of the "¨" over the letters in the Swedish language. Hope someone can get it working... It works with the Norwegian language though. Atleast i got it working without the Chinese and Swedish.

#!/usr/bin/env python
##################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
##################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
##################################################
#Altered by Jon-Petter
#Date: 7 August 2008
#Added Norwegian and Swedish
##################################################

menu = """
Options (1-9):
    1)English
    2)Chinese
    3)German
    4)Dutch
    5)Italian
    6)Australian
    7)Norwegian
    8)Swedish
    9)4chan.org slang
    10)Valley slang

    11)Quit
"""
language = int(raw_input(menu))
while language != 11:
    if language == 1:
        print "Arch is the Best!"
    elif language == 2:
        print "Write it in Chinese!"
    elif language == 3:
        print "Arch ist das Beste!"
    elif language == 4:
        print "Arch is de Beste!"
    elif language == 5:
        print "Arch e la Migliore!"
    elif language == 6:
        print "Arch you little ripper! Mate, that's fully sick, tops!"
    elif language == 7:
        print "Arch er best!"
    elif language == 8:
        print "Arch är Bäst!"
    elif language == 9:
        print "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!"
    elif language == 10:
        print "Arch's not the Best!?, As if, I'm so sure!"
#####################################################################
#here is a recipe for cream wafers, my favorite cookie.  yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm) 
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
# now, back to coding
    else:
        print "Sorry, I don't speak every language!"
    language = int(raw_input(menu))

The swedish addition was taken from INCSlayer's post in this thread.

Last edited by yama (2008-08-07 19:40:45)

Offline

#198 2008-08-11 16:22:44

vsk
Member
Registered: 2008-05-27
Posts: 70

Re: A script proclaiming Arch's superiority

Bah! Tis not Pythonic!

#!/usr/bin/env python
##################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
##################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
##################################################
#Altered by Jon-Petter
#Date: 7 August 2008
#Added Norwegian and Swedish
##################################################
#Altered by Vedant Kumar
#Date: 11 August 2008
#Added Pythonicness (2.5.2)
##################################################

menu = """
Options:
    1) English
    2) Chinese
    3) German
    4) Dutch
    5) Italian
    6) Australian
    7) Norwegian
    8) Swedish
    9) 4chan.org slang
    10) Valley slang

    0) Quit
"""

axn = {
   0 : "May the Arch be with you.",
   1 : "Arch is the Best!",
   2 : "Write it in Chinese!",
   3 : "Arch ist das Beste!",
   4 : "Arch is de Beste!",
   5 : "Arch e la Migliore!",
   6 : "Arch you little ripper! Mate, that's fully sick, tops!",
   7 : "Arch er best!",
   8 : "Arch är Bäst!",
   9 : "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!",
   10 : "Arch's not the Best!?, As if, I'm so sure!"
}

def main():
   language = int(raw_input(menu))
   for lang,stat in axn.iteritems():
      if language == lang:
         print stat
      if language == 0:
         exit(0)   

#####################################################################
#here is a recipe for cream wafers, my favorite cookie.  yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm) 
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
#####################################################################

if __name__ == '__main__':
   main()

Offline

#199 2008-08-19 08:22:21

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: A script proclaiming Arch's superiority

Replaced loop with get() and added Greek tongue

#!/usr/bin/env python
# -*- coding: utf8 -*-
##################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
##################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
##################################################
#Altered by Jon-Petter
#Date: 7 August 2008
#Added Norwegian and Swedish
##################################################
#Altered by Vedant Kumar
#Date: 11 August 2008
#Added Pythonicness (2.5.2)
##################################################
#Altered by Evangelos Foutras
#Date: 19 August 2008
#Replaced loop with get() and added Greek
##################################################

menu = """
Options:
    1) English
    2) Chinese
    3) German
    4) Greek
    5) Dutch
    6) Italian
    7) Australian
    8) Norwegian
    9) Swedish
    10) 4chan.org slang
    11) Valley slang

    0) Quit
"""

axn = {
   0 : "May the Arch be with you.",
   1 : "Arch is the Best!",
   2 : "Write it in Chinese!",
   3 : "Arch ist das Beste!",
   4 : "Το Arch είναι το καλύτερο!",
   5 : "Arch is de Beste!",
   6 : "Arch e la Migliore!",
   7 : "Arch you little ripper! Mate, that's fully sick, tops!",
   8 : "Arch er best!",
   9 : "Arch är Bäst!",
   10 : "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!",
   11 : "Arch's not the Best!?, As if, I'm so sure!"
}

def main():
   language = int(raw_input(menu))
   print axn.get(language, "You fail at picking a number .-.")
   if language == 0:
      exit(0)

#####################################################################
#here is a recipe for cream wafers, my favorite cookie.  yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm) 
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
#####################################################################

if __name__ == '__main__':
   main()

Offline

#200 2008-08-27 14:37:01

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: A script proclaiming Arch's superiority

OMG! This is one epic thread.


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

Board footer

Powered by FluxBB