HOME





Synon
Synon was a software company which, at its height, dominated the worldwide market for third-party application development tools for the IBM i (formerly AS/400) platform. Its products continue to be used in that sector today, distributed and supported by Broadcom Inc. Chronology Synon Ltd was founded in London in 1984 by Simon Williams (CEO), Melinda Horton ( COO) and Nick Knowles ( CTO) with the objective of developing an application generator for the IBM System/38 platform. They were soon joined by Simon Haigh (VP Sales). Synon's first product was Synon/1, a programming productivity toolkit for the System/38, launched in 1985. In the same year the company appointed its first overseas distributors, in Australia and Norway. Synon's flagship product, Synon/2 was launched in 1986 and became an immediate success with System/38 users. The same year, Chris Herron, formerly CEO of Fusion, along with Patrick Batty of Toronto, and Gerard Wolf of Chicago, set up Synon Inc, Synon's US ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Sterling Software
Sterling Software was an American software company founded in Dallas, Texas, in 1981 by Sterling Williams and brothers Sam and Charles Wyly. The company was acquired by Computer Associates International in 2000 in a stock-for-stock transaction worth $3.3 billion. Computer Associates sold Sterling Software's Federal Systems Group to Northrop Grumman in 2000. It was known for its aggressive acquisitions, most notably the hostile takeover of Informatics General Corporation in 1985. Informatics was one of the first established software and services companies. It developed the MARK-IV Fourth-generation programming language in the 1960s. MARK-IV became the first software package exceeding $1 million in revenue, after IBM was forced in 1969 to unbundle software from their hardware. Helped by financing and counseled by Werner Frank, one of Informatics' founders who had left this company a year before, Sterling Software started the hostile takeover by offering to shareholders an ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Japan
Japan is an island country in East Asia. Located in the Pacific Ocean off the northeast coast of the Asia, Asian mainland, it is bordered on the west by the Sea of Japan and extends from the Sea of Okhotsk in the north to the East China Sea in the south. The Japanese archipelago consists of four major islands—Hokkaido, Honshu, Shikoku, and Kyushu—and List of islands of Japan, thousands of smaller islands, covering . Japan has a population of over 123 million as of 2025, making it the List of countries and dependencies by population, eleventh-most populous country. The capital of Japan and List of cities in Japan, its largest city is Tokyo; the Greater Tokyo Area is the List of largest cities, largest metropolitan area in the world, with more than 37 million inhabitants as of 2024. Japan is divided into 47 Prefectures of Japan, administrative prefectures and List of regions of Japan, eight traditional regions. About three-quarters of Geography of Japan, the countr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Software Companies Of The United Kingdom
Software consists of computer programs that instruct the execution of a computer. Software also includes design documents and specifications. The history of software is closely tied to the development of digital computers in the mid-20th century. Early programs were written in the machine language specific to the hardware. The introduction of high-level programming languages in 1958 allowed for more human-readable instructions, making software development easier and more portable across different computer architectures. Software in a programming language is run through a compiler or interpreter to execute on the architecture's hardware. Over time, software has become complex, owing to developments in networking, operating systems, and databases. Software can generally be categorized into two main types: # operating systems, which manage hardware resources and provide services for applications # application software, which performs specific tasks for users The rise of clou ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


IBM RPG
RPG is a high-level programming language for business applications, introduced in 1959 for the IBM 1401. It is most well known as the primary programming language of IBM's midrange computer product line, including the IBM i operating system. RPG has traditionally featured a number of distinctive concepts, such as the program cycle, and the column-oriented syntax. The most recent version is RPG IV, which includes a number of modernization features, including free-form syntax. Platforms The RPG programming language originally was created by IBM for their 1401 systems. IBM later produced implementations for the 7070/72/74 and System/360; RPG II became the primary programming language for their midrange computer product line, (the System/3, System/32, System/34, System/38, System/36 and AS/400). There have also been implementations for DEC VAX, Sperry Univac BC/7, Univac system 80, Siemens BS2000, Burroughs B700, B1700, Hewlett Packard HP 3000, the ICL 2900 series, ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Java (programming Language)
Java is a High-level programming language, high-level, General-purpose programming language, general-purpose, Memory safety, memory-safe, object-oriented programming, object-oriented programming language. It is intended to let programmers ''write once, run anywhere'' (Write once, run anywhere, WORA), meaning that compiler, compiled Java code can run on all platforms that support Java without the need to recompile. Java applications are typically compiled to Java bytecode, bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax (programming languages), syntax of Java is similar to C (programming language), C and C++, but has fewer low-level programming language, low-level facilities than either of them. The Java runtime provides dynamic capabilities (such as Reflective programming, reflection and runtime code modification) that are typically not available in traditional compiled languages. Java gained popularity sh ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

C Sharp (programming Language)
C# ( pronounced: C-sharp) ( ) is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. The principal inventors of the C# programming language were Anders Hejlsberg, Scott Wiltamuth, and Peter Golde from Microsoft. It was first widely distributed in July 2000 and was later approved as an international standard by Ecma (ECMA-334) in 2002 and ISO/ IEC (ISO/IEC 23270 and 20619) in 2003. Microsoft introduced C# along with .NET Framework and Microsoft Visual Studio, both of which are technically speaking, closed-source. At the time, Microsoft had no open-source products. Four years later, in 2004, a free and open-source project called Microsoft Mono began, providing a cross-platform compiler and runtime environment for the C# programming language. A decad ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

COBOL
COBOL (; an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. It is an imperative, procedural, and, since 2002, object-oriented language. COBOL is primarily used in business, finance, and administrative systems for companies and governments. COBOL is still widely used in applications deployed on mainframe computers, such as large-scale batch and transaction processing jobs. Many large financial institutions were developing new systems in the language as late as 2006, but most programming in COBOL today is purely to maintain existing applications. Programs are being moved to new platforms, rewritten in modern languages, or replaced with other software. COBOL was designed in 1959 by CODASYL and was partly based on the programming language FLOW-MATIC, designed by Grace Hopper. It was created as part of a U.S. Department of Defense effort to create a portable programming language for data pr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


RPG (programming Language)
RPG is a high-level programming language for business applications, introduced in 1959 for the IBM 1401. It is most well known as the primary programming language of IBM's midrange computer product line, including the IBM i operating system. RPG has traditionally featured a number of distinctive concepts, such as the program cycle, and the column-oriented syntax. The most recent version is RPG IV, which includes a number of modernization features, including free-form syntax. Platforms The RPG programming language originally was created by IBM for their 1401 systems. IBM later produced implementations for the 7070/72/74 and System/360; RPG II became the primary programming language for their midrange computer product line, (the System/3, System/32, System/34, System/38, System/36 and AS/400). There have also been implementations for DEC VAX, Sperry Univac BC/7, Univac system 80, Siemens BS2000, Burroughs B700, B1700, Hewlett Packard HP 3000, the ICL 2900 series, Honeywell 62 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




CA Technologies
CA Technologies, Inc., formerly Computer Associates International, Inc., and CA, Inc., was an American multinational corporation, multinational enterprise software developer and publisher that existed from 1976 to 2018. CA grew to rank as one of the largest independent software corporations in the world, and at one point was the second largest. The company created systems software (and for a while applications software) that ran in IBM mainframe, distributed computing, virtual machine, and cloud computing environments. The company's primary founder was Charles Wang. The main key to Computer Associates' fast growth was the acquisition of many lesser-sized software companies in the IBM mainframe industry segment. CA was known for large-scale dismissals of employees in the acquired firms, and for sometimes extracting cash flow from acquired products rather than enhancing them. Customers of CA often criticized the company for its poor technical support and hostile attitude. CA und ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Plano, Texas
Plano ( ; Spanish language, Spanish for "flat surface" /'plano/) is a city in the U.S. state of Texas, where it is the largest city in Collin County, Texas, Collin County. A small portion of Plano is located in Denton County, Texas, Denton County. Plano is also one of the principal cities of the Dallas–Fort Worth metroplex. With a population of 285,494 at the 2020 United States census, 2020 census, it is the List of municipalities in Texas, ninth most-populous city in Texas, and, respectively, the List of United States cities by population, 73rd most populous city in the United States. Plano's economy makes up a significant portion of Economy of Dallas, Dallas' economy, home to many large companies such as Frito-Lay, Frito Lay, JCPenney, Pizza Hut, and other major distributors. It is also home to the headquarters of Toyota Motor North America. Plano has also been named as both one of the fastest growing cities and one of the best places to live in the country. History Sever ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

United Kingdom
The United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom (UK) or Britain, is a country in Northwestern Europe, off the coast of European mainland, the continental mainland. It comprises England, Scotland, Wales and Northern Ireland. The UK includes the island of Great Britain, the north-eastern part of the island of Ireland, and most of List of islands of the United Kingdom, the smaller islands within the British Isles, covering . Northern Ireland shares Republic of Ireland–United Kingdom border, a land border with the Republic of Ireland; otherwise, the UK is surrounded by the Atlantic Ocean, the North Sea, the English Channel, the Celtic Sea and the Irish Sea. It maintains sovereignty over the British Overseas Territories, which are located across various oceans and seas globally. The UK had an estimated population of over 68.2 million people in 2023. The capital and largest city of both England and the UK is London. The cities o ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


TA Associates
TA Associates Management, L.P. is an American private equity firm and was one of the early modern-era private equity firms in the United States. The firm leads buyouts and minority recapitalizations of profitable growth companies. TA invests across five industry groups: technology, healthcare, consumer products, financial services and business services. TA Associates has raised $47.5 billion of capital since inception. Since its founding, the firm has invested in more than 560 companies, and been ranked among the 50 largest private equity firms (ranked 27 in 2022) globally. The firm is headquartered in Boston, Massachusetts, with additional offices in Menlo Park, Austin, London, Mumbai and Hong Kong. As of July 2022, TA had more than 110 investment professionals. In June 2024, TA Associates ranked 19th in Private Equity International's PEI 300 ranking among the world's largest private equity firms. On March 26, 2025, TA Associates was named 'Mid-Market Firm of the Year in the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]