Skip to main content

Posts

World Nomads Logo

An overview of C language.

C is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972. Ipctrd In 1978, Brian Kernighan and Dennis Ritchie produced the first publicly available description of C, now known as the K&R standard. The UNIX operating system, the C compiler, and essentially all UNIX application programs have been written in C. C has now become a widely used professional language for various reasons:  Easy to learn  Structured language  It produces efficient programs  It can handle low-level activities  It can be compiled on a variety of computer platforms Subscribe channel on YouTube:- https://www.youtube.com/c/ipctrd/videos Read this post on Blogger:- http://ipctrd.blogspot.in/ Like page on Facebook:- https://www.facebook.com/ipctrd/ Tweet about video on twitter:- https://twitter.com/ipctrd Let's chat on what...

How do I fier update query in MySQL?

MySQL UPDATE statement is used to update data of the MySQL table within the database. It is used when you need to modify the table. Syntax: Following is a generic syntax of UPDATE command to modify data into the MySQL table: UPDATE table_name SET field1=new-value1, field2=new-value2 [WHERE Clause] Note: One or more field can be updated altogether. Any condition can be specified by using WHERE clause. You can update values in a single table at a time. WHERE clause is used to update selected rows in a table. Example: Here, we have a table "cus_tbl" within the database "customers". We are going to update the data within the table "cus_tbl". This query will update cus_surname field for a record having cus_id as 5. UPDATE cus_tbl SET cus_surname = 'Ambani' WHERE cus_id = 5; Subscribe channel on YouTube:- https://www.youtube.com/c/ipctrd/videos Read this post on Blogger:- http://ipctrd.blogspot.in/ Like page on Facebook:- htt...

Django at a glance.

As you already know, Django is a Python web framework. And like most modern framework, Django supports the MVC pattern. First let's see what is the Model-View-Controller (MVC) pattern, and then we will look at Django’s specificity for the Model-View-Template (MVT) pattern. Amazon.in Widgets MVC Pattern When talking about applications that provides UI (web or desktop), we usually talk about MVC architecture. And as the name suggests, MVC pattern is based on three components: Model, View, and Controller. DJANGO MVC - MVT Pattern The Model-View-Template (MVT) is slightly different from MVC. In fact the main difference between the two patterns is that Django itself takes care of the Controller part (Software Code that controls the interactions between the Model and View), leaving us with the template. The template is a HTML file mixed with Django Template Language (DTL). The following diagram illustrates how each of the components of the MVT pattern interacts with each other ...

What is Salesforce? An overview of Salesforce.

Welcome to the award-winning cloud-computing service—designed to help you manage your customer relationships, integrate with other systems, and build your own applications. In other hand Salesforce is:- • Relational database • Customer Relationship Management (CRM) system • Cloud based • Built in social features – Chatter • Add functionality using apps Salesforce helps you manage your customer relationships, integrate with other systems, and build your own applications. Salesforce includes the following products and services. Salesforce Applications Force.com Platform AppExchange Salesforce.com Community Subscribe channel on YouTube:- https://www.youtube.com/c/ipctrd/videos Read this post on Blogger:- http://ipctrd.blogspot.in/ Like page on Facebook:- https://www.facebook.com/ipctrd/ Tweet about video on twitter:- https://twitter.com/ipctrd Let's chat on whatsapp:- https://chat.whatsapp.com/BrHbRDvbfs64CulIoLfbjf See you at Instagram :- https://www.inst...

What is Django?

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Django makes it easier to build better web apps quickly and with less code. • Open source general-purpose language. • Object Oriented, Procedural, Functional • Easy to interface with C/ObjC/Java/Fortran • Easy-ish to interface with C++ (via SWIG) • Great interactive environment DotColor - Color for iPhone Comment: Django is a registered trademark of the Django Software Foundation, and is licensed under BSD License. • Downloads: http://www.python.org • Documentation: http://www.python.org/doc/ • Free book: http://www.diveintopython.org Subscribe channel on  YouTube Read this post on  Blogger Like page on  Facebook Tweet about video on  twitter Let's chat on  whatsapp See you at  Instagram Google +

Contact Us

Name

Email *

Message *