Skip to content

Instantly share code, notes, and snippets.

View RuchirChawdhry's full-sized avatar
🇨🇦

Ruchir Chawdhry RuchirChawdhry

🇨🇦
View GitHub Profile
0815.ru
0wnd.net
0wnd.org
10minutemail.co.za
10minutemail.com
123-m.com
1fsdfdsfsdf.tk
1pad.de
20minutemail.com
21cn.com
Graphics card compatibility for Final Cut Pro X, Motion 5, and Compressor 4
Learn which built-in and aftermarket graphics cards work with Final Cut Pro X, Motion 5, and Compressor 4.
Graphics card requirements
Final Cut Pro X, Motion 5, and Compressor 4 require a graphics card that supports Metal, an Apple technology that lets the system and apps efficiently tap into the capabilities of today’s graphics processors (GPUs). If you're editing 4K video, using 3D titles, or editing 360º video, 1GB of VRAM is recommended.
Supported aftermarket graphics cards
The following aftermarket graphics cards support Metal in macOS Mojave and later:
Rank Type Prefix/Suffix Length
1 Prefix my+ 2
2 Suffix +online 6
3 Prefix the+ 3
4 Suffix +web 3
5 Suffix +media 5
6 Prefix web+ 3
7 Suffix +world 5
8 Suffix +net 3
9 Prefix go+ 2
@sreevardhanreddi
sreevardhanreddi / concurrency_blog.md
Last active June 14, 2020 02:43
Python concurrency blog

Concurrency in Python

Concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in a partial order, without affecting the final outcome. This allows for parallel execution of the concurrent units, which can significantly improve the overall speed of the execution.

Let's look at an example code, which is not concurrent.

import requests
@darshitvvora
darshitvvora / nginx.txt
Created April 20, 2020 09:57
Deploy sample node app on nginx
# Node.js Deployment
> Steps to deploy a Node.js app to DigitalOcean/Linode using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
## 1. Sign up for Digital Ocean/Linode
## 2. Create a droplet and log in via ssh
I will be using the root user, but would suggest creating a new user
@mangecoeur
mangecoeur / jhub-the-hard-way.md
Created November 5, 2019 16:19
Install Jupyterhub and Jupyterlab The Hard Way

Install Jupyterhub and Jupyterlab The Hard Way

The combination of Jupyterhub and Jupyterlab is a great way to make shared computing resources available to group.

These instruction are a guide for a manual, 'bare metal' install of Jupyterhub and Jupyterlab. This is ideal for running on a single server: build a beast of a machine and share it within your lab, or use a virtual machine from any VPS or cloud provider.

This guide has similar goals to that of The Littlest Jupyerhub setup

@varenc
varenc / audacity.rb
Last active February 8, 2021 09:40
Unofficial Hombrew Cask for Audacity 2.3.2 (recent 64-bit version). Get around Fosshub's limitations
# Unofficial Hombrew Cask for Audacity 2.3.2 (recent 64-bit version)
# Made entirely for fun and to demonstrate how to get around fosshub's limitations.
# Problem: Audacity's binary is hosted on fosshub and they don't provide a fixed url! The seems to intentionally try to prevent "hot-linking".
# Solution: Make a request to fosshub's special XHR endpoint to get the signed download url. Then just pass that URL to Homebrew
require 'net/http'
require 'json'
require 'uri'
@yassineaboukir
yassineaboukir / List of API endpoints & objects
Last active June 27, 2024 08:28
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@paulera
paulera / Scrum Guide Summary.md
Last active February 2, 2024 15:53
A summary of the Scrum Guide to assist studying.

❌✋ Stop!

This summary is outdated!

It was written based on the 2017 version of the Scrum Guide and is pending update to reflect what is in the 2020 versions.


Scrum Guide summary

This is a compilation (aka: my study notes) of key points taken from the Scrum Guide by Jeff Sutherland and Ken Schwaber. The sections below are organised the same ways as in the guide.

Vultr Documents Index: [Programming - CentOS]

Vultr provides plenty documents, there are more than 1,000 articles under 47 topics, each has an amount range from a dozen to hundreds (with overlapping). If you want to deploy some service or debug some problems, it's convenient and reliable to refer to the official documentation.

In order to facilitate the retrieval of the required documents, I spent some time to reorganize them into some subjects according to the topic-subtopic related, and append the excerpt with the title, I hope you find this work helpful.

Programming / 20 docs in this article.