Rachel Hawkins (writer)

Rachel Hawkins is the author of Hex Hall, a best-selling trilogy of young adult paranormal romance novels. She is from Dothan, Alabama.[1][2]

Bibliography

Hex Hall

  • Hex Hall (2010)
  • Demonglass (2011)
  • Spell Bound (2012)
  • School Spirits (2013)
  • Companion novel: Hex Hall 3.1: a very hexy valentine's day (2013)

Rebel Belle trilogy

  • Rebel Belle (2014)
  • Miss Mayhem (2015)
  • Lady Renegades (2016)

Royals Series

  • Prince Charming (2018) (first published as Royals)[3]
  • Her Royal Highness (2019)

Middle grade fiction

  • Journey's End (2016)
  • Ruby & Olivia (2018)
gollark: What about a zip file which extracts itself and works as a script for extracting itself too?
gollark: ```pythondef why(regex, string): l = [] while True: l.append(l) ```
gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.

References

  1. Hawkins, Rachel. "My Route to Publication". Retrieved 22 July 2012.
  2. Schuessler, Jennifer. "New York Times' Best Seller's List". The New York Times. Retrieved 22 July 2012.
  3. Penguin Random House, Royals Series, last visited May 28, 2019
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.