Simple Snippets
Simple Snippets
  • Видео 608
  • Просмотров 28 905 651
1 - Introduction to Computer Graphics (Full Course) | Computer Graphics for beginners
In this video we will take an introduction to Computer Graphics course. We will understand some important terms and definitions in computer graphics and also view the overall course syllabus to be covered in this course playlist.
---------------------------------------------------------------------------------------------
Full Code & Other resources -
Full Playlist -
---------------------------------------------------------------------------------------------
Support Simple Snippets by Donations -
Google Pay UPI ID - tanmaysakpal11@okicici
PayPal - paypal.me/tanmaysakpal11
---------------------------------------------------------------------------------------------
Timecodes -
------------------...
Просмотров: 1 779

Видео

I asked ChatGPT to choose between C++ or Java Programming Language for Beginners & it picked this...
Просмотров 14 тыс.9 месяцев назад
So modern day AI has definitely had a huge impact on humans in almost every domain especially in computer science & Technology. As beginners we often get confused to pick our very first programming language to start off and generally all advices & suggestions we get from seniors, mentors, teachers, programmers are biased in the sense that these humans will suggest the programming language which...
59 - themeroller in jQuery UI | theme roller customizations in jQuery UI
Просмотров 82410 месяцев назад
ThemeRoller is a web app that offers a fun and intuitive interface for designing and downloading custom themes for jQuery UI. You can find ThemeRoller in the "Themes" section of the jQuery UI site, or by following this link: jQuery UI ThemeRoller. jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applicat...
58 - Resizable Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 22910 месяцев назад
Resizable widget enables us to change the size of an element using the mouse. jQueryUI provides resizable() method to resize any DOM element. This method simplifies the resizing of element which otherwise takes time and lot of coding in HTML. The resizable () method displays an icon in the bottom right of the item to resize. jQuery UI is a widget and interaction library built on top of the jQue...
57 - Sortable Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 20410 месяцев назад
Sortable widget allows to reorder elements in a list or grid using the mouse. This method performs sortability action based upon an operation string passed as the first parameter. jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications. In other words - jQuery UI is a collection of GUI widgets, ani...
56 - Draggable Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 25410 месяцев назад
Draggable widget Allow elements to be moved using the mouse. Once the element is draggable, you can move that element by clicking on it with the mouse and dragging it anywhere within the viewport. jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications. In other words - jQuery UI is a collection of...
55 - More Widgets & Customizations in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 27810 месяцев назад
jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications. In other words - jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML. Full Code & Other resources - simplesnippets.tech/courses/javascript-programming-tutoria...
54 - Auto Complete Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 18710 месяцев назад
Autocomplete widget Enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering. Auto completion is a mechanism frequently used in modern websites to provide the user with a list of suggestions for the beginning of the word, which he/she has typed in a text box. The user can then select an item from the list, which will be displa...
53 - Dialog Box Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 26810 месяцев назад
Dialog boxes are one of the nice ways of presenting information on an HTML page. A dialog box is a floating window with a title and content area. This window can be moved, resized, and of course, closed using "X" icon by default. jQueryUI provides dialog() method that transforms the HTML code written on the page into HTML code to display a dialog box. jQuery UI is a widget and interaction libra...
52 - Accordian Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 16510 месяцев назад
Accordian Widget Displays collapsible content panels for presenting information in a limited amount of space. jQuery UI Accordian is an expandable and collapsible content holder that is broken into sections and probably looks like tabs. jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications. In ot...
51 - Tool Tip Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 19510 месяцев назад
Tooltips can be attached to any element. When you hover the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip. But as it's not a native tooltip, it can be styled. Any themes built with ThemeRoller will also style tooltips accordingly. Tooltips are also useful for form elements, to show some additional information in the con...
50 - Date Picker Widget in jQuery UI | jQuery Tutorials for Beginners | jQuery UI Library
Просмотров 35010 месяцев назад
The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value. A date-picker of jQuery UI is used to provide a calendar to the user to select the date from...
49 - Introduction to jQuery UI | jQuery tutorials for Beginners | jQuery UI Library
Просмотров 59710 месяцев назад
jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications. In other words - jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML. Full Code & Other resources - simplesnippets.tech/courses/javascript-programming-tutoria...
48 - jQuery HTML DOM manipulations(Part - 4) | jQuery Tutorials for Beginners
Просмотров 24110 месяцев назад
48 - jQuery HTML DOM manipulations(Part - 4) | jQuery Tutorials for Beginners
47 - jQuery HTML DOM manipulations(Part - 3) | jQuery Tutorials for Beginners
Просмотров 21110 месяцев назад
47 - jQuery HTML DOM manipulations(Part - 3) | jQuery Tutorials for Beginners
46 - jQuery HTML DOM manipulations(Part - 2) | jQuery Tutorials for Beginners
Просмотров 17310 месяцев назад
46 - jQuery HTML DOM manipulations(Part - 2) | jQuery Tutorials for Beginners
45 - jQuery HTML DOM manipulations(Part - 1) | jQuery Tutorials for Beginners
Просмотров 20710 месяцев назад
45 - jQuery HTML DOM manipulations(Part - 1) | jQuery Tutorials for Beginners
44 - jQuery Callback and Chaining | jQuery tutorials for Beginners
Просмотров 24810 месяцев назад
44 - jQuery Callback and Chaining | jQuery tutorials for Beginners
43 - Effects in jQuery (Part - 2) | Animate Effect in jQuery | jQuery Tutorials for Beginners
Просмотров 22410 месяцев назад
43 - Effects in jQuery (Part - 2) | Animate Effect in jQuery | jQuery Tutorials for Beginners
42 - Effects in jQuery (Part - 1) | jQuery Tutorials for Beginners
Просмотров 22410 месяцев назад
42 - Effects in jQuery (Part - 1) | jQuery Tutorials for Beginners
41 - Events in jQuery (Part - 2) | jQuery Tutorials for Beginners
Просмотров 21710 месяцев назад
41 - Events in jQuery (Part - 2) | jQuery Tutorials for Beginners
40 - Events in jQuery(Part - 1) | jQuery Tutorials for Beginners
Просмотров 21610 месяцев назад
40 - Events in jQuery(Part - 1) | jQuery Tutorials for Beginners
39 - Selectors in jQuery(Part - 2) | jQuery Library | jQuery Tutorials for beginners
Просмотров 22710 месяцев назад
39 - Selectors in jQuery(Part - 2) | jQuery Library | jQuery Tutorials for beginners
38 - Selectors in jQuery(Part - 1) | jQuery Library | jQuery Tutorials for beginners
Просмотров 32510 месяцев назад
38 - Selectors in jQuery(Part - 1) | jQuery Library | jQuery Tutorials for beginners
37 - Introduction to jQuery | JavaScript Library | jQuery tutorials for Beginners
Просмотров 32810 месяцев назад
37 - Introduction to jQuery | JavaScript Library | jQuery tutorials for Beginners
36 - Basic Animations in JavaScript(Part - 2) | Zoom In & Zoom Out Animations in JavaScript
Просмотров 21510 месяцев назад
36 - Basic Animations in JavaScript(Part - 2) | Zoom In & Zoom Out Animations in JavaScript
35 - Basic Animations in JavaScript(Part - 1) | Fade In & Fade Out Animations in JavaScript
Просмотров 24710 месяцев назад
35 - Basic Animations in JavaScript(Part - 1) | Fade In & Fade Out Animations in JavaScript
34 - settimeout() and setinterval() functions in JavaScript | Timing Functions in JavaScript
Просмотров 20910 месяцев назад
34 - settimeout() and setinterval() functions in JavaScript | Timing Functions in JavaScript
33 - Using Developer Tools | Console.Log in JavaScript | Chrome Developer Tools
Просмотров 31510 месяцев назад
33 - Using Developer Tools | Console.Log in JavaScript | Chrome Developer Tools
32 - Email Validation in JavaScript using Regular Expressions | Regular Expressions in JavaScript
Просмотров 38910 месяцев назад
32 - Email Validation in JavaScript using Regular Expressions | Regular Expressions in JavaScript

Комментарии

  • @blzrL
    @blzrL 11 часов назад

    for those still struggling to get a deeper understanding, hopefully it being expanded can help; x = x + y y = x - y x = x - y is really x = x+y therefore, with substitution y = (x+y)-y = y and x = (x+y) - ((x+y)-y) = (x+y) - ((x)) = (x+y) - x = y its taking the fact that if we turned one of the values into a sum of both, we can always get that information back by subtracting by the other variable, and vice versa x+y-y=x x+y-x=y so once we change x into x+y, we can set y to the same but with it being subtracted by the value it's storying, so we get x = x + y y = x which since it works vice versa, we can do the same operation like it never changed since the last state, only switched, subtracting x by the y

  • @user-ww1ou3sm5n
    @user-ww1ou3sm5n День назад

    Nice explanation ❤

  • @justreason5868
    @justreason5868 День назад

    Detailed explanation....

  • @abdulwahab-jx5ih
    @abdulwahab-jx5ih День назад

    😍Love From Pakistan .Sir i always use your videos for increasing my knowledge .I also learn C++ on your Channel your way of speaking and talking and conveying msg is just amazing love you sirr🥰

  • @JavedAslamMemon
    @JavedAslamMemon 3 дня назад

    bro can you start talking in hindi we dont undderstand properly

  • @bushmaster75
    @bushmaster75 3 дня назад

    Excellent Tutorial

  • @BushraFatima-w3e
    @BushraFatima-w3e 3 дня назад

    I am facing an error when i compile and run the code i.e reference to 'distance' is ambiguous

  • @Abdellah_sb3
    @Abdellah_sb3 4 дня назад

    just wooooooow , amazing explanation 🤤

  • @prakashanubhav
    @prakashanubhav 4 дня назад

    sir 6,6 does not satisfy the equation x+y>= 16 so it has been neglected but how we can analyze that from the graph without actually putting it in the equation , btw very nice playlist as well as explanation

  • @gabriellagarcia3996
    @gabriellagarcia3996 5 дней назад

    BEST VIDEO ON THIS TOPIC EVER!

  • @konstantinossimatos3466
    @konstantinossimatos3466 5 дней назад

    main switch(menu()) { case 1: cout << "Enter value: " ; cin >> value; if(!q.isFull()) q.enqueue(value); else cout << "Stack is Full" << endl; break; case 2: if(!q.isEmpty()) cout << q.dequeue() << endl; else cout << "Stack is Empty" << endl; break; class ///////////////////////////////////////////////////////////// void enqueue(int val) { if(front == -1) ++front; arr[++rear] = val; } ///////////////////////////////////////////////////////////// int dequeue() { int val = arr[front]; arr[front] = 0; if(front == rear) front = rear = -1; else ++front; return val; } //////////////////////////////////////////////////////////////

  • @konstantinossimatos3466
    @konstantinossimatos3466 5 дней назад

    When we create methods it is in the responsibility of the user (programmer) to make good use of those methods. For example, since you implemented the isEmpty() and isFull() methods, it is better to use them (in main method) before calling the enqueue and dequeue and not use them inside methods. example in class ///////////////////////////////////////////////////////////// void enqueue(int val) { if(front == -1) ++front; arr[++rear] = val; } ///////////////////////////////////////////////////////////// int dequeue() { int val = arr[front]; arr[front] = 0; if(front == rear) front = rear = -1; else ++front; return val; } ////////////////////////////////////////////////////////////// in main() case 1: cout << "Enter value: " ; cin >> value; if(!q.isFull()) q.enqueue(value); else cout << "Stack is Full" << endl; break; case 2: if(!q.isEmpty()) cout << q.dequeue() << endl; else cout << "Stack is Empty" << endl; break;

  • @kalpakpatil5489
    @kalpakpatil5489 5 дней назад

    6-7 years old playlist , still worth it....!

  • @MKSundaram
    @MKSundaram 5 дней назад

    I'm encountering an error with the 5th use case and the corresponding code. The main method is defined inside a class named TestThis7, which seems to be causing the issue. If I remove the TestThis7 class entirely, the code executes without errors. Am I misunderstanding something, or is there a specific reason the main method is inside a class? I'd appreciate any help in understanding this. Thanks!

  • @poisonedrice
    @poisonedrice 6 дней назад

    Thank you, excellent explanation

  • @sangeetakumbhar2959
    @sangeetakumbhar2959 7 дней назад

    Can u please add tower of Hanoi too

  • @BabiBhaumik
    @BabiBhaumik 7 дней назад

    This dude is teaching it for 5 years 💀💀

  • @user-ro1ct2cm5i
    @user-ro1ct2cm5i 7 дней назад

    thank you , you are great

  • @AchrafTITO-vl1hi
    @AchrafTITO-vl1hi 9 дней назад

    Thank you sir

  • @user-cd2mw5fj8b
    @user-cd2mw5fj8b 9 дней назад

    This was very much helpful. God bless you ! You probably have to post more.

  • @vishalpawar-dm6fv
    @vishalpawar-dm6fv 9 дней назад

    Thank you sir 🙏❤

  • @ChemsiNajat
    @ChemsiNajat 9 дней назад

    The best

  • @NGETICHGILBERT-xt7wt
    @NGETICHGILBERT-xt7wt 10 дней назад

    Well explained!! Thank you👏

  • @israrqayyum7
    @israrqayyum7 11 дней назад

    Good

  • @Theopister-y9k
    @Theopister-y9k 12 дней назад

    This is very helpful thanx alot

  • @felix_ri
    @felix_ri 13 дней назад

    The intro is diabolical

  • @user-ro1ct2cm5i
    @user-ro1ct2cm5i 13 дней назад

    thx , the code which you provided isnt the same code you write it in the video

  • @swea2827
    @swea2827 13 дней назад

    this 4 minutes 28 secs is all I ever needed

  • @chandraprakash4476
    @chandraprakash4476 13 дней назад

    Excellent Explanation , Thank you very much

  • @user-ro1ct2cm5i
    @user-ro1ct2cm5i 14 дней назад

    amazing

  • @user-ro1ct2cm5i
    @user-ro1ct2cm5i 14 дней назад

    YOU ARE GREAT

  • @RAAFTAR-yo1my
    @RAAFTAR-yo1my 14 дней назад

    Og bro

  • @fanos2439
    @fanos2439 14 дней назад

    Hats off, no one in youtube has explained this concepts so thoroughly💯

  • @AchrafTITO-vl1hi
    @AchrafTITO-vl1hi 15 дней назад

    Thank you sir , well explained

  • @saniabaloch5952
    @saniabaloch5952 15 дней назад

    Best Explanation Thankyouu soo much❤❤

  • @user-pr7hc7ew3h
    @user-pr7hc7ew3h 15 дней назад

    MashAllah very beautiful method of teaching ❤.

  • @fezalinakandol1948
    @fezalinakandol1948 15 дней назад

    For some reason I am getting an error at my mergeSort member function the erro reads expected unqualified-I’d before ‘{‘ what could this mean

  • @gamsterilyass2952
    @gamsterilyass2952 16 дней назад

    ❤❤❤❤

  • @twahanadeem2603
    @twahanadeem2603 16 дней назад

    try with recursion please

  • @gamsterilyass2952
    @gamsterilyass2952 18 дней назад

    ❤❤❤

  • @gamsterilyass2952
    @gamsterilyass2952 18 дней назад

    ❤❤

  • @gamsterilyass2952
    @gamsterilyass2952 18 дней назад

    ❤❤❤

  • @gayiii1911
    @gayiii1911 19 дней назад

    Thankyou

  • @gamsterilyass2952
    @gamsterilyass2952 19 дней назад

    ❤❤❤❤❤❤

  • @user-ju8zn7cy6s
    @user-ju8zn7cy6s 20 дней назад

    Very nice and easy lecture

  • @jessielin6268
    @jessielin6268 20 дней назад

    thank you so much teacher, it helps me a lot❤❤❤

  • @saniyasani76
    @saniyasani76 20 дней назад

    Anyone from bsc cs?

  • @MrHEdits.
    @MrHEdits. 20 дней назад

    sisters and their brothers. why I'm getting puzzled

  • @VengatRamanan01
    @VengatRamanan01 20 дней назад

    max keys per node is 2 * degree - 1 and minimum keys per node is degree - 1

  • @adityakhawas9310
    @adityakhawas9310 21 день назад

    Your videos are soo good i am following through now. I am stuck can you please help the bootstrap card is not showing its border.