Lets share love

How ? copy url of this blog and share in your social network :) simple

12

Saturday, December 2, 2017

कञ्चनपुर क्षेत्र न. ३ मा सयुंक्त बाम गठबन्धनको जित सुनिश्चित

            प्रतिनिधीसभा निर्वाचनको दिन नजिकिदै जाँदा कञ्चनपुर क्षेत्र न. ३ मा ने.क.पा. एमाले सयुंक्त बाम गठबन्धनको जित सुनिश्चित देखिन्छ । भर्खरै गरिएको एक कोरा सर्वेक्षण अनुसार यस क्षेत्रको लोकप्रिय राजनैतिक गठबन्धन ने.क.पा. एमाले सयुंक्त बाम गठबन्धन देखिएको छ । उक्त सर्वेक्षण अनुसार  कञ्चनपुर क्षेत्र न. ३ मा बाम गठबन्धनले करीब २००० भन्दा बढि मतआन्तर ले जित हासिल गर्न सक्ने प्रबल सम्भावना...

Friday, December 1, 2017

दोधारा-चाँदनी सुख्खा बन्दरगाह र सुदरपश्चिममा रोजगारीको सिर्जना

आउदैँ  गरेको चुनाव सँगै एक पटक फेरी कञ्चनपुरको दोधरा-चाँदनीमा सुख्खा बन्दरगाह निर्माण गर्ने  बिषयले चर्चा पाएको छ।  यस बिसयलाई लगभग सबै राजनैतिक पार्टीहरूले आ-आफ्नो एजेन्डामा सामेल गरेका छन् । दोधरा-चाँदनीलाई सिंगो सुदुरपश्चिम  सँग जोड्ने गरि निर्माण हुन गई राखेको चार लेनको पुल सँगै सुख्खा बन्दारगाह ले पनी प्रमुखता पाउदैँ छ ।  यदी दोधरा-चाँदनीमा सुख्खा बन्दरगाह निमार्ण ह्रुन्छ भने यसले त्यस क्षेत्रको मात्र नभई समपुर्ण...

Thursday, November 30, 2017

कन्चनपुरमा नेपाल-भारत सिमा सम्बन्धी समस्या र डा.दिपकप्रकाश भट्टको सम्भावित योगदान

    हाम्रो कन्चनपुरको नेपाल-भारत सिमामा भाततिय सिमा सुरक्षा बलको ज्यादती अत्याधिक रहेको हामीलाई ज्ञात नै छ। दिनहु जसो हाम्रा दाजु-भाई तथा दिदी-बहिनीहरू बनबासा कस्टममा लुटिदै आएका छन्। नेपालमा बेरोजगारीका कारण बध्य भई भारत तिर लागेका हाम्रा दाजु-भाईहरू जब दु:ख कष्ट  सही केही पैसा जम्मा गरेर घर तिर फर्कन्छन् भारतिय सिमा सुरक्षा बलले उनीहरूबाट अवैध रूपमा ५०० देखी १००० रूपियाँ सम्म असुल्ने गरेको पाइन्छ। जुन कमाउन उनिहरू कम्तीमा...

Sunday, January 29, 2017

How to remove HTML tags from string in JAVA

String noHTMLString = htmlString.replaceAll("\\<.*?\\>", "")...

Friday, December 9, 2016

How to redirect to previous page in grails from controller

use this redirect(uri: request.getHeader('referer') ...

Wednesday, November 23, 2016

Districts and Zones of Nepal in HTML select

Districts of Nepal in HTML select                             <select class="form-control" name="district" required="required">                                 %{--Mechi--}%                                 <option value="">--Select District--</option>              ...

Friday, October 7, 2016

Upload multiple files in Grails

in controller  def files = request.getFiles("userFiles[]")  for (def file:files ){ //logic for saving file in you storage } in GSP <g:form enctype='multipart/form-data' controller="contacts" action="addEvent" class="form-horizontal" role="form"> <input type='file' name='userFiles[]' multiple /> <input type="submit" class="btn btn-primary" value="Save Event"> </g:form> If any confusions let me know. Email me at aadityabhatta@gmail.c...

Wednesday, March 16, 2016

Error initializing classpath: Unable to start the daemon process. | grails 3

$ grails run-app Error | Error initializing classpath: Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.3/userguide/gradle_daemon.html Please read the following process output to find out more: ----------------------- Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. Error:...

Monday, November 23, 2015

office word word to pdf converter

https://www.microsoft.com/en-us/download/details.aspx?id=99...

Sunday, September 20, 2015

How to Add Nepali Unicode Tool to Your Website

This is very simple. 1. put this code in head of html file. <script src="nepali.js"></script>  Download nepali.js here. 2. Now put this code in body where you want to place box for unicode conversion. <form name="unicode"> <textarea onkeyup="conversion();" name="nepbox" rows="15" cols="60"></textarea> </form> And its done. If you need to download it whole. here is the link. Click Here to Downlo...

Thursday, September 17, 2015

How to use SSH keys with Putty in Digital Ocean

What is SSH keys SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication. One immediate advantage this method has over traditional password authentication is that you can be authenticated by the server without ever having to send your password over the network. Anyone eavesdropping on your connection will not be able to intercept and crack your password because it is never actually transmitted. Additionally, using SSH keys for authentication virtually...

Friday, September 11, 2015

XAMPP, Apache - Error: Apache shutdown unexpectedly

Today morning i got this error after installing Skype in my windows. I do not use Skype so i had not installed it earlier. So after Skype installation i got this problem. This happens because Skype by default use same port that Apache uses. error shows like this: 16:50:25 [Apache] Status change detected: running 16:50:26 [Apache] Status change detected: stopped 16:50:26 [Apache] Error: Apache shutdown unexpectedly. 16:50:26 [Apache] This...

Wednesday, July 15, 2015

sending params in

params="['page':'feedback']" and for data : params="['page': person.id]" instead of params="['page':${person.id}...

Monday, July 13, 2015

Playing with Images

here is a great tutorial for images animations http://designshack.net/articles/css/joshuajohnson-...

Friday, June 12, 2015

Top 10 lies people tell their parent as students.

Students go to another city to study and on phone they tell so many lies to their parents. Here are top ten lies they tell. 1. Ate Food - Yeah mom , already. 2. Son , you went college today. How were classes. - Yeah Dad, i went in the early morning. Subjects are too tough. Need to study whole night. :p 3. What is semester fee son. - Its 65k dad. (its 55000 actually ) 4. Girlfriend - No Mom , I have no girlfriend. 5. Instruments and stationary -...