javascript:var ccUserAvatar,ccCollection,ccIsVisible,ccActiveConversation,ccDesktopBucket,ccEndCheckTimer,ccObserverList,ccObserverDocument,ccListEl,ccSearchLast,ccDirtyBuckets,ccActiveCount,ccWarnedDuration,ccWarnedStructure,ccQuotaFailing,ccLastAutoExport,ccMeterTick,ccPanelMoved,ccStatusLineEl,ccStatusPreviewEl,CC_SELECTORS={captionList:"[data-tid='closed-caption-v2-virtual-list-content']",captionItem:".fui-ChatMessageCompact",captionIdHost:"[data-tid='closed-captions-v2-items-renderer']",captionIdAttr:"data-lpc-hover-target-id",author:"[data-tid='author']",text:"[data-tid='closed-caption-text']",callDuration:"[data-tid='call-duration']",userAvatar:"[data-tid='me-control-avatar-trigger']",callMonitorTitle:"[data-tid='call-monitor-title-style-container']"},CC_STORAGE_PREFIX="ccCaptureStore:",CC_STORAGE_CAP=5242880,CC_AUTOEXPORT_COOLDOWN=3e5,CC_LOG_MAX_LINES=200;function ccFormatTime(e){var t=new Date(e),c=function(e){return String(e).padStart(2,"0")};return t.getFullYear()+"-"+c(t.getMonth()+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 | |
| // Run this script in CLI mode, e.g: php parse_pdf.php full_path_to_input_file.txt | |
| $time_start = microtime(true); | |
| $input_file = $argv[1]; | |
| $handle_input = fopen($input_file, "r"); | |
| $handle_output = fopen($input_file . ".csv", "w+"); |
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
| <!-- The below code is licensed under the terms of the MIT license. Copyright (c) Viet Nguyen --> | |
| <!DOCTYPE HTML> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
| <title>Convert external link in Excel file to human-readable format</title> | |
| <style> | |
| div.container | |
| { | |
| display: table; |
This will guide you on installing AUTOMATIC1111/stable-diffusion-webui on Termux (Android) + PRoot Distro. Make sure that you have a high-end phone to actually make this usable. On my phone with 8GB RAM, launch the webui alone take at least ~ 2 GB RAM, thus making it impossible to load any model and process further.
First you have to install Termux and install PRoot. Then install and login to Ubuntu in PRoot
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 | |
| /** | |
| * PHP Character Map Generator | |
| * | |
| * Generates a character map contains selected characters in a TrueType font | |
| * to an image. Require PHP 5 or higher with GD extension enabled | |
| * | |
| * Example: | |
| * <code> | |
| * <?php |