Codiga Snippets, page 84
Full list of public snippets in Codiga
Name | Language | Author | Uses |
---|---|---|---|
Generate random number | C++ |
| 0 |
Is Palindrome | C++ |
| 0 |
Even or Odd | C++ |
| 0 |
Read file | C++ |
| 9 |
Create file | C++ |
| 1 |
Lexicographical sorting | C++ |
| 2 |
Calculate Standard Deviation | C++ |
| 2 |
Largest Element of array | C++ |
| 3 |
Reverse string with recursion | C++ |
| 1 |
Octal to Binary | C++ |
| 0 |
Binary to Octal | C++ |
| 0 |
Decimal to Octal | C++ |
| 1 |
Octal to Decimal | C++ |
| 1 |
Decimal to Binary | C++ |
| 0 |
Binary to Decimal | C++ |
| 22 |
Floyd's Triangle | C |
| 0 |
Pascal's Triangle | C |
| 1 |
Inverted full pyramid of * | C |
| 0 |
Full Pyramid of Numbers | C |
| 0 |
Full Pyramid of * | C |
| 0 |
Inverted half pyramid of num | C |
| 0 |
Inverted half pyramid of * | C |
| 0 |
Half Pyramid of Alphabets | C |
| 1 |
Half Pyramid of Numbers | C |
| 1 |
Half Pyramid of * | C |
| 0 |
Factors of number | C |
| 0 |
Armstrong Number between two | C |
| 0 |
Check Armstrong Number | C |
| 0 |
Is Prime between two numbers | C |
| 0 |
Check if prime | C |
| 1 |
Check if palindrome | C |
| 2 |
Lowest common multiple | C |
| 0 |
Leap Year | C |
| 0 |
Generate a fibonacci | C |
| 0 |
Even or Odd | C |
| 0 |
Read and print integer | C |
| 2 |
Allocate with calloc | C |
| 0 |
Print size_t | C |
| 1 |
Print pointer | C |
| 1 |
Print char | C |
| 0 |
Print int | C |
| 4 |
Print float | C |
| 4 |
Create virtual table | C |
| 1 |
Linked list template | C |
| 9 |
Header guard | C |
| 1 |
Basic template stlib | C |
| 0 |
Basic template | C |
| 29 |
Create class in Python | Python | JD Julien Delange | 71 |
Create static logger | Java |
| 60 |
Create Hibernate entity | Java |
| 39 |