Michael Buser

Michael B. Buser (born January 10, 1952) is a judge on the Kansas Court of Appeals. He was appointed to this position in January 2005 by Governor Sebelius.[1]

Biography

Judge Buser was born on January 10, 1952 in Kansas City, Missouri. He graduated from Georgetown University in 1974 with degrees in Theology and American Government. He went on to receive his J.D. degree from the University of Kansas School of Law in 1977. He is now married and has two sons.[1]

Judge Buser began his legal career in 1977 as an assistant district attorney in Johnson County. In 1988, he became the general attorney for the Union Pacific Railroad. He then joined the law firm Shook, Hardy and Bacon in 1991 and worked in the firm's tort and pharmaceutical practice groups until his appointment to the Court of Appeals.[1]

gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
gollark: Yes, that's possible, except you can put in someone else's.
gollark: Isn't just *asking* what scroll an egg is from prone to misuse?

References

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