Search blog

Saturday, August 27, 2016

Nepali Typing (नेपाली युनिकोड टाइपिङ) Using Unicode in Ubuntu/Windows

युनिकोडमा नेपाली टाइप गर्न keyboard मा enter गर्नु पर्ने keys हरू: 


Nepali Unicode Keyboard Layout
ठुलो चित्रको लागी माथिको चित्रमा क्लिक (click) गर्नुहोस्।

NOTE/नोट:
  • SHIFT+K भनेको तपाइंले computer को keyboard my type गर्नु पर्ने keys हरुको combinatin. 
  • SHIFT+K वा SHIFT+C अादी देखदा = SHIFT र K एकसाथमा टाइप गर्नु होला।
  • ् = ? press गर्नुस
  • । = . (Full Stop)
  • ं = SHIFT+M - Example: संयोग
  • ँ = SHIFT + V - EXAMPLE: नयाँ 
  • English/नेपाली फेर-बदल (interchange) गर्न: Windows Key + Space Bar  
Consonants:
 
 क = K     ख = SHIFT+K     ग = G     घ = SHIFT+G     ङ =  SHIFT+,

च = SHIFT+C     छ = C     ज = J     झ = SHIFT+J     ञ =  SHIFT+Y

ट = Q     ठ = SHIFT+Q     ढ = SHIFT+X     ड = X     ण = N

प = P     फ = SHIFT+P     ब = B     भ = SHIFT+B     म =  M

य = Y     र = R     ल = L     व = V     श =  SHIFT+S

ष = Z     स = S     ह =  H

क्ष = क‌+् (? press गर्नुस)+ष     तर् = त+र+्     ज्ञ = ज+्+ञ

Vowels:

अ = SHIFT+H     आ = SHIFT+A     इ = [     ई = SHIFT+[

उ = F     ऊ = SHIFT+F     ऋ = SHIFT+Z     ए = ]     ऐ =  SHIFT+]

ओ = पहिला SHIFT+H तेस पछि O     औ = SHIFT+O     अं = पहिला SHIFT+H तेस पछि SHIFT+M     अः पहिला SHIFT+H तेस पछि SHIFT+|     ॐ = |   

Numbers:

0 = ०     1 = १     2 = २     3 = ३     4 = ४     5 = ५     6 = ६ 7 = ७     8 = ८     9 = ९ 

Friday, August 26, 2016

How to Type Pi/Phi Symbol in Ubuntu/Eclipse

Follow the instructions below to type the Greek Pi/Phi symbol in Ubuntu:


  1. First & foremost turn off your Num Lock.
  2. Now type CTRL + SHIFT + U
  3. Now you may release the U key & type the following number from your Num Pad 3c0 and then press Spacebar or the Enter/Return key on your keyboard.
  4. Now you should see the Pi symobl as π.

Friday, May 20, 2016

Redirecting a Naked Domain (non-www to www) to its WWW Version in Blogger/Blogspot

The steps below explains the procedure to redirect your naked domain to it's 'www version' such as, 'example.com' to 'www.example.com' for blogspot.

I also found an explanation in blogger at http://bit.ly/1TiXBis but that didn't help my case.

So, goto your domain host such as Godaddy or Netfirms. Then open the section called as 'Domain Name System', 'DNS Management' or 'DNS' etc in your Domain Control Panel.

Now look for a section called as Address Record aka 'A Record.'

Then open your terminal or shell and ping your blog address as below:

 ping www.example.com  

After pinging you should get an IP address as: '74.125.200.121'

Copy/Paste this IP address and paste it in the Value box of your A Record as shown in the image below:


Save and exit.

It should work now else please allow sometime, a few hours and check again.



Monday, May 9, 2016

Interpreters and Compilers Explained Simply

Today while trying to recollect the difference between an Interpreter & a Compiler I ran across this classic Computer Science tutorial video series:


Top 5 Posts (Weekly)