Aller au contenu

Shinuza

INpactien
  • Compteur de contenus

    1 000
  • Inscription

  • Dernière visite

À propos de Shinuza

  • Date de naissance 09/11/1984

Shinuza's Achievements

Contributeur

Contributeur (5/14)

  • First Post Rare
  • Collaborator Rare
  • Posting Machine Rare
  • Conversation Starter
  • Week One Done

Recent Badges

  1. C'était pas non plus le but Dans le genre t'as ça sinon : http://annevankesteren.nl
  2. 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!"
  3. 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);
  4. 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 :)
  5. Formattage pour être fixé Ps : C'est tout à fait possible que memtest ne trouve rien alors que la ram est instable.
  6. 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
  7. 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?
  8. Bah tu devrais geeker un peu plus, c'est pas très conforme tout ça
  9. En fait le seul systèmes de ce type qui s'absoudent de la gravité sont les heatlanes, les autres fonctionneront forcémment mieux si la phase liquide n'a pas à lutter contre la gravité http://www.tsheatronics.co.jp/english/technology/
×
×
  • Créer...