Results for "Bash If Else"

Total results: 1197

  1. Java Program to find area of circle
  2. Java Program to find area of square
  3. Java Program to find area of rectangle
  4. Java Program to find perimeter of circle
  5. Java Program to find perimeter of square
  6. Java Program to find perimeter of rectangle
  7. Java Program to read information about a student from the user and display the same with the use of classes and objects
  8. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  9. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  10. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  11. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  12. Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
  13. Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
  14. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  15. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  16. Java Program to Reverse a Number
  17. Java Program to Reverse a String
  18. Java Program to find maximum element in an array
  19. Java Program to find minimum element in an array
  20. Java Program to convert Kilometer to Miles
  21. Java Program to convert Miles to Kilometer
  22. Java Program to find fibonacci series of a number
  23. Java Program to find fibonacci series of a number using methods
  24. Java Program to find fibonacci series of a number using recursion
  25. Java Program example to demonstrate String charAt method
  26. Java Program example to demonstrate String compareTo method
  27. Java Program example to demonstrate String compareToIgnoreCase method
  28. Java Program example to demonstrate String contentEquals method
  29. Java Program example to demonstrate String concat method
  30. Java Program to demonstrate Boolean wrapper class
  31. Java Program to demonstrate Byte wrapper class
  32. Java Program to Create a File
  33. Java Program to Rename a File
  34. Java Program to show usage of Enum which prints the size of coffee mug
  35. Java Program to show usage of this pointer using Order Pizza Program
  36. Java Program to demonstrate packages
  37. Java Program to pick random value from enumerations
  38. Java Program to find area of different shapes using inheritance
  39. Java Program to count the occurrence of a number
  40. Java Program to calculate Salary of an Employee
  41. Java Program for Stack Simulation
  42. Java Program for Queue Simulation
  43. Java Program to demonstrate nested try block
  44. Java Program example to demonstrate variable length of arguments
  45. Java Program to demonstrate ArrayList
  46. Java Program to convert ArrayList to Array
  47. Java Program to create a user defined LinkedList class and store list of books and display
  48. Java Program to demonstrate stack class in Collection framework
  49. Java Swing Program to demonstrate Jlabel
  50. Java Swing Program to demonstrate JLabel with Text and Icon
  51. Java Swing Program to demonstrate JButton
  52. Java Swing Program to demonstrate JButton with Icon
  53. Java Swing Program to demonstrate JButton with Text and Icon
  54. Java Swing Program to demonstrate JCheckBox with Text
  55. Java Program to sort an array using Insertion Sort
  56. Java Program to find sum of array elements
  57. Java Program to find sum of array elements using methods
  58. Java Program to insert element to an array
  59. Java Program to insert element to an array at specified position
  60. Java Program to check if Integer element is present in an array
  61. Java Program to check if String element is present in an array
  62. Java Program to find average of array elements
  63. Java Program to find Median of array elements
  64. Java program to concatenate two arrays using array copy method
  65. Java program to concatenate two arrays using Collections
  66. Java program to concatenate two arrays using Stream API
  67. Java program to merge two arrays one after the other
  68. Java program to reverse ArrayList
  69. Java program to reverse array using Collections
  70. Java program to reverse array using for loop
  71. Java program to sort array using temporary variable
  72. Java program to sort string array in descending order using collections
  73. Java program to demonstrate super keyword
  74. Java program to reverse a string using recursion
  75. Java Program to add two binary numbers
  76. Java Program to add two binary numbers using ParseInt
  77. Java Program to subtract two binary numbers using ParseInt
  78. Java Program to divide two binary numbers using ParseInt
  79. Java Program to count Vowels and Consonants in a given string
  80. Java Program to count digits and white spaces in a given string
  81. Java Program to check for Duplicate Characters
  82. Java Program to sort the given string Alphabetically using Comparator
  83. Java Program to sort the given string in reverse order using Comparator
  84. Java Program to multiply two matrices
  85. Python Program to initialize different datatypes and print
  86. Python Program to print different formats of string
  87. Python Program to find difference of two integer numbers
  88. Python Program to find division of two integer numbers
  89. Python Program to find biggest of two integer numbers
  90. Python Program to find biggest of three numbers
  91. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  92. Python Program to check whether a given number is an Armstrong Number or not
  93. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  94. Python Program to reverse an integer number
  95. Python Program to find sum of digits
  96. Python Program to find maximum element in an array
  97. Python Program to find fibonacci series
  98. Python Program to sort an array using Insertion Sort
  99. Python Program to check if a given number is Prime or not
  100. C Program to initialize different datatypes and print the same on terminal
  101. C Program to show different formatting in output using printf
  102. C Program to convert a value into different formats using format specifiers
  103. C Program to find the difference of two integer numbers
  104. C Program to find the division of two integer numbers
  105. C Program to perform arithmetic operations using floating point variables
  106. C Program to check if a triangle is Isosceles Equilateral or Scalene
  107. C Program to swap two variables using temporary variable
  108. C Program to swap two variables by shifting bits
  109. C Program to find profit or loss
  110. C Program to find positive negative or zero using Conditional Operator
  111. C Program to find positive negative or zero using If Else statement
  112. C Program to find odd or even using Conditional Operator
  113. C Program to find odd or even using If Else statement
  114. C Program to find odd or even using goto statement
  115. C Program to check whether a given year is a leap year or not
  116. C Program to check whether a given number is a Perfect Number or not
  117. C Program to check whether a given number is an Armstrong Number or not
  118. C Program to generate Armstrong number within a given range
  119. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  120. C Program to check whether a given number is an Armstrong Number or not using in built power function
  121. C Program to find biggest of two numbers using If Else statement
  122. C Program to find biggest of three numbers using If Else statement
  123. C Program to find biggest of three numbers using nested If Else statement
  124. C Program to find biggest of three numbers using Binary Minus
  125. C Program to find smallest of three numbers using If Else statement
  126. C Program to find smallest of three numbers using nested If Else statement
  127. C Program to calculate grade based on percentage using If Else statement
  128. C Program to calculate grade based on percentage using switch statement
  129. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  130. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  131. C Program to find roots of a quadratic equation using If Else statement
  132. C Program to identify a character or a digit using ASCII values
  133. C Program to identify a character digit or special character using Built In functions
  134. C Program to identify a character or a digit using Built In functions
  135. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  136. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  137. C Program to generate Fibonacci Series for first n natural numbers
  138. C Program to check whether a given integer number is palindrome or not
  139. C Program to print first n prime numbers
  140. C Program to print prime numbers within given range
  141. C Program to check if a number is prime number or not
  142. C Program to reverse an integer number using for
  143. C Program to print random number within range
  144. C Program to check anagram by checking frequency
  145. C Program to check anagram by sorting strings
  146. C Program to find substring of a string
  147. C Program to search occurrence of character in String
  148. C Program to sort a set of strings alphabetically
  149. C Program to find length of a string without using built in functions
  150. C Program to find if a string is palindrome or not without built in functions
  151. C Program to compare two strings using built in functions
  152. C Program to compare two strings without using built in functions
  153. C Program to find sum and percentage of subjects
  154. C Program to find sum of two numbers using command line arguments
  155. C Program to print first n odd numbers
  156. C Program to print first n even numbers
  157. C Program to print n odd numbers within range
  158. C Program to print n even numbers within range
  159. C Program to print first n odd and even numbers Type 1
  160. C Program to print first n odd and even numbers Type 2
  161. C Program to find the sum of first n odd numbers using for loop
  162. C Program to print the sum of n odd numbers using while
  163. C Program to print the sum of n odd numbers using do while
  164. C Program to print the sum of n odd numbers within range using for
  165. C Program to print the sum of n odd numbers within range using while
  166. C Program to print the sum of n odd numbers within range using do while
  167. C Program to find the sum of first n even numbers using for loop
  168. C Program to print the sum of n even numbers using while
  169. C Program to print the sum of n even numbers using do while
  170. C Program to print the sum of n even numbers within range using for
  171. C Program to print the sum of n even numbers within range using while
  172. C Program to print the sum of n even numbers within range using do while
  173. C Program to find the sum of first n odd and even numbers using for
  174. C Program to print the sum of n odd and even numbers using while
  175. C Program to print the sum of n odd and even numbers using do while
  176. C Program to print the sum of n odd and even numbers within range using for
  177. C Program to print the sum of n odd and even numbers within range using while
  178. C Program to print the sum of n odd and even numbers within range using do while
  179. C Program to convert decimal to hexadecimal number
  180. C Program to convert octal to hexadecimal number
  181. C Program to insert an element into specified location of an array
  182. C Program to delete an element from a specified location of an array
  183. C Program to delete duplicate elements from an array
  184. C Program to find maximum element in an array without sorting
  185. C Program to find minimum element in an array without sorting
  186. C Program to search a key element using Binary Search method
  187. C Program to search a key element using Binary Search using Functions
  188. C Program to search a key element using Linear Search method
  189. C Program to search a key element using Linear Search using Functions
  190. C Program to subtract two matrix
  191. C Program to find sum of lower triangle matrix
  192. C Program to find sum of upper triangle matrix
  193. C Program to add principal diagonal elements in a matrix
  194. C Program to check if the entered matrix is magic square or not
  195. C Program to implement basic operation of Stacks using global variables
  196. C Program to implement basic operation of Stacks using arrays and pointers
  197. C Program to implement basic operation of Stacks using structures
  198. C Program to implement Stacks using Singly Linked List
  199. C Program to implement Stacks using Circular Linked List
  200. C Program to convert a valid Infix expression to postfix using Stacks
  201. C Program to convert a valid Infix expression to postfix using Structures
  202. C Program to evaluate a valid Postfix expression using Stacks
  203. C Program to find sum of n natural numbers using recursion
  204. C Program to find the factorial of a given number using recursion
  205. C Program to generate fibonacci series using recursion
  206. C Program to find nth fibonacci number using recursion
  207. C Program to search a key element using linear search using recursion
  208. C Program to search a key element using binary search using recursion
  209. C Program to implement Tower of Hanoi
  210. C Program to implement basic operations of Linear Queue using arrays and pointers
  211. C Program to implement basic operations of Circular Queue using arrays and pointers
  212. C Program to implement Priority Queues using array of structures
  213. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  214. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  215. 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
  216. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List using Header Node
  217. 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
  218. 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
  219. C Program to implement Linear Queue using Singly Linked List
  220. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  221. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  222. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List using Header Node
  223. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  224. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  225. C Program to reverse a digit using recursion
  226. C Program to print prime numbers within a range using recursion
  227. C Program to check prime numbers using recursion
  228. C Program to sort an array using Bubble Sort
  229. C Program to sort an array using Bubble Sort using functions
  230. C Program to sort an array using Selection Sort
  231. C Program to sort an array using Merge Sort
  232. C Program to sort an array using Shell Sort
  233. C Program to implement 01 Knapsack problem
  234. C Program to implement 01 Knapsack problem using recursion
  235. C Program to implement Fractional Knapsack problem using Greedy Method
  236. C Program to implement Prim's Algorithm
  237. C Program to solve N Queens using greedy method
  238. C Program to implement Warshall's algorithm
  239. C Program to count vowels and consonents in a given sentence
  240. C Program to print if the architecture is supporting big endian or little endian
  241. C Program to read a text file
  242. C Program to read and print contents of a file using static memory allocation
  243. C Program to read and print contents of a file using dynamic memory allocation
  244. C Program to convert contents of a file to upper case
  245. C Program to copy contents from file to another file
  246. C Program to create a child process using fork system call and print PID and PPID of the processes
  247. C Program to print prime numbers in a Right angled Triangle pattern
  248. C Program to print binary numbers in a Right angled Triangle pattern
  249. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  250. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  251. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  252. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  253. C Program to print Hollow Rhombus in a star pattern Type 2
  254. C Program to print Hollow Square in a star pattern
  255. C Program to print Hollow Rectangle in a star pattern
  256. C Program to print Left Arrow in a star pattern Type 1
  257. C Program to print Half Left Diamond in a star pattern
  258. C Program to print Half Right Diamond in a star pattern
  259. C Program to print Alphabet K in a star pattern
  260. C Program to print Alphabet X in a star pattern
  261. C Program to print Symbol Plus in a star pattern
  262. C++ Program to initialize different datatypes and print the same on terminal
  263. C++ Program to find the difference of two integer numbers
  264. C++ Program to find the division of two integer numbers
  265. C++ Program to find the sum of two integer numbers using classes and objects
  266. C++ Program to find biggest of two numbers
  267. C++ Program to find biggest of three numbers
  268. C++ Program to sort an array using Merge Sort
  269. C++ Program to demonstrate sizeof operator
  270. C++ Program to demonstrate usage of reference types
  271. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  272. C++ Program to demonstrate constructor overloading
  273. C++ Program to generate fibonacci series
  274. C++ Program to generate fibonacci series using class
  275. C++ Program to check if entered number is prime or not using classes
  276. C++ Program to convert decimal to hexadecimal
  277. C++ Program to reverse a string using while
  278. C++ Program to find odd or even using If Else statement
  279. C++ Program to add two complex numbers
  280. C++ Program to print n even numbers within range
  281. C++ Program to print n odd numbers within range
  282. C++ Program to print the sum of n even numbers using while
  283. C++ Program to print the sum of n even numbers using do while
  284. C++ Program to print the sum of n even numbers within range using for
  285. C++ Program to print the sum of n even numbers within range using while
  286. C++ Program to print the sum of n even numbers within range using do while
  287. C++ Program to print the sum of n odd numbers using while
  288. C++ Program to print the sum of n odd numbers using do while
  289. C++ Program to print the sum of n odd numbers within range using for
  290. C++ Program to print the sum of n odd numbers within range using while
  291. C++ Program to print the sum of n odd numbers within range using do while
  292. C++ Program to print the sum of n odd and even numbers using while
  293. C++ Program to print the sum of n odd and even numbers using do while
  294. C++ Program to print the sum of n odd and even numbers within range using for
  295. C++ Program to print the sum of n odd and even numbers within range using while
  296. C++ Program to print the sum of n odd and even numbers within range using do while
  297. C++ Program to implement Stacks
  298. C# Program to subtract two numbers
  299. C# Program to divide two numbers
  300. C# Program to sort an array using Insertion Sort
  301. C# program to print n Even Natural Numbers
  302. C# program to print n Odd Natural Numbers
  303. C# program to find Sum of first n Even Natural Numbers
  304. C# program to find Sum of first n Odd Natural Numbers
  305. C# program to check Even or Odd Number
  306. C# program to check Positive or Negative Number
  307. C# program to Compare Two Numbers
  308. C# program to print Odd Even Series
  309. Rust Program to Subtract two Numbers
  310. Rust Program to Subtract two Numbers from user input
  311. Rust Program to read the integer from user input 3 variations
  312. GO Lang Program to subtract two numbers
  313. GO Lang Program to find biggest of two numbers
  314. JavaScript Program to display an alert box
  315. JavaScript Program to display confirm box
  316. JavaScript Program to display prompt for user to enter data
  317. JavaScript Program to divide of two numbers
  318. JavaScript Program to print Fibonacci series
  319. JavaScript Program to find if a number is palindrome or not
  320. PHP Program to print Hello World using print
  321. PHP Program to display user name
  322. PHP Program to get client IP address
  323. Ruby Program to find odd or even number
  324. Ruby Program to find factorial of a number
  325. Ruby Program to subtract two numbers
  326. R Program to generate random numbers using runif
  327. R Program to subtract two numbers
  328. Shell Script to print Hello World on the console
  329. Shell Script to initialize Hello World String to a variable and print it on the console
  330. Shell Script to read an integer value from user and print
  331. Shell Script to print Fibonacci series
  332. Shell Script to find factorial of a number
  333. Shell Script to print first n natural numbers
  334. Shell Script to find sum of n numbers
  335. Shell Script to find biggest of two numbers
  336. Shell Script to find biggest of three numbers using command line arguments
  337. Shell Script to find biggest of three numbers using nested if
  338. Shell Script to find largest of three numbers using If Else statement
  339. Shell Script to print command line arguments Type 1
  340. Shell Script to print command line arguments Type 2
  341. Shell Script to reverse command line arguments
  342. Shell Script to print command line arguments in reverse
  343. Shell Script to check if a string is palindrome or not
  344. Shell Script to find if a number is positive or negative or zero
  345. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  346. Shell Script to print contents of an array
  347. Shell Script to print login information
  348. Shell Script to find largest file in a directory
  349. Shell Script to execute different commands on UNIX or Linux using script
  350. Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
  351. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  352. ADA Program to find the difference of two integer number
  353. Haskell Program to subtract two numbers
  354. Haskell Program to divide two numbers
  355. Haskell Program to convert string to lower case
  356. Haskell Program to convert string to upper case
  357. Julia Program to print ASCII Values
  358. Julia Program to subtract two numbers
  359. Julia Program to check whether given number is odd or even
  360. Julia Program to check if a number is prime number or not
  361. Julia Program to print n odd numbers
  362. Julia Program to print n even numbers
  363. Julia Program to print first n prime numbers
  364. Lua Program to subtract two numbers
  365. Swift Program to print Hello World String on the console
  366. Swift Program to print integer value
  367. Swift Program to print floating point value
  368. Swift Program to print string value
  369. Swift Program to demonstrate typewrapping integer value
  370. Swift Program to print Fibonacci Series for first n natural numbers
  371. Swift Program to read integer from user and print (Type 1)
  372. Swift Program to read integer from user and print (Type 2)
  373. Swift Program to read integer from user and print (Type 3)
  374. Swift Program to find the sum of two integer numbers
  375. Swift Program to find the difference of two integer numbers
  376. Swift Program to find the product of two integer numbers
  377. Swift Program to find the quotient of two integer numbers
  378. Swift Program to print information of a person using structures
  379. Swift Program to print information of a student using classes
  380. Swift Program to demonstrate different constants
  381. F# program to Subtract two numbers
  382. F# program to Subtract two numbers using Functions
  383. F# program to Divide two numbers
  384. F# program to find Modulus of two numbers
  385. F# program to print the sum of first n Natural Numbers
  386. F# program to print first n Prime Numbers using Sequence
  387. F# program to perform Arithmetic Operations
  388. F# program to perform Boolean Operations
  389. F# program to check Odd or Even Number
  390. F# program to check Positive or Negative Number
  391. F# program to check Palindrome Number
  392. F# program to compare two numbers
  393. F# program to compare two numbers using Functions
  394. F# program to find Factorial of a Number
  395. F# program to check Grades using elif
  396. F# program to find GCD of two Numbers
  397. Introduction to Java
  398. Java Virtual Machine (JVM) and Bytecode
  399. Features of Java
  400. Setting up the Java Development Kit (JDK)
  401. Difference Between Oracle JDK and OpenJDK
  402. Integrated Development Environments (IDEs) for Java
  403. Java Keywords
  404. Java identifiers
  405. Lists in Python
  406. Strings in Python
  407. Tuples in Python
  408. Sets in Python
  409. Dictionary in Python
  410. File Handling in Python
  411. Introduction to Lua
  412. Installing Lua
  413. Passage 1
  414. Passage 2
  415. Passage 3
  416. Passage 4
  417. Passage 5
  418. Passage 6
  419. Passage 7
  420. Passage 8
  421. Passage 9
  422. Passage 10
  423. Passage 11
  424. Passage 12
  425. Passage 13
  426. Passage 14
  427. Passage 15
  428. Passage 16
  429. Passage 17
  430. Passage 18
  431. Passage 19
  432. Passage 20
  433. Passage 21
  434. Passage 22
  435. Passage 23
  436. Passage 24
  437. Passage 25
  438. Passage 26
  439. Passage 27
  440. Passage 28
  441. Passage 29
  442. Passage 30
  443. Passage 31
  444. Passage 32
  445. Passage 33
  446. Passage 34
  447. Passage 35
  448. Passage 36
  449. Passage 37
  450. Passage 38
  451. Passage 39
  452. Passage 40
  453. Passage 41
  454. Passage 42
  455. Passage 43
  456. Passage 44
  457. Passage 45
  458. Passage 46
  459. Passage 47
  460. Passage 48
  461. Passage 49
  462. Passage 50
  463. Passage 51
  464. Passage 52
  465. Passage 53
  466. Passage 54
  467. Passage 55
  468. Passage 56
  469. Passage 57
  470. Passage 58
  471. Passage 59
  472. Passage 60
  473. Passage 61
  474. Passage 62
  475. Passage 63
  476. Passage 64
  477. Passage 65
  478. Passage 66
  479. Passage 67
  480. Passage 68
  481. Passage 69
  482. Passage 70
  483. Passage 71
  484. Passage 72
  485. Passage 73
  486. Passage 74
  487. Passage 75
  488. Passage 76
  489. Passage 77
  490. Passage 78
  491. Passage 79
  492. Passage 80
  493. Passage 81
  494. Passage 82
  495. Passage 83
  496. Passage 84
  497. Passage 85
  498. Passage 86
  499. Passage 87
  500. Passage 88
  501. Passage 89
  502. Passage 90
  503. Passage 91
  504. Passage 92
  505. Passage 93
  506. Passage 94
  507. Passage 95
  508. Passage 96
  509. Passage 97
  510. Passage 98
  511. Passage 99
  512. Passage 100
  513. Passage 101
  514. Passage 102
  515. Passage 103
  516. Passage 104
  517. Passage 105
  518. Passage 106
  519. Passage 107
  520. Passage 108
  521. Passage 109
  522. Passage 110
  523. Passage 111
  524. Passage 112
  525. Passage 113
  526. Passage 114
  527. Passage 115
  528. Passage 116
  529. Passage 117
  530. Passage 118
  531. Passage 119
  532. Passage 120
  533. Passage 121
  534. Passage 122
  535. Passage 123
  536. Passage 124
  537. Passage 125
  538. Passage 126
  539. Passage 127
  540. Passage 128
  541. Passage 129
  542. Passage 130
  543. Passage 131
  544. Passage 132
  545. Passage 133
  546. Passage 134
  547. Passage 135
  548. Passage 136
  549. Passage 137
  550. Passage 138
  551. Passage 139
  552. Passage 140
  553. Passage 141
  554. Passage 142
  555. Passage 143
  556. Passage 144
  557. Passage 145
  558. Passage 146
  559. Passage 147
  560. Passage 148
  561. Passage 149
  562. Passage 150
  563. Passage 151
  564. Passage 152
  565. Passage 153
  566. Passage 154
  567. Passage 155
  568. Passage 156
  569. Passage 157
  570. Passage 158
  571. Passage 159
  572. Passage 160
  573. Passage 161
  574. Passage 162
  575. Passage 163
  576. Passage 164
  577. Passage 165
  578. Passage 166
  579. Passage 167
  580. Passage 168
  581. Passage 169
  582. Passage 170
  583. Passage 171
  584. Passage 172
  585. Passage 173
  586. Passage 174
  587. Passage 175
  588. Passage 176
  589. Passage 177
  590. Passage 178
  591. Passage 179
  592. Passage 180
  593. Passage 181
  594. Passage 182
  595. Passage 183
  596. Passage 184
  597. Passage 185
  598. Passage 186
  599. Passage 187
  600. Passage 188
  601. Passage 189
  602. Passage 190
  603. Passage 191
  604. Passage 192
  605. Passage 193
  606. Passage 194
  607. Passage 195
  608. Passage 196
  609. Passage 197
  610. Passage 198
  611. Passage 199
  612. Passage 200
  613. Passage 201
  614. Passage 202
  615. Passage 203
  616. Passage 204
  617. Passage 205
  618. Passage 206
  619. Passage 207
  620. Passage 208
  621. Passage 209
  622. Passage 210
  623. Passage 211
  624. Passage 212
  625. Passage 213
  626. Passage 214
  627. Passage 215
  628. Passage 216
  629. Passage 217
  630. Passage 218
  631. Passage 219
  632. Passage 220
  633. Passage 221
  634. Passage 222
  635. Passage 223
  636. Passage 224
  637. Passage 225
  638. Passage 226
  639. Passage 227
  640. Passage 228
  641. Passage 229
  642. Passage 230
  643. Passage 231
  644. Passage 232
  645. Passage 233
  646. Passage 234
  647. Passage 235
  648. Passage 236
  649. Passage 237
  650. Passage 238
  651. Passage 239
  652. Passage 240
  653. Passage 241
  654. Passage 242
  655. Passage 243
  656. Passage 244
  657. Passage 245
  658. Passage 246
  659. Passage 247
  660. Passage 248
  661. Passage 249
  662. Passage 250
  663. Passage 251
  664. Passage 252
  665. Passage 253
  666. Passage 254
  667. Passage 255
  668. Passage 256
  669. Passage 257
  670. Passage 258
  671. Passage 259
  672. Passage 260
  673. Passage 261
  674. Passage 262
  675. Passage 263
  676. Passage 264
  677. Passage 265
  678. Passage 266
  679. Passage 267
  680. Passage 268
  681. Passage 269
  682. Passage 270
  683. Passage 271
  684. Passage 272
  685. Passage 273
  686. Passage 274
  687. Passage 275
  688. Passage 276
  689. Passage 277
  690. Passage 278
  691. Passage 279
  692. Passage 280
  693. Passage 281
  694. Passage 282
  695. Passage 283
  696. Passage 284
  697. Passage 285
  698. Passage 286
  699. Passage 287
  700. Passage 288
  701. Passage 289
  702. Passage 290
  703. Passage 291
  704. Passage 292
  705. Passage 293
  706. Passage 294
  707. Passage 295
  708. Passage 296
  709. Passage 297
  710. Passage 298
  711. Passage 299
  712. Passage 300
  713. Question 1
  714. Question 2
  715. Question 3
  716. Question 4
  717. Question 5
  718. Question 6
  719. Question 7
  720. Question 8
  721. Question 9
  722. Question 10
  723. Question 11
  724. Question 12
  725. Question 13
  726. Question 14
  727. Question 15
  728. Question 16
  729. Question 17
  730. Question 18
  731. Question 19
  732. Question 20
  733. Question 21
  734. Question 22
  735. Question 23
  736. Question 24
  737. Question 25
  738. Question 26
  739. Question 27
  740. Question 28
  741. Question 29
  742. Question 30
  743. Question 31
  744. Question 32
  745. Question 33
  746. Question 34
  747. Question 35
  748. Question 36
  749. Question 37
  750. Question 38
  751. Question 39
  752. Question 40
  753. Question 41
  754. Question 42
  755. Question 43
  756. Question 44
  757. Question 45
  758. Question 46
  759. Question 47
  760. Question 48
  761. Ganesha Ashtottara Shatanamavali English
  762. Ganesha Ashtottara Shatanamavali Kannada
  763. Ganesha Ashtottara Shatanamavali Telugu
  764. Ganesha Ashtottara Shatanamavali Hindi
  765. Ganesha Ashtottara Shatanamavali Sanskrit
  766. Ganesha Ashtottara Shatanamavali Tamil
  767. Vinayaka Ashtottara Shatanamavali English
  768. Vinayaka Ashtottara Shatanamavali Kannada
  769. Vinayaka Ashtottara Shatanamavali Telugu
  770. Vinayaka Ashtottara Shatanamavali Hindi
  771. Vinayaka Ashtottara Shatanamavali Sanskrit
  772. Vinayaka Ashtottara Shatanamavali Tamil
  773. Ganapati Gakara Ashtottara Shatanamavali English
  774. Ganapati Gakara Ashtottara Shatanamavali Kannada
  775. Ganapati Gakara Ashtottara Shatanamavali Telugu
  776. Ganapati Gakara Ashtottara Shatanamavali Hindi
  777. Ganapati Gakara Ashtottara Shatanamavali Sanskrit
  778. Ganapati Gakara Ashtottara Shatanamavali Tamil
  779. Sri Subramanya Ashtottara Shatanamavali English
  780. Sri Subramanya Ashtottara Shatanamavali Kannada
  781. Sri Subramanya Ashtottara Shatanamavali Telugu
  782. Sri Subramanya Ashtottara Shatanamavali Hindi
  783. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  784. Sri Subramanya Ashtottara Shatanamavali Tamil
  785. Shiva Ashtottara Shatanamavali English
  786. Shiva Ashtottara Shatanamavali Kannada
  787. Shiva Ashtottara Shatanamavali Telugu
  788. Shiva Ashtottara Shatanamavali Hindi
  789. Shiva Ashtottara Shatanamavali Sanskrit
  790. Shiva Ashtottara Shatanamavali Tamil
  791. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  792. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  793. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  794. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  795. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  796. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  797. Sri Durga Ashtottara Shatanamavali English
  798. Sri Durga Ashtottara Shatanamavali Kannada
  799. Sri Durga Ashtottara Shatanamavali Telugu
  800. Sri Durga Ashtottara Shatanamavali Hindi
  801. Sri Durga Ashtottara Shatanamavali Sanskrit
  802. Sri Durga Ashtottara Shatanamavali Tamil
  803. Sri Krishna Ashtottara Shatanamavali English
  804. Sri Krishna Ashtottara Shatanamavali Kannada
  805. Sri Krishna Ashtottara Shatanamavali Telugu
  806. Sri Krishna Ashtottara Shatanamavali Hindi
  807. Sri Krishna Ashtottara Shatanamavali Sanskrit
  808. Sri Krishna Ashtottara Shatanamavali Tamil
  809. Sri Lakshmi Ashtottara Shatanamavali English
  810. Sri Lakshmi Ashtottara Shatanamavali Kannada
  811. Sri Lakshmi Ashtottara Shatanamavali Telugu
  812. Sri Lakshmi Ashtottara Shatanamavali Hindi
  813. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  814. Sri Lakshmi Ashtottara Shatanamavali Tamil
  815. Venkateshwara Ashtottara Shatanamavali English
  816. Venkateshwara Ashtottara Shatanamavali Kannada
  817. Venkateshwara Ashtottara Shatanamavali Telugu
  818. Venkateshwara Ashtottara Shatanamavali Hindi
  819. Venkateshwara Ashtottara Shatanamavali Sanskrit
  820. Venkateshwara Ashtottara Shatanamavali Tamil
  821. Batuka Bhairava Ashtottara Shatanamavali English
  822. Batuka Bhairava Ashtottara Shatanamavali Kannada
  823. Batuka Bhairava Ashtottara Shatanamavali Telugu
  824. Batuka Bhairava Ashtottara Shatanamavali Hindi
  825. Batuka Bhairava Ashtottara Shatanamavali Sanskrit
  826. Batuka Bhairava Ashtottara Shatanamavali Tamil
  827. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  828. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  829. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  830. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  831. Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
  832. Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
  833. Sri Kali Ashtottara Shatanamavali English
  834. Sri Kali Ashtottara Shatanamavali Kannada
  835. Sri Kali Ashtottara Shatanamavali Telugu
  836. Sri Kali Ashtottara Shatanamavali Hindi
  837. Sri Kali Ashtottara Shatanamavali Sanskrit
  838. Sri Kali Ashtottara Shatanamavali Tamil
  839. Sri Saraswati Ashtottara Shatanamavali English
  840. Sri Saraswati Ashtottara Shatanamavali Kannada
  841. Sri Saraswati Ashtottara Shatanamavali Telugu
  842. Sri Saraswati Ashtottara Shatanamavali Hindi
  843. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  844. Sri Saraswati Ashtottara Shatanamavali Tamil
  845. Sri Mangala Gowri Ashtottara Shatanamavali English
  846. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  847. Sri Mangala Gowri Ashtottara Shatanamavali Telugu
  848. Sri Mangala Gowri Ashtottara Shatanamavali Hindi
  849. Sri Mangala Gowri Ashtottara Shatanamavali Sanskrit
  850. Sri Mangala Gowri Ashtottara Shatanamavali Tamil
  851. Sri Rama Ashtottara Shatanamavali English
  852. Sri Rama Ashtottara Shatanamavali Kannada
  853. Sri Rama Ashtottara Shatanamavali Telugu
  854. Sri Rama Ashtottara Shatanamavali Hindi
  855. Sri Rama Ashtottara Shatanamavali Sanskrit
  856. Sri Rama Ashtottara Shatanamavali Tamil
  857. Sri Sita Ashtottara Shatanamavali (Type 1) English
  858. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  859. Sri Sita Ashtottara Shatanamavali (Type 1) Telugu
  860. Sri Sita Ashtottara Shatanamavali (Type 1) Hindi
  861. Sri Sita Ashtottara Shatanamavali (Type 1) Sanskrit
  862. Sri Sita Ashtottara Shatanamavali (Type 1) Tamil
  863. Sri Sita Ashtottara Shatanamavali (Type 2) English
  864. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  865. Sri Sita Ashtottara Shatanamavali (Type 2) Telugu
  866. Sri Sita Ashtottara Shatanamavali (Type 2) Hindi
  867. Sri Sita Ashtottara Shatanamavali (Type 2) Sanskrit
  868. Sri Sita Ashtottara Shatanamavali (Type 2) Tamil
  869. Sri Anjaneya Ashtottara Shatanamavali English
  870. Sri Anjaneya Ashtottara Shatanamavali Kannada
  871. Sri Anjaneya Ashtottara Shatanamavali Telugu
  872. Sri Anjaneya Ashtottara Shatanamavali Hindi
  873. Sri Anjaneya Ashtottara Shatanamavali Sanskrit
  874. Sri Anjaneya Ashtottara Shatanamavali Tamil
  875. Surya Ashtottara Shatanamavali English
  876. Surya Ashtottara Shatanamavali Kannada
  877. Surya Ashtottara Shatanamavali Telugu
  878. Surya Ashtottara Shatanamavali Hindi
  879. Surya Ashtottara Shatanamavali Sanskrit
  880. Surya Ashtottara Shatanamavali Tamil
  881. Chandra Ashtottara Shatanamavali English
  882. Chandra Ashtottara Shatanamavali Kannada
  883. Chandra Ashtottara Shatanamavali Telugu
  884. Chandra Ashtottara Shatanamavali Hindi
  885. Chandra Ashtottara Shatanamavali Sanskrit
  886. Chandra Ashtottara Shatanamavali Tamil
  887. Angaraka Ashtottara Shatanamavali English
  888. Angaraka Ashtottara Shatanamavali Kannada
  889. Angaraka Ashtottara Shatanamavali Telugu
  890. Angaraka Ashtottara Shatanamavali Hindi
  891. Angaraka Ashtottara Shatanamavali Sanskrit
  892. Angaraka Ashtottara Shatanamavali Tamil
  893. Budha Ashtottara Shatanamavali English
  894. Budha Ashtottara Shatanamavali Kannada
  895. Budha Ashtottara Shatanamavali Telugu
  896. Budha Ashtottara Shatanamavali Hindi
  897. Budha Ashtottara Shatanamavali Sanskrit
  898. Budha Ashtottara Shatanamavali Tamil
  899. Bruhaspati Ashtottara Shatanamavali English
  900. Bruhaspati Ashtottara Shatanamavali Kannada
  901. Bruhaspati Ashtottara Shatanamavali Telugu
  902. Bruhaspati Ashtottara Shatanamavali Hindi
  903. Bruhaspati Ashtottara Shatanamavali Sanskrit
  904. Bruhaspati Ashtottara Shatanamavali Tamil
  905. Shukra Ashtottara Shatanamavali English
  906. Shukra Ashtottara Shatanamavali Kannada
  907. Shukra Ashtottara Shatanamavali Telugu
  908. Shukra Ashtottara Shatanamavali Hindi
  909. Shukra Ashtottara Shatanamavali Sanskrit
  910. Shukra Ashtottara Shatanamavali Tamil
  911. Shani Ashtottara Shatanamavali English
  912. Shani Ashtottara Shatanamavali Kannada
  913. Shani Ashtottara Shatanamavali Telugu
  914. Shani Ashtottara Shatanamavali Hindi
  915. Shani Ashtottara Shatanamavali Sanskrit
  916. Shani Ashtottara Shatanamavali Tamil
  917. Rahu Ashtottara Shatanamavali English
  918. Rahu Ashtottara Shatanamavali Kannada
  919. Rahu Ashtottara Shatanamavali Telugu
  920. Rahu Ashtottara Shatanamavali Hindi
  921. Rahu Ashtottara Shatanamavali Sanskrit
  922. Rahu Ashtottara Shatanamavali Tamil
  923. Ketu Ashtottara Shatanamavali English
  924. Ketu Ashtottara Shatanamavali Kannada
  925. Ketu Ashtottara Shatanamavali Telugu
  926. Ketu Ashtottara Shatanamavali Hindi
  927. Ketu Ashtottara Shatanamavali Sanskrit
  928. Ketu Ashtottara Shatanamavali Tamil
  929. Dattatreya Ashtottara Shatanamavali English
  930. Dattatreya Ashtottara Shatanamavali Kannada
  931. Dattatreya Ashtottara Shatanamavali Telugu
  932. Dattatreya Ashtottara Shatanamavali Hindi
  933. Dattatreya Ashtottara Shatanamavali Sanskrit
  934. Dattatreya Ashtottara Shatanamavali Tamil
  935. Ayyappa Ashtottara Shatanamavali English
  936. Ayyappa Ashtottara Shatanamavali Kannada
  937. Ayyappa Ashtottara Shatanamavali Telugu
  938. Ayyappa Ashtottara Shatanamavali Hindi
  939. Ayyappa Ashtottara Shatanamavali Sanskrit
  940. Ananta Padmanabha Ashtottara Shatanamavali English
  941. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  942. Ananta Padmanabha Ashtottara Shatanamavali Telugu
  943. Ananta Padmanabha Ashtottara Shatanamavali Hindi
  944. Ananta Padmanabha Ashtottara Shatanamavali Sanskrit
  945. Gayatri Ashtottara Shatanamavali (Type 1) English
  946. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  947. Gayatri Ashtottara Shatanamavali (Type 1) Telugu
  948. Gayatri Ashtottara Shatanamavali (Type 1) Hindi
  949. Gayatri Ashtottara Shatanamavali (Type 1) Sanskrit
  950. Gayatri Ashtottara Shatanamavali (Type 2) English
  951. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  952. Gayatri Ashtottara Shatanamavali (Type 2) Telugu
  953. Gayatri Ashtottara Shatanamavali (Type 2) Hindi
  954. Gayatri Ashtottara Shatanamavali (Type 2) Sanskrit
  955. Sri Tulasi Ashtottara Shatanamavali English
  956. Sri Tulasi Ashtottara Shatanamavali Kannada
  957. Sri Tulasi Ashtottara Shatanamavali Telugu
  958. Sri Tulasi Ashtottara Shatanamavali Hindi
  959. Sri Tulasi Ashtottara Shatanamavali Sanskrit
  960. Sri Valli Ashtottara Shatanamavali English
  961. Sri Valli Ashtottara Shatanamavali Kannada
  962. Sri Valli Ashtottara Shatanamavali Telugu
  963. Sri Valli Ashtottara Shatanamavali Hindi
  964. Sri Valli Ashtottara Shatanamavali Sanskrit
  965. Sri Devasena Ashtottara Shatanamavali English
  966. Sri Devasena Ashtottara Shatanamavali Kannada
  967. Sri Devasena Ashtottara Shatanamavali Telugu
  968. Sri Devasena Ashtottara Shatanamavali Hindi
  969. Sri Devasena Ashtottara Shatanamavali Sanskrit
  970. Sri Varaha Ashtottara Shatanamavali English
  971. Sri Varaha Ashtottara Shatanamavali Kannada
  972. Sri Varaha Ashtottara Shatanamavali Telugu
  973. Sri Varaha Ashtottara Shatanamavali Hindi
  974. Sri Varaha Ashtottara Shatanamavali Sanskrit
  975. Sri Varahi Ashtottara Shatanamavali English
  976. Sri Varahi Ashtottara Shatanamavali Kannada
  977. Sri Varahi Ashtottara Shatanamavali Telugu
  978. Sri Varahi Ashtottara Shatanamavali Hindi
  979. Sri Varahi Ashtottara Shatanamavali Sanskrit
  980. Sri Veerabhadra Ashtottara Shatanamavali English
  981. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  982. Sri Veerabhadra Ashtottara Shatanamavali Telugu
  983. Sri Veerabhadra Ashtottara Shatanamavali Hindi
  984. Sri Veerabhadra Ashtottara Shatanamavali Sanskrit
  985. Sri Hayagreeva Ashtottara Shatanamavali English
  986. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  987. Sri Hayagreeva Ashtottara Shatanamavali Telugu
  988. Sri Hayagreeva Ashtottara Shatanamavali Hindi
  989. Sri Hayagreeva Ashtottara Shatanamavali Sanskrit
  990. Sri Shankaracharya Ashtottara Shatanamavali English
  991. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  992. Sri Shankaracharya Ashtottara Shatanamavali Telugu
  993. Sri Shankaracharya Ashtottara Shatanamavali Hindi
  994. Sri Shankaracharya Ashtottara Shatanamavali Sanskrit
  995. Sri Raghavendra Ashtottara Shatanamavali English
  996. Sri Raghavendra Ashtottara Shatanamavali Kannada
  997. Sri Raghavendra Ashtottara Shatanamavali Telugu
  998. Sri Raghavendra Ashtottara Shatanamavali Hindi
  999. Sri Raghavendra Ashtottara Shatanamavali Sanskrit
  1000. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  1001. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  1002. Satyanarayana Ashtottara Shatanamavali (Type 2) Telugu
  1003. Satyanarayana Ashtottara Shatanamavali (Type 2) Hindi
  1004. Satyanarayana Ashtottara Shatanamavali (Type 2) Sanskrit
  1005. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  1006. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  1007. Sri Kalabhairava Kakara Ashtottara Shatanamavali Telugu
  1008. Sri Kalabhairava Kakara Ashtottara Shatanamavali Hindi
  1009. Sri Kalabhairava Kakara Ashtottara Shatanamavali Sanskrit
  1010. Sri Adilakshmi Ashtottara Shatanamavali English
  1011. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  1012. Sri Adilakshmi Ashtottara Shatanamavali Telugu
  1013. Sri Adilakshmi Ashtottara Shatanamavali Hindi
  1014. Sri Adilakshmi Ashtottara Shatanamavali Sanskrit
  1015. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  1016. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  1017. Sri Dhanyalakshmi Ashtottara Shatanamavali Telugu
  1018. Sri Dhanyalakshmi Ashtottara Shatanamavali Hindi
  1019. Sri Dhanyalakshmi Ashtottara Shatanamavali Sanskrit
  1020. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  1021. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  1022. Sri Dhairyalakshmi Ashtottara Shatanamavali Telugu
  1023. Sri Dhairyalakshmi Ashtottara Shatanamavali Hindi
  1024. Sri Dhairyalakshmi Ashtottara Shatanamavali Sanskrit
  1025. Sri Gajalakshmi Ashtottara Shatanamavali English
  1026. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  1027. Sri Gajalakshmi Ashtottara Shatanamavali Telugu
  1028. Sri Gajalakshmi Ashtottara Shatanamavali Hindi
  1029. Sri Gajalakshmi Ashtottara Shatanamavali Sanskrit
  1030. Sri Santanalakshmi Ashtottara Shatanamavali English
  1031. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  1032. Sri Santanalakshmi Ashtottara Shatanamavali Telugu
  1033. Sri Santanalakshmi Ashtottara Shatanamavali Hindi
  1034. Sri Santanalakshmi Ashtottara Shatanamavali Sanskrit
  1035. Sri Vijayalakshmi Ashtottara Shatanamavali English
  1036. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  1037. Sri Vijayalakshmi Ashtottara Shatanamavali Telugu
  1038. Sri Vijayalakshmi Ashtottara Shatanamavali Hindi
  1039. Sri Vijayalakshmi Ashtottara Shatanamavali Sanskrit
  1040. Sri Vidyalakshmi Ashtottara Shatanamavali English
  1041. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  1042. Sri Vidyalakshmi Ashtottara Shatanamavali Telugu
  1043. Sri Vidyalakshmi Ashtottara Shatanamavali Hindi
  1044. Sri Vidyalakshmi Ashtottara Shatanamavali Sanskrit
  1045. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  1046. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  1047. Sri Aishwaryalakshmi Ashtottara Shatanamavali Telugu
  1048. Sri Aishwaryalakshmi Ashtottara Shatanamavali Hindi
  1049. Sri Aishwaryalakshmi Ashtottara Shatanamavali Sanskrit
  1050. Sri Kamakshi Ashtottara Shatanamavali English
  1051. Sri Kamakshi Ashtottara Shatanamavali Kannada
  1052. Sri Kamakshi Ashtottara Shatanamavali Telugu
  1053. Sri Kamakshi Ashtottara Shatanamavali Hindi
  1054. Sri Kamakshi Ashtottara Shatanamavali Sanskrit
  1055. Sri Pratyangira Ashtottara Shatanamavali English
  1056. Sri Pratyangira Ashtottara Shatanamavali Kannada
  1057. Sri Pratyangira Ashtottara Shatanamavali Telugu
  1058. Sri Pratyangira Ashtottara Shatanamavali Hindi
  1059. Sri Pratyangira Ashtottara Shatanamavali Sanskrit
  1060. Sri Pratyangira Ashtottara Shatanamavali Tamil
  1061. Aamti
  1062. Achari Paneer
  1063. Agra Petha
  1064. Extra Creamy Potato Soup
  1065. Aloo Bonda
  1066. Aloo Dahi Wale
  1067. Aloo Dahiwada
  1068. Aloo Gobi
  1069. Aloo Ka Bharta
  1070. Aloo Ki Khichdi
  1071. Aloo Kurkure
  1072. Aloo Methi
  1073. Aloo Mewawale
  1074. Aloo Phulkopir Dalna
  1075. Aloo Poha
  1076. Aloo Posto
  1077. Aloo Pulao
  1078. Aloo Sabzi
  1079. Aloo Took
  1080. Amer Chatni
  1081. Amer Mishti Achar
  1082. Amla Ki Chutney
  1083. Amla Pickle
  1084. Anaraser Chatni
  1085. Appam
  1086. Apple and Mango Chutney
  1087. Apple and Onion Bake
  1088. Apple Jam
  1089. Apple Jelly
  1090. Apricot and Pineapple Jam
  1091. Apricot Chutney
  1092. Apricot Jam
  1093. Apricot Sauce
  1094. Aratikaaya Masala Pulusu
  1095. Arhar Dal
  1096. Arhar Dal with Green Mango
  1097. Atta Chakuli
  1098. Atte Ka Seera
  1099. Aviyal
  1100. Baadusha
  1101. Baby Corn Soup (Type 1)
  1102. Baby Corn Soup (Type 2)
  1103. Badam Ka Seera
  1104. Badam Kaju Pista Burger
  1105. Badam Kheer
  1106. Bagala Baath
  1107. Baghare Baigan
  1108. Baked Brinjal Salad
  1109. Banana Chips
  1110. Banana Chutney
  1111. Bandha Kobhi Chadchadee
  1112. Basic Bean Soup
  1113. Basil and Badam Soup
  1114. Bathue Raita
  1115. Beetroot Halwa
  1116. Begun Bhaja
  1117. Bendakaya Fry
  1118. Besan Dhokla
  1119. Bhaja Muga Dali
  1120. Bharwan Baingan
  1121. Bhel Puri
  1122. Bhindi Anardana
  1123. Bhindi Bhaji
  1124. Black Bean Soup
  1125. Black Eye Beans Curry
  1126. Boiled Rice
  1127. Bombay Chiwda
  1128. Boondi Raita
  1129. Bread Barfi
  1130. Brinjal Caviar
  1131. Brinjal Rice
  1132. Cabbage Apple Delight
  1133. Cabbage Paratha
  1134. Cabbage Poriyal
  1135. Cabbage Raita
  1136. Carrot and Cilantro Soup
  1137. Carrot and Lentil Soup
  1138. Carrot Chutney
  1139. Carrot Halwa
  1140. Carrot Jam
  1141. Carrot Kheer
  1142. Carrot Muffin
  1143. Carrot Pickle
  1144. Carrot Rice
  1145. Carrots in Foil
  1146. Cashew Nut Chutney
  1147. Cauliflower Turnip and Carrot Pickle
  1148. Celery Payaru Thoran
  1149. Chakkar Pongal
  1150. Chana Dal
  1151. Chanar Bara
  1152. Chanar Dalna
  1153. Chane Jaiselmer Ke
  1154. Cheese Pakora
  1155. Cheesy Potato Croquettes
  1156. Sri Kukke Subrahmanya Temple (Subramanya)
  1157. Manjunatha Swamy Temple (Dharmasthala)
  1158. Shree Mahaganapathi Temple (Southadka)
  1159. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  1160. Shri Idagunji Maha Ganapati Temple (Idagunji)
  1161. Mookambika Temple (Kollur)
  1162. Sri Krishna Matha (Udupi)
  1163. Sri Manjunatha Temple (Kadri)
  1164. Mangaladevi Temple (Mangalore)
  1165. Gokarnanatha Temple (Kudroli)
  1166. Sharadamba Temple (Sringeri)
  1167. Annapooreshwari Temple (Horanadu)
  1168. Durga Parameshwari Temple (Kateel)
  1169. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  1170. Shri Murudeshwara Temple (Murudeshwara)
  1171. Mahabaleshwar Temple (Gokarna)
  1172. Shri Rajarajeshwari Temple (Polali)
  1173. Shri Shankaranarayana Temple (Shankaranarayana)
  1174. Guru Narasimha Temple (Saligrama)
  1175. Shri Ananthapadmanabha Temple (Kudupu)
  1176. Shri Sada Shivarudra Temple (Ujire)
  1177. Shri Shishileshwara Temple (Shishila)
  1178. Shri Vaidyanatheshwara Temple (Kokkada)
  1179. Shri Rishyasringeshwara Temple (Kigga)
  1180. Annapoorneshwari Temple (Hosanadu Kodyadka)
  1181. Shree Sharadhamba Temple (Koodli)
  1182. Sri Surya Narayana Temple (Naravi)
  1183. Kalaseshwara Temple (Kalasa)
  1184. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  1185. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  1186. Sri Vinayaka Temple (Guddattu)
  1187. The Jackal and the Drum
  1188. The Fall and Rise of a Merchant
  1189. The Foolish Sage
  1190. The Greedy Jackal and the Fighting Goats
  1191. The Clever Crows and the Cunning Jackal
  1192. The Cunning Heron and the Clever Crab
  1193. The Clever Hare and the Foolish Lion
  1194. The Bug and the Flea
  1195. The story of a Blue Jackal
  1196. The Lion, the Camel, the Jackal and the Crow
  1197. The Tittibha Birds and the Sea