Skip to content

Instantly share code, notes, and snippets.

@peanutbutterandcrackers
peanutbutterandcrackers / OpenShot Zero to Hero.md
Last active September 27, 2020 08:14
A guide to OpenShot Mastery

OpenShot: Zero to Hero

This guide aims to give you all the resources you need in order to become a video editing ninja, using OpenShot.

The Basics:

Here is a primer to get you started with OpenShot, made by Jonathan Thomas, the creator of OpenShot, himself. The user guide is also available online. The following links will help you understand and use OpenShot:

  1. A quick video to demonstrate the OpenShot workflow.
  2. An in-depth beginners guide to OpenShot I
  3. An in-depth beginners guide to OpenShot II
  4. A guide to trimming and slicing videos in OpenShot
@sbalev
sbalev / int_trigo.md
Last active April 11, 2018 12:51
Introducing integer trigonometric functions

Integer trigonometry

Suppose we want to implement a robot moving on integer grid. Usually my code looks like this:

class Robot {
  int x, y;
  int heading; // 0 = East, 1 = North, 2 = West, 3 = South

  void turnLeft() {
sudo apt-get update
sudo apt-get install golang-go -y
wget https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-386.tar.gz
tar xvfz go-ipfs_v0.4.10_linux-386.tar.gz
sudo mv go-ipfs/ipfs /usr/local/bin/ipfs
@mreidsma
mreidsma / .htaccess
Created July 13, 2012 20:22
Simple click tracking script
// .htaccess
//
// Add this to the directory where your write.php will be stored
// This is an easy way to do an HTTP request to the script with the data
<IfModule mod_rewrite.c>
RewriteEngine On
# Change the following to the base directory of this file
RewriteBase /clickstats/
@hubgit
hubgit / amazon-track-lookup.php
Created August 4, 2010 14:27
fetch item details and track listing from Amazon for an ASIN
<?php
// documentation: http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=19
ini_set('arg_separator.output', '&'); // for http_build_query
class Amazon {
// Fill these in; the associate tag is optional
public $key = ''; // https://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key
public $secret = ''; // https://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key