General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Library of procedures and functions that manage Microsoft Excel Spreadsheets.
Import Excel Spreadsheets (xls/xlsx) from Windows servers to ABL temp-tables via ActiveX.
Generate native Excel Spreadsheets (xls/xlsx) from Windows servers via ActiveX.
Generate native Excel XML Spreadsheet 2003 (xml) from Windows or Linux servers via native ABL.
----
There has been significant effort on my part to produce this code. It works and it works well. In return, I have two requests:
1....
ProUnit is an Open Source Framework for unit test on ProgressABL (4GL) components, just like JUnit, NUnit and others.
In addition, it can compare temp-tables and datasets and it can also work with databases.
One example of its application:
a. import initial_data.d file to physical table (with overwrite)
b. run a procedure to test (that may change database records)
c. extract some records from physical table to a temp-table (A)
d. load expected_result.d file to temp-table (B)
e. compare temp-tables (A and B)
Justus is a tool set for Progress 4GL (ABL) Developers. It includes a simplified parser for 4GL, an API to load Profiler data and a Test Coverage Tool.
A framework and class library for using Object Oriented Programming in Progress 4GL/ABL versions starting from 9.1D Supports inheritance, encapsulation, polymorphism and in v9, memory management.