Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

425 total results found

Unit Test

Python

單元測試 目的:以隔離主程式的方式,對自訂的函式(function)與方法(method),提供指定的輸入參數與期待的輸出結果,以驗證相關程式碼是否有瑕疵或錯誤。 方法:撰寫額外的測試用程式碼,並使用任一個單元測試模組,例如 unittest, Pytest 或類似用途的其他模組。  自動化:整合 CI/CD 做到全自動化程式碼單元測試 Pytest YT: How To Write Unit Tests in Python • Pytest Tutorial - YouTube uni...

OpenLLM

Gen AI LLM Engine

OpenLLM helps developers run any open-source LLMs, such as Llama 2 and Mistral, as OpenAI-compatible API endpoints, locally and in the cloud, optimized for serving throughput and production deployment. GitHub: https://github.com/bentoml/OpenLLM  CoLab: htt...

Jupyter Notebook

Gen AI

Installation With pip pip install notebook Python Virtual Environment With Python Venv mkdir my-rag cd my-rag python -m venv .venv source .venv/bin/activate (my-rag)> pip install --upgrade pip (my-rag)> pip install notebook (my-rag)> jupyter noteboo...

LangChain

Gen AI

LangChain 是一個旨在為開發者提供一套工具和程式介接,以便更容易、更有效地利用大型語言模型(LLM)的開源開發框架,專注於情境感知和推理。它包含多個組件,如 Python 和 JavaScript 的函式庫、快速部署的模板、用於開發REST API的 LangServe,以及用於除錯和監控的 LangSmith。LangChain 簡化了開發、生產和部署過程,提供與語言模型互動、執行檢索策略和輔助建立複雜應用架構的工具。 Introduction | 🦜️🔗 LangChain LangChain是...

Finance AI

Gen AI

OpenBB Investment research made easy with AI. Investment Research | OpenBB GitHub: openbb-agents GitHub: OpenBB Platform StockBot GitHub: https://github.com/bklieger-groq/stockbot-on-groq  FinGPT AI4Finance-Foundation.org - FinGPT, FinRobot, ...

Bechmark

Gen AI LLM Engine

Benchmark for LLM engines bench.py ollama 支持并发之后和 vllm 相比性能如何?我们测测看_ollama vllm-CSDN博客 YT: ollama vs vllm - 开启并发之后的 ollama 和 vllm 相比怎么样? - YouTube import aiohttp import asyncio import time from tqdm import tqdm import random questions = [ ...

Predictive Dialer

Asterisk

自動語音撥號系統 應用案例: (掛號)預約提醒語音通知 帳單催繳語音通知 行銷電話預撥 CRM 系統整合電話撥號 商用方案 ICTBroadcast   試用:需另外申請最多 50 channels 的試用授權 (不確定使用期限與功能的限制)  系統需求:系統已內建 Asterisk 網路電話核心服務。 WombatDialer   試用:預裝已有提供 2 channel 的測試授權 (不確定使用期限與功能的限制) 系統需求:系統沒有包含 Asterisk 網路電...

Semantic Kernel

Gen AI

Semantic Kernel 是一款由微軟開放的輕量級的 AI 開發套件(框架),可讓您輕鬆建立 AI 代理,並將最新的 AI 模型整合到您的 C#、Python 或 Java 程式碼庫中。它可作為有效率的中介軟體,讓您快速交付企業級解決方案。 微軟教學: Introduction to Semantic Kernel | Microsoft Learn [Video][英文] 在 .NET 即時上 - 超越點選:釋放 Microsoft 語意核心的強大功能 GitHub: https://githu...

chan_mobile

Asterisk

Set Up Bluetooth on Linux 以 Gempro Wireless VoIP Gateway 為例 Install packages # For RedHat yum install bluez bluez-tools # For Debian/Ubuntu apt-get install bluetooth bluez Service bluetooth # For RedHat systemctl restart bluetooth systemctl status ...

Ring Strategies

Asterisk

Tutorials Ring Group and Follow-Me Ring Strategies (1 of 2) | FreePBX - Let Freedom Ring Ring Group and Follow-Me Ring Strategies (2 of 2) | FreePBX - Let Freedom Ring Ring Groups Module User Guide - PBX GUI - Sangoma Documentation (atlassian.net)

VitalPBX

Asterisk

VitalPBX is a unified communications PBX system based on Asterisk and Linux (Debian 11). VitalPBX provides a robust and scalable platform, which will allow you to manage your PBX in an easy and intuitive way. 需要購買 Starter License 才會有全功能及無限制分機。授權是一次性費用。 Vit...

Suricata

Cybersecurity

Introduction Suricata is a high performance, open source network analysis and threat detection software used by most private and public organizations, and embedded by major vendors to protect their assets. Suricata is far more than an IDS/IPS. Home - Suri...

Snort

Cybersecurity

Introduction Snort is the foremost Open Source Intrusion Prevention System (IPS) in the world. Snort IPS uses a series of rules that help define malicious network activity and uses those rules to find packets that match against them and generates alerts for u...

Cybersecurity

Learning English

Social media is a great way to connect to other security professionals in the industry 社交媒體是與業界其他安全專業人員聯繫的絕佳方式 By staying informed about security trends, you can more effectively identify and develop remediation strategies to address a wide range of securit...

VirusTotal

Cybersecurity

Analyse suspicious files, domains, IPs and URLs to detect malware and other breaches, automatically share them with the security community. URL: https://www.virustotal.com/  Analyze the report Detection: This tab provides a list of third-party security ...

Regular Expression

Python

Basic Regex Character types \w matches with any alphanumeric character, including underline . matches to all characters, including symbols (Wildcard) \d matches to all single digits, 同 [0-9] \D 非數字的字元,同 [^0-9] \s matches to all single space, ...

regex

AIX VM with QEMU

IBM AIX

Introduction What can it be used for? AIX Training and Practice Testing/Developing Environment for AIX Cybersecurity Lab for AIX Running AIX on your laptop for whatever you want to accomplish System/Database Recovery Exercise in compliance with ISO2700...

KVM/QEMU

Virtualization

簡介 QEMU為Fabrice Bellard開發的開源硬體模擬器軟體,支援模擬x86、ARM、SPARC、RISC-V、MIPS各種架構的電腦。 Home: QEMU Installation Ubuntu安裝QEMU/KVM和Virt Manager虛擬機管理員 · Ivon的部落格 (ivonblog.com) How to Install and Use Qemu on Ubuntu (itsfoss.com) EmuGUI + QEMU,Windows系統安裝虛擬機軟體 · Ivon的部落...

Learning

IBM AIX

Tutorials YT: Aix administration - YouTube YT: online AIX training for beginners - YouTube YT: AIX in Focus - YouTube YT: IBM AIX - YouTube Chris's AIX Blog Open Source Packages AIX Open Source Packages

AIX VM with virt-manager

IBM AIX

技巧 AIX系統的虛擬磁碟 hdisk0 ,裝置類型必須是 SCSI 磁碟,並且使用指令先建立 qemu-img create -f  qcow2  hdisk0.qcow2  20G,磁碟大小可自行調整。 修改 xml 檔時,可以在 virt-manager 介面上操作,或者以指令模式替代。指令是 virsh edit <vm-name>。 XML 修改 iso 檔路徑 XML 檔增加第一行 <domain type=....> 與 <qemu:comandline> .... </qemu...