Skocz do zawartości

Aktywacja nowych użytkowników
Zakazane produkcje

Znajdź zawartość

Wyświetlanie wyników dla tagów 'path' .



Więcej opcji wyszukiwania

  • Wyszukaj za pomocą tagów

    Wpisz tagi, oddzielając je przecinkami.
  • Wyszukaj przy użyciu nazwy użytkownika

Typ zawartości


Forum

  • DarkSiders
    • Regulamin
    • Dołącz do Ekipy forum jako
    • Ogłoszenia
    • Propozycje i pytania
    • Szukam
    • Help
    • Poradniki / Tutoriale
    • Wszystko o nas
  • Hydepark
    • Newsy
    • Niezwykłe zjawiska
    • Rozrywka
    • Rozmowy...
    • hakerskie nowinki
    • Hardware
    • Webmasters
    • Grafika
    • Telefony i Komunikacja
    • Sport
    • Kulinaria
    • Forum Lady
    • Ciekawe Strony
  • DSTeam no Limits (serwery bez limitów!)
    • FILMY
    • GRY
    • MUZYKA
    • PROGRAMY
    • Ebooki
  • Download
  • Archiwum

Szukaj wyników w...

Znajdź wyniki, które zawierają...


Data utworzenia

  • Od tej daty

    Do tej daty


Ostatnia aktualizacja

  • Od tej daty

    Do tej daty


Filtruj po ilości...

Dołączył

  • Od tej daty

    Do tej daty


Grupa podstawowa


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Gadu Gadu


Skąd


Interests


Interests


Polecający

Znaleziono 62 wyników

  1. Learning Path: Android App Developer HDRips | MP4/AVC, ~2000 kb/s | 1280x720 | Duration: 24:06:00 | English: AAC, 128 kb/s (2 ch) | 9.95 GB Genre: Development / Programming This Learning Path includes Android 6 App Development LiveLessons, Part 1 and 2. Part I Android 6 App Development Fundamentals Part I: Introduction BeforeYouBegin: Setting Up Your Development Environment Intro Lesson 1:Test-Driving the Doodlz App Overview of Lesson 1 Ensuring that the correct Android platform is installed Opening the Tip Calculator App's Project in Android Studio Creating Android Virtual Devices (AVDs) for testing Android apps Test-Driving the Doodlz App on an AVD Test-Driving the Doodlz App on a device Lesson 2: Welcome App Overview of Lesson 2 Test-driving the Welcome app Technologies Overview Creating a new Android project Andoid Studio Window Adding an image to the Project Adding an App Icon Changing the RelativeLayout to a LinearLayout Configuring the LinearLayout's id and orientation Properties Configuring the TextView's id and text Properties Configuring the TextView's textSize Property Configuring the TextView's textColor Property Configuring the TextView's gravity Property Configuring the TextView's layout:gravity Property Configuring the TextView's layout:weight Property Adding an ImageView to Display the Image Testing the Completed Design on a Phone and a Tablet Making Your App Accessible Localizing the Welcome App for Spanish Executing the Localized App on an AVD and on a Device Lesson 3: Tip Calculator App Overview of Lesson 3 Test-Driving the Tip Calculator App Technologies Overview: Class Activity Technologies Overview: Activity Lifecycle Methods Technologies Overview: AppCompat Library and class AppCompatActivity Technologies Overview: Arranging Views in a GridLayout; Creating and Customizing the GUI with the Layout Editor, the Component Tree and the Properties Window Technologies Overview: Formatting Numbers as Locale-Specific Currency and Percentage Strings Technologies Overview: Implementing Interface TextWatcher for Handling EditText Text Changes and Implementing Interface SeekBar.OnSeekBarChangeListener for Handling SeekBar Thumb Position Changes Technologies Overview: Material Themes Technologies Overview: Material Design-Elevation and Shadows Technologies Overview: Material Design-Colors Technologies Overview: AndroidManifest.xml GridLayout introduction Creating the TipCalculator Project Changing to a GridLayout Adding the TextViews, EditText and SeekBar: Adding Views to the First Row Adding the TextViews, EditText and SeekBar: Adding Views to the Second Row Adding the TextViews, EditText and SeekBar: Adding Views to the Third Row Adding the TextViews, EditText and SeekBar: Adding Views to the Fourth Row Customizing the Views: Specifying Literal Text Customizing the Views: Right Aligning TextViews in the Left Column Customizing the Views: Configuring the amountEditText Customizing the Views: Configuring the amountTextView Customizing the Views: Configuring the percentTextView Customizing the Views: Configuring the percentSeekBar Customizing the Views: Configuring the tipTextView and totalTextView Customizing the Theme's Primary, Primary Dark and Accent Colors Adding the App's Logic: package and import Statements Adding the App's Logic: MainActivity Subclass of AppCompatActivity Adding the App's Logic: Class Variables and Instance Variables Adding the App's Logic: Overridding Activity Method onCreate Adding the App's Logic: MainActivity Method calculate Adding the App's Logic: Anonymous Inner Class That Implements Interface OnSeekBarChangeListener Adding the App's Logic: Anonymous Inner Class That Implements Interface TextWatcher AndroidManifest.xml: Setting Portrait Mode and Forcing the Keypad to Display Lesson 4: Flag Quiz Game App Overview of Lesson 4 Test-Driving the Flag Quiz App Technologies Overview: Menus Technologies Overview: Fragments Technologies Overview: Fragment Lifecycle Technologies Overview: Managing Fragments Technologies Overview: Preferences Technologies Overview: assets Folder Technologies Overview: Resource Folders Technologies Overview: Supporting Different Screen Sizes and Resolutions Technologies Overview: Programmatically Determining Device Orientation Technologies Overview: Toasts for Displaying Messages Technologies Overview: Using a Handler to Execute a Runnable in the Future Technologies Overview: Applying an Animation to a View Technologies Overview: Using ViewAnimationUtils to Create a Circular Reveal Animator Technologies Overview: Specifying Colors Based on a View's State Via a Color State List Technologies Overview: AlertDialog Technologies Overview: Logging Exception Messages Technologies Overview: Launching Another Activity Via an Explicit Intent Technologies Overview: Java Data Structures Technologies Overview: Java SE 7 Features Technologies Overview: AndroidManifest.xml-Declaring New Activities and Specifying the Launch Mode of an Activity Creating the Flag Quiz Project Blank Activity Template Layouts Configuring Java SE 7 Support Adding the Flag Images to the Project strings.xml and Formatted String Resources arrays.xml colors.xml button_text_color.xml: Defining a Color State List Editing menu_main.xml Creating a Flag Shake Animation preferences.xml for Specifying the App's Default Settings Adding Classes SettingsActivity and SettingsActivityFragment activity_main.xml Layout for Devices in Portrait Orientation Designing fragment_main.xml Designing fragment_main.xml: Step 1, Changing from a RelativeLayout to a LinearLayout Designing fragment_main.xml: Step 2, Adding the questionNumberTextView to the LinearLayout Designing fragment_main.xml: Step 3, Adding the flagImageView to the LinearLayout Designing fragment_main.xml: Step 4, Adding the guessCountryTextView to the LinearLayout Designing fragment_main.xml: Step 5, Adding the Buttons to the LinearLayout Designing fragment_main.xml: Step 6, Adding the answerTextView to the LinearLayout Designing fragment_main.xml: Step 7, Setting the Properties of the Buttons content_main.xml Layout for Tablet Landscape Orientation: Creating the Tablet Layout content_main.xml Layout for Tablet Landscape Orientation: Creating the Tablet Layout's GUI content_main.xml Layout for Tablet Landscape Orientation: Selecting a Fragment to Preview in the Layout Editor's Design View MainActivity Class: package Statement and Import Statements MainActivity Class: Fields MainActivity Class: Overridden Activity Method onCreate MainActivity Class: Overridden Activity Method onStart MainActivity Class: Overridden Activity Method onCreateOptionsMenu MainActivity Class: Overridden Activity Method onOptionsItemSelected MainActivity Class: Anonymous Inner Class That Implements OnSharedPreferencesChangeListener MainActivityFragment Class: package Statement and import Statements MainActivityFragment Class: Fields MainActivityFragment Class: Overridden Fragment Method onCreateView MainActivityFragment Class: Methods updateGuessRows MainActivityFragment Class: Method updateRegions MainActivityFragment Class: Method resetQuiz MainActivityFragment Class: Method loadNextFlag MainActivityFragment Class: Method getCountryName MainActivityFragment Class: Method animate MainActivityFragment Class: Anonymous Inner Class That Implements onclickListener MainActivityFragment Class: Method disableButtons SettingsActivity Class SettingsActivityFragment Class AndroidManifest.xml: Declaring Other Activities and Configuring the Launch Mode Part II Android 6 App Development Fundamentals Part II: Introduction Lesson 5: Doodlz App Overview of Lesson 5 Test-Driving the Doodlz App Technologies Overview: Activity and Fragment Lifecycle Methods Technologies Overview: Custom Views Technologies Overview: Using SensorManager to Listen for Accelerometer Events Technologies Overview: Custom DialogFragments Technologies Overview: Drawing with Canvas, Paint and Bitmap Technologies Overview: Processing Multiple Touch Events and Storing Lines in Paths Technologies Overview: Saving to the Device Technologies Overview: Printing and the Android Support Library's PrintHelper Class Technologies Overview: Android 6.0 (Marshmallow) Permissions Model Technologies Overview: Adding Dependences to a Project Using Gradle Creating the Doodlz Project and Adding the App Icon Removing unused GUI Components and Code, and Changing the Theme Colors Gradle: Adding a Support Library to the Project strings.xml Importing the Material Design Icons for the App's Menu Items MainActivityFragment Menu Adding a Permission to AndroidManifest.xml content_main.xml Layout for MainActivity fragment_main.xml Layout for MainActivityFragment fragment_color.xml Layout for ColorDialogFragment fragment_line_width.xml Layout for LineWidthDialogFragment Adding Class EraseImageDialogFragment MainActivity Class MainActivityFragmentclass: package Statement, import Statements and Fields MainActivityFragmentclass: Overridden Fragment Method onCreateView MainActivityFragmentclass: Overridden Fragment Method onResume and Method enableAccelerometerListening MainActivityFragmentclass: Overridden Fragment Method onPause and Method disableAccelerometerListening MainActivityFragmentclass: Anonymous Inner Class for Processing Accelerometer Events MainActivityFragmentclass: Method confirmErase MainActivityFragmentclass: Overridden Fragment Methods onCreateOptionsMenu and onOptionsItemSelected MainActivityFragmentclass: Method saveImage MainActivityFragmentclass: Overridden Method onRequestPermissionResult MainActivityFragmentclass: Methods getDoodleView and setDialogOnScreen DoodleView.java-package Statement and import Statements DoodleView.java-DoodleView static and Instance Variables DoodleView.java-DoodleView Constructor DoodleView.java-Overridden View Method onSizeChanged DoodleView.java-DoodleView Methods clear, setDrawingColor, getDrawingColor, setLineWidth and getLineWidth DoodleView.java-Overridden View Method onDraw DoodleView.java-Overridden View Method onTouchEvent DoodleView.java-touchStarted Method of Class DoodleView DoodleView.java-touchMoved Method of Class DoodleView DoodleView.java-touchEnded Method of Class DoodleView DoodleView.java-DoodleView Method saveImage DoodleView.java-DoodleView Method printImage ColorDialogFragment.java-package Statement, import Statements and Fields ColorDialogFragment.java-Overridden DialogFragment Method onCreateDialog ColorDialogFragment.java-Method getDoodleFragment ColorDialogFragment.java-Fragment Lifecycle Methods onAttach and onDetach ColorDialogFragment.java-Anonymous Inner Class That Responds to the Events of the Alpha, Red, Green and Blue SeekBars LineWidthDialogFragment Class EraseImageDialogFragment Class Lesson 6: Cannon Game App Overview of Lesson 6 Test-Driving the Cannon Game App Technologies Overview-Using the res/raw folder Technologies Overview-Activity/Fragment onDestroy Method Technologies Overview-Touch event handling Technologies Overview-SoundPool and AudioManager Technologies Overview-Frame-by-Frame Animation with Threads, SurfaceView and SurfaceHolder Technologies Overview-Simple Collision Detection Technologies Overview-Immersive Mode Creating the Project and Setting the App for Landscape Orientation Adjusting the Theme to Remove the App Title and App Bar strings.xml Colors Adding Sounds to the App Adding Class MainActivityFragment Editing activity_main.xml Adding the CannonView to fragment_main.xml Overview of This App's Classes MainActivity Subclass of AppCompatActivity MainActivityFragment Subclass of Fragment Class GameElement-Instance Variables and Constructor Class GameElement-Methods update, draw and playSound Blocker Subclass of GameElement Target Subclass of GameElement Cannon Class-Instance Variables and Constructor Cannon Class-Method align Cannon Class-Method fireCannonball Cannon Class-Method draw Cannon Class-Methods getCannonball and removeCannonball Cannonball Subclass of GameElement-Instance Variables and Constructor Cannonball Subclass of GameElement-Methods getRadius, collidesWith, isOnScreen and reverseVelocityX Cannonball Subclass of GameElement-Method update Cannonball Subclass of GameElement-Method draw CannonView Subclass of SurfaceView-package and import Statements CannonView Subclass of SurfaceView-Instance Variables and Constants CannonView Subclass of SurfaceView-Constructor CannonView Subclass of SurfaceView-Overriding View Method onSizeChanged CannonView Subclass of SurfaceView-Methods getScreenWidth, getScreenHeight and playSound CannonView Subclass of SurfaceView-Method newGame CannonView Subclass of SurfaceView-Method updatePositions CannonView Subclass of SurfaceView-Method alignAndFireCannonball CannonView Subclass of SurfaceView-Method showGameOverDialog CannonView Subclass of SurfaceView-Method drawGameElements CannonView Subclass of SurfaceView-Method testForCollisions CannonView Subclass of SurfaceView-Methods stopGame and releaseResources CannonView Subclass of SurfaceView-Implementing the SurfaceHolder.Callback Methods CannonView Subclass of SurfaceView-Overriding View Method onTouchEvent CannonView Subclass of SurfaceView-CannonThread: Using a Thread to Create a Game Loop CannonView Subclass of SurfaceView-Methods hideSystemBars and showSystemBars Lesson 7: WeatherViewer App Overview of Lesson 7 Test-Driving the WeatherViewer App Technologies Overview-Web Services Technologies Overview-javascript Object Notation (JSON) and the org.json Package Technologies Overview-HttpUrlConnection Invoking a REST Web Service Technologies Overview-Using AsyncTask to Perform Network Requests Outside the GUI Thread Technologies Overview-ListView, ArrayAdapter and the View-Holder pattern Technologies Overview-FloatingActionButton Technologies Overview-TextInputLayout Technologies Overview-Snackbar Creating the Project AndroidManifest.xml-Setting the Orientation and Permissions strings.xml colors.xml Editing activity_main.xml Editing content_main.xml Creating list_item.xml Weather Class: package Statement, import Statements and Instance Variables Weather Class: Constructor Weather Class: Method convertTimeStampToDay WeatherArrayAdapter Class: package and import Statements WeatherArrayAdapter Class: Nested Class ViewHolder WeatherArrayAdapter Class: Instance Variable and Constructor WeatherArrayAdapter Class: Overridden ArrayAdapter Method getView WeatherArrayAdapter Class: Nested AsyncTask Subclass for Downloading Images in a Separate Thread MainActivity Class: package and import Statements MainActivity Class: Instance Variables MainActivity Class: Overridden Activity Method onCreate MainActivity Class: Methods dismissKeyboard and createUrl MainActivity Class: Nested AsyncTask Subclass for Invoking a Web Service MainActivity Class: Method convertJSONtoArrayList Lesson 8: Twitter Searches App Overview of Lesson 8 Test-Driving the Twitter Searches App Technologies Overview-Storing Key-Value Data in a SharedPreferences File Technologies Overview-Implicit Intents and Intent Choosers Technologies Overview-RecyclerView Technologies Overview-RecyclerView.Adapter and RecyclerView.ViewHolder Technologies Overview-RecyclerView.ItemDecoration Technologies Overview-Displaying a List of Options in an AlertDialog Creating the Twitter Searches Project AndroidManifest.xml-Prevent Keyboard from Displaying Initially Adding the RecyclerView Library to the Project. colors.xml strings.xml arrays.xml dimens.xml Adding the Save Button Icon activity_main.xml-Customizing the FloatingActionButton content_main.xml Step 1-Adding the queryTextInputLayout and Its Nested EditText content_main.xml Step 2-Adding the tagTextInputLayout and Its Nested EditText content_main.xml Step 3-Adding the LinearLayout content_main.xml Step 4-Adding the LinearLayout's Nested TextView and RecyclerView RecyclerView Item's Layout-list_item.xml MainActivity.java-package and import statements MainActivity.java-Fields MainActivity.java-Overriding Activity Method onCreate MainActivity.java-TextWatcher Event Handler and Method updateSaveFAB MainActivity.java-saveButton's onclickListener MainActivity.java-addTaggedSearch Method MainActivity.java-Anonymous Inner Class that Implements the ListView's OnItemClickListener to Display Search Results MainActivity.java-Anonymous Inner Class that Implements the View.OnItemLongClickListener to Share, Edit or Delete a Search MainActivity.java-shareSearch Method MainActivity.java-deleteSearch Method SearchesAdapter.java-package Statement, import Statements, Instance Variables and Constructor SearchesAdapter.java-Nested ViewHolder Subclass of RecyclerView.ViewHolder SearchesAdapter.java-Overridden RecyclerView.Adapter Methods ItemDivider.java-ItemDivider Subclass of RecyclerView.ItemDecoration Lesson 9: AddressBook App Overview of Lesson 9 Test-Driving the Address Book App Technologies Overview-Displaying Fragments with FragmentTransactions Technologies Overview-Communicating Data Between a Fragment and a Host Activity Technologies Overview-Manipulating a SQLite Database Technologies Overview-ContentProviders and ContentResolvers Technologies Overview-Loader and LoaderManager: Asynchronous Database Access Technologies Overview-Defining Styles and Applying Them to GUI Components Technologies Overview-Specifying a TextView's Background Creating the Project Creating the App's Classes Adding the App's Icons strings.xml Defining common look-and-feel: styles.xml Defining a TextView Border: textview_border.xml MainActivity's content_main.xml for Phones and Tablets ContactsFragment's Layout: fragment_Contacts.xml DetailFragment's Layout: fragment_details.xml AddEditFragment's Layout: fragment_add_edit.xml Defining DetailFragment Menu Overview of This App's Classes DatabaseDescription Class AddressBookDatabaseHelper Class AddressBookContentProvider Class-Fields AddressBookContentProvider Class-Overridden Methods onCreate and getType AddressBookContentProvider Class-Overridden Method query AddressBookContentProvider Class-Overridden Method insert AddressBookContentProvider Class-Overridden Method update AddressBookContentProvider Class-Overridden Method delete MainActivity.java-Superclass, Implemented Interfaces and Fields MainActivity.java-Overridden Activity Method onCreate MainActivity.java-ContactsFragment.ContactsFragmentListener Methods MainActivity.java-Method displayContact MainActivity.java-Method displayAddEditFragment MainActivity.java-DetailFragment.DetailFragmentListener Methods MainActivity.java-AddEditFragment.AddEditFragmentListener Methods ContactsFragment.java-Superclass and Implemented Interface ContactsFragment.java-ContactsFragmentListener Nested Interface ContactsFragment.java-Fields ContactsFragment.java-Overridden Fragment Method onCreateView ContactsFragment.java-Overridden Fragment Methods onAttach and onDetach ContactsFragment.java-Overridden Fragment Method onActivityCreated ContactsFragment.java-Method updateContactList ContactsFragment.java-LoaderManager.LoaderCallbacks Methods ContactAdatper Class AddEditFragment.java-Superclass and Implemented Interface AddEditFragment.java-AddEditFragmentListener Nested Interface AddEditFragment.java-Fields AddEditFragment.java-Overridden Methods onAttach, onDetach and onCreateView AddEditFragment.java-TextWatcher nameChangedListener and Method updateSaveButtonFAB AddEditFragment.java-View.onclickListener saveContactButtonclicked and Method saveContact AddEditFragment.java-LoaderManager.LoaderCallbacks Methods DetailFragment.java-Superclass and Implemented Interface DetailFragment.java-DetailFragmentListener Nested Interface DetailFragment.java-Fields DetailFragment.java-Overridden Methods onAttach, onDetach and onCreateView DetailFragment.java-Overridden Methods onCreateOptionsMenu and onOptionsItemSelected DetailFragment.java-Method deleteContact and DialogFragment confirmDelete DetailFragment.java-LoaderManager.LoaderCallbacks Methods Download link: http://uploaded.net/file/esw1ki90/gh6xb.Learning.Path.Android.App.Developer.part1.rar]gh6xb.Learning.Path.Android.App.Developer.part1.rar http://uploaded.net/file/a1jd2jc7/gh6xb.Learning.Path.Android.App.Developer.part2.rar]gh6xb.Learning.Path.Android.App.Developer.part2.rar http://uploaded.net/file/3w1m6cjj/gh6xb.Learning.Path.Android.App.Developer.part3.rar]gh6xb.Learning.Path.Android.App.Developer.part3.rar http://uploaded.net/file/8ibjpdxu/gh6xb.Learning.Path.Android.App.Developer.part4.rar]gh6xb.Learning.Path.Android.App.Developer.part4.rar http://rapidgator.net/file/dd7de6c885947f89fd381f9b226041e9/gh6xb.Learning.Path.Android.App.Developer.part1.rar.html]gh6xb.Learning.Path.Android.App.Developer.part1.rar.html http://rapidgator.net/file/f544f46000b5726909e90a94be8afcd9/gh6xb.Learning.Path.Android.App.Developer.part2.rar.html]gh6xb.Learning.Path.Android.App.Developer.part2.rar.html http://rapidgator.net/file/d82bfd496dad83cae31b09a935cbe162/gh6xb.Learning.Path.Android.App.Developer.part3.rar.html]gh6xb.Learning.Path.Android.App.Developer.part3.rar.html http://rapidgator.net/file/14b1704cc665baf2bbc463a86ec9553b/gh6xb.Learning.Path.Android.App.Developer.part4.rar.html]gh6xb.Learning.Path.Android.App.Developer.part4.rar.html http://nitroflare.com/view/A7B03FEA4184AF6/gh6xb.Learning.Path.Android.App.Developer.part1.rar]gh6xb.Learning.Path.Android.App.Developer.part1.rar http://nitroflare.com/view/BAFE579712D7772/gh6xb.Learning.Path.Android.App.Developer.part2.rar]gh6xb.Learning.Path.Android.App.Developer.part2.rar http://nitroflare.com/view/41B6A91A3159BA0/gh6xb.Learning.Path.Android.App.Developer.part3.rar]gh6xb.Learning.Path.Android.App.Developer.part3.rar http://nitroflare.com/view/7718D8022FC10BA/gh6xb.Learning.Path.Android.App.Developer.part4.rar]gh6xb.Learning.Path.Android.App.Developer.part4.rar http://uploadgig.com/file/download/4e71E02723079268/gh6xb.Learning.Path.Android.App.Developer.part1.rar]gh6xb.Learning.Path.Android.App.Developer.part1.rar http://uploadgig.com/file/download/F6621C38e2de0137/gh6xb.Learning.Path.Android.App.Developer.part2.rar]gh6xb.Learning.Path.Android.App.Developer.part2.rar http://uploadgig.com/file/download/1e75254EceE9ec5E/gh6xb.Learning.Path.Android.App.Developer.part3.rar]gh6xb.Learning.Path.Android.App.Developer.part3.rar http://uploadgig.com/file/download/53ce3c2c43edC1f2/gh6xb.Learning.Path.Android.App.Developer.part4.rar]gh6xb.Learning.Path.Android.App.Developer.part4.rar Links are Interchangeable - No Password - Single Extraction
  2. Learning Path: Production Swift by Ashwin Nair - Curator English | September 2016 | ISBN-13: 9781787125889 | mp4 | H264 1280x720 | AAC 2 ch | 3.12 GB eLearning, Swift Get up and running with real-world Swift In Detail Swift 3 might just be around the corner, but that doesn't mean you can't get started with what's being used out in the wild today. Build a strong foundational knowledge of Swift 2 in this comprehensive Learning Path that will take you from start to finish on the road to rapid iOS application development. Prerequisites: Prior experience with an object-oriented programming language Resources: Code downloads and errata: Learning Swift 2 Application Development with Swift 2 Mastering Swift 2 Programming Advanced Swift 2 Application Development PATH PRODUCTS This path navigates across the following products (in sequential order): Learning Swift 2 (3h 2m) Application Development with Swift 2 (1h 39m) Mastering Swift 2 Programming (4h 56m) Advanced Swift 2 Application Development (2h 45m) Photo Credit: Â?iStockphoto.com/dolphyn Chapter 1 : Learning Swift 2 The Course Overview Why Choose Swift 2 over Objective-C? Installing and Setting Up the XCode IDE Beginning with Playgrounds Variables and Constants Control Flow and Conditional Statements Functions and Closures Optionals Structs Arrays and Dictionaries Classes enums Setting Up Our Project Defining the Structure of the iOS App Building the User Interface Installing and Setting Up the Dependency Manager CocoaPods Setting Up the RequestManager Class Making the Web Request to Get Our Data Parsing the JSON Using SwiftyJSON Using Closures to Return the Data The UITableViewController Setting Up the Search Bar Setting the Data for Each Cell in Code Setting Up the DetailViewController Class Passing the Selected Cell Data to Another Controller Making Zoom in/out of the Photos Searching Photos in the API Caching Photos Making the Request on Demand Adopting Error Handling for the Requests Swift in Linux and the New Package Manager Next Steps Chapter 2 : Application Development with Swift 2 The Course Overview Installing Xcode Registering with Apple Creating the DreamSeekr Project Exploring Xcode 7 Projects and Targets Visualizing the User Interface in Storyboards Auto Layout Explained Designing for Different Sizes Working with Images and Assets Creating Your Model for Your Requirements View Lifecycle Hooking Up User Interaction in Your View Controller Working with Keyboards - Notifications and Delegate Methods Implementing UIImagePickerController Creating a Tableview Creating a Tableview Cell Loading Data into Your Tableview Working with Tableview Interactions Embedding Your View Controllers within UINavigationController Navigating Around with Segues Passing Objects from One View Controller to Another Adding App Icons Working with the DreamSeekr Launch Screen Chapter 3 : Mastering Swift 2 Programming The Course Overview Swift Review - Operators, Types, and Strings Swift Review - Collection Types Swift Review - Classes, Structs and Enums Swift Review - Flow of Control and Optionals What's New in Swift 2? Functional Programming Protocol Oriented Programming Introducing Game of Life Function Value Types and Closure Syntax Extensions Generics Higher-order Functions - Filter Higher-order Functions - Map Higher-order Functions - FlatMap Higher-order Functions - Reduce Sequences and Generators What Is ARC? Introduction to Instruments Strong Reference Cycles Fixing our Leak - Weak and Unowned References Creating a Zombie 8 Tips to Improve Memory Performance Implicit Bridging and Cocoa Exposing Swift to Objective-C Using Objective-C in Swift Interacting with C Wrapping C++ for Using in Swift Working with CocoaPods Incorporating an Objective-C Library Understanding Concurrency Threading with NSThread Locking Threads Asynchronous Methods Concurrency with NSOperationQueue Grand Central Dispatch Working with Dispatch Queues Asynchronous Programming with Dispatch Groups The LLDB Debugger Advanced Breakpoints The LLDB Command Language Address Sanitization Assertions Error Handling Identifying Performance Bottlenecks with XCTest and Time Profiler Whole Module Optimization Reducing Dynamic Dispatch Reference Types and Performance Generic Specialization Choosing the Right Algorithm Memoization Design Patterns Overview Singleton Pattern Factory Pattern Adapter Pattern Facade Pattern Chain of Responsibility Pattern Observer Pattern Chapter 4 : Advanced Swift 2 Application Development The Course Overview Reviewing the Project Code Installing CocoaPods Reviewing Pods Creating a Podfile to Manage Dependencies Using SDWebImage for Lazy Image Loading Animating Our Views with UIView Working with CALayer Animating with CABasicAnimation Creating Our Logo in CAShapeLayer Understanding Core Data Terminology Creating Entities and Attributes in the Core Data Editor Saving Data Retrieving Data Using NSFetchedResultsController Updating Data Deleting Data Updating the Database Implementing Core Location to Receive Your users' Location Updates Creating a MapView and Centering on Their Position Creating Map Annotations to Display Your Data Working with MapView Delegate Methods Adding a Watch Target Working with the Interface Builder Making Use of App Groups Working with WCSession Navigating Through the App Implementing a Complication Introducing Unit Tests Setting Up and Tearing Down Tests Using XCAssert to Validate Code Looking at Code Coverage Reports Using Xcode to Record UI Tests Creating a Distribution Certificate Setting Up the App in iTunes Connect Archiving the App and Uploading It to iTunes Connect DOWNLOAD http://rapidgator.net/file/6765c1049adcddebb72905d2dcb1e580/ozwgl.PrSwift.part1.rar.html http://rapidgator.net/file/61ee366bb712263e1a65eb4b8fa160ce/ozwgl.PrSwift.part2.rar.html http://rapidgator.net/file/c3ddc42c3c6ccd3cc4d848b8c293cee2/ozwgl.PrSwift.part3.rar.html http://rapidgator.net/file/960117d8c48ae08a739f4ba00bffff5a/ozwgl.PrSwift.part4.rar.html http://rapidgator.net/file/d5283d223d2df1c0049407e7cfbf5d65/ozwgl.PSby1file.part1.rar.html http://rapidgator.net/file/73a76f25c212858dfd8e3256ba14c46d/ozwgl.PSby1file.part2.rar.html http://rapidgator.net/file/4a67cd6222f3698ddafe5622afc4b56a/ozwgl.PSby1file.part3.rar.html http://rapidgator.net/file/358b5ca836c4541d3cf82563b7d71b84/ozwgl.PSby1file.part4.rar.html https://bytewhale.com/f13a6xyhq20u/ozwgl.PrSwift.part1.rar https://bytewhale.com/rcbx40shlbon/ozwgl.PrSwift.part2.rar https://bytewhale.com/pr1rlewk6ow0/ozwgl.PrSwift.part3.rar https://bytewhale.com/jm8xzulswwbj/ozwgl.PrSwift.part4.rar https://bytewhale.com/mdz5s2mghb7l/ozwgl.PSby1file.part1.rar https://bytewhale.com/gzeayzolsebq/ozwgl.PSby1file.part2.rar https://bytewhale.com/gs0rsqxqglff/ozwgl.PSby1file.part3.rar https://bytewhale.com/9wa3ezyxkfua/ozwgl.PSby1file.part4.rar http://uploaded.net/file/kasb09r5/ozwgl.PrSwift.part1.rar http://uploaded.net/file/o5wodbxy/ozwgl.PrSwift.part2.rar http://uploaded.net/file/yd0rqm4w/ozwgl.PrSwift.part3.rar http://uploaded.net/file/0lu2jmc9/ozwgl.PrSwift.part4.rar http://uploaded.net/file/3mtrqyzp/ozwgl.PSby1file.part1.rar http://uploaded.net/file/2ij42jxh/ozwgl.PSby1file.part2.rar http://uploaded.net/file/wyc06t5l/ozwgl.PSby1file.part3.rar http://uploaded.net/file/x6gsdely/ozwgl.PSby1file.part4.rar https://www.bigfile.to/file/fJ3kCvEhUVDU/ozwgl.PrSwift.part1.rar https://www.bigfile.to/file/Ec8cUsut2mgf/ozwgl.PrSwift.part2.rar https://www.bigfile.to/file/9n5ecswRBM5Z/ozwgl.PrSwift.part3.rar https://www.bigfile.to/file/jhDNNJ9dYmgv/ozwgl.PrSwift.part4.rar https://www.bigfile.to/file/gGtqK6tQewC8/ozwgl.PSby1file.part1.rar https://www.bigfile.to/file/q2yVyG8nN9vy/ozwgl.PSby1file.part2.rar https://www.bigfile.to/file/FXacHW7gyH2u/ozwgl.PSby1file.part3.rar https://www.bigfile.to/file/tbfyN39UDpyv/ozwgl.PSby1file.part4.rar http://nitroflare.com/view/44090C07661DCB2/ozwgl.PrSwift.part1.rar http://nitroflare.com/view/7EA3B6C7C051AB8/ozwgl.PrSwift.part2.rar http://nitroflare.com/view/6FA1C0AE322AAD9/ozwgl.PrSwift.part3.rar http://nitroflare.com/view/1337B3B40A59C05/ozwgl.PrSwift.part4.rar http://nitroflare.com/view/8A43A6F7B4AF2A2/ozwgl.PSby1file.part1.rar http://nitroflare.com/view/8E6F473A8292623/ozwgl.PSby1file.part2.rar http://nitroflare.com/view/85496CFAC6001D2/ozwgl.PSby1file.part3.rar http://nitroflare.com/view/CC4EFE6219FC557/ozwgl.PSby1file.part4.rar http://uploadgig.com/file/download/b0dbcB01e7ceb2bA/ozwgl.PrSwift.part1.rar http://uploadgig.com/file/download/7835f6895a0cfd07/ozwgl.PrSwift.part2.rar http://uploadgig.com/file/download/c6d8572D5e80467c/ozwgl.PrSwift.part3.rar http://uploadgig.com/file/download/12409EF40a858c57/ozwgl.PrSwift.part4.rar http://uploadgig.com/file/download/fccd77a559053Dcb/ozwgl.PSby1file.part1.rar http://uploadgig.com/file/download/29380f90b4c70bFd/ozwgl.PSby1file.part2.rar http://uploadgig.com/file/download/eb4f5Ca2a5308255/ozwgl.PSby1file.part3.rar http://uploadgig.com/file/download/c53f72a41e42b5aC/ozwgl.PSby1file.part4.rar
  3. Packt Learning Path: The Road to Tensorflow .MP4, AVC, 461 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 8.3 hours | 1.63 GB Curator: Vedika Naik It can be hard to get started with machine learning, particularly as new frameworks like TensorFlow start to gain traction across enterprise companies. If you have no prior exposure to one of the most important trends impacting how we do data science in the next few years, this path will help you get up to speed. It specifically focuses on getting you up and running with TensorFlow, after up-and-running coverage of Python and Deep Learning in Python with Theano. This path navigates across the following products (in sequential order): Mastering Python (2h 35m) Data Mining with Python (2h 3m) Deep Learning with Python (1h 45m) Deep Learning with TensorFlow (2h 0m) Download link: http://rapidgator.net/file/c1e1b81381fd1140863965d08cbaba35/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar.html]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar.html http://rapidgator.net/file/f9637d8cd031b1c4542ea0f9291ab008/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar.html]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar.html http://nitroflare.com/view/9BE195217B86897/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar http://nitroflare.com/view/3C425E691355DED/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar http://uploaded.net/file/d209o13m/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar http://uploaded.net/file/5qq0iusm/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar https://www.bigfile.to/file/RPFfCGur8tXD/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar https://www.bigfile.to/file/XzsQdZHFZdKn/o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar]o9twe.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar Links are Interchangeable - No Password - Single Extraction
  4. Packt Learning Path: Python .MP4, AVC, 384 kbps, 1280x720 | English, AAC, 160 kbps, 2 Ch | 6.9 hours | 1.38 GB Curator: Kunal Parikh Rising in popularity alongside data science, it's easy to forget that Python has a wide range of applications outside of crunching numbers and outputting graphs. This Learning Path will take you through a tour of the language from the fundamentals right up to more advanced patterns that help make your code more expressive, efficient and readable. This path navigates across the following products (in sequential order): Beginning Python (4h 20m) Mastering Python (2h 35m) Download link: http://rapidgator.net/file/846ba386ca4a58d08e4fbeb0a1836a16/1ms3r.Packt.Learning.Path.Python.part1.rar.html]1ms3r.Packt.Learning.Path.Python.part1.rar.html http://rapidgator.net/file/40a5711b10f2b4fa934c10139315d66f/1ms3r.Packt.Learning.Path.Python.part2.rar.html]1ms3r.Packt.Learning.Path.Python.part2.rar.html http://nitroflare.com/view/75B5F3E0DF7E837/1ms3r.Packt.Learning.Path.Python.part1.rar]1ms3r.Packt.Learning.Path.Python.part1.rar http://nitroflare.com/view/B58B3F4830063F5/1ms3r.Packt.Learning.Path.Python.part2.rar]1ms3r.Packt.Learning.Path.Python.part2.rar http://uploaded.net/file/o2fsgh0h/1ms3r.Packt.Learning.Path.Python.part1.rar]1ms3r.Packt.Learning.Path.Python.part1.rar http://uploaded.net/file/oytb4i1l/1ms3r.Packt.Learning.Path.Python.part2.rar]1ms3r.Packt.Learning.Path.Python.part2.rar https://www.bigfile.to/file/XqSZssEAH6hQ/1ms3r.Packt.Learning.Path.Python.part1.rar]1ms3r.Packt.Learning.Path.Python.part1.rar https://www.bigfile.to/file/msnYdPDYu4Xq/1ms3r.Packt.Learning.Path.Python.part2.rar]1ms3r.Packt.Learning.Path.Python.part2.rar Links are Interchangeable - No Password - Single Extraction
  5. Packt Learning Path: ASP.NET .MP4, AVC, 540 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 6 hours | 1.15 GB Curator: Kunal Parikh If you work in C#, chances are you've used ASP.NET. This Learning Path primarily looks at ASP.NET Web API so that you can develop the skills you need to create enterprise-ready RESTful APIs and web applications. This path navigates across the following products (in sequential order): Introduction to ASP.NET MVC 6 (1h 6m) Learning ASP.NET Web API (2h 50m) RESTful Services with ASP.NET Web API (2h 4m) Download link: http://rapidgator.net/file/b2858d3c2b3f4af142af1ef0958dd697/ek4nl.Packt.Learning.Path.ASP.NET.part1.rar.html]ek4nl.Packt.Learning.Path.ASP.NET.part1.rar.html http://rapidgator.net/file/46ef0d0525b0786e37c32fd2cdeca2e5/ek4nl.Packt.Learning.Path.ASP.NET.part2.rar.html]ek4nl.Packt.Learning.Path.ASP.NET.part2.rar.html http://nitroflare.com/view/000FED5EA6088F2/ek4nl.Packt.Learning.Path.ASP.NET.part1.rar]ek4nl.Packt.Learning.Path.ASP.NET.part1.rar http://nitroflare.com/view/8A5DA53843A0528/ek4nl.Packt.Learning.Path.ASP.NET.part2.rar]ek4nl.Packt.Learning.Path.ASP.NET.part2.rar http://uploaded.net/file/or6x6q56/ek4nl.Packt.Learning.Path.ASP.NET.part1.rar]ek4nl.Packt.Learning.Path.ASP.NET.part1.rar http://uploaded.net/file/30ml8qzj/ek4nl.Packt.Learning.Path.ASP.NET.part2.rar]ek4nl.Packt.Learning.Path.ASP.NET.part2.rar https://www.bigfile.to/file/F7zGVXN6Rzq4/ek4nl.Packt.Learning.Path.ASP.NET.part1.rar]ek4nl.Packt.Learning.Path.ASP.NET.part1.rar https://www.bigfile.to/file/jDZBbgYuXR26/ek4nl.Packt.Learning.Path.ASP.NET.part2.rar]ek4nl.Packt.Learning.Path.ASP.NET.part2.rar Links are Interchangeable - No Password - Single Extraction
  6. Packt Learning Path: ASP.NET .MP4, AVC, 540 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 6 hours | 1.15 GB Curator: Kunal Parikh If you work in C#, chances are you've used ASP.NET. This Learning Path primarily looks at ASP.NET Web API so that you can develop the skills you need to create enterprise-ready RESTful APIs and web applications. This path navigates across the following products (in sequential order): Introduction to ASP.NET MVC 6 (1h 6m) Learning ASP.NET Web API (2h 50m) RESTful Services with ASP.NET Web API (2h 4m) DOWNLOAD http://rapidgator.net/file/a5ca3254007971cf850ef173922cbaab/eev4j.Packt.Learning.Path.ASP.NET.part1.rar.html http://rapidgator.net/file/469e7a9cea56d26a0c05273a5205daa7/eev4j.Packt.Learning.Path.ASP.NET.part2.rar.html http://uploaded.net/file/l3luwujf/eev4j.Packt.Learning.Path.ASP.NET.part1.rar http://uploaded.net/file/2v6ww5zf/eev4j.Packt.Learning.Path.ASP.NET.part2.rar https://www.bigfile.to/file/FMUPckzrJVXX/eev4j.Packt.Learning.Path.ASP.NET.part1.rar https://www.bigfile.to/file/WxyvXKhm7e9u/eev4j.Packt.Learning.Path.ASP.NET.part2.rar http://nitroflare.com/view/11F6EA7737193D4/eev4j.Packt.Learning.Path.ASP.NET.part1.rar http://nitroflare.com/view/3E05F2C0FDEDF11/eev4j.Packt.Learning.Path.ASP.NET.part2.rar http://uploadgig.com/file/download/ed6b2935855a301D/eev4j.Packt.Learning.Path.ASP.NET.part1.rar http://uploadgig.com/file/download/f226653242f64Df5/eev4j.Packt.Learning.Path.ASP.NET.part2.rar
  7. Packt Learning Path: The Road to Tensorflow .MP4, AVC, 461 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 8.3 hours | 1.63 GB Curator: Vedika Naik It can be hard to get started with machine learning, particularly as new frameworks like TensorFlow start to gain traction across enterprise companies. If you have no prior exposure to one of the most important trends impacting how we do data science in the next few years, this path will help you get up to speed. It specifically focuses on getting you up and running with TensorFlow, after up-and-running coverage of Python and Deep Learning in Python with Theano. This path navigates across the following products (in sequential order): Mastering Python (2h 35m) Data Mining with Python (2h 3m) Deep Learning with Python (1h 45m) Deep Learning with TensorFlow (2h 0m) DOWNLOAD http://rapidgator.net/file/37b22a53e8f3a59e7ec138c594a61885/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar.html http://rapidgator.net/file/5505ccf1427166b3ef0e9c480858c4da/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar.html http://uploaded.net/file/46e0fgxj/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar http://uploaded.net/file/f7nv9yaj/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar https://www.bigfile.to/file/nfeJun7YnxRg/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar https://www.bigfile.to/file/T55HU2B8pkAt/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar http://nitroflare.com/view/BF6C00F00D60A10/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar http://nitroflare.com/view/6D70589BF60A971/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar http://uploadgig.com/file/download/a27FbFAa15a7bDaD/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part1.rar http://uploadgig.com/file/download/b5bF25956d616aAC/9slrq.Packt.Learning.Path.The.Road.to.Tensorflow.part2.rar
  8. Packt Learning Path: Python .MP4, AVC, 384 kbps, 1280x720 | English, AAC, 160 kbps, 2 Ch | 6.9 hours | 1.38 GB Curator: Kunal Parikh Rising in popularity alongside data science, it's easy to forget that Python has a wide range of applications outside of crunching numbers and outputting graphs. This Learning Path will take you through a tour of the language from the fundamentals right up to more advanced patterns that help make your code more expressive, efficient and readable. This path navigates across the following products (in sequential order): Beginning Python (4h 20m) Mastering Python (2h 35m) DOWNLOAD http://rapidgator.net/file/f56887607012777cdc8dd9c1dfd7f4a2/o9yos.Packt.Learning.Path.Python.part1.rar.html http://rapidgator.net/file/641b971968b19a08494c7fbd3bf67179/o9yos.Packt.Learning.Path.Python.part2.rar.html http://uploaded.net/file/4fk923mx/o9yos.Packt.Learning.Path.Python.part1.rar http://uploaded.net/file/s073ehjj/o9yos.Packt.Learning.Path.Python.part2.rar https://www.bigfile.to/file/cQBjBGh8SmcN/o9yos.Packt.Learning.Path.Python.part1.rar https://www.bigfile.to/file/JeMKFSNzpRxD/o9yos.Packt.Learning.Path.Python.part2.rar http://nitroflare.com/view/E913B2CB7098190/o9yos.Packt.Learning.Path.Python.part1.rar http://nitroflare.com/view/C5A76C5585C73D5/o9yos.Packt.Learning.Path.Python.part2.rar http://uploadgig.com/file/download/7722Cde66a84a7a5/o9yos.Packt.Learning.Path.Python.part1.rar http://uploadgig.com/file/download/4e30e2aafa1a9bB4/o9yos.Packt.Learning.Path.Python.part2.rar
  9. Schedule Network Diagram and Critical Path Method MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 43M | Lec: 5 | 130 MB Genre: eLearning | Language: English One of the tools and techniques for the Develop Project Schedule process This is a short training course about the Project Schedule Network Diagram and the Critical Path Method (CPM). In this training course, you will learn the following topics: What Project Schedule Network Diagram How to create a Project Schedule Network Diagram How to determine the Critical Paths and calculate their length How to determine the Near Critical Paths and calculate their lengths What the Critical Path Method (CPM) is How to apply the Critical Path Method (CPM) How to perform a Forward Pass and Backward Pass on the network diagram How to calculate the Early Start (ES) for activities How to calculate the Early Finish (EF) for activities How to calculate the Late Start (LS) for activities How to calculate the Late Finish (LF) for activities How to calculate the Float for activities This training course consists of 5 videos with total duration of more than 40 minutes . The method used in this training course is narrated PowerPoint slides and step-by-step explanation. Download link: http://rapidgator.net/file/e81d02fa5315686edb10366a57fe0ff1/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar.html]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar.html http://rapidgator.net/file/2a5b9ce9d525a2f7a3854dea2407eb2c/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar.html]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar.html http://nitroflare.com/view/93EEC8CF3991CDE/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar http://nitroflare.com/view/C3E8F6970D68E11/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar http://uploaded.net/file/g6jiwtui/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar http://uploaded.net/file/1bn29qe1/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar https://www.bigfile.to/file/aezRZMM3nPBG/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part1.rar https://www.bigfile.to/file/EWVBP3nVshAv/7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar]7oha7.Schedule.Network.Diagram.and.Critical.Path.Method.part2.rar Links are Interchangeable - No Password - Single Extraction
  10. Schedule Network Diagram and Critical Path Method MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 43M | Lec: 5 | 130 MB Genre: eLearning | Language: English One of the tools and techniques for the Develop Project Schedule process This is a short training course about the Project Schedule Network Diagram and the Critical Path Method (CPM). In this training course, you will learn the following topics: What Project Schedule Network Diagram How to create a Project Schedule Network Diagram How to determine the Critical Paths and calculate their length How to determine the Near Critical Paths and calculate their lengths What the Critical Path Method (CPM) is How to apply the Critical Path Method (CPM) How to perform a Forward Pass and Backward Pass on the network diagram How to calculate the Early Start (ES) for activities How to calculate the Early Finish (EF) for activities How to calculate the Late Start (LS) for activities How to calculate the Late Finish (LF) for activities How to calculate the Float for activities This training course consists of 5 videos with total duration of more than 40 minutes . The method used in this training course is narrated PowerPoint slides and step-by-step explanation. DOWNLOAD http://rapidgator.net/file/a450d19d0ed58ffc730427da82b6dd53/yzehh.Schedule.Network.Diagram.and.Critical.Path.Method.rar.html http://uploaded.net/file/zshpbxrb/yzehh.Schedule.Network.Diagram.and.Critical.Path.Method.rar https://www.bigfile.to/file/rBRtdJz457T6/yzehh.Schedule.Network.Diagram.and.Critical.Path.Method.rar http://nitroflare.com/view/6B2996FDC25FC6A/yzehh.Schedule.Network.Diagram.and.Critical.Path.Method.rar http://uploadgig.com/file/download/142c2CE1411Fc748/yzehh.Schedule.Network.Diagram.and.Critical.Path.Method.rar
  11. Learning Path: Blend Web and Native Mobile Apps, 2nd Edition HDRips | MP4/AVC, ~375 kb/s | 1920x1080 | Duration: 19:17:36 | English: AAC, 168 kb/s (2 ch) | 10,6 GB Genre: Development / Programming You want to apply your existing web development skills to create mobile apps that run smoothly on iOS, Android, and a variety of web interfaces. In this Learning Path, expert web and mobile developer Max Firtman gets you up to speed on the tools and technologies you can use to build apps that run uniformly well on all platforms and devices your customers use. You'll master the many ways of mixing web and native approaches on mobile devices DOWNLOAD http://rapidgator.net/file/d740525524698d3d0ec5c1b01724b67f/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part01.rar.html http://rapidgator.net/file/1ce7217819063ac6ff48b9c2d66b8070/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part02.rar.html http://rapidgator.net/file/d8fadd2fc7c522e04ec062f532231a03/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part03.rar.html http://rapidgator.net/file/91741ed531d3323ed1c0eb1962db8995/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part04.rar.html http://rapidgator.net/file/3c6e891ec36ca7e643202d27cc3ca519/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part05.rar.html http://rapidgator.net/file/bf2bf796687226534739297799b007e5/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part06.rar.html http://rapidgator.net/file/4fe798031c6ab25cbf2af8d321a98d72/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part07.rar.html http://rapidgator.net/file/6f00ad4233ae25317df5c2650549e736/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part08.rar.html http://rapidgator.net/file/3e2c545bc90798db564eb19623b3f065/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part09.rar.html http://rapidgator.net/file/b58ae843a0cfe8c3e3e8819ea188b922/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part10.rar.html http://rapidgator.net/file/c4014981f1dad6f02f65a113f8c30cad/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part11.rar.html http://rapidgator.net/file/9328fe560537acaafccd588bb70c8d90/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part12.rar.html http://rapidgator.net/file/4de8b34a57550cf4c594e901bbf461f0/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part13.rar.html https://bytewhale.com/g7jc9kldtth2/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part01.rar https://bytewhale.com/cfbi1t5tdd3n/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part02.rar https://bytewhale.com/i9h00q4x4aej/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part03.rar https://bytewhale.com/zy6g2rfsasi9/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part04.rar https://bytewhale.com/81s5qnqivpp9/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part05.rar https://bytewhale.com/nqygb9ue5woy/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part06.rar https://bytewhale.com/o919divw9kip/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part07.rar https://bytewhale.com/02ges56t4yv0/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part08.rar https://bytewhale.com/cii4dj117zzy/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part09.rar https://bytewhale.com/49s6kyp6tevn/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part10.rar https://bytewhale.com/909my1pqibt4/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part11.rar https://bytewhale.com/x7v645g2k958/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part12.rar https://bytewhale.com/q5zorw3attry/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part13.rar http://uploaded.net/file/rjhn0ct1/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part01.rar http://uploaded.net/file/tsafdnrv/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part02.rar http://uploaded.net/file/y2sxhcks/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part03.rar http://uploaded.net/file/tow6t581/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part04.rar http://uploaded.net/file/o1nlfe2y/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part05.rar http://uploaded.net/file/4hll2w29/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part06.rar http://uploaded.net/file/lf2gvybq/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part07.rar http://uploaded.net/file/q2zusi30/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part08.rar http://uploaded.net/file/ry9tdx5q/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part09.rar http://uploaded.net/file/0l8gf8xh/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part10.rar http://uploaded.net/file/zpg4a2er/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part11.rar http://uploaded.net/file/s70v9ltt/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part12.rar http://uploaded.net/file/f94u492w/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part13.rar https://www.bigfile.to/file/wnqPaqr3CBbj/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part01.rar https://www.bigfile.to/file/uhP8qJDtBYCz/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part02.rar https://www.bigfile.to/file/F6cNDz4TYR37/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part03.rar https://www.bigfile.to/file/kdZhDQUuqXRK/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part04.rar https://www.bigfile.to/file/eHvkmsQeaTWb/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part05.rar https://www.bigfile.to/file/ne9VSuwKgDXW/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part06.rar https://www.bigfile.to/file/32fx7AHAPuaB/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part07.rar https://www.bigfile.to/file/Xxeb6p4x7Nkx/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part08.rar https://www.bigfile.to/file/Fge4PeP2GFH3/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part09.rar https://www.bigfile.to/file/vv6WuJvaTqGh/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part10.rar https://www.bigfile.to/file/NrWFVSJ7brAD/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part11.rar https://www.bigfile.to/file/qQpQysnZRVHv/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part12.rar https://www.bigfile.to/file/38TSrkkkn59f/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part13.rar http://nitroflare.com/view/F3D6B88C55051B4/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part01.rar http://nitroflare.com/view/39A936EE835619E/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part02.rar http://nitroflare.com/view/6235BA122FE55F5/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part03.rar http://nitroflare.com/view/66916CC62F6EF74/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part04.rar http://nitroflare.com/view/6D1DFCE323E7463/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part05.rar http://nitroflare.com/view/E2226CA2F53CF1D/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part06.rar http://nitroflare.com/view/35AE03A2FEC97A4/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part07.rar http://nitroflare.com/view/F8F471FC76C049F/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part08.rar http://nitroflare.com/view/69133441CE2ED7D/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part09.rar http://nitroflare.com/view/15DDA369A632163/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part10.rar http://nitroflare.com/view/52E116CCF3F6CA2/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part11.rar http://nitroflare.com/view/9024943737A0C6E/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part12.rar http://nitroflare.com/view/0441CAE7AEEA6E9/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part13.rar http://uploadgig.com/file/download/348d7d4bD4392deA/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part01.rar http://uploadgig.com/file/download/d0FA652fd75FB1fd/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part02.rar http://uploadgig.com/file/download/78077fef08Caf82C/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part03.rar http://uploadgig.com/file/download/36f568d7f34d8586/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part04.rar http://uploadgig.com/file/download/e6bAbAab144192Da/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part05.rar http://uploadgig.com/file/download/a5b2E7d90cb1a2cb/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part06.rar http://uploadgig.com/file/download/17c4a644635c1423/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part07.rar http://uploadgig.com/file/download/e0930f61b4674d36/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part08.rar http://uploadgig.com/file/download/3deC993B2393cd52/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part09.rar http://uploadgig.com/file/download/8095d32f9c20b03d/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part10.rar http://uploadgig.com/file/download/2f3477cFa4D575B0/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part11.rar http://uploadgig.com/file/download/855323D3dbfadb31/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part12.rar http://uploadgig.com/file/download/3a05d73f513b8624/vl56a.Learning.Path.Blend.Web.and.Native.Mobile.Apps.2nd.Edition.part13.rar
  12. Learning Path: Scala Fundamentals HDRips | MP4/AVC, ~594 kb/s | 1280x720 | Duration: 11:48:24 | English: AAC, 128 kb/s (2 ch) | 3.21 GB Genre: Development / Programming DOWNLOAD http://rapidgator.net/file/4ddbf97512206b5aaf5f2330ce1d0ec8/cf7kw.Learning.Path.Scala.Fundamentals.part1.rar.html http://rapidgator.net/file/acd0110dc7d0a086551be4b6d3477533/cf7kw.Learning.Path.Scala.Fundamentals.part2.rar.html http://rapidgator.net/file/3937b5a3dd4748adfe9adaf7cb4211e5/cf7kw.Learning.Path.Scala.Fundamentals.part3.rar.html http://rapidgator.net/file/c4b317699b0b2864b9996b9b540111b4/cf7kw.Learning.Path.Scala.Fundamentals.part4.rar.html https://bytewhale.com/ayde6zuiiqy2/cf7kw.Learning.Path.Scala.Fundamentals.part1.rar https://bytewhale.com/i4phzboyns24/cf7kw.Learning.Path.Scala.Fundamentals.part2.rar https://bytewhale.com/4fzy31ge30gj/cf7kw.Learning.Path.Scala.Fundamentals.part3.rar https://bytewhale.com/nlib35bf73j3/cf7kw.Learning.Path.Scala.Fundamentals.part4.rar http://uploaded.net/file/og8pqmxw/cf7kw.Learning.Path.Scala.Fundamentals.part1.rar http://uploaded.net/file/qzh7xkbi/cf7kw.Learning.Path.Scala.Fundamentals.part2.rar http://uploaded.net/file/gj8w523i/cf7kw.Learning.Path.Scala.Fundamentals.part3.rar http://uploaded.net/file/yj8slfml/cf7kw.Learning.Path.Scala.Fundamentals.part4.rar https://www.bigfile.to/file/SJQZ8ErBnu4G/cf7kw.Learning.Path.Scala.Fundamentals.part1.rar https://www.bigfile.to/file/tPJDBpghSVzs/cf7kw.Learning.Path.Scala.Fundamentals.part2.rar https://www.bigfile.to/file/F2KrkZq3fSKd/cf7kw.Learning.Path.Scala.Fundamentals.part3.rar https://www.bigfile.to/file/ufrHGsukqSJ6/cf7kw.Learning.Path.Scala.Fundamentals.part4.rar http://nitroflare.com/view/B7CDF9B85CB51DA/cf7kw.Learning.Path.Scala.Fundamentals.part1.rar http://nitroflare.com/view/A075A76F76AD491/cf7kw.Learning.Path.Scala.Fundamentals.part2.rar http://nitroflare.com/view/B3B984D2E68684C/cf7kw.Learning.Path.Scala.Fundamentals.part3.rar http://nitroflare.com/view/A14E211B2502208/cf7kw.Learning.Path.Scala.Fundamentals.part4.rar http://uploadgig.com/file/download/D173395ee6eefAA0/cf7kw.Learning.Path.Scala.Fundamentals.part1.rar http://uploadgig.com/file/download/194eA042bdFF32e0/cf7kw.Learning.Path.Scala.Fundamentals.part2.rar http://uploadgig.com/file/download/e9e0485a4f1c3fE4/cf7kw.Learning.Path.Scala.Fundamentals.part3.rar http://uploadgig.com/file/download/a68437672964Fd05/cf7kw.Learning.Path.Scala.Fundamentals.part4.rar
  13. Packt Learning Path: Full Stack Javascript .MP4, AVC, 395 kbps, 1280x720 | English, AAC, 155 kbps, 2 Ch | 14+ hours | 2.38 GB Curator: Erol Staveley The increasing popularity of Node.js just goes to show how quickly developers are moving towards using one language across their development stack. In this Learning Path we'll look at MongoDB, Express, AngularJS and Node.js as a comprehensive full-stack JavaScript solution that will help you embrace modern web development. This path navigates across the following products (in sequential order): Mastering JavaScript (4h 10m) Web Development with Node.JS and MongoDB (3h 54m) Mastering Express Web Application Development (2h 51m) Learning Web Development with the MEAN Stack (2h 48m) Mastering MEAN Web Development (3h 36m) DOWNLOAD http://rapidgator.net/file/8eaf6324763bb6b4b91dbba695fc650d/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part1.rar.html http://rapidgator.net/file/099e9102de1e9202642d88d7e8d51c7d/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part2.rar.html http://rapidgator.net/file/dfb689e4d4c5b5ab904441ae2b2a2ab7/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part3.rar.html https://bytewhale.com/x92d8zfyy9yd/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part1.rar https://bytewhale.com/p8337lvtx5gz/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part2.rar https://bytewhale.com/fqm42q82ob78/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part3.rar http://uploaded.net/file/xwpz0o74/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part1.rar http://uploaded.net/file/cz6nmfq7/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part2.rar http://uploaded.net/file/tv1642ba/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part3.rar https://www.bigfile.to/file/MKP9qDZTHkK5/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part1.rar https://www.bigfile.to/file/rbnscUXX6kWJ/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part2.rar https://www.bigfile.to/file/g4zg8E6JEa4y/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part3.rar http://nitroflare.com/view/72FC32813B20A1B/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part1.rar http://nitroflare.com/view/DBDA46D2D85AC25/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part2.rar http://nitroflare.com/view/D6630DA8A527BEC/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part3.rar http://uploadgig.com/file/download/f081f67Ccb30b15E/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part1.rar http://uploadgig.com/file/download/94a7de1D073c7ede/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part2.rar http://uploadgig.com/file/download/21bE2f85804ffa27/dlktm.Packt.Learning.Path.Full.Stack.Javascript.part3.rar
  14. Learning Path - DevOps with Docker HDRips | MP4/AVC, ~461 kb/s | 1280x720 | Duration: 02:19:30 | English: AAC, 128 kb/s (2 ch) | 755 MB Genre: Development / Programming DOWNLOAD http://rapidgator.net/file/7d085c99c6d27c8b1d176748a483e8dd/dqcfv.Learning.Path..DevOps.with.Docker.rar.html https://bytewhale.com/sawlk9k1q2ln/dqcfv.Learning.Path..DevOps.with.Docker.rar http://uploaded.net/file/guharti1/dqcfv.Learning.Path..DevOps.with.Docker.rar https://www.bigfile.to/file/AuuFxeD4kw3S/dqcfv.Learning.Path..DevOps.with.Docker.rar http://nitroflare.com/view/47CBC51E8DBFA87/dqcfv.Learning.Path..DevOps.with.Docker.rar http://uploadgig.com/file/download/9de57a55f7744e0c/dqcfv.Learning.Path..DevOps.with.Docker.rar
  15. Pearson Learning Path: Scrum Practitioner .MP4, AVC, 530 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 14+ hours | 3.91 GB Instructor: Tommy Norman Scrum Fundamentals provides helpful insight into the history of Agile and how its values and prin[beeep]les can focus teams on consistently delivering quality products that immediately add customer value. It covers the complete Scrum framework from project initiation and executing Sprints to delivering a product increment. Many teams adopting Scrum struggle with how to manage requirements and integrate their quality assurance efforts into their Agile processes. Advanced Scrum provides a deep dive into both of these areas, exploring how to apply the values and prin[beeep]les of Agile and Scrum to avoid common pitfalls. DOWNLOAD http://rapidgator.net/file/f46afe1d538b750d920a643157656ee1/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part1.rar.html http://rapidgator.net/file/a62bc3e864d30f2f9a4a4bf37bc6750a/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part2.rar.html http://rapidgator.net/file/01a9220fd303f269886186e3e48807f4/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part3.rar.html http://rapidgator.net/file/4de1d9b556112828164068754ab0c7e1/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part4.rar.html http://rapidgator.net/file/4a3c29c360d4943e0383ec7972313317/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part5.rar.html https://bytewhale.com/8213ecdh4k77/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part1.rar https://bytewhale.com/rc1gloe4ixx0/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part2.rar https://bytewhale.com/l2o9qohm1oy3/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part3.rar https://bytewhale.com/7utlejr2w2wl/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part4.rar https://bytewhale.com/mqqwxkno4dz7/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part5.rar http://uploaded.net/file/1odm9hrd/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part1.rar http://uploaded.net/file/hbob880b/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part2.rar http://uploaded.net/file/w3npp8ra/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part3.rar http://uploaded.net/file/v6gsuold/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part4.rar http://uploaded.net/file/zc1xikw7/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part5.rar https://www.bigfile.to/file/UKdXk5gmBphH/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part1.rar https://www.bigfile.to/file/A5RzGNQB843j/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part2.rar https://www.bigfile.to/file/5jmPdaKFnTHK/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part3.rar https://www.bigfile.to/file/pQcE54CH8fjE/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part4.rar https://www.bigfile.to/file/wf5KD25jgA9Y/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part5.rar http://nitroflare.com/view/157BF97BE728014/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part1.rar http://nitroflare.com/view/9350415AAC5B647/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part2.rar http://nitroflare.com/view/264D0D3C93692F6/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part3.rar http://nitroflare.com/view/BDF63174F8F41AF/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part4.rar http://nitroflare.com/view/CA000A89FDBC734/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part5.rar http://uploadgig.com/file/download/f0e62067fE88e319/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part1.rar http://uploadgig.com/file/download/b5C9e88f31fEac32/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part2.rar http://uploadgig.com/file/download/39a6422c27d03649/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part3.rar http://uploadgig.com/file/download/007B2fAde0855f05/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part4.rar http://uploadgig.com/file/download/ffA4355d31F67A3a/fbfw9.Pearson.Learning.Path.Scrum.Practitioner.part5.rar
  16. O'Reilly Learning Path: Network and Cloud Security .M4V/.MP4, AVC, 1000 kbps, 1280x720 | English, AAC, 160 kbps, 2 Ch | 33+ hours | 4.53 GB Instructors: Ric Messier, David Miller, Philip Polstra Contents Learning Linux Security by Ric Messier In this hands-on course you'll learn to secure a Linux system. You'll start by learning about booting, then jump into covering service management. From there, you'll dive into logging and log management, intrusion detection and preventions, and users and permissions. You'll learn about utilities and the Linux Kernel, including Kernel modules, builds, managing Kernel parameters, and firewalls. By this end of this course, you'll have a well-rounded foundation in Linux security. Securing Cloud Services by David Miller With this segment of your Learning Path, you'll get a clear understanding of potential security benefits and risks associated with cloud computing. You'll begin by securing your infrastructure, including risk assessment and management, sensitive data, and data classification. From there, you'll prepare for cloud use, covering web app security, security as a service, and security controls. Once you have completed this course, you will be fully capable of securing your own IT assets in the cloud. Computer Forensics by Ric Messier Computer Forensics is a broad topic that touches on many different skills specific to answering legal or investigative questions in relation to a computer. This course provides an overview of the skills you'll need to work in this highly technical field, covering many topics, from preparing for an investigation, to ethics, to evidence acquisition, being an expert witness, and legal vs. corporate investigations. You'll learn about forensic tools and how they are used. By the end, you'll have a clear understanding of what it takes to be a computer forensics investigator. Reverse Engineering and Exploit Development by Philip Polstra In this course, you'll learn about common software vulnerabilities and how to find them, as well as how vulnerabilities differ between various operating systems. You'll start by reversing compiled Windows applications, and then move on to reverse compiled OS X, Linux, and Android applications. As you work through the course you'll discovre how to find website and database vulnerabilities, and others. Finally, you'll learn about simple exploits, web exploitation, and ARM exploitation. Professional Guide to Wireless Network Hacking and Penetration Testing by Ric Messier This course will equip you with the tools and techniques needed to effectively secure your 802.11 and Bluetooth networks. You'll start with the basics of 802.11, such as frequencies, access points, associations, and enterprise networks. From there, you'll learn how to secure your own wireless network. You'll get a tour of wireless attack tools and wireless attacks before moving on to Bluetooth security. Finally, you'll look at other wireless communications, such as WiMax, ZigBee, and RFID. DOWNLOAD http://rapidgator.net/file/5dc8bc718cbac1a4a7e50cdf1ac72631/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part1.rar.html http://rapidgator.net/file/fc83ec564ca4a178c27390fa9aa154b4/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part2.rar.html http://rapidgator.net/file/380ca380669cfc16c73683956569187c/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part3.rar.html http://rapidgator.net/file/334c1a78490de4294df5ef35919cda26/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part4.rar.html http://rapidgator.net/file/fc44a1ed6e56c5d503d8d8ad655898ab/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part5.rar.html http://rapidgator.net/file/cc32acc03bb160e7c56e50ad6f98c073/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part6.rar.html https://bytewhale.com/otfmrc5rhkbv/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part1.rar https://bytewhale.com/h9sbj5dtfdws/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part2.rar https://bytewhale.com/s3i7x38o3b3w/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part3.rar https://bytewhale.com/bive8mwhxw96/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part4.rar https://bytewhale.com/dy0l48gl0aed/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part5.rar https://bytewhale.com/em0e654k1vzv/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part6.rar http://uploaded.net/file/c2z25rkv/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part1.rar http://uploaded.net/file/c8vnnr4a/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part2.rar http://uploaded.net/file/0ubn162h/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part3.rar http://uploaded.net/file/ee5x55ak/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part4.rar http://uploaded.net/file/v7d2114k/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part5.rar http://uploaded.net/file/9js8xx0z/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part6.rar https://www.bigfile.to/file/bBQ8eN2PrTrW/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part1.rar https://www.bigfile.to/file/7anhQUjnefqK/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part2.rar https://www.bigfile.to/file/Zec4gbmQXQ6G/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part3.rar https://www.bigfile.to/file/aXNHgSjCSQhs/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part4.rar https://www.bigfile.to/file/nzCawQ5v3CyP/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part5.rar https://www.bigfile.to/file/Nx2kDs8pnZ9j/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part6.rar http://nitroflare.com/view/4A28DDE7718DAF1/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part1.rar http://nitroflare.com/view/3B48D9DA1D271EA/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part2.rar http://nitroflare.com/view/698B800B83C4184/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part3.rar http://nitroflare.com/view/0A6319D5472C261/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part4.rar http://nitroflare.com/view/A0124A7B44DB76A/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part5.rar http://nitroflare.com/view/FE936EA4CAFE70E/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part6.rar http://uploadgig.com/file/download/00a4439c6E12Fba6/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part1.rar http://uploadgig.com/file/download/7724fe617f044a17/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part2.rar http://uploadgig.com/file/download/0447c2db5c1e3A34/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part3.rar http://uploadgig.com/file/download/b405D66a92eE4ed8/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part4.rar http://uploadgig.com/file/download/Be7796Cd278f50da/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part5.rar http://uploadgig.com/file/download/95e89F6965fede7d/b41zq.OReilly.Learning.Path.Network.and.Cloud.Security.part6.rar
  17. O'Reilly Learning Path: GitHub .M4V/.MP4, AVC, 1000 kbps, 1280x720 | English, AAC, 161 kbps, 2 Ch | 9.9 hours | 1.34 GB Instructor: Christophe Porteneuve For tracking, branching, merging, and managing code revisions there's no resource more popular than GitHub. The default platform for software development collaboration, GitHub is also ideal for collaborating on other text-based documents. With this Learning Path, you'll learn how to use GitHub to improve your workflow, collaborate effectively, and be more productive overall. You'll even learn how to build your own tools on top of GitHub technologies. Contents Learning GitHub by Christophe Porteneuve Learn how to set up and manage repositories for sharing and collaboration in GitHub. You'll begin this course by learning about the GitHub workflow, including how to create and manage branches and pull requests. From there, you'll learn about repository management, key terms, switching visibility, and collaborators and permission levels. Finally, you'll learn how to be social and collaborative, including how to watch repositories and follow people, choose licenses, and write a great README. You should be reasonably comfortable with Git for this course, but no experience with GitHub is necessary. Mastering GitHub by Christophe Porteneuve In this step of your Learning Path, you'll cover everything you need to know about advanced GitHub Pages, integrating GitHub with external services, using the GitHub API, and advanced account management. You'll see how to use GitHub.com faster with keyboard shortcuts, as well as how to make use of third-party services for advanced workflow automation. Next, you'll get practice writing custom integration servers and command-line tools using the GitHub API. And finally, you'll tackles advanced account management, with a focus on organization management, and the nitty-gritty of billing and payments. DOWNLOAD http://rapidgator.net/file/44c03eaf6586e9ea6062a3655d354b5b/umnto.OReilly.Learning.Path.GitHub.part1.rar.html http://rapidgator.net/file/5653de3bb25890b5a83ba4440fe261a3/umnto.OReilly.Learning.Path.GitHub.part2.rar.html https://bytewhale.com/x9y6rghl02u1/umnto.OReilly.Learning.Path.GitHub.part1.rar https://bytewhale.com/dta054k2lo55/umnto.OReilly.Learning.Path.GitHub.part2.rar http://uploaded.net/file/nxo51r4t/umnto.OReilly.Learning.Path.GitHub.part1.rar http://uploaded.net/file/f758igtd/umnto.OReilly.Learning.Path.GitHub.part2.rar https://www.bigfile.to/file/FXtBJ5q9SRrm/umnto.OReilly.Learning.Path.GitHub.part1.rar https://www.bigfile.to/file/3XUDQ92pvQ8Y/umnto.OReilly.Learning.Path.GitHub.part2.rar http://nitroflare.com/view/7C2F55650DBA613/umnto.OReilly.Learning.Path.GitHub.part1.rar http://nitroflare.com/view/AEB9D368C577732/umnto.OReilly.Learning.Path.GitHub.part2.rar http://uploadgig.com/file/download/e278862A6D0efa3e/umnto.OReilly.Learning.Path.GitHub.part1.rar http://uploadgig.com/file/download/5eC546f361ec5f45/umnto.OReilly.Learning.Path.GitHub.part2.rar
  18. Photoshop for Lunch - Create Text on a Path - Paths, Type, Pen tool MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 17M | 79 MB Genre: eLearning | Language: English Photoshop for Lunch is a series of short video courses you can study in bite size pieces such as at lunchtime. In this course you'll learn how to place text on a path in Photoshop. You will see how to make a path, how to cut a circular path in two and how to place text on the path exactly where you want it to appear. This is the example text we will be creating in the class: Download link: http://rapidgator.net/file/9180be0fb4c99602dbb77ce048ef2ab7/bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar.html]bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar.html http://nitroflare.com/view/312638F9D1EE6DA/bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar]bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar http://uploaded.net/file/7w6luo46/bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar]bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar https://www.bigfile.to/file/ShqQV7su7Xu2/bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar]bnpod.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar Links are Interchangeable - No Password - Single Extraction
  19. O'reilly - Learning Path: Network and Cloud Security Duration: 1.5 Hours | 10h 48m | M4V/.MP4, AVC, 1000 kbps, 1280x720 | AAC, 161 kbps, 2 Ch | 4.5 GB Genre: eLearning | Language: English | Project Files If you share resources across your network or the cloud, you need a firm grasp of all of the security implications. In this Learning Path, you'll get hands-on experience securing your infrastructure while learning about risk assessment and management, sensitive data, computer forensics, penetration testing, and much more. By the end of this course, you'll know how to secure your data and keep it that way. Prerequisites: Strong system administration experience and familiarity with security Download link: http://rapidgator.net/file/39bdfcfe190ca15be234c86e8bf1ab37/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar.html http://rapidgator.net/file/4883c2ec2e02b61e53fd5a5d773de234/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar.html http://rapidgator.net/file/149275aa05e80447e17bb322d61e02f6/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar.html http://rapidgator.net/file/cc5e3cd751a343062bbc5d281ae7309d/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar.html http://rapidgator.net/file/721433d585920eaefab33837c1e25baa/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar.html http://rapidgator.net/file/3653fde8e5998ab4d0e7ffd73f30ccca/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar.html http://rapidgator.net/file/479c730117434e8d431b9e7e8d6a9c25/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar.html http://rapidgator.net/file/7c320e0aaea13577b4fb7cb08d71317d/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar.html http://rapidgator.net/file/371b1822a4e27e5f646a70cb348d7f20/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar.html]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar.html http://nitroflare.com/view/568578239108CB9/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar http://nitroflare.com/view/8F57CE8C6DF8200/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar http://nitroflare.com/view/44D49FE65B51D41/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar http://nitroflare.com/view/2B6615C9D952B44/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar http://nitroflare.com/view/76D0DEB8B380283/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar http://nitroflare.com/view/320225BFB869811/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar http://nitroflare.com/view/B8E44108B97EE5A/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar http://nitroflare.com/view/792E6EF5157F5B1/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar http://nitroflare.com/view/129F3CCD2542B6F/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar http://uploaded.net/file/ecmdtc0v/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar http://uploaded.net/file/srzvu6b2/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar http://uploaded.net/file/eg17wlwh/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar http://uploaded.net/file/r7nfk6hs/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar http://uploaded.net/file/d3p47qur/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar http://uploaded.net/file/hwdr4sji/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar http://uploaded.net/file/6qk8s22c/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar http://uploaded.net/file/qw3jhe4t/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar http://uploaded.net/file/syh2dulp/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar https://www.bigfile.to/file/dJ52prZUbH5X/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part01.rar https://www.bigfile.to/file/VDfcrVYdURAH/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part02.rar https://www.bigfile.to/file/hfWVjMqBmeAX/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part03.rar https://www.bigfile.to/file/6Wj8fQF7nkbP/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part04.rar https://www.bigfile.to/file/NacmkxB52keg/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part05.rar https://www.bigfile.to/file/fNhSCpkw7xeW/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part06.rar https://www.bigfile.to/file/tsfTbRQx7Yft/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part07.rar https://www.bigfile.to/file/zqFJerG3pFXh/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part08.rar https://www.bigfile.to/file/5sTcxeBDdga6/08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar]08pgl.OReilly..Learning.Path.Network.and.Cloud.Security.part09.rar Links are Interchangeable - No Password - Single Extraction
  20. O'Reilly - Learning Path: GitHub Duration: 9.9 hours | M4V/.MP4, AVC, 1000 kbps, 1280x720 | AAC, 161 kbps, 2 Ch | 1.34 GB Genre: eLearning | Language: English | Project Files For tracking, branching, merging, and managing code revisions there's no resource more popular than GitHub. The default platform for software development collaboration, GitHub is also ideal for collaborating on other text-based documents. With this Learning Path, you'll learn how to use GitHub to improve your workflow, collaborate effectively, and be more productive overall. You'll even learn how to build your own tools on top of GitHub technologies. Contents Learning GitHub by Christophe Porteneuve Learn how to set up and manage repositories for sharing and collaboration in GitHub. You'll begin this course by learning about the GitHub workflow, including how to create and manage branches and pull requests. From there, you'll learn about repository management, key terms, switching visibility, and collaborators and permission levels. Finally, you'll learn how to be social and collaborative, including how to watch repositories and follow people, choose licenses, and write a great README. You should be reasonably comfortable with Git for this course, but no experience with GitHub is necessary. Mastering GitHub by Christophe Porteneuve In this step of your Learning Path, you'll cover everything you need to know about advanced GitHub Pages, integrating GitHub with external services, using the GitHub API, and advanced account management. You'll see how to use GitHub.com faster with keyboard shortcuts, as well as how to make use of third-party services for advanced workflow automation. Next, you'll get practice writing custom integration servers and command-line tools using the GitHub API. And finally, you'll tackles advanced account management, with a focus on organization management, and the nitty-gritty of billing and payments. Download link: http://rapidgator.net/file/f831acc381c81e8ec98718c7ea2754b2/l0ulb.OReilly..Learning.Path.GitHub.part1.rar.html]l0ulb.OReilly..Learning.Path.GitHub.part1.rar.html http://rapidgator.net/file/4ef10429a8d3da9a42d4072a740e4638/l0ulb.OReilly..Learning.Path.GitHub.part2.rar.html]l0ulb.OReilly..Learning.Path.GitHub.part2.rar.html http://rapidgator.net/file/14a2fc12679f3e4c17fc358b79031804/l0ulb.OReilly..Learning.Path.GitHub.part3.rar.html]l0ulb.OReilly..Learning.Path.GitHub.part3.rar.html http://nitroflare.com/view/91D5D447CCF3411/l0ulb.OReilly..Learning.Path.GitHub.part1.rar]l0ulb.OReilly..Learning.Path.GitHub.part1.rar http://nitroflare.com/view/5E50F6BA7F874F8/l0ulb.OReilly..Learning.Path.GitHub.part2.rar]l0ulb.OReilly..Learning.Path.GitHub.part2.rar http://nitroflare.com/view/A4BB110973C8E6F/l0ulb.OReilly..Learning.Path.GitHub.part3.rar]l0ulb.OReilly..Learning.Path.GitHub.part3.rar http://uploaded.net/file/p28e9lbr/l0ulb.OReilly..Learning.Path.GitHub.part1.rar]l0ulb.OReilly..Learning.Path.GitHub.part1.rar http://uploaded.net/file/ectrgs5r/l0ulb.OReilly..Learning.Path.GitHub.part2.rar]l0ulb.OReilly..Learning.Path.GitHub.part2.rar http://uploaded.net/file/sstjz0ri/l0ulb.OReilly..Learning.Path.GitHub.part3.rar]l0ulb.OReilly..Learning.Path.GitHub.part3.rar https://www.bigfile.to/file/SkuyHRPKSBGw/l0ulb.OReilly..Learning.Path.GitHub.part1.rar]l0ulb.OReilly..Learning.Path.GitHub.part1.rar https://www.bigfile.to/file/CSPQE6usJJgA/l0ulb.OReilly..Learning.Path.GitHub.part2.rar]l0ulb.OReilly..Learning.Path.GitHub.part2.rar https://www.bigfile.to/file/arVtm9skCNCB/l0ulb.OReilly..Learning.Path.GitHub.part3.rar]l0ulb.OReilly..Learning.Path.GitHub.part3.rar Links are Interchangeable - No Password - Single Extraction
  21. Packt Learning Path: Real-World Web Design .MP4, AVC, 461 kbps, 1280x720 | English, AAC, 64 kbps, 2 Ch | 10+ hours | 2.47 GB Curator: Erol Staveley Brush up your front-end development skills with real-world examples The pressure to make every user experience unique and engaging is only going to rise as UX innovation raises the bar. Stay updated on the latest design tips and techniques and apply them to your own work straight away with this practical Learning Path. This path navigates across the following products (in sequential order): Responsive Web Design - From Concept to Complete Site (2h 04m) Responsive Web Design: Advancing your Design to the Modern Web (2h 31m) UX Design for Web Developers (3h 44m) Building a Responsive Website with Bootstrap (1h 56m) DOWNLOAD http://rapidgator.net/file/bd284b564890247b157e302a9c364c22/fvdt6.Packt.Learning.Path.RealWorld.Web.Design.rar.html https://bytewhale.com/2z9cwqo2axvi/fvdt6.Packt.Learning.Path.RealWorld.Web.Design.rar http://uploaded.net/file/kooqv1bw/fvdt6.Packt.Learning.Path.RealWorld.Web.Design.rar https://www.bigfile.to/file/jgBvgwjn9Sv8/fvdt6.Packt.Learning.Path.RealWorld.Web.Design.rar http://nitroflare.com/view/B09F7C2EBDC1A2E/fvdt6.Packt.Learning.Path.RealWorld.Web.Design.rar http://uploadgig.com/file/download/729e39Fad3d04764/fvdt6.Packt.Learning.Path.RealWorld.Web.Design.rar
  22. Enterprise Web Programming in Java - Video Learning Path .MP4, AVC, 1500 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 19.3 hours | 6.49 GB Genre: eLearning | Language: English Get practical experience in professional Java web programming for enterprises. Start by learning about web apps and databases using JavaServer Pages (JSP) and Plain Old Java Objects (POJOs). As you progress, you'll learn how to extend and improve upon a sample shopping cart web application. Finally, you'll spin up an Apache Tomcat web server and see how it all comes together Contents Beginning Java Web Development by Martin Kalin In this course, Java wizard Marty Kalin guides you through everything you need to know about Java web development. You'll start with web apps and databases using JSP and POJOs. From there, Marty will teach you about servlets, including the flow of control in servlets, code analysis, and concurrency issues in Java web apps. Finally, you'll learn about web app security, including wire-level security and user authentication and role authorization. Once you've finished this, you'll be ready to develop Java web apps on your own. Learning Apache Tomcat by Martin Kalin Sysadmins love the lightweight Apache Tomcat because it's a no-fuss web server with very reasonable defaults that are easy to customize. In this course, Java and Tomcat wizard Marty Kalin will show you everything you need to know to get Tomcat up and running. You'll install Tomcat, learn how to publish Java web apps to the server, look at troubleshooting methods, master techniques for mitigating security concerns, and finally explore advanced topics like remote monitoring, virtual hosting, and CGI. Download link: http://rapidgator.net/file/0f347b486ad4e673d5db684c24c8987a/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar.html http://rapidgator.net/file/e1e295263877ba8831d3ffb87158d7be/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar.html http://rapidgator.net/file/a952060510ca991590da0119e58ddce9/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar.html http://rapidgator.net/file/8f13fe3393855c63985f0ccfd8a36ad1/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar.html http://rapidgator.net/file/11d32f72c1be6726069798c6053a8e3b/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar.html http://rapidgator.net/file/ecca3278fef511a831c9915ca51b04e3/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar.html http://rapidgator.net/file/3cfc7e7367dc768631335f9d7932d54f/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar.html http://rapidgator.net/file/8837a447ed7bc39cba7c29b8a19ad1bb/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar.html http://rapidgator.net/file/cc8bfa966eb255923738dd8086f48721/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar.html http://rapidgator.net/file/1c161bec0ab4b0764c72c3e3f340fdf2/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar.html]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar.html http://nitroflare.com/view/2AAD115A247C858/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar http://nitroflare.com/view/22F0019EC937936/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar http://nitroflare.com/view/D7081D5D010CF6B/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar http://nitroflare.com/view/D6756EF9218EE6F/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar http://nitroflare.com/view/BDF98F1511CE4A3/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar http://nitroflare.com/view/C2473643C322544/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar http://nitroflare.com/view/5FC63F262A226DC/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar http://nitroflare.com/view/3C5D71F404F0792/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar http://nitroflare.com/view/B80F84963A2D6B9/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar http://nitroflare.com/view/65A095BB7BADEC4/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar http://uploaded.net/file/5hnw2q11/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar http://uploaded.net/file/5vzzkiht/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar http://uploaded.net/file/egikelm5/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar http://uploaded.net/file/ih02xdja/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar http://uploaded.net/file/cnhd8deq/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar http://uploaded.net/file/5bm9o1f2/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar http://uploaded.net/file/l8s46emp/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar http://uploaded.net/file/c4iimw9i/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar http://uploaded.net/file/h1s5lzmv/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar http://uploaded.net/file/pvql5uuu/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar https://www.bigfile.to/file/kRDUeE7zsj55/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part01.rar https://www.bigfile.to/file/2NvFfta2ARU3/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part02.rar https://www.bigfile.to/file/pfZqheV4S4sQ/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part03.rar https://www.bigfile.to/file/h8Md7eVCxPWa/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part04.rar https://www.bigfile.to/file/UEf5c4vgEApe/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part05.rar https://www.bigfile.to/file/VrM8fcGtnhpY/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part06.rar https://www.bigfile.to/file/fay4ex3UU3YD/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part07.rar https://www.bigfile.to/file/VdYKZtcHq3UU/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part08.rar https://www.bigfile.to/file/PYa24Gp3bHyx/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part09.rar https://www.bigfile.to/file/uQSf35eqMmjk/pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar]pvc0u.Enterprise.Web.Programming.in.Java..Video.Learning.Path.part10.rar Links are Interchangeable - No Password - Single Extraction
  23. Packt Learning Path: Next Level JavaScript .MP4, AVC, 461 kbps, 1280x720 | English, AAC, 64 kbps, 2 Ch | 14+ hours | 3.77 GB Curator: Erol Staveley Great JavaScript is more than just syntax or style guides. This Learning Path starts by leading you through advanced JavaScript concepts, swiftly moving on to showing you how you can use ES6 and functional programming right away in live projects and applications. This path navigates across the following products (in sequential order): Mastering JavaScript (4h 10m) JavaScript Design Patterns (3h 15m) Learning JavaScript Promises (2h 37m) Learning Functional JavaScript (2h) JavaScript High Performance (2h 40m) DOWNLOAD http://rapidgator.net/file/34c9bf0f5fb47d1d512ac2dd04901d58/5avgh.Packt.Learning.Path.Next.Level.JavaScript.rar.html https://bytewhale.com/enszuqaviyi2/5avgh.Packt.Learning.Path.Next.Level.JavaScript.rar http://uploaded.net/file/z7zkwrg3/5avgh.Packt.Learning.Path.Next.Level.JavaScript.rar https://www.bigfile.to/file/m9AbBMpPc7kd/5avgh.Packt.Learning.Path.Next.Level.JavaScript.rar http://nitroflare.com/view/2BB2066BA263B39/5avgh.Packt.Learning.Path.Next.Level.JavaScript.rar http://uploadgig.com/file/download/902bFf7B029fe0ad/5avgh.Packt.Learning.Path.Next.Level.JavaScript.rar
  24. Photoshop for Lunch - Create Text on a Path - Paths, Type, Pen tool MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 17M | 79 MB Genre: eLearning | Language: English Photoshop for Lunch is a series of short video courses you can study in bite size pieces such as at lunchtime. In this course you'll learn how to place text on a path in Photoshop. You will see how to make a path, how to cut a circular path in two and how to place text on the path exactly where you want it to appear. This is the example text we will be creating in the class: Download link: http://rapidgator.net/file/ddabfa89a58efca095177d0e235798b3/9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar.html]9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar.html http://nitroflare.com/view/16BB59F5CA50231/9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar]9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar http://uploaded.net/file/wj1l5l3o/9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar]9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar https://www.bigfile.to/file/nz84QdfBxP9E/9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar]9q037.Photoshop.for.Lunch..Create.Text.on.a.Path..Paths.Type.Pen.tool.rar Links are Interchangeable - No Password - Single Extraction
  25. Artist: Broken Walls Title: The Path Year Of Release: 2016 Label: Broken Walls Genre: Folk Rock, Americana Quality: 320/Flac Total Time: 40:25 Total Size: 111/291 Mb Tracklist: 1. Circle of the Creator 2. Now Is the Time 3. Why We Dance 4. The Path 5. Northern Lights 6. Creator's Song 7. Ride the Wind 8. These Ways 9. Another Man's Son 10. Sacred Fire This long anti[beeep]ted album has taken 8 years to complete and includes a remix of our popular song "Ride the Wind" along with all new titles performed with our classic Broken Walls Native American Sound. http://rapidgator.net/file/69a8eab0833c7188c6c19c4bca1bf886/bwtp.rar.html http://rapidgator.net/file/8ce448d213da8aa582f7912995d68ce0/bwandtp.rar.html http://ssh.tf/1jvCXrZtO/bwtp.rar http://ssh.tf/ouaf2eZtO/bwandtp.rar https://bytewhale.com/mn8vl9webdmx/bwtp.rar https://bytewhale.com/fucf8qsr1uo0/bwandtp.rar
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Korzystając z tej witryny, wyrażasz zgodę na nasze Warunki użytkowania.