février 2020

ANGULAR in less than 128 words – TypeScript – Part 3

TypeScript is a very typed, object-oriented and compiled typed language. TypeScript is a typical JavaScript overset compiled in JavaScript. TypeScript is JavaScript and some additional features. Typescript documentation is available on this link: https://www.typescriptlang.org/docs/home.html Installing TypeScript: Execution of the TypeScript compiler: Creating a first TypeScript example: Creating the test.ts file: Compilation of the code: At …

ANGULAR in less than 128 words – TypeScript – Part 3 Lire la suite »

ANGULAR en menos de 128 palabras – TypeScript – Parte 3

TypeScript es un lenguaje con tipo muy tipado, orientado a objetos y compilado. TypeScript es un desensamblado típico de JavaScript compilado en JavaScript. TypeScript es JavaScript y algunas características adicionales. La documentación de la tipola está disponible en este enlace: https://www.typescriptlang.org/docs/home.html Instalación de TypeScript: Ejecución del compilador TypeScript: Creación de un primer ejemplo de TypeScript: …

ANGULAR en menos de 128 palabras – TypeScript – Parte 3 Lire la suite »

ANGULAR en moins de 128 mots – TypeScript – Partie 3

TypeScript est un langage à typage fort typé, orienté objet et compilé. TypeScript est un sur-ensemble typé de JavaScript compilé en JavaScript. TypeScript est JavaScript et quelques fonctionnalités supplémentaires. La documentation de typescript est disponible sur ce lien : Website www.typescriptlang.org Installation de TypeScript : Execution du compilateur TypeScript : Création d’un premier exemple TypeScript …

ANGULAR en moins de 128 mots – TypeScript – Partie 3 Lire la suite »

ANGULAR in less than 128 words – Part 2

This article follows the first part: https://128mots.com/index.php/2020/02/27/angular-en-plus-de-128-mots-partie-1/ Structure of an Angular project: e2e: Automated tests end to end node_modules: third-party modules installed for the development project (via npm install command) src: main application file app: Modules and components of the app assests: storage of static elements (images, script …) environments: Contains environmental variables favicon.ico: Icon …

ANGULAR in less than 128 words – Part 2 Lire la suite »

ANGULAR en menos de 128 palabras – Parte 2

Este artículo sigue la primera parte: https://128mots.com/index.php/2020/02/27/angular-en-plus-de-128-mots-partie-1/ Estructura de un proyecto Angular: e2e: Pruebas automatizadas de extremo a extremo node_modules: módulos de terceros instalados para el proyecto de desarrollo (a través del comando npm install) src: archivo de aplicación principal app: Módulos y componentes de la aplicación assests: almacenamiento de elementos estáticos (imágenes, script …) …

ANGULAR en menos de 128 palabras – Parte 2 Lire la suite »

ANGULAR en moins de 128 mots – Partie 2

Cet article fait suite à la première partie : https://128mots.com/index.php/2020/02/27/angular-en-plus-de-128-mots-partie-1/ Structure d’un projet Angular : e2e : Tests automatisés end to end node_modules : modules tiers installés pour les besoins du projet de développement (via la commande npm install) src : dossier principal de l’application app : Modules et composants de l’application assests : stockage …

ANGULAR en moins de 128 mots – Partie 2 Lire la suite »

ANGULAR in more than 128 words – Part 1

Angular is a framework for building client applications, based on HTML/CSS and JavaScript/TypeScript. Angular offers the following benefits: Architecture: Create a first Angular app: NodeJS: The Node.js execution environment includes everything you need to run a program written in JavaScript. To install the link https://node.js.org Node Package Manager: This is an online control utility that …

ANGULAR in more than 128 words – Part 1 Lire la suite »

ANGULAR en más de 128 palabras – Parte 1

Angular es un marco para crear aplicaciones cliente, basado en HTML/CSS y JavaScript/TypeScript. Angular ofrece las siguientes ventajas: Arquitectura: Crear una primera aplicación Angular: NodeJS: El entorno de ejecución de Node.js incluye todo lo que necesita para ejecutar un programa escrito en JavaScript. Para instalar el vínculo https://node.js.org Administrador de paquetes de nodos: Esta es …

ANGULAR en más de 128 palabras – Parte 1 Lire la suite »

ANGULAR en plus de 128 mots – Partie 1

Angular est un framework pour construire des applications clientes, il se base sur HTML/CSS et JavaScript/TypeScript. Angular propose les avantages suivants : Revealing Module Pattern : permet d’organiser le code en un ou plusieurs modules et donne une meilleure structure. Architecture propre et structurée. Code réutilisable. Application plus facilement testable. Architecture : Front-End : S’occupe …

ANGULAR en plus de 128 mots – Partie 1 Lire la suite »

The algorithm of the nearest neighboring k (KNN) in Python in less than 128 words.

The k-learning algorithm nearest neighbors (KNN) is used to perform data classification. To predict the classification of a new data, the algorithm relies on the k records from the learning data set are then located most similar to this new record. The similarity between the records can be measured in different ways. Generally a good …

The algorithm of the nearest neighboring k (KNN) in Python in less than 128 words. Lire la suite »

Retour en haut