I was searching about books related to programming that were written by Pakistani in urdu, I found this book for C++. I want to share it so that you can learn C++ easily in depth. so learn and enjoy :)
As we have learned much of the basics of HTML and CSS . Let us now learn how can we make our web applications more user friendly, flexible and versatile, using php . Today we will see how to make a chess board using php in collaboration with HTML and CSS . So, Let's start: BASIC php SYNTAX: Starting Closing Tags: <?php ?> Php code must be written in these tags. Variables: Start with "$" sign e.g. $num=3; ; is really important to put after every statement. Functions: Functions start with the keyword "function". E.g. function power(){} Print: echo "printing by using echo"; echo ("printing by using echo"); print "pri...
To let you know a few useful things, I asked some experienced people, and here is what they have for you... Be open to changes. Focus on improving your soft / people skills. It will be hard sometimes but believe in yourself. You have got it. ( Rahat-Undergraduate ) Try to do good in quizzes and OHTs (One hour test or mids) cause when finals don't go well, these can help in getting good gpa which are comparatively easy then finals. ( Ayesha Munir-Undergraduate ) A few years later when you would look back at this time, GPA won't make you happy, but the memories of these 4 years will. Your career is important but so is having a good time. So work hard, party harder! ( Haris-Undergraduate ) From the start try to build your connections with seniors because they know more than you and.. are best counselors.. Focus on your quizzes and assignments because they are the building blocks of your Grade.. Your Good Image play some important part for favoritism points in exam....
In a previous blog post about data engineering, we went through several many concepts related to data engineering such as data modeling, and then we went through different types of databases, for example, relational databases and we also got a glimpse of relational as well as NoSQL databases. And in today's blog post we will be writing about data engineer applications. Which are basically the use cases of data engineering 1st let's see what data engineering applications mean; so basically when we have data and we have engineered it then there are several things that we can do with that data and these things that we can do with processed data are the use cases of the data engineering. For example: If we have filled our containers with the data then it's not of any good use if it is not clean and well-formed. If your data is well-formed and if there are no logical mistakes, missing values, and garbage then we can easily perform the use cases and applications of data enginee...
Today I will show you how you can make a simple calculator using python 3, I made this in my 1st semester, kindly find the code below and make sure to understand it well: import math print(" >>> CONSOLED BASED CALCULATOR >>> \n " ) print("This is a consoled Based Calculator , This allowed a user to perform the \n under lying operations:") print(" >>> Addition \n >>> Subtraction \n >>> Multiplication \n >>> Division \n >>> log \n >>> exponent ") print("this is also specially designed for the convertion of a number from degree to radian and vice versa") print("More Over the calculator also allows the user to perform 'TRIGNOMETRIC AND HYPERBOLIC FUNCTIONS' \n like : cos,sin,tan and inverse of all \n also cosh,sinh,tanh and their inverses ") print("'SO GO ON AND US...
2 USEFUL PROGRAMMING ANDROID APPLICATIONS P rogramming is an art but it needs a lot of practice, and those who have to travel a lot find it very difficult to practice programming, so there is a need of portable mobile applications to get better programming skills, so here I would like to share 2 apps that are useful in this regard: SoloLearn This application is recommended to me by one of my friends, I am very excited to have this application and it makes my learning so fun and interesting. So without any delay just get this free amazing application. HTML Code Play Web development is the most fun task to do, and HTML Code Play makes this task easier and faster then ever. so dear programmers, why are you waiting? go and get these applications on your android mobile phones, and make your programming fluent like your native language :) Note: ALL IMAGES ARE FROM GOOGLE.
Data is everywhere, it is expanding with each passing day. Relational Database systems are kind of fixed and static. When we have something in abundance and without any standard formation, then the tables of relational database systems cry out. So what to do with so many data integrations from several structured as well as unstructured sources. Well, the answer is to go for NoSQL (Not Only SQL). SQL is a structured query language that is used to query Relational Databases. However, NoSQL database does not contain data in the form of relations. Most of the NoSQL databases follow the JSON type structure to store data. Formal Definition: Guru99 provides a pretty nice definition for NoSQL databases: " NoSQL Database is a non-relational Data Management System, that does not require a fixed schema. It avoids joins and is easy to scale. The major purpose of using a NoSQL database is for distributed data stores with humongous data stora...
Brain, a computer virus? who wrote this? when? Pakistani? How? Who? ? ? ? Ohh please calm down, I am giving the answers... Just Listen.. I mean Just Read.. Brain is one of the Boot Sector Computer Virus. Boot sector is the area of the hard disk, CD, DVD, CD-ROM and other storage devices that contains the machine code. The machine code is the one that is loaded into the computer RAM by the built-in firmware of computing system. The main purpose of Boot sector is to boot (start) the computer program loading process into the computer system.🔥🔥🔥 where was I, ya.. Brain ! so brain is the First Computer Virus, that is written in September 1986 by Two Pakistani Brothers Amjad Farooq Alvi and Basit Farooq Alvi . They wrote this virus in Lahore, Pakistan. Brain is sometimes called as "First Virus". This is written for the MS-DOS (Microsoft Disk Operating System). The language used for this virus is Assembly Language. Brain is also the first stealth viru...
Yes, you have to take notes in the university class! Before talking about the notetaking strategy, we will understand the importance of taking notes. Importance Of Taking Notes No doubt there are a few students who can produce good results without even taking notes in the class. But their number is least. Most of us need to make good notes in the class especially when we are in university. Notes are important because: They help us to keep track of what we have studied in the whole semester. Notes help us to prepare for the exams, in a very short time. We can refer to our notes for short quizzes in the eleventh hour. In addition to reading and listening, writing notes increases the ability to memorize the important concepts. It helps you to realize that you have done something in the class. Now that we have understood Why to take notes? Let's dig into the notetaking strategy Notes taking Strategies One of my friends Ramlah Aamir Aziz used to take...
We are what we repeatedly do. Excellence, then, is not an act but a habit. ~Aristotle Have you ever noticed? When you were a kid, your parents used to correct you all the time, whenever you did some mistake. Why did they do so? Because at that time you were growing at the conscience and the sub-conscience level. Your mind was setting some patterns at that time. And today, you are mostly acting out of those patterns. Your parents want great patterns for you, that's why they used to scold you at an early age. The patterns set at that time is what you repeatedly do and that is what we call, "the habit". Similarly, when you are a fresher you could adopt certain habits that could make or break you in the long run. Every one of us wants to have constructive habits. so here are some habits that you could adopt as a fresher in order to function well in coming years... Habits to Have 1. Googling Search on google for difficult and different concepts. Make it your h...
Comments
Post a Comment