One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| __author__ = 'Samuel' | |
| import random | |
| import math | |
| from itertools import combinations | |
| import numpy as np | |
| import pylab as pl | |
| from matplotlib import collections as mc | |
| from math import sin, cos, pi, factorial | |
| import matplotlib.pyplot as plt | 
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Here are the simple steps needed to create a deployment from your local GIT repository to a server based on this in-depth tutorial.
You are developing in a working-copy on your local machine, lets say on the master branch. Most of the time, people would push code to a remote server like github.com or gitlab.com and pull or export it to a production server. Or you use a service like deepl.io to act upon a Web-Hook that's triggered that service.
| <?php | |
| namespace App; | |
| use Carbon\Carbon; | |
| use Illuminate\Database\Eloquent\Model; | |
| class User extends Model | |
| { | |
| /** | 
| // code updates are now there: | |
| // https://github.com/Bleuje/processing-animations-code/blob/main/code/digitsspiral/digitsspiral.pde | |
| // Processing code by Etienne JACOB | |
| // motion blur template by beesandbombs | |
| // needs opensimplexnoise code in another tab | |
| // --> code here : https://gist.github.com/Bleuje/fce86ef35b66c4a2b6a469b27163591e | |
| // See the license information at the end of this file. | |
| // View the rendered result at: https://bleuje.com/gifanimationsite/single/digitsspiral/ | 
| <?php | |
| declare(strict_types=1); | |
| namespace App\Providers; | |
| use App\Models\Agency; | |
| use Carbon\CarbonImmutable; | |
| use Illuminate\Database\Eloquent\Model; | |
| use Illuminate\Support\Facades\Date; |