
Search In
Following is Simple Encryption and Decryption using AES in Java. Data Encryption Standard (DES) is prone to brute-force attacks. It is a old way of encrypting data. It is replaced by Advanced Encryption Standard (AES).
If you have Java 8 you can us
In this blog, I am going to explain about the vendor specific css and the implementation of it.
What is Vendor Specific CSS ?
Vendor Specific CSS is an extension which added to the CSS property for different browsers. By using extension, we can apply
"Why wouldn't you want to shop around?" asked Allen. "The data doesn't tell you who is to blame for the complications, but it is understood that the surgeon is responsible for the patient in all steps of the care." Oakley Outlet Paula, a straight-A s
If you want to set the Alarms in OpenERP(Odoo) follow the below mentioned steps:-
Step-1 Go to Sales Menu and Click it
Step-2 Go to Configuration ->Calendar->Alarms
Step-3 Click on Create Button
Step-4 Go to Name ->Reminder D
Hello all,
In this blog, I will continue on my previous blog What are the building blocks of Xamarin.Android , and we will discuss about the building blocks of Xamarin.
One of the most important and interesting building block of the Xamarin.Android
Step-1 Go to browser.
Step-2 Click on Question Mark which is located under your (?) in the top right corner of Odoo.
Step-3 Click on about and Updates,Update Apps List and Apply Scheduled Upgrades.
Step-4 Click on activate the developer
Some Useful PostgreSQL Command in below example->
Backup database-
pg_dump -U geekstuff erp -f mydb.sql
Restore database-
psql -U erp -d erp_devel -f mydb.sql
Change owner of database-
ALTER DATABASE erp_v1 OWNER TO openerp;
Describing table
RegularExpressionValidator is very useful and powerful validation control in asp.net We can check the value of an associated input control that matches the pattern specified by a regular expression or not. The Property which is specific to RegularExp
Like a linked list we can also delete a node from binary search tree. This operation perform O(log(n)) time complexity.
Here is an example of deletion :
private TreeNode delete(TreeNode rootNode, int k)
{
// create a node to store temp data
T
Installing Redis
curl -O http://redis.googlecode.com/files/redis-2.2.2.tar.gz
tar xzf redis-2.2.2.tar.gz
cd redis-2.2.2
make
cp src/redis-server src/redis-cli /usr/bin
Redis Server
If you want to use redis-server locally, just run the foll
