Aditya Chatterjee's Blog, page 33
May 8, 2023
Mario less and Mario more - CS50 Exercise
In this article at OpenGenus, we have solved the Mario less and Mario more problem in CS50. This involves printing a pyramid pattern.
Table of contents:
Mario-less ProgrammeMario-moreMario-less Programme_
Problem statementDesign a program that allows the user to enter a positive integer between 1 and 8 as the height of a pyramid. The program should validate the input and then print a pyramid structure using the '#' symbol. Each row of the pyramid should have a number of bricks equal to the...
May 7, 2023
Opto Electronic Devices [Complete Guide]
Overview of Analog Communication
In this article at OpenGenus, we will go through an overview of Analog Communication.
Table of contents:
ModulationAnalog to analog conversionTypes of analog to analog conversionAmplitude Modulation (AM)Applications of Amplitude modulationFrequency modulation (FM)Applications of Amplitude modulationPhase Modulation (PM)Applications of Phase ModulationModulationSuperimposition of a low-frequency signal on a high-frequency carrier signal.Analog to analog conversionAnalog signal is...SQLite - Deleting Database
In this article at OpenGenus, we explain how to delete data safely from SQLite tables using commands like DELETE and DROP TABLE, as well as foreign key constraints like ON DELETE. It emphasizes the importance of using these commands with caution to avoid unintentional data loss and maintain data integrity.
Table of Content :
IntroductionDELETE commandForeign Key constraintsunsafe deletionON DELETE commandExplanationschema.sql fileexample using on DELETE functionconclusion.Intro...Neuralink: Elon Musk's Ground-breaking Brain-Machine Interface
Founded by entrepreneur and billionaire Elon Musk, Neuralink is a neurotechnology company that aims to develop a brain-computer interface (BCI) that would allow humans to communicate directly with machines. This disruptive technology has the potential to revolutionize the way we live, work and interact with the world around us.
Table of content
IntroductionWhat is Neuralink?How does Neuralink work?Potential Applications of NeuralinkMedicineEntertainmentGamingTransportationCriticisms ...May 6, 2023
Web Sockets vs REST
// Table of contents
Introduction WebSocket REST Comparison: WebSocket vs REST ConclusionIntroduction
When it comes to web development, two of the most popular communication protocols are WebSocket and REST. While they both facilitate communication between a client and server, they have distinct differences in terms of their structure, performance, and use cases. In this article at OpenGenus, we will compare WebSocket and REST and explore their advantages and disadvantage...
May 5, 2023
Introduction to Ensemble Learning
We have several classifier that classify our data well, but not great, and we had like to combine them into a super classifier that classify our data very well. This discipline is called Ensemble learning.
May 4, 2023
Matrix Multiplication vs Dot Product
In this article at OpenGenus, we have explored the importance and link between Matrix Multiplication and Dot Product both in general and in the field of Deep Learning (DL).
Table of contents:
What is Matrix Multiplication and Dot Product?Matrix Multiplication == Dot ProductMatrix Multiplication and Dot Product in Deep Learning (DL)What is Matrix Multiplication and Dot Product?Dot Product of 2 matrices of the same size is the addition of each element multiplied by the element at the same in...
May 3, 2023
How To Start dropshipping in 2023!
With this article at OpenGenus, you will learn about methods where the store buys products from a third party and ships them directly to the customer. Benefits include low start-up costs, scalability, low risk, and location independence. Tips include choosing a niche, finding a supplier, creating an online store, marketing, and managing the business.
Table of contents for the Dropshipping :
What is Dropshipping?How Does Dropshipping Work?Benefits of DropshippingChoosing a NicheFinding a Sup...SQLite - Writing database
This Article at OpenGenus teaches how to write data to an SQLite database using SQL statements. Explains the basic syntax and usage of INSERT INTO statement. This includes examples for inserting data into a table with and without specifying columns.
SQLite allows importing data from and exporting data to CSV files for convenient data management.
Table of content
IntroductionDatabase Creationwriting to databaseAuto id insertionAdding multiple valuesWriting from a .cvs filecsv data exam...