Skip to content

Instantly share code, notes, and snippets.

View Messa1's full-sized avatar
🎯
Focusing

Matthias Gmeiner Messa1

🎯
Focusing
View GitHub Profile
@zinkkrysty
zinkkrysty / drawing_tool.js
Last active April 19, 2016 15:40
Drawing tool made with Bonsai.js (http://orbit.bonsaijs.org/)
var myStage;
var startDrag;
var myRect;
//
//Shape abstraction
//
//var RectShape = function(x, y, width, height){
// this.bonsaiRect = new Rect(x, y, width, height);
@seoagentur-hamburg
seoagentur-hamburg / .htaccess
Last active July 15, 2024 10:02
UPDATE 2024/03: Perfect .htaccess file for highspeed and security. You can use it for every WordPress-Website without problems. Highspeed and Security - testet on hundreds of Websites. If you are using a WordPress Multisite, change the last part of this file.
########################################################################
# OPTIMAL .htaccess FILE FOR SPEED AND SECURITY @Version 2.0.9 - 03/2024
# ----------------------------------------------------------------------
# @Author: Andreas Hecht
# @Author URI: https://seoagentur-hamburg.com
# License: GNU General Public License v2 or later
# License URI: http://www.gnu.org/licenses/gpl-2.0.html
########################################################################