Sándor Csizmadia
Sándor Csizmadia (10 March 1871 – 3 March 1929) was a Hungarian politician and poet, who served as People's Commissar of Agriculture during the Hungarian Soviet Republic. However soon his relations decayed with the leaders of the proletarian dictature, so he left the Hungarian Central Executive Council. He committed suicide in 1929.
Sándor Csizmadia | |
---|---|
![]() | |
People's Commissar of Agriculture of Hungary served alongside György Nyisztor, Jenő Hamburger and Károly Vántus | |
In office 21 March 1919 – 3 April 1919 | |
Preceded by | Barna Buza |
Succeeded by | György Nyisztor Jenő Hamburger Károly Vántus |
Personal details | |
Born | Vásárhelykutas, Kingdom of Hungary, Austria-Hungary | 10 March 1871
Died | 3 March 1929 57) Mátyásföld (now: part of Budapest, Kingdom of Hungary | (aged
Political party | MSZDP, National Worker's Party |
Profession | politician, poet, journalist |
Literary works
- Magyar Munkásdalok és versek (Orosháza, 1896)
- A földművelő-munkásság helyzete és feladata (Orosháza, 1896)
- Proletár költemények (Budapest, 1897)
- Küzdelem (Újabb versek, Budapest, 1903)
- Mit akarunk? (Budapest, 1903)
- Hajnalban (Budapest, 1905)
- Munkás emberek (short stories, Budapest, 1905)
- Fogházi levelek (Budapest, 1906)
- A feketék (Budapest, 1908)
- A nagy magyar parasztforradalom (Budapest, 1914)
- Válogatott költeményei (Budapest, 1919)
gollark: I tick those boxes there to allow it to index those sites.
gollark: I've made a bit of a frontend for my search engine thing. Though it can't actually do search yet, only crawl/index/whatever pages.
gollark: Basically, if I want to run a search it just goes `SELECT * FROM page_tokens WHERE token = 'one token in search query'` or something like that, and it now has a list of pages with the right token, and SQLite can execute this query relatively fast.
gollark: I mean, as far as I can tell there isn't really a faster *and* more storage-efficient way to do search than the inverted-index page_tokens thing.
gollark: ```sqlCREATE TABLE crawl_queue ( id INTEGER PRIMARY KEY, url TEXT NOT NULL UNIQUE, lockTime INTEGER, added INTEGER NOT NULL, referrer TEXT);CREATE TABLE pages ( id INTEGER PRIMARY KEY, url TEXT NOT NULL UNIQUE, rawContent BLOB NOT NULL, rawFormat TEXT NOT NULL, textContent TEXT NOT NULL, updated INTEGER NOT NULL);CREATE TABLE page_tokens ( id INTEGER PRIMARY KEY, page INTEGER NOT NULL REFERENCES pages(id), token TEXT NOT NULL, weight REAL NOT NULL);CREATE TABLE links ( id INTEGER PRIMARY KEY, toURL TEXT NOT NULL, fromURL TEXT NOT NULL, lastSeen INTEGER NOT NULL, UNIQUE (toURL, fromURL))```Here is the database.
References
Political offices | ||
---|---|---|
Preceded by Barna Buza |
People's Commissar of Agriculture served alongside György Nyisztor, Jenő Hamburger and Károly Vántus 1919 |
Succeeded by György Nyisztor Jenő Hamburger Károly Vántus |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.