You are not logged in.
Thomas_Haindl
God
Quoted from "Y0Gi"
Aktueller (und im Prinzip vollständiger) Code: ... edit - alle brauchbaren hinweise entfernt ....
Quoted
Industry:
A factory gives work to 3 people beyond 50 inhabitants.
Unemployment is calculated so that way (if my hyp is right): unemployment rate = (number of inhabitants - number of factories * 3 - 50) / number of inhabitants.
However, I do not know why a low rate of unemployment does not prevent an exodus.
Note: the ability of plants is stored, but only to a certain extent, then, for lack of population, they are closing.
I suppose it should not be that "unemployment rate = (number of inhabitants - number of factories * 3 - number of shops - 50) / number of inhabitants". But this is only a hypothesis.
Transport Network:
A transport allows 5 residents to move beyond 100 inhabitants. The level of transportation is therefore calculated in the following manner:
A = "(number of transports * 5 - 100) / number of inhabitants" gives gained transportation.
B = "(number of inhabitants - 100) / number of inhabitants" gives the degree of congestion.
So the rate of transport is: ( (TRA * 5) + 100 ) / POP
Criminality:
It appears from 300 inhabitants and is calculated in this way
A = inhabitants number - 300
B = cops number x 4
Crime Rate = (A-B) / inhabitants number
Pollution:
(0.1*population + 0.3*com - 2*env + 1*ind - 200) / ind
Thomas_Haindl
God
Quoted from "Y0Gi"
Da haben wir ja schon was (... edit - alle brauchbaren hinweise entfernt ....)
Quoted
... edit - alle brauchbaren hinweise entfernt ....
Quoted from "Tom"
Die FAQ ist inhaltlich genau die gleiche, die ich oben nannte. Da hat wohl Einer vom Anderen abgeschrieben - incl. aller Fehler![]()
Quoted from "Tom"
BTW: Ich finde nichts "Brauchbares" für die Berechnung der Credits.
Quoted from "Tom"
... dann hab' ich noch ein Attentat auf Dich vor:
Das sollte ich mit Value="TDSL-3000", sowie Name und Passwort an den Lancom schicken.
Geht das in Python? wenn ja - wie?
TIA
Thomas_Haindl
God
Quoted from "Stefan"
Wenn ich was kapieren würde ... hättet Ihr mindestens einen Rechner mehr.
Quoted from "Y0Gi"
Nach eineinhalb Stunden Wartens kriegt ihr jetzt den Doppelpost ;p
GOTCHA! Mit dem entsprechenden Cookie, das normalerweise per JavaScript gesetzt wird, klappt ein einfaches HTTP-GET.
Aktueller (und im Prinzip vollständiger) Code: ... edit - alle brauchbaren hinweise entfernt ....
Darin wird auch ein Reconnect-Script aufgerufen.
Quoted from "Shoggy"
Sebastian hatte heute in einer Pause eine nette Idee. Man könnte die Zugriffe doch z. B. auch über das Tor-Netztwek ausführen, oder?
Quoted from "Shoggy"
Man nehme einfach eine PHP-Seite samt Script, was die XML Daten auswertet, und lade die momentan nötige URL in ein Frame.
Quoted from "DrStrange"
Tante Edith sagt: Fritzbox reconnect läuft nicht![]()
Thomas_Haindl
God
Quoted from "DrStrange"
Hitting city on http://aqua-computer.myminicity.com/transport ... OK.
Quoted from "Tom"
;D Yogi, der Bug wird Dich noch verfolgen.
In einer der letzten Versionen war er schon wieder.
-