LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Lynda – C++ Game Programming 2

23/01/2018 Learning for Life Leave a Comment

Lynda – C++ Game Programming 2
English | Size: 469.9MB
Category: Tutorial


Get a fun introduction to the world of game programming with C++. This course, part two in a series, teaches the next-level basics of game development with C++ and the Simple and Fast Multimedia Library (SFML). Follow along and learn how to build a fully playable sample game: an addictive split-screen puzzle based on the hit indie game Thomas Was Alone. Instructor John Horton stretches your C++ knowledge with topics such as split-screen functionality, immersive directional sound (spatialization), custom levels, collision detection, particle-driven effects, and realistic texturing with OpenGL programmable shaders. Learn how to build abstract playable character classes, code polymorphic functions for collision detection, and create sound manager and HUD classes. While building the game, you also learn how to make better use of advanced object-oriented programming concepts such as inheritance and polymorphism. All the software used in the course, including Visual Studio, is free, but you can follow along with the development tools of your choice.
[Read more…]

C/C++/C# Game, Lynda - C++, Programming

C Sharp Programming From Problem Analysis to Program Design-3rd Ed

20/01/2018 Learning for Life Leave a Comment

C Sharp Programming From Problem Analysis to Program Design-3rd Ed
English | Size: 55.60 MB
Category: e-books


PREFACE xix
1.Introduction to Computing and Programming 1
2.Data Types and Expressions 65
3.Methods and Behaviors 123
4.Creating Your Own Classes 181
5.Making Decisions 233
6.Repeating Instructions 293
7.Arrays 357
8.Advanced Collections 411
9.Introduction to Windows Programming 461
10. Programming Based on Events 539
11. Advanced Object-Oriented Programming Features 643 [Read more…]

C/C++/C# Analysis, C Sharp, Design, Problem, Programming

Packt Publishing – Iterators in Functional Programming with Python.

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Iterators in Functional Programming with Python
English | Size: 800.02 MB
Category: CBTs


This is a hands-on course where each video starts with a useful introduction, followed by short, practical examples; some topics contain more elaborate examples to demonstrate how all the concepts learned so far can be applied in a realistic project.

Functional programming is a style of programming that is characterized by short functions and little reliance on variables. You will learn what functional programming is, and how you can apply functional programming in Python. [Read more…]

Programming Functional, Iterators, Packt Publishing, Programming, Python

Packt Publishing – Functional Programming in C – Part 3

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Functional Programming in C – Part 3
English | Size: 434.09 MB
Category: Tutorial


This course takes a pragmatic approach and shows you techniques to write better functional constructs in C#. We’ll also show you how these concepts can be applied in business scenarios.

Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details. This video will build on from part 1 and will help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#. You will be introduced to concepts such as lazy evaluation and eager evaluation and will learn about its usage and benefits. From here, you will learn about Monads-the computational builder in Functional Programming and its usage. Going forward, you will learn to build a fully functional app by implementing the concepts learned in both the courses. By the end of the video, you will be able to write code using the best approach and will be able to perform unit testing in functional programming – changing how you write your applications and revolutionizing your projects. [Read more…]

C/C++/C# Functional, Packt Publishing, Part 3, Programming

Packt Publishing – Functional Programming in C – Part 2

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Functional Programming in C – Part 2
English | Size: 242.61 MB
Category: CBTs


This course takes a pragmatic approach and shows you techniques to write better functional constructs in C#. We’ll also show you how these concepts can be applied in business scenarios.

Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.This video will build on from part 1 and will help you develop a deep understanding of the concepts and practices of LINQ in C#. Going forward you will learn about asynchronous programming related to functional programming and will learn to use Async and Await in C#.
[Read more…]

C/C++/C# Functional, Packt Publishing, Part 2, Programming

Packt Publishing – Functional Programming in C – Part 1

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Functional Programming in C – Part 1
English | Size: 473.66 MB
Category: CBTs


This course takes a pragmatic approach and shows you techniques to write better functional constructs in C#. We’ll also show you how these concepts can be applied in business scenarios.

Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.This video bridges the language gap for C# developers by showing you how to create and consume functional constructs in C#. We also bridge the domain gap by showing how functional constructs can be applied in business scenarios. We’ll take you through lambda expressions and extension methods, and help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#.By the end of the video, you will be able to write code using the best approach and will be able to perform unit testing in functional programming, changing how you write your applications and revolutionizing your projects. [Read more…]

C/C++/C# Functional, Packt Publishing, Part 1, Programming

Advanced C Programming

23/12/2017 Learning for Life Leave a Comment

Advanced C Programming
English | Size: 184.85 MB
Category: CBTs


Once you’ve mastered the basics of programming in C, you can concentrate on writing more efficient, more functional code. In this course, Dan Gookin offers some tips to help you extend your C programming skills. Learn how to read and write main function arguments, build more useful variables, and work with arrays and structures. Plus, get tips on generating pointers, and take the practice challenges to test your learning along the way. [Read more…]

C/C++/C# Advanced, Programming

Packt Publishing – Learning Object Oriented Programming with C Hash 7

14/12/2017 Learning for Life Leave a Comment

Packt Publishing – Learning Object Oriented Programming with C_Hash_7
English | Size: 566.54 MB
Category: Tutorial


In a step-by-step manner, this video aims at teaching Object Oriented Programming in C#, in an engaging and interactive way and will cover the new features of C#7.
You will go through building an application using C# which allows you to incrementally demonstrate the different ways to build efficient, modular, object-oriented applications.
[Read more…]

C/C++/C# Learning, Object, Oriented, Packt Publishing, Programming

Packt Publishing – Comprehensive Ruby Programming

13/12/2017 Learning for Life Leave a Comment

Packt Publishing – Comprehensive Ruby Programming
English | Size: 5.71 GB
Category: CBTs


This is a comprehensive course for learning the Ruby programming language that works methodically through everything that you need to know. It begins with the basics of the language and then works through some complete projects to apply your skills and ensure that you have fully absorbed them and can use them in the real world. [Read more…]

Programming Comprehensive, Packt Publishing, Programming, Ruby

Forward – Object Oriented Programming with JavaScript

08/12/2017 Learning for Life Leave a Comment

Forward – Object Oriented Programming with JavaScript
English | Size: 566.67 MB
Category: CBTs


Unlike quite a few other languages, JavaScript does not have any built in support for Object Oriented Programming, so in this workshop we’ll see how to use functions and objects to mimic the behavior of a traditional object oriented language. We’ll start with an overview of the keyword this, call,apply and bind, and then focus on the new keyword which is the foundation for writing object oriented JavaScript. We’ll see a few inheritance patterns and their drawbacks and discuss composition as well. There will be a few exercises to practice on and we’ll even re-implement some of the built in functionality to JavaScript! [Read more…]

.Net & Java Forward, JavaScript, Object, Oriented, Programming

  • « Previous Page
  • 1
  • …
  • 106
  • 107
  • 108
  • 109
  • 110
  • …
  • 122
  • Next Page »
  • Udemy – Total Python You Can Master Python Programming in 16 Days
  • Coursera – Packt: Agile Product Owner Level 2 – Certification And Mock Exams 2024
  • B.V. Larson – Rebel World Undying Mercenaries, Book 22
  • Patreon – Anastasiia Reznichenko Collection
  • PBS – Nazi Ratlines in Franco’s Madrid (2024)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in