Results for "Type 1 Star Pattern"

Total results: 1629

  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 xor
  129. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  130. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  131. Python Program to find ASCII value of a character or digit
  132. Python Program to find ASCII value of a character or digit entered by the user
  133. Python Program to check whether a given number is an Armstrong Number or not
  134. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  135. Python Program to reverse an integer number
  136. Python Program to find sum of digits
  137. Python Program to convert kilometer to mile
  138. Python Program to find maximum element in an array
  139. Python Program to find sum of array elements using for
  140. Python Program to find sum of array elements using sum function
  141. Python Program to find fibonacci series
  142. Python Program to sort an array using Insertion Sort
  143. Python Program to check if a given number is Prime or not
  144. Python Program to find the square root of a given number
  145. Python Program to convert Celsius to Fahrenheit
  146. Python Program to convert Fahrenheit to Celsius
  147. Python Program to generate a random number within the given range
  148. C Program to print Hello World on the console
  149. C Program to initialize different datatypes and print the same on terminal
  150. C Program to show different formatting in output using printf
  151. C Program to convert a value into different formats using format specifiers
  152. C Program to find the sum of two integer numbers
  153. C Program to find the product of two integer numbers
  154. C Program to find the division of two integer numbers
  155. C Program to perform arithmetic operations using floating point variables
  156. C Program to find distance between two straight lines
  157. C Program to find area of rectangle
  158. C Program to find perimeter of rectangle
  159. C Program to find area of equilateral triangle
  160. C Program to find area of scalene triangle
  161. C Program to find area of triangle given three sides of a triangle
  162. C Program to find area of circle
  163. C Program to find area and circumference of a circle using pre processor directives
  164. C Program to check if a triangle is Isosceles Equilateral or Scalene
  165. C Program to convert Celcius to Fahrenheit
  166. C Program to convert Fahrenheit to Celcius
  167. C Program to swap two variables using addition and subtraction without using temporary variable
  168. C Program to swap two variables using temporary variable
  169. C Program to swap two variables by shifting bits
  170. C Program to calculate Simple Interest
  171. C Program to calculate Compound Interest
  172. C Program to find profit or loss
  173. C Program to find positive negative or zero using Conditional Operator
  174. C Program to find positive negative or zero using If Else statement
  175. C Program to find odd or even using Conditional Operator
  176. C Program to find odd or even using If Else statement
  177. C Program to find odd or even using goto statement
  178. C Program to check whether a given year is a leap year or not
  179. C Program to check whether a given number is a Perfect Number or not
  180. C Program to check whether a given number is an Armstrong Number or not
  181. C Program to generate Armstrong number within a given range
  182. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  183. C Program to check whether a given number is an Armstrong Number or not using in built power function
  184. C Program to find biggest of two numbers using Conditional Operator
  185. C Program to find biggest of two numbers using If Else statement
  186. C Program to find biggest of three numbers using Conditional Operator
  187. C Program to find biggest of three numbers using If Else statement
  188. C Program to find biggest of three numbers using nested If Else statement
  189. C Program to find biggest of three numbers using Binary Minus
  190. C Program to find smallest of three numbers using Conditional Operator
  191. C Program to find smallest of three numbers using If Else statement
  192. C Program to find smallest of three numbers using nested If Else statement
  193. C Program to calculate grade based on percentage using If Else statement
  194. C Program to calculate grade based on percentage using switch statement
  195. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  196. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  197. C Program to find roots of a quadratic equation using If Else statement
  198. C Program to find area of triangle square circle or rectangle using switch statement
  199. C Program to demonstrate the use of sizeof operator
  200. C Program to identify a character or a digit using ASCII values
  201. C Program to identify a character digit or special character using Built In functions
  202. C Program to identify a character or a digit using Built In functions
  203. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  204. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  205. C Program to print first n natural numbers using for loop
  206. C Program to print first n natural numbers using while loop
  207. C Program to print first n natural numbers using do while loop
  208. C Program to find the sum of first n natural numbers using for loop
  209. C Program to find the sum of first n natural numbers using while loop
  210. C Program to sum of n natural numbers using do while
  211. C Program to find the factorial of a given number
  212. C Program to find factorial of a number using functions
  213. C Program to find GCD and LCM of a given two number
  214. C Program to generate Fibonacci Series for first n natural numbers
  215. C Program to check whether a given integer number is palindrome or not
  216. C Program to print first n prime numbers
  217. C Program to print prime numbers within given range
  218. C Program to check if a number is prime number or not
  219. C Program to reverse a given integer number using while loop
  220. C Program to reverse a given integer number using while loop using functions
  221. C Program to reverse an integer number using for
  222. C Program to reverse an integer number using do while
  223. C Program to reverse string using for
  224. C Program to reverse string using while
  225. C Program to reverse string using do while
  226. C Program to print random number
  227. C Program to print random number within range
  228. C Program to check anagram by checking frequency
  229. C Program to check anagram by sorting strings
  230. C Program to find area of Ellipse
  231. C Program to find area of Regular Polygon sides
  232. C Program to find area of Rhombus
  233. C Program to find area of Sector
  234. C Program to find power of a number without inbuilt function
  235. C Program to find substring of a string
  236. C Program to swap two Strings
  237. C Program to sort a set of strings alphabetically
  238. C Program to arrange a string alphabetically
  239. C Program to find length of a string without using built in functions
  240. C Program to find if a string is palindrome or not without built in functions
  241. C Program to compare two strings using built in functions
  242. C Program to compare two strings without using built in functions
  243. C Program to find Permutations nPr
  244. C Program to find Combinations nCr
  245. C Program to find sum and percentage of subjects
  246. C Program to find Sum of Digits of a given number Type 1
  247. C Program to find Sum of Digits of a given number Type 2
  248. C Program to concatenate two strings into a third string using built in functions
  249. C Program to find sum of two numbers using command line arguments
  250. C Program to print first n odd numbers
  251. C Program to print first n even numbers
  252. C Program to print n odd numbers within range
  253. C Program to print n even numbers within range
  254. C Program to print first n odd and even numbers Type 1
  255. C Program to print first n odd and even numbers Type 2
  256. C Program to find the sum of first n odd numbers using for loop
  257. C Program to print the sum of n odd numbers using while
  258. C Program to print the sum of n odd numbers using do while
  259. C Program to print the sum of n odd numbers within range using for
  260. C Program to print the sum of n odd numbers within range using while
  261. C Program to print the sum of n odd numbers within range using do while
  262. C Program to find the sum of first n even numbers using for loop
  263. C Program to print the sum of n even numbers using while
  264. C Program to print the sum of n even numbers using do while
  265. C Program to print the sum of n even numbers within range using for
  266. C Program to print the sum of n even numbers within range using while
  267. C Program to print the sum of n even numbers within range using do while
  268. C Program to find the sum of first n odd and even numbers using for
  269. C Program to print the sum of n odd and even numbers using while
  270. C Program to print the sum of n odd and even numbers using do while
  271. C Program to print the sum of n odd and even numbers within range using for
  272. C Program to print the sum of n odd and even numbers within range using while
  273. C Program to print the sum of n odd and even numbers within range using do while
  274. C Program to convert binary to decimal number
  275. C Program to convert binary to hexadecimal number
  276. C Program to convert binary to octal number
  277. C Program to convert a decimal to binary number
  278. C Program to convert decimal to hexadecimal number
  279. C Program to convert a decimal to octal number
  280. C Program to convert octal to binary number
  281. C Program to convert an octal to decimal number
  282. C Program to convert octal to hexadecimal number
  283. C Program to convert Kilometers to miles
  284. C Program to convert kilometer to miles using preprocessor directive
  285. C Program to demonstrate calloc dynamic memory allocation
  286. C Program to initialize array of strings and print on the terminal
  287. C Program to insert an element into specified location of an array
  288. C Program to delete an element from a specified location of an array
  289. C Program to delete duplicate elements from an array
  290. C Program to copy contents of one array to another
  291. C Program to find maximum element in an array without sorting
  292. C Program to find minimum element in an array without sorting
  293. C Program to merge two arrays one after the other
  294. C Program to find the sum of array elements
  295. C Program to find sum of two arrays
  296. C Program to search a key element using Binary Search method
  297. C Program to search a key element using Binary Search using Functions
  298. C Program to search a key element using Linear Search method
  299. C Program to search a key element using Linear Search using Functions
  300. C Program to add two matrix
  301. C Program to subtract two matrix
  302. C Program to find sum of lower triangle matrix
  303. C Program to find sum of upper triangle matrix
  304. C Program to add principal diagonal elements in a matrix
  305. C Program to transpose a matrix
  306. C Program to check if the entered matrix is magic square or not
  307. C Program to implement basic operation of Stacks using global variables
  308. C Program to implement basic operation of Stacks using arrays and pointers
  309. C Program to implement basic operation of Stacks using structures
  310. C Program to implement Stacks using Singly Linked List
  311. C Program to implement Stacks using Circular Linked List
  312. C Program to convert a valid Infix expression to postfix using Stacks
  313. C Program to convert a valid Infix expression to postfix using Structures
  314. C Program to evaluate a valid Postfix expression using Stacks
  315. C Program to find sum of n natural numbers using recursion
  316. C Program to find the factorial of a given number using recursion
  317. C Program to generate fibonacci series using recursion
  318. C Program to find nth fibonacci number using recursion
  319. C Program to search a key element using linear search using recursion
  320. C Program to search a key element using binary search using recursion
  321. C Program to implement Tower of Hanoi
  322. C Program to implement basic operations of Linear Queue using arrays and pointers
  323. C Program to implement basic operations of Circular Queue using arrays and pointers
  324. C Program to implement Priority Queues using array of structures
  325. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  326. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  327. 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
  328. 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
  329. 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
  330. 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
  331. C Program to implement Linear Queue using Singly Linked List
  332. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  333. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  334. 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
  335. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  336. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  337. C Program to reverse a digit using recursion
  338. C Program to print prime numbers within a range using recursion
  339. C Program to check prime numbers using recursion
  340. C Program to sort an array using Bubble Sort
  341. C Program to sort an array using Bubble Sort using functions
  342. C Program to sort an array using Selection Sort
  343. C Program to sort an array using Insertion Sort
  344. C Program to sort an array using Insertion Sort using functions
  345. C Program to sort an array using Merge Sort
  346. C Program to sort an array using Shell Sort
  347. C Program to implement 01 Knapsack problem
  348. C Program to implement 01 Knapsack problem using recursion
  349. C Program to implement Fractional Knapsack problem using Greedy Method
  350. C Program to implement Prim's Algorithm
  351. C Program to solve N Queens using greedy method
  352. C Program to implement Warshall's algorithm
  353. C Program to display value using star operator in pointers
  354. C Program to find sum of array elements using pointers
  355. C Program to print an array in reverse direction using pointers
  356. C Program to add two complex numbers using structures
  357. C Program to demonstrate fgets
  358. C Program to demonstrate double pointer
  359. C Program to add matrices using pointer
  360. C Program to add matrices using function and pointer
  361. C Program to count vowels and consonents in a given sentence
  362. C Program to create union of structures of an employee and display the details
  363. C Program to print if the architecture is supporting big endian or little endian
  364. C Program to create a enum user defined datatype for days of a week and print the index of a week
  365. C Program to read a text file
  366. C Program to read and print contents of a file using static memory allocation
  367. C Program to read and print contents of a file using dynamic memory allocation
  368. C Program to convert contents of a file to upper case
  369. C Program to copy contents from file to another file
  370. C Program to create a child process using fork system call and print PID and PPID of the processes
  371. C Program to print small alphabets in right angled triangle pattern in series
  372. C Program to print capital alphabets in right angled triangle pattern in series
  373. C Program to print number a Right angled Triangle pattern
  374. C Program to print first n natural numbers in a Right angled Triangle pattern
  375. C Program to print even numbers in a Right angled Triangle pattern
  376. C Program to print prime numbers in a Right angled Triangle pattern
  377. C Program to print binary numbers in a Right angled Triangle pattern
  378. C Program to print numbers in rows and columns of Quadrangle pattern
  379. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  380. C Program to print Equilateral Triangle in a pyramid star pattern
  381. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  382. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  383. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  384. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  385. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  386. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  387. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  388. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  389. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  390. C Program to print Rhombus in a star pattern
  391. C Program to print Hollow Rhombus in a star pattern Type 1
  392. C Program to print Hollow Rhombus in a star pattern Type 2
  393. C Program to print Solid Square in a star pattern
  394. C Program to print Solid Rectangle in a star pattern
  395. C Program to print Hollow Square in a star pattern
  396. C Program to print Hollow Rectangle in a star pattern
  397. C Program to print Left Arrow in a star pattern Type 1
  398. C Program to print Left Arrow in a star pattern Type 2
  399. C Program to print Right Arrow in a star pattern Type 1
  400. C Program to print Right Arrow in a star pattern Type 2
  401. C Program to print Half Left Diamond in a star pattern
  402. C Program to print Half Right Diamond in a star pattern
  403. C Program to print Alphabet K in a star pattern
  404. C Program to print Alphabet X in a star pattern
  405. C Program to print Symbol Plus in a star pattern
  406. C Program to create Floyds triangle
  407. C Program to print Pascal triangle
  408. C++ Program to initialize different datatypes and print the same on terminal
  409. C++ Program to find the sum of two integer numbers
  410. C++ Program to find the difference of two integer numbers
  411. C++ Program to find the product of two integer numbers
  412. C++ Program to find the division of two integer numbers
  413. C++ Program to find the sum of two integer numbers using classes and objects
  414. C++ Program to show usage of classes and objects
  415. C++ Program to find biggest of two numbers
  416. C++ Program to find biggest of three numbers
  417. C++ Program to sort an array using Merge Sort
  418. C++ Program to sort an array using Insertion Sort
  419. C++ Program to find biggest of two numbers using Inline Functions
  420. C++ Program to demonstrate sizeof operator
  421. C++ Program to demonstrate usage of reference types
  422. C++ Program to find sum of two numbers using pointer returning functions
  423. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  424. C++ Program to demonstrate constructor overloading
  425. C++ Program to generate fibonacci series
  426. C++ Program to generate fibonacci series using class
  427. C++ Program to find factorial of a number without classes
  428. C++ Program to find factorial of a number using classes
  429. C++ Program to find factorial of a number using copy constructor
  430. C++ Program to demonstrate the use of address and value operator
  431. C++ Program to find square of a number using templates
  432. C++ Program to find power of a number without inbuilt function
  433. C++ Program to print sum of n natural numbers using do while
  434. C++ Program to check if entered number is prime or not using classes
  435. C++ Program to convert Kilometers to miles
  436. C++ Program to convert binary to octal
  437. C++ Program to convert decimal to hexadecimal
  438. C++ Program to convert octal to binary
  439. C++ Program to reverse an integer number using for
  440. C++ Program to reverse an integer number using while
  441. C++ Program to reverse an integer number using do while
  442. C++ Program to reverse a string using for
  443. C++ Program to reverse a string using while
  444. C++ Program to reverse a string using do while
  445. C++ Program to find odd or even using If Else statement
  446. C++ Program to add two complex numbers
  447. C++ Program to find area of square using constructor
  448. C++ Program to find area of rectangle using constructor
  449. C++ Program to find area of circle using constructor
  450. C++ Program to find area of pentagon
  451. C++ Program to find area of shapes using constructor overloading
  452. C++ Program to find sum of two arrays
  453. C++ Program to add two matrix
  454. C++ Program to print n even numbers within range
  455. C++ Program to print n odd numbers within range
  456. C++ Program to print the sum of n even numbers using while
  457. C++ Program to print the sum of n even numbers using do while
  458. C++ Program to print the sum of n even numbers within range using for
  459. C++ Program to print the sum of n even numbers within range using while
  460. C++ Program to print the sum of n even numbers within range using do while
  461. C++ Program to print the sum of n odd numbers using while
  462. C++ Program to print the sum of n odd numbers using do while
  463. C++ Program to print the sum of n odd numbers within range using for
  464. C++ Program to print the sum of n odd numbers within range using while
  465. C++ Program to print the sum of n odd numbers within range using do while
  466. C++ Program to print the sum of n odd and even numbers using while
  467. C++ Program to print the sum of n odd and even numbers using do while
  468. C++ Program to print the sum of n odd and even numbers within range using for
  469. C++ Program to print the sum of n odd and even numbers within range using while
  470. C++ Program to print the sum of n odd and even numbers within range using do while
  471. C++ Program to implement Stacks
  472. C# Program to print Hello World
  473. C# Program to add two numbers
  474. C# Program to subtract two numbers
  475. C# Program to multiply two numbers
  476. C# Program to divide two numbers
  477. C# Program to calculate area of pentagon
  478. C# Program to sort an array using Insertion Sort
  479. C# program to find Area of Circle
  480. C# program to find Area of Equilateral Triangle
  481. C# program to find Area of Isoceles Triangle
  482. C# program to find Area of Scalene Triangle
  483. C# program to find Area of Triangle by Sides
  484. C# program to find Area of Rectangle
  485. C# program to find Circumference of the Circle
  486. C# program to find Perimeter of Rectangle
  487. C# program to find Perimeter of Equilateral Triangle
  488. C# program to find Perimeter of Scalene Triangle
  489. C# program to find Perimeter of Isosceles Triangle
  490. C# program to find Perimeter of Circle
  491. C# program to print first n Natural Numbers
  492. C# program to print n Even Natural Numbers
  493. C# program to print n Odd Natural Numbers
  494. C# program to find Sum of first n Natural Numbers
  495. C# program to find Sum of first n Even Natural Numbers
  496. C# program to find Sum of first n Odd Natural Numbers
  497. C# program to check Even or Odd Number
  498. C# program to check Positive or Negative Number
  499. C# program to Compare Two Numbers
  500. C# program to find Modulus of Two Numbers
  501. C# program to find Simple Interest
  502. C# program to find Compound Interest
  503. C# program to display Multiplication Table
  504. C# program to print Odd Even Series
  505. C# program to print Floyds Triangle
  506. C# program to print Pascal Triangle
  507. C# program to print half Pyramid of Numbers
  508. C# program to print half Pyramid of Alphabets
  509. C# program to print half Pyramid of Stars
  510. C# program to print full Inverted Pyramid of Stars
  511. C# program to print half Inverted Pyramid of Stars
  512. C# program to print full Pyramid of Stars
  513. Rust Program to print Hello World
  514. Rust Program to print first 10 natural numbers using for loop
  515. Rust Program to Add two Numbers
  516. Rust Program to Add two Numbers from user input
  517. Rust Program to Subtract two Numbers
  518. Rust Program to Subtract two Numbers from user input
  519. Rust Program to Multiply Two Numbers
  520. Rust Program to Multiply Two Numbers from user input
  521. Rust Program to Divide Two Numbers
  522. Rust Program to Divide Two Numbers from user input
  523. Rust Program to find Modulus of two Numbers
  524. Rust Program to find Square of a number
  525. Rust Program to read the integer from user input 3 variations
  526. Rust Program to read the integer from user input with error handling
  527. Rust Program to print Multiplication Table
  528. GO Lang Program to print Hello World
  529. GO Lang Program to find sum of two numbers
  530. GO Lang Program to subtract two numbers
  531. GO Lang Program to find biggest of two numbers
  532. GO Lang Program to find length of a String
  533. JavaScript Program to display the date
  534. JavaScript Program to display an alert box
  535. JavaScript Program to display confirm box
  536. JavaScript Program to display prompt for user to enter data
  537. JavaScript Program to add of two numbers
  538. JavaScript Program to subtract of two numbers
  539. JavaScript Program to multiply of two numbers
  540. JavaScript Program to divide of two numbers
  541. JavaScript Program to print Fibonacci series
  542. JavaScript Program to find if a number is palindrome or not
  543. JavaScript Program to push and pop elements from an array
  544. PHP Program to print Hello World
  545. PHP Program to print Hello World in html tag
  546. PHP Program to print Hello World using print
  547. PHP Program to Initialize variable and print
  548. PHP Program to demonstrate Integer datatype
  549. PHP Program to demonstrate floating point datatype
  550. PHP Program to demonstrate String datatype
  551. PHP Program to display user name
  552. PHP Program to add two numbers
  553. PHP Program to find sum of array elements
  554. PHP Program to get client IP address
  555. Ruby Program to find odd or even number
  556. Ruby Program to find factorial of a number
  557. Ruby Program to add two numbers
  558. Ruby Program to add two numbers using command line
  559. Ruby Program to subtract two numbers
  560. R Program to print Hello World on Console
  561. R Program to get input from user and print on Console
  562. R Program to generate random numbers using runif
  563. R Program to generate random numbers using sample
  564. R Program to add two numbers and print the result on the console
  565. R Program to add two vectors and print the result on the console
  566. R Program to find the sum mean product of two vectors
  567. R Program to print matrix on the console
  568. R Program to find modulus of two numbers
  569. R Program to add two numbers
  570. R Program to subtract two numbers
  571. R Program to multiply two numbers
  572. R Program to divide two numbers
  573. Shell Script to print Fibonacci series
  574. Shell Script to find factorial of a number
  575. Shell Script to print first n natural numbers
  576. Shell Script to find sum of n numbers
  577. Shell Script to find biggest of two numbers
  578. Shell Script to find biggest of three numbers using command line arguments
  579. Shell Script to find biggest of three numbers using nested if
  580. Shell Script to find largest of three numbers using If Else statement
  581. Shell Script to print command line arguments Type 1
  582. Shell Script to print command line arguments Type 2
  583. Shell Script to reverse command line arguments
  584. Shell Script to print command line arguments in reverse
  585. Shell Script to check if a string is palindrome or not
  586. Shell Script to find if a number is positive or negative or zero
  587. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  588. Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
  589. Shell Script to print contents of an array
  590. Shell Script to print login information
  591. Shell Script to find largest file in a directory
  592. Shell Script to execute different commands on UNIX or Linux using script
  593. Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
  594. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  595. ADA Program to print Hello World
  596. ADA Program to print a integer number entered by user
  597. ADA Program to print a character entered by user
  598. ADA Program to print a string entered by user
  599. ADA Program to find the sum of two integer number
  600. ADA Program to find the difference of two integer number
  601. ADA Program to find the product of two integer number
  602. ADA Program to find the division of two integer number
  603. ADA Program to find area of square
  604. ADA Program to find perimeter of square
  605. ADA Program to find area of rectangle
  606. ADA Program to find perimeter of rectangle
  607. Haskell Program to print hello world
  608. Haskell Program to print integer entered by the user
  609. Haskell Program to print string entered by the user
  610. Haskell Program to print system information
  611. Haskell Program to print Fibonacci series
  612. Haskell Program to print factorial of a number
  613. Haskell Program to add two numbers
  614. Haskell Program to subtract two numbers
  615. Haskell Program to multiply two numbers
  616. Haskell Program to divide two numbers
  617. Haskell Program to convert string to lower case
  618. Haskell Program to convert string to upper case
  619. Julia Program to print ASCII Values
  620. Julia Program to initialize string and print on console
  621. Julia Program to add two numbers
  622. Julia Program to subtract two numbers
  623. Julia Program to multiply two numbers
  624. Julia Program to divide two numbers
  625. Julia Program to find modulus of two numbers
  626. Julia Program to find power of a given number
  627. Julia Program to print n natural numbers
  628. Julia Program to print sum of n natural numbers
  629. Julia Program to check if a number is prime number or not
  630. Julia Program to print n odd numbers
  631. Julia Program to print n even numbers
  632. Julia Program to print first n prime numbers
  633. Julia Program to demonstrate simple 1D Array
  634. Julia Program to demonstrate unitialized 1D Array
  635. Julia Program to demonstrate Empty Arrays
  636. Julia Program to demonstrate 2D Array
  637. Julia Program to demonstrate creation of Array using collect method
  638. Julia Program to demonstrate creation of Arrays using splat operator
  639. Julia Program to print step of 10s using range method
  640. Julia Program to print step of 10s using collect method
  641. Julia Program to print step of 10s using range and collect method
  642. Lua Program to print Hello World
  643. Swift Program to print Hello World String on the console
  644. Swift Program to demonstrate typewrapping integer value
  645. Swift Program to print Fibonacci Series for first n natural numbers
  646. Swift Program to read integer from user and print (Type 1)
  647. Swift Program to read integer from user and print (Type 2)
  648. Swift Program to read integer from user and print (Type 3)
  649. Swift Program to find the difference of two integer numbers
  650. Swift Program to find the product of two integer numbers
  651. Swift Program to find the quotient of two integer numbers
  652. F# program to print Hello World
  653. F# program to Add two numbers using Functions
  654. F# program to Subtract two numbers
  655. F# program to Subtract two numbers using Functions
  656. F# program to Multiply two numbers
  657. F# program to Multiply two numbers using Functions
  658. F# program to Divide two numbers
  659. F# program to Divide two numbers using Functions
  660. F# program to Divide two numbers using Try Catch
  661. F# program to find Modulus of two numbers
  662. F# program to find Modulus of two numbers using Functions
  663. F# program to find Modulus of two numbers using Try Catch
  664. F# program to print first n Natural Numbers
  665. F# program to print the sum of first n Natural Numbers
  666. F# program to print first n Prime Numbers using Sequence
  667. F# program to perform Arithmetic Operations
  668. F# program to perform Boolean Operations
  669. F# program to check Odd or Even Number
  670. F# program to check Positive or Negative Number
  671. F# program to check Palindrome Number
  672. F# program to compare two numbers
  673. F# program to compare two numbers using Functions
  674. F# program to print Fibonacci Series
  675. F# program to print Fibonacci Series using Anonymous Recursion
  676. F# program to print Fibonacci Series using Match With
  677. F# program to find Factorial of a Number
  678. F# program to check Grades using elif
  679. F# program to find GCD of two Numbers
  680. F# program to print numbers in reverse using down to
  681. Introduction to Java
  682. Java Virtual Machine (JVM) and Bytecode
  683. Features of Java
  684. Setting up the Java Development Kit (JDK)
  685. Difference Between Oracle JDK and OpenJDK
  686. Integrated Development Environments (IDEs) for Java
  687. First Java Program
  688. Java Keywords
  689. Java identifiers
  690. Lists in Python
  691. Strings in Python
  692. Tuples in Python
  693. Sets in Python
  694. Dictionary in Python
  695. File Handling in Python
  696. Introduction to C Programming
  697. Setting Up a C Development Environment
  698. Integrated Development Environments (IDEs) for C
  699. C Character Set
  700. Tokens in C
  701. Comments in C
  702. Data Types in C
  703. Variables in C
  704. Constants in C
  705. Operators and Expressions in C
  706. Input and Output in C Programming
  707. Control Flow with Conditional Statements in C Programming
  708. Control Flow with Loops in C Programming
  709. Functions in C Programming
  710. Recursion in C Programming
  711. Storage Classes in C
  712. Preprocessor Directives in C
  713. Arrays in C Programming
  714. Strings in C Programming
  715. Pointers in C Programming
  716. Structures in C Programming
  717. Unions in C Programming
  718. Bit Fields in C Programming
  719. Enumerations in C Programming
  720. File Handling in C Programming
  721. Command-Line Arguments in C Programming
  722. Dynamic Memory Allocation in C Programming
  723. Error Handling in C Programming
  724. Debugging Techniques in C Programming
  725. Data Structures in C Programming
  726. Stacks in C Programming
  727. Queues in C Programming
  728. Linked List in C Programming
  729. Best Practices and Coding Standards for C Programming
  730. Introduction to C++ Programming
  731. Introduction to C# Programming
  732. Inroduction to Rust Programming
  733. Introduction to Go Lang Programming
  734. Introduction to Lua
  735. Installing Lua
  736. Passage 1
  737. Passage 2
  738. Passage 3
  739. Passage 4
  740. Passage 5
  741. Passage 6
  742. Passage 7
  743. Passage 8
  744. Passage 9
  745. Passage 10
  746. Passage 11
  747. Passage 12
  748. Passage 13
  749. Passage 14
  750. Passage 15
  751. Passage 16
  752. Passage 17
  753. Passage 18
  754. Passage 19
  755. Passage 20
  756. Passage 21
  757. Passage 22
  758. Passage 23
  759. Passage 24
  760. Passage 25
  761. Passage 26
  762. Passage 27
  763. Passage 28
  764. Passage 29
  765. Passage 30
  766. Passage 31
  767. Passage 32
  768. Passage 33
  769. Passage 34
  770. Passage 35
  771. Passage 36
  772. Passage 37
  773. Passage 38
  774. Passage 39
  775. Passage 40
  776. Passage 41
  777. Passage 42
  778. Passage 43
  779. Passage 44
  780. Passage 45
  781. Passage 46
  782. Passage 47
  783. Passage 48
  784. Passage 49
  785. Passage 50
  786. Passage 51
  787. Passage 52
  788. Passage 53
  789. Passage 54
  790. Passage 55
  791. Passage 56
  792. Passage 57
  793. Passage 58
  794. Passage 59
  795. Passage 60
  796. Passage 61
  797. Passage 62
  798. Passage 63
  799. Passage 64
  800. Passage 65
  801. Passage 66
  802. Passage 67
  803. Passage 68
  804. Passage 69
  805. Passage 70
  806. Passage 71
  807. Passage 72
  808. Passage 73
  809. Passage 74
  810. Passage 75
  811. Passage 76
  812. Passage 77
  813. Passage 78
  814. Passage 79
  815. Passage 80
  816. Passage 81
  817. Passage 82
  818. Passage 83
  819. Passage 84
  820. Passage 85
  821. Passage 86
  822. Passage 87
  823. Passage 88
  824. Passage 89
  825. Passage 90
  826. Passage 91
  827. Passage 92
  828. Passage 93
  829. Passage 94
  830. Passage 95
  831. Passage 96
  832. Passage 97
  833. Passage 98
  834. Passage 99
  835. Passage 100
  836. Passage 101
  837. Passage 102
  838. Passage 103
  839. Passage 104
  840. Passage 105
  841. Passage 106
  842. Passage 107
  843. Passage 108
  844. Passage 109
  845. Passage 110
  846. Passage 111
  847. Passage 112
  848. Passage 113
  849. Passage 114
  850. Passage 115
  851. Passage 116
  852. Passage 117
  853. Passage 118
  854. Passage 119
  855. Passage 120
  856. Passage 121
  857. Passage 122
  858. Passage 123
  859. Passage 124
  860. Passage 125
  861. Passage 126
  862. Passage 127
  863. Passage 128
  864. Passage 129
  865. Passage 130
  866. Passage 131
  867. Passage 132
  868. Passage 133
  869. Passage 134
  870. Passage 135
  871. Passage 136
  872. Passage 137
  873. Passage 138
  874. Passage 139
  875. Passage 140
  876. Passage 141
  877. Passage 142
  878. Passage 143
  879. Passage 144
  880. Passage 145
  881. Passage 146
  882. Passage 147
  883. Passage 148
  884. Passage 149
  885. Passage 150
  886. Passage 151
  887. Passage 152
  888. Passage 153
  889. Passage 154
  890. Passage 155
  891. Passage 156
  892. Passage 157
  893. Passage 158
  894. Passage 159
  895. Passage 160
  896. Passage 161
  897. Passage 162
  898. Passage 163
  899. Passage 164
  900. Passage 165
  901. Passage 166
  902. Passage 167
  903. Passage 168
  904. Passage 169
  905. Passage 170
  906. Passage 171
  907. Passage 172
  908. Passage 173
  909. Passage 174
  910. Passage 175
  911. Passage 176
  912. Passage 177
  913. Passage 178
  914. Passage 179
  915. Passage 180
  916. Passage 181
  917. Passage 182
  918. Passage 183
  919. Passage 184
  920. Passage 185
  921. Passage 186
  922. Passage 187
  923. Passage 188
  924. Passage 189
  925. Passage 190
  926. Passage 191
  927. Passage 192
  928. Passage 193
  929. Passage 194
  930. Passage 195
  931. Passage 196
  932. Passage 197
  933. Passage 198
  934. Passage 199
  935. Passage 200
  936. Passage 201
  937. Passage 202
  938. Passage 203
  939. Passage 204
  940. Passage 205
  941. Passage 206
  942. Passage 207
  943. Passage 208
  944. Passage 209
  945. Passage 210
  946. Passage 211
  947. Passage 212
  948. Passage 213
  949. Passage 214
  950. Passage 215
  951. Passage 216
  952. Passage 217
  953. Passage 218
  954. Passage 219
  955. Passage 220
  956. Passage 221
  957. Passage 222
  958. Passage 223
  959. Passage 224
  960. Passage 225
  961. Passage 226
  962. Passage 227
  963. Passage 228
  964. Passage 229
  965. Passage 230
  966. Passage 231
  967. Passage 232
  968. Passage 233
  969. Passage 234
  970. Passage 235
  971. Passage 236
  972. Passage 237
  973. Passage 238
  974. Passage 239
  975. Passage 240
  976. Passage 241
  977. Passage 242
  978. Passage 243
  979. Passage 244
  980. Passage 245
  981. Passage 246
  982. Passage 247
  983. Passage 248
  984. Passage 249
  985. Passage 250
  986. Passage 251
  987. Passage 252
  988. Passage 253
  989. Passage 254
  990. Passage 255
  991. Passage 256
  992. Passage 257
  993. Passage 258
  994. Passage 259
  995. Passage 260
  996. Passage 261
  997. Passage 262
  998. Passage 263
  999. Passage 264
  1000. Passage 265
  1001. Passage 266
  1002. Passage 267
  1003. Passage 268
  1004. Passage 269
  1005. Passage 270
  1006. Passage 271
  1007. Passage 272
  1008. Passage 273
  1009. Passage 274
  1010. Passage 275
  1011. Passage 276
  1012. Passage 277
  1013. Passage 278
  1014. Passage 279
  1015. Passage 280
  1016. Passage 281
  1017. Passage 282
  1018. Passage 283
  1019. Passage 284
  1020. Passage 285
  1021. Passage 286
  1022. Passage 287
  1023. Passage 288
  1024. Passage 289
  1025. Passage 290
  1026. Passage 291
  1027. Passage 292
  1028. Passage 293
  1029. Passage 294
  1030. Passage 295
  1031. Passage 296
  1032. Passage 297
  1033. Passage 298
  1034. Passage 299
  1035. Passage 300
  1036. Passage 301
  1037. Passage 302
  1038. Passage 303
  1039. Passage 304
  1040. Passage 305
  1041. Passage 306
  1042. Passage 307
  1043. Passage 308
  1044. Passage 309
  1045. Passage 310
  1046. Passage 311
  1047. Passage 312
  1048. Passage 313
  1049. Passage 314
  1050. Passage 315
  1051. Question 1
  1052. Question 2
  1053. Question 3
  1054. Question 4
  1055. Question 5
  1056. Question 6
  1057. Question 7
  1058. Question 8
  1059. Question 9
  1060. Question 10
  1061. Question 11
  1062. Question 12
  1063. Question 13
  1064. Question 14
  1065. Question 15
  1066. Question 16
  1067. Question 17
  1068. Question 18
  1069. Question 19
  1070. Question 20
  1071. Question 21
  1072. Question 22
  1073. Question 23
  1074. Question 24
  1075. Question 25
  1076. Question 26
  1077. Question 27
  1078. Question 28
  1079. Question 29
  1080. Question 30
  1081. Question 31
  1082. Question 32
  1083. Question 33
  1084. Question 34
  1085. Question 35
  1086. Question 36
  1087. Question 37
  1088. Question 38
  1089. Question 39
  1090. Question 40
  1091. Question 41
  1092. Question 42
  1093. Question 43
  1094. Question 44
  1095. Question 45
  1096. Question 46
  1097. Question 47
  1098. Question 48
  1099. Ganesha Ashtottara Shatanamavali English
  1100. Ganesha Ashtottara Shatanamavali Kannada
  1101. Ganesha Ashtottara Shatanamavali Telugu
  1102. Ganesha Ashtottara Shatanamavali Hindi
  1103. Ganesha Ashtottara Shatanamavali Sanskrit
  1104. Ganesha Ashtottara Shatanamavali Tamil
  1105. Vinayaka Ashtottara Shatanamavali English
  1106. Vinayaka Ashtottara Shatanamavali Kannada
  1107. Vinayaka Ashtottara Shatanamavali Telugu
  1108. Vinayaka Ashtottara Shatanamavali Hindi
  1109. Vinayaka Ashtottara Shatanamavali Sanskrit
  1110. Vinayaka Ashtottara Shatanamavali Tamil
  1111. Ganapati Gakara Ashtottara Shatanamavali English
  1112. Ganapati Gakara Ashtottara Shatanamavali Kannada
  1113. Ganapati Gakara Ashtottara Shatanamavali Telugu
  1114. Ganapati Gakara Ashtottara Shatanamavali Hindi
  1115. Ganapati Gakara Ashtottara Shatanamavali Sanskrit
  1116. Ganapati Gakara Ashtottara Shatanamavali Tamil
  1117. Sri Subramanya Ashtottara Shatanamavali English
  1118. Sri Subramanya Ashtottara Shatanamavali Kannada
  1119. Sri Subramanya Ashtottara Shatanamavali Telugu
  1120. Sri Subramanya Ashtottara Shatanamavali Hindi
  1121. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  1122. Sri Subramanya Ashtottara Shatanamavali Tamil
  1123. Shiva Ashtottara Shatanamavali English
  1124. Shiva Ashtottara Shatanamavali Kannada
  1125. Shiva Ashtottara Shatanamavali Telugu
  1126. Shiva Ashtottara Shatanamavali Hindi
  1127. Shiva Ashtottara Shatanamavali Sanskrit
  1128. Shiva Ashtottara Shatanamavali Tamil
  1129. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  1130. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  1131. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  1132. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  1133. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  1134. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  1135. Sri Durga Ashtottara Shatanamavali English
  1136. Sri Durga Ashtottara Shatanamavali Kannada
  1137. Sri Durga Ashtottara Shatanamavali Telugu
  1138. Sri Durga Ashtottara Shatanamavali Hindi
  1139. Sri Durga Ashtottara Shatanamavali Sanskrit
  1140. Sri Durga Ashtottara Shatanamavali Tamil
  1141. Sri Krishna Ashtottara Shatanamavali English
  1142. Sri Krishna Ashtottara Shatanamavali Kannada
  1143. Sri Krishna Ashtottara Shatanamavali Telugu
  1144. Sri Krishna Ashtottara Shatanamavali Hindi
  1145. Sri Krishna Ashtottara Shatanamavali Sanskrit
  1146. Sri Krishna Ashtottara Shatanamavali Tamil
  1147. Sri Lakshmi Ashtottara Shatanamavali English
  1148. Sri Lakshmi Ashtottara Shatanamavali Kannada
  1149. Sri Lakshmi Ashtottara Shatanamavali Telugu
  1150. Sri Lakshmi Ashtottara Shatanamavali Hindi
  1151. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  1152. Sri Lakshmi Ashtottara Shatanamavali Tamil
  1153. Venkateshwara Ashtottara Shatanamavali English
  1154. Venkateshwara Ashtottara Shatanamavali Kannada
  1155. Venkateshwara Ashtottara Shatanamavali Telugu
  1156. Venkateshwara Ashtottara Shatanamavali Hindi
  1157. Venkateshwara Ashtottara Shatanamavali Sanskrit
  1158. Venkateshwara Ashtottara Shatanamavali Tamil
  1159. Batuka Bhairava Ashtottara Shatanamavali English
  1160. Batuka Bhairava Ashtottara Shatanamavali Kannada
  1161. Batuka Bhairava Ashtottara Shatanamavali Telugu
  1162. Batuka Bhairava Ashtottara Shatanamavali Hindi
  1163. Batuka Bhairava Ashtottara Shatanamavali Sanskrit
  1164. Batuka Bhairava Ashtottara Shatanamavali Tamil
  1165. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  1166. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  1167. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  1168. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  1169. Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
  1170. Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
  1171. Sri Kali Ashtottara Shatanamavali English
  1172. Sri Kali Ashtottara Shatanamavali Kannada
  1173. Sri Kali Ashtottara Shatanamavali Telugu
  1174. Sri Kali Ashtottara Shatanamavali Hindi
  1175. Sri Kali Ashtottara Shatanamavali Sanskrit
  1176. Sri Kali Ashtottara Shatanamavali Tamil
  1177. Sri Saraswati Ashtottara Shatanamavali English
  1178. Sri Saraswati Ashtottara Shatanamavali Kannada
  1179. Sri Saraswati Ashtottara Shatanamavali Telugu
  1180. Sri Saraswati Ashtottara Shatanamavali Hindi
  1181. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  1182. Sri Saraswati Ashtottara Shatanamavali Tamil
  1183. Sri Mangala Gowri Ashtottara Shatanamavali English
  1184. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  1185. Sri Mangala Gowri Ashtottara Shatanamavali Telugu
  1186. Sri Mangala Gowri Ashtottara Shatanamavali Hindi
  1187. Sri Mangala Gowri Ashtottara Shatanamavali Sanskrit
  1188. Sri Mangala Gowri Ashtottara Shatanamavali Tamil
  1189. Sri Rama Ashtottara Shatanamavali English
  1190. Sri Rama Ashtottara Shatanamavali Kannada
  1191. Sri Rama Ashtottara Shatanamavali Telugu
  1192. Sri Rama Ashtottara Shatanamavali Hindi
  1193. Sri Rama Ashtottara Shatanamavali Sanskrit
  1194. Sri Rama Ashtottara Shatanamavali Tamil
  1195. Sri Sita Ashtottara Shatanamavali (Type 1) English
  1196. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  1197. Sri Sita Ashtottara Shatanamavali (Type 1) Telugu
  1198. Sri Sita Ashtottara Shatanamavali (Type 1) Hindi
  1199. Sri Sita Ashtottara Shatanamavali (Type 1) Sanskrit
  1200. Sri Sita Ashtottara Shatanamavali (Type 1) Tamil
  1201. Sri Sita Ashtottara Shatanamavali (Type 2) English
  1202. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  1203. Sri Sita Ashtottara Shatanamavali (Type 2) Telugu
  1204. Sri Sita Ashtottara Shatanamavali (Type 2) Hindi
  1205. Sri Sita Ashtottara Shatanamavali (Type 2) Sanskrit
  1206. Sri Sita Ashtottara Shatanamavali (Type 2) Tamil
  1207. Sri Anjaneya Ashtottara Shatanamavali English
  1208. Sri Anjaneya Ashtottara Shatanamavali Kannada
  1209. Sri Anjaneya Ashtottara Shatanamavali Telugu
  1210. Sri Anjaneya Ashtottara Shatanamavali Hindi
  1211. Sri Anjaneya Ashtottara Shatanamavali Sanskrit
  1212. Sri Anjaneya Ashtottara Shatanamavali Tamil
  1213. Surya Ashtottara Shatanamavali English
  1214. Surya Ashtottara Shatanamavali Kannada
  1215. Surya Ashtottara Shatanamavali Telugu
  1216. Surya Ashtottara Shatanamavali Hindi
  1217. Surya Ashtottara Shatanamavali Sanskrit
  1218. Surya Ashtottara Shatanamavali Tamil
  1219. Chandra Ashtottara Shatanamavali English
  1220. Chandra Ashtottara Shatanamavali Kannada
  1221. Chandra Ashtottara Shatanamavali Telugu
  1222. Chandra Ashtottara Shatanamavali Hindi
  1223. Chandra Ashtottara Shatanamavali Sanskrit
  1224. Chandra Ashtottara Shatanamavali Tamil
  1225. Angaraka Ashtottara Shatanamavali English
  1226. Angaraka Ashtottara Shatanamavali Kannada
  1227. Angaraka Ashtottara Shatanamavali Telugu
  1228. Angaraka Ashtottara Shatanamavali Hindi
  1229. Angaraka Ashtottara Shatanamavali Sanskrit
  1230. Angaraka Ashtottara Shatanamavali Tamil
  1231. Budha Ashtottara Shatanamavali English
  1232. Budha Ashtottara Shatanamavali Kannada
  1233. Budha Ashtottara Shatanamavali Telugu
  1234. Budha Ashtottara Shatanamavali Hindi
  1235. Budha Ashtottara Shatanamavali Sanskrit
  1236. Budha Ashtottara Shatanamavali Tamil
  1237. Bruhaspati Ashtottara Shatanamavali English
  1238. Bruhaspati Ashtottara Shatanamavali Kannada
  1239. Bruhaspati Ashtottara Shatanamavali Telugu
  1240. Bruhaspati Ashtottara Shatanamavali Hindi
  1241. Bruhaspati Ashtottara Shatanamavali Sanskrit
  1242. Bruhaspati Ashtottara Shatanamavali Tamil
  1243. Shukra Ashtottara Shatanamavali English
  1244. Shukra Ashtottara Shatanamavali Kannada
  1245. Shukra Ashtottara Shatanamavali Telugu
  1246. Shukra Ashtottara Shatanamavali Hindi
  1247. Shukra Ashtottara Shatanamavali Sanskrit
  1248. Shukra Ashtottara Shatanamavali Tamil
  1249. Shani Ashtottara Shatanamavali English
  1250. Shani Ashtottara Shatanamavali Kannada
  1251. Shani Ashtottara Shatanamavali Telugu
  1252. Shani Ashtottara Shatanamavali Hindi
  1253. Shani Ashtottara Shatanamavali Sanskrit
  1254. Shani Ashtottara Shatanamavali Tamil
  1255. Rahu Ashtottara Shatanamavali English
  1256. Rahu Ashtottara Shatanamavali Kannada
  1257. Rahu Ashtottara Shatanamavali Telugu
  1258. Rahu Ashtottara Shatanamavali Hindi
  1259. Rahu Ashtottara Shatanamavali Sanskrit
  1260. Rahu Ashtottara Shatanamavali Tamil
  1261. Ketu Ashtottara Shatanamavali English
  1262. Ketu Ashtottara Shatanamavali Kannada
  1263. Ketu Ashtottara Shatanamavali Telugu
  1264. Ketu Ashtottara Shatanamavali Hindi
  1265. Ketu Ashtottara Shatanamavali Sanskrit
  1266. Ketu Ashtottara Shatanamavali Tamil
  1267. Dattatreya Ashtottara Shatanamavali English
  1268. Dattatreya Ashtottara Shatanamavali Kannada
  1269. Dattatreya Ashtottara Shatanamavali Telugu
  1270. Dattatreya Ashtottara Shatanamavali Hindi
  1271. Dattatreya Ashtottara Shatanamavali Sanskrit
  1272. Dattatreya Ashtottara Shatanamavali Tamil
  1273. Ayyappa Ashtottara Shatanamavali English
  1274. Ayyappa Ashtottara Shatanamavali Kannada
  1275. Ayyappa Ashtottara Shatanamavali Telugu
  1276. Ayyappa Ashtottara Shatanamavali Hindi
  1277. Ayyappa Ashtottara Shatanamavali Sanskrit
  1278. Ayyappa Ashtottara Shatanamavali Tamil
  1279. Ananta Padmanabha Ashtottara Shatanamavali English
  1280. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  1281. Ananta Padmanabha Ashtottara Shatanamavali Telugu
  1282. Ananta Padmanabha Ashtottara Shatanamavali Hindi
  1283. Ananta Padmanabha Ashtottara Shatanamavali Sanskrit
  1284. Ananta Padmanabha Ashtottara Shatanamavali Tamil
  1285. Gayatri Ashtottara Shatanamavali (Type 1) English
  1286. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  1287. Gayatri Ashtottara Shatanamavali (Type 1) Telugu
  1288. Gayatri Ashtottara Shatanamavali (Type 1) Hindi
  1289. Gayatri Ashtottara Shatanamavali (Type 1) Sanskrit
  1290. Gayatri Ashtottara Shatanamavali (Type 1) Tamil
  1291. Gayatri Ashtottara Shatanamavali (Type 2) English
  1292. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  1293. Gayatri Ashtottara Shatanamavali (Type 2) Telugu
  1294. Gayatri Ashtottara Shatanamavali (Type 2) Hindi
  1295. Gayatri Ashtottara Shatanamavali (Type 2) Sanskrit
  1296. Gayatri Ashtottara Shatanamavali (Type 2) Tamil
  1297. Sri Tulasi Ashtottara Shatanamavali English
  1298. Sri Tulasi Ashtottara Shatanamavali Kannada
  1299. Sri Tulasi Ashtottara Shatanamavali Telugu
  1300. Sri Tulasi Ashtottara Shatanamavali Hindi
  1301. Sri Tulasi Ashtottara Shatanamavali Sanskrit
  1302. Sri Tulasi Ashtottara Shatanamavali Tamil
  1303. Sri Valli Ashtottara Shatanamavali English
  1304. Sri Valli Ashtottara Shatanamavali Kannada
  1305. Sri Valli Ashtottara Shatanamavali Telugu
  1306. Sri Valli Ashtottara Shatanamavali Hindi
  1307. Sri Valli Ashtottara Shatanamavali Sanskrit
  1308. Sri Valli Ashtottara Shatanamavali Tamil
  1309. Sri Devasena Ashtottara Shatanamavali English
  1310. Sri Devasena Ashtottara Shatanamavali Kannada
  1311. Sri Devasena Ashtottara Shatanamavali Telugu
  1312. Sri Devasena Ashtottara Shatanamavali Hindi
  1313. Sri Devasena Ashtottara Shatanamavali Sanskrit
  1314. Sri Devasena Ashtottara Shatanamavali Tamil
  1315. Sri Varaha Ashtottara Shatanamavali English
  1316. Sri Varaha Ashtottara Shatanamavali Kannada
  1317. Sri Varaha Ashtottara Shatanamavali Telugu
  1318. Sri Varaha Ashtottara Shatanamavali Hindi
  1319. Sri Varaha Ashtottara Shatanamavali Sanskrit
  1320. Sri Varaha Ashtottara Shatanamavali Tamil
  1321. Sri Varahi Ashtottara Shatanamavali English
  1322. Sri Varahi Ashtottara Shatanamavali Kannada
  1323. Sri Varahi Ashtottara Shatanamavali Telugu
  1324. Sri Varahi Ashtottara Shatanamavali Hindi
  1325. Sri Varahi Ashtottara Shatanamavali Sanskrit
  1326. Sri Varahi Ashtottara Shatanamavali Tamil
  1327. Sri Veerabhadra Ashtottara Shatanamavali English
  1328. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  1329. Sri Veerabhadra Ashtottara Shatanamavali Telugu
  1330. Sri Veerabhadra Ashtottara Shatanamavali Hindi
  1331. Sri Veerabhadra Ashtottara Shatanamavali Sanskrit
  1332. Sri Veerabhadra Ashtottara Shatanamavali Tamil
  1333. Sri Hayagreeva Ashtottara Shatanamavali English
  1334. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  1335. Sri Hayagreeva Ashtottara Shatanamavali Telugu
  1336. Sri Hayagreeva Ashtottara Shatanamavali Hindi
  1337. Sri Hayagreeva Ashtottara Shatanamavali Sanskrit
  1338. Sri Hayagreeva Ashtottara Shatanamavali Tamil
  1339. Sri Shankaracharya Ashtottara Shatanamavali English
  1340. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  1341. Sri Shankaracharya Ashtottara Shatanamavali Telugu
  1342. Sri Shankaracharya Ashtottara Shatanamavali Hindi
  1343. Sri Shankaracharya Ashtottara Shatanamavali Sanskrit
  1344. Sri Shankaracharya Ashtottara Shatanamavali Tamil
  1345. Sri Raghavendra Ashtottara Shatanamavali English
  1346. Sri Raghavendra Ashtottara Shatanamavali Kannada
  1347. Sri Raghavendra Ashtottara Shatanamavali Telugu
  1348. Sri Raghavendra Ashtottara Shatanamavali Hindi
  1349. Sri Raghavendra Ashtottara Shatanamavali Sanskrit
  1350. Sri Raghavendra Ashtottara Shatanamavali Tamil
  1351. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  1352. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  1353. Satyanarayana Ashtottara Shatanamavali (Type 2) Telugu
  1354. Satyanarayana Ashtottara Shatanamavali (Type 2) Hindi
  1355. Satyanarayana Ashtottara Shatanamavali (Type 2) Sanskrit
  1356. Satyanarayana Ashtottara Shatanamavali (Type 2) Tamil
  1357. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  1358. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  1359. Sri Kalabhairava Kakara Ashtottara Shatanamavali Telugu
  1360. Sri Kalabhairava Kakara Ashtottara Shatanamavali Hindi
  1361. Sri Kalabhairava Kakara Ashtottara Shatanamavali Sanskrit
  1362. Sri Kalabhairava Kakara Ashtottara Shatanamavali Tamil
  1363. Sri Adilakshmi Ashtottara Shatanamavali English
  1364. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  1365. Sri Adilakshmi Ashtottara Shatanamavali Telugu
  1366. Sri Adilakshmi Ashtottara Shatanamavali Hindi
  1367. Sri Adilakshmi Ashtottara Shatanamavali Sanskrit
  1368. Sri Adilakshmi Ashtottara Shatanamavali Tamil
  1369. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  1370. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  1371. Sri Dhanyalakshmi Ashtottara Shatanamavali Telugu
  1372. Sri Dhanyalakshmi Ashtottara Shatanamavali Hindi
  1373. Sri Dhanyalakshmi Ashtottara Shatanamavali Sanskrit
  1374. Sri Dhanyalakshmi Ashtottara Shatanamavali Tamil
  1375. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  1376. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  1377. Sri Dhairyalakshmi Ashtottara Shatanamavali Telugu
  1378. Sri Dhairyalakshmi Ashtottara Shatanamavali Hindi
  1379. Sri Dhairyalakshmi Ashtottara Shatanamavali Sanskrit
  1380. Sri Dhairyalakshmi Ashtottara Shatanamavali Tamil
  1381. Sri Gajalakshmi Ashtottara Shatanamavali English
  1382. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  1383. Sri Gajalakshmi Ashtottara Shatanamavali Telugu
  1384. Sri Gajalakshmi Ashtottara Shatanamavali Hindi
  1385. Sri Gajalakshmi Ashtottara Shatanamavali Sanskrit
  1386. Sri Gajalakshmi Ashtottara Shatanamavali Tamil
  1387. Sri Santanalakshmi Ashtottara Shatanamavali English
  1388. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  1389. Sri Santanalakshmi Ashtottara Shatanamavali Telugu
  1390. Sri Santanalakshmi Ashtottara Shatanamavali Hindi
  1391. Sri Santanalakshmi Ashtottara Shatanamavali Sanskrit
  1392. Sri Santanalakshmi Ashtottara Shatanamavali Tamil
  1393. Sri Vijayalakshmi Ashtottara Shatanamavali English
  1394. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  1395. Sri Vijayalakshmi Ashtottara Shatanamavali Telugu
  1396. Sri Vijayalakshmi Ashtottara Shatanamavali Hindi
  1397. Sri Vijayalakshmi Ashtottara Shatanamavali Sanskrit
  1398. Sri Vijayalakshmi Ashtottara Shatanamavali Tamil
  1399. Sri Vidyalakshmi Ashtottara Shatanamavali English
  1400. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  1401. Sri Vidyalakshmi Ashtottara Shatanamavali Telugu
  1402. Sri Vidyalakshmi Ashtottara Shatanamavali Hindi
  1403. Sri Vidyalakshmi Ashtottara Shatanamavali Sanskrit
  1404. Sri Vidyalakshmi Ashtottara Shatanamavali Tamil
  1405. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  1406. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  1407. Sri Aishwaryalakshmi Ashtottara Shatanamavali Telugu
  1408. Sri Aishwaryalakshmi Ashtottara Shatanamavali Hindi
  1409. Sri Aishwaryalakshmi Ashtottara Shatanamavali Sanskrit
  1410. Sri Aishwaryalakshmi Ashtottara Shatanamavali Tamil
  1411. Sri Kamakshi Ashtottara Shatanamavali English
  1412. Sri Kamakshi Ashtottara Shatanamavali Kannada
  1413. Sri Kamakshi Ashtottara Shatanamavali Telugu
  1414. Sri Kamakshi Ashtottara Shatanamavali Hindi
  1415. Sri Kamakshi Ashtottara Shatanamavali Sanskrit
  1416. Sri Kamakshi Ashtottara Shatanamavali Tamil
  1417. Sri Pratyangira Ashtottara Shatanamavali English
  1418. Sri Pratyangira Ashtottara Shatanamavali Kannada
  1419. Sri Pratyangira Ashtottara Shatanamavali Telugu
  1420. Sri Pratyangira Ashtottara Shatanamavali Hindi
  1421. Sri Pratyangira Ashtottara Shatanamavali Sanskrit
  1422. Sri Pratyangira Ashtottara Shatanamavali Tamil
  1423. Aam Ka Mitha Achar
  1424. Aamti
  1425. Achari Paneer
  1426. Adai
  1427. Agra Petha
  1428. Extra Creamy Potato Soup
  1429. Aloo Wadiyan Rasedaar
  1430. Aloo Baigan
  1431. Aloo Bonda
  1432. Aloo Dahi Wale
  1433. Aloo Dahiwada
  1434. Aloo Gobi
  1435. Aloo Ka Bharta
  1436. Aloo Ki Khichdi
  1437. Aloo Kurkure
  1438. Aloo Mangodi
  1439. Aloo Methi
  1440. Aloo Mewawale
  1441. Aloo Palak
  1442. Aloo Patta Gobi
  1443. Aloo Phulkopir Dalna
  1444. Aloo Poha
  1445. Aloo Posto
  1446. Aloo Pulao
  1447. Aloo Sabzi
  1448. Aloo Took
  1449. Alutua
  1450. Amer Chatni
  1451. Amer Mishti Achar
  1452. Amla Ki Chutney
  1453. Amla Pickle
  1454. Amti
  1455. Anaraser Chatni
  1456. Appam
  1457. Apple and Mango Chutney
  1458. Apple and Onion Bake
  1459. Apple Jam
  1460. Apple Jelly
  1461. Apricot and Pineapple Jam
  1462. Apricot Chutney
  1463. Apricot Jam
  1464. Apricot Sauce
  1465. Aratikaaya Masala Pulusu
  1466. Arbi Pickle
  1467. Arhar Dal
  1468. Arhar Dal with Green Mango
  1469. Asoondi
  1470. Atta Chakuli
  1471. Atte Ka Seera
  1472. Aviyal
  1473. Baadusha
  1474. Baby Corn Soup (Type 1)
  1475. Baby Corn Soup (Type 2)
  1476. Badam Ka Seera
  1477. Badam Kaju Pista Burger
  1478. Badam Kheer
  1479. Bagala Baath
  1480. Baghare Baigan
  1481. Baked Brinjal Salad
  1482. Banana Chips
  1483. Banana Chutney
  1484. Bandha Kobhi Chadchadee
  1485. Basic Bean Soup
  1486. Basil and Badam Soup
  1487. Bathue Raita
  1488. Beetroot Halwa
  1489. Begun Bhaja
  1490. Bendakaya Fry
  1491. Besan Dhokla
  1492. Bhaja Muga Dali
  1493. Bharwan Baingan
  1494. Bhel Puri
  1495. Bhindi Anardana
  1496. Bhindi Bhaji
  1497. Black Bean Soup
  1498. Black Eye Beans Curry
  1499. Boiled Rice
  1500. Bombay Chapathi Sandwich
  1501. Bombay Chiwda
  1502. Boondi Raita
  1503. Bread Barfi
  1504. Brinjal Caviar
  1505. Brinjal Rice
  1506. Buttermilk Dosa
  1507. Cabbage Apple Delight
  1508. Cabbage Paratha
  1509. Cabbage Poriyal
  1510. Cabbage Raita
  1511. Carrot and Cilantro Soup
  1512. Carrot and Lentil Soup
  1513. Carrot Chutney
  1514. Carrot Halwa
  1515. Carrot Jam
  1516. Carrot Kheer
  1517. Carrot Muffin
  1518. Carrot Pickle
  1519. Carrot Rice
  1520. Carrots in Foil
  1521. Cashew Nut Chutney
  1522. Cauliflower Turnip and Carrot Pickle
  1523. Celery Payaru Thoran
  1524. Chakkar Pongal
  1525. Chana Dal
  1526. Chana Dal Paratha
  1527. Chanar Bara
  1528. Chanar Dalna
  1529. Chane Jaiselmer Ke
  1530. Charupodi
  1531. Cheese Pakora
  1532. Cheesy Potato Croquettes
  1533. Cheesy Roast Potatoes
  1534. Cherry Jam
  1535. Chhundo
  1536. Chick Peas Fondue
  1537. Chickoo Halwa
  1538. Chilli Paneer
  1539. Chinese Fried Vegetables
  1540. Cholar Dal
  1541. Chole
  1542. Chum Chum
  1543. Chunchi Patra Pitra
  1544. Cilantro Chutney
  1545. Cocktail Sauce
  1546. Coconut Barfi
  1547. Coconut Chikki
  1548. Coconut Chutney (Type 1)
  1549. Coconut Chutney (Type 2)
  1550. Coconut Chutney (Type 3)
  1551. Coconut Custard Halwa
  1552. Sri Kukke Subrahmanya Temple (Subramanya)
  1553. Manjunatha Swamy Temple (Dharmasthala)
  1554. Shree Mahaganapathi Temple (Southadka)
  1555. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  1556. Shri Idagunji Maha Ganapati Temple (Idagunji)
  1557. Mookambika Temple (Kollur)
  1558. Sri Krishna Matha (Udupi)
  1559. Sri Manjunatha Temple (Kadri)
  1560. Mangaladevi Temple (Mangalore)
  1561. Gokarnanatha Temple (Kudroli)
  1562. Sharadamba Temple (Sringeri)
  1563. Annapooreshwari Temple (Horanadu)
  1564. Durga Parameshwari Temple (Kateel)
  1565. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  1566. Shri Murudeshwara Temple (Murudeshwara)
  1567. Mahabaleshwar Temple (Gokarna)
  1568. Shri Rajarajeshwari Temple (Polali)
  1569. Shri Shankaranarayana Temple (Shankaranarayana)
  1570. Guru Narasimha Temple (Saligrama)
  1571. Shri Ananthapadmanabha Temple (Kudupu)
  1572. Shri Sada Shivarudra Temple (Ujire)
  1573. Shri Rishyasringeshwara Temple (Kigga)
  1574. Annapoorneshwari Temple (Hosanadu Kodyadka)
  1575. Shree Sharadhamba Temple (Koodli)
  1576. Kalaseshwara Temple (Kalasa)
  1577. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  1578. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  1579. Sri Vinayaka Temple (Guddattu)
  1580. Mahalasa Narayani (Verna)
  1581. Birla Radha Krishna Mandir (Sancoale)
  1582. Shree Shantadurga Temple (Ponda)
  1583. Ramnathi Temple (Loutolim)
  1584. Mahalaxmi Temple (Bandora)
  1585. Nagueshi Temple (Ponda)
  1586. Devaki Krishna Temple (Marcel)
  1587. Yoga and Bhoga Narasimha (Devarayana Durga)
  1588. Goravanahalli Mahalakshmi Temple (Tumkur)
  1589. Seebi Narasimha Swamy Temple (Tumkur)
  1590. Aprameya Swamy and Ambegalu Krishna Temple (Mallur)
  1591. Gavi Gangadhareshwara Swamy Temple (Bengaluru)
  1592. Venugopala Swamy Temple (Mysore)
  1593. Basaralu Mallikarjuna Temple (Mandya)
  1594. Dhutpapeshwar Temple (Rajapur)
  1595. Shree Marikamba Temple (Sirsi)
  1596. Sahasralinga (Sirsi)
  1597. Tarakeshwara (Hanagal)
  1598. Sodhe Sri Vadiraja Matha (Sirsi)
  1599. Shree Swarnavalli Matha (Sirsi)
  1600. Mahadev Temple (Tambdi Surla)
  1601. Shripad Shrivallabha Dattatreya Temple (Kuruvapura)
  1602. Sri Raghavendra Swamy Mutt (Mantralayam)
  1603. Virupaksha Temple (Bellary)
  1604. Hazara Rama Temple (Bellary)
  1605. Sandur Kumaraswamy Temple (Bellary)
  1606. Pattadakallu Virupaksha Temple (Bagalkot)
  1607. Kudalasangama Sangameshwara Temple (Bagalkot)
  1608. Banashankari Temple (Badami)
  1609. ISKCON Krishna Temple (Bengaluru)
  1610. Halasuru Someshwara Temple (Bengaluru)
  1611. Kadu Malleshwara Temple (Bengaluru)
  1612. Nayakanahatti Thipperudra Swamy Temple (Chitradurga)
  1613. Halurameshwara Temple (Chitradurga)
  1614. Ghati Subramanya Temple (Doddaballapur)
  1615. Begur Panchalingeshwara Temple (Bengaluru)
  1616. Champakadhama Swamy Temple (Bengaluru)
  1617. Ragigudda Sri Prasanna Anjaneya Swamy Temple (Bengaluru)
  1618. The Monkey and the Wedge
  1619. The Jackal and the Drum
  1620. The Fall and Rise of a Merchant
  1621. The Foolish Sage
  1622. The Greedy Jackal and the Fighting Goats
  1623. The Clever Crows and the Cunning Jackal
  1624. The Cunning Heron and the Clever Crab
  1625. The Clever Hare and the Foolish Lion
  1626. The Bug and the Flea
  1627. The story of a Blue Jackal
  1628. The Lion, the Camel, the Jackal and the Crow
  1629. The Tittibha Birds and the Sea