Skip to content

Instantly share code, notes, and snippets.

View darkflare's full-sized avatar
🎯
Focusing

darkflare

🎯
Focusing
View GitHub Profile
@rewbs
rewbs / parseq_blank.json
Created February 11, 2023 01:24
Blank Parseq document
{
"meta": {
"docName": "Blank Slate"
},
"prompts": {
"positive": "",
"negative": ""
},
"options": {
"input_fps": "",
Disco Flow Notebook
0: ["Botanical Gardens oil on canvas"],
130: ["Yggdrasil oil on canvas by Tobias Roetschvector art oil on canvas by Karla Knight"],
166: ["Yggdrasil oil on canvas by Tobias Roetsch"],
196: ["psychedelic hall of mirrors by johfra bosschart"],
217: ["360 degree photo sphere space architecture robot"],
243: ["psychedelic hall of mirrors by Philip Kirkland"],
272: ["psychedelic hall of mirrors by alex grey"],
298: ["eye oil on canvas by agnes lawrence pelton"],
@lxe
lxe / README.md
Last active December 28, 2023 15:26
Disco Diffusion Tips
@endurtech
endurtech / wordpress-permissions-fixer.php
Last active September 12, 2023 23:22
Simple php script sets correct directory and file permissions on WordPress and others. Directories are 755, files are 644, .htaccess and wp-config.php is 444.
<?php
/*
** Plugin Name: WordPress Permissions Fixer
** Plugin URI: https://endurtech.com/how-to-fix-wordpress-file-and-folder-permissions/
** Description: Simple php script sets correct directory and file permissions on WordPress and others. Directories are 755, files are 644, wp-config.php is 444.
** Author: Manuel Rodrigues
** Author URI: https://endurtech.com
** Version: 1.1
** Tags: wordpress, php, script, directory, directories, file, files, wp-config.php, chmod, fix
** License: GPL-2.0+