Skip to content

Instantly share code, notes, and snippets.

View Tazi0's full-sized avatar
👏
It works

Tazio Tazi0

👏
It works
View GitHub Profile
@Tazi0
Tazi0 / desc.md
Last active August 10, 2021 14:55
JavaScript automatic spine in SVG

This is a automatic spine creator in SVG data. The point of this file is to create automatic "sub channels" desplayed in a neat arrow down Here is a comparacing between 2 spines

  1. spine(100, 100, 4, 45)
  2. spine(200, 100, 4, 30)

a slight increase or decrease may resolve into drastic changes.

@Tazi0
Tazi0 / phpsecure.php
Created April 27, 2021 17:37
PHP SQL Security
<?php
// *
// * Created by Tazio
// * Copyright to Tazio de Bruin
// * 2021
// *
class PHPSecure {
public function __construct($defaultWhere = "OR") {