Gregory Scott Cummins
Gregory Scott Cummins (born 1956) is an American character actor known for his recurring roles in It's Always Sunny in Philadelphia[1] and Bosch.[2]
Gregory Scott Cummins | |
---|---|
Born | 1956 (age 63–64) Orinda, California, United States |
Occupation | Actor |
Years active | 1988–present |
Filmography
- Hack-O-Lantern (1988) – Tommy
- Action USA (1989) – Osborn
- Stone Cold (1991) – A.W.O.L
- Batman Returns (1992) – Acrobat Thug One
- Cliffhanger (1993) – Ryan
- Last of the Dogmen (1995) Sears
- The Italian Job (2003) – Mashkov’s thug
- It's Always Sunny in Philadelphia (2006–present) – Luther
- Bosch (2014–present) – Detective Moore (Crate)
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
References
- "'It's Always Sunny' Cast on Season 10's Surprises, Pressure to Stay Funny". The Hollywood Reporter. January 14, 2015. Retrieved November 5, 2018.
- "Paste's Power Rankings: The 10 Best Shows on TV Right Now". May 1, 2018. Retrieved November 5, 2018.
External links
- Gregory Scott Cummins on IMDb
- http://www.gregoryscottcummins.com/ Official Website
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.