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

Ответ
 
Опции темы
Старый 11.10.2020, 10:29   #42496
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию C# Interfaces: The Ultimate C# Interfaces Course



C# Interfaces: The Ultimate C# Interfaces Course
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.67 GB
Genre: eLearning Video | Duration: 34 lectures (2 hour, 59 mins) | Language: English

Uncover the secrets of interfaces in C# and change the way you approach your applications forever

What you'll learn

Learn and Understand Benefits of Interfaces
Learn How to Define C# Interfaces
Learn How to Implement Interfaces
Learn How to Use IEnumerable, ICollection, IList and IComparable
Learn How to Implement Framework Interfaces

Requirements

A PC or Mac
Internet Access

Description

Welcome to this course: C# Interfaces: The Ultimate C# Interfaces Course. Interfaces in C# provide a way to achieve runtime polymorphism. An interface contains definitions for a group of related functionalities that a class or a struct can implement. Interfaces are much like abstract classes and they share the fact that no instances of them can be created. By using interfaces, you can, for example, include behavior from multiple sources in a class. Using interfaces we can invoke functions from different classes through the same Interface reference, whereas using virtual functions we can invoke functions from different classes in the same inheritance hierarchy through the same reference. You can consider an interface as a contract - a class that implements it is required to implement all of the methods and properties.

In this course, you'll learn

Learn and Understand Benefits of Interfaces

Learn How to Define C# Interfaces

Learn How to Implement Interfaces

Learn How to Use IEnumerable, ICollection, IList and IComparable

Learn How to Implement Framework Interfaces

At the end of the course, you will be able to write code using interfaces in C#, changing how you write your applications and revolutionizing your projects.

Who this course is for:

Web Developers
Software Developers
Programmers
Anyone interested in C#

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/0cfc0869f2fb40032426e90701927ffa/ajyf8.C.Interfaces.The.Ultimate.C.Interfaces.Course.part1.rar.html https://rapidgator.net/file/0aac5f3ebbf63bce7c251a5ffe69bb0b/ajyf8.C.Interfaces.The.Ultimate.C.Interfaces.Course.part2.rar.html nitroflare_com: https://nitroflare.com/view/3A99D95C34DC2AE/ajyf8.C.Interfaces.The.Ultimate.C.Interfaces.Course.part1.rar https://nitroflare.com/view/360B42CA4E1C16F/ajyf8.C.Interfaces.The.Ultimate.C.Interfaces.Course.part2.rar uploadgig_com: https://uploadgig.com/file/download/9dc736cD3c1e1037/ajyf8.C.Interfaces.The.Ultimate.C.Interfaces.Course.part1.rar https://uploadgig.com/file/download/261c86720D2b7cca/ajyf8.C.Interfaces.The.Ultimate.C.Interfaces.Course.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:30   #42497
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Complete Blazor Course - e-Commerce App & Clean Architecture



Complete Blazor Course - e-Commerce App & Clean Architecture
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 3.26 GB
Genre: eLearning Video | Duration: 77 lectures (7 hour, 26 mins) | Language: English

Blazor In Depth & Build an e-Commerce Web Application with Clean Architecture

What you'll learn

ASPNET Core Blazor in Depth
Building an e-Commerce web application
Clean Architecture

Requirements

Basic HTML
Intermediate C#

Description

ASP.NET Core Blazor is Microsoft latest SPA application framework. With Blazor you can build reactive full stack single page web applications with C# without much help from JavaScript. Blazor relies on existing mature technologies like SingalR, WebAssembly and ASP.NET Core. It is being adopted or has already been adopted by most companies that utilizes Microsoft technologies. If you want to get employed in these companies, knowing how to build applications with Blazor is required or will be required very soon along with Razor pages, MVC and Web API.

In this course with 9 sections, more than 70 lectures and about 8 hours of content, you will not only follow me step by step and master Blazor, but you will also work with me implementing a good sized e-Commerce web application following Clean Architecture, starting from requirements analysis, software design, all the way to the final implementation.

The course covers the following technical topics:

ASP.NET Core Platform

Every aspect of Blazor

Components State Management

Dependency Injection

Authentication and Authorization with ASP.NET Core Identity

Custom Cookie Authentication

AutoMapper

Dapper

SQL Statements

HTML

Bootstrap

Requirements Analysis and Software Design

Clean Architecture

Repository for encapsulating data accessing details

By the end of the course, you will:

Know every aspect of Blazor in depth.

Be able to independently build web applications with Blazor.

Be able to analyze requirements and design software.

Understand and be able to Implement Clean Architecture.

And much more...

You will be building a good sized real world secured e-Commerce application with me. Together, we will build both the customer portal that allows customers to browse products catalog, add products to shopping cart, place orders and admin portals that allows store owners to login and manage the orders.

After following the lessons and exercises in this course, you will have a good understanding of ASP.NET Core platform and you will be able to create single page web applications with Blazor Server. You will also have a good understanding of Clean Architecture and be able to use what you have learned about architecture in your own project. At the end of the course, you will become a full stack web developer knowing how to create web applications with Microsoft's latest application framework: Blazor.

Whether you're new to ASP.NET Core Blazor or have worked with it for a bit, but are looking for a course to fill in the gaps, you will enjoy this course. Since this course not only cover the basics, but goes into each topic in depth.

PREREQUISITES

Intermediate C# (you should have at least 3 - 6 months experience programming in C#)

Basic HTML

Previous knowledge of ASP.NET Core is nice to have, but it is not required since I will cover it in the course.

The Course Structure and Details

In the first two sections, we will learn about Blazor by creating part of the e-Commerce web application without hearing me talking too much about each topic of Blazor. The purpose of this is to fast track your learning experience and provide you with a solid foundation of coding web applications with Blazor.

In the third section, I will go through all the topics about Blazor one by one in depth.

Starting from the fifth section, we will together implement both the customer portal and the admin portal of our e-Commerce with authentication and authorization.

When implementing the solution, you will hear me cover Clean Architecture and you will see how I implement a Use Case Driven and Plugin Based clean architecture that is highly testable and extremely flexible for future extensions. I will show you how I do it and explain why I do it in certain ways. If you really follow these hands-on sections and implement the project with me, you will definitely learn a lot from the process of building this real world application.

In this course, both the shopping cart and Data store (database) will be implemented as plugins. We will implement two types of data store plugins: an in-memory data store and a SQL Server data store with Dapper as the micro ORM. You will see clearly how powerful it is to build solutions with this kind of architecture. (Disclaimer: Architectural choices should be made case by case, I don't suggest you to follow my architecture presented in this course in all projects. Analysis is needed all the time.)

Who this course is for

C# developers who want to become full stack developers without the hassle of mastering JavaScript.

Developers who work with Razor pages and/or MVC along with front end frameworks/libraries and would prefer work with less JavaScript.

Developers with some experience in Blazor who is looking for a comprehensive course to fill in the gaps.

Developers who are curious about Mirosoft's newest SPA application framework: Blazor.

Developers who want to learn about implementing Clean Architecture.

Who this course is for:

C# developers who want to become full stack developers without the hassle of mastering JavaScript.
Developers who work with Razor pages and/or MVC along with front end frameworks/libraries and would prefer work with less JavaScript.
Developers with some experience in Blazor who is looking for a comprehensive course to fill in the gaps.
Developers who are curious about Mirosoft's newest SPA application framework: Blazor.
Developers who want to learn about implementing Clean Architecture.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/5e0f9da569caa9d739661cf4cbce01de/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part1.rar.html https://rapidgator.net/file/564467cd2feff0fa23dfaca0a447bc55/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part2.rar.html https://rapidgator.net/file/bde7d0dd749ea63949f217ed04e9ef06/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part3.rar.html https://rapidgator.net/file/9ca8e9176724bdca57d5c3a8b3124ede/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part4.rar.html nitroflare_com: https://nitroflare.com/view/69F9464D228C6B7/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part1.rar https://nitroflare.com/view/75F96CD705EE663/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part2.rar https://nitroflare.com/view/96CE977C2B92EFB/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part3.rar https://nitroflare.com/view/F4E83EAB695A25E/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part4.rar uploadgig_com: https://uploadgig.com/file/download/E9f8b9bFcb17E3fd/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part1.rar https://uploadgig.com/file/download/82dA6d290621d982/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part2.rar https://uploadgig.com/file/download/3485809a4c4ADFdd/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part3.rar https://uploadgig.com/file/download/22CBCcD1F2d2bef6/o06q2.Complete.Blazor.Course..eCommerce.App..Clean.Architecture.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:32   #42498
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Complete Java Course. Learn Java In Depth



Complete Java Course. Learn Java In Depth
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.3 GB
Genre: eLearning Video | Duration: 13 lectures (1 hour, 55 mins) | Language: English

Learn Java from Beginners To Experts. Key Topics are Collection Framework, Multi Threading, java 8

What you'll learn

Learn the core Java skills needed to apply for Java developer positions
Learn industry "best practices" in Java software development from a professional
Learn java from scratch
become master in java
Learn Java From Basic To Advance

Requirements

there in no any course requirements or prerequisites?

Description

Java is mostly used programming language for development. in this time mostly companies is using java programming for development. In this course you will learn java from very basics. i will start java from what is jdk, jvm, jre. because i am designing this course those who don't have any knowledge about the java as well as those who have some knowledge about the java.

I will also cover some most important features of java like Collection Framework, Multi threading, which is used for the development of java application.

we also learn java 8 has feature for development. by using lambda expressing we can develop many application in java.

we also learn java 8 features, like lambda expression, functional interface, stream api, date and time api, Interface enhancement, and many more java 8, features.

Who this course is for:

Complete beginners. We got you covered. We'll start from compilation & interpretation.

Programmers switching from other languages

Java programmers who are not feeling confident about their existing Java skills

Java programmers who want to learn about design principles & best practices. Any serious programmer should know this stuff!

Who this course is for:

everyone can learn java

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/9fbe2ef37ab26f2cb5803da5a13d1448/g1m54.Complete.Java.Course..Learn.Java.In.Depth.part1.rar.html https://rapidgator.net/file/51d2f476b155c517537a621140990c74/g1m54.Complete.Java.Course..Learn.Java.In.Depth.part2.rar.html nitroflare_com: https://nitroflare.com/view/EDB87D38CE9C23C/g1m54.Complete.Java.Course..Learn.Java.In.Depth.part1.rar https://nitroflare.com/view/A4DCE06FD9A86D4/g1m54.Complete.Java.Course..Learn.Java.In.Depth.part2.rar uploadgig_com: https://uploadgig.com/file/download/39e1a85ADCdd091b/g1m54.Complete.Java.Course..Learn.Java.In.Depth.part1.rar https://uploadgig.com/file/download/4cec50A61A132dc6/g1m54.Complete.Java.Course..Learn.Java.In.Depth.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:33   #42499
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Complete Spanish Course. Start Spanish From Scratch



Complete Spanish Course. Start Spanish From Scratch
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.36 GB
Genre: eLearning Video | Duration: 13 lectures (1 hour, 49 mins) | Language: English

Learn Spanish from Beginners To Experts. Learn Spanish from A,B,C,D and reached to Z

What you'll learn

Start Spanish From Fundamentals.
Learn Spanish from A,B,C,D and reached to Z.
Learn Spanish from common phrases in daily life.
The ability to introduce yourself, ask questions, and converse in a variety of everyday situations.
Learn Complete Grammar In Spanish.
Learn Vocabulary In Spanish.
Learn Regular Verb, Irregular Verb and conjugation of verbs.

Requirements

there in no any course requirements or prerequisites?

Description

1 BENEFITS OF LEARNING SPANISH

2 ABCD IN SPANISH

3 GREETINGS IN SPANISH

4 ARTICLES IN SPANISH-BASIC

5 WEEK NAMES IN SPANISH

6 BASIC PRONOUNS IN SPANISH

7 MONTHS NAME IN SPANISH

8 COUNTING IN SPANISH

9 SAME WORDS IN SPANISH AND ENGLISH

10 PRESENT SIMPLE TENSE

11 SER AND ESTAR IN SPANISH

12 ANIMAL NAME IN SPANISH

13 CONTINUES TENSE

14 COLORS NAME IN SPANISH

15 PRESENT PERFECT TENSE IN SPANISH

16 FRUITS NAME

17 FUTURE TENSE

18 GAMES OR SPORTS NAME

19 PREPOSITIONS IN SPANISH

20 OCCUPATION OR PROFESSION IN SPANISH

21 POR VS PARA

22 PARTS OF BODY

23 ARTICLES IN SPANISH -DEPTH

24 RELATIONSHIP

25 GENDER IN SPANISH

26 WEATHER

27 TIME IN SPANISH

28 DAILY USE WORDS IN SPANISH

29 DESCRIPTIVE ADJECTIVE

30 VEGITABLE AND FOOD ITEMS

31 POSSESSIVE ADJECTIVE

32 AL-TO-AL-CHANGING-WORDS

33 SUPERLATIVE ADJECTIVE

34 BLE TO BLE CHANGING WORDS

35 NATIONALITY ADJECTIVE

36 CT-CHANGE-TO-CTO-WORDS

37 RELATIVE ADJECTIVE AND NEGATIVE WORDS

38 IC-TO-ICO-CHANGING-WORDS

39 COMPERISION OF EQUILITY AND INEQUILITY

40 ID-TO-IDO-RY-RIO-WORDS

41 DEMONSTRATIVE ADJECTIVES

41.1 LIMITING ADJECTIVES

42 LY-TO-CHANGE-MENTE-WORDS

43 MENT TO CHANGE MENTO WORDS

44 ADVERBS IN SPANISH

45 NCE-CHANGE-TO-NCIA-WORDS

46 CONJUNCTIONS IN SPANISH

47 NT-TO-NTE-CHANGING-WORDS

48 PH-ANT-IFY-IVE-ENDING-MEANING

49 PAST TENSE IN SPANIHS-1

50 SION TO SIóN CHANGING WORDS

51 PAST TENSE IN SPANISH-2

55 TY-DAD-changing words

53 CONDITIONAL TENSE

54 Y TO IA changing words

55 DEMONSTRATIVE PRONOUNS IN SPANISH

56 TION TO CION CHANGING WORDS-PART-1

57 POSSESSIVE PRONOUNS

58.1 PREPOSITIONAL PRONOUNS

59 TION TO CION CHANGING WORDS-PART-2

60 RELATIVE PRONOUNS

61 TION TO CION CHANGING WORDS PART-3

62 DIRECT OBJECT PRONOUNS IN SPANISH

63 SPANISH VOCABULARY

64 INDIRECT OBJECT PRONOUNS IN SPANISH (NOT NUMBER)

65 VERBS

66 AR ENDING VERB

67 ER ENDING VERB

69 IR ENDING VERB

70 IRREGULAR VERBS

71 REFLEXIVE VERBS

72 THE IMPERSONAL AND PASSIVE SE IN SPANISH

73 DIFFERENCE BETWEEN ANDAR CAMINAR AND PASEAR

74 DIFFERENCE BETWEEN IR IRSE SALIR DEJAR

75 SABER VS CONOCER

76 TIEMPO VS HORA VS VEZ

77 CALIDAD VS CUALIDAD

78 INTRODUCIR VS PRESENTAR

79 SUBJUNCTIVE VS INDICATIVE VS IMPERATIVE

80 E-TO-IE-STREAM-CHANGING-IRREGULAR-VERB

81 SPANISH PRESENT SUBJUNCTIVE

82 E-TO-I-STREAM-CHANGING-IRREGULAR-VERB

83 O-TO-UE-STREAM-CHANGING-IRREGULAR-VERB

84 SPANISH PRESENT PERFECT SUBJUNCTIVE

85 PREFIX-IRREGULAR-VERB

86 SPANISH FUTURE SUBJUNCTIVE

87 SPANISH IMPERATIVE MOOD

88 IN FORMAL TU AFFIRMATIVE AND NEGATIVE COMMAND

89 FORMAL AFFIRMATIVE AND NEGATIVE COMMANDS

90 INDIRECT COMMANDS OR QUE COMMANDS

91 NOSOTROS COMMANDS

92 OIR VS ESCUCHAR

93 VER VS MIRAR VS BUSCAR VS REVISAR VS OBSERVAR VS FIJARSE

94 COMENZAR VS EMPEZAR

95 ACORDAR VS RECORDAR VS ACORDARSE

Who this course is for:

Anyone with little to no knowledge of Spanish.

People looking for a quick, complete course to refresh their Spanish skills.

Anyone traveling or moving to a Spanish speaking country and needs the basics to be able to get around, pay for things, order food, etc.

Anyone looking for the easiest, most pain-free way to learn Spanish.

Who this course is for:

everyone can learn Spanish

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/e8b9258fe7989c1c334d493869a27595/f181k.Complete.Spanish.Course..Start.Spanish.From.Scratch.part1.rar.html https://rapidgator.net/file/0fb180f6b9666d4d9216d622ca082d6c/f181k.Complete.Spanish.Course..Start.Spanish.From.Scratch.part2.rar.html nitroflare_com: https://nitroflare.com/view/103093D7502D3BC/f181k.Complete.Spanish.Course..Start.Spanish.From.Scratch.part1.rar https://nitroflare.com/view/D78F19F32E61F0D/f181k.Complete.Spanish.Course..Start.Spanish.From.Scratch.part2.rar uploadgig_com: https://uploadgig.com/file/download/2Cec8f1b4c036146/f181k.Complete.Spanish.Course..Start.Spanish.From.Scratch.part1.rar https://uploadgig.com/file/download/c2119dc9940f753B/f181k.Complete.Spanish.Course..Start.Spanish.From.Scratch.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:34   #42500
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Computer networks which help the beginners to understand



Computer networks which help the beginners to understand
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 618 MB
Genre: eLearning Video | Duration: 5 lectures (1 hour, 2 mins) | Language: English

What is internet and computer network?

What you'll learn

how the computer is connected to the network and what is network

Requirements

be able to understand the subject easily with help of slides and lectures

Description

Here we gonna see what is internet and computer network is and the systems are connected through internet and type of networks as connection-less and connection oriented what happens when data is shared between the user and endsystem. about the internet protocols. an network protocol .

about the network edge

the end system, client and server

the network core

in this we gonna go thru the mesh of router that interconnect the internet and systems

and about the difference between circuit switching and packet switching network.

Who this course is for:

beginners of computer network subject
the student who need to know what is network and what is internet and how it is connected

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/94e7649b4975db8507a1cb4e0707ee52/9q3hd.Computer.networks.which.help.the.beginners.to.understand.rar.html nitroflare_com: https://nitroflare.com/view/CD6818135E66204/9q3hd.Computer.networks.which.help.the.beginners.to.understand.rar uploadgig_com: https://uploadgig.com/file/download/59fd8A16631fBe8a/9q3hd.Computer.networks.which.help.the.beginners.to.understand.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:36   #42501
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Create your Microsoft Word documentation | From Zero to Pro



Create your Microsoft Word documentation | From Zero to Pro
Duration: 1h57m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 788 MB
Genre: eLearning | Language: English
Get started with documentation and create your own content like books, Web page by taking advantage of Microsoft Word

What you'll learn
Get started with Microsoft word and do all kind of documentation.
Write document and books

Requirements
Basic computer knowledge

Description
Create complete knowledge on Word documentation from Beginner to Pro. Helps in provided details on creation of document, Update and improve the readability of any Microsoft document.

What you will become after going through this course:
You will learn how to take full advantage of Microsoft Word
Begin with the basics of creating Microsoft Word documents
Various techniques to create dynamic layouts
Preparing documents for printing and exporting
Format documents effectively using Microsoft Word Styles
Control page formatting and flow with sections and page breaks
Create and Manage Table Layouts
Work with Tab Stops to Align Content Properly
Perform Mail Merges to create Mailing Labels and Form Letters
Build and Deliver Word Forms
Manage Templates
Track and Accept/Reject Changes to a Document

This course contains details on
1. How to get started with Microsoft Word.
2. Create formatting of word
3. Graphical updates in word
4. Mailing and read options in Word.
5. Creating Index and other options in word.

Who this course is for:
Beginners with computer and content writters

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/5e3c1a1bf9e9c7786e27e56936d6dd6a/vpq7w.Create.your.Microsoft.Word.documentation..From.Zero.to.Pro.rar.html nitroflare_com: https://nitroflare.com/view/ECB7EA6A3C29886/vpq7w.Create.your.Microsoft.Word.documentation..From.Zero.to.Pro.rar uploadgig_com: https://uploadgig.com/file/download/ae8B9b49e80Dbf1f/vpq7w.Create.your.Microsoft.Word.documentation..From.Zero.to.Pro.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:37   #42502
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Database Design and MySQL



Database Design and MySQL
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 10 Hours 11M | Lec: 100 | 13.7 GB
Genre: eLearning | Language: English

This course is offered to allow for download and anytime use as well as for anybody who wishes to support my YouTube channel.

About this course:

This is an introductory course that dives into the basics of many topics in databasing, including:

Database Design

Datatypes

Inserting and manipulating data

Joins

Character sets and collations

Storage engines

functions

and much more.

This master course has 3 sub-courses with a total of over 100 videos teaching the absolute basics, intermediate topics, and the start of many advanced databasing concepts that will have you programming databases in no time.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/4a904f2a4cfff5cdfab2d8b6b7726ffd/2sayd.Database.Design.and.MySQL.part1.rar.html https://rapidgator.net/file/f801e5c82fb142d011ce4018c160a9fd/2sayd.Database.Design.and.MySQL.part2.rar.html https://rapidgator.net/file/1d03bb0d4260e5eca0fcc4a2e663f48c/2sayd.Database.Design.and.MySQL.part3.rar.html https://rapidgator.net/file/29d409a3d5a76d0607798588ccfb4348/2sayd.Database.Design.and.MySQL.part4.rar.html https://rapidgator.net/file/85d74e1ff5bb6efc779d7ce7ec122c9f/2sayd.Database.Design.and.MySQL.part5.rar.html https://rapidgator.net/file/7e7ed7df34d6d129dad6ab0df1166157/2sayd.Database.Design.and.MySQL.part6.rar.html https://rapidgator.net/file/a044c127314d628d055228a827147ff3/2sayd.Database.Design.and.MySQL.part7.rar.html https://rapidgator.net/file/f081c654fcf4052a9fdaae5dfd232d97/2sayd.Database.Design.and.MySQL.part8.rar.html nitroflare_com: https://nitroflare.com/view/02D65323B626A64/2sayd.Database.Design.and.MySQL.part1.rar https://nitroflare.com/view/DFC439A8D7A40DF/2sayd.Database.Design.and.MySQL.part2.rar https://nitroflare.com/view/30E3F82592D5BD7/2sayd.Database.Design.and.MySQL.part3.rar https://nitroflare.com/view/C458C851ED0487F/2sayd.Database.Design.and.MySQL.part4.rar https://nitroflare.com/view/4DE5A98BD0F82CD/2sayd.Database.Design.and.MySQL.part5.rar https://nitroflare.com/view/7B0C4E34E8EF355/2sayd.Database.Design.and.MySQL.part6.rar https://nitroflare.com/view/365124AD96A33EE/2sayd.Database.Design.and.MySQL.part7.rar https://nitroflare.com/view/13A2497C49A864D/2sayd.Database.Design.and.MySQL.part8.rar uploadgig_com: https://uploadgig.com/file/download/bf1F6CEbf3f626d2/2sayd.Database.Design.and.MySQL.part1.rar https://uploadgig.com/file/download/c94ad1949b467164/2sayd.Database.Design.and.MySQL.part2.rar https://uploadgig.com/file/download/d608b968f7066C6b/2sayd.Database.Design.and.MySQL.part3.rar https://uploadgig.com/file/download/581f35afd4b6Be51/2sayd.Database.Design.and.MySQL.part4.rar https://uploadgig.com/file/download/c4bc120d429D196b/2sayd.Database.Design.and.MySQL.part5.rar https://uploadgig.com/file/download/5C376fd5e877267f/2sayd.Database.Design.and.MySQL.part6.rar https://uploadgig.com/file/download/9e4167B299360544/2sayd.Database.Design.and.MySQL.part7.rar https://uploadgig.com/file/download/6422fc62427e84da/2sayd.Database.Design.and.MySQL.part8.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:38   #42503
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Decision-Making Strategies for Optimal Team Performance: A Primer for Team Leaders



Decision-Making Strategies for Optimal Team Performance: A Primer for Team Leaders
Duration: 34m 47s | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 264 MB
Genre: eLearning | Language: English

Are you making the best decisions for your business? Are your employees? This concise course collects lessons designed to help leaders optimize the performance of their teams by focusing on their ability to generate high-quality decisions. Journalist and author Stephen Dubner talks about ways to create a culture of innovation that favors genuinely good ideas over merely loud or popular ones. Harvard Business School professor Robert S. Kaplan teaches you how to assess a situation and adapt your management style to maximize results. CEO of Red Hat Jim Whitehurst teaches leaders how to use culture and communication strategy to create an inclusive environment that facilitates shared decision-making, and also explores how open, participatory organizations can use culture to drive group decision-making. Finally, professional poker player and decision strategist Annie Duke shows how to use outcome-blind analysis to evaluate the quality of your decisions.

Note: This course was produced by Big Think. We are pleased to host this content in our library.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/bc8b0ec006b454807e1a2231bc0f4285/f9dw2.DecisionMaking.Strategies.for.Optimal.Team.Performance.A.Primer.for.Team.Leaders.rar.html nitroflare_com: https://nitroflare.com/view/D30A9FEA5E9BE31/f9dw2.DecisionMaking.Strategies.for.Optimal.Team.Performance.A.Primer.for.Team.Leaders.rar uploadgig_com: https://uploadgig.com/file/download/3a26bEF96c8E41b0/f9dw2.DecisionMaking.Strategies.for.Optimal.Team.Performance.A.Primer.for.Team.Leaders.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:40   #42504
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Draw Shapes & Rhythms in the Costumed Pose with Bill Perkins



Draw Shapes & Rhythms in the Costumed Pose with Bill Perkins
Video: .mp4 (1920x1080, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 1.51 GB
Genre: eLearning Video | Duration: 51 mins | Language: English

In the fourth part of our comprehensive How to Draw the Costumed Figure course, you will learn to recognize and draw the shapes created by the folding of garments. Bill will teach you how these shapes pull from origins of stress in the gesture of the pose & how they move across the form and create rhythms. These rhythms are grounded in reality rather than expressive, generalized rhythms. You will also learn about "editing" or what to leave out in your costumed figure drawings. You will be working with charcoal pencil on paper.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/c894a389b88930ca85772d6decd20f40/wsipz.Draw.Shapes..Rhythms.in.the.Costumed.Pose.with.Bill.Perkins.rar.html nitroflare_com: https://nitroflare.com/view/460F95D3287ECF6/wsipz.Draw.Shapes..Rhythms.in.the.Costumed.Pose.with.Bill.Perkins.rar uploadgig_com: https://uploadgig.com/file/download/9047a0362F404C9c/wsipz.Draw.Shapes..Rhythms.in.the.Costumed.Pose.with.Bill.Perkins.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:41   #42505
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Entrepreneurship & Personality



Entrepreneurship & Personality
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.39 GB
Genre: eLearning Video | Duration: 23 lectures (2 hour, 23 mins) | Language: English
Learn about entrepreneurial intuition, passion, obsession, faith, failures, patience, resourcefulness, inspiration, flow

What you'll learn

You will gain a deeper insight into entrepreneurial intuition
You will gain ideas why your business reflects your personality
You will understand when entrepreneurial passion becomes "obsession"
You will have an idea what abilities distinguish entrepreneurs from other people
You will gain ideas what drives entrepreneurs to succeed
You will learn about resources vs resourcefulness
You will gain insights how to overcome entrepreneurial grief and failures
You will find out why patience is vital in entrepreneurship
You will discover how to achieve the state of flow
You will have an understanding about inspiration, and why it is important for entrepreneurs

Requirements

Being patient. Being open-minded. Having love of learning.

Description

Would you like to become a self- confident inspired entrepreneur?

Learn what drives and motivates entrepreneurs to succeed.

Discover if it is right to follow passion, and when it becomes obsession.

Gain a deeper insight into intuition, and why entrepreneurs do need it.

It is important to be true to yourself and practice authentic connections in spite of the fear of judgement and rejection.

As an entrepreneur you should be ready to embrace failures, and bounce back from entrepreneurial grief.

Since ancient times patience has been identified as an important aspect of virtue, and related to spiritual transcendence.

Gain ideas how to practice patience, and achieve the feeling of bliss.

Inspiration is a predictor of creativity.

Learn how to fire the soul of an entrepreneur, and why it is vital to be an inspired entrepreneur.

This course containing 23 lectures and 3,5 hours of video will walk you through the connection of entrepreneurship with intuition, passion, obsession, faith, patience, inspiration, flow.

You will gain more insights into entrepreneurship, and how to become a self-confident inspired entrepreneur.

Who this course is for:

Anyone considering pursuing entrepreneurship
Novice entrepreneurs
Anyone interested in entrepreneur's personality
Anyone interested how intuition helps decision-making
Entrepreneurs experiencing failure, burnout and grief
Anyone interested in practicing patience
Anyone interested why inspiration matters
Anyone interested in agile mindset
Anyone interested in achieving the state of flow

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/c537ccc641a3d163109953f8bb77ce01/qbtdi.Entrepreneurship..Personality.part1.rar.html https://rapidgator.net/file/dd5d123caba4cc843304487a0caf3265/qbtdi.Entrepreneurship..Personality.part2.rar.html nitroflare_com: https://nitroflare.com/view/B6F909827693ACB/qbtdi.Entrepreneurship..Personality.part1.rar https://nitroflare.com/view/9CB564B788F02A8/qbtdi.Entrepreneurship..Personality.part2.rar uploadgig_com: https://uploadgig.com/file/download/f993fd890517bbaF/qbtdi.Entrepreneurship..Personality.part1.rar https://uploadgig.com/file/download/C0d1D4CA21dc9d95/qbtdi.Entrepreneurship..Personality.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:42   #42506
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Essentials of Team Collaboration



Essentials of Team Collaboration
Duration: 32m 35s | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 628 MB
Genre: eLearning | Language: English
The best teams don't wait for someone to tell them what to do. Instead, they work together to set themselves up for success.

In this course, learn how teams can collaborate more effectively. Discover how to ask key questions, clarify expectations, and ensure everyone is kept in sync. Find out how a team can refine its purpose, use one another's preferred communication modes, and solicit and incorporate feedback, helping members collaborate proactively-with or without managerial oversight. Join corporate trainer and author Dana Brownlee as she shares clear and proven collaboration strategies, specific activities, and techniques you can use to minimize miscommunications and avoid common collaboration mishaps.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/1bfab19cfd72d3e0c5495f17aac6b52a/7lcup.Essentials.of.Team.Collaboration.rar.html nitroflare_com: https://nitroflare.com/view/28648CCAF4F6C55/7lcup.Essentials.of.Team.Collaboration.rar uploadgig_com: https://uploadgig.com/file/download/a29d7d633c8E2c94/7lcup.Essentials.of.Team.Collaboration.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:44   #42507
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Exam Tips: Microsoft Azure Architect Design (AZ-304)



Exam Tips: Microsoft Azure Architect Design (AZ-304)
Duration: 1h 3m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 105 MB
Genre: eLearning | Language: English
The Microsoft Azure Architect: Design (AZ-304) exam tests your understanding of how to build an effective Azure strategy for an organization.

It is one of two required exams for becoming a certified Azure Solutions Architect Expert. In this course, instructor and Microsoft trainer Scott Duffy provides insights into the structure of the exam, recommended prerequisites, and skills tested. Explore the main objectives in the five domains-design monitoring, design identity and security, design data storage, design business continuity, and design infrastructure-and get study tips for maximizing your performance on exam day.

Topics include:

Exam details
Optimizing costs
Logging and monitoring
Designing for security
Designing data storage
Designing business continuity
Designing infrastructure

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/66f0194e6e04d34a1f8aff22ab4e1763/jacil.Exam.Tips.Microsoft.Azure.Architect.Design.AZ304.rar.html nitroflare_com: https://nitroflare.com/view/0CC260D17CA65FD/jacil.Exam.Tips.Microsoft.Azure.Architect.Design.AZ304.rar uploadgig_com: https://uploadgig.com/file/download/891Fbc53a02B8408/jacil.Exam.Tips.Microsoft.Azure.Architect.Design.AZ304.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:45   #42508
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Financial Analysis with Python - Analysing Balance Sheet



Financial Analysis with Python - Analysing Balance Sheet
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 1.02 GB
Genre: eLearning Video | Duration: 12 lectures (2 hour, 53 mins) | Language: English

Automating Financial Analysis with Python

What you'll learn

Financial Analysis Using Python
Understanding Balance Sheet
Learnings and Interpreting Different Balance Sheet Ratios
Description Financial Data
Compare Financial Data Across Companies
All of the above points will be automated using Python

Requirements

Basic understanding of Python - The code will be explained during the course and the videos are easy to follow. However, Python basics are not covered since there is plenty of tutorial out there covering the basics.
We will use a financial API to retrieve company fundamentals. The API offers 250 calls per month for free upon registration. Please note, that after 250 calls per month the API has a cost of around 10$ per month. I tried to find a free source of financial data but unfortunately, it is hard to find a free reliable source to be used with Python.

Description

Welcome to Analysing Balance Sheet with Python.

During the course, we will learn how to automate financial data retrieval from an API and to automate financial Analysis using Pandas and Python. Below are the main areas that we will cover during this course:

Retrieving financial data using API

Cleaning up data and prepare it for analysis

Descriptionting Balance Sheet data using MatDescriptionlib and Descriptionly

Comparing Balance Sheet of multiple companies within an industry using Python

Analysing companies Account Receivables using Python

Analysing companies Liquidity using Python

Analysing companies Solvency using Python

Analysing companies Inventory using Python

Note: We will retrieve financial data through an API. The API offers 250 monthly calls per month free. This may be enough to follow along the course but in order to perform your own analysis, a monthly subscription may be required.

Who this course is for:

All users who would like to know how to apply financial analysis using Python.
Financial Analysts with an interest on automated fundamental analysis with Python
Python developers curious about Finance
Finance users curious about Python and programming applied to Finance

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/25e6edda1393baa5b1ffb55efac57ced/6a209.Financial.Analysis.with.Python..Analysing.Balance.Sheet.rar.html nitroflare_com: https://nitroflare.com/view/139AC5B5BE5F019/6a209.Financial.Analysis.with.Python..Analysing.Balance.Sheet.rar uploadgig_com: https://uploadgig.com/file/download/2f02A3261f64bEd9/6a209.Financial.Analysis.with.Python..Analysing.Balance.Sheet.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:47   #42509
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Growth Mindset: The Key to Greater Confidence and Impact



Growth Mindset: The Key to Greater Confidence and Impact
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 1.24 GB
Genre: eLearning Video | Duration: 20 lectures (1 hour, 1 mins) | Language: English

Discover how your mindset can expand possibilities and fulfillment, in your career and in life!

In this course, you will:

Identify when you're showing up with a fixed mindset, and how this might be holding you back at work and in life

Discover 6 roadblocks that may be keeping you from having a growth mindset, including

Lack of confidence

Fear of failure

Fear of success

Perfectionism

Inertia

Just plain feeling stuck.

Try proven strategies to address each roadblock

Take the One Yes challenge to step out of your comfort zone, adopt stretch goals, and reflect on what you learned

Bring a growth mindset to your organization, and discover how this can positively impact culture, innovation, engagement, and retention

Move from a need to prove to a desire to IMprove

Complete reflection exercises and worksheets to expand your learning and accelerate your growth

I'm Diane Flynn, your instructor for this course. Adopting a growth mindset has changed my life. By continually stepping out of my comfort zone, I've been able to embrace new possibilities, connect with life-changing individuals, and experience transformational change. I want the same for you, and hope that you will join me in this course.

Invest an hour of your time with me, and you will heighten your awareness of ways to stretch into new roles and expand opportunities for joy and success!

"Diane Flynn is one of the best workshop facilitators on the subject of adopting a growth mindset and being open to change. She has world-class instincts about people and is phenomenal in reading a room with respect to what a group needs. And, most importantly, she models the perfect alchemy of direct and respectful guidance that helps workshop participants feel both stretched and cared for."

- Chip Conley, Airbnb Strategic Advisor, Founder of the Modern Elder Academy and NYT Best-selling author

CPE (Continued Professional Education)

Learning Objectives

Define growth mindset and fixed mindset.

Identify the beliefs and traits of those with growth and fixed mindsets.

Recognize key findings from Carol Dweck's growth mindset research.

Describe self-limiting beliefs, how they prevent personal growth, and techniques to challenge them.

Recite 4 common misperceptions some may have about growth mindset

Describe how mindsets show up in organizations.

Name six roadblocks that can prevent the development of a growth mindset and strategies for overcoming them.

For additional information including refunds and complaints, please see Udemy Terms of Use, which is linked from the footer of this page.

For more information regarding administrative policies, please contact our support using the Help and Support link at the bottom of this page.

Who this course is for:

Those who want to step out of their comfort zone to embrace new possibilities with confidence
Those who want to identify when they're showing up with a fixed mindset, and understand how a growth mindset might better serve them
Those who want to grow in their career and experience greater joy and fulfillment in life
If you already feel like you're exercising a growth mindset in every dimension of life - you're comfortable taking risks, willing to fail, embrace feedback, and are a life-long learner, this course may NOT be for you.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/61c2036463ec95ec951d9e3e8ad4f6da/4h3r2.Growth.Mindset.The.Key.to.Greater.Confidence.and.Impact.rar.html nitroflare_com: https://nitroflare.com/view/D4E4896AC8A9DB4/4h3r2.Growth.Mindset.The.Key.to.Greater.Confidence.and.Impact.rar uploadgig_com: https://uploadgig.com/file/download/d2021cd2DdD96854/4h3r2.Growth.Mindset.The.Key.to.Greater.Confidence.and.Impact.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 11.10.2020, 10:48   #42510
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию How to Capture the Expression of the Costumed Pose with Bill Perkins



How to Capture the Expression of the Costumed Pose with Bill Perkins
Video: .mp4 (1920x1080, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 3.82 GB
Genre: eLearning Video | Duration: 2hour 13 mins | Language: English
Learn how to draw the costume and props from reference or from imagination in this immense course by three senior New Masters Academy instructors - Disney art director Bill Perkins, film and game character designer and figure painter Charles Hu, and internationally renowned draftsman Glenn Vilppu.

Drawing from live models and photo references, as well as master drawings of the past, you will learn to capture expression, performance, emotion and weighting of the pose as well as shapes and rhythms created by the costume folds. Bill Perkins teach you the action analysis study developed in Walt Disney Studios for animators. Charles Hu will demonstrate how to directly sketch costumed figure using many different media and how to apply language to your drawing. With Glenn Vilppu you will learn the seven major folds as well as approaches for using drapery to push the gesture of the pose and showing the form beneath in the case of clothing, as well as how different weights of fabrics behave differently.

This course is perfect for fine artists, entertainment designers, illustrators, comic & anime artists, and animators, as well as portrait painters or for anyone who wants to draw or paint drapery from observation or imagination.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/41da89aeccb3d38814bad2617974f82c/n5vrd.How.to.Capture.the.Expression.of.the.Costumed.Pose.with.Bill.Perkins.rar.html nitroflare_com: https://nitroflare.com/view/40CE95E8E4C8E61/n5vrd.How.to.Capture.the.Expression.of.the.Costumed.Pose.with.Bill.Perkins.rar uploadgig_com: https://uploadgig.com/file/download/Ff2fae6305Bc8b3c/n5vrd.How.to.Capture.the.Expression.of.the.Costumed.Pose.with.Bill.Perkins.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Ответ

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


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

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

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


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


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