All Projects → alpcanaydin → Githubist

alpcanaydin / Githubist

Licence: mit
Github developer, location, language and repo stats for Turkey.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Githubist

Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+2145.97%)
Mutual labels:  statistics, data-visualization
Sjplot
sjPlot - Data Visualization for Statistics in Social Science
Stars: ✭ 432 (+248.39%)
Mutual labels:  statistics, data-visualization
Dabest Python
Data Analysis with Bootstrapped ESTimation
Stars: ✭ 231 (+86.29%)
Mutual labels:  statistics, data-visualization
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (+36.29%)
Mutual labels:  statistics, data-visualization
Awesome Python Data Science
Probably the best curated list of data science software in Python.
Stars: ✭ 812 (+554.84%)
Mutual labels:  statistics, data-visualization
Data Set
state driven all in one data process for data visualization
Stars: ✭ 191 (+54.03%)
Mutual labels:  statistics, data-visualization
Rweekly.org
R Weekly
Stars: ✭ 406 (+227.42%)
Mutual labels:  statistics, data-visualization
Datascience
Curated list of Python resources for data science.
Stars: ✭ 3,051 (+2360.48%)
Mutual labels:  statistics, data-visualization
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+336.29%)
Mutual labels:  statistics, data-visualization
Facebook data analyzer
Analyze facebook copy of your data with ruby language. Download zip file from facebook and get info about friends ranking by message, vocabulary, contacts, friends added statistics and more
Stars: ✭ 515 (+315.32%)
Mutual labels:  statistics, data-visualization
Dabestr
Data Analysis with Bootstrap Estimation in R
Stars: ✭ 169 (+36.29%)
Mutual labels:  statistics, data-visualization
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-68.55%)
Mutual labels:  statistics, data-visualization
G2
📊 A highly interactive data-driven visualization grammar for statistical charts.
Stars: ✭ 11,020 (+8787.1%)
Mutual labels:  statistics, data-visualization
Datascienceprojects
The code repository for projects and tutorials in R and Python that covers a variety of topics in data visualization, statistics sports analytics and general application of probability theory.
Stars: ✭ 223 (+79.84%)
Mutual labels:  statistics, data-visualization
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (+250.81%)
Mutual labels:  statistics, data-visualization
Socrat
A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization
Stars: ✭ 26 (-79.03%)
Mutual labels:  statistics, data-visualization
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+1392.74%)
Mutual labels:  statistics, data-visualization
Apexcharts.js
📊 Interactive JavaScript Charts built on SVG
Stars: ✭ 10,991 (+8763.71%)
Mutual labels:  data-visualization
Fitter
Fit data to many distributions
Stars: ✭ 118 (-4.84%)
Mutual labels:  statistics
Python Ecology Lesson
Data Analysis and Visualization in Python for Ecologists
Stars: ✭ 116 (-6.45%)
Mutual labels:  data-visualization

Github.ist

This is the Web application repo for https://github.ist. You may also want to take a look to API and Fetcher

Installation

You need to have yarn installed in your computer. After, simple run the command yarn in project directory in order to install dependencies. As last step, please copy .env.sample file as .env and update the variables with the actual values you want to use.

Starting the Application

You can run yarn start command in the project directory. Browser window will pop up and you'll able to see development server.

Isolated Development

All the components in the components folder MUST HAVE stories in their folders. By this way all developers will be able to see what does component do and how they behave various props.

To start Storybook, run the command below;

yarn run storybook

Storybook server will be available at https://0.0.0.0:6006.

Contributing

Let's say you are developing a new future in this repository. Here are the steps you need to follow;

  • Fork this repository
  • While developing a component or util function and etc. Please aware of you need to test them.
  • All tests must be placed to same folder with the tested file.
  • You need to check the Linters whether the app state is valid via yarn lint command.
  • You need to format your code via yarn format. System will also run this command automatically on commit stage.
  • Run tests to check whether everything works correctly.
  • Push your branch to remote repo.
  • Open an Pull Request and assign the relavent people as reviewers to this PR.

NOTE: Please run yarn flow-typed-install command after any new package added to application. This will bring flow-type definitions of newly created packages to the application or at least it will add stub definitions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].