Divooka Platform API Documentation

General purpose visual programming · Search contents on the side bar

CSProlog

Retrieves the argument value of a term

CorePackage

Base abstraction for Pure libraries and provides essential information.

Divooka.AIAssistant

No summary.

Divooka.Calculator

A simple calculator utility.

Divooka.Calculator.zh

A simple calculator utility.

Divooka.Core

Get the root folder of the Parcel NExT distribution.

Divooka.CoreEngine

Provides formal definition for front-end implemented nodes, e.g. literals, etc.

Divooka.DSL.Email

No summary.

Divooka.DSL.HTTPRequest

Some one-shot operations.

Divooka.DSL.HTTPRequest.zh

返回请求的元素,类型为字符串(如果未找到,则返回 null)。 对于字符串类型的 JSON 值,直接返回该字符串。 对于其他类型(对象/数组/数字/布尔),我们返回它们的 JSON 文本。

Divooka.DSL.ImageGeneration.Services

No summary.

Divooka.DSL.ImageGeneration.Services.zh

提供使用 DALL·E 3 生成图像的方法。

Divooka.DSL.ImageProcessing

Converts an SKImage (from SkiaSharp) directly into a Divooka.Types.Image.

Divooka.DSL.ImageProcessing.zh

Deals with file format conversion on the file level (file system level operations)

Divooka.DSL.Markdown

No summary.

Divooka.DSL.Plotting

No summary.

Divooka.DSL.Plotting.zh

No summary.

Divooka.DSL.Prolog

Main Divooka-facing interface.

Divooka.DataAnalytics.ko

No summary.

Divooka.DataAnalytics

Provides statistics related functions.

Divooka.DataAnalytics.zh

No summary.

Divooka.DataGrid.Database

Provides methods to interact with ODBC databases.

Divooka.DataGrid.Database.zh

在选定的数据网格上执行 SQL 查询。 表名使用 @Table1...N 参数化。

Divooka.DataGrid.InMemoryDB

A SQL-like interface combining DataGrid and InMemoryDB usages, providing quick one-shot use high-level operations that's similar to SQL and is based on SQL.

Divooka.DataGrid.Services

No summary.

Divooka.Database.LiteDB

No summary.

Divooka.Database.ODBC

An Divooka style API with explicit configuration for all methods and returns

Divooka.Database.PostgreSQL

No summary.

Divooka.Database.SQLite

Static façade for common SQLite tasks – loosely patterned on PostgreSQLHelper.

Divooka.FileFormats.Excel

Reads and writes from and to Excel in the form of Data grid

Divooka.FileFormats.PDF

Provides a declarative constructive PDF builder. TODO: At the moment this is developed as is; In the future, we should gradually consolidate with Parcel.DocumentModel

Divooka.FileFormats.PDF.zh

提供一个声明式的构建PDF工具。 TODO: 目前这是正在开发的状态;未来,我们应逐步与Parcel.DocumentModel整合。

Divooka.Framework.ResourceManager

A Zip backed resource manager.

Divooka.Framework

Choose input based on matching value. The matching values are that of the switching object (notice those can be of varying types as well), while the output value can be anything depending on available options.

Divooka.Generators

A random generator, not just for numbers.

Divooka.HTTPServer

Zora's low-evel encapsulation of Kestrel, providing wide variety of usages.

Divooka.Infrastructure.DevelopmentWebServer

Shown in default template as page title

Divooka.Interface.DatabaseAccessor

No summary.

Divooka.Interface.Serialization

Declares a parameter constructor class that can be serialized from and into bytes[].

Divooka.LLM.VectorEmbedding

Represents an object that contains a vector representation.

Divooka.Logging

A logger that can simultanously write to file and standard output.

Divooka.Matrix

Main definition of the Matrix type

Divooka.Matrix.zh

Main definition of the Matrix type

Divooka.Multimedia.Image

Parcel-native standard color representation, used mostly by dependent packages (aka. not directly in Parcel.Image) TODO: Move this type to CoreEngine.

Divooka.Multimedia.Types

Fixed radius spherical geographc coordinate

Divooka.Onnx

A simple interface to YoLoV2 (Tiny) for object detection in image. Requires model file. Currently implementation works only on Windows but should be easy to change with SkiaSharp.

Divooka.Onnx.zh

一个用于图像中物体检测的 YoLoV2 (Tiny) 简单接口。 需要模型文件。目前的实现仅在 Windows 上工作,但应该容易通过 SkiaSharp 进行更改。

Divooka.Pipeline

Library main exposed interface.

Divooka.Platform.DynamicLinq

No summary.

Divooka.Platform

Search keywords in a list of files

Divooka.RealtimeApplication

No summary.

Divooka.SVG

Provides a procedural SVG creation. This targets SVG DOM, and can be rendered either as (exported) SVG or directly using SkiaSharp.

Divooka.Services.AIServices

No summary.

Divooka.Services.AIServices.zh

ChatGPT的API

Divooka.Services.DigitalOcean

A response for the "List all Droplets" API call.

Divooka.Services.FinancialDataService

Single-name single-column numerical history data. Offers API for accessing https://github.com/Charles-Zhang-Investment/HistoryDataService in different flavours: timeseries (`(DateTime, double)` tuple arrays), CSV (text) (which can be converted to DataGrid manually), and strongly typed objects. APIs are provided at two levels: Named (entity as node), and not named (with string identifier).

Divooka.Services.GoogleSheets

Prerequisites 1. Create a Project on Google Cloud Console: - Visit Google Cloud Console. - Create a new project. - Enable the Google Sheets API for your project. - Go to Credentials and create a Service Account Key. - Download the JSON key file and save it securely. 2. Share the Google Sheet: - Share the Google Sheet with the email address found in the downloaded service account JSON (client_email field).

Divooka.Unofficial.Services

A search API powered by Brave.

Divooka.Web.Dashboard

Divooka.WebpageRenderer

Control that renders an HTML iframe element with its own content and styling

Oista.Capabilities

A main function for the assembly, doesn't do anything. Don't use.

Oista.Core

Provides a chance for capabilities to start additional services. The framework will automatically call this in secondary threads.

Oista

Enables the server to host static files.

Parcel.CoreEngine.Service

Ama stated execution engine

Parcel.CoreEngine.Service.zh

Ama stated execution engine

Parcel.CoreEngine.zh

Provides formal definition for front-end implemented nodes, e.g. literals, etc.

Parcel.NExT.Interpreter

A code analyzer that studies the flow of a C# program and generates corresponding Zora Node descriptions. Useful for converting C# script into Zora nodes both in production settings and for quickly generating Zora program examples. This handles simple codes, and uses intermediate data structures to hold analysis results, for more comprehensive analysis, we should provide another analyzer that performs code analysis directly and converts to ZoraGraph directly.

Parcel.NExT.Python

Contains standard distribution constants for the Zora Python runtime.

Parcel.NExT.Python.zh

包含用于 Zora Python 运行时的标准分发常量。

Parcel.VideoEditing

Implements video editing using FFMpegCore

ParcelNExT.SlidePresent

Represents video or image

ParcelNExT.SlidePresent.zh

表示视频或图像

ProjectNine.Services.FictionalUniverseDatabase

Some user-facing utilities

System.Private.CoreLib

Native hosting entry point for creating a native delegate

System.Private.CoreLib.zh

Native hosting entry point for creating a native delegate

System.Runtime

Gets the value at the specified position in the one-dimensional . The index is specified as a 32-bit integer.

System.Runtime.zh

Provides a base class for Win32 critical handle implementations in which the value of -1 indicates an invalid handle.

System.Text.RegularExpressions

Represents the results from a single successful subexpression capture.

System.Text.RegularExpressions.zh

Represents the results from a single successful subexpression capture.

TheMatrix.Core

A Vector-like construct