-
Notifications
You must be signed in to change notification settings - Fork 2
/
elearning_videos_titles.txt
4923 lines (3168 loc) · 310 KB
/
elearning_videos_titles.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2017/1/9 [START]
0 <--> Udemy - Projects in Android [repost]
Udemy - Projects in Android
MP4 | AVC 552kbps | English | 1280x720 | 30fps | 11 hours | AAC stereo 65kbps | 2.29 GB
Genre: Video Training
5 <--> TCP/IP Socket Programming in C# .Net For Coders & Students [repost]
TCP/IP Socket Programming in C# .Net For Coders & Students
Duration: 1.5h | Video: AVC (.MP4) 1280x720 30fps | Audio: AAC 44.1KHz 2ch | 146MB
Genre: eLearning | Language: English
Learn network programming quickly, go from novice to expert in little over one hour
What are the requirements?
C# .Net programming language, basic skills
Visual Studio 2010 or above will be needed to write code shown in this course
A PC which is connected to a network, be it your home WiFi
What am I going to get from this course?
Over 25 lectures and 1.5 hours of content!
Create enterprise grade TCP/IP socket communication software
Develop a sound understanding of how networking applications communicate
What is the target audience?
Take this course if you have tiniest C# or Java programming experience
Network communications is a very interesting topic, if you're looking to study something off-beat go for this course
Don't take this course if you have never written code
15 <--> Pluralsight - The Python Developer's Toolkit [repost]
Pluralsight - The Python Developer's Toolkit
MP4 | AVC 459kbps | English | 1024x768 | 15fps | 2h 19mins | AAC stereo 128kbps | 419 MB
Genre: Video Training
Becoming a professional Python developer means knowing more than just the language. Once you make the transition from simple scripts to larger projects, it becomes important to know the tools of the trade and how to use them. This course introduces you to a set of standard tools. We'll see how to install and manage your project's dependencies and how to set up your development environment. Then we'll go into code quality, debugging and documentation. Finally, we'll see how to package and distribute the final product.
Table of contents:
Introduction3m 46s
Managing Python Packages22m 37s
Isolated Development Environments With Virtualenv21m 35s
Checking Your Code Quality With Pylint18m 55s
The Python Debugger19m 59s
Documenting Your Code With Sphinx30m 56s
Packaging and Distributing Your Project21m 43s
79 <--> Deep Learning with TensorFlow
Deep Learning with TensorFlow
HDRips | MP4/AVC, ~536 kb/s | 1280x720 | Duration: 02:00:28 | English: AAC, 128 kb/s (2 ch) | 543 MB
Genre: Development / Programming
Channel the power of deep learning with Google's TensorFlow!
Explore various possibilities with deep learning and gain amazing insights from data using Google’s brainchild—TensorFlow
Want to learn what more can be done with deep learning? Explore various neural networks with the help of this comprehensive guide!
Rich in concepts, this is an advanced guide on deep learning that will give you the background to innovate in your environment
Deep learning is the intersection of statistics, artificial intelligence, and data to build accurate models and TensorFlow is one of the newest and most comprehensive libraries for implementing deep learning. With deep learning going mainstream, making sense of data and getting accurate results using deep networks is possible. This course is your guide to exploring the possibilities with deep learning; it will enable you to understand data like never before. With the efficiency and simplicity of TensorFlow, you will be able to process your data and gain insights that will change how you look at data.
With this video course, you will dig your teeth deeper into the hidden layers of abstraction using raw data. This course will offer you various complex algorithms for deep learning and various examples that use these deep neural networks. You will also learn how to train your machine to craft new features to make sense of deeper layers of data. During the video course, you will come across topics such as logistic regression, convolutional neural networks, recurrent neural networks, training deep networks, high level interfaces, and more.
With the help of novel practical examples, you will become an ace at advanced multilayer networks, image recognition, and beyond.
97 <--> An introduction to algorithms in Python
An introduction to algorithms in Python
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 43M | 728 MB
Genre: eLearning | Language: English
This introduction to algorithms course is a comprehensive kick-start into the beautiful world of computer science. This course will prepare you for a great job in a technical field and is an essential stepping stone for delving deeper into data-structures and algorithms, and programming in general.
In this course we will take a look at what computational complexity is, and the importance thereof, followed by 4 of the basic sorting algorithms (bubble sort, insertion sort, merge sort and quick sort) by visualisation and demonstration in Python.
All the course content is simple to understand and relevant to real world application.
156 <--> Building Sentiment Analysis Systems in Python
Building Sentiment Analysis Systems in Python
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2.5 Hours | 237 MB
Genre: eLearning | Language: English
Sentiment Analysis has become increasingly important as more opinions are expressed online, in unstructured form. This course covers rule-based and ML-based approaches to extracting sentiment from opinions, including VADER, Sentiwordnet, and more.
Online opinions are becoming ubiquitous - more people are expressing their views online than ever before. As a result, extracting sentiment information from these opinions is becoming very important. In this course, Building Sentiment Analysis Systems in Python, you will learn the fundamentals of building a system to do so in Python. First, you will learn the differences between ML- and rule-based approaches, and how to use VADER, Sentiwordnet, and Naive Bayes classifiers. Next, you will build three sentiment analyzers, and use them to classify a corpus of movie reviews made available by Cornell. Finally, you will gain a conceptual understanding of Support Vector Machines, and why Naive Bayes is usually a better choice. When you're finished with this course, you will have a clear understanding of how to extract sentiment from a body of opinions, and of the design choices and trade-offs involved.
233 <--> Python NumPy
Python NumPy
HDRips | MP4/AVC, ~828 kb/s | 1280x720 | Duration: 01:05:16 | English: AAC, 128 kb/s (2 ch) | 362 MB
Genre: Development / Programming
At the end of this course, you will have a thorough understanding of Numpy' s features and when to use them. Numpy is mainly used in matrix computing. We'll do a number of examples specific to matrix computing, which will allow you to see the various scenarios in which Numpy is helpful. There are a few computational computing libraries available for Python. It's important to know when to choose one over the other. Through rigorous exercises, you'll experience where Numpy is powerful and develop and understanding of the scenarios in which Numpy is most useful. You'll also know how to install Numpy.
236 <--> Deep Dive into Python Machine Learning (2016)
Deep Dive into Python Machine Learning (2016)
MP4 | AVC 116kbps | English | 1280x720 | 25fps | 1h 45mins | AAC stereo 141kbps | 2.64 GB
Genre: Video Training
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python. The aim of deep learning is to develop deep neural networks by increasing and improving the number of training layers for each network, so that a machine learns more about the data until it’s as accurate as possible. Developers can avail the techniques provided by deep learning to accomplish complex machine learning tasks, and train AI networks to develop deep levels of perceptual recognition.
Deep learning is the next step to machine learning with a more advanced implementation. Currently, it’s not established as an industry standard, but is heading in that direction and brings a strong promise of being a game changer when dealing with raw unstructured data. Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language processing. Developers can avail the benefits of building AI programs that, instead of using hand coded rules, learn from examples how to solve complicated tasks. With deep learning being used by many data scientists, deeper neural networks are evaluated for accurate results.
This course takes you from basic calculus knowledge to understanding backpropagation and its application for training in neural networks for deep learning and understand automatic differentiation. Through the course, we will cover thorough training in convolutional, recurrent neural networks and build up the theory that focuses on supervised learning and integrate into your product offerings such as search, image recognition, and object processing. Also, we will examine the performance of the sentimental analysis model and will conclude with the introduction of Tensorflow.
By the end of this course, you can start working with deep learning right away. This course will make you confident about its implementation in your current work as well as further research.
Style and Approach
An easy-to-follow and structured video tutorial with practical examples and coding with IPython notebooks to help you get to grips with each and every aspect of deep learning.
261 <--> Beginning C++ Game Programming - Part 1
Beginning C++ Game Programming - Part 1
HDRips | MP4/AVC, ~461 kb/s | 1280x720 | Duration: 06:06:13 | English: AAC, 128 kb/s (2 ch) | 1,3 GB
Genre: Development / Programming
Learn C++ from scratch and get started building your very own games.
This course offers a fun way to learn modern C++ programming while building exciting 2D games
A beginner-friendly guide offering a fast-paced but engaging approach to game development
Immerse yourself in building a wide variety of desktop games that gradually increase in complexity
This video course is all about offering you a fun introduction to the world of game programming, C++, and the OpenGL-powered SFML using three fun, fully-playable games. These games are an addictive frantic two-button tapper, a multi-level zombie survival shooter, and a split-screen multiplayer puzzle-platformer.
We will start with the very basics of programming, such as variables, loops, and conditions, and you will become more skillful with each game as you move through the key C++ topics, such as OOP (Object-Orientated Programming), C++ pointers, and an introduction to the Standard Template Library. While building these games, you will also learn exciting game programming concepts such as particle effects, directional sound (spatialization), OpenGL programmable Shaders, spawning thousands of objects, and more.
265 <--> Python Parallel Programming Solutions
Python Parallel Programming Solutions
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 4 Hours | 2.12 GB
Genre: eLearning | Language: English
This course will teach you parallel programming techniques using examples in Python and help you explore the many ways in which you can write code that allows more than one process to happen at once.
Starting with introducing you to the world of parallel computing, we move on to cover the fundamentals in Python. This is followed by exploring the thread-based parallelism model using the Python threading module by synchronizing threads and using locks, mutex, semaphores queues, GIL, and the thread pool. Next you will be taught about process-based parallelism, where you will synchronize processes using message passing and will learn about the performance of MPI Python Modules.
Moving on, you’ll get to grips with the asynchronous parallel programming model using the Python asyncio module, and will see how to handle exceptions. You will discover distributed computing with Python, and learn how to install a broker, use Celery Python Module, and create a worker. You will understand anche Pycsp, the Scoop framework, and disk modules in Python. Further on, you will get hands-on in GPU programming with Python using the PyCUDA module and will evaluate performance limitations.
371 <--> Advanced Data Analysis with Haskell
http://nitroflare.com/view/430740DE494CE51/Adv.D.An.w.Ha.part1.rar
http://nitroflare.com/view/5618118DAB05F39/Adv.D.An.w.Ha.part2.rar
http://nitroflare.com/view/59B2345ED455C7C/Adv.D.An.w.Ha.part3.rar
Advanced Data Analysis with Haskell
HDRips | MP4/AVC, ~211 kb/s | 1280x720 | Duration: 04:04:39 | English: AAC, 128 kb/s (2 ch) | 643 MB
Genre: Development / Programming
Learn advanced data analysis techniques to gain insights into real-world data sets using Haskell.
-Visualize and harvest information from data
-Understand Regression analysis, perform multivariate regression, and untangle different varieties of clusters
-Explore the power of non-strict semantics, strong static typing, and control constructs and make data analysis simpler
Every business and organization that collects data is capable of tapping into its own data to gain insights on how to improve. Haskell is a purely functional and lazy programming language that is well suited to handling large data analysis problems. This video picks up where Beginning Haskell Data Analysis takes off. This video series will take you through the more difficult problems of data analysis in a conversational style.
You will be guided on how to find correlations in data, as well as multiple dependent variables. You will be given a theoretical overview of the types of regression and we’ll show you how to install the LAPACK and HMatrix libraries. By the end of the first part, you’ll be familiar with the application of N-grams and TF-IDF.
Once you’ve learned how to analyze data, the next step is organizing that data with the help of machine learning algorithms. You will be briefed on the mathematics and statistical theorems such as Baye’s law and its application, as well as eigenvalues and eigenvectors using HMatrix.
By the end of this course, you’ll have an understanding of data analysis, different ways to analyze data, and the various clustering algorithms available. You’ll also understand Haskell and will be ready to write code with it.
384 <--> Python Machine Learning Projects
http://nitroflare.com/view/E7684BA4739C476/Python_Machine_Learning_Projects.part1.rar
http://nitroflare.com/view/016686409213760/Python_Machine_Learning_Projects.part2.rar
http://nitroflare.com/view/78B6C70F7BC3584/Python_Machine_Learning_Projects.part3.rar
http://nitroflare.com/view/33C8D4C8FC5363B/Python_Machine_Learning_Projects.part4.rar
http://nitroflare.com/view/6FEBF68664A273E/Python_Machine_Learning_Projects.part5.rar
Python Machine Learning Projects
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 3 Hours | 599 MB
Genre: eLearning | Language: English
Machine learning gives you unimaginably powerful insights into data. Today, implementations of machine learning have been adopted throughout Industry and its concepts are numerous. This video is a unique blend of projects that teach you what Machine Learning is all about and how you can implement machine learning concepts in practice. Six different independent projects will help you master machine learning in Python. The video will cover concepts such as classification, regression, clustering, and more, all the while working with different kinds of databases. By the end of the course, you will have learned to apply various machine learning algorithms and will have mastered Python's packages and libraries to facilitate computation. You will be able to implement your own machine learning models after taking this course.
2017/1/9 [END]
12/27/2016 [START]
0 <--> Nathan Chan - Instagram Domination 3.0 (2016)
Nathan Chan - Instagram Domination 3.0
WEBRip | English | MP4 + PDF Guides | 1280 x 720 | AVC ~467 kbps | 23.976 fps
AAC | 128 Kbps | 44.1 KHz | 2 channels | 11:42:00 | 2.93 GB
16 <--> GIMP for Beginners Complete Project Based Training Series
http://nitroflare.com/view/421F3A013134383/GIMP_for_Beginners_Complete_Project_Based_Training_Series.part1.rar
http://nitroflare.com/view/71AF0FC88F9DEBA/GIMP_for_Beginners_Complete_Project_Based_Training_Series.part2.rar
http://nitroflare.com/view/2AC1C7097B31DD6/GIMP_for_Beginners_Complete_Project_Based_Training_Series.part3.rar
http://nitroflare.com/view/8D9125357F73BC6/GIMP_for_Beginners_Complete_Project_Based_Training_Series.part4.rar
http://nitroflare.com/view/7500ACBF99A8981/GIMP_for_Beginners_Complete_Project_Based_Training_Series.part5.rar
http://nitroflare.com/view/BBD5DAD8AAE4C15/GIMP_for_Beginners_Complete_Project_Based_Training_Series.part6.rar
GIMP for Beginners Complete Project Based Training Series
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 7 Hours | Lec: 115 | 1.19 GB
Genre: eLearning | Language: English
Learn to use the GNU Image Manipulation Program (GIMP) from this complete project based video training series
Well then, why isn't everyone using it?
Even with access to GNU tutorials and Youtube videos the GIMP is still a hard program to learn.
Until now…
Welcome to the most comprehensive single GIMP course available on Udemy:
GIMP for Beginners: Complete Project Based Training Series
In this course, which is close to 7 hours in length, I'll take you all the way from installing the GIMP and configuring it to run on Windows to producing banners, book covers and memes that you'll display using Facebook and other social media, Wordpress and HTML. I'll even show you photo touch up. In fact, I'll show you everything I know in the natural order in which you should learn it.
So, what makes this GIMP course special?
I'll tell you what…
This course is composed of 13 sections, each addressing a different topic and each averaging 30 minutes in length.
Each section presents one or more small projects that should be completed to demonstrate your proficiency with the material just covered before moving on.
And these aren't bogus projects either. They actually produce usable results.
I ask you, can you afford just 30 minutes a day for under 2 weeks to learn the fundamentals of the most powerful free graphics program in the world? (Sorry, I got carried away – I don't actually know if that's true ;-).
If you do, then enroll in this course and let's get started.
If not…
Watch me create an incredible looking 3D pool table and balls then take the reins and do it yourself.
Produce professional looking book covers with ease.
Distribute memes and other social media graphics on Facebook and 7 other social media sites.
Learn to use HTML from within Wordpress to produce graphics effects attainable only through HTML and CSS.
Learn photo touch up using the GIMP.
All this knowledge and much more is at your finger tips.
And the course is still growing. Soon I hope to add a new section entitled:
Digital Drawing and Painting with a Wacom Tablet
So, what do you say?
This course was originally released as a series of 13 short classes on another online video learning platform. There is some redundancy in the course which should be skipped during viewing.
This course was guided by the contents of my previous 4 Udemy GIMP courses. Both learning routes remain viable but I personally prefer this newer, segmented and project focused approach to learning the GIMP.
Installing and configuring the GIMP on Windows is the only Windows specific lecture, all the rest should apply to all platforms (thoughI do demonstrate using the GIMP on Windows 10).
P.S. Don't forget that Udemy provides a 100% money back guaranty if you return a course within 30 days.
Now, here's what I'd recommend…
You can preview all the lectures in the first and second sections for free. Watch the first and second sections and if you like it enroll in the course. If you don't like it then thank you for you time and I wish you the best.
26 <--> Data Science and Machine Learning with Python - Hands On
http://nitroflare.com/view/1F0E782B643AD9B/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part01.rar
http://nitroflare.com/view/6529DABFB5ABDDA/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part02.rar
http://nitroflare.com/view/AF12F89FE33624B/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part03.rar
http://nitroflare.com/view/4F66C84FB901946/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part04.rar
http://nitroflare.com/view/A7F2B04DEBF4178/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part05.rar
http://nitroflare.com/view/D9DB315A2EAC913/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part06.rar
http://nitroflare.com/view/A69061AF48B89BA/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part07.rar
http://nitroflare.com/view/BE67B60F29F1F31/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part08.rar
http://nitroflare.com/view/40256CF2B80A388/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part09.rar
http://nitroflare.com/view/539C9C14FB73139/Data_Science_and_Machine_Learning_with_Python_-_Hands_On.part10.rar
Data Science and Machine Learning with Python - Hands On
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 8 Hours 50M | 8.97 GB
Genre: eLearning | Language: English
The job of a data scientist is one of the most lucrative jobs out there today – it involves analyzing large amounts of data, and gathering actionable business insights from it using a variety of tools. This course will help you take your first steps in the world of data science, and empower you to conduct data analysis and perform efficient machine learning using Python. Gain value from your data using the various data mining and data analysis techniques in Python, and develop efficient predictive models to predict future results. You will also learn how to perform large-scale machine learning on Big Data using Apache Spark. You don’t have to be an expert coder in Python to get the most out of this course – just a basic programming knowledge of Python is sufficient.
28 <--> What no one tells you about Pointer, String, Structure-Union
http://nitroflare.com/view/74511F1484EDEE5/What_no_one_tells_you_about_Pointer%2C_String%2C_Structure-Union.part1.rar
http://nitroflare.com/view/E7729973E2B008A/What_no_one_tells_you_about_Pointer%2C_String%2C_Structure-Union.part2.rar
http://nitroflare.com/view/89C72E4495501C9/What_no_one_tells_you_about_Pointer%2C_String%2C_Structure-Union.part3.rar
What no one tells you about Pointer, String, Structure-Union
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | Lec: 19 | 238 MB
Genre: eLearning | Language: English
C language: Learn the intermediate C programming with topics like Pointers, Strings, Structures and Unions.
Hello, friends! Welcome to the course of intermediate training of C language. As we know, C is the primary language to start a career in programming. Through this course, you can learn each and every aspect of programming. This course will cover the intermediate topic in C, so you must know the basics of C language to start with the course.
Please have a look at the curriculum below to know what topics are covered in this training. Major topics like pointers, strings, structures and unions are discussed in this course.
As already stated, basics of the language are not covered so you must know how to write a basic program in C language and rest of the things I will teach you in the course.
All the topics are covered in its depth, and I tried my best to explain everything clearly using simple English words. So, if English is not your native language then still you can learn easily.
48 <--> Unreal Engine 4.x Projects
http://nitroflare.com/view/72DA3CE2430BA1A/Unr.En.4x.Pr.part1.rar
http://nitroflare.com/view/3349B04D3C86FAC/Unr.En.4x.Pr.part2.rar
http://nitroflare.com/view/39A5CC1AC03626D/Unr.En.4x.Pr.part3.rar
http://nitroflare.com/view/823D5AA1D6CCF57/Unr.En.4x.Pr.part4.rar
Unreal Engine 4.x Projects
HDRips | MP4/AVC, ~461 kb/s | 1280x720 | Duration: 08:52:50 | English: AAC, 128 kb/s (2 ch) | 2.25 GB
Genre: Development / Programming
Explore the world of professional game development with Unreal Engine 4 in this project-based video.
Create Two games with increasing difficulty level on your own
Dive into Unreal Engine 4’s impressive and ever-evolving toolset
Become a pro game developer by creating pro-level games from scratch
If you want to do more with Unreal Engine 4 and dive deep into the amazing capabilities that it has to offer, then this video is the right choice for you. In this video, you will learn how to create 2 different Unreal Engine 4 games.
The design complexity of each game increases gradually to give you a complete overview of Unreal Engine 4 and its amazing features. You will learn to implement advanced shading techniques, create stunning graphics, leverage the rendering power of Unreal Engine to get the best out of it.
The experience of creating a variety of games from scratch will help you get a clear grip on Unreal Engine 4 and enable you to become a pro game developer with Unreal Engine 4.
53 <--> German grammar - the future tenses
http://nitroflare.com/view/F11058CF55C88D2/German_grammar_-_the_future_tenses.part1.rar
http://nitroflare.com/view/8BCAE11D766F6D4/German_grammar_-_the_future_tenses.part2.rar
German grammar - the future tenses
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hours | Lec: 18 | 121 MB
Genre: eLearning | Language: English
Learn how to use the German future tense and find other ways of talking about the future in German
This course has been updated in November 2016.
Are you a German learner and not sure how to use the future tense in German?
Do you get the future tense mixed up with the past tense? Do you wish you had several ways to talk about future intentions?
Then this course is going to help you!
In this course we will only look at ways for talking about the future and we'll cover:
the present tense with time phrases
the 'proper' future tense
some modal verbs
verbs governing the infinitive
the conditional
and finally the future perfect.
If you are a beginner then this course isn't for you yet. This course assumes that you already have a sound knowledge of the present tense, so make sure you know how to conjugate verbs in the present tense before buying this course.
If you are an advanced student, you probably know everything in this course but it might be a welcome refresher.
If you are an intermediate student, then you might not have learned the future tense yet or you might have just started, in which case this course is perfect for you!
It doesn't matter how quickly you complete the course - it isn't a race - the important bit is that you can use the future tense!
At the end of the course you will have some good understanding of the German future tense which will make life a lot easier when you want to be able to tell people in German about your future plans..
114 <--> Learning Haskell Programming
http://nitroflare.com/view/3A50F12211718C6/Learning_Haskell_Programming.part1.rar
http://nitroflare.com/view/CE423ECA09BDC5F/Learning_Haskell_Programming.part2.rar
http://nitroflare.com/view/3959A82134C3407/Learning_Haskell_Programming.part3.rar
http://nitroflare.com/view/664353BDDDC2DBA/Learning_Haskell_Programming.part4.rar
http://nitroflare.com/view/B2A29C086C7CFCC/Learning_Haskell_Programming.part5.rar
http://nitroflare.com/view/8D6369BDABBAC31/Learning_Haskell_Programming.part6.rar
Learning Haskell Programming
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 4 Hours 10M | 1.16 GB
Genre: eLearning | Language: English
Haskell is a powerful and well-designed functional programming language designed to work with complex data. Its emphasis on "purity" makes it easier to create rock-solid applications which stay maintainable and error-free even as they grow in scale.
This video would begin with the fundamentals and building blocks of Haskell programming language with special emphasis on functional programming. It will be covering how Haskell variables, syntax work alongwith Haskell datatypes and functions.
You will learn how to solve programming problems while creating an application with hands-on experience. You will then move on to learning writing expressions and high-order functions.
At the end of the video, you will be able to build a complete application with Haskell alongwith learning the important functionalities.
123 <--> Introduction to Linear Algebra with Sports Examples
http://nitroflare.com/view/8B3E5A1222749A1/Introduction_to_Linear_Algebra_with_Sports_Examples.part1.rar
http://nitroflare.com/view/6872DB17EC5FF52/Introduction_to_Linear_Algebra_with_Sports_Examples.part2.rar
http://nitroflare.com/view/F7C77DCFC33555A/Introduction_to_Linear_Algebra_with_Sports_Examples.part3.rar
Introduction to Linear Algebra with Sports Examples
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | Lec: 17 | 217 MB
Genre: eLearning | Language: English
Learn the basics of Linear Algebra while seeing how it can be applied to data from sports
Frustrated with mathematics and how it is taught? Wondering why you would ever need to learn it and the use of it? If so, you've come to the right course. This course is aimed for those who need to learn linear algebra but haven't seen why it is useful, total beginners to linear algebra, working professionals who need a refresher on the basics of linear algebra, or those who just want to see how it can be applied to sports.
125 <--> German grammar - the past tenses
http://nitroflare.com/view/C740BCDB48B43BC/German_grammar_-_the_past_tenses.part1.rar
http://nitroflare.com/view/29764343B36061F/German_grammar_-_the_past_tenses.part2.rar
German grammar - the past tenses
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1.5 Hours | Lec: 30 | 174 MB
Genre: eLearning | Language: English
Learn how to conjugate the German perfect, imperfect & pluperfect tenses, and when to use them.
This course has been updated in November 2016.
Are you a German learner and struggling to conjugate German verbs in the past tense?
Do you keep on forgetting how the verbs change from the present tense to the past tense? Do you often wonder if it's a regular or irregular verb or if you need to use HABEN or SEIN?
Is this really annoying you?
Then this course is going to help you!
In this course we will only look at German verbs in the past tense and we'll cover the following:
the perfect tense with haben
the perfect tense with sein
regular verbs
irregular verbs
separable verbs
inseparable verbs
the imperfect tense
the pluperfect tense
This course is not necessarily designed for you to work your way through.
If you are a beginner then this course isn't for you yet. This course assumes that you already have a sound knowledge of the present tense, so make sure you know how to conjugate verbs in the present tense before buying this course.
If you are an advanced student, you probably know everything in this course but it might be a welcome refresher.
If you are an intermediate student, then either watch all the videos to revise what you have already learned, or pick those chapter that you are struggling with.
It doesn't matter how quickly you complete the course - it isn't a race - the important bit is that you can conjugate verbs in the past tense!
At the end of the course you will have a better understanding of German verbs in the past tense which will make life a lot easier when you want to be able to tell people in German about things you have done.
158 <--> Forecasting/Time Series Using R
http://nitroflare.com/view/4CE81D9629BB426/ForecastingTime_Series_Using_R.part1.rar
http://nitroflare.com/view/CCA516D02D9C730/ForecastingTime_Series_Using_R.part2.rar
http://nitroflare.com/view/54A124AEA9F0787/ForecastingTime_Series_Using_R.part3.rar
http://nitroflare.com/view/A0209BEC9BC3A53/ForecastingTime_Series_Using_R.part4.rar
Forecasting/Time Series Using R
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | Lec: 9 | 314 MB
Genre: eLearning | Language: English
Learn about Forecasting / Time Series using R using various techniques which aptly suits basic to advanced forecasting
Learn about forecasting/time series starting right from the basics of forecasting until the advanced forecasting methodologies. Learn about the process steps involving defining goal, collecting data, exploring data series, forecasting using various techniques by splitting the data into training & validation data sets, evaluating the model and finally deploying the model. Also learn about the following steps in details:
Learn about what & why do we need forecasting & who does forecasting
Learn about the 8 steps of forecasting strategy which will help successful project implementation
Learn about the 6 measures of errors which will help in deciding on the best forecasting technique
Learn about Autoregressive, Exponential smoothing, Moving average, ARMA, ARIMA and various other techniques in forecasting
189 <--> SQL Made Simple SQL Server Queries for Non-Programmers
http://nitroflare.com/view/DF500D27299399D/SQL_Made_Simple_SQL_Server_Queries_for_Non-Programmers.part1.rar
http://nitroflare.com/view/AFDEA370DB3CC3A/SQL_Made_Simple_SQL_Server_Queries_for_Non-Programmers.part2.rar
http://nitroflare.com/view/66CAF6739227552/SQL_Made_Simple_SQL_Server_Queries_for_Non-Programmers.part3.rar
http://nitroflare.com/view/EF54DACBD7C69AF/SQL_Made_Simple_SQL_Server_Queries_for_Non-Programmers.part4.rar
SQL Made Simple SQL Server Queries for Non-Programmers
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 3.5 Hours | Lec: 119 | 361 MB
Genre: eLearning | Language: English
98 of the Fortune 100 trust SQL Server for their data. Now is your time to learn the language top applications run on.
Learn SQL
By the end of this course you will be able to BUILD QUERIES, CREATE TABLES, and PERFORM AGGREGATE CALCULATIONS. You will learn how to JOIN TABLES together for more robust reporting, and how to CREATE VIEWS, and STORED PROCEDURES that let you save and reuse your queries.
So whether you are brand new to SQL, or need a refresher, this is SQL Made Simple, you will find this course highly useful, and easy to learn.
201 <--> Blender Animation Series - Volume One
http://nitroflare.com/view/2B143CE7E5FD456/Blender_Animation_Series_-_Volume_One.part1.rar
http://nitroflare.com/view/F744FA22FFBC9FC/Blender_Animation_Series_-_Volume_One.part2.rar
http://nitroflare.com/view/2C918E91F72359B/Blender_Animation_Series_-_Volume_One.part3.rar
http://nitroflare.com/view/22E8AA6BF18DEB0/Blender_Animation_Series_-_Volume_One.part4.rar
http://nitroflare.com/view/C6FCD2B516F683D/Blender_Animation_Series_-_Volume_One.part5.rar
Blender Animation Series - Volume One
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2.5 Hours | Lec: 21 | 544 MB
Genre: eLearning | Language: English
How to create basic animations with the blender timeline
Welcome to volume one of the blender animation series. This series is focused on the animations aspects of blender 3D where we will learn how to use all of the tools at blenders disposal to create fantastic 3D animations for whatever purpose we want.
In volume one, we introduce the fundamentals of animation including how to operate the timeline, creating keyframes to provide the structure for our animations as well as how to optimize blender for when we render our animations. Blender series courses are normally short and focused on specific topics and can easily be completed in a day per course while offering valuable knowledge in how to use blender.
The course finishes with two challenges and a quiz as a means of testing your knowledge and how you can apply that knowledge to your own projects.
WHAT IS BLENDER?
The big question you might be asking is "what is blender", you may be viewing this course because you want to know more about it. Blender is a free 3D software platform that allow the user to perform multiple computer based applications such as 3D modelling, sculpting, animation, movie editing, image editing and game design. The best part being is that it is open source, meaning that you can use blender as much as you like and never have to worry about spending a penny.
209 <--> Lynda - Develop Financial Applications in F#
http://nitroflare.com/view/1A506B05E0C83A2/LcDevelopFinAppsFSharp.part1.rar
http://nitroflare.com/view/1051E4B8F5561F5/LcDevelopFinAppsFSharp.part2.rar
http://nitroflare.com/view/B00EC5F43CBC086/LcDevelopFinAppsFSharp.part3.rar
http://nitroflare.com/view/2525443C3AE3234/LcDevelopFinAppsFSharp.part4.rar
Lynda - Develop Financial Applications in F#
Size: 512 MB | Duration: 2h 51m | Video: AVC (.mp4) 1280x720 15&30fps | Audio: AAC 48KHz 2ch
Genre: eLearning | Level: Intermediate | Language: English
F# is a functional-first programming language developed by Microsoft and used extensively in financial analysis and financial applications. F# expert developer Kit Eason steps you through the process of developing a simple F# financial application: a Twitter bot that charts stock price changes and respond to tweets with some simple descriptors of the stock performance, including gain/loss and highs/lows. Along the way, you'll learn the basics of F# syntax, including values, arrays, functions, and expressions, and how to test your code, analyze and chart third-party data. The lessons also provide a primer to concepts like test-driven development and railway-oriented programming—best practices for any F# development workflow.
12/27/2016 [END]
12/19/2016 [START]
0 <--> Lynda - Developing Microsoft SQL Server 2016 Databases
2 <--> Lynda - Statistics Fundamentals - Part 3: Advanced
http://nitroflare.com/view/6C4B4870A8E9388/LcStatisticsFunP3Adv.part1.rar
http://nitroflare.com/view/9A68B8B9DD78B3F/LcStatisticsFunP3Adv.part2.rar
http://nitroflare.com/view/A7B0A23B082F442/LcStatisticsFunP3Adv.part3.rar
http://nitroflare.com/view/9900279848A9E47/LcStatisticsFunP3Adv.part4.rar
Lynda - Statistics Fundamentals - Part 3: Advanced
Size: 436 MB | Duration: 1h 42m | Video: AVC (.mp4) 1280x720 30fps | Audio: AAC 48KHz 2ch
Genre: eLearning | Level: Advanced | Language: English
Statistics are everywhere, in every industry, but they're a must for anyone working in data science, business, or business analytics. If you're in one of these specialized fields, chances are you need an advanced understanding of statistics. Complete your mastery in this course, part 3 of our Statistics Fundamentals series. Eddie Davila covers concepts such as small sample sizes, t-distribution, degrees of freedom, chi-square testing, and more. This advanced skills training moves learners into the practical study and application of experimental design, analysis of variance, population comparison, and regression analysis. Use these lessons to go beyond the basics and dive deeper into the specific factors that influence your own calculations and results.
40 <--> Lynda - Windows Performance Tools: DeadLock Analysis with Intel VTune Amplifier
http://nitroflare.com/view/82B9421F6E667A1/LcWinPrfTlsDdLckVTuneAmp.part1.rar
http://nitroflare.com/view/D859018A19DA8BF/LcWinPrfTlsDdLckVTuneAmp.part2.rar
http://nitroflare.com/view/666B81FB9A20A85/LcWinPrfTlsDdLckVTuneAmp.part3.rar
http://nitroflare.com/view/F2A4C8E12D42AC9/LcWinPrfTlsDdLckVTuneAmp.part4.rar
Lynda - Windows Performance Tools: DeadLock Analysis with Intel VTune Amplifier
Size: 471 MB | Duration: 0h 45m | Video: AVC (.mp4) 1280x720 15&30fps | Audio: AAC 48KHz 2ch
Genre: eLearning | Level: Intermediate | Language: English
Are your Windows apps underperforming? Application threads often wait too long on synchronization objects (locks), which results in processor cores being underutilized. Discover how to use the Locks and Waits analysis in Intel's VTune Amplifier to identify and remove deadlocks: one of the most common reasons for inefficient parallel execution within a Windows application. Follow along with instructor Thomas Pantels as he demos the analysis tool and shows where to locate and enhance source code to remove deadlocks. By the end of this course you will know how to use the Locks and Waits analysis on your own application and improve the efficiency of parallel task execution on Windows.
46 <--> Lynda - Windows Performance Tools: Memory Leak Analysis with Intel Inspector
http://nitroflare.com/view/6B88F42791EC28A/LcWinPrfTlsMemLeakInspctr.part1.rar
http://nitroflare.com/view/B6E69B01534609E/LcWinPrfTlsMemLeakInspctr.part2.rar
http://nitroflare.com/view/8BFCD52F7B3840F/LcWinPrfTlsMemLeakInspctr.part3.rar
http://nitroflare.com/view/D600B0491049B7D/LcWinPrfTlsMemLeakInspctr.part4.rar
http://nitroflare.com/view/272819A3DD5D6D5/LcWinPrfTlsMemLeakInspctr.part5.rar
http://nitroflare.com/view/2AA5FB549985723/LcWinPrfTlsMemLeakInspctr.part6.rar
http://nitroflare.com/view/C83EA9E3D117B0C/LcWinPrfTlsMemLeakInspctr.part7.rar
Lynda - Windows Performance Tools: Memory Leak Analysis with Intel Inspector
Size: 3.88 GB | Duration: 0h 42m | Video: AVC (.mp4) 1280x720 30fps | Audio: AAC 48KHz 2ch
Genre: eLearning | Level: Intermediate | Language: English
Memory leaks are a common cause of unexpected crashes in Windows applications. It's important to detect them before your apps go live. Luckily, there is a tool to help. Intel Inspector XE is a memory and threading debugger that can be used to detect memory leaks in C, C++, and Fortran applications running on Windows. Learn to use the Intel Inspector to easily find and repair memory leaks in any of your own Windows applications, with this installment of Windows Performance Tools. Thomas Pantels shows how to profile a C++ application, detect memory issues with Inspector XE, and pinpoint memory leaks in an OpenCV demo app. By the end of this course, you will be able to use the Intel Inspector to easily find memory-related issues like memory leaks in any of your own applications.
47 <--> Lynda - Windows Performance Tools: Thread Analysis with Intel VTune Amplifier
http://nitroflare.com/view/B9D975FACD1A970/LcWinPrfTlsThAnlsVTuneAmp.part1.rar
http://nitroflare.com/view/CD16E70E1B75AAF/LcWinPrfTlsThAnlsVTuneAmp.part2.rar
http://nitroflare.com/view/948274EAFBB78DD/LcWinPrfTlsThAnlsVTuneAmp.part3.rar
http://nitroflare.com/view/1CED64D17A1215F/LcWinPrfTlsThAnlsVTuneAmp.part4.rar
Lynda - Windows Performance Tools: Thread Analysis with Intel VTune Amplifier
Size: 878 MB | Duration: 1h 3m | Video: AVC (.mp4) 1280x720 15&30fps | Audio: AAC 48KHz 2ch
Genre: eLearning | Level: Intermediate | Language: English
Multithreaded apps can perform better than single-threaded apps, but the performance improvements come with increased code complexity and overhead. By comparing and analyzing different versions of your apps with VTune Amplifier, you can decide whether this trade-off is worth it. In this course, Thomas Pantels shows how to visualize and analyze two versions of a demo C++ application that simulates house-building tasks. The first version is single threaded; the second is multithreaded. By the end of this course, you will know how to install and configure Intel's VTune Amplifier. You will walk away knowing how to use the tool to analyze and compare both single-threaded and multithreaded Windows applications and understand the results.
52 <--> Lynda - Linux: Desktops and Remote Access
https://training/
http://nitroflare.com/view/777D23EBC0FB9FC/LcLinuxDsktpsRmtAccess.part1.rar
http://nitroflare.com/view/112A28B3A4B830C/LcLinuxDsktpsRmtAccess.part2.rar
http://nitroflare.com/view/BF0BE17325A2E72/LcLinuxDsktpsRmtAccess.part3.rar
Lynda - Linux: Desktops and Remote Access
Size: 279 MB | Duration: 1h 45m | Video: AVC (.mp4) 1280x720 15&30fps | Audio: AAC 48KHz 2ch
Genre: eLearning | Level: Intermediate | Language: English
Find the most productive way to work in Linux. Linux: Desktops and Remote Access covers the most popular desktop environments, terminal emulators, and shells used to access and administer Linux systems, both locally and remotely. Instructor Grant McWilliams reviews GUI options such as KDE, GNOME, MATE, Cinnamon, and Xfce, as well as remote access tools like VNC, RDP, and X2Go. Then explore the advantages and disadvantages of command-line access and the productivity features in Bash, and learn how to create secure remote connections to the Linux CLI on Windows, macOS, iOS, and Android devices. All the tools and techniques are demonstrated using CentOS 7, but the lessons apply to any Linux distribution. Note: The topics below map to elements of the Essential Commands section of the Linux Foundation Certified System Administrator exam. Learn more about LFCS certification at https://training. linuxfoundation. org/certification/lfcs.
Topics include:
No mirrors below please.
12/19/2016 [END]
12/14/2016 [START]
0 <--> Angular 2 Fundamentals for Web Developers
Angular 2 Fundamentals for Web Developers
HDRips | MP4/AVC, ~272 kb/s | 1920x1080 | Duration: 05:50:44 | English: AAC, 128 kb/s (2 ch) | 1.02 GB
Genre: Development / Programming
39 <--> Build an Advanced Keylogger using C++ for Ethical Hacking
http://nitroflare.com/view/63E1A8AAEFF25A4/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part1.rar
http://nitroflare.com/view/7061AE104F3CCBB/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part2.rar
http://nitroflare.com/view/61D5C27307ED1C3/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part3.rar
http://nitroflare.com/view/E91404A09E8623C/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part4.rar
http://nitroflare.com/view/4C724BA7B6D82F6/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part5.rar
http://nitroflare.com/view/6766A8E7616C7D8/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part6.rar
http://nitroflare.com/view/F46FFEE2988D608/Build_an_Advanced_Keylogger_using_C%2B%2B_for_Ethical_Hacking.part7.rar
Build an Advanced Keylogger using C++ for Ethical Hacking
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 7.5 Hours | Lec: 35 | 2.90 GB
Genre: eLearning | Language: English
Take this course to learn how to code a fully functional keylogger in C++ for use in Windows!
If you want to learn to code at an advanced level in C++ or build your own fully functional advanced keylogger from scratch for learning ethical hacking, I think you might love this course! In this course you will see exactly how to create an advanced keylogger starting from nothing by literally following the steps I take as I make it!
This keylogger is capable of recording all the keyboard and mouse input! It can even record independent of the language settings because it logs the physical keys on the keyboard first. Next, by using an arbitrary keymap with human friendly names, it translates the machine keys to something that we can understand. It also possesses mail sending capabilities so you can just schedule the logfile to be sent via mail, lets say every 12 hours. In addition to this, it will also keep the logfile encrypted. Therefore, we will create another program which will be able to decrypt the logfile on your end.
For learning C++, this is an ideal course because it is completely hands on learning that provides a functional end product! Some future features that will be added to the keylogger course as I develop them will include but are not limited to taking screenshots, capturing clipboard content (copy-paste), recording website URLs, and so on! Take this course now to get immediate access to the videos and to get answers to every single question you ask in the course!
As an information technology professional myself, I realize what the final product of this course is capable of. I trust in creating this that you will use it for good and for learning. If you choose to use this keylogger for any illegal or immoral purposes, you risk losing a lot. This is only for educational purposes. The keylogger that you are going to see will be able to cause some serious damage, so please use it in a legal and responsible way.
63 <--> Mind-Bending Math: Riddles and Paradoxes [repost]
http://nitroflare.com/view/3E6954F84988010/Mi.Be.Ma-Ri.Pa.part1.rar
http://nitroflare.com/view/95B67B6F6A8F5C5/Mi.Be.Ma-Ri.Pa.part2.rar
http://nitroflare.com/view/F01B51C5D89448C/Mi.Be.Ma-Ri.Pa.part3.rar
http://nitroflare.com/view/103C4A85A6E0F8B/Mi.Be.Ma-Ri.Pa.part4.rar
http://nitroflare.com/view/BED60F2C3A082C3/Mi.Be.Ma-Ri.Pa.part5.rar
http://nitroflare.com/view/0B73B9238B71937/Mi.Be.Ma-Ri.Pa.part6.rar
http://nitroflare.com/view/593706D4410C9ED/Mi.Be.Ma-Ri.Pa.part7.rar
Mind-Bending Math: Riddles and Paradoxes
24xHDRip | MP4/AVC, ~724 kb/s | 1024x576 | Duration: 12:19:42 | English: AAC, 128 kb/s (2 ch) | + PDF Book
Size: 4.38 GB | Genre: Math
Great math riddles and paradoxes have a long and illustrious history, serving as both tests and games for intellectual thinkers across the globe. Passed through the halls of academia and examined in-depth by scholars, students, and amateurs alike, these riddles and paradoxes have brought frustration and joy to those seeking intellectual challenges.
In addition, it’s well known that brain exercises are as fundamental to staying sharp as body exercises are to staying fit. Stretching your mind to try to solve a good puzzle, even when the answer eludes you, can help improve your ability to focus.
Now, in the 24 lectures of Mind-Bending Math: Riddles and Paradoxes, you’ll explore the ageless riddles that have plagued even our greatest thinkers in history—confounding the philosophical, mathematical, and scientific minds grappling to solve them. You’ll learn how to break down, examine, and solve these famous quandaries.
From Ancient Greek philosophers to noodling through an unusual enigma involving spaghetti, you’ll cover a wide range of amazing—and in some cases history-changing—conundrums, such as:
Zeno’s astonishing argument that motion itself is impossible
The compelling conundrum of infinity, which didn’t garner a resolution until the 1900s
Gödel’s strange loop, ascertaining no axiom system would work to prove mathematical theorems
The Banach–Tarski paradox, proving that one can cut up a ball and reassemble the pieces into two balls, each the same size as the original
More mind-bending math games that have endured through time, including the Liar’s Paradox, the Prisoner’s Problem, and the Monty Hall Problem
When it comes to delving into topics such as bending space and time, and topological universes, you need a knowledgeable and captivating instructor, which you get in abundance with Professor of Mathematics David Kung. He infuses each lesson with fun tangents, stories, and real-life riddles, making this one of the most intriguing and entertaining math courses available.
This mesmerizing course will have you contemplating everything from the enthralling paradox of paradoxes to the potential pitfalls when it comes to buying apples—using basic logic and math principles as the fundamental connector to solve exciting, mind-bending mysteries.
Lecures:
01–Everything in This Lecture Is False
02–Elementary Math Isn't Elementary
03–Probability Paradoxes
04–Strangeness in Statistics
05–Zeno's Paradoxes of Motion
06–Infinity Is Not a Number
07–More Than One Infinity
08–Cantor's Infinity of Infinities
09–Impossible Sets
10–Gödel Proves the Unprovable
11–Voting Paradoxes
12–Why No Distribution Is Fully Fair
13–Games with Strange Loops
14–Losing to Win, Strategizing to Survive
15–Enigmas of Everyday Objects
16–Surprises of the Small and Speedy
17–Bending Space and Time
18–Filling the Gap between Dimensions
19–Crazy Kinds of Connectedness
20–Twisted Topological Universes
21–More with Less, Something for Nothing
22–When Measurement Is Impossible
23–Banach-Tarski's 1 = 1 + 1
24–Paradox of Paradoxes
69 <--> BASH Programming Course Master the Linux Command Line
http://nitroflare.com/view/CFA7E4C2E28F4DE/BASH_Programming_Course_Master_the_Linux_Command_Line.part1.rar
http://nitroflare.com/view/CCAEB398B471A2D/BASH_Programming_Course_Master_the_Linux_Command_Line.part2.rar
http://nitroflare.com/view/86D44D439769C1B/BASH_Programming_Course_Master_the_Linux_Command_Line.part3.rar
http://nitroflare.com/view/1B89EE91916056D/BASH_Programming_Course_Master_the_Linux_Command_Line.part4.rar
http://nitroflare.com/view/23B161BF5D878B7/BASH_Programming_Course_Master_the_Linux_Command_Line.part5.rar
http://nitroflare.com/view/38A098DA47795E1/BASH_Programming_Course_Master_the_Linux_Command_Line.part6.rar
http://nitroflare.com/view/AA1D8E600FB6C05/BASH_Programming_Course_Master_the_Linux_Command_Line.part7.rar
BASH Programming Course Master the Linux Command Line
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 10.5 Hours | Lec: 51 | 1.94 GB
Genre: eLearning | Language: English
Go from beginner to advanced with the Linux command line in this BASH programming course!
Welcome! Here you can learn you how to master Linux command line ( BASH ). What do I mean by this? Ever seen a system admin in a movie or some devious hacker using a terminal? Do you want the same knowledge? Well you are in the right place!
This course is designed to take you from beginner to advanced in the Linux command line using bash (Bourne-again shell), a Unix shell and command language. You get 10+ hours of HD videos full of useful tutorials founded on motivation and excitement for learning bash programming! You can count on an answer to every question you ask in the course from a linux command line expert which gives you peace of mind that you can get help with every challenge you have as you learn!
101 <--> Linux Shell Scripting Solutions
http://nitroflare.com/view/B86AE7C6379A641/Linux_Shell_Scripting_Solutions.part1.rar
http://nitroflare.com/view/B09FBD5D4DD396E/Linux_Shell_Scripting_Solutions.part2.rar
http://nitroflare.com/view/A31D01E36DBFC08/Linux_Shell_Scripting_Solutions.part3.rar
http://nitroflare.com/view/3DF8B097A862096/Linux_Shell_Scripting_Solutions.part4.rar
http://nitroflare.com/view/178595DADF77989/Linux_Shell_Scripting_Solutions.part5.rar
http://nitroflare.com/view/A184DCD59E956A6/Linux_Shell_Scripting_Solutions.part6.rar
http://nitroflare.com/view/87C95D196B3FBD8/Linux_Shell_Scripting_Solutions.part7.rar
Linux Shell Scripting Solutions
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 8.5 Hours | 3.10 GB
Genre: eLearning | Language: English
The shell remains one of the most powerful tools on a computer system yet a large number of users are unaware of how much can be accomplished with it. Using a combination of simple commands, you will see how to solve complex problems in day-to-day computer usage.
This video will take you through useful real-world examples to make your daily life easy when working with the shell. It shows you how to effectively use the shell to accomplish complex tasks with ease. Starting with the basics of the shell, you will learn simple commands and their usages, allowing you to perform operations on different kinds of files. We then explain text processing and web interaction, and conclude with backups, monitoring, and other sysadmin tasks.
This is an an excellent guide on solving day-to-day problems using the shell and a few powerful commands together to create solutions.
132 <--> R Machine Learning solutions
http://nitroflare.com/view/5E99228CC90B97A/R_Machine_Learning_solutions.part1.rar
http://nitroflare.com/view/1D0EB1BA512E6B8/R_Machine_Learning_solutions.part2.rar
http://nitroflare.com/view/53B7DA6C18D3662/R_Machine_Learning_solutions.part3.rar
http://nitroflare.com/view/B4DEB0BEC2BA713/R_Machine_Learning_solutions.part4.rar
http://nitroflare.com/view/FA7A321CEF34288/R_Machine_Learning_solutions.part5.rar
http://nitroflare.com/view/65E2CE8A4707E24/R_Machine_Learning_solutions.part6.rar
http://nitroflare.com/view/DDDB8E9C747A3EB/R_Machine_Learning_solutions.part7.rar
R Machine Learning solutions
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 8.5 Hours | 1.81 GB
Genre: eLearning | Language: English
R is a statistical programming language that provides impressive tools to analyze data and create high-level graphics. This video course will take you from very basics of R to creating insightful machine learning models with R. You will start with setting up the environment and then perform data ETL in R.
Data exploration examples are provided that demonstrate how powerful data visualization and machine learning is in discovering hidden relationship. You will then dive into important machine learning topics, including data classification, regression, clustering, association rule mining, and dimensionality reduction.
Style and Approach
This easy-to-follow guide is full of hands-on examples of data analysis with R. Each topic is fully explained beginning with the core concepts, followed by step-by-step, practical examples and concluding with detailed explanations of each concept used
12/14/2016 [END]
2016-12-08 [START]
0 <--> Coursera - Dino 101: Dinosaur Paleobiology
10 <--> Exploring Curves in Photoshop - Part 2
http://nitroflare.com/view/0DCEEC839D188E8/Exploring_Curves_in_Photoshop_-_Part_2.part1.rar
http://nitroflare.com/view/E0DEAC71C6E12C1/Exploring_Curves_in_Photoshop_-_Part_2.part2.rar
http://nitroflare.com/view/447BE5CFB604D12/Exploring_Curves_in_Photoshop_-_Part_2.part3.rar
http://nitroflare.com/view/281594308B6F6EA/Exploring_Curves_in_Photoshop_-_Part_2.part4.rar
http://nitroflare.com/view/1AFBA1F3F7E25A3/Exploring_Curves_in_Photoshop_-_Part_2.part5.rar
Exploring Curves in Photoshop - Part 2
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 35M | 591 MB
Genre: eLearning | Language: English
Curves are most powerful adjustment layer in Photoshop that allows Your to control color, highlights, shadows, or adjusting the Brightness and Contrasts.
In this lesson I am going to teach You about color Lights – speaking specifically about Primary colors like Red, Green, and blue and secondary Cyan, Magenta, and Yellow. You will know how does the RGB color wheel works and what You achieve by working with specific color. So when You start working with color – You will have confidence of knowing – what You're doing. Even with such a things as fixing specific tones of the image.
From The practical things You will learn everything You need to do basic editing. You will know color theory. You will know which color will be right to choose for You own images. How to connect them, how to set the colors for highlights, shadows and midtones. Also – how to make You images outstanding by showing what's the best on them. At the end of the section, I will introduce You to Masks and working with them to control Your adjustments!
96 <--> Photoshop Beginner: Learn the Pen Tool with this Abstract Shape Graphic Design
http://nitroflare.com/view/A23F8E4C9EDECF7/Photoshop_Beginner_Learn_the_Pen_Tool.part1.rar
http://nitroflare.com/view/E7032098EFB0663/Photoshop_Beginner_Learn_the_Pen_Tool.part2.rar
Photoshop Beginner: Learn the Pen Tool with this Abstract Shape Graphic Design
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 18M | 182 MB
Genre: eLearning | Language: English
In this class you will create a series of abstract shapes and designs in Adobe Photoshop with the aim of looking at how you can combine a use of brushes, the pen tool, clipping masks and adjustment layers.
This class is designed as an easy to follow tutorial for beginners and in this class you will learn the following:
Setting Up a New Photoshop Project
Using the Brush tool to create gradient effects
Using the Pen Tool to create customised shapes
Clipping Masks
Duplicate Layers
Work with Layer Groups
Move and rotate individual layers and grouped selections
Hue/Saturation Adjustment Layers
Adding Noise to break up gradients
125 <--> Masking Women Hair in Photoshop : Part3 (Project3)
http://nitroflare.com/view/05B46F26E9D58AB/Masking_Women_Hair_in_Photoshop__Part3_%28Project3%29.part1.rar
http://nitroflare.com/view/9036D70B1A548EC/Masking_Women_Hair_in_Photoshop__Part3_%28Project3%29.part2.rar
http://nitroflare.com/view/9A3C56A782BD7FB/Masking_Women_Hair_in_Photoshop__Part3_%28Project3%29.part3.rar
Masking Women Hair in Photoshop : Part3 (Project3)
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 19M | 235 MB
Genre: eLearning | Language: English
In this class , we will mask women with blonde hair who is wearing bright color dress and also background has not much contrast difference . Check out the challenge lecture to take a look at before and after masking image and understand what we are going to achieve in this class
206 <--> Exploring Curves in Photoshop - Part 1
http://nitroflare.com/view/74B48BDC5692458/Exploring_Curves_in_Photoshop_-_Part_1.part1.rar
http://nitroflare.com/view/A8844AC883E54F0/Exploring_Curves_in_Photoshop_-_Part_1.part2.rar
http://nitroflare.com/view/BB34371EEAF7004/Exploring_Curves_in_Photoshop_-_Part_1.part3.rar
http://nitroflare.com/view/48C10F269EC7847/Exploring_Curves_in_Photoshop_-_Part_1.part4.rar
http://nitroflare.com/view/76481E2653DDDD2/Exploring_Curves_in_Photoshop_-_Part_1.part5.rar
Exploring Curves in Photoshop - Part 1
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 29M | 466 MB
Genre: eLearning | Language: English
Curves are most powerful adjustment layer in Photoshop that allows Your to control color, highlights, shadows, or adjusting the Brightness and Contrasts.
In this Class I will teach You all the Basics about Curves.
I am going to tell You few words about curves, some theory for a good start and teach You to read information that You can get from the histogram. And from that point, we are going to process into basic workflow.
You will know all of the important things about You curves panel. We will process to working with contrast and brightness of You image, I am going to show You how You can easily set the right contrast of You images. You will know how to have control on the exact dark and bright point of You images – fix flat images and push life into them, overexposed images, and just take down some contrast to get back the details. Also You will know how to prevent colors from getting affected by the brightness!
256 <--> How to Create a Dramatic Effect in Photoshop
http://nitroflare.com/view/7424CB61BDBE5F0/How_to_Create_a_Dramatic_Effect_in_Photoshop.part1.rar
http://nitroflare.com/view/13F29B887ECD6DA/How_to_Create_a_Dramatic_Effect_in_Photoshop.part2.rar
How to Create a Dramatic Effect in Photoshop
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 11M | 110 MB
Genre: eLearning | Language: English
How to Create a Dramatic Effect in Photoshop will teach you basic and advanced techniques inside of Photoshop to create a highly detailed, dramatic effect.
This effect is found in movies, magazines, tv shows, and more! It's really fun and this method gives you plenty of options to try!
In this quick course, I will show you how to use masks, adjustment layers, and different types of filters to get the dramatic effect that you want.
At the end of this class, I encourage you to try out this fun feature inside of Photoshop, save out your work, and then upload your finished image as a project to this class.
277 <--> Udemy - Cryptography And Math Security: Crack The Code [repost]
http://nitroflare.com/view/C4F469CC36C801F/Crypt_Mat_Sec_Crac_Cod.part01.rar
http://nitroflare.com/view/4AC0BC5943A79B0/Crypt_Mat_Sec_Crac_Cod.part02.rar
http://nitroflare.com/view/24D0EAACA89E440/Crypt_Mat_Sec_Crac_Cod.part03.rar
http://nitroflare.com/view/DA8C3E174C81EAF/Crypt_Mat_Sec_Crac_Cod.part04.rar
http://nitroflare.com/view/E98DAE90FA01E41/Crypt_Mat_Sec_Crac_Cod.part05.rar
http://nitroflare.com/view/00C314C77C7E851/Crypt_Mat_Sec_Crac_Cod.part06.rar
http://nitroflare.com/view/DBA0025D01D789E/Crypt_Mat_Sec_Crac_Cod.part07.rar
http://nitroflare.com/view/4F32925EE5DC21A/Crypt_Mat_Sec_Crac_Cod.part08.rar
Udemy - Cryptography And Math Security: Crack The Code
MP4 | AVC 639kbps | English | 1280x720 | 30fps | 6 hours | AAC stereo 62kbps | 3.76 GB
Genre: Video Training
In this course, you will learn all of the old and modern security systems that have been used and are currently being used. You also learn how to crack each one and understand why certain security systems are weak and why others are strong. We will even go into RSA, AES and ECC which are the three main modern cryptosystems used today.
Content:
01 Introduction
02 Number Theory Lectures That Might Help
03 Old Cryptography
04 Modern Cryptography
05 Conclusion
278 <--> Pluralsight - Sketching and Rendering a Concept Illustration in Photoshop
http://nitroflare.com/view/418C6CE93CBF7E9/Sketc_Rend_Conc_Illust_Phot.part1.rar
http://nitroflare.com/view/2942B044BBC2C6B/Sketc_Rend_Conc_Illust_Phot.part2.rar
http://nitroflare.com/view/656C6DAF8C23C08/Sketc_Rend_Conc_Illust_Phot.part3.rar
http://nitroflare.com/view/04D8AD195DCF9FC/Sketc_Rend_Conc_Illust_Phot.part4.rar
http://nitroflare.com/view/4E268A855B09187/Sketc_Rend_Conc_Illust_Phot.part5.rar
http://nitroflare.com/view/78F0E611CBBEE37/Sketc_Rend_Conc_Illust_Phot.part6.rar
Pluralsight - Sketching and Rendering a Concept Illustration in Photoshop
MP4 | AVC 207kbps | English | 1024x576 | 15fps | 4h 43mins | AAC stereo 128kbps | 1.55 GB
Genre: Video Training
Throughout these lessons, we will learn how to refine a rough automotive concept design sketch into a polished illustration in Photoshop. Using basic tools in Photoshop, elements from photographs and textures and logos, we will create a compelling design that shows off awareness of form and acknowledges function. By the end of this tutorial you will be able to effectively introduce light, shadow, and reflections that will bring flat ideas to life. Software required: Photoshop CS6.
Introduction and Project Overview
Introduction and Project Overview
Sketching and Rendering a Concept Illustration in Photoshop
Refining Our Rough Concept Sketch
Adding Initial Photographic Elements