Code Monkey home page Code Monkey logo

Comments (5)

pzia avatar pzia commented on August 17, 2024

Commented by paparazzia on 4 Jan 2009 22:03 UTC
on va finir par devoir faire du xml, non ?

from vlm.

pzia avatar pzia commented on August 17, 2024

Commented by paparazzia on 4 Jan 2009 22:11 UTC
1.perso, j'aurai mis des "," (virgule) car une fois qu'on sait qu'on travaille sur le pilototo...

2.autre question, c'est plutt non intrusif (mais il faut prvenir JP au cas ou...). Ca peut rentrer dans la 0.8, je pense, non ?

  1. il faut vraiment envisager de passer au xml pour la 0.9 (ou la 8.1 ;))

from vlm.

pzia avatar pzia commented on August 17, 2024

Commented by anonymous on 5 Jan 2009 21:09 UTC
Message pour fm : tu pourrais faire un diff entre la version du subversion et celle de prod, j'ai l'impression qu'il manque des trucs ;)

from vlm.

pzia avatar pzia commented on August 17, 2024

Commented by anonymous on 5 Jan 2009 21:35 UTC
En fait ma modif est basic, j'ai ajout dans la partie "aide" de getinfo.php:
#* PIL1: Pilototo instruction 1 (id,time,PIM,PIP,status)
#* PIL2: Pilototo instruction 2 (id,time,PIM,PIP,status)
#* PIL3: Pilototo instruction 3 (id,time,PIM,PIP,status)
#* PIL4: Pilototo instruction 4 (id,time,PIM,PIP,status)
#* PIL5: Pilototo instruction 5 (id,time,PIM,PIP,status)

et ensuite la fin des deux scripts getinfo.php et getinfo2.php:
// Pilototo data
$rc=$usersObj->users->pilototoList();
$numligne=1;
foreach ($usersObj->users->pilototo as $pilototo_row) { /(id,time,PIM,PIP,status)/
printf("PIL%d=%d,%d,%d,%s,%s\n",$numligne,$pilototo_row[0],$pilototo_row[1],$pilototo_row[2],$pilototo_row[3],$pilototo_row[4]);
$numligne++;
}
while($numligne<=5)
{
printf("PIL%d=none\n",$numligne);
$numligne++;
}

Dans le code prcdent, j'ai modifi le format comme sugr par paparazzia

from vlm.

pzia avatar pzia commented on August 17, 2024

Commented by paparazzia on 10 Jan 2009 08:17 UTC
(In [288]) * fix #44

from vlm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.