All public logs

Jump to navigation Jump to search

Combined display of all available logs of LemonWiki共筆. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)
  • 14:33, 29 April 2024 Planetoid talk contribs created page Run LLMs locally (Created page with "Run LLMs (Large language model) locally == List of LLMs software == [https://ollama.com/ Ollama]<ref>[https://blog.miniasp.com/post/2024/03/04/Useful-tool-Ollama 介紹好用工具:Ollama 快速在本地啟動並執行大型語言模型 | The Will Will Web]</ref> * Docker support: Available<ref>[https://ollama.com/blog/ollama-is-now-available-as-an-official-docker-image Ollama is now available as an official Docker image · Ollama Blog]</ref> {{Gd}} * Supported OS: {{...")
  • 11:07, 20 April 2024 Planetoid talk contribs created page Thinking method (Created page with "思考方法 (Thinking method)、分析框架和工具 == 思考方法 == * [https://zh.wikipedia.org/zh-tw/%E8%85%A6%E5%8A%9B%E6%BF%80%E7%9B%AA%E6%B3%95 腦力激盪法] (Brainstorming) * [https://zh.wikipedia.org/zh-tw/%E5%A5%94%E9%A6%B3%E6%B3%95 奔馳法] (SCAMPER) * 曼陀羅思考法 (Mandala Chart):詳 [http://acadeck.com/?p=533 曼陀羅思考法(Mandala Chart), Design Thinking | Acadeck] * ORID 焦點討論法:詳 [https://www.cheers.com.tw/article/article....")
  • 11:33, 18 April 2024 Planetoid talk contribs created page Computing society (Created page with "{{Template:Draft}} * [https://www.acs.org.au/ ACS - The Professional Association for Australia's ICT sector] * [https://www.computer.org/ IEEE Computer Society] * [https://www.bcs.org/ BCS, The Chartered Institute for IT | BCS] * [https://www.acm.org/ Association for Computing Machinery] Category:Community Category:Programming")
  • 22:18, 18 March 2024 Planetoid talk contribs created page WordPress website security scanner in Mandarin (Created page with "免費 WordPress 網站安全掃描服務或工具 {{LanguageSwitcher | content = EN, 漢字 }} __TOC__ == WordPress 網站安全線上掃描服務 == {{Gd}} [https://wprecon.com/ WordPress 重組和安全測試 | wprecon.com - 在線上 WordPress 測試工具,用於發現與安全相關的資訊和配置問題。] (替代服務:[https://hackertarget.com/wordpress-securit...")
  • 15:15, 18 March 2024 Planetoid talk contribs created page Troubleshooting of curl errors in Mandarin (Created page with "[https://curl.haxx.se/ cUrl] 是在命令行或腳本中用來傳輸資料的工具。(來源:[https://curl.haxx.se/ cUrl 官網])(替代函式庫:(1) PHP 原生的 [https://www.php.net/manual/en/book.curl.php Client URL Library] (2) [https://packagist.org/packages/curl/curl PHP 的 cURL 類別] (3) [https://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/objectstorage/installing_cURL/installing_cURL_on_Cygwin_on_Windows.html 在 Windows 上透過 Cygwin...")
  • 17:36, 6 March 2024 Planetoid talk contribs created page Speed up websites (Created page with " == Image part == Compression tools to reduce the file size of images * [https://tinypng.com/ TinyPNG – Compress WebP, PNG and JPEG images intelligently] == JavaScript part == Compression tools to reduce the file size of javascript * [http://jscompress.com/ Minify Javascript Online / Online JavaScript Packer]<ref>[https://www.minwt.com/webdesign-dev/html/18639.html JSCompress線上JS壓縮器,一鍵將多隻JS合併並壓縮|梅問題.教學網]</ref> * [https://p...")
  • 10:22, 4 March 2024 Planetoid talk contribs created page A simple bat file template (Created page with "A simple bat file template <pre> @ECHO OFF SETLOCAL EnableExtensions SET MY_DATETIME=%DATE%-%TIME% SET MY_FILENAME=%~n0 TITLE %MY_FILENAME% - %MY_DATETIME% REM Example script operations ECHO Starting script operations... REM Example of logging SET LOGFILE=%~dp0\%MY_FILENAME%.log ECHO [%MY_DATETIME%] Starting operations > "%LOGFILE%" REM Your actual script here ECHO This is where your actual script code would go >> "%LOGFILE%" REM Check for an error in your script i...") Tags: Mobile edit Mobile web edit
  • 15:56, 26 February 2024 Planetoid talk contribs created page Extract title from webpage (Created page with " How to extract title from webpage == Extract title using IMPORTXML in google spreadsheets == === Suggest approach === {{kbd | key=<nowiki>=IMPORTXML(A1, "//head/title")</nowiki>}} Purpose: This formula specifically searches for the <title> tag within the web page's <head> section and imports its content. This is the most direct and precise method to obtain the web page's title, as the standard HTML structure places the <title> tag inside the <head> tag. === Other a...") Tags: Mobile edit Mobile web edit
  • 16:29, 21 February 2024 Planetoid talk contribs moved page Wordpress website security scanner to WordPress website security scanner Tags: Mobile edit Mobile web edit
  • 14:51, 21 February 2024 Planetoid talk contribs created page Wordpress website security scanner (Created page with "Free WordPress website security scanner __TOC__ == List of WordPress website security online scanner == {{Gd}} [https://wprecon.com/ WordPress Recon and Security Testing | wprecon.com – Online WordPress Testing Tool to discover security related information and configuration issues.] (alternative service: [https://hackertarget.com/wordpress-security-scan/ WordPress Security Scan | HackerTarget.com]) * Check version of WordPress Site * Check the plugins & themes of Wor...") Tags: Mobile edit Mobile web edit
  • 09:44, 20 February 2024 Planetoid talk contribs created page Two factor authentication applications (Created page with "[https://en.wikipedia.org/wiki/Multi-factor_authentication Multi-factor authentication - Wikipedia] == List of Two-factor authentication applications == [https://authy.com/download/ Download - Authy] * Mobile support: Android, iOS * Desktop support: [https://help.twilio.com/articles/19753631228315 Business customer guide: End of Life (EOL) for use of Authy API with Twilio Authy Desktop apps - Twilio Help Center] {{exclaim}} [https://authenticator.cc/ Authenticator E...") Tags: Mobile edit Mobile web edit
  • 10:44, 19 February 2024 Planetoid talk contribs created page Video to text (Created page with "Convert video to text 影片轉文字、逐字稿 {{Template:Draft}} $ Downie + MacWhisper on {{Mac}} * Using [https://setapp.com/apps/downie Downie] to download the YouTube video * Import YouTube video into MacWhisper [https://memo.ac/ Memo AI | AI-powered transcription. Convert your audio & video files to text.] * Category: Tool") Tags: Mobile edit Mobile web edit
  • 18:30, 17 February 2024 Planetoid talk contribs created page Adding characters to document lines (Created page with " == 將每行文字的行頭加上逗號符號 == 使用 [https://notepad-plus-plus.org/downloads/ notepad++] 軟體 # 選單: 尋找 -> 取代 # 搜尋模式: 勾選「用類型表示」 ## 尋找目標: {{kbd | key=(.*)}} 或者是 {{kbd | key=^(.*)$}} ## 取代成: {{kbd | key=,\1}} 或者是 {{kbd | key=,$1}}。 == 將每行文字的行頭加上短破折號 == 使用 [https://www.sublimetext.com/ Sublime Text] 軟體 # 選單: 尋找 -> 取代 # 搜尋模式: 勾選...") Tags: Mobile edit Mobile web edit
  • 13:47, 16 February 2024 Planetoid talk contribs moved page Alternative Linux commands to Linux commands Tags: Mobile edit Mobile web edit
  • 16:55, 14 February 2024 Planetoid talk contribs created page Text to presentation (Created page with "Creates a presentation (MS PowerPoint) file from the text description. {{Template:Generative AI Tool}} {{LanguageSwitcher | content = EN, 漢字 }} == List of Text to presentation solutions == Using Google Gemini + Gamma <ref>[https://www.youtube.com/watch?v=01rWUel_ySg AI 做簡報又更簡單了!只輸入網址,Bard 就整理好線上論文?5分鐘完成 PPT!ChatGPT 竟做不到...|Google...") Tags: Mobile edit Mobile web edit
  • 16:51, 14 February 2024 Planetoid talk contribs created page Text to presentation in Mandarin (Created page with "根據列表文字建立簡報 {{Template:Generative AI Tool in Mandarin}} {{LanguageSwitcher | content = EN, 漢字 }} == AI 文字轉成簡報的方案列表 == 在 Google Gemini + Gamma <ref>[https://www.youtube.com/watch?v=01rWUel_ySg AI 做簡報又更簡單了!只輸入網址,Bard 就整理好線上論文?5分鐘完成 PPT!ChatGPT 竟做不到...|Google Bard|泛科學院 - YouTube]</r...") Tags: Mobile edit Mobile web edit
  • 12:32, 12 February 2024 Planetoid talk contribs created page RSS to HTML (Created page with "Embed RSS entries to HTML page [https://www.rssfeedwidget.com/ RSS Feed Widget] * Wok on RSS standard not [https://en.wikipedia.org/wiki/Atom_(web_standard) ATOM standard] {{Exclaim}} * [https://rss.bloople.net/ RSS 2 HTML] Category:Tool") Tags: Mobile edit Mobile web edit
  • 15:26, 4 February 2024 Planetoid talk contribs created page Category:Pages using DynamicPageList3 parser tag (Created page with "-") Tags: Mobile edit Mobile web edit
  • 23:28, 1 February 2024 Planetoid talk contribs moved page Template:Generative AI Tool in Madarian to Template:Generative AI Tool in Mandarin
  • 23:26, 1 February 2024 Planetoid talk contribs moved page Sleep in Madarian to Sleep in Mandarin
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)