EN / USD
220 Items
 Home
Blog
Set Up a Network Printer with Raspberry Pi 4
Set Up a Network Printer with Raspberry Pi 4, printer with raspberry pi 4, printer rpi4, rpi4 printer, raspberry pi 4 printer, network printer with raspberry pi 4
Thank you for being here for today's tutorial of our in-depth Raspberry Pi programming tutorial. The previous tutorial demonstrated the proper wiring of the photoresistor sensor to the GPIO pins. Finally, we learned how it might be included in a Python script for data collection and analysis needs. We also looked at the functions of each component in the circuit. However, I'll walk you through installing a Pi 4 Print Server in this guide. While installing the program is straightforward, setting it up so that a Windows network can locate the print server requires a little more effort. Rather than spending hundreds of dollars upgrading to a laser printer, you may easily upgrade your current USB printer to laser quality by installing a print server. Because of this software, you no longer ha ...
Blog
Form Validation in ASP.NET Core
Form Validation in ASP.NET Core, Validation in ASP.NET Core, Validation ASP.NET Core, asp.net core validation, validation attributes in asp.net core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at Form Validation in ASP.NET Core. It's our 15th tutorial in ASP.NET Core series. In our previous lecture, we have created a Registration Form for our engineering website. But we haven't added any validations on the submitted data. So, even if users don't fill any boxes and just hit the Register Button, a new user will be created without any personal info. So, today we will place some checks on these text boxes to validate the user submitted data. So, let's get started with it: Form Validation in ASP.NET Core Validations in ASP.NET Core are available in the form of attributes & Tag Helpers. Validation Attributes are applied on Properties in Model clas ...
Blog
How to use while Loop in C#
How to use while Loop in C#, while loop c#, C# while loop, while loop in c#
Hello friends, I hope you all are great. Today, I am posting 10th tutorial in C# series and its about How to use while Loop in C#. It's gonna be a quick tutorial, as there's not much to discuss. In our 8th tutorial in C# series, we have had a look at How to use IF Loop in C# and we have seen that IF loop takes a Boolean expression and if it's TRUE then it allows the compiler to enter in it just once. While loop is quite similar to IF loop as it takes a Boolean expression as well but it will keep on executing again & again, so let's have a look at it in detail: How to use while Loop in C# While Loop in C# takes a Boolean expression as a condition and it will keep on executing as long as the conditional expression returns true, we can say Exe ...
Blog
How to Add C# Controls in Windows Form ???
c# controls, C# control, controls in c#, c#programming for controls
Hello everyone, hope you all are fine and having fun with your lives. Today, I am going to show you How to add C# Controls in your project. In our previous tutorial, we have seen an Introduction to C# Windows Forms in which we have created our first project and then we have discussed all about its different features like How to use Properties etc. and if you haven't read it yet then I would suggest you to read that one first as I am gonna continue from that tutorial onward. So, I am assuming that you have read Introduction to C# Windows Forms and you have your first project created and ready to use. So, if you have dne exactly as I have shown in my previous tutorial then you have a for as shown in the below figure: ...
Blog
C# LinkLabel Control
C# linklabel control, introduction to C# linklabel control, intro to C# linklabel control, basics of C# linklabel control
Hey Everyone! Hope you all are doing great and enjoying your lives. My job is to keep you updated with useful information that helps you excel in your relevant field. Today, I am going to give the details on the C# Linklabel Control. This control allows you to display a hyperlink. It exhibits all the properties given by C# Label Control but it is explicitly used for displaying useful information on the hyperlink. I'll try to cover each and every aspect related to C# Linklabel Control so you don't need to go anywhere for finding the information regarding this control. Let's hop on the board and dive in the details of this control and explore its properties step by step. C# LinkLabel Control C# Linklabel Control is used to display hyperlink to pr ...
Blog
EfficientNet Neural Network: Definition, Working, Features
EfficientNet Neural Network, EfficientNet Neural Network working, EfficientNet working, EfficientNet features, EfficientNet deep learning, EfficientNet features
Hi learners! I hope you are having a good day. In the previous lecture, we saw Kohonen’s neural network, which is a modern type of neural network. We know that modern neural networks are playing a crucial role in maintaining the workings of multiple industries at a higher level. Today we are talking about another neural network named EfficientNet. It is not only a single neural network but a set of different networks that work alike and have the same principles but have their own specialized workings as well. EfficentNet is providing groundbreaking innovations in the complex fields of deep learning and computer vision. It makes these fields more accessible and, therefore, enhances their range of practical applications. We will start with the introduction, and then we will share some usefu ...
Blog
Installation and Functions of NumPy in Python
Installation and Functions of NumPy in Python, what is NumPy, why Numpy, Numpy in python, python numpy, numpy python
Hey, peps! Welcome to the new tutorial on the Jupyter notebook. As we are moving towards a higher level of Python, therefore, it is important to understand other ways of doing the same task. As we read in the previous lecture about 2D arrays, this time it is going to be done with the help of a famous library in Python. This time, you are going to learn different, engaging, and advanced-level concepts that not only help you deal with the 2D array but also the installation and working of the unique library of Python, which is NumPy. This lecture is going to be very useful and interesting, and therefore, we suggest you have a glance at all the goals of this lecture. Getting the introduction to NumPy Successfully installation of NumPy and knowing different methods for it Using the arrays wi ...
Blog
C# Tutorial
C# tutorial, c# tutorials, c sharp programming, c# proejcts, c# learning, learn c#
Hello everyone, I hope you all are fine and having fun with your lives. Today, I am going to share the list of all the C# tutorials, which I have posted on my blog till now. So, this post will be like a complete C# tutorial, which will have all the small and big C$ tutorials, I have posted on my blog. This list is quite small right now but I will post more C# tutorials soon and will add their links here. Actually, the C# tutorials are quite random on the blog so I am kind of compiling the list and pasting them all here so that readers won't get into much trouble finding them. Till now, I have mostly posted the project on our blog in which I don't teach any language but provide you the code for that project. But now I have thought of writing comple ...
Blog
Sending SMS & Call with GSM Module and Raspberry Pi 4
Pi4 gsm module, raspberry pi 4 gsm, rpi4 sim900, sim900 rpi4, send sms with rpi4, send sms with sim900, call with rpi4, rpi4 calling
Greetings, and welcome to another tutorial in our series on the raspberry pi 4 Python programming. The previous guide covered the basics of transmitting data over the radio using the nrf24l01 chip in Pi 4. We also learned about interfacing Arduino and raspberry pi 4 and sending radio signals between the two devices. However, this tutorial will walk you through building a Raspberry Pi-based mobile phone with a microphone and speaker for making and receiving calls and reading text messages (SMS). This Project also serves as a proper GSM Module for the Raspberry Pi interface, with all the necessary Code to run the most fundamental features of any modern smartphone. First, we will understand what gsm is, its architecture and how it works, then we will learn how to program it in our pi 4; there ...
Blog
Introduction to C# Classes
introduction to C# classes, intro to C# classes, basics of C# classes
Hi Everyone! Hope you all are doing great. We always love when you keep coming back for what we have to offer. Today, I am going to give you a Introduction to C# Classes. We have already seen Introduction to Data Types in C# which includes boolean, integer, char and double. However, if you want to make complex custom type, you can make use of classes. I'll give you a brief introduction to classes so you don't have to go anywhere to find information regarding classes in C#. Let's hop on the board and dive in the details of classes. Introduction to C# Classes Class in C# is referred as a blueprint of complex data type that describes the behavior and data of type. If you want to create complex custom type, we use class. What do I mean by complex ...