Udemy - Understanding TypeScript [TP]

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 1.4 GB
  • Uploaded By tutplanet
  • Downloads 206
  • Last checked 1 week ago
  • Date uploaded 6 years ago
  • Seeders 1
  • Leechers 2

Infohash : F0A95F0D303CFC9FBFECE7877F0EB92F838759AE



Udemy - Understanding TypeScript [TP]


Most People know TypeScript from Angular 2+. It’s the Language you have to use there, right?

For more Udemy Courses: https://tutorialsplanet.net

Files:

[Tutorialsplanet.NET] Udemy - Understanding TypeScript 1. Getting Started
  • 1. Course Introduction.mp4 (21.8 MB)
  • 1. Course Introduction.vtt (2.9 KB)
  • 2. What is TypeScript.mp4 (11.9 MB)
  • 2. What is TypeScript.vtt (3.8 KB)
  • 3. Why TypeScript and How to use it.mp4 (13.8 MB)
  • 3. Why TypeScript and How to use it.vtt (4.8 KB)
  • 4. Installing TypeScript.mp4 (7.5 MB)
  • 4. Installing TypeScript.vtt (2.7 KB)
  • 5. Using TypeScript.mp4 (10.5 MB)
  • 5. Using TypeScript.vtt (3.3 KB)
  • 6. Setting up the Course Workspace.mp4 (20.5 MB)
  • 6. Setting up the Course Workspace.vtt (7.6 KB)
  • 6.1 Course Workspace.zip.zip (2.8 KB)
  • 7. Asking Questions & Course Materials.html (1.1 KB)
10. Using JavaScript Libraries (like jQuery) with TypeScript
  • 1. Introduction.mp4 (4.5 MB)
  • 1. Introduction.vtt (1.4 KB)
  • 10. [LEGACY] Importing the Library.mp4 (10.9 MB)
  • 10. [LEGACY] Importing the Library.vtt (5.4 KB)
  • 11. [LEGACY] Translating JavaScript to TypeScript with TypeScript Definition Files.mp4 (6.1 MB)
  • 11. [LEGACY] Translating JavaScript to TypeScript with TypeScript Definition Files.vtt (2.4 KB)
  • 12. [LEGACY] Option 1 Manually download TypeScript Definition Files.mp4 (14.0 MB)
  • 12. [LEGACY] Option 1 Manually download TypeScript Definition Files.vtt (2.4 KB)
  • 13. [LEGACY]Option 2 Managing TypeScript Defintion Files with the typings Package.mp4 (8.6 MB)
  • 13. [LEGACY]Option 2 Managing TypeScript Defintion Files with the typings Package.vtt (3.9 KB)
  • 14. [LEGACY] Easier Type Management with TypeScript 2.0.mp4 (6.0 MB)
  • 14. [LEGACY] Easier Type Management with TypeScript 2.0.vtt (3.7 KB)
  • 15. [LEGACY] Module Summary.mp4 (6.5 MB)
  • 15. [LEGACY] Module Summary.vtt (0.8 KB)
  • 15.1 Third Party Libraries.zip.zip (2.9 KB)
  • 2. Using jQuery.mp4 (25.1 MB)
  • 2. Using jQuery.vtt (4.0 KB)
  • 3. Declaring Variables.mp4 (9.0 MB)
  • 3. Declaring Variables.vtt (2.2 KB)
  • 4. Understanding Declaration Files.mp4 (29.4 MB)
  • 4. Understanding Declaration Files.vtt (4.3 KB)
  • 5. Using Public Type Definitions.mp4 (13.6 MB)
  • 5. Using Public Type Definitions.vtt (2.7 KB)
  • 6. Wrap Up.mp4 (4.6 MB)
  • 6. Wrap Up.vtt (0.8 KB)
  • 7. Using the [LEGACY] Content.html (0.4 KB)
  • 8. [LEGACY] Introduction.mp4 (13.6 MB)
  • 8. [LEGACY] Introduction.vtt (1.5 KB)
  • 9. [LEGACY] Installing a Third-Party Library.mp4 (2.6 MB)
  • 9. [LEGACY] Installing a Third-Party Library.vtt (1.6 KB)
11. TypeScript Workflows
  • 1. Introduction.mp4 (8.9 MB)
  • 1. Introduction.vtt (1.1 KB)
  • 2. Using tsc and the tsconfig File.mp4 (5.7 MB)
  • 2. Using tsc and the tsconfig File.vtt (3.1 KB)
  • 3. How TypeScript resolves Files using the tsconfig.json File.mp4 (13.7 MB)
  • 3. How TypeScript resolves Files using the tsconfig.json File.vtt (6.6 KB)
  • 4. More on tsc and the tsconfig File.mp4 (10.2 MB)
  • 4. More on tsc and the tsconfig File.vtt (3.2 KB)
  • 4.1 TS Workflow.zip.zip (2.7 KB)
  • 5. Adding TypeScript into a Gulp Workflow.mp4 (29.6 MB)
  • 5. Adding TypeScript into a Gulp Workflow.vtt (8.8 KB)
  • 5.1 TS Workflow - Gulp.zip.zip (3.3 KB)
  • 6. Working with Webpack 4+.html (1.2 KB)
  • 7. Adding TypeScript into a Webpack Workflow.mp4 (22.6 MB)
  • 7. Adding TypeScript into a Webpack Workflow.vtt (11.7 KB)
  • 7.1 TS Workflow - Webpack.zip.zip (3.1 KB)
  • 8. Module Summary.mp4 (7.3 MB)
  • 8. Module Summary.vtt (0.8 KB)
  • 8.1 TS Workflow - Webpack.zip.zip (3.1 KB)
  • 8.2 TS Workflow.zip.zip (2.7 KB)
  • 8.3 TS Workflow - Gulp.zip.zip (3.3 KB)
12. Example Using TypeScript together with ReactJS
  • 1. Introduction.mp4 (4.4 MB)
  • 1. Introduction.vtt (1.1 KB)
  • 10. [LEGACY] Installing Webpack.mp4 (3.8 MB)
  • 10. [LEGACY] Installing Webpack.vtt (2.0 KB)
  • 11. [LEGACY] Configuring Webpack.mp4 (7.7 MB)
  • 11. [LEGACY] Configuring Webpack.vtt (4.0 KB)
  • 12. [LEGACY] Creating ReactJS Code - with TypeScript.mp4 (13.8 MB)
  • 12. [LEGACY] Creating ReactJS Code - with TypeScript.vtt (6.4 KB)
  • 13. [LEGACY] Configuring the TypeScript Compiler to work with ReactJS.mp4 (6.9 MB)
  • 13. [LEGACY] Configuring the TypeScript Compiler to work with ReactJS.vtt (3.2 KB)
  • 14. [LEGACY] Using TypeScript 2.0 Type Management.mp4 (5.4 MB)
  • 14. [LEGACY] Using TypeScript 2.0 Type Management.vtt (2.9 KB)
  • 15. [LEGACY] Module Summary.mp4 (9.0 MB)
  • 15. [LEGACY] Module Summary.vtt (1.1 KB)
  • 15.1 ReactJS.zip.zip (4.2 KB)
  • 2. Project Setup.mp4 (29.5 MB)
  • 2. Project Setup.vtt (4.5 KB)
  • 3. Using PropTypes.mp4 (26.1 MB)
  • 3. Using PropTypes.vtt (4.1 KB)
  • 4. Types & Class Components.mp4 (49.7 MB)
  • 4. Types & Class Components.vtt (6.7 KB)
  • 5. Wrap Up.mp4 (9.5 MB)
  • 5. Wrap Up.vtt (1.2 KB)
  • 5.1 React.zip.zip (125.2 KB)
  • 6. Using the [LEGACY] Content.html (0.4 KB)
  • 7. [LEGACY] Introduction.mp4 (12.6 MB)
  • 7. [LEGACY] Introduction.vtt (1.3 KB)
  • 8. [LEGACY] Setting up the Project & Adding React Packages.mp4 (5.7 MB)
  • 8. [LEGACY] Setting up the Project & Adding React Packages.vtt (3.5 KB)
  • 9. [LEGACY] Adding the ReactJS TypeScript Definition Files.mp4 (4.1 MB)
  • 9. [LEGACY] Adding the ReactJS TypeScript Definition Files.vtt (2.1 KB)
13. After finishing this Course
  • 1. Course Roundup.mp4 (11.6 MB)
  • 1. Course Roundup.vtt (1.3 KB)
  • 2. Further Resources.html (0.6 KB)
  • 3. Bonus More Content!.html (1.0 KB)
2. Using Types for a better Code
  • 1. Introduction.mp4 (7.1 MB)
  • 1. Introduction.vtt (0.8 KB)
  • 10. Using Types in Functions (Arguments & Return Values).mp4 (12.0 MB)
  • 10. Using Types in Functions (Arguments & Return Values).vtt (5.3 KB)
  • 11. Functions as Types.mp4 (10.3 MB)
  • 11. Functions as Types.vtt (4.6 KB)
  • 12. Objects and Types.mp4 (10.9 MB)
  • 12. Objects and Types.vtt (5.4 KB)
  • 13. Example Putting it all together in a Complex Object.mp4 (3.6 MB)
  • 13. Example Putting it all together in a Complex Object.vtt (1.6 KB)
  • 14. Creating custom Types with Type Aliases.mp4 (5.9 MB)
  • 14. Creating custom Types with Type Aliases.vtt (3.0 KB)
  • 15. Allowing multiple Types with Union Types.mp4 (5.0 MB)
  • 15. Allowing multiple Types with Union Types.vtt (2.4 KB)
  • 16. Checking for Types during Runtime.mp4 (5.7 MB)
  • 16. Checking for Types during Runtime.vtt (2.4 KB)
  • 17. The never Type (added with TypeScript 2.0).mp4 (4.1 MB)
  • 17. The never Type (added with TypeScript 2.0).vtt (2.3 KB)
  • 18. Nullable Types (added with TypeScript 2.0).mp4 (13.4 MB)
  • 18. Nullable Types (added with TypeScript 2.0).vtt (7.3 KB)
  • 19. Module Exercise Problem.mp4 (1.6 MB)
  • 19. Module Exercise Problem.vtt (0.8 KB)
  • 2. Type Basics.mp4 (4.3 MB)
  • 2. Type Basics.vtt (2.8 KB)
  • 20. Module Exercise Problem Code.html (0.4 KB)
  • 20.1 exercise.js.js (0.2 KB)
  • 21. Module Exercise Solution.mp4 (8.5 MB)
  • 21. Module Exercise Solution.vtt (5.1 KB)
  • 21.1 Types - Solution.zip.zip (3.1 KB)
  • 22. Module Summary.mp4 (7.7 MB)
  • 22. Module Summary.vtt (0.8 KB)
  • 22.1 Types.zip.zip (2.8 KB)
  • 3. Numbers & Booleans.mp4 (3.6 MB)
  • 3. Numbers & Booleans.vtt (2.1 KB)
  • 4. Assigning Types Explicitly.mp4 (4.7 MB)
  • 4. Assigning Types Explicitly.vtt (2.7 KB)
  • 5. Arrays and Types.mp4 (7.1 MB)
  • 5. Arrays and Types.vtt (3.5 KB)
  • 6. Tuples.mp4 (4.4 MB)
  • 6. Tuples.vtt (2.5 KB)
  • 7. Enums.mp4 (9.2 MB)
  • 7. Enums.vtt (4.2 KB)
  • 8. The Any Type.mp4 (4.5 MB)
  • 8. The Any Type.vtt (2.1 KB)
  • 9. Understanding the created JavaScript Code.mp4 (4.0 MB)
  • 9. Understanding the created JavaScript Code.vtt (2.0 KB)
3. Understanding the TypeScript Compiler
  • 1. Introduction.mp4 (5.3 MB)
  • 1. Introduction.vtt (0.7 KB)
  • 2. How Code gets Compiled.mp4 (3.8 MB)
  • 2. How Code gets Compiled.vtt (2.5 KB)
  • 3. Changing the Compiler Behavior on Errors.mp4 (4.6 MB)
  • 3. Changing the Compiler Behavior on Errors.vtt (2.8 KB)
  • 4. Debugging your TypeScript Code using Source Maps.mp4 (5.1 MB)
  • 4. Debugging your TypeScript Code using Source Maps.vtt (2.5 KB)
  • 5. Avoiding implicit Any.mp4 (3.8 MB)
  • 5. Avoiding implicit Any.vtt (1.9 KB)
  • 6. More Compiler Options.mp4 (6.6 MB)
  • 6. More Compiler Options.vtt (1.3 KB)
  • 7. Compiler Improvements with TypeScript 2.0.mp4 (6.0 MB)
  • 7. Compiler Improvements with TypeScript 2.0.vtt (3.5 KB)
  • 8. Resource Compiler Documentation.html (0.5 KB)
  • 9. Module Summary.mp4 (5.0 MB)
  • 9. Module Summary.vtt (0.6 KB)
  • 9.1 Compiler.zip.zip (2.2 KB)
4. TypeScript and ES6
  • 1. Introduction.mp4 (14.2 MB)
  • 1. Introduction.vtt (2.0 KB)
  • 10. Rest Parameters & Tuples.html (0.5 KB)
  • 11. Destructuring Arrays.mp4 (9.5 MB)
  • 11. Destructuring Arrays.vtt (3.6 KB)
  • 12. Destructuring Objects.mp4 (8.8 MB)
  • 12. Destructuring Objects.vtt (3.1 KB)
  • 13. Template Literals.mp4 (9.6 MB)
  • 13. Template Literals.vtt (3.8 KB)
  • 14. Other ES6 Features.mp4 (3.2 MB)
  • 14. Other ES6 Features.vtt (1.2 KB)
  • 15. Module Exercise Problem.html (1.2 KB)
  • 15.1 exercises.js.js (0.8 KB)
  • 16. Module Exercise Solution.mp4 (34.2 MB)
  • 16. Module Exercise Solution.vtt (13.2 KB)
  • 16.1 ES6 - Solution.zip.zip (2.6 KB)
  • 17. Module Summary.mp4 (7.2 MB)
  • 17. Module Summary.vtt (1.0 KB)
  • 17.1 ES6.zip.zip (2.8 KB)
  • 2. ES6 & TypeScript Compatibility.html (0.3 KB)
  • 3. Let and Const.mp4 (9.3 MB)
  • 3. Let and Const.vtt (4.4 KB)
  • 4. Block Scope.mp4 (7.7 MB)
  • 4. Block Scope.vtt (3.2 KB)
  • 5. Arrow Functions.mp4 (9.3 MB)
  • 5. Arrow Functions.vtt (3.9 KB)
  • 6. Arrow Functions - Variations.mp4 (5.1 MB)
  • 6. Arrow Functions - Variations.vtt (2.1 KB)
  • 7. Functions and Default Parameters.mp4 (12.2 MB)
  • 7. Functions and Default Parameters.vtt (3.9 KB)
  • 8. The Spread Operator.mp4 (9.6 MB)
  • 8. The Spread Operator.vtt (4.0 KB)
  • 9. The Rest Operator.mp4 (12.7 MB)
  • 9. The Rest Operator.vtt (5.5 KB)
5. Using Classes to create Objects
  • 1. Introduction.mp4 (4.4 MB)
  • 1. Introduction.vtt (0.6 KB)
  • 10. Private Constructors & Singletons (added with TypeScript 2.0).mp4 (6.2 MB)
  • 10. Private Constructors & Singletons (added with TypeScript 2.0).vtt (3.7 KB)
  • 11. readonly Properties (added with TypeScript 2.0).mp4 (6.1 MB)
  • 11. readonly Properties (added with TypeScript 2.0).vtt (2.7 KB)
  • 12. Module Exercise Problem.html (1.4 KB)
  • 12.1 exercises.js.js (1.1 KB)
  • 13. Module Exercise Solution.mp4 (34.4 MB)
  • 13. Module Exercise Solution.vtt (13.1 KB)
  • 13.1 Classes - Solution.zip.zip (2.7 KB)
  • 14. Module Summary.mp4 (7.4 MB)
  • 14. Module Summary.vtt (0.9 KB)
  • 14.1 Classes.zip.zip (2.8 KB)
  • 2. Creating Classes and Class Properties.mp4 (16.8 MB)
  • 2. Creating Classes and Class Properties.vtt (8.6 KB)
  • 3. Class Methods and Access Modifiers.mp4 (11.7 MB)
  • 3. Class Methods and Access Modifiers.vtt (4.4 KB)
  • 4. Inheritance.mp4 (8.3 MB)
  • 4. Inheritance.vtt (2.7 KB)
  • 5. Inheritance and Constructors.mp4 (5.6 MB)
  • 5. Inheritance and Constructors.vtt (2.0 KB)
  • 6. Inheritance Wrap Up.mp4 (6.9 MB)
  • 6. Inheritance Wrap Up.vtt (1.9 KB)
  • 7. Getters & Setters.mp4 (14.7 MB)
  • 7. Getters & Setters.vtt (5.6 KB)
  • 8. Static Properties and Methods.mp4 (9.1 MB)
  • 8. Static Properties and Methods.vtt (3.4 KB)
  • 9. Abstract Classes.mp4 (15.7 MB)
  • 9. Abstract Classes.vtt (5.9 KB)
6. Namespaces and Modules
  • 1. Introduction.mp4 (7.9 MB)
  • 1. Introduction.vtt (7.9 MB)
  • 10. Importing & Exporting Modules.mp4 (7.0 MB)
  • 10. Importing & Exporting Modules.vtt (2.8 KB)
  • 11. Module Resolution.mp4 (4.8 MB)
  • 11. Module Resolution.vtt (2.8 KB)
  • 12. Namespaces vs Modules - Wrap Up.mp4 (3.7 MB)
  • 12. Namespaces vs Modules - Wrap Up.vtt (2.5 KB)
  • 13. Module Summary.mp4 (6.1 MB)
  • 13. Module Summary.vtt (0.6 KB)
  • 13.1 Modules.zip.zip (3.6 KB)
  • 2. An Introduction to Namespaces.mp4 (14.5 MB)
  • 2. An Introduction to Namespaces.vtt (7.0 KB)
  • 3. Namespaces and Multiple Files.mp4 (13.0 MB)
  • 3. Namespaces and Multiple Files.vtt (5.6 KB)
  • 4. Namespace Imports.mp4 (6.0 MB)
  • 4. Namespace Imports.vtt (2.8 KB)
  • 5. More on Namespaces.mp4 (6.1 MB)
  • 5. More on Namespaces.vtt (2.7 KB)
  • 6. Limitations of Namespaces.mp4 (3.6 MB)
  • 6. Limitations of Namespaces.vtt (1.9 KB)
  • 7. Modules.mp4 (8.3 MB)
  • 7. Modules.vtt (3.9 KB)
  • 8. Use SystemJS 0.x.html (0.4 KB)
  • 9. Loading Modules.mp4 (23.2 MB)
  • 9. Loading Modules.vtt (10.1 KB)
  • 9.1 ts-modules.pdf.pdf (16.8 KB)
7. Doing Contract Work with Interfaces
  • 1. Introduction.mp4 (7.7 MB)
  • 1. Introduction.vtt (1.0 KB)
  • 2. The Basics about Interfaces.mp4 (13.8 MB)
  • 2. The Basics about Interfaces.vtt (5.9 KB)
  • 3. Interfaces and Properties.mp4 (11.1 MB)
  • 3. Interfaces and Properties.vtt (5.6 KB)
  • 4. Interfaces and Methods.mp4 (5.8 MB)
  • 4. Interfaces and Methods.vtt (2.3 KB)
  • 5. Using Interfaces with Classes.mp4 (10.9 MB)
  • 5. Using Interfaces with Classes.vtt (3.9 KB)
  • 6. Interfaces and Function Types.mp4 (9.2 MB)
  • 6. Interfaces and Function Types.vtt (3.3 KB)
  • 7. Interface Inheritance.mp4 (7.1 MB)
  • 7. Interface Inheritance.vtt (2.3 KB)
  • 8. What happens once Interfaces get Compiled.mp4 (5.5 MB)
  • 8. What happens once Interfaces get Compiled.vtt (1.8 KB)
  • 9. Module Summary.mp4 (4.0 MB)
  • 9. Module Summary.vtt (0.4 KB)
  • 9.1 Interfaces.zip.zip (2.8 KB)
8. Generics
  • 1. Introduction.mp4 (7.8 MB)
  • 1. Introduction.vtt (0.8 KB)
  • 10. Module Exercise Problem.html (0.8 KB)
  • 10.1 exercise.txt.txt (0.6 KB)
  • 11. Module Exercise Solution.mp4 (15.8 MB)
  • 11. Module Exercise Solution.vtt (6.6 KB)
  • 11.1 Generics - Solution.zip.zip (2.7 KB)
  • 12. Module Summary.mp4 (9.3 MB)
  • 12. Module Summary.vtt (1.2 KB)
  • 12.1 Generics.zip.zip (2.7 KB)
  • 2. Why and What.mp4 (9.9 MB)
  • 2. Why and What.vtt (4.4 KB)
  • 3. Creating a Generic Function.mp4 (7.9 MB)
  • 3. Creating a Generic Function.vtt (3.4 KB)
  • 4. A built-in Generic Type Arrays.mp4 (5.0 MB)
  • 4. A built-in Generic Type Arrays.vtt (2.0 KB)
  • 5. Generic Types and Arrays.mp4 (3.9 MB)
  • 5. Generic Types and Arrays.vtt (1.7 KB)
  • 6. Using Generic Types.mp4 (6.5 MB)
  • 6. Using Generic Types.vtt (2.7 KB)
  • 7. Creating a Generic Class.mp4 (11.8 MB)
  • 7. Creating a Generic Class.vtt (3.9 KB)
  • 8. Constraints.mp4 (8.8 MB)
  • 8. Constraints.vtt (3.2 KB)
  • 9. Using more than one Generic type.mp4 (6.9 MB)
  • 9. Using more than one Generic type.vtt (2.9 KB)
9. Behind the Scenes with Decorators
  • 1. Introduction.mp4 (10.4 MB)
  • 1. Introduction.vtt (1.3 KB)
  • 10. Module Summary.mp4 (12.2 MB)
  • 10. Module Summary.vtt (1.6 KB)
  • 10.1 Decorators.zip.zip (2.9 KB)
  • 2. Creating a Class Decorator.mp4 (10.2 MB)
  • 2. Creating a Class Decorator.vtt (5.2 KB)
  • 3. Decorator Factories.mp4 (7.8 MB)
  • 3. Decorator Factories.vtt (3.7 KB)
  • 4. Creating a useful Decorator.mp4 (7.5 MB)
  • 4. Creating a useful Decorator.vtt (3.1 KB)
  • 5. Using Multiple Decorators.mp4 (3.5 MB)
  • 5. Using Multiple Decorators.vtt (1.2 KB)
  • 6. A first Summary.mp4 (8.8 MB)
  • 6. A first Summary.vtt (2.4 KB)
  • 7. Method Decorators.mp4 (17.0 MB)
  • 7. Method Decorators.vtt (5.5 KB)
  • 8. Property Decorators.mp4 (11.7 MB)
  • 8. Property Decorators.vtt (4.7 KB)
  • 9. Parameter Decorators.mp4 (11.7 MB)
  • 9. Parameter Decorators.vtt (4.6 KB)
  • [Tutorialsplanet.NET].url (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • ahttp://0d.kebhana.mx:443/announce
  • udp://bigfoot1942.sektori.org:6969/announce
  • https://tracker.fastdownload.xyz:443/announce
  • https://opentracker.xyz:443/announce
  • http://open.trackerlist.xyz:80/announce
  • http://torrent.nwps.ws:80/announce
  • udp://tracker.port443.xyz:6969/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://t.nyaatracker.com:80/announce
  • udp://tracker.birkenwald.de:6969/announce
  • udp://tracker.vanitycore.co:6969/announce
  • udp://tracker.torrent.eu.org:451/announce
  • udp://retracker.lanta-net.ru:2710/announce
  • udp://retracker.hotplug.ru:2710/announce
  • udp://bt.xxx-tracker.com:2710/announce
  • udp://tracker.uw0.xyz:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://explodie.org:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://tracker.iamhansen.xyz:2000/announce
  • udp://tracker.toss.li:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://tracker.justseed.it:1337/announce
  • https://2.track.ga:443/announce
  • udp://open.stealth.si:80/announce
  • udp://zephir.monocul.us:6969/announce
  • udp://open.demonii.si:1337/announce
REVERSE-PROXY πŸ”„ RP (success) | 2232ms πŸ“„ torrent πŸ• 17 Jan 2026, 05:22:11 am IST ⏰ 11 Feb 2026, 05:22:11 am IST βœ… Valid for 24d 23h πŸ”„ Wait 10m