Pinned Repositories
algo_cc
Basic data structures, algorithms and interview problems in C++
AngularMvcStarter
This is a sample project to illustrate usage of Angular.js in ASP.Net MVC application.
BaseDataStructuresAndAlgorithms
These are some of the base CS data structures and algorithms based on Segewick "Algorithms, Forth Edition" and various others popular sources
CodeChurnLoader
Utility to collect code churn (number of lines added or deleted for the Github or Bitbucket hosted repo. Metrics are saved in the warehousing database.
CodeMetricsLoader
Utility to load static code analysis (maintainablity index, cyclcomatic complexity, lines of code) metrics and code coverage into database
CodeQualityPortal
Web site to visualize code quality trends (maintainablity index, cyclcomatic complexity, lines of code, code coverage, code churn). The metrics are collected by two of my other data collector applications.
CodeVision
Impact analysis tool which provides source code and dependency searching.
real-time-dashboard
Simple real-time dashboard built with Wijmo, Signal R, Angular and ASP.NET MVC
SqlCop
SqlCop framework
wagtail-on-gae-example
Example of running Wagtail on Google App Engine
bashtavenko's Repositories
bashtavenko/CodeQualityPortal
Web site to visualize code quality trends (maintainablity index, cyclcomatic complexity, lines of code, code coverage, code churn). The metrics are collected by two of my other data collector applications.
bashtavenko/SqlCop
SqlCop framework
bashtavenko/CodeChurnLoader
Utility to collect code churn (number of lines added or deleted for the Github or Bitbucket hosted repo. Metrics are saved in the warehousing database.
bashtavenko/CodeVision
Impact analysis tool which provides source code and dependency searching.
bashtavenko/CodeMetricsLoader
Utility to load static code analysis (maintainablity index, cyclcomatic complexity, lines of code) metrics and code coverage into database
bashtavenko/real-time-dashboard
Simple real-time dashboard built with Wijmo, Signal R, Angular and ASP.NET MVC
bashtavenko/BaseDataStructuresAndAlgorithms
These are some of the base CS data structures and algorithms based on Segewick "Algorithms, Forth Edition" and various others popular sources
bashtavenko/wagtail-on-gae-example
Example of running Wagtail on Google App Engine
bashtavenko/algo_cc
Basic data structures, algorithms and interview problems in C++
bashtavenko/AngularMvcStarter
This is a sample project to illustrate usage of Angular.js in ASP.Net MVC application.
bashtavenko/colabs
bashtavenko/cpp_exp
C++ Playground
bashtavenko/cv_playground
OpenCV, TF, etc
bashtavenko/datastore_playground
Playground to get feel of Google datastore. Based on public samples.
bashtavenko/game-of-life
Conway's Game of Life
bashtavenko/Learning-OpenCV-3_examples
bashtavenko/ML
Machine Learning playground
bashtavenko/OneMillionIntSort
What is the most efficient way to sort a million 32-bit integers
bashtavenko/py
Python related code