Third Jonckheer cabinet

The Third Jonckheer cabinet was the 3rd cabinet of the Netherlands Antilles.

Third Jonckheer cabinet

3rd Cabinet of Netherlands Antilles
Date formed2 November 1962
Date dissolved1966
People and organisations
Head of stateJuliana of the Netherlands
Head of governmentEfrain Jonckheer
History
Election(s)1962 election
Outgoing election1966 election
PredecessorJonckheer II
SuccessorJonckheer-Kroon
This article is part of a series on the
politics and government of
the Netherlands Antilles

Composition

The cabinet was composed as follows:[1][2][3]

Main office holders
Office Name Party Since
Minister of General Affairs Efrain Jonckheer DP-cur 2 November 1962
Minister of Justice Ramez Jorge Isa DP-cur 2 November 1962
Minister of Finance, Welfare Oscar S. Henriquez PPA 2 November 1962
Ernesto O. Petronia PPA 24 April 1963
Minister of Social Affairs, Economic Affairs, Public Health Ciro Domenico Kroon DP-cur 2 November 1962
Minister of Education, Culture Ernesto O. Petronia PPA 2 November 1962
Minister of Traffic and Communications Ernesto O. Petronia PPA 2 November 1962
Julius R.L. Beaujon PPA 9 July 1963
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

  1. "NIEUWE REGERING OP ANTILLEN". Het Parool (in Dutch). 3 November 1962. p. 3.
  2. "Ministers beëdigd". Amigoe di Curacao : weekblad voor de Curacaosche eilanden (in Dutch). 2 November 1962. p. 1.
  3. "Portefeuilleverdeling nieuwe raad minisiers". Amigoe di Curacao : weekblad voor de Curacaosche eilanden (in Dutch). 3 November 1962. p. 1.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.