Вернуться   Бухгалтерский форум www.nado.in > Различный софт > Различный софт

Ответ
 
Опции темы
Старый 01.06.2021, 16:55   #61861
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Natural Language Processing for Text Summarization


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 43 lectures (4h 55m) | Size: 1.9 GB

Understand the basic theory and implement three algorithms step by step in Python! Implementations from scratch!

What you'll learn:
Understand the theory and mathematical calculations of text summarization algorithms
Implement the following summarization algorithms step by step in Python: frequency-based, distance-based and the classic Luhn algorithm
Use the following libraries for text summarization: sumy, pysummarization and BERT summarizer
Summarize articles extracted from web pages and feeds
Use the NLTK and spaCy libraries and Google Colab for your natural language processing implementations
Create HTML visualizations for the presentation of the summaries

Requirements
Programming logic
Basic Python programming

Description
The area of ​​Natural Language Processing - PLN (Natural Language Processing - NLP) is a subarea of ​​Artificial Intelligence that aims to make computers capable of understanding human language, both written and spoken. Some examples of practical applications are: translators between languages, translation from text to speech or speech to text, chatbots, automatic question and answer systems (Q&A), automatic generation of descriptions for images, generation of subtitles in videos, classification of sentiments in sentences, among many others! Another important application is the automatic document summarization, which consists of generating text summaries. Suppose you need to read an article with 50 pages, however, you do not have enough time to read the full text. In that case, you can use a summary algorithm to generate a summary of this article. The size of this summary can be adjusted: you can transform 50 pages into only 20 pages that contain only the most important parts of the text!

Based on this, this course presents the theory and mainly the practical implementation of three text summarization algorithms: (i) frequency-based, (ii) distance-based (cosine similarity with Pagerank) and (iii) the famous and classic Luhn algorithm, which was one of the first efforts in this area. During the lectures, we will implement each of these algorithms step by step using modern technologies, such as the Python programming language, the NLTK (Natural Language Toolkit) and spaCy libraries and Google Colab, which will ensure that you will have no problems with installations or configurations of software on your local machine.

In addition to implementing the algorithms, you will also learn how to extract news from blogs and the feeds, as well as generate interesting views of the summaries using HTML! After implementing the algorithms from scratch, you have an additional module in which you can use specific libraries to summarize documents, such as: sumy, pysummarization and BERT summarizer. At the end of the course, you will know everything you need to create your own summary algorithms! If you have never heard about text summarization, this course is for you! On the other hand, if you are already experienced, you can use this course to review the concepts.

Who this course is for
People interested in natural language processing and text summarization
People interested in the spaCy and NLTK libraries
Students who are studying subjects related to Artificial Intelligence
Data Scientists who want to increase their knowledge in natural language processing
Professionals interested in developing text summarization solutions
Beginners who are starting to learn natural language processing



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/4c08183b70260534835a17d6a99de8c5/jrtpf.Natural.Language.Processing.for.Text.Summarization.part1.rar.html https://rapidgator.net/file/71246889b8c047e729b13e5e8f328880/jrtpf.Natural.Language.Processing.for.Text.Summarization.part2.rar.html uploadgig_com: https://uploadgig.com/file/download/0ad47b3aeeeed22a/jrtpf.Natural.Language.Processing.for.Text.Summarization.part1.rar https://uploadgig.com/file/download/accf12Cc8E5E2701/jrtpf.Natural.Language.Processing.for.Text.Summarization.part2.rar nitroflare_com: https://nitroflare.com/view/A9D88339BA82A43/jrtpf.Natural.Language.Processing.for.Text.Summarization.part1.rar https://nitroflare.com/view/DB40A8981206672/jrtpf.Natural.Language.Processing.for.Text.Summarization.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 16:56   #61862
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию NestJS Zero to Hero - Modern TypeScript Back-end Development (Updated 5/2021)


Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 6.55 GB | Duration: 15h 29m
Develop and deploy enterprise back-end applications following best practices using Node.js and TypeScript

What you'll learn
Becoming familiar with the NestJS framework and its components
Designing and developing REST APIs performing CRUD operations
Authentication and Authorization for back-end applications
Using TypeORM for database interaction
Security best practices, password hashing and storing sensitive information
Persisting data using a database
Deploying back-end applications at a production-ready state to Amazon Web Services
Writing clean, maintainable code in-line with industry standards
Utilising the NestJS Command Line Interface (CLI)
Using Postman for testing back-end services
Using pgAdmin as an interface tool to manage PostgreSQL databases
Implement efficient logging in a back-end application
Environment-based configuration management and environment variables
Implementing data validation and using Pipes
Guarding endpoints for authorized users using Guards
Modelling entities for the persistence layer
TypeScript best practices
Handling asynchronous operations using async-await
Using Data Transfer Objects (DTO)
Hands-on experience with JSON Web Tokens (JWT)
Unit testing NestJS applications
Using GraphQL with NestJS
Database persistence with MongoDB

Description
NestJS is a Node.js back-end development framework built upon Express, leveraging the power of TypeScript.

NestJS leverages the incredible popularity and robustness of JavaScript as a language and Node.js as a technology. It is inspired by common libraries and frameworks such as Angular, React and Vue which improve developer productivity and experience.

Even considering the amount of superb libraries, helpers and tools that exist for server-side Node.js, none of them effectively solve the main problem - the architecture of an application.

NestJS provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled and easily maintainable applications.

Recently, the NestJS framework is gaining extreme popularity due to its incredible features;

Leverages TypeScript - strongly typed language which is a super-set of JavaScript

Simple to use, easy to learn and easy to master

Powerful Command Line Interface (CLI) tool that boosts productivity and ease of development

Detailed, well-maintained documentation

Active codebase development and maintenance

Open-source (MIT license)

Supports dozens nest-specific modules that help you easily integrate with common technologies and concepts such as TypeORM, Mongoose, GraphQL, Logging, Validation, Caching, Websockets and much more

Easy of unit-testing applications

Made for Monoliths and Micro-services (entire section in the documentation regarding the Microservice type of a NestJS application, as well as techniques and recipes).

In this course I am going to guide you through the process of planning, developing and deploying a fully-featured back-end application, based on my experience developing and maintaining systems that support dozens of millions of concurrent users at scale.

Who this course is for:
Intermediate JavaScript developers who want to dive into back-end development
Any developers willing to apply TypeScript on the back-end
Developers eager to learn how to develop performant, secure and production-ready REST APIs following best practices
Developers who want to learn how to deploy their application to the cloud (Amazon Web Services)
Developers who want to follow building a practical, real-world application from zero to production

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/3f15a1d0605af0f32bbb695d0d7692ec/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part1.rar.html https://rapidgator.net/file/5c9f29651e70aba9bace1aee9b47b2a7/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part2.rar.html https://rapidgator.net/file/0389e4ef3b0ce8bcae71676a515bd28f/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part3.rar.html https://rapidgator.net/file/a9e88d5e0f081e5afc25fc1efb14fb4b/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part4.rar.html https://rapidgator.net/file/00b67c77ad90f73fcb66a976192d2c23/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part5.rar.html https://rapidgator.net/file/247339928a6bfda0fa7bf721a7a371d4/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part6.rar.html https://rapidgator.net/file/8acd563bf62a7ebb24ddc6d80886259e/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part7.rar.html https://rapidgator.net/file/0584d3405c16ceb2c48b72cac34b15b8/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part8.rar.html uploadgig_com: https://uploadgig.com/file/download/da5cd527B99d007F/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part1.rar https://uploadgig.com/file/download/fd2784d1ceccb6bA/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part2.rar https://uploadgig.com/file/download/ffA5d3B5501026EA/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part3.rar https://uploadgig.com/file/download/a955fa9d06da7381/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part4.rar https://uploadgig.com/file/download/182cbcab3decc088/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part5.rar https://uploadgig.com/file/download/08aDA171758243e4/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part6.rar https://uploadgig.com/file/download/cF65a0112bb2e81A/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part7.rar https://uploadgig.com/file/download/7ec3d2ed649C9B46/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part8.rar nitroflare_com: https://nitroflare.com/view/256A1A0559DADA7/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part1.rar https://nitroflare.com/view/F7494DB18C3858F/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part2.rar https://nitroflare.com/view/2A83E934001BBBC/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part3.rar https://nitroflare.com/view/CBC447C0FCEE686/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part4.rar https://nitroflare.com/view/65C80E6CA5F29BD/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part5.rar https://nitroflare.com/view/51E2BEC032F08F2/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part6.rar https://nitroflare.com/view/31BFF2B049932CE/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part7.rar https://nitroflare.com/view/FA28C6DEA998393/47ku2.NestJS.Zero.to.Hero..Modern.TypeScript.Backend.Development.Updated.52021.part8.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 16:58   #61863
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Packt - Mastering Go Programming




Duration: 20h 6m | ISBN: 9781786468239 | Video: 1920x1080, 48kHz | 4.69 GB
Genre: eLearning | Language: English | Project Files Included

Go has moved from the state of tentative to mass adoption. Its C-like speed, simplicity, and power for a growing number of systems level programming domains make it an attractive option for programmers working with older cumbersome, statically typed languages. Golang has entered the space as an entirely viable language for accomplishing a huge array of low level programming and service infrastructure tasks.

This video course not only gives you a deep insight into the fundamental mechanics behind the language, but also covers extensive practical topics on Go for modern software architectures. It shows you how to write Go in an intelligent, idiomatic way. After a brief re-acquaintance with the key building blocks of Go, we will also explore how we can build upon the unique capabilities of the language to write effective, powerful code you can employ to develop software. We look at packages, object-oriented programming, concurrency and reflection among other things. Moreover, you will learn about Go's awesome built-in testing support feature. Along the way, build your skills in File handling techniques, Go packages for databases, data serialization approaches, message communications between Go services, and Go web applications. Get your hands on with a plenty of illustrative code samples, exercises and real-world scenarios that will help you build your own application.

By the end of this course, you will be taught how to put this enhanced knowledge to build a real-world Spaceship application all by yourself with amazing features.

Style and Approach
With a focus on hands-on exercises, this video course is a step-by-step approach to take your Go skills to the next level and create an application all by yourself.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/96096438deb01f1dc897ccbd3f1bba49/5tgek.Packt..Mastering.Go.Programming.part1.rar.html https://rapidgator.net/file/1e847260ad565b6bcfacc7039b2c4b21/5tgek.Packt..Mastering.Go.Programming.part2.rar.html https://rapidgator.net/file/42d8175d0a254ffff2bb8dc39b1e390d/5tgek.Packt..Mastering.Go.Programming.part3.rar.html https://rapidgator.net/file/f57d1ac5435cb5b0dc0ca9762c3a6f0a/5tgek.Packt..Mastering.Go.Programming.part4.rar.html https://rapidgator.net/file/3e52d1cb8737b2e63e8106af5fd6e8c7/5tgek.Packt..Mastering.Go.Programming.part5.rar.html uploadgig_com: https://uploadgig.com/file/download/2dd008Cac8aE67cA/5tgek.Packt..Mastering.Go.Programming.part1.rar https://uploadgig.com/file/download/36e12dd256dbb810/5tgek.Packt..Mastering.Go.Programming.part2.rar https://uploadgig.com/file/download/906bb5754003ee92/5tgek.Packt..Mastering.Go.Programming.part3.rar https://uploadgig.com/file/download/007873119e1df9A5/5tgek.Packt..Mastering.Go.Programming.part4.rar https://uploadgig.com/file/download/449498dBA251b1d8/5tgek.Packt..Mastering.Go.Programming.part5.rar nitroflare_com: https://nitroflare.com/view/5018AE323760D5E/5tgek.Packt..Mastering.Go.Programming.part1.rar https://nitroflare.com/view/E97631BEBAC8FDB/5tgek.Packt..Mastering.Go.Programming.part2.rar https://nitroflare.com/view/87543202D41960D/5tgek.Packt..Mastering.Go.Programming.part3.rar https://nitroflare.com/view/DB8278F05014678/5tgek.Packt..Mastering.Go.Programming.part4.rar https://nitroflare.com/view/E0D7A8CCD3923D7/5tgek.Packt..Mastering.Go.Programming.part5.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 16:59   #61864
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Pandas library for data science (All in One)


Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.86 GB | Duration: 3h 47m
learn pandas and it's functions by working on a dataset and by making your own dataframe

What you'll learn
Learn methods and attributes across numerous pandas functions
Perform the functions of data operations in Python's popular "pandas" library including filling null values, performing statistical functions and much more!
Defining your own datasets using pandas and numpy library
Learn functions important for data manipulation
Learn and master the most important Pandas functions
Bring your Data Handling & Data Analysis skills to an outstanding level.
Update your resume with one of the in demand skill : Data analysis Pandas
Detect and intelligently fill missing values.

Description
Data scientists spend only 20 percent of their time on building machine learning algorithms and 80 percent of their time finding, cleaning, and reorganizing huge amounts of data. That mostly happen because many use graphical tools such as Excel to process their data. However, if you use a programming language such as Python you can drastically reduce the time it takes for processing your data and make them ready for use in your project. This course will show how Python can be used to manage, clean, and organize huge amounts of data.

By the end of this course, you will be able to apply all majority of Data analysis function on various different datasets with built in function available in pandas

Why this course?

Data scientist is one of the hottest skill of 21st century and many organization are switching their project from Excel to Pandas the advanced Data analysis tool .

This course is basically design to get you started with Pandas library at beginner level, covering majority of important concepts of data processing data analysis and a Pandas library and make you feel confident about data processing task with Pandas at advanced level.

What is this course?

This course covers

Basics of Pandas library

Functions of pandas library

making your own data frame using Numpy and pandas

applying data manipulation functions

finding the null values

filling null values using various functions

applying statistical functions

Who this course is for:
python developers curious about data science
everyone who wants to improve their Python programming skills
everyone who wants to improve their data science skills

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/27e9d323473321a02ce6589c6691d63b/0wg33.Pandas.library.for.data.science.All.in.One.part1.rar.html https://rapidgator.net/file/54d2d41b5003a432def9e2aed1e40967/0wg33.Pandas.library.for.data.science.All.in.One.part2.rar.html https://rapidgator.net/file/8feec6f21215380b484269c52a4db905/0wg33.Pandas.library.for.data.science.All.in.One.part3.rar.html https://rapidgator.net/file/53d50fa9153ecffb6bddf5f3f5feb092/0wg33.Pandas.library.for.data.science.All.in.One.part4.rar.html uploadgig_com: https://uploadgig.com/file/download/Ed7493fFa3505136/0wg33.Pandas.library.for.data.science.All.in.One.part1.rar https://uploadgig.com/file/download/695373237c43138e/0wg33.Pandas.library.for.data.science.All.in.One.part2.rar https://uploadgig.com/file/download/9e8585d6024b79db/0wg33.Pandas.library.for.data.science.All.in.One.part3.rar https://uploadgig.com/file/download/9476C125daa26de8/0wg33.Pandas.library.for.data.science.All.in.One.part4.rar nitroflare_com: https://nitroflare.com/view/00241523E9E2760/0wg33.Pandas.library.for.data.science.All.in.One.part1.rar https://nitroflare.com/view/B81AD1C0E377E0C/0wg33.Pandas.library.for.data.science.All.in.One.part2.rar https://nitroflare.com/view/3E63B1C3E54D88E/0wg33.Pandas.library.for.data.science.All.in.One.part3.rar https://nitroflare.com/view/ADA356A215AB19F/0wg33.Pandas.library.for.data.science.All.in.One.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:01   #61865
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Part A - Multithreading & Thread Synchronization - C/C++


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 124 lectures (11h 53m) | Size: 4.13 GB

Linux POSIX Threads ( Pthreads ), thread Synchronization, Operating System Concepts, C/C++ programming with Projects

What you'll learn:
MultiThreading Fundamentals
Concurrency
Mutual Exclusion Vs Atomocity
Thread Synchronization Techniques
Writing Thread Safe Codes
Mutexes, Semaphores
Signaling and Wait
Interview Questions

Requirements
C language is MUST
Linux Operating Systems
Zeal to learn and excel
Enthusiasm to write lots of Code

Description
Welcome to the Course Series on Multi-Threading - The Master Class Course on Threads.

This course is for those who want to develop fundamental concepts on Multi-threading and related concepts. In this course, we shall be going to cover Multi-threading concepts based on Pthreads (POSIX threads) on the Linux platform.

Though We use the C language to demonstrate the concepts, concepts hold good for any programming language. This course is equally valuable for C++ programmers. Other language programmers may also find this course useful as we explain Multithreading concepts close to the ground zero levels No Abstraction.

We shall discuss several concepts involved in multithreading and demonstrate each concept through a sample program. Several Important Concepts include but not limited to - Deadlocks, Mutual Exclusion, Atomicity, Thread Synchronization, Race Conditions, Thread forking, and many more.

In the Next Installment of this course, we shall extend our knowledge of Multi-threading to Advance Concepts, including mini-projects on Multithreading and Thread Synchronization.

At each stage of this Course series, you shall be writing a lot of multi-threaded Codes. So be ready to Master the Multi-threading. Along the journey, we shall cover several interview-favorite topics and Questions to prepare you alongside for interviews.

Best of luck!

Table Of Contents:

= = = ======= = = =

1. Understanding Threads

Thread Creation & Termination

Race condition on Thread Creation

Passing Argument to Thread Function

Stack Memory Mgmt for Multi-threaded Programs

Thread Scheduling

2. Understanding Concurrency and Parallelism

Singlularism Vs Concurrency Vs Parallelism

Concurrent Process Design - 2 Examples

Threads as Light Weighted Process

Overlapping and Non-Overlapping Work

3. Joinable and Detached Threads

Joinable Vs Detached Threads

How to Join a thread

Whom to Join?

Sample - Map-Reduce Program

4. Inter Thread Communication

Understanding Callbacks and Function Pointers

Best way to implement ITC

Implementing Notification Chains

A Publisher Subscriber Model

How to Subscribe/UnSubscribe

How to send Notification to Subscribers

5. Asynchronous Thread Cancellation

Thread Cancellation

Asynchronous and Deferred Thread Cancellation

Problem with Async Thread Cancellation

Resource Leaking

Invariants

Deadlocks

Concept of Thread Cleanup Handlers

Prevent Resource Leaking

Data Structure Corruption - Invariants

Cancellation causing Deadlocks

6. Deferred Cancellation

Understanding Deferred Cancellation

Implementation

7. Listener Threads - Responsibility Delegation

Why Listener threads?

Designing Listener threads

Code Changes and Demo

Cancellation of blocked Threads

8. Thread Synchronization

Critical Section

Mutex Rules

Mutex Locking

Mutex Locking - Code Locking

Mutex Locking - Data Locking

Mutex based APIs

Mutexes in Action

9. Deadlocks

What are deadlocks and why do they happen?

Necessary conditions for Deadlock to happen

Mutex lock Ordering Causing Deadlocks

10. Condition Variables

Understanding CV

CV Vs Mutex

Wait( ) & Signal( )

Producer-Consumer Thread Synchronization

Spurious Wake Ups

Thread Vs Resource Specific CV

Broadcasting a CV

Implement Producer-Consumer Problem

11. Dining Philosopher Problem

Problem Description

Data Structures Setup

Assignment Program Setup

Flowchart/Algorithm Discussion

Final Implementation (Step by Step )

12. Semaphores

Introduction

Semaphores Vs Mutexes

How Semaphore work

Strict Alternation Problem

Semaphore Implementation

Semaphore Types

Strong and Weak Semaphores

Listing Upcoming Advanced Multi-Threading Topics for Sequel Course ( Under Progress )

= = = = = = = = = = = = = = = = = = = = = =

1. Pausing and Resuming Threads

2. Thread Pools

3. Standard Problems - Reader/Writer Problem

4. Implementing Thread Barriers

5. Implementing Thread Monitors

6. Solving Sync Problems using Monitors

7. Deadlock Detection and Prevention

8. Wait Queues

9. Implement Timers using Threads

10. How to fork a multi-threaded process

11. Process Synchronization using Named Semaphores

Happy Learning.

Who this course is for
Engineering graduates & post-graduates
Working professionals and Job Seekers
Free lancers , System Engineers, Developers



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/98791c0f8dc8a0633b9c92cdece94c42/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part1.rar.html https://rapidgator.net/file/8d4244b12da867a68dd94ef13c5ee963/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part2.rar.html https://rapidgator.net/file/5c9da36fec7f150a15d06ee6b63d610a/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part3.rar.html https://rapidgator.net/file/33585e919229cbdfe1a1f30eda643e8a/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part4.rar.html https://rapidgator.net/file/313078e9c210e815adbbffd9ece86be3/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part5.rar.html uploadgig_com: https://uploadgig.com/file/download/361739D18351d1f4/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part1.rar https://uploadgig.com/file/download/0EbDD06D3d329233/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part2.rar https://uploadgig.com/file/download/788d78CB0Fcd9bd3/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part3.rar https://uploadgig.com/file/download/69a24553323a0c87/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part4.rar https://uploadgig.com/file/download/34Cc61E31cc54feD/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part5.rar nitroflare_com: https://nitroflare.com/view/744FF6BA1E22ED7/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part1.rar https://nitroflare.com/view/98438D2900E6CE1/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part2.rar https://nitroflare.com/view/DDDACC7284C9A98/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part3.rar https://nitroflare.com/view/30F805E4AF0189E/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part4.rar https://nitroflare.com/view/2E311D3F880D8C0/lwwyk.Part.A..Multithreading..Thread.Synchronization..CC.part5.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:02   #61866
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Part B (ADV) Multithreading Design Patterns in C/C++


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 40 lectures (4h 2m) | Size: 1.4 GB

Linux POSIX Threads ( Pthreads ), thread Synchronization, Operating System Concepts, C/C++ programming with Projects

What you'll learn:
MultiThreading Fundamentals
Concurrency
Thread Synchronization Techniques
Writing Thread Safe Codes
Thread standard problems - Reader-Writer Problem
Detecting and preventing Dead-locks
Advanced Multithreading Concepts
Monitors, Barriers, WaitQueues, Assembly line
Thread Pools

Requirements
Finish Prequel Course
C language is MUST
Zeal to learn and excel
Enthusiasm to write lots of Code

Description
This is a sequel Course to Master Class-Multithreading & Thread Synchronization - C/C++, and this course should be done only when the prequel course has been completed.

In this course, we shall be Implementing Advanced Thread Synchronization Data Structures and Multithreading based software patterns, with some advanced thread synchronization-based problem-solving. This course uses POSIX threads, hence it is Linux only course. We shall be building upon the knowledge we gathered from the prequel course.

The level of this course is Intermediate to Advanced.

Table of Contents

1. Thread Management

2. Pausing and Resuming Threads

3. Thread Pools/Work Crew Model

4. Thread Barriers

5. Wait-Queue Model

<< Delivered till here as on 24 Apr 2021 >>

Guys, Last week (16 may ) I had lost my mother to Covid. She battled bravely for 18 days in the hospital, but could not win against the disease.

I am so devasted at this point that I need some time to recompose myself and back to business. Life has to go on.

I understand the content of this course is partial and incomplete, I will continue adding material to this course whenever I would create new content.

Thanks for understanding, this is a very tough time going for me...

- Abhishek ( Instructor )

6. Event Pair Synchronization

7. Thread Monitors

Solving Reader Writer Problem

Solving Bridge Problem

Strict Alternation using Monitor

Producer-Consumer Problem

8. Assembly Line Scheduling

9. Building Map-Reduce Framework

10. Building Timers using Threads

11. Designing Multi-Threaded TCP Server

12. Deadlock Detection and Prevention

13. Fifo (Strong) Semaphores

14. Inter-Process Synchronization using Semaphores

15. Forking a Multi-Threaded Program

Though We use the C language to demonstrate the concepts, concepts hold good for any programming language. This course is equally valuable for C++ programmers. Other language programmers may also find this course useful as we explain Multithreading concepts close to the ground zero levels with No Abstraction.

At each stage of this Course series, you shall be writing a lot of multi-threaded Codes. So be ready to Master the Multi-threading. Along the journey, we shall cover several interview-favorite topics and Questions to prepare you alongside for interviews.

Who this course is for
Engineering graduates & post-graduates
Working professionals and Job Seekers
Free lancers , System Engineers, Developers



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/20014f789b69deaebf4b670bd2e7d263/mxn8c.Part.B.ADV.Multithreading.Design.Patterns.in.CC.part1.rar.html https://rapidgator.net/file/d236fa2f4c797620fc3d3aca423de55d/mxn8c.Part.B.ADV.Multithreading.Design.Patterns.in.CC.part2.rar.html uploadgig_com: https://uploadgig.com/file/download/e985cae72E7fcF97/mxn8c.Part.B.ADV.Multithreading.Design.Patterns.in.CC.part1.rar https://uploadgig.com/file/download/9c2160d2dD6Db113/mxn8c.Part.B.ADV.Multithreading.Design.Patterns.in.CC.part2.rar nitroflare_com: https://nitroflare.com/view/4355CF4025AF0DD/mxn8c.Part.B.ADV.Multithreading.Design.Patterns.in.CC.part1.rar https://nitroflare.com/view/AA42F315F44DC6A/mxn8c.Part.B.ADV.Multithreading.Design.Patterns.in.CC.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:03   #61867
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Prep for the LPIC-1 Exam 101-500 Linux System Administrator


Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.73 GB | Duration: 12h 9m
Conquer the test with this extensive course that covers 100% of the LPIC-1 Exam 101-500 certification objectives

What you'll learn
Explore all the LPIC-1 101-500 exam's objectives in small digestible chunks
Examine basic to advanced Linux command-line concepts
Expand your Linux knowledge from simple keyword recognition to hands-on application
Uncover any misconceptions you had about working at the Linux command line
Walk the path with a guide to the mountain top of LPIC-1 Exam 101-500 materials
Gather the skills needed to perform your own explorations in the Linux environment
Conquer the difficult exam topics with help from a trained Linux expert
Prepare your brain to recall all of the LPIC-1 Exam 101-500 objective topics
Own your own Linux throne

Description
If you are seeking to pass the LPIC-1 101-500 exam, then this course is for you! This course provides coverage of 100% of the exam objectives and topics in an easy-to-digest format, and a practice exam to help test your knowledge.

In this course you will:

Explore all the LPIC-1 101-500 exam's objectives and concepts.

Obtain basic knowledge on Linux topics, such as how to reach a Linux command line and distribution differences.

Gather a basket of useful Linux term definitions, such as absolute directory references, kernel modules, inode numbers, and sticky bits.

Participate in a guided-tour through advanced Linux concepts, such as screen multiplexers, messaging with D-Bus, and systemd mount units.

Obtaining your LPIC-1 certification demonstrates that you have the Linux skills to get the job done, and it increases your future salary potential. The Linux Professional Institute LPIC-1 certification is respected around the world, so you can get a job anywhere, even if the company is on the other side of the globe.

In this course, the over 270 items in the LPIC-1 Exam 101-500 objectives are divided up into bit-sized chunks. These chunks have been organized in an educational manner, instead of numerical, allowing you to better grasp concepts. You'll watch a few video lectures that include exploring the objective items at the Linux command line. After that, you can take your own guided-tour through the concepts using hands-on labs. Each group of lectures has a practice quiz to help reinforce the section's information, increasing the chances of permanently storing the concepts into your memory for later recall. There is also a complete practice exam at the end of the course to check your readiness for the real LPIC-1 Exam.

Who's your instructor in this course? I'm an award-winning certified instructor who has taught Linux classes at the college-level and beyond for years. I am also a world-renowned author who has written several educational books on Linux topics. I also have personal experience with system administration and learning new-to-me operating systems. Therefore, I know how to break up concepts and order them for faster consumption.

If you want to pass the LPIC-I 101-500 certification exam, then this is the right course for you! Own your own Linux throne! Let's get started.

Who this course is for:
This course is for individuals who want to pass the first LPIC-1 certification exam (101-500).
The materials in this course are built for both the individual who has little knowledge about Linux, and those people who are already Linux power-users but need a refresher.
This course is also for individuals who are curious about Linux and would like to explore the Linux command line as a system administrator.
This course is not for people who are seeking Linux review material for certification exams other than the LPI LPIC-1 Exam 101-500 exam.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/2d4bf188eb8d9cf4a79641f7b5e23a1b/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part1.rar.html https://rapidgator.net/file/e36d50660f8f953ea624b6fbdd09f3bd/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part2.rar.html https://rapidgator.net/file/1b477ea556761271aa1960e28918426f/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part3.rar.html https://rapidgator.net/file/288e22a1adb37764900fe5e5d839a316/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part4.rar.html https://rapidgator.net/file/fe68d913dc21561f2ce772de82f6f41a/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part5.rar.html uploadgig_com: https://uploadgig.com/file/download/604e2687144d986C/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part1.rar https://uploadgig.com/file/download/246dd308Bbe807F6/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part2.rar https://uploadgig.com/file/download/103afD4A045b3995/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part3.rar https://uploadgig.com/file/download/38dA512F12f5Ca40/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part4.rar https://uploadgig.com/file/download/cA2ddCf3b128ECE9/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part5.rar nitroflare_com: https://nitroflare.com/view/B72EC3A1BE79450/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part1.rar https://nitroflare.com/view/A44958C0123BDDA/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part2.rar https://nitroflare.com/view/4A0EB3E7B99BDBC/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part3.rar https://nitroflare.com/view/480A6E43A9F7AD6/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part4.rar https://nitroflare.com/view/51A41AAC6E6AE9D/ytjt3.Prep.for.the.LPIC1.Exam.101500.Linux.System.Administrator.part5.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:05   #61868
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Product Marketing Strategy & Tactics That Really Works


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + .srt | Duration: 7 lectures (1 hour, 29 mins) | Size: 884 MB
Learn Best Marketing Strategy & Tactics For Promote Your Product & Generate Ton Of Sales

What you'll learn

Top B2B Marketing Strategies
Top B2C Marketing Strategies
Best Marketing Tactics

Requirements

Basic English

Description

This course is covered with Business to Business (B2B) Marketing and Business to Consumer (B2C) Marketing as well as Best Marketing Tactics. You will learn about Paid Marketing, Pay Per Click, Sponsorship, Endorsement and Influencer, Referral Program, Affiliate, Research, Search Engine Optimization (SEO), Blogging, Email Marketing Tactics for Product Marketing.

What Is Product Marketing? Product marketing actually starts with the customer. It is closely concerned with understanding the buyer and their journey, using this information to build a blueprint for positioning, targeting, launching, promoting, driving demand, encouraging adoption, and ensuring success of a product. Product marketing is the driving force behind getting products to market - and keeping them there. Product marketers are the overarching voices of the customer, masterminds of messaging, enablers of sales, and accelerators of adoption. All at the same time.

Who this course is for:

You are considering promote your product or store

You work as a Marketing Officer in B2B, or B2C company.

You already have many years of experience in the role and are looking for new inspiration and strategies.

You are interested in learning how to collaborate with brand.

You want to learn how to make branding

You are looking to start new business and create market your product.

You have a small business but you want to grow your business and looking for increase sales.

Who this course is for:

Marketers
Salesman
Entrepreneurs

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/774c3f5af1b179b5ca51f1d9d4402023/wv6mf.Product.Marketing.Strategy..Tactics.That.Really.Works.rar.html uploadgig_com: https://uploadgig.com/file/download/3b4AeC4658adA78e/wv6mf.Product.Marketing.Strategy..Tactics.That.Really.Works.rar nitroflare_com: https://nitroflare.com/view/36B42B22AF11C8B/wv6mf.Product.Marketing.Strategy..Tactics.That.Really.Works.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:06   #61869
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию ReactJS | Build a Weather Web App


MP4 | Video: h264, 1280x720 | Audio: AAC, 44100 Hz
Language: English | Size: 748 MB | Duration: 1h 25m

What you'll learn
Create a React JS web app
The structure of a React JS app
How to create a component
How to navigate to different pages
How components interact
How to incorporate API into your app
How to use an API in your React web app
How to make HTTP requests in a React JS

Requirements
Internet Connection
PC or MAC
Basic understanding of HTML, CSS and Javascript
Description
React is one of the best Javascript libraries. It can be used to create small, medium and large web app projects. A lot of startups and companies have started using it to create different types of web apps. Thus, The demand for React developers is increasing every day and adding React to your portfolio will get you jobs much easier.

In this course you will learn how to build a Weather Web App using React JS. This course is oriented towards beginners and intermediate web developers. It will take you step-by-step from the beginning by creating a React app and then adding each block in order to build a complete awesome project.

Note: This course assumes that you have the basics of Javascript (How to create functions and call them. How to create objects, variables, classes, if statements, etc).

What you'll learn in this course will make you able to start creating your own React projects and improve your abilities as a web developer and will put you on the right path to specialize in one of the most popular React libraries. Finally, after the end of this course, you can start applying for React jobs confidently.

Some of the topics covered in this course:

How to create a React JS project

The structure of React JS web app

How to run your project

Creating components

Navigating to different pages

Making HTTP requests

Using APIs in React web app

And much more

Note: In this course you'll also get downloadable source code. You will also be provided with an exercise or quiz at the end of each lecture to test your understanding.

Who this course is for:
Front-end web developers.
Back-end web developers who want to become Full-Stack Developers.
Web developers who want to learn React

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/31f0b4301b9fb9b1a106a5e82ad063cb/c75e4.ReactJS..Build.a.Weather.Web.App.rar.html uploadgig_com: https://uploadgig.com/file/download/e4B7d0E1Be90388A/c75e4.ReactJS..Build.a.Weather.Web.App.rar nitroflare_com: https://nitroflare.com/view/E9E77FFD965188D/c75e4.ReactJS..Build.a.Weather.Web.App.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:07   #61870
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Reason: Music Production & Sound Synthesis



Reason: Music Production & Sound Synthesis
.MKV, AVC, 1280x720, 60 fps | English, AAC, 2 Ch | 3h 48m | 3.39 GB
Instructor: YongeWok

This class is a crash course in Music Production and Sound Synthesis using Reason software. The class is intended to be accessible for anyone who has opened Reason for the first time and is ready to learn how to navigate around and make informed decisions as they build their song.

Parts 1-4 cover the GUI and the main instruments including synths samplers and drum machines.

In the coming lessons we will look at the different types of effects (signal processing) and begin to mix our jam into a final product using the different mixing and mastering utilities available.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/cbfa5520fcfe771e1e465ceca549ff80/jsfgg.Reason.Music.Production..Sound.Synthesis.part1.rar.html https://rapidgator.net/file/3ff02540c5e2eafadd80c5fa29696033/jsfgg.Reason.Music.Production..Sound.Synthesis.part2.rar.html https://rapidgator.net/file/3c600fba8d9583a1136261385e52cbaa/jsfgg.Reason.Music.Production..Sound.Synthesis.part3.rar.html https://rapidgator.net/file/9a804181480860bee404169142f155ee/jsfgg.Reason.Music.Production..Sound.Synthesis.part4.rar.html uploadgig_com: https://uploadgig.com/file/download/968B32ffc7dF36D7/jsfgg.Reason.Music.Production..Sound.Synthesis.part1.rar https://uploadgig.com/file/download/85e927364Ce67561/jsfgg.Reason.Music.Production..Sound.Synthesis.part2.rar https://uploadgig.com/file/download/2d0635cEfAdd6d23/jsfgg.Reason.Music.Production..Sound.Synthesis.part3.rar https://uploadgig.com/file/download/5ccb68fA753a9a6f/jsfgg.Reason.Music.Production..Sound.Synthesis.part4.rar nitroflare_com: https://nitroflare.com/view/42358B12287932E/jsfgg.Reason.Music.Production..Sound.Synthesis.part1.rar https://nitroflare.com/view/BC1D03F556E107B/jsfgg.Reason.Music.Production..Sound.Synthesis.part2.rar https://nitroflare.com/view/9BE52E07BF4BDFF/jsfgg.Reason.Music.Production..Sound.Synthesis.part3.rar https://nitroflare.com/view/62FEF70AC1843C2/jsfgg.Reason.Music.Production..Sound.Synthesis.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:08   #61871
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию ROS for Beginners III: Web-based Navigation with ROSBridge


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 37 lectures (2h 28m) | Size: 1.22 GB

Leverage the use of React and JavaScript to control and monitor robot ROS navigation using Web interfaces

What you'll learn:
Create a web interface to teleoperate a robot
Develop a web interface for robot navigation
Use JavaScript React front-end development
Use ROSBridge to interact with ROS ecosystem

Requirements
Be familiar with ROS concepts and ecosystem
Recognizes the concepts of the navigation
Has basic knowledge on Web development
Understand Javascript

Description
Welcome to the course on ROS for Beginners III Web-based Navigation with ROSBridge. I am Anis Koubaa, and I will be your instructor in this course. This course is the third course in the series ROS For Beginners. It is a project-based course that deals with how to develop a web interface to teleoperate and interact with ROS-enabled robots.

Project Overview

At the end of this course project, you will develop a web interface that will allow you to teleoperate and monitor the robot based on ROS. The Web interface will be developed using ReactJS, which is a popular JavaScript framework for front-end development.

We will first start by developing a component that will tell us whether the robot with which we would like to communicate is connected or not connected. Then, you will develop another component to teleoperate the robot through a web-based joystick in ReactJS. You also implement a button for stopping the robot in an emergency situation. Furthermore, the web interface will display live information about the robot such as its position, orientation, and linear and angular velocity. The last part of this project deals with map-based navigation. You will be able to display the navigation map on the web browser and send the goal location for the robot to navigate to. In the end, you will develop a comprehensive web interface that will allow you to interact with your robot easily through a web interface using the most popular JavaScript framework, which is ReactJS.

Why this course?

This course represents a first step into the world of cloud robotics.

Cloud robotics is an emerging topic in the last few years and it aims at integrating mobile robots with cloud computing systems and the Internet of Things through web services interfaces.

Besides, I have developed this course because there are not sufficient pointers and no comprehensive tutorials on how to make web browsers interact with robots.

What's worth in this course?

This course is unique in the sense that it is designed to Bridge the gap between the robotics world and the web development world.

In fact, most of the engineers who work in the robotic area do not have a background in web development, and most of the web developers do not have a background on robots or ROS. This course bridges these two areas together and provides a systematic introduction to the topic of web development for ROS-enabled robots.

Furthermore, we will use the ReactJS web development technology which the most evolving most popular javascript front-end development framework.

You will learn all the tricks in a step-by-step approach to help you save plenty of time looking around for scattered documentation.

Pre-requisites

To take the most benefit from this course, you should be already familiar with Robot Operating System (ROS) and its navigation stack. If you are not familiar with ROS, then take by two courses ROS For Beginners I and ROS For Beginners II before diving into this course.

As we will do some web development, it will be recommended to have some very basic understanding of HTML, CSS, and JavaScript, just basics and nothing advanced. You can take any introduction about HTML, CSS, and JS if you do not know about them.

It is not required that you have any Prior knowledge of ReactJS because I will introduce all the essential concepts in this course.

Welcome to the course and I wish you a pleasant learning experience.

Who this course is for
Cloud robotics engineers
Any ROS learner and enthusiast
Software developer for robotics applications



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/d01847e36c9b0578762def0f01d4057a/kbupm.ROS.for.Beginners.III.Webbased.Navigation.with.ROSBridge.part1.rar.html https://rapidgator.net/file/afaaa70a8db0d41dce45bef327cfd4ef/kbupm.ROS.for.Beginners.III.Webbased.Navigation.with.ROSBridge.part2.rar.html uploadgig_com: https://uploadgig.com/file/download/aE12137cd72903e8/kbupm.ROS.for.Beginners.III.Webbased.Navigation.with.ROSBridge.part1.rar https://uploadgig.com/file/download/39AaCEc3f97e3A3f/kbupm.ROS.for.Beginners.III.Webbased.Navigation.with.ROSBridge.part2.rar nitroflare_com: https://nitroflare.com/view/A489B4F796DD281/kbupm.ROS.for.Beginners.III.Webbased.Navigation.with.ROSBridge.part1.rar https://nitroflare.com/view/23D04E07C3F06DC/kbupm.ROS.for.Beginners.III.Webbased.Navigation.with.ROSBridge.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:10   #61872
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Scrivener 3 For Windows Unleashed


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 151 lectures (7h 17m) | Size: 3.9 GB

Slash Your Learning Curve And Harness The Power Of Scrivener 3 For Windows In Record Time!

What you'll learn:
Bypass The Frustration Others Are Experiencing and Unleash The Power And Productivity Of Scrivener 3 For Windows In Your Writing And Publishing?
Slash Your Learning Curve And Show You How To Harness The Power Of Scrivener In Record Time!
Short Easy-to-Follow Videos Teaching All Of Scrivener 3 For Windows Features (including the hidden ones!)

Requirements
Scrivener 3 For Windows Software
A little time each day to experiment and get to know Scrivener following the videos in the training (you'll feel confident and comfortable within just 20 minutes!)
Your imagination and enthusiasm!

Description
Scrivener 3 For Windows Unleashed will revolutionize your writing and publishing and finally set you free to enjoy the full benefits of the software that professional writers everywhere are raving about.

Are You Still...

Figuring out how to streamline your workflow using tools that are not designed for the task at hand?

Struggling to format your documents for publication?

Creating different files for different platforms you want to publish to?

Spending hours searching through long, hard to navigate documents?

Scattering your research files and archives all over your hard drive?

Wasting time on unnecessary tasks when there is a tool that can do the heavy lifting for you?

Would You Like To...

Use templates that are crafted to help you master your craft - writing awesome content!

Arrange your ideas, research and thoughts right within your specific project.

Use Scrivener's compile feature to output one project to multiple platforms.

Arrange and organize your writing projects with ease.

Enjoy distraction free writing.

Mark up your documents with specific labels, stamps and other helpful tracking features.

Create more books and online content, quicker and easier than you ever thought possible.

Publish far more easily than you could before.

Multiply profits and royalties from your creative publications.

This is no ordinary course. It doesn't just skim across the surface, and has been proven to significantly speed the Scrivener learning curve so you'll be proficient within a few hours.

Your dedicated Scrivener Shepherd - David Lee Martin has a proven track record of producing training materials that actually get RESULTS for his students. He is a no-fluff teacher with years of experience, who loves helping others move swiftly down their own unique pathway to success.

Who this course is for
Writers
Authors
Content Creators
Bloggers



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/f3d93273f567123e3294967143871917/m8dxo.Scrivener.3.For.Windows.Unleashed.part1.rar.html https://rapidgator.net/file/3f54ccbf9ca414737204dd7f0d19c0c4/m8dxo.Scrivener.3.For.Windows.Unleashed.part2.rar.html https://rapidgator.net/file/43ec5377223617a649ed1bfa378b805f/m8dxo.Scrivener.3.For.Windows.Unleashed.part3.rar.html https://rapidgator.net/file/9941db3d037cd8be59ec540fcc8d1827/m8dxo.Scrivener.3.For.Windows.Unleashed.part4.rar.html uploadgig_com: https://uploadgig.com/file/download/A35C92fA27a4692A/m8dxo.Scrivener.3.For.Windows.Unleashed.part1.rar https://uploadgig.com/file/download/67f3bb5b08eA05E2/m8dxo.Scrivener.3.For.Windows.Unleashed.part2.rar https://uploadgig.com/file/download/38522B63Dc5500a1/m8dxo.Scrivener.3.For.Windows.Unleashed.part3.rar https://uploadgig.com/file/download/4C3d3db9B84AB593/m8dxo.Scrivener.3.For.Windows.Unleashed.part4.rar nitroflare_com: https://nitroflare.com/view/B74569BA07CB77D/m8dxo.Scrivener.3.For.Windows.Unleashed.part1.rar https://nitroflare.com/view/F9F4A4AD5B67554/m8dxo.Scrivener.3.For.Windows.Unleashed.part2.rar https://nitroflare.com/view/F4CAEE98A07B408/m8dxo.Scrivener.3.For.Windows.Unleashed.part3.rar https://nitroflare.com/view/4096C89DBD089A1/m8dxo.Scrivener.3.For.Windows.Unleashed.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:11   #61873
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию SolarWinds ARM /Access Monitoring/Risk of Data Breaches



SolarWinds ARM /Access Monitoring/Risk of Data Breaches
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.48 GB
Genre: eLearning Video | Duration: 21 lectures (4 hour) | Language: English
SolarWinds ARM designed to assist admins to easily manage & audit user access rights to systems, data, and files

What you'll learn

Access right Management
Monitor FileServer Access
Active Directory Access Monitoring
AD Azure Monitoring Permisions
Solarwinds ARM
Sharepoint Permissions
Generate GDPR Reports

Requirements

Basic IT Knowledge

Description

SolarWinds Access Rights Manager (ARM) is designed to assist IT and security administrators in quickly and easily provisioning, deprovisioning, managing, and auditing user access rights to systems, data, and files, so they can help protect their organizations from the potential risks of data loss and breaches. By analyzing user authorizations and access permissions, you get visualization of who has access to what, and when they accessed it. With just a few clicks, customized reports can be generated to help demonstrate compliance with many regulatory requirements. Provision and deprovision users via role-specific templates to help assure conformity of access privilege delegation, in alignment with security policies.

* Easily analyze user access rights across your IT infrastructure.

* Rapidly identify and reduce the risk of unauthorized system access and data breaches.

* Quickly demonstrate compliance with reports created on demand or scheduled for automated delivery.

* Identify and manage risks through the detection of malicious or accidental access attempts and compromised accounts.

* Easily create user accounts and review user permissions, groups, and access across all systems, data, and files.

* Support timely and complete deprovisioning of user access.

* Reduce IT workload and save time by delegating permission management to data owners.

Compliance requirements driven by GDPR, PCI, HIPAA, and other mandates require detailed user access monitoring, particularly for users who have access to critical and sensitive data. SolarWinds Access Rights Manager (ARM) is designed to deliver customized Active Directory (AD) and Azure AD reports-showing who has access to what, and when they accessed this data.

Who this course is for:

Administrators
IT Engineers
IT Architects
HelpDesk
IT Support
Infrastructure Engineers



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/3f0faa451daa26d87f9b0d92c9bbd1b2/ofw9x.SolarWinds.ARM.Access.MonitoringRisk.of.Data.Breaches.rar.html uploadgig_com: https://uploadgig.com/file/download/7bC702edd6dA6180/ofw9x.SolarWinds.ARM.Access.MonitoringRisk.of.Data.Breaches.rar nitroflare_com: https://nitroflare.com/view/9D3138D44CC8CE6/ofw9x.SolarWinds.ARM.Access.MonitoringRisk.of.Data.Breaches.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:13   #61874
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Talent Acquisition & Recruitment Hiring the Best Fit 2021


MP4 | Video: h264, 1280x720 | Audio: AAC, 44100 Hz
Language: English | Size: 2.33 GB | Duration: 1h 59m

What you'll learn
Learn the effective interview questioning techniques
Understand how to pick up the best hire effectively and objectively
Acquire the listening and other essential techniques for getting the best hire
Learn how to negotiate salary during the job offer stage
Learn how to increase candidate's acceptance chance of job offer
Learn how to sell the Company and the job role
Learn how to do an effective reference check
Understand how to avoid hiring a toxic employee
Requirements
There are no prerequisites to join this course but just a desire to learn and practice.
Description
Recruitment is a big decision. Getting a wrong hire is very expensive in terms of both financial and non-financial. It is much worse than leaving the post vacant. Along the whole hiring process, interview is certainly the most crucial part. You need to assess the candidates' abilities during this short period of time. An effective interview allows you to get the best fit; while a poor one makes you lose a great talent and brings adverse effects on Company's reputation, morale and productivity. Also, you need to re-start your lengthy interview process again!

This course is made to targeted on getting the best hire for your vacancy. It addresses all the most commonly asked questions for interviews and hiring. These include:

What kinds of questions to be asked?

How many questions to be asked?

How to ask great great questions?

How to structure the interview questions?

What to bear in mind for an effective interview?

What to listen for during interview?

How to get the most from difficult candidates?

How can you tell someone is perfectly fit?

How to enhance candidates accepting your job offer?

How to sell your Company and the job?

How to do reference check?

How to negotiate the salary and the offer?

How to avoid hiring a toxic employee?

In short, this this 2-hour class provides you the essentials of getting your best hire. The class is made based on the practical work experience of a senior Finance executive, Vicky Fung, who has 20-year experience in big corporations and who has interviewed thousands of candidates.

If you are interested, please enroll it now!

Who this course is for:
Anyone who is involved in the hiring, recruitment and interview process
Anyone who wants to understand how to hire the best fit for any given job effectively
Job seekers who want to learn how effective hiring is done behind the scenes

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/7d82a359adfa9617f923b257e6d50359/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part1.rar.html https://rapidgator.net/file/428607a76b13c8695a3194915a312b7b/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part2.rar.html https://rapidgator.net/file/833edac4d11e15df90bf32e0e11ca6ae/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part3.rar.html uploadgig_com: https://uploadgig.com/file/download/e9bc21de49Da53E4/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part1.rar https://uploadgig.com/file/download/C975ebcd711c0e1A/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part2.rar https://uploadgig.com/file/download/d3a3E82216070843/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part3.rar nitroflare_com: https://nitroflare.com/view/EC36BBD04A357C5/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part1.rar https://nitroflare.com/view/F20C5C248C59C95/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part2.rar https://nitroflare.com/view/4EC436CE5E66F18/cd3ee.Talent.Acquisition..Recruitment.Hiring.the.Best.Fit.2021.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 01.06.2021, 17:14   #61875
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 104,141
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию TTC - Cooking Basics: What Everyone Should Know



TTC - Cooking Basics: What Everyone Should Know
Duration: 13h 11m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 11 GB
Genre: eLearning | Language: English
Have you ever wondered how professional chefs are able to prepare multicourse meals that are not only delicious, but consistent and all prepared to the perfect time and temperature?

Or how they pair items and create plates that are beautiful as well as tasty? It turns out it is easier than you might think, once you have learned the right tools and techniques. Presented in partnership with The Culinary Institute of America and filmed at the CIA's flagship facility in Hyde Park, New York, Cooking Basics: What Everyone Should Know provides the step-by-step instructions you need to become a confident, productive cook in your own home. Whether you're brand-new to cooking or want to up your game after years in the kitchen, these 24 easy-to-follow lessons demonstrate everything you'll need to create a wide variety of exciting, flavorful dishes.

Your instructor, Chef Sean Kahlenberg, brings his experience as both a culinary educator and professional chef to every lesson. Having mastered food science in the professional kitchen, he will show you what it means for your cooking at home as he carefully walks you through the dozens of original recipes in this course. You won't find these specific recipes anywhere else and Chef Kahlenberg's step-by-step demonstrations-filled with stories and invaluable tips and tricks-will let you learn as if you are right there in the kitchen with him.

Prep for Success

Your potential for success in the kitchen begins before you've even turned on your stove or oven. How do chefs produce a full meal that comes to the table all at the same time, perfectly seasoned and just the right temperature? The answer is mise en place. Never heard of it? Don't worry-you'll soon wonder how you ever survived in the kitchen without it.

Mise en place is the French term often translated as "everything in its place." In the kitchen, this refers to having all your ingredients together before you start cooking-each item measured, peeled, or sliced exactly as you'll need it for your specific recipe. Your ingredients, tools, mixing bowls, pots, and pans should all be within easy reach, allowing you to move forward in a logical and calm manner once you begin cooking. If you've ever heard the butter sizzling in the pan while you run around your kitchen throwing open each cabinet to look for a particular spice, you probably want to improve your mise en place.

In Cooking Basics, you'll learn not only how to organize your mise en place, but also the best way to prepare each of your ingredients, including how to:

Cut vegetables into the appropriate dimensions required by your recipe-julienne, brunoise, small dice, large dice, or slice;
Create the mirepoix for your recipe-the onions, carrots, and celery that form the flavor base for most Western dishes;
Assess, clean, skin, and fillet round and flat fish, including bottom-feeders;
Appraise, break down, and brine chicken and turkey;
Evaluate and clean clams, mussels, and shrimp; and
Trim and portion beef.
The Importance of Fats

You will learn (and disprove) many misconceptions surrounding food as you progress through this course, but one of the most prevalent ideas that can hold home cooks back from success is the idea that "fat is bad." Actually, when it comes to cooking, fats are your friends. They perform a variety of crucial functions in the cooking process, as well as impacting the look and feel of the final product. Depending on your goal, fats can add flavor of their own or serve as a neutral medium in which to circulate the flavors of other ingredients, coating the tongue to improve your ability to experience those tastes. In fact, some food compounds responsible for flavor and nutrition only become soluble and accessible in the presence of fats.

But perhaps most important, fats offer one of the most effective ways to transfer heat during cooking and produce the Maillard reaction. This is the chemical reaction between amino acids and reducing sugars that forms the hundreds of complex molecules we love to smell and taste in our food. Whether or not you're familiar with its formal name, chances are you've always loved the browning that results from the Maillard reaction. In Cooking Basics, you'll watch the Maillard reaction occur in real time as you learn to fry arancini, baste scallops, sear beef, and much more.

But how to choose which fats to use in which recipes? Chef Kahlenberg explains the benefits of a variety of fats, including:

Grapeseed Oil. This oil's high smoke point makes it a kitchen favorite, allowing foods to cook comfortably at high temperatures without risking the bitterness of burned oil. In addition, grapeseed oil adds very little taste of its own, while nicely carrying other flavors. You'll learn how to use it in cooking coq au vin, monkfish, asparagus, and many other foods.
Butter. While learning to cook cioppino, pasta, lamb, and a variety of vegetables, you'll come to agree with Chef Kahlenberg when he says, "Too much butter is barely enough." You'll explore what can be learned from the sound of butter sizzling-and not sizzling: It's all about the interplay of fat; water; milk solids; and, of course, heat.
Rendered Fat. Learn how to render fat-how to melt and clarify hard animal fat-and use it as the primary cooking medium for paella and a variety of vegetables.
Explore the Wide World in Your Kitchen

No matter how wide and varied your personal cooking repertoire is, Cooking Basics provides a great opportunity to sear, roast, boil, pan fry, grill, and sauté foods in ways you may never have considered before. You'll learn how and when to cook with a sachet d'epices, how to create a cartouche (and why it works better than a pot lid in some circumstances), how to harvest vanilla caviar, the difference between a roux and a gravy, when to use ras el hanout, and much more.

As you follow Chef Kahlenberg's step-by-step directions, you'll learn to prepare many classics with a new twist, including crispy fried chicken, sautéed scallops, grilled salmon, braised short ribs, roast beef, and Thanksgiving turkey along with traditional side dishes of coleslaw, pickles, asparagus, carrots, pilaf, and more. But you'll also have the opportunity to branch out and create:

Argentinian bright green chimichurri sauce
French Béarnaise sauce
French coq au vin
French Provençal ratatouille
Italian cheesy polenta,
Italian potato gnocchi
Italian risi e bisi, traditional northern Italian rice with peas
Mexican grilled corn salad
San Francisco classic cioppino
Sicilian caponata
Spanish paella
With Chef Kahlensberg's guidance, you will be able to make meals that are as beautiful as they are delicious, with each component timed perfectly to be served together. Whether you are hosting a party or making a family dinner, every meal will feel like an amazing accomplishment-and, with a little help from an expert chef, it's much easier than you think.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/e1f99ab49c25904bdc309f275f99e4fc/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part01.rar.html https://rapidgator.net/file/38f572df6093d7ed5d04b064cbd022d7/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part02.rar.html https://rapidgator.net/file/d2f4bd8b36969939ce656c657ff1c37a/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part03.rar.html https://rapidgator.net/file/381ef7cb97809eb73f382eecabc4a03f/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part04.rar.html https://rapidgator.net/file/c50fbbb8a3d19038608a193220836b55/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part05.rar.html https://rapidgator.net/file/55608c560513fb11777110befbbf1232/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part06.rar.html https://rapidgator.net/file/5663c4950bdd791f8addf0594f9300e9/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part07.rar.html https://rapidgator.net/file/7a5fe06f28504fab3c563b0e77a465d5/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part08.rar.html https://rapidgator.net/file/af36b56fcce67d757e504ac2b1c767c2/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part09.rar.html https://rapidgator.net/file/8ef577a39dabdb3e67a216a2ada9c286/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part10.rar.html https://rapidgator.net/file/131334895f6289d583ffa24e36c6c84d/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part11.rar.html https://rapidgator.net/file/cd96e82ae52bbe7a113e5fbc0b2e7b28/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part12.rar.html uploadgig_com: https://uploadgig.com/file/download/33e0058Eba50346c/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part01.rar https://uploadgig.com/file/download/1ef5A3e8794De207/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part02.rar https://uploadgig.com/file/download/10ea750691dDf22a/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part03.rar https://uploadgig.com/file/download/5c54633034ad8440/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part04.rar https://uploadgig.com/file/download/eF86bf67474fdB54/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part05.rar https://uploadgig.com/file/download/019ab3265Bb0c146/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part06.rar https://uploadgig.com/file/download/a4debbd6E3f1f242/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part07.rar https://uploadgig.com/file/download/48a3141Ab8E7aCad/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part08.rar https://uploadgig.com/file/download/67163c2b6d937e8c/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part09.rar https://uploadgig.com/file/download/35a055B2bB1889f3/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part10.rar https://uploadgig.com/file/download/3093f1640ef80544/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part11.rar https://uploadgig.com/file/download/740C02eed831eE69/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part12.rar nitroflare_com: https://nitroflare.com/view/10818BB931A21AB/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part01.rar https://nitroflare.com/view/2B3A8DE3B85639A/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part02.rar https://nitroflare.com/view/266195A936BD6D8/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part03.rar https://nitroflare.com/view/1672522C074F24D/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part04.rar https://nitroflare.com/view/3AC8AC7A3A134F8/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part05.rar https://nitroflare.com/view/9B54762F635C9E7/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part06.rar https://nitroflare.com/view/928742B33C7CBB7/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part07.rar https://nitroflare.com/view/68B40FF73E5FED1/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part08.rar https://nitroflare.com/view/0F6BDFC16CF5E4E/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part09.rar https://nitroflare.com/view/94507CF1B2086E8/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part10.rar https://nitroflare.com/view/EFE9CC53B99812D/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part11.rar https://nitroflare.com/view/C85F58D68910C0C/ql1tc.TTC..Cooking.Basics.What.Everyone.Should.Know.part12.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Ответ

Любые журналы Актион-МЦФЭР регулярно !!! Пишите https://www.nado.in/private.php?do=newpm&u=12191 или на электронный адрес pantera@nado.ws


Здесь присутствуют: 19 (пользователей: 0 , гостей: 19)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
SamDrivers 15.3 Full - 2015 - 0.0.2 emlieu Различный софт 0 12.03.2015 21:26
SamDrivers 15.3 Full - 2015- 0.0.1 emlieu Различный софт 0 11.03.2015 02:16
Oracle Business Intelligence Applications v11.1.1.8.1 (Win Linux) (10.14.2014) vandit Различный софт 0 15.10.2014 17:34
Oracle Business Intelligence Applications v11.1.1.8.1-NEWiSo always Различный софт 0 15.10.2014 16:53
Oracle Business Intelligence Applications v11.1.1.8.1 (Win / Linux) renato Различный софт 0 14.10.2014 11:17


Текущее время: 12:09. Часовой пояс GMT +1.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot