
Shinuza
INpactien-
Content Count
1000 -
Joined
-
Last visited
About Shinuza
-
Rank
Padawan
- Birthday 11/09/1984
-
Même soucis, y'a une 500 et pas de message d'erreur.
-
"Hello World!" dans tous les langages
Shinuza replied to Taki's topic in Programming and lines of code
C'est un doctype universel -
"Hello World!" dans tous les langages
Shinuza replied to Taki's topic in Programming and lines of code
Le code source -
"Hello World!" dans tous les langages
Shinuza replied to Taki's topic in Programming and lines of code
C'était pas non plus le but Dans le genre t'as ça sinon : http://annevankesteren.nl -
"Hello World!" dans tous les langages
Shinuza replied to Taki's topic in Programming and lines of code
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!" -
Bar Le Bar de la programmation
Shinuza replied to theocrite's topic in Programming and lines of code
Ruby -
"Hello World!" dans tous les langages
Shinuza replied to Taki's topic in Programming and lines of code
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) -
Bar Le Linux BAR - Discussion de tout et de rien
Shinuza replied to Dark26's topic in GNU/Linux, *BSD et UNIX Like
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 :) -
2.4v par pas de 0.05V
-
Mets les CM à partir de 2.2v
-
Formattage pour être fixé Ps : C'est tout à fait possible que memtest ne trouve rien alors que la ram est instable.
-
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
Shinuza replied to Taki's topic in Programming and lines of code
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</ -
"Hello World!" dans tous les langages
Shinuza replied to Taki's topic in Programming and lines of code
XML + XSL ainsi que ASP -
Bar Le Bar de la programmation
Shinuza replied to theocrite's topic in Programming and lines of code
Bah tu devrais geeker un peu plus, c'est pas très conforme tout ça