CJZ

CJZ is a film and television production company based in Australia.

CJZ
Formerly
Cordell Jigsaw Productions
Independent production company
IndustryTelevision production
GenreDrama, factual, entertainment, comedy
Headquarters
OwnerMichael Cordell
Nick Murray
Websitehttps://www.cjz.com.au/

CJZ produces drama, factual, entertainment and comedy programming across all Australian commercial networks, public broadcasters, free-to-air and cable networks.[1][2] Many of its productions and formats are screened internationally.

The CJZ group was formed in 2012 following the merger of Cordell Jigsaw Productions and Zapruder's Other Films.[3][4] CJZ also acquired New Zealand production company Greenstone TV in 2013.[5] In 2011 the company established Genepool, a joint venture with science producer Sonya Pemberton.

CJZ is co-owned by producers Michael Cordell and Nick Murray.

List of CJZ Shows [1][6]

Greenstone

Greenstone TV is a New Zealand-based television production company that produces factual, entertainment, drama and documentary programs.

Greenstone was founded in 1994 by John Harris. In December 2013 Greenstone was purchased by Australian production company CJZ, creating an independent international production group.[5]

Greenstone Shows

gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?

References

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