Skip to content

Instantly share code, notes, and snippets.

View phamngocquy's full-sized avatar
🤒
Out sick

Pham Ngoc Quy phamngocquy

🤒
Out sick
View GitHub Profile
@phamngocquy
phamngocquy / active.md
Created May 7, 2025 09:53 — forked from paulmillr/active.md
Most active GitHub users (by contributions). https://paulmillr.com

Most active GitHub users (git.io/top)

The list would not be updated for now. Don't write comments.

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.

Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:

githubUsers
cat /dytech/DATA/fut_ciqdb/raw/extracted/FinancialsPremiumStatement/Full/FinancialCollectionData.txt | ./clickhouse client --format_csv_delimiter="|" --host=10.202.208.152 --port=9001 --user=fordev --password=fordev@789 --database=mkt --query="INSERT INTO fin_collection_data(financial_collection_id,data_item_id,data_item_value,unit_type_id,num_flag) SELECT financial_collection_id,data_item_id,data_item_value,unit_type_id,num_flag FROM input('financial_collection_id Int32, data_item_id Int32, data_item_value Decimal(28,6), unit_type_id Int32, num_flag UInt8') FORMAT CSV";