Skip to content

Instantly share code, notes, and snippets.

View jayambe36's full-sized avatar
🎯
Focusing

Smit R. PATEL jayambe36

🎯
Focusing
View GitHub Profile
@jayambe36
jayambe36 / POLICE FIR MANAGMENT SYSTEM
Created July 20, 2021 11:33
POLICE FIR MANAGMENT SYSTEM USING CPP
/*
*
*
* SMITPATEL9898
* CentOS 7 IN VMWARE
* POLICE FIR MANGEMENT SYSTEM
*
*/
#include<iostream> //input-output
@himanshk96
himanshk96 / ALS_implementation.py
Created June 23, 2019 19:15
Recommendation using ALS for implicit data. Code for Medium Blog
# -*- coding: utf-8 -*-
"""
Created on Sun Jun 23 22:20:58 2019
@author: himansh
"""
#import libraries
import sys
import pandas as pd
import numpy as np