You are not logged in.
You know what? Let's wikify it!
It's not the best thing when they call you a "member" you know…
Offline
ornitorrincos: Is the second one euskera? I only know a few sentences (Langabezian nago. ), so I might be mistaken.
Offline
Converting ASCII to binary:
0100000101110010011000110110100000100000011010010111001100100000011101000110100001100101001000000110001001100101011100110111010000100001
Hex:
417263682069732074686520626573742100
Octal:
101162143150040151163040164150145040142145163164041
(Yeah, I cheated. )
Last edited by ssjlegendx (2008-05-07 01:52:14)
#!/vim/rocks
Offline
This one should also be added ...
public class ArchlinuxIsTheBest {
public static void main(String args[]) {
System.out.println("\nArch is the best!!\n");
}
}
Run it ..
javac ArchlinuxIsTheBest.java
java ArchlinuxIsTheBest
It works on windows, mac, linux, bsd, solaris .... (portable, WORA code)
Last edited by paramthegreat (2008-05-07 03:33:40)
Offline
Czech:
Arch je nejlepší!
)
Offline
Now, that the simple script that started all has grown, it seems obvious, that a full fledged multi-media application is necessary to do the job. The beginning was purely KISS, but now, for external representation i think that Arch needs more of a "KISS MY ASS" style. Therefore the application have to make use of sound hardware, that has become widely adopted in desktop computers. But instead of using something from the Arch Theme Song Collection, I propose to use something that clearly states: THE BEST, THE BEST, THE BEST, THE BEST
Offline
You know what? Let's wikify it!
Started... http://wiki.archlinux.org/index.php/Arch_is_the_best
I need to leave it for the moment so feel free to contribute!
Offline
ornitorrincos: Is the second one euskera? I only know a few sentences (Langabezian nago. wink ), so I might be mistaken.
yes, I wondered if anyone was going to notice it
-$: file /dev/zero
/dev/zero: symbolic link to '/dev/brain'
Offline
For kernel mode, add to init/main.c (in your kernel source directory) the following:
printk ("Arch is the best");
Patch submitted to Linus. Awaiting Mr. Torvalds response.
In love I believe and in Linux I trust
Offline
For kernel mode, add to init/main.c (in your kernel source directory) the following:
printk ("Arch is the best");
Patch submitted to Linus. Awaiting Mr. Torvalds response.
Omg, you have to inform us of Linus' response
Last edited by moljac024 (2008-05-07 21:36:25)
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
Linus said it must be thoroughly tested (so everyone, pick a copy of Arch and do it)... and maybe it will be merged upstream in the 3.0.x or 3.2.x version of the kernel. ;-)
Last edited by ckristi (2008-05-07 22:05:32)
In love I believe and in Linux I trust
Offline
Linus said it must be thoroughly tested (so everyone, pick a copy of Arch and do it)... and maybe it will be merged upstream in the 3.0.x or 3.2.x version of the kernel. ;-)
We can't wait that long, time to work on a patchset
Who Knows? Who Cares? Who will remember anyway?
Offline
A loadable Kernel module for "Arch is the Best!".
aitb.c
/* aitb.c - "Arch Is The Best!" kernel module
*/
#include <linux/module.h>
#include <linux/kernel.h>
int init_module(void)
{
printk("Arch is the Best!\n");
return 0;
}
void cleanup_module(void)
{
printk(KERN_ALERT "Removing aitb module...\n");
printk(KERN_ALERT "Arch is still the Best!\n");
}
Makefile
obj-m += aitb.o
all:
make -C /lib/modules/`uname -r`/build M=`pwd` modules
clean:
make -C /lib/modules/`uname -r`/build M=`pwd` clean
Just enter to the directory where aitb.c is located an run the command:
make -C /lib/modules/`uname -r`/build M=`pwd` modules
Last edited by firewalker (2008-05-08 11:34:12)
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
%!PS
/Font /Helvetica-Bold findfont def
/FontSize 72 def
Font FontSize scalefont setfont
{newpath 0 0 moveto (Arch is the Best!) show showpage} loop
Run this on your printer and go and stick the output somewhere
Last edited by Borb (2008-05-08 13:28:04)
Offline
To commemorate everyone's outstanding commitment to this worthwhile project, I created a couple of Arch Schwag products:
http://www.zazzle.com/archlinux/product … 1757299947
http://www.zazzle.com/arch_is_the_best_ … 5313657831
Hope you all enjoy.
Dusty
Offline
Yay, I want a shirt like that.
Offline
To commemorate everyone's outstanding commitment to this worthwhile project, I created a couple of Arch Schwag products:
http://www.zazzle.com/archlinux/product … 1757299947
http://www.zazzle.com/arch_is_the_best_ … 5313657831Hope you all enjoy.
Dusty
Ahaha!
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
haskell:
main = do putStrLn "Arch is the Best!"
abcdefghijklmnopqrstuvwxyz
Offline
Due to the enormous popularity of this functionality, here's the HDL so it can one day be hardware accelerated.
use std.textio.all;
entity the_best is
end the_best;
architecture arch_is of the_best is
begin
p : proclamation
variable l:line;
begin
write(l, String'("Arch is the best!"));
writeline(output, l);
wait;
end proclamation;
end arch_is;
...
Offline
I'm surprised nobody has done this in the D programming language yet. Nah, not really. That was sarcasm.
Phobos library:
import std.stdio;
void main()
{
writefln("Arch is the best!");
}
Tango library:
import tango.io.Stdout;
void main()
{
Stdout("Arch is the best!").newline;
}
Offline
Offline
Actually we might consider closing the source on this one.
Offline
Maybe you are missing the fundamental of programming...
As you can see you can express your free opinion!
Offline
This topic is fucking hilarious.
I read that as : "the topic is censored, hilarious!" and was wondering wtf it meant..
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Erlang:
-module(arch).
-export([arch_is_the_best/0]).
arch_is_the_best() -> io:fwrite("Arch is the best!\n").
Usage:
$ erl
1> c(arch).
{ok,arch}
2> arch:arch_is_the_best().
Arch is the best!
ok
Offline