وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Svelte, Perl, Shell Scripting and C++ Course Bundle

سرفصل های دوره

1. Shell Scripting from basics to advance
  • 1. Introduction
  • 2. 2 Shell, Kernel, Terminal and more
  • 3. 3 View System Date Calander
  • 4. 4 Create files and directories
  • 5. 5 Text, Files, Create, Merge and Play
  • 6. 6 Rename & Delete files & Directories
  • 7. 7 Create Copies, Links to Files and Direct
  • 8. 8 file Permissions
  • 9. 9 See Whats in using LS
  • 10. 10 Change file permissions using chmod
  • 11. 11 Word Characters using WC
  • 12. 12 Sort
  • 13. 13 Cut through your files
  • 14. 14 Convert and Copy files with dd
  • 15. 15 View fancy text
  • 16. 16 Hello world
  • 17. 17 Use of commands in your scripts
  • 18. 18 Shell Variables Grab User Input Using
  • 19. 19 Positional Parameters
  • 20. 20 More on Positional Parameters
  • 21. 21 Reverse Quotes Or Accent Graves
  • 22. 22 Count The Number Of Command Kline Argum
  • 23. 23 Math On Integers Using
  • 24. 24 Operator Precedence
  • 25. 25 Math On Real Numbers
  • 26. 26 Escape Sequences
  • 27. 27 Do Cool Things With Tput
  • 28. 28 If Then Statement In Action
  • 29. 29 If Then Else Statement
  • 30. 30 Run Checks On Numbers
  • 31. 31 Run Checks On File
  • 32. 32 Append Text To File Through Shell Scrip
  • 33. 33 Run Checks On Strings
  • 34. 34 The And Logical Operator
  • 35. 35 Count The Numbers Of Characters
  • 36. 36 The Or Logical Operator
  • 37. 37 The Case Statement
  • 38. 38 Another Date With Case Statement
  • 39. 39 The While Loop
  • 40. 40 The Untill Loop
  • 41. 41 The For Loop
  • 42. 42 Rant And Little Work
  • 43. 43 Search Patterns Using Grep
  • 44. 44 The Passwd File Explained
  • 45. 45 The Internal Field Separator
  • 46. 46 Passwd File Revisited
  • 47. 47 Reading From A File
  • 48. 48 Sleep While You Are At Work
  • 49. 49 Count The Number Of Words Using Wc
  • 50. 50 Fetch And Redirect Using For Loop
  • 51. 51 Nested Loops
  • 52. 52 The Break Statement
  • 53. 53 The Continue Statement
  • 54. 54 More On Metacharacters
  • 55. 55 Adding And Removing Users
  • 56. 56 Know When Users Login Part 1
  • 57. 57 Know When User Login Part 2
  • 58. 58 Know When Users Login Final Part
  • 59. 59 Communicate With Other Users Using Writ
  • 60. 60 Create Your Own Commands Using Function.
  • 61. 61 Executing Multiple Scripts

  • 2. Svelte JS Framework Complete Guide
  • 1. 1. #1. Svelte is the Future - Learn About It In This Course
  • 2. 2. How to install node and visual studio code #2 Complete setup for svelte fra
  • 3. 3. Project folder Structure of Svelte #3 RDH Code Svelte complete tutorials
  • 4. 4. What is dot svelte file in svelte #4 RDH Code Svelte tutorial course
  • 5. 5. How to Bind Text in Svelte #5 RDH Code Svelte complete course tutorails f
  • 6. How to bind html in svelte #6 - RDH Code - Svelte complete tutorial course from
  • 7. How to Bind Attributes in Svelte #7 - RDH Code - Attribute binding - Svelte cour
  • 8. What is Conditional Rendering in Svelte #9 (2022) - RDH Code - How conditional R
  • 9. List Rendering in Svelte #10 - RDH Code - How to render list in svelte
  • 10. 11. Rating Anime with help of list and keys in svelte #11 (2022) RDH Code
  • 11. 12. What is event handling in Svelte #12 RDH Code
  • 12. 13. Form Handling in Svelte Part -1 (2022) #13
  • 13. 14. Form Handling in Svelte Part - 2 (2022) #14
  • 14. 15. Reactive Declarations
  • 15. 16. Reactive Statements
  • 16. 17. Components
  • 17. Component Props in Svelte #18RDH Code
  • 18. Context API in Svelte #19RDH Code
  • 19. Component Events in Svelte #20RDH Code
  • 20. Event Forwarding in Svelte #21RDH Code
  • 21. Slots in Svelte #22RDH Code
  • 22. Named Slots in Svelte#23Svelte Crash Course
  • 23. What is Slot Props in Svelte#24
  • 24. Component Styles in Svelte#25
  • 25. Lifecycle Hooks in Svelte#26
  • 26. How to Make HTTP Request in Svelte#27
  • 27. This Binding in Svelte#28
  • 28. Dynamic Components in Svelte#29
  • 29. Module Context in Svelte#30
  • 30. Stores in Svelte#31
  • 31. Writable Stores in Svelte#32
  • 32. Readable Stores in Svelte#33
  • 33. Custom Stores#34Last video of this svelte Course

  • 3. Perl Programming from basics to advance
  • 1. 1 Introduction Perl Programming
  • 2. 2 Comments Perl Programming
  • 3. 3 Escape Sequences Perl Programming
  • 4. 4. Scalar Variable Perl Programming
  • 5. 5 Array Perl Programming
  • 6. 6 Array Operations Perl Programming
  • 7. 7 Adding And Removing Arrays Elements
  • 8. 8 Slicing Arrays
  • 9. 9 Replacing Array Elements
  • 10. 10 Converting Arrays To String
  • 11. 11 Converting Strings To Arrays
  • 12. 12 Sort And Merge Arrays
  • 13. 13 Hashes Perl Programming
  • 14. 14 Slicing Hashes
  • 15. 16 Check Element Existence
  • 16. 18 Adding And Removing Hash Elements
  • 17. 19 If Statement
  • 18. 20 If Else Statement
  • 19. 21 Else If Statement
  • 20. 24 Conditional Operator
  • 21. 25 While Loop
  • 22. 27 For Loop
  • 23. 28 For Each Loop
  • 24. 29 Do While Loop
  • 25. 30 Nested Loops
  • 26. 31 Next Statement
  • 27. 32 Last Statement
  • 28. 33 Redo Statement
  • 29. 35 Arithmetic Operators
  • 30. 36 Comparison Operators
  • 31. 37 - 46
  • 32. 47 - 57

  • 4. C++
  • 1. 1 C++ Introduction
  • 2. 2 Program Structure(1)
  • 3. 3 Comments Whitespace Identifiers And More
  • 4. 4 New Line In Output
  • 5. 5 Data Types
  • 6. 6 Scope Of Variables
  • 7. 7 Constants
  • 8. 8 Escape Sequences
  • 9. 9 Arithmetic Operators
  • 10. 10 Logical Operator(1)
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 8620
    حجم: 4030 مگابایت
    مدت زمان: 765 دقیقه
    تاریخ انتشار: 10 فروردین 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید