Results for "Ruby Class"

Total results: 1214

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