OREILLY.INTRODUCTION.TO.KOTLIN.TUTORiAL-PROPAGANDA

Section
Appz
Group
PROPAGANDA
Size
11,29 GB
Files
51
Date
2017-06-04

NFO

                               2o17 PGA CREW
                                   __________.
                             ______\\        |
                            .\               |
                            ||  pROPAGANDA!  |
                            ||  -----------  |
  ._______  .______.       ____          ____|           ____    ____
  |   _  /__|_  _  |_______\__ ).________\__ )____.   .__\   \ ._\__ )_.
  |   __/ ___/  /  |   _  / _   |  _   |  _   |   |___|   \   \|   _   |
  |   |   | |______|   __/  \   |  \   |  \   |   _   |   |\   \   \   |mK^dS!
 _|___|   |________|   |_|______|____  |______|   |   |   |/   /_______|___
 \    |___|        |___|               |      |___|   |___/___/           /
  \____________________________________|______________|__________________/
                            ||               |
  |                         ||  2o17.o6.o4   |                         |
  |  HOT.OFF.THE.PRESS !!   ||               | WE.WARP.YOUR.MIND.WITH  |
  |  --------------------   `----------------' ----------------------  |
  | ....[PROPAGANDA].................................................. |
  | ||                                                               : |
  | || OREILLY.INTRODUCTION.TO.KOTLIN.TUTORiAL-PROPAGANDA            : |
  | ||...............................................................: |
  |                                                                    |
  | ....[URL]......................................................... |
  | ||  www.safarionline.com                                         : |
  | ||...............................................................: |
  |                                                                    |
  | ....[ISBN/COURSE.NUMBER].......................................... |
  | || 9781491964118                                                 : |
  | ||...............................................................: |
  |                                                                    |
  | ....[COURSE.iNFO]................................................. |
  | || By: Hadi Hariri                                               : |
  | || Publisher: Oreilly Media Inc.                                 : |
  | || Release Date: October 2016                                    : |
  | || ISBN: 9781491964118                                           : |
  | || Running Time: 05:14:52                                        : |
  | || Topics: Kotlin / Programming                                  : |
  | || ------------------------------------------------------------- : |
  | || Description:                                                  : |
  | || ------------                                                  : |
  | || Kotlin 1.0 was released in February 2016, and since that time : |
  | || it's been embraced by developers around the world, especially : |
  | || those within the Android community. This course provides an   : |
  | || easy introduction to this open source programming language    : |
  | || that covers the basics and showcases the language interoper-  : |
  | || ability with Java and the JVM platform. A key feature of      : |
  | || Kotlin is its similarity to Java, C#, and JavaScript. If you  : |
  | || are familiar with any of these languages, says expert trainer : |
  | || Hadi Hariri, take this course and you'll understand Kotlin on : |
  | || day one.                                                      : |
  | ||                                                               : |
  | || - Get a full tour of language basics and learn to start writ- : |
  | || ing Kotlin code                                               : |
  | ||                                                               : |
  | || - Gain an in-depth understanding of why Android developers    : |
  | || flock to Kotlin                                               : |
  | ||                                                               : |
  | || - Discover Kotlin's easy interoperability with Java frameworks: |
  | || libraries and the JVM                                         : |
  | ||                                                               : |
  | || - Understand the advantages of Kotlin compared to Java and    : |
  | || Scala                                                         : |
  | ||                                                               : |
  | || - Employ code examples available via Github                   : |
  | ||                                                               : |
  | || Hadi Hariri is VP of Developer Advocacy at JetBrains, the     : |
  | || organization behind the creation of Kotlin. He's been speaking: |
  | || at software industry conferences for over 15 years and is well: |
  | || respected within the open source community. He's the original : |
  | || author of Spek and Wasabi, amongst other OSS projects. He's   : |
  | || been closely involved in Kotlin for more than four years. Hadi: |
  | || is easily accessible on Twitter at @hhariri.                  : |
  | ||...............................................................: |
  |                                                                    |
  | ....[TABLE.OF.CONTENTS]........................................... |
  | ||                                                               : | 
  | || Part 1: Introduction                                          : |
  | || - Welcome to the Course 00:00:49                              : |
  | || - Why Kotlin 00:07:28                                         : |
  | || Part 2: A Primer on Kotlin                                    : |
  | || - Introduction to the JVM 00:04:45                            : |
  | || - Installing the Tooling 00:04:15                             : |
  | || - The Kotlin REPL 00:04:41                                    : |
  | || - The Structure of a Kotlin Application 00:10:44              : |
  | || - Kotlin with IntelliJ IDEA 00:04:22                          : |
  | || - Conventions Used with Kotlin & Summary 00:02:28             : |
  | || Part 3: The Basics of Kotlin                                  : |
  | || - Declaring Variables in Kotlin 00:04:41                      : |
  | || - Working with Basic Types in Kotlin 00:06:57                 : |
  | || - Loops and Ranges in Kotlin 00:08:06                         : |
  | || - Conditional execution with if and when in Kotlin 00:09:10   : |
  | || - Packages/Imports in Kotlin & Summary of Kotlin Basics 03:32 : |
  | || Part 4: fun with Functions                                    : |
  | || - Functions in Kotlin 00:07:12                                : |
  | || - Functions w/ Default and Named Parameters in Kotlin 00:05:45: |
  | || - Functions with Unlimited Parameters in Kotlin 00:03:34      : |
  | || Part 5: Classes in Kotlin                                     : |
  | || - Classes in Kotlin 00:15:39                                  : |
  | || - Member Functions in Kotlin 00:01:51                         : |
  | || - Visibility Modifiers in Kotlin 00:01:27                     : |
  | || - Kotlin Data Classes 00:10:37                                : |
  | || - Enum Classes in Kotlin 00:08:48                             : |
  | || - Objects in Kotlin & Summary 00:03:53                        : |
  | || Part 6: Inheritance et al.                                    : |
  | || - Inheritance in Kotlin 00:05:52                              : |
  | || - Working with Abstract Classes in Kotlin 00:02:42            : |
  | || - Interfaces in Kotlin 00:08:57                               : |
  | || - A Brief Look at Generics in Kotlin & Summary 00:07:39       : |
  | || Part 7: Working with Nulls                                    : |
  | || - Null Safety & Summary 00:13:22                              : |
  | || Part 8: A handful of tidbits                                  : |
  | || - Type Casting in Kotlin 00:07:11                             : |
  | || - Tuples 00:03:49                                             : |
  | || - Deconstructing values 00:06:57                              : |
  | || - Working with Exceptions 00:11:12                            : |
  | || - Declaring Constants 00:02:08                                : |
  | || - Annotations in Kotlin & Summary 00:03:23                    : |
  | || Part 9: Getting Functional                                    : |
  | || - Higher-Order Functions in Kotlin 00:05:05                   : |
  | || - Lambda Expressions in Kotlin 00:11:22                       : |
  | || - Closures in Kotlin 00:03:14                                 : |
  | || - Extension Functions in Kotlin & Summary 00:10:55            : |
  | || Part 10: Interoperability                                     : |
  | || - Interoperability with Java 00:02:12                         : |
  | || - Talking to Java from Kotlin 00:07:53                        : |
  | || - Working with nulls from Java 00:06:37                       : |
  | || - Talking Kotlin in Java 00:12:14                             : |
  | || - Top-level Functions and Properties in Kotlin 00:05:33       : |
  | || - Extension Functions from Java 00:01:34                      : |
  | || - Interop with Java 7 and 8 & Summary 00:02:17                : |
  | || Part 11: Standard Library                                     : |
  | || - Kotlin STD Library & Working w/ Collections in Kotlin      +: |
  | ||   00:11:13                                                    : |
  | || - Filtering, Mapping, and Flatmapping in Kotlin 00:13:55      : |
  | || - Lazy Evaluation with Sequences in Kotlin 00:08:47           : |
  | || - String Extensions in Kotlin & Summary 00:04:06              : |
  | || Part 12: Build Tools                                          : |
  | || - Build Tools in Kotlin & Summary 00:03:57                    : |
  | ||                                                               : |
  | || As always we include all the propaganda!                      : |
  | ||                                                               : |
  | || OXBRiDGE is off our shit list! They did fantastic on their the: |
  | || last releases - properly labled with working files! We wish   : |
  | || them the best of luck!                                        : |
  | ||...............................................................: |
  |                                                                    |
  | ....[SiZE.NUMBER.OF.DiSCS]........................................ |
  | ||  49 Files @ 250,000,000 Bytes = 12 GB                         : |
  | ||...............................................................: |
  |                                                                    |
  | ....[GREETINGS/Hi-5's]............................................ |
  | || kEiSO - QUASAR - PRODEV - ELOHIM - JGTiSO - OXBRiDGE          : |
  | ||...............................................................: |
  |                                                                    |
  | ....[FUCK-YOU's].................................................. |
  | || SoSISO - XQZT - AND ALL OTHER P2P BITCHES                     : |
  | || DO NOT TRUST THESE PEOPLES PROPAGANDA! +DUPECHECK + ISBN PLS! : |
  | || INCLUDE SUPPORT_FILES! & LABEL YOUR DIRS PROPERLY!!!!!!       : | 
  | || --------------------------------------------------------------: |
  | || PEOPLE HAD THE AUDACITY TO ASK US WHAT THIS EVEN MEANS!!!!    : |
  | || WHILE THERE ARE RELAXED RULES IN BOOKWARE THIS DOES NOT MEAN  : |
  | || EVERY VIDEO ON A SITE IS PUBLISHED BY THAT WEB SITE, THERE HAS: |
  | || BEEN COUNTLESS DUPES OVER THE PAST YEARS THAT WERE NOT NUKED  : |
  | || INCLUDE AN ISBN NUMBER - INFACT HONESTLY THE DIRS SHOULD BE   : |
  | || ISBNXXXXXXXXXXXX.BOOKWARE/TUTORiAL-GROUP SINCE PPL HAVE SO    : |
  | || TROUBLE READING. ISBN NUMBER SHOULD NEED BE REQUIRED IN NFO.  : |
  | || THERE IS NO OTHER WAY TO KNOW 100% IF THE GROUP GOT THE TITLE : | 
  | || OR ANYTHING ELSE CORRECT!!!! WE WILL HAPPILY LEAVE WHEN THIS  : |
  | || IS FIXED!                                                     : |
  | ||...............................................................: |
  |....................................................................|
            - LAYOUT & DESiGN BY #MONk!# oF DiViNE STYLERS! -           

Files

PathSize
p-9781491964118.r00238,42 MB
p-9781491964118.r01238,42 MB
p-9781491964118.r02238,42 MB
p-9781491964118.r03238,42 MB
p-9781491964118.r04238,42 MB
p-9781491964118.r05238,42 MB
p-9781491964118.r06238,42 MB
p-9781491964118.r07238,42 MB
p-9781491964118.r08238,42 MB
p-9781491964118.r09238,42 MB
p-9781491964118.r10238,42 MB
p-9781491964118.r11238,42 MB
p-9781491964118.r12238,42 MB
p-9781491964118.r13238,42 MB
p-9781491964118.r14238,42 MB
p-9781491964118.r15238,42 MB
p-9781491964118.r16238,42 MB
p-9781491964118.r17238,42 MB
p-9781491964118.r18238,42 MB
p-9781491964118.r19238,42 MB
p-9781491964118.r20238,42 MB
p-9781491964118.r21238,42 MB
p-9781491964118.r22238,42 MB
p-9781491964118.r23238,42 MB
p-9781491964118.r24238,42 MB
p-9781491964118.r25238,42 MB
p-9781491964118.r26238,42 MB
p-9781491964118.r27238,42 MB
p-9781491964118.r28238,42 MB
p-9781491964118.r29238,42 MB
p-9781491964118.r30238,42 MB
p-9781491964118.r31238,42 MB
p-9781491964118.r32238,42 MB
p-9781491964118.r33238,42 MB
p-9781491964118.r34238,42 MB
p-9781491964118.r35238,42 MB
p-9781491964118.r36238,42 MB
p-9781491964118.r37238,42 MB
p-9781491964118.r38238,42 MB
p-9781491964118.r39238,42 MB
p-9781491964118.r40238,42 MB
p-9781491964118.r41238,42 MB
p-9781491964118.r42238,42 MB
p-9781491964118.r43238,42 MB
p-9781491964118.r44238,42 MB
p-9781491964118.r45238,42 MB
p-9781491964118.r46238,42 MB
p-9781491964118.r47117,28 MB
p-9781491964118.rar238,42 MB
p-9781491964118.sfv1,44 KB
propaganda.nfo12,10 KB