Results for "Ada Basics"

Total results: 614

  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 Inverted Equilateral Triangle in a pyramid star pattern
  239. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  240. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  241. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  242. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  243. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  244. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  245. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  246. C Program to print Rhombus in a star pattern
  247. C Program to print Solid Rectangle in a star pattern
  248. C++ Program to print Hello World
  249. C++ Program to initialize different datatypes and print the same on terminal
  250. C++ Program to find the sum of two integer numbers
  251. C++ Program to find the difference of two integer numbers
  252. C++ Program to find the product of two integer numbers
  253. C++ Program to find the division of two integer numbers
  254. C++ Program to find the sum of two integer numbers using classes and objects
  255. C++ Program to show usage of classes and objects
  256. C++ Program to find biggest of two numbers
  257. C++ Program to find biggest of three numbers
  258. C++ Program to sort an array using Merge Sort
  259. C++ Program to sort an array using Insertion Sort
  260. C++ Program to find biggest of two numbers using Inline Functions
  261. C++ Program to demonstrate sizeof operator
  262. C++ Program to demonstrate usage of reference types
  263. C++ Program to find sum of two numbers using pointer returning functions
  264. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  265. C++ Program to demonstrate constructor overloading
  266. C++ Program to generate fibonacci series
  267. C++ Program to generate fibonacci series using class
  268. C++ Program to find factorial of a number without classes
  269. C++ Program to find factorial of a number using classes
  270. C++ Program to find factorial of a number using copy constructor
  271. C++ Program to demonstrate the use of address and value operator
  272. C++ Program to find square of a number using templates
  273. C++ Program to find power of a number without inbuilt function
  274. C++ Program to print sum of n natural numbers using do while
  275. C++ Program to convert Kilometers to miles
  276. C++ Program to convert decimal to hexadecimal
  277. C++ Program to reverse a string using for
  278. C++ Program to reverse a string using do while
  279. C++ Program to add two complex numbers
  280. C++ Program to find area of square using constructor
  281. C++ Program to find area of rectangle using constructor
  282. C++ Program to find sum of two arrays
  283. C++ Program to add two matrix
  284. C++ Program to print n even numbers within range
  285. C++ Program to print n odd numbers within range
  286. C++ Program to print the sum of n even numbers using while
  287. C++ Program to print the sum of n even numbers within range using for
  288. C++ Program to print the sum of n even numbers within range using while
  289. C++ Program to print the sum of n even numbers within range using do while
  290. C++ Program to print the sum of n odd numbers using while
  291. C++ Program to print the sum of n odd numbers using do while
  292. C++ Program to print the sum of n odd numbers within range using for
  293. C++ Program to print the sum of n odd numbers within range using while
  294. C++ Program to print the sum of n odd numbers within range using do while
  295. C++ Program to print the sum of n odd and even numbers using while
  296. C++ Program to print the sum of n odd and even numbers using do while
  297. C++ Program to print the sum of n odd and even numbers within range using for
  298. C++ Program to print the sum of n odd and even numbers within range using while
  299. C++ Program to print the sum of n odd and even numbers within range using do while
  300. C++ Program to demonstrate single inheritance
  301. C++ Program to implement Stacks
  302. C# Program to print Hello World
  303. C# Program to add two numbers
  304. C# Program to subtract two numbers
  305. C# Program to multiply two numbers
  306. C# Program to divide two numbers
  307. C# Program to calculate area of pentagon
  308. C# Program to sort an array using Insertion Sort
  309. C# program to find Area of Circle
  310. C# program to find Area of Equilateral Triangle
  311. C# program to find Area of Isoceles Triangle
  312. C# program to find Area of Right angled Triangle
  313. C# program to find Area of Scalene Triangle
  314. C# program to find Area of Triangle by Sides
  315. C# program to find Area of Square
  316. C# program to find Area of Rectangle
  317. Rust Program to print Hello World
  318. GO Lang Program to print Hello World
  319. PHP Program to print Hello World
  320. PHP Program to print Hello World using echo
  321. PHP Program to print Hello World in html tag
  322. PHP Program to print Hello World using print
  323. Ruby Program to display Hello World using Class
  324. Ruby Program to find odd or even number
  325. R Program to print Hello World on Console
  326. R Program to get input from user and print on Console
  327. Shell Script to print Hello World on the console
  328. Shell Script to initialize Hello World String to a variable and print it on the console
  329. Shell Script to read an integer value from user and print
  330. Shell Script to find factorial of a number
  331. Shell Script to print first n natural numbers
  332. Shell Script to find sum of n numbers
  333. Shell Script to find biggest of two numbers
  334. ADA Program to print Hello World
  335. ADA Program to print a integer number entered by user
  336. ADA Program to print a character entered by user
  337. ADA Program to print a string entered by user
  338. ADA Program to find the sum of two integer number
  339. ADA Program to find the difference of two integer number
  340. ADA Program to find the product of two integer number
  341. ADA Program to find the division of two integer number
  342. ADA Program to find area of square
  343. ADA Program to find perimeter of square
  344. ADA Program to find area of rectangle
  345. ADA Program to find perimeter of rectangle
  346. Haskell Program to print hello world
  347. Haskell Program to print integer entered by the user
  348. Haskell Program to print string entered by the user
  349. Haskell Program to print system information
  350. Haskell Program to print Fibonacci series
  351. Haskell Program to print factorial of a number
  352. Haskell Program to add two numbers
  353. Haskell Program to subtract two numbers
  354. Haskell Program to multiply two numbers
  355. Haskell Program to divide two numbers
  356. Haskell Program to convert string to lower case
  357. Julia Program to print Hello World
  358. Julia Program to print ASCII Values
  359. Kotlin Program to print Hello World
  360. Lua Program to print Hello World
  361. Lua Program to add two numbers
  362. Lua Program to subtract two numbers
  363. Lua Program to multiply two numbers
  364. F# program to print Hello World
  365. Introduction to Java
  366. Features of Java
  367. First Java Program
  368. Features of C Programming
  369. C Character Set
  370. Comments in C
  371. Data Types in C
  372. Variables in C
  373. Constants in C
  374. Control Flow with Loops in C Programming
  375. Functions in C Programming
  376. Recursion in C Programming
  377. Preprocessor Directives in C
  378. Pointers in C Programming
  379. Structures in C Programming
  380. Bit Fields in C Programming
  381. Enumerations in C Programming
  382. Introduction to Go Lang Programming
  383. File Handling in C Programming
  384. Command-Line Arguments in C Programming
  385. Dynamic Memory Allocation in C Programming
  386. Error Handling in C Programming
  387. Data Structures in C Programming
  388. Best Practices and Coding Standards for C Programming
  389. Passage 4
  390. Passage 22
  391. Passage 23
  392. Passage 25
  393. Passage 29
  394. Passage 36
  395. Passage 37
  396. Passage 39
  397. Passage 46
  398. Passage 55
  399. Passage 61
  400. Passage 62
  401. Passage 77
  402. Passage 79
  403. Passage 85
  404. Passage 93
  405. Passage 98
  406. Passage 109
  407. Passage 110
  408. Passage 112
  409. Passage 118
  410. Passage 121
  411. Passage 124
  412. Passage 136
  413. Passage 142
  414. Passage 164
  415. Passage 169
  416. Passage 173
  417. Passage 185
  418. Passage 187
  419. Passage 193
  420. Passage 199
  421. Passage 204
  422. Passage 209
  423. Passage 213
  424. Passage 218
  425. Passage 224
  426. Passage 225
  427. Passage 229
  428. Passage 245
  429. Passage 254
  430. Passage 260
  431. Passage 265
  432. Passage 273
  433. Passage 278
  434. Passage 279
  435. Passage 290
  436. Passage 296
  437. Passage 306
  438. Passage 310
  439. Ganesha Ashtottara Shatanamavali English
  440. Ganesha Ashtottara Shatanamavali Kannada
  441. Vinayaka Ashtottara Shatanamavali English
  442. Vinayaka Ashtottara Shatanamavali Kannada
  443. Ganapati Gakara Ashtottara Shatanamavali English
  444. Ganapati Gakara Ashtottara Shatanamavali Kannada
  445. Sri Subramanya Ashtottara Shatanamavali English
  446. Sri Subramanya Ashtottara Shatanamavali Kannada
  447. Shiva Ashtottara Shatanamavali English
  448. Shiva Ashtottara Shatanamavali Kannada
  449. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  450. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  451. Sri Durga Ashtottara Shatanamavali English
  452. Sri Durga Ashtottara Shatanamavali Kannada
  453. Sri Krishna Ashtottara Shatanamavali English
  454. Sri Krishna Ashtottara Shatanamavali Kannada
  455. Sri Lakshmi Ashtottara Shatanamavali English
  456. Sri Lakshmi Ashtottara Shatanamavali Kannada
  457. Venkateshwara Ashtottara Shatanamavali English
  458. Venkateshwara Ashtottara Shatanamavali Kannada
  459. Batuka Bhairava Ashtottara Shatanamavali English
  460. Batuka Bhairava Ashtottara Shatanamavali Kannada
  461. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  462. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  463. Sri Kali Ashtottara Shatanamavali English
  464. Sri Kali Ashtottara Shatanamavali Kannada
  465. Sri Saraswati Ashtottara Shatanamavali English
  466. Sri Saraswati Ashtottara Shatanamavali Kannada
  467. Sri Mangala Gowri Ashtottara Shatanamavali English
  468. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  469. Sri Rama Ashtottara Shatanamavali English
  470. Sri Rama Ashtottara Shatanamavali Kannada
  471. Sri Sita Ashtottara Shatanamavali (Type 1) English
  472. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  473. Sri Sita Ashtottara Shatanamavali (Type 2) English
  474. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  475. Sri Anjaneya Ashtottara Shatanamavali English
  476. Sri Anjaneya Ashtottara Shatanamavali Kannada
  477. Surya Ashtottara Shatanamavali English
  478. Surya Ashtottara Shatanamavali Kannada
  479. Chandra Ashtottara Shatanamavali English
  480. Chandra Ashtottara Shatanamavali Kannada
  481. Angaraka Ashtottara Shatanamavali English
  482. Angaraka Ashtottara Shatanamavali Kannada
  483. Budha Ashtottara Shatanamavali English
  484. Budha Ashtottara Shatanamavali Kannada
  485. Bruhaspati Ashtottara Shatanamavali English
  486. Bruhaspati Ashtottara Shatanamavali Kannada
  487. Shukra Ashtottara Shatanamavali English
  488. Shukra Ashtottara Shatanamavali Kannada
  489. Shani Ashtottara Shatanamavali English
  490. Shani Ashtottara Shatanamavali Kannada
  491. Rahu Ashtottara Shatanamavali English
  492. Rahu Ashtottara Shatanamavali Kannada
  493. Ketu Ashtottara Shatanamavali English
  494. Ketu Ashtottara Shatanamavali Kannada
  495. Dattatreya Ashtottara Shatanamavali English
  496. Dattatreya Ashtottara Shatanamavali Kannada
  497. Ayyappa Ashtottara Shatanamavali English
  498. Ayyappa Ashtottara Shatanamavali Kannada
  499. Ananta Padmanabha Ashtottara Shatanamavali English
  500. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  501. Gayatri Ashtottara Shatanamavali (Type 1) English
  502. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  503. Gayatri Ashtottara Shatanamavali (Type 2) English
  504. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  505. Sri Tulasi Ashtottara Shatanamavali English
  506. Sri Tulasi Ashtottara Shatanamavali Kannada
  507. Sri Valli Ashtottara Shatanamavali English
  508. Sri Valli Ashtottara Shatanamavali Kannada
  509. Sri Devasena Ashtottara Shatanamavali English
  510. Sri Devasena Ashtottara Shatanamavali Kannada
  511. Sri Varaha Ashtottara Shatanamavali English
  512. Sri Varaha Ashtottara Shatanamavali Kannada
  513. Sri Varahi Ashtottara Shatanamavali English
  514. Sri Varahi Ashtottara Shatanamavali Kannada
  515. Sri Veerabhadra Ashtottara Shatanamavali English
  516. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  517. Sri Hayagreeva Ashtottara Shatanamavali English
  518. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  519. Sri Shankaracharya Ashtottara Shatanamavali English
  520. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  521. Sri Raghavendra Ashtottara Shatanamavali English
  522. Sri Raghavendra Ashtottara Shatanamavali Kannada
  523. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  524. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  525. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  526. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  527. Sri Adilakshmi Ashtottara Shatanamavali English
  528. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  529. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  530. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  531. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  532. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  533. Sri Gajalakshmi Ashtottara Shatanamavali English
  534. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  535. Sri Santanalakshmi Ashtottara Shatanamavali English
  536. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  537. Sri Vijayalakshmi Ashtottara Shatanamavali English
  538. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  539. Sri Vidyalakshmi Ashtottara Shatanamavali English
  540. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  541. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  542. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  543. Sri Kamakshi Ashtottara Shatanamavali English
  544. Sri Kamakshi Ashtottara Shatanamavali Kannada
  545. Sri Pratyangira Ashtottara Shatanamavali English
  546. Sri Pratyangira Ashtottara Shatanamavali Kannada
  547. Adai
  548. Aloo Bonda
  549. Aloo Dahiwada
  550. Badam Ka Seera
  551. Badam Kaju Pista Burger
  552. Badam Kheer
  553. Basil and Badam Soup
  554. Cashew Nut Chutney
  555. Celery Payaru Thoran
  556. Chanar Bara
  557. Manjunatha Swamy Temple (Dharmasthala)
  558. Shree Mahaganapathi Temple (Southadka)
  559. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  560. Shri Idagunji Maha Ganapati Temple (Idagunji)
  561. Mookambika Temple (Kollur)
  562. Sri Krishna Matha (Udupi)
  563. Gokarnanatha Temple (Kudroli)
  564. Sharadamba Temple (Sringeri)
  565. Annapooreshwari Temple (Horanadu)
  566. Durga Parameshwari Temple (Kateel)
  567. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  568. Shri Murudeshwara Temple (Murudeshwara)
  569. Mahabaleshwar Temple (Gokarna)
  570. Shri Rajarajeshwari Temple (Polali)
  571. Guru Narasimha Temple (Saligrama)
  572. Shri Sada Shivarudra Temple (Ujire)
  573. Shri Vaidyanatheshwara Temple (Kokkada)
  574. Shri Rishyasringeshwara Temple (Kigga)
  575. Annapoorneshwari Temple (Hosanadu Kodyadka)
  576. Shree Sharadhamba Temple (Koodli)
  577. Sri Surya Narayana Temple (Naravi)
  578. Kalaseshwara Temple (Kalasa)
  579. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  580. Mahalasa Narayani (Verna)
  581. Mahalaxmi Temple (Bandora)
  582. Shri Ganesha Temple (Farmagudi)
  583. Devaki Krishna Temple (Marcel)
  584. Yoga and Bhoga Narasimha (Devarayana Durga)
  585. Goravanahalli Mahalakshmi Temple (Tumkur)
  586. Aprameya Swamy and Ambegalu Krishna Temple (Mallur)
  587. Gavi Gangadhareshwara Swamy Temple (Bengaluru)
  588. Sarvajna Peetha Temple (Valur)
  589. Shri Narasimha Jharna Mandir (Bidar)
  590. Swayambhu Ganpati Temple (Ratnagiri)
  591. Shree Marikamba Temple (Sirsi)
  592. Sahasralinga (Sirsi)
  593. Tarakeshwara (Hanagal)
  594. Sodhe Sri Vadiraja Matha (Sirsi)
  595. Shree Swarnavalli Matha (Sirsi)
  596. Mahadev Temple (Tambdi Surla)
  597. Shripad Shrivallabha Dattatreya Temple (Kuruvapura)
  598. Sri Raghavendra Swamy Mutt (Mantralayam)
  599. Hazara Rama Temple (Bellary)
  600. Sandur Kumaraswamy Temple (Bellary)
  601. Mylara Lingeshwara Temple (Bellary)
  602. Pattadakallu Virupaksha Temple (Bagalkot)
  603. Kudalasangama Sangameshwara Temple (Bagalkot)
  604. Banashankari Temple (Badami)
  605. ISKCON Krishna Temple (Bengaluru)
  606. Kadu Malleshwara Temple (Bengaluru)
  607. Holalkere Bayalu Ganapathi Temple (Chitradurga)
  608. Nayakanahatti Thipperudra Swamy Temple (Chitradurga)
  609. Dasharatha Rama Kshetra (Chitradurga)
  610. Ghati Subramanya Temple (Doddaballapur)
  611. Begur Panchalingeshwara Temple (Bengaluru)
  612. Champakadhama Swamy Temple (Bengaluru)
  613. Ragigudda Sri Prasanna Anjaneya Swamy Temple (Bengaluru)
  614. The Bug and the Flea