An open API service providing repository metadata for many open source software ecosystems.

GitHub / cmartinezal 2 Repositories

Senior Software Engineer

cmartinezal/REST-API

REST API built with Flask and documented with Swagger

Language: Python - Size: 66.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

cmartinezal/cmartinezal

Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

cmartinezal/Download-folder-Alfresco

Download folders from Alfresco using CMIS and REST API

Language: Python - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 1

cmartinezal/finance

Webpage built using Flask. CS50 Problem Set 9.

Language: HTML - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/birthdays

Webpage built using Flask. CS50 Problem Set 9.

Language: HTML - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/homepage

Webpage built using HTML, CSS, and JavaScript. CS50 Problem Set 8.

Language: CSS - Size: 13.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/trivia

Webpage to answer trivia questions. CS50 Problem Set 8.

Language: HTML - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/IMDb-movies

SQL queries to answer questions about a SQLite database that stores data from IMDb about movies. CS50 Problem Set 7.

Language: SQL - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/Spotify-songs

SQL queries to answer questions about a database of the 100 most-streamed songs on Spotify in 2018. CS50 Problem Set 7.

Language: SQL - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/Fiftyville

Solve the mystery of the stolen CS50 duck using just the information in the SQLite database. CS50 Problem Set 7.

Language: SQL - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/dna

A program that identifies to whom a sequence of DNA belongs. CS50 Problem Set 6.

Language: Python - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/readability

Program that calculates the grade level needed to comprehend some text. CS50 Problem Set 2 & 6.

Language: C - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/credit-card-number-validation

Validate credit card number using Luhn’s algorithm. CS50 Problem Set 1 & 6.

Language: C - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/Super-Mario-Pyramids

A program that recreates adjacent pyramids of blocks, using hashes (#) for bricks. CS50 Problem Set 1 & 6.

Language: C - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/speller

Program in C that spell-checks a file. CS50 Problem Set 5

Language: C - Size: 12.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/inheritance

Program in C to simulate the inheritance of blood types. CS50 Problem Set 5

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/image-recover

Program in C to recover JPEGs from a memory card. CS50 Problem Set 4.

Language: C - Size: 472 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/image-filter

Program in C to apply a filter to an image. CS50 Problem Set 4.

Language: C - Size: 2.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/volume

Program in C to scale volume of a wav file by a given factor. CS50 Problem Set 4.

Language: C - Size: 305 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/Tideman

Program in C to simulate an election by the Tideman voting method. CS50 Problem Set 3.

Language: C - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/plurality

Program in C that runs a plurality election. CS50 Problem Set 3.

Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/taco-game

A game to catch a taco made with scratch. CS50 Problem Set 0.

Size: 369 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/substitution

Program in C that enables you to encrypt messages using a substitution cipher. CS50 Problem Set 2.

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/scrabble

Program in C that determines the winner of a short Scrabble-like game

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cmartinezal/Reverse-Linked-List

How to reverse a linked list both iterative and recursive

Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cmartinezal/Pascal-s-Triangle

Solving Pascal's Triangle math problem in Python

Language: Jupyter Notebook - Size: 66.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cmartinezal/Climbing-Stairs-Problem

Climbing Stairs Problem

Language: Jupyter Notebook - Size: 20.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cmartinezal/Array-to-BST

Convert Sorted Array to Binary Search Tree

Language: Jupyter Notebook - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

cmartinezal/Basic-REST-API

A basic REST API implemented in NodeJS and documented with Swagger that uses JWT authentication

Language: JavaScript - Size: 58.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cmartinezal/Binary-Tree-Traversal

Operations to traverse a binary tree

Language: Jupyter Notebook - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0