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
| /* | |
| This is a Tiddly Wiki https://tiddlywiki.com/ widget. | |
| Tested with v5.4.0 and TiddlyWikiWatcher https://github.com/MircoBabin/TiddlyWikiWatcher v2.5. | |
| transcludeTid version: 1.0 | |
| Usage: | |
| <$transcludeTid $url="./my-tids/saved.tid" /> | |
| This widget transcludes (embeds) the relative TID url/file "./my-tids/saved.tid". |
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
| ^ This RFC is rendered obsolete by the accepted [[https://wiki.php.net/rfc/deprecate-return-value-from-construct|PHP RFC: Deprecate returning values from __construct() and __destruct()]]. ^ | |
| ====== PHP RFC: The constructor must not return a value ====== | |
| * Version: 1.4 | |
| * Date: 2026-03-06 | |
| * Author: Mirco Babin, <mirco.babin@gmail.com> | |
| * Status: Rejected by the author | |
| * Implementation: None | |
| ===== RFC is rejected by the author ===== |
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 | |
| /* | |
| PhpWinKeyboard - MIT license - v1.0 - 2025-12-31 | |
| ------------------------------------------------ | |
| Copyright (c) 2025 Mirco Babin | |
| Permission is hereby granted, free of charge, to any person | |
| obtaining a copy of this software and associated documentation |
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
| @echo off | |
| setlocal | |
| rem SvgToWindowsExecutableIcon.bat | |
| rem Windows/OS used: Windows/11 | |
| rem ---------------------------------------------------- | |
| rem | |
| rem Version 1.1 - released on friday 21 march 2025 | |
| rem | |
| rem ---------------------------------------------------- |
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 | |
| /* | |
| MIT license | |
| Copyright (c) 2022 Mirco Babin | |
| Permission is hereby granted, free of charge, to any person | |
| obtaining a copy of this software and associated documentation | |
| files (the "Software"), to deal in the Software without | |
| restriction, including without limitation the rights to use, | |
| copy, modify, merge, publish, distribute, sublicense, and/or sell |
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 | |
| /* | |
| MIT license | |
| Copyright (c) 2022 Mirco Babin | |
| Permission is hereby granted, free of charge, to any person | |
| obtaining a copy of this software and associated documentation | |
| files (the "Software"), to deal in the Software without | |
| restriction, including without limitation the rights to use, |
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"> | |
| <title>IIS web.config to Apache .htaccess rule translator</title> | |
| <style> | |
| #xmldoc { | |
| width: 100%; | |
| height: 200px; |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| namespace peheader | |
| { | |
| //https://gist.github.com/caioproiete/b51f29f74f5f5b2c59c39e47a8afc3a3 |