-
"Hello World!" dans tous les langages
C'est un doctype universel
-
"Hello World!" dans tous les langages
Le code source
-
"Hello World!" dans tous les langages
C'était pas non plus le but Dans le genre t'as ça sinon : http://annevankesteren.nl
-
"Hello World!" dans tous les langages
T'as beau être tatillon ton code est invalide. L'entête xml pètera sous une majorité de navigateurs, et blink n'est pas dans la dtd xhtml 1.0+ <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Hello World</title> </head> <body> <p>Hello World</p> </body> </html> Sinon Haskell main = putStrLn "Hello World!"
-
Le Bar de la programmation
Ruby
-
"Hello World!" dans tous les langages
En actionscript : Mode lazy stop(); trace("Hello World"); Sinon import mx.transitions.Tween; import mx.transitions.easing.*; var helloClip_mc :MovieClip = this.createEmptyMovieClip("helloClip_mc",1); var sayHello_txt :TextField = this.helloClip_mc.createTextField("sayHello_txt",2,0,0,0,0); var formatHello_fmt :TextFormat = new TextFormat(); with(formatHello_fmt) { color = 0x000000; size = 50; font = "Arial"; } with(helloClip_mc.sayHello_txt) { autoSize = "left"; text = "Hello World"; setTextFormat(formatHello_fmt); _x=(Stage.width-this._width)/2; _y=(Stage.height-this._height)/2; } var helloTween : Tween = new Tween(helloClip_mc, "_y", Bounce.easeOut, Stage.height+helloClip_mc.sayHello_txt._height, 0, 1, true);
-
Le Linux BAR - Discussion de tout et de rien
Je ne sais pas si c'est déja passé : http://www.boostore.com/carrefour/Catalog/...dinateur-linux/ Carrouf vends des pc et portables linux :)
-
/!\ L'Overclocking Open Bar /!\
2.4v par pas de 0.05V
-
/!\ L'Overclocking Open Bar /!\
Mets les CM à partir de 2.2v
-
/!\ The Hardware's Bar /!\
Formattage pour être fixé Ps : C'est tout à fait possible que memtest ne trouve rien alors que la ram est instable.
-
/!\ L'Overclocking Open Bar /!\
Le mieux c'est 16, le plus agressif, maintenant ça à une assez forte influence sur la stabilité, donc à utiliser avec modération. Le plus important c'est le TRCD, ensuite vient le CAS puis TRP puis TRAS
-
"Hello World!" dans tous les langages
ASP <html> <head> <title>Hello World</title> </head> <body> <% response.write("Hello World!") %> </body> <html> XML Code de hello.xml <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="hello.xsl" ?> <hello> Hello World! </hello> Code de hello.xsl <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <HTML> <HEAD> <TITLE>Hello World</TITLE> </HEAD> <BODY> <xsl:apply-templates/> </BODY> </HTML> </xsl:template > <xsl:template match="hello" > <p> <xsl:value-of select="."/> </p> </xsl:template > </xsl:stylesheet> C'est mieux comme ça?
-
"Hello World!" dans tous les langages
XML + XSL ainsi que ASP
-
Le Bar de la programmation
Bah tu devrais geeker un peu plus, c'est pas très conforme tout ça
- [Le Cooling BAR] Discussion entre nous tous..
Shinuza
INpactien
-
Inscription
-
Dernière visite