photo

Omar Joya


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
File Exchange

2 Files

Cody

0 Problems
3 Solutions

RANK
N/A
of 300,513

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
10,611 of 21,018

REPUTATION
54

AVERAGE RATING
4.50

CONTRIBUTIONS
2 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
437

RANK
79,479
of 169,480

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Date Converter: Gregorian, Persian, and Islamic calendars
Converts dates across Gregorian, Persian/ Jalali (Solar Hijri), and Islamic Lunar Hijri calendars

5 years ago | 2 downloads |

4.0 / 5

Submitted


Abjad calculator
Calculates Abjad numerical values of Arabic/Persian words or texts

7 years ago | 1 download |

0.0 / 5

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

7 years ago

Solved


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

7 years ago

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

7 years ago