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

GitHub / codophobia 6 Repositories

Languages: C,C++ and Python Intersted in Data Structures and Algorithms, Linux, Networking.

codophobia/flask-hello-world-devops-project

Build and deploy simple flask application using Jenkins and Kubernetes

Language: Python - Size: 5.09 MB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 83 - Forks: 107

codophobia/process-scheduling-algorithms

Program for scheduling algorithms in C++

Language: C++ - Size: 12.7 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 60 - Forks: 35

codophobia/Multi-Client-Server-Chat

Group chat program where there is a single server and multiple clients. The server forwards a client's message to all the other clients.

Language: C - Size: 1.95 KB - Last synced at: 16 days ago - Pushed at: over 8 years ago - Stars: 16 - Forks: 17

codophobia/pycricbuzz

A Pythonic interface to cricbuzz, with options to get live scores, live commentary and scorecards.

Language: Python - Size: 43 KB - Last synced at: 26 days ago - Pushed at: over 5 years ago - Stars: 81 - Forks: 55

codophobia/CricketScorePredictor

Using machine learning algorithms to predict first innings score in limited overs cricket matches

Language: Python - Size: 5.03 MB - Last synced at: 16 days ago - Pushed at: about 6 years ago - Stars: 41 - Forks: 31

codophobia/Spoj-Solutions

Contains solutions of all the problems I have solved on spoj

Language: C++ - Size: 89.8 KB - Last synced at: 16 days ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 5

codophobia/Network-communication-protocols

Code examples in Python to understand popular network communication protocols like TCP, HTTP and RPC

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

codophobia/JavaCricbuzz

A Java interface to cricbuzz, with options to get live scores and live commentary.

Language: Java - Size: 7.81 KB - Last synced at: 16 days ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 5

codophobia/readers-writers-solution-in-c

First readers writers solution using semaphore and mutex in c

Language: C - Size: 468 KB - Last synced at: 16 days ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 18

codophobia/CricketScoreCards

Scorecards of ODI,T-20 and Test Matches in JSON format

Size: 3.34 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 2

codophobia/key-value-cache-thrift-python

Implement a simple key value cache using thrift and Python

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

codophobia/producer-consumer-problem-solution-in-c

Producer-consumer problem solution using semaphore and mutex

Language: C - Size: 397 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 20

codophobia/Single-Server-Client-Chat

A server and client program based on TCP protocol which helps in two way chat.

Language: C - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

codophobia/Tic-Tac-Toe-Game

A two player tic-tac-toe game made using django. It uses minimax algorithm.

Language: Python - Size: 78.1 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/pycluster Fork of daveti/pycluster

Python Clustering

Language: Python - Size: 1020 KB - Last synced at: about 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

codophobia/python-code-snippets

Code snippets on how to use different features in Python 3

Size: 2.93 KB - Last synced at: 16 days ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 13

codophobia/dbscan Fork of choffstein/dbscan

Python implementation of 'Density Based Spatial Clustering of Applications with Noise'

Language: Python - Size: 101 KB - Last synced at: about 2 years ago - Pushed at: almost 10 years ago - Stars: 0 - Forks: 0

codophobia/jredis Fork of alphazero/jredis

Java Client and Connectors for Redis

Language: Java - Size: 8.44 MB - Last synced at: about 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

codophobia/machine_learning Fork of salspaugh/machine_learning

Some example machine learning algorithm implementations from Berkeley's CS 281A during Fall 2012.

Language: Python - Size: 197 KB - Last synced at: about 2 years ago - Pushed at: over 10 years ago - Stars: 1 - Forks: 0

codophobia/simple_vp Fork of koteth/simple_vp

simple vp-tree implementation in python

Language: Python - Size: 117 KB - Last synced at: about 2 years ago - Pushed at: over 11 years ago - Stars: 0 - Forks: 0

codophobia/vp-tree Fork of gregorburger/vp-tree

vp-tree implementation from http://stevehanov.ca/blog/index.php?id=130

Language: C++ - Size: 97.7 KB - Last synced at: about 2 years ago - Pushed at: over 13 years ago - Stars: 0 - Forks: 1

codophobia/school-of-sre Fork of linkedin/school-of-sre

At LinkedIn, we are using this curriculum for onboarding our entry level talents into the SRE role.

Size: 28.2 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

codophobia/the-art-of-command-line Fork of jlevy/the-art-of-command-line

Master the command line, in one page

Size: 2.37 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

codophobia/awesome Fork of sindresorhus/awesome

:sunglasses: Curated list of awesome lists

Size: 728 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

codophobia/codophobia.github.io Fork of mmistakes/minimal-mistakes

:triangular_ruler: A flexible two-column Jekyll theme perfect for building personal sites, blogs, and portfolios.

Language: SCSS - Size: 211 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

codophobia/ci-cd-with-flask-github-actions-and-heroku

Build a simple CI/CD pipeline using Flask, Github actions and Heroku

Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

codophobia/Cricket-Score-Prediction-Data-Generator

A Python script that helps in generating data for cricket score prediction.

Language: Python - Size: 31.9 MB - Last synced at: 16 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 3

codophobia/python-espncricinfo Fork of outside-edge/python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API

Language: Python - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 0

codophobia/mediumish-theme-jekyll Fork of wowthemesnet/mediumish-theme-jekyll

Jekyll Template - Mediumish

Size: 6.88 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

codophobia/Socket-Programming-Python

A simple implementation of Client Server Socket programming in Python.

Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

codophobia/pycricket

A python API to fetch scorecards of past matches.

Language: Python - Size: 15.9 MB - Last synced at: 16 days ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 5

codophobia/CricketChasingProbability

Predicting probability of win for chasing team in cricket

Language: Python - Size: 2.79 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

codophobia/Spoj-Solutions-Downloader

This python script downloads all the solutions for solved problem on spoj for a user.

Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

codophobia/django-project-template Fork of jpadilla/django-project-template

Project template layout for Django 2.0+

Size: 83 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

codophobia/nodervisor Fork of Stii/nodervisor

Supervisor manager in node.js

Language: HTML - Size: 963 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

codophobia/RunPrediction

Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

codophobia/markdown-here Fork of adam-p/markdown-here

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.

Language: JavaScript - Size: 15.5 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

codophobia/learning

Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

codophobia/horovod Fork of horovod/horovod

Distributed training framework for TensorFlow.

Language: C++ - Size: 190 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

codophobia/matthewelsom.github.io

Visit my site

Language: CSS - Size: 32.6 MB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

codophobia/tikv Fork of tikv/tikv

Distributed transactional key value database powered by Rust and Raft

Language: Rust - Size: 10.3 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

codophobia/awesome-devops Fork of AcalephStorage/awesome-devops

A curated list of resources for Devops

Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 2

codophobia/geode-dashboard Fork of tzolov/geode-dashboard

Grafana dashboards for querying, visualizing and analysing Apache Geode (GemFire) historical and real-time metrics and statistics

Language: Java - Size: 733 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

codophobia/dynomite Fork of Netflix/dynomite

A generic dynamo implementation for different k-v storage engines

Language: C - Size: 7.66 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

codophobia/Emotion-Based-Music-Player

Language: Python - Size: 644 MB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/sample-django-server

Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

codophobia/sigma.js Fork of jacomyal/sigma.js

A JavaScript library dedicated to graph drawing

Language: JavaScript - Size: 2.37 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

codophobia/neo4j-jupyter Fork of nicolewhite/neo4j-jupyter

Language: HTML - Size: 4.02 MB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

codophobia/Most-Liked-Post-On-Facebook-Using-Python

This program gives you the most liked post on facebook. This program has been made using facebook sdk for python.

Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 9 years ago - Stars: 1 - Forks: 0

codophobia/kmedoids Fork of letiantian/kmedoids

The Python implementation of k-medoids.

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/algorithms Fork of huyng/algorithms

my reimplementation of popular computer science/machine learning algorithms

Language: Jupyter Notebook - Size: 2.51 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/pyclustering Fork of annoviko/pyclustering

pyclustring is a Python, C++ data mining (clustering, graph coloring algorithms, oscillatory networks, neural networks, etc.) library.

Language: C++ - Size: 21.9 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

codophobia/tensorflow Fork of tensorflow/tensorflow

Computation using data flow graphs for scalable machine learning

Language: C++ - Size: 82.9 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/moody

Language: HTML - Size: 504 MB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/personal-jekyll-theme Fork of le4ker/personal-jekyll-theme

:bowtie: { Personal } Jekyll theme

Language: HTML - Size: 122 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

codophobia/jekyll-image-set Fork of callmeed/jekyll-image-set

Create an image gallery from a folder with a liquid tag. Great for a Jekyll or Octopress Site

Language: Ruby - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

codophobia/Multi-Producer-Consumer-Problem-Simulation

Simulation of a multi producer-consumer problem in c

Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0