原创 c: Analyzing text in window and Ubuntu

  Ubuntu 22.4: /** * @file AnalyzingText.h * @brief Analyzing text * @author geovindu,Geovin Du,塗聚文 (geo

原创 c: Eclipse IDE for Embedded C and C++ Developers - 2023-09 in windows

https://www.eclipse.org/downloads/                                    

原创 c: Eclipse IDE for Embedded C and C++ Developers - 2023-09 in Ubuntu 22.4

   裝之前先把java jdk 17 先安裝上   命令行安裝 sudo apt install openjdk-11-jdksudo apt install openjdk-17-jdk sudo add-apt-repository

原创 python: word covert pdf

  # encoding: utf-8 # 版權所有 2023 ©塗聚文有限公司 # 許可信息查看: word covert pdf # 描述:pip install pywin32 # # pip install PyPDF2

原创 python: Capture Full Webpage Screenshots with Selenium

  browser = webdriver.Firefox()edge=webdriver.Edge()safari=webdriver.Safari()chrome=webdriver.Chrome()  https://pypi.org

原创 c: two-dimensional array

  #include <stdio.h> #include <stdlib.h> #include <assert.h> /** * @brief * * @param arr * @param length * @

原创 c: chain Of Responsibility

  /** * @file chainOfResponsibility.h * @author your name (geovindu) * @brief chain Of Responsibility 職責鏈模式 * @ver

原创 cpp: vs 2022 文件頭註釋插件

下載插件安裝 Doxygen Commentshttps://marketplace.visualstudio.com/items?itemName=FinnGegenmantel.doxygenComments  在工具--選項  進行設

原创 c: thread in windows

    /*****************************************************************//** * \file helloworld.C * \brief 業務操作方法 *

原创 c: thread in Ubuntu 22.04

  /** * @file helloworld.c * @author your name ([email protected]) * @brief thread * @version 0.1 * @date 2023-10-2

原创 javascript: Sorting Algorithms

    /** * file Sort.js * ide:vscode JavaScript Sorting Algorithms * 插件:IntelliSense,JSDoc,CodeLens,Debugger for Chrome

原创 c: thread in Ubuntu

  /** * @file helloworld.c * @author your name (geovindu) * @brief * ide: vscode c11,c17 * @version 0.1 * @date

原创 c: Visitor Pattern

  /** * @file validator.h * @author your name ([email protected]) * @brief 觀察者模式 Visitor Pattern 來源: C現代編程 集成開發環境、設計

原创 javascript: 合併數組

  <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=

原创 c: Queue Calling

 windows: /** * ***************************************************************************** * @file TakeNumb