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

Ответ
 
Опции темы
Старый 13.07.2019, 15:56   #15391
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Python Application Series Machine Learning Using Tensorflow



Python Application Series: Machine Learning Using Tensorflow
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 3.5 Hours | 778 MB
Genre: eLearning | Language: English

The following 10 topics will be covered through a combination of lecture and hands-on to maximize your mastery of machine learning using Tensorflow:

Introducing Tensorflow. This first topic in the Machine Learning using Tensorflow series introduces you to the world of Tensorflow. Learn about the history of Tensorflow, Tensorflow's architecture, and the various components of Tensorflow. Appreciate the reasons why Tensorflow is so popular. Follow along with Rohit as he shows you how to download Tensorflow and where to find the official Tensorflow documentation.
Setting up the Tensorflow Environment. This second video in the Machine Learning using Tensorflow series explains how to install and set up the Tensorflow environment on the Linux, Windows (using Anaconda), and Mac operating systems. Follow along with Rohit as he demonstrates the power of Tensorflow, and learn about the Tensorflow-GPU.
Applying Artificial Intelligence, Machine Learning, and Deep Learning. This third video in the Machine Learning using Tensorflow series explains artificial intelligence (AI), machine learning, and deep learning (both supervised and unsupervised).
Applying Tensorflow Basics. This fourth video in the Machine Learning using Tensorflow series explains how to apply the basic mathematical scalar, vector, and matrix functionality in Tensorflow. Learn all about the concepts of tensor, rank, shape, type, graph, session, variable, and placeholder. Follow along with Rohit in this hands-on session using Python.
Mastering Numpy with Tensorflow. This fifth video in the Machine Learning using Tensorflow series covers the Python package Numpy, and how it can be used with Tensorflow. Practice working with Numpy attributes (including shape, reshape, arrange, and item size) and Numpy arrays (including empty, zeros, and ones). Follow along with Rohit in this hands-on session using Python.
Mastering Pandas with Tensorflow. This sixth video in the Machine Learning using Tensorflow series explains how to work with Pandas, and how Pandas can be used with Tensorflow. Follow along with Rohit in this hands-on session using Python.
Mastering MatDescriptionlib with Tensorflow. This seventh video in the Machine Learning using Tensorflow series explains how to create MatDescriptionlib graphs, and how MatDescriptionlib graphs can be used with Tensorflow. Follow along with Rohit in this hands-on session using Python.
Implementing Neural Networks using Tensorflow. This eighth video in the Machine Learning using Tensorflow series explains how to implement neural networks using Tensorflow. Follow along with Rohit in this hands-on session using Python.
Implementing Convolutional Neural Networks using Tensorflow. This ninth video in the Machine Learning using Tensorflow series explains how to implement Convolutional Neural Networks (CNNs) using Tensorflow. Learn all about convolution, non linearity (ReLU), pooling, sub sampling, and classification. Follow along with Rohit in this hands-on session using Python.
Implementing Recurrent Neural Networks using Tensorflow. This tenth video in the Machine Learning using Tensorflow series explains how to implement Recurrent Neural Networks (RNNs) using Tensorflow. Follow along with Rohit in this hands-on session using Python.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/e4b74003893b48410886aa4120609a23/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part1.rar.html https://rapidgator.net/file/c10407f8e3c67d6ab2f2797590fc47c4/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part2.rar.html https://rapidgator.net/file/7647a33589d7aeba97fa7b8628f0f4f7/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part3.rar.html https://rapidgator.net/file/2edf2f10b03354a53c3c267af8ec81e8/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part4.rar.html nitroflare_com: http://nitroflare.com/view/1E0FA35169E700D/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part1.rar http://nitroflare.com/view/01F5328BEDA6EB0/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part2.rar http://nitroflare.com/view/FCDF641A8F3A217/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part3.rar http://nitroflare.com/view/BF97024F4DA908A/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part4.rar uploadgig_com: https://uploadgig.com/file/download/534c54712d66Ea8C/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part1.rar https://uploadgig.com/file/download/4Ea9f810584e2269/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part2.rar https://uploadgig.com/file/download/76d96F6cb8822b1f/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part3.rar https://uploadgig.com/file/download/A2a6c4eaF4e419b9/caqxb.Python.Application.Series.Machine.Learning.Using.Tensorflow.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 15:58   #15392
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Python Application Series Python Made Simple



Python Application Series: Python Made Simple
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 4.5 Hours | 935 MB
Genre: eLearning | Language: English

The following 14 topics will be covered through a combination of lecture and hands-on to maximize your learning of the Python language:

Introducing Python. This first topic in the Python Made Simple series introduces you to the world of Python. Learn the history of Python, Python core features, and how Python compares with Java. Follow along with Rohit as he shows you how to download Python and where to find the official Python documentation.
Setting up the Python Environment. This second video in the Python Made Simple series explains how to install and set up the Python environment on the Linux, Windows (using Anaconda), and Mac operating systems.
Applying the Basic Syntax of Python. This third video in the Python Made Simple series shares the basic syntax of Python including the syntax standards for lines, indentation, multiline statements, strings, comments, and multiple statements on a single line. Basic commands are also covered including the conditional, loop, and print statements. Variables and operators are explained. Follow along with Rohit in this hands-on session and write your first Python programs!
Writing Python Functions. This fourth video in the Python Made Simple series explains functions in detail. Define and call a function (both with and without arguments). Write code containing functional arguments and return statements. Use both global and local variables. Follow along with Rohit and build upon the application you created in the last session.
Creating Python Modules. This fifth video in the Python Made Simple series explains modules in detail. Master creating modules and the import and from...import statements. Follow along with Rohit in this hands-on session and build upon your application from the previous session.
Creating Python Lists. This sixth video in the Python Made Simple series explains how to work with lists and arrays in Python. Follow along with Rohit in this hands-on session and build upon your application from the previous session.
Creating Python Tuples. This seventh video in the Python Made Simple series explains how to create Python tuples. Practice applying the tuple operations of length, concatenation, membership, and iteration. Use indexing and slicing in accessing lists. Follow along with Rohit in this hands-on session.
Understanding the Python Dictionary. This eighth video in the Python Made Simple series covers the Python Dictionary. Practice accessing values from the dictionary, applying the length and type operations, and using the Clear(), Copy(), Keys(), and Values() methods. Follow along with Rohit in this hands-on session.
Working with Strings in Python. This ninth video in the Python Made Simple series explains how to work with strings in Python. Practice accessing values from strings and applying string operators and methods. Follow along with Rohit in this hands-on session.
Applying Date and Time in Python. This tenth video in the Python Made Simple series explains how to code for date and time in Python. Practice getting the current date and time, and using a number of built-in time and date Python modules such as Time.clock and Calendar.month. Follow along with Rohit in this hands-on session.
Creating Classes in Python. This 11th video in the Python Made Simple series explains how to create classes in Python. Create classes, objects, and functions. Understand how class inheritance works. Follow along with Rohit in this hands-on session and build upon your application from the earlier session.
Coding for Exception Handling in Python. This 12th video in the Python Made Simple series explains the concept of an exception, how to handle an exception in Python, and the Try-finally clause. Follow along with Rohit in this hands-on session and build upon your application from the previous session.
Performing File I/O in Python. This 13th video in the Python Made Simple series explains how to perform file input/output (I/O) in Python. Practice opening and closing files. Read and write data to files, and delete files. Follow along with Rohit in this hands-on session and build upon your application from the previous session.
Mastering Numpy. This 14th video in the Python Made Simple series covers the Python package Numpy. Practice working with Numpy attributes (including shape, reshape, arrange, and item size) and Numpy arrays (including empty, zeros, and ones). Follow along with Rohit in this hands-on session and build upon your application from the previous session.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/a9cbad48a75e694dd8e30f7ef139bbe0/tyhd4.Python.Application.Series.Python.Made.Simple.part1.rar.html https://rapidgator.net/file/e912585f2e2d51e96b5ffca2f8f06adb/tyhd4.Python.Application.Series.Python.Made.Simple.part2.rar.html https://rapidgator.net/file/0d874df43975d9c94cc42f69f0c077fa/tyhd4.Python.Application.Series.Python.Made.Simple.part3.rar.html https://rapidgator.net/file/2db528add923d1a2eac567ed0ea5f102/tyhd4.Python.Application.Series.Python.Made.Simple.part4.rar.html nitroflare_com: http://nitroflare.com/view/4B74427442AB5CD/tyhd4.Python.Application.Series.Python.Made.Simple.part1.rar http://nitroflare.com/view/1B994AC746C01E1/tyhd4.Python.Application.Series.Python.Made.Simple.part2.rar http://nitroflare.com/view/76C9E07FD375A5F/tyhd4.Python.Application.Series.Python.Made.Simple.part3.rar http://nitroflare.com/view/3A3A1795608D364/tyhd4.Python.Application.Series.Python.Made.Simple.part4.rar uploadgig_com: https://uploadgig.com/file/download/b0722bDA4671deed/tyhd4.Python.Application.Series.Python.Made.Simple.part1.rar https://uploadgig.com/file/download/D0b5ebf07fc11588/tyhd4.Python.Application.Series.Python.Made.Simple.part2.rar https://uploadgig.com/file/download/720e436F3c3c72f6/tyhd4.Python.Application.Series.Python.Made.Simple.part3.rar https://uploadgig.com/file/download/5c58876e61Aa3685/tyhd4.Python.Application.Series.Python.Made.Simple.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:00   #15393
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Reporting Financial Results When Earnings Are Disappointing



Reporting Financial Results When Earnings Are Disappointing
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hours | Lec: 17 | 88 MB
Genre: eLearning | Language: English

Steps and Strategies When Earnings Fall Short of Expectations - Financial Reporting Damage Control For Management 2019

Are You An Accounting Manager, Controller, CFO or CEO?

Do You Have To Present The Financial Reports and Results For Your Company To Higher Ups?

Ever Wonder How To Present Financials To Your Management or Board When The Results Aren't Great?

Do You Want To Know How To Put a Positive Message on Negative Results?



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/ed84242eb359794409c5560fe1930b54/izm7i.Reporting.Financial.Results.When.Earnings.Are.Disappointing.rar.html nitroflare_com: http://nitroflare.com/view/C3C71C7ACCEBE01/izm7i.Reporting.Financial.Results.When.Earnings.Are.Disappointing.rar uploadgig_com: https://uploadgig.com/file/download/c91126D77Fe23325/izm7i.Reporting.Financial.Results.When.Earnings.Are.Disappointing.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:03   #15394
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Salesforce Einstein Discovery - Easy AI and Machine Learning



Salesforce Einstein Discovery - Easy AI and Machine Learning
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | Lec: 27 | 1.06 GB
Genre: eLearning | Language: English

Salesforce Artificial Intelligence, Data Science & Data Discovery with Clicks Instead of Code / Salesforce Einstein AI

Salesforce has done it again. They are taming the complexity of Artificial Intelligence, enabling you to make massive amounts of decisions and discover patterns in reams of data, all with clicks instead of code.

This course is for the absolute beginner to Artificial Intelligence (AI), Machine Learning, Deep Learning, and Data Science. If you are feeling overwhelmed by either the tsunami of data that you are tasked with trying to make sense out of, or overwhelmed by the tsunami of media coverage around Artificial Intelligence, Deep Learning, Data Science, and Machine Learning, I am here to share a competitive advantage.

There is an AI and Data Discovery platform that can be constructed and configured with clicks instead of code. That platform? Salesforce Einstein. The disruptive power of this is that Artificial Intelligence is now available to the masses, and not just to the quants and data scientists among us. You can now not only catch the competition, but leap frog past them, by leveraging Salesforce Einstein as your On-Demand Data Scientist.

Salesforce is the revolutionary company that disrupted the IT Industry with the advent Cloud Computing. What started as a cloud-based CRM system is now a best-in-breed, world class enterprise platform-as-a-service for Marketing, Sales, Service, eCommerce, Health, Government, IoT, and now AI, with the release of Salesforce Einstein.

In this course, we will work through the core concepts of Artificial Intelligence, in plain English. From there, we will work through signing up for a free Salesforce Einstein account (that you can keep for life) that has the new Salesforce Einstein AI engine enabled. This deep learning engine is a historic breakthrough on the computing capabilities of AI and are accessible to the masses by way of clicks instead of code.

We will then work through several different practice exercises and modules to get you hands on experience with building enterprise level apps with AI baked right in. There is no coding required - you can build AI enabled apps with clicks instead of code, thanks to being able to leverage the Salesforce Einstein AI framework. I will show you how in this quick and fun course that will get you well on your way to becoming an AI expert.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/2ce1e7c6a1cd5218dfcf148c62041bc1/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part1.rar.html https://rapidgator.net/file/072818b6b7d7b7c359049a05be168438/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part2.rar.html https://rapidgator.net/file/439608c12137e88deab1bf7b23910043/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part3.rar.html https://rapidgator.net/file/5fa74138e3c533445c74d3c6573de418/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part4.rar.html nitroflare_com: http://nitroflare.com/view/3DF40CD68CEB303/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part1.rar http://nitroflare.com/view/9BD97B5537E49DD/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part2.rar http://nitroflare.com/view/81D5AB2FD00F5D0/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part3.rar http://nitroflare.com/view/A3898C0A8CB5564/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part4.rar uploadgig_com: https://uploadgig.com/file/download/44d17dF174c7A8dd/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part1.rar https://uploadgig.com/file/download/C94eCe8F03343e76/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part2.rar https://uploadgig.com/file/download/f5E317e01a4DE106/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part3.rar https://uploadgig.com/file/download/376a40f764eea7c0/ckal3.Salesforce.Einstein.Discovery..Easy.AI.and.Machine.Learning.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:05   #15395
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Social Media Marketing & Digital Marketing Course 2019



Social Media Marketing & Digital Marketing Course 2019
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hours | Lec: 19 | 449 MB
Genre: eLearning | Language: English

Learn Social Media Marketing & Digital Marketing via Facebook, Pinterest, Instagram, Twitter & YouTube - Elise Quevedo

Tormented by Twitter? Flummoxed by Facebook? Intimidated by Instagram?

Social Media Marketing is a minefield in 2018, and it's hard to know where to turn or what to do. With over half a million Twitter followers, Elise Quevedo is a true expert in the field of social media. She is the author of 'Creating a Kick-Ass Attitude', an International Keynote Speaker and is one of the most sought after Social Media Strategists in the world.

She has been voted 'Top 100 Entrepreneurs to Follow on Twitter' , and is currently in the Top 50, with individuals like Richard Branson, Mike Bloomberg, Bill Rancic, Robert Kiyosaki, Peter Jones, Ivanka Trump and Martha Stuart. In 2014 she was also honored with the Top Women in e-commerce award.
In this rapid-fire introductory course she will explain:

- The Social Media Revolution and what it means for you

- The Dos and Dont's of popular platforms such as Twitter, Facebook, Instagram, Pinterest & YouTube

- The Golden Rules of Social Media and how to Optimise for Success



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/7a2e19738855d3ad8291e67e7f0fd909/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part1.rar.html https://rapidgator.net/file/da4112043a246192c7cd5f5b170c76df/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part2.rar.html https://rapidgator.net/file/1dc864b05f8895f7a57500426151e433/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part3.rar.html nitroflare_com: http://nitroflare.com/view/44583A9629AD662/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part1.rar http://nitroflare.com/view/32AA97F18D3F8F9/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part2.rar http://nitroflare.com/view/7CC058F14254D58/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part3.rar uploadgig_com: https://uploadgig.com/file/download/28090c35b3349F6b/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part1.rar https://uploadgig.com/file/download/f4Fe0ffE0B84529a/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part2.rar https://uploadgig.com/file/download/06aEb94eBf821d96/1m1gi.Social.Media.Marketing..Digital.Marketing.Course.2019.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:07   #15396
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Spring Boot Fundamentals



Spring Boot Fundamentals
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hour 38M | 217 MB
Genre: eLearning | Language: English

Spring Boot is an extension of the Spring framework that helps developers build simple and web-based applications quickly, with less code, by removing much of the boilerplate code and configuration that characterizes Spring. This course, Spring Boot Fundamentals, explores major features of Spring Boot, including Spring Initializr, auto-configuration, application development, data access, testing, Actuator, GraphQL integration and more. First, you will learn how to configure a Spring MVC application. Then, you will discover how to develop a RESTful API and build a GraphQL server. Finally, you will gain an understanding of how to make your application production ready. When you are finished with this course, you will have mastered Spring Boot to make development faster and deployment easier.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/039e3b831f60ae74f7be7ffefe8b2f97/2aiq4.Spring.Boot.Fundamentals.part1.rar.html https://rapidgator.net/file/8d05732c4adb761d478900e6e2c7fe54/2aiq4.Spring.Boot.Fundamentals.part2.rar.html https://rapidgator.net/file/20e19283a4dd00cdeacd8fabfbf29015/2aiq4.Spring.Boot.Fundamentals.part3.rar.html nitroflare_com: http://nitroflare.com/view/43B97290460B9CC/2aiq4.Spring.Boot.Fundamentals.part1.rar http://nitroflare.com/view/200C0D1F0424D10/2aiq4.Spring.Boot.Fundamentals.part2.rar http://nitroflare.com/view/61F1982708D8ED6/2aiq4.Spring.Boot.Fundamentals.part3.rar uploadgig_com: https://uploadgig.com/file/download/bb9f0495624e5156/2aiq4.Spring.Boot.Fundamentals.part1.rar https://uploadgig.com/file/download/105d70f2a5649b3e/2aiq4.Spring.Boot.Fundamentals.part2.rar https://uploadgig.com/file/download/521b6BbD3772D229/2aiq4.Spring.Boot.Fundamentals.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:09   #15397
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Strategic Partnerships Ecosystems and Platforms



Strategic Partnerships: Ecosystems and Platforms
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 26M | 248 MB
Genre: eLearning | Language: English

No firm can go it alone today-your success depends on working with partners. That is how Microsoft, Apple, Google, Amazon, and other leading companies won in their markets. Partnership expert Ben Gomes-Casseres explains how to gain an edge in the market by collaborating with multiple partners in your business ecosystem. Learn the fundamentals of ecosystem strategies, including building network advantages, selecting partners, organizing your group, igniting growth, and sharing value with your partners. Ben also reviews how to launch and scale a digital platform that connects the many players in your ecosystem.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/640785ba4946b48a54e96e65f5393e0c/zetrv.Strategic.Partnerships.Ecosystems.and.Platforms.rar.html nitroflare_com: http://nitroflare.com/view/A6B8AE3DDE174FB/zetrv.Strategic.Partnerships.Ecosystems.and.Platforms.rar uploadgig_com: https://uploadgig.com/file/download/02ddc1934bcEFbc6/zetrv.Strategic.Partnerships.Ecosystems.and.Platforms.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:11   #15398
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Swift 5 Programming for Beginners



Swift 5 Programming for Beginners
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 5 Hours 42M | 1.61 GB
Genre: eLearning | Language: English

Have you ever wanted to try out programming but didn't know where to start? Have you previously tried to learn Swift but got fed up with incomplete YouTube videos and poorly written tutorials? Or are you looking to move your code from Swift 4 to 5? Then this course is for you! In my Swift 5 course, I will walk you through all the essential information you need to write Swift code. I'm a self-taught programmer so I know what it feels like to start from scratch. I care about your learning, but even more importantly. I care about you!

What is Swift?

Swift is a programming language that allows you to write software for iPhones, iPads, Macs, Apple Watches, Apple TVs, desktops, servers, or anything else that runs code! Swift is great for new programmers because it is very intuitive, it continues to evolve as Apple adds new features, it is relatively easy to catch software bugs compared to other languages, and you can see your results immediately by running code in a Playground. In 2014, Apple announced Swift, along with a 500-page manual explaining how this brand-new language worked. So I immediately jumped into that manual and within three days I created the internet's first Swift course! Since then, Swift has always been my favorite language to teach and I love how it keeps evolving! I have now taught over 120,000 students how to code with Swift, and I'm excited to have you join us. It's going to be a lot of fun Also, Swift is open source and so you can now take this course even if you are on a Linux or Windows computer! Come learn what's new in Swift 5 and gain a new skill! See you inside! All the code and supporting files for this course are available at -
Код:
https://github.com/PacktPublishing/Swift-5-Programming-for-Beginners


Download link:
Код:
rapidgator_net: https://rapidgator.net/file/5fa1e074b3db0a937a850c63602cc05a/zpymd.Swift.5.Programming.for.Beginners.part1.rar.html https://rapidgator.net/file/ca4e1853e81269e3b3aae10be610c1e8/zpymd.Swift.5.Programming.for.Beginners.part2.rar.html https://rapidgator.net/file/e76703cd97b99ff12c5fd9ec4bb364c9/zpymd.Swift.5.Programming.for.Beginners.part3.rar.html https://rapidgator.net/file/13989340ab6530ff14ec95737f28052e/zpymd.Swift.5.Programming.for.Beginners.part4.rar.html nitroflare_com: http://nitroflare.com/view/84B8BC0FFD8E01A/zpymd.Swift.5.Programming.for.Beginners.part1.rar http://nitroflare.com/view/EE505CB564EEFED/zpymd.Swift.5.Programming.for.Beginners.part2.rar http://nitroflare.com/view/763F166CC32834B/zpymd.Swift.5.Programming.for.Beginners.part3.rar http://nitroflare.com/view/4A8579BF1EEE6B6/zpymd.Swift.5.Programming.for.Beginners.part4.rar uploadgig_com: https://uploadgig.com/file/download/137a8939cB4747AA/zpymd.Swift.5.Programming.for.Beginners.part1.rar https://uploadgig.com/file/download/8c6Edc65402917e8/zpymd.Swift.5.Programming.for.Beginners.part2.rar https://uploadgig.com/file/download/0baFe5fA6a90e3f4/zpymd.Swift.5.Programming.for.Beginners.part3.rar https://uploadgig.com/file/download/c1e491f40Ac5a315/zpymd.Swift.5.Programming.for.Beginners.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:13   #15399
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The BeLive Studio2 Course for Live Broadcasters



The BeLive Studio2 Course for Live Broadcasters
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | 1.35 GB
Duration: 1.5 hours | Genre: eLearning Video | Language: English
Going Live on Facebook , creating an awesome professional broadcast experience with up to 4 people on screen.

What you'll learn

Students will learn how to operate BeLive Studio2 , the new live video system from Belive tv
How to start broadcasting and to improve your live video skills
How to create an entertaining live video experience for you and your guests.

Requirements

An interest in live broadcasting on Facebook
Chrome browser, camera and microphone

Description

This new course is designed to help everyone who uses BeLive Studio2 from BeLive tv

Studio2 released on June 26th 2019 is the best way to broadcast on Facebook with up to 4 people on screen.

Studio2 has been developed using user experience and feedback.

This course is designed for you , whether you are just starting or are a seasoned pro.

You can ask questions , you can practice , we provide the support as you need it

WHAT - we show what BeLive Studio2 can do.

HOW - we tell you how each feature works

WHY - we look behind the scenes and illustrate the system design.

BeLive is a community where we all help each other to produce the best broadcasting experiences

All you need is your Chrome browser, a camera and microphone.
You can broadcast on your personal profile, business page or in a group which you admin.

Studio2 provides all the resources we need to produce an engaging viewer experience

We are here to guide to through all the features and advise you on how to create an excellent viewer experience.

We will help you to enjoy broadcating on BeLive Studio2

Enjoy broadcasting and if you have questions please ask

You can try BeLive Studio2 for free whilst it is on Beta.

Check the link in the Bonus lecture

I started using BeLive tv in October 2016 . I have hosted and produced over 800 shows and enjoyed every single one.

I hope that you enjoy broadcasting on Belive

Steven

PS Our first BeLive course was released in 2017 .

Who this course is for:

New and existing users of Belive tv



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/389a547e36b95b7b016c446a4b04953e/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part1.rar.html https://rapidgator.net/file/36964b8dfe12365b89027ee1ac415bc7/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part2.rar.html https://rapidgator.net/file/ad8e7f761bde242b24b98b788a6483e4/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part3.rar.html nitroflare_com: http://nitroflare.com/view/571CDEC3CF3568D/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part1.rar http://nitroflare.com/view/F61356F6D6AF124/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part2.rar http://nitroflare.com/view/1046B886B0E9190/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part3.rar uploadgig_com: https://uploadgig.com/file/download/2C536B38EF5292b3/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part1.rar https://uploadgig.com/file/download/637bE2A1856c0467/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part2.rar https://uploadgig.com/file/download/62a9371a5e51a6e1/evohp.The.BeLive.Studio2.Course.for.Live.Broadcasters.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:15   #15400
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The Illustration Masterclass



The Illustration Masterclass
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 48000 Hz, 2ch | 854 MB
Duration: 3 hours | Genre: eLearning Video | Language: English

Create professional-looking digital paintings and illustrations even if you "can't draw."

What you'll learn

Create powerful custom illustrations in minutes using free or paid software (Illustrator, Photoshop, GIMP, etc) using simple techniques and basic principles.
Understand image creation best practices regarding copyrights and using free stock images, original photos, and royalty-free images.
Develop the ability to make illustrations that can be used online, in videos, or for print, even if you CAN'T DRAW.
Make unique and inexpensive illustrated gifts for friends and family.
Save and make money creating your own illustrations for yourself and others.
Avoid headaches if and when you lose your work by learning the proper way to save your files.
Learn ways to boost creativity using simple, proven creatvity recipes
Gain an understanding of the most useful "art-school" design hacks so your images look more professional
Bonus: Learn how to use free tools to make stunning professional-looking social media graphics in under 1 hour.

Requirements

This course requires no special equipment aside from a computer and an appropriate software program like the free program Gimp and/or Illustrator and/or Photoshop. (*Free trials of Illustrator and Photoshop are available from Adobe).

Description

This quick and dirty course will help you make original, custom digital paintings and illustrations using Adobe Photoshop, Illustrator, and/or Gimp (or any similar program) in just a matter of minutes that look professional and can be used online, in videos and animations, or for print purposes such as on a poster, letterhead, even a T-shirt or other products.

*Please note that free 7 day trial versions of Photoshop and Illustrator are available for download from Adobe's website. Gimp is a free program.

Save money making your own unique digital images and illustrations (and stop paying others to do them for you) and develop skills that can help you start making money creating professional-looking images for
others. You can also use these simple techniques to make unique images and illustrations as free gifts for friends and family.

You also don't need to know how to draw.

There are actually a HUGE number of graphic designers who CAN NOT draw... but they make up for it by using techniques like the ones in this course and naturally, learning more about layout design, composition, color, typography, and other fundamentals of visual literacy.

You can decide how much time you will spend on each image which will then affect your end results. As you do more and more, you can be cranking these out in a matter of minutes and could actually make a little illustration/digital painting business creating these for others on websites like Fiverr, Upwork, and other freelancing websites.

*New: This course now also comes with the FREE bonus course: Make Easy But Powerful Social Media Graphics: Canva |Stencil

Are you ready to take charge and learn quick and easy methods for creating and editing powerful web images/social media graphics like a professional in just 1 hour?

With this course as your guide, you'll learn how to confidentially and professionally create and manage your OWN unique images for your website, blog, eCourse, eBook, presentations, or social media pages using free online tools.

---
What Students Are Saying:
"A great course by a great instructor. It was amazing to see the making of an image, with all the techniques, attention to detail, and also to hear the thinking process behind each decision. I found it stimulating and inspiring." -Robin Scanlon
---

I'm a practicing award-winning multimedia artist and a former tenured Associate Professor of Digital Media and Program Director of Film & Digital Media at The American University of Rome (2006-2016). I'm currently an Associate Professor of Digital Media at the American University of Myanmar in Yangon, Myanmar (Burma).

Since 2000 I've been teaching students all over the world using my tried and true custom approach (turning complex information into something simple, memorable, easy-to-understand in as short amount of time as possible) to ensure that you get the most important, relevant, and useful information that can be applied immediately.

New bonus lectures and resources will continue to be added and timely advice will be provided in the discussion forum. I love to help and always respond to inquiries and discussions ASAP.

Please Note: All students who enroll in this course also will receive periodic free and discounted access to my other top-rated current and upcoming courses.

Empower yourself now by enrolling in this digital painting course and join our growing learning community!

Enroll now and let's get started building your digital painting, software, and design skills today.

Who this course is for:

This course is for novices as well as beginners interested in learning simple and basic techniques for getting started illustrating on the computer.
Advanced traditional fine artists and illustrators looking for ways to take their natural drawing talents from their sketchbooks to a computer environment will appreciate this easy, step by step approach.
Please note this is NOT an in-depth Adobe Illustrator/Photoshop or Gimp course. This courses gets you up and running using the most effective tools and does NOT get into ALL the tools and features of each specific program.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/900be3c0e81e9b52db2475d28f5e767a/y1muj.The.Illustration.Masterclass.part1.rar.html https://rapidgator.net/file/5e358e68387a68043558432f58ec4d43/y1muj.The.Illustration.Masterclass.part2.rar.html https://rapidgator.net/file/c5139902a773799099111cedaeae3d92/y1muj.The.Illustration.Masterclass.part3.rar.html nitroflare_com: http://nitroflare.com/view/B310158E825DECD/y1muj.The.Illustration.Masterclass.part1.rar http://nitroflare.com/view/5C8B3975ED45F34/y1muj.The.Illustration.Masterclass.part2.rar http://nitroflare.com/view/EEFF0A64C4B9779/y1muj.The.Illustration.Masterclass.part3.rar uploadgig_com: https://uploadgig.com/file/download/Cc5Dc6f0f4c9DceE/y1muj.The.Illustration.Masterclass.part1.rar https://uploadgig.com/file/download/8D301880ec217037/y1muj.The.Illustration.Masterclass.part2.rar https://uploadgig.com/file/download/7b15025Cc31A59Fd/y1muj.The.Illustration.Masterclass.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:17   #15401
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The MATLAB Series Operators, Arrays, and Matrices



The MATLAB Series: Operators, Arrays, and Matrices
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | 307 MB
Genre: eLearning | Language: English

The following 15 topics will be covered in this MATLAB Fundamentals course:

MATLAB Operators Overview. This first topic in this MATLAB Series will introduce the MATLAB operators. Follow along with Advait and learn about the relational operators of Less Than, Less Than or Equal, Greater Than, Greater Than or Equal, Equal To, and No Equal To operators. Also the logical operators of NOT, AND, and OR are introduced.
MATLAB Selection Structures. This second topic in this MATLAB Series explains the conditional structures offered by MATLAB. Follow along with Advait in this hands-on video and practice using the IF, ELSE-IF, and ELSE in MATLAB.
MATLAB Loop Structures. This third topic in this MATLAB Series explains the loop structures offered by MATLAB. Follow along with Advait in this hands-on video and practice using the FOR and WHILE loops.
MATLAB Vectors. This fourth topic in this MATLAB Series explains row and column vectors. Follow along with Advait in this hands-on video and practice creating 1-D Matrices.
Appending Vectors in MATLAB. This fifth topic in this MATLAB Series shows you how to create new vectors by appending one vector to another. Follow along with Advait in this hands-on video.
The Colon Operator in MATLAB. This sixth topic in this MATLAB Series covers the colon operator in MATLAB. Follow along with Advait in this hands-on video and generate a large vector of regularly spaced elements.
The Linspace Command in MATLAB. This seventh topic in this MATLAB Series covers the linspace command in MATLAB. Follow along with Advait in this hands-on video and create a linearly spaced row vector.
The Logspace Command in MATLAB. This eighth topic in this MATLAB Series covers the logspace command in MATLAB. Follow along with Advait in this hands-on video and create an array of logarithmically spaced elements.
Matrices in MATLAB. This ninth topic in this MATLAB Series covers matrices in MATLAB. Follow along with Advait in this hands-on video and create multiple matrices with many rows and columns. Also practice applying the dot operator in MATLAB.
Accessing Parts of a Matrix in MATLAB. This tenth topic in this MATLAB Series explains how to access parts of a matrix in MATLAB. Follow along with Advait in this hands-on video and become proficient in retrieving subsections of a matrix.
The End Keyword in MATLAB. This 11th topic in this MATLAB Series covers the end keyword in MATLAB. Follow along with Advait in this hands-on video and learn how to specify the last index of a row or column in MATLAB.
Combining Matrices in MATLAB. This 12th topic in this MATLAB Series explains how to combine matrices in MATLAB. Follow along with Advait in this hands-on video and practice combining matrices in MATLAB.
Matrix Arithmetics in MATLAB. This 13th topic in this MATLAB Series explains matrix arithmetics in MATLAB. Follow along with Advait in this hands-on video and learn to perform addition, subtraction, and array multiplication in MATLAB.
Matrix Multiplication in MATLAB. This 14th topic in this MATLAB Series shows you how to perform matrix multiplication in MATLAB. Follow along with Advait in this hands-on video and practice multiplying matrices in MATLAB.
Matrix Division in MATLAB. This 15th topic in this MATLAB Series shows you how to perform matrix division in MATLAB. Follow along with Advait in this hands-on video and practice dividing matrices in MATLAB.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/c791f959630012e3095df97bce12f3ef/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part1.rar.html https://rapidgator.net/file/36e8477933a19d493f852f4cfe89dd0d/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part2.rar.html https://rapidgator.net/file/d223b460d6d2bbc070615b3c91bb5f76/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part3.rar.html https://rapidgator.net/file/e4d5778033b4a2bd874298295c963041/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part4.rar.html nitroflare_com: http://nitroflare.com/view/DEA4E119F1E197F/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part1.rar http://nitroflare.com/view/FDDE2A07AA25901/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part2.rar http://nitroflare.com/view/D7B93841B8A96F6/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part3.rar http://nitroflare.com/view/10B0EEB370C400F/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part4.rar uploadgig_com: https://uploadgig.com/file/download/d3c7bc8bD73dF5b3/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part1.rar https://uploadgig.com/file/download/ed73d47da41bB697/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part2.rar https://uploadgig.com/file/download/9c50f3da6ccEC793/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part3.rar https://uploadgig.com/file/download/1a936439Dcf346f2/smowe.The.MATLAB.Series.Operators.Arrays.and.Matrices.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:19   #15402
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The Ultimate Sales Training Blueprint How To Master Sales



The Ultimate Sales Training Blueprint: How To Master Sales
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | 1.87 GB
Duration: 2.5 hours | Genre: eLearning Video | Language: English

Learn how to sell more, faster, easier and with confidence with this simple 4-step system

What you'll learn

How to master the art and science of sales and easily close more deals
How to build trust with your prospects so they feel like they "know, like and trust" you within minutes...
How to build a "position of strength" so negotiations practically never happen to you.
The 4 step sales process to easily close sales
How to easily close the sale without being aggressive, hard or manipulative
How to overcome every single objections thrown at you
How to hear what your prospect is leaving unsaid... And use that insight to close the deal
How to figure out your prospect's core problem
How to get your prospect to make a quick decision
The secret to confidence in the sales conversation

Requirements

Students will need a computer and internet access

Description

There's a time-tested, proven process you can implement to shorten your sales cycle, increase your sales conversion rates, and sell at higher prices... all with more confidence.

Just imagine how different the selling experience is when you're confident...in your process, in the system I'll give you, in the value you bring to your customers. Not only will you be able to close more deals quickly and easily, you'll sleep better at night knowing that you're using proven methods and best practices the most successful sales professionals employ in their own businesses.

Most importantly, you will have closed the door forever on anxiety and frustration in your selling efforts, and you'll have the know-how to succeed in sales conversations- wherever you go, whatever the circumstances, whomever you're talking to.

You're going to learn and use powerful and practical strategies and tools for communicating and helping buyers make confident buying decisions or take confident actions to address their problems, opportunities, wants, or needs...not just in business, but in any important relationship. This is habit-changing, life-altering material.

You'll never again feel pressured to be a high-pressure, "pitch" kind of sales professional...instead, I'll show you how and why "collaborative" selling helps you build strong relationships quickly so you close bigger deals more often.

If you want to learn how to master sales and easily close deals then get your hands on this simple 4 step system and take your sales game to the next level!

Who this course is for:

Students who want to feel more confident when speaking to a prospect;
Students who want to easily close more deals
Students who want to easily overcome any objection they encounter



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/07da7cb80766f82f446670780390fdd3/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part1.rar.html https://rapidgator.net/file/b29d5e4ab8428c76767a314d7f0ad9a8/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part2.rar.html https://rapidgator.net/file/9de10381b342cdb4491c419da3dc0565/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part3.rar.html nitroflare_com: http://nitroflare.com/view/D2F8B322100268C/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part1.rar http://nitroflare.com/view/6B6A88DB8F56447/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part2.rar http://nitroflare.com/view/ADD02CAA5368F1F/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part3.rar uploadgig_com: https://uploadgig.com/file/download/f213beE0F59eb4C0/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part1.rar https://uploadgig.com/file/download/de80eE2c163e1066/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part2.rar https://uploadgig.com/file/download/58991e15dF3F8B4E/w9t5l.The.Ultimate.Sales.Training.Blueprint.How.To.Master.Sales.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:21   #15403
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Understanding and Applying Leadership Styles



Understanding and Applying Leadership Styles
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hour 44M | 220 MB
Genre: eLearning | Language: English

This course will draw upon lots of examples to illustrate how to apply different leadership styles. As a leader, you will need to be able to adapt your leadership style to suit any circumstance. In this course, Understanding and Applying Leadership Styles, you will look at the central leadership styles and tools you need to lead a team effectively, as well as other leadership skills to put in your toolbox. First, you will learn about the primary leadership styles, such as servant leader, transactional, autocratic, democratic, and more. Next, you will discover how to apply the leadership moral compass and the concept of responsibility and accountability. Finally, you will understand how to deal with the positive and negative traits of individuals. When you are finished with this course, you will be in a position to assess how you lead your teams. This course is suitable for both experienced leaders and new or aspiring leaders.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/fc133fbe1b8bdc394bbe7e70aee87d8d/n826r.Understanding.and.Applying.Leadership.Styles.part1.rar.html https://rapidgator.net/file/511655036d22abb85da4857a549b6e85/n826r.Understanding.and.Applying.Leadership.Styles.part2.rar.html https://rapidgator.net/file/1bec9b42bb44d78e1558d1637acef0c8/n826r.Understanding.and.Applying.Leadership.Styles.part3.rar.html nitroflare_com: http://nitroflare.com/view/70D0AADB500A126/n826r.Understanding.and.Applying.Leadership.Styles.part1.rar http://nitroflare.com/view/A2131F2EF304545/n826r.Understanding.and.Applying.Leadership.Styles.part2.rar http://nitroflare.com/view/C2858FBEDC35CED/n826r.Understanding.and.Applying.Leadership.Styles.part3.rar uploadgig_com: https://uploadgig.com/file/download/Cd6333da12A5d606/n826r.Understanding.and.Applying.Leadership.Styles.part1.rar https://uploadgig.com/file/download/23B305634bDf01b6/n826r.Understanding.and.Applying.Leadership.Styles.part2.rar https://uploadgig.com/file/download/9717dda49b11446f/n826r.Understanding.and.Applying.Leadership.Styles.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:23   #15404
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Unity 2D Physics Fundamentals



Unity 2D Physics Fundamentals
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hour 17M | 195 MB
Genre: eLearning | Language: English

In this course, you will grasp an understanding of Unity's 2D Physics System and how to implement physics into your own 2D platform games.

Ever wanted to make a 2D platformer but didn't know how to tackle the physics? In this course, Unity 2D Physics Fundamentals, you will learn foundational knowledge of all things physics within a 2d platform. First, you will learn what makes objects solid and collide-able instead of transparent. Next, you will discover how to add gravity and mass to make objects movable. Finally, you will explore how to add scripts to edit the behavior. When you're finished with this course, you will have a grounded knowledge of 2D physics that you can apply to more than just platformers. Software Required: Unity 2018.3.11f or above.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/a7e0e7038c42d7437f34cbb15811afc9/wke2v.Unity.2D.Physics.Fundamentals.part1.rar.html https://rapidgator.net/file/73c8a3426743d8b71233cb636d9d6595/wke2v.Unity.2D.Physics.Fundamentals.part2.rar.html nitroflare_com: http://nitroflare.com/view/CCC0E3EE09AB99B/wke2v.Unity.2D.Physics.Fundamentals.part1.rar http://nitroflare.com/view/DB750F4CA614A98/wke2v.Unity.2D.Physics.Fundamentals.part2.rar uploadgig_com: https://uploadgig.com/file/download/238b584e90a1cfBd/wke2v.Unity.2D.Physics.Fundamentals.part1.rar https://uploadgig.com/file/download/1d5BCaaa6e7068bb/wke2v.Unity.2D.Physics.Fundamentals.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 13.07.2019, 16:25   #15405
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Using Memory-optimized Tables and Native Stored Procedures



Using Memory-optimized Tables and Native Stored Procedures
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | 208 MB
Genre: eLearning | Language: English

The objective of this course is to help your SQL Server-based applications to run at rapid speed to by taking advantages of In-Memory OLTP Technologies - Memory-optimized Tables and Native Stored Procedures.

The In-Memory OLTP feature adds a new memory optimized RDBMS engine and a native compiled stored procedure. This new addition adds higher concurrency to the SQL Server and enables it to process a much higher amount of the workload than before. In this course, we will learn about how to get started with the memory optimized tables and build a use case around its effectiveness. Additionally, we will also understand how the efficiency of the stored procedure is increased when we use Native Stored Procedure along with Memory Optimized Tables.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/8567903f4e35e6f9dd2c0c7aa7e50863/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part1.rar.html https://rapidgator.net/file/d72b373aa1a6b2f5659757aca664d958/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part2.rar.html https://rapidgator.net/file/fde9816bf5d714577a365255ab952c3c/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part3.rar.html nitroflare_com: http://nitroflare.com/view/98BF8D636507FB7/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part1.rar http://nitroflare.com/view/24FAC45582EAFF8/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part2.rar http://nitroflare.com/view/50C06230C9F572C/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part3.rar uploadgig_com: https://uploadgig.com/file/download/12b6AbdE5A0bb69D/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part1.rar https://uploadgig.com/file/download/b7484cdc23Dc35Eb/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part2.rar https://uploadgig.com/file/download/89350769b168c652/rj1k2.Using.Memoryoptimized.Tables.and.Native.Stored.Procedures.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Ответ

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


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

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

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


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


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