Pinned Repositories
Baconography
A well integrated Reddit client for Windows 8
CodeExchange
A central location where developers share code.
CodeGen
CodeGen is a tool that Synergy/DE developers can use to generate source code and other types of content based on the meta-data stored in a Synergy Repository.
Examine_Win_Reg_from_Synergy
Example Synergy routines of accessing the Windows Registry from a Synergy application. (Update for Synergy 9.5 compatibility)
HarmonyCore
Harmony Core is a framework that consists of libraries, CodeGen templates, and conventions that enable you to expose Synergy logic and data as a RESTful web service using OData and ASP.NET Core
HarmonyCoreProjectTemplates
Contains the source code for the NuGet packages that provide .NET Core project templates for Harmony Core development.
SqlReplication
An example of how to implement the replication a Synergy applications ISAM data to a relational database in near-to-real-time.
SynPSG_PDF
A platform-independent API that facilitates the easy creation of PDF files from applications written in Synergy DBL.
vscode-synergydbl
Synergy DBL Integration for Visual Studio Code
xfBBQ
Your number one source of extra function BBQ.
Synergex's Repositories
Synergex/HarmonyCore
Harmony Core is a framework that consists of libraries, CodeGen templates, and conventions that enable you to expose Synergy logic and data as a RESTful web service using OData and ASP.NET Core
Synergex/CodeGen
CodeGen is a tool that Synergy/DE developers can use to generate source code and other types of content based on the meta-data stored in a Synergy Repository.
Synergex/SqlReplication
An example of how to implement the replication a Synergy applications ISAM data to a relational database in near-to-real-time.
Synergex/CodeExchange
A central location where developers share code.
Synergex/SynPSG_PDF
A platform-independent API that facilitates the easy creation of PDF files from applications written in Synergy DBL.
Synergex/ContainerizationHelpers
A collection of scripts to make containerization of synergy applications easier
Synergex/DebuggerScripts
Repository to collect various scripts that help when debugging synergy programs
Synergex/HarmonyCoreProjectTemplates
Contains the source code for the NuGet packages that provide .NET Core project templates for Harmony Core development.
Synergex/VmsCompatibility
A collection of traditional Synergy subroutines and functions that implement or emulate the functionality of certain OpenVMS system service routines.
Synergex/c_pgm_calling_dbl_pgm
This is an example of calling a C routine from Synergy and calling a Synergy routine from C on the VMS operating system.
Synergex/ccTest
A UI Toolkit program that maintains a simple credit card file, and uses the new data encryption routines in 9.3, with a utility class that has routines to validate credit card numbers and another class that can expose the data encryption with non-synergy data types. (Update for Synergy 9.5 compatibility)
Synergex/createDoc
This application is intended to help generate {xfMethod} & {xfParam} attributes from existing source files, or from the XML documented created by GENXML. It can also generate documentation comments.
Synergex/CSCImageProj
This control allows you to display an image from a bitmap (.bmp), icon (.ico), metafile (.wmf) or enhanced metafile (.emf) on the screen.
Synergex/HarmonyCoreSamples
Synergex/ismkey_DD_FILESPEC
This is a modified version of the ismkey CodeExchange entry. It includes a subroutine that uses DD_FILESPEC to generate a file specification from a Repository structure, and a test program to demonstrate how to use the subroutine.
Synergex/LoadTestExample
A simple example of implementing a load test in Synergy .NET.
Synergex/synd
The included script allows for a standard installation of the License Manager (synd) as a service under Linux (eg, RedHat/Fedora/CentOS).
Synergex/SynergyUnixExpressionEvaluator
A repository containing assemblies which are required to enable expression evaluation for Synergy .NET debugging on Unix environments.
Synergex/UpsTrack
An example of using the XML and HTTPS APIs to call the UPS Consignment Tracking web service.
Synergex/URL_Encoding
Function that returns a URL encoded string for use with the HTTP protocol. (Update for Synergy 9.5 compatibility)
Synergex/US_Postal_Service
Programs which provide examples of using the "City/State Lookup", "Rate Calculator" and "Track/Confirm" web services from the United States Postal Service.
Synergex/WCFInterop
The enclosed code is an example of how to expose synergy code to Windows Communication Foundation via the Synergy .Net Assembly API.
Synergex/windir
Example of using the DLL API to retrieve file information (like a dir command) (Update for Synergy 9.5 compatibility)
Synergex/WpfDeviceLicense
This is a sample of a WPF application, WPFDeviceLicense, using Synergy Device Licensing.
Synergex/WpfSplashScreen
A Synergy .NET solution presenting an example of how to display a splash screen in a Synergy .NET Windows Presentation Foundation (WPF) application.
Synergex/xfNetLink_Example
Example using xfNetLink Synergy (Update for Synergy 9.5 compatibility)
Synergex/xfServerPlus_binary_parameter
An example of using Synergy/DE 8.3's new "binary parameters".
Synergex/xfServerPlus_ini
A utility program to create and manage xfServerPlus settings in the xfpl.ini file. (Update for Synergy 9.5 compatibility)
Synergex/XML_to_Synergy_DBMS
Example program demonstrating the use of the Synergy XML API to export data from Synergy DBMS files or to import data into Synergy DBMS data files using xfServerPlus.
Synergex/YieldExample
A simple Synergy .NET Visual Studio project that demonstrates how to use the YIELD statement.