Giter Site home page Giter Site logo

power-ki / gpt Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 3.0 19.39 MB

GPT programs written in POWER-KI - Chat and PDF management

Home Page: http://www.POWER-KI.com

Papyrus 100.00%
ai ai-italy chat-with-your-docs chatgpt chatgpt-api debate doc-manager docx gpt-3 ods odt pdf pptm pptx pwk

gpt's Introduction

POWER-KI®

POWER-KI® the programming language for Intelligent Applications (IA)
©2010-2023 - XPLAB - Research in Automation - Brescia - ITALY
[Concept, Design and Coding by Cesare A. Perani]

INSTALL-PACKAGEs Ver.11 - Build 35.87:

Ready to install (.msi) package:

- DEVELOPER edition (+ Calcolatrice V4 with GPT apps)
(The license file 00_00_00_00_00_00.lic is in the c:\PWK-PRG directory)
- EXECUTOR (+ Calcolatrice V4 with GPT apps)/a>
- GUI Client

Requirements:

  • Windows 10 or above;

ON Microsoft Store are available Build [33.11] Packages.


NEWS

* NEW lib ARC for ZIP;
* NEW "CALCOLATRICE V4" with:
- GPT PDF MANAGER (.pdf, .pptx, .odt, .ods, .txt)
- GPT DEBATE.
* A new Repository for GPT Demo Apps;
* New WRAP: PYT - execute from PWK->PYTHON code and from PyTHON->PWK code;
* Demo APP TST-PYT-01.pwk

POWER-KI establishes a New and Original paradigm for programming languages.

POWER-KI allows HYBRID PROGRAMMING, i.e. the development of applications with components created with different languages in a single package, making the most of each of them. In fact from POWER-KI it is possible to directly execute PyThon code, C / C ++ code using WRAP and javascript in the Web User Interface. In this way, for example, it is possible to create applications based on Python code that take advantage of the POWER-KI Native Cloud for the user interface or create C / C ++ functions for maximum performance.

Among the most significant features:

  • Program Code as a Knowledge Base with separation between Data, Flow, Code;
  • Plastic Architecture (Full-Reflective, Self-Modifiable and Persitence of executing elements);
  • Hybrid programming: PWK <-> PyThon;
  • Designed for Multi Threading;
  • Native Cloud:
  • Simple Code Syntax for easy behaviour understanding;
  • Core Library (DataBase, Knowledge Base, OPC-UA ..);
  • Wrap technology to extend with external or custom libraries (OpenCV, RealSense2, Snap7, Voice ...).

The WorkBench, included in the DEV distribution, is the development environment for editing:

  • of the code;
  • GUI Graphic User Interface;
  • WUI Web User Interface (HTML5, CSS);

as well as for testing, debugging and deploy.

The ecosystem of applications ranges from Wiz and Tools for the automation of application generation and hot debugging (PWK-Insider), to applications such as PWK-ES Enterprise Server for the management of applications and Cloud services.

POWER-KI is an industrial grade language, which has found wide use in advanced factory and plant automation applications, what now is called Factory 4.0, anticipating its times by a decade. But the application possibilities range from the Web/eCommerce, to the IoT, to decision-making and management systems in general.

DEMO:

Demo app to download.

TUTORIAL:

Sample apps.

WRAP:

Extend the POWER-KI Power with your code.
WRAP Developer's Guide;
WRAP directory.

FAST.TRACK The official POWER-KI Magazine

Read OnLine:

BOOKs

Read OnLine:
POWER-KI a programming language. Preludio.(EN)
Factory 4 NOW (IT,EN)
TDM40 - La fabbrica intelligente 4.0 (IT)

CHANGE LOG (ver. 11 CodeName: Veloce)

35.87 - 12/10/23

  • BUG FIX for +=, -=;
  • Updated GPT-PDF manager.
  • Updated SNAP7CONN.

35.86 - 21/09/23

  • Updated WRAP OCV to opencv 4.8;
  • Updated WRAP PYT;
  • Updated GPT-PDF manager.

35.78 - 02/09/23

  • LIB ARC for ZIP archive;
  • LIB TREE: added TREE_TRV traverse the tree;
  • Minor bug fix;

35.70 - 14/08/23

  • Updated WRAP PYT (python) added PYT_RELOAD(module), demo and source.

35.66 - 11/08/23

  • Updated WRAP PYT (python), demo and source.

35.67 - 07/08/23

  • Add BYADR function;
  • Add operator ADD,SUB,MUL,DIV to TBL_ITEM
  • Add "Deep parsing" to GPT-PDF
  • Updated Wrap LIB AIT.

35.62 - 27/07/23

  • BUG FIX in: +=, -=, := operators.

35.60 - 25/07/23

  • Updated GPT-PDF and GPT-DEBATE.

35.57 - 17/07/23

  • WRAP AIT (AI tools) updated;
  • Calcolatrice V4 + GPT-PDF updated.

35.56 - 10/07/23

  • Bug fix: limit Once/key now working also for applications restarted by windows update.

35.55 - 04/07/23

  • update KB1_JSON: escaping /uxxxx.

35.54 - 26/06/23

  • Updated WEB lib;
  • Updated GPT-PDF and GPT-DEBATE.

35.33 - 08/06/23

  • minor bug fix in sys tknz, tknzop.

35.32 - 06/06/23

  • minor bug fix.

35.30 - 22/05/23

  • GPT-PDF: added voice recognition.

35.26 - 12/05/23

  • minor optimization in GPT apps.

35.23 - 11/05/23

  • new Calcolatrice v4 with GPT apps.

35.21 - 09/05/23

  • Minor bug fix in KB1_JSON;

35.20 - 05/05/23

  • extended HTTP time out (90000);

35.19 - 03/05/23

  • added KB1_JSON for Json -> KB1;
  • minor bug fix;

35.14 - 27/04/23

  • Function EXO and EXOTHR are now deprecated use EXC and EXCTHR (same syntax);
  • new function CALL to invoke BLK inside a CODE;
  • minor bug fix:

35.11 - 20/04/23

  • TREE LIB: add SRC function.

35.08 - 03/04/23

  • fix a bug in MOD operator;
  • GUI: added indirect color resolution e.g. blue@\pwk (=0;0;180);
  • new WRAP : AIT (A.I. Tools) for embedded vector support.

34.59 - 02/01/23

  • fix a display bug in WorkBench edit item page introduced with 34.57 buid.

34.57 - 21/12/22

  • updated GUI web component;
  • updated OCV wrap;
  • updated DEMO\SNAP7CONN-01.pwk .

34.41 - 12/11/22

  • updated PYT Wrap to python 3.11.x;
  • Updated TST-PYT-01.pwk (see above for link);

34.40 - 11/11/22

  • GUI: now GUI can be larger then screen size;
  • improved OPC-UA;
  • updated PYT Wrap to python 3.11.x;
  • Updated TST-PYT-01.pwk (see above for link);

34.05 - 23/10/22 (***)

  • Fix of a BUG in SOK that could cause malfunction in GUI ;***
  • updated PYT (python) WRAP;

33.99 - 17/10/22

  • updated PYT (python) WRAP;

33.98 - 15/10/22

33.97 - 05/10/22 (***)

  • OK for WIN11 22H2;

33.93 - 27/09/22

  • bug fix for: #ELSE_OTIF; Tutorial: added CF-Converter-01.pka;

33.92 - 20/09/22

  • minor bug fix (in GUI);

33.90 - 07/09/22

  • updated PYT WRAP [EXPERIMENTAL] and demo app.

33.89 - 05/09/22

  • minor bug fix for trash buf_mtx.

33.88 - 24/08/22

  • [EXPERIMENTAL] PYT WRAP (python) a TST-PYT-01.pwk example is provided. .
    You should install on your computer pyThon 3.10.6 32bit.

33.87 - 12/08/22

  • bug fix;
  • function MTH_CNV, SYMB_HSH.

33.66 - 21/05/22 GREAT UPDATE

  • Added LIB DRW for inMemory draw (same sintax as GUI DRAW);
  • MySQL/MariaDB connector Update;
  • Opc-UA Update (fix problems with password and certificate);
  • OpenCV updated;
  • added (but not documented) Direct assignment operator in function (:=):
    °b=0;
    °a=°b:=10 + 1;
    so: °a will be 11, °b 10

33.23 - 01/03/22

  • In GUI added event MOUSE_BL, in BUFFER added QSWAP.

33.11 - 17/12/21

  • in GUI added to pag: focused, stssize attributes.

33.08 - 03/12/21

  • added WebSosket to HTTP LIB;
  • OPC-UA access with password enabled.

33.00 - 18/10/21

  • Gui update.

32.97 - 06/10/21

  • fix bug in OPC reconnection.

32.96 - 29/09/21

  • WorkBench bug fix->(tree not updated using the keyboard to select items).

32.95 - 28/09/21

  • WorkBench minor changes.

32.94 - 20/09/21

  • minor bug fix.

32.91 - 17/09/21

  • enhanced STDINP function.

32.90 - 14/09/21

  • new installer compatible with the requirements of Microsoft Store.

32.87 - 02/09/21

  • installer modified to check for VCredist X86 and run it in quiet mode.

32.86 - 31/08/21

  • installer modified to check for VCredist X86.

32.85 - 28/08/21

  • installer modified to check for VCredist.

32.80 - 21/08/21

  • minor optimizations.

32.73 - 30/07/21

  • Bug Fix for Engeneering notation like nnnE-nnn (negative exponent).

32.71 - 30/06/21

  • Updated OPC to 1.2 version.

32.60 - 09/06/21

  • Minor bug fix.

32.59 - 31/05/21

  • GUI: enabled time out for lost gui.
  • EXC: UID counter part reset when timestamp change .

32.58 - 22/05/21

  • minor bug fix;
  • CALCOLATRICE V3: PWK-01-BASIC updated.

32.56 - 14/05/21

  • WorkBench: minor Bug fix;
  • GUI: enhanced WEB component.

32.50 - 04/05/21

  • minor Bug Fix in Snap7 Wrap DLL.

32.48 - 26/04/21

  • WorkBench: added PINning of forms;
  • minor bugs fix.

32.44 - 02/04/21

  • enhanced Web Browser GUI component;
  • bug fix ( minus operation mixing float and int);
  • WorkBench: add Asynchronous saving mode.

32.34 - 16/03/21

  • minor Bug Fix;
  • enhanced MTH_PLY functions (export/import coef).

32.29 - 04/03/21

  • important Bug Fix of a random error;
  • Lib HST renamed as OSI (O.S. Interface/Info).

32.25 - 02/03/21

  • added HST (host) library with function for hw device discovering.

32.22 - 22/02/21

  • minor Bug fix (+=, -=).

32.18 - 06/02/21

  • in GUI added RANGE (solid or line) draw (x, ymin, ymax).

32.16 - 17/01/21

  • So many internal changes !
  • New funtions: EXOMKR (for object oriented like), BUF matrix.

Credits

Tecnologies embedded in POWER-KI not developed by XPLAB:

NOTE

- °OFF-LOAD: moving a LIB from PWK CORE to WRAP.

gpt's People

Contributors

power-ki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.