Nhcsoft Incorporated

software company in anand gujarat that focuses on website development, web hosting solutions, Android Development and Embedded Software Development which is founded in 2012. Purely focused on Opensource Initiative.

9 March 2015

Postcrossing Project

›
What is postcrossing? Before I start to write articles about my received postcards, I would like to explain what postcrossing is. ...
1 January 2015

Embedded Temp arduino with LM35 to Redhat Cloud

›
My First Embedded Device with ATmega328 Board + LM35 Temp Sensor+ 16x2 LCD Screen + Java port reading to Redhat Cloud Temp SYNC with JSON. ...
22 December 2014

Free postcard in India. Receive by poostcardin Facebook App

›
POSTCARD-IN Project! Free Postcard This Project Will let you send Postcard to Your Loved ones for their Birthdays, Anniversary etc. P...
18 December 2014

Fast Track Your Startup Google Lunch

›
Fast Track Your Startup Startup Launch provides startups in all stages with the platform, resources, online content, mentorship and traini...
17 December 2014

java test a condition stored into string variable

›
package com.nhc.personal; import javax.script.ScriptEngine; import javax.script.ScriptEngineManager; public class TestCondition { public...

java write logs to file

›
package com.nhc.personal; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; /* ...

java BlockingQueue

›
package com.nhc.personal; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; class Consumer impleme...

Heap Memory

›
1) Heap is a run time data area from which memory for all class Instances and arrays is allocated 2) Heap is created at Virtual Machine St...

java code of batch operation

›
package com.nhc.personal; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.St...

Project Jigsaw, Changes for use java development kit (JDK)

›
In Moving toward a modular java, It have impacts on both developers and users. The changes made for modular run-time images to java and now...
9 December 2014

Google is building new Android compilers Jack and Jill

›
new compilers  jack and jill  could be due to the ongoing dispute with Oracle over the use of Java. new compilers jack and Jill could be ...

Ubuntu 15.04 Release Dates

›
Mark Shuttleworth posted a blog in which he announced the codename for the next version of Ubuntu, which will follow ubuntu 14.10 (Utopic). ...

How to install PHP in Ubuntu 14.10?

›
Step 1 : Install Apache sudo apt-get update sudo apt-get install apache2 Step 2: install MYSQL sudo apt-get install mysql-ser...
31 August 2014

How to show a dialog to confirm that the user wishes to exit an Android Activity?

›
private Toast toast ; private long lastBackPressTime = 0 ; @Override public void onBackPressed () { if ( this . lastBackPre...
7 August 2014

NEW GTA SA President Escort Mod

›
Download Available Shortly in this week
3 May 2013

Solution Microsoft Acess ODBC 64-bit Driver

›
It's likely the shortcut for setting ODBC data sources is pointing to the 32bit data sources instead of 64bit. Go to control panel -...
23 March 2013

JAVA SERVLET CODE TO DOWNLOAD A .txt file

›
import java.io.File; import java.io.FileInputStream; import java.io.IOException; import javax.servlet.ServletException; import ...
19 March 2013

Convert JAVA DATE to MS SQL datetime format

›
SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); Date javaDate=new Date(); System.out.println("Java D...

JAVA CODE FOR LEFT SHIFT AND RIGHT SHIFT AND BITWISE OPERATOR

›
public class Main { /** * @param args the command line arguments */ public static void main(String[] rk) { // ...

java interfeces

›
JAVA :READ SOMETHING IMPORTANT ABOUT INTERFACE i) All interface methods are implicitly public and abstract. In other wo...

Set CSS Using JavaScript

›
function setSCC(){ var element=document.getElementById("add"); element.className='btn_disable'; ...

JAVA SCRIPT TO VALIDATE TIME IN "dd-mm-yyyy hh:mm:ss" FORMAT

›
function validateStartTime() { //This function will validte the datetimes of this format : dd-mm-yyyy hh:mm:ss var date = document...

JAVA SCRIPT TO ALLOW ONE SPACE BETWEEN WORDS

›
function removeExtraSpaces(){ var searchName = document.getElementById(“name”).value; searchName = searchName.trim(); ...

Java code to generate unique random key

›
import java.util.Random; public class RandomKeyGenerator { public static String generateRandomKey() { String allChars = “abcde...
9 March 2013

FAT DOG 64-bit Operating System.

›
Fatdog64 is a small yet versatile 64-bit multi-user Linux distribution. Originally created as a "fatter" (=more built-in applic...
›
Home
View web version

Pages

▼
Powered by Blogger.