Jared Mitchell (writer)

Jared James Mitchell (born 1955) is a Canadian journalist and fiction author, currently based in Toronto, Ontario. Besides his books, he has written for numerous newspapers and magazines such as Maclean's and The Globe and Mail. He also established the fotonovella.com website for his media fiction works which are termed "photonovellas".

Bibliography

  • The Invincible. Toronto: Lester, 1995. ISBN 1-895555-71-X
  • Becky Chan. Toronto: Dundurn, 2001. ISBN 0-88924-300-X
  • The Bad Guys. Kindle, 2011. ASIN B005FCYB0I
  • Mayhem. Wattpad, 2015. ASIN B019ZPEW9U
gollark: If you plan to be feeding it bad URLs or expect it to experience errors of some sort, you can add checks for those.
gollark: Yes, I have indeed skipped all error checking, I don't actually care.
gollark: You don't need most of the code in the pastebin program just to download from it.
gollark: Anyway:```lualocal function fetch(URL) local h = http.get(URL) local data = h.readAll() h.close()endlocal function write_file(file, content) local f = fs.open(file, "w") f.write(content) f.close()endwrite_file("startup", fetch "https://pastebin.com/raw/whatever")```
gollark: Well, yes, but that's not really the same thing.


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