Results for "Ada Language"

Total results: 673

  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 find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
  19. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  20. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  21. Java Program to Reverse a Number
  22. Java Program to Reverse a String
  23. Java Program to find maximum element in an array
  24. Java Program to find minimum element in an array
  25. Java Program to convert Kilometer to Miles
  26. Java Program to convert Miles to Kilometer
  27. Java Program to find fibonacci series of a number
  28. Java Program to find fibonacci series of a number using methods
  29. Java Program to find fibonacci series of a number using recursion
  30. Java Program to find the area of a pentagon
  31. Java Program example to demonstrate String charAt method
  32. Java Program example to demonstrate String compareTo method
  33. Java Program example to demonstrate String compareToIgnoreCase method
  34. Java Program example to demonstrate String contentEquals method
  35. Java Program example to demonstrate String concat method
  36. Java Program to demonstrate Integer wrapper class
  37. Java Program to demonstrate Float wrapper class
  38. Java Program to demonstrate Boolean wrapper class
  39. Java Program to demonstrate Byte wrapper class
  40. Java Program to Create a File
  41. Java Program to Rename a File
  42. Java Program to show usage of Enum which prints the size of coffee mug
  43. Java Program to demonstrate Interfaces
  44. Java Program to show usage of this pointer using Order Pizza Program
  45. Java Program to demonstrate packages
  46. Java Program to pick random value from enumerations
  47. Java Program to find area of different shapes using inheritance
  48. Java Program to demonstrate multilevel inheritance
  49. Java Program to count the occurrence of a number
  50. Java Program to calculate Salary of an Employee
  51. Java Program for Stack Simulation
  52. Java Program for Queue Simulation
  53. Java Program for Div Zero Exception
  54. Java Program to demonstrate nested try block
  55. Java Program example to demonstrate variable length of arguments
  56. Java Program to demonstrate NullPointerException
  57. Java Program to demonstrate ArrayList
  58. Java Program to convert ArrayList to Array
  59. Java Program to convert Array to ArrayList
  60. Java Program to create a user defined LinkedList class and store list of books and display
  61. Java Program to calculate Student Average of a Class using User defined Storage Classes
  62. Java Program to demonstrate stack class in Collection framework
  63. Java Swing Program to demonstrate Jlabel
  64. Java Swing Program to demonstrate JLabel with Icon
  65. Java Swing Program to demonstrate JLabel with Text and Icon
  66. Java Swing Program to demonstrate JTextField
  67. Java Swing Program to demonstrate JTextField with Text
  68. Java Swing Program to demonstrate JButton
  69. Java Swing Program to demonstrate JButton with Icon
  70. Java Swing Program to demonstrate JButton with Text and Icon
  71. Java Swing Program to demonstrate JButton Action TextField
  72. Java Swing Program to demonstrate JCheckBox with Text
  73. Java Program to create thread by implementing runnable interface
  74. Java Program to create thread by extending Thread class
  75. Java Program to sort an array using Insertion Sort
  76. Java program to concatenate two arrays using Collections
  77. Java program to concatenate two arrays using Stream API
  78. Java program to merge two arrays one after the other
  79. Java program to reverse ArrayList
  80. Java program to sort array using Collections reverseOrder method
  81. Java program to sort string array in descending order using collections
  82. Java Program to reverse words in a given string
  83. Java Program to subtract two matrices
  84. Python Program to print Hello World
  85. Python Program to initialize different datatypes and print
  86. Python Program to print different formats of string
  87. Python Program to find sum of two integer numbers
  88. Python Program to find difference of two integer numbers
  89. Python Program to find product of two integer numbers
  90. Python Program to find division of two integer numbers
  91. Python Program to find biggest of two integer numbers
  92. Python Program to find biggest of three numbers
  93. Python Program to find area of square
  94. Python Program to find area of rectangle
  95. Python Program to find area of circle
  96. Python Program to find area of triangle
  97. Python Program to find area of pentagon
  98. Python Program to swap two numbers using temporary variable
  99. Python Program to swap two numbers using xor
  100. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  101. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  102. Python Program to find ASCII value of a character or digit
  103. Python Program to find ASCII value of a character or digit entered by the user
  104. Python Program to check whether a given number is an Armstrong Number or not
  105. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  106. Python Program to reverse an integer number
  107. Python Program to find sum of digits
  108. Python Program to convert kilometer to mile
  109. Python Program to find maximum element in an array
  110. Python Program to find sum of array elements using for
  111. Python Program to find sum of array elements using sum function
  112. Python Program to find fibonacci series
  113. Python Program to sort an array using Insertion Sort
  114. Python Program to convert Celsius to Fahrenheit
  115. Python Program to convert Fahrenheit to Celsius
  116. C Program to print Hello World on the console
  117. C Program to initialize different datatypes and print the same on terminal
  118. C Program to show different formatting in output using printf
  119. C Program to convert a value into different formats using format specifiers
  120. C Program to find the sum of two integer numbers
  121. C Program to find the difference of two integer numbers
  122. C Program to find the product of two integer numbers
  123. C Program to find the division of two integer numbers
  124. C Program to perform arithmetic operations using floating point variables
  125. C Program to find distance between two straight lines
  126. C Program to find area of square
  127. C Program to find perimeter of square
  128. C Program to find area of equilateral triangle
  129. C Program to find area of right angled triangle
  130. C Program to find area of scalene triangle
  131. C Program to find area of triangle given three sides of a triangle
  132. C Program to find area of circle
  133. C Program to find area and circumference of a circle using pre processor directives
  134. C Program to check if a triangle is Isosceles Equilateral or Scalene
  135. C Program to convert Celcius to Fahrenheit
  136. C Program to convert Fahrenheit to Celcius
  137. C Program to swap two variables using addition and subtraction without using temporary variable
  138. C Program to swap two variables using temporary variable
  139. C Program to swap two variables using multiply and division operation without using temporary variable
  140. C Program to swap two variables by shifting bits
  141. C Program to swap two variables by performing xor operation
  142. C Program to calculate Simple Interest
  143. C Program to calculate Compound Interest
  144. C Program to find profit or loss
  145. C Program to find positive negative or zero using Conditional Operator
  146. C Program to find positive negative or zero using If Else statement
  147. C Program to find odd or even using Conditional Operator
  148. C Program to find odd or even using If Else statement
  149. C Program to find odd or even using goto statement
  150. C Program to check whether a given year is a leap year or not
  151. C Program to check whether a given number is a Perfect Number or not
  152. C Program to check whether a given number is an Armstrong Number or not
  153. C Program to generate Armstrong number within a given range
  154. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  155. C Program to check whether a given number is an Armstrong Number or not using in built power function
  156. C Program to find biggest of two numbers using Conditional Operator
  157. C Program to find biggest of two numbers using If Else statement
  158. C Program to find biggest of three numbers using Conditional Operator
  159. C Program to find biggest of three numbers using If Else statement
  160. C Program to find biggest of three numbers using nested If Else statement
  161. C Program to find biggest of three numbers using Binary Minus
  162. C Program to find smallest of three numbers using Conditional Operator
  163. C Program to find smallest of three numbers using If Else statement
  164. C Program to find smallest of three numbers using nested If Else statement
  165. C Program to calculate grade based on percentage using If Else statement
  166. C Program to calculate grade based on percentage using switch statement
  167. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  168. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  169. C Program to find roots of a quadratic equation using If Else statement
  170. C Program to find area of triangle square circle or rectangle using switch statement
  171. C Program to demonstrate the use of sizeof operator
  172. C Program to identify a character or a digit using ASCII values
  173. C Program to identify a character digit or special character using Built In functions
  174. C Program to identify a character or a digit using Built In functions
  175. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  176. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  177. C Program to print first n natural numbers using for loop
  178. C Program to print first n natural numbers using while loop
  179. C Program to print first n natural numbers using do while loop
  180. C Program to find the sum of first n natural numbers using for loop
  181. C Program to find the sum of first n natural numbers using while loop
  182. C Program to sum of n natural numbers using do while
  183. C Program to find the factorial of a given number
  184. C Program to find factorial of a number using functions
  185. C Program to find GCD and LCM of a given two number
  186. C Program to generate Fibonacci Series for first n natural numbers
  187. C Program to check whether a given integer number is palindrome or not
  188. C Program to print first n prime numbers
  189. C Program to print prime numbers within given range
  190. C Program to check if a number is prime number or not
  191. C Program to reverse a given integer number using while loop
  192. C Program to reverse a given integer number using while loop using functions
  193. C Program to reverse an integer number using for
  194. C Program to reverse an integer number using do while
  195. C Program to reverse string using for
  196. C Program to reverse string using while
  197. C Program to reverse string using do while
  198. C Program to print random number
  199. C Program to print random number within range
  200. C Program to check anagram by checking frequency
  201. C Program to check anagram by sorting strings
  202. C Program to find area of Ellipse
  203. C Program to find area of Regular Polygon sides
  204. C Program to find area of Rhombus
  205. C Program to find area of Sector
  206. C Program to find area of Triangular Prism lateral surface
  207. C Program to find the area of a pentagon
  208. C Program to find area of trapezoid
  209. C Program to print hello world using ASCII
  210. C Program to find power of a number without inbuilt function
  211. C Program to find substring of a string
  212. C Program to swap two Strings
  213. C Program to search occurrence of character in String
  214. C Program to sort a set of strings alphabetically
  215. C Program to arrange a string alphabetically
  216. C Program to find length of a string using built in functions
  217. C Program to find length of a string without using built in functions
  218. C Program to find if a string is palindrome or not without built in functions
  219. C Program to compare two strings using built in functions
  220. C Program to compare two strings without using built in functions
  221. C Program to reverse a string without using built in function
  222. C Program to convert String to Integer value
  223. C Program to find Permutations nPr
  224. C Program to find Combinations nCr
  225. C Program to find sum and percentage of subjects
  226. C Program to find Sum of Digits of a given number Type 1
  227. C Program to find Sum of Digits of a given number Type 2
  228. C Program to concatenate two strings using built in functions
  229. C Program to concatenate two strings into a third string using built in functions
  230. C Program to concatenate two strings into a third string without using built in functions
  231. C Program to copy from source string to destination string using built in functions
  232. C Program to copy from source string to destination string without using built in functions
  233. C Program to find sum of two numbers using command line arguments
  234. C Program to find sum of two numbers using functions with returning the value
  235. C Program to find sum of two numbers using functions without returning the value
  236. C Program to print first n odd numbers
  237. C Program to print first n even numbers
  238. C Program to print n odd numbers within range
  239. C Program to print n even numbers within range
  240. C Program to print first n odd and even numbers Type 1
  241. C Program to print first n odd and even numbers Type 2
  242. C Program to find the sum of first n odd numbers using for loop
  243. C Program to print the sum of n odd numbers using while
  244. C Program to print the sum of n odd numbers using do while
  245. C Program to print the sum of n odd numbers within range using for
  246. C Program to print the sum of n odd numbers within range using while
  247. C Program to print the sum of n odd numbers within range using do while
  248. C Program to find the sum of first n even numbers using for loop
  249. C Program to print the sum of n even numbers using while
  250. C Program to print the sum of n even numbers using do while
  251. C Program to print the sum of n even numbers within range using for
  252. C Program to print the sum of n even numbers within range using while
  253. C Program to print the sum of n even numbers within range using do while
  254. C Program to find the sum of first n odd and even numbers using for
  255. C Program to print the sum of n odd and even numbers using while
  256. C Program to print the sum of n odd and even numbers using do while
  257. C Program to print the sum of n odd and even numbers within range using for
  258. C Program to print the sum of n odd and even numbers within range using while
  259. C Program to print the sum of n odd and even numbers within range using do while
  260. C Program to convert binary to decimal number
  261. C Program to convert binary to hexadecimal number
  262. C Program to convert binary to octal number
  263. C Program to convert a decimal to binary number
  264. C Program to convert decimal to hexadecimal number
  265. C Program to convert a decimal to octal number
  266. C Program to convert octal to binary number
  267. C Program to convert an octal to decimal number
  268. C Program to convert octal to hexadecimal number
  269. C Program to convert Kilometers to miles
  270. C Program to convert kilometer to miles using preprocessor directive
  271. C Program to demonstrate calloc dynamic memory allocation
  272. C Program to demonstrate malloc dynamic memory allocation
  273. C Program to demonstrate malloc memset
  274. C Program to initialize array of strings and print on the terminal
  275. C Program to insert an element into specified location of an array
  276. C Program to delete an element from a specified location of an array
  277. C Program to delete duplicate elements from an array
  278. C Program to copy contents of one array to another
  279. C Program to find maximum element in an array without sorting
  280. C Program to find minimum element in an array without sorting
  281. C Program to merge two arrays one after the other
  282. C Program to find the sum of array elements
  283. C Program to find sum of two arrays
  284. C Program to search a key element using Binary Search method
  285. C Program to search a key element using Binary Search using Functions
  286. C Program to search a key element using Linear Search method
  287. C Program to search a key element using Linear Search using Functions
  288. C Program to add two matrix
  289. C Program to subtract two matrix
  290. C Program to find sum of lower triangle matrix
  291. C Program to find sum of upper triangle matrix
  292. C Program to add principal diagonal elements in a matrix
  293. C Program to transpose a matrix
  294. C Program to check if the entered matrix is magic square or not
  295. C Program to reverse a digit using recursion
  296. C Program to sort an array using Bubble Sort
  297. C Program to sort an array using Bubble Sort using functions
  298. C Program to sort an array using Selection Sort
  299. C Program to sort an array using Insertion Sort
  300. C Program to sort an array using Insertion Sort using functions
  301. C Program to sort an array using Merge Sort
  302. C Program to sort an array using Shell Sort
  303. C Program to implement 01 Knapsack problem
  304. C Program to implement 01 Knapsack problem using recursion
  305. C Program to implement Fractional Knapsack problem using Greedy Method
  306. C Program to implement Prim's Algorithm
  307. C Program to solve N Queens using greedy method
  308. C Program to implement Warshall's algorithm
  309. C++ Program to print Hello World
  310. C++ Program to initialize different datatypes and print the same on terminal
  311. C++ Program to find the difference of two integer numbers
  312. C++ Program to find the product of two integer numbers
  313. C++ Program to find the division of two integer numbers
  314. C++ Program to find the sum of two integer numbers using classes and objects
  315. C++ Program to show usage of classes and objects
  316. C++ Program to find biggest of two numbers
  317. C++ Program to find biggest of three numbers
  318. C++ Program to sort an array using Merge Sort
  319. C++ Program to sort an array using Insertion Sort
  320. C++ Program to find biggest of two numbers using Inline Functions
  321. C++ Program to demonstrate sizeof operator
  322. C++ Program to demonstrate usage of reference types
  323. C++ Program to find sum of two numbers using pointer returning functions
  324. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  325. C++ Program to demonstrate constructor overloading
  326. C++ Program to generate fibonacci series
  327. C++ Program to generate fibonacci series using class
  328. C++ Program to find factorial of a number without classes
  329. C++ Program to find factorial of a number using classes
  330. C++ Program to find factorial of a number using copy constructor
  331. C++ Program to demonstrate the use of address and value operator
  332. C++ Program to find square of a number using templates
  333. C++ Program to find power of a number without inbuilt function
  334. C++ Program to print sum of n natural numbers using do while
  335. C++ Program to check if entered number is prime or not using classes
  336. C++ Program to convert Kilometers to miles
  337. C++ Program to convert binary to octal
  338. C++ Program to convert decimal to hexadecimal
  339. C++ Program to convert octal to binary
  340. C++ Program to reverse an integer number using for
  341. C++ Program to reverse an integer number using while
  342. C++ Program to reverse an integer number using do while
  343. C++ Program to reverse a string using for
  344. C++ Program to reverse a string using while
  345. C++ Program to reverse a string using do while
  346. C++ Program to find odd or even using If Else statement
  347. C++ Program to add two complex numbers
  348. C++ Program to find area of square using constructor
  349. C++ Program to find area of rectangle using constructor
  350. C++ Program to find area of circle using constructor
  351. C++ Program to find area of pentagon
  352. C++ Program to find area of shapes using constructor overloading
  353. C++ Program to find sum of two arrays
  354. C++ Program to add two matrix
  355. C++ Program to print n even numbers within range
  356. C++ Program to print n odd numbers within range
  357. C++ Program to print the sum of n even numbers using while
  358. C++ Program to print the sum of n even numbers using do while
  359. C++ Program to print the sum of n even numbers within range using for
  360. C++ Program to print the sum of n even numbers within range using while
  361. C++ Program to print the sum of n even numbers within range using do while
  362. C++ Program to print the sum of n odd numbers using while
  363. C++ Program to print the sum of n odd numbers using do while
  364. C++ Program to print the sum of n odd numbers within range using for
  365. C++ Program to print the sum of n odd numbers within range using while
  366. C++ Program to print the sum of n odd numbers within range using do while
  367. C++ Program to print the sum of n odd and even numbers using while
  368. C++ Program to print the sum of n odd and even numbers using do while
  369. C++ Program to print the sum of n odd and even numbers within range using for
  370. C++ Program to print the sum of n odd and even numbers within range using while
  371. C++ Program to print the sum of n odd and even numbers within range using do while
  372. C++ Program to demonstrate single inheritance
  373. C# Program to print Hello World
  374. C# Program to add two numbers
  375. C# Program to subtract two numbers
  376. C# Program to multiply two numbers
  377. C# Program to divide two numbers
  378. C# Program to calculate area of pentagon
  379. C# Program to sort an array using Insertion Sort
  380. GO Lang Program to print Hello World
  381. GO Lang Program to print Hello World From Variable
  382. GO Lang Program to find sum of two numbers
  383. GO Lang Program to enter integer number
  384. GO Lang Program to subtract two numbers
  385. GO Lang Program to find biggest of two numbers
  386. GO Lang Program to read quoted string
  387. GO Lang Program to find length of a String
  388. JavaScript Program to display the date
  389. JavaScript Program to display an alert box
  390. JavaScript Program to display confirm box
  391. JavaScript Program to display prompt for user to enter data
  392. JavaScript Program to add of two numbers
  393. JavaScript Program to subtract of two numbers
  394. JavaScript Program to multiply of two numbers
  395. JavaScript Program to divide of two numbers
  396. JavaScript Program to print Fibonacci series
  397. JavaScript Program to find if a number is palindrome or not
  398. JavaScript Program to push and pop elements from an array
  399. Ruby Program to display Hello World using Class
  400. Ruby Program to find odd or even number
  401. Ruby Program to find factorial of a number
  402. Ruby Program to add two numbers
  403. Ruby Program to add two numbers using command line
  404. Ruby Program to subtract two numbers
  405. R Program to print Hello World on Console
  406. R Program to get input from user and print on Console
  407. R Program to generate random numbers using runif
  408. R Program to generate random numbers using sample
  409. R Program to add two numbers and print the result on the console
  410. R Program to add two vectors and print the result on the console
  411. R Program to find the sum mean product of two vectors
  412. R Program to print matrix on the console
  413. Shell Script to print Hello World on the console
  414. Shell Script to initialize Hello World String to a variable and print it on the console
  415. Shell Script to read an integer value from user and print
  416. Shell Script to print Fibonacci series
  417. Shell Script to find factorial of a number
  418. Shell Script to print first n natural numbers
  419. Shell Script to find sum of n numbers
  420. Shell Script to find biggest of two numbers
  421. Shell Script to find biggest of three numbers using command line arguments
  422. Shell Script to find biggest of three numbers using nested if
  423. Shell Script to find largest of three numbers using If Else statement
  424. ADA Program to print Hello World
  425. ADA Program to print a integer number entered by user
  426. ADA Program to print a character entered by user
  427. ADA Program to print a string entered by user
  428. ADA Program to find the sum of two integer number
  429. ADA Program to find the difference of two integer number
  430. ADA Program to find the product of two integer number
  431. ADA Program to find the division of two integer number
  432. ADA Program to find area of square
  433. ADA Program to find perimeter of square
  434. ADA Program to find area of rectangle
  435. ADA Program to find perimeter of rectangle
  436. Haskell Program to print hello world
  437. Haskell Program to print integer entered by the user
  438. Haskell Program to print string entered by the user
  439. Haskell Program to print system information
  440. Haskell Program to print Fibonacci series
  441. Haskell Program to print factorial of a number
  442. Haskell Program to add two numbers
  443. Haskell Program to subtract two numbers
  444. Haskell Program to multiply two numbers
  445. Haskell Program to divide two numbers
  446. Haskell Program to convert string to lower case
  447. Haskell Program to convert string to upper case
  448. Julia Program to print Hello World
  449. Julia Program to print ASCII Values
  450. Julia Program to initialize string and print on console
  451. Julia Program to add two numbers
  452. Julia Program to subtract two numbers
  453. Kotlin Program to print Hello World
  454. Kotlin Program to demonstrate ArrayList
  455. Lua Program to print Hello World
  456. Lua Program to add two numbers
  457. Lua Program to subtract two numbers
  458. Lua Program to multiply two numbers
  459. Introduction to Java
  460. Java Virtual Machine (JVM) and Bytecode
  461. Features of Java
  462. Setting up the Java Development Kit (JDK)
  463. Integrated Development Environments (IDEs) for Java
  464. First Java Program
  465. Java Keywords
  466. Java identifiers
  467. Introduction to Lua
  468. Installing Lua
  469. Passage 4
  470. Passage 14
  471. Passage 22
  472. Passage 23
  473. Passage 25
  474. Passage 29
  475. Passage 36
  476. Passage 37
  477. Passage 39
  478. Passage 46
  479. Passage 55
  480. Passage 61
  481. Passage 62
  482. Passage 77
  483. Passage 79
  484. Passage 82
  485. Passage 85
  486. Passage 93
  487. Passage 96
  488. Passage 98
  489. Passage 109
  490. Passage 110
  491. Passage 112
  492. Passage 118
  493. Passage 121
  494. Passage 124
  495. Passage 126
  496. Passage 136
  497. Passage 142
  498. Passage 148
  499. Passage 164
  500. Passage 169
  501. Passage 170
  502. Passage 173
  503. Passage 185
  504. Passage 187
  505. Passage 193
  506. Passage 199
  507. Passage 204
  508. Passage 209
  509. Passage 213
  510. Passage 218
  511. Passage 224
  512. Passage 225
  513. Passage 227
  514. Passage 229
  515. Passage 231
  516. Passage 245
  517. Passage 246
  518. Passage 253
  519. Passage 254
  520. Passage 260
  521. Passage 265
  522. Passage 271
  523. Passage 273
  524. Passage 274
  525. Passage 278
  526. Passage 279
  527. Passage 280
  528. Passage 290
  529. Passage 296
  530. Passage 299
  531. Question 36
  532. Ganesha Ashtottara Shatanamavali English
  533. Ganesha Ashtottara Shatanamavali Kannada
  534. Vinayaka Ashtottara Shatanamavali English
  535. Vinayaka Ashtottara Shatanamavali Kannada
  536. Ganapati Gakara Ashtottara Shatanamavali English
  537. Ganapati Gakara Ashtottara Shatanamavali Kannada
  538. Sri Subramanya Ashtottara Shatanamavali English
  539. Sri Subramanya Ashtottara Shatanamavali Kannada
  540. Shiva Ashtottara Shatanamavali English
  541. Shiva Ashtottara Shatanamavali Kannada
  542. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  543. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  544. Sri Durga Ashtottara Shatanamavali English
  545. Sri Durga Ashtottara Shatanamavali Kannada
  546. Sri Krishna Ashtottara Shatanamavali English
  547. Sri Krishna Ashtottara Shatanamavali Kannada
  548. Sri Lakshmi Ashtottara Shatanamavali English
  549. Sri Lakshmi Ashtottara Shatanamavali Kannada
  550. Venkateshwara Ashtottara Shatanamavali English
  551. Venkateshwara Ashtottara Shatanamavali Kannada
  552. Batuka Bhairava Ashtottara Shatanamavali English
  553. Batuka Bhairava Ashtottara Shatanamavali Kannada
  554. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  555. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  556. Sri Kali Ashtottara Shatanamavali English
  557. Sri Kali Ashtottara Shatanamavali Kannada
  558. Sri Saraswati Ashtottara Shatanamavali English
  559. Sri Saraswati Ashtottara Shatanamavali Kannada
  560. Sri Mangala Gowri Ashtottara Shatanamavali English
  561. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  562. Sri Rama Ashtottara Shatanamavali English
  563. Sri Rama Ashtottara Shatanamavali Kannada
  564. Sri Sita Ashtottara Shatanamavali (Type 1) English
  565. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  566. Sri Sita Ashtottara Shatanamavali (Type 2) English
  567. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  568. Sri Anjaneya Ashtottara Shatanamavali English
  569. Sri Anjaneya Ashtottara Shatanamavali Kannada
  570. Surya Ashtottara Shatanamavali English
  571. Surya Ashtottara Shatanamavali Kannada
  572. Chandra Ashtottara Shatanamavali English
  573. Chandra Ashtottara Shatanamavali Kannada
  574. Angaraka Ashtottara Shatanamavali English
  575. Angaraka Ashtottara Shatanamavali Kannada
  576. Budha Ashtottara Shatanamavali English
  577. Budha Ashtottara Shatanamavali Kannada
  578. Bruhaspati Ashtottara Shatanamavali English
  579. Bruhaspati Ashtottara Shatanamavali Kannada
  580. Shukra Ashtottara Shatanamavali English
  581. Shukra Ashtottara Shatanamavali Kannada
  582. Shani Ashtottara Shatanamavali English
  583. Shani Ashtottara Shatanamavali Kannada
  584. Rahu Ashtottara Shatanamavali English
  585. Rahu Ashtottara Shatanamavali Kannada
  586. Ketu Ashtottara Shatanamavali English
  587. Ketu Ashtottara Shatanamavali Kannada
  588. Dattatreya Ashtottara Shatanamavali English
  589. Dattatreya Ashtottara Shatanamavali Kannada
  590. Ayyappa Ashtottara Shatanamavali English
  591. Ayyappa Ashtottara Shatanamavali Kannada
  592. Ananta Padmanabha Ashtottara Shatanamavali English
  593. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  594. Gayatri Ashtottara Shatanamavali (Type 1) English
  595. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  596. Gayatri Ashtottara Shatanamavali (Type 2) English
  597. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  598. Sri Tulasi Ashtottara Shatanamavali English
  599. Sri Tulasi Ashtottara Shatanamavali Kannada
  600. Sri Valli Ashtottara Shatanamavali English
  601. Sri Valli Ashtottara Shatanamavali Kannada
  602. Sri Devasena Ashtottara Shatanamavali English
  603. Sri Devasena Ashtottara Shatanamavali Kannada
  604. Sri Varaha Ashtottara Shatanamavali English
  605. Sri Varaha Ashtottara Shatanamavali Kannada
  606. Sri Varahi Ashtottara Shatanamavali English
  607. Sri Varahi Ashtottara Shatanamavali Kannada
  608. Sri Veerabhadra Ashtottara Shatanamavali English
  609. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  610. Sri Hayagreeva Ashtottara Shatanamavali English
  611. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  612. Sri Shankaracharya Ashtottara Shatanamavali English
  613. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  614. Sri Raghavendra Ashtottara Shatanamavali English
  615. Sri Raghavendra Ashtottara Shatanamavali Kannada
  616. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  617. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  618. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  619. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  620. Sri Adilakshmi Ashtottara Shatanamavali English
  621. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  622. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  623. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  624. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  625. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  626. Sri Gajalakshmi Ashtottara Shatanamavali English
  627. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  628. Sri Santanalakshmi Ashtottara Shatanamavali English
  629. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  630. Sri Vijayalakshmi Ashtottara Shatanamavali English
  631. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  632. Sri Vidyalakshmi Ashtottara Shatanamavali English
  633. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  634. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  635. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  636. Sri Kamakshi Ashtottara Shatanamavali English
  637. Sri Kamakshi Ashtottara Shatanamavali Kannada
  638. Sri Pratyangira Ashtottara Shatanamavali English
  639. Sri Pratyangira Ashtottara Shatanamavali Kannada
  640. Adai
  641. Aloo Bonda
  642. Aloo Dahiwada
  643. Badam Ka Seera
  644. Badam Kaju Pista Burger
  645. Badam Kheer
  646. Basil and Badam Soup
  647. Cashew Nut Chutney
  648. Celery Payaru Thoran
  649. Chanar Bara
  650. Manjunatha Swamy Temple (Dharmasthala)
  651. Shree Mahaganapathi Temple (Southadka)
  652. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  653. Shri Idagunji Maha Ganapati Temple (Idagunji)
  654. Mookambika Temple (Kollur)
  655. Sri Krishna Matha (Udupi)
  656. Gokarnanatha Temple (Kudroli)
  657. Sharadamba Temple (Sringeri)
  658. Annapooreshwari Temple (Horanadu)
  659. Durga Parameshwari Temple (Kateel)
  660. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  661. Shri Murudeshwara Temple (Murudeshwara)
  662. Mahabaleshwar Temple (Gokarna)
  663. Shri Rajarajeshwari Temple (Polali)
  664. Guru Narasimha Temple (Saligrama)
  665. Shri Sada Shivarudra Temple (Ujire)
  666. Shri Vaidyanatheshwara Temple (Kokkada)
  667. Shri Rishyasringeshwara Temple (Kigga)
  668. Annapoorneshwari Temple (Hosanadu Kodyadka)
  669. Shree Sharadhamba Temple (Koodli)
  670. Sri Surya Narayana Temple (Naravi)
  671. Kalaseshwara Temple (Kalasa)
  672. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  673. The Bug and the Flea