Results for "Ada Basics"

Total results: 508

  1. Java Program to print Hello World
  2. Java Program to initialize a string and print
  3. Java Program to print first n Integers
  4. Java Program to find sum of two integer numbers
  5. Java Program to find sum of two integer numbers using Scanner Class
  6. Java Program to find area of circle
  7. Java Program to find area of square
  8. Java Program to find area of rectangle
  9. Java Program to find perimeter of circle
  10. Java Program to find perimeter of square
  11. Java Program to find perimeter of rectangle
  12. Java Program to read information about a student from the user and display the same with the use of classes and objects
  13. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  14. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  15. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  16. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  17. Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
  18. Java Program to Reverse a Number
  19. Java Program to Reverse a String
  20. Java Program to find maximum element in an array
  21. Java Program to find minimum element in an array
  22. Java Program to convert Kilometer to Miles
  23. Java Program to convert Miles to Kilometer
  24. Java Program to find fibonacci series of a number
  25. Java Program to find fibonacci series of a number using methods
  26. Java Program to find fibonacci series of a number using recursion
  27. Java Program to find the area of a pentagon
  28. Java Program example to demonstrate String charAt method
  29. Java Program example to demonstrate String compareTo method
  30. Java Program example to demonstrate String compareToIgnoreCase method
  31. Java Program example to demonstrate String contentEquals method
  32. Java Program example to demonstrate String concat method
  33. Java Program to demonstrate Integer wrapper class
  34. Java Program to demonstrate Float wrapper class
  35. Java Program to demonstrate Boolean wrapper class
  36. Java Program to demonstrate Byte wrapper class
  37. Java Program to Create a File
  38. Java Program to Rename a File
  39. Java Program to show usage of Enum which prints the size of coffee mug
  40. Java Program to demonstrate Interfaces
  41. Java Program to show usage of this pointer using Order Pizza Program
  42. Java Program to demonstrate packages
  43. Java Program to pick random value from enumerations
  44. Java Program to find area of different shapes using inheritance
  45. Java Program to demonstrate multilevel inheritance
  46. Java Program to count the occurrence of a number
  47. Java Program to calculate Salary of an Employee
  48. Java Program for Stack Simulation
  49. Java Program for Queue Simulation
  50. Java Program for Div Zero Exception
  51. Java Program to demonstrate nested try block
  52. Java Program example to demonstrate variable length of arguments
  53. Java Program to demonstrate NullPointerException
  54. Java Program to demonstrate ArrayList
  55. Java Program to convert ArrayList to Array
  56. Java Program to convert Array to ArrayList
  57. Java Program to create a user defined LinkedList class and store list of books and display
  58. Java Program to calculate Student Average of a Class using User defined Storage Classes
  59. Java Program to demonstrate stack class in Collection framework
  60. Java Swing Program to demonstrate Jlabel
  61. Java Swing Program to demonstrate JLabel with Icon
  62. Java Swing Program to demonstrate JLabel with Text and Icon
  63. Java Swing Program to demonstrate JTextField
  64. Java Swing Program to demonstrate JTextField with Text
  65. Java Swing Program to demonstrate JButton
  66. Java Swing Program to demonstrate JButton with Icon
  67. Java Swing Program to demonstrate JButton with Text and Icon
  68. Java Swing Program to demonstrate JButton Action TextField
  69. Java Swing Program to demonstrate JCheckBox with Text
  70. Java Program to create thread by implementing runnable interface
  71. Java Program to create thread by extending Thread class
  72. Java Program to sort an array using Insertion Sort
  73. Java Program to find sum of array elements
  74. Java Program to find sum of array elements using methods
  75. Java Program to insert element to an array
  76. Java Program to insert element to an array at specified position
  77. Java Program to check if Integer element is present in an array
  78. Java Program to check if String element is present in an array
  79. Java Program to find average of array elements
  80. Java Program to find Median of array elements
  81. Java program to concatenate two arrays using array copy method
  82. Java program to concatenate two arrays using Collections
  83. Java program to concatenate two arrays using Stream API
  84. Java program to merge two arrays one after the other
  85. Java program to reverse ArrayList
  86. Java program to reverse array using Collections
  87. Java program to reverse array using for loop
  88. Java program to reverse array using temporary variable
  89. Java program to sort array using Collections reverseOrder method
  90. Java program to sort array using Sort method
  91. Java program to sort array using temporary variable
  92. Java program to sort string array in descending order using collections
  93. Java program to demonstrate super keyword
  94. Java program to reverse a string using recursion
  95. Java Program to add two binary numbers
  96. Java Program to add two binary numbers using ParseInt
  97. Java Program to subtract two binary numbers using ParseInt
  98. Java Program to multiply two binary numbers using ParseInt
  99. Java Program to divide two binary numbers using ParseInt
  100. Java Program to reverse words in a given string
  101. Java Program to count Vowels and Consonants in a given string
  102. Java Program to count digits and white spaces in a given string
  103. Java Program to check for Duplicate Characters
  104. Java Program to print all substrings of a given string
  105. Java Program to sort the given string Alphabetically
  106. Java Program to sort the given string Alphabetically using Comparator
  107. Java Program to sort the given string in reverse order using Comparator
  108. Java Program to add two matrices
  109. Java Program to subtract two matrices
  110. Java Program to multiply two matrices
  111. Python Program to print Hello World
  112. Python Program to initialize different datatypes and print
  113. Python Program to print different formats of string
  114. Python Program to find sum of two integer numbers
  115. Python Program to find difference of two integer numbers
  116. Python Program to find product of two integer numbers
  117. Python Program to find division of two integer numbers
  118. Python Program to find biggest of two integer numbers
  119. Python Program to find biggest of three numbers
  120. Python Program to find area of square
  121. Python Program to find area of rectangle
  122. Python Program to find area of circle
  123. Python Program to find area of triangle
  124. Python Program to find area of pentagon
  125. Python Program to swap two numbers using xor
  126. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  127. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  128. Python Program to find ASCII value of a character or digit
  129. Python Program to reverse an integer number
  130. Python Program to find sum of digits
  131. Python Program to convert kilometer to mile
  132. Python Program to convert Celsius to Fahrenheit
  133. Python Program to convert Fahrenheit to Celsius
  134. C Program to print Hello World on the console
  135. C Program to convert Celcius to Fahrenheit
  136. C Program to convert Fahrenheit to Celcius
  137. C Program to find biggest of two numbers using Conditional Operator
  138. C Program to find biggest of two numbers using If Else statement
  139. C Program to find biggest of three numbers using Conditional Operator
  140. C Program to find biggest of three numbers using If Else statement
  141. C Program to find biggest of three numbers using nested If Else statement
  142. C Program to demonstrate the use of sizeof operator
  143. C Program to identify a character or a digit using Built In functions
  144. C Program to print first n natural numbers using while loop
  145. C Program to print first n natural numbers using do while loop
  146. C Program to find the sum of first n natural numbers using for loop
  147. C Program to find the sum of first n natural numbers using while loop
  148. C Program to sum of n natural numbers using do while
  149. C Program to find the factorial of a given number
  150. C Program to find factorial of a number using functions
  151. C Program to find GCD and LCM of a given two number
  152. C Program to reverse string using for
  153. C Program to reverse string using while
  154. C Program to reverse string using do while
  155. C Program to print random number
  156. C Program to print random number within range
  157. C Program to check anagram by checking frequency
  158. C Program to check anagram by sorting strings
  159. C Program to find area of Ellipse
  160. C Program to find area of Regular Polygon sides
  161. C Program to find area of Rhombus
  162. C Program to find area of Sector
  163. C Program to find area of Triangular Prism lateral surface
  164. C Program to find the area of a pentagon
  165. C Program to find area of trapezoid
  166. C Program to print hello world using ASCII
  167. C Program to find power of a number without inbuilt function
  168. C Program to find substring of a string
  169. C Program to find length of a string using built in functions
  170. C Program to find if a string is palindrome or not without built in functions
  171. C Program to compare two strings using built in functions
  172. C Program to convert String to Integer value
  173. C Program to find Sum of Digits of a given number Type 2
  174. C Program to concatenate two strings using built in functions
  175. C Program to concatenate two strings into a third string using built in functions
  176. C Program to concatenate two strings into a third string without using built in functions
  177. C Program to copy from source string to destination string using built in functions
  178. C Program to copy from source string to destination string without using built in functions
  179. C Program to find sum of two numbers using functions with returning the value
  180. C Program to find sum of two numbers using functions without returning the value
  181. C Program to print first n odd numbers
  182. C Program to print first n even numbers
  183. C Program to print first n odd and even numbers Type 2
  184. C Program to find the sum of first n odd numbers using for loop
  185. C Program to print the sum of n odd numbers using while
  186. C Program to print the sum of n odd numbers using do while
  187. C Program to print the sum of n odd numbers within range using for
  188. C Program to print the sum of n odd numbers within range using while
  189. C Program to print the sum of n odd numbers within range using do while
  190. C Program to find the sum of first n even numbers using for loop
  191. C Program to print the sum of n odd and even numbers within range using do while
  192. C Program to convert binary to decimal number
  193. C Program to convert binary to hexadecimal number
  194. C Program to convert binary to octal number
  195. C Program to convert a decimal to binary number
  196. C Program to convert decimal to hexadecimal number
  197. C Program to convert a decimal to octal number
  198. C Program to convert octal to binary number
  199. C Program to convert an octal to decimal number
  200. C Program to convert octal to hexadecimal number
  201. C Program to demonstrate calloc dynamic memory allocation
  202. C Program to demonstrate malloc dynamic memory allocation
  203. C Program to demonstrate malloc memset
  204. C Program to initialize array of strings and print on the terminal
  205. C Program to find maximum element in an array without sorting
  206. C Program to find minimum element in an array without sorting
  207. C Program to merge two arrays one after the other
  208. C Program to find the sum of array elements
  209. C Program to find sum of two arrays
  210. C Program to search a key element using Binary Search method
  211. C Program to search a key element using Binary Search using Functions
  212. C Program to search a key element using Linear Search method
  213. C Program to search a key element using Linear Search using Functions
  214. C Program to add two matrix
  215. C Program to subtract two matrix
  216. C Program to find sum of lower triangle matrix
  217. C Program to find sum of upper triangle matrix
  218. C Program to add principal diagonal elements in a matrix
  219. C Program to transpose a matrix
  220. C Program to check if the entered matrix is magic square or not
  221. C Program to implement basic operation of Stacks using global variables
  222. C Program to implement basic operation of Stacks using arrays and pointers
  223. C Program to implement basic operation of Stacks using structures
  224. C Program to implement Stacks using Singly Linked List
  225. C Program to find sum of n natural numbers using recursion
  226. C Program to find the factorial of a given number using recursion
  227. C Program to generate fibonacci series using recursion
  228. C Program to find nth fibonacci number using recursion
  229. C Program to implement Tower of Hanoi
  230. C Program to implement basic operations of Linear Queue using arrays and pointers
  231. C Program to implement basic operations of Circular Queue using arrays and pointers
  232. C Program to implement Priority Queues using array of structures
  233. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  234. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  235. C Program to implement Singly Linked List to insert and delete a node at a specified position and display the contents of the Singly List
  236. C Program to sort an array using Bubble Sort
  237. C Program to illustrate basic concept of pointers
  238. C++ Program to print Hello World
  239. C++ Program to initialize different datatypes and print the same on terminal
  240. C++ Program to find the sum of two integer numbers
  241. C++ Program to find the difference of two integer numbers
  242. C++ Program to find the product of two integer numbers
  243. C++ Program to find the division of two integer numbers
  244. C++ Program to find the sum of two integer numbers using classes and objects
  245. C++ Program to show usage of classes and objects
  246. C++ Program to find biggest of two numbers
  247. C++ Program to find biggest of three numbers
  248. C++ Program to sort an array using Merge Sort
  249. C++ Program to sort an array using Insertion Sort
  250. C++ Program to find biggest of two numbers using Inline Functions
  251. C++ Program to demonstrate sizeof operator
  252. C++ Program to demonstrate usage of reference types
  253. C++ Program to find sum of two numbers using pointer returning functions
  254. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  255. C++ Program to demonstrate constructor overloading
  256. C++ Program to generate fibonacci series
  257. C++ Program to generate fibonacci series using class
  258. C++ Program to find factorial of a number without classes
  259. C++ Program to find factorial of a number using classes
  260. C++ Program to find factorial of a number using copy constructor
  261. C++ Program to demonstrate the use of address and value operator
  262. C# Program to print Hello World
  263. C# Program to add two numbers
  264. C# Program to subtract two numbers
  265. C# Program to multiply two numbers
  266. C# Program to divide two numbers
  267. C# Program to calculate area of pentagon
  268. Rust Program to print Hello World
  269. GO Lang Program to print Hello World
  270. PHP Program to print Hello World
  271. PHP Program to print Hello World using echo
  272. PHP Program to print Hello World in html tag
  273. PHP Program to print Hello World using print
  274. Ruby Program to display Hello World using Class
  275. Ruby Program to find odd or even number
  276. R Program to print Hello World on Console
  277. R Program to get input from user and print on Console
  278. Shell Script to print Hello World on the console
  279. Shell Script to initialize Hello World String to a variable and print it on the console
  280. Shell Script to read an integer value from user and print
  281. Shell Script to find factorial of a number
  282. Shell Script to print first n natural numbers
  283. Shell Script to find sum of n numbers
  284. Shell Script to find biggest of two numbers
  285. ADA Program to print Hello World
  286. ADA Program to print a integer number entered by user
  287. ADA Program to print a character entered by user
  288. ADA Program to print a string entered by user
  289. ADA Program to find the sum of two integer number
  290. ADA Program to find the difference of two integer number
  291. ADA Program to find the product of two integer number
  292. ADA Program to find the division of two integer number
  293. ADA Program to find area of square
  294. ADA Program to find perimeter of square
  295. ADA Program to find area of rectangle
  296. ADA Program to find perimeter of rectangle
  297. Haskell Program to print hello world
  298. Haskell Program to print integer entered by the user
  299. Haskell Program to print string entered by the user
  300. Haskell Program to print system information
  301. Haskell Program to print Fibonacci series
  302. Haskell Program to print factorial of a number
  303. Haskell Program to add two numbers
  304. Haskell Program to subtract two numbers
  305. Haskell Program to multiply two numbers
  306. Haskell Program to divide two numbers
  307. Haskell Program to convert string to lower case
  308. Julia Program to print Hello World
  309. Julia Program to print ASCII Values
  310. Kotlin Program to print Hello World
  311. Lua Program to print Hello World
  312. Lua Program to add two numbers
  313. Lua Program to subtract two numbers
  314. Lua Program to multiply two numbers
  315. F# program to print Hello World
  316. Introduction to Java
  317. Features of Java
  318. First Java Program
  319. Passage 4
  320. Passage 22
  321. Passage 23
  322. Passage 25
  323. Passage 29
  324. Passage 36
  325. Passage 37
  326. Passage 39
  327. Passage 46
  328. Passage 55
  329. Passage 61
  330. Passage 62
  331. Passage 77
  332. Passage 79
  333. Passage 85
  334. Passage 93
  335. Passage 98
  336. Passage 109
  337. Passage 110
  338. Passage 112
  339. Passage 118
  340. Passage 121
  341. Passage 124
  342. Passage 136
  343. Passage 142
  344. Passage 164
  345. Passage 169
  346. Passage 173
  347. Passage 185
  348. Passage 187
  349. Passage 193
  350. Passage 199
  351. Passage 204
  352. Passage 209
  353. Passage 213
  354. Passage 218
  355. Passage 224
  356. Passage 225
  357. Passage 229
  358. Passage 245
  359. Passage 254
  360. Passage 260
  361. Passage 265
  362. Passage 273
  363. Passage 278
  364. Passage 279
  365. Passage 290
  366. Passage 296
  367. Ganesha Ashtottara Shatanamavali English
  368. Ganesha Ashtottara Shatanamavali Kannada
  369. Vinayaka Ashtottara Shatanamavali English
  370. Vinayaka Ashtottara Shatanamavali Kannada
  371. Ganapati Gakara Ashtottara Shatanamavali English
  372. Ganapati Gakara Ashtottara Shatanamavali Kannada
  373. Sri Subramanya Ashtottara Shatanamavali English
  374. Sri Subramanya Ashtottara Shatanamavali Kannada
  375. Shiva Ashtottara Shatanamavali English
  376. Shiva Ashtottara Shatanamavali Kannada
  377. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  378. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  379. Sri Durga Ashtottara Shatanamavali English
  380. Sri Durga Ashtottara Shatanamavali Kannada
  381. Sri Krishna Ashtottara Shatanamavali English
  382. Sri Krishna Ashtottara Shatanamavali Kannada
  383. Sri Lakshmi Ashtottara Shatanamavali English
  384. Sri Lakshmi Ashtottara Shatanamavali Kannada
  385. Venkateshwara Ashtottara Shatanamavali English
  386. Venkateshwara Ashtottara Shatanamavali Kannada
  387. Batuka Bhairava Ashtottara Shatanamavali English
  388. Batuka Bhairava Ashtottara Shatanamavali Kannada
  389. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  390. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  391. Sri Kali Ashtottara Shatanamavali English
  392. Sri Kali Ashtottara Shatanamavali Kannada
  393. Sri Saraswati Ashtottara Shatanamavali English
  394. Sri Saraswati Ashtottara Shatanamavali Kannada
  395. Sri Mangala Gowri Ashtottara Shatanamavali English
  396. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  397. Sri Rama Ashtottara Shatanamavali English
  398. Sri Rama Ashtottara Shatanamavali Kannada
  399. Sri Sita Ashtottara Shatanamavali (Type 1) English
  400. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  401. Sri Sita Ashtottara Shatanamavali (Type 2) English
  402. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  403. Sri Anjaneya Ashtottara Shatanamavali English
  404. Sri Anjaneya Ashtottara Shatanamavali Kannada
  405. Surya Ashtottara Shatanamavali English
  406. Surya Ashtottara Shatanamavali Kannada
  407. Chandra Ashtottara Shatanamavali English
  408. Chandra Ashtottara Shatanamavali Kannada
  409. Angaraka Ashtottara Shatanamavali English
  410. Angaraka Ashtottara Shatanamavali Kannada
  411. Budha Ashtottara Shatanamavali English
  412. Budha Ashtottara Shatanamavali Kannada
  413. Bruhaspati Ashtottara Shatanamavali English
  414. Bruhaspati Ashtottara Shatanamavali Kannada
  415. Shukra Ashtottara Shatanamavali English
  416. Shukra Ashtottara Shatanamavali Kannada
  417. Shani Ashtottara Shatanamavali English
  418. Shani Ashtottara Shatanamavali Kannada
  419. Rahu Ashtottara Shatanamavali English
  420. Rahu Ashtottara Shatanamavali Kannada
  421. Ketu Ashtottara Shatanamavali English
  422. Ketu Ashtottara Shatanamavali Kannada
  423. Dattatreya Ashtottara Shatanamavali English
  424. Dattatreya Ashtottara Shatanamavali Kannada
  425. Ayyappa Ashtottara Shatanamavali English
  426. Ayyappa Ashtottara Shatanamavali Kannada
  427. Ananta Padmanabha Ashtottara Shatanamavali English
  428. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  429. Gayatri Ashtottara Shatanamavali (Type 1) English
  430. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  431. Gayatri Ashtottara Shatanamavali (Type 2) English
  432. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  433. Sri Tulasi Ashtottara Shatanamavali English
  434. Sri Tulasi Ashtottara Shatanamavali Kannada
  435. Sri Valli Ashtottara Shatanamavali English
  436. Sri Valli Ashtottara Shatanamavali Kannada
  437. Sri Devasena Ashtottara Shatanamavali English
  438. Sri Devasena Ashtottara Shatanamavali Kannada
  439. Sri Varaha Ashtottara Shatanamavali English
  440. Sri Varaha Ashtottara Shatanamavali Kannada
  441. Sri Varahi Ashtottara Shatanamavali English
  442. Sri Varahi Ashtottara Shatanamavali Kannada
  443. Sri Veerabhadra Ashtottara Shatanamavali English
  444. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  445. Sri Hayagreeva Ashtottara Shatanamavali English
  446. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  447. Sri Shankaracharya Ashtottara Shatanamavali English
  448. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  449. Sri Raghavendra Ashtottara Shatanamavali English
  450. Sri Raghavendra Ashtottara Shatanamavali Kannada
  451. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  452. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  453. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  454. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  455. Sri Adilakshmi Ashtottara Shatanamavali English
  456. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  457. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  458. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  459. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  460. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  461. Sri Gajalakshmi Ashtottara Shatanamavali English
  462. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  463. Sri Santanalakshmi Ashtottara Shatanamavali English
  464. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  465. Sri Vijayalakshmi Ashtottara Shatanamavali English
  466. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  467. Sri Vidyalakshmi Ashtottara Shatanamavali English
  468. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  469. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  470. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  471. Sri Kamakshi Ashtottara Shatanamavali English
  472. Sri Kamakshi Ashtottara Shatanamavali Kannada
  473. Sri Pratyangira Ashtottara Shatanamavali English
  474. Sri Pratyangira Ashtottara Shatanamavali Kannada
  475. Adai
  476. Aloo Bonda
  477. Aloo Dahiwada
  478. Badam Ka Seera
  479. Badam Kaju Pista Burger
  480. Badam Kheer
  481. Basil and Badam Soup
  482. Cashew Nut Chutney
  483. Celery Payaru Thoran
  484. Chanar Bara
  485. Manjunatha Swamy Temple (Dharmasthala)
  486. Shree Mahaganapathi Temple (Southadka)
  487. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  488. Shri Idagunji Maha Ganapati Temple (Idagunji)
  489. Mookambika Temple (Kollur)
  490. Sri Krishna Matha (Udupi)
  491. Gokarnanatha Temple (Kudroli)
  492. Sharadamba Temple (Sringeri)
  493. Annapooreshwari Temple (Horanadu)
  494. Durga Parameshwari Temple (Kateel)
  495. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  496. Shri Murudeshwara Temple (Murudeshwara)
  497. Mahabaleshwar Temple (Gokarna)
  498. Shri Rajarajeshwari Temple (Polali)
  499. Guru Narasimha Temple (Saligrama)
  500. Shri Sada Shivarudra Temple (Ujire)
  501. Shri Vaidyanatheshwara Temple (Kokkada)
  502. Shri Rishyasringeshwara Temple (Kigga)
  503. Annapoorneshwari Temple (Hosanadu Kodyadka)
  504. Shree Sharadhamba Temple (Koodli)
  505. Sri Surya Narayana Temple (Naravi)
  506. Kalaseshwara Temple (Kalasa)
  507. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  508. The Bug and the Flea