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="cs"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Kontrolní seznam časosběru</title> | |
| <style> | |
| /* Prusa-inspired and modern color variables */ | |
| :root { | |
| --prusa-red: #E30613; |
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> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Bin <-> Dec</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"> | |
| </head> | |
| <body> | |
| <main class="container"> |
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
| Thingiverse images browser is showing kinda small fixtures... Let's fix it! :) | |
| 1) install Tampermonkey | |
| 2) add new script | |
| 3) paste content from `x-script.js` bellow | |
| 4) ... | |
| 5) profit |
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: SSH Remote Test | |
| */ | |
| add_action( 'admin_init', 'ssh_remote_test', 1 ); | |
| function ssh_remote_test() { |
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
| # Autodetect text files | |
| * text=auto | |
| # Force the following filetypes to have unix eols, so Windows does not break them | |
| *.* text eol=lf | |
| # (binary is a macro for -text -diff) | |
| *.7z binary | |
| *.eot binary | |
| *.eps binary |
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
| imports: | |
| # .... | |
| - { resource: services/session.yml } | |
| framework: | |
| # .... | |
| session: | |
| handler_id: session.handler.memcached |
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 | |
| $changeParameters = [ | |
| "vyrobce" => "Canon", | |
| "garance_tisku" => "5000 stran", | |
| "kompatibilita" => "Canon XYZ" | |
| ]; | |
| $input = "Vysoce kvalitní toner určený pro laserové tiskárny[ [vyrobce]][ s garancí tisku [garance_tisku] při 5% pokrytí][ a kompatibilní s [kompatibilita]]."; | |
| /* | |
| -> typ zapisu vztupního textu: |
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 | |
| function test($m,$p){echo"\033[".($p?"32m✔":"31m✘")." It $m\033[0m\n";!$p&®ister_shutdown_function(function(){die(1);});} |
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 | |
| echo date('Y-m-d H:i:s') . strstr(microtime(true), '.'); |
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 | |
| /** | |
| * This program is free software. It comes without any warranty, to | |
| * the extent permitted by applicable law. You can redistribute it | |
| * and/or modify it under the terms of the Do What The Fuck You Want | |
| * To Public License, Version 2, as published by Sam Hocevar. See | |
| * http://sam.zoy.org/wtfpl/COPYING for more details. | |
| */ | |
| /** |
NewerOlder