77 Application(s) results for #objectscript
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

GlobalToJSON-XLA

export an XLarge Global into a JSON object file

Robert Cemper
Docker
IPM
5.0 (1)02 Nov, 2023 281 4

isc-one-liners

useful one line commands for objectscript

Evgeny Shvarov
Docker
IPM
5.0 (2)18 Oct, 2023 743 25

InterSystems Ideas Waiting to be Implemented

AI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.

To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code.

A
by Alex Woodhead

3

Votes

1

Comments
Vote

iris-table-audit

Enabling a full record audit trail

S
Stefan Cronje
Docker
5.0 (1)16 Oct, 2023 333

Object-based-M-N-to-JSON

Sample for object method %JSON.Export for M:N Relationship

Robert Cemper
Docker
IPM
5.0 (1)04 Oct, 2023 166 1

M-N-external-JSON

Export M:N Relationship with JSON using SQL

Robert Cemper
Docker
IPM
5.0 (1)26 Sep, 2023 221 1

Globals-ePy-vs-ISOS

Compare writing Globals in ePy vs. ISOS/COS

Robert Cemper
Docker
IPM
5.0 (1)16 Sep, 2023 391 6

InterJob-communication

Demo of IJC

Robert Cemper
Docker
0.0 (0)16 Sep, 2023 131

helper-for-objectscript-language-extensions

Utility to add customized Language Extensions programmatically

Robert Cemper
Docker
IPM
5.0 (1)16 Sep, 2023 353 18

ObjectScript

The simplest template for the ObjectScript

Evgeny Shvarov
Docker
4.8 (5)21 Jun, 2023 478

PyHelper

Python Interop for invocation, arguments and return types

A
Alex Woodhead
IPM
3.5 (2)23 Apr, 2023 319 2

Sea Battle

The code is an ObjectScript remake of Python example in CodeAcademy

Evgeny Shvarov
Docker
Python
IPM
4.8 (2)09 Oct, 2022 312 6

prodeye-server-side

ProdEye Server Side : an object script package that monitors productions on a server and avails it for prodeye mobile app client

A
Adel Elsayed
0.0 (0)09 Oct, 2022 235

Community objectscriptQuality

ObjectScript code analysis for community projects

D
Daniel
IPM
4.0 (1)08 Sep, 2022 431

CoffeeCo Full Stack Tutorial

IRIS Coffee Company tutorial

R
Raj Singh
Python
3.0 (1)12 Aug, 2022 304

Benchmark time of response for messages in python and objectscript

Benchmark time of response for messages in python and objscript

L
Lucas Enard
3.5 (1)30 May, 2022 179

iris-history-monitor

IRIS History Monitor - For InterSystems IRIS is now available in Package Manager and using IRIS 2019.4 API and WS

Henrique Dias
Docker
IPM
4.2 (3)15 May, 2022 2.1k 106

Log

Simple macros-driven logging system

E
Eduard Lebedyuk
Docker
IPM
4.0 (1)18 Feb, 2022 244 8

aoc-2021-uvg

Advent of code 2021 in objectscript classes

Y
Yuval Golan
Docker
IPM
5.0 (1)06 Jan, 2022 150 12

aoc-objectscript-template

The template repository for Advent of Code 2020 ObjectScript contest

Evgeny Shvarov
Docker
5.0 (1)26 Nov, 2021 751

IRIS Interoperability Message Viewer

A new approach for the Interoperability Message Viewer

Henrique Dias
Docker
IPM
4.6 (4)20 Nov, 2021 1.3k 650

Example Backup Task

Example useful utilites

Sergey Mikhailenko
Docker
IPM
4.5 (1)24 Aug, 2021 295 7

XList - for declarative and functional programming

Extended list for ObjectScript with support for declarative and functional programming

M
Mirko Ozekker
4.0 (1)04 Aug, 2021 221

Create a unified hospital data extraction scheme based on IRIS for Health

Create a unified hospital data extraction scheme based on IRIS for Health

D
Deming Xu
0.0 (0)30 May, 2021 367

HealthInfoQueryLayer

The application use generic interface to perform query on data schema and used globals as configuration. At run time, the program will implement the query referring to configurations. It's working as a prototype ObjectScript MyBatis Template.

B
Botai Zhang
0.0 (0)26 Feb, 2021 551

BeI-MultiModel

We've used a IRIS backend that is called via a REST-API from a react frontend application.

i
ivo Ver Eecke
Docker
IPM
4.0 (3)25 Jan, 2021 251

iris-multi-model-api-template

a simple demo of InterSystems IRIS multi-model data management via REST API

Evgeny Shvarov
Docker
IPM
5.0 (1)11 Jan, 2021 390 13

ObjectScript-Math

Math library for InterSystems ObjectScript

P
Peter Steiwer
Docker
IPM
3.3 (2)12 Nov, 2020 590 8.5k

ClassExplorer

UML Class Diagram Builder for InterSystems Data Platforms (2014.1+)

Nikita Savchenko
Docker
IPM
5.0 (3)22 Oct, 2020 885 1.4k

objectscriptQuality for VSCode

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (Object

D
Daniel
Docker
Python
4.5 (1)14 Sep, 2020 412

objectscriptQuality for Atelier

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can install it directly from Atelier and it will then detect new bugs and quality issues as you code (ObjectScript and J

D
Daniel
0.0 (0)27 Aug, 2020 91