Pinned Repositories
salzahrani's Repositories
salzahrani/Matlab-Source-Code-An-Implementation-of-the-Expectation-Maximization-Algorithm
salzahrani/Matlab-SourceCode-An-Implementation-of-the-Fisher-Discriminant-Analysis
salzahrani/AI_in_Medicine_KAUST_Academy
This repository for day 3 in AI in Medicine workshop procided by CBRC
salzahrani/ajax-solr
A JavaScript framework for creating user interfaces to Solr.
salzahrani/Arabic_English_Tool
salzahrani/ArabicStemmerComparision
salzahrani/ArabicTextGeneral
salzahrani/Cloud9
Cloud9 is a Hadoop toolkit for working with big data
salzahrani/conceptsgenerator_0
salzahrani/cpython
The Python programming language
salzahrani/CySIS-clustering-2
salzahrani/EU-paper-codes
salzahrani/gitExample
salzahrani/HashtagTrending
salzahrani/kacademy_kacst_day12
cp
salzahrani/LDA_results
salzahrani/NBoilerpipe
Boilerpipe 1.2 port for .NET
salzahrani/Network-Motif
Python wrapper for the Kavosh network motif finder
salzahrani/OOCalender
salzahrani/Shapes
salzahrani/Twitterizer
Twitterizer is a .NET class library that provides an easy-to-use interface for the Twitter web api. It is written for developers. It's features are easy to discover and follow a consistent design pattern.
salzahrani/WebsiteCrawler
This java project aims to crawl, store hypertext links and traverse them given in a website link. It recursively traverses and visit all links store until a user stops the process. One advantage of this code that It avoids loops by omitting any website that has already been visited; this can be achieved by utilizing digital signature of each website (i.e. Using symmetric key (AES -128)) and make a database preserves uniqueness of inserted a crawled URL content. It also populates extracted textual contents from HTML (impotent data) files and original html files themselves.