1956 Cameroonian Territorial Assembly election
Territorial Assembly elections were held in French Cameroon on 23 December 1956. The result was a victory for the Cameroonian Union, which won 30 of the 70 seats in the Territorial Assembly. Voter turnout was 41.4%.[1]
![]() |
---|
This article is part of a series on the politics and government of Cameroon |
Government |
|
Administrative divisions
|
|
![]() |
Results
Party | Votes | % | Seats |
---|---|---|---|
Cameroonian Union | 249,693 | 34.3 | 30 |
Cameroonian Party of Democrats | 152,000 | 20.9 | 20 |
Independent Peasants | 69,457 | 9.6 | 8 |
Cameroonian National Action Movement | 48,666 | 6.7 | 8 |
French Section of the Workers' International | 18,001 | 2.5 | 3 |
Other parties | 189,000 | 26.0 | |
Total | 726,817 | 100 | 70 |
Registered voters/turnout | 1,752,902 | – | |
Source: Nohlen et al. |
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?
gollark: I think that might just have been a bug I introduced by accident.
References
- Nohlen, D, Krennerich, M & Thibaut, B (1999) Elections in Africa: A data handbook, p178 ISBN 0-19-829645-2
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.