Found 10 repositories(showing 10)
cnstlungu
A portable Datamart and Business Intelligence suite built with Docker, Dagster, dbt, DuckDB and Superset
wgsl-tooling-wg
A portable and modular superset of WGSL
cnstlungu
A portable Datamart and Business Intelligence suite built with Docker, sqlmesh + dbtcore, DuckDB and Superset
cnstlungu
A portable Datamart and Business Intelligence suite built with Docker, Mage, dbt, DuckDB and Superset
cnstlungu
A portable Datamart and Business Intelligence suite built with Docker, Airflow, dbt, duckdb and Superset
cnstlungu
A portable Datamart and Business Intelligence suite built with Docker, Bruin, DuckDB and Superset
xodapi
No description available
FabienCouprie
Windows Superset Portable Version
codermahadi
TypeScript is a strongly typed, object oriented, compiled language. It was designed by Anders Hejlsberg (designer of C#) at Microsoft. TypeScript is both a language and a set of tools. TypeScript is a typed superset of JavaScript compiled to JavaScript. In other words, TypeScript is JavaScript plus some additional features.TypeScript supports other JS libraries. Compiled TypeScript can be consumed from any JavaScript code. TypeScript-generated JavaScript can reuse all of the existing JavaScript frameworks, tools, and libraries. JavaScript is TypeScript. This means that any valid .js file can be renamed to .ts and compiled with other TypeScript files. TypeScript is portable. TypeScript is portable across browsers, devices, and operating systems. It can run on any environment that JavaScript runs on. Unlike its counterparts, TypeScript doesn’t need a dedicated VM or a specific runtime environment to execute. TypeScript and ECMAScript The ECMAScript specification is a standardized specification of a scripting language. There are six editions of ECMA-262 published. Version 6 of the standard is codenamed "Harmony". TypeScript is aligned with the ECMAScript6 specification. TypeScript and ECMAScript TypeScript adopts its basic language features from the ECMAScript5 specification, i.e., the official specification for JavaScript. TypeScript language features like Modules and class-based orientation are in line with the EcmaScript 6 specification. Additionally, TypeScript also embraces features like generics and type annotations that aren’t a part of the EcmaScript6 specification.
NirajanMahara
C is a procedural programming language. It was initially developed by Dennis Ritchie in the year 1972. It was mainly developed as a system programming language to write an operating system. The main features of C language include low-level access to memory, a simple set of keywords, and clean style, these features make C language suitable for system programmings like an operating system or compiler development. Many later languages have borrowed syntax/features directly or indirectly from C language. Like syntax of Java, PHP, JavaScript, and many other languages are mainly based on C language. C++ is nearly a superset of C language (There are few programs that may compile in C, but not in C++). __________ Feature of C Program ___ Structured language It has the ability to divide and hide all the information and instruction. Code can be partitioned in C using functions or code block. C is a well structured language compare to other. General purpose language Make it ideal language for system programming. It can also be used for business and scientific application. ANSI established a standard for c in 1983. The ability of c is to manipulate bits,byte and addresses. It is adopted in later 1990. ___ Portability Portability is the ability to port or use the software written . One computer C program can be reused. By modification or no modification. Code Re-usability & Ability to customize and extend A programmer can easily create his own function It can can be used repeatedly in different application C program basically collection of function The function are supported by 'c' library Function can be added to 'c' library continuously Limited Number of Key Word There are only 32 keywords in 'C' 27 keywords are given by ritchie 5 is added by ANSI The strength of 'C' is lies in its in-built function Unix system provides as large number of C function Some function are used in operation . Other are for specialized in their application
All 10 repositories loaded