Sie sind nicht angemeldet.
Thomas_Haindl
God
Zitat von »Y0Gi«
Aktueller (und im Prinzip vollständiger) Code: ... edit - alle brauchbaren hinweise entfernt ....
Zitat
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
Zitat von »Y0Gi«
Da haben wir ja schon was (... edit - alle brauchbaren hinweise entfernt ....)
Zitat
... edit - alle brauchbaren hinweise entfernt ....
Zitat von »Tom«
Die FAQ ist inhaltlich genau die gleiche, die ich oben nannte. Da hat wohl Einer vom Anderen abgeschrieben - incl. aller Fehler![]()
Zitat von »Tom«
BTW: Ich finde nichts "Brauchbares" für die Berechnung der Credits.
Zitat von »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
Zitat von »Stefan«
Wenn ich was kapieren würde ... hättet Ihr mindestens einen Rechner mehr.
Zitat von »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.
Zitat von »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?
Zitat von »Shoggy«
Man nehme einfach eine PHP-Seite samt Script, was die XML Daten auswertet, und lade die momentan nötige URL in ein Frame.
Zitat von »DrStrange«
Tante Edith sagt: Fritzbox reconnect läuft nicht![]()
Thomas_Haindl
God
Zitat von »DrStrange«
Hitting city on http://aqua-computer.myminicity.com/transport ... OK.
Zitat von »Tom«
;D Yogi, der Bug wird Dich noch verfolgen.
In einer der letzten Versionen war er schon wieder.
-