This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <title>Kitten Corner</title> | |
| <meta charset="utf-8"> | |
| <meta name="description" content="Kitten Corner has a bunch of lovely cat pictures ready for you!"> | |
| <meta name="viewport" content="width=device-width"> | |
| <style> | |
| body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:dlna="urn:schemas-dlna-org:device-1-0"> | |
| <specVersion> | |
| <major>1</major> | |
| <minor>0</minor> | |
| </specVersion> | |
| <device> | |
| <dlna:X_DLNADOC>DMR-1.50</dlna:X_DLNADOC> | |
| <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType> | |
| <friendlyName>YoloCast</friendlyName> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if( !empty( $_POST ) ) { | |
| die( "data: " . $_POST["msg"] ); | |
| } | |
| ?> | |
| <form method="post"> | |
| <button type="button">Go</button> | |
| </form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const patterns = [ | |
| /* | |
| '/path/yolo.png', | |
| '/path', | |
| '/something', | |
| '/path/hello.png$', | |
| '/path/hello$', | |
| '/a*bc' | |
| */ | |
| '/a*a' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: JSON-LDfy | |
| Plugin URI: https://www.google.com | |
| Description: Add JSON-LD based on some post data | |
| Version: 1.0 | |
| Author: Martin Splitt | |
| Author URI: https://www.google.com | |
| License: GPL2 | |
| License URI: https://www.gnu.org/licenses/gpl-2.0.html |
OlderNewer