Animations with Particles in Computer Graphics
Animations with Particles and Particle Systems. Lets say we are asked to make an animation of throwing a basketball. How can we do? We can use Position Based or Physically Based Animation.
Ray Tracing in Computer Graphics
Ray Tracing is another rendering method. Rasterization is an object-based approach to scene rendering, Ray tracing, by contrast, colors the pixels first, then identifies them with objects later.
Rasterization in Computer Graphics
How Triangles are drawn in Computer Graphics? How to draw the triangle on the signal display using position of triangle vertices?
DreamBooth, Textual Inversion, LoRA
Cover popular token personalization techniques used in Stable Diffusion, including DreamBooth, Textual Inversion, LoRA
How to set my CUDA_HOME in a conda environment?
Messing with CUDA is alway pain in the back. How do I set my CUDA_HOME in a conda environment? Where is nvcc located?
Software Engineering - Practice Questions
Topics covered Process Models, Requirement Engineering, Testing, Modularity, Design Pattern, Code Smell, Architectual Pattern
Computer Science - Practice Questions
Topics cover Algorithms, OS, Propositional Logic, Thread, ADT, Data Structures
Abstract Data Types and Data Relations
Topics covered Abstract Data Types, Data Relations, Orderings, C++ STL Data Structures
OS, Concurrency and Threads
Topics covered OS Architecture, Process, Concurrency, Threads, Memory
Logic for Computer Scientists - Propositional Logic Proof System
Topics cover Propositional Logic Proof System (Resolution), Resolution Graph and SAT Solvers