Skip to content

Instantly share code, notes, and snippets.

View arifulhaqueuc's full-sized avatar
🖥️
learning microservices based projects

Ariful Haque arifulhaqueuc

🖥️
learning microservices based projects
  • Washington, DC
View GitHub Profile
@arifulhaqueuc
arifulhaqueuc / README.md
Created April 12, 2018 15:13 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.


@arifulhaqueuc
arifulhaqueuc / README.md
Created January 2, 2018 18:44 — forked from cstrelioff/README.md
decision trees: scikit-learn + pandas

decision trees: scikit-learn + pandas

This script provides an example of learning a decision tree with scikit-learn. Pandas is used to read data and custom functions are employed to investigate the decision tree after it is learned. Grab the code and try it out.

A blog post about this code is available here, check it out!

@arifulhaqueuc
arifulhaqueuc / active.md
Created November 18, 2016 22:10 — forked from paulmillr/active.md
Most active GitHub users (by contributions). http://twitter.com/paulmillr

Most active GitHub users (git.io/top)

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Fri, 19 Jun 2015 15:17:38 GMT till Sun, 19 Jun 2016 15:17:38 GMT.

Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:

githubUsers
 .filter(user => user.followers > 635)