Results for "Learn Ada"

Total results: 714

  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 find sum of array elements
  77. Java Program to find sum of array elements using methods
  78. Java Program to insert element to an array
  79. Java Program to insert element to an array at specified position
  80. Java Program to check if Integer element is present in an array
  81. Java Program to check if String element is present in an array
  82. Java Program to find average of array elements
  83. Java Program to find Median of array elements
  84. Java program to concatenate two arrays using array copy method
  85. Java program to concatenate two arrays using Collections
  86. Java program to concatenate two arrays using Stream API
  87. Java program to merge two arrays one after the other
  88. Java program to reverse ArrayList
  89. Java program to reverse array using Collections
  90. Java program to reverse array using for loop
  91. Java program to reverse array using temporary variable
  92. Java program to sort array using Collections reverseOrder method
  93. Java program to sort array using Sort method
  94. Java program to sort array using temporary variable
  95. Java program to sort string array in descending order using collections
  96. Java program to demonstrate super keyword
  97. Java program to reverse a string using recursion
  98. Java Program to add two binary numbers
  99. Java Program to add two binary numbers using ParseInt
  100. Java Program to subtract two binary numbers using ParseInt
  101. Java Program to multiply two binary numbers using ParseInt
  102. Java Program to divide two binary numbers using ParseInt
  103. Java Program to reverse words in a given string
  104. Java Program to count Vowels and Consonants in a given string
  105. Java Program to count digits and white spaces in a given string
  106. Java Program to check for Duplicate Characters
  107. Java Program to print all substrings of a given string
  108. Java Program to sort the given string Alphabetically
  109. Java Program to sort the given string Alphabetically using Comparator
  110. Java Program to sort the given string in reverse order using Comparator
  111. Java Program to add two matrices
  112. Java Program to subtract two matrices
  113. Java Program to multiply two matrices
  114. Python Program to print Hello World
  115. Python Program to initialize different datatypes and print
  116. Python Program to print different formats of string
  117. Python Program to find sum of two integer numbers
  118. Python Program to find difference of two integer numbers
  119. Python Program to find product of two integer numbers
  120. Python Program to find division of two integer numbers
  121. Python Program to find biggest of two integer numbers
  122. Python Program to find biggest of three numbers
  123. Python Program to find area of square
  124. Python Program to find area of rectangle
  125. Python Program to find area of circle
  126. Python Program to find area of triangle
  127. Python Program to find area of pentagon
  128. Python Program to swap two numbers using temporary variable
  129. Python Program to swap two numbers using xor
  130. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  131. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  132. Python Program to find ASCII value of a character or digit
  133. Python Program to find ASCII value of a character or digit entered by the user
  134. Python Program to check whether a given number is an Armstrong Number or not
  135. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  136. Python Program to reverse an integer number
  137. Python Program to find sum of digits
  138. Python Program to convert kilometer to mile
  139. Python Program to find the square root of a given number
  140. Python Program to convert Celsius to Fahrenheit
  141. Python Program to convert Fahrenheit to Celsius
  142. C Program to print Hello World on the console
  143. C Program to find distance between two straight lines
  144. C Program to find area of equilateral triangle
  145. C Program to find area of scalene triangle
  146. C Program to find area of circle
  147. C Program to find area and circumference of a circle using pre processor directives
  148. C Program to swap two variables using temporary variable
  149. C Program to calculate Simple Interest
  150. C Program to find profit or loss
  151. C Program to find odd or even using If Else statement
  152. C Program to check whether a given year is a leap year or not
  153. C Program to check whether a given number is an Armstrong Number or not using in built power function
  154. C Program to find smallest of three numbers using Conditional Operator
  155. C Program to calculate grade based on percentage using If Else statement
  156. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  157. C Program to find roots of a quadratic equation using If Else statement
  158. C Program to find area of triangle square circle or rectangle using switch statement
  159. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  160. C Program to print first n natural numbers using do while loop
  161. C Program to find the sum of first n natural numbers using for loop
  162. C Program to find the factorial of a given number
  163. C Program to find factorial of a number using functions
  164. C Program to check if a number is prime number or not
  165. C Program to reverse string using do while
  166. C Program to print random number within range
  167. C Program to find area of Regular Polygon sides
  168. C Program to find area of Rhombus
  169. C Program to find area of Sector
  170. C Program to find the area of a pentagon
  171. C Program to find power of a number without inbuilt function
  172. C Program to find substring of a string
  173. C Program to swap two Strings
  174. C Program to sort a set of strings alphabetically
  175. C Program to arrange a string alphabetically
  176. C Program to find length of a string without using built in functions
  177. C Program to find if a string is palindrome or not without built in functions
  178. C Program to compare two strings using built in functions
  179. C Program to reverse a string without using built in function
  180. C Program to convert String to Integer value
  181. C Program to find Permutations nPr
  182. C Program to find Combinations nCr
  183. C Program to find sum and percentage of subjects
  184. C Program to concatenate two strings using built in functions
  185. C Program to concatenate two strings into a third string using built in functions
  186. C Program to copy from source string to destination string using built in functions
  187. C Program to copy from source string to destination string without using built in functions
  188. C Program to find sum of two numbers using command line arguments
  189. C Program to find sum of two numbers using functions with returning the value
  190. C Program to print first n even numbers
  191. C Program to print n odd numbers within range
  192. C Program to print n even numbers within range
  193. C Program to find the sum of first n odd numbers using for loop
  194. C Program to print the sum of n odd numbers within range using do while
  195. C Program to print the sum of n even numbers using while
  196. C Program to print the sum of n even numbers using do while
  197. C Program to print the sum of n even numbers within range using for
  198. C Program to print the sum of n even numbers within range using while
  199. C Program to find the sum of first n odd and even numbers using for
  200. C Program to print the sum of n odd and even numbers using do while
  201. C Program to print the sum of n odd and even numbers within range using while
  202. C Program to convert binary to decimal number
  203. C Program to convert binary to hexadecimal number
  204. C Program to convert a decimal to binary number
  205. C Program to convert a decimal to octal number
  206. C Program to convert octal to binary number
  207. C Program to convert an octal to decimal number
  208. C Program to convert Kilometers to miles
  209. C Program to convert kilometer to miles using preprocessor directive
  210. C Program to demonstrate malloc dynamic memory allocation
  211. C Program to initialize array of strings and print on the terminal
  212. C Program to insert an element into specified location of an array
  213. C Program to delete an element from a specified location of an array
  214. C Program to delete duplicate elements from an array
  215. C Program to copy contents of one array to another
  216. C Program to find minimum element in an array without sorting
  217. C Program to find sum of two arrays
  218. C Program to search a key element using Binary Search method
  219. C Program to subtract two matrix
  220. C Program to find sum of upper triangle matrix
  221. C Program to implement basic operation of Stacks using arrays and pointers
  222. C Program to convert a valid Infix expression to postfix using Stacks
  223. C Program to evaluate a valid Postfix expression using Stacks
  224. C Program to find the factorial of a given number using recursion
  225. C Program to find nth fibonacci number using recursion
  226. C Program to search a key element using linear search using recursion
  227. C Program to search a key element using binary search using recursion
  228. C Program to implement basic operations of Circular Queue using arrays and pointers
  229. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  230. 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
  231. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List using Header Node
  232. C Program to implement Singly Linked List to insert and delete a node from position and display the contents of the Singly List using Header Node
  233. C Program to implement Linear Queue using Singly Linked List
  234. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  235. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  236. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  237. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  238. C Program to reverse a digit using recursion
  239. C Program to check prime numbers using recursion
  240. C Program to sort an array using Bubble Sort
  241. C Program to sort an array using Bubble Sort using functions
  242. C Program to sort an array using Selection Sort
  243. C Program to sort an array using Insertion Sort
  244. C Program to sort an array using Insertion Sort using functions
  245. C Program to sort an array using Merge Sort
  246. C Program to sort an array using Shell Sort
  247. C Program to implement 01 Knapsack problem
  248. C Program to implement 01 Knapsack problem using recursion
  249. C Program to implement Fractional Knapsack problem using Greedy Method
  250. C Program to implement Prim's Algorithm
  251. C Program to solve N Queens using greedy method
  252. C Program to implement Warshall's algorithm
  253. C Program to find square of a number using macro functions
  254. C Program to illustrate basic concept of pointers
  255. C Program to display value using star operator in pointers
  256. C Program to calculate size of a structure
  257. C Program to find string length using pointers
  258. C Program to find sum of array elements using pointers
  259. C Program to print an array in reverse direction using pointers
  260. C Program to add two complex numbers using structures
  261. C Program to demonstrate fgets
  262. C Program to demonstrate double pointer
  263. C Program to add matrices using pointer
  264. C Program to add matrices using function and pointer
  265. C Program to count vowels and consonents in a given sentence
  266. C Program to create union of structures of an employee and display the details
  267. C Program to print if the architecture is supporting big endian or little endian
  268. C Program to create a enum user defined datatype for days of a week and print the index of a week
  269. C Program to read a text file
  270. C Program to read and print contents of a file using static memory allocation
  271. C Program to read and print contents of a file using dynamic memory allocation
  272. C Program to convert contents of a file to upper case
  273. C Program to copy contents from file to another file
  274. C Program to create a child process using fork system call
  275. C Program to create a child process using fork system call and print PID and PPID of the processes
  276. C Program to print small alphabets in right angled triangle pattern in series
  277. C Program to print capital alphabets in right angled triangle pattern in series
  278. C Program to print number a Right angled Triangle pattern
  279. C Program to print first n natural numbers in a Right angled Triangle pattern
  280. C Program to print even numbers in a Right angled Triangle pattern
  281. C Program to print prime numbers in a Right angled Triangle pattern
  282. C Program to print binary numbers in a Right angled Triangle pattern
  283. C Program to print numbers in rows and columns of Quadrangle pattern
  284. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  285. C Program to print Equilateral Triangle in a pyramid star pattern
  286. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  287. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  288. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  289. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  290. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  291. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  292. C Program to print Rhombus in a star pattern
  293. C Program to print Hollow Rhombus in a star pattern Type 2
  294. C Program to print Solid Rectangle in a star pattern
  295. C Program to print Left Arrow in a star pattern Type 1
  296. C Program to print Half Left Diamond in a star pattern
  297. C Program to print Alphabet K in a star pattern
  298. C Program to print Alphabet X in a star pattern
  299. C Program to create Floyds triangle
  300. C Program to print Pascal triangle
  301. C++ Program to print Hello World
  302. C++ Program to initialize different datatypes and print the same on terminal
  303. C++ Program to find the sum of two integer numbers
  304. C++ Program to find the difference of two integer numbers
  305. C++ Program to find the product of two integer numbers
  306. C++ Program to find the division of two integer numbers
  307. C++ Program to show usage of classes and objects
  308. C++ Program to find biggest of three numbers
  309. C++ Program to sort an array using Merge Sort
  310. C++ Program to demonstrate sizeof operator
  311. C++ Program to find sum of two numbers using pointer returning functions
  312. C++ Program to generate fibonacci series using class
  313. C++ Program to demonstrate the use of address and value operator
  314. C++ Program to find square of a number using templates
  315. C++ Program to convert Kilometers to miles
  316. C++ Program to convert binary to octal
  317. C++ Program to convert octal to binary
  318. C++ Program to reverse an integer number using for
  319. C++ Program to reverse a string using for
  320. C++ Program to find odd or even using If Else statement
  321. C++ Program to add two complex numbers
  322. C++ Program to find area of square using constructor
  323. C++ Program to find area of rectangle using constructor
  324. C++ Program to find area of circle using constructor
  325. C++ Program to find area of pentagon
  326. C++ Program to find area of shapes using constructor overloading
  327. C++ Program to find sum of two arrays
  328. C++ Program to print n even numbers within range
  329. C++ Program to print n odd numbers within range
  330. C++ Program to print the sum of n even numbers using while
  331. C++ Program to print the sum of n even numbers using do while
  332. C++ Program to print the sum of n even numbers within range using for
  333. C++ Program to print the sum of n even numbers within range using do while
  334. C++ Program to print the sum of n odd numbers using do while
  335. C++ Program to print the sum of n odd numbers within range using while
  336. C++ Program to print the sum of n odd numbers within range using do while
  337. C++ Program to print the sum of n odd and even numbers using while
  338. C++ Program to print the sum of n odd and even numbers using do while
  339. C++ Program to print the sum of n odd and even numbers within range using for
  340. C++ Program to print the sum of n odd and even numbers within range using while
  341. C++ Program to print the sum of n odd and even numbers within range using do while
  342. C++ Program to demonstrate single inheritance
  343. C++ Program to implement Stacks
  344. C# Program to print Hello World
  345. C# Program to subtract two numbers
  346. C# Program to divide two numbers
  347. C# Program to calculate area of pentagon
  348. C# program to find Area of Circle
  349. C# program to find Area of Right angled Triangle
  350. C# program to find Area of Scalene Triangle
  351. C# program to find Area of Square
  352. C# program to find Area of Rectangle
  353. Rust Program to print Hello World
  354. GO Lang Program to print Hello World
  355. JavaScript Program to display the date
  356. JavaScript Program to display an alert box
  357. PHP Program to print Hello World
  358. PHP Program to print Hello World using echo
  359. PHP Program to print Hello World in html tag
  360. PHP Program to print Hello World using print
  361. Ruby Program to display Hello World using Class
  362. Ruby Program to find odd or even number
  363. R Program to print Hello World on Console
  364. R Program to get input from user and print on Console
  365. Shell Script to print Hello World on the console
  366. Shell Script to initialize Hello World String to a variable and print it on the console
  367. Shell Script to read an integer value from user and print
  368. Shell Script to print Fibonacci series
  369. Shell Script to find factorial of a number
  370. Shell Script to print first n natural numbers
  371. Shell Script to find sum of n numbers
  372. Shell Script to find biggest of three numbers using command line arguments
  373. Shell Script to find biggest of three numbers using nested if
  374. ADA Program to print Hello World
  375. ADA Program to print a integer number entered by user
  376. ADA Program to print a character entered by user
  377. ADA Program to print a string entered by user
  378. ADA Program to find the sum of two integer number
  379. ADA Program to find the difference of two integer number
  380. ADA Program to find the product of two integer number
  381. ADA Program to find the division of two integer number
  382. ADA Program to find area of square
  383. ADA Program to find perimeter of square
  384. ADA Program to find area of rectangle
  385. ADA Program to find perimeter of rectangle
  386. Haskell Program to print hello world
  387. Haskell Program to print integer entered by the user
  388. Haskell Program to print string entered by the user
  389. Haskell Program to print Fibonacci series
  390. Haskell Program to print factorial of a number
  391. Haskell Program to add two numbers
  392. Haskell Program to subtract two numbers
  393. Haskell Program to multiply two numbers
  394. Haskell Program to divide two numbers
  395. Haskell Program to convert string to lower case
  396. Haskell Program to convert string to upper case
  397. Julia Program to print Hello World
  398. Julia Program to print ASCII Values
  399. Kotlin Program to print Hello World
  400. Kotlin Program to demonstrate ArrayList
  401. Lua Program to print Hello World
  402. Lua Program to add two numbers
  403. Lua Program to subtract two numbers
  404. Lua Program to multiply two numbers
  405. F# program to print Hello World
  406. Introduction to Java
  407. Java Virtual Machine (JVM) and Bytecode
  408. Features of Java
  409. Setting up the Java Development Kit (JDK)
  410. Integrated Development Environments (IDEs) for Java
  411. First Java Program
  412. Introduction to C Programming
  413. Features of C Programming
  414. C Character Set
  415. Comments in C
  416. Data Types in C
  417. Variables in C
  418. Constants in C
  419. Control Flow with Loops in C Programming
  420. Functions in C Programming
  421. Recursion in C Programming
  422. Preprocessor Directives in C
  423. Structures in C Programming
  424. Bit Fields in C Programming
  425. Enumerations in C Programming
  426. Introduction to C++ Programming
  427. Introduction to C# Programming
  428. Inroduction to Rust Programming
  429. Introduction to Go Lang Programming
  430. Introduction to Lua
  431. File Handling in C Programming
  432. Command-Line Arguments in C Programming
  433. Dynamic Memory Allocation in C Programming
  434. Error Handling in C Programming
  435. Debugging Techniques in C Programming
  436. Data Structures in C Programming
  437. Best Practices and Coding Standards for C Programming
  438. Passage 4
  439. Passage 7
  440. Passage 13
  441. Passage 22
  442. Passage 23
  443. Passage 25
  444. Passage 29
  445. Passage 36
  446. Passage 37
  447. Passage 39
  448. Passage 46
  449. Passage 55
  450. Passage 61
  451. Passage 62
  452. Passage 65
  453. Passage 75
  454. Passage 77
  455. Passage 79
  456. Passage 85
  457. Passage 89
  458. Passage 93
  459. Passage 98
  460. Passage 101
  461. Passage 109
  462. Passage 110
  463. Passage 112
  464. Passage 118
  465. Passage 121
  466. Passage 124
  467. Passage 133
  468. Passage 136
  469. Passage 137
  470. Passage 142
  471. Passage 163
  472. Passage 164
  473. Passage 169
  474. Passage 173
  475. Passage 174
  476. Passage 178
  477. Passage 185
  478. Passage 187
  479. Passage 193
  480. Passage 199
  481. Passage 204
  482. Passage 209
  483. Passage 213
  484. Passage 216
  485. Passage 218
  486. Passage 224
  487. Passage 225
  488. Passage 229
  489. Passage 245
  490. Passage 254
  491. Passage 260
  492. Passage 265
  493. Passage 272
  494. Passage 273
  495. Passage 278
  496. Passage 279
  497. Passage 288
  498. Passage 290
  499. Passage 296
  500. Passage 303
  501. Passage 306
  502. Passage 310
  503. Passage 314
  504. Ganesha Ashtottara Shatanamavali English
  505. Ganesha Ashtottara Shatanamavali Kannada
  506. Ganesha Ashtottara Shatanamavali Hindi
  507. Vinayaka Ashtottara Shatanamavali English
  508. Vinayaka Ashtottara Shatanamavali Kannada
  509. Ganapati Gakara Ashtottara Shatanamavali English
  510. Ganapati Gakara Ashtottara Shatanamavali Kannada
  511. Ganapati Gakara Ashtottara Shatanamavali Telugu
  512. Ganapati Gakara Ashtottara Shatanamavali Hindi
  513. Ganapati Gakara Ashtottara Shatanamavali Tamil
  514. Sri Subramanya Ashtottara Shatanamavali English
  515. Sri Subramanya Ashtottara Shatanamavali Kannada
  516. Sri Subramanya Ashtottara Shatanamavali Telugu
  517. Sri Subramanya Ashtottara Shatanamavali Hindi
  518. Sri Subramanya Ashtottara Shatanamavali Tamil
  519. Shiva Ashtottara Shatanamavali English
  520. Shiva Ashtottara Shatanamavali Kannada
  521. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  522. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  523. Sri Durga Ashtottara Shatanamavali English
  524. Sri Durga Ashtottara Shatanamavali Kannada
  525. Sri Krishna Ashtottara Shatanamavali English
  526. Sri Krishna Ashtottara Shatanamavali Kannada
  527. Sri Lakshmi Ashtottara Shatanamavali English
  528. Sri Lakshmi Ashtottara Shatanamavali Kannada
  529. Venkateshwara Ashtottara Shatanamavali English
  530. Venkateshwara Ashtottara Shatanamavali Kannada
  531. Batuka Bhairava Ashtottara Shatanamavali English
  532. Batuka Bhairava Ashtottara Shatanamavali Kannada
  533. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  534. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  535. Sri Kali Ashtottara Shatanamavali English
  536. Sri Kali Ashtottara Shatanamavali Kannada
  537. Sri Saraswati Ashtottara Shatanamavali English
  538. Sri Saraswati Ashtottara Shatanamavali Kannada
  539. Sri Saraswati Ashtottara Shatanamavali Telugu
  540. Sri Saraswati Ashtottara Shatanamavali Hindi
  541. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  542. Sri Mangala Gowri Ashtottara Shatanamavali English
  543. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  544. Sri Rama Ashtottara Shatanamavali English
  545. Sri Rama Ashtottara Shatanamavali Kannada
  546. Sri Sita Ashtottara Shatanamavali (Type 1) English
  547. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  548. Sri Sita Ashtottara Shatanamavali (Type 2) English
  549. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  550. Sri Anjaneya Ashtottara Shatanamavali English
  551. Sri Anjaneya Ashtottara Shatanamavali Kannada
  552. Surya Ashtottara Shatanamavali English
  553. Surya Ashtottara Shatanamavali Kannada
  554. Chandra Ashtottara Shatanamavali English
  555. Chandra Ashtottara Shatanamavali Kannada
  556. Angaraka Ashtottara Shatanamavali English
  557. Angaraka Ashtottara Shatanamavali Kannada
  558. Budha Ashtottara Shatanamavali English
  559. Budha Ashtottara Shatanamavali Kannada
  560. Bruhaspati Ashtottara Shatanamavali English
  561. Bruhaspati Ashtottara Shatanamavali Kannada
  562. Shukra Ashtottara Shatanamavali English
  563. Shukra Ashtottara Shatanamavali Kannada
  564. Shani Ashtottara Shatanamavali English
  565. Shani Ashtottara Shatanamavali Kannada
  566. Rahu Ashtottara Shatanamavali English
  567. Rahu Ashtottara Shatanamavali Kannada
  568. Ketu Ashtottara Shatanamavali English
  569. Ketu Ashtottara Shatanamavali Kannada
  570. Dattatreya Ashtottara Shatanamavali English
  571. Dattatreya Ashtottara Shatanamavali Kannada
  572. Ayyappa Ashtottara Shatanamavali English
  573. Ayyappa Ashtottara Shatanamavali Kannada
  574. Ananta Padmanabha Ashtottara Shatanamavali English
  575. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  576. Gayatri Ashtottara Shatanamavali (Type 1) English
  577. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  578. Gayatri Ashtottara Shatanamavali (Type 2) English
  579. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  580. Sri Tulasi Ashtottara Shatanamavali English
  581. Sri Tulasi Ashtottara Shatanamavali Kannada
  582. Sri Valli Ashtottara Shatanamavali English
  583. Sri Valli Ashtottara Shatanamavali Kannada
  584. Sri Devasena Ashtottara Shatanamavali English
  585. Sri Devasena Ashtottara Shatanamavali Kannada
  586. Sri Varaha Ashtottara Shatanamavali English
  587. Sri Varaha Ashtottara Shatanamavali Kannada
  588. Sri Varahi Ashtottara Shatanamavali English
  589. Sri Varahi Ashtottara Shatanamavali Kannada
  590. Sri Veerabhadra Ashtottara Shatanamavali English
  591. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  592. Sri Hayagreeva Ashtottara Shatanamavali English
  593. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  594. Sri Shankaracharya Ashtottara Shatanamavali English
  595. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  596. Sri Raghavendra Ashtottara Shatanamavali English
  597. Sri Raghavendra Ashtottara Shatanamavali Kannada
  598. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  599. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  600. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  601. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  602. Sri Adilakshmi Ashtottara Shatanamavali English
  603. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  604. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  605. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  606. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  607. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  608. Sri Gajalakshmi Ashtottara Shatanamavali English
  609. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  610. Sri Santanalakshmi Ashtottara Shatanamavali English
  611. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  612. Sri Vijayalakshmi Ashtottara Shatanamavali English
  613. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  614. Sri Vidyalakshmi Ashtottara Shatanamavali English
  615. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  616. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  617. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  618. Sri Kamakshi Ashtottara Shatanamavali English
  619. Sri Kamakshi Ashtottara Shatanamavali Kannada
  620. Sri Pratyangira Ashtottara Shatanamavali English
  621. Sri Pratyangira Ashtottara Shatanamavali Kannada
  622. Adai
  623. Agra Petha
  624. Aloo Wadiyan Rasedaar
  625. Aloo Baigan
  626. Aloo Bonda
  627. Aloo Dahi Wale
  628. Aloo Dahiwada
  629. Aloo Gobi
  630. Aloo Ka Bharta
  631. Aloo Mangodi
  632. Aloo Methi
  633. Aloo Palak
  634. Aloo Patta Gobi
  635. Aloo Phulkopir Dalna
  636. Aloo Posto
  637. Aloo Sabzi
  638. Alutua
  639. Amti
  640. Badam Ka Seera
  641. Badam Kaju Pista Burger
  642. Badam Kheer
  643. Basil and Badam Soup
  644. Bhaja Muga Dali
  645. Boiled Rice
  646. Cashew Nut Chutney
  647. Celery Payaru Thoran
  648. Chanar Bara
  649. Sri Kukke Subrahmanya Temple (Subramanya)
  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. Mangaladevi Temple (Mangalore)
  657. Gokarnanatha Temple (Kudroli)
  658. Sharadamba Temple (Sringeri)
  659. Annapooreshwari Temple (Horanadu)
  660. Durga Parameshwari Temple (Kateel)
  661. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  662. Shri Murudeshwara Temple (Murudeshwara)
  663. Mahabaleshwar Temple (Gokarna)
  664. Shri Rajarajeshwari Temple (Polali)
  665. Shri Shankaranarayana Temple (Shankaranarayana)
  666. Guru Narasimha Temple (Saligrama)
  667. Shri Sada Shivarudra Temple (Ujire)
  668. Shri Shishileshwara Temple (Shishila)
  669. Shri Vaidyanatheshwara Temple (Kokkada)
  670. Shri Rishyasringeshwara Temple (Kigga)
  671. Annapoorneshwari Temple (Hosanadu Kodyadka)
  672. Shree Sharadhamba Temple (Koodli)
  673. Sri Surya Narayana Temple (Naravi)
  674. Kalaseshwara Temple (Kalasa)
  675. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  676. Mahalasa Narayani (Verna)
  677. Mahalaxmi Temple (Bandora)
  678. Shri Ganesha Temple (Farmagudi)
  679. Devaki Krishna Temple (Marcel)
  680. Yoga and Bhoga Narasimha (Devarayana Durga)
  681. Goravanahalli Mahalakshmi Temple (Tumkur)
  682. Aprameya Swamy and Ambegalu Krishna Temple (Mallur)
  683. Gavi Gangadhareshwara Swamy Temple (Bengaluru)
  684. Sarvajna Peetha Temple (Valur)
  685. Shri Narasimha Jharna Mandir (Bidar)
  686. Papanash Mahadev Temple (Bidar)
  687. Swayambhu Ganpati Temple (Ratnagiri)
  688. Shree Marikamba Temple (Sirsi)
  689. Sahasralinga (Sirsi)
  690. Tarakeshwara (Hanagal)
  691. Sodhe Sri Vadiraja Matha (Sirsi)
  692. Shree Swarnavalli Matha (Sirsi)
  693. Mahadev Temple (Tambdi Surla)
  694. Shripad Shrivallabha Dattatreya Temple (Kuruvapura)
  695. Sri Raghavendra Swamy Mutt (Mantralayam)
  696. Hazara Rama Temple (Bellary)
  697. Sandur Kumaraswamy Temple (Bellary)
  698. Mylara Lingeshwara Temple (Bellary)
  699. Pattadakallu Virupaksha Temple (Bagalkot)
  700. Kudalasangama Sangameshwara Temple (Bagalkot)
  701. Banashankari Temple (Badami)
  702. ISKCON Krishna Temple (Bengaluru)
  703. Kadu Malleshwara Temple (Bengaluru)
  704. Holalkere Bayalu Ganapathi Temple (Chitradurga)
  705. Nayakanahatti Thipperudra Swamy Temple (Chitradurga)
  706. Dasharatha Rama Kshetra (Chitradurga)
  707. Ghati Subramanya Temple (Doddaballapur)
  708. Begur Panchalingeshwara Temple (Bengaluru)
  709. Champakadhama Swamy Temple (Bengaluru)
  710. Ragigudda Sri Prasanna Anjaneya Swamy Temple (Bengaluru)
  711. The Monkey and the Wedge
  712. The Clever Hare and the Foolish Lion
  713. The Bug and the Flea
  714. The Lion, the Camel, the Jackal and the Crow