Batson
Batson is a surname. It may refer to:
- Benjamin Batson (1942-1996), American academic and historian
- Brendon Batson, English soccer player
- Cameron Batson (born 1995), American football player
- Daniel Batson, American social psychologist
- Felix Ives Batson (1819-1871), American lawyer and politician
- Henrietta Batson (1859-1943), English writer
- Mark Batson, American record producer and songwriter
- Matthew Arlington Batson (1866-1917), United States Army officer
- Nathan Batson, English cricket player Nadia Batson, female soca singer of Trinidad and Tobago
- Ruth Batson (1921-2003), American civil rights and education activist
- Susan Batson, American actress, author, and producer; daughter of Ruth Batson
Fictional characters
- Billy Batson and Mary Batson, alter egos of Captain Marvel (DC Comics) characters
gollark: Oh, minoteaur actually has that (not the threading bit) in its Markdown parsing code.
gollark: Thus, praise ~~Rust~~ ~~Ferris~~ Nim?
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
See also
- Batson, Texas
- Batson venous plexus, feature of human pelvic anatomy
- Batson v. Kentucky (1986), United States Supreme Court case
- Alexander Edmund Batson Davie (1847-1889), Canadian lawyer and politician
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.