Results for "Haskell OS Info"

Total results: 693

  1. Java Program to find area of circle
  2. Java Program to find area of square
  3. Java Program to find area of rectangle
  4. Java Program to find perimeter of circle
  5. Java Program to find perimeter of square
  6. Java Program to find perimeter of rectangle
  7. Java Program to read information about a student from the user and display the same with the use of classes and objects
  8. Java Program to convert Miles to Kilometer
  9. Java Program to find fibonacci series of a number using methods
  10. Java Program to find fibonacci series of a number using recursion
  11. Java Program to find the area of a pentagon
  12. Java Program example to demonstrate String charAt method
  13. Java Program example to demonstrate String compareTo method
  14. Java Program example to demonstrate String compareToIgnoreCase method
  15. Java Program example to demonstrate String contentEquals method
  16. Java Program example to demonstrate String concat method
  17. Java Program to demonstrate Integer wrapper class
  18. Java Program to demonstrate Float wrapper class
  19. Java Program to demonstrate Boolean wrapper class
  20. Java Program to demonstrate Byte wrapper class
  21. Java Program to Create a File
  22. Java Program to Rename a File
  23. Java Program to show usage of Enum which prints the size of coffee mug
  24. Java Program to show usage of this pointer using Order Pizza Program
  25. Java Program to demonstrate packages
  26. Java Program to pick random value from enumerations
  27. Java Program to find area of different shapes using inheritance
  28. Java Program to demonstrate multilevel inheritance
  29. Java Program for Stack Simulation
  30. Java Program for Queue Simulation
  31. Java Program to demonstrate NullPointerException
  32. Java Program to create a user defined LinkedList class and store list of books and display
  33. Java Program to calculate Student Average of a Class using User defined Storage Classes
  34. Java Program to demonstrate stack class in Collection framework
  35. Java Swing Program to demonstrate Jlabel
  36. Java Swing Program to demonstrate JLabel with Icon
  37. Java Swing Program to demonstrate JLabel with Text and Icon
  38. Java Swing Program to demonstrate JTextField
  39. Java Swing Program to demonstrate JTextField with Text
  40. Java Swing Program to demonstrate JButton
  41. Java Swing Program to demonstrate JButton with Icon
  42. Java Swing Program to demonstrate JButton with Text and Icon
  43. Java Swing Program to demonstrate JButton Action TextField
  44. Java Swing Program to demonstrate JCheckBox with Text
  45. Java Program to sort an array using Insertion Sort
  46. Java Program to insert element to an array
  47. Java Program to insert element to an array at specified position
  48. Java program to concatenate two arrays using array copy method
  49. Java program to concatenate two arrays using Collections
  50. Java program to concatenate two arrays using Stream API
  51. Java program to merge two arrays one after the other
  52. Java program to reverse ArrayList
  53. Java program to sort array using Collections reverseOrder method
  54. Java program to sort string array in descending order using collections
  55. Java program to reverse a string using recursion
  56. Java Program to add two binary numbers
  57. Java Program to add two binary numbers using ParseInt
  58. Java Program to print all substrings of a given string
  59. Java Program to sort the given string Alphabetically using Comparator
  60. Java Program to sort the given string in reverse order using Comparator
  61. Java Program to multiply two matrices
  62. Python Program to print Hello World
  63. Python Program to find division of two integer numbers
  64. Python Program to find biggest of two integer numbers
  65. Python Program to swap two numbers using temporary variable
  66. Python Program to find ASCII value of a character or digit
  67. Python Program to find ASCII value of a character or digit entered by the user
  68. Python Program to reverse an integer number
  69. Python Program to find sum of digits
  70. Python Program to find maximum element in an array
  71. Python Program to sort an array using Insertion Sort
  72. Python Program to check if a given number is Prime or not
  73. C Program to show different formatting in output using printf
  74. C Program to perform arithmetic operations using floating point variables
  75. C Program to check if a triangle is Isosceles Equilateral or Scalene
  76. C Program to find profit or loss
  77. C Program to find positive negative or zero using Conditional Operator
  78. C Program to find positive negative or zero using If Else statement
  79. C Program to find factorial of a number using functions
  80. C Program to search a key element using Binary Search method
  81. C Program to search a key element using Binary Search using Functions
  82. C Program to search a key element using Linear Search method
  83. C Program to search a key element using Linear Search using Functions
  84. C Program to transpose a matrix
  85. C Program to implement basic operation of Stacks using structures
  86. C Program to implement Stacks using Singly Linked List
  87. C Program to implement Stacks using Circular Linked List
  88. C Program to convert a valid Infix expression to postfix using Stacks
  89. C Program to convert a valid Infix expression to postfix using Structures
  90. C Program to evaluate a valid Postfix expression using Stacks
  91. C Program to search a key element using linear search using recursion
  92. C Program to search a key element using binary search using recursion
  93. C Program to implement basic operations of Linear Queue using arrays and pointers
  94. C Program to implement basic operations of Circular Queue using arrays and pointers
  95. C Program to implement Priority Queues using array of structures
  96. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  97. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  98. 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
  99. 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
  100. 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
  101. 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
  102. C Program to implement Linear Queue using Singly Linked List
  103. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  104. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  105. 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
  106. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  107. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  108. C Program to implement Prim's Algorithm
  109. C Program to implement Warshall's algorithm
  110. C Program to find square of a number using macro functions
  111. C Program to add matrices using pointer
  112. C Program to create union of structures of an employee and display the details
  113. C Program to read a text file
  114. C Program to read and print contents of a file using static memory allocation
  115. C Program to read and print contents of a file using dynamic memory allocation
  116. C Program to convert contents of a file to upper case
  117. C Program to copy contents from file to another file
  118. C Program to display the same source code on terminal
  119. C++ Program to print Hello World
  120. C++ Program to initialize different datatypes and print the same on terminal
  121. C++ Program to find the sum of two integer numbers
  122. C++ Program to find the difference of two integer numbers
  123. C++ Program to find the product of two integer numbers
  124. C++ Program to find the division of two integer numbers
  125. C++ Program to find the sum of two integer numbers using classes and objects
  126. C++ Program to show usage of classes and objects
  127. C++ Program to find biggest of two numbers
  128. C++ Program to find biggest of three numbers
  129. C++ Program to sort an array using Merge Sort
  130. C++ Program to sort an array using Insertion Sort
  131. C++ Program to find biggest of two numbers using Inline Functions
  132. C++ Program to demonstrate sizeof operator
  133. C++ Program to demonstrate usage of reference types
  134. C++ Program to find sum of two numbers using pointer returning functions
  135. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  136. C++ Program to demonstrate constructor overloading
  137. C++ Program to generate fibonacci series
  138. C++ Program to generate fibonacci series using class
  139. C++ Program to find factorial of a number without classes
  140. C++ Program to find factorial of a number using classes
  141. C++ Program to find factorial of a number using copy constructor
  142. C++ Program to demonstrate the use of address and value operator
  143. C++ Program to find square of a number using templates
  144. C++ Program to find power of a number without inbuilt function
  145. C++ Program to print sum of n natural numbers using do while
  146. C++ Program to check if entered number is prime or not using classes
  147. C++ Program to convert Kilometers to miles
  148. C++ Program to convert binary to octal
  149. C++ Program to convert decimal to hexadecimal
  150. C++ Program to convert octal to binary
  151. C++ Program to reverse an integer number using for
  152. C++ Program to reverse an integer number using while
  153. C++ Program to reverse an integer number using do while
  154. C++ Program to reverse a string using for
  155. C++ Program to reverse a string using while
  156. C++ Program to reverse a string using do while
  157. C++ Program to find odd or even using If Else statement
  158. C++ Program to add two complex numbers
  159. C++ Program to find area of square using constructor
  160. C++ Program to find area of rectangle using constructor
  161. C++ Program to find area of circle using constructor
  162. C++ Program to find area of pentagon
  163. C++ Program to find area of shapes using constructor overloading
  164. C++ Program to find sum of two arrays
  165. C++ Program to add two matrix
  166. C++ Program to print n even numbers within range
  167. C++ Program to print n odd numbers within range
  168. C++ Program to print the sum of n even numbers using while
  169. C++ Program to print the sum of n even numbers using do while
  170. C++ Program to print the sum of n even numbers within range using for
  171. C++ Program to print the sum of n even numbers within range using while
  172. C++ Program to print the sum of n even numbers within range using do while
  173. C++ Program to print the sum of n odd numbers using while
  174. C++ Program to print the sum of n odd numbers using do while
  175. C++ Program to print the sum of n odd numbers within range using for
  176. C++ Program to print the sum of n odd numbers within range using while
  177. C++ Program to print the sum of n odd numbers within range using do while
  178. C++ Program to print the sum of n odd and even numbers using while
  179. C++ Program to print the sum of n odd and even numbers using do while
  180. C++ Program to print the sum of n odd and even numbers within range using for
  181. C++ Program to print the sum of n odd and even numbers within range using while
  182. C++ Program to print the sum of n odd and even numbers within range using do while
  183. C++ Program to demonstrate single inheritance
  184. C++ Program to implement Stacks
  185. C# Program to calculate area of pentagon
  186. C# Program to sort an array using Insertion Sort
  187. C# program to find Area of Isoceles Triangle
  188. C# program to find Perimeter of Isosceles Triangle
  189. C# program to check Positive or Negative Number
  190. PHP Program to display user name
  191. Shell Script to find if a number is positive or negative or zero
  192. Shell Script to print login information
  193. ADA Program to print Hello World
  194. ADA Program to print a string entered by user
  195. Haskell Program to print hello world
  196. Haskell Program to print integer entered by the user
  197. Haskell Program to print string entered by the user
  198. Haskell Program to print system information
  199. Haskell Program to print Fibonacci series
  200. Haskell Program to print factorial of a number
  201. Haskell Program to add two numbers
  202. Haskell Program to subtract two numbers
  203. Haskell Program to multiply two numbers
  204. Haskell Program to divide two numbers
  205. Haskell Program to convert string to lower case
  206. Haskell Program to convert string to upper case
  207. Julia Program to check if a number is prime number or not
  208. Swift Program to demonstrate typewrapping integer value
  209. Swift Program to print information of a person using structures
  210. Swift Program to print information of a student using classes
  211. F# program to check Positive or Negative Number
  212. Introduction to Java
  213. Java Virtual Machine (JVM) and Bytecode
  214. Features of Java
  215. Setting up the Java Development Kit (JDK)
  216. Difference Between Oracle JDK and OpenJDK
  217. Integrated Development Environments (IDEs) for Java
  218. Java Keywords
  219. Java identifiers
  220. Lists in Python
  221. Strings in Python
  222. File Handling in Python
  223. Introduction to Lua
  224. Installing Lua
  225. Passage 1
  226. Passage 2
  227. Passage 3
  228. Passage 4
  229. Passage 5
  230. Passage 6
  231. Passage 7
  232. Passage 8
  233. Passage 9
  234. Passage 10
  235. Passage 11
  236. Passage 12
  237. Passage 13
  238. Passage 14
  239. Passage 15
  240. Passage 16
  241. Passage 17
  242. Passage 18
  243. Passage 19
  244. Passage 20
  245. Passage 21
  246. Passage 22
  247. Passage 23
  248. Passage 24
  249. Passage 25
  250. Passage 26
  251. Passage 27
  252. Passage 28
  253. Passage 29
  254. Passage 30
  255. Passage 31
  256. Passage 32
  257. Passage 33
  258. Passage 34
  259. Passage 35
  260. Passage 36
  261. Passage 37
  262. Passage 38
  263. Passage 39
  264. Passage 40
  265. Passage 41
  266. Passage 42
  267. Passage 43
  268. Passage 44
  269. Passage 45
  270. Passage 46
  271. Passage 47
  272. Passage 48
  273. Passage 49
  274. Passage 50
  275. Passage 51
  276. Passage 52
  277. Passage 53
  278. Passage 54
  279. Passage 55
  280. Passage 56
  281. Passage 57
  282. Passage 58
  283. Passage 59
  284. Passage 60
  285. Passage 61
  286. Passage 62
  287. Passage 63
  288. Passage 64
  289. Passage 65
  290. Passage 66
  291. Passage 67
  292. Passage 68
  293. Passage 69
  294. Passage 70
  295. Passage 71
  296. Passage 72
  297. Passage 73
  298. Passage 74
  299. Passage 75
  300. Passage 76
  301. Passage 77
  302. Passage 78
  303. Passage 79
  304. Passage 80
  305. Passage 81
  306. Passage 82
  307. Passage 83
  308. Passage 84
  309. Passage 85
  310. Passage 86
  311. Passage 87
  312. Passage 88
  313. Passage 89
  314. Passage 90
  315. Passage 91
  316. Passage 92
  317. Passage 93
  318. Passage 94
  319. Passage 95
  320. Passage 96
  321. Passage 97
  322. Passage 98
  323. Passage 99
  324. Passage 100
  325. Passage 101
  326. Passage 102
  327. Passage 103
  328. Passage 104
  329. Passage 105
  330. Passage 106
  331. Passage 107
  332. Passage 108
  333. Passage 109
  334. Passage 110
  335. Passage 111
  336. Passage 112
  337. Passage 113
  338. Passage 114
  339. Passage 115
  340. Passage 116
  341. Passage 117
  342. Passage 118
  343. Passage 119
  344. Passage 120
  345. Passage 121
  346. Passage 122
  347. Passage 123
  348. Passage 124
  349. Passage 125
  350. Passage 126
  351. Passage 127
  352. Passage 128
  353. Passage 129
  354. Passage 130
  355. Passage 131
  356. Passage 132
  357. Passage 133
  358. Passage 134
  359. Passage 135
  360. Passage 136
  361. Passage 137
  362. Passage 138
  363. Passage 139
  364. Passage 140
  365. Passage 141
  366. Passage 142
  367. Passage 143
  368. Passage 144
  369. Passage 145
  370. Passage 146
  371. Passage 147
  372. Passage 148
  373. Passage 149
  374. Passage 150
  375. Passage 151
  376. Passage 152
  377. Passage 153
  378. Passage 154
  379. Passage 155
  380. Passage 156
  381. Passage 157
  382. Passage 158
  383. Passage 159
  384. Passage 160
  385. Passage 161
  386. Passage 162
  387. Passage 163
  388. Passage 164
  389. Passage 165
  390. Passage 166
  391. Passage 167
  392. Passage 168
  393. Passage 169
  394. Passage 170
  395. Passage 171
  396. Passage 172
  397. Passage 173
  398. Passage 174
  399. Passage 175
  400. Passage 176
  401. Passage 177
  402. Passage 178
  403. Passage 179
  404. Passage 180
  405. Passage 181
  406. Passage 182
  407. Passage 183
  408. Passage 184
  409. Passage 185
  410. Passage 186
  411. Passage 187
  412. Passage 188
  413. Passage 189
  414. Passage 190
  415. Passage 191
  416. Passage 192
  417. Passage 193
  418. Passage 194
  419. Passage 195
  420. Passage 196
  421. Passage 197
  422. Passage 198
  423. Passage 199
  424. Passage 200
  425. Passage 201
  426. Passage 202
  427. Passage 203
  428. Passage 204
  429. Passage 205
  430. Passage 206
  431. Passage 207
  432. Passage 208
  433. Passage 209
  434. Passage 210
  435. Passage 211
  436. Passage 212
  437. Passage 213
  438. Passage 214
  439. Passage 215
  440. Passage 216
  441. Passage 217
  442. Passage 219
  443. Passage 220
  444. Passage 221
  445. Passage 222
  446. Passage 223
  447. Passage 224
  448. Passage 225
  449. Passage 226
  450. Passage 227
  451. Passage 228
  452. Passage 229
  453. Passage 230
  454. Passage 231
  455. Passage 232
  456. Passage 233
  457. Passage 234
  458. Passage 235
  459. Passage 236
  460. Passage 237
  461. Passage 238
  462. Passage 239
  463. Passage 240
  464. Passage 241
  465. Passage 242
  466. Passage 243
  467. Passage 244
  468. Passage 245
  469. Passage 246
  470. Passage 247
  471. Passage 248
  472. Passage 249
  473. Passage 250
  474. Passage 251
  475. Passage 252
  476. Passage 253
  477. Passage 254
  478. Passage 255
  479. Passage 256
  480. Passage 257
  481. Passage 258
  482. Passage 259
  483. Passage 260
  484. Passage 261
  485. Passage 262
  486. Passage 263
  487. Passage 264
  488. Passage 265
  489. Passage 266
  490. Passage 267
  491. Passage 268
  492. Passage 269
  493. Passage 270
  494. Passage 271
  495. Passage 272
  496. Passage 273
  497. Passage 274
  498. Passage 275
  499. Passage 276
  500. Passage 277
  501. Passage 278
  502. Passage 279
  503. Passage 280
  504. Passage 281
  505. Passage 282
  506. Passage 283
  507. Passage 284
  508. Passage 285
  509. Passage 286
  510. Passage 287
  511. Passage 288
  512. Passage 289
  513. Passage 290
  514. Passage 291
  515. Passage 292
  516. Passage 293
  517. Passage 294
  518. Passage 295
  519. Passage 296
  520. Passage 297
  521. Passage 298
  522. Passage 299
  523. Passage 300
  524. Question 2
  525. Question 4
  526. Question 5
  527. Question 6
  528. Question 7
  529. Question 8
  530. Question 9
  531. Question 10
  532. Question 12
  533. Question 13
  534. Question 14
  535. Question 17
  536. Question 18
  537. Question 19
  538. Question 20
  539. Question 21
  540. Question 28
  541. Question 29
  542. Question 30
  543. Question 32
  544. Question 36
  545. Question 37
  546. Question 38
  547. Question 40
  548. Question 41
  549. Question 42
  550. Question 44
  551. Question 45
  552. Question 46
  553. Question 47
  554. Question 48
  555. Ganesha Ashtottara Shatanamavali Kannada
  556. Vinayaka Ashtottara Shatanamavali English
  557. Vinayaka Ashtottara Shatanamavali Tamil
  558. Ganapati Gakara Ashtottara Shatanamavali English
  559. Ganapati Gakara Ashtottara Shatanamavali Kannada
  560. Ganapati Gakara Ashtottara Shatanamavali Telugu
  561. Ganapati Gakara Ashtottara Shatanamavali Hindi
  562. Ganapati Gakara Ashtottara Shatanamavali Tamil
  563. Sri Subramanya Ashtottara Shatanamavali Telugu
  564. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  565. Sri Subramanya Ashtottara Shatanamavali Tamil
  566. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  567. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  568. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  569. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  570. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  571. Sri Durga Ashtottara Shatanamavali English
  572. Sri Durga Ashtottara Shatanamavali Kannada
  573. Sri Lakshmi Ashtottara Shatanamavali English
  574. Sri Lakshmi Ashtottara Shatanamavali Kannada
  575. Sri Lakshmi Ashtottara Shatanamavali Telugu
  576. Sri Lakshmi Ashtottara Shatanamavali Hindi
  577. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  578. Sri Lakshmi Ashtottara Shatanamavali Tamil
  579. Venkateshwara Ashtottara Shatanamavali English
  580. Venkateshwara Ashtottara Shatanamavali Kannada
  581. Venkateshwara Ashtottara Shatanamavali Telugu
  582. Venkateshwara Ashtottara Shatanamavali Hindi
  583. Venkateshwara Ashtottara Shatanamavali Sanskrit
  584. Venkateshwara Ashtottara Shatanamavali Tamil
  585. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  586. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  587. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  588. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  589. Sri Mangala Gowri Ashtottara Shatanamavali English
  590. Sri Rama Ashtottara Shatanamavali English
  591. Sri Sita Ashtottara Shatanamavali (Type 1) English
  592. Chandra Ashtottara Shatanamavali English
  593. Angaraka Ashtottara Shatanamavali English
  594. Bruhaspati Ashtottara Shatanamavali English
  595. Shani Ashtottara Shatanamavali English
  596. Ananta Padmanabha Ashtottara Shatanamavali English
  597. Sri Tulasi Ashtottara Shatanamavali English
  598. Sri Valli Ashtottara Shatanamavali English
  599. Sri Shankaracharya Ashtottara Shatanamavali English
  600. Sri Raghavendra Ashtottara Shatanamavali English
  601. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  602. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  603. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  604. Sri Gajalakshmi Ashtottara Shatanamavali English
  605. Sri Santanalakshmi Ashtottara Shatanamavali English
  606. Aam Ka Mitha Achar
  607. Aamti
  608. Achari Paneer
  609. Adai
  610. Agra Petha
  611. Extra Creamy Potato Soup
  612. Aloo Methi
  613. Aloo Mewawale
  614. Aloo Poha
  615. Aloo Posto
  616. Aloo Took
  617. Amer Chatni
  618. Amla Ki Chutney
  619. Amla Pickle
  620. Anaraser Chatni
  621. Appam
  622. Apple and Onion Bake
  623. Asoondi
  624. Atta Chakuli
  625. Atte Ka Seera
  626. Baadusha
  627. Badam Ka Seera
  628. Badam Kaju Pista Burger
  629. Badam Kheer
  630. Baked Brinjal Salad
  631. Banana Chips
  632. Banana Chutney
  633. Bathue Raita
  634. Beetroot Halwa
  635. Bombay Chapathi Sandwich
  636. Bread Barfi
  637. Buttermilk Dosa
  638. Cabbage Apple Delight
  639. Cabbage Paratha
  640. Carrot Chutney
  641. Carrot Halwa
  642. Carrot Kheer
  643. Carrot Muffin
  644. Carrot Pickle
  645. Carrots in Foil
  646. Cashew Nut Chutney
  647. Cauliflower Turnip and Carrot Pickle
  648. Chanar Bara
  649. Chanar Dalna
  650. Charupodi
  651. Sri Kukke Subrahmanya Temple (Subramanya)
  652. Manjunatha Swamy Temple (Dharmasthala)
  653. Shree Mahaganapathi Temple (Southadka)
  654. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  655. Shri Idagunji Maha Ganapati Temple (Idagunji)
  656. Mookambika Temple (Kollur)
  657. Sri Krishna Matha (Udupi)
  658. Sri Manjunatha Temple (Kadri)
  659. Mangaladevi Temple (Mangalore)
  660. Gokarnanatha Temple (Kudroli)
  661. Sharadamba Temple (Sringeri)
  662. Annapooreshwari Temple (Horanadu)
  663. Durga Parameshwari Temple (Kateel)
  664. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  665. Shri Murudeshwara Temple (Murudeshwara)
  666. Mahabaleshwar Temple (Gokarna)
  667. Shri Rajarajeshwari Temple (Polali)
  668. Shri Shankaranarayana Temple (Shankaranarayana)
  669. Guru Narasimha Temple (Saligrama)
  670. Shri Ananthapadmanabha Temple (Kudupu)
  671. Shri Sada Shivarudra Temple (Ujire)
  672. Shri Shishileshwara Temple (Shishila)
  673. Shri Vaidyanatheshwara Temple (Kokkada)
  674. Shri Rishyasringeshwara Temple (Kigga)
  675. Annapoorneshwari Temple (Hosanadu Kodyadka)
  676. Shree Sharadhamba Temple (Koodli)
  677. Sri Surya Narayana Temple (Naravi)
  678. Kalaseshwara Temple (Kalasa)
  679. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  680. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  681. Sri Vinayaka Temple (Guddattu)
  682. The Monkey and the Wedge
  683. The Jackal and the Drum
  684. The Fall and Rise of a Merchant
  685. The Foolish Sage
  686. The Greedy Jackal and the Fighting Goats
  687. The Clever Crows and the Cunning Jackal
  688. The Cunning Heron and the Clever Crab
  689. The Clever Hare and the Foolish Lion
  690. The Bug and the Flea
  691. The story of a Blue Jackal
  692. The Lion, the Camel, the Jackal and the Crow
  693. The Tittibha Birds and the Sea