Lu Dachang

Lu Dachang (Chinese: 鲁大昌) (1889–1962) courtesy name Songling (Chinese: 嵩龄) was a Kuomintang general from Gansu. In 1911 he was in Shaanxi province. He went to Hunan province in 1915, where he was promoted to company commander. Returned to Gansu in 1921. Promoted in 1922 to commander of the Infantry 3rd Battalion of the 1st Regiment. In the spring of 1926, the Zhili clique attacked the Northwest Army defending Dingxi. Promoted in 1927 to commander of the regiment. In 1931, he was promoted to commander of the 14th Division of the National Revolutionary Army, in charge of Min County, Longxi County, Wen County, Wushan County, Xihe County, Li County and Gangu County.

Lu Dachang
Born1889
Linxia County, Linxia Hui Autonomous Prefecture, Gansu province
DiedOctober 1, 1962
Lanzhou, Gansu Province
AllegianceRepublic of China
Service/branchNational Revolutionary Army
RankLieutenant General
Battles/warsChinese Civil War

Chinese Civil War

In September 1935, Lu fought the forces of the Chinese Red Army led by Lin Biao and Nie Rongzhen in Gannan. On August 25, 1937, he executed the son and daughter-in-law of Tibetan Tusi Yang Jiqing.

gollark: Just make whatever weird programming language you're working on now compile to SQL.
gollark: So far as I can tell this is essentially just generating a range of x/y values to use, converting each of those points to mandelbröt values using magic, then converting it into... rows, I think? of text.
gollark: They have very good docs.
gollark: Apiological!
gollark: ```sqliteWITH RECURSIVE xaxis(x) AS (VALUES(-2.0) UNION ALL SELECT x+0.05 FROM xaxis WHERE x<1.2), yaxis(y) AS (VALUES(-1.0) UNION ALL SELECT y+0.1 FROM yaxis WHERE y<1.0), m(iter, cx, cy, x, y) AS ( SELECT 0, x, y, 0.0, 0.0 FROM xaxis, yaxis UNION ALL SELECT iter+1, cx, cy, x*x-y*y + cx, 2.0*x*y + cy FROM m WHERE (x*x + y*y) < 4.0 AND iter<28 ), m2(iter, cx, cy) AS ( SELECT max(iter), cx, cy FROM m GROUP BY cx, cy ), a(t) AS ( SELECT group_concat( substr(' .+*#', 1+min(iter/7,4), 1), '') FROM m2 GROUP BY cy )SELECT '`' || '`' || '`' || group_concat(rtrim(t),x'0a') || '`' || '`' || '`' FROM a;```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.