Skip to content

Instantly share code, notes, and snippets.

View ianvatega's full-sized avatar

ian vatega ianvatega

View GitHub Profile
@tylermorganwall
tylermorganwall / submarine_cable_map.R
Last active April 19, 2024 07:36
Submarine Cable Map Dataviz
library(geojsonsf)
library(sf)
library(rayrender)
#Data source: https://github.com/telegeography/www.submarinecablemap.com
cables = geojson_sf("cable-geo.json")
cablescene = list()
counter = 1
for(i in 1:length(cables$geometry)) {
@Quipyowert2
Quipyowert2 / FOSS Alternatives to Adobe's Premiere Pro.md
Created April 28, 2019 01:18
FOSS Alternatives to Adobe's Premiere Pro

Open Source Video Editors:

  1. Blender - I'm not sure if this one counts since it is more of a CAD program than a video editor.

  2. Avidemux:

Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting.

  1. OpenShot:
@mrcodedev
mrcodedev / GridGardenCSSGrid.md
Last active June 15, 2023 18:12
GridGarden CSS GRID Exercises

Grid Garden CSS Grid Exercises

URL: https://cssgridgarden.com/.

Los ejemplos que aquí se muestran, están realizados en un grid de 5x5 con un 20% de anchura.

Regar una zona (posicionar una columna)

Para poner en un elemento (en este caso en el ejemplo lo pone como regar) en una cuadrícula de 5x5, en la tercera columna vertical (3c:1f):

#garden {