Jessica Campbell

Jessica Campbell (born October 30, 1982)[2][3] is a former film and television actress. Her appearances include the roles of Tammy Metzler in the 1999 film Election, for which she was nominated for an Independent Spirit Award for Best Debut Performance,[4][5] Julie Gold in the 2001 film The Safety of Objects[6] and the two-episode guest role of Amy Andrews in the TV series Freaks and Geeks.[7]

Jessica Campbell
Born (1982-10-30) October 30, 1982
Tulsa, Oklahoma, United States[1]
OccupationActress
Years active1992-2002

Filmography

Film and Television
Year Film Role Notes
2002 Dad's Day Mary Elizabeth Kelly
2002 Junk Doris
2001 The Safety of Objects Julie Gold
2000 Freaks and Geeks Amy Andrews TV series
2000 Almost Famous Stand-in[8]
1999 Election Tammy Metzler Nominated—Independent Spirit Award for Best Debut Performance
Nominated—YoungStar Award for Best Performance by a Young Actress in a Comedy Film
1992 In the Best Interest of the Children Julie Cain TV movie
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.

References

  1. "Jessica Campbell". People.theiapolis.
  2. "Jessica Campbell". Hollywood.com.
  3. "Jessica Campbell Biography". The New York Times.
  4. "Election (1999): Awards". The New York Times.
  5. "Jessica Campbell Awards". The New York Times.
  6. "Jessica Campbell Overview". Turner Classic Movies.
  7. Maddux, Rachael (2 August 2009). "Ten More Former Freaks & Geeks and What They're Up To Now". Paste. Retrieved 20 October 2015.
  8. "Jessica Campbell Filmography". The New York Times.


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