Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Library
[Image: kyvbtbyktpw2cw3ab3ijgsxfre.jpg]

Communicating Science in Times of Crisis: The COVID -19 Pandemic
by H. Dan O'Hair (Editor), Mary John O'Hair (Editor)
English | 2021 | ISBN: 978-1119751779 | 444 pages | True EPUB | 13 MB

Learn more about how people communicate during crises with this insightful collection of resources
In Communicating Science in Times of Crisis: COVID-19 Pandemic, distinguished academics and editors H. Dan O'Hair and Mary John O'Hair have delivered an insightful collection of resources designed to shed light on the implications of attempting to communicate science to the public in times of crisis. Using the recent and ongoing coronavirus outbreak as a case study, the authors explain how to balance scientific findings with social and cultural issues, the ability of media to facilitate science and mitigate the impact of adverse events, and the ethical repercussions of communication during unpredictable, ongoing events.
The first volume in a set of two, Communicating Science in Times of Crisis: COVID-19 Pandemic isolates a particular issue or concern in each chapter and exposes the difficult choices and processes facing communicators in times of crisis or upheaval. The book connects scientific issues with public policy and creates a coherent fabric across several communication studies and disciplines. The subjects addressed include:

A detailed background discussion of historical medical crises and how they were handled by the scientific and political communities of the time
Cognitive and emotional responses to communications during a crisis
Social media communication during a crisis, and the use of social media by authority figures during crises
Communications about health care-related subjects
Data strategies undertaken by people in authority during the coronavirus crisis
Perfect for communication scholars and researchers who focus on media and communication, Communicating Science in Times of Crisis: COVID-19 Pandemic also has a place on the bookshelves of those who specialize in particular aspects of the contexts raised in each of the chapters: social media communication, public policy, and health care.

Code:
https://k2s.cc/file/445bbfabf0726/9781119751809.epub
Code:
https://rapidgator.net/file/713791681f8b356bd3e306a85340a3f2/9781119751809.epub.html
Like Reply
Do not mention / post any under age /rape content. If found Please use REPORT button.
[Image: v3xrbtblsazcfrxulv3mg7hect.jpg]

Language as a Social Determinant of Health: Translating and Interpreting the COVID-19 Pandemic
by Federico Marco Federici (Editor)
English | 2022 | ISBN: 3030878163 | 351 Pages | PDF+EPUB | 29 MB

This edited volume demonstrates the fundamental role translation and interpreting play in multilingual crises. During the COVID-19 pandemic, limited language proficiency of the main language(s) in which information is disseminated exposed people to additional risks, and the contributors analyse risk communication plans and strategies used throughout the world to communicate measures through translation and interpreting. They show that a political willingness to understand the role of language in public health could lead local and national measures to success, sampling approaches from across four continents. The book will be of interest to students and scholars of healthcare translation and interpreting, sociolinguistics and crisis communication, as well as practitioners of risk and crisis communication and professional translators and interpreters.

Code:
https://k2s.cc/file/c553a9d85cd7c/978-3-030-87817-7.rar
Code:
https://rapidgator.net/file/3d6899edf3e47fa1b9391605d5170a19/978-3-030-87817-7.rar.html
Like Reply
[Image: mopnrlksumfeedi65l7ntknfn3.jpg]

C# .Net: Der Große C# .Net Unit Testing & Tdd Meisterkurs
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: Deutsch | Size: 6.33 GB | Duration: 11h 3m

Lerne Unit- und Integrationtesting in C# .NET - xUnit, Moq, Architektur, Testbarer Code, TDD, Praxis, Visual Studio



What you'll learn
Die Ziele des Unittesting
Aufbau eines Unit Tests - Das AAA Muster
Verschiedene Testnamensmuster
Wie und warum du Verhalten testen solltest
Der Unterschied zwischen Unit- und Integrationstests
Testbarer Code und Architektur
Unittests Isolation - Der klassische Ansatz und der London Ansatz
Bewertungsfaktoren für die Qualität von Tests
Wie sieht eine gute Test Suite aus
Mocks, Stubs und Fakes
Die Problematik mit der Testabdeckung
Best Practices und Bad Practices
Unit- und Integrationtesting in der Praxis
Clean Architecture
TDD Grundlagen
xUnit und Moq

Requirements
Du solltest über fortgeschrittene C# Skills verfügen.
Du benötigst grundlegende OOP Kenntnisse.
Du solltest dich grundlegend mit Web APIs auskennen.
Visual Studio Community Edition

Description
Bist du C# Entwickler und möchtest deine Fähigkeiten in Bezug auf Unit- Integrationtesting auf das nächste Level bringen oder suchst nach dem perfekten, gebündelten Einstieg in die Thematik? Verfügst du außerdem über fortgeschrittene Kenntnisse in C# & .NET? Dann bist in diesem Kurs genau an der richtigen Adresse.Um profesionelle Unit- und Integrationstests schreiben zu können, benötigst du nicht nur technisches Wissen über einige Frameworks und Tools, sondern auch eine Menge theoretische Grundlagen. Wir starten in diesem Kurs bei den absoluten Grundlagen und schauen uns dann Schritt für Schritt weitere Theorie an, die nötig ist, um hochwertige Tests schreiben zu können.Schon im Grundlagenabschnitt gibt es die ersten praktischen Übungen, sodass du die Theorie sofort in die Praxis umsetzen kannst. Im Kursprojekt werden wir uns gemeinsam, anhand einer Web API, ganz genau ansehen, wie eine Solution nach Clean Architecture aufgebaut werden kann. Am Ende hast du ein fertiges Beispielprojekt inklusive Unit- und Integrationstests.Das wirst du im Kurs lernen:Grundlagen: Du lernst was ein Unittest ist und welche Ziele das Unittesting verfolgt, verschiedene Testnamensmuster, die 4 Säulen guter Tests, was Testdoubles sind, welche Rolle Isolation in Bezug auf Unittests spielt und viele weitere theoretische Grundlagen.TDD: Du lernst die Grundlagen von TDD und wie man TDD in der Praxis umsetzt. In der Übungsaufgabe kannst du dich selbst an TDD versuchen.Testbarer Code: Wir schauen uns an, wie der Produktionscode beschaffen sein sollte, um möglichst effektiv getestet werden zu können. Hierzu schauen wir uns die Arten von Code, Clean Architecture und die Trennung von Geschäftslogik und Infrastrukturbelangen an.Kursprojekt (Unittests): Wir starten in die Praxis und treiben unser Projekt soweit voran, wie es uns mit Unittests allein möglich ist. In einem späteren Abschnitt stellen wir unser Projekt fertig und ergänzen Integrationstests.Integrationstests: Du lernst Unittests von Integrationstests zu unterscheiden und einige Theorie zum Thema Integrationstests. Am Ende dieses Abschnitts schauen wir uns kurz an, wie man Integrationstests für Konsolenanwendungen schreiben kann.Kursprojekt (Integrationstests): In diesem Abschnitt stellen wir unser Projekt fertig und ergänzen die notwendigen Integrationstests. Am Ende dieses Abschnitts hast du deine fertige Solution, die du immer wieder als Referenz oder Template für weitere Projekte heranziehen kannst.Best- und Bad Practices : In diesem Abschnitt unterhalten wir uns über Best Practices in Bezug auf Unittests. Außerdem lernst du Bad Practices zu vermeiden, welche man häufig in der Praxis sieht.Bei Fragen melde dich sehr gern bei mir über eine Direktnachricht oder poste deine Frage in die "Fragen und Antworten" Sektion. Ich bin so schnell wie möglich für dich da und beantworte deine Fragen.

Who this course is for
C# Entwickler mit fortgeschrittenen Kenntnissen, die sich für Unit- und Integrationtesting in .NET interessieren

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/c-sharp-dotnet-unit-testing-tdd-meisterkurs

[Image: 58teardownaufraumensoqda2.jpg]

Code:
https://k2s.cc/file/acb960deaa2ff/C_NET_Der_gro%D1%8Ae_C_NET_Unit_Testing___TDD_Meisterkurs.part1.rar
https://k2s.cc/file/79ac387d63543/C_NET_Der_gro%D1%8Ae_C_NET_Unit_Testing___TDD_Meisterkurs.part2.rar
Code:
https://rapidgator.net/file/f5bde5c386674f5cf1a573b746e8a8d8/C_NET_Der_große_C_NET_Unit_Testing_&_TDD_Meisterkurs.part1.rar.html
https://rapidgator.net/file/d9a420d5da275c91f01cc10ddd2c01d2/C_NET_Der_große_C_NET_Unit_Testing_&_TDD_Meisterkurs.part2.rar.html
Code:
https://nitroflare.com/view/E155A0C73D09E12/C_NET_Der_gro%C3%9Fe_C_NET_Unit_Testing_%26_TDD_Meisterkurs.part1.rar
https://nitroflare.com/view/FA09EF4FE9C058B/C_NET_Der_gro%C3%9Fe_C_NET_Unit_Testing_%26_TDD_Meisterkurs.part2.rar
Like Reply
[Image: 4748146c68e31oivv.jpg]

Selenium WebDriver +Java-Basic to Advanced+ RealTime Project
Published 07/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 35 lectures (16h 21m) | Size: 9.5 GB

Selenium Web Driver beginner to Master level content



What you'll learn
Student will learn Selenium WebDriver from basic to experience level
Student will Learn to write basic script .
Student will learn to develop framework
Student will learn to automate any web Application


Requirements
prerequisites you having very good knowledge in Core java skills .


Description
Hi all, We have designed Selenium WebDriver beginner to Master level content. This, course for Manual Tester, Non-Tech Or If having long gap and trying to get job in Automation Testing . After completing course you are very confidence Selenium WebDriver basic to framework development and You can crack any interview .

This, course for Manual Tester, Non-Tech Or If having log gap and trying to get job in Automation Testing After completing course you are very confidence Selenium WebDriver basic to advanced and You can crack any interview .

Selenium Syllabus

=======

1>Download and Install Java

2>Configure Setup-Eclipse,Selenium,TestNG

3>Difference between Webdriver, RC and IDE

4>How to execute test cases in IE browser using Selenium Webdriver

5>Challenges with IE browser in Selenium Webdriver

6>XPath plugin for Firefox

7>Complete study of Dynamic XPath in Selenium

8>XPath plugin for Chrome

9>How to verify Page title in Selenium Web driver

10>How to work with Radio button and Checkbox in Selenium

Webdriver + How to create re-suabe method to add in Framework

11>Handle Basic Drop down in Selenium WebDriver + How to create re-usable method to add in Framework

12>Guide to perform Drag and Drop in Selenium + How to create re-usable method to add in Framework

13>How to perform Advance activity in Selenium like- Mouse Hover,

RightClick, DoubleClick, Keyboard Event ( How to create re-usable method to add in Framework)

14>Implicit wait in selenium Webdriver ( How to create re-usable method to add in Framework)

15>Explicit Wait in Selenium Webdriver ( How to create re-usable method to add in Framework)

16>Fluent Wait in Selenium Webdriver ( How to create re-usable method to add in Framework)

17>How to capture error message in Selenium Webdriver. ( How to create re-usable method to add in Framework)

18>How to handle frames in Selenium Webdriver ( How to create re-usable method to add in Framework)

19>How to handle Alert in Selenium Webdriver( How to create re-usable method to add in Framework)

20>How to handle Calender in Selenium Webdriver( How to create re-usable method to add in Framework)

21>How to capture Screenshot in Selenium( How to create re-usable method to add in Framework)

22>How to capture screenshots of failed test cases in Selenium

Webdriver ( How to create re-usable method to add in Framework)

23>How to capture tooltip in Selenium Webdriver

24>How to scroll page in Selenium Webdriver ( How to create re-usable method to add in Framework)

25>How to handle Exception in Webdriver

26>Solution for java.lang.illegalstateexception in Selenium

Webdriver

28>How to handle Element not visible exception

29>Solution for sendkeys(CharSequence) in Selenium

30>How to Handle Stale element reference exception in Selenium

Webdriver

31>Difference between findElement and findElements in Selenium

Webdriver

32>- Page Object Model in Selenium - Complete Guide

33>Read and Write Excel file in Selenium using Apache

34>Data Driven Framework in Selenium

35>Maven Integration with Selenium

36>Configure Eclipse with Selenium and TestNG

37>Create First TestNG Program and Execute.

Configure Eclipse with Selenium and TestNG

38>Check reports generated by TestNG

39>Cross browser testing using TestNG

40>Create Data driven framework using DataProivider

41>How to execute only failed testcases in Selenium Webdriver

42>How to disable testcase in Selenium using TestNG

43>How to group Testcases in Selenium using TestNG

44>How to create dependency between Test cases in Selenium

Webdriver

45>How to execute testng.xml file through Java Program

46>Execute Selenium Webdriver Test cases parallel using TestNG

48)Git

49>Jenkins

50>Framework from scratch

1)Develop Maven project (How to configure maven)

2)Create Page Object model

3)Create Base class

4)create utility class

5)create Handler class

6)Run all test cases using XML file

7)Create log4j

8)Take screenshot for fail test cases

51) Real Time project Assignments

Who this course is for
Beginner and experiences
B Tech ,Bcom ,Fresher and Experience (Technical and non-technical ,Manual Tester and Non-CSE)

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/selenium-webdriver-java-basic-to-advanced-realtime-project/

[Image: 1.mavenpart25sybeea.jpg]

Code:
https://k2s.cc/file/4dcf67bab1020/Selenium_WebDriver__Java-Basic_to_Advanced__RealTime_Project.part1.rar
https://k2s.cc/file/2db106bee96cb/Selenium_WebDriver__Java-Basic_to_Advanced__RealTime_Project.part2.rar
Code:
https://nitroflare.com/view/967CC2FA8F9EC2D/Selenium_WebDriver__Java-Basic_to_Advanced__RealTime_Project.part1.rar
https://nitroflare.com/view/924DB62C5E713F3/Selenium_WebDriver__Java-Basic_to_Advanced__RealTime_Project.part2.rar
Code:
https://rapidgator.net/file/b53456f84802034f837e5de3e97d747d/Selenium_WebDriver__Java-Basic_to_Advanced__RealTime_Project.part1.rar.html
https://rapidgator.net/file/c687aada058bcea7131c73b7bcc0c0fe/Selenium_WebDriver__Java-Basic_to_Advanced__RealTime_Project.part2.rar.html
Like Reply
[Image: 6owunt7198fuxqgonoibn1ndqu.jpg]

Machine Learning Vom Anfänger Zum Ml Engineer
MP4 | Video: h264, 1280x720 | Audio: AAC, 48 KHz
Language: Deutsch | Size: 6.41 GB | Duration: 16h 15m

Lerne alle wichtigen Grundlagen des Maschinellen Lernens in diesem Kurs! Theoretische Grundlagen + Viele Praxisbeispiele



What you'll learn
Hands on Machine Learning
Löse Probleme der echten Welt mit Machine Learning Modellen
Viele praxisnahe Beispiele
Theoretische Grundlagen der wichtigsten Konzepte im Machine Learning

Requirements
Grundkenntnisse im Programmieren

Description
In diesem Kurs lernt ihr alles was ihr auf dem Weg zu einem erfolgreichen Machine Learning Engineer bzw. Data Scientist benötigt. Neben vielen theoretischen Visualisierungen und veranschaulichenden Beispielen, bringt dieser Kurs ebenso extrem viele Praxisbeispiele mit. Damit ihr nicht nur die theoretischen Grundlagen kennenlernt, sondern auch lernt diese in der Praxis anzuwenden und selbstständig auf neue Datensätze übertragen könnt! Darüber hinaus warten viele Aufgaben auf euch, die ihr selbst bearbeiten könnt, um das Gelernte noch weiter zu vertiefen! Selbstverständlich warten im Anschluss an die Aufgaben ausführliche Musterlösungen auf euch, so dass ihr bei Problemen jederzeit in der Lösung nachsehen könnt. Dieser Kurs wurde in 8 Abschnitte unterteilt. Als erstes beginnen wir mit einer kurzen Einleitung und erklären euch das Grundprinzip des Maschinellen Lernens. Im Anschluss daran beschäftigen wir uns mit der Learning Theory, worauf im vierten Kapitel die Evaluation folgt. Im fünften Kapitel dreht sich dann alles um die Datenvorverarbeitung. Das darauffolgende Kapitel beschäftigt sich dann mit allen wichtigen Modellen im Bereich des Maschinellen Lernens und gibt euch die besten Algorithmen für den Erfolg als Machine Learning Engineer mit auf den Weg. Das siebte Kapitel geht näher auf den Themenbereich des Clustering ein. Zu guter Letzt bietet der Kurs als Bonus noch ein Kapitel zur Einführung in Neuronale Netze, mit welchen sich wohl die mächtigsten Modelle der heutigen Zeit darstellen lassen.Als krönender Abschluss erwartet euch darüber hinaus noch ein Praxisbeispiel im Rahmen einer Data Science Competition!

Who this course is for
Quereinsteiger,Studenten,Unternehmen,Angestellte

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/maschinelles-lernen

[Image: 107gradientdescentsjed6g.jpg]

Code:
https://nitroflare.com/view/E50CFDDEDAE9A2C/Machine_Learning_vom_Anf%C3%A4nger_zum_ML_Engineer.part1.rar
https://nitroflare.com/view/64DBA9C26EE4B7A/Machine_Learning_vom_Anf%C3%A4nger_zum_ML_Engineer.part2.rar
Code:
https://k2s.cc/file/46f768513c8fa/Machine_Learning_vom_Anf%D0%94nger_zum_ML_Engineer.part1.rar
https://k2s.cc/file/c79a01eb0001c/Machine_Learning_vom_Anf%D0%94nger_zum_ML_Engineer.part2.rar
Code:
https://rapidgator.net/file/290fd89a526a617be5059f95730ef4c0/Machine_Learning_vom_Anfänger_zum_ML_Engineer.part1.rar.html
https://rapidgator.net/file/4220b1185af1a4d045c7d931b6986d0a/Machine_Learning_vom_Anfänger_zum_ML_Engineer.part2.rar.html
Like Reply
[Image: 303082750x.01.sclzzzz1leto.jpg]

Navigating Through the Crisis - A special Issue on the Covid 19 Crises, Vol. 2
by Silvia L. Fotea (Editor), Ioan Ş. Fotea (Editor), Sebastian Văduva (Editor)
English | 2022 | ISBN: 303082750X | 360 Pages | PDF+EPUB (True) | 20 MB

This proceedings volume provides a multifaceted perspective on the unprecedented crises generated by the global COVID-19 pandemic, and its ramifications for individuals, businesses, organizations, governments and systems in developing countries. Featuring selected papers from the 2020 Annual Griffiths college of Management and IT Conference (GSMAC), held in Oradea, Romania, this volume focuses on business, technological and ethical considerations in the process of navigating through a global crisis. It analyzes the effectiveness of different measures taken at individual, organizational and country level and outlines potential scenarios and solutions for the new post-crisis reality. Finally, the book provides diagnosis and recommendations for managerial practice in various industries impacted.

Code:
https://k2s.cc/file/2409674a1140f/303082750X.7z
Code:
https://rapidgator.net/file/2a825ed9346b0e98606268525c8ecd89/303082750X.7z.html
Like Reply
[Image: inkqkzbyrylhkpoxrofswjpdah.jpg]

Développez En Full Stack Avec Spring Boot Et Angular
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: Français | Size: 8.02 GB | Duration: 17h 19m

Apprendre à développer Full Stack Spring Boot/Angular à partir de zéro à travers des exemples simples et pédagogiques



What you'll learn
Développer des api REST avec Spring Boot
Développer des interfaces Front end avec Angular
Sécuriser les api avec le token JWT
Consommer les api REST sécuriser à partir de Angular

Requirements
Connaissances de base des principes de base de la POO, JAVA,HTML et CSS sont requises

Description
A l'aide de 18 ateliers pratiques contenant chacun un ensemble d'objectifs pédagogiques précis. A la fin de ce cours le participant sera capable de :Spring Boot : Développer les couches Modèle, Persistance et Service d'une application Back endSpring Boot : Persister et interroger les données avec Spring Data JPASpring Boot : Développer des Webservices/api REST fullAngular : Comprendre la structure d'un projet Angular, de l'installer et de créer un premier ProjetAngular : Utiliser les différents types du Data Binding : String Interpolation, Property Binding, Event Binding et Two Way BindingAngular : Créer les composant web, intégrer Bootstrap et utiliser le RoutingAngular : Créer des formulaires de saisie et d'utiliser les services AngularAngular : Créer des formulaires pour modifier et supprimer les produitsAngular : Créer des associations entre les classes modèle et de manipuler les listes déroulantesAngular : Consommer des api REST à partir de Angular en utilisant le module HttpClientAngular : Consommer des api REST développés avec Spring Data RESTAngular : Développer des interfaces de recherches en utilisant l'event Keyup, les pipes et les filtresAngular : Utiliser les décorateurs @Input et @output pour transmettre les données entre les composantsAngular : Sécuriser l'accès aux différentes interfaces selon les droits de l'utilisateurs connectéSpring Boot : Développer une application Spring boot qui génère un token JWT Spring Boot : Développer une application Spring boot qui vérifie l'authenticité du token JWTSpring Boot : Sécuriser des api Rest à l'aide du Token JWTAngular : Consommer les api sécurisés avec JWTContenu :Atelier 01 Spring Boot : Les couches Modèle, Persistance et ServiceAtelier 02 Spring Boot :Persister et interroger les données avec Spring Data JPA,Atelier 03 Spring Boot : Développer des Web services REST avec Spring Boot,Atelier 04 Angular : Comprendre la structure d'un projet Angular, de l'installer et de créer un premier ProjetAtelier 05 Angular : Utiliser les différents types du Data Binding Atelier 06 Angular : Créer les composant web, intégrer Bootstrap et utiliser le RoutingAtelier 07 Angular : Créer des formulaires de saisie et d'utiliser les services AngularAtelier 08 Angular : Créer des formulaires pour modifier et supprimer les produitsAtelier 09 Angular : Créer des associations entre les classes modèle et de manipuler les listes déroulantesAtelier 10 Angular : Consommer des api REST à partir de Angular en utilisant le module HttpClientAtelier 11 Angular : Consommer des api REST développés avec Spring Data RESTAtelier 12 Angular : Développer des interfaces de recherches en utilisant l'event Keyup, les pipes et les filtresAtelier 13 Angular : Utiliser les décorateurs @Input et @output pour transmettre les données entre les composantsAtelier 14 Angular : Sécuriser l'accès aux différentes interfaces selon les droits de l'utilisateurs connectéAtelier 15 Spring Boot : Développer une application Spring boot qui génère un token JWT Atelier 16 Spring Boot : Développer une application Spring boot qui vérifie l'authenticité du token JWTAtelier 17 Spring Boot : Sécuriser des api Rest à l'aide du Token JWTAtelier 18 Angular : Consommer les api sécurisés avec JWT

Who this course is for
Développeur Full stack Spring Boot/Angular

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/developpez-en-full-stack-avec-spring-boot-et-angular

[Image: 42twowaybindings15egj.jpg]

Code:
https://k2s.cc/file/51f088460970a/D%D0%98veloppez_en_Full_Stack_avec_Spring_Boot_et_Angular.part1.rar
https://k2s.cc/file/a9451f2e64842/D%D0%98veloppez_en_Full_Stack_avec_Spring_Boot_et_Angular.part2.rar
Code:
https://rapidgator.net/file/7f07824e865745124650dc1d240239c3/Développez_en_Full_Stack_avec_Spring_Boot_et_Angular.part1.rar.html
https://rapidgator.net/file/4bf160b18d52a86d139dd24136b44b07/Développez_en_Full_Stack_avec_Spring_Boot_et_Angular.part2.rar.html
Code:
https://nitroflare.com/view/F133CAFA2DF2F2B/D%C3%A9veloppez_en_Full_Stack_avec_Spring_Boot_et_Angular.part1.rar
https://nitroflare.com/view/12ABB3C63C71246/D%C3%A9veloppez_en_Full_Stack_avec_Spring_Boot_et_Angular.part2.rar
Like Reply
[Image: t8i8bshvbnymhatfquija8tcpq.jpg]

Mastering Stm32F407 Microcontrollers
Published 7/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 7.67 GB | Duration: 15h 52m

Developing applications exploring many STM32F4 peripherals



What you'll learn
Explore the features of the STM32F407 microcontrollers by knowing its electrical characteristics, its main registers and applications
Explore many resources of the STM32CubeIDE as well as software libraries, HAL API, and a bunch of middlewares to accelarate the development task
Provide practical skills for diagnosing common programming failures through the use of STM32CubeIDE embeeded debugger tools, and STM32CubeMonitor
Develop applications integrating microcontroller peripherals such as ADC, USART, USB, TIM, RTC, SPI, GPIO, IWDG, etc
Develop solutions for Graphic Display and Touch controller, uSD Cards, Ethernet interface and much more.

Requirements
STM32F407 Development board + aditional peripheral boards and display

Description
Programming course in C language for ARM Cortex-M4 microcontrollers, based on the microcontroller STM32F407. Explore the features of the STM32F407 microcontrollers by knowing its electrical characteristics, its main registers and applications.Explore many resources of the STM32CubeIDE as well as software libraries, HAL API, and a bunch of middlewares to accelarate the development task.Provide practical skills for diagnosing common programming failures through the use of STM32CubeIDE embeeded debugger tools, or even by monitoring and terminal tools as STM32CubeMonitor.Develop applications integrating microcontroller peripherals such as ADC, USART, USB, TIM, RTC, SPI, GPIO, IWDG, etc. With those peripherals and their software resources, develop solutions for Graphic Display and Touch controller, uSD Cards, Ethernet interface and much more.Common hardware resources avaluable in the market as STM32F407 based development boards, Touch LCD Display based on ILI9341 and XPT2046, LAN8720 Ethernet expansion board, uSD card, USB to serial adapter, ST-Link V2 Programmer, Potentiometer and Dupont FxF Jumpers are applied in this course.Complementary documentation as Application Notes, User Manuals, Reference Manuals, Datasheets, Firmware Packages and much more, can be downloaded in their last version directly form ST website. Software like STM32CubeIDE, STM32CubeMonitor, USB HID Demonstrator, can be downloaded directly from ST website too.

Overview

Section 1: Introduction

Lecture 1 INITIAL CONSIDERATION

Lecture 2 MCU CONCEPTS

Lecture 3 GPIO CMSIS

Lecture 4 GPIO HAL

Lecture 5 EXTI HAL

Lecture 6 PWM

Lecture 7 IC

Lecture 8 TIM

Lecture 9 IWDG

Lecture 10 ADC Basis

Lecture 11 ADC DMA

Lecture 12 RTC

Lecture 13 USART Basis

Lecture 14 USART Advanced

Lecture 15 USB HID

Lecture 16 EEPROM Emulation

Lecture 17 FATFS uSD

Lecture 18 LWIP

Lecture 19 ETH IAP

Lecture 20 LCD + Touch (ILI9341 + XPT2046)

Programmers,Engineers,Technicians,Electronic hobbyists

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/mastering-stm32f407-microcontrollers/

[Image: 5extihalscxelv.jpg]

Code:
https://k2s.cc/file/f207a35b8bedb/Mastering_STM32F407_microcontrollers.part1.rar
https://k2s.cc/file/fb12b048c2ed6/Mastering_STM32F407_microcontrollers.part2.rar
Code:
https://nitroflare.com/view/A5FAF165161B938/Mastering_STM32F407_microcontrollers.part1.rar
https://nitroflare.com/view/FFB50334750F00F/Mastering_STM32F407_microcontrollers.part2.rar
Code:
https://rapidgator.net/file/43190a9a0b78af399f0dacbd4f26634b/Mastering_STM32F407_microcontrollers.part1.rar.html
https://rapidgator.net/file/8cf952f83e66e3cc71eaa66212dcbae2/Mastering_STM32F407_microcontrollers.part2.rar.html
Like Reply
[Image: w0jxmt2kbyt1e3gpmshk29mfdk.jpg]

Computational Epidemiology: Data-Driven Modeling of COVID-19
Author: Ellen Kuhl
English | 2022 | ISBN: 3030828921 | 328 Pages | PDF (True) | 24 MB

This innovative textbook brings together modern concepts in mathematical epidemiology, computational modeling, physics-based simulation, data science, and machine learning to understand one of the most significant problems of our current time, the outbreak dynamics and outbreak control of COVID-19. It teaches the relevant tools to model and simulate nonlinear dynamic systems in view of a global pandemic that is acutely relevant to human health.

Code:
https://k2s.cc/file/66e9381ac86ec/978-3-030-82890-5.pdf
Code:
https://rapidgator.net/file/aba869d00b51471193fd62c45b3766a0/978-3-030-82890-5.pdf.html
Like Reply
[Image: ijn4gpzgmktltdr6kknybsicf9.jpg]

Fortgeschrittenes Css: Animationen, Flexbox, Svg, 3D, Sass,.
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: Deutsch | Size: 21.01 GB | Duration: 37h 25m

Vom Anfänger zum HTML & CSS-Profi: Mit einem riesigen Praxisprojekt



What you'll learn
Entwickle schicke Webseiten mit modernsten CSS-Features
Lerne am Beispiel: Setze ein komplettes Projekt um
Transitions, @keyframes: Erstelle komplexe Animationen - auch komplett ohne JavaScript
Lerne wie CSS wirklich funktioniert: Layout, Vererbung, Positionierungen, Spezifität von Selektoren
BEM-Components: Steigere deine Produktivität und schreibe wiederverwendbaren CSS-Code
SASS: Strukturiere deine CSS-Dateien und behalte selbst bei 10.000+ Zeilen noch den Überblick
Responsive Design: Mobile-First vs. Desktop-First, 1rem vs. 1em, ...
3D: Erstelle schicke 3D-Effekte mit CSS

Requirements
Du solltest schonmal ein bisschen was mit HTML entwickelt haben
HTML-Grundlagen reichen aber aus - du brauchst kein HTML-Profi zu sein
Es werden keine CSS-Kenntnisse vorausgesetzt - du lernst alles in diesem Kurs

Description
Du hast schon etwas mit HTML und CSS entwickelt, und möchtest deine Kenntnisse jetzt ausbauen? Dir sind moderne CSS3-Features wie 3D-Effekte, Animationen, Flexbox oder Grid noch neu? Oder du möchtest einfach nur noch schickere Webseiten entwickeln?Dann ist dieser Kurs genau das Richtige für dich.Dies ist einer der modernsten und umfangreichsten Kurse zum Thema fortgeschrittenes CSS auf Udemy. Schritt für Schritt lernst du nicht nur die Grundlagen von CSS, sondern auch alle modernen CSS-Features - inklusive diverser CSS-Tricks, mit denen du als Webentwickler noch effizienter wirst.Hierbei lernst du alles komplett praxisorientiert und am Beispiel - das Projekt, was wir in dem Kurs entwickeln, kann sich echt sehen lassen. Auch entwickeln wir interaktive Features wie ein ausfahrbares Seitenmenü, Buttons die weiteren Inhalt aufklappen, und einen Dialog, der sich animiert über die Seite legt - und zwar ohne dass für diese Funktionalität JavaScript im Browser benötigt wird.Dieser Kurs hört fängt dort an, wo andere HTML-Kurse aufhören: Hier lernst du keine HTML-Grundlagen, sondern wir gehen hier explizit auf modernes CSS ein - bis an die Grenzen des technisch machbaren.Nach Abschluss dieses Kurses...... bist du ein gefragter Webentwickler, der auch komplexeste Designs souverän umsetzen kann... hast du ein umfangreiches Verständnis, wie CSS "unter der Haube" funktioniert... bist du derjenige, der auch noch so komplexe Layouts problemlos umsetzen kann... kannst du Designs entwickeln, die nicht nur auf Desktop- sondern auch auf Mobilgeräten gut aussehen (Responsive Design)... behältst du dank SASS auch bei riesigen Projekten noch den ÜberblickWas lernst du alles in diesem Kurs?CSS Grundlagen: Vererbung, Spezifität, CascadingResponsive Design: Desktop-first vs. Mobile-firstGradients: Erstelle schicke Farbverläufe, als Hintergrundbild oder als SchriftfarbeAnimationen: Erstelle schicke Animationen, als Hover-Effekt oder als @keyframes-Animation. Inklusive diverser Tricks, damit deine Animationen immer flüssig dargestellt wird3D-Effekte: Erstelle noch schickere Animationen, und bewege Elemente im 3D-RaumFlexbox: Platziere Elemente nebeneinander - sehr viel eleganter als mit einem "float: left"CSS-Grid: Platziere Elemente automatisch in einem Grid - ideal für Responsive DesignPositionierung von Elementen: Oft müssen wir mehrere Elemente übereinander legen, z.B. um ein Bild von Text überlagern zu lassen. Lerne alles, was du hierzu wissen musst!Diverse CSS-Tricks:Interaktive MenüsCSS debuggenSASS: Strukturiere deinen CSS-Code so, dass du auch bei größeren Projekten noch den Überblick behältstVariablenMixinsFarben abändern (sass:color)Entwickle ein komplettes Praxisprojekt von A-Z

Who this course is for
Leute mit etwas Erfahrung mit HTML & CSS, die jetzt ihre CSS-Kenntnisse auf das nächste Level bekommen möchten

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/css-und-sass

[Image: 105abstandeanpassencod5ejz.jpg]

Code:
https://k2s.cc/file/73e112c564d4b/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%D0%91%E2%94%80%E2%95%95.part1.rar
https://k2s.cc/file/2a8f4c5ac089a/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%D0%91%E2%94%80%E2%95%95.part2.rar
https://k2s.cc/file/f5cb0c259b79e/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%D0%91%E2%94%80%E2%95%95.part3.rar
https://k2s.cc/file/9b71ca062bd06/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%D0%91%E2%94%80%E2%95%95.part4.rar
https://k2s.cc/file/39bbcc94c0ccc/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%D0%91%E2%94%80%E2%95%95.part5.rar
Code:
https://nitroflare.com/view/973E16F9E640879/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%E2%80%A6.part1.rar
https://nitroflare.com/view/3B8B55DC951A044/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%E2%80%A6.part2.rar
https://nitroflare.com/view/403D9C2B6E197FE/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%E2%80%A6.part3.rar
https://nitroflare.com/view/9AD0C1116936CEC/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%E2%80%A6.part4.rar
https://nitroflare.com/view/537F720D5407F5D/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS%E2%80%A6.part5.rar
Code:
https://rapidgator.net/file/e0a88a58cc8abdb4ae9dfcfbbccf2c67/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS..part1.rar.html
https://rapidgator.net/file/5d7e69dcc6ae96ba3dc5ad062618d5a2/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS..part2.rar.html
https://rapidgator.net/file/cb7198f0d901de2cbf421b4189a02b1f/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS..part3.rar.html
https://rapidgator.net/file/4d1b71d9aece75a051cd68a9a95eb93f/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS..part4.rar.html
https://rapidgator.net/file/8803a65d1c823b2dcd6685e4281f8234/Fortgeschrittenes_CSS_Animationen_Flexbox_SVG_3D_SASS..part5.rar.html
Like Reply
[Image: 6skrvg27cwmafwcywubpw3peqn.jpg]

Organising Care in a Time of Covid-19
Editors: Justin Waring, Jean-Louis Denis, Anne Reff Pedersen, Tim Tenbensel
English | ISBN: 978-3-030-82696-3 | 2021 | 351 pages | EPUB, PDF | 7 MB

The COVID-19 pandemic has led to radical transformations in the organisation

and delivery of health and care services across the world. In many countries,

policy makers have rushed to re-organise care services to meet the surge demand

of COVID-19, from re-purposing existing services to creating new 'field' hospitals.

Such strategies signal important and sweeping changes in the organisation of

both 'COVID' and 'non-COVID' care, whilst asking more fundamental questions

about the long-term organisation of care 'after COVID'. In some contexts, the

pandemic has exposed the fragilities and vulnerabilities of care systems, whilst

in others, it has shown how services are organised to be more resilient and

adaptive to unanticipated pressures.

Code:
https://k2s.cc/file/730c452b341c3/978-3-030-82696-3.rar
Code:
https://rapidgator.net/file/98093acf42f55c5b75e2f03d1ab38662/978-3-030-82696-3.rar.html
Like Reply
[Image: 46791443e4a31gca2.jpg]

Learn Flutter and Flame by Building Minecraft!
Published 07/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 197 lectures (23h 37m) | Size: 17.9 GB

A fullstack all-in-one course where you'll learn everything from Flutter, Dart, Flame, etc by building Minecraft!



What you'll learn
Proficiency in Flutter, Flame, Algorithms, Local Databases (Hive), GetX, Game Design, Game Development, and much more!
Advanced problem solving skills, including usage of various algorithms, project management abilities, etc.
In depth knowledge about programming and algorithms, learned from practical examples.
You'll be taken through a journey of 8000+ lines of code, guided step-by-step, with animations.


Requirements
Everyone is guaranteed to learn something new, but as a starting point you'd need to have a basic-intemediate knowledge of Flutter and Dart! Every line of code will be explained in detail, with inforgraphic animations!
Beginners are also welcome, but be sure ask me questions to clear doubts during every step!
You must have VS Code installed.
You should atleast know the basics of Flutter and Dart; Building Apps, Stateless-Statefull Widgets, Using and Installing Packages, Knowledge of Classes, etc.


Description
In this course, you will be taken through the perplexing and algorithmic journey of creating a complex 2D Version of the game Minecraft, with Flutter, and a bare-bones game engine package; Flame. This is a jam-packed, all-in-one course made with 600hrs of dedicated work, which will leave you well on your way to becoming a better developer.

In this course, we'll cover every prominent feature that makes Minecraft the game it is, including-

Procedural Terrain Generation with Perlin Noise.

Biomes; Desert and Birch Forest. (Expandable)

Structure Generation (Biome Specific)

Block Placing/Breaking (Different Mining Speeds for Different Types of Blocks. Also accounting for Tool used)

Player Movement, Animations, Damage Indicators, Delta Time accounting speed, Quadratic Graavity, etc.

Health and Hunger System

Respawning/Respawn Screen.

Game Layout; GUI-game Separation.

Collision algorithm from Intersection Points.

Dynamic Crafting Algorithms.

Accountable Inventory System.

Global Data Management with GetX.

Day-Night Time Cycle (Custom Timer)

Hostile Mobs; Zombies/Spider (With their own specific logic).

Tools and Weapons of different Tiers.

Custom Block Generation (Expandable).

Gravity Blocks.

World Saving with Hive

Interactive world creation and joining with a launcher.

Launcher panorama effect.

And much more!

All of these complex features and code, are packaged, and explained, line-by-line with captivating animations.

But this is not it, you can expand on my take on Minecraft, as this course was designed to encourage your creativity. if you have any problems while coding, you can reach out to me on my discord server and I'll respond to your doubt.

Who this course is for
Anyone who is looking to increase their proficiency in Flutter/Dart should definitely try this course. It covers a wide range of algorithms, and tools. I guarantee that even the experts will learn tons of new things!

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/learn-flutter-and-flame-by-building-minecraft-aadhiarun/

[Image: 2.mobknockbacksdamagea7iqj.jpg]

Code:
https://k2s.cc/file/74dbd42eeeffb/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part1.rar
https://k2s.cc/file/0fa8798f912ba/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part2.rar
https://k2s.cc/file/62fe445d4f4de/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part3.rar
https://k2s.cc/file/05052afee7e13/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part4.rar
Code:
https://nitroflare.com/view/A4FFEB15C331019/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part1.rar
https://nitroflare.com/view/B56E8E38C6ABBD4/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part2.rar
https://nitroflare.com/view/9EDEBC7ED74FBAC/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part3.rar
https://nitroflare.com/view/5A824ECB9265A58/Learn_Flutter_and_Flame_by_Building_Minecraft%21.part4.rar
Code:
https://rapidgator.net/file/bc3b0efc40b5ea5643bf1c5970982c08/Learn_Flutter_and_Flame_by_Building_Minecraft!.part1.rar.html
https://rapidgator.net/file/f70ae3163b6c22b6bcf9862c7bdc04a8/Learn_Flutter_and_Flame_by_Building_Minecraft!.part2.rar.html
https://rapidgator.net/file/54f63ebf84b908f7f6b8462c706d88ee/Learn_Flutter_and_Flame_by_Building_Minecraft!.part3.rar.html
https://rapidgator.net/file/fb237a39307fa7213f38e9ad0da17426/Learn_Flutter_and_Flame_by_Building_Minecraft!.part4.rar.html
Like Reply
[Image: 1mfzdkxjokh8r9jk8s4032ffr0.jpg]

Talend Data Integration & Kobo Toolbox En Français
Dernière mise à jour : 5/2020
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: Français | Size: 6.58 GB | Duration: 16h 18m

Apprendre l'intégration des données avec Talend Data Integration par la PRATIQUE (Source de données : API Kobo Toolbox)



What you'll learn
Avec Talend Data Integration vous allez apprendre par la pratique à automatiser l'extraction, la transformation et le chargement de vos données des formulaires créés dans Kobo Toolbox vers Excel ou vers un fichier au format CSV ou vers une base de données relationnelle.
Installer Talend Open Studion for Data Integration, créer un projet, créer un job, créer des variables de contexte, utiliser certains composants Talend nécessaires à la réalisation de l'atelier.
Apprendre à concevoir et structurer un projet Talend.
Utiliser un fichier des properties (fichiers de configuration du job Talend).
Apprendre à utiliser les web services REST de l'API Kobo ToolBox avec Talend Data Integration.
Documenter un Job Talend, gérer les exception Java, etc...
Apprendre à utiliser Talend Data Integration par la pratique avec un cas concret directement utilisable pour vos besoins au quotidien.
L'application d'extraction de données réalisée à la fin de cet atélier est directement utilisable pour vos besoins d'extraction au quotidien.
Vous réaliserez au moins 17 exercices pratiques pour vous familairiser avec les composants et les bonnes ptratiques avec Talend...

Requirements
Vous devez disposer d'un ordinateur et une connexion internet
Avoir des notions du langage Java ou un autre langage de programmation objet (souhaité)
Avoir des notions en SQL
Les plateformes Open Source de collecte de données avec téléphone mobile tels que Kobo ToolBox, ou ODK ou ONA...

Description
Vous allez apprendre à créer une application professionnelle complète pour l'extraction automatique des données de vos formulaires KoBo ToolBox au format Excel ou CSV en temps réel en utilisant Talend Data Integration. Apprenez les techniques de base de développement et de déploiement de job Talend. Vous allez vous familiarisez avec un ETL open source du marché (gratuit) et puissant d'extraction, de transformation et de chargement de données.A la fin de cette formation Talend Data Integration vous serez fièrement capable par la pratique, d'automatiser l'extraction de vos données des formulaires créés dans Kobo Toolbox vers Excel ou vers un fichier au format CSV. Au fur et à mesure que les équipes d'enquêteurs collecteront les données avec leur téléphone mobile et qu'ils les enverront dans Kobo ToolBox, ces données seront chargées automatiquement dans une table de base de données dédiée au projet. Vos données sont ainsi sécurisées de bout en bout !Cette architecture de collecte et d'intégration des données évite les erreurs liées aux échanges de données entre les enquêteurs et les agents de saisie. Ce système garantie aussi la détection des erreurs en temps réel lors de la phase de collecte des données de l'enquête, de les corriger assez rapidement avant que cela ne soit trop tard.

Overview

Section 1: Bienvenue

Lecture 1 Introduction

Lecture 2 Principes généraux des ETL

Lecture 3 Architecture technique de l'application KOBOTOOLBOX_DATA_EXTRACTOR

Lecture 4 Présentation de la société Talend

Section 2: Intégrer des données avec Talend

Lecture 5 Configuration minimum recommandée pour installer Talend Open Studio

Lecture 6 Installation et prise en main de Talend Open Studio

Lecture 7 Présentation des familles de composants : Partie 1

Lecture 8 Présentation des familles de composants : Partie 2

Lecture 9 Présentation des familles de composants : Partie 3

Lecture 10 Manipulation des composants et Création de liens entre les composants - Partie 1

Lecture 11 Manipulation des composants et Création de liens entre les composants - Partie 2

Section 3: Exercices Pratiques

Lecture 12 Exercice 1 : création d'un premier job simple

Lecture 13 Exercice 2.1: métadonnées de lecture du contenu d'un fichier CSV

Lecture 14 Exercice 2.2 : métadonnées de connexion à une BDD - écrire dans une table de BDD

Lecture 15 Exercice 3 - Isoler les doublons d'enregistrement d'un fichier CSV

Lecture 16 Exercice 4 - Lire les données d'une table de BDD

Lecture 17 Exercice 4.1-Lire les données d'une table de BDD, créer un fichier Excel et CSV

Lecture 18 Exercice 5 - Créer une variable globale et l'utiliser dans un filtre

Lecture 19 Exercice 6 - Utiliser tFilterColumns

Lecture 20 Exercice 7 - Utilisation simple du tMap

Lecture 21 Exercice 8 - Utilisation tMap Jointure et Filtre sur fichiers entrées

Lecture 22 Exercice 9 - Utilisation tMap avec Filtre sur les données en sortie

Lecture 23 Exercice 10 - Utilisation tMap et les conditions ternaires Java

Lecture 24 Exercice 11 - Itération avec tFlowToIterate, utilisation de tFixedFlow

Lecture 25 Exercice 12 - Implémenter l'Exercice 11 avec un tMap

Lecture 26 Exercice 13 - Jointures avancées avec tMap, gestion des rejets et doublons

Lecture 27 Exercice 14 - Gestion des contextes

Lecture 28 Exercice 15 - Versionning de Job

Lecture 29 Exporter un Job

Lecture 30 Importer un Job

Lecture 31 Exporter un Projet

Lecture 32 Importer un Projet

Lecture 33 Mettre en place des logs d'exécution : tLogCatcher, tDie, tWarn

Section 4: Créer l'application KOBOTOOLBOX DATA EXTRACTOR

Lecture 34 Installer, configurer et tester KoBoCollect

Lecture 35 Présentation du formulaire ENQUETE DEMOGRAPHIQUE dans KoboToolBox

Lecture 36 Créer le projet KOBOTOOLBOX_DATA_EXTRACTOR

Lecture 37 Créer la structure des dossiers du projet et initialiser le fichier de config

Lecture 38 Présentation des jobs contenus dans l'application KOBOTOOLBOX_DATA_EXTRACTOR

Lecture 39 Création du job getKoboUserForms

Lecture 40 Création du job getKoboUserFormData

Lecture 41 Création du job getKoBotUserFormDataByOwnerUsername

Lecture 42 Création du job KOBOTOOLBOX_DATA_EXTRACTOR_MAIN

Lecture 43 Intégrer les données du formulaire ENQUETE DEMOGRAPHIQUE dans la BDD Mysql

Lecture 44 Exporter, Décompresser le job KOBOTOOLBOX_DATA_EXTRACTOR_MAIN

Lecture 45 Création de la tâche planifiée sous Windows KoboToolBoxExtractor (taskschd.msc)

Section 5: Bonus

Lecture 46 Lancer un processus en arrière-plan de Windows

Lecture 47 Ressources complètes Formation et Application finale KOBOTOOLBOX_DATA_EXTRACTOR

Gestionnaire de données au sein des ONG,Technicien SIG (Systèmes d'Information Géographique),Géomètre-topographe (collecte des données topographiques),Chef de projet SIG,Chef de Projet Collecte de données avec Kobo ToolBox, ODK, ONA, etc...,Développeur d'Applications,Administrateur de base de données,Consultant en Informatique Décisionnelle (Business Intelligence),Etudiant(es) dans le domaine de l'informatique, Géomatique, Système d'Information Géographique, etc...,Toutes personnes souhaitant s'initier à l'intégration des données via l'ETL Talend

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/talend-data-integration-kobo-toolbox-en-francais/

[Image: 14exercice22metadonnefoep9.jpg]

Code:
https://nitroflare.com/view/FECA63874FB7B1C/Talend_Data_Integration_%26_Kobo_Toolbox_en_fran%C3%A7ais.part1.rar
https://nitroflare.com/view/04A98585B3A5F5E/Talend_Data_Integration_%26_Kobo_Toolbox_en_fran%C3%A7ais.part2.rar

Code:
https://k2s.cc/file/b064ef81304a0/Talend_Data_Integration___Kobo_Toolbox_en_fran%D0%93ais.part1.rar
https://k2s.cc/file/68290c5ea71a2/Talend_Data_Integration___Kobo_Toolbox_en_fran%D0%93ais.part2.rar

Code:
https://rapidgator.net/file/621522e42b50b3c30ebb1be956ffffbd/Talend_Data_Integration_&_Kobo_Toolbox_en_français.part1.rar.html
https://rapidgator.net/file/0d941b34c21cbdca7f77d1250633cdac/Talend_Data_Integration_&_Kobo_Toolbox_en_français.part2.rar.html
Like Reply
[Image: 24kb4xtyleo9yed25pxhgwjcjq.jpg]

Post-COVID Economic Revival, Volume II
by Vladimir S. Osipov (Editor)
English | 2022 | ISBN: 978-3-030-83566-8 | 402 Pages | PDF EPUB | 13 MB

This two-volume book examines the most important global problem-the recovery of the social-economic crises due to the COVID-19 pandemic. This economic crisis has its own basis and differs from others by the lockdown of most businesses on the decision of authorities. The uncertainty of the future economic revival obliges scientists around the world to unite in search of effective solutions that will become the basis for prosperity and human wellbeing.

The death of millions of people around the world, several waves of coronavirus, and a global pandemic have forced most states to seek extraordinary measures to save people and revive economic activity. The world economy experienced a global shock, probably never experienced before due to lockdowns. The disruptions and gaps in the value chains were primarily caused by the lockdowns of enterprises. The change in the essence of the economic crisis has raised the question of how to overcome it and revive economic activity. The crisis caused a sharp decline in incomes of the population around the world, which led to social upheavals. Post-COVID economic revival in a globalized world has become the most important problem of our time. This book offers contributions of authors from different countries and explores problem solving in the fields of public administration (Volume I, Part I), financial services (Volume I, Part II), different branches (Volume II, Part III) and the social sector (Volume II, Part IV).

The second volume of the book is devoted problems in sectors of the economy, such as agriculture, tourism, aircraft, the automotive industry, electricity, culture, etc. The second part of the second volume examines trends in the revival in the social sector-medicine, pharmaceuticals, the labor market and social insurance. Despite the fact that the book is divided into two volumes and four parts, a holistic and systematic perception of the new reality of the post-COVID age can be obtained by reading the entire book.
This book will be of interest to academics and practitioners in public administration and economics, particularly those who are interested in Post-COVID economic revival.

Code:
https://k2s.cc/file/c19c29f4f9887/978-3-030-83566-8.rar
Code:
https://rapidgator.net/file/492664844077a3759878a242266ebb11/978-3-030-83566-8.rar.html
Like Reply
[Image: 0pn4pxbkj71iiuh1i1ikdhie64.jpg]

The Covid Spectrum Theoretical and Experiential Reflections from India and Beyond
by Kanchana Mahadevan (Editor), Satishchandra Kumar (Editor), Meher Bhoot (Editor)
English | ISBN: 935447151X | 2021 | 360 pages | PDF | 3 MB


Description
The COVID Spectrum brings together a diverse range of essays from five continents
on the pandemic that plunged the world into an unprecedented crisis. Important
questions raised and sought to be answered in the first section of the book straddle

Read more

Code:
https://k2s.cc/file/a6aeaf6e02ba8/935447151X.pdf
Code:
https://rapidgator.net/file/603f986ecdf621776d101d6b8cecc518/935447151X.pdf.html
Like Reply
[Image: v2fdptalzz2t6pxjg2wsar9e68.jpg]

Der Moderne Java-Kurs, Vom Anfänger Zum Profi
MP4 | Video: h264, 1280x720 | Audio: AAC, 48 KHz
Language: Deutsch | Size: 18.25 GB | Duration: 51h 31m

Alles über Java, von Java 1.0 bis Java 17



What you'll learn
Alles über Java - der Kurs vom Java-Champion für Einsteiger und Fortgeschrittene
Von der ersten Codezeile bis hin zur anspruchsvollen Anwendung
Imperatives Programmieren
Objektorientiertes Programmieren
Funktionales Programmieren
Datenstrukturen und Algorithmen
Dateiverarbeitung
Datenbankabfragen
Java Stream-API
Nebenläufige Programme schreiben

Requirements
Grundverständnis für die Programmierung ist hilfreich
Bedienung einer grafischen Oberfläche
Installation von Software

Description
TeilnehmerInnen dieses Kurses lernen die Programmiersprache Java und die Java Standardbibliothek von Grund auf kennen. Welche Datentypen gibt es, wie formuliert man Fallunterscheidungen und Schleifen, wie schreibt man Methoden, Klassen, Schnittstellen. Doch bei den Basics hört es nicht auf. Auch anspruchsvolle Sprachkonstrukte behandelt das Video-Training umfassend: dynamisches Binden, Auswahl der richtigen Datenstrukturen, Generics, Lambda-Ausdrücke, funktionale Programmierung und vieles mehr. Die Basis bildet Java 8, aber es werden alle Features vorgestellt bis zur aktuellen Version Java 17. Und in Java ist wahrlich viel passiert, modernes Java sieht ganz anders aus als das, was viele vielleicht von 20 Jahren einmal gelernt haben.Der Dozent, Christian Ullenboom, ist seit mehr als 20 Jahren auf der Java Insel unterwegs und seine Java-Bücher sind Standardwerke. Durch seine Arbeit mit Java, den Schulungen und dem populären Buch „Java ist auch eine Insel", ist Christian Ullenboom im September 2005 von Sun (heute Oracle) als Java-Champion ausgezeichnet worden.Mit rund 50 Stunden ist dieser Kurs aktuell der umfangreichste und modernste Video-Kurs auf der Plattform. Primär geht es um die Syntax von Java, doch auch die Themen saubere objektorientierte Programmierung, Clean-Code, Refactoring, effective Java, Design-Pattern kommen zur Sprache. So wie auch Java sich weiterentwickelt, so tut es der Kurs auch. Das heißt: einmal kaufen und lebenslang alle neuen Java-Features lernen können.Genug geredet! Starten wir mit dem Hello-World-Programm und arbeiten uns vor zu anspruchsvollen Applikation mit Datenbankanbindung.

Who this course is for
Dieser Java-Kurs ist für ProgrammieranfängerInnen gedacht, die noch keinerlei Erfahrungen mit der Programmierung mit Java gesammelt haben,Fortgeschrittene EntwicklerInnen, die sich in die aktuellen Spracheigenschaften (Java 8 bis Java 17) einfinden möchten

Homepage
Code:
https://anonymz.com/?https://www.udemy.com/course/java-training-ullenboom

[Image: 154mavenprojektaufbau7pif2.jpg]

Code:
https://k2s.cc/file/2169f4928f5ae/Der_moderne_JavaKurs_vom_Anf%D0%94nger_zum_Profi.part1.rar
https://k2s.cc/file/d96cd3d02aa33/Der_moderne_JavaKurs_vom_Anf%D0%94nger_zum_Profi.part2.rar
https://k2s.cc/file/1e70b88c2c687/Der_moderne_JavaKurs_vom_Anf%D0%94nger_zum_Profi.part3.rar
https://k2s.cc/file/1c177a9356e8a/Der_moderne_JavaKurs_vom_Anf%D0%94nger_zum_Profi.part4.rar
Code:
https://rapidgator.net/file/8d538fe3a37842d342d19017aa04e99d/Der_moderne_JavaKurs_vom_Anfänger_zum_Profi.part1.rar.html
https://rapidgator.net/file/cedaa111539cae3eebb5244ee5458a51/Der_moderne_JavaKurs_vom_Anfänger_zum_Profi.part2.rar.html
https://rapidgator.net/file/3345c7e081104bc49d32d2ed89e7427f/Der_moderne_JavaKurs_vom_Anfänger_zum_Profi.part3.rar.html
https://rapidgator.net/file/0498983523e2c4ee92418d93be9791c2/Der_moderne_JavaKurs_vom_Anfänger_zum_Profi.part4.rar.html
Code:
https://nitroflare.com/view/975E1E8A8F29CBC/Der_moderne_JavaKurs_vom_Anf%C3%A4nger_zum_Profi.part1.rar
https://nitroflare.com/view/D83C4C10AC5D6B7/Der_moderne_JavaKurs_vom_Anf%C3%A4nger_zum_Profi.part2.rar
https://nitroflare.com/view/6056357A0D7EE24/Der_moderne_JavaKurs_vom_Anf%C3%A4nger_zum_Profi.part3.rar
https://nitroflare.com/view/E934C33DB328EE9/Der_moderne_JavaKurs_vom_Anf%C3%A4nger_zum_Profi.part4.rar
Like Reply
[Image: zuzafufyne2nueimrreaufaf03.jpg]

The Geographies of COVID-19: Geospatial Stories of a Global Pandemic
by Melinda Laituri (Editor), Robert B. Richardson (Editor), Junghwan Kim (Editor)
English | 2022 | ISBN: 3031117743 | 314 Pages | PDF (True) | 11 MB

This volume of case studies focuses on the geographies of COVID-19 around the world. These geographies are located in both time and space concentrating on both first- and second-order impacts of the COVID-19 pandemic. First-order impacts are those associated with the immediate response to the pandemic that include tracking number of deaths and cases, testing, access to hospitals, impacts on essential workers, searching for the origins of the virus and preventive treatments such as vaccines and contact tracing. Second-order impacts are the result of actions, practices, and policies in response to the spread of the virus, with longer-term effects on food security, access to health services, loss of livelihoods, evictions, and migration. Further, the COVID-19 pandemic will be prolonged due to the onset of variants as well as setting the stage for similar future events. This volume provides a synopsis of how geography and geospatial approaches are used to understand this event and the emerging "new normal." The volume's approach is necessarily selective due to the global reach of the pandemic and the broad sweep of second-order impacts where important issues may be left out. However, the book is envisioned as the prelude to an extended conversation about adaptation to complex circumstances using geospatial tools.

Code:
https://k2s.cc/file/9b561c0390ff9/3031117743.pdf
Code:
https://rapidgator.net/file/df04e15dc1fba864355db88f15236996/3031117743.pdf.html
Like Reply
[Image: mof6ywklrdzafjcisjz8gqyew4.jpg]

Assessing COVID-19 and Other Pandemics and Epidemics using Computational Modelling and Data Analysis
by Subhendu Kumar Pani (Editor), Sujata Dash (Editor), Wellington P. dos Santos (Editor), Syed Ahmad Chan Bukhari (Editor), Francesco Flammini (Editor)
English | 2022 | ISBN: 303079752X | 416 Pages | PDF | 10 MB

This book comprehensively covers the topic of COVID-19 and other pandemics and epidemics data analytics using computational modelling. Biomedical and Health Informatics is an emerging field of research at the intersection of information science, computer science, and health care. The new era of pandemics and epidemics bring tremendous opportunities and challenges due to the plentiful and easily available medical data allowing for further analysis. The aim of pandemics and epidemics research is to ensure high-quality, efficient healthcare, better treatment and quality of life by efficiently analyzing the abundant medical, and healthcare data including patient's data, electronic health records (EHRs) and lifestyle. In the past, it was a common requirement to have domain experts for developing models for biomedical or healthcare. However, recent advances in representation learning algorithms allow us to automatically learn the pattern and representation of the given data for the development of such models. Medical Image Mining, a novel research area (due to its large amount of medical images) are increasingly generated and stored digitally. These images are mainly in the form of: computed tomography (CT), X-ray, nuclear medicine imaging (PET, SPECT), magnetic resonance imaging (MRI) and ultrasound. Patients' biomedical images can be digitized using data mining techniques and may help in answering several important and critical questions related to health care. Image mining in medicine can help to uncover new relationships between data and reveal new and useful information that can be helpful for scientists and biomedical practitioners.

Code:
https://k2s.cc/file/9d4eaf64fbe40/303079752X.pdf
Code:
https://rapidgator.net/file/3c56240aaf5efaf461a0b49e3c66d347/303079752X.pdf.html
Like Reply
[Image: fbd6aatgsgshx4iiv5ktmbaedd.jpg]

COVID-19 Disinformation: A Multi-National, Whole of Society Perspective
by Ritu Gill (Editor), Rebecca Goolsby (Editor)
English | PDF | 2022 | 229 Pages | ISBN : 3030948242 | 4.9 MB

The COVID-19 pandemic is not only a threat to our health and economy, but also has strong implications for defence and security. Indeed, defence leaders have highlighted a second fight surrounding the spread of COVID-19, namely disinformation and preparing to face adversaries willing to exploit the public health crisis for nefarious purposes.
The current pandemic is a breeding ground for the propagation of disinformation, as it represents the first major global health event in which large social media platforms have become the main distributor of information. This multi-national edited volume consists of contributions from Defence Science, academia and industry, including NATO Headquarters, United States, Netherlands, Singapore, United Kingdom and Norway. The content is aimed at a diverse audience, including NATO members, researchers from defence and security organizations, academics, and militaries including analysts and practitioners, as well as policy makers. This volume focuses on various aspects of COVID-19 disinformation, including identifying global dominant disinformation narratives and the methods used to spread disinformation, examining COVID-19 disinformation within the broader context of the cognitive domain, examining the psychological effects of COVID-19 disinformation and COVID-19 disinformation on instant messaging platforms, along with examining various countermeasures to disinformation.

Code:
https://k2s.cc/file/aec8090f0c6a5/3030948242.pdf
Code:
https://rapidgator.net/file/c9095c6a072ff5636654cb15a1d463b0/3030948242.pdf.html
Like Reply
[Image: 3031085051.01.sclzzzz00eu8.jpg]

Artificial Intelligence in Covid-19
by Niklas Lidströmer (Editor), Yonina C. Eldar (Editor)
English | 2022 | ISBN: 3031085051 | 632 Pages | PDF+EPUB (True) | 29 MB

This book deals with the advantages of using artificial intelligence (AI) in the fight against the COVID-19 and against future pandemics that could threat humanity and our environment. This book is a practical, scientific and clinically relevant example of how medicine and mathematics will fuse in the 2020s, out of external pandemic pressure and out of scientific evolutionary necessity.

Code:
https://k2s.cc/file/4adcf8eb21c11/3031085051.7z
Code:
https://rapidgator.net/file/32a13502f928e2dd9f3dcce805d18c03/3031085051.7z.html
Like Reply




Users browsing this thread: 1 Guest(s)