I am the graduated Student of Gandaki College of Engineering and Science of Batch 2012 and the faculty is Bachelor of Engineering in Software Engineering.
Last year in October, 2016, the final Semester examination was completed. And then the result arrived after about 3 months. The 14th convocation ceremony of Pokhara University was held in 20th of February 2017. The convocation was a great memory and experience for me since there was no such day in the past when i did my SLC and Plus two(High school).
Today [23 March 2017 12:00-18:00], Me and my friend Srawan K.C with this dog went to hiking to Pumdikot View Tower. I will cover about our hiking in this post.
Our route: Jarebar -> Damside -> World Peace Pagoda(Shanti Stupa) -> Pumdikot View Tower
Yesterday night i sent a message to Srawan to go for a hiking. He then replied me today at 11AM with a plan to hike to Pumdikot.
On February 5, 2017 me including my friends Sachin Giri and Prakash Ghimire went to hiking to the Kaskikot. The place is awesome.
Our route: Malepatan -> Lovely hill -> Sarangkot -> Kaskikot -> Kaskikot Palace
We were couple of friends who have recently completed our Bachelor. We realized that this is one of the golden age to travel and hike. Since we are from Pokhara, we decided to hike within or near the valley.
Converting list of images to PDF in Ubuntu Let’s use ImageMagick tool. Normally it is installed in Ubuntu. If you need to install it then run:
sudo apt-get install imagemagick Then you can convert it by using:
convert image_1.jpg image_2.jpg output.pdf You can specify any numbers of images but the last argument must be a name of your PDF file along with extension (.pdf).
Adding the watermark in the PDF file We use Python script for adding watermark to each page in the PDF file.
जीवन जुन सोचेको थिए त्यो रहेनछ | जीवन त…….
यौटा ओरालोको यात्रा रहेछ, जहाँ नचाहिएको, काम लाग्छ कि लाग्दैन भन्ने था नभएको औता अति गरुङ्गो भारि बोकेर ओरालोको यात्रा लग्नु पर्ने |
बीचमा भारि बिसायो भने भारि अरुले लैजन्चाकी भन्नु पर्ने र एक ठाउमा पनि नबिसाई फेदी मा पुगेर भारि बिसाएर कल कल खोलाको पनि खाने आस मा हिड्नु पर्ने
बीच मा पुरै ओरालाई ओरालो उकालो भन्ने थाचैन ओरालोमा लौरी समाई झरौ भने पनि ओरि परि सिस्नोको रुख मात्र
बेलुकी पख तेही साझाको ६ बजेको थियो, जाडोको समय तेही माथि झन् बर्सकै छोटो दिन को भोलि पल्ट | म आफ्नो काम सकाएर एकछिन बाहिर तिर डुल्न जाने सोच बनाए र घर बाट निस्किए | घर बाट केहि मीटर हिडे पछी आइसकिरिम पसल आयो र तेहा पुगे पछी सोचे कि “सचिन लाई नभेटेको धेरै दिन पो भयेछ”, अब आज तेतई जान पर्यो |
यो सोचेर म बिस्तारै तल तिर मोडिए, ३/४ ओटा दोकान तल आएपछि बिस्तारै यौटा चिनेको अनुहार बिस्तारै आँखामा पर्न थाल्यो, केहि बेरमै भान भयो कि तिनी राजु दाइ पो रैचन | “कता गएर आएका हौ दाइ” राजु दाइले पनि मलाई बाटोमा तेस्तो चिसो अवस्थामा भेटेकोमा अब हिजोको झैँ दबाउनु पर्छ भन्ने सोचेका रैचन, उनले भने “अन्द्रोइडको क्लास पढाएर आएको नि”|
अहिले भारतले गरेको नाकाबन्दीको कारणले गर्दा धेरै कुराहरू भएका छन् | कतै देश भक्ति उम्लिएको छ भने कतै भारतलाई गाली गलैजाहरू गरेको पनि सुन्न पाइन्छ| अर्को यौटा धेरै सुनिएको कुरा भनेको अब आत्मनिर्भर बन्नुपर्छ भन्ने हो| यो आजकल धेरै सुनिन्छ| पौष माघको ठण्डीमा यौटा छेपाराले दिउसो घाम ताप्दा राति जाडो भएर थुर - थुर कामेको पनि बिर्सन्छ |
जब बेलुका हुदै जान्छ तब उसलाई जाडो हुदै जान्छ, राति उसलाई धेरै जाडो हुन्छ, उसले बेलुका ठुलो प्रण गर्छ कि भोलि बिहान हुने बित्तिकै बिहानैबाट दाउरा खोजेर भोलि त राती आगो बालेर ताप्छु | तर जब बिहान हुन्छ उ बिहानी पखको घाममा लिप्त हुन्छ अनि सबै बेलुकाको पीर बेथा भुली जान्छ | येसरी छेपाराको उखान हामी नेपालीले सानै देखि सुन्दै आएका हौ |
It’s been so great to feel that the Constitution of Nepal has finally arrived. Congratulations to all the Nepalese. May this Constitution brings peace, prosperity and rapid development in the country is the wish of all the Nepalese.
On this occasion with the intention of easy distribution of Constitution and making available of Constitution in the hand of all the people, I have developed an Android app to read the Constitution.
While learning Python in the beginning, i skipped the portion of the chapters on Decorators. After i worked on Flask and Django, I was introduced with the Decorators.
Let us consider a simple flask app example:
@app.route("/") def hello(): return "Hello World!" In this code the line with @ symbol is decorators. Decorators is one of the important feature in Python that you must learn to master it. It is not that hard, so let us learn it.
Sometimes you may find deleting the commit history of your github project repository useful. You can easily delete the commit history by following the procedure below.
It is always useful to keep the backup of your repository in your computer before removing all the commit history.
Let us start by cloning a github project. I am cloning ‘myproject’, you clone yours.
git clone https://github.com/acsudeep/myproject.git Since all the commit history are in the “.