Skip to content

Instantly share code, notes, and snippets.

@VishDev12
Created February 13, 2018 17:17
Show Gist options
  • Select an option

  • Save VishDev12/5fb8c12dc079a60087c24558903a80ec to your computer and use it in GitHub Desktop.

Select an option

Save VishDev12/5fb8c12dc079a60087c24558903a80ec to your computer and use it in GitHub Desktop.
Sequential Programming
image = download (imagePath);
processedImage = process (image);
upload (processedImage);
text = download (textPath);
processedText = process (text);
upload (processedText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment