git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
import sys | |
import itertools | |
from z3 import * | |
# | |
# Original puzzle | |
# | |
''' | |
Five friends have their gardens next to one another, where they grow three kinds of crops: |
from pydub import AudioSegment | |
from PyQt5 import QtCore, QtWidgets | |
from PyQt5.QtMultimedia import * | |
import matplotlib.pyplot as plt | |
import matplotlib.animation as animation | |
import numpy as np | |
import sys | |
import time | |
import math |
/* Lorenz system animation | |
* $ cc -Ofast lorenz.c -lm | |
* $ ./a.out | mpv --no-correct-pts --fps=60 --fs - | |
* $ ./a.out | x264 --fps 60 --frames 3600 -o lorenz.mp4 /dev/stdin | |
* This is free and unencumbered software released into the public domain. | |
* Ref: https://nullprogram.com/blog/2017/11/03/ | |
* Ref: https://nullprogram.com/blog/2018/02/15/ | |
*/ | |
#include <math.h> | |
#include <stdio.h> |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |