updating analysis for co study
This commit is contained in:
parent
0e40718a7e
commit
c643329597
Binary file not shown.
19
cleaning_scripts/verifying_count_on_manifest.R
Normal file
19
cleaning_scripts/verifying_count_on_manifest.R
Normal file
@ -0,0 +1,19 @@
|
||||
library(dplyr)
|
||||
count_path <- "/mmfs1/gscratch/comdata/users/mjilg/govdoc-cr-data/final_data/metadata/co_0205_CONTRIBUTING_weekly_count_data.csv"
|
||||
manifest_path <- "validation/020525_CONTRIBUTING_manifest.csv"
|
||||
|
||||
count_df <- read.csv(count_path)
|
||||
manifest_df <- read.csv(manifest_path)
|
||||
length(unique(count_df$project_id))
|
||||
|
||||
unique_project_ids <- unique(count_df$project_id)
|
||||
missing_project_ids <- setdiff(unique_project_ids, manifest_df$repo_id)
|
||||
missing_project_ids
|
||||
|
||||
|
||||
count_df_filtered <- count_df %>% filter(!project_id %in% missing_project_ids)
|
||||
length(unique(count_df_filtered$project_id))
|
||||
|
||||
missing_repo_ids <- setdiff(manifest_df$repo_id, count_df_filtered$project_id)
|
||||
|
||||
write.csv(count_df_filtered, "/mmfs1/gscratch/comdata/users/mjilg/govdoc-cr-data/final_data/metadata/final_0207_CONTRIBUTING_weekly_count_data.csv", row.names =FALSE)
|
@ -1,18 +1,19 @@
|
||||
library(dplyr)
|
||||
library(lubridate)
|
||||
library(rdd)
|
||||
library(tidyr)
|
||||
|
||||
contributing_df_filepath <- "/mmfs1/gscratch/comdata/users/mjilg/govdoc-cr-data/final_data/CONTRIBUTING_weekly_count_data.csv"
|
||||
contributing_df_filepath <- "/mmfs1/gscratch/comdata/users/mjilg/govdoc-cr-data/final_data/metadata/final_0207_CONTRIBUTING_weekly_count_data.csv"
|
||||
df = read.csv(contributing_df_filepath, header = TRUE)
|
||||
|
||||
#EDA
|
||||
var(df$commit_count) # 325.5261
|
||||
mean(df$commit_count) # 7.743385
|
||||
var(df$commit_count) # 349.06
|
||||
mean(df$commit_count) # 8.371495
|
||||
median(df$commit_count) # 1
|
||||
mean(df$age) # 4838.649 days
|
||||
mean(df$age_at_commit) # 2141.996 days
|
||||
median(df$age) # 4597 days
|
||||
median(df$age_at_commit) # 1603 days
|
||||
mean(df$age) # 4939.859
|
||||
mean(df$age_at_commit) # 2286.772 days
|
||||
median(df$age) #4738 says
|
||||
median(df$age_at_commit) # 1806 days
|
||||
|
||||
# scale and log-transform
|
||||
df$scaled_age <- scale(df$age)
|
||||
@ -21,10 +22,17 @@ df$log1p_count <- log1p(df$commit_count)
|
||||
|
||||
#getting IK Bandwidth
|
||||
get_optimal_bandwidth <- function(df){
|
||||
IKbandwidth(df$week_index, df$log1p_count, cutpoint = 0, verbose = FALSE, kernel = "triangular")
|
||||
bw <- tryCatch({
|
||||
IKbandwidth(df$relative_week, df$log1p_count, cutpoint = 0, verbose = FALSE, kernel = "triangular")
|
||||
}, error = function(e) {
|
||||
NA
|
||||
})
|
||||
}
|
||||
|
||||
mean_optimal_bandwidth <- df %>%
|
||||
group_by(project_id) %>%
|
||||
summarise(optimal_bandwidth = get_optimal_bandwidth(cur_data())) %>%
|
||||
drop_na(optimal_bandwidth) |>
|
||||
summarise(mean_optimal_bandwidth = mean(optimal_bandwidth))
|
||||
|
||||
#5.676423
|
@ -1,716 +0,0 @@
|
||||
"","effect","group","level","term","estimate","std.error","conf.low","conf.high","ranef_grouping","rank"
|
||||
"1","ran_vals","project_id","01org_isa-l.git","before_after:week_index",-0.0954554044167926,0.109224825519046,-0.309532128651795,0.11862131981821,1,253
|
||||
"2","ran_vals","project_id","abishekvashok_cmatrix.git","before_after:week_index",-0.378357737644148,0.158896560317473,-0.689789273133692,-0.066926202154605,0,85
|
||||
"3","ran_vals","project_id","Ableton_link.git","before_after:week_index",-0.223672206163464,0.131016231409784,-0.480459301116807,0.0331148887898784,1,171
|
||||
"4","ran_vals","project_id","AFLplusplus_AFLplusplus.git","before_after:week_index",0.344779661308246,0.0519120204381645,0.243033970884736,0.446525351731755,2,654
|
||||
"5","ran_vals","project_id","ahmetb_kubectx","before_after:week_index",-0.252324588331934,0.136119620341301,-0.51911414179015,0.0144649651262825,1,154
|
||||
"6","ran_vals","project_id","aio-libs_aiohttp.git","before_after:week_index",0.348421048988075,0.0518256061436343,0.246844727469594,0.449997370506556,2,658
|
||||
"7","ran_vals","project_id","aio-libs_aiomysql.git","before_after:week_index",-0.142475601320515,0.116488431659931,-0.370788731989534,0.0858375293485052,1,222
|
||||
"8","ran_vals","project_id","akheron_jansson.git","before_after:week_index",-0.39259701077219,0.162124736005091,-0.710355654345232,-0.0748383671991473,0,80
|
||||
"9","ran_vals","project_id","alanxz_rabbitmq-c.git","before_after:week_index",0.0285801853317628,0.0883974004109623,-0.144675535800689,0.201835906464215,1,354
|
||||
"10","ran_vals","project_id","alastair_python-musicbrainz-ngs","before_after:week_index",-0.266600883618662,0.139404019305656,-0.539827740757875,0.00662597352055128,1,148
|
||||
"11","ran_vals","project_id","amperser_proselint","before_after:week_index",-0.0175114460013178,0.0970422119111104,-0.207710686327198,0.172687794324562,1,308
|
||||
"12","ran_vals","project_id","amueller_word_cloud","before_after:week_index",-0.17398180916363,0.122771839835153,-0.414610193556251,0.06664657522899,1,201
|
||||
"13","ran_vals","project_id","analogdevicesinc_libiio.git","before_after:week_index",0.253673697862487,0.0612071449976703,0.133709898070532,0.373637497654442,2,563
|
||||
"14","ran_vals","project_id","andialbrecht_sqlparse.git","before_after:week_index",-0.210882537162697,0.128510129332999,-0.462757762303958,0.0409926879785653,1,180
|
||||
"15","ran_vals","project_id","angband_angband","before_after:week_index",0.292168789235762,0.0577947479447345,0.178893164768512,0.405444413703012,2,597
|
||||
"16","ran_vals","project_id","apache_trafficserver","before_after:week_index",0.403296299005798,0.0471845745052514,0.310816232349658,0.495776365661937,2,697
|
||||
"17","ran_vals","project_id","aptly-dev_aptly.git","before_after:week_index",0.227855341930666,0.0640765730767852,0.102267566447418,0.353443117413914,2,541
|
||||
"18","ran_vals","project_id","ARMmbed_yotta.git","before_after:week_index",0.322900028690542,0.0544009327856456,0.216276159705292,0.429523897675791,2,634
|
||||
"19","ran_vals","project_id","assimp_assimp","before_after:week_index",0.372933041553955,0.04988332880624,0.275163513664756,0.470702569443155,2,675
|
||||
"20","ran_vals","project_id","astropy_astropy-helpers","before_after:week_index",0.165573064481565,0.0710193295683453,0.0263777363214273,0.304768392641702,2,483
|
||||
"21","ran_vals","project_id","astropy_astroquery.git","before_after:week_index",0.288250494539489,0.0583054298411379,0.173973951947732,0.402527037131246,2,589
|
||||
"22","ran_vals","project_id","astropy_photutils.git","before_after:week_index",0.00813807966640954,0.0922350063123202,-0.172639210819562,0.188915370152382,1,334
|
||||
"23","ran_vals","project_id","audacity_audacity.git","before_after:week_index",0.41021821654575,0.0465435966897316,0.318994443322919,0.501441989768582,2,700
|
||||
"24","ran_vals","project_id","aws_aws-cli","before_after:week_index",0.388291972634572,0.0482872521065197,0.293650697593388,0.482933247675757,2,687
|
||||
"25","ran_vals","project_id","aws_aws-xray-sdk-python","before_after:week_index",0.101784568310363,0.0787404212277687,-0.0525438214235767,0.256112958044303,1,429
|
||||
"26","ran_vals","project_id","awslabs_amazon-ecr-credential-helper","before_after:week_index",-0.415735503471387,0.166139922148114,-0.741363767275979,-0.0901072396667964,0,68
|
||||
"27","ran_vals","project_id","axel-download-accelerator_axel.git","before_after:week_index",-0.0850546223578752,0.107255527868671,-0.295271594123303,0.125162349407553,1,262
|
||||
"28","ran_vals","project_id","Backblaze_B2_Command_Line_Tool","before_after:week_index",0.0797322141628766,0.0813977351426763,-0.0798044151398992,0.239268843465652,1,404
|
||||
"29","ran_vals","project_id","Backblaze_b2-sdk-python.git","before_after:week_index",0.178265814766173,0.0695394361306075,0.0419710244449593,0.314560605087387,2,496
|
||||
"30","ran_vals","project_id","bastibe_python-soundfile.git","before_after:week_index",-0.142382072633849,0.11461442534909,-0.36702221842682,0.082258073159122,1,223
|
||||
"31","ran_vals","project_id","bbatsov_powerpack.git","before_after:week_index",-0.529467857304426,0.187068390904348,-0.896115166122808,-0.162820548486044,0,3
|
||||
"32","ran_vals","project_id","beautify-web_js-beautify","before_after:week_index",0.251200100897068,0.0617910222151063,0.130091922787545,0.37230827900659,2,560
|
||||
"33","ran_vals","project_id","Beep6581_RawTherapee","before_after:week_index",0.367637847750999,0.0502868047732415,0.269077521497849,0.46619817400415,2,669
|
||||
"34","ran_vals","project_id","biojava_biojava.git","before_after:week_index",0.222449193190932,0.0648998034905838,0.0952479157456608,0.349650470636203,2,534
|
||||
"35","ran_vals","project_id","bit-team_backintime","before_after:week_index",-0.296961102649306,0.144459638553153,-0.58009679143316,-0.0138254138654516,0,125
|
||||
"36","ran_vals","project_id","bitletorg_weupnp.git","before_after:week_index",-0.379701932652238,0.160418172358214,-0.694115772940077,-0.0652880923643994,0,84
|
||||
"37","ran_vals","project_id","bk138_gromit-mpx.git","before_after:week_index",-0.0153630139492314,0.0959804991631537,-0.203481335527189,0.172755307628727,1,309
|
||||
"38","ran_vals","project_id","Blosc_c-blosc","before_after:week_index",-0.104578671917407,0.109926356799348,-0.320030372195828,0.110873028361014,1,246
|
||||
"39","ran_vals","project_id","bobek_pkg-pimd","before_after:week_index",0.0715670663829984,0.0828478352662006,-0.0908117069358622,0.233945839701859,1,397
|
||||
"40","ran_vals","project_id","boto_boto3","before_after:week_index",0.276328579154936,0.058872919883992,0.1609397765176,0.391717381792273,2,581
|
||||
"41","ran_vals","project_id","boto_botocore","before_after:week_index",0.306676976728393,0.0558484344014266,0.19721605670865,0.416137896748137,2,615
|
||||
"42","ran_vals","project_id","boto_s3transfer","before_after:week_index",0.0404966681252584,0.0876435244545407,-0.131281483283797,0.212274819534314,1,365
|
||||
"43","ran_vals","project_id","box_flaky.git","before_after:week_index",-0.187936137521747,0.12503861925042,-0.433007327929186,0.0571350528856927,1,194
|
||||
"44","ran_vals","project_id","box_genty.git","before_after:week_index",-0.361033836795586,0.156330521740751,-0.667436029091813,-0.054631644499358,0,91
|
||||
"45","ran_vals","project_id","boxbackup_boxbackup.git","before_after:week_index",-0.412619962823563,0.166863393176575,-0.739666203787797,-0.0855737218593289,0,69
|
||||
"46","ran_vals","project_id","breunigs_python-librtmp-debian","before_after:week_index",-0.232245485643344,0.132780260488797,-0.492490014059233,0.0279990427725454,1,163
|
||||
"47","ran_vals","project_id","brunonova_drmips","before_after:week_index",-0.113654580437882,0.111895595848891,-0.332965918330359,0.105656757454594,1,240
|
||||
"48","ran_vals","project_id","c-ares_c-ares.git","before_after:week_index",-0.382154982197474,0.161188052687146,-0.698077760202426,-0.0662322041925226,0,82
|
||||
"49","ran_vals","project_id","c4urself_bump2version","before_after:week_index",-0.33773554672198,0.151496792856902,-0.634663804494833,-0.0408072889491268,0,104
|
||||
"50","ran_vals","project_id","calamares_calamares.git","before_after:week_index",0.382744996817375,0.0487773278545149,0.287143190960424,0.478346802674327,2,683
|
||||
"51","ran_vals","project_id","canonical_lightdm.git","before_after:week_index",-0.504827591973122,0.183076060092487,-0.863650076185886,-0.146005107760358,0,18
|
||||
"52","ran_vals","project_id","capistrano_capistrano.git","before_after:week_index",0.302426756055821,0.0562530127882514,0.192172876968978,0.412680635142665,2,610
|
||||
"53","ran_vals","project_id","capistrano_sshkit.git","before_after:week_index",0.0208968450718041,0.0911861367389383,-0.15782469882586,0.199618388969468,1,348
|
||||
"54","ran_vals","project_id","carljm_django-model-utils.git","before_after:week_index",0.0160878330434113,0.0926554584523026,-0.165513528494149,0.197689194580972,1,346
|
||||
"55","ran_vals","project_id","castle-engine_castle-engine.git","before_after:week_index",0.414084511704366,0.0464106203450174,0.32312136732797,0.505047656080762,2,704
|
||||
"56","ran_vals","project_id","ceres-solver_ceres-solver.git","before_after:week_index",-0.0028044553902808,0.0935245469631276,-0.186109199108436,0.180500288327874,1,321
|
||||
"57","ran_vals","project_id","certbot_certbot.git","before_after:week_index",0.403128257554985,0.0470775252552564,0.310858003573408,0.495398511536563,2,694.5
|
||||
"58","ran_vals","project_id","certbot_josepy","before_after:week_index",0.403128257554985,0.0470775252552564,0.310858003573408,0.495398511536563,2,694.5
|
||||
"59","ran_vals","project_id","cesbit_libcleri.git","before_after:week_index",-0.123007324638189,0.113731675580416,-0.345917312677199,0.0999026634008203,1,234
|
||||
"60","ran_vals","project_id","CESNET_libyang","before_after:week_index",0.0397474759206843,0.0885217831150155,-0.133752030832012,0.213246982673381,1,362
|
||||
"61","ran_vals","project_id","cespare_reflex.git","before_after:week_index",-0.323168820328775,0.148561902712167,-0.614344799119366,-0.0319928415381836,0,112
|
||||
"62","ran_vals","project_id","chaijs_chai","before_after:week_index",0.010226978678349,0.0922558167292966,-0.1705910994754,0.191045056832098,1,336
|
||||
"63","ran_vals","project_id","checkpoint-restore_criu.git","before_after:week_index",-0.285460371798831,0.142759442928367,-0.565263738391431,-0.0056570052062318,0,133
|
||||
"64","ran_vals","project_id","cleishm_libneo4j-client","before_after:week_index",0.205923732686893,0.0665566571035282,0.0754750818325959,0.33637238354119,2,516
|
||||
"65","ran_vals","project_id","clojure_core.cache","before_after:week_index",-0.487755589956678,0.179819688715682,-0.840195703550618,-0.135315476362739,0,28
|
||||
"66","ran_vals","project_id","clojure_tools.logging.git","before_after:week_index",-0.270642315451277,0.140127707265377,-0.545287574927589,0.00400294402503382,1,145
|
||||
"67","ran_vals","project_id","ClusterLabs_pacemaker","before_after:week_index",0.322047264987985,0.0548789950462217,0.214486411189638,0.429608118786331,2,628
|
||||
"68","ran_vals","project_id","coddingtonbear_python-measurement","before_after:week_index",-0.480787748385956,0.17836092722241,-0.830368741991049,-0.131206754780863,0,29
|
||||
"69","ran_vals","project_id","codedread_scour.git","before_after:week_index",0.12538481298355,0.0751447465395375,-0.0218961838613342,0.272665809828434,1,452
|
||||
"70","ran_vals","project_id","codership_galera","before_after:week_index",-0.00532075748358315,0.09546136017135,-0.192421585334636,0.181780070367469,1,318
|
||||
"71","ran_vals","project_id","collective_icalendar","before_after:week_index",-0.0521097459104902,0.103289802656833,-0.254554039088132,0.150334547267151,1,289
|
||||
"72","ran_vals","project_id","colmap_colmap","before_after:week_index",0.221953098105268,0.064465306673948,0.0956034187720006,0.348302777438536,2,533
|
||||
"73","ran_vals","project_id","common-workflow-language_schema_salad","before_after:week_index",-0.2207280430211,0.130413737704507,-0.476334272011187,0.0348781859689875,1,172
|
||||
"74","ran_vals","project_id","ComplianceAsCode_content","before_after:week_index",0.437150119175353,0.0442672216986228,0.350387958950402,0.523912279400303,2,709
|
||||
"75","ran_vals","project_id","composer_semver","before_after:week_index",-0.0954390916314253,0.109272188819275,-0.309608646229065,0.118730462966215,1,254
|
||||
"76","ran_vals","project_id","cookiecutter_whichcraft","before_after:week_index",-0.439290199051419,0.170545903727485,-0.773554028068125,-0.105026370034714,0,55
|
||||
"77","ran_vals","project_id","coq_coq","before_after:week_index",0.447300807280414,0.0439718939253471,0.361117478854718,0.53348413570611,2,713
|
||||
"78","ran_vals","project_id","core_dune-common","before_after:week_index",0.302891033381827,0.0568672345174392,0.191433301827253,0.414348764936401,2,612
|
||||
"79","ran_vals","project_id","coreruleset_coreruleset.git","before_after:week_index",0.17601381423917,0.0707954903497047,0.0372572028858962,0.314770425592445,2,495
|
||||
"80","ran_vals","project_id","coringao_jag","before_after:week_index",-0.131312174180152,0.114384379260987,-0.355501437925656,0.092877089565353,1,231
|
||||
"81","ran_vals","project_id","coringao_pekka-kana-2","before_after:week_index",-0.46438369864152,0.174729200990679,-0.806846639630711,-0.12192075765233,0,36
|
||||
"82","ran_vals","project_id","CorsixTH_CorsixTH.git","before_after:week_index",0.156914736756621,0.072628993371751,0.014564525514591,0.299264947998652,2,477
|
||||
"83","ran_vals","project_id","coturn_coturn","before_after:week_index",0.172422710171631,0.0705170026186942,0.0342119247412735,0.310633495601988,2,492
|
||||
"84","ran_vals","project_id","cubiq_iscroll","before_after:week_index",-0.257456713946717,0.137486926027391,-0.526926137305527,0.0120127094120921,1,151
|
||||
"85","ran_vals","project_id","cucumber_aruba.git","before_after:week_index",-0.101660919682043,0.10861729881645,-0.31454691346031,0.111225074096224,1,248
|
||||
"86","ran_vals","project_id","cyrusimap_cyrus-sasl.git","before_after:week_index",-0.294638809737098,0.145711077040875,-0.580227272885754,-0.00905034658844178,0,128
|
||||
"87","ran_vals","project_id","dagolden_class-insideout.git","before_after:week_index",-0.4684791310182,0.176970928175288,-0.815335776552389,-0.12162248548401,0,32
|
||||
"88","ran_vals","project_id","dagolden_Config-Identity.git","before_after:week_index",-0.393609174877815,0.162393645620615,-0.711894871612381,-0.075323478143249,0,78
|
||||
"89","ran_vals","project_id","dagolden_math-random-oo.git","before_after:week_index",-0.474040144402232,0.177978731422372,-0.822872048004208,-0.125208240800255,0,30
|
||||
"90","ran_vals","project_id","dahlia_libsass-python.git","before_after:week_index",-0.202262513569319,0.127692134919943,-0.452534499121437,0.0480094719827988,1,184
|
||||
"91","ran_vals","project_id","DamienCassou_beginend.git","before_after:week_index",-0.323658192632452,0.149311491963777,-0.616303339359397,-0.0310130459055071,0,110
|
||||
"92","ran_vals","project_id","darold_pgbadger.git","before_after:week_index",0.209265348738881,0.0660878088723552,0.0797356235318986,0.338795073945864,2,520
|
||||
"93","ran_vals","project_id","dask_dask","before_after:week_index",0.33462259019485,0.0530493945749728,0.230647687426249,0.438597492963451,2,648
|
||||
"94","ran_vals","project_id","dask_partd.git","before_after:week_index",-0.271357293676665,0.13977386998485,-0.545309044826756,0.0025944574734259,1,143
|
||||
"95","ran_vals","project_id","datalad_datalad","before_after:week_index",0.283496523206968,0.0588837409492109,0.168086511671528,0.398906534742408,2,586
|
||||
"96","ran_vals","project_id","datastax_python-driver.git","before_after:week_index",0.388048488289942,0.0483081509998973,0.29336625217042,0.482730724409463,2,686
|
||||
"97","ran_vals","project_id","davesteele_comitup","before_after:week_index",-0.00703159870487383,0.0953084555173955,-0.193832738941107,0.179769541531359,1,317
|
||||
"98","ran_vals","project_id","davidcelis_api-pagination.git","before_after:week_index",-0.0526510604278147,0.102013902961944,-0.252594636155588,0.147292515299959,1,288
|
||||
"99","ran_vals","project_id","dbus_dbus","before_after:week_index",-0.120962095853207,0.113287219582778,-0.343000966144133,0.101076774437719,1,236
|
||||
"100","ran_vals","project_id","dbus_dbus-glib.git","before_after:week_index",-0.271303142524687,0.13991437571875,-0.545530279852841,0.00292399480346828,1,144
|
||||
"101","ran_vals","project_id","dbus_dbus-python","before_after:week_index",-0.224142408528503,0.131062224066887,-0.48101964743332,0.0327348303763137,1,170
|
||||
"102","ran_vals","project_id","ddclient_ddclient.git","before_after:week_index",0.258591236585106,0.0618030448266767,0.137459494589905,0.379722978580306,2,566
|
||||
"103","ran_vals","project_id","defunkt_mustache","before_after:week_index",0.0587464343539199,0.0847366720358423,-0.107334391006113,0.224827259713953,1,382
|
||||
"104","ran_vals","project_id","derek73_python-nameparser","before_after:week_index",-0.14708390095375,0.117834631989038,-0.378035535783796,0.0838677338762955,1,220
|
||||
"105","ran_vals","project_id","developit_preact.git","before_after:week_index",0.308491108162457,0.0555179004658708,0.19967802275207,0.417304193572843,2,617
|
||||
"106","ran_vals","project_id","Diaoul_subliminal.git","before_after:week_index",0.079551285181163,0.0822230754092615,-0.0816029813191105,0.240705551681437,1,403
|
||||
"107","ran_vals","project_id","diff-match-patch-python_diff-match-patch","before_after:week_index",-0.411344845238078,0.165034581412718,-0.734806681010648,-0.0878830094655083,0,70
|
||||
"108","ran_vals","project_id","digitalbazaar_pyld","before_after:week_index",-0.333207668698031,0.151301108822977,-0.629752392812042,-0.0366629445840208,0,108
|
||||
"109","ran_vals","project_id","django-extensions_django-extensions","before_after:week_index",0.13519434219588,0.075314081889413,-0.0124185458360704,0.282807230227829,1,460
|
||||
"110","ran_vals","project_id","django-haystack_django-haystack","before_after:week_index",-0.0300586017890024,0.0989767256489553,-0.224049419368656,0.163932215790652,1,300
|
||||
"111","ran_vals","project_id","django-ldapdb_django-ldapdb","before_after:week_index",-0.0810907541057117,0.105110391798841,-0.287103336432334,0.124921828220911,1,264
|
||||
"112","ran_vals","project_id","django-polymorphic_django-polymorphic","before_after:week_index",-0.00965348538411984,0.0963281899671579,-0.198453268415682,0.179146297647442,1,313
|
||||
"113","ran_vals","project_id","django-waffle_django-waffle","before_after:week_index",-0.227119467373984,0.132170296755127,-0.486168488840004,0.0319295540920372,1,167
|
||||
"114","ran_vals","project_id","docker_compose","before_after:week_index",0.366637541964811,0.049962842103449,0.26871217087679,0.464562913052833,2,668
|
||||
"115","ran_vals","project_id","doctrine_instantiator","before_after:week_index",-0.151578814204301,0.118743902115114,-0.384312585733674,0.0811549573250712,1,215
|
||||
"116","ran_vals","project_id","doctrine_sql-formatter.git","before_after:week_index",-0.011013880017584,0.09304420006561,-0.193377161116519,0.171349401081351,1,311
|
||||
"117","ran_vals","project_id","dompdf_dompdf","before_after:week_index",0.0139515711770943,0.0928994754138475,-0.168128054816711,0.1960311971709,1,344
|
||||
"118","ran_vals","project_id","donnemartin_gitsome","before_after:week_index",0.394228477022394,0.0477028336966884,0.300732641016381,0.487724313028407,2,690
|
||||
"119","ran_vals","project_id","DonyorM_weresync.git","before_after:week_index",0.0401494920388635,0.0882961987425999,-0.132907877468423,0.21320686154615,1,363
|
||||
"120","ran_vals","project_id","doorkeeper-gem_doorkeeper","before_after:week_index",0.0843311746917738,0.0823800009977022,-0.0771306603100962,0.245793009693644,1,412
|
||||
"121","ran_vals","project_id","doorkeeper-gem_doorkeeper-openid_connect.git","before_after:week_index",0.0290796253409027,0.0890392101474962,-0.145434019760083,0.203593270441889,1,356
|
||||
"122","ran_vals","project_id","dpmb_dpmb","before_after:week_index",0.0862494426199218,0.0825245252486187,-0.0754956547086373,0.247994539948481,1,414
|
||||
"123","ran_vals","project_id","dropbox_dropbox-sdk-python","before_after:week_index",-0.17813350203998,0.121630002137927,-0.416523925669847,0.0602569215898872,1,198
|
||||
"124","ran_vals","project_id","drwetter_testssl.sh.git","before_after:week_index",-0.00173098282603171,0.094314635820636,-0.18658427224949,0.183122306597426,1,324
|
||||
"125","ran_vals","project_id","easyrdf_easyrdf.git","before_after:week_index",-0.202847462409446,0.127137346039955,-0.452032081737764,0.0463371569188714,1,183
|
||||
"126","ran_vals","project_id","eavgerinos_pkg-pick","before_after:week_index",-0.530293374770675,0.187011535136048,-0.896829248330876,-0.163757501210474,0,2
|
||||
"127","ran_vals","project_id","eclipse_paho.mqtt.python.git","before_after:week_index",-0.0356219298202649,0.0997107021097942,-0.231051314828663,0.159807455188134,1,298
|
||||
"128","ran_vals","project_id","eclipse-ee4j_eclipselink.git","before_after:week_index",0.157603592460305,0.0726833239294157,0.015146895281992,0.300060289638618,2,478
|
||||
"129","ran_vals","project_id","editorconfig_editorconfig-core-c.git","before_after:week_index",-0.228137746012828,0.132089603023729,-0.48702861067153,0.0307531186458728,1,166
|
||||
"130","ran_vals","project_id","egh_ledger-autosync","before_after:week_index",-0.28933093895334,0.142838892948136,-0.569290024723259,-0.0093718531834216,0,132
|
||||
"131","ran_vals","project_id","elastic_elasticsearch-py.git","before_after:week_index",0.183439768197055,0.0695908669691866,0.0470441752845311,0.319835361109579,2,502
|
||||
"132","ran_vals","project_id","elastic_elasticsearch-ruby","before_after:week_index",-0.00784396656983056,0.0957337546865633,-0.195478677860287,0.179790744720626,1,314
|
||||
"133","ran_vals","project_id","elasticsearch_curator.git","before_after:week_index",0.23008087480523,0.0637228325060512,0.105186418100492,0.354975331509969,2,544
|
||||
"134","ran_vals","project_id","Electrostatics_apbs","before_after:week_index",-0.275561903618946,0.140024566543705,-0.550005010995439,-0.00111879624245281,0,139
|
||||
"135","ran_vals","project_id","elmar_aptitude-robot","before_after:week_index",-0.284940054324983,0.142024764785471,-0.563303478217278,-0.00657663043268764,0,134
|
||||
"136","ran_vals","project_id","emacs-lsp_lsp-mode.git","before_after:week_index",0.368671030468642,0.049814551587926,0.271036303450294,0.466305757486989,2,670
|
||||
"137","ran_vals","project_id","emcconville_wand","before_after:week_index",0.0638079304616737,0.084667844717126,-0.102137995832523,0.22975385675587,1,388
|
||||
"138","ran_vals","project_id","emcrisostomo_fswatch.git","before_after:week_index",0.167102160416246,0.0716960064584618,0.0265805699223102,0.307623750910183,2,486
|
||||
"139","ran_vals","project_id","encode_django-rest-framework","before_after:week_index",0.341948226474322,0.0525751504070269,0.238902825194772,0.444993627753871,2,651
|
||||
"140","ran_vals","project_id","EnterpriseDB_mysql_fdw.git","before_after:week_index",-0.217352982101758,0.12893151461501,-0.470054107219376,0.0353481430158606,1,174
|
||||
"141","ran_vals","project_id","epeli_underscore.string","before_after:week_index",0.231339959592091,0.0640642853898996,0.105776267532592,0.35690365165159,2,545
|
||||
"142","ran_vals","project_id","eproxus_meck.git","before_after:week_index",-0.514276937376695,0.184760954426046,-0.876401753800992,-0.152152120952398,0,13
|
||||
"143","ran_vals","project_id","erikd_libsndfile","before_after:week_index",0.0428982622537293,0.0892647960380318,-0.132057523068127,0.217854047575585,1,368
|
||||
"144","ran_vals","project_id","erlware_erlware_commons.git","before_after:week_index",-0.217236449082495,0.130010137870097,-0.472051636932972,0.0375787387679817,1,175
|
||||
"145","ran_vals","project_id","eslint_eslint","before_after:week_index",0.274663105777586,0.0599568549401177,0.157149829468663,0.392176382086509,2,578
|
||||
"146","ran_vals","project_id","eslint_eslint-scope.git","before_after:week_index",-0.108262389398185,0.109979490931238,-0.323818230661461,0.107293451865091,1,243
|
||||
"147","ran_vals","project_id","EsotericSoftware_kryo.git","before_after:week_index",0.00984736833010577,0.0931005805304885,-0.172626416449423,0.192321153109634,1,335
|
||||
"148","ran_vals","project_id","EttusResearch_uhd","before_after:week_index",0.302705123210608,0.0567966826204518,0.19138567083317,0.414024575588045,2,611
|
||||
"149","ran_vals","project_id","eventlet_eventlet.git","before_after:week_index",-0.0357173725487247,0.0996749326922871,-0.231076650787061,0.159641905689612,1,297
|
||||
"150","ran_vals","project_id","Exa-Networks_exabgp","before_after:week_index",-0.0648793990141284,0.104506837427569,-0.269709036510347,0.13995023848209,1,276
|
||||
"151","ran_vals","project_id","Exiv2_exiv2.git","before_after:week_index",0.24610949682414,0.0625410946831584,0.123531203691441,0.36868778995684,2,552
|
||||
"152","ran_vals","project_id","fail2ban_fail2ban","before_after:week_index",0.312554503441038,0.0557439048305943,0.203298457615445,0.421810549266631,2,619
|
||||
"153","ran_vals","project_id","faye_faye","before_after:week_index",0.115740791605445,0.0771813388434157,-0.0355318528062322,0.267013436017122,1,444
|
||||
"154","ran_vals","project_id","felixge_node-dateformat","before_after:week_index",-0.347657911956716,0.153668555336115,-0.648842745971801,-0.0464730779416302,0,94
|
||||
"155","ran_vals","project_id","fgrehm_vagrant-lxc","before_after:week_index",0.161494795788902,0.071920034540665,0.0205341183223217,0.302455473255482,2,480
|
||||
"156","ran_vals","project_id","FirefighterBlu3_python-pam","before_after:week_index",-0.516396218489292,0.184621170625974,-0.878247063699824,-0.154545373278759,0,11
|
||||
"157","ran_vals","project_id","flask-restful_flask-restful","before_after:week_index",-0.115081503015496,0.112787983692479,-0.336141888941646,0.105978882910654,1,239
|
||||
"158","ran_vals","project_id","florimondmanca_djangorestframework-api-key","before_after:week_index",0.039556788991504,0.0851262833960767,-0.127287660602556,0.206401238585564,1,361
|
||||
"159","ran_vals","project_id","flot_flot","before_after:week_index",0.185008669469424,0.0696003168229956,0.0485945551837755,0.321422783755073,2,503
|
||||
"160","ran_vals","project_id","Fluidsynth_fluidsynth.git","before_after:week_index",0.413626100143379,0.0465896659950558,0.32231203274132,0.504940167545439,2,703
|
||||
"161","ran_vals","project_id","fog_fog-local","before_after:week_index",-0.377957179430696,0.160036729695741,-0.69162340583792,-0.0642909530234727,0,86
|
||||
"162","ran_vals","project_id","fog_fog-rackspace","before_after:week_index",-0.335671084990082,0.151428868597143,-0.63246621366013,-0.0388759563200334,0,106
|
||||
"163","ran_vals","project_id","fonttools_fonttools.git","before_after:week_index",0.339986338786539,0.0534454876459809,0.235235107864236,0.444737569708842,2,650
|
||||
"164","ran_vals","project_id","gaetano-guerriero_eyeD3-debian","before_after:week_index",-0.407617200665902,0.164678754546431,-0.730381628595818,-0.0848527727359852,0,71
|
||||
"165","ran_vals","project_id","galaxyproject_bioblend","before_after:week_index",0.0332152495975324,0.0892514490363027,-0.141714376081633,0.208144875276698,1,358
|
||||
"166","ran_vals","project_id","gawel_panoramisk.git","before_after:week_index",-0.445338804439615,0.171859327664772,-0.782176897069836,-0.108500711809394,0,51
|
||||
"167","ran_vals","project_id","gazebosim_gz-transport","before_after:week_index",0.00760227020705207,0.0931216337146414,-0.174912778055176,0.19011731846928,1,332
|
||||
"168","ran_vals","project_id","gcsideal_syslog-ng-debian","before_after:week_index",-0.226840163177214,0.132119835214623,-0.48579028184124,0.0321099554868133,1,168
|
||||
"169","ran_vals","project_id","geopandas_geopandas.git","before_after:week_index",0.291615741059044,0.0574219589216754,0.179070769650822,0.404160712467266,2,596
|
||||
"170","ran_vals","project_id","geopython_geolinks.git","before_after:week_index",-0.493860117162315,0.180617421668283,-0.847863758612634,-0.139856475711997,0,25
|
||||
"171","ran_vals","project_id","geopython_pycsw.git","before_after:week_index",0.094355779773554,0.0806300901539549,-0.0636762929984152,0.252387852545523,1,421
|
||||
"172","ran_vals","project_id","geopython_stetl.git","before_after:week_index",-0.169324195056442,0.118945797132971,-0.402453673549473,0.0638052834365893,1,206
|
||||
"173","ran_vals","project_id","getpelican_pelican","before_after:week_index",0.330178218033556,0.0537186134244188,0.224891670422265,0.435464765644846,2,643
|
||||
"174","ran_vals","project_id","giampaolo_psutil","before_after:week_index",0.0421941513653015,0.0884236673082796,-0.131113051939878,0.215501354670481,1,367
|
||||
"175","ran_vals","project_id","gitea_postgis_postgis.git","before_after:week_index",0.328431645876114,0.0543977228294749,0.221814068289351,0.435049223462878,2,641
|
||||
"176","ran_vals","project_id","github_git-lfs.git","before_after:week_index",0.22052304435064,0.0650364468444066,0.0930539508531495,0.347992137848131,2,532
|
||||
"177","ran_vals","project_id","gitlab-org_gitlab-gollum-rugged_adapter","before_after:week_index",-0.448864092241774,0.172394518576429,-0.786751139783696,-0.110977044699852,0,48
|
||||
"178","ran_vals","project_id","gitlab-org_ruby_gems_gitlab-mail_room.git","before_after:week_index",-0.156481985476164,0.119267837642707,-0.39024265176984,0.077278680817513,1,212
|
||||
"179","ran_vals","project_id","gitpython-developers_GitPython","before_after:week_index",0.199023860188969,0.0673777478960189,0.0669659009533523,0.331081819424585,2,510
|
||||
"180","ran_vals","project_id","GNOME_balsa","before_after:week_index",0.0913411637229624,0.0830840151013115,-0.07150051356659,0.254182841012515,1,419
|
||||
"181","ran_vals","project_id","GNOME_folks","before_after:week_index",-0.441330485999681,0.171586663133299,-0.777634165968354,-0.105026806031008,0,53
|
||||
"182","ran_vals","project_id","GNOME_gcr.git","before_after:week_index",-0.172950236127877,0.123384358449394,-0.41477913494427,0.0688786626885156,1,202
|
||||
"183","ran_vals","project_id","GNOME_gdk-pixbuf","before_after:week_index",0.0825048333438298,0.0841053224477809,-0.0823385695619488,0.247348236249608,1,409
|
||||
"184","ran_vals","project_id","GNOME_geary.git","before_after:week_index",0.202890834726473,0.0671117620591184,0.0713541981515794,0.334427471301367,2,514
|
||||
"185","ran_vals","project_id","GNOME_gedit.git","before_after:week_index",0.227161021186448,0.0651929478075881,0.0993851914375757,0.35493685093532,2,540
|
||||
"186","ran_vals","project_id","GNOME_gjs.git","before_after:week_index",0.202151807985042,0.0672525904653763,0.0703391528058832,0.333964463164202,2,513
|
||||
"187","ran_vals","project_id","GNOME_glade","before_after:week_index",0.213755222431865,0.0663265807579058,0.0837575129286826,0.343752931935048,2,527
|
||||
"188","ran_vals","project_id","GNOME_gnome-builder.git","before_after:week_index",0.315099019311913,0.0551800578206543,0.206948093318593,0.423249945305233,2,621
|
||||
"189","ran_vals","project_id","GNOME_gnome-calendar.git","before_after:week_index",0.278784365122281,0.0587099220470938,0.163715032374823,0.393853697869739,2,583
|
||||
"190","ran_vals","project_id","GNOME_gnome-clocks.git","before_after:week_index",0.271951664818966,0.0593650096248291,0.155598384012428,0.388304945625505,2,577
|
||||
"191","ran_vals","project_id","GNOME_gnome-desktop.git","before_after:week_index",-0.057051824391084,0.104354850691714,-0.261583573358897,0.147479924576729,1,284
|
||||
"192","ran_vals","project_id","GNOME_gvfs.git","before_after:week_index",0.053723036853922,0.0872520769622244,-0.117287891568355,0.224733965276199,1,380
|
||||
"193","ran_vals","project_id","GNOME_json-glib.git","before_after:week_index",-0.28182090127897,0.142170964772806,-0.560470871880982,-0.00317093067695878,0,136
|
||||
"194","ran_vals","project_id","GNOME_libgda","before_after:week_index",0.21199198224829,0.0673028803108463,0.0800807607832209,0.343903203713358,2,523
|
||||
"195","ran_vals","project_id","GNOME_libgweather.git","before_after:week_index",0.199612442371477,0.0682807857032726,0.0657845615569657,0.333440323185989,2,511
|
||||
"196","ran_vals","project_id","GNOME_mobile-broadband-provider-info","before_after:week_index",-0.220666454893096,0.129192255056879,-0.473878621886091,0.0325457120998983,1,173
|
||||
"197","ran_vals","project_id","GNOME_network-manager-applet","before_after:week_index",-0.102401451172566,0.111275209263966,-0.320496853702096,0.115693951356965,1,247
|
||||
"198","ran_vals","project_id","GNOME_template-glib.git","before_after:week_index",-0.224881786952738,0.131348853696984,-0.482320809609448,0.0325572357039722,1,169
|
||||
"199","ran_vals","project_id","GNOME_vala.git","before_after:week_index",0.301707541429937,0.0567370705475732,0.190504926568385,0.412910156291489,2,608
|
||||
"200","ran_vals","project_id","gnu-octave_statistics","before_after:week_index",0.292256991985718,0.0584007744893578,0.177793577317331,0.406720406654105,2,598
|
||||
"201","ran_vals","project_id","gnutls_libtasn1","before_after:week_index",-0.170496100480457,0.120690982025483,-0.407046078509174,0.06605387754826,1,205
|
||||
"202","ran_vals","project_id","GoalSmashers_clean-css.git","before_after:week_index",0.264099235884523,0.0602376665142214,0.146035579003914,0.382162892765131,2,571
|
||||
"203","ran_vals","project_id","gohugoio_hugo.git","before_after:week_index",0.334517685249851,0.0531720384577372,0.230302404888108,0.438732965611595,2,647
|
||||
"204","ran_vals","project_id","google_benchmark","before_after:week_index",0.0799656843540265,0.0811129151052158,-0.0790127079332514,0.238944076641304,1,405
|
||||
"205","ran_vals","project_id","google_brotli","before_after:week_index",0.25264538278958,0.0617607530565634,0.131596531140644,0.373694234438516,2,561
|
||||
"206","ran_vals","project_id","google_flatbuffers.git","before_after:week_index",0.00591948290313172,0.093179578208617,-0.176709134480391,0.188548100286654,1,331
|
||||
"207","ran_vals","project_id","google_fscrypt","before_after:week_index",-0.0223920601255622,0.0968025830583326,-0.212121636530341,0.167337516279217,1,306
|
||||
"208","ran_vals","project_id","google_gemmlowp","before_after:week_index",-0.202876157540565,0.127522231829986,-0.452815139155505,0.047062824074376,1,182
|
||||
"209","ran_vals","project_id","google_googletest.git","before_after:week_index",0.229814339167413,0.0647922504442582,0.102823861819368,0.356804816515459,2,543
|
||||
"210","ran_vals","project_id","google_gopacket.git","before_after:week_index",0.0633375138570447,0.0859954176671783,-0.105210407606104,0.231885435320194,1,387
|
||||
"211","ran_vals","project_id","google_highwayhash","before_after:week_index",-0.157474916087216,0.119574117758698,-0.391835880377415,0.0768860482029823,1,211
|
||||
"212","ran_vals","project_id","google_jimfs.git","before_after:week_index",-0.216378466597215,0.130032323818672,-0.471237138107861,0.0384802049134312,1,178
|
||||
"213","ran_vals","project_id","google_pybadges.git","before_after:week_index",-0.491114404226365,0.179619067550385,-0.843161307561788,-0.139067500890943,0,27
|
||||
"214","ran_vals","project_id","google_python_portpicker","before_after:week_index",-0.340604117474614,0.152447530524862,-0.639395786835414,-0.0418124481138133,0,101
|
||||
"215","ran_vals","project_id","google_python-gflags.git","before_after:week_index",-0.360439216065873,0.156458476525848,-0.667092195132541,-0.0537862369992052,0,92
|
||||
"216","ran_vals","project_id","google_stenographer","before_after:week_index",0.251102080275255,0.0615225543560308,0.130520089500527,0.371684071049983,2,559
|
||||
"217","ran_vals","project_id","google_xsecurelock","before_after:week_index",-0.275077494237009,0.140549095260762,-0.550548659007792,0.000393670533774759,1,140
|
||||
"218","ran_vals","project_id","google_yapf.git","before_after:week_index",0.127362298129913,0.0774033333843638,-0.0243454475867864,0.279070043846613,1,456
|
||||
"219","ran_vals","project_id","GoogleCloudPlatform_cloudsql-proxy.git","before_after:week_index",-0.147294472648741,0.116948345118821,-0.37650901713319,0.0819200718357075,1,219
|
||||
"220","ran_vals","project_id","googlei18n_fontmake.git","before_after:week_index",-0.132736259355359,0.11460188200622,-0.357351820648059,0.0918793019373415,1,230
|
||||
"221","ran_vals","project_id","gpodder_gpodder","before_after:week_index",0.171210766793132,0.0706973452677015,0.032646516265844,0.30977501732042,2,491
|
||||
"222","ran_vals","project_id","gpodder_mygpoclient","before_after:week_index",-0.273781604680583,0.140618698996655,-0.549389190266905,0.00182598090573916,1,142
|
||||
"223","ran_vals","project_id","Graylog2_gelf-rb","before_after:week_index",-0.497750893579207,0.181777685273894,-0.854028609909097,-0.141473177249317,0,23
|
||||
"224","ran_vals","project_id","Grokzen_redis-py-cluster","before_after:week_index",0.0485363574374815,0.0866337797781164,-0.121262730772201,0.218335445647164,1,374
|
||||
"225","ran_vals","project_id","gstreamer_orc","before_after:week_index",0.19306082825144,0.0682211808381452,0.0593497708258815,0.326771885676999,2,506
|
||||
"226","ran_vals","project_id","gtimelog_gtimelog","before_after:week_index",-0.139387540444965,0.117704964080233,-0.370085030843803,0.0913099499538728,1,224
|
||||
"227","ran_vals","project_id","guessit-io_guessit.git","before_after:week_index",0.166314865772185,0.07008517005909,0.0289504566060033,0.303679274938366,2,484
|
||||
"228","ran_vals","project_id","guillaumechereau_goxel.git","before_after:week_index",0.11823063336292,0.0753088870156415,-0.0293720729035338,0.265833339629373,1,448
|
||||
"229","ran_vals","project_id","h2o_h2o","before_after:week_index",0.337716634963265,0.0527716233424528,0.234286153806345,0.441147116120186,2,649
|
||||
"230","ran_vals","project_id","hackebrot_jinja2-time","before_after:week_index",-0.342633565877662,0.152737840235775,-0.641994231816214,-0.0432728999391089,0,97
|
||||
"231","ran_vals","project_id","Haivision_srt.git","before_after:week_index",-0.0726899887903402,0.105446100073566,-0.279360547244737,0.133980569664056,1,272
|
||||
"232","ran_vals","project_id","hamcrest_hamcrest-php.git","before_after:week_index",-0.505498010114229,0.183033174710863,-0.864236440523548,-0.146759579704911,0,17
|
||||
"233","ran_vals","project_id","HandBrake_HandBrake","before_after:week_index",0.322654079617536,0.054752634301655,0.2153408883276,0.429967270907472,2,633
|
||||
"234","ran_vals","project_id","hardbyte_python-can.git","before_after:week_index",0.173682532426708,0.0700891644715054,0.0363102943560529,0.311054770497363,2,493
|
||||
"235","ran_vals","project_id","HaxeFoundation_haxe-debian","before_after:week_index",-0.340288831742407,0.15300346861531,-0.64017011973812,-0.0404075437466954,0,102
|
||||
"236","ran_vals","project_id","heroku_netrc","before_after:week_index",-0.256980012809063,0.137581516553966,-0.526634830193237,0.0126748045751103,1,152
|
||||
"237","ran_vals","project_id","heynemann_preggy","before_after:week_index",-0.367415778077443,0.15678785372503,-0.674714324591836,-0.0601172315630497,0,90
|
||||
"238","ran_vals","project_id","heynemann_pyvows.git","before_after:week_index",0.0608778949866104,0.0845276208579394,-0.104793197593807,0.226548987567028,1,384
|
||||
"239","ran_vals","project_id","hhatto_autopep8.git","before_after:week_index",0.259966463774594,0.0609063901982372,0.140592132557706,0.379340794991482,2,568
|
||||
"240","ran_vals","project_id","hickford_MechanicalSoup","before_after:week_index",-0.194071201098788,0.124829641776545,-0.438732803183853,0.050590400986277,1,188
|
||||
"241","ran_vals","project_id","howardabrams_node-mocks-http","before_after:week_index",0.189371347313899,0.0694749761807731,0.0532028961728061,0.325539798454993,2,505
|
||||
"242","ran_vals","project_id","htop-dev_htop","before_after:week_index",0.163892779328063,0.0722435886919005,0.0222979473780133,0.305487611278113,2,481
|
||||
"243","ran_vals","project_id","httpie_httpie","before_after:week_index",0.0478694048992246,0.0875111993626779,-0.123649394095528,0.219388203893978,1,372
|
||||
"244","ran_vals","project_id","httprb_http.rb","before_after:week_index",0.0697034301838254,0.082841503398893,-0.0926629329031573,0.232069793270808,1,396
|
||||
"245","ran_vals","project_id","i18next_i18next","before_after:week_index",0.095955255302068,0.0800636062879134,-0.0609665294946369,0.252877040098773,1,424
|
||||
"246","ran_vals","project_id","ianare_exif-py","before_after:week_index",-0.106312589221958,0.109118901710673,-0.320181706607444,0.107556528163528,1,244
|
||||
"247","ran_vals","project_id","Icinga_icinga2","before_after:week_index",0.342644526812496,0.0524555224715416,0.239833591978042,0.445455461646949,2,652
|
||||
"248","ran_vals","project_id","Icinga_icingaweb2.git","before_after:week_index",0.0955347778608298,0.0810593310304451,-0.0633385915697526,0.254408147291412,1,423
|
||||
"249","ran_vals","project_id","idlesign_django-sitetree","before_after:week_index",-0.385041773645136,0.161221489131699,-0.701030085877182,-0.0690534614130908,0,81
|
||||
"250","ran_vals","project_id","iem-projects_ambix.git","before_after:week_index",-0.0104380067508937,0.0963118392569725,-0.199205742979371,0.178329729477583,1,312
|
||||
"251","ran_vals","project_id","ignitionrobotics_ign-cmake.git","before_after:week_index",0.145310887100293,0.073216050749678,0.00181006454066698,0.288811709659918,2,465
|
||||
"252","ran_vals","project_id","igraph_igraph","before_after:week_index",0.213703000407139,0.0663970082294211,0.0835672555962642,0.343838745218014,2,525.5
|
||||
"253","ran_vals","project_id","igraph_igraph.git","before_after:week_index",0.213703000407139,0.0663970082294211,0.0835672555962642,0.343838745218014,2,525.5
|
||||
"254","ran_vals","project_id","IJHack_QtPass","before_after:week_index",0.301887202858814,0.0564263129618431,0.191293661673216,0.412480744044412,2,609
|
||||
"255","ran_vals","project_id","ImageOptim_libimagequant.git","before_after:week_index",0.0120684916620313,0.0914977221413001,-0.16726374840237,0.191400731726432,1,343
|
||||
"256","ran_vals","project_id","include-what-you-use_include-what-you-use","before_after:week_index",-0.19325087852528,0.124629251624754,-0.437519723129978,0.0510179660794182,1,189
|
||||
"257","ran_vals","project_id","infirit_caja-admin","before_after:week_index",-0.190906843366457,0.125469013371403,-0.436821590750183,0.0550079040172677,1,191
|
||||
"258","ran_vals","project_id","intel_compute-runtime","before_after:week_index",0.438557143693936,0.0438321622533045,0.352647684312943,0.524466603074929,2,710
|
||||
"259","ran_vals","project_id","intel_intel-vaapi-driver.git","before_after:week_index",0.269870428552996,0.0597841029785931,0.15269573986692,0.387045117239072,2,574
|
||||
"260","ran_vals","project_id","intel_libva.git","before_after:week_index",-0.0899624981826697,0.10898156560002,-0.303562441737498,0.123637445372158,1,257
|
||||
"261","ran_vals","project_id","Intel-Media-SDK_MediaSDK","before_after:week_index",-0.438642327385148,0.170229869639335,-0.772286740971192,-0.104997913799104,0,57
|
||||
"262","ran_vals","project_id","intridea_grape-entity","before_after:week_index",0.0341829440155986,0.088535650828186,-0.13934374295546,0.207709630986657,1,359
|
||||
"263","ran_vals","project_id","intridea_multi_json","before_after:week_index",-0.376726117840406,0.159680373112804,-0.68969389817942,-0.0637583375013919,0,88
|
||||
"264","ran_vals","project_id","intridea_oauth2","before_after:week_index",-0.0667545659638588,0.10518353346925,-0.272910503330252,0.139401371402535,1,274
|
||||
"265","ran_vals","project_id","ionelmc_python-darkslide.git","before_after:week_index",-0.425447856284597,0.16866611923671,-0.756027375400687,-0.0948683371685072,0,66
|
||||
"266","ran_vals","project_id","ionelmc_python-lazy-object-proxy.git","before_after:week_index",-0.10465848099753,0.1109945595888,-0.322203820271463,0.112886858276402,1,245
|
||||
"267","ran_vals","project_id","ionelmc_python-tblib","before_after:week_index",-0.449938201630323,0.172698270608228,-0.788420592214802,-0.111455811045845,0,45
|
||||
"268","ran_vals","project_id","ioquake_ioq3","before_after:week_index",0.0965618519569263,0.0811381195769931,-0.0624659401872844,0.255589644101137,1,426
|
||||
"269","ran_vals","project_id","Iotic-Labs_py-ubjson","before_after:week_index",-0.21705264344121,0.128423171422884,-0.468757434210476,0.0346521473280555,1,176
|
||||
"270","ran_vals","project_id","iovisor_bcc.git","before_after:week_index",0.29784398971409,0.056802101557098,0.186513916415992,0.409174063012189,2,604
|
||||
"271","ran_vals","project_id","iovisor_bpftrace","before_after:week_index",0.240050226333143,0.0633137382249338,0.115957579685676,0.36414287298061,2,546
|
||||
"272","ran_vals","project_id","ipython_ipykernel.git","before_after:week_index",0.1393574341059,0.0751428793193733,-0.00791990305471141,0.286634771266511,1,462
|
||||
"273","ran_vals","project_id","ipython_ipython_genutils","before_after:week_index",-0.159214408475664,0.119791090431682,-0.394000631390542,0.0755718144392142,1,210
|
||||
"274","ran_vals","project_id","ipython_ipython.git","before_after:week_index",0.44668654730061,0.0437551083952841,0.360928110706207,0.532444983895013,2,711
|
||||
"275","ran_vals","project_id","ipython_traitlets.git","before_after:week_index",0.215607690464054,0.0658206294399056,0.0866016273220824,0.344613753606026,2,529
|
||||
"276","ran_vals","project_id","isaacs_inherits","before_after:week_index",-0.528351499658311,0.187145464568042,-0.89514987008169,-0.161553129234933,0,7
|
||||
"277","ran_vals","project_id","isaacs_node-glob.git","before_after:week_index",0.020481179681973,0.09174464610776,-0.159335022463609,0.200297381827555,1,347
|
||||
"278","ran_vals","project_id","iustin_pylibacl","before_after:week_index",-0.262022635282595,0.138225937105057,-0.532940493737805,0.00889522317261565,1,149
|
||||
"279","ran_vals","project_id","ixion_ixion.git","before_after:week_index",-0.251447502009187,0.136771832084474,-0.519515366994315,0.0166203629759418,1,155
|
||||
"280","ran_vals","project_id","jaap-karssenberg_zim-desktop-wiki.git","before_after:week_index",0.141627483170699,0.0741622070244289,-0.00372777161118504,0.286982737952583,1,463
|
||||
"281","ran_vals","project_id","jackfranklin_gulp-load-plugins","before_after:week_index",-0.159857402819256,0.119794687578312,-0.394650676011976,0.0749358703734643,1,209
|
||||
"282","ran_vals","project_id","janestreet_sexplib.git","before_after:week_index",-0.430271102653746,0.168687911827898,-0.760893334463695,-0.0996488708437973,0,61.5
|
||||
"283","ran_vals","project_id","janestreet_variantslib.git","before_after:week_index",-0.430271102653746,0.168687911827898,-0.760893334463695,-0.0996488708437973,0,61.5
|
||||
"284","ran_vals","project_id","jas_libntlm","before_after:week_index",-0.447106930947128,0.173563454212142,-0.787285050235293,-0.106928811658963,0,49
|
||||
"285","ran_vals","project_id","jashkenas_backbone","before_after:week_index",0.324963682136213,0.0542119705446002,0.218710172337851,0.431217191934576,2,636
|
||||
"286","ran_vals","project_id","jashkenas_coffeescript","before_after:week_index",-0.0118595113184634,0.0965000063133036,-0.200996048200426,0.1772770255635,1,310
|
||||
"287","ran_vals","project_id","jashkenas_underscore.git","before_after:week_index",0.25739781470121,0.0610181194250695,0.13780449822371,0.376991131178711,2,565
|
||||
"288","ran_vals","project_id","javaparser_javaparser.git","before_after:week_index",0.333271912842934,0.0538370138961754,0.227753304571248,0.43879052111462,2,646
|
||||
"289","ran_vals","project_id","jazzband_django-debug-toolbar.git","before_after:week_index",0.00282939135004731,0.0933309260919384,-0.180095862433922,0.185754645134016,1,330
|
||||
"290","ran_vals","project_id","jazzband_django-pipeline","before_after:week_index",0.0809973298056731,0.0819288986024192,-0.0795803607481025,0.241575020359449,1,408
|
||||
"291","ran_vals","project_id","jazzband_django-push-notifications","before_after:week_index",0.0119274314829424,0.0908879026462971,-0.166209584334183,0.190064447300067,1,341
|
||||
"292","ran_vals","project_id","jazzband_django-recurrence","before_after:week_index",-0.238885357294225,0.133687161492953,-0.500907379015801,0.0231366644273523,1,160
|
||||
"293","ran_vals","project_id","jazzband_django-sortedm2m.git","before_after:week_index",-0.20206063910015,0.127957711223571,-0.452853144642526,0.0487318664422255,1,185
|
||||
"294","ran_vals","project_id","jbeder_yaml-cpp","before_after:week_index",-0.289787356368253,0.14271638483518,-0.569506330648963,-0.0100683820875422,0,130
|
||||
"295","ran_vals","project_id","JDimproved_JDim.git","before_after:week_index",0.253541732081708,0.0618002881047716,0.132415393162157,0.37466807100126,2,562
|
||||
"296","ran_vals","project_id","jendrikseipp_vulture.git","before_after:week_index",-0.492768556602971,0.180683927290656,-0.846902546677909,-0.138634566528032,0,26
|
||||
"297","ran_vals","project_id","jeremyevans_sequel","before_after:week_index",0.248007654143391,0.0623632446783182,0.125777940614828,0.370237367671953,2,555
|
||||
"298","ran_vals","project_id","jim-easterbrook_pywws","before_after:week_index",-0.0621661267056267,0.102663358449914,-0.263382611799384,0.13905035838813,1,277
|
||||
"299","ran_vals","project_id","jjjake_internetarchive.git","before_after:week_index",0.271875278134736,0.0593858340768176,0.155481182152302,0.38826937411717,2,576
|
||||
"300","ran_vals","project_id","jmaslak_Net-Netmask.git","before_after:week_index",-0.280651242159447,0.14203854946081,-0.559041683518946,-0.00226080079994695,0,137
|
||||
"301","ran_vals","project_id","jmcnamara_XlsxWriter","before_after:week_index",0.167604238913871,0.0715187727306685,0.0274300201432556,0.307778457684487,2,487
|
||||
"302","ran_vals","project_id","joaotavora_yasnippet","before_after:week_index",-0.129399291106594,0.115493343070496,-0.355762083978895,0.0969635017657075,1,233
|
||||
"303","ran_vals","project_id","jobovy_galpy.git","before_after:week_index",0.0911625217488412,0.0820457236314591,-0.0696441416543455,0.251969185152028,1,418
|
||||
"304","ran_vals","project_id","joewing_jwm","before_after:week_index",0.0139993008717658,0.0931316699919648,-0.168535418132555,0.196534019876086,1,345
|
||||
"305","ran_vals","project_id","joke2k_faker","before_after:week_index",0.165316956033446,0.0713658427487664,0.0254424745195145,0.305191437547377,2,482
|
||||
"306","ran_vals","project_id","jp9000_obs-studio.git","before_after:week_index",0.363017586693981,0.0505000406420529,0.264039325817748,0.461995847570213,2,667
|
||||
"307","ran_vals","project_id","jpy-consortium_jpy","before_after:week_index",-0.438893191367238,0.170390699032351,-0.772852824771249,-0.104933557963226,0,56
|
||||
"308","ran_vals","project_id","jquast_blessed","before_after:week_index",0.08003869139161,0.0835713958399602,-0.0837582345924525,0.243835617375672,1,406
|
||||
"309","ran_vals","project_id","jquery_jquery.git","before_after:week_index",0.317574735131843,0.0552078204096765,0.209369395463922,0.425780074799765,2,624
|
||||
"310","ran_vals","project_id","jquery_qunit.git","before_after:week_index",0.0681260329425139,0.0844898551314011,-0.0974710401740388,0.233723106059067,1,393
|
||||
"311","ran_vals","project_id","jquery_sizzle.git","before_after:week_index",0.0498719414937403,0.0856027873040868,-0.117906438598512,0.217650321585993,1,376
|
||||
"312","ran_vals","project_id","jtauber_pyuca","before_after:week_index",-0.466812552944924,0.17596062108806,-0.811689032974822,-0.121936072915027,0,34
|
||||
"313","ran_vals","project_id","jtesta_ssh-audit.git","before_after:week_index",-0.00232455315111107,0.094801769422631,-0.188132606890138,0.183483500587916,1,322
|
||||
"314","ran_vals","project_id","jupyter_jupyter_client","before_after:week_index",0.206190350330925,0.0671117185341124,0.0746537990634756,0.337726901598374,2,517
|
||||
"315","ran_vals","project_id","jupyter_jupyter_console","before_after:week_index",-0.0609998644806253,0.103194336161926,-0.26325704676652,0.141257317805269,1,278
|
||||
"316","ran_vals","project_id","jupyter_jupyter_core","before_after:week_index",0.146832809288134,0.073192778117378,0.0033776002496419,0.290288018326626,2,466
|
||||
"317","ran_vals","project_id","jupyter_jupyter-sphinx.git","before_after:week_index",-0.0989855395127067,0.109339321408348,-0.313286671567117,0.115315592541704,1,249
|
||||
"318","ran_vals","project_id","jupyter_nbconvert","before_after:week_index",0.248243680456972,0.062342377309319,0.1260548662201,0.370432494693845,2,556
|
||||
"319","ran_vals","project_id","jupyter_nbformat","before_after:week_index",-0.00182513223181752,0.0948106293601634,-0.187650551129314,0.184000286665678,1,323
|
||||
"320","ran_vals","project_id","jupyter_notebook.git","before_after:week_index",0.369729125253052,0.0503160795880175,0.271111421417286,0.468346829088817,2,672
|
||||
"321","ran_vals","project_id","jupyter_terminado","before_after:week_index",-0.0546428638061643,0.102345131311275,-0.255235635169286,0.145949907556958,1,286
|
||||
"322","ran_vals","project_id","juzzlin_DustRacing2D.git","before_after:week_index",-0.00104243506808964,0.0922850222168237,-0.181917754925543,0.179832884789364,1,327
|
||||
"323","ran_vals","project_id","kaminari_kaminari","before_after:week_index",-0.00728027737960859,0.0956382789336871,-0.194727859633031,0.180167304873814,1,315
|
||||
"324","ran_vals","project_id","karenetheridge_B-Hooks-OP-Check","before_after:week_index",-0.47218134255294,0.177390158883469,-0.819859665176376,-0.124503019929503,0,31
|
||||
"325","ran_vals","project_id","karenetheridge_B-Hooks-Parser.git","before_after:week_index",-0.171416804463426,0.121932033780092,-0.410399199234127,0.0675655903072758,1,204
|
||||
"326","ran_vals","project_id","karenetheridge_Module-Manifest","before_after:week_index",-0.454269998284541,0.174379564340563,-0.796047664031829,-0.112492332537253,0,43
|
||||
"327","ran_vals","project_id","kasei_attean.git","before_after:week_index",0.348010532300042,0.0518167395898737,0.246451588907599,0.449569475692485,2,657
|
||||
"328","ran_vals","project_id","KDAB_hotspot.git","before_after:week_index",0.178574580786689,0.0700331121167031,0.0413122033126954,0.315836958260683,2,497
|
||||
"329","ran_vals","project_id","kelektiv_node-uuid","before_after:week_index",0.109579543871682,0.0793236120617905,-0.0458918788930545,0.265050966636418,1,441
|
||||
"330","ran_vals","project_id","keras-team_keras","before_after:week_index",0.403538820001635,0.0468545141122499,0.311705659828502,0.495371980174768,2,698
|
||||
"331","ran_vals","project_id","KhronosGroup_SPIRV-LLVM-Translator","before_after:week_index",0.217757337209451,0.0650136281982391,0.0903329674366242,0.345181706982277,2,530
|
||||
"332","ran_vals","project_id","KhronosGroup_Vulkan-Tools","before_after:week_index",0.43635081367849,0.044175654004405,0.349768122836354,0.522933504520626,2,708
|
||||
"333","ran_vals","project_id","kilobyte_memkind","before_after:week_index",0.115938587119816,0.0774187633621312,-0.03579940079759,0.267676575037223,1,445
|
||||
"334","ran_vals","project_id","kilobyte_ndctl","before_after:week_index",0.180494206193296,0.0696648694427486,0.0439535710978237,0.317034841288768,2,501
|
||||
"335","ran_vals","project_id","kilobyte_pmemkv","before_after:week_index",0.0257334788222809,0.087838245988124,-0.146426319779612,0.197893277424174,1,351
|
||||
"336","ran_vals","project_id","kivy_kivy","before_after:week_index",0.369618070575482,0.0500960019340935,0.27143171101521,0.467804430135754,2,671
|
||||
"337","ran_vals","project_id","korfuri_django-prometheus","before_after:week_index",-0.28042516110794,0.139886996817037,-0.554598636774801,-0.00625168544107912,0,138
|
||||
"338","ran_vals","project_id","kornelski_pngquant.git","before_after:week_index",-0.148484749194004,0.118379781891675,-0.380504858199394,0.0835353598113867,1,217
|
||||
"339","ran_vals","project_id","ktbyers_netmiko","before_after:week_index",-0.0491412475084719,0.099930142479819,-0.245000727738873,0.146718232721929,1,292
|
||||
"340","ran_vals","project_id","lastpass_lastpass-cli","before_after:week_index",0.0535318774653406,0.0838957348139244,-0.110900741226474,0.217964496157156,1,379
|
||||
"341","ran_vals","project_id","Leaflet_Leaflet","before_after:week_index",0.322526879297614,0.0546940741366013,0.215328463822111,0.429725294773116,2,631
|
||||
"342","ran_vals","project_id","Leaflet_Leaflet.markercluster","before_after:week_index",0.085712322587144,0.0824139745587786,-0.0758160993708622,0.24724074454515,1,413
|
||||
"343","ran_vals","project_id","letsencrypt_letsencrypt","before_after:week_index",0.403128257554985,0.0470775252552564,0.310858003573408,0.495398511536563,2,694.5
|
||||
"344","ran_vals","project_id","letsencrypt_letsencrypt.git","before_after:week_index",0.403128257554985,0.0470775252552564,0.310858003573408,0.495398511536563,2,694.5
|
||||
"345","ran_vals","project_id","libcgroup_libcgroup","before_after:week_index",0.088804270806233,0.0808742429768092,-0.0697063327052544,0.247314874317721,1,415
|
||||
"346","ran_vals","project_id","libevent_libevent","before_after:week_index",-0.0872268289740361,0.109269586886186,-0.30139128387653,0.126937625928458,1,261
|
||||
"347","ran_vals","project_id","libidn_libidn2","before_after:week_index",0.0981798668090846,0.0804992852118923,-0.0595958329874422,0.255955566605611,1,427
|
||||
"348","ran_vals","project_id","libinput_libinput","before_after:week_index",0.0104000433069812,0.0907172061644243,-0.167402413553385,0.188202500167348,1,337
|
||||
"349","ran_vals","project_id","libosinfo_libosinfo.git","before_after:week_index",0.126638750878516,0.076485324376875,-0.0232697302460229,0.276547232003054,1,454
|
||||
"350","ran_vals","project_id","libosinfo_osinfo-db-tools.git","before_after:week_index",-0.00719625536522919,0.0945881714594387,-0.192585664789228,0.17819315405877,1,316
|
||||
"351","ran_vals","project_id","libosinfo_osinfo-db.git","before_after:week_index",0.1547762087008,0.0727011968731171,0.0122844811965347,0.297267936205066,2,475
|
||||
"352","ran_vals","project_id","librsync_librsync","before_after:week_index",0.0495163266963287,0.0886651278291716,-0.124264130533488,0.223296783926145,1,375
|
||||
"353","ran_vals","project_id","libvirt_libvirt-python.git","before_after:week_index",-0.041073430039422,0.10004990620974,-0.237167642867122,0.155020782788278,1,295
|
||||
"354","ran_vals","project_id","libvirt_libvirt-ruby.git","before_after:week_index",-0.341639751966514,0.152577698032516,-0.640686544954274,-0.0425929589787547,0,100
|
||||
"355","ran_vals","project_id","libwww-perl_HTTP-Message.git","before_after:week_index",-0.113548944475805,0.114338359953713,-0.337648012036459,0.11055012308485,1,241
|
||||
"356","ran_vals","project_id","libwww-perl_URI.git","before_after:week_index",-0.460364461427135,0.176854190903724,-0.806992306113406,-0.113736616740864,0,40
|
||||
"357","ran_vals","project_id","libxsmm_libxsmm","before_after:week_index",0.427540957845549,0.0448960595911549,0.339546297999122,0.515535617691977,2,706
|
||||
"358","ran_vals","project_id","linkcheck_linkchecker.git","before_after:week_index",-0.135872560413395,0.116979198211594,-0.365147575848491,0.0934024550217012,1,228
|
||||
"359","ran_vals","project_id","linuxmint_cjs.git","before_after:week_index",-0.298968681965935,0.145571166122886,-0.584282924754288,-0.0136544391775821,0,122
|
||||
"360","ran_vals","project_id","LLNL_sundials.git","before_after:week_index",-0.0201087765728263,0.0981744004463701,-0.212527065651525,0.172309512505872,1,307
|
||||
"361","ran_vals","project_id","locationtech_jts.git","before_after:week_index",-0.139286147017927,0.116410912639522,-0.367447343198829,0.0888750491629746,1,225
|
||||
"362","ran_vals","project_id","lostisland_faraday_middleware","before_after:week_index",-0.188407344611644,0.125482159190187,-0.434347857326732,0.0575331681034442,1,193
|
||||
"363","ran_vals","project_id","lttng-ust.git","before_after:week_index",0.0622241995672667,0.0855454083242467,-0.10544171979103,0.229890118925563,1,386
|
||||
"364","ran_vals","project_id","luakit_luakit","before_after:week_index",0.379307352470544,0.0493107714005904,0.282660016475499,0.475954688465589,2,679
|
||||
"365","ran_vals","project_id","lualdap_lualdap.git","before_after:week_index",-0.0274725330341008,0.0977259473451176,-0.219011870185589,0.164066804117387,1,302
|
||||
"366","ran_vals","project_id","lucc_khard","before_after:week_index",-0.195390510585399,0.12540886457762,-0.441187368499595,0.0504063473287959,1,186
|
||||
"367","ran_vals","project_id","lunarmodules_penlight","before_after:week_index",0.103537691543151,0.0795267384852058,-0.0523318516957874,0.25940723478209,1,431
|
||||
"368","ran_vals","project_id","lunarmodules_say.git","before_after:week_index",0.0372551142293516,0.0876839794135187,-0.134602327442297,0.209112555901,1,360
|
||||
"369","ran_vals","project_id","lxc_lxc.git","before_after:week_index",0.241872715253515,0.063042056381522,0.118312555234388,0.365432875272642,2,548
|
||||
"370","ran_vals","project_id","lxc_lxcfs.git","before_after:week_index",-0.0985513444845329,0.109844195844437,-0.313842012250394,0.116739323281328,1,250
|
||||
"371","ran_vals","project_id","lxqt_qterminal.git","before_after:week_index",-0.377475812750902,0.159790205817563,-0.690658861235568,-0.0642927642662359,0,87
|
||||
"372","ran_vals","project_id","major_MySQLTuner-perl","before_after:week_index",0.0402436098719466,0.0893992447637789,-0.134975690110141,0.215462909854034,1,364
|
||||
"373","ran_vals","project_id","mapbox_leaflet-image","before_after:week_index",-0.312756846904203,0.147212372576125,-0.6012877952321,-0.0242258985763052,0,118
|
||||
"374","ran_vals","project_id","mapbox_mapnik-vector-tile.git","before_after:week_index",0.0893446477947362,0.0809517244597354,-0.0693178166327553,0.248007112222228,1,416
|
||||
"375","ran_vals","project_id","mapnik_python-mapnik.git","before_after:week_index",0.0734169518366386,0.0840590217167875,-0.0913357033039351,0.238169606977212,1,399
|
||||
"376","ran_vals","project_id","markdown-it_markdown-it","before_after:week_index",0.322567048667097,0.054208601989617,0.216320141115181,0.428813956219012,2,632
|
||||
"377","ran_vals","project_id","marshmallow-code_flask-marshmallow.git","before_after:week_index",-0.00107936412749102,0.0930822204903659,-0.183517163889624,0.181358435634642,1,326
|
||||
"378","ran_vals","project_id","marshmallow-code_marshmallow.git","before_after:week_index",-0.0326400060892532,0.0995131151148408,-0.22768212770373,0.162402115525223,1,299
|
||||
"379","ran_vals","project_id","math-comp_math-comp","before_after:week_index",0.0825579107068176,0.0813137923734732,-0.0768141937915575,0.241930015205193,1,410
|
||||
"380","ran_vals","project_id","mathjax_MathJax","before_after:week_index",0.149661639679335,0.072647782182469,0.00727460304498492,0.292048676313685,2,469
|
||||
"381","ran_vals","project_id","matlab2tikz_matlab2tikz","before_after:week_index",0.270135571264157,0.0603574300407434,0.151837182184904,0.38843396034341,2,575
|
||||
"382","ran_vals","project_id","MatMoul_g810-led.git","before_after:week_index",0.106119502120211,0.0781641992358307,-0.0470795132624301,0.259318517502853,1,435
|
||||
"383","ran_vals","project_id","matrix-org_synapse.git","before_after:week_index",0.447061423653421,0.0433096075059962,0.362176152757103,0.531946694549739,2,712
|
||||
"384","ran_vals","project_id","matthewdeanmartin_terminaltables","before_after:week_index",-0.137417423830975,0.115544192357474,-0.363879879474393,0.0890450318124425,1,226
|
||||
"385","ran_vals","project_id","matthewwithanm_django-imagekit.git","before_after:week_index",0.246995681458402,0.0621328789508629,0.125217476458924,0.36877388645788,2,553
|
||||
"386","ran_vals","project_id","matthewwithanm_pilkit","before_after:week_index",-0.259644548859573,0.137915279845552,-0.529953530274618,0.0106644325554723,1,150
|
||||
"387","ran_vals","project_id","mawww_kakoune.git","before_after:week_index",0.348490326615964,0.0519325997296274,0.24670430152236,0.450276351709569,2,659
|
||||
"388","ran_vals","project_id","maxmind_geoip-api-perl.git","before_after:week_index",-0.466527841670862,0.177081986736601,-0.813602157985398,-0.119453525356325,0,35
|
||||
"389","ran_vals","project_id","mcmtroffaes_pathlib2.git","before_after:week_index",-0.342259083752974,0.153128920327628,-0.642386252586628,-0.0421319149193193,0,99
|
||||
"390","ran_vals","project_id","mdbootstrap_perfect-scrollbar","before_after:week_index",-0.397184489272774,0.162020988584076,-0.714739791637139,-0.0796291869084094,0,75
|
||||
"391","ran_vals","project_id","metaodi_osmapi.git","before_after:week_index",-0.321258934410492,0.148473715485214,-0.612262069412359,-0.0302557994086249,0,114
|
||||
"392","ran_vals","project_id","mfontanini_libtins.git","before_after:week_index",0.223121691401184,0.0650213836810907,0.0956821211612859,0.350561261641082,2,537
|
||||
"393","ran_vals","project_id","michaeljones_breathe.git","before_after:week_index",0.178839416309989,0.0697104463324684,0.042209452152139,0.31546938046784,2,498
|
||||
"394","ran_vals","project_id","michaelrsweet_htmldoc.git","before_after:week_index",-0.343638962290259,0.153842535827616,-0.645164791802699,-0.0421131327778193,0,95
|
||||
"395","ran_vals","project_id","mikel_mail","before_after:week_index",0.0587386633014353,0.0863437202807779,-0.11049191874009,0.227969245342961,1,381
|
||||
"396","ran_vals","project_id","mishoo_UglifyJS2","before_after:week_index",0.300482796679403,0.0564842194739986,0.18977576081551,0.411189832543296,2,607
|
||||
"397","ran_vals","project_id","mkdocs_mkdocs","before_after:week_index",0.222870905382078,0.0655837988345478,0.0943290216970441,0.351412789067111,2,536
|
||||
"398","ran_vals","project_id","mlpack_ensmallen","before_after:week_index",0.259375135822975,0.0609953197069396,0.139826505971867,0.378923765674083,2,567
|
||||
"399","ran_vals","project_id","mlpack_mlpack","before_after:week_index",0.331539501391456,0.053514552441149,0.226652905958024,0.436426096824888,2,644
|
||||
"400","ran_vals","project_id","mne-tools_mne-python.git","before_after:week_index",0.240892806104944,0.063036524728984,0.117343487925567,0.364442124284321,2,547
|
||||
"401","ran_vals","project_id","moment_moment.git","before_after:week_index",0.21272165868491,0.0658175396480018,0.0837216514237897,0.341721665946031,2,524
|
||||
"402","ran_vals","project_id","mongodb_mongo-c-driver","before_after:week_index",0.393513883567197,0.0478099390349157,0.299808124955707,0.487219642178688,2,689
|
||||
"403","ran_vals","project_id","mongodb_motor","before_after:week_index",0.0953562245755919,0.0815036924788101,-0.0643880772899039,0.255100526441088,1,422
|
||||
"404","ran_vals","project_id","mongoengine_flask-mongoengine","before_after:week_index",-0.251148424990951,0.136438959050824,-0.518563870818701,0.0162670208367996,1,156
|
||||
"405","ran_vals","project_id","mongoengine_mongoengine","before_after:week_index",0.15475137702222,0.0721714107041488,0.0132980113286398,0.2962047427158,2,474
|
||||
"406","ran_vals","project_id","moose_MooseX-Runnable","before_after:week_index",-0.463079283483366,0.175678054681293,-0.807401943532758,-0.118756623433974,0,37
|
||||
"407","ran_vals","project_id","Motion-Project_motion","before_after:week_index",0.166961984312107,0.0715695629418319,0.026688218556844,0.30723575006737,2,485
|
||||
"408","ran_vals","project_id","Mottie_tablesorter.git","before_after:week_index",0.327104485489154,0.0539545856407978,0.221355440832409,0.4328535301459,2,639
|
||||
"409","ran_vals","project_id","mozilla_source-map","before_after:week_index",-0.0258907021756345,0.0969944421939744,-0.215996315576377,0.164214911225107,1,305
|
||||
"410","ran_vals","project_id","mqttjs_mqtt-packet","before_after:week_index",-0.167142044880811,0.120666466514426,-0.403643973390794,0.0693598836291711,1,208
|
||||
"411","ran_vals","project_id","mruby-debian_mruby","before_after:week_index",0.346552302544007,0.0520862700972027,0.244465089064464,0.44863951602355,2,656
|
||||
"412","ran_vals","project_id","mu-editor_mu","before_after:week_index",0.0433540340369517,0.0882494728201068,-0.129611754345104,0.216319822419007,1,369
|
||||
"413","ran_vals","project_id","muammar_mkchromecast.git","before_after:week_index",0.128314349364882,0.0772117103759018,-0.0230178221566226,0.279646520886387,1,457
|
||||
"414","ran_vals","project_id","multani_sonata","before_after:week_index",-0.405062404186951,0.164926352370826,-0.728312114935332,-0.0818126934385704,0,73
|
||||
"415","ran_vals","project_id","muse-sequencer_muse.git","before_after:week_index",0.295520135312064,0.0573298556438502,0.183155683011237,0.40788458761289,2,601
|
||||
"416","ran_vals","project_id","mvz_ruby-gir-ffi","before_after:week_index",-0.0949354814956796,0.108284042343436,-0.307168304589225,0.117297341597866,1,255
|
||||
"417","ran_vals","project_id","mwilliamson_spur.py.git","before_after:week_index",-0.0492190394590955,0.100341818053469,-0.245885388987166,0.147447310068975,1,291
|
||||
"418","ran_vals","project_id","mypaint_libmypaint","before_after:week_index",0.0672638000647694,0.0839856866447546,-0.0973451209758161,0.231872721105355,1,392
|
||||
"419","ran_vals","project_id","NagiosEnterprises_nrpe.git","before_after:week_index",-0.428333225059487,0.170271579975229,-0.762059389401667,-0.0946070607173078,0,63
|
||||
"420","ran_vals","project_id","namhyung_uftrace","before_after:week_index",0.307726148047343,0.0556802972772098,0.198594770735528,0.416857525359158,2,616
|
||||
"421","ran_vals","project_id","neovim_neovim","before_after:week_index",0.27678809661818,0.0596711494719359,0.15983479273708,0.393741400499281,2,582
|
||||
"422","ran_vals","project_id","nesquena_rabl","before_after:week_index",-0.0268329935300649,0.0979425484757633,-0.218796861096629,0.165130874036499,1,304
|
||||
"423","ran_vals","project_id","netty_netty","before_after:week_index",0.326431660088833,0.0541922157872486,0.220216868903403,0.432646451274263,2,638
|
||||
"424","ran_vals","project_id","networkx_networkx.git","before_after:week_index",0.29463924696843,0.0574800703738019,0.181980379206951,0.40729811472991,2,600
|
||||
"425","ran_vals","project_id","nginxinc_nginx-prometheus-exporter","before_after:week_index",-0.531878605481752,0.186902684132549,-0.898201134995415,-0.16555607596809,0,1
|
||||
"426","ran_vals","project_id","nicolargo_glances","before_after:week_index",0.225018303763502,0.0642228071601184,0.0991439147436087,0.350892692783395,2,539
|
||||
"427","ran_vals","project_id","nikic_PHP-Parser","before_after:week_index",0.0325118861109675,0.0894811828580672,-0.142868009584887,0.207891781806822,1,357
|
||||
"428","ran_vals","project_id","ninja-build_ninja.git","before_after:week_index",0.127340855957529,0.0761740063496649,-0.02195745304594,0.276639164960997,1,455
|
||||
"429","ran_vals","project_id","nodejs_node-gyp.git","before_after:week_index",-0.449559334106917,0.172866676622786,-0.78837179441471,-0.110746873799125,0,47
|
||||
"430","ran_vals","project_id","nojhan_liquidprompt.git","before_after:week_index",0.00772004010442278,0.0937326723181539,-0.175992621813853,0.191432702022699,1,333
|
||||
"431","ran_vals","project_id","npm_abbrev-js","before_after:week_index",-0.348803046895534,0.153217970456108,-0.649104750773829,-0.0485013430172399,0,93
|
||||
"432","ran_vals","project_id","npm_nopt","before_after:week_index",-0.27038593779692,0.139475351678275,-0.543752603817398,0.00298072822355688,1,146
|
||||
"433","ran_vals","project_id","ntop_nDPI.git","before_after:week_index",0.315445156825158,0.0548581296668033,0.207925198418996,0.422965115231321,2,622
|
||||
"434","ran_vals","project_id","Nuitka_Nuitka","before_after:week_index",-0.0594792632816644,0.100738122902073,-0.256922356039897,0.137963829476568,1,280
|
||||
"435","ran_vals","project_id","numba_numba.git","before_after:week_index",0.377579754366666,0.0492852709013431,0.280982398431734,0.474177110301598,2,678
|
||||
"436","ran_vals","project_id","nvbn_thefuck.git","before_after:week_index",0.188657496536815,0.0685625209036582,0.0542774248763706,0.32303756819726,2,504
|
||||
"437","ran_vals","project_id","o9000_tint2","before_after:week_index",0.103905373015271,0.0805200178915159,-0.0539109620866211,0.261721708117163,1,432
|
||||
"438","ran_vals","project_id","oar-team_oar","before_after:week_index",-0.047838268575198,0.0997256761879173,-0.24329700223742,0.147620465087023,1,293
|
||||
"439","ran_vals","project_id","oath-toolkit_oath-toolkit","before_after:week_index",-0.318829834372778,0.149083361992794,-0.611027854572803,-0.0266318141727543,0,116
|
||||
"440","ran_vals","project_id","oauth-xx_oauth-ruby","before_after:week_index",-0.0588701072196772,0.103083732911854,-0.260910511118857,0.143170296679503,1,282
|
||||
"441","ran_vals","project_id","ocaml_dune.git","before_after:week_index",0.402785583519519,0.0468421617823386,0.310976633468136,0.494594533570901,2,692
|
||||
"442","ran_vals","project_id","ocaml_ocamlbuild.git","before_after:week_index",-0.0544348752549577,0.102332239743038,-0.25500237960863,0.146132629098715,1,287
|
||||
"443","ran_vals","project_id","OCamlPro_alt-ergo.git","before_after:week_index",-0.0573215214116206,0.101376390682516,-0.256015596032013,0.141372553208772,1,283
|
||||
"444","ran_vals","project_id","ocsigen_js_of_ocaml.git","before_after:week_index",0.0480297955818996,0.0874503779842691,-0.123369795701682,0.219429386865481,1,373
|
||||
"445","ran_vals","project_id","office_ghostwriter","before_after:week_index",-0.176986084026155,0.122988525289822,-0.4180391641059,0.0640669960535893,1,200
|
||||
"446","ran_vals","project_id","olive-editor_olive","before_after:week_index",0.241894852994477,0.0626912462705714,0.119022268158226,0.364767437830728,2,549
|
||||
"447","ran_vals","project_id","oneapi-src_oneTBB.git","before_after:week_index",0.173897956534994,0.0700509808578062,0.0366005569719891,0.311195356097999,2,494
|
||||
"448","ran_vals","project_id","open-power_skiboot.git","before_after:week_index",0.322259697209666,0.0542653363801771,0.215901592295568,0.428617802123764,2,630
|
||||
"449","ran_vals","project_id","openalpr_openalpr","before_after:week_index",-0.506600640178808,0.18296279560816,-0.865201130081565,-0.148000150276051,0,14
|
||||
"450","ran_vals","project_id","opencontainers_runc","before_after:week_index",0.280548108721296,0.0584324987138834,0.166022515715401,0.39507370172719,2,585
|
||||
"451","ran_vals","project_id","OpenPrinting_cups","before_after:week_index",0.0223008662566708,0.0915285938429363,-0.157091881231079,0.20169361374442,1,349
|
||||
"452","ran_vals","project_id","OpenPrinting_cups-filters","before_after:week_index",0.0238525882743502,0.0903467493597182,-0.153223786590965,0.200928963139665,1,350
|
||||
"453","ran_vals","project_id","Openshot_openshot-qt.git","before_after:week_index",0.111026587550093,0.0792293604251049,-0.044260105401256,0.266313280501441,1,442
|
||||
"454","ran_vals","project_id","openstack_python-swiftclient.git","before_after:week_index",-0.0279562425211731,0.0980227209396149,-0.220077245229439,0.164164760187092,1,301
|
||||
"455","ran_vals","project_id","openstack_rally.git","before_after:week_index",0.36143428922395,0.0506550344169553,0.26215224613108,0.460716332316819,2,665
|
||||
"456","ran_vals","project_id","openstack_swift.git","before_after:week_index",0.296685843341289,0.0569774433342295,0.185012106475028,0.408359580207551,2,603
|
||||
"457","ran_vals","project_id","openstreetmap_osm2pgsql.git","before_after:week_index",0.196541879633162,0.0685712219793405,0.0621447541777529,0.33093900508857,2,507
|
||||
"458","ran_vals","project_id","openSUSE_open-build-service","before_after:week_index",0.411692555854476,0.0466300534585346,0.32029933047857,0.503085781230381,2,702
|
||||
"459","ran_vals","project_id","OpenTTD_OpenTTD.git","before_after:week_index",0.244541271663122,0.0628729091831084,0.121312634060972,0.367769909265272,2,550
|
||||
"460","ran_vals","project_id","openwisp_django-x509","before_after:week_index",-0.148541275564378,0.118012581150634,-0.379841684342231,0.0827591332134742,1,216
|
||||
"461","ran_vals","project_id","orcus_orcus","before_after:week_index",-0.097417842926866,0.110046572941648,-0.313105162514556,0.118269476660824,1,251
|
||||
"462","ran_vals","project_id","osantana_dicteval.git","before_after:week_index",-0.298500457859703,0.144366392983683,-0.581453388685677,-0.0155475270337284,0,124
|
||||
"463","ran_vals","project_id","OSGeo_grass.git","before_after:week_index",0.28482970706193,0.0582853620513038,0.170592496615497,0.399066917508363,2,588
|
||||
"464","ran_vals","project_id","OSGeo_PROJ.git","before_after:week_index",0.10397928909477,0.0809700877716402,-0.0547191667626914,0.262677744952232,1,433
|
||||
"465","ran_vals","project_id","OSGeo_shapelib.git","before_after:week_index",-0.426467007409566,0.170657489422496,-0.760949540369683,-0.0919844744494489,0,65
|
||||
"466","ran_vals","project_id","osmcode_libosmium.git","before_after:week_index",0.29854278209641,0.0568748545633665,0.187070115526258,0.410015448666562,2,605
|
||||
"467","ran_vals","project_id","osmcode_osmium-tool.git","before_after:week_index",0.139277074877698,0.075027392330968,-0.00777391194495541,0.286328061700352,1,461
|
||||
"468","ran_vals","project_id","P403n1x87_austin","before_after:week_index",-0.132840763673279,0.115132915030488,-0.358497130568146,0.0928156032215888,1,229
|
||||
"469","ran_vals","project_id","pallets_click.git","before_after:week_index",0.0719555857805521,0.083172612274495,-0.0910597387775721,0.234970910338676,1,398
|
||||
"470","ran_vals","project_id","pallets_itsdangerous","before_after:week_index",0.0274953535201274,0.088946389808751,-0.146836367059885,0.20182707410014,1,353
|
||||
"471","ran_vals","project_id","pallets_werkzeug","before_after:week_index",0.260417306545583,0.0609346880306414,0.140987512596342,0.379847100494824,2,569
|
||||
"472","ran_vals","project_id","pallets-eco_flask-sqlalchemy","before_after:week_index",-0.00124175600265883,0.0949384059295077,-0.187317612374138,0.18483410036882,1,325
|
||||
"473","ran_vals","project_id","pantsbuild_pex.git","before_after:week_index",0.0687102366810986,0.0837772084391902,-0.0954900745850192,0.232910547947216,1,395
|
||||
"474","ran_vals","project_id","pavlov99_json-rpc","before_after:week_index",-0.214328733143393,0.129193850098112,-0.467544026359759,0.038886560072972,1,179
|
||||
"475","ran_vals","project_id","pazz_alot","before_after:week_index",0.280320595072287,0.0585584441337735,0.16554815357939,0.395093036565184,2,584
|
||||
"476","ran_vals","project_id","PDAL_PDAL.git","before_after:week_index",0.345483482638663,0.0522466739435422,0.243081883397313,0.447885081880013,2,655
|
||||
"477","ran_vals","project_id","pdfminer_pdfminer.six.git","before_after:week_index",-0.0767858242901936,0.107008501838246,-0.286518633932744,0.132946985352357,1,270
|
||||
"478","ran_vals","project_id","perl-catalyst_Catalyst-Authentication-Credential-HTTP","before_after:week_index",-0.468086668227622,0.176993223215223,-0.814987011237118,-0.121186325218125,0,33
|
||||
"479","ran_vals","project_id","Perl-Toolchain-Gang_ExtUtils-CBuilder.git","before_after:week_index",-0.379829640362309,0.161050007028646,-0.695481853848378,-0.0641774268762393,0,83
|
||||
"480","ran_vals","project_id","petkaantonov_bluebird.git","before_after:week_index",0.303723273573183,0.056210937137995,0.193551861245468,0.413894685900898,2,613
|
||||
"481","ran_vals","project_id","pgbackrest_pgbackrest","before_after:week_index",0.267868771965732,0.0596752935930239,0.150907345756551,0.384830198174913,2,573
|
||||
"482","ran_vals","project_id","pgRouting_pgrouting.git","before_after:week_index",0.37698414411878,0.0495996257040241,0.279770664092226,0.474197624145335,2,677
|
||||
"483","ran_vals","project_id","philpem_printer-driver-ptouch.git","before_after:week_index",-0.18088226221757,0.122264203592523,-0.420515697857386,0.0587511734222473,1,196
|
||||
"484","ran_vals","project_id","phpmyadmin_motranslator","before_after:week_index",-0.23602527821024,0.133138183784968,-0.496971323395853,0.024920766975372,1,162
|
||||
"485","ran_vals","project_id","pika_pika","before_after:week_index",-0.0651205958421336,0.102846815738112,-0.266696650613461,0.136455458929194,1,275
|
||||
"486","ran_vals","project_id","pimutils_vdirsyncer","before_after:week_index",0.359277463752397,0.0508427496416584,0.25962750557976,0.458927421925034,2,663
|
||||
"487","ran_vals","project_id","plasma_kscreen.git","before_after:week_index",0.0807076330873723,0.0813860155294129,-0.0788060261954945,0.240221292370239,1,407
|
||||
"488","ran_vals","project_id","plasma_kwin.git","before_after:week_index",0.401062162403944,0.0478388936279284,0.307299653832962,0.494824670974926,2,691
|
||||
"489","ran_vals","project_id","plastex_plastex","before_after:week_index",0.153938819070229,0.074445734623675,0.00802786040519973,0.299849777735259,2,472
|
||||
"490","ran_vals","project_id","plotly_plotly.R.git","before_after:week_index",0.327621167454257,0.0537756539264466,0.222222822513332,0.433019512395182,2,640
|
||||
"491","ran_vals","project_id","PointCloudLibrary_pcl","before_after:week_index",0.36078659148272,0.0508311127995722,0.261159441101466,0.460413741863974,2,664
|
||||
"492","ran_vals","project_id","porridge_bambam","before_after:week_index",-0.0770871229986664,0.103737658838648,-0.28040919816292,0.126234952165588,1,269
|
||||
"493","ran_vals","project_id","powerline_powerline","before_after:week_index",0.369959332961646,0.0499259994737843,0.272106172100863,0.467812493822429,2,673
|
||||
"494","ran_vals","project_id","PracticallyGreen_omniauth-saml.git","before_after:week_index",0.0267630532194883,0.0908503220293149,-0.151300305941835,0.204826412380811,1,352
|
||||
"495","ran_vals","project_id","prawnpdf_prawn","before_after:week_index",0.130764536621886,0.076540511749997,-0.0192521097663734,0.280781183010145,1,458
|
||||
"496","ran_vals","project_id","prehor_amavisd-milter","before_after:week_index",-0.119657542082175,0.114309768005175,-0.343700570453447,0.104385486289096,1,238
|
||||
"497","ran_vals","project_id","processone_eimp.git","before_after:week_index",-0.302906217052619,0.145072086523834,-0.587242281801412,-0.0185701523038255,0,121
|
||||
"498","ran_vals","project_id","processone_fast_tls.git","before_after:week_index",-0.252956409584416,0.136581901466963,-0.520652017399663,0.0147391982308303,1,153
|
||||
"499","ran_vals","project_id","processone_pkix.git","before_after:week_index",-0.45986450656665,0.173682771912577,-0.800276484250386,-0.119452528882914,0,41
|
||||
"500","ran_vals","project_id","processone_stun.git","before_after:week_index",-0.457034022204881,0.173836906263415,-0.79774809766504,-0.116319946744722,0,42
|
||||
"501","ran_vals","project_id","prometheus_client_python.git","before_after:week_index",-0.0966291343596592,0.109514277184654,-0.311273173434518,0.1180149047152,1,252
|
||||
"502","ran_vals","project_id","prometheus_haproxy_exporter","before_after:week_index",-0.0605210256115682,0.103013260075391,-0.262423305289393,0.141381254066256,1,279
|
||||
"503","ran_vals","project_id","prometheus_mysqld_exporter","before_after:week_index",-0.147419630653784,0.117966218918428,-0.37862917112627,0.0837899098187019,1,218
|
||||
"504","ran_vals","project_id","prometheus_node_exporter","before_after:week_index",0.0440368425555929,0.0878219722745312,-0.128091060153763,0.216164745264949,1,370
|
||||
"505","ran_vals","project_id","prometheus_pushgateway","before_after:week_index",-0.241977565694229,0.134625028830418,-0.505837773619515,0.0218826422310567,1,158
|
||||
"506","ran_vals","project_id","prometheus_snmp_exporter","before_after:week_index",-0.237196129633932,0.132909267915541,-0.497693507959977,0.0233012486921141,1,161
|
||||
"507","ran_vals","project_id","psf_black.git","before_after:week_index",0.107706930349326,0.0795996068765906,-0.0483054323123386,0.26371929301099,1,437
|
||||
"508","ran_vals","project_id","pub_scm_linux_kernel_git_jberg_iw.git","before_after:week_index",-0.373500731976739,0.15897296484576,-0.685082017589979,-0.0619194463634976,0,89
|
||||
"509","ran_vals","project_id","publicsuffix_list","before_after:week_index",-0.0718265004548908,0.105647570296671,-0.278891933290529,0.135238932380748,1,273
|
||||
"510","ran_vals","project_id","pulseaudio_pulseaudio.git","before_after:week_index",0.289601256848846,0.0580503342303391,0.175824692466868,0.403377821230823,2,592
|
||||
"511","ran_vals","project_id","puppetlabs_clj-kitchensink.git","before_after:week_index",-0.121965959551974,0.112160686114746,-0.341796864818177,0.0978649457142294,1,235
|
||||
"512","ran_vals","project_id","puppetlabs_facter.git","before_after:week_index",0.329261469211612,0.0533010396085208,0.224793351240368,0.433729587182855,2,642
|
||||
"513","ran_vals","project_id","puppetlabs_marionette-collective","before_after:week_index",0.0409399515054903,0.0884451288334598,-0.132409315616096,0.214289218627077,1,366
|
||||
"514","ran_vals","project_id","puppetlabs_puppetlabs-apache","before_after:week_index",0.318599476591763,0.0548175231300493,0.211159105535175,0.426039847648351,2,625
|
||||
"515","ran_vals","project_id","puppetlabs_puppetlabs-concat","before_after:week_index",0.116916506792133,0.0769454156422534,-0.0338937366421486,0.267726750226414,1,446
|
||||
"516","ran_vals","project_id","puppetlabs_puppetlabs-firewall","before_after:week_index",0.106887391981379,0.079366874779001,-0.0486688241509632,0.262443608113721,1,436
|
||||
"517","ran_vals","project_id","puppetlabs_puppetlabs-mysql","before_after:week_index",0.179176944736149,0.0696067335640764,0.0427502538690841,0.315603635603214,2,499
|
||||
"518","ran_vals","project_id","puppetlabs_puppetlabs-ntp.git","before_after:week_index",-0.231265940632065,0.131374028419822,-0.488754304838857,0.0262224235747283,1,164
|
||||
"519","ran_vals","project_id","puppetlabs_puppetlabs-postgresql.git","before_after:week_index",0.154196183853805,0.0731323289583155,0.0108594529899707,0.297532914717639,2,473
|
||||
"520","ran_vals","project_id","puppetlabs_puppetlabs-xinetd","before_after:week_index",-0.435066376079738,0.170405542743632,-0.769055102623257,-0.101077649536219,0,58
|
||||
"521","ran_vals","project_id","py-pdf_pypdf","before_after:week_index",0.293866134152856,0.0571764216379576,0.181802406977583,0.40592986132813,2,599
|
||||
"522","ran_vals","project_id","pyca_pyopenssl","before_after:week_index",0.284175129476008,0.0584217038363762,0.169670694041245,0.398679564910771,2,587
|
||||
"523","ran_vals","project_id","PyCQA_flake8-polyfill.git","before_after:week_index",-0.461462388173374,0.174489165196345,-0.80345486765067,-0.119469908696077,0,39
|
||||
"524","ran_vals","project_id","PyCQA_prospector","before_after:week_index",0.00238741581521408,0.0929813443401988,-0.179852670325693,0.184627501956121,1,329
|
||||
"525","ran_vals","project_id","PyCQA_pycodestyle","before_after:week_index",-0.177956945042287,0.12175358805762,-0.416589592623747,0.0606757025391733,1,199
|
||||
"526","ran_vals","project_id","pydanny_cached-property.git","before_after:week_index",-0.267035459782491,0.139103839755246,-0.539673975814005,0.00560305624902258,1,147
|
||||
"527","ran_vals","project_id","pydata_xarray","before_after:week_index",0.224852863875599,0.0643856617886078,0.0986592856491515,0.351046442102047,2,538
|
||||
"528","ran_vals","project_id","pydicom_pydicom.git","before_after:week_index",0.250904976436169,0.0622192432539053,0.128957500513178,0.37285245235916,2,558
|
||||
"529","ran_vals","project_id","PyFilesystem_pyfilesystem2","before_after:week_index",-0.0795931320580862,0.106200088710119,-0.287741481084878,0.128555216968705,1,266
|
||||
"530","ran_vals","project_id","pygraphviz_pygraphviz.git","before_after:week_index",-0.0783938811509519,0.107235933556824,-0.288572448770857,0.131784686468953,1,267
|
||||
"531","ran_vals","project_id","pyjokes_pyjokes","before_after:week_index",-0.449813836737346,0.17258878107277,-0.788081631775643,-0.111546041699049,0,46
|
||||
"532","ran_vals","project_id","Pylons_hupper","before_after:week_index",0.0682115148926046,0.0848010202124537,-0.0979954305760579,0.234418460361267,1,394
|
||||
"533","ran_vals","project_id","pylons_plaster","before_after:week_index",-0.229004739749782,0.132038319097442,-0.487795089759975,0.0297856102604114,1,165
|
||||
"534","ran_vals","project_id","Pylons_plaster_pastedeploy.git","before_after:week_index",-0.313310415607117,0.147292829936267,-0.601999057463184,-0.0246217737510499,0,117
|
||||
"535","ran_vals","project_id","Pylons_venusian","before_after:week_index",-0.404605588960109,0.164859554847624,-0.727724378968758,-0.0814867989514598,0,74
|
||||
"536","ran_vals","project_id","pymodbus-dev_pymodbus.git","before_after:week_index",0.291278945497172,0.0576210611804737,0.178343740832465,0.404214150161879,2,594
|
||||
"537","ran_vals","project_id","pypa_pipenv.git","before_after:week_index",0.429083012048261,0.0449307698590841,0.341020321326799,0.517145702769724,2,707
|
||||
"538","ran_vals","project_id","pyparsing_pyparsing","before_after:week_index",0.203830797667071,0.0670127214195641,0.0724882771787094,0.335173318155432,2,515
|
||||
"539","ran_vals","project_id","pyproj4_pyproj.git","before_after:week_index",0.213922063307657,0.0657495961514067,0.0850552228528465,0.342788903762467,2,528
|
||||
"540","ran_vals","project_id","pyqtgraph_pyqtgraph.git","before_after:week_index",0.290031830018104,0.0576985116831897,0.176944825157488,0.403118834878719,2,593
|
||||
"541","ran_vals","project_id","PyTables_PyTables","before_after:week_index",-0.130886872085569,0.115309541294253,-0.356889420096139,0.0951156759250011,1,232
|
||||
"542","ran_vals","project_id","pytest-dev_pytest-bdd.git","before_after:week_index",0.0471437189049643,0.0879471742332781,-0.12522957513433,0.219517012944258,1,371
|
||||
"543","ran_vals","project_id","pytest-dev_pytest-cov.git","before_after:week_index",-0.0493766457087904,0.100997979235952,-0.24732904752258,0.148575756104999,1,290
|
||||
"544","ran_vals","project_id","pytest-dev_pytest.git","before_after:week_index",0.102244145505295,0.0792427999682796,-0.0530688884666447,0.257557179477235,1,430
|
||||
"545","ran_vals","project_id","python_typed_ast.git","before_after:week_index",-0.216711677200781,0.129872023714074,-0.471256166279698,0.0378328118781359,1,177
|
||||
"546","ran_vals","project_id","python-bugzilla_python-bugzilla","before_after:week_index",-0.312748103876439,0.147124312370223,-0.601106457372296,-0.0243897503805822,0,119
|
||||
"547","ran_vals","project_id","python-gitlab_python-gitlab.git","before_after:week_index",0.161296411568802,0.07175723125379,0.0206548226810621,0.301938000456543,2,479
|
||||
"548","ran_vals","project_id","python-hyper_h11.git","before_after:week_index",0.0960800767352189,0.0798668571485616,-0.0604560868343672,0.252616240304805,1,425
|
||||
"549","ran_vals","project_id","python-ldap_python-ldap","before_after:week_index",0.228409958568505,0.0650499819820972,0.100914336688615,0.355905580448395,2,542
|
||||
"550","ran_vals","project_id","python-trio_trio","before_after:week_index",0.167837265894584,0.0709798410878691,0.0287193337339848,0.306955198055184,2,488
|
||||
"551","ran_vals","project_id","pytroll_satpy","before_after:week_index",0.349617448005542,0.0519543284347625,0.247788835432442,0.451446060578642,2,661
|
||||
"552","ran_vals","project_id","pyutilib_pyutilib","before_after:week_index",-0.29882749176302,0.145124011872858,-0.583265328325785,-0.0143896552002551,0,123
|
||||
"553","ran_vals","project_id","PyWavelets_pywt.git","before_after:week_index",0.0658139905138838,0.0842818121228402,-0.0993753257986542,0.231003306826422,1,391
|
||||
"554","ran_vals","project_id","Qiskit_qiskit-terra","before_after:week_index",0.321921769320876,0.0541522678679277,0.215785274618572,0.42805826402318,2,627
|
||||
"555","ran_vals","project_id","qTox_qTox","before_after:week_index",0.385688517864275,0.0484325153715657,0.290762532055324,0.480614503673227,2,684
|
||||
"556","ran_vals","project_id","quartz-scheduler_quartz","before_after:week_index",-0.0749950397067321,0.103152063431929,-0.277169368964305,0.127179289550841,1,271
|
||||
"557","ran_vals","project_id","qxmpp-project_qxmpp.git","before_after:week_index",0.121551905939188,0.078191816713171,-0.0317012387043841,0.27480505058276,1,451
|
||||
"558","ran_vals","project_id","rackerlabs_kthresher","before_after:week_index",-0.320417976559852,0.147408174621907,-0.609332689845582,-0.0315032632741234,0,115
|
||||
"559","ran_vals","project_id","rails_jbuilder","before_after:week_index",-0.310486747213867,0.147309344834267,-0.599207757675221,-0.0217657367525124,0,120
|
||||
"560","ran_vals","project_id","rails_jquery-rails.git","before_after:week_index",-0.185786887774766,0.125063508821387,-0.430906860844891,0.0593330852953594,1,195
|
||||
"561","ran_vals","project_id","rails_rails-dom-testing","before_after:week_index",-0.274859246904157,0.138903116553573,-0.54710435268953,-0.00261414111878433,0,141
|
||||
"562","ran_vals","project_id","rails_rails-html-sanitizer","before_after:week_index",-0.515970134188402,0.184649215370916,-0.877875946088976,-0.154064322287828,0,12
|
||||
"563","ran_vals","project_id","rails_sprockets.git","before_after:week_index",0.253684577328998,0.0615870949387459,0.132976089336607,0.374393065321389,2,564
|
||||
"564","ran_vals","project_id","rakhimov_scram.git","before_after:week_index",0.265235634925844,0.060674705688671,0.146315397003481,0.384155872848207,2,572
|
||||
"565","ran_vals","project_id","ranger_ranger.git","before_after:week_index",0.197050908681154,0.0681441601033236,0.0634908091219089,0.3306110082404,2,508
|
||||
"566","ran_vals","project_id","Ranks_emojione","before_after:week_index",0.0783296651124608,0.0823918894991141,-0.0831554709240067,0.239814801148928,1,402
|
||||
"567","ran_vals","project_id","rasterio_rasterio.git","before_after:week_index",0.37981184557695,0.0489843126093367,0.283804357055199,0.475819334098701,2,680
|
||||
"568","ran_vals","project_id","rbenv_ruby-build.git","before_after:week_index",-0.00437540154257911,0.093489893570726,-0.187612225859685,0.178861422774527,1,320
|
||||
"569","ran_vals","project_id","rclone_rclone.git","before_after:week_index",0.1549612077225,0.073440359983488,0.0110207471432072,0.298901668301793,2,476
|
||||
"570","ran_vals","project_id","rdiff-backup_rdiff-backup.git","before_after:week_index",0.107931407852926,0.0797844749332289,-0.048443289541641,0.264306105247494,1,439
|
||||
"571","ran_vals","project_id","requests-cache_requests-cache","before_after:week_index",0.126265747544872,0.0773569866093027,-0.0253511601619089,0.277882655251652,1,453
|
||||
"572","ran_vals","project_id","resurrecting-open-source-projects_cbm","before_after:week_index",-0.502060900295167,0.181510129865882,-0.857814217661484,-0.14630758292885,0,21
|
||||
"573","ran_vals","project_id","resurrecting-open-source-projects_dcfldd","before_after:week_index",-0.446353485741325,0.171380600356461,-0.782253290088841,-0.110453681393809,0,50
|
||||
"574","ran_vals","project_id","resurrecting-open-source-projects_nbtscan","before_after:week_index",-0.419965321370507,0.166523859043873,-0.746346087663123,-0.0935845550778916,0,67
|
||||
"575","ran_vals","project_id","resurrecting-open-source-projects_openrdate","before_after:week_index",-0.295658485654939,0.143678205833123,-0.577262594451192,-0.0140543768586862,0,127
|
||||
"576","ran_vals","project_id","resurrecting-open-source-projects_outguess","before_after:week_index",-0.119794379871983,0.112285393204309,-0.339869706542347,0.100280946798381,1,237
|
||||
"577","ran_vals","project_id","resurrecting-open-source-projects_packit","before_after:week_index",-0.0894374800481495,0.106846121208699,-0.298852029505,0.119977069408701,1,259
|
||||
"578","ran_vals","project_id","resurrecting-open-source-projects_scrot","before_after:week_index",-0.452108255278332,0.172471002770585,-0.790145209086186,-0.114071301470478,0,44
|
||||
"579","ran_vals","project_id","resurrecting-open-source-projects_sniffit","before_after:week_index",-0.426607601810432,0.168082304083694,-0.756042864252982,-0.0971723393678813,0,64
|
||||
"580","ran_vals","project_id","resurrecting-open-source-projects_stress","before_after:week_index",-0.19183130385352,0.123046264727354,-0.432997551151315,0.0493349434442759,1,190
|
||||
"581","ran_vals","project_id","resurrecting-open-source-projects_txt2html","before_after:week_index",-0.46236348623392,0.175717588081025,-0.806763630322973,-0.117963342144867,0,38
|
||||
"582","ran_vals","project_id","RiotGames_buff-extensions","before_after:week_index",-0.405989220088905,0.164706104871211,-0.728807253670356,-0.0831711865074543,0,72
|
||||
"583","ran_vals","project_id","RIPE-NCC_ripe-atlas-cousteau.git","before_after:week_index",0.0619219536020247,0.0843788737149662,-0.103457599935362,0.227301507139412,1,385
|
||||
"584","ran_vals","project_id","RIPE-NCC_ripe.atlas.sagan","before_after:week_index",0.152307330313804,0.0728082786962567,0.00960572629278597,0.295008934334822,2,471
|
||||
"585","ran_vals","project_id","rizsotto_Bear","before_after:week_index",-0.529123513661979,0.187092141548663,-0.895817372887829,-0.162429654436129,0,6
|
||||
"586","ran_vals","project_id","robert7_nixnote2","before_after:week_index",0.288467560693095,0.0576717998430654,0.175432910077084,0.401502211309106,2,590
|
||||
"587","ran_vals","project_id","ronf_asyncssh","before_after:week_index",0.133191470781093,0.0750090487790091,-0.0138235633403734,0.280206504902558,1,459
|
||||
"588","ran_vals","project_id","ropensci_RNeXML.git","before_after:week_index",0.148988619576146,0.072682834812557,0.00653288104926045,0.291444358103032,2,468
|
||||
"589","ran_vals","project_id","ros_robot_state_publisher","before_after:week_index",-0.393079578189045,0.162055989089961,-0.710703480284384,-0.0754556760937058,0,79
|
||||
"590","ran_vals","project_id","royhills_arp-scan","before_after:week_index",0.064456079584402,0.0838267446365467,-0.0998413208444658,0.22875348001327,1,389
|
||||
"591","ran_vals","project_id","rr-debugger_rr.git","before_after:week_index",0.322256765618199,0.0544092705201168,0.215616554973673,0.428896976262725,2,629
|
||||
"592","ran_vals","project_id","rsms_inter","before_after:week_index",0.109271840613483,0.0794442338851538,-0.046435996580795,0.264979677807761,1,440
|
||||
"593","ran_vals","project_id","rsnapshot_rsnapshot.git","before_after:week_index",-0.168460358395758,0.122803887650829,-0.409151555352887,0.0722308385613706,1,207
|
||||
"594","ran_vals","project_id","rstudio_httpuv.git","before_after:week_index",0.14721654844902,0.0743450884210078,0.00150285271639858,0.29293024418164,2,467
|
||||
"595","ran_vals","project_id","rsyslog_rsyslog-doc","before_after:week_index",0.317375000304326,0.0547550320499188,0.210057109514148,0.424692891094503,2,623
|
||||
"596","ran_vals","project_id","rthalley_dnspython.git","before_after:week_index",0.150846130289183,0.0740202424918992,0.00576912087813941,0.295923139700227,2,470
|
||||
"597","ran_vals","project_id","ruby-ldap_ruby-net-ldap.git","before_after:week_index",0.210069441103076,0.066809590147257,0.0791250505925699,0.341013831613581,2,521
|
||||
"598","ran_vals","project_id","rytilahti_python-miio.git","before_after:week_index",0.074786530400479,0.0823021894719071,-0.0865227968132505,0.236095857614208,1,400
|
||||
"599","ran_vals","project_id","schacon_hg-git.git","before_after:week_index",-0.172077589908251,0.122583734191661,-0.412337294014337,0.0681821141978351,1,203
|
||||
"600","ran_vals","project_id","schleuder_schleuder.git","before_after:week_index",0.274806525538662,0.0589769584132637,0.159213811130949,0.390399239946375,2,579
|
||||
"601","ran_vals","project_id","scikit-learn_scikit-learn.git","before_after:week_index",0.448355586582976,0.0434137901819485,0.363266121393978,0.533445051771974,2,714
|
||||
"602","ran_vals","project_id","scikit-learn-contrib_imbalanced-learn.git","before_after:week_index",0.289488211580602,0.0574479001106885,0.176892396376198,0.402084026785006,2,591
|
||||
"603","ran_vals","project_id","scipy_scipy.git","before_after:week_index",0.389980364662783,0.0487861806440251,0.294361207657228,0.485599521668337,2,688
|
||||
"604","ran_vals","project_id","SCons_scons","before_after:week_index",0.261552411654297,0.0611367672638101,0.141726549686022,0.381378273622572,2,570
|
||||
"605","ran_vals","project_id","scop_bash-completion","before_after:week_index",0.114603365913712,0.079648280398282,-0.0415043950974682,0.270711126924892,1,443
|
||||
"606","ran_vals","project_id","scrapinghub_dateparser","before_after:week_index",0.24571732763964,0.0623275175348451,0.123557638025555,0.367877017253725,2,551
|
||||
"607","ran_vals","project_id","seccomp_libseccomp","before_after:week_index",-0.505708281957376,0.183019738622653,-0.86442037811771,-0.146996185797043,0,16
|
||||
"608","ran_vals","project_id","selectize_selectize.js","before_after:week_index",-0.0460932487543205,0.101463700418231,-0.244958447312215,0.152771949803574,1,294
|
||||
"609","ran_vals","project_id","SELinuxProject_selinux","before_after:week_index",0.0110004289284811,0.0924932899600027,-0.170283088204744,0.192283946061706,1,338.5
|
||||
"610","ran_vals","project_id","SELinuxProject_selinux.git","before_after:week_index",0.0110004289284811,0.0924932899600027,-0.170283088204744,0.192283946061706,1,338.5
|
||||
"611","ran_vals","project_id","SethMMorton_natsort.git","before_after:week_index",-0.321635266703574,0.148482443517685,-0.61265550833474,-0.0306150250724083,0,113
|
||||
"612","ran_vals","project_id","sferik_twitter","before_after:week_index",0.21038982839226,0.0664697642591893,0.0801114843833812,0.340668172401138,2,522
|
||||
"613","ran_vals","project_id","shouldjs_should.js.git","before_after:week_index",0.120224045316968,0.0766517532679462,-0.0300106304400574,0.270458721073992,1,449
|
||||
"614","ran_vals","project_id","silx-kit_pyFAI","before_after:week_index",0.386507695230839,0.0484677935872138,0.291512565389779,0.4815028250719,2,685
|
||||
"615","ran_vals","project_id","silx-kit_silx.git","before_after:week_index",0.410977806576105,0.0462206470036086,0.320387003106893,0.501568610045317,2,701
|
||||
"616","ran_vals","project_id","simd-everywhere_simde","before_after:week_index",0.350197218028955,0.0514980004755201,0.249262991821109,0.451131444236801,2,662
|
||||
"617","ran_vals","project_id","sinatra_sinatra.git","before_after:week_index",0.0651204397349058,0.0854328001303028,-0.102324771618896,0.232565651088708,1,390
|
||||
"618","ran_vals","project_id","skvadrik_re2c","before_after:week_index",0.170711464232273,0.0709010612642062,0.0317479376887612,0.309674990775785,2,490
|
||||
"619","ran_vals","project_id","slime_slime","before_after:week_index",0.120537162397026,0.0784426811345603,-0.0332076674774718,0.274281992271524,1,450
|
||||
"620","ran_vals","project_id","smarty-php_smarty.git","before_after:week_index",-0.2506666961034,0.135604666171607,-0.516446957935326,0.0151135657285263,1,157
|
||||
"621","ran_vals","project_id","Smattr_rumur.git","before_after:week_index",0.320530810330936,0.0544032012058787,0.213902495323728,0.427159125338144,2,626
|
||||
"622","ran_vals","project_id","sobolevn_django-split-settings","before_after:week_index",-0.289428284559461,0.14216954809503,-0.568075478524054,-0.0107810905948665,0,131
|
||||
"623","ran_vals","project_id","softlayer_softlayer-python","before_after:week_index",0.20208132021913,0.0677009841111306,0.069389829643396,0.334772810794865,2,512
|
||||
"624","ran_vals","project_id","solnic_virtus.git","before_after:week_index",0.179532148553284,0.0689312565829056,0.0444293682416999,0.314634928864869,2,500
|
||||
"625","ran_vals","project_id","sopel-irc_sopel.git","before_after:week_index",0.295801797629491,0.0571146580244777,0.183859124912194,0.407744470346789,2,602
|
||||
"626","ran_vals","project_id","source-foundry_Hack","before_after:week_index",0.104567780261194,0.0799876491421123,-0.0522051312653725,0.26134069178776,1,434
|
||||
"627","ran_vals","project_id","spacetelescope_gwcs","before_after:week_index",0.0505066321313344,0.0869148631736606,-0.119843369410267,0.220856633672936,1,377
|
||||
"628","ran_vals","project_id","sphinx-contrib_restbuilder.git","before_after:week_index",0.117113546006787,0.0764857626730808,-0.032795794162529,0.267022886176104,1,447
|
||||
"629","ran_vals","project_id","sphinx-doc_sphinx.git","before_after:week_index",0.404496346011325,0.0471508146915805,0.312082447374105,0.496910244648545,2,699
|
||||
"630","ran_vals","project_id","spyder-ide_qtawesome","before_after:week_index",-0.0593207835731428,0.100707777732786,-0.256704400892469,0.138062833746183,1,281
|
||||
"631","ran_vals","project_id","spyder-ide_qtpy","before_after:week_index",-0.323632086509241,0.148909626496174,-0.615489591393053,-0.0317745816254283,0,111
|
||||
"632","ran_vals","project_id","squizlabs_PHP_CodeSniffer","before_after:week_index",0.309166936818985,0.0560310028791095,0.19934818915827,0.4189856844797,2,618
|
||||
"633","ran_vals","project_id","sshguard_sshguard.git","before_after:week_index",0.208983230254623,0.0662764131793239,0.0790838473986525,0.338882613110594,2,519
|
||||
"634","ran_vals","project_id","sslmate_certspotter","before_after:week_index",-0.113155807214031,0.112009745434646,-0.332690874183437,0.106379259755374,1,242
|
||||
"635","ran_vals","project_id","stachenov_quazip.git","before_after:week_index",-0.284503745659424,0.142822623495158,-0.564430943887457,-0.00457654743139096,0,135
|
||||
"636","ran_vals","project_id","stephane_libmodbus.git","before_after:week_index",-0.154628497720244,0.118785203155501,-0.387443217801299,0.0781862223608121,1,213
|
||||
"637","ran_vals","project_id","Storyyeller_enjarify","before_after:week_index",-0.240138935837544,0.134141976032154,-0.503052377675602,0.0227745060005137,1,159
|
||||
"638","ran_vals","project_id","survivejs_webpack-merge.git","before_after:week_index",-0.055556363598014,0.101869857306733,-0.255217615029445,0.144104887833417,1,285
|
||||
"639","ran_vals","project_id","swaywm_wlroots","before_after:week_index",0.275424800596096,0.058913253094201,0.159956946319369,0.390892654872823,2,580
|
||||
"640","ran_vals","project_id","syncthing_syncthing.git","before_after:week_index",0.325186442631943,0.0540001878757915,0.219348019236996,0.431024866026891,2,637
|
||||
"641","ran_vals","project_id","tantale_deprecated.git","before_after:week_index",-0.339839243146149,0.151985093797565,-0.637724553176317,-0.0419539331159808,0,103
|
||||
"642","ran_vals","project_id","terser_terser","before_after:week_index",0.14345476829448,0.0726008900311257,0.00115963858792015,0.285749898001039,2,464
|
||||
"643","ran_vals","project_id","the-tcpdump-group_tcpdump","before_after:week_index",0.222846257168641,0.0654499491314502,0.0945667140810203,0.351125800256262,2,535
|
||||
"644","ran_vals","project_id","theskumar_python-dotenv.git","before_after:week_index",-0.529428691167044,0.187071091305981,-0.896081292675371,-0.162776089658717,0,4
|
||||
"645","ran_vals","project_id","thoughtbot_factory_girl.git","before_after:week_index",-0.342700865335146,0.153498782311404,-0.643552950336252,-0.0418487803340408,0,96
|
||||
"646","ran_vals","project_id","thoughtbot_shoulda-matchers","before_after:week_index",0.207109482621198,0.0674078371725255,0.074992549487308,0.339226415755088,2,518
|
||||
"647","ran_vals","project_id","thumbor_libthumbor","before_after:week_index",-0.434698819347728,0.170249539799855,-0.768381785739963,-0.101015852955494,0,59
|
||||
"648","ran_vals","project_id","timothycrosley_hug.git","before_after:week_index",0.370944191466475,0.0499161809955177,0.273110274469478,0.468778108463472,2,674
|
||||
"649","ran_vals","project_id","tinfoil_devise-two-factor.git","before_after:week_index",-0.179464812743363,0.122365147307205,-0.419296094428424,0.0603664689416967,1,197
|
||||
"650","ran_vals","project_id","tkf_emacs-jedi.git","before_after:week_index",0.168096496460091,0.0704890427336649,0.029940511397403,0.306252481522779,2,489
|
||||
"651","ran_vals","project_id","tmuxinator_tmuxinator","before_after:week_index",-0.1941397380989,0.126488171769632,-0.442051999237695,0.0537725230398944,1,187
|
||||
"652","ran_vals","project_id","totalopenstation_totalopenstation.git","before_after:week_index",0.011361062396653,0.0917314116771319,-0.168429200741542,0.191151325534848,1,340
|
||||
"653","ran_vals","project_id","tox-dev_py-filelock","before_after:week_index",-0.143251542283631,0.116867315568168,-0.372307271767118,0.0858041871998557,1,221
|
||||
"654","ran_vals","project_id","tpm2-software_tpm2-abrmd.git","before_after:week_index",0.247231933162225,0.0622162826499483,0.125290259916362,0.369173606408088,2,554
|
||||
"655","ran_vals","project_id","tpope_vim-pathogen.git","before_after:week_index",-0.290308941345517,0.143050686696824,-0.570683135235015,-0.00993474745601819,0,129
|
||||
"656","ran_vals","project_id","tqdm_tqdm.git","before_after:week_index",0.053296792380904,0.0864337468535963,-0.116110238500997,0.222703823262805,1,378
|
||||
"657","ran_vals","project_id","trevorld_r-optparse.git","before_after:week_index",-0.499145276412738,0.181690814996526,-0.855252730127659,-0.143037822697817,0,22
|
||||
"658","ran_vals","project_id","trezor_trezor-firmware.git","before_after:week_index",0.381154217142729,0.0490109142346569,0.28509459039342,0.477213843892038,2,681
|
||||
"659","ran_vals","project_id","troglobit_inadyn","before_after:week_index",0.0826483926266794,0.0823345562308339,-0.078724372268843,0.244021157522202,1,411
|
||||
"660","ran_vals","project_id","Tux_Text-CSV_XS.git","before_after:week_index",-0.189977387287352,0.124663554541083,-0.43431346437262,0.0543586897979155,1,192
|
||||
"661","ran_vals","project_id","twbs_bootstrap-sass","before_after:week_index",0.0119300086628006,0.0928648173039842,-0.1700816886839,0.193941706009502,1,342
|
||||
"662","ran_vals","project_id","twilio_twilio-python","before_after:week_index",0.0916777058518811,0.0813813904877355,-0.0678268885158709,0.251182300219633,1,420
|
||||
"663","ran_vals","project_id","twisted_pydoctor","before_after:week_index",0.376553426498389,0.0498868681811727,0.278776961561793,0.474329891434985,2,676
|
||||
"664","ran_vals","project_id","ua-parser_uap-core.git","before_after:week_index",0.090301897074397,0.0817511208955456,-0.0699273555766523,0.250531149725446,1,417
|
||||
"665","ran_vals","project_id","ukui_peony","before_after:week_index",0.333048338047732,0.0530792523691061,0.229014915077972,0.437081761017493,2,645
|
||||
"666","ran_vals","project_id","Ultimaker_Cura","before_after:week_index",0.362148082836441,0.0505244365325766,0.263122006893411,0.461174158779471,2,666
|
||||
"667","ran_vals","project_id","un33k_django-ipware","before_after:week_index",-0.529361166651499,0.187075747563832,-0.896022894257517,-0.16269943904548,0,5
|
||||
"668","ran_vals","project_id","unknown-horizons_unknown-horizons.git","before_after:week_index",0.419992104766536,0.0458547831817979,0.330118381211319,0.509865828321753,2,705
|
||||
"669","ran_vals","project_id","untitaker_python-atomicwrites","before_after:week_index",-0.152834899728803,0.117019575119352,-0.382189052448913,0.0765192529913063,1,214
|
||||
"670","ran_vals","project_id","varietywalls_variety.git","before_after:week_index",0.0774144449856542,0.0825633974438188,-0.0844068404454971,0.239235730416805,1,401
|
||||
"671","ran_vals","project_id","varvet_pundit","before_after:week_index",-0.0909420940275992,0.108596506434927,-0.303787335486929,0.121903147431731,1,256
|
||||
"672","ran_vals","project_id","vcr_vcr","before_after:week_index",0.300346100044626,0.0566323935201245,0.189348648386883,0.41134355170237,2,606
|
||||
"673","ran_vals","project_id","vim-airline_vim-airline.git","before_after:week_index",0.250794279220423,0.062208056175112,0.128868729568959,0.372719828871887,2,557
|
||||
"674","ran_vals","project_id","vim-syntastic_syntastic","before_after:week_index",0.314366414566401,0.0552940138801542,0.205992138800641,0.422740690332161,2,620
|
||||
"675","ran_vals","project_id","virt-manager_virt-manager","before_after:week_index",0.304379939778706,0.0568849542579229,0.192887478170968,0.415872401386443,2,614
|
||||
"676","ran_vals","project_id","voxpupuli_beaker","before_after:week_index",0.348990913830841,0.0519492924185047,0.247172171668232,0.45080965599345,2,660
|
||||
"677","ran_vals","project_id","voxpupuli_librarian-puppet.git","before_after:week_index",-0.39422551323252,0.162053783935859,-0.71184509330524,-0.076605933159801,0,77
|
||||
"678","ran_vals","project_id","voxpupuli_pypuppetdb","before_after:week_index",-0.296897304660233,0.144628391440308,-0.580363743025198,-0.0134308662952685,0,126
|
||||
"679","ran_vals","project_id","watson-developer-cloud_python-sdk.git","before_after:week_index",-0.00466489730332885,0.0951357687263136,-0.191127577648435,0.181797783041778,1,319
|
||||
"680","ran_vals","project_id","webcamoid_webcamoid.git","before_after:week_index",-0.037041763400456,0.0999757201043483,-0.232990574133436,0.158907047332524,1,296
|
||||
"681","ran_vals","project_id","webrtchacks_adapter","before_after:week_index",0.291563349220042,0.0572926942629675,0.179271731887362,0.403854966552723,2,595
|
||||
"682","ran_vals","project_id","websocket-client_websocket-client","before_after:week_index",0.197776682968342,0.067642776549638,0.0651992771167612,0.330354088819923,2,509
|
||||
"683","ran_vals","project_id","WoLpH_numpy-stl","before_after:week_index",-0.0877980950901149,0.10536403537173,-0.294307809684511,0.118711619504281,1,260
|
||||
"684","ran_vals","project_id","wtforms_flask-wtf.git","before_after:week_index",-0.0896057377295899,0.108416284955035,-0.30209775157909,0.12288627611991,1,258
|
||||
"685","ran_vals","project_id","X0rg_CPU-X.git","before_after:week_index",0.100819116462142,0.0795716427928496,-0.0551384376025291,0.256776670526814,1,428
|
||||
"686","ran_vals","project_id","Xastir_Xastir.git","before_after:week_index",0.0604885496605608,0.0832039581603247,-0.102588211704853,0.223565311025975,1,383
|
||||
"687","ran_vals","project_id","Xaviju_inkscape-open-symbols","before_after:week_index",-0.0840533586580127,0.107471745431413,-0.294694109059238,0.126587391743213,1,263
|
||||
"688","ran_vals","project_id","xonsh_xonsh.git","before_after:week_index",0.343590234792073,0.0522108731709255,0.241258803775671,0.445921665808476,2,653
|
||||
"689","ran_vals","project_id","xtaran_unburden-home-dir","before_after:week_index",-0.0771036692781287,0.105537532368671,-0.283953431737954,0.129746093181696,1,268
|
||||
"690","ran_vals","project_id","ycm-core_ycmd","before_after:week_index",-0.000605397284301289,0.0946615699163441,-0.186138665040356,0.184927870471753,1,328
|
||||
"691","ran_vals","project_id","ycm-core_YouCompleteMe","before_after:week_index",0.324527083149419,0.0541634904978633,0.218368592496629,0.430685573802208,2,635
|
||||
"692","ran_vals","project_id","yrro_command-t","before_after:week_index",-0.20755983067889,0.128814487712847,-0.460031587283048,0.0449119259252668,1,181
|
||||
"693","ran_vals","project_id","ytdl-org_youtube-dl.git","before_after:week_index",0.449591992027548,0.0433834492172356,0.364561994036644,0.534621990018452,2,715
|
||||
"694","ran_vals","project_id","zaach_jison","before_after:week_index",-0.332005744433942,0.15136793570203,-0.628681446824096,-0.0353300420437893,0,109
|
||||
"695","ran_vals","project_id","zeroc-ice_ice-builder-gradle-debian-packaging.git","before_after:week_index",-0.335455388418513,0.151354855240113,-0.632105453574409,-0.0388053232626177,0,107
|
||||
"696","ran_vals","project_id","zeroc-ice_ice-debian-packaging.git","before_after:week_index",-0.027148431809379,0.0984513949449932,-0.220109620129294,0.165812756510536,1,303
|
||||
"697","ran_vals","project_id","zeromq_czmq.git","before_after:week_index",0.381249216427842,0.0490685492305357,0.285076627162362,0.477421805693323,2,682
|
||||
"698","ran_vals","project_id","zeromq_pyzmq.git","before_after:week_index",0.219297261009572,0.0650827149762302,0.0917374836400749,0.346857038379069,2,531
|
||||
"699","ran_vals","project_id","zkat_ssri.git","before_after:week_index",-0.137219468453288,0.116022491632154,-0.364619373448909,0.0901804365423333,1,227
|
||||
"700","ran_vals","project_id","zloirock_core-js.git","before_after:week_index",0.0286208178547907,0.089960456742353,-0.147698437392995,0.204940073102576,1,355
|
||||
"701","ran_vals","project_id","zmartzone_cjose.git","before_after:week_index",-0.337146755776738,0.150737404496958,-0.632586639713821,-0.0417068718396543,0,105
|
||||
"702","ran_vals","project_id","zopefoundation_BTrees.git","before_after:week_index",-0.506067068334373,0.182996828739419,-0.864734261948677,-0.147399874720068,0,15
|
||||
"703","ran_vals","project_id","zopefoundation_roman","before_after:week_index",-0.497237220569924,0.181809762271757,-0.853577806660357,-0.140896634479492,0,24
|
||||
"704","ran_vals","project_id","zopefoundation_zc.lockfile","before_after:week_index",-0.432749289706663,0.17034543413337,-0.766620205538908,-0.0988783738744178,0,60
|
||||
"705","ran_vals","project_id","zopefoundation_zope.component","before_after:week_index",-0.502740499493984,0.183210022507988,-0.861825545216412,-0.143655453771556,0,19.5
|
||||
"706","ran_vals","project_id","zopefoundation_zope.deprecation.git","before_after:week_index",-0.502740499493984,0.183210022507988,-0.861825545216412,-0.143655453771556,0,19.5
|
||||
"707","ran_vals","project_id","zopefoundation_zope.event","before_after:week_index",-0.396242576932826,0.16309670627248,-0.715906247223996,-0.0765789066416564,0,76
|
||||
"708","ran_vals","project_id","zopefoundation_zope.i18nmessageid","before_after:week_index",-0.342604671720735,0.153904664448915,-0.64425227109333,-0.0409570723481391,0,98
|
||||
"709","ran_vals","project_id","zopefoundation_zope.interface.git","before_after:week_index",-0.444330467916948,0.172628764726695,-0.78267662947691,-0.105984306356987,0,52
|
||||
"710","ran_vals","project_id","zopefoundation_zope.proxy","before_after:week_index",-0.52583950599937,0.187319682347384,-0.892979336995726,-0.158699675003013,0,9.5
|
||||
"711","ran_vals","project_id","zopefoundation_zope.schema","before_after:week_index",-0.52583950599937,0.187319682347384,-0.892979336995726,-0.158699675003013,0,9.5
|
||||
"712","ran_vals","project_id","zopefoundation_zope.testing","before_after:week_index",-0.439747589323972,0.171892432910718,-0.776650567043946,-0.102844611603998,0,54
|
||||
"713","ran_vals","project_id","zopefoundation_zope.testrunner","before_after:week_index",-0.527875337776401,0.187178404445512,-0.894738269173277,-0.161012406379525,0,8
|
||||
"714","ran_vals","project_id","zsh-users_antigen","before_after:week_index",0.107791818445195,0.0794472420990712,-0.0479219147400187,0.263505551630409,1,438
|
||||
"715","ran_vals","project_id","zyga_padme","before_after:week_index",-0.0799196805037215,0.10680930645632,-0.289262074371811,0.129422713364368,1,265
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@ library(dplyr)
|
||||
library(lubridate)
|
||||
library(rdd)
|
||||
|
||||
readme_df_filepath <- "/mmfs1/gscratch/comdata/users/mjilg/govdoc-cr-data/final_data/README_weekly_count_data.csv"
|
||||
readme_df_filepath <- "/mmfs1/gscratch/comdata/users/mjilg/govdoc-cr-data/final_data/metadata/final_0207_README_weekly_count_data.csv"
|
||||
df = read.csv(readme_df_filepath, header = TRUE)
|
||||
|
||||
#filtered_df <- df |>
|
||||
@ -13,12 +13,12 @@ df = read.csv(readme_df_filepath, header = TRUE)
|
||||
#write.csv(filtered_df, output_filepath, row.names = FALSE)
|
||||
|
||||
#EDA
|
||||
var(df$commit_count) # 112.4945
|
||||
mean(df$commit_count) # 2.431342
|
||||
var(df$commit_count) # 207.7579
|
||||
mean(df$commit_count) # 4.31725
|
||||
median(df$commit_count) # 0
|
||||
mean(df$age) # 4911.734 days
|
||||
mean(df$age_at_commit) # 197.296 days
|
||||
median(df$age) # 4689 days
|
||||
mean(df$age) # 5074.828
|
||||
mean(df$age_at_commit) # 533.7488
|
||||
median(df$age) # 4876
|
||||
median(df$age_at_commit) # 0 days
|
||||
|
||||
# scale and log-transform
|
||||
@ -29,12 +29,17 @@ df$log1p_count <- log1p(df$commit_count)
|
||||
|
||||
#getting IK Bandwidth
|
||||
get_optimal_bandwidth <- function(df){
|
||||
IKbandwidth(df$week_index, df$log1p_count, cutpoint = 0, verbose = FALSE, kernel = "triangular")
|
||||
bw <- tryCatch({
|
||||
IKbandwidth(df$relative_week, df$log1p_count, cutpoint = 0, verbose = FALSE, kernel = "triangular")
|
||||
}, error = function(e) {
|
||||
NA
|
||||
})
|
||||
}
|
||||
|
||||
mean_optimal_bandwidth <- df %>%
|
||||
group_by(project_id) %>%
|
||||
summarise(optimal_bandwidth = get_optimal_bandwidth(cur_data())) %>%
|
||||
drop_na(optimal_bandwidth) |>
|
||||
summarise(mean_optimal_bandwidth = mean(optimal_bandwidth))
|
||||
|
||||
#Mean Optimal Bandwidth: 5.44841
|
||||
#Mean Optimal Bandwidth: 5.471781
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 305 KiB |
Binary file not shown.
Before Width: | Height: | Size: 92 KiB |
Binary file not shown.
Before Width: | Height: | Size: 417 KiB |
Binary file not shown.
Before Width: | Height: | Size: 820 KiB |
715
validation/020525_CONTRIBUTING_manifest.csv
Normal file
715
validation/020525_CONTRIBUTING_manifest.csv
Normal file
@ -0,0 +1,715 @@
|
||||
commit_hash,upstream_vcs_link,repo_id,project_handle,lagged_hash,project_index,new_filepath
|
||||
9b5ae2ba1c1e2fe20ae555212ef9a6b1f50957cf,https://github.com/aio-libs/aiomysql.git,aio-libs_aiomysql.git,aio-libs/aiomysql.git,9b5ae2ba1c1e2fe20ae555212ef9a6b1f50957cf,1,1_aio-libs_aiomysql.git_CONTRIBUTING.rst
|
||||
910264a7d658d6d7f5d9488fc12a3b168e164e0f,https://github.com/qTox/qTox,qTox_qTox,qTox/qTox,defae042279f7ed28ca2550f314411a77fce56e0,2,2_qTox_qTox_CONTRIBUTING.md
|
||||
bd0176a5487b0d8c368a14b3f283b9029f51d619,https://github.com/gohugoio/hugo.git,gohugoio_hugo.git,gohugoio/hugo.git,bd0176a5487b0d8c368a14b3f283b9029f51d619,3,3_gohugoio_hugo.git_CONTRIBUTING.md
|
||||
4895159712d9acf3b1cf45e1c93a654d5b93c6d5,https://github.com/ycm-core/ycmd,ycm-core_ycmd,ycm-core/ycmd,058693ccea0e3cb20ca7afc687d4b800a5a504f6,4,4_ycm-core_ycmd_CONTRIBUTING.md
|
||||
f8d94662015fa4ced56a4d2d11875b91b7284666,https://github.com/aio-libs/aiohttp.git,aio-libs_aiohttp.git,aio-libs/aiohttp.git,5293bed67602dcfe1e0bc4889e47be1148d344a6,5,5_aio-libs_aiohttp.git_CONTRIBUTING.rst
|
||||
86284a8d839c854cd787fdcd66bcc0ee1fe15bc8,https://github.com/PyCQA/pycodestyle,PyCQA_pycodestyle,PyCQA/pycodestyle,4dc42d842274ba27d2724e76eb83ff69e7db226f,6,6_PyCQA_pycodestyle_CONTRIBUTING.rst
|
||||
01911a59496d49002da76d73c83a00fd735f63e4,https://github.com/jupyter/jupyter_console,jupyter_jupyter_console,jupyter/jupyter/console,01911a59496d49002da76d73c83a00fd735f63e4,7,7_jupyter_jupyter_console_CONTRIBUTING.md
|
||||
14b28d947ae04be1d13469461b055a1b28ef73b0,https://gitlab.com/ixion/ixion.git,ixion_ixion.git,ixion/ixion.git,7a92289de22b9be106cdb9bf8e9a19bc6f12669c,8,8_ixion_ixion.git_CONTRIBUTING.md
|
||||
679bf7de5aa77e34f534ce31ce33ea7ff0707317,https://github.com/box/genty.git,box_genty.git,box/genty.git,679bf7de5aa77e34f534ce31ce33ea7ff0707317,9,9_box_genty.git_CONTRIBUTING.rst
|
||||
a0b321f7a1ae658ee62899b776416c8eceb6db61,https://github.com/hackebrot/jinja2-time,hackebrot_jinja2-time,hackebrot/jinja2-time,a0b321f7a1ae658ee62899b776416c8eceb6db61,10,10_hackebrot_jinja2-time_CONTRIBUTING.rst
|
||||
fc1a0f5e16c9d1c011596f5d4d9f20af9abc2ae1,https://github.com/resurrecting-open-source-projects/nbtscan,resurrecting-open-source-projects_nbtscan,resurrecting-open-source-projects/nbtscan,fc1a0f5e16c9d1c011596f5d4d9f20af9abc2ae1,11,11_resurrecting-open-source-projects_nbtscan_CONTRIBUTING.md
|
||||
cf31482daf25df12bd718e00ae92fd50dfc4eb37,https://github.com/DonyorM/weresync.git,DonyorM_weresync.git,DonyorM/weresync.git,cf31482daf25df12bd718e00ae92fd50dfc4eb37,12,12_DonyorM_weresync.git_CONTRIBUTING.rst
|
||||
2b36be98c48515fab027193b18620849343db752,https://github.com/webcamoid/webcamoid.git,webcamoid_webcamoid.git,webcamoid/webcamoid.git,421010bfbaff89e557be30a1b8ceb701ac0f44fc,13,13_webcamoid_webcamoid.git_CONTRIBUTING.md
|
||||
8e5df02c5c62578705feee22ede106de7416e36b,https://github.com/datalad/datalad,datalad_datalad,datalad/datalad,0236f775f1af6548697b487e99f35eb9d94e5095,14,14_datalad_datalad_CONTRIBUTING.md
|
||||
723bcacef4c62d8db1aeaa93dd374c25ef1979eb,https://github.com/korfuri/django-prometheus,korfuri_django-prometheus,korfuri/django-prometheus,723bcacef4c62d8db1aeaa93dd374c25ef1979eb,15,15_korfuri_django-prometheus_CONTRIBUTING.md
|
||||
b3a33927a0c1e97dd7d73570c81b730041304699,https://github.com/lualdap/lualdap.git,lualdap_lualdap.git,lualdap/lualdap.git,b3a33927a0c1e97dd7d73570c81b730041304699,16,16_lualdap_lualdap.git_CONTRIBUTING.md
|
||||
f4d7c1a628411df9c818ac57c7bdc67e66177585,https://github.com/iovisor/bpftrace,iovisor_bpftrace,iovisor/bpftrace,217d60175f9aceed70541f2e486434a5dac5839c,17,17_iovisor_bpftrace_CONTRIBUTING-TOOLS.md
|
||||
079d2622e1806613ae47655bef6935c0cf7345f0,https://github.com/stachenov/quazip.git,stachenov_quazip.git,stachenov/quazip.git,dd85431b6368a2dc96e0f6f4b5532b5472fc82cb,18,18_stachenov_quazip.git_CONTRIBUTING.md
|
||||
b0f259b7798a702816802284265db2137fd7da3f,https://github.com/netty/netty,netty_netty,netty/netty,e8bdaff80f4f69358046a78d79dba98453b14189,19,19_netty_netty_CONTRIBUTING.md
|
||||
64fedeefd2a72ac47c5c385c5a2dd4219c8d01f1,https://github.com/twbs/bootstrap-sass,twbs_bootstrap-sass,twbs/bootstrap-sass,64fedeefd2a72ac47c5c385c5a2dd4219c8d01f1,20,20_twbs_bootstrap-sass_CONTRIBUTING.md
|
||||
27cc7e31b9c5cd9ba83241711cf6b8a042fa822b,https://gitlab.com/libosinfo/libosinfo.git,libosinfo_libosinfo.git,libosinfo/libosinfo.git,27cc7e31b9c5cd9ba83241711cf6b8a042fa822b,21,21_libosinfo_libosinfo.git_CONTRIBUTING.md
|
||||
8eaf930ba595fb9f3e124ec1d17ef469c9ab01f6,https://github.com/zopefoundation/roman,zopefoundation_roman,zopefoundation/roman,8eaf930ba595fb9f3e124ec1d17ef469c9ab01f6,22,22_zopefoundation_roman_CONTRIBUTING.md
|
||||
ff8f62e92f06cef4158fb9be327487d45ba047e3,https://github.com/googlei18n/fontmake.git,googlei18n_fontmake.git,googlei18n/fontmake.git,ff8f62e92f06cef4158fb9be327487d45ba047e3,23,23_googlei18n_fontmake.git_CONTRIBUTING.md
|
||||
2f5d3c33f1ca3f8e7c1d1fa915ff0a903a6cf31b,https://github.com/Graylog2/gelf-rb,Graylog2_gelf-rb,Graylog2/gelf-rb,2f5d3c33f1ca3f8e7c1d1fa915ff0a903a6cf31b,24,24_Graylog2_gelf-rb_CONTRIBUTING.md
|
||||
87aef8413f8ebfa0bb9c30332b6829884ee56d0a,https://github.com/mqttjs/mqtt-packet,mqttjs_mqtt-packet,mqttjs/mqtt-packet,87aef8413f8ebfa0bb9c30332b6829884ee56d0a,25,25_mqttjs_mqtt-packet_CONTRIBUTING.md
|
||||
c5f63ad07fab1241c70b0f852ff4a570fb11af8b,https://github.com/KhronosGroup/Vulkan-Tools,KhronosGroup_Vulkan-Tools,KhronosGroup/Vulkan-Tools,c5f63ad07fab1241c70b0f852ff4a570fb11af8b,26,26_KhronosGroup_Vulkan-Tools_CONTRIBUTING.md
|
||||
2cd875ffa648c41ffdb539ea28726b00f8751bcb,https://github.com/tqdm/tqdm.git,tqdm_tqdm.git,tqdm/tqdm.git,56d151865665ed7a752fc89d80083757ca9a9941,27,27_tqdm_tqdm.git_CONTRIBUTING.md
|
||||
ea355f491fb10d5ce054c7813d9abdfd3fc68991,https://github.com/ranger/ranger.git,ranger_ranger.git,ranger/ranger.git,ea355f491fb10d5ce054c7813d9abdfd3fc68991,28,28_ranger_ranger.git_CONTRIBUTING.md
|
||||
4f3144d6bc05a74f24aa4e94e5dc4e6a461b87b7,https://github.com/intridea/oauth2,intridea_oauth2,intridea/oauth2,4f3144d6bc05a74f24aa4e94e5dc4e6a461b87b7,29,29_intridea_oauth2_CONTRIBUTING.md
|
||||
8f793f86ce59ef393b3f7c6d93130dedb8d79fc8,https://github.com/timothycrosley/hug.git,timothycrosley_hug.git,timothycrosley/hug.git,1836b5ce80161d3148cee678cedcfce07f12f717,30,30_timothycrosley_hug.git_CONTRIBUTING.md
|
||||
f05042843993acfdcc366dee28919f53c3f446a3,https://github.com/eavgerinos/pkg-pick,eavgerinos_pkg-pick,eavgerinos/pkg-pick,f05042843993acfdcc366dee28919f53c3f446a3,31,31_eavgerinos_pkg-pick_CONTRIBUTING.md
|
||||
6a3025e12fa739327a9a9e904f90b0c4b0ab1f1d,https://github.com/bk138/gromit-mpx.git,bk138_gromit-mpx.git,bk138/gromit-mpx.git,6a3025e12fa739327a9a9e904f90b0c4b0ab1f1d,32,32_bk138_gromit-mpx.git_CONTRIBUTING.md
|
||||
29164c7d5e4612ff7af3040fb8767eeb66cd8762,https://github.com/twisted/pydoctor,twisted_pydoctor,twisted/pydoctor,565f7e2acf82125649a9a194290db211d8089367,33,33_twisted_pydoctor_CONTRIBUTING.rst
|
||||
638e8f431611d2e557ec814af49908fb28fcc341,https://github.com/Motion-Project/motion,Motion-Project_motion,Motion-Project/motion,954a541f00e590237cc7a473b7eb2304ba48870c,34,34_Motion-Project_motion_CONTRIBUTING.md
|
||||
0fc9e32a0296ba399f216878c305fd83d7f115a9,https://github.com/watson-developer-cloud/python-sdk.git,watson-developer-cloud_python-sdk.git,watson-developer-cloud/python-sdk.git,02230e139d7a5bb92050a7dfeb84459c586c1134,35,35_watson-developer-cloud_python-sdk.git_CONTRIBUTING.md
|
||||
7b9bf81a172eaccb55f282c39480161f73edf8f8,https://github.com/vcr/vcr,vcr_vcr,vcr/vcr,037a21786be34655bd348dab94c39f758b0329bf,36,36_vcr_vcr_CONTRIBUTING.md
|
||||
6bdb1d0e4e80e971101b58505eb16433b3b8f561,https://github.com/scikit-learn-contrib/imbalanced-learn.git,scikit-learn-contrib_imbalanced-learn.git,scikit-learn-contrib/imbalanced-learn.git,8d3970d15b6ed5143fbeda818198cdb3ce848fc7,37,37_scikit-learn-contrib_imbalanced-learn.git_CONTRIBUTING.md
|
||||
6ee71118b87935c6629f69a41bfa531925ef44c2,https://github.com/ninja-build/ninja.git,ninja-build_ninja.git,ninja-build/ninja.git,6ee71118b87935c6629f69a41bfa531925ef44c2,38,38_ninja-build_ninja.git_CONTRIBUTING.md
|
||||
84720b39cb812750b12db728f7c0127b02443fbd,https://github.com/olive-editor/olive,olive-editor_olive,olive-editor/olive,84720b39cb812750b12db728f7c0127b02443fbd,39,39_olive-editor_olive_CONTRIBUTING.md
|
||||
04f41576b2f37bce2b2d7e1ce737e17daaafcd4d,https://github.com/lostisland/faraday_middleware,lostisland_faraday_middleware,lostisland/faraday/middleware,04f41576b2f37bce2b2d7e1ce737e17daaafcd4d,40,40_lostisland_faraday_middleware_CONTRIBUTING.md
|
||||
31ebc2ecbfc1a49710b4401e5678dc7c3ad4edcf,https://github.com/gcsideal/syslog-ng-debian,gcsideal_syslog-ng-debian,gcsideal/syslog-ng-debian,81c6ad8f79938351fceaabbcd57c80b3a23801d3,41,41_gcsideal_syslog-ng-debian_CONTRIBUTING.md
|
||||
a6167f64f169b721fd44dfae763925f4e7aa0c3a,https://github.com/getpelican/pelican,getpelican_pelican,getpelican/pelican,a2a3f5a393c487810a01976148a47acfc6f232d5,42,42_getpelican_pelican_CONTRIBUTING.rst
|
||||
2505322d10223bf7965740fac270c80cffed683f,https://github.com/moose/MooseX-Runnable,moose_MooseX-Runnable,moose/MooseX-Runnable,9e56e0f9f0c6fb2cfe5800000a66c62fec6f4a5e,43,43_moose_MooseX-Runnable_CONTRIBUTING
|
||||
3111f06b7039417845164434801c1e5443b0b2d9,https://github.com/tpope/vim-pathogen.git,tpope_vim-pathogen.git,tpope/vim-pathogen.git,3111f06b7039417845164434801c1e5443b0b2d9,44,44_tpope_vim-pathogen.git_CONTRIBUTING.markdown
|
||||
34ec6e050dfa1ad4fc5c7da413b13d278fd45cd2,https://github.com/ocaml/dune.git,ocaml_dune.git,ocaml/dune.git,34ec6e050dfa1ad4fc5c7da413b13d278fd45cd2,45,45_ocaml_dune.git_CONTRIBUTING.md
|
||||
a82e940f7ab11fa150db8ef67aca36b2a558282f,https://github.com/pyqtgraph/pyqtgraph.git,pyqtgraph_pyqtgraph.git,pyqtgraph/pyqtgraph.git,8eb85d97e811497e95b67883cf10ef46b1196c73,46,46_pyqtgraph_pyqtgraph.git_CONTRIBUTING.txt
|
||||
065e6491121f958823c8a93def5789ebd11082f1,https://gitlab.com/coringao/pekka-kana-2,coringao_pekka-kana-2,coringao/pekka-kana-2,065e6491121f958823c8a93def5789ebd11082f1,47,47_coringao_pekka-kana-2_CONTRIBUTING.md
|
||||
171b7a006fb2d54260903e376ed2d42d77412b4f,https://github.com/processone/eimp.git,processone_eimp.git,processone/eimp.git,171b7a006fb2d54260903e376ed2d42d77412b4f,48,48_processone_eimp.git_CONTRIBUTING.md
|
||||
37092807809a954ee018010b3e6bd021bef5bca8,https://github.com/plastex/plastex,plastex_plastex,plastex/plastex,b2053f9054ad315dbf7607c5631423afe9b632e9,49,49_plastex_plastex_CONTRIBUTING.md
|
||||
fcf38cc86bf9e7e41212888830fefa0d5f1fbe38,https://github.com/mruby-debian/mruby,mruby-debian_mruby,mruby-debian/mruby,15cf8fdea4a6598aa470e698e8cbc9b9b492319d,50,50_mruby-debian_mruby_CONTRIBUTING.md
|
||||
9f9bf240f287293045da6c718e82534facd4d4be,https://github.com/processone/stun.git,processone_stun.git,processone/stun.git,9f9bf240f287293045da6c718e82534facd4d4be,51,51_processone_stun.git_CONTRIBUTING.md
|
||||
1a0a8a536b2b3b22c0669fdefd810a7764553428,https://github.com/jazzband/django-push-notifications,jazzband_django-push-notifications,jazzband/django-push-notifications,1a0a8a536b2b3b22c0669fdefd810a7764553428,52,52_jazzband_django-push-notifications_CONTRIBUTING.md
|
||||
857ab548f619773a8420331ce77ee6dce21ed106,https://github.com/box/flaky.git,box_flaky.git,box/flaky.git,857ab548f619773a8420331ce77ee6dce21ed106,53,53_box_flaky.git_CONTRIBUTING.rst
|
||||
2a732ce025b508dfe8381ace04e8c59050790530,https://github.com/amueller/word_cloud,amueller_word_cloud,amueller/word/cloud,d1ec087a7f86e6dc14ed3771a9f8e84a5d384e0a,54,54_amueller_word_cloud_CONTRIBUTING.md
|
||||
a5d8ca9bb4dfa69c61d754324a01df3a9bdb4350,https://github.com/kivy/kivy,kivy_kivy,kivy/kivy,a5d8ca9bb4dfa69c61d754324a01df3a9bdb4350,55,55_kivy_kivy_CONTRIBUTING.md
|
||||
9b10e7fadf34a915917073695c8dd2a76fed4589,https://github.com/opencontainers/runc,opencontainers_runc,opencontainers/runc,aab3f6d17f2f56606f07f3a6eb6b693303f75812,56,56_opencontainers_runc_CONTRIBUTING.md
|
||||
ebab8750932ade8b8418ff78c0168b3e6bf6fbf3,https://github.com/bitletorg/weupnp.git,bitletorg_weupnp.git,bitletorg/weupnp.git,ebab8750932ade8b8418ff78c0168b3e6bf6fbf3,57,57_bitletorg_weupnp.git_CONTRIBUTING.md
|
||||
95e617b15a138771ee61c3f65f6f5a7a9c1f872b,https://github.com/heynemann/pyvows.git,heynemann_pyvows.git,heynemann/pyvows.git,95e617b15a138771ee61c3f65f6f5a7a9c1f872b,58,58_heynemann_pyvows.git_CONTRIBUTING.md
|
||||
0bcb157a0233d0cb7dd43e6b28fc7aadcea49ef7,https://github.com/KhronosGroup/SPIRV-LLVM-Translator,KhronosGroup_SPIRV-LLVM-Translator,KhronosGroup/SPIRV-LLVM-Translator,0bcb157a0233d0cb7dd43e6b28fc7aadcea49ef7,59,59_KhronosGroup_SPIRV-LLVM-Translator_CONTRIBUTING.md
|
||||
9030ad1e93aea1a8f9ec8473011cedf7810daeb1,https://github.com/puppetlabs/marionette-collective,puppetlabs_marionette-collective,puppetlabs/marionette-collective,9030ad1e93aea1a8f9ec8473011cedf7810daeb1,60,60_puppetlabs_marionette-collective_CONTRIBUTING.md
|
||||
ea501586d273f131c086858930fb2a4490e7d61b,https://github.com/puppetlabs/puppetlabs-xinetd,puppetlabs_puppetlabs-xinetd,puppetlabs/puppetlabs-xinetd,8c01bd70fe4503a672da949cc660159f059ee6b8,61,61_puppetlabs_puppetlabs-xinetd_CONTRIBUTING.md
|
||||
e511c114b3935ec10b8877a8eecf1efbe1551373,https://github.com/ioquake/ioq3,ioquake_ioq3,ioquake/ioq3,e511c114b3935ec10b8877a8eecf1efbe1551373,62,62_ioquake_ioq3_CONTRIBUTING.md
|
||||
8cfcfc8645fa47b776c8c6b441a9e2bb4b1b28d3,https://github.com/docker/compose,docker_compose,docker/compose,66e25937c66e2a1a88fceebbf6a9056c549d4fce,63,63_docker_compose_CONTRIBUTING.md
|
||||
50cf930ec8240be069a18765c10f681f1c4d7599,https://invent.kde.org/plasma/kscreen.git,plasma_kscreen.git,plasma/kscreen.git,50cf930ec8240be069a18765c10f681f1c4d7599,64,64_plasma_kscreen.git_CONTRIBUTING.md
|
||||
c970f190d26cc0634567c048e20aa7b802fe6042,https://github.com/nvbn/thefuck.git,nvbn_thefuck.git,nvbn/thefuck.git,806dad18bf2afd7b476a8b9561c01e07e7e22dfb,65,65_nvbn_thefuck.git_CONTRIBUTING.md
|
||||
72b1c48f154b7f94607babda3587d8e976795e4e,https://github.com/mapbox/mapnik-vector-tile.git,mapbox_mapnik-vector-tile.git,mapbox/mapnik-vector-tile.git,ac678099b7e2ccc44a8400ef06dd8127398bf4d1,66,66_mapbox_mapnik-vector-tile.git_CONTRIBUTING.md
|
||||
261e3880d251f78a2e7f7601f4b8ce74b3f239ef,https://github.com/mawww/kakoune.git,mawww_kakoune.git,mawww/kakoune.git,261e3880d251f78a2e7f7601f4b8ce74b3f239ef,67,67_mawww_kakoune.git_CONTRIBUTING
|
||||
14d0b6ffe3d6cc583b31fac1348fea757ec455f1,https://github.com/eslint/eslint-scope.git,eslint_eslint-scope.git,eslint/eslint-scope.git,26c059e2aed2731ae5d67bd1570893e25da23f3e,68,68_eslint_eslint-scope.git_CONTRIBUTING.md
|
||||
910f3b1f9e08dea61a11b235bfa8868336101799,https://gitlab.gnome.org/GNOME/balsa,GNOME_balsa,GNOME/balsa,910f3b1f9e08dea61a11b235bfa8868336101799,69,69_GNOME_balsa_CONTRIBUTING.md
|
||||
fa4aa84fc5cfdbfe0817df5ade13e215b3c47899,https://github.com/jupyter/notebook.git,jupyter_notebook.git,jupyter/notebook.git,fa4aa84fc5cfdbfe0817df5ade13e215b3c47899,70,70_jupyter_notebook.git_CONTRIBUTING.md
|
||||
0815ba0ac93f2a43407023aeb111f06425392e6f,https://github.com/eslint/eslint,eslint_eslint,eslint/eslint,47a2e43e813841fd4583ea47e133bbc243039770,71,71_eslint_eslint_CONTRIBUTING.md
|
||||
0832184896ababac7ee696625bfa32cc7b596815,https://github.com/mfontanini/libtins.git,mfontanini_libtins.git,mfontanini/libtins.git,0832184896ababac7ee696625bfa32cc7b596815,72,72_mfontanini_libtins.git_CONTRIBUTING.md
|
||||
738319bc25216bee54cd4fe305c6403a4ee8548b,https://github.com/ukui/peony,ukui_peony,ukui/peony,738319bc25216bee54cd4fe305c6403a4ee8548b,73,73_ukui_peony_CONTRIBUTING.md
|
||||
44ea60973e02cbf0cf298892fb6fc7af1677a4ad,https://github.com/publicsuffix/list,publicsuffix_list,publicsuffix/list,44ea60973e02cbf0cf298892fb6fc7af1677a4ad,74,74_publicsuffix_list_CONTRIBUTING.md
|
||||
0749e18b7b4c032db9dd39df00a63fafbe2960f2,https://github.com/pimutils/vdirsyncer,pimutils_vdirsyncer,pimutils/vdirsyncer,e66b43c839c8fc40dacff9007c71712e261d6ed6,75,75_pimutils_vdirsyncer_CONTRIBUTING.rst
|
||||
0cd2366fee96dadab517b9cabca21200266684fd,https://github.com/rr-debugger/rr.git,rr-debugger_rr.git,rr-debugger/rr.git,0cd2366fee96dadab517b9cabca21200266684fd,76,76_rr-debugger_rr.git_CONTRIBUTING.md
|
||||
77c128d7edad82f0ba15d2b26cc083dfbed0fd23,https://github.com/openalpr/openalpr,openalpr_openalpr,openalpr/openalpr,77c128d7edad82f0ba15d2b26cc083dfbed0fd23,77,77_openalpr_openalpr_CONTRIBUTING.md
|
||||
44ee94502bfafaf540092649fde6a7ccb428507a,https://github.com/Mottie/tablesorter.git,Mottie_tablesorter.git,Mottie/tablesorter.git,44ee94502bfafaf540092649fde6a7ccb428507a,78,78_Mottie_tablesorter.git_CONTRIBUTING.md
|
||||
09c6048df12ff141578876a401cd38094afd90b7,https://github.com/nikic/PHP-Parser,nikic_PHP-Parser,nikic/PHP-Parser,09c6048df12ff141578876a401cd38094afd90b7,79,79_nikic_PHP-Parser_CONTRIBUTING.md
|
||||
79ead205f6bb8df496c41d0fbe90900ac1b81bd1,https://github.com/tmuxinator/tmuxinator,tmuxinator_tmuxinator,tmuxinator/tmuxinator,79ead205f6bb8df496c41d0fbe90900ac1b81bd1,80,80_tmuxinator_tmuxinator_CONTRIBUTING.md
|
||||
1bb4258c7af8abe0141b44870749ad85858f7387,https://github.com/Nuitka/Nuitka,Nuitka_Nuitka,Nuitka/Nuitka,1bb4258c7af8abe0141b44870749ad85858f7387,81,81_Nuitka_Nuitka_CONTRIBUTING.md
|
||||
8706f6598ea157841c8d8ccf6365dfdbf0d72970,https://github.com/dahlia/libsass-python.git,dahlia_libsass-python.git,dahlia/libsass-python.git,b5bcb3aa5678be7442b0ffea936f641151ec3dbe,82,82_dahlia_libsass-python.git_CONTRIBUTING.rst
|
||||
4a083a37e91b1a40e9d2bc8fa3c1c6b673b18ae4,https://github.com/intel/intel-vaapi-driver.git,intel_intel-vaapi-driver.git,intel/intel-vaapi-driver.git,43859024e5c02eeeb8b509ebac08c7642b302008,83,83_intel_intel-vaapi-driver.git_CONTRIBUTING.md
|
||||
c6a44bd1bb01d7f2b9dd73ac7d0f5389d786d6fe,https://github.com/iem-projects/ambix.git,iem-projects_ambix.git,iem-projects/ambix.git,9b7bbd9a190c7af622246182defe9297d4cdc8c0,84,84_iem-projects_ambix.git_CONTRIBUTING.md
|
||||
bdbf2ce5edc4d973e6f2c2b7a2acf85285918eee,https://github.com/mkdocs/mkdocs,mkdocs_mkdocs,mkdocs/mkdocs,4a529ee63da3436b16db26ece640b17cfde114c7,85,85_mkdocs_mkdocs_CONTRIBUTING.md
|
||||
e3d291ba3c9f48f5d439233584652aa71d6890c1,https://github.com/boto/boto3,boto_boto3,boto/boto3,e3d291ba3c9f48f5d439233584652aa71d6890c1,86,86_boto_boto3_CONTRIBUTING.rst
|
||||
16d262114d5ba6f2c414ddd94d468797524064ee,https://github.com/github/git-lfs.git,github_git-lfs.git,github/git-lfs.git,442d4d385eb46062af32a800d1b13bd8bf09a042,87,87_github_git-lfs.git_CONTRIBUTING.md
|
||||
1af188b50248c794b671e55df5659e5935fdc799,https://github.com/jquast/blessed,jquast_blessed,jquast/blessed,b59b4ae9f9623edc41612ab2affc0eb2df98cf87,88,88_jquast_blessed_CONTRIBUTING.rst
|
||||
02c417d33da3c237ecf65afe84d4fb0c6f1b4286,https://github.com/Storyyeller/enjarify,Storyyeller_enjarify,Storyyeller/enjarify,02c417d33da3c237ecf65afe84d4fb0c6f1b4286,89,89_Storyyeller_enjarify_CONTRIBUTING.txt
|
||||
4f9f7c345830098df402d28c16047b99545b7462,https://github.com/gnu-octave/statistics,gnu-octave_statistics,gnu-octave/statistics,4f9f7c345830098df402d28c16047b99545b7462,90,90_gnu-octave_statistics_CONTRIBUTING.md
|
||||
a051b40afa72d59d7ac35e2d52f7c91f3c115827,https://github.com/ignitionrobotics/ign-cmake.git,ignitionrobotics_ign-cmake.git,ignitionrobotics/ign-cmake.git,4d530733bdf5d6cdc340e56d376b7edbe0540da6,91,91_ignitionrobotics_ign-cmake.git_CONTRIBUTING.md
|
||||
7721c5c0e0fc59f4e9bdcbaa5b30ee82dd88a15e,https://github.com/boto/s3transfer,boto_s3transfer,boto/s3transfer,031ed4ae3b4271085ad2b66ac850a05e4775cb7f,92,92_boto_s3transfer_CONTRIBUTING.rst
|
||||
78ffdef83dad7cf04392d8aae77fed247323536e,https://github.com/derek73/python-nameparser,derek73_python-nameparser,derek73/python-nameparser,6efb200f3422e6b5fdd9e8d02915287d77f24b35,93,93_derek73_python-nameparser_CONTRIBUTING.md
|
||||
cb591932999210615eeb77dc8a17866304fc50a9,https://github.com/doctrine/sql-formatter.git,doctrine_sql-formatter.git,doctrine/sql-formatter.git,aee78be8ef17fc1924aa3172e90178b12fc11c28,94,94_doctrine_sql-formatter.git_CONTRIBUTING.md
|
||||
5f9b7956c56bf721d8614dcec67e85244b1b3963,https://github.com/kaminari/kaminari,kaminari_kaminari,kaminari/kaminari,0a6194ad00f6ec18e21fd757f66fe9946f7aba96,95,95_kaminari_kaminari_CONTRIBUTING.md
|
||||
a76744c544d9302f6cf3612326ec52214e2099d4,https://github.com/coddingtonbear/python-measurement,coddingtonbear_python-measurement,coddingtonbear/python-measurement,a76744c544d9302f6cf3612326ec52214e2099d4,96,96_coddingtonbear_python-measurement_CONTRIBUTING.md
|
||||
af43013b4c7bf9edf13429be80d8c522cf14a730,https://github.com/editorconfig/editorconfig-core-c.git,editorconfig_editorconfig-core-c.git,editorconfig/editorconfig-core-c.git,af43013b4c7bf9edf13429be80d8c522cf14a730,97,97_editorconfig_editorconfig-core-c.git_CONTRIBUTING
|
||||
69b8fd55af7b9d865ec094e3891bad0add66cc5e,https://gitlab.com/libosinfo/osinfo-db.git,libosinfo_osinfo-db.git,libosinfo/osinfo-db.git,69b8fd55af7b9d865ec094e3891bad0add66cc5e,98,98_libosinfo_osinfo-db.git_CONTRIBUTING.md
|
||||
7529e129e46b0dd27ecc9ecc843bc7cc0231571e,https://github.com/joke2k/faker,joke2k_faker,joke2k/faker,7529e129e46b0dd27ecc9ecc843bc7cc0231571e,99,99_joke2k_faker_CONTRIBUTING.rst
|
||||
3b9901b40ec39a859e3187083d2c5ef956dc19f9,https://github.com/zopefoundation/zope.testing,zopefoundation_zope.testing,zopefoundation/zope.testing,06a6ab14560c5a24375d21c46688e128d6c2d005,100,100_zopefoundation_zope.testing_CONTRIBUTING.md
|
||||
9122d7c511c81421992c86faf30da2f35ce6f4e4,https://github.com/npm/nopt,npm_nopt,npm/nopt,9122d7c511c81421992c86faf30da2f35ce6f4e4,101,101_npm_nopt_CONTRIBUTING.md
|
||||
1c1c79271a6c987c484aec464274166349c6488b,https://github.com/ocsigen/js_of_ocaml.git,ocsigen_js_of_ocaml.git,ocsigen/js/of/ocaml.git,1c1c79271a6c987c484aec464274166349c6488b,102,102_ocsigen_js_of_ocaml.git_CONTRIBUTING.md
|
||||
75c4ec0ba4dd86e4f763a54e01002ff29f1d57ae,https://github.com/google/gemmlowp,google_gemmlowp,google/gemmlowp,75c4ec0ba4dd86e4f763a54e01002ff29f1d57ae,103,103_google_gemmlowp_CONTRIBUTING.txt
|
||||
5f72a0dc00818bea3bb0a6b5b10ad23824fbdcd3,https://github.com/iustin/pylibacl,iustin_pylibacl,iustin/pylibacl,5f72a0dc00818bea3bb0a6b5b10ad23824fbdcd3,104,104_iustin_pylibacl_CONTRIBUTING.md
|
||||
9be803c1ff0a1440b6c8d2bdb39a4e4a511d4695,https://github.com/PyFilesystem/pyfilesystem2,PyFilesystem_pyfilesystem2,PyFilesystem/pyfilesystem2,9be803c1ff0a1440b6c8d2bdb39a4e4a511d4695,105,105_PyFilesystem_pyfilesystem2_CONTRIBUTING.md
|
||||
271968e67533d195c16d0c0e1d73301ab8052c29,https://github.com/pallets/werkzeug,pallets_werkzeug,pallets/werkzeug,427672d4c7f0a6a7c9799e363f3ba28545ee676a,106,106_pallets_werkzeug_CONTRIBUTING.rst
|
||||
62414f4678dc1977f1411e836d42a60b8224f3c6,https://github.com/include-what-you-use/include-what-you-use,include-what-you-use_include-what-you-use,include-what-you-use/include-what-you-use,62414f4678dc1977f1411e836d42a60b8224f3c6,107,107_include-what-you-use_include-what-you-use_CONTRIBUTING.md
|
||||
6edd878ab231bd025619047c4a9ca63f53cbf582,https://gitlab.gnome.org/GNOME/gjs.git,GNOME_gjs.git,GNOME/gjs.git,87d547d8772f0785bf9cd66fd5af76bed8e09589,108,108_GNOME_gjs.git_CONTRIBUTING.md
|
||||
8ad9588d49184f809b9e5796083b260b0a8a4fa1,https://github.com/openSUSE/open-build-service,openSUSE_open-build-service,openSUSE/open-build-service,576e8e06a92f0524503f3dea4fed43c840c773aa,109,109_openSUSE_open-build-service_CONTRIBUTING.md
|
||||
b95d3ee5bd401ef17f259e3eae27a3f5694016be,https://github.com/zeromq/pyzmq.git,zeromq_pyzmq.git,zeromq/pyzmq.git,fb6b1d0ae37aaa26ea5d748f1a053d31988914fa,110,110_zeromq_pyzmq.git_CONTRIBUTING.md
|
||||
05925036271d1c7d38b40b0b66516fe7f442cfcd,https://github.com/hamcrest/hamcrest-php.git,hamcrest_hamcrest-php.git,hamcrest/hamcrest-php.git,05925036271d1c7d38b40b0b66516fe7f442cfcd,111,111_hamcrest_hamcrest-php.git_CONTRIBUTING.md
|
||||
d79f5780225d2416f3fff9dcebeac1d64110bb94,https://github.com/swaywm/wlroots,swaywm_wlroots,swaywm/wlroots,382f712792007ad839c4b6febf7f6387128ca7af,112,112_swaywm_wlroots_CONTRIBUTING.md
|
||||
735b56bc51b48250b550471267480de07c9639fc,https://gitlab.com/egh/ledger-autosync,egh_ledger-autosync,egh/ledger-autosync,26b9a072c775954cab221eda452ac6cd7db4ec7c,113,113_egh_ledger-autosync_CONTRIBUTING
|
||||
b7fbf3832f7cc7fbe348ef5fec82e292b3167a14,https://github.com/major/MySQLTuner-perl,major_MySQLTuner-perl,major/MySQLTuner-perl,b5761f7127db5796f90f9d20507a6642c91feac3,114,114_major_MySQLTuner-perl_CONTRIBUTING.md
|
||||
cf3b4d705e0a429460fcc54907ac498211d2ddd3,https://github.com/jim-easterbrook/pywws,jim-easterbrook_pywws,jim-easterbrook/pywws,cf3b4d705e0a429460fcc54907ac498211d2ddd3,115,115_jim-easterbrook_pywws_CONTRIBUTING.rst
|
||||
6ab218bf71bc091eb04cedde61dcfc6fb52bbf13,https://github.com/WoLpH/numpy-stl,WoLpH_numpy-stl,WoLpH/numpy-stl,79f8474a30ec8f6530ceeb1da73e69025db9072c,116,116_WoLpH_numpy-stl_CONTRIBUTING.rst
|
||||
6a3f65213fb855bd9d300f46467f94443cbbb840,https://github.com/rstudio/httpuv.git,rstudio_httpuv.git,rstudio/httpuv.git,6a3f65213fb855bd9d300f46467f94443cbbb840,117,117_rstudio_httpuv.git_CONTRIBUTING.md
|
||||
7ec4d00ea72ebeba4f3ce72e78a84e8d20c6f659,https://github.com/prometheus/client_python.git,prometheus_client_python.git,prometheus/client/python.git,7ec4d00ea72ebeba4f3ce72e78a84e8d20c6f659,118,118_prometheus_client_python.git_CONTRIBUTING.md
|
||||
5ed5d4ebc1bcabecdc3278a7dda848a29b5e8ae6,https://github.com/heynemann/preggy,heynemann_preggy,heynemann/preggy,5ed5d4ebc1bcabecdc3278a7dda848a29b5e8ae6,119,119_heynemann_preggy_CONTRIBUTING.md
|
||||
f8e9182f3f076a709e385c23715475068ece18b2,https://github.com/zeromq/czmq.git,zeromq_czmq.git,zeromq/czmq.git,c5e104176dbc56f0165dd97ef7d0ad405d6a5610,120,120_zeromq_czmq.git_CONTRIBUTING.md
|
||||
84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/certbot/certbot.git,certbot_certbot.git,certbot/certbot.git,654897510dd52f2b6c734e231f6032d939faf51e,121,121_certbot_certbot.git_CONTRIBUTING.rst
|
||||
3759eada7e7905ad0091e1f8edf676f177009188,https://github.com/python-trio/trio,python-trio_trio,python-trio/trio,1403966f149f6ff42a3b5770bb5b0e562e1f2544,122,122_python-trio_trio_CONTRIBUTING.md
|
||||
6ea122aa377e56b47d4f302dd995367daea27fec,https://github.com/mongoengine/flask-mongoengine,mongoengine_flask-mongoengine,mongoengine/flask-mongoengine,6ea122aa377e56b47d4f302dd995367daea27fec,123,123_mongoengine_flask-mongoengine_CONTRIBUTING.rst
|
||||
8d04e68fdac7ddf9f34f3d2f11f5f305815ef789,https://github.com/ionelmc/python-tblib,ionelmc_python-tblib,ionelmc/python-tblib,8d04e68fdac7ddf9f34f3d2f11f5f305815ef789,124,124_ionelmc_python-tblib_CONTRIBUTING.rst
|
||||
8ea5eb73f001e2d98a428f57a61f834bdacb0ccd,https://github.com/brunonova/drmips,brunonova_drmips,brunonova/drmips,8ea5eb73f001e2d98a428f57a61f834bdacb0ccd,125,125_brunonova_drmips_CONTRIBUTING.md
|
||||
25e94b9adf05205d87751209a5c66c44f0199ba8,https://github.com/Ultimaker/Cura,Ultimaker_Cura,Ultimaker/Cura,22134f2d3c75f774d4945b6d711bd3f131eb0200,126,126_Ultimaker_Cura_CONTRIBUTING.md
|
||||
3a6ca696d693a9cfbcbb10c9b80a50dcb5327f5d,https://github.com/h2o/h2o,h2o_h2o,h2o/h2o,134e93d83e5c757a4a40c99750e61baf47e0e9dc,127,127_h2o_h2o_CONTRIBUTING.md
|
||||
ec2f07932bb69150d43b6eddb46ead4b2c4b5a77,https://github.com/analogdevicesinc/libiio.git,analogdevicesinc_libiio.git,analogdevicesinc/libiio.git,aea422809c64b9c33e916daaac8acc46aa96a772,128,128_analogdevicesinc_libiio.git_CONTRIBUTING.md
|
||||
9ec2827e4d93b6db225282ad1cb61e23aea38c51,https://github.com/Qiskit/qiskit-terra,Qiskit_qiskit-terra,Qiskit/qiskit-terra,c995c310cd25fb0643fda32836da89035edd47d5,129,129_Qiskit_qiskit-terra_CONTRIBUTING.md
|
||||
e4647f48a0494d3a01d30c780d9264f91ef090d4,https://github.com/castle-engine/castle-engine.git,castle-engine_castle-engine.git,castle-engine/castle-engine.git,a92a8f8a57be7ecbcf826205fd66570ab8c4fabe,130,130_castle-engine_castle-engine.git_CONTRIBUTING.md
|
||||
be44f0c8fdd20a7654fa947b381d0d741b235d64,https://github.com/rails/sprockets.git,rails_sprockets.git,rails/sprockets.git,be44f0c8fdd20a7654fa947b381d0d741b235d64,131,131_rails_sprockets.git_CONTRIBUTING.md
|
||||
5b015eb3bcdc20460a13342c5c480f1503fff560,https://github.com/rsnapshot/rsnapshot.git,rsnapshot_rsnapshot.git,rsnapshot/rsnapshot.git,f341eea667fc1dd74403dad23e90065026c96792,132,132_rsnapshot_rsnapshot.git_CONTRIBUTING.md
|
||||
fbe458e535195517fb5cbfd06832ad7533d3efef,https://github.com/ocaml/ocamlbuild.git,ocaml_ocamlbuild.git,ocaml/ocamlbuild.git,ccf52eaff89da8c274f3d0d0c56da4e55c0e6d0d,133,133_ocaml_ocamlbuild.git_CONTRIBUTING.adoc
|
||||
5f1e47afcb524803f71f600b6a1edbfe40f6796f,https://github.com/karenetheridge/B-Hooks-Parser.git,karenetheridge_B-Hooks-Parser.git,karenetheridge/B-Hooks-Parser.git,5f1e47afcb524803f71f600b6a1edbfe40f6796f,134,134_karenetheridge_B-Hooks-Parser.git_CONTRIBUTING
|
||||
2c1e595b775f6c23ec985ac20976f81dbed327e5,https://github.com/ceres-solver/ceres-solver.git,ceres-solver_ceres-solver.git,ceres-solver/ceres-solver.git,2c1e595b775f6c23ec985ac20976f81dbed327e5,135,135_ceres-solver_ceres-solver.git_CONTRIBUTING.md
|
||||
edf33845534349bf73e7ff7cbc1aa77cdb61767c,https://github.com/jupyter/nbconvert,jupyter_nbconvert,jupyter/nbconvert,edf33845534349bf73e7ff7cbc1aa77cdb61767c,136,136_jupyter_nbconvert_CONTRIBUTING.md
|
||||
faba56ade9f65760d6d19520bb2030f5c353689f,https://github.com/ComplianceAsCode/content,ComplianceAsCode_content,ComplianceAsCode/content,ac1e9eae30819901271592ba3946d0e05ea4e971,137,137_ComplianceAsCode_content_CONTRIBUTING.md
|
||||
9b6705571107d704d576269ae1723d589c330a16,https://github.com/mu-editor/mu,mu-editor_mu,mu-editor/mu,d2ed47612b2099e9f5ee06c70e955cd6285030e1,138,138_mu-editor_mu_CONTRIBUTING.rst
|
||||
12bdf43ab2d2f23413a625a843a1cafea25c0386,https://github.com/sopel-irc/sopel.git,sopel-irc_sopel.git,sopel-irc/sopel.git,5969087b58764a635bf8b28e2e2dbdd73e00d2bf,139,139_sopel-irc_sopel.git_CONTRIBUTING
|
||||
8179f7f379de8a882deeeb8081e1dce051fa7c53,https://github.com/dask/dask,dask_dask,dask/dask,8179f7f379de8a882deeeb8081e1dce051fa7c53,140,140_dask_dask_CONTRIBUTING.md
|
||||
d09457f7683654441b998a6c22e20c059bf57799,https://github.com/jashkenas/underscore.git,jashkenas_underscore.git,jashkenas/underscore.git,233b8db8023170730772a9c8ef4edf670f7347c6,141,141_jashkenas_underscore.git_CONTRIBUTING.md
|
||||
c98311d7cdafa82dec133a87662890618a5959c0,https://github.com/npm/abbrev-js,npm_abbrev-js,npm/abbrev-js,c98311d7cdafa82dec133a87662890618a5959c0,142,142_npm_abbrev-js_CONTRIBUTING.md
|
||||
ff3d0e6578ff53fa34837353ebb6738b10d69dd4,https://github.com/the-tcpdump-group/tcpdump,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,ff3d0e6578ff53fa34837353ebb6738b10d69dd4,143,143_the-tcpdump-group_tcpdump_CONTRIBUTING
|
||||
f2896713d48f6c0bc19a859f5ad506e0ddd7ae61,https://github.com/EttusResearch/uhd,EttusResearch_uhd,EttusResearch/uhd,f2896713d48f6c0bc19a859f5ad506e0ddd7ae61,144,144_EttusResearch_uhd_CONTRIBUTING.md
|
||||
3619a51a8e318fbc45e90552ca694baf6704d99f,https://github.com/jupyter/jupyter_core,jupyter_jupyter_core,jupyter/jupyter/core,f643d4f0b3de3316875f9911b4dc6ec0d8248a3b,145,145_jupyter_jupyter_core_CONTRIBUTING.md
|
||||
76384a8b371737f48443d0a3f9ee44950d1611a1,https://github.com/mlpack/mlpack,mlpack_mlpack,mlpack/mlpack,8a25b7da2a2f8e5795d4db3d4b80b545c8441ae4,146,146_mlpack_mlpack_CONTRIBUTING.md
|
||||
752c0602f014ef6e8258453d1cd962f2cae9c8f5,https://github.com/lxc/lxc.git,lxc_lxc.git,lxc/lxc.git,683c720b7e635fdb9df732ae19de2b96be8d0ade,147,147_lxc_lxc.git_CONTRIBUTING
|
||||
b09df08be878ddf23d7bef6d63c8b90b8a81b193,https://github.com/igraph/igraph,igraph_igraph,igraph/igraph,330d959b4130da7f556247199556e901996d597f,148,148_igraph_igraph_CONTRIBUTING.md
|
||||
28e7d07be7de98b9ac0bdb8c2f26a4a984902132,https://github.com/OpenPrinting/cups-filters,OpenPrinting_cups-filters,OpenPrinting/cups-filters,28e7d07be7de98b9ac0bdb8c2f26a4a984902132,149,149_OpenPrinting_cups-filters_CONTRIBUTING.md
|
||||
ff0e028f37e1b943592e2a1fe3c60435a8fc71e8,https://github.com/tpm2-software/tpm2-abrmd.git,tpm2-software_tpm2-abrmd.git,tpm2-software/tpm2-abrmd.git,ff0e028f37e1b943592e2a1fe3c60435a8fc71e8,150,150_tpm2-software_tpm2-abrmd.git_CONTRIBUTING.md
|
||||
1ec49c728ede53d813cc13da086d8436edcfc9d7,https://github.com/Intel-Media-SDK/MediaSDK,Intel-Media-SDK_MediaSDK,Intel-Media-SDK/MediaSDK,1ec49c728ede53d813cc13da086d8436edcfc9d7,151,151_Intel-Media-SDK_MediaSDK_CONTRIBUTING.md
|
||||
e4d9c617f07ec0a854983496e51f751758a79b6f,https://github.com/google/brotli,google_brotli,google/brotli,7ec879eac22575083b00748d0e3ecfcaf440ea9e,152,152_google_brotli_CONTRIBUTING
|
||||
7532e5040bd9487ddc4d74dcac22209b2fee33de,https://github.com/matthewwithanm/django-imagekit.git,matthewwithanm_django-imagekit.git,matthewwithanm/django-imagekit.git,7532e5040bd9487ddc4d74dcac22209b2fee33de,153,153_matthewwithanm_django-imagekit.git_CONTRIBUTING.rst
|
||||
2a0e6ee3eb70c19a7c97e24a078e9332a76d3acf,https://github.com/CorsixTH/CorsixTH.git,CorsixTH_CorsixTH.git,CorsixTH/CorsixTH.git,4d85108f4e7991ebb757a8ea2802b836913a7ed0,154,154_CorsixTH_CorsixTH.git_CONTRIBUTING
|
||||
c4a0c16bbcc83d0178adc9cf69007b5d6f7bf4d7,https://github.com/fog/fog-rackspace,fog_fog-rackspace,fog/fog-rackspace,c4a0c16bbcc83d0178adc9cf69007b5d6f7bf4d7,155,155_fog_fog-rackspace_CONTRIBUTING.md
|
||||
5f4102f0ec59debb9c72204f83edd47d1d4454bb,https://github.com/tinfoil/devise-two-factor.git,tinfoil_devise-two-factor.git,tinfoil/devise-two-factor.git,1481dfaae5c520af344e009901e70d828223bc57,156,156_tinfoil_devise-two-factor.git_CONTRIBUTING.md
|
||||
033402bdc5bcca52cc6ccf7706ef550204270d97,https://github.com/isaacs/node-glob.git,isaacs_node-glob.git,isaacs/node-glob.git,033402bdc5bcca52cc6ccf7706ef550204270d97,157,157_isaacs_node-glob.git_CONTRIBUTING.md
|
||||
de6d9769c13e375a6299907dd0f1cd85e31a7ee1,https://github.com/dagolden/class-insideout.git,dagolden_class-insideout.git,dagolden/class-insideout.git,de6d9769c13e375a6299907dd0f1cd85e31a7ee1,158,158_dagolden_class-insideout.git_CONTRIBUTING
|
||||
e781ddfa43ce9963c705c93fd015d4df3f39d08c,https://github.com/ntop/nDPI.git,ntop_nDPI.git,ntop/nDPI.git,786ea3c0f9d862546c56bed15fce574eec3991ee,159,159_ntop_nDPI.git_CONTRIBUTING.md
|
||||
5c229976032872d2c5e889f033ce82f20e15e6c4,https://github.com/lastpass/lastpass-cli,lastpass_lastpass-cli,lastpass/lastpass-cli,5c229976032872d2c5e889f033ce82f20e15e6c4,160,160_lastpass_lastpass-cli_CONTRIBUTING
|
||||
6d31478988315180743772d879524de51ab1edb8,https://github.com/OpenTTD/OpenTTD.git,OpenTTD_OpenTTD.git,OpenTTD/OpenTTD.git,6d31478988315180743772d879524de51ab1edb8,161,161_OpenTTD_OpenTTD.git_CONTRIBUTING.md
|
||||
51dbf63a19477526914e955d677dbd3bf4c15439,https://github.com/mlpack/ensmallen,mlpack_ensmallen,mlpack/ensmallen,ae80819c32489b3ce68700782c2124f2ecbd88c7,162,162_mlpack_ensmallen_CONTRIBUTING.md
|
||||
57200842984c0d9c12600373652e4f4047db5ef4,https://github.com/donnemartin/gitsome,donnemartin_gitsome,donnemartin/gitsome,57200842984c0d9c12600373652e4f4047db5ef4,163,163_donnemartin_gitsome_CONTRIBUTING.md
|
||||
8a365abd9c7255d0b92787671bdea5f44408cbaa,https://github.com/RIPE-NCC/ripe.atlas.sagan,RIPE-NCC_ripe.atlas.sagan,RIPE-NCC/ripe.atlas.sagan,901b00547d67a3244626e41849fc41c15be28a75,164,164_RIPE-NCC_ripe.atlas.sagan_CONTRIBUTING.rst
|
||||
fc0afd5c2d9f0f64d196894d575cb325a35a3673,https://github.com/jp9000/obs-studio.git,jp9000_obs-studio.git,jp9000/obs-studio.git,9e2375726bc5f7cffc80d9720d224f9b27e0a4ff,165,165_jp9000_obs-studio.git_CONTRIBUTING
|
||||
4e44160983b80407b4ff2cced4fc5b0b6be1d9e8,https://github.com/networkx/networkx.git,networkx_networkx.git,networkx/networkx.git,4e44160983b80407b4ff2cced4fc5b0b6be1d9e8,166,166_networkx_networkx.git_CONTRIBUTING.rst
|
||||
5f2a2c9b8b30bdd0520f1bb53e60aab43615cdf4,https://github.com/intridea/multi_json,intridea_multi_json,intridea/multi/json,5f2a2c9b8b30bdd0520f1bb53e60aab43615cdf4,167,167_intridea_multi_json_CONTRIBUTING.md
|
||||
e68090b302b1f11e7ea4b1d76f10adcb70a83bb5,https://github.com/zsh-users/antigen,zsh-users_antigen,zsh-users/antigen,e68090b302b1f11e7ea4b1d76f10adcb70a83bb5,168,168_zsh-users_antigen_CONTRIBUTING.md
|
||||
92f3d5111cf529b550a35a43cdbdd92910697ed1,https://github.com/emcconville/wand,emcconville_wand,emcconville/wand,c4652dbc7f67833fff960cc89b1fc95bfa833c15,169,169_emcconville_wand_CONTRIBUTING.rst
|
||||
5010bd74848e732669ef739b3df2b0d34e8f84c1,https://github.com/perl-catalyst/Catalyst-Authentication-Credential-HTTP,perl-catalyst_Catalyst-Authentication-Credential-HTTP,perl-catalyst/Catalyst-Authentication-Credential-HTTP,5010bd74848e732669ef739b3df2b0d34e8f84c1,170,170_perl-catalyst_Catalyst-Authentication-Credential-HTTP_CONTRIBUTING
|
||||
87c6bc4f1cf3ca953dcb839fbfe32329947ce687,https://github.com/sslmate/certspotter,sslmate_certspotter,sslmate/certspotter,87c6bc4f1cf3ca953dcb839fbfe32329947ce687,171,171_sslmate_certspotter_CONTRIBUTING
|
||||
3c4b5b165cfe82c314976a76c044759bcaf1e22e,https://github.com/jazzband/django-sortedm2m.git,jazzband_django-sortedm2m.git,jazzband/django-sortedm2m.git,3c4b5b165cfe82c314976a76c044759bcaf1e22e,172,172_jazzband_django-sortedm2m.git_CONTRIBUTING.md
|
||||
8ab98afc93fb4eb349b0fd3d4a37d9d6bcd2f583,https://github.com/pypa/pipenv.git,pypa_pipenv.git,pypa/pipenv.git,b12faabd25fb9adeedddd3aeeca861ef464a4ff6,173,173_pypa_pipenv.git_CONTRIBUTING.rst
|
||||
c4c41ae021572caf5ff8716b3c691fd83bbd76d2,https://gitlab.gnome.org/GNOME/gedit.git,GNOME_gedit.git,GNOME/gedit.git,c4c41ae021572caf5ff8716b3c691fd83bbd76d2,174,174_GNOME_gedit.git_CONTRIBUTING.md
|
||||
b9e5e5c354ec6244349732a71b56e07b626c56d8,https://github.com/royhills/arp-scan,royhills_arp-scan,royhills/arp-scan,b9e5e5c354ec6244349732a71b56e07b626c56d8,175,175_royhills_arp-scan_CONTRIBUTING.md
|
||||
b5e3770efb6040f07abaec19cef3e5ab638973f0,https://github.com/mne-tools/mne-python.git,mne-tools_mne-python.git,mne-tools/mne-python.git,575164175b9c0faa506b6e87b25762c1e238403d,176,176_mne-tools_mne-python.git_CONTRIBUTING.md
|
||||
2dc18c5ef831bd6d9b7d5cb2def4450a83114980,https://github.com/python-hyper/h11.git,python-hyper_h11.git,python-hyper/h11.git,2dc18c5ef831bd6d9b7d5cb2def4450a83114980,177,177_python-hyper_h11.git_CONTRIBUTING.md
|
||||
b9861171654e30831f343edf7458ff3918b10005,https://github.com/felixge/node-dateformat,felixge_node-dateformat,felixge/node-dateformat,ad9244508e196f311bbf7b84eea113c313845ec4,178,178_felixge_node-dateformat_CONTRIBUTING.md
|
||||
144dee4c570e2c93e074a17129543e76576d9c7b,https://github.com/PointCloudLibrary/pcl,PointCloudLibrary_pcl,PointCloudLibrary/pcl,722484c43d7ff110f427cfc912e360b10329bcc3,179,179_PointCloudLibrary_pcl_CONTRIBUTING.md
|
||||
08ff5033e1df607267a573e56c50004c9a25b1b0,https://github.com/libwww-perl/HTTP-Message.git,libwww-perl_HTTP-Message.git,libwww-perl/HTTP-Message.git,77d25167bd6f9cb450f7138d8618e127c69bb3d6,180,180_libwww-perl_HTTP-Message.git_CONTRIBUTING.md
|
||||
3ee5c059c4b6d24f8c5e8d37ded03c47680c5bf2,https://github.com/Grokzen/redis-py-cluster,Grokzen_redis-py-cluster,Grokzen/redis-py-cluster,3ee5c059c4b6d24f8c5e8d37ded03c47680c5bf2,181,181_Grokzen_redis-py-cluster_CONTRIBUTING.md
|
||||
8f6a68ab4249b31fd1a220b5fa75b3e24e592e8a,git://git.lttng.org/lttng-ust.git,lttng-ust.git,lttng-ust.git,8f6a68ab4249b31fd1a220b5fa75b3e24e592e8a,182,182_lttng-ust.git_CONTRIBUTING.md
|
||||
3d6089eeeea36ac808c6c409c36b8c13f1901bba,https://github.com/mongodb/motor,mongodb_motor,mongodb/motor,3d6089eeeea36ac808c6c409c36b8c13f1901bba,183,183_mongodb_motor_CONTRIBUTING.rst
|
||||
ffd371f257111d9ecd0e32cfe8eaf08b022ba5fc,https://github.com/Icinga/icingaweb2.git,Icinga_icingaweb2.git,Icinga/icingaweb2.git,af81006bceeffc6f592d10c311795d9507d240c2,184,184_Icinga_icingaweb2.git_CONTRIBUTING.md
|
||||
a22d2033861284c0f25096b00bed8552a1ce2ed4,https://github.com/libevent/libevent,libevent_libevent,libevent/libevent,b9c5077e99b8be6ec1fab2fb8177439ef9cb76e1,185,185_libevent_libevent_CONTRIBUTING.md
|
||||
977c913b668fba76b0b4dfdc825894d9bbc34868,https://github.com/bbatsov/powerpack.git,bbatsov_powerpack.git,bbatsov/powerpack.git,977c913b668fba76b0b4dfdc825894d9bbc34868,186,186_bbatsov_powerpack.git_CONTRIBUTING.md
|
||||
7401efab4d6c2db93886ca92b4479ce90d749a51,https://github.com/rthalley/dnspython.git,rthalley_dnspython.git,rthalley/dnspython.git,7401efab4d6c2db93886ca92b4479ce90d749a51,187,187_rthalley_dnspython.git_CONTRIBUTING.md
|
||||
c33d22bc3ca9f18d4d282c04c77c8dfc88effb8b,https://github.com/Ableton/link.git,Ableton_link.git,Ableton/link.git,c33d22bc3ca9f18d4d282c04c77c8dfc88effb8b,188,188_Ableton_link.git_CONTRIBUTING.md
|
||||
a3321d7d22ea482aa229269e02fa081beb889d28,https://github.com/Ranks/emojione,Ranks_emojione,Ranks/emojione,09113ea28b3e8418a02930d4ba4c94105e0b8cd4,189,189_Ranks_emojione_CONTRIBUTING.md
|
||||
53ca9d46f616af807aafacc743cbdbf0e2874888,https://github.com/kelektiv/node-uuid,kelektiv_node-uuid,kelektiv/node-uuid,380fe2844098f5db5438c8a497efc30e1f9c6252,190,190_kelektiv_node-uuid_CONTRIBUTING.md
|
||||
e4121e44b8256b49aa06bcfa24c28a52baecccb4,https://github.com/prometheus/pushgateway,prometheus_pushgateway,prometheus/pushgateway,4efadec162916f7ba03b83e476432b649da15001,191,191_prometheus_pushgateway_CONTRIBUTING.md
|
||||
cded1fd1647c814ed6ee64f1efd75d63e2689122,https://github.com/pyjokes/pyjokes,pyjokes_pyjokes,pyjokes/pyjokes,cded1fd1647c814ed6ee64f1efd75d63e2689122,192,192_pyjokes_pyjokes_CONTRIBUTING.md
|
||||
77c174928f6f6c7b44cecc16878d16478eaa9c16,https://github.com/amperser/proselint,amperser_proselint,amperser/proselint,4a83dc3e52fa146e787740e4dbfa71fbafc77786,193,193_amperser_proselint_CONTRIBUTING.md
|
||||
2d5de63c9bb2ab4124f6f1b2c72efe8cf553b9be,https://github.com/resurrecting-open-source-projects/openrdate,resurrecting-open-source-projects_openrdate,resurrecting-open-source-projects/openrdate,2d5de63c9bb2ab4124f6f1b2c72efe8cf553b9be,194,194_resurrecting-open-source-projects_openrdate_CONTRIBUTING.md
|
||||
c3607c653d1989a9eaa1a1a705b9812bed59374e,https://github.com/ARMmbed/yotta.git,ARMmbed_yotta.git,ARMmbed/yotta.git,0b7a94af63a256ff8dccf80e9a944010954de2d1,195,195_ARMmbed_yotta.git_CONTRIBUTING.md
|
||||
ffc3058bc909fc83e4db3d8b80f3595a76d9b6d2,https://gitlab.com/gnutls/libtasn1,gnutls_libtasn1,gnutls/libtasn1,ffc3058bc909fc83e4db3d8b80f3595a76d9b6d2,196,196_gnutls_libtasn1_CONTRIBUTING.md
|
||||
d466d9e0a60f98a69657e3624b2cb8788c8a3da2,https://github.com/zopefoundation/zope.schema,zopefoundation_zope.schema,zopefoundation/zope.schema,d466d9e0a60f98a69657e3624b2cb8788c8a3da2,197,197_zopefoundation_zope.schema_CONTRIBUTING.md
|
||||
4d4720a2fc6827729aba75b950fb9a1cbb8a83c9,https://github.com/django-ldapdb/django-ldapdb,django-ldapdb_django-ldapdb,django-ldapdb/django-ldapdb,a51dbb5a3f0a524064e735a9d2a66f8f55ed1378,198,198_django-ldapdb_django-ldapdb_CONTRIBUTING.rst
|
||||
17020d8ac806faf6ffa178587a97625589ba21eb,https://github.com/gitpython-developers/GitPython,gitpython-developers_GitPython,gitpython-developers/GitPython,17020d8ac806faf6ffa178587a97625589ba21eb,199,199_gitpython-developers_GitPython_CONTRIBUTING.md
|
||||
c310259a8b0770838b560cb3b1f7315bd7025625,https://github.com/OCamlPro/alt-ergo.git,OCamlPro_alt-ergo.git,OCamlPro/alt-ergo.git,47a71806114c6454153d7e4d1b499ca40ea61960,200,200_OCamlPro_alt-ergo.git_CONTRIBUTING.md
|
||||
290aba132f8b1f681671765849bc50576b070f3d,https://github.com/pyca/pyopenssl,pyca_pyopenssl,pyca/pyopenssl,77d7b915921deaca62dd92e9f41dd08f0154edf3,201,201_pyca_pyopenssl_CONTRIBUTING.rst
|
||||
5b1fc8a945da104752b6dba19475c1b68db5e610,https://github.com/voxpupuli/beaker,voxpupuli_beaker,voxpupuli/beaker,01c7ac7a93fbfcdecdb72531f4ad1f115319030e,202,202_voxpupuli_beaker_CONTRIBUTING.md
|
||||
11a3002b47b622b2d7b84b1f743e2895b0377b3d,https://github.com/zopefoundation/zope.deprecation.git,zopefoundation_zope.deprecation.git,zopefoundation/zope.deprecation.git,11a3002b47b622b2d7b84b1f743e2895b0377b3d,203,203_zopefoundation_zope.deprecation.git_CONTRIBUTING.md
|
||||
8a0c3a1630bb063b2e3f37372f1344e13b6b6340,https://github.com/canonical/lightdm.git,canonical_lightdm.git,canonical/lightdm.git,8a0c3a1630bb063b2e3f37372f1344e13b6b6340,204,204_canonical_lightdm.git_CONTRIBUTING.md
|
||||
a78422c2e0b5c3e6a9ea5aa6909356fee2deb881,https://github.com/PracticallyGreen/omniauth-saml.git,PracticallyGreen_omniauth-saml.git,PracticallyGreen/omniauth-saml.git,a78422c2e0b5c3e6a9ea5aa6909356fee2deb881,205,205_PracticallyGreen_omniauth-saml.git_CONTRIBUTING.md
|
||||
68a0b876d9d4c594a44f5bb92eb1d5c3c4e92bd5,https://github.com/django-haystack/django-haystack,django-haystack_django-haystack,django-haystack/django-haystack,68a0b876d9d4c594a44f5bb92eb1d5c3c4e92bd5,206,206_django-haystack_django-haystack_CONTRIBUTING.md
|
||||
ace5e33f3e4e587c34476ac0f50fe66fc3a26c96,https://github.com/multani/sonata,multani_sonata,multani/sonata,ace5e33f3e4e587c34476ac0f50fe66fc3a26c96,207,207_multani_sonata_CONTRIBUTING.rst
|
||||
bd6a1acc8c6b6c03f999558baa4aab464417548d,https://github.com/google/fscrypt,google_fscrypt,google/fscrypt,bd6a1acc8c6b6c03f999558baa4aab464417548d,208,208_google_fscrypt_CONTRIBUTING.md
|
||||
4c3950527e5080f22a3caf95cf0e7be542a7cad7,https://github.com/silx-kit/silx.git,silx-kit_silx.git,silx-kit/silx.git,92239abd3998afe80033faee2623352132cc2b90,209,209_silx-kit_silx.git_CONTRIBUTING
|
||||
4ccb6af985ce4d98f5251317d774ccf3d98d7664,https://github.com/puppetlabs/clj-kitchensink.git,puppetlabs_clj-kitchensink.git,puppetlabs/clj-kitchensink.git,4ccb6af985ce4d98f5251317d774ccf3d98d7664,210,210_puppetlabs_clj-kitchensink.git_CONTRIBUTING.md
|
||||
fca59a1105d1586139f938cd83cff2284e5b7347,https://github.com/porridge/bambam,porridge_bambam,porridge/bambam,fca59a1105d1586139f938cd83cff2284e5b7347,211,211_porridge_bambam_CONTRIBUTING.md
|
||||
c6d802a185b562f442ba78b6b27024d504fc7c6d,https://github.com/joewing/jwm,joewing_jwm,joewing/jwm,c6d802a185b562f442ba78b6b27024d504fc7c6d,212,212_joewing_jwm_CONTRIBUTING.md
|
||||
39e75497959a90f3e5c3925801b15e21899e2398,https://github.com/hickford/MechanicalSoup,hickford_MechanicalSoup,hickford/MechanicalSoup,39e75497959a90f3e5c3925801b15e21899e2398,213,213_hickford_MechanicalSoup_CONTRIBUTING.md
|
||||
8af643a796662fd6a1d55e0f86f13160bb36b76c,https://github.com/cubiq/iscroll,cubiq_iscroll,cubiq/iscroll,8af643a796662fd6a1d55e0f86f13160bb36b76c,214,214_cubiq_iscroll_CONTRIBUTING.md
|
||||
44d5a1cb3c6b78e0c2fe77f7133ddf909fb24d1c,https://github.com/gtimelog/gtimelog,gtimelog_gtimelog,gtimelog/gtimelog,44d5a1cb3c6b78e0c2fe77f7133ddf909fb24d1c,215,215_gtimelog_gtimelog_CONTRIBUTING.rst
|
||||
148daffd7ff5ed8121a3aebf505d2b97337845b1,https://gitlab.gnome.org/GNOME/libgda,GNOME_libgda,GNOME/libgda,4646d5a1924282994430c6b3e21d2fd960701c84,216,216_GNOME_libgda_CONTRIBUTING.md
|
||||
061607fc1dd4c9acde6bfbcbd7094d2515163f8b,https://github.com/openstack/python-swiftclient.git,openstack_python-swiftclient.git,openstack/python-swiftclient.git,061607fc1dd4c9acde6bfbcbd7094d2515163f8b,217,217_openstack_python-swiftclient.git_CONTRIBUTING.md
|
||||
1b2d12499c59f754abfe50630ec821e60b4411ae,https://github.com/prehor/amavisd-milter,prehor_amavisd-milter,prehor/amavisd-milter,1b2d12499c59f754abfe50630ec821e60b4411ae,218,218_prehor_amavisd-milter_CONTRIBUTING.md
|
||||
e65c12da5f0b2d2c3531d790953b5d288c03b4a7,https://gitlab.gnome.org/GNOME/network-manager-applet,GNOME_network-manager-applet,GNOME/network-manager-applet,e65c12da5f0b2d2c3531d790953b5d288c03b4a7,219,219_GNOME_network-manager-applet_CONTRIBUTING
|
||||
6a1293edcadae8c53a550122a67a69b160a47de4,https://github.com/biojava/biojava.git,biojava_biojava.git,biojava/biojava.git,6a1293edcadae8c53a550122a67a69b160a47de4,220,220_biojava_biojava.git_CONTRIBUTING.md
|
||||
b21539df7b1faa23a82c8917d23c80ce82230e2e,https://github.com/resurrecting-open-source-projects/scrot,resurrecting-open-source-projects_scrot,resurrecting-open-source-projects/scrot,b21539df7b1faa23a82c8917d23c80ce82230e2e,221,221_resurrecting-open-source-projects_scrot_CONTRIBUTING.md
|
||||
055f6ff46896cc22bc5dc1f3f766691f2351d57d,https://github.com/mypaint/libmypaint,mypaint_libmypaint,mypaint/libmypaint,055f6ff46896cc22bc5dc1f3f766691f2351d57d,222,222_mypaint_libmypaint_CONTRIBUTING.md
|
||||
0366eb15e25baa07be53061081c3be16fa425805,https://github.com/virt-manager/virt-manager,virt-manager_virt-manager,virt-manager/virt-manager,0366eb15e25baa07be53061081c3be16fa425805,223,223_virt-manager_virt-manager_CONTRIBUTING.md
|
||||
f060fd54b106e6a43c74a977fa71d3d568796949,https://github.com/rails/jbuilder,rails_jbuilder,rails/jbuilder,3536726b7bd842bc57480ca163a34f4905796d32,224,224_rails_jbuilder_CONTRIBUTING.md
|
||||
c9cda413f4f4be6a42a55d7c44a56081e8496ce6,https://gitlab.com/libvirt/libvirt-ruby.git,libvirt_libvirt-ruby.git,libvirt/libvirt-ruby.git,c9cda413f4f4be6a42a55d7c44a56081e8496ce6,225,225_libvirt_libvirt-ruby.git_CONTRIBUTING.rst
|
||||
bdeb5d24336f001a0e3d38894eb89af192c0d2d1,https://github.com/Haivision/srt.git,Haivision_srt.git,Haivision/srt.git,bdeb5d24336f001a0e3d38894eb89af192c0d2d1,226,226_Haivision_srt.git_CONTRIBUTING.md
|
||||
1b53cb8802f4e7de35f5f3e794bfffdaa70a03bc,https://github.com/DamienCassou/beginend.git,DamienCassou_beginend.git,DamienCassou/beginend.git,1b53cb8802f4e7de35f5f3e794bfffdaa70a03bc,227,227_DamienCassou_beginend.git_CONTRIBUTING.md
|
||||
60f11430ff7793d50925f4ef3ba54787bdc3be9c,https://github.com/pydicom/pydicom.git,pydicom_pydicom.git,pydicom/pydicom.git,ee4ff4a7ef279c1b77f75dd9d37e4a2d722ed7e8,228,228_pydicom_pydicom.git_CONTRIBUTING.md
|
||||
8826e8c8dd196963866d5907b46f4716fc8732f7,https://github.com/FirefighterBlu3/python-pam,FirefighterBlu3_python-pam,FirefighterBlu3/python-pam,8826e8c8dd196963866d5907b46f4716fc8732f7,229,229_FirefighterBlu3_python-pam_CONTRIBUTING.md
|
||||
2e20286a07db236759a4c114f76ecfa73d4b2ca5,https://github.com/MatMoul/g810-led.git,MatMoul_g810-led.git,MatMoul/g810-led.git,9b7158c6f080aebe284d1a5d22765ef3283afd4b,230,230_MatMoul_g810-led.git_CONTRIBUTING.md
|
||||
5cdae33fb032a0eca57bfb9baf5d823564715d10,https://github.com/GoogleCloudPlatform/cloudsql-proxy.git,GoogleCloudPlatform_cloudsql-proxy.git,GoogleCloudPlatform/cloudsql-proxy.git,5cdae33fb032a0eca57bfb9baf5d823564715d10,231,231_GoogleCloudPlatform_cloudsql-proxy.git_CONTRIBUTING.md
|
||||
6f57df714f4290a49f8239a839352ae56dd606dd,https://github.com/awslabs/amazon-ecr-credential-helper,awslabs_amazon-ecr-credential-helper,awslabs/amazon-ecr-credential-helper,022821f58e98e4a13b043a5985b5fb6ca1546e4a,232,232_awslabs_amazon-ecr-credential-helper_CONTRIBUTING.md
|
||||
0517dc80b8479ba65cfe1e2eb3e09832b895b999,https://github.com/Exa-Networks/exabgp,Exa-Networks_exabgp,Exa-Networks/exabgp,0517dc80b8479ba65cfe1e2eb3e09832b895b999,233,233_Exa-Networks_exabgp_CONTRIBUTING.md
|
||||
78425623e890d254da489e7a198223849883a157,https://github.com/lxqt/qterminal.git,lxqt_qterminal.git,lxqt/qterminal.git,78425623e890d254da489e7a198223849883a157,234,234_lxqt_qterminal.git_CONTRIBUTING.md
|
||||
e74797f55710b5a42917947b18fce0431d82a45d,https://github.com/ddclient/ddclient.git,ddclient_ddclient.git,ddclient/ddclient.git,9e672a8c7d7c779b8be6fd723f5226b8e1ab6121,235,235_ddclient_ddclient.git_CONTRIBUTING.md
|
||||
edf49a3d855b1ce4e2bd8a7038b7444ff0ab5fdc,https://github.com/python-gitlab/python-gitlab.git,python-gitlab_python-gitlab.git,python-gitlab/python-gitlab.git,edf49a3d855b1ce4e2bd8a7038b7444ff0ab5fdc,236,236_python-gitlab_python-gitlab.git_CONTRIBUTING.rst
|
||||
7d0a0fdeedf95d192f6561ea02f4146f2764ff07,https://github.com/resurrecting-open-source-projects/packit,resurrecting-open-source-projects_packit,resurrecting-open-source-projects/packit,c068b8a9f2ce114c77e773346f200ca9cf9f9805,237,237_resurrecting-open-source-projects_packit_CONTRIBUTING.md
|
||||
4394d2dcdd46293be45931a524a4e28a8a23f887,https://github.com/LLNL/sundials.git,LLNL_sundials.git,LLNL/sundials.git,79f240c36f1d589a9232274406a5fe137518004b,238,238_LLNL_sundials.git_CONTRIBUTING.md
|
||||
fc342ca115e577225dd54c7c8cfed3b21edbcba8,https://github.com/elmar/aptitude-robot,elmar_aptitude-robot,elmar/aptitude-robot,cb853560019b61f3fe840b2be3621a0c7793324c,239,239_elmar_aptitude-robot_CONTRIBUTING.mdown
|
||||
93a66ab15c5068574d71acec298219f32fb0c3a2,https://github.com/doorkeeper-gem/doorkeeper,doorkeeper-gem_doorkeeper,doorkeeper-gem/doorkeeper,93a66ab15c5068574d71acec298219f32fb0c3a2,240,240_doorkeeper-gem_doorkeeper_CONTRIBUTING.md
|
||||
265f04c4c9354f3a7fb49fa8054a0b14f679ce43,https://github.com/rsyslog/rsyslog-doc,rsyslog_rsyslog-doc,rsyslog/rsyslog-doc,0c8ce11ec3266dba6933b5c156bc05271ae950e3,241,241_rsyslog_rsyslog-doc_CONTRIBUTING.md
|
||||
72455878f6e8a7056448829ef227d31520b34839,https://github.com/breunigs/python-librtmp-debian,breunigs_python-librtmp-debian,breunigs/python-librtmp-debian,72455878f6e8a7056448829ef227d31520b34839,242,242_breunigs_python-librtmp-debian_CONTRIBUTING.rst
|
||||
a03566da21530159175f9856a1fcce3438a09b29,https://github.com/pdfminer/pdfminer.six.git,pdfminer_pdfminer.six.git,pdfminer/pdfminer.six.git,578464ab00ea4bcc67923884abf055005010b683,243,243_pdfminer_pdfminer.six.git_CONTRIBUTING.md
|
||||
56fceff11bf90f020acd4000568a0a56299f8ffe,https://github.com/google/python_portpicker,google_python_portpicker,google/python/portpicker,56fceff11bf90f020acd4000568a0a56299f8ffe,244,244_google_python_portpicker_CONTRIBUTING.md
|
||||
6aa6ba0667f49dea0e71d4ec1cca93d3d67f302c,https://github.com/carljm/django-model-utils.git,carljm_django-model-utils.git,carljm/django-model-utils.git,fb96dee2d068031782face0f846d36cfa7f73e5d,245,245_carljm_django-model-utils.git_CONTRIBUTING.rst
|
||||
e514833a80a262377781325a56502d313091e40d,https://gitlab.gnome.org/GNOME/template-glib.git,GNOME_template-glib.git,GNOME/template-glib.git,e514833a80a262377781325a56502d313091e40d,246,246_GNOME_template-glib.git_CONTRIBUTING.md
|
||||
6aa5779d74353f03e56d0c5079885ec2535011a8,https://github.com/alanxz/rabbitmq-c.git,alanxz_rabbitmq-c.git,alanxz/rabbitmq-c.git,6aa5779d74353f03e56d0c5079885ec2535011a8,247,247_alanxz_rabbitmq-c.git_CONTRIBUTING.md
|
||||
29ea71025138d758a082c94b66ca94f7b2349a33,https://github.com/davesteele/comitup,davesteele_comitup,davesteele/comitup,29ea71025138d758a082c94b66ca94f7b2349a33,248,248_davesteele_comitup_CONTRIBUTING.md
|
||||
14eaddfdcc28b89521625172fa34f710a5082c2e,https://github.com/google/flatbuffers.git,google_flatbuffers.git,google/flatbuffers.git,3a270137320d790cca59cc336227db8bc9172363,249,249_google_flatbuffers.git_CONTRIBUTING.md
|
||||
a6b90fc9f522b1c9fa1e3b9eabb4f677abb2268d,https://github.com/oneapi-src/oneTBB.git,oneapi-src_oneTBB.git,oneapi-src/oneTBB.git,a6b90fc9f522b1c9fa1e3b9eabb4f677abb2268d,250,250_oneapi-src_oneTBB.git_CONTRIBUTING.md
|
||||
db9a5d622a05c83f852806911687788e5fbff7bb,https://github.com/un33k/django-ipware,un33k_django-ipware,un33k/django-ipware,db9a5d622a05c83f852806911687788e5fbff7bb,251,251_un33k_django-ipware_CONTRIBUTING.md
|
||||
eb1e723c0eef96a5d5e7d8c0094dcb3b0effdf4d,https://github.com/luakit/luakit,luakit_luakit,luakit/luakit,eb1e723c0eef96a5d5e7d8c0094dcb3b0effdf4d,252,252_luakit_luakit_CONTRIBUTING.md
|
||||
f684f4ad243abfed03c53946a85493e03d272ec7,https://github.com/trezor/trezor-firmware.git,trezor_trezor-firmware.git,trezor/trezor-firmware.git,f684f4ad243abfed03c53946a85493e03d272ec7,253,253_trezor_trezor-firmware.git_CONTRIBUTING.md
|
||||
a82aebcd7d418cfffae1984f5a62c2f488f60132,https://github.com/sphinx-doc/sphinx.git,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,3099150a0d5cac0d01fe04c3fcf8801527d93490,254,254_sphinx-doc_sphinx.git_CONTRIBUTING.rst
|
||||
1aa0ba0526e284604c61d40136c8b4c3eb8038df,https://github.com/OSGeo/grass.git,OSGeo_grass.git,OSGeo/grass.git,1aa0ba0526e284604c61d40136c8b4c3eb8038df,255,255_OSGeo_grass.git_CONTRIBUTING.md
|
||||
33c482078b0ffe85e13dd624cd985e7a69d15041,https://github.com/kasei/attean.git,kasei_attean.git,kasei/attean.git,33c482078b0ffe85e13dd624cd985e7a69d15041,256,256_kasei_attean.git_CONTRIBUTING
|
||||
a7cceacf16d2a0f959ec76935c89ccdce1707385,https://github.com/gaetano-guerriero/eyeD3-debian,gaetano-guerriero_eyeD3-debian,gaetano-guerriero/eyeD3-debian,a7cceacf16d2a0f959ec76935c89ccdce1707385,257,257_gaetano-guerriero_eyeD3-debian_CONTRIBUTING.rst
|
||||
c22f16328b81ddfeaaa89b699c84f804edd83e12,https://github.com/zeroc-ice/ice-debian-packaging.git,zeroc-ice_ice-debian-packaging.git,zeroc-ice/ice-debian-packaging.git,4e85b35c66b665f8de7b6ab7922147bf5ec2daf3,258,258_zeroc-ice_ice-debian-packaging.git_CONTRIBUTING.md
|
||||
28f646fd87e824ba5e89377cd9aedde74e6be96c,https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git,pulseaudio_pulseaudio.git,pulseaudio/pulseaudio.git,28f646fd87e824ba5e89377cd9aedde74e6be96c,259,259_pulseaudio_pulseaudio.git_CONTRIBUTING.md
|
||||
890441240ba4fa5d2f79d4e6e6c326a5f0542c6d,https://github.com/ionelmc/python-lazy-object-proxy.git,ionelmc_python-lazy-object-proxy.git,ionelmc/python-lazy-object-proxy.git,890441240ba4fa5d2f79d4e6e6c326a5f0542c6d,260,260_ionelmc_python-lazy-object-proxy.git_CONTRIBUTING.rst
|
||||
7156bd3b558a3b2d0a2590bc6c365db7a68ae5e4,https://github.com/mikel/mail,mikel_mail,mikel/mail,7156bd3b558a3b2d0a2590bc6c365db7a68ae5e4,261,261_mikel_mail_CONTRIBUTING.md
|
||||
a1b9ffd5ba6597ce5671057981caddebc4d2ab2b,https://github.com/Fluidsynth/fluidsynth.git,Fluidsynth_fluidsynth.git,Fluidsynth/fluidsynth.git,71a3133d01c338e5dc456b702e354d76094ccf76,262,262_Fluidsynth_fluidsynth.git_CONTRIBUTING.md
|
||||
c16f6ee03496b5031ca786e04c629529fe9ee893,https://github.com/resurrecting-open-source-projects/stress,resurrecting-open-source-projects_stress,resurrecting-open-source-projects/stress,c16f6ee03496b5031ca786e04c629529fe9ee893,263,263_resurrecting-open-source-projects_stress_CONTRIBUTING.md
|
||||
fb8e60c0ee41f94ffb0f9cb707247767f52085ba,https://github.com/google/stenographer,google_stenographer,google/stenographer,e309dcf78e8e7c0c02c31df004b0fb8a28d01bcc,264,264_google_stenographer_CONTRIBUTING
|
||||
29b0518524ee456adcddfeda18c5d2763fdd647b,https://github.com/hhatto/autopep8.git,hhatto_autopep8.git,hhatto/autopep8.git,8db29dc3cfb14d65504a9ddc6e8552bd2faaaa11,265,265_hhatto_autopep8.git_CONTRIBUTING.rst
|
||||
8cba4a2011f70921d5130e0fbffa7e986ea82593,https://github.com/jpy-consortium/jpy,jpy-consortium_jpy,jpy-consortium/jpy,8cba4a2011f70921d5130e0fbffa7e986ea82593,266,266_jpy-consortium_jpy_CONTRIBUTING.md
|
||||
9af7a85895b1bf941a082eabaea77bf128208e5f,https://github.com/xtaran/unburden-home-dir,xtaran_unburden-home-dir,xtaran/unburden-home-dir,b695a8584941b7593ece2dcd2892bb2bc492ce6a,267,267_xtaran_unburden-home-dir_CONTRIBUTING.md
|
||||
ed0cef97e7a9cc7d86b683a0291baa9c791f8578,https://github.com/jaap-karssenberg/zim-desktop-wiki.git,jaap-karssenberg_zim-desktop-wiki.git,jaap-karssenberg/zim-desktop-wiki.git,cbdaa6bba377f9b8b4d413c261485e043ea5e3ff,268,268_jaap-karssenberg_zim-desktop-wiki.git_CONTRIBUTING.md
|
||||
7c1ee28f13fe9c947d956d9b2ba298cba4776e1a,https://github.com/mongoengine/mongoengine,mongoengine_mongoengine,mongoengine/mongoengine,3ce163b1a07c6695c2134942e11d6557fb92467b,269,269_mongoengine_mongoengine_CONTRIBUTING.rst
|
||||
30167a535c7eac17888d50a08998bccf92469e19,https://github.com/openwisp/django-x509,openwisp_django-x509,openwisp/django-x509,30167a535c7eac17888d50a08998bccf92469e19,270,270_openwisp_django-x509_CONTRIBUTING.rst
|
||||
3e3455ef9ae8f9751f8f1cdc8d08c7ccfdcd2b2f,https://github.com/tox-dev/py-filelock,tox-dev_py-filelock,tox-dev/py-filelock,3e3455ef9ae8f9751f8f1cdc8d08c7ccfdcd2b2f,271,271_tox-dev_py-filelock_CONTRIBUTING.md
|
||||
8625c61944287db62eea19ed90ef4575b340af11,https://github.com/jeremyevans/sequel,jeremyevans_sequel,jeremyevans/sequel,0524a2572290b20fe94acc84973ee26b6cbfb434,272,272_jeremyevans_sequel_CONTRIBUTING
|
||||
fdb29683d805781884262ace1df463746bc66caa,https://github.com/survivejs/webpack-merge.git,survivejs_webpack-merge.git,survivejs/webpack-merge.git,fdb29683d805781884262ace1df463746bc66caa,273,273_survivejs_webpack-merge.git_CONTRIBUTING.md
|
||||
0345d028ee4ad7793d6293a54bb69929e442041b,https://github.com/scop/bash-completion,scop_bash-completion,scop/bash-completion,0345d028ee4ad7793d6293a54bb69929e442041b,274,274_scop_bash-completion_CONTRIBUTING.md
|
||||
60f75f11e2d93b0da7aa5bdf915d82f836824fbf,https://github.com/libcgroup/libcgroup,libcgroup_libcgroup,libcgroup/libcgroup,24760a68bec17693329353f75d12cb96370fb065,275,275_libcgroup_libcgroup_CONTRIBUTING.md
|
||||
c975a20ac362b8097978d9eda4e65a9ba5e25bc6,https://github.com/Smattr/rumur.git,Smattr_rumur.git,Smattr/rumur.git,c975a20ac362b8097978d9eda4e65a9ba5e25bc6,276,276_Smattr_rumur.git_CONTRIBUTING.rst
|
||||
4327f5898a3fdf0cb2a29cfa5318ff61670bb97b,https://github.com/lucc/khard,lucc_khard,lucc/khard,3490980b11d948f32c0d88e4e2e5572345e3cd6c,277,277_lucc_khard_CONTRIBUTING.rst
|
||||
17224694613cea92fdd5fabbd34bfde40bff9c42,https://github.com/Xaviju/inkscape-open-symbols,Xaviju_inkscape-open-symbols,Xaviju/inkscape-open-symbols,d9a058a9d27f37914d6453bf846c7e1e928dd54a,278,278_Xaviju_inkscape-open-symbols_CONTRIBUTING.md
|
||||
9ca1c993ac1b24c9ec52ffca3d1cc30bd3d82cde,https://github.com/htop-dev/htop,htop-dev_htop,htop-dev/htop,9ca1c993ac1b24c9ec52ffca3d1cc30bd3d82cde,279,279_htop-dev_htop_CONTRIBUTING.md
|
||||
8a9067fc53f824f1a8252c699ecdcca8fc4d8b19,https://github.com/doorkeeper-gem/doorkeeper-openid_connect.git,doorkeeper-gem_doorkeeper-openid_connect.git,doorkeeper-gem/doorkeeper-openid/connect.git,8a9067fc53f824f1a8252c699ecdcca8fc4d8b19,280,280_doorkeeper-gem_doorkeeper-openid_connect.git_CONTRIBUTING.md
|
||||
7ac26ed9c241d00e8688139b06e804badb25fa46,https://gitlab.freedesktop.org/libinput/libinput,libinput_libinput,libinput/libinput,7ac26ed9c241d00e8688139b06e804badb25fa46,281,281_libinput_libinput_CONTRIBUTING.md
|
||||
d47924492a7f8dd3aba6061b51778804e09936f2,https://gitlab.com/o9000/tint2,o9000_tint2,o9000/tint2,d47924492a7f8dd3aba6061b51778804e09936f2,282,282_o9000_tint2_CONTRIBUTING.md
|
||||
ca39efa570755928384f9ad7f60e62f3535a5c6f,https://github.com/source-foundry/Hack,source-foundry_Hack,source-foundry/Hack,ced4acdb9cf86f395f40bb6bf0cc8d6a82b4b371,283,283_source-foundry_Hack_CONTRIBUTING.md
|
||||
9d2f9620ba512e343a3fc929b652ea4b7b7206c8,https://github.com/rizsotto/Bear,rizsotto_Bear,rizsotto/Bear,f8d5c959ca0eb4afe512d710f89b35c7320fcc86,284,284_rizsotto_Bear_CONTRIBUTING.md
|
||||
d7482608826e34b23e0f5f3961efa134790bec12,https://github.com/geopython/pycsw.git,geopython_pycsw.git,geopython/pycsw.git,d7482608826e34b23e0f5f3961efa134790bec12,285,285_geopython_pycsw.git_CONTRIBUTING.rst
|
||||
c724fbdbc3041446ba139feaa9bd2a7189706611,https://github.com/pallets-eco/flask-sqlalchemy,pallets-eco_flask-sqlalchemy,pallets-eco/flask-sqlalchemy,9e67963d052673a1a0f79bfef3fd0a9a85f876bb,286,286_pallets-eco_flask-sqlalchemy_CONTRIBUTING.rst
|
||||
74ba05c8da60f5748efc40f149a7529b8eff6f4e,https://github.com/jashkenas/backbone,jashkenas_backbone,jashkenas/backbone,74ba05c8da60f5748efc40f149a7529b8eff6f4e,287,287_jashkenas_backbone_CONTRIBUTING.md
|
||||
7a09522351832235bd2a88387709b4c24d574ed4,https://github.com/rails/rails-html-sanitizer,rails_rails-html-sanitizer,rails/rails-html-sanitizer,afa451ad250c24b63ce7d15bfeac0c01ff2bf5c8,288,288_rails_rails-html-sanitizer_CONTRIBUTING.md
|
||||
e722b4788b076c8f7b4b38c4926e49c15cbf4423,https://github.com/ipython/traitlets.git,ipython_traitlets.git,ipython/traitlets.git,e722b4788b076c8f7b4b38c4926e49c15cbf4423,289,289_ipython_traitlets.git_CONTRIBUTING.md
|
||||
e4ec7ecbabc0c626299a00a2008f08486ad21c5b,https://gitlab.freedesktop.org/dbus/dbus,dbus_dbus,dbus/dbus,2949a860da10fef7972c9dc06327312827019ba6,290,290_dbus_dbus_CONTRIBUTING
|
||||
f721d6bee2d6df13262a190fee1f48e21ed72b42,https://github.com/isaacs/inherits,isaacs_inherits,isaacs/inherits,f721d6bee2d6df13262a190fee1f48e21ed72b42,291,291_isaacs_inherits_CONTRIBUTING.md
|
||||
7be7ac02bde898211c8d7dbf0f447bca86da6b0d,https://github.com/ropensci/RNeXML.git,ropensci_RNeXML.git,ropensci/RNeXML.git,0c5dd28847f01b2c66ec1c3894f23d2f18aa7b5b,292,292_ropensci_RNeXML.git_CONTRIBUTING.md
|
||||
a1fc04f2b76f20d0f07d2197aaa14ee6d844960e,https://github.com/erlware/erlware_commons.git,erlware_erlware_commons.git,erlware/erlware/commons.git,d806fbd11901c32ad55901203bde071d3f45220d,293,293_erlware_erlware_commons.git_CONTRIBUTING.md
|
||||
71283c25f2e0ef283a999add7e7f844c80c1bef3,https://github.com/openstreetmap/osm2pgsql.git,openstreetmap_osm2pgsql.git,openstreetmap/osm2pgsql.git,27ff1503fb494c718be23aa52a19a5faed6d02a0,294,294_openstreetmap_osm2pgsql.git_CONTRIBUTING.md
|
||||
166c796597299a4e2e68b8423ef3ced877c2f041,https://github.com/google/gopacket.git,google_gopacket.git,google/gopacket.git,166c796597299a4e2e68b8423ef3ced877c2f041,295,295_google_gopacket.git_CONTRIBUTING.md
|
||||
6f827a7519822ca56a52da4b9a37a03dfc6bef85,https://github.com/PDAL/PDAL.git,PDAL_PDAL.git,PDAL/PDAL.git,dd88df37f9e0b47fbbac70abd7d1faf45949d250,296,296_PDAL_PDAL.git_CONTRIBUTING.md
|
||||
1bb5da5e7ebfb664e62d3044ba7730926c1a9eb9,https://github.com/janestreet/variantslib.git,janestreet_variantslib.git,janestreet/variantslib.git,1bb5da5e7ebfb664e62d3044ba7730926c1a9eb9,297,297_janestreet_variantslib.git_CONTRIBUTING.md
|
||||
ca4dcdf47ca74a8ef9ea780b2878ddb086916d3e,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,450e38d3fe6d99f4bed9d3abb7d0a261755930b3,298,298_Perl-Toolchain-Gang_ExtUtils-CBuilder.git_CONTRIBUTING
|
||||
6cf40ccc0e77a41d9e4909ff3e8ea1e753b0a69e,https://github.com/ipython/ipython_genutils,ipython_ipython_genutils,ipython/ipython/genutils,6cf40ccc0e77a41d9e4909ff3e8ea1e753b0a69e,299,299_ipython_ipython_genutils_CONTRIBUTING.md
|
||||
b72dea2157ad7cb1eb3b1b7d85326f10f2ca6192,https://github.com/matthewwithanm/pilkit,matthewwithanm_pilkit,matthewwithanm/pilkit,b72dea2157ad7cb1eb3b1b7d85326f10f2ca6192,300,300_matthewwithanm_pilkit_CONTRIBUTING.rst
|
||||
66e3d2b52c7fba9c5d902638ebdb9ba72d958b7e,https://github.com/puppetlabs/puppetlabs-mysql,puppetlabs_puppetlabs-mysql,puppetlabs/puppetlabs-mysql,8ac8fa39663f240cff78383e48b0145ffb5bd821,301,301_puppetlabs_puppetlabs-mysql_CONTRIBUTING.md
|
||||
2ea4612d082119ec170ab860a6488fe8bd6a6964,https://github.com/sinatra/sinatra.git,sinatra_sinatra.git,sinatra/sinatra.git,29c51d12fdd91ee254e51d4ce099535fcb6ea1a9,302,302_sinatra_sinatra.git_CONTRIBUTING.md
|
||||
911c483f52c7bf9ab4a3ba7721571a6b0e8a12e2,https://github.com/astropy/photutils.git,astropy_photutils.git,astropy/photutils.git,293d1c3aff0c80a5c09f0e9b94f6aacc1c6c60e8,303,303_astropy_photutils.git_CONTRIBUTING.rst
|
||||
b09df08be878ddf23d7bef6d63c8b90b8a81b193,https://github.com/igraph/igraph.git,igraph_igraph.git,igraph/igraph.git,330d959b4130da7f556247199556e901996d597f,304,304_igraph_igraph.git_CONTRIBUTING.md
|
||||
a1b157f8fe1e12b8028190c81d43e478df7484e5,https://github.com/PyCQA/flake8-polyfill.git,PyCQA_flake8-polyfill.git,PyCQA/flake8-polyfill.git,a1b157f8fe1e12b8028190c81d43e478df7484e5,305,305_PyCQA_flake8-polyfill.git_CONTRIBUTING.rst
|
||||
2bbc8714acfcf25aa0ba43389ad1cdb1c0dbafe2,https://github.com/google/pybadges.git,google_pybadges.git,google/pybadges.git,2bbc8714acfcf25aa0ba43389ad1cdb1c0dbafe2,306,306_google_pybadges.git_CONTRIBUTING.md
|
||||
accfea70349ecb96cefa0713a10b2eadc43c54ef,https://github.com/infirit/caja-admin,infirit_caja-admin,infirit/caja-admin,6340614a9fa9b83a7b3f3d093bb2089daeade53a,307,307_infirit_caja-admin_CONTRIBUTING.md
|
||||
c0b8f2a16d4804fe302e5db91995735ee7041c8d,https://github.com/terser/terser,terser_terser,terser/terser,aebc916215a16a2c4d2d8d2565f7824c349bf51f,308,308_terser_terser_CONTRIBUTING.md
|
||||
257e3aca40db8e2cdc004afbc6c8f9549b628a2a,https://github.com/PyCQA/prospector,PyCQA_prospector,PyCQA/prospector,0a50b25f7aae333c3210e51a572dbf5e718f4eb3,309,309_PyCQA_prospector_CONTRIBUTING.rst
|
||||
94c50815caf4c57b77ed761e05dc707f48685c65,https://github.com/coq/coq,coq_coq,coq/coq,eae98b19ec3ae4f35fbe98678e82c1d9c9e0c387,310,310_coq_coq_CONTRIBUTING.md
|
||||
8e4a0f7e1370f97195b1ed4553059a5864bd3c56,https://gitlab.gnome.org/GNOME/vala.git,GNOME_vala.git,GNOME/vala.git,8e4a0f7e1370f97195b1ed4553059a5864bd3c56,311,311_GNOME_vala.git_CONTRIBUTING.md
|
||||
03705d4aa6c1925f2d8a8620143ffe818d5ad2be,https://github.com/aws/aws-cli,aws_aws-cli,aws/aws-cli,cb959b2fd041934532d5def820df67816df4fedb,312,312_aws_aws-cli_CONTRIBUTING.rst
|
||||
bbcc479046697f6e6de0620bddb61af8888b0e21,https://github.com/prawnpdf/prawn,prawnpdf_prawn,prawnpdf/prawn,1fa1392252207f2027103a501a9cb9b427352d79,313,313_prawnpdf_prawn_CONTRIBUTING.md
|
||||
7d623455f45435ad351514dfd4abd064cac61aab,https://github.com/google/yapf.git,google_yapf.git,google/yapf.git,cd0aa2f51f17454a2ffa205fdc14d0189f2c58d8,314,314_google_yapf.git_CONTRIBUTING.rst
|
||||
c2c44f0ffc659ebdd1a1faf334c845aefdd371e1,https://github.com/pytest-dev/pytest.git,pytest-dev_pytest.git,pytest-dev/pytest.git,97da43d909a90278ca1991c5c87aa631eb6b11ec,315,315_pytest-dev_pytest.git_CONTRIBUTING.rst
|
||||
e56190b378367291abe4677f2357fcfc213b1a6a,https://github.com/ytdl-org/youtube-dl.git,ytdl-org_youtube-dl.git,ytdl-org/youtube-dl.git,13dcfd41bda5eaf40637d4054bec33cd804940b9,316,316_ytdl-org_youtube-dl.git_CONTRIBUTING.md
|
||||
b293438ff8f1b39cad9329028b135c768f34c137,https://github.com/pika/pika,pika_pika,pika/pika,b293438ff8f1b39cad9329028b135c768f34c137,317,317_pika_pika_CONTRIBUTING.md
|
||||
e8e54f4de7b2be8886cce7fd5f185e42c8b6c98a,https://github.com/xonsh/xonsh.git,xonsh_xonsh.git,xonsh/xonsh.git,5a0a3d1a1866968b4311c28e5e3bd0322aa677bd,318,318_xonsh_xonsh.git_CONTRIBUTING
|
||||
dfe4618e350955efb628138a8e0a590b0ab72c8e,https://github.com/Backblaze/b2-sdk-python.git,Backblaze_b2-sdk-python.git,Backblaze/b2-sdk-python.git,2f00116d367df123190148718c738a13c9b7f861,319,319_Backblaze_b2-sdk-python.git_CONTRIBUTING.md
|
||||
67a9d82a15ad068188f299acd8cb3a9ae2e6ddca,https://github.com/puppetlabs/puppetlabs-ntp.git,puppetlabs_puppetlabs-ntp.git,puppetlabs/puppetlabs-ntp.git,18ea527e2817b3980e59895aa833c100d9c5d33f,320,320_puppetlabs_puppetlabs-ntp.git_CONTRIBUTING.md
|
||||
86f3d326d972c86aa463ab1cc709a9ce82cb2ff1,https://github.com/Beep6581/RawTherapee,Beep6581_RawTherapee,Beep6581/RawTherapee,9b0c008006b18f4c48dc096f3288bbeb9b6028da,321,321_Beep6581_RawTherapee_CONTRIBUTING.md
|
||||
7057bbbf5abd0b2c39940bbc3fb4a253ff920e59,https://github.com/geopandas/geopandas.git,geopandas_geopandas.git,geopandas/geopandas.git,53f669a8c3ee901a7d67f4cd407aa2b051db3f59,322,322_geopandas_geopandas.git_CONTRIBUTING.md
|
||||
a571d013102b62b437b4623dd4fc28a042dc5945,https://github.com/assimp/assimp,assimp_assimp,assimp/assimp,caecd385b5ec074322403dfe0e0c989283f0edc3,323,323_assimp_assimp_CONTRIBUTING.md
|
||||
c79b6e3e1e7faae5a36d1396c9fce0e0987db8d7,https://github.com/jupyter/jupyter-sphinx.git,jupyter_jupyter-sphinx.git,jupyter/jupyter-sphinx.git,c79b6e3e1e7faae5a36d1396c9fce0e0987db8d7,324,324_jupyter_jupyter-sphinx.git_CONTRIBUTING.md
|
||||
e94e9a8b1fe87b82f3d1eb2269898d8e62b38f81,https://github.com/Pylons/venusian,Pylons_venusian,Pylons/venusian,966cce897c0a25485918f945eb83968d04933b2d,325,325_Pylons_venusian_CONTRIBUTING.rst
|
||||
d5e671f1ce4b4086a7fbfb06efae14dae9a5fccb,https://github.com/jjjake/internetarchive.git,jjjake_internetarchive.git,jjjake/internetarchive.git,d5e671f1ce4b4086a7fbfb06efae14dae9a5fccb,326,326_jjjake_internetarchive.git_CONTRIBUTING.rst
|
||||
2ad8301a0a0a730769fd4ae17d81928f8d813405,https://github.com/cucumber/aruba.git,cucumber_aruba.git,cucumber/aruba.git,2ad8301a0a0a730769fd4ae17d81928f8d813405,327,327_cucumber_aruba.git_CONTRIBUTING.md
|
||||
f1f1a85026f04f32a53269c104b72f187f1c5b47,https://gitlab.gnome.org/GNOME/gcr.git,GNOME_gcr.git,GNOME/gcr.git,f1f1a85026f04f32a53269c104b72f187f1c5b47,328,328_GNOME_gcr.git_CONTRIBUTING.md
|
||||
3bc7d75cba5f2da85ab50438b6a9b0a4a964ae8c,https://github.com/rackerlabs/kthresher,rackerlabs_kthresher,rackerlabs/kthresher,13e7906f31d7a2437774ce42affa8b38b08447eb,329,329_rackerlabs_kthresher_CONTRIBUTING.md
|
||||
f439b411c4f7a88908cc7d7c44ee4c97a54f7764,https://github.com/google/jimfs.git,google_jimfs.git,google/jimfs.git,f439b411c4f7a88908cc7d7c44ee4c97a54f7764,330,330_google_jimfs.git_CONTRIBUTING.md
|
||||
8544eabcb99f3bc58052e722e8317ad7a9bfd620,https://github.com/openstack/rally.git,openstack_rally.git,openstack/rally.git,15423f7a5c6158ecacc7c4e08c8cceafa8ace7e5,331,331_openstack_rally.git_CONTRIBUTING.rst
|
||||
e7d7c01a9afd0ddcc8c183223a340ffa44468621,https://github.com/jupyter/jupyter_client,jupyter_jupyter_client,jupyter/jupyter/client,e7d7c01a9afd0ddcc8c183223a340ffa44468621,332,332_jupyter_jupyter_client_CONTRIBUTING.md
|
||||
51b44dc327923824c3404db802ea004c022a6ad3,https://github.com/beautify-web/js-beautify,beautify-web_js-beautify,beautify-web/js-beautify,ea9acc753bdcccb6fd7264346bb01741df9c9f08,333,333_beautify-web_js-beautify_CONTRIBUTING.md
|
||||
725cab123a681bbe38ed8d3452e67548dde5e0c3,https://github.com/KDAB/hotspot.git,KDAB_hotspot.git,KDAB/hotspot.git,725cab123a681bbe38ed8d3452e67548dde5e0c3,334,334_KDAB_hotspot.git_CONTRIBUTING.md
|
||||
427e49a6c7d20069ca36e95fa535bdea2acace28,https://github.com/lunarmodules/say.git,lunarmodules_say.git,lunarmodules/say.git,427e49a6c7d20069ca36e95fa535bdea2acace28,335,335_lunarmodules_say.git_CONTRIBUTING.md
|
||||
fae5d2756e1a15b570a311818e326c9155369437,https://github.com/coturn/coturn,coturn_coturn,coturn/coturn,43b430a715a28e48a2ee5438bb30be6572771308,336,336_coturn_coturn_CONTRIBUTING.md
|
||||
3cb36f7a42a200cead4723841015f61301b02a52,https://github.com/jquery/jquery.git,jquery_jquery.git,jquery/jquery.git,1474c067f22e8232e873ac162bb882dbd590c9f0,337,337_jquery_jquery.git_CONTRIBUTING.md
|
||||
f60c821a6bc5580f573fc1a0ed36d21ebb810ece,https://github.com/cleishm/libneo4j-client,cleishm_libneo4j-client,cleishm/libneo4j-client,f60c821a6bc5580f573fc1a0ed36d21ebb810ece,338,338_cleishm_libneo4j-client_CONTRIBUTING.md
|
||||
841005cbfaa6a3d3f97c96b5228838eba3f41ab9,https://github.com/python/typed_ast.git,python_typed_ast.git,python/typed/ast.git,841005cbfaa6a3d3f97c96b5228838eba3f41ab9,339,339_python_typed_ast.git_CONTRIBUTING.md
|
||||
a302c65dc65896776d6cb9e2c89a6ccc77ada530,https://github.com/neovim/neovim,neovim_neovim,neovim/neovim,8cb10e8641fcba9547e02d7f8358ce6642477f1c,340,340_neovim_neovim_CONTRIBUTING.md
|
||||
422b3ede6532a10f6171388cd7d4d940e872d044,https://github.com/pyutilib/pyutilib,pyutilib_pyutilib,pyutilib/pyutilib,6b64a54464f5a5eb762aad2d284edda4b9206cb0,341,341_pyutilib_pyutilib_CONTRIBUTING.md
|
||||
29650004ab6114d3d8e3eb55d13776881ceb78f4,https://github.com/prometheus/haproxy_exporter,prometheus_haproxy_exporter,prometheus/haproxy/exporter,008dc680d8c9b01ebeb0b227b331e591f2abd91a,342,342_prometheus_haproxy_exporter_CONTRIBUTING.md
|
||||
7a89032960abc23c1e78d8bb2ba4c0c0ad309644,https://github.com/muse-sequencer/muse.git,muse-sequencer_muse.git,muse-sequencer/muse.git,7a89032960abc23c1e78d8bb2ba4c0c0ad309644,343,343_muse-sequencer_muse.git_CONTRIBUTING
|
||||
6de838135f670a66e29e5bd8bf0a66bcf38d9e9a,https://github.com/ahmetb/kubectx,ahmetb_kubectx,ahmetb/kubectx,6de838135f670a66e29e5bd8bf0a66bcf38d9e9a,344,344_ahmetb_kubectx_CONTRIBUTING.md
|
||||
7d8855f3321ec7a4d2ee2c3dd3b217258ee646d8,https://github.com/guillaumechereau/goxel.git,guillaumechereau_goxel.git,guillaumechereau/goxel.git,7d8855f3321ec7a4d2ee2c3dd3b217258ee646d8,345,345_guillaumechereau_goxel.git_CONTRIBUTING.md
|
||||
1018a5f224d097a45a64e3cd29c2baf6222ca17f,https://github.com/matlab2tikz/matlab2tikz,matlab2tikz_matlab2tikz,matlab2tikz/matlab2tikz,b19a6294c2b934d3ba399e62215866b061b3a564,346,346_matlab2tikz_matlab2tikz_CONTRIBUTING.md
|
||||
a112f9a9c6f901f8f249ea40efbfee2aeb36644e,https://github.com/pavlov99/json-rpc,pavlov99_json-rpc,pavlov99/json-rpc,a112f9a9c6f901f8f249ea40efbfee2aeb36644e,347,347_pavlov99_json-rpc_CONTRIBUTING.md
|
||||
2021e1904a53a1eb7509e488b3216136c5b32f35,https://github.com/pygraphviz/pygraphviz.git,pygraphviz_pygraphviz.git,pygraphviz/pygraphviz.git,2021e1904a53a1eb7509e488b3216136c5b32f35,348,348_pygraphviz_pygraphviz.git_CONTRIBUTING.rst
|
||||
c76df6358c1b848ee82a791734d834007a7c3b75,https://github.com/fgrehm/vagrant-lxc,fgrehm_vagrant-lxc,fgrehm/vagrant-lxc,79aa4d88660c55f2048d2d14718a1ea3ea682877,349,349_fgrehm_vagrant-lxc_CONTRIBUTING.md
|
||||
d1041acfbaabe3df0642f3312f9f0148fe819a7a,https://github.com/google/xsecurelock,google_xsecurelock,google/xsecurelock,d1041acfbaabe3df0642f3312f9f0148fe819a7a,350,350_google_xsecurelock_CONTRIBUTING
|
||||
6b25220e33cd141a3fc219e31f7251c0ee47fae7,https://github.com/math-comp/math-comp,math-comp_math-comp,math-comp/math-comp,6b25220e33cd141a3fc219e31f7251c0ee47fae7,351,351_math-comp_math-comp_CONTRIBUTING.md
|
||||
c425f56b444ef4757d99051c74095fa5b58b15de,https://github.com/prometheus/snmp_exporter,prometheus_snmp_exporter,prometheus/snmp/exporter,c425f56b444ef4757d99051c74095fa5b58b15de,352,352_prometheus_snmp_exporter_CONTRIBUTING.md
|
||||
441f6ddd1e58ce45e0b2209ed628a2519032246e,https://github.com/solnic/virtus.git,solnic_virtus.git,solnic/virtus.git,441f6ddd1e58ce45e0b2209ed628a2519032246e,353,353_solnic_virtus.git_CONTRIBUTING.md
|
||||
207be4b9520ef036cb89dd6114f73b162f825e88,https://github.com/hardbyte/python-can.git,hardbyte_python-can.git,hardbyte/python-can.git,207be4b9520ef036cb89dd6114f73b162f825e88,354,354_hardbyte_python-can.git_CONTRIBUTING.md
|
||||
ddbefff7edcf47906373c9fa1175ba7a8927e446,https://github.com/karenetheridge/B-Hooks-OP-Check,karenetheridge_B-Hooks-OP-Check,karenetheridge/B-Hooks-OP-Check,ddbefff7edcf47906373c9fa1175ba7a8927e446,355,355_karenetheridge_B-Hooks-OP-Check_CONTRIBUTING
|
||||
67222b362f9f152f3a2aa2764c8bf90fdfb355ff,https://github.com/robert7/nixnote2,robert7_nixnote2,robert7/nixnote2,2065b702db7dfefbc7f2e48212d950bd87e1448c,356,356_robert7_nixnote2_CONTRIBUTING.md
|
||||
24eba1bbc0aafc9e503747e688cacfdb88ad2fb8,https://github.com/datastax/python-driver.git,datastax_python-driver.git,datastax/python-driver.git,24eba1bbc0aafc9e503747e688cacfdb88ad2fb8,357,357_datastax_python-driver.git_CONTRIBUTING.md
|
||||
add4d9d38a0813a8f04097b4644f2c23cef293d3,https://github.com/petkaantonov/bluebird.git,petkaantonov_bluebird.git,petkaantonov/bluebird.git,47f53f6eb4e6d1c49dff7055199783cfd4676125,358,358_petkaantonov_bluebird.git_CONTRIBUTING.md
|
||||
fafacbff1595d5e94c7afb633ec84ff1e7229ebb,https://github.com/Pylons/plaster_pastedeploy.git,Pylons_plaster_pastedeploy.git,Pylons/plaster/pastedeploy.git,22fc80a0b8a76b23064e6705c22fa2d16cbee78d,359,359_Pylons_plaster_pastedeploy.git_CONTRIBUTING.rst
|
||||
6908db88605a66a0509ba7ebc36cd60aff518bdf,https://github.com/juzzlin/DustRacing2D.git,juzzlin_DustRacing2D.git,juzzlin/DustRacing2D.git,c1015f46e1ddae0f44ad14a7d0132536636789c2,360,360_juzzlin_DustRacing2D.git_CONTRIBUTING
|
||||
cdb6d7d19ded4d8126c2753b9c15491f8c3f83bb,https://github.com/zkat/ssri.git,zkat_ssri.git,zkat/ssri.git,cdb6d7d19ded4d8126c2753b9c15491f8c3f83bb,361,361_zkat_ssri.git_CONTRIBUTING.md
|
||||
aeed204942a7305dc28ae1523a9befb3cb053fe8,https://github.com/jtauber/pyuca,jtauber_pyuca,jtauber/pyuca,aeed204942a7305dc28ae1523a9befb3cb053fe8,362,362_jtauber_pyuca_CONTRIBUTING.md
|
||||
4b45d54ca61be4c3428a273ba011675cade639c4,https://github.com/fog/fog-local,fog_fog-local,fog/fog-local,4b45d54ca61be4c3428a273ba011675cade639c4,363,363_fog_fog-local_CONTRIBUTING.md
|
||||
ae0b3f8cda8a31a971ca770fc0d99c8f2ffabbe1,https://github.com/pyproj4/pyproj.git,pyproj4_pyproj.git,pyproj4/pyproj.git,ae0b3f8cda8a31a971ca770fc0d99c8f2ffabbe1,364,364_pyproj4_pyproj.git_CONTRIBUTING.md
|
||||
e0e1525adeee7ef167a88b7362de3701791f9166,https://github.com/cespare/reflex.git,cespare_reflex.git,cespare/reflex.git,e0e1525adeee7ef167a88b7362de3701791f9166,365,365_cespare_reflex.git_CONTRIBUTING.md
|
||||
940c51a164da83b9eb9d0765f4bdea9aa308bafc,https://github.com/darold/pgbadger.git,darold_pgbadger.git,darold/pgbadger.git,00ab7fe007cdd864d92fb0b50b8416a7cb628f78,366,366_darold_pgbadger.git_CONTRIBUTING.md
|
||||
977c5f7a63fafff260413de9154328625155dbc2,https://github.com/Exiv2/exiv2.git,Exiv2_exiv2.git,Exiv2/exiv2.git,977c5f7a63fafff260413de9154328625155dbc2,367,367_Exiv2_exiv2.git_CONTRIBUTING.md
|
||||
cb947f6d12d125fd84a051f65808fb4a88825307,https://gitlab.com/gitlab-org/ruby/gems/gitlab-mail_room.git,gitlab-org_ruby_gems_gitlab-mail_room.git,gitlab-org/ruby/gems/gitlab-mail/room.git,cb947f6d12d125fd84a051f65808fb4a88825307,368,368_gitlab-org_ruby_gems_gitlab-mail_room.git_CONTRIBUTING.md
|
||||
13716d8b48c8380e3e0eb962a9ea2d452182db57,https://github.com/google/highwayhash,google_highwayhash,google/highwayhash,13716d8b48c8380e3e0eb962a9ea2d452182db57,369,369_google_highwayhash_CONTRIBUTING
|
||||
a2e2df544e0356bee98662cb90121293f4b66e1e,https://github.com/scipy/scipy.git,scipy_scipy.git,scipy/scipy.git,a2e2df544e0356bee98662cb90121293f4b66e1e,370,370_scipy_scipy.git_CONTRIBUTING
|
||||
6088ce10b9afad415ebe3fc96cb40e271a0cf910,https://gitlab.com/libvirt/libvirt-python.git,libvirt_libvirt-python.git,libvirt/libvirt-python.git,6088ce10b9afad415ebe3fc96cb40e271a0cf910,371,371_libvirt_libvirt-python.git_CONTRIBUTING.rst
|
||||
a2a6954b42e439fda6dfc7cfd90af821f13b7dd8,https://github.com/linkcheck/linkchecker.git,linkcheck_linkchecker.git,linkcheck/linkchecker.git,bd3fd74fdc318dbc2a1c11415a6435dff0f13f7a,372,372_linkcheck_linkchecker.git_CONTRIBUTING.mdwn
|
||||
e60ae345507c5e8a41f1b7b4f5a488984567ab60,https://github.com/seccomp/libseccomp,seccomp_libseccomp,seccomp/libseccomp,e60ae345507c5e8a41f1b7b4f5a488984567ab60,373,373_seccomp_libseccomp_CONTRIBUTING.md
|
||||
9adc7c4b319f8ec614751304550fedeb4d70b38f,https://github.com/cesbit/libcleri.git,cesbit_libcleri.git,cesbit/libcleri.git,9ead5d967feea75fafcf3f272915b76a59c3bfc4,374,374_cesbit_libcleri.git_CONTRIBUTING.md
|
||||
c4466268c2c28f3c6a81cb48a907c3d9a066e1ef,https://github.com/astropy/astropy-helpers,astropy_astropy-helpers,astropy/astropy-helpers,5bd8df64bdb393f86f907f8030c851dac9b661f3,375,375_astropy_astropy-helpers_CONTRIBUTING.md
|
||||
2091729f3a96626fd37264dd5f35468a2f9ebfce,https://github.com/ruby-ldap/ruby-net-ldap.git,ruby-ldap_ruby-net-ldap.git,ruby-ldap/ruby-net-ldap.git,4191647776ab70c077e55d621d8cec2ae2476bb0,376,376_ruby-ldap_ruby-net-ldap.git_CONTRIBUTING.md
|
||||
d54628478519104a751c63ebe3ecd963029a0e5d,https://github.com/collective/icalendar,collective_icalendar,collective/icalendar,e6077b3aa6aaded5039533821f0590948fa68322,377,377_collective_icalendar_CONTRIBUTING.rst
|
||||
348663f7f8826b82efdd9ef11c98b8eddaba2e2b,https://github.com/vim-airline/vim-airline.git,vim-airline_vim-airline.git,vim-airline/vim-airline.git,348663f7f8826b82efdd9ef11c98b8eddaba2e2b,378,378_vim-airline_vim-airline.git_CONTRIBUTING.md
|
||||
f914cbed3a9085662fbd1b3815430b11272cac1e,https://github.com/jackfranklin/gulp-load-plugins,jackfranklin_gulp-load-plugins,jackfranklin/gulp-load-plugins,dd60b88906ccd22897d4d2d465010c4dce4c4736,379,379_jackfranklin_gulp-load-plugins_CONTRIBUTING.md
|
||||
3243305c08dd93b16ae0024780a38ad51dacd5e1,https://github.com/SCons/scons,SCons_scons,SCons/scons,d27caba743e47293ce82deb4a89e5b5d9904ce7b,380,380_SCons_scons_CONTRIBUTING.md
|
||||
03993c4b41ac65105f9a118c6b4624b692ddea30,https://github.com/digitalbazaar/pyld,digitalbazaar_pyld,digitalbazaar/pyld,d308e322f2dfbb52fd427b7bc9970b12525109e8,381,381_digitalbazaar_pyld_CONTRIBUTING.rst
|
||||
797757bde2e305e035bcba65a93993ecd0716398,https://github.com/rsms/inter,rsms_inter,rsms/inter,01a5eaa1d494cda4358a5614a38102026c9cb140,382,382_rsms_inter_CONTRIBUTING.md
|
||||
afdbdb22bf75a4d96a7efcc0c780fb8c54b35da4,https://github.com/codership/galera,codership_galera,codership/galera,afdbdb22bf75a4d96a7efcc0c780fb8c54b35da4,383,383_codership_galera_CONTRIBUTING.md
|
||||
44a829cf8946707bd08ed17cc2342b69b9d2cab1,https://github.com/chaijs/chai,chaijs_chai,chaijs/chai,44a829cf8946707bd08ed17cc2342b69b9d2cab1,384,384_chaijs_chai_CONTRIBUTING.md
|
||||
60e0a8c5cd57acb366a0a49004d8fd61b8acbf87,https://github.com/mathjax/MathJax,mathjax_MathJax,mathjax/MathJax,6912edadbb3b67a98f83e7ac3b92156652708c98,385,385_mathjax_MathJax_CONTRIBUTING.md
|
||||
74b37bf87a8b76e9d4af3a7b29f570aa9c96f572,https://github.com/keras-team/keras,keras-team_keras,keras-team/keras,fd70ad6cd2d8163ea5eb5b60924a017893577867,386,386_keras-team_keras_CONTRIBUTING.md
|
||||
d354239ff42d972e6fe1448aae2db52e1af90aa7,https://gitlab.freedesktop.org/dbus/dbus-python,dbus_dbus-python,dbus/dbus-python,d354239ff42d972e6fe1448aae2db52e1af90aa7,387,387_dbus_dbus-python_CONTRIBUTING
|
||||
d4cfa1f208803cb95a4e2261bd2c3fc132f4b347,https://github.com/python-ldap/python-ldap,python-ldap_python-ldap,python-ldap/python-ldap,a62695e2ee4e51b6677c393d86469b6917fdeb2e,388,388_python-ldap_python-ldap_CONTRIBUTING.rst
|
||||
dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,https://github.com/SELinuxProject/selinux.git,SELinuxProject_selinux.git,SELinuxProject/selinux.git,dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,389,389_SELinuxProject_selinux.git_CONTRIBUTING.md
|
||||
c13d70184a7c1517a887547f0a83c1258240bbf3,https://github.com/mongodb/mongo-c-driver,mongodb_mongo-c-driver,mongodb/mongo-c-driver,ce91787939f7b687a02b8071c0ad7687461e40a9,390,390_mongodb_mongo-c-driver_CONTRIBUTING.md
|
||||
3b766a866fc78226e43a9efe692220bbcb87e399,https://github.com/pallets/click.git,pallets_click.git,pallets/click.git,3b766a866fc78226e43a9efe692220bbcb87e399,391,391_pallets_click.git_CONTRIBUTING.rst
|
||||
a5f5b6f0420786fae6120d54fc8eac9b0f22b745,https://github.com/ktbyers/netmiko,ktbyers_netmiko,ktbyers/netmiko,566602cc1a34224b3ef0e88298d865a7249c65e4,392,392_ktbyers_netmiko_CONTRIBUTING.md
|
||||
de6e11b96461d82edb2f6b43304a001f79401972,https://github.com/varietywalls/variety.git,varietywalls_variety.git,varietywalls/variety.git,de6e11b96461d82edb2f6b43304a001f79401972,393,393_varietywalls_variety.git_CONTRIBUTING.md
|
||||
dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,https://github.com/SELinuxProject/selinux,SELinuxProject_selinux,SELinuxProject/selinux,dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,394,394_SELinuxProject_selinux_CONTRIBUTING.md
|
||||
8b877ac254ecbd94b3af329380d020566eb9dc6a,https://github.com/ipython/ipykernel.git,ipython_ipykernel.git,ipython/ipykernel.git,8b877ac254ecbd94b3af329380d020566eb9dc6a,395,395_ipython_ipykernel.git_CONTRIBUTING.md
|
||||
613966d3ffa583f29841d4c4437660f48f8dfa3f,https://github.com/calamares/calamares.git,calamares_calamares.git,calamares/calamares.git,b4cbf73e2d3553189af61a82fd069b3705a9d378,396,396_calamares_calamares.git_CONTRIBUTING.md
|
||||
5e1970132fd7a6ac55785648a89cf2e3e2131965,https://github.com/osantana/dicteval.git,osantana_dicteval.git,osantana/dicteval.git,5e1970132fd7a6ac55785648a89cf2e3e2131965,397,397_osantana_dicteval.git_CONTRIBUTING.md
|
||||
82c7b039d3e7110b26962c71fc4f47829813555a,https://github.com/doctrine/instantiator,doctrine_instantiator,doctrine/instantiator,cc754c2289ffd4483c319f6ed6ee88ce21676f64,398,398_doctrine_instantiator_CONTRIBUTING.md
|
||||
4519145370cdfaa3b19ac0cd66d9705f27e2558d,https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter,gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org/gitlab-gollum-rugged/adapter,4519145370cdfaa3b19ac0cd66d9705f27e2558d,399,399_gitlab-org_gitlab-gollum-rugged_adapter_CONTRIBUTING.md
|
||||
0898c39bf50238d8de9c95c26a96ae06b6b6b57f,https://github.com/nojhan/liquidprompt.git,nojhan_liquidprompt.git,nojhan/liquidprompt.git,ee61cd3423935fd71e1249cac6f82682ceb4188b,400,400_nojhan_liquidprompt.git_CONTRIBUTING.md
|
||||
f1aa25bcf83eb77eb6476c678d4375039127679a,https://github.com/marshmallow-code/marshmallow.git,marshmallow-code_marshmallow.git,marshmallow-code/marshmallow.git,a0ec5d374e8198304d5b4ee1b06dc390d3612aa2,401,401_marshmallow-code_marshmallow.git_CONTRIBUTING.rst
|
||||
549fc0f1926c60bcb4507e3b4eb8eb6f15e5a659,https://github.com/OpenPrinting/cups,OpenPrinting_cups,OpenPrinting/cups,549fc0f1926c60bcb4507e3b4eb8eb6f15e5a659,402,402_OpenPrinting_cups_CONTRIBUTING.txt
|
||||
20a1a95a3b4882ec53927e0949df5fe7ed5f0c93,https://github.com/jquery/sizzle.git,jquery_sizzle.git,jquery/sizzle.git,20a1a95a3b4882ec53927e0949df5fe7ed5f0c93,403,403_jquery_sizzle.git_CONTRIBUTING.md
|
||||
bb42969cca7c1e0bc49b970ea6512bf0184b97fe,https://github.com/andialbrecht/sqlparse.git,andialbrecht_sqlparse.git,andialbrecht/sqlparse.git,bb42969cca7c1e0bc49b970ea6512bf0184b97fe,404,404_andialbrecht_sqlparse.git_CONTRIBUTING.md
|
||||
2e002a4a5ee89218771133d3166a51dd199cdd9d,https://github.com/apache/trafficserver,apache_trafficserver,apache/trafficserver,337f90bfd67b8085518774f960de820c3733cfdd,405,405_apache_trafficserver_CONTRIBUTING.md
|
||||
fd8957402c8ae9af5607ba4ed4950909b0703f82,https://github.com/aws/aws-xray-sdk-python,aws_aws-xray-sdk-python,aws/aws-xray-sdk-python,fd8957402c8ae9af5607ba4ed4950909b0703f82,406,406_aws_aws-xray-sdk-python_CONTRIBUTING.md
|
||||
9090d85334a7b6b0613d728b76b8615eb5896615,https://github.com/JDimproved/JDim.git,JDimproved_JDim.git,JDimproved/JDim.git,e8cc28c993039363153c3e0631cc76b61ed38566,407,407_JDimproved_JDim.git_CONTRIBUTING.md
|
||||
7026b4a2975340fd3535cfebff39171a07008688,https://github.com/spyder-ide/qtawesome,spyder-ide_qtawesome,spyder-ide/qtawesome,7026b4a2975340fd3535cfebff39171a07008688,408,408_spyder-ide_qtawesome_CONTRIBUTING.md
|
||||
b13de9045fe41c913cb2ad651eefba6c440a3a9a,https://github.com/puppetlabs/facter.git,puppetlabs_facter.git,puppetlabs/facter.git,b13de9045fe41c913cb2ad651eefba6c440a3a9a,409,409_puppetlabs_facter.git_CONTRIBUTING.md
|
||||
8b67dda6fe56def7d90c02183e603544e8885473,https://github.com/elasticsearch/curator.git,elasticsearch_curator.git,elasticsearch/curator.git,263a9fedc0280dde3efe787b91da97963a9e1556,410,410_elasticsearch_curator.git_CONTRIBUTING.md
|
||||
16a0a5094c5f0801595aec278fa4ad2679df271b,https://github.com/jmcnamara/XlsxWriter,jmcnamara_XlsxWriter,jmcnamara/XlsxWriter,16a0a5094c5f0801595aec278fa4ad2679df271b,411,411_jmcnamara_XlsxWriter_CONTRIBUTING.md
|
||||
b1ac82c83a4fd892064a43b68f1c8074d76a7379,https://github.com/michaelrsweet/htmldoc.git,michaelrsweet_htmldoc.git,michaelrsweet/htmldoc.git,b1ac82c83a4fd892064a43b68f1c8074d76a7379,412,412_michaelrsweet_htmldoc.git_CONTRIBUTING.md
|
||||
9aa39677eca11204cdf1fd1bb317cef2def9e2aa,https://github.com/py-pdf/pypdf,py-pdf_pypdf,py-pdf/pypdf,9aa39677eca11204cdf1fd1bb317cef2def9e2aa,413,413_py-pdf_pypdf_CONTRIBUTING.md
|
||||
b80894938070fcec09a6dec7c8648f4d167fc45a,https://github.com/marshmallow-code/flask-marshmallow.git,marshmallow-code_flask-marshmallow.git,marshmallow-code/flask-marshmallow.git,6141efa15a66b8345afb36678de6020c7ea9cd08,414,414_marshmallow-code_flask-marshmallow.git_CONTRIBUTING.rst
|
||||
129ce46dc40e72147385082736475c2cc8926968,https://github.com/resurrecting-open-source-projects/outguess,resurrecting-open-source-projects_outguess,resurrecting-open-source-projects/outguess,129ce46dc40e72147385082736475c2cc8926968,415,415_resurrecting-open-source-projects_outguess_CONTRIBUTING.md
|
||||
c43d86f35a840bdc56753676d5d54550bf70b744,https://gitlab.gnome.org/GNOME/geary.git,GNOME_geary.git,GNOME/geary.git,c43d86f35a840bdc56753676d5d54550bf70b744,416,416_GNOME_geary.git_CONTRIBUTING.md
|
||||
41fc15892806405652ae87e38bb7d12edee84d8d,https://github.com/skvadrik/re2c,skvadrik_re2c,skvadrik/re2c,41fc15892806405652ae87e38bb7d12edee84d8d,417,417_skvadrik_re2c_CONTRIBUTING.md
|
||||
7595cb689ae1fca537e4fd781672f7cd33dcd3cd,https://github.com/jashkenas/coffeescript,jashkenas_coffeescript,jashkenas/coffeescript,7595cb689ae1fca537e4fd781672f7cd33dcd3cd,418,418_jashkenas_coffeescript_CONTRIBUTING.md
|
||||
f0c816d7d49880cd7ba0f99d1a0c192033c26fe9,https://github.com/scikit-learn/scikit-learn.git,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,c57402f4b1e8ec3eeb26fea889a20953fc19c7e8,419,419_scikit-learn_scikit-learn.git_CONTRIBUTING.md
|
||||
d2e68d7f622c5419e1b9a2115f5075b85349743b,https://github.com/rdiff-backup/rdiff-backup.git,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,d2e68d7f622c5419e1b9a2115f5075b85349743b,420,420_rdiff-backup_rdiff-backup.git_CONTRIBUTING.md
|
||||
c474d99907a19deea5a4cb7ee3ebea1add698006,https://github.com/spyder-ide/qtpy,spyder-ide_qtpy,spyder-ide/qtpy,c474d99907a19deea5a4cb7ee3ebea1add698006,421,421_spyder-ide_qtpy_CONTRIBUTING.rst
|
||||
76127ea45fcade0cf119538952f6c7387ebf2efb,https://github.com/thoughtbot/shoulda-matchers,thoughtbot_shoulda-matchers,thoughtbot/shoulda-matchers,76127ea45fcade0cf119538952f6c7387ebf2efb,422,422_thoughtbot_shoulda-matchers_CONTRIBUTING.md
|
||||
16cc0585da06090c4216b4bf30e3845514f98991,https://github.com/libxsmm/libxsmm,libxsmm_libxsmm,libxsmm/libxsmm,16cc0585da06090c4216b4bf30e3845514f98991,423,423_libxsmm_libxsmm_CONTRIBUTING.md
|
||||
474000bad5cfd15f0d9408204190df97ba356ae6,https://github.com/defunkt/mustache,defunkt_mustache,defunkt/mustache,474000bad5cfd15f0d9408204190df97ba356ae6,424,424_defunkt_mustache_CONTRIBUTING.md
|
||||
84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/letsencrypt/letsencrypt.git,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,654897510dd52f2b6c734e231f6032d939faf51e,425,425_letsencrypt_letsencrypt.git_CONTRIBUTING.rst
|
||||
dacc167803e87fc1433f91493ff8cf0b8aa583fe,https://github.com/thoughtbot/factory_girl.git,thoughtbot_factory_girl.git,thoughtbot/factory/girl.git,dacc167803e87fc1433f91493ff8cf0b8aa583fe,426,426_thoughtbot_factory_girl.git_CONTRIBUTING.md
|
||||
faf57723cc03d2d8111d36639ca443ea9285b269,https://github.com/oauth-xx/oauth-ruby,oauth-xx_oauth-ruby,oauth-xx/oauth-ruby,17ad401b26bf48b8c87158f646b1f39cfcb1b799,427,427_oauth-xx_oauth-ruby_CONTRIBUTING.md
|
||||
28547942498bbac24ba4165800382ae9b170c788,https://github.com/psf/black.git,psf_black.git,psf/black.git,28547942498bbac24ba4165800382ae9b170c788,428,428_psf_black.git_CONTRIBUTING.md
|
||||
3125f2bce3cb1475e4a3d27f5bdcc3f6968954a7,https://github.com/mapnik/python-mapnik.git,mapnik_python-mapnik.git,mapnik/python-mapnik.git,3125f2bce3cb1475e4a3d27f5bdcc3f6968954a7,429,429_mapnik_python-mapnik.git_CONTRIBUTING.md
|
||||
6a73540b64ede264453b90dded50a1206e97ca85,https://gitlab.gnome.org/GNOME/gnome-builder.git,GNOME_gnome-builder.git,GNOME/gnome-builder.git,6a73540b64ede264453b90dded50a1206e97ca85,430,430_GNOME_gnome-builder.git_CONTRIBUTING.md
|
||||
b4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2,https://gitlab.gnome.org/GNOME/gdk-pixbuf,GNOME_gdk-pixbuf,GNOME/gdk-pixbuf,b4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2,431,431_GNOME_gdk-pixbuf_CONTRIBUTING.md
|
||||
46b07308d9d43692f1feb21f60d91891db5c8a4a,https://github.com/OSGeo/PROJ.git,OSGeo_PROJ.git,OSGeo/PROJ.git,46b07308d9d43692f1feb21f60d91891db5c8a4a,432,432_OSGeo_PROJ.git_CONTRIBUTING.md
|
||||
d90770d185c28742ee750a732aa3749ff58ff158,https://github.com/softlayer/softlayer-python,softlayer_softlayer-python,softlayer/softlayer-python,f5e888c87da2e13ad09cf1da86610a06bf106c31,433,433_softlayer_softlayer-python_CONTRIBUTING.md
|
||||
1022dd47ca02fec5355958927e57dfd63bdfa9ec,https://github.com/tkf/emacs-jedi.git,tkf_emacs-jedi.git,tkf/emacs-jedi.git,1022dd47ca02fec5355958927e57dfd63bdfa9ec,434,434_tkf_emacs-jedi.git_CONTRIBUTING.md
|
||||
b777a5177d0b8a492fc76320491b0791f25e17a1,https://github.com/giampaolo/psutil,giampaolo_psutil,giampaolo/psutil,b777a5177d0b8a492fc76320491b0791f25e17a1,435,435_giampaolo_psutil_CONTRIBUTING.md
|
||||
6f3292f26fb41328f8a16ecdd81e59e8d79a364d,https://github.com/IJHack/QtPass,IJHack_QtPass,IJHack/QtPass,6f3292f26fb41328f8a16ecdd81e59e8d79a364d,436,436_IJHack_QtPass_CONTRIBUTING.md
|
||||
38b72eded4b0f295ed1f30f849f0a99f69e396d2,https://github.com/pgbackrest/pgbackrest,pgbackrest_pgbackrest,pgbackrest/pgbackrest,82baf1e521e2a1ed7b27403478aa4a1dc4a6afcc,437,437_pgbackrest_pgbackrest_CONTRIBUTING.md
|
||||
e8ed95f0dfefd725f45464009e82cf3299cd84ff,https://github.com/emacs-lsp/lsp-mode.git,emacs-lsp_lsp-mode.git,emacs-lsp/lsp-mode.git,e8ed95f0dfefd725f45464009e82cf3299cd84ff,438,438_emacs-lsp_lsp-mode.git_CONTRIBUTING.md
|
||||
7aca088bdeb7b3082b0a3f0df612ca025614870e,https://gitlab.gnome.org/GNOME/libgweather.git,GNOME_libgweather.git,GNOME/libgweather.git,8bd7e1d45b07fb8089b09bc2206a8929357dec12,439,439_GNOME_libgweather.git_CONTRIBUTING.md
|
||||
3eae6f4fff3fd01a40f56b19f02e0690266fc824,https://github.com/shouldjs/should.js.git,shouldjs_should.js.git,shouldjs/should.js.git,99b9b9b444d122f0221b4958774692f8b9e6dc35,440,440_shouldjs_should.js.git_CONTRIBUTING.md
|
||||
6af0350c5bf9125958b83ba16b5c8d73d0e0f719,https://github.com/pytest-dev/pytest-bdd.git,pytest-dev_pytest-bdd.git,pytest-dev/pytest-bdd.git,550e123984661e1499df4b1d67a759831e65ff6d,441,441_pytest-dev_pytest-bdd.git_CONTRIBUTING.md
|
||||
7c6ed297ddaad3c2f78fed1c3b6bb548c6f658e1,https://github.com/jupyter/terminado,jupyter_terminado,jupyter/terminado,7c6ed297ddaad3c2f78fed1c3b6bb548c6f658e1,442,442_jupyter_terminado_CONTRIBUTING.rst
|
||||
1e8e049887206b7933b8cc3c7ceeda864fb4c05e,https://github.com/django-waffle/django-waffle,django-waffle_django-waffle,django-waffle/django-waffle,67bf78d45262a9e3ca4c7527ba37a89546f89ff4,443,443_django-waffle_django-waffle_CONTRIBUTING.rst
|
||||
c266380f5d0a69c7d0a90db4bf8995571fdccca4,https://gitlab.dune-project.org/core/dune-common,core_dune-common,core/dune-common,a33619c134c77592b64c95fa37db5f4ac4213da6,444,444_core_dune-common_CONTRIBUTING.md
|
||||
2c908ef4489c7a778c9ecb999ff4d6484644880c,https://github.com/processone/fast_tls.git,processone_fast_tls.git,processone/fast/tls.git,2c908ef4489c7a778c9ecb999ff4d6484644880c,445,445_processone_fast_tls.git_CONTRIBUTING.md
|
||||
d9823fcc76a6cdad4cc68ad138cc5bbbf810a764,https://github.com/metaodi/osmapi.git,metaodi_osmapi.git,metaodi/osmapi.git,a04baae9d96e90955df751e1c1da26589d6e0e30,446,446_metaodi_osmapi.git_CONTRIBUTING.md
|
||||
08a96c61a15b5588733cbfb39b3e6a5b4773c432,https://github.com/kilobyte/ndctl,kilobyte_ndctl,kilobyte/ndctl,08a96c61a15b5588733cbfb39b3e6a5b4773c432,447,447_kilobyte_ndctl_CONTRIBUTING.md
|
||||
f43f8495c79fa9374ad2a5e5011f31d555e0cdec,https://github.com/kilobyte/memkind,kilobyte_memkind,kilobyte/memkind,59ca3cd19f3fb3427384af7476443b2e2bbc86aa,448,448_kilobyte_memkind_CONTRIBUTING
|
||||
e0e50841f91c1d2c77145f475aab67bf02ce1973,https://github.com/pallets/itsdangerous,pallets_itsdangerous,pallets/itsdangerous,e0e50841f91c1d2c77145f475aab67bf02ce1973,449,449_pallets_itsdangerous_CONTRIBUTING.rst
|
||||
fb0d26ac9afdec01c755925ab2b17f4dd3a56760,https://invent.kde.org/office/ghostwriter,office_ghostwriter,office/ghostwriter,fb0d26ac9afdec01c755925ab2b17f4dd3a56760,450,450_office_ghostwriter_CONTRIBUTING.md
|
||||
4a2553da879a5c332e29058eeab30de64d4d7b02,https://github.com/prometheus/mysqld_exporter,prometheus_mysqld_exporter,prometheus/mysqld/exporter,4a2553da879a5c332e29058eeab30de64d4d7b02,451,451_prometheus_mysqld_exporter_CONTRIBUTING.md
|
||||
65577d13992ba086bbba7882dda352d7b232b385,https://github.com/twilio/twilio-python,twilio_twilio-python,twilio/twilio-python,65577d13992ba086bbba7882dda352d7b232b385,452,452_twilio_twilio-python_CONTRIBUTING.md
|
||||
8d8a60628bfa2695e8bff9fb646d86114becb8b8,https://github.com/c4urself/bump2version,c4urself_bump2version,c4urself/bump2version,8d8a60628bfa2695e8bff9fb646d86114becb8b8,453,453_c4urself_bump2version_CONTRIBUTING.md
|
||||
99459023d9c45d514ba84c899f0bc98bd83d6df1,https://github.com/google/benchmark,google_benchmark,google/benchmark,6ec70d0f2b35eca2e7ea3214411eda49e10f4daa,454,454_google_benchmark_CONTRIBUTING.md
|
||||
642cfe46dd33e5b80c8678e2900ea82159d2beb0,https://github.com/drwetter/testssl.sh.git,drwetter_testssl.sh.git,drwetter/testssl.sh.git,49fc21842417f3b3577bec63a6c95227891873e1,455,455_drwetter_testssl.sh.git_CONTRIBUTING.md
|
||||
34b933f144cf6cab04de7055c7bc404590c8f6f1,https://github.com/pgRouting/pgrouting.git,pgRouting_pgrouting.git,pgRouting/pgrouting.git,915562b47bcf1b4525d38c61619ae008376ee80a,456,456_pgRouting_pgrouting.git_CONTRIBUTING.md
|
||||
e8194c622f5a8933fa581ecbf76cec39caf3db90,https://github.com/trevorld/r-optparse.git,trevorld_r-optparse.git,trevorld/r-optparse.git,e8194c622f5a8933fa581ecbf76cec39caf3db90,457,457_trevorld_r-optparse.git_CONTRIBUTING
|
||||
c9c45f2e6e012e83dc23951bb169ba471b2ffcc0,https://github.com/galaxyproject/bioblend,galaxyproject_bioblend,galaxyproject/bioblend,c9c45f2e6e012e83dc23951bb169ba471b2ffcc0,458,458_galaxyproject_bioblend_CONTRIBUTING.md
|
||||
d5420216df8a35c16e569a353b41029ec667ebf3,https://github.com/gawel/panoramisk.git,gawel_panoramisk.git,gawel/panoramisk.git,1604f672facd3eb04260464d7a4c982920b7536d,459,459_gawel_panoramisk.git_CONTRIBUTING.rst
|
||||
19a4ad2ef69bdb38a8a99d05df3df4623fdb611f,https://github.com/Blosc/c-blosc,Blosc_c-blosc,Blosc/c-blosc,19a4ad2ef69bdb38a8a99d05df3df4623fdb611f,460,460_Blosc_c-blosc_CONTRIBUTING.md
|
||||
9ca9c33e1d944e7b9c8e732bf5970f2edf10bbba,https://github.com/rails/jquery-rails.git,rails_jquery-rails.git,rails/jquery-rails.git,f68470e492252302fa8626627d30ebae1776f4c6,461,461_rails_jquery-rails.git_CONTRIBUTING.md
|
||||
60309a73f591039719e7dca0ff28349a451f8d33,https://github.com/kilobyte/pmemkv,kilobyte_pmemkv,kilobyte/pmemkv,a17deb4de20e99c655072da673cbb5d519c40715,462,462_kilobyte_pmemkv_CONTRIBUTING.md
|
||||
807f8c1824bcc6a0fabf855807256701d36f8221,https://github.com/vim-syntastic/syntastic,vim-syntastic_syntastic,vim-syntastic/syntastic,781d45dfe81d6b58e4d39653a86a72bdd19fc0f0,463,463_vim-syntastic_syntastic_CONTRIBUTING.md
|
||||
3a0f15c4e05eea9b6b1be1a8d5facee811e392ce,https://github.com/processone/pkix.git,processone_pkix.git,processone/pkix.git,3a0f15c4e05eea9b6b1be1a8d5facee811e392ce,464,464_processone_pkix.git_CONTRIBUTING.md
|
||||
ab769e86b0e516d37a52038bb337053addf9af4a,https://github.com/faye/faye,faye_faye,faye/faye,ab769e86b0e516d37a52038bb337053addf9af4a,465,465_faye_faye_CONTRIBUTING.md
|
||||
fdf55c2817c9a457de4d5609cabfda0aa0620dc1,https://github.com/openstack/swift.git,openstack_swift.git,openstack/swift.git,fdf55c2817c9a457de4d5609cabfda0aa0620dc1,466,466_openstack_swift.git_CONTRIBUTING.md
|
||||
5c53fd90b1a529f2d1d4ed361d3bfa646520ba58,https://github.com/zopefoundation/zope.proxy,zopefoundation_zope.proxy,zopefoundation/zope.proxy,5c53fd90b1a529f2d1d4ed361d3bfa646520ba58,467,467_zopefoundation_zope.proxy_CONTRIBUTING.md
|
||||
a517de39ec64bcda417b3620e2e6a455db01cfc6,https://github.com/muammar/mkchromecast.git,muammar_mkchromecast.git,muammar/mkchromecast.git,a517de39ec64bcda417b3620e2e6a455db01cfc6,468,468_muammar_mkchromecast.git_CONTRIBUTING.md
|
||||
39368538a5f0c79dfce6a9750a005232b1c27e93,https://github.com/alastair/python-musicbrainz-ngs,alastair_python-musicbrainz-ngs,alastair/python-musicbrainz-ngs,5d24c92aa182d465109e073151228dda42fcbca7,469,469_alastair_python-musicbrainz-ngs_CONTRIBUTING.md
|
||||
d31a1264082a13b7cc89781ca9d2e8cdebc4f031,https://github.com/syncthing/syncthing.git,syncthing_syncthing.git,syncthing/syncthing.git,d31a1264082a13b7cc89781ca9d2e8cdebc4f031,470,470_syncthing_syncthing.git_CONTRIBUTING.md
|
||||
6e1fc74ed936860f9609f964d48d63f380c58170,https://github.com/RIPE-NCC/ripe-atlas-cousteau.git,RIPE-NCC_ripe-atlas-cousteau.git,RIPE-NCC/ripe-atlas-cousteau.git,6e1fc74ed936860f9609f964d48d63f380c58170,471,471_RIPE-NCC_ripe-atlas-cousteau.git_CONTRIBUTING.rst
|
||||
a6c0cc156b897d2243f89d2bf4fa371c711eef6c,https://github.com/HaxeFoundation/haxe-debian,HaxeFoundation_haxe-debian,HaxeFoundation/haxe-debian,a6c0cc156b897d2243f89d2bf4fa371c711eef6c,472,472_HaxeFoundation_haxe-debian_CONTRIBUTING.md
|
||||
a5c4d27e963f51097f9b2777489d310a88897ca4,https://github.com/quartz-scheduler/quartz,quartz-scheduler_quartz,quartz-scheduler/quartz,a5c4d27e963f51097f9b2777489d310a88897ca4,473,473_quartz-scheduler_quartz_CONTRIBUTING.md
|
||||
2cc5f14309704d80063a750b85861cb86dc40e7f,https://github.com/google/python-gflags.git,google_python-gflags.git,google/python-gflags.git,2cc5f14309704d80063a750b85861cb86dc40e7f,474,474_google_python-gflags.git_CONTRIBUTING.md
|
||||
d05a0fc061a6844784cba01b291fe532d5c24024,https://github.com/numba/numba.git,numba_numba.git,numba/numba.git,f8f96602379ed3d91dd476078e34a9987146e2b5,475,475_numba_numba.git_CONTRIBUTING.md
|
||||
0ce26349ac7e579342d88e6a79ad12fe10bf8083,https://github.com/composer/semver,composer_semver,composer/semver,8ae923ad6c47f8870f8ebf29845e3f1c0ac09c18,476,476_composer_semver_CONTRIBUTING.md
|
||||
1094a4c862d1b600a6a93d04f276809f5cd03701,https://github.com/mdbootstrap/perfect-scrollbar,mdbootstrap_perfect-scrollbar,mdbootstrap/perfect-scrollbar,3be3d101ce2f9c54bae2a0d8824298f0501f2ce0,477,477_mdbootstrap_perfect-scrollbar_CONTRIBUTING.md
|
||||
350b191468d1a701d945a062bbf4df9fbdaaaaae,https://github.com/heroku/netrc,heroku_netrc,heroku/netrc,350b191468d1a701d945a062bbf4df9fbdaaaaae,478,478_heroku_netrc_CONTRIBUTING.md
|
||||
48b19a2272867854f097058dda4f55d05d93e28d,https://github.com/eclipse/paho.mqtt.python.git,eclipse_paho.mqtt.python.git,eclipse/paho.mqtt.python.git,48b19a2272867854f097058dda4f55d05d93e28d,479,479_eclipse_paho.mqtt.python.git_CONTRIBUTING.md
|
||||
baa456be4eba1dcbc3c24551f48dc3170f4924c1,https://gitlab.gnome.org/GNOME/folks,GNOME_folks,GNOME/folks,baa456be4eba1dcbc3c24551f48dc3170f4924c1,480,480_GNOME_folks_CONTRIBUTING.md
|
||||
562270515ef3e98038c1a2da8984d92720b86659,https://bitbucket.org/sshguard/sshguard.git,sshguard_sshguard.git,sshguard/sshguard.git,562270515ef3e98038c1a2da8984d92720b86659,481,481_sshguard_sshguard.git_CONTRIBUTING.rst
|
||||
d424c38e59bca66492f90817a5990922b4b004d0,https://github.com/requests-cache/requests-cache,requests-cache_requests-cache,requests-cache/requests-cache,bfe214eedeb728b1e8899460a5bdde5590fc34ae,482,482_requests-cache_requests-cache_CONTRIBUTING.md
|
||||
ad25458997c12b86b35d735da448b06b7aa1d5e6,https://github.com/zopefoundation/zope.testrunner,zopefoundation_zope.testrunner,zopefoundation/zope.testrunner,ad25458997c12b86b35d735da448b06b7aa1d5e6,483,483_zopefoundation_zope.testrunner_CONTRIBUTING.md
|
||||
80b794a06991bf41ac8d1a98e539815f4abb7d78,https://github.com/ua-parser/uap-core.git,ua-parser_uap-core.git,ua-parser/uap-core.git,80b794a06991bf41ac8d1a98e539815f4abb7d78,484,484_ua-parser_uap-core.git_CONTRIBUTING.md
|
||||
a56ee6336fefff35aac69a625e772d10e228c630,https://github.com/voxpupuli/pypuppetdb,voxpupuli_pypuppetdb,voxpupuli/pypuppetdb,653487f624ec36d1788eeab103806af9e7a524dd,485,485_voxpupuli_pypuppetdb_CONTRIBUTING.md
|
||||
fc5abc05876bbffb8aa8776868492a5bcb596c99,https://github.com/mozilla/source-map,mozilla_source-map,mozilla/source-map,dd77a2feec703925bbf89bcfd49e7ad538ab5a8e,486,486_mozilla_source-map_CONTRIBUTING.md
|
||||
58375c6cd12dd77ebbfb5cb9043cab6a6e71e2ad,https://gitlab.com/libosinfo/osinfo-db-tools.git,libosinfo_osinfo-db-tools.git,libosinfo/osinfo-db-tools.git,58375c6cd12dd77ebbfb5cb9043cab6a6e71e2ad,487,487_libosinfo_osinfo-db-tools.git_CONTRIBUTING.md
|
||||
e2d247f40339088710ba2322bea3e44f801acfac,https://github.com/dagolden/math-random-oo.git,dagolden_math-random-oo.git,dagolden/math-random-oo.git,e2d247f40339088710ba2322bea3e44f801acfac,488,488_dagolden_math-random-oo.git_CONTRIBUTING
|
||||
5a3d199e0cdd1b8a0f70f4d7703c0a58ca9acf2c,https://github.com/ionelmc/python-darkslide.git,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,5a3d199e0cdd1b8a0f70f4d7703c0a58ca9acf2c,489,489_ionelmc_python-darkslide.git_CONTRIBUTING.rst
|
||||
fe96879f158428d949f45fc4902333b02a20110a,https://github.com/clojure/core.cache,clojure_core.cache,clojure/core.cache,fe96879f158428d949f45fc4902333b02a20110a,490,490_clojure_core.cache_CONTRIBUTING.md
|
||||
ce6044907e12c6f8e505d9ccfe783e51b0d94ac0,https://github.com/unknown-horizons/unknown-horizons.git,unknown-horizons_unknown-horizons.git,unknown-horizons/unknown-horizons.git,4dcce0f3a8585c9054491b08d4c00bedaec48dc9,491,491_unknown-horizons_unknown-horizons.git_CONTRIBUTING.md
|
||||
7d375e1b7502995703fb3c1729ed4f746d169751,https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git,pub_scm_linux_kernel_git_jberg_iw.git,pub/scm/linux/kernel/git/jberg/iw.git,7d375e1b7502995703fb3c1729ed4f746d169751,492,492_pub_scm_linux_kernel_git_jberg_iw.git_CONTRIBUTING
|
||||
65ca92a5c0a4143d00dd7a822bcb1d49738717f1,https://github.com/pydata/xarray,pydata_xarray,pydata/xarray,65ca92a5c0a4143d00dd7a822bcb1d49738717f1,493,493_pydata_xarray_CONTRIBUTING.md
|
||||
27c2db2bf26039bef41323c964bc4e0317a7b4f5,https://github.com/pantsbuild/pex.git,pantsbuild_pex.git,pantsbuild/pex.git,c5dbcb4f349046389828ccf645a2e9446f2bba72,494,494_pantsbuild_pex.git_CONTRIBUTING.md
|
||||
3bc239ffee43a378a6ec64c169d9f7cb3f1753a5,https://github.com/Diaoul/subliminal.git,Diaoul_subliminal.git,Diaoul/subliminal.git,835dcd6eecae3e7dbcf2d87da088212353627eea,495,495_Diaoul_subliminal.git_CONTRIBUTING.md
|
||||
84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/certbot/josepy,certbot_josepy,certbot/josepy,654897510dd52f2b6c734e231f6032d939faf51e,496,496_certbot_josepy_CONTRIBUTING.rst
|
||||
5de776a327933d3d28b43ee15c23aa96351e71e3,https://github.com/janestreet/sexplib.git,janestreet_sexplib.git,janestreet/sexplib.git,5de776a327933d3d28b43ee15c23aa96351e71e3,497,497_janestreet_sexplib.git_CONTRIBUTING.md
|
||||
c82cd5e41e3755fc9ed65912ca3acaae69921dbb,https://github.com/google/googletest.git,google_googletest.git,google/googletest.git,8cbda54f48bd202c1d0134611cce10f69182ba00,498,498_google_googletest.git_CONTRIBUTING.md
|
||||
510d7191912f27f8543b8e02877fc54cc83a8fed,https://github.com/nginxinc/nginx-prometheus-exporter,nginxinc_nginx-prometheus-exporter,nginxinc/nginx-prometheus-exporter,510d7191912f27f8543b8e02877fc54cc83a8fed,499,499_nginxinc_nginx-prometheus-exporter_CONTRIBUTING.md
|
||||
0ce105d8307d3bc67809088bb16ebd7ec0daf6fb,https://github.com/simd-everywhere/simde,simd-everywhere_simde,simd-everywhere/simde,0ce105d8307d3bc67809088bb16ebd7ec0daf6fb,500,500_simd-everywhere_simde_CONTRIBUTING.md
|
||||
f094908f549151e604c92286e791816fae7d67fa,https://github.com/AFLplusplus/AFLplusplus.git,AFLplusplus_AFLplusplus.git,AFLplusplus/AFLplusplus.git,b31dff6beec6a7aa17da6f7f8a2eef198c263ccc,501,501_AFLplusplus_AFLplusplus.git_CONTRIBUTING.md
|
||||
6ea260a4211da88f3d28fd6266e6765a6c209baf,https://github.com/pyparsing/pyparsing,pyparsing_pyparsing,pyparsing/pyparsing,de00f571f40a7e6478e7446ec1bcdb7472af32ee,502,502_pyparsing_pyparsing_CONTRIBUTING.md
|
||||
619d5917b650642c33d905bf9df69213340e4bf9,https://github.com/EnterpriseDB/mysql_fdw.git,EnterpriseDB_mysql_fdw.git,EnterpriseDB/mysql/fdw.git,bb390285e31dc704eec248b2227aed03f16e3733,503,503_EnterpriseDB_mysql_fdw.git_CONTRIBUTING.md
|
||||
ba1ef7a8f47a6140f8323a393f0e04f818f5f52d,https://github.com/sphinx-contrib/restbuilder.git,sphinx-contrib_restbuilder.git,sphinx-contrib/restbuilder.git,ba1ef7a8f47a6140f8323a393f0e04f818f5f52d,504,504_sphinx-contrib_restbuilder.git_CONTRIBUTING.rst
|
||||
41d14306068fb430319cfe819c3c34c6c7b6e557,https://github.com/erikd/libsndfile,erikd_libsndfile,erikd/libsndfile,41d14306068fb430319cfe819c3c34c6c7b6e557,505,505_erikd_libsndfile_CONTRIBUTING.md
|
||||
c57fc392f9adfd04a54bcdba2dfe3cac2497e619,https://github.com/davidcelis/api-pagination.git,davidcelis_api-pagination.git,davidcelis/api-pagination.git,c57fc392f9adfd04a54bcdba2dfe3cac2497e619,506,506_davidcelis_api-pagination.git_CONTRIBUTING.md
|
||||
1c6af940c08ca2fdb142916974a192ab6ff9ea7c,https://github.com/zopefoundation/zope.component,zopefoundation_zope.component,zopefoundation/zope.component,1c6af940c08ca2fdb142916974a192ab6ff9ea7c,507,507_zopefoundation_zope.component_CONTRIBUTING.md
|
||||
e5c21016e4cebe414a9b8c94840c36c4c94b28cd,https://github.com/resurrecting-open-source-projects/txt2html,resurrecting-open-source-projects_txt2html,resurrecting-open-source-projects/txt2html,e5c21016e4cebe414a9b8c94840c36c4c94b28cd,508,508_resurrecting-open-source-projects_txt2html_CONTRIBUTING.md
|
||||
7612ce2029de1eac698ebc2ba617c4fbd738127f,https://github.com/stephane/libmodbus.git,stephane_libmodbus.git,stephane/libmodbus.git,7612ce2029de1eac698ebc2ba617c4fbd738127f,509,509_stephane_libmodbus.git_CONTRIBUTING.md
|
||||
87d2f69a591b29c254f6ce1974a8347d746bfe9f,https://github.com/iovisor/bcc.git,iovisor_bcc.git,iovisor/bcc.git,fdfacb71bc02f1bb68324c4f6166ef299ab2297d,510,510_iovisor_bcc.git_CONTRIBUTING-SCRIPTS.md
|
||||
c3739abac431ff06748978f128ba723a8d99833a,https://github.com/puppetlabs/puppetlabs-firewall,puppetlabs_puppetlabs-firewall,puppetlabs/puppetlabs-firewall,ba9c1c9bdf1ae31e46800f396e6e5a5f3493aba2,511,511_puppetlabs_puppetlabs-firewall_CONTRIBUTING.md
|
||||
7e2b5e43df2f5bf6fc724396de73429423b15fe1,https://github.com/codedread/scour.git,codedread_scour.git,codedread/scour.git,7e2b5e43df2f5bf6fc724396de73429423b15fe1,512,512_codedread_scour.git_CONTRIBUTING.md
|
||||
2b51a83b9baeebcd795d94a8051ba598b6353ae2,https://github.com/puppetlabs/puppetlabs-concat,puppetlabs_puppetlabs-concat,puppetlabs/puppetlabs-concat,bc996db7a8aae217248d5d0c52a4748a5f2a0d4e,513,513_puppetlabs_puppetlabs-concat_CONTRIBUTING.md
|
||||
7b13070b64f87bb432f84cc7d4826a126d2e8bc2,https://github.com/philpem/printer-driver-ptouch.git,philpem_printer-driver-ptouch.git,philpem/printer-driver-ptouch.git,7b13070b64f87bb432f84cc7d4826a126d2e8bc2,514,514_philpem_printer-driver-ptouch.git_CONTRIBUTING.md
|
||||
bbc437c6a18447c03d7ab1d85f65d823df4a2bb8,https://github.com/ycm-core/YouCompleteMe,ycm-core_YouCompleteMe,ycm-core/YouCompleteMe,1268a258d7d17b9ec96d30cd814dad9f73e127d2,515,515_ycm-core_YouCompleteMe_CONTRIBUTING.md
|
||||
7a66cffa8fab534f23912dcf820f46055e7b0cc7,https://github.com/totalopenstation/totalopenstation.git,totalopenstation_totalopenstation.git,totalopenstation/totalopenstation.git,65b8cebf682edb35e45874d3ccd1453db8fe30a0,516,516_totalopenstation_totalopenstation.git_CONTRIBUTING.md
|
||||
04693fc6beb2d2dbb3aa8d33932a171900ea239c,https://github.com/diff-match-patch-python/diff-match-patch,diff-match-patch-python_diff-match-patch,diff-match-patch-python/diff-match-patch,04693fc6beb2d2dbb3aa8d33932a171900ea239c,517,517_diff-match-patch-python_diff-match-patch_CONTRIBUTING.md
|
||||
f5db249faea99fb0e39c113f6f17f91c4ec34101,https://github.com/dask/partd.git,dask_partd.git,dask/partd.git,74016a296a760de9c7a0e0d4b012a3478c9a0831,518,518_dask_partd.git_CONTRIBUTING.md
|
||||
0d125a567e7ffa9dfe285df8c436783d29594c79,https://github.com/boto/botocore,boto_botocore,boto/botocore,68dcf4aab9e063db250ae2db0425345c3d1fe738,519,519_boto_botocore_CONTRIBUTING.rst
|
||||
c2e8e1d0695f60ed79e848e80a0c152da0c1d7db,https://github.com/locationtech/jts.git,locationtech_jts.git,locationtech/jts.git,d04a5003ac61f17e6d15a480cb70d1d1710061dc,520,520_locationtech_jts.git_CONTRIBUTING.md
|
||||
64a808ac762c7b4767daab2d10f88872a467dd8b,https://github.com/rclone/rclone.git,rclone_rclone.git,rclone/rclone.git,3423de65fac98e62e62fd90466ada1591b509f00,521,521_rclone_rclone.git_CONTRIBUTING.md
|
||||
e6748cc3837e4792e8452d5c227e740434e10539,https://github.com/osmcode/osmium-tool.git,osmcode_osmium-tool.git,osmcode/osmium-tool.git,e6748cc3837e4792e8452d5c227e740434e10539,522,522_osmcode_osmium-tool.git_CONTRIBUTING.md
|
||||
13b065b3162a0394ce021dd0dcb6a8e9ed83a82d,https://github.com/jtesta/ssh-audit.git,jtesta_ssh-audit.git,jtesta/ssh-audit.git,32684ddc840424889a89afeb13a0f5f3d3bb9b56,523,523_jtesta_ssh-audit.git_CONTRIBUTING.md
|
||||
fc679cf33ed2c65c2deaf9235f08889ef95dd2f2,https://github.com/sferik/twitter,sferik_twitter,sferik/twitter,fc679cf33ed2c65c2deaf9235f08889ef95dd2f2,524,524_sferik_twitter_CONTRIBUTING.md
|
||||
33c836018f46c2ced9a7fdd328418ef82d0e3861,https://github.com/developit/preact.git,developit_preact.git,developit/preact.git,285c9829e6d75e0558fa0e780feb5a590511390a,525,525_developit_preact.git_CONTRIBUTING.md
|
||||
7237ab2de4c4c814d2602f327a89f9e173767e0f,https://github.com/phpmyadmin/motranslator,phpmyadmin_motranslator,phpmyadmin/motranslator,7237ab2de4c4c814d2602f327a89f9e173767e0f,526,526_phpmyadmin_motranslator_CONTRIBUTING.md
|
||||
364c7f92b4b1e8d4425418b7e797381ca31ec1aa,https://github.com/matrix-org/synapse.git,matrix-org_synapse.git,matrix-org/synapse.git,4fe95094d1aa9a8a36a32c56d5665ddba825e029,527,527_matrix-org_synapse.git_CONTRIBUTING.rst
|
||||
3ce1cbdc192a709b51290725506c31a8959423ad,https://github.com/common-workflow-language/schema_salad,common-workflow-language_schema_salad,common-workflow-language/schema/salad,3ce1cbdc192a709b51290725506c31a8959423ad,528,528_common-workflow-language_schema_salad_CONTRIBUTING.md
|
||||
42a679ce4460926dde3a526281437cd40bd6e6f0,https://github.com/dagolden/Config-Identity.git,dagolden_Config-Identity.git,dagolden/Config-Identity.git,42a679ce4460926dde3a526281437cd40bd6e6f0,529,529_dagolden_Config-Identity.git_CONTRIBUTING.mkdn
|
||||
f05a82d0ff8e8d82a3c5a7c19bc07950756e8431,https://github.com/eproxus/meck.git,eproxus_meck.git,eproxus/meck.git,f05a82d0ff8e8d82a3c5a7c19bc07950756e8431,530,530_eproxus_meck.git_CONTRIBUTING.md
|
||||
4afeaf85d3c7e07a917a8f73035775fc58aec54b,https://github.com/plotly/plotly.R.git,plotly_plotly.R.git,plotly/plotly.R.git,382cffa95cb20b1aeb874d7933a6217a9e750736,531,531_plotly_plotly.R.git_CONTRIBUTING.md
|
||||
6b1d65bc4e190086adc47b4e68be2a5108b4bc06,https://github.com/ClusterLabs/pacemaker,ClusterLabs_pacemaker,ClusterLabs/pacemaker,a69d1c88754eee2124cf0ba5fb64540ae85f1941,532,532_ClusterLabs_pacemaker_CONTRIBUTING.md
|
||||
c04e97311ffa4fbfc016263ef0dbe1e1f8e13373,https://github.com/puppetlabs/puppetlabs-apache,puppetlabs_puppetlabs-apache,puppetlabs/puppetlabs-apache,4a88f2d1eea9489a74569f66cc92e58bb7644cc3,533,533_puppetlabs_puppetlabs-apache_CONTRIBUTING.md
|
||||
f042942f516851aef0ecc4fafafd578facb2b3f0,https://github.com/PyWavelets/pywt.git,PyWavelets_pywt.git,PyWavelets/pywt.git,3806a79780a8d35038b898da088203c8875a4f9b,534,534_PyWavelets_pywt.git_CONTRIBUTING.md
|
||||
892ea9e222ca7148551c3d00bb37ce9e24316b16,https://github.com/jazzband/django-recurrence,jazzband_django-recurrence,jazzband/django-recurrence,892ea9e222ca7148551c3d00bb37ce9e24316b16,535,535_jazzband_django-recurrence_CONTRIBUTING.rst
|
||||
b4578f915dd49cdb1435accd260c59a34ea66e75,https://github.com/Backblaze/B2_Command_Line_Tool,Backblaze_B2_Command_Line_Tool,Backblaze/B2/Command/Line/Tool,3737c29a7650ca95d94e3f772e27d4b68f1515f6,536,536_Backblaze_B2_Command_Line_Tool_CONTRIBUTING.md
|
||||
0bbe9f45eb18d47e7f10854a340a32efbb143882,https://github.com/mvz/ruby-gir-ffi,mvz_ruby-gir-ffi,mvz/ruby-gir-ffi,99b5e69730b5bffe48be7f3f9eb0e6aa5d1a6211,537,537_mvz_ruby-gir-ffi_CONTRIBUTING.md
|
||||
6c236b7cfa36dc1331b6c18a58ce0cac99a19e97,https://github.com/HandBrake/HandBrake,HandBrake_HandBrake,HandBrake/HandBrake,6c236b7cfa36dc1331b6c18a58ce0cac99a19e97,538,538_HandBrake_HandBrake_CONTRIBUTING.md
|
||||
e66231f041e7fa1925b080e43328dc1afd50ff8f,https://github.com/fail2ban/fail2ban,fail2ban_fail2ban,fail2ban/fail2ban,78c82b3da784ef516776f38b8a7e63c140f8cef5,539,539_fail2ban_fail2ban_CONTRIBUTING.md
|
||||
c2fb5a2e6339494dc802ff166eb2e29ef692470c,https://github.com/libwww-perl/URI.git,libwww-perl_URI.git,libwww-perl/URI.git,c2fb5a2e6339494dc802ff166eb2e29ef692470c,540,540_libwww-perl_URI.git_CONTRIBUTING.md
|
||||
a80971fd5aa787c1648564fb23b5464e5029dc4f,https://github.com/CESNET/libyang,CESNET_libyang,CESNET/libyang,a80971fd5aa787c1648564fb23b5464e5029dc4f,541,541_CESNET_libyang_CONTRIBUTING.md
|
||||
cdd8d1976ef48d4a59ba49d57d4c956456640c1c,https://github.com/zopefoundation/zope.event,zopefoundation_zope.event,zopefoundation/zope.event,cdd8d1976ef48d4a59ba49d57d4c956456640c1c,542,542_zopefoundation_zope.event_CONTRIBUTING.md
|
||||
1c745cf56f36a117fcb12a2611918f3e40b26f66,https://github.com/intel/libva.git,intel_libva.git,intel/libva.git,9fe86f049deeac0cf15f1eb10e9479bff4888d11,543,543_intel_libva.git_CONTRIBUTING.md
|
||||
915f126b9484ad7fe6df0d7f323bd55f93f1c917,https://github.com/nesquena/rabl,nesquena_rabl,nesquena/rabl,915f126b9484ad7fe6df0d7f323bd55f93f1c917,544,544_nesquena_rabl_CONTRIBUTING.md
|
||||
974a99b3623a82d5fffa8e83f37c9ec5f51ef9c8,https://github.com/linuxmint/cjs.git,linuxmint_cjs.git,linuxmint/cjs.git,974a99b3623a82d5fffa8e83f37c9ec5f51ef9c8,546,546_linuxmint_cjs.git_CONTRIBUTING.md
|
||||
90014cb496817f7b9544832073137f9e463e746a,https://github.com/michaeljones/breathe.git,michaeljones_breathe.git,michaeljones/breathe.git,0f3a7d7049f2dc45359c2191b6bcb41ad6e64352,547,547_michaeljones_breathe.git_CONTRIBUTING.rst
|
||||
976f8465273d669bf681a93229f5701f473eec5d,https://github.com/GoalSmashers/clean-css.git,GoalSmashers_clean-css.git,GoalSmashers/clean-css.git,976f8465273d669bf681a93229f5701f473eec5d,548,548_GoalSmashers_clean-css.git_CONTRIBUTING.md
|
||||
26332c9de4b8341e3de0cb198706a6573e54dfe7,https://github.com/smarty-php/smarty.git,smarty-php_smarty.git,smarty-php/smarty.git,26332c9de4b8341e3de0cb198706a6573e54dfe7,549,549_smarty-php_smarty.git_CONTRIBUTING.md
|
||||
a822ebd053e8451a957d456f8af9af71734e1e63,https://github.com/coreruleset/coreruleset.git,coreruleset_coreruleset.git,coreruleset/coreruleset.git,3e3a7109e7839b98075322f4917b7c247bbf51e1,550,550_coreruleset_coreruleset.git_CONTRIBUTING.md
|
||||
e2a406e25860bf235273a97fd543c8d6d2296975,https://github.com/mapbox/leaflet-image,mapbox_leaflet-image,mapbox/leaflet-image,dac626b2963a95276fb1ddb6da2a445a9b495812,551,551_mapbox_leaflet-image_CONTRIBUTING.md
|
||||
887f70f595399c46698ad515ce1e19e4d44d54ac,https://github.com/httpie/httpie,httpie_httpie,httpie/httpie,29a564ef5607a05f94735585f661adb31abb9f7e,552,552_httpie_httpie_CONTRIBUTING.rst
|
||||
fac61a5bfafd8eb2a0445d62df9079b934cee3e3,https://github.com/Icinga/icinga2,Icinga_icinga2,Icinga/icinga2,a022bed1b22747a4d0515f1c2e377b644eecaf4b,553,553_Icinga_icinga2_CONTRIBUTING.md
|
||||
d645bee63a96503e0b9aa4b7b6f927baf367c713,https://github.com/bit-team/backintime,bit-team_backintime,bit-team/backintime,d645bee63a96503e0b9aa4b7b6f927baf367c713,554,554_bit-team_backintime_CONTRIBUTING.md
|
||||
253e899170ebaf8a9aa9d6b94d6efdb81ae14a49,https://github.com/bastibe/python-soundfile.git,bastibe_python-soundfile.git,bastibe/python-soundfile.git,253e899170ebaf8a9aa9d6b94d6efdb81ae14a49,555,555_bastibe_python-soundfile.git_CONTRIBUTING.rst
|
||||
a248c3fcba26bc13c6df9e888fa17bbea2e9e25c,https://github.com/howardabrams/node-mocks-http,howardabrams_node-mocks-http,howardabrams/node-mocks-http,b28c20f7ad0f4a2fd3396938d8d3e00331be9e4d,556,556_howardabrams_node-mocks-http_CONTRIBUTING.md
|
||||
818c86c05a64c46e35f2fd444d909374b029ccd7,https://github.com/yrro/command-t,yrro_command-t,yrro/command-t,818c86c05a64c46e35f2fd444d909374b029ccd7,557,557_yrro_command-t_CONTRIBUTING.md
|
||||
dfdc4d05b381591e4b07fd592f596e67938dd6dd,https://github.com/zaach/jison,zaach_jison,zaach/jison,dfdc4d05b381591e4b07fd592f596e67938dd6dd,558,558_zaach_jison_CONTRIBUTING.md
|
||||
fc36cf4f860bcc7ac474c80aa40ecfa5f342c666,https://github.com/zopefoundation/zope.interface.git,zopefoundation_zope.interface.git,zopefoundation/zope.interface.git,fc36cf4f860bcc7ac474c80aa40ecfa5f342c666,559,559_zopefoundation_zope.interface.git_CONTRIBUTING.md
|
||||
45b9dd0465d4f11aa9b9ea5471222a16e0a61e0b,https://github.com/rbenv/ruby-build.git,rbenv_ruby-build.git,rbenv/ruby-build.git,45b9dd0465d4f11aa9b9ea5471222a16e0a61e0b,560,560_rbenv_ruby-build.git_CONTRIBUTING.md
|
||||
c0b8f2a16d4804fe302e5db91995735ee7041c8d,https://github.com/mishoo/UglifyJS2,mishoo_UglifyJS2,mishoo/UglifyJS2,dea0cc06624898883c30a0d147b3146027ddc72e,561,561_mishoo_UglifyJS2_CONTRIBUTING.md
|
||||
f6ee96cf37bdb805ed35416b4370e3e407875bca,https://github.com/Pylons/hupper,Pylons_hupper,Pylons/hupper,f6ee96cf37bdb805ed35416b4370e3e407875bca,562,562_Pylons_hupper_CONTRIBUTING.rst
|
||||
33cae7f639316d24d85faf57a11de3f894713f90,https://github.com/abishekvashok/cmatrix.git,abishekvashok_cmatrix.git,abishekvashok/cmatrix.git,33cae7f639316d24d85faf57a11de3f894713f90,563,563_abishekvashok_cmatrix.git_CONTRIBUTING.md
|
||||
39f054aaaa2ca6d4d7511fb50d228fefd2c74e8b,https://github.com/gazebosim/gz-transport,gazebosim_gz-transport,gazebosim/gz-transport,048f933473409cdb70f38f636487548575aee980,564,564_gazebosim_gz-transport_CONTRIBUTING.md
|
||||
451c9909d4fd7bc5301bf032a0b6f21982dac4cb,https://github.com/django-extensions/django-extensions,django-extensions_django-extensions,django-extensions/django-extensions,b81e7fefc9deca3a3b18647751a3f19410e2bec2,565,565_django-extensions_django-extensions_CONTRIBUTING.md
|
||||
c6a3ce5b7ba320b4a935a4c4aad0fc877a196c1f,https://github.com/P403n1x87/austin,P403n1x87_austin,P403n1x87/austin,c6a3ce5b7ba320b4a935a4c4aad0fc877a196c1f,566,566_P403n1x87_austin_CONTRIBUTING.md
|
||||
ede0f84b8e9cfe4eeaafb1c90e5fea006e19fe5e,https://github.com/c-ares/c-ares.git,c-ares_c-ares.git,c-ares/c-ares.git,ede0f84b8e9cfe4eeaafb1c90e5fea006e19fe5e,567,567_c-ares_c-ares.git_CONTRIBUTING
|
||||
9cc444998a7130d0d592c05fe91e72a94f7a8589,https://github.com/schacon/hg-git.git,schacon_hg-git.git,schacon/hg-git.git,9cc444998a7130d0d592c05fe91e72a94f7a8589,568,568_schacon_hg-git.git_CONTRIBUTING
|
||||
d0797e4f4bb65ad82ac436d3941aa903bb82dd29,https://github.com/fonttools/fonttools.git,fonttools_fonttools.git,fonttools/fonttools.git,d0797e4f4bb65ad82ac436d3941aa903bb82dd29,569,569_fonttools_fonttools.git_CONTRIBUTING.md
|
||||
fe623bbfadfe8d32efffa9dcded4db1f9b3d9550,https://github.com/mcmtroffaes/pathlib2.git,mcmtroffaes_pathlib2.git,mcmtroffaes/pathlib2.git,fe623bbfadfe8d32efffa9dcded4db1f9b3d9550,570,570_mcmtroffaes_pathlib2.git_CONTRIBUTING.rst
|
||||
9addcb0e935510584e8d9529f2774e6518dfd535,https://github.com/moment/moment.git,moment_moment.git,moment/moment.git,4e8903bdbccc2b6f37cd998298c539a74cbd5975,571,571_moment_moment.git_CONTRIBUTING.md
|
||||
7d0f5566dff5258f4babb1e843715fcec3b03cbe,https://github.com/zmartzone/cjose.git,zmartzone_cjose.git,zmartzone/cjose.git,7d0f5566dff5258f4babb1e843715fcec3b03cbe,572,572_zmartzone_cjose.git_CONTRIBUTING.md
|
||||
793146523966862663ab49a4b7ad33fdf7f706b8,https://github.com/ipython/ipython.git,ipython_ipython.git,ipython/ipython.git,123ae5a153a34a74ba4a52d871cc441d886bd67f,573,573_ipython_ipython.git_CONTRIBUTING.md
|
||||
937da03f5709f943f9ed23ff786b42aa78fac336,https://github.com/webrtchacks/adapter,webrtchacks_adapter,webrtchacks/adapter,b14aa47f6a057c01364e761a12032c3ea5307b6d,574,574_webrtchacks_adapter_CONTRIBUTING.md
|
||||
74d0108879b5f38a1752d40e8e2a2e9cfeb9aa3b,https://github.com/python-bugzilla/python-bugzilla,python-bugzilla_python-bugzilla,python-bugzilla/python-bugzilla,74d0108879b5f38a1752d40e8e2a2e9cfeb9aa3b,575,575_python-bugzilla_python-bugzilla_CONTRIBUTING.md
|
||||
3b527ef9d2feab32c320dda8c42a35f4dce42179,https://github.com/markdown-it/markdown-it,markdown-it_markdown-it,markdown-it/markdown-it,7ee0ac4d58b13c6445bcaa02201a5a5dced1a373,576,576_markdown-it_markdown-it_CONTRIBUTING.md
|
||||
da2b0f065eb084d7c9f607a8e1f8fbad8036e1ba,https://github.com/jazzband/django-debug-toolbar.git,jazzband_django-debug-toolbar.git,jazzband/django-debug-toolbar.git,da2b0f065eb084d7c9f607a8e1f8fbad8036e1ba,577,577_jazzband_django-debug-toolbar.git_CONTRIBUTING.md
|
||||
211c84c2958e052d8a47f48b0f40563cb1b34eb6,https://github.com/astropy/astroquery.git,astropy_astroquery.git,astropy/astroquery.git,6657f3d8251736652096bf13c44d86f3ab1989f0,578,578_astropy_astroquery.git_CONTRIBUTING.rst
|
||||
048b33b80c9a11bf11dd72a385e16152dc1ec48b,https://github.com/rasterio/rasterio.git,rasterio_rasterio.git,rasterio/rasterio.git,34acb7de8bf76c4a3d3d99711f4e0d81fca3b3a6,579,579_rasterio_rasterio.git_CONTRIBUTING.rst
|
||||
369a2469b29be378b83e5a6dba200b6867b85af1,https://github.com/librsync/librsync,librsync_librsync,librsync/librsync,94ce627c7832dae8dd4231491cfa5e035fcb2771,580,580_librsync_librsync_CONTRIBUTING.md
|
||||
45e06a4340a5107590567e4b094a344a4918d7c7,https://github.com/Xastir/Xastir.git,Xastir_Xastir.git,Xastir/Xastir.git,f536832ea6a3705db87d42d0e768ba004a85970f,581,581_Xastir_Xastir.git_CONTRIBUTING
|
||||
22595d34cb0fcb8a4287c035c20b718c4ef8302c,https://github.com/oar-team/oar,oar-team_oar,oar-team/oar,06b05f30fb3b90989e13611bb17a237c22291e36,582,582_oar-team_oar_CONTRIBUTING.md
|
||||
44be7c4582c077924d88a7a551cc31700f1014f3,https://github.com/zyga/padme,zyga_padme,zyga/padme,44be7c4582c077924d88a7a551cc31700f1014f3,583,583_zyga_padme_CONTRIBUTING.rst
|
||||
e7cee9ef65992fc57ec9306ac30ab12f679cddab,https://github.com/zloirock/core-js.git,zloirock_core-js.git,zloirock/core-js.git,c000a701fd813da399fa1d49a537eabd292d18d2,584,584_zloirock_core-js.git_CONTRIBUTING.md
|
||||
4471b7e8506082ed7daf92304cc2f35eb844a5d2,https://github.com/dropbox/dropbox-sdk-python,dropbox_dropbox-sdk-python,dropbox/dropbox-sdk-python,4471b7e8506082ed7daf92304cc2f35eb844a5d2,585,585_dropbox_dropbox-sdk-python_CONTRIBUTING.rst
|
||||
dcec0c56b0a435790fc8e189344a3de9287b1410,https://gitlab.com/orcus/orcus,orcus_orcus,orcus/orcus,dcec0c56b0a435790fc8e189344a3de9287b1410,586,586_orcus_orcus_CONTRIBUTING.md
|
||||
29f13ea202f07dce62f9073f24b2daa3d780a55f,https://github.com/scrapinghub/dateparser,scrapinghub_dateparser,scrapinghub/dateparser,29f13ea202f07dce62f9073f24b2daa3d780a55f,587,587_scrapinghub_dateparser_CONTRIBUTING.rst
|
||||
02a8a52e005c0fdfff80f0b709b59f8cfccdf7fc,https://gitlab.freedesktop.org/gstreamer/orc,gstreamer_orc,gstreamer/orc,02a8a52e005c0fdfff80f0b709b59f8cfccdf7fc,588,588_gstreamer_orc_CONTRIBUTING.md
|
||||
a46a770d6873c8161ef0162358d5e66ba2055ee6,https://github.com/nodejs/node-gyp.git,nodejs_node-gyp.git,nodejs/node-gyp.git,a46a770d6873c8161ef0162358d5e66ba2055ee6,589,589_nodejs_node-gyp.git_CONTRIBUTING.md
|
||||
334c0d83b2f12254a66325778f039b7aa65b4567,https://github.com/audacity/audacity.git,audacity_audacity.git,audacity/audacity.git,334c0d83b2f12254a66325778f039b7aa65b4567,590,590_audacity_audacity.git_CONTRIBUTING.md
|
||||
5448e7ee9a18599042e3adf6e9cb34d812a82323,https://github.com/kornelski/pngquant.git,kornelski_pngquant.git,kornelski/pngquant.git,5448e7ee9a18599042e3adf6e9cb34d812a82323,591,591_kornelski_pngquant.git_CONTRIBUTING.md
|
||||
61cabd66aba5dd1d5cdaf83888584c720a96917a,https://github.com/Iotic-Labs/py-ubjson,Iotic-Labs_py-ubjson,Iotic-Labs/py-ubjson,512c403a80dfb5fb69a1c74f7e4565d36946257c,592,592_Iotic-Labs_py-ubjson_CONTRIBUTING.md
|
||||
c63a7ba857333b3203bfd32a1914daa5dd44d1cc,https://github.com/puppetlabs/puppetlabs-postgresql.git,puppetlabs_puppetlabs-postgresql.git,puppetlabs/puppetlabs-postgresql.git,d05c56634e87d6bfa00d548b5f5daafcc6a9f197,593,593_puppetlabs_puppetlabs-postgresql.git_CONTRIBUTING.md
|
||||
3f67ed0912a90c9bca03233929291d9d6c5baf22,https://gitlab.gnome.org/GNOME/json-glib.git,GNOME_json-glib.git,GNOME/json-glib.git,3f67ed0912a90c9bca03233929291d9d6c5baf22,594,594_GNOME_json-glib.git_CONTRIBUTING.md
|
||||
a921dd72517c0a03639ac2c82ae31a069b2d4380,https://github.com/easyrdf/easyrdf.git,easyrdf_easyrdf.git,easyrdf/easyrdf.git,a921dd72517c0a03639ac2c82ae31a069b2d4380,595,595_easyrdf_easyrdf.git_CONTRIBUTING.md
|
||||
0643c383084d28537fdb4fb99b14d3c4245a1637,https://gitlab.gnome.org/GNOME/gnome-clocks.git,GNOME_gnome-clocks.git,GNOME/gnome-clocks.git,3492deeb4819c7d4fbd78315012a49c2f21a05f4,596,596_GNOME_gnome-clocks.git_CONTRIBUTING.md
|
||||
10d440ba403d43a95453c660d16c2846fc624b54,https://github.com/Leaflet/Leaflet.markercluster,Leaflet_Leaflet.markercluster,Leaflet/Leaflet.markercluster,b91a135e570d07acbf83ce6a93dee89cf6261681,597,597_Leaflet_Leaflet.markercluster_CONTRIBUTING.md
|
||||
ed735d729a41161e6399dd453c90d35cd33b6417,https://github.com/open-power/skiboot.git,open-power_skiboot.git,open-power/skiboot.git,ed735d729a41161e6399dd453c90d35cd33b6417,598,598_open-power_skiboot.git_CONTRIBUTING.md
|
||||
cfc72fc54d13bb177b6236a79ad35df6d937d449,https://github.com/osmcode/libosmium.git,osmcode_libosmium.git,osmcode/libosmium.git,cfc72fc54d13bb177b6236a79ad35df6d937d449,599,599_osmcode_libosmium.git_CONTRIBUTING.md
|
||||
b1896720ef3807fe735cd44d7c2bb19961d2ff42,https://github.com/resurrecting-open-source-projects/dcfldd,resurrecting-open-source-projects_dcfldd,resurrecting-open-source-projects/dcfldd,b1896720ef3807fe735cd44d7c2bb19961d2ff42,600,600_resurrecting-open-source-projects_dcfldd_CONTRIBUTING.md
|
||||
d38f07c60e2ba0d1ec4b2ccbc88919900bcede1c,https://github.com/angband/angband,angband_angband,angband/angband,d38f07c60e2ba0d1ec4b2ccbc88919900bcede1c,601,601_angband_angband_CONTRIBUTING.md
|
||||
14eb52c34131bd702778b6d9a02d5f754e329e76,https://github.com/jazzband/django-pipeline,jazzband_django-pipeline,jazzband/django-pipeline,14eb52c34131bd702778b6d9a02d5f754e329e76,602,602_jazzband_django-pipeline_CONTRIBUTING.rst
|
||||
8292e26107a5507a1a0d26035131e616f2ef7d41,https://github.com/jquery/qunit.git,jquery_qunit.git,jquery/qunit.git,8292e26107a5507a1a0d26035131e616f2ef7d41,603,603_jquery_qunit.git_CONTRIBUTING.md
|
||||
ca25b02195e2b53338f7d5985a7de1cf7f722ff8,https://github.com/gpodder/gpodder,gpodder_gpodder,gpodder/gpodder,aa9cb3a59738fbb8eef75f113e10e483a2956caf,604,604_gpodder_gpodder_CONTRIBUTING.md
|
||||
36f776df9993aade39059884a441bb61b91e3b4c,https://github.com/gpodder/mygpoclient,gpodder_mygpoclient,gpodder/mygpoclient,36f776df9993aade39059884a441bb61b91e3b4c,605,605_gpodder_mygpoclient_CONTRIBUTING.md
|
||||
fdf513302703d830eddbac40a8757c6b02549261,https://github.com/pytroll/satpy,pytroll_satpy,pytroll/satpy,2e86456c6fda1a616a0582d837c57e7f668fabc0,606,606_pytroll_satpy_CONTRIBUTING.rst
|
||||
647f21332d37c05e888eb9d01261310450704d53,https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info,GNOME_mobile-broadband-provider-info,GNOME/mobile-broadband-provider-info,647f21332d37c05e888eb9d01261310450704d53,607,607_GNOME_mobile-broadband-provider-info_CONTRIBUTING
|
||||
5ec8ea0e14884d9f445ed0f86878fa6f3c2347f7,https://github.com/01org/isa-l.git,01org_isa-l.git,01org/isa-l.git,5ec8ea0e14884d9f445ed0f86878fa6f3c2347f7,608,608_01org_isa-l.git_CONTRIBUTING.md
|
||||
b43db54810846ec0e150d9d04c5b47c5cd9e8029,https://github.com/jbeder/yaml-cpp,jbeder_yaml-cpp,jbeder/yaml-cpp,b43db54810846ec0e150d9d04c5b47c5cd9e8029,609,609_jbeder_yaml-cpp_CONTRIBUTING.md
|
||||
84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/letsencrypt/letsencrypt,letsencrypt_letsencrypt,letsencrypt/letsencrypt,654897510dd52f2b6c734e231f6032d939faf51e,610,610_letsencrypt_letsencrypt_CONTRIBUTING.rst
|
||||
e903b9c057a41ce5039c9d91ccbce549e5b71126,https://github.com/cookiecutter/whichcraft,cookiecutter_whichcraft,cookiecutter/whichcraft,e903b9c057a41ce5039c9d91ccbce549e5b71126,611,611_cookiecutter_whichcraft_CONTRIBUTING.rst
|
||||
b2ca1f68d6bc7cd292cdb9e5c7c8e863bef60bbd,https://github.com/clojure/tools.logging.git,clojure_tools.logging.git,clojure/tools.logging.git,b2ca1f68d6bc7cd292cdb9e5c7c8e863bef60bbd,612,612_clojure_tools.logging.git_CONTRIBUTING.md
|
||||
b612d63cb2b0740d61e74acd1ec41ca172f0e0fa,https://github.com/javaparser/javaparser.git,javaparser_javaparser.git,javaparser/javaparser.git,b612d63cb2b0740d61e74acd1ec41ca172f0e0fa,613,613_javaparser_javaparser.git_CONTRIBUTING.md
|
||||
d5bbc4b4ae89f15b284337174d2fb4e03e608a66,https://github.com/boxbackup/boxbackup.git,boxbackup_boxbackup.git,boxbackup/boxbackup.git,0ad65afbf7bfd4b2e439ac037b25a26774a10761,614,614_boxbackup_boxbackup.git_CONTRIBUTING.md
|
||||
f0f7a91b3157790aac8c568e3349dde8dca1fac5,https://github.com/encode/django-rest-framework,encode_django-rest-framework,encode/django-rest-framework,52686420f4bf866064ee88a15903665f14289394,615,615_encode_django-rest-framework_CONTRIBUTING.md
|
||||
324140dfa724ecec0df89871061c31492d62bbef,https://github.com/matthewdeanmartin/terminaltables,matthewdeanmartin_terminaltables,matthewdeanmartin/terminaltables,ff4c78a5341870bd98520316fe5b50fdb99b2f9d,616,616_matthewdeanmartin_terminaltables_CONTRIBUTING.md
|
||||
eb816708811429261974fc28fbf779aaaab1d546,https://github.com/akheron/jansson.git,akheron_jansson.git,akheron/jansson.git,eb816708811429261974fc28fbf779aaaab1d546,617,617_akheron_jansson.git_CONTRIBUTING.md
|
||||
867fec30d668ee2bac730a1238355f345e92a570,https://github.com/namhyung/uftrace,namhyung_uftrace,namhyung/uftrace,c8ce5678136d81b1037f19323770465d1882ea21,618,618_namhyung_uftrace_CONTRIBUTING.md
|
||||
34ae0bfe7feac1358b718f054e9a496c08f383bb,https://github.com/PyTables/PyTables,PyTables_PyTables,PyTables/PyTables,7eec00fc5a6b4bcde63c9c9da8ba0a2d8c2f3347,619,619_PyTables_PyTables_CONTRIBUTING.md
|
||||
31ca5eeab3f471e87fd8d57a3d0a8174f3cabb9f,https://github.com/resurrecting-open-source-projects/sniffit,resurrecting-open-source-projects_sniffit,resurrecting-open-source-projects/sniffit,31ca5eeab3f471e87fd8d57a3d0a8174f3cabb9f,620,620_resurrecting-open-source-projects_sniffit_CONTRIBUTING.md
|
||||
92fd4918807749ebc9dfd21d6e063edbc00f01be,https://github.com/nicolargo/glances,nicolargo_glances,nicolargo/glances,9443dea4e5f50c14674fe92a11d70c8a8a8beae0,621,621_nicolargo_glances_CONTRIBUTING.md
|
||||
7e5dfa8ccd211945e624b0fab7fe2b19fb1b9907,https://gitlab.gnome.org/GNOME/glade,GNOME_glade,GNOME/glade,cfc436b7ce72d84c300d74bcf93b6dffda693349,622,622_GNOME_glade_CONTRIBUTING.md
|
||||
e03ed0aedff206afbf9d62274be2711e36405ac1,https://github.com/prometheus/node_exporter,prometheus_node_exporter,prometheus/node/exporter,7abcf32621d46bc2217a0bad5d5c3d6e84cb62a7,623,623_prometheus_node_exporter_CONTRIBUTING.md
|
||||
d8e5ed91bdb14bb2bad6ae04639fddf404e4b703,https://github.com/elastic/elasticsearch-ruby,elastic_elasticsearch-ruby,elastic/elasticsearch-ruby,d8e5ed91bdb14bb2bad6ae04639fddf404e4b703,624,624_elastic_elasticsearch-ruby_CONTRIBUTING.md
|
||||
8f4f4290ad44efe8c3a9cde0f13fde948e69c8e8,https://github.com/lunarmodules/penlight,lunarmodules_penlight,lunarmodules/penlight,82d0e4e666959311ce3e533f22f79867ad9e5d88,625,625_lunarmodules_penlight_CONTRIBUTING.md
|
||||
f29e0a78afe390257180eb02112e67049c3c4338,https://github.com/OSGeo/shapelib.git,OSGeo_shapelib.git,OSGeo/shapelib.git,f29e0a78afe390257180eb02112e67049c3c4338,626,626_OSGeo_shapelib.git_CONTRIBUTING.md
|
||||
dea4b862e6548858f5645b6359eff9a4cb51b594,https://github.com/idlesign/django-sitetree,idlesign_django-sitetree,idlesign/django-sitetree,dea4b862e6548858f5645b6359eff9a4cb51b594,627,627_idlesign_django-sitetree_CONTRIBUTING
|
||||
0cd60573cf24decc107974f21b138f7ad6796a2f,https://gitlab.com/coringao/jag,coringao_jag,coringao/jag,55b06d12bcddc126e35f02bee21e51a0f572198c,628,628_coringao_jag_CONTRIBUTING.md
|
||||
a22ca7c17fa6fc4448c8667d28563a9405986b0e,https://github.com/intridea/grape-entity,intridea_grape-entity,intridea/grape-entity,a22ca7c17fa6fc4448c8667d28563a9405986b0e,629,629_intridea_grape-entity_CONTRIBUTING.md
|
||||
d354239ff42d972e6fe1448aae2db52e1af90aa7,https://gitlab.freedesktop.org/dbus/dbus-glib.git,dbus_dbus-glib.git,dbus/dbus-glib.git,d354239ff42d972e6fe1448aae2db52e1af90aa7,630,630_dbus_dbus-glib.git_CONTRIBUTING
|
||||
90fc7afa606eba885c369ccc77bfca5654e59309,https://github.com/eventlet/eventlet.git,eventlet_eventlet.git,eventlet/eventlet.git,90fc7afa606eba885c369ccc77bfca5654e59309,631,631_eventlet_eventlet.git_CONTRIBUTING.md
|
||||
1a37d0ec62dd0949a24a4a5de41d91033c656a1f,https://github.com/SethMMorton/natsort.git,SethMMorton_natsort.git,SethMMorton/natsort.git,1a37d0ec62dd0949a24a4a5de41d91033c656a1f,632,632_SethMMorton_natsort.git_CONTRIBUTING.md
|
||||
d560755d6b6f55d292f0ebfbc0983479a526c7f9,https://github.com/guessit-io/guessit.git,guessit-io_guessit.git,guessit-io/guessit.git,d560755d6b6f55d292f0ebfbc0983479a526c7f9,633,633_guessit-io_guessit.git_CONTRIBUTING.rst
|
||||
638713daab211eb104f0228a7d59af227a89008f,https://github.com/elastic/elasticsearch-py.git,elastic_elasticsearch-py.git,elastic/elasticsearch-py.git,638713daab211eb104f0228a7d59af227a89008f,634,634_elastic_elasticsearch-py.git_CONTRIBUTING.md
|
||||
6eb197a2d6ec81cc8a09cacf53af425f923b7f71,https://github.com/NagiosEnterprises/nrpe.git,NagiosEnterprises_nrpe.git,NagiosEnterprises/nrpe.git,6eb197a2d6ec81cc8a09cacf53af425f923b7f71,635,635_NagiosEnterprises_nrpe.git_CONTRIBUTING.md
|
||||
5445c0a95352506da2677f3de09c07286d5140ea,https://github.com/pylons/plaster,pylons_plaster,pylons/plaster,5445c0a95352506da2677f3de09c07286d5140ea,636,636_pylons_plaster_CONTRIBUTING.rst
|
||||
d0f318504b5b2d5334853f5cccc04a8679dce8a0,https://gitlab.com/oath-toolkit/oath-toolkit,oath-toolkit_oath-toolkit,oath-toolkit/oath-toolkit,0045b38e5545820f97442f12f6e196b126a3444e,637,637_oath-toolkit_oath-toolkit_CONTRIBUTING.md
|
||||
b362df896c80adca1fcf48fb2a78b3f93e32928d,https://github.com/flot/flot,flot_flot,flot/flot,c0148d0eceacb95e72907535ca84c35fe88247a0,638,638_flot_flot_CONTRIBUTING.md
|
||||
58c0fdc412824222f33d15e418f826e6dcbff4e6,https://github.com/squizlabs/PHP_CodeSniffer,squizlabs_PHP_CodeSniffer,squizlabs/PHP/CodeSniffer,03b6a412505939e5313453fa8539a1271ecb4164,639,639_squizlabs_PHP_CodeSniffer_CONTRIBUTING.md
|
||||
ca82caaeb6ee6ef2820ca6726eba5b8f86f5e566,https://github.com/rytilahti/python-miio.git,rytilahti_python-miio.git,rytilahti/python-miio.git,ca82caaeb6ee6ef2820ca6726eba5b8f86f5e566,640,640_rytilahti_python-miio.git_CONTRIBUTING.md
|
||||
450831e5bda9ba59e33b6aa19177b3e1b50c6131,https://github.com/Tux/Text-CSV_XS.git,Tux_Text-CSV_XS.git,Tux/Text-CSV/XS.git,d3008e21ad2e50a4451bec1c97f28daaa6e99306,641,641_Tux_Text-CSV_XS.git_CONTRIBUTING.md
|
||||
9d703c776a40162c0e3e7f555a9ed9e8bb8c3cbf,https://github.com/RiotGames/buff-extensions,RiotGames_buff-extensions,RiotGames/buff-extensions,9d703c776a40162c0e3e7f555a9ed9e8bb8c3cbf,642,642_RiotGames_buff-extensions_CONTRIBUTING.md
|
||||
6330d051e96ebad4f40d3f2d248a97d56b0057d7,https://github.com/dompdf/dompdf,dompdf_dompdf,dompdf/dompdf,6330d051e96ebad4f40d3f2d248a97d56b0057d7,643,643_dompdf_dompdf_CONTRIBUTING.md
|
||||
df07c66082a8c4a9aa38a8dafde49413710cb692,https://github.com/EsotericSoftware/kryo.git,EsotericSoftware_kryo.git,EsotericSoftware/kryo.git,df07c66082a8c4a9aa38a8dafde49413710cb692,644,644_EsotericSoftware_kryo.git_CONTRIBUTING.md
|
||||
d5d49519e52c665b4789ce9e44c558cbcc127b8a,https://github.com/ronf/asyncssh,ronf_asyncssh,ronf/asyncssh,04b21a52ff5f474b3095cf1050ac9a5297936c0d,645,645_ronf_asyncssh_CONTRIBUTING.rst
|
||||
717482dd873a9032cbb019062aa06401f871f765,https://github.com/zopefoundation/zc.lockfile,zopefoundation_zc.lockfile,zopefoundation/zc.lockfile,717482dd873a9032cbb019062aa06401f871f765,646,646_zopefoundation_zc.lockfile_CONTRIBUTING.md
|
||||
96cd9d5ea0c1cdba7f7c1432003f4431650b5d28,https://github.com/qxmpp-project/qxmpp.git,qxmpp-project_qxmpp.git,qxmpp-project/qxmpp.git,96cd9d5ea0c1cdba7f7c1432003f4431650b5d28,647,647_qxmpp-project_qxmpp.git_CONTRIBUTING.md
|
||||
f194797222adc97d62c7d1f462ae368c4cd8426a,https://github.com/eclipse-ee4j/eclipselink.git,eclipse-ee4j_eclipselink.git,eclipse-ee4j/eclipselink.git,f194797222adc97d62c7d1f462ae368c4cd8426a,648,648_eclipse-ee4j_eclipselink.git_CONTRIBUTING.md
|
||||
138a37ed8ccbc3c06804a68bbe3556e068e3e055,https://github.com/ImageOptim/libimagequant.git,ImageOptim_libimagequant.git,ImageOptim/libimagequant.git,138a37ed8ccbc3c06804a68bbe3556e068e3e055,649,649_ImageOptim_libimagequant.git_CONTRIBUTING.md
|
||||
77cf9560ceb833f7dd51c10b6d10519ef7875084,https://github.com/ianare/exif-py,ianare_exif-py,ianare/exif-py,77cf9560ceb833f7dd51c10b6d10519ef7875084,650,650_ianare_exif-py_CONTRIBUTING.rst
|
||||
bce96d2972195728209eeecccb47a37470286569,https://github.com/wtforms/flask-wtf.git,wtforms_flask-wtf.git,wtforms/flask-wtf.git,bce96d2972195728209eeecccb47a37470286569,651,651_wtforms_flask-wtf.git_CONTRIBUTING.rst
|
||||
aa561086a4342c962fa5d4333f66b85c728c3624,https://github.com/websocket-client/websocket-client,websocket-client_websocket-client,websocket-client/websocket-client,aa561086a4342c962fa5d4333f66b85c728c3624,652,652_websocket-client_websocket-client_CONTRIBUTING.md
|
||||
41e9a6085825f9047707a0464ae290706aa574d2,https://github.com/i18next/i18next,i18next_i18next,i18next/i18next,41e9a6085825f9047707a0464ae290706aa574d2,653,653_i18next_i18next_CONTRIBUTING.md
|
||||
3c25db3ffb4b67a12adc88e5bd06afcd7c584ac6,https://github.com/aptly-dev/aptly.git,aptly-dev_aptly.git,aptly-dev/aptly.git,af2f7baf63c5c772bfc37a4ae39c32aabc4810cd,654,654_aptly-dev_aptly.git_CONTRIBUTING.md
|
||||
98d0533d57756f8092dd1b4cc717143d3b1c313e,https://gitlab.gnome.org/GNOME/gvfs.git,GNOME_gvfs.git,GNOME/gvfs.git,98d0533d57756f8092dd1b4cc717143d3b1c313e,655,655_GNOME_gvfs.git_CONTRIBUTING.md
|
||||
e43ab548b28c8d1af01253088a44a41e35c08722,https://github.com/pymodbus-dev/pymodbus.git,pymodbus-dev_pymodbus.git,pymodbus-dev/pymodbus.git,e43ab548b28c8d1af01253088a44a41e35c08722,656,656_pymodbus-dev_pymodbus.git_CONTRIBUTING.md
|
||||
c7d6812a1162c525e38d498d7942550e2f6ce304,https://github.com/Leaflet/Leaflet,Leaflet_Leaflet,Leaflet/Leaflet,635cfad11f811611906bde64ebefde3eaf88728c,657,657_Leaflet_Leaflet_CONTRIBUTING.md
|
||||
23ee2d7fad94018164930808f6699c32209d0d32,https://github.com/cyrusimap/cyrus-sasl.git,cyrusimap_cyrus-sasl.git,cyrusimap/cyrus-sasl.git,23ee2d7fad94018164930808f6699c32209d0d32,658,658_cyrusimap_cyrus-sasl.git_CONTRIBUTING.md
|
||||
cb6def05fdea2b2c40bcc154a159cfae0ed46b92,https://github.com/zopefoundation/zope.i18nmessageid,zopefoundation_zope.i18nmessageid,zopefoundation/zope.i18nmessageid,5148500f402b8eccb6dc19fa223c9ea9060f8425,659,659_zopefoundation_zope.i18nmessageid_CONTRIBUTING.md
|
||||
775817c24521613b747bcdb9a8bd26fe0bfe4583,https://git.osgeo.org/gitea/postgis/postgis.git,gitea_postgis_postgis.git,gitea/postgis/postgis.git,0df83d0a44d4e43046a762dfaa84378864cf7c84,660,660_gitea_postgis_postgis.git_CONTRIBUTING.md
|
||||
b7759b7b62bce8f658aab5a1b8968a539d10208d,https://github.com/theskumar/python-dotenv.git,theskumar_python-dotenv.git,theskumar/python-dotenv.git,b7759b7b62bce8f658aab5a1b8968a539d10208d,661,661_theskumar_python-dotenv.git_CONTRIBUTING.md
|
||||
aca958de3e7d22375a10a642d551a27e3686415c,https://github.com/sobolevn/django-split-settings,sobolevn_django-split-settings,sobolevn/django-split-settings,010d038f9ec4ef38a9819f7f01fe5f18f3a71e29,662,662_sobolevn_django-split-settings_CONTRIBUTING.rst
|
||||
c1b79a75de184a733da2c62d4a8d9e48370b59e4,https://github.com/Openshot/openshot-qt.git,Openshot_openshot-qt.git,Openshot/openshot-qt.git,69a1c0bdc907cd1a06cd9f31b29b18418c6a0b2b,663,663_Openshot_openshot-qt.git_CONTRIBUTING.md
|
||||
edfc090ddb977752557febb1c99981a4efb612da,https://github.com/powerline/powerline,powerline_powerline,powerline/powerline,edfc090ddb977752557febb1c99981a4efb612da,664,664_powerline_powerline_CONTRIBUTING.rst
|
||||
06187d68f39c7edaf8a9bb2459e9b64c52c565c1,https://github.com/varvet/pundit,varvet_pundit,varvet/pundit,06187d68f39c7edaf8a9bb2459e9b64c52c565c1,665,665_varvet_pundit_CONTRIBUTING.md
|
||||
a557ccc7a87ebe0ae1222bff9cb5eb82d54db726,https://github.com/karenetheridge/Module-Manifest,karenetheridge_Module-Manifest,karenetheridge/Module-Manifest,a557ccc7a87ebe0ae1222bff9cb5eb82d54db726,666,666_karenetheridge_Module-Manifest_CONTRIBUTING
|
||||
ad4b55c1be147a06f11b5cebb4b6bff782b6ebc1,https://github.com/spacetelescope/gwcs,spacetelescope_gwcs,spacetelescope/gwcs,64cb5be4f5109cb8cf320ae47925cc38d1be3183,667,667_spacetelescope_gwcs_CONTRIBUTING.md
|
||||
60f73aff3126dc2850a4fb698f911e4279ba46b0,https://github.com/lxc/lxcfs.git,lxc_lxcfs.git,lxc/lxcfs.git,60f73aff3126dc2850a4fb698f911e4279ba46b0,668,668_lxc_lxcfs.git_CONTRIBUTING.md
|
||||
5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de,https://github.com/colmap/colmap,colmap_colmap,colmap/colmap,5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de,669,669_colmap_colmap_CONTRIBUTING.md
|
||||
d3f084b13eec96b5abfbc83f92a7f27298f41eb3,https://github.com/slime/slime,slime_slime,slime/slime,ad8bc1ba6a8ad87d6eedd8e4e4ea158a29171894,670,670_slime_slime_CONTRIBUTING.md
|
||||
d0ec82bece9f18e4b149db64ff02a58f48c74e29,https://github.com/axel-download-accelerator/axel.git,axel-download-accelerator_axel.git,axel-download-accelerator/axel.git,711b8992f9c7c9ad91ca943a55ab099a9bffd521,671,671_axel-download-accelerator_axel.git_CONTRIBUTING.md
|
||||
1dafef2b20dc3e2ff1e3adea2fd6af4a39db87c0,https://github.com/tantale/deprecated.git,tantale_deprecated.git,tantale/deprecated.git,1dafef2b20dc3e2ff1e3adea2fd6af4a39db87c0,672,672_tantale_deprecated.git_CONTRIBUTING.rst
|
||||
283bfecbf4d50e773d138dd31ad63755849e8beb,https://0xacab.org/schleuder/schleuder.git,schleuder_schleuder.git,schleuder/schleuder.git,283bfecbf4d50e773d138dd31ad63755849e8beb,673,673_schleuder_schleuder.git_CONTRIBUTING.md
|
||||
cdfffce57aed1a1a1ab15762f1e14c93dbc4034b,https://github.com/voxpupuli/librarian-puppet.git,voxpupuli_librarian-puppet.git,voxpupuli/librarian-puppet.git,cdfffce57aed1a1a1ab15762f1e14c93dbc4034b,674,674_voxpupuli_librarian-puppet.git_CONTRIBUTING.md
|
||||
feed17b67d83bc8e7b8a72c62c56c5103c7bebf2,https://github.com/jmaslak/Net-Netmask.git,jmaslak_Net-Netmask.git,jmaslak/Net-Netmask.git,feed17b67d83bc8e7b8a72c62c56c5103c7bebf2,675,675_jmaslak_Net-Netmask.git_CONTRIBUTING
|
||||
487757d5e6af47e3806de123f6077dcd66c6c9ff,https://github.com/jobovy/galpy.git,jobovy_galpy.git,jobovy/galpy.git,487757d5e6af47e3806de123f6077dcd66c6c9ff,676,676_jobovy_galpy.git_CONTRIBUTING.md
|
||||
fadc4aa3b6f74a28fac18f15f3f5be7797cc4903,https://github.com/bobek/pkg-pimd,bobek_pkg-pimd,bobek/pkg-pimd,fadc4aa3b6f74a28fac18f15f3f5be7797cc4903,677,677_bobek_pkg-pimd_CONTRIBUTING.md
|
||||
7161ec8bf07e46aa08216e494a29d0428b7d988b,https://github.com/pydanny/cached-property.git,pydanny_cached-property.git,pydanny/cached-property.git,7161ec8bf07e46aa08216e494a29d0428b7d988b,678,678_pydanny_cached-property.git_CONTRIBUTING.rst
|
||||
3fa5bd8e3312fa0581c1dffd019077b1af09b6c6,https://github.com/ros/robot_state_publisher,ros_robot_state_publisher,ros/robot/state/publisher,3fa5bd8e3312fa0581c1dffd019077b1af09b6c6,679,679_ros_robot_state_publisher_CONTRIBUTING.md
|
||||
ef9f184f9e5679a312112013479c3de3dc584da4,https://github.com/pazz/alot,pazz_alot,pazz/alot,ba5e56db7d50004e586aa18ffe6a7950c92c1a54,680,680_pazz_alot_CONTRIBUTING.md
|
||||
f6005a28cd613def28a9e4a8cfab95966b5b7868,https://invent.kde.org/plasma/kwin.git,plasma_kwin.git,plasma/kwin.git,f6005a28cd613def28a9e4a8cfab95966b5b7868,681,681_plasma_kwin.git_CONTRIBUTING.md
|
||||
b656d864ed490c8370304c5170e95c42d8fa966a,https://github.com/resurrecting-open-source-projects/cbm,resurrecting-open-source-projects_cbm,resurrecting-open-source-projects/cbm,6429d57dde582371fc7204307c857bbd5cfa0c6e,682,682_resurrecting-open-source-projects_cbm_CONTRIBUTING.md
|
||||
55ab09e618dcd93bde641a54359d9eb4aee776d4,https://github.com/intel/compute-runtime,intel_compute-runtime,intel/compute-runtime,efa06319677bdf9ccdbba1bc1110774992e1474e,683,683_intel_compute-runtime_CONTRIBUTING.md
|
||||
ff9658b9e170031daa6dc66b9116c53a214652eb,https://github.com/thumbor/libthumbor,thumbor_libthumbor,thumbor/libthumbor,ff9658b9e170031daa6dc66b9116c53a214652eb,684,684_thumbor_libthumbor_CONTRIBUTING
|
||||
dc0c5a37faf31c28bcf4765206482ef693b83ecd,https://github.com/epeli/underscore.string,epeli_underscore.string,epeli/underscore.string,eb7dfee89f0fb5cc8f949840800e5c8769138f7d,685,685_epeli_underscore.string_CONTRIBUTING.md
|
||||
d99cb2c8a71a4d0edc219f1af8221620e99cedbc,https://github.com/geopython/geolinks.git,geopython_geolinks.git,geopython/geolinks.git,d99cb2c8a71a4d0edc219f1af8221620e99cedbc,686,686_geopython_geolinks.git_CONTRIBUTING.md
|
||||
0236ef27e3c8828c51ff5d0910744aaacf234253,https://github.com/zeroc-ice/ice-builder-gradle-debian-packaging.git,zeroc-ice_ice-builder-gradle-debian-packaging.git,zeroc-ice/ice-builder-gradle-debian-packaging.git,0236ef27e3c8828c51ff5d0910744aaacf234253,687,687_zeroc-ice_ice-builder-gradle-debian-packaging.git_CONTRIBUTING.md
|
||||
a3161863aeb2d8ab00f64e1c9ca7fbb4c91e0d0d,https://github.com/maxmind/geoip-api-perl.git,maxmind_geoip-api-perl.git,maxmind/geoip-api-perl.git,8500924b94ee40e59473d5ae801bb9c41d39a99f,688,688_maxmind_geoip-api-perl.git_CONTRIBUTING.md
|
||||
24428d29d0f30bd00f75a765a624824d0a8b9875,https://github.com/httprb/http.rb,httprb_http.rb,httprb/http.rb,24428d29d0f30bd00f75a765a624824d0a8b9875,689,689_httprb_http.rb_CONTRIBUTING.md
|
||||
51292a2f23c5c579366d6d12d256a2f01722ea4e,https://github.com/rails/rails-dom-testing,rails_rails-dom-testing,rails/rails-dom-testing,51292a2f23c5c579366d6d12d256a2f01722ea4e,690,690_rails_rails-dom-testing_CONTRIBUTING.md
|
||||
117c4f758cd5da2eea272f7ef5418aaa41996008,https://gitlab.com/jas/libntlm,jas_libntlm,jas/libntlm,117c4f758cd5da2eea272f7ef5418aaa41996008,691,691_jas_libntlm_CONTRIBUTING.md
|
||||
0bc64b578d2549d672b976e52dcdef02b4c7c96c,https://github.com/silx-kit/pyFAI,silx-kit_pyFAI,silx-kit/pyFAI,b6edbe4563ba36d3f0c227c668aeb7e5a1fd219d,692,692_silx-kit_pyFAI_CONTRIBUTING.md
|
||||
d75adbf8c87758790843f79abd54bb2c0edec4b7,https://github.com/rakhimov/scram.git,rakhimov_scram.git,rakhimov/scram.git,d75adbf8c87758790843f79abd54bb2c0edec4b7,693,693_rakhimov_scram.git_CONTRIBUTING.md
|
||||
fc3f251b04738ee3e0f14abcd9f8af8e259b83c8,https://github.com/capistrano/sshkit.git,capistrano_sshkit.git,capistrano/sshkit.git,8db459a3df85166e0643c5a25fc1af5e28f650ba,694,694_capistrano_sshkit.git_CONTRIBUTING.md
|
||||
49d9f02e6a88c6fcb51606b5c28859bcac6dc5d0,https://github.com/X0rg/CPU-X.git,X0rg_CPU-X.git,X0rg/CPU-X.git,49d9f02e6a88c6fcb51606b5c28859bcac6dc5d0,695,695_X0rg_CPU-X.git_CONTRIBUTING.md
|
||||
870618416465c2c5b2690185ff3dbf3d38e1b0a1,https://gitlab.gnome.org/GNOME/gnome-desktop.git,GNOME_gnome-desktop.git,GNOME/gnome-desktop.git,870618416465c2c5b2690185ff3dbf3d38e1b0a1,696,696_GNOME_gnome-desktop.git_CONTRIBUTING.md
|
||||
41c564f401aeb7e9a3b7731f324b01c0fc1f6859,https://github.com/florimondmanca/djangorestframework-api-key,florimondmanca_djangorestframework-api-key,florimondmanca/djangorestframework-api-key,41c564f401aeb7e9a3b7731f324b01c0fc1f6859,697,697_florimondmanca_djangorestframework-api-key_CONTRIBUTING.md
|
||||
472179656f901a1967f71723f43331846ca804b0,https://github.com/zopefoundation/BTrees.git,zopefoundation_BTrees.git,zopefoundation/BTrees.git,472179656f901a1967f71723f43331846ca804b0,698,698_zopefoundation_BTrees.git_CONTRIBUTING.md
|
||||
1c823774062acd5f736c487021188e81f2bdd741,https://github.com/selectize/selectize.js,selectize_selectize.js,selectize/selectize.js,1c823774062acd5f736c487021188e81f2bdd741,699,699_selectize_selectize.js_CONTRIBUTING.md
|
||||
0762fbc4bbb2150944ed23b70dde4c23b30dc489,https://github.com/jupyter/nbformat,jupyter_nbformat,jupyter/nbformat,0762fbc4bbb2150944ed23b70dde4c23b30dc489,700,700_jupyter_nbformat_CONTRIBUTING.md
|
||||
3bdacd840fef5e192e28d07107d9057b582423e2,https://gitlab.com/libidn/libidn2,libidn_libidn2,libidn/libidn2,be5c595fb0364bbb64757b68029cc26783420ec6,701,701_libidn_libidn2_CONTRIBUTING
|
||||
ab7c6c1c85b9598cecdc5bfcf2a769e66d7a20da,https://github.com/Electrostatics/apbs,Electrostatics_apbs,Electrostatics/apbs,b4355d6a8883fea92a13b8a4385e706a5a9495c5,702,702_Electrostatics_apbs_CONTRIBUTING.md
|
||||
320c88e922c191f508e4fbf8e95809d30a3cc571,https://github.com/checkpoint-restore/criu.git,checkpoint-restore_criu.git,checkpoint-restore/criu.git,320c88e922c191f508e4fbf8e95809d30a3cc571,703,703_checkpoint-restore_criu.git_CONTRIBUTING.md
|
||||
4425735296e32c33781be0c76e77a0d9811b6206,https://github.com/untitaker/python-atomicwrites,untitaker_python-atomicwrites,untitaker/python-atomicwrites,25ef5ec3afd1fcb2a1c3f4f4bff050414d3a9bd8,704,704_untitaker_python-atomicwrites_CONTRIBUTING.rst
|
||||
94292ea1da848a0f6b653d30190cf961359cf565,https://github.com/dpmb/dpmb,dpmb_dpmb,dpmb/dpmb,94292ea1da848a0f6b653d30190cf961359cf565,705,705_dpmb_dpmb_CONTRIBUTING.md
|
||||
20269b8a9686886a07f656d657bc0ef081e4aab6,https://github.com/emcrisostomo/fswatch.git,emcrisostomo_fswatch.git,emcrisostomo/fswatch.git,a57d529435b2224be1aa66be78ea61240c0b0090,706,706_emcrisostomo_fswatch.git_CONTRIBUTING.md
|
||||
a4465e3e9cc4c30e7f53e0b908f734a42ed32da4,https://github.com/flask-restful/flask-restful,flask-restful_flask-restful,flask-restful/flask-restful,a4465e3e9cc4c30e7f53e0b908f734a42ed32da4,707,707_flask-restful_flask-restful_CONTRIBUTING.md
|
||||
b9989f8c8cc3068f264214a5efb236bbcce65075,https://github.com/joaotavora/yasnippet,joaotavora_yasnippet,joaotavora/yasnippet,fc5052b86386e350bbd6fc3a54a45a577f9e75b7,708,708_joaotavora_yasnippet_CONTRIBUTING.md
|
||||
370dc6389e0af477f990731134f6befd74f2e97c,https://github.com/geopython/stetl.git,geopython_stetl.git,geopython/stetl.git,370dc6389e0af477f990731134f6befd74f2e97c,709,709_geopython_stetl.git_CONTRIBUTING.md
|
||||
0acc6486652024304058da5baf87113fe97f5464,https://github.com/django-polymorphic/django-polymorphic,django-polymorphic_django-polymorphic,django-polymorphic/django-polymorphic,0acc6486652024304058da5baf87113fe97f5464,710,710_django-polymorphic_django-polymorphic_CONTRIBUTING.rst
|
||||
b6342c0a3e861731a236a64a3484057fd551fa75,https://github.com/jendrikseipp/vulture.git,jendrikseipp_vulture.git,jendrikseipp/vulture.git,b6342c0a3e861731a236a64a3484057fd551fa75,711,711_jendrikseipp_vulture.git_CONTRIBUTING.rst
|
||||
8cbb5c1a4d9c52cc76b6f591d7279a340d66a992,https://gitlab.gnome.org/GNOME/gnome-calendar.git,GNOME_gnome-calendar.git,GNOME/gnome-calendar.git,8cbb5c1a4d9c52cc76b6f591d7279a340d66a992,712,712_GNOME_gnome-calendar.git_CONTRIBUTING.md
|
||||
50164d08340f23dd5d313c282a3622c4f3472aa8,https://github.com/capistrano/capistrano.git,capistrano_capistrano.git,capistrano/capistrano.git,90143466647c6da8657c4b139ba3333918f1277b,713,713_capistrano_capistrano.git_CONTRIBUTING.md
|
||||
e02d5e4788e7a477d061accdefbd701d6fa876cf,https://github.com/mwilliamson/spur.py.git,mwilliamson_spur.py.git,mwilliamson/spur.py.git,e02d5e4788e7a477d061accdefbd701d6fa876cf,714,714_mwilliamson_spur.py.git_CONTRIBUTING.rst
|
||||
21ec102da141967b0043b4bb0a7bf7302bd056ea,https://github.com/troglobit/inadyn,troglobit_inadyn,troglobit/inadyn,21ec102da141967b0043b4bb0a7bf7302bd056ea,715,715_troglobit_inadyn_CONTRIBUTING.md
|
|
4228
validation/020525_README_manifest.csv
Normal file
4228
validation/020525_README_manifest.csv
Normal file
File diff suppressed because it is too large
Load Diff
2
validation/020625_CONTRIBUTING_missing.csv
Normal file
2
validation/020625_CONTRIBUTING_missing.csv
Normal file
@ -0,0 +1,2 @@
|
||||
commit_hash,upstream_vcs_link,repo_id,project_handle,lagged_hash,project_index
|
||||
0a6b00dd73c2c49d38e50d01add558e1bb4f3c92,https://github.com/pytest-dev/pytest-cov.git,pytest-dev_pytest-cov.git,pytest-dev/pytest-cov.git,82ee928f77b8c3029271c62ae12c6feb0830973e,545
|
|
22
validation/020625_README_missing.csv
Normal file
22
validation/020625_README_missing.csv
Normal file
@ -0,0 +1,22 @@
|
||||
commit_hash,upstream_vcs_link,repo_id,project_handle,lagged_hash,project_index
|
||||
22009ebf866460164d044773667d94c230116db7,https://github.com/gcsideal/syslog-ng-debian,gcsideal_syslog-ng-debian,gcsideal/syslog-ng-debian,9c005519e3c4cb5ef0efe4b21921aa13f0e6e0c3,232
|
||||
5b755058f5aa951b295acc6c31c1d01e62f82d8c,https://github.com/ioquake/ioq3,ioquake_ioq3,ioquake/ioq3,00cd405e5adb7542238ce9bf1370364531865728,404
|
||||
2ed61cfb3ad3d404b9a44bbb3f4c8083b469ae22,https://github.com/tikzit/tikzit.git,tikzit_tikzit.git,tikzit/tikzit.git,e1cf0babff63e670e0d550b4072c22649a117fa7,702
|
||||
9b8b77134a69699bd942e8a7d3219938723c4b47,https://github.com/lumean/svg-graph2,lumean_svg-graph2,lumean/svg-graph2,a0119478dae06b4af34f7d0e061201317567b21f,1048
|
||||
20c9770cc68d165a0cb7b8a332103b9659b29e4c,https://gitlab.xiph.org/xiph/vorbis.git,xiph_vorbis.git,xiph/vorbis.git,20c9770cc68d165a0cb7b8a332103b9659b29e4c,1110
|
||||
6db1a31e58ee15c448448139e7d3a9e72b14268f,https://github.com/spesmilo/electrum.git,spesmilo_electrum.git,spesmilo/electrum.git,eedf13bfdb079371c3e905f7507fa82e42467af2,1460
|
||||
2318592103386450b69c3d294812209e95850b24,https://github.com/PDAL/PDAL.git,PDAL_PDAL.git,PDAL/PDAL.git,a52d26f411adbc781bbbc8144e50887fc7ceaaba,1729
|
||||
faf8800184faeb6ed2895221a46ffc4283873794,https://github.com/Beep6581/RawTherapee,Beep6581_RawTherapee,Beep6581/RawTherapee,35548f96deed51b6e5c49ed8c0dd243576783bc3,1882
|
||||
dc2f910b629506c65f8470b570cd4a1462faffca,https://github.com/ukui/ukui-sidebar,ukui_ukui-sidebar,ukui/ukui-sidebar,7587535a6b732f08619ca365d610631a466e2197,2152
|
||||
5bc8c3b3c2270fdc6e6ec8717e215119738194d9,https://github.com/wojtekka/6tunnel,wojtekka_6tunnel,wojtekka/6tunnel,fdb3a3265fab6e403a7525071e0e161ff73e25bb,2411
|
||||
12b4c8437580257d967f2d7b20809f62f9b0e6c2,https://github.com/chrys87/simple-orca-plugin-system.git,chrys87_simple-orca-plugin-system.git,chrys87/simple-orca-plugin-system.git,56f1d2db1b7b0fdff0312ff8199bb885f3f93a3d,2656
|
||||
8e1efea2ea829e646bd33841e720244dc5dc4918,https://github.com/kjn/lbzip2,kjn_lbzip2,kjn/lbzip2,7c905684817019dada92fb5e4e09b23a2937927a,2785
|
||||
b8fa28b5dd27eafd44f2734ea9cb495a3cdf2e07,https://github.com/nicotine-plus/nicotine-plus,nicotine-plus_nicotine-plus,nicotine-plus/nicotine-plus,e9fc10c461deb62603cab6368ba5e82457ad876e,2889
|
||||
b24af9c96d353160b466f0f6217048ea17a0d014,https://github.com/lilydjwg/pssh.git,lilydjwg_pssh.git,lilydjwg/pssh.git,340c70b85212106ce952de986f5f725dcb80a93e,3437
|
||||
235381267b1c6821fe6ff80d66abb33378714dd2,https://github.com/socnetv/app,socnetv_app,socnetv/app,e0dac012e16c724f93a2cb9d8a54372a7a4f88b8,3480
|
||||
5a309dc17ca4aff0c660dce37ab43581bf3b2a0b,https://github.com/jnwatson/py-lmdb,jnwatson_py-lmdb,jnwatson/py-lmdb,c7591acf9498d7bf1d4dbd7b22d96afd6370696b,3530
|
||||
f594182282f3cd65a3b29e4fc366ee090bfee171,https://github.com/angband/angband,angband_angband,angband/angband,e87b68e4de72aff66675e6ba8ed1963f8610ef16,3673
|
||||
8071b12616dd5c063e38d9addcfced58df058192,https://github.com/ClusterLabs/crmsh,ClusterLabs_crmsh,ClusterLabs/crmsh,20c6e4996ff89ddc9fbd3c52c97ef85ece250e60,3866
|
||||
ba6774ae1dd5199a733dfaeaf438dff095284de7,https://github.com/dosfstools/dosfstools.git,dosfstools_dosfstools.git,dosfstools/dosfstools.git,124598b2bdfc9901ce4a612f4ef4e4c916a2faa3,4025
|
||||
47d70ef264083de2ca8e786b5f52ca7d175d0bb5,https://github.com/skk-dev/skktools,skk-dev_skktools,skk-dev/skktools,47d70ef264083de2ca8e786b5f52ca7d175d0bb5,4076
|
||||
b24af9c96d353160b466f0f6217048ea17a0d014,https://github.com/krig/parallax,krig_parallax,krig/parallax,340c70b85212106ce952de986f5f725dcb80a93e,4123
|
|
Loading…
Reference in New Issue
Block a user