1296 Application(s) results for ##studio #vscode #snippets
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Status
Application NameDeveloperMade withRatingLast updatedViewsInstalls

i14y-aid

helper utility to deal with interoperability transaction

Evgeny Shvarov
Docker
Python
IPM
5.0 (1)26 Jul, 2026 48 11

gaia-the-fast-and-the-short

Scanning GAIA data

N
Netanel Frankel
5.0 (1)26 Jul, 2026 67

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

gaia-terse

Gaia DR3 variable star detection — minimal-code entry: one line of logic, 580 characters of embedded Python

Thomas Dyar
IPM
5.0 (1)26 Jul, 2026 3

gaia-fast

Gaia DR3 Variable Star Detection — speed entry (isal + ProcessPoolExecutor, ~1s)

Thomas Dyar
IPM
5.0 (1)26 Jul, 2026 4

gaia-iml

Gaia DR3 Variable Star Detection — IntegratedML + AI Hub entry (custom GBT IRISModel, PREDICT(), +6 bonus pts)

Thomas Dyar
IPM
AI
ML
ML
0.0 (0)26 Jul, 2026 3

intersystems-challenge-GAIA-C

InterSystems Employee Programming Challenge #1. Identifies variable astronomical objects in Gaia DR3 epoch photometry data using IRIS Embedded Python with a C shared library for maximum throughput.

M
Marcelo Dotti
Docker
Python
5.0 (1)25 Jul, 2026 11

lumeon-submission

Gaia variability in IRIS embedded Python, mapped as a sky

Z
Zelong Wang
Docker
Python
AI
5.0 (1)25 Jul, 2026 26

gaia-codegolf

Minimal-code solution to the challenge: identify Gaia DR3 sources whose BP or RP flux changed by more than 100% over the observation period and write the result CSV. Optimized for fewest lines of code (see the sibling repo gaia-benchmark for the speed-optimized, parallel variant).

S
Suprateem Banerjee
Docker
5.0 (1)24 Jul, 2026 81

gaia-benchmark

Speed-optimized solution to the challenge: identify Gaia DR3 sources whose BP or RP flux changed by more than 100% over the observation period and write the result CSV. Optimized for shortest execution time via parallel parsing, ≈1.3 seconds (see the sibling repo gaia-codegolf for the minimal-code variant).

S
Suprateem Banerjee
Docker
Python
5.0 (1)24 Jul, 2026 67

🐍 Gaia DR3 Flux Analyzer — Embedded Python Edition

Gaia DR3 epoch photometry flux variation analyzer implemented with InterSystems IRIS Embedded Python.

B
Brad Nissenbaum
Docker
Python
5.0 (1)24 Jul, 2026 8

🔭 Gaia DR3 Flux Analyzer — ObjectScript Edition

Gaia DR3 epoch photometry flux variation analyzer implemented in InterSystems ObjectScript.

B
Brad Nissenbaum
Docker
Python
5.0 (1)24 Jul, 2026 11

iris-i14y-explorer-ui

A ui layer for interoperability explainer

Evgeny Shvarov
IPM
5.0 (1)24 Jul, 2026 22 17

Gaia_Challenge_One_Line_SQL_Objectscript

One line of ObjectScript identifies Gaia DR3 variable stars!!

Xiaoyun Wu
Docker
Python
5.0 (1)24 Jul, 2026 46

gaia-planetarium

A Planetarium Web app built on InterSystems IRIS using Flask, Pyprod and Embedded Python, and data from the Gaia and Hipparcos datasets

G
Gabriel Ing
Docker
Python
5.0 (1)24 Jul, 2026 23

InterSystems Gaia Contest - Codegolf

InterSystems Employee Programming Challenge #1

M
Manel Trèmols
Docker
5.0 (1)24 Jul, 2026 24

Gaia_Challenge_SQL_Golf_AI_Game

SQL Golf: Can You Beat Par and Find 57,099 Stars?

Xiaoyun Wu
Docker
Python
AI
2.5 (2)23 Jul, 2026 36

intersystems-challenge-GAIA

InterSystems Employee Programming Challenge #1 — processes 20 gzip-compressed Gaia DR3 EpochPhotometry files to identify astronomical objects whose BP or RP flux changed by more than 100%, using IRIS ObjectScript + Polars (Python) for high-performance parallel processing.

M
Marcelo Dotti
Docker
Python
5.0 (1)22 Jul, 2026 32

Gaia Flux Variability

InterSystems Employee Programming Challenge #1 — Gaia DR3 photometric variability analysis.

M
Munraj Bal
Docker
Python
4.5 (1)22 Jul, 2026 23

ISC-Programming-Challenge1 - NumPy solution

extract csv.gz to Numpy vectors and do vectorized caculation

J
Jianbiao Liu
Docker
Python
AI
5.0 (1)22 Jul, 2026 23

isc-coding-challenge-benchmark

A benchmark submission for the ISC Programming Challenge

R
Reet Kothari
Docker
5.0 (1)21 Jul, 2026 51

Gaia FluxStream

A parallel Gaia engine for InterSystems Employee Contest #1

V
Vishal Kumar Pallerla
Docker
Python
5.0 (1)20 Jul, 2026 27

isc-challenge-july-2026-jumillet-golf

My code golf solution to the ISC Employee Programming Challenge for July 2026.

J
Justin Millette
Docker
Python
5.0 (1)20 Jul, 2026 52

Gaia

Gaia challenge with interactive 3D visualization

E
Emil Polakiewicz
Docker
Python
4.5 (1)20 Jul, 2026 63

Dong (Python)

It processes and analyze all 20 files using embedded python

D
Dong Liang
3.0 (1)20 Jul, 2026 24

iris-vector-rag

6 RAG pipelines using IRIS vector search

Thomas Dyar
Docker
Python
IPM
AI
0.0 (0)19 Jul, 2026 289

iris-agentic-dev

MCP server connecting GitHub Copilot, Claude Code, and other AI coding assistants directly to a live IRIS instance for ObjectScript development.

Thomas Dyar
Docker
Python
AI
0.0 (0)19 Jul, 2026 20

dc-csharp-example

Example of using IRIS from C#

I
Iryna Mykhailova
0.0 (0)18 Jul, 2026 29

intersystems-challenge

Code for the InterSystems Programming Challenge

E
Enrique Portela Garcia
Docker
Python
0.0 (0)17 Jul, 2026 27

iris-crypto-tracker

Tracking Crypto currency levels and alerts about ups and downs.

E
Evgeniy Potapov
Docker
4.5 (1)16 Jul, 2026 537

isc-coding-challenge-golf

A code-golf submission for the ISC Programming Challenge

R
Reet Kothari
Docker
5.0 (1)15 Jul, 2026 55