Retourner au contenu associé (journal : Top500 : La rétrospective des 15 ans.)
Posté par Thomas Debesse (site web personnel, Mastodon) le 04 mars 2008 à 12:00. En réponse au journal Top500 : La rétrospective des 15 ans.. Évalué à 2.
illwieckz@gimli ~ $ cd /tmp illwieckz@gimli tmp $ cat > pouet.py #! /usr/bin/python import time a=time.time() b=a+1 i=0 while a<b : i+=1 a=time.time() print i illwieckz@gimli tmp $ chmod +x pouet.py illwieckz@gimli tmp $ ./pouet.py 169312 illwieckz@gimli tmp $
ce commentaire est sous licence cc by 4 et précédentes
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Mais comment qu'on calcule la puissance de tout cela ?
Posté par Thomas Debesse (site web personnel, Mastodon) . En réponse au journal Top500 : La rétrospective des 15 ans.. Évalué à 2.
illwieckz@gimli ~ $ cd /tmp
illwieckz@gimli tmp $ cat > pouet.py
#! /usr/bin/python
import time
a=time.time()
b=a+1
i=0
while a<b :
i+=1
a=time.time()
print i
illwieckz@gimli tmp $ chmod +x pouet.py
illwieckz@gimli tmp $ ./pouet.py
169312
illwieckz@gimli tmp $
Snif mon pauvre p3 800 se fait rétamer /o\
ce commentaire est sous licence cc by 4 et précédentes