
Search In
Hello Friends,
If you are looking to install in Codelgniter. Please review the below process:
Step 1 :: Download Codelgniter from "https://www.codeigniter.com/download"
Step 2 :: Unzip this folder and place this on root folder
Step 3 ::
In C programming we take input and print result based on that or whatever we want to .
For doing input or output process C library has provided functions for doing it.
Standard File
File Pointer
Device
Standa
How to sort Products by quantity and price in Ascending or Descending order programatically?
I was facing issue to sort products by quantity and price in descending order i.e. products which is having maximum quantity in stock and with highest
Polar Encoding
The polar encoding uses the variant voltage levels to represent the binary data. Polar encodings is available in four types:
Polar Non-Return to Zero (Polar NRZ)
It mainly uses two different voltage for the p
Scope is an object which is used to access the properties and methods defined in a controller. Every application has single root scope.
Though the difference between scope and root scope the availability of the prop
One of the most powerful feature in ruby is module. Modules are like classes but can not instantiated. Module is used for two purpose:
1. namespacing
2. mixin
Namespacing
A class per can be wrapped inside a module to avoid collisio
Sometimes our requirement is to export/download the latest database from live/test server.
We can easily create the dump on our server and then copy paste it from server to your local machine using Win-Scp.
But the issue comes when the size o
In order to convert DOCX file to PDF file directly, LIBRE OFFICE should be installed in your system.
LibreOffice is an OpenOffice's successor that allows command line conversion using the LibreOffice conversion engine. The advantage of LibreOffi
Number of days between two dates
Here is a code given below for calculating the number of days between a specific date and current date i.e
Basically I have created a 2d rpg click to move game on unity. My problem is that my player isn't facing the right direction once it has reached it's position, for example please take a look at this video: Unity problem 2 - YouTube[^]. T
