Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Simple Encryption Decryption using AES in Java

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

Vendor Specific CSS Tutorial

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

cngqt xiuvb for 38% sqxhte6

"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

How to set the Alarms in OpenERP(Odoo)?

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

Activities in Xamarin.Android

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

Activate the developer mode and Updates, Update Apps List and Apply Scheduled Upgrades in Odoo-9

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

Useful PostgreSQL Command

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 control in asp.net

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

Deletion of node from binary search tree in java

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

Setup redis with ruby on rails

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

1 29 103
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: