diff --git a/12825_revision/for_batching/intermediary_script.py b/12825_revision/for_batching/intermediary_script.py index 4c04da9..5e92f76 100644 --- a/12825_revision/for_batching/intermediary_script.py +++ b/12825_revision/for_batching/intermediary_script.py @@ -10,6 +10,7 @@ import argparse ''' RUNNING INSTRUCTIONS: +[0] set up ssh-agent and add id_rsa to it [1] set up tmux environment [2] edit this file where marked "FIX BELOW" [3] install pip packages @@ -25,12 +26,12 @@ THANK YOU VERY MUCH - matt ''' #FIX BELOW: temp_dir is where the repositories will be temporarily cloned to, if you are worried about space, specify here -temp_dir = "/tmp/tmp1" +temp_dir = "/data/users/mgaughan/tmp3" cst = datetime.timezone(datetime.timedelta(hours=-6)) from_date = datetime.datetime(1970, 1, 1, 12, 00, 00, tzinfo=cst) to_date = datetime.datetime(2024, 3, 16, 12, 00, 00, tzinfo=cst) #FIX BELOW: this is where the commit data will be stored, the below parent directory needs to contain the subdirs contributing_commit_data and readme_commit_data within them -COMMIT_SAVE_PREFIX = "//root/output/" +COMMIT_SAVE_PREFIX = "/data/users/mgaughan/kkex/012825_cam_revision_main/output/" def temp_clone(vcs_link, temp_location): """ @@ -245,4 +246,4 @@ if __name__ == "__main__": #temp_repo, temp_repo_path = temp_clone(" https://gitlab.gnome.org/GNOME/almanah", temp_dir) #delete_clone(temp_dir) - #python3 intermediary_script.py --start_index START --stop_index STOP \ No newline at end of file + #python3 intermediary_script.py --start_index START --stop_index STOP diff --git a/12825_revision/list_existing_data.py b/12825_revision/list_existing_data.py index 6d7c08d..4ad2a46 100644 --- a/12825_revision/list_existing_data.py +++ b/12825_revision/list_existing_data.py @@ -81,11 +81,11 @@ def hard_codes(vcs_link, filename): def cp_existing_docs(matched_repo_ids, is_readme): if not is_readme: existing_dir = "/data/users/mgaughan/kkex/time_specific_files/contributing4/" - dest_dir = "/data/users/mgaughan/kkex/012825_cam_revision_main/first_version_documents/existing_contributing/" + dest_dir = "/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/existing_contributing/" manifest = pd.read_csv('012925_contributing_manifest.csv') else: existing_dir = "/data/users/mgaughan/kkex/time_specific_files/readme4/" - dest_dir = "/data/users/mgaughan/kkex/012825_cam_revision_main/first_version_documents/existing_readme/" + dest_dir = "/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/existing_readme/" manifest = pd.read_csv('012925_readme_manifest.csv') filtered_df = manifest[manifest['repo_id'].isin(matched_repo_ids)] print(len(filtered_df)) @@ -192,14 +192,14 @@ def get_doc_pub_for_all(is_readme): break #save the first_instances_df = pd.concat(first_instances, ignore_index=True) - first_instances_df.to_csv(f'13125_test_{doc_name}_publication_commits.csv', index = False) + first_instances_df.to_csv(f'{doc_name}_publication_commits.csv', index = False) def list_for_doc_collection(unmatched_files, is_readme): if is_readme: - dirpath = "/data/users/mgaughan/kkex/012825_cam_revision_main/main_commit_data/readme/" + dirpath = "/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/readme_commits/" doc_name = "README" else: - dirpath = "/data/users/mgaughan/kkex/012825_cam_revision_main/main_commit_data/contributing/" + dirpath = "/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/contributing_commits/" doc_name = "CONTRIBUTING" full_data = pd.read_csv('for_batching/deb_full_data.csv') first_instances = [] @@ -239,15 +239,15 @@ def list_for_doc_collection(unmatched_files, is_readme): print(f"no first commit found for {repo_id}") break first_instances_df = pd.concat(first_instances, ignore_index=True) - first_instances_df.to_csv(f'{doc_name}_for_download.csv', index = False) + first_instances_df.to_csv(f'020125_{doc_name}_for_download.csv', index = False) if __name__ == "__main__": #get_contributing_licsv_files = [f for f in os.listdir(dirpath) if f.endswith('_commits.csv')] - is_readme = False - #get_doc_pub_for_all(is_readme) - #unmatched_files, matched_repo_ids = check_collected_files("/data/users/mgaughan/kkex/012825_cam_revision_main/main_commit_data/contributing") + is_readme = True + get_doc_pub_for_all(is_readme) + #unmatched_files, matched_repo_ids = check_collected_files("/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/readme_commits") #print(len(matched_repo_ids)) #cp_existing_docs(matched_repo_ids, is_readme) #list_for_doc_collection(unmatched_files, is_readme) - #print(len(unmatched_files)) - #print(len(matched_repo_ids)) \ No newline at end of file + #print(len(matched_repo_ids)) + #print(len(unmatched_files)) \ No newline at end of file diff --git a/12825_revision/misc_data_files/first_batch/013025_README_manifest.csv b/12825_revision/misc_data_files/first_batch/013025_README_manifest.csv new file mode 100644 index 0000000..77af149 --- /dev/null +++ b/12825_revision/misc_data_files/first_batch/013025_README_manifest.csv @@ -0,0 +1,719 @@ +commit_hash,upstream_vcs_link,repo_id,project_handle,new_filepath +d092283752a8b87fe61f1675550e3de18f58e70e,https://github.com/ft/pkg-fdm,ft_pkg-fdm,ft/pkg-fdm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ft_pkg-fdm_hullabaloo_README +8c996447beb0353ed76f48e3ee220bef2455382b,https://github.com/mate-desktop/caja-extensions.git,mate-desktop_caja-extensions.git,mate-desktop/caja-extensions.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_caja-extensions.git_hullabaloo_README +e4469a647fdf3508a1188d99089bef6f5b4b310d,https://github.com/ukui/kylin-burner,ukui_kylin-burner,ukui/kylin-burner,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ukui_kylin-burner_hullabaloo_README +bc07283ddafdb6d54140c0cdf224362820d20fdd,https://github.com/realnc/qtads.git,realnc_qtads.git,realnc/qtads.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/realnc_qtads.git_hullabaloo_README +dbae8e8631728af7c6ec11ad36a1856ad88c7e2c,https://github.com/ycm-core/ycmd,ycm-core_ycmd,ycm-core/ycmd,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ycm-core_ycmd_hullabaloo_README +8c012e5d387045db80873657e17fa5b08f4ab9b7,https://github.com/PyCQA/pycodestyle,PyCQA_pycodestyle,PyCQA/pycodestyle,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PyCQA_pycodestyle_hullabaloo_README.txt +e736197400af93326c411dcc19d821f37a4f50cf,https://github.com/jrh13/hol-light.git,jrh13_hol-light.git,jrh13/hol-light.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jrh13_hol-light.git_hullabaloo_README +6f5aacfa56deae47a2bfa9c60bb77947432c9810,https://github.com/cdent/paste,cdent_paste,cdent/paste,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cdent_paste_hullabaloo_README.txt +58f4adc85c872cbd45182163d40940d3276c5bc2,https://github.com/psi-plus/psi-plus-snapshots.git,psi-plus_psi-plus-snapshots.git,psi-plus/psi-plus-snapshots.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/psi-plus_psi-plus-snapshots.git_hullabaloo_README +7c4cf732ca96c8e6af3826b035d764810020493a,https://github.com/tenderlove/rexical,tenderlove_rexical,tenderlove/rexical,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tenderlove_rexical_hullabaloo_README +4645e6efcaf2ea8ef9fdcd0eab80c317ce6f5356,https://gitlab.com/scilab/scilab.git,scilab_scilab.git,scilab/scilab.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/scilab_scilab.git_hullabaloo_README +63d12e574eb5cfe95290b303bac0950c25afe397,https://github.com/fribidi/fribidi.git,fribidi_fribidi.git,fribidi/fribidi.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fribidi_fribidi.git_hullabaloo_README +5992da9b20b04d209455b6c30beab7eb66f8233f,https://github.com/gerasiov/ldapscripts,gerasiov_ldapscripts,gerasiov/ldapscripts,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gerasiov_ldapscripts_hullabaloo_README +2dd1974a48a235e8301b26328bec2071ebcca0aa,https://github.com/rncbc/qsampler.git,rncbc_qsampler.git,rncbc/qsampler.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rncbc_qsampler.git_hullabaloo_README +56d3ebc0f90f405f3a397c1d2f5d1acfd929ffe6,https://github.com/lualdap/lualdap.git,lualdap_lualdap.git,lualdap/lualdap.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lualdap_lualdap.git_hullabaloo_README +53a3d82b94c33122cd74e014c1fca0e69ba304b2,https://github.com/ptrrkssn/pnscan,ptrrkssn_pnscan,ptrrkssn/pnscan,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ptrrkssn_pnscan_hullabaloo_README.md +4bb961dfbf9411e090f1d942d0fde6c82b9fa4b5,https://github.com/cherrypy/cherrypy.git,cherrypy_cherrypy.git,cherrypy/cherrypy.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cherrypy_cherrypy.git_hullabaloo_README.TXT +de226ccfe3d8755b742d57df3f4bd8744cba8bed,https://gitlab.com/berrange/perl-net-dbus,berrange_perl-net-dbus,berrange/perl-net-dbus,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/berrange_perl-net-dbus_hullabaloo_README +af48596abf4746f25569699de79881a1d51f9a7a,https://github.com/BioPP/bppphyview,BioPP_bppphyview,BioPP/bppphyview,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/BioPP_bppphyview_hullabaloo_README +6ffbd82a64d472d700d97d6266ba6dc2b6bbc162,https://github.com/crigler/dtach.git,crigler_dtach.git,crigler/dtach.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/crigler_dtach.git_hullabaloo_README +6d5bd86e54776e55c746554013de5ded061b6faa,https://dev.gnupg.org/source/libassuan.git,source_libassuan.git,source/libassuan.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/source_libassuan.git_hullabaloo_README +e1a8073baf1f1ae5f5c5012730f66d6a4f4523d3,https://github.com/Parallel-NetCDF/PnetCDF,Parallel-NetCDF_PnetCDF,Parallel-NetCDF/PnetCDF,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Parallel-NetCDF_PnetCDF_hullabaloo_README +a1173667e79d31161f24e21a847a8e3a51cc4545,https://github.com/glaubitz/linux-minidisc,glaubitz_linux-minidisc,glaubitz/linux-minidisc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/glaubitz_linux-minidisc_hullabaloo_README +2d37bf70ff10cf42c1fc4ef4cce39c66289aed02,https://github.com/KhronosGroup/Vulkan-Tools,KhronosGroup_Vulkan-Tools,KhronosGroup/Vulkan-Tools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/KhronosGroup_Vulkan-Tools_hullabaloo_README +6e3fe3dc08c3892cf80e1699f8ae6ed9853fa248,https://github.com/vcrhonek/hwdata.git,vcrhonek_hwdata.git,vcrhonek/hwdata.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vcrhonek_hwdata.git_hullabaloo_README +cddec7d4ed6f6f2a22ad9985ef2524dd6b731ab1,https://github.com/atz/Business-EDI.git,atz_Business-EDI.git,atz/Business-EDI.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/atz_Business-EDI.git_hullabaloo_README +1c63da390c0f70afb9832cef33e5c1685c4980bf,https://github.com/kurtmckee/feedparser,kurtmckee_feedparser,kurtmckee/feedparser,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kurtmckee_feedparser_hullabaloo_README +63a7b5d906ef8008db08b85adb726ce5ac4fb80a,https://github.com/xen-tools/xen-tools,xen-tools_xen-tools,xen-tools/xen-tools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xen-tools_xen-tools_hullabaloo_README +42d122880a51ce5126c0ecbdb4c13e1e82508a75,https://salsa.debian.org/haskell-team/DHG_packages,haskell-team_DHG_packages,haskell-team/DHG/packages,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/haskell-team_DHG_packages_hullabaloo_README.source +5713df7d72c01c434e0fc92a8d4c09b57b02b416,https://github.com/nigels-com/glew.git,nigels-com_glew.git,nigels-com/glew.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/nigels-com_glew.git_hullabaloo_README.html +93cf03ce2d4e69d633b8657898d88fa28c186f4f,https://github.com/NigelCunningham/pam-MySQL.git,NigelCunningham_pam-MySQL.git,NigelCunningham/pam-MySQL.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NigelCunningham_pam-MySQL.git_hullabaloo_README +bf490f2bae3ffe687d68e03a851c1fc03fe2e76a,https://github.com/zetacomponents/ConsoleTools,zetacomponents_ConsoleTools,zetacomponents/ConsoleTools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/zetacomponents_ConsoleTools_hullabaloo_README.md +174e96c22135593a5b19ff3fd2795e56422602a6,https://github.com/rncbc/qjackctl.git,rncbc_qjackctl.git,rncbc/qjackctl.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rncbc_qjackctl.git_hullabaloo_README +fe13f72775439d87973d2ab2467a9f52852e44be,https://gitlab.freedesktop.org/xdg/desktop-file-utils.git,xdg_desktop-file-utils.git,xdg/desktop-file-utils.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xdg_desktop-file-utils.git_hullabaloo_README +ffd17df2072e32819c97ef23991014d32605b73a,https://github.com/twisted/pydoctor,twisted_pydoctor,twisted/pydoctor,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/twisted_pydoctor_hullabaloo_README.txt +8eeaec32e8c877adc7e81e8260e61750098e4539,https://github.com/sfepy/sfepy,sfepy_sfepy,sfepy/sfepy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sfepy_sfepy_hullabaloo_README.txt +5221670f092ea0c13863d32412c52ed53808f26b,https://github.com/Motion-Project/motion,Motion-Project_motion,Motion-Project/motion,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Motion-Project_motion_hullabaloo_README.FreeBSD +131842a8af5a513d8020e70f8f7c571502c3f778,https://github.com/simplejson/simplejson,simplejson_simplejson,simplejson/simplejson,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/simplejson_simplejson_hullabaloo_README.rst +af9a8b0075884a0e41bc9c95b0511d5bc96fcae6,https://github.com/knik0/faac,knik0_faac,knik0/faac,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/knik0_faac_hullabaloo_README +dd72545cdf61be56cf9bbf14794764379b77e8e2,https://github.com/pencil2d/pencil,pencil2d_pencil,pencil2d/pencil,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pencil2d_pencil_hullabaloo_README +8014ba03f77ea6282173a5cd4ea8bb4bc8bc2aec,https://github.com/Andersbakken/rtags,Andersbakken_rtags,Andersbakken/rtags,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Andersbakken_rtags_hullabaloo_README +bda9147516f20d3f5d13966dfa3090ae8c6065f4,https://github.com/fontmatrix/fontmatrix,fontmatrix_fontmatrix,fontmatrix/fontmatrix,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fontmatrix_fontmatrix_hullabaloo_README +4fad9f40898b0b6c5d1dba7ab28a150283fce01f,https://github.com/gcsideal/syslog-ng-debian,gcsideal_syslog-ng-debian,gcsideal/syslog-ng-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gcsideal_syslog-ng-debian_hullabaloo_README.Debian +a6e6df43e69c86f472851b292a97ef2f4c0d8ade,https://github.com/OpenOrienteering/mapper,OpenOrienteering_mapper,OpenOrienteering/mapper,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenOrienteering_mapper_hullabaloo_README.txt +00cf9644d8a85e98cf6eb6c0ebf32cf03046f0ee,https://github.com/getpelican/pelican,getpelican_pelican,getpelican/pelican,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/getpelican_pelican_hullabaloo_README.rst +114fee01694ffe163c14714e62af008d9912293f,https://github.com/HDFGroup/hdf4.git,HDFGroup_hdf4.git,HDFGroup/hdf4.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/HDFGroup_hdf4.git_hullabaloo_README.UTILS +903009eca89d779b78201c0015073d60f80c6306,https://github.com/TigerVNC/tigervnc.git,TigerVNC_tigervnc.git,TigerVNC/tigervnc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/TigerVNC_tigervnc.git_hullabaloo_README.txt +54b4227258d34a89529cb31502211be339c66063,https://github.com/NetworkConfiguration/dhcpcd-ui,NetworkConfiguration_dhcpcd-ui,NetworkConfiguration/dhcpcd-ui,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NetworkConfiguration_dhcpcd-ui_hullabaloo_README +7fb4c7bc22b94c8b1cd771bb8a3c034ae8a72004,https://gitlab.com/m2crypto/m2crypto,m2crypto_m2crypto,m2crypto/m2crypto,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/m2crypto_m2crypto_hullabaloo_README.txt +a3229a051381e8f6b6df0fd423186166d20c898f,https://github.com/kisli/vmime.git,kisli_vmime.git,kisli/vmime.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kisli_vmime.git_hullabaloo_README +e968bfcd2e1a5df5cb6f8459a93943d55291dd69,https://github.com/pytroll/pycoast,pytroll_pycoast,pytroll/pycoast,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pytroll_pycoast_hullabaloo_README +bbe9c77aafc5d183eb3c29879563e4c9b95bc1b6,https://github.com/ppp-project/ppp,ppp-project_ppp,ppp-project/ppp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ppp-project_ppp_hullabaloo_README.linux +16eb6bd4ca8b5ff871944e7595f320012216f223,https://github.com/libyal/libbde,libyal_libbde,libyal/libbde,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libyal_libbde_hullabaloo_README +908191b47de4c5b7770acc3cbe97781f4ec15fa3,https://github.com/ocaml-batteries-team/batteries-included.git,ocaml-batteries-team_batteries-included.git,ocaml-batteries-team/batteries-included.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ocaml-batteries-team_batteries-included.git_hullabaloo_README.txt +daa932c27d860386b3383e4ab10ea1a80ba053a5,https://gitlab.com/gpsd/gpsd.git,gpsd_gpsd.git,gpsd/gpsd.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gpsd_gpsd.git_hullabaloo_README +3898f744dc624782ce21ef287b452183425154eb,https://github.com/jqlang/jq,jqlang_jq,jqlang/jq,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jqlang_jq_hullabaloo_README.md +7c3985cc4b2e14c83b7ab9bfbb85482ec2c3db0b,https://anongit.kde.org/kalzium.git,kalzium.git,kalzium.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kalzium.git_hullabaloo_README +539a2bd9f37b26dce2840d8d53d4e260a4ab7c7e,https://github.com/pd-externals/mrpeach.git,pd-externals_mrpeach.git,pd-externals/mrpeach.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pd-externals_mrpeach.git_hullabaloo_README.txt +b35f658d8cfe109048b643b8336382fa9a944795,https://github.com/gammu/gammu.git,gammu_gammu.git,gammu/gammu.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gammu_gammu.git_hullabaloo_README.Debian +3870ea5f3a5171fdd4afde214d1b79601afb253a,https://github.com/damog/vitacilina.git,damog_vitacilina.git,damog/vitacilina.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/damog_vitacilina.git_hullabaloo_README +9f653565add7c9d027ef5efbc72d005949a5e164,https://github.com/wanderlust/apel,wanderlust_apel,wanderlust/apel,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wanderlust_apel_hullabaloo_README.en +0a7181a4b10c8dd813c7e28fa955fe43e04e7559,https://github.com/emacs-w3m/emacs-w3m,emacs-w3m_emacs-w3m,emacs-w3m/emacs-w3m,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/emacs-w3m_emacs-w3m_hullabaloo_README +758e06626afcc4914022a452c359055805398dcd,https://github.com/KhronosGroup/SPIRV-LLVM-Translator,KhronosGroup_SPIRV-LLVM-Translator,KhronosGroup/SPIRV-LLVM-Translator,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/KhronosGroup_SPIRV-LLVM-Translator_hullabaloo_README.md +c76aec075428704c0e2977e13e2d5e1ef3672fbc,https://github.com/xray7224/PyPump,xray7224_PyPump,xray7224/PyPump,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xray7224_PyPump_hullabaloo_README.md +9efc1adc6c270292e322e3b48db338aef642a160,https://github.com/halostatue/minitar,halostatue_minitar,halostatue/minitar,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/halostatue_minitar_hullabaloo_README +1ee0db874512bb4ead3c3a937b085a775e7dcb68,https://github.com/the3dfxdude/7kaa,the3dfxdude_7kaa,the3dfxdude/7kaa,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/the3dfxdude_7kaa_hullabaloo_README +974825e54676b9bbaafe6da717baa412874bdfda,https://github.com/svi-opensource/libics,svi-opensource_libics,svi-opensource/libics,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/svi-opensource_libics_hullabaloo_README +fdcaa3a7bf35e84e7b7d4bef70ac36a091629e1b,https://github.com/open-mpi/hwloc.git,open-mpi_hwloc.git,open-mpi/hwloc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/open-mpi_hwloc.git_hullabaloo_README +a4bbabe248403616db6252d09add4386c5e75f6c,https://github.com/debian-tex/latexmk,debian-tex_latexmk,debian-tex/latexmk,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_latexmk_hullabaloo_README +49db5254067a38a4cfed216ab6e7185658f1c1f2,https://github.com/libogdi/ogdi.git,libogdi_ogdi.git,libogdi/ogdi.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libogdi_ogdi.git_hullabaloo_README +8d3e60780c63c880deb29b79c337621e4ff8f5b0,https://git.code.sf.net/p/guitarix/git,p_guitarix_git,p/guitarix/git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/p_guitarix_git_hullabaloo_README +f48f163cd6f3ccb36f0016339cf9f8a84ee4e5e7,https://github.com/thezbyg/gpick.git,thezbyg_gpick.git,thezbyg/gpick.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/thezbyg_gpick.git_hullabaloo_README +59ec29fdce9d56d5350006b3883c4678c17493e6,https://github.com/mbacarella/curses.git,mbacarella_curses.git,mbacarella/curses.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mbacarella_curses.git_hullabaloo_README.tmk +a5fec269f9f97a7bc01b633df8e3c8f55d83bf3c,https://github.com/miniupnp/libnatpmp,miniupnp_miniupnp,miniupnp/miniupnp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/miniupnp_libnatpmp_hullabaloo_README +dedfe24b005acd261b9fba89061fb0efda3bbe4b,https://github.com/hunspell/hunspell,hunspell_hunspell,hunspell/hunspell,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/hunspell_hunspell_hullabaloo_README.myspell +4c0affdc97ace72f44836adff5cba8b8652abc48,https://github.com/bobek/aranym800-debian,bobek_aranym800-debian,bobek/aranym800-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bobek_aranym800-debian_hullabaloo_README.1ST +34dea5ebcda32b4bb068db9a181323982815b4e6,https://github.com/mawww/kakoune.git,mawww_kakoune.git,mawww/kakoune.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mawww_kakoune.git_hullabaloo_README.asciidoc +54dc3dc2be33cd977866ce63d8cc74934d21405d,https://github.com/ClusterLabs/booth.git,ClusterLabs_booth.git,ClusterLabs/booth.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ClusterLabs_booth.git_hullabaloo_README +a9b67a190b32e57d98415fb69dc8739d6de28633,https://github.com/CiderWebmail/CiderWebmail.git,CiderWebmail_CiderWebmail.git,CiderWebmail/CiderWebmail.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/CiderWebmail_CiderWebmail.git_hullabaloo_README +a658d7b0e7d915750f18d666823d54ef2129a9af,https://github.com/eslint/eslint,eslint_eslint,eslint/eslint,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/eslint_eslint_hullabaloo_README.md +6798da6c95140b567ccd9f27b5b70eac2cd11869,https://github.com/ukui/peony,ukui_peony,ukui/peony,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ukui_peony_hullabaloo_README +9db4247eb883ae4df71d3a7fa907109206f93628,https://github.com/publicsuffix/list,publicsuffix_list,publicsuffix/list,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/publicsuffix_list_hullabaloo_README.md +14aec8c4d42e000f2b71a6dab26f5d4257b5df71,https://github.com/PyMySQL/mysqlclient,PyMySQL_mysqlclient,PyMySQL/mysqlclient,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PyMySQL_mysqlclient_hullabaloo_README +937937b9ddd5c1561836f0abdccaf53a72695c5f,https://anongit.kde.org/kspaceduel.git,kspaceduel.git,kspaceduel.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kspaceduel.git_hullabaloo_README +a0c1b8921237223511281ddaed9e4c1a8a8aeaa1,https://github.com/rr-debugger/rr.git,rr-debugger_rr.git,rr-debugger/rr.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rr-debugger_rr.git_hullabaloo_README +7dd2efddb561c4ccf4cba1fe9ceaedecafca2f63,https://github.com/pipelka/aeskulap.git,pipelka_aeskulap.git,pipelka/aeskulap.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pipelka_aeskulap.git_hullabaloo_README +8f7acb2344ce11a21e2866df76d3e5dc20288339,https://github.com/lxde/lxsession.git,lxde_lxsession.git,lxde/lxsession.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lxde_lxsession.git_hullabaloo_README +0f9f31160179a20b702b8d18728f48041ee26e17,https://github.com/mapproxy/mapproxy.git,mapproxy_mapproxy.git,mapproxy/mapproxy.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mapproxy_mapproxy.git_hullabaloo_README.txt +1ac2e3ec827a6ea31e56213925f8ecacc026d1de,https://github.com/yoshinari-nomura/mhc,yoshinari-nomura_mhc,yoshinari-nomura/mhc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/yoshinari-nomura_mhc_hullabaloo_README +cbb0c2ae2edd122e44204a18faa89314a46b63a2,https://github.com/jschneier/django-storages.git,jschneier_django-storages.git,jschneier/django-storages.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jschneier_django-storages.git_hullabaloo_README +b301e534507f5a2266f4b37d991cec3ff242ede1,https://github.com/Nuitka/Nuitka,Nuitka_Nuitka,Nuitka/Nuitka,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Nuitka_Nuitka_hullabaloo_README.txt +ba15aece306a9e9c222aaca447e4581e3e9fba4c,https://github.com/python-xlib/python-xlib,python-xlib_python-xlib,python-xlib/python-xlib,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/python-xlib_python-xlib_hullabaloo_README +8e4dc182906e4f1e82da9fed328dfe478ee3285f,https://github.com/faiproject/fai,faiproject_fai,faiproject/fai,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/faiproject_fai_hullabaloo_README +ce100017f197293521820ce0d17fc163cd73500f,https://github.com/glaubitz/mac-fdisk-debian,glaubitz_mac-fdisk-debian,glaubitz/mac-fdisk-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/glaubitz_mac-fdisk-debian_hullabaloo_README +476635bf54062373e23c11b68096ba68a7b658da,https://github.com/IRCAD/camp.git,IRCAD_camp.git,IRCAD/camp.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/IRCAD_camp.git_hullabaloo_README.txt +cc91303878251c66add9c9c9413c350d22a32050,https://github.com/worldforge/atlas-cpp,worldforge_atlas-cpp,worldforge/atlas-cpp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/worldforge_atlas-cpp_hullabaloo_README +43dddf31acbd8556ea08eb1eb714b7848c5988ac,https://gitlab.gnome.org/GNOME/sysprof.git,GNOME_sysprof.git,GNOME/sysprof.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_sysprof.git_hullabaloo_README +2ca2f94eb8c9c461382f166520736f028f0324b5,https://github.com/fwbuilder/fwbuilder.git,fwbuilder_fwbuilder.git,fwbuilder/fwbuilder.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fwbuilder_fwbuilder.git_hullabaloo_README +bf52fb8df312e51922b9f56026fa47c69349fd4b,https://github.com/grantm/xml-sax,grantm_xml-sax,grantm/xml-sax,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/grantm_xml-sax_hullabaloo_README +36d89e3cdb8392b4ee52bc5bee505e6b8e8d5635,https://github.com/icecc/icecream,icecc_icecream,icecc/icecream,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/icecc_icecream_hullabaloo_README.LZO +a0da6cd1339940b23b0c30a9a2853a490b9f5160,https://github.com/vanstyn/Email-MIME-CreateHTML.git,vanstyn_Email-MIME-CreateHTML.git,vanstyn/Email-MIME-CreateHTML.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vanstyn_Email-MIME-CreateHTML.git_hullabaloo_README +af6966ec7aedbba8356a9e94ff2bc0faaae575e8,https://github.com/mupen64plus/mupen64plus-video-rice.git,mupen64plus_mupen64plus-video-rice.git,mupen64plus/mupen64plus-video-rice.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mupen64plus_mupen64plus-video-rice.git_hullabaloo_README +9cac4b0d688d74d806f47f52c12d3899659baa28,https://github.com/libexif/libexif-gtk.git,libexif_libexif-gtk.git,libexif/libexif-gtk.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libexif_libexif-gtk.git_hullabaloo_README +0ee483496eb9b6212137c5df70b4d4cda18f66d0,https://github.com/rickysarraf/apt-offline,rickysarraf_apt-offline,rickysarraf/apt-offline,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rickysarraf_apt-offline_hullabaloo_README +cceb4428344d7f3be5923447c6fca3b1ad772554,https://github.com/OISF/libhtp,OISF_libhtp,OISF/libhtp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OISF_libhtp_hullabaloo_README +4dcc0076ad4055503e4de7b751f5683bd0a831ca,https://github.com/debian-tex/texlive-nonbin,debian-tex_texlive-nonbin,debian-tex/texlive-nonbin,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_texlive-nonbin_hullabaloo_README +42407a28cf9b07431ae6514a532586190c0722bc,https://github.com/astropy/sphinx-astropy,astropy_sphinx-astropy,astropy/sphinx-astropy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_sphinx-astropy_hullabaloo_README.rst +b4ad9f2ccbedae1aadf8625a703291228f41f964,https://git.sdaoden.eu/cgit/s-nail.git,cgit_s-nail.git,cgit/s-nail.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cgit_s-nail.git_hullabaloo_README +3036eeca0abfee39d2a0feab4ae3ff1d28975999,https://gitlab.com/libeigen/eigen.git,libeigen_eigen.git,libeigen/eigen.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libeigen_eigen.git_hullabaloo_README +b55d446448268d8705bd3cb1ac58e28e74a75343,https://gitlab.com/egh/ledger-autosync,egh_ledger-autosync,egh/ledger-autosync,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/egh_ledger-autosync_hullabaloo_README.rst +ad6f7937db736aead2d3808bb6be449bb1a2d165,https://anongit.kde.org/kopete.git,kopete.git,kopete.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kopete.git_hullabaloo_README +01d93dd4877339086413819c0d3e58bf1e5fafaa,https://gitlab.com/agmartin/linuxdoc-tools,agmartin_linuxdoc-tools,agmartin/linuxdoc-tools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/agmartin_linuxdoc-tools_hullabaloo_README +85dc57beee57c4d5abd24111fc2d07b973009966,https://github.com/postfixadmin/postfixadmin,postfixadmin_postfixadmin,postfixadmin/postfixadmin,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/postfixadmin_postfixadmin_hullabaloo_README.TXT +368605b8ad3bb2bcf5e259c63d8392f7adb14afd,https://github.com/jim-easterbrook/pywws,jim-easterbrook_pywws,jim-easterbrook/pywws,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jim-easterbrook_pywws_hullabaloo_README.txt +e78c31137560429f69ec312a90b0ea30cbc80965,https://github.com/pyvirtobs/pyvo.git,pyvirtobs_pyvo.git,pyvirtobs/pyvo.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pyvirtobs_pyvo.git_hullabaloo_README +922e98adc9de53178e834acdc6ba49d6d9484003,https://gitlab.gnome.org/GNOME/orca,GNOME_orca,GNOME/orca,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_orca_hullabaloo_README +b881374aa25964b88c30c6afb8ee92484a6aa5fa,https://github.com/liballeg/allegro5.git,liballeg_allegro5.git,liballeg/allegro5.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/liballeg_allegro5.git_hullabaloo_README_macosx.txt +8d4f70b15a8c77f418dc36bcb555c36b3e59d6cd,https://github.com/AbiWord/enchant.git,AbiWord_enchant.git,AbiWord/enchant.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/AbiWord_enchant.git_hullabaloo_README +01e583d55a512a3b2449d39962b626c0b6dbc452,https://github.com/Bioconductor/Biostrings.git,Bioconductor_Biostrings.git,Bioconductor/Biostrings.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Bioconductor_Biostrings.git_hullabaloo_README +607c253cd2712bacce21ca9b98a848f331ea03a9,https://github.com/berkeley-abc/abc.git,berkeley-abc_abc.git,berkeley-abc/abc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/berkeley-abc_abc.git_hullabaloo_README +a07e36e1d1b6c5d948cbf490656f21e165154dc6,https://github.com/certbot/certbot.git,certbot_certbot.git,certbot/certbot.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/certbot_certbot.git_hullabaloo_README +6be561cd14b010cebc11a5386dae2fff353bb642,https://github.com/johnsonjh/duma.git,johnsonjh_duma.git,johnsonjh/duma.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/johnsonjh_duma.git_hullabaloo_README.debian +ad0caf51f0350bbce6ca00e83021686ebe263da3,https://anongit.kde.org/ksirk.git,ksirk.git,ksirk.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ksirk.git_hullabaloo_README +fa23af0285437273c1ba7fbae5e4e178968c304f,https://github.com/openstreetmap/osmosis.git,openstreetmap_osmosis.git,openstreetmap/osmosis.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/openstreetmap_osmosis.git_hullabaloo_README +04df271461855093b871e3c124ca7b0aa1d92d5a,https://github.com/libyal/libfwnt,libyal_libfwnt,libyal/libfwnt,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libyal_libfwnt_hullabaloo_README +92afe31e370d117e74c0ea2da9da559db7fa4603,https://github.com/Ultimaker/Cura,Ultimaker_Cura,Ultimaker/Cura,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Ultimaker_Cura_hullabaloo_README.md +25dbf4fb01b7f052b3ef563bcf6baf085e4f8de5,https://github.com/wchristian/crypt-dh.git,wchristian_crypt-dh.git,wchristian/crypt-dh.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wchristian_crypt-dh.git_hullabaloo_README +4bd59279c37f66beea5f56bc106ba864d8f13d49,https://github.com/blupi-games/planetblupi,blupi-games_planetblupi,blupi-games/planetblupi,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/blupi-games_planetblupi_hullabaloo_README.txt +6d809dc9ce518ecb6faf67727bce342342702d11,https://github.com/pexpect/pexpect,pexpect_pexpect,pexpect/pexpect,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pexpect_pexpect_hullabaloo_README.txt +ee920d82891996dc85caa0980c36ff7ec79a3252,https://github.com/castle-engine/castle-engine.git,castle-engine_castle-engine.git,castle-engine/castle-engine.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/castle-engine_castle-engine.git_hullabaloo_README +9e8eac918d075725470f96e9e63a21bc907de6e0,https://github.com/pysal/pysal.git,pysal_pysal.git,pysal/pysal.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pysal_pysal.git_hullabaloo_README +c7dc7254c1ecfeb2227275f56bddac4f4e822760,https://github.com/knik0/faad2.git,knik0_faad2.git,knik0/faad2.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/knik0_faad2.git_hullabaloo_README +16aa0224092a38e88f82d84682a807803e12cba3,https://github.com/alvarezp/ipv6toolkit,alvarezp_ipv6toolkit,alvarezp/ipv6toolkit,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/alvarezp_ipv6toolkit_hullabaloo_README.TXT +6fbb0ed26ac2d5c39eb12786d4234a29eac61b94,https://github.com/cpina/dacco.git,cpina_dacco.git,cpina/dacco.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cpina_dacco.git_hullabaloo_README.md +d50a3fb33535ea19722a72c180e3f78bb0fadd1a,https://github.com/NagVis/nagvis,NagVis_nagvis,NagVis/nagvis,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NagVis_nagvis_hullabaloo_README +259c83fe17fcf83d6df2c22ceb663b958de2b8cf,https://github.com/freedict/tools.git,freedict_tools.git,freedict/tools.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/freedict_tools.git_hullabaloo_README.md +40488ccd933a06da0faac9aa057e3dab6ca2dbec,https://dev.gnupg.org/source/libgpg-error.git,source_libgpg-error.git,source/libgpg-error.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/source_libgpg-error.git_hullabaloo_README +30cddb270c0223db09f81a0cb7fc9f195ecfd0b3,https://github.com/sopel-irc/sopel.git,sopel-irc_sopel.git,sopel-irc/sopel.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sopel-irc_sopel.git_hullabaloo_README.txt +d5eefcbc45f9d8bff3cd878d10176fb2de3ffb34,https://github.com/openturns/openturns,openturns_openturns,openturns/openturns,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/openturns_openturns_hullabaloo_README +55fcb2ccf228504ee2b5c3137981ae561a858b39,https://github.com/haiwen/seafile.git,haiwen_seafile.git,haiwen/seafile.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/haiwen_seafile.git_hullabaloo_README.markdown +401d9ed4ec74ed5729cfa3ae8bc022bb58150539,https://github.com/msteveb/jimtcl.git,msteveb_jimtcl.git,msteveb/jimtcl.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/msteveb_jimtcl.git_hullabaloo_README +f555c163f90c9de17ebcef8313f86404c5174ca9,https://github.com/the-tcpdump-group/tcpdump,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/the-tcpdump-group_tcpdump_hullabaloo_README +e0b41bae4d55fa98ec2d1d20fc8b0dffdc0db601,https://github.com/mlpack/ensmallen,mlpack_mlpack,mlpack/mlpack,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mlpack_ensmallen_hullabaloo_README.md +5e97c3fcce787a5bc0f8ceef43aa3e05195b480a,https://github.com/lxc/lxc.git,lxc_lxc.git,lxc/lxc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lxc_lxc.git_hullabaloo_README +e93f04e1f4a660b605d1626154182681c0ea5c3e,https://github.com/igraph/igraph,igraph_igraph,igraph/igraph,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/igraph_igraph_hullabaloo_README +51b4875f8ade3e0930eed2dc2a842ec607a94a2c,https://github.com/gperftools/gperftools,gperftools_gperftools,gperftools/gperftools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gperftools_gperftools_hullabaloo_README +8764133520d8c4f620cb4c79f047506b6073cfd3,https://github.com/debian-tex/latexml,debian-tex_latexml,debian-tex/latexml,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_latexml_hullabaloo_README +1ec49c728ede53d813cc13da086d8436edcfc9d7,https://github.com/Intel-Media-SDK/MediaSDK,Intel-Media-SDK_MediaSDK,Intel-Media-SDK/MediaSDK,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Intel-Media-SDK_MediaSDK_hullabaloo_README.md +8f30907d0f2ef354c2b31bdee340c2b11dda0fb0,https://github.com/google/brotli,google_brotli,google/brotli,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/google_brotli_hullabaloo_README +6def3b5ae32998eb21415010f52d57fcbef9edb0,https://github.com/CorsixTH/CorsixTH.git,CorsixTH_CorsixTH.git,CorsixTH/CorsixTH.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/CorsixTH_CorsixTH.git_hullabaloo_README +05493f8d33b62c573f6ec6d06ac411e18d4e6c8c,https://github.com/xaos-project/XaoS.git,xaos-project_XaoS.git,xaos-project/XaoS.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xaos-project_XaoS.git_hullabaloo_README +fa8d8158f58c6b0b4cd2e91c5023c6ee05aad39c,https://github.com/corecode/dma.git,corecode_dma.git,corecode/dma.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/corecode_dma.git_hullabaloo_README.Debian +c5101834a6fae4f0b4b1bf0a0b9e01308d5d7646,https://github.com/SasView/sasview.git,SasView_sasview.git,SasView/sasview.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SasView_sasview.git_hullabaloo_README.txt +eea38af1135ec19cf778ff761837a486025ddd95,https://invent.kde.org/plasma/kinfocenter.git,plasma_kinfocenter.git,plasma/kinfocenter.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/plasma_kinfocenter.git_hullabaloo_README +5c6e5cbc5512a1cbfad1ca905f21b07065e0defd,https://gitlab.gnome.org/GNOME/gtksourceview,GNOME_gtksourceview,GNOME/gtksourceview,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gtksourceview_hullabaloo_README +3056932c514203f9c6e01c9b61a5123ff5a28e5c,https://github.com/adplug/adplay-unix,adplug_adplay-unix,adplug/adplay-unix,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/adplug_adplay-unix_hullabaloo_README +3087bf46be461501b1e80166c58e326d7a13eb3a,https://github.com/punitagrawal/global,punitagrawal_global,punitagrawal/global,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/punitagrawal_global_hullabaloo_README +d55329340828a736777056f49afd21cb67e2b6b8,https://github.com/jstamp/yajl,jstamp_yajl,jstamp/yajl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jstamp_yajl_hullabaloo_README +efaeb275f78e18d594d9ee8ff04eccd2dc59512c,https://github.com/OpenTTD/OpenTTD.git,OpenTTD_OpenTTD.git,OpenTTD/OpenTTD.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenTTD_OpenTTD.git_hullabaloo_README_if_game_crashed_on_OSX.txt +eff65a0d04fe8284da94582d28fe8ac286f4e559,https://github.com/ok2cqr/cqrlog.git,ok2cqr_cqrlog.git,ok2cqr/cqrlog.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ok2cqr_cqrlog.git_hullabaloo_README +0463653b369a669bbeb26257e82893f3ab348724,https://github.com/uim/sigscheme.git,uim_sigscheme.git,uim/sigscheme.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/uim_sigscheme.git_hullabaloo_README +45c6603cc86c5881b00ac40e0f9fe548c30ff6be,https://github.com/shadow-maint/shadow,shadow-maint_shadow,shadow-maint/shadow,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/shadow-maint_shadow_hullabaloo_README +b37684374eabe9c5f039cb9ca1497b28a8890c55,https://gitlab.gnome.org/GNOME/meld.git,GNOME_meld.git,GNOME/meld.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_meld.git_hullabaloo_README.translators +f255ae1922e1c1d07ef03a920f7ce5d4476ea6aa,https://github.com/jp9000/obs-studio.git,jp9000_obs-studio.git,jp9000/obs-studio.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jp9000_obs-studio.git_hullabaloo_README +e256f9e622ffbf89e3b3694dc6bc813b7461c509,https://github.com/networkx/networkx.git,networkx_networkx.git,networkx/networkx.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/networkx_networkx.git_hullabaloo_README +d76e8c7d3005f2ed129d01ffe71ddd9ada84e72d,https://github.com/python-mechanize/mechanize.git,python-mechanize_mechanize.git,python-mechanize/mechanize.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/python-mechanize_mechanize.git_hullabaloo_README.html.in +85529cfcb8e870333d7292cb493f54d7f3fd92cf,https://github.com/PyCQA/astroid,PyCQA_astroid,PyCQA/astroid,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PyCQA_astroid_hullabaloo_README +80be8fd3f1918f5f15b0ad46dad343d0b561953b,https://github.com/liblouis/liblouis.git,liblouis_liblouis.git,liblouis/liblouis.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/liblouis_liblouis.git_hullabaloo_README +801d3852a339a5b0ab5583ba91b203fa0bc3a14b,https://gitlab.gnome.org/GNOME/gedit.git,GNOME_gedit.git,GNOME/gedit.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gedit.git_hullabaloo_README +5f0e39d5b3ca18d03623ebd3cfd10f1e642f0dc5,https://github.com/funtoo/keychain,funtoo_keychain,funtoo/keychain,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/funtoo_keychain_hullabaloo_README +b91920ba477a7a9603200284391ceb17459ca657,https://github.com/mne-tools/mne-python.git,mne-tools_mne-python.git,mne-tools/mne-python.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mne-tools_mne-python.git_hullabaloo_README.rst +c6f3f4b00acbcd8569214ca17ec716c56d15b199,https://github.com/bialix/intelhex.git,bialix_intelhex.git,bialix/intelhex.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bialix_intelhex.git_hullabaloo_README +1d1e841381704abe72bf41538d1d3d07307a7f11,https://source.coderefinery.org/nordugrid/arc,nordugrid_arc,nordugrid/arc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/nordugrid_arc_hullabaloo_README +2b434e098ac6aa23839509a6f909349546a4aa47,https://github.com/PointCloudLibrary/pcl,PointCloudLibrary_pcl,PointCloudLibrary/pcl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PointCloudLibrary_pcl_hullabaloo_README +0313670f5e34bb3b5e12ea4e8e6f5f1cc9bf5392,https://github.com/michiexile/hodie,michiexile_hodie,michiexile/hodie,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/michiexile_hodie_hullabaloo_README +dd990bc60c04569287c13ac84f92e21d5e930521,https://github.com/horde/sesha.git,horde_sesha.git,horde/sesha.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_sesha.git_hullabaloo_README +20ad9c3c5012ac6075dd076cb227264d8f881184,https://github.com/SpamExperts/pyzor,SpamExperts_pyzor,SpamExperts/pyzor,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SpamExperts_pyzor_hullabaloo_README +af2526a4466193655bf0d2f9afda777f7dbb17f9,https://github.com/Icinga/icingaweb2.git,Icinga_icingaweb2.git,Icinga/icingaweb2.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Icinga_icingaweb2.git_hullabaloo_README.md +4ddea4470fcf204f1ec576737c30c29823168354,https://github.com/libsdl-org/SDL_image.git,libsdl-org_SDL_image.git,libsdl-org/SDL/image.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libsdl-org_SDL_image.git_hullabaloo_README +70a6eeed0a1647d57711b8d7bfb17c14a9681072,https://invent.kde.org/pim/kdepim-runtime,pim_kdepim-runtime,pim/kdepim-runtime,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pim_kdepim-runtime_hullabaloo_README.design +85107775a2844b74ee3cf6a5f799d34e273faa4c,https://github.com/HenriWahl/Nagstamon,HenriWahl_Nagstamon,HenriWahl/Nagstamon,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/HenriWahl_Nagstamon_hullabaloo_README.md +3400ba4cdf888aa112d294f4567ed4a71badd593,https://git.code.sf.net/p/opencore-amr/code,p_opencore-amr_code,p/opencore-amr/code,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/p_opencore-amr_code_hullabaloo_README +20c9770cc68d165a0cb7b8a332103b9659b29e4c,https://gitlab.xiph.org/xiph/vorbis.git,xiph_vorbis.git,xiph/vorbis.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xiph_vorbis.git_hullabaloo_README +364650988e07489d53ea737e4baab3d56b7d1ce2,https://github.com/TASEmulators/fceux.git,TASEmulators_fceux.git,TASEmulators/fceux.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/TASEmulators_fceux.git_hullabaloo_README +8b4e742fcbd5733843f40a94679b5c582675bfbb,https://github.com/renpy/pygame_sdl2,renpy_pygame_sdl2,renpy/pygame/sdl2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/renpy_pygame_sdl2_hullabaloo_README.TXT +748efbdaa6746daec4bb7aca77aaad6e64dad33d,https://github.com/amperser/proselint,amperser_proselint,amperser/proselint,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/amperser_proselint_hullabaloo_README.md +2101bf45a9717238c48372c97688e28cad8acd02,https://github.com/zopefoundation/zope.schema,zopefoundation_zope.schema,zopefoundation/zope.schema,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/zopefoundation_zope.schema_hullabaloo_README.txt +b8bb77b2dac258132aa6f3ca62a8cee90ec32e6f,https://github.com/ft/arename.git,ft_arename.git,ft/arename.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ft_arename.git_hullabaloo_README +fa1da84f390b2f0ac23b486ec5937372a93866eb,https://github.com/ccrma/chuck,ccrma_chuck,ccrma/chuck,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ccrma_chuck_hullabaloo_README +77ffecc6f7c5bb6fe053893519110984d11ad4e8,https://github.com/Ettercap/ettercap.git,Ettercap_ettercap.git,Ettercap/ettercap.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Ettercap_ettercap.git_hullabaloo_README +c569679c69fecd832de6be119b2a277623d4ef27,https://github.com/OCamlPro/alt-ergo.git,OCamlPro_alt-ergo.git,OCamlPro/alt-ergo.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OCamlPro_alt-ergo.git_hullabaloo_README.md +7cd2f95dd031f4f631d600001d5674b74d8c74fa,https://github.com/gpac/gpac,gpac_gpac,gpac/gpac,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gpac_gpac_hullabaloo_README +69d7952386a53a90e1e971497ec71d5d98c30512,https://github.com/runrig/spreadsheet-parseexcel.git,runrig_spreadsheet-parseexcel.git,runrig/spreadsheet-parseexcel.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/runrig_spreadsheet-parseexcel.git_hullabaloo_README +897bc2556fed43b76f6d1b14470c3e806df15af8,https://github.com/pyca/pyopenssl,pyca_pyopenssl,pyca/pyopenssl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pyca_pyopenssl_hullabaloo_README +565afa55290f0704e26706b38c97e706ce083b74,https://github.com/USNavalResearchLaboratory/norm,USNavalResearchLaboratory_norm,USNavalResearchLaboratory/norm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/USNavalResearchLaboratory_norm_hullabaloo_README.md +c22c633ce34bd2887e2d6eefc468843e92b51466,https://github.com/jmcnamara/spreadsheet-writeexcel,jmcnamara_spreadsheet-writeexcel,jmcnamara/spreadsheet-writeexcel,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jmcnamara_spreadsheet-writeexcel_hullabaloo_README +7a281be324e31dd40b918bcdcb3532f4593ed9b1,https://github.com/porres/pd-cyclone,porres_pd-cyclone,porres/pd-cyclone,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/porres_pd-cyclone_hullabaloo_README +bd64f5d289bffe695fd333aaaa40ec0bf6d9858f,https://anongit.kde.org/kmahjongg.git,kmahjongg.git,kmahjongg.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kmahjongg.git_hullabaloo_README.PACKAGERS +d6c746baa04e311d14120dae26c615fcc74d63d6,https://github.com/danielrmeyer/g2,danielrmeyer_g2,danielrmeyer/g2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/danielrmeyer_g2_hullabaloo_README +7f99999754c3f02f03f9fd83514bff0c48ae0e0d,https://github.com/vgropp/bwm-ng,vgropp_bwm-ng,vgropp/bwm-ng,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vgropp_bwm-ng_hullabaloo_README +b6256d641cbd7d53517ecaedd26977e0c3baaa2a,https://github.com/brailcom/speechd,brailcom_speechd,brailcom/speechd,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/brailcom_speechd_hullabaloo_README +8978f2de6c3aed3847678e20377f26f4c724cd38,https://github.com/wb2osz/direwolf,wb2osz_direwolf,wb2osz/direwolf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wb2osz_direwolf_hullabaloo_README-dire-wolf.txt +a4e0f865c591980e7aa2a160a92a2c9098a678ec,https://github.com/pygame/pygame.git,pygame_pygame.git,pygame/pygame.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pygame_pygame.git_hullabaloo_README.TXT +1d48a247b776ef53e995ef22aa748cd2f3863e93,https://github.com/lxde/gpicview,lxde_gpicview,lxde/gpicview,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lxde_gpicview_hullabaloo_README +27aca39126c0f021e543516119c9d3b2500575ac,https://github.com/freedoom/freedoom,freedoom_freedoom,freedoom/freedoom,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/freedoom_freedoom_hullabaloo_README.TXT +aaa6396685eb786e100fc66bd4526752fb19f5e0,https://github.com/multani/sonata,multani_sonata,multani/sonata,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/multani_sonata_hullabaloo_README +edad2816e08b1c253eb46f611bbbc9646c1c1dbe,https://anongit.kde.org/kjumpingcube.git,kjumpingcube.git,kjumpingcube.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kjumpingcube.git_hullabaloo_README +b96840a94b520139f218ce6d62b041db758383ec,https://github.com/rcaputo/poe-loop-tk,rcaputo_poe-loop-tk,rcaputo/poe-loop-tk,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rcaputo_poe-loop-tk_hullabaloo_README +c189ae10bef6daf80a08519a6891a7601507238c,https://github.com/linuxmint/cinnamon-desktop.git,linuxmint_cinnamon-desktop.git,linuxmint/cinnamon-desktop.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/linuxmint_cinnamon-desktop.git_hullabaloo_README +e1a03fb3146a9be98fa6adca97e03487b7d37db6,https://github.com/bumps/bumps,bumps_bumps,bumps/bumps,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bumps_bumps_hullabaloo_README.txt +08c1e816b43e4a055cfc08f24123f106b5aeaa05,https://github.com/silx-kit/silx.git,silx-kit_silx.git,silx-kit/silx.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/silx-kit_silx.git_hullabaloo_README.md +54311d628359668261c31b62e475f53552bd964a,https://github.com/CheetahTemplate3/cheetah3.git,CheetahTemplate3_cheetah3.git,CheetahTemplate3/cheetah3.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/CheetahTemplate3_cheetah3.git_hullabaloo_README +4d692be84143f4231a413ee77cae1ddd4e831018,https://github.com/evalEmpire/method-signatures.git,evalEmpire_method-signatures.git,evalEmpire/method-signatures.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/evalEmpire_method-signatures.git_hullabaloo_README.md +23e95865ed9277b5b0b3222b801c975e2227fba4,https://gitlab.xiph.org/xiph/speex.git,xiph_speex.git,xiph/speex.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xiph_speex.git_hullabaloo_README +9f4d3e3a6b46ffd7aa8cf6667b7dc2b140e132ab,https://github.com/bcdev/epr-api,bcdev_epr-api,bcdev/epr-api,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bcdev_epr-api_hullabaloo_README.txt +c9622df7ead854f01d64a032b61d0f5db7f9fe55,https://anongit.kde.org/konquest.git,konquest.git,konquest.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/konquest.git_hullabaloo_README +433e9a18cdd9f15a4166cd758f34c34b14579016,https://gitlab.gnome.org/GNOME/NetworkManager-openvpn,GNOME_NetworkManager-openvpn,GNOME/NetworkManager-openvpn,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_NetworkManager-openvpn_hullabaloo_README +ddb03523bc47fac83799f0041e80912bc57ea626,https://github.com/ohler55/ox.git,ohler55_ox.git,ohler55/ox.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ohler55_ox.git_hullabaloo_README +b15b3484c848871e9dc713556ac567d136a6553f,https://github.com/ldc-developers/ldc,ldc-developers_ldc,ldc-developers/ldc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ldc-developers_ldc_hullabaloo_README.txt +01aff329d7dd8a130f5d662517796b66c7ec6bb2,https://github.com/quodlibet/mutagen.git,quodlibet_quodlibet,quodlibet/quodlibet,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/quodlibet_mutagen.git_hullabaloo_README.rst +f3e255ddca6468b6adea0f10f30540c37cdde9ad,https://github.com/pd-externals/tclpd.git,pd-externals_tclpd.git,pd-externals/tclpd.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pd-externals_tclpd.git_hullabaloo_README +8c04823b28dc96d0ab756bd29ee5f7da8efc164c,https://gitlab.gnome.org/GNOME/libgda,GNOME_libgda,GNOME/libgda,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_libgda_hullabaloo_README +7b41a192d7a97ab2c7cc3bdccafce1b2dab54db6,https://github.com/mopidy/mopidy,mopidy_mopidy,mopidy/mopidy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mopidy_mopidy_hullabaloo_README.rst +26648af4457a48234f5cbae19e174555bef516c9,https://github.com/biojava/biojava.git,biojava_biojava.git,biojava/biojava.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/biojava_biojava.git_hullabaloo_README.txt +4becf6f9e596b45401680c4947e2d92c953d5e08,https://github.com/PyCQA/pylint.git,PyCQA_pylint.git,PyCQA/pylint.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PyCQA_pylint.git_hullabaloo_README +2dedc8b7f1eb54d5034dc1f8384b67fe7de0fa18,https://github.com/OpenTTD/OpenGFX.git,OpenTTD_OpenGFX.git,OpenTTD/OpenGFX.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenTTD_OpenGFX.git_hullabaloo_README.md +b84821f7f8734463715d307836d38b17d89b4fff,https://github.com/masa16/ruby-pgplot,masa16_ruby-pgplot,masa16/ruby-pgplot,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/masa16_ruby-pgplot_hullabaloo_README.ja +19b55a2af145fe769d76f7518eacabc5ff0e9dae,https://github.com/sctp/lksctp-tools,sctp_lksctp-tools,sctp/lksctp-tools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sctp_lksctp-tools_hullabaloo_README +b7f41d620c6431521cd3667b7ed2ed1d9d2127e7,https://github.com/Brewtarget/brewtarget.git,Brewtarget_brewtarget.git,Brewtarget/brewtarget.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Brewtarget_brewtarget.git_hullabaloo_README +e595658db368133191f52470a240eaf60af38d1f,https://github.com/rncbc/qsynth.git,rncbc_qsynth.git,rncbc/qsynth.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rncbc_qsynth.git_hullabaloo_README +535a5201692daa11aab51232e8b25c91963376f7,https://github.com/pbiering/ipv6calc,pbiering_ipv6calc,pbiering/ipv6calc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pbiering_ipv6calc_hullabaloo_README +ef1ff20809e5a8bc49e695a55117fb17f88eb7b9,https://anongit.kde.org/katomic.git,katomic.git,katomic.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/katomic.git_hullabaloo_README.levels +a20ecd46df21729bf382b9770138fbbc2308de78,https://github.com/backuppc/rsync-bpc,backuppc_rsync-bpc,backuppc/rsync-bpc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/backuppc_rsync-bpc_hullabaloo_README +2e1e23b9cb03348656260f79c03ec3a3bc1ab92a,https://github.com/pydicom/pydicom.git,pydicom_pydicom.git,pydicom/pydicom.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pydicom_pydicom.git_hullabaloo_README.txt +21c4c1656dd6a74141aa672853f7f3017cae43ee,https://gitlab.gnome.org/GNOME/libwnck.git,GNOME_libwnck.git,GNOME/libwnck.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_libwnck.git_hullabaloo_README +99ea4866c37822acee001a7e2fe86b0e866859ed,https://github.com/opendnssec/opendnssec.git,opendnssec_opendnssec.git,opendnssec/opendnssec.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/opendnssec_opendnssec.git_hullabaloo_README +468c0d38fa0cf99abf9dbe6a2f388806ce51083c,https://github.com/scrapy/cssselect,scrapy_scrapy,scrapy/scrapy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/scrapy_cssselect_hullabaloo_README.rst +2eac5a336b6f8fe6c329c08bed4dd477fdebf55d,https://gitlab.gnome.org/GNOME/nautilus-sendto,GNOME_nautilus-sendto,GNOME/nautilus-sendto,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_nautilus-sendto_hullabaloo_README +cdbb1f8ea231951db921b4e089c65fa8176ca0f9,https://github.com/pyx-project/pyx,pyx-project_pyx,pyx-project/pyx,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pyx-project_pyx_hullabaloo_README +e108ec235a69d67cdcb3b41b6831e20e94d2c551,https://github.com/anilFree/seascope.git,anilFree_seascope.git,anilFree/seascope.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/anilFree_seascope.git_hullabaloo_README +4c9f92693e879d8bf8943f9af3e2fb378e42eac3,https://github.com/LLNL/sundials.git,LLNL_sundials.git,LLNL/sundials.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/LLNL_sundials.git_hullabaloo_README +7172bb6c3a86526496ae1311d0dbe4befff50f59,https://github.com/halostatue/color,halostatue_color,halostatue/color,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/halostatue_color_hullabaloo_README +17b0f29cc60ab5474280b2d14808a86b8bf5b796,https://github.com/ganglia/monitor-core.git,ganglia_monitor-core.git,ganglia/monitor-core.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ganglia_monitor-core.git_hullabaloo_README.CVSusers +74aa525a7b4ff0c66cae67bb8eb10dd301564220,https://github.com/BenLangmead/bowtie2,BenLangmead_bowtie2,BenLangmead/bowtie2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/BenLangmead_bowtie2_hullabaloo_README.txt +484bf6dd9cd5b938ee0c3acd4735d657898d9a1e,https://github.com/astropy/specutils.git,astropy_specutils.git,astropy/specutils.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_specutils.git_hullabaloo_README +9de3b3128488fcb5ef4f13e00bde604d26e7a2da,https://github.com/skk-dev/dict,skk-dev_dict,skk-dev/dict,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/skk-dev_dict_hullabaloo_README.md +cedb9d6fe417873f5994dcdc329139306c2bbf1d,https://github.com/gyunaev/kchmviewer,gyunaev_kchmviewer,gyunaev/kchmviewer,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gyunaev_kchmviewer_hullabaloo_README +d5af5172a715b38ecb0015cffdcacfb052e4432f,https://github.com/jedisct1/libpuzzle,jedisct1_libpuzzle,jedisct1/libpuzzle,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jedisct1_libpuzzle_hullabaloo_README-PHP +d3f26bd22802dea58be755f6c070f96088ea0fde,https://github.com/miniupnp/libnatpmp,miniupnp_libnatpmp,miniupnp/libnatpmp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/miniupnp_libnatpmp_hullabaloo_README +f047fd14a96c825b82f466e153292d6109d0da0d,https://github.com/vmware/open-vm-tools.git,vmware_open-vm-tools.git,vmware/open-vm-tools.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vmware_open-vm-tools.git_hullabaloo_README +23f75f598e7876858faabc9f2bccac2cf83db235,https://github.com/google/flatbuffers.git,google_flatbuffers.git,google/flatbuffers.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/google_flatbuffers.git_hullabaloo_README.md +4f8cf7149061420a8d2736dfd8319fb58b6acf6c,https://github.com/log2timeline/dfvfs.git,log2timeline_dfvfs.git,log2timeline/dfvfs.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/log2timeline_dfvfs.git_hullabaloo_README +23751ed1ae2328174df0a4df3e46f75c50ec85c5,https://github.com/RDFLib/sparqlwrapper.git,RDFLib_sparqlwrapper.git,RDFLib/sparqlwrapper.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/RDFLib_sparqlwrapper.git_hullabaloo_README.md +d60ca8d49d1654968886612883a2affa9dccfaa8,https://github.com/sphinx-doc/sphinx.git,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sphinx-doc_sphinx.git_hullabaloo_README +db49180dd772ddb7643b633d57ad00c58914a519,https://github.com/OSGeo/grass.git,OSGeo_grass.git,OSGeo/grass.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OSGeo_grass.git_hullabaloo_README +2c00c5bc06261157db3b038b5c1ee233857c1950,https://github.com/horde/whups.git,horde_whups.git,horde/whups.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_whups.git_hullabaloo_README +48bfef8112a53bfd1aaa379d6cebf8d3252449f6,https://github.com/horde/gollem.git,horde_gollem.git,horde/gollem.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_gollem.git_hullabaloo_README +6d37f74e4afb9f4a063848714fdef8bae98389b3,https://gitlab.gnome.org/GNOME/nautilus.git,GNOME_nautilus.git,GNOME/nautilus.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_nautilus.git_hullabaloo_README +c00fc9e5b84573c6fcd40cbd5c050ee1c522409b,https://github.com/WinFF/winff.git,WinFF_winff.git,WinFF/winff.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/WinFF_winff.git_hullabaloo_README-Presets.txt +7b8c329578d642d31618d487b97864306c43073c,https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git,pulseaudio_pulseaudio.git,pulseaudio/pulseaudio.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pulseaudio_pulseaudio.git_hullabaloo_README.html.in +07c0385e931ffad1a79d7ea841a6d3f978f0bea9,https://github.com/rear/rear.git,rear_rear.git,rear/rear.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rear_rear.git_hullabaloo_README +624be3d90dcb600a6c63c81cdabb46e4e6edd9ce,https://github.com/scop/bash-completion,ompl_ompl,ompl/ompl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/scop_bash-completion_hullabaloo_README.md +e50471eaccdfc457ddad16c74e11353f74b1340a,https://github.com/mikel/mail,mikel_mail,mikel/mail,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mikel_mail_hullabaloo_README +e86316eb93013b55be49302bd2bbe9f18fe00564,https://github.com/jliljebl/flowblade,jliljebl_flowblade,jliljebl/flowblade,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jliljebl_flowblade_hullabaloo_README +b85b32d2b09c5a592327af88061f807439a9e1d6,https://github.com/schnorr/pajeng.git,schnorr_pajeng.git,schnorr/pajeng.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/schnorr_pajeng.git_hullabaloo_README.md +e46f8ed0adcabacd65c27dc8f3e6e5a3be988dd8,https://anongit.kde.org/lskat.git,lskat.git,lskat.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lskat.git_hullabaloo_README +38b6c39be74fb0440b6a67527bdd3887abb49853,https://github.com/jgoerzen/libnbcompat,jgoerzen_libnbcompat,jgoerzen/libnbcompat,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jgoerzen_libnbcompat_hullabaloo_README +c88982e5344d53e3ebc2ace59d5c849a53ad333c,https://github.com/leggewie-DM/scim,leggewie-DM_scim,leggewie-DM/scim,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/leggewie-DM_scim_hullabaloo_README.Debian +8c59ffa27b06802b3d3b1bedb67cf2404d872ec8,https://gitlab.dune-project.org/core/dune-grid,core_dune-grid,core/dune-grid,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/core_dune-grid_hullabaloo_README +b7d3cc34f68dab7b8f7d0777711317b334fc2219,https://github.com/bitlbee/bitlbee,bitlbee_bitlbee,bitlbee/bitlbee,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bitlbee_bitlbee_hullabaloo_README +89c51e13c4215a16ae47847892c93ad1c6eb1037,https://github.com/wxgeo/geophar,wxgeo_geophar,wxgeo/geophar,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wxgeo_geophar_hullabaloo_README +5968220213bdc9dc9442178738641b96c295df74,https://github.com/hhatto/autopep8.git,hhatto_autopep8.git,hhatto/autopep8.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/hhatto_autopep8.git_hullabaloo_README.rst +b48183d24b531c1d95f30ea106c976d0e7d6b12f,https://github.com/jeremyevans/sequel,jeremyevans_sequel,jeremyevans/sequel,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jeremyevans_sequel_hullabaloo_README +b2ff184712b9629d001bdc94b9fa2aba80aee929,https://github.com/arno-iptables-firewall/aif.git,arno-iptables-firewall_aif.git,arno-iptables-firewall/aif.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/arno-iptables-firewall_aif.git_hullabaloo_README +f5bb51bb768097d73833a74da8abece72ce7c963,https://github.com/briandfoy/business-isbn.git,briandfoy_business-isbn.git,briandfoy/business-isbn.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/briandfoy_business-isbn.git_hullabaloo_README +c9b0815a0076d1164eb0030ba0f408b2b2462bb0,https://github.com/iraf-community/pyraf.git,iraf-community_pyraf.git,iraf-community/pyraf.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/iraf-community_pyraf.git_hullabaloo_README +b4ca3f99d9fdc643706afe8ab04cbdb506cb916f,https://gitlab.com/irill/dose3,irill_dose3,irill/dose3,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/irill_dose3_hullabaloo_README.architecture +87829fb5006f99c7a0b5b376aa31f890e05bb20d,https://github.com/neurodebian/Psychtoolbox-3,neurodebian_Psychtoolbox-3,neurodebian/Psychtoolbox-3,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/neurodebian_Psychtoolbox-3_hullabaloo_README.rtf +d9d722e77b4f5821a703b640a1ef31fc5cf1799b,https://github.com/kthakore/frozen-bubble.git,kthakore_frozen-bubble.git,kthakore/frozen-bubble.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kthakore_frozen-bubble.git_hullabaloo_README +13e6e4ab1290cda9426eaedfeda70f7491b6b083,https://github.com/mate-desktop/mate-terminal.git,mate-desktop_mate-terminal.git,mate-desktop/mate-terminal.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-terminal.git_hullabaloo_README +4dc77ae843da711921d411630a701fb95e6f0efe,https://github.com/egiles/test-compile,egiles_test-compile,egiles/test-compile,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/egiles_test-compile_hullabaloo_README +01791d57d650e546a915522e57c079157a5bb395,https://gitlab.gnome.org/gnome/libxml2,gnome_libxml2,gnome/libxml2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gnome_libxml2_hullabaloo_README +f9121a29da39b2afcce7d0bbca6eafb51494417e,https://github.com/trahay/LiTL.git,trahay_LiTL.git,trahay/LiTL.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/trahay_LiTL.git_hullabaloo_README +3c3b2b05fa08d0024c8d44831632e9babd3392eb,https://gitlab.gnome.org/GNOME/frogr,GNOME_frogr,GNOME/frogr,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_frogr_hullabaloo_README +d54788c5fb2c6c7386f53756f6803b76ad7a2d68,https://github.com/rdiankov/collada-dom,rdiankov_collada-dom,rdiankov/collada-dom,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rdiankov_collada-dom_hullabaloo_README.rst +8a95bec377dbeabbc7bd66c01f020dbd86ec6c6a,https://github.com/bertogg/vagalume,bertogg_vagalume,bertogg/vagalume,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bertogg_vagalume_hullabaloo_README +a6693b9622881e400c00bfa7f4cde2a5d1fa28a0,https://github.com/duncs/perl-nagios-object.git,duncs_perl-nagios-object.git,duncs/perl-nagios-object.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/duncs_perl-nagios-object.git_hullabaloo_README +dfa9e1132acf062c9ebf25b178a738e2af647e5d,https://git.iem.at/pd/mediasettings.git,pd_mediasettings.git,pd/mediasettings.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pd_mediasettings.git_hullabaloo_README.txt +93cff3d69fb705806d2af4fd6f29c497ea3192e0,https://gitlab.freedesktop.org/dbus/dbus,dbus_dbus,dbus/dbus,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dbus_dbus_hullabaloo_README +6dee48770b16f51ccb5e2671de6d377de4dec268,https://github.com/book/HTTP-Proxy.git,book_HTTP-Proxy.git,book/HTTP-Proxy.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/book_HTTP-Proxy.git_hullabaloo_README +1376243cb9727804aca6e57e43caabd68d08ca04,https://github.com/kartverket/fyba.git,kartverket_fyba.git,kartverket/fyba.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kartverket_fyba.git_hullabaloo_README +d16acaa368fb8e1444fedf71dbfc42c054736908,https://github.com/PDAL/PDAL.git,PDAL_PDAL.git,PDAL/PDAL.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PDAL_PDAL.git_hullabaloo_README +4add42e5196837a6e83ea99580ddaf77425ff48d,https://github.com/libwbxml/libwbxml.git,libwbxml_libwbxml.git,libwbxml/libwbxml.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libwbxml_libwbxml.git_hullabaloo_README +70baa2d317c0641c59881e0d119468c9528f167b,https://github.com/debian-tex/xindy,debian-tex_xindy,debian-tex/xindy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_xindy_hullabaloo_README +d1db99bd96706c2f15fd8cfefb88fb6de9132f32,https://github.com/MtnViewJohn/context-free,MtnViewJohn_context-free,MtnViewJohn/context-free,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/MtnViewJohn_context-free_hullabaloo_README.txt +c5d1d08d6f960ee751fcd12556c07f24357bc568,https://github.com/openstreetmap/merkaartor.git,openstreetmap_merkaartor.git,openstreetmap/merkaartor.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/openstreetmap_merkaartor.git_hullabaloo_README +228e4de6c86576c5e6f5f458baf4ebc6778b925b,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Perl-Toolchain-Gang_ExtUtils-CBuilder.git_hullabaloo_README +7166eaa7ff40782f89aca81bf30e2e4ceac7fb76,https://git.gnunet.org/libextractor.git,libextractor.git,libextractor.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libextractor.git_hullabaloo_README +e45509914fe58df4a1b44678526b22583bce96cb,https://github.com/dleidert/chemical-mime,dleidert_chemical-mime,dleidert/chemical-mime,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dleidert_chemical-mime_hullabaloo_README +232dbda915dfcfec99e5983b7f53d57d4498a6aa,https://git.savannah.gnu.org/git/parted.git,git_parted.git,git/parted.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_parted.git_hullabaloo_README +c2991e6f535c586f9284e199b24677d5eabef61b,https://github.com/sshock/AFFLIBv3,sshock_AFFLIBv3,sshock/AFFLIBv3,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sshock_AFFLIBv3_hullabaloo_README +02116ea0ac1f46db269f2a4ea2f3a73a34e7292d,https://github.com/enthought/pyface,enthought_pyface,enthought/pyface,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/enthought_pyface_hullabaloo_README.txt +f3b7310a413febe7453335b77f9dd5498d5126c3,https://github.com/astropy/pyregion.git,astropy_pyregion.git,astropy/pyregion.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_pyregion.git_hullabaloo_README +58106d9e7de12ac43b6f39d3362da211b43dc0c8,https://github.com/astropy/photutils.git,astropy_photutils.git,astropy/photutils.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_photutils.git_hullabaloo_README.rst +dca9c0f4f96ae699282a561ee78d43d71e34ee02,https://github.com/mattdm/icebreaker.git,mattdm_icebreaker.git,mattdm/icebreaker.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mattdm_icebreaker.git_hullabaloo_README.themes +02ddb7fa2a15abddc2b5e206d03ffa694d203a81,https://github.com/kamalmostafa/minimodem,kamalmostafa_minimodem,kamalmostafa/minimodem,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kamalmostafa_minimodem_hullabaloo_README +7b391ceaf4d46bd2fe1464379fc48d6b3c8b6b01,https://github.com/micheles/decorator.git,micheles_decorator.git,micheles/decorator.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/micheles_decorator.git_hullabaloo_README.txt +5dfc3bbfe7c8023c4dca8bdd5b3b8d2567ab5824,https://github.com/horde/ingo.git,horde_ingo.git,horde/ingo.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_ingo.git_hullabaloo_README +9a1a12170b1f62ad65576ac30405ef86e364b97a,https://github.com/coq/coq,coq_coq,coq/coq,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/coq_coq_hullabaloo_README.emacs +51481efadbf5bbebfc20767c07056bd2dfc2fabc,https://github.com/MoarVM/MoarVM.git,MoarVM_MoarVM.git,MoarVM/MoarVM.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/MoarVM_MoarVM.git_hullabaloo_README.markdown +f7d1b9689bcfc44f154748fe06dadc6aac5da513,https://anongit.kde.org/kmines.git,kmines.git,kmines.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kmines.git_hullabaloo_README +6bd1c214786a50e688ba2b92f47307290e38c3f9,https://github.com/xonsh/xonsh.git,xonsh_xonsh.git,xonsh/xonsh.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xonsh_xonsh.git_hullabaloo_README.rst +21a52bb3dc7324767feec8992765e9dbd1a1a45b,https://github.com/ronsavage/Regexp-Assemble.git,ronsavage_Regexp-Assemble.git,ronsavage/Regexp-Assemble.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ronsavage_Regexp-Assemble.git_hullabaloo_README +70506a8b4ec9d361cc255fe9fce2592b0fb6c2fa,https://github.com/swiftmailer/swiftmailer,swiftmailer_swiftmailer,swiftmailer/swiftmailer,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/swiftmailer_swiftmailer_hullabaloo_README +24f3252d86aee1195e7a3bc8aba046c3fa8ed9da,https://github.com/fritzing/fritzing-app,fritzing_fritzing-app,fritzing/fritzing-app,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fritzing_fritzing-app_hullabaloo_README.txt +02ffe0d39c9c01d38c1024c0281e259b5881f335,https://github.com/rpm-software-management/popt.git,rpm-software-management_popt.git,rpm-software-management/popt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rpm-software-management_popt.git_hullabaloo_README +a564fa8d3f09ff049b3ff996ce68481975147658,https://github.com/arc/p5-image-exif.git,arc_p5-image-exif.git,arc/p5-image-exif.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/arc_p5-image-exif.git_hullabaloo_README +86f4639d37fc735d330cdfe9ee6bd9c71e159ad5,https://github.com/POV-Ray/povray,POV-Ray_povray,POV-Ray/povray,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/POV-Ray_povray_hullabaloo_README.txt +faf8800184faeb6ed2895221a46ffc4283873794,https://github.com/Beep6581/RawTherapee,Beep6581_RawTherapee,Beep6581/RawTherapee,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Beep6581_RawTherapee_hullabaloo_README.txt +d42497a37e754e0aaf8a6bd70242f9e8dad1fb18,https://github.com/mati75/openbox-debian,mati75_openbox-debian,mati75/openbox-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mati75_openbox-debian_hullabaloo_README +827bd5322fc216c6e6ce9749d5b141f3103667e1,https://github.com/pinard/Pymacs.git,pinard_Pymacs.git,pinard/Pymacs.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pinard_Pymacs.git_hullabaloo_README +1f0d77537679a3ca859e4c4d7a4086525ee4d5ba,https://github.com/OpenZWave/open-zwave,OpenZWave_open-zwave,OpenZWave/open-zwave,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenZWave_open-zwave_hullabaloo_README.txt +ee5471e0e4bcfab5b4da3faf46c96e5dbb49da47,https://github.com/nfs-ganesha/ntirpc.git,nfs-ganesha_ntirpc.git,nfs-ganesha/ntirpc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/nfs-ganesha_ntirpc.git_hullabaloo_README +94b1546cc20f1834994e74f74559fe5680d265e0,https://github.com/Bioconductor/GenomeInfoDb.git,Bioconductor_GenomeInfoDb.git,Bioconductor/GenomeInfoDb.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Bioconductor_GenomeInfoDb.git_hullabaloo_README.txt +3ff5d73d44d66771bcbd654ef73c5144dcc5e8ea,https://github.com/Microsoft/cpprestsdk,Microsoft_cpprestsdk,Microsoft/cpprestsdk,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Microsoft_cpprestsdk_hullabaloo_README.md +99ad98c23450e8f7c5a0c2f396b17c34cf6827a9,https://github.com/akorotkov/pgsphere,akorotkov_pgsphere,akorotkov/pgsphere,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/akorotkov_pgsphere_hullabaloo_README.pg_sphere +e8777977001f4df6d1830f7bd9a0e27c2d86b1b0,https://github.com/darold/ora2pg.git,darold_ora2pg.git,darold/ora2pg.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/darold_ora2pg.git_hullabaloo_README +600bcff56aefd5efa5a9f2afa783eea70dd9b81c,https://github.com/horde/wicked.git,horde_wicked.git,horde/wicked.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_wicked.git_hullabaloo_README +3b76bda50a43a7315e2c8c66bbf9a7d2304cbf73,https://gitlab.gnome.org/GNOME/gcr.git,GNOME_gcr.git,GNOME/gcr.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gcr.git_hullabaloo_README +838b0abe42e4bc7107245020acbf16145e35517f,https://gitlab.com/esr/irker.git,esr_irker.git,esr/irker.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/esr_irker.git_hullabaloo_README +b75e45e37d35fc9632bfddb6b0a4fbc8a772582c,https://github.com/tanob/libofa.git,tanob_libofa.git,tanob/libofa.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tanob_libofa.git_hullabaloo_README +93bb43c5e7e0ed31b0410c0c2a5b4cb7f103a2b5,https://github.com/NVIDIA/libglvnd.git,NVIDIA_libglvnd.git,NVIDIA/libglvnd.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NVIDIA_libglvnd.git_hullabaloo_README.md +71abe4493782ebaa9361dffcf093e4c712adaad5,https://github.com/glondu/nurpawiki.git,glondu_nurpawiki.git,glondu/nurpawiki.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/glondu_nurpawiki.git_hullabaloo_README +a52ac9ab7c5bfd2a2fe273be978e881ce2331d85,https://github.com/beautify-web/js-beautify,beautify-web_js-beautify,beautify-web/js-beautify,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/beautify-web_js-beautify_hullabaloo_README.txt +ea3dfe9c0f8f48eff4e248f82c5c53c66d4ed2a1,https://github.com/python-quantities/python-quantities.git,python-quantities_python-quantities.git,python-quantities/python-quantities.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/python-quantities_python-quantities.git_hullabaloo_README +e928ab7695bdc1258be48f48b1243bb15662b05e,https://github.com/BZFlag-Dev/bzflag.git,BZFlag-Dev_bzflag.git,BZFlag-Dev/bzflag.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/BZFlag-Dev_bzflag.git_hullabaloo_README.SOLARIS +8e604a479002568da3242de2c23d8f5c6e284adc,https://git.open-mesh.org/batmand.git,batmand.git,batmand.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/batmand.git_hullabaloo_README +365c55f7b339c0d509434dc6e2bbc15e8e898018,https://github.com/cminyard/ser2net,cminyard_ser2net,cminyard/ser2net,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cminyard_ser2net_hullabaloo_README +bf808dd9191b423533fb528c0d5ca317208bb983,https://github.com/horde/Db.git,horde_Db.git,horde/Db.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_Db.git_hullabaloo_README.TESTING.txt +2d00ead2e57653b771354a564f9a760c2ce0d18e,https://github.com/neovim/neovim,neovim_neovim,neovim/neovim,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/neovim_neovim_hullabaloo_README.md +30e5b38b5fd13c570724e00217bc1ad19dc559d0,https://anongit.kde.org/blinken.git,blinken.git,blinken.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/blinken.git_hullabaloo_README.packagers +a8f1660c6bd61e48f448d550eec66e5df20243d7,https://anongit.kde.org/ktuberling.git,ktuberling.git,ktuberling.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ktuberling.git_hullabaloo_README.PACKAGERS +b125dd455e563bf098d8d59d20202985b76103a9,https://github.com/muse-sequencer/muse.git,muse-sequencer_muse.git,muse-sequencer/muse.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/muse-sequencer_muse.git_hullabaloo_README +9a089c64d4c3b16038ed3acb526102d861cc033c,https://github.com/mate-desktop/mate-polkit.git,polkit_polkit,polkit/polkit,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-polkit.git_hullabaloo_README +754da0ef3ceb598b2e708f1498f6d22c92b290d7,https://github.com/davisking/dlib.git,davisking_dlib.git,davisking/dlib.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/davisking_dlib.git_hullabaloo_README.txt +72ab9af4f08b6fdff79dc9a30fef2a390d54f35d,https://github.com/iraf-community/sptable,iraf-community_sptable,iraf-community/sptable,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/iraf-community_sptable_hullabaloo_README +b7c45ed5bcc1a03e5f238bd77a829d37394aa361,https://github.com/linuxdeepin/dtkwidget.git,linuxdeepin_dtkwidget.git,linuxdeepin/dtkwidget.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/linuxdeepin_dtkwidget.git_hullabaloo_README.md +f48b7d4365172c46867ebd03b8e369e0d2960b49,https://github.com/gillesdegottex/fmit.git,gillesdegottex_fmit.git,gillesdegottex/fmit.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gillesdegottex_fmit.git_hullabaloo_README.md +76f67fdbf0d1dc9ccf0f62392f42d4463f06eeb0,https://github.com/NLnetLabs/nsd,NLnetLabs_nsd,NLnetLabs/nsd,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NLnetLabs_nsd_hullabaloo_README +d94369cd874ac65309d8e4f9de8b81125c66e27a,https://github.com/pd-externals/vbap.git,pd-externals_vbap.git,pd-externals/vbap.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pd-externals_vbap.git_hullabaloo_README.txt +ed5399fa23897fddaa11fb69eaa5383b3f66f4b4,https://github.com/libofx/libofx,libofx_libofx,libofx/libofx,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libofx_libofx_hullabaloo_README +510a2d98c6f4793dcc75c225dfc529f2d13d0d03,https://github.com/OpenPrinting/foomatic-db.git,OpenPrinting_foomatic-db.git,OpenPrinting/foomatic-db.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenPrinting_foomatic-db.git_hullabaloo_README +8480d3eb727de392cff13680d542c57f537cdd53,https://github.com/maik/xml-simple,maik_xml-simple,maik/xml-simple,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/maik_xml-simple_hullabaloo_README +8a3395dcfe3d11c7d15878c9310ea566b69b9deb,https://github.com/fumiyas/smbldap-tools,fumiyas_smbldap-tools,fumiyas/smbldap-tools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fumiyas_smbldap-tools_hullabaloo_README +155e671f7b83293ae327ddbd252d1d1ac961ab9a,https://github.com/math-comp/math-comp,math-comp_math-comp,math-comp/math-comp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/math-comp_math-comp_hullabaloo_README +54fb32159dfb55ee6dc41a6799261d8b90375b4c,https://git.savannah.gnu.org/git/libffcall.git,git_libffcall.git,git/libffcall.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_libffcall.git_hullabaloo_README +e337da8697b19d451fa3208ce4fe2f74a641e649,https://github.com/hardbyte/python-can.git,hardbyte_python-can.git,hardbyte/python-can.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/hardbyte_python-can.git_hullabaloo_README.txt +8b65509dcb4fe91c183195b92b695571526cfe13,https://github.com/libhangul/nabi.git,libhangul_nabi.git,libhangul/nabi.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libhangul_nabi.git_hullabaloo_README +faf83c5babaaf5c8135e2303472e1db3c9868ec9,https://git.code.sf.net/p/alsamodular/ams.git,p_alsamodular_ams.git,p/alsamodular/ams.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/p_alsamodular_ams.git_hullabaloo_README +3c2245dbec33d3c60ca56e85edf56d19dcb510a6,https://github.com/stephenenelson/convert-binhex.git,stephenenelson_convert-binhex.git,stephenenelson/convert-binhex.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/stephenenelson_convert-binhex.git_hullabaloo_README +9f3965f4863893a50cf6550f2bc279aadf83124f,https://github.com/debian-tex/cm-super,debian-tex_cm-super,debian-tex/cm-super,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_cm-super_hullabaloo_README.debian +3a00330f354a562bf3af5c916ac822d638de93aa,https://github.com/izimobil/polib.git,izimobil_polib.git,izimobil/polib.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/izimobil_polib.git_hullabaloo_README +02ad0efbc858a8f02c7878fe7a152358d2f08478,https://github.com/glennrp/libpng,glennrp_libpng,glennrp/libpng,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/glennrp_libpng_hullabaloo_README +759018707f166aab92abaeeb12c2cd7f482eee78,https://github.com/GNOME/java-atk-wrapper,GNOME_java-atk-wrapper,GNOME/java-atk-wrapper,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_java-atk-wrapper_hullabaloo_README +9f6324dd6e8799f4e721171f84a7c468b82ced2b,https://github.com/mapnik/mapnik.git,mapnik_mapnik.git,mapnik/mapnik.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mapnik_mapnik.git_hullabaloo_README +addd325f23ad06f311dca0da8f5e9a0ee76b692d,https://github.com/gdabah/distorm.git,gdabah_distorm.git,gdabah/distorm.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gdabah_distorm.git_hullabaloo_README +b0414fec70f81257e9a7fb6ed19b5596d7941bb6,https://git.code.sf.net/p/giflib/code,p_giflib_code,p/giflib/code,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/p_giflib_code_hullabaloo_README +9255fdd866997f1d73d5957e1fe27596c96014ec,https://github.com/CasparCG/server,CasparCG_server,CasparCG/server,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/CasparCG_server_hullabaloo_README.txt +d094140d772fd607efd21886d05178055a551686,https://github.com/bobek/sqlgrey-debian,bobek_sqlgrey-debian,bobek/sqlgrey-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bobek_sqlgrey-debian_hullabaloo_README +bcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b,https://git.lighttpd.net/lighttpd/lighttpd1.4.git,lighttpd_lighttpd1.4.git,lighttpd/lighttpd1.4.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lighttpd_lighttpd1.4.git_hullabaloo_README +2a522c395712069e8449fd8b8b7591f7c293182f,https://gitlab.gnome.org/GNOME/NetworkManager-vpnc,GNOME_NetworkManager-vpnc,GNOME/NetworkManager-vpnc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_NetworkManager-vpnc_hullabaloo_README +c614af3cf3674c9668b1299d0bfcc3480fb58489,https://github.com/cacalabs/libcaca.git,cacalabs_libcaca.git,cacalabs/libcaca.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cacalabs_libcaca.git_hullabaloo_README +a52c672a65f0c881c8b832613bd5abfe8ef249d0,https://github.com/Yubico/yubikey-personalization-gui-dpkg,Yubico_yubikey-personalization-gui-dpkg,Yubico/yubikey-personalization-gui-dpkg,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Yubico_yubikey-personalization-gui-dpkg_hullabaloo_README +7055748541b8259047e05b3dff7d6d7aa8e7d1e4,https://github.com/turicas/rows,turicas_rows,turicas/rows,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/turicas_rows_hullabaloo_README.markdown +4fd56bd35c27861337861233a7f362474157af57,https://github.com/coleifer/peewee,coleifer_peewee,coleifer/peewee,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/coleifer_peewee_hullabaloo_README.rst +f5a9170599da0f2894d883675ee6574d0823ccc3,https://gitlab.com/surfraw/Surfraw.git,surfraw_Surfraw.git,surfraw/Surfraw.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/surfraw_Surfraw.git_hullabaloo_README +89e642155a2d70125f05c3cb5749fbf225ee1267,https://github.com/tamuri/pal,tamuri_pal,tamuri/pal,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tamuri_pal_hullabaloo_README.html +69efa6b336d743533e591999162db77a4c412122,https://github.com/TobiasWinchen/klatexformula_debian,TobiasWinchen_klatexformula_debian,TobiasWinchen/klatexformula/debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/TobiasWinchen_klatexformula_debian_hullabaloo_README +d773b8bbbe1baecd3d05bef0bb05482668746232,https://github.com/aircrack-ng/aircrack-ng,rack_rack,rack/rack,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/aircrack-ng_aircrack-ng_hullabaloo_README +33cdc01c1db3a1cafaeb63e50247072b82ef49ea,https://gitlab.gnome.org/GNOME/libgtop.git,GNOME_libgtop.git,GNOME/libgtop.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_libgtop.git_hullabaloo_README +ce8670b5cde3bc6dbaae27fcf102ead968639302,https://github.com/rlabduke/javadev.git,rlabduke_javadev.git,rlabduke/javadev.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rlabduke_javadev.git_hullabaloo_README +410cff1dca4872556074ba2c7884781c707281fd,https://github.com/jackaudio/jack2.git,jackaudio_jack2.git,jackaudio/jack2.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jackaudio_jack2.git_hullabaloo_README.txt +0329ca7682f735fab3fc17281a2d4c59876cabbb,https://github.com/linkcheck/linkchecker.git,linkcheck_linkchecker.git,linkcheck/linkchecker.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/linkcheck_linkchecker.git_hullabaloo_README +b286b9dc6e112e901d518fae7e5a401fca71d95d,https://github.com/NOAA-PMEL/PyFerret.git,NOAA-PMEL_PyFerret.git,NOAA-PMEL/PyFerret.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NOAA-PMEL_PyFerret.git_hullabaloo_README +3907cad22209c78c3014dbd1a01205a2372ddfef,https://github.com/ARPA-SIMC/wreport,ARPA-SIMC_wreport,ARPA-SIMC/wreport,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ARPA-SIMC_wreport_hullabaloo_README +869b3979e6cfa884fd3940b3cae3f44db06bb99b,https://github.com/astropy/astropy-helpers,astropy_astropy-helpers,astropy/astropy-helpers,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_astropy-helpers_hullabaloo_README.rst +a7b001016f62bf0da27d6741332320028eaa1675,https://github.com/supercollider/sc3-plugins,supercollider_sc3-plugins,supercollider/sc3-plugins,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/supercollider_sc3-plugins_hullabaloo_README.rtf +ee533bd510079c4c14b1895bf6cd5553177d88fb,https://github.com/collective/icalendar,collective_icalendar,collective/icalendar,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/collective_icalendar_hullabaloo_README.txt +824289d0bc3048b996c815f67e5fd100b529dc94,https://github.com/SCons/scons,SCons_scons,SCons/scons,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SCons_scons_hullabaloo_README +e539f02a626a2f8b94919496215b2ab9e140e61c,https://github.com/csound/csound.git,csound_csound.git,csound/csound.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/csound_csound.git_hullabaloo_README +ea13ad7669ddcee55ee7e659edddd14d08ee3544,https://github.com/composer/composer,composer_composer,composer/composer,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/composer_composer_hullabaloo_README.md +e6e0987d5e613b973869f138f03aaa8baf72fe67,https://gitlab.gnome.org/GNOME/gtranslator.git,GNOME_gtranslator.git,GNOME/gtranslator.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gtranslator.git_hullabaloo_README +6d251337b6a13311385027ad92bd99c81bcee642,https://github.com/silnrsi/graphite.git,silnrsi_graphite.git,silnrsi/graphite.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/silnrsi_graphite.git_hullabaloo_README +038c9aa154bbeab30232db1dcb9110e6254a2b9f,https://github.com/poizon/HTML-Clean.git,poizon_HTML-Clean.git,poizon/HTML-Clean.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/poizon_HTML-Clean.git_hullabaloo_README +29d14b95e9b034d765a224e9c3e8cd4379943216,https://anongit.kde.org/kgoldrunner.git,kgoldrunner.git,kgoldrunner.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kgoldrunner.git_hullabaloo_README +a77afcbababe1b3355ae5f585f9a119c58a95540,https://github.com/codership/galera,codership_galera,codership/galera,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/codership_galera_hullabaloo_README +34a9587eb84268323ac9aee0551963bd6c292b55,https://github.com/BIC-MNI/libminc.git,BIC-MNI_libminc.git,BIC-MNI/libminc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/BIC-MNI_libminc.git_hullabaloo_README +000a10bbcf1c10ca04a0000faea212f41a5f1f90,https://gitlab.dune-project.org/staging/dune-uggrid,staging_dune-uggrid,staging/dune-uggrid,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/staging_dune-uggrid_hullabaloo_README +b4880de2d75df970cd360ccea8473cee9544fb6b,https://github.com/bgoglin/llgal,bgoglin_llgal,bgoglin/llgal,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bgoglin_llgal_hullabaloo_README +13cd4c8960688af11ad23b4c946149015c80d549,https://github.com/SELinuxProject/selinux.git,SELinuxProject_selinux.git,SELinuxProject/selinux.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SELinuxProject_selinux.git_hullabaloo_README +5cb1bcd04d40925247aee2538940b8b6a2be0f4f,https://github.com/radsecproxy/radsecproxy.git,radsecproxy_radsecproxy.git,radsecproxy/radsecproxy.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/radsecproxy_radsecproxy.git_hullabaloo_README +19d090d6e3a8554f53498cda7783cc86cd67c3be,https://github.com/mongodb/mongo-c-driver,mongodb_mongo-c-driver,mongodb/mongo-c-driver,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mongodb_mongo-c-driver_hullabaloo_README +7a64c29b76a94f3f225e0f1d635a622289219980,https://github.com/mati75/obconf-debian.git,mati75_obconf-debian.git,mati75/obconf-debian.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mati75_obconf-debian.git_hullabaloo_README +3c110934b15d04f8854b390cc123eeac2caa5a81,https://github.com/SteScho/manubulon-snmp.git,SteScho_manubulon-snmp.git,SteScho/manubulon-snmp.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SteScho_manubulon-snmp.git_hullabaloo_README +ce31c63b9a378e1bc139bb20b73b40782177c529,https://github.com/mmottl/res,mmottl_res,mmottl/res,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mmottl_res_hullabaloo_README +3dde0d733cad58f01c3d667d7e6bc0dd6ca40608,https://gitlab.freedesktop.org/xorg/lib/libxext.git,xorg_lib_libxext.git,xorg/lib/libxext.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xorg_lib_libxext.git_hullabaloo_README +80976faafb6e9347dbec3f36fe62f5a9b80403c6,https://github.com/erikkaashoek/Comskip.git,erikkaashoek_Comskip.git,erikkaashoek/Comskip.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/erikkaashoek_Comskip.git_hullabaloo_README.txt +13cd4c8960688af11ad23b4c946149015c80d549,https://github.com/SELinuxProject/selinux,SELinuxProject_selinux,SELinuxProject/selinux,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SELinuxProject_selinux_hullabaloo_README +65dd6c22cda1839b50b73ed72ca4dbd8c77ecad6,https://github.com/ubaldus/eja,ubaldus_eja,ubaldus/eja,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ubaldus_eja_hullabaloo_README +36203632a2dc68a547cdc8ab7ab6f94e6eb49226,https://github.com/jwilk/i18nspector,jwilk_i18nspector,jwilk/i18nspector,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jwilk_i18nspector_hullabaloo_README +58106d9e7de12ac43b6f39d3362da211b43dc0c8,https://github.com/astropy/ccdproc.git,astropy_ccdproc.git,astropy/ccdproc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_ccdproc.git_hullabaloo_README.rst +fb1f9d09d5bd1eb9169349b7082cf464d85c684b,https://github.com/jglobus/JGlobus,jglobus_JGlobus,jglobus/JGlobus,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jglobus_JGlobus_hullabaloo_README.textile +21c4c1656dd6a74141aa672853f7f3017cae43ee,https://gitlab.gnome.org/GNOME/libwnck,GNOME_libwnck,GNOME/libwnck,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_libwnck_hullabaloo_README +5bf54ee84e905c45002287871a0204da0def2ce4,https://github.com/weaverba137/pydl,weaverba137_pydl,weaverba137/pydl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/weaverba137_pydl_hullabaloo_README.txt +53a402d61c6bf3823e495e4660f560ec0f77d001,https://github.com/debian-tex/texworks,debian-tex_texworks,debian-tex/texworks,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_texworks_hullabaloo_README +b9a14fd133ab3c1da2fc28c018ddd5aac248183b,https://github.com/caolan/async,caolan_async,caolan/async,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/caolan_async_hullabaloo_README.md +801e4b2c3829ca87835c7d2ad6e93c3891e7bf0b,https://github.com/cracklib/cracklib.git,cracklib_cracklib.git,cracklib/cracklib.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cracklib_cracklib.git_hullabaloo_README +a48cf5351bd8d2c1474481425e29eaa1d18050b2,https://github.com/bpython/bpython.git,bpython_bpython.git,bpython/bpython.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bpython_bpython.git_hullabaloo_README +2414dc1f86e72fa43969759bc7362a1a00fb180a,https://github.com/Raku/nqp.git,Raku_nqp.git,Raku/nqp.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Raku_nqp.git_hullabaloo_README +ef416fc25c4af449e930416117bedb12fc9924ba,https://github.com/OpenPrinting/cups,OpenPrinting_cups,OpenPrinting/cups,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenPrinting_cups_hullabaloo_README.txt +fdfe65b1592c9d60550455ec19deb99f8be33ef5,https://github.com/ruby-gnome/ruby-gnome.git,ruby-gnome_ruby-gnome.git,ruby-gnome/ruby-gnome.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ruby-gnome_ruby-gnome.git_hullabaloo_README +3ced692f2d504c6c1dbf8c01feee8b0747ca5dbe,https://github.com/comotion/cpm,comotion_cpm,comotion/cpm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/comotion_cpm_hullabaloo_README +8afc2e65c5bb69b7061b77b0cf899cf05043435d,https://github.com/gap-packages/sonata.git,gap-packages_sonata.git,gap-packages/sonata.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gap-packages_sonata.git_hullabaloo_README.sonata +001253b4d14c6209443e575270f94575388c7671,https://github.com/horde/turba.git,horde_turba.git,horde/turba.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_turba.git_hullabaloo_README +80c8c2d0a6e63745ff099b33ad2848b6fb17285a,https://github.com/dabeaz/ply,dabeaz_ply,dabeaz/ply,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dabeaz_ply_hullabaloo_README +361122eb22d5681c58dac731009e4814b3dd5fa5,https://github.com/andialbrecht/sqlparse.git,andialbrecht_sqlparse.git,andialbrecht/sqlparse.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/andialbrecht_sqlparse.git_hullabaloo_README +51607386c7609a483568ad935083c9668fe6241b,https://github.com/paramiko/paramiko,paramiko_paramiko,paramiko/paramiko,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/paramiko_paramiko_hullabaloo_README +602e11a5d26ea0d712de6b7a2ea0b18545bbbdd7,https://github.com/pear/Mail_Mime.git,pear_Mail_Mime.git,pear/Mail/Mime.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pear_Mail_Mime.git_hullabaloo_README +9c025782b67501675ef6775d7316c034d53cbccb,https://github.com/scikit-bio/scikit-bio,scikit-bio_scikit-bio,scikit-bio/scikit-bio,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/scikit-bio_scikit-bio_hullabaloo_README.md +b15ad394279fc3b7f998fa56857f334a7c0156f6,https://github.com/pallets/flask,pallets_flask,pallets/flask,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pallets_flask_hullabaloo_README +e35b2d4296b3efe628e83b48e367367551acb1b1,https://github.com/leggewie-DM/gjots2,leggewie-DM_gjots2,leggewie-DM/gjots2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/leggewie-DM_gjots2_hullabaloo_README +2525c00f8242b4233741af213db382febeff2494,https://github.com/jmcnamara/XlsxWriter,jmcnamara_XlsxWriter,jmcnamara/XlsxWriter,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jmcnamara_XlsxWriter_hullabaloo_README.txt +48e3a31cab2c6b515c26e69878f606a6d4d6df6f,https://github.com/fluxbox/fbpager,fluxbox_fbpager,fluxbox/fbpager,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fluxbox_fbpager_hullabaloo_README +4f24a35522f46f2326d0a6bdb2243bbda7e7c4a0,https://github.com/formorer/pkg-ipvsadm,formorer_pkg-ipvsadm,formorer/pkg-ipvsadm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/formorer_pkg-ipvsadm_hullabaloo_README +70ddf028d8bc5edd79a027e10f316939b9359b0e,https://github.com/michaelrsweet/htmldoc.git,michaelrsweet_htmldoc.git,michaelrsweet/htmldoc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/michaelrsweet_htmldoc.git_hullabaloo_README +b167f04567212f1a8faba4e8e0511f77947c9221,https://github.com/projectM-visualizer/projectm.git,projectM-visualizer_projectm.git,projectM-visualizer/projectm.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/projectM-visualizer_projectm.git_hullabaloo_README +ed9b544e10b84cd43348ddfab7068b610a5df1f7,https://github.com/wooga/eredis.git,redis_redis.git,redis/redis.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wooga_eredis.git_hullabaloo_README.md +c32f06ff08aa210100a6b5a210e4b34a19e95ee5,https://github.com/horde/Image.git,horde_Image.git,horde/Image.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_Image.git_hullabaloo_README.rst +b39620ae75fce3b9b605d3f6e952edce0ed5c48d,https://github.com/horde/imp.git,horde_imp.git,horde/imp.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_imp.git_hullabaloo_README +f4fca7cba3ee7bf585d76b8802b8f8ba623590e2,https://github.com/FCS-analysis/multipletau,FCS-analysis_multipletau,FCS-analysis/multipletau,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/FCS-analysis_multipletau_hullabaloo_README.md +f95d1dc1fbd7d3c223f456c53b4136183ac4366f,https://github.com/samtools/htsjdk.git,samtools_htsjdk.git,samtools/htsjdk.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/samtools_htsjdk.git_hullabaloo_README.txt +7b2e2a8350d356ba904102c0ccd31f5e4aa55fff,https://github.com/coppit/mail-mbox-messageparser.git,coppit_mail-mbox-messageparser.git,coppit/mail-mbox-messageparser.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/coppit_mail-mbox-messageparser.git_hullabaloo_README +220938727b7aa59dd3138300d2e541bc478c4925,https://github.com/Unity-Technologies/qstat,Unity-Technologies_qstat,Unity-Technologies/qstat,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Unity-Technologies_qstat_hullabaloo_README.txt +fbb3c512ecbffc97825eaaaf925c9af580608fa8,https://github.com/scikit-learn/scikit-learn.git,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/scikit-learn_scikit-learn.git_hullabaloo_README +b0b6062c3550045c62c267054ce297bdf7740f64,https://github.com/rdiff-backup/rdiff-backup.git,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rdiff-backup_rdiff-backup.git_hullabaloo_README +0c48e0feec2529ee192194cf673a9dd216df56c3,https://gitlab.gnome.org/GNOME/genius,GNOME_genius,GNOME/genius,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_genius_hullabaloo_README +c3cbe50ef88781e267384d67122073204df69604,https://github.com/bingos/module-install-readmefrompod.git,bingos_module-install-readmefrompod.git,bingos/module-install-readmefrompod.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bingos_module-install-readmefrompod.git_hullabaloo_README +92112ff6c3bd99eb82eb9069e406f375c41ec9db,https://github.com/bluca/gsl,bluca_gsl,bluca/gsl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bluca_gsl_hullabaloo_README.md +a07e36e1d1b6c5d948cbf490656f21e165154dc6,https://github.com/letsencrypt/letsencrypt.git,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/letsencrypt_letsencrypt.git_hullabaloo_README +7ef954bcc80678f44424e42e4403f7bf3790832c,https://github.com/PythonCharmers/python-future,PythonCharmers_python-future,PythonCharmers/python-future,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PythonCharmers_python-future_hullabaloo_README.rst +671f830d0b89fa41aa033a6d8b80deb739bc1ee3,https://github.com/yquake2/yquake2,yquake2_yquake2,yquake2/yquake2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/yquake2_yquake2_hullabaloo_README +4445878fc2e6cc2c56c0a9d004d97a3a3bd1edae,https://github.com/enthought/mayavi.git,enthought_mayavi.git,enthought/mayavi.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/enthought_mayavi.git_hullabaloo_README.txt +701657e54b450e5c9ca8dd2a7a6c5029fecd0996,https://github.com/tLDP/python-tldp,tLDP_python-tldp,tLDP/python-tldp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tLDP_python-tldp_hullabaloo_README.rst +781b0ff3f74abd6f5353b6d08763bbba93f2f21c,https://github.com/mate-desktop/mate-notification-daemon.git,mate-desktop_mate-notification-daemon.git,mate-desktop/mate-notification-daemon.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-notification-daemon.git_hullabaloo_README +babad3d0eb3b164f58ff5de1e2462323e4e6886b,https://github.com/team-charls/charls.git,team-charls_charls.git,team-charls/charls.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/team-charls_charls.git_hullabaloo_README_IMG.TXT +7300bfe1c9befb339c1ab74aa1781b53cc019c72,https://github.com/sudipm-mukherjee/micro-httpd.git,sudipm-mukherjee_micro-httpd.git,sudipm-mukherjee/micro-httpd.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sudipm-mukherjee_micro-httpd.git_hullabaloo_README +3f9edad676bcd0f855be1a207592e1cedb095ca1,https://github.com/Z3Prover/z3.git,Z3Prover_z3.git,Z3Prover/z3.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Z3Prover_z3.git_hullabaloo_README-win.txt +5e89187412c84d83ea37b3b63424f5d6fdf2eea0,https://github.com/sphinx-doc/sphinxcontrib-websupport,sphinx-doc_sphinxcontrib-websupport,sphinx-doc/sphinxcontrib-websupport,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sphinx-doc_sphinxcontrib-websupport_hullabaloo_README.rst +6784232332ef8c7cd0d07cce3126291a0da8db12,https://github.com/alexmyczko/ree,alexmyczko_ree,alexmyczko/ree,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/alexmyczko_ree_hullabaloo_README.md +f229cfdb3a0e47d4de93eb30e649fa660f288c2f,https://anongit.kde.org/kblackbox.git,kblackbox.git,kblackbox.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kblackbox.git_hullabaloo_README +c20b934ff2b2937e7997bdeb1d674d8ba6fc8a39,https://github.com/pytroll/aggdraw,pytroll_aggdraw,pytroll/aggdraw,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pytroll_aggdraw_hullabaloo_README +312ba610a1e98fc656fb58178227d7d45a64494e,https://github.com/mate-desktop/mate-applets.git,mate-desktop_mate-applets.git,mate-desktop/mate-applets.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-applets.git_hullabaloo_README +70d01aaaa015a71c503432efa4610acd50a662a6,https://github.com/gamelinux/prads.git,gamelinux_prads.git,gamelinux/prads.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gamelinux_prads.git_hullabaloo_README +4750b90ad18f4f59fa19b839550d6397f5dffbfd,https://gitlab.gnome.org/GNOME/evolution,GNOME_evolution,GNOME/evolution,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_evolution_hullabaloo_README.TXT +130e6860394575ea183f25c41097aae56c2c575f,https://android.googlesource.com/platform/system/tools/aidl,platform_system_tools_aidl,platform/system/tools/aidl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/platform_system_tools_aidl_hullabaloo_README +5f20ce17003761c10d4a4806171194723fc7b247,https://github.com/giampaolo/psutil,giampaolo_psutil,giampaolo/psutil,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/giampaolo_psutil_hullabaloo_README +a51cb2ead6ef06d0054c6eacce8088ad507398fe,https://github.com/jetmore/swaks,jetmore_swaks,jetmore/swaks,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jetmore_swaks_hullabaloo_READMEd +8886f569b14688eae0dd15507f7e07523ba4f711,https://github.com/garglk/garglk.git,garglk_garglk.git,garglk/garglk.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/garglk_garglk.git_hullabaloo_README +da26fe3cdd4d70ecd89b3a43557195ec09e7671c,https://github.com/IJHack/QtPass,IJHack_QtPass,IJHack/QtPass,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/IJHack_QtPass_hullabaloo_README.md +2eabd6d0562a113270e8b366219eca5d5056eb20,https://github.com/OpenSC/pkcs11-helper,OpenSC_pkcs11-helper,OpenSC/pkcs11-helper,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenSC_pkcs11-helper_hullabaloo_README +235f8ffc7b53a159b6c0f49cb7875485843b2bd2,https://github.com/linuxmint/cinnamon-settings-daemon.git,linuxmint_cinnamon-settings-daemon.git,linuxmint/cinnamon-settings-daemon.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/linuxmint_cinnamon-settings-daemon.git_hullabaloo_README +24c93e4caa6a933a95ad7239680dc3ef535f7182,https://github.com/CMB/edbrowse.git,CMB_edbrowse.git,CMB/edbrowse.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/CMB_edbrowse.git_hullabaloo_README +729e10ad68a81c5ef1ad2a6a226feae360128187,https://git.linuxtv.org/xawtv3.git,xawtv3.git,xawtv3.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xawtv3.git_hullabaloo_README.de +84da6c1f7f1877662ad3e83858e77872426e2f14,https://gitlab.freedesktop.org/cairo/cairo,cairo_cairo,cairo/cairo,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cairo_cairo_hullabaloo_README +e9a6387e82aba6ea9b83e1a284b6d6d032b4f331,https://github.com/enthought/traits.git,enthought_traits.git,enthought/traits.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/enthought_traits.git_hullabaloo_README.txt +33362ce21152850825ed9177f2e78c90d71c9859,https://github.com/vicgeralds/vitetris,vicgeralds_vitetris,vicgeralds/vitetris,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vicgeralds_vitetris_hullabaloo_README +7f44820fbd292a6a433d968e14b2ea6ee821a7aa,https://github.com/s3fs-fuse/s3fs-fuse,s3fs-fuse_s3fs-fuse,s3fs-fuse/s3fs-fuse,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/s3fs-fuse_s3fs-fuse_hullabaloo_README +a275dcc473accef73033626703ffe81194d394e1,https://github.com/jaalto/project--perl-webget,jaalto_project--perl-webget,jaalto/project--perl-webget,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jaalto_project--perl-webget_hullabaloo_README +55d2cfe0c0fcdb395d6c77cb56fe54750f6b2140,https://github.com/dkogan/xcscope.el,dkogan_xcscope.el,dkogan/xcscope.el,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dkogan_xcscope.el_hullabaloo_README.org +15afde00a6826bc0744c6b884b018db1ae59ce3b,https://github.com/book/DateTime-Format-Mail.git,book_DateTime-Format-Mail.git,book/DateTime-Format-Mail.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/book_DateTime-Format-Mail.git_hullabaloo_README +c84221e40845a9a3009851e7cb6c3c9c2615df79,https://github.com/zoggy/lablgtk-extras.git,zoggy_lablgtk-extras.git,zoggy/lablgtk-extras.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/zoggy_lablgtk-extras.git_hullabaloo_README +ef9045f11d7bc4afa6c8b8e89c1cebae75b5be50,https://gitlab.com/osslugaru/lugaru,osslugaru_lugaru,osslugaru/lugaru,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/osslugaru_lugaru_hullabaloo_README +89bd5e5685aa4e985532dfe222a5cfa7d9954a27,https://github.com/horde/trean.git,horde_trean.git,horde/trean.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_trean.git_hullabaloo_README +8e6fa54138e81c7454b80a36d22366703fa01031,https://github.com/asgeirn/brev-cls.git,asgeirn_brev-cls.git,asgeirn/brev-cls.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/asgeirn_brev-cls.git_hullabaloo_README +3ceb8c59e0ff5977a9c9db1b68f985e2e5218732,https://gitlab.xiph.org/xiph/theora.git,xiph_theora.git,xiph/theora.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xiph_theora.git_hullabaloo_README +bcafbeb92407feedad2ba5ffbeda811831e5b885,https://github.com/pear/Net_Socket.git,pear_Net_Socket.git,pear/Net/Socket.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pear_Net_Socket.git_hullabaloo_README.md +eaebfaeea9cabb12fcf83c2f34866f2d46a1c757,https://github.com/blais/xxdiff.git,blais_xxdiff.git,blais/xxdiff.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/blais_xxdiff.git_hullabaloo_README.build +52712c663552022814e2102a36dda8776a318628,https://github.com/wanderlust/semi,wanderlust_semi,wanderlust/semi,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wanderlust_semi_hullabaloo_README.en +6e14ab37adbe8c69175f66ecb0e84f5e215e86cb,https://github.com/trevorld/r-optparse.git,trevorld_r-optparse.git,trevorld/r-optparse.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/trevorld_r-optparse.git_hullabaloo_README +74bb7ac84d035e5b193b8488559a50581db8d169,https://git.code.sf.net/p/ps-watcher/code,p_ps-watcher_code,p/ps-watcher/code,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/p_ps-watcher_code_hullabaloo_README +4e007d5588f7b83671dff86983d0184ab942d199,https://github.com/debian-tex/cjk,debian-tex_cjk,debian-tex/cjk,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_cjk_hullabaloo_README.Debian +f2b9d24e954d2fcfef4596837f40b1e5aad3de46,https://github.com/vim-syntastic/syntastic,vim-syntastic_syntastic,vim-syntastic/syntastic,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vim-syntastic_syntastic_hullabaloo_README.markdown +3a825ae8ea70d038f82e8efdf8cb9fd95f5d5761,https://github.com/qca/open-ath9k-htc-firmware.git,qca_open-ath9k-htc-firmware.git,qca/open-ath9k-htc-firmware.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/qca_open-ath9k-htc-firmware.git_hullabaloo_README +c9bb1f54b57c2ec0d115158b72ab26d8a704ffb6,https://github.com/NVIDIA/thrust,NVIDIA_thrust,NVIDIA/thrust,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/NVIDIA_thrust_hullabaloo_README +f5b7be3d4a0443193ad738895658057d56423673,https://github.com/Blosc/python-blosc.git,Blosc_python-blosc.git,Blosc/python-blosc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Blosc_python-blosc.git_hullabaloo_README.txt +65970377bc0189dc38ea66e0aba7609041bb0e73,https://github.com/phmarek/fsvs.git,phmarek_fsvs.git,phmarek/fsvs.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/phmarek_fsvs.git_hullabaloo_README +4bb961dfbf9411e090f1d942d0fde6c82b9fa4b5,https://github.com/cherrypy/cheroot.git,cherrypy_cheroot.git,cherrypy/cheroot.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cherrypy_cheroot.git_hullabaloo_README.TXT +91b7bf1df3ecb9e786e1f243e2dd9f70a8d43bd4,https://github.com/libsdl-org/SDL_mixer.git,libsdl-org_SDL_mixer.git,libsdl-org/SDL/mixer.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libsdl-org_SDL_mixer.git_hullabaloo_README +c7835c075e1d2efcffc266219720d3aec6d4b8d8,https://github.com/pyvisa/pyvisa.git,pyvisa_pyvisa.git,pyvisa/pyvisa.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pyvisa_pyvisa.git_hullabaloo_README +a0f5893b208b2a1e15a3de20bba65ce76bb6b63c,https://github.com/HaxeFoundation/haxe-debian,HaxeFoundation_haxe-debian,HaxeFoundation/haxe-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/HaxeFoundation_haxe-debian_hullabaloo_README.txt +dd6d19417c6af365ba6fc1f66fb5d0dcafc02154,https://github.com/iem-projects/pd-iemmatrix,iem-projects_pd-iemmatrix,iem-projects/pd-iemmatrix,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/iem-projects_pd-iemmatrix_hullabaloo_README +4612cef9edafdd846fb2b5c61e81864b83bf2b3e,https://github.com/mytbk/fqterm,qterm_qterm,qterm/qterm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mytbk_fqterm_hullabaloo_README_en.md +b43383167ab73ae0df3242926160488116b2ec5c,https://github.com/mitsuhiko/flask-openid.git,mitsuhiko_flask-openid.git,mitsuhiko/flask-openid.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mitsuhiko_flask-openid.git_hullabaloo_README +5cad2b6bf57eb64ea34e3b3fd916a0e10ce15c3a,https://github.com/backuppc/backuppc,backuppc_backuppc,backuppc/backuppc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/backuppc_backuppc_hullabaloo_README +2c0383abf2dd11c70e8d1040ff5a29918b18a07e,https://github.com/ponyorm/pony,ponyorm_pony,ponyorm/pony,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ponyorm_pony_hullabaloo_README +20d821265d50eee500b5ff4e36c1fdc9ef4516f2,https://github.com/dagolden/Pod-Wordlist-hanekomu,dagolden_Pod-Wordlist-hanekomu,dagolden/Pod-Wordlist-hanekomu,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dagolden_Pod-Wordlist-hanekomu_hullabaloo_README +86954d3e84c7359efc45e44967e27632e8a709a7,https://github.com/translate/translate,translate_translate,translate/translate,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/translate_translate_hullabaloo_README.TXT +ba1fcfd84f0b0bd3c8db24cb761f1e97cd413589,https://github.com/antocm/guidedog,antocm_guidedog,antocm/guidedog,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/antocm_guidedog_hullabaloo_README +0081b4ac955ab8199c7dbef73d3143af2057bc2d,https://gitlab.gnome.org/GNOME/pan.git,GNOME_pan.git,GNOME/pan.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_pan.git_hullabaloo_README +f3830f084664226085ed00702b396452b82aaaee,https://github.com/ionelmc/python-darkslide.git,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ionelmc_python-darkslide.git_hullabaloo_README +f6307607e93579430af4144b537b6354bcf638c5,https://github.com/aircrack-ng/aircrack-ng,aircrack-ng_aircrack-ng,aircrack-ng/aircrack-ng,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/aircrack-ng_aircrack-ng_hullabaloo_README +53d8ed47a4c62a4e4c368cb941d72d51507d9b65,https://github.com/sqlalchemy/mako,sqlalchemy_mako,sqlalchemy/mako,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sqlalchemy_mako_hullabaloo_README +dbfe2e81eae67ea9b01ec2607124da03345d6cea,https://github.com/porridge/libydpdict,porridge_libydpdict,porridge/libydpdict,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/porridge_libydpdict_hullabaloo_README +3b74ba8cb5e8a089261a565ab4e58f244021cf73,https://github.com/unknown-horizons/unknown-horizons.git,unknown-horizons_unknown-horizons.git,unknown-horizons/unknown-horizons.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/unknown-horizons_unknown-horizons.git_hullabaloo_README +24b21e275a84e543676ea74fb56f71665e9c183a,https://github.com/dai-vdr/gkrelluim.git,dai-vdr_gkrelluim.git,dai-vdr/gkrelluim.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dai-vdr_gkrelluim.git_hullabaloo_README +a541deec4eb82572e77800e1670cbfcc686cb62e,https://github.com/yayahjb/cbflib,yayahjb_cbflib,yayahjb/cbflib,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/yayahjb_cbflib_hullabaloo_README +92a866535d416e14ae5b0cd8940699ba654c4a42,https://github.com/pytrainer/pytrainer.git,pytrainer_pytrainer.git,pytrainer/pytrainer.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pytrainer_pytrainer.git_hullabaloo_README.txt +e34d1cd5446d7c1ad7b0c44e41748e31f4fcb56b,https://github.com/subdownloader/subdownloader,subdownloader_subdownloader,subdownloader/subdownloader,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/subdownloader_subdownloader_hullabaloo_README.txt +a07e36e1d1b6c5d948cbf490656f21e165154dc6,https://github.com/certbot/josepy,certbot_josepy,certbot/josepy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/certbot_josepy_hullabaloo_README +cd3fe5260af8613f53a93c44848cd731b5b5c9c9,https://github.com/debian-tex/asymptote,debian-tex_asymptote,debian-tex/asymptote,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_asymptote_hullabaloo_README +413c88c33f7bc89524588a2b9331acdc3b4d5ffa,https://github.com/gak/gravit,gak_gravit,gak/gravit,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gak_gravit_hullabaloo_README +a2ea193bd4eb60ae01912750331021d24d02a2f8,https://git.savannah.gnu.org/git/nano.git,git_nano.git,git/nano.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_nano.git_hullabaloo_README +d50ad2cad47c1b2603ea7f2caedd65bfde73f0c1,https://github.com/leitao/fortunes-br.git,leitao_fortunes-br.git,leitao/fortunes-br.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/leitao_fortunes-br.git_hullabaloo_README +a294f080cfd150f023c26200151f7029e818b17a,https://github.com/hMatoba/Piexif,hMatoba_Piexif,hMatoba/Piexif,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/hMatoba_Piexif_hullabaloo_README.md +5b15d154d4a78250382ab7d0ea290c655a23e964,https://github.com/pyparsing/pyparsing,pyparsing_pyparsing,pyparsing/pyparsing,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pyparsing_pyparsing_hullabaloo_README +45c9cc344b54576c0f95b05149f18ac51955f9bb,https://github.com/bibletime/bibletime.git,bibletime_bibletime.git,bibletime/bibletime.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bibletime_bibletime.git_hullabaloo_README.in +0243f4a01aef18ab668a9ce9a15b540c3c28f24f,https://github.com/wojdyr/xylib,wojdyr_xylib,wojdyr/xylib,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wojdyr_xylib_hullabaloo_README +a1e9265cad03d076a84b74ddf566dff4f2ad8e3b,https://github.com/erikd/libsndfile,erikd_libsndfile,erikd/libsndfile,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/erikd_libsndfile_hullabaloo_README +994dcfa580cc66bff8666c3be38d7d87f2f42beb,git://git.kitenet.net/words2nums,words2nums,words2nums,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/words2nums_hullabaloo_README +f57233d5c5cc4ba63cbf00a87085f303911adb79,https://github.com/lxde/lxappearance.git,lxde_lxappearance.git,lxde/lxappearance.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lxde_lxappearance.git_hullabaloo_README +9023ca0156e513e6ff0669bedb55264049a7bba3,https://github.com/Quipyowert2/geki2,Quipyowert2_geki2,Quipyowert2/geki2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Quipyowert2_geki2_hullabaloo_README +12c52e289dc2f09e3867093042d95a772422702f,https://github.com/BioPP/bpp-seq,BioPP_bpp-seq,BioPP/bpp-seq,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/BioPP_bpp-seq_hullabaloo_README.md +b5d498ea44d32b78fa571f72c92a472dafe46733,https://github.com/resurrecting-open-source-projects/txt2html,resurrecting-open-source-projects_txt2html,resurrecting-open-source-projects/txt2html,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/resurrecting-open-source-projects_txt2html_hullabaloo_README +cb02d5d0e770e2a8cbe5a8ac810820a2ce5fec0c,https://gitlab.freedesktop.org/poppler/poppler,poppler_poppler,poppler/poppler,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/poppler_poppler_hullabaloo_README +700d6e85a4ed65a192058f9393f98c1ce087f7c9,https://git.code.sf.net/p/qpxtool/code,p_qpxtool_code,p/qpxtool/code,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/p_qpxtool_code_hullabaloo_README +c7b805c84c7e830f5b1049e1b8b4b06ff9fcd03a,https://github.com/jksrecko/libaria,jksrecko_libaria,jksrecko/libaria,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jksrecko_libaria_hullabaloo_README.txt +11992645041899291f1d7652df5b0bccd626bb30,https://github.com/SecurityInnovation/PGPy,SecurityInnovation_PGPy,SecurityInnovation/PGPy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SecurityInnovation_PGPy_hullabaloo_README.md +156a1882e158141e13ccd05d82672796646a0ae6,https://github.com/ycm-core/YouCompleteMe,ycm-core_YouCompleteMe,ycm-core/YouCompleteMe,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ycm-core_YouCompleteMe_hullabaloo_README +e3e7fb1827d6f211ca3fe0e66776e94df3ed9fae,https://github.com/totalopenstation/totalopenstation.git,totalopenstation_totalopenstation.git,totalopenstation/totalopenstation.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/totalopenstation_totalopenstation.git_hullabaloo_README.txt +2c0b11891b947e01cbdf20e699c9ad715557ef7d,https://github.com/wxAstro/wxAstroCapture,wxAstro_wxAstroCapture,wxAstro/wxAstroCapture,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wxAstro_wxAstroCapture_hullabaloo_README.md +d12096bbd3bccd0b590a0430f4563d7b89464caf,https://github.com/leenooks/phpLDAPadmin,leenooks_phpLDAPadmin,leenooks/phpLDAPadmin,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/leenooks_phpLDAPadmin_hullabaloo_README-translation.txt +ab62a79018a08a6955f7f1ac6d33f545997fd415,https://github.com/lrgc/grun.git,lrgc_grun.git,lrgc/grun.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lrgc_grun.git_hullabaloo_README +2d4eb8b798bc62938cebc6546c1f265bf06680dc,https://github.com/debian-tex/texinfo,debian-tex_texinfo,debian-tex/texinfo,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_texinfo_hullabaloo_README.dev +312081051e498e2db828fbbfcbcc6ceb9a9b6087,https://github.com/libyal/libfsntfs.git,libyal_libfsntfs.git,libyal/libfsntfs.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libyal_libfsntfs.git_hullabaloo_README +a25823d0cbfca2f046608bac1bbfc36780ea37b3,https://github.com/sarnold/cccc,sarnold_cccc,sarnold/cccc,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sarnold_cccc_hullabaloo_README +9b8ff5e1f5f2176eeb454c6fd83d0cedc15e2591,https://github.com/adamchainz/django-cors-headers,adamchainz_django-cors-headers,adamchainz/django-cors-headers,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/adamchainz_django-cors-headers_hullabaloo_README.md +43c256b554dcbe478644be73e29af16b3470f1c1,https://github.com/OpenNI/OpenNI.git,OpenNI_OpenNI.git,OpenNI/OpenNI.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenNI_OpenNI.git_hullabaloo_README +0709f3330a93e53532cb50f58353072dfce464e3,https://github.com/hypre-space/hypre,hypre-space_hypre,hypre-space/hypre,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/hypre-space_hypre_hullabaloo_README.parameters +3955178606b1128a280aafd0f64ac1d77246c09a,https://github.com/dagolden/Config-Identity.git,dagolden_Config-Identity.git,dagolden/Config-Identity.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dagolden_Config-Identity.git_hullabaloo_README +d0b10492e61219f8e0d446ecaf17ebdfb3cb085a,https://github.com/amule-project/amule.git,amule-project_amule.git,amule-project/amule.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/amule-project_amule.git_hullabaloo_README +a2d71961fcd70f9f8f3b1dd07fad7e3355a1318a,https://github.com/ClusterLabs/pacemaker,ClusterLabs_pacemaker,ClusterLabs/pacemaker,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ClusterLabs_pacemaker_hullabaloo_README +c8b99e9bea675d6451bdab68d4e02f40d2dea3ea,https://github.com/pygments/pygments.git,pygments_pygments.git,pygments/pygments.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pygments_pygments.git_hullabaloo_README.rst +96b04928794c66e84cc0d7e2ef0a7cf895f0c556,https://gitlab.com/noppo/gevent-websocket.git,noppo_gevent-websocket.git,noppo/gevent-websocket.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/noppo_gevent-websocket.git_hullabaloo_README.rst +59eeaffb95e15e0422d6bb336314ce72d328a8c5,https://github.com/linuxmint/cinnamon-menus.git,linuxmint_cinnamon-menus.git,linuxmint/cinnamon-menus.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/linuxmint_cinnamon-menus.git_hullabaloo_README +90f09f6fff3a240b8e885311e8ce320059143eeb,https://github.com/PyWavelets/pywt.git,PyWavelets_pywt.git,PyWavelets/pywt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PyWavelets_pywt.git_hullabaloo_README.txt +0a907e03a4a225ff38969c0c4ad790160f75fd4a,https://github.com/barbie/data-phrasebook.git,barbie_data-phrasebook.git,barbie/data-phrasebook.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/barbie_data-phrasebook.git_hullabaloo_README +cd9d756e47604871f6b40aec7b3da06823ac1832,https://github.com/wanderlust/flim,wanderlust_flim,wanderlust/flim,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wanderlust_flim_hullabaloo_README.en +002ae35061beef02453b7fb1045a50fa2f7f30f8,https://gitlab.com/noppo/gevent-websocket.git,gevent_gevent,gevent/gevent,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/noppo_gevent-websocket.git_hullabaloo_README.rst +c4a642b4648d486777af91ccc2894355df447089,https://github.com/HandBrake/HandBrake,HandBrake_HandBrake,HandBrake/HandBrake,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/HandBrake_HandBrake_hullabaloo_README +dc25783d74175083bfa84b410a9be14aa2e1bf47,https://github.com/ispell-lt/ispell-lt.git,ispell-lt_ispell-lt.git,ispell-lt/ispell-lt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ispell-lt_ispell-lt.git_hullabaloo_README +a80a2e2c7937e2638db1c12e66f43473eec213dc,https://github.com/ralovich/antpm,ralovich_antpm,ralovich/antpm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ralovich_antpm_hullabaloo_README +b6ea994494b831b8310e0dd26a22e3943ea49b2f,https://github.com/ClusterLabs/fence-agents,ClusterLabs_fence-agents,ClusterLabs/fence-agents,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ClusterLabs_fence-agents_hullabaloo_README +e18849ef991cf318fac575054031c7177e438935,https://github.com/sunnyone/loqui.git,sunnyone_loqui.git,sunnyone/loqui.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sunnyone_loqui.git_hullabaloo_README +3f722958b1dd45e1ad8d50663836579553297fdd,https://github.com/intel/libva.git,intel_libva.git,intel/libva.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/intel_libva.git_hullabaloo_README.Debian +96f84fca313abbec98e3313f3445ad3ceec36316,https://github.com/viewizard/astromenace.git,viewizard_astromenace.git,viewizard/astromenace.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/viewizard_astromenace.git_hullabaloo_README +4afcc693f19b074f552417fd583912d72e60c5eb,https://github.com/glaubitz/kcemu-debian,glaubitz_kcemu-debian,glaubitz/kcemu-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/glaubitz_kcemu-debian_hullabaloo_README.de +0c143fab8dd9abe02d3a04cb0ce697698d10c4d5,https://gitlab.gnome.org/GNOME/evolution-data-server.git,GNOME_evolution-data-server.git,GNOME/evolution-data-server.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_evolution-data-server.git_hullabaloo_README +80a15829135065e16ce5b129c715d10d14b829ba,https://github.com/harfbuzz/harfbuzz.git,harfbuzz_harfbuzz.git,harfbuzz/harfbuzz.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/harfbuzz_harfbuzz.git_hullabaloo_README +35923e6ad4ceecf232f0b81be87e491e439a075f,https://github.com/leggewie-DM/scim-anthy,leggewie-DM_scim-anthy,leggewie-DM/scim-anthy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/leggewie-DM_scim-anthy_hullabaloo_README +b40adffce2f59bd8a4746746e704925f81ca3f5a,https://github.com/cannatag/ldap3,cannatag_ldap3,cannatag/ldap3,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cannatag_ldap3_hullabaloo_README.txt +fb0ab1a6352c485cc912b617026e844ba24e0b46,https://github.com/greenbone/gsa,greenbone_gsa,greenbone/gsa,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/greenbone_gsa_hullabaloo_README +3b044ab379a0e6a644a1bba47663f1b92c1df8dc,https://git.ni.fr.eu.org/nxt-firmware.git,nxt-firmware.git,nxt-firmware.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/nxt-firmware.git_hullabaloo_README +fc3b5fab4cb4f9a20671e17e31126f360b0e941a,https://github.com/tavianator/bfs.git,tavianator_bfs.git,tavianator/bfs.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tavianator_bfs.git_hullabaloo_README.md +bab4b623762b5eb562fcda2abaa5ffa9f946f0c3,https://github.com/OISF/suricata,OISF_suricata,OISF/suricata,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OISF_suricata_hullabaloo_README +a15ec969f6e89b70f0de7bb125ee402224d2aa4a,https://github.com/Kozea/Pyphen,Kozea_Pyphen,Kozea/Pyphen,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Kozea_Pyphen_hullabaloo_README +1f0ff21d6e084d67b6a614924afeda4d1ab4a103,https://github.com/book/Test-Database.git,book_Test-Database.git,book/Test-Database.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/book_Test-Database.git_hullabaloo_README +ead8ef613ce66d51399a87d225b4cd52c6c7983e,https://github.com/mate-desktop/mate-themes.git,mate-desktop_mate-themes.git,mate-desktop/mate-themes.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-themes.git_hullabaloo_README +cfba892dc827819107e443be5f7673002d147750,https://github.com/yastupin/eggdrop-debian,yastupin_eggdrop-debian,yastupin/eggdrop-debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/yastupin_eggdrop-debian_hullabaloo_README +881850e49b67d8c9111ac53d09fb90138c1a3320,https://github.com/xhtml2pdf/xhtml2pdf,xhtml2pdf_xhtml2pdf,xhtml2pdf/xhtml2pdf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xhtml2pdf_xhtml2pdf_hullabaloo_README.txt +ddfa0f4dec3c3f0320868f6cc50dbe26e4be1edc,https://github.com/bastibe/python-soundfile.git,bastibe_python-soundfile.git,bastibe/python-soundfile.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bastibe_python-soundfile.git_hullabaloo_README.rst +87281521e84b8f66112b49365c322770b3bdcd63,https://github.com/markov2/perl5-MailTools,markov2_perl5-MailTools,markov2/perl5-MailTools,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/markov2_perl5-MailTools_hullabaloo_README +674a60748884dc55ee7091b7c23a41240e75f73c,https://github.com/mkj/dropbear,mkj_dropbear,mkj/dropbear,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mkj_dropbear_hullabaloo_README +e1404af78c9bc520ea965a0254f7381c56e73723,https://gitlab.inria.fr/zimmerma/ecm,zimmerma_ecm,zimmerma/ecm,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/zimmerma_ecm_hullabaloo_README +5697bf4bec46254cc52b2d87f9ea291a713af317,https://git.savannah.gnu.org/git/miscfiles.git,git_miscfiles.git,git/miscfiles.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_miscfiles.git_hullabaloo_README +4873182b3a9f3bc55ec53c684072f88b19d26fcd,https://github.com/Perl-Toolchain-Gang/Test-Harness.git,Perl-Toolchain-Gang_Test-Harness.git,Perl-Toolchain-Gang/Test-Harness.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Perl-Toolchain-Gang_Test-Harness.git_hullabaloo_README +7af580f8826666d49aca4bd64bc23044c62f7e18,https://github.com/iortcw/iortcw.git,iortcw_iortcw.git,iortcw/iortcw.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/iortcw_iortcw.git_hullabaloo_README +ea2e9b6facef96ea0f2634170c9064e59734825f,https://git.aquamaniac.de/git/libchipcard.git,git_libchipcard.git,git/libchipcard.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_libchipcard.git_hullabaloo_README +a8888be8e5b2c10640d1275356bfd8e8b1bdf100,https://github.com/Pylons/webob,Pylons_webob,Pylons/webob,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Pylons_webob_hullabaloo_README.rst +235381267b1c6821fe6ff80d66abb33378714dd2,https://github.com/socnetv/app,socnetv_app,socnetv/app,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/socnetv_app_hullabaloo_README +7efcb46f3a1e6a3c88ac21168cf52a3fd520e387,https://github.com/porridge/potool,porridge_potool,porridge/potool,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/porridge_potool_hullabaloo_README.PL +6f86540619418023d792e191277bde2b0fc9ab8a,https://gitlab.gnome.org/GNOME/libgsf,GNOME_libgsf,GNOME/libgsf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_libgsf_hullabaloo_README +708d3c9fc07e8b27770e365696d8867599b3ae93,https://git.libcamera.org/libcamera/libcamera.git,libcamera_libcamera.git,libcamera/libcamera.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libcamera_libcamera.git_hullabaloo_README.md +821faab84d26e424e4f3fc7def1f7c4e1b0135db,https://github.com/gregkh/usbview.git,gregkh_usbview.git,gregkh/usbview.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gregkh_usbview.git_hullabaloo_README +38b782ef589975f85204192bbcdb5fd50cfc0cb2,https://github.com/tegaki/tegaki.git,tegaki_tegaki.git,tegaki/tegaki.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tegaki_tegaki.git_hullabaloo_README +6cc5887e46f0dca6c898136f677e0cdb47ebf593,https://github.com/fonttools/fonttools.git,fonttools_fonttools.git,fonttools/fonttools.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fonttools_fonttools.git_hullabaloo_README.txt +179e35d4cf92563fed4296e4d09246bda53e962a,https://github.com/tdiary/tdiary-contrib,tdiary_tdiary-contrib,tdiary/tdiary-contrib,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tdiary_tdiary-contrib_hullabaloo_README.ja +1c2c951f5397c6d0d23af276e107a0173b0d8f45,https://notabug.org/AsDaGo/berusky2,AsDaGo_berusky2,AsDaGo/berusky2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/AsDaGo_berusky2_hullabaloo_README +cf52758ab9c5fb17e7bd8943c0bb3698e4b6907e,https://github.com/tibirna/qgit.git,tibirna_qgit.git,tibirna/qgit.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/tibirna_qgit.git_hullabaloo_README +85c2de43840780b270588048d35b342c977b9cdf,https://github.com/chokkan/liblbfgs,chokkan_liblbfgs,chokkan/liblbfgs,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/chokkan_liblbfgs_hullabaloo_README +6f629fcc23ba63342548f61cc7307eeef4f55799,https://github.com/ipython/ipython.git,ipython_ipython.git,ipython/ipython.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ipython_ipython.git_hullabaloo_README +fe7a1861c5aa66e9f1fa4f8f423ec9451cba3f32,https://github.com/jkeenan/extutils-modulemaker.git,jkeenan_extutils-modulemaker.git,jkeenan/extutils-modulemaker.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jkeenan_extutils-modulemaker.git_hullabaloo_README +a7684e5745716d713f91b1ebc1027632a3ff9d36,https://github.com/SasView/sasmodels.git,SasView_sasmodels.git,SasView/sasmodels.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SasView_sasmodels.git_hullabaloo_README.rst +5e80e1559110bd024e99a40e41e39eca076b245b,https://github.com/amora/amora,amora_amora,amora/amora,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/amora_amora_hullabaloo_README +58106d9e7de12ac43b6f39d3362da211b43dc0c8,https://github.com/astropy/astroquery.git,astropy_astroquery.git,astropy/astroquery.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/astropy_astroquery.git_hullabaloo_README.rst +038408f3205cc9d8fc7c617a9be920ca51145ff0,https://github.com/rjbs/Text-Soundex,rjbs_Text-Soundex,rjbs/Text-Soundex,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rjbs_Text-Soundex_hullabaloo_README +7aefa7d76340969ee5ec50e7c63d71f66d371151,https://gitlab.gnome.org/GNOME/gnome-applets,GNOME_gnome-applets,GNOME/gnome-applets,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gnome-applets_hullabaloo_README +4ee2559eaaf2a94ac26c265517e9604a72729360,https://github.com/mate-desktop/mate-media.git,mate-desktop_mate-media.git,mate-desktop/mate-media.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-media.git_hullabaloo_README +2f6514b02fa00134b6f09d8ebbafe6f25e32fd66,https://github.com/oar-team/oar,oar-team_oar,oar-team/oar,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/oar-team_oar_hullabaloo_README +d15cde821f7425068d0b5a9c4d8be376337e4b46,https://github.com/clintongormley/locale-maketext-lexicon.git,clintongormley_locale-maketext-lexicon.git,clintongormley/locale-maketext-lexicon.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/clintongormley_locale-maketext-lexicon.git_hullabaloo_README +09236778e73ac84c858bad1912465b07cf2dba30,https://github.com/newren/easygit,newren_easygit,newren/easygit,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/newren_easygit_hullabaloo_README +e3c14e286c0199ace7d55029232af577ab929993,https://github.com/rncbc/qtractor.git,rncbc_qtractor.git,rncbc/qtractor.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rncbc_qtractor.git_hullabaloo_README +11021da784d11882da26124b33358b6bf368300f,https://github.com/coin-or/ADOL-C,coin-or_ADOL-C,coin-or/ADOL-C,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/coin-or_ADOL-C_hullabaloo_README +803b2cda6b7240ef22db5799d5c08eb1ffaf357f,https://github.com/PhotoFilmStrip/PFS.git,PhotoFilmStrip_PFS.git,PhotoFilmStrip/PFS.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PhotoFilmStrip_PFS.git_hullabaloo_README +32107cdd57b4796c3f41ac56c9ba683be3d894af,https://gitlab.freedesktop.org/xorg/lib/libxrandr.git,xorg_lib_libxrandr.git,xorg/lib/libxrandr.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xorg_lib_libxrandr.git_hullabaloo_README +0e004c696b0e68b2cff37a4c3315b022a35eaf43,https://github.com/mate-desktop/caja.git,mate-desktop_caja.git,mate-desktop/caja.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_caja.git_hullabaloo_README +b174aae1185c698c4d75c72ec3bafa366b654b46,https://github.com/vasole/pymca,vasole_pymca,vasole/pymca,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/vasole_pymca_hullabaloo_README +5ca0cb2a319523344f936e37c0947f0707eaaec5,https://invent.kde.org/games/libkdegames.git,games_libkdegames.git,games/libkdegames.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/games_libkdegames.git_hullabaloo_README +77aadd26ed3b6559c5c4b8d584a7aa40395683f3,https://github.com/proftpd/proftpd,proftpd_proftpd,proftpd/proftpd,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/proftpd_proftpd_hullabaloo_README +019af0d228f7286cd5c32162c2b0ff60196f92ca,https://github.com/frankheckenbach/ftgl,frankheckenbach_ftgl,frankheckenbach/ftgl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/frankheckenbach_ftgl_hullabaloo_README.txt +dff2d0e64a797d93c607a03a71a76958bde21eeb,https://github.com/qhull/qhull,qhull_qhull,qhull/qhull,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/qhull_qhull_hullabaloo_README.txt +1d880992fd8c8457a2d990ac6622cfd58fb1b261,https://github.com/open-power/skiboot.git,open-power_skiboot.git,open-power/skiboot.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/open-power_skiboot.git_hullabaloo_README.txt +9ffc858ad29a1ba2d379549ea6f1914b18c20e55,https://github.com/horde/ansel.git,horde_ansel.git,horde/ansel.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_ansel.git_hullabaloo_README +5222291b9a3599eec4fd46f80da103352212efe7,https://github.com/OpenSC/pam_p11.git,OpenSC_pam_p11.git,OpenSC/pam/p11.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OpenSC_pam_p11.git_hullabaloo_README +bde9998063c041e1bc01923c1e69c67dbf54e292,https://github.com/gpodder/gpodder,gpodder_gpodder,gpodder/gpodder,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gpodder_gpodder_hullabaloo_README +02ca539050976acfc10da12e6ddcf0548df23c5c,https://git.spip.net/SPIP/spip,SPIP_spip,SPIP/spip,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/SPIP_spip_hullabaloo_README +37f9df9b0568f9834452c949336783bf34e02ab9,https://gitlab.freedesktop.org/upower/upower,upower_upower,upower/upower,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/upower_upower_hullabaloo_README +17ec1deb74e2e934dc11fb4d9a2f8c6cef34c5a7,https://github.com/MetaluNet/moonlib.git,MetaluNet_moonlib.git,MetaluNet/moonlib.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/MetaluNet_moonlib.git_hullabaloo_README.txt +088888aaccfef8484a6ac1912875a034b08a82c6,https://github.com/xpra-org/xpra.git,xpra-org_xpra.git,xpra-org/xpra.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xpra-org_xpra.git_hullabaloo_README.parti +5e2a479e69d96608616649fcade2420897f9a208,https://git.notmuchmail.org/git/notmuch,git_notmuch,git/notmuch,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_notmuch_hullabaloo_README +3067b3fcf8226f3b6d045fb266db83c5cf6852bf,https://github.com/bernhardu/dvbcut-deb,bernhardu_dvbcut-deb,bernhardu/dvbcut-deb,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/bernhardu_dvbcut-deb_hullabaloo_README.ffmpeg +69c9e0b72442856f797c77a63de5effb0226ed5c,https://github.com/4ti2/4ti2.git,4ti2_4ti2.git,4ti2/4ti2.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/4ti2_4ti2.git_hullabaloo_README +d8f336285ac795e27e2c4089d26ffdbebaffc025,https://git.aquamaniac.de/git/gwenhywfar.git,git_gwenhywfar.git,git/gwenhywfar.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_gwenhywfar.git_hullabaloo_README +d2dd1e932164e889f8b44b77d9c3ab6228f34f39,https://github.com/kxxoling/PTable,kxxoling_PTable,kxxoling/PTable,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kxxoling_PTable_hullabaloo_README +9d93500352a744c826b562e14f76244f5d9c0dc5,https://github.com/jtbraun/Parse-RecDescent.git,jtbraun_Parse-RecDescent.git,jtbraun/Parse-RecDescent.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jtbraun_Parse-RecDescent.git_hullabaloo_README +538792584de8672a6b5653976c160356c9d656ec,https://github.com/mvertes/txt2man,mvertes_txt2man,mvertes/txt2man,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mvertes_txt2man_hullabaloo_README +77af6e18cd36e27d1960fa4c76eb52c72ce64faa,https://github.com/routeKIT/jbzip2.git,routeKIT_jbzip2.git,routeKIT/jbzip2.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/routeKIT_jbzip2.git_hullabaloo_README.md +a07e36e1d1b6c5d948cbf490656f21e165154dc6,https://github.com/letsencrypt/letsencrypt.git,letsencrypt_letsencrypt,letsencrypt/letsencrypt,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/letsencrypt_letsencrypt.git_hullabaloo_README +c9459b2cd6d01672aeb7b277bf2f0eba500d6aaf,https://github.com/leggewie-DM/scim-tables,leggewie-DM_scim-tables,leggewie-DM/scim-tables,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/leggewie-DM_scim-tables_hullabaloo_README +e9a6387e82aba6ea9b83e1a284b6d6d032b4f331,https://github.com/enthought/traitsui.git,enthought_traitsui.git,enthought/traitsui.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/enthought_traitsui.git_hullabaloo_README.txt +99f8ce096bc5569adbfea1911dbcda24c28d8d8b,https://github.com/boxbackup/boxbackup.git,boxbackup_boxbackup.git,boxbackup/boxbackup.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/boxbackup_boxbackup.git_hullabaloo_README.txt +fd25f1de0960429ed2ce19d3df6e2b9854bfa0df,https://gitlab.gnome.org/GNOME/dia,GNOME_dia,GNOME/dia,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_dia_hullabaloo_README +505cabbd3036081f26586cabc64c26e7769c0ec9,https://github.com/mate-desktop/mate-settings-daemon.git,mate-desktop_mate-settings-daemon.git,mate-desktop/mate-settings-daemon.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mate-desktop_mate-settings-daemon.git_hullabaloo_README +89fdba96d7edc9382ddad4758782d91edc5987e2,https://gitlab.xfce.org/apps/orage,apps_orage,apps/orage,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/apps_orage_hullabaloo_README +785d1b04f6b69212d3d71fba1e8a788df38b97ea,https://gitlab.gnome.org/GNOME/giggle.git,GNOME_giggle.git,GNOME/giggle.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_giggle.git_hullabaloo_README +38fb480261b192dd73a8edcd22599d0d2fe57f67,https://gitlab.gnome.org/GNOME/vte.git,GNOME_vte.git,GNOME/vte.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_vte.git_hullabaloo_README +251722d499cc2ec0962580f6cf60ed0acdc5330e,https://github.com/akheron/jansson.git,akheron_jansson.git,akheron/jansson.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/akheron_jansson.git_hullabaloo_README.rst +d1078ff4cca9790313a39f1d5cf6573a33436c9c,https://github.com/kasei/perlrdf.git,kasei_perlrdf.git,kasei/perlrdf.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/kasei_perlrdf.git_hullabaloo_README +497915e76ea776131100cc490c9045d7f73b63f4,https://github.com/PyTables/PyTables,PyTables_PyTables,PyTables/PyTables,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/PyTables_PyTables_hullabaloo_README.txt +3ed1892117be4986d13cbb8bc2c34850e58bcc09,https://gitlab.com/warsaw/flufl.bounce.git,warsaw_flufl.bounce.git,warsaw/flufl.bounce.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/warsaw_flufl.bounce.git_hullabaloo_README.rst +8554a340b937ec12e67bcea288ca073b08b02315,https://github.com/horde/kronolith.git,horde_kronolith.git,horde/kronolith.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_kronolith.git_hullabaloo_README +9c454ba3a68b58ebd16a961f52c9f09ad8b90695,https://github.com/caolanm/libwmf,caolanm_libwmf,caolanm/libwmf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/caolanm_libwmf_hullabaloo_README +b7f5d9895c19338f10b0bdd494b221b13b540d9d,https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git,GNOME_gnome-settings-daemon.git,GNOME/gnome-settings-daemon.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gnome-settings-daemon.git_hullabaloo_README +6f2effd05a1a98dfbffa97b68e8b947b77df46fb,https://gitlab.gnome.org/GNOME/gbrainy.git,GNOME_gbrainy.git,GNOME/gbrainy.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/GNOME_gbrainy.git_hullabaloo_README +d78d37aeba03a5b015310249935ac83391782fb9,https://github.com/swami/libinstpatch,swami_swami,swami/swami,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/swami_libinstpatch_hullabaloo_README +5ce76a2f9266659df14b33c064b9f5ef6e5d9b8a,https://github.com/OSGeo/shapelib.git,OSGeo_shapelib.git,OSGeo/shapelib.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/OSGeo_shapelib.git_hullabaloo_README.tree +f64011e93b9c555b05c6fde4425d8caa1728d01a,https://github.com/ddccontrol/ddccontrol-db,ddccontrol_ddccontrol-db,ddccontrol/ddccontrol-db,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ddccontrol_ddccontrol-db_hullabaloo_README +52dca0f96dcd8bf382b8a35a0df36927c0931015,https://github.com/pure-data/deken,pure-data_pure-data,pure-data/pure-data,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pure-data_deken_hullabaloo_README.plugin.txt +272300bb29b8c2d444971e8051aae7bf513cdb98,https://github.com/Shoobx/xmldiff.git,Shoobx_xmldiff.git,Shoobx/xmldiff.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Shoobx_xmldiff.git_hullabaloo_README +09fc1ee5e19adba6b4794b7da735b66202713134,https://gitlab.com/coringao/jag,coringao_jag,coringao/jag,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/coringao_jag_hullabaloo_README.md +03f38ec9f025b163bc9ac389ba194d528bb56a30,https://github.com/eventlet/eventlet.git,eventlet_eventlet.git,eventlet/eventlet.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/eventlet_eventlet.git_hullabaloo_README +bc967d7934f96a719daa610d76c7ec131134d3ae,https://github.com/pdewacht/brlaser,ase_ase,ase/ase,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pdewacht_brlaser_hullabaloo_README.md +09d4472030451eba6a150ca8a9f76cf636e1f0fc,https://github.com/Tux/Text-CSV_XS.git,Tux_Text-CSV_XS.git,Tux/Text-CSV/XS.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Tux_Text-CSV_XS.git_hullabaloo_README +903953603ec708b75e84fa1ca9c068054263c9bb,https://github.com/gerasiov/ofxstatement,gerasiov_ofxstatement,gerasiov/ofxstatement,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/gerasiov_ofxstatement_hullabaloo_README.txt +fd06088119f9725b65e55b5584f6008096bbe365,https://github.com/rjbs/Image-MetaData-JPEG.git,rjbs_Image-MetaData-JPEG.git,rjbs/Image-MetaData-JPEG.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rjbs_Image-MetaData-JPEG.git_hullabaloo_README +acae1d257c398950d72b5ad692f489538f1c7fea,https://git.savannah.gnu.org/git/mailutils.git,git_mailutils.git,git/mailutils.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_mailutils.git_hullabaloo_README +dfc72f05ee226f1f22a04e6b28314dad0ccb1a2c,https://github.com/dompdf/dompdf,dompdf_dompdf,dompdf/dompdf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/dompdf_dompdf_hullabaloo_README +b76cdab07cfea6b9c0fb91ef3285686bfe537c9e,https://github.com/scoder/lupa,scoder_lupa,scoder/lupa,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/scoder_lupa_hullabaloo_README.txt +31423b8fbb40f4e7097d4a5d81ffb675c542ac6d,https://gitlab.xiph.org/xiph/vorbis-tools.git,xiph_vorbis-tools.git,xiph/vorbis-tools.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/xiph_vorbis-tools.git_hullabaloo_README +6c71926aa9d603889ff72152ebed90c0320b6b9b,https://github.com/x-stream/xstream.git,x-stream_xstream.git,x-stream/xstream.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/x-stream_xstream.git_hullabaloo_README.txt +59824a0d1ae69e8d4580d6080b42afd806f665fb,https://github.com/cfaerber/Net-IDN-Encode.git,cfaerber_Net-IDN-Encode.git,cfaerber/Net-IDN-Encode.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cfaerber_Net-IDN-Encode.git_hullabaloo_README +d130e5e5a30c46e1db1118753d3d2527b4fec511,https://github.com/Kozea/CairoSVG,Kozea_CairoSVG,Kozea/CairoSVG,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Kozea_CairoSVG_hullabaloo_README +6453d7bc9fad6997979118c5747f2da2dd2abbaf,https://github.com/pwsafe/pwsafe,pwsafe_pwsafe,pwsafe/pwsafe,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pwsafe_pwsafe_hullabaloo_README.txt +df48b89a16c666483dd6fc927e66b2dc55312897,https://github.com/edgewall/genshi.git,edgewall_genshi.git,edgewall/genshi.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/edgewall_genshi.git_hullabaloo_README.txt +8e226b6dbc47ecb42669c4cf29b4f81acdc18d8d,https://github.com/jaraco/jaraco.itertools.git,jaraco_jaraco.itertools.git,jaraco/jaraco.itertools.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jaraco_jaraco.itertools.git_hullabaloo_README.txt +afe660db3d9969c6ed526e5626eaaf4f46955e52,https://github.com/crenz/Module-Find.git,crenz_Module-Find.git,crenz/Module-Find.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/crenz_Module-Find.git_hullabaloo_README +3ae2639f845f0f52b4c10a57c0989fc57a6892ee,https://github.com/wtforms/flask-wtf.git,wtforms_flask-wtf.git,wtforms/flask-wtf.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/wtforms_flask-wtf.git_hullabaloo_README +f983d9ab69dedcf3d707617f449f0b9497f592a1,https://github.com/lathiat/nss-mdns,lathiat_nss-mdns,lathiat/nss-mdns,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lathiat_nss-mdns_hullabaloo_README.html.in +525f0bcb247d369fc744acce68f6fe6eeda74a10,https://github.com/matlinuxer2/ucimf,matlinuxer2_ucimf,matlinuxer2/ucimf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/matlinuxer2_ucimf_hullabaloo_README +8a1a03f015e0f374c1dd41eaefde5ebe206fa009,https://github.com/ros/ros.git,ros_ros.git,ros/ros.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ros_ros.git_hullabaloo_README +eb5b7d706b9f439863172c522add77a0193dbda8,https://github.com/Leaflet/Leaflet,Leaflet_Leaflet,Leaflet/Leaflet,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Leaflet_Leaflet_hullabaloo_README +30a54d542a82023466427d11e3699c78f3f30770,https://github.com/pkienzle/periodictable.git,pkienzle_periodictable.git,pkienzle/periodictable.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pkienzle_periodictable.git_hullabaloo_README.txt +c3b30dbd62fa1966909c613a80d0d8d30345e3df,https://github.com/shlomif/perl-io-socket-inet6.git,shlomif_perl-io-socket-inet6.git,shlomif/perl-io-socket-inet6.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/shlomif_perl-io-socket-inet6.git_hullabaloo_README +feaf56b97b92f84efdc180acf33224e625d4a627,https://github.com/debian-tex/teckit,debian-tex_teckit,debian-tex/teckit,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/debian-tex_teckit_hullabaloo_README +a3e223a2a9e02b367fa5ea1667a0cdf55f4829e4,https://github.com/alexdantas/snake4.debian,alexdantas_snake4.debian,alexdantas/snake4.debian,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/alexdantas_snake4.debian_hullabaloo_README +c20732cba2b5b359ba4ae8d1e384b1e57c78cfa8,https://github.com/Openshot/openshot-qt.git,Openshot_openshot-qt.git,Openshot/openshot-qt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Openshot_openshot-qt.git_hullabaloo_README +1d4bad73c5e2ad7fd24c165e45d3990dc736d78b,https://github.com/ledgersmb/pkg-ledgersmb,ledgersmb_pkg-ledgersmb,ledgersmb/pkg-ledgersmb,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ledgersmb_pkg-ledgersmb_hullabaloo_README.Debian +cb8d867c8d55d214fe0dd06754c519c4764ca297,https://github.com/deater/linux_logo.git,deater_linux_logo.git,deater/linux/logo.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/deater_linux_logo.git_hullabaloo_README +05af02c5ff8135754addfa5e7eff19405b1bfce8,https://github.com/inducer/pyopencl,inducer_pyopencl,inducer/pyopencl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/inducer_pyopencl_hullabaloo_README_SETUP.txt +e2bd146f146db41ae15dea7a500e405b7b7f63e0,https://github.com/rbrito/pkg-avr-evtd,rbrito_pkg-avr-evtd,rbrito/pkg-avr-evtd,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rbrito_pkg-avr-evtd_hullabaloo_README.IMPORTANT +b82c4802264edfd48c0d562e440fe4edbfb60f5d,https://git.gnunet.org/libmicrohttpd.git,libmicrohttpd.git,libmicrohttpd.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libmicrohttpd.git_hullabaloo_README +833d08eff171ddc3ebb8fe9b23775359c16e7753,https://github.com/spacetelescope/gwcs,spacetelescope_gwcs,spacetelescope/gwcs,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/spacetelescope_gwcs_hullabaloo_README.rst +e7615cbc6b4af5985c4e0d4848a426e2d35f79c3,https://github.com/psf/requests,psf_requests,psf/requests,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/psf_requests_hullabaloo_README +0b01ef6f8f063b1c336a58264798fb2f71a4db0e,https://github.com/pygobject/pycairo,pygobject_pycairo,pygobject/pycairo,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/pygobject_pycairo_hullabaloo_README +074c1f6daea06642294da18c96c3186cb829cba3,https://github.com/mrash/fwsnort.git,mrash_fwsnort.git,mrash/fwsnort.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/mrash_fwsnort.git_hullabaloo_README +763845b7aedcebad44936173ccd8da303c60d9a9,https://github.com/cfaerber/Graphics-ColorNames-WWW,cfaerber_Graphics-ColorNames-WWW,cfaerber/Graphics-ColorNames-WWW,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/cfaerber_Graphics-ColorNames-WWW_hullabaloo_README +bc68e8c4a6448126476c373fd67a76fb2b657835,https://github.com/rfc1036/whois,rfc1036_whois,rfc1036/whois,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rfc1036_whois_hullabaloo_README +a52c225777d1effc3959ecc7742b2ab66071140b,https://github.com/lxde/lxpanel.git,lxde_lxpanel.git,lxde/lxpanel.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lxde_lxpanel.git_hullabaloo_README +71d74f40496001364550ada5843015a99dc4f97b,https://github.com/libsdl-org/SDL_ttf.git,libsdl-org_SDL_ttf.git,libsdl-org/SDL/ttf.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libsdl-org_SDL_ttf.git_hullabaloo_README +b539a1cdab3888f820a4283330e77c8dc6d5e4e2,https://github.com/jrincayc/ucblogo-code.git,jrincayc_ucblogo-code.git,jrincayc/ucblogo-code.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jrincayc_ucblogo-code.git_hullabaloo_README +eb8c6fe031f5ba155cabcbfabcc235acffbc2fb7,https://github.com/libmtp/libmtp,libmtp_libmtp,libmtp/libmtp,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/libmtp_libmtp_hullabaloo_README +3789080ff46e0341883a5bdf61a834a34b4dbd50,https://gitlab.com/psmisc/psmisc.git,psmisc_psmisc.git,psmisc/psmisc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/psmisc_psmisc.git_hullabaloo_README +b8a6cb9cb369e95bc7058032a30e895359293e44,https://github.com/horde/passwd.git,horde_passwd.git,horde/passwd.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/horde_passwd.git_hullabaloo_README +4a58048a132bf739703b34b16427b5050d2ee06e,https://github.com/rjray/image-size.git,rjray_image-size.git,rjray/image-size.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rjray_image-size.git_hullabaloo_README +6124b59a8cde2f31dd9aca797b5b74f722f68149,https://gitlab.com/fbb-git/yodl.git,fbb-git_yodl.git,fbb-git/yodl.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/fbb-git_yodl.git_hullabaloo_README +adfceea3f1605b29e616c1f17b73fe0468d32221,https://github.com/ocaml-community/obus,ocaml-community_obus,ocaml-community/obus,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/ocaml-community_obus_hullabaloo_README +5537fb33fdaa88f20096728ec2bcbf8dff0a917c,https://github.com/hebcal/hebcal,hebcal_hebcal,hebcal/hebcal,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/hebcal_hebcal_hullabaloo_README +38c57b7fbc9b7864e268f16e38f7f052ead86099,https://github.com/jsxgraph/jsxgraph,jsxgraph_jsxgraph,jsxgraph/jsxgraph,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/jsxgraph_jsxgraph_hullabaloo_README +05f2f1839c2712ca77e86aa679dc909d051fc23b,https://github.com/rsyslog/libestr.git,rsyslog_rsyslog,rsyslog/rsyslog,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rsyslog_libestr.git_hullabaloo_README +c7d9b8f00dd2f9efd8d2b841420dc800677eea9a,https://github.com/sleuthkit/scalpel.git,sleuthkit_scalpel.git,sleuthkit/scalpel.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/sleuthkit_scalpel.git_hullabaloo_README.md +80dc349e2014eaa9450086c007118e10bda0b534,https://github.com/Ultimaker/CuraEngine,Ultimaker_CuraEngine,Ultimaker/CuraEngine,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/Ultimaker_CuraEngine_hullabaloo_README +084510618555695eede6700f1343f3e997f48b74,https://github.com/alexott/muse,alexott_muse,alexott/muse,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/alexott_muse_hullabaloo_README +0f1e22bee00a2e33086ceec95246425ddf8741ae,https://github.com/belangeo/cecilia5.git,belangeo_cecilia5.git,belangeo/cecilia5.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/belangeo_cecilia5.git_hullabaloo_README.txt +73aca62b101db0c206c4bf2cf821f236947d7f5b,https://github.com/rabbit-shocker/rabbit,rabbit-shocker_rabbit,rabbit-shocker/rabbit,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/rabbit-shocker_rabbit_hullabaloo_README.ja +f82e2c6a5e4e9c89b4cc55936740c7df1c51361f,https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin.git,panel-plugins_xfce4-weather-plugin.git,panel-plugins/xfce4-weather-plugin.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/panel-plugins_xfce4-weather-plugin.git_hullabaloo_README +2b0aca1bf7787abe898741ef890c0f9a51e504e5,https://github.com/djcb/mu,djcb_mu,djcb/mu,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/djcb_mu_hullabaloo_README +b80bf3e1e8c428f6360a8faafc20c8b2cf949c96,https://github.com/joaotavora/yasnippet,joaotavora_yasnippet,joaotavora/yasnippet,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/joaotavora_yasnippet_hullabaloo_README +9c9919efe2166efd32409054005619062624226c,https://git.savannah.gnu.org/git/sed.git,git_sed.git,git/sed.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/git_sed.git_hullabaloo_README +dfa0bdd403f2bcf5f2b1ff96f913ae873de42f86,https://github.com/lunarmodules/luasql,lunarmodules_luasql,lunarmodules/luasql,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/lunarmodules_luasql_hullabaloo_README diff --git a/12825_revision/misc_data_files/CONTRIBUTING_for_download.csv b/12825_revision/misc_data_files/first_batch/CONTRIBUTING_for_download.csv similarity index 100% rename from 12825_revision/misc_data_files/CONTRIBUTING_for_download.csv rename to 12825_revision/misc_data_files/first_batch/CONTRIBUTING_for_download.csv diff --git a/12825_revision/misc_data_files/README_for_download.csv b/12825_revision/misc_data_files/first_batch/README_for_download.csv similarity index 100% rename from 12825_revision/misc_data_files/README_for_download.csv rename to 12825_revision/misc_data_files/first_batch/README_for_download.csv diff --git a/12825_revision/misc_data_files/all_013025_contributing_manifest.csv b/12825_revision/misc_data_files/first_batch/all_013025_contributing_manifest.csv similarity index 100% rename from 12825_revision/misc_data_files/all_013025_contributing_manifest.csv rename to 12825_revision/misc_data_files/first_batch/all_013025_contributing_manifest.csv diff --git a/12825_revision/misc_data_files/all_013025_readme_manifest.csv b/12825_revision/misc_data_files/first_batch/all_013025_readme_manifest.csv similarity index 100% rename from 12825_revision/misc_data_files/all_013025_readme_manifest.csv rename to 12825_revision/misc_data_files/first_batch/all_013025_readme_manifest.csv diff --git a/12825_revision/misc_data_files/fvf_013025_CONTRIBUTING_manifest.csv b/12825_revision/misc_data_files/first_batch/fvf_013025_CONTRIBUTING_manifest.csv similarity index 100% rename from 12825_revision/misc_data_files/fvf_013025_CONTRIBUTING_manifest.csv rename to 12825_revision/misc_data_files/first_batch/fvf_013025_CONTRIBUTING_manifest.csv diff --git a/12825_revision/misc_data_files/fvf_013025_README_manifest.csv b/12825_revision/misc_data_files/first_batch/fvf_013025_README_manifest.csv similarity index 100% rename from 12825_revision/misc_data_files/fvf_013025_README_manifest.csv rename to 12825_revision/misc_data_files/first_batch/fvf_013025_README_manifest.csv diff --git a/12825_revision/misc_data_files/main/CONTRIBUTING_publication_commits.csv b/12825_revision/misc_data_files/main/CONTRIBUTING_publication_commits.csv new file mode 100644 index 0000000..bfad193 --- /dev/null +++ b/12825_revision/misc_data_files/main/CONTRIBUTING_publication_commits.csv @@ -0,0 +1,716 @@ +commit_hash,author_name,author_email,authored_date,committer_name,committer_email,commit_date,is_merge,author_org,committer_org,branches,diff_contains_document,repo_id,project_handle,upstream_vcs_link +9b5ae2ba1c1e2fe20ae555212ef9a6b1f50957cf,Andrew Svetlov,andrew.svetlov@gmail.com,2015-07-11 13:11:06+03:00,Andrew Svetlov,andrew.svetlov@gmail.com,2015-07-11 10:11:06+00:00,False,gmail,gmail,* master,True,aio-libs_aiomysql.git,aio-libs/aiomysql.git,https://github.com/aio-libs/aiomysql.git +910264a7d658d6d7f5d9488fc12a3b168e164e0f,Zetok Zalbavar,zetok@openmailbox.org,2015-12-31 13:18:57+00:00,Zetok Zalbavar,zetok@openmailbox.org,2015-12-31 13:18:57+00:00,False,openmailbox,openmailbox,* master,True,qTox_qTox,qTox/qTox,https://github.com/qTox/qTox +bd0176a5487b0d8c368a14b3f283b9029f51d619,Anthony Fok,foka@debian.org,2016-02-05 12:35:42+08:00,Anthony Fok,foka@debian.org,2016-02-05 04:35:42+00:00,False,debian,debian,* master,True,gohugoio_hugo.git,gohugoio/hugo.git,https://github.com/gohugoio/hugo.git +4895159712d9acf3b1cf45e1c93a654d5b93c6d5,Strahinja Val Markovic,val@markovic.io,2014-05-16 23:31:44-07:00,Strahinja Val Markovic,val@markovic.io,2014-05-17 06:31:44+00:00,False,markovic,markovic,* master,True,ycm-core_ycmd,ycm-core/ycmd,https://github.com/ycm-core/ycmd +f8d94662015fa4ced56a4d2d11875b91b7284666,Andrew Svetlov,andrew.svetlov@gmail.com,2015-07-11 12:08:56+03:00,Andrew Svetlov,andrew.svetlov@gmail.com,2015-07-11 09:08:56+00:00,False,gmail,gmail,* master,True,aio-libs_aiohttp.git,aio-libs/aiohttp.git,https://github.com/aio-libs/aiohttp.git +86284a8d839c854cd787fdcd66bcc0ee1fe15bc8,Kristian Glass,git@doismellburning.co.uk,2015-11-08 17:22:17+00:00,Kristian Glass,git@doismellburning.co.uk,2015-11-08 17:22:17+00:00,False,doismellburning,doismellburning,* main,True,PyCQA_pycodestyle,PyCQA/pycodestyle,https://github.com/PyCQA/pycodestyle +01911a59496d49002da76d73c83a00fd735f63e4,Min RK,benjaminrk@gmail.com,2015-04-09 14:58:56-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 21:58:56+00:00,False,gmail,gmail,* main,True,jupyter_jupyter_console,jupyter/jupyter/console,https://github.com/jupyter/jupyter_console +14b28d947ae04be1d13469461b055a1b28ef73b0,Kohei Yoshida,kohei.yoshida@gmail.com,2017-06-07 21:24:25-04:00,Kohei Yoshida,kohei.yoshida@gmail.com,2017-06-08 14:16:47+00:00,False,gmail,gmail,* master,True,ixion_ixion.git,ixion/ixion.git,https://gitlab.com/ixion/ixion.git +679bf7de5aa77e34f534ce31ce33ea7ff0707317,Peter Potrebic,ppotrebic@box.com,2014-03-23 20:47:09-07:00,Peter Potrebic,ppotrebic@box.com,2014-03-24 03:47:09+00:00,False,box,box,* master,True,box_genty.git,box/genty.git,https://github.com/box/genty.git +a0b321f7a1ae658ee62899b776416c8eceb6db61,Raphael Pierzina,raphael@hackebrot.de,2015-12-04 14:31:18+01:00,Raphael Pierzina,raphael@hackebrot.de,2015-12-04 13:31:18+00:00,False,hackebrot,hackebrot,* main,True,hackebrot_jinja2-time,hackebrot/jinja2-time,https://github.com/hackebrot/jinja2-time +fc1a0f5e16c9d1c011596f5d4d9f20af9abc2ae1,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-11-14 00:44:53-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-11-14 04:02:36+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_nbtscan,resurrecting-open-source-projects/nbtscan,https://github.com/resurrecting-open-source-projects/nbtscan +cf31482daf25df12bd718e00ae92fd50dfc4eb37,Daniel Manila,dmv@springwater7.org,2016-11-18 10:09:10+06:00,Daniel Manila,dmv@springwater7.org,2016-11-18 04:12:06+00:00,False,springwater7,springwater7,* master,True,DonyorM_weresync.git,DonyorM/weresync.git,https://github.com/DonyorM/weresync.git +2b36be98c48515fab027193b18620849343db752,Gonzalo Exequiel Pedone,hipersayan.x@gmail.com,2015-06-19 13:40:58-03:00,Gonzalo Exequiel Pedone,hipersayan.x@gmail.com,2015-06-19 16:40:58+00:00,False,gmail,gmail,* master,True,webcamoid_webcamoid.git,webcamoid/webcamoid.git,https://github.com/webcamoid/webcamoid.git +8e5df02c5c62578705feee22ede106de7416e36b,Yaroslav Halchenko,debian@onerussian.com,2015-02-24 14:36:35-05:00,Yaroslav Halchenko,debian@onerussian.com,2015-02-24 19:36:35+00:00,False,onerussian,onerussian,* maint,True,datalad_datalad,datalad/datalad,https://github.com/datalad/datalad +723bcacef4c62d8db1aeaa93dd374c25ef1979eb,Uriel Corfa,uriel@corfa.fr,2015-07-04 18:36:16-07:00,Uriel Corfa,uriel@corfa.fr,2015-07-05 01:36:16+00:00,False,corfa,corfa,* master,True,korfuri_django-prometheus,korfuri/django-prometheus,https://github.com/korfuri/django-prometheus +b3a33927a0c1e97dd7d73570c81b730041304699,Dennis Schridde,devurandom@gmx.net,2019-01-03 00:49:30+01:00,Dennis Schridde,devurandom@gmx.net,2019-01-02 23:52:55+00:00,False,gmx,gmx,* master,True,lualdap_lualdap.git,lualdap/lualdap.git,https://github.com/lualdap/lualdap.git +f4d7c1a628411df9c818ac57c7bdc67e66177585,Brendan Gregg,bgregg@netflix.com,2018-09-09 03:24:16+00:00,Brendan Gregg,bgregg@netflix.com,2018-09-09 18:23:21+00:00,False,netflix,netflix,* master,True,iovisor_bpftrace,iovisor/bpftrace,https://github.com/iovisor/bpftrace +079d2622e1806613ae47655bef6935c0cf7345f0,Sergei Tachenov,sergei@tachenov.name,2018-04-07 16:50:08+03:00,Sergei Tachenov,sergei@tachenov.name,2018-04-07 13:52:11+00:00,False,tachenov,tachenov,* master,True,stachenov_quazip.git,stachenov/quazip.git,https://github.com/stachenov/quazip.git +b0f259b7798a702816802284265db2137fd7da3f,Trustin Lee,t@motd.kr,2014-03-07 01:47:14+09:00,Trustin Lee,t@motd.kr,2014-03-06 16:54:14+00:00,False,motd,motd,* 4.1,True,netty_netty,netty/netty,https://github.com/netty/netty +64fedeefd2a72ac47c5c385c5a2dd4219c8d01f1,Thomas McDonald,tom@conceptcoding.co.uk,2013-01-20 14:48:58+00:00,Thomas McDonald,tom@conceptcoding.co.uk,2013-01-20 14:48:58+00:00,False,conceptcoding,conceptcoding,* master,True,twbs_bootstrap-sass,twbs/bootstrap-sass,https://github.com/twbs/bootstrap-sass +27cc7e31b9c5cd9ba83241711cf6b8a042fa822b,Fabiano Fidêncio,fidencio@redhat.com,2019-12-16 13:20:03+01:00,Fabiano Fidêncio,fabiano@fidencio.org,2019-12-18 13:28:22+00:00,False,redhat,fidencio,* main,True,libosinfo_libosinfo.git,libosinfo/libosinfo.git,https://gitlab.com/libosinfo/libosinfo.git +8eaf930ba595fb9f3e124ec1d17ef469c9ab01f6,Michael Howitz,mh@gocept.com,2023-02-28 07:57:40+01:00,GitHub,noreply@github.com,2023-02-28 06:57:40+00:00,False,gocept,github,* master,True,zopefoundation_roman,zopefoundation/roman,https://github.com/zopefoundation/roman +ff8f62e92f06cef4158fb9be327487d45ba047e3,jamesgk,jamesgk19@gmail.com,2015-11-16 16:58:47-08:00,jamesgk,jamesgk19@gmail.com,2015-11-17 00:58:47+00:00,False,gmail,gmail,* main,True,googlei18n_fontmake.git,googlei18n/fontmake.git,https://github.com/googlei18n/fontmake.git +2f5d3c33f1ca3f8e7c1d1fa915ff0a903a6cf31b,Lennart Koopmann,lennart@socketfeed.com,2014-04-15 16:21:00+02:00,Lennart Koopmann,lennart@socketfeed.com,2014-04-15 14:21:00+00:00,False,socketfeed,socketfeed,* master,True,Graylog2_gelf-rb,Graylog2/gelf-rb,https://github.com/Graylog2/gelf-rb +87aef8413f8ebfa0bb9c30332b6829884ee56d0a,Matteo Collina,hello@matteocollina.com,2015-01-06 20:58:23+01:00,Matteo Collina,hello@matteocollina.com,2015-01-06 19:58:23+00:00,False,matteocollina,matteocollina,* master,True,mqttjs_mqtt-packet,mqttjs/mqtt-packet,https://github.com/mqttjs/mqtt-packet +c5f63ad07fab1241c70b0f852ff4a570fb11af8b,Karl Schultz,karl@lunarg.com,2016-02-26 15:42:57-07:00,Karl Schultz,karl@lunarg.com,2016-02-26 22:42:57+00:00,False,lunarg,lunarg,* main,True,KhronosGroup_Vulkan-Tools,KhronosGroup/Vulkan-Tools,https://github.com/KhronosGroup/Vulkan-Tools +5d57e177b9bb3fe2c0007c7f191e274b785bf62f,Casper da Costa-Luis,tqdm@caspersci.uk.to,2016-11-13 13:52:19+00:00,Casper da Costa-Luis,casper.dcl@physics.org,2017-01-05 22:35:21+00:00,False,caspersci,physics,* master,True,tqdm_tqdm.git,tqdm/tqdm.git,https://github.com/tqdm/tqdm.git +ea355f491fb10d5ce054c7813d9abdfd3fc68991,hut,hut@lepus.uberspace.de,2016-05-27 16:44:23+02:00,hut,hut@lepus.uberspace.de,2016-05-27 14:44:45+00:00,False,lepus,lepus,* master,True,ranger_ranger.git,ranger/ranger.git,https://github.com/ranger/ranger.git +4f3144d6bc05a74f24aa4e94e5dc4e6a461b87b7,Erik Michaels-Ober,sferik@gmail.com,2013-01-26 00:40:04-08:00,Erik Michaels-Ober,sferik@gmail.com,2013-01-26 08:40:13+00:00,False,gmail,gmail,* migrated,True,intridea_oauth2,intridea/oauth2,https://github.com/intridea/oauth2 +8f793f86ce59ef393b3f7c6d93130dedb8d79fc8,Timothy Crosley,timothy.crosley@gmail.com,2016-02-07 12:17:36-08:00,Timothy Crosley,timothy.crosley@gmail.com,2016-02-07 20:17:36+00:00,False,gmail,gmail,* develop,True,timothycrosley_hug.git,timothycrosley/hug.git,https://github.com/timothycrosley/hug.git +f05042843993acfdcc366dee28919f53c3f446a3,Aggelos Avgerinos,avgerinos@skroutz.gr,2015-12-18 17:14:56+02:00,Aggelos Avgerinos,avgerinos@skroutz.gr,2015-12-18 15:14:56+00:00,False,skroutz,skroutz,* master,True,eavgerinos_pkg-pick,eavgerinos/pkg-pick,https://github.com/eavgerinos/pkg-pick +6a3025e12fa739327a9a9e904f90b0c4b0ab1f1d,Christian Beier,info@christianbeier.net,2021-01-09 13:16:32+01:00,GitHub,noreply@github.com,2021-01-09 12:16:32+00:00,False,christianbeier,github,* master,True,bk138_gromit-mpx.git,bk138/gromit-mpx.git,https://github.com/bk138/gromit-mpx.git +29164c7d5e4612ff7af3040fb8767eeb66cd8762,tristanlatr,tris.la.tr@gmail.com,2020-11-02 16:52:23-05:00,tristanlatr,tris.la.tr@gmail.com,2020-11-02 21:52:23+00:00,False,gmail,gmail,* master,True,twisted_pydoctor,twisted/pydoctor,https://github.com/twisted/pydoctor +638e8f431611d2e557ec814af49908fb28fcc341,MrDave,MotionMrDaveDev@gmail.com,2017-01-16 18:16:03-07:00,MrDave,MotionMrDaveDev@gmail.com,2017-01-17 01:16:03+00:00,False,gmail,gmail,* master,True,Motion-Project_motion,Motion-Project/motion,https://github.com/Motion-Project/motion +0fc9e32a0296ba399f216878c305fd83d7f115a9,Jeffrey Stylos,jsstylos@gmail.com,2015-10-08 10:09:23-04:00,Jeffrey Stylos,jsstylos@gmail.com,2015-10-08 14:09:23+00:00,False,gmail,gmail,* master,True,watson-developer-cloud_python-sdk.git,watson-developer-cloud/python-sdk.git,https://github.com/watson-developer-cloud/python-sdk.git +7b9bf81a172eaccb55f282c39480161f73edf8f8,Flaviu Simihaian,flsimihaian@gmail.com,2011-11-21 21:33:27-05:00,Flaviu Simihaian,flsimihaian@gmail.com,2011-11-22 02:33:27+00:00,False,gmail,gmail,* master,True,vcr_vcr,vcr/vcr,https://github.com/vcrhonek/hwdata.git +6bdb1d0e4e80e971101b58505eb16433b3b8f561,Guillaume Lemaitre,glemaitre@visor.udg.edu,2016-06-30 10:55:27+02:00,Guillaume Lemaitre,glemaitre@visor.udg.edu,2016-06-30 08:55:27+00:00,False,visor,visor,* master,True,scikit-learn-contrib_imbalanced-learn.git,scikit-learn-contrib/imbalanced-learn.git,https://github.com/scikit-learn-contrib/imbalanced-learn.git +6ee71118b87935c6629f69a41bfa531925ef44c2,Jan Niklas Hasse,jhasse@bixense.com,2019-08-30 13:06:56+02:00,Jan Niklas Hasse,jhasse@bixense.com,2019-11-24 11:58:31+00:00,False,bixense,bixense,* master,True,ninja-build_ninja.git,ninja-build/ninja.git,https://github.com/ninja-build/ninja.git +84720b39cb812750b12db728f7c0127b02443fbd,itsmattkc,itsmattkc@gmail.com,2019-06-29 01:42:07-07:00,itsmattkc,itsmattkc@gmail.com,2019-06-29 08:42:07+00:00,False,gmail,gmail,* master,True,olive-editor_olive,olive-editor/olive,https://github.com/olive-editor/olive +04f41576b2f37bce2b2d7e1ce737e17daaafcd4d,Wynn Netherland,wynn@github.com,2013-01-06 13:15:47-06:00,Wynn Netherland,wynn@github.com,2013-01-06 19:15:47+00:00,False,github,github,* main,True,lostisland_faraday_middleware,lostisland/faraday/middleware,https://github.com/lostisland/faraday_middleware +31ebc2ecbfc1a49710b4401e5678dc7c3ad4edcf,SZALAY Attila,sasa@debian.org,2015-09-11 21:28:33+02:00,SZALAY Attila,sasa@debian.org,2015-09-11 19:28:33+00:00,False,debian,debian,* debian/unstable,True,gcsideal_syslog-ng-debian,gcsideal/syslog-ng-debian,https://github.com/gcsideal/syslog-ng-debian +a6167f64f169b721fd44dfae763925f4e7aa0c3a,Justin Mayer,entroP@gmail.com,2013-04-13 16:55:13-07:00,Justin Mayer,entroP@gmail.com,2013-04-13 23:55:13+00:00,False,gmail,gmail,* main,True,getpelican_pelican,getpelican/pelican,https://github.com/getpelican/pelican +2505322d10223bf7965740fac270c80cffed683f,Karen Etheridge,ether@cpan.org,2013-11-18 18:31:37-08:00,Karen Etheridge,ether@cpan.org,2013-11-19 02:31:37+00:00,False,cpan,cpan,* master,True,moose_MooseX-Runnable,moose/MooseX-Runnable,https://github.com/moose/MooseX-Runnable +3111f06b7039417845164434801c1e5443b0b2d9,Tim Pope,code@tpope.net,2013-03-10 16:07:37-04:00,Tim Pope,code@tpope.net,2013-03-10 20:07:37+00:00,False,tpope,tpope,* master,True,tpope_vim-pathogen.git,tpope/vim-pathogen.git,https://github.com/tpope/vim-pathogen.git +34ec6e050dfa1ad4fc5c7da413b13d278fd45cd2,Jeremie Dimino,jdimino@janestreet.com,2018-04-17 15:33:15+01:00,Jérémie Dimino,jeremie@dimino.org,2018-05-23 09:44:25+00:00,False,janestreet,dimino,* main,True,ocaml_dune.git,ocaml/dune.git,https://github.com/ocaml/dune.git +a82e940f7ab11fa150db8ef67aca36b2a558282f,Luke Campagnola,luke.campagnola@gmail.com,2014-03-05 11:01:53-05:00,Luke Campagnola,luke.campagnola@gmail.com,2014-03-05 16:01:53+00:00,False,gmail,gmail,* master,True,pyqtgraph_pyqtgraph.git,pyqtgraph/pyqtgraph.git,https://github.com/pyqtgraph/pyqtgraph.git +065e6491121f958823c8a93def5789ebd11082f1,Carlos Donizete Froes,coringao@riseup.net,2019-12-15 19:12:15-03:00,Carlos Donizete Froes,coringao@riseup.net,2019-12-15 22:12:15+00:00,False,riseup,riseup,* master,True,coringao_pekka-kana-2,coringao/pekka-kana-2,https://gitlab.com/coringao/pekka-kana-2 +171b7a006fb2d54260903e376ed2d42d77412b4f,Mickael Remond,mremond@process-one.net,2019-01-21 11:19:32+01:00,Mickael Remond,mremond@process-one.net,2019-01-21 10:19:32+00:00,False,process-one,process-one,* master,True,processone_eimp.git,processone/eimp.git,https://github.com/processone/eimp.git +37092807809a954ee018010b3e6bd021bef5bca8,Patrick Massot,patrickmassot@free.fr,2020-04-03 19:52:02+02:00,Patrick Massot,patrickmassot@free.fr,2020-04-03 17:52:22+00:00,False,free,free,* master,True,plastex_plastex,plastex/plastex,https://github.com/plastex/plastex +fcf38cc86bf9e7e41212888830fefa0d5f1fbe38,Daniel Bovensiepen,daniel@bovensiepen.net,2012-09-18 21:36:00+09:00,Daniel Bovensiepen,daniel@bovensiepen.net,2012-09-18 12:36:00+00:00,False,bovensiepen,bovensiepen,* master,True,mruby-debian_mruby,mruby-debian/mruby,https://github.com/mruby-debian/mruby +9f9bf240f287293045da6c718e82534facd4d4be,Mickael Remond,mremond@process-one.net,2019-01-18 14:32:30+01:00,Mickael Remond,mremond@process-one.net,2019-01-18 13:32:30+00:00,False,process-one,process-one,* master,True,processone_stun.git,processone/stun.git,https://github.com/processone/stun.git +1a0a8a536b2b3b22c0669fdefd810a7764553428,Jerome Leclanche,jerome@leclan.ch,2015-06-30 07:34:06+02:00,Jerome Leclanche,jerome@leclan.ch,2015-06-30 05:34:14+00:00,False,leclan,leclan,* master,True,jazzband_django-push-notifications,jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications +857ab548f619773a8420331ce77ee6dce21ed106,Jeff-Meadows,jrmeadows2@gmail.com,2014-04-07 15:05:50-07:00,Jeff-Meadows,jrmeadows2@gmail.com,2014-04-07 22:05:50+00:00,False,gmail,gmail,* master,True,box_flaky.git,box/flaky.git,https://github.com/box/flaky.git +2a732ce025b508dfe8381ace04e8c59050790530,Carl Gieringer,78054+carlgieringer@users.noreply.github.com,2020-02-22 23:14:08-08:00,Jean-Christophe Fillion-Robin,jchris.fillionr@kitware.com,2020-04-08 18:55:56+00:00,False,users,kitware,* main,True,amueller_word_cloud,amueller/word/cloud,https://github.com/amueller/word_cloud +a5d8ca9bb4dfa69c61d754324a01df3a9bdb4350,Qua-non,akshayaurora@gmail.com,2012-09-18 02:06:50+05:30,Qua-non,akshayaurora@gmail.com,2012-09-17 20:36:50+00:00,False,gmail,gmail,* master,True,kivy_kivy,kivy/kivy,https://github.com/kivy/kivy +9b10e7fadf34a915917073695c8dd2a76fed4589,Mrunal Patel,mrunalp@gmail.com,2014-10-22 17:30:26-04:00,Mrunal Patel,mrunalp@gmail.com,2014-10-22 21:39:52+00:00,False,gmail,gmail,* main,True,opencontainers_runc,opencontainers/runc,https://github.com/opencontainers/runc +ebab8750932ade8b8418ff78c0168b3e6bf6fbf3,Alessandro Bahgat,me@abahgat.com,2013-04-26 19:53:30+00:00,Alessandro Bahgat,me@abahgat.com,2013-04-26 19:53:30+00:00,False,abahgat,abahgat,* master,True,bitletorg_weupnp.git,bitletorg/weupnp.git,https://github.com/bitletorg/weupnp.git +95e617b15a138771ee61c3f65f6f5a7a9c1f872b,Zearin,zearin@gonk.net,2013-05-22 14:35:09-04:00,Zearin,zearin@gonk.net,2013-05-22 18:35:09+00:00,False,gonk,gonk,* master,True,heynemann_pyvows.git,heynemann/pyvows.git,https://github.com/heynemann/pyvows.git +0bcb157a0233d0cb7dd43e6b28fc7aadcea49ef7,Alexey Sachkov,alexey.sachkov@intel.com,2020-08-24 12:53:24+03:00,GitHub,noreply@github.com,2020-08-24 09:53:24+00:00,False,intel,github,* main,True,KhronosGroup_SPIRV-LLVM-Translator,KhronosGroup/SPIRV-LLVM-Translator,https://github.com/KhronosGroup/SPIRV-LLVM-Translator +9030ad1e93aea1a8f9ec8473011cedf7810daeb1,Michael Smith,michael.smith@puppet.com,2016-05-17 11:14:46-07:00,Michael Smith,michael.smith@puppet.com,2016-05-17 18:14:46+00:00,False,puppet,puppet,* master,True,puppetlabs_marionette-collective,puppetlabs/marionette-collective,https://github.com/puppetlabs/marionette-collective +ea501586d273f131c086858930fb2a4490e7d61b,David Schmitt,david.schmitt@puppet.com,2016-04-19 14:45:10+01:00,David Schmitt,david.schmitt@puppet.com,2016-04-19 13:45:10+00:00,False,puppet,puppet,* main,True,puppetlabs_puppetlabs-xinetd,puppetlabs/puppetlabs-xinetd,https://github.com/puppetlabs/puppetlabs-xinetd +e511c114b3935ec10b8877a8eecf1efbe1551373,Zachary J. Slater,zjs@zacharyjackslater.com,2018-03-12 12:52:24-10:00,Tim Angus,tim@ngus.net,2018-03-21 10:59:13+00:00,False,zacharyjackslater,ngus,* main,True,ioquake_ioq3,ioquake/ioq3,https://github.com/ioquake/ioq3 +8cfcfc8645fa47b776c8c6b441a9e2bb4b1b28d3,Guillaume Lours,guillaume.lours@docker.com,2020-08-17 18:29:28+02:00,Guillaume Lours,guillaume.lours@docker.com,2020-08-18 07:53:57+00:00,False,docker,docker,* main,True,docker_compose,docker/compose,https://github.com/docker/compose +50cf930ec8240be069a18765c10f681f1c4d7599,Roman Gilg,subdiff@gmail.com,2019-11-04 10:53:44+01:00,Roman Gilg,subdiff@gmail.com,2019-11-11 20:52:25+00:00,False,gmail,gmail,* master,True,plasma_kscreen.git,plasma/kscreen.git,https://invent.kde.org/plasma/kscreen.git +c970f190d26cc0634567c048e20aa7b802fe6042,mcarton,cartonmartin+git@gmail.com,2015-10-16 18:22:05+02:00,mcarton,cartonmartin+git@gmail.com,2015-10-17 13:45:13+00:00,False,gmail,gmail,* master,True,nvbn_thefuck.git,nvbn/thefuck.git,https://github.com/nvbn/thefuck.git +72b1c48f154b7f94607babda3587d8e976795e4e,Blake Thompson,flippmoke@gmail.com,2015-07-27 15:50:59-05:00,Blake Thompson,flippmoke@gmail.com,2015-07-27 20:50:59+00:00,False,gmail,gmail,* master,True,mapbox_mapnik-vector-tile.git,mapbox/mapnik-vector-tile.git,https://github.com/mapbox/mapnik-vector-tile.git +261e3880d251f78a2e7f7601f4b8ce74b3f239ef,Maxime Coste,frrrwww@gmail.com,2014-06-22 11:26:38+01:00,Maxime Coste,frrrwww@gmail.com,2014-06-22 10:26:38+00:00,False,gmail,gmail,* master,True,mawww_kakoune.git,mawww/kakoune.git,https://github.com/mawww/kakoune.git +14d0b6ffe3d6cc583b31fac1348fea757ec455f1,Yusuke Suzuki,utatane.tea@gmail.com,2015-03-07 05:41:31+09:00,Yusuke Suzuki,utatane.tea@gmail.com,2015-03-06 20:41:31+00:00,False,gmail,gmail,* main,True,eslint_eslint-scope.git,eslint/eslint-scope.git,https://github.com/eslint/eslint-scope.git +910f3b1f9e08dea61a11b235bfa8868336101799,Peter Bloomfield,peterbloomfield@bellsouth.net,2018-05-27 01:32:46+00:00,Peter Bloomfield,peterbloomfield@bellsouth.net,2018-05-27 01:32:46+00:00,False,bellsouth,bellsouth,* master,True,GNOME_balsa,GNOME/balsa,https://gitlab.gnome.org/GNOME/balsa +fa4aa84fc5cfdbfe0817df5ade13e215b3c47899,Min RK,benjaminrk@gmail.com,2015-04-10 13:23:20-07:00,Min RK,benjaminrk@gmail.com,2015-04-21 22:37:06+00:00,False,gmail,gmail,* main,True,jupyter_notebook.git,jupyter/notebook.git,https://github.com/jupyter/notebook.git +0815ba0ac93f2a43407023aeb111f06425392e6f,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-07-13 17:12:26-07:00,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-07-14 00:12:26+00:00,False,nczconsulting,nczconsulting,* main,True,eslint_eslint,eslint/eslint,https://github.com/eslint/eslint +0832184896ababac7ee696625bfa32cc7b596815,Matias Fontanini,matias.fontanini@gmail.com,2016-02-06 16:04:07-08:00,Matias Fontanini,matias.fontanini@gmail.com,2016-02-07 00:04:07+00:00,False,gmail,gmail,* master,True,mfontanini_libtins.git,mfontanini/libtins.git,https://github.com/mfontanini/libtins.git +738319bc25216bee54cd4fe305c6403a4ee8548b,Yue-Lan,lanyue@kylinos.cn,2019-11-28 19:24:34+08:00,Yue-Lan,lanyue@kylinos.cn,2019-11-28 11:25:51+00:00,False,kylinos,kylinos,* Debian,True,ukui_peony,ukui/peony,https://github.com/ukui/peony +44ea60973e02cbf0cf298892fb6fc7af1677a4ad,Simone Carletti,weppos@weppos.net,2018-02-28 16:35:00+01:00,Simone Carletti,weppos@weppos.net,2018-02-28 15:35:00+00:00,False,weppos,weppos,* main,True,publicsuffix_list,publicsuffix/list,https://github.com/publicsuffix/list +0749e18b7b4c032db9dd39df00a63fafbe2960f2,Markus Unterwaditzer,markus@unterwaditzer.net,2014-04-14 12:49:39+02:00,Markus Unterwaditzer,markus@unterwaditzer.net,2014-04-14 10:49:39+00:00,False,unterwaditzer,unterwaditzer,* main,True,pimutils_vdirsyncer,pimutils/vdirsyncer,https://github.com/pimutils/vdirsyncer +0cd2366fee96dadab517b9cabca21200266684fd,Francois Marier,francois@mozilla.com,2014-06-12 15:54:41+12:00,Robert O'Callahan,robert@ocallahan.org,2014-06-12 04:15:10+00:00,False,mozilla,ocallahan,* master,True,rr-debugger_rr.git,rr-debugger/rr.git,https://github.com/rr-debugger/rr.git +77c128d7edad82f0ba15d2b26cc083dfbed0fd23,Matt Hill,mhill@mhill-linux.(none),2013-11-09 09:28:42-06:00,Matt Hill,mhill@mhill-linux.(none),2013-11-09 15:28:42+00:00,False,mhill-linux,mhill-linux,* master,True,openalpr_openalpr,openalpr/openalpr,https://github.com/openalpr/openalpr +44ee94502bfafaf540092649fde6a7ccb428507a,Mottie,wowmotty@gmail.com,2015-02-20 21:31:24-06:00,Mottie,wowmotty@gmail.com,2015-02-21 03:31:24+00:00,False,gmail,gmail,* master,True,Mottie_tablesorter.git,Mottie/tablesorter.git,https://github.com/Mottie/tablesorter.git +09c6048df12ff141578876a401cd38094afd90b7,Nikita Popov,nikita.ppv@gmail.com,2022-08-29 21:58:08+02:00,Nikita Popov,nikita.ppv@gmail.com,2022-08-29 19:59:07+00:00,False,gmail,gmail,* master,True,nikic_PHP-Parser,nikic/PHP-Parser,https://github.com/nikic/PHP-Parser +79ead205f6bb8df496c41d0fbe90900ac1b81bd1,Christopher Chow,chris@chowie.net,2013-05-31 00:42:58+10:00,Christopher Chow,chris@chowie.net,2013-05-30 14:42:58+00:00,False,chowie,chowie,* master,True,tmuxinator_tmuxinator,tmuxinator/tmuxinator,https://github.com/tmuxinator/tmuxinator +1bb4258c7af8abe0141b44870749ad85858f7387,Kay Hayen,kay.hayen@gmail.com,2017-11-29 14:31:20+01:00,Kay Hayen,kay.hayen@gmail.com,2018-01-01 10:14:46+00:00,False,gmail,gmail,* develop,True,Nuitka_Nuitka,Nuitka/Nuitka,https://github.com/Nuitka/Nuitka +8706f6598ea157841c8d8ccf6365dfdbf0d72970,Hong Minhee,hongminhee@member.fsf.org,2015-10-02 04:27:46+09:00,Hong Minhee,hongminhee@member.fsf.org,2015-10-01 19:27:46+00:00,False,member,member,* main,True,dahlia_libsass-python.git,dahlia/libsass-python.git,https://github.com/dahlia/libsass-python.git +4a083a37e91b1a40e9d2bc8fa3c1c6b673b18ae4,Sean V Kelley,seanvk@posteo.de,2017-01-22 17:22:05-08:00,Sean V Kelley,seanvk@posteo.de,2017-01-23 01:22:05+00:00,False,posteo,posteo,* master,True,intel_intel-vaapi-driver.git,intel/intel-vaapi-driver.git,https://github.com/intel/intel-vaapi-driver.git +c6a44bd1bb01d7f2b9dd73ac7d0f5389d786d6fe,IOhannes m zmölnig,zmoelnig@iem.at,2016-04-27 12:19:17+02:00,IOhannes m zmölnig,zmoelnig@iem.at,2016-04-27 10:19:17+00:00,False,iem,iem,* master,True,iem-projects_ambix.git,iem-projects/ambix.git,https://github.com/iem-projects/ambix.git +bdbf2ce5edc4d973e6f2c2b7a2acf85285918eee,Dougal Matthews,dougal@redhat.com,2015-04-03 14:47:00+01:00,Dougal Matthews,dougal@redhat.com,2015-04-03 13:47:00+00:00,False,redhat,redhat,* master,True,mkdocs_mkdocs,mkdocs/mkdocs,https://github.com/mkdocs/mkdocs +e3d291ba3c9f48f5d439233584652aa71d6890c1,Daniel G. Taylor,danielgtaylor@gmail.com,2014-11-11 11:50:58-08:00,Daniel G. Taylor,danielgtaylor@gmail.com,2014-11-11 19:50:58+00:00,False,gmail,gmail,* develop,True,boto_boto3,boto/boto3,https://github.com/boto/boto3 +16d262114d5ba6f2c414ddd94d468797524064ee,Rick Olson,technoweenie@gmail.com,2015-02-07 09:51:55-07:00,Rick Olson,technoweenie@gmail.com,2015-02-07 16:51:55+00:00,False,gmail,gmail,* main,True,github_git-lfs.git,github/git-lfs.git,https://github.com/github/git-lfs.git +1af188b50248c794b671e55df5659e5935fdc799,Jeff Quast,contact@jeffquast.com,2015-10-02 14:08:41-07:00,Jeff Quast,contact@jeffquast.com,2015-10-02 21:08:41+00:00,False,jeffquast,jeffquast,* master,True,jquast_blessed,jquast/blessed,https://github.com/jquast/blessed +02c417d33da3c237ecf65afe84d4fb0c6f1b4286,Robert Grosse,grosse@google.com,2015-06-04 12:13:55-07:00,Robert Grosse,grosse@google.com,2015-06-04 19:13:55+00:00,False,google,google,* master,True,Storyyeller_enjarify,Storyyeller/enjarify,https://github.com/Storyyeller/enjarify +4f9f7c345830098df402d28c16047b99545b7462,pr0m1th3as,abertsatos@biol.uoa.gr,2022-11-07 22:31:07+02:00,pr0m1th3as,abertsatos@biol.uoa.gr,2022-11-07 20:31:07+00:00,False,biol,biol,* main,True,gnu-octave_statistics,gnu-octave/statistics,https://github.com/gnu-octave/statistics +a051b40afa72d59d7ac35e2d52f7c91f3c115827,nkoenig,devnull@localhost,2018-11-02 09:35:21-07:00,nkoenig,devnull@localhost,2018-11-02 16:35:21+00:00,False,localhost,localhost,* gz-cmake4,True,ignitionrobotics_ign-cmake.git,ignitionrobotics/ign-cmake.git,https://github.com/ignitionrobotics/ign-cmake.git +7721c5c0e0fc59f4e9bdcbaa5b30ee82dd88a15e,Nate Prewitt,Nate.Prewitt@gmail.com,2021-09-05 00:11:40-07:00,Nate Prewitt,Nate.Prewitt@gmail.com,2021-10-06 22:06:42+00:00,False,gmail,gmail,* develop,True,boto_s3transfer,boto/s3transfer,https://github.com/boto/s3transfer +78ffdef83dad7cf04392d8aae77fed247323536e,Derek Gulbranson,derek73@gmail.com,2014-05-14 15:52:19-07:00,Derek Gulbranson,derek73@gmail.com,2014-05-14 22:52:19+00:00,False,gmail,gmail,* master,True,derek73_python-nameparser,derek73/python-nameparser,https://github.com/derek73/python-nameparser +cb591932999210615eeb77dc8a17866304fc50a9,Grégoire Paris,postmaster@greg0ire.fr,2020-05-22 11:00:06+02:00,Grégoire Paris,postmaster@greg0ire.fr,2020-05-22 11:29:39+00:00,False,greg0ire,greg0ire,* 1.5.x,True,doctrine_sql-formatter.git,doctrine/sql-formatter.git,https://github.com/doctrine/sql-formatter.git +5f9b7956c56bf721d8614dcec67e85244b1b3963,Yuki Nishijima,mail@yukinishijima.net,2014-08-18 20:17:03-07:00,Yuki Nishijima,mail@yukinishijima.net,2014-08-19 03:17:03+00:00,False,yukinishijima,yukinishijima,* master,True,kaminari_kaminari,kaminari/kaminari,https://github.com/kaminari/kaminari +a76744c544d9302f6cf3612326ec52214e2099d4,Johannes Hoppe,info@johanneshoppe.com,2018-01-09 18:26:18+01:00,Johannes Hoppe,info@johanneshoppe.com,2018-01-09 17:26:18+00:00,False,johanneshoppe,johanneshoppe,* main,True,coddingtonbear_python-measurement,coddingtonbear/python-measurement,https://github.com/coddingtonbear/python-measurement +af43013b4c7bf9edf13429be80d8c522cf14a730,Hong Xu,hong@topbug.net,2018-11-15 16:20:37-08:00,Hong Xu,hong@topbug.net,2018-11-16 00:20:37+00:00,False,topbug,topbug,* master,True,editorconfig_editorconfig-core-c.git,editorconfig/editorconfig-core-c.git,https://github.com/editorconfig/editorconfig-core-c.git +69b8fd55af7b9d865ec094e3891bad0add66cc5e,Will Thompson,wjt@endlessm.com,2019-11-19 15:13:17+00:00,Will Thompson,wjt@endlessm.com,2019-11-19 15:13:17+00:00,False,endlessm,endlessm,* main,True,libosinfo_osinfo-db.git,libosinfo/osinfo-db.git,https://gitlab.com/libosinfo/osinfo-db.git +7529e129e46b0dd27ecc9ecc843bc7cc0231571e,joke2k,joke2k@gmail.com,2015-02-16 17:47:38+01:00,joke2k,joke2k@gmail.com,2015-02-16 17:42:00+00:00,False,gmail,gmail,* master,True,joke2k_faker,joke2k/faker,https://github.com/joke2k/faker +3b9901b40ec39a859e3187083d2c5ef956dc19f9,Michael Howitz,mh@gocept.com,2022-03-04 08:18:32+01:00,Michael Howitz,mh@gocept.com,2022-03-04 07:18:32+00:00,False,gocept,gocept,* master,True,zopefoundation_zope.testing,zopefoundation/zope.testing,https://github.com/zopefoundation/zope.testing +9122d7c511c81421992c86faf30da2f35ce6f4e4,Luke Karrys,luke@lukekarrys.com,2023-05-31 10:42:21-07:00,Luke Karrys,luke@lukekarrys.com,2023-05-31 18:54:58+00:00,False,lukekarrys,lukekarrys,* main,True,npm_nopt,npm/nopt,https://github.com/npm/nopt +1c1c79271a6c987c484aec464274166349c6488b,hhugo,hugo.heuzard@gmail.com,2019-07-21 18:28:02+08:00,GitHub,noreply@github.com,2019-07-21 10:28:02+00:00,False,gmail,github,* master,True,ocsigen_js_of_ocaml.git,ocsigen/js/of/ocaml.git,https://github.com/ocsigen/js_of_ocaml.git +75c4ec0ba4dd86e4f763a54e01002ff29f1d57ae,Benoit Jacob,benoitjacob@google.com,2015-06-25 15:50:59-04:00,Benoit Jacob,benoitjacob@google.com,2015-06-25 19:53:04+00:00,False,google,google,* master,True,google_gemmlowp,google/gemmlowp,https://github.com/google/gemmlowp +5f72a0dc00818bea3bb0a6b5b10ad23824fbdcd3,Iustin Pop,iustin@k1024.org,2023-04-23 22:15:21+02:00,Iustin Pop,iustin@k1024.org,2023-04-23 20:16:42+00:00,False,k1024,k1024,* main,True,iustin_pylibacl,iustin/pylibacl,https://github.com/iustin/pylibacl +9be803c1ff0a1440b6c8d2bdb39a4e4a511d4695,Will McGugan,willmcgugan@gmail.com,2019-01-06 13:49:08+00:00,Will McGugan,willmcgugan@gmail.com,2019-01-06 13:49:08+00:00,False,gmail,gmail,* master,True,PyFilesystem_pyfilesystem2,PyFilesystem/pyfilesystem2,https://github.com/PyFilesystem/pyfilesystem2 +271968e67533d195c16d0c0e1d73301ab8052c29,Markus Unterwaditzer,markus@unterwaditzer.net,2014-09-01 23:33:28+02:00,Markus Unterwaditzer,markus@unterwaditzer.net,2014-09-02 03:03:07+00:00,False,unterwaditzer,unterwaditzer,* main,True,pallets_werkzeug,pallets/werkzeug,https://github.com/pallets/werkzeug +62414f4678dc1977f1411e836d42a60b8224f3c6,Kim Grasman,kim.grasman@gmail.com,2017-06-28 14:17:41+02:00,Kim Gräsman,kim.grasman@gmail.com,2017-07-04 19:07:31+00:00,False,gmail,gmail,* master,True,include-what-you-use_include-what-you-use,include-what-you-use/include-what-you-use,https://github.com/include-what-you-use/include-what-you-use +6edd878ab231bd025619047c4a9ca63f53cbf582,Philip Chimento,philip.chimento@gmail.com,2018-11-03 16:39:01-04:00,Philip Chimento,philip.chimento@gmail.com,2018-11-03 21:05:17+00:00,False,gmail,gmail,* master,True,GNOME_gjs.git,GNOME/gjs.git,https://gitlab.gnome.org/GNOME/gjs.git +8ad9588d49184f809b9e5796083b260b0a8a4fa1,Henne Vogelsang,hvogel@opensuse.org,2015-07-23 13:27:42+02:00,Henne Vogelsang,hvogel@opensuse.org,2015-07-23 11:27:42+00:00,False,opensuse,opensuse,* master,True,openSUSE_open-build-service,openSUSE/open-build-service,https://github.com/openSUSE/open-build-service +b95d3ee5bd401ef17f259e3eae27a3f5694016be,MinRK,benjaminrk@gmail.com,2012-03-05 14:51:01-08:00,MinRK,benjaminrk@gmail.com,2012-03-06 21:36:34+00:00,False,gmail,gmail,* main,True,zeromq_pyzmq.git,zeromq/pyzmq.git,https://github.com/zeromq/pyzmq.git +05925036271d1c7d38b40b0b66516fe7f442cfcd,peter279k,peter279k@gmail.com,2019-04-19 00:12:06+08:00,peter279k,peter279k@gmail.com,2019-04-18 16:12:06+00:00,False,gmail,gmail,* master,True,hamcrest_hamcrest-php.git,hamcrest/hamcrest-php.git,https://github.com/hamcrest/hamcrest-php.git +d79f5780225d2416f3fff9dcebeac1d64110bb94,Drew DeVault,sir@cmpwn.com,2017-06-06 10:54:53-04:00,Drew DeVault,sir@cmpwn.com,2017-06-06 14:54:53+00:00,False,cmpwn,cmpwn,* master,True,swaywm_wlroots,swaywm/wlroots,https://github.com/swaywm/wlroots +735b56bc51b48250b550471267480de07c9639fc,Erik Hetzner,egh@e6h.org,2019-06-18 17:47:05-07:00,Erik Hetzner,egh@e6h.org,2019-06-19 00:47:05+00:00,False,e6h,e6h,* master,True,egh_ledger-autosync,egh/ledger-autosync,https://gitlab.com/egh/ledger-autosync +b7fbf3832f7cc7fbe348ef5fec82e292b3167a14,Jean-Marie RENOUARD,jmrenouard@gmail.com,2015-06-16 15:20:36+02:00,Jean-Marie RENOUARD,jmrenouard@gmail.com,2015-06-16 13:20:36+00:00,False,gmail,gmail,* master,True,major_MySQLTuner-perl,major/MySQLTuner-perl,https://github.com/major/MySQLTuner-perl +cf3b4d705e0a429460fcc54907ac498211d2ddd3,Jim Easterbrook,jim@jim-easterbrook.me.uk,2015-01-12 14:08:10+00:00,Jim Easterbrook,jim@jim-easterbrook.me.uk,2015-01-12 14:08:10+00:00,False,jim-easterbrook,jim-easterbrook,* main,True,jim-easterbrook_pywws,jim-easterbrook/pywws,https://github.com/jim-easterbrook/pywws +6ab218bf71bc091eb04cedde61dcfc6fb52bbf13,Rick van Hattem,Wolph@wol.ph,2016-09-11 18:13:17+02:00,Rick van Hattem,Wolph@wol.ph,2016-09-11 16:13:17+00:00,False,wol,wol,* develop,True,WoLpH_numpy-stl,WoLpH/numpy-stl,https://github.com/WoLpH/numpy-stl +f2b8064d88ef7852dbcea43c4d1f7d3918f1ed28,Winston Chang,winston@stdout.org,2017-10-11 15:13:14-05:00,Winston Chang,winston@stdout.org,2017-10-12 01:59:26+00:00,False,stdout,stdout,* main,True,rstudio_httpuv.git,rstudio/httpuv.git,https://github.com/rstudio/httpuv.git +7ec4d00ea72ebeba4f3ce72e78a84e8d20c6f659,Brian Brazil,brian.brazil@gmail.com,2015-02-04 09:44:34+00:00,Brian Brazil,brian.brazil@gmail.com,2015-02-09 23:02:29+00:00,False,gmail,gmail,* master,True,prometheus_client_python.git,prometheus/client/python.git,https://github.com/prometheus/client_python.git +5ed5d4ebc1bcabecdc3278a7dda848a29b5e8ae6,Zearin,Zearin@users.noreply.github.com,2015-03-02 13:06:18-05:00,Zearin,Zearin@users.noreply.github.com,2015-03-02 18:06:18+00:00,False,users,users,* master,True,heynemann_preggy,heynemann/preggy,https://github.com/heynemann/preggy +f8e9182f3f076a709e385c23715475068ece18b2,Pieter Hintjens,ph@imatix.com,2014-08-15 21:07:32+02:00,Pieter Hintjens,ph@imatix.com,2014-08-15 19:07:32+00:00,False,imatix,imatix,* master,True,zeromq_czmq.git,zeromq/czmq.git,https://github.com/zeromq/czmq.git +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,certbot_certbot.git,certbot/certbot.git,https://github.com/certbot/certbot.git +3759eada7e7905ad0091e1f8edf676f177009188,Nathaniel J. Smith,njs@pobox.com,2017-12-04 05:17:55-08:00,Nathaniel J. Smith,njs@pobox.com,2017-12-05 00:14:52+00:00,False,pobox,pobox,* main,True,python-trio_trio,python-trio/trio,https://github.com/python-trio/trio +6ea122aa377e56b47d4f302dd995367daea27fec,Ross Lawley,ross.lawley@gmail.com,2013-05-02 10:42:12+00:00,Ross Lawley,ross.lawley@gmail.com,2013-05-02 10:42:12+00:00,False,gmail,gmail,* master,True,mongoengine_flask-mongoengine,mongoengine/flask-mongoengine,https://github.com/mongoengine/flask-mongoengine +8d04e68fdac7ddf9f34f3d2f11f5f305815ef789,Ionel Cristian Mărieș,contact@ionelmc.ro,2015-10-02 22:42:08+03:00,Ionel Cristian Mărieș,contact@ionelmc.ro,2015-10-02 19:42:08+00:00,False,ionelmc,ionelmc,* master,True,ionelmc_python-tblib,ionelmc/python-tblib,https://github.com/ionelmc/python-tblib +8ea5eb73f001e2d98a428f57a61f834bdacb0ccd,Bruno Nova,4999472+brunonova@users.noreply.github.com,2015-09-16 18:45:27+01:00,Bruno Nova,4999472+brunonova@users.noreply.github.com,2015-09-16 17:45:27+00:00,False,users,users,* master,True,brunonova_drmips,brunonova/drmips,https://github.com/brunonova/drmips +25e94b9adf05205d87751209a5c66c44f0199ba8,Jaime van Kessel,nallath@gmail.com,2023-06-02 11:52:05+02:00,GitHub,noreply@github.com,2023-06-02 09:52:05+00:00,False,gmail,github,* main,True,Ultimaker_Cura,Ultimaker/Cura,https://github.com/Ultimaker/Cura +cce68bfb2856fef64e1cec0b052ea83ef2195874,Kazuho Oku,kazuhooku@gmail.com,2015-09-01 16:11:45+09:00,Kazuho Oku,kazuhooku@gmail.com,2015-09-01 07:11:45+00:00,False,gmail,gmail,* master,True,h2o_h2o,h2o/h2o,https://github.com/h2o/h2o +ec2f07932bb69150d43b6eddb46ead4b2c4b5a77,Robin Getz,robin.getz@analog.com,2020-02-11 12:31:25-05:00,GitHub,noreply@github.com,2020-02-11 17:31:25+00:00,False,analog,github,* main,True,analogdevicesinc_libiio.git,analogdevicesinc/libiio.git,https://github.com/analogdevicesinc/libiio.git +9ec2827e4d93b6db225282ad1cb61e23aea38c51,ismael faro,ismael.faro1@ibm.com,2017-05-22 11:30:47-04:00,ismael faro,ismael.faro1@ibm.com,2017-05-22 15:30:47+00:00,False,ibm,ibm,* main,True,Qiskit_qiskit-terra,Qiskit/qiskit-terra,https://github.com/Qiskit/qiskit-terra +3b57f43524dc04673b30c40ac42f8aef5ca9ecc8,Michalis Kamburelis,michalis.kambi@gmail.com,2022-09-06 03:08:21+02:00,Michalis Kamburelis,michalis.kambi@gmail.com,2022-09-06 01:08:21+00:00,False,gmail,gmail,* master,True,castle-engine_castle-engine.git,castle-engine/castle-engine.git,https://github.com/castle-engine/castle-engine.git +be44f0c8fdd20a7654fa947b381d0d741b235d64,maclover7,me@jonathanmoss.me,2015-08-17 21:31:51-04:00,maclover7,me@jonathanmoss.me,2015-08-18 01:31:51+00:00,False,jonathanmoss,jonathanmoss,* main,True,rails_sprockets.git,rails/sprockets.git,https://github.com/rails/sprockets.git +5b015eb3bcdc20460a13342c5c480f1503fff560,Benedikt Heine,bebe@bebehei.de,2015-02-10 04:25:13+01:00,Benedikt Heine,bebe@bebehei.de,2015-03-18 13:08:11+00:00,False,bebehei,bebehei,* master,True,rsnapshot_rsnapshot.git,rsnapshot/rsnapshot.git,https://github.com/rsnapshot/rsnapshot.git +0aaffb919f6938261a75203f2c1c5f19764b0e17,Sander Maijers,S.N.Maijers@gmail.com,2016-04-18 14:02:43+02:00,Gabriel Scherer,gabriel.scherer@gmail.com,2016-05-04 11:33:20+00:00,False,gmail,gmail,* master,True,ocaml_ocamlbuild.git,ocaml/ocamlbuild.git,https://github.com/ocaml/ocamlbuild.git +5f1e47afcb524803f71f600b6a1edbfe40f6796f,Karen Etheridge,ether@cpan.org,2015-06-06 13:55:06-07:00,Karen Etheridge,ether@cpan.org,2015-06-06 20:55:06+00:00,False,cpan,cpan,* master,True,karenetheridge_B-Hooks-Parser.git,karenetheridge/B-Hooks-Parser.git,https://github.com/karenetheridge/B-Hooks-Parser.git +2c1e595b775f6c23ec985ac20976f81dbed327e5,Sameer Agarwal,sameeragarwal@google.com,2018-07-07 17:27:04-07:00,Sameer Agarwal,sameeragarwal@google.com,2018-07-10 06:16:27+00:00,False,google,google,* master,True,ceres-solver_ceres-solver.git,ceres-solver/ceres-solver.git,https://github.com/ceres-solver/ceres-solver.git +edf33845534349bf73e7ff7cbc1aa77cdb61767c,Min RK,benjaminrk@gmail.com,2015-04-09 21:34:13-07:00,Min RK,benjaminrk@gmail.com,2015-04-10 04:41:47+00:00,False,gmail,gmail,* main,True,jupyter_nbconvert,jupyter/nbconvert,https://github.com/jupyter/nbconvert +0ebc98342d4b2be00d7799e2e35b33898619b901,Juan Antonio Osorio Robles,jaosorior@redhat.com,2020-03-24 17:09:56+02:00,Juan Antonio Osorio Robles,jaosorior@redhat.com,2020-03-24 15:09:56+00:00,False,redhat,redhat,* master,True,ComplianceAsCode_content,ComplianceAsCode/content,https://github.com/ComplianceAsCode/content +9b6705571107d704d576269ae1723d589c330a16,Nicholas H.Tollervey,ntoll@ntoll.org,2015-12-08 07:07:13+00:00,Nicholas H.Tollervey,ntoll@ntoll.org,2015-12-08 07:07:13+00:00,False,ntoll,ntoll,* master,True,mu-editor_mu,mu-editor/mu,https://github.com/mu-editor/mu +12bdf43ab2d2f23413a625a843a1cafea25c0386,Edward Powell,powell.518@gmail.com,2013-03-30 00:25:05-04:00,Edward Powell,powell.518@gmail.com,2013-03-30 04:25:05+00:00,False,gmail,gmail,* master,True,sopel-irc_sopel.git,sopel-irc/sopel.git,https://github.com/sopel-irc/sopel.git +0f896927c4541cc70226e5fc946520f6225cde7b,Matthew Rocklin,mrocklin@gmail.com,2016-06-22 16:41:31-07:00,GitHub,noreply@github.com,2016-06-22 23:41:31+00:00,False,gmail,github,* main,True,dask_dask,dask/dask,https://github.com/dask/dask +d09457f7683654441b998a6c22e20c059bf57799,Jeremy Ashkenas,jashkenas@gmail.com,2012-09-17 13:06:33-04:00,Jeremy Ashkenas,jashkenas@gmail.com,2012-09-17 17:06:33+00:00,False,gmail,gmail,* master,True,jashkenas_underscore.git,jashkenas/underscore.git,https://github.com/jashkenas/underscore.git +c98311d7cdafa82dec133a87662890618a5959c0,isaacs,i@izs.me,2013-02-11 17:16:30-08:00,isaacs,i@izs.me,2013-02-12 01:16:30+00:00,False,izs,izs,* main,True,npm_abbrev-js,npm/abbrev-js,https://github.com/npm/abbrev-js +ff3d0e6578ff53fa34837353ebb6738b10d69dd4,Francois-Xavier Le Bail,fx.lebail@yahoo.com,2015-09-16 19:18:56+02:00,Francois-Xavier Le Bail,fx.lebail@yahoo.com,2015-09-16 19:06:06+00:00,False,yahoo,yahoo,* master,True,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,https://github.com/the-tcpdump-group/tcpdump +f2896713d48f6c0bc19a859f5ad506e0ddd7ae61,Martin Braun,martin.braun@ettus.com,2018-06-15 08:44:12-07:00,Martin Braun,martin.braun@ettus.com,2018-06-26 15:56:32+00:00,False,ettus,ettus,* master,True,EttusResearch_uhd,EttusResearch/uhd,https://github.com/EttusResearch/uhd +3619a51a8e318fbc45e90552ca694baf6704d99f,Min RK,benjaminrk@gmail.com,2015-07-13 22:28:59-05:00,Min RK,benjaminrk@gmail.com,2015-07-14 17:02:24+00:00,False,gmail,gmail,* main,True,jupyter_jupyter_core,jupyter/jupyter/core,https://github.com/jupyter/jupyter_core +76384a8b371737f48443d0a3f9ee44950d1611a1,Ryan Curtin,ryan@ratml.org,2017-10-22 00:12:46-04:00,Ryan Curtin,ryan@ratml.org,2017-10-22 04:12:46+00:00,False,ratml,ratml,* master,True,mlpack_mlpack,mlpack/mlpack,https://github.com/mlpack/ensmallen +752c0602f014ef6e8258453d1cd962f2cae9c8f5,dlezcano,dlezcano,2008-11-05 19:51:21+00:00,dlezcano,dlezcano,2008-11-05 19:51:21+00:00,False,dlezcano,dlezcano,* main,True,lxc_lxc.git,lxc/lxc.git,https://github.com/lxc/lxc.git +b09df08be878ddf23d7bef6d63c8b90b8a81b193,Gabor Csardi,csardi.gabor@gmail.com,2014-10-24 17:58:59-04:00,Gabor Csardi,csardi.gabor@gmail.com,2014-10-24 21:58:59+00:00,False,gmail,gmail,* master,True,igraph_igraph,igraph/igraph,https://github.com/igraph/igraph +28e7d07be7de98b9ac0bdb8c2f26a4a984902132,Till Kamppeter,till.kamppeter@gmail.com,2022-11-14 23:33:16+01:00,Till Kamppeter,till.kamppeter@gmail.com,2022-11-14 22:33:16+00:00,False,gmail,gmail,* master,True,OpenPrinting_cups-filters,OpenPrinting/cups-filters,https://github.com/OpenPrinting/cups-filters +ff0e028f37e1b943592e2a1fe3c60435a8fc71e8,Philip Tricca,philip.b.tricca@intel.com,2017-03-23 10:58:26-07:00,Philip Tricca,philip.b.tricca@intel.com,2017-03-23 17:58:26+00:00,False,intel,intel,* master,True,tpm2-software_tpm2-abrmd.git,tpm2-software/tpm2-abrmd.git,https://github.com/tpm2-software/tpm2-abrmd.git +1ec49c728ede53d813cc13da086d8436edcfc9d7,"Maslennikov, Andrey",andrey.maslennikov@intel.com,2017-04-04 17:54:50+03:00,"Maslennikov, Andrey",andrey.maslennikov@intel.com,2017-04-04 14:54:50+00:00,False,intel,intel,* master,True,Intel-Media-SDK_MediaSDK,Intel-Media-SDK/MediaSDK,https://github.com/Intel-Media-SDK/MediaSDK +e4d9c617f07ec0a854983496e51f751758a79b6f,Zoltan Szabadka,szabadka@google.com,2015-10-02 12:02:58+02:00,Zoltan Szabadka,szabadka@google.com,2015-10-02 10:02:58+00:00,False,google,google,* master,True,google_brotli,google/brotli,https://github.com/google/brotli +7532e5040bd9487ddc4d74dcac22209b2fee33de,Matthew Tretter,m@tthewwithanm.com,2012-11-06 00:40:14-05:00,Matthew Tretter,m@tthewwithanm.com,2012-11-06 05:40:14+00:00,False,tthewwithanm,tthewwithanm,* develop,True,matthewwithanm_django-imagekit.git,matthewwithanm/django-imagekit.git,https://github.com/matthewwithanm/django-imagekit.git +2a0e6ee3eb70c19a7c97e24a078e9332a76d3acf,Stephen E. Baker,baker.stephen.e@gmail.com,2013-10-10 12:36:08-04:00,Stephen E. Baker,baker.stephen.e@gmail.com,2013-10-10 16:36:08+00:00,False,gmail,gmail,* master,True,CorsixTH_CorsixTH.git,CorsixTH/CorsixTH.git,https://github.com/CorsixTH/CorsixTH.git +c4a0c16bbcc83d0178adc9cf69007b5d6f7bf4d7,Matt Darby,matt.darby@rackspace.com,2016-02-17 14:17:09-05:00,Matt Darby,matt.darby@rackspace.com,2016-02-17 19:17:09+00:00,False,rackspace,rackspace,* master,True,fog_fog-rackspace,fog/fog-rackspace,https://github.com/fog/fog-rackspace +5f4102f0ec59debb9c72204f83edd47d1d4454bb,Ben Sedat,bsedat@tinfoilsecurity.com,2014-05-20 10:56:41-07:00,Ben Sedat,bsedat@tinfoilsecurity.com,2014-05-20 17:56:41+00:00,False,tinfoilsecurity,tinfoilsecurity,* main,True,tinfoil_devise-two-factor.git,tinfoil/devise-two-factor.git,https://github.com/tinfoil/devise-two-factor.git +033402bdc5bcca52cc6ccf7706ef550204270d97,isaacs,i@izs.me,2014-11-13 14:55:58-08:00,isaacs,i@izs.me,2014-11-13 22:55:58+00:00,False,izs,izs,* main,True,isaacs_node-glob.git,isaacs/node-glob.git,https://github.com/isaacs/node-glob.git +de6d9769c13e375a6299907dd0f1cd85e31a7ee1,David Golden,dagolden@cpan.org,2013-01-23 20:38:23-05:00,David Golden,dagolden@cpan.org,2013-01-24 01:38:23+00:00,False,cpan,cpan,* master,True,dagolden_class-insideout.git,dagolden/class-insideout.git,https://github.com/dagolden/class-insideout.git +e781ddfa43ce9963c705c93fd015d4df3f39d08c,Stuart Reilly,themadprofessor@users.noreply.github.com,2019-07-23 10:47:25+01:00,GitHub,noreply@github.com,2019-07-23 09:47:25+00:00,False,users,github,* dev,True,ntop_nDPI.git,ntop/nDPI.git,https://github.com/ntop/nDPI.git +5c229976032872d2c5e889f033ce82f20e15e6c4,Bob Copeland,copeland@lastpass.com,2014-11-20 04:48:29-05:00,Bob Copeland,copeland@lastpass.com,2014-11-20 09:48:29+00:00,False,lastpass,lastpass,* master,True,lastpass_lastpass-cli,lastpass/lastpass-cli,https://github.com/lastpass/lastpass-cli +6d31478988315180743772d879524de51ab1edb8,Andy,andy@teamrubber.com,2018-04-16 22:20:04+01:00,Patric Stout,truebrain@openttd.org,2018-04-16 21:20:04+00:00,False,teamrubber,openttd,* master,True,OpenTTD_OpenTTD.git,OpenTTD/OpenTTD.git,https://github.com/OpenTTD/OpenTTD.git +51dbf63a19477526914e955d677dbd3bf4c15439,Ryan Curtin,ryan@ratml.org,2018-10-18 01:02:08-04:00,Ryan Curtin,ryan@ratml.org,2018-10-18 05:02:08+00:00,False,ratml,ratml,* master,True,mlpack_ensmallen,mlpack/ensmallen,https://github.com/mlpack/ensmallen +57200842984c0d9c12600373652e4f4047db5ef4,Donne Martin,donne.martin@gmail.com,2016-05-05 22:24:56-04:00,Donne Martin,donne.martin@gmail.com,2016-05-06 02:24:56+00:00,False,gmail,gmail,* master,True,donnemartin_gitsome,donnemartin/gitsome,https://github.com/donnemartin/gitsome +8a365abd9c7255d0b92787671bdea5f44408cbaa,Daniel Quinn,dquinn@ripe.net,2015-11-17 18:27:00+01:00,Daniel Quinn,dquinn@ripe.net,2015-11-17 17:27:00+00:00,False,ripe,ripe,* master,True,RIPE-NCC_ripe.atlas.sagan,RIPE-NCC/ripe.atlas.sagan,https://github.com/RIPE-NCC/ripe.atlas.sagan +fc0afd5c2d9f0f64d196894d575cb325a35a3673,jp9000,obs.jim@gmail.com,2014-05-03 22:50:09-07:00,jp9000,obs.jim@gmail.com,2014-05-04 05:50:09+00:00,False,gmail,gmail,* master,True,jp9000_obs-studio.git,jp9000/obs-studio.git,https://github.com/jp9000/obs-studio.git +4e44160983b80407b4ff2cced4fc5b0b6be1d9e8,Jarrod Millman,jarrod.millman@gmail.com,2017-08-26 10:52:35-07:00,GitHub,noreply@github.com,2017-08-26 17:52:35+00:00,False,gmail,github,* main,True,networkx_networkx.git,networkx/networkx.git,https://github.com/networkx/networkx.git +5f2a2c9b8b30bdd0520f1bb53e60aab43615cdf4,Erik Michaels-Ober,sferik@gmail.com,2012-10-07 11:57:06-07:00,Erik Michaels-Ober,sferik@gmail.com,2012-10-07 18:57:21+00:00,False,gmail,gmail,* master,True,intridea_multi_json,intridea/multi/json,https://github.com/intridea/multi_json +e68090b302b1f11e7ea4b1d76f10adcb70a83bb5,DC*,syncr@riseup.net,2016-08-27 08:59:54+02:00,GitHub,noreply@github.com,2016-08-27 06:59:54+00:00,False,riseup,github,* develop,True,zsh-users_antigen,zsh-users/antigen,https://github.com/zsh-users/antigen +92f3d5111cf529b550a35a43cdbdd92910697ed1,Hong Minhee,minhee@dahlia.kr,2013-03-05 01:05:47+09:00,Hong Minhee,minhee@dahlia.kr,2013-03-04 16:05:47+00:00,False,dahlia,dahlia,* master,True,emcconville_wand,emcconville/wand,https://github.com/emcconville/wand +5010bd74848e732669ef739b3df2b0d34e8f84c1,Karen Etheridge,ether@cpan.org,2017-06-27 16:21:31-07:00,Karen Etheridge,ether@cpan.org,2017-06-27 23:21:31+00:00,False,cpan,cpan,* master,True,perl-catalyst_Catalyst-Authentication-Credential-HTTP,perl-catalyst/Catalyst-Authentication-Credential-HTTP,https://github.com/perl-catalyst/Catalyst-Authentication-Credential-HTTP +87c6bc4f1cf3ca953dcb839fbfe32329947ce687,Andrew Ayer,andrew@sslmate.com,2017-01-06 10:55:52-08:00,Andrew Ayer,andrew@sslmate.com,2017-01-06 18:55:52+00:00,False,sslmate,sslmate,* master,True,sslmate_certspotter,sslmate/certspotter,https://github.com/sslmate/certspotter +3c4b5b165cfe82c314976a76c044759bcaf1e22e,Clinton Blackburn,clinton.blackburn@gmail.com,2019-06-26 23:31:43-07:00,Clinton Blackburn,clinton.blackburn@gmail.com,2019-06-27 07:07:49+00:00,False,gmail,gmail,* master,True,jazzband_django-sortedm2m.git,jazzband/django-sortedm2m.git,https://github.com/jazzband/django-sortedm2m.git +8ab98afc93fb4eb349b0fd3d4a37d9d6bcd2f583,René Fleschenberg,rene@fleschenberg.net,2017-10-18 15:28:41+02:00,René Fleschenberg,rene@fleschenberg.net,2017-10-18 15:05:05+00:00,False,fleschenberg,fleschenberg,* main,True,pypa_pipenv.git,pypa/pipenv.git,https://github.com/pypa/pipenv.git +c4c41ae021572caf5ff8716b3c691fd83bbd76d2,Sébastien Wilmet,swilmet@gnome.org,2015-10-30 13:57:12+01:00,Sébastien Wilmet,swilmet@gnome.org,2015-10-30 13:00:16+00:00,False,gnome,gnome,* master,True,GNOME_gedit.git,GNOME/gedit.git,https://gitlab.gnome.org/GNOME/gedit.git +b9e5e5c354ec6244349732a71b56e07b626c56d8,Roy Hills,royhills@hotmail.com,2023-02-13 21:30:40+00:00,GitHub,noreply@github.com,2023-02-13 21:30:40+00:00,False,hotmail,github,* master,True,royhills_arp-scan,royhills/arp-scan,https://github.com/royhills/arp-scan +d26171dfabf703f0f09c4e91fbac700f16dd21b6,Joan Massich,sik@visor.udg.edu,2018-07-26 08:40:29+02:00,Joan Massich,sik@visor.udg.edu,2018-07-27 16:18:48+00:00,False,visor,visor,* main,True,mne-tools_mne-python.git,mne-tools/mne-python.git,https://github.com/mne-tools/mne-python.git +2dc18c5ef831bd6d9b7d5cb2def4450a83114980,Nathaniel J. Smith,njs@pobox.com,2016-05-13 18:19:14-07:00,Nathaniel J. Smith,njs@pobox.com,2016-05-14 01:19:14+00:00,False,pobox,pobox,* master,True,python-hyper_h11.git,python-hyper/h11.git,https://github.com/python-hyper/h11.git +5fa13ecb73d35b1e29ce2d5b8256dd879b58921c,Charlike Mike Reagent,mamemto_100@mail.bg,2014-11-26 13:45:57+02:00,Charlike Mike Reagent,mamemto_100@mail.bg,2014-11-26 11:45:57+00:00,False,mail,mail,* master,True,felixge_node-dateformat,felixge/node-dateformat,https://github.com/felixge/node-dateformat +144dee4c570e2c93e074a17129543e76576d9c7b,Sergey Alexandrov,alexandrov88@gmail.com,2014-03-08 14:14:28+01:00,Sergey Alexandrov,alexandrov88@gmail.com,2014-03-08 13:14:28+00:00,False,gmail,gmail,* master,True,PointCloudLibrary_pcl,PointCloudLibrary/pcl,https://github.com/PointCloudLibrary/pcl +08ff5033e1df607267a573e56c50004c9a25b1b0,Chase Whitener,cwhitener@gmail.com,2018-05-31 17:35:13-04:00,Chase Whitener,cwhitener@gmail.com,2018-05-31 21:35:13+00:00,False,gmail,gmail,* master,True,libwww-perl_HTTP-Message.git,libwww-perl/HTTP-Message.git,https://github.com/libwww-perl/HTTP-Message.git +3ee5c059c4b6d24f8c5e8d37ded03c47680c5bf2,Grokzen,Grokzen@gmail.com,2015-11-29 02:30:35+01:00,Grokzen,Grokzen@gmail.com,2015-11-29 01:30:35+00:00,False,gmail,gmail,* master,True,Grokzen_redis-py-cluster,Grokzen/redis-py-cluster,https://github.com/Grokzen/redis-py-cluster +8f6a68ab4249b31fd1a220b5fa75b3e24e592e8a,Philippe Proulx,eeppeliteloop@gmail.com,2016-02-19 20:55:06-05:00,Mathieu Desnoyers,mathieu.desnoyers@efficios.com,2016-02-20 02:31:00+00:00,False,gmail,efficios,* master,True,lttng-ust.git,lttng-ust.git,git://git.lttng.org/lttng-ust.git +3d6089eeeea36ac808c6c409c36b8c13f1901bba,A. Jesse Jiryu Davis,jesse@10gen.com,2013-01-15 14:07:09-05:00,A. Jesse Jiryu Davis,jesse@10gen.com,2013-01-15 19:07:09+00:00,False,10gen,10gen,* master,True,mongodb_motor,mongodb/motor,https://github.com/mongodb/motor +ffd371f257111d9ecd0e32cfe8eaf08b022ba5fc,Michael Friedrich,michael.friedrich@icinga.com,2017-05-24 11:17:48+02:00,Michael Friedrich,michael.friedrich@icinga.com,2017-05-24 09:17:48+00:00,False,icinga,icinga,* main,True,Icinga_icingaweb2.git,Icinga/icingaweb2.git,https://github.com/Icinga/icingaweb2.git +a22d2033861284c0f25096b00bed8552a1ce2ed4,Azat Khuzhin,a3at.mail@gmail.com,2016-02-15 23:43:10+03:00,Azat Khuzhin,a3at.mail@gmail.com,2016-10-05 12:51:40+00:00,False,gmail,gmail,* master,True,libevent_libevent,libevent/libevent,https://github.com/libevent/libevent +977c913b668fba76b0b4dfdc825894d9bbc34868,Bozhidar Batsov,bozhidar@batsov.com,2016-01-18 11:33:23+02:00,Bozhidar Batsov,bozhidar@batsov.com,2016-01-18 09:33:23+00:00,False,batsov,batsov,* master,True,bbatsov_powerpack.git,bbatsov/powerpack.git,https://github.com/bbatsov/powerpack.git +7401efab4d6c2db93886ca92b4479ce90d749a51,Bob Halley,halley@dnspython.org,2024-02-09 14:12:59-08:00,Bob Halley,halley@dnspython.org,2024-02-09 22:12:59+00:00,False,dnspython,dnspython,* main,True,rthalley_dnspython.git,rthalley/dnspython.git,https://github.com/rthalley/dnspython.git +c33d22bc3ca9f18d4d282c04c77c8dfc88effb8b,fgo,fgo@ableton.com,2016-09-01 10:12:58+02:00,fgo,fgo@ableton.com,2016-09-12 19:44:41+00:00,False,ableton,ableton,* master,True,Ableton_link.git,Ableton/link.git,https://github.com/Ableton/link.git +a3321d7d22ea482aa229269e02fa081beb889d28,Michael,mike@ranks.com,2015-12-27 20:17:30-08:00,Michael,mike@ranks.com,2015-12-28 04:17:30+00:00,False,ranks,ranks,* master,True,Ranks_emojione,Ranks/emojione,https://github.com/Ranks/emojione +53ca9d46f616af807aafacc743cbdbf0e2874888,Christoph Tavan,dev@tavan.de,2020-01-20 14:07:35+01:00,Christoph Tavan,dev@tavan.de,2020-01-21 12:29:10+00:00,False,tavan,tavan,* main,True,kelektiv_node-uuid,kelektiv/node-uuid,https://github.com/kelektiv/node-uuid +e4121e44b8256b49aa06bcfa24c28a52baecccb4,Bjoern Rabenstein,beorn@soundcloud.com,2015-01-22 17:52:54+01:00,Bjoern Rabenstein,beorn@soundcloud.com,2015-01-22 16:52:54+00:00,False,soundcloud,soundcloud,* master,True,prometheus_pushgateway,prometheus/pushgateway,https://github.com/prometheus/pushgateway +cded1fd1647c814ed6ee64f1efd75d63e2689122,Ben Nuttall,ben@bennuttall.com,2014-12-28 23:23:18+00:00,Ben Nuttall,ben@bennuttall.com,2014-12-28 23:23:18+00:00,False,bennuttall,bennuttall,* main,True,pyjokes_pyjokes,pyjokes/pyjokes,https://github.com/pyjokes/pyjokes +9ba584b34bd5e0286ec135750126f858d0c2714b,Jordan Suchow,suchow@post.harvard.edu,2015-02-10 01:15:38-08:00,Jordan Suchow,suchow@post.harvard.edu,2015-09-28 03:23:56+00:00,False,post,post,* main,True,amperser_proselint,amperser/proselint,https://github.com/amperser/proselint +2d5de63c9bb2ab4124f6f1b2c72efe8cf553b9be,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-09-24 22:07:24-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-09-25 01:07:24+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_openrdate,resurrecting-open-source-projects/openrdate,https://github.com/resurrecting-open-source-projects/openrdate +c3607c653d1989a9eaa1a1a705b9812bed59374e,James Crosby,autopulated@users.noreply.github.com,2015-09-17 17:54:30+01:00,James Crosby,autopulated@users.noreply.github.com,2015-09-17 16:54:30+00:00,False,users,users,* master,True,ARMmbed_yotta.git,ARMmbed/yotta.git,https://github.com/ARMmbed/yotta.git +ffc3058bc909fc83e4db3d8b80f3595a76d9b6d2,Nikos Mavrogiannopoulos,nmav@gnutls.org,2018-06-16 15:04:11+02:00,Nikos Mavrogiannopoulos,nmav@gnutls.org,2018-06-16 13:07:21+00:00,False,gnutls,gnutls,* master,True,gnutls_libtasn1,gnutls/libtasn1,https://gitlab.com/gnutls/libtasn1 +d466d9e0a60f98a69657e3624b2cb8788c8a3da2,Michael Howitz,mh@gocept.com,2022-08-05 07:49:05+02:00,GitHub,noreply@github.com,2022-08-05 05:49:05+00:00,False,gocept,github,* master,True,zopefoundation_zope.schema,zopefoundation/zope.schema,https://github.com/zopefoundation/zope.schema +4d4720a2fc6827729aba75b950fb9a1cbb8a83c9,Raphaël Barrois,raphael.barrois@polytechnique.org,2018-07-29 14:24:46+01:00,Raphaël Barrois,raphael.barrois@polytechnique.org,2018-07-29 13:28:09+00:00,False,polytechnique,polytechnique,* master,True,django-ldapdb_django-ldapdb,django-ldapdb/django-ldapdb,https://github.com/django-ldapdb/django-ldapdb +17020d8ac806faf6ffa178587a97625589ba21eb,Sebastian Thiel,byronimo@gmail.com,2016-06-13 10:13:18+02:00,Sebastian Thiel,byronimo@gmail.com,2016-06-13 08:13:18+00:00,False,gmail,gmail,* main,True,gitpython-developers_GitPython,gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython +c310259a8b0770838b560cb3b1f7315bd7025625,Albin Coquereau,6535385+OCamlPro-Coquera@users.noreply.github.com,2020-04-10 19:09:18+02:00,GitHub,noreply@github.com,2020-04-10 17:09:18+00:00,False,users,github,* next,True,OCamlPro_alt-ergo.git,OCamlPro/alt-ergo.git,https://github.com/OCamlPro/alt-ergo.git +290aba132f8b1f681671765849bc50576b070f3d,Laurens Van Houtven,_@lvh.cc,2014-03-14 15:20:18+01:00,Laurens Van Houtven,_@lvh.cc,2014-03-14 14:20:18+00:00,False,lvh,lvh,* main,True,pyca_pyopenssl,pyca/pyopenssl,https://github.com/pyca/pyopenssl +5b1fc8a945da104752b6dba19475c1b68db5e610,Alice Nodelman,alice@puppetlabs.com,2014-07-17 16:17:38-07:00,Alice Nodelman,alice@puppetlabs.com,2014-07-23 23:15:46+00:00,False,puppetlabs,puppetlabs,* master,True,voxpupuli_beaker,voxpupuli/beaker,https://github.com/voxpupuli/beaker +11a3002b47b622b2d7b84b1f743e2895b0377b3d,Michael Howitz,mh@gocept.com,2022-11-30 08:35:36+01:00,Michael Howitz,mh@gocept.com,2022-11-30 07:35:36+00:00,False,gocept,gocept,* master,True,zopefoundation_zope.deprecation.git,zopefoundation/zope.deprecation.git,https://github.com/zopefoundation/zope.deprecation.git +8a0c3a1630bb063b2e3f37372f1344e13b6b6340,Robert Ancell,robert.ancell@canonical.com,2019-02-18 14:55:04+01:00,GitHub,noreply@github.com,2019-02-18 13:55:04+00:00,False,canonical,github,* main,True,canonical_lightdm.git,canonical/lightdm.git,https://github.com/canonical/lightdm.git +a78422c2e0b5c3e6a9ea5aa6909356fee2deb881,Roger Meier,roger@bufferoverflow.ch,2016-02-11 18:33:08+01:00,Roger Meier,roger@bufferoverflow.ch,2016-02-11 17:36:48+00:00,False,bufferoverflow,bufferoverflow,* master,True,PracticallyGreen_omniauth-saml.git,PracticallyGreen/omniauth-saml.git,https://github.com/PracticallyGreen/omniauth-saml.git +68a0b876d9d4c594a44f5bb92eb1d5c3c4e92bd5,Chris Adams,chris@improbable.org,2012-11-25 12:24:18-05:00,Chris Adams,chris@improbable.org,2012-11-25 17:35:45+00:00,False,improbable,improbable,* master,True,django-haystack_django-haystack,django-haystack/django-haystack,https://github.com/django-haystack/django-haystack +ace5e33f3e4e587c34476ac0f50fe66fc3a26c96,Jonathan Ballet,jon@multani.info,2014-10-23 15:27:48+02:00,Jonathan Ballet,jon@multani.info,2014-10-23 13:27:48+00:00,False,multani,multani,* master,True,multani_sonata,multani/sonata,https://github.com/multani/sonata +bd6a1acc8c6b6c03f999558baa4aab464417548d,Joe Richey joerichey@google.com,joerichey@google.com,2017-05-23 18:23:09-07:00,Joe Richey joerichey@google.com,joerichey@google.com,2017-05-31 19:33:04+00:00,False,google,google,* master,True,google_fscrypt,google/fscrypt,https://github.com/google/fscrypt +4c3950527e5080f22a3caf95cf0e7be542a7cad7,Jerome Kieffer,jerome.kieffer@esrf.fr,2019-02-11 11:32:23+01:00,Jerome Kieffer,jerome.kieffer@esrf.fr,2019-02-11 10:32:23+00:00,False,esrf,esrf,* main,True,silx-kit_silx.git,silx-kit/silx.git,https://github.com/silx-kit/silx.git +4ccb6af985ce4d98f5251317d774ccf3d98d7664,Chris Price,chris@puppetlabs.com,2014-04-15 16:50:33-07:00,Chris Price,chris@puppetlabs.com,2014-04-15 23:50:33+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_clj-kitchensink.git,puppetlabs/clj-kitchensink.git,https://github.com/puppetlabs/clj-kitchensink.git +fca59a1105d1586139f938cd83cff2284e5b7347,Marcin Owsiany,marcin@owsiany.pl,2022-10-05 20:49:55+02:00,GitHub,noreply@github.com,2022-10-05 18:49:55+00:00,False,owsiany,github,* master,True,porridge_bambam,porridge/bambam,https://github.com/porridge/bambam +c6d802a185b562f442ba78b6b27024d504fc7c6d,Joe Wingbermuehle,joewing@joewing.net,2017-07-19 19:09:59-05:00,Joe Wingbermuehle,joewing@joewing.net,2017-07-20 00:09:59+00:00,False,joewing,joewing,* master,True,joewing_jwm,joewing/jwm,https://github.com/joewing/jwm +39e75497959a90f3e5c3925801b15e21899e2398,Mirth Hickford,mirth.hickford@gmail.com,2015-11-24 12:03:29+00:00,Mirth Hickford,mirth.hickford@gmail.com,2015-11-24 12:03:29+00:00,False,gmail,gmail,* main,True,hickford_MechanicalSoup,hickford/MechanicalSoup,https://github.com/hickford/MechanicalSoup +8af643a796662fd6a1d55e0f86f13160bb36b76c,Matteo Spinelli,matteo@cubiq.org,2013-05-24 16:31:25+02:00,Matteo Spinelli,matteo@cubiq.org,2013-05-24 14:31:25+00:00,False,cubiq,cubiq,* master,True,cubiq_iscroll,cubiq/iscroll,https://github.com/cubiq/iscroll +44d5a1cb3c6b78e0c2fe77f7133ddf909fb24d1c,Marius Gedminas,marius@gedmin.as,2013-11-27 10:46:23+02:00,Marius Gedminas,marius@gedmin.as,2013-11-27 08:46:23+00:00,False,gedmin,gedmin,* master,True,gtimelog_gtimelog,gtimelog/gtimelog,https://github.com/gtimelog/gtimelog +148daffd7ff5ed8121a3aebf505d2b97337845b1,Daniel Espinosa Ortiz,esodan@gmail.com,2018-12-11 18:50:49+00:00,Daniel Espinosa Ortiz,esodan@gmail.com,2018-12-11 18:50:49+00:00,False,gmail,gmail,* master,True,GNOME_libgda,GNOME/libgda,https://gitlab.gnome.org/GNOME/libgda +061607fc1dd4c9acde6bfbcbd7094d2515163f8b,liuqing,jing.liuqing@99cloud.net,2014-07-01 16:04:12+08:00,liuqing,jing.liuqing@99cloud.net,2014-07-03 06:54:25+00:00,False,99cloud,99cloud,* master,True,openstack_python-swiftclient.git,openstack/python-swiftclient.git,https://github.com/openstack/python-swiftclient.git +1b2d12499c59f754abfe50630ec821e60b4411ae,Petr Řehoř,rx@rx.cz,2019-01-07 00:41:58+01:00,Petr Řehoř,rx@rx.cz,2019-01-06 23:41:58+00:00,False,rx,rx,* master,True,prehor_amavisd-milter,prehor/amavisd-milter,https://github.com/prehor/amavisd-milter +e65c12da5f0b2d2c3531d790953b5d288c03b4a7,Dan Williams,dcbw@src.gnome.org,2007-02-02 15:37:33+00:00,Dan Williams,dcbw@src.gnome.org,2007-02-02 15:37:33+00:00,False,src,src,* main,True,GNOME_network-manager-applet,GNOME/network-manager-applet,https://gitlab.gnome.org/GNOME/network-manager-applet +6a1293edcadae8c53a550122a67a69b160a47de4,Jose Manuel Duarte,jose.m.duarte@gmail.com,2018-03-01 11:07:38-08:00,GitHub,noreply@github.com,2018-03-01 19:07:38+00:00,False,gmail,github,* master,True,biojava_biojava.git,biojava/biojava.git,https://github.com/biojava/biojava.git +b21539df7b1faa23a82c8917d23c80ce82230e2e,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-02-12 22:52:37-02:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-02-13 00:52:37+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_scrot,resurrecting-open-source-projects/scrot,https://github.com/resurrecting-open-source-projects/scrot +055f6ff46896cc22bc5dc1f3f766691f2351d57d,Andrew Chadwick,a.t.chadwick@gmail.com,2016-05-22 23:00:07+01:00,Andrew Chadwick,a.t.chadwick@gmail.com,2016-05-22 22:00:07+00:00,False,gmail,gmail,* master,True,mypaint_libmypaint,mypaint/libmypaint,https://github.com/mypaint/libmypaint +0366eb15e25baa07be53061081c3be16fa425805,Cole Robinson,crobinso@redhat.com,2019-05-16 07:54:07-04:00,Cole Robinson,crobinso@redhat.com,2019-05-16 20:31:27+00:00,False,redhat,redhat,* main,True,virt-manager_virt-manager,virt-manager/virt-manager,https://github.com/virt-manager/virt-manager +f060fd54b106e6a43c74a977fa71d3d568796949,maclover7,me@jonathanmoss.me,2015-09-01 11:43:29-04:00,maclover7,me@jonathanmoss.me,2015-09-01 15:43:29+00:00,False,jonathanmoss,jonathanmoss,* main,True,rails_jbuilder,rails/jbuilder,https://github.com/rails/jbuilder +c9cda413f4f4be6a42a55d7c44a56081e8496ce6,Daniel P. Berrangé,berrange@redhat.com,2020-05-11 13:50:26+01:00,Daniel P. Berrangé,berrange@redhat.com,2020-05-15 16:34:35+00:00,False,redhat,redhat,* master,True,libvirt_libvirt-ruby.git,libvirt/libvirt-ruby.git,https://gitlab.com/libvirt/libvirt-ruby.git +bdeb5d24336f001a0e3d38894eb89af192c0d2d1,Roman Diouskine,rdiouskine@haivision.com,2017-04-21 18:42:56-04:00,Roman Diouskine,rdiouskine@haivision.com,2017-04-21 22:42:56+00:00,False,haivision,haivision,* master,True,Haivision_srt.git,Haivision/srt.git,https://github.com/Haivision/srt.git +1b53cb8802f4e7de35f5f3e794bfffdaa70a03bc,Damien Cassou,damien@cassou.me,2015-05-29 13:11:10+02:00,Damien Cassou,damien@cassou.me,2015-05-29 11:11:10+00:00,False,cassou,cassou,* master,True,DamienCassou_beginend.git,DamienCassou/beginend.git,https://github.com/DamienCassou/beginend.git +60f11430ff7793d50925f4ef3ba54787bdc3be9c,Joan Massich,mailsik@gmail.com,2017-07-10 18:36:07+02:00,darcymason,darcymason@gmail.com,2017-07-10 16:36:07+00:00,False,gmail,gmail,* main,True,pydicom_pydicom.git,pydicom/pydicom.git,https://github.com/pydicom/pydicom.git +8826e8c8dd196963866d5907b46f4716fc8732f7,David Ford,david@blue-labs.org,2018-05-04 21:50:57-04:00,GitHub,noreply@github.com,2018-05-05 01:50:57+00:00,False,blue-labs,github,* master,True,FirefighterBlu3_python-pam,FirefighterBlu3/python-pam,https://github.com/FirefighterBlu3/python-pam +2e20286a07db236759a4c114f76ecfa73d4b2ca5,MatMoul,matmoul@gmail.com,2017-05-06 23:13:52+02:00,MatMoul,matmoul@gmail.com,2017-05-06 21:13:52+00:00,False,gmail,gmail,* master,True,MatMoul_g810-led.git,MatMoul/g810-led.git,https://github.com/MatMoul/g810-led.git +5cdae33fb032a0eca57bfb9baf5d823564715d10,Hsiu-Fan Wang,hfwang@porkbuns.net,2018-09-10 18:40:29-07:00,GitHub,noreply@github.com,2018-09-11 01:40:29+00:00,False,porkbuns,github,* main,True,GoogleCloudPlatform_cloudsql-proxy.git,GoogleCloudPlatform/cloudsql-proxy.git,https://github.com/GoogleCloudPlatform/cloudsql-proxy.git +6f57df714f4290a49f8239a839352ae56dd606dd,Henri Yandell,hyandell@amazon.com,2018-05-01 10:15:42-07:00,Henri Yandell,hyandell@amazon.com,2018-05-01 17:15:42+00:00,False,amazon,amazon,* main,True,awslabs_amazon-ecr-credential-helper,awslabs/amazon-ecr-credential-helper,https://github.com/awslabs/amazon-ecr-credential-helper +0517dc80b8479ba65cfe1e2eb3e09832b895b999,Thomas Mangin,thomas.mangin@exa.net.uk,2020-05-12 09:59:33+01:00,GitHub,noreply@github.com,2020-05-12 08:59:33+00:00,False,exa,github,* main,True,Exa-Networks_exabgp,Exa-Networks/exabgp,https://github.com/Exa-Networks/exabgp +78425623e890d254da489e7a198223849883a157,Jerome Leclanche,jerome@leclan.ch,2014-10-21 18:11:55+02:00,Jerome Leclanche,jerome@leclan.ch,2014-10-22 08:13:14+00:00,False,leclan,leclan,* master,True,lxqt_qterminal.git,lxqt/qterminal.git,https://github.com/lxqt/qterminal.git +e74797f55710b5a42917947b18fce0431d82a45d,Richard Hansen,rhansen@rhansen.org,2020-06-01 12:52:35-04:00,Richard Hansen,rhansen@rhansen.org,2020-06-12 03:10:39+00:00,False,rhansen,rhansen,* main,True,ddclient_ddclient.git,ddclient/ddclient.git,https://github.com/ddclient/ddclient.git +edf49a3d855b1ce4e2bd8a7038b7444ff0ab5fdc,Eric Davies,iamed2@gmail.com,2021-07-27 14:36:55-05:00,John Villalovos,john@sodarock.com,2021-07-27 21:35:34+00:00,False,gmail,sodarock,* main,True,python-gitlab_python-gitlab.git,python-gitlab/python-gitlab.git,https://github.com/python-gitlab/python-gitlab.git +7d0a0fdeedf95d192f6561ea02f4146f2764ff07,Joao Eriberto Mota Filho,eriberto@debian.org,2016-05-09 10:06:35-03:00,Joao Eriberto Mota Filho,eriberto@debian.org,2016-05-09 13:06:35+00:00,False,debian,debian,* master,True,resurrecting-open-source-projects_packit,resurrecting-open-source-projects/packit,https://github.com/resurrecting-open-source-projects/packit +4394d2dcdd46293be45931a524a4e28a8a23f887,"Gardner, David James",gardner48@llnl.gov,2019-01-22 10:53:39-08:00,"Gardner, David James",gardner48@llnl.gov,2019-01-22 18:53:39+00:00,False,llnl,llnl,* main,True,LLNL_sundials.git,LLNL/sundials.git,https://github.com/LLNL/sundials.git +fc342ca115e577225dd54c7c8cfed3b21edbcba8,Axel Beckert,abe@deuxchevaux.org,2017-07-23 19:27:34+02:00,Axel Beckert,abe@deuxchevaux.org,2017-07-23 17:27:34+00:00,False,deuxchevaux,deuxchevaux,* master,True,elmar_aptitude-robot,elmar/aptitude-robot,https://github.com/elmar/aptitude-robot +93a66ab15c5068574d71acec298219f32fb0c3a2,Tute Costa,tutecosta@gmail.com,2014-11-22 20:02:50-05:00,Tute Costa,tutecosta@gmail.com,2014-11-23 01:02:50+00:00,False,gmail,gmail,* main,True,doorkeeper-gem_doorkeeper,doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper +265f04c4c9354f3a7fb49fa8054a0b14f679ce43,Rainer Gerhards,rgerhards@adiscon.com,2018-02-12 09:38:05+01:00,Rainer Gerhards,rgerhards@adiscon.com,2018-02-13 07:40:47+00:00,False,adiscon,adiscon,* master,True,rsyslog_rsyslog-doc,rsyslog/rsyslog-doc,https://github.com/rsyslog/rsyslog-doc +72455878f6e8a7056448829ef227d31520b34839,Stefan Breunig,stefan-github@yrden.de,2014-12-27 21:46:11+01:00,Stefan Breunig,stefan-github@yrden.de,2014-12-27 20:46:11+00:00,False,yrden,yrden,* master,True,breunigs_python-librtmp-debian,breunigs/python-librtmp-debian,https://github.com/breunigs/python-librtmp-debian +a03566da21530159175f9856a1fcce3438a09b29,Pieter Marsman,pietermarsman@gmail.com,2019-07-08 23:03:47+02:00,Pieter Marsman,pietermarsman@gmail.com,2019-07-08 21:03:47+00:00,False,gmail,gmail,* master,True,pdfminer_pdfminer.six.git,pdfminer/pdfminer.six.git,https://github.com/pdfminer/pdfminer.six.git +56fceff11bf90f020acd4000568a0a56299f8ffe,Gregory Smith,gps@google.com,2015-03-20 18:22:24-07:00,Gregory Smith,gps@google.com,2015-03-21 01:22:24+00:00,False,google,google,* main,True,google_python_portpicker,google/python/portpicker,https://github.com/google/python_portpicker +6aa6ba0667f49dea0e71d4ec1cca93d3d67f302c,Trey Hunner,trey@treyhunner.com,2013-05-20 22:58:08-07:00,Trey Hunner,trey@treyhunner.com,2013-07-25 06:22:12+00:00,False,treyhunner,treyhunner,* master,True,carljm_django-model-utils.git,carljm/django-model-utils.git,https://github.com/carljm/django-model-utils.git +e514833a80a262377781325a56502d313091e40d,Christian Hergert,chergert@redhat.com,2016-01-11 04:08:34-08:00,Christian Hergert,chergert@redhat.com,2016-01-11 12:08:34+00:00,False,redhat,redhat,* main,True,GNOME_template-glib.git,GNOME/template-glib.git,https://gitlab.gnome.org/GNOME/template-glib.git +6aa5779d74353f03e56d0c5079885ec2535011a8,Alan Antonuk,alan.antonuk@gmail.com,2012-11-07 00:51:29-05:00,Alan Antonuk,alan.antonuk@gmail.com,2012-11-07 05:51:29+00:00,False,gmail,gmail,* master,True,alanxz_rabbitmq-c.git,alanxz/rabbitmq-c.git,https://github.com/alanxz/rabbitmq-c.git +29ea71025138d758a082c94b66ca94f7b2349a33,David Steele,steele@debian.org,2021-02-22 13:05:41-05:00,David Steele,steele@debian.org,2021-02-22 18:27:38+00:00,False,debian,debian,* main,True,davesteele_comitup,davesteele/comitup,https://github.com/davesteele/comitup +14eaddfdcc28b89521625172fa34f710a5082c2e,Wouter van Oortmerssen,wvo@google.com,2014-12-08 17:48:06-08:00,Wouter van Oortmerssen,wvo@google.com,2014-12-09 01:48:06+00:00,False,google,google,* master,True,google_flatbuffers.git,google/flatbuffers.git,https://github.com/google/flatbuffers.git +a6b90fc9f522b1c9fa1e3b9eabb4f677abb2268d,Alexandra,alexandra.epanchinzeva@intel.com,2021-08-26 17:55:23+03:00,GitHub,noreply@github.com,2021-08-26 14:55:23+00:00,False,intel,github,* master,True,oneapi-src_oneTBB.git,oneapi-src/oneTBB.git,https://github.com/oneapi-src/oneTBB.git +db9a5d622a05c83f852806911687788e5fbff7bb,Val Neekman,un33kvu@gmail.com,2019-07-27 23:10:41-04:00,GitHub,noreply@github.com,2019-07-28 03:10:41+00:00,False,gmail,github,* master,True,un33k_django-ipware,un33k/django-ipware,https://github.com/un33k/django-ipware +eb1e723c0eef96a5d5e7d8c0094dcb3b0effdf4d,Aidan Holm,aidanholm@gmail.com,2017-07-03 00:47:36+08:00,Aidan Holm,aidanholm@gmail.com,2017-07-02 16:47:36+00:00,False,gmail,gmail,* develop,True,luakit_luakit,luakit/luakit,https://github.com/luakit/luakit +f684f4ad243abfed03c53946a85493e03d272ec7,Tomas Susanka,tsusanka@gmail.com,2019-01-16 13:23:44+01:00,Pavol Rusnak,pavol@rusnak.io,2019-01-16 12:46:13+00:00,False,gmail,rusnak,* main,True,trezor_trezor-firmware.git,trezor/trezor-firmware.git,https://github.com/trezor/trezor-firmware.git +a82aebcd7d418cfffae1984f5a62c2f488f60132,Matthias Geier,Matthias.Geier@gmail.com,2016-12-16 16:52:11+01:00,Matthias Geier,Matthias.Geier@gmail.com,2016-12-16 15:52:11+00:00,False,gmail,gmail,* master,True,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,https://github.com/sphinx-doc/sphinx.git +1aa0ba0526e284604c61d40136c8b4c3eb8038df,Vaclav Petras,wenzeslaus@gmail.com,2019-12-06 03:11:27-05:00,GitHub,noreply@github.com,2019-12-06 08:11:27+00:00,False,gmail,github,* main,True,OSGeo_grass.git,OSGeo/grass.git,https://github.com/OSGeo/grass.git +33c482078b0ffe85e13dd624cd985e7a69d15041,Gregory Todd Williams,greg@evilfunhouse.com,2016-02-17 12:57:08-08:00,Gregory Todd Williams,greg@evilfunhouse.com,2016-02-17 20:57:08+00:00,False,evilfunhouse,evilfunhouse,* master,True,kasei_attean.git,kasei/attean.git,https://github.com/kasei/attean.git +a7cceacf16d2a0f959ec76935c89ccdce1707385,Gaetano Guerriero,x.guerriero@tin.it,2017-07-15 10:42:40+02:00,Gaetano Guerriero,x.guerriero@tin.it,2017-07-15 08:42:40+00:00,False,tin,tin,* master,True,gaetano-guerriero_eyeD3-debian,gaetano-guerriero/eyeD3-debian,https://github.com/gaetano-guerriero/eyeD3-debian +c22f16328b81ddfeaaa89b699c84f804edd83e12,Ondřej Surý,ondrej@sury.org,2016-05-16 17:16:31+02:00,Ondřej Surý,ondrej@sury.org,2016-05-16 15:16:31+00:00,False,sury,sury,* main,True,zeroc-ice_ice-debian-packaging.git,zeroc-ice/ice-debian-packaging.git,https://github.com/zeroc-ice/ice-debian-packaging.git +28f646fd87e824ba5e89377cd9aedde74e6be96c,Arun Raghavan,arun@asymptotic.io,2020-12-25 11:10:30-05:00,PulseAudio Marge Bot,pulseaudio-maintainers@lists.freedesktop.org,2021-01-04 15:30:38+00:00,False,asymptotic,lists,* master,True,pulseaudio_pulseaudio.git,pulseaudio/pulseaudio.git,https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git +890441240ba4fa5d2f79d4e6e6c326a5f0542c6d,Ionel Cristian Mărieș,contact@ionelmc.ro,2014-12-07 16:37:38+02:00,Ionel Cristian Mărieș,contact@ionelmc.ro,2014-12-07 14:37:38+00:00,False,ionelmc,ionelmc,* master,True,ionelmc_python-lazy-object-proxy.git,ionelmc/python-lazy-object-proxy.git,https://github.com/ionelmc/python-lazy-object-proxy.git +7156bd3b558a3b2d0a2590bc6c365db7a68ae5e4,Mikel Lindsaar,mikel@rubyx.com,2012-01-14 13:51:26+10:30,Mikel Lindsaar,mikel@rubyx.com,2012-01-14 03:21:26+00:00,False,rubyx,rubyx,* master,True,mikel_mail,mikel/mail,https://github.com/mikel/mail +a1b9ffd5ba6597ce5671057981caddebc4d2ab2b,Tom M,tom.mbrt@googlemail.com,2017-10-28 22:15:46+02:00,GitHub,noreply@github.com,2017-10-28 20:15:46+00:00,False,googlemail,github,* master,True,Fluidsynth_fluidsynth.git,Fluidsynth/fluidsynth.git,https://github.com/Fluidsynth/fluidsynth.git +c16f6ee03496b5031ca786e04c629529fe9ee893,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-10-01 18:05:17-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-10-01 21:05:17+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_stress,resurrecting-open-source-projects/stress,https://github.com/resurrecting-open-source-projects/stress +fb8e60c0ee41f94ffb0f9cb707247767f52085ba,Graeme Connell,gconnell@google.com,2014-12-12 15:05:46-07:00,Graeme Connell,gconnell@google.com,2014-12-12 22:05:46+00:00,False,google,google,* master,True,google_stenographer,google/stenographer,https://github.com/google/stenographer +29b0518524ee456adcddfeda18c5d2763fdd647b,Steven Myint,git@stevenmyint.com,2013-06-01 07:48:22-07:00,Steven Myint,git@stevenmyint.com,2013-06-01 14:48:22+00:00,False,stevenmyint,stevenmyint,* main,True,hhatto_autopep8.git,hhatto/autopep8.git,https://github.com/hhatto/autopep8.git +8cba4a2011f70921d5130e0fbffa7e986ea82593,Chip Kent,5250374+chipkent@users.noreply.github.com,2021-05-19 12:46:19-06:00,GitHub,noreply@github.com,2021-05-19 18:46:19+00:00,False,users,github,* master,True,jpy-consortium_jpy,jpy-consortium/jpy,https://github.com/jpy-consortium/jpy +9af7a85895b1bf941a082eabaea77bf128208e5f,Axel Beckert,abe@deuxchevaux.org,2015-12-25 22:56:04+01:00,Axel Beckert,abe@deuxchevaux.org,2015-12-25 21:56:04+00:00,False,deuxchevaux,deuxchevaux,* master,True,xtaran_unburden-home-dir,xtaran/unburden-home-dir,https://github.com/xtaran/unburden-home-dir +ed0cef97e7a9cc7d86b683a0291baa9c791f8578,Jaap Karssenberg,jaap.karssenberg@gmail.com,2019-01-27 20:16:28+01:00,Jaap Karssenberg,jaap.karssenberg@gmail.com,2019-01-27 19:16:28+00:00,False,gmail,gmail,* develop,True,jaap-karssenberg_zim-desktop-wiki.git,jaap-karssenberg/zim-desktop-wiki.git,https://github.com/jaap-karssenberg/zim-desktop-wiki.git +7c1ee28f13fe9c947d956d9b2ba298cba4776e1a,Ross Lawley,ross.lawley@gmail.com,2012-09-27 10:26:22+00:00,Ross Lawley,ross.lawley@gmail.com,2012-09-27 10:26:22+00:00,False,gmail,gmail,* master,True,mongoengine_mongoengine,mongoengine/mongoengine,https://github.com/mongoengine/flask-mongoengine +30167a535c7eac17888d50a08998bccf92469e19,Federico Capoano,nemesis@ninux.org,2016-07-08 17:35:25+02:00,Federico Capoano,nemesis@ninux.org,2016-07-08 15:35:25+00:00,False,ninux,ninux,* master,True,openwisp_django-x509,openwisp/django-x509,https://github.com/openwisp/django-x509 +3e3455ef9ae8f9751f8f1cdc8d08c7ccfdcd2b2f,nefrob,25070989+nefrob@users.noreply.github.com,2023-10-27 11:06:58-06:00,GitHub,noreply@github.com,2023-10-27 17:06:58+00:00,False,users,github,* main,True,tox-dev_py-filelock,tox-dev/py-filelock,https://github.com/tox-dev/py-filelock +8625c61944287db62eea19ed90ef4575b340af11,Jeremy Evans,code@jeremyevans.net,2013-10-04 13:05:52-07:00,Jeremy Evans,code@jeremyevans.net,2013-10-04 20:05:52+00:00,False,jeremyevans,jeremyevans,* master,True,jeremyevans_sequel,jeremyevans/sequel,https://github.com/jeremyevans/sequel +fdb29683d805781884262ace1df463746bc66caa,Juho Vepsäläinen,bebraw@gmail.com,2020-10-16 16:47:14+02:00,Juho Vepsäläinen,bebraw@gmail.com,2020-10-16 14:47:14+00:00,False,gmail,gmail,* develop,True,survivejs_webpack-merge.git,survivejs/webpack-merge.git,https://github.com/survivejs/webpack-merge.git +0345d028ee4ad7793d6293a54bb69929e442041b,Ville Skyttä,ville.skytta@iki.fi,2016-02-14 22:46:57+02:00,Ville Skyttä,ville.skytta@iki.fi,2016-02-14 20:49:06+00:00,False,iki,iki,* main,True,scop_bash-completion,scop/bash-completion,https://github.com/scop/bash-completion +60f75f11e2d93b0da7aa5bdf915d82f836824fbf,Tom Hromatka,tom.hromatka@oracle.com,2021-05-24 08:55:16-06:00,Tom Hromatka,tom.hromatka@oracle.com,2021-06-09 16:39:41+00:00,False,oracle,oracle,* main,True,libcgroup_libcgroup,libcgroup/libcgroup,https://github.com/libcgroup/libcgroup +c975a20ac362b8097978d9eda4e65a9ba5e25bc6,Matthew Fernandez,matthew.fernandez@gmail.com,2020-02-06 18:00:29-08:00,Matthew Fernandez,matthew.fernandez@gmail.com,2020-02-07 02:00:29+00:00,False,gmail,gmail,* main,True,Smattr_rumur.git,Smattr/rumur.git,https://github.com/Smattr/rumur.git +4327f5898a3fdf0cb2a29cfa5318ff61670bb97b,Lucas Hoffmann,lucc@posteo.de,2019-06-21 22:34:35+02:00,Lucas Hoffmann,lucc@posteo.de,2019-06-23 08:33:32+00:00,False,posteo,posteo,* main,True,lucc_khard,lucc/khard,https://github.com/lucc/khard +17224694613cea92fdd5fabbd34bfde40bff9c42,Xaviju,xaviju@gmail.com,2016-12-14 23:46:33+01:00,Xaviju,xaviju@gmail.com,2016-12-14 22:46:33+00:00,False,gmail,gmail,* master,True,Xaviju_inkscape-open-symbols,Xaviju/inkscape-open-symbols,https://github.com/Xaviju/inkscape-open-symbols +9ca1c993ac1b24c9ec52ffca3d1cc30bd3d82cde,Hisham Muhammad,hisham@gobolinux.org,2018-02-26 11:44:55-03:00,Hisham Muhammad,hisham@gobolinux.org,2018-02-26 14:45:53+00:00,False,gobolinux,gobolinux,* main,True,htop-dev_htop,htop-dev/htop,https://github.com/htop-dev/htop +8a9067fc53f824f1a8252c699ecdcca8fc4d8b19,Markus Koller,markus-koller@gmx.ch,2016-11-14 19:10:52+01:00,Markus Koller,markus-koller@gmx.ch,2016-11-14 18:10:52+00:00,False,gmx,gmx,* master,True,doorkeeper-gem_doorkeeper-openid_connect.git,doorkeeper-gem/doorkeeper-openid/connect.git,https://github.com/doorkeeper-gem/doorkeeper-openid_connect.git +7ac26ed9c241d00e8688139b06e804badb25fa46,José Expósito,jose.exposito89@gmail.com,2024-02-28 17:07:45+01:00,José Expósito,jose.exposito89@gmail.com,2024-02-28 16:07:45+00:00,False,gmail,gmail,* main,True,libinput_libinput,libinput/libinput,https://gitlab.freedesktop.org/libinput/libinput +d47924492a7f8dd3aba6061b51778804e09936f2,o9000,mrovi9000@gmail.com,2017-02-26 16:30:54+00:00,o9000,mrovi9000@gmail.com,2017-02-26 16:30:54+00:00,False,gmail,gmail,* master,True,o9000_tint2,o9000/tint2,https://gitlab.com/o9000/tint2 +ca39efa570755928384f9ad7f60e62f3535a5c6f,Chris Simpkins,git.simpkins@gmail.com,2017-08-10 23:27:07-04:00,Chris Simpkins,git.simpkins@gmail.com,2017-08-11 03:27:07+00:00,False,gmail,gmail,* master,True,source-foundry_Hack,source-foundry/Hack,https://github.com/source-foundry/Hack +15c2071136c009da3edb6a829be00c9558cc1d15,Laszlo Nagy,rizsotto@gmail.com,2018-04-13 20:12:09+10:00,Laszlo Nagy,rizsotto@gmail.com,2018-04-13 10:12:09+00:00,False,gmail,gmail,* master,True,rizsotto_Bear,rizsotto/Bear,https://github.com/rizsotto/Bear +d7482608826e34b23e0f5f3961efa134790bec12,Tom Kralidis,tomkralidis@gmail.com,2013-12-27 19:44:38-05:00,Tom Kralidis,tomkralidis@gmail.com,2013-12-28 00:44:38+00:00,False,gmail,gmail,* master,True,geopython_pycsw.git,geopython/pycsw.git,https://github.com/geopython/pycsw.git +c724fbdbc3041446ba139feaa9bd2a7189706611,Laura Beaufort,31420082+lbeaufort@users.noreply.github.com,2019-05-06 12:32:42-04:00,David Lord,davidism@gmail.com,2020-05-26 13:34:30+00:00,False,users,gmail,* main,True,pallets-eco_flask-sqlalchemy,pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy +74ba05c8da60f5748efc40f149a7529b8eff6f4e,Jeremy Ashkenas,jashkenas@gmail.com,2012-09-17 13:10:58-04:00,Jeremy Ashkenas,jashkenas@gmail.com,2012-09-17 17:10:58+00:00,False,gmail,gmail,* master,True,jashkenas_backbone,jashkenas/backbone,https://github.com/jashkenas/backbone +7a09522351832235bd2a88387709b4c24d574ed4,maclover7,me@jonathanmoss.me,2015-09-01 12:28:41-04:00,maclover7,me@jonathanmoss.me,2015-09-01 16:29:57+00:00,False,jonathanmoss,jonathanmoss,* main,True,rails_rails-html-sanitizer,rails/rails-html-sanitizer,https://github.com/rails/rails-html-sanitizer +e722b4788b076c8f7b4b38c4926e49c15cbf4423,Min RK,benjaminrk@gmail.com,2015-04-08 16:09:22-07:00,Min RK,benjaminrk@gmail.com,2015-04-08 23:33:28+00:00,False,gmail,gmail,* main,True,ipython_traitlets.git,ipython/traitlets.git,https://github.com/ipython/traitlets.git +e4ec7ecbabc0c626299a00a2008f08486ad21c5b,Simon McVittie,smcv@collabora.com,2018-08-22 17:48:34+01:00,Simon McVittie,smcv@collabora.com,2018-08-22 16:48:42+00:00,False,collabora,collabora,* master,True,dbus_dbus,dbus/dbus,https://gitlab.freedesktop.org/dbus/dbus +f721d6bee2d6df13262a190fee1f48e21ed72b42,isaacs,i@izs.me,2016-12-15 10:53:17-08:00,isaacs,i@izs.me,2016-12-15 18:53:17+00:00,False,izs,izs,* main,True,isaacs_inherits,isaacs/inherits,https://github.com/isaacs/inherits +7be7ac02bde898211c8d7dbf0f447bca86da6b0d,Carl Boettiger,cboettig@gmail.com,2014-03-25 10:37:55-07:00,Carl Boettiger,cboettig@gmail.com,2014-03-25 17:37:55+00:00,False,gmail,gmail,* master,True,ropensci_RNeXML.git,ropensci/RNeXML.git,https://github.com/ropensci/RNeXML.git +a1fc04f2b76f20d0f07d2197aaa14ee6d844960e,Eric B Merritt,ericbmerritt@gmail.com,2013-04-09 15:40:31-07:00,Eric B Merritt,ericbmerritt@gmail.com,2013-04-09 22:40:31+00:00,False,gmail,gmail,* master,True,erlware_erlware_commons.git,erlware/erlware/commons.git,https://github.com/erlware/erlware_commons.git +71283c25f2e0ef283a999add7e7f844c80c1bef3,Paul Norman,penorman@mac.com,2015-07-06 22:58:53-07:00,Paul Norman,penorman@mac.com,2015-07-07 05:58:53+00:00,False,mac,mac,* master,True,openstreetmap_osm2pgsql.git,openstreetmap/osm2pgsql.git,https://github.com/openstreetmap/osm2pgsql.git +166c796597299a4e2e68b8423ef3ced877c2f041,Graeme Connell,gconnell@google.com,2013-05-16 12:03:59-06:00,Graeme Connell,gconnell@google.com,2013-05-16 18:03:59+00:00,False,google,google,* master,True,google_gopacket.git,google/gopacket.git,https://github.com/google/gopacket.git +6f827a7519822ca56a52da4b9a37a03dfc6bef85,Pete Gadomski,pete.gadomski@gmail.com,2014-04-25 09:56:33-06:00,Pete Gadomski,pete.gadomski@gmail.com,2014-04-25 16:05:11+00:00,False,gmail,gmail,* master,True,PDAL_PDAL.git,PDAL/PDAL.git,https://github.com/PDAL/PDAL.git +1bb5da5e7ebfb664e62d3044ba7730926c1a9eb9,Xavier Clerc,xclerc@janestreet.com,2018-05-23 17:00:52+01:00,Xavier Clerc,xclerc@janestreet.com,2018-05-23 16:00:52+00:00,False,janestreet,janestreet,* master,True,janestreet_variantslib.git,janestreet/variantslib.git,https://github.com/janestreet/variantslib.git +ca4dcdf47ca74a8ef9ea780b2878ddb086916d3e,David Golden,dagolden@cpan.org,2013-09-06 10:08:13-04:00,David Golden,dagolden@cpan.org,2013-09-06 14:08:13+00:00,False,cpan,cpan,* master,True,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git +6cf40ccc0e77a41d9e4909ff3e8ea1e753b0a69e,Min RK,benjaminrk@gmail.com,2015-04-08 15:05:57-07:00,Min RK,benjaminrk@gmail.com,2015-04-08 22:06:03+00:00,False,gmail,gmail,* master,True,ipython_ipython_genutils,ipython/ipython/genutils,https://github.com/ipython/ipython_genutils +b72dea2157ad7cb1eb3b1b7d85326f10f2ca6192,Matthew Tretter,m@tthewwithanm.com,2013-02-07 19:25:11-05:00,Matthew Tretter,m@tthewwithanm.com,2013-02-08 00:47:45+00:00,False,tthewwithanm,tthewwithanm,* master,True,matthewwithanm_pilkit,matthewwithanm/pilkit,https://github.com/matthewwithanm/pilkit +66e3d2b52c7fba9c5d902638ebdb9ba72d958b7e,Colleen Murphy,colleen@puppetlabs.com,2014-06-25 17:23:29-07:00,Colleen Murphy,colleen@puppetlabs.com,2014-06-26 00:23:29+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetlabs-mysql,puppetlabs/puppetlabs-mysql,https://github.com/puppetlabs/puppetlabs-mysql +2ea4612d082119ec170ab860a6488fe8bd6a6964,Katrina Owen,katrina.owen@gmail.com,2015-03-23 20:23:00-07:00,Katrina Owen,katrina.owen@gmail.com,2015-03-24 05:35:41+00:00,False,gmail,gmail,* main,True,sinatra_sinatra.git,sinatra/sinatra.git,https://github.com/sinatra/sinatra.git +911c483f52c7bf9ab4a3ba7721571a6b0e8a12e2,Larry Bradley,larry.bradley@gmail.com,2017-07-25 17:19:46-04:00,Larry Bradley,larry.bradley@gmail.com,2017-07-25 21:21:37+00:00,False,gmail,gmail,* main,True,astropy_photutils.git,astropy/photutils.git,https://github.com/astropy/photutils.git +b09df08be878ddf23d7bef6d63c8b90b8a81b193,Gabor Csardi,csardi.gabor@gmail.com,2014-10-24 17:58:59-04:00,Gabor Csardi,csardi.gabor@gmail.com,2014-10-24 21:58:59+00:00,False,gmail,gmail,* master,True,igraph_igraph.git,igraph/igraph.git,https://github.com/igraph/igraph.git +a1b157f8fe1e12b8028190c81d43e478df7484e5,Ian Cordasco,graffatcolmingov@gmail.com,2016-07-19 12:32:21-05:00,Ian Cordasco,graffatcolmingov@gmail.com,2016-07-19 17:32:21+00:00,False,gmail,gmail,* main,True,PyCQA_flake8-polyfill.git,PyCQA/flake8-polyfill.git,https://github.com/PyCQA/flake8-polyfill.git +2bbc8714acfcf25aa0ba43389ad1cdb1c0dbafe2,Brian Quinlan,brian@sweetapp.com,2018-06-27 13:29:57-07:00,Brian Quinlan,brian@sweetapp.com,2018-06-27 20:29:57+00:00,False,sweetapp,sweetapp,* master,True,google_pybadges.git,google/pybadges.git,https://github.com/google/pybadges.git +accfea70349ecb96cefa0713a10b2eadc43c54ef,Bruno Nova,brunomb.nova@gmail.com,2015-09-16 17:05:34+01:00,Bruno Nova,brunomb.nova@gmail.com,2015-09-16 16:05:34+00:00,False,gmail,gmail,* master,True,infirit_caja-admin,infirit/caja-admin,https://github.com/infirit/caja-admin +c0b8f2a16d4804fe302e5db91995735ee7041c8d,Dan,dan.d.wolff@gmail.com,2018-02-06 07:19:28+01:00,Alex Lam S.L,alexlamsl@gmail.com,2018-02-06 06:19:28+00:00,False,gmail,gmail,* master,True,terser_terser,terser/terser,https://github.com/terser/terser +257e3aca40db8e2cdc004afbc6c8f9549b628a2a,Carlos Coêlho,carlospecter@gmail.com,2019-07-29 21:46:10-03:00,GitHub,noreply@github.com,2019-07-30 00:46:10+00:00,False,gmail,github,* master,True,PyCQA_prospector,PyCQA/prospector,https://github.com/PyCQA/prospector +94c50815caf4c57b77ed761e05dc707f48685c65,Tej Chajed,tchajed@mit.edu,2017-08-10 08:07:19+01:00,Tej Chajed,tchajed@mit.edu,2017-08-10 07:11:54+00:00,False,mit,mit,* master,True,coq_coq,coq/coq,https://github.com/coq/coq +8e4a0f7e1370f97195b1ed4553059a5864bd3c56,Alistair Thomas,astavale@yahoo.co.uk,2019-01-05 20:41:00+00:00,Alistair Thomas,astavale@yahoo.co.uk,2019-01-05 20:41:00+00:00,False,yahoo,yahoo,* main,True,GNOME_vala.git,GNOME/vala.git,https://gitlab.gnome.org/GNOME/vala.git +03705d4aa6c1925f2d8a8620143ffe818d5ad2be,James Saryerwinnie,js@jamesls.com,2015-02-24 10:47:42-08:00,James Saryerwinnie,js@jamesls.com,2015-02-24 18:47:42+00:00,False,jamesls,jamesls,* develop,True,aws_aws-cli,aws/aws-cli,https://github.com/aws/aws-cli +bbcc479046697f6e6de0620bddb61af8888b0e21,Gregory Brown,gregory.t.brown@gmail.com,2013-11-19 17:49:23-05:00,Gregory Brown,gregory.t.brown@gmail.com,2013-11-19 22:49:23+00:00,False,gmail,gmail,* master,True,prawnpdf_prawn,prawnpdf/prawn,https://github.com/prawnpdf/pdf-core +7d623455f45435ad351514dfd4abd064cac61aab,Bill Wendling,morbo@google.com,2015-03-18 13:36:07-07:00,Bill Wendling,morbo@google.com,2015-03-18 20:36:07+00:00,False,google,google,* main,True,google_yapf.git,google/yapf.git,https://github.com/google/yapf.git +c2c44f0ffc659ebdd1a1faf334c845aefdd371e1,Piotr Banaszkiewicz,piotr@banaszkiewicz.org,2014-01-22 11:37:02+01:00,Piotr Banaszkiewicz,piotr@banaszkiewicz.org,2014-01-22 10:37:02+00:00,False,banaszkiewicz,banaszkiewicz,* main,True,pytest-dev_pytest.git,pytest-dev/pytest.git,https://github.com/pytest-dev/pytest.git +e56190b378367291abe4677f2357fcfc213b1a6a,Philipp Hagemeister,phihag@phihag.de,2014-12-12 16:42:40+01:00,Philipp Hagemeister,phihag@phihag.de,2014-12-12 15:42:40+00:00,False,phihag,phihag,* master,True,ytdl-org_youtube-dl.git,ytdl-org/youtube-dl.git,https://github.com/ytdl-org/youtube-dl.git +b293438ff8f1b39cad9329028b135c768f34c137,Gavin M. Roy,gavinr@aweber.com,2015-09-02 13:52:56-04:00,Gavin M. Roy,gavinr@aweber.com,2015-09-02 17:52:56+00:00,False,aweber,aweber,* main,True,pika_pika,pika/pika,https://github.com/pika/pika +e8e54f4de7b2be8886cce7fd5f185e42c8b6c98a,Anthony Scopatz,scopatz@gmail.com,2015-03-28 12:24:25-05:00,Anthony Scopatz,scopatz@gmail.com,2015-03-28 17:24:25+00:00,False,gmail,gmail,* main,True,xonsh_xonsh.git,xonsh/xonsh.git,https://github.com/xonsh/xonsh.git +dfe4618e350955efb628138a8e0a590b0ab72c8e,Maciej Lech,maciej.lech@reef.pl,2020-07-29 12:01:51+02:00,Maciej Lech,maciej.lech@reef.pl,2020-07-29 10:07:47+00:00,False,reef,reef,* master,True,Backblaze_b2-sdk-python.git,Backblaze/b2-sdk-python.git,https://github.com/Backblaze/b2-sdk-python.git +67a9d82a15ad068188f299acd8cb3a9ae2e6ddca,Ryan Coleman,ryan@puppetlabs.com,2012-12-10 15:28:20-08:00,Ryan Coleman,ryan@puppetlabs.com,2012-12-10 23:28:20+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetlabs-ntp.git,puppetlabs/puppetlabs-ntp.git,https://github.com/puppetlabs/puppetlabs-ntp.git +86f3d326d972c86aa463ab1cc709a9ce82cb2ff1,Beep6581,Beep6581@users.noreply.github.com,2017-08-10 12:53:34+02:00,GitHub,noreply@github.com,2017-08-10 10:53:34+00:00,False,users,github,* dev,True,Beep6581_RawTherapee,Beep6581/RawTherapee,https://github.com/Beep6581/RawTherapee +7057bbbf5abd0b2c39940bbc3fb4a253ff920e59,Kelsey Jordahl,kjordahl@alum.mit.edu,2013-10-16 07:59:30-04:00,Kelsey Jordahl,kjordahl@alum.mit.edu,2013-10-23 01:45:21+00:00,False,alum,alum,* main,True,geopandas_geopandas.git,geopandas/geopandas.git,https://github.com/geopandas/geopandas.git +a571d013102b62b437b4623dd4fc28a042dc5945,Kim Kulling,kimkulling@users.noreply.github.com,2018-05-12 12:01:52+02:00,GitHub,noreply@github.com,2018-05-12 10:01:52+00:00,False,users,github,* master,True,assimp_assimp,assimp/assimp,https://github.com/assimp/assimp +c79b6e3e1e7faae5a36d1396c9fce0e0987db8d7,Steven Silvester,steven.silvester@ieee.org,2023-12-22 09:43:02-06:00,GitHub,noreply@github.com,2023-12-22 15:43:02+00:00,False,ieee,github,* main,True,jupyter_jupyter-sphinx.git,jupyter/jupyter-sphinx.git,https://github.com/jupyter/jupyter-sphinx.git +e94e9a8b1fe87b82f3d1eb2269898d8e62b38f81,Tres Seaver,tseaver@palladion.com,2023-11-04 14:10:26-04:00,Tres Seaver,tseaver@palladion.com,2023-11-04 18:10:26+00:00,False,palladion,palladion,* main,True,Pylons_venusian,Pylons/venusian,https://github.com/Pylons/venusian +d5e671f1ce4b4086a7fbfb06efae14dae9a5fccb,jake,jake@archive.org,2016-02-18 15:42:43-08:00,jake,jake@archive.org,2016-02-18 23:42:43+00:00,False,archive,archive,* master,True,jjjake_internetarchive.git,jjjake/internetarchive.git,https://github.com/jjjake/internetarchive.git +2ad8301a0a0a730769fd4ae17d81928f8d813405,Max Meyer,dev@fedux.org,2014-06-23 09:33:40+02:00,Max Meyer,dev@fedux.org,2014-06-23 07:33:40+00:00,False,fedux,fedux,* main,True,cucumber_aruba.git,cucumber/aruba.git,https://github.com/cucumber/aruba.git +f1f1a85026f04f32a53269c104b72f187f1c5b47,Niels De Graef,nielsdegraef@gmail.com,2021-01-16 11:40:41+01:00,Niels De Graef,nielsdegraef@gmail.com,2021-01-16 10:40:41+00:00,False,gmail,gmail,* main,True,GNOME_gcr.git,GNOME/gcr.git,https://gitlab.gnome.org/GNOME/gcr.git +3bc7d75cba5f2da85ab50438b6a9b0a4a964ae8c,Tony Garcia,tony.garcia@rackspace.com,2018-01-30 14:31:51-06:00,Tony Garcia,tony.garcia@rackspace.com,2018-02-28 15:01:33+00:00,False,rackspace,rackspace,* master,True,rackerlabs_kthresher,rackerlabs/kthresher,https://github.com/rackerlabs/kthresher +f439b411c4f7a88908cc7d7c44ee4c97a54f7764,Colin Decker,cgdecker@google.com,2014-05-14 17:57:50-04:00,Colin Decker,cgdecker@google.com,2014-05-14 21:57:50+00:00,False,google,google,* master,True,google_jimfs.git,google/jimfs.git,https://github.com/google/jimfs.git +8544eabcb99f3bc58052e722e8317ad7a9bfd620,Dina Belova,dbelova@mirantis.com,2016-12-06 11:05:15-08:00,Dina Belova,dbelova@mirantis.com,2017-01-10 19:25:00+00:00,False,mirantis,mirantis,* master,True,openstack_rally.git,openstack/rally.git,https://github.com/openstack/rally.git +e7d7c01a9afd0ddcc8c183223a340ffa44468621,Min RK,benjaminrk@gmail.com,2015-04-09 00:04:40-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 07:12:21+00:00,False,gmail,gmail,* main,True,jupyter_jupyter_client,jupyter/jupyter/client,https://github.com/jupyter/jupyter_client +51b44dc327923824c3404db802ea004c022a6ad3,Liam Newman,bitwiseman@gmail.com,2013-04-06 20:27:29-07:00,Liam Newman,bitwiseman@gmail.com,2013-04-07 03:27:29+00:00,False,gmail,gmail,* main,True,beautify-web_js-beautify,beautify-web/js-beautify,https://github.com/beautify-web/js-beautify +725cab123a681bbe38ed8d3452e67548dde5e0c3,Milian Wolff,mail@milianw.de,2018-01-08 01:08:05+01:00,GitHub,noreply@github.com,2018-01-08 00:08:05+00:00,False,milianw,github,* master,True,KDAB_hotspot.git,KDAB/hotspot.git,https://github.com/KDAB/hotspot.git +427e49a6c7d20069ca36e95fa535bdea2acace28,Jack Lawson,ajacksified@gmail.com,2012-09-17 12:51:52-07:00,Jack Lawson,ajacksified@gmail.com,2012-09-17 19:51:52+00:00,False,gmail,gmail,* master,True,lunarmodules_say.git,lunarmodules/say.git,https://github.com/lunarmodules/say.git +70d28de924a200102d98d55757c986ab2b839753,tyranron,tyranron@gmail.com,2021-04-13 13:25:03+03:00,tyranron,tyranron@gmail.com,2021-04-13 10:25:03+00:00,False,gmail,gmail,* master,True,coturn_coturn,coturn/coturn,https://github.com/coturn/coturn +3cb36f7a42a200cead4723841015f61301b02a52,Rick Waldron,waldron.rick@gmail.com,2012-09-17 14:29:58-04:00,Rick Waldron,waldron.rick@gmail.com,2012-09-17 18:29:58+00:00,False,gmail,gmail,* main,True,jquery_jquery.git,jquery/jquery.git,https://github.com/jquery/jquery.git +f60c821a6bc5580f573fc1a0ed36d21ebb810ece,Chris Leishman,chris@leishman.org,2016-06-12 23:40:47-07:00,Chris Leishman,chris@leishman.org,2016-06-13 06:40:47+00:00,False,leishman,leishman,* main,True,cleishm_libneo4j-client,cleishm/libneo4j-client,https://github.com/cleishm/libneo4j-client +841005cbfaa6a3d3f97c96b5228838eba3f41ab9,David Fisher,ddfisher@dropbox.com,2016-04-11 13:53:06-07:00,David Fisher,ddfisher@dropbox.com,2016-04-11 21:43:08+00:00,False,dropbox,dropbox,* master,True,python_typed_ast.git,python/typed/ast.git,https://github.com/python/typed_ast.git +a302c65dc65896776d6cb9e2c89a6ccc77ada530,Rich Wareham,rjw57@cam.ac.uk,2014-02-24 10:01:50+00:00,Rich Wareham,rjw57@cam.ac.uk,2014-02-24 10:01:50+00:00,False,cam,cam,* master,True,neovim_neovim,neovim/neovim,https://github.com/neovim/neovim +422b3ede6532a10f6171388cd7d4d940e872d044,John Siirola,jsiirola@users.noreply.github.com,2018-10-27 18:03:23-06:00,John Siirola,jsiirola@users.noreply.github.com,2018-10-28 00:06:46+00:00,False,users,users,* master,True,pyutilib_pyutilib,pyutilib/pyutilib,https://github.com/pyutilib/pyutilib +29650004ab6114d3d8e3eb55d13776881ceb78f4,Bjoern Rabenstein,beorn@soundcloud.com,2015-01-22 16:50:42+01:00,Bjoern Rabenstein,beorn@soundcloud.com,2015-01-22 15:50:42+00:00,False,soundcloud,soundcloud,* main,True,prometheus_haproxy_exporter,prometheus/haproxy/exporter,https://github.com/prometheus/haproxy_exporter +7a89032960abc23c1e78d8bb2ba4c0c0ad309644,kybos,kybos@web.de,2021-05-04 15:42:47+02:00,GitHub,noreply@github.com,2021-05-04 13:42:47+00:00,False,web,github,* master,True,muse-sequencer_muse.git,muse-sequencer/muse.git,https://github.com/muse-sequencer/muse.git +6de838135f670a66e29e5bd8bf0a66bcf38d9e9a,Ahmet Alp Balkan,ahmetb@google.com,2017-03-29 00:30:12-07:00,Ahmet Alp Balkan,ahmetb@google.com,2017-03-29 07:30:12+00:00,False,google,google,* master,True,ahmetb_kubectx,ahmetb/kubectx,https://github.com/ahmetb/kubectx +7d8855f3321ec7a4d2ee2c3dd3b217258ee646d8,Guillaume Chereau,guillaume@noctua-software.com,2018-05-14 23:36:42+08:00,Guillaume Chereau,guillaume@noctua-software.com,2018-05-14 15:37:31+00:00,False,noctua-software,noctua-software,* master,True,guillaumechereau_goxel.git,guillaumechereau/goxel.git,https://github.com/guillaumechereau/goxel.git +1018a5f224d097a45a64e3cd29c2baf6222ca17f,Egon Geerardyn,egon.geerardyn@gmail.com,2015-06-25 11:15:20+02:00,Egon Geerardyn,egon.geerardyn@gmail.com,2015-07-14 18:01:13+00:00,False,gmail,gmail,* master,True,matlab2tikz_matlab2tikz,matlab2tikz/matlab2tikz,https://github.com/matlab2tikz/matlab2tikz +a112f9a9c6f901f8f249ea40efbfee2aeb36644e,Kirill Pavlov,k@p99.io,2017-10-30 22:44:25+08:00,Kirill Pavlov,k@p99.io,2017-10-30 14:50:08+00:00,False,p99,p99,* master,True,pavlov99_json-rpc,pavlov99/json-rpc,https://github.com/pavlov99/json-rpc +2021e1904a53a1eb7509e488b3216136c5b32f35,David Breese,dabreese00@gmail.com,2022-01-11 22:11:26-06:00,GitHub,noreply@github.com,2022-01-12 04:11:26+00:00,False,gmail,github,* main,True,pygraphviz_pygraphviz.git,pygraphviz/pygraphviz.git,https://github.com/pygraphviz/pygraphviz.git +c76df6358c1b848ee82a791734d834007a7c3b75,Fabio Rehm,fgrehm@gmail.com,2013-09-28 02:11:08-03:00,Fabio Rehm,fgrehm@gmail.com,2013-09-28 05:11:10+00:00,False,gmail,gmail,* master,True,fgrehm_vagrant-lxc,fgrehm/vagrant-lxc,https://github.com/fgrehm/vagrant-lxc +d1041acfbaabe3df0642f3312f9f0148fe819a7a,Rudolf Polzer,rpolzer@google.com,2014-06-23 12:15:16+02:00,Rudolf Polzer,rpolzer@google.com,2014-06-25 18:26:36+00:00,False,google,google,* master,True,google_xsecurelock,google/xsecurelock,https://github.com/google/xsecurelock +6b25220e33cd141a3fc219e31f7251c0ee47fae7,Cyril Cohen,cohen@crans.org,2017-11-23 11:49:54+01:00,Cyril Cohen,cohen@crans.org,2017-11-24 14:12:17+00:00,False,crans,crans,* master,True,math-comp_math-comp,math-comp/math-comp,https://github.com/math-comp/math-comp +c425f56b444ef4757d99051c74095fa5b58b15de,Brian Brazil,brian.brazil@gmail.com,2015-07-30 17:14:38+01:00,Brian Brazil,brian.brazil@gmail.com,2015-07-30 16:14:38+00:00,False,gmail,gmail,* main,True,prometheus_snmp_exporter,prometheus/snmp/exporter,https://github.com/prometheus/snmp_exporter +441f6ddd1e58ce45e0b2209ed628a2519032246e,Don Morrison,don@elskwid.net,2013-10-25 22:51:00-07:00,Don Morrison,don@elskwid.net,2013-10-26 05:51:00+00:00,False,elskwid,elskwid,* master,True,solnic_virtus.git,solnic/virtus.git,https://github.com/solnic/virtus.git +207be4b9520ef036cb89dd6114f73b162f825e88,Brian Thorne,brian@thorne.link,2022-02-08 10:19:10+13:00,GitHub,noreply@github.com,2022-02-07 21:19:10+00:00,False,thorne,github,* main,True,hardbyte_python-can.git,hardbyte/python-can.git,https://github.com/hardbyte/python-can.git +ddbefff7edcf47906373c9fa1175ba7a8927e446,Karen Etheridge,ether@cpan.org,2017-05-11 11:26:49+02:00,Karen Etheridge,ether@cpan.org,2017-05-11 09:26:49+00:00,False,cpan,cpan,* master,True,karenetheridge_B-Hooks-OP-Check,karenetheridge/B-Hooks-OP-Check,https://github.com/karenetheridge/B-Hooks-OP-Check +67222b362f9f152f3a2aa2764c8bf90fdfb355ff,Robert Spiegel,1135218+robert7@users.noreply.github.com,2018-10-09 17:48:11+02:00,Robert Spiegel,1135218+robert7@users.noreply.github.com,2018-10-09 15:48:11+00:00,False,users,users,* master,True,robert7_nixnote2,robert7/nixnote2,https://github.com/robert7/nixnote2 +24eba1bbc0aafc9e503747e688cacfdb88ad2fb8,Blake Eggleston,bdeggleston@gmail.com,2013-06-03 10:11:38-07:00,Blake Eggleston,bdeggleston@gmail.com,2013-06-03 17:11:38+00:00,False,gmail,gmail,* master,True,datastax_python-driver.git,datastax/python-driver.git,https://github.com/datastax/python-driver.git +8d52ba7a184305e474eddd1f3f7cacd0e26c2cbe,Petka Antonov,petka_antonov@hotmail.com,2013-11-18 01:34:54+02:00,Petka Antonov,petka_antonov@hotmail.com,2013-11-17 23:34:54+00:00,False,hotmail,hotmail,* master,True,petkaantonov_bluebird.git,petkaantonov/bluebird.git,https://github.com/petkaantonov/bluebird.git +fafacbff1595d5e94c7afb633ec84ff1e7229ebb,Hunter Senft-Grupp,huntcsg@gmail.com,2016-06-04 16:11:20-07:00,Hunter Senft-Grupp,huntcsg@gmail.com,2016-06-04 23:11:20+00:00,False,gmail,gmail,* main,True,Pylons_plaster_pastedeploy.git,Pylons/plaster/pastedeploy.git,https://github.com/Pylons/plaster_pastedeploy.git +6908db88605a66a0509ba7ebc36cd60aff518bdf,Jussi Lind,jussi.lind@iki.fi,2014-03-16 11:38:03+02:00,Jussi Lind,jussi.lind@iki.fi,2014-03-16 09:57:19+00:00,False,iki,iki,* master,True,juzzlin_DustRacing2D.git,juzzlin/DustRacing2D.git,https://github.com/juzzlin/DustRacing2D.git +cdb6d7d19ded4d8126c2753b9c15491f8c3f83bb,Kat Marchán,kzm@sykosomatic.org,2017-03-22 21:55:44-07:00,Kat Marchán,kzm@sykosomatic.org,2017-03-23 04:55:44+00:00,False,sykosomatic,sykosomatic,* latest,True,zkat_ssri.git,zkat/ssri.git,https://github.com/zkat/ssri.git +aeed204942a7305dc28ae1523a9befb3cb053fe8,James Tauber,jtauber@jtauber.com,2016-05-18 11:23:50+08:00,James Tauber,jtauber@jtauber.com,2016-05-18 03:23:50+00:00,False,jtauber,jtauber,* master,True,jtauber_pyuca,jtauber/pyuca,https://github.com/jtauber/pyuca +4b45d54ca61be4c3428a273ba011675cade639c4,Ville Lautanala,lautis@gmail.com,2015-02-14 15:32:24+02:00,Ville Lautanala,lautis@gmail.com,2015-02-14 14:04:42+00:00,False,gmail,gmail,* master,True,fog_fog-local,fog/fog-local,https://github.com/fog/fog-local +ae0b3f8cda8a31a971ca770fc0d99c8f2ffabbe1,snowman2,alansnow21@gmail.com,2019-06-10 20:16:24-05:00,snowman2,alansnow21@gmail.com,2019-06-11 01:19:19+00:00,False,gmail,gmail,* main,True,pyproj4_pyproj.git,pyproj4/pyproj.git,https://github.com/pyproj4/pyproj.git +e0e1525adeee7ef167a88b7362de3701791f9166,Caleb Spare,cespare@gmail.com,2014-02-06 12:30:38-08:00,Caleb Spare,cespare@gmail.com,2014-02-06 20:30:38+00:00,False,gmail,gmail,* main,True,cespare_reflex.git,cespare/reflex.git,https://github.com/cespare/reflex.git +940c51a164da83b9eb9d0765f4bdea9aa308bafc,damien clochard,damien@taadeem.net,2013-03-13 14:31:59+01:00,damien clochard,damien@taadeem.net,2013-03-13 13:31:59+00:00,False,taadeem,taadeem,* master,True,darold_pgbadger.git,darold/pgbadger.git,https://github.com/darold/pgbadger.git +977c5f7a63fafff260413de9154328625155dbc2,Luis Díaz Más,piponazo@gmail.com,2017-11-21 05:37:36+01:00,Luis Díaz Más,piponazo@gmail.com,2017-12-03 16:00:04+00:00,False,gmail,gmail,* main,True,Exiv2_exiv2.git,Exiv2/exiv2.git,https://github.com/Exiv2/exiv2.git +cb947f6d12d125fd84a051f65808fb4a88825307,Bronwyn Barnett,bbarnett@gitlab.com,2021-11-15 18:57:26+00:00,Bronwyn Barnett,bbarnett@gitlab.com,2021-11-15 18:57:26+00:00,False,gitlab,gitlab,* master,True,gitlab-org_ruby_gems_gitlab-mail_room.git,gitlab-org/ruby/gems/gitlab-mail/room.git,https://gitlab.com/gitlab-org/ruby/gems/gitlab-mail_room.git +13716d8b48c8380e3e0eb962a9ea2d452182db57,Jan Wassenberg,janwas@google.com,2016-03-01 15:44:10+01:00,Jan Wassenberg,janwas@google.com,2016-03-01 14:44:10+00:00,False,google,google,* master,True,google_highwayhash,google/highwayhash,https://github.com/google/highwayhash +a2e2df544e0356bee98662cb90121293f4b66e1e,Ralf Gommers,ralf.gommers@googlemail.com,2013-08-24 14:16:00+02:00,Ralf Gommers,ralf.gommers@googlemail.com,2015-07-03 12:51:19+00:00,False,googlemail,googlemail,* main,True,scipy_scipy.git,scipy/scipy.git,https://github.com/scipy/scipy.git +6088ce10b9afad415ebe3fc96cb40e271a0cf910,Daniel P. Berrangé,berrange@redhat.com,2020-05-01 14:04:51+01:00,Daniel P. Berrangé,berrange@redhat.com,2020-05-05 11:10:18+00:00,False,redhat,redhat,* master,True,libvirt_libvirt-python.git,libvirt/libvirt-python.git,https://gitlab.com/libvirt/libvirt-python.git +a2a6954b42e439fda6dfc7cfd90af821f13b7dd8,Antoine Beaupré,anarcat@debian.org,2018-03-26 09:34:55-04:00,Antoine Beaupré,anarcat@debian.org,2018-03-26 13:35:01+00:00,False,debian,debian,* master,True,linkcheck_linkchecker.git,linkcheck/linkchecker.git,https://github.com/linkcheck/linkchecker.git +e60ae345507c5e8a41f1b7b4f5a488984567ab60,Paul Moore,paul@paul-moore.com,2017-06-19 16:28:38-04:00,Paul Moore,paul@paul-moore.com,2017-06-19 20:28:38+00:00,False,paul-moore,paul-moore,* main,True,seccomp_libseccomp,seccomp/libseccomp,https://github.com/seccomp/libseccomp +9adc7c4b319f8ec614751304550fedeb4d70b38f,Jeroen van der Heijden,jeroen@transceptor.technology,2018-10-11 14:25:34+02:00,Jeroen van der Heijden,jeroen@transceptor.technology,2018-10-11 12:25:34+00:00,False,transceptor,transceptor,* master,True,cesbit_libcleri.git,cesbit/libcleri.git,https://github.com/cesbit/libcleri.git +c4466268c2c28f3c6a81cb48a907c3d9a066e1ef,Erik Tollerud,erik.tollerud@gmail.com,2014-07-15 01:10:12-04:00,Erik Tollerud,erik.tollerud@gmail.com,2014-07-15 05:10:12+00:00,False,gmail,gmail,* master,True,astropy_astropy-helpers,astropy/astropy-helpers,https://github.com/astropy/astropy-helpers +2091729f3a96626fd37264dd5f35468a2f9ebfce,Jerry Cheung,jch@whatcodecraves.com,2014-10-24 13:54:10-07:00,Jerry Cheung,jch@whatcodecraves.com,2014-10-24 20:54:10+00:00,False,whatcodecraves,whatcodecraves,* master,True,ruby-ldap_ruby-net-ldap.git,ruby-ldap/ruby-net-ldap.git,https://github.com/ruby-ldap/ruby-net-ldap.git +d54628478519104a751c63ebe3ecd963029a0e5d,Johannes Raggam,raggam-nl@adm.at,2012-10-30 10:13:53+01:00,Johannes Raggam,raggam-nl@adm.at,2012-10-30 09:13:53+00:00,False,adm,adm,* main,True,collective_icalendar,collective/icalendar,https://github.com/collective/icalendar +348663f7f8826b82efdd9ef11c98b8eddaba2e2b,Bailey Ling,bling@live.ca,2016-01-18 14:01:39-05:00,Bailey Ling,bling@live.ca,2016-01-18 19:01:39+00:00,False,live,live,* master,True,vim-airline_vim-airline.git,vim-airline/vim-airline.git,https://github.com/vim-airline/vim-airline.git +f914cbed3a9085662fbd1b3815430b11272cac1e,Jack Franklin,jack@jackfranklin.net,2016-01-05 10:40:33+00:00,Jack Franklin,jack@jackfranklin.net,2016-01-05 10:40:33+00:00,False,jackfranklin,jackfranklin,* master,True,jackfranklin_gulp-load-plugins,jackfranklin/gulp-load-plugins,https://github.com/jackfranklin/gulp-load-plugins +3243305c08dd93b16ae0024780a38ad51dacd5e1,Mats Wichmann,mats@linux.com,2019-08-21 16:05:37-06:00,Mats Wichmann,mats@linux.com,2019-08-21 23:02:30+00:00,False,linux,linux,* master,True,SCons_scons,SCons/scons,https://github.com/SCons/scons +03993c4b41ac65105f9a118c6b4624b692ddea30,David I. Lehn,dlehn@digitalbazaar.com,2015-10-08 19:06:04-04:00,David I. Lehn,dlehn@digitalbazaar.com,2015-10-08 23:06:04+00:00,False,digitalbazaar,digitalbazaar,* master,True,digitalbazaar_pyld,digitalbazaar/pyld,https://github.com/digitalbazaar/pyld +797757bde2e305e035bcba65a93993ecd0716398,Rasmus Andersson,rasmus@notion.se,2017-08-22 10:23:13-07:00,Rasmus Andersson,rasmus@notion.se,2017-08-22 17:28:57+00:00,False,notion,notion,* master,True,rsms_inter,rsms/inter,https://github.com/rsms/inter +afdbdb22bf75a4d96a7efcc0c780fb8c54b35da4,Philip Stoev,philip.stoev@galeracluster.com,2016-02-08 11:22:48+02:00,Philip Stoev,philip.stoev@galeracluster.com,2016-02-08 09:22:48+00:00,False,galeracluster,galeracluster,* 4.x,True,codership_galera,codership/galera,https://github.com/codership/galera +44a829cf8946707bd08ed17cc2342b69b9d2cab1,Jake Luer,jake@alogicalparadox.com,2014-01-29 17:36:01-05:00,Jake Luer,jake@alogicalparadox.com,2014-01-29 22:36:01+00:00,False,alogicalparadox,alogicalparadox,* main,True,chaijs_chai,chaijs/chai,https://github.com/chaijs/chai +60e0a8c5cd57acb366a0a49004d8fd61b8acbf87,Davide P. Cervone,dpvc@union.edu,2014-06-12 11:30:50-04:00,Davide P. Cervone,dpvc@union.edu,2014-06-12 15:30:50+00:00,False,union,union,* master,True,mathjax_MathJax,mathjax/MathJax,https://github.com/mathjax/MathJax +74b37bf87a8b76e9d4af3a7b29f570aa9c96f572,Francois Chollet,francois.chollet@gmail.com,2015-12-05 15:26:17-08:00,Francois Chollet,francois.chollet@gmail.com,2015-12-05 23:26:17+00:00,False,gmail,gmail,* master,True,keras-team_keras,keras-team/keras,https://github.com/keras-team/keras +232cae5253382d8d8f7678dbda1ee37424904cab,Simon McVittie,smcv@debian.org,2018-01-29 08:47:56+00:00,Simon McVittie,smcv@debian.org,2018-01-29 08:47:56+00:00,False,debian,debian,* master,True,dbus_dbus-python,dbus/dbus-python,https://gitlab.freedesktop.org/dbus/dbus-python +d4cfa1f208803cb95a4e2261bd2c3fc132f4b347,Petr Viktorin,pviktori@redhat.com,2017-11-29 13:59:55+01:00,Petr Viktorin,pviktori@redhat.com,2017-11-29 14:04:24+00:00,False,redhat,redhat,* main,True,python-ldap_python-ldap,python-ldap/python-ldap,https://github.com/python-ldap/python-ldap +dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,Petr Lautrbach,plautrba@redhat.com,2019-05-31 22:19:05+02:00,Stephen Smalley,sds@tycho.nsa.gov,2019-06-14 18:58:52+00:00,False,redhat,tycho,* main,True,SELinuxProject_selinux.git,SELinuxProject/selinux.git,https://github.com/SELinuxProject/selinux.git +c13d70184a7c1517a887547f0a83c1258240bbf3,Christian Hergert,christian@hergert.me,2014-03-13 13:28:08-07:00,Christian Hergert,christian@hergert.me,2014-03-13 20:28:08+00:00,False,hergert,hergert,* master,True,mongodb_mongo-c-driver,mongodb/mongo-c-driver,https://github.com/mongodb/mongo-c-driver +3b766a866fc78226e43a9efe692220bbcb87e399,Markus Unterwaditzer,markus@unterwaditzer.net,2015-04-26 14:06:29+02:00,Markus Unterwaditzer,markus@unterwaditzer.net,2015-04-26 12:06:29+00:00,False,unterwaditzer,unterwaditzer,* main,True,pallets_click.git,pallets/click.git,https://github.com/pallets/click.git +a5f5b6f0420786fae6120d54fc8eac9b0f22b745,Kirk Byers,ktbyers@twb-tech.com,2023-11-15 10:48:11-08:00,GitHub,noreply@github.com,2023-11-15 18:48:11+00:00,False,twb-tech,github,* develop,True,ktbyers_netmiko,ktbyers/netmiko,https://github.com/ktbyers/netmiko +de6e11b96461d82edb2f6b43304a001f79401972,Peter Levi,peterlevi@peterlevi.com,2019-07-13 12:42:20+03:00,Peter Levi,peterlevi@peterlevi.com,2019-07-13 09:49:36+00:00,False,peterlevi,peterlevi,* master,True,varietywalls_variety.git,varietywalls/variety.git,https://github.com/varietywalls/variety.git +dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,Petr Lautrbach,plautrba@redhat.com,2019-05-31 22:19:05+02:00,Stephen Smalley,sds@tycho.nsa.gov,2019-06-14 18:58:52+00:00,False,redhat,tycho,* main,True,SELinuxProject_selinux,SELinuxProject/selinux,https://github.com/SELinuxProject/selinux +8b877ac254ecbd94b3af329380d020566eb9dc6a,Min RK,benjaminrk@gmail.com,2015-04-09 11:51:54-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 19:02:45+00:00,False,gmail,gmail,* main,True,ipython_ipykernel.git,ipython/ipykernel.git,https://github.com/ipython/ipykernel.git +613966d3ffa583f29841d4c4437660f48f8dfa3f,Adriaan de Groot,groot@kde.org,2020-09-30 10:53:04+02:00,Adriaan de Groot,groot@kde.org,2020-09-30 08:53:04+00:00,False,kde,kde,* calamares,True,calamares_calamares.git,calamares/calamares.git,https://github.com/calamares/calamares.git +5e1970132fd7a6ac55785648a89cf2e3e2131965,Osvaldo Santana Neto,osantana@users.noreply.github.com,2018-10-01 23:28:11-03:00,GitHub,noreply@github.com,2018-10-02 02:28:11+00:00,False,users,github,* master,True,osantana_dicteval.git,osantana/dicteval.git,https://github.com/osantana/dicteval.git +82c7b039d3e7110b26962c71fc4f47829813555a,Marco Pivetta,ocramius@gmail.com,2014-06-13 12:16:14+02:00,Marco Pivetta,ocramius@gmail.com,2014-06-13 10:16:14+00:00,False,gmail,gmail,* 2.0.x,True,doctrine_instantiator,doctrine/instantiator,https://github.com/doctrine/instantiator +4519145370cdfaa3b19ac0cd66d9705f27e2558d,Bronwyn Barnett,bbarnett@gitlab.com,2021-08-19 23:06:32+00:00,Bronwyn Barnett,bbarnett@gitlab.com,2021-08-19 23:06:32+00:00,False,gitlab,gitlab,* master,True,gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org/gitlab-gollum-rugged/adapter,https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter +0898c39bf50238d8de9c95c26a96ae06b6b6b57f,Olivier Mengué,dolmen@cpan.org,2013-11-26 20:09:29+01:00,Olivier Mengué,dolmen@cpan.org,2013-11-26 19:09:29+00:00,False,cpan,cpan,* master,True,nojhan_liquidprompt.git,nojhan/liquidprompt.git,https://github.com/nojhan/liquidprompt.git +f1aa25bcf83eb77eb6476c678d4375039127679a,Steven Loria,sloria1@gmail.com,2013-11-08 13:36:15-06:00,Steven Loria,sloria1@gmail.com,2013-11-08 19:36:15+00:00,False,gmail,gmail,* dev,True,marshmallow-code_marshmallow.git,marshmallow-code/marshmallow.git,https://github.com/marshmallow-code/flask-marshmallow.git +549fc0f1926c60bcb4507e3b4eb8eb6f15e5a659,msweet,msweet@a1ca3aef-8c08-0410-bb20-df032aa958be,2016-01-28 15:59:40+00:00,msweet,msweet@a1ca3aef-8c08-0410-bb20-df032aa958be,2016-01-28 15:59:40+00:00,False,a1ca3aef-8c08-0410-bb20-df032aa958be,a1ca3aef-8c08-0410-bb20-df032aa958be,* master,True,OpenPrinting_cups,OpenPrinting/cups,https://github.com/OpenPrinting/cups +20a1a95a3b4882ec53927e0949df5fe7ed5f0c93,Scott González,scott.gonzalez@gmail.com,2013-05-14 15:18:42-04:00,Scott González,scott.gonzalez@gmail.com,2013-05-14 19:18:42+00:00,False,gmail,gmail,* main,True,jquery_sizzle.git,jquery/sizzle.git,https://github.com/jquery/sizzle.git +bb42969cca7c1e0bc49b970ea6512bf0184b97fe,Andi Albrecht,albrecht.andi@gmail.com,2023-08-06 12:45:45+02:00,Andi Albrecht,albrecht.andi@gmail.com,2023-08-06 10:46:23+00:00,False,gmail,gmail,* master,True,andialbrecht_sqlparse.git,andialbrecht/sqlparse.git,https://github.com/andialbrecht/sqlparse.git +2e002a4a5ee89218771133d3166a51dd199cdd9d,James Peach,jpeach@apache.org,2016-09-15 15:26:51-07:00,James Peach,jpeach@apache.org,2016-09-15 22:26:51+00:00,False,apache,apache,* master,True,apache_trafficserver,apache/trafficserver,https://github.com/apache/trafficserver +fd8957402c8ae9af5607ba4ed4950909b0703f82,Henri Yandell,hyandell@users.noreply.github.com,2018-03-28 14:51:58-07:00,Haotian Wu,wht465@gmail.com,2018-03-28 21:51:58+00:00,False,users,gmail,* master,True,aws_aws-xray-sdk-python,aws/aws-xray-sdk-python,https://github.com/aws/aws-xray-sdk-python +9090d85334a7b6b0613d728b76b8615eb5896615,Masayuki Yamamoto,ma3yuki.8mamo10@gmail.com,2019-02-17 11:43:26+09:00,Masayuki Yamamoto,ma3yuki.8mamo10@gmail.com,2019-02-17 02:43:34+00:00,False,gmail,gmail,* master,True,JDimproved_JDim.git,JDimproved/JDim.git,https://github.com/JDimproved/JDim.git +7026b4a2975340fd3535cfebff39171a07008688,dalthviz,d.althviz10@uniandes.edu.co,2022-10-27 13:33:47-05:00,dalthviz,d.althviz10@uniandes.edu.co,2022-10-27 18:33:47+00:00,False,uniandes,uniandes,* master,True,spyder-ide_qtawesome,spyder-ide/qtawesome,https://github.com/spyder-ide/qtawesome +b13de9045fe41c913cb2ad651eefba6c440a3a9a,Sebastian Miclea,sebastian.miclea@puppet.com,2020-04-06 17:08:24+03:00,GitHub,noreply@github.com,2020-04-06 14:08:24+00:00,False,puppet,github,* main,True,puppetlabs_facter.git,puppetlabs/facter.git,https://github.com/puppetlabs/facter.git +8b67dda6fe56def7d90c02183e603544e8885473,Aaron Mildenstein,aaron@mildensteins.com,2015-03-24 15:36:44-06:00,Aaron Mildenstein,aaron@mildensteins.com,2015-03-24 21:36:44+00:00,False,mildensteins,mildensteins,* master,True,elasticsearch_curator.git,elasticsearch/curator.git,https://github.com/elasticsearch/curator.git +16a0a5094c5f0801595aec278fa4ad2679df271b,John McNamara,jmcnamara@cpan.org,2013-07-25 20:34:18+01:00,John McNamara,jmcnamara@cpan.org,2013-07-25 19:34:18+00:00,False,cpan,cpan,* main,True,jmcnamara_XlsxWriter,jmcnamara/XlsxWriter,https://github.com/jmcnamara/XlsxWriter +b1ac82c83a4fd892064a43b68f1c8074d76a7379,Michael R Sweet,michael.r.sweet@gmail.com,2022-05-31 16:50:05-04:00,Michael R Sweet,michael.r.sweet@gmail.com,2022-05-31 20:50:05+00:00,False,gmail,gmail,* master,True,michaelrsweet_htmldoc.git,michaelrsweet/htmldoc.git,https://github.com/michaelrsweet/htmldoc.git +9aa39677eca11204cdf1fd1bb317cef2def9e2aa,Martin Thoma,info@martin-thoma.de,2023-08-27 10:09:05+02:00,Martin Thoma,info@martin-thoma.de,2023-08-27 08:09:05+00:00,False,martin-thoma,martin-thoma,* main,True,py-pdf_pypdf,py-pdf/pypdf,https://github.com/py-pdf/pypdf +b80894938070fcec09a6dec7c8648f4d167fc45a,Steven Loria,sloria1@gmail.com,2019-03-09 17:18:42-05:00,Steven Loria,sloria1@gmail.com,2019-03-09 22:40:02+00:00,False,gmail,gmail,* dev,True,marshmallow-code_flask-marshmallow.git,marshmallow-code/flask-marshmallow.git,https://github.com/marshmallow-code/flask-marshmallow.git +129ce46dc40e72147385082736475c2cc8926968,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-08-20 15:30:19-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-08-20 18:35:22+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_outguess,resurrecting-open-source-projects/outguess,https://github.com/resurrecting-open-source-projects/outguess +c43d86f35a840bdc56753676d5d54550bf70b744,Michael Gratton,mike@vee.net,2018-08-01 05:28:08+00:00,Michael Gratton,mike@vee.net,2018-08-01 05:28:08+00:00,False,vee,vee,* main,True,GNOME_geary.git,GNOME/geary.git,https://gitlab.gnome.org/GNOME/geary.git +41fc15892806405652ae87e38bb7d12edee84d8d,Serghei Iakovlev,egrep@protonmail.ch,2020-10-17 14:43:42+03:00,Serghei Iakovlev,sergeyklay@users.noreply.github.com,2020-10-19 07:22:53+00:00,False,protonmail,users,* master,True,skvadrik_re2c,skvadrik/re2c,https://github.com/skvadrik/re2c +7595cb689ae1fca537e4fd781672f7cd33dcd3cd,Jeremy Ashkenas,jashkenas@gmail.com,2012-09-17 13:16:41-04:00,Jeremy Ashkenas,jashkenas@gmail.com,2012-09-17 17:16:41+00:00,False,gmail,gmail,* main,True,jashkenas_coffeescript,jashkenas/coffeescript,https://github.com/jashkenas/coffeescript +684f17f7a66b86dee2eb55891d1020fe92f7ef60,Rob Zinkov,rob@zinkov.com,2012-09-19 00:37:29-07:00,Gael Varoquaux,gael.varoquaux@normalesup.org,2012-09-20 05:45:33+00:00,False,zinkov,normalesup,* main,True,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,https://github.com/scikit-learn/scikit-learn.git +d2e68d7f622c5419e1b9a2115f5075b85349743b,Otto Kekäläinen,otto@seravo.com,2020-04-19 21:34:48+03:00,GitHub,noreply@github.com,2020-04-19 18:34:48+00:00,False,seravo,github,* master,True,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,https://github.com/rdiff-backup/rdiff-backup.git +c474d99907a19deea5a4cb7ee3ebea1add698006,Gonzalo Peña-Castellanos,goanpeca@gmail.com,2015-03-01 19:03:19+01:00,Gonzalo Peña-Castellanos,goanpeca@gmail.com,2015-03-01 18:03:19+00:00,False,gmail,gmail,* master,True,spyder-ide_qtpy,spyder-ide/qtpy,https://github.com/spyder-ide/qtpy +76127ea45fcade0cf119538952f6c7387ebf2efb,Gabe Berke-Williams,gabe@thoughtbot.com,2012-03-18 20:39:15-04:00,Gabe Berke-Williams,gabe@thoughtbot.com,2012-03-19 00:39:15+00:00,False,thoughtbot,thoughtbot,* main,True,thoughtbot_shoulda-matchers,thoughtbot/shoulda-matchers,https://github.com/thoughtbot/shoulda-matchers +16cc0585da06090c4216b4bf30e3845514f98991,Hans Pabst,hfp@users.noreply.github.com,2017-06-15 13:45:51+02:00,GitHub,noreply@github.com,2017-06-15 11:45:51+00:00,False,users,github,* main,True,libxsmm_libxsmm,libxsmm/libxsmm,https://github.com/libxsmm/libxsmm +474000bad5cfd15f0d9408204190df97ba356ae6,Justin Hileman,justin@justinhileman.info,2014-12-26 10:59:01-08:00,Justin Hileman,justin@justinhileman.info,2014-12-26 19:00:42+00:00,False,justinhileman,justinhileman,* master,True,defunkt_mustache,defunkt/mustache,https://github.com/defunkt/mustache +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,https://github.com/letsencrypt/letsencrypt.git +dacc167803e87fc1433f91493ff8cf0b8aa583fe,Ito Tubasa,ito@we-b.co.jp,2014-05-29 23:26:42+09:00,Joshua Clayton,jclayton@thoughtbot.com,2014-05-29 14:57:25+00:00,False,we-b,thoughtbot,* main,True,thoughtbot_factory_girl.git,thoughtbot/factory/girl.git,https://github.com/thoughtbot/factory_girl.git +faf57723cc03d2d8111d36639ca443ea9285b269,Peter Boling,peter.boling@gmail.com,2021-11-09 00:41:24-07:00,GitHub,noreply@github.com,2021-11-09 07:41:24+00:00,False,gmail,github,* main,True,oauth-xx_oauth-ruby,oauth-xx/oauth-ruby,https://github.com/oauth-xx/oauth-ruby +28547942498bbac24ba4165800382ae9b170c788,Łukasz Langa,lukasz@langa.pl,2018-03-16 01:05:36-07:00,Łukasz Langa,lukasz@langa.pl,2018-03-16 08:05:36+00:00,False,langa,langa,* main,True,psf_black.git,psf/black.git,https://github.com/psf/black.git +3125f2bce3cb1475e4a3d27f5bdcc3f6968954a7,Blake Thompson,flippmoke@gmail.com,2015-09-08 10:50:56-05:00,Blake Thompson,flippmoke@gmail.com,2015-09-08 15:50:56+00:00,False,gmail,gmail,* master,True,mapnik_python-mapnik.git,mapnik/python-mapnik.git,https://github.com/mapnik/python-mapnik.git +6a73540b64ede264453b90dded50a1206e97ca85,Christian Hergert,chergert@redhat.com,2015-12-13 23:50:33-08:00,Christian Hergert,chergert@redhat.com,2015-12-14 07:53:09+00:00,False,redhat,redhat,* main,True,GNOME_gnome-builder.git,GNOME/gnome-builder.git,https://gitlab.gnome.org/GNOME/gnome-builder.git +b4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2,Emmanuele Bassi,ebassi@gnome.org,2018-04-29 00:57:56+01:00,Emmanuele Bassi,ebassi@gnome.org,2018-04-30 17:11:40+00:00,False,gnome,gnome,* master,True,GNOME_gdk-pixbuf,GNOME/gdk-pixbuf,https://gitlab.gnome.org/GNOME/gdk-pixbuf +46b07308d9d43692f1feb21f60d91891db5c8a4a,Kristian Evers,kristianevers@gmail.com,2017-05-09 22:35:39+02:00,GitHub,noreply@github.com,2017-05-09 20:35:39+00:00,False,gmail,github,* master,True,OSGeo_PROJ.git,OSGeo/PROJ.git,https://github.com/OSGeo/PROJ.git +d90770d185c28742ee750a732aa3749ff58ff158,underscorephil,underscorephil@gmail.com,2014-07-08 12:46:47-05:00,underscorephil,underscorephil@gmail.com,2014-07-08 17:46:47+00:00,False,gmail,gmail,* master,True,softlayer_softlayer-python,softlayer/softlayer-python,https://github.com/softlayer/softlayer-python +1022dd47ca02fec5355958927e57dfd63bdfa9ec,Takafumi Arakaki,aka.tkf@gmail.com,2013-06-15 19:51:52+02:00,Takafumi Arakaki,aka.tkf@gmail.com,2013-06-15 17:51:52+00:00,False,gmail,gmail,* master,True,tkf_emacs-jedi.git,tkf/emacs-jedi.git,https://github.com/tkf/emacs-jedi.git +b777a5177d0b8a492fc76320491b0791f25e17a1,Giampaolo Rodola,g.rodola@gmail.com,2020-12-13 23:33:58+01:00,Giampaolo Rodola,g.rodola@gmail.com,2020-12-13 22:33:58+00:00,False,gmail,gmail,* master,True,giampaolo_psutil,giampaolo/psutil,https://github.com/giampaolo/psutil +6f3292f26fb41328f8a16ecdd81e59e8d79a364d,Anne Jan Brouwer,annejan@noprotocol.com,2015-10-29 19:43:56+01:00,Anne Jan Brouwer,annejan@noprotocol.com,2015-10-29 18:43:56+00:00,False,noprotocol,noprotocol,* main,True,IJHack_QtPass,IJHack/QtPass,https://github.com/IJHack/QtPass +38b72eded4b0f295ed1f30f849f0a99f69e396d2,Cynthia Shang,cynthia.shang@crunchydata.com,2019-10-08 15:27:17-04:00,David Steele,david@pgmasters.net,2019-10-08 19:27:17+00:00,False,crunchydata,pgmasters,* main,True,pgbackrest_pgbackrest,pgbackrest/pgbackrest,https://github.com/pgbackrest/pgbackrest +e8ed95f0dfefd725f45464009e82cf3299cd84ff,Eric Dallo,ericdallo06@hotmail.com,2020-07-14 20:35:59-03:00,GitHub,noreply@github.com,2020-07-14 23:35:59+00:00,False,hotmail,github,* master,True,emacs-lsp_lsp-mode.git,emacs-lsp/lsp-mode.git,https://github.com/emacs-lsp/lsp-mode.git +7aca088bdeb7b3082b0a3f0df612ca025614870e,Emmanuele Bassi,ebassi@gnome.org,2021-10-11 14:43:04+01:00,Emmanuele Bassi,ebassi@gnome.org,2021-10-13 12:01:56+00:00,False,gnome,gnome,* main,True,GNOME_libgweather.git,GNOME/libgweather.git,https://gitlab.gnome.org/GNOME/libgweather.git +3eae6f4fff3fd01a40f56b19f02e0690266fc824,Denis Bardadym,bardadymchik@gmail.com,2014-03-08 12:37:36+04:00,Denis Bardadym,bardadymchik@gmail.com,2014-03-08 08:39:25+00:00,False,gmail,gmail,* master,True,shouldjs_should.js.git,shouldjs/should.js.git,https://github.com/shouldjs/should.js.git +6af0350c5bf9125958b83ba16b5c8d73d0e0f719,Alessio Bogon,778703+youtux@users.noreply.github.com,2022-07-08 15:57:11+02:00,Alessio Bogon,778703+youtux@users.noreply.github.com,2022-07-08 13:57:11+00:00,False,users,users,* master,True,pytest-dev_pytest-bdd.git,pytest-dev/pytest-bdd.git,https://github.com/pytest-dev/pytest-bdd.git +7c6ed297ddaad3c2f78fed1c3b6bb548c6f658e1,Steven Silvester,steven.silvester@ieee.org,2022-03-31 11:54:23-05:00,GitHub,noreply@github.com,2022-03-31 16:54:23+00:00,False,ieee,github,* main,True,jupyter_terminado,jupyter/terminado,https://github.com/jupyter/terminado +1e8e049887206b7933b8cc3c7ceeda864fb4c05e,James Socol,me@jamessocol.com,2015-01-10 14:44:37-05:00,James Socol,me@jamessocol.com,2015-01-11 17:42:19+00:00,False,jamessocol,jamessocol,* master,True,django-waffle_django-waffle,django-waffle/django-waffle,https://github.com/django-waffle/django-waffle +c266380f5d0a69c7d0a90db4bf8995571fdccca4,Dominic Kempf,dominic.r.kempf@gmail.com,2015-11-02 15:55:05+01:00,Dominic Kempf,dominic.r.kempf@gmail.com,2015-11-02 14:55:05+00:00,False,gmail,gmail,* master,True,core_dune-common,core/dune-common,https://gitlab.dune-project.org/core/dune-common +2c908ef4489c7a778c9ecb999ff4d6484644880c,Mickael Remond,mremond@process-one.net,2019-01-21 10:36:32+01:00,Mickael Remond,mremond@process-one.net,2019-01-21 09:36:32+00:00,False,process-one,process-one,* master,True,processone_fast_tls.git,processone/fast/tls.git,https://github.com/processone/fast_tls.git +d9823fcc76a6cdad4cc68ad138cc5bbbf810a764,Stefan Oderbolz,stefan.oderbolz@liip.ch,2015-05-24 16:25:22+02:00,Stefan Oderbolz,stefan.oderbolz@liip.ch,2015-05-24 14:32:18+00:00,False,liip,liip,* develop,True,metaodi_osmapi.git,metaodi/osmapi.git,https://github.com/metaodi/osmapi.git +08a96c61a15b5588733cbfb39b3e6a5b4773c432,Vishal Verma,vishal.l.verma@intel.com,2018-06-27 17:15:45-06:00,Vishal Verma,vishal.l.verma@intel.com,2018-06-29 17:24:54+00:00,False,intel,intel,* master,True,kilobyte_ndctl,kilobyte/ndctl,https://github.com/kilobyte/ndctl +f43f8495c79fa9374ad2a5e5011f31d555e0cdec,Christopher M. Cantalupo,christopher.m.cantalupo@intel.com,2015-03-31 10:12:43-07:00,Christopher M. Cantalupo,christopher.m.cantalupo@intel.com,2015-04-08 19:14:32+00:00,False,intel,intel,* master,True,kilobyte_memkind,kilobyte/memkind,https://github.com/kilobyte/memkind +e0e50841f91c1d2c77145f475aab67bf02ce1973,G. Fioravante,40348770+northernSage@users.noreply.github.com,2020-08-31 13:22:39-03:00,GitHub,noreply@github.com,2020-08-31 16:22:39+00:00,False,users,github,* main,True,pallets_itsdangerous,pallets/itsdangerous,https://github.com/pallets/itsdangerous +fb0d26ac9afdec01c755925ab2b17f4dd3a56760,wereturtle,wereturtle@users.noreply.github.com,2017-06-18 11:17:47-07:00,wereturtle,wereturtle@users.noreply.github.com,2017-06-18 18:17:47+00:00,False,users,users,* master,True,office_ghostwriter,office/ghostwriter,https://invent.kde.org/office/ghostwriter +4a2553da879a5c332e29058eeab30de64d4d7b02,Eugene Chertikhin,e.chertikhin@crestwavetech.ru,2015-03-12 18:58:52+03:00,Eugene Chertikhin,e.chertikhin@crestwavetech.ru,2015-03-12 15:58:52+00:00,False,crestwavetech,crestwavetech,* main,True,prometheus_mysqld_exporter,prometheus/mysqld/exporter,https://github.com/prometheus/mysqld_exporter +65577d13992ba086bbba7882dda352d7b232b385,Doug Black,dblack@twilio.com,2017-07-27 11:56:42-07:00,Doug Black,dblack@twilio.com,2017-07-27 18:56:42+00:00,False,twilio,twilio,* main,True,twilio_twilio-python,twilio/twilio-python,https://github.com/twilio/twilio-python +8d8a60628bfa2695e8bff9fb646d86114becb8b8,Christian Verkerk,christian@tubularlabs.com,2018-04-19 07:51:07-07:00,Christian Verkerk,christian@tubularlabs.com,2018-04-19 14:54:17+00:00,False,tubularlabs,tubularlabs,* master,True,c4urself_bump2version,c4urself/bump2version,https://github.com/c4urself/bump2version +99459023d9c45d514ba84c899f0bc98bd83d6df1,Pierre Phaneuf,pphaneuf@gmail.com,2014-02-10 17:37:54-05:00,Pierre Phaneuf,pphaneuf@gmail.com,2014-02-10 22:37:54+00:00,False,gmail,gmail,* main,True,google_benchmark,google/benchmark,https://github.com/google/benchmark +642cfe46dd33e5b80c8678e2900ea82159d2beb0,Dirk Wetter,dirk@testssl.sh,2019-08-08 18:34:14+02:00,Dirk Wetter,dirk@testssl.sh,2019-08-08 16:34:14+00:00,False,testssl,testssl,* 3.2,True,drwetter_testssl.sh.git,drwetter/testssl.sh.git,https://github.com/drwetter/testssl.sh.git +34b933f144cf6cab04de7055c7bc404590c8f6f1,cvvergara,cvvergara@georepublic.de,2016-12-08 17:32:24-06:00,cvvergara,cvvergara@georepublic.de,2016-12-08 23:32:24+00:00,False,georepublic,georepublic,* main,True,pgRouting_pgrouting.git,pgRouting/pgrouting.git,https://github.com/pgRouting/pgrouting.git +e8194c622f5a8933fa581ecbf76cec39caf3db90,Trevor Davis,trevor.l.davis@gmail.com,2015-02-13 14:39:18-08:00,Trevor Davis,trevor.l.davis@gmail.com,2015-02-13 22:39:18+00:00,False,gmail,gmail,* master,True,trevorld_r-optparse.git,trevorld/r-optparse.git,https://github.com/trevorld/r-optparse.git +c9c45f2e6e012e83dc23951bb169ba471b2ffcc0,Nicola Soranzo,nicola.soranzo@earlham.ac.uk,2019-08-08 13:37:13+01:00,Nicola Soranzo,nicola.soranzo@earlham.ac.uk,2019-08-08 12:37:15+00:00,False,earlham,earlham,* main,True,galaxyproject_bioblend,galaxyproject/bioblend,https://github.com/galaxyproject/bioblend +d5420216df8a35c16e569a353b41029ec667ebf3,Gael Pasgrimaud,gael@gawel.org,2016-10-14 10:55:20+02:00,Gael Pasgrimaud,gael@gawel.org,2016-10-14 08:55:20+00:00,False,gawel,gawel,* master,True,gawel_panoramisk.git,gawel/panoramisk.git,https://github.com/gawel/panoramisk.git +19a4ad2ef69bdb38a8a99d05df3df4623fdb611f,Francesc Alted,faltet@gmail.com,2018-12-03 13:09:03+01:00,Francesc Alted,faltet@gmail.com,2018-12-03 12:09:03+00:00,False,gmail,gmail,* main,True,Blosc_c-blosc,Blosc/c-blosc,https://github.com/Blosc/c-blosc +9ca9c33e1d944e7b9c8e732bf5970f2edf10bbba,Steve Schwartz,steve@alfajango.com,2013-05-29 02:11:48-04:00,Steve Schwartz,steve@alfajango.com,2013-05-29 06:11:48+00:00,False,alfajango,alfajango,* master,True,rails_jquery-rails.git,rails/jquery-rails.git,https://github.com/rails/jquery-rails.git +60309a73f591039719e7dca0ff28349a451f8d33,Rob Dickinson,robfromboulder@gmail.com,2017-05-19 11:16:42-06:00,Rob Dickinson,robfromboulder@gmail.com,2017-05-19 17:16:42+00:00,False,gmail,gmail,* master,True,kilobyte_pmemkv,kilobyte/pmemkv,https://github.com/kilobyte/pmemkv +807f8c1824bcc6a0fabf855807256701d36f8221,Martin Grenfell,martin.grenfell@gmail.com,2013-04-10 19:41:53+01:00,Martin Grenfell,martin.grenfell@gmail.com,2013-04-10 18:41:53+00:00,False,gmail,gmail,* master,True,vim-syntastic_syntastic,vim-syntastic/syntastic,https://github.com/vim-syntastic/syntastic +3a0f15c4e05eea9b6b1be1a8d5facee811e392ce,Mickael Remond,mremond@process-one.net,2019-01-18 16:36:40+01:00,Mickael Remond,mremond@process-one.net,2019-01-18 15:36:40+00:00,False,process-one,process-one,* master,True,processone_pkix.git,processone/pkix.git,https://github.com/processone/pkix.git +ab769e86b0e516d37a52038bb337053addf9af4a,James Coglan,jcoglan@gmail.com,2013-09-26 08:48:20+01:00,James Coglan,jcoglan@gmail.com,2013-09-26 07:48:20+00:00,False,gmail,gmail,* master,True,faye_faye,faye/faye,https://github.com/faye/faye +fdf55c2817c9a457de4d5609cabfda0aa0620dc1,Samuel Merritt,sam@swiftstack.com,2012-11-21 11:08:37-08:00,Samuel Merritt,sam@swiftstack.com,2012-11-21 19:23:15+00:00,False,swiftstack,swiftstack,* master,True,openstack_swift.git,openstack/swift.git,https://github.com/openstack/swift.git +5c53fd90b1a529f2d1d4ed361d3bfa646520ba58,Michael Howitz,mh@gocept.com,2022-07-08 09:03:28+02:00,GitHub,noreply@github.com,2022-07-08 07:03:28+00:00,False,gocept,github,* master,True,zopefoundation_zope.proxy,zopefoundation/zope.proxy,https://github.com/zopefoundation/zope.proxy +50e06bd4fac0a3a74e87353f4f7f20d9534dd0d6,Muammar El Khatib,muammarelkhatib@gmail.com,2016-03-19 13:13:24+01:00,Muammar El Khatib,muammarelkhatib@gmail.com,2016-03-19 12:13:24+00:00,False,gmail,gmail,* master,True,muammar_mkchromecast.git,muammar/mkchromecast.git,https://github.com/muammar/mkchromecast.git +39368538a5f0c79dfce6a9750a005232b1c27e93,Wieland Hoffmann,themineo@gmail.com,2015-06-02 14:16:42+02:00,Wieland Hoffmann,themineo@gmail.com,2015-06-02 12:16:42+00:00,False,gmail,gmail,* master,True,alastair_python-musicbrainz-ngs,alastair/python-musicbrainz-ngs,https://github.com/alastair/python-musicbrainz-ngs +d31a1264082a13b7cc89781ca9d2e8cdebc4f031,Jakob Borg,jakob@nym.se,2014-01-28 19:08:45+01:00,Jakob Borg,jakob@nym.se,2014-01-28 18:10:39+00:00,False,nym,nym,* main,True,syncthing_syncthing.git,syncthing/syncthing.git,https://github.com/syncthing/syncthing.git +6e1fc74ed936860f9609f964d48d63f380c58170,Andreas Strikos,astrikos@ripe.net,2016-01-16 17:11:40+01:00,Andreas Strikos,astrikos@ripe.net,2016-01-16 16:11:40+00:00,False,ripe,ripe,* master,True,RIPE-NCC_ripe-atlas-cousteau.git,RIPE-NCC/ripe-atlas-cousteau.git,https://github.com/RIPE-NCC/ripe-atlas-cousteau.git +a6c0cc156b897d2243f89d2bf4fa371c711eef6c,Andy Li,andy@onthewings.net,2015-08-26 19:34:26+08:00,Andy Li,andy@onthewings.net,2015-08-26 11:34:26+00:00,True,onthewings,onthewings,* master,True,HaxeFoundation_haxe-debian,HaxeFoundation/haxe-debian,https://github.com/HaxeFoundation/haxe-debian +a5c4d27e963f51097f9b2777489d310a88897ca4,jhouserizer,jhouse@revolition.net,2023-04-25 22:07:35-04:00,GitHub,noreply@github.com,2023-04-26 02:07:35+00:00,False,revolition,github,* main,True,quartz-scheduler_quartz,quartz-scheduler/quartz,https://github.com/quartz-scheduler/quartz +2cc5f14309704d80063a750b85861cb86dc40e7f,vrusinov,vrusinov@google.com,2016-02-03 11:48:09-08:00,Vladimir Rusinov,vrusinov@google.com,2016-02-05 20:41:41+00:00,False,google,google,* master,True,google_python-gflags.git,google/python-gflags.git,https://github.com/google/python-gflags.git +d05a0fc061a6844784cba01b291fe532d5c24024,Antoine Pitrou,antoine@python.org,2014-10-08 16:19:53+02:00,Antoine Pitrou,antoine@python.org,2014-10-08 14:19:53+00:00,False,python,python,* main,True,numba_numba.git,numba/numba.git,https://github.com/numba/numba.git +0ce26349ac7e579342d88e6a79ad12fe10bf8083,Rob Bast,rob.bast@gmail.com,2015-07-15 20:36:16+02:00,Rob Bast,rob.bast@gmail.com,2015-07-15 18:54:52+00:00,False,gmail,gmail,* main,True,composer_semver,composer/semver,https://github.com/composer/semver +1094a4c862d1b600a6a93d04f276809f5cd03701,Filip Kapusta,f.kapusta@mdbootstrap.com,2022-03-23 15:12:15+01:00,Filip Kapusta,f.kapusta@mdbootstrap.com,2022-03-23 14:12:15+00:00,False,mdbootstrap,mdbootstrap,* main,True,mdbootstrap_perfect-scrollbar,mdbootstrap/perfect-scrollbar,https://github.com/mdbootstrap/perfect-scrollbar +350b191468d1a701d945a062bbf4df9fbdaaaaae,geemus,geemus@gmail.com,2014-10-15 09:03:48-05:00,geemus,geemus@gmail.com,2014-10-15 14:03:48+00:00,False,gmail,gmail,* master,True,heroku_netrc,heroku/netrc,https://github.com/heroku/netrc +48b19a2272867854f097058dda4f55d05d93e28d,Roger Light,roger@atchoo.org,2014-03-27 12:33:15+00:00,Roger Light,roger@atchoo.org,2014-03-27 12:33:15+00:00,False,atchoo,atchoo,* master,True,eclipse_paho.mqtt.python.git,eclipse/paho.mqtt.python.git,https://github.com/eclipse/paho.mqtt.python.git +baa456be4eba1dcbc3c24551f48dc3170f4924c1,Niels De Graef,nielsdegraef@gmail.com,2020-06-07 14:28:14+02:00,Niels De Graef,nielsdegraef@gmail.com,2020-06-07 12:28:14+00:00,False,gmail,gmail,* main,True,GNOME_folks,GNOME/folks,https://gitlab.gnome.org/GNOME/folks +562270515ef3e98038c1a2da8984d92720b86659,Kevin Zheng,kevinz5000@gmail.com,2017-02-04 13:15:52-08:00,Kevin Zheng,kevinz5000@gmail.com,2017-02-04 21:15:52+00:00,False,gmail,gmail,* master,True,sshguard_sshguard.git,sshguard/sshguard.git,https://bitbucket.org/sshguard/sshguard.git +d424c38e59bca66492f90817a5990922b4b004d0,Jordan Cook,jordan.cook@pioneer.com,2021-03-03 08:11:20-06:00,Jordan Cook,jordan.cook@pioneer.com,2021-03-03 14:27:30+00:00,False,pioneer,pioneer,* main,True,requests-cache_requests-cache,requests-cache/requests-cache,https://github.com/requests-cache/requests-cache +ad25458997c12b86b35d735da448b06b7aa1d5e6,Michael Howitz,mh@gocept.com,2022-03-07 08:03:05+01:00,GitHub,noreply@github.com,2022-03-07 07:03:05+00:00,False,gocept,github,* master,True,zopefoundation_zope.testrunner,zopefoundation/zope.testrunner,https://github.com/zopefoundation/zope.testrunner +80b794a06991bf41ac8d1a98e539815f4abb7d78,Tobie Langel,tobie.langel@gmail.com,2013-05-28 21:20:29+02:00,Tobie Langel,tobie.langel@gmail.com,2013-05-28 19:20:29+00:00,False,gmail,gmail,* master,True,ua-parser_uap-core.git,ua-parser/uap-core.git,https://github.com/ua-parser/uap-core.git +a56ee6336fefff35aac69a625e772d10e228c630,Greg Dubicki,gdubicki@egnyte.com,2021-02-13 11:11:44+01:00,Greg Dubicki,gdubicki@egnyte.com,2021-02-13 10:11:44+00:00,False,egnyte,egnyte,* master,True,voxpupuli_pypuppetdb,voxpupuli/pypuppetdb,https://github.com/voxpupuli/pypuppetdb +fc5abc05876bbffb8aa8776868492a5bcb596c99,Nick Fitzgerald,fitzgen@gmail.com,2015-08-28 15:15:34-07:00,Nick Fitzgerald,fitzgen@gmail.com,2015-09-10 14:57:30+00:00,False,gmail,gmail,* master,True,mozilla_source-map,mozilla/source-map,https://github.com/mozilla/source-map +58375c6cd12dd77ebbfb5cb9043cab6a6e71e2ad,Fabiano Fidêncio,fidencio@redhat.com,2019-12-16 13:13:48+01:00,Fabiano Fidêncio,fabiano@fidencio.org,2019-12-18 13:27:47+00:00,False,redhat,fidencio,* main,True,libosinfo_osinfo-db-tools.git,libosinfo/osinfo-db-tools.git,https://gitlab.com/libosinfo/osinfo-db-tools.git +e2d247f40339088710ba2322bea3e44f801acfac,David Golden,dagolden@cpan.org,2013-06-09 14:54:54-04:00,David Golden,dagolden@cpan.org,2013-06-09 18:54:54+00:00,False,cpan,cpan,* master,True,dagolden_math-random-oo.git,dagolden/math-random-oo.git,https://github.com/dagolden/math-random-oo.git +5a3d199e0cdd1b8a0f70f4d7703c0a58ca9acf2c,Ionel Cristian Mărieș,contact@ionelmc.ro,2015-05-19 02:06:05+03:00,Ionel Cristian Mărieș,contact@ionelmc.ro,2015-05-18 23:06:05+00:00,False,ionelmc,ionelmc,* master,True,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,https://github.com/ionelmc/python-darkslide.git +fe96879f158428d949f45fc4902333b02a20110a,Sean Corfield,sean@corfield.org,2014-05-20 19:24:35-07:00,Sean Corfield,sean@corfield.org,2014-05-21 02:24:35+00:00,False,corfield,corfield,* master,True,clojure_core.cache,clojure/core.cache,https://github.com/clojure/core.cache +ce6044907e12c6f8e505d9ccfe783e51b0d94ac0,manuel,manuel@mausz.at,2012-09-23 18:17:47+02:00,manuel,manuel@mausz.at,2012-09-23 16:17:47+00:00,True,mausz,mausz,* master,True,unknown-horizons_unknown-horizons.git,unknown-horizons/unknown-horizons.git,https://github.com/unknown-horizons/unknown-horizons.git +7d375e1b7502995703fb3c1729ed4f746d169751,Luis R. Rodriguez,mcgrof@suse.com,2014-03-07 14:28:50-08:00,Johannes Berg,johannes.berg@intel.com,2014-03-28 08:56:54+00:00,False,suse,intel,* master,True,pub_scm_linux_kernel_git_jberg_iw.git,pub/scm/linux/kernel/git/jberg/iw.git,https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git +3a995294a99a00a62fb451c8dc3f0c404c8e92f5,Joe Hamman,jhamman@ucar.edu,2017-10-27 18:24:02-07:00,GitHub,noreply@github.com,2017-10-28 01:24:02+00:00,False,ucar,github,* main,True,pydata_xarray,pydata/xarray,https://github.com/pydata/xarray +27c2db2bf26039bef41323c964bc4e0317a7b4f5,John Sirois,john.sirois@gmail.com,2024-02-09 21:40:18-08:00,GitHub,noreply@github.com,2024-02-10 05:40:18+00:00,False,gmail,github,* main,True,pantsbuild_pex.git,pantsbuild/pex.git,https://github.com/pantsbuild/pex.git +3bc239ffee43a378a6ec64c169d9f7cb3f1753a5,Diaoul,diaoulael@gmail.com,2015-08-22 20:33:04+02:00,Diaoul,diaoulael@gmail.com,2015-08-22 18:33:04+00:00,False,gmail,gmail,* main,True,Diaoul_subliminal.git,Diaoul/subliminal.git,https://github.com/Diaoul/subliminal.git +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,certbot_josepy,certbot/josepy,https://github.com/certbot/josepy +5de776a327933d3d28b43ee15c23aa96351e71e3,Xavier Clerc,xclerc@janestreet.com,2018-05-23 17:00:52+01:00,Xavier Clerc,xclerc@janestreet.com,2018-05-23 16:00:52+00:00,False,janestreet,janestreet,* master,True,janestreet_sexplib.git,janestreet/sexplib.git,https://github.com/janestreet/sexplib.git +c82cd5e41e3755fc9ed65912ca3acaae69921dbb,Carlos O'Ryan,coryan@google.com,2017-12-08 23:20:55-05:00,Carlos O'Ryan,coryan@google.com,2017-12-09 04:20:55+00:00,False,google,google,* main,True,google_googletest.git,google/googletest.git,https://github.com/google/googletest.git +8d90a86cdf4da7bc1ea520ef5701a63780638c13,Michael Pleshakov,michael@nginx.com,2018-05-30 14:49:53+01:00,Michael Pleshakov,michael@nginx.com,2018-05-30 13:49:53+00:00,False,nginx,nginx,* main,True,nginxinc_nginx-prometheus-exporter,nginxinc/nginx-prometheus-exporter,https://github.com/nginxinc/nginx-prometheus-exporter +0ce105d8307d3bc67809088bb16ebd7ec0daf6fb,Evan Nemerson,evan@nemerson.com,2020-03-06 19:04:02-08:00,Evan Nemerson,evan@nemerson.com,2020-03-07 03:06:05+00:00,False,nemerson,nemerson,* master,True,simd-everywhere_simde,simd-everywhere/simde,https://github.com/simd-everywhere/simde +f094908f549151e604c92286e791816fae7d67fa,Andrea Fioraldi,andreafioraldi@gmail.com,2019-09-03 11:19:27+02:00,Andrea Fioraldi,andreafioraldi@gmail.com,2019-09-03 09:19:27+00:00,False,gmail,gmail,* stable,True,AFLplusplus_AFLplusplus.git,AFLplusplus/AFLplusplus.git,https://github.com/AFLplusplus/AFLplusplus.git +6ea260a4211da88f3d28fd6266e6765a6c209baf,Paul McGuire,ptmcg@austin.rr.com,2019-07-15 23:22:27-05:00,Paul McGuire,ptmcg@austin.rr.com,2019-07-16 04:22:27+00:00,False,austin,austin,* master,True,pyparsing_pyparsing,pyparsing/pyparsing,https://github.com/pyparsing/pyparsing +619d5917b650642c33d905bf9df69213340e4bf9,nyov,nyov@nexnode.net,2014-12-12 02:52:46+00:00,nyov,nyov@nexnode.net,2014-12-12 02:52:46+00:00,False,nexnode,nexnode,* master,True,EnterpriseDB_mysql_fdw.git,EnterpriseDB/mysql/fdw.git,https://github.com/EnterpriseDB/mysql_fdw.git +ba1ef7a8f47a6140f8323a393f0e04f818f5f52d,Freek Dijkstra,freek@macfreek.nl,2021-02-28 15:10:33+01:00,Freek Dijkstra,freek@macfreek.nl,2021-02-28 14:10:33+00:00,False,macfreek,macfreek,* master,True,sphinx-contrib_restbuilder.git,sphinx-contrib/restbuilder.git,https://github.com/sphinx-contrib/restbuilder.git +41d14306068fb430319cfe819c3c34c6c7b6e557,evpobr,evpobr@gmail.com,2017-03-13 18:52:11+05:00,Erik de Castro Lopo,erikd@mega-nerd.com,2017-03-14 08:40:21+00:00,False,gmail,mega-nerd,* master,True,erikd_libsndfile,erikd/libsndfile,https://github.com/erikd/libsndfile +c57fc392f9adfd04a54bcdba2dfe3cac2497e619,David Celis,me@davidcel.is,2014-03-14 19:16:23-07:00,David Celis,me@davidcel.is,2014-03-15 02:16:51+00:00,False,davidcel,davidcel,* master,True,davidcelis_api-pagination.git,davidcelis/api-pagination.git,https://github.com/davidcelis/api-pagination.git +1c6af940c08ca2fdb142916974a192ab6ff9ea7c,Michael Howitz,mh@gocept.com,2023-04-14 08:03:36+02:00,GitHub,noreply@github.com,2023-04-14 06:03:36+00:00,False,gocept,github,* master,True,zopefoundation_zope.component,zopefoundation/zope.component,https://github.com/zopefoundation/zope.component +e5c21016e4cebe414a9b8c94840c36c4c94b28cd,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-08-01 21:57:37-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-08-02 00:57:37+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_txt2html,resurrecting-open-source-projects/txt2html,https://github.com/resurrecting-open-source-projects/txt2html +7612ce2029de1eac698ebc2ba617c4fbd738127f,Stéphane Raimbault,stephane.raimbault@gmail.com,2016-05-17 23:16:13+02:00,Stéphane Raimbault,stephane.raimbault@gmail.com,2016-05-17 21:28:41+00:00,False,gmail,gmail,* master,True,stephane_libmodbus.git,stephane/libmodbus.git,https://github.com/stephane/libmodbus.git +87d2f69a591b29c254f6ce1974a8347d746bfe9f,Brendan Gregg,brendan.d.gregg@gmail.com,2016-02-05 13:36:06-08:00,Brendan Gregg,bgregg@netflix.com,2016-02-05 21:49:28+00:00,False,gmail,netflix,* master,True,iovisor_bcc.git,iovisor/bcc.git,https://github.com/iovisor/bcc.git +c3739abac431ff06748978f128ba723a8d99833a,Ken Barber,ken@bob.sh,2011-10-14 12:13:10+02:00,Ken Barber,ken@bob.sh,2011-10-18 20:23:17+00:00,False,bob,bob,* main,True,puppetlabs_puppetlabs-firewall,puppetlabs/puppetlabs-firewall,https://github.com/puppetlabs/puppetlabs-firewall +7e2b5e43df2f5bf6fc724396de73429423b15fe1,Eduard Braun,Eduard.Braun2@gmx.de,2016-09-18 22:36:21+02:00,Eduard Braun,Eduard.Braun2@gmx.de,2016-09-18 20:36:21+00:00,False,gmx,gmx,* master,True,codedread_scour.git,codedread/scour.git,https://github.com/codedread/scour.git +2b51a83b9baeebcd795d94a8051ba598b6353ae2,Colleen Murphy,colleen@puppetlabs.com,2014-06-25 17:23:15-07:00,Colleen Murphy,colleen@puppetlabs.com,2014-06-26 00:23:15+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetlabs-concat,puppetlabs/puppetlabs-concat,https://github.com/puppetlabs/puppetlabs-concat +7b13070b64f87bb432f84cc7d4826a126d2e8bc2,Phil Pemberton,philpem@philpem.me.uk,2020-05-26 11:05:30+01:00,GitHub,noreply@github.com,2020-05-26 10:05:30+00:00,False,philpem,github,* master,True,philpem_printer-driver-ptouch.git,philpem/printer-driver-ptouch.git,https://github.com/philpem/printer-driver-ptouch.git +bbc437c6a18447c03d7ab1d85f65d823df4a2bb8,Strahinja Val Markovic,val@markovic.io,2013-04-03 18:50:01-07:00,Strahinja Val Markovic,val@markovic.io,2013-04-04 01:50:01+00:00,False,markovic,markovic,* master,True,ycm-core_YouCompleteMe,ycm-core/YouCompleteMe,https://github.com/ycm-core/YouCompleteMe +7a66cffa8fab534f23912dcf820f46055e7b0cc7,Stefano Costa,steko@iosa.it,2020-01-08 15:59:18+01:00,Stefano Costa,steko@iosa.it,2020-01-08 14:59:18+00:00,False,iosa,iosa,* main,True,totalopenstation_totalopenstation.git,totalopenstation/totalopenstation.git,https://github.com/totalopenstation/totalopenstation.git +04693fc6beb2d2dbb3aa8d33932a171900ea239c,John Reese,john@noswap.com,2018-11-05 18:23:24-08:00,John Reese,john@noswap.com,2018-11-06 02:23:24+00:00,False,noswap,noswap,* main,True,diff-match-patch-python_diff-match-patch,diff-match-patch-python/diff-match-patch,https://github.com/diff-match-patch-python/diff-match-patch +f5db249faea99fb0e39c113f6f17f91c4ec34101,Jacob Tomlinson,jacobtomlinson@users.noreply.github.com,2019-10-21 14:07:37+01:00,GitHub,noreply@github.com,2019-10-21 13:07:37+00:00,False,users,github,* main,True,dask_partd.git,dask/partd.git,https://github.com/dask/partd.git +0d125a567e7ffa9dfe285df8c436783d29594c79,Daniel G. Taylor,danielgtaylor@gmail.com,2013-08-09 13:31:16-07:00,Daniel G. Taylor,danielgtaylor@gmail.com,2013-08-09 20:31:16+00:00,False,gmail,gmail,* develop,True,boto_botocore,boto/botocore,https://github.com/boto/botocore +c2e8e1d0695f60ed79e848e80a0c152da0c1d7db,Martin Davis,mtnclimb@gmail.com,2016-11-03 18:35:42-04:00,Martin Davis,mtnclimb@gmail.com,2016-11-03 23:36:12+00:00,False,gmail,gmail,* master,True,locationtech_jts.git,locationtech/jts.git,https://github.com/locationtech/jts.git +64a808ac762c7b4767daab2d10f88872a467dd8b,Nick Craig-Wood,nick@craig-wood.com,2015-12-29 19:06:40+00:00,Nick Craig-Wood,nick@craig-wood.com,2015-12-29 19:23:20+00:00,False,craig-wood,craig-wood,* master,True,rclone_rclone.git,rclone/rclone.git,https://github.com/rclone/rclone.git +e6748cc3837e4792e8452d5c227e740434e10539,Jochen Topf,jochen@topf.org,2016-08-08 10:29:21+02:00,Jochen Topf,jochen@topf.org,2016-08-08 08:29:21+00:00,False,topf,topf,* master,True,osmcode_osmium-tool.git,osmcode/osmium-tool.git,https://github.com/osmcode/osmium-tool.git +13b065b3162a0394ce021dd0dcb6a8e9ed83a82d,Joe Testa,jtesta@positronsecurity.com,2020-09-26 22:06:49-04:00,Joe Testa,jtesta@positronsecurity.com,2020-09-27 02:06:49+00:00,False,positronsecurity,positronsecurity,* master,True,jtesta_ssh-audit.git,jtesta/ssh-audit.git,https://github.com/jtesta/ssh-audit.git +fc679cf33ed2c65c2deaf9235f08889ef95dd2f2,Erik Michaels-Ober,sferik@gmail.com,2012-10-07 11:08:23-07:00,Erik Michaels-Ober,sferik@gmail.com,2012-10-07 18:08:28+00:00,False,gmail,gmail,* master,True,sferik_twitter,sferik/twitter,https://github.com/sferik/twitter +33c836018f46c2ced9a7fdd328418ef82d0e3861,Marvin Hagemeister,hello@marvinh.dev,2019-09-11 19:22:36+02:00,GitHub,noreply@github.com,2019-09-11 17:22:36+00:00,False,marvinh,github,* main,True,developit_preact.git,developit/preact.git,https://github.com/developit/preact.git +7237ab2de4c4c814d2602f327a89f9e173767e0f,Michal Čihař,michal@cihar.com,2017-04-03 08:46:30+02:00,Michal Čihař,michal@cihar.com,2017-04-03 06:46:30+00:00,False,cihar,cihar,* master,True,phpmyadmin_motranslator,phpmyadmin/motranslator,https://github.com/phpmyadmin/motranslator +364c7f92b4b1e8d4425418b7e797381ca31ec1aa,Matthew Hodgson,matthew@matrix.org,2015-04-03 10:08:23-04:00,Matthew Hodgson,matthew@matrix.org,2015-04-03 14:09:06+00:00,False,matrix,matrix,* develop,True,matrix-org_synapse.git,matrix-org/synapse.git,https://github.com/matrix-org/synapse.git +3ce1cbdc192a709b51290725506c31a8959423ad,Michael R. Crusoe,1330696+mr-c@users.noreply.github.com,2019-07-29 18:44:11+02:00,GitHub,noreply@github.com,2019-07-29 16:44:11+00:00,False,users,github,* main,True,common-workflow-language_schema_salad,common-workflow-language/schema/salad,https://github.com/common-workflow-language/schema_salad +42a679ce4460926dde3a526281437cd40bd6e6f0,David Golden,xdg@xdg.me,2016-11-19 22:27:24-05:00,David Golden,xdg@xdg.me,2016-11-20 03:27:24+00:00,False,xdg,xdg,* master,True,dagolden_Config-Identity.git,dagolden/Config-Identity.git,https://github.com/dagolden/Config-Identity.git +f05a82d0ff8e8d82a3c5a7c19bc07950756e8431,Adam Lindberg,hello@alind.io,2016-12-22 11:15:33+01:00,Adam Lindberg,hello@alind.io,2016-12-22 10:15:33+00:00,False,alind,alind,* master,True,eproxus_meck.git,eproxus/meck.git,https://github.com/eproxus/meck.git +4afeaf85d3c7e07a917a8f73035775fc58aec54b,cpsievert,cpsievert1@gmail.com,2015-12-23 14:08:14-06:00,cpsievert,cpsievert1@gmail.com,2015-12-23 20:08:14+00:00,False,gmail,gmail,* master,True,plotly_plotly.R.git,plotly/plotly.R.git,https://github.com/plotly/plotly.R.git +6b1d65bc4e190086adc47b4e68be2a5108b4bc06,Ken Gaillot,kgaillot@redhat.com,2016-08-24 15:56:04-05:00,Ken Gaillot,kgaillot@redhat.com,2016-08-24 21:43:04+00:00,False,redhat,redhat,* main,True,ClusterLabs_pacemaker,ClusterLabs/pacemaker,https://github.com/ClusterLabs/pacemaker +c04e97311ffa4fbfc016263ef0dbe1e1f8e13373,Peter Souter,p.morsou@gmail.com,2013-10-02 21:36:32+01:00,Peter Souter,p.morsou@gmail.com,2013-10-02 20:36:32+00:00,False,gmail,gmail,* main,True,puppetlabs_puppetlabs-apache,puppetlabs/puppetlabs-apache,https://github.com/puppetlabs/puppetlabs-apache +f042942f516851aef0ecc4fafafd578facb2b3f0,Ralf Gommers,ralf.gommers@gmail.com,2017-01-08 22:30:41+13:00,Ralf Gommers,ralf.gommers@googlemail.com,2017-01-08 10:17:04+00:00,False,gmail,googlemail,* main,True,PyWavelets_pywt.git,PyWavelets/pywt.git,https://github.com/PyWavelets/pywt.git +892ea9e222ca7148551c3d00bb37ce9e24316b16,Aleksi Häkli,aleksi.hakli@iki.fi,2022-01-26 12:00:58+02:00,Aleksi Häkli,aleksi.hakli@iki.fi,2022-01-26 10:00:58+00:00,False,iki,iki,* master,True,jazzband_django-recurrence,jazzband/django-recurrence,https://github.com/jazzband/django-recurrence +b4578f915dd49cdb1435accd260c59a34ea66e75,Maciej Lech,maciej.lech@reef.pl,2020-07-29 12:04:31+02:00,Maciej Lech,maciej.lech@reef.pl,2020-07-29 10:07:07+00:00,False,reef,reef,* master,True,Backblaze_B2_Command_Line_Tool,Backblaze/B2/Command/Line/Tool,https://github.com/Backblaze/B2_Command_Line_Tool +0bbe9f45eb18d47e7f10854a340a32efbb143882,Matijs van Zuijlen,matijs@matijs.net,2021-03-05 11:08:58+01:00,Matijs van Zuijlen,matijs@matijs.net,2021-03-05 10:13:25+00:00,False,matijs,matijs,* master,True,mvz_ruby-gir-ffi,mvz/ruby-gir-ffi,https://github.com/mvz/ruby-gir-ffi +6c236b7cfa36dc1331b6c18a58ce0cac99a19e97,Scott,628593+sr55@users.noreply.github.com,2018-06-05 22:07:10+01:00,GitHub,noreply@github.com,2018-06-05 21:07:10+00:00,False,users,github,* master,True,HandBrake_HandBrake,HandBrake/HandBrake,https://github.com/HandBrake/HandBrake +e66231f041e7fa1925b080e43328dc1afd50ff8f,Yaroslav Halchenko,debian@onerussian.com,2014-04-17 13:19:03-04:00,Yaroslav Halchenko,debian@onerussian.com,2014-04-17 17:19:03+00:00,False,onerussian,onerussian,* master,True,fail2ban_fail2ban,fail2ban/fail2ban,https://github.com/fail2ban/fail2ban +c2fb5a2e6339494dc802ff166eb2e29ef692470c,Chase Whitener,cwhitener@gmail.com,2017-04-20 10:26:07-04:00,Olaf Alders,olaf@wundersolutions.com,2017-04-20 20:32:31+00:00,False,gmail,wundersolutions,* master,True,libwww-perl_URI.git,libwww-perl/URI.git,https://github.com/libwww-perl/URI.git +a80971fd5aa787c1648564fb23b5464e5029dc4f,Radek Krejci,rkrejci@cesnet.cz,2018-09-05 15:02:50+02:00,Radek Krejci,rkrejci@cesnet.cz,2018-09-05 13:02:50+00:00,False,cesnet,cesnet,* master,True,CESNET_libyang,CESNET/libyang,https://github.com/CESNET/libyang +cdd8d1976ef48d4a59ba49d57d4c956456640c1c,Michael Howitz,mh@gocept.com,2022-04-05 08:26:19+02:00,Michael Howitz,mh@gocept.com,2022-04-11 05:57:25+00:00,False,gocept,gocept,* master,True,zopefoundation_zope.event,zopefoundation/zope.event,https://github.com/zopefoundation/zope.event +1c745cf56f36a117fcb12a2611918f3e40b26f66,Sean V Kelley,seanvk@posteo.de,2017-01-21 21:40:11-08:00,Sean V Kelley,seanvk@posteo.de,2017-01-22 05:40:11+00:00,False,posteo,posteo,* master,True,intel_libva.git,intel/libva.git,https://github.com/intel/libva.git +915f126b9484ad7fe6df0d7f323bd55f93f1c917,Nathan Esquenazi,nesquena@gmail.com,2012-11-08 12:01:59-08:00,Nathan Esquenazi,nesquena@gmail.com,2012-11-08 20:01:59+00:00,False,gmail,gmail,* master,True,nesquena_rabl,nesquena/rabl,https://github.com/nesquena/rabl +0a6b00dd73c2c49d38e50d01add558e1bb4f3c92,Marc Schlaich,marc.schlaich@googlemail.com,2014-11-24 18:15:44+01:00,Marc Schlaich,marc.schlaich@googlemail.com,2014-11-24 17:15:44+00:00,False,googlemail,googlemail,* master,True,pytest-dev_pytest-cov.git,pytest-dev/pytest-cov.git,https://github.com/pytest-dev/pytest-cov.git +974a99b3623a82d5fffa8e83f37c9ec5f51ef9c8,Leigh Scott,leigh123linux@fedoraproject.org,2020-10-19 11:12:34+01:00,GitHub,noreply@github.com,2020-10-19 10:12:34+00:00,False,fedoraproject,github,* master,True,linuxmint_cjs.git,linuxmint/cjs.git,https://github.com/linuxmint/cjs.git +90014cb496817f7b9544832073137f9e463e746a,Michael Jones,m.pricejones@gmail.com,2014-09-28 11:31:08+01:00,Michael Jones,m.pricejones@gmail.com,2014-09-28 10:33:18+00:00,False,gmail,gmail,* main,True,michaeljones_breathe.git,michaeljones/breathe.git,https://github.com/michaeljones/breathe.git +976f8465273d669bf681a93229f5701f473eec5d,Jakub Pawlowicz,contact@jakubpawlowicz.com,2015-05-11 19:24:10+01:00,Jakub Pawlowicz,contact@jakubpawlowicz.com,2015-05-11 18:30:45+00:00,False,jakubpawlowicz,jakubpawlowicz,* master,True,GoalSmashers_clean-css.git,GoalSmashers/clean-css.git,https://github.com/GoalSmashers/clean-css.git +26332c9de4b8341e3de0cb198706a6573e54dfe7,Simon Wisselink,s.wisselink@iwink.nl,2023-09-14 14:50:04+02:00,Simon Wisselink,s.wisselink@iwink.nl,2023-09-14 12:50:04+00:00,False,iwink,iwink,* master,True,smarty-php_smarty.git,smarty-php/smarty.git,https://github.com/smarty-php/smarty.git +a822ebd053e8451a957d456f8af9af71734e1e63,Felipe Zipitría,fzipi@fing.edu.uy,2017-09-12 22:20:15-03:00,Felipe Zipitría,fzipi@fing.edu.uy,2017-09-13 01:20:15+00:00,False,fing,fing,* main,True,coreruleset_coreruleset.git,coreruleset/coreruleset.git,https://github.com/coreruleset/coreruleset.git +e2a406e25860bf235273a97fd543c8d6d2296975,Tom MacWright,tom@macwright.org,2016-05-19 12:29:18-04:00,Tom MacWright,tom@macwright.org,2016-05-19 16:29:18+00:00,False,macwright,macwright,* gh-pages,True,mapbox_leaflet-image,mapbox/leaflet-image,https://github.com/mapbox/leaflet-image +887f70f595399c46698ad515ce1e19e4d44d54ac,Jakub Roztocil,jakub@roztocil.name,2014-04-24 18:20:23+02:00,Jakub Roztocil,jakub@roztocil.name,2014-04-24 17:32:55+00:00,False,roztocil,roztocil,* master,True,httpie_httpie,httpie/httpie,https://github.com/httpie/httpie +fac61a5bfafd8eb2a0445d62df9079b934cee3e3,Michael Friedrich,michael.friedrich@icinga.com,2017-04-18 18:01:44+02:00,Michael Friedrich,michael.friedrich@icinga.com,2017-04-18 16:04:56+00:00,False,icinga,icinga,* master,True,Icinga_icinga2,Icinga/icinga2,https://github.com/Icinga/icinga2 +d645bee63a96503e0b9aa4b7b6f927baf367c713,buhtz,c.buhtz@posteo.jp,2023-03-13 07:35:38+01:00,GitHub,noreply@github.com,2023-03-13 06:35:38+00:00,False,posteo,github,* dev,True,bit-team_backintime,bit-team/backintime,https://github.com/bit-team/backintime +253e899170ebaf8a9aa9d6b94d6efdb81ae14a49,Matthias Geier,Matthias.Geier@gmail.com,2015-05-27 11:41:57+02:00,Matthias Geier,Matthias.Geier@gmail.com,2015-05-27 11:23:27+00:00,False,gmail,gmail,* master,True,bastibe_python-soundfile.git,bastibe/python-soundfile.git,https://github.com/bastibe/python-soundfile.git +a248c3fcba26bc13c6df9e888fa17bbea2e9e25c,Johnny Estilles,johnny.estilles@agentia.asia,2015-03-10 12:54:01+08:00,Johnny Estilles,johnny.estilles@agentia.asia,2015-03-10 04:54:01+00:00,False,agentia,agentia,* master,True,howardabrams_node-mocks-http,howardabrams/node-mocks-http,https://github.com/howardabrams/node-mocks-http +818c86c05a64c46e35f2fd444d909374b029ccd7,Greg Hurrell,greg@hurrell.net,2017-08-18 07:47:16-07:00,Greg Hurrell,greg@hurrell.net,2017-08-18 14:47:16+00:00,False,hurrell,hurrell,* debian/sid,True,yrro_command-t,yrro/command-t,https://github.com/yrro/command-t +dfdc4d05b381591e4b07fd592f596e67938dd6dd,Nolan Lawson,nolan.lawson@gmail.com,2015-03-02 22:18:08-05:00,Nolan Lawson,nolan.lawson@gmail.com,2015-03-03 03:22:03+00:00,False,gmail,gmail,* master,True,zaach_jison,zaach/jison,https://github.com/zaach/jison +fc36cf4f860bcc7ac474c80aa40ecfa5f342c666,Michael Howitz,mh@gocept.com,2022-07-07 08:24:47+02:00,Michael Howitz,mh@gocept.com,2022-07-07 07:06:38+00:00,False,gocept,gocept,* master,True,zopefoundation_zope.interface.git,zopefoundation/zope.interface.git,https://github.com/zopefoundation/zope.interface.git +45b9dd0465d4f11aa9b9ea5471222a16e0a61e0b,Benoit Daloze,eregontp@gmail.com,2022-01-25 19:04:58+01:00,Benoit Daloze,eregontp@gmail.com,2022-01-25 18:18:26+00:00,False,gmail,gmail,* master,True,rbenv_ruby-build.git,rbenv/ruby-build.git,https://github.com/rbenv/ruby-build.git +c0b8f2a16d4804fe302e5db91995735ee7041c8d,Dan,dan.d.wolff@gmail.com,2018-02-06 07:19:28+01:00,Alex Lam S.L,alexlamsl@gmail.com,2018-02-06 06:19:28+00:00,False,gmail,gmail,* master,True,mishoo_UglifyJS2,mishoo/UglifyJS2,https://github.com/mishoo/UglifyJS2 +f6ee96cf37bdb805ed35416b4370e3e407875bca,Michael Merickel,michael@merickel.org,2016-10-18 01:26:21-05:00,Michael Merickel,michael@merickel.org,2016-10-18 06:39:25+00:00,False,merickel,merickel,* main,True,Pylons_hupper,Pylons/hupper,https://github.com/Pylons/hupper +33cae7f639316d24d85faf57a11de3f894713f90,Abishek V Ashok,abishekvashok@gmail.com,2017-08-05 18:29:54+05:30,Abishek V Ashok,abishekvashok@gmail.com,2017-08-05 15:24:40+00:00,False,gmail,gmail,* master,True,abishekvashok_cmatrix.git,abishekvashok/cmatrix.git,https://github.com/abishekvashok/cmatrix.git +39f054aaaa2ca6d4d7511fb50d228fefd2c74e8b,nkoenig,devnull@localhost,2018-11-02 09:45:05-07:00,nkoenig,devnull@localhost,2018-11-02 16:45:05+00:00,False,localhost,localhost,* gz-transport14,True,gazebosim_gz-transport,gazebosim/gz-transport,https://github.com/gazebosim/gz-transport +451c9909d4fd7bc5301bf032a0b6f21982dac4cb,abhiabhi94,13880786+abhiabhi94@users.noreply.github.com,2020-09-12 16:51:48+05:30,abhiabhi94,13880786+abhiabhi94@users.noreply.github.com,2020-09-12 11:21:48+00:00,False,users,users,* main,True,django-extensions_django-extensions,django-extensions/django-extensions,https://github.com/django-extensions/django-extensions +c6a3ce5b7ba320b4a935a4c4aad0fc877a196c1f,Gabriele N. Tornetta,phoenix1987@gmail.com,2018-09-23 22:36:13+01:00,Gabriele N. Tornetta,phoenix1987@gmail.com,2018-09-23 21:36:13+00:00,False,gmail,gmail,* master,True,P403n1x87_austin,P403n1x87/austin,https://github.com/P403n1x87/austin +ede0f84b8e9cfe4eeaafb1c90e5fea006e19fe5e,David Drysdale,drysdale@google.com,2014-07-25 09:28:46+01:00,David Drysdale,drysdale@google.com,2014-07-25 08:28:46+00:00,False,google,google,* main,True,c-ares_c-ares.git,c-ares/c-ares.git,https://github.com/c-ares/c-ares.git +9cc444998a7130d0d592c05fe91e72a94f7a8589,Augie Fackler,raf@durin42.com,2014-08-23 15:02:03-04:00,Augie Fackler,raf@durin42.com,2014-08-23 19:02:03+00:00,False,durin42,durin42,* master,True,schacon_hg-git.git,schacon/hg-git.git,https://github.com/schacon/hg-git.git +d0797e4f4bb65ad82ac436d3941aa903bb82dd29,jamesgk,jamesgk19@gmail.com,2015-10-05 18:14:26-07:00,jamesgk,jamesgk19@gmail.com,2015-10-06 01:14:26+00:00,False,gmail,gmail,* main,True,fonttools_fonttools.git,fonttools/fonttools.git,https://github.com/fonttools/fonttools.git +fe623bbfadfe8d32efffa9dcded4db1f9b3d9550,Matthias C. M. Troffaes,matthias.troffaes@gmail.com,2021-09-14 22:45:40+01:00,GitHub,noreply@github.com,2021-09-14 21:45:40+00:00,False,gmail,github,* develop,True,mcmtroffaes_pathlib2.git,mcmtroffaes/pathlib2.git,https://github.com/mcmtroffaes/pathlib2.git +9addcb0e935510584e8d9529f2774e6518dfd535,Tim Wood,washwithcare@gmail.com,2012-09-17 10:52:28-07:00,Tim Wood,washwithcare@gmail.com,2012-09-17 17:52:28+00:00,False,gmail,gmail,* develop,True,moment_moment.git,moment/moment.git,https://github.com/moment/moment.git +7d0f5566dff5258f4babb1e843715fcec3b03cbe,Phil Sorber,sorber@apache.org,2016-11-14 14:50:58+09:00,Matthew A. Miller,linuxwolf@outer-planes.net,2016-11-14 05:50:58+00:00,False,apache,outer-planes,* version-0.6.2.x,True,zmartzone_cjose.git,zmartzone/cjose.git,https://github.com/zmartzone/cjose.git +647f4b0c4339055c5fa1c19fe96f71b753f8c833,Brian E. Granger,ellisonbg@gmail.com,2013-04-27 17:42:38-07:00,Brian E. Granger,ellisonbg@gmail.com,2013-04-28 00:42:38+00:00,False,gmail,gmail,* main,True,ipython_ipython.git,ipython/ipython.git,https://github.com/ipython/ipython.git +937da03f5709f943f9ed23ff786b42aa78fac336,Jiayang Liu,jiayl@chromium.org,2015-01-14 12:58:05-08:00,Jiayang Liu,jiayl@chromium.org,2015-01-14 21:03:32+00:00,False,chromium,chromium,* main,True,webrtchacks_adapter,webrtchacks/adapter,https://github.com/webrtchacks/adapter +74d0108879b5f38a1752d40e8e2a2e9cfeb9aa3b,Alexander Todorov,atodorov@redhat.com,2015-05-27 10:32:04+03:00,Alexander Todorov,atodorov@redhat.com,2015-05-27 07:32:17+00:00,False,redhat,redhat,* main,True,python-bugzilla_python-bugzilla,python-bugzilla/python-bugzilla,https://github.com/python-bugzilla/python-bugzilla +3b527ef9d2feab32c320dda8c42a35f4dce42179,Vitaly Puzrin,vitaly@rcdesign.ru,2014-10-16 08:59:56+04:00,Vitaly Puzrin,vitaly@rcdesign.ru,2014-10-16 04:59:56+00:00,False,rcdesign,rcdesign,* master,True,markdown-it_markdown-it,markdown-it/markdown-it,https://github.com/cmrd-senya/markdown-it-html5-embed +da2b0f065eb084d7c9f607a8e1f8fbad8036e1ba,Jannis Leidel,jannis@leidel.info,2016-07-26 11:00:46+02:00,Jannis Leidel,jannis@leidel.info,2016-07-26 09:01:06+00:00,False,leidel,leidel,* main,True,jazzband_django-debug-toolbar.git,jazzband/django-debug-toolbar.git,https://github.com/jazzband/django-debug-toolbar.git +211c84c2958e052d8a47f48b0f40563cb1b34eb6,Adam Ginsburg,keflavich@gmail.com,2013-05-28 09:27:51-06:00,Adam Ginsburg,keflavich@gmail.com,2013-05-28 15:27:51+00:00,False,gmail,gmail,* main,True,astropy_astroquery.git,astropy/astroquery.git,https://github.com/astropy/astroquery.git +048b33b80c9a11bf11dd72a385e16152dc1ec48b,Sean Gillies,sean@mapbox.com,2016-05-11 16:05:57-06:00,Sean Gillies,sean@mapbox.com,2016-05-11 22:05:57+00:00,False,mapbox,mapbox,* main,True,rasterio_rasterio.git,rasterio/rasterio.git,https://github.com/rasterio/rasterio.git +369a2469b29be378b83e5a6dba200b6867b85af1,Martin Pool,mbp@sourcefrog.net,2015-11-15 10:51:34-08:00,Martin Pool,mbp@sourcefrog.net,2015-11-15 18:51:34+00:00,False,sourcefrog,sourcefrog,* master,True,librsync_librsync,librsync/librsync,https://github.com/librsync/librsync +45e06a4340a5107590567e4b094a344a4918d7c7,Curt Mills,curt.we7u@gmail.com,2016-08-19 07:57:30-07:00,Curt Mills,curt.we7u@gmail.com,2016-08-19 14:57:30+00:00,False,gmail,gmail,* master,True,Xastir_Xastir.git,Xastir/Xastir.git,https://github.com/Xastir/Xastir.git +22595d34cb0fcb8a4287c035c20b718c4ef8302c,Samir Noir,samir.noir@inria.fr,2022-05-13 09:51:40+02:00,Samir Noir,samir.noir@inria.fr,2022-05-13 14:09:00+00:00,False,inria,inria,* 2.5,True,oar-team_oar,oar-team/oar,https://github.com/oar-team/oar +44be7c4582c077924d88a7a551cc31700f1014f3,Zygmunt Krynicki,zygmunt.krynicki@canonical.com,2015-02-11 19:39:51+01:00,Zygmunt Krynicki,zygmunt.krynicki@canonical.com,2015-02-11 19:42:49+00:00,False,canonical,canonical,* master,True,zyga_padme,zyga/padme,https://github.com/zyga/padme +e7cee9ef65992fc57ec9306ac30ab12f679cddab,Denis Pushkarev,zloirock@zloirock.ru,2017-12-30 04:18:28+07:00,Denis Pushkarev,zloirock@zloirock.ru,2018-05-26 11:47:32+00:00,False,zloirock,zloirock,* master,True,zloirock_core-js.git,zloirock/core-js.git,https://github.com/zloirock/core-js.git +4471b7e8506082ed7daf92304cc2f35eb844a5d2,Brad Rogers,brad12rogers@gmail.com,2020-04-15 19:04:28-07:00,GitHub,noreply@github.com,2020-04-16 02:04:28+00:00,False,gmail,github,* main,True,dropbox_dropbox-sdk-python,dropbox/dropbox-sdk-python,https://github.com/dropbox/dropbox-sdk-python +dcec0c56b0a435790fc8e189344a3de9287b1410,Kohei Yoshida,kohei.yoshida@gmail.com,2020-03-29 12:09:36-04:00,Kohei Yoshida,kohei.yoshida@gmail.com,2020-03-29 16:09:36+00:00,False,gmail,gmail,* master,True,orcus_orcus,orcus/orcus,https://gitlab.com/orcus/orcus +29f13ea202f07dce62f9073f24b2daa3d780a55f,Elias Dorneles,eliasdorneles@gmail.com,2014-11-24 15:17:18-02:00,Elias Dorneles,eliasdorneles@gmail.com,2014-11-24 17:17:18+00:00,False,gmail,gmail,* master,True,scrapinghub_dateparser,scrapinghub/dateparser,https://github.com/scrapinghub/dateparser +02a8a52e005c0fdfff80f0b709b59f8cfccdf7fc,Jorge Zapata,jorgeluis.zapata@gmail.com,2024-01-08 11:34:43+01:00,Jorge Zapata,jorgeluis.zapata@gmail.com,2024-01-09 09:11:05+00:00,False,gmail,gmail,* main,True,gstreamer_orc,gstreamer/orc,https://gitlab.freedesktop.org/gstreamer/orc +a46a770d6873c8161ef0162358d5e66ba2055ee6,Mikeal Rogers,mikeal.rogers@gmail.com,2015-10-14 14:10:13-07:00,Ben Noordhuis,info@bnoordhuis.nl,2018-06-08 15:09:27+00:00,False,gmail,bnoordhuis,* main,True,nodejs_node-gyp.git,nodejs/node-gyp.git,https://github.com/nodejs/node-gyp.git +334c0d83b2f12254a66325778f039b7aa65b4567,James Crook,james.k.crook@gmail.com,2018-09-10 19:15:06+01:00,James Crook,james.k.crook@gmail.com,2018-09-10 18:15:06+00:00,False,gmail,gmail,* master,True,audacity_audacity.git,audacity/audacity.git,https://github.com/audacity/audacity.git +5448e7ee9a18599042e3adf6e9cb34d812a82323,Kornel Lesiński,kornel@geekhood.net,2016-11-18 01:21:15+00:00,Kornel Lesiński,kornel@geekhood.net,2016-11-18 01:21:15+00:00,False,geekhood,geekhood,* main,True,kornelski_pngquant.git,kornelski/pngquant.git,https://github.com/kornelski/pngquant.git +61cabd66aba5dd1d5cdaf83888584c720a96917a,Mark Wharton,mark.wharton@iotic-labs.com,2016-02-12 15:50:03+00:00,Mark Wharton,mark.wharton@iotic-labs.com,2016-02-12 15:50:03+00:00,False,iotic-labs,iotic-labs,* dev-contrib,True,Iotic-Labs_py-ubjson,Iotic-Labs/py-ubjson,https://github.com/Iotic-Labs/py-ubjson +c63a7ba857333b3203bfd32a1914daa5dd44d1cc,Colleen Murphy,colleen@puppetlabs.com,2014-06-25 17:23:35-07:00,Colleen Murphy,colleen@puppetlabs.com,2014-06-26 00:23:35+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetlabs-postgresql.git,puppetlabs/puppetlabs-postgresql.git,https://github.com/puppetlabs/puppetlabs-postgresql.git +3f67ed0912a90c9bca03233929291d9d6c5baf22,Emmanuele Bassi,ebassi@gnome.org,2021-06-08 17:33:05+01:00,Emmanuele Bassi,ebassi@gnome.org,2021-06-08 16:33:05+00:00,False,gnome,gnome,* main,True,GNOME_json-glib.git,GNOME/json-glib.git,https://gitlab.gnome.org/GNOME/json-glib.git +a921dd72517c0a03639ac2c82ae31a069b2d4380,Konrad Abicht,hi@inspirito.de,2020-07-06 13:58:53+02:00,Nicholas Humfrey,njh@aelius.com,2020-08-27 00:26:51+00:00,False,inspirito,aelius,* main,True,easyrdf_easyrdf.git,easyrdf/easyrdf.git,https://github.com/easyrdf/easyrdf.git +0643c383084d28537fdb4fb99b14d3c4245a1637,Bilal Elmoussaoui,bil.elmoussaoui@gmail.com,2020-02-26 19:51:00+01:00,Bilal Elmoussaoui,bil.elmoussaoui@gmail.com,2020-03-01 17:53:01+00:00,False,gmail,gmail,* master,True,GNOME_gnome-clocks.git,GNOME/gnome-clocks.git,https://gitlab.gnome.org/GNOME/gnome-clocks.git +10d440ba403d43a95453c660d16c2846fc624b54,danzel,danzel@localhost.geek.nz,2015-10-01 16:25:53+13:00,danzel,danzel@localhost.geek.nz,2015-10-01 03:25:53+00:00,False,localhost,localhost,* master,True,Leaflet_Leaflet.markercluster,Leaflet/Leaflet.markercluster,https://github.com/Leaflet/Leaflet.markercluster +ed735d729a41161e6399dd453c90d35cd33b6417,Stewart Smith,stewart@linux.vnet.ibm.com,2017-02-03 17:15:45+11:00,Stewart Smith,stewart@linux.vnet.ibm.com,2017-02-06 01:00:11+00:00,False,linux,linux,* master,True,open-power_skiboot.git,open-power/skiboot.git,https://github.com/open-power/skiboot.git +cfc72fc54d13bb177b6236a79ad35df6d937d449,Jochen Topf,jochen@topf.org,2015-01-09 10:06:20+01:00,Jochen Topf,jochen@topf.org,2015-01-09 09:06:20+00:00,False,topf,topf,* master,True,osmcode_libosmium.git,osmcode/libosmium.git,https://github.com/osmcode/libosmium.git +b1896720ef3807fe735cd44d7c2bb19961d2ff42,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-10-28 23:32:08-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-10-29 02:39:47+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_dcfldd,resurrecting-open-source-projects/dcfldd,https://github.com/resurrecting-open-source-projects/dcfldd +d38f07c60e2ba0d1ec4b2ccbc88919900bcede1c,Nick McConnell,nckmccnnll@gmail.com,2021-07-17 08:31:48+10:00,Nick McConnell,nckmccnnll@gmail.com,2021-07-16 22:31:48+00:00,False,gmail,gmail,* master,True,angband_angband,angband/angband,https://github.com/angband/angband +14eb52c34131bd702778b6d9a02d5f754e329e76,Timothée Peignier,timothee.peignier@tryphon.org,2012-09-17 21:54:57+02:00,Timothée Peignier,timothee.peignier@tryphon.org,2012-09-17 19:54:57+00:00,False,tryphon,tryphon,* master,True,jazzband_django-pipeline,jazzband/django-pipeline,https://github.com/jazzband/django-pipeline +8292e26107a5507a1a0d26035131e616f2ef7d41,Scott González,scott.gonzalez@gmail.com,2013-05-14 15:14:41-04:00,Scott González,scott.gonzalez@gmail.com,2013-05-14 19:14:41+00:00,False,gmail,gmail,* main,True,jquery_qunit.git,jquery/qunit.git,https://github.com/jquery/qunit.git +ca25b02195e2b53338f7d5985a7de1cf7f722ff8,ColdIce1,586280+ColdIce1@users.noreply.github.com,2021-08-31 10:31:19+02:00,ColdIce1,586280+ColdIce1@users.noreply.github.com,2021-08-31 08:31:19+00:00,False,users,users,* master,True,gpodder_gpodder,gpodder/gpodder,https://github.com/gpodder/gpodder +36f776df9993aade39059884a441bb61b91e3b4c,Adam Voss,vossad01@gmail.com,2017-06-13 11:11:01-05:00,Adam Voss,vossad01@gmail.com,2017-06-13 18:24:22+00:00,False,gmail,gmail,* master,True,gpodder_mygpoclient,gpodder/mygpoclient,https://github.com/gpodder/mygpoclient +fdf513302703d830eddbac40a8757c6b02549261,davidh-ssec,david.hoese@ssec.wisc.edu,2018-01-12 15:02:08-06:00,davidh-ssec,david.hoese@ssec.wisc.edu,2018-01-26 21:56:02+00:00,False,ssec,ssec,* main,True,pytroll_satpy,pytroll/satpy,https://github.com/pytroll/satpy +647f21332d37c05e888eb9d01261310450704d53,Lubomir Rintel,lkundrak@v3.sk,2019-03-15 20:59:05+01:00,Lubomir Rintel,lkundrak@v3.sk,2019-04-10 17:02:46+00:00,False,v3,v3,* main,True,GNOME_mobile-broadband-provider-info,GNOME/mobile-broadband-provider-info,https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info +5ec8ea0e14884d9f445ed0f86878fa6f3c2347f7,Greg Tucker,greg.b.tucker@intel.com,2017-02-23 20:45:31-07:00,Greg Tucker,greg.b.tucker@intel.com,2017-02-24 21:50:34+00:00,False,intel,intel,* master,True,01org_isa-l.git,01org/isa-l.git,https://github.com/01org/isa-l.git +b43db54810846ec0e150d9d04c5b47c5cd9e8029,Jesse Beder,beder@google.com,2015-04-08 14:30:07-05:00,Jesse Beder,beder@google.com,2015-04-08 19:30:07+00:00,False,google,google,* master,True,jbeder_yaml-cpp,jbeder/yaml-cpp,https://github.com/jbeder/yaml-cpp +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,letsencrypt_letsencrypt,letsencrypt/letsencrypt,https://github.com/letsencrypt/letsencrypt.git +e903b9c057a41ce5039c9d91ccbce549e5b71126,Daniel Roy Greenfeld,danny@eventbrite.com,2015-09-09 20:56:45-07:00,Daniel Roy Greenfeld,danny@eventbrite.com,2015-09-10 03:56:45+00:00,False,eventbrite,eventbrite,* master,True,cookiecutter_whichcraft,cookiecutter/whichcraft,https://github.com/cookiecutter/whichcraft +b2ca1f68d6bc7cd292cdb9e5c7c8e863bef60bbd,Sean Corfield,sean@corfield.org,2014-05-20 19:24:36-07:00,Sean Corfield,sean@corfield.org,2014-05-21 02:24:36+00:00,False,corfield,corfield,* master,True,clojure_tools.logging.git,clojure/tools.logging.git,https://github.com/clojure/tools.logging.git +b612d63cb2b0740d61e74acd1ec41ca172f0e0fa,Danny van Bruggen,lol@meuk.info,2016-10-06 14:42:31+02:00,GitHub,noreply@github.com,2016-10-06 12:42:31+00:00,False,meuk,github,* master,True,javaparser_javaparser.git,javaparser/javaparser.git,https://github.com/javaparser/javaparser.git +d5bbc4b4ae89f15b284337174d2fb4e03e608a66,Chris Wilson,chris+github@qwirx.com,2018-08-09 22:55:15+01:00,Chris Wilson,chris+github@qwirx.com,2018-08-09 21:56:09+00:00,False,qwirx,qwirx,* master,True,boxbackup_boxbackup.git,boxbackup/boxbackup.git,https://github.com/boxbackup/boxbackup.git +f0f7a91b3157790aac8c568e3349dde8dca1fac5,Tom Christie,tom@tomchristie.com,2013-12-16 11:59:37+00:00,Tom Christie,tom@tomchristie.com,2013-12-16 11:59:37+00:00,False,tomchristie,tomchristie,* master,True,encode_django-rest-framework,encode/django-rest-framework,https://github.com/encode/django-rest-framework +324140dfa724ecec0df89871061c31492d62bbef,Robpol86,robpol86@gmail.com,2015-09-05 17:19:37-07:00,Robpol86,robpol86@gmail.com,2015-09-06 00:19:37+00:00,False,gmail,gmail,* master,True,matthewdeanmartin_terminaltables,matthewdeanmartin/terminaltables,https://github.com/matthewdeanmartin/terminaltables +eb816708811429261974fc28fbf779aaaab1d546,Petri Lehtinen,petri@digip.org,2021-09-12 18:37:43+03:00,GitHub,noreply@github.com,2021-09-12 15:37:43+00:00,False,digip,github,* master,True,akheron_jansson.git,akheron/jansson.git,https://github.com/akheron/jansson.git +867fec30d668ee2bac730a1238355f345e92a570,Namhyung Kim,namhyung@gmail.com,2017-05-17 23:06:15+09:00,Namhyung Kim,namhyung@gmail.com,2017-05-17 14:06:15+00:00,False,gmail,gmail,* master,True,namhyung_uftrace,namhyung/uftrace,https://github.com/namhyung/uftrace +a5d0152276caf45a4e1ae21ad5623fd843b51f9f,Francesc Alted,faltet@gmail.com,2019-03-08 14:21:25+01:00,Francesc Alted,faltet@gmail.com,2019-03-08 13:21:25+00:00,False,gmail,gmail,* master,True,PyTables_PyTables,PyTables/PyTables,https://github.com/PyTables/PyTables +31ca5eeab3f471e87fd8d57a3d0a8174f3cabb9f,Joao Eriberto Mota Filho,eriberto@debian.org,2016-11-15 09:41:45-02:00,Joao Eriberto Mota Filho,eriberto@debian.org,2016-11-15 11:41:45+00:00,False,debian,debian,* master,True,resurrecting-open-source-projects_sniffit,resurrecting-open-source-projects/sniffit,https://github.com/resurrecting-open-source-projects/sniffit +92fd4918807749ebc9dfd21d6e063edbc00f01be,nicolargo,nicolashennion@gmail.com,2015-06-07 12:10:22+02:00,nicolargo,nicolashennion@gmail.com,2015-06-07 10:10:22+00:00,False,gmail,gmail,* develop,True,nicolargo_glances,nicolargo/glances,https://github.com/nicolargo/glances +7e5dfa8ccd211945e624b0fab7fe2b19fb1b9907,Juan Pablo Ugarte,juanpablougarte@gmail.com,2016-02-27 11:09:49-03:00,Juan Pablo Ugarte,juanpablougarte@gmail.com,2016-02-27 14:17:38+00:00,False,gmail,gmail,* master,True,GNOME_glade,GNOME/glade,https://gitlab.gnome.org/GNOME/glade +e03ed0aedff206afbf9d62274be2711e36405ac1,Bjoern Rabenstein,beorn@soundcloud.com,2015-01-22 17:11:26+01:00,Bjoern Rabenstein,beorn@soundcloud.com,2015-01-22 16:11:26+00:00,False,soundcloud,soundcloud,* master,True,prometheus_node_exporter,prometheus/node/exporter,https://github.com/prometheus/node_exporter +d8e5ed91bdb14bb2bad6ae04639fddf404e4b703,Karel Minarik,karel.minarik@elasticsearch.org,2013-09-24 19:48:46+02:00,Karel Minarik,karel.minarik@elasticsearch.org,2013-09-24 17:48:46+00:00,False,elasticsearch,elasticsearch,* main,True,elastic_elasticsearch-ruby,elastic/elasticsearch-ruby,https://github.com/elastic/elasticsearch-ruby +8f4f4290ad44efe8c3a9cde0f13fde948e69c8e8,Thijs Schreijer,thijs@thijsschreijer.nl,2013-05-06 16:56:41+02:00,Thijs Schreijer,thijs@thijsschreijer.nl,2013-05-06 14:56:41+00:00,False,thijsschreijer,thijsschreijer,* master,True,lunarmodules_penlight,lunarmodules/penlight,https://github.com/lunarmodules/penlight +f29e0a78afe390257180eb02112e67049c3c4338,Even Rouault,even.rouault@spatialys.com,2023-02-11 12:45:06+01:00,Even Rouault,even.rouault@spatialys.com,2023-02-11 11:45:06+00:00,False,spatialys,spatialys,* master,True,OSGeo_shapelib.git,OSGeo/shapelib.git,https://github.com/OSGeo/shapelib.git +dea4b862e6548858f5645b6359eff9a4cb51b594,idle sign,idlesign@yandex.ru,2018-02-07 20:33:38+07:00,idle sign,idlesign@yandex.ru,2018-02-07 13:33:38+00:00,False,yandex,yandex,* master,True,idlesign_django-sitetree,idlesign/django-sitetree,https://github.com/idlesign/django-sitetree +0cd60573cf24decc107974f21b138f7ad6796a2f,Carlos Donizete Froes,coringao@riseup.net,2017-11-24 15:31:38-02:00,Carlos Donizete Froes,coringao@riseup.net,2017-11-24 17:31:38+00:00,False,riseup,riseup,* master,True,coringao_jag,coringao/jag,https://gitlab.com/coringao/jag +a22ca7c17fa6fc4448c8667d28563a9405986b0e,dblock,dblock@dblock.org,2014-01-28 08:58:06-05:00,dblock,dblock@dblock.org,2014-01-28 13:58:06+00:00,False,dblock,dblock,* master,True,intridea_grape-entity,intridea/grape-entity,https://github.com/intridea/grape-entity +232cae5253382d8d8f7678dbda1ee37424904cab,Simon McVittie,smcv@debian.org,2018-01-29 08:47:56+00:00,Simon McVittie,smcv@debian.org,2018-01-29 08:47:56+00:00,False,debian,debian,* master,True,dbus_dbus-glib.git,dbus/dbus-glib.git,https://gitlab.freedesktop.org/dbus/dbus-glib.git +90fc7afa606eba885c369ccc77bfca5654e59309,Aayush Kasurde,aayush.kasurde@gmail.com,2015-04-12 09:41:09+05:30,Sergey Shepelev,temotor@gmail.com,2018-08-10 12:21:13+00:00,False,gmail,gmail,* master,True,eventlet_eventlet.git,eventlet/eventlet.git,https://github.com/eventlet/eventlet.git +1a37d0ec62dd0949a24a4a5de41d91033c656a1f,Seth Morton,seth.m.morton@gmail.com,2017-11-11 22:35:35-08:00,GitHub,noreply@github.com,2017-11-12 06:35:35+00:00,False,gmail,github,* main,True,SethMMorton_natsort.git,SethMMorton/natsort.git,https://github.com/SethMMorton/natsort.git +d560755d6b6f55d292f0ebfbc0983479a526c7f9,Toilal,toilal.dev@gmail.com,2015-11-29 16:11:09+01:00,Toilal,toilal.dev@gmail.com,2015-11-29 18:32:40+00:00,False,gmail,gmail,* develop,True,guessit-io_guessit.git,guessit-io/guessit.git,https://github.com/guessit-io/guessit.git +638713daab211eb104f0228a7d59af227a89008f,Honza Kral,honza.kral@gmail.com,2013-09-26 11:34:15+02:00,Honza Kral,honza.kral@gmail.com,2013-09-26 09:34:15+00:00,False,gmail,gmail,* main,True,elastic_elasticsearch-py.git,elastic/elasticsearch-py.git,https://github.com/elastic/elasticsearch-py.git +6eb197a2d6ec81cc8a09cacf53af425f923b7f71,Russel Kemmit,rkemmit@nagios.internal,2018-06-06 15:38:54-05:00,Russel Kemmit,rkemmit@nagios.internal,2018-06-06 20:38:54+00:00,False,nagios,nagios,* master,True,NagiosEnterprises_nrpe.git,NagiosEnterprises/nrpe.git,https://github.com/NagiosEnterprises/nrpe.git +5445c0a95352506da2677f3de09c07286d5140ea,Michael Merickel,michael@merickel.org,2016-06-01 21:27:09-07:00,Michael Merickel,michael@merickel.org,2016-06-02 04:48:54+00:00,False,merickel,merickel,* main,True,pylons_plaster,pylons/plaster,https://github.com/pylons/plaster +d0f318504b5b2d5334853f5cccc04a8679dce8a0,Simon Josefsson,simon@josefsson.org,2023-07-08 14:49:42+02:00,Simon Josefsson,simon@josefsson.org,2023-07-08 13:48:04+00:00,False,josefsson,josefsson,* master,True,oath-toolkit_oath-toolkit,oath-toolkit/oath-toolkit,https://gitlab.com/oath-toolkit/oath-toolkit +b362df896c80adca1fcf48fb2a78b3f93e32928d,David Schnur,dnschnur@gmail.com,2012-11-27 10:25:25-05:00,David Schnur,dnschnur@gmail.com,2012-11-27 15:25:25+00:00,False,gmail,gmail,* master,True,flot_flot,flot/flot,https://github.com/flot/flot +58c0fdc412824222f33d15e418f826e6dcbff4e6,Greg Sherwood,gsherwood@squiz.net,2014-09-16 15:57:24+10:00,Greg Sherwood,gsherwood@squiz.net,2014-09-16 05:57:24+00:00,False,squiz,squiz,* master,True,squizlabs_PHP_CodeSniffer,squizlabs/PHP/CodeSniffer,https://github.com/squizlabs/PHP_CodeSniffer +ca82caaeb6ee6ef2820ca6726eba5b8f86f5e566,Teemu R,tpr@iki.fi,2021-09-17 12:17:20+02:00,GitHub,noreply@github.com,2021-09-17 10:17:20+00:00,False,iki,github,* master,True,rytilahti_python-miio.git,rytilahti/python-miio.git,https://github.com/rytilahti/python-miio.git +450831e5bda9ba59e33b6aa19177b3e1b50c6131,H.Merijn Brand - Tux,h.m.brand@xs4all.nl,2015-08-07 08:45:37+02:00,H.Merijn Brand - Tux,h.m.brand@xs4all.nl,2015-08-07 06:45:37+00:00,False,xs4all,xs4all,* master,True,Tux_Text-CSV_XS.git,Tux/Text-CSV/XS.git,https://github.com/Tux/Text-CSV_XS.git +9d703c776a40162c0e3e7f555a9ed9e8bb8c3cbf,Jamie Winsor,jamie@vialstudios.com,2013-06-16 23:31:59-07:00,Jamie Winsor,jamie@vialstudios.com,2013-06-17 06:34:54+00:00,False,vialstudios,vialstudios,* master,True,RiotGames_buff-extensions,RiotGames/buff-extensions,https://github.com/RiotGames/buff-extensions +6330d051e96ebad4f40d3f2d248a97d56b0057d7,Fabien Ménager,fabien.menager@gmail.com,2012-12-29 16:11:11+01:00,Fabien Ménager,fabien.menager@gmail.com,2012-12-29 15:11:11+00:00,False,gmail,gmail,* master,True,dompdf_dompdf,dompdf/dompdf,https://github.com/dompdf/dompdf +df07c66082a8c4a9aa38a8dafde49413710cb692,NathanSweet,nathan.sweet@gmail.com,2015-06-27 14:17:07+02:00,NathanSweet,nathan.sweet@gmail.com,2015-06-27 12:17:07+00:00,False,gmail,gmail,* master,True,EsotericSoftware_kryo.git,EsotericSoftware/kryo.git,https://github.com/EsotericSoftware/kryo.git +d5d49519e52c665b4789ce9e44c558cbcc127b8a,Ron Frederick,ronf@timeheart.net,2015-05-17 19:54:17-07:00,Ron Frederick,ronf@timeheart.net,2015-05-18 02:54:17+00:00,False,timeheart,timeheart,* develop,True,ronf_asyncssh,ronf/asyncssh,https://github.com/ronf/asyncssh +717482dd873a9032cbb019062aa06401f871f765,Michael Howitz,mh@gocept.com,2023-02-23 08:17:11+01:00,GitHub,noreply@github.com,2023-02-23 07:17:11+00:00,False,gocept,github,* master,True,zopefoundation_zc.lockfile,zopefoundation/zc.lockfile,https://github.com/zopefoundation/zc.lockfile +96cd9d5ea0c1cdba7f7c1432003f4431650b5d28,Melvin Keskin,melvo@olomono.de,2023-02-18 08:38:55+01:00,Linus Jahn,lnj@kaidan.im,2024-02-05 22:17:29+00:00,False,olomono,kaidan,* master,True,qxmpp-project_qxmpp.git,qxmpp-project/qxmpp.git,https://github.com/qxmpp-project/qxmpp.git +f194797222adc97d62c7d1f462ae368c4cd8426a,Lukas Jungmann,lukas.jungmann@oracle.com,2018-06-28 01:02:56+02:00,GitHub,noreply@github.com,2018-06-27 23:02:56+00:00,False,oracle,github,* master,True,eclipse-ee4j_eclipselink.git,eclipse-ee4j/eclipselink.git,https://github.com/eclipse-ee4j/eclipselink.git +138a37ed8ccbc3c06804a68bbe3556e068e3e055,Kornel Lesiński,kornel@geekhood.net,2016-12-02 21:00:50+00:00,Kornel Lesiński,kornel@geekhood.net,2016-12-02 21:00:50+00:00,False,geekhood,geekhood,* main,True,ImageOptim_libimagequant.git,ImageOptim/libimagequant.git,https://github.com/ImageOptim/libimagequant.git +77cf9560ceb833f7dd51c10b6d10519ef7875084,Ianaré Sévi,ianare@gmail.com,2015-05-15 22:40:37+02:00,Ianaré Sévi,ianare@gmail.com,2015-05-15 20:40:37+00:00,False,gmail,gmail,* develop,True,ianare_exif-py,ianare/exif-py,https://github.com/ianare/exif-py +bce96d2972195728209eeecccb47a37470286569,Grey Li,withlihui@gmail.com,2021-05-29 14:02:24+08:00,Grey Li,withlihui@gmail.com,2021-05-29 06:02:24+00:00,False,gmail,gmail,* main,True,wtforms_flask-wtf.git,wtforms/flask-wtf.git,https://github.com/wtforms/flask-wtf.git +aa561086a4342c962fa5d4333f66b85c728c3624,engn33r,engn33r@users.noreply.github.com,2021-02-24 23:18:10-05:00,engn33r,engn33r@users.noreply.github.com,2021-02-25 04:18:10+00:00,False,users,users,* master,True,websocket-client_websocket-client,websocket-client/websocket-client,https://github.com/websocket-client/websocket-client +41e9a6085825f9047707a0464ae290706aa574d2,Adriano Raiano,adriano@raiano.ch,2022-06-20 13:20:44+02:00,Adriano Raiano,adriano@raiano.ch,2022-06-20 11:20:44+00:00,False,raiano,raiano,* master,True,i18next_i18next,i18next/i18next,https://github.com/i18next/i18next +c6c10123301a20c6d6981c7062617edb9425fac2,Andrey Smirnov,smirnov.andrey@gmail.com,2017-03-22 17:38:32+03:00,Andrey Smirnov,smirnov.andrey@gmail.com,2017-03-22 16:24:06+00:00,False,gmail,gmail,* master,True,aptly-dev_aptly.git,aptly-dev/aptly.git,https://github.com/aptly-dev/aptly.git +98d0533d57756f8092dd1b4cc717143d3b1c313e,Ondrej Holy,oholy@redhat.com,2018-07-19 09:38:08+02:00,Ondrej Holy,oholy@redhat.com,2018-07-19 12:03:06+00:00,False,redhat,redhat,* master,True,GNOME_gvfs.git,GNOME/gvfs.git,https://gitlab.gnome.org/GNOME/gvfs.git +e43ab548b28c8d1af01253088a44a41e35c08722,jan iversen,jancasacondor@gmail.com,2023-03-16 21:02:03+01:00,GitHub,noreply@github.com,2023-03-16 20:02:03+00:00,False,gmail,github,* dev,True,pymodbus-dev_pymodbus.git,pymodbus-dev/pymodbus.git,https://github.com/pymodbus-dev/pymodbus.git +c7d6812a1162c525e38d498d7942550e2f6ce304,Vladimir Agafonkin,agafonkin@gmail.com,2012-10-09 17:34:20+03:00,Vladimir Agafonkin,agafonkin@gmail.com,2012-10-09 14:34:20+00:00,False,gmail,gmail,* main,True,Leaflet_Leaflet,Leaflet/Leaflet,https://github.com/Leaflet/Leaflet +23ee2d7fad94018164930808f6699c32209d0d32,ellie timoney,ellie@fastmail.com,2019-12-06 12:19:49+11:00,ellie timoney,ellie@fastmail.com,2019-12-06 01:19:49+00:00,False,fastmail,fastmail,* master,True,cyrusimap_cyrus-sasl.git,cyrusimap/cyrus-sasl.git,https://github.com/cyrusimap/cyrus-sasl.git +cb6def05fdea2b2c40bcc154a159cfae0ed46b92,Jens Vagelpohl,jens@plyp.com,2022-11-03 16:23:33+01:00,Jens Vagelpohl,jens@plyp.com,2022-11-03 15:23:33+00:00,False,plyp,plyp,* master,True,zopefoundation_zope.i18nmessageid,zopefoundation/zope.i18nmessageid,https://github.com/zopefoundation/zope.i18nmessageid +775817c24521613b747bcdb9a8bd26fe0bfe4583,Sandro Santilli,strk@keybit.net,2015-10-19 10:52:10+00:00,Sandro Santilli,strk@keybit.net,2015-10-19 10:52:10+00:00,False,keybit,keybit,* master,True,gitea_postgis_postgis.git,gitea/postgis/postgis.git,https://git.osgeo.org/gitea/postgis/postgis.git +b7759b7b62bce8f658aab5a1b8968a539d10208d,Saurabh Kumar,saurabh@saurabh-kumar.com,2019-09-10 16:49:51+05:30,Saurabh Kumar,saurabh@saurabh-kumar.com,2019-09-10 11:19:51+00:00,False,saurabh-kumar,saurabh-kumar,* main,True,theskumar_python-dotenv.git,theskumar/python-dotenv.git,https://github.com/theskumar/python-dotenv.git +aca958de3e7d22375a10a642d551a27e3686415c,sobolevn,n.a.sobolev@gmail.com,2015-05-04 21:06:16+03:00,sobolevn,n.a.sobolev@gmail.com,2015-05-04 18:06:16+00:00,False,gmail,gmail,* master,True,sobolevn_django-split-settings,sobolevn/django-split-settings,https://github.com/sobolevn/django-split-settings +8ceb4aeaf8c302ae60e53b568c36825b77c1a903,Jonathan Thomas,jonathan@openshot.org,2017-02-26 00:19:10-06:00,Jonathan Thomas,jonathan@openshot.org,2017-02-26 06:19:10+00:00,False,openshot,openshot,* develop,True,Openshot_openshot-qt.git,Openshot/openshot-qt.git,https://github.com/Openshot/openshot-qt.git +edfc090ddb977752557febb1c99981a4efb612da,Kim Silkebækken,kim.silkebaekken@gmail.com,2013-03-15 15:20:00+01:00,Kim Silkebækken,kim.silkebaekken@gmail.com,2013-03-15 14:23:41+00:00,False,gmail,gmail,* develop,True,powerline_powerline,powerline/powerline,https://github.com/powerline/powerline +06187d68f39c7edaf8a9bb2459e9b64c52c565c1,Jonas Nicklas,jonas.nicklas@gmail.com,2015-03-27 14:29:11+01:00,Jonas Nicklas,jonas.nicklas@gmail.com,2015-03-27 13:30:23+00:00,False,gmail,gmail,* main,True,varvet_pundit,varvet/pundit,https://github.com/varvet/pundit +a557ccc7a87ebe0ae1222bff9cb5eb82d54db726,Karen Etheridge,ether@cpan.org,2017-12-19 17:34:46-08:00,Karen Etheridge,ether@cpan.org,2017-12-20 01:34:46+00:00,False,cpan,cpan,* master,True,karenetheridge_Module-Manifest,karenetheridge/Module-Manifest,https://github.com/karenetheridge/Module-Manifest +ad4b55c1be147a06f11b5cebb4b6bff782b6ebc1,Nadia Dencheva,nadia.dencheva@gmail.com,2018-11-09 07:14:12-05:00,Nadia Dencheva,nadia.dencheva@gmail.com,2018-11-09 13:01:55+00:00,False,gmail,gmail,* master,True,spacetelescope_gwcs,spacetelescope/gwcs,https://github.com/spacetelescope/gwcs +60f73aff3126dc2850a4fb698f911e4279ba46b0,Stéphane Graber,stgraber@ubuntu.com,2014-12-12 14:44:09+02:00,Stéphane Graber,stgraber@ubuntu.com,2014-12-12 12:44:09+00:00,False,ubuntu,ubuntu,* main,True,lxc_lxcfs.git,lxc/lxcfs.git,https://github.com/lxc/lxcfs.git +5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de,Johannes Schönberger,jsch@demuc.de,2017-06-24 18:30:17+02:00,Johannes Schönberger,jsch@demuc.de,2017-06-24 16:30:17+00:00,False,demuc,demuc,* main,True,colmap_colmap,colmap/colmap,https://github.com/colmap/colmap +d3f084b13eec96b5abfbc83f92a7f27298f41eb3,Bozhidar Batsov,bozhidar@batsov.com,2014-01-07 22:06:17+02:00,Bozhidar Batsov,bozhidar@batsov.com,2014-01-07 20:47:17+00:00,False,batsov,batsov,* master,True,slime_slime,slime/slime,https://github.com/slime/slime +d0ec82bece9f18e4b149db64ff02a58f48c74e29,Joao Eriberto Mota Filho,eriberto@debian.org,2016-03-20 16:05:24-03:00,Joao Eriberto Mota Filho,eriberto@debian.org,2016-03-20 19:05:24+00:00,False,debian,debian,* master,True,axel-download-accelerator_axel.git,axel-download-accelerator/axel.git,https://github.com/axel-download-accelerator/axel.git +1dafef2b20dc3e2ff1e3adea2fd6af4a39db87c0,Laurent LAPORTE,tantale.solutions@gmail.com,2017-11-20 14:13:26+01:00,Laurent LAPORTE,tantale.solutions@gmail.com,2017-11-20 13:13:26+00:00,False,gmail,gmail,* master,True,tantale_deprecated.git,tantale/deprecated.git,https://github.com/tantale/deprecated.git +283bfecbf4d50e773d138dd31ad63755849e8beb,paz,paz@nadir.org,2016-11-29 14:34:52+01:00,paz,paz@nadir.org,2016-11-29 13:34:52+00:00,False,nadir,nadir,* main,True,schleuder_schleuder.git,schleuder/schleuder.git,https://0xacab.org/schleuder/schleuder.git +cdfffce57aed1a1a1ab15762f1e14c93dbc4034b,Carlos Sanchez,carlos@apache.org,2015-07-03 16:31:45+02:00,Carlos Sanchez,carlos@apache.org,2015-07-03 14:31:45+00:00,False,apache,apache,* master,True,voxpupuli_librarian-puppet.git,voxpupuli/librarian-puppet.git,https://github.com/voxpupuli/librarian-puppet.git +feed17b67d83bc8e7b8a72c62c56c5103c7bebf2,Joelle Maslak,jmaslak@antelope.net,2018-06-03 21:03:34-06:00,Joelle Maslak,jmaslak@antelope.net,2018-06-04 03:03:34+00:00,False,antelope,antelope,* master,True,jmaslak_Net-Netmask.git,jmaslak/Net-Netmask.git,https://github.com/jmaslak/Net-Netmask.git +487757d5e6af47e3806de123f6077dcd66c6c9ff,Jo Bovy,bovy@astro.utoronto.ca,2017-08-29 23:59:10-04:00,Jo Bovy,bovy@astro.utoronto.ca,2017-08-30 03:59:10+00:00,False,astro,astro,* main,True,jobovy_galpy.git,jobovy/galpy.git,https://github.com/jobovy/galpy.git +fadc4aa3b6f74a28fac18f15f3f5be7797cc4903,Joachim Nilsson,troglobit@gmail.com,2015-07-31 10:16:35+02:00,Joachim Nilsson,troglobit@gmail.com,2015-07-31 08:16:51+00:00,False,gmail,gmail,* debian/sid,True,bobek_pkg-pimd,bobek/pkg-pimd,https://github.com/bobek/pkg-pimd +7161ec8bf07e46aa08216e494a29d0428b7d988b,Daniel Greenfeld,pydanny@gmail.com,2014-05-17 15:42:43-07:00,Daniel Greenfeld,pydanny@gmail.com,2014-05-17 22:42:43+00:00,False,gmail,gmail,* main,True,pydanny_cached-property.git,pydanny/cached-property.git,https://github.com/pydanny/cached-property.git +3fa5bd8e3312fa0581c1dffd019077b1af09b6c6,Karsten Knese,karsten.knese@googlemail.com,2017-03-22 14:13:04-07:00,Karsten Knese,karsten.knese@googlemail.com,2017-03-22 21:13:04+00:00,False,googlemail,googlemail,* rolling,True,ros_robot_state_publisher,ros/robot/state/publisher,https://github.com/ros/robot_state_publisher +26075d8710cc4f460cb8645352ca63cf4398568c,Dylan Baker,dylan@pnwbakers.com,2017-08-18 10:49:06-07:00,Dylan Baker,dylan@pnwbakers.com,2017-08-18 22:44:42+00:00,False,pnwbakers,pnwbakers,* master,True,pazz_alot,pazz/alot,https://github.com/pazz/alot +f6005a28cd613def28a9e4a8cfab95966b5b7868,Jan Blackquill,uhhadd@gmail.com,2021-08-31 22:10:58+00:00,David Edmundson,kde@davidedmundson.co.uk,2021-08-31 22:10:58+00:00,False,gmail,davidedmundson,* master,True,plasma_kwin.git,plasma/kwin.git,https://invent.kde.org/plasma/kwin.git +b656d864ed490c8370304c5170e95c42d8fa966a,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-04-26 16:09:23-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-04-26 19:09:23+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_cbm,resurrecting-open-source-projects/cbm,https://github.com/resurrecting-open-source-projects/cbm +55ab09e618dcd93bde641a54359d9eb4aee776d4,Adam Cetnerowski,adam.cetnerowski@intel.com,2020-02-27 12:00:57+01:00,sys_ocldev,ocldev@intel.com,2020-02-27 14:25:47+00:00,False,intel,intel,* master,True,intel_compute-runtime,intel/compute-runtime,https://github.com/intel/compute-runtime +ff9658b9e170031daa6dc66b9116c53a214652eb,Bernardo Heynemann,heynemann@gmail.com,2014-03-19 19:18:17-03:00,Bernardo Heynemann,heynemann@gmail.com,2014-03-19 22:18:17+00:00,False,gmail,gmail,* master,True,thumbor_libthumbor,thumbor/libthumbor,https://github.com/thumbor/libthumbor +dc0c5a37faf31c28bcf4765206482ef693b83ecd,Esa-Matti Suuronen,esa-matti@suuronen.org,2014-12-11 13:41:01+02:00,Esa-Matti Suuronen,esa-matti@suuronen.org,2014-12-11 11:41:01+00:00,False,suuronen,suuronen,* master,True,epeli_underscore.string,epeli/underscore.string,https://github.com/epeli/underscore.string +d99cb2c8a71a4d0edc219f1af8221620e99cedbc,Tom Kralidis,tomkralidis@gmail.com,2022-07-01 14:00:50-04:00,GitHub,noreply@github.com,2022-07-01 18:00:50+00:00,False,gmail,github,* master,True,geopython_geolinks.git,geopython/geolinks.git,https://github.com/geopython/geolinks.git +0236ef27e3c8828c51ff5d0910744aaacf234253,Ondřej Surý,ondrej@sury.org,2016-06-03 16:52:16+02:00,Ondřej Surý,ondrej@sury.org,2016-06-03 14:52:16+00:00,False,sury,sury,* master,True,zeroc-ice_ice-builder-gradle-debian-packaging.git,zeroc-ice/ice-builder-gradle-debian-packaging.git,https://github.com/zeroc-ice/ice-builder-gradle-debian-packaging.git +a3161863aeb2d8ab00f64e1c9ca7fbb4c91e0d0d,Gregory Oschwald,goschwald@maxmind.com,2017-10-10 15:13:04-07:00,Gregory Oschwald,goschwald@maxmind.com,2017-10-10 22:13:04+00:00,False,maxmind,maxmind,* main,True,maxmind_geoip-api-perl.git,maxmind/geoip-api-perl.git,https://github.com/maxmind/geoip-api-perl.git +24428d29d0f30bd00f75a765a624824d0a8b9875,Aleksey V Zapparov,ixti@member.fsf.org,2015-01-13 03:30:16+01:00,Aleksey V Zapparov,ixti@member.fsf.org,2015-01-13 02:30:16+00:00,False,member,member,* main,True,httprb_http.rb,httprb/http.rb,https://github.com/httprb/http.rb +51292a2f23c5c579366d6d12d256a2f01722ea4e,maclover7,me@jonathanmoss.me,2015-09-01 12:22:57-04:00,maclover7,me@jonathanmoss.me,2015-09-01 16:22:57+00:00,False,jonathanmoss,jonathanmoss,* main,True,rails_rails-dom-testing,rails/rails-dom-testing,https://github.com/rails/rails-dom-testing +117c4f758cd5da2eea272f7ef5418aaa41996008,Simon Josefsson,simon@josefsson.org,2023-12-31 13:29:07+01:00,Simon Josefsson,simon@josefsson.org,2023-12-31 12:36:42+00:00,False,josefsson,josefsson,* master,True,jas_libntlm,jas/libntlm,https://gitlab.com/jas/libntlm +0bc64b578d2549d672b976e52dcdef02b4c7c96c,Jerome Kieffer,jerome.kieffer@esrf.fr,2018-12-12 14:03:01+01:00,GitHub,noreply@github.com,2018-12-12 13:03:01+00:00,False,esrf,github,* main,True,silx-kit_pyFAI,silx-kit/pyFAI,https://github.com/silx-kit/pyFAI +d75adbf8c87758790843f79abd54bb2c0edec4b7,rakhimov,ol.rakhimov@gmail.com,2015-05-25 15:08:11-07:00,rakhimov,ol.rakhimov@gmail.com,2015-05-25 22:15:09+00:00,False,gmail,gmail,* develop,True,rakhimov_scram.git,rakhimov/scram.git,https://github.com/rakhimov/scram.git +fc3f251b04738ee3e0f14abcd9f8af8e259b83c8,Lee Hambley,lee.hambley@gmail.com,2013-01-16 18:22:25+01:00,Lee Hambley,lee.hambley@gmail.com,2013-01-16 17:22:25+00:00,False,gmail,gmail,* master,True,capistrano_sshkit.git,capistrano/sshkit.git,https://github.com/capistrano/sshkit.git +49d9f02e6a88c6fcb51606b5c28859bcac6dc5d0,Xorg,xorgbreaker@gmail.com,2020-11-14 19:16:38+01:00,Xorg,xorgbreaker@gmail.com,2020-11-14 18:16:38+00:00,False,gmail,gmail,* master,True,X0rg_CPU-X.git,X0rg/CPU-X.git,https://github.com/X0rg/CPU-X.git +870618416465c2c5b2690185ff3dbf3d38e1b0a1,Michael Catanzaro,mcatanzaro@posteo.net,2018-12-27 20:26:34+00:00,Michael Catanzaro,mcatanzaro@posteo.net,2018-12-27 20:26:34+00:00,False,posteo,posteo,* master,True,GNOME_gnome-desktop.git,GNOME/gnome-desktop.git,https://gitlab.gnome.org/GNOME/gnome-desktop.git +41c564f401aeb7e9a3b7731f324b01c0fc1f6859,Florimond Manca,florimond.manca@gmail.com,2018-11-02 21:39:13+01:00,GitHub,noreply@github.com,2018-11-02 20:39:13+00:00,False,gmail,github,* master,True,florimondmanca_djangorestframework-api-key,florimondmanca/djangorestframework-api-key,https://github.com/florimondmanca/djangorestframework-api-key +472179656f901a1967f71723f43331846ca804b0,Michael Howitz,mh@gocept.com,2022-03-09 08:12:29+01:00,GitHub,noreply@github.com,2022-03-09 07:12:29+00:00,False,gocept,github,* master,True,zopefoundation_BTrees.git,zopefoundation/BTrees.git,https://github.com/zopefoundation/BTrees.git +1c823774062acd5f736c487021188e81f2bdd741,Ris Adams,5329119+risadams@users.noreply.github.com,2021-10-03 12:13:22-04:00,Ris Adams,5329119+risadams@users.noreply.github.com,2021-10-03 16:15:31+00:00,False,users,users,* master,True,selectize_selectize.js,selectize/selectize.js,https://github.com/selectize/selectize.js +0762fbc4bbb2150944ed23b70dde4c23b30dc489,Min RK,benjaminrk@gmail.com,2015-04-08 18:10:22-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 01:46:25+00:00,False,gmail,gmail,* main,True,jupyter_nbformat,jupyter/nbformat,https://github.com/jupyter/nbformat +3bdacd840fef5e192e28d07107d9057b582423e2,Simon Josefsson,simon@josefsson.org,2016-12-28 09:22:21+01:00,Simon Josefsson,simon@josefsson.org,2016-12-28 08:22:21+00:00,False,josefsson,josefsson,* master,True,libidn_libidn2,libidn/libidn2,https://gitlab.com/libidn/libidn2 +ab7c6c1c85b9598cecdc5bfcf2a769e66d7a20da,Nathan Baker,nathanandrewbaker@gmail.com,2021-03-29 19:22:29-07:00,GitHub,noreply@github.com,2021-03-30 02:22:29+00:00,False,gmail,github,* main,True,Electrostatics_apbs,Electrostatics/apbs,https://github.com/Electrostatics/apbs +320c88e922c191f508e4fbf8e95809d30a3cc571,Mike Rapoport,rppt@linux.ibm.com,2020-08-05 16:20:10+03:00,Andrei Vagin,avagin@gmail.com,2020-10-20 07:18:24+00:00,False,linux,gmail,* criu-dev,True,checkpoint-restore_criu.git,checkpoint-restore/criu.git,https://github.com/checkpoint-restore/criu.git +4425735296e32c33781be0c76e77a0d9811b6206,Markus Unterwaditzer,markus@unterwaditzer.net,2016-08-12 17:44:09+02:00,Markus Unterwaditzer,markus@unterwaditzer.net,2016-08-12 15:44:09+00:00,False,unterwaditzer,unterwaditzer,* master,True,untitaker_python-atomicwrites,untitaker/python-atomicwrites,https://github.com/untitaker/python-atomicwrites +94292ea1da848a0f6b653d30190cf961359cf565,Debian-Paketmanagement Buch,buch@debian-paketmanagement.de,2015-08-10 20:00:14+02:00,Axel Beckert,abe@deuxchevaux.org,2015-08-10 18:00:14+00:00,False,debian-paketmanagement,deuxchevaux,* master,True,dpmb_dpmb,dpmb/dpmb,https://github.com/dpmb/dpmb +20269b8a9686886a07f656d657bc0ef081e4aab6,Enrico M. Crisostomo,enrico.m.crisostomo@gmail.com,2015-08-09 21:38:54+02:00,Enrico M. Crisostomo,enrico.m.crisostomo@gmail.com,2015-08-09 19:38:54+00:00,False,gmail,gmail,* master,True,emcrisostomo_fswatch.git,emcrisostomo/fswatch.git,https://github.com/emcrisostomo/fswatch.git +a4465e3e9cc4c30e7f53e0b908f734a42ed32da4,Ryan Horn,ryanhorn@twilio.com,2012-10-16 21:07:16-07:00,Ryan Horn,ryanhorn@twilio.com,2012-10-17 04:07:16+00:00,False,twilio,twilio,* master,True,flask-restful_flask-restful,flask-restful/flask-restful,https://github.com/flask-restful/flask-restful +b9989f8c8cc3068f264214a5efb236bbcce65075,Noam Postavsky,npostavs@users.sourceforge.net,2015-03-18 15:59:28-04:00,Noam Postavsky,npostavs@users.sourceforge.net,2015-03-18 19:59:28+00:00,False,users,users,* master,True,joaotavora_yasnippet,joaotavora/yasnippet,https://github.com/joaotavora/yasnippet +370dc6389e0af477f990731134f6befd74f2e97c,Just van den Broecke,just@justobjects.nl,2016-02-22 08:03:56+01:00,Just van den Broecke,just@justobjects.nl,2016-02-22 07:03:56+00:00,False,justobjects,justobjects,* master,True,geopython_stetl.git,geopython/stetl.git,https://github.com/geopython/stetl.git +0acc6486652024304058da5baf87113fe97f5464,Adam Donaghy,adamdonaghy1994@gmail.com,2023-11-23 18:15:35+11:00,Diederik van der Boor,vdboor@codingdomain.com,2023-11-23 07:30:38+00:00,False,gmail,codingdomain,* master,True,django-polymorphic_django-polymorphic,django-polymorphic/django-polymorphic,https://github.com/django-polymorphic/django-polymorphic +b6342c0a3e861731a236a64a3484057fd551fa75,Nalin Bhardwaj,6984346+nalinbhardwaj@users.noreply.github.com,2017-12-28 06:14:37+05:30,Jendrik Seipp,jendrikseipp@gmail.com,2017-12-28 00:44:37+00:00,False,users,gmail,* main,True,jendrikseipp_vulture.git,jendrikseipp/vulture.git,https://github.com/jendrikseipp/vulture.git +8cbb5c1a4d9c52cc76b6f591d7279a340d66a992,Georges Basile Stavracas Neto,georges.stavracas@gmail.com,2017-09-06 21:45:45-03:00,Georges Basile Stavracas Neto,georges.stavracas@gmail.com,2017-09-07 00:49:00+00:00,False,gmail,gmail,* main,True,GNOME_gnome-calendar.git,GNOME/gnome-calendar.git,https://gitlab.gnome.org/GNOME/gnome-calendar.git +50164d08340f23dd5d313c282a3622c4f3472aa8,Lee Hambley,lee.hambley@gmail.com,2013-11-20 13:38:12+01:00,Lee Hambley,lee.hambley@gmail.com,2013-11-20 12:38:12+00:00,False,gmail,gmail,* master,True,capistrano_capistrano.git,capistrano/capistrano.git,https://github.com/capistrano/capistrano.git +e02d5e4788e7a477d061accdefbd701d6fa876cf,Michael Williamson,mike@zwobble.org,2014-04-16 16:52:45+01:00,Michael Williamson,mike@zwobble.org,2014-04-16 15:52:45+00:00,False,zwobble,zwobble,* master,True,mwilliamson_spur.py.git,mwilliamson/spur.py.git,https://github.com/mwilliamson/spur.py.git +21ec102da141967b0043b4bb0a7bf7302bd056ea,Joachim Nilsson,troglobit@gmail.com,2016-12-01 00:29:07+01:00,Joachim Nilsson,troglobit@gmail.com,2016-11-30 23:29:07+00:00,False,gmail,gmail,* master,True,troglobit_inadyn,troglobit/inadyn,https://github.com/troglobit/inadyn diff --git a/12825_revision/misc_data_files/main/README_publication_commits.csv b/12825_revision/misc_data_files/main/README_publication_commits.csv new file mode 100644 index 0000000..2c0b9bf --- /dev/null +++ b/12825_revision/misc_data_files/main/README_publication_commits.csv @@ -0,0 +1,4253 @@ +commit_hash,author_name,author_email,authored_date,committer_name,committer_email,commit_date,is_merge,author_org,committer_org,branches,diff_contains_document,repo_id,project_handle,upstream_vcs_link +318fb960e25ebad5261b1a5aab7f45f300fe6652,vventuri,vventuri@5daf30ca-8a0d-0410-8b79-804c1d55056c,2005-11-29 12:33:54+00:00,vventuri,vventuri@5daf30ca-8a0d-0410-8b79-804c1d55056c,2005-11-29 12:33:54+00:00,False,5daf30ca-8a0d-0410-8b79-804c1d55056c,5daf30ca-8a0d-0410-8b79-804c1d55056c,* master,True,italiangrid_voms,italiangrid/voms,https://github.com/italiangrid/voms +f184c5744f1965f3c8d5b68671c6d693fb47d2e6,Jonas T�rnstr�m,jonas.tarnstrom@esn.me,2011-02-27 21:09:37+01:00,Jonas T�rnstr�m,jonas.tarnstrom@esn.me,2011-02-27 20:09:37+00:00,False,esn,esn,* main,True,ultrajson_ultrajson,ultrajson/ultrajson,https://github.com/ultrajson/ultrajson +75d70a0a7fd592770119aafe17a74a1d439d4848,Tom Hulihan,hulihan.tom159@gmail.com,2013-06-12 15:00:04-04:00,Tom Hulihan,hulihan.tom159@gmail.com,2013-06-12 19:00:04+00:00,False,gmail,gmail,* master,True,swipely_docker-api,swipely/docker-api,https://github.com/swipely/docker-api +07ae36e644cdca99eb5c2bbc5fbbf562512325a6,David Story,idavidstory@gmail.com,2009-06-16 16:38:15+00:00,David Story,idavidstory@gmail.com,2009-06-16 16:38:15+00:00,False,gmail,gmail,* master,True,aio-libs_aiomysql.git,aio-libs/aiomysql.git,https://github.com/aio-libs/aiomysql.git +5762f5989c807378acc6fad92cf26c9ab1b646fa,Sergey Shekyan,shekyan@gmail.com,2015-03-14 20:07:23-07:00,Sergey Shekyan,shekyan@gmail.com,2015-03-15 03:07:23+00:00,False,gmail,gmail,* master,True,shekyan_slowhttptest,shekyan/slowhttptest,https://github.com/shekyan/slowhttptest +8228d3210ae642695ab7ad4ad86adbdae50f03d2,Drew,drewyoung1@gmail.com,2012-12-21 17:55:47-08:00,Drew,drewyoung1@gmail.com,2012-12-22 01:55:47+00:00,False,gmail,gmail,* master,True,CoderPuppy_os-browserify,CoderPuppy/os-browserify,https://github.com/CoderPuppy/os-browserify +1fe7af9f08965945584f0b7feade1cfa61160e26,Stefan Majewsky,majewsky@gmx.net,2008-07-08 14:28:21+00:00,Stefan Majewsky,majewsky@gmx.net,2008-07-08 14:28:21+00:00,False,gmx,gmx,* master,True,palapeli.git,palapeli.git,https://anongit.kde.org/palapeli.git +d092283752a8b87fe61f1675550e3de18f58e70e,Nicholas Marriott,nicm@users.sf.net,2006-08-21 18:10:14+00:00,Nicholas Marriott,nicm@users.sf.net,2006-08-21 18:10:14+00:00,False,users,users,* master,True,ft_pkg-fdm,ft/pkg-fdm,https://github.com/ft/pkg-fdm +76aa581b2fd96485defc5f9302660fe1ab9a1842,jmgr,jmgr@92c9e6fc-fe18-46e8-ba46-9f6608650fe7,2010-05-10 14:30:03+00:00,jmgr,jmgr@92c9e6fc-fe18-46e8-ba46-9f6608650fe7,2010-05-10 14:30:03+00:00,False,92c9e6fc-fe18-46e8-ba46-9f6608650fe7,92c9e6fc-fe18-46e8-ba46-9f6608650fe7,* main,True,Jmgr_actiona,Jmgr/actiona,https://github.com/Jmgr/actiona +7d7e03befa7bf867233ebc214970cdb8267499e3,Adam Cohen,adam@seatgeek.com,2011-07-08 15:33:26-04:00,Adam Cohen,adam@seatgeek.com,2011-07-08 19:33:26+00:00,False,seatgeek,seatgeek,* master,True,seatgeek_fuzzywuzzy,seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy +8c996447beb0353ed76f48e3ee220bef2455382b,Stefano Karapetsas,stefano@karapetsas.com,2013-10-17 16:18:26+02:00,Stefano Karapetsas,stefano@karapetsas.com,2013-10-17 14:18:26+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_caja-extensions.git,mate-desktop/caja-extensions.git,https://github.com/mate-desktop/caja-extensions.git +fd97eb1258dd178cedaee34ebc44dae2a9ff7835,Peter De Wachter,pdewacht@gmail.com,2013-12-27 18:01:43+01:00,Peter De Wachter,pdewacht@gmail.com,2013-12-27 17:01:43+00:00,False,gmail,gmail,* master,True,pdewacht_brlaser,pdewacht/brlaser,https://github.com/pdewacht/brlaser +3dd7065378424295c173c6d555de1820b931a937,Tux3 / Mlkj / !Lev.uXFMLA,tux3@users.noreply.github.com,2014-06-24 22:19:37+02:00,Tux3 / Mlkj / !Lev.uXFMLA,tux3@users.noreply.github.com,2014-06-24 20:19:37+00:00,False,users,users,* master,True,qTox_qTox,qTox/qTox,https://github.com/qTox/qTox +50a1d6f3f155ab837310e00ffb309a9199773c73,Steve Francia,steve.francia@gmail.com,2013-07-04 08:26:26-07:00,Steve Francia,steve.francia@gmail.com,2013-07-04 15:26:26+00:00,False,gmail,gmail,* master,True,gohugoio_hugo.git,gohugoio/hugo.git,https://github.com/gohugoio/hugo.git +b0af36a071782e44d9ec6dcac09560562fa4a828,Tobias Winchen,winchen@physik.rwth-aachen.de,2013-05-12 13:58:48+02:00,Tobias Winchen,winchen@physik.rwth-aachen.de,2013-05-12 11:58:48+00:00,False,physik,physik,* master,True,winchen_engauge_debian,winchen/engauge/debian,https://github.com/winchen/engauge_debian +e4469a647fdf3508a1188d99089bef6f5b4b310d,wenbo607,wenbo@kylinos.cn,2017-12-21 14:43:21+08:00,wenbo607,wenbo@kylinos.cn,2017-12-21 06:43:21+00:00,False,kylinos,kylinos,* master,True,ukui_kylin-burner,ukui/kylin-burner,https://github.com/ukui/kylin-burner +917f439c881e4a84a22522e87610bebed17d9598,Zach Davis,zdavkeos@gmail.com,2010-08-13 00:03:25-05:00,Zach Davis,zdavkeos@gmail.com,2010-08-13 05:03:25+00:00,False,gmail,gmail,* master,True,Jeija_gtkterm.git,Jeija/gtkterm.git,https://github.com/Jeija/gtkterm.git +bc07283ddafdb6d54140c0cdf224362820d20fdd,Nikos Chantziaras,realnc@users.sourceforge.net,2010-04-08 23:55:31+03:00,Nikos Chantziaras,realnc@users.sourceforge.net,2010-04-08 20:55:31+00:00,False,users,users,* master,True,realnc_qtads.git,realnc/qtads.git,https://github.com/realnc/qtads.git +881fbc392f06ceb7166fd5bb4523f0796d4af363,unknown,devnull@localhost,2003-12-18 03:34:39+00:00,unknown,devnull@localhost,2003-12-18 03:34:39+00:00,False,localhost,localhost,* main,True,RDFLib_rdflib.git,RDFLib/rdflib.git,https://github.com/RDFLib/rdflib.git +6a84771afad1a353b2352d838e3105306a601780,Tim Coalson,tsc5yc@mst.edu,2014-04-30 18:25:00-05:00,Tim Coalson,tsc5yc@mst.edu,2014-04-30 23:25:00+00:00,False,mst,mst,* master,True,Washington-University_CiftiLib,Washington-University/CiftiLib,https://github.com/Washington-University/CiftiLib +dee08b60b21d8d597d87af9d664d21eadbbe3e29,Chris Jones,chris@brack3t.com,2012-01-16 12:14:35-08:00,Chris Jones,chris@brack3t.com,2012-01-16 20:14:35+00:00,False,brack3t,brack3t,* main,True,anymail_django-anymail,anymail/django-anymail,https://github.com/anymail/django-anymail +41f495fd84f81dbfe1354a8b521adba45ac06d43,Makki1,mm@elabnet.de,2014-11-25 18:06:28+01:00,Makki1,mm@elabnet.de,2014-11-25 17:06:28+00:00,False,elabnet,elabnet,* main,True,knxd_knxd,knxd/knxd,https://github.com/knxd/knxd +e7f47fd3dbe025af00403ec2ae59c2b86938c5b6,Gert Wollny,gert.wollny@collabora.com,2020-11-09 17:28:45+01:00,Gert Wollny,gw.fossdev@gmail.com,2021-01-11 14:47:33+00:00,False,collabora,gmail,* main,True,virgl_virglrenderer.git,virgl/virglrenderer.git,https://gitlab.freedesktop.org/virgl/virglrenderer.git +dbae8e8631728af7c6ec11ad36a1856ad88c7e2c,Strahinja Val Markovic,val@markovic.io,2014-05-13 14:06:02-07:00,Strahinja Val Markovic,val@markovic.io,2014-05-13 21:06:02+00:00,False,markovic,markovic,* master,True,ycm-core_ycmd,ycm-core/ycmd,https://github.com/ycm-core/ycmd +f382b5ffc445e45a110734f5396728da7914aeb6,Nikolay Kim,fafhrd91@gmail.com,2013-10-01 16:02:54-07:00,Nikolay Kim,fafhrd91@gmail.com,2013-10-01 23:02:54+00:00,False,gmail,gmail,* master,True,aio-libs_aiohttp.git,aio-libs/aiohttp.git,https://github.com/aio-libs/aiohttp.git +8c012e5d387045db80873657e17fa5b08f4ab9b7,reinout,reinout@vanrees.org,2009-09-14 10:14:11+02:00,Johann C. Rocholl,johann@rocholl.net,2009-10-06 15:52:58+00:00,False,vanrees,rocholl,* main,True,PyCQA_pycodestyle,PyCQA/pycodestyle,https://github.com/PyCQA/pycodestyle +276cad5b29e45014e16f2fc8c65e2e97dcb9afcd,Peter Jones,pjones@redhat.com,2009-10-02 12:54:23-04:00,Peter Jones,pjones@pjones5.install.bos.redhat.com,2009-10-02 16:57:55+00:00,False,redhat,pjones5,* master,True,rhboot_dumpet.git,rhboot/dumpet.git,https://github.com/rhboot/dumpet.git +a750140c4fc55d660ef85b9bf6c5a3778c4dc677,Ron Steinke,rsteinke@w-link.net,2001-12-12 22:19:17+00:00,Ron Steinke,rsteinke@w-link.net,2001-12-12 22:19:17+00:00,False,w-link,w-link,* master,True,worldforge_wfmath,worldforge/wfmath,https://github.com/worldforge/wfmath +5cd7681da0ec0f53622321f4c7c486ddcfadd0d4,Russell,r@snds.gd,2015-01-16 08:24:23-05:00,Russell,r@snds.gd,2015-01-16 13:36:11+00:00,False,snds,snds,* master,True,bovigo_vfsStream,bovigo/vfsStream,https://github.com/bovigo/vfsStream +01911a59496d49002da76d73c83a00fd735f63e4,Min RK,benjaminrk@gmail.com,2015-04-09 14:58:56-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 21:58:56+00:00,False,gmail,gmail,* main,True,jupyter_jupyter_console,jupyter/jupyter/console,https://github.com/jupyter/jupyter_console +04ffbd441fae69ee073cce9a64c3245f8a96a4b8,Ali Gholami Rudi,aligrudi@users.sourceforge.net,2008-03-14 21:32:02+03:30,Ali Gholami Rudi,aligrudi@users.sourceforge.net,2008-03-14 18:02:02+00:00,False,users,users,* master,True,python-rope_rope,python-rope/rope,https://github.com/python-rope/rope +da0fd994d2c96876ffe86cb177e5b8ee8a037078,dmg,dmg@uvic.ca,2011-01-22 00:27:35+09:00,dmg,dmg@uvic.ca,2011-01-21 15:27:35+00:00,False,uvic,uvic,* master,True,dmgerman_ninka,dmgerman/ninka,https://github.com/dmgerman/ninka +eb5d332af5db85cc51a12702980fb6261ff85486,Colin Jones,xentalion@gmail.com,2011-04-09 22:20:02-04:00,Colin Jones,xentalion@gmail.com,2011-04-10 02:20:02+00:00,False,gmail,gmail,* master,True,valr_cbatticon.git,valr/cbatticon.git,https://github.com/valr/cbatticon.git +e736197400af93326c411dcc19d821f37a4f50cf,jrh013,jrh013@1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,2010-02-13 03:47:11+00:00,jrh013,jrh013@1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,2010-02-13 03:47:11+00:00,False,1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,* master,True,jrh13_hol-light.git,jrh13/hol-light.git,https://github.com/jrh13/hol-light.git +47cb8900bdbc0eebeb60c86498cbd8c26f1e1991,ncannasse,ncannasse@gmail.com,2003-05-16 11:14:10+00:00,ncannasse,ncannasse@gmail.com,2003-05-16 11:14:10+00:00,False,gmail,gmail,* master,True,ygrek_ocaml-extlib.git,ygrek/ocaml-extlib.git,https://github.com/ygrek/ocaml-extlib.git +6e4efeae5fae35abac610639108c529b3d4824c1,seang,seang@b426a367-1105-0410-b9ff-cdf4ab011145,2006-04-05 03:33:34+00:00,seang,seang@b426a367-1105-0410-b9ff-cdf4ab011145,2006-04-05 03:33:34+00:00,False,b426a367-1105-0410-b9ff-cdf4ab011145,b426a367-1105-0410-b9ff-cdf4ab011145,* master,True,geopython_OWSLib.git,geopython/OWSLib.git,https://github.com/geopython/OWSLib.git +6f5aacfa56deae47a2bfa9c60bb77947432c9810,Ian Bicking,ian@ianbicking.org,2005-04-22 02:44:48+00:00,Ian Bicking,ian@ianbicking.org,2005-04-22 02:44:48+00:00,False,ianbicking,ianbicking,* master,True,cdent_paste,cdent/paste,https://github.com/cdent/paste +4b44403aebf7f8111f755ab622535e7a8bd7790b,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2010-09-07 16:57:22+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2010-09-07 16:57:22+00:00,False,users,users,* master,True,pure-data_libdir,pure-data/libdir,https://github.com/pure-data/libdir +491ba8df12d70661b3e1fbad0e52196a166e1ec5,Sylvain Hellegouarch,sh@defuze.org,2011-08-08 22:55:11+02:00,Sylvain Hellegouarch,sylvain@sylvain-laptop.(none),2011-08-08 20:55:33+00:00,False,defuze,sylvain-laptop,* master,True,Lawouach_WebSocket-for-Python.git,Lawouach/WebSocket-for-Python.git,https://github.com/Lawouach/WebSocket-for-Python.git +58f4adc85c872cbd45182163d40940d3276c5bc2,Boris Pek,tehnick-8@yandex.ru,2012-02-13 02:13:08+02:00,Boris Pek,tehnick-8@yandex.ru,2012-02-13 00:13:08+00:00,False,yandex,yandex,* master,True,psi-plus_psi-plus-snapshots.git,psi-plus/psi-plus-snapshots.git,https://github.com/psi-plus/psi-plus-snapshots.git +92bd1699c42e5f34b7fda3954ac3bb204bfb316e,Alexandru Csete,oz9aec@gmail.com,2011-02-16 23:54:51+01:00,Alexandru Csete,oz9aec@gmail.com,2011-02-16 22:54:51+00:00,False,gmail,gmail,* master,True,csete_qthid,csete/qthid,https://github.com/csete/qthid +3159c50a449d7bfa0d42a2b3d198420bda584b1a,Gabriel M. Beddingfield,gabriel@teuton.org,2009-02-20 21:25:34-06:00,Gabriel M. Beddingfield,gabriel@teuton.org,2009-02-21 03:25:34+00:00,False,teuton,teuton,* master,True,x42_jack_midi_clock,x42/jack/midi/clock,https://github.com/x42/jack_midi_clock +0ebf607f477473327fe4e47644e7aa52205afecf,TomKellyGenetics,tom.lost@gmail.com,2016-03-17 17:27:07+13:00,TomKellyGenetics,tom.lost@gmail.com,2016-03-17 04:27:07+00:00,False,gmail,gmail,* master,True,TomKellyGenetics_vioplot,TomKellyGenetics/vioplot,https://github.com/TomKellyGenetics/vioplot +43747fea3ca218d60d69d03dec75ead225e70bea,Kohei Yoshida,kyoshida@novell.com,2010-03-13 20:20:44-05:00,Kohei Yoshida,kyoshida@novell.com,2010-03-14 01:20:44+00:00,False,novell,novell,* master,True,ixion_ixion.git,ixion/ixion.git,https://gitlab.com/ixion/ixion.git +b7d82cff378ff8e3e75e87bc2d94fb6cf74feaeb,Gary V. Vaughan,gary@gnu.org,2013-03-17 19:54:02+07:00,Gary V. Vaughan,gary@gnu.org,2013-03-17 12:54:02+00:00,False,gnu,gnu,* master,True,gvvaughan_lyaml,gvvaughan/lyaml,https://github.com/gvvaughan/lyaml +d5c44a94a271701ddc48c9b20aa6e9539a92ad0a,Akihiro Suda,suda.akihiro@lab.ntt.co.jp,2018-07-10 18:40:33+09:00,Akihiro Suda,suda.akihiro@lab.ntt.co.jp,2018-07-10 10:57:38+00:00,False,lab,lab,* master,True,rootless-containers_slirp4netns.git,rootless-containers/slirp4netns.git,https://github.com/rootless-containers/slirp4netns.git +aab20f5ed00104c8bc9d12d362085634ff64dead,zodiac,zodiac@0da03de8-d603-11dd-86c2-0f8696b7b6f9,2008-12-29 23:57:07+00:00,zodiac,zodiac@0da03de8-d603-11dd-86c2-0f8696b7b6f9,2008-12-29 23:57:07+00:00,False,0da03de8-d603-11dd-86c2-0f8696b7b6f9,0da03de8-d603-11dd-86c2-0f8696b7b6f9,* master,True,shellinabox_shellinabox,shellinabox/shellinabox,https://github.com/shellinabox/shellinabox +679bf7de5aa77e34f534ce31ce33ea7ff0707317,Peter Potrebic,ppotrebic@box.com,2014-03-23 20:47:09-07:00,Peter Potrebic,ppotrebic@box.com,2014-03-24 03:47:09+00:00,False,box,box,* master,True,box_genty.git,box/genty.git,https://github.com/box/genty.git +ced663aaf4032bf31a3b526143a59c5f2654013f,Clement Lefebvre,clement.lefebvre@linuxmint.com,2013-06-02 16:22:34+01:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2013-06-02 15:22:34+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_cinnamon-session.git,linuxmint/cinnamon-session.git,https://github.com/linuxmint/cinnamon-session.git +7c8b38777cfb353595f2ba6bad2a5a03dce70c3d,Ignacio Casal Quinteiro,icq@gnome.org,2011-08-06 20:21:47+02:00,Ignacio Casal Quinteiro,icq@gnome.org,2011-08-06 18:21:47+00:00,False,gnome,gnome,* master,True,GNOME_libgit2-glib.git,GNOME/libgit2-glib.git,https://gitlab.gnome.org/GNOME/libgit2-glib.git +0fc1320e8b7fafc7b061c0c74112df7b39141333,dim,dim,2008-01-19 15:30:08+00:00,dim,dim,2008-01-19 15:30:08+00:00,False,dim,dim,* master,True,dimitri_prefix,dimitri/prefix,https://github.com/dimitri/prefix +b0fde4e9be829a84a38b8e273b17a998bd30cbf6,Gregory Brown,gregory.t.brown@gmail.com,2014-01-19 12:41:10-05:00,Gregory Brown,gregory.t.brown@gmail.com,2014-01-19 17:41:10+00:00,False,gmail,gmail,* master,True,prawnpdf_pdf-core,prawnpdf/pdf-core,https://github.com/prawnpdf/pdf-core +7972a156fc441c33cd6ddd60c9ff793fc523c3ff,fritz-hh,julien.pfefferkorn@googlemail.com,2013-04-09 09:44:46-07:00,fritz-hh,julien.pfefferkorn@googlemail.com,2013-04-09 16:44:46+00:00,False,googlemail,googlemail,* main,True,ocrmypdf_OCRmyPDF.git,ocrmypdf/OCRmyPDF.git,https://github.com/ocrmypdf/OCRmyPDF.git +eb4df153329451df52420f08b3b9678af12c6aff,craig,craig.p.drummond@gmail.com,2011-11-27 15:24:05+00:00,craig,craig.drummond@roke.co.uk,2011-11-27 15:24:05+00:00,False,gmail,roke,* master,True,CDrummond_cantata,CDrummond/cantata,https://github.com/CDrummond/cantata +071ca6aaa37feaf66461d139b01a3ef27d665256,Christian Smith,smith@anvil.io,2016-02-04 18:27:07-08:00,Christian Smith,smith@anvil.io,2016-02-05 02:27:07+00:00,False,anvil,anvil,* master,True,anvilresearch_json-document.git,anvilresearch/json-document.git,https://github.com/anvilresearch/json-document.git +c7c68504eb2d666b83c70b29336466301250bdfc,Dennis Kasprzyk,onestone@beryl-project.org,2007-05-21 18:00:42+02:00,Dennis Kasprzyk,onestone@beryl-project.org,2007-05-21 16:00:42+00:00,False,beryl-project,beryl-project,* master,True,compiz_compiz-plugins-extra.git,compiz/compiz-plugins-extra.git,https://gitlab.com/compiz/compiz-plugins-extra.git +7c4cf732ca96c8e6af3826b035d764810020493a,Aaron Patterson,aaron.patterson@gmail.com,2008-07-23 07:23:44-07:00,Aaron Patterson,aaron.patterson@gmail.com,2008-07-23 14:23:44+00:00,False,gmail,gmail,* main,True,tenderlove_rexical,tenderlove/rexical,https://github.com/tenderlove/rexical +4645e6efcaf2ea8ef9fdcd0eab80c317ce6f5356,Scilab,scilab@scilab.org,2001-04-26 07:43:33+00:00,Scilab,scilab@scilab.org,2001-04-26 07:43:33+00:00,False,scilab,scilab,* minor,True,scilab_scilab.git,scilab/scilab.git,https://gitlab.com/scilab/scilab.git +8bc770675e658778ba4fb0f714ec07b62d472e4d,Martin Morgan,mtmorgan@fhcrc.org,2012-11-15 00:51:06+00:00,Martin Morgan,mtmorgan@fhcrc.org,2012-11-15 00:51:06+00:00,False,fhcrc,fhcrc,* devel,True,Bioconductor_BiocParallel,Bioconductor/BiocParallel,https://github.com/Bioconductor/BiocParallel +8be4281fa271b9b04c235107607d96c8a0cbbe42,Alister Hood,alister.hood@gmail.com,2014-06-19 20:16:57+12:00,Alister Hood,alister.hood@gmail.com,2014-06-19 08:16:57+00:00,False,gmail,gmail,* stable,True,AlisterH_gwc.git,AlisterH/gwc.git,https://github.com/AlisterH/gwc.git +63d12e574eb5cfe95290b303bac0950c25afe397,behdad,behdad,2004-04-25 18:47:56+00:00,behdad,behdad,2004-04-25 18:47:56+00:00,False,behdad,behdad,* master,True,fribidi_fribidi.git,fribidi/fribidi.git,https://github.com/fribidi/fribidi.git +e077b257d4b7d04eda76cf3e004bdc1fc745652f,Win Treese,treese@mit.edu,1988-08-07 21:49:56+00:00,Win Treese,treese@mit.edu,1988-08-07 21:49:56+00:00,False,mit,mit,* master,True,achernya_hesiod,achernya/hesiod,https://github.com/achernya/hesiod +a0b321f7a1ae658ee62899b776416c8eceb6db61,Raphael Pierzina,raphael@hackebrot.de,2015-12-04 14:31:18+01:00,Raphael Pierzina,raphael@hackebrot.de,2015-12-04 13:31:18+00:00,False,hackebrot,hackebrot,* main,True,hackebrot_jinja2-time,hackebrot/jinja2-time,https://github.com/hackebrot/jinja2-time +bf1ced5628bfefbd3cb4ec69cbb745fb039a7f0b,Thomas Calderon,thomas.calderon@ssi.gouv.fr,2013-12-18 17:38:50+01:00,Thomas Calderon,thomas.calderon@ssi.gouv.fr,2013-12-18 16:38:50+00:00,False,ssi,ssi,* master,True,caml-pkcs11_caml-crush,caml-pkcs11/caml-crush,https://github.com/caml-pkcs11/caml-crush +26c63155cfcce89d3c32e849b9352e54e3b383dc,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-08-18 22:30:25-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-08-19 01:30:25+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_nbtscan,resurrecting-open-source-projects/nbtscan,https://github.com/resurrecting-open-source-projects/nbtscan +66cc1b8b6db248f50acc07fae14c673a2a345ada,Tycho Andersen,tycho@tycho.ws,2014-05-18 17:23:31-05:00,Tycho Andersen,tycho@tycho.ws,2014-05-18 22:23:31+00:00,False,tycho,tycho,* master,True,tych0_xcffib.git,tych0/xcffib.git,https://github.com/tych0/xcffib.git +d8e61eafa964b3e987c274bf6b1a0e86fbe674d5,Daniel Manila,daniel@rpgrenades.com,2016-11-05 09:26:46+06:00,Daniel Manila,daniel@rpgrenades.com,2016-11-05 04:52:09+00:00,False,rpgrenades,rpgrenades,* master,True,DonyorM_weresync.git,DonyorM/weresync.git,https://github.com/DonyorM/weresync.git +823e6e647ea6f3554b7c15da761bf30b3f659899,Joachim Metz,joachim.metz@gmail.com,2014-09-30 07:15:40+02:00,Joachim Metz,joachim.metz@gmail.com,2014-09-30 05:15:40+00:00,False,gmail,gmail,* main,True,libyal_libolecf.git,libyal/libolecf.git,https://github.com/libyal/libolecf.git +5992da9b20b04d209455b6c30beab7eb66f8233f,Alexander GQ Gerasiov,gq@cs.msu.su,2009-07-05 14:11:18+04:00,Alexander GQ Gerasiov,gq@cs.msu.su,2009-07-05 10:11:18+00:00,False,cs,cs,* master,True,gerasiov_ldapscripts,gerasiov/ldapscripts,https://github.com/gerasiov/ldapscripts +10fef8f8e4ee83cf54feadbb5ffb522efec739fc,Sebastian Thiel,byronimo@gmail.com,2010-06-12 17:18:51+02:00,Sebastian Thiel,byronimo@gmail.com,2010-06-12 15:18:51+00:00,False,gmail,gmail,* master,True,gitpython-developers_gitdb,gitpython-developers/gitdb,https://github.com/gitpython-developers/gitdb +2dd1974a48a235e8301b26328bec2071ebcca0aa,rncbc,rncbc@3e92087d-0f25-4bc2-b788-d05a45ecc5c1,2004-05-10 08:26:21+00:00,rncbc,rncbc@3e92087d-0f25-4bc2-b788-d05a45ecc5c1,2004-05-10 08:26:21+00:00,False,3e92087d-0f25-4bc2-b788-d05a45ecc5c1,3e92087d-0f25-4bc2-b788-d05a45ecc5c1,* main,True,rncbc_qsampler.git,rncbc/qsampler.git,https://github.com/rncbc/qsampler.git +4c7832a975f9786da873edecb6f917c5b8f98a06,Tobias Doerffel,tobias.doerffel@gmail.com,2005-09-22 13:49:52+00:00,Tobias Doerffel,tobias.doerffel@gmail.com,2005-09-22 13:49:52+00:00,False,gmail,gmail,* master,True,LMMS_lmms.git,LMMS/lmms.git,https://github.com/LMMS/lmms.git +b8ac2286446a2a35bf6a090b1fb00e4706038272,Gonzalo Exequiel Pedone,hipersayan.x@gmail.com,2012-02-25 12:11:41-03:00,Gonzalo Exequiel Pedone,hipersayan.x@gmail.com,2012-02-25 15:11:41+00:00,False,gmail,gmail,* master,True,webcamoid_webcamoid.git,webcamoid/webcamoid.git,https://github.com/webcamoid/webcamoid.git +a56e5dc17238ae926e4219fee9460eaf99294324,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,kblocks.git,kblocks.git,https://anongit.kde.org/kblocks.git +e8138a0933056814a1ed385b842eb7c841bb1bc0,Al Riddoch,alriddoch@googlemail.com,2001-08-04 18:15:03+00:00,Al Riddoch,alriddoch@googlemail.com,2001-08-04 18:15:03+00:00,False,googlemail,googlemail,* master,True,worldforge_eris,worldforge/eris,https://github.com/worldforge/eris +dadf69727c889d2b637b9c641ec7441e0181b446,Yaroslav Halchenko,debian@onerussian.com,2013-07-30 00:33:49-04:00,Yaroslav Halchenko,debian@onerussian.com,2013-07-30 04:33:49+00:00,False,onerussian,onerussian,* maint,True,datalad_datalad,datalad/datalad,https://github.com/datalad/datalad +1e7eee8e1e13daedcd62d16c1adcdf67fd1dc280,Alberto Mardegan,alberto.mardegan@nokia.com,2010-03-08 14:41:43+02:00,Alberto Mardegan,alberto.mardegan@nokia.com,2010-03-08 12:41:43+00:00,False,nokia,nokia,* master,True,accounts-sso_libaccounts-qt.git,accounts-sso/libaccounts-qt.git,https://gitlab.com/accounts-sso/libaccounts-qt.git +d81202bf64b0bcceac3abe338fa45cdda1ede021,Manfred Moitzi,mozman@gmx.at,2010-09-08 20:51:38+02:00,Manfred Moitzi,mozman@gmx.at,2010-09-08 18:51:38+00:00,False,gmx,gmx,* master,True,mozman_svgwrite.git,mozman/svgwrite.git,https://github.com/mozman/svgwrite.git +587d5b02ca084498642964de64b4dd27f12275b8,Osmo Salomaa,otsaloma@cc.hut.fi,2007-08-14 16:39:31+00:00,Osmo Salomaa,otsaloma@cc.hut.fi,2007-08-14 16:39:31+00:00,False,cc,cc,* master,True,otsaloma_nfoview,otsaloma/nfoview,https://github.com/otsaloma/nfoview +2cf8fcc039a4f21f8611ee78067f446f1856d80c,Uriel Corfa,korfuri@gmail.com,2015-04-04 23:53:05-07:00,Uriel Corfa,korfuri@gmail.com,2015-04-05 06:53:05+00:00,False,gmail,gmail,* master,True,korfuri_django-prometheus,korfuri/django-prometheus,https://github.com/korfuri/django-prometheus +56d3ebc0f90f405f3a397c1d2f5d1acfd929ffe6,Tomas Guisasola ,tomas@luaforge.net,2003-06-15 11:56:00+00:00,Tomas Guisasola ,tomas@luaforge.net,2003-06-15 11:56:00+00:00,False,luaforge,luaforge,* master,True,lualdap_lualdap.git,lualdap/lualdap.git,https://github.com/lualdap/lualdap.git +e8461e74826224b6f506e000bb6dc4bb43c28165,Alastair Robertson,alastair@ajor.co.uk,2017-01-02 20:03:41+00:00,Alastair Robertson,alastair@ajor.co.uk,2017-01-02 20:03:41+00:00,False,ajor,ajor,* master,True,iovisor_bpftrace,iovisor/bpftrace,https://github.com/iovisor/bpftrace +41cf126808a4dc6f107790d7189767e562efe588,Antonio Valentino,antonio.valentino@tiscali.it,2011-03-05 18:45:09+01:00,Antonio Valentino,antonio.valentino@tiscali.it,2011-03-05 17:45:09+00:00,False,tiscali,tiscali,* main,True,avalentino_pyepr.git,avalentino/pyepr.git,https://github.com/avalentino/pyepr.git +c24cd67217a90f69cb41cabe0be79d855da188fc,Joe Cheng,joe@rstudio.com,2016-06-15 15:21:19-07:00,Joe Cheng,joe@rstudio.com,2016-06-15 22:21:25+00:00,False,rstudio,rstudio,* main,True,rstudio_crosstalk.git,rstudio/crosstalk.git,https://github.com/rstudio/crosstalk.git +c74f931930f9124205c1a4d9ba51700909d43b88,Ilan Steemers,koed00@gmail.com,2015-06-14 14:37:08+02:00,Ilan Steemers,koed00@gmail.com,2015-06-14 12:37:08+00:00,False,gmail,gmail,* master,True,Koed00_django-q,Koed00/django-q,https://github.com/Koed00/django-q +f91fb80a39edb4d484e85106da2f6f607dd64e84,Bastian Kleineidam,calvin@debian.org,2012-06-20 21:58:13+02:00,Bastian Kleineidam,calvin@debian.org,2012-06-20 19:58:13+00:00,False,debian,debian,* master,True,webcomics_dosage,webcomics/dosage,https://github.com/webcomics/dosage +f662726e666cee006e57c628749e33c462d620eb,Daniel Tschinder,daniel.tschinder@researchgate.net,2018-03-19 13:52:31+01:00,Daniel Tschinder,daniel.tschinder@researchgate.net,2018-03-19 12:53:09+00:00,False,researchgate,researchgate,* master,True,babel_grunt-babel.git,babel/grunt-babel.git,https://github.com/babel/grunt-babel.git +0f94f8fd796998513989b9b550aad2f3ad8f5f84,xaicron,xaicron@gmail.com,2012-06-26 22:28:10+09:00,xaicron,xaicron@gmail.com,2012-06-26 13:28:10+00:00,False,gmail,gmail,* master,True,xaicron_p5-JSON-WebToken.git,xaicron/p5-JSON-WebToken.git,https://github.com/xaicron/p5-JSON-WebToken.git +ca86084b919df654c030905cb45438bdddf963e3,Eric V. Smith,eric@trueblade.com,2014-02-10 10:14:53-05:00,Eric V. Smith,eric@trueblade.com,2014-02-10 15:14:53+00:00,False,trueblade,trueblade,* master,True,ericvsmith_toposort,ericvsmith/toposort,https://gitlab.com/ericvsmith/toposort +6991f61a6a02d95a4275bcc90aa9bb7037a9e69e,Mathieu Desnoyers,mathieu.desnoyers@polymtl.ca,2009-05-08 11:26:27-04:00,Mathieu Desnoyers,mathieu.desnoyers@polymtl.ca,2009-05-08 15:26:27+00:00,False,polymtl,polymtl,* master,True,userspace-rcu.git,userspace-rcu.git,git://git.lttng.org/userspace-rcu.git +892980757ab222d3b1304b17c2ecf97ff6f8c640,Greg Signal,greg.signal@trineo.co.nz,2011-12-07 23:23:21+13:00,Greg Signal,greg.signal@trineo.co.nz,2011-12-07 10:23:21+00:00,False,trineo,trineo,* master,True,sumoheavy_jira-ruby,sumoheavy/jira-ruby,https://github.com/sumoheavy/jira-ruby +48fff954a3f1bc5cfc1b51c3cce3f8c5d707f2e0,Christian Kauhaus,kc@gocept.com,2010-08-06 16:27:47+02:00,Christian Kauhaus,kc@gocept.com,2010-08-06 14:27:47+00:00,False,gocept,gocept,* develop,True,mpounsett_nagiosplugin.git,mpounsett/nagiosplugin.git,https://github.com/mpounsett/nagiosplugin.git +53a3d82b94c33122cd74e014c1fca0e69ba304b2,Peter Eriksson,pen@lysator.liu.se,2015-05-12 22:57:25+02:00,Peter Eriksson,pen@lysator.liu.se,2015-05-12 20:57:25+00:00,False,lysator,lysator,* master,True,ptrrkssn_pnscan,ptrrkssn/pnscan,https://github.com/ptrrkssn/pnscan +343de9b64c6d0c9075a69c34c9a412bdf55a0314,Wu Xiaotian,yetist@gmail.com,2011-04-09 14:32:49+00:00,Wu Xiaotian,yetist@gmail.com,2011-04-09 14:32:49+00:00,False,gmail,gmail,* master,True,yetist_lunar-date,yetist/lunar-date,https://github.com/yetist/lunar-date +2e3cacd27e768e9428de650e62c6b1d5ce611b55,Andrea Barisani,andrea@inversepath.com,2014-09-30 22:11:24+02:00,Andrea Barisani,andrea@inversepath.com,2014-09-30 20:11:24+00:00,False,inversepath,inversepath,* master,True,f-secure-foundry_tenshi,f-secure-foundry/tenshi,https://github.com/f-secure-foundry/tenshi +897108bae0c0c1b465f99d57373271f22f078262,Tamer Fahmy,tamer@sim.no,2004-01-14 15:49:57+00:00,Tamer Fahmy,tamer@sim.no,2004-01-14 15:49:57+00:00,False,sim,sim,* master,True,Coin3D_pivy,Coin3D/pivy,https://github.com/Coin3D/pivy +ea2498ec4b2842d654f5f6bcebf82b2cde7b3392,Juan Linietsky,reduzio@gmail.com,2018-05-05 15:23:55-03:00,GitHub,noreply@github.com,2018-05-05 18:23:55+00:00,False,gmail,github,* master,True,reduz_zytrax,reduz/zytrax,https://github.com/reduz/zytrax +828072875f90a269ce41e3277dabc2d0ba9fd92e,Peter Chang,peter@skymizer.com,2014-03-03 16:01:15+08:00,Peter Chang,peter@skymizer.com,2014-03-03 08:01:15+00:00,False,skymizer,skymizer,* master,True,skymizer_SkyPat,skymizer/SkyPat,https://github.com/skymizer/SkyPat +b6f8d665674f93bda07352bf8cbe77847d106f75,Jean-Claude Wippler,jc@wippler.nl,2011-08-18 14:01:57+02:00,Jean-Claude Wippler,jc@wippler.nl,2011-08-18 12:01:57+00:00,False,wippler,wippler,* master,True,andreas-kupries_critcl,andreas-kupries/critcl,https://github.com/andreas-kupries/critcl +0fa0573419c4736e34c093131b75109b44b65ac9,Brian Warner,warner@lothar.com,2010-04-18 19:10:33-07:00,Brian Warner,warner@lothar.com,2010-04-19 02:10:33+00:00,False,lothar,lothar,* master,True,warner_python-ecdsa.git,warner/python-ecdsa.git,https://github.com/warner/python-ecdsa.git +edbf40ae320bf79bdd3ed520ffe680b483162365,Sergei Tachenov,sergei@tachenov.name,2005-07-01 13:28:47+00:00,Sergei Tachenov,sergei@tachenov.name,2005-07-01 13:28:47+00:00,False,tachenov,tachenov,* master,True,stachenov_quazip.git,stachenov/quazip.git,https://github.com/stachenov/quazip.git +34b1885abe273b0b7a8bb62deca55d5b313eebb1,Marc-André Lureau,marcandre.lureau@gmail.com,2014-01-22 21:31:56+01:00,Marc-André Lureau,marcandre.lureau@gmail.com,2014-01-22 20:32:10+00:00,False,gmail,gmail,* master,True,GNOME_phodav.git,GNOME/phodav.git,https://gitlab.gnome.org/GNOME/phodav.git +27014494dbb28b12378ea3dbe49dc645566fb212,David Tschumperlé,david.tschumperle@gmail.com,2018-06-04 10:24:52+02:00,David Tschumperlé,david.tschumperle@gmail.com,2018-06-04 08:24:52+00:00,False,gmail,gmail,* master,True,GreycLab_CImg.git,GreycLab/CImg.git,https://github.com/GreycLab/CImg.git +da6e99e59b900e491cb9ca4c4b1288bb7b5a4ec7,Adam Borowski,kilobyte@angband.pl,2016-04-17 06:06:26+02:00,Adam Borowski,kilobyte@angband.pl,2016-04-17 04:06:26+00:00,False,angband,angband,* master,True,kilobyte_tran,kilobyte/tran,https://github.com/kilobyte/tran +91463cad47f792a594f221e6e782b6fe0ff2504a,vibul,vibuli@gmail.com,2012-03-12 15:13:41+11:00,vibul,vibuli@gmail.com,2012-03-12 04:13:41+00:00,False,gmail,gmail,* 4.1,True,netty_netty,netty/netty,https://github.com/netty/netty +c303d86d57e2fc8b5b9b4e812bc6820649941c71,Thomas McDonald,tom@conceptcoding.co.uk,2011-09-06 20:08:31+01:00,Thomas McDonald,tom@conceptcoding.co.uk,2011-09-06 19:08:31+00:00,False,conceptcoding,conceptcoding,* master,True,twbs_bootstrap-sass,twbs/bootstrap-sass,https://github.com/twbs/bootstrap-sass +8b81e75b90c6ae12ecc8f9b99e492be3e740ac45,Arjun Roy,arroy@redhat.com,2009-11-06 12:42:27-08:00,Arjun Roy,arroy@redhat.com,2009-11-06 20:42:27+00:00,False,redhat,redhat,* main,True,libosinfo_libosinfo.git,libosinfo/libosinfo.git,https://gitlab.com/libosinfo/libosinfo.git +f12757c0f4c72b06e9dd77b096250c6f04d7cae1,Sandy Meier,smeier@rz.uni-potsdam.de,1999-01-09 13:16:08+00:00,Sandy Meier,smeier@rz.uni-potsdam.de,1999-01-09 13:16:08+00:00,False,rz,rz,* master,True,kdevelop_kdevelop.git,kdevelop/kdevelop.git,https://invent.kde.org/kdevelop/kdevelop.git +fea7abe168dfd01d96f61daa4bc27891814b94f3,Mike van Riel,mike.vanriel@naenius.com,2012-04-06 20:15:46+02:00,Mike van Riel,mike.vanriel@naenius.com,2012-04-06 18:15:46+00:00,False,naenius,naenius,* 5.x,True,phpDocumentor_ReflectionDocBlock,phpDocumentor/ReflectionDocBlock,https://github.com/phpDocumentor/ReflectionDocBlock +02077ab2a63beabcbd7114998b808aaf90362d1a,Tim Bird,tbird20d@yahoo.com,2013-12-16 15:09:47-08:00,Tim Bird,tbird20d@yahoo.com,2013-12-16 23:09:47+00:00,False,yahoo,yahoo,* master,True,tbird20d_grabserial,tbird20d/grabserial,https://github.com/tbird20d/grabserial +57ef501c71973720e1bbd4f1dcf0b5ef1126ec41,robert.schuppenies,robert.schuppenies@9e6fa867-6b55-0410-95a4-a37b91626726,2008-08-27 07:27:35+00:00,robert.schuppenies,robert.schuppenies@9e6fa867-6b55-0410-95a4-a37b91626726,2008-08-27 07:27:35+00:00,False,9e6fa867-6b55-0410-95a4-a37b91626726,9e6fa867-6b55-0410-95a4-a37b91626726,* master,True,pympler_pympler.git,pympler/pympler.git,https://github.com/pympler/pympler.git +4854f0cc171b404aa2c5bc1a0806a8784c53690d,Adam Borowski,kilobyte@angband.pl,2017-09-04 16:52:51+02:00,Adam Borowski,kilobyte@angband.pl,2017-09-04 14:52:51+00:00,False,angband,angband,* master,True,kilobyte_compsize,kilobyte/compsize,https://github.com/kilobyte/compsize +5aba416d687a5e29d444659ba2980d9c532846af,Robert Stone,talby@trap.mtview.ca.us,2013-03-16 10:36:43-07:00,Robert Stone,talby@trap.mtview.ca.us,2013-03-16 17:37:00+00:00,False,trap,trap,* main,True,tlby_netmask,tlby/netmask,https://github.com/tlby/netmask +4bb961dfbf9411e090f1d942d0fde6c82b9fa4b5,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,False,cherrypy,cherrypy,* main,True,cherrypy_cherrypy.git,cherrypy/cherrypy.git,https://github.com/cherrypy/cherrypy.git +139a136bd478b623850879140d8fec96147e7a3f,isaacs,i@izs.me,2012-08-14 00:25:06-07:00,isaacs,i@izs.me,2012-08-14 07:25:06+00:00,False,izs,izs,* main,True,isaacs_once.git,isaacs/once.git,https://github.com/isaacs/once.git +809ed7607003132702712bb23ff61b10403a3fb8,Martin Kepplinger,martink@posteo.de,2016-12-13 13:09:51+01:00,Martin Kepplinger,martink@posteo.de,2016-12-13 12:09:51+00:00,False,posteo,posteo,* master,True,merge_tslib-debian,merge/tslib-debian,https://github.com/merge/tslib-debian +741362fb523f48d0fd826006bc6251a85c3ec5f4,Bernat Gabor,bgabor8@bloomberg.net,2020-03-29 15:35:05+01:00,Bernat Gabor,bgabor8@bloomberg.net,2020-03-30 08:55:12+00:00,False,bloomberg,bloomberg,* main,True,tox-dev_tox.git,tox-dev/tox.git,https://github.com/tox-dev/tox.git +45118f083732062058bb93201c6745c5e195989c,Matthias C. M. Troffaes,matthias.troffaes@gmail.com,2011-08-03 15:34:34+01:00,Matthias C. M. Troffaes,matthias.troffaes@gmail.com,2013-08-06 09:34:25+00:00,False,gmail,gmail,* develop,True,mcmtroffaes_latexcodec,mcmtroffaes/latexcodec,https://github.com/mcmtroffaes/latexcodec +a3ac33022c1b7773916660cf486849513d804a47,Shem Multinymous,multinymous@gmail.com,2011-06-03 12:46:28+02:00,Evgeni Golov,evgeni@golov.de,2011-06-03 10:46:28+00:00,False,gmail,golov,* master,True,linux-thinkpad_tp_smapi,linux-thinkpad/tp/smapi,https://github.com/linux-thinkpad/tp_smapi +047ec416f5996d7852a7a457c96231c358d8bca8,holger krekel,holger@merlinux.eu,2010-01-19 00:05:38+01:00,holger krekel,holger@merlinux.eu,2010-01-18 23:05:38+00:00,False,merlinux,merlinux,* main,True,pytest-dev_apipkg,pytest-dev/apipkg,https://github.com/pytest-dev/apipkg +df467c918fe2ee99ce43c7fedc64d5fd259260b7,Steffen Nissen,sn@leenissen.dk,2012-01-23 14:02:51+08:00,Steffen Nissen,sn@leenissen.dk,2012-01-23 06:02:51+00:00,False,leenissen,leenissen,* master,True,libfann_fann,libfann/fann,https://github.com/libfann/fann +72092770328659988998d5693c1a23a0dd74990f,Michel Albert,michel@albert.lu,2007-10-14 10:16:37+00:00,Michel Albert,michel@albert.lu,2007-10-14 10:16:37+00:00,False,albert,albert,* master,True,exhuma_python-cluster.git,exhuma/python-cluster.git,https://github.com/exhuma/python-cluster.git +8600faf38862598e2655e3f934ab2e3f109a41d6,ara.t.howard,ara.t.howard@gmail.com,2009-06-06 22:23:45-06:00,ara.t.howard,ara.t.howard@gmail.com,2009-06-07 04:23:45+00:00,False,gmail,gmail,* master,True,ahoward_open4,ahoward/open4,https://github.com/ahoward/open4 +de226ccfe3d8755b742d57df3f4bd8744cba8bed,Daniel P. Berrange,dan@berrange.com,2004-08-05 08:14:18+00:00,Daniel P. Berrange,dan@berrange.com,2004-08-05 08:14:18+00:00,False,berrange,berrange,* master,True,berrange_perl-net-dbus,berrange/perl-net-dbus,https://gitlab.com/berrange/perl-net-dbus +6453e09894342fe50c3b17b06cf7765d940a25eb,tntnet,tntnet@localhost,2009-02-28 22:53:38+00:00,tntnet,tntnet@localhost,2009-02-28 22:53:38+00:00,False,localhost,localhost,* main,True,openzim_libzim.git,openzim/libzim.git,https://github.com/openzim/libzim.git +3c54672ea368bdda26c623767dcffb4176a1a72b,Roman,roman@flowrl.com,2014-11-20 13:38:04+02:00,Roman,roman@flowrl.com,2014-11-20 11:38:04+00:00,False,flowrl,flowrl,* master,True,r0x0r_pywebview,r0x0r/pywebview,https://github.com/r0x0r/pywebview +b5c045f358d6a231b44776797044c9ba0c67a4d9,Sylvestre Ledru,sylvestre.ledru@scilab.org,2011-10-23 22:13:59+02:00,Sylvestre Ledru,sylvestre.ledru@scilab.org,2011-10-23 20:13:59+00:00,False,scilab,scilab,* master,True,opencollab_arpack-ng.git,opencollab/arpack-ng.git,https://github.com/opencollab/arpack-ng.git +af48596abf4746f25569699de79881a1d51f9a7a,jdutheil,jdutheil@006f4e9f-665f-4fcb-8533-9fe27e4e172a,2009-08-05 14:59:38+00:00,jdutheil,jdutheil@006f4e9f-665f-4fcb-8533-9fe27e4e172a,2009-08-05 14:59:38+00:00,False,006f4e9f-665f-4fcb-8533-9fe27e4e172a,006f4e9f-665f-4fcb-8533-9fe27e4e172a,* master,True,BioPP_bppphyview,BioPP/bppphyview,https://github.com/BioPP/bppphyview +aef5754f5f47edd4fea51d3dedcbcb384bbdccc3,Jens Vagelpohl,jens@netz.ooo,2019-04-14 12:02:44-05:00,Jens Vagelpohl,jens@netz.ooo,2019-04-14 17:02:44+00:00,False,netz,netz,* master,True,zopefoundation_roman,zopefoundation/roman,https://github.com/zopefoundation/roman +ff8f62e92f06cef4158fb9be327487d45ba047e3,jamesgk,jamesgk19@gmail.com,2015-11-16 16:58:47-08:00,jamesgk,jamesgk19@gmail.com,2015-11-17 00:58:47+00:00,False,gmail,gmail,* main,True,googlei18n_fontmake.git,googlei18n/fontmake.git,https://github.com/googlei18n/fontmake.git +b629557a03a86e1e9aa87e4f44b8ccb288be3447,Frank B. Brokken,f.b.brokken@rug.nl,2014-05-12 12:34:05+02:00,Frank B. Brokken,f.b.brokken@rug.nl,2014-05-12 10:34:05+00:00,False,rug,rug,* master,True,fbb-git_ssh-cron.git,fbb-git/ssh-cron.git,https://gitlab.com/fbb-git/ssh-cron.git +6ffbd82a64d472d700d97d6266ba6dc2b6bbc162,Ned T. Crigler,crigler@users.sourceforge.net,2001-09-28 00:50:56+00:00,Ned T. Crigler,crigler@users.sourceforge.net,2001-09-28 00:50:56+00:00,False,users,users,* master,True,crigler_dtach.git,crigler/dtach.git,https://github.com/crigler/dtach.git +a7ab7c3c9fa6011ee959598f9abe49afdefc8417,Moxie Marlinspike,moxie@thoughtcrime.org,2011-04-23 16:21:29-04:00,Moxie Marlinspike,moxie@thoughtcrime.org,2011-04-23 20:21:29+00:00,False,thoughtcrime,thoughtcrime,* master,True,moxie0_sslsniff.git,moxie0/sslsniff.git,https://github.com/moxie0/sslsniff.git +6d5bd86e54776e55c746554013de5ded061b6faa,Neal Walfield,neal@walfield.org,2003-02-18 03:26:47+00:00,Neal Walfield,neal@walfield.org,2003-02-18 03:26:47+00:00,False,walfield,walfield,* master,True,source_libassuan.git,source/libassuan.git,https://dev.gnupg.org/source/libassuan.git +7ea73de958ba02475defd79be0b4802d3d25c920,brummer10,brummer-@web.de,2016-07-26 07:13:59+02:00,brummer10,brummer-@web.de,2016-07-26 05:13:59+00:00,False,web,web,* master,True,brummer10_gxtuner,brummer10/gxtuner,https://github.com/brummer10/gxtuner +2457964bd535ad3d72914b6268d4ca5d1b4a632a,Phil Hagelberg,technomancy@gmail.com,2011-09-04 22:00:34-07:00,Phil Hagelberg,technomancy@gmail.com,2011-09-05 05:00:34+00:00,False,gmail,gmail,* main,True,DarwinAwardWinner_ido-completing-read-plus.git,DarwinAwardWinner/ido-completing-read-plus.git,https://github.com/DarwinAwardWinner/ido-completing-read-plus.git +8c49ddee6fe467618bc30a26cdde02dd1cd6cb21,Christian Brauner,christian.brauner@ubuntu.com,2018-01-26 12:24:15+01:00,Christian Brauner,christian.brauner@ubuntu.com,2018-02-14 17:34:35+00:00,False,ubuntu,ubuntu,* main,True,lxc_python3-lxc.git,lxc/python3-lxc.git,https://github.com/lxc/python3-lxc.git +e14966a57edcda2669928c084a186fa445c54d15,lukas,lukas.westermann@gmail.com,2012-11-24 10:57:00+01:00,lukas,lukas.westermann@gmail.com,2012-11-24 09:57:00+00:00,False,gmail,gmail,* master,True,lwe_entypo-rails,lwe/entypo-rails,https://github.com/lwe/entypo-rails +afc6228460ffc178c78aa4bd99e5e6f06a6e752b,Ryan Davis,ryand@zenspider.com,2007-11-14 14:53:47-08:00,Ryan Davis,ryand@zenspider.com,2007-11-14 22:53:47+00:00,False,zenspider,zenspider,* master,True,seattlerb_ruby_parser.git,seattlerb/ruby/parser.git,https://github.com/seattlerb/ruby_parser.git +e1a8073baf1f1ae5f5c5012730f66d6a4f4523d3,Rob Latham,rlatham@gmail.com,2003-02-11 16:21:53+00:00,Rob Latham,rlatham@gmail.com,2003-02-11 16:21:53+00:00,False,gmail,gmail,* master,True,Parallel-NetCDF_PnetCDF,Parallel-NetCDF/PnetCDF,https://github.com/Parallel-NetCDF/PnetCDF +421bf4d3f71befc659e68a1e8a7cbf31ac5dfc84,Alexey Palazhchenko,alexey.palazhchenko@qik.com,2010-11-02 17:30:59+03:00,Alexey Palazhchenko,alexey.palazhchenko@qik.com,2010-11-02 14:30:59+00:00,False,qik,qik,* master,True,Graylog2_gelf-rb,Graylog2/gelf-rb,https://github.com/Graylog2/gelf-rb +7fe42252da25357dd4a16f58e3cb21ac1eebce84,Scott Chamberlain,myrmecocystus@gmail.com,2014-11-15 08:30:52-08:00,Scott Chamberlain,myrmecocystus@gmail.com,2014-11-15 16:30:52+00:00,False,gmail,gmail,* main,True,ropensci_webmockr.git,ropensci/webmockr.git,https://github.com/ropensci/webmockr.git +efcddc5889c75e85e1b07e497c28cfc736b5d115,Bastien Nocera,hadess@hadess.net,2011-04-19 17:04:48+01:00,Bastien Nocera,hadess@hadess.net,2011-04-21 01:57:28+00:00,False,hadess,hadess,* master,True,GNOME_geocode-glib.git,GNOME/geocode-glib.git,https://gitlab.gnome.org/GNOME/geocode-glib.git +2ef173461952c04285409697e34fb31609353451,Michael Helmling,helmling@mathematik.uni-kl.de,2011-08-27 01:23:48+02:00,Michael Helmling,helmling@mathematik.uni-kl.de,2011-08-26 23:23:48+00:00,False,mathematik,mathematik,* main,True,supermihi_pytaglib,supermihi/pytaglib,https://github.com/supermihi/pytaglib +a1173667e79d31161f24e21a847a8e3a51cc4545,Michael Karcher,karcher@physik.fu-berlin.de,2009-04-11 01:36:21+02:00,Michael Karcher,karcher@physik.fu-berlin.de,2009-04-10 23:50:42+00:00,False,physik,physik,* master,True,glaubitz_linux-minidisc,glaubitz/linux-minidisc,https://github.com/glaubitz/linux-minidisc +5efacaf07b8b241a88dbeba2ab56ccc520041463,Matteo Collina,matteo.collina@gmail.com,2014-07-26 14:57:10+02:00,Matteo Collina,matteo.collina@gmail.com,2014-07-26 12:57:10+00:00,False,gmail,gmail,* master,True,mqttjs_mqtt-packet,mqttjs/mqtt-packet,https://github.com/mqttjs/mqtt-packet +9a3ef8d9efe9a980ed8842c923005bc74966b097,Ollivier Robert,roberto@keltia.net,2018-02-24 23:01:02+01:00,Ollivier Robert,roberto@keltia.net,2018-02-24 22:01:02+00:00,False,keltia,keltia,* master,True,keltia_dmarc-cat.git,keltia/dmarc-cat.git,https://github.com/keltia/dmarc-cat.git +2d37bf70ff10cf42c1fc4ef4cce39c66289aed02,Chia-I Wu,olvaffe@gmail.com,2014-08-03 09:55:18+08:00,Chia-I Wu,olvaffe@gmail.com,2014-08-03 23:54:08+00:00,False,gmail,gmail,* main,True,KhronosGroup_Vulkan-Tools,KhronosGroup/Vulkan-Tools,https://github.com/KhronosGroup/Vulkan-Tools +b42534866981c7939cf699bbc719338c76ceda87,John Forrest,john.forrest@fastercoin.com,2002-07-30 19:14:29+00:00,John Forrest,john.forrest@fastercoin.com,2002-07-30 19:14:29+00:00,False,fastercoin,fastercoin,* master,True,coin-or_Clp,coin-or/Clp,https://github.com/coin-or/Clp +6e3fe3dc08c3892cf80e1699f8ae6ed9853fa248,Karsten Hopp,karsten@redhat.com,2007-11-02 11:55:53+01:00,Karsten Hopp,karsten@redhat.com,2007-11-02 10:55:53+00:00,False,redhat,redhat,* master,True,vcrhonek_hwdata.git,vcrhonek/hwdata.git,https://github.com/vcrhonek/hwdata.git +e76c6ff9e16a4b1d965d3dbff1a32f8a7e2a5a18,Martin Gräßlin,mgraesslin@kde.org,2014-07-18 07:45:21+02:00,Martin Gräßlin,mgraesslin@kde.org,2014-07-18 05:45:21+00:00,False,kde,kde,* master,True,plasma_kdecoration.git,plasma/kdecoration.git,https://invent.kde.org/plasma/kdecoration.git +fbe7952cce11e8073378b063bdae7ab277a96eb8,noamraph,noamraph@gmail.com,2013-10-26 11:50:04-07:00,noamraph,noamraph@gmail.com,2013-10-26 18:50:04+00:00,False,gmail,gmail,* master,True,tqdm_tqdm.git,tqdm/tqdm.git,https://github.com/tqdm/tqdm.git +8d48b8dc83b07b2b24d3ac155a55a02332af9688,Brodie Thiesfield,brofield@users.noreply.github.com,2013-09-28 11:13:59+10:00,Brodie Thiesfield,brofield@users.noreply.github.com,2013-09-28 01:13:59+00:00,False,users,users,* master,True,brofield_simpleini,brofield/simpleini,https://github.com/brofield/simpleini +712aa449042e5f9cc66277eeb68fa18b5a0c7d57,hut,hut@lavabit.com,2009-11-16 16:41:53+01:00,hut,hut@lavabit.com,2009-11-16 15:41:53+00:00,False,lavabit,lavabit,* master,True,ranger_ranger.git,ranger/ranger.git,https://github.com/ranger/ranger.git +64abe82fd651216a4c8f1d5555193e91f8c00ec8,Emir Beganovic,beganovic.emir@gmail.com,2017-11-16 18:16:11+01:00,Emir Beganovic,beganovic.emir@gmail.com,2017-11-20 11:43:56+00:00,False,gmail,gmail,* master,True,pdepend_pdepend,pdepend/pdepend,https://github.com/pdepend/pdepend +746f14d974677a6f6fc1b30504b01be0cc1ca758,hiracy,fwij8136@mb.infoweb.ne.jp,2014-06-15 18:13:52+09:00,hiracy,fwij8136@mb.infoweb.ne.jp,2014-06-15 09:13:52+00:00,False,mb,mb,* master,True,hiracy_serverspec-runner,hiracy/serverspec-runner,https://github.com/hiracy/serverspec-runner +a0c673379b65c2512cea6a213bfeb1c2642bce0b,Ignacio Casal Quinteiro,icq@gnome.org,2015-03-01 12:18:14+01:00,Ignacio Casal Quinteiro,icq@gnome.org,2015-03-01 11:18:14+00:00,False,gnome,gnome,* master,True,holylobster_nuntius-linux.git,holylobster/nuntius-linux.git,https://github.com/holylobster/nuntius-linux.git +1353286208dd351dd8b7cc7e179beed701d2c1aa,athomas,athomas@2c20d666-1312-0410-9f56-fdb53240404a,2004-09-03 09:34:52+00:00,athomas,athomas@2c20d666-1312-0410-9f56-fdb53240404a,2004-09-03 09:34:52+00:00,False,2c20d666-1312-0410-9f56-fdb53240404a,2c20d666-1312-0410-9f56-fdb53240404a,* master,True,alecthomas_devtodo,alecthomas/devtodo,https://github.com/alecthomas/devtodo +27cc747e54a6c689a47d4e4d0faacd37abed9052,Victor Gaultney,jvgaultney@users.noreply.github.com,2017-06-05 10:29:42+01:00,Victor Gaultney,jvgaultney@users.noreply.github.com,2017-06-05 09:29:42+00:00,False,users,users,* master,True,silnrsi_font-andika,silnrsi/font-andika,https://github.com/silnrsi/font-andika +d0db385997b5659a35334db7400ace1832e3dea0,Caldas Lopes,linux-man@hotmail.com,2018-06-04 23:22:50+01:00,GitHub,noreply@github.com,2018-06-04 22:22:50+00:00,False,hotmail,github,* master,True,linux-man_caja-mediainfo-tab,linux-man/caja-mediainfo-tab,https://github.com/linux-man/caja-mediainfo-tab +cddec7d4ed6f6f2a22ad9985ef2524dd6b731ab1,Joe Atzberger,atz@esilibrary.com,2010-04-17 02:20:46+00:00,Joe Atzberger,atz@esilibrary.com,2010-04-17 02:20:46+00:00,False,esilibrary,esilibrary,* master,True,atz_Business-EDI.git,atz/Business-EDI.git,https://github.com/atz/Business-EDI.git +5790b7f6dd52309a381747f3bc7247175d8e5afe,Jeff Welch,whatthejeff@gmail.com,2013-11-04 22:21:42-05:00,Jeff Welch,whatthejeff@gmail.com,2013-11-05 03:21:42+00:00,False,gmail,gmail,* main,True,sebastianbergmann_comparator,sebastianbergmann/comparator,https://github.com/sebastianbergmann/comparator +311d9f42e52b832119170d90e818f0f0b0078851,Michael Bleigh,michael@intridea.com,2010-04-21 20:22:04-04:00,Michael Bleigh,michael@intridea.com,2010-04-22 00:22:04+00:00,False,intridea,intridea,* migrated,True,intridea_oauth2,intridea/oauth2,https://github.com/intridea/oauth2 +2c5648d9df79c48b7b7e2faa22199517bbe86a84,Judd Vinet,jvinet@zeroflux.org,2011-07-05 10:58:55-07:00,Judd Vinet,jvinet@zeroflux.org,2011-07-05 17:58:55+00:00,False,zeroflux,zeroflux,* master,True,jvinet_knock.git,jvinet/knock.git,https://github.com/jvinet/knock.git +23ede92b13261d3d2ec9f583b197351142f723d8,Branko Majic,branko@majic.rs,2013-11-27 21:11:12+01:00,Branko Majic,branko@majic.rs,2013-11-27 20:11:12+00:00,False,majic,majic,* master,True,azaghal_pydenticon,azaghal/pydenticon,https://github.com/azaghal/pydenticon +1c63da390c0f70afb9832cef33e5c1685c4980bf,f8dy,f8dy@73d2b349-402e-0410-baf4-070fd12ab5b7,2004-06-22 02:07:48+00:00,f8dy,f8dy@73d2b349-402e-0410-baf4-070fd12ab5b7,2004-06-22 02:07:48+00:00,False,73d2b349-402e-0410-baf4-070fd12ab5b7,73d2b349-402e-0410-baf4-070fd12ab5b7,* develop,True,kurtmckee_feedparser,kurtmckee/feedparser,https://github.com/kurtmckee/feedparser +d439e6a783ab231cd71b9ea041ada7563878413c,Jeremy Evans,code@jeremyevans.net,2010-08-27 22:36:33-07:00,Jeremy Evans,code@jeremyevans.net,2010-08-28 05:36:33+00:00,False,jeremyevans,jeremyevans,* master,True,jeremyevans_sequel_pg.git,jeremyevans/sequel/pg.git,https://github.com/jeremyevans/sequel_pg.git +965b9df46b58e0fafce1cf43aeaae579a993c158,Thomas Mayer,thomas@residuum.org,2011-08-23 23:44:38+02:00,Thomas Mayer,thomas@residuum.org,2011-08-23 21:44:38+00:00,False,residuum,residuum,* master,True,residuum_PuRestJson.git,residuum/PuRestJson.git,https://github.com/residuum/PuRestJson.git +7eae4812690e779e10c94b0515134cedff754d0b,Hervé Pagès,hpages@fredhutch.org,2019-04-19 12:45:47-07:00,Hervé Pagès,hpages@fredhutch.org,2019-04-19 19:45:47+00:00,False,fredhutch,fredhutch,* devel,True,Bioconductor_XVector.git,Bioconductor/XVector.git,https://github.com/Bioconductor/XVector.git +63a7b5d906ef8008db08b85adb726ce5ac4fb80a,steve,none@none,2005-12-17 14:24:11+00:00,steve,none@none,2005-12-17 14:24:11+00:00,False,none,none,* master,True,xen-tools_xen-tools,xen-tools/xen-tools,https://github.com/xen-tools/xen-tools +42d122880a51ce5126c0ecbdb4c13e1e82508a75,John Goerzen,jgoerzen@complete.org,2004-10-06 06:18:20+04:00,John Goerzen,jgoerzen@complete.org,2004-10-06 02:18:20+00:00,False,complete,complete,* master,True,haskell-team_DHG_packages,haskell-team/DHG/packages,https://salsa.debian.org/haskell-team/DHG_packages +5713df7d72c01c434e0fc92a8d4c09b57b02b416,ikits,ikits@783a27ee-832a-0410-bc00-9f386506c6dd,2002-12-13 08:31:58+00:00,ikits,ikits@783a27ee-832a-0410-bc00-9f386506c6dd,2002-12-13 08:31:58+00:00,False,783a27ee-832a-0410-bc00-9f386506c6dd,783a27ee-832a-0410-bc00-9f386506c6dd,* master,True,nigels-com_glew.git,nigels-com/glew.git,https://github.com/nigels-com/glew.git +778d162f6f5703d68bbf2fc3eb5c6811c2146320,Bill Cox,waywardgeek@gmail.com,2014-09-28 05:39:20-04:00,Bill Cox,waywardgeek@gmail.com,2014-09-28 09:39:20+00:00,False,gmail,gmail,* master,True,13-37-org_infnoise.git,13-37-org/infnoise.git,https://github.com/13-37-org/infnoise.git +872073ee055ff8e72251e6483a7c4d7c1558013e,Lamont Granquist,lamont@scriptkiddie.org,2013-10-23 21:37:05-07:00,Lamont Granquist,lamont@scriptkiddie.org,2013-10-24 04:37:05+00:00,False,scriptkiddie,scriptkiddie,* main,True,chef_ffi-yajl.git,chef/ffi-yajl.git,https://github.com/chef/ffi-yajl.git +7e702b02482c4639e5926b6635cd02cd800ce8e5,Brett Bohnenkamper,kittykatt@archlinux.us,2010-03-22 10:29:12-05:00,Brett Bohnenkamper,kittykatt@archlinux.us,2010-03-22 15:29:12+00:00,False,archlinux,archlinux,* master,True,KittyKatt_screenFetch.git,KittyKatt/screenFetch.git,https://github.com/KittyKatt/screenFetch.git +44a4df33dd2e3bb370ff50aeb12621a8f1a77cfa,Jordi Boggiano,j.boggiano@seld.be,2011-12-13 18:05:01+01:00,Jordi Boggiano,j.boggiano@seld.be,2011-12-13 17:05:01+00:00,False,seld,seld,* main,True,Seldaek_jsonlint,Seldaek/jsonlint,https://github.com/Seldaek/jsonlint +c3a39f874a5c10e91ee2315271f13ae74ee381fd,Paul Scott-Murphy,paul@scott-murphy.com,2009-05-11 22:43:30+10:00,Paul Scott-Murphy,paul@scott-murphy.com,2009-05-11 12:43:30+00:00,False,scott-murphy,scott-murphy,* master,True,python-zeroconf_python-zeroconf.git,python-zeroconf/python-zeroconf.git,https://github.com/python-zeroconf/python-zeroconf.git +93cf03ce2d4e69d633b8657898d88fa28c186f4f,Nigel Cunningham,nigel@tuxonice.net,2011-05-20 22:16:35+10:00,Nigel Cunningham,nigel@tuxonice.net,2011-05-20 12:17:10+00:00,False,tuxonice,tuxonice,* master,True,NigelCunningham_pam-MySQL.git,NigelCunningham/pam-MySQL.git,https://github.com/NigelCunningham/pam-MySQL.git +bf490f2bae3ffe687d68e03a851c1fc03fe2e76a,Frank Bültge,frank@bueltge.de,2021-07-26 14:08:37+02:00,Derick Rethans,github@derickrethans.nl,2022-09-14 10:39:44+00:00,False,bueltge,derickrethans,* master,True,zetacomponents_ConsoleTools,zetacomponents/ConsoleTools,https://github.com/zetacomponents/ConsoleTools +823750de93f9505eb534063ffdb14548003bb42f,Timothy Crosley,timothy.crosley@gmail.com,2015-07-16 21:01:57-07:00,Timothy Crosley,timothy.crosley@gmail.com,2015-07-17 04:01:57+00:00,False,gmail,gmail,* develop,True,timothycrosley_hug.git,timothycrosley/hug.git,https://github.com/timothycrosley/hug.git +cb99d51b73ec4d588594320bab41b6019ad78c6c,Blaine Bublitz,blaine.bublitz@gmail.com,2016-04-25 23:10:53-07:00,Blaine Bublitz,blaine.bublitz@gmail.com,2016-05-27 23:42:36+00:00,False,gmail,gmail,* master,True,js-cli_fined,js-cli/fined,https://github.com/js-cli/fined +62e00619bed37d1718a7f5a778e11af1f2782f18,Michael Levin,risujin@gmail.com,2014-08-21 19:54:25-07:00,Michael Levin,risujin@gmail.com,2014-08-22 02:54:25+00:00,False,gmail,gmail,* master,True,risujin_cellwriter,risujin/cellwriter,https://github.com/risujin/cellwriter +117c145f95416db6fb9805f46f567acb59a6f61e,David Muir Sharnoff,muir@idiom.org,2013-03-29 21:30:05-07:00,David Muir Sharnoff,muir@idiom.org,2013-03-30 04:30:05+00:00,False,idiom,idiom,* master,True,muir_File-Flock.git,muir/File-Flock.git,https://github.com/muir/File-Flock.git +174e96c22135593a5b19ff3fd2795e56422602a6,rncbc,rncbc@5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,2003-07-26 21:07:57+00:00,rncbc,rncbc@5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,2003-07-26 21:07:57+00:00,False,5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,* main,True,rncbc_qjackctl.git,rncbc/qjackctl.git,https://github.com/rncbc/qjackctl.git +e5b58d299c7163bee8a7b4014782e2829d11fcea,Aggelos Avgerinos,avgerinos@skroutz.gr,2015-03-15 02:31:54+02:00,Aggelos Avgerinos,avgerinos@skroutz.gr,2015-03-15 00:31:54+00:00,False,skroutz,skroutz,* master,True,eavgerinos_pkg-pick,eavgerinos/pkg-pick,https://github.com/eavgerinos/pkg-pick +fe13f72775439d87973d2ab2467a9f52852e44be,Havoc Pennington,hp@pobox.com,2002-05-06 21:08:30+00:00,Havoc Pennington,hp@pobox.com,2002-05-06 21:08:30+00:00,False,pobox,pobox,* master,True,xdg_desktop-file-utils.git,xdg/desktop-file-utils.git,https://gitlab.freedesktop.org/xdg/desktop-file-utils.git +b34b307cd217b630d62ac27336da0c4f8f8f3387,mzp,mzpppp@gmail.com,2010-02-26 08:12:58+09:00,mzp,mzpppp@gmail.com,2010-02-25 23:12:58+00:00,False,gmail,gmail,* master,True,atig_atig,atig/atig,https://github.com/atig/atig +daa8f9f4729241779ad1318dfed499144dbeb8e9,Raphael A. Silva,rkhaotix@gmail.com,2012-08-23 20:59:29-03:00,Raphael A. Silva,rkhaotix@gmail.com,2012-08-23 23:59:29+00:00,False,gmail,gmail,* develop,True,pgmodeler_pgmodeler.git,pgmodeler/pgmodeler.git,https://github.com/pgmodeler/pgmodeler.git +f65d8a6bed05de3e636f75e14167d032ae247be2,Andrew Zaech,azaech021@gmail.com,2020-09-20 09:26:43-04:00,Andrew Zaech,azaech021@gmail.com,2020-09-20 13:26:43+00:00,False,gmail,gmail,* master,True,arcmenu_ArcMenu.git,arcmenu/ArcMenu.git,https://gitlab.com/arcmenu/ArcMenu.git +11dd8860942c986d1aa2d5b2f0e3beb277c72d08,Christian Beier,dontmind@freeshell.org,2009-05-14 21:14:15+02:00,Christian Beier,dontmind@freeshell.org,2009-05-14 19:14:15+00:00,False,freeshell,freeshell,* master,True,bk138_gromit-mpx.git,bk138/gromit-mpx.git,https://github.com/bk138/gromit-mpx.git +77499a280888411f9e057b8b535dce3767211c49,Jaroslav Kysela,perex@perex.cz,2019-07-31 19:38:52+02:00,GitHub,noreply@github.com,2019-07-31 17:38:52+00:00,False,perex,github,* master,True,alsa-ucm-conf.git,alsa-ucm-conf.git,git://git.alsa-project.org/alsa-ucm-conf.git +46ecc301febd0a2dae4f96d05912e936cfe3488d,Peter Mattern,pmattern@arcor.de,2016-09-06 12:59:13+02:00,Peter Mattern,pmattern@arcor.de,2016-09-07 16:14:48+00:00,False,arcor,arcor,* master,True,lxqt_lxqt-panel.git,lxqt/lxqt-panel.git,https://github.com/lxqt/lxqt-panel.git +ffd17df2072e32819c97ef23991014d32605b73a,mwh,,2006-03-03 13:28:56+00:00,mwh,,2006-03-03 13:28:56+00:00,False,,,* master,True,twisted_pydoctor,twisted/pydoctor,https://github.com/twisted/pydoctor +ef5ec370662f1a21d6ee781af5d82df357b0b208,carles,carles@6276b548-5a9b-4a71-8906-aa16c040ff3c,2007-05-01 12:27:20+00:00,carles,carles@6276b548-5a9b-4a71-8906-aa16c040ff3c,2007-05-01 12:27:20+00:00,False,6276b548-5a9b-4a71-8906-aa16c040ff3c,6276b548-5a9b-4a71-8906-aa16c040ff3c,* main,True,cpina_qdacco.git,cpina/qdacco.git,https://github.com/cpina/qdacco.git +269481630fb37310cd7d4798dc852e05a7201cf6,Bruce Williams,bruce@codefluency.com,2010-05-31 20:53:18-07:00,Bruce Williams,bruce@codefluency.com,2010-06-01 03:53:18+00:00,False,codefluency,codefluency,* master,True,bruce_node-temp,bruce/node-temp,https://github.com/bruce/node-temp +71d359fcef21c5a8583a0ec98d32f76b94005d91,Sam Smoot,ssmoot@gmail.com,2007-12-30 15:53:00+00:00,Sam Smoot,ssmoot@gmail.com,2007-12-30 15:53:00+00:00,False,gmail,gmail,* master,True,datamapper_do,datamapper/do,https://github.com/datamapper/do +f0e0a6f225a7ea1128cf91362f415a7f365a58a7,Pieter Noordhuis,pcnoordhuis@gmail.com,2011-01-27 11:02:50+01:00,Pieter Noordhuis,pcnoordhuis@gmail.com,2011-01-27 10:03:32+00:00,False,gmail,gmail,* master,True,redis_hiredis-py.git,redis/hiredis-py.git,https://github.com/redis/hiredis-py.git +8eeaec32e8c877adc7e81e8260e61750098e4539,Robert Cimrman,cimrman3@ntc.zcu.cz,2007-12-19 14:21:12+01:00,Robert Cimrman,cimrman3@ntc.zcu.cz,2007-12-19 13:21:12+00:00,False,ntc,ntc,* master,True,sfepy_sfepy,sfepy/sfepy,https://github.com/sfepy/sfepy +0e1bad5412bbae32a38cfe56ff22ba37b2180cd9,Gabriel,software@kanedo.net,2014-05-15 10:43:48-07:00,Gabriel,software@kanedo.net,2014-05-15 17:43:48+00:00,False,kanedo,kanedo,* master,True,kanedo_gzstream.git,kanedo/gzstream.git,https://github.com/kanedo/gzstream.git +aaa0ca11abc686120aaff57627f020f52ba43a31,John Nolan,jpnolan@sonic.net,1997-12-06 10:09:33-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-10 06:14:13+00:00,False,sonic,pobox,* master,True,ggruen_Chatbot-Eliza,ggruen/Chatbot-Eliza,https://github.com/ggruen/Chatbot-Eliza +5221670f092ea0c13863d32412c52ed53808f26b,root,root@4132a67d-e308-0410-984c-893ed6249e5e,2005-12-27 08:54:39+00:00,root,root@4132a67d-e308-0410-984c-893ed6249e5e,2005-12-27 08:54:39+00:00,False,4132a67d-e308-0410-984c-893ed6249e5e,4132a67d-e308-0410-984c-893ed6249e5e,* master,True,Motion-Project_motion,Motion-Project/motion,https://github.com/Motion-Project/motion +437d27d749a599bc43ac2d6629e58618efc95867,Carlos Donizete Froes,coringao@riseup.net,2017-10-23 13:21:18-02:00,Carlos Donizete Froes,coringao@riseup.net,2017-10-23 15:21:18+00:00,False,riseup,riseup,* master,True,coringao_runescape,coringao/runescape,https://gitlab.com/coringao/runescape +ab8821fefa1c481ece410305d03a1f21c0b4a207,Jeff Lindsay,progrium@gmail.com,2011-02-24 12:28:20-08:00,Jeff Lindsay,progrium@gmail.com,2011-02-24 20:28:20+00:00,False,gmail,gmail,* master,True,jpadilla_pyjwt.git,jpadilla/pyjwt.git,https://github.com/jpadilla/pyjwt.git +0fc9e32a0296ba399f216878c305fd83d7f115a9,Jeffrey Stylos,jsstylos@gmail.com,2015-10-08 10:09:23-04:00,Jeffrey Stylos,jsstylos@gmail.com,2015-10-08 14:09:23+00:00,False,gmail,gmail,* master,True,watson-developer-cloud_python-sdk.git,watson-developer-cloud/python-sdk.git,https://github.com/watson-developer-cloud/python-sdk.git +7ccb18122aa973f4c379dcf16681a1406b7769e7,syntaxglitch,none@none,2007-02-07 12:31:22+00:00,syntaxglitch,none@none,2007-02-07 12:31:22+00:00,False,none,none,* master,True,opentyrian_opentyrian.git,opentyrian/opentyrian.git,https://github.com/opentyrian/opentyrian.git +180f8f04f8dfcfdc2efd87a75d4deff5b3b60691,NielsMayer,NielsMayer@aab3581c-414c-2e5c-8dd2-1f04abb8ff1f,2010-08-24 01:44:48+00:00,NielsMayer,NielsMayer@aab3581c-414c-2e5c-8dd2-1f04abb8ff1f,2010-08-24 01:44:48+00:00,False,aab3581c-414c-2e5c-8dd2-1f04abb8ff1f,aab3581c-414c-2e5c-8dd2-1f04abb8ff1f,* master,True,NielsMayer_mudita24,NielsMayer/mudita24,https://github.com/NielsMayer/mudita24 +4f5db8e196108c66c96d1fd92170ed192ab90784,Laurent Mazuel,lmazuel@microsoft.com,2016-10-18 12:28:42-07:00,Laurent Mazuel,lmazuel@microsoft.com,2016-10-18 19:28:42+00:00,False,microsoft,microsoft,* master,True,Azure_msrestazure-for-python,Azure/msrestazure-for-python,https://github.com/Azure/msrestazure-for-python +2dbf88e14e41acb847f5f58874ca803cb6bf7299,Jaldhar H. Vyas,jaldhar@braincells.com,2008-03-23 13:38:20+00:00,Jaldhar H. Vyas,jaldhar@braincells.com,2008-03-23 13:38:20+00:00,False,braincells,braincells,* master,True,jaldhar_Module-Starter-Plugin-CGIApp,jaldhar/Module-Starter-Plugin-CGIApp,https://github.com/jaldhar/Module-Starter-Plugin-CGIApp +4a8ed266f778f4b4cb8ec3704c48a91ee984503d,Kirrily 'Skud' Robert,skud@infotrope.net,2004-08-25 11:02:34-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 13:52:12+00:00,False,infotrope,pobox,* master,True,ap_Test-File-Contents.git,ap/Test-File-Contents.git,https://github.com/ap/Test-File-Contents.git +fabc0be6c16f3e855e8bbdd655e723ffd7f6537a,Mike Williams,mdub@dogbiscuit.org,2009-05-03 21:13:40+10:00,Mike Williams,mdub@dogbiscuit.org,2009-05-03 11:13:40+00:00,False,dogbiscuit,dogbiscuit,* master,True,mdub_sham_rack,mdub/sham/rack,https://github.com/mdub/sham_rack +131842a8af5a513d8020e70f8f7c571502c3f778,Bob Ippolito,bob@redivi.com,2011-02-06 14:13:21+08:00,Bob Ippolito,bob@redivi.com,2011-02-06 06:13:21+00:00,False,redivi,redivi,* master,True,simplejson_simplejson,simplejson/simplejson,https://github.com/simplejson/simplejson +af9a8b0075884a0e41bc9c95b0511d5bc96fcae6,menno,menno,2001-05-09 19:44:13+00:00,menno,menno,2001-05-09 19:44:13+00:00,False,menno,menno,* master,True,knik0_faac,knik0/faac,https://github.com/knik0/faac +6c2bc6503fea90ca819b2fa134954f401361eaae,Lennart Poettering,lennart@poettering.net,2017-01-10 20:37:06+01:00,Lennart Poettering,lennart@poettering.net,2017-01-13 15:08:52+00:00,False,poettering,poettering,* main,True,systemd_casync,systemd/casync,https://github.com/systemd/casync +573a37e39dc392bd7cff5271d96973b9c4ee8f6d,Thomas Cokelaer,cokelaer@gmail.com,2014-09-18 15:52:04+01:00,Thomas Cokelaer,cokelaer@gmail.com,2014-09-18 14:52:04+00:00,False,gmail,gmail,* main,True,cokelaer_colormap,cokelaer/colormap,https://github.com/cokelaer/colormap +d2577f79247d7db60bf160881b1b64e9fa10e4fd,Myron Marston,myron.marston@gmail.com,2010-02-24 19:34:48-08:00,Myron Marston,myron.marston@gmail.com,2010-02-25 03:34:48+00:00,False,gmail,gmail,* master,True,vcr_vcr,vcr/vcr,https://github.com/vcrhonek/hwdata.git +dd72545cdf61be56cf9bbf14794764379b77e8e2,oluseyi,oluseyi@f509e8e7-a431-0410-8952-ba4f3f4fc37f,2010-10-04 06:45:53+00:00,oluseyi,oluseyi@f509e8e7-a431-0410-8952-ba4f3f4fc37f,2010-10-04 06:45:53+00:00,False,f509e8e7-a431-0410-8952-ba4f3f4fc37f,f509e8e7-a431-0410-8952-ba4f3f4fc37f,* master,True,pencil2d_pencil,pencil2d/pencil,https://github.com/pencil2d/pencil +4edd4de537a3957bd30b2d739e5918eeb2e07b86,Matt Williams,matt@milliams.com,2006-12-24 14:28:55+00:00,Matt Williams,matt@milliams.com,2006-12-24 14:28:55+00:00,False,milliams,milliams,* master,True,ksquares.git,ksquares.git,https://anongit.kde.org/ksquares.git +e7d6d472c21aa80c28be01c0d6dcbfd250d57a25,nima,nima@abc39116-655e-4be6-ad55-d661dc543056,2008-06-30 12:08:58+00:00,nima,nima@abc39116-655e-4be6-ad55-d661dc543056,2008-06-30 12:08:58+00:00,False,abc39116-655e-4be6-ad55-d661dc543056,abc39116-655e-4be6-ad55-d661dc543056,* master,True,nima_python-dmidecode,nima/python-dmidecode,https://github.com/nima/python-dmidecode +54338573a8e160dd7f7c1868215009a10733ab61,Fernando Nogueira,fmfnogueira@gmail.com,2014-08-16 01:10:13-04:00,Fernando Nogueira,fmfnogueira@gmail.com,2014-08-16 05:10:13+00:00,False,gmail,gmail,* master,True,scikit-learn-contrib_imbalanced-learn.git,scikit-learn-contrib/imbalanced-learn.git,https://github.com/scikit-learn-contrib/imbalanced-learn.git +8014ba03f77ea6282173a5cd4ea8bb4bc8bc2aec,Anders Bakken,agbakken@gmail.com,2011-07-18 22:16:23-07:00,Anders Bakken,agbakken@gmail.com,2011-07-19 05:16:23+00:00,False,gmail,gmail,* master,True,Andersbakken_rtags,Andersbakken/rtags,https://github.com/Andersbakken/rtags +c42e512fb56b5e12116a759f5c3e30bf3ad28c0b,Evan Martin,martine@danga.com,2010-10-23 20:58:21-07:00,Evan Martin,martine@danga.com,2010-10-24 04:00:12+00:00,False,danga,danga,* master,True,ninja-build_ninja.git,ninja-build/ninja.git,https://github.com/ninja-build/ninja.git +864d4bdd102dcad778b2a054f2c09d838729c07f,daniel_e,daniel_e,2002-10-15 22:25:02+00:00,daniel_e,daniel_e,2002-10-15 22:25:02+00:00,False,daniel_e,daniel_e,* master,True,Archive_regexxer,Archive/regexxer,https://gitlab.gnome.org/Archive/regexxer +bda9147516f20d3f5d13966dfa3090ae8c6065f4,Pierre Marchand,pierremarc@oep-h.com,2007-12-06 14:40:46+00:00,Pierre Marchand,pierremarc@oep-h.com,2007-12-06 14:40:46+00:00,False,oep-h,oep-h,* master,True,fontmatrix_fontmatrix,fontmatrix/fontmatrix,https://github.com/fontmatrix/fontmatrix +5c1b4cd479fda29ef7ad74e194d71f8a11d58aa6,itsmattkc,itsmattkc@gmail.com,2018-06-24 15:47:00-07:00,itsmattkc,itsmattkc@gmail.com,2018-06-24 22:47:00+00:00,False,gmail,gmail,* master,True,olive-editor_olive,olive-editor/olive,https://github.com/olive-editor/olive +0e3ff3b3157e456d4b6343f5d4b42ef692bce538,Andrew Berezovskyi,andrew@berezovskiy.me,2015-09-02 09:56:40+02:00,Marc Kleine-Budde,mkl@pengutronix.de,2015-09-04 09:16:17+00:00,False,berezovskiy,pengutronix,* master,True,linux-can_can-utils.git,linux-can/can-utils.git,https://github.com/linux-can/can-utils.git +f99a9e773e3d54f8d3ea19cc938ab3c7591bd793,Colin Macdonald,macdonald@maths.ox.ac.uk,2014-02-24 23:22:37+00:00,Colin Macdonald,macdonald@maths.ox.ac.uk,2014-02-24 23:22:37+00:00,False,maths,maths,* main,True,cbm755_octsympy.git,cbm755/octsympy.git,https://github.com/cbm755/octsympy.git +7d083d0d810dd50ad93dee46ab4e4f67110756e8,Wynn Netherland,wynn.netherland@gmail.com,2010-06-28 15:12:17-05:00,Wynn Netherland,wynn.netherland@gmail.com,2010-06-28 20:12:17+00:00,False,gmail,gmail,* main,True,lostisland_faraday_middleware,lostisland/faraday/middleware,https://github.com/lostisland/faraday_middleware +da5c7908e224ecadb40e97669149ddaec4b75737,schollii,oliver.schoenborn@gmail.com,2014-05-08 18:55:18-07:00,schollii,oliver.schoenborn@gmail.com,2014-05-09 01:55:18+00:00,False,gmail,gmail,* master,True,schollii_pypubsub,schollii/pypubsub,https://github.com/schollii/pypubsub +a4356040a13297829bb73a1bd8caf270f4110751,rthomsen,rthomsen6@gmail.com,2013-11-18 12:36:20-08:00,rthomsen,rthomsen6@gmail.com,2013-11-18 20:36:20+00:00,False,gmail,gmail,* master,True,shsorbom_kcmsystemd-debian.git,shsorbom/kcmsystemd-debian.git,https://github.com/shsorbom/kcmsystemd-debian.git +504e05d07138e791e57a01259e488beacaf46b81,Tom Lee,github@tomlee.co,2016-02-06 11:50:35-08:00,Tom Lee,github@tomlee.co,2016-02-06 19:50:35+00:00,False,tomlee,tomlee,* master,True,thomaslee_spin-debian,thomaslee/spin-debian,https://github.com/thomaslee/spin-debian +309d730e4363faea7cdea3b7ce95455ca0e8e7ed,Andrej Shadura,andrew.shadura@collabora.co.uk,2019-05-02 20:57:30+02:00,Andrej Shadura,andrew.shadura@collabora.co.uk,2019-05-02 18:57:30+00:00,False,collabora,collabora,* main,True,pristine-lfs-team_pristine-lfs.git,pristine-lfs-team/pristine-lfs.git,https://salsa.debian.org/pristine-lfs-team/pristine-lfs.git +4fad9f40898b0b6c5d1dba7ab28a150283fce01f,Balazs Scheidler,bazsi@balabit.hu,2007-05-14 12:04:16+02:00,Gergely Nagy,algernon@balabit.hu,2012-04-21 10:30:42+00:00,False,balabit,balabit,* debian/unstable,True,gcsideal_syslog-ng-debian,gcsideal/syslog-ng-debian,https://github.com/gcsideal/syslog-ng-debian +a6e6df43e69c86f472851b292a97ef2f4c0d8ade,Kai Pastor,dg0yt@darc.de,2012-09-07 08:36:28+02:00,Kai Pastor,dg0yt@darc.de,2012-09-07 06:36:28+00:00,False,darc,darc,* master,True,OpenOrienteering_mapper,OpenOrienteering/mapper,https://github.com/OpenOrienteering/mapper +b1e1694a2923cb2191cfd3ebf0a0750f9864f533,open-iscsi,open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6,2005-02-20 07:13:34+00:00,open-iscsi,open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6,2005-02-20 07:13:34+00:00,False,d7303112-9cec-0310-bdd2-e83a94d6c2b6,d7303112-9cec-0310-bdd2-e83a94d6c2b6,* master,True,open-iscsi_open-iscsi.git,open-iscsi/open-iscsi.git,https://github.com/open-iscsi/open-iscsi.git +00cf9644d8a85e98cf6eb6c0ebf32cf03046f0ee,Alexis Metaireau,ametaireau@gmail.com,2010-08-14 05:45:16+02:00,Alexis Metaireau,ametaireau@gmail.com,2010-08-14 03:45:16+00:00,False,gmail,gmail,* main,True,getpelican_pelican,getpelican/pelican,https://github.com/getpelican/pelican +c38b475904d00353e8a7d1be8b29dc5cd5f184b0,Jiří Župka,jzupka@redhat.com,2011-10-04 16:57:41+02:00,Jiri Pirko,jpirko@redhat.com,2011-10-04 17:08:40+00:00,False,redhat,redhat,* master,True,jpirko_libteam,jpirko/libteam,https://github.com/jpirko/libteam +f5da20d4fa683c26f2dfc51754b96420bd20104d,Douglas Kosovic,doug@uq.edu.au,2017-05-21 18:37:23+10:00,Douglas Kosovic,doug@uq.edu.au,2017-05-21 08:37:23+00:00,False,uq,uq,* main,True,nm-l2tp_debian.git,nm-l2tp/debian.git,https://github.com/nm-l2tp/debian.git +39336e4d090427b13e3f9e71e89c95256d204696,Leon Brocard,acme@astray.com,2009-01-15 20:03:47+00:00,Leon Brocard,acme@astray.com,2009-01-15 20:03:47+00:00,False,astray,astray,* master,True,wchristian_parse-cpan-packages,wchristian/parse-cpan-packages,https://github.com/wchristian/parse-cpan-packages +35053c97beea510acdb14198b9c3b8e38b2e68dc,ldx,ldx@nilvec.com,2010-10-28 17:20:20+02:00,ldx,ldx@nilvec.com,2010-10-28 15:20:20+00:00,False,nilvec,nilvec,* master,True,ldx_python-iptables,ldx/python-iptables,https://github.com/ldx/python-iptables +9399a05ac5df8797e1803a749bf360282fc0ceb4,topepo,mxkuhn@gmail.com,2014-05-16 11:52:30-04:00,topepo,mxkuhn@gmail.com,2014-05-16 15:52:30+00:00,False,gmail,gmail,* master,True,topepo_caret.git,topepo/caret.git,https://github.com/topepo/caret.git +114fee01694ffe163c14714e62af008d9912293f,Mike Folk,mfolk@hdfgroup.org,1992-06-07 12:02:11-05:00,Mike Folk,mfolk@hdfgroup.org,1992-06-07 17:02:11+00:00,False,hdfgroup,hdfgroup,* master,True,HDFGroup_hdf4.git,HDFGroup/hdf4.git,https://github.com/HDFGroup/hdf4.git +5556dba6528a573178f5aec7e5a29e7b3a7b7143,Chris Wanstrath,chris@ozmm.org,2009-04-24 17:05:20-07:00,Chris Wanstrath,chris@ozmm.org,2009-04-25 00:05:20+00:00,False,ozmm,ozmm,* master,True,github_version_sorter,github/version/sorter,https://github.com/github/version_sorter +8287adb69a569fb9139437eb836c413a3d313ffb,roland-bless,roland-bless@users.noreply.github.com,2021-03-13 22:05:39+01:00,GitHub,noreply@github.com,2021-03-13 21:05:39+00:00,False,users,github,* main,True,roland-bless_ps2eps.git,roland-bless/ps2eps.git,https://github.com/roland-bless/ps2eps.git +4c5f18e015d757715bcc65c29b1661d853ca0d63,hadley,h.wickham@gmail.com,2010-11-11 09:06:52-06:00,hadley,h.wickham@gmail.com,2010-11-11 15:06:52+00:00,False,gmail,gmail,* main,True,r-lib_scales,r-lib/scales,https://github.com/r-lib/scales +d42333d2091a1d1f68197491e998ce80578cec83,Jonathan Rockway,jon@jrock.us,2009-03-29 18:32:12-05:00,Jonathan Rockway,jon@jrock.us,2009-03-29 23:32:12+00:00,False,jrock,jrock,* master,True,moose_MooseX-Runnable,moose/MooseX-Runnable,https://github.com/moose/MooseX-Runnable +9b3e409efcf97a92798cf7f98f6a6b29fad87bca,Jan Schneider,jan@horde.org,2011-04-18 17:48:10+02:00,Jan Schneider,jan@horde.org,2011-04-18 15:48:10+00:00,False,horde,horde,* master,True,horde_webmail.git,horde/webmail.git,https://github.com/horde/webmail.git +fe414bbd68228f498930c9ba42c4ed83fd8a22ca,Frank Warmerdam,warmerdam@pobox.com,2004-11-05 16:18:18+00:00,Frank Warmerdam,warmerdam@pobox.com,2004-11-05 16:18:18+00:00,False,pobox,pobox,* main,True,OSGeo_gdal-grass.git,OSGeo/gdal-grass.git,https://github.com/OSGeo/gdal-grass.git +0338d2769914d62a3de09ef7e8d7ca158cf61e65,Jeroen Ooms,jeroenooms@gmail.com,2014-11-28 14:05:58-08:00,Jeroen Ooms,jeroenooms@gmail.com,2014-11-28 22:05:58+00:00,False,gmail,gmail,* master,True,jeroen_openssl.git,jeroen/openssl.git,https://github.com/jeroen/openssl.git +c2e732094a838e19a84c118986514a6862d1a060,Andrew Hsu,ahsu@users.sf.net,2003-02-16 05:10:33+00:00,Rafael Laboissiere,rafael@laboissiere.net,2017-02-17 23:41:19+00:00,False,users,laboissiere,* main,True,libvc_rolo,libvc/rolo,https://github.com/libvc/rolo +27f7bb8b5fdcad1babc3de8969683589c8eb95e2,Sebastian Freundt,freundt@ga-group.nl,2011-09-07 18:58:51+00:00,Sebastian Freundt,freundt@ga-group.nl,2011-09-07 18:58:51+00:00,False,ga-group,ga-group,* master,True,hroptatyr_dateutils,hroptatyr/dateutils,https://github.com/hroptatyr/dateutils +985a139ebec54def29ea8473ff7549ec78974397,Sebastian Wiesner,lunaryorn@googlemail.com,2010-05-02 11:39:08+02:00,Sebastian Wiesner,lunaryorn@googlemail.com,2010-05-02 09:39:08+00:00,False,googlemail,googlemail,* master,True,pyudev_pyudev,pyudev/pyudev,https://github.com/pyudev/pyudev +903009eca89d779b78201c0015073d60f80c6306,Constantin Kaplinsky,const@tightvnc.com,2002-05-20 10:55:47+00:00,Constantin Kaplinsky,const@tightvnc.com,2002-05-20 10:55:47+00:00,False,tightvnc,tightvnc,* master,True,TigerVNC_tigervnc.git,TigerVNC/tigervnc.git,https://github.com/TigerVNC/tigervnc.git +3c14d9d5689b55f1cf15b075bdffef1402d14908,Douglas Christopher Wilson,doug@somethingdoug.com,2014-09-07 22:37:38-04:00,Douglas Christopher Wilson,doug@somethingdoug.com,2014-09-08 02:37:38+00:00,False,somethingdoug,somethingdoug,* master,True,visionmedia_node-fresh.git,visionmedia/node-fresh.git,https://github.com/visionmedia/node-fresh.git +6db820f7c582c312eeae2be70c96a925073a57c0,spderosso,spderosso@gmail.com,2013-06-06 14:33:27-07:00,spderosso,spderosso@gmail.com,2013-06-06 21:33:27+00:00,False,gmail,gmail,* master,True,sdg-mit_gitless.git,sdg-mit/gitless.git,https://github.com/sdg-mit/gitless.git +6a077d6c09b93bcc97f0c67da4cbba10cfc6c2ee,Oliver Beard,olib141@outlook.com,2024-02-29 17:20:49+00:00,Oliver Beard,olib141@outlook.com,2024-02-29 17:20:49+00:00,False,outlook,outlook,* master,True,plasma_plasma-workspace-wallpapers.git,plasma/plasma-workspace-wallpapers.git,https://invent.kde.org/plasma/plasma-workspace-wallpapers.git +6851ef5298e983609d7b71b7896fbcdbba13a281,siracusa,siracusa@gmail.com,2015-03-17 19:09:18-04:00,siracusa,siracusa@gmail.com,2015-03-17 23:09:18+00:00,False,gmail,gmail,* main,True,siracusa_rose.git,siracusa/rose.git,https://github.com/siracusa/rose.git +cabb959e8f1ff8bde2fcc74c5b12e89cd78c5256,SHIBATA Hiroshi,shibata.hiroshi@gmail.com,2013-08-26 13:06:52+09:00,SHIBATA Hiroshi,shibata.hiroshi@gmail.com,2013-08-26 04:06:52+00:00,False,gmail,gmail,* master,True,tdiary_tdiary-style-gfm,tdiary/tdiary-style-gfm,https://github.com/tdiary/tdiary-style-gfm +54b4227258d34a89529cb31502211be339c66063,Roy Marples,roy@marples.name,2009-04-01 11:35:29+00:00,Roy Marples,roy@marples.name,2009-04-01 11:35:29+00:00,False,marples,marples,* master,True,NetworkConfiguration_dhcpcd-ui,NetworkConfiguration/dhcpcd-ui,https://github.com/NetworkConfiguration/dhcpcd-ui +7857a26a3a2fec9840a9ffd4cb54e559037c670d,Frank B. Brokken,f.b.brokken@rug.nl,2015-08-24 12:51:17+02:00,Frank B. Brokken,f.b.brokken@rug.nl,2015-08-24 10:51:17+00:00,False,rug,rug,* master,True,fbb-git_oxref,fbb-git/oxref,https://gitlab.com/fbb-git/oxref +ed0460fa59f2a525c3f65a61e6d5336303b4e827,Dan D'Avella,drdavella@gmail.com,2017-09-20 19:42:28-04:00,Dan D'Avella,drdavella@gmail.com,2017-09-20 23:42:28+00:00,False,gmail,gmail,* main,True,astropy_pytest-openfiles,astropy/pytest-openfiles,https://github.com/astropy/pytest-openfiles +7fb4c7bc22b94c8b1cd771bb8a3c034ae8a72004,Ng Pheng Siong,ngps@netmemetic.com,2000-05-07 15:59:27+00:00,Ng Pheng Siong,ngps@netmemetic.com,2000-05-07 15:59:27+00:00,False,netmemetic,netmemetic,* master,True,m2crypto_m2crypto,m2crypto/m2crypto,https://gitlab.com/m2crypto/m2crypto +42db622a7f8409571808f215081e64a22af41e2d,Technosophos,technosophos@gmail.com,2013-04-02 16:40:53-05:00,Technosophos,technosophos@gmail.com,2013-04-02 21:40:53+00:00,False,gmail,gmail,* master,True,Masterminds_html5-php,Masterminds/html5-php,https://github.com/Masterminds/html5-php +6b8a8cb8d25e47aae1b3f03b96d87e58652c343e,gfx,gfuji@cpan.org,2010-02-20 14:52:35+09:00,gfx,gfuji@cpan.org,2010-02-20 05:52:35+00:00,False,cpan,cpan,* master,True,gfx_p5-MouseX-NativeTraits.git,gfx/p5-MouseX-NativeTraits.git,https://github.com/gfx/p5-MouseX-NativeTraits.git +72586074e5d3b4c32cfc9638bae61b1130670f59,Tim Pope,code@tpope.net,2011-07-24 17:20:43-04:00,Tim Pope,code@tpope.net,2011-07-24 21:35:26+00:00,False,tpope,tpope,* master,True,tpope_vim-pathogen.git,tpope/vim-pathogen.git,https://github.com/tpope/vim-pathogen.git +a3229a051381e8f6b6df0fd423186166d20c898f,Vincent Richard,vincent@vincent-richard.net,2004-10-05 10:28:21+00:00,Vincent Richard,vincent@vincent-richard.net,2004-10-05 10:28:21+00:00,False,vincent-richard,vincent-richard,* master,True,kisli_vmime.git,kisli/vmime.git,https://github.com/kisli/vmime.git +cdcd7e907f949fae66a0e57e569c7e0d46f40c3b,Jeremie Dimino,jdimino@janestreet.com,2016-12-02 13:54:32+00:00,Jeremie Dimino,jdimino@janestreet.com,2016-12-02 13:54:32+00:00,False,janestreet,janestreet,* main,True,ocaml_dune.git,ocaml/dune.git,https://github.com/ocaml/dune.git +30ab45dc35dbbb2ee349d2553ce4dda52729f317,brianb,brianb,2000-02-12 23:51:37+00:00,brianb,brianb,2000-02-12 23:51:37+00:00,False,brianb,brianb,* dev,True,mdbtools_mdbtools,mdbtools/mdbtools,https://github.com/mdbtools/mdbtools +9869db431cc942b2cef7e959655073c16d74e072,costales,costales.marcos@gmail.com,2019-10-30 19:57:39+01:00,costales,costales.marcos@gmail.com,2019-10-30 18:57:39+00:00,False,gmail,gmail,* master,True,costales_gufw.git,costales/gufw.git,https://github.com/costales/gufw.git +2dcbada971bfb818059263baa3bba7ebb4aea0d5,Matt Davis,mattdavis9@gmail.com,2008-07-13 18:14:30+00:00,Matt Davis,mattdavis9@gmail.com,2008-07-13 18:14:30+00:00,False,gmail,gmail,* master,True,enferex_pdfresurrect.git,enferex/pdfresurrect.git,https://github.com/enferex/pdfresurrect.git +f0a02586c7dad01bbf55ae308860a8d73d6a6306,Torsten Schönfeld,tsch@src.gnome.org,2008-11-02 12:33:26+00:00,Torsten Schönfeld,tsch@src.gnome.org,2008-11-02 12:33:26+00:00,False,src,src,* master,True,GNOME_perl-pango,GNOME/perl-pango,https://gitlab.gnome.org/GNOME/perl-pango +0aaa4385980b38276fb8074b2fe9a34c9f5daa3e,Alexandre Dantas,alex.dantas92@gmail.com,2014-07-09 16:41:35-04:00,Alexandre Dantas,alex.dantas92@gmail.com,2014-07-09 20:41:35+00:00,False,gmail,gmail,* readme,True,alexdantas_nsnake.debian,alexdantas/nsnake.debian,https://github.com/alexdantas/nsnake.debian +e4d3c664cca5261541dc7f058424cef8c5c20bcf,Oscar Kramer,oscarkramer@users.noreply.github.com,2015-09-02 16:20:52-04:00,Oscar Kramer,oscarkramer@users.noreply.github.com,2015-09-02 20:20:52+00:00,False,users,users,* dev,True,ossimlabs_ossim.git,ossimlabs/ossim.git,https://github.com/ossimlabs/ossim.git +3d84aefbc45c941ae73694c529e4b021a229edcf,Luke Campagnola,luke.campagnola@gmail.com,2010-03-22 01:48:52-04:00,Luke Campagnola,luke.campagnola@gmail.com,2010-03-22 05:48:52+00:00,False,gmail,gmail,* master,True,pyqtgraph_pyqtgraph.git,pyqtgraph/pyqtgraph.git,https://github.com/pyqtgraph/pyqtgraph.git +f2ba879d4d3ddca9ba026d456dc2cc9359301f21,Michael Pruett,mpruett@sgi.com,2001-02-26 16:00:24+00:00,Michael Pruett,mpruett@sgi.com,2001-02-26 16:00:24+00:00,False,sgi,sgi,* master,True,mpruett_audiofile,mpruett/audiofile,https://github.com/mpruett/audiofile +5b0b3d6f4b737ae06b238e8e6e95db016ffc9bd2,Joachim Metz,joachim.metz@gmail.com,2016-01-01 13:24:14+01:00,Joachim Metz,joachim.metz@gmail.com,2016-01-01 12:24:14+00:00,False,gmail,gmail,* main,True,libyal_libewf-legacy.git,libyal/libewf-legacy.git,https://github.com/libyal/libewf-legacy.git +2626eb2cb23257b9f75e5d8fc638d741ff043962,Hervé Pagès,hpages@fredhutch.org,2019-04-19 13:21:48-07:00,Hervé Pagès,hpages@fredhutch.org,2019-04-19 20:21:48+00:00,False,fredhutch,fredhutch,* devel,True,Bioconductor_GenomicRanges.git,Bioconductor/GenomicRanges.git,https://github.com/Bioconductor/GenomicRanges.git +47d48cd77b79b40a2fc07198b9cdac2f1a4efbd1,Leo Iannacone,l3on@ubuntu.com,2014-05-05 02:19:03+02:00,Leo Iannacone,l3on@ubuntu.com,2014-05-05 00:19:03+00:00,False,ubuntu,ubuntu,* master,True,LeoIannacone_apt-venv,LeoIannacone/apt-venv,https://github.com/LeoIannacone/apt-venv +4bf24349b901769d0e568af656ceb69aee9616f1,Dave Longley,dlongley@digitalbazaar.com,2016-02-15 15:04:58-05:00,Dave Longley,dlongley@digitalbazaar.com,2016-02-15 20:04:58+00:00,False,digitalbazaar,digitalbazaar,* main,True,digitalbazaar_rdf-canonize.git,digitalbazaar/rdf-canonize.git,https://github.com/digitalbazaar/rdf-canonize.git +3d510421c671ea48807543a1929adb8ee41755d7,Evgeniy Khramtsov,ekhramtsov@process-one.net,2017-09-11 09:31:58+03:00,Evgeniy Khramtsov,ekhramtsov@process-one.net,2017-09-11 06:31:58+00:00,False,process-one,process-one,* master,True,processone_eimp.git,processone/eimp.git,https://github.com/processone/eimp.git +26f005e487ea4535134d228314479f2c27858541,Robert McLay,mclay@zaniahgroup.com,2011-02-15 17:34:37-06:00,Robert McLay,mclay@zaniahgroup.com,2011-02-15 23:34:37+00:00,False,zaniahgroup,zaniahgroup,* main,True,TACC_Lmod,TACC/Lmod,https://github.com/TACC/Lmod +1165a4171b83c4731b421e9e4e6fc4562ef8e620,Stein Magnus Jodal,stein.magnus@jodal.no,2013-10-07 22:49:44+02:00,Stein Magnus Jodal,stein.magnus@jodal.no,2013-10-07 20:51:25+00:00,False,jodal,jodal,* main,True,mopidy_mopidy-mpris.git,mopidy/mopidy-mpris.git,https://github.com/mopidy/mopidy-mpris.git +2c82a187c72760b5161ec434c3d4ea59c80aaab4,Sean Gillies,sean@mapbox.com,2015-02-11 18:34:24-07:00,Sean Gillies,sean@mapbox.com,2015-02-12 01:34:24+00:00,False,mapbox,mapbox,* master,True,mapbox_snuggs.git,mapbox/snuggs.git,https://github.com/mapbox/snuggs.git +320426c0b6be8a551727d0809c7158f3e831f581,Luis Oliveira,loliveira@common-lisp.net,2007-07-06 12:17:14+01:00,Luis Oliveira,loliveira@common-lisp.net,2007-07-06 11:17:14+00:00,False,common-lisp,common-lisp,* master,True,trivial-features_trivial-features,trivial-features/trivial-features,https://github.com/trivial-features/trivial-features +9c40f2ecd5ba8c40bce695ca7e81eaaa7647c6dc,kesmit,kesmit,2004-11-02 15:14:12+00:00,kesmit,kesmit,2004-11-02 15:14:12+00:00,False,kesmit,kesmit,* master,True,plastex_plastex,plastex/plastex,https://github.com/plastex/plastex +bf4ed0f926f3181a06b93396b2c59662da1e2711,Xavier Leroy,xavier.leroy@inria.fr,1997-02-23 16:23:00+00:00,Xavier Leroy,xavier.leroy@inria.fr,1997-02-23 16:23:00+00:00,False,inria,inria,* master,True,ocaml_caml-mode.git,ocaml/caml-mode.git,https://github.com/ocaml/caml-mode.git +e968bfcd2e1a5df5cb6f8459a93943d55291dd69,Esben S. Nielsen,esn@dmi.dk,2012-05-15 13:14:14+02:00,Esben S. Nielsen,esn@dmi.dk,2012-05-15 11:14:14+00:00,False,dmi,dmi,* main,True,pytroll_pycoast,pytroll/pycoast,https://github.com/pytroll/pycoast +bbe9c77aafc5d183eb3c29879563e4c9b95bc1b6,Paul Mackerras,paulus@samba.org,1995-06-01 04:39:06+00:00,Paul Mackerras,paulus@samba.org,1995-06-01 04:39:06+00:00,False,samba,samba,* master,True,ppp-project_ppp,ppp-project/ppp,https://github.com/ppp-project/ppp +5a9730ae2f785cfb8cb31ca1569dcfdceb8eefb7,Ask Solem,ask@celeryproject.org,2016-04-07 17:19:14-07:00,Ask Solem,ask@celeryproject.org,2016-04-08 00:19:14+00:00,False,celeryproject,celeryproject,* master,True,celery_sphinx_celery,celery/sphinx/celery,https://github.com/celery/sphinx_celery +12f63a47ecbbfd23b0a7300359fdb5f732a32eaf,César García Tapia,cesar.garcia.tapia@openshine.com,2012-07-29 03:35:21-07:00,César García Tapia,cesar.garcia.tapia@openshine.com,2012-07-29 10:35:21+00:00,False,openshine,openshine,* master,True,GNOME_gnome-music,GNOME/gnome-music,https://gitlab.gnome.org/GNOME/gnome-music +54ad561098ed353ada70205c39b2c42a2a2eb9e5,mruby,mruby@fukuoka-csk.co.jp,2012-04-19 02:11:15-07:00,mruby,mruby@fukuoka-csk.co.jp,2012-04-19 09:11:15+00:00,False,fukuoka-csk,fukuoka-csk,* master,True,mruby-debian_mruby,mruby-debian/mruby,https://github.com/mruby-debian/mruby +7cd78019d7058e483a2ce5cc5074d85650802180,Mickaël Rémond,mickael.remond@process-one.net,2015-12-11 18:38:11+01:00,Mickaël Rémond,mickael.remond@process-one.net,2015-12-11 17:38:11+00:00,False,process-one,process-one,* master,True,processone_stun.git,processone/stun.git,https://github.com/processone/stun.git +c7ff3eaf37e3edccc8a3cfea19c93a91ac865ed3,Ruslan Spivak,ruslan.spivak@gmail.com,2011-12-21 14:03:07-05:00,Ruslan Spivak,ruslan.spivak@gmail.com,2011-12-21 19:03:07+00:00,False,gmail,gmail,* master,True,rspivak_httpcode,rspivak/httpcode,https://github.com/rspivak/httpcode +69ecddf1317e71f35b1c1de00392dc76f8f1701c,Stefano Karapetsas,stefano@karapetsas.com,2011-11-21 23:44:15+01:00,Stefano Karapetsas,stefano@karapetsas.com,2011-11-21 22:44:15+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-sensors-applet.git,mate-desktop/mate-sensors-applet.git,https://github.com/mate-desktop/mate-sensors-applet.git +5082f5035b94af58dd4a8cf1ab17609b3b46fcf3,vlazzarini,victor.lazzarini@nuim.ie,2018-01-19 13:20:22+00:00,GitHub,noreply@github.com,2018-01-19 13:20:22+00:00,False,nuim,github,* master,True,csound_csound_pd,csound/csound/pd,https://github.com/csound/csound_pd +de7756e4631a339e902a725cbe31ad5c1bacf6be,Daiki Ueno,ueno@unixuser.org,2006-10-23 03:03:49+00:00,Daiki Ueno,ueno@unixuser.org,2006-10-23 03:03:49+00:00,False,unixuser,unixuser,* master,True,ueno_ruby-gpgme,ueno/ruby-gpgme,https://github.com/ueno/ruby-gpgme +0bae6dedd9ee7fc2909149aa1ffebe1ca7a47219,brunoos,bruno.silvestre@gmail.com,2012-05-30 10:26:40-07:00,brunoos,bruno.silvestre@gmail.com,2012-05-30 17:26:40+00:00,False,gmail,gmail,* master,True,brunoos_luasec,brunoos/luasec,https://github.com/brunoos/luasec +058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa,Huang Peng,shawn.p.huang@gmail.com,2008-06-29 15:57:07+08:00,Huang Peng,shawn.p.huang@gmail.com,2008-06-29 07:57:07+00:00,False,gmail,gmail,* master,True,definite_ibus-chewing,definite/ibus-chewing,https://github.com/definite/ibus-chewing +b5bd0aab04d46fcfa95cdb0c24b4840f47fce460,Iryna Cherniavska,i.chernyavska@gmail.com,2015-09-21 16:48:57-07:00,Iryna Cherniavska,i.chernyavska@gmail.com,2015-09-21 23:48:57+00:00,False,gmail,gmail,* main,True,dbcli_pgspecial,dbcli/pgspecial,https://github.com/dbcli/pgspecial +16eb6bd4ca8b5ff871944e7595f320012216f223,Joachim Metz,joachim.metz@gmail.com,2011-05-29 11:00:00+02:00,Joachim Metz,joachim.metz@gmail.com,2016-12-14 01:55:23+00:00,False,gmail,gmail,* main,True,libyal_libbde,libyal/libbde,https://github.com/libyal/libbde +f13aba787f0df46ee170aefdce9be82256538b5d,Greg Kroah-Hartman,gregkh@suse.de,2008-05-20 09:12:57-07:00,Greg Kroah-Hartman,gregkh@suse.de,2008-05-20 16:12:57+00:00,False,suse,suse,* master,True,gregkh_bti.git,gregkh/bti.git,https://github.com/gregkh/bti.git +4f4f06e365fa514980def50c1e572b622bd1b108,IOhannes m zmölnig,zmoelnig@umlautQ.umlaeute.mur.at,2014-07-21 17:09:14+02:00,IOhannes m zmölnig,zmoelnig@umlautQ.umlaeute.mur.at,2014-07-21 15:09:14+00:00,False,umlautQ,umlautQ,* master,True,agraef_pd-lua.git,agraef/pd-lua.git,https://github.com/agraef/pd-lua.git +1f7faa65b46e9596f6925f5188b9d542152e6461,Peter Mattern,pmattern@arcor.de,2016-09-06 22:24:34+02:00,Peter Mattern,pmattern@arcor.de,2016-09-06 20:29:46+00:00,False,arcor,arcor,* master,True,lxqt_lxqt-sudo.git,lxqt/lxqt-sudo.git,https://github.com/lxqt/lxqt-sudo.git +eec26b8f2c8f953688752db4947a5af3c260fd81,Andy Gayton,andy@thecablelounge.com,2014-09-25 18:03:37-07:00,Andy Gayton,andy@thecablelounge.com,2014-09-26 01:03:37+00:00,False,thecablelounge,thecablelounge,* master,True,cablehead_python-consul,cablehead/python-consul,https://github.com/cablehead/python-consul +ec713e934be910fa4cde6ac09321bf90bd3d8ef3,Paul McCarthy,pauld.mccarthy@gmail.com,2016-03-10 23:01:48+00:00,Paul McCarthy,pauld.mccarthy@gmail.com,2016-03-10 23:03:47+00:00,False,gmail,gmail,* main,True,pauldmccarthy_indexed_gzip.git,pauldmccarthy/indexed/gzip.git,https://github.com/pauldmccarthy/indexed_gzip.git +c276879fa715b2045ef0e9fe9c42a67e6559ebf4,Steffen Müthing,muething@dune-project.org,2013-08-26 20:33:50+02:00,Steffen Müthing,muething@dune-project.org,2013-08-26 18:33:50+00:00,False,dune-project,dune-project,* master,True,staging_dune-typetree,staging/dune-typetree,https://gitlab.dune-project.org/staging/dune-typetree +e97f14603b092a47eed18fb7926afc1c82db41bc,Tony Crisci,tony@dubstepdish.com,2014-04-15 04:31:16-04:00,Tony Crisci,tony@dubstepdish.com,2014-04-15 08:31:16+00:00,False,dubstepdish,dubstepdish,* master,True,altdesktop_playerctl,altdesktop/playerctl,https://github.com/altdesktop/playerctl +95f1bf13b61d69e3892a1afeb05d7141e51f825c,Jerome Leclanche,adys.wh@gmail.com,2013-03-15 00:54:29+00:00,Jerome Leclanche,adys.wh@gmail.com,2013-03-15 00:54:29+00:00,False,gmail,gmail,* master,True,jazzband_django-push-notifications,jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications +dfc800b27e5b5b24519087e69766f20f1c16ade0,Benjamin Peterson,benjamin@python.org,2010-11-20 15:52:32-06:00,Benjamin Peterson,benjamin@python.org,2010-11-20 21:52:32+00:00,False,python,python,* main,True,benjaminp_six,benjaminp/six,https://github.com/benjaminp/six +bc4acc97422522d6e6bf0de95d667a93b1694824,Tobias Koppers,tobias.koppers@googlemail.com,2012-08-06 18:26:51+02:00,Tobias Koppers,tobias.koppers@googlemail.com,2012-08-06 16:26:51+00:00,False,googlemail,googlemail,* master,True,webpack-contrib_worker-loader.git,webpack-contrib/worker-loader.git,https://github.com/webpack-contrib/worker-loader.git +908191b47de4c5b7770acc3cbe97781f4ec15fa3,yoric,yoric@b9ea8324-641f-426b-95ce-2518f2e44cc5,2008-04-30 21:03:02+00:00,yoric,yoric@b9ea8324-641f-426b-95ce-2518f2e44cc5,2008-04-30 21:03:02+00:00,False,b9ea8324-641f-426b-95ce-2518f2e44cc5,b9ea8324-641f-426b-95ce-2518f2e44cc5,* master,True,ocaml-batteries-team_batteries-included.git,ocaml-batteries-team/batteries-included.git,https://github.com/ocaml-batteries-team/batteries-included.git +815f39ca717313d3bc94d6e6a500074ea2a89cf7,Ryota Arai,ryota.arai@gmail.com,2013-12-22 15:40:52+09:00,Ryota Arai,ryota.arai@gmail.com,2013-12-22 06:40:52+00:00,False,gmail,gmail,* master,True,itamae-kitchen_itamae,itamae-kitchen/itamae,https://github.com/itamae-kitchen/itamae +857ab548f619773a8420331ce77ee6dce21ed106,Jeff-Meadows,jrmeadows2@gmail.com,2014-04-07 15:05:50-07:00,Jeff-Meadows,jrmeadows2@gmail.com,2014-04-07 22:05:50+00:00,False,gmail,gmail,* master,True,box_flaky.git,box/flaky.git,https://github.com/box/flaky.git +37bc6bf9d1235f92157b9b3451aa71c742097b28,Dave Vehrs,dvehrs@gmail.com,2015-11-09 15:58:35-07:00,Dave Vehrs,dvehrs@gmail.com,2015-11-09 22:58:35+00:00,False,gmail,gmail,* dev,True,dvehrs_podget.git,dvehrs/podget.git,https://github.com/dvehrs/podget.git +c3ab900e5ec82e9f6973e8e845ffdcbdcc25607e,Michael Dowling,mtdowling@gmail.com,2013-05-07 19:13:16-07:00,Michael Dowling,mtdowling@gmail.com,2013-05-08 02:13:16+00:00,False,gmail,gmail,* master,True,guzzle_guzzle_sphinx_theme.git,guzzle/guzzle/sphinx/theme.git,https://github.com/guzzle/guzzle_sphinx_theme.git +0df27cc9effbba08c7da6859979b8e67d1fca2e3,Daniele Alessandri,suppakilla@gmail.com,2009-03-24 12:41:45+01:00,Daniele Alessandri,suppakilla@gmail.com,2009-03-24 11:41:45+00:00,False,gmail,gmail,* version-2.0,True,nrk_redis-lua,nrk/redis-lua,https://github.com/nrk/redis-lua +eac7ce8e1d17f3e235029e9cff69074f836e4a68,Joachim Metz,joachim.metz@gmail.com,2011-10-06 07:47:30+02:00,Joachim Metz,joachim.metz@gmail.com,2016-03-27 14:40:18+00:00,False,gmail,gmail,* main,True,libyal_libevt,libyal/libevt,https://github.com/libyal/libevt +269cda016dd6ea92b66e55ebe283965924e67bc1,frsyuki,frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731,2009-02-15 09:09:55+00:00,frsyuki,frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731,2009-02-15 09:09:55+00:00,False,5a5092ae-2292-43ba-b2d5-dcab9c1a2731,5a5092ae-2292-43ba-b2d5-dcab9c1a2731,* master,True,msgpack_msgpack-ruby,msgpack/msgpack-ruby,https://github.com/msgpack/msgpack-ruby +799470bfdee147b4b41eda94e4a508d58a90f018,mdtrooper,tres.14159@gmail.com,2014-12-31 02:57:54+01:00,mdtrooper,tres.14159@gmail.com,2014-12-31 01:57:54+00:00,False,gmail,gmail,* master,True,ardentryst_ardentryst,ardentryst/ardentryst,https://github.com/ardentryst/ardentryst +daa932c27d860386b3383e4ab10ea1a80ba053a5,Remco Treffkorn,remco@rvt.com,1998-08-18 20:43:56+00:00,Remco Treffkorn,remco@rvt.com,1998-08-18 20:43:56+00:00,False,rvt,rvt,* master,True,gpsd_gpsd.git,gpsd/gpsd.git,https://gitlab.com/gpsd/gpsd.git +4d05c56a4a2a8e57a6301567a2b418d5897a75e5,Andreas Kloeckner,andreas@dart.ath.cx,2008-05-07 16:23:05-04:00,Andreas Kloeckner,andreas@dart.ath.cx,2008-05-07 20:23:05+00:00,False,dart,dart,* main,True,inducer_pycuda,inducer/pycuda,https://github.com/inducer/pycuda +3898f744dc624782ce21ef287b452183425154eb,Stephen Dolan,mu@netsoc.tcd.ie,2012-09-18 23:40:19+01:00,Stephen Dolan,mu@netsoc.tcd.ie,2012-09-18 22:40:19+00:00,False,netsoc,netsoc,* master,True,jqlang_jq,jqlang/jq,https://github.com/jqlang/jq +c8230f32ece9d370879cdf4b6548918d12d7cd23,Andreas Mueller,amueller@ais.uni-bonn.de,2012-11-04 14:57:59-08:00,Andreas Mueller,amueller@ais.uni-bonn.de,2012-11-04 22:57:59+00:00,False,ais,ais,* main,True,amueller_word_cloud,amueller/word/cloud,https://github.com/amueller/word_cloud +40322f8b9548b537c6f13fd91154543b2ae62e85,aagaande,aagaande@eef222c4-3a1a-0410-a27a-8beabc54a5ad,2006-08-05 01:33:30+00:00,aagaande,aagaande@eef222c4-3a1a-0410-a27a-8beabc54a5ad,2006-08-05 01:33:30+00:00,False,eef222c4-3a1a-0410-a27a-8beabc54a5ad,eef222c4-3a1a-0410-a27a-8beabc54a5ad,* master,True,tinti_pam-encfs,tinti/pam-encfs,https://github.com/tinti/pam-encfs +9a5fd7c53a2ed3370699a8e7e77c1c55b7eb1919,Adrian Sampson,adrian@radbox.org,2011-11-11 16:20:57-08:00,Adrian Sampson,adrian@radbox.org,2011-11-12 00:20:57+00:00,False,radbox,radbox,* master,True,beetbox_pyacoustid.git,beetbox/pyacoustid.git,https://github.com/beetbox/pyacoustid.git +1f2fb6eb41651e4d10cb51c24a24af66be37606d,Mathieu Virbel,mathieu@pymt.eu,2010-11-03 17:05:03-04:00,Mathieu Virbel,mathieu@pymt.eu,2010-11-03 21:05:03+00:00,False,pymt,pymt,* master,True,kivy_kivy,kivy/kivy,https://github.com/kivy/kivy +d7d0b4341cf1f5ce5773f905677bcb196e125afc,Colin Watson,cjwatson@debian.org,2010-10-12 01:13:11+01:00,Colin Watson,cjwatson@debian.org,2010-10-12 00:13:11+00:00,False,debian,debian,* main,True,libpipeline_libpipeline.git,libpipeline/libpipeline.git,https://gitlab.com/libpipeline/libpipeline.git +2f8adda7cbb2d141bf07608527886a968118ec9d,Mathias Bynens,mathias@qiwi.be,2013-06-05 11:58:33+02:00,Mathias Bynens,mathias@qiwi.be,2013-06-05 09:59:59+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_jsesc,mathiasbynens/jsesc,https://github.com/mathiasbynens/jsesc +92a1e97037a44eb61a1f9027588f14349c22982e,Matthias Bock,mail@matthiasbock.net,2018-03-22 15:54:29+01:00,Matthias Bock,mail@matthiasbock.net,2018-03-22 14:54:29+00:00,False,matthiasbock,matthiasbock,* master,True,matthiasbock_dymo-cups-drivers,matthiasbock/dymo-cups-drivers,https://github.com/matthiasbock/dymo-cups-drivers +3b7485b0e65d28f7786f2c225cba3effd276c464,Peter Mattern,pmattern@arcor.de,2016-09-05 19:37:43+02:00,Peter Mattern,pmattern@arcor.de,2016-09-07 15:02:57+00:00,False,arcor,arcor,* master,True,lxqt_lxqt-globalkeys.git,lxqt/lxqt-globalkeys.git,https://github.com/lxqt/lxqt-globalkeys.git +629cf2e5fbdc1d3ff8b9c28855ae2656a07be11f,Jaimos,somiaj@users.noreply.github.com,2021-06-01 18:27:05-06:00,GitHub,noreply@github.com,2021-06-02 00:27:05+00:00,False,users,github,* main,True,somiaj_fvwm2-debian,somiaj/fvwm2-debian,https://github.com/somiaj/fvwm2-debian +fcb4fbe0d1dd49ccda6b7421f007b5b41c0ef4d1,Kai Mäkisara,Kai.Makisara@metla.fi,2001-11-21 23:14:29+01:00,Iustin Pop,iustin@k1024.org,2015-05-16 15:26:03+00:00,False,metla,k1024,* main,True,iustin_mt-st,iustin/mt-st,https://github.com/iustin/mt-st +6415e8becc2c47845cf565b87229b5dbd2fa40ad,Michael Crosby,michael@crosbymichael.com,2014-02-18 16:56:11-08:00,Michael Crosby,michael@crosbymichael.com,2014-02-21 22:56:15+00:00,False,crosbymichael,crosbymichael,* main,True,opencontainers_runc,opencontainers/runc,https://github.com/opencontainers/runc +f3895b3660cd04a815f48450dae2b0e3c0d53279,Florian Schulze,crow@icculus.org,2002-02-13 15:52:05+00:00,Florian Schulze,crow@icculus.org,2002-02-13 15:52:05+00:00,False,icculus,icculus,* master,True,LibreGames_jumpnbump,LibreGames/jumpnbump,https://gitlab.com/LibreGames/jumpnbump +941a781b3d244009ce5eb3ac4830343eb905a268,Jorden Kreps,jakereps@users.noreply.github.com,2016-10-11 15:12:10-07:00,Jorden Kreps,jakereps@users.noreply.github.com,2016-10-11 22:12:10+00:00,False,users,users,* dev,True,qiime2_q2templates.git,qiime2/q2templates.git,https://github.com/qiime2/q2templates.git +a7a8863abcaf7dbadef5344b691ec65095152d3b,Alessandro Bahgat,me@abahgat.com,2013-04-26 03:39:58+03:00,Alessandro Bahgat,me@abahgat.com,2013-04-26 00:39:58+00:00,False,abahgat,abahgat,* master,True,bitletorg_weupnp.git,bitletorg/weupnp.git,https://github.com/bitletorg/weupnp.git +8e4259a324a31c9bec23ce49c6980efc17c6f351,Hans Huebner,hans.huebner@gmail.com,2013-03-03 08:20:19+01:00,Hans Huebner,hans.huebner@gmail.com,2013-03-03 07:20:19+00:00,False,gmail,gmail,* master,True,hanshuebner_cl-github-v3,hanshuebner/cl-github-v3,https://github.com/hanshuebner/cl-github-v3 +ae33a3a55c0d9804a9af108485231e4abab57843,niallo,niallo@f3d975e6-390d-11de-b310-9106b1f7c239,2007-10-26 21:53:05+00:00,niallo,niallo@f3d975e6-390d-11de-b310-9106b1f7c239,2007-10-26 21:53:05+00:00,False,f3d975e6-390d-11de-b310-9106b1f7c239,f3d975e6-390d-11de-b310-9106b1f7c239,* master,True,niallo_Unworkable.git,niallo/Unworkable.git,https://github.com/niallo/Unworkable.git +a5bdb870a25cdec127ef7c31321e5bab3352bafa,Stefan Petersen,spe@stacken.kth.se,2001-08-30 20:26:42+00:00,Stefan Petersen,spe@stacken.kth.se,2001-08-30 20:26:42+00:00,False,stacken,stacken,* main,True,gerbv_gerbv.git,gerbv/gerbv.git,https://github.com/gerbv/gerbv.git +c2a1bc8df8abc5c3e8a4050aaad8fd3383d6ea90,nsf,no.smile.face@gmail.com,2008-09-14 10:38:36-07:00,nsf,no.smile.face@gmail.com,2008-09-14 17:38:36+00:00,False,gmail,gmail,* master,True,nsf_termbox.git,nsf/termbox.git,https://github.com/nsf/termbox.git +e936d0423488dad54367f480d04c700d8c064d9f,Stanisław Pitucha,viraptor@gmail.com,2013-06-30 22:10:07+01:00,Stanisław Pitucha,viraptor@gmail.com,2013-06-30 21:10:07+00:00,False,gmail,gmail,* master,True,viraptor_arpy.git,viraptor/arpy.git,https://github.com/viraptor/arpy.git +7c3985cc4b2e14c83b7ab9bfbb85482ec2c3db0b,Thomas Nagy,tnagyemail-mail@yahoo.fr,2005-01-20 11:12:03+00:00,Thomas Nagy,tnagyemail-mail@yahoo.fr,2005-01-20 11:12:03+00:00,False,yahoo,yahoo,* master,True,kalzium.git,kalzium.git,https://anongit.kde.org/kalzium.git +7bcd8598958496d67dada85ab58119a7528b95d3,David Strauss,david@davidstrauss.net,2012-06-25 16:58:29-07:00,David Strauss,david@davidstrauss.net,2012-06-25 23:58:29+00:00,False,davidstrauss,davidstrauss,* main,True,systemd_python-systemd,systemd/python-systemd,https://github.com/systemd/python-systemd +0d1c20d0b66b7b19503e1849010903e00818dda5,Brian Pitts,brian@polibyte.com,2013-10-19 14:57:14-05:00,Brian Pitts,brian@polibyte.com,2013-10-19 19:57:14+00:00,False,polibyte,polibyte,* master,True,sciurus_vagrant-mutate,sciurus/vagrant-mutate,https://github.com/sciurus/vagrant-mutate +d7288fc289d2c0bbe17b952c9fafcc83f2035f2a,Malte.Marquarding,Malte.Marquarding@80e5cd9e-5d28-0410-a7fc-3f808f404835,2007-03-22 04:43:44+00:00,Malte.Marquarding,Malte.Marquarding@80e5cd9e-5d28-0410-a7fc-3f808f404835,2007-03-22 04:43:44+00:00,False,80e5cd9e-5d28-0410-a7fc-3f808f404835,80e5cd9e-5d28-0410-a7fc-3f808f404835,* master,True,casacore_python-casacore,casacore/python-casacore,https://github.com/casacore/python-casacore +783bf11df04627b63812812fc7ba756248499883,Perberos,perberos@gmail.com,2011-12-01 22:26:22-03:00,Perberos,perberos@gmail.com,2011-12-02 01:26:22+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-icon-theme.git,mate-desktop/mate-icon-theme.git,https://github.com/mate-desktop/mate-icon-theme.git +4134d4e35ba8f8582855ea2a52d4556cc73cdca7,Becca,me+github@winterseale.com,2011-08-18 13:49:16-04:00,Becca,me+github@winterseale.com,2011-08-18 17:49:16+00:00,False,winterseale,winterseale,* master,True,iarna_DBIx-Abstract.git,iarna/DBIx-Abstract.git,https://github.com/iarna/DBIx-Abstract.git +539a2bd9f37b26dce2840d8d53d4e260a4ab7c7e,IOhannes m zmölnig,zmoelnig@iem.at,2011-08-04 11:53:34+00:00,IOhannes m zmölnig,zmoelnig@iem.at,2011-08-04 11:53:34+00:00,False,iem,iem,* main,True,pd-externals_mrpeach.git,pd-externals/mrpeach.git,https://github.com/pd-externals/mrpeach.git +a9de00fb1286ffc5a7c68f0610b472e0e6348a13,Timo,abad.flt@gmail.com,2013-11-02 21:26:21+02:00,Timo,abad.flt@gmail.com,2013-11-02 19:26:21+00:00,False,gmail,gmail,* master,True,theyamo_CheeseCutter,theyamo/CheeseCutter,https://github.com/theyamo/CheeseCutter +c783c6c9d23cb80a5731880c1432174a0a7d87a2,Choe Hwanjin,choe.hwanjin@gmail.com,2008-01-14 23:04:54+09:00,Choe Hwanjin,choe.hwanjin@gmail.com,2008-01-14 14:04:54+00:00,False,gmail,gmail,* master,True,choehwanjin_repairer,choehwanjin/repairer,https://github.com/choehwanjin/repairer +b35f658d8cfe109048b643b8336382fa9a944795,Michal Čihař,michal@cihar.com,2004-08-08 10:46:26+00:00,Michal Čihař,michal@cihar.com,2004-08-08 10:46:26+00:00,False,cihar,cihar,* master,True,gammu_gammu.git,gammu/gammu.git,https://github.com/gammu/gammu.git +35e2bf71c50df8c695c3b05a7ff7a8ee19b9c86c,Abdurrahman AVCI,abdurrahmanavci@gmail.com,2013-01-18 00:46:14+00:00,Abdurrahman AVCI,abdurrahmanavci@gmail.com,2013-01-18 00:46:14+00:00,False,gmail,gmail,* develop,True,sddm_sddm.git,sddm/sddm.git,https://github.com/sddm/sddm.git +ca89e19909700b92fbd8fb9d099141b13a4b8862,Chris McDonough,chrism@plope.com,2011-12-17 02:01:18-05:00,Chris McDonough,chrism@plope.com,2011-12-17 07:01:18+00:00,False,plope,plope,* main,True,Pylons_waitress.git,Pylons/waitress.git,https://github.com/Pylons/waitress.git +f10557065a4d2858e18bdcefa8b3f610f37e56c6,Håkon Nessjøen,haakon.nessjoen@gmail.com,2011-11-08 00:28:37+01:00,Håkon Nessjøen,haakon.nessjoen@gmail.com,2011-11-07 23:28:37+00:00,False,gmail,gmail,* master,True,haakonnessjoen_MACTelnet-Debian-Packaging,haakonnessjoen/MACTelnet-Debian-Packaging,https://github.com/haakonnessjoen/MACTelnet-Debian-Packaging +3870ea5f3a5171fdd4afde214d1b79601afb253a,David Moreno,david@axiombox.com,2009-01-29 12:50:08-05:00,David Moreno,david@axiombox.com,2009-01-29 17:50:08+00:00,False,axiombox,axiombox,* master,True,damog_vitacilina.git,damog/vitacilina.git,https://github.com/damog/vitacilina.git +9907ca7b56b919e8bdc4607176a237bd5f1641f1,Muflone,muflone@vbsimple.net,2009-12-31 20:50:17+00:00,Muflone,muflone@vbsimple.net,2009-12-31 20:50:17+00:00,False,vbsimple,vbsimple,* master,True,muflone_gwakeonlan.git,muflone/gwakeonlan.git,https://github.com/muflone/gwakeonlan.git +9f653565add7c9d027ef5efbc72d005949a5e164,morioka,morioka,1997-03-20 06:03:51+00:00,morioka,morioka,1997-03-20 06:03:51+00:00,False,morioka,morioka,* apel-wl,True,wanderlust_apel,wanderlust/apel,https://github.com/wanderlust/apel +da264da19a0f8fccffad699f40be35fd2b82822f,Marc André Tanner,mat@brain-dump.org,2014-09-13 19:10:07+02:00,Marc André Tanner,mat@brain-dump.org,2014-09-13 17:10:07+00:00,False,brain-dump,brain-dump,* master,True,martanne_vis,martanne/vis,https://github.com/martanne/vis +816bdefd80d8577521593e1e5746bb961366f562,Arun Prakash Jana,engineerarun@gmail.com,2016-09-21 23:19:39+05:30,Arun Prakash Jana,engineerarun@gmail.com,2016-09-21 17:49:39+00:00,False,gmail,gmail,* master,True,jarun_bcal.git,jarun/bcal.git,https://github.com/jarun/bcal.git +40f502e9815fc0586b7cbec502e9fbcf3e3ca8b1,Claes Nästén,me@pekdon.net,2006-02-22 21:32:35+00:00,Claes Nästén,me@pekdon.net,2006-02-22 21:32:35+00:00,False,pekdon,pekdon,* master,True,pekdon_pekwm,pekdon/pekwm,https://github.com/pekdon/pekwm +0a7181a4b10c8dd813c7e28fa955fe43e04e7559,Masatoshi TSUCHIYA,tsuchiya@namazu.org,2001-03-10 09:03:47+00:00,Masatoshi TSUCHIYA,tsuchiya@namazu.org,2001-03-10 09:03:47+00:00,False,namazu,namazu,* master,True,emacs-w3m_emacs-w3m,emacs-w3m/emacs-w3m,https://github.com/emacs-w3m/emacs-w3m +a606f0132cb4e4702001d759b296a1388ab22ce1,Bernardo Heynemann,heynemann@gmail.com,2011-04-17 21:24:51-03:00,Bernardo Heynemann,heynemann@gmail.com,2011-04-18 00:24:51+00:00,False,gmail,gmail,* master,True,heynemann_pyvows.git,heynemann/pyvows.git,https://github.com/heynemann/pyvows.git +28a029a4990d2a84f9d6a0b890eba812ea503998,Perberos,perberos@gmail.com,2011-12-01 23:52:01-03:00,Perberos,perberos@gmail.com,2011-12-02 02:52:01+00:00,False,gmail,gmail,* master,True,mate-desktop_marco.git,mate-desktop/marco.git,https://github.com/mate-desktop/marco.git +779d95b949bb859cdf62b7b0d8841d0a17c218d1,ktsaou,ktsaou,2002-10-18 00:03:29+00:00,ktsaou,ktsaou,2002-10-18 00:03:29+00:00,False,ktsaou,ktsaou,* master,True,firehol_firehol,firehol/firehol,https://github.com/firehol/firehol +aa677db8280f950d63b35f8999d626d9ce2a9ca3,Pavel Stehule,pavel.stehule@gmail.com,2017-07-11 20:54:14+02:00,Pavel Stehule,pavel.stehule@gmail.com,2017-07-11 18:54:14+00:00,False,gmail,gmail,* master,True,okbob_pspg,okbob/pspg,https://github.com/okbob/pspg +e854b8a3e75e134d77c659c90bbca23ecca1cc3d,Paul Tax,paultax@gmail.com,2012-01-13 14:26:52+01:00,Paul Tax,paultax@gmail.com,2012-01-13 13:26:52+00:00,False,gmail,gmail,* master,True,tax_python-requests-aws,tax/python-requests-aws,https://github.com/tax/python-requests-aws +38742752c3e35d36c43399a5d9534a3185dcba77,Sam Hewitt,hewittsamuel@gmail.com,2014-04-28 15:58:40-04:00,Sam Hewitt,hewittsamuel@gmail.com,2014-04-28 19:58:40+00:00,False,gmail,gmail,* master,True,ubuntubudgie_faba-icon-theme,ubuntubudgie/faba-icon-theme,https://github.com/ubuntubudgie/faba-icon-theme +5296a55ee5704611b84fb444575fe59d775a62b7,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2015-04-15 22:38:26+02:00,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2015-04-15 20:38:26+00:00,False,physik,physik,* master,True,dh4_cen64-debian,dh4/cen64-debian,https://github.com/dh4/cen64-debian +37df028da95b6d90cf042f19e86a5033e7ad780c,Jake Vanderplas,jakevdp@gmail.com,2014-02-14 15:23:32-08:00,Jake Vanderplas,jakevdp@gmail.com,2014-02-14 23:23:32+00:00,False,gmail,gmail,* master,True,mpld3_mplexporter,mpld3/mplexporter,https://github.com/mpld3/mplexporter +1cf793234b420c8893b486b9cfe2a5234534a6f0,Jose M. Dana,dana.develop@gmail.com,2013-06-18 11:50:32+01:00,Jose M. Dana,dana.develop@gmail.com,2013-06-18 10:50:32+00:00,False,gmail,gmail,* master,True,jmdana_memprof,jmdana/memprof,https://github.com/jmdana/memprof +af7aaee56ac30ffdf306628c38d0c9f32f942990,Robert Ancell,robert.ancell@canonical.com,2017-04-05 09:50:10+12:00,Robert Ancell,robert.ancell@canonical.com,2017-04-04 21:50:10+00:00,False,canonical,canonical,* master,True,snapcore_snapd-glib,snapcore/snapd-glib,https://github.com/snapcore/snapd-glib +cd616ed94c3b34b67920da36b727081537e7c61e,Ruslan Spivak,ruslan.spivak@gmail.com,2011-03-20 15:04:42-04:00,Ruslan Spivak,ruslan.spivak@gmail.com,2011-03-20 19:04:42+00:00,False,gmail,gmail,* master,True,rspivak_slimit.git,rspivak/slimit.git,https://github.com/rspivak/slimit.git +758e06626afcc4914022a452c359055805398dcd,Alexey Bader,aleksey.a.bader@intel.com,2015-05-26 12:27:56+03:00,Alexey Bader,aleksey.a.bader@intel.com,2015-05-26 09:27:56+00:00,False,intel,intel,* main,True,KhronosGroup_SPIRV-LLVM-Translator,KhronosGroup/SPIRV-LLVM-Translator,https://github.com/KhronosGroup/SPIRV-LLVM-Translator +c76aec075428704c0e2977e13e2d5e1ef3672fbc,xray7224,xray7224@googlemail.com,2013-02-22 23:04:18+00:00,xray7224,xray7224@googlemail.com,2013-02-22 23:04:18+00:00,False,googlemail,googlemail,* master,True,xray7224_PyPump,xray7224/PyPump,https://github.com/xray7224/PyPump +404caef01faa1edacb3dcdf29a96ec5c3c532ab8,Mike Bostock,mbostock@gmail.com,2015-06-02 09:48:44-07:00,Mike Bostock,mbostock@gmail.com,2015-06-02 16:48:44+00:00,False,gmail,gmail,* main,True,d3_d3-color,d3/d3-color,https://github.com/d3/d3-color +9be0e6c3bce5c0d01af45289c2640d41c11c6b84,Frank B. Brokken,f.b.brokken@rug.nl,2006-09-19 15:01:57+00:00,Frank B. Brokken,f.b.brokken@rug.nl,2006-09-19 15:01:57+00:00,False,rug,rug,* master,True,fbb-git_icmake.git,fbb-git/icmake.git,https://gitlab.com/fbb-git/icmake.git +9bb1671fa7ccfa697d3eec09b045aeae26783ba9,R.I.Pienaar,rip@devco.net,2010-05-24 08:06:54+08:00,The Marionette Collective,info@marionette-collective.org,2010-05-24 00:09:24+00:00,False,devco,marionette-collective,* master,True,puppetlabs_marionette-collective,puppetlabs/marionette-collective,https://github.com/puppetlabs/marionette-collective +2932cb08e700035b99e8b0e773771317cb2f948e,Cory Watson,github@onemogin.com,2009-10-04 00:35:47-05:00,Cory Watson,github@onemogin.com,2009-10-04 05:35:47+00:00,False,onemogin,onemogin,* master,True,rentrak_chi-driver-redis,rentrak/chi-driver-redis,https://github.com/rentrak/chi-driver-redis +a46b12533d9b0e64c1d72737005de1e1357493ef,Matt Layman,matthewlayman@gmail.com,2014-03-07 20:45:53-08:00,Matt Layman,matthewlayman@gmail.com,2014-03-08 04:45:53+00:00,False,gmail,gmail,* main,True,python-tap_tappy,python-tap/tappy,https://github.com/python-tap/tappy +9efc1adc6c270292e322e3b48db338aef642a160,(no author),(no author),2003-10-09 20:07:50+00:00,(no author),(no author),2003-10-09 20:07:50+00:00,False,(no author),(no author),* main,True,halostatue_minitar,halostatue/minitar,https://github.com/halostatue/minitar +c0998bac1a4d5cd5fdf43a825529a64e24dea9a5,Thomas Johansson,prencher@prencher.dk,2008-01-14 23:55:10+01:00,Thomas Johansson,prencher@prencher.dk,2008-01-14 22:55:10+00:00,False,prencher,prencher,* main,True,wtforms_wtforms.git,wtforms/wtforms.git,https://github.com/wtforms/wtforms.git +054ca360536b33c05eb54a143a5cf9c0cd70eb19,Peter Mash Morgan,ac001@daffodil.uk.com,2010-10-05 11:04:14+01:00,Peter Mash Morgan,ac001@daffodil.uk.com,2010-10-05 10:04:14+00:00,False,daffodil,daffodil,* master,True,sqlitebrowser_sqlitebrowser,sqlitebrowser/sqlitebrowser,https://github.com/sqlitebrowser/sqlitebrowser +1ee0db874512bb4ead3c3a937b085a775e7dcb68,Jesse Allen,the3dfxdude@gmail.com,2009-10-15 21:27:43-06:00,Jesse Allen,the3dfxdude@gmail.com,2009-10-16 03:27:43+00:00,False,gmail,gmail,* master,True,the3dfxdude_7kaa,the3dfxdude/7kaa,https://github.com/the3dfxdude/7kaa +974825e54676b9bbaafe6da717baa412874bdfda,clluengo,clluengo@c41fa784-dc1c-4872-9ae2-0a73f18a87f0,2010-06-07 12:04:59+00:00,clluengo,clluengo@c41fa784-dc1c-4872-9ae2-0a73f18a87f0,2010-06-07 12:04:59+00:00,False,c41fa784-dc1c-4872-9ae2-0a73f18a87f0,c41fa784-dc1c-4872-9ae2-0a73f18a87f0,* master,True,svi-opensource_libics,svi-opensource/libics,https://github.com/svi-opensource/libics +fdcaa3a7bf35e84e7b7d4bef70ac36a091629e1b,Nathalie Furmento,nathalie.furmento@labri.fr,2009-04-23 13:22:25+00:00,Nathalie Furmento,nathalie.furmento@labri.fr,2009-04-23 13:22:25+00:00,False,labri,labri,* master,True,open-mpi_hwloc.git,open-mpi/hwloc.git,https://github.com/open-mpi/hwloc.git +675d4d00ac40dacb9eb11473d44e53095a5d8f73,Facundo Batista,facundo@taniquetil.com.ar,2014-11-16 23:44:04-03:00,Facundo Batista,facundo@taniquetil.com.ar,2014-11-17 02:44:04+00:00,False,taniquetil,taniquetil,* master,True,PyAr_fades.git,PyAr/fades.git,https://github.com/PyAr/fades.git +fe0774f3fa9b096e9a1433001a845848bc31c569,Marcin Owsiany,marcin@owsiany.pl,2011-11-27 11:54:26+00:00,Marcin Owsiany,marcin@owsiany.pl,2011-11-27 11:55:12+00:00,False,owsiany,owsiany,* master,True,porridge_autorenamer,porridge/autorenamer,https://github.com/porridge/autorenamer +a4bbabe248403616db6252d09add4386c5e75f6c,Norbert Preining,preining@debian.org,2018-02-27 23:58:46+09:00,Norbert Preining,preining@debian.org,2018-02-27 14:58:46+00:00,False,debian,debian,* master,True,debian-tex_latexmk,debian-tex/latexmk,https://github.com/debian-tex/latexmk +6a6f563cdd1bbcc9069838ccbc8d67f57e6ab6a5,Philipp Wolfer,ph.wolfer@gmail.com,2015-12-16 18:14:24+01:00,Philipp Wolfer,ph.wolfer@gmail.com,2015-12-16 17:14:24+00:00,False,gmail,gmail,* main,True,phw_peek.git,phw/peek.git,https://github.com/phw/peek.git +d8019fcd745bbdb383bbaef45dd56dbc64dd1c99,Murray Cumming,murrayc@src.gnome.org,2003-01-13 18:56:56+00:00,Murray Cumming,murrayc@src.gnome.org,2003-01-13 18:56:56+00:00,False,src,src,* master,True,libsigcplusplus_libsigcplusplus.git,libsigcplusplus/libsigcplusplus.git,https://github.com/libsigcplusplus/libsigcplusplus.git +37cb686a66c79dad24eb9d0424d15d5f96a45118,Takafumi Arakaki,aka.tkf@gmail.com,2013-06-21 20:50:36+02:00,Takafumi Arakaki,aka.tkf@gmail.com,2013-06-21 18:52:31+00:00,False,gmail,gmail,* master,True,tkf_emacs-python-environment.git,tkf/emacs-python-environment.git,https://github.com/tkf/emacs-python-environment.git +76e2c9cf157606f73b297f9a3dbd53125fc82510,Kevin Krammer,kevin.krammer@gmx.at,2006-03-21 20:27:09+00:00,Kevin Krammer,kevin.krammer@gmx.at,2006-03-21 20:27:09+00:00,False,gmx,gmx,* master,True,xdg_xdg-utils,xdg/xdg-utils,https://gitlab.freedesktop.org/xdg/xdg-utils +cb1323333b8734f35b90cee20b6a8a420f3fd885,Garrett Honeycutt,github@garretthoneycutt.com,2010-06-24 15:49:51-07:00,Garrett Honeycutt,github@garretthoneycutt.com,2010-06-24 22:49:51+00:00,False,garretthoneycutt,garretthoneycutt,* main,True,puppetlabs_puppetlabs-xinetd,puppetlabs/puppetlabs-xinetd,https://github.com/puppetlabs/puppetlabs-xinetd +a19f26ff91f3f1dbc74f9045d55dc006f1034352,Oliver Sang,oliver.sang@intel.com,2017-11-30 15:44:57+08:00,Oliver Sang,oliver.sang@intel.com,2017-11-30 07:44:57+00:00,False,intel,intel,* master,True,intel_media-driver.git,intel/media-driver.git,https://github.com/intel/media-driver.git +4fcb71627ccb49c12c56145474c893660e2afb57,Richard Goedeken,Richard@fascinationsoftware.com,2009-10-02 00:10:43-04:00,Richard Goedeken,Richard@fascinationsoftware.com,2009-10-02 04:10:43+00:00,False,fascinationsoftware,fascinationsoftware,* master,True,mupen64plus_mupen64plus-core.git,mupen64plus/mupen64plus-core.git,https://github.com/mupen64plus/mupen64plus-core.git +49db5254067a38a4cfed216ab6e7185658f1c1f2,Frank Warmerdam,warmerdam@pobox.com,2001-02-18 19:30:53+00:00,Frank Warmerdam,warmerdam@pobox.com,2001-02-18 19:30:53+00:00,False,pobox,pobox,* master,True,libogdi_ogdi.git,libogdi/ogdi.git,https://github.com/libogdi/ogdi.git +8d3e60780c63c880deb29b79c337621e4ff8f5b0,hermann,brummer-@web.de,2008-11-22 12:23:25+00:00,hermann,brummer-@web.de,2008-11-22 12:23:25+00:00,False,web,web,* master,True,p_guitarix_git,p/guitarix/git,https://git.code.sf.net/p/guitarix/git +0ddedf73550f8d0c0be5bf883a1f5bb257c91ef5,wavemm,a@b,2004-09-09 17:36:14+01:00,wavemm,a@b,2004-09-09 16:36:14+00:00,False,b,b,* master,True,wavexx_trend,wavexx/trend,https://gitlab.com/wavexx/trend +579959b9fa696ce3c288ad6034bd57101a49103d,Eddie Kohler,eddietwo@mit.edu,1998-03-01 21:19:24+00:00,Eddie Kohler,ekohler@gmail.com,1998-03-01 21:19:24+00:00,False,mit,gmail,* master,True,kohler_gifsicle,kohler/gifsicle,https://github.com/kohler/gifsicle +f48f163cd6f3ccb36f0016339cf9f8a84ee4e5e7,Albertas Vyšniauskas,thezbyg@gmail.com,2009-11-13 22:30:20+00:00,Albertas Vyšniauskas,thezbyg@gmail.com,2009-11-13 22:30:20+00:00,False,gmail,gmail,* master,True,thezbyg_gpick.git,thezbyg/gpick.git,https://github.com/thezbyg/gpick.git +3789e59ed181452c615b976b0ab889dd44b1323f,kanru,kanru@ac1be623-90ea-0310-9410-ba68b2efa777,2005-01-27 02:15:14+00:00,kanru,kanru@ac1be623-90ea-0310-9410-ba68b2efa777,2005-01-27 02:15:14+00:00,False,ac1be623-90ea-0310-9410-ba68b2efa777,ac1be623-90ea-0310-9410-ba68b2efa777,* master,True,chewing_scim-chewing.git,chewing/scim-chewing.git,https://github.com/chewing/scim-chewing.git +59ec29fdce9d56d5350006b3883c4678c17493e6,Richard W.M. Jones,rjones@redhat.com,2007-08-13 12:51:26+00:00,Richard W.M. Jones,rjones@redhat.com,2007-08-13 12:51:26+00:00,False,redhat,redhat,* main,True,mbacarella_curses.git,mbacarella/curses.git,https://github.com/mbacarella/curses.git +20411c8f4e908c39208154d9e79b0d4710bd5050,Joe Wreschnig,joe.wreschnig@gmail.com,2005-07-18 21:25:02+00:00,Joe Wreschnig,joe.wreschnig@gmail.com,2005-07-18 21:25:02+00:00,False,gmail,gmail,* main,True,quodlibet_mutagen.git,quodlibet/mutagen.git,https://github.com/quodlibet/mutagen.git +b660b211cf2f9c41621ed20c62ef24c42023152a,Christopher Wellons,wellons@nullprogram.com,2013-08-23 22:02:34-04:00,Christopher Wellons,wellons@nullprogram.com,2013-08-24 02:03:44+00:00,False,nullprogram,nullprogram,* master,True,skeeto_elfeed.git,skeeto/elfeed.git,https://github.com/skeeto/elfeed.git +5b755058f5aa951b295acc6c31c1d01e62f82d8c,Zachary Slater,zachary@ioquake.org,2005-08-26 04:48:05+00:00,Zachary Slater,zachary@ioquake.org,2005-08-26 04:48:05+00:00,False,ioquake,ioquake,* main,True,ioquake_ioq3,ioquake/ioq3,https://github.com/ioquake/ioq3 +0eb5897fd95a27f5b71f3e32d7ff4f7cbe2ea547,Michael Crosby,crosbymichael@gmail.com,2020-04-06 10:40:40-04:00,Michael Crosby,crosbymichael@gmail.com,2020-04-06 14:40:40+00:00,False,gmail,gmail,* main,True,docker_compose,docker/compose,https://github.com/docker/compose +a5fec269f9f97a7bc01b633df8e3c8f55d83bf3c,Thomas Bernard,miniupnp@free.fr,2011-09-27 22:20:10+02:00,Thomas Bernard,miniupnp@free.fr,2011-09-27 20:20:10+00:00,False,free,free,* master,True,miniupnp_miniupnp,miniupnp/miniupnp,https://github.com/miniupnp/libnatpmp +c8bca758db8b84546ebd4b1c95ef7e59dc98932c,Matthew Eernisse,mde@fleegix.org,2012-07-28 19:26:27-07:00,Matthew Eernisse,mde@fleegix.org,2012-07-29 02:26:27+00:00,False,fleegix,fleegix,* master,True,mde_utilities.git,mde/utilities.git,https://github.com/mde/utilities.git +e37aee4a4ba4063d298d3cf73c23fa8b6f0aeabd,Russ Rew,rew66@comcast.net,2013-11-22 14:35:22-07:00,Russ Rew,rew66@comcast.net,2013-11-22 21:35:22+00:00,False,comcast,comcast,* master,True,Unidata_netcdf-cxx4.git,Unidata/netcdf-cxx4.git,https://github.com/Unidata/netcdf-cxx4.git +f577501874f64133a5d69ef2a150bde3e007bd2e,Daniel Vrátil,dvratil@kde.org,2016-08-05 02:52:54+02:00,Daniel Vrátil,dvratil@kde.org,2016-08-05 00:53:03+00:00,False,kde,kde,* master,True,pim_akonadi-contacts,pim/akonadi-contacts,https://invent.kde.org/pim/akonadi-contacts +dedfe24b005acd261b9fba89061fb0efda3bbe4b,Caolán McNamara,caolanm@redhat.com,2010-02-23 09:08:57+00:00,Caolán McNamara,caolanm@redhat.com,2010-02-23 09:08:57+00:00,False,redhat,redhat,* master,True,hunspell_hunspell,hunspell/hunspell,https://github.com/hunspell/hunspell +5b9cda96303755085114f482d5dac9811f641e7f,Alex Fiestas,afiestas@kde.org,2012-12-09 00:13:57+01:00,Alex Fiestas,afiestas@kde.org,2012-12-08 23:16:11+00:00,False,kde,kde,* master,True,plasma_kscreen.git,plasma/kscreen.git,https://invent.kde.org/plasma/kscreen.git +9aedd5a84efac57343a5c84fde595f8c43cb96c5,Alexander Larsson,alexl@src.gnome.org,2007-03-01 08:09:56+00:00,Alexander Larsson,alexl@src.gnome.org,2007-03-01 08:09:56+00:00,False,src,src,* master,True,GNOME_xdg-user-dirs-gtk,GNOME/xdg-user-dirs-gtk,https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk +f1523f1a388d41a28113fddf03cdbcd9441ccce3,Christoph Deil,Deil.Christoph@gmail.com,2015-04-28 10:26:39+02:00,Christoph Deil,Deil.Christoph@gmail.com,2015-04-28 08:27:12+00:00,False,gmail,gmail,* main,True,astropy_astroplan.git,astropy/astroplan.git,https://github.com/astropy/astroplan.git +f525bbbdf2aeaa5fab4b919fd6dd4ca79282f70c,Joshua Holbrook,josh.holbrook@gmail.com,2011-07-16 16:23:07-07:00,Joshua Holbrook,josh.holbrook@gmail.com,2011-07-16 23:23:07+00:00,False,gmail,gmail,* main,True,jfhbrook_pyee,jfhbrook/pyee,https://github.com/jfhbrook/pyee +81c1985e8700214afe83ff55d8ad1cac96b586b4,Aleix Pol,aleixpol@kde.org,2014-04-08 15:28:19+02:00,Aleix Pol,aleixpol@kde.org,2014-04-08 13:28:19+00:00,False,kde,kde,* master,True,plasma_drkonqi.git,plasma/drkonqi.git,https://invent.kde.org/plasma/drkonqi.git +e17985e0d4a7ce2eb83c580c71e2f7c1af7f093b,Rob Golding,rob@robgolding.com,2013-04-01 16:50:18+01:00,Rob Golding,rob@robgolding.com,2013-04-01 15:50:18+00:00,False,robgolding,robgolding,* develop,True,GothenburgBitFactory_tasklib.git,GothenburgBitFactory/tasklib.git,https://github.com/GothenburgBitFactory/tasklib.git +c9416902953a629d68b9366cda8a69eb3752eba5,Tim Byrne,sultan@locehilios.com,2015-07-14 07:48:47-05:00,Tim Byrne,sultan@locehilios.com,2015-07-14 12:48:47+00:00,False,locehilios,locehilios,* develop,True,TheLocehiliosan_yadm,TheLocehiliosan/yadm,https://github.com/TheLocehiliosan/yadm +843b72f4170286ebd040edaa205073acf066ae5d,Jakob Voss,voss@gbv.de,2014-01-20 13:47:58+01:00,Jakob Voss,voss@gbv.de,2014-01-21 10:58:10+00:00,False,gbv,gbv,* master,True,nichtich_Catmandu-Importer-getJSON.git,nichtich/Catmandu-Importer-getJSON.git,https://github.com/nichtich/Catmandu-Importer-getJSON.git +4c0affdc97ace72f44836adff5cba8b8652abc48,Antonin Kral,a.kral@bobek.cz,2011-04-06 13:06:47+02:00,Antonin Kral,a.kral@bobek.cz,2011-04-06 11:06:47+00:00,False,bobek,bobek,* master,True,bobek_aranym800-debian,bobek/aranym800-debian,https://github.com/bobek/aranym800-debian +71f1f4224b267711bd9cc372a2ec69902f423a01,nvbn,nvbn.rm@gmail.com,2015-04-08 18:15:49+02:00,nvbn,nvbn.rm@gmail.com,2015-04-08 16:15:49+00:00,False,gmail,gmail,* master,True,nvbn_thefuck.git,nvbn/thefuck.git,https://github.com/nvbn/thefuck.git +27f3a9897627dcea6bf4d9d2ce576d2b21563502,Florian Loitsch,florian@loitsch.com,2012-02-05 18:06:27+01:00,Florian Loitsch,florian@loitsch.com,2012-02-05 17:06:27+00:00,False,loitsch,loitsch,* master,True,google_double-conversion.git,google/double-conversion.git,https://github.com/google/double-conversion.git +2ae215acc3757d9d96d569a565800155d64668b1,Dane Springmeyer,dane@dbsgeo.com,2013-04-12 20:19:13-07:00,Dane Springmeyer,dane@dbsgeo.com,2013-04-13 03:19:13+00:00,False,dbsgeo,dbsgeo,* master,True,mapbox_mapnik-vector-tile.git,mapbox/mapnik-vector-tile.git,https://github.com/mapbox/mapnik-vector-tile.git +da5c46037d1d8acb149f0f2fb8fb15e682795821,Enrique Paz,enrique.pazperez@kpn.com,2015-10-14 14:57:43+02:00,Enrique Paz,enrique.pazperez@kpn.com,2015-10-14 12:57:43+00:00,False,kpn,kpn,* master,True,kpn-digital_django-etcd-settings,kpn-digital/django-etcd-settings,https://github.com/kpn-digital/django-etcd-settings +56161e279d2c536ac4c67ea80fb0ebbcfb752040,Joachim Metz,joachim.metz@gmail.com,2014-10-03 08:13:05+02:00,Joachim Metz,joachim.metz@gmail.com,2014-10-03 06:13:05+00:00,False,gmail,gmail,* main,True,libyal_libscca,libyal/libscca,https://github.com/libyal/libscca +34dea5ebcda32b4bb068db9a181323982815b4e6,Maxime Coste,frrrwww@gmail.com,2011-11-04 09:09:27+00:00,Maxime Coste,frrrwww@gmail.com,2011-11-04 09:09:27+00:00,False,gmail,gmail,* master,True,mawww_kakoune.git,mawww/kakoune.git,https://github.com/mawww/kakoune.git +2866148a6da4e8d9c309423a843de005a27847fb,Clint Bellanger,clintbellanger@gmail.com,2011-06-03 22:02:11-05:00,Clint Bellanger,clintbellanger@gmail.com,2011-06-04 03:02:11+00:00,False,gmail,gmail,* master,True,flareteam_flare-engine,flareteam/flare-engine,https://github.com/flareteam/flare-engine +54dc3dc2be33cd977866ce63d8cc74934d21405d,Jiaju Zhang,jjzhang@suse.de,2011-08-24 12:07:22+08:00,Jiaju Zhang,jjzhang@suse.de,2011-08-24 04:07:22+00:00,False,suse,suse,* main,True,ClusterLabs_booth.git,ClusterLabs/booth.git,https://github.com/ClusterLabs/booth.git +f04b40ab50cb62b008c8b948e0ff926ac7c9de70,palortoff,github@larsflitter.de,2017-02-18 23:56:23+01:00,palortoff,github@larsflitter.de,2017-02-18 22:56:23+00:00,False,larsflitter,larsflitter,* master,True,palortoff_pass-extension-tail,palortoff/pass-extension-tail,https://github.com/palortoff/pass-extension-tail +cc233f8ed080a33ff2488c7a2104a40377e55f11,Nathaniel J. Smith,njs@pobox.com,2011-02-09 16:53:10-08:00,Nathaniel J. Smith,njs@pobox.com,2011-02-10 00:53:10+00:00,False,pobox,pobox,* master,True,pydata_patsy,pydata/patsy,https://github.com/pydata/patsy +c9805345e04691a0671f2d0671e587ae5130b372,Erik Rose,erik@votizen.com,2012-04-25 22:18:06-07:00,Erik Rose,erik@votizen.com,2012-04-26 05:18:06+00:00,False,votizen,votizen,* master,True,erikrose_more-itertools,erikrose/more-itertools,https://github.com/erikrose/more-itertools +654f695085cee8530968743f8b322336ae65995f,Constellation,utatane.tea@gmail.com,2012-09-13 07:49:05+09:00,Constellation,utatane.tea@gmail.com,2012-09-12 22:49:05+00:00,False,gmail,gmail,* main,True,eslint_eslint-scope.git,eslint/eslint-scope.git,https://github.com/eslint/eslint-scope.git +864d008314dfb5c06412ef7507cb36a0d765a4b5,Josh Blum,josh@joshknows.com,2014-10-04 12:52:17-07:00,Josh Blum,josh@joshknows.com,2014-10-04 19:52:17+00:00,False,joshknows,joshknows,* master,True,pothosware_SoapySDR.git,pothosware/SoapySDR.git,https://github.com/pothosware/SoapySDR.git +6daf6408273c095f1cb7be80c9910f32a9767bba,Stuart Parmenter,pavlov@src.gnome.org,1998-03-05 18:10:18+00:00,Stuart Parmenter,pavlov@src.gnome.org,1998-03-05 18:10:18+00:00,False,src,src,* master,True,GNOME_balsa,GNOME/balsa,https://gitlab.gnome.org/GNOME/balsa +0478d608e595da64ffaa7e80f4edfcbc4a8dee56,dan,dan,2001-10-16 18:54:13+00:00,dan,dan,2001-10-16 18:54:13+00:00,False,dan,dan,* master,True,cosmos72_detachtty.git,cosmos72/detachtty.git,https://github.com/cosmos72/detachtty.git +3e088743166deb507e2dfda45393d1a516186b8b,Brian E. Granger,ellisonbg@gmail.com,2013-04-28 21:16:25-07:00,Brian E. Granger,ellisonbg@gmail.com,2013-04-29 04:16:25+00:00,False,gmail,gmail,* main,True,jupyter_notebook.git,jupyter/notebook.git,https://github.com/jupyter/notebook.git +24ef6d4df921c97293e7efd872f977f2967a5d57,pippin,pippin,2004-09-01 15:29:25+00:00,pippin,pippin,2004-09-01 15:29:25+00:00,False,pippin,pippin,* main,True,rcairo_rcairo,rcairo/rcairo,https://github.com/rcairo/rcairo +c1012878a40f7215c09f87a013aa685ceb104069,Andrew Moffat,andrew.robert.moffat@gmail.com,2012-01-14 20:38:19-06:00,Andrew Moffat,andrew.robert.moffat@gmail.com,2012-01-15 02:38:19+00:00,False,gmail,gmail,* develop,True,amoffat_sh,amoffat/sh,https://github.com/amoffat/sh +0354c84c702e35fb135c5814536b525d2edcc342,Yoshiki Shibukawa,shibukawa.yoshiki@dena.jp,2016-02-01 16:51:02+09:00,Yoshiki Shibukawa,shibukawa.yoshiki@dena.jp,2016-02-01 07:51:02+00:00,False,dena,dena,* master,True,shibukawa_imagesize_py,shibukawa/imagesize/py,https://github.com/shibukawa/imagesize_py +a9b67a190b32e57d98415fb69dc8739d6de28633,nine,nine@d1416938-2d58-0410-a1bb-95aaf470f215,2008-10-01 08:54:32+00:00,nine,nine@d1416938-2d58-0410-a1bb-95aaf470f215,2008-10-01 08:54:32+00:00,False,d1416938-2d58-0410-a1bb-95aaf470f215,d1416938-2d58-0410-a1bb-95aaf470f215,* master,True,CiderWebmail_CiderWebmail.git,CiderWebmail/CiderWebmail.git,https://github.com/CiderWebmail/CiderWebmail.git +a658d7b0e7d915750f18d666823d54ef2129a9af,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-06-29 16:48:34-07:00,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-06-29 23:50:42+00:00,False,nczconsulting,nczconsulting,* main,True,eslint_eslint,eslint/eslint,https://github.com/eslint/eslint +5e0f61861ae263f3ae2001c162f2d14181262f53,MEZGANI Ali,mezgani@linuxmail.org,2009-06-17 01:33:25+02:00,Florian Pelgrim,florian.pelgrim@craneworks.de,2015-01-04 13:23:43+00:00,False,linuxmail,craneworks,* master,True,craneworks_python-ipcalc,craneworks/python-ipcalc,https://github.com/craneworks/python-ipcalc +2a1a28c3fbb42ff3d5198da11493b7f779045ab0,Matias Fontanini,matias.fontanini@gmail.com,2013-01-28 17:57:43-03:00,Matias Fontanini,matias.fontanini@gmail.com,2013-01-28 20:57:43+00:00,False,gmail,gmail,* master,True,mfontanini_libtins.git,mfontanini/libtins.git,https://github.com/mfontanini/libtins.git +27b50a3df817492716d21cf8ec91bcf074e2a479,texane,texane@dell.fbx.proxad.net,2011-01-14 02:54:52-06:00,texane,texane@dell.fbx.proxad.net,2011-01-14 08:54:52+00:00,False,dell,dell,* master,True,bluca_stlink,bluca/stlink,https://github.com/bluca/stlink +bbbf1324673c4578490c69e4091d1cf3e795078c,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-01-24 17:22:12+01:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-01-24 16:22:12+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_phpcpd,sebastianbergmann/phpcpd,https://github.com/sebastianbergmann/phpcpd +6798da6c95140b567ccd9f27b5b70eac2cd11869,Zuxun Yang,yangzuxun@kylinos.cn,2017-01-17 16:33:10+08:00,Hao Lee,haolee.swjtu@gmail.com,2017-02-13 06:18:56+00:00,False,kylinos,gmail,* Debian,True,ukui_peony,ukui/peony,https://github.com/ukui/peony +9db4247eb883ae4df71d3a7fa907109206f93628,Gervase Markham,gerv@gerv.net,2015-05-19 16:16:09+01:00,Gervase Markham,gerv@gerv.net,2015-05-19 15:16:09+00:00,False,gerv,gerv,* main,True,publicsuffix_list,publicsuffix/list,https://github.com/publicsuffix/list +829f49a4b92799ce633891c9ae6be8aba0c97c59,Dave Barr,dave.barr@gmail.com,2011-01-07 15:39:27-08:00,Dave Barr,dave.barr@gmail.com,2011-01-07 23:39:27+00:00,False,gmail,gmail,* master,True,davebarr_dnswalk.git,davebarr/dnswalk.git,https://github.com/davebarr/dnswalk.git +c8e6eabb188a8f8bd6caa0a57e7e9a833f6d76e9,Jack Ha,j.ha@ultimaker.com,2017-02-07 15:52:05+01:00,Jack Ha,j.ha@ultimaker.com,2017-02-07 14:52:05+00:00,False,ultimaker,ultimaker,* main,True,Ultimaker_libSavitar.git,Ultimaker/libSavitar.git,https://github.com/Ultimaker/libSavitar.git +3270cf30f07ad685d7a38216fd13e735d575072d,William Jon McCann,mccann@src.gnome.org,2005-04-14 19:59:44+00:00,William Jon McCann,mccann@src.gnome.org,2005-04-14 19:59:44+00:00,False,src,src,* master,True,the-cavalry_light-locker,the-cavalry/light-locker,https://github.com/the-cavalry/light-locker +14aec8c4d42e000f2b71a6dab26f5d4257b5df71,adustman,adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8,1999-07-22 20:25:57+00:00,adustman,adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8,1999-07-22 20:25:57+00:00,False,9fc6cd9a-920d-0410-adcf-ac96716ed7e8,9fc6cd9a-920d-0410-adcf-ac96716ed7e8,* main,True,PyMySQL_mysqlclient,PyMySQL/mysqlclient,https://github.com/PyMySQL/mysqlclient +6bb38f6a01dbf4bbd584e038ceace0a00faa27bb,Byron Rakitzis,byron@archone.tamu.edu,1992-05-27 00:00:01+01:00,Toby Goodwin,toby@paccrat.org,2015-05-16 20:22:04+00:00,False,archone,paccrat,* master,True,rakitzis_rc,rakitzis/rc,https://github.com/rakitzis/rc +937937b9ddd5c1561836f0abdccaf53a72695c5f,Andreas Zehender,az@azweb.de,1999-04-29 19:29:30+00:00,Andreas Zehender,az@azweb.de,1999-04-29 19:29:30+00:00,False,azweb,azweb,* master,True,kspaceduel.git,kspaceduel.git,https://anongit.kde.org/kspaceduel.git +220f921ab69058fc810611e423d6877b4f32d7d5,Markus Unterwaditzer,markus@unterwaditzer.net,2014-02-15 16:32:55+01:00,Markus Unterwaditzer,markus@unterwaditzer.net,2014-02-28 13:44:07+00:00,False,unterwaditzer,unterwaditzer,* main,True,pimutils_vdirsyncer,pimutils/vdirsyncer,https://github.com/pimutils/vdirsyncer +6f5b6ad5c2bf7bca6a1466bf86ea5aa5c731a41b,Adrian Vondendriesch,adrian.vondendriesch@credativ.de,2015-03-06 14:04:21+01:00,Adrian Vondendriesch,adrian.vondendriesch@credativ.de,2015-03-06 13:04:21+00:00,False,credativ,credativ,* master,True,disco-stu_pg-rage-terminator-pkg,disco-stu/pg-rage-terminator-pkg,https://github.com/disco-stu/pg-rage-terminator-pkg +a0c1b8921237223511281ddaed9e4c1a8a8aeaa1,anoll,noll.albert@gmail.com,2011-08-25 16:03:14-07:00,anoll,noll.albert@gmail.com,2011-08-25 23:03:14+00:00,False,gmail,gmail,* master,True,rr-debugger_rr.git,rr-debugger/rr.git,https://github.com/rr-debugger/rr.git +f45852ab2a7126f354079499fc8b03976c0eab27,Perberos,perberos@gmail.com,2011-11-08 16:22:08-03:00,Perberos,perberos@gmail.com,2011-11-08 19:22:08+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-system-monitor.git,mate-desktop/mate-system-monitor.git,https://github.com/mate-desktop/mate-system-monitor.git +b9ab379a2b2f4bdc9d99d508cf9e61da357d47f2,matthill,matthill@gmail.com,2013-11-09 07:26:02-08:00,matthill,matthill@gmail.com,2013-11-09 15:26:02+00:00,False,gmail,gmail,* master,True,openalpr_openalpr,openalpr/openalpr,https://github.com/openalpr/openalpr +466b3a5860771d7e71089924ce62e68ab79e1cb5,Rob Garrison,wowmotty@gmail.com,2011-06-22 18:19:27-05:00,Rob Garrison,wowmotty@gmail.com,2011-06-22 23:19:27+00:00,False,gmail,gmail,* master,True,Mottie_tablesorter.git,Mottie/tablesorter.git,https://github.com/Mottie/tablesorter.git +dd8e82657489be6e35a050db377108c6491b2ead,Stephan Mueller,smueller@chronox.de,2017-05-19 00:41:01+02:00,Stephan Mueller,smueller@chronox.de,2017-05-18 22:41:01+00:00,False,chronox,chronox,* master,True,smuellerDD_jitterentropy-rngd,smuellerDD/jitterentropy-rngd,https://github.com/smuellerDD/jitterentropy-rngd +e0ffadcd689c0a7137d188c99acdc6dad96c6551,ShawnDEvans,ShawnDEvans@gmail.com,2015-03-16 09:30:40-04:00,ShawnDEvans,ShawnDEvans@gmail.com,2015-03-16 13:30:40+00:00,False,gmail,gmail,* master,True,ShawnDEvans_smbmap.git,ShawnDEvans/smbmap.git,https://github.com/ShawnDEvans/smbmap.git +687d7f83bf610d2f84e731e7b5b9b223c86979c6,Jeffrey Ryan Thalhammer,jeff@imaginative-software.com,2005-11-03 05:46:39+00:00,Jeffrey Ryan Thalhammer,jeff@imaginative-software.com,2005-11-03 05:46:39+00:00,False,imaginative-software,imaginative-software,* dev,True,Perl-Critic_Test-Perl-Critic.git,Perl-Critic/Test-Perl-Critic.git,https://github.com/Perl-Critic/Test-Perl-Critic.git +5fcb2c00df55d307d87b50200176ca16179a0c86,Matthew Grant,matthew.grant@net24.co.nz,2013-07-14 17:31:03+12:00,Matthew Grant,matthew.grant@net24.co.nz,2013-07-14 05:31:03+00:00,False,net24,net24,* master,True,grantma_py-magcode-core,grantma/py-magcode-core,https://github.com/grantma/py-magcode-core +1fd2a0aee1f43b575b57529026cb3d2e7efd8dcf,Richard Moore,me@ricmoo.com,2014-05-12 15:53:53-04:00,Richard Moore,me@ricmoo.com,2014-05-12 19:53:53+00:00,False,ricmoo,ricmoo,* master,True,ricmoo_pyaes.git,ricmoo/pyaes.git,https://github.com/ricmoo/pyaes.git +4c6e04e3accd6a3b5030d6e82bd821f6a951f695,Erik Johnston,erikj@matrix.org,2016-11-08 16:08:04+00:00,Erik Johnston,erikj@matrix.org,2016-11-08 16:08:04+00:00,False,matrix,matrix,* main,True,matrix-org_matrix-synapse-ldap3,matrix-org/matrix-synapse-ldap3,https://github.com/matrix-org/matrix-synapse-ldap3 +e715f53c3d9f9ee91b8a56b1ba124018c0f8246e,Robert Edmonds,edmonds@fsi.io,2013-09-17 19:06:25-04:00,Robert Edmonds,edmonds@fsi.io,2013-09-18 01:32:53+00:00,False,fsi,fsi,* main,True,edmonds_ifupdown-multi,edmonds/ifupdown-multi,https://github.com/edmonds/ifupdown-multi +2aee4613530f2d84d86d8458d746fb864948283c,"Giuseppe ""denever"" Martino",denever@autistici.org,2007-11-05 08:08:48+01:00,"Giuseppe ""denever"" Martino",denever@autistici.org,2007-11-05 07:08:48+00:00,False,autistici,autistici,* master,True,git_aldo.git,git/aldo.git,https://git.savannah.nongnu.org/git/aldo.git +7dd2efddb561c4ccf4cba1fe9ceaedecafca2f63,Alexander Pipelka,alexander.pipelka@gmail.com,2005-08-23 19:31:52+00:00,Alexander Pipelka,alexander.pipelka@gmail.com,2005-08-23 19:31:52+00:00,False,gmail,gmail,* master,True,pipelka_aeskulap.git,pipelka/aeskulap.git,https://github.com/pipelka/aeskulap.git +8f7acb2344ce11a21e2866df76d3e5dc20288339,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-28 00:16:32+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-28 00:16:32+00:00,False,gmail,gmail,* master,True,lxde_lxsession.git,lxde/lxsession.git,https://github.com/lxde/lxsession.git +7a1a3d5c3ba711d3f112747406286893c69d4cea,Blaine Cook,romeda@gmail.com,2006-05-23 06:59:12+00:00,Blaine Cook,romeda@gmail.com,2006-05-23 06:59:12+00:00,False,gmail,gmail,* master,True,chrisk_fakeweb.git,chrisk/fakeweb.git,https://github.com/chrisk/fakeweb.git +3c63a37baf7127a12091ddd21e03793b0a446195,Joe Schafer,joe@jschaf.com,2015-06-27 16:41:46-04:00,Joe Schafer,joe@jschaf.com,2015-06-27 20:41:46+00:00,False,jschaf,jschaf,* master,True,jschaf_pylint-flask,jschaf/pylint-flask,https://github.com/jschaf/pylint-flask +e9fd37debfd3a7ac111619850384f5302d3a9c43,Abigail,abigail@abigail.be,2009-04-02 21:02:22+02:00,Abigail,abigail@abigail.be,2009-04-02 19:02:22+00:00,False,abigail,abigail,* master,True,Abigail_end.git,Abigail/end.git,https://github.com/Abigail/end.git +769224e5c3c4e9bb742ed166fb614fbff4df19ba,peter.abeles,peter.abeles@76591b1e-92a2-11de-8d68-838d6ba51ce1,2010-04-07 11:12:20+00:00,peter.abeles,peter.abeles@76591b1e-92a2-11de-8d68-838d6ba51ce1,2010-04-07 11:12:20+00:00,False,76591b1e-92a2-11de-8d68-838d6ba51ce1,76591b1e-92a2-11de-8d68-838d6ba51ce1,* SNAPSHOT,True,lessthanoptimal_ejml,lessthanoptimal/ejml,https://github.com/lessthanoptimal/ejml +ba0a8d9b310f8aeefbd226aaca33076d7696a3fa,Julien,github@mandark.fr,2010-07-01 19:05:05+02:00,Julien,github@mandark.fr,2010-07-01 17:05:05+00:00,False,mandark,mandark,* master,True,JulienPalard_logtop,JulienPalard/logtop,https://github.com/JulienPalard/logtop +1d90f50de803cbbf40bf0f0ef310bc106a79f270,Matthew Wild,mwild1@gmail.com,2011-06-01 22:14:25+01:00,Matthew Wild,mwild1@gmail.com,2011-06-01 21:14:25+00:00,False,gmail,gmail,* master,True,lunarmodules_luaexpat,lunarmodules/luaexpat,https://github.com/lunarmodules/luaexpat +0f9f31160179a20b702b8d18728f48041ee26e17,olt@bogosoft.com,olt@bogosoft.com,2010-03-10 16:22:40+01:00,olt@bogosoft.com,olt@bogosoft.com,2010-03-10 15:22:40+00:00,False,bogosoft,bogosoft,* master,True,mapproxy_mapproxy.git,mapproxy/mapproxy.git,https://github.com/mapproxy/mapproxy.git +823f82d2f9459562da60c61d956286486306066f,Saúl Ibarra Corretgé,saghul@gmail.com,2014-03-26 23:57:55+01:00,Saúl Ibarra Corretgé,saghul@gmail.com,2014-03-26 22:57:55+00:00,False,gmail,gmail,* master,True,saghul_aiodns.git,saghul/aiodns.git,https://github.com/saghul/aiodns.git +51175189c6d7313a3b84019e39496f957c4e6164,Stefano Karapetsas,stefano@karapetsas.com,2011-12-11 12:55:19+01:00,Stefano Karapetsas,stefano@karapetsas.com,2011-12-11 11:55:19+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-power-manager.git,mate-desktop/mate-power-manager.git,https://github.com/mate-desktop/mate-power-manager.git +e745294c1839de3b0886c6cbe5d8601c56dd3dcf,Tomas Mraz,tmraz@redhat.com,2011-09-16 19:02:43+02:00,Tomas Mraz,tmraz@redhat.com,2011-09-16 17:02:43+00:00,False,redhat,redhat,* master,True,libpwquality_libpwquality.git,libpwquality/libpwquality.git,https://github.com/libpwquality/libpwquality.git +84171acc770baf1a4c3df3881eb7861bdf2e892b,Florian Frank,flori@ping.de,2009-10-28 23:47:10+01:00,Florian Frank,flori@ping.de,2009-10-29 00:54:37+00:00,False,ping,ping,* master,True,flori_tins.git,flori/tins.git,https://github.com/flori/tins.git +8f90857f5828d197750bd448c62a872e05fcb505,jpwright,jpwright@d066a591-ed20-0410-833c-cb8bbb91b4a7,2008-10-23 09:51:39+00:00,jpwright,jpwright@d066a591-ed20-0410-833c-cb8bbb91b4a7,2008-10-23 09:51:39+00:00,False,d066a591-ed20-0410-833c-cb8bbb91b4a7,d066a591-ed20-0410-833c-cb8bbb91b4a7,* main,True,silx-kit_fabio.git,silx-kit/fabio.git,https://github.com/silx-kit/fabio.git +7b41dce85e8f8788027672845fd2867dd9e2b27a,Arseny Kapoulkine,arseny.kapoulkine@gmail.com,2014-02-09 00:28:29+00:00,Arseny Kapoulkine,arseny.kapoulkine@gmail.com,2014-02-09 00:28:29+00:00,False,gmail,gmail,* master,True,zeux_pugixml,zeux/pugixml,https://github.com/zeux/pugixml +ef0467789bfc8406b57ba553e4d59f4d6c3f9be8,Stefano Karapetsas,stefano@karapetsas.com,2011-12-14 10:13:54+01:00,Stefano Karapetsas,stefano@karapetsas.com,2011-12-14 09:13:54+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-utils.git,mate-desktop/mate-utils.git,https://github.com/mate-desktop/mate-utils.git +e26a211e99d38d637976af6bfb507620261bc935,Johannes Holzfuß,Drangon@gmx.de,2009-02-14 20:06:29+01:00,Johannes Holzfuß,Drangon@gmx.de,2009-02-17 14:26:44+00:00,False,gmx,gmx,* master,True,datawraith_ascii85gem,datawraith/ascii85gem,https://github.com/datawraith/ascii85gem +1ac2e3ec827a6ea31e56213925f8ecacc026d1de,Yoshinari Nomura,nom@quickhack.net,2010-08-07 18:12:28+09:00,Yoshinari Nomura,nom@quickhack.net,2010-08-07 09:12:28+00:00,False,quickhack,quickhack,* master,True,yoshinari-nomura_mhc,yoshinari-nomura/mhc,https://github.com/yoshinari-nomura/mhc +4f7b0c9de00890771a8fb30a0ac5ed066da2eb6a,jonschlinkert,jon.schlinkert@sellside.com,2015-02-07 16:16:25-05:00,jonschlinkert,jon.schlinkert@sellside.com,2015-02-07 21:16:25+00:00,False,sellside,sellside,* master,True,micromatch_parse-glob,micromatch/parse-glob,https://github.com/micromatch/parse-glob +cbb0c2ae2edd122e44204a18faa89314a46b63a2,David Larlet,larlet@gmail.com,2008-07-01 01:22:55+02:00,David Larlet,larlet@gmail.com,2008-06-30 23:22:55+00:00,False,gmail,gmail,* master,True,jschneier_django-storages.git,jschneier/django-storages.git,https://github.com/jschneier/django-storages.git +be120774ea24e766d3de813ac9cb9fd9e5903c81,Christian Kellner,christian@kellner.me,2017-11-10 18:45:30+01:00,Christian Kellner,christian@kellner.me,2017-11-15 10:21:13+00:00,False,kellner,kellner,* master,True,bolt_bolt,bolt/bolt,https://gitlab.freedesktop.org/bolt/bolt +20208a051d25492b01e9b3de09831597b5ff1d48,Kjetil Matheussen,k.s.matheussen@notam02.no,2013-01-17 10:54:20+01:00,Kjetil Matheussen,k.s.matheussen@notam02.no,2013-01-17 09:54:20+00:00,False,notam02,notam02,* master,True,kmatheussen_radium_compressor.git,kmatheussen/radium/compressor.git,https://github.com/kmatheussen/radium_compressor.git +b7d06c0e44dddbb08a3795425bef2236323f0380,Daniel Pocock,daniel@pocock.com.au,2012-06-16 15:50:45+02:00,Daniel Pocock,daniel@pocock.com.au,2012-06-16 13:50:45+00:00,False,pocock,pocock,* master,True,ganglia_gmetric4j,ganglia/gmetric4j,https://github.com/ganglia/gmetric4j +c83fd89ed0e5d7ace371642b6a74b295f9b79e77,Andreas Langer,a.langer@q-dsl.de,2007-06-20 16:44:58+02:00,Andreas Langer,a.langer@q-dsl.de,2007-06-20 14:44:58+00:00,False,q-dsl,q-dsl,* main,True,batctl.git,batctl.git,https://git.open-mesh.org/batctl.git +5b5c5134464d8e64621bd27a23ece2812e52d18f,Lennart Regebro,regebro@gmail.com,2012-09-11 14:51:48+02:00,Lennart Regebro,regebro@gmail.com,2012-09-11 12:51:48+00:00,False,gmail,gmail,* master,True,regebro_tzlocal,regebro/tzlocal,https://github.com/regebro/tzlocal +eb2ee46e9432b80d8590b527b56e0ccfa9070fac,Sergio Costas,raster@rastersoft.com,2016-08-13 20:21:57+02:00,Sergio Costas,raster@rastersoft.com,2016-08-13 18:21:57+00:00,False,rastersoft,rastersoft,* master,True,rastersoft_terminus,rastersoft/terminus,https://gitlab.com/rastersoft/terminus +aea5e433490c399a2763c9e3830cca88466bba68,nikic,+@ni-po.com,2011-04-18 19:02:30+02:00,nikic,+@ni-po.com,2011-04-18 17:02:30+00:00,False,ni-po,ni-po,* master,True,nikic_PHP-Parser,nikic/PHP-Parser,https://github.com/nikic/PHP-Parser +5b6d45f28626cbb3bc4e055a1196932f0eceda9e,manderso,manderso,2003-10-22 22:21:02+00:00,manderso,manderso,2003-10-22 22:21:02+00:00,False,manderso,manderso,* master,True,bjking1_iprutils,bjking1/iprutils,https://github.com/bjking1/iprutils +91b18206cee141bf3d95f68c5cacfaf2b754ae80,Allen Bargi,allen.bargi@gmail.com,2010-12-08 10:25:22+01:00,Allen Bargi,allen.bargi@gmail.com,2010-12-08 09:25:22+00:00,False,gmail,gmail,* master,True,tmuxinator_tmuxinator,tmuxinator/tmuxinator,https://github.com/tmuxinator/tmuxinator +b301e534507f5a2266f4b37d991cec3ff242ede1,Kay Hayen,kayhayen@gmx.de,2010-08-26 22:17:48+02:00,Kay Hayen,kayhayen@gmx.de,2010-08-26 20:17:48+00:00,False,gmx,gmx,* develop,True,Nuitka_Nuitka,Nuitka/Nuitka,https://github.com/Nuitka/Nuitka +aa419b8b668214470b2b0b3733ca6510a8f622f7,Kurt Raschke,kurt@kurtraschke.com,2009-08-23 20:43:09-04:00,Kurt Raschke,kurt@kurtraschke.com,2009-08-24 00:43:09+00:00,False,kurtraschke,kurtraschke,* master,True,kurtraschke_pyRFC3339,kurtraschke/pyRFC3339,https://github.com/kurtraschke/pyRFC3339 +a615c3784b159108c4def76d5e1fe71d6415ec66,David Zeuthen,davidz@src.gnome.org,2008-04-04 06:02:43+00:00,David Zeuthen,davidz@src.gnome.org,2008-04-04 06:02:43+00:00,False,src,src,* master,True,GNOME_policykit-gnome,GNOME/policykit-gnome,https://gitlab.gnome.org/GNOME/policykit-gnome +9ee86c35c8f8803444a302d5d59aa09b0ee1d0f2,Arnaud Porterie,arnaud.porterie@gmail.com,2013-02-24 13:55:34+01:00,Arnaud Porterie,arnaud.porterie@gmail.com,2013-02-24 12:55:34+00:00,False,gmail,gmail,* master,True,RazerM_ratelimiter,RazerM/ratelimiter,https://github.com/RazerM/ratelimiter +b62ddd098d90f9820f75da5219baa20c37bb2c32,Joshua Bussdieker,josh.bussdieker@moovweb.com,2012-06-14 15:13:43-07:00,Joshua Bussdieker,josh.bussdieker@moovweb.com,2012-06-14 22:13:43+00:00,False,moovweb,moovweb,* main,True,dahlia_libsass-python.git,dahlia/libsass-python.git,https://github.com/dahlia/libsass-python.git +d5947e7a94ca4ca308b6202fc72bd415dba1018d,Christian Surlykke,christian@surlykke.dk,2013-08-06 06:33:32-07:00,Christian Surlykke,christian@surlykke.dk,2013-08-06 13:33:32+00:00,False,surlykke,surlykke,* master,True,lxqt_lxqt-powermanagement.git,lxqt/lxqt-powermanagement.git,https://github.com/lxqt/lxqt-powermanagement.git +eefea266a7ca3d5e56ebaccf63beeffce80c526a,Gwenole Beauchesne,gwenole.beauchesne@intel.com,2011-08-22 16:18:45+02:00,Gwenole Beauchesne,gwenole.beauchesne@intel.com,2011-08-25 12:27:45+00:00,False,intel,intel,* master,True,intel_intel-vaapi-driver.git,intel/intel-vaapi-driver.git,https://github.com/intel/intel-vaapi-driver.git +943e5b6e921b03432eb7d18b8399ee12c22389f0,CUBEmixer,cubemixer@tenney.iemnet,2012-03-01 11:56:44+01:00,CUBEmixer,cubemixer@tenney.iemnet,2012-03-01 10:56:44+00:00,False,tenney,tenney,* master,True,iem-projects_ambix.git,iem-projects/ambix.git,https://github.com/iem-projects/ambix.git +25df75ecc99447646956f09d527462108f76e113,jrburke,jrburke@gmail.com,2012-05-26 17:39:53-07:00,jrburke,jrburke@gmail.com,2012-05-27 00:39:53+00:00,False,gmail,gmail,* master,True,requirejs_text,requirejs/text,https://github.com/requirejs/text +3492492f88739caf975ed83d06a5c48a27c2ae25,Chad Walker,chad@chad-cat-lore-eddie.com,2012-07-10 21:54:08-07:00,Chad Walker,chad@chad-cat-lore-eddie.com,2012-07-11 04:54:08+00:00,False,chad-cat-lore-eddie,chad-cat-lore-eddie,* master,True,chad3814_CSSStyleDeclaration.git,chad3814/CSSStyleDeclaration.git,https://github.com/chad3814/CSSStyleDeclaration.git +1f2eb2c994717c62df517918d9f64fe4098341d0,Andreas Seltenreich,andreas+git@ansel.ydns.eu,2015-05-01 18:03:10+02:00,Andreas Seltenreich,andreas+git@ansel.ydns.eu,2015-05-01 16:03:10+00:00,False,ansel,ansel,* master,True,anse1_sqlsmith,anse1/sqlsmith,https://github.com/anse1/sqlsmith +4fb859db0ffc5d509107ef6bcad21416a0c1a991,Tom Christie,tom@tomchristie.com,2014-01-11 21:06:13+00:00,Tom Christie,tom@tomchristie.com,2014-01-11 21:06:13+00:00,False,tomchristie,tomchristie,* master,True,mkdocs_mkdocs,mkdocs/mkdocs,https://github.com/mkdocs/mkdocs +24678ae14d82e4ca73650af2537abb42c316e05a,Jos Boumans,kane@cpan.org,2006-08-17 20:51:43+00:00,Jos Boumans,kane@cpan.org,2006-08-17 20:51:43+00:00,False,cpan,cpan,* master,True,jib_term-ui.git,jib/term-ui.git,https://github.com/jib/term-ui.git +9a7b769ac7de9361846019ff20fe34ab763cf803,maverickg,guojq28@gmail.com,2013-05-22 21:47:02-04:00,maverickg,guojq28@gmail.com,2013-05-23 01:47:02+00:00,False,gmail,gmail,* develop,True,stan-dev_rstan,stan-dev/rstan,https://github.com/stan-dev/rstan +5548d7dd9482e2cf140cf3ff6fab4c60d16f6a15,Daniel,mail@danielluedecke.de,2017-06-01 07:54:13+02:00,Daniel,mail@danielluedecke.de,2017-06-01 05:54:13+00:00,False,danielluedecke,danielluedecke,* master,True,strengejacke_ggeffects.git,strengejacke/ggeffects.git,https://github.com/strengejacke/ggeffects.git +9a26a6deb9eb4391e87a12224148d242b7705725,Markus Mottl,markus.mottl@gmail.com,2006-05-01 18:28:02-04:00,Markus Mottl,markus.mottl@gmail.com,2006-05-01 22:28:02+00:00,False,gmail,gmail,* master,True,mmottl_ocaml-makefile.git,mmottl/ocaml-makefile.git,https://github.com/mmottl/ocaml-makefile.git +e963dd44d8356f506acd17dd6f490cd6ed4a8024,gmantele,gmantele@ari.uni-heidelberg.de,2014-04-03 18:28:02+02:00,gmantele,gmantele@ari.uni-heidelberg.de,2014-04-03 16:28:02+00:00,False,ari,ari,* master,True,gmantele_taplib.git,gmantele/taplib.git,https://github.com/gmantele/taplib.git +7b8605f700a046f797a925beb460976497f43c5b,Charles Samborski,demurgos@demurgos.net,2018-01-26 20:25:57+01:00,Charles Samborski,demurgos@demurgos.net,2018-01-26 21:56:28+00:00,False,demurgos,demurgos,* master,True,babel_gulp-babel.git,babel/gulp-babel.git,https://github.com/babel/gulp-babel.git +6fbec998dcfd9859a12cec6ce1745c7dab217c22,Rainer Gerhards,rgerhards@adiscon.com,2008-03-12 20:49:43+01:00,Rainer Gerhards,rgerhards@adiscon.com,2008-03-12 19:49:43+00:00,False,adiscon,adiscon,* master,True,rsyslog_librelp,rsyslog/librelp,https://github.com/rsyslog/librelp +2dbf2e22af42a49bd7b20dd46ceeda5b63012ac0,Daniel Muey,simplemood.com@gmail.com,2013-09-20 17:55:17-05:00,Daniel Muey,simplemood.com@gmail.com,2013-09-20 22:55:17+00:00,False,gmail,gmail,* master,True,drmuey_p5-Locales.git,drmuey/p5-Locales.git,https://github.com/drmuey/p5-Locales.git +a33e1f8595e8d4cf70b8d5c0b1a7657124adc6a2,Daniel G. Taylor,danielgtaylor@gmail.com,2014-09-03 16:12:23-07:00,Daniel G. Taylor,danielgtaylor@gmail.com,2014-09-03 23:12:23+00:00,False,gmail,gmail,* develop,True,boto_boto3,boto/boto3,https://github.com/boto/boto3 +d8f780329b64e789553bc8ccccfb993ebc430325,risk danger olson,technoweenie@gmail.com,2013-09-22 16:00:52-06:00,Rick Olson,technoweenie@gmail.com,2014-06-02 15:33:03+00:00,False,gmail,gmail,* main,True,github_git-lfs.git,github/git-lfs.git,https://github.com/github/git-lfs.git +9522f87d06c459fc0b53a2f0253ff2795d9d691a,Tom-McDermott,tom.n5eg@gmail.com,2014-09-29 16:03:21-07:00,Tom-McDermott,tom.n5eg@gmail.com,2014-09-29 23:03:21+00:00,False,gmail,gmail,* master,True,Tom-McDermott_gr-hpsdr,Tom-McDermott/gr-hpsdr,https://github.com/Tom-McDermott/gr-hpsdr +05f2f1839c2712ca77e86aa679dc909d051fc23b,Rainer Gerhards,rgerhards@adiscon.com,2004-11-08 13:52:36+00:00,Rainer Gerhards,rgerhards@adiscon.com,2004-11-08 13:52:36+00:00,False,adiscon,adiscon,* master,True,rsyslog_libestr.git,rsyslog/libestr.git,https://github.com/rsyslog/libestr.git +47d60e2b9f8ddec18107cee21e046cd4df50fdef,Matt Colyer,matt@colyer.name,2008-07-30 23:50:39-07:00,Matt Colyer,matt@colyer.name,2008-07-31 06:50:39+00:00,False,colyer,colyer,* master,True,libimobiledevice_libplist.git,libimobiledevice/libplist.git,https://github.com/libimobiledevice/libplist.git +8c7940f196b111742adbcf50caddb62cb78d3497,Erik Rose,erik@mozilla.com,2011-11-07 01:53:27-08:00,Erik Rose,erik@mozilla.com,2011-11-07 09:53:27+00:00,False,mozilla,mozilla,* master,True,jquast_blessed,jquast/blessed,https://github.com/jquast/blessed +c8e1bc43ca4956ea68c266a8f4a75e9c8d5266ac,Côme Chilliet,come@opensides.be,2017-12-06 11:20:18+01:00,Côme Chilliet,come@opensides.be,2017-12-06 10:20:18+00:00,False,opensides,opensides,* master,True,argonaut_libpoe-component-server-jsonrpc,argonaut/libpoe-component-server-jsonrpc,https://gitlab.fusiondirectory.org/argonaut/libpoe-component-server-jsonrpc +f6003d8a7bda4f361282db617ccaf795f304920b,Richard Hughes,richard@hughsie.com,2020-02-27 18:10:10+00:00,GitHub,noreply@github.com,2020-02-27 18:10:10+00:00,False,hughsie,github,* main,True,hughsie_libjcat.git,hughsie/libjcat.git,https://github.com/hughsie/libjcat.git +02c417d33da3c237ecf65afe84d4fb0c6f1b4286,Robert Grosse,grosse@google.com,2015-06-04 12:13:55-07:00,Robert Grosse,grosse@google.com,2015-06-04 19:13:55+00:00,False,google,google,* master,True,Storyyeller_enjarify,Storyyeller/enjarify,https://github.com/Storyyeller/enjarify +8ed5087296b9d228d4d35796d84b9f1544f0b5f9,Olaf Till,i7tiol@t-online.de,2018-01-07 17:51:00+01:00,Olaf Till,i7tiol@t-online.de,2018-01-07 16:51:00+00:00,False,t-online,t-online,* main,True,gnu-octave_statistics,gnu-octave/statistics,https://github.com/gnu-octave/statistics +ba15aece306a9e9c222aaca447e4581e3e9fba4c,Peter Liljenberg,peter.liljenberg@gmail.com,2000-07-21 09:54:49+00:00,Peter Liljenberg,peter.liljenberg@gmail.com,2000-07-21 09:54:49+00:00,False,gmail,gmail,* master,True,python-xlib_python-xlib,python-xlib/python-xlib,https://github.com/python-xlib/python-xlib +e1343c4a2edf34fe9c2bcdd03fe4874e3a3d61ef,James Y Knight,foom@fuhm.net,2010-02-22 18:58:57-05:00,James Y Knight,foom@fuhm.net,2010-02-13 18:02:42+00:00,False,fuhm,fuhm,* master,True,msktutil_msktutil,msktutil/msktutil,https://github.com/msktutil/msktutil +8e4dc182906e4f1e82da9fed328dfe478ee3285f,Thomas Lange,lange@informatik.uni-koeln.de,2000-06-27 08:57:41+00:00,Thomas Lange,lange@informatik.uni-koeln.de,2000-06-27 08:57:41+00:00,False,informatik,informatik,* master,True,faiproject_fai,faiproject/fai,https://github.com/faiproject/fai +ba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4,Marcel Holtmann,marcel@holtmann.org,2007-12-22 20:47:27+01:00,Marcel Holtmann,marcel@holtmann.org,2007-12-22 19:47:27+00:00,False,holtmann,holtmann,* master,True,pub_scm_network_connman_connman.git,pub/scm/network/connman/connman.git,https://git.kernel.org/pub/scm/network/connman/connman.git +8b513895caeda00b34f662bec79238a5bf636383,elie,elie,2011-02-17 18:35:16+00:00,elie,elie,2011-02-17 18:35:16+00:00,False,elie,elie,* master,True,etingof_pyasn1-modules.git,etingof/pyasn1-modules.git,https://github.com/etingof/pyasn1-modules.git +60cf0606ff555c2c1f3892bf8075f010d11145a4,sunnavy,sunnavy@bestpractical.com,2012-06-07 13:26:01+08:00,sunnavy,sunnavy@bestpractical.com,2012-06-07 05:26:01+00:00,False,bestpractical,bestpractical,* master,True,bestpractical_rt-extension-repeatticket,bestpractical/rt-extension-repeatticket,https://github.com/bestpractical/rt-extension-repeatticket +ef6ae3cba938aa54ac53b3d7a9a85b749fbcf126,Ask Solem,ask@celeryproject.org,2016-03-02 13:02:39-08:00,Ask Solem,ask@celeryproject.org,2016-03-02 21:07:33+00:00,False,celeryproject,celeryproject,* master,True,celery_vine,celery/vine,https://github.com/celery/vine +63ae3cd7334ae11f5f52ad18032d71d3af6aa666,David Reid,dreid@mochimedia.com,2010-10-12 12:25:01-07:00,David Reid,dreid@mochimedia.com,2010-10-12 19:25:01+00:00,False,mochimedia,mochimedia,* master,True,processone_erlang-sqlite3.git,processone/erlang-sqlite3.git,https://github.com/processone/erlang-sqlite3.git +778e5c37c1b51aaf3832e82ee6cace27c6a50375,Erik Garrison,erik.garrison@bc.edu,2011-05-18 09:44:58-04:00,Erik Garrison,erik.garrison@bc.edu,2011-05-18 13:44:58+00:00,False,bc,bc,* master,True,ekg_tabixpp.git,ekg/tabixpp.git,https://github.com/ekg/tabixpp.git +25b0a0c290fa55b9560a3b7184179d8f1bda144d,Eric Eide,eeide@cs.utah.edu,2011-04-12 21:01:57+00:00,Eric Eide,eeide@cs.utah.edu,2011-05-04 00:13:31+00:00,False,cs,cs,* master,True,csmith-project_csmith.git,csmith-project/csmith.git,https://github.com/csmith-project/csmith.git +113db0eef2a9e6f7b4bd955586a07ff14ef5841c,David Collett,david.collett@gmail.com,2006-08-06 00:39:56-07:00,David Collett,david.collett@gmail.com,2006-08-06 07:39:56+00:00,False,gmail,gmail,* master,True,khenriks_mp3fs.git,khenriks/mp3fs.git,https://github.com/khenriks/mp3fs.git +036e1d5b6caf3d5827ed78ff70ad0419afa487bf,Ilya Grigorik,ilya@igvita.com,2010-03-16 21:45:08-04:00,Ilya Grigorik,ilya@igvita.com,2010-03-17 01:45:08+00:00,False,igvita,igvita,* master,True,igrigorik_em-synchrony,igrigorik/em-synchrony,https://github.com/igrigorik/em-synchrony +27d4c7063cbda1614b7b371beb333eefe46b19d0,Michael Grey,grey@osrfoundation.org,2017-09-19 20:05:04+00:00,Michael Grey,grey@osrfoundation.org,2017-09-19 20:05:04+00:00,False,osrfoundation,osrfoundation,* gz-cmake4,True,ignitionrobotics_ign-cmake.git,ignitionrobotics/ign-cmake.git,https://github.com/ignitionrobotics/ign-cmake.git +2986d44d1db304d99fde51b4790ce256b5c3faeb,Romain Beauxis,toots@rastageeks.org,2012-07-24 17:43:42-05:00,Romain Beauxis,toots@rastageeks.org,2012-07-24 22:43:42+00:00,False,rastageeks,rastageeks,* main,True,savonet_ocaml-shine.git,savonet/ocaml-shine.git,https://github.com/savonet/ocaml-shine.git +da3e75459489e2069b4de487eb578c99bc6a19ed,Ask Solem,askh@opera.com,2010-06-23 12:08:39+02:00,Ask Solem,askh@opera.com,2010-06-23 10:08:39+00:00,False,opera,opera,* main,True,celery_kombu,celery/kombu,https://github.com/celery/kombu +10d7c3fbab67e27edd20e1f2f6c6b272469fd2ea,Sascha Kruse,knopwob@googlemail.com,2011-09-07 15:43:50+02:00,Sascha Kruse,knopwob@googlemail.com,2011-09-07 13:43:50+00:00,False,googlemail,googlemail,* master,True,dunst-project_dunst,dunst-project/dunst,https://github.com/dunst-project/dunst +a15df3ffcaa0e3ff947bf91eed03ad2ee54770b9,Michael Drake,tlsa@netsurf-browser.org,2017-12-17 14:43:22+00:00,Michael Drake,tlsa@netsurf-browser.org,2017-12-17 14:43:22+00:00,False,netsurf-browser,netsurf-browser,* main,True,tlsa_libcyaml.git,tlsa/libcyaml.git,https://github.com/tlsa/libcyaml.git +26080084c6772132d8a7c80b8b730591e3ede14b,Kyle Knapp,kyleknap@amazon.com,2016-01-12 15:19:43-08:00,Kyle Knapp,kyleknap@amazon.com,2016-01-12 23:19:43+00:00,False,amazon,amazon,* develop,True,boto_s3transfer,boto/s3transfer,https://github.com/boto/s3transfer +b81469f12dd3f06d5f0e3eb98b2cb75d1fb6a731,Magnus Edenhill,magnus@edenhill.se,2014-03-30 15:58:25+07:00,Magnus Edenhill,magnus@edenhill.se,2014-03-30 08:58:25+00:00,False,edenhill,edenhill,* master,True,edenhill_kcat,edenhill/kcat,https://github.com/edenhill/kcat +e517ecb377f67d11b74bc19b0c707c08cf575d2c,Ben,benh.schneider@gmail.com,2016-07-28 20:29:00+02:00,Ben,benh.schneider@gmail.com,2016-07-28 18:29:00+00:00,False,gmail,gmail,* master,True,benschneider_PyGnuplot,benschneider/PyGnuplot,https://github.com/benschneider/PyGnuplot +ca0a8f4d6cc24707bc07c3013bff321e2f0c24fd,Stefano Karapetsas,stefano@karapetsas.com,2012-01-13 23:18:04+01:00,Stefano Karapetsas,stefano@karapetsas.com,2012-01-13 22:18:04+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_python-caja.git,mate-desktop/python-caja.git,https://github.com/mate-desktop/python-caja.git +aca4d4265f1544f79c3fbc4cb06101b3fd1a7135,kilobyte,kilobyte@8f4a4dc5-f818-0410-840f-8bcc34fcb755,2005-02-15 08:40:35+00:00,kilobyte,kilobyte@8f4a4dc5-f818-0410-840f-8bcc34fcb755,2005-02-15 08:40:35+00:00,False,8f4a4dc5-f818-0410-840f-8bcc34fcb755,8f4a4dc5-f818-0410-840f-8bcc34fcb755,* master,True,kilobyte_termrec,kilobyte/termrec,https://github.com/kilobyte/termrec +eb97f747608968cc2c29a6dedf882705c6e02f57,Tianon Gravi,admwiggin@gmail.com,2014-03-21 12:42:30-06:00,Tianon Gravi,admwiggin@gmail.com,2014-03-21 18:42:30+00:00,False,gmail,gmail,* master,True,tianon_cgroupfs-mount,tianon/cgroupfs-mount,https://github.com/tianon/cgroupfs-mount +280895bd696cfb22739a6f775bf63886226a765a,Derek Gulbranson,derek73@gmail.com,2011-02-03 18:22:15-08:00,Derek Gulbranson,derek73@gmail.com,2011-02-04 02:22:15+00:00,False,gmail,gmail,* master,True,derek73_python-nameparser,derek73/python-nameparser,https://github.com/derek73/python-nameparser +85558b8afbaf404b7d14a5a9d45a94cfdfc863f8,Adam Jacksson,ajax@freedesktop.org,2007-02-26 15:51:16+00:00,Adam Jacksson,ajax@freedesktop.org,2007-02-26 15:51:16+00:00,False,freedesktop,freedesktop,* master,True,xdg_xdg-user-dirs.git,xdg/xdg-user-dirs.git,https://gitlab.freedesktop.org/xdg/xdg-user-dirs.git +ce100017f197293521820ce0d17fc163cd73500f,Michael Schmitz,schmitzmic@gmail.com,2017-08-11 15:49:23+12:00,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2017-09-22 13:36:55+00:00,False,gmail,physik,* master,True,glaubitz_mac-fdisk-debian,glaubitz/mac-fdisk-debian,https://github.com/glaubitz/mac-fdisk-debian +476635bf54062373e23c11b68096ba68a7b658da,Jeremie Delaitre,jeremie.delaitre@technogerma.fr,2009-07-07 10:29:49+02:00,Jeremie Delaitre,jeremie.delaitre@technogerma.fr,2009-07-07 08:29:49+00:00,False,technogerma,technogerma,* master,True,IRCAD_camp.git,IRCAD/camp.git,https://github.com/IRCAD/camp.git +b676c13ae9bb3eef5620cde54556a96fe61bfbf5,jdorn,jeremy@jeremydorn.com,2012-04-29 23:33:11-07:00,jdorn,jeremy@jeremydorn.com,2012-04-30 06:33:11+00:00,False,jeremydorn,jeremydorn,* 1.5.x,True,doctrine_sql-formatter.git,doctrine/sql-formatter.git,https://github.com/doctrine/sql-formatter.git +4d7ba9de495eb5ce6d0beca11e9c81ea6c59779d,martinwhitaker,github@martin-whitaker.me.uk,2020-05-24 21:18:39+01:00,GitHub,noreply@github.com,2020-05-24 20:18:39+00:00,False,martin-whitaker,github,* main,True,memtest86plus_memtest86plus.git,memtest86plus/memtest86plus.git,https://github.com/memtest86plus/memtest86plus.git +4db3397b4d962076bca6dd047ed15627e1f9f67d,Akira Matsuda,ronnie@dio.jp,2011-02-05 22:32:10+09:00,Akira Matsuda,ronnie@dio.jp,2011-02-05 13:32:10+00:00,False,dio,dio,* master,True,kaminari_kaminari,kaminari/kaminari,https://github.com/kaminari/kaminari +c4b028ad53f7b362a864de24828d7cc39ff67b0a,Jiawei Chen,albert.ir.chen@gmail.com,2014-04-04 07:33:30-07:00,Jiawei Chen,albert.ir.chen@gmail.com,2014-04-04 14:33:30+00:00,False,gmail,gmail,* master,True,mytbk_fqterm,mytbk/fqterm,https://github.com/mytbk/fqterm +053f33ef6bb287d5c37e807adf70f4de1a5810fa,Martin R. Albrecht,martinralbrecht@googlemail.com,2015-11-03 18:26:50+00:00,Martin R. Albrecht,martinralbrecht@googlemail.com,2015-11-03 18:26:50+00:00,False,googlemail,googlemail,* master,True,fplll_fpylll.git,fplll/fpylll.git,https://github.com/fplll/fpylll.git +dc418a07eb252238c33e316c0acc81e102eb29d1,Johannes Hoppe,info@johanneshoppe.com,2018-01-09 16:51:53+01:00,Johannes Hoppe,info@johanneshoppe.com,2018-01-09 17:15:13+00:00,False,johanneshoppe,johanneshoppe,* main,True,coddingtonbear_python-measurement,coddingtonbear/python-measurement,https://github.com/coddingtonbear/python-measurement +cc91303878251c66add9c9c9413c350d22a32050,Michael Day,mikeday@corplink.com.au,2000-01-08 01:33:40+00:00,Michael Day,mikeday@corplink.com.au,2000-01-08 01:33:40+00:00,False,corplink,corplink,* master,True,worldforge_atlas-cpp,worldforge/atlas-cpp,https://github.com/worldforge/atlas-cpp +e3fd91a7bba031d77dc5683929bcd2c6c55e23cc,Martin Heni,martin@heni-online.de,2000-06-18 14:00:37+00:00,Martin Heni,martin@heni-online.de,2000-06-18 14:00:37+00:00,False,heni-online,heni-online,* master,True,kfourinline.git,kfourinline.git,https://anongit.kde.org/kfourinline.git +970eea40d1cefc254aa36f177bafa18b14800559,Ben Smith,binji@chromium.org,2015-09-07 01:37:41-07:00,Ben Smith,binji@chromium.org,2015-09-07 08:37:41+00:00,False,chromium,chromium,* main,True,WebAssembly_wabt,WebAssembly/wabt,https://github.com/WebAssembly/wabt +45142061d9afb09a66c300f72c6daee7a22f3a27,Trey Hunner,treyhunner@gmail.com,2011-10-22 09:49:51-07:00,Trey Hunner,treyhunner@gmail.com,2011-10-22 16:49:51+00:00,False,gmail,gmail,* master,True,editorconfig_editorconfig-core-c.git,editorconfig/editorconfig-core-c.git,https://github.com/editorconfig/editorconfig-core-c.git +43dddf31acbd8556ea08eb1eb714b7848c5988ac,Søren Sandmann Pedersen,ssp@src.gnome.org,2004-04-27 11:08:55+00:00,Søren Sandmann Pedersen,ssp@src.gnome.org,2004-04-27 11:08:55+00:00,False,src,src,* master,True,GNOME_sysprof.git,GNOME/sysprof.git,https://gitlab.gnome.org/GNOME/sysprof.git +bfd84cbe29deaa7a94bf960f329d16a1d4a5659f,Thomas Perl,m@thp.io,2010-10-30 13:58:42+02:00,Thomas Perl,m@thp.io,2010-10-30 11:58:42+00:00,False,thp,thp,* master,True,thp_minidb.git,thp/minidb.git,https://github.com/thp/minidb.git +488aedb37cdcca85be45db67c3e30301e122ee40,Arjun Roy,arroy@redhat.com,2009-11-06 12:42:27-08:00,Arjun Roy,arroy@redhat.com,2009-11-06 20:42:27+00:00,False,redhat,redhat,* main,True,libosinfo_osinfo-db.git,libosinfo/osinfo-db.git,https://gitlab.com/libosinfo/osinfo-db.git +95051461df395ee68d32aedec2fcb4884246ce56,joke2k,joke2k@gmail.com,2012-11-12 15:00:10-08:00,joke2k,joke2k@gmail.com,2012-11-12 23:00:10+00:00,False,gmail,gmail,* master,True,joke2k_faker,joke2k/faker,https://github.com/joke2k/faker +a66b75eb13f30b4243629f9b2c5ad24bd180c568,Andreas Seltenreich,andreas.seltenreich@credativ.de,2018-08-10 14:24:23+02:00,Andreas Seltenreich,andreas.seltenreich@credativ.de,2018-08-10 12:24:23+00:00,False,credativ,credativ,* master,True,df7cb_pg_snakeoil,df7cb/pg/snakeoil,https://github.com/df7cb/pg_snakeoil +1a67016a80ebec92f81f35a5ca3c1fcea1366fa5,FURUHASHI Sadayuki,frsyuki@users.sourceforge.jp,2013-06-01 17:02:53-07:00,FURUHASHI Sadayuki,frsyuki@users.sourceforge.jp,2013-06-02 00:02:53+00:00,False,users,users,* master,True,treasure-data_serverengine.git,treasure-data/serverengine.git,https://github.com/treasure-data/serverengine.git +f9aa19c63fb456dd493a8f8fc7fee5acd91e2d33,Dan Williams,dcbw@redhat.com,2011-07-11 20:17:14-05:00,Dan Williams,dcbw@redhat.com,2011-07-12 01:17:14+00:00,False,redhat,redhat,* main,True,mobile-broadband_libqmi.git,mobile-broadband/libqmi.git,https://gitlab.freedesktop.org/mobile-broadband/libqmi.git +e212bd97ec490a006cfe2544b72d8c48c4a42e31,Christopher J. Madsen,perl@cjmweb.net,2010-03-15 20:13:08-05:00,Christopher J. Madsen,perl@cjmweb.net,2010-03-16 01:13:08+00:00,False,cjmweb,cjmweb,* master,True,madsen_dist-zilla-plugins-cjm,madsen/dist-zilla-plugins-cjm,https://github.com/madsen/dist-zilla-plugins-cjm +2ca2f94eb8c9c461382f166520736f028f0324b5,Vadim Kurland,vadim@netcitadel.com,2007-12-25 20:03:47+00:00,Vadim Kurland,vadim@netcitadel.com,2007-12-25 20:03:47+00:00,False,netcitadel,netcitadel,* master,True,fwbuilder_fwbuilder.git,fwbuilder/fwbuilder.git,https://github.com/fwbuilder/fwbuilder.git +667004eac329869099fdccb481138f572576cb69,Scott Chamberlain,myrmecocystus@gmail.com,2011-05-19 10:06:16-05:00,Scott Chamberlain,myrmecocystus@gmail.com,2011-05-19 15:06:16+00:00,False,gmail,gmail,* master,True,ropensci_taxize.git,ropensci/taxize.git,https://github.com/ropensci/taxize.git +48dfb0c6fc683eb0512074448bc4418ad8241e40,Martin Peterson,mkp@src.gnome.org,1999-04-18 22:08:08+00:00,Martin Peterson,mkp@src.gnome.org,1999-04-18 22:08:08+00:00,False,src,src,* main,True,gnome_gdm.git,gnome/gdm.git,https://gitlab.gnome.org/gnome/gdm.git +b2b941df8b0820a5446317c30bd306cdeb6b0dd1,Rolinh - Robin Hahling,robin.hahling@gw-computing.net,2012-03-18 11:30:13+01:00,Rolinh - Robin Hahling,robin.hahling@gw-computing.net,2012-03-18 10:30:13+00:00,False,gw-computing,gw-computing,* master,True,rolinh_dfc,rolinh/dfc,https://github.com/rolinh/dfc +bf52fb8df312e51922b9f56026fa47c69349fd4b,Matt Sergeant,matt@sergeant.org,2001-11-05 22:24:52+00:00,Matt Sergeant,matt@sergeant.org,2001-11-05 22:24:52+00:00,False,sergeant,sergeant,* master,True,grantm_xml-sax,grantm/xml-sax,https://github.com/grantm/xml-sax +5a058ff68c208e13ee9e55f9f7b4ce79f307536a,jonschlinkert,dev@sellside.com,2014-09-22 11:41:27-04:00,jonschlinkert,dev@sellside.com,2014-09-22 15:41:27+00:00,False,sellside,sellside,* master,True,jonschlinkert_mixin-deep.git,jonschlinkert/mixin-deep.git,https://github.com/jonschlinkert/mixin-deep.git +dd73120ea4be3950f518816408589b04814ff7a4,Lars Op den Kamp,lars@opdenkamp.eu,2015-03-12 13:36:39+01:00,Lars Op den Kamp,lars@opdenkamp.eu,2015-03-12 12:55:06+00:00,False,opdenkamp,opdenkamp,* master,True,Pulse-Eight_platform.git,Pulse-Eight/platform.git,https://github.com/Pulse-Eight/platform.git +79f2d677749f292d3f022789d87c67e225399fab,Jun Furuse,jun.furuse@gmail.com,2010-05-03 23:37:01+09:00,Jun Furuse,jun.furuse@gmail.com,2010-05-03 14:37:01+00:00,False,gmail,gmail,* master,True,camlspotter_camlimages.git,camlspotter/camlimages.git,https://gitlab.com/camlspotter/camlimages.git +c73bf7c7ba0051cd3e52f2d4760322f62800a736,Andrey Petrov,andrey.petrov@shazow.net,2009-12-10 21:33:08-08:00,Andrey Petrov,andrey.petrov@shazow.net,2009-12-11 05:33:08+00:00,False,shazow,shazow,* main,True,urllib3_urllib3,urllib3/urllib3,https://github.com/urllib3/urllib3 +fa8174f76d88eb96b0289a305fc05728cea6fd8e,Jim Fulton,jim@zope.com,2005-05-24 20:28:53+00:00,Jim Fulton,jim@zope.com,2005-05-24 20:28:53+00:00,False,zope,zope,* master,True,zopefoundation_zope.testing,zopefoundation/zope.testing,https://github.com/zopefoundation/zope.testing +cd2ceaa0b87255ad58560007192e2a4bee83bbac,Alex Murray,murray.alex@gmail.com,2011-04-03 20:45:21+09:30,Alex Murray,murray.alex@gmail.com,2011-04-03 11:15:21+00:00,False,gmail,gmail,* master,True,alexmurray_indicator-sensors.git,alexmurray/indicator-sensors.git,https://github.com/alexmurray/indicator-sensors.git +1b1237c7d5525660d6df76e2b88047b1035fc12a,isaacs,i@izs.me,2011-03-29 19:32:09-07:00,isaacs,i@izs.me,2011-03-30 02:32:09+00:00,False,izs,izs,* main,True,npm_nopt,npm/nopt,https://github.com/npm/nopt +0923ef7fb4d6f1a5580f0ee9e48889919169c042,Stephan Hoyer,shoyer@climate.com,2015-04-07 11:48:11-07:00,Stephan Hoyer,shoyer@climate.com,2015-04-07 18:48:11+00:00,False,climate,climate,* main,True,h5netcdf_h5netcdf.git,h5netcdf/h5netcdf.git,https://github.com/h5netcdf/h5netcdf.git +fb8a8039c4ff31eb3f8c3521d17cba0627bdb4cb,Bastian Venthur,venthur@debian.org,2015-10-13 10:12:41+02:00,Bastian Venthur,venthur@debian.org,2015-10-13 08:12:41+00:00,False,debian,debian,* master,True,venthur_python-debianbts,venthur/python-debianbts,https://github.com/venthur/python-debianbts +36d89e3cdb8392b4ee52bc5bee505e6b8e8d5635,Stephan Kulow,coolo@kde.org,2003-10-06 19:27:59+00:00,Stephan Kulow,coolo@kde.org,2003-10-06 19:27:59+00:00,False,kde,kde,* master,True,icecc_icecream,icecc/icecream,https://github.com/icecc/icecream +6ea8cac4fcfaac2da428e034b410fff2a037129e,Pieter Noordhuis,pcnoordhuis@gmail.com,2010-09-21 17:06:09+02:00,Pieter Noordhuis,pcnoordhuis@gmail.com,2010-09-21 18:36:21+00:00,False,gmail,gmail,* master,True,redis_hiredis-rb.git,redis/hiredis-rb.git,https://github.com/redis/hiredis-rb.git +a0da6cd1339940b23b0c30a9a2853a490b9f5160,Henry Van Styn,vanstyn@intellitree.com,2014-08-18 14:34:01-04:00,Henry Van Styn,vanstyn@intellitree.com,2014-08-18 18:34:01+00:00,False,intellitree,intellitree,* master,True,vanstyn_Email-MIME-CreateHTML.git,vanstyn/Email-MIME-CreateHTML.git,https://github.com/vanstyn/Email-MIME-CreateHTML.git +d4457c2f9404b54ed8d89db3283c6b6a0868e42a,Jerome Vouillon,jerome.vouillon@pps.jussieu.fr,2010-06-10 16:03:08+02:00,Jerome Vouillon,jerome.vouillon@pps.jussieu.fr,2010-06-10 14:03:08+00:00,False,pps,pps,* master,True,ocsigen_js_of_ocaml.git,ocsigen/js/of/ocaml.git,https://github.com/ocsigen/js_of_ocaml.git +fff7e7b75965e954fac5ece0cde365c342f98b02,Bartosz Golaszewski,bartekgola@gmail.com,2017-01-02 11:44:35+01:00,Bartosz Golaszewski,bartekgola@gmail.com,2017-01-02 10:44:35+00:00,False,gmail,gmail,* master,True,pub_scm_libs_libgpiod_libgpiod.git,pub/scm/libs/libgpiod/libgpiod.git,https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git +ff3214d67b1de4caa64fcb82a120e9128a9e8f86,Tianon Gravi,admwiggin@gmail.com,2014-09-22 16:28:15-06:00,Tianon Gravi,admwiggin@gmail.com,2014-09-22 22:28:51+00:00,False,gmail,gmail,* master,True,tianon_gosu.git,tianon/gosu.git,https://github.com/tianon/gosu.git +75c4ec0ba4dd86e4f763a54e01002ff29f1d57ae,Benoit Jacob,benoitjacob@google.com,2015-06-25 15:50:59-04:00,Benoit Jacob,benoitjacob@google.com,2015-06-25 19:53:04+00:00,False,google,google,* master,True,google_gemmlowp,google/gemmlowp,https://github.com/google/gemmlowp +1d29b3757857380535b502ed909accd098a04b88,YuLun Shih,shih@yulun.me,2014-12-25 23:19:00+08:00,YuLun Shih,shih@yulun.me,2014-12-25 15:19:00+00:00,False,yulun,yulun,* master,True,imZack_modem-cmd.git,imZack/modem-cmd.git,https://github.com/imZack/modem-cmd.git +3854223540a58b4eab3e17ba1a2d6644a1d5b907,Tijs Verkoyen,tijs@verkoyen.eu,2010-12-05 15:30:06+01:00,Tijs Verkoyen,tijs@verkoyen.eu,2010-12-05 14:30:06+00:00,False,verkoyen,verkoyen,* master,True,tijsverkoyen_CssToInlineStyles,tijsverkoyen/CssToInlineStyles,https://github.com/tijsverkoyen/CssToInlineStyles +9995b39456379d4bd057a107befb8b1a1d9953ee,Anton D. Kachalov,mouse@ya.ru,2016-11-18 10:40:27+08:00,Anton D. Kachalov,mouse@ya.ru,2016-11-18 02:40:27+00:00,False,ya,ya,* master,True,ya-mouse_fatresize,ya-mouse/fatresize,https://github.com/ya-mouse/fatresize +ea9fdd8baf64c06fba9390b2bf64c23f2754d226,David Bartle,Captindave@gmail.com,2012-08-21 23:03:10-07:00,David Bartle,Captindave@gmail.com,2012-08-22 06:03:10+00:00,False,gmail,gmail,* master,True,captin411_ofxclient,captin411/ofxclient,https://github.com/captin411/ofxclient +70438138096a47b2505ac55634cd94947ce378b6,Perberos,perberos@gmail.com,2011-11-09 22:53:33-03:00,Perberos,perberos@gmail.com,2011-11-10 01:53:33+00:00,False,gmail,gmail,* master,True,mate-desktop_engrampa.git,mate-desktop/engrampa.git,https://github.com/mate-desktop/engrampa.git +429b8b7e69d8e8668de5f717da6f382969a70d98,Sian Cao,yinshuiboy@gmail.com,2017-07-28 16:29:14+08:00,Sian Cao,yinshuiboy@gmail.com,2017-07-28 08:29:14+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-movie-reborn.git,linuxdeepin/deepin-movie-reborn.git,https://github.com/linuxdeepin/deepin-movie-reborn.git +50cf05229b7b99e9827ffa93dfc5a07512676c28,Iustin Pop,iusty@k1024.org,2002-12-23 16:55:31+00:00,Iustin Pop,iusty@k1024.org,2002-12-23 16:55:31+00:00,False,k1024,k1024,* main,True,iustin_pylibacl,iustin/pylibacl,https://github.com/iustin/pylibacl +93cb6a6e81aee349314d5930543c33166b954e60,sloot,sloot@12f355fe-0486-481a-ad91-c297ab22b4e3,2008-07-14 12:08:07+00:00,sloot,sloot@12f355fe-0486-481a-ad91-c297ab22b4e3,2008-07-14 12:08:07+00:00,False,12f355fe-0486-481a-ad91-c297ab22b4e3,12f355fe-0486-481a-ad91-c297ab22b4e3,* master,True,LanguageMachines_timbl.git,LanguageMachines/timbl.git,https://github.com/LanguageMachines/timbl.git +af6966ec7aedbba8356a9e94ff2bc0faaae575e8,Richard Goedeken,Richard@fascinationsoftware.com,2009-12-13 00:02:45-05:00,Richard Goedeken,Richard@fascinationsoftware.com,2009-12-13 05:02:45+00:00,False,fascinationsoftware,fascinationsoftware,* master,True,mupen64plus_mupen64plus-video-rice.git,mupen64plus/mupen64plus-video-rice.git,https://github.com/mupen64plus/mupen64plus-video-rice.git +1dfa170a49cbb3b42580e545467903dd643cc934,Dimitri Fontaine,dim@tapoueh.org,2013-01-25 12:46:38+01:00,Dimitri Fontaine,dim@tapoueh.org,2013-01-25 11:46:38+00:00,False,tapoueh,tapoueh,* master,True,dimitri_pgloader,dimitri/pgloader,https://github.com/dimitri/pgloader +8e79330759b7378b7a2214a2e85b6cbddd86e41d,Eric Reynolds,eric.remo.reynolds@gmail.com,2015-11-02 11:43:44+01:00,Eric Reynolds,eric.remo.reynolds@gmail.com,2015-11-02 10:43:44+00:00,False,gmail,gmail,* master,True,fzumstein_nose-random,fzumstein/nose-random,https://github.com/fzumstein/nose-random +25d9b2458a44c8a28c541ccb1ed383ff947f126e,karl kleinpaste,karlkleinpaste@users.noreply.github.com,2014-05-11 06:46:39-07:00,karl kleinpaste,karlkleinpaste@users.noreply.github.com,2014-05-11 13:46:39+00:00,False,users,users,* master,True,karlkleinpaste_biblesync.git,karlkleinpaste/biblesync.git,https://github.com/karlkleinpaste/biblesync.git +4d20ddd615f7f07ec56d70ee90f2c61d76a7ad7f,Mike Pavone,pavone@retrodev.com,2013-09-11 00:08:33-07:00,Mike Pavone,pavone@retrodev.com,2013-09-11 07:08:33+00:00,False,retrodev,retrodev,* master,True,coringao_blastem,coringao/blastem,https://gitlab.com/coringao/blastem +0e639f7a17bd5e1bf3a2d9263005e77cd51f03ce,Kazu Yamamoto,kazu@iij.ad.jp,2010-02-19 15:15:01+09:00,Kazu Yamamoto,kazu@iij.ad.jp,2010-02-19 06:15:01+00:00,False,iij,iij,* main,True,kazu-yamamoto_pgpdump.git,kazu-yamamoto/pgpdump.git,https://github.com/kazu-yamamoto/pgpdump.git +e3a87b45f1a413c3dc04cebdf25516c2fb295284,Peter Semiletov,tea@list.ru,2016-02-11 13:37:43+00:00,Peter Semiletov,tea@list.ru,2016-02-11 13:37:43+00:00,False,list,list,* master,True,psemiletov_tea-qt.git,psemiletov/tea-qt.git,https://github.com/psemiletov/tea-qt.git +b32e0ec1fbebe933af54ebe209d7fb67ef057b13,Will McGugan,willmcgugan@gmail.com,2016-10-14 21:18:24+02:00,Will McGugan,willmcgugan@gmail.com,2016-10-14 19:18:24+00:00,False,gmail,gmail,* master,True,PyFilesystem_pyfilesystem2,PyFilesystem/pyfilesystem2,https://github.com/PyFilesystem/pyfilesystem2 +ce672687941f7fa9576ed7c1a8e8a28c2cd784c6,Timothy Lin,lzh9102@gmail.com,2011-10-16 13:43:11+08:00,Timothy Lin,lzh9102@gmail.com,2011-10-16 05:43:11+00:00,False,gmail,gmail,* master,True,qwinff_qwinff,qwinff/qwinff,https://github.com/qwinff/qwinff +624eaf907f8b52f02db3618eac4106f16498c4a0,John-Paul Stanford,jp@stanwood.org.uk,2008-07-07 20:12:20+00:00,John-Paul Stanford,jp@stanwood.org.uk,2008-07-07 20:12:20+00:00,False,stanwood,stanwood,* master,True,bomber.git,bomber.git,https://anongit.kde.org/bomber.git +a361aa20fbbbb249bc4968e804900a8f05080e45,Justin Karneges,justin@affinix.com,2003-07-10 17:31:04+00:00,Justin Karneges,justin@affinix.com,2003-07-10 17:31:04+00:00,False,affinix,affinix,* master,True,libraries_qca.git,libraries/qca.git,https://invent.kde.org/libraries/qca.git +9671b6fdf5e79d3b251c27f9acbf706d97c7e94e,Paul Beckingham,paul@beckingham.net,2013-06-15 11:36:01-04:00,Paul Beckingham,paul@beckingham.net,2013-06-15 15:36:01+00:00,False,beckingham,beckingham,* 2.x,True,scottkosty_vit.git,scottkosty/vit.git,https://github.com/scottkosty/vit.git +9cac4b0d688d74d806f47f52c12d3899659baa28,Lutz Mueller,lutz.s.mueller@gmail.com,2002-01-25 14:43:45+01:00,Lutz Mueller,lutz.s.mueller@gmail.com,2002-01-25 13:43:45+00:00,False,gmail,gmail,* master,True,libexif_libexif-gtk.git,libexif/libexif-gtk.git,https://github.com/libexif/libexif-gtk.git +1b857ff10c5c00714e553671c074870aa9b2e1a0,Johan Mattsson,johan.mattsson.m@gmail.com,2015-05-26 20:48:27+02:00,Johan Mattsson,johan.mattsson.m@gmail.com,2015-05-26 18:51:07+00:00,False,gmail,gmail,* master,True,johanmattssonm_xmlbird.git,johanmattssonm/xmlbird.git,https://github.com/johanmattssonm/xmlbird.git +962de58fb0fc5af40d15de378936c2e4a6dfae7e,Jakub Kuźma,qoobaa+github@gmail.com,2010-01-10 20:57:05+01:00,Jakub Kuźma,qoobaa+github@gmail.com,2010-01-10 19:57:05+00:00,False,gmail,gmail,* master,True,qoobaa_magic,qoobaa/magic,https://github.com/qoobaa/magic +f13a4f8e618894ee4c0d6d28c1aa89f992870bd7,mterry,,2008-04-15 05:23:34+00:00,mterry,,2008-04-15 05:23:34+00:00,False,,,* main,True,gmult,gmult,https://git.launchpad.net/gmult +0acf8cab6a8be33d8778973a162d956650dd0a03,Armin Ronacher,armin.ronacher@active-4.com,2007-11-27 23:51:17+01:00,Armin Ronacher,armin.ronacher@active-4.com,2007-11-27 22:51:17+00:00,False,active-4,active-4,* main,True,pallets_werkzeug,pallets/werkzeug,https://github.com/pallets/werkzeug +dee92b5e0acf7188d4e5bb3db6dec833a6d1ff2b,csilvers,csilvers@gmail.com,2011-02-04 22:28:15+00:00,csilvers,csilvers@gmail.com,2011-02-04 22:28:15+00:00,False,gmail,gmail,* master,True,include-what-you-use_include-what-you-use,include-what-you-use/include-what-you-use,https://github.com/include-what-you-use/include-what-you-use +0ee483496eb9b6212137c5df70b4d4cda18f66d0,riteshsarraf,,2005-06-02 22:58:16+05:30,Ritesh Raj Sarraf,rrs@researchut.com,2005-06-02 17:28:16+00:00,False,,researchut,* master,True,rickysarraf_apt-offline,rickysarraf/apt-offline,https://github.com/rickysarraf/apt-offline +1637d13b829feb4be5853d8e6e65f3ea01346ead,Patrick Altman,paltman@gmail.com,2013-01-09 22:45:47-06:00,Patrick Altman,paltman@gmail.com,2013-01-10 04:45:47+00:00,False,gmail,gmail,* master,True,pinax_pinax-notifications,pinax/pinax-notifications,https://github.com/pinax/pinax-notifications +7465eea8ef8d0fa3293ba547b592d5897207d39c,Daniel Schaffrath,daniel.schaffrath@mac.com,2007-10-24 14:03:30+00:00,Daniel Schaffrath,daniel.schaffrath@mac.com,2007-10-24 14:03:30+00:00,False,mac,mac,* next,True,flowgrind_flowgrind,flowgrind/flowgrind,https://github.com/flowgrind/flowgrind +cceb4428344d7f3be5923447c6fca3b1ad772554,Ivan Ristic,iristic@qualys.com,2009-10-29 13:46:54+00:00,Ivan Ristic,iristic@qualys.com,2009-10-29 13:46:54+00:00,False,qualys,qualys,* 0.5.x,True,OISF_libhtp,OISF/libhtp,https://github.com/OISF/libhtp +c94cbf18983fa5cb47fcfd118b8ff94d71b52361,Lucas Almeida Rocha,lucasr@src.gnome.org,2008-10-10 21:37:39+00:00,Lucas Almeida Rocha,lucasr@src.gnome.org,2008-10-10 21:37:39+00:00,False,src,src,* master,True,GNOME_gjs.git,GNOME/gjs.git,https://gitlab.gnome.org/GNOME/gjs.git +18f4bca367140fc05be78287da26a34ebc3d9286,Ed Hartnett,ed@unidata.ucar.edu,2010-06-03 13:24:43+00:00,Ed Hartnett,ed@unidata.ucar.edu,2010-06-03 13:24:43+00:00,False,unidata,unidata,* main,True,Unidata_netcdf-c.git,Unidata/netcdf-c.git,https://github.com/Unidata/netcdf-c.git +d5f13c4c086342bc7072af9b223fe5c78d65ceb6,Clement Lefebvre,clement.lefebvre@linuxmint.com,2013-01-09 10:41:02+00:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2013-01-09 10:41:02+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_cinnamon-screensaver.git,linuxmint/cinnamon-screensaver.git,https://github.com/linuxmint/cinnamon-screensaver.git +c53198ab147f5842eabdd31bc3c7f5eff1f30e4c,Sergey Poznyakoff,gray@gnu.org.ua,2008-08-25 02:59:11+03:00,Sergey Poznyakoff,gray@gnu.org.ua,2008-08-24 23:59:11+00:00,False,gnu,gnu,* master,True,rush.git,rush.git,https://git.gnu.org.ua/rush.git +4dcc0076ad4055503e4de7b751f5683bd0a831ca,Norbert Preining,preining@debian.org,2012-02-17 06:41:24+00:00,Norbert Preining,preining@debian.org,2012-02-17 06:41:24+00:00,False,debian,debian,* master,True,debian-tex_texlive-nonbin,debian-tex/texlive-nonbin,https://github.com/debian-tex/texlive-nonbin +fe4adba1be25ad55f94166b2e0556fe456930c28,Ronald Oussoren,ronaldoussoren@mac.com,2011-03-12 21:55:07-05:00,Ronald Oussoren,ronaldoussoren@mac.com,2011-03-13 02:55:07+00:00,False,mac,mac,* master,True,ronaldoussoren_macholib,ronaldoussoren/macholib,https://github.com/ronaldoussoren/macholib +97561db8664eaf86a1e4c7b77d5fb5d5bff6681e,Adrian Schröter,adrian@suse.de,2006-02-21 15:31:42+00:00,Adrian Schröter,adrian@suse.de,2006-02-21 15:31:42+00:00,False,suse,suse,* master,True,openSUSE_open-build-service,openSUSE/open-build-service,https://github.com/openSUSE/open-build-service +39a0cfa306f8c0a93c82b7ffb9831bc67ee38870,Jon Reid,jon.reid@mac.com,2010-11-28 21:15:36+00:00,Jon Reid,jon.reid@mac.com,2010-11-28 21:15:36+00:00,False,mac,mac,* main,True,hamcrest_PyHamcrest,hamcrest/PyHamcrest,https://github.com/hamcrest/PyHamcrest +5f7b1f94c1bd43a75c2941f0b23249e9c1c6d2e8,Martin Morgan,mtmorgan@fhcrc.org,2009-09-04 00:20:56+00:00,Martin Morgan,mtmorgan@fhcrc.org,2009-09-04 00:20:56+00:00,False,fhcrc,fhcrc,* devel,True,Bioconductor_Rsamtools.git,Bioconductor/Rsamtools.git,https://github.com/Bioconductor/Rsamtools.git +cbadda7f733486e95d328bbacf94508092e41976,Bruno Renié,brutasse@gmail.com,2014-07-01 16:35:13+02:00,Bruno Renié,brutasse@gmail.com,2014-07-01 14:35:13+00:00,False,gmail,gmail,* master,True,exoscale_cs,exoscale/cs,https://github.com/exoscale/cs +c6b2a1c45f9881ef04af0cff03736662e697f9ac,n2ygk,,2004-02-24 21:34:05+00:00,n2ygk,,2004-02-24 21:34:05+00:00,False,,,* master,True,n2ygk_aprsdigi.git,n2ygk/aprsdigi.git,https://github.com/n2ygk/aprsdigi.git +a9504bce38233498692dcd17ef2ecad3a469d53a,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2016-12-04 09:42:22+00:00,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2016-12-04 09:42:22+00:00,False,greenbone,greenbone,* main,True,greenbone_gvm-libs,greenbone/gvm-libs,https://github.com/greenbone/gvm-libs +2be3371fa6f793b9562f0f891fe561effd511ca9,Vincent Rabaud,vincent.rabaud@gmail.com,2015-11-22 22:37:36+01:00,Vincent Rabaud,vincent.rabaud@gmail.com,2015-11-22 21:37:36+00:00,False,gmail,gmail,* rolling,True,ros-perception_vision_opencv,ros-perception/vision/opencv,https://github.com/ros-perception/vision_opencv +3fad47e76bf79595a23563765bb7e22b76214ae3,Dom Lachowicz,domlachowicz@gmail.com,2005-02-15 13:55:43+00:00,dom,dom@bcba8976-2d24-0410-9c9c-aab3bd5fdfd6,2005-02-15 13:55:43+00:00,False,gmail,bcba8976-2d24-0410-9c9c-aab3bd5fdfd6,* master,True,opencog_link-grammar.git,opencog/link-grammar.git,https://github.com/opencog/link-grammar.git +2b1d647d73d9abe6b6b49d88c5cb2e4beb9eaf4c,alanw,alanwright.atex@googlemail.com,2010-08-19 23:24:58+01:00,alanw,alanwright.atex@googlemail.com,2010-08-19 22:24:58+00:00,False,googlemail,googlemail,* master,True,luceneplusplus_LucenePlusPlus.git,luceneplusplus/LucenePlusPlus.git,https://github.com/luceneplusplus/LucenePlusPlus.git +08c4dbb82205f6dbb3e3e1c024a10741bdc632d3,Brian E. Granger,ellisonbg@gmail.com,2010-02-11 14:04:41-08:00,Brian E. Granger,ellisonbg@gmail.com,2010-02-11 22:04:41+00:00,False,gmail,gmail,* main,True,zeromq_pyzmq.git,zeromq/pyzmq.git,https://github.com/zeromq/pyzmq.git +eb89a93b6f035059267d1bf63a44f4ffafc224b9,JP,jpellerin@gmail.com,2012-01-19 09:43:35-05:00,JP,jpellerin@gmail.com,2012-01-19 14:43:35+00:00,False,gmail,gmail,* main,True,nose-devs_nose2.git,nose-devs/nose2.git,https://github.com/nose-devs/nose2.git +ece5e9b731efb036f7afd84155b18bd03442f829,Luis Cordova,cordoval@gmail.com,2011-08-30 11:28:24-05:00,Luis Cordova,cordoval@gmail.com,2011-08-30 16:28:24+00:00,False,gmail,gmail,* master,True,hamcrest_hamcrest-php.git,hamcrest/hamcrest-php.git,https://github.com/hamcrest/hamcrest-php.git +52e6ed54cbaf05cd1829099e04427d1706ca0da4,Drew DeVault,sir@cmpwn.com,2017-04-25 11:32:52-04:00,Drew DeVault,sir@cmpwn.com,2017-04-25 15:32:52+00:00,False,cmpwn,cmpwn,* master,True,swaywm_wlroots,swaywm/wlroots,https://github.com/swaywm/wlroots +06b07bff559bdf86876c132de29c6dcd15a3663a,Kartik Thakore,thakore.kartik@gmail.com,2009-08-06 21:18:06-04:00,Kartik Thakore,thakore.kartik@gmail.com,2009-08-07 01:18:06+00:00,False,gmail,gmail,* master,True,PerlGameDev_Alien-SDL.git,PerlGameDev/Alien-SDL.git,https://github.com/PerlGameDev/Alien-SDL.git +7c7a9ca4471cb77f8ef2d8689d8e657d36359ccd,David Leadbeater,dgl@dgl.cx,2010-07-25 11:05:31+01:00,David Leadbeater,dgl@dgl.cx,2010-07-25 10:05:31+00:00,False,dgl,dgl,* master,True,dgl_re-engine-RE2.git,dgl/re-engine-RE2.git,https://github.com/dgl/re-engine-RE2.git +d8b36f3e26c24c5bdcb045603395c911eb9f8636,tiagocoutinho,tiagocoutinho@4e9c00fd-8f2e-0410-aa12-93ce3db5e235,2012-02-13 09:12:55+00:00,tiagocoutinho,tiagocoutinho@4e9c00fd-8f2e-0410-aa12-93ce3db5e235,2012-02-13 09:12:55+00:00,False,4e9c00fd-8f2e-0410-aa12-93ce3db5e235,4e9c00fd-8f2e-0410-aa12-93ce3db5e235,* develop,True,tango-controls_pytango,tango-controls/pytango,https://gitlab.com/tango-controls/pytango +d23125349868e391d43bc8fb8588f11892b3ef7d,koehlma,linuxmaxi@googlemail.com,2012-04-11 01:17:02+02:00,koehlma,linuxmaxi@googlemail.com,2012-04-10 23:17:02+00:00,False,googlemail,googlemail,* master,True,koehlma_pygtkspellcheck,koehlma/pygtkspellcheck,https://github.com/koehlma/pygtkspellcheck +f63a9655125c053491cdaa9c41aa6232df49fcbe,Anthony Desnos,desnos@t0t0.fr,2010-10-25 16:48:39+02:00,Anthony Desnos,desnos@t0t0.fr,2010-10-25 14:48:39+00:00,False,t0t0,t0t0,* master,True,androguard_androguard,androguard/androguard,https://github.com/androguard/androguard +bff13c8334bf1b9ddcd61464e3535af5eee5e36c,Stein Magnus Jodal,stein.magnus@jodal.no,2014-06-22 11:49:22+02:00,Stein Magnus Jodal,stein.magnus@jodal.no,2014-06-22 09:49:22+00:00,False,jodal,jodal,* main,True,mopidy_mopidy-alsamixer,mopidy/mopidy-alsamixer,https://github.com/mopidy/mopidy-alsamixer +845fe17e199bde305304018c93bb159e7de84d7a,Dennis Kasprzyk,onestone@beryl-project.org,2007-05-21 18:08:28+02:00,Dennis Kasprzyk,onestone@beryl-project.org,2007-05-21 16:08:28+00:00,False,beryl-project,beryl-project,* master,True,compiz_compiz-plugins-experimental.git,compiz/compiz-plugins-experimental.git,https://gitlab.com/compiz/compiz-plugins-experimental.git +7edb87599f3887747188c634b411a4071e8665b1,Marco d'Itri,md@linux.it,2016-12-28 15:34:38+01:00,Marco d'Itri,md@linux.it,2016-12-28 14:34:38+00:00,False,linux,linux,* master,True,rfc1036_rblcheck,rfc1036/rblcheck,https://github.com/rfc1036/rblcheck +42407a28cf9b07431ae6514a532586190c0722bc,Thomas Robitaille,thomas.robitaille@gmail.com,2018-01-29 15:31:22+00:00,Thomas Robitaille,thomas.robitaille@gmail.com,2018-01-31 16:21:23+00:00,False,gmail,gmail,* main,True,astropy_sphinx-astropy,astropy/sphinx-astropy,https://github.com/astropy/sphinx-astropy +9959c2b13ded64a5e66359a8097250dc9d87fc1c,David Reveman,c99drn@cs.umu.se,2006-02-09 06:03:09+00:00,David Reveman,c99drn@cs.umu.se,2006-02-09 06:03:09+00:00,False,cs,cs,* master,True,compiz_compiz-core.git,compiz/compiz-core.git,https://gitlab.com/compiz/compiz-core.git +f92539f00e825af65bc4abdb57453bf1189a8156,Rune Haubo B Christensen,rune.haubo@gmail.com,2018-01-17 17:28:44+01:00,GitHub,noreply@github.com,2018-01-17 16:28:44+00:00,False,gmail,github,* master,True,runehaubo_lmerTestR.git,runehaubo/lmerTestR.git,https://github.com/runehaubo/lmerTestR.git +67ed3ed9d9afcb34077d0337923dbb0d599befe6,Khaled Hosny,khaledhosny@eglug.org,2012-08-23 06:25:19+02:00,Khaled Hosny,khaledhosny@eglug.org,2012-08-23 04:25:19+00:00,False,eglug,eglug,* master,True,fontforge_libuninameslist,fontforge/libuninameslist,https://github.com/fontforge/libuninameslist +b09fe0bcf65b617f8fd214d3e718e731bc54207c,Percy Perez,percyp3@gmail.com,2012-02-17 10:59:34-08:00,Percy Perez,percyp3@gmail.com,2012-02-17 18:59:34+00:00,False,gmail,gmail,* master,True,orcasgit_python-fitbit,orcasgit/python-fitbit,https://github.com/orcasgit/python-fitbit +b7701e4cdd01295f7d1b8ad074788d2d2c313b57,Connor Imes,connor.k.imes@gmail.com,2016-06-22 10:27:25-05:00,Connor Imes,connor.k.imes@gmail.com,2016-06-22 15:30:48+00:00,False,gmail,gmail,* master,True,connorimes_powercap,connorimes/powercap,https://github.com/connorimes/powercap +f593c27bae00fce116cc06fb61a944b3e7497c5e,Artyom Zorin,azorin@zoringroup.com,2016-09-21 01:29:56+01:00,GitHub,noreply@github.com,2016-09-21 00:29:56+00:00,False,zoringroup,github,* master,True,home-sweet-gnome_dash-to-panel.git,home-sweet-gnome/dash-to-panel.git,https://github.com/home-sweet-gnome/dash-to-panel.git +b4ad9f2ccbedae1aadf8625a703291228f41f964,gritter,gritter,2004-09-05 13:13:28+00:00,gritter,gritter,2004-09-05 13:13:28+00:00,False,gritter,gritter,* master,True,cgit_s-nail.git,cgit/s-nail.git,https://git.sdaoden.eu/cgit/s-nail.git +a8f5e4bec68a5fec1b82c4e3aa844cb6fc17a487,Chris Wanstrath,chris@ozmm.org,2009-10-13 14:48:51-07:00,Chris Wanstrath,chris@ozmm.org,2009-10-13 21:48:51+00:00,False,ozmm,ozmm,* master,True,resque_redis-namespace,resque/redis-namespace,https://github.com/resque/redis-namespace +3036eeca0abfee39d2a0feab4ae3ff1d28975999,Benoit Jacob,jacob.benoit.1@gmail.com,2007-05-30 06:24:51+00:00,Benoit Jacob,jacob.benoit.1@gmail.com,2007-05-30 06:24:51+00:00,False,gmail,gmail,* master,True,libeigen_eigen.git,libeigen/eigen.git,https://gitlab.com/libeigen/eigen.git +b55d446448268d8705bd3cb1ac58e28e74a75343,Erik Hetzner,egh@e6h.org,2013-08-14 21:39:26-07:00,Erik Hetzner,egh@e6h.org,2013-08-15 04:39:26+00:00,False,e6h,e6h,* master,True,egh_ledger-autosync,egh/ledger-autosync,https://gitlab.com/egh/ledger-autosync +2bc05eab6be0c65a2d00ea3a898082e396d5d637,Georg Brandl,georg@python.org,2009-05-17 19:36:23+02:00,Georg Brandl,georg@python.org,2009-05-17 17:36:23+00:00,False,python,python,* main,True,sphinx-contrib_spelling,sphinx-contrib/spelling,https://github.com/sphinx-contrib/spelling +41d147324f47bdd9644c15eb71e76d9195b15245,David Cramer,dcramer@gmail.com,2010-12-27 18:32:11-08:00,David Cramer,dcramer@gmail.com,2010-12-28 02:32:39+00:00,False,gmail,gmail,* master,True,disqus_django-bitfield,disqus/django-bitfield,https://github.com/disqus/django-bitfield +ad6f7937db736aead2d3808bb6be449bb1a2d165,Duncan Mac-Vicar Prett,duncan@kde.org,2002-01-03 02:15:31+00:00,Duncan Mac-Vicar Prett,duncan@kde.org,2002-01-03 02:15:31+00:00,False,kde,kde,* master,True,kopete.git,kopete.git,https://anongit.kde.org/kopete.git +6b62a0b2d522563b9959bc200d861ef67f6eb5b4,Thomas Kemmer,tkemmer@computer.org,2014-02-07 22:20:19-08:00,Thomas Kemmer,tkemmer@computer.org,2014-02-08 06:20:19+00:00,False,computer,computer,* master,True,tkem_uritools,tkem/uritools,https://github.com/tkem/uritools +beac245a056212acd56127e9ebbfbb92450cf7d8,Elmar S. Heeb,heeb@phys.ethz.ch,2014-07-31 16:13:27+02:00,Elmar S. Heeb,heeb@phys.ethz.ch,2014-07-31 14:13:27+00:00,False,phys,phys,* master,True,elmar_dh-dist-zilla,elmar/dh-dist-zilla,https://github.com/elmar/dh-dist-zilla +46e8a0b638501ea8559ae254892507d6ae5662ac,Christoph Grenz,christophg+gitorious@grenz-bonn.de,2015-07-08 00:07:11+02:00,Christoph Grenz,christophg+gitorious@grenz-bonn.de,2015-07-07 22:07:11+00:00,False,grenz-bonn,grenz-bonn,* master,True,ddcci-driver-linux_ddcci-driver-linux.git,ddcci-driver-linux/ddcci-driver-linux.git,https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git +a5214f79ef68252f51402006a52deebdee2d803e,Brian Harris,brian@idsoftware.com,2012-11-26 09:22:41-08:00,Brian Harris,brian@idsoftware.com,2012-11-26 17:22:41+00:00,False,idsoftware,idsoftware,* master,True,RobertBeckebans_RBDOOM-3-BFG,RobertBeckebans/RBDOOM-3-BFG,https://github.com/RobertBeckebans/RBDOOM-3-BFG +547aa29eae8310fea499060cad3169e3cee4272b,Alberto Mardegan,mardy.tardi@gmail.com,2015-09-11 14:37:22+00:00,Alberto Mardegan,mardy.tardi@gmail.com,2015-09-11 14:37:22+00:00,False,gmail,gmail,* master,True,accounts-sso_signon-plugin-oauth2.git,accounts-sso/signon-plugin-oauth2.git,https://gitlab.com/accounts-sso/signon-plugin-oauth2.git +f17dac41f91c6f5ec546469bdb35e90ef6915c4f,Zeeshan Ali (Khattak),zeeshanak@gnome.org,2011-10-04 16:04:10+03:00,Zeeshan Ali (Khattak),zeeshanak@gnome.org,2011-10-04 13:04:10+00:00,False,gnome,gnome,* main,True,GNOME_gnome-boxes,GNOME/gnome-boxes,https://gitlab.gnome.org/GNOME/gnome-boxes +ee9ba96d214fe859becc9e595e8734f5e16395d7,major,major@dfw.mhtx.net,2009-09-16 01:36:40+00:00,major,major@dfw.mhtx.net,2009-09-16 01:36:40+00:00,False,dfw,dfw,* master,True,major_MySQLTuner-perl,major/MySQLTuner-perl,https://github.com/major/MySQLTuner-perl +44ebfe165b4d3009e5377f2e672297a94f284e44,Marco d'Itri,md@linux.it,2000-04-07 18:24:53+02:00,Marco d'Itri,md@linux.it,2013-04-01 03:56:19+00:00,False,linux,linux,* master,True,rfc1036_gup,rfc1036/gup,https://github.com/rfc1036/gup +c703771bea2366d2cb740c38e020d6a2f207add3,plt,freeplant@gmail.com,2013-08-05 02:08:07-07:00,plt,freeplant@gmail.com,2013-08-05 09:08:07+00:00,False,gmail,gmail,* master,True,haiwen_seafile-client.git,haiwen/seafile-client.git,https://github.com/haiwen/seafile-client.git +18b30745869ef02761d2ccc24bef71fae08fe845,Carlos Garcia Campos,carlosgc@gnome.org,2010-08-08 16:26:59+02:00,Carlos Garcia Campos,carlosgc@gnome.org,2010-09-03 12:50:52+00:00,False,gnome,gnome,* master,True,GNOME_libgxps.git,GNOME/libgxps.git,https://gitlab.gnome.org/GNOME/libgxps.git +3420b3a9520ee433a190f52e6491fb5ac219ace9,Volodya Kolesnikov,voloko@gmail.com,2009-03-21 11:58:49+03:00,Volodya Kolesnikov,voloko@gmail.com,2009-03-21 08:58:49+00:00,False,gmail,gmail,* main,True,zzak_sdoc.git,zzak/sdoc.git,https://github.com/zzak/sdoc.git +13405d3f3eaeefc9e251ea614108c68aa7feb918,Artur Barseghyan,artur.barseghyan@gmail.com,2013-09-08 16:05:21+02:00,Artur Barseghyan,artur.barseghyan@gmail.com,2013-09-08 14:05:21+00:00,False,gmail,gmail,* master,True,barseghyanartur_transliterate,barseghyanartur/transliterate,https://github.com/barseghyanartur/transliterate +d960229a091a7bd5b3ce4a29ae5f5648978af51c,Marc-André Lureau,marcandre.lureau@gmail.com,2010-11-23 17:00:17+01:00,Marc-André Lureau,marcandre.lureau@gmail.com,2010-11-23 16:00:17+00:00,False,gmail,gmail,* master,True,spice_spice-gtk.git,spice/spice-gtk.git,https://gitlab.freedesktop.org/spice/spice-gtk.git +8ad766f537e5156ad4fd0882959373e79f2d95f0,pjkersha,pjkersha@051b1e3e-aa0c-0410-b6c2-bfbade6052be,2012-01-06 16:16:03+00:00,pjkersha,pjkersha@051b1e3e-aa0c-0410-b6c2-bfbade6052be,2012-01-06 16:16:03+00:00,False,051b1e3e-aa0c-0410-b6c2-bfbade6052be,051b1e3e-aa0c-0410-b6c2-bfbade6052be,* master,True,cedadev_ndg_httpsclient,cedadev/ndg/httpsclient,https://github.com/cedadev/ndg_httpsclient +e9b1c9202908745fff22e9e4bf3d7bb7d6f6c6f5,Kim Davies,kim@cynosure.com.au,2013-05-27 15:22:14-07:00,Kim Davies,kim@cynosure.com.au,2013-05-27 22:22:14+00:00,False,cynosure,cynosure,* master,True,kjd_idna,kjd/idna,https://github.com/kjd/idna +01d93dd4877339086413819c0d3e58bf1e5fafaa,Taketoshi Sano,sano@debian.org,2008-05-28 15:23:17+02:00,Taketoshi Sano,sano@debian.org,2008-05-28 13:23:17+00:00,False,debian,debian,* master,True,agmartin_linuxdoc-tools,agmartin/linuxdoc-tools,https://gitlab.com/agmartin/linuxdoc-tools +50b1e93b818dc2946080fe6318693a4a73859d64,Stefan Koch,skoch@suse.de,2015-05-12 11:41:29+02:00,Stefan Koch,skoch@suse.de,2015-05-12 09:41:29+00:00,False,suse,suse,* master,True,kochstefan_usbauth-all.git,kochstefan/usbauth-all.git,https://github.com/kochstefan/usbauth-all.git +933de80315ccd64f5f89dd4cd44bf20d5100579a,thomas,thomas@44c647ce-9c0f-0410-b52a-842ac1e357ba,2009-04-28 10:23:49+00:00,thomas,thomas@44c647ce-9c0f-0410-b52a-842ac1e357ba,2009-04-28 10:23:49+00:00,False,44c647ce-9c0f-0410-b52a-842ac1e357ba,44c647ce-9c0f-0410-b52a-842ac1e357ba,* 3.21.x,True,laminas_laminas-stdlib,laminas/laminas-stdlib,https://github.com/laminas/laminas-stdlib +9dc558c6377c80a7d070935a9774f4ba0d53f14f,Sandro Mani,manisandro@gmail.com,2014-09-03 23:44:33+02:00,Sandro Mani,manisandro@gmail.com,2014-09-03 21:44:33+00:00,False,gmail,gmail,* master,True,manisandro_qtspell.git,manisandro/qtspell.git,https://github.com/manisandro/qtspell.git +cc8cd8daaf29146cb183764ebd97584c8db3ee92,Marcin Mielżyński,lopx@gazeta.pl,2013-08-01 17:52:36+02:00,Marcin Mielżyński,lopx@gazeta.pl,2013-08-01 15:52:36+00:00,False,gazeta,gazeta,* master,True,jruby_joni.git,jruby/joni.git,https://github.com/jruby/joni.git +75fd77f1b212ae02191247c1bfe947dff6c8f823,Marcel Martin,marcel.martin@scilifelab.se,2018-11-27 13:31:50+01:00,Marcel Martin,marcel.martin@scilifelab.se,2018-11-27 12:31:50+00:00,False,scilifelab,scilifelab,* main,True,marcelm_alignlib.git,marcelm/alignlib.git,https://github.com/marcelm/alignlib.git +85dc57beee57c4d5abd24111fc2d07b973009966,Mischa Peters,mischa@high5.net,2007-03-24 07:27:00+00:00,Mischa Peters,mischa@high5.net,2007-03-24 07:27:00+00:00,False,high5,high5,* master,True,postfixadmin_postfixadmin,postfixadmin/postfixadmin,https://github.com/postfixadmin/postfixadmin +368605b8ad3bb2bcf5e259c63d8392f7adb14afd,Jim Easterbrook,jim@jim-easterbrook.me.uk,2009-01-27 18:10:47+00:00,Jim Easterbrook,jim@jim-easterbrook.me.uk,2009-01-27 18:10:47+00:00,False,jim-easterbrook,jim-easterbrook,* main,True,jim-easterbrook_pywws,jim-easterbrook/pywws,https://github.com/jim-easterbrook/pywws +61b9ed6723ba95e92e04772f22cf2131a8e0ac1f,jmk-foofus,jmk@foofus.net,2015-05-27 21:50:49-05:00,jmk-foofus,jmk@foofus.net,2015-05-28 02:50:49+00:00,False,foofus,foofus,* master,True,jmk-foofus_medusa,jmk-foofus/medusa,https://github.com/jmk-foofus/medusa +e58cdc65bb14227b4f07c94286b7f2b6c26aea9c,Nick Andrik,nick.andrik@gmail.com,2012-12-26 03:59:50+02:00,Nick Andrik,nick.andrik@gmail.com,2012-12-26 01:59:50+00:00,False,gmail,gmail,* master,True,andrikos_kismet-debian,andrikos/kismet-debian,https://github.com/andrikos/kismet-debian +fb0ed0c2cddcabc323d83f87acef12e0b55bb9fb,rbanffy,rbanffy@gmail.com,2012-09-23 08:36:01-07:00,rbanffy,rbanffy@gmail.com,2012-09-23 15:36:01+00:00,False,gmail,gmail,* master,True,kilobyte_3270font,kilobyte/3270font,https://github.com/kilobyte/3270font +f2a730ff98b25ce293c078b1232ffac78de96ab2,Anthony Vital,anthony.vital@gmail.com,2014-12-20 15:59:18+01:00,Anthony Vital,anthony.vital@gmail.com,2014-12-20 14:59:18+00:00,False,gmail,gmail,* master,True,anthon38_gmailfeed.git,anthon38/gmailfeed.git,https://github.com/anthon38/gmailfeed.git +bf8b159315f6362cfef2bd44d8379c4760035e8d,Rick van Hattem,Wolph@wol.ph,2014-10-16 18:15:09+02:00,Rick van Hattem,Wolph@wol.ph,2014-10-16 16:15:09+00:00,False,wol,wol,* develop,True,WoLpH_numpy-stl,WoLpH/numpy-stl,https://github.com/WoLpH/numpy-stl +b3214826507fefd74f1b2c708827d01a120820af,Lekensteyn,lekensteyn@gmail.com,2011-12-27 19:46:22+01:00,Lekensteyn,lekensteyn@gmail.com,2011-12-27 18:46:22+00:00,False,gmail,gmail,* master,True,Bumblebee-Project_bbswitch,Bumblebee-Project/bbswitch,https://github.com/Bumblebee-Project/bbswitch +846fae24a957cec16ccbac491f41fc7352a71c8e,Joe Cheng,joe@rstudio.org,2013-02-26 16:20:34-08:00,Joe Cheng,joe@rstudio.org,2013-02-27 00:21:06+00:00,False,rstudio,rstudio,* main,True,rstudio_httpuv.git,rstudio/httpuv.git,https://github.com/rstudio/httpuv.git +5034191fbc3dcbffd982628f56aaa090dc4c6105,Greg Thornton,xdissent@gmail.com,2010-01-08 16:48:18-06:00,Greg Thornton,xdissent@gmail.com,2010-01-08 22:48:18+00:00,False,gmail,gmail,* master,True,nijel_utidylib.git,nijel/utidylib.git,https://github.com/nijel/utidylib.git +1aefd29d8f01e1f38f271cfefc294d584335ed3f,bgoglin,bgoglin@b20c0237-0900-0410-9b41-d09804560211,2005-09-05 18:31:33+00:00,bgoglin,bgoglin@b20c0237-0900-0410-9b41-d09804560211,2005-09-05 18:31:33+00:00,False,b20c0237-0900-0410-9b41-d09804560211,b20c0237-0900-0410-9b41-d09804560211,* master,True,bgoglin_lltag,bgoglin/lltag,https://github.com/bgoglin/lltag +54bc4e024a73b9f56aec6c2374580ae023ac1805,Joachim Metz,joachim.metz@gmail.com,2014-09-21 17:47:14+02:00,Joachim Metz,joachim.metz@gmail.com,2014-09-21 15:47:14+00:00,False,gmail,gmail,* main,True,libyal_libfwsi.git,libyal/libfwsi.git,https://github.com/libyal/libfwsi.git +ab8b381769797c72dcc31713849c72730ec834c5,Russell Jones,russjones@users.noreply.github.com,2014-02-19 18:32:48-08:00,Russell Jones,russjones@users.noreply.github.com,2014-02-20 02:32:48+00:00,False,users,users,* master,True,mailgun_dnsq.git,mailgun/dnsq.git,https://github.com/mailgun/dnsq.git +0421a20937f15fd8498a59a7f32b81a4fefbe946,Takashi Iwai,tiwai@suse.de,2000-04-27 15:45:27+02:00,Takashi Iwai,tiwai@suse.de,2000-04-27 13:45:27+00:00,False,suse,suse,* master,True,tiwai_awesfx.git,tiwai/awesfx.git,https://github.com/tiwai/awesfx.git +7ec4d00ea72ebeba4f3ce72e78a84e8d20c6f659,Brian Brazil,brian.brazil@gmail.com,2015-02-04 09:44:34+00:00,Brian Brazil,brian.brazil@gmail.com,2015-02-09 23:02:29+00:00,False,gmail,gmail,* master,True,prometheus_client_python.git,prometheus/client/python.git,https://github.com/prometheus/client_python.git +e6346abc3b7529c8077b2b331ad20b6effb765ba,Sergey Astanin,s.astanin@gmail.com,2013-03-08 16:15:04+01:00,Sergey Astanin,s.astanin@gmail.com,2013-03-08 15:15:04+00:00,False,gmail,gmail,* master,True,astanin_python-tabulate.git,astanin/python-tabulate.git,https://github.com/astanin/python-tabulate.git +e78c31137560429f69ec312a90b0ea30cbc80965,Ray Plante,rplante@ncsa.illinois.edu,2013-01-09 02:24:03+00:00,Ray Plante,rplante@ncsa.illinois.edu,2013-01-09 02:24:03+00:00,False,ncsa,ncsa,* main,True,pyvirtobs_pyvo.git,pyvirtobs/pyvo.git,https://github.com/pyvirtobs/pyvo.git +161e8923afad20bae00fcdcea571af3d67301b8d,Jonathan Thomas,Jonathan.Oomph@gmail.com,2011-10-11 08:44:27-05:00,Jonathan Thomas,Jonathan.Oomph@gmail.com,2011-10-11 13:44:27+00:00,False,gmail,gmail,* develop,True,OpenShot_libopenshot.git,OpenShot/libopenshot.git,https://github.com/OpenShot/libopenshot.git +2ed61cfb3ad3d404b9a44bbb3f4c8083b469ae22,randomguy3,randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64,2012-01-06 13:44:40+00:00,randomguy3,randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64,2012-01-06 13:44:40+00:00,False,7c02a99a-9b00-45e3-bf44-6f3dd7fddb64,7c02a99a-9b00-45e3-bf44-6f3dd7fddb64,* master,True,tikzit_tikzit.git,tikzit/tikzit.git,https://github.com/tikzit/tikzit.git +a66dcc4ecfc1daa8b4f11af99551f92f22b136f9,Ignacio R. Morelle,shadowm@wesnoth.org,2011-06-21 02:50:38-04:00,Ignacio R. Morelle,shadowm@wesnoth.org,2011-06-21 06:50:38+00:00,False,wesnoth,wesnoth,* master,True,frogatto_frogatto.git,frogatto/frogatto.git,https://github.com/frogatto/frogatto.git +e7b246b65638dba58c8c533430348cc82f685daf,dpryan79,dpryan79@gmail.com,2016-03-09 18:04:03+01:00,dpryan79,dpryan79@gmail.com,2016-03-09 17:04:03+00:00,False,gmail,gmail,* master,True,deeptools_deeptools_intervals,deeptools/deeptools/intervals,https://github.com/deeptools/deeptools_intervals +62436cc63f3b9a6ab85614743c84fd851787df7d,Kip Hampton,khampton@totalcinema.com,2011-07-08 05:45:02-07:00,Kip Hampton,khampton@totalcinema.com,2011-07-08 12:45:02+00:00,False,totalcinema,totalcinema,* master,True,tamarou_magpie.git,tamarou/magpie.git,https://github.com/tamarou/magpie.git +7db8ca7203eb0c1efb9b3e94240dc3869d5ba211,Bernardo Heynemann,heynemann@gmail.com,2013-04-12 11:08:53-07:00,Bernardo Heynemann,heynemann@gmail.com,2013-04-12 18:08:53+00:00,False,gmail,gmail,* master,True,heynemann_preggy,heynemann/preggy,https://github.com/heynemann/preggy +922e98adc9de53178e834acdc6ba49d6d9484003,Marc Mulcahy,marcm@src.gnome.org,2004-05-21 23:02:56+00:00,Marc Mulcahy,marcm@src.gnome.org,2004-05-21 23:02:56+00:00,False,src,src,* main,True,GNOME_orca,GNOME/orca,https://gitlab.gnome.org/GNOME/orca +2e170943ff1dcef5c638a5093d4460932c252fc4,Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2011-05-09 17:08:35+02:00,Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2011-05-09 15:08:35+00:00,False,physik,physik,* master,True,glaubitz_gkrellm-cpufreq-debian,glaubitz/gkrellm-cpufreq-debian,https://github.com/glaubitz/gkrellm-cpufreq-debian +e7cff2e6dfb5ec22a6dd80d9eb0b2864b69beee8,Alexandre Dantas,alex.dantas92@gmail.com,2013-05-02 20:54:17-03:00,Alexandre Dantas,alex.dantas92@gmail.com,2013-05-02 23:54:17+00:00,False,gmail,gmail,* readme,True,alexdantas_xbomb.debian,alexdantas/xbomb.debian,https://github.com/alexdantas/xbomb.debian +ef58491616d9dea84031ea54b015426989c1c078,Ryan Davis,ryand@zenspider.com,2006-08-14 20:50:47-08:00,Ryan Davis,ryand@zenspider.com,2006-08-15 04:50:47+00:00,False,zenspider,zenspider,* master,True,seattlerb_ruby2ruby.git,seattlerb/ruby2ruby.git,https://github.com/seattlerb/ruby2ruby.git +b881374aa25964b88c30c6afb8ee92484a6aa5fa,Peter Wang,tjaden@users.sourceforge.net,2010-06-14 09:38:52+00:00,Peter Wang,tjaden@users.sourceforge.net,2010-06-14 09:38:52+00:00,False,users,users,* master,True,liballeg_allegro5.git,liballeg/allegro5.git,https://github.com/liballeg/allegro5.git +8d4f70b15a8c77f418dc36bcb555c36b3e59d6cd,Dom Lachowicz,domlachowicz@gmail.com,2003-07-13 16:10:46+00:00,Dom Lachowicz,domlachowicz@gmail.com,2003-07-13 16:10:46+00:00,False,gmail,gmail,* master,True,AbiWord_enchant.git,AbiWord/enchant.git,https://github.com/AbiWord/enchant.git +3d36af9cc36082a4793ae19b27e237cc31f5f6e7,mpkocher,michael.kocher@me.com,2015-07-09 09:29:26-07:00,mpkocher,michael.kocher@me.com,2015-07-09 16:29:26+00:00,False,me,me,* develop,True,PacificBiosciences_pbcommand,PacificBiosciences/pbcommand,https://github.com/PacificBiosciences/pbcommand +18227be4c7947c2687d0e5a4260a460476aba6b8,Astro,astro@spaceboyz.net,2010-05-22 15:26:33+02:00,Astro,astro@spaceboyz.net,2010-05-22 13:26:33+00:00,False,spaceboyz,spaceboyz,* master,True,astro_node-expat,astro/node-expat,https://github.com/astro/node-expat +01e583d55a512a3b2449d39962b626c0b6dbc452,Vince Carey,stvjc@channing.harvard.edu,2005-11-04 19:44:03+00:00,Vince Carey,stvjc@channing.harvard.edu,2005-11-04 19:44:03+00:00,False,channing,channing,* devel,True,Bioconductor_Biostrings.git,Bioconductor/Biostrings.git,https://github.com/Bioconductor/Biostrings.git +43b704af880394a10e4b112654d47d6e3eee938c,Eric Jeschke,eric@naoj.org,2012-06-22 18:05:29-10:00,Eric Jeschke,eric@naoj.org,2012-06-23 04:05:29+00:00,False,naoj,naoj,* main,True,ejeschke_ginga.git,ejeschke/ginga.git,https://github.com/ejeschke/ginga.git +6a982b7ac73f52be4832b18cc159c5405ab94a80,Eric Biggers,ebiggers3@gmail.com,2014-12-27 23:11:49-06:00,Eric Biggers,ebiggers3@gmail.com,2014-12-28 05:11:49+00:00,False,gmail,gmail,* master,True,ebiggers_libdeflate.git,ebiggers/libdeflate.git,https://github.com/ebiggers/libdeflate.git +165a48029fa26441cc1815eee32a00f2b6910bec,mmcgrath,mmcgrath@redhat.com,2007-07-05 16:44:04+00:00,mmcgrath,mmcgrath@redhat.com,2007-07-05 16:44:04+00:00,False,redhat,redhat,* master,True,OpenPrinting_pycups.git,OpenPrinting/pycups.git,https://github.com/OpenPrinting/pycups.git +ae5d5380ef8f706fb6be2cc2e376b7022b9ded3e,Kjetil Kjernsmo,kjetil@startsiden.no,2010-08-18 12:39:06+02:00,Kjetil Kjernsmo,kjetil@startsiden.no,2010-08-18 10:39:06+00:00,False,startsiden,startsiden,* master,True,kjetilk_RDF-Helper-Properties.git,kjetilk/RDF-Helper-Properties.git,https://github.com/kjetilk/RDF-Helper-Properties.git +24efee36df19c8ac2abb9dfbf06ed42a5d09853e,Sebastian Holtermann,sebholt@xwmw.org,2011-11-18 14:10:01+01:00,Sebastian Holtermann,sebholt@xwmw.org,2011-11-18 13:10:01+00:00,False,xwmw,xwmw,* master,True,sebholt_qastools,sebholt/qastools,https://gitlab.com/sebholt/qastools +190e8b9301ef5623d8b9173a67c235c54ca70e91,Michael Banck,michael.banck@credativ.de,2018-04-16 12:44:43+02:00,Michael Banck,michael.banck@credativ.de,2018-04-16 10:44:43+00:00,False,credativ,credativ,* master,True,credativ_pg_checksums.git,credativ/pg/checksums.git,https://github.com/credativ/pg_checksums.git +e282512d60e3a3d3101ea7b5ca479640ad09e1d0,Pieter Hintjens,ph@imatix.com,2011-03-22 11:46:41+01:00,Pieter Hintjens,ph@imatix.com,2011-03-22 10:46:41+00:00,False,imatix,imatix,* master,True,zeromq_czmq.git,zeromq/czmq.git,https://github.com/zeromq/czmq.git +b43aa2d590727f6e7a0e2a330758161b296760f3,Joe DeVivo,joe.devivo@basho.com,2013-07-11 09:27:15-07:00,Joe DeVivo,joe.devivo@basho.com,2013-07-11 16:27:15+00:00,False,basho,basho,* main,True,Kyorai_cuttlefish.git,Kyorai/cuttlefish.git,https://github.com/Kyorai/cuttlefish.git +607c253cd2712bacce21ca9b98a848f331ea03a9,Alan Mishchenko,alanmi@berkeley.edu,2007-02-16 08:01:00-08:00,Alan Mishchenko,alanmi@berkeley.edu,2007-02-16 16:01:00+00:00,False,berkeley,berkeley,* master,True,berkeley-abc_abc.git,berkeley-abc/abc.git,https://github.com/berkeley-abc/abc.git +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,certbot_certbot.git,certbot/certbot.git,https://github.com/certbot/certbot.git +59931ee9ba63eb5469a08cdf1e78f7b84f4253bb,Nathaniel J. Smith,njs@pobox.com,2017-01-10 22:02:52-08:00,Nathaniel J. Smith,njs@pobox.com,2017-01-11 06:02:52+00:00,False,pobox,pobox,* main,True,python-trio_trio,python-trio/trio,https://github.com/python-trio/trio +838e3fed96d1e038ddfca3f2902fc2c940d02a5d,Ross Lawley,ross.lawley@gmail.com,2011-05-09 16:48:03+01:00,Ross Lawley,ross.lawley@gmail.com,2011-05-09 15:48:03+00:00,False,gmail,gmail,* master,True,mongoengine_flask-mongoengine,mongoengine/flask-mongoengine,https://github.com/mongoengine/flask-mongoengine +975dbbcddd9a6c7b09358fae718e3eb7f42a589f,Marko Kreen,markokr@gmail.com,2005-12-12 18:08:01+00:00,Marko Kreen,markokr@gmail.com,2005-12-12 18:08:01+00:00,False,gmail,gmail,* master,True,markokr_rarfile.git,markokr/rarfile.git,https://github.com/markokr/rarfile.git +0f541f62d937574355178a82e88fdc9826468563,Sudip Mukherjee,sudipm.mukherjee@gmail.com,2019-11-01 18:08:40+00:00,Sudip Mukherjee,sudipm.mukherjee@gmail.com,2019-11-12 21:58:25+00:00,False,gmail,gmail,* master,True,sudipm-mukherjee_systune.git,sudipm-mukherjee/systune.git,https://github.com/sudipm-mukherjee/systune.git +bf5dd770120acde9eacb502d39ed63ee2997e564,Ionel Cristian Mărieș,contact@ionelmc.ro,2013-12-31 02:07:24+02:00,Ionel Cristian Mărieș,contact@ionelmc.ro,2013-12-31 00:07:24+00:00,False,ionelmc,ionelmc,* master,True,ionelmc_python-tblib,ionelmc/python-tblib,https://github.com/ionelmc/python-tblib +b3c3194d1d4629432af13a574cf5e18be8fca90d,Joachim Metz,joachim.metz@gmail.com,2014-03-17 06:58:12+01:00,Joachim Metz,joachim.metz@gmail.com,2014-03-17 05:58:12+00:00,False,gmail,gmail,* main,True,libyal_libmsiecf.git,libyal/libmsiecf.git,https://github.com/libyal/libmsiecf.git +6be561cd14b010cebc11a5386dae2fff353bb642,Hayati Ayguen,h_ayguen@web.de,1999-04-11 22:28:32+00:00,Hayati Ayguen,h_ayguen@web.de,1999-04-11 22:28:32+00:00,False,web,web,* master,True,johnsonjh_duma.git,johnsonjh/duma.git,https://github.com/johnsonjh/duma.git +fca719792bae5ade6d0ec8b223fa5fb80822ce25,Martin Renold,martinxyz@gmx.ch,2005-02-07 22:14:34+00:00,Martin Renold,martinxyz@gmx.ch,2005-02-07 22:14:34+00:00,False,gmx,gmx,* master,True,mypaint_mypaint,mypaint/mypaint,https://github.com/mypaint/libmypaint +ad0caf51f0350bbce6ca00e83021686ebe263da3,Gaël de Chalendar,kleag@free.fr,2007-03-21 22:53:06+00:00,Gaël de Chalendar,kleag@free.fr,2007-03-21 22:53:06+00:00,False,free,free,* master,True,ksirk.git,ksirk.git,https://anongit.kde.org/ksirk.git +fa23af0285437273c1ba7fbae5e4e178968c304f,Peter Körner,peter@mazdermind.de,2010-07-27 07:51:45+00:00,Peter Körner,peter@mazdermind.de,2010-07-27 07:51:45+00:00,False,mazdermind,mazdermind,* main,True,openstreetmap_osmosis.git,openstreetmap/osmosis.git,https://github.com/openstreetmap/osmosis.git +cf864d941e4aede4231f79fcfe75b971ff79d16d,Yury Selivanov,yury@magic.io,2016-04-25 12:35:42-04:00,Yury Selivanov,yury@magic.io,2016-04-25 16:36:56+00:00,False,magic,magic,* master,True,MagicStack_httptools.git,MagicStack/httptools.git,https://github.com/MagicStack/httptools.git +e0cf27624accbcd49ff628919a2546685e3136d9,Martin Szulecki,opensuse@sukimashita.com,2010-01-05 04:52:50+01:00,Martin Szulecki,opensuse@sukimashita.com,2010-01-05 03:52:50+00:00,False,sukimashita,sukimashita,* master,True,libimobiledevice_ideviceinstaller.git,libimobiledevice/ideviceinstaller.git,https://github.com/libimobiledevice/ideviceinstaller.git +c7f33e537f409107ec33ca277f2d584e68f3df54,bob@16b7edcf-4bd7-0310-b1c2-f8d8cf7ab505,bob@16b7edcf-4bd7-0310-b1c2-f8d8cf7ab505,2006-01-10 02:27:55+00:00,bob@16b7edcf-4bd7-0310-b1c2-f8d8cf7ab505,bob@16b7edcf-4bd7-0310-b1c2-f8d8cf7ab505,2006-01-10 02:27:55+00:00,False,16b7edcf-4bd7-0310-b1c2-f8d8cf7ab505,16b7edcf-4bd7-0310-b1c2-f8d8cf7ab505,* master,True,python-greenlet_greenlet,python-greenlet/greenlet,https://github.com/python-greenlet/greenlet +8f662a4337c055b78b788b9174b0412edef2b31f,snare,snare@ho.ax,2013-06-25 19:07:17+10:00,snare,snare@ho.ax,2013-06-25 09:07:17+00:00,False,ho,ho,* master,True,snare_voltron.git,snare/voltron.git,https://github.com/snare/voltron.git +5b6f364f8517be7a34faef8f39eee6908e783004,Stefan Tomanek,stefan.tomanek@wertarbyte.de,2010-09-28 11:25:12+02:00,Stefan Tomanek,stefan.tomanek@wertarbyte.de,2010-09-28 09:25:12+00:00,False,wertarbyte,wertarbyte,* master,True,wertarbyte_triggerhappy,wertarbyte/triggerhappy,https://github.com/wertarbyte/triggerhappy +b6b2b066062bcdd92dbaab542a14d6b6d96dcf7c,Bruno Nova,4999472+brunonova@users.noreply.github.com,2013-09-13 20:15:09+01:00,Bruno Nova,4999472+brunonova@users.noreply.github.com,2013-09-13 19:15:09+00:00,False,users,users,* master,True,brunonova_drmips,brunonova/drmips,https://github.com/brunonova/drmips +660ba64fd3bdd6b593252e8b81fe6130f9316ac7,Aaron Patterson,aaron.patterson@gmail.com,2009-10-08 12:53:44-07:00,Aaron Patterson,aaron.patterson@gmail.com,2009-10-08 19:53:44+00:00,False,gmail,gmail,* master,True,gitlab-org_mmap2,gitlab-org/mmap2,https://gitlab.com/gitlab-org/mmap2 +5199d186f50f82333bfdb40a2e25e656a4068854,Lee Howes,lhowes@qti.qualcomm.com@e7fa87d3-cd2b-0410-9028-fcbf551c1848,2013-01-25 16:25:29+00:00,Lee Howes,lhowes@qti.qualcomm.com@e7fa87d3-cd2b-0410-9028-fcbf551c1848,2013-01-25 16:25:29+00:00,False,e7fa87d3-cd2b-0410-9028-fcbf551c1848,e7fa87d3-cd2b-0410-9028-fcbf551c1848,* main,True,KhronosGroup_OpenCL-CLHPP,KhronosGroup/OpenCL-CLHPP,https://github.com/KhronosGroup/OpenCL-CLHPP +04df271461855093b871e3c124ca7b0aa1d92d5a,Joachim Metz,joachim.metz@gmail.com,2013-09-29 10:20:58+02:00,Joachim Metz,joachim.metz@gmail.com,2013-09-29 08:20:58+00:00,False,gmail,gmail,* main,True,libyal_libfwnt,libyal/libfwnt,https://github.com/libyal/libfwnt +92afe31e370d117e74c0ea2da9da559db7fa4603,Arjen Hiemstra,ahiemstra@heimr.nl,2015-04-30 13:37:18+02:00,Arjen Hiemstra,ahiemstra@heimr.nl,2015-04-30 11:37:18+00:00,False,heimr,heimr,* main,True,Ultimaker_Cura,Ultimaker/Cura,https://github.com/Ultimaker/Cura +d9314e752f9d83a35c941ac018b6c919eadd8356,Daniel Nephin,dnephin@gmail.com,2012-07-20 16:22:58-07:00,Daniel Nephin,dnephin@gmail.com,2012-07-20 23:22:58+00:00,False,gmail,gmail,* main,True,dnephin_PyStaticConfiguration,dnephin/PyStaticConfiguration,https://github.com/dnephin/PyStaticConfiguration +25dbf4fb01b7f052b3ef563bcf6baf085e4f8de5,Chris Williams,chris@bingosnet.co.uk,2010-01-18 16:13:03+00:00,Chris Williams,chris@bingosnet.co.uk,2010-01-18 16:13:03+00:00,False,bingosnet,bingosnet,* master,True,wchristian_crypt-dh.git,wchristian/crypt-dh.git,https://github.com/wchristian/crypt-dh.git +75041e51765e73b66f3f5b4fbf3bbea497c19dc0,Kazuho Oku,kazuhooku@gmail.com,2014-09-10 13:52:54+09:00,Kazuho Oku,kazuhooku@gmail.com,2014-09-10 04:52:54+00:00,False,gmail,gmail,* master,True,h2o_h2o,h2o/h2o,https://github.com/h2o/h2o +bb51a9844c6bf26de2e0f78aa6ed5fcc8cdde064,Michael Hennerich,michael.hennerich@analog.com,2015-04-02 14:37:04+02:00,Michael Hennerich,michael.hennerich@analog.com,2015-04-02 12:37:04+00:00,False,analog,analog,* main,True,analogdevicesinc_libiio.git,analogdevicesinc/libiio.git,https://github.com/analogdevicesinc/libiio.git +ce56f3183d9b98552f7e5abb7dc8b4eb8b3fe5ce,cristian paul peñaranda rojas,kristian.paul@gmail.com,2008-11-29 00:31:58-05:00,root,root@Rie,2012-07-21 05:12:26+00:00,False,gmail,Rie,* master,True,leggewie-DM_n2n,leggewie-DM/n2n,https://github.com/leggewie-DM/n2n +7721d8ca2f13f8630b336b267c3124de995c378a,Shugo Maeda,shugo@ruby-lang.org,2013-06-25 14:17:41+09:00,Shugo Maeda,shugo@ruby-lang.org,2013-06-30 07:25:20+00:00,False,ruby-lang,ruby-lang,* master,True,ruby_curses.git,ruby/curses.git,https://github.com/ruby/curses.git +257ec43a73ce6697888974669c7bc2124489cc15,k,k@46ba2471-b208-0410-975e-eefba8006f10,2005-12-25 03:59:41+00:00,k,k@46ba2471-b208-0410-975e-eefba8006f10,2005-12-25 03:59:41+00:00,False,46ba2471-b208-0410-975e-eefba8006f10,46ba2471-b208-0410-975e-eefba8006f10,* master,True,andk_devel-symdump,andk/devel-symdump,https://github.com/andk/devel-symdump +4bd59279c37f66beea5f56bc106ba864d8f13d49,Mathieu Schroeter,mathieu@schroetersa.ch,2017-02-04 16:17:00+01:00,Mathieu Schroeter,mathieu@schroetersa.ch,2017-02-04 15:17:00+00:00,False,schroetersa,schroetersa,* master,True,blupi-games_planetblupi,blupi-games/planetblupi,https://github.com/blupi-games/planetblupi +4f16f79b3684dbba9b76168101965c53419ca38f,Clement Lefebvre,clement.lefebvre@linuxmint.com,2011-12-11 03:30:58+00:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2011-12-11 03:30:58+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_cinnamon.git,linuxmint/cinnamon.git,https://github.com/linuxmint/cinnamon.git +f0f007f0424c12997a33d604c01664b30bb248f4,Yann Collet,yann.collet.73@gmail.com,2014-07-10 22:44:08+02:00,Yann Collet,yann.collet.73@gmail.com,2014-07-10 20:44:08+00:00,False,gmail,gmail,* dev,True,Cyan4973_xxHash,Cyan4973/xxHash,https://github.com/Cyan4973/xxHash +be4d3da76b77aae3ff4f2e34786d8a3e2f13a185,olegmax,olegmax@gmail.com,2014-02-18 11:23:21-08:00,olegmax,olegmax@gmail.com,2014-02-18 19:23:21+00:00,False,gmail,gmail,* master,True,svgpp_svgpp.git,svgpp/svgpp.git,https://github.com/svgpp/svgpp.git +6d809dc9ce518ecb6faf67727bce342342702d11,noah,noah@656d521f-e311-0410-88e0-e7920216d269,2002-08-13 12:11:39+00:00,noah,noah@656d521f-e311-0410-88e0-e7920216d269,2002-08-13 12:11:39+00:00,False,656d521f-e311-0410-88e0-e7920216d269,656d521f-e311-0410-88e0-e7920216d269,* master,True,pexpect_pexpect,pexpect/pexpect,https://github.com/pexpect/pexpect +8800edbcf1bb8870bd6429eab7c8edc10293e220,awcross1,awcross@us.ibm.com,2017-03-03 18:09:31-05:00,GitHub,noreply@github.com,2017-03-03 23:09:31+00:00,False,us,github,* main,True,Qiskit_qiskit-terra,Qiskit/qiskit-terra,https://github.com/Qiskit/qiskit-terra +48ccd76e21889fa83b6b3f857b01e30f296b6779,Mike van Riel,me@mikevanriel.com,2015-05-31 11:52:59+02:00,Mike van Riel,me@mikevanriel.com,2015-05-31 09:52:59+00:00,False,mikevanriel,mikevanriel,* 2.x,True,phpDocumentor_ReflectionCommon,phpDocumentor/ReflectionCommon,https://github.com/phpDocumentor/ReflectionCommon +88ecba43a519010ab5004002311e8ccea1a652bc,Arne Blankerts,Arne@Blankerts.de,2012-10-15 15:14:35+02:00,Arne Blankerts,Arne@Blankerts.de,2012-10-15 13:14:35+00:00,False,Blankerts,Blankerts,* master,True,theseer_fDOMDocument,theseer/fDOMDocument,https://github.com/theseer/fDOMDocument +b06037fb9fc03bd652a7cb5ce748247677c908c0,Mark Percival,mark@mpercival.com,2011-02-13 13:09:52-08:00,Mark Percival,mark@mpercival.com,2011-02-13 21:09:52+00:00,False,mpercival,mpercival,* main,True,pyauth_pyotp.git,pyauth/pyotp.git,https://github.com/pyauth/pyotp.git +eddb0f2ccec899d986ad27960872d55b62559762,Michel,michellang@gmail.com,2013-12-27 15:42:35-08:00,Michel,michellang@gmail.com,2013-12-27 23:42:35+00:00,False,gmail,gmail,* master,True,mllg_checkmate.git,mllg/checkmate.git,https://github.com/mllg/checkmate.git +a635e2afac970e3d5de0e4ce9c0ec24a7a5a1ae6,Idan Gazit,idan@gazit.me,2011-11-20 01:06:01+02:00,Idan Gazit,idan@gazit.me,2011-11-19 23:06:01+00:00,False,gazit,gazit,* master,True,oauthlib_oauthlib,oauthlib/oauthlib,https://github.com/oauthlib/oauthlib +7a48b2cd2f7a7cc828b79f3853bbb022ee750d33,dak,dak@gentoo-eee.(none),2011-10-17 10:46:31+00:00,dak,dak@gentoo-eee.(none),2011-10-17 10:46:31+00:00,False,gentoo-eee,gentoo-eee,* master,True,dakk_FreeAlchemist,dakk/FreeAlchemist,https://github.com/dakk/FreeAlchemist +ee920d82891996dc85caa0980c36ff7ec79a3252,Michalis Kamburelis,michalis.kambi@gmail.com,2005-12-29 02:48:14+00:00,Michalis Kamburelis,michalis.kambi@gmail.com,2005-12-29 02:48:14+00:00,False,gmail,gmail,* master,True,castle-engine_castle-engine.git,castle-engine/castle-engine.git,https://github.com/castle-engine/castle-engine.git +9e8eac918d075725470f96e9e63a21bc907de6e0,Serge Rey,sjsrey@gmail.com,2009-09-05 21:30:36+00:00,Serge Rey,sjsrey@gmail.com,2009-09-05 21:30:36+00:00,False,gmail,gmail,* main,True,pysal_pysal.git,pysal/pysal.git,https://github.com/pysal/pysal.git +c7dc7254c1ecfeb2227275f56bddac4f4e822760,menno,menno,2002-01-14 19:15:57+00:00,menno,menno,2002-01-14 19:15:57+00:00,False,menno,menno,* master,True,knik0_faad2.git,knik0/faad2.git,https://github.com/knik0/faad2.git +225b17f7ee1926d6e9b63a4e2cddbcd2e534ba01,Sam Stephenson,sam@37signals.com,2009-02-09 16:15:39-06:00,Sam Stephenson,sam@37signals.com,2009-02-09 22:15:39+00:00,False,37signals,37signals,* main,True,rails_sprockets.git,rails/sprockets.git,https://github.com/rails/sprockets.git +56326248ba27ec24fb87d28616cf471247103722,Mike Taylor,bear42@gmail.com,2012-09-11 23:51:02-07:00,Mike Taylor,bear42@gmail.com,2012-09-12 06:51:02+00:00,False,gmail,gmail,* master,True,bear_python-twitter.git,bear/python-twitter.git,https://github.com/bear/python-twitter.git +8494698bf376381803458e369cf3e37144384b10,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-alsa.git,savonet/ocaml-alsa.git,https://github.com/savonet/ocaml-alsa.git +641c91e978cb831adaf7a033685eda6e02494960,Steffen Winterfeldt,wfeldt@opensuse.org,1999-12-10 14:36:22+00:00,Steffen Winterfeldt,wfeldt@opensuse.org,1999-12-10 14:36:22+00:00,False,opensuse,opensuse,* master,True,openSUSE_hwinfo,openSUSE/hwinfo,https://github.com/openSUSE/hwinfo +7f9961991c9a19168d685ceb11ea25afa3dca4b5,Alex Gaynor,alex.gaynor@rd.io,2012-11-07 18:57:13-08:00,Alex Gaynor,alex.gaynor@rd.io,2012-11-08 02:57:13+00:00,False,rd,rd,* master,True,alex_pretend,alex/pretend,https://github.com/alex/pretend +dff5bf2cb6fe84bbc800aa9ac05e8192ff7e5c90,scubaninja,scubaninja,2003-08-28 20:27:21+00:00,scubaninja,scubaninja,2003-08-28 20:27:21+00:00,False,scubaninja,scubaninja,* master,True,rsnapshot_rsnapshot.git,rsnapshot/rsnapshot.git,https://github.com/rsnapshot/rsnapshot.git +b9c962e12e5c704bec71c071864ad33beb113e7a,chris,chris@ac150577-6901-3246-a117-cd8547e6756f,2007-01-28 16:02:30+00:00,chris,chris@ac150577-6901-3246-a117-cd8547e6756f,2007-01-28 16:02:30+00:00,False,ac150577-6901-3246-a117-cd8547e6756f,ac150577-6901-3246-a117-cd8547e6756f,* master,True,Dragon2fly_xlrd3.git,Dragon2fly/xlrd3.git,https://github.com/Dragon2fly/xlrd3.git +92c23805ec0bc2d0db21556fbdf115030ab6d512,Paul Marquess,pmqs@cpan.org,1995-12-11 15:04:38-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-11 22:11:39+00:00,False,cpan,pobox,* master,True,rurban_Filter,rurban/Filter,https://github.com/rurban/Filter +5f1e47afcb524803f71f600b6a1edbfe40f6796f,Karen Etheridge,ether@cpan.org,2015-06-06 13:55:06-07:00,Karen Etheridge,ether@cpan.org,2015-06-06 20:55:06+00:00,False,cpan,cpan,* master,True,karenetheridge_B-Hooks-Parser.git,karenetheridge/B-Hooks-Parser.git,https://github.com/karenetheridge/B-Hooks-Parser.git +78ba7c16f0370b1b1038a5f6f542bae05a084644,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-vorbis.git,savonet/ocaml-vorbis.git,https://github.com/savonet/ocaml-vorbis.git +a1662d7816171e7903e3facfbc4edf5698f0bead,Fredrik Hultin,noname@nurd.se,2013-05-28 17:02:26+02:00,Fredrik Hultin,noname@nurd.se,2013-05-28 15:02:26+00:00,False,nurd,nurd,* master,True,OpenHMD_OpenHMD,OpenHMD/OpenHMD,https://github.com/OpenHMD/OpenHMD +7238279fabe59be9417da1a41d5208d19ff66d72,David Heidelberger,david.heidelberger@ixit.cz,2014-04-18 16:26:30+02:00,David Heidelberger,david.heidelberger@ixit.cz,2014-04-18 14:26:30+00:00,False,ixit,ixit,* master,True,iputils_iputils.git,iputils/iputils.git,https://github.com/iputils/iputils.git +1210055007a144e6b7f7e384afa26d0aa5031821,Jordan Zimmerman,jzimmerman@netflix.com,2011-07-15 13:48:34-07:00,Jordan Zimmerman,jzimmerman@netflix.com,2011-07-15 20:48:34+00:00,False,netflix,netflix,* master,True,apache_curator.git,apache/curator.git,https://github.com/apache/curator.git +b530a94669f1f3eac969db714534d0b60f4d46d4,Jean Baptiste Favre,debian@jbfavre.org,2015-12-08 14:52:00+01:00,Jean Baptiste Favre,debian@jbfavre.org,2015-12-08 13:52:00+00:00,False,jbfavre,jbfavre,* upstream,True,jbfavre_python-protobix,jbfavre/python-protobix,https://github.com/jbfavre/python-protobix +5310d4eed167451332262e209fe184af235e4a0f,Andrew Svetlov,andrew.svetlov@gmail.com,2015-09-23 21:58:40+03:00,Andrew Svetlov,andrew.svetlov@gmail.com,2015-09-23 18:58:40+00:00,False,gmail,gmail,* master,True,aio-libs_aiohttp-cors.git,aio-libs/aiohttp-cors.git,https://github.com/aio-libs/aiohttp-cors.git +6229fbc10ae7aa05305f4b61c3d764b2d6562ed5,Andrew Ingram,andy@andrewingram.net,2011-05-16 22:51:32+01:00,Andrew Ingram,andy@andrewingram.net,2011-05-16 21:51:32+00:00,False,andrewingram,andrewingram,* master,True,AndrewIngram_django-extra-views,AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views +9e707f514933c903a457e2c96198123c4f8fe9a0,Jonas Nicklas,jonas.nicklas@gmail.com,2010-07-31 19:01:15+02:00,Jonas Nicklas,jonas.nicklas@gmail.com,2010-07-31 17:01:15+00:00,False,gmail,gmail,* master,True,teamcapybara_xpath.git,teamcapybara/xpath.git,https://github.com/teamcapybara/xpath.git +513a7fd4006f26ef3fe4c5d9f96e04268d697d35,Richard Hughes,richard@hughsie.com,2018-09-18 19:13:06+01:00,GitHub,noreply@github.com,2018-09-18 18:13:06+00:00,False,hughsie,github,* main,True,hughsie_libxmlb.git,hughsie/libxmlb.git,https://github.com/hughsie/libxmlb.git +16aa0224092a38e88f82d84682a807803e12cba3,Fernando Gont,fgont@si6networks.com,2012-07-12 15:12:31+01:00,Fernando Gont,fgont@si6networks.com,2012-07-12 14:12:31+00:00,False,si6networks,si6networks,* master,True,alvarezp_ipv6toolkit,alvarezp/ipv6toolkit,https://github.com/alvarezp/ipv6toolkit +6fbb0ed26ac2d5c39eb12786d4234a29eac61b94,Carles Pina i Estany,carles@pina.cat,2020-11-10 17:02:47+00:00,Carles Pina i Estany,carles@pina.cat,2020-11-10 17:02:47+00:00,False,pina,pina,* main,True,cpina_dacco.git,cpina/dacco.git,https://github.com/cpina/dacco.git +a7892c4917b3aedf11b8f55399cb7384928ffaf2,rncbc,rncbc@449dfdf3-0c07-481a-a240-0981d7471adc,2012-09-02 00:45:35+00:00,rncbc,rncbc@449dfdf3-0c07-481a-a240-0981d7471adc,2012-09-02 00:45:35+00:00,False,449dfdf3-0c07-481a-a240-0981d7471adc,449dfdf3-0c07-481a-a240-0981d7471adc,* main,True,rncbc_synthv1.git,rncbc/synthv1.git,https://github.com/rncbc/synthv1.git +92b929f86dc1d1712f515c164e5e77ad21ad8ff6,szszszsz,szszszsz@users.noreply.github.com,2016-04-09 17:32:51+02:00,Szczepan Zalega,szczepan.zalega@gmail.com,2016-04-13 20:34:27+00:00,False,users,gmail,* master,True,nitrokey_libnitrokey.git,nitrokey/libnitrokey.git,https://github.com/nitrokey/libnitrokey.git +68ae9d4791853e956dd51df3026abc58a71d42ba,Andreas Granig,agranig@sipwise.com,2014-01-13 13:55:36+01:00,Andreas Granig,agranig@sipwise.com,2014-01-13 12:55:36+00:00,False,sipwise,sipwise,* master,True,sipwise_data-hal.git,sipwise/data-hal.git,https://github.com/sipwise/data-hal.git +2e7cbcc95933da2220636dd52b9fd644e7f411cf,George Sakkis,george.sakkis@gmail.com,2016-12-05 01:36:11+02:00,George Sakkis,george.sakkis@gmail.com,2016-12-04 23:36:11+00:00,False,gmail,gmail,* master,True,gsakkis_pytrie,gsakkis/pytrie,https://github.com/gsakkis/pytrie +9e7f1ae812b33637eab9a88d3c5e86b3dc598bb1,Bill Cox,waywardgeek@gmail.com,2010-11-04 09:19:09-04:00,Bill Cox,waywardgeek@gmail.com,2010-11-04 13:19:09+00:00,False,gmail,gmail,* master,True,waywardgeek_sonic,waywardgeek/sonic,https://github.com/waywardgeek/sonic +d50a3fb33535ea19722a72c180e3f78bb0fadd1a,pingufreak,pingufreak@ff461055-cf1a-0410-99e4-fa365203d4c3,2005-10-13 14:00:19+00:00,pingufreak,pingufreak@ff461055-cf1a-0410-99e4-fa365203d4c3,2005-10-13 14:00:19+00:00,False,ff461055-cf1a-0410-99e4-fa365203d4c3,ff461055-cf1a-0410-99e4-fa365203d4c3,* master,True,NagVis_nagvis,NagVis/nagvis,https://github.com/NagVis/nagvis +e41d82c11edadade492861be233e681345d76ed6,inhies,inhies@gmail.com,2013-11-25 22:27:16-10:00,inhies,inhies@gmail.com,2013-11-26 08:27:16+00:00,False,gmail,gmail,* master,True,grazzolini_chkboot,grazzolini/chkboot,https://github.com/grazzolini/chkboot +8ebb0730388045570f22b89fe8672c860cd2ad1b,Keir Mierle,mierle@gmail.com,2012-04-30 23:09:08-07:00,Keir Mierle,mierle@gmail.com,2012-05-01 06:09:08+00:00,False,gmail,gmail,* master,True,ceres-solver_ceres-solver.git,ceres-solver/ceres-solver.git,https://github.com/ceres-solver/ceres-solver.git +8a95fec25ed7970ccf39eb8d693970a72296cf46,Matthias BUSSONNIER,bussonniermatthias@gmail.com,2013-01-22 09:47:28+01:00,Matthias BUSSONNIER,bussonniermatthias@gmail.com,2013-01-22 08:47:28+00:00,False,gmail,gmail,* main,True,jupyter_nbconvert,jupyter/nbconvert,https://github.com/jupyter/nbconvert +c3568a06b341f1182bd4e8b0d6e58a594cac7966,Brandon Keepers,brandon@opensoul.org,2012-07-23 23:37:15-04:00,Brandon Keepers,brandon@opensoul.org,2012-07-24 03:39:43+00:00,False,opensoul,opensoul,* main,True,bkeepers_dotenv,bkeepers/dotenv,https://github.com/bkeepers/dotenv +eef860e4664fe4eac2f1f237c1009c28b9d632a1,Phil Dibowitz,phil@ipom.com,2007-07-23 20:10:12+00:00,Phil Dibowitz,phil@ipom.com,2007-07-23 20:10:12+00:00,False,ipom,ipom,* main,True,jaymzh_concordance.git,jaymzh/concordance.git,https://github.com/jaymzh/concordance.git +259c83fe17fcf83d6df2c22ceb663b958de2b8cf,Sebastian Humenda,shumenda@gmx.de,2017-07-06 22:24:31+02:00,Sebastian Humenda,shumenda@gmx.de,2017-07-06 20:24:31+00:00,False,gmx,gmx,* master,True,freedict_tools.git,freedict/tools.git,https://github.com/freedict/tools.git +e0b5db9aedf81315c2259ddd1fae3045be34a9f8,Paul Dyson,pwdyson@yahoo.com,2010-06-19 09:34:18+10:00,Paul Dyson,pwdyson@yahoo.com,2010-06-18 23:34:18+00:00,False,yahoo,yahoo,* main,True,jazzband_inflect.git,jazzband/inflect.git,https://github.com/jazzband/inflect.git +071a49fb506e6e81f7918c0ff6e0b85952e243e9,Brian McKelvey,brian@worlize.com,2011-04-09 03:22:13-07:00,Brian McKelvey,brian@worlize.com,2011-04-09 10:22:13+00:00,False,worlize,worlize,* master,True,theturtle32_WebSocket-Node,theturtle32/WebSocket-Node,https://github.com/theturtle32/WebSocket-Node +c0bf56247fd06bfa597870301094d4e75a6e2709,astrofrog,thomas.robitaille@gmail.com,2009-12-30 21:46:08+00:00,astrofrog,thomas.robitaille@gmail.com,2009-12-30 21:46:08+00:00,False,gmail,gmail,* master,True,astropy_montage-wrapper,astropy/montage-wrapper,https://github.com/astropy/montage-wrapper +d28a5d4c58bd19341c2891726eafd6d1444eda2d,Cédric Bellegarde,cedric.bellegarde@adishatz.org,2014-10-02 17:53:35+02:00,Cédric Bellegarde,cedric.bellegarde@adishatz.org,2014-10-02 15:53:35+00:00,False,adishatz,adishatz,* master,True,World_lollypop.git,World/lollypop.git,https://gitlab.gnome.org/World/lollypop.git +540a78f26191a69651a167d256b5af47fd3eb983,Jeff Blank,blank@eclipse.ncsc.mil,2011-06-08 18:45:05-04:00,Jeff Blank,blank@eclipse.ncsc.mil,2011-06-08 22:45:05+00:00,False,eclipse,eclipse,* master,True,ComplianceAsCode_content,ComplianceAsCode/content,https://github.com/ComplianceAsCode/content +40488ccd933a06da0faac9aa057e3dab6ca2dbec,Marcus Brinkmann,mb@g10code.com,2003-05-15 18:52:35+00:00,Marcus Brinkmann,mb@g10code.com,2003-05-15 18:52:35+00:00,False,g10code,g10code,* master,True,source_libgpg-error.git,source/libgpg-error.git,https://dev.gnupg.org/source/libgpg-error.git +d592a0882d9db2903fdd6f7f665e37ad13e3e415,Lasse Karstensen,lkarsten@varnish-software.com,2016-03-04 13:02:17+01:00,Lasse Karstensen,lkarsten@varnish-software.com,2016-03-04 12:02:17+00:00,False,varnish-software,varnish-software,* master,True,varnish_varnish-modules.git,varnish/varnish-modules.git,https://github.com/varnish/varnish-modules.git +98f4ea0ba1e5fe44a6378bece7fa92db0a50354f,Nicholas H.Tollervey,ntoll@ntoll.org,2015-12-07 20:05:51+00:00,Nicholas H.Tollervey,ntoll@ntoll.org,2015-12-07 20:05:51+00:00,False,ntoll,ntoll,* master,True,mu-editor_mu,mu-editor/mu,https://github.com/mu-editor/mu +e4228034b49ad9717e3948b681bead89df8012ee,Stefano Babic,sbabic@denx.de,2013-11-14 16:51:32+01:00,Stefano Babic,sbabic@denx.de,2013-11-17 13:18:04+00:00,False,denx,denx,* master,True,sbabic_swupdate,sbabic/swupdate,https://github.com/sbabic/swupdate +762ffed3d6acd33e85337dbdd1dc5372dd2d2fbf,wojtekka,wojtekka@907b033a-e947-4f26-a2d4-362df6eaea90,2005-10-01 09:40:45+00:00,wojtekka,wojtekka@907b033a-e947-4f26-a2d4-362df6eaea90,2005-10-01 09:40:45+00:00,False,907b033a-e947-4f26-a2d4-362df6eaea90,907b033a-e947-4f26-a2d4-362df6eaea90,* debian-master,True,porridge_ydpdict,porridge/ydpdict,https://github.com/porridge/libydpdict +fce754a87b09f7fb58865a9c66548ef3f52464c1,benoitc,benoitc@gmail.com,2011-04-14 17:52:39+02:00,benoitc,benoitc@gmail.com,2011-04-14 15:52:39+00:00,False,gmail,gmail,* master,True,benoitc_http-parser,benoitc/http-parser,https://github.com/benoitc/http-parser +30cddb270c0223db09f81a0cb7fc9f195ecfd0b3,Michael Yanovich,yanovich.1@osu.edu,2009-12-11 19:17:17-05:00,Michael Yanovich,yanovich.1@osu.edu,2009-12-12 00:17:17+00:00,False,osu,osu,* master,True,sopel-irc_sopel.git,sopel-irc/sopel.git,https://github.com/sopel-irc/sopel.git +23bce271c30eb8c3737394fd0afd9da68ef84334,Matthew Rocklin,mrocklin@gmail.com,2015-01-04 10:24:17-08:00,Matthew Rocklin,mrocklin@gmail.com,2015-01-04 18:24:17+00:00,False,gmail,gmail,* main,True,dask_dask,dask/dask,https://github.com/dask/dask +1110fb394bd5dceeda0b8b3054f83b466b5e3b5f,Laurent Mazuel,lmazuel@microsoft.com,2016-10-17 16:01:48-07:00,Laurent Mazuel,lmazuel@microsoft.com,2016-10-17 23:01:48+00:00,False,microsoft,microsoft,* master,True,Azure_msrest-for-python,Azure/msrest-for-python,https://github.com/Azure/msrest-for-python +f739f5646c599dc63242cf5f3972aff40a3b3048,dhdfu,dhdfu@94700074-3cef-4d97-a70e-9c8c206c02f5,2006-06-05 03:56:31+00:00,dhdfu,dhdfu@94700074-3cef-4d97-a70e-9c8c206c02f5,2006-06-05 03:56:31+00:00,False,94700074-3cef-4d97-a70e-9c8c206c02f5,94700074-3cef-4d97-a70e-9c8c206c02f5,* main,True,cmusphinx_pocketsphinx,cmusphinx/pocketsphinx,https://github.com/cmusphinx/pocketsphinx +c9e905a0f13301f9ae8550d22defb2f87f3a5aec,Mathias Bynens,mathias@qiwi.be,2014-09-28 13:11:52+03:00,Mathias Bynens,mathias@qiwi.be,2014-09-28 10:16:34+00:00,False,qiwi,qiwi,* master,True,mathiasbynens_unicode-tr51,mathiasbynens/unicode-tr51,https://github.com/mathiasbynens/unicode-tr51 +0b7922122729da5d564caf2f9482b446e1c8236f,Colin Didier,cdidier@cybione.org,2007-08-13 13:33:57+00:00,Colin Didier,cdidier@cybione.org,2007-08-13 13:33:57+00:00,False,cybione,cybione,* master,True,cdidier_irssi-xmpp,cdidier/irssi-xmpp,https://github.com/cdidier/irssi-xmpp +ef10906b5f82f873960786578565d42d14163771,Jeremy Ashkenas,jashkenas@gmail.com,2009-10-27 13:26:36-04:00,Jeremy Ashkenas,jashkenas@gmail.com,2009-10-27 17:26:36+00:00,False,gmail,gmail,* master,True,jashkenas_underscore.git,jashkenas/underscore.git,https://github.com/jashkenas/underscore.git +8476e14e7ec992fd8a73700a968d6b579496539e,sobomax,sobomax,2003-12-02 10:39:09+00:00,sobomax,sobomax,2003-12-02 10:39:09+00:00,False,sobomax,sobomax,* master,True,radcli_radcli,radcli/radcli,https://github.com/radcli/radcli +5ab443630137b8adfa5b030d9375d00ae5fcf286,Douglas Christopher Wilson,doug@somethingdoug.com,2014-09-18 21:59:07-07:00,Douglas Christopher Wilson,doug@somethingdoug.com,2014-09-19 04:59:07+00:00,False,somethingdoug,somethingdoug,* master,True,jshttp_content-disposition.git,jshttp/content-disposition.git,https://github.com/jshttp/content-disposition.git +d5eefcbc45f9d8bff3cd878d10176fb2de3ffb34,Julien Schueller,schueller@phimeca.com,2015-08-14 16:17:11+02:00,Julien Schueller,schueller@phimeca.com,2015-08-14 14:17:11+00:00,False,phimeca,phimeca,* master,True,openturns_openturns,openturns/openturns,https://github.com/openturns/openturns +60084bb62961f295c619d26ae0315b22b4dcaae4,Jamie Turner,jamie@bu.mp,2011-06-09 20:13:39-07:00,Jamie Turner,jamie@bu.mp,2011-06-10 03:13:39+00:00,False,bu,bu,* master,True,varnish_hitch,varnish/hitch,https://github.com/varnish/hitch +81645877a26eae9dce26978b2a862793c026db9e,Reizner Evgeniy,razrfalcon@gmail.com,2017-12-18 20:01:18+02:00,Reizner Evgeniy,razrfalcon@gmail.com,2017-12-18 18:01:18+00:00,False,gmail,gmail,* main,True,RazrFalcon_resvg.git,RazrFalcon/resvg.git,https://github.com/RazrFalcon/resvg.git +9cf06f7a23776c14d855b321c88fb2c6f421accc,Jason Smith,jason@t500,2009-07-17 02:52:52-04:00,Jason Smith,jason@t500,2009-07-17 06:52:52+00:00,False,t500,t500,* master,True,bamf,bamf,https://git.launchpad.net/bamf +96b54f38c4a8f8008e017f7e85f1d78867916065,isaacs,i@izs.me,2016-01-16 21:24:07-08:00,isaacs,i@izs.me,2016-01-17 05:24:07+00:00,False,izs,izs,* main,True,isaacs_isexe,isaacs/isexe,https://github.com/isaacs/isexe +1a6482b8a3d9a3176b21ab875ab255633103a18d,Alexander Larsson,alexl@redhat.com,2011-05-05 15:10:18+02:00,Alexander Larsson,alexl@redhat.com,2011-05-05 15:02:17+00:00,False,redhat,redhat,* main,True,GNOME_gnome-contacts.git,GNOME/gnome-contacts.git,https://gitlab.gnome.org/GNOME/gnome-contacts.git +0650e616d96a48dd503f1112075eac58062d8ff8,Danai SAE-HAN (韓達耐),danai@debian.org,2012-04-30 02:33:49+02:00,Danai SAE-HAN (韓達耐),danai@debian.org,2012-04-30 00:33:49+00:00,False,debian,debian,* master,True,debian-tex_biber,debian-tex/biber,https://github.com/debian-tex/biber +55fcb2ccf228504ee2b5c3137981ae561a858b39,gnehzuil,gnehzuil@gmail.com,2012-07-28 16:45:03+08:00,gnehzuil,gnehzuil@gmail.com,2012-07-28 08:45:03+00:00,False,gmail,gmail,* master,True,haiwen_seafile.git,haiwen/seafile.git,https://github.com/haiwen/seafile.git +401d9ed4ec74ed5729cfa3ae8bc022bb58150539,antirez,antirez,2005-02-26 20:14:12+00:00,antirez,antirez,2005-02-26 20:14:12+00:00,False,antirez,antirez,* master,True,msteveb_jimtcl.git,msteveb/jimtcl.git,https://github.com/msteveb/jimtcl.git +3b27b0594cdcfea2bdc161439d48d333448b7e2c,John Goerzen,jgoerzen@complete.org,2014-02-10 03:48:16-06:00,John Goerzen,jgoerzen@complete.org,2014-02-10 09:48:16+00:00,False,complete,complete,* master,True,jgoerzen_simplesnap,jgoerzen/simplesnap,https://github.com/jgoerzen/simplesnap +a19cb746c0a21cfd00dcac29f4b98c62b3d2956d,isaacs,i@izs.me,2010-03-09 13:15:25-08:00,isaacs,i@izs.me,2010-03-09 21:15:25+00:00,False,izs,izs,* main,True,npm_abbrev-js,npm/abbrev-js,https://github.com/npm/abbrev-js +3b7c6e34f09ad01f85c2b864ce15a7adbb9022b0,Hans Lub,hanslub42@gmail.com,2014-02-23 11:34:10+01:00,Hans Lub,hanslub42@gmail.com,2014-02-23 10:34:10+00:00,False,gmail,gmail,* master,True,hanslub42_rlwrap,hanslub42/rlwrap,https://github.com/hanslub42/rlwrap +f555c163f90c9de17ebcef8313f86404c5174ca9,mcr,mcr,1999-10-07 23:47:09+00:00,mcr,mcr,1999-10-07 23:47:09+00:00,False,mcr,mcr,* master,True,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,https://github.com/the-tcpdump-group/tcpdump +aed9ddfbb84cb2393a95ff0a1ff92d1258fb6305,Pierre Raybaut,pierre.raybaut@cea.fr,2015-08-20 16:29:51+02:00,Pierre Raybaut,pierre.raybaut@cea.fr,2015-08-20 14:29:51+00:00,False,cea,cea,* master,True,PierreRaybaut_PythonQwt.git,PierreRaybaut/PythonQwt.git,https://github.com/PierreRaybaut/PythonQwt.git +9e0628799e766a5eedaadb774cef3d8adb84426b,59naga,i59naga@icloud.com,2015-11-11 05:33:50+09:00,59naga,i59naga@icloud.com,2015-11-10 20:33:50+00:00,False,icloud,icloud,* master,True,59naga_babel-plugin-add-module-exports,59naga/babel-plugin-add-module-exports,https://github.com/59naga/babel-plugin-add-module-exports +61f2f0214c5999ea42a368a4fc99f03d8eb28d1e,jcorgan,jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5,2008-09-08 01:00:12+00:00,jcorgan,jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5,2008-09-08 01:00:12+00:00,False,221aa14e-8319-0410-a670-987f0aec2ac5,221aa14e-8319-0410-a670-987f0aec2ac5,* master,True,EttusResearch_uhd,EttusResearch/uhd,https://github.com/EttusResearch/uhd +b5e1ec6abbade8e33bad403a496fa493b9e37815,Min RK,benjaminrk@gmail.com,2015-03-25 15:45:05-07:00,Min RK,benjaminrk@gmail.com,2015-03-25 22:45:05+00:00,False,gmail,gmail,* main,True,jupyter_jupyter_core,jupyter/jupyter/core,https://github.com/jupyter/jupyter_core +118987fabb024253183e381292898f297f2b149b,David Zeuthen,davidz@redhat.com,2011-04-19 17:16:00-04:00,David Zeuthen,davidz@redhat.com,2011-04-19 21:16:00+00:00,False,redhat,redhat,* master,True,GNOME_gnome-online-accounts.git,GNOME/gnome-online-accounts.git,https://gitlab.gnome.org/GNOME/gnome-online-accounts.git +36213e67c56968bef51b9e41fd697f53f6259043,Santiago Lezica,slezica89@gmail.com,2012-12-07 19:42:20-03:00,Santiago Lezica,slezica89@gmail.com,2012-12-07 22:42:20+00:00,False,gmail,gmail,* master,True,slezica_python-frozendict.git,slezica/python-frozendict.git,https://github.com/slezica/python-frozendict.git +61354406c1f0670150fd1f30822dae017dfdf291,MSERGEANT,msergeant@cpan.org,2004-08-09 07:44:14-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-11 20:34:57+00:00,False,cpan,pobox,* master,True,rurban_DBD-SQLite2,rurban/DBD-SQLite2,https://github.com/rurban/DBD-SQLite2 +7e3123747f3817552845fa3b59f4db987eac1cba,Kyle Kelley,rgbkrk@gmail.com,2015-04-13 12:33:00-04:00,Kyle Kelley,rgbkrk@gmail.com,2015-04-13 16:33:00+00:00,False,gmail,gmail,* master,True,cloudpipe_cloudpickle,cloudpipe/cloudpickle,https://github.com/cloudpipe/cloudpickle +e0b41bae4d55fa98ec2d1d20fc8b0dffdc0db601,Bill March,march@ices.utexas.edu,2011-11-01 18:48:39+00:00,Bill March,march@ices.utexas.edu,2011-11-01 18:48:39+00:00,False,ices,ices,* master,True,mlpack_mlpack,mlpack/mlpack,https://github.com/mlpack/ensmallen +79d8bbaa3f6fa8dc43a6da33e1f7db792aeb7e5e,Lennart Regebro,regebro@gmail.com,2013-01-28 00:02:11-08:00,Lennart Regebro,regebro@gmail.com,2013-01-28 08:02:11+00:00,False,gmail,gmail,* master,True,regebro_hovercraft,regebro/hovercraft,https://github.com/regebro/hovercraft +4868af5eacd2c0a014a2ab97737f9f728beef4f9,Nubis,nubis@woobiz.com.ar,2012-08-20 13:28:09-07:00,Nubis,nubis@woobiz.com.ar,2012-08-20 20:28:09+00:00,False,woobiz,woobiz,* master,True,webhippie_gettext_i18n_rails_js,webhippie/gettext/i18n/rails/js,https://github.com/webhippie/gettext_i18n_rails_js +b3ffca525bdcd5bf2aaec4433795b7c3efd91cd2,André Cruz,andremiguelcruz@msn.com,2015-07-01 21:53:25+01:00,André Cruz,andremiguelcruz@msn.com,2015-07-01 20:53:25+00:00,False,msn,msn,* master,True,IndigoUnited_node-cross-spawn-async.git,IndigoUnited/node-cross-spawn-async.git,https://github.com/IndigoUnited/node-cross-spawn-async.git +93d983133804e0b3bbd0dbff03dbef186923455e,unknown,jdyer@.dts.edu,2010-07-27 21:35:01-05:00,unknown,jdyer@.dts.edu,2010-07-28 02:35:01+00:00,False,,,* master,True,johndyer_mediaelement.git,johndyer/mediaelement.git,https://github.com/johndyer/mediaelement.git +0c91f8f0e7c0ed1f1b97911d52fa5504af5c60df,Nguyen Anh Quynh,aquynh@gmail.com,2013-11-26 18:32:11-08:00,Nguyen Anh Quynh,aquynh@gmail.com,2013-11-27 02:32:11+00:00,False,gmail,gmail,* next,True,aquynh_capstone,aquynh/capstone,https://github.com/aquynh/capstone +5e97c3fcce787a5bc0f8ceef43aa3e05195b480a,dlezcano,dlezcano,2008-08-06 14:32:29+00:00,dlezcano,dlezcano,2008-08-06 14:32:29+00:00,False,dlezcano,dlezcano,* main,True,lxc_lxc.git,lxc/lxc.git,https://github.com/lxc/lxc.git +efc9408bcd84cc6156f824e89014f79221af1b2f,Ryan Roemer,ryan@loose-bits.com,2011-12-07 09:55:00-05:00,Ryan Roemer,ryan@loose-bits.com,2011-12-07 14:55:00+00:00,False,loose-bits,loose-bits,* master,True,jupyter_jupyter-sphinx-theme,jupyter/jupyter-sphinx-theme,https://github.com/jupyter/jupyter-sphinx-theme +9b2fcf941859f32960c8f8acfcae89914a0ddcfe,Emil Renner Berthing,esmil@mailme.dk,2009-02-22 00:44:31+01:00,Emil Renner Berthing,esmil@mailme.dk,2009-02-21 23:44:31+00:00,False,mailme,mailme,* master,True,pobrn_mktorrent,pobrn/mktorrent,https://github.com/pobrn/mktorrent +e93f04e1f4a660b605d1626154182681c0ea5c3e,Gabor Csardi,csardi@rmki.kfki.hu,2005-09-06 21:26:56+00:00,Gabor Csardi,csardi@rmki.kfki.hu,2005-09-06 21:26:56+00:00,False,rmki,rmki,* master,True,igraph_igraph,igraph/igraph,https://github.com/igraph/igraph +2c23c7227ad353de76f544e8c1dd39d0d08dec33,Ben Hoyt,benhoyt@gmail.com,2013-05-13 20:15:15+12:00,Ben Hoyt,benhoyt@gmail.com,2013-05-13 08:15:15+00:00,False,gmail,gmail,* master,True,benhoyt_scandir,benhoyt/scandir,https://github.com/benhoyt/scandir +6b14841e7463a790520cbf7689f8be54c30b859b,Jonathan Ong,jonathanrichardong@gmail.com,2013-12-20 14:31:58-08:00,Jonathan Ong,jonathanrichardong@gmail.com,2013-12-20 22:31:58+00:00,False,gmail,gmail,* master,True,jshttp_on-finished,jshttp/on-finished,https://github.com/jshttp/on-finished +0731f12beaa0cfc0de56dc05ca3814143fd394a5,David Robillard,d@drobilla.net,2011-12-06 21:01:38+00:00,David Robillard,d@drobilla.net,2011-12-06 21:01:38+00:00,False,drobilla,drobilla,* main,True,drobilla_ganv.git,drobilla/ganv.git,https://gitlab.com/drobilla/ganv.git +9eb220b476cb9be6d390265f160c0a6f5a344d90,Ronald Oussoren,ronaldoussoren@mac.com,2012-11-09 15:10:26+01:00,Ronald Oussoren,ronaldoussoren@mac.com,2012-11-09 14:10:26+00:00,False,mac,mac,* master,True,ronaldoussoren_altgraph,ronaldoussoren/altgraph,https://github.com/ronaldoussoren/altgraph +cb41960921511ebaa9dac722b53b96708f81c655,mike,,1999-05-14 17:03:06+00:00,mike,,1999-05-14 17:03:06+00:00,False,,,* master,True,OpenPrinting_cups-filters,OpenPrinting/cups-filters,https://github.com/OpenPrinting/cups-filters +b8b6e1ad589e59f0ef442c826a3c96c2a24b9cda,Tom St Denis,tomstdenis@gmail.com,2003-03-03 01:02:42+00:00,Steffen Jaeckel,jaeckel@stzedn.de,2010-06-16 10:37:53+00:00,False,gmail,stzedn,* develop,True,libtom_libtomcrypt,libtom/libtomcrypt,https://github.com/libtom/libtomcrypt +564a3757a81e1148dda8c05bf0ef90e8b36bf248,Jeremy Evans,code@jeremyevans.net,2015-05-06 10:10:54-07:00,Jeremy Evans,code@jeremyevans.net,2015-05-06 17:10:54+00:00,False,jeremyevans,jeremyevans,* master,True,jeremyevans_minitest-shared_description,jeremyevans/minitest-shared/description,https://github.com/jeremyevans/minitest-shared_description +7ec8a86b248b53f9af14e957909c2f15f8a01fc7,Charlie Savage,cfis@savagexi.com,2008-11-12 00:49:40+00:00,Charlie Savage,cfis@savagexi.com,2008-11-12 00:49:40+00:00,False,savagexi,savagexi,* master,True,ruby-prof_ruby-prof,ruby-prof/ruby-prof,https://github.com/ruby-prof/ruby-prof +d3739bd34ac251d5380e394d322fb30c149dd22f,Sebastian Sternfeld,sternfeld@gonicus.de,2021-07-26 15:54:05+02:00,Sebastian Sternfeld,sternfeld@gonicus.de,2021-07-26 13:54:05+00:00,False,gonicus,gonicus,* composer,True,gosa-project_gosa-core,gosa-project/gosa-core,https://github.com/gosa-project/gosa-core +defada04defb3996f7f6dd24893fffda161f5724,Corbin Simpson,simpsoco@osuosl.org,2011-09-21 15:07:36-07:00,Corbin Simpson,simpsoco@osuosl.org,2011-09-21 22:07:36+00:00,False,osuosl,osuosl,* master,True,MostAwesomeDude_txWS,MostAwesomeDude/txWS,https://github.com/MostAwesomeDude/txWS +96f8b23251573a7bb58e8ef11b63ba3080024a93,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-10-31 14:59:39+00:00,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-10-31 14:59:39+00:00,False,07862939-d7ef-0310-b512-86c215e7314a,07862939-d7ef-0310-b512-86c215e7314a,* master,True,jkeenan_file-save-home,jkeenan/file-save-home,https://github.com/jkeenan/file-save-home +51b4875f8ade3e0930eed2dc2a842ec607a94a2c,csilvers,csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50,2007-03-22 03:00:33+00:00,csilvers,csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50,2007-03-22 03:00:33+00:00,False,6b5cf1ce-ec42-a296-1ba9-69fdba395a50,6b5cf1ce-ec42-a296-1ba9-69fdba395a50,* master,True,gperftools_gperftools,gperftools/gperftools,https://github.com/gperftools/gperftools +736ee98064b6d9795099cf7ad2eda1d480e58915,Vanya Sergeev,vsergeev@gmail.com,2013-09-29 07:06:02-07:00,Vanya Sergeev,vsergeev@gmail.com,2013-09-29 14:09:19+00:00,False,gmail,gmail,* master,True,vsergeev_u-msgpack-python,vsergeev/u-msgpack-python,https://github.com/vsergeev/u-msgpack-python +1814f6fee0deb7dd3c9908714612914559b3e5d8,Ben Firshman,ben@firshman.co.uk,2010-01-24 14:36:33+00:00,Ben Firshman,ben@firshman.co.uk,2010-01-24 14:36:33+00:00,False,firshman,firshman,* master,True,bfirsh_django-ordered-model.git,bfirsh/django-ordered-model.git,https://github.com/bfirsh/django-ordered-model.git +f03dfc2a1e600bc2c1c5320039a9af28cda98774,udo_stenzel,udo_stenzel@93d9a472-daf7-0310-8f21-d7befa554562,2009-01-29 12:33:24+00:00,udo_stenzel,udo_stenzel@93d9a472-daf7-0310-8f21-d7befa554562,2009-01-29 12:33:24+00:00,False,93d9a472-daf7-0310-8f21-d7befa554562,93d9a472-daf7-0310-8f21-d7befa554562,* master,True,udo-stenzel_anfo,udo-stenzel/anfo,https://github.com/udo-stenzel/anfo +45cb71b9cf40637e302c9df073ff989458f4245b,Adam Kiezun,akiezun@gmail.com,2016-05-03 15:43:54-04:00,Adam Kiezun,akiezun@gmail.com,2016-05-03 19:43:54+00:00,False,gmail,gmail,* master,True,broadinstitute_gatk-native-bindings,broadinstitute/gatk-native-bindings,https://github.com/broadinstitute/gatk-native-bindings +8764133520d8c4f620cb4c79f047506b6073cfd3,Norbert Preining,preining@debian.org,2018-02-26 09:07:20+09:00,Norbert Preining,preining@debian.org,2018-02-26 00:07:20+00:00,False,debian,debian,* master,True,debian-tex_latexml,debian-tex/latexml,https://github.com/debian-tex/latexml +8b4a39ca2d055a8b004187339c3ecbef640acfca,Yaroslav Halchenko,debian@onerussian.com,2011-08-30 14:05:19+02:00,Yaroslav Halchenko,debian@onerussian.com,2011-08-30 12:05:19+00:00,False,onerussian,onerussian,* master,True,neurodebian_pkg-xppaut,neurodebian/pkg-xppaut,https://github.com/neurodebian/pkg-xppaut +30233b8dfb7fe5070dfa11b3e6d2015fb50aa769,thomascube,thomas@roundcube.net,2005-09-28 22:28:05+00:00,thomascube,thomas@roundcube.net,2005-09-28 22:28:05+00:00,False,roundcube,roundcube,* master,True,roundcube_roundcubemail,roundcube/roundcubemail,https://github.com/roundcube/roundcubemail +d71a6dd88cfeac81b14c3bf23edf733c49e8cb83,Justin Karneges,justin@affinix.com,2012-09-11 16:51:39-07:00,Justin Karneges,justin@affinix.com,2012-09-11 23:51:39+00:00,False,affinix,affinix,* master,True,psi-im_psi-l10n.git,psi-im/psi-l10n.git,https://github.com/psi-im/psi-l10n.git +1b76446494192b6cd945f47c90016e9d7e18eeaf,Vadim Gubergrits,vadim.gubergrits@gmail.com,2010-03-04 23:37:43-05:00,Vadim Gubergrits,vadim.gubergrits@gmail.com,2010-03-05 04:37:43+00:00,False,gmail,gmail,* main,True,hobarrera_sphinx-autorun,hobarrera/sphinx-autorun,https://github.com/hobarrera/sphinx-autorun +a4ea06773dd795a147b569d4f2658b1df3de0fc3,Jason Field,jason@jasonfield.com,2008-06-20 10:34:55+00:00,Jason Field,jason@jasonfield.com,2008-06-20 10:34:55+00:00,False,jasonfield,jasonfield,* master,True,rabbitvcs_rabbitvcs.git,rabbitvcs/rabbitvcs.git,https://github.com/rabbitvcs/rabbitvcs.git +4b7483a285024937df9623c3543390e717e2338a,Scott Chacon,schacon@gmail.com,2010-11-04 21:24:00-07:00,Vicent Marti,tanoku@gmail.com,2010-11-06 23:31:08+00:00,False,gmail,gmail,* main,True,libgit2_libgit2.git,libgit2/libgit2.git,https://github.com/libgit2/libgit2.git +ea68662ac66aec856321cbddcabea524199b8d83,Stanislav Golovanov,stgolovanov@gmail.com,2013-01-07 20:34:34+04:00,Stanislav Golovanov,stgolovanov@gmail.com,2013-01-07 16:34:34+00:00,False,gmail,gmail,* master,True,JazzCore_python-pdfkit,JazzCore/python-pdfkit,https://github.com/JazzCore/python-pdfkit +80379fdf6a330900f566dec6b809f510d3dc26bd,Philip Tricca,philip.b.tricca@intel.com,2016-04-01 12:18:43-07:00,Philip Tricca,philip.b.tricca@intel.com,2016-04-01 19:26:39+00:00,False,intel,intel,* master,True,tpm2-software_tpm2-abrmd.git,tpm2-software/tpm2-abrmd.git,https://github.com/tpm2-software/tpm2-abrmd.git +521fa2d1502d30e3ec0f84dc9af61350a814afba,Andrew Gainer,gainer.andrew@gmail.com,2011-09-17 15:05:29-04:00,Andrew Gainer,gainer.andrew@gmail.com,2011-09-17 19:05:29+00:00,False,gmail,gmail,* master,True,mati75_volumeicon-debian.git,mati75/volumeicon-debian.git,https://github.com/mati75/volumeicon-debian.git +883cd341426e846954b6e144f8b40dbdfcc7158a,Max Bachmann,max.bachmann@iracing.com,2022-09-27 03:20:07+02:00,Max Bachmann,max.bachmann@iracing.com,2022-09-27 01:40:50+00:00,False,iracing,iracing,* main,True,maxbachmann_python-Levenshtein,maxbachmann/python-Levenshtein,https://github.com/maxbachmann/python-Levenshtein +56de781877070d3afaa8f6cdafeb48cb503eb6fc,ko1,ko1@atdot.net,2004-05-01 09:42:10+00:00,ko1,ko1@atdot.net,2004-05-01 09:42:10+00:00,False,atdot,atdot,* master,True,nadoka_nadoka,nadoka/nadoka,https://github.com/nadoka/nadoka +da388021307340ac3ad9ce1362407280a7a1a44c,Petr Vanek,petr@scribus.info,2012-06-21 11:24:56+02:00,Petr Vanek,petr@scribus.info,2012-06-21 09:24:56+00:00,False,scribus,scribus,* master,True,lxqt_lxqt-openssh-askpass.git,lxqt/lxqt-openssh-askpass.git,https://github.com/lxqt/lxqt-openssh-askpass.git +1ec49c728ede53d813cc13da086d8436edcfc9d7,"Maslennikov, Andrey",andrey.maslennikov@intel.com,2017-04-04 17:54:50+03:00,"Maslennikov, Andrey",andrey.maslennikov@intel.com,2017-04-04 14:54:50+00:00,False,intel,intel,* master,True,Intel-Media-SDK_MediaSDK,Intel-Media-SDK/MediaSDK,https://github.com/Intel-Media-SDK/MediaSDK +00f24cd89bff5748060d3238cddc60b3ebb19201,Xavier Leroy,xavierleroy@users.noreply.github.com,1999-02-22 17:42:24+00:00,Xavier Leroy,xavierleroy@users.noreply.github.com,1999-02-22 17:42:24+00:00,False,users,users,* master,True,xavierleroy_camlidl,xavierleroy/camlidl,https://github.com/xavierleroy/camlidl +b7ebd97b79268ed6ed7a83aecc70f36e1210742a,Thomas S Hatch,thatch45@gmail.com,2014-05-27 16:39:13-06:00,Thomas S Hatch,thatch45@gmail.com,2014-05-27 22:39:13+00:00,False,gmail,gmail,* master,True,saltstack_libnacl.git,saltstack/libnacl.git,https://github.com/saltstack/libnacl.git +7492f1805cfc2f3ad7034f55ef647dd8cf1725a5,dup2,zarkov@ncode.ch,2012-10-28 23:28:32+01:00,dup2,zarkov@ncode.ch,2012-10-28 22:28:32+00:00,False,ncode,ncode,* master,True,ncoders_redmine_local_avatars,ncoders/redmine/local/avatars,https://github.com/ncoders/redmine_local_avatars +a0865a82fb2b3fbd6172a9b4116070167ba1ae1a,gfx,gfuji@cpan.org,2009-07-26 10:42:39+09:00,gfx,gfuji@cpan.org,2009-07-26 01:42:39+00:00,False,cpan,cpan,* master,True,gfx_Perl-Module-Install-XSUtil.git,gfx/Perl-Module-Install-XSUtil.git,https://github.com/gfx/Perl-Module-Install-XSUtil.git +86bf601b0d955086395a7f02a9761f910fc66acf,Jonathan Yu,jawnsy@cpan.org,2009-04-07 00:25:30+00:00,Jonathan Yu,jawnsy@cpan.org,2009-04-07 00:25:30+00:00,False,cpan,cpan,* master,True,jawnsy_Math-Random-ISAAC-XS.git,jawnsy/Math-Random-ISAAC-XS.git,https://github.com/jawnsy/Math-Random-ISAAC-XS.git +88e651ab66ac5b0afc6264c517c3d3684cea7421,Christian Metscher,hakaishi@web.de,2012-01-04 02:42:28+01:00,Christian Metscher,hakaishi@web.de,2012-01-04 01:42:28+00:00,False,web,web,* master,True,hakaishi_shutdown-qapps,hakaishi/shutdown-qapps,https://github.com/hakaishi/shutdown-qapps +b939d8083d1f18f9ca018a0b7a34b591aaf4a911,Nikolaus Rath,Nikolaus@rath.org,2010-10-09 17:34:31-04:00,Nikolaus Rath,Nikolaus@rath.org,2010-10-09 21:34:31+00:00,False,rath,rath,* master,True,python-llfuse_python-llfuse.git,python-llfuse/python-llfuse.git,https://github.com/python-llfuse/python-llfuse.git +a5044491e43c85747e68dcb0388eecc254be667b,guilleiguaran,guilleiguaran@gmail.com,2011-02-21 00:48:21-05:00,guilleiguaran,guilleiguaran@gmail.com,2011-02-21 05:50:48+00:00,False,gmail,gmail,* master,True,guilleiguaran_fakeredis.git,guilleiguaran/fakeredis.git,https://github.com/guilleiguaran/fakeredis.git +985d0e30702101e84c82369fdfac8ba82a0696bc,Alberto Mardegan,alberto.mardegan@nokia.com,2010-04-01 14:58:48+03:00,Alberto Mardegan,alberto.mardegan@nokia.com,2010-04-01 11:58:48+00:00,False,nokia,nokia,* master,True,accounts-sso_signond.git,accounts-sso/signond.git,https://gitlab.com/accounts-sso/signond.git +ae1e50dc95940d3a1c986344973a10a30040e3b6,jgdumas,jgdumas@dda9dfc7-2772-4c6c-972d-d99ad1e2f97f,2004-05-12 16:08:24+00:00,jgdumas,jgdumas@dda9dfc7-2772-4c6c-972d-d99ad1e2f97f,2004-05-12 16:08:24+00:00,False,dda9dfc7-2772-4c6c-972d-d99ad1e2f97f,dda9dfc7-2772-4c6c-972d-d99ad1e2f97f,* master,True,linbox-team_givaro,linbox-team/givaro,https://github.com/linbox-team/givaro +8f30907d0f2ef354c2b31bdee340c2b11dda0fb0,Zoltan Szabadka,szabadka@google.com,2013-10-11 10:26:07+02:00,Zoltan Szabadka,szabadka@google.com,2013-10-11 08:26:07+00:00,False,google,google,* master,True,google_brotli,google/brotli,https://github.com/google/brotli +566f7f239ef9a15a5353d1e32d071bd661401ae9,andrew-bibb,ajbibb@myfairpoint.net,2014-05-10 14:17:37+00:00,andrew-bibb,ajbibb@myfairpoint.net,2014-05-10 14:17:37+00:00,False,myfairpoint,myfairpoint,* master,True,andrew-bibb_cmst.git,andrew-bibb/cmst.git,https://github.com/andrew-bibb/cmst.git +abf50406ad2a182a490fced7bb717a0a613aa79a,Roland Shoemaker,rolandshoemaker@gmail.com,2014-09-13 23:32:37-07:00,Roland Shoemaker,rolandshoemaker@gmail.com,2014-09-14 06:32:37+00:00,False,gmail,gmail,* master,True,rolandshoemaker_CommonMark-py,rolandshoemaker/CommonMark-py,https://github.com/rolandshoemaker/CommonMark-py +fdf97f47bbfcce08492da12ac346b222cd4f0efa,Sukchan Lee,acetcom@gmail.com,2017-02-02 20:34:37+09:00,Sukchan Lee,acetcom@gmail.com,2017-02-02 11:34:37+00:00,False,gmail,gmail,* main,True,acetcom_nextepc.git,acetcom/nextepc.git,https://github.com/acetcom/nextepc.git +c0d4ff0f395d7d0adf9a2de76a0ed37aa1f7280a,Thorsten Lorenz,thlorenz@gmx.de,2013-03-13 05:22:33-07:00,Thorsten Lorenz,thlorenz@gmx.de,2013-03-13 12:22:33+00:00,False,gmx,gmx,* master,True,thlorenz_convert-source-map,thlorenz/convert-source-map,https://github.com/thlorenz/convert-source-map +24937acd35725de508dd04d0350850c9ae42532d,jdriscoll,justin@driscolldev.com,2011-02-10 16:24:14-05:00,jdriscoll,justin@driscolldev.com,2011-02-10 21:24:14+00:00,False,driscolldev,driscolldev,* develop,True,matthewwithanm_django-imagekit.git,matthewwithanm/django-imagekit.git,https://github.com/matthewwithanm/django-imagekit.git +6a73a57bc305c47bc7c827aba74a0d23a740a7e3,Roy Hyunjin Han,starsareblueandfaraway@gmail.com,2012-04-14 12:09:14-04:00,Roy Hyunjin Han,starsareblueandfaraway@gmail.com,2012-04-14 16:09:14+00:00,False,gmail,gmail,* master,True,invisibleroads_socketIO-client,invisibleroads/socketIO-client,https://github.com/invisibleroads/socketIO-client +b94308890e5c60b3bb496fccd37036b65188727d,Adrian Lopez,adrianlopezroche@gmail.com,1999-12-25 06:13:28+01:00,Johannes Obermayr,johannesobermayr@gmx.de,1999-12-25 05:13:28+00:00,False,gmail,gmx,* master,True,adrianlopezroche_fdupes.git,adrianlopezroche/fdupes.git,https://github.com/adrianlopezroche/fdupes.git +ec62a674c0e58afab9ea76b1dd625f850b7ae17b,Gurusamy Sarathy,gsar@cpan.org,1996-01-18 23:15:18-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-12 09:23:20+00:00,False,cpan,pobox,* master,True,chorny_MLDBM.git,chorny/MLDBM.git,https://github.com/chorny/MLDBM.git +f8f436e569a7b7741809273e689b2f6c4fb48d1e,Michal Ludvig,mludvig@logix.net.nz,2007-01-19 03:38:04+00:00,Michal Ludvig,mludvig@logix.net.nz,2007-01-19 03:38:04+00:00,False,logix,logix,* master,True,s3tools_s3cmd,s3tools/s3cmd,https://github.com/s3tools/s3cmd +b6e3c55497bd6234b19925f271e101207c081282,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2009-12-25 01:05:56+08:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2009-12-24 17:05:56+00:00,False,gmail,gmail,* master,True,lxde_pcmanfm,lxde/pcmanfm,https://github.com/lxde/pcmanfm +6def3b5ae32998eb21415010f52d57fcbef9edb0,Peter Cawley,corsix@gmail.com,2009-07-24 20:29:53+00:00,Peter Cawley,corsix@gmail.com,2009-07-24 20:29:53+00:00,False,gmail,gmail,* master,True,CorsixTH_CorsixTH.git,CorsixTH/CorsixTH.git,https://github.com/CorsixTH/CorsixTH.git +a00ed265850772032c796edf06418ad9d28a0609,Fritz Reichwald,mail@fritzreichwald.de,2018-04-19 23:10:12+02:00,Fritz Reichwald,mail@fritzreichwald.de,2018-04-19 21:10:12+00:00,False,fritzreichwald,fritzreichwald,* upstream,True,fiete201_python-pypeg2-debian,fiete201/python-pypeg2-debian,https://github.com/fiete201/python-pypeg2-debian +2cd04f49f4a9c56daaf9127fd737116115fbf513,Iago Toral,itoral@igalia.com,2009-12-14 11:52:18+01:00,Iago Toral,itoral@igalia.com,2009-12-14 10:52:18+00:00,False,igalia,igalia,* master,True,GNOME_grilo-plugins,GNOME/grilo-plugins,https://gitlab.gnome.org/GNOME/grilo-plugins +d94c677a45b981a852f3ea7b1d5ad12ef31e9edf,Sybren A. Stüvel,sybren@stuvel.eu,2011-07-30 19:58:25+02:00,Sybren A. Stüvel,sybren@stuvel.eu,2011-07-30 17:58:25+00:00,False,stuvel,stuvel,* main,True,sybrenstuvel_python-rsa,sybrenstuvel/python-rsa,https://github.com/sybrenstuvel/python-rsa +05493f8d33b62c573f6ec6d06ac411e18d4e6c8c,hubicka,hubicka@448e8058-b851-0410-8f1a-96ed746e2993,2001-02-06 13:00:45+00:00,hubicka,hubicka@448e8058-b851-0410-8f1a-96ed746e2993,2001-02-06 13:00:45+00:00,False,448e8058-b851-0410-8f1a-96ed746e2993,448e8058-b851-0410-8f1a-96ed746e2993,* master,True,xaos-project_XaoS.git,xaos-project/XaoS.git,https://github.com/xaos-project/XaoS.git +fa8d8158f58c6b0b4cd2e91c5023c6ee05aad39c,Peter Pentchev,roam@ringlet.net,2009-03-06 13:32:44+00:00,Peter Pentchev,roam@ringlet.net,2009-03-06 13:32:44+00:00,False,ringlet,ringlet,* master,True,corecode_dma.git,corecode/dma.git,https://github.com/corecode/dma.git +dda9454750d616a6fd65b4d1b3e9f99120eff82d,Matt Darby,matt.darby@rackspace.com,2016-02-16 14:55:42-05:00,Matt Darby,matt.darby@rackspace.com,2016-02-16 19:55:42+00:00,False,rackspace,rackspace,* master,True,fog_fog-rackspace,fog/fog-rackspace,https://github.com/fog/fog-rackspace +4ab148c2ea0ea66a669cc7c8b33b6077b388e87f,mmckerns,mmckerns@8bfda07e-5b16-0410-ab1d-fd04ec2748df,2010-06-19 21:21:03+00:00,mmckerns,mmckerns@8bfda07e-5b16-0410-ab1d-fd04ec2748df,2010-06-19 21:21:03+00:00,False,8bfda07e-5b16-0410-ab1d-fd04ec2748df,8bfda07e-5b16-0410-ab1d-fd04ec2748df,* master,True,uqfoundation_dill,uqfoundation/dill,https://github.com/uqfoundation/dill +c648cb832d8c8c0e41a493563c9f9c526daed77d,Daniel Faust,hessijames@gmail.com,2010-07-13 20:25:15+02:00,Daniel Faust,hessijames@gmail.com,2010-07-13 18:25:15+00:00,False,gmail,gmail,* master,True,dfaust_soundkonverter.git,dfaust/soundkonverter.git,https://github.com/dfaust/soundkonverter.git +c5101834a6fae4f0b4b1bf0a0b9e01308d5d7646,Gervaise Alina,gervyh@hotmail.com,2008-03-05 22:01:46+00:00,Gervaise Alina,gervyh@hotmail.com,2008-03-05 22:01:46+00:00,False,hotmail,hotmail,* main,True,SasView_sasview.git,SasView/sasview.git,https://github.com/SasView/sasview.git +c7ae110ade63df9476357a8762ceff7549f990d6,core-ablanco,ablanco@coresecurity.com,2014-03-13 12:01:03-03:00,core-ablanco,ablanco@coresecurity.com,2014-03-13 15:01:03+00:00,False,coresecurity,coresecurity,* master,True,CoreSecurity_pcapy.git,CoreSecurity/pcapy.git,https://github.com/CoreSecurity/pcapy.git +eea38af1135ec19cf778ff761837a486025ddd95,Aaron J. Seigo,aseigo@kde.org,2010-02-17 03:34:23+00:00,Aaron J. Seigo,aseigo@kde.org,2010-02-17 03:34:23+00:00,False,kde,kde,* master,True,plasma_kinfocenter.git,plasma/kinfocenter.git,https://invent.kde.org/plasma/kinfocenter.git +5c6e5cbc5512a1cbfad1ca905f21b07065e0defd,Chris Phelps,chicane@src.gnome.org,2001-12-06 02:51:13+00:00,Chris Phelps,chicane@src.gnome.org,2001-12-06 02:51:13+00:00,False,src,src,* master,True,GNOME_gtksourceview,GNOME/gtksourceview,https://gitlab.gnome.org/GNOME/gtksourceview +fab58892da67935c562e04e04d84aba17ecf52a8,Kevin Dangoor,kid@blazingthings.com,2010-11-23 13:16:34-05:00,Kevin Dangoor,kid@blazingthings.com,2010-11-23 18:16:34+00:00,False,blazingthings,blazingthings,* master,True,mozilla_dryice,mozilla/dryice,https://github.com/mozilla/dryice +1678a2f3d59ed77abf9383b51a8575c8c41da2ba,Reed O'Brien,reed@koansys.com,2012-03-12 21:18:14-07:00,Reed O'Brien,reed@koansys.com,2012-03-13 04:18:14+00:00,False,koansys,koansys,* master,True,Pylons_pyramid_chameleon,Pylons/pyramid/chameleon,https://github.com/Pylons/pyramid_chameleon +f2366b7915b1ff0a35c93679f3c7e47884c9c2a4,Stein Magnus Jodal,stein.magnus@jodal.no,2010-11-15 00:44:12+01:00,Stein Magnus Jodal,stein.magnus@jodal.no,2010-11-14 23:47:04+00:00,False,jodal,jodal,* main,True,jodal_pykka.git,jodal/pykka.git,https://github.com/jodal/pykka.git +2a66a568cac25cadc9443c7ce09582f077630ce5,Ben Sedat,bsedat@tinfoilsecurity.com,2014-05-12 11:46:54-07:00,Ben Sedat,bsedat@tinfoilsecurity.com,2014-05-12 18:46:54+00:00,False,tinfoilsecurity,tinfoilsecurity,* main,True,tinfoil_devise-two-factor.git,tinfoil/devise-two-factor.git,https://github.com/tinfoil/devise-two-factor.git +6a0c484f49f324962ce167b564b86b577d737480,maxtepkeev,tepkeev@gmail.com,2014-01-09 03:14:13-08:00,maxtepkeev,tepkeev@gmail.com,2014-01-09 11:14:13+00:00,False,gmail,gmail,* master,True,maxtepkeev_python-redmine.git,maxtepkeev/python-redmine.git,https://github.com/maxtepkeev/python-redmine.git +d3c97e253b520e05a6d979adfa0a67e3f95653c1,isaacs,i@foohack.com,2009-11-01 21:03:59-08:00,isaacs,i@foohack.com,2009-11-02 05:03:59+00:00,False,foohack,foohack,* main,True,isaacs_node-glob.git,isaacs/node-glob.git,https://github.com/isaacs/node-glob.git +5ad1f0730acbe22b512834dc11af114c0fe3c455,Paul Dix,paul@pauldix.net,2013-11-05 11:27:16-08:00,Paul Dix,paul@pauldix.net,2013-11-05 19:27:16+00:00,False,pauldix,pauldix,* master,True,influxdata_influxdb-python,influxdata/influxdb-python,https://github.com/influxdata/influxdb-python +b28b8e62bf20a112a4f1f7ed0558e29f536ebaae,pishuilu,pishuilu@kylinos.cn,2017-02-09 16:11:41+08:00,pishuilu,pishuilu@kylinos.cn,2017-02-09 08:11:41+00:00,False,kylinos,kylinos,* master,True,ukui_ukui-themes,ukui/ukui-themes,https://github.com/ukui/ukui-themes +ff5d152c940ac752cb9f308ea74a16f33eb83295,Charlike Mike Reagent,opensource@tunnckocore.com,2019-11-30 00:17:35+02:00,Walle Cyril,cyril.walle@protonmail.com,2019-11-29 22:17:35+00:00,False,tunnckocore,protonmail,* master,True,felixge_node-formidable.git,felixge/node-formidable.git,https://github.com/felixge/node-formidable.git +0389e97743d0f5d035e11a12f5ecf72e8a25796b,Dan Jacob,danjac354@gmail.com,2010-07-04 13:34:15+01:00,Dan Jacob,danjac354@gmail.com,2010-07-04 12:34:15+00:00,False,gmail,gmail,* master,True,smurfix_flask-script,smurfix/flask-script,https://github.com/smurfix/flask-script +36caf0d7ca07bf327bfb61b75ba67da956461ba5,Vadim A. Misbakh-Soloviov,mva@mva.name,2013-01-17 07:43:35+07:00,Vadim A. Misbakh-Soloviov,mva@mva.name,2013-01-17 00:43:35+00:00,False,mva,mva,* master,True,alphallc_ruby-fcgi-ng,alphallc/ruby-fcgi-ng,https://github.com/alphallc/ruby-fcgi-ng +f453d4148de12234ee1301e918dd49b7f00f8dae,Ian Cordasco,graffatcolmingov@gmail.com,2013-04-06 00:13:44-04:00,Ian Cordasco,graffatcolmingov@gmail.com,2013-04-06 04:13:44+00:00,False,gmail,gmail,* main,True,python-hyper_uritemplate.git,python-hyper/uritemplate.git,https://github.com/python-hyper/uritemplate.git +691381036b8dad94b9761ddb085b390e6478b6d8,David Golden,dagolden@cpan.org,2006-09-09 16:55:09+00:00,David Golden,dagolden@cpan.org,2006-09-09 16:55:09+00:00,False,cpan,cpan,* master,True,dagolden_class-insideout.git,dagolden/class-insideout.git,https://github.com/dagolden/class-insideout.git +ee9dfc6e5620198f50633e11c5f0d8c8b1214458,Martin Owens,doctormo@gmail.com,2012-08-22 16:00:38-04:00,Martin Owens,doctormo@gmail.com,2012-08-22 20:00:38+00:00,False,gmail,gmail,* master,True,doctormo_python-crontab,doctormo/python-crontab,https://gitlab.com/doctormo/python-crontab +7bcf044f1a43dbbf0a06ce795b80c7bcbdbaec15,Andrew Thompson,andrew@hijacked.us,2011-06-24 13:31:20-04:00,Andrew Thompson,andrew@hijacked.us,2011-06-24 17:31:20+00:00,False,hijacked,hijacked,* master,True,erlang-lager_lager.git,erlang-lager/lager.git,https://github.com/erlang-lager/lager.git +70e99baef9d08d5479725ca1d50a93f3a4681632,Jari Aalto,jari.aalto@cante.net,2010-03-01 11:10:16+02:00,Jari Aalto,jari.aalto@cante.net,2010-03-01 09:10:16+00:00,False,cante,cante,* master,True,jaalto_project--copyright-update,jaalto/project--copyright-update,https://github.com/jaalto/project--copyright-update +c1a876201396e8d0a923a1e703374df570d93d87,Tom Lee,github@tomlee.co,2013-08-17 02:00:22-07:00,Tom Lee,github@tomlee.co,2013-08-17 09:00:22+00:00,False,tomlee,tomlee,* debian/master,True,thomaslee_capnproto-debian,thomaslee/capnproto-debian,https://github.com/thomaslee/capnproto-debian +7fa4694dadf869d1de2baa99383308a163902f8f,Luca Deri,deri@Lucas-MacBookPro.local,2015-04-19 07:21:14+02:00,Luca Deri,deri@Lucas-MacBookPro.local,2015-04-19 05:21:14+00:00,False,Lucas-MacBookPro,Lucas-MacBookPro,* dev,True,ntop_nDPI.git,ntop/nDPI.git,https://github.com/ntop/nDPI.git +520441ad620764be3b68c688c3cdd483cda1831b,lmj,llmjjmll@gmail.com,2011-10-22 10:42:31-04:00,lmj,llmjjmll@gmail.com,2011-10-22 14:48:24+00:00,False,gmail,gmail,* master,True,lmj_lparallel,lmj/lparallel,https://github.com/lmj/lparallel +4e172cfefe8f498d2a5647b1a3a92105fa2ca30f,AlDanial,al.danial@gmail.com,2015-09-06 20:35:11-07:00,AlDanial,al.danial@gmail.com,2015-09-07 03:35:11+00:00,False,gmail,gmail,* master,True,AlDanial_cloc.git,AlDanial/cloc.git,https://github.com/AlDanial/cloc.git +a1fd8e6005c65744272c5afe4aff55b2b96b9ccb,Oliver Gorwits,cpan@gorwits.me.uk,2008-12-26 13:08:49+00:00,Oliver Gorwits,cpan@gorwits.me.uk,2008-12-26 13:08:49+00:00,False,gorwits,gorwits,* master,True,ollyg_Net-LDAP-FilterBuilder.git,ollyg/Net-LDAP-FilterBuilder.git,https://github.com/ollyg/Net-LDAP-FilterBuilder.git +3ab0fee0434bce55452e70c5d73ef713e0de214c,Andreas Røsdal,andreasr@src.gnome.org,2006-10-28 16:37:30+00:00,Andreas Røsdal,andreasr@src.gnome.org,2006-10-28 16:37:30+00:00,False,src,src,* main,True,GNOME_gnome-chess.git,GNOME/gnome-chess.git,https://gitlab.gnome.org/GNOME/gnome-chess.git +b3e186b406a018d48685d89ffb2f1638b3b75dcf,Andrew Powell,shellscape@users.noreply.github.com,2019-08-21 11:02:50-04:00,GitHub,noreply@github.com,2019-08-21 15:02:50+00:00,False,users,github,* master,True,rollup_plugins,rollup/plugins,https://github.com/rollup/plugins +6c510afd893d312cee434c4e109bb3949caedd9f,rncbc,rncbc@rncbc.org,2017-07-20 18:14:36+01:00,rncbc,rncbc@rncbc.org,2017-07-20 17:14:36+00:00,False,rncbc,rncbc,* main,True,rncbc_padthv1.git,rncbc/padthv1.git,https://github.com/rncbc/padthv1.git +66a912bea3603afe46a37f8f831a696d43ab6d03,Gnonthgol,gnonthgol+github@gmail.com,2013-10-06 15:02:25-07:00,Gnonthgol,gnonthgol+github@gmail.com,2013-10-06 22:02:25+00:00,False,gmail,gmail,* master,True,Gnonthgol_sosi2osm.git,Gnonthgol/sosi2osm.git,https://github.com/Gnonthgol/sosi2osm.git +3d805744e39370c7a31c1d04e815551810da2dba,Olivier Jacques,ojacques2@gmail.com,2006-06-05 20:07:17+00:00,Olivier Jacques,ojacques2@gmail.com,2006-06-05 20:07:17+00:00,False,gmail,gmail,* master,True,SIPp_sipp.git,SIPp/sipp.git,https://github.com/SIPp/sipp.git +0cdcbddf0d9f4dba786296288aa8f5c84ef3e413,Damien Stuart,dstart@dstuart.org,2008-11-28 00:57:59+00:00,Damien Stuart,dstart@dstuart.org,2008-11-28 00:57:59+00:00,False,dstuart,dstuart,* master,True,mrash_fwknop.git,mrash/fwknop.git,https://github.com/mrash/fwknop.git +90696c0b609236daf4b7c0622c8dc865ce0c6dd2,Christian Theune,ct@flyingcircus.io,2008-05-19 18:25:33+00:00,Christian Theune,ct@flyingcircus.io,2008-05-19 18:25:33+00:00,False,flyingcircus,flyingcircus,* main,True,flyingcircusio_pycountry,flyingcircusio/pycountry,https://github.com/flyingcircusio/pycountry +3056932c514203f9c6e01c9b61a5123ff5a28e5c,Simon Peter,dn.tlp@gmx.net,2001-10-09 05:47:06-07:00,Simon Peter,dn.tlp@gmx.net,2001-10-09 12:47:06+00:00,False,gmx,gmx,* master,True,adplug_adplay-unix,adplug/adplay-unix,https://github.com/adplug/adplay-unix +dbb0ff186d2a2af7930f5bab7b8dfb44f706f90f,Jonathan Brossard,endrazine@gmail.com,2016-08-08 23:54:37-07:00,Jonathan Brossard,endrazine@gmail.com,2016-08-09 06:54:37+00:00,False,gmail,gmail,* master,True,endrazine_wcc.git,endrazine/wcc.git,https://github.com/endrazine/wcc.git +8d94656fa146c32fa1431a5d4c82aae5f5578431,Martin Raspaud,martin.raspaud@smhi.se,2011-09-12 07:20:28+02:00,Martin Raspaud,martin.raspaud@smhi.se,2011-09-12 05:20:28+00:00,False,smhi,smhi,* main,True,pytroll_pyorbital.git,pytroll/pyorbital.git,https://github.com/pytroll/pyorbital.git +424e53a32564c9c6d68193d0222de31308abf9a5,Norbert Preining,preining@debian.org,2016-04-04 11:46:00+09:00,Norbert Preining,preining@debian.org,2016-04-04 02:46:00+00:00,False,debian,debian,* master,True,debian-tex_texworks-manual,debian-tex/texworks-manual,https://github.com/debian-tex/texworks-manual +3087bf46be461501b1e80166c58e326d7a13eb3a,Ron,ron@debian.org,2007-09-21 05:29:10+09:30,Ron,ron@debian.org,2007-09-20 19:59:10+00:00,False,debian,debian,* master,True,punitagrawal_global,punitagrawal/global,https://github.com/punitagrawal/global +919010fbb637c2bcc36a7e22cf291a8777b64518,byvoid1,devnull@localhost,2010-06-07 14:46:34+00:00,byvoid1,devnull@localhost,2010-06-07 14:46:34+00:00,False,localhost,localhost,* master,True,BYVoid_OpenCC,BYVoid/OpenCC,https://github.com/BYVoid/OpenCC +d55329340828a736777056f49afd21cb67e2b6b8,lloydh,lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390,2007-07-17 08:29:44+00:00,lloydh,lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390,2007-07-17 08:29:44+00:00,False,e775cfb5-b74b-0410-aad5-5bebe4a96390,e775cfb5-b74b-0410-aad5-5bebe4a96390,* master,True,jstamp_yajl,jstamp/yajl,https://github.com/jstamp/yajl +0fcb6d26cca644676ea59db34234dc14bbb5f779,Jason A. Donenfeld,Jason@zx2c4.com,2014-10-22 10:43:10-04:00,Bob Copeland,copeland@lastpass.com,2014-10-22 14:43:10+00:00,False,zx2c4,lastpass,* master,True,lastpass_lastpass-cli,lastpass/lastpass-cli,https://github.com/lastpass/lastpass-cli +431e385ded95a6f5c80e90ae20f78e927eb96f0a,kevin1024,me@kevinmccarthy.org,2012-05-28 17:18:22-10:00,Kevin McCarthy,me@kevinmccarthy.org,2012-05-31 06:52:26+00:00,False,kevinmccarthy,kevinmccarthy,* master,True,kevin1024_vcrpy,kevin1024/vcrpy,https://github.com/kevin1024/vcrpy +13872842e0c6feaea00103e1fcf391ecc76962cf,rhijmans,r.hijmans@gmail.com,2018-07-30 19:08:04-07:00,GitHub,noreply@github.com,2018-07-31 02:08:04+00:00,False,gmail,github,* master,True,rspatial_raster.git,rspatial/raster.git,https://github.com/rspatial/raster.git +21a43c7ecfaf8e44ac7a42af50db2c7e38f44447,Rafael Römhild,rafael@roemhild.de,2015-02-02 22:30:13+01:00,Rafael Römhild,rafael@roemhild.de,2015-02-02 21:30:13+00:00,False,roemhild,roemhild,* master,True,rroemhild_flask-ldapconn,rroemhild/flask-ldapconn,https://github.com/rroemhild/flask-ldapconn +88889954b85185e4ef335dcb0f38ea70d734389c,Timothy Stack,tstack@promb-1n-dhcp122.eng.vmware.com,2010-02-23 20:35:52-08:00,Timothy Stack,tstack@promb-1n-dhcp122.eng.vmware.com,2010-02-24 04:35:52+00:00,False,promb-1n-dhcp122,promb-1n-dhcp122,* master,True,tstack_lnav,tstack/lnav,https://github.com/tstack/lnav +73accf56995c0fadf862f5ef2e7fe1b479b5afd0,fengmk2,fengmk2@gmail.com,2013-07-30 23:09:20+08:00,fengmk2,fengmk2@gmail.com,2013-07-30 15:09:20+00:00,False,gmail,gmail,* master,True,node-modules_address.git,node-modules/address.git,https://github.com/node-modules/address.git +a0eaa13414cebe978a30f36bbc7eb83aa1c2f0ba,Jean Parpaillon,jean.parpaillon@free.fr,2014-09-10 13:54:40+02:00,Jean Parpaillon,jean.parpaillon@free.fr,2014-09-10 11:55:16+00:00,False,free,free,* master,True,jeanparpaillon_averell,jeanparpaillon/averell,https://github.com/jeanparpaillon/averell +143364b71549f4b4c4af87795aa97af4174c5730,Eddy Vervest,eddy@vervest.org,2021-11-28 16:42:10+01:00,Eddy Vervest,eddy@vervest.org,2021-11-28 15:42:10+00:00,False,vervest,vervest,* master,True,twekkel_htpdate,twekkel/htpdate,https://github.com/twekkel/htpdate +0ab40605f26a63f7cb37ed68c517d061cdc8e5ef,ekato,ekato@ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,2006-12-10 05:21:47+00:00,ekato,ekato@ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,2006-12-10 05:21:47+00:00,False,ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,* master,True,uim_uim-chewing,uim/uim-chewing,https://github.com/uim/uim-chewing +7bc06e166f9516f6d2551a1a8bdb32bb88b13bc4,Christopher Allan Webber,cwebber@dustycloud.org,2015-10-07 14:32:40-05:00,Christopher Allan Webber,cwebber@dustycloud.org,2015-10-07 19:32:40+00:00,False,dustycloud,dustycloud,* master,True,w3c-social_activipy,w3c-social/activipy,https://github.com/w3c-social/activipy +ac872f342056cb5176b9f018fd1470012ff9631a,Nathaniel J. Smith,njs@pobox.com,2014-06-09 23:48:02+01:00,Nathaniel J. Smith,njs@pobox.com,2014-06-09 22:48:02+00:00,False,pobox,pobox,* master,True,njsmith_colorspacious.git,njsmith/colorspacious.git,https://github.com/njsmith/colorspacious.git +3264435241b07af5476a5f79f19f33619c44094a,Andy Mikhailenko,andy@neithere.net,2010-11-09 23:44:37+01:00,Andy Mikhailenko,andy@neithere.net,2010-11-09 22:44:37+00:00,False,neithere,neithere,* master,True,neithere_argh.git,neithere/argh.git,https://github.com/neithere/argh.git +8a42c0f76c76820c9c1c5a29bb55f3a6330b3827,jcrada,jcrada@gmail.com,2013-01-12 23:53:13+13:00,jcrada,jcrada@gmail.com,2013-01-12 10:53:13+00:00,False,gmail,gmail,* main,True,fuzzylite_fuzzylite,fuzzylite/fuzzylite,https://github.com/fuzzylite/fuzzylite +efaeb275f78e18d594d9ee8ff04eccd2dc59512c,truelight,truelight@openttd.org,2004-08-09 17:04:08+00:00,truelight,truelight@openttd.org,2004-08-09 17:04:08+00:00,False,openttd,openttd,* master,True,OpenTTD_OpenTTD.git,OpenTTD/OpenTTD.git,https://github.com/OpenTTD/OpenTTD.git +eff65a0d04fe8284da94582d28fe8ac286f4e559,Petr Hlozek,petr@ok2cqr.com,2013-03-15 21:13:08+01:00,Petr Hlozek,petr@ok2cqr.com,2013-03-15 20:13:08+00:00,False,ok2cqr,ok2cqr,* master,True,ok2cqr_cqrlog.git,ok2cqr/cqrlog.git,https://github.com/ok2cqr/cqrlog.git +dd847db64195efbfa3471c29a505c336b248c2f0,Ryan Curtin,ryan@ratml.org,2018-10-02 22:39:31-04:00,Ryan Curtin,ryan@ratml.org,2018-10-03 02:39:31+00:00,False,ratml,ratml,* master,True,mlpack_ensmallen,mlpack/ensmallen,https://github.com/mlpack/ensmallen +0463653b369a669bbeb26257e82893f3ab348724,kzk,kzk@ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,2005-11-03 13:45:13+00:00,kzk,kzk@ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,2005-11-03 13:45:13+00:00,False,ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,* master,True,uim_sigscheme.git,uim/sigscheme.git,https://github.com/uim/sigscheme.git +45c6603cc86c5881b00ac40e0f9fe548c30ff6be,nekral-guest,nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7,2007-10-07 11:44:02+00:00,nekral-guest,nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7,2007-10-07 11:44:02+00:00,False,5a98b0ae-9ef6-0310-add3-de5d479b70d7,5a98b0ae-9ef6-0310-add3-de5d479b70d7,* master,True,shadow-maint_shadow,shadow-maint/shadow,https://github.com/shadow-maint/shadow +8d783f8189caffd4083bf635478a1f9ff1317bfb,Matt Todd,chiology@gmail.com,2013-03-18 14:39:54-07:00,Matt Todd,chiology@gmail.com,2013-03-18 21:39:54+00:00,False,gmail,gmail,* master,True,deckar01_task_list.git,deckar01/task/list.git,https://github.com/deckar01/task_list.git +dfe4e5e4a4bf23eba96226aeb28e4c51044c7244,Alain Frisch,alain@frisch.fr,2003-09-20 17:52:50+00:00,Alain Frisch,alain@frisch.fr,2003-09-20 17:52:50+00:00,False,frisch,frisch,* master,True,ocaml-community_sedlex,ocaml-community/sedlex,https://github.com/ocaml-community/sedlex +a5dacdfe27f0a3bf43c0419b4bbd9fd68485bca8,jenisys,jens_engel@web.de,2013-10-19 22:08:09+02:00,jenisys,jens_engel@web.de,2013-10-19 20:08:09+00:00,False,web,web,* main,True,jenisys_parse_type,jenisys/parse/type,https://github.com/jenisys/parse_type +f868f33bbc36d0a013f7f5367f813833f0a79c69,Alberto Mardegan,alberto.mardegan@nokia.com,2010-04-01 15:32:37+03:00,Alberto Mardegan,alberto.mardegan@nokia.com,2010-04-01 12:32:37+00:00,False,nokia,nokia,* master,True,accounts-sso_libsignon-glib.git,accounts-sso/libsignon-glib.git,https://gitlab.com/accounts-sso/libsignon-glib.git +399d0cacbdab29ea54fcf19239a4301cd7b24fbf,Rod Vagg,rod@vagg.org,2012-04-30 13:47:09+10:00,Rod Vagg,rod@vagg.org,2012-04-30 04:10:12+00:00,False,vagg,vagg,* master,True,rvagg_node-errno,rvagg/node-errno,https://github.com/rvagg/node-errno +169c9750facc967c845ba74d834eae978e1674f6,Dan D'Avella,drdavella@gmail.com,2017-09-20 17:01:36-04:00,Dan D'Avella,drdavella@gmail.com,2017-09-20 21:05:06+00:00,False,gmail,gmail,* main,True,astropy_pytest-remotedata,astropy/pytest-remotedata,https://github.com/astropy/pytest-remotedata +bbd2182738376c9791ca1347d9581474c2f9d41c,Jeffrey Kegler,jeffreykegler@Jeffrey-Keglers-Computer.local,2011-05-07 18:58:46-07:00,Jeffrey Kegler,jeffreykegler@Jeffrey-Keglers-Computer.local,2011-05-08 01:58:46+00:00,False,Jeffrey-Keglers-Computer,Jeffrey-Keglers-Computer,* master,True,jeffreykegler_Marpa--R2.git,jeffreykegler/Marpa--R2.git,https://github.com/jeffreykegler/Marpa--R2.git +dca3139fce479265eaa231a362033b1394a0df48,Edzer Pebesma,edzer.pebesma@uni-muenster.de,2015-11-06 22:50:37+01:00,Edzer Pebesma,edzer.pebesma@uni-muenster.de,2015-11-06 21:50:37+00:00,False,uni-muenster,uni-muenster,* main,True,r-spatial_sf,r-spatial/sf,https://github.com/r-spatial/sf +b37684374eabe9c5f039cb9ca1497b28a8890c55,Stephen Kennedy,stevek@src.gnome.org,2004-02-19 18:18:38+00:00,Stephen Kennedy,stevek@src.gnome.org,2004-02-19 18:18:38+00:00,False,src,src,* main,True,GNOME_meld.git,GNOME/meld.git,https://gitlab.gnome.org/GNOME/meld.git +438d0b36614d67167a55fc033058071acd00a0f8,Donne Martin,donne.martin@gmail.com,2016-05-07 05:18:42-04:00,Donne Martin,donne.martin@gmail.com,2016-05-07 09:18:42+00:00,False,gmail,gmail,* master,True,donnemartin_gitsome,donnemartin/gitsome,https://github.com/donnemartin/gitsome +06c87a94db1c483caae559790e40a33e38d066d3,Daniel Quinn,dquinn@ripe.net,2014-04-02 18:02:34+01:00,Daniel Quinn,dquinn@ripe.net,2014-04-02 17:02:34+00:00,False,ripe,ripe,* master,True,RIPE-NCC_ripe.atlas.sagan,RIPE-NCC/ripe.atlas.sagan,https://github.com/RIPE-NCC/ripe.atlas.sagan +f255ae1922e1c1d07ef03a920f7ce5d4476ea6aa,jp9000,obs.jim@gmail.com,2013-09-30 19:37:13-07:00,jp9000,obs.jim@gmail.com,2013-10-01 02:37:13+00:00,False,gmail,gmail,* master,True,jp9000_obs-studio.git,jp9000/obs-studio.git,https://github.com/jp9000/obs-studio.git +53332a460c1d4632db6cc1365c9bc9a049ea4fc9,Yuri D'Elia,wavexx@thregr.org,2011-09-21 23:06:13+02:00,Yuri D'Elia,wavexx@thregr.org,2011-09-21 21:06:13+00:00,False,thregr,thregr,* master,True,wavexx_fgallery,wavexx/fgallery,https://gitlab.com/wavexx/fgallery +d535b614e55fdac6a9565bcac26417b3e3495f49,Jeremy Yallop,yallop@gmail.com,2013-04-30 16:00:09+01:00,Jeremy Yallop,yallop@gmail.com,2013-04-30 15:00:09+00:00,False,gmail,gmail,* master,True,ocamllabs_ocaml-ctypes.git,ocamllabs/ocaml-ctypes.git,https://github.com/ocamllabs/ocaml-ctypes.git +6f6425ef5df07c05051d9f042578ffb1fb9200e1,Jan Schneider,jan@horde.org,2011-06-14 21:00:54+02:00,Jan Schneider,jan@horde.org,2011-06-14 19:00:54+00:00,False,horde,horde,* master,True,horde_groupware.git,horde/groupware.git,https://github.com/horde/groupware.git +3d40c8c0595b0ee564190a40970dbe3b59cf9f5a,Srikanth Reddy Lingala,srikanth.mailbox@gmail.com,2019-05-04 14:27:40+02:00,Srikanth Reddy Lingala,srikanth.mailbox@gmail.com,2019-05-04 12:27:40+00:00,False,gmail,gmail,* master,True,srikanth-lingala_zip4j.git,srikanth-lingala/zip4j.git,https://github.com/srikanth-lingala/zip4j.git +e256f9e622ffbf89e3b3694dc6bc813b7461c509,aric,none@none,2005-07-12 23:35:35+00:00,aric,none@none,2005-07-12 23:35:35+00:00,False,none,none,* main,True,networkx_networkx.git,networkx/networkx.git,https://github.com/networkx/networkx.git +518c21ab299c500527491e6c049ab2229e22a805,Michael Bleigh,michael@intridea.com,2010-06-13 13:09:59-04:00,Michael Bleigh,michael@intridea.com,2010-06-13 17:09:59+00:00,False,intridea,intridea,* master,True,intridea_multi_json,intridea/multi/json,https://github.com/intridea/multi_json +98f3a42261f936b8afc078cc1444f215f98a3816,Hervé Pagès,hpages@fredhutch.org,2019-04-19 12:19:05-07:00,Hervé Pagès,hpages@fredhutch.org,2019-04-19 19:19:05+00:00,False,fredhutch,fredhutch,* devel,True,Bioconductor_IRanges.git,Bioconductor/IRanges.git,https://github.com/Bioconductor/IRanges.git +856eed8a736e78ffbaba7a8f56c3f37c2fd74de1,Peter B Clements,peterbclements@users.sourceforge.net,2003-05-08 08:05:26+00:00,Peter B Clements,peterbclements@users.sourceforge.net,2003-05-08 08:05:26+00:00,False,users,users,* master,True,Parchive_par2cmdline.git,Parchive/par2cmdline.git,https://github.com/Parchive/par2cmdline.git +393e95c8091bd13b0e8babbe8087368fb8d75571,Matthew Rocklin,mrocklin@gmail.com,2013-09-10 19:52:36-07:00,Matthew Rocklin,mrocklin@gmail.com,2013-09-11 02:52:36+00:00,False,gmail,gmail,* master,True,pytoolz_toolz.git,pytoolz/toolz.git,https://github.com/pytoolz/toolz.git +282fb5fc9f9d01c4d933a6eb6bee6ae9f0d512c7,Owen Taylor,otaylor@src.gnome.org,2000-01-13 04:12:07+00:00,Owen Taylor,otaylor@src.gnome.org,2000-01-13 04:12:07+00:00,False,src,src,* main,True,GNOME_pango,GNOME/pango,https://gitlab.gnome.org/GNOME/perl-pango +f689a0d3fbff63392330ccc48c8a36fef527c0ba,Thorsten Lorenz,thlorenz@gmx.de,2013-03-06 19:30:36-08:00,Thorsten Lorenz,thlorenz@gmx.de,2013-03-07 03:30:36+00:00,False,gmx,gmx,* master,True,thlorenz_inline-source-map.git,thlorenz/inline-source-map.git,https://github.com/thlorenz/inline-source-map.git +f31a1a120ca602a046a1e3ed90a457da7fb4f6f5,Thorsten Lorenz,thlorenz@gmx.de,2013-03-15 17:58:19-07:00,Thorsten Lorenz,thlorenz@gmx.de,2013-03-16 00:58:19+00:00,False,gmx,gmx,* master,True,thlorenz_combine-source-map.git,thlorenz/combine-source-map.git,https://github.com/thlorenz/combine-source-map.git +b84833b4c7e71bdfbead84f65b4cb345a10cd91c,Shrikant Sharat,shrikantsharat.k@gmail.com,2012-05-25 18:33:27+05:30,Shrikant Sharat,shrikantsharat.k@gmail.com,2012-05-25 13:03:27+00:00,False,gmail,gmail,* develop,True,zsh-users_antigen,zsh-users/antigen,https://github.com/zsh-users/antigen +59b5c489bcfa49266ef2f58c542b6eb6a017f284,Jeffrey A. Ryan,jeff.a.ryan@gmail.com,2008-12-01 04:15:41+00:00,Jeffrey A. Ryan,jeff.a.ryan@gmail.com,2008-12-01 04:15:41+00:00,False,gmail,gmail,* main,True,joshuaulrich_xts.git,joshuaulrich/xts.git,https://github.com/joshuaulrich/xts.git +95e1087cba1cebb94360a4fa6df209d9f226de45,Ravi Netravali,ravinet@mit.edu,2013-08-27 17:46:39-04:00,Ravi Netravali,ravinet@mit.edu,2013-08-27 21:46:39+00:00,False,mit,mit,* master,True,ravinet_mahimahi,ravinet/mahimahi,https://github.com/ravinet/mahimahi +205377acdc2313dbad5d154dd2794fd360535f30,Charles Leifer,coleifer@gmail.com,2011-08-31 18:21:35-05:00,Charles Leifer,coleifer@gmail.com,2011-09-01 15:21:04+00:00,False,gmail,gmail,* master,True,coleifer_wtf-peewee,coleifer/wtf-peewee,https://github.com/coleifer/wtf-peewee +d76e8c7d3005f2ed129d01ffe71ddd9ada84e72d,John Lee,jjl@pobox.com,2004-03-31 21:25:39+00:00,John Lee,jjl@pobox.com,2004-03-31 21:25:39+00:00,False,pobox,pobox,* master,True,python-mechanize_mechanize.git,python-mechanize/mechanize.git,https://github.com/python-mechanize/mechanize.git +bedc9da9ef1dbaaa71524f6952a4f39a57738a84,Fedor Indutny,fedor.indutny@gmail.com,2012-08-15 15:59:28+07:00,Fedor Indutny,fedor.indutny@gmail.com,2012-08-15 08:59:28+00:00,False,gmail,gmail,* main,True,indutny_node-ip,indutny/node-ip,https://github.com/indutny/node-ip +d958e970d985f88dae5995ffd2454b979521ab7b,Lakshmi Vyasarajan,lakshmi.vyas@gmail.com,2011-01-03 15:48:18+05:30,Lakshmi Vyasarajan,lakshmi.vyas@gmail.com,2011-01-03 10:18:18+00:00,False,gmail,gmail,* master,True,mintchaos_typogrify,mintchaos/typogrify,https://github.com/mintchaos/typogrify +0c9d29d15ac6cdbfcf956455dfbf1b109cef9699,Changaco,changaco@changaco.oy.lc,2014-07-14 18:31:45+02:00,Changaco,changaco@changaco.oy.lc,2016-11-29 18:03:22+00:00,False,changaco,changaco,* master,True,Changaco_python-libarchive-c.git,Changaco/python-libarchive-c.git,https://github.com/Changaco/python-libarchive-c.git +85529cfcb8e870333d7292cb493f54d7f3fd92cf,root,none@none,2006-04-26 10:48:09+00:00,root,none@none,2006-04-26 10:48:09+00:00,False,none,none,* main,True,PyCQA_astroid,PyCQA/astroid,https://github.com/PyCQA/astroid +fb1609f5540e3578b579c5e3476de5613c45d3a6,Timothee 'TTimo' Besset,ttimo@idsoftware.com,2011-11-22 15:28:15-06:00,Timothee 'TTimo' Besset,ttimo@idsoftware.com,2011-11-22 21:28:15+00:00,False,idsoftware,idsoftware,* master,True,dhewm_dhewm3.git,dhewm/dhewm3.git,https://github.com/dhewm/dhewm3.git +ca54d3c20404bce91158e0743b2b1bb694db43b8,alsadi,alsadi@pc1.ojubabox,2010-04-28 18:37:42+03:00,alsadi,alsadi@pc1.ojubabox,2010-04-28 15:37:42+00:00,False,pc1,pc1,* master,True,ojuba-org_othman.git,ojuba-org/othman.git,https://github.com/ojuba-org/othman.git +d49c795021c91eb881e3fc51344d999d9fbd0940,Kjetil Kjernsmo,kjetil@kjernsmo.net,2015-06-29 13:43:45+02:00,Kjetil Kjernsmo,kjetil@kjernsmo.net,2015-06-29 11:43:45+00:00,False,kjernsmo,kjernsmo,* main,True,kjetilk_p5-atteanx-store-sparql.git,kjetilk/p5-atteanx-store-sparql.git,https://github.com/kjetilk/p5-atteanx-store-sparql.git +e0699e69dcbe547a7068ae1a3ef1411c49adfe6a,Hong Minhee,dahlia@stylesha.re,2011-09-25 23:11:58-04:00,Hong Minhee,dahlia@stylesha.re,2011-09-26 03:11:58+00:00,False,stylesha,stylesha,* master,True,emcconville_wand,emcconville/wand,https://github.com/emcconville/wand +5c41ab800f9db4e6839703afe1659bf9ec5f456c,Ryan Lortie,desrt@desrt.ca,2011-02-03 17:28:56-05:00,Ryan Lortie,desrt@desrt.ca,2011-02-03 22:30:11+00:00,False,desrt,desrt,* master,True,GNOME_dconf-editor.git,GNOME/dconf-editor.git,https://gitlab.gnome.org/GNOME/dconf-editor.git +0fce5e809e71e91bc1e122193077c624803f40e1,Osmo Salomaa,otsaloma@cc.hut.fi,2005-07-24 01:06:50+00:00,Osmo Salomaa,otsaloma@cc.hut.fi,2005-07-24 01:06:50+00:00,False,cc,cc,* master,True,otsaloma_gaupol,otsaloma/gaupol,https://github.com/otsaloma/gaupol +587bdd45aceb2d66bf91d5ea611d939ace8b9c55,floguy,floguy@7f1efe38-554e-0410-b69d-834cb44da2d5,2008-05-29 02:32:45+00:00,floguy,floguy@7f1efe38-554e-0410-b69d-834cb44da2d5,2008-05-29 02:32:45+00:00,False,7f1efe38-554e-0410-b69d-834cb44da2d5,7f1efe38-554e-0410-b69d-834cb44da2d5,* master,True,ericflo_django-pagination,ericflo/django-pagination,https://github.com/ericflo/django-pagination +80be8fd3f1918f5f15b0ad46dad343d0b561953b,Eitan Isaacson,eitan@ascender.com,2008-01-16 01:14:49+00:00,Eitan Isaacson,eitan@ascender.com,2008-01-16 01:14:49+00:00,False,ascender,ascender,* master,True,liblouis_liblouis.git,liblouis/liblouis.git,https://github.com/liblouis/liblouis.git +4b1141dd2dd04f1bc2172e3d87c96d4dd3509adf,Rémi Alvergnat,toilal.dev@gmail.com,2015-09-05 08:11:51+02:00,Toilal,toilal.dev@gmail.com,2015-09-08 05:06:45+00:00,False,gmail,gmail,* develop,True,Toilal_rebulk,Toilal/rebulk,https://github.com/Toilal/rebulk +18125d8356bb7ca6933f070b6e6c61491a4f6df1,Chrysostomos Nanakos,chris@include.gr,2014-09-11 13:56:58+03:00,Chrysostomos Nanakos,cnanakos@grnet.gr,2014-09-11 10:56:58+00:00,False,include,grnet,* master,True,cnanakos_kmodpy,cnanakos/kmodpy,https://github.com/cnanakos/kmodpy +a33183bb37cb6663033affdd3ba4e82a0ebbbca8,El Boulangero,elboulangero@gmail.com,2016-11-25 12:25:01+07:00,Arnaud Rebillout,elboulangero@gmail.com,2016-11-29 12:27:46+00:00,False,gmail,gmail,* master,True,goodvibes_goodvibes.git,goodvibes/goodvibes.git,https://gitlab.com/goodvibes/goodvibes.git +826670f99c7d83b218b7067d4a3d3ce3e32e49a9,Brian Cassidy,bricas@cpan.org,2007-04-26 19:56:25+00:00,Brian Cassidy,bricas@cpan.org,2007-04-26 19:56:25+00:00,False,cpan,cpan,* master,True,perl-catalyst_Catalyst-Authentication-Credential-HTTP,perl-catalyst/Catalyst-Authentication-Credential-HTTP,https://github.com/perl-catalyst/Catalyst-Authentication-Credential-HTTP +2d8b7a32e6e096b37ef7d7dc4c2f3ae843dbda83,Ron Savage,ron@savage.net.au,2021-04-27 18:44:23+10:00,Ron Savage,ron@savage.net.au,2021-04-27 08:44:23+00:00,False,savage,savage,* master,True,ronsavage_CGI-Session-ExpireSessions,ronsavage/CGI-Session-ExpireSessions,https://github.com/ronsavage/CGI-Session-ExpireSessions +f5f64c9e91bf5670153e9b1271def3bf5422624f,chrender,chrender,2010-11-19 10:20:24+00:00,chrender,chrender,2010-11-19 10:20:24+00:00,False,chrender,chrender,* master,True,chrender_fizmo-ncursesw,chrender/fizmo-ncursesw,https://github.com/chrender/fizmo-ncursesw +c9ec11ba2d00e97cc9f18ca63af9109b98692146,User,tope.omitola@googlemail.com,2011-05-26 12:06:40+01:00,User,tope.omitola@googlemail.com,2011-05-26 11:06:40+00:00,False,googlemail,googlemail,* master,True,kjetilk_RDF-Generator-Void.git,kjetilk/RDF-Generator-Void.git,https://github.com/kjetilk/RDF-Generator-Void.git +787c80c1fe63375a00f67a8106439f4308fa367d,Baldur Karlsson,baldur@crytek.com,2014-02-27 16:02:07+00:00,Baldur Karlsson,baldur@crytek.com,2014-02-27 16:02:07+00:00,False,crytek,crytek,* v1.x,True,baldurk_renderdoc.git,baldurk/renderdoc.git,https://github.com/baldurk/renderdoc.git +85bab2f386ad747b619e4e481ae7b4e434551755,Russ Tyndall,russ@acceleration.net,2011-08-11 15:19:12-04:00,Russ Tyndall,russ@acceleration.net,2011-08-11 19:19:12+00:00,False,acceleration,acceleration,* master,True,AccelerationNet_cl-csv,AccelerationNet/cl-csv,https://github.com/AccelerationNet/cl-csv +74f9ceb6a22cba49f19623549f1e416d8de04854,Andrew Ayer,andrew@sslmate.com,2016-06-22 10:30:16-07:00,Andrew Ayer,andrew@sslmate.com,2016-06-22 17:30:16+00:00,False,sslmate,sslmate,* master,True,sslmate_certspotter,sslmate/certspotter,https://github.com/sslmate/certspotter +4fcd1a1a60c799bc8b9c21699038e76088819b68,Gregor Müllegger,gregor@muellegger.de,2010-04-16 21:12:33+02:00,Gregor Müllegger,gregor@muellegger.de,2010-04-16 19:12:33+00:00,False,muellegger,muellegger,* master,True,jazzband_django-sortedm2m.git,jazzband/django-sortedm2m.git,https://github.com/jazzband/django-sortedm2m.git +be4b70e646e6232834e9f9917fdc1adde2156f47,Kenneth Reitz,me@kennethreitz.org,2017-01-19 19:44:22-05:00,Kenneth Reitz,me@kennethreitz.org,2017-01-20 00:44:22+00:00,False,kennethreitz,kennethreitz,* main,True,pypa_pipenv.git,pypa/pipenv.git,https://github.com/pypa/pipenv.git +39df64c1feb1eef9780eaf0ee5d761b3045c0566,Adrien Devresse,adevress@cern.ch,2012-04-18 15:28:34+00:00,Adrien Devresse,adevress@cern.ch,2012-04-18 15:28:34+00:00,False,cern,cern,* develop,True,dmc_gfal2,dmc/gfal2,https://gitlab.cern.ch/dmc/gfal2 +1a868d10f0e372ce404f18f6536429bd8f9b8aa9,Graham Ashton,graham@effectif.com,2009-07-02 21:33:27+01:00,Graham Ashton,graham@effectif.com,2009-07-02 20:33:27+00:00,False,effectif,effectif,* master,True,dpocock_python-netsyslog,dpocock/python-netsyslog,https://github.com/dpocock/python-netsyslog +67ea938f4d2d8931fe01fa6d915838b02dbba1c7,AKL,adam.leroy@gmail.com,2014-04-11 15:26:05-04:00,AKL,adam.leroy@gmail.com,2014-04-11 19:26:05+00:00,False,gmail,gmail,* master,True,radio-astro-tools_radio_beam,radio-astro-tools/radio/beam,https://github.com/radio-astro-tools/radio_beam +a78bd02e33c20e48a7e70722cf343965389a4b63,Quinn Storm,quinn@darter.(none),2007-04-24 12:08:26-04:00,Quinn Storm,quinn@darter.(none),2007-04-24 16:08:26+00:00,False,darter,darter,* master,True,compiz_ccsm.git,compiz/ccsm.git,https://gitlab.com/compiz/ccsm.git +801d3852a339a5b0ab5583ba91b203fa0bc3a14b,gedit,gedit,1998-04-15 21:18:13+00:00,gedit,gedit,1998-04-15 21:18:13+00:00,False,gedit,gedit,* master,True,GNOME_gedit.git,GNOME/gedit.git,https://gitlab.gnome.org/GNOME/gedit.git +ee954d28286408262c6762a22e5e0871e8baa00b,Hans de Goede,hdegoede@redhat.com,2011-07-14 14:51:59+02:00,Hans de Goede,hdegoede@redhat.com,2011-07-14 14:22:21+00:00,False,redhat,redhat,* main,True,spice_usbredir.git,spice/usbredir.git,https://gitlab.freedesktop.org/spice/usbredir.git +afedd4abccd3ec3533e1f076b9b3720f680df40e,Dmitry Shachnev,mitya57@gmail.com,2013-01-05 13:38:53+04:00,Dmitry Shachnev,mitya57@gmail.com,2013-01-05 09:38:53+00:00,False,gmail,gmail,* master,True,mitya57_secretstorage,mitya57/secretstorage,https://github.com/mitya57/secretstorage +ae32a9ebae00a1827b14ea3d3224a72272590722,Geo Pertea,geo.pertea@gmail.com,2015-09-04 15:06:38-04:00,Geo Pertea,geo.pertea@gmail.com,2015-09-04 19:06:38+00:00,False,gmail,gmail,* master,True,gpertea_gclib,gpertea/gclib,https://github.com/gpertea/gclib +c6ccc406057aa7fb207cfc7af9558cc2e02bf580,Justin McCandless,justin.mccandless@teespring.com,2016-03-11 23:16:37-08:00,Justin McCandless,justin.mccandless@teespring.com,2016-03-13 06:39:34+00:00,False,teespring,teespring,* master,True,justinmc_react-audio-player.git,justinmc/react-audio-player.git,https://github.com/justinmc/react-audio-player.git +8727ff5f00d74732faf9d68e4484ea9290d6879a,Joachim Metz,joachim.metz@gmail.com,2009-09-05 11:29:26+02:00,Joachim Metz,joachim.metz@gmail.com,2016-03-27 06:15:00+00:00,False,gmail,gmail,* main,True,libyal_liblnk,libyal/liblnk,https://github.com/libyal/liblnk +5f0e39d5b3ca18d03623ebd3cfd10f1e642f0dc5,Daniel Robbins,drobbins@funtoo.org,2001-09-07 12:05:49-04:00,Daniel Robbins,drobbins@funtoo.org,2001-09-07 16:05:49+00:00,False,funtoo,funtoo,* master,True,funtoo_keychain,funtoo/keychain,https://github.com/funtoo/keychain +a747b34a50d86a2340fa8753ecafd72c2509a9e0,Roy Hills,Roy.Hills@nta-monitor.com,2006-06-07 10:24:11+00:00,Roy Hills,Roy.Hills@nta-monitor.com,2006-06-07 10:24:11+00:00,False,nta-monitor,nta-monitor,* master,True,royhills_arp-scan,royhills/arp-scan,https://github.com/royhills/arp-scan +02779015611a171364d62df6c2b55476758f875e,Joshua Nichols,josh@technicalpickles.com,2010-03-04 00:19:35-05:00,Joshua Nichols,josh@technicalpickles.com,2010-03-04 05:19:35+00:00,False,technicalpickles,technicalpickles,* master,True,technicalpickles_homesick,technicalpickles/homesick,https://github.com/technicalpickles/homesick +9edb3b6a3905d1381b651c0a70997ec5e1e19475,Sebastien Aperghis-Tramoni,sebastien@aperghis.net,2008-11-02 23:13:10+01:00,Sebastien Aperghis-Tramoni,sebastien@aperghis.net,2008-11-02 22:13:10+00:00,False,aperghis,aperghis,* master,True,maddingue_SNMP-Extension-PassPersist.git,maddingue/SNMP-Extension-PassPersist.git,https://github.com/maddingue/SNMP-Extension-PassPersist.git +2025c218b3cff3a59c81dda7b1ddc013af02c087,Gürkan Myczko,gurkan@phys.ethz.ch,2018-09-03 16:19:31+02:00,Gürkan Myczko,sengun@phys.ethz.ch,2018-09-03 14:19:31+00:00,False,phys,phys,* master,True,alexmyczko_modplug-tools,alexmyczko/modplug-tools,https://github.com/alexmyczko/modplug-tools +7447a8ad03c4a7a3ee7b08e714b9fdd60576066b,Peter Suschlik,ps@neopoly.de,2012-09-28 14:43:21+02:00,Peter Suschlik,ps@neopoly.de,2012-09-28 12:43:51+00:00,False,neopoly,neopoly,* master,True,splattael_minitest-around,splattael/minitest-around,https://github.com/splattael/minitest-around +b731ec31ddb98a49ca2c3fefdb5318dce8106605,Marko Toplak,marko.toplak@gmail.com,2018-11-23 11:48:13+01:00,Marko Toplak,marko.toplak@gmail.com,2018-11-23 10:48:13+00:00,False,gmail,gmail,* master,True,biolab_serverfiles,biolab/serverfiles,https://github.com/biolab/serverfiles +b91920ba477a7a9603200284391ceb17459ca657,Alexandre Gramfort,alexandre.gramfort@inria.fr,2010-12-28 15:50:10-05:00,Alexandre Gramfort,alexandre.gramfort@inria.fr,2010-12-28 20:50:10+00:00,False,inria,inria,* main,True,mne-tools_mne-python.git,mne-tools/mne-python.git,https://github.com/mne-tools/mne-python.git +c6f3f4b00acbcd8569214ca17ec716c56d15b199,Alexander Belchenko,bialix@ukr.net,2011-08-05 12:33:16+03:00,Alexander Belchenko,bialix@ukr.net,2011-08-05 09:33:16+00:00,False,ukr,ukr,* master,True,bialix_intelhex.git,bialix/intelhex.git,https://github.com/bialix/intelhex.git +383d07eb6972dee28f1c430246e0d1e2d03dfd61,bryan,bryan@verticademovm.local,2016-11-25 12:15:19-05:00,bryan,bryan@verticademovm.local,2016-11-25 17:15:19+00:00,False,verticademovm,verticademovm,* master,True,yamanq_xdrawchem,yamanq/xdrawchem,https://gitlab.com/yamanq/xdrawchem +7ff6213c483bec02123a5be1d0f79e0acd35b0d0,Michael Schout,mschout@cpan.org,2009-11-22 20:43:56-06:00,Michael Schout,mschout@cpan.org,2009-11-23 02:46:36+00:00,False,cpan,cpan,* build/releases,True,mschout_apache-singleton.git,mschout/apache-singleton.git,https://github.com/mschout/apache-singleton.git +1d1e841381704abe72bf41538d1d3d07307a7f11,Szalai Ferenc,szferi@niif.hu,2007-03-08 10:49:19+00:00,Szalai Ferenc,szferi@niif.hu,2007-03-08 10:49:19+00:00,False,niif,niif,* master,True,nordugrid_arc,nordugrid/arc,https://source.coderefinery.org/nordugrid/arc +78347a2d11a132b5e7c27fb0855be70416298294,Nathaniel J. Smith,njs@pobox.com,2016-04-29 02:06:47-07:00,Nathaniel J. Smith,njs@pobox.com,2016-04-29 09:06:47+00:00,False,pobox,pobox,* master,True,python-hyper_h11.git,python-hyper/h11.git,https://github.com/python-hyper/h11.git +c1b1222beb7f85806e1b3ead776df5627aeee970,David Wolever,david@wolever.net,2012-03-09 21:21:50-08:00,David Wolever,david@wolever.net,2012-03-10 05:21:50+00:00,False,wolever,wolever,* master,True,wolever_parameterized,wolever/parameterized,https://github.com/wolever/parameterized +5173febb3d88b6c38709d390c3b30c79442afd7b,bsegovia,devnull@localhost,2011-07-14 01:27:08+00:00,Keith Packard,keithp@keithp.com,2012-08-10 23:14:34+00:00,False,localhost,keithp,* master,True,beignet_beignet.git,beignet/beignet.git,https://gitlab.freedesktop.org/beignet/beignet.git +cd11623a3ded1ef02c8de360f6ebd2f47a43fa22,Daniel Fairhead,daniel.fairhead@om.org,2013-12-03 01:01:40+00:00,Daniel Fairhead,daniel.fairhead@om.org,2013-12-03 01:01:40+00:00,False,om,om,* main,True,danthedeckie_simpleeval.git,danthedeckie/simpleeval.git,https://github.com/danthedeckie/simpleeval.git +6c39ac5f56f68f7608861ef031c893ccae22e134,Olivier R-D,olivier.roulet@gmail.com,2015-02-20 21:05:28+01:00,Olivier R-D,olivier.roulet@gmail.com,2015-02-20 20:06:05+00:00,False,gmail,gmail,* master,True,FreeOpcUa_python-opcua,FreeOpcUa/python-opcua,https://github.com/FreeOpcUa/python-opcua +9b8b77134a69699bd942e8a7d3219938723c4b47,ser,ser@877f57f0-f5bd-0310-8c13-bb9e5bdefd87,2004-04-09 00:18:08+00:00,ser,ser@877f57f0-f5bd-0310-8c13-bb9e5bdefd87,2004-04-09 00:18:08+00:00,False,877f57f0-f5bd-0310-8c13-bb9e5bdefd87,877f57f0-f5bd-0310-8c13-bb9e5bdefd87,* master,True,lumean_svg-graph2,lumean/svg-graph2,https://github.com/lumean/svg-graph2 +b42609046ef05f8d8be4b08ac50ea10a3c6dfe71,Steve Zesch,stevezesch2@gmail.com,2012-05-14 10:32:23-07:00,Steve Zesch,stevezesch2@gmail.com,2012-05-14 17:32:23+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-user-share.git,mate-desktop/mate-user-share.git,https://github.com/mate-desktop/mate-user-share.git +a12c0063e89ed1195752617bd43d8e76de23915e,Brendan Gregg,brendan.d.gregg@gmail.com,2014-07-10 12:54:14-07:00,Brendan Gregg,brendan.d.gregg@gmail.com,2014-07-10 19:54:14+00:00,False,gmail,gmail,* master,True,brendangregg_perf-tools,brendangregg/perf-tools,https://github.com/brendangregg/perf-tools +75e2d0febeb387beb6d58ee8a501447e0c55dd07,Jon McCann,jmccann@redhat.com,2008-10-03 16:57:38-04:00,Jon McCann,jmccann@redhat.com,2008-10-03 20:57:38+00:00,False,redhat,redhat,* master,True,xdg_xdg-sound-theme,xdg/xdg-sound-theme,https://gitlab.freedesktop.org/xdg/xdg-sound-theme +73bd97b75d76e06fe758e590ddeaa778f03c994f,Daniel Vrátil,dvratil@kde.org,2016-08-05 02:49:40+02:00,Daniel Vrátil,dvratil@kde.org,2016-08-05 00:49:40+00:00,False,kde,kde,* master,True,pim_grantleetheme,pim/grantleetheme,https://invent.kde.org/pim/grantleetheme +8939e4bc6a1517a123a3afcee95f15272ffc6b63,Norbert Preining,norbert@preining.info,2017-07-29 23:22:27+09:00,Norbert Preining,norbert@preining.info,2017-07-29 14:22:27+00:00,False,preining,preining,* master,True,debian-calibre_html5-parser,debian-calibre/html5-parser,https://github.com/debian-calibre/html5-parser +2b434e098ac6aa23839509a6f909349546a4aa47,Geoffrey Biggs,geoffrey.biggs@aist.go.jp,2011-03-03 00:31:59+00:00,Geoffrey Biggs,geoffrey.biggs@aist.go.jp,2011-03-03 00:31:59+00:00,False,aist,aist,* master,True,PointCloudLibrary_pcl,PointCloudLibrary/pcl,https://github.com/PointCloudLibrary/pcl +020bca7898bfd0a173435907f0ad3dce2f00eca5,Miquel van Smoorenburg,mikevs@xs4all.net,2017-01-05 15:04:25+01:00,Miquel van Smoorenburg,mikevs@xs4all.net,2017-01-05 14:04:25+00:00,False,xs4all,xs4all,* master,True,miquels_liblockfile-debian,miquels/liblockfile-debian,https://github.com/miquels/liblockfile-debian +fda3177554bec566170bbe94fc5c48bbdc1a7c80,Gisle Aas,aas@oslonett.no,1995-06-11 23:29:42+00:00,Gisle Aas,aas@oslonett.no,1995-06-11 23:29:42+00:00,False,oslonett,oslonett,* master,True,libwww-perl_HTTP-Message.git,libwww-perl/HTTP-Message.git,https://github.com/libwww-perl/HTTP-Message.git +b2304d877b7c6859e95795de6ef3e0fd5d2add9f,A,audreyt@audreyt.org,2009-11-16 22:54:47+08:00,A,audreyt@audreyt.org,2009-11-16 14:54:47+00:00,False,audreyt,audreyt,* master,True,audreyt_module-signature.git,audreyt/module-signature.git,https://github.com/audreyt/module-signature.git +d7074befadf86788e4aa3cc56f451231acf02569,Jasper Huijsmans,jbhuijsmans@home.nl,2002-05-20 14:56:42+00:00,Jasper Huijsmans,jbhuijsmans@home.nl,2002-05-20 14:56:42+00:00,False,home,home,* master,True,xfce_xfce4-panel,xfce/xfce4-panel,https://gitlab.xfce.org/xfce/xfce4-panel +2c6f8373a3029c94223aa3aa7769f5bcca4f591f,Christopher O'Brien,obriencj@gmail.com,2004-06-01 23:24:53+00:00,Christopher O'Brien,obriencj@gmail.com,2004-06-01 23:24:53+00:00,False,gmail,gmail,* master,True,obriencj_meanwhile.git,obriencj/meanwhile.git,https://github.com/obriencj/meanwhile.git +7af9a2c9fc7412b1ae50153a7d24c4f3002b85ce,Vincent Pelletier,plr.vincent@gmail.com,2010-01-27 23:43:22+01:00,Vincent Pelletier,plr.vincent@gmail.com,2010-01-27 22:43:22+00:00,False,gmail,gmail,* master,True,vpelletier_python-libusb1.git,vpelletier/python-libusb1.git,https://github.com/vpelletier/python-libusb1.git +0313670f5e34bb3b5e12ea4e8e6f5f1cc9bf5392,Mikael Vejdemo Johansson,mik@stanford.edu,2011-06-11 15:51:25-07:00,Mikael Vejdemo Johansson,mik@stanford.edu,2011-06-11 22:51:25+00:00,False,stanford,stanford,* master,True,michiexile_hodie,michiexile/hodie,https://github.com/michiexile/hodie +31dd3d2b5f303b4a039cef5c2d46dabce8cc6970,Grok,Grokzen@gmail.com,2013-05-20 23:41:35-07:00,Grok,Grokzen@gmail.com,2013-05-21 06:41:35+00:00,False,gmail,gmail,* master,True,Grokzen_redis-py-cluster,Grokzen/redis-py-cluster,https://github.com/Grokzen/redis-py-cluster +dd990bc60c04569287c13ac84f92e21d5e930521,Chuck Hagenbuch,chuck@horde.org,2011-09-13 23:59:12-04:00,Chuck Hagenbuch,chuck@horde.org,2011-09-14 03:59:49+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_sesha.git,horde/sesha.git,https://github.com/horde/sesha.git +94e959f0722ed4e6add1270f6c242bf29dd26f52,Pierre-Marc Fournier,pierre-marc.fournier@polymtl.ca,2009-05-05 16:37:22-04:00,Pierre-Marc Fournier,pierre-marc.fournier@polymtl.ca,2009-05-05 20:37:22+00:00,False,polymtl,polymtl,* master,True,lttng-ust.git,lttng-ust.git,git://git.lttng.org/lttng-ust.git +e1ed2aac46ad6edff5b16329c38a351a62bc2a81,Michael Koziarski,michael@koziarski.com,2007-09-10 04:23:59+00:00,Michael Koziarski,michael@koziarski.com,2007-09-10 04:23:59+00:00,False,koziarski,koziarski,* master,True,swanandp_acts_as_list,swanandp/acts/as/list,https://github.com/swanandp/acts_as_list +e85a13c1492b6f9f86e67ba93ff9fb425988bdd5,Jen,jen.holland@10gen.com,2013-01-11 13:34:44-08:00,Jen,jen.holland@10gen.com,2013-01-11 21:34:44+00:00,False,10gen,10gen,* master,True,mongodb_motor,mongodb/motor,https://github.com/mongodb/motor +20ad9c3c5012ac6075dd076cb227264d8f881184,Frank Tobin,ftobin@neverending.org,2002-04-14 21:36:27+00:00,Frank Tobin,ftobin@neverending.org,2002-04-14 21:36:27+00:00,False,neverending,neverending,* master,True,SpamExperts_pyzor,SpamExperts/pyzor,https://github.com/SpamExperts/pyzor +a83b047f07d2adcc47555a510104910e526d0ce1,John Hawthorn,john.hawthorn@gmail.com,2014-07-11 21:47:55-07:00,John Hawthorn,john.hawthorn@gmail.com,2014-07-12 04:48:29+00:00,False,gmail,gmail,* master,True,jhawthorn_fzy,jhawthorn/fzy,https://github.com/jhawthorn/fzy +af2526a4466193655bf0d2f9afda777f7dbb17f9,Eric Lippmann,eric.lippmann@netways.de,2013-05-29 17:34:18+02:00,Eric Lippmann,eric.lippmann@netways.de,2013-05-29 15:34:18+00:00,False,netways,netways,* main,True,Icinga_icingaweb2.git,Icinga/icingaweb2.git,https://github.com/Icinga/icingaweb2.git +f5a62ed30e895fb622db889b24184851f8f7ea04,Niels Provos,provos@gmail.com,2004-12-01 19:59:00+00:00,Niels Provos,provos@gmail.com,2004-12-01 19:59:00+00:00,False,gmail,gmail,* master,True,libevent_libevent,libevent/libevent,https://github.com/libevent/libevent +65f3a9412e198262d900ec35e21c988cf0e534a2,Bozhidar Batsov,bozhidar@tradeo.com,2013-07-12 15:44:22+03:00,Bozhidar Batsov,bozhidar@tradeo.com,2013-07-12 12:44:22+00:00,False,tradeo,tradeo,* master,True,bbatsov_powerpack.git,bbatsov/powerpack.git,https://github.com/bbatsov/powerpack.git +4ddea4470fcf204f1ec576737c30c29823168354,Sam Lantinga,slouken@lokigames.com,2000-08-10 06:05:39+00:00,Sam Lantinga,slouken@lokigames.com,2000-08-10 06:05:39+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_image.git,libsdl-org/SDL/image.git,https://github.com/libsdl-org/SDL_image.git +9fc5d902084e50d67463856f5094238d4015084c,Wim Meeussen,meeussen@willowgarage.com,2007-05-03 14:17:54+00:00,Wim Meeussen,meeussen@willowgarage.com,2007-05-03 14:17:54+00:00,False,willowgarage,willowgarage,* master,True,orocos_orocos-bayesian-filtering,orocos/orocos-bayesian-filtering,https://github.com/orocos/orocos-bayesian-filtering +609c92c33e00c72474acad6dea3196e260b17498,Matthew Brett,matthew.brett@gmail.com,2017-08-07 12:16:31-07:00,Matthew Brett,matthew.brett@gmail.com,2017-08-07 19:31:20+00:00,False,gmail,gmail,* main,True,matthew-brett_sphinxtesters.git,matthew-brett/sphinxtesters.git,https://github.com/matthew-brett/sphinxtesters.git +ba2412bf427b0ed536aded24be510a1216529af9,Sebastian Bergmann,sb@sebastian-bergmann.de,2016-01-28 07:33:39+01:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2016-01-28 06:33:39+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_object-enumerator,sebastianbergmann/object-enumerator,https://github.com/sebastianbergmann/object-enumerator +f3961cdbe31a0108281c4a23d8123532db3fd9c9,Phil Sturgeon,email@philsturgeon.co.uk,2014-06-11 00:03:12+01:00,Phil Sturgeon,email@philsturgeon.co.uk,2014-06-10 23:03:12+00:00,False,philsturgeon,philsturgeon,* master,True,php-fig_http-message,php-fig/http-message,https://github.com/php-fig/http-message +df24d7e7fe18b2a4cd79c35d1c2efbb3e7ee5abc,Bob Halley,halley@dnspython.org,2005-09-02 05:21:28+00:00,Bob Halley,halley@dnspython.org,2005-09-02 05:21:28+00:00,False,dnspython,dnspython,* main,True,rthalley_dnspython.git,rthalley/dnspython.git,https://github.com/rthalley/dnspython.git +c2db11d0c355bf771f8d57ecc9ecfabc571566c5,Michael Lustfield,michaellustfield@ubuntu.com,2014-02-17 03:00:45-06:00,Michael Lustfield,michaellustfield@ubuntu.com,2014-02-17 09:00:45+00:00,False,ubuntu,ubuntu,* master,True,MTecknology_tdc,MTecknology/tdc,https://github.com/MTecknology/tdc +fb34e1e167accc35af76c8df5ff5190627d1b6ed,Erin Sheldon,erin.sheldon@gmail.com,2011-09-12 01:39:11-04:00,Erin Sheldon,erin.sheldon@gmail.com,2011-09-12 05:39:11+00:00,False,gmail,gmail,* master,True,esheldon_fitsio,esheldon/fitsio,https://github.com/esheldon/fitsio +f09ff50df8cf78aad0acf708c63e361c8fd1214c,Enrico Zini,enrico@enricozini.org,2016-02-28 10:41:40+01:00,Enrico Zini,enrico@enricozini.org,2016-02-28 09:41:40+00:00,False,enricozini,enricozini,* master,True,spanezz_staticsite,spanezz/staticsite,https://github.com/spanezz/staticsite +3ab2a5a809a93826be1cd45f6d790a53f5e34010,Jason Katz-Brown,jason@katzbrown.com,2002-05-04 07:04:07+00:00,Jason Katz-Brown,jason@katzbrown.com,2002-05-04 07:04:07+00:00,False,katzbrown,katzbrown,* master,True,kolf.git,kolf.git,https://anongit.kde.org/kolf.git +e2e082984e09a6dc695950208b87d7fe54393043,Daniel Berger,djberg96@gmail.com,2010-01-06 18:08:07-07:00,Daniel Berger,djberg96@gmail.com,2010-01-07 01:08:07+00:00,False,gmail,gmail,* main,True,djberg96_pathname2,djberg96/pathname2,https://github.com/djberg96/pathname2 +593a296ed03ebe6c0e9b44952c4faaf470e2eafd,Ruben Smits,ruben.smits@mech.kuleuven.be,2007-02-13 12:55:36+00:00,Ruben Smits,ruben.smits@mech.kuleuven.be,2007-02-13 12:55:36+00:00,False,mech,mech,* master,True,orocos_orocos_kinematics_dynamics.git,orocos/orocos/kinematics/dynamics.git,https://github.com/orocos/orocos_kinematics_dynamics.git +2ac6f3e4c163e2f5fd1d8c498b7d93a21a7cb57e,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-duppy.git,savonet/ocaml-duppy.git,https://github.com/savonet/ocaml-duppy.git +9163607dbf73c49bbe93d81b413374a72d63708a,Martin Bříza,m@rtinbriza.cz,2014-07-04 17:08:44+02:00,Martin Bříza,m@rtinbriza.cz,2014-07-04 15:08:44+00:00,False,rtinbriza,rtinbriza,* master,True,FedoraQt_adwaita-qt.git,FedoraQt/adwaita-qt.git,https://github.com/FedoraQt/adwaita-qt.git +c12acd912cc9f474d45d415f3cf1ab4f19bb580c,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-09-19 00:19:04+00:00,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-09-19 00:19:04+00:00,False,07862939-d7ef-0310-b512-86c215e7314a,07862939-d7ef-0310-b512-86c215e7314a,* master,True,jkeenan_list-compare.git,jkeenan/list-compare.git,https://github.com/jkeenan/list-compare.git +7bc2e4d04848d77f70b95b10da7f722bd7436b90,Brent Shields,brs-ableton@users.noreply.github.com,2016-02-03 17:19:24+01:00,Brent Shields,brs-ableton@users.noreply.github.com,2016-02-03 16:19:24+00:00,False,users,users,* master,True,Ableton_link.git,Ableton/link.git,https://github.com/Ableton/link.git +d64893c5cab0c39c183a8a5a430c0d3433ee8f45,Dain Nilsson,dain@yubico.com,2016-01-18 16:57:22+01:00,Dain Nilsson,dain@yubico.com,2016-01-18 15:57:22+00:00,False,yubico,yubico,* main,True,Yubico_yubikey-manager.git,Yubico/yubikey-manager.git,https://github.com/Yubico/yubikey-manager.git +00f069dfa53e36a56985f74621c91df5330113a7,Guang Yi,yiguang@kylinos.cn,2021-03-30 17:26:13+08:00,Guang Yi,yiguang@kylinos.cn,2021-03-30 09:26:13+00:00,False,kylinos,kylinos,* Debian,True,ukui_ukui-window-switch,ukui/ukui-window-switch,https://github.com/ukui/ukui-window-switch +f97b4c95b67965419bf540d736af169a8fae9d27,Kirill Müller,kirill.mueller@ivt.baug.ethz.ch,2016-03-31 12:26:47+02:00,Kirill Müller,kirill.mueller@ivt.baug.ethz.ch,2016-03-31 10:26:47+00:00,False,ivt,ivt,* main,True,tidyverse_hms,tidyverse/hms,https://github.com/tidyverse/hms +5636dbda85aecac177418e1c515fecf246d87bb5,quinn,quinn,2006-09-27 23:27:36+00:00,quinn,quinn,2006-09-27 23:27:36+00:00,False,quinn,quinn,* master,True,compiz_emerald,compiz/emerald,https://gitlab.com/compiz/emerald +5c41ab800f9db4e6839703afe1659bf9ec5f456c,Ryan Lortie,desrt@desrt.ca,2011-02-03 17:28:56-05:00,Ryan Lortie,desrt@desrt.ca,2011-02-03 22:30:11+00:00,False,desrt,desrt,* main,True,GNOME_dconf.git,GNOME/dconf.git,https://gitlab.gnome.org/GNOME/dconf.git +70a6eeed0a1647d57711b8d7bfb17c14a9681072,Jan-Pascal van Best,janpascal@vanbest.org,2002-12-02 09:35:59+00:00,Jan-Pascal van Best,janpascal@vanbest.org,2002-12-02 09:35:59+00:00,False,vanbest,vanbest,* master,True,pim_kdepim-runtime,pim/kdepim-runtime,https://invent.kde.org/pim/kdepim-runtime +df0f2a3aedc4f20af9647acf1512a4401d4cec2e,antirez,antirez@gmail.com,2010-05-18 18:49:16+02:00,antirez,antirez@gmail.com,2010-05-18 16:49:16+00:00,False,gmail,gmail,* master,True,redis_hiredis,redis/hiredis,https://github.com/redis/hiredis +090ae05d4adc2689622093a985405fd79f3b6cd4,franck,franck@mumblecore.org,2017-01-21 14:48:30+01:00,franck,franck@mumblecore.org,2017-01-21 13:48:30+00:00,False,mumblecore,mumblecore,* master,True,Javanaise_mrboom-libretro,Javanaise/mrboom-libretro,https://github.com/Javanaise/mrboom-libretro +4bb99dac1e372e170b7bece1ede669a5070a8f4a,kevinranks,kevin@ranks.com,2014-09-01 12:02:43-06:00,kevinranks,kevin@ranks.com,2014-09-01 18:02:43+00:00,False,ranks,ranks,* master,True,Ranks_emojione,Ranks/emojione,https://github.com/Ranks/emojione +0899b3e71b0740a024bd9d8bb702c91f8af7dcc8,Jon Schlinkert,dev@sellside.com,2014-02-14 22:42:03-05:00,Jon Schlinkert,dev@sellside.com,2014-02-15 03:42:03+00:00,False,sellside,sellside,* master,True,jonschlinkert_window-size,jonschlinkert/window-size,https://github.com/jonschlinkert/window-size +85107775a2844b74ee3cf6a5f799d34e273faa4c,HenriWahl,h.wahl@ifw-dresden.de,2012-12-11 02:23:02-08:00,HenriWahl,h.wahl@ifw-dresden.de,2012-12-11 10:23:02+00:00,False,ifw-dresden,ifw-dresden,* master,True,HenriWahl_Nagstamon,HenriWahl/Nagstamon,https://github.com/HenriWahl/Nagstamon +e6592c68e06bb723650dc9360d1a06e173b42087,Jan Wedekind,jan@wedesoft.de,2013-12-27 13:00:00+00:00,Jan Wedekind,jan@wedesoft.de,2013-12-27 13:00:00+00:00,False,wedesoft,wedesoft,* master,True,wedesoft_aiscm,wedesoft/aiscm,https://github.com/wedesoft/aiscm +527377d1ae6ab8f7d345815d4507fdadb4e165cb,Romain Prévost,rprevost@inf.ethz.ch,2015-10-05 17:55:17+02:00,Romain Prévost,rprevost@inf.ethz.ch,2015-10-05 15:55:17+00:00,False,inf,inf,* master,True,libigl_triangle.git,libigl/triangle.git,https://github.com/libigl/triangle.git +3400ba4cdf888aa112d294f4567ed4a71badd593,Andres Mejia,mcitadel@gmail.com,2009-05-13 20:39:53-04:00,Andres Mejia,mcitadel@gmail.com,2009-05-14 00:39:53+00:00,False,gmail,gmail,* master,True,p_opencore-amr_code,p/opencore-amr/code,https://git.code.sf.net/p/opencore-amr/code +2d0703dbf5cb72faab883970a8345eb3b15cd23f,Christoph Deil,Deil.Christoph@gmail.com,2016-09-05 18:14:38+02:00,Christoph Deil,Deil.Christoph@gmail.com,2016-09-05 16:15:34+00:00,False,gmail,gmail,* main,True,astropy_astropy-healpix,astropy/astropy-healpix,https://github.com/astropy/astropy-healpix +fba452bc2417d85848682ecf6281ae9290a66af1,Robert Kieffer,robert@broofa.com,2010-12-28 11:06:46-08:00,Robert Kieffer,robert@broofa.com,2010-12-28 19:06:46+00:00,False,broofa,broofa,* main,True,kelektiv_node-uuid,kelektiv/node-uuid,https://github.com/kelektiv/node-uuid +ac9d90aed0f7612f9e5eef2a14936acd8b25695e,William Storey,wstorey@maxmind.com,2018-07-24 23:20:36+00:00,William Storey,wstorey@maxmind.com,2018-07-24 23:20:36+00:00,False,maxmind,maxmind,* main,True,maxmind_geoipupdate,maxmind/geoipupdate,https://github.com/maxmind/geoipupdate +88260ff5e55447ab4c3a74c68ab0c705ab05fd61,TJ Saunders,tj@castaglia.org,2011-10-20 10:02:05-07:00,TJ Saunders,tj@castaglia.org,2011-10-20 17:02:05+00:00,False,castaglia,castaglia,* master,True,Castaglia_proftpd-mod_case.git,Castaglia/proftpd-mod/case.git,https://github.com/Castaglia/proftpd-mod_case.git +60e09a4a90a48e0e4804385431c8505ed730a017,Bernerd Schaefer,bj.schaefer@gmail.com,2014-01-27 14:18:03+01:00,Bernerd Schaefer,bj.schaefer@gmail.com,2014-01-27 13:18:03+00:00,False,gmail,gmail,* master,True,prometheus_pushgateway,prometheus/pushgateway,https://github.com/prometheus/pushgateway +963fb2dc4ad3ce764b7b540c118780b0e0341ad1,Casey Duncan,casey.duncan@gmail.com,2013-02-09 23:38:50-07:00,Casey Duncan,casey.duncan@gmail.com,2013-02-10 06:38:50+00:00,False,gmail,gmail,* master,True,caseman_noise.git,caseman/noise.git,https://github.com/caseman/noise.git +7c91a1babfec38266d9850741590a7354adcdb73,Brian Cooksey,bac2k@hotmail.com,2013-09-04 22:12:12-05:00,Brian Cooksey,bac2k@hotmail.com,2013-09-05 03:12:12+00:00,False,hotmail,hotmail,* master,True,zapier_django-rest-hooks,zapier/django-rest-hooks,https://github.com/zapier/django-rest-hooks +e905f2008a153c16773a2030961817b912a73da6,Astro,astro@spaceboyz.net,2010-08-05 20:59:28+02:00,Astro,astro@spaceboyz.net,2010-08-05 18:59:28+00:00,False,spaceboyz,spaceboyz,* master,True,node-xmpp_node-stringprep,node-xmpp/node-stringprep,https://github.com/node-xmpp/node-stringprep +20c9770cc68d165a0cb7b8a332103b9659b29e4c,Mike Whitson,mwhitson@xiph.org,1999-07-13 06:50:33+00:00,Mike Whitson,mwhitson@xiph.org,1999-07-13 06:50:33+00:00,False,xiph,xiph,* master,True,xiph_vorbis.git,xiph/vorbis.git,https://gitlab.xiph.org/xiph/vorbis.git +364650988e07489d53ea737e4baab3d56b7d1ce2,zeromus,zeromus@users.sf.net,2006-07-28 05:04:49+00:00,zeromus,zeromus@users.sf.net,2006-07-28 05:04:49+00:00,False,users,users,* master,True,TASEmulators_fceux.git,TASEmulators/fceux.git,https://github.com/TASEmulators/fceux.git +0506b56bab7e6b98c50ac769b5530a4d1d8a7bd9,operatornormal,github.mail@katiska.org,2014-12-26 22:35:52+02:00,operatornormal,github.mail@katiska.org,2014-12-26 20:35:52+00:00,False,katiska,katiska,* master,True,operatornormal_classified-ads,operatornormal/classified-ads,https://github.com/operatornormal/classified-ads +768d2d13c7b95736738ce2a48db7f2e528c161fe,Peter Vrabec,pvrabec@wrabco.englab.brq.redhat.com,2008-11-03 17:58:30+01:00,Peter Vrabec,pvrabec@wrabco.englab.brq.redhat.com,2008-11-03 16:58:30+00:00,False,wrabco,wrabco,* main,True,OpenSCAP_openscap,OpenSCAP/openscap,https://github.com/OpenSCAP/openscap +f853243a19a1cc6d2880d22d77f5b9ddef04e172,Ben Nuttall,ben@bennuttall.com,2014-09-28 00:40:42+02:00,Ben Nuttall,ben@bennuttall.com,2014-09-27 22:40:42+00:00,False,bennuttall,bennuttall,* main,True,pyjokes_pyjokes,pyjokes/pyjokes,https://github.com/pyjokes/pyjokes +ef38b844f9989dff25f553b583aeafc411dd100e,Yawning Angel,yawning@schwanenlied.me,2014-05-09 10:23:58+00:00,Yawning Angel,yawning@schwanenlied.me,2014-05-09 10:23:58+00:00,False,schwanenlied,schwanenlied,* master,True,yawning_obfs4.git,yawning/obfs4.git,https://gitlab.com/yawning/obfs4.git +6490be40336f4aa13b0c5a5e9f74d52f417c4fc7,Sylvain Le Gall,sylvain@le-gall.net,2003-06-01 23:27:15+02:00,Sylvain Le Gall,sylvain@le-gall.net,2003-06-01 21:27:15+00:00,False,le-gall,le-gall,* master,True,gildor478_ocaml-fileutils.git,gildor478/ocaml-fileutils.git,https://github.com/gildor478/ocaml-fileutils.git +9292a8b9b6693f44846fad00a400c045ae7a51f3,Nicolas Steenlant,nicolas.steenlant@ugent.be,2010-08-27 10:54:49+02:00,Nicolas Steenlant,nicolas.steenlant@ugent.be,2010-08-27 08:54:49+00:00,False,ugent,ugent,* dev,True,LibreCat_Catmandu.git,LibreCat/Catmandu.git,https://github.com/LibreCat/Catmandu.git +c4b868b11da95b891b8d93a3734b963c8fdff2c9,Jiri Benc,jbenc@redhat.com,2014-09-24 15:12:38+02:00,Jiri Benc,jbenc@redhat.com,2014-10-10 11:09:30+00:00,False,redhat,redhat,* master,True,jbenc_plotnetcfg.git,jbenc/plotnetcfg.git,https://github.com/jbenc/plotnetcfg.git +c1cabff65dc811bd9c7e7530aab90db3b1080f04,Dominic Tarr,dominic.tarr@gmail.com,2013-12-24 19:52:15+07:00,Dominic Tarr,dominic.tarr@gmail.com,2013-12-24 12:52:15+00:00,False,gmail,gmail,* master,True,crypto-browserify_sha.js,crypto-browserify/sha.js,https://github.com/crypto-browserify/sha.js +8b4e742fcbd5733843f40a94679b5c582675bfbb,Tom Rothamel,tom@rothamel.us,2014-11-03 20:22:02-05:00,Tom Rothamel,tom@rothamel.us,2014-11-04 01:22:02+00:00,False,rothamel,rothamel,* master,True,renpy_pygame_sdl2,renpy/pygame/sdl2,https://github.com/renpy/pygame_sdl2 +748efbdaa6746daec4bb7aca77aaad6e64dad33d,Lara A. Ross,lara@amperser.com,2015-01-13 17:15:20-08:00,Lara A. Ross,lara@amperser.com,2015-09-27 21:25:36+00:00,False,amperser,amperser,* main,True,amperser_proselint,amperser/proselint,https://github.com/amperser/proselint +2eb7d66a926b54401d5a635666d8dedf6cedce66,root,root@esq.localdomain,2011-11-23 14:16:26-06:00,root,root@esq.localdomain,2011-11-23 20:16:26+00:00,False,esq,esq,* master,True,pwr_Solaar.git,pwr/Solaar.git,https://github.com/pwr/Solaar.git +72726609622bc094a56023a03991634c048ddf5a,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-09-22 11:41:50-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-09-22 14:41:50+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_openrdate,resurrecting-open-source-projects/openrdate,https://github.com/resurrecting-open-source-projects/openrdate +c379ce7b913aaaa136c3f3ac4542770068fc2ddc,Nikos Mavrogiannopoulos,nmav@gnutls.org,2002-04-05 19:57:55+00:00,Nikos Mavrogiannopoulos,nmav@gnutls.org,2002-04-05 19:57:55+00:00,False,gnutls,gnutls,* master,True,gnutls_libtasn1,gnutls/libtasn1,https://gitlab.com/gnutls/libtasn1 +865546e5830e12445a34b3e27f3a86466dd7304a,penghuan,penghuan@kylinos.cn,2017-01-20 14:23:05+08:00,penghuan,penghuan@kylinos.cn,2017-01-20 06:23:05+00:00,False,kylinos,kylinos,* master,True,ukui_ukui-indicators,ukui/ukui-indicators,https://github.com/ukui/ukui-indicators +2101bf45a9717238c48372c97688e28cad8acd02,Tres Seaver,tseaver@palladion.com,2006-04-04 20:21:25+00:00,Tres Seaver,tseaver@palladion.com,2006-04-04 20:21:25+00:00,False,palladion,palladion,* master,True,zopefoundation_zope.schema,zopefoundation/zope.schema,https://github.com/zopefoundation/zope.schema +e8acaa39be41e45d7f60482b0ca95f82f839f2f5,Jeremy Lainé,jeremy.laine@m4x.org,2013-06-04 11:31:46+02:00,Jeremy Lainé,jeremy.laine@m4x.org,2013-06-04 09:31:46+00:00,False,m4x,m4x,* master,True,django-ldapdb_django-ldapdb,django-ldapdb/django-ldapdb,https://github.com/django-ldapdb/django-ldapdb +851ee77dee007526d49ac91c01b0577812d7b86f,xiaoye,xiaoye@80d2f580-31aa-11e5-bf80-072c59723c4c,2015-07-24 02:28:27+00:00,xiaoye,xiaoye@80d2f580-31aa-11e5-bf80-072c59723c4c,2015-07-24 02:28:27+00:00,False,80d2f580-31aa-11e5-bf80-072c59723c4c,80d2f580-31aa-11e5-bf80-072c59723c4c,* master,True,xiaoyeli_superlu.git,xiaoyeli/superlu.git,https://github.com/xiaoyeli/superlu.git +b8bb77b2dac258132aa6f3ca62a8cee90ec32e6f,Frank Terbeck,ft@bewatermyfriend.org,2008-02-03 16:06:16+01:00,Frank Terbeck,ft@bewatermyfriend.org,2008-02-03 15:06:16+00:00,False,bewatermyfriend,bewatermyfriend,* master,True,ft_arename.git,ft/arename.git,https://github.com/ft/arename.git +4cfdef405a15c4449d502516cbf82d09a5fc636a,Daniel Roethlisberger,daniel@roe.ch,2012-04-13 14:47:30+02:00,Daniel Roethlisberger,daniel@roe.ch,2012-04-13 12:47:30+00:00,False,roe,roe,* develop,True,droe_sslsplit,droe/sslsplit,https://github.com/droe/sslsplit +33ebe7acec14b25c5f84f35a664803fcab2f7781,Michael Trier,mtrier@gmail.com,2008-05-07 16:49:48-04:00,Michael Trier,mtrier@gmail.com,2008-05-07 20:49:48+00:00,False,gmail,gmail,* main,True,gitpython-developers_GitPython,gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython +fa1da84f390b2f0ac23b486ec5937372a93866eb,Spencer Salazar,spencer@ccrma.stanford.edu,2010-10-13 09:34:15+00:00,Spencer Salazar,spencer@ccrma.stanford.edu,2010-10-13 09:34:15+00:00,False,ccrma,ccrma,* main,True,ccrma_chuck,ccrma/chuck,https://github.com/ccrma/chuck +bf02d471515659846f34852032e7ce1d78eb7824,Marc Vinyals,vinyals@kth.se,2017-12-30 07:16:41+00:00,Marc Vinyals,vinyals@kth.se,2017-12-30 07:16:41+00:00,False,kth,kth,* master,True,pdftk-java_pdftk.git,pdftk-java/pdftk.git,https://gitlab.com/pdftk-java/pdftk.git +9de1be819d21a8960ee94710219f32a57931bd05,Michael Friendly,friendly@yorku.ca,2017-09-29 09:49:38-04:00,GitHub,noreply@github.com,2017-09-29 13:49:38+00:00,False,yorku,github,* master,True,friendly_vcdExtra.git,friendly/vcdExtra.git,https://github.com/friendly/vcdExtra.git +16c4f5f0c18f8cd132ce6825d7bf1285d0fd50bc,Chibisov Gennady,web-chib@yandex-team.ru,2013-07-25 11:05:09+04:00,Chibisov Gennady,web-chib@yandex-team.ru,2013-07-25 07:05:09+00:00,False,yandex-team,yandex-team,* master,True,chibisov_drf-extensions.git,chibisov/drf-extensions.git,https://github.com/chibisov/drf-extensions.git +bea0bd1b405ac1bc0f6e47beca572d6efc55c33c,Daisuke Murase,typester@cpan.org,2010-12-15 10:38:16+09:00,Daisuke Murase,typester@cpan.org,2010-12-15 01:38:16+00:00,False,cpan,cpan,* master,True,typester_www-google-calculator-perl.git,typester/www-google-calculator-perl.git,https://github.com/typester/www-google-calculator-perl.git +e30d4ad0a9d5a522e7b20d319f49f2276502ad8f,Nelson Elhage,nelhage@nelhage.com,2011-01-21 20:13:02-05:00,Nelson Elhage,nelhage@nelhage.com,2011-01-22 01:13:02+00:00,False,nelhage,nelhage,* master,True,nelhage_reptyr,nelhage/reptyr,https://github.com/nelhage/reptyr +77ffecc6f7c5bb6fe053893519110984d11ad4e8,alor,alor,2003-09-06 19:14:24+00:00,alor,alor,2003-09-06 19:14:24+00:00,False,alor,alor,* master,True,Ettercap_ettercap.git,Ettercap/ettercap.git,https://github.com/Ettercap/ettercap.git +c569679c69fecd832de6be119b2a277623d4ef27,OCamlPro-Iguernlala,mohamed.iguernlala@ocamlpro.com,2017-11-08 13:23:12+01:00,OCamlPro-Iguernlala,mohamed.iguernlala@ocamlpro.com,2017-11-08 12:23:12+00:00,False,ocamlpro,ocamlpro,* next,True,OCamlPro_alt-ergo.git,OCamlPro/alt-ergo.git,https://github.com/OCamlPro/alt-ergo.git +b5dd922abbdb4ab0ee477093be8c6bc60a5e9d24,Christoph Grüninger,gruenich@dune-project.org,2011-10-04 09:31:17+00:00,Christoph Grüninger,gruenich@dune-project.org,2011-10-04 09:31:17+00:00,False,dune-project,dune-project,* master,True,core_dune-geometry,core/dune-geometry,https://gitlab.dune-project.org/core/dune-geometry +7cd2f95dd031f4f631d600001d5674b74d8c74fa,Jean Le Feuvre,jeanlf@users.sourceforge.net,2005-07-13 14:37:22+00:00,Jean Le Feuvre,jeanlf@users.sourceforge.net,2005-07-13 14:37:22+00:00,False,users,users,* master,True,gpac_gpac,gpac/gpac,https://github.com/gpac/gpac +770ae4596d3e826c63e8c9fa441d65bd0889f03c,Timo Sirainen,cras@irssi.org,1999-09-03 14:27:29+00:00,cras,cras@dbcabf3a-b0e7-0310-adc4-f8d773084564,1999-09-03 14:27:29+00:00,False,irssi,dbcabf3a-b0e7-0310-adc4-f8d773084564,* master,True,irssi_irssi.git,irssi/irssi.git,https://github.com/irssi/irssi.git +a2ad36f2b1973cc6800ba982d3cd64be00688154,Hsiaoming Yang,me@lepture.com,2014-02-18 18:12:31+08:00,Hsiaoming Yang,me@lepture.com,2014-02-18 10:12:31+00:00,False,lepture,lepture,* master,True,lepture_mistune,lepture/mistune,https://github.com/lepture/mistune +69d7952386a53a90e1e971497ec71d5d98c30512,John McNamara,jmcnamara@cpan.org,2009-01-01 19:53:57+00:00,John McNamara,jmcnamara@cpan.org,2009-01-01 19:53:57+00:00,False,cpan,cpan,* master,True,runrig_spreadsheet-parseexcel.git,runrig/spreadsheet-parseexcel.git,https://github.com/runrig/spreadsheet-parseexcel.git +327a9b7cfce1afa53c6b71282596b5d487d512e0,Ville M. Vainio,vivainio@gmail.com,2014-01-22 14:12:52+02:00,Ville M. Vainio,vivainio@gmail.com,2014-01-22 12:12:52+00:00,False,gmail,gmail,* master,True,pickleshare_pickleshare,pickleshare/pickleshare,https://github.com/pickleshare/pickleshare +897bc2556fed43b76f6d1b14470c3e806df15af8,Jean-Paul Calderone,exarkun@boson,2008-02-18 20:50:23-05:00,Jean-Paul Calderone,exarkun@boson,2008-02-19 01:50:23+00:00,False,boson,boson,* main,True,pyca_pyopenssl,pyca/pyopenssl,https://github.com/pyca/pyopenssl +bba37221d4bcfee205f93fa3ff79c6ec94b22f4e,Brodie Rao,brodie@bitheap.org,2010-09-18 03:08:42-05:00,Brodie Rao,brodie@bitheap.org,2010-09-18 08:08:42+00:00,False,bitheap,bitheap,* master,True,brodie_cram,brodie/cram,https://github.com/brodie/cram +b3223c0024f222e7829a4c5542688c3aef877e18,Bernardo Heynemann,heynemann@gmail.com,2012-08-01 07:28:37-07:00,Bernardo Heynemann,heynemann@gmail.com,2012-08-01 14:28:37+00:00,False,gmail,gmail,* master,True,globocom_derpconf,globocom/derpconf,https://github.com/globocom/derpconf +7e2fea573dde4f7e82c2e936a4c020e2d4055e9d,Jeff McCune,jeff@puppetlabs.com,2010-07-21 10:50:25-07:00,Jeff McCune,jeff@puppetlabs.com,2010-07-21 17:50:25+00:00,False,puppetlabs,puppetlabs,* master,True,voxpupuli_beaker,voxpupuli/beaker,https://github.com/voxpupuli/beaker +565afa55290f0704e26706b38c97e706ce083b74,Jeff Weston,Jeffery.Weston@nrl.navy.mil,2019-09-11 11:21:03-04:00,Jeff Weston,Jeffery.Weston@nrl.navy.mil,2019-09-11 15:21:03+00:00,False,nrl,nrl,* master,True,USNavalResearchLaboratory_norm,USNavalResearchLaboratory/norm,https://github.com/USNavalResearchLaboratory/norm +7bf24d23ce43813253964b0761cdf3391eedacac,Al Riddoch,alriddoch@googlemail.com,2003-01-14 17:38:05+00:00,Al Riddoch,alriddoch@googlemail.com,2003-01-14 17:38:05+00:00,False,googlemail,googlemail,* master,True,worldforge_mercator,worldforge/mercator,https://github.com/worldforge/mercator +f6ce926719943751cf65cacde7fae050593eb2d6,Perberos,perberos@gmail.com,2011-11-09 18:17:43-03:00,Perberos,perberos@gmail.com,2011-11-09 21:17:43+00:00,False,gmail,gmail,* master,True,mate-desktop_atril.git,mate-desktop/atril.git,https://github.com/mate-desktop/atril.git +c22c633ce34bd2887e2d6eefc468843e92b51466,John McNamara,jmcnamara@cpan.org,2000-08-25 00:11:00+00:00,John McNamara,jmcnamara@cpan.org,2000-08-25 00:11:00+00:00,False,cpan,cpan,* master,True,jmcnamara_spreadsheet-writeexcel,jmcnamara/spreadsheet-writeexcel,https://github.com/jmcnamara/spreadsheet-writeexcel +7a281be324e31dd40b918bcdcb3532f4593ed9b1,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2004-04-09 02:55:45+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2004-04-09 02:55:45+00:00,False,users,users,* master,True,porres_pd-cyclone,porres/pd-cyclone,https://github.com/porres/pd-cyclone +4bac3a76abcfc1297962324f3a45ae429dcb603a,Nathan Yergler,nathan@yergler.net,2006-02-28 00:39:50+00:00,Nathan Yergler,nathan@yergler.net,2006-02-28 00:39:50+00:00,False,yergler,yergler,* master,True,zopefoundation_zope.deprecation.git,zopefoundation/zope.deprecation.git,https://github.com/zopefoundation/zope.deprecation.git +fe72301878616d33480e84f5f27e95954afc5293,Ralf Stubner,ralf.stubner@daqana.com,2018-04-18 18:43:40+02:00,Ralf Stubner,ralf.stubner@daqana.com,2018-04-18 16:43:40+00:00,False,daqana,daqana,* main,True,daqana_dqrng.git,daqana/dqrng.git,https://github.com/daqana/dqrng.git +03874aa95b0a0907004f12f660dc21fc337e1642,Rolf Leggewie,foss@rolf.leggewie.biz,2009-07-25 02:09:10+02:00,Rolf Leggewie,foss@rolf.leggewie.biz,2009-07-25 00:09:10+00:00,False,rolf,rolf,* master,True,leggewie-DM_wondershaper,leggewie-DM/wondershaper,https://github.com/leggewie-DM/wondershaper +9e8fcfa450e52155dd5f664f954ebb2ec3e39768,robert.ancell@gmail.com,,2010-04-29 21:08:26+10:00,robert.ancell@gmail.com,,2010-04-29 11:08:26+00:00,False,,,* main,True,canonical_lightdm.git,canonical/lightdm.git,https://github.com/canonical/lightdm.git +bd64f5d289bffe695fd333aaaa40ec0bf6d9858f,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,kmahjongg.git,kmahjongg.git,https://anongit.kde.org/kmahjongg.git +a44ba184470353ae009945c28af5b9282596e4ba,Richard Frith-MacDonald,rfm@gnu.org,1999-12-08 15:55:48+00:00,Richard Frith-MacDonald,rfm@gnu.org,1999-12-08 15:55:48+00:00,False,gnu,gnu,* master,True,gnustep_apps-gorm,gnustep/apps-gorm,https://github.com/gnustep/apps-gorm +d6c746baa04e311d14120dae26c615fcc74d63d6,Daniel Meyer,danielmeyer@danielrmeyer.emsi,2016-10-18 11:31:47-07:00,Daniel Meyer,danielmeyer@danielrmeyer.emsi,2016-10-18 18:31:47+00:00,False,danielrmeyer,danielrmeyer,* master,True,danielrmeyer_g2,danielrmeyer/g2,https://github.com/danielrmeyer/g2 +2a08787a90840a27d10ec519005ff92148055cd1,Will Rouesnel,w.rouesnel@gmail.com,2015-08-25 03:27:14+10:00,Will Rouesnel,w.rouesnel@gmail.com,2015-08-24 17:28:41+00:00,False,gmail,gmail,* master,True,prometheus-community_postgres_exporter,prometheus-community/postgres/exporter,https://github.com/prometheus-community/postgres_exporter +f26d5a1c22edf12b06f77f90fb982a6024047692,Mark Grimes,mgrimes@cpan.org,2013-03-27 12:31:46-04:00,Mark Grimes,mgrimes@cpan.org,2013-03-27 16:31:46+00:00,False,cpan,cpan,* master,True,mvgrimes_catalyst-dispatch-regex.git,mvgrimes/catalyst-dispatch-regex.git,https://github.com/mvgrimes/catalyst-dispatch-regex.git +7f99999754c3f02f03f9fd83514bff0c48ae0e0d,vgropp,vgropp@9d038f78-4a1f-0410-99f9-a7e0acc80b06,2004-12-25 19:18:15+00:00,vgropp,vgropp@9d038f78-4a1f-0410-99f9-a7e0acc80b06,2004-12-25 19:18:15+00:00,False,9d038f78-4a1f-0410-99f9-a7e0acc80b06,9d038f78-4a1f-0410-99f9-a7e0acc80b06,* main,True,vgropp_bwm-ng,vgropp/bwm-ng,https://github.com/vgropp/bwm-ng +6cd2f2a4b0e1dd3104295c80864b24fb5ff8934d,Fabien Ménager,fabien.menager@gmail.com,2012-11-16 18:16:02+01:00,Fabien Ménager,fabien.menager@gmail.com,2012-11-16 17:16:02+00:00,False,gmail,gmail,* master,True,dompdf_php-font-lib,dompdf/php-font-lib,https://github.com/dompdf/php-font-lib +d04908e56ac9a53532bf337653b6027426ccdd70,Michal Danilák,mimino.coder@gmail.com,2014-05-12 08:44:46-07:00,Michal Danilák,mimino.coder@gmail.com,2014-05-12 15:44:46+00:00,False,gmail,gmail,* master,True,Mimino666_langdetect,Mimino666/langdetect,https://github.com/Mimino666/langdetect +604ede52cc399507cac49073fe940e3bfdde5db2,Andrew Gierth,andrew@tao146.riddles.org.uk,2013-10-01 09:32:52+01:00,Andrew Gierth,andrew@tao146.riddles.org.uk,2013-10-01 08:32:52+00:00,False,tao146,tao146,* master,True,RhodiumToad_ip4r.git,RhodiumToad/ip4r.git,https://github.com/RhodiumToad/ip4r.git +5c2ad3f1dc8a376c8d00aa6f0775d39be88675dc,Roger Ferrer Ibanez,rofirrim@gmail.com,2011-11-26 20:26:39+01:00,Roger Ferrer Ibanez,rofirrim@gmail.com,2011-11-26 19:26:39+00:00,False,gmail,gmail,* master,True,rofirrim_eiciel,rofirrim/eiciel,https://github.com/rofirrim/eiciel +34ea420787ea97294c6ede93357b91e1bba90650,Thomas Perl,m@thp.io,2013-08-07 21:47:24+02:00,Thomas Perl,m@thp.io,2013-08-07 19:47:24+00:00,False,thp,thp,* master,True,thp_pyotherside,thp/pyotherside,https://github.com/thp/pyotherside +061dd6ac8bab6c41e72d0d3ab266be521af92bb2,Zearin,Zearin@users.noreply.github.com,2018-07-04 17:04:10-04:00,Timo Sand,timo.sand@iki.fi,2018-07-04 21:04:10+00:00,False,users,iki,* master,True,tj_node-growl,tj/node-growl,https://github.com/tj/node-growl +b6256d641cbd7d53517ecaedd26977e0c3baaa2a,Tomas Cerha,cerha@brailcom.org,2001-03-01 08:40:41+00:00,Tomas Cerha,cerha@brailcom.org,2001-03-01 08:40:41+00:00,False,brailcom,brailcom,* master,True,brailcom_speechd,brailcom/speechd,https://github.com/brailcom/speechd +8978f2de6c3aed3847678e20377f26f4c724cd38,WB2OSZ,wb2osz@comcast.net,2015-07-26 20:35:07-04:00,WB2OSZ,wb2osz@comcast.net,2015-07-27 00:35:07+00:00,False,comcast,comcast,* master,True,wb2osz_direwolf,wb2osz/direwolf,https://github.com/wb2osz/direwolf +d5275c1271ee538b4e161e13856967fe48e0ae62,phjgt,phjgt@56b2f9f3-ceb6-4208-9e97-fdb4efab7e69,2010-08-20 00:25:26+00:00,phjgt,phjgt@56b2f9f3-ceb6-4208-9e97-fdb4efab7e69,2010-08-20 00:25:26+00:00,False,56b2f9f3-ceb6-4208-9e97-fdb4efab7e69,56b2f9f3-ceb6-4208-9e97-fdb4efab7e69,* master,True,knu_ruby-unf_ext,knu/ruby-unf/ext,https://github.com/knu/ruby-unf_ext +d894019c98fb10315e7b1c5c7934006fb75072c6,Arun Prakash Jana,engineerarun@gmail.com,2016-08-09 12:02:43+05:30,GitHub,noreply@github.com,2016-08-09 06:32:43+00:00,False,gmail,github,* master,True,jarun_imgp.git,jarun/imgp.git,https://github.com/jarun/imgp.git +1db6bf5155762dc1b2071f028022fec566e937b8,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2009-11-29 13:36:10+09:00,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2009-11-29 04:36:10+00:00,False,bulknews,bulknews,* master,True,miyagawa_Plack-Middleware-Deflater.git,miyagawa/Plack-Middleware-Deflater.git,https://github.com/miyagawa/Plack-Middleware-Deflater.git +8b1b6ed6c2f192db4b6df108f136d3cb4a22b8ec,Calvin Yu,csyu77@gmail.com,2010-06-02 21:21:19-04:00,Calvin Yu,csyu77@gmail.com,2010-06-03 01:21:19+00:00,False,gmail,gmail,* master,True,cyu_rack-cors,cyu/rack-cors,https://github.com/cyu/rack-cors +9946d3a8585c9e990df7007750a88a9a2295fa28,Eugeniy Kalinin,burump@gmail.com,2014-11-09 14:24:51-08:00,Eugeniy Kalinin,burump@gmail.com,2014-11-09 22:24:51+00:00,False,gmail,gmail,* master,True,eugeniy_pytest-tornado,eugeniy/pytest-tornado,https://github.com/eugeniy/pytest-tornado +840ff4c2bf6c752d9770f0dd8d64a841060cf9bc,Jason R. Coombs,jaraco@jaraco.com,2012-05-23 16:25:17-04:00,Jason R. Coombs,jaraco@jaraco.com,2012-05-23 20:25:17+00:00,False,jaraco,jaraco,* main,True,pytest-dev_pytest-runner.git,pytest-dev/pytest-runner.git,https://github.com/pytest-dev/pytest-runner.git +a4e0f865c591980e7aa2a160a92a2c9098a678ec,ahvezda,ahvezda@localhost,2000-11-08 00:19:31+00:00,ahvezda,ahvezda@localhost,2000-11-08 00:19:31+00:00,False,localhost,localhost,* main,True,pygame_pygame.git,pygame/pygame.git,https://github.com/pygame/pygame.git +a1a3e23e89ab8eea810faba85e637cc8ee170f6c,Jakson Alves de Aquino,jalvesaq@gmail.com,2016-02-02 15:06:53-03:00,Jakson Alves de Aquino,jalvesaq@gmail.com,2016-02-02 18:06:53+00:00,False,gmail,gmail,* master,True,jalvesaq_gconjugue,jalvesaq/gconjugue,https://github.com/jalvesaq/gconjugue +289ec4a0deac40071d62b02f5149922195e61072,git perforce import user,a@b,2014-08-02 16:59:19-08:00,git perforce import user,a@b,2014-08-03 00:59:19+00:00,False,b,b,* develop,True,PacificBiosciences_pbcore,PacificBiosciences/pbcore,https://github.com/PacificBiosciences/pbcore +2a7f6541fae2f3d3b484867db493b7d9b7b56abb,Takafumi Arakaki,aka.tkf@gmail.com,2012-10-16 20:07:51+02:00,Takafumi Arakaki,aka.tkf@gmail.com,2012-10-16 18:07:51+00:00,False,gmail,gmail,* master,True,tkf_python-epc,tkf/python-epc,https://github.com/tkf/python-epc +288e15aca63d0a4333982c8f304d0c5b372d6049,knowthelist,mstephan@shared-files.de,2014-05-16 09:45:33-07:00,knowthelist,mstephan@shared-files.de,2014-05-16 16:45:33+00:00,False,shared-files,shared-files,* master,True,knowthelist_knowthelist,knowthelist/knowthelist,https://github.com/knowthelist/knowthelist +7c9c9b82be882a3c48dc0b1bff93150268ae3dd0,Dima Kogan,dkogan@cds.caltech.edu,2010-01-12 21:39:02-08:00,Dima,dkogan@t42.(none),2010-01-13 05:39:02+00:00,False,cds,t42,* master,True,dkogan_feedgnuplot.git,dkogan/feedgnuplot.git,https://github.com/dkogan/feedgnuplot.git +d8231fc57b4f07ef45ac8b9fd1dbdf5cc0397bee,Nicolas Mora,mail@babelouest.org,2015-11-02 18:15:36-05:00,Nicolas Mora,mail@babelouest.org,2015-11-02 23:15:36+00:00,False,babelouest,babelouest,* master,True,babelouest_ulfius,babelouest/ulfius,https://github.com/babelouest/ulfius +02d0dbf31e045f2e65a3c75b448ca80651ed9537,Paul Tagliamonte,paultag@sunlightfoundation.com,2012-01-24 18:23:50-05:00,Paul Tagliamonte,paultag@sunlightfoundation.com,2012-01-24 23:23:50+00:00,False,sunlightfoundation,sunlightfoundation,* master,True,sunlightlabs_python-sunlight,sunlightlabs/python-sunlight,https://github.com/sunlightlabs/python-sunlight +6ddbe9c36cd0cab527f5a77e1f73f0d0f00f2068,John Hsu,johnhsu@willowgarage.com,2012-06-22 14:35:26-07:00,John Hsu,johnhsu@willowgarage.com,2012-06-22 21:35:26+00:00,False,willowgarage,willowgarage,* master,True,ros_urdfdom_headers,ros/urdfdom/headers,https://github.com/ros/urdfdom_headers +0eeb956149e98eba8ba23c60d7d6123868e96182,raecoo,raecoo@gmail.com,2011-08-29 16:55:48+08:00,Rajiv Aaron Manglani,rajiv@alum.mit.edu,2012-02-14 01:56:41+00:00,False,gmail,alum,* master,True,PracticallyGreen_omniauth-saml.git,PracticallyGreen/omniauth-saml.git,https://github.com/PracticallyGreen/omniauth-saml.git +569b9f9cda82232db43170de55d27b9d61e3cb1c,David Joyner,wdjoyner@gmail.com,2005-10-17 07:25:26+00:00,Max Horn,max@quendi.de,2016-12-28 15:18:16+00:00,False,gmail,quendi,* master,True,gap-packages_toric.git,gap-packages/toric.git,https://github.com/gap-packages/toric.git +f674870830a40e43feec51af81917b70460e13e5,Michael,scudette@gmail.com,2010-10-24 22:16:45+02:00,Michael,scudette@gmail.com,2010-10-24 20:16:45+00:00,False,gmail,gmail,* main,True,py4n6_pytsk.git,py4n6/pytsk.git,https://github.com/py4n6/pytsk.git +15d88112eaf531ec25fc89287074ea0cb1826f38,Craig Barratt,cbarratt,2013-07-01 13:00:35+02:00,Lars Tobias Skjong-Børsting,larstobi@relatime.no,2016-05-16 11:00:35+00:00,False,cbarratt,relatime,* master,True,backuppc_backuppc-xs.git,backuppc/backuppc-xs.git,https://github.com/backuppc/backuppc-xs.git +69ff6afa9dc1f87d1345e4f539991e84f566f874,Rob Di Marco,rob@innovationontherun.com,2011-03-18 00:12:16-04:00,Rob Di Marco,rob@innovationontherun.com,2011-03-18 04:12:16+00:00,False,innovationontherun,innovationontherun,* master,True,robdimarco_omniauth_crowd,robdimarco/omniauth/crowd,https://github.com/robdimarco/omniauth_crowd +8c5e0368590edf1ef442d1ec07bcb0acfb5b8000,Richard Hughes,richard@hughsie.com,2012-06-18 10:29:57+01:00,Richard Hughes,richard@hughsie.com,2012-06-18 09:35:17+00:00,False,hughsie,hughsie,* main,True,hughsie_colord-gtk.git,hughsie/colord-gtk.git,https://github.com/hughsie/colord-gtk.git +34d45b180e2eeb2890d7f41b4a7af0ddc194befb,Elliot Lee,sopwith@src.gnome.org,1997-11-24 22:32:29+00:00,Elliot Lee,sopwith@src.gnome.org,1997-11-24 22:32:29+00:00,False,src,src,* main,True,GNOME_gnome-mines.git,GNOME/gnome-mines.git,https://gitlab.gnome.org/GNOME/gnome-mines.git +fa70782774fa56bd9e2921b218e2f02f5cebc770,rocky,rocky,2006-02-08 05:06:05+00:00,rocky,rocky,2006-02-08 05:06:05+00:00,False,rocky,rocky,* master,True,rocky_Perl-Device-Cdio.git,rocky/Perl-Device-Cdio.git,https://github.com/rocky/Perl-Device-Cdio.git +1d48a247b776ef53e995ef22aa748cd2f3863e93,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2007-09-09 15:44:52+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2007-09-09 15:44:52+00:00,False,gmail,gmail,* master,True,lxde_gpicview,lxde/gpicview,https://github.com/lxde/gpicview +403b6751ab399683db269b6b1e73c7b3e2f79cdc,Nick Downie,hello@nickdownie.com,2014-07-02 21:38:14+01:00,Nick Downie,hello@nickdownie.com,2014-07-02 20:38:14+00:00,False,nickdownie,nickdownie,* master,True,chartjs_Chart.js.git,chartjs/Chart.js.git,https://github.com/chartjs/Chart.js.git +01f6f1f88a6068684d5b51a15410644f1771ad9c,Daniel Lindsley,daniel@toastdriven.com,2010-03-20 15:56:38-05:00,Daniel Lindsley,daniel@toastdriven.com,2010-03-20 20:56:38+00:00,False,toastdriven,toastdriven,* master,True,django-haystack_django-haystack,django-haystack/django-haystack,https://github.com/django-haystack/django-haystack +384fa9f6cb2298efb81215ddc5ec4f085bbe4a73,Jakob Henriksson,b0kaj+dev@lysator.liu.se,2003-10-08 15:04:04+00:00,Jakob Henriksson,b0kaj+dev@lysator.liu.se,2003-10-08 15:04:04+00:00,False,lysator,lysator,* master,True,panel-plugins_xfce4-notes-plugin,panel-plugins/xfce4-notes-plugin,https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin +d7d2b1b413de843254a21dd42abfd52c529f8ccd,Alexander Reinholdt,alexander.reinholdt@kdemail.net,2009-10-31 07:43:37+00:00,Alexander Reinholdt,alexander.reinholdt@kdemail.net,2009-10-31 07:43:37+00:00,False,kdemail,kdemail,* master,True,network_smb4k.git,network/smb4k.git,https://invent.kde.org/network/smb4k.git +0d5783af12a1c273c4e6c951f5437dd07b708bd5,Damien George,damien.p.george@gmail.com,2015-08-07 12:58:54+01:00,Damien George,damien.p.george@gmail.com,2015-08-07 11:58:54+00:00,False,gmail,gmail,* master,True,bbcmicrobit_micropython.git,bbcmicrobit/micropython.git,https://github.com/bbcmicrobit/micropython.git +b57afd2a6c74337516964f4d547d89faac1c3168,Max Kuhn,mxkuhn@gmail.com,2016-12-15 21:40:24-05:00,Max Kuhn,mxkuhn@gmail.com,2016-12-16 02:40:24+00:00,False,gmail,gmail,* main,True,tidymodels_recipes,tidymodels/recipes,https://github.com/tidymodels/recipes +bbd9bcdbe34eece934cd1a40515c77f886879384,crucialfelix,crucialfelix@ece9b796-0735-11de-b17c-0f1ef23b492c,2010-06-06 22:36:35+00:00,crucialfelix,crucialfelix@ece9b796-0735-11de-b17c-0f1ef23b492c,2010-06-06 22:36:35+00:00,False,ece9b796-0735-11de-b17c-0f1ef23b492c,ece9b796-0735-11de-b17c-0f1ef23b492c,* develop,True,crucialfelix_django-ajax-selects,crucialfelix/django-ajax-selects,https://github.com/crucialfelix/django-ajax-selects +32839d19707b5f11fc25270895b5f7d56c1313ae,chris,chris@ac150577-6901-3246-a117-cd8547e6756f,2009-11-08 09:01:51+00:00,chris,chris@ac150577-6901-3246-a117-cd8547e6756f,2009-11-08 09:01:51+00:00,False,ac150577-6901-3246-a117-cd8547e6756f,ac150577-6901-3246-a117-cd8547e6756f,* master,True,Simplistix_testfixtures,Simplistix/testfixtures,https://github.com/Simplistix/testfixtures +88e58cb8d3748833b5c124f64b083f095357c3e8,Daniele Varrazzo,daniele.varrazzo@gmail.com,2011-04-25 18:48:18+01:00,Daniele Varrazzo,daniele.varrazzo@gmail.com,2011-04-25 17:54:19+00:00,False,gmail,gmail,* master,True,pgxn_pgxnclient.git,pgxn/pgxnclient.git,https://github.com/pgxn/pgxnclient.git +21d5fab2ba53e357dc70e5ee8f139e5808001af3,Steve Genoud,steve.genoud@gmail.com,2013-08-25 16:45:13+02:00,Steve Genoud,steve.genoud@gmail.com,2013-08-25 14:45:13+00:00,False,gmail,gmail,* master,True,readthedocs_recommonmark.git,readthedocs/recommonmark.git,https://github.com/readthedocs/recommonmark.git +27aca39126c0f021e543516119c9d3b2500575ac,Simon Howard,fraggle@gmail.com,2006-05-09 16:06:11+00:00,Simon Howard,fraggle@gmail.com,2006-05-09 16:06:11+00:00,False,gmail,gmail,* master,True,freedoom_freedoom,freedoom/freedoom,https://github.com/freedoom/freedoom +abf31fb801182306170f377125cb49b20dd76f69,Chris Cromer,chris@cromer.cl,2017-06-15 21:55:07-04:00,Chris Cromer,chris@cromer.cl,2017-06-16 01:55:07+00:00,False,cromer,cromer,* master,True,cromerc_opensysusers.git,cromerc/opensysusers.git,https://github.com/cromerc/opensysusers.git +4ced988e4b54a099e31f50ca96cf4a3fdaf8aac3,Hans Lellelid,hans@xmpl.org,2006-02-05 00:49:20+00:00,Hans Lellelid,hans@xmpl.org,2006-02-05 00:49:20+00:00,False,xmpl,xmpl,* main,True,phingofficial_phing,phingofficial/phing,https://github.com/phingofficial/phing +aaa6396685eb786e100fc66bd4526752fb19f5e0,Scott Horowitz,stonecrest@gmail.com,2006-09-12 17:34:32+00:00,Scott Horowitz,stonecrest@gmail.com,2006-09-12 17:34:32+00:00,False,gmail,gmail,* master,True,multani_sonata,multani/sonata,https://github.com/multani/sonata +e82836a35366c63c58fb97b1e3ca02572df29636,Jo Liss,joliss42@gmail.com,2012-02-14 04:53:39+01:00,Jo Liss,joliss42@gmail.com,2012-02-18 14:26:23+00:00,False,gmail,gmail,* master,True,joliss_jquery-ui-rails,joliss/jquery-ui-rails,https://github.com/joliss/jquery-ui-rails +f9515f55991e8ad1254715e211b0d44051cb4893,Sean Bolton,sean@smbolton.com,2012-05-20 11:48:11-07:00,Sean Bolton,sean@smbolton.com,2012-05-20 18:48:11+00:00,False,smbolton,smbolton,* master,True,smbolton_whysynth.git,smbolton/whysynth.git,https://github.com/smbolton/whysynth.git +54b8baf2a3c54f62c47255c12e02d4631b60eb88,onestone,onestone,2007-03-13 14:01:52+00:00,onestone,onestone,2007-03-13 14:01:52+00:00,False,onestone,onestone,* master,True,compiz_libcompizconfig.git,compiz/libcompizconfig.git,https://gitlab.com/compiz/libcompizconfig.git +41ad6ec89f3a65c39f3f32bfcb25679c518d017c,Wiimm,wiimm@wiimm.de,2020-07-24 00:35:40+02:00,GitHub,noreply@github.com,2020-07-23 22:35:40+00:00,False,wiimm,github,* master,True,Wiimm_wiimms-iso-tools,Wiimm/wiimms-iso-tools,https://github.com/Wiimm/wiimms-iso-tools +331800d9bacecdcaca3518d7ffe000600b35cef2,Joe Richey,joerichey@google.com,2016-10-26 15:20:16-07:00,Joe Richey,joerichey@google.com,2016-10-26 22:21:47+00:00,False,google,google,* master,True,google_fscrypt,google/fscrypt,https://github.com/google/fscrypt +0a3b29b468bb74d5d5a8883173ec322d7bfcbdca,Václav Šmilauer,eu@doxos.eu,2012-02-10 12:41:39+01:00,Václav Šmilauer,eu@doxos.eu,2012-02-10 11:41:39+00:00,False,doxos,doxos,* master,True,eudoxos_minieigen,eudoxos/minieigen,https://github.com/eudoxos/minieigen +333981716c000ceee352bdaa7028693b892e48f4,Georgi Valkov,georgi.t.valkov@gmail.com,2012-05-13 14:53:13+03:00,Georgi Valkov,georgi.t.valkov@gmail.com,2012-05-17 14:46:42+00:00,False,gmail,gmail,* main,True,gvalkov_python-evdev.git,gvalkov/python-evdev.git,https://github.com/gvalkov/python-evdev.git +919d45fc0a27690465b463b023eb3f63141be0b9,Pavel Holejsovsky,pavel.holejsovsky@gmail.com,2011-07-19 08:05:04+02:00,Pavel Holejsovsky,pavel.holejsovsky@gmail.com,2011-07-19 06:05:04+00:00,False,gmail,gmail,* master,True,lgi-devs_lgi,lgi-devs/lgi,https://github.com/lgi-devs/lgi +74b507fa63935e6ecb7954fded63e857d0256a65,Joe Noon,joenoon@gmail.com,2008-08-21 11:52:36-07:00,Joe Noon,joenoon@gmail.com,2008-08-21 18:52:36+00:00,False,gmail,gmail,* master,True,joenoon_url_safe_base64,joenoon/url/safe/base64,https://github.com/joenoon/url_safe_base64 +16acd4accb0edcbc46e3a4773bc95ca5ccb817e3,Simon Sapin,simon.sapin@exyr.org,2010-12-25 10:21:42+09:00,Simon Sapin,simon.sapin@exyr.org,2010-12-25 01:23:42+00:00,False,exyr,exyr,* main,True,SimonSapin_Frozen-Flask,SimonSapin/Frozen-Flask,https://github.com/SimonSapin/Frozen-Flask +248cbf0f63b899d0422667e56ad0db603df9b5a3,Mathias Bynens,mathias@qiwi.be,2017-04-15 14:12:38+02:00,Mathias Bynens,mathias@qiwi.be,2017-04-15 12:17:04+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_unicode-property-value-aliases-ecmascript,mathiasbynens/unicode-property-value-aliases-ecmascript,https://github.com/mathiasbynens/unicode-property-value-aliases-ecmascript +148b2f20524f4b91b95eaaa50211d1d0be42b84a,abradle,anthony.richard.bradley@gmail.com,2016-03-18 06:30:29-07:00,abradle,anthony.richard.bradley@gmail.com,2016-03-18 13:30:29+00:00,False,gmail,gmail,* master,True,rcsb_mmtf-java.git,rcsb/mmtf-java.git,https://github.com/rcsb/mmtf-java.git +04f2c0f7acf5ddeb409f6463e015061e91777127,rncbc,rncbc@eb8aa3ee-cedb-4360-ae73-c3cf0b1998c6,2009-07-20 23:04:08+00:00,rncbc,rncbc@eb8aa3ee-cedb-4360-ae73-c3cf0b1998c6,2009-07-20 23:04:08+00:00,False,eb8aa3ee-cedb-4360-ae73-c3cf0b1998c6,eb8aa3ee-cedb-4360-ae73-c3cf0b1998c6,* main,True,rncbc_qxgedit.git,rncbc/qxgedit.git,https://github.com/rncbc/qxgedit.git +f72107b5b3d12fc8b148749be05c58940c259756,Jason R. Coombs,jaraco@jaraco.com,2013-01-15 09:16:36-05:00,Jason R. Coombs,jaraco@jaraco.com,2013-01-15 14:16:36+00:00,False,jaraco,jaraco,* main,True,jaraco_path.py.git,jaraco/path.py.git,https://github.com/jaraco/path.py.git +575ea9e326e2e0da366dde3b6fb16d8c5ce6faa6,Parker Moore,parkrmoore@gmail.com,2014-06-26 18:45:47-04:00,Parker Moore,parkrmoore@gmail.com,2014-06-26 22:45:47+00:00,False,gmail,gmail,* master,True,jekyll_jekyll-watch,jekyll/jekyll-watch,https://github.com/jekyll/jekyll-watch +a5b37d75ab7e790a9826d23af95f626e7d8c58d6,Alejandro Garrido Mota,garridomota@gmail.com,2009-12-22 02:46:35-04:30,Alejandro Garrido Mota,garridomota@gmail.com,2009-12-22 07:16:35+00:00,False,gmail,gmail,* master,True,mogaal_anypaper,mogaal/anypaper,https://github.com/mogaal/anypaper +3dfd7aa70f64f4ec13c2684a80771b07a2b5843d,Stef Walter,stefw@gnome.org,2011-06-12 22:55:02+02:00,nobody,nobody@localhost.localdomain,2011-08-08 15:43:47+00:00,False,gnome,localhost,* main,True,GNOME_libsecret.git,GNOME/libsecret.git,https://gitlab.gnome.org/GNOME/libsecret.git +edad2816e08b1c253eb46f611bbbc9646c1c1dbe,Stephan Kulow,coolo@kde.org,1999-06-11 14:12:13+00:00,Stephan Kulow,coolo@kde.org,1999-06-11 14:12:13+00:00,False,kde,kde,* master,True,kjumpingcube.git,kjumpingcube.git,https://anongit.kde.org/kjumpingcube.git +b96840a94b520139f218ce6d62b041db758383ec,Rocco Caputo,rcaputo@cpan.org,1998-08-15 20:21:09-04:00,Rocco Caputo,rcaputo@cpan.org,1998-08-16 00:21:09+00:00,False,cpan,cpan,* master,True,rcaputo_poe-loop-tk,rcaputo/poe-loop-tk,https://github.com/rcaputo/poe-loop-tk +080f561aeb684dc44770feeb9bc7787d0dc908b2,Lincoln D. Stein,lincoln.stein@gmail.com,2003-12-13 16:50:23+00:00,Gitpan,schwern+gitpan@pobox.com,2014-10-21 03:24:58+00:00,False,gmail,pobox,* master,True,lstein_Devel-Cycle.git,lstein/Devel-Cycle.git,https://github.com/lstein/Devel-Cycle.git +e0260e4822f0c3a1ffb33c8c26032a448ea690c2,Greg Caporaso,gregcaporaso@gmail.com,2013-06-06 11:18:30-07:00,Greg Caporaso,gregcaporaso@gmail.com,2013-06-06 18:18:30+00:00,False,gmail,gmail,* master,True,biocore_pyqi,biocore/pyqi,https://github.com/biocore/pyqi +a5759cce0169d1a892edb2594ac05baa64919230,William Pitcock,nenolod@dereferenced.org,2011-07-25 02:02:08-05:00,William Pitcock,nenolod@dereferenced.org,2011-07-25 07:02:08+00:00,False,dereferenced,dereferenced,* master,True,pkgconf_pkgconf,pkgconf/pkgconf,https://github.com/pkgconf/pkgconf +88302f896234ab89c2e242f68dfdba10b6815a13,jianglinxuan,jianglinxuan@kylinos.cn,2018-09-06 15:51:50+08:00,jianglinxuan,jianglinxuan@kylinos.cn,2018-09-06 07:51:50+00:00,False,kylinos,kylinos,* Debian,True,ukui_biometric-authentication,ukui/biometric-authentication,https://github.com/ukui/biometric-authentication +0ade5a20f370bed0fadf355ee90c006dbc801385,Arne Blankerts,Arne@Blankerts.de,2012-10-15 17:54:31+02:00,Arne Blankerts,Arne@Blankerts.de,2012-10-15 15:55:46+00:00,False,Blankerts,Blankerts,* master,True,theseer_Autoload,theseer/Autoload,https://github.com/theseer/Autoload +c189ae10bef6daf80a08519a6891a7601507238c,Michael Webster,miketwebster@gmail.com,2013-08-22 07:58:07-04:00,Michael Webster,miketwebster@gmail.com,2013-08-22 11:58:07+00:00,False,gmail,gmail,* master,True,linuxmint_cinnamon-desktop.git,linuxmint/cinnamon-desktop.git,https://github.com/linuxmint/cinnamon-desktop.git +688efd79d37ad19c621f19544acabaa9584223a5,carlio,git@carlcrowder.com,2013-12-25 04:22:20-08:00,carlio,git@carlcrowder.com,2013-12-25 12:22:20+00:00,False,carlcrowder,carlcrowder,* master,True,landscapeio_dodgy,landscapeio/dodgy,https://github.com/landscapeio/dodgy +2af943f3eaeac6a22df1e1d2a36e78272186740f,Tony Locke,tlocke@tlocke.org.uk,2013-06-23 14:37:32+01:00,Tony Locke,tlocke@tlocke.org.uk,2013-06-23 13:37:32+00:00,False,tlocke,tlocke,* master,True,mfenniak_pg8000,mfenniak/pg8000,https://github.com/mfenniak/pg8000 +61906485a19579ba5b131778f9c94c5c6228e91a,Marijn Haverbeke,marijnh@gmail.com,2012-09-24 12:10:30+02:00,Marijn Haverbeke,marijnh@gmail.com,2012-09-24 10:10:30+00:00,False,gmail,gmail,* master,True,ternjs_acorn.git,ternjs/acorn.git,https://github.com/ternjs/acorn.git +d4069d9279a3cd5a10e6919f157f66d625ba1b48,Gang(Jimmy) Wei,gang.wei@intel.com,2015-08-21 09:07:28+08:00,Gang(Jimmy) Wei,gang.wei@intel.com,2015-08-21 01:07:28+00:00,False,intel,intel,* master,True,tpm2-software_tpm2-tools,tpm2-software/tpm2-tools,https://github.com/tpm2-software/tpm2-tools +10314fbda5fd7f882c9ec846e97e2b486c0ee233,Nils Schneider,nils.schneider@gmail.com,2012-12-07 01:59:27+01:00,Nils Schneider,nils.schneider@gmail.com,2012-12-07 01:00:20+00:00,False,gmail,gmail,* main,True,freifunk-gluon_ecdsautils,freifunk-gluon/ecdsautils,https://github.com/freifunk-gluon/ecdsautils +e1a03fb3146a9be98fa6adca97e03487b7d37db6,Paul Kienzle,paul.kienzle@nist.gov,2011-11-17 17:35:47-05:00,Paul Kienzle,paul.kienzle@nist.gov,2011-11-17 22:35:47+00:00,False,nist,nist,* master,True,bumps_bumps,bumps/bumps,https://github.com/bumps/bumps +08c1e816b43e4a055cfc08f24123f106b5aeaa05,Jerome Kieffer,jerome.kieffer@terre-adelie.org,2015-09-28 11:23:13+02:00,Jerome Kieffer,jerome.kieffer@terre-adelie.org,2015-09-28 09:23:13+00:00,False,terre-adelie,terre-adelie,* main,True,silx-kit_silx.git,silx-kit/silx.git,https://github.com/silx-kit/silx.git +0c9547c6041027249571134548d3d9f01b684b9a,Steven Knight,knight@baldmt.com,2000-01-12 21:36:21-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 13:42:10+00:00,False,baldmt,pobox,* master,True,neilb_Test-Cmd.git,neilb/Test-Cmd.git,https://github.com/neilb/Test-Cmd.git +5fd511edfb6b9d67c93519cb0772f8eaea138b0f,Florent Xicluna,florent.xicluna@gmail.com,2013-01-25 01:52:29+01:00,Florent Xicluna,florent.xicluna@gmail.com,2013-01-25 00:52:29+00:00,False,gmail,gmail,* main,True,PyCQA_pyflakes,PyCQA/pyflakes,https://github.com/PyCQA/pyflakes +74b6369a2c9506b4d062bb89029fc97a2c5982dc,Andy Stewart,lazycat.manatee@gmail.com,2017-10-10 23:18:24+08:00,Andy Stewart,lazycat.manatee@gmail.com,2017-10-10 15:18:24+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-picker,linuxdeepin/deepin-picker,https://github.com/linuxdeepin/deepin-picker +ba53c060312bbc36fdc4003d2f413a78ece53bbc,Chris Price,chris@puppetlabs.com,2013-10-28 16:10:22-07:00,Chris Price,chris@puppetlabs.com,2013-10-28 23:10:22+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_clj-kitchensink.git,puppetlabs/clj-kitchensink.git,https://github.com/puppetlabs/clj-kitchensink.git +7f9095c745fec8c8db67b4be6dde3c47cc4293e1,Thomas Woerner,twoerner@redhat.com,2013-06-12 12:46:55+02:00,Thomas Woerner,twoerner@redhat.com,2013-06-12 10:46:55+00:00,False,redhat,redhat,* main,True,firewalld_firewalld.git,firewalld/firewalld.git,https://github.com/firewalld/firewalld.git +c24cea83d6c694f2163fe3f985cf4022f54580ee,Jonas Obrist,jonas.obrist@divio.ch,2010-06-29 18:01:22+02:00,Jonas Obrist,jonas.obrist@divio.ch,2010-06-29 16:01:22+00:00,False,divio,divio,* master,True,django-cms_django-sekizai.git,django-cms/django-sekizai.git,https://github.com/django-cms/django-sekizai.git +94cf7526c866b19c08f1c4533521097674e66522,Hervé Boutemy,hboutemy@apache.org,2018-05-12 14:58:49+02:00,Hervé Boutemy,hboutemy@apache.org,2018-05-12 12:58:49+00:00,False,apache,apache,* master,True,codehaus-plexus_plexus-interactivity.git,codehaus-plexus/plexus-interactivity.git,https://github.com/codehaus-plexus/plexus-interactivity.git +e30806ab916a83feb79f03c8fb2612f5d2061263,dglasser,dglasser@b1010a0a-674b-0410-b734-77272b80c875,2008-06-13 23:00:27+00:00,dglasser,dglasser@b1010a0a-674b-0410-b734-77272b80c875,2008-06-13 23:00:27+00:00,False,b1010a0a-674b-0410-b734-77272b80c875,b1010a0a-674b-0410-b734-77272b80c875,* main,True,ivancrneto_pymox,ivancrneto/pymox,https://github.com/ivancrneto/pymox +6bab5a984fe9c52f62344fda5b48c6986e287d42,Marcin Owsiany,marcin@owsiany.pl,2014-02-12 20:45:51+00:00,Marcin Owsiany,marcin@owsiany.pl,2014-02-12 20:45:51+00:00,False,owsiany,owsiany,* master,True,porridge_bambam,porridge/bambam,https://github.com/porridge/bambam +bf7df79e521c9465f09aa02609afda5ea1d486c3,Sergei Lebedev,superbobry@gmail.com,2011-06-21 13:14:59+04:00,Sergei Lebedev,superbobry@gmail.com,2011-06-21 09:14:59+00:00,False,gmail,gmail,* master,True,selectel_pyte,selectel/pyte,https://github.com/selectel/pyte +54311d628359668261c31b62e475f53552bd964a,hierro,hierro,2001-07-19 02:07:05+00:00,hierro,hierro,2001-07-19 02:07:05+00:00,False,hierro,hierro,* master,True,CheetahTemplate3_cheetah3.git,CheetahTemplate3/cheetah3.git,https://github.com/CheetahTemplate3/cheetah3.git +db713885095ed2efb41770177723da743173259b,Andrew Kelley,superjoe30@gmail.com,2015-06-30 13:49:36-07:00,Andrew Kelley,superjoe30@gmail.com,2015-06-30 20:49:36+00:00,False,gmail,gmail,* master,True,andrewrk_libsoundio.git,andrewrk/libsoundio.git,https://github.com/andrewrk/libsoundio.git +fec2cba77c3fd7b03208c176fdc158171358f2ba,joewing,joewing@bf56b5d7-0a00-0410-944b-a2e577eab32f,2005-09-05 19:01:43+00:00,joewing,joewing@bf56b5d7-0a00-0410-944b-a2e577eab32f,2005-09-05 19:01:43+00:00,False,bf56b5d7-0a00-0410-944b-a2e577eab32f,bf56b5d7-0a00-0410-944b-a2e577eab32f,* master,True,joewing_jwm,joewing/jwm,https://github.com/joewing/jwm +4d692be84143f4231a413ee77cae1ddd4e831018,Buddy Burden,barefootcoder@gmail.com,2013-06-03 18:21:54-07:00,Buddy Burden,barefootcoder@gmail.com,2013-06-04 01:21:54+00:00,False,gmail,gmail,* master,True,evalEmpire_method-signatures.git,evalEmpire/method-signatures.git,https://github.com/evalEmpire/method-signatures.git +e326c5d3902f7f617f8d415b82727d133267cd69,Markus Mottl,markus.mottl@gmail.com,2009-07-12 19:43:24-04:00,Markus Mottl,markus.mottl@gmail.com,2009-07-12 23:43:24+00:00,False,gmail,gmail,* master,True,mmottl_gsl-ocaml.git,mmottl/gsl-ocaml.git,https://github.com/mmottl/gsl-ocaml.git +da2ef71f6d1dc07a8f5baf27d13acebb41ed86dd,Masashi Toyoda,mtoyoda@acm.org,2013-05-05 04:06:48+09:00,Masashi Toyoda,mtoyoda@acm.org,2013-05-04 19:06:48+00:00,False,acm,acm,* master,True,mtoyoda_sl,mtoyoda/sl,https://github.com/mtoyoda/sl +23e95865ed9277b5b0b3222b801c975e2227fba4,jmvalin,jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800,2002-02-19 02:43:23+00:00,jmvalin,jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800,2002-02-19 02:43:23+00:00,False,0101bb08-14d6-0310-b084-bc0e0c8e3800,0101bb08-14d6-0310-b084-bc0e0c8e3800,* master,True,xiph_speex.git,xiph/speex.git,https://gitlab.xiph.org/xiph/speex.git +9f4d3e3a6b46ffd7aa8cf6667b7dc2b140e132ab,sabine,sabine@d90d2d48-2b33-0410-a973-e72f85796a02,2009-05-05 08:52:27+00:00,sabine,sabine@d90d2d48-2b33-0410-a973-e72f85796a02,2009-05-05 08:52:27+00:00,False,d90d2d48-2b33-0410-a973-e72f85796a02,d90d2d48-2b33-0410-a973-e72f85796a02,* master,True,bcdev_epr-api,bcdev/epr-api,https://github.com/bcdev/epr-api +4c7e0d8d3e92d895e7a782a1be564d949b2a46b3,Neil Bowers,neil@bowers.com,2001-02-08 10:55:57-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-11 23:49:56+00:00,False,bowers,pobox,* master,True,neilb_Graph-ReadWrite.git,neilb/Graph-ReadWrite.git,https://github.com/neilb/Graph-ReadWrite.git +c9622df7ead854f01d64a032b61d0f5db7f9fe55,Alex Zepeda,zipzippy@sonic.net,1998-07-12 03:58:21+00:00,Alex Zepeda,zipzippy@sonic.net,1998-07-12 03:58:21+00:00,False,sonic,sonic,* master,True,konquest.git,konquest.git,https://anongit.kde.org/konquest.git +6d5680f733ce6bc1ee6bf60dd6d2e4b427ada70c,Andrzej,ndrwrdck@gmail.com,2014-04-24 23:32:18+01:00,Andrzej,ndrwrdck@gmail.com,2014-04-24 22:32:18+00:00,False,gmail,gmail,* master,True,panel-plugins_xfce4-pulseaudio-plugin,panel-plugins/xfce4-pulseaudio-plugin,https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin +433e9a18cdd9f15a4166cd758f34c34b14579016,Dan Williams,dcbw@redhat.com,2008-12-11 19:50:59+00:00,Dan Williams,dcbw@src.gnome.org,2008-12-11 19:50:59+00:00,False,redhat,src,* main,True,GNOME_NetworkManager-openvpn,GNOME/NetworkManager-openvpn,https://gitlab.gnome.org/GNOME/NetworkManager-openvpn +cf72cbc5d1c0cfadbfd000d11d91bb128dd8ec5f,Cory Benfield,lukasaoz@gmail.com,2015-04-13 10:27:06-04:00,Cory Benfield,lukasaoz@gmail.com,2015-04-13 14:27:06+00:00,False,gmail,gmail,* master,True,python-hyper_hpack,python-hyper/hpack,https://github.com/python-hyper/hpack +978dc0d44b3ab9c0a80f3ec7b9dd95939f2b6181,Simo Sorce,simo@redhat.com,2013-07-18 22:36:58-04:00,Simo Sorce,simo@redhat.com,2013-07-19 12:31:49+00:00,False,redhat,redhat,* main,True,gssapi_gss-ntlmssp,gssapi/gss-ntlmssp,https://github.com/gssapi/gss-ntlmssp +2ebf9466b1afb35aba891e45560c2454ae730d1e,Robert Tari,robert@tari.in,2020-10-11 17:10:23+02:00,Robert Tari,robert@tari.in,2020-10-11 15:10:23+00:00,False,tari,tari,* main,True,tari01_caja-rename,tari01/caja-rename,https://github.com/tari01/caja-rename +bbc0f6354a5f9e9b9637c91290ed1f4fa895849c,Lukáš Lalinský,lalinsky@gmail.com,2010-07-24 22:27:20+02:00,Lukáš Lalinský,lalinsky@gmail.com,2010-07-24 20:27:20+00:00,False,gmail,gmail,* master,True,acoustid_chromaprint,acoustid/chromaprint,https://github.com/acoustid/chromaprint +67fb537e5cda0bd97ec00358694c4902ec2be5e3,Matt Newville,newville@cars.uchicago.edu,2012-03-31 18:00:55-05:00,Matt Newville,newville@cars.uchicago.edu,2012-03-31 23:00:55+00:00,False,cars,cars,* master,True,newville_asteval.git,newville/asteval.git,https://github.com/newville/asteval.git +a4445f05f79e2e0090bf19d1d4d3c7e30a0bd7e1,Alex Grönholm,alex.gronholm@nextday.fi,2017-12-01 00:42:35+02:00,Alex Grönholm,alex.gronholm@nextday.fi,2017-11-30 22:42:35+00:00,False,nextday,nextday,* master,True,agronholm_pythonfutures.git,agronholm/pythonfutures.git,https://github.com/agronholm/pythonfutures.git +c3bd2439d2232563d558698527a96c0b92b9e429,David Eriksson,david+github@2good.nu,2003-08-09 21:25:49+00:00,David Eriksson,david+github@2good.nu,2003-08-09 21:25:49+00:00,False,2good,2good,* main,True,twogood_unshield.git,twogood/unshield.git,https://github.com/twogood/unshield.git +22e8e68f673604ca0616d025c326ac37b800d2a7,Jason Ish,ish@unx.ca,2017-11-02 07:03:16-06:00,Jason Ish,ish@unx.ca,2017-11-02 13:09:12+00:00,False,unx,unx,* master,True,OISF_suricata-update,OISF/suricata-update,https://github.com/OISF/suricata-update +b79cab5eecc0e84bc860f8dd25973c44ea094ab0,أحمد المحمودي (Ahmed El-Mahmoudy),aelmahmoudy@sabily.org,2011-10-08 22:26:47+02:00,أحمد المحمودي (Ahmed El-Mahmoudy),aelmahmoudy@sabily.org,2011-10-08 20:26:47+00:00,False,sabily,sabily,* master,True,aelmahmoudy_libitl-gobject.git,aelmahmoudy/libitl-gobject.git,https://github.com/aelmahmoudy/libitl-gobject.git +2d3b0f433ae3fd74f0075d4b1627cddeae92e805,alexei,hello@alexei.ro,2013-04-02 20:43:49+03:00,alexei,hello@alexei.ro,2013-04-02 17:43:49+00:00,False,alexei,alexei,* master,True,alexei_sprintf.js,alexei/sprintf.js,https://github.com/alexei/sprintf.js +198131826b14b4a8de6a8b8b7e5fc28a7221aad6,Alexander Iliev,sasoiliev@mamul.org,2004-05-23 08:44:20+00:00,Alexander Iliev,sasoiliev@mamul.org,2004-05-23 08:44:20+00:00,False,mamul,mamul,* master,True,panel-plugins_xfce4-xkb-plugin,panel-plugins/xfce4-xkb-plugin,https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin +cc00a157703d5da61b9ffc29a80077c4aafa0277,Jason Evans,jasone@canonware.com,2009-06-25 18:06:48-07:00,Jason Evans,jasone@canonware.com,2009-06-26 01:06:48+00:00,False,canonware,canonware,* dev,True,jemalloc_jemalloc,jemalloc/jemalloc,https://github.com/jemalloc/jemalloc +1454981ac5f4f7ea8fe741a8125efbf0b09497ea,Marco Baringer,mb@bese.it,2005-07-20 10:43:55+02:00,Marco Baringer,mb@bese.it,2005-07-20 08:43:55+00:00,False,bese,bese,* master,True,sionescu_fiveam.git,sionescu/fiveam.git,https://github.com/sionescu/fiveam.git +f53ece6fd1c513db38a8d27d5f2d0ee4c522f9e3,Clement Lefebvre,clement.lefebvre@linuxmint.com,2017-04-20 18:11:24+02:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2017-04-20 16:11:24+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_python3-xapp.git,linuxmint/python3-xapp.git,https://github.com/linuxmint/python3-xapp.git +ddb03523bc47fac83799f0041e80912bc57ea626,Peter Ohler,ohler@mac.com,2011-02-09 18:29:45+09:00,Peter Ohler,ohler@mac.com,2011-02-09 09:29:45+00:00,False,mac,mac,* develop,True,ohler55_ox.git,ohler55/ox.git,https://github.com/ohler55/ox.git +a6cbdbd02205e3d39b62262aa29bc2bd70be99ac,Matt Hickford,matt.hickford@gmail.com,2014-05-26 02:06:11-07:00,Matt Hickford,matt.hickford@gmail.com,2014-05-26 09:06:11+00:00,False,gmail,gmail,* main,True,hickford_MechanicalSoup,hickford/MechanicalSoup,https://github.com/hickford/MechanicalSoup +03f009b606101cdeebc79437c75eb38e38d0ee38,Laci Ladanyi,ladanyi@us.ibm.com,2008-01-07 01:46:09+00:00,Laci Ladanyi,ladanyi@us.ibm.com,2008-01-07 01:46:09+00:00,False,us,us,* master,True,coin-or_CoinUtils,coin-or/CoinUtils,https://github.com/coin-or/CoinUtils +c661eb244ccd45586b9646fab9c79cc8af63bc1a,Steeve Morin,steeve.morin@gmail.com,2012-01-31 12:07:56+01:00,Steeve Morin,steeve.morin@gmail.com,2012-01-31 11:07:56+00:00,False,gmail,gmail,* master,True,python-lz4_python-lz4.git,python-lz4/python-lz4.git,https://github.com/python-lz4/python-lz4.git +b15b3484c848871e9dc713556ac567d136a6553f,Tomas Lindquist Olsen,tomas.l.olsen@gmail.com,2008-01-11 17:57:40+01:00,Tomas Lindquist Olsen,tomas.l.olsen@gmail.com,2008-01-11 16:57:40+00:00,False,gmail,gmail,* master,True,ldc-developers_ldc,ldc-developers/ldc,https://github.com/ldc-developers/ldc +d3893f8b43af419470da3c412d013e590941cf56,Jeremy Finzel (jfinzel),jfinzel@enova.com,2017-05-01 09:03:19-05:00,Jeremy Finzel (jfinzel),jfinzel@enova.com,2017-05-01 14:03:19+00:00,False,enova,enova,* master,True,enova_pgl_ddl_deploy.git,enova/pgl/ddl/deploy.git,https://github.com/enova/pgl_ddl_deploy.git +dff47d2f8b9bcea6fff530dc0cf88b72dc01ff52,Matthias Kretz,kretz@kde.org,2010-06-14 17:25:08+02:00,Matthias Kretz,kretz@kde.org,2010-06-14 15:41:41+00:00,False,kde,kde,* 1.4,True,VcDevel_Vc,VcDevel/Vc,https://github.com/VcDevel/Vc +d094a1c776be12bfecb6f2440c45121839f0dffc,vpeil,vitali.peil@uni-bielefeld.de,2013-06-10 16:22:32+02:00,vpeil,vitali.peil@uni-bielefeld.de,2013-06-10 14:22:32+00:00,False,uni-bielefeld,uni-bielefeld,* main,True,LibreCat_Catmandu-Atom.git,LibreCat/Catmandu-Atom.git,https://github.com/LibreCat/Catmandu-Atom.git +8e0998a0ce26c7d91c3697e439ec9148a768ea55,Josh Suereth,joshua.suereth@gmail.com,2015-03-25 08:40:15-04:00,Josh Suereth,joshua.suereth@gmail.com,2015-03-25 12:40:15+00:00,False,gmail,gmail,* 1.x,True,sbt_launcher.git,sbt/launcher.git,https://github.com/sbt/launcher.git +f3e255ddca6468b6adea0f10f30540c37cdde9ad,N.N.,federico__@users.sourceforge.net,2007-09-18 17:19:03+00:00,N.N.,federico__@users.sourceforge.net,2007-09-18 17:19:03+00:00,False,users,users,* main,True,pd-externals_tclpd.git,pd-externals/tclpd.git,https://github.com/pd-externals/tclpd.git +8af643a796662fd6a1d55e0f86f13160bb36b76c,Matteo Spinelli,matteo@cubiq.org,2013-05-24 16:31:25+02:00,Matteo Spinelli,matteo@cubiq.org,2013-05-24 14:31:25+00:00,False,cubiq,cubiq,* master,True,cubiq_iscroll,cubiq/iscroll,https://github.com/cubiq/iscroll +27b10ae65d5d81e17aea3d8981e21f85033c9de8,Marius Gedminas,marius@gedmin.as,2004-09-08 17:38:39+00:00,Marius Gedminas,marius@gedmin.as,2004-09-08 17:38:39+00:00,False,gedmin,gedmin,* master,True,gtimelog_gtimelog,gtimelog/gtimelog,https://github.com/gtimelog/gtimelog +8c04823b28dc96d0ab756bd29ee5f7da8efc164c,Rodrigo Moya,rodrigo@src.gnome.org,2000-08-10 09:32:56+00:00,Rodrigo Moya,rodrigo@src.gnome.org,2000-08-10 09:32:56+00:00,False,src,src,* master,True,GNOME_libgda,GNOME/libgda,https://gitlab.gnome.org/GNOME/libgda +b55acc34f0df54a48665eb3fbc7d9eb024dd7cb2,Chmouel Boudjnah,chmouel@chmouel.com,2012-05-08 11:17:04+01:00,Chmouel Boudjnah,chmouel@chmouel.com,2012-05-08 12:09:17+00:00,False,chmouel,chmouel,* master,True,openstack_python-swiftclient.git,openstack/python-swiftclient.git,https://github.com/openstack/python-swiftclient.git +7b41a192d7a97ab2c7cc3bdccafce1b2dab54db6,Stein Magnus Jodal,stein.magnus@jodal.no,2009-12-23 15:26:50+01:00,Stein Magnus Jodal,stein.magnus@jodal.no,2009-12-23 14:26:50+00:00,False,jodal,jodal,* main,True,mopidy_mopidy,mopidy/mopidy,https://github.com/mopidy/mopidy +d6b922b31cb6c308d72cbe79d4da9ff34c1c24bd,Sean Cribbs,sean@basho.com,2012-06-01 16:01:38+02:00,Sean Cribbs,sean@basho.com,2012-06-01 14:01:38+00:00,False,basho,basho,* master,True,basho_innertube.git,basho/innertube.git,https://github.com/basho/innertube.git +39450b89ebe66f32f1f6a1f00d704043ac34c038,Ahmad Amireh,ahmad.amireh@gmail.com,2012-06-28 15:02:58+03:00,Ahmad Amireh,ahmad.amireh@gmail.com,2012-06-28 12:02:58+00:00,False,gmail,gmail,* master,True,amireh_lua_cliargs,amireh/lua/cliargs,https://github.com/amireh/lua_cliargs +6d414fd30f755b5c31b5d4a4b1a5549974edecfd,Hernan Grecco,hernan.grecco@gmail.com,2014-09-03 11:48:42-03:00,Hernan Grecco,hernan.grecco@gmail.com,2014-09-03 14:48:42+00:00,False,gmail,gmail,* main,True,pyvisa_pyvisa-py.git,pyvisa/pyvisa-py.git,https://github.com/pyvisa/pyvisa-py.git +0354725532139c397a1d0c3fb1f8b26c5da3f564,lovesnow,houshao55@gmail.com,2012-02-14 10:16:55+08:00,lovesnow,houshao55@gmail.com,2012-02-14 02:16:55+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-music,linuxdeepin/deepin-music,https://github.com/linuxdeepin/deepin-music +ad83f63492fb91e7f8120fb78a01acee5b29c386,The Android Open Source Project,initial-contribution@android.com,2008-10-21 07:00:00-07:00,The Android Open Source Project,initial-contribution@android.com,2008-10-21 14:00:00+00:00,False,android,android,* main,True,platform_libnativehelper,platform/libnativehelper,https://android.googlesource.com/platform/libnativehelper +040c0a7ebbdd057cc3d5a950053fd4f7fa5a1927,onestone,onestone,2007-03-05 17:40:18+00:00,onestone,onestone,2007-03-05 17:40:18+00:00,False,onestone,onestone,* master,True,compiz_compiz-bcop.git,compiz/compiz-bcop.git,https://gitlab.com/compiz/compiz-bcop.git +5a153ea2cbb46678f26884465af73e81bd3716e5,Colin Walters,walters@verbum.org,2013-04-25 18:34:25-04:00,Colin Walters,walters@verbum.org,2013-04-25 22:34:25+00:00,False,verbum,verbum,* master,True,GNOME_gnome-desktop-testing,GNOME/gnome-desktop-testing,https://gitlab.gnome.org/GNOME/gnome-desktop-testing +4127f425fbb170317bf14f36240d91b0fe529dcc,reho,reho,2005-05-10 21:37:59+00:00,reho,reho,2005-05-10 21:37:59+00:00,False,reho,reho,* master,True,prehor_amavisd-milter,prehor/amavisd-milter,https://github.com/prehor/amavisd-milter +da312430ad0a5764cd99ac4c07fd260fa7ebce81,Jongwook Choi,wookayin@gmail.com,2016-04-24 19:57:23+09:00,Jongwook Choi,wookayin@gmail.com,2016-04-24 10:57:23+00:00,False,gmail,gmail,* master,True,wookayin_gpustat,wookayin/gpustat,https://github.com/wookayin/gpustat +5cab9552630928d9ed8c3f5ec85cfa0fe894e323,Lukáš Tinkl,lukas@kde.org,2013-06-11 16:13:30+02:00,Lukáš Tinkl,lukas@kde.org,2013-06-11 14:13:30+00:00,False,kde,kde,* master,True,plasma_plasma-nm.git,plasma/plasma-nm.git,https://invent.kde.org/plasma/plasma-nm.git +34e918d40d39a2db143d851eeb64f6a1d275d246,Daniel Elstner,danielk@openismus.com,2010-06-22 22:17:35+02:00,Daniel Elstner,danielk@openismus.com,2010-06-22 23:55:10+00:00,False,openismus,openismus,* master,True,GNOME_atkmm.git,GNOME/atkmm.git,https://gitlab.gnome.org/GNOME/atkmm.git +e65c12da5f0b2d2c3531d790953b5d288c03b4a7,Dan Williams,dcbw@src.gnome.org,2007-02-02 15:37:33+00:00,Dan Williams,dcbw@src.gnome.org,2007-02-02 15:37:33+00:00,False,src,src,* main,True,GNOME_network-manager-applet,GNOME/network-manager-applet,https://gitlab.gnome.org/GNOME/network-manager-applet +26648af4457a48234f5cbae19e174555bef516c9,Andreas Prlic,andreas.prlic@gmail.com,2009-09-15 15:52:24+00:00,Andreas Prlic,andreas.prlic@gmail.com,2009-09-15 15:52:24+00:00,False,gmail,gmail,* master,True,biojava_biojava.git,biojava/biojava.git,https://github.com/biojava/biojava.git +3250e195fe7aab38b6ea09a45718280ff0301e3b,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-02-12 14:28:27-02:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-02-12 16:28:27+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_scrot,resurrecting-open-source-projects/scrot,https://github.com/resurrecting-open-source-projects/scrot +83e03b1284ea36f37a24571abd6442a267408360,Bozhidar Batsov,bozhidar@batsov.com,2015-12-20 14:30:11+02:00,Bozhidar Batsov,bozhidar@batsov.com,2015-12-20 12:30:11+00:00,False,batsov,batsov,* master,True,bbatsov_persp-projectile.git,bbatsov/persp-projectile.git,https://github.com/bbatsov/persp-projectile.git +d061f4ae870692445c4fb190c9ca6c64cb05fd41,Martin Renold,martinxyz@gmx.ch,2009-10-23 21:34:52+02:00,Martin Renold,martinxyz@gmx.ch,2009-10-23 19:34:52+00:00,False,gmx,gmx,* master,True,mypaint_libmypaint,mypaint/libmypaint,https://github.com/mypaint/libmypaint +1788a049dcaacbc9b81e44b3d3745a8e2c26df3a,Brian Brazil,brian.brazil@robustperception.io,2015-09-05 18:37:28+01:00,Brian Brazil,brian.brazil@robustperception.io,2015-09-05 17:37:28+00:00,False,robustperception,robustperception,* master,True,prometheus_blackbox_exporter,prometheus/blackbox/exporter,https://github.com/prometheus/blackbox_exporter +dae594c8218243f98593eba242253656aeb796ec,chahuistle,delagarza@gmail.com,2014-02-18 02:42:10-08:00,chahuistle,delagarza@gmail.com,2014-02-18 10:42:10+00:00,False,gmail,gmail,* master,True,WorkflowConversion_CTDConverter,WorkflowConversion/CTDConverter,https://github.com/WorkflowConversion/CTDConverter +4becf6f9e596b45401680c4947e2d92c953d5e08,root,none@none,2006-04-26 10:48:09+00:00,root,none@none,2006-04-26 10:48:09+00:00,False,none,none,* main,True,PyCQA_pylint.git,PyCQA/pylint.git,https://github.com/PyCQA/pylint.git +be8f0becf150fa8e45b81cba0c51609ce2b2fb76,Dave Hall,dave@etianen.com,2015-01-14 18:16:50+00:00,Dave Hall,dave@etianen.com,2015-01-14 18:16:50+00:00,False,etianen,etianen,* master,True,etianen_django-python3-ldap,etianen/django-python3-ldap,https://github.com/etianen/django-python3-ldap +719f0a35063be88eddcc4ed8fe7a940de47ef20c,mueller,mueller@afe2bf4a-e733-0410-8a33-86f594647bc7,1999-12-15 19:25:10+00:00,mueller,mueller@afe2bf4a-e733-0410-8a33-86f594647bc7,1999-12-15 19:25:10+00:00,False,afe2bf4a-e733-0410-8a33-86f594647bc7,afe2bf4a-e733-0410-8a33-86f594647bc7,* master,True,doxygen_doxygen.git,doxygen/doxygen.git,https://github.com/doxygen/doxygen.git +6ea7380efbaf84210a1e3cc8dd623dcb50734d14,Gobinath,slgobinath@gmail.com,2016-10-15 09:41:27+05:30,Gobinath,slgobinath@gmail.com,2016-10-15 04:11:27+00:00,False,gmail,gmail,* master,True,slgobinath_SafeEyes.git,slgobinath/SafeEyes.git,https://github.com/slgobinath/SafeEyes.git +2dedc8b7f1eb54d5034dc1f8384b67fe7de0fa18,pnda,43609023+spnda@users.noreply.github.com,2019-04-06 00:50:51+02:00,Ingo von Borstel,github@planetmaker.de,2019-04-05 22:50:51+00:00,False,users,planetmaker,* master,True,OpenTTD_OpenGFX.git,OpenTTD/OpenGFX.git,https://github.com/OpenTTD/OpenGFX.git +b84821f7f8734463715d307836d38b17d89b4fff,David MacMahon,davidm@astro.berkeley.edu,2009-09-18 18:22:00+00:00,David MacMahon,davidm@astro.berkeley.edu,2009-09-18 18:22:00+00:00,False,astro,astro,* master,True,masa16_ruby-pgplot,masa16/ruby-pgplot,https://github.com/masa16/ruby-pgplot +00b2dad448f31a8f4e70eb1148beab7034cc67f2,ZerBea,ZeroBeat@gmx.de,2018-02-25 09:18:41+01:00,GitHub,noreply@github.com,2018-02-25 08:18:41+00:00,False,gmx,github,* master,True,ZerBea_hcxdumptool,ZerBea/hcxdumptool,https://github.com/ZerBea/hcxdumptool +bd66e954738af7fec08cf788979757bcbc3450ba,berrange@roquette.boston.redhat.com,berrange@roquette.boston.redhat.com,2006-03-29 06:40:14-05:00,berrange@roquette.boston.redhat.com,berrange@roquette.boston.redhat.com,2006-03-29 11:40:14+00:00,False,roquette,roquette,* main,True,virt-manager_virt-manager,virt-manager/virt-manager,https://github.com/virt-manager/virt-manager +19b55a2af145fe769d76f7518eacabc5ff0e9dae,Sridhar Samudrala,sridhar@w-sridhar2.beaverton.ibm.com,2005-06-24 15:43:21-07:00,Sridhar Samudrala,sridhar@w-sridhar2.beaverton.ibm.com,2005-06-24 22:43:21+00:00,False,w-sridhar2,w-sridhar2,* master,True,sctp_lksctp-tools,sctp/lksctp-tools,https://github.com/sctp/lksctp-tools +65112058afb52a7a9345f24b8735dcba7df1f871,David Heinemeier Hansson,david@loudthinking.com,2011-11-27 15:02:46+01:00,David Heinemeier Hansson,david@loudthinking.com,2011-11-27 14:02:46+00:00,False,loudthinking,loudthinking,* main,True,rails_jbuilder,rails/jbuilder,https://github.com/rails/jbuilder +6fcdb2af5fd3f432dd9e17ab82dd9a184e5a8c60,Justus Winter,4winter@informatik.uni-hamburg.de,2011-10-08 06:08:08+02:00,Justus Winter,4winter@informatik.uni-hamburg.de,2011-10-08 04:08:08+00:00,False,informatik,informatik,* master,True,afewmail_afew,afewmail/afew,https://github.com/afewmail/afew +1cfb345ffb437f5c93af84f6c9e3ccecbab375eb,hadley,h.wickham@gmail.com,2015-02-17 16:31:54-06:00,hadley,h.wickham@gmail.com,2015-02-17 22:32:33+00:00,False,gmail,gmail,* main,True,r-lib_xml2,r-lib/xml2,https://github.com/r-lib/xml2 +7fb63e3aa61f1934d5df586d0e98b4981ee4eb33,Dusty Mabe,dusty@dustymabe.com,2016-02-27 15:09:48-05:00,Dusty Mabe,dusty@dustymabe.com,2016-02-27 20:09:48+00:00,False,dustymabe,dustymabe,* main,True,dustymabe_vagrant-sshfs,dustymabe/vagrant-sshfs,https://github.com/dustymabe/vagrant-sshfs +20b259a3e4e4903dbe5ded25bd7b4b8884e397fc,Harry Marr,harry.marr@gmail.com,2009-11-22 23:40:06+00:00,Harry Marr,harry.marr@gmail.com,2009-11-22 23:40:06+00:00,False,gmail,gmail,* master,True,mongoengine_flask-mongoengine,mongoengine/flask-mongoengine,https://github.com/mongoengine/flask-mongoengine +a349916187b05b700e56d1a88feb5136ff7542ad,Neil Bowers,neil@bowers.com,2014-07-17 18:07:50+01:00,Neil Bowers,neil@bowers.com,2014-07-17 17:07:50+00:00,False,bowers,bowers,* master,True,neilbowers_Test-Pod-Coverage,neilbowers/Test-Pod-Coverage,https://github.com/neilbowers/Test-Pod-Coverage +1b4e2291c801156fe9814d3641af63ebbee82499,Daniel Smith,dgasmith@icloud.com,2017-11-01 15:39:47-04:00,GitHub,noreply@github.com,2017-11-01 19:39:47+00:00,False,icloud,github,* master,True,dgasmith_gau2grid,dgasmith/gau2grid,https://github.com/dgasmith/gau2grid +96fede517c1349cc541e0628883274e73cdde3bb,David Lutterkort,dlutter@redhat.com,2007-11-12 12:08:24-08:00,David Lutterkort,dlutter@redhat.com,2007-11-12 20:08:24+00:00,False,redhat,redhat,* master,True,libvirt_libvirt-ruby.git,libvirt/libvirt-ruby.git,https://gitlab.com/libvirt/libvirt-ruby.git +f8f781f142da676b9756eeb4ba11135d989cfdba,Sandro Mani,manisandro@gmail.com,2013-04-21 02:17:14+02:00,Sandro Mani,manisandro@gmail.com,2013-04-21 00:17:14+00:00,False,gmail,gmail,* master,True,manisandro_gImageReader,manisandro/gImageReader,https://github.com/manisandro/gImageReader +b7f41d620c6431521cd3667b7ed2ed1d9d2127e7,Philip Greggory Lee,rocketman768@gmail.com,2009-01-14 23:38:47+00:00,Philip Greggory Lee,rocketman768@gmail.com,2009-01-14 23:38:47+00:00,False,gmail,gmail,* develop,True,Brewtarget_brewtarget.git,Brewtarget/brewtarget.git,https://github.com/Brewtarget/brewtarget.git +b320f6de5689bf2b5115aaf5c8b0fb40f5b56feb,Erik Ekman,yarrick@kryo.se,2006-06-23 08:54:47+00:00,Erik Ekman,yarrick@kryo.se,2006-06-23 08:54:47+00:00,False,kryo,kryo,* master,True,yarrick_iodine.git,yarrick/iodine.git,https://github.com/yarrick/iodine.git +58fc223acb28bcb5d87ea79e79a6ca80ea98258e,Chad Versace,chad.versace@linux.intel.com,2012-02-22 21:27:00-08:00,Chad Versace,chad.versace@linux.intel.com,2012-04-08 19:37:33+00:00,False,linux,linux,* master,True,mesa_waffle.git,mesa/waffle.git,https://gitlab.freedesktop.org/mesa/waffle.git +a13e1a64b71f97e84269c0eaf0063eed237f529e,Jari Aalto,jari.aalto@cante.net,2010-03-18 11:22:08+02:00,Jari Aalto,jari.aalto@cante.net,2010-03-18 09:22:08+00:00,False,cante,cante,* master,True,jaalto_project--perl-depends.git,jaalto/project--perl-depends.git,https://github.com/jaalto/project--perl-depends.git +bba7c1961b43afcbe30097fc3fbbf6c53c57b1ac,Michael Prokop,mika@grml.org,2014-04-19 02:13:15+02:00,Michael Prokop,mika@grml.org,2014-04-19 00:13:15+00:00,False,grml,grml,* master,True,grml_grml-debootstrap,grml/grml-debootstrap,https://github.com/grml/grml-debootstrap +ecfd5f0b2aacb0dd4d4c50676001915d661831a0,Marc G. Fournier,scrappy@postgresql.org,1998-01-25 06:09:34+00:00,Marc G. Fournier,scrappy@postgresql.org,1998-01-25 06:09:34+00:00,False,postgresql,postgresql,* main,True,PyGreSQL_PyGreSQL,PyGreSQL/PyGreSQL,https://github.com/PyGreSQL/PyGreSQL +e595658db368133191f52470a240eaf60af38d1f,rncbc,rncbc@6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,2003-10-30 22:26:47+00:00,rncbc,rncbc@6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,2003-10-30 22:26:47+00:00,False,6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,* main,True,rncbc_qsynth.git,rncbc/qsynth.git,https://github.com/rncbc/qsynth.git +547a4d4c6f2ebf5132ab6dd978a30716869b8598,Michael E Brown,michael_e_brown@dell.com,2007-05-15 15:00:18-05:00,Michael E Brown,michael_e_brown@dell.com,2007-05-15 20:00:18+00:00,False,dell,dell,* master,True,dell_libsmbios,dell/libsmbios,https://github.com/dell/libsmbios +bdeb5d24336f001a0e3d38894eb89af192c0d2d1,Roman Diouskine,rdiouskine@haivision.com,2017-04-21 18:42:56-04:00,Roman Diouskine,rdiouskine@haivision.com,2017-04-21 22:42:56+00:00,False,haivision,haivision,* master,True,Haivision_srt.git,Haivision/srt.git,https://github.com/Haivision/srt.git +4862b3af01d6db6794f9207e72e077709b1c605c,Uwe Tews,uwe.tews@googlemail.com,2014-12-15 19:07:19+01:00,Uwe Tews,uwe.tews@googlemail.com,2014-12-15 18:07:19+00:00,False,googlemail,googlemail,* master,True,smarty-php_smarty-lexer.git,smarty-php/smarty-lexer.git,https://github.com/smarty-php/smarty-lexer.git +c018b7cf5e1e7960e968d73ad9e05f4a05f76e6f,Jakob Voss,voss@gbv.de,2014-10-23 21:26:18+02:00,Jakob Voss,voss@gbv.de,2014-10-23 19:34:21+00:00,False,gbv,gbv,* master,True,nichtich_Pandoc-Elements.git,nichtich/Pandoc-Elements.git,https://github.com/nichtich/Pandoc-Elements.git +af735f20e7f7ce8e7f1458dd341faff4e47ada96,Lorenzo Gil Sanchez,lgs@yaco.es,2010-12-24 09:26:41+01:00,Lorenzo Gil Sanchez,lgs@yaco.es,2010-12-24 08:26:41+00:00,False,yaco,yaco,* master,True,IdentityPython_djangosaml2,IdentityPython/djangosaml2,https://github.com/IdentityPython/djangosaml2 +ef9f99371757ae9a85b4d9b148c954d79988de90,patrick-g2,patrickg.github@free.fr,2021-01-23 17:06:11+01:00,patrick-g2,patrickg.github@free.fr,2021-01-23 16:06:11+00:00,False,free,free,* master,True,YJesus_Unhide.git,YJesus/Unhide.git,https://github.com/YJesus/Unhide.git +d249f5aef19f99095546d918e1f819f3833f01e2,Bastian Venthur,venthur@debian.org,2018-10-14 18:24:18+02:00,Bastian Venthur,venthur@debian.org,2018-10-14 16:24:18+00:00,False,debian,debian,* master,True,venthur_dotenv-cli,venthur/dotenv-cli,https://github.com/venthur/dotenv-cli +89c12531e92a34fc2ae939e698c3674345ada033,Abdelkader Boudih,terminale@gmail.com,2015-01-06 15:29:20+00:00,Abdelkader Boudih,terminale@gmail.com,2015-01-06 15:29:20+00:00,False,gmail,gmail,* master,True,state-machines_state_machines-activerecord,state-machines/state/machines-activerecord,https://github.com/state-machines/state_machines-activerecord +535a5201692daa11aab51232e8b25c91963376f7,peter,peter,2001-10-07 14:47:40+00:00,peter,peter,2001-10-07 14:47:40+00:00,False,peter,peter,* master,True,pbiering_ipv6calc,pbiering/ipv6calc,https://github.com/pbiering/ipv6calc +ed145eb9c5f99f2e02a65f4641c084c1b8b9ada9,Edzer Pebesma,edzer.pebesma@uni-muenster.de,2015-12-19 11:23:36+01:00,Edzer Pebesma,edzer.pebesma@uni-muenster.de,2015-12-19 10:23:36+00:00,False,uni-muenster,uni-muenster,* main,True,edzer_sp.git,edzer/sp.git,https://github.com/edzer/sp.git +1b53cb8802f4e7de35f5f3e794bfffdaa70a03bc,Damien Cassou,damien@cassou.me,2015-05-29 13:11:10+02:00,Damien Cassou,damien@cassou.me,2015-05-29 11:11:10+00:00,False,cassou,cassou,* master,True,DamienCassou_beginend.git,DamienCassou/beginend.git,https://github.com/DamienCassou/beginend.git +99f11056283833cb40b9d1a06a395ec1f753b8ad,joye,joye,2009-09-03 17:37:54+00:00,joye,joye,2009-09-03 17:37:54+00:00,False,joye,joye,* master,True,wjoye_tclsignal,wjoye/tclsignal,https://github.com/wjoye/tclsignal +1e8ef1a116556604d6c60eaaf8ed634ef54f0e2b,hadess,hadess@users.noreply.github.com,2014-07-09 15:57:16+02:00,hadess,hadess@users.noreply.github.com,2014-07-09 13:57:16+00:00,False,users,users,* master,True,hadess_iio-sensor-proxy,hadess/iio-sensor-proxy,https://gitlab.freedesktop.org/hadess/iio-sensor-proxy +aaa393e8a77b8329faff65d7c48b29033d695824,carlio,git@carlcrowder.com,2013-10-04 23:47:06-07:00,carlio,git@carlcrowder.com,2013-10-05 06:47:06+00:00,False,carlcrowder,carlcrowder,* master,True,PyCQA_pylint-plugin-utils.git,PyCQA/pylint-plugin-utils.git,https://github.com/PyCQA/pylint-plugin-utils.git +2a2f1a3d054a4ebf21bde00472dec441f2a7ac8a,Benji York,benji@benjiyork.com,2008-10-17 21:31:23+00:00,Benji York,benji@benjiyork.com,2008-10-17 21:31:23+00:00,False,benjiyork,benjiyork,* master,True,benji-york_manuel,benji-york/manuel,https://github.com/benji-york/manuel +2cb6b26725dfbe09b02c49052705bd26555f86f9,brian d foy,brian.d.foy@gmail.com,2004-09-08 00:41:17+00:00,brian d foy,brian.d.foy@gmail.com,2004-09-08 00:41:17+00:00,False,gmail,gmail,* master,True,briandfoy_test-prereq.git,briandfoy/test-prereq.git,https://github.com/briandfoy/test-prereq.git +eabe6eb4d71ce89affa33e3c80c206153abdc0aa,James Turk,james.p.turk@gmail.com,2009-06-16 16:18:00-04:00,James Turk,james.p.turk@gmail.com,2009-06-16 20:18:00+00:00,False,gmail,gmail,* main,True,jamesturk_django-markupfield,jamesturk/django-markupfield,https://github.com/jamesturk/django-markupfield +b70598403558feb4e726c43f3da69113bea49c78,Marcos Fouces,mfouces@yahoo.es,2016-12-08 13:23:20+01:00,Marcos Fouces,mfouces@yahoo.es,2016-12-08 12:23:20+00:00,False,yahoo,yahoo,* master,True,JKDingwall_autolog.git,JKDingwall/autolog.git,https://github.com/JKDingwall/autolog.git +857ecd713cb452ea4a2f5c65a42a070494e1fc38,Barry Warsaw,barry@python.org,2009-11-11 22:02:49-06:00,Barry Warsaw,barry@python.org,2009-11-12 04:02:49+00:00,False,python,python,* main,True,warsaw_flufl.i18n,warsaw/flufl.i18n,https://gitlab.com/warsaw/flufl.i18n +ef1ff20809e5a8bc49e695a55117fb17f88eb7b9,Dmitry Suzdalev,dimsuz@gmail.com,2006-11-01 13:13:16+00:00,Dmitry Suzdalev,dimsuz@gmail.com,2006-11-01 13:13:16+00:00,False,gmail,gmail,* master,True,katomic.git,katomic.git,https://anongit.kde.org/katomic.git +a20ecd46df21729bf382b9770138fbbc2308de78,Craig Barratt,cbarratt,2013-06-24 13:05:29+02:00,Lars Tobias Skjong-Børsting,larstobi@relatime.no,2016-05-16 11:05:29+00:00,False,cbarratt,relatime,* master,True,backuppc_rsync-bpc,backuppc/rsync-bpc,https://github.com/backuppc/rsync-bpc +c7aff6c9823f07f149cbebcc9a4047f8d48aa195,Majid,mkhan3189@gmail.com,2012-09-22 20:41:35-07:00,Majid,mkhan3189@gmail.com,2012-09-23 03:41:35+00:00,False,gmail,gmail,* master,True,amrayn_easyloggingpp.git,amrayn/easyloggingpp.git,https://github.com/amrayn/easyloggingpp.git +2e1e23b9cb03348656260f79c03ec3a3bc1ab92a,Darcy Mason,darcymason@gmail.com,2008-09-07 19:59:58+00:00,Darcy Mason,darcymason@gmail.com,2008-09-07 19:59:58+00:00,False,gmail,gmail,* main,True,pydicom_pydicom.git,pydicom/pydicom.git,https://github.com/pydicom/pydicom.git +a9194c86fb017f3b4a4d397564b82fee6816033f,Ben Briggs,therealbenbriggs@hotmail.com,2015-02-10 12:54:54+00:00,Ben Briggs,therealbenbriggs@hotmail.com,2015-02-10 12:54:54+00:00,False,hotmail,hotmail,* master,True,ben-eb_colormin,ben-eb/colormin,https://github.com/ben-eb/colormin +dbe2a9354181695b1e611e4e2bbdf340e8558cfe,David Ford,david@blue-labs.org,2014-08-03 12:54:37-04:00,David Ford,david@blue-labs.org,2014-08-03 16:54:37+00:00,False,blue-labs,blue-labs,* master,True,FirefighterBlu3_python-pam,FirefighterBlu3/python-pam,https://github.com/FirefighterBlu3/python-pam +b15ac417c268ba7d18fca8679c5d851b9064895f,Richard Nelson,unixabg@gmail.com,2009-01-30 19:40:30-06:00,Richard Nelson,unixabg@gmail.com,2009-01-31 01:40:30+00:00,False,gmail,gmail,* master,True,unixabg_ifetch-tools,unixabg/ifetch-tools,https://github.com/unixabg/ifetch-tools +62dd5bfac0546ccd802d970d0b888b0cb9fd5e4b,Erik Welch,erik.n.welch@gmail.com,2014-04-03 12:20:59-04:00,Erik Welch,erik.n.welch@gmail.com,2014-04-03 16:20:59+00:00,False,gmail,gmail,* master,True,pytoolz_cytoolz,pytoolz/cytoolz,https://github.com/pytoolz/cytoolz +fdc8220e70db692a40ae0fb5452bbed779ccef78,MatMoul,matmoul@gmail.com,2016-06-12 22:16:07+02:00,MatMoul,matmoul@gmail.com,2016-06-12 20:16:07+00:00,False,gmail,gmail,* master,True,MatMoul_g810-led.git,MatMoul/g810-led.git,https://github.com/MatMoul/g810-led.git +e38a99f12cc4c0e7db99f675b4540ee9575c03d6,Kenneth Reitz,me@kennethreitz.com,2011-06-25 01:58:29-04:00,Kenneth Reitz,me@kennethreitz.com,2011-06-25 05:58:29+00:00,False,kennethreitz,kennethreitz,* master,True,frostming_legit,frostming/legit,https://github.com/frostming/legit +21c4c1656dd6a74141aa672853f7f3017cae43ee,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,False,src,src,* master,True,GNOME_libwnck.git,GNOME/libwnck.git,https://gitlab.gnome.org/GNOME/libwnck.git +99ea4866c37822acee001a7e2fe86b0e866859ed,Jakob Schlyter,jakob@kirei.se,2009-08-18 13:56:19+00:00,Jakob Schlyter,jakob@kirei.se,2009-08-18 13:56:19+00:00,False,kirei,kirei,* develop,True,opendnssec_opendnssec.git,opendnssec/opendnssec.git,https://github.com/opendnssec/opendnssec.git +cc8132a8d37c68f97201179de9b0befc7389820e,Justin Karneges,justin@affinix.com,2008-05-30 06:17:35+00:00,Justin Karneges,justin@affinix.com,2008-05-30 06:17:35+00:00,False,affinix,affinix,* master,True,psi-im_qconf.git,psi-im/qconf.git,https://github.com/psi-im/qconf.git +e5c05b1a6e2e056b879bfbd7dede002c15f9e6d0,pantherb,pantherb@setbfree.org,2012-07-11 23:51:17-05:00,pantherb,pantherb@setbfree.org,2012-07-12 04:51:17+00:00,False,setbfree,setbfree,* master,True,pantherb_setBfree.git,pantherb/setBfree.git,https://github.com/pantherb/setBfree.git +1053c4361dffaa5654eb58308094af9d11414f1d,Kevin Malachowski,chowski@google.com,2015-09-12 17:17:18-07:00,Kevin Malachowski,chowski@google.com,2015-09-13 00:17:18+00:00,False,google,google,* main,True,GoogleCloudPlatform_cloudsql-proxy.git,GoogleCloudPlatform/cloudsql-proxy.git,https://github.com/GoogleCloudPlatform/cloudsql-proxy.git +2449bac834a403efa3f54100f3eee3815c45b9d3,Jaromír Mikeš,mira.mikes@seznam.cz,2011-04-10 20:13:56+02:00,Jaromír Mikeš,mira.mikes@seznam.cz,2011-04-10 18:13:56+00:00,False,seznam,seznam,* main,True,evandelisle_showq.git,evandelisle/showq.git,https://github.com/evandelisle/showq.git +f441e3cb3b815fe4b90221617181459a3cb66aef,Tanel Suurhans,tanel.suurhans@perfectline.ee,2010-09-07 14:58:42+03:00,Tanel Suurhans,tanel.suurhans@perfectline.ee,2010-09-07 11:58:42+00:00,False,perfectline,perfectline,* master,True,perfectline_validates_email.git,perfectline/validates/email.git,https://github.com/perfectline/validates_email.git +f579ffabbd5026dfe67a61e97d4524c9a171612d,Deron Meranda,deron.meranda@gmail.com,2012-06-08 17:09:35-07:00,Deron Meranda,deron.meranda@gmail.com,2012-06-09 00:09:35+00:00,False,gmail,gmail,* master,True,dmeranda_demjson,dmeranda/demjson,https://github.com/dmeranda/demjson +70f5a3e219bb4cbdbd802de423b07735c3fff879,seang,seang@b426a367-1105-0410-b9ff-cdf4ab011145,2007-11-16 20:18:52+00:00,seang,seang@b426a367-1105-0410-b9ff-cdf4ab011145,2007-11-16 20:18:52+00:00,False,b426a367-1105-0410-b9ff-cdf4ab011145,b426a367-1105-0410-b9ff-cdf4ab011145,* main,True,Toblerity_Fiona.git,Toblerity/Fiona.git,https://github.com/Toblerity/Fiona.git +316aa69711446fa1b4abcf7a8a665ad943436cb5,James Pic,jamespic@gmail.com,2012-05-17 03:40:37-07:00,James Pic,jamespic@gmail.com,2012-05-17 10:40:37+00:00,False,gmail,gmail,* master,True,yourlabs_django-session-security,yourlabs/django-session-security,https://github.com/yourlabs/django-session-security +d0391650b47bec86401fe03d1f658c7a5f8ec831,Alexander Wirt,formorer@debian.org,2012-09-09 10:15:40+02:00,Alexander Wirt,formorer@debian.org,2012-09-09 08:15:40+00:00,False,debian,debian,* master,True,formorer_pkg-ferm,formorer/pkg-ferm,https://github.com/formorer/pkg-ferm +34df182b2881796da2a08a01390434a8962ae741,Samuel Karp,skarp@amazon.com,2016-05-18 22:51:47-07:00,Samuel Karp,skarp@amazon.com,2016-05-21 21:10:06+00:00,False,amazon,amazon,* main,True,awslabs_amazon-ecr-credential-helper,awslabs/amazon-ecr-credential-helper,https://github.com/awslabs/amazon-ecr-credential-helper +5490f7baf5981279e2360d88c735570bc9f72532,Thomas Mangin,thomas.mangin@exa-networks.co.uk,2009-09-03 22:12:05+00:00,Thomas Mangin,thomas.mangin@exa-networks.co.uk,2009-09-03 22:12:05+00:00,False,exa-networks,exa-networks,* main,True,Exa-Networks_exabgp,Exa-Networks/exabgp,https://github.com/Exa-Networks/exabgp +c51ef797a707f4e2c6f9688d4378f2b0e9898a66,Perberos,perberos@gmail.com,2011-12-01 22:56:10-03:00,Perberos,perberos@gmail.com,2011-12-02 01:56:10+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-panel.git,mate-desktop/mate-panel.git,https://github.com/mate-desktop/mate-panel.git +51a2e5ec792e0976a2a2dd4a4c215cdd6c82ab2d,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-01-22 12:40:31+01:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-01-22 11:40:31+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_phploc,sebastianbergmann/phploc,https://github.com/sebastianbergmann/phploc +e5102869800e48fd94c81a51f318031b5d1b064b,Petr Vanek,petr@scribus.info,2010-09-11 10:50:10+02:00,Petr Vanek,petr@scribus.info,2010-09-11 08:50:10+00:00,False,scribus,scribus,* master,True,lxqt_qterminal.git,lxqt/qterminal.git,https://github.com/lxqt/qterminal.git +e07229ed33f04d9a99dd966f191caf3c1d56c413,kumar,kumar.mcmillan@gmail.com,2009-02-01 17:17:41-06:00,kumar,kumar.mcmillan@gmail.com,2009-02-01 23:17:41+00:00,False,gmail,gmail,* master,True,fudge-py_fudge,fudge-py/fudge,https://github.com/fudge-py/fudge +2eac5a336b6f8fe6c329c08bed4dd477fdebf55d,Roberto Majadas,telemaco@src.gnome.org,2004-10-30 11:35:21+00:00,Roberto Majadas,telemaco@src.gnome.org,2004-10-30 11:35:21+00:00,False,src,src,* master,True,GNOME_nautilus-sendto,GNOME/nautilus-sendto,https://gitlab.gnome.org/GNOME/nautilus-sendto +e10beeb8fb88ead4749e73af9dba37808929236f,Michael Witrant,mike@lepton.fr,2004-09-08 19:33:36+00:00,Michael Witrant,mike@lepton.fr,2004-09-08 19:33:36+00:00,False,lepton,lepton,* master,True,elmar_autocutsel-debian,elmar/autocutsel-debian,https://github.com/elmar/autocutsel-debian +4be2da1ec8745d51df63e92c149f3d1484a1113f,muquit,muquit@gmail.com,2018-04-11 19:08:10-04:00,muquit,muquit@gmail.com,2018-04-11 23:08:10+00:00,False,gmail,gmail,* master,True,muquit_grabc.git,muquit/grabc.git,https://github.com/muquit/grabc.git +374d6ac35cf784481d60634e9b8e6ca8be7c9302,Yann Collet,yann.collet.73@gmail.com,2014-04-15 15:03:17+02:00,Yann Collet,yann.collet.73@gmail.com,2014-04-15 13:03:17+00:00,False,gmail,gmail,* dev,True,lz4_lz4,lz4/lz4,https://github.com/lz4/lz4 +b09f6f951006e5b7b7d103441c4d81e47e2aa152,David Wheeler,david@justatheory.com,2003-08-14 02:05:46+00:00,David Wheeler,david@justatheory.com,2003-08-14 02:05:46+00:00,False,justatheory,justatheory,* master,True,theory_params-callbackrequest.git,theory/params-callbackrequest.git,https://github.com/theory/params-callbackrequest.git +c45ae1f6b6f53995a5bc99591688102d11ad2148,Nikias Bassen,nikias@gmx.li,2013-09-17 11:00:31+02:00,Nikias Bassen,nikias@gmx.li,2013-09-17 09:00:31+00:00,False,gmx,gmx,* master,True,libimobiledevice_libusbmuxd.git,libimobiledevice/libusbmuxd.git,https://github.com/libimobiledevice/libusbmuxd.git +26072a3350e677a4cdea3274e709cb7284453812,Jeremy Oden,jerem.oden@gmail.com,2017-09-27 22:32:32+01:00,GitHub,noreply@github.com,2017-09-27 21:32:32+00:00,False,gmail,github,* master,True,SpintroniK_libeXaDrums,SpintroniK/libeXaDrums,https://github.com/SpintroniK/libeXaDrums +2e67f32eecffea8d02151dfd7ebfcc218fd58bb0,mtg,mateusz.golicz@sileman.pl,2015-03-27 09:35:48+01:00,mtg,mateusz.golicz@sileman.pl,2015-03-27 08:35:48+00:00,False,sileman,sileman,* master,True,mteg_braa,mteg/braa,https://github.com/mteg/braa +cdbb1f8ea231951db921b4e089c65fa8176ca0f9,Joerg Lehmann,joerg@pyx-project.org,2002-10-07 12:17:42+00:00,Joerg Lehmann,joerg@pyx-project.org,2002-10-07 12:17:42+00:00,False,pyx-project,pyx-project,* master,True,pyx-project_pyx,pyx-project/pyx,https://github.com/pyx-project/pyx +be08a8883856176d75c6e387ac590106a3167a39,hatukanezumi,hatuka@nezumi.nu,2011-01-20 15:17:38+00:00,hatukanezumi,hatuka@nezumi.nu,2011-01-20 15:17:38+00:00,False,nezumi,nezumi,* master,True,hatukanezumi_sombok,hatukanezumi/sombok,https://github.com/hatukanezumi/sombok +0e56d90654f8352bf1a5642627f4b51b57211bb3,coppit,coppit@62e71daf-0e52-0410-93dc-73e745588b4c,2003-10-22 15:57:30+00:00,coppit,coppit@62e71daf-0e52-0410-93dc-73e745588b4c,2003-10-22 15:57:30+00:00,False,62e71daf-0e52-0410-93dc-73e745588b4c,62e71daf-0e52-0410-93dc-73e745588b4c,* master,True,coppit_filehandle-unget.git,coppit/filehandle-unget.git,https://github.com/coppit/filehandle-unget.git +74f33b719d7072c565ff05813d86d65310f0153f,wimpunk,wimpunk@users.sf.net,2006-05-22 19:37:19+00:00,wimpunk,wimpunk@users.sf.net,2006-05-22 19:37:19+00:00,False,users,users,* main,True,ddclient_ddclient.git,ddclient/ddclient.git,https://github.com/ddclient/ddclient.git +e108ec235a69d67cdcb3b41b6831e20e94d2c551,Anil Kumar,anil.omkar@gmail.com,2010-11-26 18:45:43-08:00,Anil Kumar,anil.omkar@gmail.com,2010-11-27 02:45:43+00:00,False,gmail,gmail,* master,True,anilFree_seascope.git,anilFree/seascope.git,https://github.com/anilFree/seascope.git +d65b758be29bf5abf80129b52a8ab743ea057a9d,Jonathan Swartz,swartz@pobox.com,2012-10-19 05:55:49-07:00,Jonathan Swartz,swartz@pobox.com,2012-10-19 12:55:49+00:00,False,pobox,pobox,* master,True,jwbargsten_perl-proc-processtable,jwbargsten/perl-proc-processtable,https://github.com/jwbargsten/perl-proc-processtable +c10b01e84a9a262c00e46d7a4f315d66bea4fb94,Gauvain Pocentek,gauvain@pocentek.net,2013-02-16 09:55:22+01:00,Gauvain Pocentek,gauvain@pocentek.net,2013-02-16 08:55:22+00:00,False,pocentek,pocentek,* main,True,python-gitlab_python-gitlab.git,python-gitlab/python-gitlab.git,https://github.com/python-gitlab/python-gitlab.git +f5446328c7f1bef71569b687397ba26924d33b84,Joao Eriberto Mota Filho,eriberto@debian.org,2016-05-09 10:19:51-03:00,Joao Eriberto Mota Filho,eriberto@debian.org,2016-05-09 13:19:51+00:00,False,debian,debian,* master,True,resurrecting-open-source-projects_packit,resurrecting-open-source-projects/packit,https://github.com/resurrecting-open-source-projects/packit +4c9f92693e879d8bf8943f9af3e2fb378e42eac3,radu,serban1@llnl.gov,2003-02-21 22:12:33+00:00,radu,serban1@llnl.gov,2003-02-21 22:12:33+00:00,False,llnl,llnl,* main,True,LLNL_sundials.git,LLNL/sundials.git,https://github.com/LLNL/sundials.git +4267a54777e2ef1c71146d516429c6047a6de983,Jason Moiron,jmoiron@jmoiron.net,2011-10-07 19:49:53-04:00,Jason Moiron,jmoiron@jmoiron.net,2011-10-07 23:49:53+00:00,False,jmoiron,jmoiron,* master,True,jmoiron_humanize,jmoiron/humanize,https://github.com/jmoiron/humanize +a8de418f67bf38061795e089a9a42735d2f47bdc,Yehuda Katz,wycats@gmail.com,2008-05-06 19:21:22-07:00,Yehuda Katz,wycats@gmail.com,2008-05-07 02:21:22+00:00,False,gmail,gmail,* master,True,carlhuda_bundler,carlhuda/bundler,https://github.com/carlhuda/bundler +b5798f7099a2aa6b621c656a4e1c7cfb34c66aa9,Elmar S. Heeb,elmar@heebs.ch,2012-09-12 09:10:47+02:00,Elmar S. Heeb,elmar@heebs.ch,2012-09-12 07:10:47+00:00,False,heebs,heebs,* master,True,elmar_aptitude-robot,elmar/aptitude-robot,https://github.com/elmar/aptitude-robot +52d7aadcc57f3fa09653d315fc1a7fef52ae6bca,Perberos,perberos@gmail.com,2011-12-01 23:03:59-03:00,Perberos,perberos@gmail.com,2011-12-02 02:03:59+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-session-manager.git,mate-desktop/mate-session-manager.git,https://github.com/mate-desktop/mate-session-manager.git +7172bb6c3a86526496ae1311d0dbe4befff50f59,Matt Lyon,mly@rubyforge.org,2006-07-24 16:20:40+00:00,Matt Lyon,mly@rubyforge.org,2006-07-24 16:20:40+00:00,False,rubyforge,rubyforge,* master,True,halostatue_color,halostatue/color,https://github.com/halostatue/color +17b0f29cc60ab5474280b2d14808a86b8bf5b796,massie,massie@93a4e39c-3214-0410-bb16-828d8e3bcd0f,2002-08-19 20:49:17+00:00,massie,massie@93a4e39c-3214-0410-bb16-828d8e3bcd0f,2002-08-19 20:49:17+00:00,False,93a4e39c-3214-0410-bb16-828d8e3bcd0f,93a4e39c-3214-0410-bb16-828d8e3bcd0f,* master,True,ganglia_monitor-core.git,ganglia/monitor-core.git,https://github.com/ganglia/monitor-core.git +1055b5b5c22ea48b0226e2bbdbf9e4d0ba5bdc4e,jortel,jortel@localhost,2007-12-14 03:35:47+00:00,jortel,jortel@localhost,2007-12-14 03:35:47+00:00,False,localhost,localhost,* master,True,suds-community_suds.git,suds-community/suds.git,https://github.com/suds-community/suds.git +75ee6791b172f10040f2d031683229bf81916b9e,Joe Cheng,joe@rstudio.org,2012-06-20 11:49:15-07:00,Joe Cheng,joe@rstudio.org,2012-06-20 18:49:15+00:00,False,rstudio,rstudio,* main,True,rstudio_shiny.git,rstudio/shiny.git,https://github.com/rstudio/shiny.git +ffa9d25ff0d49219b4c2efe109e85ee6ea29fac2,Martin Pitt,martin.pitt@ubuntu.com,2012-07-19 21:00:32-07:00,Martin Pitt,martinpitt@gnome.org,2012-07-20 04:01:51+00:00,False,ubuntu,gnome,* main,True,martinpitt_umockdev,martinpitt/umockdev,https://github.com/martinpitt/umockdev +b50e6e06f22d3c653166e1817d75c3f4a98b2748,Alan Coopersmith,Alan.Coopersmith@sun.com,2005-05-22 19:37:27+00:00,Alan Coopersmith,Alan.Coopersmith@sun.com,2005-05-22 19:37:27+00:00,False,sun,sun,* master,True,xorg_lib_libxi.git,xorg/lib/libxi.git,https://gitlab.freedesktop.org/xorg/lib/libxi.git +74aa525a7b4ff0c66cae67bb8eb10dd301564220,langmead,langmead@208de1ca-060f-4dda-baf0-1f374fee3c76,2011-03-12 03:37:52+00:00,langmead,langmead@208de1ca-060f-4dda-baf0-1f374fee3c76,2011-03-12 03:37:52+00:00,False,208de1ca-060f-4dda-baf0-1f374fee3c76,208de1ca-060f-4dda-baf0-1f374fee3c76,* master,True,BenLangmead_bowtie2,BenLangmead/bowtie2,https://github.com/BenLangmead/bowtie2 +806156e06df96092ac93632597f7632b0131a38f,David Lutterkort,lutter@watzmann.net,2016-02-26 17:12:00-08:00,David Lutterkort,lutter@watzmann.net,2016-03-01 00:33:21+00:00,False,watzmann,watzmann,* master,True,puppetlabs_gettext-setup-gem,puppetlabs/gettext-setup-gem,https://github.com/puppetlabs/gettext-setup-gem +6088e057eecbcb99dda2d280e461ec8abf37ddf1,Ricardas Jonaitis,richard.jonaitis@gmail.com,2015-07-07 13:15:19+01:00,Ricardas Jonaitis,richard.jonaitis@gmail.com,2015-07-07 12:15:19+00:00,False,gmail,gmail,* master,True,myriadrf_LimeSuite.git,myriadrf/LimeSuite.git,https://github.com/myriadrf/LimeSuite.git +484bf6dd9cd5b938ee0c3acd4735d657898d9a1e,Adrian Price-Whelan,adrian.prw@gmail.com,2011-10-14 12:26:30-04:00,Adrian Price-Whelan,adrian.prw@gmail.com,2011-10-14 16:26:30+00:00,False,gmail,gmail,* main,True,astropy_specutils.git,astropy/specutils.git,https://github.com/astropy/specutils.git +6a91eaeab94e7931886cb9dc0b8cea4b4a2b274a,Kevin P. Dyer,kpdyer@gmail.com,2014-04-09 14:12:10-07:00,Kevin P. Dyer,kpdyer@gmail.com,2014-04-09 21:12:10+00:00,False,gmail,gmail,* master,True,kpdyer_libfte,kpdyer/libfte,https://github.com/kpdyer/libfte +ff496514a606ae9f3caba4c63d69a7ebe8d14bbe,Graham Higgins,gjh@bel-epa.com,2012-02-03 19:44:38+00:00,Graham Higgins,gjh@bel-epa.com,2012-02-03 19:44:38+00:00,False,bel-epa,bel-epa,* master,True,RDFLib_rdflib-jsonld,RDFLib/rdflib-jsonld,https://github.com/RDFLib/rdflib-jsonld +c0e70ea18f1011fc0e7f892d1bd25a4cd653d6b9,ziv@openni.org,ziv@openni.org,2010-12-08 17:56:55+02:00,ziv@openni.org,ziv@openni.org,2010-12-08 15:56:55+00:00,False,openni,openni,* master,True,PrimeSense_Sensor.git,PrimeSense/Sensor.git,https://github.com/PrimeSense/Sensor.git +cdf6f48cf94eb10ef3702013e8ac14fe74daa893,tat,stefano@codesink.org,2014-02-15 04:31:07-08:00,tat,stefano@codesink.org,2014-02-15 12:31:07+00:00,False,codesink,codesink,* master,True,tat_mimetic.git,tat/mimetic.git,https://github.com/tat/mimetic.git +9de3b3128488fcb5ef4f13e00bde604d26e7a2da,Kitamoto Tsuyoshi,tsuyoshi.kitamoto@gmail.com,2017-06-09 20:38:24+09:00,Kitamoto Tsuyoshi,tsuyoshi.kitamoto@gmail.com,2017-06-09 11:38:24+00:00,False,gmail,gmail,* master,True,skk-dev_dict,skk-dev/dict,https://github.com/skk-dev/dict +687fe662e07c2e0d5d49686b1786e656bd5de3fa,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2013-02-24 16:36:10+08:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2013-02-24 08:36:10+00:00,False,gmail,gmail,* master,True,lxqt_pcmanfm-qt.git,lxqt/pcmanfm-qt.git,https://github.com/lxqt/pcmanfm-qt.git +cedb9d6fe417873f5994dcdc329139306c2bbf1d,gyunaev,gyunaev@users.noreply.github.com,2005-04-07 17:42:43+00:00,gyunaev,gyunaev@users.noreply.github.com,2005-04-07 17:42:43+00:00,False,users,users,* master,True,gyunaev_kchmviewer,gyunaev/kchmviewer,https://github.com/gyunaev/kchmviewer +a06ca4059107d08fe4b45da2391d14edc4da0014,rakshasa,sundell.software@gmail.com,2004-07-15 08:38:34+00:00,rakshasa,sundell.software@gmail.com,2004-07-15 08:38:34+00:00,False,gmail,gmail,* master,True,rakshasa_libtorrent.git,rakshasa/libtorrent.git,https://github.com/rakshasa/libtorrent.git +12b6a50dbaa506d09fd459d8f290d7a7468e9715,Kunal Mehta,legoktm@member.fsf.org,2017-01-02 06:52:53-08:00,Kunal Mehta,legoktm@member.fsf.org,2017-01-02 14:57:01+00:00,False,member,member,* main,True,kiwix_libkiwix.git,kiwix/libkiwix.git,https://github.com/kiwix/libkiwix.git +e884a3c6831dba7b7ef2a970e8c33242933351f8,Piotr Jakubowski,piotrj@gmail.com,2011-11-15 16:42:04+01:00,Piotr Jakubowski,piotrj@gmail.com,2011-11-15 15:42:04+00:00,False,gmail,gmail,* main,True,doorkeeper-gem_doorkeeper,doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper +97dd9e05f52482e46d660af81547c7c02669c1a2,apache,apache@apache.kobka,2015-01-01 11:55:33+01:00,apache,apache@apache.kobka,2015-01-01 10:55:33+00:00,False,apache,apache,* master,True,janmojzis_tinyssh.git,janmojzis/tinyssh.git,https://github.com/janmojzis/tinyssh.git +7ca550c0a8ec8379f19dbaf141a90f328698e9ba,Kate Fissell,fissell@pitt.edu,2005-01-06 02:37:00+00:00,Hans Johnson,hans.j.johnson@gmail.com,2018-12-06 21:25:55+00:00,False,pitt,gmail,* master,True,NIFTI-Imaging_nifti_clib.git,NIFTI-Imaging/nifti/clib.git,https://github.com/NIFTI-Imaging/nifti_clib.git +989046217f74e55072c96f8e50572aee592abb76,Anthony D. Martin,amartin@engr.csulb.edu,2013-10-20 11:02:25+02:00,Miro Hrončok,miro@hroncok.cz,2013-10-22 08:28:10+00:00,False,engr,hroncok,* master,True,admesh_admesh,admesh/admesh,https://github.com/admesh/admesh +70d9bd6243f68e1fcfae5203aa5c741cd5803f82,Arnout Kazemier,info@3rd-Eden.com,2011-05-31 23:58:54+02:00,Arnout Kazemier,info@3rd-Eden.com,2011-05-31 21:58:54+00:00,False,3rd-Eden,3rd-Eden,* master,True,3rd-Eden_FlashPolicyFileServer,3rd-Eden/FlashPolicyFileServer,https://github.com/3rd-Eden/FlashPolicyFileServer +2f1012e3ef57c36df085a2e2b5ea88ae93a1efbd,James T. Boylan,ogre@boylan.net,2013-12-13 09:26:09-08:00,James T. Boylan,ogre@boylan.net,2013-12-13 17:26:09+00:00,False,boylan,boylan,* master,True,rsyslog_rsyslog-doc,rsyslog/rsyslog-doc,https://github.com/rsyslog/rsyslog-doc +be60050791262776db3c59ff6c4bf7da7c2a1b43,Val Neekman,info@neekware.com,2012-10-14 18:44:50-07:00,Val Neekman,info@neekware.com,2012-10-15 01:44:50+00:00,False,neekware,neekware,* master,True,un33k_python-slugify,un33k/python-slugify,https://github.com/un33k/python-slugify +b95749437bdb961a98b79a10114567eb31547e9d,Gerhard Weis,gweis@gmx.at,2009-01-05 05:32:56+10:00,Gerhard Weis,gweis@gmx.at,2009-01-04 19:32:56+00:00,False,gmx,gmx,* master,True,gweis_isodate,gweis/isodate,https://github.com/gweis/isodate +1fa1d330154e7afc476d09ffcdf9ac7af28621a2,Hugo Osvaldo Barrera,hugo@barrera.io,2015-03-30 05:54:12-03:00,Hugo Osvaldo Barrera,hugo@barrera.io,2015-03-30 08:54:12+00:00,False,barrera,barrera,* main,True,pimutils_todoman.git,pimutils/todoman.git,https://github.com/pimutils/todoman.git +136660c03bd7a4c659a5c117953cd65fafdb56ef,Jeff Pollard,jeff.pollard@gmail.com,2012-10-22 13:12:20-07:00,Jeff Pollard,jeff.pollard@gmail.com,2012-10-22 20:12:20+00:00,False,gmail,gmail,* master,True,fluxx_exam,fluxx/exam,https://github.com/fluxx/exam +59ae48e2a9cfd5b6fb2acadb609ffba12d7871a8,david,dgleal@gmail.com,2010-10-25 16:02:15+01:00,david,dgleal@gmail.com,2010-10-25 17:10:24+00:00,False,gmail,gmail,* master,True,hipchat_hipchat-rb,hipchat/hipchat-rb,https://github.com/hipchat/hipchat-rb +d5af5172a715b38ecb0015cffdcacfb052e4432f,Frank DENIS,github@pureftpd.org,2011-03-31 17:58:31+02:00,Frank DENIS,github@pureftpd.org,2011-03-31 15:58:31+00:00,False,pureftpd,pureftpd,* master,True,jedisct1_libpuzzle,jedisct1/libpuzzle,https://github.com/jedisct1/libpuzzle +023009149c9b8830b3f732b7a59dd5c93c9f7774,Arvin Schnell,aschnell@suse.de,2011-04-08 12:31:34+02:00,Arvin Schnell,aschnell@suse.de,2011-04-08 10:31:34+00:00,False,suse,suse,* master,True,openSUSE_snapper.git,openSUSE/snapper.git,https://github.com/openSUSE/snapper.git +01fb1d3bc18b173893921813421ea45463351dfa,Sven Oliver Moll,svolli@svolli.de,2008-01-15 10:10:10+01:00,Sven Oliver Moll,svolli@svolli.de,2008-01-15 09:10:10+00:00,False,svolli,svolli,* master,True,svolli_pngphoon,svolli/pngphoon,https://git.h8u.de/svolli/pngphoon +d42f26d094b1709038d6b0222105d862d03984c4,Jeremie Dimino,jeremie@dimino.org,2009-10-23 22:55:48+02:00,Jeremie Dimino,jeremie@dimino.org,2009-10-23 20:55:48+00:00,False,dimino,dimino,* master,True,letoh_ocaml-usb.git,letoh/ocaml-usb.git,https://github.com/letoh/ocaml-usb.git +72455878f6e8a7056448829ef227d31520b34839,Stefan Breunig,stefan-github@yrden.de,2014-12-27 21:46:11+01:00,Stefan Breunig,stefan-github@yrden.de,2014-12-27 20:46:11+00:00,False,yrden,yrden,* master,True,breunigs_python-librtmp-debian,breunigs/python-librtmp-debian,https://github.com/breunigs/python-librtmp-debian +b278b5339042aebfbcea58905b80303c1e003116,yusuke.shinyama.dummy,yusuke.shinyama.dummy@1aa58f4a-7d42-0410-adbc-911cccaed67c,2007-12-30 09:13:51+00:00,yusuke.shinyama.dummy,yusuke.shinyama.dummy@1aa58f4a-7d42-0410-adbc-911cccaed67c,2007-12-30 09:13:51+00:00,False,1aa58f4a-7d42-0410-adbc-911cccaed67c,1aa58f4a-7d42-0410-adbc-911cccaed67c,* master,True,pdfminer_pdfminer.six.git,pdfminer/pdfminer.six.git,https://github.com/pdfminer/pdfminer.six.git +fff42a9963648dcbca8082a017e47428a4ccbfd3,Rob Hoelz,rob@hoelzro.net,2009-08-01 11:42:38-05:00,Rob Hoelz,rob@hoelzro.net,2009-08-03 18:40:39+00:00,False,hoelzro,hoelzro,* master,True,hoelzro_linotify.git,hoelzro/linotify.git,https://github.com/hoelzro/linotify.git +56fceff11bf90f020acd4000568a0a56299f8ffe,Gregory Smith,gps@google.com,2015-03-20 18:22:24-07:00,Gregory Smith,gps@google.com,2015-03-21 01:22:24+00:00,False,google,google,* main,True,google_python_portpicker,google/python/portpicker,https://github.com/google/python_portpicker +653e175d19c1f0cd9f5e95dd75ea17cf43e030ea,Eric S. Raymond,esr@thyrsus.com,2006-12-20 04:59:34+00:00,Eric S. Raymond,esr@thyrsus.com,2006-12-20 04:59:34+00:00,False,thyrsus,thyrsus,* master,True,esr_doclifter,esr/doclifter,https://gitlab.com/esr/doclifter +f9d5f2dd8185e165054c031ca7c6b7b7500e346f,Julian Gruber,julian@juliangruber.com,2013-07-10 17:37:58+02:00,Julian Gruber,julian@juliangruber.com,2013-07-10 15:37:58+00:00,False,juliangruber,juliangruber,* master,True,juliangruber_constants-browserify,juliangruber/constants-browserify,https://github.com/juliangruber/constants-browserify +d3f26bd22802dea58be755f6c070f96088ea0fde,Leah Schmidt,leahxschmidt@gmail.com,2012-12-20 14:11:45-05:00,Leah Schmidt,leahxschmidt@gmail.com,2012-12-20 19:11:45+00:00,False,gmail,gmail,* master,True,miniupnp_libnatpmp,miniupnp/libnatpmp,https://github.com/miniupnp/libnatpmp +3247ac5d4b82e42be0f2481747ec11366cd949b6,Carl Meyer,carl@dirtcircle.com,2009-07-02 14:03:02-04:00,Carl Meyer,carl@dirtcircle.com,2009-07-02 18:03:02+00:00,False,dirtcircle,dirtcircle,* master,True,carljm_django-model-utils.git,carljm/django-model-utils.git,https://github.com/carljm/django-model-utils.git +e514833a80a262377781325a56502d313091e40d,Christian Hergert,chergert@redhat.com,2016-01-11 04:08:34-08:00,Christian Hergert,chergert@redhat.com,2016-01-11 12:08:34+00:00,False,redhat,redhat,* main,True,GNOME_template-glib.git,GNOME/template-glib.git,https://gitlab.gnome.org/GNOME/template-glib.git +a0cbcae75de3ce644c344d1010ee2047a89d6ab0,Andreas Jellinghaus,andreas@ionisiert.de,2005-08-24 21:55:35+00:00,Andreas Jellinghaus,andreas@ionisiert.de,2005-08-24 21:55:35+00:00,False,ionisiert,ionisiert,* master,True,OpenSC_libp11.git,OpenSC/libp11.git,https://github.com/OpenSC/libp11.git +67f0d1c6ac43d1f0fa70b2b42a1517cbb79749ca,Craig Williams,cwilliams.allancraig@gmail.com,2011-12-27 10:29:56-07:00,Craig Williams,cwilliams.allancraig@gmail.com,2011-12-27 17:29:56+00:00,False,gmail,gmail,* master,True,erniebrodeur_ruby-beautify,erniebrodeur/ruby-beautify,https://github.com/erniebrodeur/ruby-beautify +e2dbbb6e64ee5d665e89c8556d4212075b1cde23,Howard Butler,hobu.inc@gmail.com,2007-08-01 20:37:49+00:00,Howard Butler,hobu.inc@gmail.com,2007-08-01 20:37:49+00:00,False,gmail,gmail,* main,True,libspatialindex_libspatialindex.git,libspatialindex/libspatialindex.git,https://github.com/libspatialindex/libspatialindex.git +d92b0f3c777bff3f7da7efb48059a8aee4e5287f,Tony Garnock-Jones,tonyg@kcbbs.gen.nz,2009-04-25 14:02:20+01:00,Tony Garnock-Jones,tonyg@kcbbs.gen.nz,2009-04-25 13:02:20+00:00,False,kcbbs,kcbbs,* master,True,alanxz_rabbitmq-c.git,alanxz/rabbitmq-c.git,https://github.com/alanxz/rabbitmq-c.git +8e3eb4551091373b631462caf66448dd71ec61ef,Bernardo Damele,bernardo.damele@gmail.com,2008-10-15 15:38:22+00:00,Bernardo Damele,bernardo.damele@gmail.com,2008-10-15 15:38:22+00:00,False,gmail,gmail,* master,True,sqlmapproject_sqlmap.git,sqlmapproject/sqlmap.git,https://github.com/sqlmapproject/sqlmap.git +cf3dacffa94627c2b7d488eac046a35d20870530,David Steele,dsteele@gmail.com,2015-12-08 16:45:11-05:00,David Steele,dsteele@gmail.com,2015-12-08 22:01:54+00:00,False,gmail,gmail,* main,True,davesteele_comitup,davesteele/comitup,https://github.com/davesteele/comitup +d4baaa820406cc9267292c0dcfb76c25b94c3db8,Sebastian Ramacher,sebastian+dev@ramacher.at,2013-04-10 18:18:21+02:00,Sebastian Ramacher,sebastian+dev@ramacher.at,2013-04-10 16:18:21+00:00,False,ramacher,ramacher,* main,True,sebastinas_python-libdiscid.git,sebastinas/python-libdiscid.git,https://github.com/sebastinas/python-libdiscid.git +0836c4318800e81795a17e209c406ea380ce90f6,Christopher O'Neill,code@chrisoneill.co.uk,2008-01-05 19:45:46+00:00,Christopher O'Neill,code@chrisoneill.co.uk,2008-01-05 19:45:46+00:00,False,chrisoneill,chrisoneill,* master,True,milkytracker_MilkyTracker,milkytracker/MilkyTracker,https://github.com/milkytracker/MilkyTracker +d541e3eece5593bdbe2f028bb07892d69b85d1af,Richard Goedeken,Richard@fascinationsoftware.com,2009-12-13 00:00:15-05:00,Richard Goedeken,Richard@fascinationsoftware.com,2009-12-13 05:00:15+00:00,False,fascinationsoftware,fascinationsoftware,* master,True,mupen64plus_mupen64plus-ui-console.git,mupen64plus/mupen64plus-ui-console.git,https://github.com/mupen64plus/mupen64plus-ui-console.git +5fb93d0dd5b69c00a038820f26d9af4019ce3211,tobi,tobi@localhost,2009-05-17 14:36:55+02:00,tobi,tobi@localhost,2009-05-17 12:36:55+00:00,False,localhost,localhost,* trunk,True,coldtobi_solarpowerlog,coldtobi/solarpowerlog,https://github.com/coldtobi/solarpowerlog +cc594366f38827821008048a62532abcb2f9cc73,Barry Warsaw,barry@python.org,2016-10-18 18:35:57-04:00,Barry Warsaw,barry@python.org,2016-10-18 22:35:57+00:00,False,python,python,* master,True,warsaw_flufl.testing.git,warsaw/flufl.testing.git,https://gitlab.com/warsaw/flufl.testing.git +1f461be75fbdb0fd958f7531358820f6f0edd2e1,Cotton Seed,cotton@alum.mit.edu,2015-05-27 16:13:45+08:00,Cotton Seed,cotton@alum.mit.edu,2015-05-27 08:13:45+00:00,False,alum,alum,* master,True,cseed_arachne-pnr.git,cseed/arachne-pnr.git,https://github.com/cseed/arachne-pnr.git +ffac277bf41946a1d985afae7fe2535d7a28546f,mcr@sandelman.ca,,2000-06-11 17:21:46+00:00,mcr@sandelman.ca,,2000-06-11 17:21:46+00:00,False,,,* master,True,the-tcpdump-group_tcpslice,the-tcpdump-group/tcpslice,https://github.com/the-tcpdump-group/tcpslice +6db1a31e58ee15c448448139e7d3a9e72b14268f,ThomasV,thomasv@gitorious,2011-11-04 18:00:37+01:00,ThomasV,thomasv@gitorious,2011-11-04 17:00:37+00:00,False,gitorious,gitorious,* master,True,spesmilo_electrum.git,spesmilo/electrum.git,https://github.com/spesmilo/electrum.git +f047fd14a96c825b82f466e153292d6109d0da0d,Elliot Lee,elliot@elliot-dev1.eng.vmware.com,2008-02-21 14:00:28-08:00,Elliot Lee,elliot@elliot-dev1.eng.vmware.com,2008-02-21 22:00:28+00:00,False,elliot-dev1,elliot-dev1,* master,True,vmware_open-vm-tools.git,vmware/open-vm-tools.git,https://github.com/vmware/open-vm-tools.git +23f75f598e7876858faabc9f2bccac2cf83db235,franchuti688,franchuti688@gmail.com,2015-04-01 12:35:37+02:00,Wouter van Oortmerssen,wvo@google.com,2015-04-15 20:43:25+00:00,False,gmail,google,* master,True,google_flatbuffers.git,google/flatbuffers.git,https://github.com/google/flatbuffers.git +79e3f97f07524a501de1743e75fc91eae680631e,theZiz,zizsdl@googlemail.com,2012-05-08 04:48:07-07:00,theZiz,zizsdl@googlemail.com,2012-05-08 11:48:07+00:00,False,googlemail,googlemail,* master,True,theZiz_aha.git,theZiz/aha.git,https://github.com/theZiz/aha.git +d238c1f393c2ecd46c6d13a2fdacc98ee275f3d9,tbbdev,alexey.v.moskalev@intel.com,2016-09-15 14:52:33+03:00,tbbdev,alexey.v.moskalev@intel.com,2016-09-15 11:52:33+00:00,False,intel,intel,* master,True,oneapi-src_oneTBB.git,oneapi-src/oneTBB.git,https://github.com/oneapi-src/oneTBB.git +eb22734b85f857900bffd3a856626629c0f15019,joewilliams,williams.joe@gmail.com,2012-03-30 15:22:30-07:00,joewilliams,williams.joe@gmail.com,2012-03-30 22:22:30+00:00,False,gmail,gmail,* master,True,boundary_bear.git,boundary/bear.git,https://github.com/boundary/bear.git +d24e2f3be0a329fa267ce235f848003a86462275,Emre Yılmaz,mail@emreyilmaz.me,2013-05-13 05:31:30-07:00,Emre Yılmaz,mail@emreyilmaz.me,2013-05-13 12:31:30+00:00,False,emreyilmaz,emreyilmaz,* master,True,emre_kaptan.git,emre/kaptan.git,https://github.com/emre/kaptan.git +2c5ca017b592d5ac723fa7d595317d7b6e401836,Gustavo Picon,tabo@tabo.pe,2008-09-23 08:36:54+00:00,Gustavo Picon,tabo@tabo.pe,2008-09-23 08:36:54+00:00,False,tabo,tabo,* master,True,django-treebeard_django-treebeard.git,django-treebeard/django-treebeard.git,https://github.com/django-treebeard/django-treebeard.git +cdea6b4e90d89c945a4e7cc15697d63402c26856,Graham Barr,gbarr@pobox.com,2000-05-03 12:24:42+00:00,Graham Barr,gbarr@pobox.com,2000-05-03 12:24:42+00:00,False,pobox,pobox,* master,True,gbarr_perl-Convert-ASN1.git,gbarr/perl-Convert-ASN1.git,https://github.com/gbarr/perl-Convert-ASN1.git +912e5a945d3b0f5cb03ac9380eb42ef2915ee263,jonschlinkert,jon.schlinkert@sellside.com,2015-05-10 20:16:00-04:00,jonschlinkert,jon.schlinkert@sellside.com,2015-05-11 00:16:00+00:00,False,sellside,sellside,* master,True,jonschlinkert_snapdragon.git,jonschlinkert/snapdragon.git,https://github.com/jonschlinkert/snapdragon.git +03f684da7600ff67b2208c916506f92e335e1907,Roger Seguin,roger_seguin@msn.com,2004-09-09 13:34:44+00:00,Roger Seguin,roger_seguin@msn.com,2004-09-09 13:34:44+00:00,False,msn,msn,* master,True,panel-plugins_xfce4-genmon-plugin,panel-plugins/xfce4-genmon-plugin,https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin +fc4d966d9b98d09f929ec6847672b3548928bcdb,Paramjit Oberoi,param@cs.wisc.edu,2004-10-03 22:47:52+00:00,Paramjit Oberoi,param@cs.wisc.edu,2004-10-03 22:47:52+00:00,False,cs,cs,* main,True,candlepin_python-iniparse,candlepin/python-iniparse,https://github.com/candlepin/python-iniparse +c633a3441d0d838bf5d0749cdb8fd4b0e637cdb4,tveldhui,devnull@localhost,2000-06-19 12:26:22+00:00,Patrik Jonsson,code@familjenjonsson.org,2016-01-19 04:32:18+00:00,False,localhost,familjenjonsson,* main,True,blitzpp_blitz,blitzpp/blitz,https://github.com/blitzpp/blitz +1fd3bd141467532aabb887903edf81176bd79fcc,Tristan Brindle,t.c.brindle@gmail.com,2013-03-03 01:55:42+08:00,Tristan Brindle,t.c.brindle@gmail.com,2013-03-02 17:55:42+00:00,False,gmail,gmail,* master,True,GNOME_gsound.git,GNOME/gsound.git,https://gitlab.gnome.org/GNOME/gsound.git +4f8cf7149061420a8d2736dfd8319fb58b6acf6c,Joachim Metz,joachim.metz@gmail.com,2014-10-02 21:23:13+02:00,Joachim Metz,joachim.metz@gmail.com,2016-02-21 08:56:55+00:00,False,gmail,gmail,* main,True,log2timeline_dfvfs.git,log2timeline/dfvfs.git,https://github.com/log2timeline/dfvfs.git +a78af02390c4fc91acc6c1605fb81d686168f880,Daniel P. Berrange,berrange@redhat.com,2008-10-19 14:27:20-04:00,Daniel P. Berrange,berrange@redhat.com,2008-10-19 18:27:20+00:00,False,redhat,redhat,* master,True,libvirt_libvirt-glib.git,libvirt/libvirt-glib.git,https://gitlab.com/libvirt/libvirt-glib.git +a8b3f1469c2ee79727e1541b2016097350144be7,JP Aumasson,jeanphilippe.aumasson@gmail.com,2015-10-14 14:50:52+02:00,JP Aumasson,jeanphilippe.aumasson@gmail.com,2015-10-14 12:50:52+00:00,False,gmail,gmail,* master,True,BLAKE2_libb2.git,BLAKE2/libb2.git,https://github.com/BLAKE2/libb2.git +6eb8664012fda2fad96d347c9cc860754abc076b,holger krekel,holger@merlinux.eu,2010-01-18 14:53:09+01:00,holger krekel,holger@merlinux.eu,2010-01-18 13:53:09+00:00,False,merlinux,merlinux,* master,True,pytest-dev_pytest-xdist,pytest-dev/pytest-xdist,https://github.com/pytest-dev/pytest-xdist +7b1639cb7f01e51a85808a03e6991e0e895be6fa,why the lucky stiff,why@whytheluckystiff.net,2003-06-20 21:50:11+00:00,why the lucky stiff,why@whytheluckystiff.net,2003-06-20 21:50:11+00:00,False,whytheluckystiff,whytheluckystiff,* master,True,jgarber_redcloth.git,jgarber/redcloth.git,https://github.com/jgarber/redcloth.git +2f57bbe33afbbac03736d14a5b48877218fc2696,planetmaker,planetmaker@openttd.org,2018-10-25 17:27:39+02:00,planetmaker,planetmaker@openttd.org,2018-10-25 15:27:39+00:00,False,openttd,openttd,* master,True,OpenTTD_nml.git,OpenTTD/nml.git,https://github.com/OpenTTD/nml.git +23751ed1ae2328174df0a4df3e46f75c50ec85c5,Sergio Fernández,wikier@apache.org,2013-10-24 12:21:02+02:00,Sergio Fernández,wikier@apache.org,2013-10-24 10:21:02+00:00,False,apache,apache,* master,True,RDFLib_sparqlwrapper.git,RDFLib/sparqlwrapper.git,https://github.com/RDFLib/sparqlwrapper.git +fd77c1f62df1d660ff9b6038a7d8c93ca8eab89d,lstein,lstein,2004-03-26 23:18:31+00:00,lstein,lstein,2004-03-26 23:18:31+00:00,False,lstein,lstein,* master,True,lstein_LibIO-Interface-Perl.git,lstein/LibIO-Interface-Perl.git,https://github.com/lstein/LibIO-Interface-Perl.git +c9d1a13fd839ef1752cf4cc7cfe2b7fb83e4ead1,☼ 林永忠 ☼,xern@cpan.org,2003-01-28 07:13:57+00:00,Gitpan,schwern+gitpan@pobox.com,2014-10-23 05:21:48+00:00,False,cpan,pobox,* master,True,neilb_Lingua-PT-Stemmer.git,neilb/Lingua-PT-Stemmer.git,https://github.com/neilb/Lingua-PT-Stemmer.git +fe80e676aee714e6015e523e3ad07d3f45348be6,Dave Cross,dave@dave.org.uk,2003-02-19 19:40:47+00:00,Dave Cross,dave@dave.org.uk,2003-02-19 19:40:47+00:00,False,dave,dave,* master,True,p5-number-fraction_number-fraction.git,p5-number-fraction/number-fraction.git,https://github.com/p5-number-fraction/number-fraction.git +ceb64d488a1d0600337e8516c10a4a65ebeb3c96,Tuomas Räsänen,tuos@codegrove.org,2009-12-10 00:58:40+02:00,Tuomas Räsänen,tuos@codegrove.org,2009-12-09 22:58:40+00:00,False,codegrove,codegrove,* master,True,tuomasjjrasanen_python-uinput,tuomasjjrasanen/python-uinput,https://github.com/tuomasjjrasanen/python-uinput +bc66647b3bf3fc5a270dac14f491c1b4eafbb90f,William LeFebvre,bill@lefebvre.org,2007-04-20 06:31:10-07:00,William LeFebvre,bill@lefebvre.org,2007-04-20 13:31:10+00:00,False,lefebvre,lefebvre,* main,True,pg_top_pg_top.git,pg/top/pg/top.git,https://gitlab.com/pg_top/pg_top.git +dc9663c84fdb99096acdde4414a5ae6867960c3f,Val Neekman,un33kvu@gmail.com,2013-04-24 15:47:22-07:00,Val Neekman,un33kvu@gmail.com,2013-04-24 22:47:22+00:00,False,gmail,gmail,* master,True,un33k_django-ipware,un33k/django-ipware,https://github.com/un33k/django-ipware +1b67c68eae7af0d3dfff42a8bddc869209d2f4d2,Nathan Esquenazi,nesquena@gmail.com,2012-10-11 01:41:41-07:00,Nathan Esquenazi,nesquena@gmail.com,2012-10-11 08:41:41+00:00,False,gmail,gmail,* master,True,beanstalkd_beaneater,beanstalkd/beaneater,https://github.com/beanstalkd/beaneater +ffbe3db5df5c3514cee4759fbb152f445612c68c,Ali-Akber Saifee,ali@indydevs.org,2014-02-10 20:24:08+08:00,Ali-Akber Saifee,ali@indydevs.org,2014-02-10 12:24:08+00:00,False,indydevs,indydevs,* master,True,alisaifee_limits.git,alisaifee/limits.git,https://github.com/alisaifee/limits.git +f86b9c4d95a8d6356f8750a5aa7614950f6698b6,Artem Medeusheyev,artem.medeusheyev@gmail.com,2014-01-11 04:46:46-08:00,Artem Medeusheyev,artem.medeusheyev@gmail.com,2014-01-11 12:46:46+00:00,False,gmail,gmail,* master,True,armed_gulp-flatten,armed/gulp-flatten,https://github.com/armed/gulp-flatten +2feb1060545bf3f085b4fd58e74a68537f293a61,Lakshmi Vyasarajan,lakshmi.vyas@gmail.com,2012-03-08 09:48:29+05:30,Lakshmi Vyasarajan,lakshmi.vyas@gmail.com,2012-03-08 04:18:29+00:00,False,gmail,gmail,* master,True,hyde_fswrap,hyde/fswrap,https://github.com/hyde/fswrap +d35cd37ea2ca77adfc691a699ea5dd1e36280d14,Mason Larobina,mason.larobina@gmail.com,2010-05-04 17:48:24+08:00,Mason Larobina,mason.larobina@gmail.com,2010-05-04 09:48:24+00:00,False,gmail,gmail,* develop,True,luakit_luakit,luakit/luakit,https://github.com/luakit/luakit +be876ae1d2c60b34408caeba7b46c23882d4532d,slush0,marek@palatinus.cz,2012-11-13 06:07:40-08:00,slush0,marek@palatinus.cz,2012-11-13 14:07:40+00:00,False,palatinus,palatinus,* main,True,trezor_trezor-firmware.git,trezor/trezor-firmware.git,https://github.com/trezor/trezor-firmware.git +d60ca8d49d1654968886612883a2affa9dccfaa8,Georg Brandl,georg@python.org,2007-07-23 09:02:25+00:00,Georg Brandl,georg@python.org,2007-07-23 09:02:25+00:00,False,python,python,* master,True,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,https://github.com/sphinx-doc/sphinx.git +db49180dd772ddb7643b633d57ad00c58914a519,Markus Neteler,neteler@gmail.com,2008-04-27 12:33:26+00:00,Markus Neteler,neteler@gmail.com,2008-04-27 12:33:26+00:00,False,gmail,gmail,* main,True,OSGeo_grass.git,OSGeo/grass.git,https://github.com/OSGeo/grass.git +558afdbe9a38caee295e44fdb3f2e9e916c8aef8,Stefan Gerlach,stefan.gerlach@uni-konstanz.de,2008-03-03 10:50:16+00:00,Stefan Gerlach,stefan.gerlach@uni-konstanz.de,2008-03-03 10:50:16+00:00,False,uni-konstanz,uni-konstanz,* master,True,education_labplot.git,education/labplot.git,https://invent.kde.org/education/labplot.git +e5eaf9fce2f7ebe2cb2ad01f092abc53d81680bb,VOS Maintainer,vos.admin@openlinksw.com,2006-04-11 17:56:16+00:00,VOS Maintainer,vos.admin@openlinksw.com,2006-04-11 17:56:16+00:00,False,openlinksw,openlinksw,* develop/7,True,openlink_virtuoso-opensource,openlink/virtuoso-opensource,https://github.com/openlink/virtuoso-opensource +24e86364a9d765304780eeff852928b3803e65b0,Joachim Metz,joachim.metz@gmail.com,2016-03-10 07:44:07+01:00,Joachim Metz,joachim.metz@gmail.com,2016-03-10 06:44:07+00:00,False,gmail,gmail,* main,True,log2timeline_dfdatetime.git,log2timeline/dfdatetime.git,https://github.com/log2timeline/dfdatetime.git +c7d58a5f2f6a4fa91c5b178c565fcea4b79db3ae,Gregory Todd Williams,greg@evilfunhouse.com,2014-08-08 17:30:39-07:00,Gregory Todd Williams,greg@evilfunhouse.com,2014-08-09 00:30:39+00:00,False,evilfunhouse,evilfunhouse,* master,True,kasei_attean.git,kasei/attean.git,https://github.com/kasei/attean.git +b37e3978280e5673eacc65e64603aa279db532a2,Gaetano Guerriero,gaetano.guerriero@spacespa.it,2016-02-25 11:49:18+01:00,Gaetano Guerriero,gaetano.guerriero@spacespa.it,2016-02-25 10:49:18+00:00,False,spacespa,spacespa,* master,True,gaetano-guerriero_eyeD3-debian,gaetano-guerriero/eyeD3-debian,https://github.com/gaetano-guerriero/eyeD3-debian +f6723028dc8d8722743d8d7dfa233ce298d55b1c,Marc-André Moreau,marcandre.moreau@gmail.com,2011-06-30 15:12:51-04:00,Marc-André Moreau,marcandre.moreau@gmail.com,2011-06-30 19:12:51+00:00,False,gmail,gmail,* master,True,FreeRDP_FreeRDP,FreeRDP/FreeRDP,https://github.com/FreeRDP/FreeRDP +cf68ff6a95082bc98c943792ac31abe857381b79,Khaled Hosny,khaledhosny@eglug.org,2008-10-31 18:50:55+00:00,Khaled Hosny,khaledhosny@eglug.org,2008-10-31 18:50:55+00:00,False,eglug,eglug,* main,True,alif-type_amiri.git,alif-type/amiri.git,https://github.com/alif-type/amiri.git +2c00c5bc06261157db3b038b5c1ee233857c1950,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-23 20:14:38-05:00,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-24 01:14:38+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_whups.git,horde/whups.git,https://github.com/horde/whups.git +579e53718d29e77486e076d2b3461d986911f050,Murray Cumming,murrayc@murrayc.com,2005-12-02 13:34:41+00:00,Murray Cumming,murrayc@murrayc.com,2005-12-02 13:34:41+00:00,False,murrayc,murrayc,* master,True,cairo_cairomm,cairo/cairomm,https://gitlab.freedesktop.org/cairo/cairomm +48bfef8112a53bfd1aaa379d6cebf8d3252449f6,Michael M Slusarz,slusarz@curecanti.org,2009-07-22 17:42:12-06:00,Michael M Slusarz,slusarz@curecanti.org,2009-07-23 00:34:28+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_gollem.git,horde/gollem.git,https://github.com/horde/gollem.git +6d37f74e4afb9f4a063848714fdef8bae98389b3,Ramiro Estrugo,ramiro@src.gnome.org,1997-01-02 07:38:17+00:00,Ramiro Estrugo,ramiro@src.gnome.org,1997-01-02 07:38:17+00:00,False,src,src,* main,True,GNOME_nautilus.git,GNOME/nautilus.git,https://gitlab.gnome.org/GNOME/nautilus.git +5dc1cf503352209f62bb0d64f922ab3dbb8be6ce,Frank B. Brokken,f.b.brokken@rug.nl,2015-08-24 12:30:52+02:00,Frank B. Brokken,f.b.brokken@rug.nl,2015-08-24 10:30:52+00:00,False,rug,rug,* master,True,fbb-git_natlog.git,fbb-git/natlog.git,https://gitlab.com/fbb-git/natlog.git +c00fc9e5b84573c6fcd40cbd5c050ee1c522409b,matt,matt@biggmatt.com,2008-04-03 01:29:36+00:00,matt,matt@biggmatt.com,2008-04-03 01:29:36+00:00,False,biggmatt,biggmatt,* master,True,WinFF_winff.git,WinFF/winff.git,https://github.com/WinFF/winff.git +a89754dd4555923ebf791b5991b8b424cbc7543f,Richard Leitner,richard.leitner@skidata.com,2014-02-26 12:45:16+01:00,Richard Leitner,richard.leitner@skidata.com,2014-02-26 11:45:16+00:00,False,skidata,skidata,* master,True,g0hl1n_xprintidle,g0hl1n/xprintidle,https://github.com/g0hl1n/xprintidle +b6b4ce77bd2cc831c5ac4ca7927aa0f8c3645396,Ondřej Surý,ondrej@sury.org,2016-05-16 17:14:17+02:00,Ondřej Surý,ondrej@sury.org,2016-05-16 15:14:17+00:00,False,sury,sury,* main,True,zeroc-ice_ice-debian-packaging.git,zeroc-ice/ice-debian-packaging.git,https://github.com/zeroc-ice/ice-debian-packaging.git +99e4fa2de15cecf1d27e8dcff850c7d6d641578a,Ian Clatworthy,ian.clatworthy@internode.on.net,2008-02-14 16:28:42+10:00,Ian Clatworthy,ian.clatworthy@internode.on.net,2008-02-14 06:28:42+00:00,False,internode,internode,* master,True,jelmer_python-fastimport,jelmer/python-fastimport,https://github.com/jelmer/python-fastimport +431de3b553e6abed97325705cfe2196206fa147d,Devon Ryan,dpryan79@users.noreply.github.com,2015-07-31 14:07:36+02:00,Devon Ryan,dpryan79@users.noreply.github.com,2015-07-31 12:07:36+00:00,False,users,users,* master,True,deeptools_pyBigWig.git,deeptools/pyBigWig.git,https://github.com/deeptools/pyBigWig.git +cc622b011afcb4f5bfd5ede579dd80009dfc1dad,Jack Angers,jacktasia@gmail.com,2015-11-18 13:29:17-08:00,Jack Angers,jacktasia@gmail.com,2015-11-18 21:29:17+00:00,False,gmail,gmail,* master,True,jacktasia_dumb-jump.git,jacktasia/dumb-jump.git,https://github.com/jacktasia/dumb-jump.git +caf4d9b8b8b0d26856d2d64f00ab23756867a923,Michal Ratajsky,michal.ratajsky@gmail.com,2014-05-24 00:15:24+02:00,Michal Ratajsky,michal.ratajsky@gmail.com,2014-05-23 22:15:24+00:00,False,gmail,gmail,* master,True,mate-desktop_libmatemixer.git,mate-desktop/libmatemixer.git,https://github.com/mate-desktop/libmatemixer.git +f6a67e29718cd57afee817b669418805f0599cd7,Boian Bonev,bbonev@ipacct.com,2023-03-06 22:15:35+00:00,Boian Bonev,bbonev@ipacct.com,2023-03-06 22:15:35+00:00,False,ipacct,ipacct,* master,True,bbonev_dhcpdump,bbonev/dhcpdump,https://github.com/bbonev/dhcpdump +e5a88e405576be36887e94cd594e7c56e9795270,Hong Minhee,minhee@dahlia.kr,2014-03-02 06:18:28+09:00,Hong Minhee,minhee@dahlia.kr,2014-03-01 21:18:28+00:00,False,dahlia,dahlia,* master,True,sphinx-contrib_autoprogram.git,sphinx-contrib/autoprogram.git,https://github.com/sphinx-contrib/autoprogram.git +31f34979100d4dabc927b6173e8b1978cc49ad53,Elmar S. Heeb,elmar@heebs.ch,2012-05-23 03:59:05-07:00,Elmar S. Heeb,elmar@heebs.ch,2012-05-23 10:59:05+00:00,False,heebs,heebs,* master,True,elmar_ldap-git-backup,elmar/ldap-git-backup,https://github.com/elmar/ldap-git-backup +bdc8b05108e17d25a4e3fed3ea3ef3d768579c42,Pierre-Yves Luyten,py@luyten.fr,2012-08-18 00:16:20+02:00,Pierre-Yves Luyten,py@luyten.fr,2012-08-17 22:16:20+00:00,False,luyten,luyten,* master,True,GNOME_gnome-notes,GNOME/gnome-notes,https://gitlab.gnome.org/GNOME/gnome-notes +01aff329d7dd8a130f5d662517796b66c7ec6bb2,Joe Wreschnig,joe.wreschnig@gmail.com,2004-10-06 03:55:15+00:00,Joe Wreschnig,joe.wreschnig@gmail.com,2004-10-06 03:55:15+00:00,False,gmail,gmail,* main,True,quodlibet_mutagen.git,quodlibet/mutagen.git,https://github.com/quodlibet/mutagen.git +5c8747dc9ad8ecd1ee59bc69eaa736ad140124a0,Rich Burridge,richb@src.gnome.org,2002-06-05 16:59:19+00:00,Rich Burridge,richb@src.gnome.org,2002-06-05 16:59:19+00:00,False,src,src,* main,True,GNOME_gnome-calculator.git,GNOME/gnome-calculator.git,https://gitlab.gnome.org/GNOME/gnome-calculator.git +7b8c329578d642d31618d487b97864306c43073c,Lennart Poettering,lennart@poettering.net,2004-07-17 14:06:13+00:00,Lennart Poettering,lennart@poettering.net,2004-07-17 14:06:13+00:00,False,poettering,poettering,* master,True,pulseaudio_pulseaudio.git,pulseaudio/pulseaudio.git,https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git +07c0385e931ffad1a79d7ea841a6d3f978f0bea9,Schlomo Schapiro,github@schlomo.schapiro.org,2009-03-15 19:32:49+00:00,Schlomo Schapiro,github@schlomo.schapiro.org,2009-03-15 19:32:49+00:00,False,schlomo,schlomo,* master,True,rear_rear.git,rear/rear.git,https://github.com/rear/rear.git +621810ed0864f0848dd938588ea77a77952162bc,Ken Conley,kwc@willowgarage.com,2012-04-04 17:06:38-07:00,Ken Conley,kwc@willowgarage.com,2012-04-05 00:06:38+00:00,False,willowgarage,willowgarage,* master,True,ros-infrastructure_rospkg.git,ros-infrastructure/rospkg.git,https://github.com/ros-infrastructure/rospkg.git +d9ace8cae8f12de4b5aea4690a21e926861ee36e,uqasz,ukasz83@gmail.com,2012-12-06 05:24:16-08:00,uqasz,ukasz83@gmail.com,2012-12-06 13:24:16+00:00,False,gmail,gmail,* main,True,luqasz_librouteros,luqasz/librouteros,https://github.com/luqasz/librouteros +9a6c527ef46f25976a53d00bed85ff3977c8e4db,Mikhail Podgurskiy,kmmbvnr@gmail.com,2010-05-25 13:42:28+07:00,Mikhail Podgurskiy,kmmbvnr@gmail.com,2010-05-25 06:42:28+00:00,False,gmail,gmail,* master,True,viewflow_django-fsm,viewflow/django-fsm,https://github.com/viewflow/django-fsm +5afe27bce79b59944d0dfd564f8a4dfa88bbcd51,Kjetil Kjernsmo,kjetil@kjernsmo.net,2012-06-11 00:27:25+02:00,Kjetil Kjernsmo,kjetil@kjernsmo.net,2012-06-10 22:27:25+00:00,False,kjernsmo,kjernsmo,* main,True,kjetilk_Test-RDF.git,kjetilk/Test-RDF.git,https://github.com/kjetilk/Test-RDF.git +9d1d71a22f9acf0c5c283064b805166ad612013b,Perberos,perberos@gmail.com,2011-12-01 21:46:33-03:00,Perberos,perberos@gmail.com,2011-12-02 00:46:33+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-common.git,mate-desktop/mate-common.git,https://github.com/mate-desktop/mate-common.git +76a551dca73650ac2c429b6946e712fcc7887e2d,Tushar Gohad,tushar.gohad@intel.com,2014-04-20 22:14:46-07:00,Tushar Gohad,tushar.gohad@intel.com,2014-04-21 06:07:49+00:00,False,intel,intel,* master,True,openstack_liberasurecode.git,openstack/liberasurecode.git,https://github.com/openstack/liberasurecode.git +64f6e5baeefb705f367ed6fb92c3aaf27197861c,Clement Lefebvre,clement.lefebvre@linuxmint.com,2013-01-09 10:32:58+00:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2013-01-09 10:32:58+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_cinnamon-control-center.git,linuxmint/cinnamon-control-center.git,https://github.com/linuxmint/cinnamon-control-center.git +37240ebede0e2e78cf1299d0b7ce43abbd878397,shlomif,shlomif@52c325ad-5fd0-0310-8a0f-c43feede02cc,2006-03-30 16:30:34+00:00,shlomif,shlomif@52c325ad-5fd0-0310-8a0f-c43feede02cc,2006-03-30 16:30:34+00:00,False,52c325ad-5fd0-0310-8a0f-c43feede02cc,52c325ad-5fd0-0310-8a0f-c43feede02cc,* master,True,shlomif_perl-error.pm.git,shlomif/perl-error.pm.git,https://github.com/shlomif/perl-error.pm.git +4caf178bd434219f53ebaf7b4f8053270f3e93e6,Vladimir Keleshev,halst@ya.ru,2012-01-31 18:17:52+01:00,Vladimir Keleshev,halst@ya.ru,2012-01-31 17:17:52+00:00,False,ya,ya,* master,True,PyCQA_pydocstyle.git,PyCQA/pydocstyle.git,https://github.com/PyCQA/pydocstyle.git +73ca88857a133fa2c074be646085350d8e99eae6,Donald Stufft,donald@stufft.io,2014-02-27 12:43:32-05:00,Donald Stufft,donald@stufft.io,2014-02-27 17:43:32+00:00,False,stufft,stufft,* main,True,pypa_readme_renderer,pypa/readme/renderer,https://github.com/pypa/readme_renderer +4b9cd87e2f52a3bb996f3044323fea46f18d2639,Graham Dumpleton,Graham.Dumpleton@gmail.com,2013-05-29 03:22:45-07:00,Graham Dumpleton,Graham.Dumpleton@gmail.com,2013-05-29 10:22:45+00:00,False,gmail,gmail,* master,True,ionelmc_python-lazy-object-proxy.git,ionelmc/python-lazy-object-proxy.git,https://github.com/ionelmc/python-lazy-object-proxy.git +a774cc7ff4bd0f31945e6209614bc5f593a5d983,Ryan Tomayko,rtomayko@gmail.com,2009-11-05 11:48:05-08:00,Ryan Tomayko,rtomayko@gmail.com,2009-11-05 19:48:25+00:00,False,gmail,gmail,* main,True,apjanke_ronn-ng,apjanke/ronn-ng,https://github.com/apjanke/ronn-ng +1e2178fe4e6d2075f247c2248b9b2103ab5e2912,Ben Buxton,bbuxton@google.com,2015-08-25 13:26:31+10:00,Ben Buxton,bbuxton@google.com,2015-08-25 03:26:31+00:00,False,google,google,* master,True,google_textfsm.git,google/textfsm.git,https://github.com/google/textfsm.git +e50471eaccdfc457ddad16c74e11353f74b1340a,Mikel Lindsaar,raasdnil@gmail.com,2008-11-22 14:17:14+11:00,Mikel Lindsaar,raasdnil@gmail.com,2008-11-22 03:17:14+00:00,False,gmail,gmail,* master,True,mikel_mail,mikel/mail,https://github.com/mikel/mail +3265af743307b63aae67026e22d07cb3f6606b33,Daniel Vrátil,dvratil@kde.org,2020-09-12 13:24:21+02:00,Daniel Vrátil,dvratil@kde.org,2020-09-12 11:24:21+00:00,False,kde,kde,* master,True,pim_kdepim-apps-libs,pim/kdepim-apps-libs,https://invent.kde.org/pim/kdepim-apps-libs +e86316eb93013b55be49302bd2bbe9f18fe00564,Janne Liljeblad,janne.liljeblad@gmail.com,2012-03-03 21:57:20+02:00,Janne Liljeblad,janne.liljeblad@gmail.com,2012-03-03 19:57:20+00:00,False,gmail,gmail,* master,True,jliljebl_flowblade,jliljebl/flowblade,https://github.com/jliljebl/flowblade +9d743c4305d742737d476d45d3710e4166305a39,JessThrysoee,jess@thrysoee.dk,2011-12-13 20:54:15+01:00,JessThrysoee,jess@thrysoee.dk,2011-12-13 19:54:15+00:00,False,thrysoee,thrysoee,* master,True,JessThrysoee_xtermcontrol.git,JessThrysoee/xtermcontrol.git,https://github.com/JessThrysoee/xtermcontrol.git +c05b1a429bb86babd602bafa99eeffad32ed9138,Tomash Brechko,tomash.brechko@gmail.com,2007-12-06 13:07:27+03:00,Tomash Brechko,tomash.brechko@gmail.com,2007-12-06 10:07:27+00:00,False,gmail,gmail,* master,True,JRaspass_Cache-Memcached-Fast.git,JRaspass/Cache-Memcached-Fast.git,https://github.com/JRaspass/Cache-Memcached-Fast.git +db77cea7b44695efd6fd1edbca4414ad6da209b8,Chris Travers,chris.travers@gmail.com,2013-11-13 00:43:16-08:00,Chris Travers,chris.travers@gmail.com,2013-11-13 08:43:16+00:00,False,gmail,gmail,* master,True,ledgersmb_PGObject-Type-DateTime.git,ledgersmb/PGObject-Type-DateTime.git,https://github.com/ledgersmb/PGObject-Type-DateTime.git +d105cd39b103ba7b73900cd7db89df41a696e3bc,Juri Glass,juri.glass@dai-labor.de,2011-06-16 12:26:21+02:00,Juri Glass,juri.glass@dai-labor.de,2011-06-16 10:26:21+00:00,False,dai-labor,dai-labor,* master,True,volkszaehler_libsml,volkszaehler/libsml,https://github.com/volkszaehler/libsml +49a0a2e98887332d23930e67d9b64010ad19cf9f,Nicolas Favre-Felix,n.favrefelix@gmail.com,2010-12-20 16:36:44+01:00,Nicolas Favre-Felix,n.favrefelix@gmail.com,2010-12-20 15:36:44+00:00,False,gmail,gmail,* master,True,nicolasff_webdis,nicolasff/webdis,https://github.com/nicolasff/webdis +cf401da1ce352046a26ce643076bfb21623824a2,Abdelkader Boudih,seuros@commonshare.com,2023-05-08 20:33:51+01:00,Abdelkader Boudih,seuros@commonshare.com,2023-05-08 19:43:52+00:00,False,commonshare,commonshare,* master,True,grosser_maxitest,grosser/maxitest,https://github.com/grosser/maxitest +89df60be5ed267cd571cda20ea3dd3efa57c6d99,Alexey Gaziev,alex.gaziev@gmail.com,2011-05-09 19:05:59+04:00,Alexey Gaziev,alex.gaziev@gmail.com,2011-05-09 15:05:59+00:00,False,gmail,gmail,* master,True,gazay_gon,gazay/gon,https://github.com/gazay/gon +b85b32d2b09c5a592327af88061f807439a9e1d6,schnorr,Lucas.Schnorr@imag.fr,2012-06-15 11:49:55+02:00,schnorr,Lucas.Schnorr@imag.fr,2012-06-15 09:49:55+00:00,False,imag,imag,* master,True,schnorr_pajeng.git,schnorr/pajeng.git,https://github.com/schnorr/pajeng.git +eed5642b7a1ef41667f49adbebd72a40db946b2a,Hervé Pagès,hpages@fredhutch.org,2019-04-19 13:38:17-07:00,Hervé Pagès,hpages@fredhutch.org,2019-04-19 20:38:17+00:00,False,fredhutch,fredhutch,* devel,True,Bioconductor_GenomicAlignments.git,Bioconductor/GenomicAlignments.git,https://github.com/Bioconductor/GenomicAlignments.git +e46f8ed0adcabacd65c27dc8f3e6e5a3be988dd8,Martin Heni,martin@heni-online.de,2000-06-01 19:36:16+00:00,Martin Heni,martin@heni-online.de,2000-06-01 19:36:16+00:00,False,heni-online,heni-online,* master,True,lskat.git,lskat.git,https://anongit.kde.org/lskat.git +f0516f4ce3fdf9bb82a2dd988afcc29067d7141c,Jeroen van der Heijden,jeroen@transceptor.technology,2016-03-30 21:58:40+02:00,Jeroen van der Heijden,jeroen@transceptor.technology,2016-03-30 19:58:40+00:00,False,transceptor,transceptor,* master,True,transceptor-technology_siridb-server.git,transceptor-technology/siridb-server.git,https://github.com/transceptor-technology/siridb-server.git +eb90e34caeb58ce7f232896d398c70f3290ddb3f,Eric Busboom,eric@clarinova.com,2001-01-02 07:33:17+00:00,Eric Busboom,eric@clarinova.com,2001-01-02 07:33:17+00:00,False,clarinova,clarinova,* master,True,libical_libical,libical/libical,https://github.com/libical/libical +039e880a9437fde543bb4d1da7f91c8bf2f3c175,Peter Hanappe,peter@hanappe.com,2003-03-11 16:56:45+00:00,Peter Hanappe,peter@hanappe.com,2003-03-11 16:56:45+00:00,False,hanappe,hanappe,* master,True,Fluidsynth_fluidsynth.git,Fluidsynth/fluidsynth.git,https://github.com/Fluidsynth/fluidsynth.git +618b37a9a5164baf8bb885fd9d6c3f0f36c86b3c,Script Kiddy,scripty@kde.org,2005-12-21 07:04:26+00:00,Script Kiddy,scripty@kde.org,2005-12-21 07:04:26+00:00,False,kde,kde,* master,True,pim_kjots,pim/kjots,https://invent.kde.org/pim/kjots +38b6c39be74fb0440b6a67527bdd3887abb49853,jlam,jlam,2004-08-06 16:55:09+00:00,jlam,jlam,2004-08-06 16:55:09+00:00,False,jlam,jlam,* master,True,jgoerzen_libnbcompat,jgoerzen/libnbcompat,https://github.com/jgoerzen/libnbcompat +c88982e5344d53e3ebc2ace59d5c849a53ad333c,Ming Hua,minghua-guest@users.alioth.debian.org,2004-12-08 02:35:04+00:00,Ming Hua,minghua-guest@users.alioth.debian.org,2004-12-08 02:35:04+00:00,False,users,users,* master,True,leggewie-DM_scim,leggewie-DM/scim,https://github.com/leggewie-DM/scim +68029d113c985567c052b8e1cdc37f488c37ef86,Dimitri Fontaine,dim@tapoueh.org,2014-03-28 22:30:28+01:00,Dimitri Fontaine,dim@tapoueh.org,2014-03-28 21:30:28+00:00,False,tapoueh,tapoueh,* master,True,dimitri_pgcharts,dimitri/pgcharts,https://github.com/dimitri/pgcharts +3c67fdbc29275c92d4d953d21864ffee6e6751c6,ubernostrum,devnull@localhost,2007-05-21 10:21:14+00:00,ubernostrum,devnull@localhost,2007-05-21 10:21:14+00:00,False,localhost,localhost,* trunk,True,ubernostrum_django-contact-form,ubernostrum/django-contact-form,https://github.com/ubernostrum/django-contact-form +0a339699814b58014633908fbd0028c9ca6ec1ca,Mansour,mansour@oxplot.com,2011-11-07 00:01:00+11:00,Mansour,mansour@oxplot.com,2011-11-06 13:01:00+00:00,False,oxplot,oxplot,* master,True,mriehl_fysom.git,mriehl/fysom.git,https://github.com/mriehl/fysom.git +51ccf3f74f478c5695bb3f7f0018d30c1f17f781,hualet,mr.asianwang@gmail.com,2013-11-11 07:57:59-08:00,hualet,mr.asianwang@gmail.com,2013-11-11 15:57:59+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-menu.git,linuxdeepin/deepin-menu.git,https://github.com/linuxdeepin/deepin-menu.git +7e04f4e3c2249bb4a3e73877719c1f50cb387d2f,Magnus Edenhill,magnus@confluent.io,2016-04-14 10:19:29+02:00,Magnus Edenhill,magnus@confluent.io,2016-04-14 09:35:43+00:00,False,confluent,confluent,* master,True,confluentinc_confluent-kafka-python.git,confluentinc/confluent-kafka-python.git,https://github.com/confluentinc/confluent-kafka-python.git +9055be700f2579f74bc8d360dc75f414748b080d,Sean Huber,shuber@huberry.com,2009-01-07 21:01:59-08:00,Sean Huber,shuber@huberry.com,2009-01-08 05:01:59+00:00,False,huberry,huberry,* master,True,attr-encrypted_attr_encrypted.git,attr-encrypted/attr/encrypted.git,https://github.com/attr-encrypted/attr_encrypted.git +8c59ffa27b06802b3d3b1bedb67cf2404d872ec8,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,False,dune-project,dune-project,* master,True,core_dune-grid,core/dune-grid,https://gitlab.dune-project.org/core/dune-grid +0a6d011135dd6242ef91eb06e3e2260d50ed3112,Qix,i.am.qix@gmail.com,2015-08-25 11:07:39-06:00,Qix,i.am.qix@gmail.com,2015-08-25 17:07:39+00:00,False,gmail,gmail,* master,True,qix-_node-is-arrayish,qix-/node-is-arrayish,https://github.com/qix-/node-is-arrayish +18617e0ed6e82f32d3bab9be6ddfe5f351bb21d0,Shaun Sephton,shaunsephton@gmail.com,2011-08-29 10:01:53+02:00,Shaun Sephton,shaunsephton@gmail.com,2011-08-29 08:01:53+00:00,False,gmail,gmail,* develop,True,praekelt_django-setuptest.git,praekelt/django-setuptest.git,https://github.com/praekelt/django-setuptest.git +b7d3cc34f68dab7b8f7d0777711317b334fc2219,Wilmer van der Gaast,wilmer@gaast.net,2005-11-06 19:23:18+01:00,Wilmer van der Gaast,wilmer@gaast.net,2005-11-06 18:23:18+00:00,False,gaast,gaast,* master,True,bitlbee_bitlbee,bitlbee/bitlbee,https://github.com/bitlbee/bitlbee +ff021a73f0cd26b2f27ca729783aa486393f9b3a,mquinson,mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f,2004-01-27 19:53:06+00:00,mquinson,mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f,2004-01-27 19:53:06+00:00,False,48e7efb5-ca39-0410-a469-dd3cf9ba447f,48e7efb5-ca39-0410-a469-dd3cf9ba447f,* master,True,simgrid_simgrid.git,simgrid/simgrid.git,https://framagit.org/simgrid/simgrid.git +fe7d257610d6ce9e404c4f0648b64ba1d659a388,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* master,True,savonet_ocaml-ssl.git,savonet/ocaml-ssl.git,https://github.com/savonet/ocaml-ssl.git +43b6ade9980fe2b364f1e4919b6d87d7d12db221,dugsong,dugsong@0c474577-fa26-0410-a966-bdb198e94e9e,2001-10-11 04:14:42+00:00,dugsong,dugsong@0c474577-fa26-0410-a966-bdb198e94e9e,2001-10-11 04:14:42+00:00,False,0c474577-fa26-0410-a966-bdb198e94e9e,0c474577-fa26-0410-a966-bdb198e94e9e,* master,True,ofalk_libdnet,ofalk/libdnet,https://github.com/ofalk/libdnet +13b1212e2c6727f48d01ec0f71539bc84b87b411,barryp@macbook.home,barryp@macbook.home,2007-11-14 12:18:05-06:00,barryp@macbook.home,barryp@macbook.home,2007-11-14 18:18:05+00:00,False,macbook,macbook,* main,True,celery_py-amqp.git,celery/py-amqp.git,https://github.com/celery/py-amqp.git +2c93f497244581b6d3a113a0c95726834a05af35,Richard Hughes,richard@hughsie.com,2015-01-02 14:28:21+00:00,Richard Hughes,richard@hughsie.com,2015-01-02 15:22:18+00:00,False,hughsie,hughsie,* master,True,GNOME_gnome-multi-writer.git,GNOME/gnome-multi-writer.git,https://gitlab.gnome.org/GNOME/gnome-multi-writer.git +3c31b32079a65133abd0219fd20a6ceb6dc1c8f2,Timur Birsh,taem@linukz.org,2009-08-07 11:44:30+06:00,Timur Birsh,taem@linukz.org,2009-08-07 05:44:30+00:00,False,linukz,linukz,* master,True,taem_cd-discid,taem/cd-discid,https://github.com/taem/cd-discid +d61b9314a38d4a781ef51a486b069d949c46a43e,Aleksey V Zapparov,ixti@member.fsf.org,2011-10-03 13:41:35+02:00,Aleksey V Zapparov,ixti@member.fsf.org,2011-10-03 11:41:35+00:00,False,member,member,* master,True,nodeca_js-yaml.git,nodeca/js-yaml.git,https://github.com/nodeca/js-yaml.git +db49ea751cbf763a51f53175357bed7ab5a9e96d,Kaisen Chen,kaisen@yelp.com,2016-08-04 10:58:27-07:00,Kaisen Chen,kaisen@yelp.com,2016-08-04 17:58:27+00:00,False,yelp,yelp,* master,True,Yelp_py_zipkin,Yelp/py/zipkin,https://github.com/Yelp/py_zipkin +9b39806e6dfb3105cd875aa7103190ba2c3f98ab,Ramnath Vaidyanathan,ramnath.vaidya@gmail.com,2014-07-17 16:40:13-04:00,Ramnath Vaidyanathan,ramnath.vaidya@gmail.com,2014-07-17 20:40:13+00:00,False,gmail,gmail,* master,True,ramnathv_htmlwidgets.git,ramnathv/htmlwidgets.git,https://github.com/ramnathv/htmlwidgets.git +3b075d8c26d9a99dc90e7e2a31595f79c1a87f0e,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-09-18 18:35:36-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2021-09-18 21:35:36+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_stress,resurrecting-open-source-projects/stress,https://github.com/resurrecting-open-source-projects/stress +35b7ec1595265f1cb4b35f910f188cf8a0259916,Graeme Connell,gconnell@google.com,2014-10-13 16:20:30-06:00,Graeme Connell,gconnell@google.com,2014-10-13 22:20:30+00:00,False,google,google,* master,True,google_stenographer,google/stenographer,https://github.com/google/stenographer +64d88a1a9fd21a497087a40e7dff8b3310874420,Arjan van de Ven,arjan@linux.intel.com,2010-12-20 15:45:35-08:00,Arjan van de Ven,arjan@linux.intel.com,2010-12-20 23:45:35+00:00,False,linux,linux,* master,True,fenrus75_powertop,fenrus75/powertop,https://github.com/fenrus75/powertop +be3c7770496539c74b258b9ead42327483c00deb,matee,matee@matee.net,2011-12-19 09:49:25+01:00,matee,matee@matee.net,2011-12-19 08:49:25+00:00,False,matee,matee,* master,True,pysimplesoap_pysimplesoap,pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap +16c7d718e7de287bc179e0e6bc9fee9bfa0a1c5a,Patrick Maupin,pmaupin@gmail.com,2012-09-19 18:00:12-05:00,Patrick Maupin,pmaupin@gmail.com,2012-09-19 23:00:12+00:00,False,gmail,gmail,* master,True,berkerpeksag_astor,berkerpeksag/astor,https://github.com/berkerpeksag/astor +5a8c722526af975db6f3f9b9150d240dbf984ea3,Psi,git@psi-im.org,2007-04-08 08:11:44+00:00,Psi,git@psi-im.org,2007-04-08 08:11:44+00:00,False,psi-im,psi-im,* master,True,psi-im_psi.git,psi-im/psi.git,https://github.com/psi-im/psi.git +d477df8c28783c1d242b006473563f7cb2abc07d,Damien Elmes,git@ichi2.net,2012-12-21 16:51:59+09:00,Damien Elmes,git@ichi2.net,2012-12-21 07:51:59+00:00,False,ichi2,ichi2,* main,True,ankitects_anki.git,ankitects/anki.git,https://github.com/ankitects/anki.git +68c04f65ca84f4b32cf5172de9eff7563de496ad,astrofrog,thomas.robitaille@gmail.com,2009-02-24 20:51:31+00:00,astrofrog,thomas.robitaille@gmail.com,2009-02-24 20:51:31+00:00,False,gmail,gmail,* main,True,aplpy_aplpy.git,aplpy/aplpy.git,https://github.com/aplpy/aplpy.git +6fad665cf56d9416668f3b6447b850d1dd873780,evaleev,eduard@valeyev.net,2008-07-30 17:28:00+00:00,evaleev,eduard@valeyev.net,2008-07-30 17:28:00+00:00,False,valeyev,valeyev,* master,True,ValeevGroup_tiledarray.git,ValeevGroup/tiledarray.git,https://github.com/ValeevGroup/tiledarray.git +7e83d1e94cdf19a55dd4a6a9a8c4e5964abcb76d,Dmitry Borodaenko,angdraug@debian.org,2011-09-17 01:11:06+03:00,Dmitry Borodaenko,angdraug@debian.org,2011-09-16 22:11:06+00:00,False,debian,debian,* main,True,angdraug_samizdat,angdraug/samizdat,https://github.com/angdraug/samizdat +e7daaee3dcd9a6fd2a2fcc67db83c50ce6467f63,stevenj,none,1999-11-21 20:24:59-05:00,stevenj,none,1999-11-22 01:24:59+00:00,False,none,none,* master,True,NanoComp_h5utils.git,NanoComp/h5utils.git,https://github.com/NanoComp/h5utils.git +fadfb3e9e1a88e2d0019536ec6f7a22e7ba952ff,Mikael Grev,grev@miginfocom.com,2015-06-04 07:51:27+02:00,Mikael Grev,grev@miginfocom.com,2015-06-04 05:51:27+00:00,False,miginfocom,miginfocom,* master,True,mikaelgrev_miglayout,mikaelgrev/miglayout,https://github.com/mikaelgrev/miglayout +89c51e13c4215a16ae47847892c93ad1c6eb1037,Nicolas Pourcelot,nicolas.pourcelot@gmail.com,2010-12-07 12:39:25+01:00,Nicolas Pourcelot,nicolas.pourcelot@gmail.com,2010-12-07 11:39:25+00:00,False,gmail,gmail,* master,True,wxgeo_geophar,wxgeo/geophar,https://github.com/wxgeo/geophar +5c6e5cbc5512a1cbfad1ca905f21b07065e0defd,Chris Phelps,chicane@src.gnome.org,2001-12-06 02:51:13+00:00,Chris Phelps,chicane@src.gnome.org,2001-12-06 02:51:13+00:00,False,src,src,* master,True,GNOME_gtksourceview.git,GNOME/gtksourceview.git,https://gitlab.gnome.org/GNOME/gtksourceview.git +91f53c7713caa8f24c6d5d870c46d9e5bc194a55,Matthew Brett,matthew.brett@gmail.com,2015-10-22 19:07:10-04:00,Matthew Brett,matthew.brett@gmail.com,2015-10-22 23:09:25+00:00,False,gmail,gmail,* main,True,matthew-brett_nb2plots.git,matthew-brett/nb2plots.git,https://github.com/matthew-brett/nb2plots.git +5968220213bdc9dc9442178738641b96c295df74,Hideo Hattori,hattori@uranium.(none),2010-12-30 05:27:29+09:00,Hideo Hattori,hattori@uranium.(none),2010-12-29 20:27:29+00:00,False,uranium,uranium,* main,True,hhatto_autopep8.git,hhatto/autopep8.git,https://github.com/hhatto/autopep8.git +f5edb7e3d227235feea5bbd52b9058416dc3a470,Dave Vasilevsky,dave@vasilevsky.ca,2012-04-16 10:39:39-04:00,Dave Vasilevsky,dave@vasilevsky.ca,2012-04-16 14:39:39+00:00,False,vasilevsky,vasilevsky,* master,True,vasi_squashfuse.git,vasi/squashfuse.git,https://github.com/vasi/squashfuse.git +383d8d6241b2d17072e7581f7b7d4930dfce1516,Stelian Ionescu,sionescu@cddr.org,2011-08-03 00:35:27+02:00,Stelian Ionescu,sionescu@cddr.org,2011-08-02 22:35:27+00:00,False,cddr,cddr,* master,True,sionescu_bordeaux-threads,sionescu/bordeaux-threads,https://github.com/sionescu/bordeaux-threads +db19b5793f27e25bd6f8cd3c3a72b76f7ca94501,Floris Bruynooghe,flub@devork.be,2012-02-24 01:06:15+00:00,Floris Bruynooghe,flub@devork.be,2012-02-24 01:06:15+00:00,False,devork,devork,* main,True,pytest-dev_pytest-timeout.git,pytest-dev/pytest-timeout.git,https://github.com/pytest-dev/pytest-timeout.git +b4b653122b32a5da6bea4707e8df75a2b997a32f,Brockmann Consult Development,dev@brockmann-consult.de,2013-12-09 09:03:21-08:00,Brockmann Consult Development,dev@brockmann-consult.de,2013-12-09 17:03:21+00:00,False,brockmann-consult,brockmann-consult,* master,True,jpy-consortium_jpy,jpy-consortium/jpy,https://github.com/jpy-consortium/jpy +d0ddb46dd657ec4c6c8386a548704058020fe9ec,Axel Beckert,beckert@phys.ethz.ch,2010-10-29 14:37:15+02:00,Axel Beckert,beckert@phys.ethz.ch,2010-10-29 12:37:15+00:00,False,phys,phys,* master,True,xtaran_unburden-home-dir,xtaran/unburden-home-dir,https://github.com/xtaran/unburden-home-dir +89cbf169e76d834515cb8a8385654323222ecee0,Jaap Karssenberg,pardus@cpan.org,2008-09-22 23:46:06+02:00,Jaap Karssenberg,pardus@cpan.org,2008-09-22 21:46:06+00:00,False,cpan,cpan,* develop,True,jaap-karssenberg_zim-desktop-wiki.git,jaap-karssenberg/zim-desktop-wiki.git,https://github.com/jaap-karssenberg/zim-desktop-wiki.git +e2473fe98a1d4fd915c3b79da911691370a67c2d,Ed Hartnett,ed@unidata.ucar.edu,2011-08-17 19:07:39+00:00,Ed Hartnett,ed@unidata.ucar.edu,2011-08-17 19:07:39+00:00,False,unidata,unidata,* main,True,Unidata_netcdf-fortran.git,Unidata/netcdf-fortran.git,https://github.com/Unidata/netcdf-fortran.git +0f0bb7d04dfa1486e6c2880beb1bf6403f8d2c40,hadley,h.wickham@gmail.com,2010-08-31 09:39:53-05:00,hadley,h.wickham@gmail.com,2010-08-31 14:39:53+00:00,False,gmail,gmail,* main,True,tidyverse_lubridate.git,tidyverse/lubridate.git,https://github.com/tidyverse/lubridate.git +d545ab733466d412d0e20ba6de009372e4a8d7f7,Adrian Perez de Castro,aperez@igalia.com,2014-01-31 16:36:48+02:00,Adrian Perez de Castro,aperez@igalia.com,2014-01-31 14:36:48+00:00,False,igalia,igalia,* master,True,aperezdc_notmuch-addrlookup-c,aperezdc/notmuch-addrlookup-c,https://github.com/aperezdc/notmuch-addrlookup-c +7d84dbeb183fc8ebad431b57346cf2c288e53b74,Daniel Adolfsson,daniel.adolfsson@tuhox.com,2011-09-13 21:26:12+02:00,Daniel Adolfsson,daniel.adolfsson@tuhox.com,2011-09-13 19:26:12+00:00,False,tuhox,tuhox,* master,True,DanielAdolfsson_ndppd,DanielAdolfsson/ndppd,https://github.com/DanielAdolfsson/ndppd +a6ce767de90dae6aa9588699c3b40e408d6c86df,Wolfgang Hommel,wolf@code-wizards.com,2011-04-24 19:55:43+02:00,Wolfgang Hommel,wolf@code-wizards.com,2011-04-24 17:55:43+00:00,False,code-wizards,code-wizards,* master,True,wolfcw_libfaketime.git,wolfcw/libfaketime.git,https://github.com/wolfcw/libfaketime.git +d9b3392870ae6dee0cb062f431155eb8db382f4d,Alexis Sukrieh,sukria@sukria.net,2010-04-03 15:22:20+02:00,Alexis Sukrieh,sukria@sukria.net,2010-04-03 13:22:20+00:00,False,sukria,sukria,* devel,True,perldancer_Dancer-Plugin-REST.git,perldancer/Dancer-Plugin-REST.git,https://github.com/perldancer/Dancer-Plugin-REST.git +30167a535c7eac17888d50a08998bccf92469e19,Federico Capoano,nemesis@ninux.org,2016-07-08 17:35:25+02:00,Federico Capoano,nemesis@ninux.org,2016-07-08 15:35:25+00:00,False,ninux,ninux,* master,True,openwisp_django-x509,openwisp/django-x509,https://github.com/openwisp/django-x509 +032c52c6172856af88bbd5b7c59b3c1fb744421e,Ade Oshineye,adewale@gmail.com,2010-02-14 17:41:09-08:00,David Tsai,dbtsai@dbtsai.com,2012-08-22 21:32:30+00:00,False,gmail,dbtsai,* master,True,dbtsai_python-mimeparse.git,dbtsai/python-mimeparse.git,https://github.com/dbtsai/python-mimeparse.git +9a755e49330ab36384ffe991b31abb8f10f9ecc8,Tom Szilagyi,tomszilagyi@gmail.com,2016-01-01 17:56:31+01:00,Tom Szilagyi,tom.szilagyi@altmail.se,2024-01-10 10:18:37+00:00,False,gmail,altmail,* master,True,tomszilagyi_ir.lv2.git,tomszilagyi/ir.lv2.git,https://github.com/tomszilagyi/ir.lv2.git +2157efb8b57666699fcf15bf03c3771c1571279c,Benedikt Schmitt,benedikt@benediktschmitt.de,2014-02-23 01:28:10+01:00,Benedikt Schmitt,benedikt@benediktschmitt.de,2014-02-23 00:28:10+00:00,False,benediktschmitt,benediktschmitt,* main,True,tox-dev_py-filelock,tox-dev/py-filelock,https://github.com/tox-dev/py-filelock +b48183d24b531c1d95f30ea106c976d0e7d6b12f,Sharon Rosner,ciconia@gmail.com,2007-02-27 13:33:43+00:00,Sharon Rosner,ciconia@gmail.com,2007-02-27 13:33:43+00:00,False,gmail,gmail,* master,True,jeremyevans_sequel,jeremyevans/sequel,https://github.com/jeremyevans/sequel +c5c66cdc9457f9f359a130ab7f9a2cdfc3bdbe01,TJ Saunders,tj@castaglia.org,2012-08-20 11:02:24-07:00,TJ Saunders,tj@castaglia.org,2012-08-20 18:02:24+00:00,False,castaglia,castaglia,* master,True,Castaglia_proftpd-mod_vroot.git,Castaglia/proftpd-mod/vroot.git,https://github.com/Castaglia/proftpd-mod_vroot.git +aec200c41b5b3e1f436172a66c322cfbae421a8b,Peter Pentchev,roam@ringlet.net,2018-04-13 10:29:14+03:00,Peter Pentchev,roam@ringlet.net,2018-04-13 07:29:14+00:00,False,ringlet,ringlet,* master,True,ppentchev_feature-check,ppentchev/feature-check,https://gitlab.com/ppentchev/feature-check +888fd232ab2ea186a6c0a46566b24c7db0629a1d,Juho Vepsalainen,bebraw@gmail.com,2015-06-26 13:20:27+03:00,Juho Vepsalainen,bebraw@gmail.com,2015-06-26 10:20:27+00:00,False,gmail,gmail,* develop,True,survivejs_webpack-merge.git,survivejs/webpack-merge.git,https://github.com/survivejs/webpack-merge.git +0a5f6136735bfa39998cca584d36e296800244da,ianmacd,,2002-02-09 08:41:35+00:00,ianmacd,,2002-02-09 08:41:35+00:00,False,,,* main,True,scop_bash-completion,scop/bash-completion,https://github.com/scop/bash-completion +44aed145638915b2288947d8cbff0b8f8f801ebb,Miroslav Šulc,fordfrog@fordfrog.com,2012-09-16 02:30:01+02:00,Miroslav Šulc,fordfrog@fordfrog.com,2012-09-16 00:30:01+00:00,False,fordfrog,fordfrog,* develop,True,fordfrog_apgdiff,fordfrog/apgdiff,https://github.com/fordfrog/apgdiff +b2ff184712b9629d001bdc94b9fa2aba80aee929,arnova,arnova@2cdb06df-4b6c-47a8-a790-b77aef9f425a,2009-09-05 15:11:16+00:00,arnova,arnova@2cdb06df-4b6c-47a8-a790-b77aef9f425a,2009-09-05 15:11:16+00:00,False,2cdb06df-4b6c-47a8-a790-b77aef9f425a,2cdb06df-4b6c-47a8-a790-b77aef9f425a,* master,True,arno-iptables-firewall_aif.git,arno-iptables-firewall/aif.git,https://github.com/arno-iptables-firewall/aif.git +f5bb51bb768097d73833a74da8abece72ce7c963,brian d foy,brian.d.foy@gmail.com,2004-09-02 21:16:50+00:00,brian d foy,brian.d.foy@gmail.com,2004-09-02 21:16:50+00:00,False,gmail,gmail,* master,True,briandfoy_business-isbn.git,briandfoy/business-isbn.git,https://github.com/briandfoy/business-isbn.git +8951ab113ddfaf633ae1b93e3c3d7a38cbf27f69,Matthias Klumpp,matthias@tenstral.net,2016-02-21 23:21:32+01:00,Matthias Klumpp,matthias@tenstral.net,2016-02-21 22:21:32+00:00,False,tenstral,tenstral,* master,True,ximion_appstream-generator,ximion/appstream-generator,https://github.com/ximion/appstream-generator +718ac8fef85d07cfe15a6e116187c6926e39ec84,Adam Borowski,kilobyte@angband.pl,2006-06-15 10:51:13+00:00,Adam Borowski,kilobyte@angband.pl,2006-06-15 10:51:13+00:00,False,angband,angband,* master,True,kilobyte_kbtin,kilobyte/kbtin,https://github.com/kilobyte/kbtin +3e79ea927148eea21b5a3287643663d23e1228f4,Sarah Hoffmann,lonvia@denofr.de,2014-09-23 00:07:12+02:00,Sarah Hoffmann,lonvia@denofr.de,2014-09-22 22:07:12+00:00,False,denofr,denofr,* master,True,osmcode_pyosmium.git,osmcode/pyosmium.git,https://github.com/osmcode/pyosmium.git +c9b0815a0076d1164eb0030ba0f408b2b2462bb0,dencheva,dencheva@stsci.edu,2001-11-16 14:56:36+00:00,dencheva,dencheva@stsci.edu,2001-11-16 14:56:36+00:00,False,stsci,stsci,* main,True,iraf-community_pyraf.git,iraf-community/pyraf.git,https://github.com/iraf-community/pyraf.git +5f3455eb613052d33d9958a6a78a9524b6357aaa,hudokkow,hudokkow@gmail.com,2015-02-24 16:23:03+00:00,hudokkow,hudokkow@gmail.com,2015-02-24 16:23:03+00:00,False,gmail,gmail,* Piers,True,kodi-pvr_pvr.iptvsimple.git,kodi-pvr/pvr.iptvsimple.git,https://github.com/kodi-pvr/pvr.iptvsimple.git +c87530727ac9087f551d66c42eaa143da2127cb2,Constantin Kaplinsky,const@tightvnc.com,2006-05-25 05:01:55+00:00,Constantin Kaplinsky,const@tightvnc.com,2006-05-25 05:01:55+00:00,False,tightvnc,tightvnc,* main,True,libjpeg-turbo_libjpeg-turbo,libjpeg-turbo/libjpeg-turbo,https://github.com/libjpeg-turbo/libjpeg-turbo +810f0b31b973281bdf70e8b9810f02d2486e9eb8,pradels,les.pradels@gmail.com,2013-03-27 00:55:30+01:00,pradels,les.pradels@gmail.com,2013-03-26 23:55:30+00:00,False,gmail,gmail,* main,True,vagrant-libvirt_vagrant-libvirt,vagrant-libvirt/vagrant-libvirt,https://github.com/vagrant-libvirt/vagrant-libvirt +1cc6e9087ead16d8f52a8690caf51795306df03c,John Toman,virtuoussin13@users.sourceforge.net,2009-05-26 00:45:05+00:00,virtuoussin13,virtuoussin13@c05e91a0-76c8-4ec0-b377-ef19ce7cc080,2009-05-26 00:45:05+00:00,False,users,c05e91a0-76c8-4ec0-b377-ef19ce7cc080,* master,True,kilobyte_qjoypad,kilobyte/qjoypad,https://github.com/kilobyte/qjoypad +d304ecbfe0052f60a55bf00b390fa3d1be992430,Kaian,kaian@irontec.com,2013-06-20 19:11:33+02:00,Kaian,kaian@irontec.com,2013-06-20 17:11:33+00:00,False,irontec,irontec,* master,True,irontec_sngrep.git,irontec/sngrep.git,https://github.com/irontec/sngrep.git +ea2a9fb25f188f7ba1360757d6e48858db41b435,Jan Schneider,jan@horde.org,2010-04-07 09:51:45+02:00,Jan Schneider,jan@horde.org,2010-04-07 07:51:45+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_mnemo.git,horde/mnemo.git,https://github.com/horde/mnemo.git +7bfd5ae9f7f9303060c3376cd90728add594679d,Chris Jones,cmsj@tenshu.net,2006-11-16 20:16:58-08:00,Chris Jones,cmsj@tenshu.net,2006-11-17 04:16:58+00:00,False,tenshu,tenshu,* master,True,gnome-terminator_terminator,gnome-terminator/terminator,https://github.com/gnome-terminator/terminator +b4ca3f99d9fdc643706afe8ab04cbdb506cb916f,Pietro Abate,Pietro.Abate@pps.jussieu.fr,2009-07-07 13:37:37+00:00,Pietro Abate,Pietro.Abate@pps.jussieu.fr,2009-07-07 13:37:37+00:00,False,pps,pps,* master,True,irill_dose3,irill/dose3,https://gitlab.com/irill/dose3 +c16c7e60746eec885562e4c6778bd2f66c920b5e,David Keijser,david.keijser@klarna.com,2015-04-07 11:18:25+02:00,David Keijser,david.keijser@klarna.com,2015-04-07 09:18:25+00:00,False,klarna,klarna,* master,True,keis_base58,keis/base58,https://github.com/keis/base58 +f6148796acd81983703b1fa4cca1a89d088ba20c,Marco Bonetti,mbonetti@gmail.com,2012-04-04 16:34:32+02:00,Marco Bonetti,mbonetti@gmail.com,2012-04-04 14:34:32+00:00,False,gmail,gmail,* master,True,mbi_django-simple-captcha.git,mbi/django-simple-captcha.git,https://github.com/mbi/django-simple-captcha.git +a5a10938a480aaaa5426e524923d19ac1209658f,Lee Heung-sub,heung@sublee.kr,2010-09-02 01:18:20+09:00,Lee Heung-sub,heung@sublee.kr,2010-09-01 16:18:20+00:00,False,sublee,sublee,* master,True,sublee_flask-silk.git,sublee/flask-silk.git,https://github.com/sublee/flask-silk.git +852880eff7be980c5bd4c86e8451a4e120a054a7,Balbir Singh,balbir@linux.vnet.ibm.com,2008-04-14 21:11:40+00:00,Balbir Singh,balbir@linux.vnet.ibm.com,2008-04-14 21:11:40+00:00,False,linux,linux,* main,True,libcgroup_libcgroup,libcgroup/libcgroup,https://github.com/libcgroup/libcgroup +afe4424ea2621ba6eb707b9d1085beebbfde6027,Chuck Burgess,ashnazg@php.net,2017-03-07 08:05:20-06:00,Chuck Burgess,ashnazg@php.net,2017-03-07 14:05:20+00:00,False,php,php,* master,True,pear_Auth_SASL.git,pear/Auth/SASL.git,https://github.com/pear/Auth_SASL.git +3ad6e99bcaf043ad9d6df0c1bd0376dc78ec31d6,Richard Hartmann,richih.mailinglist@gmail.com,2011-05-23 00:36:53+02:00,Richard Hartmann,richih.mailinglist@gmail.com,2011-05-22 22:36:53+00:00,False,gmail,gmail,* main,True,RichiH_vcsh,RichiH/vcsh,https://github.com/RichiH/vcsh +87829fb5006f99c7a0b5b376aa31f890e05bb20d,kleinerm,mario.kleiner@tuebingen.mpg.de,2005-10-27 20:57:48+00:00,kleinerm,mario.kleiner@tuebingen.mpg.de,2005-10-27 20:57:48+00:00,False,tuebingen,tuebingen,* master,True,neurodebian_Psychtoolbox-3,neurodebian/Psychtoolbox-3,https://github.com/neurodebian/Psychtoolbox-3 +b9dafda1d67190612e049e4c8c86077bfbf29f27,KWSys Robot,kwrobot@kitware.com,2014-01-02 11:25:06-05:00,Brad King,brad.king@kitware.com,2014-01-06 21:01:55+00:00,False,kitware,kitware,* master,True,CastXML_CastXML.git,CastXML/CastXML.git,https://github.com/CastXML/CastXML.git +c4fd0f2bc69dba852526df3610f98d867ba5ab24,matthew jording,mjording@opengotham.com,2010-08-22 13:16:14-04:00,matthew jording,mjording@opengotham.com,2010-08-22 17:16:14+00:00,False,opengotham,opengotham,* master,True,icholy_ttygif.git,icholy/ttygif.git,https://github.com/icholy/ttygif.git +11fc353c7beabe456723fe46ce0683c36b3bc070,Jesse van den Kieboom,jesse@icecrew.nl,2008-06-24 00:04:20+02:00,Jesse van den Kieboom,jesse@icecrew.nl,2008-06-23 22:04:20+00:00,False,icecrew,icecrew,* master,True,GNOME_gitg.git,GNOME/gitg.git,https://gitlab.gnome.org/GNOME/gitg.git +28d5541eaad8811609251352e66788dcc9940802,Manu Sporny,msporny@digitalbazaar.com,2011-08-22 23:23:24-04:00,Manu Sporny,msporny@digitalbazaar.com,2011-08-23 03:23:24+00:00,False,digitalbazaar,digitalbazaar,* main,True,digitalbazaar_jsonld.js,digitalbazaar/jsonld.js,https://github.com/digitalbazaar/jsonld.js +fca2cd9cc7e41d044d226588e1c7861f656d8a96,Julien Y. Dutheil,jy.dutheil@gmail.com,2021-10-05 11:29:29+02:00,GitHub,noreply@github.com,2021-10-05 09:29:29+00:00,False,gmail,github,* master,True,BioPP_bpp-core,BioPP/bpp-core,https://github.com/BioPP/bpp-core +aec617998c1467f5951fde2e0fe21a85293d8680,phase1geo,phase1geo@gmail.com,2017-12-23 12:54:43-06:00,GitHub,noreply@github.com,2017-12-23 18:54:43+00:00,False,gmail,github,* master,True,phase1geo_Minder.git,phase1geo/Minder.git,https://github.com/phase1geo/Minder.git +7ee0fcd0a09c2934e77bf5702e75ba4acba4299c,John Wiegley,johnw@newartisans.com,2012-06-17 04:40:25-05:00,John Wiegley,johnw@newartisans.com,2012-06-17 09:40:25+00:00,False,newartisans,newartisans,* master,True,jwiegley_use-package.git,jwiegley/use-package.git,https://github.com/jwiegley/use-package.git +bb5bb69fac0feb47fc7e06f3a432a1e3fbe7668c,adah,adah,2008-04-20 04:45:51+00:00,adah,adah,2008-04-20 04:45:51+00:00,False,adah,adah,* master,True,adah1972_libunibreak.git,adah1972/libunibreak.git,https://github.com/adah1972/libunibreak.git +0475f40830470f42e1cd93d0fbdb89ae4362e94b,Nicolas Grekas,nicolas.grekas@gmail.com,2015-10-22 12:53:05+02:00,Nicolas Grekas,nicolas.grekas@gmail.com,2015-10-22 13:35:50+00:00,False,gmail,gmail,* 1.x,True,symfony_polyfill,symfony/polyfill,https://github.com/symfony/polyfill +82b7e2c6fb0c26920de095d871c15e6493d8bbed,Matthew Fernandez,matthew.fernandez@gmail.com,2017-07-29 15:14:16-07:00,Matthew Fernandez,matthew.fernandez@gmail.com,2017-07-29 22:14:16+00:00,False,gmail,gmail,* main,True,Smattr_rumur.git,Smattr/rumur.git,https://github.com/Smattr/rumur.git +f59d8fb2fcbcb0c566266e4dac83d3c7c729a978,juliusv,julius@soundcloud.com,2013-07-16 17:09:56+02:00,juliusv,julius@soundcloud.com,2013-07-16 15:09:56+00:00,False,soundcloud,soundcloud,* main,True,prometheus_alertmanager,prometheus/alertmanager,https://github.com/prometheus/alertmanager +d9d722e77b4f5821a703b640a1ef31fc5cf1799b,gc,gc,2004-05-11 20:09:13+00:00,gc,gc,2004-05-11 20:09:13+00:00,False,gc,gc,* master,True,kthakore_frozen-bubble.git,kthakore/frozen-bubble.git,https://github.com/kthakore/frozen-bubble.git +106963a075574bab377e2057c785a363d5371712,Pascal Gauthier,asb2m10@users.noreply.github.com,2014-08-02 02:20:37-04:00,Pascal Gauthier,asb2m10@users.noreply.github.com,2014-08-02 06:20:37+00:00,False,users,users,* master,True,asb2m10_jsusfx.git,asb2m10/jsusfx.git,https://github.com/asb2m10/jsusfx.git +afdcf27aba78d8dcc6b5fcce25b6a35647b2972c,guillaume,gpernot@praksys.org,2018-09-07 09:10:28+00:00,guillaume,gpernot@praksys.org,2018-09-07 09:10:28+00:00,False,praksys,praksys,* master,True,gpernot_wfrench.git,gpernot/wfrench.git,https://gitlab.com/gpernot/wfrench.git +8129278527c8749b7b96dc6ef536b48543128130,Ian McLeod,imcleod@redhat.com,2011-05-24 18:05:55-05:00,Ian McLeod,imcleod@redhat.com,2011-05-24 23:05:55+00:00,False,redhat,redhat,* master,True,imcleod_VMDK-stream-converter.git,imcleod/VMDK-stream-converter.git,https://github.com/imcleod/VMDK-stream-converter.git +656f5ace67cb50a1f157229ee4fca0985469929d,Mike Bostock,mbostock@gmail.com,2013-03-08 09:42:16-08:00,Mike Bostock,mbostock@gmail.com,2013-03-08 17:42:16+00:00,False,gmail,gmail,* main,True,d3_d3-dsv,d3/d3-dsv,https://github.com/d3/d3-dsv +5615fa90d4b0f57744777fe0216cb1ba210eff24,cvs,,2000-05-23 01:55:31+00:00,cvs,,2000-05-23 01:55:31+00:00,False,,,* master,True,fadden_nulib2.git,fadden/nulib2.git,https://github.com/fadden/nulib2.git +b4073a4cf51b2ff96885dad1ca659336663065db,Arnout Engelen,arnouten@bzzt.net,2004-08-23 09:48:43+00:00,Arnout Engelen,arnouten@bzzt.net,2004-08-23 09:48:43+00:00,False,bzzt,bzzt,* main,True,raboof_nethogs,raboof/nethogs,https://github.com/raboof/nethogs +13e6e4ab1290cda9426eaedfeda70f7491b6b083,Perberos,perberos@gmail.com,2011-11-06 17:13:49-03:00,Perberos,perberos@gmail.com,2011-11-06 20:13:49+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-terminal.git,mate-desktop/mate-terminal.git,https://github.com/mate-desktop/mate-terminal.git +bf5e5bef8e269cd8e7ddd9cf1180308bc1688c1f,Christopher Browne,cbbrowne@ca.afilias.info,2013-05-27 15:35:01-04:00,Christopher Browne,cbbrowne@ca.afilias.info,2013-05-27 19:35:01+00:00,False,ca,ca,* master,True,cbbrowne_autodoc.git,cbbrowne/autodoc.git,https://github.com/cbbrowne/autodoc.git +90a663d0b3e36675d19349d5d7ec7dfed1d4e81e,Stian Soiland-Reyes,stain@apache.org,2018-01-28 22:37:16+00:00,GitHub,noreply@github.com,2018-01-28 22:37:16+00:00,False,apache,github,* master,True,stain_arcp-py.git,stain/arcp-py.git,https://github.com/stain/arcp-py.git +3371cc01c7fbace1e6fe247db1137c5080164407,Eric Scheibler,email@eric-scheibler.de,2014-09-23 00:57:49+02:00,Eric Scheibler,email@eric-scheibler.de,2014-09-22 22:57:49+00:00,False,eric-scheibler,eric-scheibler,* main,True,lucc_khard,lucc/khard,https://github.com/lucc/khard +aaf2f5a720d8cdd95425197391327882aea665c8,g-raffa,g-raffa@users.sf.net,2012-02-21 16:23:17+01:00,g-raffa,g-raffa@users.sf.net,2012-02-21 15:23:17+00:00,False,users,users,* master,True,multimedia_stopmotion.git,multimedia/stopmotion.git,https://invent.kde.org/multimedia/stopmotion.git +f93274fdd4c038ffc70abf75a8a957de23395974,Benjamin Kaufmann,kaufmann@cs.uni-potsdam.de,2016-09-19 07:32:45+00:00,Benjamin Kaufmann,kaufmann@cs.uni-potsdam.de,2016-09-19 07:32:45+00:00,False,cs,cs,* master,True,potassco_clasp,potassco/clasp,https://github.com/potassco/clasp +63db33d193e651b5df8a0ae305098dbb33832a58,Miguel Grinberg,miguelgrinberg50@gmail.com,2014-02-08 23:22:50-08:00,Miguel Grinberg,miguelgrinberg50@gmail.com,2014-02-09 07:22:50+00:00,False,gmail,gmail,* main,True,miguelgrinberg_Flask-SocketIO.git,miguelgrinberg/Flask-SocketIO.git,https://github.com/miguelgrinberg/Flask-SocketIO.git +967b3051e4fe51372514bb68afd64144bfb904ba,bneijt,bneijt@4f1cae37-1719-0410-8043-ba1fbef4f532,2006-07-21 13:22:22+00:00,bneijt,bneijt@4f1cae37-1719-0410-8043-ba1fbef4f532,2006-07-21 13:22:22+00:00,False,4f1cae37-1719-0410-8043-ba1fbef4f532,4f1cae37-1719-0410-8043-ba1fbef4f532,* main,True,bneijt_ccbuild.git,bneijt/ccbuild.git,https://github.com/bneijt/ccbuild.git +319f5e3cee386dd2e060b9fd292dfd0f4f2a942e,Catherine Devlin,catherine.devlin@gmail.com,2008-05-14 10:56:05-04:00,Catherine Devlin,catherine.devlin@gmail.com,2008-05-14 14:56:05+00:00,False,gmail,gmail,* master,True,python-cmd2_cmd2.git,python-cmd2/cmd2.git,https://github.com/python-cmd2/cmd2.git +7415c8937998b81e58b8eb38b99479089434f7a6,Timur Birsh,taem@linukz.org,2009-09-08 15:23:07+06:00,Timur Birsh,taem@linukz.org,2009-09-08 09:23:07+00:00,False,linukz,linukz,* master,True,taem_sxid,taem/sxid,https://github.com/taem/sxid +3fa7b87abe085a79d1b2fe9d451c2805df3702cd,Shane Loretz,shane.loretz@gmail.com,2017-05-04 09:42:04-07:00,GitHub,noreply@github.com,2017-05-04 16:42:04+00:00,False,gmail,github,* rolling,True,ros_kdl_parser,ros/kdl/parser,https://github.com/ros/kdl_parser +cec5fd2fd20e3ff2fdf616170fe8ca4cdeaafea6,xaviju,xaviju@gmail.com,2015-02-26 00:17:06+01:00,xaviju,xaviju@gmail.com,2015-02-25 23:17:06+00:00,False,gmail,gmail,* master,True,Xaviju_inkscape-open-symbols,Xaviju/inkscape-open-symbols,https://github.com/Xaviju/inkscape-open-symbols +19f0ae2a05044a1a3d9a2368073b228a4b5f70fb,MORIOKA Tomohiko,tomo@kanji.zinbun.kyoto-u.ac.jp,1997-06-01 23:16:31+00:00,MORIOKA Tomohiko,tomo@kanji.zinbun.kyoto-u.ac.jp,1997-06-01 23:16:31+00:00,False,kanji,kanji,* master,True,cvs-m17n-org_MU-CITE,cvs-m17n-org/MU-CITE,https://github.com/cvs-m17n-org/MU-CITE +519963676415d412ca271d1967b7e200552f2297,Dave Vasilevsky,djvasi@gmail.com,2010-01-13 01:04:56-05:00,Dave Vasilevsky,djvasi@gmail.com,2010-01-13 06:04:56+00:00,False,gmail,gmail,* master,True,vasi_pixz.git,vasi/pixz.git,https://github.com/vasi/pixz.git +a6cbe4c00ea995712cc22bb9c2788ca63f4eeecc,ugexe,nlogan@gmail.com,2013-07-02 17:12:15-07:00,ugexe,nlogan@gmail.com,2013-07-03 00:12:15+00:00,False,gmail,gmail,* main,True,ugexe_zef.git,ugexe/zef.git,https://github.com/ugexe/zef.git +c48674027c110544f3ea78594e2d71a5c807d0b6,Clement Lefebvre,clement.lefebvre@linuxmint.com,2016-08-22 13:58:31+02:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2016-08-22 11:58:31+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_xapp.git,linuxmint/xapp.git,https://github.com/linuxmint/python3-xapp.git +40e42827ed0041f29a2e927ef9445a6887babcaa,Reuben Thomas,rrt@sc3d.org,2021-03-07 00:54:45+00:00,Reuben Thomas,rrt@sc3d.org,2021-03-12 16:16:57+00:00,False,sc3d,sc3d,* master,True,rrthomas_mmv.git,rrthomas/mmv.git,https://github.com/rrthomas/mmv.git +4aafa00e95cc8e495ad7a8a34191dd9d2048e036,Matt Hilton,mattyowl@gmail.com,2016-07-01 17:06:29+02:00,Matt Hilton,mattyowl@gmail.com,2016-07-01 15:06:29+00:00,False,gmail,gmail,* main,True,mattyowl_astLib.git,mattyowl/astLib.git,https://github.com/mattyowl/astLib.git +25da2ae9ecc8404036fc542b81272840dde115de,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-11-06 10:29:10+01:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-11-06 09:29:10+00:00,False,sebastian-bergmann,sebastian-bergmann,* master,True,sebastianbergmann_php-token-stream,sebastianbergmann/php-token-stream,https://github.com/sebastianbergmann/php-token-stream +ea313d08a9b43e09d532599f06df43c240e0474e,Daniel,mail@danielluedecke.de,2017-05-30 21:24:32+02:00,Daniel,mail@danielluedecke.de,2017-05-30 19:24:32+00:00,False,danielluedecke,danielluedecke,* master,True,strengejacke_sjlabelled,strengejacke/sjlabelled,https://github.com/strengejacke/sjlabelled +5de603543d218c1fd1774760ffd1ba441d28d336,Gert Wollny,gw.fossdev@gmail.com,2016-02-16 21:00:51+01:00,Gert Wollny,gw.fossdev@gmail.com,2016-02-16 20:00:51+00:00,False,gmail,gmail,* master,True,gerddie_ginkgocadx.git,gerddie/ginkgocadx.git,https://github.com/gerddie/ginkgocadx.git +97df8c54b7db29d420fa7bcb02105b086ae67e59,Pierre Raybaut,pierre.raybaut@cea.fr,2010-09-01 16:54:41+02:00,Pierre Raybaut,pierre.raybaut@cea.fr,2010-09-01 14:54:41+00:00,False,cea,cea,* master,True,PierreRaybaut_guiqwt.git,PierreRaybaut/guiqwt.git,https://github.com/PierreRaybaut/guiqwt.git +d6231bab89d634da5564491196b7c478db038505,Hisham Muhammad,hisham@gobolinux.org,2006-03-04 18:16:49+00:00,Hisham Muhammad,hisham@gobolinux.org,2006-03-04 18:16:49+00:00,False,gobolinux,gobolinux,* main,True,htop-dev_htop,htop-dev/htop,https://github.com/htop-dev/htop +da2f481eea0ededfa3e4d256b7e4e00b50164be2,Keith Winstein,keithw@mit.edu,2012-02-04 23:56:39-05:00,Keith Winstein,keithw@mit.edu,2012-02-05 07:21:37+00:00,False,mit,mit,* master,True,mobile-shell_mosh,mobile-shell/mosh,https://github.com/mobile-shell/mosh +de675cd6543fd03250b0ff61e2d4138e520e073f,Kjetil Kjernsmo,kjetil@kjernsmo.net,2017-08-15 00:09:09+02:00,Kjetil Kjernsmo,kjetil@kjernsmo.net,2017-08-14 22:09:09+00:00,False,kjernsmo,kjernsmo,* main,True,kjetilk_p5-atteanx-compatibility-trine.git,kjetilk/p5-atteanx-compatibility-trine.git,https://github.com/kjetilk/p5-atteanx-compatibility-trine.git +49f397d74e8ea6bc57ec422afb15f0149f9c44e5,Ron Savage,ron@savage.net.au,2011-10-23 15:58:18+11:00,Ron Savage,ron@savage.net.au,2011-10-23 04:58:18+00:00,False,savage,savage,* master,True,ronsavage_GraphViz.git,ronsavage/GraphViz.git,https://github.com/ronsavage/GraphViz.git +4dc77ae843da711921d411630a701fb95e6f0efe,Marcel Gruenauer,hanekomu@gmail.com,2008-04-18 15:01:40+00:00,Marcel Gruenauer,hanekomu@gmail.com,2008-04-18 15:01:40+00:00,False,gmail,gmail,* main,True,egiles_test-compile,egiles/test-compile,https://github.com/egiles/test-compile +01791d57d650e546a915522e57c079157a5bb395,Daniel Veillard,veillard@src.gnome.org,1998-07-24 19:24:09+00:00,Daniel Veillard,veillard@src.gnome.org,1998-07-24 19:24:09+00:00,False,src,src,* master,True,gnome_libxml2,gnome/libxml2,https://gitlab.gnome.org/gnome/libxml2 +7dfc9bbce77b22bed5a3fe39350236835bc2c98a,Sam Dengler,sam.dengler@playonsports.com,2014-06-11 12:19:34-04:00,Sam Dengler,sam.dengler@playonsports.com,2014-06-11 16:19:34+00:00,False,playonsports,playonsports,* master,True,doorkeeper-gem_doorkeeper-openid_connect.git,doorkeeper-gem/doorkeeper-openid/connect.git,https://github.com/doorkeeper-gem/doorkeeper-openid_connect.git +f9121a29da39b2afcce7d0bbca6eafb51494417e,Roman Iakymchuk,roman.iakymchuk@telecom-sudparis.eu,2012-12-11 18:37:03+01:00,Roman Iakymchuk,roman.iakymchuk@telecom-sudparis.eu,2012-12-11 17:37:03+00:00,False,telecom-sudparis,telecom-sudparis,* master,True,trahay_LiTL.git,trahay/LiTL.git,https://github.com/trahay/LiTL.git +bd4db1c2a21fddd9b1135a41c5adaff3db0f8b3a,Jonas Ådahl,jadahl@gmail.com,2013-11-10 17:55:40+01:00,Jonas Ådahl,jadahl@gmail.com,2013-11-12 21:37:20+00:00,False,gmail,gmail,* main,True,libinput_libinput,libinput/libinput,https://gitlab.freedesktop.org/libinput/libinput +420dd5d1e21d255cf20df36ecc911c976e628d1c,lorthiois@bbsoft.fr,lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc,2008-10-02 18:47:02+00:00,lorthiois@bbsoft.fr,lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc,2008-10-02 18:47:02+00:00,False,121b4492-b84c-0410-8b4c-0d4edfb3f3cc,121b4492-b84c-0410-8b4c-0d4edfb3f3cc,* master,True,o9000_tint2,o9000/tint2,https://gitlab.com/o9000/tint2 +3c3b2b05fa08d0024c8d44831632e9babd3392eb,Mario Sanchez Prada,msanchez@igalia.com,2009-06-03 20:29:07+02:00,Mario Sanchez Prada,msanchez@igalia.com,2009-06-03 19:35:13+00:00,False,igalia,igalia,* master,True,GNOME_frogr,GNOME/frogr,https://gitlab.gnome.org/GNOME/frogr +d54788c5fb2c6c7386f53756f6803b76ad7a2d68,Rosen Diankov,rosen.diankov@gmail.com,2013-02-26 18:42:36+09:00,Rosen Diankov,rosen.diankov@gmail.com,2013-02-26 09:42:36+00:00,False,gmail,gmail,* master,True,rdiankov_collada-dom,rdiankov/collada-dom,https://github.com/rdiankov/collada-dom +72cd034ad5a0327471e97d445ea9479c875eb72f,Chris Simpkins,git.simpkins@gmail.com,2015-06-21 18:47:58-04:00,Chris Simpkins,git.simpkins@gmail.com,2015-06-21 22:47:58+00:00,False,gmail,gmail,* master,True,source-foundry_Hack,source-foundry/Hack,https://github.com/source-foundry/Hack +da27b276789a213775f1d1fdba20e5ca91430af2,Aleix Pol,aleixpol@kde.org,2014-03-31 01:31:46+02:00,Aleix Pol,aleixpol@kde.org,2014-03-30 23:31:46+00:00,False,kde,kde,* master,True,plasma_plasma-workspace.git,plasma/plasma-workspace.git,https://invent.kde.org/plasma/plasma-workspace.git +353fb3403e50a1cc5418a287d371eb59355c288a,Peter Sagerson,psagers.hg@ignorare.net,2012-03-05 12:17:23-08:00,Peter Sagerson,psagers.hg@ignorare.net,2012-03-05 20:17:23+00:00,False,ignorare,ignorare,* master,True,django-auth-ldap_django-auth-ldap.git,django-auth-ldap/django-auth-ldap.git,https://github.com/django-auth-ldap/django-auth-ldap.git +8a95bec377dbeabbc7bd66c01f020dbd86ec6c6a,Alberto Garcia,agarcia@igalia.com,2007-10-31 00:53:51+02:00,Alberto Garcia,agarcia@igalia.com,2007-10-30 22:53:51+00:00,False,igalia,igalia,* master,True,bertogg_vagalume,bertogg/vagalume,https://github.com/bertogg/vagalume +20b932fc5b15e9828d67e2399022df1959be1a2d,Mauricio Piacentini,piacentini@kde.org,2006-12-05 23:20:19+00:00,Mauricio Piacentini,piacentini@kde.org,2006-12-05 23:20:19+00:00,False,kde,kde,* master,True,libkmahjongg.git,libkmahjongg.git,https://anongit.kde.org/libkmahjongg.git +a6693b9622881e400c00bfa7f4cde2a5d1fa28a0,Al Tobey,tobert@gmail.com,2006-08-10 22:45:07+00:00,Al Tobey,tobert@gmail.com,2006-08-10 22:45:07+00:00,False,gmail,gmail,* master,True,duncs_perl-nagios-object.git,duncs/perl-nagios-object.git,https://github.com/duncs/perl-nagios-object.git +009f34b45ffb3f001e3f0f5e27f4b15b0f4eb333,Michal Kottman,michal.kottman@gmail.com,2010-06-29 17:31:48+02:00,Michal Kottman,michal.kottman@gmail.com,2010-06-29 15:31:48+00:00,False,gmail,gmail,* master,True,nix-community_acpi_call.git,nix-community/acpi/call.git,https://github.com/nix-community/acpi_call.git +b458b9858437b1c18946605f25d850d3e8286f4d,Damien Zammit,damien@zamaudio.com,2013-11-18 12:36:41+11:00,Damien Zammit,damien@zamaudio.com,2013-11-18 01:36:41+00:00,False,zamaudio,zamaudio,* master,True,zamaudio_zam-plugins.git,zamaudio/zam-plugins.git,https://github.com/zamaudio/zam-plugins.git +6e9f5aed5765a657034f4fb8d1e8ead43de9e5e8,Phil Schaf,flying-sheep@web.de,2015-04-18 20:42:59+02:00,Phil Schaf,flying-sheep@web.de,2015-04-18 18:42:59+00:00,False,web,web,* main,True,IRkernel_repr.git,IRkernel/repr.git,https://github.com/IRkernel/repr.git +2d758d3d82f9d2613c1b5d8335b028e2240a665d,Laszlo Nagy,laszlo.3.nagy@nokia.com,2012-10-30 17:14:07+01:00,Laszlo Nagy,laszlo.3.nagy@nokia.com,2012-10-30 16:14:07+00:00,False,nokia,nokia,* master,True,rizsotto_Bear,rizsotto/Bear,https://github.com/rizsotto/Bear +6995e2cfd517af456904db26b7781b4953feeacc,octo,octo,2006-05-08 14:16:34+00:00,octo,octo,2006-05-08 14:16:34+00:00,False,octo,octo,* master,True,octo_liboping,octo/liboping,https://github.com/octo/liboping +2025ff4b5a00ef97ffadb9f53075df84bf03e697,tomkralidis,tomkralidis@f6d6ccb1-4906-4145-b9cb-3503ec0a5639,2010-12-02 22:31:14+00:00,tomkralidis,tomkralidis@f6d6ccb1-4906-4145-b9cb-3503ec0a5639,2010-12-02 22:31:14+00:00,False,f6d6ccb1-4906-4145-b9cb-3503ec0a5639,f6d6ccb1-4906-4145-b9cb-3503ec0a5639,* master,True,geopython_pycsw.git,geopython/pycsw.git,https://github.com/geopython/pycsw.git +3fe4dde485667bdfa47d54a2e8bc5f718047aeac,Mike Gabriel,mike.gabriel@das-netzwerkteam.de,2017-12-15 09:07:20+01:00,Mike Gabriel,mike.gabriel@das-netzwerkteam.de,2017-12-15 08:09:21+00:00,False,das-netzwerkteam,das-netzwerkteam,* master,True,gosa-project_gosa-plugins-netgroups,gosa-project/gosa-plugins-netgroups,https://github.com/gosa-project/gosa-plugins-netgroups +730602f795629880e86a03fa3b4dd6edb1405c8d,Rintaro Ishizaki,rintaro@lab.alfredcore.com,2010-08-07 02:22:55+09:00,Rintaro Ishizaki,rintaro@lab.alfredcore.com,2010-08-06 17:22:55+00:00,False,lab,lab,* master,True,mattp-_Plack-Middleware-CSRFBlock,mattp-/Plack-Middleware-CSRFBlock,https://github.com/mattp-/Plack-Middleware-CSRFBlock +9a5bef783fad507aed02242ce726f89640bf42d1,Julian Gruber,julian@juliangruber.com,2013-10-13 14:56:58+02:00,Julian Gruber,julian@juliangruber.com,2013-10-13 12:56:58+00:00,False,juliangruber,juliangruber,* main,True,juliangruber_brace-expansion.git,juliangruber/brace-expansion.git,https://github.com/juliangruber/brace-expansion.git +57c81ae5ae7b6d47d68bf3125b6c52c09ad27aec,Armin Ronacher,armin.ronacher@active-4.com,2010-06-01 17:02:15+02:00,Armin Ronacher,armin.ronacher@active-4.com,2010-06-01 15:02:15+00:00,False,active-4,active-4,* main,True,pallets-eco_flask-sqlalchemy,pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy +7c6340807ca02f6aa5f4e8d6a68c7318208f5fbb,Michael Nooner,mnooner256@gmail.com,2013-06-07 11:37:36-05:00,Michael Nooner,mnooner256@gmail.com,2013-06-07 16:37:36+00:00,False,gmail,gmail,* master,True,mnooner256_pyqrcode.git,mnooner256/pyqrcode.git,https://github.com/mnooner256/pyqrcode.git +4d08274b355a112b9d07f040110a0e9c8ba68aba,benhoyt,benhoyt@f5d6dc10-6d35-11de-b131-07d8e4d3762e,2009-08-20 21:59:32+00:00,benhoyt,benhoyt@f5d6dc10-6d35-11de-b131-07d8e4d3762e,2009-08-20 21:59:32+00:00,False,f5d6dc10-6d35-11de-b131-07d8e4d3762e,f5d6dc10-6d35-11de-b131-07d8e4d3762e,* master,True,benhoyt_inih,benhoyt/inih,https://github.com/benhoyt/inih +8a960b479859d343a6c734eb1a5817a2ff6c2b52,Jeremy Ashkenas,jashkenas@gmail.com,2010-09-30 15:48:05-04:00,Jeremy Ashkenas,jashkenas@gmail.com,2010-09-30 19:48:05+00:00,False,gmail,gmail,* master,True,jashkenas_backbone,jashkenas/backbone,https://github.com/jashkenas/backbone +bf29133ae2666b5997e206dedc1f4e341cf23d65,Ken Conley,kwc@willowgarage.com,2011-10-11 18:07:08-07:00,Ken Conley,kwc@willowgarage.com,2011-10-12 01:07:08+00:00,False,willowgarage,willowgarage,* main,True,ros_genpy.git,ros/genpy.git,https://github.com/ros/genpy.git +43251349dfb2b1cc04bc64579729113e7e7667b9,Chris Simpkins,git.simpkins@gmail.com,2015-05-07 22:07:10-04:00,Chris Simpkins,git.simpkins@gmail.com,2015-05-08 02:07:10+00:00,False,gmail,gmail,* master,True,chrissimpkins_shellescape,chrissimpkins/shellescape,https://github.com/chrissimpkins/shellescape +8bd4f358da6e1384126efd16c1070b70a213edbf,Michel Machado,michel@digirati.com.br,2011-12-14 15:48:15-05:00,Michel Machado,michel@digirati.com.br,2011-12-14 20:48:15+00:00,False,digirati,digirati,* master,True,AltraMayor_f3.git,AltraMayor/f3.git,https://github.com/AltraMayor/f3.git +134de95485b1b0e1dcd9c0a8fe8bcbe882fc8153,Lennart Poettering,lennart@poettering.net,2006-04-21 19:46:29+00:00,Lennart Poettering,lennart@poettering.net,2006-04-21 19:46:29+00:00,False,poettering,poettering,* master,True,lxqt_pavucontrol-qt.git,lxqt/pavucontrol-qt.git,https://github.com/lxqt/pavucontrol-qt.git +76f62a8db7f65eae38e64b22ab41feebad6d7155,Paul Driver,frodwith@gmail.com,2013-06-08 19:57:53-05:00,Paul Driver,frodwith@gmail.com,2013-06-09 00:57:53+00:00,False,gmail,gmail,* master,True,frodwith_MooseX-MultiInitArg.git,frodwith/MooseX-MultiInitArg.git,https://github.com/frodwith/MooseX-MultiInitArg.git +dfa9e1132acf062c9ebf25b178a738e2af647e5d,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2011-09-29 19:46:13+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2011-09-29 19:46:13+00:00,False,users,users,* master,True,pd_mediasettings.git,pd/mediasettings.git,https://git.iem.at/pd/mediasettings.git +1e6456bf54bb37743d22fe564b475f10bc13281e,Armin Ronacher,armin.ronacher@active-4.com,2014-06-30 22:50:56+02:00,Armin Ronacher,armin.ronacher@active-4.com,2014-06-30 20:50:56+00:00,False,active-4,active-4,* master,True,mitsuhiko_pluginbase.git,mitsuhiko/pluginbase.git,https://github.com/mitsuhiko/pluginbase.git +94145e1c6c3140b30235d1667a11b51de807f650,Rafael Mendonça França + Kasper Timm Hansen,rafaelmfranca+kaspth@gmail.com,2013-09-24 21:53:23-03:00,Rafael Mendonça França + Kasper Timm Hansen,rafaelmfranca+kaspth@gmail.com,2013-09-25 00:53:23+00:00,False,gmail,gmail,* main,True,rails_rails-html-sanitizer,rails/rails-html-sanitizer,https://github.com/rails/rails-html-sanitizer +f7173bd79df77a155444663a262dfc5b0f9f0f42,Julien Danjou,julien@danjou.info,2007-09-05 20:15:00+02:00,Julien Danjou,julien@danjou.info,2007-09-05 18:15:00+00:00,False,danjou,danjou,* master,True,awesomeWM_awesome.git,awesomeWM/awesome.git,https://github.com/awesomeWM/awesome.git +e722b4788b076c8f7b4b38c4926e49c15cbf4423,Min RK,benjaminrk@gmail.com,2015-04-08 16:09:22-07:00,Min RK,benjaminrk@gmail.com,2015-04-08 23:33:28+00:00,False,gmail,gmail,* main,True,ipython_traitlets.git,ipython/traitlets.git,https://github.com/ipython/traitlets.git +93cff3d69fb705806d2af4fd6f29c497ea3192e0,Havoc Pennington,hp@redhat.com,2002-11-21 16:41:33+00:00,Havoc Pennington,hp@redhat.com,2002-11-21 16:41:33+00:00,False,redhat,redhat,* master,True,dbus_dbus,dbus/dbus,https://gitlab.freedesktop.org/dbus/dbus +be559dc7b23c32452d7721cc825b60f29240e95d,Henner Zeller,h.zeller@acm.org,2012-10-07 15:36:08-07:00,Henner Zeller,h.zeller@acm.org,2012-10-07 22:36:08+00:00,False,acm,acm,* master,True,hzeller_gmrender-resurrect.git,hzeller/gmrender-resurrect.git,https://github.com/hzeller/gmrender-resurrect.git +ab68ae67b9a6d17938f5a32e9b123c42220548b5,isaacs,i@izs.me,2011-04-06 17:29:30-07:00,isaacs,i@izs.me,2011-04-07 00:29:30+00:00,False,izs,izs,* main,True,isaacs_inherits,isaacs/inherits,https://github.com/isaacs/inherits +2b78be18f4fb39e4f72bd3019aa352acc5e7ede3,Antonio SJ Musumeci,trapexit@spawn.link,2014-03-24 08:43:21-07:00,Antonio SJ Musumeci,trapexit@spawn.link,2014-03-24 15:43:21+00:00,False,spawn,spawn,* latest-release,True,trapexit_mergerfs,trapexit/mergerfs,https://github.com/trapexit/mergerfs +9a089c64d4c3b16038ed3acb526102d861cc033c,David Zeuthen,david@fubar.dk,2006-03-08 01:52:03+00:00,David Zeuthen,david@fubar.dk,2006-03-08 01:52:03+00:00,False,fubar,fubar,* master,True,mate-desktop_mate-polkit.git,mate-desktop/mate-polkit.git,https://github.com/mate-desktop/mate-polkit.git +bfab73aaf6d8e591c36c1ffde900a0600788fc7d,Sam Ruby,rubys@intertwingly.net,2013-08-17 18:08:40-04:00,Sam Ruby,rubys@intertwingly.net,2013-08-17 22:08:40+00:00,False,intertwingly,intertwingly,* master,True,rubys_nokogumbo,rubys/nokogumbo,https://github.com/rubys/nokogumbo +ce1defde2647755480aff7d544dddb86b7b40efa,Donald Stufft,donald@stufft.io,2013-05-10 22:06:18-04:00,Donald Stufft,donald@stufft.io,2013-05-11 02:06:18+00:00,False,stufft,stufft,* main,True,pyca_bcrypt.git,pyca/bcrypt.git,https://github.com/pyca/bcrypt.git +3beceaa9a72455de2ba2f8eb385886da58a60de8,Robin Gareus,robin@gareus.org,2013-01-29 10:23:51+01:00,Robin Gareus,robin@gareus.org,2013-01-30 21:40:27+00:00,False,gareus,gareus,* master,True,x42_harvid.git,x42/harvid.git,https://github.com/x42/harvid.git +94cfa2b49f817237460c6e3807b287162de6f8bd,J. Ryan Stinnett,jryans@gmail.com,2012-05-25 21:34:11-05:00,J. Ryan Stinnett,jryans@gmail.com,2012-05-26 02:34:11+00:00,False,gmail,gmail,* master,True,jryans_timers-browserify,jryans/timers-browserify,https://github.com/jryans/timers-browserify +209173ae6d899450fda5eb9ca5646694b99a1dfd,Viacheslav Lotsmanov,lotsmanov89@gmail.com,2011-08-18 18:59:20+02:00,Viacheslav Lotsmanov,lotsmanov89@gmail.com,2011-08-18 16:59:20+00:00,False,gmail,gmail,* master,True,unclechu_node-deep-extend.git,unclechu/node-deep-extend.git,https://github.com/unclechu/node-deep-extend.git +0673d170f6f742f1db06f2d4163ae597d03f47bb,Kseniia Shumelchyk,shumelchyk@gmail.com,2013-06-30 09:15:59-07:00,Kseniia Shumelchyk,shumelchyk@gmail.com,2013-06-30 16:15:59+00:00,False,gmail,gmail,* master,True,ropensci_RNeXML.git,ropensci/RNeXML.git,https://github.com/ropensci/RNeXML.git +2b320a34a562fcb18243e96b632c9a77c1415a83,Eric Merritt,ericbmerritt@gmail.com,2011-10-14 12:29:37-05:00,Jordan Wilberding,jwilberding@gmail.com,2011-10-17 02:26:43+00:00,False,gmail,gmail,* master,True,erlware_erlware_commons.git,erlware/erlware/commons.git,https://github.com/erlware/erlware_commons.git +415a32ba3864901aefe2111221ddd0560f3d4943,Jochen Topf,jochen@remote.org,2007-12-16 17:41:53+00:00,Jochen Topf,jochen@remote.org,2007-12-16 17:41:53+00:00,False,remote,remote,* master,True,openstreetmap_osm2pgsql.git,openstreetmap/osm2pgsql.git,https://github.com/openstreetmap/osm2pgsql.git +6dee48770b16f51ccb5e2671de6d377de4dec268,"Philippe ""BooK"" Bruhat",book@cpan.org,2002-09-27 08:56:26+00:00,"Philippe ""BooK"" Bruhat",book@cpan.org,2002-09-27 08:56:26+00:00,False,cpan,cpan,* master,True,book_HTTP-Proxy.git,book/HTTP-Proxy.git,https://github.com/book/HTTP-Proxy.git +1376243cb9727804aca6e57e43caabd68d08ca04,Thomas Hirsch,fwd.github.20.ravn@neverbox.com,2011-11-10 09:27:30+01:00,Thomas Hirsch,fwd.github.20.ravn@neverbox.com,2011-11-10 08:27:30+00:00,False,neverbox,neverbox,* master,True,kartverket_fyba.git,kartverket/fyba.git,https://github.com/kartverket/fyba.git +48501e66b84882e8b57d52d012a2613629a714f6,Mark Smith,mark@qq.is,2011-05-04 00:41:04+00:00,Mark Smith,mark@qq.is,2011-05-04 00:41:49+00:00,False,qq,qq,* master,True,google_gopacket.git,google/gopacket.git,https://github.com/google/gopacket.git +d16acaa368fb8e1444fedf71dbfc42c054736908,Michael P. Gerlek,mpg@flaxen.com,2011-02-09 19:08:06-08:00,Michael P. Gerlek,mpg@flaxen.com,2011-02-10 03:08:06+00:00,False,flaxen,flaxen,* master,True,PDAL_PDAL.git,PDAL/PDAL.git,https://github.com/PDAL/PDAL.git +a8fbb2172977d42002f15ad89d6a5d79ec764ae7,Frank B. Brokken,f.b.brokken@rug.nl,2003-06-20 18:38:27+00:00,Frank B. Brokken,f.b.brokken@rug.nl,2003-06-20 18:38:27+00:00,False,rug,rug,* master,True,fbb-git_stealth,fbb-git/stealth,https://gitlab.com/fbb-git/stealth +4add42e5196837a6e83ea99580ddaf77425ff48d,Aymerick Jehanne,aymerick@jehanne.org,2006-06-15 20:11:21+00:00,Aymerick Jehanne,aymerick@jehanne.org,2006-06-15 20:11:21+00:00,False,jehanne,jehanne,* master,True,libwbxml_libwbxml.git,libwbxml/libwbxml.git,https://github.com/libwbxml/libwbxml.git +c754849d8b452815db893f20547c70eda59e3949,shkuropat,e.shkuropat@gmail.com,2012-05-14 19:32:59+04:00,shkuropat,e.shkuropat@gmail.com,2012-05-14 15:32:59+00:00,False,gmail,gmail,* master,True,nodeca_argparse.git,nodeca/argparse.git,https://github.com/nodeca/argparse.git +70baa2d317c0641c59881e0d119468c9528f167b,Jörg Sommer,joerg@alea.gnuu.de,2008-01-21 21:49:05+01:00,Jörg Sommer,joerg@alea.gnuu.de,2008-01-23 01:59:53+00:00,False,alea,alea,* master,True,debian-tex_xindy,debian-tex/xindy,https://github.com/debian-tex/xindy +41c7a4a8d0d17ee8f00ea7a8995f5801e86a4bdf,Russ Allbery,rra@stanford.edu,1998-11-26 05:00:12+00:00,Russ Allbery,rra@stanford.edu,1998-11-26 05:00:12+00:00,False,stanford,stanford,* main,True,rra_pgp-sign,rra/pgp-sign,https://github.com/rra/pgp-sign +d37732b0a1bd7ce0340b8f06baebb0d3d90dee89,Sergio Martins,sergio.martins@kdab.com,2015-06-10 17:00:03+01:00,Sergio Martins,sergio.martins@kdab.com,2015-06-10 16:00:03+00:00,False,kdab,kdab,* master,True,sdk_clazy,sdk/clazy,https://invent.kde.org/sdk/clazy +d1db99bd96706c2f15fd8cfefb88fb6de9132f32,John W. Horigan,john@glyphic.com,2011-07-23 16:21:11-07:00,John W. Horigan,john@glyphic.com,2011-07-23 23:21:11+00:00,False,glyphic,glyphic,* master,True,MtnViewJohn_context-free,MtnViewJohn/context-free,https://github.com/MtnViewJohn/context-free +075003a24ffe92253da60aafc6f99062e0af267d,Tarek Ziade,tarek@ziade.org,2012-06-02 04:43:32+02:00,Tarek Ziade,tarek@ziade.org,2012-06-02 02:43:32+00:00,False,ziade,ziade,* master,True,circus-tent_chaussette,circus-tent/chaussette,https://github.com/circus-tent/chaussette +ca9a34ff4907a1d3dfa7115b0c70a897a8b68368,Rinat,ibragimovrinat@mail.ru,2014-09-15 01:43:53+04:00,Rinat,ibragimovrinat@mail.ru,2014-09-14 21:43:53+00:00,False,mail,mail,* master,True,exaexa_apulse-debian,exaexa/apulse-debian,https://github.com/exaexa/apulse-debian +1b67821c3d1d424b2eeb13bb5cc5cca84bd5df69,Marc Feeley,feeley@iro.umontreal.ca,2007-08-25 14:39:50-04:00,Marc Feeley,feeley@iro.umontreal.ca,2007-08-25 18:39:50+00:00,False,iro,iro,* master,True,gambit_gambit,gambit/gambit,https://github.com/gambit/gambit +c5d1d08d6f960ee751fcd12556c07f24357bc568,Dirk Stöcker,openstreetmap@dstoecker.de,2009-02-14 23:19:47+00:00,Dirk Stöcker,openstreetmap@dstoecker.de,2009-02-14 23:19:47+00:00,False,dstoecker,dstoecker,* master,True,openstreetmap_merkaartor.git,openstreetmap/merkaartor.git,https://github.com/openstreetmap/merkaartor.git +ae0258ab484c1259facc8fd85aaa8c7857c3e155,TheAssassin,theassassin@assassinate-you.net,2018-08-23 12:09:24+02:00,TheAssassin,theassassin@assassinate-you.net,2018-08-23 10:13:41+00:00,False,assassinate-you,assassinate-you,* master,True,AppImageCommunity_libappimage.git,AppImageCommunity/libappimage.git,https://github.com/AppImageCommunity/libappimage.git +64b9d9c03c3b72a945a6a0d86ff323e79458b2a6,San Martin Morote Eduardo,posva13@gmail.com,2013-05-27 00:07:32+02:00,San Martin Morote Eduardo,posva13@gmail.com,2013-05-26 22:07:32+00:00,False,gmail,gmail,* master,True,posva_catimg.git,posva/catimg.git,https://github.com/posva/catimg.git +d00db6f45f2635cc707bfcd84640ef06eac66491,EnDe,viele@public-files.de,2012-12-20 14:13:19-08:00,EnDe,viele@public-files.de,2012-12-20 22:13:19+00:00,False,public-files,public-files,* master,True,OWASP_O-Saft,OWASP/O-Saft,https://github.com/OWASP/O-Saft +00f16f91a878676a55aa1e6e85b5e1092f7cf8e9,Christopher Lenz,cmlenz@gmail.com,2007-05-29 20:33:55+00:00,Christopher Lenz,cmlenz@gmail.com,2007-05-29 20:33:55+00:00,False,gmail,gmail,* master,True,python-babel_flask-babel,python-babel/flask-babel,https://github.com/python-babel/flask-babel +da84af9ea68dc27b939992888a6859c596db1969,William Jon McCann,jmccann@redhat.com,2010-11-04 18:45:18-04:00,William Jon McCann,jmccann@redhat.com,2010-11-05 05:42:09+00:00,False,redhat,redhat,* master,True,GNOME_cantarell-fonts.git,GNOME/cantarell-fonts.git,https://gitlab.gnome.org/GNOME/cantarell-fonts.git +8a52bc3cdb997350b2e74f1fcc2dbf47ab7cd699,hadley,h.wickham@gmail.com,2016-09-06 16:52:49-05:00,hadley,h.wickham@gmail.com,2016-09-06 21:52:49+00:00,False,gmail,gmail,* main,True,r-lib_vctrs.git,r-lib/vctrs.git,https://github.com/r-lib/vctrs.git +bf46237bf9d63019287e1d4395a61c9823e9d078,Felix Geisendörfer,felix@debuggable.com,2010-01-12 16:17:51+01:00,Felix Geisendörfer,felix@debuggable.com,2010-01-12 15:17:51+00:00,False,debuggable,debuggable,* master,True,felixge_node-dirty.git,felixge/node-dirty.git,https://github.com/felixge/node-dirty.git +7959a06bfbe59b3b516fa73bfef21ba70f97a588,Ryan Davis,ryand@zenspider.com,2002-09-05 22:12:02-08:00,Ryan Davis,ryand@zenspider.com,2002-09-06 06:12:02+00:00,False,zenspider,zenspider,* master,True,seattlerb_rubyinline.git,seattlerb/rubyinline.git,https://github.com/seattlerb/rubyinline.git +1f3c6ba92abd963293afbfa19189071276670b49,fln,github.com@fln.lt,2012-09-18 00:42:26-07:00,fln,github.com@fln.lt,2012-09-18 07:42:26+00:00,False,fln,fln,* master,True,fln_gnarwl,fln/gnarwl,https://github.com/fln/gnarwl +228e4de6c86576c5e6f5f458baf4ebc6778b925b,David Golden,dagolden@cpan.org,2009-12-19 07:45:49-05:00,David Golden,dagolden@cpan.org,2009-12-19 12:45:49+00:00,False,cpan,cpan,* master,True,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git +7166eaa7ff40782f89aca81bf30e2e4ceac7fb76,Christian Grothoff,christian@grothoff.org,2005-01-21 16:42:45+00:00,Christian Grothoff,christian@grothoff.org,2005-01-21 16:42:45+00:00,False,grothoff,grothoff,* master,True,libextractor.git,libextractor.git,https://git.gnunet.org/libextractor.git +005293c2f24c9b194b22ff111ec0cf4b0503ad80,Nathan Rajlich,nathan@tootallnate.net,2012-01-25 09:18:32-08:00,Nathan Rajlich,nathan@tootallnate.net,2012-01-25 17:18:32+00:00,False,tootallnate,tootallnate,* master,True,TooTallNate_ansi.js.git,TooTallNate/ansi.js.git,https://github.com/TooTallNate/ansi.js.git +01cd513f6da5fc715345e719e57c4e8ad727a529,Evgeni Golov,sargentd@die-welt.net,2008-12-13 22:11:33+01:00,Evgeni Golov,sargentd@die-welt.net,2008-12-13 21:11:33+00:00,False,die-welt,die-welt,* master,True,evgeni_hdapsd.git,evgeni/hdapsd.git,https://github.com/evgeni/hdapsd.git +8a500c12bcc27bb8da3e705fb93fa612b49f8b99,Robert Jacobs,rnjacobs@mit.edu,2011-08-29 19:00:41-07:00,Robert Jacobs,rnjacobs@mit.edu,2011-08-30 02:00:41+00:00,False,mit,mit,* master,True,rnjacobs_wmbubble.git,rnjacobs/wmbubble.git,https://github.com/rnjacobs/wmbubble.git +19093dc604fe52c498560d7fc19570074714e459,einaros,einaros@gmail.com,2011-11-07 22:30:11+01:00,einaros,einaros@gmail.com,2011-11-07 21:30:11+00:00,False,gmail,gmail,* master,True,websockets_ws.git,websockets/ws.git,https://github.com/websockets/ws.git +6cf40ccc0e77a41d9e4909ff3e8ea1e753b0a69e,Min RK,benjaminrk@gmail.com,2015-04-08 15:05:57-07:00,Min RK,benjaminrk@gmail.com,2015-04-08 22:06:03+00:00,False,gmail,gmail,* master,True,ipython_ipython_genutils,ipython/ipython/genutils,https://github.com/ipython/ipython_genutils +9132351ff9f7ef6907b1708f16c119dba5090d88,Matthijs van Duin,matthijsvanduin@gmail.com,2021-04-22 16:07:22+02:00,Matthijs van Duin,matthijsvanduin@gmail.com,2021-04-22 14:07:22+00:00,False,gmail,gmail,* master,True,mvduin_perl-Data-Alias,mvduin/perl-Data-Alias,https://github.com/mvduin/perl-Data-Alias +eb59dd520f710a827967399984773f133550c132,Ian Berry,iberry@raxnet.net,2002-05-18 20:29:57+00:00,Ian Berry,iberry@raxnet.net,2002-05-18 20:29:57+00:00,False,raxnet,raxnet,* develop,True,Cacti_cacti,Cacti/cacti,https://github.com/Cacti/cacti +218029afb9c0e9ef3a9ddfcf4a91a4c727d32ce1,E7mer,haimohk@gmail.com,2018-02-06 16:23:27+08:00,GitHub,noreply@github.com,2018-02-06 08:23:27+00:00,False,gmail,github,* master,True,aircrack-ng_mdk4,aircrack-ng/mdk4,https://github.com/aircrack-ng/mdk4 +e45509914fe58df4a1b44678526b22583bce96cb,dleidert,dleidert@c5a878a6-0a34-0410-976a-c138363dd93d,2006-02-12 23:21:56+00:00,dleidert,dleidert@c5a878a6-0a34-0410-976a-c138363dd93d,2006-02-12 23:21:56+00:00,False,c5a878a6-0a34-0410-976a-c138363dd93d,c5a878a6-0a34-0410-976a-c138363dd93d,* master,True,dleidert_chemical-mime,dleidert/chemical-mime,https://github.com/dleidert/chemical-mime +5f603330c6c0c12c9e8ebeaeffe97d6effa040c5,isaacs,i@izs.me,2011-03-27 15:16:31-07:00,isaacs,i@izs.me,2011-03-27 22:16:31+00:00,False,izs,izs,* main,True,npm_node-tar,npm/node-tar,https://github.com/npm/node-tar +10699a37f1930e89d18ad27c1ca99f1fa48e1593,Jeremy Lainé,jeremy.laine@m4x.org,2013-03-05 10:39:53+01:00,Jeremy Lainé,jeremy.laine@m4x.org,2013-03-05 09:40:15+00:00,False,m4x,m4x,* master,True,jlaine_python-netfilter.git,jlaine/python-netfilter.git,https://github.com/jlaine/python-netfilter.git +4b5972dfa1b36f7925ee227af5fddd8f317b8878,lima1,mriester@gmx.de,2010-08-14 14:32:53-04:00,lima1,mriester@gmx.de,2010-08-14 18:32:53+00:00,False,gmx,gmx,* master,True,lima1_p5-latex-table.git,lima1/p5-latex-table.git,https://github.com/lima1/p5-latex-table.git +232dbda915dfcfec99e5983b7f53d57d4498a6aa,Anant Narayanan,anant@kix.in,2006-09-14 15:18:45+00:00,Anant Narayanan,anant@kix.in,2006-09-14 15:18:45+00:00,False,kix,kix,* master,True,git_parted.git,git/parted.git,https://git.savannah.gnu.org/git/parted.git +b72dea2157ad7cb1eb3b1b7d85326f10f2ca6192,Matthew Tretter,m@tthewwithanm.com,2013-02-07 19:25:11-05:00,Matthew Tretter,m@tthewwithanm.com,2013-02-08 00:47:45+00:00,False,tthewwithanm,tthewwithanm,* master,True,matthewwithanm_pilkit,matthewwithanm/pilkit,https://github.com/matthewwithanm/pilkit +31d63fb5ddeb3b44a3109c1858484da4e7bc86d7,Axel Beckert,abe@deuxchevaux.org,2017-01-26 02:44:37+01:00,Axel Beckert,abe@deuxchevaux.org,2017-01-27 00:22:16+00:00,False,deuxchevaux,deuxchevaux,* master,True,xtaran_systray-mdstat,xtaran/systray-mdstat,https://github.com/xtaran/systray-mdstat +344d644d5c92c69fa53d448ded087dc32b3cc3e1,Dan Bode,dan@puppetlabs.com,2011-05-31 20:47:19-07:00,Dan Bode,dan@puppetlabs.com,2011-06-01 03:47:19+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetlabs-mysql,puppetlabs/puppetlabs-mysql,https://github.com/puppetlabs/puppetlabs-mysql +c2991e6f535c586f9284e199b24677d5eabef61b,Simson Garfinkel,simsong@acm.org,2012-03-31 18:56:47-04:00,Simson Garfinkel,simsong@acm.org,2012-03-31 22:56:47+00:00,False,acm,acm,* master,True,sshock_AFFLIBv3,sshock/AFFLIBv3,https://github.com/sshock/AFFLIBv3 +3c52d200c00ab0411fc066918e7a2fb5d5f8fc7e,Eddie Kohler,eddietwo@mit.edu,1999-06-29 17:05:42+00:00,Eddie Kohler,ekohler@gmail.com,1999-06-29 17:05:42+00:00,False,mit,gmail,* master,True,kohler_lcdf-typetools.git,kohler/lcdf-typetools.git,https://github.com/kohler/lcdf-typetools.git +f6d29774fb7675577f73e9657dcabc25ff2b34d7,Philip Heron,phil@sanslogic.co.uk,2017-05-22 21:00:49+01:00,Philip Heron,phil@sanslogic.co.uk,2017-05-22 20:00:49+00:00,False,sanslogic,sanslogic,* master,True,fsphil_hacktv,fsphil/hacktv,https://github.com/fsphil/hacktv +02116ea0ac1f46db269f2a4ea2f3a73a34e7292d,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-08-18 18:32:06+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-08-18 18:32:06+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_pyface,enthought/pyface,https://github.com/enthought/pyface +e5be60e28a046a3fdb56c6c9f6db30391cea8df2,Michael Bleigh,michael@intridea.com,2008-04-19 18:05:49-04:00,Michael Bleigh,michael@intridea.com,2008-04-19 22:05:49+00:00,False,intridea,intridea,* master,True,mbleigh_seed-fu,mbleigh/seed-fu,https://github.com/mbleigh/seed-fu +85bbf4cb8aa30bfe93f1d98b9a5f64b5f42bee14,Daisuke Murase,typester@cpan.org,2012-07-30 17:37:26+09:00,Daisuke Murase,typester@cpan.org,2012-07-30 08:37:26+00:00,False,cpan,cpan,* master,True,typester_Test-RedisServer.git,typester/Test-RedisServer.git,https://github.com/typester/Test-RedisServer.git +97931845a4d9bca16fe566e820ad426df6018536,Koen Holtman,koen.holtman@ieee.org,2012-02-05 17:49:08+01:00,Koen Holtman,koen.holtman@ieee.org,2012-02-05 16:49:08+00:00,False,ieee,ieee,* master,True,kholtman_afio,kholtman/afio,https://github.com/kholtman/afio +208158a7dafa0af88b443be51f9ce985e857ad16,blake.mizerany@gmail.com,blake.mizerany@gmail.com@95fbf360-2702-46e8-84d8-6de9ca90a270,2007-09-11 01:14:00+00:00,blake.mizerany@gmail.com,blake.mizerany@gmail.com@95fbf360-2702-46e8-84d8-6de9ca90a270,2007-09-11 01:14:00+00:00,False,95fbf360-2702-46e8-84d8-6de9ca90a270,95fbf360-2702-46e8-84d8-6de9ca90a270,* main,True,sinatra_sinatra.git,sinatra/sinatra.git,https://github.com/sinatra/sinatra.git +6ef656a58b1ff1a7b539d6be46b88d6d5aa1eea0,Bob Ippolito,bob@redivi.com,2005-05-03 20:19:49+00:00,Bob Ippolito,bob@redivi.com,2005-05-03 20:19:49+00:00,False,redivi,redivi,* main,True,xattr_xattr.git,xattr/xattr.git,https://github.com/xattr/xattr.git +f3b7310a413febe7453335b77f9dd5498d5126c3,Jae-Joon Lee,lee.j.joon@gmail.com,2009-07-02 01:08:18-04:00,Jae-Joon Lee,lee.j.joon@gmail.com,2009-07-02 05:08:18+00:00,False,gmail,gmail,* main,True,astropy_pyregion.git,astropy/pyregion.git,https://github.com/astropy/pyregion.git +cbdd2a9f99913492c575e4cfc2e8e12aa914189c,Sebastian Morr,sebastian@morr.cc,2013-02-07 15:53:53+01:00,Sebastian Morr,sebastian@morr.cc,2013-02-07 14:53:53+00:00,False,morr,morr,* master,True,nordlicht_nordlicht,nordlicht/nordlicht,https://github.com/nordlicht/nordlicht +e04dff53f90fa8e044c0fa6d1c352d7f4d336155,Sylvain Corlay,sylvain.corlay@gmail.com,2016-01-28 05:51:30-05:00,Sylvain Corlay,sylvain.corlay@gmail.com,2016-03-15 02:54:09+00:00,False,gmail,gmail,* main,True,pikepdf_pikepdf.git,pikepdf/pikepdf.git,https://github.com/pikepdf/pikepdf.git +9e8069125c369594040b55f6152fb4fab23b9c9b,Alex Gr?nholm,alex.gronholm@nextday.fi,2011-08-15 15:06:50+03:00,Alex Gr?nholm,alex.gronholm@nextday.fi,2011-08-15 12:06:50+00:00,False,nextday,nextday,* main,True,Pylons_pastedeploy,Pylons/pastedeploy,https://github.com/Pylons/pastedeploy +58106d9e7de12ac43b6f39d3362da211b43dc0c8,Thomas Robitaille,thomas.robitaille@gmail.com,2011-10-07 17:33:52-04:00,Thomas Robitaille,thomas.robitaille@gmail.com,2011-12-22 20:58:17+00:00,False,gmail,gmail,* main,True,astropy_photutils.git,astropy/photutils.git,https://github.com/astropy/photutils.git +8481ee3bd5e77e1e78fe393f9cf83b6f247ffd8e,Alessio Treglia,alessio@debian.org,2011-06-18 10:19:05+02:00,Alessio Treglia,alessio@debian.org,2011-06-18 08:19:05+00:00,False,debian,debian,* master,True,jeremysalwen_lv2file.git,jeremysalwen/lv2file.git,https://github.com/jeremysalwen/lv2file.git +dca9c0f4f96ae699282a561ee78d43d71e34ee02,Matthew Miller,mattdm@mattdm.org,2013-02-16 11:39:38-05:00,Matthew Miller,mattdm@mattdm.org,2013-02-16 16:39:38+00:00,False,mattdm,mattdm,* main,True,mattdm_icebreaker.git,mattdm/icebreaker.git,https://github.com/mattdm/icebreaker.git +e5fef65f14459cba7c092ff65c65b0ec96dd0b33,Tim Chen,tim.chen119@canonical.com,2019-05-09 15:01:43+08:00,Tim Chen,tim.chen119@canonical.com,2019-05-09 07:01:43+00:00,False,canonical,canonical,* master,True,timchen119_tpm2-initramfs-tool,timchen119/tpm2-initramfs-tool,https://github.com/timchen119/tpm2-initramfs-tool +642188052bc2ddbd0300531d37dacfc6fc470071,bobrik,ibobrik@gmail.com,2013-05-05 19:03:28+04:00,bobrik,ibobrik@gmail.com,2013-05-05 15:03:28+00:00,False,gmail,gmail,* master,True,bobrik_node-mess,bobrik/node-mess,https://github.com/bobrik/node-mess +eb2e05d3f886962fd54a77783725346e3b1ac789,Jérémie Dimino,jeremie@dimino.org,2012-10-16 23:57:06+02:00,Jérémie Dimino,jeremie@dimino.org,2012-10-16 21:57:06+00:00,False,dimino,dimino,* master,True,ocaml-community_zed.git,ocaml-community/zed.git,https://github.com/ocaml-community/zed.git +e93f04e1f4a660b605d1626154182681c0ea5c3e,Gabor Csardi,csardi@rmki.kfki.hu,2005-09-06 21:26:56+00:00,Gabor Csardi,csardi@rmki.kfki.hu,2005-09-06 21:26:56+00:00,False,rmki,rmki,* master,True,igraph_igraph.git,igraph/igraph.git,https://github.com/igraph/igraph.git +ab9520d18845248ef79ee98e8d671f8eecfec288,Steven G. Johnson,stevenj@mit.edu,2014-07-15 15:29:52-04:00,Steven G. Johnson,stevenj@mit.edu,2014-07-15 19:29:52+00:00,False,mit,mit,* master,True,JuliaStrings_utf8proc,JuliaStrings/utf8proc,https://github.com/JuliaStrings/utf8proc +0534ec6a782b40d145695d3f23f49acbe31f5039,Jonathan H N Chin,code@jhnc.org,2006-09-20 12:45:30+01:00,Jonathan H N Chin,code@jhnc.org,2006-09-20 11:45:30+00:00,False,jhnc,jhnc,* main,True,jhnc_findimagedupes.git,jhnc/findimagedupes.git,https://github.com/jhnc/findimagedupes.git +a1b157f8fe1e12b8028190c81d43e478df7484e5,Ian Cordasco,graffatcolmingov@gmail.com,2016-07-19 12:32:21-05:00,Ian Cordasco,graffatcolmingov@gmail.com,2016-07-19 17:32:21+00:00,False,gmail,gmail,* main,True,PyCQA_flake8-polyfill.git,PyCQA/flake8-polyfill.git,https://github.com/PyCQA/flake8-polyfill.git +b379eed95004791c5b9d80ccee21f16a7eeb1f1f,Mark Hills,mark@pogo.org.uk,2007-06-10 19:20:13+01:00,Mark Hills,mark@pogo.org.uk,2007-06-10 18:20:13+00:00,False,pogo,pogo,* master,True,xwax_xwax.git,xwax/xwax.git,https://github.com/xwax/xwax.git +c6eb938c3476e9110665dc468580ee7740322410,Raphaël Bazaud,rbazaud@gmail.com,2015-11-03 09:48:20+01:00,Palo Kisa,palo.kisa@gmail.com,2015-11-03 10:23:16+00:00,False,gmail,gmail,* master,True,lxqt_lxqt-about.git,lxqt/lxqt-about.git,https://github.com/lxqt/lxqt-about.git +2bbc8714acfcf25aa0ba43389ad1cdb1c0dbafe2,Brian Quinlan,brian@sweetapp.com,2018-06-27 13:29:57-07:00,Brian Quinlan,brian@sweetapp.com,2018-06-27 20:29:57+00:00,False,sweetapp,sweetapp,* master,True,google_pybadges.git,google/pybadges.git,https://github.com/google/pybadges.git +10a8cf5651aaf8ce6405ac4dafdc5054d29f540e,Heikki Hannikainen,hessu@hes.iki.fi,2017-11-14 00:04:24+02:00,Heikki Hannikainen,hessu@hes.iki.fi,2017-11-13 22:04:24+00:00,False,hes,hes,* master,True,twojstaryzdomu_bchunk,twojstaryzdomu/bchunk,https://github.com/twojstaryzdomu/bchunk +4138b084534136761d6b105f8ad624f1a43708a8,Tor Colvin,Tor.Colvin@schrodinger.com,2017-05-16 12:08:55-04:00,Tor Colvin,Tor.Colvin@schrodinger.com,2017-05-16 16:09:30+00:00,False,schrodinger,schrodinger,* master,True,schrodinger_maeparser.git,schrodinger/maeparser.git,https://github.com/schrodinger/maeparser.git +8fe79db23336b9eef5e6542daca7fe5e131e3430,Scott Chamberlain,myrmecocystus@gmail.com,2016-10-28 16:15:38-07:00,Scott Chamberlain,myrmecocystus@gmail.com,2016-10-28 23:15:38+00:00,False,gmail,gmail,* main,True,ropensci_crul.git,ropensci/crul.git,https://github.com/ropensci/crul.git +02ddb7fa2a15abddc2b5e206d03ffa694d203a81,Kamal Mostafa,kamal@whence.com,2011-05-20 08:16:52-07:00,Kamal Mostafa,kamal@whence.com,2011-05-20 15:16:52+00:00,False,whence,whence,* master,True,kamalmostafa_minimodem,kamalmostafa/minimodem,https://github.com/kamalmostafa/minimodem +c2952206fc911488f1f31811ea0466b258f358e9,Aleix Conchillo Flaqué,aconchillo@gmail.com,2013-01-26 13:18:26-08:00,Aleix Conchillo Flaqué,aconchillo@gmail.com,2013-01-26 21:18:26+00:00,False,gmail,gmail,* master,True,aconchillo_guile-json.git,aconchillo/guile-json.git,https://github.com/aconchillo/guile-json.git +7b391ceaf4d46bd2fe1464379fc48d6b3c8b6b01,michele.simionato,devnull@localhost,2008-12-03 06:58:37+00:00,michele.simionato,devnull@localhost,2008-12-03 06:58:37+00:00,False,localhost,localhost,* master,True,micheles_decorator.git,micheles/decorator.git,https://github.com/micheles/decorator.git +e255f48679f9596c487ab368ecec614f77ff83db,Bruno Nova,brunomb.nova@gmail.com,2014-12-14 12:14:17+00:00,Bruno Nova,brunomb.nova@gmail.com,2014-12-14 12:14:17+00:00,False,gmail,gmail,* master,True,infirit_caja-admin,infirit/caja-admin,https://github.com/infirit/caja-admin +ce8e8d57c0d346dba9527b7a11b03364ce9ad1bb,Mihai Bazon,mihai@bazon.net,2012-08-27 12:29:53+03:00,Mihai Bazon,mihai@bazon.net,2012-08-27 09:29:53+00:00,False,bazon,bazon,* master,True,terser_terser,terser/terser,https://github.com/terser/terser +966e20bbca19f62a473dde9df14194c8dd0aab1d,Nicholas Bamber,nicholas@periapt.co.uk,2009-09-29 08:34:08+01:00,Nicholas Bamber,nicholas@periapt.co.uk,2009-09-29 07:34:08+00:00,False,periapt,periapt,* master,True,periapt_geo-google-mapobject.git,periapt/geo-google-mapobject.git,https://github.com/periapt/geo-google-mapobject.git +5de36ea986ee8fe47f3f47d372f01b586eb8381a,KARASZI István,github@spam.raszi.hu,2011-09-02 14:26:18+02:00,KARASZI István,github@spam.raszi.hu,2011-09-02 12:26:18+00:00,False,spam,spam,* master,True,raszi_node-tmp.git,raszi/node-tmp.git,https://github.com/raszi/node-tmp.git +4546cb414acd9f05254643df8f83ef846fb3f851,Prem Sichanugrist,s@sikac.hu,2013-02-19 18:36:23-05:00,Prem Sichanugrist,s@sikac.hu,2013-02-20 00:25:33+00:00,False,sikac,sikac,* master,True,rails_actionpack-xml_parser,rails/actionpack-xml/parser,https://github.com/rails/actionpack-xml_parser +7275e9589e75b15a0277e65297698dab8558cd21,Chris Beaven,smileychris@gmail.com,2010-01-22 15:01:38+13:00,Chris Beaven,smileychris@gmail.com,2010-01-22 02:01:38+00:00,False,gmail,gmail,* main,True,SmileyChris_django-countries,SmileyChris/django-countries,https://github.com/SmileyChris/django-countries +91509b4b37900218ac3bb1c0079491e18ca55695,Anton Lindqvist,anton.lindqvist@gmail.com,2015-08-24 09:24:04+02:00,Anton Lindqvist,anton.lindqvist@gmail.com,2015-08-24 07:24:04+00:00,False,gmail,gmail,* master,True,mptre_yank,mptre/yank,https://github.com/mptre/yank +32cd87d97d12cc26a790490243caa3274514ba6e,carlio,git@carlcrowder.com,2013-08-05 00:26:31-07:00,carlio,git@carlcrowder.com,2013-08-05 07:26:31+00:00,False,carlcrowder,carlcrowder,* master,True,PyCQA_prospector,PyCQA/prospector,https://github.com/PyCQA/prospector +5dfc3bbfe7c8023c4dca8bdd5b3b8d2567ab5824,Michael M Slusarz,slusarz@curecanti.org,2009-02-23 00:16:41-07:00,Michael M Slusarz,slusarz@curecanti.org,2009-02-23 07:16:41+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_ingo.git,horde/ingo.git,https://github.com/horde/ingo.git +ddc58f04db1306dea98bf3cf2d7772fa85a0a114,Colin Percival,cperciva@tarsnap.com,2012-08-18 10:33:25+00:00,Colin Percival,cperciva@tarsnap.com,2012-08-18 10:33:25+00:00,False,tarsnap,tarsnap,* master,True,Tarsnap_scrypt.git,Tarsnap/scrypt.git,https://github.com/Tarsnap/scrypt.git +9a1a12170b1f62ad65576ac30405ef86e364b97a,filliatr,filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7,1999-12-11 18:42:39+00:00,filliatr,filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7,1999-12-11 18:42:39+00:00,False,85f007b7-540e-0410-9357-904b9bb8a0f7,85f007b7-540e-0410-9357-904b9bb8a0f7,* master,True,coq_coq,coq/coq,https://github.com/coq/coq +feecfb092b7e3daa967d50278474b0d2480d6f09,Jean-Christophe DUBOIS,jcd@tribudubois.net,2019-10-29 18:34:29+01:00,GitHub,noreply@github.com,2019-10-29 17:34:29+00:00,False,tribudubois,github,* master,True,jcdubois_pixelize.git,jcdubois/pixelize.git,https://github.com/jcdubois/pixelize.git +7be8f3299cfecf403cf9d42db6548e0a090e2b26,Neoklis Kyriazis,nkcyham@yahoo.com,2008-02-25 17:38:42-08:00,Eric Wheeler,xnec2c-git@z.ewheeler.org,2008-02-26 01:38:42+00:00,False,yahoo,z,* master,True,KJ7LNW_xnec2c.git,KJ7LNW/xnec2c.git,https://github.com/KJ7LNW/xnec2c.git +51481efadbf5bbebfc20767c07056bd2dfc2fabc,jnthn,jnthn@jnthn.net,2012-04-07 00:41:44+02:00,jnthn,jnthn@jnthn.net,2012-04-06 22:41:44+00:00,False,jnthn,jnthn,* main,True,MoarVM_MoarVM.git,MoarVM/MoarVM.git,https://github.com/MoarVM/MoarVM.git +f7d1b9689bcfc44f154748fe06dadc6aac5da513,Stephan Kulow,coolo@kde.org,1997-09-11 13:20:32+00:00,Stephan Kulow,coolo@kde.org,1997-09-11 13:20:32+00:00,False,kde,kde,* master,True,kmines.git,kmines.git,https://anongit.kde.org/kmines.git +de3096daeed4ac950851af441185b7b9d0653b9c,Syohei YOSHIDA,syohex@gmail.com,2013-05-16 17:16:13+09:00,Syohei YOSHIDA,syohex@gmail.com,2013-05-16 08:16:13+00:00,False,gmail,gmail,* master,True,syohex_emacs-git-messenger.git,syohex/emacs-git-messenger.git,https://github.com/syohex/emacs-git-messenger.git +68f95ffe3aef82aac0fb7bbc65d1faab19902e3c,Jürg Billeter,juergbi@src.gnome.org,2006-04-21 09:20:38+00:00,Jürg Billeter,juergbi@src.gnome.org,2006-04-21 09:20:38+00:00,False,src,src,* main,True,GNOME_vala.git,GNOME/vala.git,https://gitlab.gnome.org/GNOME/vala.git +0ac20a40c80352f1cb09308ec61308b35830a943,Jos Boumans,kane@cpan.org,2006-08-17 20:50:46+00:00,Jos Boumans,kane@cpan.org,2006-08-17 20:50:46+00:00,False,cpan,cpan,* master,True,jib_config-auto.git,jib/config-auto.git,https://github.com/jib/config-auto.git +190b315e1caed82966c31306213aa58ab62abdf8,Colin Watson,cjwatson@debian.org,2001-04-26 17:31:14+00:00,Colin Watson,cjwatson@debian.org,2001-04-26 17:31:14+00:00,False,debian,debian,* main,True,man-db_man-db.git,man-db/man-db.git,https://gitlab.com/man-db/man-db.git +30f1130547f34983d445ce3668522d4f5a2a2a06,Hernan Grecco,hernan.grecco@gmail.com,2012-05-03 02:21:14+02:00,Hernan Grecco,hernan.grecco@gmail.com,2012-05-03 00:21:14+00:00,False,gmail,gmail,* master,True,hgrecco_pint.git,hgrecco/pint.git,https://github.com/hgrecco/pint.git +010871c8a4b89cd7fdabf924e634c361d77fe8da,Mitch Garnaat,mitch@garnaat.com,2012-11-20 19:40:32-08:00,Mitch Garnaat,mitch@garnaat.com,2012-11-21 03:40:32+00:00,False,garnaat,garnaat,* develop,True,aws_aws-cli,aws/aws-cli,https://github.com/aws/aws-cli +180997c124b6f47d56aa14abae69ddc4c45820a8,Vratislav Podzimek,vpodzime@redhat.com,2015-09-24 10:00:32+02:00,Vratislav Podzimek,vpodzime@redhat.com,2015-09-24 08:00:32+00:00,False,redhat,redhat,* main,True,storaged-project_libbytesize,storaged-project/libbytesize,https://github.com/storaged-project/libbytesize +722604019a24f0961dcff5d65206ded5f8fab778,Gregory Brown,gregory.t.brown@gmail.com,2008-04-04 18:43:04-04:00,Gregory Brown,gregory.t.brown@gmail.com,2008-04-04 22:43:04+00:00,False,gmail,gmail,* master,True,prawnpdf_prawn,prawnpdf/prawn,https://github.com/prawnpdf/pdf-core +e1008b4adcdc7ab54bcc7a090691a6514b892057,James Saryerwinnie,jls.npi@gmail.com,2011-07-21 20:41:19-07:00,James Saryerwinnie,jls.npi@gmail.com,2011-07-22 03:41:19+00:00,False,gmail,gmail,* master,True,jamesls_fakeredis.git,jamesls/fakeredis.git,https://github.com/jamesls/fakeredis.git +f8192f1a521235b765cb85a4459706256ec331ff,Jeremy Whiting,jpwhiting@kde.org,2014-11-01 14:42:02-06:00,Jeremy Whiting,jpwhiting@kde.org,2014-11-01 20:42:02+00:00,False,kde,kde,* master,True,plasma_ksshaskpass.git,plasma/ksshaskpass.git,https://invent.kde.org/plasma/ksshaskpass.git +27010fb24f19791b5ea859430c2c10846328f935,Chad Granum,exodist7@gmail.com,2016-12-18 23:01:11-08:00,Chad Granum,exodist7@gmail.com,2016-12-19 07:01:11+00:00,False,gmail,gmail,* master,True,exodist_Term-Table.git,exodist/Term-Table.git,https://github.com/exodist/Term-Table.git +7d623455f45435ad351514dfd4abd064cac61aab,Bill Wendling,morbo@google.com,2015-03-18 13:36:07-07:00,Bill Wendling,morbo@google.com,2015-03-18 20:36:07+00:00,False,google,google,* main,True,google_yapf.git,google/yapf.git,https://github.com/google/yapf.git +5992a8ef21424d7571305a8d7e2a3431ee7e1e23,hpk,none@none,2007-01-24 15:24:01+01:00,hpk,none@none,2007-01-24 14:24:01+00:00,False,none,none,* main,True,pytest-dev_pytest.git,pytest-dev/pytest.git,https://github.com/pytest-dev/pytest.git +3f9611fe5a0a815112457294bcdf947fd31d2918,Alan Ott,alan@signal11.us,2010-04-11 16:37:10-04:00,Alan Ott,alan@signal11.us,2010-04-11 20:37:10+00:00,False,signal11,signal11,* master,True,libusb_hidapi.git,libusb/hidapi.git,https://github.com/libusb/hidapi.git +6ab06afdbcc2e7fe2839325ba00da551cd7e1678,Roy Marples,roy@marples.name,2009-01-19 17:22:02+00:00,Roy Marples,roy@marples.name,2009-01-19 17:22:02+00:00,False,marples,marples,* kobo,True,kobolabs_dhcpcd-dbus.git,kobolabs/dhcpcd-dbus.git,https://github.com/kobolabs/dhcpcd-dbus.git +a63f6d192dc714e23574c475f7b344168bcc3f38,Petr Vanek,petr@scribus.info,2011-08-21 18:51:58+02:00,Petr Vanek,petr@scribus.info,2011-08-21 16:51:58+00:00,False,scribus,scribus,* master,True,lxqt_lxqt-config.git,lxqt/lxqt-config.git,https://github.com/lxqt/lxqt-config.git +ea992bc3e64705cf7555a07f49a08656cdaa8b56,Francois Ferrand,thetypz@gmail.com,2013-04-11 20:03:00+02:00,Francois Ferrand,thetypz@gmail.com,2013-04-12 13:16:56+00:00,False,gmail,gmail,* develop,True,keepassxreboot_keepassxc.git,keepassxreboot/keepassxc.git,https://github.com/keepassxreboot/keepassxc.git +6bcd846b5212b41877b80358125b2210432e080d,Daniel Bolton,dbb@9y.com,2011-08-05 19:14:13-04:00,Daniel Bolton,dbb@9y.com,2011-08-05 23:14:13+00:00,False,9y,9y,* master,True,ytdl-org_youtube-dl.git,ytdl-org/youtube-dl.git,https://github.com/ytdl-org/youtube-dl.git +45b62e7f434fdcd6aa6230f4ddf38c9ca6336b8c,Han Boetes,han@boetes.org,2016-01-24 22:16:49+01:00,Han Boetes,han@boetes.org,2016-01-24 21:16:49+00:00,False,boetes,boetes,* master,True,hboetes_mg.git,hboetes/mg.git,https://github.com/hboetes/mg.git +236f4a07e4ebe5ee44f1496ec6974991ab293ffd,Jordan Harband,ljharb@gmail.com,2022-10-10 15:33:12-07:00,Jordan Harband,ljharb@gmail.com,2022-10-10 22:33:12+00:00,False,gmail,gmail,* main,True,minimistjs_minimist.git,minimistjs/minimist.git,https://github.com/minimistjs/minimist.git +f594a955cbc4344a8d2443d5b6e276b2825dde45,Tony Garnock-Jones,tonyg@lshift.net,2010-01-04 15:32:23+00:00,Tony Garnock-Jones,tonyg@lshift.net,2010-01-04 15:32:23+00:00,False,lshift,lshift,* main,True,pika_pika,pika/pika,https://github.com/pika/pika +bec38677b3f2918c97a6a1edea795fc7191a0c11,John Stowers,john.stowers@gmail.com,2008-05-10 23:10:20+00:00,John Stowers,john.stowers@gmail.com,2008-05-10 23:10:20+00:00,False,gmail,gmail,* master,True,nzjrs_osm-gps-map,nzjrs/osm-gps-map,https://github.com/nzjrs/osm-gps-map +8f1038a188110260263a64eef83dae858107af3d,Daniel Richter,danielrichter2007@web.de,2012-07-22 22:00:48+00:00,Daniel Richter,danielrichter2007@web.de,2012-07-22 22:00:48+00:00,False,web,web,* master,True,grub-customizer,grub-customizer,https://git.launchpad.net/grub-customizer +17f92ad51bc5465115a67d995823046028c3c4f3,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,killbots.git,killbots.git,https://anongit.kde.org/killbots.git +8bd6222facb17e0aa09532853b34e1f9c400ea3e,George Williams,gww@silcom.com,2007-10-28 21:46:07+00:00,George Williams,gww@silcom.com,2007-10-28 21:46:07+00:00,False,silcom,silcom,* master,True,fontforge_libspiro.git,fontforge/libspiro.git,https://github.com/fontforge/libspiro.git +6bd1c214786a50e688ba2b92f47307290e38c3f9,Florian Mounier,florian.mounier@kozea.fr,2015-03-09 10:54:59+01:00,Florian Mounier,florian.mounier@kozea.fr,2015-03-09 09:54:59+00:00,False,kozea,kozea,* main,True,xonsh_xonsh.git,xonsh/xonsh.git,https://github.com/xonsh/xonsh.git +4fd290c0d4b4b252c749898a373beaca7d60fbad,Brian Beach,coder@beachfamily.net,2015-11-16 08:44:35-10:00,Brian Beach,coder@beachfamily.net,2015-11-16 18:44:35+00:00,False,beachfamily,beachfamily,* master,True,Backblaze_b2-sdk-python.git,Backblaze/b2-sdk-python.git,https://github.com/Backblaze/b2-sdk-python.git +f2eaa3c7bbb495584b5e3ee93da82073c4d3dc4e,Marek Marecki,triviuss@gmail.com,2013-05-01 00:30:56+02:00,Marek Marecki,triviuss@gmail.com,2013-04-30 22:30:56+00:00,False,gmail,gmail,* master,True,marekjm_diaspy,marekjm/diaspy,https://github.com/marekjm/diaspy +97bd634e141fd23f8b667e5c1db45314d08a7a60,Maato,maato@softwarebakery.com,2015-03-07 15:39:19+01:00,Maato,maato@softwarebakery.com,2015-03-07 14:39:19+00:00,False,softwarebakery,softwarebakery,* master,True,jeinzi_thunar-dropbox.git,jeinzi/thunar-dropbox.git,https://github.com/jeinzi/thunar-dropbox.git +a07b44baed0220868d52c84ebf8f770de0aee5dc,Hans Hübner,hans.huebner@gmail.com,2008-05-26 14:22:29+00:00,Hans Hübner,hans.huebner@gmail.com,2008-05-26 14:22:29+00:00,False,gmail,gmail,* master,True,edicl_hunchentoot,edicl/hunchentoot,https://github.com/edicl/hunchentoot +f3b0a1716563a2741b11ba07dc5e081ee1b9989e,Robert Kern,robert.kern@gmail.com,2008-10-25 16:39:26-05:00,Robert Kern,robert.kern@gmail.com,2008-10-25 21:39:26+00:00,False,gmail,gmail,* main,True,pyutils_line_profiler,pyutils/line/profiler,https://github.com/pyutils/line_profiler +6a2efc6e31fa50bc124ad4c99493ff1de8bc3bc4,Etienne Dublé,etienne.duble@imag.fr,2014-12-12 14:11:56+01:00,Etienne Dublé,etienne.duble@imag.fr,2014-12-12 13:11:56+00:00,False,imag,imag,* master,True,drakkar-lig_debootstick,drakkar-lig/debootstick,https://github.com/drakkar-lig/debootstick +881761561019ad29332d0d44efb889d08ed64b4b,dsagal,dsagal+git@gmail.com,2016-12-05 17:09:10-05:00,dsagal,dsagal+git@gmail.com,2016-12-05 22:09:10+00:00,False,gmail,gmail,* master,True,gristlabs_asttokens.git,gristlabs/asttokens.git,https://github.com/gristlabs/asttokens.git +a909eb4a229ebbea2d60717e748df3f0a2f69cc4,Eric Anholt,eric@anholt.net,2013-09-19 09:50:49-07:00,Eric Anholt,eric@anholt.net,2013-10-16 18:43:11+00:00,False,anholt,anholt,* master,True,anholt_libepoxy.git,anholt/libepoxy.git,https://github.com/anholt/libepoxy.git +21a52bb3dc7324767feec8992765e9dbd1a1a45b,ronsavage,ron@savage.net.au,2015-08-16 13:06:01+10:00,ronsavage,ron@savage.net.au,2015-08-16 03:06:01+00:00,False,savage,savage,* master,True,ronsavage_Regexp-Assemble.git,ronsavage/Regexp-Assemble.git,https://github.com/ronsavage/Regexp-Assemble.git +70506a8b4ec9d361cc255fe9fce2592b0fb6c2fa,d11wtq,d11wtq,2007-11-05 03:34:28+00:00,d11wtq,d11wtq,2007-11-05 03:34:28+00:00,False,d11wtq,d11wtq,* master,True,swiftmailer_swiftmailer,swiftmailer/swiftmailer,https://github.com/swiftmailer/swiftmailer +02429bdeef171d991fb4f75a924863edb8f7937e,Jeff Urlwin,jeff.urlwin@gmail.com,2004-02-19 15:22:36+00:00,Jeff Urlwin,jeff.urlwin@gmail.com,2004-02-19 15:22:36+00:00,False,gmail,gmail,* master,True,perl5-dbi_DBD-ODBC.git,perl5-dbi/DBD-ODBC.git,https://github.com/perl5-dbi/DBD-ODBC.git +cc31458b18e8c274641cf124f5bf7ec6fe506dfb,Tambet Ingo,tambet@gmail.com,2008-07-31 09:43:00+03:00,Tambet Ingo,tambet@gmail.com,2008-07-31 06:43:00+00:00,False,gmail,gmail,* main,True,mobile-broadband_ModemManager.git,mobile-broadband/ModemManager.git,https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git +a2a42c0486f4caa3f430d0db0d539aaa82a089b5,Michael Ferguson,mfergs7@gmail.com,2015-03-16 12:20:17-07:00,Michael Ferguson,mfergs7@gmail.com,2015-03-16 19:20:17+00:00,False,gmail,gmail,* rolling,True,ros-planning_navigation_msgs,ros-planning/navigation/msgs,https://github.com/ros-planning/navigation_msgs +d621974c7208ac2e6d2a96de3b5e6f33641fbf08,Stephen M. Webb,stephen.webb@canonical.com,2017-04-15 11:59:51-04:00,Stephen M. Webb,stephen.webb@canonical.com,2017-04-15 15:59:51+00:00,False,canonical,canonical,* main,True,ubports_core_cmake-extras,ubports/core/cmake-extras,https://gitlab.com/ubports/core/cmake-extras +0d106609e23836f72ad09d0efe50fddf6cac807c,Chia-liang Kao,clkao@clkao.org,2004-09-11 09:33:23-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-12 02:49:18+00:00,False,clkao,pobox,* master,True,clkao_IO-Digest.git,clkao/IO-Digest.git,https://github.com/clkao/IO-Digest.git +d8fe578bc5268745cfafc060e6c6259baf36ccde,Tristan Heaven,tristanheaven@gmail.com,2011-03-31 21:32:46+01:00,Tristan Heaven,tristanheaven@gmail.com,2011-03-31 20:32:46+00:00,False,gmail,gmail,* master,True,tristanheaven_gtkhash,tristanheaven/gtkhash,https://github.com/tristanheaven/gtkhash +77dd7100ab887641252a7506cee48fb47e644151,Mrs. Brisby,nimh@users.sourceforge.net,2006-01-24 03:02:19+00:00,Mrs. Brisby,nimh@users.sourceforge.net,2006-01-24 03:02:19+00:00,False,users,users,* master,True,schismtracker_schismtracker,schismtracker/schismtracker,https://github.com/schismtracker/schismtracker +91a1ef27f107281b594e57eaedfadec354afe4b1,Jean-Philippe Braun,eon@patapon.info,2012-06-07 20:38:27+02:00,Jean-Philippe Braun,eon@patapon.info,2012-06-07 18:38:27+00:00,False,patapon,patapon,* master,True,eonpatapon_gnome-shell-extension-caffeine,eonpatapon/gnome-shell-extension-caffeine,https://github.com/eonpatapon/gnome-shell-extension-caffeine +cad2331b603eed49ebd113917431df7e34bbd53e,Jason Simeone,jay@classless.net,2014-01-21 19:20:31-05:00,Jason Simeone,jay@classless.net,2014-01-22 00:20:31+00:00,False,classless,classless,* master,True,jayclassless_setoptconf.git,jayclassless/setoptconf.git,https://github.com/jayclassless/setoptconf.git +72d0a2dc2a98e04aa52634b53fbb234ae6cd09d8,JP Aumasson,jeanphilippe.aumasson@gmail.com,2015-10-04 10:25:27+02:00,JP Aumasson,jeanphilippe.aumasson@gmail.com,2015-10-04 08:25:27+00:00,False,gmail,gmail,* master,True,P-H-C_phc-winner-argon2,P-H-C/phc-winner-argon2,https://github.com/P-H-C/phc-winner-argon2 +fac0012b349ffaf2b690758aa5953f2ad36906ab,Noah Levitt,nlevitt@src.gnome.org,2002-09-09 18:53:03+00:00,Noah Levitt,nlevitt@src.gnome.org,2002-09-09 18:53:03+00:00,False,src,src,* master,True,GNOME_gucharmap.git,GNOME/gucharmap.git,https://gitlab.gnome.org/GNOME/gucharmap.git +384ffd957153f65eb4f47b3142d98853c31b4124,Jeff McCune,jeff@puppetlabs.com,2011-02-23 14:05:56-05:00,Jeff McCune,jeff@puppetlabs.com,2011-02-23 19:05:56+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetlabs-ntp.git,puppetlabs/puppetlabs-ntp.git,https://github.com/puppetlabs/puppetlabs-ntp.git +9b7d678205f923ff44dcae5c452b78eb5c8cde96,Gurusamy Sarathy,gsar@cpan.org,1997-02-17 18:06:30-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 16:36:13+00:00,False,cpan,pobox,* master,True,chorny_Tie-IxHash.git,chorny/Tie-IxHash.git,https://github.com/chorny/Tie-IxHash.git +0becd8255f46985d677695a24feb55d6db438451,Nathan Rajlich,nathan@tootallnate.net,2012-01-28 12:24:24-08:00,Nathan Rajlich,nathan@tootallnate.net,2012-01-28 20:24:24+00:00,False,tootallnate,tootallnate,* master,True,TooTallNate_node-bindings,TooTallNate/node-bindings,https://github.com/TooTallNate/node-bindings +2251b1d57d19d70124eadd605932925f2930b417,Doug Bell,doug101@bellz.org,2023-09-15 19:58:05-04:00,Doug Bell,doug101@bellz.org,2023-09-15 23:58:05+00:00,False,bellz,bellz,* master,True,doug-101_ConvertAll.git,doug-101/ConvertAll.git,https://github.com/doug-101/ConvertAll.git +d9a95964e474d9e6c3eef97fc56b657967faaf1e,David Schweikert,david@schweikert.ch,2004-05-20 20:02:00+00:00,David Schweikert,david@schweikert.ch,2004-05-20 20:02:00+00:00,False,schweikert,schweikert,* master,True,schweikert_postgrey.git,schweikert/postgrey.git,https://github.com/schweikert/postgrey.git +256300e8455a6d429f489b39a607e9577acadcce,Matei David,matei@cs.toronto.edu,2015-11-18 18:01:57-05:00,Matei David,matei@cs.toronto.edu,2015-11-18 23:01:57+00:00,False,cs,cs,* master,True,mateidavid_hpptools.git,mateidavid/hpptools.git,https://github.com/mateidavid/hpptools.git +24f3252d86aee1195e7a3bc8aba046c3fa8ed9da,irascibl,irascibl@gmail.com,2013-05-02 07:52:31+02:00,irascibl,irascibl@gmail.com,2013-05-02 05:52:31+00:00,False,gmail,gmail,* develop,True,fritzing_fritzing-app,fritzing/fritzing-app,https://github.com/fritzing/fritzing-app +02ffe0d39c9c01d38c1024c0281e259b5881f335,Erik Troan,ewt@redhat.com,1998-03-23 20:52:17+00:00,Erik Troan,ewt@redhat.com,1998-03-23 20:52:17+00:00,False,redhat,redhat,* master,True,rpm-software-management_popt.git,rpm-software-management/popt.git,https://github.com/rpm-software-management/popt.git +e360047054117d63fb579ec9231e9dc77c99f12a,David Robillard,d@drobilla.net,2008-08-08 22:45:58+00:00,David Robillard,d@drobilla.net,2008-08-08 22:45:58+00:00,False,drobilla,drobilla,* main,True,drobilla_mda-lv2.git,drobilla/mda-lv2.git,https://gitlab.com/drobilla/mda-lv2.git +1fd30dca011413f486c5daf28d0ae2dc30dfa5e5,Adam Litke,agl@us.ibm.com,2010-04-13 17:06:11-05:00,Adam Litke,agl@us.ibm.com,2010-04-13 22:06:11+00:00,False,us,us,* master,True,oVirt_mom,oVirt/mom,https://github.com/oVirt/mom +a564fa8d3f09ff049b3ff996ce68481975147658,Sergey S Prozhogin,ccpro@cpan.org,2003-08-07 20:56:00+00:00,Aaron Crane,arc@cpan.org,2012-01-31 10:00:00+00:00,False,cpan,cpan,* master,True,arc_p5-image-exif.git,arc/p5-image-exif.git,https://github.com/arc/p5-image-exif.git +d083e647893e17b360af5c2731c3e5588c18c99c,Amber Brown (HawkOwl),hawkowl@atleastfornow.net,2015-11-29 21:45:59+08:00,Amber Brown (HawkOwl),hawkowl@atleastfornow.net,2015-11-29 13:45:59+00:00,False,atleastfornow,atleastfornow,* trunk,True,twisted_incremental.git,twisted/incremental.git,https://github.com/twisted/incremental.git +433c9468e340c16db634defe5132b16480d057c7,Daniel Kopeček,dkopecek@redhat.com,2015-03-18 14:14:42+01:00,Daniel Kopeček,dkopecek@redhat.com,2015-03-18 13:14:42+00:00,False,redhat,redhat,* main,True,dkopecek_usbguard,dkopecek/usbguard,https://github.com/dkopecek/usbguard +86f4639d37fc735d330cdfe9ee6bd9c71e159ad5,chris20,chris20@povray.org.fake,2013-11-06 13:07:19-05:00,chris20,chris20@povray.org.fake,2013-11-06 18:07:19+00:00,False,povray,povray,* master,True,POV-Ray_povray,POV-Ray/povray,https://github.com/POV-Ray/povray +198538a250dfd1f4057b06d5c982f56fa819f926,ebenders,devnull@localhost,2011-09-07 11:12:47+03:00,ebenders,devnull@localhost,2011-09-07 08:12:47+00:00,False,localhost,localhost,* main,True,eliben_pyelftools.git,eliben/pyelftools.git,https://github.com/eliben/pyelftools.git +f7dfef511be2f6fbf3889306a45d67346a07c027,LI Daobing,lidaobing@gmail.com,2008-02-14 14:27:15+08:00,LI Daobing,lidaobing@gmail.com,2008-02-14 06:27:15+00:00,False,gmail,gmail,* master,True,man-pages-zh_manpages-zh,man-pages-zh/manpages-zh,https://github.com/man-pages-zh/manpages-zh +392b5464e41fdef203c517cd387c997b685ddb5a,Aymeric Augustin,aymeric.augustin@m4x.org,2013-03-30 23:02:16+01:00,Aymeric Augustin,aymeric.augustin@m4x.org,2013-03-30 22:02:16+00:00,False,m4x,m4x,* main,True,aaugustin_websockets.git,aaugustin/websockets.git,https://github.com/aaugustin/websockets.git +cd2581535b094a675d730bed080353e532212d93,David Ressman,davidr@ressman.org,2013-03-20 21:55:31-05:00,David Ressman,davidr@ressman.org,2013-03-21 02:55:31+00:00,False,ressman,ressman,* master,True,pygridtools_drmaa-python,pygridtools/drmaa-python,https://github.com/pygridtools/drmaa-python +4dc331dccca9ebe12d9bfce3b976625a21ee55db,David E. Wheeler,david@justatheory.com,2009-08-26 17:02:50-07:00,David E. Wheeler,david@justatheory.com,2009-08-27 00:02:50+00:00,False,justatheory,justatheory,* master,True,manwar_Test-XPath.git,manwar/Test-XPath.git,https://github.com/manwar/Test-XPath.git +08ecb237ca63811c91eb650a8618e817d53fe905,Peter Fein,pete@wearpants.org,2013-09-03 09:25:12-05:00,Peter Fein,pete@wearpants.org,2013-09-03 14:25:12+00:00,False,wearpants,wearpants,* master,True,wearpants_fakesleep,wearpants/fakesleep,https://github.com/wearpants/fakesleep +faf8800184faeb6ed2895221a46ffc4283873794,Arturs.Jekabsons,Arturs.Jekabsons@localhost,2010-01-04 14:39:16+00:00,Arturs.Jekabsons,Arturs.Jekabsons@localhost,2010-01-04 14:39:16+00:00,False,localhost,localhost,* dev,True,Beep6581_RawTherapee,Beep6581/RawTherapee,https://github.com/Beep6581/RawTherapee +6eb098b277d17d216e87783bd7d0037ad7bdcc72,Sebastian Bergmann,sb@sebastian-bergmann.de,2014-08-22 07:25:35+02:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2014-08-22 05:34:43+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_global-state,sebastianbergmann/global-state,https://github.com/sebastianbergmann/global-state +c4c921ca4768b0d939aa554c52714249b9f5e56b,Panu Lahtinen,pnuu+git@iki.fi,2014-06-10 11:32:44+03:00,Panu Lahtinen,pnuu+git@iki.fi,2014-06-10 08:32:44+00:00,False,iki,iki,* main,True,pytroll_trollsift,pytroll/trollsift,https://github.com/pytroll/trollsift +487518195d6da8adf0d7b55dcdca16837f0ce234,Carson Gee,x@carsongee.com,2015-04-21 09:56:59-04:00,Carson Gee,x@carsongee.com,2015-04-21 13:56:59+00:00,False,carsongee,carsongee,* main,True,carsongee_pytest-pylint,carsongee/pytest-pylint,https://github.com/carsongee/pytest-pylint +2d004e3fe7bcc6de66e913da0194558145488467,Tatsuhiro Tsujikawa,tatsuhiro.t@gmail.com,2011-12-21 01:11:45+09:00,Tatsuhiro Tsujikawa,tatsuhiro.t@gmail.com,2011-12-20 16:11:45+00:00,False,gmail,gmail,* master,True,tatsuhiro-t_wslay,tatsuhiro-t/wslay,https://github.com/tatsuhiro-t/wslay +6547f9a945ae5fad7fe55a024a9e03b156400b98,yappo,yappo@3efe9002-19ed-0310-8735-a98156148065,2009-02-05 07:35:55+00:00,yappo,yappo@3efe9002-19ed-0310-8735-a98156148065,2009-02-05 07:35:55+00:00,False,3efe9002-19ed-0310-8735-a98156148065,3efe9002-19ed-0310-8735-a98156148065,* master,True,yappo_p5-mousex-types.git,yappo/p5-mousex-types.git,https://github.com/yappo/p5-mousex-types.git +caf95a9e6f84ddd426208d7ad275e1ce124c156e,fossfreedom,foss.freedom@gmail.com,2016-10-29 13:40:37+01:00,fossfreedom,foss.freedom@gmail.com,2016-10-29 12:40:37+00:00,False,gmail,gmail,* master,True,UbuntuBudgie_budgie-indicator-applet,UbuntuBudgie/budgie-indicator-applet,https://github.com/UbuntuBudgie/budgie-indicator-applet +6e330506c365c0fc0ea0a54ed2df646f280edf97,Leon Brocard,acme@astray.com,2008-11-14 16:36:55+00:00,Leon Brocard,acme@astray.com,2008-11-14 16:36:55+00:00,False,astray,astray,* master,True,broquaint_git-pureperl.git,broquaint/git-pureperl.git,https://github.com/broquaint/git-pureperl.git +79646fe06bdf5140bce7cd9d5c5fa2503db6622d,Tim Caswell,tim@creationix.com,2013-08-24 10:30:19-06:00,Tim Caswell,tim@creationix.com,2013-08-24 16:30:19+00:00,False,creationix,creationix,* master,True,luvit_luv,luvit/luv,https://github.com/luvit/luv +ea6f62dfdd1bbc9ebc421334dbf95d7fcc0c091b,Joachim Metz,joachim.metz@gmail.com,2013-09-22 14:47:07+02:00,Joachim Metz,joachim.metz@gmail.com,2013-09-22 12:47:07+00:00,False,gmail,gmail,* main,True,libyal_libqcow.git,libyal/libqcow.git,https://github.com/libyal/libqcow.git +d42497a37e754e0aaf8a6bd70242f9e8dad1fb18,Mateusz Łukasik,mati75@linuxmint.pl,2014-10-14 18:09:45+02:00,Mateusz Łukasik,mati75@linuxmint.pl,2014-10-14 16:09:45+00:00,False,linuxmint,linuxmint,* master,True,mati75_openbox-debian,mati75/openbox-debian,https://github.com/mati75/openbox-debian +c8ba1daf43dd46ad81c60b1e109d2f37289cedd2,Kelsey Jordahl,kjordahl@enthought.com,2013-06-27 12:26:35-05:00,Kelsey Jordahl,kjordahl@enthought.com,2013-06-27 17:26:35+00:00,False,enthought,enthought,* main,True,geopandas_geopandas.git,geopandas/geopandas.git,https://github.com/geopandas/geopandas.git +1dfe7d981075569d22ae67ac3e373343b61b099f,Rafael Vega,email.rafa@gmail.com,2012-01-25 10:26:01-05:00,Rafael Vega,email.rafa@gmail.com,2012-01-25 15:26:01+00:00,False,gmail,gmail,* master,True,linux-on-mac_mbpfan.git,linux-on-mac/mbpfan.git,https://github.com/linux-on-mac/mbpfan.git +129fd4605f7bd2424b28ef4fb780bbfd5855e13d,Luciano Prestes Cavalcanti,lucianopcbr@gmail.com,2016-05-11 13:09:28-03:00,Luciano Prestes Cavalcanti,lucianopcbr@gmail.com,2016-05-11 16:18:49+00:00,False,gmail,gmail,* master,True,LucianoPC_mkalias,LucianoPC/mkalias,https://github.com/LucianoPC/mkalias +827bd5322fc216c6e6ce9749d5b141f3103667e1,François Pinard,pinard@iro.umontreal.ca,2008-01-17 13:38:32-05:00,François Pinard,pinard@iro.umontreal.ca,2008-01-17 18:38:32+00:00,False,iro,iro,* master,True,pinard_Pymacs.git,pinard/Pymacs.git,https://github.com/pinard/Pymacs.git +c047d61f89406682b19edbda5007c739912e2007,austin987,austinenglish@gmail.com,2015-03-29 16:53:54-05:00,austin987,austinenglish@gmail.com,2015-03-29 21:53:54+00:00,False,gmail,gmail,* master,True,Winetricks_winetricks,Winetricks/winetricks,https://github.com/Winetricks/winetricks +6bb7d344aa700f565b5621035df17b2eb5440c94,Charles J. Cliffe,cj@cubicproductions.com,2014-10-26 12:36:32-04:00,Charles J. Cliffe,cj@cubicproductions.com,2014-10-26 16:36:32+00:00,False,cubicproductions,cubicproductions,* master,True,cjcliffe_CubicSDR.git,cjcliffe/CubicSDR.git,https://github.com/cjcliffe/CubicSDR.git +62914b92d0d973bc5b1d6b692c3846bbf940fdc6,Martin Sustrik,sustrik@250bpm.com,2012-10-10 10:29:58+02:00,Martin Sustrik,sustrik@250bpm.com,2012-10-10 08:29:58+00:00,False,250bpm,250bpm,* master,True,nanomsg_nanomsg.git,nanomsg/nanomsg.git,https://github.com/nanomsg/nanomsg.git +6e4b5cb8dd4a9406f02e54f4956c009a54f10831,Christopher Corley,cscorley@ua.edu,2012-12-17 10:13:19-06:00,Christopher Corley,cscorley@ua.edu,2012-12-26 22:38:29+00:00,False,ua,ua,* main,True,cscorley_whatthepatch,cscorley/whatthepatch,https://github.com/cscorley/whatthepatch +ef0312628a662ea7ee8d3691bbb822ecfe753842,jbardin,jbardin@bu.edu,2011-03-01 11:13:50-05:00,jbardin,jbardin@bu.edu,2011-03-01 16:13:50+00:00,False,bu,bu,* master,True,jbardin_scp.py,jbardin/scp.py,https://github.com/jbardin/scp.py +ceb829eb9ceaa12ad8a8222024bf5cd228eae193,p12,tir5c3@yahoo.co.uk,2012-06-21 18:38:46+03:00,p12,tir5c3@yahoo.co.uk,2012-06-21 15:38:46+00:00,False,yahoo,yahoo,* master,True,p12tic_cppreference-doc-debian,p12tic/cppreference-doc-debian,https://github.com/p12tic/cppreference-doc-debian +a436cebdefeae52535805caedd25f486396ca802,Lafricain,fr.cyrille@tiberiade.be,2021-11-08 10:05:25+00:00,Lafricain,fr.cyrille@tiberiade.be,2021-11-08 10:05:25+00:00,False,tiberiade,tiberiade,* main,True,crosswire-bible-society_tdavid.git,crosswire-bible-society/tdavid.git,https://gitlab.com/crosswire-bible-society/tdavid.git +52fdb5040a056b68417253a691e9de1679a8e9de,Wilbert Berendsen,wbsoft@xs4all.nl,2015-02-21 23:48:21+01:00,Wilbert Berendsen,wbsoft@xs4all.nl,2015-02-21 22:48:21+00:00,False,xs4all,xs4all,* master,True,frescobaldi_python-poppler-qt5,frescobaldi/python-poppler-qt5,https://github.com/frescobaldi/python-poppler-qt5 +70e0bc44ff38d5acb715b9744c88a0290ae385af,David Zeuthen,davidz@redhat.com,2008-03-05 02:26:32-05:00,David Zeuthen,davidz@redhat.com,2008-03-05 07:26:32+00:00,False,redhat,redhat,* master,True,storaged-project_udisks,storaged-project/udisks,https://github.com/storaged-project/udisks +a8952b9e7b8bfdc4e5ad32841708492cf0998347,Steve Frécinaux,code@istique.net,2009-10-22 00:27:57+02:00,Steve Frécinaux,code@istique.net,2009-10-23 07:28:39+00:00,False,istique,istique,* main,True,GNOME_libpeas.git,GNOME/libpeas.git,https://gitlab.gnome.org/GNOME/libpeas.git +b278c4cc357606f5b29bffb0b27b3856e38d409a,Julius Plenz,git-big-picture@plenz.com,2010-03-17 15:23:07+01:00,Sebastian Pipping,sebastian@pipping.org,2010-03-17 18:44:19+00:00,False,plenz,pipping,* main,True,git-big-picture_git-big-picture.git,git-big-picture/git-big-picture.git,https://github.com/git-big-picture/git-big-picture.git +1f0d77537679a3ca859e4c4d7a4086525ee4d5ba,frazierjason@gmail.com,frazierjason@gmail.com,2011-01-24 00:31:43+00:00,frazierjason@gmail.com,frazierjason@gmail.com,2011-01-24 00:31:43+00:00,False,gmail,gmail,* master,True,OpenZWave_open-zwave,OpenZWave/open-zwave,https://github.com/OpenZWave/open-zwave +f65c443d4ce3934d6cedcffdf0037a8396c59e03,Stefan Thomas,justmoon@members.fsf.org,2012-11-07 12:13:42-08:00,Stefan Thomas,justmoon@members.fsf.org,2012-11-07 20:13:42+00:00,False,members,members,* main,True,justmoon_node-extend,justmoon/node-extend,https://github.com/justmoon/node-extend +ee5471e0e4bcfab5b4da3faf46c96e5dbb49da47,Steve Dickson,steved@redhat.com,2007-04-20 14:56:09-04:00,Steve Dickson,steved@redhat.com,2007-04-20 18:56:09+00:00,False,redhat,redhat,* next,True,nfs-ganesha_ntirpc.git,nfs-ganesha/ntirpc.git,https://github.com/nfs-ganesha/ntirpc.git +ea9f0d4053f88176a93198e7cf47bb30a8588abd,gholt,gholt@brim.net,2011-05-26 09:48:56+00:00,gholt,gholt@brim.net,2011-05-26 09:48:56+00:00,False,brim,brim,* master,True,openstack_swauth.git,openstack/swauth.git,https://github.com/openstack/swauth.git +a34610068dbc08745c810ea415fa65f43249555c,Michael Prokop,mika@grml.org,2011-08-05 18:39:15+02:00,Michael Prokop,mika@grml.org,2011-08-06 11:09:15+00:00,False,grml,grml,* master,True,mika_jenkins-debian-glue,mika/jenkins-debian-glue,https://github.com/mika/jenkins-debian-glue +94b1546cc20f1834994e74f74559fe5680d265e0,vobencha,valerie.obenchain@roswellpark.org,2018-10-18 07:06:38-07:00,vobencha,valerie.obenchain@roswellpark.org,2018-10-18 14:06:38+00:00,False,roswellpark,roswellpark,* devel,True,Bioconductor_GenomeInfoDb.git,Bioconductor/GenomeInfoDb.git,https://github.com/Bioconductor/GenomeInfoDb.git +13950176e8633f78fdfb9a5a4dcce41da1975008,Sylvain Corlay,sylvain.corlay@gmail.com,2016-12-04 03:37:53+01:00,Sylvain Corlay,sylvain.corlay@gmail.com,2016-12-05 15:46:35+00:00,False,gmail,gmail,* main,True,jupyter_jupyter-sphinx.git,jupyter/jupyter-sphinx.git,https://github.com/jupyter/jupyter-sphinx.git +a218979bc4ad5c53fc2cdf0a34fec392a104f927,Richard Jones,663366+r1chardj0n3s@users.noreply.github.com,2015-04-14 12:22:26-04:00,Richard Jones,663366+r1chardj0n3s@users.noreply.github.com,2015-04-14 16:22:26+00:00,False,users,users,* debian,True,RPi-Distro_pgzero,RPi-Distro/pgzero,https://github.com/RPi-Distro/pgzero +9cf00ecb75c1da4f0f89bb79e51f9601ca87ef89,jonschlinkert,jon.schlinkert@sellside.com,2015-03-06 08:15:23-05:00,jonschlinkert,jon.schlinkert@sellside.com,2015-03-06 13:15:23+00:00,False,sellside,sellside,* master,True,jonschlinkert_global-modules,jonschlinkert/global-modules,https://github.com/jonschlinkert/global-modules +6aaffc0bae84daffb12e7fd0057207a888fe5137,Jens Peter Secher,jps@debian.org,2009-03-14 22:01:12+01:00,Bazaar Package Importer,james.westby@ubuntu.com,2009-03-14 21:01:12+00:00,True,debian,ubuntu,* master,True,HaxeFoundation_neko-debian,HaxeFoundation/neko-debian,https://github.com/HaxeFoundation/neko-debian +0bb0ceba43dcab886d8e81c7c346a1f27c671e97,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-theora.git,savonet/ocaml-theora.git,https://github.com/savonet/ocaml-theora.git +dfe0f8c893d69715bcbec7e259f2f78bb0ce8d7f,David Leonard,d+git@adaptive-enterprises.com,2002-07-25 02:40:03+00:00,David Leonard,d+git@adaptive-enterprises.com,2002-07-25 02:40:03+00:00,False,adaptive-enterprises,adaptive-enterprises,* master,True,dleonard0_pktstat,dleonard0/pktstat,https://github.com/dleonard0/pktstat +3ff5d73d44d66771bcbd654ef73c5144dcc5e8ea,Robert Schumacher,roschuma@microsoft.com,2014-01-15 23:50:30-05:00,Robert Schumacher,roschuma@microsoft.com,2014-01-16 21:09:06+00:00,False,microsoft,microsoft,* master,True,Microsoft_cpprestsdk,Microsoft/cpprestsdk,https://github.com/Microsoft/cpprestsdk +b45ebfb46fc2c8400fdb86d61c1e66d023716850,Chris McDonough,chrism@plope.com,2010-02-15 22:18:55+00:00,Chris McDonough,chrism@plope.com,2010-02-15 22:18:55+00:00,False,plope,plope,* main,True,Pylons_venusian,Pylons/venusian,https://github.com/Pylons/venusian +ac9384804542dcc9938ace4ef01d23974ad0ac14,Chris 'BinGOs' Williams,chris@bingosnet.co.uk,2012-04-11 09:29:31+01:00,Chris 'BinGOs' Williams,chris@bingosnet.co.uk,2012-04-11 08:29:31+00:00,False,bingosnet,bingosnet,* master,True,bingos_sort-naturally.git,bingos/sort-naturally.git,https://github.com/bingos/sort-naturally.git +12bf173f19c12b4e8592eaa0e42279d6939465f7,Fardin Allahverdinazhand,websploit@gmail.com,2022-04-22 14:27:06+04:30,GitHub,noreply@github.com,2022-04-22 09:57:06+00:00,False,gmail,github,* main,True,websploit_websploit,websploit/websploit,https://github.com/websploit/websploit +382b534c1583eb6abae72ca4436dc6828040b22c,Michael van Tellingen,michael@mvantellingen.nl,2016-02-14 15:17:12+01:00,Michael van Tellingen,michael@mvantellingen.nl,2016-02-28 18:52:47+00:00,False,mvantellingen,mvantellingen,* main,True,mvantellingen_python-zeep.git,mvantellingen/python-zeep.git,https://github.com/mvantellingen/python-zeep.git +99ad98c23450e8f7c5a0c2f396b17c34cf6827a9,Alexander Korotkov,aekorotkov@gmail.com,2014-06-16 16:21:23+04:00,Alexander Korotkov,aekorotkov@gmail.com,2014-06-16 12:21:23+00:00,False,gmail,gmail,* master,True,akorotkov_pgsphere,akorotkov/pgsphere,https://github.com/akorotkov/pgsphere +e8777977001f4df6d1830f7bd9a0e27c2d86b1b0,Darold,gilles@darold.net,2012-03-12 15:28:46+01:00,Darold,gilles@darold.net,2012-03-12 14:28:46+00:00,False,darold,darold,* master,True,darold_ora2pg.git,darold/ora2pg.git,https://github.com/darold/ora2pg.git +44f48b1a0e6e1e526becaa3c5289a5b702e34b78,Nicolas Carrier,carrier.nicolas0@gmail.com,2019-12-23 08:39:46+01:00,Nicolas Carrier,carrier.nicolas0@gmail.com,2019-12-23 07:39:46+00:00,False,gmail,gmail,* master,True,ncarrier_discus.git,ncarrier/discus.git,https://github.com/ncarrier/discus.git +c041d3813ff04d45677463a39d4f9e206be5676b,Martyn Russell,curlybeast@gmail.com,2013-08-13 07:28:43-07:00,Martyn Russell,curlybeast@gmail.com,2013-08-13 14:28:43+00:00,False,gmail,gmail,* master,True,GNOME_libmediaart.git,GNOME/libmediaart.git,https://gitlab.gnome.org/GNOME/libmediaart.git +b02b276391baecd48fc51f7247659794799b3637,dglent,dglent@free.fr,2014-10-18 09:50:09+02:00,dglent,dglent@free.fr,2014-10-18 07:50:09+00:00,False,free,free,* master,True,dglent_meteo-qt.git,dglent/meteo-qt.git,https://github.com/dglent/meteo-qt.git +75a3425a9a0be2f40010c01ba67ab659cef1b833,Helio Chissini de Castro,helio@mandriva.com,2006-12-12 00:37:23-02:00,Arnaldo Carvalho de Melo,acme@mandriva.com,2006-12-12 02:37:23+00:00,False,mandriva,mandriva,* master,True,pub_scm_devel_pahole_pahole.git,pub/scm/devel/pahole/pahole.git,git://git.kernel.org/pub/scm/devel/pahole/pahole.git +7e7f6e2ba8f48ff67a0dd862f7938417ec63e43a,Niko V,nvalimak@localhost,2015-10-25 11:55:31+00:00,Niko V,nvalimak@localhost,2015-10-25 11:55:31+00:00,False,localhost,localhost,* master,True,nvalimak_fsm-lite.git,nvalimak/fsm-lite.git,https://github.com/nvalimak/fsm-lite.git +500fd82877f3c1699dab592b3a329329f6dd57d5,Jake Johnson,jake@archive.org,2012-08-15 22:02:58+00:00,Jake Johnson,jake@archive.org,2012-08-15 22:02:58+00:00,False,archive,archive,* master,True,jjjake_internetarchive.git,jjjake/internetarchive.git,https://github.com/jjjake/internetarchive.git +b9af5f0611eb4fcd7a76021468a9f60ffde4dc01,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,bovo.git,bovo.git,https://anongit.kde.org/bovo.git +fd6bc2d906b2ea9fd812de0d1aee89067bb334d0,Chris Norman,cnorman@broadinstitute.org,2016-10-26 18:06:45-04:00,Chris Norman,cnorman@broadinstitute.org,2016-10-26 22:06:45+00:00,False,broadinstitute,broadinstitute,* master,True,broadinstitute_barclay.git,broadinstitute/barclay.git,https://github.com/broadinstitute/barclay.git +cc9480d2d14218160f5be9e309f976e1f51027be,Gregor Thalhammer,gregor.thalhammer@gmail.com,2012-05-24 13:37:38+02:00,Gregor Thalhammer,gregor.thalhammer@gmail.com,2012-05-24 11:37:38+00:00,False,gmail,gmail,* master,True,geggo_gpyfft,geggo/gpyfft,https://github.com/geggo/gpyfft +30f8348286f4fe690b309409d7c438821710b8b2,bleakgrey,bleakgrey@gmail.com,2018-04-14 15:09:06+03:00,bleakgrey,bleakgrey@gmail.com,2018-04-14 12:09:06+00:00,False,gmail,gmail,* master,True,bleakgrey_tootle.git,bleakgrey/tootle.git,https://github.com/bleakgrey/tootle.git +42ef21e3448bcbd1e9e0beda7d60360ef079e2ae,Jeroen,jeroenooms@gmail.com,2018-08-28 14:36:45+02:00,Jeroen,jeroenooms@gmail.com,2018-08-28 12:36:45+00:00,False,gmail,gmail,* master,True,ropensci_av.git,ropensci/av.git,https://github.com/ropensci/av.git +1dc25e14ef1ac1154dcb5740ee0857464a694e74,Joachim Nilsson,troglobit@vmlinux.org,2011-10-09 11:19:29+02:00,Joachim Nilsson,troglobit@vmlinux.org,2011-10-09 14:06:57+00:00,False,vmlinux,vmlinux,* master,True,troglobit_smcroute.git,troglobit/smcroute.git,https://github.com/troglobit/smcroute.git +ae5e456183bc5c54d5ecb00f255366a1c2b64c34,Chuck Remes,cremes@mac.com,2010-05-06 17:15:03-05:00,Chuck Remes,cremes@mac.com,2010-05-06 22:15:03+00:00,False,mac,mac,* master,True,chuckremes_ffi-rzmq,chuckremes/ffi-rzmq,https://github.com/chuckremes/ffi-rzmq +2f871a07cea5a7a8957f7cc9dec6a20332b418b1,Mark Dodwell,mark@mkdynamic.co.uk,2011-10-15 00:36:27-07:00,Mark Dodwell,mark@mkdynamic.co.uk,2011-10-15 07:36:27+00:00,False,mkdynamic,mkdynamic,* master,True,simi_omniauth-facebook,simi/omniauth-facebook,https://github.com/simi/omniauth-facebook +600bcff56aefd5efa5a9f2afa783eea70dd9b81c,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-23 20:56:53-05:00,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-24 01:56:53+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_wicked.git,horde/wicked.git,https://github.com/horde/wicked.git +bdfc66cb503c0f2076a41bd46184d4aafd751838,Neil Horman,nhorman@tuxdriver.com,2009-03-03 09:24:46-05:00,Neil Horman,nhorman@tuxdriver.com,2009-03-03 14:24:46+00:00,False,tuxdriver,tuxdriver,* master,True,nhorman_dropwatch,nhorman/dropwatch,https://github.com/nhorman/dropwatch +ed6a175d23aaff62dbf355706996f276f304ae8b,David Chelimsky,dchelimsky@gmail.com,2010-02-12 15:05:07-04:00,David Chelimsky,dchelimsky@gmail.com,2010-02-12 19:05:07+00:00,False,gmail,gmail,* main,True,cucumber_aruba.git,cucumber/aruba.git,https://github.com/cucumber/aruba.git +c78437f04bd9631a9d9fc37f59a05b3448c7dacb,Marcel Hellkamp,marc@gsites.de,2009-06-30 20:36:00+02:00,Marcel Hellkamp,marc@gsites.de,2009-06-30 18:36:00+00:00,False,gsites,gsites,* master,True,bottlepy_bottle.git,bottlepy/bottle.git,https://github.com/bottlepy/bottle.git +3b76bda50a43a7315e2c8c66bbf9a7d2304cbf73,Stef Walter,stefw@collabora.co.uk,2011-09-13 08:04:41+02:00,Stef Walter,stefw@collabora.co.uk,2011-09-27 07:31:58+00:00,False,collabora,collabora,* main,True,GNOME_gcr.git,GNOME/gcr.git,https://gitlab.gnome.org/GNOME/gcr.git +838b0abe42e4bc7107245020acbf16145e35517f,Eric S. Raymond,esr@thyrsus.com,2012-08-28 00:22:20-04:00,Eric S. Raymond,esr@thyrsus.com,2012-08-28 04:22:20+00:00,False,thyrsus,thyrsus,* master,True,esr_irker.git,esr/irker.git,https://gitlab.com/esr/irker.git +c2686bc79afbfb8a8f0bf29f6c829795ff3a6632,Richard Hughes,richard@hughsie.com,2007-08-23 15:56:28+01:00,Richard Hughes,richard@hughsie.com,2007-08-23 14:56:28+00:00,False,hughsie,hughsie,* master,True,GNOME_gnome-packagekit,GNOME/gnome-packagekit,https://gitlab.gnome.org/GNOME/gnome-packagekit +214153960b19bc0921d6ce76d8b95f3ce5746a1f,Tony G,tonyskapunk@users.noreply.github.com,2015-10-09 15:41:44-05:00,Tony G,tonyskapunk@users.noreply.github.com,2015-10-09 20:41:44+00:00,False,users,users,* master,True,rackerlabs_kthresher,rackerlabs/kthresher,https://github.com/rackerlabs/kthresher +b75e45e37d35fc9632bfddb6b0a4fbc8a772582c,Adriano Bonat,adrianob@gmail.com,2010-06-20 23:39:58-03:00,Adriano Bonat,adrianob@gmail.com,2010-06-21 02:39:58+00:00,False,gmail,gmail,* master,True,tanob_libofa.git,tanob/libofa.git,https://github.com/tanob/libofa.git +93bb43c5e7e0ed31b0410c0c2a5b4cb7f103a2b5,Brian Nguyen,brnguyen@nvidia.com,2013-08-12 13:12:09-07:00,brnguyen,brnguyen@nvidia.com,2013-08-26 18:03:41+00:00,False,nvidia,nvidia,* master,True,NVIDIA_libglvnd.git,NVIDIA/libglvnd.git,https://github.com/NVIDIA/libglvnd.git +df65424cc285c93bba30c95af85bd19b2fc5ef0c,ftrahay,francois.trahay@it-sudparis.eu,2010-05-28 16:24:51+00:00,ftrahay,francois.trahay@it-sudparis.eu,2010-05-28 16:24:51+00:00,False,it-sudparis,it-sudparis,* master,True,eztrace_eztrace,eztrace/eztrace,https://gitlab.com/eztrace/eztrace +88c774ffb8cef2760fcd58ec4c324089c87774e9,Michael Stapelberg,stapelberg@debian.org,2017-10-16 18:30:10+02:00,Michael Stapelberg,stapelberg@debian.org,2017-10-21 08:29:34+00:00,False,debian,debian,* master,True,Debian_pk4,Debian/pk4,https://github.com/Debian/pk4 +072018798067169aa85f2bd1e43a763625698832,Rolf Leggewie,foss@rolf.leggewie.biz,2014-04-07 12:29:05+08:00,Rolf Leggewie,foss@rolf.leggewie.biz,2014-04-07 04:29:05+00:00,False,rolf,rolf,* master,True,leggewie-DM_libcapi20,leggewie-DM/libcapi20,https://github.com/leggewie-DM/libcapi20 +b12009d0b8ecf6725d50cf9226fd232c0aff12c8,Colin Decker,cgdecker@google.com,2013-09-08 01:09:27-04:00,Colin Decker,cgdecker@google.com,2013-09-08 05:09:27+00:00,False,google,google,* master,True,google_jimfs.git,google/jimfs.git,https://github.com/google/jimfs.git +1b37b4ef25a07f73848a28ede8f9bc7bdcff6993,Boris Pavlovic,boris@pavlovic.me,2013-08-03 09:17:25-07:00,Boris Pavlovic,boris@pavlovic.me,2013-08-03 16:17:25+00:00,False,pavlovic,pavlovic,* master,True,openstack_rally.git,openstack/rally.git,https://github.com/openstack/rally.git +71abe4493782ebaa9361dffcf093e4c712adaad5,jjhellst,jjhellst@37bcf4fc-2939-0410-b639-8934a7114492,2007-12-07 23:07:06+00:00,jjhellst,jjhellst@37bcf4fc-2939-0410-b639-8934a7114492,2007-12-07 23:07:06+00:00,False,37bcf4fc-2939-0410-b639-8934a7114492,37bcf4fc-2939-0410-b639-8934a7114492,* master,True,glondu_nurpawiki.git,glondu/nurpawiki.git,https://github.com/glondu/nurpawiki.git +7f72447efeb1da71c39db9bf6c5b333e045c6466,naelstrof,naelstrof@gmail.com,2013-09-08 14:39:42-06:00,naelstrof,naelstrof@gmail.com,2013-09-08 20:39:42+00:00,False,gmail,gmail,* master,True,naelstrof_slop,naelstrof/slop,https://github.com/naelstrof/slop +e7d7c01a9afd0ddcc8c183223a340ffa44468621,Min RK,benjaminrk@gmail.com,2015-04-09 00:04:40-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 07:12:21+00:00,False,gmail,gmail,* main,True,jupyter_jupyter_client,jupyter/jupyter/client,https://github.com/jupyter/jupyter_client +a52ac9ab7c5bfd2a2fe273be978e881ce2331d85,Ariya Hidayat,ariya.hidayat@gmail.com,2010-10-14 08:47:59+08:00,Einar Lielmanis,einars@spicausis.lv,2010-10-14 03:30:46+00:00,False,gmail,spicausis,* main,True,beautify-web_js-beautify,beautify-web/js-beautify,https://github.com/beautify-web/js-beautify +ea3dfe9c0f8f48eff4e248f82c5c53c66d4ed2a1,Darren Dale,darren@waterhouse,2009-01-23 11:01:50-05:00,Darren Dale,darren@waterhouse,2009-01-23 16:01:50+00:00,False,waterhouse,waterhouse,* master,True,python-quantities_python-quantities.git,python-quantities/python-quantities.git,https://github.com/python-quantities/python-quantities.git +38f53f620b773d137961e00480ea79dab50a0e9d,Milian Wolff,mail@milianw.de,2016-12-20 18:50:04+01:00,GitHub,noreply@github.com,2016-12-20 17:50:04+00:00,False,milianw,github,* master,True,KDAB_hotspot.git,KDAB/hotspot.git,https://github.com/KDAB/hotspot.git +f25d51b206d382579cfe5d9499bd2008f720ca6c,Jack Lawson,ajacksified@gmail.com,2012-09-06 13:01:32-07:00,Jack Lawson,ajacksified@gmail.com,2012-09-06 20:01:32+00:00,False,gmail,gmail,* master,True,lunarmodules_say.git,lunarmodules/say.git,https://github.com/lunarmodules/say.git +702b29bc22da6b6e441ed86ea059cbced5b123ac,mom040267,mom040267@users.noreply.github.com,2014-04-20 21:10:18+00:00,mom040267,mom040267@users.noreply.github.com,2014-04-20 21:10:18+00:00,False,users,users,* master,True,coturn_coturn,coturn/coturn,https://github.com/coturn/coturn +904e6842e02a0a1a35b5e1b5348d1edf9f7e664b,Jan Seidl,jseidl@wroot.org,2012-10-21 23:18:59-07:00,Jan Seidl,jseidl@wroot.org,2012-10-22 06:18:59+00:00,False,wroot,wroot,* master,True,jseidl_GoldenEye,jseidl/GoldenEye,https://github.com/jseidl/GoldenEye +f8402b9a081f0096986d140f809f4d57c6db7834,John Resig,jeresig@gmail.com,2006-08-14 02:00:28+00:00,John Resig,jeresig@gmail.com,2006-08-14 02:00:28+00:00,False,gmail,gmail,* main,True,jquery_jquery.git,jquery/jquery.git,https://github.com/jquery/jquery.git +3ebb53dbf9143fc714b24e51d401f0e7daa84b32,Asheesh Laroia,asheesh@sandstorm.io,2016-09-24 23:30:05-04:00,Asheesh Laroia,asheesh@sandstorm.io,2016-09-25 03:30:05+00:00,False,sandstorm,sandstorm,* master,True,paulproteus_ccd2iso-debian,paulproteus/ccd2iso-debian,https://github.com/paulproteus/ccd2iso-debian +a362d8ebe7efd9604edf537d7d81af97a8176baa,hobbes1069,hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63,2015-08-13 13:07:43+00:00,hobbes1069,hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63,2015-08-13 13:07:43+00:00,False,01035d8c-6547-0410-b346-abe4f91aad63,01035d8c-6547-0410-b346-abe4f91aad63,* master,True,drowe67_freedv-gui,drowe67/freedv-gui,https://github.com/drowe67/freedv-gui +305718d33f15a535549a5de323802a39aa1ec38a,monocasual,monocasual@gmail.com,2012-11-08 12:59:23-08:00,monocasual,monocasual@gmail.com,2012-11-08 20:59:23+00:00,False,gmail,gmail,* master,True,monocasual_giada.git,monocasual/giada.git,https://github.com/monocasual/giada.git +a018d334bcd0cd1d11544702d565e81fd99ffbb5,Sep Dehpour,erasmose@users.noreply.github.com,2014-09-25 20:21:48-07:00,Sep Dehpour,erasmose@users.noreply.github.com,2014-09-26 03:21:48+00:00,False,users,users,* master,True,seperman_deepdiff.git,seperman/deepdiff.git,https://github.com/seperman/deepdiff.git +3b102bbe48d01c4593a56f27ac5a13d2ea781e69,Pavel Potapenkov,ppotapenkov@gmail.com,2011-07-13 02:39:12+04:00,Pavel Potapenkov,ppotapenkov@gmail.com,2011-07-12 22:39:12+00:00,False,gmail,gmail,* master,True,lxctl_lxctl,lxctl/lxctl,https://github.com/lxctl/lxctl +94b9db87700f43bf4a0d4438e78bbe817b5f81ac,Robin Gareus,robin@gareus.org,2013-05-22 01:33:53+02:00,Robin Gareus,robin@gareus.org,2013-05-21 23:33:53+00:00,False,gareus,gareus,* master,True,x42_x42-plugins,x42/x42-plugins,https://github.com/x42/x42-plugins +e928ab7695bdc1258be48f48b1243bb15662b05e,Tim Riker,timriker@users.sourceforge.net,2000-03-05 06:16:20+00:00,Tim Riker,timriker@users.sourceforge.net,2000-03-05 06:16:20+00:00,False,users,users,* 2.4,True,BZFlag-Dev_bzflag.git,BZFlag-Dev/bzflag.git,https://github.com/BZFlag-Dev/bzflag.git +733e62f9f443dc785bfee6391b8bb6aad61e6155,Dave Gamble,davegamble@gmail.com,2009-08-26 04:58:08+00:00,Dave Gamble,davegamble@gmail.com,2009-08-26 04:58:08+00:00,False,gmail,gmail,* master,True,DaveGamble_cJSON.git,DaveGamble/cJSON.git,https://github.com/DaveGamble/cJSON.git +f109dbbfc99dfed7ecb3540484e1499fb68097b5,Matthias Vogelgesang,matthias.vogelgesang@gmail.com,2013-08-08 11:37:11+02:00,Matthias Vogelgesang,matthias.vogelgesang@gmail.com,2013-08-08 09:37:11+00:00,False,gmail,gmail,* master,True,matze_pkgconfig,matze/pkgconfig,https://github.com/matze/pkgconfig +53c12792332a29205e1c83bc5602acad865dc342,freek,f.j.vanleijen@tudelft.nl,2016-07-13 13:00:21+02:00,freek,f.j.vanleijen@tudelft.nl,2016-07-13 11:00:21+00:00,False,tudelft,tudelft,* master,True,TUDelftGeodesy_Doris,TUDelftGeodesy/Doris,https://github.com/TUDelftGeodesy/Doris +8e604a479002568da3242de2c23d8f5c6e284adc,Mirko Vogt,datenmaulwurf@nanl.de,2006-07-21 08:05:25+02:00,Mirko Vogt,datenmaulwurf@nanl.de,2006-07-21 06:05:25+00:00,False,nanl,nanl,* main,True,batmand.git,batmand.git,https://git.open-mesh.org/batmand.git +414937b0d6b44e5260dd07f2a8cec94d5f14766b,Chris Leishman,chris@leishman.org,2016-01-01 15:37:34-08:00,Chris Leishman,chris@leishman.org,2016-01-05 19:43:50+00:00,False,leishman,leishman,* main,True,cleishm_libneo4j-client,cleishm/libneo4j-client,https://github.com/cleishm/libneo4j-client +ab4c9ce664f0e03fc31762513289aeb3b7540e9a,Erik de Castro Lopo,erikd@mega-nerd.com,2007-10-08 22:23:55+10:00,Erik de Castro Lopo,erikd@mega-nerd.com,2007-10-08 12:23:55+00:00,False,mega-nerd,mega-nerd,* master,True,libsndfile_sndfile-tools.git,libsndfile/sndfile-tools.git,https://github.com/libsndfile/sndfile-tools.git +77c79b8fbad25b7973389134dc4ea8a34d312744,wuxiaoyi,xiaoyiwu@ubuntukylin.com,2017-01-22 14:06:22+08:00,Hao Lee,haolee.swjtu@gmail.com,2017-02-13 07:07:02+00:00,False,ubuntukylin,gmail,* Debian,True,ukui_ukui-control-center,ukui/ukui-control-center,https://github.com/ukui/ukui-control-center +365c55f7b339c0d509434dc6e2bbc15e8e898018,cminyard,cminyard@0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,2001-06-04 17:37:33+00:00,cminyard,cminyard@0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,2001-06-04 17:37:33+00:00,False,0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,* master,True,cminyard_ser2net,cminyard/ser2net,https://github.com/cminyard/ser2net +335f0633c7877210c2bb4e5069e2374ad383f0b3,Kuno Woudt,kuno@frob.nl,2006-11-30 11:43:42+00:00,Kuno Woudt,kuno@frob.nl,2006-11-30 11:43:42+00:00,False,frob,frob,* master,True,MusicPlayerDaemon_mpdscribble.git,MusicPlayerDaemon/mpdscribble.git,https://github.com/MusicPlayerDaemon/mpdscribble.git +8a8f8c82abcfee3f06b05764c74f461f65f07682,David Fisher,ddfisher@dropbox.com,2016-04-11 15:14:31-07:00,David Fisher,ddfisher@dropbox.com,2016-04-12 00:38:06+00:00,False,dropbox,dropbox,* master,True,python_typed_ast.git,python/typed/ast.git,https://github.com/python/typed_ast.git +5b5630708decf04b38d7a52e00c0b1dca1a5ab52,hadley,h.wickham@gmail.com,2015-06-22 08:17:56-05:00,hadley,h.wickham@gmail.com,2015-06-22 13:17:56+00:00,False,gmail,gmail,* main,True,r-lib_gtable.git,r-lib/gtable.git,https://github.com/r-lib/gtable.git +3cd3f4e1a50022c4d44a562c5328c723b654d541,Peter Hutterer,peter.hutterer@who-t.net,2016-02-12 11:34:17+10:00,Peter Hutterer,peter.hutterer@who-t.net,2016-02-12 01:34:22+00:00,False,who-t,who-t,* master,True,libratbag_piper,libratbag/piper,https://github.com/libratbag/piper +6d8b91904b8ea7feb0c78a219ccf3bfe39801c79,Mario Limonciello,mario.limonciello@dell.com,2018-01-11 11:01:14-06:00,Mario Limonciello,mario.limonciello@dell.com,2018-01-11 17:01:14+00:00,False,dell,dell,* master,True,rhinstaller_fwupdate.git,rhinstaller/fwupdate.git,https://github.com/rhinstaller/fwupdate.git +bf808dd9191b423533fb528c0d5ca317208bb983,Chuck Hagenbuch,chuck@horde.org,2009-01-10 11:17:23-05:00,Chuck Hagenbuch,chuck@horde.org,2009-01-10 16:17:23+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_Db.git,horde/Db.git,https://github.com/horde/Db.git +9dc7fd6e9336d50b80238e371fd1e8c8c3f00823,Marco Martin,notmart@gmail.com,2014-04-29 11:20:20+02:00,Marco Martin,notmart@gmail.com,2014-04-29 09:20:20+00:00,False,gmail,gmail,* master,True,plasma_breeze.git,plasma/breeze.git,https://invent.kde.org/plasma/breeze.git +45047cd988e95c3c353c2657eaa46df48f9b7eb8,Gaute Hope,eg@gaute.vetsj.com,2017-03-05 15:56:38+01:00,Gaute Hope,eg@gaute.vetsj.com,2017-03-05 14:56:38+00:00,False,gaute,gaute,* master,True,gauteh_lieer,gauteh/lieer,https://github.com/gauteh/lieer +e6ff1b29ca86bf2d13068d98761325795bf6915d,Mathias Bynens,mathias@qiwi.be,2017-04-15 10:11:09+02:00,Mathias Bynens,mathias@qiwi.be,2017-04-15 08:37:46+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_unicode-property-aliases-ecmascript,mathiasbynens/unicode-property-aliases-ecmascript,https://github.com/mathiasbynens/unicode-property-aliases-ecmascript +e87fbefcec0c44579495b1bcb22ac59814029566,Stefano Karapetsas,stefano@karapetsas.com,2012-01-12 18:28:35+01:00,Stefano Karapetsas,stefano@karapetsas.com,2012-01-12 17:28:35+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mozo.git,mate-desktop/mozo.git,https://github.com/mate-desktop/mozo.git +2d00ead2e57653b771354a564f9a760c2ce0d18e,aph,a.hewson@gmail.com,2014-01-31 18:10:18+00:00,Thiago de Arruda,tpadilha84@gmail.com,2014-02-01 13:34:04+00:00,False,gmail,gmail,* master,True,neovim_neovim,neovim/neovim,https://github.com/neovim/neovim +30e5b38b5fd13c570724e00217bc1ad19dc559d0,Albert Astals Cid,tsdgeos@terra.es,2005-08-06 12:17:38+00:00,Albert Astals Cid,tsdgeos@terra.es,2005-08-06 12:17:38+00:00,False,terra,terra,* master,True,blinken.git,blinken.git,https://anongit.kde.org/blinken.git +7df628dde8115871dfa6da9446e00da93dc303cc,Florian Müllner,fmuellner@gnome.org,2017-11-02 03:28:06+01:00,Florian Müllner,fmuellner@gnome.org,2017-11-02 02:44:44+00:00,False,gnome,gnome,* main,True,GNOME_polari.git,GNOME/polari.git,https://gitlab.gnome.org/GNOME/polari.git +e7770cdb03801e3bf6144fd6eb79bec0eb4696ca,wehart,wehart@570ccb8d-5833-0410-9ce8-cbedd0da42eb,2010-02-12 03:23:53+00:00,wehart,wehart@570ccb8d-5833-0410-9ce8-cbedd0da42eb,2010-02-12 03:23:53+00:00,False,570ccb8d-5833-0410-9ce8-cbedd0da42eb,570ccb8d-5833-0410-9ce8-cbedd0da42eb,* master,True,pyutilib_pyutilib,pyutilib/pyutilib,https://github.com/pyutilib/pyutilib +f40c5609272dd8cd2fee934256dde61f9c1b0f4f,c-amie,49608254+c-amie@users.noreply.github.com,2019-04-14 10:02:00+01:00,GitHub,noreply@github.com,2019-04-14 09:02:00+00:00,False,users,github,* master,True,c-amie_analog-ce.git,c-amie/analog-ce.git,https://github.com/c-amie/analog-ce.git +d3878d14400b9208cee290f88c1a2baefe5ebbc6,"USIT-GD - Department for IT Infrastructure, USIT",rafael@mail.uio.no,2014-10-09 10:47:12+02:00,"USIT-GD - Department for IT Infrastructure, USIT",rafael@mail.uio.no,2014-10-09 08:47:12+00:00,False,mail,mail,* master,True,usit-gd_zabbix-cli,usit-gd/zabbix-cli,https://github.com/usit-gd/zabbix-cli +7ecda8973b9be28ca57215fd5c6782f173aa1524,U-STARBUCK\gina,gina@starbuck.(none),2009-03-05 17:18:07-08:00,U-STARBUCK\gina,gina@starbuck.(none),2009-03-06 01:18:07+00:00,False,starbuck,starbuck,* master,True,todotxt_todo.txt-cli.git,todotxt/todo.txt-cli.git,https://github.com/todotxt/todo.txt-cli.git +d78d37aeba03a5b015310249935ac83391782fb9,Element Green,jgreen@users.sourceforge.net,2010-10-25 22:46:33+00:00,Element Green,jgreen@users.sourceforge.net,2010-10-25 22:46:33+00:00,False,users,users,* master,True,swami_libinstpatch,swami/libinstpatch,https://github.com/swami/libinstpatch +812a3d4e656419825b4ee2c8f84a72480538986d,Marc Carlson,mcarlson@fhcrc.org,2008-10-14 18:37:39+00:00,Marc Carlson,mcarlson@fhcrc.org,2008-10-14 18:37:39+00:00,False,fhcrc,fhcrc,* master,True,girke-lab_ChemmineR.git,girke-lab/ChemmineR.git,https://github.com/girke-lab/ChemmineR.git +c5c9635c542b6a5e73f05623c4d1f74f8b4ca36a,Artem Senichev,artemsen@gmail.com,2018-03-15 11:42:56+03:00,Artem Senichev,artemsen@gmail.com,2018-03-15 08:42:56+00:00,False,gmail,gmail,* master,True,artemsen_pipewalker,artemsen/pipewalker,https://github.com/artemsen/pipewalker +a54d973caf27c828dcab3222eca71e20c65481c7,Dima Kogan,dima@oblong.com,2011-08-22 13:25:00-07:00,Dima Kogan,dima@oblong.com,2011-08-22 20:25:00+00:00,False,oblong,oblong,* master,True,dkogan_libdogleg.git,dkogan/libdogleg.git,https://github.com/dkogan/libdogleg.git +c25a24ae2e40a39db61fcd6f80d76469daa49a28,Huang Peng,shawn.p.huang@gmail.com,2008-05-12 15:18:48+08:00,Huang Peng,shawn.p.huang@gmail.com,2008-05-12 07:18:48+00:00,False,gmail,gmail,* main,True,ibus_ibus.git,ibus/ibus.git,https://github.com/ibus/ibus.git +e889ff95bb1aa5f2bf64186e93cb387f38796c0d,Aaron Trevena,aaron.trevena@gmail.com,2013-02-03 14:36:48+00:00,Aaron Trevena,aaron.trevena@gmail.com,2013-02-03 14:36:48+00:00,False,gmail,gmail,* master,True,hashbangperl_perl-pdf-report.git,hashbangperl/perl-pdf-report.git,https://github.com/hashbangperl/perl-pdf-report.git +9718d9062d14ff6709f4398f5f5e26102f1496fd,Joachim Metz,joachim.metz@gmail.com,2016-09-25 08:43:47+02:00,Joachim Metz,joachim.metz@gmail.com,2016-09-25 06:43:47+00:00,False,gmail,gmail,* main,True,libyal_dtfabric.git,libyal/dtfabric.git,https://github.com/libyal/dtfabric.git +553d344dddd00a54dfae06e744c726e3c73fca29,juliusv,julius@soundcloud.com,2013-01-31 07:33:03-08:00,juliusv,julius@soundcloud.com,2013-01-31 15:33:03+00:00,False,soundcloud,soundcloud,* main,True,prometheus_haproxy_exporter,prometheus/haproxy/exporter,https://github.com/prometheus/haproxy_exporter +dec892918162be7ff2cb00b509dff1f433dbd50d,Alkis Georgopoulos,alkisg@gmail.com,2019-08-18 20:32:13+03:00,Alkis Georgopoulos,alkisg@gmail.com,2019-08-18 17:40:16+00:00,False,gmail,gmail,* main,True,ltsp_ltsp,ltsp/ltsp,https://github.com/ltsp/ltsp +a8f1660c6bd61e48f448d550eec66e5df20243d7,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,ktuberling.git,ktuberling.git,https://anongit.kde.org/ktuberling.git +d12676a0675fc648b79ff9ae5f7d5ec489a643d2,Vincent Delecroix,vincent.delecroix@labri.fr,2016-01-16 15:20:35-03:00,Vincent Delecroix,vincent.delecroix@labri.fr,2016-01-16 18:20:35+00:00,False,labri,labri,* master,True,videlec_pplpy,videlec/pplpy,https://gitlab.com/videlec/pplpy +b125dd455e563bf098d8d59d20202985b76103a9,Werner Schweer,ws.seh.de,2006-05-03 12:42:25+00:00,Werner Schweer,ws.seh.de,2006-05-03 12:42:25+00:00,False,ws,ws,* master,True,muse-sequencer_muse.git,muse-sequencer/muse.git,https://github.com/muse-sequencer/muse.git +b0ac7bbd6adf15d9964f288d7bf25451e7beb374,David Edmundson,kde@davidedmundson.co.uk,2019-04-03 11:53:43+01:00,David Edmundson,kde@davidedmundson.co.uk,2019-04-03 10:53:43+00:00,False,davidedmundson,davidedmundson,* master,True,plasma_kwallet-pam.git,plasma/kwallet-pam.git,https://invent.kde.org/plasma/kwallet-pam.git +c171b14f9744a4875fa725be80dd3bc678f35a13,Sebastian Bergmann,sb@sebastian-bergmann.de,2011-03-09 10:09:23-05:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2011-03-09 15:22:06+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_php-invoker,sebastianbergmann/php-invoker,https://github.com/sebastianbergmann/php-invoker +69c7d9e20c6f1b50369a9650be9a5f65cf6dec86,Jacob-Vlijm,vlijm@planet.nl,2017-09-16 14:52:20+02:00,Jacob-Vlijm,vlijm@planet.nl,2017-09-16 12:52:20+00:00,False,planet,planet,* master,True,UbuntuBudgie_budgie-extras,UbuntuBudgie/budgie-extras,https://github.com/UbuntuBudgie/budgie-extras +b93d43a8609027c532ae6ac7e5025bfb5a8f4300,Sean McLaughlin,seanmcl@google.com,2014-01-26 08:46:43-05:00,Sean McLaughlin,seanmcl@google.com,2014-01-26 13:46:43+00:00,False,google,google,* main,True,whitequark_ocaml-inotify,whitequark/ocaml-inotify,https://github.com/whitequark/ocaml-inotify +754da0ef3ceb598b2e708f1498f6d22c92b290d7,Davis King,davis@dlib.net,2008-05-02 14:19:38+00:00,Davis King,davis@dlib.net,2008-05-02 14:19:38+00:00,False,dlib,dlib,* master,True,davisking_dlib.git,davisking/dlib.git,https://github.com/davisking/dlib.git +bf89cc151311b78932a2bdd192deadd11e57d409,Gert Hulselmans,ghulselmans@users.sourceforge.net,2011-05-21 01:37:01+02:00,Gert Hulselmans,ghulselmans@users.sourceforge.net,2011-05-20 23:37:01+00:00,False,users,users,* master,True,arvidjaar_bootinfoscript,arvidjaar/bootinfoscript,https://github.com/arvidjaar/bootinfoscript +446ca9ffb1d7036a20e27984826728e0d1b26d69,Christoph Eibel,christoph.eibel@tugraz.at,2010-03-03 18:49:47+00:00,Christoph Eibel,christoph.eibel@tugraz.at,2010-03-03 18:49:47+00:00,False,tugraz,tugraz,* main,True,cbrnr_sigviewer.git,cbrnr/sigviewer.git,https://github.com/cbrnr/sigviewer.git +6de838135f670a66e29e5bd8bf0a66bcf38d9e9a,Ahmet Alp Balkan,ahmetb@google.com,2017-03-29 00:30:12-07:00,Ahmet Alp Balkan,ahmetb@google.com,2017-03-29 07:30:12+00:00,False,google,google,* master,True,ahmetb_kubectx,ahmetb/kubectx,https://github.com/ahmetb/kubectx +6fcfb08a1d6329fc4958682a608002c92e1fe127,Guillaume Chereau,guillaume@noctua-software.com,2015-10-05 09:07:00+08:00,Guillaume Chereau,guillaume@noctua-software.com,2015-10-05 01:07:00+00:00,False,noctua-software,noctua-software,* master,True,guillaumechereau_goxel.git,guillaumechereau/goxel.git,https://github.com/guillaumechereau/goxel.git +4c55513b9f20e6cad96f29bd3d3877f6871db062,Victor M. Alvarez,plusvic@gmail.com,2008-09-26 19:46:09+00:00,Victor M. Alvarez,plusvic@gmail.com,2008-09-26 19:46:09+00:00,False,gmail,gmail,* master,True,VirusTotal_yara.git,VirusTotal/yara.git,https://github.com/VirusTotal/yara.git +68bc65f75897cd2060a8e078b8d7e50d7cffec62,Daniel Kahn Gillmor,dkg@fifthhorseman.net,2010-01-07 01:11:10-05:00,Daniel Kahn Gillmor,dkg@fifthhorseman.net,2010-01-07 06:11:10+00:00,False,fifthhorseman,fifthhorseman,* main,True,dkg_dkg-handwriting,dkg/dkg-handwriting,https://gitlab.com/dkg/dkg-handwriting +178f4f1a4be9530d9a6b89e27c6f5a6c72e689fe,Jari Bakken,jari.bakken@gmail.com,2010-10-08 04:44:39+02:00,Jari Bakken,jari.bakken@gmail.com,2010-10-08 02:44:39+00:00,False,gmail,gmail,* master,True,jarib_childprocess.git,jarib/childprocess.git,https://github.com/jarib/childprocess.git +b1f30798004f3d23648d674e47b5e45decf893ee,DOOMer,doomer@arch-x64.localdomain,2010-09-14 20:40:48+04:00,DOOMer,doomer@arch-x64.localdomain,2010-09-14 16:40:48+00:00,False,arch-x64,arch-x64,* master,True,lxqt_screengrab.git,lxqt/screengrab.git,https://github.com/lxqt/screengrab.git +72ab9af4f08b6fdff79dc9a30fef2a390d54f35d,Frank Valdes,valdes@noao.edu,2015-02-09 14:40:01+01:00,Ole Streicher,github@liska.ath.cx,2018-06-05 13:43:18+00:00,False,noao,liska,* main,True,iraf-community_sptable,iraf-community/sptable,https://github.com/iraf-community/sptable +6749719af90afe9544db14bdd8e2742926f1439c,Hans Ulrich Niedermann,hun@n-dimensional.de,2007-12-14 16:08:25+01:00,Hans Ulrich Niedermann,hun@n-dimensional.de,2007-12-14 15:08:25+00:00,False,n-dimensional,n-dimensional,* master,True,e2tools_e2tools,e2tools/e2tools,https://github.com/e2tools/e2tools +366905e40bfe94314580d76a24c2ab0d79f8e6b4,Tim Brown,timb@nth-dimension.org.uk,2005-11-06 20:06:15+00:00,Tim Brown,timb@nth-dimension.org.uk,2005-11-06 20:06:15+00:00,False,nth-dimension,nth-dimension,* main,True,greenbone_openvas,greenbone/openvas,https://github.com/greenbone/openvas +7958c2343958c85a2a8736846832df514064b019,Bjarni R. Einarsson,bre@klaki.net,2012-02-18 16:22:23+00:00,Bjarni R. Einarsson,bre@klaki.net,2012-02-18 16:22:23+00:00,False,klaki,klaki,* master,True,pagekite_Colormake,pagekite/Colormake,https://github.com/pagekite/Colormake +0844f5e489c13c1bda8679d17cc934ed2c58515d,Max Krogius,mkrogius@users.noreply.github.com,2018-09-18 15:25:09-04:00,GitHub,noreply@github.com,2018-09-18 19:25:09+00:00,False,users,github,* master,True,AprilRobotics_apriltag.git,AprilRobotics/apriltag.git,https://github.com/AprilRobotics/apriltag.git +bdab004448eee41e1d91a22a832fe28dfb08df24,Tom MacWright,tom@macwright.org,2011-09-26 11:19:31-04:00,Tom MacWright,tom@macwright.org,2011-09-26 15:19:31+00:00,False,macwright,macwright,* master,True,mapbox_millstone,mapbox/millstone,https://github.com/mapbox/millstone +64020b50cbc3a1a2104bbf32357417fb968ae066,Rob Hoelz,rob@hoelz.ro,2011-06-14 23:52:25-05:00,Rob Hoelz,rob@hoelz.ro,2011-06-15 04:52:25+00:00,False,hoelz,hoelz,* master,True,hoelzro_plack-test-anyevent.git,hoelzro/plack-test-anyevent.git,https://github.com/hoelzro/plack-test-anyevent.git +b7c45ed5bcc1a03e5f238bd77a829d37394aa361,Iceyer,me@iceyer.net,2016-02-04 10:56:16+08:00,Iceyer,me@iceyer.net,2016-02-05 03:43:32+00:00,False,iceyer,iceyer,* master,True,linuxdeepin_dtkwidget.git,linuxdeepin/dtkwidget.git,https://github.com/linuxdeepin/dtkwidget.git +8d7ac4eac95ba5cf7d9fb09be4533f8574982eb5,Jakub Wilk,jwilk@jwilk.net,2015-07-02 12:05:06+02:00,Jakub Wilk,jwilk@jwilk.net,2015-07-02 10:05:06+00:00,False,jwilk,jwilk,* master,True,jwilk_dothost,jwilk/dothost,https://github.com/jwilk/dothost +d14ac127a614c8f0106a620b735823f7c0b1162e,Valerio,kamicane@kamiBook.local,2008-04-22 00:26:49+02:00,Valerio,kamicane@kamiBook.local,2008-04-21 22:26:49+00:00,False,kamiBook,kamiBook,* master,True,mootools_mootools-core.git,mootools/mootools-core.git,https://github.com/mootools/mootools-core.git +fa03c34c00e1c57701fb7ffe4af8352ad6fb30ae,Nico Schlömer,nico.schloemer@gmail.com,2008-11-07 10:18:57+00:00,Nico Schlömer,nico.schloemer@gmail.com,2008-11-07 10:18:57+00:00,False,gmail,gmail,* master,True,matlab2tikz_matlab2tikz,matlab2tikz/matlab2tikz,https://github.com/matlab2tikz/matlab2tikz +f48b7d4365172c46867ebd03b8e369e0d2960b49,Gilles Degottex,gilles.degottex@gmail.com,2015-03-20 13:18:46+00:00,Gilles Degottex,gilles.degottex@gmail.com,2015-03-20 13:18:46+00:00,False,gmail,gmail,* master,True,gillesdegottex_fmit.git,gillesdegottex/fmit.git,https://github.com/gillesdegottex/fmit.git +b1dbc309e0a6c9afdd6fbf4313a8390ae0c66104,Jean-Baptiste Alleaume,jbanety@gmail.com,2015-09-10 08:42:25+02:00,Jean-Baptiste Alleaume,jbanety@gmail.com,2015-09-10 06:42:25+00:00,False,gmail,gmail,* master,True,etd-framework_datatables-extensions,etd-framework/datatables-extensions,https://github.com/etd-framework/datatables-extensions +12f729bbf64e1c30edeceaf419f23f6a7b560df9,Kirill Pavlov,k@p99.io,2013-09-30 02:36:07-07:00,Kirill Pavlov,kirill.pavlov@phystech.edu,2013-09-30 09:36:07+00:00,False,p99,phystech,* master,True,pavlov99_json-rpc,pavlov99/json-rpc,https://github.com/pavlov99/json-rpc +1f7d8cf0fb8f8f431858b39e8b1bad2dcf7fba74,Denis Arrivault,denis.arrivault@lif.univ-mrs.fr,2015-12-17 13:51:03+01:00,Denis Arrivault,denis.arrivault@lif.univ-mrs.fr,2015-12-17 12:51:03+00:00,False,lif,lif,* master,True,dev_ltfatpy,dev/ltfatpy,https://gitlab.lis-lab.fr/dev/ltfatpy +927fe6483c6813476ab16050dfedcfc3e2e0201f,Vincent Untz,vuntz@gnome.org,2010-07-02 01:08:01+02:00,Vincent Untz,vuntz@gnome.org,2010-07-02 08:54:24+00:00,False,gnome,gnome,* master,True,GNOME_gsettings-desktop-schemas.git,GNOME/gsettings-desktop-schemas.git,https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git +c5c90a74f884b645f0390e9000142f617b271290,aric,aric@3ed01bd8-26fb-0310-9e4c-ca1a4053419f,2005-08-30 03:30:28+00:00,aric,aric@3ed01bd8-26fb-0310-9e4c-ca1a4053419f,2005-08-30 03:30:28+00:00,False,3ed01bd8-26fb-0310-9e4c-ca1a4053419f,3ed01bd8-26fb-0310-9e4c-ca1a4053419f,* main,True,pygraphviz_pygraphviz.git,pygraphviz/pygraphviz.git,https://github.com/pygraphviz/pygraphviz.git +76f67fdbf0d1dc9ccf0f62392f42d4463f06eeb0,Alexis Yushin,alexis@nlnetlabs.nl,2002-01-28 16:45:20+00:00,Alexis Yushin,alexis@nlnetlabs.nl,2002-01-28 16:45:20+00:00,False,nlnetlabs,nlnetlabs,* master,True,NLnetLabs_nsd,NLnetLabs/nsd,https://github.com/NLnetLabs/nsd +2b17feccc0d6406c6a5bfe1c99231edc0147eaf9,Karl Glazebrook,kgb@cpan.org,1996-02-23 06:30:00+00:00,Gitpan,schwern+gitpan@pobox.com,2014-10-26 13:44:17+00:00,False,cpan,pobox,* master,True,PDLPorters_perl5-PGPLOT.git,PDLPorters/perl5-PGPLOT.git,https://github.com/PDLPorters/perl5-PGPLOT.git +d494c8fe81ce0e4afac5433722a0c2c5bd4cf16d,john.paulett,john.paulett@ba5bf794-d048-0410-8f42-e1fdefefffeb,2008-07-22 01:44:37+00:00,john.paulett,john.paulett@ba5bf794-d048-0410-8f42-e1fdefefffeb,2008-07-22 01:44:37+00:00,False,ba5bf794-d048-0410-8f42-e1fdefefffeb,ba5bf794-d048-0410-8f42-e1fdefefffeb,* main,True,jsonpickle_jsonpickle,jsonpickle/jsonpickle,https://github.com/jsonpickle/jsonpickle +869c9ee6c8e22bb9f9efc17610b06872084c1615,Robin Sommer,robin@icir.org,2010-11-04 16:54:17-07:00,Robin Sommer,robin@icir.org,2010-11-04 23:54:17+00:00,False,icir,icir,* master,True,zeek_pysubnettree.git,zeek/pysubnettree.git,https://github.com/zeek/pysubnettree.git +d94369cd874ac65309d8e4f9de8b81125c66e27a,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2010-11-21 04:53:44+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2010-11-21 04:53:44+00:00,False,users,users,* master,True,pd-externals_vbap.git,pd-externals/vbap.git,https://github.com/pd-externals/vbap.git +8e37561afba3077c7381d38ed3382992f9a16c88,Michael S. Hansen,michael.hansen@nih.gov,2012-08-03 15:54:07-04:00,Michael S. Hansen,michael.hansen@nih.gov,2012-08-03 19:54:07+00:00,False,nih,nih,* master,True,ismrmrd_ismrmrd.git,ismrmrd/ismrmrd.git,https://github.com/ismrmrd/ismrmrd.git +ed5399fa23897fddaa11fb69eaa5383b3f66f4b4,Benoit Grégoire,benoitg@users.sourceforge.net,2002-09-05 04:08:31+00:00,Benoit Grégoire,benoitg@users.sourceforge.net,2002-09-05 04:08:31+00:00,False,users,users,* master,True,libofx_libofx,libofx/libofx,https://github.com/libofx/libofx +807ef4d90048a5f150c10fd8a722ef4758589154,Kyle Simpson,getify@gmail.com,2010-06-22 07:38:49-05:00,Kyle Simpson,getify@gmail.com,2010-06-22 12:38:49+00:00,False,gmail,gmail,* master,True,fkei_JSON.minify,fkei/JSON.minify,https://github.com/fkei/JSON.minify +67bdd68fd3918258b37c3ea75b5152d0435132ba,Matthew Brett,matthew.brett@gmail.com,2015-10-09 15:42:23-07:00,Matthew Brett,matthew.brett@gmail.com,2015-10-09 22:42:23+00:00,False,gmail,gmail,* main,True,matthew-brett_texext.git,matthew-brett/texext.git,https://github.com/matthew-brett/texext.git +27fa0cb49d585aff8ea25c380eb43d0679784f58,Björn Esser,bjoern.esser@gmail.com,2015-05-12 20:05:37+02:00,Björn Esser,bjoern.esser@gmail.com,2015-05-12 18:10:30+00:00,False,gmail,gmail,* develop,True,besser82_libxcrypt.git,besser82/libxcrypt.git,https://github.com/besser82/libxcrypt.git +93868035d8564ef16705c287cabc70f0cebd3c81,Ronny Pfannschmidt,ronny.pfannschmidt@redhat.com,2016-10-11 21:37:00+02:00,Ronny Pfannschmidt,ronny.pfannschmidt@redhat.com,2016-10-11 19:37:00+00:00,False,redhat,redhat,* master,True,pytest-dev_pytest-forked.git,pytest-dev/pytest-forked.git,https://github.com/pytest-dev/pytest-forked.git +e98b59eaf0e039da3ca3d38b65f71988a0fa7695,Jonas Obrist,jonas.obrist@divio.ch,2010-08-04 14:16:37+02:00,Jonas Obrist,jonas.obrist@divio.ch,2010-08-04 12:16:37+00:00,False,divio,divio,* master,True,django-cms_django-classy-tags,django-cms/django-classy-tags,https://github.com/django-cms/django-classy-tags +55c9be772db32d4f49bf61af1801d2d6f14a880e,Fabio Rehm,fgrehm@gmail.com,2013-02-25 01:58:04-03:00,Fabio Rehm,fgrehm@gmail.com,2013-02-25 05:04:31+00:00,False,gmail,gmail,* master,True,fgrehm_vagrant-lxc,fgrehm/vagrant-lxc,https://github.com/fgrehm/vagrant-lxc +4aa70b081a17a8061b47138a1376808900598adb,Mario Casciaro,mariocasciaro@gmail.com,2013-09-20 01:58:52+01:00,Mario Casciaro,mariocasciaro@gmail.com,2013-09-20 00:58:52+00:00,False,gmail,gmail,* master,True,mariocasciaro_object-path,mariocasciaro/object-path,https://github.com/mariocasciaro/object-path +779664dca66032e40b34612c0f890c91f1106890,Celia Oakley,celia.oakley@alumni.stanford.edu,2013-12-04 23:33:36-08:00,Celia Oakley,celia.oakley@alumni.stanford.edu,2013-12-05 07:33:36+00:00,False,alumni,alumni,* master,True,celiao_tmdbsimple,celiao/tmdbsimple,https://github.com/celiao/tmdbsimple +3c31b3091a10efefa29f93a5a9f67a94fbb49886,AndrewStraw,AndrewStraw@30fc0ef2-3a16-0410-b950-f670368b4cad,2006-06-15 05:15:46+00:00,AndrewStraw,AndrewStraw@30fc0ef2-3a16-0410-b950-f670368b4cad,2006-06-15 05:15:46+00:00,False,30fc0ef2-3a16-0410-b950-f670368b4cad,30fc0ef2-3a16-0410-b950-f670368b4cad,* master,True,astraw_stdeb.git,astraw/stdeb.git,https://github.com/astraw/stdeb.git +510a2d98c6f4793dcc75c225dfc529f2d13d0d03,till,,2002-10-10 23:46:37-07:00,till,,2002-10-11 06:46:37+00:00,False,,,* master,True,OpenPrinting_foomatic-db.git,OpenPrinting/foomatic-db.git,https://github.com/OpenPrinting/foomatic-db.git +d1041acfbaabe3df0642f3312f9f0148fe819a7a,Rudolf Polzer,rpolzer@google.com,2014-06-23 12:15:16+02:00,Rudolf Polzer,rpolzer@google.com,2014-06-25 18:26:36+00:00,False,google,google,* master,True,google_xsecurelock,google/xsecurelock,https://github.com/google/xsecurelock +3569595094a0b2826b260dc9681307cceb5c16ad,Stephen Kelly,steveire@gmail.com,2009-05-12 19:29:06+01:00,Stephen Kelly,steveire@gmail.com,2009-05-12 18:29:06+00:00,False,gmail,gmail,* master,True,steveire_grantlee.git,steveire/grantlee.git,https://github.com/steveire/grantlee.git +ec9cc4fee60e09ef83cfd726294cf832c47f808f,Martin Sander,sander@t400.example.org,2009-10-08 22:35:01+02:00,Martin Sander,sander@t400.example.org,2009-10-08 20:35:01+00:00,False,t400,t400,* main,True,firecat53_urlscan,firecat53/urlscan,https://github.com/firecat53/urlscan +7dc68bb4be52941f3c9c7c31ce6101bb66abe29b,Michel Lang,lang@statistik.tu-dortmund.de,2013-11-08 12:27:16+01:00,Michel Lang,lang@statistik.tu-dortmund.de,2013-11-08 11:27:16+00:00,False,statistik,statistik,* master,True,tudo-r_BatchJobs.git,tudo-r/BatchJobs.git,https://github.com/tudo-r/BatchJobs.git +8480d3eb727de392cff13680d542c57f537cdd53,Maik Schmidt,contact@maik-schmidt.de,2011-01-19 20:47:24+01:00,Maik Schmidt,contact@maik-schmidt.de,2011-01-19 19:47:24+00:00,False,maik-schmidt,maik-schmidt,* master,True,maik_xml-simple,maik/xml-simple,https://github.com/maik/xml-simple +2ee00029158ed1c2c3fb405513097278aa1f4a31,Pentie,Pentie@38dc79a6-912d-11dd-8943-ed8a20f67c6a,2009-02-13 13:40:43+00:00,Pentie,Pentie@38dc79a6-912d-11dd-8943-ed8a20f67c6a,2009-02-13 13:40:43+00:00,False,38dc79a6-912d-11dd-8943-ed8a20f67c6a,38dc79a6-912d-11dd-8943-ed8a20f67c6a,* master,True,iptux-src_iptux,iptux-src/iptux,https://github.com/iptux-src/iptux +8a3395dcfe3d11c7d15878c9310ea566b69b9deb,jtournier,jtournier@69f2458b-35d4-408a-aa88-7d8d64836e89,2010-10-21 06:28:45+00:00,jtournier,jtournier@69f2458b-35d4-408a-aa88-7d8d64836e89,2010-10-21 06:28:45+00:00,False,69f2458b-35d4-408a-aa88-7d8d64836e89,69f2458b-35d4-408a-aa88-7d8d64836e89,* master,True,fumiyas_smbldap-tools,fumiyas/smbldap-tools,https://github.com/fumiyas/smbldap-tools +7fe712d5de658f8d846324cf77e779d24aa40f51,Mathias Bynens,mathias@qiwi.be,2013-08-25 16:20:29+02:00,Mathias Bynens,mathias@qiwi.be,2013-08-25 14:20:29+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_node-unicode-data.git,mathiasbynens/node-unicode-data.git,https://github.com/mathiasbynens/node-unicode-data.git +421d5595229bb847d3b1677b0f9315b4cb84584a,Philipp Hagemeister,phihag@phihag.de,2013-02-03 12:45:44-08:00,Philipp Hagemeister,phihag@phihag.de,2013-02-03 20:45:44+00:00,False,phihag,phihag,* master,True,phihag_ipaddress,phihag/ipaddress,https://github.com/phihag/ipaddress +7d35484e4edc4935dc178dc2b816db2937f90ff2,Mikhail Korobov,kmike84@gmail.com,2012-01-29 17:37:29+06:00,Mikhail Korobov,kmike84@gmail.com,2012-01-29 11:37:29+00:00,False,gmail,gmail,* master,True,kmike_datrie.git,kmike/datrie.git,https://github.com/kmike/datrie.git +64b1f6b692f9a69433c7458f8bc09bcae80c8821,Stef Walter,stefw@gnome.org,2012-05-09 21:15:50+02:00,Stef Walter,stefw@gnome.org,2012-05-09 19:30:21+00:00,False,gnome,gnome,* master,True,realmd_adcli,realmd/adcli,https://gitlab.freedesktop.org/realmd/adcli +155e671f7b83293ae327ddbd252d1d1ac961ab9a,Enrico Tassi,gares@fettunta.org,2015-03-09 13:35:08+01:00,Enrico Tassi,gares@fettunta.org,2015-03-09 15:21:23+00:00,False,fettunta,fettunta,* master,True,math-comp_math-comp,math-comp/math-comp,https://github.com/math-comp/math-comp +f0073d47bab507e5b8269ad94e9fe344c2e34a3f,david.m.cooke,devnull@localhost,2007-12-24 14:00:24+00:00,david.m.cooke,devnull@localhost,2007-12-24 14:00:24+00:00,False,localhost,localhost,* master,True,pydata_numexpr,pydata/numexpr,https://github.com/pydata/numexpr +6e6447cfbc3785485d4d09e285c26b1bda693152,stevenj,stevenj@alum.mit.edu,2000-06-05 22:13:46-04:00,stevenj,stevenj@alum.mit.edu,2000-06-06 02:13:46+00:00,False,alum,alum,* master,True,NanoComp_harminv,NanoComp/harminv,https://github.com/NanoComp/harminv +8d33290ffffeeef608c4ca6043ef4eac554ce894,pagey,pagey@9e52fe8d-9c4e-0410-a586-f93a03c41e08,2000-08-17 09:30:21+00:00,pagey,pagey@9e52fe8d-9c4e-0410-a586-f93a03c41e08,2000-08-17 09:30:21+00:00,False,9e52fe8d-9c4e-0410-a586-f93a03c41e08,9e52fe8d-9c4e-0410-a586-f93a03c41e08,* master,True,crayzeewulf_libserial.git,crayzeewulf/libserial.git,https://github.com/crayzeewulf/libserial.git +62e1bf027942634ee625d536aae947a2bd3b1384,Michele Lacchia,michelelacchia@gmail.com,2013-11-21 05:28:15-08:00,Michele Lacchia,michelelacchia@gmail.com,2013-11-21 13:28:15+00:00,False,gmail,gmail,* master,True,rubik_mando.git,rubik/mando.git,https://github.com/rubik/mando.git +03b58f23e09ebc80e3c99774a035eabca7f2b82f,Nelson Ferraz,nferraz@gmail.com,2013-09-02 11:29:52-07:00,Nelson Ferraz,nferraz@gmail.com,2013-09-02 18:29:52+00:00,False,gmail,gmail,* master,True,nferraz_st,nferraz/st,https://github.com/nferraz/st +e56dc41bb0ba5182f0ffe89db33f60815ade8fd0,Brian Brazil,brian.brazil@gmail.com,2015-02-22 23:23:29+00:00,Brian Brazil,brian.brazil@gmail.com,2015-02-22 23:23:29+00:00,False,gmail,gmail,* main,True,prometheus_snmp_exporter,prometheus/snmp/exporter,https://github.com/prometheus/snmp_exporter +04b9fcd670a13899618539011ab82f3efd79565e,Daniel J Walsh,dwalsh@redhat.com,2018-08-10 07:21:44-06:00,GitHub,noreply@github.com,2018-08-10 13:21:44+00:00,False,redhat,github,* main,True,containers_conmon,containers/conmon,https://github.com/containers/conmon +3fc537528df717f0183cc99605ca04497ae45686,mbaas,devnull@localhost,2006-05-01 13:38:23+00:00,mbaas,devnull@localhost,2006-05-01 13:38:23+00:00,False,localhost,localhost,* develop,True,gccxml_pygccxml,gccxml/pygccxml,https://github.com/gccxml/pygccxml +4d0f469dac65fc67b1c209a301b1acf743cfd22e,Luca Guidi,guidi.luca@gmail.com,2009-04-11 12:54:41+02:00,Luca Guidi,guidi.luca@gmail.com,2009-04-11 10:54:41+00:00,False,gmail,gmail,* master,True,redis-store_redis-store,redis-store/redis-store,https://github.com/redis-store/redis-actionpack +7ae71cc80f5f9ebff223bf0791f57e66170126a3,Jonathan Carter,jonathan@zanix.co.za,2014-03-09 07:31:01-07:00,Jonathan Carter,jonathan@zanix.co.za,2014-03-09 14:31:01+00:00,False,zanix,zanix,* master,True,jcc_zram-tools.git,jcc/zram-tools.git,https://salsa.debian.org/jcc/zram-tools.git +56766d1c44d2dd37d82fbf19484c83f336d3e5cf,Felix Dörre,felix@dogcraft.de,2018-09-07 17:49:26+02:00,Felix Dörre,felix@dogcraft.de,2018-09-07 23:39:55+00:00,False,dogcraft,dogcraft,* master,True,felixdoerre_primus_vk,felixdoerre/primus/vk,https://github.com/felixdoerre/primus_vk +faf1d454e83136fe3b8c1e8b1f9a717fe65e73c5,MRAB,regex@mrabarnett.plus.com,2011-03-15 17:36:34+00:00,MRAB,regex@mrabarnett.plus.com,2011-03-15 17:36:34+00:00,False,mrabarnett,mrabarnett,* hg,True,mrabarnett_mrab-regex,mrabarnett/mrab-regex,https://github.com/mrabarnett/mrab-regex +6f6e6b4ee67567574fa24126f395710a19cf9d5b,Ryan Kelly,ryan@rfk.id.au,2011-10-21 15:07:35+11:00,Ryan Kelly,ryan@rfk.id.au,2011-10-21 04:07:35+00:00,False,rfk,rfk,* debian,True,douardda_pyramid_multiauth,douardda/pyramid/multiauth,https://github.com/douardda/pyramid_multiauth +1c16bae504ea1065ec35b5db1d3fc0d43242eb3d,Piotr Solnica,piotr.solnica@gmail.com,2011-04-02 18:10:47+02:00,Piotr Solnica,piotr.solnica@gmail.com,2011-04-02 16:10:47+00:00,False,gmail,gmail,* master,True,solnic_virtus.git,solnic/virtus.git,https://github.com/solnic/virtus.git +a84420664457ac7e240b47085bb9370604b37221,mhe,mhe,2000-09-14 14:05:22+00:00,mhe,mhe,2000-09-14 14:05:22+00:00,False,mhe,mhe,* master,True,sebastinas_yafc.git,sebastinas/yafc.git,https://github.com/sebastinas/yafc.git +0482d465a93948104129460460ffad97a7cf690f,Brandon Craig Rhodes,brandon@rhodesmill.org,1998-07-26 01:47:57+00:00,Brandon Craig Rhodes,brandon@rhodesmill.org,1998-07-26 01:47:57+00:00,False,rhodesmill,rhodesmill,* master,True,brandon-rhodes_pyephem.git,brandon-rhodes/pyephem.git,https://github.com/brandon-rhodes/pyephem.git +54fb32159dfb55ee6dc41a6799261d8b90375b4c,Bruno Haible,bruno@clisp.org,1998-07-22 20:30:25+00:00,Bruno Haible,bruno@clisp.org,1998-07-22 20:30:25+00:00,False,clisp,clisp,* master,True,git_libffcall.git,git/libffcall.git,https://git.savannah.gnu.org/git/libffcall.git +14f0ed9a3a7fceff12aef2ad8c78beba38ba4385,lovesnow,houshao55@gmail.com,2013-01-15 14:48:29+08:00,lovesnow,houshao55@gmail.com,2013-01-15 06:48:29+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-notifications,linuxdeepin/deepin-notifications,https://github.com/linuxdeepin/deepin-notifications +164e870a19264005f4e8e8606f9c95c329818287,Sean Huber,shuber@huberry.com,2009-01-06 18:55:29-08:00,Sean Huber,shuber@huberry.com,2009-01-07 02:55:29+00:00,False,huberry,huberry,* master,True,attr-encrypted_encryptor,attr-encrypted/encryptor,https://github.com/attr-encrypted/encryptor +cdc1c63501f2a37909f5aef0c3e3fc895c3e330a,Kim Nørgaard,jasen@jasen.dk,2009-06-19 12:10:53+02:00,Kim Nørgaard,jasen@jasen.dk,2009-06-19 10:10:53+00:00,False,jasen,jasen,* master,True,KimNorgaard_validates_hostname,KimNorgaard/validates/hostname,https://github.com/KimNorgaard/validates_hostname +2ff85ba4721a1fd3ab5b77cc7e9778945dcf95de,Jordi Boggiano,j.boggiano@seld.be,2011-02-17 03:04:58+01:00,Jordi Boggiano,j.boggiano@seld.be,2011-02-17 02:04:58+00:00,False,seld,seld,* main,True,Seldaek_monolog,Seldaek/monolog,https://github.com/Seldaek/monolog +dcfeb8bff3e75fc49a845722372c59e1edfc0eb5,Craig Campbell,iamcraigcampbell@gmail.com,2012-07-01 21:22:34-04:00,Craig Campbell,iamcraigcampbell@gmail.com,2012-07-02 01:22:34+00:00,False,gmail,gmail,* master,True,ccampbell_mousetrap,ccampbell/mousetrap,https://github.com/ccampbell/mousetrap +e337da8697b19d451fa3208ce4fe2f74a641e649,bpowell,bpowell@dynamiccontrols.com,2009-11-17 07:59:55+13:00,bpowell,bpowell@dynamiccontrols.com,2009-11-16 18:59:55+00:00,False,dynamiccontrols,dynamiccontrols,* main,True,hardbyte_python-can.git,hardbyte/python-can.git,https://github.com/hardbyte/python-can.git +21c4996c71d76b01a4333ef9905589b3fffa687d,Daniel Friesel,derf@derf.homelinux.org,2010-02-05 17:52:34+01:00,Daniel Friesel,derf@derf.homelinux.org,2010-02-05 16:52:34+00:00,False,derf,derf,* master,True,derf_feh.git,derf/feh.git,https://github.com/derf/feh.git +86ed3084e679f8e9eb5584f8d5189330586060c1,Jeremy McAnally,jmcanally@github.com,2013-02-23 23:09:41-05:00,Jeremy McAnally,jmcanally@github.com,2013-02-24 04:09:41+00:00,False,github,github,* master,True,jm_toml,jm/toml,https://github.com/jm/toml +89afdc553880dabd890a6d44ad42db371145969b,Timothy D. Robinson,tdrobinson@huli.org,2003-02-05 01:40:48+00:00,Timothy D. Robinson,tdrobinson@huli.org,2003-02-05 01:40:48+00:00,False,huli,huli,* master,True,thp_wavbreaker.git,thp/wavbreaker.git,https://github.com/thp/wavbreaker.git +82d8d02445a0d3674aea2bcfb7cc7a75e943bdc6,Brian Warner,warner-github@lothar.com,2015-02-10 00:38:44-08:00,Brian Warner,warner-github@lothar.com,2015-02-10 08:38:44+00:00,False,lothar,lothar,* master,True,warner_magic-wormhole.git,warner/magic-wormhole.git,https://github.com/warner/magic-wormhole.git +8b65509dcb4fe91c183195b92b695571526cfe13,Choe Hwanjin,choe.hwanjin@gmail.com,2003-07-28 16:00:15+09:00,Choe Hwanjin,choe.hwanjin@gmail.com,2003-07-28 07:00:15+00:00,False,gmail,gmail,* main,True,libhangul_nabi.git,libhangul/nabi.git,https://github.com/libhangul/nabi.git +353bd7a768f79e7b34f530c33292ceecd4129a7b,Bernard Potocki,bernard.potocki@imanel.org,2012-07-13 12:35:03+02:00,Bernard Potocki,bernard.potocki@imanel.org,2012-07-13 10:35:03+00:00,False,imanel,imanel,* master,True,imanel_websocket-ruby.git,imanel/websocket-ruby.git,https://github.com/imanel/websocket-ruby.git +faf83c5babaaf5c8135e2303472e1db3c9868ec9,mnagorni,mnagorni,2002-12-16 11:02:28+00:00,mnagorni,mnagorni,2002-12-16 11:02:28+00:00,False,mnagorni,mnagorni,* master,True,p_alsamodular_ams.git,p/alsamodular/ams.git,https://git.code.sf.net/p/alsamodular/ams.git +3fba92fb74ed9229cde1d069ce116bb2cfeaa322,Wim Taymans,wtaymans@redhat.com,2015-04-16 16:58:33+02:00,Wim Taymans,wtaymans@redhat.com,2015-04-16 14:58:33+00:00,False,redhat,redhat,* master,True,pipewire_pipewire,pipewire/pipewire,https://gitlab.freedesktop.org/pipewire/pipewire +f8ca7a8743865fe6c1896c64e64cde1294dd2687,Nicolas Steenlant,nicolas.steenlant@ugent.be,2012-05-04 15:27:30+02:00,Nicolas Steenlant,nicolas.steenlant@ugent.be,2012-05-04 13:27:30+00:00,False,ugent,ugent,* main,True,LibreCat_Catmandu-Store-MongoDB.git,LibreCat/Catmandu-Store-MongoDB.git,https://github.com/LibreCat/Catmandu-Store-MongoDB.git +422bcfe23f9a4c097e9ab490cc152570d2c7a6b6,Jerzy Kozera,jerzy.kozera@gmail.com,2013-01-20 01:49:25+00:00,Jerzy Kozera,jerzy.kozera@gmail.com,2013-01-20 01:49:25+00:00,False,gmail,gmail,* main,True,zealdocs_zeal,zealdocs/zeal,https://github.com/zealdocs/zeal +3c2245dbec33d3c60ca56e85edf56d19dcb510a6,Stephen Nelson,stephenenelson@mac.com,2013-08-20 23:04:15-07:00,Stephen Nelson,stephenenelson@mac.com,2013-08-21 06:04:15+00:00,False,mac,mac,* master,True,stephenenelson_convert-binhex.git,stephenenelson/convert-binhex.git,https://github.com/stephenenelson/convert-binhex.git +72444343640c443540122bc4d89e39c6b0925ffc,Adrian Perez de Castro,aperez@igalia.com,2014-01-14 15:42:40+02:00,Adrian Perez de Castro,aperez@igalia.com,2014-01-14 13:42:40+00:00,False,igalia,igalia,* master,True,aperezdc_signify.git,aperezdc/signify.git,https://github.com/aperezdc/signify.git +73cfc2d7f385cd3802ff2723e1e87c530a8afc05,Stephane Glondu,steph@glondu.net,2010-08-31 18:06:24+02:00,Stephane Glondu,steph@glondu.net,2010-08-31 16:15:49+00:00,False,glondu,glondu,* master,True,glondu_nss-passwords,glondu/nss-passwords,https://github.com/glondu/nss-passwords +866aa76e3d3f6b13c8a80610221141e15f85146b,Cristian Henzel,oss@web-tm.com,2010-11-05 23:37:05+02:00,Cristian Henzel,oss@web-tm.com,2010-11-05 21:37:05+00:00,False,web-tm,web-tm,* master,True,CristianHenzel_ClipIt.git,CristianHenzel/ClipIt.git,https://github.com/CristianHenzel/ClipIt.git +3932e1607926b20c1ab761a3fc849f788e287561,Chris McDonough,chrism@plope.com,2007-09-10 22:55:24+00:00,Chris McDonough,chrism@plope.com,2007-09-10 22:55:24+00:00,False,plope,plope,* master,True,repoze_repoze.tm2.git,repoze/repoze.tm2.git,https://github.com/repoze/repoze.tm2.git +1f5bc832f89cac71094b12f45d754715213b6a7f,Tatsuhiro Tsujikawa,tatsuhiro.t@gmail.com,2012-01-18 00:53:12+09:00,Tatsuhiro Tsujikawa,tatsuhiro.t@gmail.com,2012-01-17 15:53:12+00:00,False,gmail,gmail,* master,True,nghttp2_nghttp2.git,nghttp2/nghttp2.git,https://github.com/nghttp2/nghttp2.git +4f52351c03e29d431e215ae649e4b8b4fe74d59b,Jorn Baayen,jorn@openedhand.com,2007-08-23 20:37:16+00:00,Jorn Baayen,jorn@openedhand.com,2007-08-23 20:37:16+00:00,False,openedhand,openedhand,* master,True,GNOME_gupnp-tools.git,GNOME/gupnp-tools.git,https://gitlab.gnome.org/GNOME/gupnp-tools.git +2c4595e3278c4b4b4175c1dbf6d00a5b02fc65f2,Mahmoud Hashemi,mahmoudrhashemi@gmail.com,2013-02-19 18:04:47-08:00,Mahmoud Hashemi,mahmoudrhashemi@gmail.com,2013-02-20 02:04:47+00:00,False,gmail,gmail,* master,True,mahmoud_boltons,mahmoud/boltons,https://github.com/mahmoud/boltons +9f3965f4863893a50cf6550f2bc279aadf83124f,Norbert Preining,preining@debian.org,2005-09-29 16:16:44+00:00,Norbert Preining,preining@debian.org,2005-09-29 16:16:44+00:00,False,debian,debian,* master,True,debian-tex_cm-super,debian-tex/cm-super,https://github.com/debian-tex/cm-super +d6422030a6f53b612a744636fe02f1eaf61894df,Matthew Mott,orbweaver3d@gmail.com,2006-03-03 19:46:06+00:00,Matthew Mott,orbweaver3d@gmail.com,2006-03-03 19:46:06+00:00,False,gmail,gmail,* master,True,codereader_DarkRadiant.git,codereader/DarkRadiant.git,https://github.com/codereader/DarkRadiant.git +3a00330f354a562bf3af5c916ac822d638de93aa,David Jean Louis,izimobil@gmail.com,2007-10-16 08:39:22+00:00,David Jean Louis,izimobil@gmail.com,2007-10-16 08:39:22+00:00,False,gmail,gmail,* master,True,izimobil_polib.git,izimobil/polib.git,https://github.com/izimobil/polib.git +e6c2e44013cac14392f3fc2ee1253b3dae87baa1,J.A. Roberts Tunney,jtunney@lobstertech.com,2009-12-08 03:35:24-05:00,J.A. Roberts Tunney,jtunney@lobstertech.com,2009-12-08 08:35:24+00:00,False,lobstertech,lobstertech,* master,True,jart_fabulous.git,jart/fabulous.git,https://github.com/jart/fabulous.git +60c7a4672551e6a3d51e5321ddc231bd61d5d690,Xavier Bestel,xavier.bestel@free.fr,2001-05-02 18:20:05+00:00,Xavier Bestel,xavier.bestel@free.fr,2001-05-02 18:20:05+00:00,False,free,free,* master,True,bestouff_genext2fs,bestouff/genext2fs,https://github.com/bestouff/genext2fs +79eceb06286d2a800e9cfa49c017ba7a7df4b40b,Dan O'Reilly,oreilldf@gmail.com,2014-07-28 19:51:59-04:00,Dan O'Reilly,oreilldf@gmail.com,2014-07-28 23:51:59+00:00,False,gmail,gmail,* debian,True,davesteele_aioprocessing,davesteele/aioprocessing,https://github.com/davesteele/aioprocessing +792f9a9efa67fadc6d660d739674edcade0a0779,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2013-05-28 15:52:41-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2013-05-28 18:52:41+00:00,True,eriberto,eriberto,* readme,True,alexdantas_pacman4console.debian,alexdantas/pacman4console.debian,https://github.com/alexdantas/pacman4console.debian +7685ea7c2966d9949bddac1ffd440d11890e5576,paul,paul@a7605b1d-0065-4901-a58a-044c66c5aa93,2007-02-22 14:49:56+00:00,paul,paul@a7605b1d-0065-4901-a58a-044c66c5aa93,2007-02-22 14:49:56+00:00,False,a7605b1d-0065-4901-a58a-044c66c5aa93,a7605b1d-0065-4901-a58a-044c66c5aa93,* master,True,mvidner_ruby-dbus,mvidner/ruby-dbus,https://github.com/mvidner/ruby-dbus +15958bfb9c357efefe6bef39288a1ff7c821936b,jonathan.buchanan,jonathan.buchanan@7eea2103-5a42-0410-ac78-6383eb04bdbf,2007-12-28 22:43:03+00:00,jonathan.buchanan,jonathan.buchanan@7eea2103-5a42-0410-ac78-6383eb04bdbf,2007-12-28 22:43:03+00:00,False,7eea2103-5a42-0410-ac78-6383eb04bdbf,7eea2103-5a42-0410-ac78-6383eb04bdbf,* main,True,django-mptt_django-mptt.git,django-mptt/django-mptt.git,https://github.com/django-mptt/django-mptt.git +a86b94533eed73c41790883d1178dfbd824ac4f8,Hervé Pagès,hpages@fredhutch.org,2019-03-28 08:43:01-07:00,Hervé Pagès,hpages@fredhutch.org,2019-03-28 15:43:01+00:00,False,fredhutch,fredhutch,* devel,True,Bioconductor_DelayedArray.git,Bioconductor/DelayedArray.git,https://github.com/Bioconductor/DelayedArray.git +02ad0efbc858a8f02c7878fe7a152358d2f08478,Andreas Dilger,adilger at enel.ucalgary.ca,1997-01-17 01:34:35-06:00,Glenn Randers-Pehrson,glennrp at users.sourceforge.net,2009-04-06 21:04:07+00:00,False,adilger at enel,glennrp at users,* libpng16,True,glennrp_libpng,glennrp/libpng,https://github.com/glennrp/libpng +11c7bdf47c3f21b014b1e984be52211142d8d8b7,Douglas Crockford,douglas@crockford.com,2010-11-18 10:45:22-08:00,Douglas Crockford,douglas@crockford.com,2010-11-18 18:45:22+00:00,False,crockford,crockford,* master,True,douglascrockford_JSON-js,douglascrockford/JSON-js,https://github.com/douglascrockford/JSON-js +73bcbae2dc8988cd63653b42fbb8ca605083c1d4,Stefan Strigler,stefan@strigler.de,2004-10-08 16:45:37+00:00,Stefan Strigler,stefan@strigler.de,2004-10-08 16:45:37+00:00,False,strigler,strigler,* master,True,sstrigler_JSJaC.git,sstrigler/JSJaC.git,https://github.com/sstrigler/JSJaC.git +dd39da9f80a1c7a48f6b9300da46634771adac87,Artem Bityutskiy,artem.bityutskiy@intel.com,2012-11-28 17:38:33+02:00,Artem Bityutskiy,artem.bityutskiy@intel.com,2012-11-28 15:38:33+00:00,False,intel,intel,* main,True,intel_bmap-tools,intel/bmap-tools,https://github.com/intel/bmap-tools +c78bba29d6a42cd5bc3fad578fa51dbd664d512e,Abdelkader Boudih,terminale@gmail.com,2014-04-29 20:59:30+00:00,Abdelkader Boudih,terminale@gmail.com,2014-04-29 20:59:30+00:00,False,gmail,gmail,* master,True,state-machines_state_machines-activemodel,state-machines/state/machines-activemodel,https://github.com/state-machines/state_machines-activemodel +ee40cef78df148f9f96978e0be9e591edfa5853d,alex,alex,2000-12-06 22:28:48+00:00,alex,alex,2000-12-06 22:28:48+00:00,False,alex,alex,* master,True,GNOME_libsoup,GNOME/libsoup,https://gitlab.gnome.org/GNOME/libsoup +759018707f166aab92abaeeb12c2cd7f482eee78,Ke Wang,ke.wang@sun.com,2009-05-26 13:21:01+08:00,Ke Wang,ke.wang@sun.com,2009-05-26 05:21:01+00:00,False,sun,sun,* master,True,GNOME_java-atk-wrapper,GNOME/java-atk-wrapper,https://github.com/GNOME/java-atk-wrapper +04a1886057e659f455c734ce557e1c4a87e7a2d1,Jakob Voss,jakob@nichtich.de,2011-10-28 14:42:55+02:00,Jakob Voss,jakob@nichtich.de,2011-10-28 12:54:40+00:00,False,nichtich,nichtich,* master,True,nichtich_RDF-NS.git,nichtich/RDF-NS.git,https://github.com/nichtich/RDF-NS.git +2e793da2132b7735bdddf9e0f18da5b90b47c567,Chris Eppstein,chris@eppsteins.net,2011-05-25 06:35:28-07:00,Chris Eppstein,chris@eppsteins.net,2011-05-25 13:36:16+00:00,False,eppsteins,eppsteins,* master,True,rails_sass-rails,rails/sass-rails,https://github.com/rails/sass-rails +16f22ab98ff0291bbcef619166003d1837afd9ed,Martin Pitt,martin.pitt@ubuntu.com,2012-09-28 13:50:52+02:00,Martin Pitt,martin.pitt@ubuntu.com,2012-09-28 11:50:52+00:00,False,ubuntu,ubuntu,* main,True,martinpitt_python-dbusmock,martinpitt/python-dbusmock,https://github.com/martinpitt/python-dbusmock +85c54e88e95b1117b9b7f0641f4b5ea70fce6102,Jesse Vincent,jesse@bestpractical.com,2004-10-30 19:54:00+00:00,Jesse Vincent,jesse@bestpractical.com,2004-10-30 19:54:00+00:00,False,bestpractical,bestpractical,* master,True,bestpractical_http-server-simple,bestpractical/http-server-simple,https://github.com/bestpractical/http-server-simple +ddbefff7edcf47906373c9fa1175ba7a8927e446,Karen Etheridge,ether@cpan.org,2017-05-11 11:26:49+02:00,Karen Etheridge,ether@cpan.org,2017-05-11 09:26:49+00:00,False,cpan,cpan,* master,True,karenetheridge_B-Hooks-OP-Check,karenetheridge/B-Hooks-OP-Check,https://github.com/karenetheridge/B-Hooks-OP-Check +6f338aeaedc9a4f5cd3d2dbee9742ceb01a66728,Ryan C. Thompson,rct@thompsonclan.org,2017-07-20 12:29:22-07:00,Ryan C. Thompson,rct@thompsonclan.org,2017-07-20 19:29:22+00:00,False,thompsonclan,thompsonclan,* master,True,DarwinAwardWinner_with-simulated-input.git,DarwinAwardWinner/with-simulated-input.git,https://github.com/DarwinAwardWinner/with-simulated-input.git +f36b82170fb969c52c073c8a262ad8a6546e58da,Adam Waldenberg,adam.waldenberg@ejwa.se,2013-06-14 03:04:31+02:00,Adam Waldenberg,adam.waldenberg@ejwa.se,2013-06-14 01:16:30+00:00,False,ejwa,ejwa,* master,True,ejwa_gitinspector,ejwa/gitinspector,https://github.com/ejwa/gitinspector +32cb5d554937b62f2e6e630afc7cb7dea0c5d725,Richard Hughes,richard@hughsie.com,2014-03-12 15:26:45+00:00,Richard Hughes,richard@hughsie.com,2014-03-12 15:54:17+00:00,False,hughsie,hughsie,* main,True,hughsie_appstream-glib,hughsie/appstream-glib,https://github.com/hughsie/appstream-glib +c815649e93b76114f6f933bd87d4f015d9802ceb,fmarier,fmarier@48840d94-1650-0410-8ea6-67c91580c0d7,2008-06-20 10:52:21+00:00,fmarier,fmarier@48840d94-1650-0410-8ea6-67c91580c0d7,2008-06-20 10:52:21+00:00,False,48840d94-1650-0410-8ea6-67c91580c0d7,48840d94-1650-0410-8ea6-67c91580c0d7,* master,True,safe-rm,safe-rm,https://git.launchpad.net/safe-rm +a96b09c95a3d71db9d4632ef177c6e5a282bc67a,Andrej Vodopivec,andrejv@users.sourceforge.net,2005-01-29 10:15:26+00:00,Andrej Vodopivec,andrejv@users.sourceforge.net,2005-01-29 10:15:26+00:00,False,users,users,* main,True,wxMaxima-developers_wxmaxima,wxMaxima-developers/wxmaxima,https://github.com/wxMaxima-developers/wxmaxima +eebf1f569df1aaa97e5591fb976efa47ad9a6911,Jochen Topf,jochen@topf.org,2012-03-07 15:39:48+01:00,Jochen Topf,jochen@topf.org,2012-03-07 14:39:48+00:00,False,topf,topf,* master,True,osmcode_osmcoastline.git,osmcode/osmcoastline.git,https://github.com/osmcode/osmcoastline.git +7a414ec6e35b1e34dac506aea0bbb9ecd79d8160,Fernando Vezzosi,fvezzosi@masobit.net,2006-08-05 00:15:03+00:00,Fernando Vezzosi,fvezzosi@masobit.net,2006-08-05 00:15:03+00:00,False,masobit,masobit,* master,True,bucciarati_mpc123,bucciarati/mpc123,https://github.com/bucciarati/mpc123 +9f6324dd6e8799f4e721171f84a7c468b82ced2b,Artem Pavlenko,artem@mapnik.org,2005-02-18 18:14:43+00:00,Artem Pavlenko,artem@mapnik.org,2005-02-18 18:14:43+00:00,False,mapnik,mapnik,* master,True,mapnik_mapnik.git,mapnik/mapnik.git,https://github.com/mapnik/mapnik.git +9cc08b2e1d8454253f33b6ec16664ceff6154a89,baumgarr,randy@fbn.cx,2012-07-08 12:37:14-07:00,baumgarr,randy@fbn.cx,2012-07-08 19:37:14+00:00,False,fbn,fbn,* master,True,robert7_nixnote2,robert7/nixnote2,https://github.com/robert7/nixnote2 +addd325f23ad06f311dca0da8f5e9a0ee76b692d,distorm,distorm@d69571ce-fa96-11de-930f-d36749347e7b,2010-05-01 12:14:42+00:00,distorm,distorm@d69571ce-fa96-11de-930f-d36749347e7b,2010-05-01 12:14:42+00:00,False,d69571ce-fa96-11de-930f-d36749347e7b,d69571ce-fa96-11de-930f-d36749347e7b,* master,True,gdabah_distorm.git,gdabah/distorm.git,https://github.com/gdabah/distorm.git +709075cdd7210459a4e0fa6755bbe677828d8eba,Scott Johnston,johnston@vectaport.com,2015-01-29 08:36:20-08:00,Scott Johnston,johnston@vectaport.com,2015-01-29 16:36:20+00:00,False,vectaport,vectaport,* master,True,vectaport_ivtools,vectaport/ivtools,https://github.com/vectaport/ivtools +b0414fec70f81257e9a7fb6ed19b5596d7941bb6,abadger1999,abadger1999,2005-10-10 06:22:19+00:00,abadger1999,abadger1999,2005-10-10 06:22:19+00:00,False,abadger1999,abadger1999,* master,True,p_giflib_code,p/giflib/code,https://git.code.sf.net/p/giflib/code +0cd777b99020b32b94220777a38b5d961f192fcd,Axel Burri,axel@tty0.ch,2015-07-19 20:02:39+02:00,Axel Burri,axel@tty0.ch,2015-07-20 13:46:37+00:00,False,tty0,tty0,* master,True,digint_btrbk-packaging,digint/btrbk-packaging,https://github.com/digint/btrbk-packaging +d1e9e7e26b72a63b7f5f7b6b8dc0980710ed4daa,kozec,kozec2@kozec.com,2014-08-07 00:32:49+02:00,kozec,kozec2@kozec.com,2014-08-06 22:32:49+00:00,False,kozec,kozec,* master,True,syncthing_syncthing-gtk,syncthing/syncthing-gtk,https://github.com/syncthing/syncthing-gtk +ab4ad172be70d5e7e4d52505a73984eeab472174,Maros Barabas,ibarabas@pcbarabas.fit.vutbr.cz,2010-03-18 10:36:26+01:00,Maros Barabas,ibarabas@pcbarabas.fit.vutbr.cz,2010-03-18 09:36:26+00:00,False,pcbarabas,pcbarabas,* v1-2,True,OpenSCAP_scap-workbench.git,OpenSCAP/scap-workbench.git,https://github.com/OpenSCAP/scap-workbench.git +7afd29c7b22d55b3597da28f059a1fba916dded9,jocover,jiangwei0402@gmail.com,2015-09-26 19:16:21+08:00,jocover,jiangwei0402@gmail.com,2015-09-26 11:16:21+00:00,False,gmail,gmail,* master,True,pothosware_SoapyHackRF.git,pothosware/SoapyHackRF.git,https://github.com/pothosware/SoapyHackRF.git +9ae91fbe16e0d0b5dd3e5050402ecbed51280998,Dennis Kasprzyk,onestone@beryl-project.org,2007-05-21 17:35:14+02:00,Dennis Kasprzyk,onestone@beryl-project.org,2007-05-21 15:35:14+00:00,False,beryl-project,beryl-project,* master,True,compiz_compiz-plugins-main.git,compiz/compiz-plugins-main.git,https://gitlab.com/compiz/compiz-plugins-main.git +9ca134e3c35171b29ffd913847b3d9fd6f1e28fe,Alex Burger,alex_b@users.sourceforge.net,2000-11-05 20:40:48+00:00,alex_b,alex_b@d2ac09be-c843-0410-8b1f-f8a84130e0ec,2000-11-05 20:40:48+00:00,False,users,d2ac09be-c843-0410-8b1f-f8a84130e0ec,* master,True,XQF_xqf,XQF/xqf,https://github.com/XQF/xqf +167210cfaa79f98d2faad4235134f2510c181b86,Steve Markgraf,steve@steve-m.de,2012-03-18 20:53:37+01:00,Steve Markgraf,steve@steve-m.de,2012-03-18 19:53:37+00:00,False,steve-m,steve-m,* master,True,sdr_rtl-sdr.git,sdr/rtl-sdr.git,https://gitea.osmocom.org/sdr/rtl-sdr.git +bdc0ae0a5fbde554722af277ca80abda6122292b,Dolores Portalatin,meskarune@gmail.com,2014-11-08 16:13:42-05:00,Dolores Portalatin,meskarune@gmail.com,2014-11-08 21:13:42+00:00,False,gmail,gmail,* master,True,meskarune_i3lock-fancy,meskarune/i3lock-fancy,https://github.com/meskarune/i3lock-fancy +dc2f910b629506c65f8470b570cd4a1462faffca,kylin-ccn,59918164+kylin-ccn@users.noreply.github.com,2020-01-15 19:40:01+08:00,GitHub,noreply@github.com,2020-01-15 11:40:01+00:00,False,users,github,* Debian,True,ukui_ukui-sidebar,ukui/ukui-sidebar,https://github.com/ukui/ukui-sidebar +9255fdd866997f1d73d5957e1fe27596c96014ec,ronag,ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,2011-04-28 09:29:02+00:00,ronag,ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,2011-04-28 09:29:02+00:00,False,362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,* master,True,CasparCG_server,CasparCG/server,https://github.com/CasparCG/server +8cabea28d321b88ff59569945eb1b89105a86f33,Kevin Funk,kevin@kfunk.org,2012-11-09 22:33:01+01:00,Kevin Funk,kevin@kfunk.org,2012-11-09 21:33:19+00:00,False,kfunk,kfunk,* master,True,icecc_icemon.git,icecc/icemon.git,https://github.com/icecc/icemon.git +9f6fcb11ebe2948167e982aa9ca9713b54a0e47d,Blake Eggleston,bdeggleston@gmail.com,2012-11-08 21:28:44-08:00,Blake Eggleston,bdeggleston@gmail.com,2012-11-09 05:28:44+00:00,False,gmail,gmail,* master,True,datastax_python-driver.git,datastax/python-driver.git,https://github.com/datastax/python-driver.git +3de99ca0a4bbda43681e8c6a54d56e31ad5011d6,Matías Aguirre,matiasaguirre@gmail.com,2012-12-12 08:08:43-08:00,Matías Aguirre,matiasaguirre@gmail.com,2012-12-12 16:08:43+00:00,False,gmail,gmail,* master,True,python-social-auth_social-app-django.git,python-social-auth/social-app-django.git,https://github.com/python-social-auth/social-app-django.git +d094140d772fd607efd21886d05178055a551686,Antonin Kral,a.kral@bobek.cz,2012-02-16 08:29:07+01:00,Antonin Kral,a.kral@bobek.cz,2012-02-16 07:29:07+00:00,False,bobek,bobek,* master,True,bobek_sqlgrey-debian,bobek/sqlgrey-debian,https://github.com/bobek/sqlgrey-debian +bcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b,Jan Kneschke,jan@kneschke.de,2005-02-20 14:27:00+00:00,Jan Kneschke,jan@kneschke.de,2005-02-20 14:27:00+00:00,False,kneschke,kneschke,* master,True,lighttpd_lighttpd1.4.git,lighttpd/lighttpd1.4.git,https://git.lighttpd.net/lighttpd/lighttpd1.4.git +5e998c26ee6fee94971b01e5d68176c6bdaf6943,Jaime Peñalba,nighterman@member.fsf.org,2005-08-09 01:43:14+00:00,Jaime Peñalba,nighterman@member.fsf.org,2005-08-09 01:43:14+00:00,False,member,member,* master,True,netdiscover-scanner_netdiscover,netdiscover-scanner/netdiscover,https://github.com/netdiscover-scanner/netdiscover +9f4cbe19ee8be03f65cb59911897d697975286a0,Rich Randall,rrandall@microsoft.com,2015-05-05 09:43:25-07:00,Rich Randall,rrandall@microsoft.com,2015-05-05 16:43:25+00:00,False,microsoft,microsoft,* dev,True,AzureAD_azure-activedirectory-library-for-python.git,AzureAD/azure-activedirectory-library-for-python.git,https://github.com/AzureAD/azure-activedirectory-library-for-python.git +2a522c395712069e8449fd8b8b7591f7c293182f,Dan Williams,dcbw@redhat.com,2008-12-11 19:45:12+00:00,Dan Williams,dcbw@src.gnome.org,2008-12-11 19:45:12+00:00,False,redhat,src,* main,True,GNOME_NetworkManager-vpnc,GNOME/NetworkManager-vpnc,https://gitlab.gnome.org/GNOME/NetworkManager-vpnc +9105389549d31333f4ba34050cf12e23fcbcd3bf,Petka Antonov,petka_antonov@hotmail.com,2013-09-02 16:31:08+03:00,Petka Antonov,petka_antonov@hotmail.com,2013-09-02 13:31:08+00:00,False,hotmail,hotmail,* master,True,petkaantonov_bluebird.git,petkaantonov/bluebird.git,https://github.com/petkaantonov/bluebird.git +fafacbff1595d5e94c7afb633ec84ff1e7229ebb,Hunter Senft-Grupp,huntcsg@gmail.com,2016-06-04 16:11:20-07:00,Hunter Senft-Grupp,huntcsg@gmail.com,2016-06-04 23:11:20+00:00,False,gmail,gmail,* main,True,Pylons_plaster_pastedeploy.git,Pylons/plaster/pastedeploy.git,https://github.com/Pylons/plaster_pastedeploy.git +a7c1b89d44cde99b366ea48d92166e4ab617276a,Jussi Lind,jussi.lind@iki.fi,2010-12-14 02:46:35+02:00,Jussi Lind,jussi.lind@iki.fi,2010-12-14 00:46:35+00:00,False,iki,iki,* master,True,juzzlin_DustRacing2D.git,juzzlin/DustRacing2D.git,https://github.com/juzzlin/DustRacing2D.git +e138393ae3d0243a967bdc0be2cb4d55e4050d06,zccrs,ccrr1314@live.com,2016-11-18 14:38:29+08:00,zccrs,ccrr1314@live.com,2016-11-18 06:50:52+00:00,False,live,live,* master,True,linuxdeepin_qt5integration.git,linuxdeepin/qt5integration.git,https://github.com/linuxdeepin/qt5integration.git +ad2c4ab44143c3628a827d767ff1961780c25ad9,"su-hyun,Yang",daehyun.yang@gmail.com,2014-05-13 23:50:52+09:00,"su-hyun,Yang",daehyun.yang@gmail.com,2014-05-13 14:50:52+00:00,False,gmail,gmail,* master,True,lxqt_qps.git,lxqt/qps.git,https://github.com/lxqt/qps.git +d96fd3c7a9db3b1557f3db2e0adf1662ee315eba,Lukasz Balcerzak,lukasz.balcerzak@python-center.pl,2010-06-05 01:20:07+02:00,Lukasz Balcerzak,lukasz.balcerzak@python-center.pl,2010-06-04 23:20:07+00:00,False,python-center,python-center,* devel,True,lukaszb_django-guardian,lukaszb/django-guardian,https://github.com/lukaszb/django-guardian +853c33b2d31c2702ee14544e6c615b3d3042d588,Andreas Schwarz,a.schwarz_dev@dntw.de,2014-10-12 22:02:08+02:00,Andreas Schwarz,a.schwarz_dev@dntw.de,2014-10-12 20:02:08+00:00,False,dntw,dntw,* master,True,Llandon_lsmount,Llandon/lsmount,https://github.com/Llandon/lsmount +c614af3cf3674c9668b1299d0bfcc3480fb58489,Sam Hocevar,sam@hocevar.net,2002-12-18 18:11:54+00:00,sam,sam@92316355-f0b4-4df1-b90c-862c8a59935f,2002-12-18 18:11:54+00:00,False,hocevar,92316355-f0b4-4df1-b90c-862c8a59935f,* main,True,cacalabs_libcaca.git,cacalabs/libcaca.git,https://github.com/cacalabs/libcaca.git +cdae777f69398b3610ad62d9de3c2eabb5861fd6,mattchurchill,mattchurchill@users.noreply.github.com,2014-11-18 16:40:34-06:00,Joachim Metz,joachim.metz@gmail.com,2017-05-13 18:10:10+00:00,False,users,gmail,* main,True,ForensicArtifacts_artifacts.git,ForensicArtifacts/artifacts.git,https://github.com/ForensicArtifacts/artifacts.git +ff7a980d9de76329cd2c38fadeac9b7565de0b0f,Michael[tm] Smith,mike@w3.org,2011-11-17 11:58:38+09:00,Michael[tm] Smith,mike@w3.org,2011-11-17 02:58:38+00:00,False,w3,w3,* next,True,htacg_tidy-html5,htacg/tidy-html5,https://github.com/htacg/tidy-html5 +a52c672a65f0c881c8b832613bd5abfe8ef249d0,Klas Lindfors,klas@yubico.com,2012-06-04 13:00:37+02:00,Klas Lindfors,klas@yubico.com,2012-06-04 11:00:37+00:00,False,yubico,yubico,* master,True,Yubico_yubikey-personalization-gui-dpkg,Yubico/yubikey-personalization-gui-dpkg,https://github.com/Yubico/yubikey-personalization-gui-dpkg +7055748541b8259047e05b3dff7d6d7aa8e7d1e4,Álvaro Justen (@turicas),alvarojusten@gmail.com,2014-05-07 02:42:14-03:00,Álvaro Justen (@turicas),alvarojusten@gmail.com,2014-05-07 05:42:14+00:00,False,gmail,gmail,* develop,True,turicas_rows,turicas/rows,https://github.com/turicas/rows +db2c1edae81fa0e436f51eb3e050546310d75858,Jos Boumans,kane@cpan.org,2006-08-17 20:50:59+00:00,Jos Boumans,kane@cpan.org,2006-08-17 20:50:59+00:00,False,cpan,cpan,* master,True,jib_log-message-simple.git,jib/log-message-simple.git,https://github.com/jib/log-message-simple.git +019a921613f6cac9526678db6f1daa504698130e,Fredrik Johansson,fredrik.johansson@gmail.com,2012-04-05 15:57:19+02:00,Fredrik Johansson,fredrik.johansson@gmail.com,2012-04-05 13:57:19+00:00,False,gmail,gmail,* master,True,fredrik-johansson_arb,fredrik-johansson/arb,https://github.com/fredrik-johansson/arb +f63ee8bded61903e98991ba3af3635bc09aeaf9b,Steven Yi,stevenyi@gmail.com,2014-03-24 09:41:40-04:00,Steven Yi,stevenyi@gmail.com,2014-03-24 13:41:40+00:00,False,gmail,gmail,* develop,True,csound_manual.git,csound/manual.git,https://github.com/csound/manual.git +4fd56bd35c27861337861233a7f362474157af57,Charles Leifer,coleifer@gmail.com,2010-10-11 15:13:38-05:00,Charles Leifer,coleifer@gmail.com,2010-10-11 20:16:11+00:00,False,gmail,gmail,* master,True,coleifer_peewee,coleifer/peewee,https://github.com/coleifer/peewee +21fe5e6128ed8d94086a99cc3adc79d3d439e2ac,Scott Chamberlain,myrmecocystus@gmail.com,2011-11-01 23:53:20-05:00,Scott Chamberlain,myrmecocystus@gmail.com,2011-11-02 04:53:20+00:00,False,gmail,gmail,* master,True,ropensci_ritis.git,ropensci/ritis.git,https://github.com/ropensci/ritis.git +74ccd3fde19bd2a92f1f8aa65a23bc2baa325766,Eugene Kalinin,e.v.kalinin@gmail.com,2011-03-27 00:31:57+03:00,Eugene Kalinin,e.v.kalinin@gmail.com,2011-03-26 21:31:57+00:00,False,gmail,gmail,* debian,True,chriskuehl_nodeenv,chriskuehl/nodeenv,https://github.com/chriskuehl/nodeenv +e8c05b4145e776ef7ee580069843c7794d8eb5c0,Paul J. Davis,paul.joseph.davis@gmail.com,2011-04-03 19:27:49-04:00,Paul J. Davis,paul.joseph.davis@gmail.com,2011-04-03 23:27:49+00:00,False,gmail,gmail,* master,True,davisp_jiffy.git,davisp/jiffy.git,https://github.com/davisp/jiffy.git +6f6a12d82ed2e609d9883126c22b1764a97ed407,Kat Marchán,kzm@sykosomatic.org,2017-03-22 21:55:28-07:00,Kat Marchán,kzm@sykosomatic.org,2017-03-23 04:55:28+00:00,False,sykosomatic,sykosomatic,* latest,True,zkat_ssri.git,zkat/ssri.git,https://github.com/zkat/ssri.git +f5a9170599da0f2894d883675ee6574d0823ccc3,Stephen Stafford,clothcat@gmail.com,2003-08-01 09:07:52+00:00,Stephen Stafford,clothcat@gmail.com,2003-08-01 09:07:52+00:00,False,gmail,gmail,* master,True,surfraw_Surfraw.git,surfraw/Surfraw.git,https://gitlab.com/surfraw/Surfraw.git +c36b63ef166f72a100da157680ba22b6c6d9323f,Lennart Poettering,lennart@poettering.net,2009-06-16 22:15:14+02:00,Lennart Poettering,lennart@poettering.net,2009-06-16 20:15:14+00:00,False,poettering,poettering,* master,True,heftig_rtkit,heftig/rtkit,https://github.com/heftig/rtkit +89e642155a2d70125f05c3cb5749fbf225ee1267,Asif Tamuri,tamuri@gmail.com,2015-05-14 15:02:07+01:00,Asif Tamuri,tamuri@gmail.com,2015-05-14 14:02:07+00:00,False,gmail,gmail,* master,True,tamuri_pal,tamuri/pal,https://github.com/tamuri/pal +7522adcf07a42d08faae61bc86b44bef2b00b177,Marius Gedminas,marius@gedmin.as,2015-04-21 08:58:49+03:00,Marius Gedminas,marius@gedmin.as,2015-04-21 05:58:49+00:00,False,gedmin,gedmin,* master,True,svn-all-fast-export_svn2git.git,svn-all-fast-export/svn2git.git,https://github.com/svn-all-fast-export/svn2git.git +eeaed1e60c0290724b761fbbf923fafc829f93f7,Laci Ladanyi,ladanyi@us.ibm.com,2004-10-29 00:34:29+00:00,Laci Ladanyi,ladanyi@us.ibm.com,2004-10-29 00:34:29+00:00,False,us,us,* master,True,coin-or_cbc,coin-or/cbc,https://github.com/coin-or/cbc +c52d7dcb72c7045fd44752b87ffd786e40c6ed61,Nicolas Bourdaud,nicolas.bourdaud@epfl.ch,2010-04-22 17:33:38+02:00,Nicolas Bourdaud,nicolas.bourdaud@epfl.ch,2010-04-22 15:33:38+00:00,False,epfl,epfl,* master,True,mmlabs-mindmaze_xdffileio.git,mmlabs-mindmaze/xdffileio.git,https://github.com/mmlabs-mindmaze/xdffileio.git +02e4fd3a6b15e52e5bd7983c6844f587e2a35876,James Tauber,jtauber@jtauber.com,2012-06-21 09:34:36-04:00,James Tauber,jtauber@jtauber.com,2012-06-21 13:34:36+00:00,False,jtauber,jtauber,* master,True,jtauber_pyuca,jtauber/pyuca,https://github.com/jtauber/pyuca +2a775ab17e357e22e2c39694567e47d62d9e301e,tswd,toshi.swd@gmail.com,2012-10-20 11:31:46+09:00,tswd,toshi.swd@gmail.com,2012-10-20 02:31:46+00:00,False,gmail,gmail,* master,True,CafeOBJ_cafeobj,CafeOBJ/cafeobj,https://github.com/CafeOBJ/cafeobj +7a1fa3df4d01c8de78cc605a20ca2d0242380b44,Dave Hershberger,hersh@willowgarage.com,2012-03-01 19:30:55+00:00,Dave Hershberger,hersh@willowgarage.com,2012-03-01 19:30:55+00:00,False,willowgarage,willowgarage,* noetic-devel,True,ros-visualization_rviz,ros-visualization/rviz,https://github.com/ros-visualization/rviz +fa01cd0a81a8c8bd7717c0de37c20b9401348b89,Peter Eisentraut,peter_e@gmx.net,2005-05-25 19:13:38+00:00,Peter Eisentraut,peter_e@gmx.net,2005-05-25 19:13:38+00:00,False,gmx,gmx,* master,True,petere_plsh.git,petere/plsh.git,https://github.com/petere/plsh.git +f01a825f0c0098d2472f81e875a8dabb569c6237,Michael Orlitzky,michael@orlitzky.com,2020-01-07 10:41:13-05:00,Michael Orlitzky,michael@orlitzky.com,2020-01-07 15:41:13+00:00,False,orlitzky,orlitzky,* master,True,sagemath_symmetrica,sagemath/symmetrica,https://gitlab.com/sagemath/symmetrica +d6f76c8804f2e053e0e1070e8e5865c7545ee126,WoLpH,Rick@Fawo.nl,2011-02-23 16:12:46+01:00,WoLpH,Rick@Fawo.nl,2011-02-23 15:12:46+00:00,False,Fawo,Fawo,* develop,True,WoLpH_portalocker,WoLpH/portalocker,https://github.com/WoLpH/portalocker +4b45d54ca61be4c3428a273ba011675cade639c4,Ville Lautanala,lautis@gmail.com,2015-02-14 15:32:24+02:00,Ville Lautanala,lautis@gmail.com,2015-02-14 14:04:42+00:00,False,gmail,gmail,* master,True,fog_fog-local,fog/fog-local,https://github.com/fog/fog-local +32abf91472f7cf2c846da31e98853e9c8b884bf7,Lucas Almeida Rocha,lucasr@src.gnome.org,2007-08-06 19:49:09+00:00,Lucas Almeida Rocha,lucasr@src.gnome.org,2007-08-06 19:49:09+00:00,False,src,src,* master,True,GNOME_eog-plugins.git,GNOME/eog-plugins.git,https://gitlab.gnome.org/GNOME/eog-plugins.git +69efa6b336d743533e591999162db77a4c412122,Tobias Winchen,winchen@physik.rwth-aachen.de,2012-01-02 20:04:57+01:00,Tobias Winchen,winchen@physik.rwth-aachen.de,2012-01-02 19:04:57+00:00,False,physik,physik,* master,True,TobiasWinchen_klatexformula_debian,TobiasWinchen/klatexformula/debian,https://github.com/TobiasWinchen/klatexformula_debian +b7d44a4b1b70e6b8f9468d947cfba805fa157ee9,workhorsy,mattjones@workhorsy.org,2013-11-05 23:12:11-08:00,workhorsy,mattjones@workhorsy.org,2013-11-06 07:12:11+00:00,False,workhorsy,workhorsy,* master,True,workhorsy_py-cpuinfo,workhorsy/py-cpuinfo,https://github.com/workhorsy/py-cpuinfo +45f9406c6b66b5f89cf2fb28b8c9badc59e9563b,Cal,cal@graggrag.com,2010-10-17 01:04:39+11:00,Cal,cal@graggrag.com,2010-10-16 14:04:39+00:00,False,graggrag,graggrag,* master,True,Yoshimi_yoshimi.git,Yoshimi/yoshimi.git,https://github.com/Yoshimi/yoshimi.git +d8c99cc29f2ec0d496844d6d7dd7bf48d32ed337,Boris Pek,tehnick-8@yandex.ru,2012-03-24 13:31:54+02:00,Boris Pek,tehnick-8@yandex.ru,2012-03-24 11:43:31+00:00,False,yandex,yandex,* master,True,psi-plus_psi-plus-l10n.git,psi-plus/psi-plus-l10n.git,https://github.com/psi-plus/psi-plus-l10n.git +d2dffa6268bc432cb36dd5a039bca6b60efbc059,titi,titi@pince.(none),2011-02-08 10:47:52+01:00,titi,titi@pince.(none),2011-02-08 09:47:52+00:00,False,pince,pince,* master,True,ponty_easyprocess.git,ponty/easyprocess.git,https://github.com/ponty/easyprocess.git +06cf153abf46812d2575fed4ed3270a125797e15,Andi Kleen,ak@linux.intel.com,2014-12-27 18:14:17-08:00,Andi Kleen,ak@linux.intel.com,2014-12-28 02:14:17+00:00,False,linux,linux,* master,True,kilobyte_lz4json,kilobyte/lz4json,https://github.com/kilobyte/lz4json +f0e3992d4de003f6c8b8ffcdfc615abb52bcef16,Sebastian Pipping,sebastian@pipping.org,2018-01-07 04:02:23+01:00,Sebastian Pipping,sebastian@pipping.org,2018-01-07 03:02:23+00:00,False,pipping,pipping,* master,True,uriparser_uriparser.git,uriparser/uriparser.git,https://github.com/uriparser/uriparser.git +470a2593775a13e41bc8ce06a510637ba4853d60,Alexandre Detiste,alexandre.detiste@gmail.com,2014-10-15 09:29:56+02:00,Alexandre Detiste,alexandre.detiste@gmail.com,2014-10-15 07:41:16+00:00,False,gmail,gmail,* master,True,a-detiste_cruft-ng,a-detiste/cruft-ng,https://github.com/a-detiste/cruft-ng +5417f314a36dfee79b133defe48547edd2e203e7,Dominique Makowski,dom.mak19@gmail.com,2019-02-09 12:17:43+08:00,Dominique Makowski,dom.mak19@gmail.com,2019-02-09 04:17:43+00:00,False,gmail,gmail,* main,True,easystats_parameters.git,easystats/parameters.git,https://github.com/easystats/parameters.git +78a3ebaf8da61d1c0175e45a698dfa6f5c45282f,hadley,h.wickham@gmail.com,2010-05-02 23:16:14-05:00,hadley,h.wickham@gmail.com,2010-05-03 04:16:14+00:00,False,gmail,gmail,* main,True,r-lib_devtools.git,r-lib/devtools.git,https://github.com/r-lib/devtools.git +0d60db681907879a0da178ff3c6aa373f1fca1de,Nicolas Hadacek,hadacek@kde.org,2002-05-27 18:22:51+00:00,Nicolas Hadacek,hadacek@kde.org,2002-05-27 18:22:51+00:00,False,kde,kde,* master,True,klickety.git,klickety.git,https://anongit.kde.org/klickety.git +b72aa74a514f71fcfe400c0bdb746fa00575174c,Peter Parente,parente@src.gnome.org,2007-03-12 20:41:02+00:00,Peter Parente,parente@src.gnome.org,2007-03-12 20:41:02+00:00,False,src,src,* master,True,GNOME_accerciser,GNOME/accerciser,https://gitlab.gnome.org/GNOME/accerciser +616d0680d17d7976913aa5ac6687e74908bc8bea,Avery Pennarun,apenwarr@gmail.com,2010-05-02 03:42:59-04:00,Avery Pennarun,apenwarr@gmail.com,2010-05-02 07:42:59+00:00,False,gmail,gmail,* master,True,sshuttle_sshuttle.git,sshuttle/sshuttle.git,https://github.com/sshuttle/sshuttle.git +6878fad523df2cd8bf3f2b6aa864c68ff3b727d5,Joachim Metz,joachim.metz@gmail.com,2014-09-29 20:19:42+02:00,Joachim Metz,joachim.metz@gmail.com,2014-09-29 18:19:42+00:00,False,gmail,gmail,* main,True,libyal_libregf,libyal/libregf,https://github.com/libyal/libregf +34a616cd95cdfc48dfbec2d23025bcf2e271a75a,Daniele Alessandri,suppakilla@gmail.com,2009-11-07 13:10:51+01:00,Daniele Alessandri,suppakilla@gmail.com,2009-11-07 12:20:11+00:00,False,gmail,gmail,* v2.x,True,predis_predis.git,predis/predis.git,https://github.com/predis/predis.git +6f120693f341a67b45023ddae04dc73c5e8eeca5,Warren Dukes,warren.dukes@gmail.com,2004-02-24 00:51:43+00:00,Warren Dukes,warren.dukes@gmail.com,2004-02-24 00:51:43+00:00,False,gmail,gmail,* master,True,MusicPlayerDaemon_libmpdclient,MusicPlayerDaemon/libmpdclient,https://github.com/MusicPlayerDaemon/libmpdclient +cc627dc30ab0457bec176921a90e43abd2068a76,Eric Reynolds,eric.remo.reynolds@gmail.com,2015-10-19 11:19:01+02:00,Eric Reynolds,eric.remo.reynolds@gmail.com,2015-10-19 09:19:01+00:00,False,gmail,gmail,* master,True,xlwings_jsondiff,xlwings/jsondiff,https://github.com/xlwings/jsondiff +1938b0a62319aa24ed6297c1cac4b69b70e073ed,whitaker.jeffrey,whitaker.jeffrey@ac951b51-2923-0410-bde8-533199751630,2006-11-26 17:01:09+00:00,whitaker.jeffrey,whitaker.jeffrey@ac951b51-2923-0410-bde8-533199751630,2006-11-26 17:01:09+00:00,False,ac951b51-2923-0410-bde8-533199751630,ac951b51-2923-0410-bde8-533199751630,* main,True,pyproj4_pyproj.git,pyproj4/pyproj.git,https://github.com/pyproj4/pyproj.git +046a0de6f30c1a5c133775e05d4945364babc153,pancake,pancake@nopcode.org,2009-12-26 12:02:43+01:00,pancake,pancake@nopcode.org,2009-12-26 11:02:43+00:00,False,nopcode,nopcode,* master,True,radare_valabind,radare/valabind,https://github.com/radare/valabind +fd227046740f85cfdc9a332fb96ffc23f0108faa,Jeremy Dunck,jdunck@gmail.com,2010-11-11 15:45:50-06:00,Jeremy Dunck,jdunck@gmail.com,2010-11-11 21:45:50+00:00,False,gmail,gmail,* master,True,jdunck_python-unicodecsv,jdunck/python-unicodecsv,https://github.com/jdunck/python-unicodecsv +de4182841733f4e848e6fadddc6f447f5057db8e,csilvers,csilvers@cb39b542-eb2e-2a05-867b-f1791dd5f601,2007-03-21 23:06:14+00:00,csilvers,csilvers@cb39b542-eb2e-2a05-867b-f1791dd5f601,2007-03-21 23:06:14+00:00,False,cb39b542-eb2e-2a05-867b-f1791dd5f601,cb39b542-eb2e-2a05-867b-f1791dd5f601,* master,True,OlafvdSpek_ctemplate.git,OlafvdSpek/ctemplate.git,https://github.com/OlafvdSpek/ctemplate.git +34ad0bf9189d2bce0136e6c51ae4cc04238eb722,Dain Nilsson,dain@yubico.com,2013-01-24 15:07:27+01:00,Dain Nilsson,dain@yubico.com,2013-01-24 14:31:46+00:00,False,yubico,yubico,* master,True,Yubico_yubikey-val-dpkg,Yubico/yubikey-val-dpkg,https://github.com/Yubico/yubikey-val-dpkg +3b26fe05b980903959289bf3e09870dfa4a9ae41,Robin Gareus,robin@gareus.org,2012-08-13 05:04:23+02:00,Robin Gareus,robin@gareus.org,2012-08-13 03:32:44+00:00,False,gareus,gareus,* master,True,x42_libltc,x42/libltc,https://github.com/x42/libltc +33cdc01c1db3a1cafaeb63e50247072b82ef49ea,Martin Baulig,martin@src.gnome.org,1998-05-19 18:19:50+00:00,Martin Baulig,martin@src.gnome.org,1998-05-19 18:19:50+00:00,False,src,src,* master,True,GNOME_libgtop.git,GNOME/libgtop.git,https://gitlab.gnome.org/GNOME/libgtop.git +2358018e31adb576b9f4eec686d30d38df8ca6d3,Dan Sully,daniel-github@electricrain.com,2010-07-20 14:00:26-07:00,Dan Sully,daniel-github@electricrain.com,2010-07-20 21:00:26+00:00,False,electricrain,electricrain,* master,True,dsully_perl-crypt-cracklib.git,dsully/perl-crypt-cracklib.git,https://github.com/dsully/perl-crypt-cracklib.git +7b7814b468f02249dce1c5c06902bbcd996c66ce,Daniel Neighman,has.sox@gmail.com,2009-04-07 01:09:39+10:00,Daniel Neighman,has.sox@gmail.com,2009-04-06 15:09:39+00:00,False,gmail,gmail,* master,True,hassox_warden,hassox/warden,https://github.com/hassox/warden +cb8c23b232220e94d67bfa3aa2717a9c9efdc729,lostclus,lostclus@187cd8ac-69df-42c5-93f5-9e0905c93663,2010-12-11 11:58:13+00:00,lostclus,lostclus@187cd8ac-69df-42c5-93f5-9e0905c93663,2010-12-11 11:58:13+00:00,False,187cd8ac-69df-42c5-93f5-9e0905c93663,187cd8ac-69df-42c5-93f5-9e0905c93663,* master,True,henrythasler_simple-image-reducer,henrythasler/simple-image-reducer,https://github.com/henrythasler/simple-image-reducer +3601b1b9893cb8afade9ef4d3f60255d0ab1150e,Toshio Kuratomi,toshio@tiki-lounge.com,2007-01-18 15:49:07-08:00,Toshio Kuratomi,toshio@tiki-lounge.com,2007-01-18 23:49:07+00:00,False,tiki-lounge,tiki-lounge,* develop,True,fedora-infra_python-fedora,fedora-infra/python-fedora,https://github.com/fedora-infra/python-fedora +175c8d15c6c60359052ca182bfb0b9f459cf5d0e,Steffen Winterfeldt,wfeldt@opensuse.org,2008-12-12 13:34:09+00:00,Steffen Winterfeldt,wfeldt@opensuse.org,2008-12-12 13:34:09+00:00,False,opensuse,opensuse,* master,True,wfeldt_libx86emu,wfeldt/libx86emu,https://github.com/wfeldt/libx86emu +7401a6c5a00165a56d5f2b56fada618360d56346,Phansys,phansys@gmail.com,2013-07-29 22:36:20-03:00,Phansys,phansys@gmail.com,2013-07-30 01:36:20+00:00,False,gmail,gmail,* master,True,JamesHeinrich_getID3,JamesHeinrich/getID3,https://github.com/JamesHeinrich/getID3 +916e2eafe251b44f9d0339282f5d00723899caec,Perberos,perberos@gmail.com,2011-12-01 20:53:10-03:00,Perberos,perberos@gmail.com,2011-12-01 23:53:10+00:00,False,gmail,gmail,* master,True,mate-desktop_libmatekbd.git,mate-desktop/libmatekbd.git,https://github.com/mate-desktop/libmatekbd.git +6f5967b16b63439e3ebb4a36e2ddcc9cec9ea52e,Caleb Spare,cespare@gmail.com,2013-05-20 19:09:33-07:00,Caleb Spare,cespare@gmail.com,2013-05-21 02:09:33+00:00,False,gmail,gmail,* main,True,cespare_reflex.git,cespare/reflex.git,https://github.com/cespare/reflex.git +958c6691e3cd88a3ca101aa8892b77c74d135bd3,JT Zemp,jtzemp@gmail.com,2008-10-04 15:54:23-06:00,JT Zemp,jtzemp@gmail.com,2008-10-04 21:54:23+00:00,False,gmail,gmail,* master,True,jtzemp_base62.git,jtzemp/base62.git,https://github.com/jtzemp/base62.git +d1fb57cce445ce30eeeb3d7d2136c8f6f95d4837,Alexey Varfolomeev,varlesh@gmail.com,2017-09-13 11:13:56+04:00,Alexey Varfolomeev,varlesh@gmail.com,2017-09-13 07:13:56+00:00,False,gmail,gmail,* master,True,PapirusDevelopmentTeam_adapta-kde.git,PapirusDevelopmentTeam/adapta-kde.git,https://github.com/PapirusDevelopmentTeam/adapta-kde.git +ce8670b5cde3bc6dbaae27fcf102ead968639302,iwd,iwd@048b549b-a3d7-0310-93d3-e3c4d06e1c1f,2004-04-09 16:08:11+00:00,iwd,iwd@048b549b-a3d7-0310-93d3-e3c4d06e1c1f,2004-04-09 16:08:11+00:00,False,048b549b-a3d7-0310-93d3-e3c4d06e1c1f,048b549b-a3d7-0310-93d3-e3c4d06e1c1f,* master,True,rlabduke_javadev.git,rlabduke/javadev.git,https://github.com/rlabduke/javadev.git +0b44a0315b47dd8eced9f3b7f31580cf14bbfc01,Rich Felker,dalias@aerifal.cx,2011-02-12 00:22:29-05:00,Rich Felker,dalias@aerifal.cx,2011-02-12 05:22:29+00:00,False,aerifal,aerifal,* master,True,musl,musl,git://git.musl-libc.org/musl +43d374cd79e9f58f8f040a2e1d7e37691d6c95e3,Filippo Scognamiglio,flscogna@gmail.com,2013-11-22 11:01:59+01:00,Filippo Scognamiglio,flscogna@gmail.com,2013-11-22 10:01:59+00:00,False,gmail,gmail,* master,True,Swordfish90_cool-retro-term,Swordfish90/cool-retro-term,https://github.com/Swordfish90/cool-retro-term +294ee7c5a2881d2944dbf55ebf9a4c03b653c029,Dharkael,izhe@hotmail.es,2017-05-10 22:02:21+02:00,GitHub,noreply@github.com,2017-05-10 20:02:21+00:00,False,hotmail,github,* master,True,flameshot-org_flameshot.git,flameshot-org/flameshot.git,https://github.com/flameshot-org/flameshot.git +47695e73dfe638461f2e4b9a57ecac080f92e08a,Punit Agrawal,punitagrawal@gmail.com,2014-04-05 18:34:54+01:00,Punit Agrawal,punitagrawal@gmail.com,2014-04-05 17:34:54+00:00,False,gmail,gmail,* upstream,True,direnv_direnv-deb,direnv/direnv-deb,https://github.com/direnv/direnv-deb +2d78e915699bbe4208af869b82f3eafc352438cf,Grzegorz Rożniecki,xaerxess@gmail.com,2014-03-13 18:53:43+01:00,Grzegorz Rożniecki,xaerxess@gmail.com,2014-03-13 17:53:43+00:00,False,gmail,gmail,* master,True,Xaerxess_YAML-AppConfig,Xaerxess/YAML-AppConfig,https://github.com/Xaerxess/YAML-AppConfig +c06042b345dce605aa4b2a08c1743cbd7bbc22a7,holger krekel,holger@merlinux.eu,2009-09-30 21:01:57+02:00,holger krekel,holger@merlinux.eu,2009-09-30 19:01:57+00:00,False,merlinux,merlinux,* master,True,pytest-dev_execnet,pytest-dev/execnet,https://github.com/pytest-dev/execnet +c5f59856cdc9410a5feb0605f0849b6a88c35202,Olli Jarva,olli@jarva.fi,2014-12-18 14:32:32+02:00,Olli Jarva,olli@jarva.fi,2014-12-18 12:32:32+00:00,False,jarva,jarva,* master,True,ojarva_python-sshpubkeys.git,ojarva/python-sshpubkeys.git,https://github.com/ojarva/python-sshpubkeys.git +d519a2abb5d069c503e14b4e9dfc1a5498d5b9f7,Hynek Hanke,hanke@brailcom.org,2004-01-22 21:30:03+00:00,Hynek Hanke,hanke@brailcom.org,2004-01-22 21:30:03+00:00,False,brailcom,brailcom,* master,True,williamh_speechd-up.git,williamh/speechd-up.git,https://github.com/williamh/speechd-up.git +cccba75eb4668a6a0ca177e731e26968e26c0c69,Berkus Decker,berkus@madfire.net,2014-10-07 01:41:26+03:00,Berkus Decker,berkus@madfire.net,2014-10-06 22:41:26+00:00,False,madfire,madfire,* master,True,dascandy_hippomocks,dascandy/hippomocks,https://github.com/dascandy/hippomocks +d7332072a067a7dc65cc7922a7073e7f8ddc0ca4,penghuan,penghuan@kylinos.cn,2017-01-20 14:25:15+08:00,penghuan,penghuan@kylinos.cn,2017-01-20 06:25:15+00:00,False,kylinos,kylinos,* Debian,True,ukui_ukui-menu,ukui/ukui-menu,https://github.com/ukui/ukui-menu +1b880c9f6af20694e3a2b9b5acf99b374310343f,Darold Gilles,gilles@darold.net,2012-04-12 18:05:23+02:00,Darold Gilles,gilles@darold.net,2012-04-12 16:05:23+00:00,False,darold,darold,* master,True,darold_pgbadger.git,darold/pgbadger.git,https://github.com/darold/pgbadger.git +4ccdbd7866bebd443c33051e2fdd81b5e4430f91,Andreas Huggel,ahuggel@gmx.net,2004-05-08 09:28:18+00:00,Andreas Huggel,ahuggel@gmx.net,2004-05-08 09:28:18+00:00,False,gmx,gmx,* main,True,Exiv2_exiv2.git,Exiv2/exiv2.git,https://github.com/Exiv2/exiv2.git +5f6eee550f75f4db3cf2b19662d8765d75ab1e65,Manu Cornet,manu.cornet@gmail.com,2011-04-20 14:18:40+02:00,Manu Cornet,manu.cornet@gmail.com,2011-04-20 12:18:40+00:00,False,gmail,gmail,* master,True,lmanul_gimp-texturize.git,lmanul/gimp-texturize.git,https://github.com/lmanul/gimp-texturize.git +6c3e78c01b7d4afcbb9bfdeece1ecb4aa35cbb4d,Janez Troha,janez.troha@gmail.com,2013-04-01 07:18:46-07:00,Janez Troha,janez.troha@gmail.com,2013-04-01 14:18:46+00:00,False,gmail,gmail,* main,True,mopidy_mopidy-soundcloud,mopidy/mopidy-soundcloud,https://github.com/mopidy/mopidy-soundcloud +40a7d3b6ac35d2ecb34e85fc3403d2e48e33874e,James Strachan,jstrachan@apache.org,2005-12-12 17:53:59+00:00,James Strachan,jstrachan@apache.org,2005-12-12 17:53:59+00:00,False,apache,apache,* main,True,apache_activemq,apache/activemq,https://github.com/apache/activemq +6cf2a8c0dd4f0f59d4027435740ce704bc9d08f1,Juan Jose Comellas,jcomellas@novamens.com,2009-10-13 17:42:55-03:00,Juan Jose Comellas,jcomellas@novamens.com,2009-10-13 20:42:55+00:00,False,novamens,novamens,* master,True,jcomellas_getopt,jcomellas/getopt,https://github.com/jcomellas/getopt +b7e67890f693378035a395378040b92013014bb7,Fritz Reichwald,mail@fritzreichwald.de,2017-10-15 01:50:38+02:00,Fritz Reichwald,mail@fritzreichwald.de,2017-10-14 23:50:38+00:00,False,fritzreichwald,fritzreichwald,* master,True,qutebrowser_qutebrowser-debian,qutebrowser/qutebrowser-debian,https://github.com/qutebrowser/qutebrowser-debian +faf77b9d31411e5732f390ec87c20a327ff10988,Tony Pitale,tpitale@gmail.com,2013-01-21 21:09:29-05:00,Tony Pitale,tpitale@gmail.com,2013-01-22 02:46:04+00:00,False,gmail,gmail,* master,True,gitlab-org_ruby_gems_gitlab-mail_room.git,gitlab-org/ruby/gems/gitlab-mail/room.git,https://gitlab.com/gitlab-org/ruby/gems/gitlab-mail_room.git +f6ec3e4903f7b12975fe6463606ed970dbbbb44f,Jan Schneider,jan.schneider@hdnet.de,2020-03-13 11:34:17+01:00,Jan Schneider,jan.schneider@hdnet.de,2020-03-13 10:34:17+00:00,False,hdnet,hdnet,* FRAMEWORK_6_0,True,horde_Data.git,horde/Data.git,https://github.com/horde/Data.git +1791536f0bb9ad23ff57ecc74df1fc019f7f69ab,jonathan,jonathan@d4a3e428-c23c-0410-a93a-b1ce904c0fb3,2004-03-02 20:28:11+00:00,jonathan,jonathan@d4a3e428-c23c-0410-a93a-b1ce904c0fb3,2004-03-02 20:28:11+00:00,False,d4a3e428-c23c-0410-a93a-b1ce904c0fb3,d4a3e428-c23c-0410-a93a-b1ce904c0fb3,* master,True,jonathanstowe_TermReadKey.git,jonathanstowe/TermReadKey.git,https://github.com/jonathanstowe/TermReadKey.git +5a65981f5daed5087fee0cc9a5d1832cc91a93e6,Nikita Prokopov,prokopov@gmail.com,2014-11-12 01:47:04+06:00,Nikita Prokopov,prokopov@gmail.com,2014-11-11 19:47:04+00:00,False,gmail,gmail,* master,True,tonsky_FiraCode.git,tonsky/FiraCode.git,https://github.com/tonsky/FiraCode.git +187f3e616e9f1010ee1d99fc2d84e29fcf0f3bbe,Kilian Valkhof,kilian@kilianvalkhof.com,2010-02-02 15:02:20+01:00,Kilian Valkhof,kilian@kilianvalkhof.com,2010-02-02 14:02:20+00:00,False,kilianvalkhof,kilianvalkhof,* master,True,Kilian_Trimage,Kilian/Trimage,https://github.com/Kilian/Trimage +b79ce94a43655f9a4015c6f546cf357f2c6d131d,Thomas Beierlein,tb@forth-ev.de,2009-11-06 12:27:33+00:00,Thomas Beierlein,tb@forth-ev.de,2009-11-06 12:27:33+00:00,False,forth-ev,forth-ev,* master,True,Tlf_tlf.git,Tlf/tlf.git,https://github.com/Tlf/tlf.git +32693921097092b5512f76ba6c2e142c55103c79,Gabor Csardi,csardi.gabor@gmail.com,2016-05-13 11:24:23+01:00,Gabor Csardi,csardi.gabor@gmail.com,2016-05-13 10:24:23+00:00,False,gmail,gmail,* main,True,r-lib_callr.git,r-lib/callr.git,https://github.com/r-lib/callr.git +13716d8b48c8380e3e0eb962a9ea2d452182db57,Jan Wassenberg,janwas@google.com,2016-03-01 15:44:10+01:00,Jan Wassenberg,janwas@google.com,2016-03-01 14:44:10+00:00,False,google,google,* master,True,google_highwayhash,google/highwayhash,https://github.com/google/highwayhash +461a88a6701486634d9715e5043cd172c2a9a291,Alex Rudakov,aleksandr@itpeople.ee,2013-09-03 22:48:46-07:00,Alex Rudakov,aleksandr@itpeople.ee,2013-09-04 05:48:46+00:00,False,itpeople,itpeople,* master,True,ribozz_sphinx-argparse,ribozz/sphinx-argparse,https://github.com/ribozz/sphinx-argparse +713a858a01dd17d23c5375fbe1e357430cc96842,Martin Uecker,uecker@eecs.berkeley.edu,2014-08-30 14:44:54-07:00,Martin Uecker,uecker@eecs.berkeley.edu,2014-08-30 21:44:54+00:00,False,eecs,eecs,* master,True,mrirecon_bart,mrirecon/bart,https://github.com/mrirecon/bart +353d8d3491851e9059119e71328574ba1aa43834,Mathias Bynens,mathias@qiwi.be,2016-05-29 13:49:57+02:00,Mathias Bynens,mathias@qiwi.be,2016-05-29 11:55:46+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_regenerate-unicode-properties,mathiasbynens/regenerate-unicode-properties,https://github.com/mathiasbynens/regenerate-unicode-properties +3eec05af0c6d2adc05ed2d2f3f0c6df38779b3db,Jordan Sissel,jls@semicomplete.com,2007-06-23 07:35:14+00:00,Jordan Sissel,jls@semicomplete.com,2007-06-23 07:35:14+00:00,False,semicomplete,semicomplete,* master,True,jordansissel_xdotool.git,jordansissel/xdotool.git,https://github.com/jordansissel/xdotool.git +410cff1dca4872556074ba2c7884781c707281fd,sletz,sletz@0c269be4-1314-0410-8aa9-9f06e86f4224,2008-09-11 14:10:55+00:00,sletz,sletz@0c269be4-1314-0410-8aa9-9f06e86f4224,2008-09-11 14:10:55+00:00,False,0c269be4-1314-0410-8aa9-9f06e86f4224,0c269be4-1314-0410-8aa9-9f06e86f4224,* develop,True,jackaudio_jack2.git,jackaudio/jack2.git,https://github.com/jackaudio/jack2.git +a9ea906035bcf5cbe95db64f51ed2ff7cec2b503,Daniel P. Berrange,berrange@redhat.com,2009-09-16 14:03:53+01:00,Daniel P. Berrange,berrange@redhat.com,2009-09-21 13:41:46+00:00,False,redhat,redhat,* master,True,libvirt_libvirt-python.git,libvirt/libvirt-python.git,https://gitlab.com/libvirt/libvirt-python.git +3874d07edbe0c77825605eb648044b07e40fb96c,Mark Heily,mark@heily.com,2014-02-23 12:43:26-08:00,Mark Heily,mark@heily.com,2014-02-23 20:43:26+00:00,False,heily,heily,* master,True,mheily_debian-packages,mheily/debian-packages,https://github.com/mheily/debian-packages +0329ca7682f735fab3fc17281a2d4c59876cabbb,calvin,calvin@e7d03fd6-7b0d-0410-9947-9c21f3af8025,2000-02-26 10:24:46+00:00,calvin,calvin@e7d03fd6-7b0d-0410-9947-9c21f3af8025,2000-02-26 10:24:46+00:00,False,e7d03fd6-7b0d-0410-9947-9c21f3af8025,e7d03fd6-7b0d-0410-9947-9c21f3af8025,* master,True,linkcheck_linkchecker.git,linkcheck/linkchecker.git,https://github.com/linkcheck/linkchecker.git +02201a5693430c8c1c1b8855633431eec9f54d31,Paul Moore,pmoore@redhat.com,2012-01-30 12:35:27-05:00,Paul Moore,pmoore@redhat.com,2012-01-30 17:35:27+00:00,False,redhat,redhat,* main,True,seccomp_libseccomp,seccomp/libseccomp,https://github.com/seccomp/libseccomp +814be4bb37bd4989d377342aabb45d45ad9a6ef4,Armin Ronacher,armin.ronacher@active-4.com,2010-07-22 12:22:18+01:00,Armin Ronacher,armin.ronacher@active-4.com,2010-07-22 11:22:18+00:00,False,active-4,active-4,* develop,True,getlogbook_logbook.git,getlogbook/logbook.git,https://github.com/getlogbook/logbook.git +5ad3cfbc293cc506a0de418d3b90eba58a05c75e,John Eikenberry,jae@zhar.net,2014-06-28 22:28:18-07:00,John Eikenberry,jae@zhar.net,2014-06-29 05:28:18+00:00,False,zhar,zhar,* master,True,eikenb_terminal-colors,eikenb/terminal-colors,https://github.com/eikenb/terminal-colors +bff039c0f4980f714964aa8efea07a720eec3fe0,Aaron Gallagher,habnabit@gmail.com,2013-07-06 18:51:26-07:00,Aaron Gallagher,habnabit@gmail.com,2013-07-07 01:51:26+00:00,False,gmail,gmail,* master,True,habnabit_vcversioner,habnabit/vcversioner,https://github.com/habnabit/vcversioner +1c62ec6cb8415dbc895e3ec6844682c8834b96ef,Norbert Preining,preining@debian.org,2009-10-26 09:58:02+09:00,Norbert Preining,preining@debian.org,2012-09-19 05:46:10+00:00,False,debian,debian,* master,True,norbusan_debian-gwaei,norbusan/debian-gwaei,https://github.com/norbusan/debian-gwaei +0340d291a7d09b9594aa04d380d3869319c89da6,Alex Fiestas,alex@eyeos.org,2011-01-20 16:57:21+01:00,Alex Fiestas,alex@eyeos.org,2011-01-20 15:57:21+00:00,False,eyeos,eyeos,* master,True,plasma_bluedevil.git,plasma/bluedevil.git,https://invent.kde.org/plasma/bluedevil.git +44e4c4173bd84ca1868fbd3f88e04508661e45dd,Michael Catanzariti,mcatan@apache.org,2003-06-09 09:02:28+00:00,Michael Catanzariti,mcatan@apache.org,2003-06-09 09:02:28+00:00,False,apache,apache,* master,True,apache_logging-log4cxx.git,apache/logging-log4cxx.git,https://github.com/apache/logging-log4cxx.git +e83dbc32b7f6f1d030e516697e1928e911a928de,Heather Turner,ht@heatherturner.net,2017-09-02 12:37:39+01:00,Heather Turner,ht@heatherturner.net,2017-09-02 11:37:39+00:00,False,heatherturner,heatherturner,* main,True,hturner_gnm.git,hturner/gnm.git,https://github.com/hturner/gnm.git +10f5140a96bb4e7f856477a4eb7119add97079ef,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2009-12-06 05:32:05+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2009-12-06 05:32:05+00:00,False,gmail,gmail,* master,True,lxde_lxde-icon-theme,lxde/lxde-icon-theme,https://github.com/lxde/lxde-icon-theme +fb7ca4cad1e714eeaffd505eedcb3df7656e1371,Thomas Habets,thomas@habets.pp.se,2000-05-19 16:19:14+00:00,Thomas Habets,thomas@habets.pp.se,2000-05-19 16:19:14+00:00,False,habets,habets,* arping-2.x,True,ThomasHabets_arping,ThomasHabets/arping,https://github.com/ThomasHabets/arping +881de9b394fd7f1c4737661d421de6d9d65eea8c,Sebastian Dröge,slomo@circular-chaos.org,2006-10-17 06:15:09+00:00,Sebastian Dröge,slomo@circular-chaos.org,2006-10-17 06:15:09+00:00,False,circular-chaos,circular-chaos,* master,True,dbry_WavPack,dbry/WavPack,https://github.com/dbry/WavPack +5a8fc2472d80731a3d82073a61ea6715aa2ec316,Ben Bader,ben@getkeepsafe.com,2014-06-08 17:26:07-07:00,Ben Bader,ben@getkeepsafe.com,2014-06-09 00:29:08+00:00,False,getkeepsafe,getkeepsafe,* master,True,aio-libs_aiosmtpd,aio-libs/aiosmtpd,https://github.com/aio-libs/aiosmtpd +4492bd1d7312d3c1280d91a3db14ad7fe253b2c7,mschilli,github@perlmeister.com,2008-01-12 22:11:51+00:00,mschilli,github@perlmeister.com,2008-01-12 22:11:51+00:00,False,perlmeister,perlmeister,* master,True,mschilli_cache-historical-perl.git,mschilli/cache-historical-perl.git,https://github.com/mschilli/cache-historical-perl.git +b286b9dc6e112e901d518fae7e5a401fca71d95d,tmap,tmap@fdbf22ae-c210-0410-be80-ca943da6b8f8,1998-09-01 17:32:40+00:00,tmap,tmap@fdbf22ae-c210-0410-be80-ca943da6b8f8,1998-09-01 17:32:40+00:00,False,fdbf22ae-c210-0410-be80-ca943da6b8f8,fdbf22ae-c210-0410-be80-ca943da6b8f8,* master,True,NOAA-PMEL_PyFerret.git,NOAA-PMEL/PyFerret.git,https://github.com/NOAA-PMEL/PyFerret.git +f9882d7bc39547c63ee12714ebe93bfbf72818a1,jkohen,jkohen@ad9a8d78-5211-11de-8950-a5d9c972bc64,2003-10-27 17:46:03+00:00,jkohen,jkohen@ad9a8d78-5211-11de-8950-a5d9c972bc64,2003-10-27 17:46:03+00:00,False,ad9a8d78-5211-11de-8950-a5d9c972bc64,ad9a8d78-5211-11de-8950-a5d9c972bc64,* master,True,SecureAuthCorp_impacket.git,SecureAuthCorp/impacket.git,https://github.com/SecureAuthCorp/impacket.git +fe5bb50f1add6664062aefad4bf7aeca9c0c33c0,Johannes Dewender,github@JonnyJD.net,2012-02-11 00:41:56+01:00,Johannes Dewender,github@JonnyJD.net,2012-02-10 23:41:56+00:00,False,JonnyJD,JonnyJD,* main,True,JonnyJD_musicbrainz-isrcsubmit,JonnyJD/musicbrainz-isrcsubmit,https://github.com/JonnyJD/musicbrainz-isrcsubmit +48f4a4a2e851fc8ebb4a89890ffc6b580e31c4c3,Tony Arcieri,tony.arcieri@gmail.com,2012-12-01 02:38:20-08:00,Tony Arcieri,tony.arcieri@gmail.com,2012-12-01 10:38:20+00:00,False,gmail,gmail,* main,True,RubyCrypto_rbnacl,RubyCrypto/rbnacl,https://github.com/RubyCrypto/rbnacl +84fee555633b60d02c2cffa4e6c698b36a5301a3,Christian Metscher,hakaishi@web.de,2012-08-13 16:44:46+02:00,Christian Metscher,hakaishi@web.de,2012-08-13 14:44:46+00:00,False,web,web,* master,True,hakaishi_nobleNote,hakaishi/nobleNote,https://github.com/hakaishi/nobleNote +354799ea8ccdcf276e978bfd31dff1f853a1b1a3,Jakob Voss,voss@gbv.de,2013-12-04 11:09:46+01:00,Jakob Voss,voss@gbv.de,2013-12-04 10:09:46+00:00,False,gbv,gbv,* main,True,nichtich_Catmandu-Wikidata.git,nichtich/Catmandu-Wikidata.git,https://github.com/nichtich/Catmandu-Wikidata.git +d8e43a6845898345f9f6114899895195e5774d56,Jeroen van der Heijden,jeroen@transceptor.technology,2016-05-23 16:21:28+02:00,Jeroen van der Heijden,jeroen@transceptor.technology,2016-05-23 14:21:28+00:00,False,transceptor,transceptor,* master,True,cesbit_libcleri.git,cesbit/libcleri.git,https://github.com/cesbit/libcleri.git +3907cad22209c78c3014dbd1a01205a2372ddfef,Enrico Zini,enrico@enricozini.org,2010-09-14 16:39:59+00:00,Enrico Zini,enrico@enricozini.org,2010-09-14 16:39:59+00:00,False,enricozini,enricozini,* master,True,ARPA-SIMC_wreport,ARPA-SIMC/wreport,https://github.com/ARPA-SIMC/wreport +00efe9c47819ca58089c4bd5d1d8463248e23228,Gustavo Niemeyer,gustavo@niemeyer.net,2011-01-04 10:02:03-02:00,Gustavo Niemeyer,gustavo@niemeyer.net,2011-01-04 12:02:03+00:00,False,niemeyer,niemeyer,* v3,True,go-yaml_yaml.git,go-yaml/yaml.git,https://github.com/go-yaml/yaml.git +59f97063cf6acdad28127e766f9165333443c774,Frank B. Brokken,f.b.brokken@rug.nl,2010-04-13 10:25:17+02:00,Frank B. Brokken,f.b.brokken@rug.nl,2010-04-13 08:25:17+00:00,False,rug,rug,* master,True,fbb-git_flexcpp.git,fbb-git/flexcpp.git,https://gitlab.com/fbb-git/flexcpp.git +869b3979e6cfa884fd3940b3cae3f44db06bb99b,Thomas Robitaille,thomas.robitaille@gmail.com,2013-12-01 09:51:35+01:00,Thomas Robitaille,thomas.robitaille@gmail.com,2013-12-01 08:51:35+00:00,False,gmail,gmail,* master,True,astropy_astropy-helpers,astropy/astropy-helpers,https://github.com/astropy/astropy-helpers +a7746ecd4950f85a393136e449a91dac62b5c429,Andrew Bennett,potatosaladx@gmail.com,2015-07-27 16:40:21-06:00,Andrew Bennett,potatosaladx@gmail.com,2015-07-27 22:40:21+00:00,False,gmail,gmail,* main,True,potatosalad_erlang-jose.git,potatosalad/erlang-jose.git,https://github.com/potatosalad/erlang-jose.git +7ff94ca6e1930f4d063436e1b542086cc182d301,carlodefalco,carlodefalco@users.noreply.github.com,2018-05-31 10:26:07+02:00,GitHub,noreply@github.com,2018-05-31 08:26:07+00:00,False,users,github,* master,True,carlodefalco_octave-mpi,carlodefalco/octave-mpi,https://github.com/carlodefalco/octave-mpi +baa0224f552f0c8b192e5d0bc0cdebe6d249624d,Jonas Borgström,jonas@borgstrom.se,2010-10-27 20:40:48+02:00,Jonas Borgström,jonas@borgstrom.se,2010-10-27 19:01:43+00:00,False,borgstrom,borgstrom,* master,True,borgbackup_borg.git,borgbackup/borg.git,https://github.com/borgbackup/borg.git +a7b001016f62bf0da27d6741332320028eaa1675,blackrain,e8472@users.sourceforge.net,2007-02-19 00:04:11+00:00,blackrain,e8472@users.sourceforge.net,2007-02-19 00:04:11+00:00,False,users,users,* main,True,supercollider_sc3-plugins,supercollider/sc3-plugins,https://github.com/supercollider/sc3-plugins +eb3ab200f8d51f424286dab24efd10ae362fd8e5,blackhedd,blackhedd@005445c4-6811-0410-8301-cae4f0071d1d,2006-04-14 23:23:35+00:00,blackhedd,blackhedd@005445c4-6811-0410-8301-cae4f0071d1d,2006-04-14 23:23:35+00:00,False,005445c4-6811-0410-8301-cae4f0071d1d,005445c4-6811-0410-8301-cae4f0071d1d,* master,True,ruby-ldap_ruby-net-ldap.git,ruby-ldap/ruby-net-ldap.git,https://github.com/ruby-ldap/ruby-net-ldap.git +87b94932e6f12ad16e9fc1af1a7b5b66ae9381e2,Brian Kernighan,fakeuser@fake.com,2012-12-22 10:35:39-05:00,Brian Kernighan,fakeuser@fake.com,2012-12-22 15:35:39+00:00,False,fake,fake,* master,True,onetrueawk_awk,onetrueawk/awk,https://github.com/onetrueawk/awk +ee533bd510079c4c14b1895bf6cd5553177d88fb,Martijn Faassen,faassen@startifact.com,2005-03-23 13:49:29+00:00,Martijn Faassen,faassen@startifact.com,2005-03-23 13:49:29+00:00,False,startifact,startifact,* main,True,collective_icalendar,collective/icalendar,https://github.com/collective/icalendar +803ee2e99c012dd10aabc0173d5852fa9f562b16,Nikolaus Rath,Nikolaus@rath.org,2013-07-27 19:40:43-07:00,Nikolaus Rath,Nikolaus@rath.org,2013-07-28 02:40:43+00:00,False,rath,rath,* master,True,python-dugong_python-dugong.git,python-dugong/python-dugong.git,https://github.com/python-dugong/python-dugong.git +25b9d4d48bd8c0a3daf3859998825e2e55562f70,Bailey Ling,bling@live.ca,2013-06-30 11:49:56-07:00,Bailey Ling,bling@live.ca,2013-06-30 18:49:56+00:00,False,live,live,* master,True,vim-airline_vim-airline.git,vim-airline/vim-airline.git,https://github.com/vim-airline/vim-airline.git +e73ae465591211528ece2cbd15cbc224b950e7ac,Jack Franklin,jack@jackfranklin.net,2013-12-04 00:48:12+00:00,Jack Franklin,jack@jackfranklin.net,2013-12-04 00:48:12+00:00,False,jackfranklin,jackfranklin,* master,True,jackfranklin_gulp-load-plugins,jackfranklin/gulp-load-plugins,https://github.com/jackfranklin/gulp-load-plugins +489ba02e80e0484a77e043f4b04726f25bb08634,metamorph68@aec24677-d710-0410-a355-ac75e2bdf181,metamorph68@aec24677-d710-0410-a355-ac75e2bdf181,2010-05-26 16:18:47+00:00,metamorph68@aec24677-d710-0410-a355-ac75e2bdf181,metamorph68@aec24677-d710-0410-a355-ac75e2bdf181,2010-05-26 16:18:47+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-flac.git,savonet/ocaml-flac.git,https://github.com/savonet/ocaml-flac.git +d1b542c92b80d498b416c862d50113df56d537fb,Johann Rolschewski,rolschewski@gmail.com,2013-10-01 14:02:31+02:00,Johann Rolschewski,rolschewski@gmail.com,2013-10-01 12:02:31+00:00,False,gmail,gmail,* devel,True,jorol_Catmandu-MAB2.git,jorol/Catmandu-MAB2.git,https://github.com/jorol/Catmandu-MAB2.git +31ba06054344d9cc5ed771817dc74908955441ed,Tim Henkes,tim.henkes@student.hs-rm.de,2018-03-05 11:19:29+01:00,Tim Henkes,tim.henkes@student.hs-rm.de,2018-03-05 10:19:29+00:00,False,student,student,* main,True,Syndace_python-xeddsa,Syndace/python-xeddsa,https://github.com/Syndace/python-xeddsa +824289d0bc3048b996c815f67e5fd100b529dc94,Steven Knight,knight@baldmt.com,2001-08-09 03:19:18+00:00,Steven Knight,knight@baldmt.com,2001-08-09 03:19:18+00:00,False,baldmt,baldmt,* master,True,SCons_scons,SCons/scons,https://github.com/SCons/scons +d9d04c43be01e673e4daa283f897751ba280bda7,Thiadmer Riemersma,thiadmer.riemersma@gmail.com,2015-03-13 13:35:09+01:00,Thiadmer Riemersma,thiadmer.riemersma@gmail.com,2015-03-13 12:35:09+00:00,False,gmail,gmail,* master,True,compuphase_minIni,compuphase/minIni,https://github.com/compuphase/minIni +02e5b4d1d2348e09eeed8da8fe6357db9553245b,Mike Johnson,mjohnson@digitalbazaar.com,2011-07-11 11:54:51-04:00,Mike Johnson,mjohnson@digitalbazaar.com,2011-07-11 15:54:51+00:00,False,digitalbazaar,digitalbazaar,* master,True,digitalbazaar_pyld,digitalbazaar/pyld,https://github.com/digitalbazaar/pyld +f424f65ea2420a02cbdc47ff8995ba9e1c28de90,meduketto,meduketto@6ddeccfd-2234-0410-8ab0-45b763562eda,2009-03-31 19:07:56+00:00,meduketto,meduketto@6ddeccfd-2234-0410-8ab0-45b763562eda,2009-03-31 19:07:56+00:00,False,6ddeccfd-2234-0410-8ab0-45b763562eda,6ddeccfd-2234-0410-8ab0-45b763562eda,* master,True,meduketto_iksemel,meduketto/iksemel,https://github.com/meduketto/iksemel +74ce2bd5364dfe2e39d77724a725a38785d8a7de,Kevin Ottens,ervin@kde.org,2014-04-11 16:09:36+02:00,Kevin Ottens,ervin@kde.org,2014-04-11 14:09:36+00:00,False,kde,kde,* master,True,pim_zanshin.git,pim/zanshin.git,https://invent.kde.org/pim/zanshin.git +69c7e5e18b9ab7306191cc13beecc3939dfba934,jonschlinkert,jon.schlinkert@sellside.com,2014-12-18 05:41:22-05:00,jonschlinkert,jon.schlinkert@sellside.com,2014-12-18 10:41:22+00:00,False,sellside,sellside,* master,True,jonschlinkert_is-glob,jonschlinkert/is-glob,https://github.com/jonschlinkert/is-glob +c022ac6dde31f72dd85e803a6c9c8c00ba78f0c0,Eugeniy Meshcheryakov,eugen@debian.org,2017-10-24 23:39:53+02:00,Eugeniy Meshcheryakov,eugen@debian.org,2017-10-24 21:39:53+00:00,False,debian,debian,* master,True,eugmes_fntsample.git,eugmes/fntsample.git,https://github.com/eugmes/fntsample.git +8e90a3f28d395d940520d2834f9a5854877848c9,Larry Garfield,larry@garfieldtech.com,2015-08-20 20:19:05-05:00,Larry Garfield,larry@garfieldtech.com,2015-08-21 01:19:05+00:00,False,garfieldtech,garfieldtech,* master,True,php-fig_cache.git,php-fig/cache.git,https://github.com/php-fig/cache.git +a96f674eed23e4e25c065a0935b2fe4f104d47ec,Honza Pokorny,me@honza.ca,2011-06-20 19:49:54-03:00,Honza Pokorny,me@honza.ca,2011-06-20 22:49:54+00:00,False,honza,honza,* master,True,honza_vim-snippets.git,honza/vim-snippets.git,https://github.com/honza/vim-snippets.git +1297194de6e78bee57a9defc0b37558b880a2a3c,Derek Lindahl,dlindahl@customink.com,2011-12-14 16:14:25-05:00,Derek Lindahl,dlindahl@customink.com,2011-12-14 21:14:25+00:00,False,customink,customink,* master,True,tduehr_omniauth-cas3,tduehr/omniauth-cas3,https://github.com/tduehr/omniauth-cas3 +4d7ec7be97139aa04495af42f1739ed534fe57b1,Scott Draves,spot@draves.org,2015-02-15 11:56:03-05:00,Scott Draves,spot@draves.org,2015-02-15 16:56:03+00:00,False,draves,draves,* master,True,scottdraves_flam3,scottdraves/flam3,https://github.com/scottdraves/flam3 +6588ba292425d32cd2bec878bc8c3651a5673bd4,zacchiro,zacchiro@c2b2084f-9a08-0410-b176-e24b037a169a,2006-02-02 18:57:10+00:00,zacchiro,zacchiro@c2b2084f-9a08-0410-b176-e24b037a169a,2006-02-02 18:57:10+00:00,False,c2b2084f-9a08-0410-b176-e24b037a169a,c2b2084f-9a08-0410-b176-e24b037a169a,* master,True,sacerdot_ocaml-http.git,sacerdot/ocaml-http.git,https://github.com/sacerdot/ocaml-http.git +3b1fffade1473f20f2558733fbd218f4580fc7c3,Rasmus Andersson,rasmus@notion.se,2017-08-22 00:05:20-07:00,Rasmus Andersson,rasmus@notion.se,2017-08-22 09:23:08+00:00,False,notion,notion,* master,True,rsms_inter,rsms/inter,https://github.com/rsms/inter +03767cc17c6111c4c39cd4dde0517f5415515598,Sebastian Thiel,byronimo@gmail.com,2011-06-08 15:08:59+02:00,Sebastian Thiel,byronimo@gmail.com,2011-06-08 13:17:35+00:00,False,gmail,gmail,* master,True,gitpython-developers_smmap,gitpython-developers/smmap,https://github.com/gitpython-developers/smmap +51c3383cf5393879a7986065263f2f0502d37a40,boynux,boynux@gmail.com,2017-07-08 19:58:35+02:00,boynux,boynux@gmail.com,2017-07-08 18:02:29+00:00,False,gmail,gmail,* master,True,boynux_squid-exporter,boynux/squid-exporter,https://github.com/boynux/squid-exporter +8ac2695ecf2add43fdb545bd98522f13302fc163,Kiran Bandla,kbandla@in2void.com,2012-06-06 14:42:25-04:00,Kiran Bandla,kbandla@in2void.com,2012-06-06 18:42:25+00:00,False,in2void,in2void,* master,True,kbandla_dpkt,kbandla/dpkt,https://github.com/kbandla/dpkt +71c9c330f43c13c4da1974b2a130d7253d15f913,Joachim Metz,joachim.metz@gmail.com,2011-09-20 21:42:25+02:00,Joachim Metz,joachim.metz@gmail.com,2016-03-27 15:12:50+00:00,False,gmail,gmail,* main,True,libyal_libevtx,libyal/libevtx,https://github.com/libyal/libevtx +773583560909b05e0679b872a85aa3118a08a1c5,Jerry D'Antonio,stumpjumper@gmail.com,2013-07-23 08:18:51-04:00,Jerry D'Antonio,stumpjumper@gmail.com,2013-07-23 12:18:51+00:00,False,gmail,gmail,* master,True,ruby-concurrency_concurrent-ruby.git,ruby-concurrency/concurrent-ruby.git,https://github.com/ruby-concurrency/concurrent-ruby.git +e539f02a626a2f8b94919496215b2ab9e140e61c,John ffitch,jpff@users.sourceforge.net,2003-06-22 07:08:53+00:00,John ffitch,jpff@users.sourceforge.net,2003-06-22 07:08:53+00:00,False,users,users,* develop,True,csound_csound.git,csound/csound.git,https://github.com/csound/csound.git +c625919b74f91930ad4bc7bd95a3f80ecdda8103,Michael Bleigh,michael@intridea.com,2010-04-09 21:30:16-04:00,Michael Bleigh,michael@intridea.com,2010-04-10 01:30:16+00:00,False,intridea,intridea,* master,True,intridea_omniauth-openid,intridea/omniauth-openid,https://github.com/intridea/omniauth-openid +ea13ad7669ddcee55ee7e659edddd14d08ee3544,Nils Adermann,naderman@naderman.de,2011-04-05 17:36:01+02:00,Nils Adermann,naderman@naderman.de,2011-04-05 15:36:01+00:00,False,naderman,naderman,* main,True,composer_composer,composer/composer,https://github.com/composer/composer +13d136b3f3b3cba8441d80bcd132084b2d525367,HawkOwl,hawkowl@atleastfornow.net,2014-05-15 21:16:45+08:00,HawkOwl,hawkowl@atleastfornow.net,2014-05-15 13:16:45+00:00,False,atleastfornow,atleastfornow,* trunk,True,twisted_constantly.git,twisted/constantly.git,https://github.com/twisted/constantly.git +387b43883b9ee3d1cce06e456d7919da1f4b71f4,Dmitry Eremin-Solenikov,dbaryshkov@gmail.com,2018-10-09 10:13:51+03:00,Dmitry Eremin-Solenikov,dbaryshkov@gmail.com,2018-10-09 07:13:51+00:00,False,gmail,gmail,* master,True,GostCrypt_linux-crypto.git,GostCrypt/linux-crypto.git,https://github.com/GostCrypt/linux-crypto.git +e6e0987d5e613b973869f138f03aaa8baf72fe67,Fatih Demir,kabalak@src.gnome.org,2000-02-03 16:16:33+00:00,Fatih Demir,kabalak@src.gnome.org,2000-02-03 16:16:33+00:00,False,src,src,* master,True,GNOME_gtranslator.git,GNOME/gtranslator.git,https://gitlab.gnome.org/GNOME/gtranslator.git +6d251337b6a13311385027ad92bd99c81bcee642,Martin Hosken,martin_hosken@sil.org,2011-02-12 00:13:17+07:00,Martin Hosken,martin_hosken@sil.org,2011-02-11 17:13:17+00:00,False,sil,sil,* master,True,silnrsi_graphite.git,silnrsi/graphite.git,https://github.com/silnrsi/graphite.git +038c9aa154bbeab30232db1dcb9110e6254a2b9f,Pavel Kuptsov,pavel@kuptsov.info,2019-09-09 12:35:35+03:00,Pavel Kuptsov,pavel@kuptsov.info,2019-09-09 09:35:35+00:00,False,kuptsov,kuptsov,* master,True,poizon_HTML-Clean.git,poizon/HTML-Clean.git,https://github.com/poizon/HTML-Clean.git +29d14b95e9b034d765a224e9c3e8cd4379943216,Ian Wadham,iandw.au@gmail.com,2002-03-30 07:33:38+00:00,Ian Wadham,iandw.au@gmail.com,2002-03-30 07:33:38+00:00,False,gmail,gmail,* master,True,kgoldrunner.git,kgoldrunner.git,https://anongit.kde.org/kgoldrunner.git +6fa13e7ce07cd2b91676777a6894799da80d287b,Josh Blum,josh@joshknows.com,2015-04-06 17:35:50-07:00,Josh Blum,josh@joshknows.com,2015-04-07 00:35:50+00:00,False,joshknows,joshknows,* master,True,pothosware_SoapyOsmo.git,pothosware/SoapyOsmo.git,https://github.com/pothosware/SoapyOsmo.git +a77afcbababe1b3355ae5f585f9a119c58a95540,Alexey Yurchenko,alexey.yurchenko@codership.com,2008-03-16 20:35:41+00:00,Alexey Yurchenko,alexey.yurchenko@codership.com,2008-03-16 20:35:41+00:00,False,codership,codership,* 4.x,True,codership_galera,codership/galera,https://github.com/codership/galera +ae6493b83472e25d3d6a0431f63a353ea6f71eed,Mark Overmeer,mark@overmeer.net,2018-05-11 00:43:36+02:00,Mark Overmeer,mark@overmeer.net,2018-05-10 22:43:36+00:00,False,overmeer,overmeer,* master,True,markov2_perl5-XML-Compile-WSDL11,markov2/perl5-XML-Compile-WSDL11,https://github.com/markov2/perl5-XML-Compile-WSDL11 +a5b490c277098df54558f52e290a0c8484987db6,Daniel Pocock,daniel@pocock.com.au,2011-12-28 22:43:00+01:00,Daniel Pocock,daniel@pocock.com.au,2011-12-28 21:43:00+00:00,False,pocock,pocock,* master,True,ganglia_ganglia-modules-linux.git,ganglia/ganglia-modules-linux.git,https://github.com/ganglia/ganglia-modules-linux.git +997d6e546e3cd5b6977f5c23e047de06be7153f1,James Burke,devnull@localhost,2009-11-13 23:04:46-08:00,James Burke,devnull@localhost,2009-11-14 07:04:46+00:00,False,localhost,localhost,* master,True,requirejs_r.js.git,requirejs/r.js.git,https://github.com/requirejs/r.js.git +6d31c7ced96a93f2b0aaab3837adf0bebfd29e71,Jake Luer,jake.luer@gmail.com,2011-12-06 08:18:01-05:00,Jake Luer,jake.luer@gmail.com,2011-12-06 13:18:01+00:00,False,gmail,gmail,* main,True,chaijs_chai,chaijs/chai,https://github.com/chaijs/chai +30284822748302f8ba253df2b0d449029ee95385,U-netb\bjoern,bjoern@hoehrmann.de,2014-01-21 02:45:40+01:00,U-netb\bjoern,bjoern@hoehrmann.de,2014-01-21 01:45:40+00:00,False,hoehrmann,hoehrmann,* master,True,hoehrmann_XML-SAX-Expat,hoehrmann/XML-SAX-Expat,https://github.com/hoehrmann/XML-SAX-Expat +6a422b6dff431986068bd1d4bf83967c16ca40e2,Kevin Amorin,kevin@amorin.org,2012-03-12 23:01:01-04:00,Kevin Amorin,kevin@amorin.org,2012-03-13 03:01:01+00:00,False,amorin,amorin,* master,True,kamorin_DHCPig,kamorin/DHCPig,https://github.com/kamorin/DHCPig +34a9587eb84268323ac9aee0551963bd6c292b55,neelin,neelin,1993-10-19 09:22:58+00:00,neelin,neelin,1993-10-19 09:22:58+00:00,False,neelin,neelin,* master,True,BIC-MNI_libminc.git,BIC-MNI/libminc.git,https://github.com/BIC-MNI/libminc.git +906974b367d6176e9c58c32de5734917c3a6d7ad,danielprice,danielprice@952f94de-64c9-43ce-8081-c12abd9885bf,2012-08-28 07:37:27+00:00,danielprice,danielprice@952f94de-64c9-43ce-8081-c12abd9885bf,2012-08-28 07:37:27+00:00,False,952f94de-64c9-43ce-8081-c12abd9885bf,952f94de-64c9-43ce-8081-c12abd9885bf,* master,True,danieljprice_giza,danieljprice/giza,https://github.com/danieljprice/giza +3f59ff12f284fea0c66b81062a02f34cb0992061,Michael Stapelberg,michael@stapelberg.de,2015-07-27 08:49:12+02:00,Michael Stapelberg,michael@stapelberg.de,2015-07-27 06:49:20+00:00,False,stapelberg,stapelberg,* master,True,Debian_dh-make-golang.git,Debian/dh-make-golang.git,https://github.com/Debian/dh-make-golang.git +000a10bbcf1c10ca04a0000faea212f41a5f1f90,Stefan Lang,stefan@dune-project.org,1996-09-23 13:22:54+00:00,Stefan Lang,stefan@dune-project.org,1996-09-23 13:22:54+00:00,False,dune-project,dune-project,* master,True,staging_dune-uggrid,staging/dune-uggrid,https://gitlab.dune-project.org/staging/dune-uggrid +ed71a00f0d5780234c870e9f62d36f62d899f553,Stephane Glondu,steph@glondu.net,2008-05-25 12:52:03+02:00,Stephane Glondu,steph@glondu.net,2008-05-25 10:52:03+00:00,False,glondu,glondu,* master,True,ocsigen_lwt.git,ocsigen/lwt.git,https://github.com/ocsigen/lwt.git +8fcffb010e3c4f9193e0e83782c38372d7a78526,dpvc,dpvc@b8fd5906-0fad-46e2-a0d3-10d94ff285d1,2010-07-29 20:11:31+00:00,dpvc,dpvc@b8fd5906-0fad-46e2-a0d3-10d94ff285d1,2010-07-29 20:11:31+00:00,False,b8fd5906-0fad-46e2-a0d3-10d94ff285d1,b8fd5906-0fad-46e2-a0d3-10d94ff285d1,* master,True,mathjax_MathJax,mathjax/MathJax,https://github.com/mathjax/MathJax +79e3fc3e6352e58cf91a36928c40f80f8631479a,Michael Richardson,mcr@marajade.sandelman.ca,2005-11-19 21:28:56-05:00,Michael Richardson,mcr@marajade.sandelman.ca,2005-11-20 02:28:56+00:00,False,marajade,marajade,* master,True,xelerance_xl2tpd,xelerance/xl2tpd,https://github.com/xelerance/xl2tpd +5992a8ef21424d7571305a8d7e2a3431ee7e1e23,hpk,none@none,2007-01-24 15:24:01+01:00,hpk,none@none,2007-01-24 14:24:01+00:00,False,none,none,* master,True,pytest-dev_py.git,pytest-dev/py.git,https://github.com/pytest-dev/py.git +37a1db225420851cc668600c49697d9a2057f098,Francois,francois.chollet@wysp.ws,2015-03-27 17:59:42-07:00,Francois,francois.chollet@wysp.ws,2015-03-28 00:59:42+00:00,False,wysp,wysp,* master,True,keras-team_keras,keras-team/keras,https://github.com/keras-team/keras +f6286664ef4498c34791b1dfb85355025298e05a,Andrei Antoukh,niwi@niwi.be,2012-01-23 15:36:05+01:00,Andrei Antoukh,niwi@niwi.be,2012-01-23 14:36:05+00:00,False,niwi,niwi,* master,True,niwinz_django-jinja,niwinz/django-jinja,https://github.com/niwinz/django-jinja +b8b86555280694d85d64b68d0f9131868598161a,John (J5) Palmieri,quinticent@phuket.(none),2006-06-28 14:21:26-04:00,John (J5) Palmieri,quinticent@phuket.(none),2006-06-28 18:21:26+00:00,False,phuket,phuket,* master,True,dbus_dbus-python,dbus/dbus-python,https://gitlab.freedesktop.org/dbus/dbus-python +decc2f8c4f99eaf3401e462f9d6c1cfddb6035eb,Bryan Stansell,bryan@conserver.com,1998-12-18 15:12:55-08:00,Bryan Stansell,bryan@conserver.com,1998-12-18 23:12:55+00:00,False,conserver,conserver,* master,True,conserver_conserver.git,conserver/conserver.git,https://github.com/conserver/conserver.git +33893468ec28a3725d9944307e72b8c69c05a5f7,Nils Gehlenborg,nils@gehlenborg.com,2013-01-02 09:41:50-08:00,Nils Gehlenborg,nils@gehlenborg.com,2013-01-02 17:41:50+00:00,False,gehlenborg,gehlenborg,* develop,True,parklab_nozzle.git,parklab/nozzle.git,https://github.com/parklab/nozzle.git +7a4202f9b8fa77318694864af9d1bcfde4084deb,tsaleh,tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,2007-03-14 18:12:55+00:00,tsaleh,tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,2007-03-14 18:12:55+00:00,False,7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,* main,True,thoughtbot_shoulda-context,thoughtbot/shoulda-context,https://github.com/thoughtbot/shoulda-context +a8d1414acb968d06d975a9b17c8d97a476f1e5c0,Martin Delille,martin@phonations.com,2016-07-27 10:37:12+02:00,Martin Delille,martin@phonations.com,2016-07-28 15:14:14+00:00,False,phonations,phonations,* master,True,thestk_rtmidi.git,thestk/rtmidi.git,https://github.com/thestk/rtmidi.git +a0245ee329cc0e59b0d30cfee79c896258094f25,Matt Newville,newville@cars.uchicago.edu,2011-08-01 07:11:07-05:00,Matt Newville,newville@cars.uchicago.edu,2011-08-01 12:11:07+00:00,False,cars,cars,* master,True,lmfit_lmfit-py,lmfit/lmfit-py,https://github.com/lmfit/lmfit-py +87a08c98052caf7ba86391748a938c2534f46a4d,Naoki Shibata,shibatch@users.sourceforge.net,2016-04-24 14:47:06+09:00,Naoki Shibata,shibatch@users.sourceforge.net,2016-04-24 05:47:06+00:00,False,users,users,* master,True,shibatch_sleef.git,shibatch/sleef.git,https://github.com/shibatch/sleef.git +caf4346cab9d7e988e87b2e9e9c746c4c97ca2f6,Tony Hansen,tony@att.com,2010-03-26 02:00:14+00:00,Tony Hansen,tony@att.com,2010-03-26 02:00:14+00:00,False,att,att,* main,True,ietf-tools_xml2rfc.git,ietf-tools/xml2rfc.git,https://github.com/ietf-tools/xml2rfc.git +955445584490905f49123836706791e229b5d237,btchip,contact@btchip.com,2012-12-29 03:52:32-08:00,btchip,contact@btchip.com,2012-12-29 11:52:32+00:00,False,btchip,btchip,* master,True,LedgerHQ_btchip-python.git,LedgerHQ/btchip-python.git,https://github.com/LedgerHQ/btchip-python.git +b4880de2d75df970cd360ccea8473cee9544fb6b,bgoglin,bgoglin@1b82040b-b2ff-0310-b578-8b0ce158f26e,2005-09-01 18:33:45+00:00,bgoglin,bgoglin@1b82040b-b2ff-0310-b578-8b0ce158f26e,2005-09-01 18:33:45+00:00,False,1b82040b-b2ff-0310-b578-8b0ce158f26e,1b82040b-b2ff-0310-b578-8b0ce158f26e,* master,True,bgoglin_llgal,bgoglin/llgal,https://github.com/bgoglin/llgal +93c6365ce23debbd31f7e361146cd172163393ee,Dan Jacob,danjac354@gmail.com,2010-06-23 08:38:56+01:00,Dan Jacob,danjac354@gmail.com,2010-06-23 07:38:56+00:00,False,gmail,gmail,* master,True,jarus_flask-testing,jarus/flask-testing,https://github.com/jarus/flask-testing +415696b54a9ada7d4fd2d398ebdd54d64f7130b6,stroeder,stroeder,2011-03-28 17:43:18+00:00,stroeder,stroeder,2011-03-28 17:43:18+00:00,False,stroeder,stroeder,* main,True,python-ldap_python-ldap,python-ldap/python-ldap,https://github.com/python-ldap/python-ldap +526aec890a1712c5e607597c361370ff4fb43d66,Basil Shubin,basil.shubin@gmail.com,2007-09-30 09:51:25+00:00,Basil Shubin,basil.shubin@gmail.com,2007-09-30 09:51:25+00:00,False,gmail,gmail,* master,True,dottedmag_archmage,dottedmag/archmage,https://github.com/dottedmag/archmage +79f485d54967efa330b30ff94085274db7c5e818,Andrew Resch,andrewresch@gmail.com,2012-12-01 23:04:58+00:00,Andrew Resch,andrewresch@gmail.com,2012-12-01 23:04:58+00:00,False,gmail,gmail,* master,True,aresch_rencode.git,aresch/rencode.git,https://github.com/aresch/rencode.git +94388af0c483b94353a81fa1973de8a663a01eb1,Sebastian Bergmann,sb@sebastian-bergmann.de,2010-04-03 16:35:09+02:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2010-04-03 14:35:09+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_php-code-coverage,sebastianbergmann/php-code-coverage,https://github.com/sebastianbergmann/php-code-coverage +13cd4c8960688af11ad23b4c946149015c80d549,Joshua Brindle,method@manicmethod.com,2008-08-19 15:30:36-04:00,Joshua Brindle,method@manicmethod.com,2008-08-19 19:30:36+00:00,False,manicmethod,manicmethod,* main,True,SELinuxProject_selinux.git,SELinuxProject/selinux.git,https://github.com/SELinuxProject/selinux.git +5615c406ac6c372cddb7f90b708b4979991515dc,Harald Sitter,sitter@kde.org,2016-02-19 09:28:33+01:00,Harald Sitter,sitter@kde.org,2016-02-19 08:28:33+00:00,False,kde,kde,* master,True,plasma_breeze-plymouth.git,plasma/breeze-plymouth.git,https://invent.kde.org/plasma/breeze-plymouth.git +98b0f93088eb516c56dc9ea10f29ffc19ff37aef,Zoltan Csizmadia,zoltan_csizmadia@yahoo.com,2015-11-06 19:03:13-06:00,Zoltan Csizmadia,zoltan_csizmadia@yahoo.com,2015-11-07 01:03:13+00:00,False,yahoo,yahoo,* Piers,True,kodi-pvr_pvr.hdhomerun.git,kodi-pvr/pvr.hdhomerun.git,https://github.com/kodi-pvr/pvr.hdhomerun.git +ded84e1357b5f04cd1ba7205405668258c90dddd,Roman Mohr,roman@fenkhuber.at,2013-07-28 10:21:50+02:00,Roman Mohr,roman@fenkhuber.at,2013-07-28 08:21:50+00:00,False,fenkhuber,fenkhuber,* master,True,rmohr_static3,rmohr/static3,https://github.com/rmohr/static3 +b49f6ecc2f9b34ac7a580b3d1690bd0e0d83ffdf,Anthony Grimes,i@raynes.me,2012-02-11 22:15:41-06:00,Anthony Grimes,i@raynes.me,2012-02-12 04:15:41+00:00,False,raynes,raynes,* master,True,TimoFreiberg_bultitude.git,TimoFreiberg/bultitude.git,https://github.com/TimoFreiberg/bultitude.git +036d45e551ca5405c726f8ccb51f446620cd4af4,Jaegeuk Kim,jaegeuk.kim@gmail.com,2012-10-26 21:56:34+09:00,Jaegeuk Kim,jaegeuk.kim@samsung.com,2012-11-26 10:45:59+00:00,False,gmail,samsung,* master,True,pub_scm_linux_kernel_git_jaegeuk_f2fs-tools.git,pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git,https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git +3fe7e7498f11adc01efbeaccacea8d14ec967990,Richard Nelson,unixabg@gmail.com,2019-12-15 17:09:40-06:00,GitHub,noreply@github.com,2019-12-15 23:09:40+00:00,False,gmail,github,* master,True,unixabg_remaster-iso,unixabg/remaster-iso,https://github.com/unixabg/remaster-iso +64e3d6db904a1e2798e5d169a41b22ac97b587e6,Mike Boers,github@mikeboers.com,2010-09-17 06:39:39-04:00,Mike Boers,github@mikeboers.com,2010-09-17 10:39:39+00:00,False,mikeboers,mikeboers,* main,True,mikeboers_PyMemoize,mikeboers/PyMemoize,https://github.com/mikeboers/PyMemoize +c8a764a006d5c9462879e7cff86ecd90cd8d5c19,Jean-Philippe Braun,jpbraun@mandriva.com,2011-06-10 09:01:00+02:00,Jean-Philippe Braun,jpbraun@mandriva.com,2011-06-10 07:01:00+00:00,False,mandriva,mandriva,* master,True,eonpatapon_mpDris2.git,eonpatapon/mpDris2.git,https://github.com/eonpatapon/mpDris2.git +5cb1bcd04d40925247aee2538940b8b6a2be0f4f,venaas,venaas,2007-02-08 10:30:05+00:00,venaas,venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf,2007-02-08 10:30:05+00:00,False,venaas,e88ac4ed-0b26-0410-9574-a7f39faa03bf,* master,True,radsecproxy_radsecproxy.git,radsecproxy/radsecproxy.git,https://github.com/radsecproxy/radsecproxy.git +604ca0bee7c13b5b61f5230666d29b6f65049321,Michael Dowling,mtdowling@gmail.com,2015-02-24 20:17:44-08:00,Michael Dowling,mtdowling@gmail.com,2015-02-25 04:17:44+00:00,False,gmail,gmail,* 2.7,True,guzzle_psr7,guzzle/psr7,https://github.com/guzzle/psr7 +f45c3866e88fab6231b2841b7f3944eb5d253ba3,niemeyer,,2003-02-02 14:10:39-03:00,niemeyer,,2003-02-02 17:10:39+00:00,False,,,* master,True,mvo5_synaptic,mvo5/synaptic,https://github.com/mvo5/synaptic +19d090d6e3a8554f53498cda7783cc86cd67c3be,Christian Hergert,christian.hergert@10gen.com,2013-04-28 16:51:17-04:00,Christian Hergert,christian.hergert@10gen.com,2013-04-28 20:51:17+00:00,False,10gen,10gen,* master,True,mongodb_mongo-c-driver,mongodb/mongo-c-driver,https://github.com/mongodb/mongo-c-driver +fa0e60627c2f27f2dbd84f66c5739a9f3bf16d47,Thomas Kemmer,tkemmer@computer.org,2014-03-22 11:09:33+01:00,Thomas Kemmer,tkemmer@computer.org,2014-03-22 10:09:33+00:00,False,computer,computer,* master,True,tkem_cachetools,tkem/cachetools,https://github.com/tkem/cachetools +62d39377dd7a081d8948ebb45f860b7c9a314793,Mathieu Lutfy,mathieu@bidon.ca,2012-11-22 13:20:39-05:00,Mathieu Lutfy,mathieu@bidon.ca,2012-11-22 18:20:39+00:00,False,bidon,bidon,* main,True,tuxor1337_hidetopbar,tuxor1337/hidetopbar,https://gitlab.gnome.org/tuxor1337/hidetopbar +9b6b04a59f2dda46b3abc2dcbdfb4ceef0d7f945,Tomas Doran,bobtfish@bobtfish.net,2012-03-04 17:52:14+00:00,Tomas Doran,bobtfish@bobtfish.net,2012-03-04 17:52:40+00:00,False,bobtfish,bobtfish,* master,True,suretec_Message-Passing.git,suretec/Message-Passing.git,https://github.com/suretec/Message-Passing.git +4101de3daf91c6d35b92395a72bf84132ef48f7c,Armin Ronacher,armin.ronacher@active-4.com,2014-04-24 11:51:55+02:00,Armin Ronacher,armin.ronacher@active-4.com,2014-04-24 09:51:55+00:00,False,active-4,active-4,* main,True,pallets_click.git,pallets/click.git,https://github.com/pallets/click.git +7a64c29b76a94f3f225e0f1d635a622289219980,Daniel Baumann,daniel@debian.org,2012-04-23 06:40:52+02:00,Daniel Baumann,daniel@debian.org,2012-04-23 04:40:52+00:00,False,debian,debian,* master,True,mati75_obconf-debian.git,mati75/obconf-debian.git,https://github.com/mati75/obconf-debian.git +d2a2e037a1fb680ebaf353c2a8f2b76fca110ef6,Benjamin Drung,benjamin.drung@cloud.ionos.com,2018-10-30 17:26:02+01:00,Benjamin Drung,benjamin.drung@cloud.ionos.com,2018-10-30 16:26:51+00:00,False,cloud,cloud,* master,True,ionos-cloud_netconsole,ionos-cloud/netconsole,https://github.com/ionos-cloud/netconsole +46fd41016de5adf921326141eb7c1a047b997478,Michael Stapelberg,michael@stapelberg.de,2017-01-06 16:05:56+01:00,Michael Stapelberg,michael@stapelberg.de,2017-01-06 15:11:22+00:00,False,stapelberg,stapelberg,* main,True,Debian_debiman.git,Debian/debiman.git,https://github.com/Debian/debiman.git +3c110934b15d04f8854b390cc123eeac2caa5a81,Patrick Proy,patrick@proy.org,2006-07-01 20:07:21+00:00,Patrick Proy,patrick@proy.org,2006-07-01 20:07:21+00:00,False,proy,proy,* master,True,SteScho_manubulon-snmp.git,SteScho/manubulon-snmp.git,https://github.com/SteScho/manubulon-snmp.git +8326fb03611b2c541e6f31ba18f28b3272eb3805,Keith Fiske,keith@keithf4.com,2012-09-05 01:07:50-04:00,Keith Fiske,keith@keithf4.com,2012-09-05 05:07:50+00:00,False,keithf4,keithf4,* development,True,pgpartman_pg_partman.git,pgpartman/pg/partman.git,https://github.com/pgpartman/pg_partman.git +c3e6fcc64e3d48bfd3d0c7db6ba30604d1d79332,sago007,sago007@48ef5666-4144-11de-b6cc-f32266f7ba4a,2009-05-15 14:44:23+00:00,sago007,sago007@48ef5666-4144-11de-b6cc-f32266f7ba4a,2009-05-15 14:44:23+00:00,False,48ef5666-4144-11de-b6cc-f32266f7ba4a,48ef5666-4144-11de-b6cc-f32266f7ba4a,* main,True,OpenArena_gamecode,OpenArena/gamecode,https://github.com/OpenArena/gamecode +87bdbe14668b08177b5f0c887856e36c95f7e6be,Kirk Byers,ktbyers@twb-tech.com,2014-11-28 13:42:52-08:00,Kirk Byers,ktbyers@twb-tech.com,2014-11-28 21:42:52+00:00,False,twb-tech,twb-tech,* develop,True,ktbyers_netmiko,ktbyers/netmiko,https://github.com/ktbyers/netmiko +ce31c63b9a378e1bc139bb20b73b40782177c529,Markus Mottl,markus.mottl@gmail.com,2006-05-01 18:45:14-04:00,Markus Mottl,markus.mottl@gmail.com,2006-05-01 22:45:14+00:00,False,gmail,gmail,* master,True,mmottl_res,mmottl/res,https://github.com/mmottl/res +3dde0d733cad58f01c3d667d7e6bc0dd6ca40608,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-05-18 18:50:23+00:00,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-05-18 18:50:23+00:00,False,daimi,daimi,* master,True,xorg_lib_libxext.git,xorg/lib/libxext.git,https://gitlab.freedesktop.org/xorg/lib/libxext.git +dacb6fc7e1d97235898f229da3e9eb6f20c40ac7,Stuart D. Gathman,stuart@gathman.org,2017-07-27 23:38:56-04:00,GitHub,noreply@github.com,2017-07-28 03:38:56+00:00,False,gathman,github,* master,True,sdgathman_pysrs.git,sdgathman/pysrs.git,https://github.com/sdgathman/pysrs.git +8f3dbb6aa36e4fc63d5be07dd570b4ef5ef63e45,Eldar Marcussen,wireghoul@justanotherhacker.com,2012-05-01 00:11:00-04:00,Eldar Marcussen,wireghoul@justanotherhacker.com,2012-05-01 04:11:00+00:00,False,justanotherhacker,justanotherhacker,* master,True,wireghoul_doona,wireghoul/doona,https://github.com/wireghoul/doona +0e37fdca23aee664490bdb3674cbf81b9c64727e,Alejandro Garrido Mota,alejandro@debian.org,2014-03-05 10:34:20-04:30,Alejandro Garrido Mota,alejandro@debian.org,2014-03-05 15:04:20+00:00,False,debian,debian,* master,True,mogaal_libpod-webserver-perl,mogaal/libpod-webserver-perl,https://github.com/mogaal/libpod-webserver-perl +282398501961d280e7845ca1c2f4841b62d40b65,Matthias Geier,Matthias.Geier@gmail.com,2013-11-27 17:08:24+01:00,Matthias Geier,Matthias.Geier@gmail.com,2013-11-27 16:08:24+00:00,False,gmail,gmail,* master,True,SoundScapeRenderer_ssr,SoundScapeRenderer/ssr,https://github.com/SoundScapeRenderer/ssr +80976faafb6e9347dbec3f36fe62f5a9b80403c6,jon,jon@8ab6d134-22f3-c048-99a0-4997e65440b1,2008-04-04 08:05:48+00:00,jon,jon@8ab6d134-22f3-c048-99a0-4997e65440b1,2008-04-04 08:05:48+00:00,False,8ab6d134-22f3-c048-99a0-4997e65440b1,8ab6d134-22f3-c048-99a0-4997e65440b1,* master,True,erikkaashoek_Comskip.git,erikkaashoek/Comskip.git,https://github.com/erikkaashoek/Comskip.git +3f654a4dfc7bdcb18a421e20a8f0f5af918eb035,Paul Mucur,mudge@mudge.name,2010-07-24 14:49:13+01:00,Paul Mucur,mudge@mudge.name,2010-07-24 13:49:13+00:00,False,mudge,mudge,* main,True,mudge_re2.git,mudge/re2.git,https://github.com/mudge/re2.git +cdfda53217b5970a76b7a4e3cf755952a84a8000,Jeffrey Goff,jgoff@cpan.org,2015-03-28 14:37:46+02:00,Jeffrey Goff,jgoff@cpan.org,2015-03-28 12:37:46+00:00,False,cpan,cpan,* master,True,drforr_perl6-readline.git,drforr/perl6-readline.git,https://github.com/drforr/perl6-readline.git +8b4ec9df47e151279d6d01097acb9d6dd78e0538,Anorov,anorov.vorona@gmail.com,2013-03-08 17:31:24-05:00,Anorov,anorov.vorona@gmail.com,2013-03-08 22:31:24+00:00,False,gmail,gmail,* master,True,Anorov_PySocks,Anorov/PySocks,https://github.com/Anorov/PySocks +e08689cfe0cebd90e0c86aaa102166bdd26e9d51,Joachim Metz,joachim.metz@gmail.com,2009-09-12 21:02:38+02:00,Joachim Metz,joachim.metz@gmail.com,2015-11-08 08:51:53+00:00,False,gmail,gmail,* main,True,libyal_libvmdk.git,libyal/libvmdk.git,https://github.com/libyal/libvmdk.git +83e667532c14d1ca504b44445278009fa6ab361d,Scott Johnson,scottj@glasstowerstudios.com,2011-08-26 22:10:24-05:00,Scott Johnson,scottj@glasstowerstudios.com,2011-08-27 03:10:24+00:00,False,glasstowerstudios,glasstowerstudios,* master,True,20kly_20kly.git,20kly/20kly.git,https://github.com/20kly/20kly.git +af8f20626e4e36cdf4bb9955fc65f22fec155580,Artur Wojcik,artur.wojcik@intel.com,2011-01-12 22:48:36+01:00,Artur Wojcik,artur.wojcik@intel.com,2011-01-12 21:48:36+00:00,False,intel,intel,* main,True,intel_ledmon,intel/ledmon,https://github.com/intel/ledmon +e87a581c57931bd5dc05cef5fdeb42a8669bf65a,Kenneth Reitz,me@kennethreitz.com,2010-10-11 22:40:42-04:00,Kenneth Reitz,me@kennethreitz.com,2010-10-12 02:40:42+00:00,False,kennethreitz,kennethreitz,* master,True,kennethreitz_clint,kennethreitz/clint,https://github.com/kennethreitz/clint +67060fba58bfe53f5e81447eb623c386549773d9,Jan Pazdziora,jpazdziora@redhat.com,2014-01-06 11:34:22+08:00,Jan Pazdziora,jpazdziora@redhat.com,2014-01-06 07:00:44+00:00,False,redhat,redhat,* master,True,adelton_mod_authnz_pam.git,adelton/mod/authnz/pam.git,https://github.com/adelton/mod_authnz_pam.git +d89e13c0af952508f94e7d6807c1634c586b7057,teranisi,teranisi,2000-04-03 06:58:14+00:00,teranisi,teranisi,2000-04-03 06:58:14+00:00,False,teranisi,teranisi,* master,True,wanderlust_wanderlust,wanderlust/wanderlust,https://github.com/wanderlust/apel +aff2b660ece92332ae39237e25ea5323371a6c5e,Murray Cumming,murrayc@src.gnome.org,2008-05-18 12:55:29+00:00,Murray Cumming,murrayc@src.gnome.org,2008-05-18 12:55:29+00:00,False,src,src,* master,True,GNOME_goocanvas,GNOME/goocanvas,https://gitlab.gnome.org/GNOME/goocanvas +82c6db7cebc68aabd6f9c69a6a27d314930bd1c4,Takashi Sakamoto,o-takashi@sakamocchi.jp,2014-12-09 10:10:06+09:00,Takashi Sakamoto,o-takashi@sakamocchi.jp,2014-12-09 01:10:42+00:00,False,sakamocchi,sakamocchi,* main,True,pub_scm_libs_ieee1394_libhinawa.git,pub/scm/libs/ieee1394/libhinawa.git,https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git +57ad5d63571a03c1d53dff31d86e0bc3a4d4851a,Stavros Korokithakis,stavros@stochastictechnologies.com,2011-01-08 16:44:52+02:00,Stavros Korokithakis,stavros@stochastictechnologies.com,2011-01-08 14:44:52+00:00,False,stochastictechnologies,stochastictechnologies,* master,True,skorokithakis_shortuuid.git,skorokithakis/shortuuid.git,https://github.com/skorokithakis/shortuuid.git +6d9ac2c4758fef40b865c4df1ee3211dab985392,johnprestonmail,johnprestonmail@gmail.com,2014-05-02 05:36:31-07:00,johnprestonmail,johnprestonmail@gmail.com,2014-05-02 12:36:31+00:00,False,gmail,gmail,* dev,True,telegramdesktop_tdesktop.git,telegramdesktop/tdesktop.git,https://github.com/telegramdesktop/tdesktop.git +9b7e8e6fb4262d340e522e08411b7a8302161bc9,Jens Steube,jens.steube@gmail.com,2015-01-07 14:35:53+01:00,Jens Steube,jens.steube@gmail.com,2015-01-07 13:35:53+00:00,False,gmail,gmail,* master,True,hashcat_princeprocessor.git,hashcat/princeprocessor.git,https://github.com/hashcat/princeprocessor.git +49fb6962c3b82515b918f3d619a1ef6c89176287,Sebastian Bergmann,sb@sebastian-bergmann.de,2010-05-25 13:08:49+02:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2010-05-25 11:08:49+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_php-timer,sebastianbergmann/php-timer,https://github.com/sebastianbergmann/php-timer +585cd4efe2fd7b7727db59dcd22d01ddba46d29b,James Lu,james@overdrivenetworks.com,2018-03-10 10:57:09-08:00,James Lu,james@overdrivenetworks.com,2018-03-10 18:57:09+00:00,False,overdrivenetworks,overdrivenetworks,* master,True,varietywalls_variety.git,varietywalls/variety.git,https://github.com/varietywalls/variety.git +13cd4c8960688af11ad23b4c946149015c80d549,Joshua Brindle,method@manicmethod.com,2008-08-19 15:30:36-04:00,Joshua Brindle,method@manicmethod.com,2008-08-19 19:30:36+00:00,False,manicmethod,manicmethod,* main,True,SELinuxProject_selinux,SELinuxProject/selinux,https://github.com/SELinuxProject/selinux +65dd6c22cda1839b50b73ed72ca4dbd8c77ecad6,Ubaldo Porcheddu,ubaldo@eja.it,2013-12-11 17:47:36+01:00,Ubaldo Porcheddu,ubaldo@eja.it,2013-12-11 16:47:36+00:00,False,eja,eja,* master,True,ubaldus_eja,ubaldus/eja,https://github.com/ubaldus/eja +b1c25735008d1a5bdcf48f9b5e0417430aed5971,Jonathan Dowland,jon+github@alcopop.org,2015-09-18 22:48:18+01:00,Jonathan Dowland,jon+github@alcopop.org,2015-09-18 21:48:18+00:00,False,alcopop,alcopop,* main,True,jmtd_wadc,jmtd/wadc,https://github.com/jmtd/wadc +5bc8c3b3c2270fdc6e6ec8717e215119738194d9,wojtekka,wojtekka@0da418c2-91bb-4915-8964-1b796675e4a6,2005-05-08 10:39:22+00:00,wojtekka,wojtekka@0da418c2-91bb-4915-8964-1b796675e4a6,2005-05-08 10:39:22+00:00,False,0da418c2-91bb-4915-8964-1b796675e4a6,0da418c2-91bb-4915-8964-1b796675e4a6,* master,True,wojtekka_6tunnel,wojtekka/6tunnel,https://github.com/wojtekka/6tunnel +58923bf5ad66b4e19cf6cb46a7f9e4f0942f16f7,Lafricain,fr.cyrille@tiberiade.be,2020-12-01 09:59:28+00:00,Lafricain,fr.cyrille@tiberiade.be,2020-12-01 09:59:28+00:00,False,tiberiade,tiberiade,* master,True,crosswire-bible-society_nave,crosswire-bible-society/nave,https://gitlab.com/crosswire-bible-society/nave +e081b76649370f07f73ffce532165e5e53f67a03,Brian Haas,bhaas@broadinstitute.org,2017-09-03 09:17:34-04:00,Brian Haas,bhaas@broadinstitute.org,2017-09-03 13:17:34+00:00,False,broadinstitute,broadinstitute,* master,True,ParaFly_ParaFly,ParaFly/ParaFly,https://github.com/ParaFly/ParaFly +8b877ac254ecbd94b3af329380d020566eb9dc6a,Min RK,benjaminrk@gmail.com,2015-04-09 11:51:54-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 19:02:45+00:00,False,gmail,gmail,* main,True,ipython_ipykernel.git,ipython/ipykernel.git,https://github.com/ipython/ipykernel.git +f7f7167f20b16c51ba1028c54c5dad8b0096dc98,Teo Mrnjavac,teo@kde.org,2014-06-03 22:03:07+02:00,Teo Mrnjavac,teo@kde.org,2014-06-03 20:03:07+00:00,False,kde,kde,* calamares,True,calamares_calamares.git,calamares/calamares.git,https://github.com/calamares/calamares.git +36203632a2dc68a547cdc8ab7ab6f94e6eb49226,Jakub Wilk,jwilk@jwilk.net,2017-06-23 22:52:24+02:00,Jakub Wilk,jwilk@jwilk.net,2017-06-23 20:53:24+00:00,False,jwilk,jwilk,* master,True,jwilk_i18nspector,jwilk/i18nspector,https://github.com/jwilk/i18nspector +45421d10de74155f687b37b796ce9ee69d0d7893,Osvaldo Santana Neto,osantana@osantana.me,2018-04-12 00:51:28-03:00,Osvaldo Santana Neto,osantana@osantana.me,2018-04-12 03:51:28+00:00,False,osantana,osantana,* master,True,osantana_dicteval.git,osantana/dicteval.git,https://github.com/osantana/dicteval.git +1b2836fb8a9d1eea8bcff27de4902456bc744ba0,Free Ekanayaka,free@ekanayaka.io,2016-10-06 12:51:34+02:00,Free Ekanayaka,free@ekanayaka.io,2016-10-28 16:07:36+00:00,False,ekanayaka,ekanayaka,* master,True,testing-cabal_systemfixtures.git,testing-cabal/systemfixtures.git,https://github.com/testing-cabal/systemfixtures.git +283a0b24ac7fb0c500386de648905cded21f8b20,Matthew Grant,matthew.grant@net24.co.nz,2013-07-14 21:11:52+12:00,Matthew Grant,matthew.grant@net24.co.nz,2013-07-14 09:11:52+00:00,False,net24,net24,* master,True,grantma_dms,grantma/dms,https://github.com/grantma/dms +01a6505adf922ad9cfe08d8de8469caba37f37ce,Marco Pivetta,ocramius@gmail.com,2014-06-13 15:17:26+02:00,Marco Pivetta,ocramius@gmail.com,2014-06-13 13:17:26+00:00,False,gmail,gmail,* 2.0.x,True,doctrine_instantiator,doctrine/instantiator,https://github.com/doctrine/instantiator +eb74b1a9b2fca6b407fac50af6eccf89adb7f98c,Thomas Vander Stichele,thomas (at) apestaart (dot) org,2009-05-23 07:59:16+00:00,Thomas Vander Stichele,thomas (at) apestaart (dot) org,2009-05-23 07:59:16+00:00,False,thomas (at) apestaart (dot) org,thomas (at) apestaart (dot) org,* develop,True,whipper-team_whipper.git,whipper-team/whipper.git,https://github.com/whipper-team/whipper.git +29e3b8988a8cfb3075726fb85e6a6bda964cfe16,Peter Mattern,pmattern@arcor.de,2016-06-25 18:43:31+02:00,Peter Mattern,pmattern@arcor.de,2016-06-25 20:58:42+00:00,False,arcor,arcor,* master,True,lxqt_lxqt-policykit.git,lxqt/lxqt-policykit.git,https://github.com/lxqt/lxqt-policykit.git +58106d9e7de12ac43b6f39d3362da211b43dc0c8,Thomas Robitaille,thomas.robitaille@gmail.com,2011-10-07 17:33:52-04:00,Thomas Robitaille,thomas.robitaille@gmail.com,2011-12-22 20:58:17+00:00,False,gmail,gmail,* main,True,astropy_ccdproc.git,astropy/ccdproc.git,https://github.com/astropy/ccdproc.git +402b133242b7e7869926c73f66f4093b9c45775a,heffnercj,heffnercj@gmail.com,2013-11-10 21:23:29-05:00,heffnercj,heffnercj@gmail.com,2013-11-11 02:23:29+00:00,False,gmail,gmail,* master,True,ReFirmLabs_binwalk,ReFirmLabs/binwalk,https://github.com/ReFirmLabs/binwalk +f12a2aa3fe50849ef4a0940d88de341ee03c820d,Nicolas Mora,mail@babelouest.org,2015-12-13 13:30:59-05:00,Nicolas Mora,mail@babelouest.org,2015-12-13 18:30:59+00:00,False,babelouest,babelouest,* master,True,babelouest_yder,babelouest/yder,https://github.com/babelouest/yder +eb17e10e6684c9486165badf5e739557ed01a5b0,Olav Sørensen,olav.sorensen@live.no,2019-12-02 11:59:23+01:00,GitHub,noreply@github.com,2019-12-02 10:59:23+00:00,False,live,github,* master,True,8bitbubsy_ft2-clone,8bitbubsy/ft2-clone,https://github.com/8bitbubsy/ft2-clone +fb1f9d09d5bd1eb9169349b7082cf464d85c684b,Tom Howe,trhowe@uchicago.edu,2010-08-02 10:42:52-05:00,Tom Howe,trhowe@uchicago.edu,2010-08-02 15:42:52+00:00,False,uchicago,uchicago,* master,True,jglobus_JGlobus,jglobus/JGlobus,https://github.com/jglobus/JGlobus +9f3a5b33c4329300fd351bd04bc804cf808db279,Roman Tsisyk,roman@tsisyk.com,2013-11-12 18:41:41+04:00,Roman Tsisyk,roman@tsisyk.com,2013-11-12 14:41:41+00:00,False,tsisyk,tsisyk,* master,True,rtsisyk_msgpuck,rtsisyk/msgpuck,https://github.com/rtsisyk/msgpuck +21c4c1656dd6a74141aa672853f7f3017cae43ee,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,False,src,src,* master,True,GNOME_libwnck,GNOME/libwnck,https://gitlab.gnome.org/GNOME/libwnck +5bf54ee84e905c45002287871a0204da0def2ce4,Benjamin Alan Weaver,benjamin.weaver@nyu.edu,2010-11-09 15:22:32+00:00,Benjamin Alan Weaver,benjamin.weaver@nyu.edu,2010-11-09 15:22:32+00:00,False,nyu,nyu,* main,True,weaverba137_pydl,weaverba137/pydl,https://github.com/weaverba137/pydl +54fb6330f9cc5d0a1c156ec70916fdc45e68edf8,Tatu Saloranta,tsaloranta@gmail.com,2012-03-30 16:15:45-07:00,Tatu Saloranta,tsaloranta@gmail.com,2012-03-30 23:15:45+00:00,False,gmail,gmail,* master,True,FasterXML_jackson-dataformat-yaml.git,FasterXML/jackson-dataformat-yaml.git,https://github.com/FasterXML/jackson-dataformat-yaml.git +15a6aff230fcf10bcdeab2953a72c9e9ac9f5dc5,Dawa Ometto,dawa.ometto@phil.uu.nl,2014-10-30 02:17:28+01:00,Dawa Ometto,dawa.ometto@phil.uu.nl,2014-10-30 01:17:28+00:00,False,phil,phil,* master,True,gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org/gitlab-gollum-rugged/adapter,https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter +51012e65db0fbef389132fc3d981c2a917ad1446,flonatel,info@flonatel.org,2014-03-16 11:34:35-07:00,flonatel,info@flonatel.org,2014-03-16 18:34:35+00:00,False,flonatel,flonatel,* master,True,flonatel_pipexec.git,flonatel/pipexec.git,https://github.com/flonatel/pipexec.git +70dfb0ff5009c7e7bfd415d9c3324b22d94093b2,David Winterbottom,david.winterbottom@gmail.com,2012-03-27 22:49:10+01:00,David Winterbottom,david.winterbottom@gmail.com,2012-03-27 21:49:10+00:00,False,gmail,gmail,* master,True,codeinthehole_purl,codeinthehole/purl,https://github.com/codeinthehole/purl +9c4dd7c0b60875bc023e26a4873385cbf43e3f3e,Marc-Antoine Perennou,Marc-Antoine@Perennou.com,2011-01-18 21:42:01+01:00,Marc-Antoine Perennou,Marc-Antoine@Perennou.com,2011-01-18 20:42:01+00:00,False,Perennou,Perennou,* master,True,Keruspe_GPaste,Keruspe/GPaste,https://github.com/Keruspe/GPaste +e1035e4284b52783bb396a79037f67e7c99b9129,Libor Michalek,libor@topspin.com,2005-04-23 00:34:20+00:00,Libor Michalek,libor@topspin.com,2005-04-23 00:34:20+00:00,False,topspin,topspin,* master,True,linux-rdma_rdma-core,linux-rdma/rdma-core,https://github.com/linux-rdma/rdma-core +35472a6ac781ec4b0190672c1f67eeaad7590864,Srivats P.,pstavirs@gmail.com,2014-06-03 07:14:54+05:30,Srivats P.,pstavirs@gmail.com,2014-06-03 01:44:54+00:00,False,gmail,gmail,* master,True,pstavirs_ostinato,pstavirs/ostinato,https://github.com/pstavirs/ostinato +dec3ce7f72953b30900b1e54b8809fb7db87fff7,Lauri Kasanen,curaga@operamail.com,2012-07-07 23:23:19+03:00,Lauri Kasanen,curaga@operamail.com,2012-07-07 20:23:19+00:00,False,operamail,operamail,* master,True,clbr_radeontop.git,clbr/radeontop.git,https://github.com/clbr/radeontop.git +fb73ef4fb876313f43c55f07ec25c2cae37a568f,Ricardo SIGNES,rjbs@cpan.org,2005-09-28 07:22:48-05:00,Ricardo SIGNES,rjbs@cpan.org,2005-09-28 12:22:48+00:00,False,cpan,cpan,* main,True,rjbs_IPC-Run3.git,rjbs/IPC-Run3.git,https://github.com/rjbs/IPC-Run3.git +ec02a2f9a141eeee8be3d803fa67bfe71d2e6da6,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2008-11-11 15:57:28+00:00,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2008-11-11 15:57:28+00:00,False,greenbone,greenbone,* main,True,greenbone_gvmd,greenbone/gvmd,https://github.com/greenbone/gvmd +5f3700de03bdf33884411af90275dab92fa11403,Nicholas J Humfrey,njh@aelius.com,2005-04-15 01:10:16+00:00,Nicholas J Humfrey,njh@aelius.com,2005-04-15 01:10:16+00:00,False,aelius,aelius,* main,True,njh_twolame,njh/twolame,https://github.com/njh/twolame +7699e660c678df45a7d0ce2edaec1611e210d583,Sergey V. Udaltsov,svu@src.gnome.org,2006-09-27 20:27:09+00:00,Sergey V. Udaltsov,svu@src.gnome.org,2006-09-27 20:27:09+00:00,False,src,src,* master,True,GNOME_libgnomekbd.git,GNOME/libgnomekbd.git,https://gitlab.gnome.org/GNOME/libgnomekbd.git +53a402d61c6bf3823e495e4660f560ec0f77d001,Atsuhito KOHDA,kohda@debian.org,2009-10-11 15:25:52+09:00,Atsuhito KOHDA,kohda@debian.org,2009-10-11 06:25:52+00:00,False,debian,debian,* master,True,debian-tex_texworks,debian-tex/texworks,https://github.com/debian-tex/texworks +b9a14fd133ab3c1da2fc28c018ddd5aac248183b,Caolan McMahon,caolan@caolanmcmahon.com,2010-05-27 18:14:36+01:00,Caolan McMahon,caolan@caolanmcmahon.com,2010-05-27 17:14:36+00:00,False,caolanmcmahon,caolanmcmahon,* master,True,caolan_async,caolan/async,https://github.com/caolan/async +6a2c2ff2e1f262b8605fcb2a32da4cec1f13a0fe,martin,xorg62@gmail.com,2008-06-09 01:25:56+02:00,martin,xorg62@gmail.com,2008-06-08 23:25:56+00:00,False,gmail,gmail,* debian,True,anarcat_tty-clock,anarcat/tty-clock,https://github.com/anarcat/tty-clock +fac7f7434099a4882176a47dbcbe126a13f88176,Paragon Initiative Enterprises,security@paragonie.com,2016-02-02 20:32:50-05:00,Scott,scott@paragonie.com,2016-02-03 01:32:50+00:00,False,paragonie,paragonie,* master,True,paragonie_constant_time_encoding,paragonie/constant/time/encoding,https://github.com/paragonie/constant_time_encoding +537ca31915603d7ed47ab4374a74058e340125c7,Tuomas Virtanen,katajakasa@gmail.com,2016-01-04 04:33:59+02:00,Tuomas Virtanen,katajakasa@gmail.com,2016-01-04 02:33:59+00:00,False,gmail,gmail,* master,True,katajakasa_SDL_kitchensink,katajakasa/SDL/kitchensink,https://github.com/katajakasa/SDL_kitchensink +04deaa94e2d86dfb13a77da5ce5b53e63fc8afa0,Jakob Gruber,jakob.gruber@gmail.com,2012-02-06 17:57:06+01:00,Jakob Gruber,jakob.gruber@gmail.com,2012-02-12 23:45:41+00:00,False,gmail,gmail,* master,True,picmi.git,picmi.git,https://anongit.kde.org/picmi.git +c13e6d795f235afeee4cd38ed5117272dcd5be58,nojhan,nojhan@gmail.com,2012-07-19 14:17:32+02:00,nojhan,nojhan@gmail.com,2012-07-19 12:17:32+00:00,False,gmail,gmail,* master,True,nojhan_liquidprompt.git,nojhan/liquidprompt.git,https://github.com/nojhan/liquidprompt.git +5b62cd9db804a2e7e14cdc4c8a81f475fda15619,Bernard Cafarelli,bernard.cafarelli@gmail.com,2017-12-06 13:46:20+01:00,Bernard Cafarelli,bernard.cafarelli@gmail.com,2017-12-06 12:46:20+00:00,False,gmail,gmail,* master,True,voyageur_wmsysmon.git,voyageur/wmsysmon.git,https://github.com/voyageur/wmsysmon.git +7e916f946c528e7e5e86ae69a0a2a396f8134a71,Xavier Clerc,forum@x9c.fr,2013-09-09 21:13:04+02:00,Xavier Clerc,forum@x9c.fr,2013-09-09 19:13:04+00:00,False,x9c,x9c,* master,True,garrigue_labltk.git,garrigue/labltk.git,https://github.com/garrigue/labltk.git +cf6604ca86246915efbaa4fdf4aa1acc6df682b7,Sean Gillies,sean.gillies@gmail.com,2014-12-26 13:03:17-08:00,Sean Gillies,sean.gillies@gmail.com,2014-12-26 21:03:17+00:00,False,gmail,gmail,* master,True,mapbox_cligj.git,mapbox/cligj.git,https://github.com/mapbox/cligj.git +801e4b2c3829ca87835c7d2ad6e93c3891e7bf0b,Nathan Neulinger,nneul@neulinger.org,2005-02-04 01:59:19+00:00,Nathan Neulinger,nneul@neulinger.org,2005-02-04 01:59:19+00:00,False,neulinger,neulinger,* main,True,cracklib_cracklib.git,cracklib/cracklib.git,https://github.com/cracklib/cracklib.git +2f91d64139132e3d8c68af283ea69f7453873a07,Michael Gauthier,mike@silverorange.com,2011-12-29 02:26:37-04:00,Michael Gauthier,mike@silverorange.com,2011-12-29 06:26:37+00:00,False,silverorange,silverorange,* master,True,pear_Crypt_GPG.git,pear/Crypt/GPG.git,https://github.com/pear/Crypt_GPG.git +d0732d71873fe4ef6c421b343d79f17f8b9bf0ae,Thibaut Colar,tcolar@colar.net,2013-09-05 20:54:54-07:00,Thibaut Colar,tcolar@colar.net,2013-09-06 03:54:54+00:00,False,colar,colar,* master,True,tcolar_wmfrog,tcolar/wmfrog,https://github.com/tcolar/wmfrog +3724c499f66b1da82c3ca99a70c12b612ed10d99,Saz,me@saz.sh,2011-11-20 14:38:05+01:00,Saz,me@saz.sh,2011-11-20 13:38:05+00:00,False,saz,saz,* master,True,saz_puppet-memcached,saz/puppet-memcached,https://github.com/saz/puppet-memcached +7b8496cf046d4d33a0a9b42ebd7d0953cbc78ad8,Vladimir Zhuravlev,private.face@gmail.com,2012-01-15 16:57:04+04:00,Vladimir Zhuravlev,private.face@gmail.com,2012-01-15 12:57:04+00:00,False,gmail,gmail,* master,True,private-face_jquery.fullscreen,private-face/jquery.fullscreen,https://github.com/private-face/jquery.fullscreen +a48cf5351bd8d2c1474481425e29eaa1d18050b2,Bob Farrell,bob@keys.(none),2008-04-27 22:05:23+01:00,Bob Farrell,bob@keys.(none),2008-04-27 21:05:23+00:00,False,keys,keys,* main,True,bpython_bpython.git,bpython/bpython.git,https://github.com/bpython/bpython.git +44485e2da13831c48d07a019a1d36c5abd2e6f0c,Patrick Niklaus,marex@opencompositing.org,2007-09-26 17:50:46+02:00,Patrick Niklaus,marex@opencompositing.org,2007-09-26 15:50:46+00:00,False,opencompositing,opencompositing,* master,True,compiz_simple-ccsm.git,compiz/simple-ccsm.git,https://gitlab.com/compiz/simple-ccsm.git +525ff7dcad98fbd1d4b3f1e0fad7d0819e466843,jhealy,jhealy@3db89d08-1e44-db11-a2a8-0014220fd31b,2007-07-28 04:07:52+00:00,jhealy,jhealy@3db89d08-1e44-db11-a2a8-0014220fd31b,2007-07-28 04:07:52+00:00,False,3db89d08-1e44-db11-a2a8-0014220fd31b,3db89d08-1e44-db11-a2a8-0014220fd31b,* main,True,yob_pdf-reader,yob/pdf-reader,https://github.com/yob/pdf-reader +2414dc1f86e72fa43969759bc7362a1a00fb180a,pmichaud,pmichaud@pobox.com,2009-10-06 09:37:57-05:00,pmichaud,pmichaud@pobox.com,2009-10-06 14:37:57+00:00,False,pobox,pobox,* main,True,Raku_nqp.git,Raku/nqp.git,https://github.com/Raku/nqp.git +605d3e56c68d6ff500d469b414b6926f1213b6ff,yappo,yappo@d0d07461-0603-4401-acd4-de1884942a52,2008-10-23 02:14:41+00:00,yappo,yappo@d0d07461-0603-4401-acd4-de1884942a52,2008-10-23 02:14:41+00:00,False,d0d07461-0603-4401-acd4-de1884942a52,d0d07461-0603-4401-acd4-de1884942a52,* master,True,yappo_p5-String-Diff.git,yappo/p5-String-Diff.git,https://github.com/yappo/p5-String-Diff.git +afa1ce572f6f3b3cf24f4aed62ec2cc04e3be560,Daniele Varrazzo,piro@develer.com,2009-12-01 00:54:51+00:00,Daniele Varrazzo,piro@develer.com,2009-12-01 00:54:51+00:00,False,develer,develer,* master,True,dvarrazzo_py-setproctitle,dvarrazzo/py-setproctitle,https://github.com/dvarrazzo/py-setproctitle +ef416fc25c4af449e930416117bedb12fc9924ba,jlovell,jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be,2006-01-13 01:51:53+00:00,jlovell,jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be,2006-01-13 01:51:53+00:00,False,a1ca3aef-8c08-0410-bb20-df032aa958be,a1ca3aef-8c08-0410-bb20-df032aa958be,* master,True,OpenPrinting_cups,OpenPrinting/cups,https://github.com/OpenPrinting/cups +fdfe65b1592c9d60550455ec19deb99f8be33ef5,Masao Mutoh,mutoh@highway.ne.jp,2002-05-19 12:29:27+00:00,Masao Mutoh,mutoh@highway.ne.jp,2002-05-19 12:29:27+00:00,False,highway,highway,* main,True,ruby-gnome_ruby-gnome.git,ruby-gnome/ruby-gnome.git,https://github.com/ruby-gnome/ruby-gnome.git +3ced692f2d504c6c1dbf8c01feee8b0747ca5dbe,Kacper Wysocki,kacperw@gmail.com,2010-03-02 11:27:59+01:00,Kacper Wysocki,kacperw@gmail.com,2010-03-02 10:27:59+00:00,False,gmail,gmail,* master,True,comotion_cpm,comotion/cpm,https://github.com/comotion/cpm +95568d0263e6a1e3752ec6edc684e83f302d1714,dbr,dbr.onix@gmail.com,2020-04-28 19:23:02+09:30,dbr,dbr.onix@gmail.com,2020-04-28 09:53:02+00:00,False,gmail,gmail,* master,True,dbr_tvdb_api.git,dbr/tvdb/api.git,https://github.com/dbr/tvdb_api.git +4257b603e8b0dc3010111dda0807ec41a07d8f56,John Resig,jeresig@gmail.com,2008-08-24 17:30:09-04:00,John Resig,jeresig@gmail.com,2008-08-24 21:30:09+00:00,False,gmail,gmail,* main,True,jquery_sizzle.git,jquery/sizzle.git,https://github.com/jquery/sizzle.git +f637ea3fc2f3ff7111c81acb317505608fc66758,x90skyfox,x90skyfox@gmail.com,2017-03-31 21:00:19-05:00,x90skyfox,x90skyfox@gmail.com,2017-04-01 02:00:19+00:00,False,gmail,gmail,* main,True,x90skysn3k_brutespray,x90skysn3k/brutespray,https://github.com/x90skysn3k/brutespray +8afc2e65c5bb69b7061b77b0cf899cf05043435d,Peter Mayr,baernstein@gmail.com,2011-12-16 23:34:23+00:00,Peter Mayr,baernstein@gmail.com,2011-12-16 23:34:23+00:00,False,gmail,gmail,* master,True,gap-packages_sonata.git,gap-packages/sonata.git,https://github.com/gap-packages/sonata.git +71eca9837f82857fe4f52598901923df05340cb1,Trent Mick,trentm@gmail.com,2010-07-27 21:34:54-07:00,Trent Mick,trentm@gmail.com,2010-07-28 04:34:54+00:00,False,gmail,gmail,* master,True,ActiveState_appdirs.git,ActiveState/appdirs.git,https://github.com/ActiveState/appdirs.git +1a5ec02998932c8016b9e031594a15e9fcaf6f33,Marcin Owsiany,porridge@debian.org,2005-07-28 12:43:46+00:00,Marcin Owsiany,porridge@debian.org,2005-07-28 12:43:46+00:00,False,debian,debian,* master,True,a-detiste_cruft,a-detiste/cruft,https://github.com/a-detiste/cruft +6ef2ab157fc0999ae991a2f52ac0a333c5961d20,Cheer Xiao,xiaqqaix@gmail.com,2013-06-16 16:45:22+08:00,Cheer Xiao,xiaqqaix@gmail.com,2013-06-16 08:45:22+00:00,False,gmail,gmail,* master,True,elves_elvish.git,elves/elvish.git,https://github.com/elves/elvish.git +001253b4d14c6209443e575270f94575388c7671,Michael M Slusarz,slusarz@curecanti.org,2009-07-13 23:13:35-06:00,Michael M Slusarz,slusarz@curecanti.org,2009-07-14 17:20:07+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_turba.git,horde/turba.git,https://github.com/horde/turba.git +96af5328a672fa670a3852cb68a23de3758551d4,Jason Davies,jason@jasondavies.com,2011-07-06 18:39:23+01:00,Jason Davies,jason@jasondavies.com,2011-07-09 11:51:46+00:00,False,jasondavies,jasondavies,* master,True,jasondavies_science.js.git,jasondavies/science.js.git,https://github.com/jasondavies/science.js.git +69f97b24d60e416021458d9530bd271991a44ed0,Frank B. Brokken,f.b.brokken@rug.nl,2009-03-07 13:53:44+00:00,Frank B. Brokken,f.b.brokken@rug.nl,2009-03-07 13:53:44+00:00,False,rug,rug,* master,True,fbb-git_gpg-remailer,fbb-git/gpg-remailer,https://gitlab.com/fbb-git/gpg-remailer +fb448256024ad36280e8c3b6b196915d7eab133f,Johan Mattsson,johan@floden.(none),2012-05-18 09:01:47+02:00,Johan Mattsson,johan@floden.(none),2012-05-18 07:01:47+00:00,False,floden,floden,* master,True,johanmattssonm_birdfont.git,johanmattssonm/birdfont.git,https://github.com/johanmattssonm/birdfont.git +80c8c2d0a6e63745ff099b33ad2848b6fb17285a,David Beazley,dave@dabeaz.com,2006-11-21 15:09:46+00:00,David Beazley,dave@dabeaz.com,2006-11-21 15:09:46+00:00,False,dabeaz,dabeaz,* master,True,dabeaz_ply,dabeaz/ply,https://github.com/dabeaz/ply +361122eb22d5681c58dac731009e4814b3dd5fa5,Andi Albrecht,albrecht.andi@gmail.com,2009-04-03 21:26:42+02:00,Andi Albrecht,albrecht.andi@gmail.com,2009-04-03 19:26:42+00:00,False,gmail,gmail,* master,True,andialbrecht_sqlparse.git,andialbrecht/sqlparse.git,https://github.com/andialbrecht/sqlparse.git +51ff5b84b9797ac1973b1f2c8125a9a37fa81f57,suntong001,suntong@cpan.org,2013-12-01 19:17:17-08:00,suntong001,suntong@cpan.org,2013-12-02 03:17:17+00:00,False,cpan,cpan,* master,True,suntong_dbab.git,suntong/dbab.git,https://github.com/suntong/dbab.git +51607386c7609a483568ad935083c9668fe6241b,Robey Pointer,robey@lag.net,2003-11-04 08:34:24+00:00,Robey Pointer,robey@lag.net,2003-11-04 08:34:24+00:00,False,lag,lag,* main,True,paramiko_paramiko,paramiko/paramiko,https://github.com/paramiko/paramiko +9f379eb00d882ea64e165c08407b155e90b2dd8f,Yannick Schwartz,ys218403@is140727.(none),2010-08-17 16:14:17+02:00,Yannick Schwartz,ys218403@is140727.(none),2010-08-17 14:14:17+00:00,False,is140727,is140727,* master,True,pyxnat_pyxnat.git,pyxnat/pyxnat.git,https://github.com/pyxnat/pyxnat.git +ebd4329f7ba6edff76425a63e037c19a8838496e,Berke Durak,berke@lunatic.(none),2009-01-16 22:06:43+01:00,Berke Durak,berke@lunatic.(none),2009-01-16 21:06:43+00:00,False,lunatic,lunatic,* master,True,berke_wipe,berke/wipe,https://github.com/berke/wipe +e5628fa25197a0e438c2edfffb17a626e0983c8c,Andrew Hsu,andrewhsu@apache.org,2009-10-10 00:06:30+00:00,Andrew Hsu,andrewhsu@apache.org,2009-10-10 00:06:30+00:00,False,apache,apache,* master,True,apache_trafficserver,apache/trafficserver,https://github.com/apache/trafficserver +4c6fb3873e0254b4aa7ec62debcf2cf6c2ccfea4,darkrose,lisa@ltmnet.com,2012-04-22 19:58:40+10:00,darkrose,lisa@ltmnet.com,2012-04-22 09:58:40+00:00,False,ltmnet,ltmnet,* master,True,TicklishHoneyBee_nodau,TicklishHoneyBee/nodau,https://github.com/TicklishHoneyBee/nodau +a480a20560937062e15d89e459c0df2c847cc329,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-11-19 12:48:18+01:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-11-19 11:48:18+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_php-text-template,sebastianbergmann/php-text-template,https://github.com/sebastianbergmann/php-text-template +5c6b0b031ffc69692febeffc632f1bafb27351fd,John Nunemaker,nunemaker@gmail.com,2009-03-28 23:43:14-04:00,John Nunemaker,nunemaker@gmail.com,2009-03-29 03:43:14+00:00,False,gmail,gmail,* master,True,jnunemaker_crack,jnunemaker/crack,https://github.com/jnunemaker/crack +bfa33be44a880ceea9669b7a40ebe93f5f6ba29d,Norbert Preining,norbert@preining.info,2018-10-30 10:48:31+09:00,Norbert Preining,norbert@preining.info,2018-10-30 01:48:31+00:00,False,preining,preining,* master,True,debian-calibre_unrardll,debian-calibre/unrardll,https://github.com/debian-calibre/unrardll +548fb76622cacbdf4416f07b718f1bdd93924a9f,Dmitri Pal,dpal@redhat.com,2009-04-06 09:30:01-04:00,Stephen Gallagher,sgallagh@redhat.com,2009-04-06 19:59:21+00:00,False,redhat,redhat,* master,True,SSSD_ding-libs,SSSD/ding-libs,https://github.com/SSSD/ding-libs +1a5fab22378612cc424093c35352a55a5b374b64,Jacob Peddicord,jpeddicord@users.noreply.github.com,2017-09-18 10:17:30-07:00,GitHub,noreply@github.com,2017-09-18 17:17:30+00:00,False,users,github,* master,True,aws_aws-xray-sdk-python,aws/aws-xray-sdk-python,https://github.com/aws/aws-xray-sdk-python +ce08aeb69cb20095f28ec155c750cca1fb5f587c,Prabhu Ramachandran,prabhu@aero.iitb.ac.in,2013-02-21 16:05:19+05:30,Prabhu Ramachandran,prabhu@aero.iitb.ac.in,2013-02-21 10:35:19+00:00,False,aero,aero,* master,True,pypr_pysph,pypr/pysph,https://github.com/pypr/pysph +aa252e01e978bae69ae1f19b978adbb38c63dee9,Philip Rinn,rinni@gmx.net,2013-07-09 17:41:56+02:00,Philip Rinn,rinni@gmx.net,2013-07-09 15:41:56+00:00,False,gmx,gmx,* master,True,innir_gtranscribe,innir/gtranscribe,https://github.com/innir/gtranscribe +6951dff8b9a3a92adcdccbe71096019130a181ae,Jan Lelis,mail@janlelis.de,2011-06-29 15:39:35+02:00,Jan Lelis,mail@janlelis.de,2011-06-29 13:39:35+00:00,False,janlelis,janlelis,* main,True,janlelis_paint.git,janlelis/paint.git,https://github.com/janlelis/paint.git +ad1b13b5645cabbc344737c7393678af6eb1e25b,jdsksy,jdsksy@cb113865-1e22-0410-9cd3-9b64e74467e9,2006-05-31 15:28:39+00:00,jdsksy,jdsksy@cb113865-1e22-0410-9cd3-9b64e74467e9,2006-05-31 15:28:39+00:00,False,cb113865-1e22-0410-9cd3-9b64e74467e9,cb113865-1e22-0410-9cd3-9b64e74467e9,* master,True,JDimproved_JDim.git,JDimproved/JDim.git,https://github.com/JDimproved/JDim.git +f06d6953a7972d02c24a7764652df3c6c5ed6528,Alejandro Garrido Mota,garridomota@gmail.com,2010-09-12 12:09:43-04:30,Alejandro Garrido Mota,garridomota@gmail.com,2010-09-12 16:39:43+00:00,False,gmail,gmail,* master,True,mogaal_sendemail,mogaal/sendemail,https://github.com/mogaal/sendemail +602e11a5d26ea0d712de6b7a2ea0b18545bbbdd7,Daniel O'Connor,daniel.oconnor@gmail.com,2011-12-07 00:34:54+10:30,Daniel O'Connor,daniel.oconnor@gmail.com,2011-12-06 14:04:54+00:00,False,gmail,gmail,* master,True,pear_Mail_Mime.git,pear/Mail/Mime.git,https://github.com/pear/Mail_Mime.git +430a6143b84fa18e3dd8ff29ff8aa1e164f35fc3,Sam Clements,sam@borntyping.co.uk,2012-09-05 18:54:25+01:00,Sam Clements,sam@borntyping.co.uk,2012-09-05 17:57:08+00:00,False,borntyping,borntyping,* main,True,borntyping_python-colorlog.git,borntyping/python-colorlog.git,https://github.com/borntyping/python-colorlog.git +f07024ab57116ace59b79de2c285274670c1133b,Bostjan Skufca,bostjan@a2o.si,2010-08-04 23:44:24+02:00,Boštjan Škufca,bostjan@a2o.si,2010-08-04 21:46:36+00:00,False,a2o,a2o,* master,True,a2o_snoopy,a2o/snoopy,https://github.com/a2o/snoopy +841a5254392b74fa370d43567b35c2da9755d20e,ifcquery,fabian.gerold@gmail.com,2018-02-05 12:09:40+01:00,ifcquery,fabian.gerold@gmail.com,2018-02-05 11:09:40+00:00,False,gmail,gmail,* master,True,ifcquery_ifcplusplus,ifcquery/ifcplusplus,https://github.com/ifcquery/ifcplusplus +dbd7b94e4bfee41eaa21b5b407ab01ad6e4501b1,Pascal Rigaux,pascal.rigaux@univ-paris1.fr,2017-02-24 14:08:46+01:00,GitHub,noreply@github.com,2017-02-24 13:08:46+00:00,False,univ-paris1,github,* master,True,pixel_hexedit.git,pixel/hexedit.git,https://github.com/pixel/hexedit.git +9c025782b67501675ef6775d7316c034d53cbccb,Greg Caporaso,gregcaporaso@gmail.com,2013-12-13 08:24:42-08:00,Greg Caporaso,gregcaporaso@gmail.com,2013-12-13 16:24:42+00:00,False,gmail,gmail,* main,True,scikit-bio_scikit-bio,scikit-bio/scikit-bio,https://github.com/scikit-bio/scikit-bio +628a93ff5047ec30bbaefc46182cd0cec98ebcd6,singmann,henrik.singmann@psychologie.uni-freiburg.de,2015-06-29 22:00:57+02:00,singmann,henrik.singmann@psychologie.uni-freiburg.de,2015-06-29 20:00:57+00:00,False,psychologie,psychologie,* master,True,singmann_afex.git,singmann/afex.git,https://github.com/singmann/afex.git +ea2872684563c6e9be4d09080f993a8d3bb6169a,Juston Li,juston.li@intel.com,2018-05-14 16:47:29-07:00,Juston Li,juston.li@intel.com,2018-05-15 00:00:06+00:00,False,intel,intel,* master,True,kilobyte_ipmctl,kilobyte/ipmctl,https://github.com/kilobyte/ipmctl +cb30edc105b2d678e76b3b4e081379a5052a77cb,Julien Barnier,julien@nozav.org,2015-06-23 17:20:41+02:00,Julien Barnier,julien@nozav.org,2015-06-23 15:20:41+00:00,False,nozav,nozav,* master,True,juba_scatterD3.git,juba/scatterD3.git,https://github.com/juba/scatterD3.git +04bf55003043a79c3426631a381734f174cff306,Sylvain Corlay,sylvain.corlay@gmail.com,2015-03-03 23:38:13-05:00,Sylvain Corlay,sylvain.corlay@gmail.com,2015-03-04 15:51:56+00:00,False,gmail,gmail,* master,True,spyder-ide_qtawesome,spyder-ide/qtawesome,https://github.com/spyder-ide/qtawesome +7e6fff48cd04f5dde2db9f91fc967bb2162db06a,Robert Krause,Ruport@web.de,2013-09-21 07:41:24+02:00,Robert Krause,Ruport@web.de,2013-09-21 05:41:24+00:00,False,web,web,* master,True,Rup0rt_netmate,Rup0rt/netmate,https://github.com/Rup0rt/netmate +92f358bf5411468c8db41f5eb6b89ad4bece35ff,Volker Krause,vkrause@kde.org,2018-03-16 17:31:06+01:00,Volker Krause,vkrause@kde.org,2018-03-16 16:31:06+00:00,False,kde,kde,* master,True,pim_kpkpass,pim/kpkpass,https://invent.kde.org/pim/kpkpass +b95cb0010d4aba2eac3363bb505b483a6d8c1e93,Nadav Ivgi,nadav@shesek.info,2014-04-11 09:07:19-07:00,Nadav Ivgi,nadav@shesek.info,2014-04-11 16:07:19+00:00,False,shesek,shesek,* master,True,shesek_iferr,shesek/iferr,https://github.com/shesek/iferr +c8328c02c044e919756b4bf96d3266c5d8bba6b2,Laurent Guéguen,laurent.gueguen@univ-lyon1.fr,2022-12-05 10:05:00+01:00,GitHub,noreply@github.com,2022-12-05 09:05:00+00:00,False,univ-lyon1,github,* master,True,BioPP_bpp-popgen,BioPP/bpp-popgen,https://github.com/BioPP/bpp-popgen +74472751951142fa170d35fbc9666d47a6b6d890,spamsch,unknown,2009-05-04 14:36:05+00:00,spamsch,unknown,2009-05-04 14:36:05+00:00,False,unknown,unknown,* master,True,andrewleech_PyWebDAV3.git,andrewleech/PyWebDAV3.git,https://github.com/andrewleech/PyWebDAV3.git +ce54a08371e5ab3b165781c9e2c0cad5a9bdd037,Mike Bayer,mike_mp@zzzcomputing.com,2013-12-29 20:18:18-05:00,Mike Bayer,mike_mp@zzzcomputing.com,2013-12-30 01:18:18+00:00,False,zzzcomputing,zzzcomputing,* main,True,sqlalchemyorg_sphinx-paramlinks,sqlalchemyorg/sphinx-paramlinks,https://github.com/sqlalchemyorg/sphinx-paramlinks +b15ad394279fc3b7f998fa56857f334a7c0156f6,Armin Ronacher,armin.ronacher@active-4.com,2010-04-06 13:23:18+02:00,Armin Ronacher,armin.ronacher@active-4.com,2010-04-06 11:23:18+00:00,False,active-4,active-4,* main,True,pallets_flask,pallets/flask,https://github.com/pallets/flask +da824ed3edf328558634c3ab8dceeeb7dc58d1a7,Konstantin L. Metlov,metlov@fti.dn.ua,2022-10-13 20:10:36+03:00,Konstantin L. Metlov,metlov@fti.dn.ua,2022-10-13 17:10:36+00:00,False,fti,fti,* main,True,metlov_cycle.git,metlov/cycle.git,https://github.com/metlov/cycle.git +124dd931bdbe0065a410c008265f203e7825ebbb,Bogdan Irimie,irimie.bogdan@outlook.com,2019-07-18 14:34:51+03:00,GitHub,noreply@github.com,2019-07-18 11:34:51+00:00,False,outlook,github,* main,True,puppetlabs_facter.git,puppetlabs/facter.git,https://github.com/puppetlabs/facter.git +7eac0259a3fdcf8684194af76d3acac7244a38dd,Jordan Sissel,jls@semicomplete.com,2013-08-19 22:51:20-07:00,Jordan Sissel,jls@semicomplete.com,2013-08-20 05:51:20+00:00,False,semicomplete,semicomplete,* master,True,elasticsearch_curator.git,elasticsearch/curator.git,https://github.com/elasticsearch/curator.git +b1d0ce2848a79664374f802954b1e4390b11da6d,pancake,pancake@dazo,2007-04-20 18:20:22+02:00,pancake,pancake@dazo,2007-04-20 16:20:22+00:00,False,dazo,dazo,* master,True,pali_0xFFFF,pali/0xFFFF,https://github.com/pali/0xFFFF +c9ef8d55c1d57e504c58acfd589f4b7b7259d7ea,Christian Ledermann,christian.ledermann@gmail.com,2012-06-21 22:24:58+03:00,Christian Ledermann,christian.ledermann@gmail.com,2012-06-21 19:24:58+00:00,False,gmail,gmail,* develop,True,cleder_fastkml,cleder/fastkml,https://github.com/cleder/fastkml +c78e1210a07e83ba0fc2ad1c474f226ecad211e5,Matthias C. M. Troffaes,matthias.troffaes@gmail.com,2011-03-18 16:16:49+00:00,Matthias C. M. Troffaes,matthias.troffaes@gmail.com,2011-03-18 16:16:49+00:00,False,gmail,gmail,* develop,True,mcmtroffaes_sphinxcontrib-bibtex.git,mcmtroffaes/sphinxcontrib-bibtex.git,https://github.com/mcmtroffaes/sphinxcontrib-bibtex.git +d8cf97c342defa98e0e581bf626f9825aba4302f,gotcha,gotcha@a3887c4a-a2f1-0310-b564-db751d5de38d,2007-06-04 21:54:24+00:00,gotcha,gotcha@a3887c4a-a2f1-0310-b564-db751d5de38d,2007-06-04 21:54:24+00:00,False,a3887c4a-a2f1-0310-b564-db751d5de38d,a3887c4a-a2f1-0310-b564-db751d5de38d,* master,True,gotcha_ipdb,gotcha/ipdb,https://github.com/gotcha/ipdb +3f94f6ea5500f36e152e27cdb71eb2a8270b3f6b,kmx,kmx@cpan.org,2015-02-04 08:44:22+01:00,kmx,kmx@cpan.org,2015-02-04 07:44:22+00:00,False,cpan,cpan,* master,True,kmx_perl-Crypt-OpenSSL-Bignum.git,kmx/perl-Crypt-OpenSSL-Bignum.git,https://github.com/kmx/perl-Crypt-OpenSSL-Bignum.git +e35b2d4296b3efe628e83b48e367367551acb1b1,Rolf Leggewie,foss@rolf.leggewie.biz,2009-07-29 00:23:35+02:00,Rolf Leggewie,foss@rolf.leggewie.biz,2009-07-28 22:23:35+00:00,False,rolf,rolf,* master,True,leggewie-DM_gjots2,leggewie-DM/gjots2,https://github.com/leggewie-DM/gjots2 +b831bc65fcc368b295a889a6c96b37bdf7744448,Pablo Hoffman,pablo@pablohoffman.com,2011-04-16 19:51:39-03:00,Pablo Hoffman,pablo@pablohoffman.com,2011-04-16 22:51:39+00:00,False,pablohoffman,pablohoffman,* master,True,scrapy_w3lib.git,scrapy/w3lib.git,https://github.com/scrapy/w3lib.git +d45eb8cb58ef179eb07e09e39a0598fee415d770,Jean Christophe Roy,jcking@gmail.com,2015-09-23 20:31:54-04:00,Jean Christophe Roy,jcking@gmail.com,2015-09-24 00:31:54+00:00,False,gmail,gmail,* master,True,jeancroy_fuzzaldrin-plus,jeancroy/fuzzaldrin-plus,https://github.com/jeancroy/fuzzaldrin-plus +2525c00f8242b4233741af213db382febeff2494,John McNamara,jmcnamara@cpan.org,2013-01-04 01:07:13+00:00,John McNamara,jmcnamara@cpan.org,2013-01-04 01:07:13+00:00,False,cpan,cpan,* main,True,jmcnamara_XlsxWriter,jmcnamara/XlsxWriter,https://github.com/jmcnamara/XlsxWriter +48e3a31cab2c6b515c26e69878f606a6d4d6df6f,Henrik Kinnunen,fluxgen@fluxbox.org,2007-10-17 18:02:07+02:00,Henrik Kinnunen,fluxgen@fluxbox.org,2007-10-17 16:02:07+00:00,False,fluxbox,fluxbox,* master,True,fluxbox_fbpager,fluxbox/fbpager,https://github.com/fluxbox/fbpager +c6e45f6b27a4592dbfcebdd670fce9bf2331674a,mjambon,mjambon@4dc46477-a140-4a2c-bd1b-e9ba1967f8d8,2009-02-06 16:38:31+00:00,mjambon,mjambon@4dc46477-a140-4a2c-bd1b-e9ba1967f8d8,2009-02-06 16:38:31+00:00,False,4dc46477-a140-4a2c-bd1b-e9ba1967f8d8,4dc46477-a140-4a2c-bd1b-e9ba1967f8d8,* master,True,mjambon_cppo.git,mjambon/cppo.git,https://github.com/mjambon/cppo.git +4681f35259643a6278e2ee02d3b5e676d9d32b81,Henning Peters,pete@dexterslab.de,2016-03-13 23:02:05+01:00,Henning Peters,pete@dexterslab.de,2016-03-13 22:02:05+00:00,False,dexterslab,dexterslab,* master,True,explosion_murmurhash,explosion/murmurhash,https://github.com/explosion/murmurhash +4f24a35522f46f2326d0a6bdb2243bbda7e7c4a0,Alexander Wirt,formorer@crusty.snow-crash.org,2009-11-08 14:06:37+01:00,Alexander Wirt,formorer@crusty.snow-crash.org,2009-11-08 13:06:37+00:00,False,crusty,crusty,* master,True,formorer_pkg-ipvsadm,formorer/pkg-ipvsadm,https://github.com/formorer/pkg-ipvsadm +fe18a0159ca13659d3f79124bf8f3d9dec0c593f,Enrico Zini,enrico@enricozini.org,2014-05-14 11:53:17+02:00,Enrico Zini,enrico@enricozini.org,2014-05-14 09:53:17+00:00,False,enricozini,enricozini,* master,True,spanezz_django-housekeeping.git,spanezz/django-housekeeping.git,https://github.com/spanezz/django-housekeeping.git +090a9cfe7175ebc17bbcbab9e6cdbb904eaa7165,Matt Kimball,mkimball@xmission.com,1998-10-17 00:00:00+00:00,Travis Cross,tc@traviscross.com,2013-02-03 20:45:27+00:00,False,xmission,traviscross,* master,True,traviscross_mtr,traviscross/mtr,https://github.com/traviscross/mtr +f8dbacd1b77cd0e24d24795ae0af8c5e6fc15cb2,contra,yo@contra.io,2013-07-04 01:29:17-07:00,Blaine Bublitz,blaine.bublitz@gmail.com,2017-02-16 18:12:43+00:00,False,contra,gmail,* master,True,gulpjs_glob-stream,gulpjs/glob-stream,https://github.com/gulpjs/glob-stream +70ddf028d8bc5edd79a027e10f316939b9359b0e,Michael R Sweet,michaelrsweet@users.noreply.github.com,1999-05-03 16:35:11+00:00,Michael R Sweet,michaelrsweet@users.noreply.github.com,1999-05-03 16:35:11+00:00,False,users,users,* master,True,michaelrsweet_htmldoc.git,michaelrsweet/htmldoc.git,https://github.com/michaelrsweet/htmldoc.git +77c98848a144b16aa8455b8935ceadfa52182fe3,Eran Hammer,eran@hueniverse.com,2014-10-12 23:26:32-07:00,Eran Hammer,eran@hueniverse.com,2014-10-13 06:26:32+00:00,False,hueniverse,hueniverse,* master,True,hapijs_code.git,hapijs/code.git,https://github.com/hapijs/code.git +95acae82303d1095d32c05579877951e3772b4d6,Anatoly Boshkin,boshkina@ncbi.nlm.nih.gov,2014-09-24 15:40:09-04:00,Anatoly Boshkin,boshkina@ncbi.nlm.nih.gov,2014-09-24 19:40:09+00:00,False,ncbi,ncbi,* master,True,ncbi_ncbi-vdb,ncbi/ncbi-vdb,https://github.com/ncbi/ncbi-vdb +c6c3d5e22f817dc76dd24901a62b2427994b0fe3,Thomas Bonfort,thomas.bonfort@gmail.com,2011-08-26 10:59:54+00:00,Thomas Bonfort,thomas.bonfort@gmail.com,2011-08-26 10:59:54+00:00,False,gmail,gmail,* main,True,mapserver_mapcache.git,mapserver/mapcache.git,https://github.com/mapserver/mapcache.git +713504808eb23fa027e82678afa4700e589063fb,Pierre Raybaut,pierre.raybaut@cea.fr,2010-09-01 18:02:03+02:00,Pierre Raybaut,pierre.raybaut@cea.fr,2010-09-01 16:02:03+00:00,False,cea,cea,* master,True,Codra-Ingenierie-Informatique_guidata,Codra-Ingenierie-Informatique/guidata,https://github.com/Codra-Ingenierie-Informatique/guidata +98d19981639a3685d631214b2c2c5e97f609f12a,Jakob Unterwurzacher,jakobunt@gmail.com,2014-01-29 00:14:12+01:00,Jakob Unterwurzacher,jakobunt@gmail.com,2014-01-28 23:16:37+00:00,False,gmail,gmail,* master,True,rfjakob_earlyoom,rfjakob/earlyoom,https://github.com/rfjakob/earlyoom +b167f04567212f1a8faba4e8e0511f77947c9221,w1z7ard,w1z7ard@6778bc44-b910-0410-a7a0-be141de4315d,2007-02-17 23:50:52+00:00,w1z7ard,w1z7ard@6778bc44-b910-0410-a7a0-be141de4315d,2007-02-17 23:50:52+00:00,False,6778bc44-b910-0410-a7a0-be141de4315d,6778bc44-b910-0410-a7a0-be141de4315d,* master,True,projectM-visualizer_projectm.git,projectM-visualizer/projectm.git,https://github.com/projectM-visualizer/projectm.git +7cd606b0767eeab03d7c5e21a32817fc05fb8d4d,FMaz008,fmaz008@gmail.com,2011-03-16 16:50:35-04:00,Arne Blankerts,Arne@Blankerts.de,2011-03-20 13:30:57+00:00,False,gmail,Blankerts,* master,True,theseer_phpdox,theseer/phpdox,https://github.com/theseer/phpdox +c59a212a4cda512c184a987312970b464404d17b,Adam Coleman,caver13@sbcglobal.net,2011-12-30 09:04:56-06:00,Adam Coleman,caver13@sbcglobal.net,2011-12-30 15:04:56+00:00,False,sbcglobal,sbcglobal,* main,True,py-pdf_pypdf,py-pdf/pypdf,https://github.com/py-pdf/pypdf +e7a0e913c9072f87fdb78a5f5599013e4676f3de,Alf,naihe2010@126.com,2008-10-17 06:37:32+00:00,naihe2010,naihe2010@0b320678-9417-11dd-96fe-b7752841f4c4,2008-10-17 06:37:32+00:00,False,126,0b320678-9417-11dd-96fe-b7752841f4c4,* master,True,naihe2010_apvlv,naihe2010/apvlv,https://github.com/naihe2010/apvlv +fc016c7d56983a2362c7b71d1ac8925d56406fe0,kiozen,oliver.eichler@gmx.de,2014-05-28 13:41:08+00:00,kiozen,oliver.eichler@gmx.de,2014-05-28 13:41:08+00:00,False,gmx,gmx,* dev,True,Maproom_qmapshack.git,Maproom/qmapshack.git,https://github.com/Maproom/qmapshack.git +c4f49da3fc2f45b05a9c60c6891203635130d478,Luís Pereira,luis.artur.pereira@gmail.com,2013-08-12 11:01:14-07:00,Luís Pereira,luis.artur.pereira@gmail.com,2013-08-12 18:01:14+00:00,False,gmail,gmail,* master,True,lxqt_libqtxdg.git,lxqt/libqtxdg.git,https://github.com/lxqt/libqtxdg.git +2aadebd414dd85b67f2c0a9f7f7d6032ce661c6d,Aurelio Jargas,verde@aurelio.net,2019-12-17 20:04:17+01:00,Aurelio Jargas,verde@aurelio.net,2019-12-17 21:59:46+00:00,False,aurelio,aurelio,* master,True,txt2tags_txt2tags.git,txt2tags/txt2tags.git,https://github.com/txt2tags/txt2tags.git +a302136106c0be1401aedd5040ce0cebec0c8bc8,doug,doug@mercury.(none),2012-01-24 21:49:00-05:00,doug,doug@mercury.(none),2012-01-25 02:49:00+00:00,False,mercury,mercury,* master,True,hoytech_vmtouch,hoytech/vmtouch,https://github.com/hoytech/vmtouch +04b435dbe1ddc6e4a050ebb2c17721ebe5241133,JJ Allaire,jj@rstudio.org,2014-01-24 11:18:43-05:00,JJ Allaire,jj@rstudio.org,2014-01-24 16:18:43+00:00,False,rstudio,rstudio,* main,True,rstudio_rmarkdown,rstudio/rmarkdown,https://github.com/rstudio/rmarkdown +05bff2bd41a7d1930dbfc4eb87a19e1461f5b467,Jason Pellerin,jpellerin@gmail.com,2006-12-19 03:35:52+00:00,Jason Pellerin,jpellerin@gmail.com,2006-12-19 03:35:52+00:00,False,gmail,gmail,* master,True,nose-devs_nose.git,nose-devs/nose.git,https://github.com/nose-devs/nose.git +0f94697a79914f595b15493bd5b6b4be8006237a,Steven Loria,sloria1@gmail.com,2014-04-25 19:34:27-04:00,Steven Loria,sloria1@gmail.com,2014-04-25 23:34:27+00:00,False,gmail,gmail,* dev,True,marshmallow-code_flask-marshmallow.git,marshmallow-code/flask-marshmallow.git,https://github.com/marshmallow-code/flask-marshmallow.git +c32f06ff08aa210100a6b5a210e4b34a19e95ee5,Jan Schneider,jan.schneider@hdnet.de,2020-03-13 11:34:18+01:00,Jan Schneider,jan.schneider@hdnet.de,2020-03-13 10:34:18+00:00,False,hdnet,hdnet,* FRAMEWORK_6_0,True,horde_Image.git,horde/Image.git,https://github.com/horde/Image.git +2fe47a3c9f786532e0b9a9dd5a354d079d417103,Petter Reinholdtsen,pere@hungry.com,2009-09-10 08:28:49+00:00,Petter Reinholdtsen,pere@hungry.com,2009-09-10 08:28:49+00:00,False,hungry,hungry,* main,True,slicer69_sysvinit,slicer69/sysvinit,https://github.com/slicer69/sysvinit +a53dedfcc6bc6874650d9ecdb0aa59117afa0e35,Kjell Braden,fnord@pentabarf.de,2011-11-05 15:32:21+01:00,Kjell Braden,fnord@pentabarf.de,2011-11-05 14:32:21+00:00,False,pentabarf,pentabarf,* master,True,python-otr_pure-python-otr,python-otr/pure-python-otr,https://github.com/python-otr/pure-python-otr +7826e38c16bdf0622c591f79ca5a611e01c9ab4a,Rainer Schmidt,rainer.schmidt@gmail.com,2012-02-01 17:34:43+01:00,Rainer Schmidt,rainer.schmidt@gmail.com,2012-02-01 16:34:43+00:00,False,gmail,gmail,* master,True,openpreserve_jpylyzer.git,openpreserve/jpylyzer.git,https://github.com/openpreserve/jpylyzer.git +4e305a023eeb214f3c7f1fa04ae283dcf6f29c6c,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2018-11-10 10:26:56-02:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2018-11-10 12:26:56+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_outguess,resurrecting-open-source-projects/outguess,https://github.com/resurrecting-open-source-projects/outguess +7c60b5fa956320671ee80be4bc00a148a393049e,hashworks,mail@hashworks.net,2017-09-26 16:08:40+02:00,Dirk Thomas,dirk-thomas@users.noreply.github.com,2017-09-26 14:08:40+00:00,False,hashworks,users,* noetic-devel,True,ros_rospack.git,ros/rospack.git,https://github.com/ros/rospack.git +8a3398f1d753e53fc5f1f8f91d7d6ec399bdebd8,psb1558,b.tarde@gmail.com,2019-05-06 10:06:13-04:00,GitHub,noreply@github.com,2019-05-06 14:06:13+00:00,False,gmail,github,* master,True,psb1558_Junicode-font,psb1558/Junicode-font,https://github.com/psb1558/Junicode-font +266f9d7e3790db6656e88b1a10655121b5c5ffae,Andrew Svetlov,andrew.svetlov@gmail.com,2014-12-21 14:17:21+02:00,Andrew Svetlov,andrew.svetlov@gmail.com,2014-12-21 12:17:21+00:00,False,gmail,gmail,* master,True,aio-libs_aiohttp-jinja2,aio-libs/aiohttp-jinja2,https://github.com/aio-libs/aiohttp-jinja2 +b39620ae75fce3b9b605d3f6e952edce0ed5c48d,Michael M Slusarz,slusarz@curecanti.org,2008-11-06 11:09:21-07:00,Michael M Slusarz,slusarz@curecanti.org,2008-11-06 18:09:21+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_imp.git,horde/imp.git,https://github.com/horde/imp.git +f4fca7cba3ee7bf585d76b8802b8f8ba623590e2,paulmueller,paul.mueller@biotec.tu-dresden.de,2012-11-25 08:57:06-08:00,paulmueller,paul.mueller@biotec.tu-dresden.de,2012-11-25 16:57:06+00:00,False,biotec,biotec,* master,True,FCS-analysis_multipletau,FCS-analysis/multipletau,https://github.com/FCS-analysis/multipletau +9e3bab47f01290d547f5babe57adac464089a231,Eric Gregory,eric@yorba.org,2012-04-23 18:54:26-07:00,Eric Gregory,eric@yorba.org,2012-04-24 01:54:26+00:00,False,yorba,yorba,* main,True,GNOME_geary.git,GNOME/geary.git,https://gitlab.gnome.org/GNOME/geary.git +4916baf7c95c7d418dadc5478cf6dd6b472cf33b,Mathias Bynens,mathias@qiwi.be,2016-05-21 11:57:18+02:00,Mathias Bynens,mathias@qiwi.be,2016-05-21 09:58:38+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_unicode-property-value-aliases.git,mathiasbynens/unicode-property-value-aliases.git,https://github.com/mathiasbynens/unicode-property-value-aliases.git +bcf633273c9b17c1985df17b526dab97c1bd9395,nuffer,nuffer@642ea486-5414-0410-9d7f-a0204ed87703,2003-12-13 04:58:19+00:00,nuffer,nuffer@642ea486-5414-0410-9d7f-a0204ed87703,2003-12-13 04:58:19+00:00,False,642ea486-5414-0410-9d7f-a0204ed87703,642ea486-5414-0410-9d7f-a0204ed87703,* master,True,skvadrik_re2c,skvadrik/re2c,https://github.com/skvadrik/re2c +c980ef2c31f015780e16e62f3f6e035b6cc89754,nedko,nedko@0750566f-71e2-4c01-8e24-c67b3e4acec4,2007-08-30 17:58:09+00:00,nedko,nedko@0750566f-71e2-4c01-8e24-c67b3e4acec4,2007-08-30 17:58:09+00:00,False,0750566f-71e2-4c01-8e24-c67b3e4acec4,0750566f-71e2-4c01-8e24-c67b3e4acec4,* master,True,linuxaudio_a2jmidid.git,linuxaudio/a2jmidid.git,https://github.com/linuxaudio/a2jmidid.git +a1f23b533b9b301136f8f904f91f74ac3ce801ec,Martin Gerhardy,martin.gerhardy@gmail.com,2014-03-14 10:26:26+01:00,Martin Gerhardy,martin.gerhardy@gmail.com,2014-03-14 09:31:05+00:00,False,gmail,gmail,* master,True,mgerhardy_caveexpress,mgerhardy/caveexpress,https://github.com/mgerhardy/caveexpress +8f6ecbb5a1427fe94ad75872bfbee1c72a54d0bb,Andreas Schneider,asn@cryptomilk.org,2015-02-07 10:56:51+01:00,Andreas Schneider,asn@samba.org,2015-12-10 12:31:14+00:00,False,cryptomilk,samba,* master,True,pam_wrapper.git,pam/wrapper.git,https://git.samba.org/pam_wrapper.git +7a396a4fac640638f02ec9b68c0f3bbe61e6f367,Albin Olsson,alol@alol-P5Q-SE.(none),2012-03-31 23:02:17+02:00,Albin Olsson,alol@alol-P5Q-SE.(none),2012-03-31 21:02:17+00:00,False,alol-P5Q-SE,alol-P5Q-SE,* master,True,alols_xcape,alols/xcape,https://github.com/alols/xcape +1e6d141ea608640ccb9b3fcbe8cdbdf780e4d567,Kenichi Ishigaki,ishigaki@cpan.org,2014-06-29 03:09:06+09:00,Kenichi Ishigaki,ishigaki@cpan.org,2014-06-28 18:09:06+00:00,False,cpan,cpan,* master,True,charsbar_App-CPANTS-Lint.git,charsbar/App-CPANTS-Lint.git,https://github.com/charsbar/App-CPANTS-Lint.git +0d701ec9b72563682f1607787ec4bb87db27d866,Simon Cruanes,simon.cruanes.2007@m4x.org,2014-02-10 21:40:29+01:00,Simon Cruanes,simon.cruanes.2007@m4x.org,2014-02-10 20:40:29+00:00,False,m4x,m4x,* master,True,c-cube_gen.git,c-cube/gen.git,https://github.com/c-cube/gen.git +7dc26ebf51b41d66e149aa7f7d00fb8559658677,Janne Vanhala,janne.vanhala@gmail.com,2013-04-07 22:23:02+03:00,Janne Vanhala,janne.vanhala@gmail.com,2013-04-07 19:23:02+00:00,False,gmail,gmail,* main,True,Teemu_pytest-sugar.git,Teemu/pytest-sugar.git,https://github.com/Teemu/pytest-sugar.git +949ad99420054396b5e69d9335fef6749ec2c1f3,Robin Wood,robin@digininja.org,2016-04-22 13:09:53+01:00,Robin Wood,robin@digininja.org,2016-04-22 12:09:53+00:00,False,digininja,digininja,* master,True,digininja_CeWL.git,digininja/CeWL.git,https://github.com/digininja/CeWL.git +91d76eb4e449dec0cb23d56886817d9910963559,Nikias Bassen,nikias@gmx.li,2009-03-28 01:28:01+01:00,Nikias Bassen,nikias@gmx.li,2009-03-28 00:28:01+00:00,False,gmx,gmx,* master,True,libimobiledevice_usbmuxd,libimobiledevice/usbmuxd,https://github.com/libimobiledevice/libusbmuxd.git +c6cb4e89c85a1a3916ad6029acf233c953fad75b,Paul Miller,paul@voltar.org,2008-08-07 09:42:42-04:00,Paul Miller,paul@voltar.org,2008-08-07 13:42:42+00:00,False,voltar,voltar,* master,True,jettero_statistics--basic,jettero/statistics--basic,https://github.com/jettero/statistics--basic +c7dce29491432e150739b852e1e83f69ef46c759,Jochen Topf,jochen@topf.org,2011-04-13 22:40:46+02:00,Jochen Topf,jochen@topf.org,2011-04-13 20:40:46+00:00,False,topf,topf,* master,True,openstreetmap_OSM-binary.git,openstreetmap/OSM-binary.git,https://github.com/openstreetmap/OSM-binary.git +2503bc547acd5d42567132d55eac790c69ef5f7e,Jonas Jensen,jbj@knef.dk,2018-10-14 16:56:45+02:00,Jonas Jensen,jbj@knef.dk,2018-10-14 15:11:58+00:00,False,knef,knef,* main,True,jbj_magicrescue,jbj/magicrescue,https://github.com/jbj/magicrescue +e06a72226aa9dd8d0106446817675d6db32eebd8,Tarek Ziadé,tarek@mozilla.com,2012-01-06 22:41:46+01:00,Tarek Ziadé,tarek@mozilla.com,2012-01-06 21:41:46+00:00,False,mozilla,mozilla,* master,True,benoitc_socketpool,benoitc/socketpool,https://github.com/benoitc/socketpool +f95d1dc1fbd7d3c223f456c53b4136183ac4366f,Alec Wysoker,alecw@broadinstitute.org,2009-11-12 20:41:41+00:00,Alec Wysoker,alecw@broadinstitute.org,2009-11-12 20:41:41+00:00,False,broadinstitute,broadinstitute,* master,True,samtools_htsjdk.git,samtools/htsjdk.git,https://github.com/samtools/htsjdk.git +7b2e2a8350d356ba904102c0ccd31f5e4aa55fff,coppit,coppit@60d4939f-1b52-0410-88e7-fbba0fef1967,2003-08-18 03:04:08+00:00,coppit,coppit@60d4939f-1b52-0410-88e7-fbba0fef1967,2003-08-18 03:04:08+00:00,False,60d4939f-1b52-0410-88e7-fbba0fef1967,60d4939f-1b52-0410-88e7-fbba0fef1967,* master,True,coppit_mail-mbox-messageparser.git,coppit/mail-mbox-messageparser.git,https://github.com/coppit/mail-mbox-messageparser.git +34205049a29a27655523edfb4f5e9f2e4d2c18e0,hudokkow,hudokkow@gmail.com,2015-02-24 16:21:01+00:00,hudokkow,hudokkow@gmail.com,2015-02-24 16:21:01+00:00,False,gmail,gmail,* Piers,True,kodi-pvr_pvr.dvbviewer.git,kodi-pvr/pvr.dvbviewer.git,https://github.com/kodi-pvr/pvr.dvbviewer.git +220938727b7aa59dd3138300d2e541bc478c4925,stevejankowski,stevejankowski@bac25679-d237-0410-bec6-f8029acc7ebe,2002-11-14 02:09:08+00:00,stevejankowski,stevejankowski@bac25679-d237-0410-bec6-f8029acc7ebe,2002-11-14 02:09:08+00:00,False,bac25679-d237-0410-bec6-f8029acc7ebe,bac25679-d237-0410-bec6-f8029acc7ebe,* master,True,Unity-Technologies_qstat,Unity-Technologies/qstat,https://github.com/Unity-Technologies/qstat +6acf4031afa2502b31c2ae8b6138bc375ebd9ff1,Sagi Bashari,sagi@boom.org.il,2004-04-28 18:19:14+00:00,Sagi Bashari,sagi@boom.org.il,2004-04-28 18:19:14+00:00,False,boom,boom,* master,True,smarty-gettext_smarty-gettext.git,smarty-gettext/smarty-gettext.git,https://github.com/smarty-gettext/smarty-gettext.git +592652cdb55251e88119f47c0c66b69b5abbca3a,Chase Hutchins,syntaqx@gmail.com,2012-06-10 03:27:23-06:00,Chase Hutchins,syntaqx@gmail.com,2012-06-10 09:27:23+00:00,False,gmail,gmail,* master,True,phpseclib_phpseclib.git,phpseclib/phpseclib.git,https://github.com/phpseclib/phpseclib.git +3cd8a326873dde82d3f0315ddd1f48c7e1f70f51,Peter Haag,peter.haag@pyxis.ch,2015-08-09 14:12:03+02:00,Peter Haag,peter.haag@pyxis.ch,2015-08-09 12:12:03+00:00,False,pyxis,pyxis,* master,True,phaag_nfdump,phaag/nfdump,https://github.com/phaag/nfdump +c6f11fbfeb63a4a020bb74d737c290d018180442,Jeremy Ashkenas,jashkenas@gmail.com,2009-12-16 23:10:03-05:00,Jeremy Ashkenas,jashkenas@gmail.com,2009-12-17 04:10:03+00:00,False,gmail,gmail,* main,True,jashkenas_coffeescript,jashkenas/coffeescript,https://github.com/jashkenas/coffeescript +6fd30d7dcc52c5c11b2d26f29c2d47437e2f0049,videau,videau@54081c91-f12c-4b0d-b4b4-172e8089a626,2012-05-25 13:55:42+00:00,videau,videau@54081c91-f12c-4b0d-b4b4-172e8089a626,2012-05-25 13:55:42+00:00,False,54081c91-f12c-4b0d-b4b4-172e8089a626,54081c91-f12c-4b0d-b4b4-172e8089a626,* master,True,OCL-DEV_ocl-icd.git,OCL-DEV/ocl-icd.git,https://github.com/OCL-DEV/ocl-icd.git +ae0168b2547dea5136416d9d0c5e90587532d2b8,spadix@users.sf.net,spadix@users.sf.net,2007-02-19 00:37:11+00:00,spadix@users.sf.net,spadix@users.sf.net,2007-02-19 00:37:11+00:00,False,users,users,* master,True,mchehab_zbar,mchehab/zbar,https://github.com/mchehab/zbar +c736a211cf7a0d4b3cccec8687ba22aac66b1725,Steve Purcell,steve@sanityinc.com,2014-12-29 20:50:36+00:00,Steve Purcell,steve@sanityinc.com,2014-12-29 20:50:36+00:00,False,sanityinc,sanityinc,* master,True,purcell_ibuffer-projectile.git,purcell/ibuffer-projectile.git,https://github.com/purcell/ibuffer-projectile.git +f528d729f6ce7f336325668ccc55e4db18f167e5,Martin Kutter,kutterma@users.sourceforge.net,2004-07-09 01:18:07-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 03:47:36+00:00,False,users,pobox,* master,True,scrottie_SOAP-WSDL,scrottie/SOAP-WSDL,https://github.com/scrottie/SOAP-WSDL +fbb3c512ecbffc97825eaaaf925c9af580608fa8,Fabian Pedregosa,fabian.pedregosa@inria.fr,2010-01-05 13:33:16+00:00,Fabian Pedregosa,fabian.pedregosa@inria.fr,2010-01-05 13:33:16+00:00,False,inria,inria,* main,True,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,https://github.com/scikit-learn/scikit-learn.git +abbca718e0f6b5a20170561beeacafa0b5852500,Lars Op den Kamp,lars@opdenkamp.eu,2011-09-29 00:52:53+02:00,Lars Op den Kamp,lars@opdenkamp.eu,2011-09-28 22:53:52+00:00,False,opdenkamp,opdenkamp,* master,True,Pulse-Eight_libcec.git,Pulse-Eight/libcec.git,https://github.com/Pulse-Eight/libcec.git +dcab81d0997bc5f283442ef9108ccb794296f0bb,Nick Johnson,arachnid@notdot.net,2016-08-09 09:19:03+01:00,Nick Johnson,arachnid@notdot.net,2016-08-09 08:19:03+00:00,False,notdot,notdot,* master,True,Arachnid_pyqrencode.git,Arachnid/pyqrencode.git,https://github.com/Arachnid/pyqrencode.git +2132ab8c3d2facc97d96c2668e1bf43c3ac666ff,Hynek Schlawack,hs@ox.cx,2015-12-06 20:21:05+01:00,Hynek Schlawack,hs@ox.cx,2015-12-07 16:14:57+00:00,False,ox,ox,* main,True,hynek_argon2-cffi,hynek/argon2-cffi,https://github.com/hynek/argon2-cffi +eebbf987a08ca2a0c1d068be0c4e237ad496e748,Bastien Léonard,bastien.leonard@gmail.com,2011-02-12 21:54:34+01:00,Bastien Léonard,bastien.leonard@gmail.com,2011-02-12 20:54:34+00:00,False,gmail,gmail,* master,True,intjelic_python-sfml,intjelic/python-sfml,https://github.com/intjelic/python-sfml +ad424892b0d45b2c46b6bc503e68e776f092af27,David Robillard,d@drobilla.net,2012-04-19 23:42:34+00:00,David Robillard,d@drobilla.net,2012-04-19 23:42:34+00:00,False,drobilla,drobilla,* main,True,drobilla_jalv.git,drobilla/jalv.git,https://gitlab.com/drobilla/jalv.git +1abf33f1698aa5d7af151a6dc4f16c28de6b1ad2,Alberto Mardegan,alberto.mardegan@nokia.com,2010-03-04 15:06:31+02:00,Alberto Mardegan,alberto.mardegan@nokia.com,2010-03-04 13:06:31+00:00,False,nokia,nokia,* master,True,accounts-sso_libaccounts-glib.git,accounts-sso/libaccounts-glib.git,https://gitlab.com/accounts-sso/libaccounts-glib.git +aadf7f8e4d279adec3acf0eab68361c0b2e36845,Chris Smith,chris@cir.ca,2012-11-19 16:32:56-08:00,Chris Smith,chris@cir.ca,2012-11-20 00:32:56+00:00,False,cir,cir,* master,True,crsmithdev_arrow.git,crsmithdev/arrow.git,https://github.com/crsmithdev/arrow.git +19852e3d2b4f5fb715fac09d7fba98e8377b7c29,Elias Dorneles,eliasdorneles@gmail.com,2015-07-26 07:27:17-03:00,Elias Dorneles,eliasdorneles@gmail.com,2015-07-26 10:27:17+00:00,False,gmail,gmail,* master,True,scrapy_parsel,scrapy/parsel,https://github.com/scrapy/parsel +b0b6062c3550045c62c267054ce297bdf7740f64,ben,ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,2002-03-21 07:22:43+00:00,ben,ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,2002-03-21 07:22:43+00:00,False,2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,* master,True,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,https://github.com/rdiff-backup/rdiff-backup.git +10fc63648584c4f94c4cb29fb0aed8540e736dc1,Nicola Bertoldi,bertoldi@fbk.eu,2015-07-17 16:13:05+02:00,Nicola Bertoldi,bertoldi@fbk.eu,2015-07-17 14:13:05+00:00,False,fbk,fbk,* master,True,irstlm-team_irstlm.git,irstlm-team/irstlm.git,https://github.com/irstlm-team/irstlm.git +0c48e0feec2529ee192194cf673a9dd216df56c3,George Lebl,jirka@src.gnome.org,2002-10-07 00:36:37+00:00,George Lebl,jirka@src.gnome.org,2002-10-07 00:36:37+00:00,False,src,src,* master,True,GNOME_genius,GNOME/genius,https://gitlab.gnome.org/GNOME/genius +abfb5928d9a80c4c147e072d6cabadbc1a129393,Kazuho Oku,kazuhooku@gmail.com,2010-11-19 13:41:23+09:00,Kazuho Oku,kazuhooku@gmail.com,2010-11-19 04:41:23+00:00,False,gmail,gmail,* master,True,kazuho_p5-Net-DNS-Lite.git,kazuho/p5-Net-DNS-Lite.git,https://github.com/kazuho/p5-Net-DNS-Lite.git +5a7e8ab3a5a0c147b7d96865bdcdcec386410673,Gonzalo Peña-Castellanos,goanpeca@gmail.com,2015-02-28 13:26:05+01:00,Gonzalo Peña-Castellanos,goanpeca@gmail.com,2015-02-28 12:26:05+00:00,False,gmail,gmail,* master,True,spyder-ide_qtpy,spyder-ide/qtpy,https://github.com/spyder-ide/qtpy +61dc9550227ba22365bd9211dae778121a633f2e,Kevin McCarthy,me@kevinmccarthy.org,2014-05-17 10:43:32-10:00,Kevin McCarthy,me@kevinmccarthy.org,2014-05-17 20:43:32+00:00,False,kevinmccarthy,kevinmccarthy,* master,True,kevin1024_pytest-httpbin,kevin1024/pytest-httpbin,https://github.com/kevin1024/pytest-httpbin +f187ea9501aa6b6fb642a57162e2071795b73019,Thomas Habets,thomas@habets.se,2013-11-20 21:21:05+00:00,Thomas Habets,thomas@habets.se,2013-11-20 21:21:05+00:00,False,habets,habets,* master,True,ThomasHabets_simple-tpm-pk11,ThomasHabets/simple-tpm-pk11,https://github.com/ThomasHabets/simple-tpm-pk11 +ac71df5257c1474a11710a5588d7a47dcc6dd119,steve,steve,1998-11-18 04:25:22+00:00,steve,steve,1998-11-18 04:25:22+00:00,False,steve,steve,* master,True,steveicarus_iverilog,steveicarus/iverilog,https://github.com/steveicarus/iverilog +6144ea6a394a56f0d919d1897a47c7d965bc535c,Petr Vanek,petr@scribus.info,2011-12-22 14:51:08+01:00,Petr Vanek,petr@scribus.info,2011-12-22 13:51:08+00:00,False,scribus,scribus,* master,True,pvanek_qlipper,pvanek/qlipper,https://github.com/pvanek/qlipper +2a9c9acd97399a0c161d7577c32ddf41d1358ddf,Michael,msanders42@gmail.com,2009-02-16 10:30:11-05:00,Michael,msanders42@gmail.com,2009-02-16 15:30:11+00:00,False,gmail,gmail,* master,True,garbas_vim-snipmate.git,garbas/vim-snipmate.git,https://github.com/garbas/vim-snipmate.git +e7fe8393154cbb161410a159174e8d18f13126e3,Christoph Gohlke,cgohlke@uci.edu,2018-10-19 23:29:25-07:00,Christoph Gohlke,cgohlke@uci.edu,2018-10-20 06:29:25+00:00,False,uci,uci,* master,True,cgohlke_tifffile.git,cgohlke/tifffile.git,https://github.com/cgohlke/tifffile.git +c3cbe50ef88781e267384d67122073204df69604,Chris Williams,chris@bingosnet.co.uk,2009-05-03 21:44:45+01:00,Chris Williams,chris@bingosnet.co.uk,2009-05-03 20:44:45+00:00,False,bingosnet,bingosnet,* master,True,bingos_module-install-readmefrompod.git,bingos/module-install-readmefrompod.git,https://github.com/bingos/module-install-readmefrompod.git +7a4202f9b8fa77318694864af9d1bcfde4084deb,tsaleh,tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,2007-03-14 18:12:55+00:00,tsaleh,tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,2007-03-14 18:12:55+00:00,False,7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa,* main,True,thoughtbot_shoulda-matchers,thoughtbot/shoulda-matchers,https://github.com/thoughtbot/shoulda-matchers +cf2332887eb008632734229c440add74251a3dfa,hfp,hans.pabst@intel.com,2014-09-23 17:20:20+02:00,hfp,hans.pabst@intel.com,2014-09-23 15:20:20+00:00,False,intel,intel,* main,True,libxsmm_libxsmm,libxsmm/libxsmm,https://github.com/libxsmm/libxsmm +4a41ac68da7b09bd2d834eb2b97c0d8be5669d1d,Andrew Kelley,superjoe30@gmail.com,2013-09-08 21:53:53-04:00,Andrew Kelley,superjoe30@gmail.com,2013-09-09 01:53:53+00:00,False,gmail,gmail,* master,True,andrewrk_libgroove,andrewrk/libgroove,https://github.com/andrewrk/libgroove +a575a41be7fd49ff05a17cf8934c808b0e2acf17,Lennart Poettering,lennart@poettering.net,2003-09-07 19:21:14-04:00,Jonathon Reinhart,Jonathon.Reinhart@gmail.com,2019-09-10 12:15:28+00:00,False,poettering,gmail,* master,True,JonathonReinhart_syrep,JonathonReinhart/syrep,https://github.com/JonathonReinhart/syrep +6ee6bcf21d3815545300b484c927d13a067fc7cc,Chris Wanstrath,chris@ozmm.org,2009-09-24 00:32:12-07:00,Chris Wanstrath,chris@ozmm.org,2009-09-24 07:32:12+00:00,False,ozmm,ozmm,* master,True,defunkt_mustache,defunkt/mustache,https://github.com/defunkt/mustache +86a073793213b80df48502f7385c40888330b36f,Andrew Svetlov,andrew.svetlov@gmail.com,2016-02-06 17:52:32+03:00,Andrew Svetlov,andrew.svetlov@gmail.com,2016-02-06 14:52:32+00:00,False,gmail,gmail,* master,True,aio-libs_multidict.git,aio-libs/multidict.git,https://github.com/aio-libs/multidict.git +11de50a83acb07ab3a4439b38f0153444a124381,Facebook,github@lists.facebook.com,2009-09-08 22:01:24-07:00,Facebook,github@lists.facebook.com,2009-09-09 05:01:24+00:00,False,lists,lists,* master,True,tornadoweb_tornado,tornadoweb/tornado,https://github.com/tornadoweb/tornado +e0f0754dae9c76af0c2b060bddf373d5cc0b5102,Tatu Saloranta,tsaloranta@gmail.com,2011-12-22 18:06:25-08:00,Tatu Saloranta,tsaloranta@gmail.com,2011-12-23 02:06:25+00:00,False,gmail,gmail,* 2.19,True,FasterXML_jackson-core,FasterXML/jackson-core,https://github.com/FasterXML/jackson-core +92112ff6c3bd99eb82eb9069e406f375c41ec9db,Pieter Hintjens,ph@imatix.com,2010-10-11 19:14:09+02:00,Pieter Hintjens,ph@imatix.com,2010-10-11 17:14:09+00:00,False,imatix,imatix,* master,True,bluca_gsl,bluca/gsl,https://github.com/bluca/gsl +178172af1903a0d520ed29666c14e8e07ed7c013,Romain Beauxis,toots@rastageeks.org,2021-03-06 12:52:34-06:00,Romain Beauxis,toots@rastageeks.org,2021-03-09 02:33:53+00:00,False,rastageeks,rastageeks,* main,True,savonet_ocaml-opus.git,savonet/ocaml-opus.git,https://github.com/savonet/ocaml-opus.git +52e295c10dbcd00a452246463c80b8adc4c8fe6e,Klaas Freitag,freitag@kde.org,2006-07-18 07:32:20+00:00,Klaas Freitag,freitag@kde.org,2006-07-18 07:32:20+00:00,False,kde,kde,* master,True,dragotin_kraft.git,dragotin/kraft.git,https://github.com/dragotin/kraft.git +31ebaf461cfb3aa6f969ada2c2158d3ae9ca1e65,Carlos Cordoba,ccordoba12@gmail.com,2018-06-18 10:29:36-05:00,Carlos Cordoba,ccordoba12@gmail.com,2018-06-18 15:29:36+00:00,False,gmail,gmail,* master,True,spyder-ide_spyder-kernels,spyder-ide/spyder-kernels,https://github.com/spyder-ide/spyder-kernels +578d3b0a5df3a274b09bea4ecae25ff9fb2defdd,Johan Walles,walles@spotify.com,2016-02-02 08:06:57+01:00,Johan Walles,walles@spotify.com,2016-02-02 07:06:57+00:00,False,spotify,spotify,* python,True,walles_px,walles/px,https://github.com/walles/px +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,https://github.com/letsencrypt/letsencrypt.git +0eb2b184abf841e0d24ed7ed0658a04b8f251979,tell-k,ffk2005@gmail.com,2013-06-07 23:23:12+09:00,tell-k,ffk2005@gmail.com,2013-06-07 14:23:12+00:00,False,gmail,gmail,* master,True,tell-k_vim-autopep8.git,tell-k/vim-autopep8.git,https://github.com/tell-k/vim-autopep8.git +4e058ee0b010abd2eab53f5ddd13ba5dca2c354a,Tomasz Sterna,tomek@xiaoka.com,2006-04-16 20:42:32+00:00,Tomasz Sterna,tomek@xiaoka.com,2006-04-16 20:42:32+00:00,False,xiaoka,xiaoka,* master,True,jabberd2_jabberd2,jabberd2/jabberd2,https://github.com/jabberd2/jabberd2 +7ef954bcc80678f44424e42e4403f7bf3790832c,user,user@pythoncharmers.(none),2013-07-14 23:28:41+10:00,user,user@pythoncharmers.(none),2013-07-14 13:28:41+00:00,False,pythoncharmers,pythoncharmers,* master,True,PythonCharmers_python-future,PythonCharmers/python-future,https://github.com/PythonCharmers/python-future +6f663a7740e47a1b21a94f4403113911f292c342,Joe Ferris,jferris@thoughtbot.com,2008-05-28 18:40:32-04:00,Joe Ferris,jferris@thoughtbot.com,2008-05-28 22:40:32+00:00,False,thoughtbot,thoughtbot,* main,True,thoughtbot_factory_girl.git,thoughtbot/factory/girl.git,https://github.com/thoughtbot/factory_girl.git +babf2c3119eb6162bbd5578e8300f4a58da1c3b2,Shih-Yuan Lee,fourdollars@gmail.com,2013-08-14 20:01:49-07:00,Shih-Yuan Lee,fourdollars@gmail.com,2013-08-15 03:01:49+00:00,False,gmail,gmail,* master,True,fourdollars_x11-touchscreen-calibrator,fourdollars/x11-touchscreen-calibrator,https://github.com/fourdollars/x11-touchscreen-calibrator +781070c5036bc67da9cd9451a85907b98673a2cc,Corbin Simpson,MostAwesomeDude@gmail.com,2010-12-24 23:08:13-08:00,Corbin Simpson,MostAwesomeDude@gmail.com,2010-12-25 07:08:13+00:00,False,gmail,gmail,* master,True,construct_construct.git,construct/construct.git,https://github.com/construct/construct.git +671f830d0b89fa41aa033a6d8b80deb739bc1ee3,Yamagi Burmeister,yamagi@yamagi.org,2009-06-08 15:47:14+00:00,Yamagi Burmeister,yamagi@yamagi.org,2009-06-08 15:47:14+00:00,False,yamagi,yamagi,* master,True,yquake2_yquake2,yquake2/yquake2,https://github.com/yquake2/yquake2 +e3cd7146c2ec45c7373cf63843c617ad3e30214b,Pelle Braendgaard,pelleb@gmail.com,2007-11-27 06:10:32+00:00,Pelle Braendgaard,pelleb@gmail.com,2007-11-27 06:10:32+00:00,False,gmail,gmail,* main,True,oauth-xx_oauth-ruby,oauth-xx/oauth-ruby,https://github.com/oauth-xx/oauth-ruby +e74117f172e29e8a980e2c9de929ad50d3769150,Łukasz Langa,lukasz@langa.pl,2018-03-14 12:55:32-07:00,Łukasz Langa,lukasz@langa.pl,2018-03-14 19:55:32+00:00,False,langa,langa,* main,True,psf_black.git,psf/black.git,https://github.com/psf/black.git +3eedde0005ed99cf4e5d509303b2cede6cc5521c,Mahmoud Hashemi,mahmoud@hatnote.com,2017-03-24 18:22:10-07:00,Mahmoud Hashemi,mahmoud@hatnote.com,2017-03-25 01:22:10+00:00,False,hatnote,hatnote,* master,True,python-hyper_hyperlink,python-hyper/hyperlink,https://github.com/python-hyper/hyperlink +4445878fc2e6cc2c56c0a9d004d97a3a3bd1edae,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 21:33:42+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 21:33:42+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_mayavi.git,enthought/mayavi.git,https://github.com/enthought/mayavi.git +701657e54b450e5c9ca8dd2a7a6c5029fecd0996,Martin A. Brown,martin@linux-ip.net,2016-02-10 19:22:23-08:00,Martin A. Brown,martin@linux-ip.net,2016-02-11 03:22:23+00:00,False,linux-ip,linux-ip,* master,True,tLDP_python-tldp,tLDP/python-tldp,https://github.com/tLDP/python-tldp +781b0ff3f74abd6f5353b6d08763bbba93f2f21c,Perberos,perberos@gmail.com,2011-12-01 22:49:12-03:00,Perberos,perberos@gmail.com,2011-12-02 01:49:12+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-notification-daemon.git,mate-desktop/mate-notification-daemon.git,https://github.com/mate-desktop/mate-notification-daemon.git +babad3d0eb3b164f58ff5de1e2462323e4e6886b,jdv_cp,SND\jdv_cp,2009-02-22 12:53:40-08:00,jdv_cp,SND\jdv_cp,2009-02-22 20:53:40+00:00,False,SND\jdv_cp,SND\jdv_cp,* main,True,team-charls_charls.git,team-charls/charls.git,https://github.com/team-charls/charls.git +e9875ea3feb04c82821f2b4b4ea7da8dc04ac0e9,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-ogg.git,savonet/ocaml-ogg.git,https://github.com/savonet/ocaml-ogg.git +234abc3fd33688463e6087324529ee3ad3e4908a,jbielman,sionescu@cddr.org,2005-06-08 04:29:29+08:00,jbielman,sionescu@cddr.org,2005-06-07 20:29:29+00:00,False,cddr,cddr,* master,True,cffi_cffi.git,cffi/cffi.git,https://github.com/Kozea/cairocffi.git +4163e5f5c1fdff4828c8da45dd09cee5bc52bff8,Mike Gabriel,mike.gabriel@das-netzwerkteam.de,2015-10-29 15:17:50+01:00,Mike Gabriel,mike.gabriel@das-netzwerkteam.de,2015-10-29 14:18:15+00:00,False,das-netzwerkteam,das-netzwerkteam,* master,True,gosa-project_gosa-plugins-pwreset,gosa-project/gosa-plugins-pwreset,https://github.com/gosa-project/gosa-plugins-pwreset +afa572158b9cc656a1c4f2eefb856ce1930055a6,Rob Loach,robloach@gmail.com,2013-04-20 12:47:04-07:00,Rob Loach,robloach@gmail.com,2013-04-20 19:47:04+00:00,False,gmail,gmail,* master,True,components_highlightjs,components/highlightjs,https://github.com/components/highlightjs +427900e853ec828f155631f627ad7f9d1007f93b,Vigneshwaran Raveendran,vigneshwaran2007@gmail.com,2012-04-18 11:49:38+05:30,Vigneshwaran Raveendran,vigneshwaran2007@gmail.com,2012-04-18 06:19:38+00:00,False,gmail,gmail,* master,True,vigneshwaranr_bd.git,vigneshwaranr/bd.git,https://github.com/vigneshwaranr/bd.git +9f6324dd6e8799f4e721171f84a7c468b82ced2b,Artem Pavlenko,artem@mapnik.org,2005-02-18 18:14:43+00:00,Artem Pavlenko,artem@mapnik.org,2005-02-18 18:14:43+00:00,False,mapnik,mapnik,* master,True,mapnik_python-mapnik.git,mapnik/python-mapnik.git,https://github.com/mapnik/python-mapnik.git +b36b370ee11769cceb53144708b0f87006499fbf,Emiliano Mancuso,emiliano.mancuso@gmail.com,2013-02-24 08:56:27-08:00,Emiliano Mancuso,emiliano.mancuso@gmail.com,2013-02-24 16:56:27+00:00,False,gmail,gmail,* master,True,emancu_toml-rb.git,emancu/toml-rb.git,https://github.com/emancu/toml-rb.git +b74512b06d65b9667af4844262f33dff8a78a2b6,Phil Dibowitz,phil@ipom.com,2009-02-05 21:36:34+00:00,Phil Dibowitz,phil@ipom.com,2009-02-05 21:36:34+00:00,False,ipom,ipom,* main,True,jaymzh_pius.git,jaymzh/pius.git,https://github.com/jaymzh/pius.git +ac9d15f8ba53a168c3be4444915f96ede496e06c,Arun Prakash Jana,engineerarun@gmail.com,2015-11-02 01:23:18+05:30,Arun Prakash Jana,engineerarun@gmail.com,2015-11-01 19:53:18+00:00,False,gmail,gmail,* master,True,jarun_buku.git,jarun/buku.git,https://github.com/jarun/buku.git +e00b2bcbf4e2e69bed8798e0fa2116e01fb424d9,Chris Travers,chris@efficito.com,2014-09-09 08:28:34-07:00,Chris Travers,chris@efficito.com,2014-09-09 15:28:34+00:00,False,efficito,efficito,* master,True,ledgersmb_PGObject-Util-DBAdmin.git,ledgersmb/PGObject-Util-DBAdmin.git,https://github.com/ledgersmb/PGObject-Util-DBAdmin.git +18ddcf98ecc5569d39d538b329ca90775dc9b520,Christian Hergert,christian@hergert.me,2014-09-06 18:31:11-07:00,Christian Hergert,christian@hergert.me,2014-09-07 01:31:11+00:00,False,hergert,hergert,* main,True,GNOME_gnome-builder.git,GNOME/gnome-builder.git,https://gitlab.gnome.org/GNOME/gnome-builder.git +7300bfe1c9befb339c1ab74aa1781b53cc019c72,Sudip Mukherjee,sudipm.mukherjee@gmail.com,2019-12-04 12:54:15+00:00,Sudip Mukherjee,sudipm.mukherjee@gmail.com,2019-12-04 12:54:15+00:00,False,gmail,gmail,* debian/sid,True,sudipm-mukherjee_micro-httpd.git,sudipm-mukherjee/micro-httpd.git,https://github.com/sudipm-mukherjee/micro-httpd.git +c8b579cac0d9d4e45e37fa1702fbd130b98b4305,Fabian Groffen,grobian@gentoo.org,2020-02-24 17:15:40+01:00,Fabian Groffen,grobian@gentoo.org,2020-02-24 16:15:40+00:00,False,gentoo,gentoo,* master,True,grobian_html2text,grobian/html2text,https://github.com/grobian/html2text +3f9edad676bcd0f855be1a207592e1cedb095ca1,Leonardo de Moura,leonardo@microsoft.com,2012-10-02 08:24:25-07:00,Leonardo de Moura,leonardo@microsoft.com,2012-10-02 15:24:25+00:00,False,microsoft,microsoft,* master,True,Z3Prover_z3.git,Z3Prover/z3.git,https://github.com/Z3Prover/z3.git +30caacfda69c0c7fa9ad7512ab44130ced188c45,Owen Taylor,otaylor@redhat.com,2000-01-05 22:49:43+00:00,Owen Taylor,otaylor@src.gnome.org,2000-01-05 22:49:43+00:00,False,redhat,src,* master,True,GNOME_gdk-pixbuf,GNOME/gdk-pixbuf,https://gitlab.gnome.org/GNOME/gdk-pixbuf +8f8a9ed5192a6737d63364029cb05d91f1d0e399,Klaus Kaempf,kkaempf@suse.de,2007-10-02 12:40:07+00:00,Klaus Kaempf,kkaempf@suse.de,2007-10-02 12:40:07+00:00,False,suse,suse,* master,True,openSUSE_libsolv,openSUSE/libsolv,https://github.com/openSUSE/libsolv +2895bb245fd216be96da6e4d6b9e361248934450,John Mair,jrmair@gmail.com,2010-12-17 02:58:01+13:00,John Mair,jrmair@gmail.com,2010-12-16 13:58:01+00:00,False,gmail,gmail,* master,True,banister_method_source,banister/method/source,https://github.com/banister/method_source +c04994ba91225245cc7b21400c1daf70933c2655,Dennis Kaarsemaker,dennis@kaarsemaker.net,2011-11-04 01:42:32+01:00,Dennis Kaarsemaker,dennis@kaarsemaker.net,2011-11-04 00:46:28+00:00,False,kaarsemaker,kaarsemaker,* main,True,seveas_python-networkmanager,seveas/python-networkmanager,https://github.com/seveas/python-networkmanager +89196ca6cbe3bfa7f6117b5b5eb825266ae1a701,Ivan Sagalaev,isagalaev@yandex-team.ru,2010-08-26 13:21:54+04:00,Ivan Sagalaev,isagalaev@yandex-team.ru,2010-08-26 09:21:54+00:00,False,yandex-team,yandex-team,* master,True,ICRAR_ijson.git,ICRAR/ijson.git,https://github.com/ICRAR/ijson.git +36b541b369dbe0958bc677cf351a6db5cc4f7cb8,Sam Lantinga,slouken@lokigames.com,2001-01-15 02:06:06+00:00,Sam Lantinga,slouken@lokigames.com,2001-01-15 02:06:06+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_net.git,libsdl-org/SDL/net.git,https://github.com/libsdl-org/SDL_net.git +12b4c8437580257d967f2d7b20809f62f9b0e6c2,chrys87,chrys87@web.de,2016-01-05 20:35:41+01:00,chrys87,chrys87@web.de,2016-01-05 19:35:41+00:00,False,web,web,* master,True,chrys87_simple-orca-plugin-system.git,chrys87/simple-orca-plugin-system.git,https://github.com/chrys87/simple-orca-plugin-system.git +5e89187412c84d83ea37b3b63424f5d6fdf2eea0,Takeshi KOMIYA,i.tkomiya@gmail.com,2017-04-09 01:06:43+09:00,Takeshi KOMIYA,i.tkomiya@gmail.com,2017-04-08 16:06:43+00:00,False,gmail,gmail,* master,True,sphinx-doc_sphinxcontrib-websupport,sphinx-doc/sphinxcontrib-websupport,https://github.com/sphinx-doc/sphinxcontrib-websupport +565a4bd035b9d4a83955808efef20f1d8dfa24cf,Frank Warmerdam,warmerdam@pobox.com,1999-03-18 16:34:52+00:00,Frank Warmerdam,warmerdam@pobox.com,1999-03-18 16:34:52+00:00,False,pobox,pobox,* master,True,OSGeo_PROJ.git,OSGeo/PROJ.git,https://github.com/OSGeo/PROJ.git +bf70075598c5fde4628153ff7f61e541e090c7e7,Gary Wang,wzc782970009@gmail.com,2019-05-17 17:07:10+08:00,Gary Wang,wzc782970009@gmail.com,2019-05-17 09:07:10+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-terminal.git,linuxdeepin/deepin-terminal.git,https://github.com/linuxdeepin/deepin-terminal.git +6784232332ef8c7cd0d07cce3126291a0da8db12,Alex,alex@aiei.ch,2017-12-12 15:32:30+01:00,GitHub,noreply@github.com,2017-12-12 14:32:30+00:00,False,aiei,github,* master,True,alexmyczko_ree,alexmyczko/ree,https://github.com/alexmyczko/ree +4f81ea2603d1af16a183cd0be82d99cac998dd3e,Adrien Béraud,adrien.beraud@savoirfairelinux.com,2014-11-19 01:11:06-05:00,Adrien Béraud,adrien.beraud@savoirfairelinux.com,2014-11-20 06:21:09+00:00,False,savoirfairelinux,savoirfairelinux,* master,True,savoirfairelinux_opendht.git,savoirfairelinux/opendht.git,https://github.com/savoirfairelinux/opendht.git +197f4c3014c0a37588ea9b040d85d30f0671a531,Christoph Berg,myon@debian.org,2017-09-24 11:30:40+02:00,Christoph Berg,myon@debian.org,2017-09-24 09:30:40+00:00,False,debian,debian,* master,True,df7cb_pgsql-asn1oid,df7cb/pgsql-asn1oid,https://github.com/df7cb/pgsql-asn1oid +08b67e55dbb02e91e88729417acdac0cc871efe1,Larry Garfield,larry@garfieldtech.com,2016-08-04 14:44:16-05:00,Larry Garfield,larry@garfieldtech.com,2016-08-04 19:47:59+00:00,False,garfieldtech,garfieldtech,* master,True,php-fig_link-util,php-fig/link-util,https://github.com/php-fig/link-util +e9d7596ce3264e340272acebb223e37cdeea1c23,Jacob Schreiber,jmschr@cs.washington.edu,2014-11-24 00:03:43-08:00,Jacob Schreiber,jmschr@cs.washington.edu,2014-11-24 08:03:43+00:00,False,cs,cs,* master,True,jmschrei_pomegranate.git,jmschrei/pomegranate.git,https://github.com/jmschrei/pomegranate.git +44a321cb8a42d6c0ea2d96a1086a17f2134c89cc,Ethan Galstad,egalstad@users.sourceforge.net,2002-02-28 06:42:51+00:00,Ethan Galstad,egalstad@users.sourceforge.net,2002-02-28 06:42:51+00:00,False,users,users,* master,True,monitoring-plugins_monitoring-plugins.git,monitoring-plugins/monitoring-plugins.git,https://github.com/monitoring-plugins/monitoring-plugins.git +9c84bea5e798fb2f2fa1cab186e385814a9264a1,SoftLayer,sldn@softlayer.com,2010-04-20 18:09:25-05:00,SoftLayer,sldn@softlayer.com,2010-04-20 23:09:25+00:00,False,softlayer,softlayer,* master,True,softlayer_softlayer-python,softlayer/softlayer-python,https://github.com/softlayer/softlayer-python +a4fce333b3d93a7d89625cd95c7856daa952a35f,Bruno Randolf,br1@one.(none),2007-10-05 12:30:31+09:00,Bruno Randolf,br1@one.(none),2007-10-05 03:30:31+00:00,False,one,one,* master,True,br101_horst.git,br101/horst.git,https://github.com/br101/horst.git +1ebe9f2bae4246203ca5cafa0a2b57b31886634c,René Moser,mail@renemoser.net,2010-02-06 21:58:44+01:00,René Moser,mail@renemoser.net,2010-02-06 20:58:44+00:00,False,renemoser,renemoser,* master,True,git-ftp_git-ftp,git-ftp/git-ftp,https://github.com/git-ftp/git-ftp +f229cfdb3a0e47d4de93eb30e649fa660f288c2f,David Faure,faure@kde.org,1998-08-28 10:46:01+00:00,David Faure,faure@kde.org,1998-08-28 10:46:01+00:00,False,kde,kde,* master,True,kblackbox.git,kblackbox.git,https://anongit.kde.org/kblackbox.git +c20b934ff2b2937e7997bdeb1d674d8ba6fc8a39,Craig Blaszczyk,masterjakul@gmail.com,2011-10-14 09:49:00+01:00,Craig Blaszczyk,masterjakul@gmail.com,2011-10-14 08:49:00+00:00,False,gmail,gmail,* main,True,pytroll_aggdraw,pytroll/aggdraw,https://github.com/pytroll/aggdraw +c81a87028dac810187f09d0a7ab059c45fe9c3a7,janK,J.vanKatwijk@gmail.conf,2015-11-06 20:02:05+01:00,janK,J.vanKatwijk@gmail.conf,2015-11-06 19:02:05+00:00,False,gmail,gmail,* master,True,AlbrechtL_welle.io,AlbrechtL/welle.io,https://github.com/AlbrechtL/welle.io +15947e01fae9a2eb3e38ad3e29b0bd44439a5362,Jeff Kaufman,jeff@alum.swarthmore.edu,2010-08-02 09:56:45-04:00,Jeff Kaufman,jeff@alum.swarthmore.edu,2010-08-02 13:56:45+00:00,False,alum,alum,* master,True,jeffkaufman_icdiff.git,jeffkaufman/icdiff.git,https://github.com/jeffkaufman/icdiff.git +6991ea3371f369a23291ae275c1832ce74ef9651,Takafumi Arakaki,aka.tkf@gmail.com,2012-10-16 22:22:24+02:00,Takafumi Arakaki,aka.tkf@gmail.com,2012-10-16 20:22:57+00:00,False,gmail,gmail,* master,True,tkf_emacs-jedi.git,tkf/emacs-jedi.git,https://github.com/tkf/emacs-jedi.git +355738a642294741bf5d0da7128d8fad9b9e97a9,Paulus Schoutsen,Paulus@PaulusSchoutsen.nl,2013-10-02 00:59:56-07:00,Paulus Schoutsen,Paulus@PaulusSchoutsen.nl,2013-10-02 07:59:56+00:00,False,PaulusSchoutsen,PaulusSchoutsen,* master,True,home-assistant-libs_pychromecast.git,home-assistant-libs/pychromecast.git,https://github.com/home-assistant-libs/pychromecast.git +312ba610a1e98fc656fb58178227d7d45a64494e,Perberos,perberos@gmail.com,2011-11-14 18:24:48-03:00,Perberos,perberos@gmail.com,2011-11-14 21:24:48+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-applets.git,mate-desktop/mate-applets.git,https://github.com/mate-desktop/mate-applets.git +db9e99a0a89b6d32d574c63d1fe70329f9003548,Deepak Giridharagopal,deepak@puppetlabs.com,2011-08-02 11:29:09-06:00,Deepak Giridharagopal,deepak@puppetlabs.com,2011-08-02 17:29:09+00:00,False,puppetlabs,puppetlabs,* main,True,puppetlabs_puppetdb.git,puppetlabs/puppetdb.git,https://github.com/puppetlabs/puppetdb.git +b65b09a0ee06950972233e8ea86ef87c4e63b3c9,Shun-ichi Goto,gotoh@taiyo.co.jp,2020-09-01 14:17:56+09:00,Shun-ichi Goto,gotoh@taiyo.co.jp,2020-09-01 05:17:56+00:00,False,taiyo,taiyo,* master,True,gotoh_ssh-connect,gotoh/ssh-connect,https://github.com/gotoh/ssh-connect +70d01aaaa015a71c503432efa4610acd50a662a6,Edward,edward@aruba.linpro.no,2009-05-19 14:24:16+02:00,Edward,edward@aruba.linpro.no,2009-05-19 12:24:16+00:00,False,aruba,aruba,* master,True,gamelinux_prads.git,gamelinux/prads.git,https://github.com/gamelinux/prads.git +4750b90ad18f4f59fa19b839550d6397f5dffbfd,Arturo Espinosa,unammx@src.gnome.org,1998-04-02 02:18:42+00:00,Arturo Espinosa,unammx@src.gnome.org,1998-04-02 02:18:42+00:00,False,src,src,* master,True,GNOME_evolution,GNOME/evolution,https://gitlab.gnome.org/GNOME/evolution +130e6860394575ea183f25c41097aae56c2c575f,Christopher Wiley,wiley@google.com,2015-10-18 17:53:11-07:00,Christopher Wiley,wiley@google.com,2015-10-21 16:57:37+00:00,False,google,google,* main,True,platform_system_tools_aidl,platform/system/tools/aidl,https://android.googlesource.com/platform/system/tools/aidl +4b46c2a278665cefeb78ef5a463c83f7ce8126ac,Cory Benfield,lukasaoz@gmail.com,2015-06-24 17:21:56+01:00,Cory Benfield,lukasaoz@gmail.com,2015-06-24 16:21:56+00:00,False,gmail,gmail,* master,True,python-hyper_hyper-h2,python-hyper/hyper-h2,https://github.com/python-hyper/hyper-h2 +14e4df51ed5753a6e00687e7a22ce88827413cd5,Steve Sanderson,steve@codeville.net,2010-07-05 09:07:12+01:00,Steve Sanderson,steve@codeville.net,2010-07-05 08:07:12+00:00,False,codeville,codeville,* master,True,knockout_knockout.git,knockout/knockout.git,https://github.com/knockout/knockout.git +77e319e8b79afac4fdd7b40ddbccdbeca5640bfb,Aleix Pol,aleixpol@kde.org,2014-03-31 01:31:46+02:00,Aleix Pol,aleixpol@kde.org,2014-03-30 23:31:46+00:00,False,kde,kde,* master,True,plasma_kscreenlocker.git,plasma/kscreenlocker.git,https://invent.kde.org/plasma/kscreenlocker.git +fb6e7b5a8783b372bc4fef0c8fac95db625dc446,Will Thames,will@thames.id.au,2013-08-14 21:06:35+10:00,Will Thames,will@thames.id.au,2013-08-14 11:06:35+00:00,False,thames,thames,* main,True,ansible_ansible-lint,ansible/ansible-lint,https://github.com/ansible/ansible-lint +9a957eb4979208204b13041a6bb2559b6c1abbbc,Alexey Chebotar,alexey.chebotar@gmail.com,2009-03-17 23:17:47+00:00,Alexey Chebotar,alexey.chebotar@gmail.com,2009-03-17 23:17:47+00:00,False,gmail,gmail,* master,True,bearded_ruby-ldap,bearded/ruby-ldap,https://github.com/bearded/ruby-ldap +5f20ce17003761c10d4a4806171194723fc7b247,Giampaolo Rodola',g.rodola@gmail.com,2009-03-09 23:34:32+00:00,Giampaolo Rodola',g.rodola@gmail.com,2009-03-09 23:34:32+00:00,False,gmail,gmail,* master,True,giampaolo_psutil,giampaolo/psutil,https://github.com/giampaolo/psutil +2b1999d8621c5524021008ec7b1b28ccd8b91527,Jörg Ehrichs,Joerg.Ehrichs@gmx.de,2011-03-26 14:10:02+01:00,Jörg Ehrichs,Joerg.Ehrichs@gmx.de,2011-03-26 13:10:02+00:00,False,gmx,gmx,* master,True,system_wacomtablet,system/wacomtablet,https://invent.kde.org/system/wacomtablet +a51cb2ead6ef06d0054c6eacce8088ad507398fe,John Jetmore,jj33@pobox.com,2010-02-12 02:12:21+00:00,John Jetmore,jj33@pobox.com,2010-02-12 02:12:21+00:00,False,pobox,pobox,* develop,True,jetmore_swaks,jetmore/swaks,https://github.com/jetmore/swaks +7dca0e67eb2cbe2223aeac3aad515a8f47c33fda,jedwin,jedwin@77938cd1-75fe-0310-9e35-92363d48005d,2006-06-16 19:51:59+00:00,jedwin,jedwin@77938cd1-75fe-0310-9e35-92363d48005d,2006-06-16 19:51:59+00:00,False,77938cd1-75fe-0310-9e35-92363d48005d,77938cd1-75fe-0310-9e35-92363d48005d,* master,True,jedwing_CHMLib.git,jedwing/CHMLib.git,https://github.com/jedwing/CHMLib.git +8886f569b14688eae0dd15507f7e07523ba4f711,bcressey,ben@cressey.org,2008-10-23 15:39:31+00:00,bcressey,ben@cressey.org,2008-10-23 15:39:31+00:00,False,cressey,cressey,* master,True,garglk_garglk.git,garglk/garglk.git,https://github.com/garglk/garglk.git +da26fe3cdd4d70ecd89b3a43557195ec09e7671c,realitygaps,brouwer@annejan.com,2014-07-31 23:07:58+02:00,realitygaps,realitygaps@yahoo.com,2014-07-31 21:07:58+00:00,False,annejan,yahoo,* main,True,IJHack_QtPass,IJHack/QtPass,https://github.com/IJHack/QtPass +5e6104cd795f31b02c3eb64aef59bf24b7250a57,Joachim Metz,joachim.metz@gmail.com,2015-10-25 08:59:48+01:00,Joachim Metz,joachim.metz@gmail.com,2015-10-25 08:04:55+00:00,False,gmail,gmail,* main,True,log2timeline_dfwinreg.git,log2timeline/dfwinreg.git,https://github.com/log2timeline/dfwinreg.git +a096b25b945ab9587878d6da336eba643aef2b83,Bjarni R. Einarsson,bre@beanstalks-project.net,2010-11-06 10:43:28+00:00,Bjarni R. Einarsson,bre@beanstalks-project.net,2010-11-06 10:43:28+00:00,False,beanstalks-project,beanstalks-project,* main,True,pagekite_PyPagekite,pagekite/PyPagekite,https://github.com/pagekite/PyPagekite +6e98dee9354468e0b6a4fbe1b2d33ca63851fed5,rajo,rajo,2006-10-04 21:03:46+00:00,rajo,rajo,2006-10-04 21:03:46+00:00,False,rajo,rajo,* master,True,lhost_sendxmpp.git,lhost/sendxmpp.git,https://github.com/lhost/sendxmpp.git +4a562eb55a691c0658b2f148703afacb38587b0d,dwsteele,dwsteele@users.noreply.github.com,2013-11-11 13:08:39-08:00,dwsteele,dwsteele@users.noreply.github.com,2013-11-11 21:08:39+00:00,False,users,users,* main,True,pgbackrest_pgbackrest,pgbackrest/pgbackrest,https://github.com/pgbackrest/pgbackrest +237c6e951a8268afeaa288d8ddf0c79da32f6fd1,Andreas Schneider,asn@cryptomilk.org,2013-02-05 17:18:31+01:00,Andreas Schneider,asn@cryptomilk.org,2013-02-07 15:58:18+00:00,False,cryptomilk,cryptomilk,* master,True,socket_wrapper.git,socket/wrapper.git,https://git.samba.org/socket_wrapper.git +94e8c979f57f022d27279feb53a19342f18e59c7,Christian Neukirchen,chneukirchen@gmail.com,2016-06-13 16:25:18+02:00,Christian Neukirchen,chneukirchen@gmail.com,2016-06-13 14:25:18+00:00,False,gmail,gmail,* master,True,chneukirchen_extrace,chneukirchen/extrace,https://github.com/chneukirchen/extrace +2eabd6d0562a113270e8b366219eca5d5056eb20,Alon Bar-Lev,alon.barlev@gmail.com,2006-11-26 09:41:31+00:00,Alon Bar-Lev,alon.barlev@gmail.com,2006-11-26 09:41:31+00:00,False,gmail,gmail,* master,True,OpenSC_pkcs11-helper,OpenSC/pkcs11-helper,https://github.com/OpenSC/pkcs11-helper +e42e99e026b037c1d29709955273b890be95c9fa,Vibhav Pant,vibhavp@gmail.com,2016-12-02 22:38:27+05:30,Vibhav Pant,vibhavp@gmail.com,2016-12-02 17:08:27+00:00,False,gmail,gmail,* master,True,emacs-lsp_lsp-mode.git,emacs-lsp/lsp-mode.git,https://github.com/emacs-lsp/lsp-mode.git +8141e284d8cf520be9fe09ee98a891c7f15c6890,Nicolas Steenlant,nicolas.steenlant@ugent.be,2012-05-07 08:54:07+02:00,Nicolas Steenlant,nicolas.steenlant@ugent.be,2012-05-07 06:54:07+00:00,False,ugent,ugent,* dev,True,LibreCat_Catmandu-MARC.git,LibreCat/Catmandu-MARC.git,https://github.com/LibreCat/Catmandu-MARC.git +2a940c2c7004b40af6c4406a19345ab1a0745b52,Lee Hambley,lee.hambley@gmail.com,2009-12-26 20:31:29+01:00,Lee Hambley,lee.hambley@gmail.com,2009-12-26 19:31:29+00:00,False,gmail,gmail,* master,True,kangguru_rack-google-analytics,kangguru/rack-google-analytics,https://github.com/kangguru/rack-google-analytics +7cc34767a580b06f5148fb7fdecd316462a4f5c2,Anton Vodonosov,avodonosov@yandex.ru,2014-02-10 05:36:34+03:00,Anton Vodonosov,avodonosov@yandex.ru,2014-02-10 02:36:34+00:00,False,yandex,yandex,* master,True,cl-plus-ssl_cl-plus-ssl,cl-plus-ssl/cl-plus-ssl,https://github.com/cl-plus-ssl/cl-plus-ssl +32e0353d86ffc2df26b19608a680b19cfa3cc04f,Bastien Nocera,hadess@hadess.net,2007-11-22 23:17:12+00:00,Bastien Nocera,hadess@src.gnome.org,2007-11-22 23:17:12+00:00,False,hadess,src,* main,True,GNOME_libgweather.git,GNOME/libgweather.git,https://gitlab.gnome.org/GNOME/libgweather.git +663fd5a8e8205d4a76e5096d32ed618c617a4aa0,Brian Lopez,seniorlopez@gmail.com,2010-06-08 21:35:26-07:00,Brian Lopez,seniorlopez@gmail.com,2010-06-09 04:35:26+00:00,False,gmail,gmail,* master,True,brianmario_escape_utils.git,brianmario/escape/utils.git,https://github.com/brianmario/escape_utils.git +68dc01206cbb0e2a894df120e53d66f40be45f08,Tanel Suurhans,tanel.suurhans@perfectline.ee,2010-09-08 15:43:46+03:00,Tanel Suurhans,tanel.suurhans@perfectline.ee,2010-09-08 12:43:46+00:00,False,perfectline,perfectline,* master,True,perfectline_validates_url.git,perfectline/validates/url.git,https://github.com/perfectline/validates_url.git +83ed5ec5759cca0b5a0811c03d77e4a1c810ff70,Roelof Berg,rberg@berg-solutions.de,2014-08-03 21:52:04+02:00,Roelof Berg,rberg@berg-solutions.de,2014-08-03 19:52:04+00:00,False,berg-solutions,berg-solutions,* master,True,RoelofBerg_limereg.git,RoelofBerg/limereg.git,https://github.com/RoelofBerg/limereg.git +ef827c31d4351d837184a568ae90cc9fd021cf32,Patric Stout,truebrain@openttd.org,2023-07-02 21:06:45+02:00,GitHub,noreply@github.com,2023-07-02 19:06:45+00:00,False,openttd,github,* master,True,OpenTTD_OpenSFX.git,OpenTTD/OpenSFX.git,https://github.com/OpenTTD/OpenSFX.git +fac06ac0e72dd0bb3e46fd43d99b17c3aca6a5a3,fmarier,fmarier@52c45a13-843d-0410-a4cf-e722c5afd5a4,2004-09-08 04:19:09+00:00,fmarier,fmarier@52c45a13-843d-0410-a4cf-e722c5afd5a4,2004-09-08 04:19:09+00:00,False,52c45a13-843d-0410-a4cf-e722c5afd5a4,52c45a13-843d-0410-a4cf-e722c5afd5a4,* master,True,email-reminder,email-reminder,https://git.launchpad.net/email-reminder +e950361fb1e874b44f0f325c11fc7f22a8871e5f,Paul Ramsey,pramsey@cleverelephant.ca,2014-12-15 14:18:00-08:00,Paul Ramsey,pramsey@cleverelephant.ca,2014-12-15 22:18:00+00:00,False,cleverelephant,cleverelephant,* master,True,pramsey_pgsql-ogr-fdw.git,pramsey/pgsql-ogr-fdw.git,https://github.com/pramsey/pgsql-ogr-fdw.git +c9eef919a0c361085d5bcd0b14a3dfcaf86d7a89,Joachim Metz,joachim.metz@gmail.com,2010-01-08 23:42:52+01:00,Joachim Metz,joachim.metz@gmail.com,2016-03-27 14:24:21+00:00,False,gmail,gmail,* main,True,libyal_libsmraw.git,libyal/libsmraw.git,https://github.com/libyal/libsmraw.git +5d103a58d1dcc14bb8c552a81ee6379096aaea77,Dmitry Suzdalev,dimsuz@gmail.com,2007-05-29 14:06:40+00:00,Dmitry Suzdalev,dimsuz@gmail.com,2007-05-29 14:06:40+00:00,False,gmail,gmail,* master,True,klines.git,klines.git,https://anongit.kde.org/klines.git +9fed4fd8bbc71e69f42b10468b1f05dd09fefa00,rncbc,rncbc@f9a00c7d-fcea-44c0-92a1-f75f9f8ef049,2010-03-05 21:51:48+00:00,rncbc,rncbc@f9a00c7d-fcea-44c0-92a1-f75f9f8ef049,2010-03-05 21:51:48+00:00,False,f9a00c7d-fcea-44c0-92a1-f75f9f8ef049,f9a00c7d-fcea-44c0-92a1-f75f9f8ef049,* main,True,rncbc_qmidinet.git,rncbc/qmidinet.git,https://github.com/rncbc/qmidinet.git +633674d34728a9f5e41423d97b50945f5ed50b7d,olegpidsadnyi,oleg.podsadny@gmail.com,2013-03-29 00:27:44-07:00,olegpidsadnyi,oleg.podsadny@gmail.com,2013-03-29 07:27:44+00:00,False,gmail,gmail,* master,True,pytest-dev_pytest-bdd.git,pytest-dev/pytest-bdd.git,https://github.com/pytest-dev/pytest-bdd.git +235f8ffc7b53a159b6c0f49cb7875485843b2bd2,Michael Webster,miketwebster@gmail.com,2013-05-24 16:39:03-04:00,Michael Webster,miketwebster@gmail.com,2013-05-24 20:39:03+00:00,False,gmail,gmail,* master,True,linuxmint_cinnamon-settings-daemon.git,linuxmint/cinnamon-settings-daemon.git,https://github.com/linuxmint/cinnamon-settings-daemon.git +97bcdb04a40732f7de64b7113cfb302bfef7c929,Sean V. Kelley,seanvk@posteo.de,2016-02-03 09:04:21-08:00,Xu Guangxin,guangxin.xu@intel.com,2016-06-08 06:41:39+00:00,False,posteo,intel,* master,True,intel_libyami-utils,intel/libyami-utils,https://github.com/intel/libyami-utils +f73d60147594a85d93f65ea316df11511b6fffc7,Byron Clark,byron@theclarkfamily.name,2010-10-19 20:22:34-06:00,Byron Clark,byron@theclarkfamily.name,2010-10-20 02:22:34+00:00,False,theclarkfamily,theclarkfamily,* master,True,coldfix_udiskie.git,coldfix/udiskie.git,https://github.com/coldfix/udiskie.git +2bc7ba1e26fa7c9769adcd948a7d8b24f1375865,Rainer Gerhards,rgerhards@adiscon.com,2010-10-11 18:05:46+02:00,Rainer Gerhards,rgerhards@adiscon.com,2010-10-11 16:05:46+00:00,False,adiscon,adiscon,* master,True,rsyslog_liblognorm.git,rsyslog/liblognorm.git,https://github.com/rsyslog/liblognorm.git +51946a73c84369c1e35bc78fb599d8d27a237a2e,Christopher Jeffrey,chjjeffrey@gmail.com,2012-02-03 12:10:09-06:00,Christopher Jeffrey,chjjeffrey@gmail.com,2013-08-08 14:03:31+00:00,False,gmail,gmail,* main,True,jupyter_terminado,jupyter/terminado,https://github.com/jupyter/terminado +487897424a4923aa2c9fbfa68fdf140c37d589f5,James Socol,james@mozilla.com,2011-01-23 12:41:20-05:00,James Socol,james@mozilla.com,2011-01-23 17:41:20+00:00,False,mozilla,mozilla,* master,True,django-waffle_django-waffle,django-waffle/django-waffle,https://github.com/django-waffle/django-waffle +8f444c760f6ab1d1080d03ca296441ef064abbcd,Brecht Machiels,brecht@mos6581.org,2012-01-07 00:57:05+01:00,Brecht Machiels,brecht@mos6581.org,2012-01-06 23:57:05+00:00,False,mos6581,mos6581,* master,True,brechtm_citeproc-py,brechtm/citeproc-py,https://github.com/brechtm/citeproc-py +59f6e9106e69c012d6bf4a004f43bf09d4349887,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,False,dune-project,dune-project,* master,True,core_dune-common,core/dune-common,https://gitlab.dune-project.org/core/dune-common +e231cbde546c2e2200f6dae01d13cf743d253c6d,Mickaël Rémond,mickael.remond@process-one.net,2015-04-06 11:03:40+02:00,Mickaël Rémond,mickael.remond@process-one.net,2015-04-06 09:03:40+00:00,False,process-one,process-one,* master,True,processone_fast_tls.git,processone/fast/tls.git,https://github.com/processone/fast_tls.git +b45bb12d20fce43f491bba2f2961788317cac8be,Kevin Daughtridge,kevin@kdau.com,2007-09-30 10:24:50+02:00,Graham Inggs,ginggs@debian.org,2018-12-28 19:05:04+00:00,False,kdau,debian,* master,True,ginggs_gelemental,ginggs/gelemental,https://github.com/ginggs/gelemental +24c93e4caa6a933a95ad7239680dc3ef535f7182,eklhad,eklhad,2006-06-01 17:00:25+00:00,eklhad,eklhad,2006-06-01 17:00:25+00:00,False,eklhad,eklhad,* master,True,CMB_edbrowse.git,CMB/edbrowse.git,https://github.com/CMB/edbrowse.git +55893a643fc3257a988ebf9c593c5007bec8a76f,Stefan Oderbolz,oderbolz@gmail.com,2014-01-01 12:32:49+01:00,Stefan Oderbolz,oderbolz@gmail.com,2014-01-01 11:32:49+00:00,False,gmail,gmail,* develop,True,metaodi_osmapi.git,metaodi/osmapi.git,https://github.com/metaodi/osmapi.git +729e10ad68a81c5ef1ad2a6a226feae360128187,Gerd Hoffmann,kraxel@redhat.com,2010-04-01 11:24:34+02:00,Gerd Hoffmann,kraxel@redhat.com,2010-04-01 09:24:34+00:00,False,redhat,redhat,* master,True,xawtv3.git,xawtv3.git,https://git.linuxtv.org/xawtv3.git +e3c7c14f0120f3d40301dd5f92ca1e3fe4ceb1fa,Tim Ansell,mithro@mithis.com,2015-09-20 02:03:36+10:00,Tim Ansell,mithro@mithis.com,2015-09-19 16:03:36+00:00,False,mithis,mithis,* master,True,timvideos_HDMI2USB-mode-switch.git,timvideos/HDMI2USB-mode-switch.git,https://github.com/timvideos/HDMI2USB-mode-switch.git +516e4e7fd2c134872f58a220e098c27c5ad55b77,Zydrunas Gimbutas,zydrunas.gimbutas@gmail.com,2014-04-29 16:12:25-06:00,Zydrunas Gimbutas,zydrunas.gimbutas@gmail.com,2014-04-29 22:12:25+00:00,False,gmail,gmail,* master,True,zgimbutas_mwrap,zgimbutas/mwrap,https://github.com/zgimbutas/mwrap +2deb88232c11ce4c2d02cbf2d622330de2abd881,Konstantin Tretyakov,kt@ut.ee,2015-01-15 20:41:07+02:00,Konstantin Tretyakov,kt@ut.ee,2015-01-15 18:41:07+00:00,False,ut,ut,* master,True,konstantint_intervaltree-bio.git,konstantint/intervaltree-bio.git,https://github.com/konstantint/intervaltree-bio.git +42435f724284f28f142da627c69674eed48d99cd,Chris McDonough,chrism@plope.com,2005-12-18 12:35:16+00:00,Chris McDonough,chrism@plope.com,2005-12-18 12:35:16+00:00,False,plope,plope,* main,True,supervisor_meld3.git,supervisor/meld3.git,https://github.com/supervisor/meld3.git +3b4eebd2ad4d903cbfa08f1883def67407492563,Robert Edmonds,edmonds@isc.org,2013-05-10 14:00:07-04:00,Robert Edmonds,edmonds@isc.org,2013-05-11 15:13:49+00:00,False,isc,isc,* master,True,dnstap_dnstap-ldns.git,dnstap/dnstap-ldns.git,https://github.com/dnstap/dnstap-ldns.git +ff8e15231e0f98355f4becc80e1c21e2c39c45b3,Dan Williams,dan.j.williams@intel.com,2015-06-11 17:05:41-04:00,Dan Williams,dan.j.williams@intel.com,2015-06-17 00:20:23+00:00,False,intel,intel,* master,True,kilobyte_ndctl,kilobyte/ndctl,https://github.com/kilobyte/ndctl +274517603636f6b3ae838a2cecfcb5e8e719e4dd,Christopher M. Cantalupo,christopher.m.cantalupo@intel.com,2014-03-18 14:52:23-07:00,Christopher M. Cantalupo,christopher.m.cantalupo@intel.com,2014-03-18 21:52:23+00:00,False,intel,intel,* master,True,kilobyte_memkind,kilobyte/memkind,https://github.com/kilobyte/memkind +4fb43c8af0ccd4533d83c586a44525bf3b2703d8,Antonin Descampe,antonin@gmail.com,2005-12-07 21:28:11+00:00,Antonin Descampe,antonin@gmail.com,2005-12-07 21:28:11+00:00,False,gmail,gmail,* master,True,uclouvain_openjpeg.git,uclouvain/openjpeg.git,https://github.com/uclouvain/openjpeg.git +933585c2e43cf2c6c0f6b400dd7e33cc9ae1979f,rubensr,rubensr,2003-12-02 12:37:52+00:00,rubensr,rubensr,2003-12-02 12:37:52+00:00,False,rubensr,rubensr,* master,True,dottedmag_pychm.git,dottedmag/pychm.git,https://github.com/dottedmag/pychm.git +84da6c1f7f1877662ad3e83858e77872426e2f14,Carl Worth,cworth@cworth.org,2002-10-26 08:00:39+00:00,Carl Worth,cworth@cworth.org,2002-10-26 08:00:39+00:00,False,cworth,cworth,* master,True,cairo_cairo,cairo/cairo,https://gitlab.freedesktop.org/cairo/cairo +43a1f802efe84855501ecdef17b24b71d506c426,Paul Battley,pbattley@gmail.com,2006-08-31 15:56:22+00:00,Paul Battley,pbattley@gmail.com,2006-08-31 15:56:22+00:00,False,gmail,gmail,* master,True,threedaymonk_text,threedaymonk/text,https://github.com/threedaymonk/text +be49c0e89319cc03b7119bac2604744bcdd26775,David Hill,dhill@conformal.com,2013-06-12 13:06:54-04:00,David Hill,dhill@conformal.com,2013-06-12 17:06:54+00:00,False,conformal,conformal,* master,True,conformal_spectrwm,conformal/spectrwm,https://github.com/conformal/spectrwm +5d9435151e62c6544d83c6031c6434f8908e61cf,einaros,einaros@gmail.com,2011-12-10 13:21:55+01:00,einaros,einaros@gmail.com,2011-12-10 12:21:55+00:00,False,gmail,gmail,* master,True,einaros_tinycolor.git,einaros/tinycolor.git,https://github.com/einaros/tinycolor.git +6366addbf11788ecc16ae4b05963a4bbee2db7dc,Ryan Nowakowski,tubaman@fattuba.com,2011-12-13 16:16:45-06:00,Ryan Nowakowski,tubaman@fattuba.com,2011-12-13 22:16:45+00:00,False,fattuba,fattuba,* main,True,tubaman_django-macaddress.git,tubaman/django-macaddress.git,https://github.com/tubaman/django-macaddress.git +b484b46d5ffa65837123f07963b97782dcd1a8b0,Gonéri Le Bouder,goneri@rulezlan.org,2007-02-23 14:32:05+00:00,Gonéri Le Bouder,goneri@rulezlan.org,2007-02-23 14:32:05+00:00,False,rulezlan,rulezlan,* develop,True,fusioninventory_fusioninventory-agent.git,fusioninventory/fusioninventory-agent.git,https://github.com/fusioninventory/fusioninventory-agent.git +e9a6387e82aba6ea9b83e1a284b6d6d032b4f331,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_traits.git,enthought/traits.git,https://github.com/enthought/traits.git +0490492bbc466c08f272dd205ab9a1eeb36fd25a,Miro Hrončok,miro@hroncok.cz,2014-07-15 13:36:52+02:00,Miro Hrončok,miro@hroncok.cz,2014-07-15 11:41:30+00:00,False,hroncok,hroncok,* master,True,admesh_python-admesh,admesh/python-admesh,https://github.com/admesh/python-admesh +33362ce21152850825ed9177f2e78c90d71c9859,Victor Geraldsson,victor@geraldsson.org,2018-06-21 21:33:26+02:00,Victor Geraldsson,victor@geraldsson.org,2018-06-21 19:33:26+00:00,False,geraldsson,geraldsson,* master,True,vicgeralds_vitetris,vicgeralds/vitetris,https://github.com/vicgeralds/vitetris +9a9789c49f74062c3d3dda45dfd888a5c9d65d89,John Bazik,jsb@ham,2014-05-15 01:11:20-04:00,John Bazik,me@johnbazik.com,2014-06-18 02:29:25+00:00,False,ham,johnbazik,* master,True,jbazik_Archive-Ar.git,jbazik/Archive-Ar.git,https://github.com/jbazik/Archive-Ar.git +6c60133a8745e6099b9400a5f3c308dedb49efff,Andrew McMillan,debian@mcmillan.net.nz,2006-05-02 10:46:28+12:00,Andrew McMillan,debian@mcmillan.net.nz,2006-05-01 22:46:28+00:00,False,mcmillan,mcmillan,* master,True,davical-project_awl,davical-project/awl,https://gitlab.com/davical-project/awl +41a297b0668c18af9731ba95abb6f809e3d8201b,Phillip Lord,phillip.lord@newcastle.ac.uk,2015-10-25 16:47:41+00:00,Phillip Lord,phillip.lord@newcastle.ac.uk,2015-10-25 16:47:41+00:00,False,newcastle,newcastle,* master,True,phillord_assess.git,phillord/assess.git,https://github.com/phillord/assess.git +6124e55e68b86f495803bc3257dec8a84ddd6cb6,Stefan Westerfeld,stefan@space.twc.de,2009-08-15 10:12:16+02:00,Stefan Westerfeld,stefan@space.twc.de,2009-08-15 08:12:16+00:00,False,space,space,* master,True,public_git_gst123.git,public/git/gst123.git,http://space.twc.de/public/git/gst123.git +52dca0f96dcd8bf382b8a35a0df36927c0931015,Miller Puckette,msp@ucsd.edu,2007-08-01 16:44:56-07:00,Miller Puckette,msp@ucsd.edu,2007-08-01 23:44:56+00:00,False,ucsd,ucsd,* master,True,pure-data_deken,pure-data/deken,https://github.com/pure-data/deken +7cbe9ad2ec9936f311e80a7ff3266eb6006e8e5d,Jan Engelhardt,jengelh@inai.de,2022-11-17 23:47:37+01:00,Jan Engelhardt,jengelh@inai.de,2022-11-17 22:47:37+00:00,False,inai,inai,* master,True,p_posixovl_posixovl,p/posixovl/posixovl,https://git.code.sf.net/p/posixovl/posixovl +c01a89080a0d3ea0049ec6bcee14a74ff26662aa,Daniel Czerwonk,czerwonk@users.noreply.github.com,2016-11-26 21:07:27+01:00,GitHub,noreply@github.com,2016-11-26 20:07:27+00:00,False,users,github,* main,True,czerwonk_bird_exporter,czerwonk/bird/exporter,https://github.com/czerwonk/bird_exporter +bca4204c6d9a78d559de4891372a633c51e2cc94,Elan Shanker,elan.shanker@gmail.com,2015-01-12 15:18:06-05:00,Blaine Bublitz,blaine.bublitz@gmail.com,2021-01-27 02:37:04+00:00,False,gmail,gmail,* main,True,es128_glob-parent,es128/glob-parent,https://github.com/es128/glob-parent +b7ba598b9402030d1cb5f2ba7b60c8ac93ca7f51,brian d foy,brian@stonehenge.com,2008-08-15 08:32:23+02:00,brian d foy,brian@stonehenge.com,2008-08-15 06:32:23+00:00,False,stonehenge,stonehenge,* master,True,briandfoy_module-extract-use.git,briandfoy/module-extract-use.git,https://github.com/briandfoy/module-extract-use.git +3a78df5c010fde1b12ecec914bf4caa549565e55,Brian Carrier,carrier@sleuthkit.org,2008-09-28 22:52:48+00:00,Brian Carrier,carrier@sleuthkit.org,2008-09-28 22:52:48+00:00,False,sleuthkit,sleuthkit,* develop,True,sleuthkit_sleuthkit,sleuthkit/sleuthkit,https://github.com/sleuthkit/autopsy +298952a1f958639d188b6037a7cb8bedc9bbe612,Wolfgang Rohdewald,wolfgang@rohdewald.de,2009-04-21 03:09:49+00:00,Wolfgang Rohdewald,wolfgang@rohdewald.de,2009-04-21 03:09:49+00:00,False,rohdewald,rohdewald,* master,True,kajongg.git,kajongg.git,https://anongit.kde.org/kajongg.git +b393ac71cb83e67b037b5766a765b9138fbd15e5,Armin Ronacher,armin.ronacher@active-4.com,2011-06-24 02:09:05+02:00,Armin Ronacher,armin.ronacher@active-4.com,2011-06-24 00:09:05+00:00,False,active-4,active-4,* main,True,pallets_itsdangerous,pallets/itsdangerous,https://github.com/pallets/itsdangerous +7f44820fbd292a6a433d968e14b2ea6ee821a7aa,rrizun,rrizun@df820570-a93a-0410-bd06-b72b767a4274,2009-12-01 02:44:24+00:00,rrizun,rrizun@df820570-a93a-0410-bd06-b72b767a4274,2009-12-01 02:44:24+00:00,False,df820570-a93a-0410-bd06-b72b767a4274,df820570-a93a-0410-bd06-b72b767a4274,* master,True,s3fs-fuse_s3fs-fuse,s3fs-fuse/s3fs-fuse,https://github.com/s3fs-fuse/s3fs-fuse +a275dcc473accef73033626703ffe81194d394e1,Jari Aalto,jari.aalto@cante.net,2007-09-07 12:38:33+03:00,Jari Aalto,jari.aalto@cante.net,2007-09-07 09:38:33+00:00,False,cante,cante,* master,True,jaalto_project--perl-webget,jaalto/project--perl-webget,https://github.com/jaalto/project--perl-webget +9f6904349c442be302c1a5fdf342dcbd40a87024,Andy Stewart,lazycat.manatee@gmail.com,2017-02-13 09:25:02+08:00,Hualet Wang,mr.asianwang@gmail.com,2017-04-01 09:24:04+00:00,False,gmail,gmail,* master,True,linuxdeepin_deepin-screen-recorder,linuxdeepin/deepin-screen-recorder,https://github.com/linuxdeepin/deepin-screen-recorder +8c53e486450cc98c390e1cd55a1d73b7e6d7626b,Winston Chang,winston@stdout.org,2014-12-16 11:05:08-06:00,Winston Chang,winston@stdout.org,2014-12-16 17:05:08+00:00,False,stdout,stdout,* main,True,wch_webshot,wch/webshot,https://github.com/wch/webshot +ecc1d38499a93e29433a6eaabcd85455748a572d,synap,synap@1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,2004-06-20 19:48:42+00:00,synap,synap@1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,2004-06-20 19:48:42+00:00,False,1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,* master,True,Libvisual_libvisual.git,Libvisual/libvisual.git,https://github.com/Libvisual/libvisual.git +33f33fce0a5ccc085a36c5e5ddf83c4ce9424d18,Sam Goldstein,sam@aboutus.org,2010-06-28 20:12:26-07:00,Sam Goldstein,sam@aboutus.org,2010-06-29 03:12:26+00:00,False,aboutus,aboutus,* main,True,samg_diffy,samg/diffy,https://github.com/samg/diffy +ff1979c3f90addcc9653ec4ba0fa19ef3b8fe7b4,Ryan P Kilby,rpkilby@ncsu.edu,2018-06-22 18:24:37-04:00,GitHub,noreply@github.com,2018-06-22 22:24:37+00:00,False,ncsu,github,* master,True,rpkilby_django-rest-framework-guardian.git,rpkilby/django-rest-framework-guardian.git,https://github.com/rpkilby/django-rest-framework-guardian.git +80ef40becad9f6312e29f8572a619e14262aa590,teka,,2005-05-12 09:55:22+00:00,teka,,2005-05-12 09:55:22+00:00,False,,,* master,True,mysecureshell_mysecureshell,mysecureshell/mysecureshell,https://github.com/mysecureshell/mysecureshell +fdd6266f00a85891e015b7133fc092dac088546b,wereturtle,wereturtle@users.noreply.github.com,2015-08-22 02:14:37-07:00,wereturtle,wereturtle@users.noreply.github.com,2015-08-22 09:14:37+00:00,False,users,users,* master,True,office_ghostwriter,office/ghostwriter,https://invent.kde.org/office/ghostwriter +b9af4fbd85bba1f7c544f42a8852a33f6ea41c52,Fotis Tsamis,ftsamis@gmail.com,2011-09-28 00:02:59+03:00,Fotis Tsamis,ftsamis@gmail.com,2011-09-27 21:02:59+00:00,False,gmail,gmail,* main,True,epoptes_epoptes,epoptes/epoptes,https://github.com/epoptes/epoptes +291d4c26e93a795692e3c2e02d30ee90ed90d412,James Melville,jlmelville@gmail.com,2018-06-12 07:34:53-07:00,James Melville,jlmelville@gmail.com,2018-06-12 14:34:53+00:00,False,gmail,gmail,* master,True,jlmelville_uwot.git,jlmelville/uwot.git,https://github.com/jlmelville/uwot.git +55d2cfe0c0fcdb395d6c77cb56fe54750f6b2140,Dima Kogan,dima@secretsauce.net,2013-11-01 13:16:42-07:00,Dima Kogan,dima@secretsauce.net,2013-11-01 20:17:15+00:00,False,secretsauce,secretsauce,* master,True,dkogan_xcscope.el,dkogan/xcscope.el,https://github.com/dkogan/xcscope.el +f63ecf7699e566fb3e445110b01e36d793b42b28,Clement Lefebvre,clement.lefebvre@linuxmint.com,2015-09-07 16:30:18+01:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2015-09-07 15:30:18+00:00,False,linuxmint,linuxmint,* master,True,mate-desktop_mate-user-guide.git,mate-desktop/mate-user-guide.git,https://github.com/mate-desktop/mate-user-guide.git +0b88c236f75b1d1a417573de16a42b3050777eff,Bjarni R. Einarsson,bre@klaki.net,2011-06-12 19:52:37+00:00,Bjarni R. Einarsson,bre@klaki.net,2011-06-12 19:52:37+00:00,False,klaki,klaki,* master,True,pagekite_PySocksipyChain.git,pagekite/PySocksipyChain.git,https://github.com/pagekite/PySocksipyChain.git +48ed59f5e84b2d7549b680362ef760a04a06fcf1,Kemal Ilgar Eroglu,ilgar_eroglu@yahoo.com,2005-12-01 07:49:54+00:00,Kemal Ilgar Eroglu,ilgar_eroglu@yahoo.com,2005-12-01 07:49:54+00:00,False,yahoo,yahoo,* master,True,panel-plugins_xfce4-timer-plugin.git,panel-plugins/xfce4-timer-plugin.git,https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin.git +621fa65c3599963f0ea5fad8e12201758e7c532e,Vratislav Podzimek,vpodzime@redhat.com,2014-05-20 18:48:14+02:00,Vratislav Podzimek,vpodzime@redhat.com,2014-05-20 16:48:14+00:00,False,redhat,redhat,* master,True,storaged-project_libblockdev,storaged-project/libblockdev,https://github.com/storaged-project/libblockdev +267c6eb020e60f303b30d333612b4ccf5b6182cc,fossfreedom,foss.freedom@gmail.com,2014-12-22 23:19:52+00:00,fossfreedom,foss.freedom@gmail.com,2014-12-22 23:19:52+00:00,False,gmail,gmail,* master,True,fossfreedom_alternative-toolbar,fossfreedom/alternative-toolbar,https://github.com/fossfreedom/alternative-toolbar +1ac27926e325ab00d4635598888c15911a8ccc88,Timothy Legge,timlegge@gmail.com,2022-02-11 19:47:15-04:00,Timothy Legge,timlegge@gmail.com,2022-02-11 23:47:15+00:00,False,gmail,gmail,* main,True,timlegge_perl-XML-Generator,timlegge/perl-XML-Generator,https://github.com/timlegge/perl-XML-Generator +221fe3e1fbd5a6df8c57b5ac03ec8abfb9277a3b,Xavier Mendez,xmendez@edge-security.com,2014-10-22 22:23:49+01:00,Xavier Mendez,xmendez@edge-security.com,2014-10-22 21:23:49+00:00,False,edge-security,edge-security,* master,True,xmendez_wfuzz.git,xmendez/wfuzz.git,https://github.com/xmendez/wfuzz.git +c28b84fd6be8db8cadfa6a8aee0fdd36db6e15e1,Simon Josefsson,simon@josefsson.org,2020-12-25 17:34:56+01:00,Simon Josefsson,simon@josefsson.org,2021-01-18 19:17:20+00:00,False,josefsson,josefsson,* master,True,pmccabe_pmccabe.git,pmccabe/pmccabe.git,https://gitlab.com/pmccabe/pmccabe.git +15afde00a6826bc0744c6b884b018db1ae59ce3b,Iain Truskett,spoon@cpan.org,2003-04-04 05:42:13+00:00,Iain Truskett,spoon@cpan.org,2003-04-04 05:42:13+00:00,False,cpan,cpan,* master,True,book_DateTime-Format-Mail.git,book/DateTime-Format-Mail.git,https://github.com/book/DateTime-Format-Mail.git +a07489cd64f4c9809769411f6c0b81ab86c8b564,Christophe Geuzaine,cgeuzaine@ulg.ac.be,2004-05-13 01:49:04+00:00,Christophe Geuzaine,cgeuzaine@ulg.ac.be,2004-05-13 01:49:04+00:00,False,ulg,ulg,* master,True,gl2ps_gl2ps.git,gl2ps/gl2ps.git,https://gitlab.onelab.info/gl2ps/gl2ps.git +c84221e40845a9a3009851e7cb6c3c9c2615df79,Maxence Guesdon,maxence.guesdon@inria.fr,2011-01-11 22:12:54+01:00,Maxence Guesdon,maxence.guesdon@inria.fr,2011-01-11 21:12:54+00:00,False,inria,inria,* master,True,zoggy_lablgtk-extras.git,zoggy/lablgtk-extras.git,https://github.com/zoggy/lablgtk-extras.git +8739b894e3709102ad65bea7068d3e3b989eb920,Julius Volz,julius@soundcloud.com,2015-03-12 13:23:48+01:00,Julius Volz,julius@soundcloud.com,2015-03-12 12:23:48+00:00,False,soundcloud,soundcloud,* main,True,prometheus_mysqld_exporter,prometheus/mysqld/exporter,https://github.com/prometheus/mysqld_exporter +2ce43ff021ef2f462dcd243b0a9312bf3befdc07,Kyle Conroy,kyleconroy@kyle-conroys-macbook-pro.local,2009-09-14 22:59:23-07:00,Kyle Conroy,kyleconroy@kyle-conroys-macbook-pro.local,2009-09-15 05:59:23+00:00,False,kyle-conroys-macbook-pro,kyle-conroys-macbook-pro,* main,True,twilio_twilio-python,twilio/twilio-python,https://github.com/twilio/twilio-python +942d3c4a9efb3018708b0cf57f07fb283d3b4e45,Linux Hardware Project,andrey.v.ponomarenko@gmail.com,2015-11-29 20:34:57+03:00,Linux Hardware Project,andrey.v.ponomarenko@gmail.com,2015-11-29 17:34:57+00:00,False,gmail,gmail,* master,True,linuxhw_hw-probe,linuxhw/hw-probe,https://github.com/linuxhw/hw-probe +4ae1c73079d97b07201d38ea78012e1d877c2eac,Johan Andersson,j@i19.se,2011-10-11 20:30:39+02:00,Johan Andersson,j@i19.se,2011-10-11 18:30:39+00:00,False,i19,i19,* master,True,spaam_svtplay-dl,spaam/svtplay-dl,https://github.com/spaam/svtplay-dl +6b78a4d46f0ece05b9c94d2afacb5a21864ecf9a,Antoine Bertin,diaoulael@gmail.com,2013-05-19 11:54:46+02:00,Antoine Bertin,diaoulael@gmail.com,2013-05-19 13:35:04+00:00,False,gmail,gmail,* main,True,Diaoul_enzyme,Diaoul/enzyme,https://github.com/Diaoul/enzyme +8e1efea2ea829e646bd33841e720244dc5dc4918,Laszlo Ersek,lacos@caesar.elte.hu,2011-07-26 22:14:49+02:00,Laszlo Ersek,lacos@caesar.elte.hu,2011-07-26 20:14:49+00:00,False,caesar,caesar,* master,True,kjn_lbzip2,kjn/lbzip2,https://github.com/kjn/lbzip2 +ef9045f11d7bc4afa6c8b8e89c1cebae75b5be50,Ryan C. Gordon,icculus@icculus.org,2005-08-06 16:56:57+00:00,Ryan C. Gordon,icculus@icculus.org,2005-08-06 16:56:57+00:00,False,icculus,icculus,* master,True,osslugaru_lugaru,osslugaru/lugaru,https://gitlab.com/osslugaru/lugaru +1a98dea29dde821f079e7a1b732261101bc6ee83,Shohei Kameda,shoheik@cpan.org,2013-04-13 11:17:23+09:00,Shohei Kameda,shoheik@cpan.org,2013-04-13 02:17:23+00:00,False,cpan,cpan,* master,True,shoheik_Graph-D3.git,shoheik/Graph-D3.git,https://github.com/shoheik/Graph-D3.git +4014c205ec1d7f5738052b3928259b43c04feb31,Weng Xuetian,wengxt@gmail.com,2017-05-12 17:57:29-04:00,Weng Xuetian,wengxt@gmail.com,2017-05-12 21:57:29+00:00,False,gmail,gmail,* master,True,fcitx_fcitx5-gtk,fcitx/fcitx5-gtk,https://github.com/fcitx/fcitx5-gtk +71fe9c28a87fca5908b46bb25859fd674821b47a,Pierre Rudloff,contact@rudloff.pro,2016-04-22 14:44:59+02:00,Pierre Rudloff,contact@rudloff.pro,2016-04-22 12:53:25+00:00,False,rudloff,rudloff,* master,True,Rudloff_ufo2otf-debian,Rudloff/ufo2otf-debian,https://github.com/Rudloff/ufo2otf-debian +db5aa7b7588b6f9685534a0c565820f93be0dd30,Filip Noetzel,filip@j03.de,2013-03-10 19:08:42+01:00,Filip Noetzel,filip@j03.de,2013-03-10 18:08:42+00:00,False,j03,j03,* master,True,c4urself_bump2version,c4urself/bump2version,https://github.com/c4urself/bump2version +89bd5e5685aa4e985532dfe222a5cfa7d9954a27,Chuck Hagenbuch,chuck@horde.org,2010-06-06 21:31:15-04:00,Chuck Hagenbuch,chuck@horde.org,2010-06-07 01:31:15+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_trean.git,horde/trean.git,https://github.com/horde/trean.git +78c2accf9c3b0b662e5ce2417d8cf35557fb3f80,Paul Anderson,pha@umich.edu,2010-10-20 12:52:09-04:00,Paul Anderson,pha@umich.edu,2010-10-20 16:52:09+00:00,False,umich,umich,* master,True,statgen_libStatGen,statgen/libStatGen,https://github.com/statgen/libStatGen +8e6fa54138e81c7454b80a36d22366703fa01031,Asgeir S. Nilsen,asgeir@twingine.no,2013-10-15 19:05:02+02:00,Asgeir S. Nilsen,asgeir@twingine.no,2013-10-15 17:05:02+00:00,False,twingine,twingine,* master,True,asgeirn_brev-cls.git,asgeirn/brev-cls.git,https://github.com/asgeirn/brev-cls.git +896e93682b922be543332bbb9714065fcd81af24,Geoffrey Thomas,geofft@ldpreload.com,2017-10-18 10:46:22-04:00,Geoffrey Thomas,geofft@ldpreload.com,2017-10-18 15:22:02+00:00,False,ldpreload,ldpreload,* master,True,sipb_config-package-dev,sipb/config-package-dev,https://github.com/sipb/config-package-dev +d80260001bdc4811b5c63604041e3139fb80ecd4,Phil Nash,phil@twobluecubes.com,2010-11-09 23:24:00+00:00,Phil Nash,phil@twobluecubes.com,2010-11-09 23:24:00+00:00,False,twobluecubes,twobluecubes,* devel,True,catchorg_Catch2.git,catchorg/Catch2.git,https://github.com/catchorg/Catch2.git +01af2bc857f6824594b4a4af2f957fcdfe06e2dc,Dominic Hamon,dominic+github@google.com,2013-12-20 14:51:56-08:00,Dominic Hamon,dominic+github@google.com,2013-12-20 22:51:56+00:00,False,google,google,* main,True,google_benchmark,google/benchmark,https://github.com/google/benchmark +b6b2c35461d9910710c8ef03f95f21a879240d2b,Graham Clark,grclark@gmail.com,2019-04-17 22:38:02-04:00,Graham Clark,grclark@gmail.com,2019-04-19 21:27:23+00:00,False,gmail,gmail,* master,True,gcla_termshark.git,gcla/termshark.git,https://github.com/gcla/termshark.git +648b51c1c59965ebb37ab5b76d9845784d6c8bbf,B. Petersen,r10s@b44t.com,2015-04-02 12:06:06+02:00,B. Petersen,r10s@b44t.com,2015-04-02 10:06:06+00:00,False,b44t,b44t,* master,True,silverjuke_silverjuke.git,silverjuke/silverjuke.git,https://github.com/silverjuke/silverjuke.git +e11dd78a7c84b44375509e87c0859d0d4321d202,Matei Zaharia,matei@eecs.berkeley.edu,2012-07-14 12:06:01-07:00,Matei Zaharia,matei@eecs.berkeley.edu,2012-07-14 19:06:01+00:00,False,eecs,eecs,* master,True,amplab_snap.git,amplab/snap.git,https://github.com/amplab/snap.git +3ceb8c59e0ff5977a9c9db1b68f985e2e5218732,Ralph Giles,giles@xiph.org,2010-09-23 15:56:45+00:00,Ralph Giles,giles@xiph.org,2010-09-23 15:56:45+00:00,False,xiph,xiph,* master,True,xiph_theora.git,xiph/theora.git,https://gitlab.xiph.org/xiph/theora.git +a1bc9feadf4936ad70bcb202a9c3fcd0320d3d5a,Andrey Smirnov,smira@qik.com,2011-04-27 16:05:33+04:00,Andrey Smirnov,smira@qik.com,2011-04-27 12:05:33+00:00,False,qik,qik,* master,True,smira_txZMQ,smira/txZMQ,https://github.com/smira/txZMQ +a97030079fd47d274f1f439dc932d0f2c7ac2e72,Al Sweigart,asweigart@gmail.com,2011-06-14 18:12:32-07:00,Al Sweigart,asweigart@gmail.com,2011-06-15 01:12:32+00:00,False,gmail,gmail,* master,True,asweigart_pyperclip,asweigart/pyperclip,https://github.com/asweigart/pyperclip +bcafbeb92407feedad2ba5ffbeda811831e5b885,Chuck Burgess,ashnazg@php.net,2017-03-08 12:42:55-06:00,Chuck Burgess,ashnazg@php.net,2017-03-08 18:42:55+00:00,False,php,php,* master,True,pear_Net_Socket.git,pear/Net/Socket.git,https://github.com/pear/Net_Socket.git +eaebfaeea9cabb12fcf83c2f34866f2d46a1c757,blais,unknown,2005-10-31 07:16:55+00:00,blais,unknown,2005-10-31 07:16:55+00:00,False,unknown,unknown,* master,True,blais_xxdiff.git,blais/xxdiff.git,https://github.com/blais/xxdiff.git +0fa4b9559363774578653537d06137089e067ef8,Paul Holser,pholser@alumni.rice.edu,2011-04-07 16:27:14-05:00,Paul Holser,pholser@alumni.rice.edu,2011-04-07 21:27:14+00:00,False,alumni,alumni,* master,True,jopt-simple_jopt-simple.git,jopt-simple/jopt-simple.git,https://github.com/jopt-simple/jopt-simple.git +f1a51db18c23271fdc7c51e61e8f9d457fd7b266,Bryan Helmkamp,bryan@brynary.com,2008-12-04 12:07:54-05:00,Bryan Helmkamp,bryan@brynary.com,2008-12-04 17:07:54+00:00,False,brynary,brynary,* main,True,flavorjones_loofah,flavorjones/loofah,https://github.com/flavorjones/loofah +343323ef1247cb574ed0b5d1bfadfb6d5831f29c,drj@pobox.com,drj@pobox.com@40d66c6c-0ee5-11de-8837-45bce846067a,2009-03-13 12:18:09+00:00,drj@pobox.com,drj@pobox.com@40d66c6c-0ee5-11de-8837-45bce846067a,2009-03-13 12:18:09+00:00,False,40d66c6c-0ee5-11de-8837-45bce846067a,40d66c6c-0ee5-11de-8837-45bce846067a,* main,True,drj11_pypng,drj11/pypng,https://github.com/drj11/pypng +c7cbee6df17006494d85d5685c3a01a794b09e4b,daniel,daniel@d21bcd6f-0036-404f-87c1-d983b28855fd,2007-05-15 05:05:03+00:00,daniel,daniel@d21bcd6f-0036-404f-87c1-d983b28855fd,2007-05-15 05:05:03+00:00,False,d21bcd6f-0036-404f-87c1-d983b28855fd,d21bcd6f-0036-404f-87c1-d983b28855fd,* main,True,pgRouting_pgrouting.git,pgRouting/pgrouting.git,https://github.com/pgRouting/pgrouting.git +52712c663552022814e2102a36dda8776a318628,morioka,morioka,1997-04-30 17:39:28+00:00,morioka,morioka,1997-04-30 17:39:28+00:00,False,morioka,morioka,* semi-1_14-wl,True,wanderlust_semi,wanderlust/semi,https://github.com/wanderlust/semi +d563809bb9733b226a64255db3350114b8597da2,Dara Adib,daradib@ocf.berkeley.edu,2015-12-31 23:54:20-05:00,Dara Adib,daradib@ocf.berkeley.edu,2016-01-01 04:54:20+00:00,False,ocf,ocf,* debian/master,True,daradib_sidedoor,daradib/sidedoor,https://github.com/daradib/sidedoor +f405ebec61508934a0cff949a8c9bf62ec69e01c,notsecure,notsecure@marek.ca,2014-03-15 05:52:31-07:00,notsecure,notsecure@marek.ca,2014-03-15 12:52:31+00:00,False,marek,marek,* develop,True,uTox_uTox.git,uTox/uTox.git,https://github.com/uTox/uTox.git +e138393ae3d0243a967bdc0be2cb4d55e4050d06,zccrs,ccrr1314@live.com,2016-11-18 14:38:29+08:00,zccrs,ccrr1314@live.com,2016-11-18 06:50:52+00:00,False,live,live,* master,True,linuxdeepin_qt5dxcb-plugin.git,linuxdeepin/qt5dxcb-plugin.git,https://github.com/linuxdeepin/qt5dxcb-plugin.git +536ba39dc6d50ccb9af51c094eef3fa5dd9ef23f,Benjamin Anderson,b@banjiewen.net,2012-05-02 11:14:36-07:00,Benjamin Anderson,b@banjiewen.net,2012-05-02 18:14:36+00:00,False,banjiewen,banjiewen,* master,True,b20n_bernhard.git,b20n/bernhard.git,https://github.com/b20n/bernhard.git +064aa04fe2e0f5de40caf4064c7b8c86adeb025e,MaartenBaert,maarten-baert@hotmail.com,2012-12-18 11:16:16-08:00,MaartenBaert,maarten-baert@hotmail.com,2012-12-18 19:16:16+00:00,False,hotmail,hotmail,* master,True,MaartenBaert_ssr,MaartenBaert/ssr,https://github.com/MaartenBaert/ssr +05846b04a1aa9ac5dc8d4634841ebc0a2863478f,Christoph Berg,myon@debian.org,2017-04-01 18:31:07+02:00,Christoph Berg,myon@debian.org,2017-04-01 16:31:07+00:00,False,debian,debian,* master,True,df7cb_postgresql-numeral,df7cb/postgresql-numeral,https://github.com/df7cb/postgresql-numeral +46042c7cd5796af406ce31e4aa8c8d4f823a0356,landonf,landonf@59370e5a-4b49-0410-bf7d-136aacc55d04,2006-07-22 20:01:29+00:00,landonf,landonf@59370e5a-4b49-0410-bf7d-136aacc55d04,2006-07-22 20:01:29+00:00,False,59370e5a-4b49-0410-bf7d-136aacc55d04,59370e5a-4b49-0410-bf7d-136aacc55d04,* master,True,threerings_openvpn-auth-ldap,threerings/openvpn-auth-ldap,https://github.com/threerings/openvpn-auth-ldap +ad7337ad5452804f959a1e60b2f9d5d8cd396e44,Ilya Etingof,etingof@users.noreply.github.com,2015-04-11 11:04:27+00:00,Ilya Etingof,etingof@users.noreply.github.com,2015-04-11 11:04:27+00:00,False,users,users,* master,True,etingof_pysmi,etingof/pysmi,https://github.com/etingof/pysmi +6e14ab37adbe8c69175f66ecb0e84f5e215e86cb,trevor,trevorld@stanford.edu,2013-05-03 18:12:42-07:00,trevor,trevorld@stanford.edu,2013-05-04 01:12:42+00:00,False,stanford,stanford,* master,True,trevorld_r-optparse.git,trevorld/r-optparse.git,https://github.com/trevorld/r-optparse.git +1c8c9ce01de59b6e17bddc4cd1b9804ba31681c1,Enis Afgan,afgane@gmail.com,2012-06-04 21:19:03-07:00,Enis Afgan,afgane@gmail.com,2012-06-05 04:19:03+00:00,False,gmail,gmail,* main,True,galaxyproject_bioblend,galaxyproject/bioblend,https://github.com/galaxyproject/bioblend +d2aa513ed6de856a756b276268d5e0cea1dd5584,Martijn Braam,martijn@brixit.nl,2014-06-29 22:07:10+02:00,Martijn Braam,martijn@brixit.nl,2014-06-29 20:07:10+00:00,False,brixit,brixit,* master,True,MartijnBraam_python-isc-dhcp-leases,MartijnBraam/python-isc-dhcp-leases,https://github.com/MartijnBraam/python-isc-dhcp-leases +77a66f4485d1a005770d24443f08b7fd2a5a0ee0,Chris McDonough,chrism@plope.com,2010-04-19 17:49:25+00:00,Chris McDonough,chrism@plope.com,2010-04-19 17:49:25+00:00,False,plope,plope,* master,True,Pylons_translationstring.git,Pylons/translationstring.git,https://github.com/Pylons/translationstring.git +fb682d7d08f1466c5bb184de1c8d39e5683a73c0,Gael Pasgrimaud,gael@gawel.org,2014-01-09 19:50:13+01:00,Gael Pasgrimaud,gael@gawel.org,2014-01-09 18:50:13+00:00,False,gawel,gawel,* master,True,gawel_panoramisk.git,gawel/panoramisk.git,https://github.com/gawel/panoramisk.git +ae1912cb0d494b48d514d937826c9fe83ec96c4d,Daniel Stenberg,daniel@haxx.se,1999-12-29 14:20:26+00:00,Daniel Stenberg,daniel@haxx.se,1999-12-29 14:20:26+00:00,False,haxx,haxx,* master,True,curl_curl.git,curl/curl.git,https://github.com/curl/curl.git +117e510b61a749d0df5af459505ea9e0bfb7e4df,Tommy Bishop,bishop.thomas@gmail.com,2011-05-12 14:51:11-07:00,Tommy Bishop,bishop.thomas@gmail.com,2011-05-12 21:51:11+00:00,False,gmail,gmail,* master,True,thbishop_fission,thbishop/fission,https://github.com/thbishop/fission +718a002761f8137e350ebe9d77c9cecf23f45066,FrancescAlted,faltet@gmail.com,2009-07-22 17:19:25+00:00,FrancescAlted,faltet@gmail.com,2009-07-22 17:19:25+00:00,False,gmail,gmail,* main,True,Blosc_c-blosc,Blosc/c-blosc,https://github.com/Blosc/c-blosc +0b9ce78836e7294deac8e603104822afcfe105f3,abhirana,abhirana@80b47316-5971-11de-bbaa-f1a44a2b9d47,2009-06-17 22:14:29+00:00,abhirana,abhirana@80b47316-5971-11de-bbaa-f1a44a2b9d47,2009-06-17 22:14:29+00:00,False,80b47316-5971-11de-bbaa-f1a44a2b9d47,80b47316-5971-11de-bbaa-f1a44a2b9d47,* master,True,ajaiantilal_i7z,ajaiantilal/i7z,https://github.com/ajaiantilal/i7z +1a04ed2322bf4343e9d9fca99ccf94b8bdec0574,Michiel Beijen,michiel.beijen@gmail.com,2013-06-03 21:02:41+02:00,Michiel Beijen,michiel.beijen@gmail.com,2013-06-03 19:02:41+00:00,False,gmail,gmail,* master,True,mbeijen_File-MimeInfo.git,mbeijen/File-MimeInfo.git,https://github.com/mbeijen/File-MimeInfo.git +7d6abaeb4a4d73b8c2da412a30ca0a32e716666b,Andre Arko,andre@arko.net,2010-08-16 12:31:38-07:00,Andre Arko,andre@arko.net,2010-08-16 19:31:38+00:00,False,arko,arko,* master,True,rails_jquery-rails.git,rails/jquery-rails.git,https://github.com/rails/jquery-rails.git +9f6ec766d3f857138388ee6d512f02ba2d41718b,Brian Lopez,seniorlopez@gmail.com,2009-04-20 11:18:31-07:00,Brian Lopez,seniorlopez@gmail.com,2009-04-20 18:18:31+00:00,False,gmail,gmail,* master,True,brianmario_yajl-ruby,brianmario/yajl-ruby,https://github.com/brianmario/yajl-ruby +2a8dbdc77c04bf13da06912de70d84e44c27f566,Daniel Lindsley,daniel@toastdriven.com,2014-01-11 01:11:19-08:00,Daniel Lindsley,daniel@toastdriven.com,2014-01-11 09:11:19+00:00,False,toastdriven,toastdriven,* master,True,toastdriven_restless,toastdriven/restless,https://github.com/toastdriven/restless +56b72f96038c240012f92ea4ff96880b0aa7528d,Rob Dickinson,RobDickinson@users.noreply.github.com,2017-01-05 20:32:36-07:00,Rob Dickinson,RobDickinson@users.noreply.github.com,2017-01-06 03:32:36+00:00,False,users,users,* master,True,kilobyte_pmemkv,kilobyte/pmemkv,https://github.com/kilobyte/pmemkv +fc8a2a85c6b9c0b07fc985e3585d8b9b95c6d03e,Damian Conway,damian@conway.org,2009-12-29 18:27:27+01:00,Abigail,abigail@abigail.be,2009-12-29 17:27:27+00:00,False,conway,abigail,* master,True,Abigail_Regexp--Common.git,Abigail/Regexp--Common.git,https://github.com/Abigail/Regexp--Common.git +295ca79cc0b8d8f704254d06e154929d0d79f1a9,Jan Grulich,grulja@gmail.com,2016-07-13 11:25:32+02:00,Jan Grulich,grulja@gmail.com,2016-07-13 09:25:32+00:00,False,gmail,gmail,* master,True,plasma_xdg-desktop-portal-kde.git,plasma/xdg-desktop-portal-kde.git,https://invent.kde.org/plasma/xdg-desktop-portal-kde.git +886bdeb8ffee4300cdccc52b9e73de89a382d7a2,Gintautas Miliauskas,gintautas@miliauskas.lt,2009-10-09 15:52:51+03:00,Gintautas Miliauskas,gintautas@miliauskas.lt,2009-10-09 12:52:51+00:00,False,miliauskas,miliauskas,* master,True,gintas_django-picklefield.git,gintas/django-picklefield.git,https://github.com/gintas/django-picklefield.git +b72c4977ebe9cd2c1a3cf1e4de232421f72a2c9a,Fayez,iamfayez@gmail.com,2015-12-18 01:47:36+02:00,Fayez,iamfayez@gmail.com,2015-12-17 23:47:36+00:00,False,gmail,gmail,* master,True,sirfz_tesserocr.git,sirfz/tesserocr.git,https://github.com/sirfz/tesserocr.git +74bb7ac84d035e5b193b8488559a50581db8d169,root,root,2000-03-20 09:58:54+00:00,root,root,2000-03-20 09:58:54+00:00,False,root,root,* master,True,p_ps-watcher_code,p/ps-watcher/code,https://git.code.sf.net/p/ps-watcher/code +a4cb6c5f55504a8df4e64073518d7a0bcf3c1998,Markus Schaber,markus@schabi.de,2006-09-05 15:16:57+00:00,Markus Schaber,markus@schabi.de,2006-09-05 15:16:57+00:00,False,schabi,schabi,* main,True,postgis_postgis-java.git,postgis/postgis-java.git,https://github.com/postgis/postgis-java.git +4e007d5588f7b83671dff86983d0184ab942d199,Norbert Preining,norbert@preining.info,2008-08-05 00:14:02+00:00,Norbert Preining,norbert@preining.info,2008-08-05 00:14:02+00:00,False,preining,preining,* master,True,debian-tex_cjk,debian-tex/cjk,https://github.com/debian-tex/cjk +f2b9d24e954d2fcfef4596837f40b1e5aad3de46,Martin Grenfell,martin.grenfell@gmail.com,2011-11-30 20:56:43+00:00,Martin Grenfell,martin.grenfell@gmail.com,2011-11-30 20:56:43+00:00,False,gmail,gmail,* master,True,vim-syntastic_syntastic,vim-syntastic/syntastic,https://github.com/vim-syntastic/syntastic +09cc0fb6d0e8e052574a4d92819b2c694e06a2e1,Erik,erik.moqvist@gmail.com,2015-04-26 09:36:16+02:00,Erik,erik.moqvist@gmail.com,2015-04-26 07:36:16+00:00,False,gmail,gmail,* master,True,eerimoq_bitstruct,eerimoq/bitstruct,https://github.com/eerimoq/bitstruct +08887e54a9f36ef0eb5aaaf1ab0447a639925ac0,Chris Lightfoot,chris@ex-parrot.com,2001-07-16 00:09:41+00:00,Chris Lightfoot,chris@ex-parrot.com,2001-07-16 00:09:41+00:00,False,ex-parrot,ex-parrot,* master,True,deiv_driftnet,deiv/driftnet,https://github.com/deiv/driftnet +9b21a00cf640ef4510d8d71c9d17d51ec6378335,Evgeny Khramtsov,ekhramtsov@process-one.net,2018-09-24 18:27:32+03:00,Evgeny Khramtsov,ekhramtsov@process-one.net,2018-09-24 15:27:32+00:00,False,process-one,process-one,* master,True,processone_pkix.git,processone/pkix.git,https://github.com/processone/pkix.git +7e9a54ba935287556ec062eff35b699c579552bc,Robert Vaser,robert.vaser@gmail.com,2017-01-25 10:35:52+01:00,Robert Vaser,robert.vaser@gmail.com,2017-01-25 09:35:52+00:00,False,gmail,gmail,* master,True,rvaser_thread_pool,rvaser/thread/pool,https://github.com/rvaser/thread_pool +3a825ae8ea70d038f82e8efdf8cb9fd95f5d5761,Adrian Chadd,adrian@freebsd.org,2013-03-08 14:57:11-08:00,Adrian Chadd,adrian@freebsd.org,2013-03-08 22:57:11+00:00,False,freebsd,freebsd,* master,True,qca_open-ath9k-htc-firmware.git,qca/open-ath9k-htc-firmware.git,https://github.com/qca/open-ath9k-htc-firmware.git +cf2a352a751c4106944444f4c50dfd739dcf312d,"Way, No",noway@2ch.hk,2013-04-21 23:08:06+12:00,"Way, No",noway@2ch.hk,2013-04-21 11:08:06+00:00,False,2ch,2ch,* master,True,mikeal_tunnel-agent,mikeal/tunnel-agent,https://github.com/mikeal/tunnel-agent +200d63f3df39bfbfe9c11f181f2722e65de6180e,Greg Caporaso,gregcaporaso@gmail.com,2016-05-09 13:56:02-07:00,Greg Caporaso,gregcaporaso@gmail.com,2016-05-09 20:56:02+00:00,False,gmail,gmail,* dev,True,qiime2_q2-types.git,qiime2/q2-types.git,https://github.com/qiime2/q2-types.git +70171b8d2a6319f9179679d38fb645fa03533d71,nothings,sean2@nothings.org,2014-05-25 09:51:23-07:00,nothings,sean2@nothings.org,2014-05-25 16:51:23+00:00,False,nothings,nothings,* master,True,nothings_stb,nothings/stb,https://github.com/nothings/stb +cf1677cf0ebc219b3770cabd226362bfbe4b920f,Josh Junon,i.am.qix@gmail.com,2016-01-20 08:59:41-07:00,Josh Junon,i.am.qix@gmail.com,2016-01-20 15:59:41+00:00,False,gmail,gmail,* master,True,qix-_node-simple-swizzle,qix-/node-simple-swizzle,https://github.com/qix-/node-simple-swizzle +c9bb1f54b57c2ec0d115158b72ab26d8a704ffb6,Nathan Bell,wnbell@gmail.com,2009-09-10 19:06:21+00:00,Nathan Bell,wnbell@gmail.com,2009-09-10 19:06:21+00:00,False,gmail,gmail,* main,True,NVIDIA_thrust,NVIDIA/thrust,https://github.com/NVIDIA/thrust +3d4adca89aab7f1bbc06f9971280b62b83c262fc,Christoph Berg,myon@debian.org,2013-01-21 22:43:44+01:00,Christoph Berg,myon@debian.org,2013-01-21 21:43:44+00:00,False,debian,debian,* master,True,df7cb_newpid,df7cb/newpid,https://github.com/df7cb/newpid +21127cc8493a68d4fe9adbb71377b469b4f2b550,Caolán McNamara,caolanm@redhat.com,2010-03-04 12:13:53+00:00,Caolán McNamara,caolanm@redhat.com,2010-03-04 12:13:53+00:00,False,redhat,redhat,* master,True,hunspell_hyphen.git,hunspell/hyphen.git,https://github.com/hunspell/hyphen.git +f5b7be3d4a0443193ad738895658057d56423673,Francesc Alted,faltet@pytables.org,2010-09-30 14:53:13+02:00,Francesc Alted,faltet@pytables.org,2010-09-30 12:53:13+00:00,False,pytables,pytables,* main,True,Blosc_python-blosc.git,Blosc/python-blosc.git,https://github.com/Blosc/python-blosc.git +861bdac520343073a08aa3ac7893b70a5d99060e,garrigue,garrigue@9e25d42d-7a03-43f2-900d-8c2168964d28,1998-11-22 03:02:29+00:00,garrigue,garrigue@9e25d42d-7a03-43f2-900d-8c2168964d28,1998-11-22 03:02:29+00:00,False,9e25d42d-7a03-43f2-900d-8c2168964d28,9e25d42d-7a03-43f2-900d-8c2168964d28,* lablgtk3,True,garrigue_lablgtk.git,garrigue/lablgtk.git,https://github.com/garrigue/lablgtk.git +dceb35df332356daf942dc9825c15869eda94adc,James Coglan,jcoglan@googlemail.com,2009-06-06 11:36:13+01:00,James Coglan,jcoglan@googlemail.com,2009-06-06 10:36:13+00:00,False,googlemail,googlemail,* master,True,faye_faye,faye/faye,https://github.com/faye/faye +1d75e8a73c0d76b946285309c0b051f5ca3e2fca,Thiago de Arruda,tpadilha84@gmail.com,2014-05-09 18:51:45-03:00,Thiago de Arruda,tpadilha84@gmail.com,2014-05-09 21:51:45+00:00,False,gmail,gmail,* master,True,neovim_pynvim,neovim/pynvim,https://github.com/neovim/pynvim +65970377bc0189dc38ea66e0aba7609041bb0e73,Reiner Herrmann,reiner@reiner-h.de,2016-07-31 16:34:59+02:00,Reiner Herrmann,reiner@reiner-h.de,2016-07-31 14:34:59+00:00,False,reiner-h,reiner-h,* master,True,phmarek_fsvs.git,phmarek/fsvs.git,https://github.com/phmarek/fsvs.git +bc2ff4f1134ebfc60f5bffab0e2d5f495f9df897,cmrd-senya,senya@riseup.net,2015-09-17 23:56:26+03:00,cmrd-senya,senya@riseup.net,2015-09-17 20:56:26+00:00,False,riseup,riseup,* master,True,cmrd-senya_markdown-it-html5-embed,cmrd-senya/markdown-it-html5-embed,https://github.com/cmrd-senya/markdown-it-html5-embed +84a06f67597c2c4926e3649642bc037ed660da3f,Philip Whineray,phil@firehol.org,2015-11-15 14:27:10+00:00,Philip Whineray,phil@firehol.org,2015-11-15 14:42:37+00:00,False,firehol,firehol,* master,True,firehol_iprange.git,firehol/iprange.git,https://github.com/firehol/iprange.git +557119b51a6f8373bdededdedbd9d86be7801646,Daniel Cousens,dcousens@users.noreply.github.com,2015-08-13 15:55:28+10:00,Daniel Cousens,dcousens@users.noreply.github.com,2015-08-13 05:55:28+00:00,False,users,users,* main,True,browserify_browserify-sign,browserify/browserify-sign,https://github.com/browserify/browserify-sign +9ce2395dfb543e60dec0c329ec1c6c9fc00db161,Jason Samsa,jsamsa@gmail.com,2008-11-22 22:48:26-06:00,Jason Samsa,jsamsa@gmail.com,2008-11-23 04:48:26+00:00,False,gmail,gmail,* master,True,textile_python-textile.git,textile/python-textile.git,https://github.com/textile/python-textile.git +f223b70f04b261d30521006939e6fdea438792a7,Fabian Groffen,fabian.groffen@booking.com,2013-12-13 11:43:42+01:00,Fabian Groffen,fabian.groffen@booking.com,2013-12-13 10:43:42+00:00,False,booking,booking,* master,True,grobian_carbon-c-relay.git,grobian/carbon-c-relay.git,https://github.com/grobian/carbon-c-relay.git +5b1a252cdab0f9b2f37f553c8ad7aa85cf256b6f,Julian Andres Klode,jak@jak-linux.org,2007-06-22 17:58:38+02:00,Julian Andres Klode,jak@jak-linux.org,2007-06-22 15:58:38+00:00,False,jak-linux,jak-linux,* main,True,julian-klode_dir2ogg,julian-klode/dir2ogg,https://github.com/julian-klode/dir2ogg +e7d053a96d145a36244c08b74fa0029201d19067,Gábor Csárdi,csardi.gabor@gmail.com,2016-08-19 09:04:52+01:00,Gábor Csárdi,csardi.gabor@gmail.com,2016-08-19 08:04:52+00:00,False,gmail,gmail,* main,True,r-lib_processx.git,r-lib/processx.git,https://github.com/r-lib/processx.git +fe067413b1fb61cdfba97d543189c5a01230b45c,Michael Barton,michael.barton@rackspace.com,2010-07-08 01:37:44+00:00,Monty Taylor,mordred@inaugust.com,2010-07-08 01:37:44+00:00,False,rackspace,inaugust,* master,True,openstack_swift.git,openstack/swift.git,https://github.com/openstack/swift.git +51946a73c84369c1e35bc78fb599d8d27a237a2e,Christopher Jeffrey,chjjeffrey@gmail.com,2012-02-03 12:10:09-06:00,Christopher Jeffrey,chjjeffrey@gmail.com,2013-08-08 14:03:31+00:00,False,gmail,gmail,* master,True,chjj_term.js,chjj/term.js,https://github.com/chjj/term.js +4bb961dfbf9411e090f1d942d0fde6c82b9fa4b5,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,False,cherrypy,cherrypy,* main,True,cherrypy_cheroot.git,cherrypy/cheroot.git,https://github.com/cherrypy/cheroot.git +613c843d66f95b82e152778483311843ab769f3a,Jason L Perry,jasper@ambethia.com,2007-05-26 09:35:19+00:00,Jason L Perry,jasper@ambethia.com,2007-05-26 09:35:19+00:00,False,ambethia,ambethia,* master,True,ambethia_recaptcha,ambethia/recaptcha,https://github.com/ambethia/recaptcha +23cdfd9cc8fb07fea8a8da0e8a4d51ff53de2d88,nrich,nrich@ii.net,2009-02-17 00:23:00+00:00,nrich,nrich@ii.net,2009-02-17 00:23:00+00:00,False,ii,ii,* master,True,mwild1_luadbi,mwild1/luadbi,https://github.com/mwild1/luadbi +8ac77293e96e194bbfa8557bcc5bea90a700bbcb,Brendan Gregg,brendan.d.gregg@gmail.com,2014-04-09 17:56:54-07:00,Brendan Gregg,brendan.d.gregg@gmail.com,2014-04-10 00:56:54+00:00,False,gmail,gmail,* master,True,brendangregg_Chaosreader,brendangregg/Chaosreader,https://github.com/brendangregg/Chaosreader +712d8e164370fac1e82572101c12034f9254d456,Alexandre Beslic,abronan@docker.com,2015-04-28 16:11:44-07:00,Alexandre Beslic,abronan@docker.com,2015-05-12 00:23:55+00:00,False,docker,docker,* master,True,docker_libkv.git,docker/libkv.git,https://github.com/docker/libkv.git +37fc663811528ddf3ded4fe236ea26f4f76fa32d,Tobias Oetiker,tobi@oetiker.ch,2001-02-25 22:25:02+00:00,Tobias Oetiker,tobi@oetiker.ch,2001-02-25 22:25:02+00:00,False,oetiker,oetiker,* master,True,oetiker_rrdtool-1.x.git,oetiker/rrdtool-1.x.git,https://github.com/oetiker/rrdtool-1.x.git +0cc7748c8603a93d26c3386c1b767801e98af9c3,Tres Seaver,tseaver@palladion.com,2006-04-04 14:50:06+00:00,Tres Seaver,tseaver@palladion.com,2006-04-04 14:50:06+00:00,False,palladion,palladion,* master,True,zopefoundation_zope.proxy,zopefoundation/zope.proxy,https://github.com/zopefoundation/zope.proxy +e88d2d968cd02e68237af97a4352f421b6088a3f,Ultrabug,ultrabug@ultrabug.net,2013-02-19 06:59:13-08:00,Ultrabug,ultrabug@ultrabug.net,2013-02-19 14:59:13+00:00,False,ultrabug,ultrabug,* master,True,ultrabug_py3status.git,ultrabug/py3status.git,https://github.com/ultrabug/py3status.git +5b72c0cf9c4aea986ac84fd27f958b295266d2eb,Troy D. Straszheim,straszheim@willowgarage.com,2011-11-07 14:21:25-08:00,Troy D. Straszheim,straszheim@willowgarage.com,2011-11-07 22:21:25+00:00,False,willowgarage,willowgarage,* noetic-devel,True,ros_catkin.git,ros/catkin.git,https://github.com/ros/catkin.git +c58c4486b061009cadcf772a0dbb36d87ac92bd3,Ilia Korvigo,grayfall9@me.com,2016-08-05 23:52:17+03:00,Ilia Korvigo,grayfall9@me.com,2016-08-05 20:52:17+00:00,False,me,me,* master,True,skoblov-lab_genetic,skoblov-lab/genetic,https://github.com/skoblov-lab/genetic +39aa3e96d2cb1807839ea3b2d510634e9f1543bf,Assaf Arkin,assaf@labnotes.org,2008-07-10 13:18:58-07:00,Assaf Arkin,assaf@labnotes.org,2008-07-10 20:18:58+00:00,False,labnotes,labnotes,* master,True,assaf_uuid,assaf/uuid,https://github.com/assaf/uuid +83506b78d8aee150a9bfbb357790544530c720c6,gscholz,gscholz,2009-08-02 16:44:32+00:00,gscholz,gscholz,2009-08-02 16:44:32+00:00,False,gscholz,gscholz,* master,True,emuse_qmidiarp.git,emuse/qmidiarp.git,https://github.com/emuse/qmidiarp.git +054157c5ec283835603f46ae84dfb2c3560a60d6,Brandon Black,blblack@gmail.com,2012-02-01 00:59:57-05:00,Brandon Black,blblack@gmail.com,2012-02-01 05:59:57+00:00,False,gmail,gmail,* master,True,paravoid_gdnsd,paravoid/gdnsd,https://github.com/paravoid/gdnsd +c42a1faeff7f2b1ca7aba60aac3213178909db73,jonschlinkert,jon.schlinkert@sellside.com,2015-07-04 16:27:45-04:00,jonschlinkert,jon.schlinkert@sellside.com,2015-07-04 20:27:45+00:00,False,sellside,sellside,* master,True,jonschlinkert_map-visit,jonschlinkert/map-visit,https://github.com/jonschlinkert/map-visit +d15631cebbd601f509d108fb9f2ac3a56fcb93d3,Michael Stephens,me@mikej.st,2010-07-13 16:15:08-04:00,Michael Stephens,me@mikej.st,2010-07-13 20:15:08+00:00,False,mikej,mikej,* main,True,jamesturk_jellyfish,jamesturk/jellyfish,https://github.com/jamesturk/jellyfish +3f795d6d054bf1e4b6a92c398d5856c5c2b354b7,Thomas Adamcik,adamcik@samfundet.no,2010-04-21 21:27:36+02:00,Thomas Adamcik,adamcik@samfundet.no,2010-04-21 19:28:55+00:00,False,samfundet,samfundet,* master,True,jimfunk_django-postgresql-netfields,jimfunk/django-postgresql-netfields,https://github.com/jimfunk/django-postgresql-netfields +91b7bf1df3ecb9e786e1f243e2dd9f70a8d43bd4,Sam Lantinga,slouken@lokigames.com,1999-10-21 18:02:08+00:00,Sam Lantinga,slouken@lokigames.com,1999-10-21 18:02:08+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_mixer.git,libsdl-org/SDL/mixer.git,https://github.com/libsdl-org/SDL_mixer.git +85e00308c105586dca86c93cf862c06c0d5ef37c,Christoph Gysin,christoph.gysin@gmail.com,2011-10-07 23:54:18+03:00,Christoph Gysin,christoph.gysin@gmail.com,2011-10-07 20:54:18+00:00,False,gmail,gmail,* master,True,christophgysin_pasystray.git,christophgysin/pasystray.git,https://github.com/christophgysin/pasystray.git +9ab117a4d9759fa98bae2d019acd42b730a02330,Toby Inkster,mail@tobyinkster.co.uk,2012-09-11 00:05:00+01:00,Toby Inkster,mail@tobyinkster.co.uk,2012-09-10 23:05:00+00:00,False,tobyinkster,tobyinkster,* master,True,tobyink_p5-io-callback.git,tobyink/p5-io-callback.git,https://github.com/tobyink/p5-io-callback.git +1ca87b7810e5a65dd1598e27cf063d8ee7b13523,Adam Borowski,kilobyte@angband.pl,2016-04-07 15:19:42+02:00,Adam Borowski,kilobyte@angband.pl,2016-04-07 13:19:42+00:00,False,angband,angband,* master,True,kilobyte_arch-test,kilobyte/arch-test,https://github.com/kilobyte/arch-test +8df7d6bc0b6a302232ffe01db3c64f2c887033f4,fitnr,fitnr@fakeisthenewreal,2014-06-23 22:23:29-04:00,fitnr,fitnr@fakeisthenewreal,2014-06-24 02:23:29+00:00,False,fakeisthenewreal,fakeisthenewreal,* master,True,fitnr_convertdate,fitnr/convertdate,https://github.com/fitnr/convertdate +ec724d61613f431035fd2eaad8e8119f2e75e86e,Stewart Smith,stewart@flamingspork.com,2007-11-27 14:46:08+10:00,Stewart Smith,stewart@flamingspork.com,2007-11-27 04:46:08+00:00,False,flamingspork,flamingspork,* master,True,stewartsmith_libeatmydata.git,stewartsmith/libeatmydata.git,https://github.com/stewartsmith/libeatmydata.git +a234679700c5565cbb2bd98e429cded1dc2587f4,Jaroslav Kysela,perex@perex.cz,1999-08-20 20:27:07+00:00,Jaroslav Kysela,perex@perex.cz,1999-08-20 20:27:07+00:00,False,perex,perex,* master,True,alsa-lib.git,alsa-lib.git,git://git.alsa-project.org/alsa-lib.git +b8fa28b5dd27eafd44f2734ea9cb495a3cdf2e07,Daelstorm,daelstorm@gmail.com,2006-07-06 18:15:15+00:00,Daelstorm,daelstorm@gmail.com,2006-07-06 18:15:15+00:00,False,gmail,gmail,* master,True,nicotine-plus_nicotine-plus,nicotine-plus/nicotine-plus,https://github.com/nicotine-plus/nicotine-plus +95e3b9f85daa3ca4799be9cf0b503429c83a5a4d,Tyler Kellen,tyler@sleekcode.net,2012-11-01 13:40:39-05:00,Tyler Kellen,tyler@sleekcode.net,2012-11-01 18:40:39+00:00,False,sleekcode,sleekcode,* main,True,gruntjs_grunt-cli.git,gruntjs/grunt-cli.git,https://github.com/gruntjs/grunt-cli.git +596af5c614f9660d946a9b72339323e46a6699c4,Adam Wiggins,adam@heroku.com,2010-05-11 15:31:04-07:00,Adam Wiggins,adam@heroku.com,2010-05-11 22:31:04+00:00,False,heroku,heroku,* master,True,Rykian_clockwork,Rykian/clockwork,https://github.com/Rykian/clockwork +317db8eec2f961c8d5da22af0b31dda62622bc72,Jeremy T. Bouse,jbouse@debian.org,2014-09-22 12:20:38-04:00,Jeremy T. Bouse,jbouse@debian.org,2014-09-22 16:20:38+00:00,False,debian,debian,* master,True,jbouse-debian_alabaster,jbouse-debian/alabaster,https://github.com/jbouse-debian/alabaster +8cf917795c410eb43716a41cfadc987ab83cc790,Graham Barr,gbarr@pobox.com,2003-11-02 20:44:00+00:00,Graham Barr,gbarr@pobox.com,2003-11-02 20:44:00+00:00,False,pobox,pobox,* master,True,gbarr_CPAN-DistnameInfo.git,gbarr/CPAN-DistnameInfo.git,https://github.com/gbarr/CPAN-DistnameInfo.git +bbd98fcc5355a6245b291eaa24712a11f8616fbb,Yury Selivanov,yury@magic.io,2015-11-07 23:14:26-05:00,Yury Selivanov,yury@magic.io,2015-11-08 04:14:26+00:00,False,magic,magic,* master,True,MagicStack_uvloop,MagicStack/uvloop,https://github.com/MagicStack/uvloop +d86c5f6f8feb2f13064ec6e2bd1073d3411de168,Jonas Große Sundrup,cherti@letopolis.de,2015-08-08 19:08:33+02:00,Jonas Große Sundrup,cherti@letopolis.de,2015-08-08 17:34:58+00:00,False,letopolis,letopolis,* main,True,cherti_mailexporter,cherti/mailexporter,https://github.com/cherti/mailexporter +d61fbb3a04620f1e96882a7ba492e6794f1705a7,Amr Hassan,amr.hassan@gmail.com,2009-08-31 04:18:37+00:00,Amr Hassan,amr.hassan@gmail.com,2009-08-31 04:18:37+00:00,False,gmail,gmail,* main,True,pylast_pylast,pylast/pylast,https://github.com/pylast/pylast +58be32d7c21b1d3919171aa2966faa7b2ae61f90,Michael Stapelberg,michael@stapelberg.de,2015-08-16 11:51:26+02:00,Michael Stapelberg,michael@stapelberg.de,2015-08-16 09:51:26+00:00,False,stapelberg,stapelberg,* master,True,Debian_ratt,Debian/ratt,https://github.com/Debian/ratt +a05aba58355f706216f05e13e686bd99db2a093e,Muammar El Khatib,muammarelkhatib@gmail.com,2016-03-19 12:59:07+01:00,Muammar El Khatib,muammarelkhatib@gmail.com,2016-03-19 11:59:07+00:00,False,gmail,gmail,* master,True,muammar_mkchromecast.git,muammar/mkchromecast.git,https://github.com/muammar/mkchromecast.git +c7835c075e1d2efcffc266219720d3aec6d4b8d8,bronger,bronger@516c0664-e049-0410-bc6e-8f9a6051a51d,2005-06-25 20:59:51+00:00,bronger,bronger@516c0664-e049-0410-bc6e-8f9a6051a51d,2005-06-25 20:59:51+00:00,False,516c0664-e049-0410-bc6e-8f9a6051a51d,516c0664-e049-0410-bc6e-8f9a6051a51d,* main,True,pyvisa_pyvisa.git,pyvisa/pyvisa.git,https://github.com/pyvisa/pyvisa.git +6f36d58855b26e32a5782fe9d576531a20597be9,Alastair Porter,alastair@porter.net.nz,2011-06-23 23:18:27-04:00,Alastair Porter,alastair@porter.net.nz,2011-06-24 03:18:27+00:00,False,porter,porter,* master,True,alastair_python-musicbrainz-ngs,alastair/python-musicbrainz-ngs,https://github.com/alastair/python-musicbrainz-ngs +03a786d4a32adcb8ed16a83bc505ace33ab7a8c9,Matthieu Kermagoret,mkermagoret@merethis.com,2015-09-04 13:44:55+02:00,Matthieu Kermagoret,mkermagoret@centreon.com,2018-06-20 13:28:30+00:00,False,merethis,centreon,* develop,True,centreon_centreon-clib.git,centreon/centreon-clib.git,https://github.com/centreon/centreon-clib.git +2192e6aa42980146ac61ef143918de0163cd770f,Marc Cousin,marc.cousin@dalibo.com,2014-06-13 10:16:37+02:00,Marc Cousin,marc.cousin@dalibo.com,2014-06-13 08:16:37+00:00,False,dalibo,dalibo,* master,True,powa-team_powa-archivist,powa-team/powa-archivist,https://github.com/powa-team/powa-archivist +019d60d3406d9e0c5c23be668ff078593264cdcf,Stefan Kögl,stefan@skoegl.net,2013-04-13 10:34:00+02:00,Thomas Perl,m@thp.io,2013-04-13 08:50:06+00:00,False,skoegl,thp,* master,True,gpodder_podcastparser.git,gpodder/podcastparser.git,https://github.com/gpodder/podcastparser.git +f8ccb9adb99fc143e11927a461d06da1b3d5bcba,irungentoo,irungentoo@gmail.com,2013-06-23 17:12:13-07:00,irungentoo,irungentoo@gmail.com,2013-06-24 00:12:13+00:00,False,gmail,gmail,* master,True,TokTok_c-toxcore,TokTok/c-toxcore,https://github.com/TokTok/c-toxcore +b31e59238bba9ac6a54469ae99f18367332e2bd5,Gunnar Wolf,gwolf@gwolf.org,2011-06-14 12:44:54-05:00,Gunnar Wolf,gwolf@gwolf.org,2011-06-14 17:44:54+00:00,False,gwolf,gwolf,* master,True,gwolf_kindleclip,gwolf/kindleclip,https://github.com/gwolf/kindleclip +bfe935b5ab3518cac083c9b748715b6aabb50215,Jakob Borg,jakob@nym.se,2013-12-15 11:43:31+01:00,Jakob Borg,jakob@nym.se,2013-12-15 10:43:40+00:00,False,nym,nym,* main,True,syncthing_syncthing.git,syncthing/syncthing.git,https://github.com/syncthing/syncthing.git +89b54a13a16f1180beef291ae1f00fa08c27b1bf,Andreas Strikos,astrikos@ripe.net,2014-05-14 17:23:29+02:00,Andreas Strikos,astrikos@ripe.net,2014-05-14 15:23:29+00:00,False,ripe,ripe,* master,True,RIPE-NCC_ripe-atlas-cousteau.git,RIPE-NCC/ripe-atlas-cousteau.git,https://github.com/RIPE-NCC/ripe-atlas-cousteau.git +d52233200b2c0aa40a42f7c45820be58db03c795,holger krekel,holger@merlinux.eu,2015-04-28 17:36:11+02:00,holger krekel,holger@merlinux.eu,2015-04-28 15:36:11+00:00,False,merlinux,merlinux,* main,True,pytest-dev_pluggy,pytest-dev/pluggy,https://github.com/pytest-dev/pluggy +07073d8286ef5e2524d3a2905dccef983b2ff4dd,Tero Lindeman,kometbomb@kometbomb.net,2016-08-04 20:10:11+03:00,GitHub,noreply@github.com,2016-08-04 17:10:11+00:00,False,kometbomb,github,* master,True,kometbomb_klystrack,kometbomb/klystrack,https://github.com/kometbomb/klystrack +c3809f4545c645f6ded33ea37251d7b6e2b410b3,Christoph Berg,myon@debian.org,2008-02-02 15:04:02+01:00,Christoph Berg,myon@debian.org,2008-02-02 14:04:02+00:00,False,debian,debian,* master,True,df7cb_tenace,df7cb/tenace,https://github.com/df7cb/tenace +3a24f74c301cc3246e298e3928394e9786fb50ac,Dirk Eßer,dirk.esser@deterministic-arts.de,2012-07-17 07:22:12-07:00,Dirk Eßer,dirk.esser@deterministic-arts.de,2012-07-17 14:22:12+00:00,False,deterministic-arts,deterministic-arts,* master,True,deterministic-arts_DartsPyLRU.git,deterministic-arts/DartsPyLRU.git,https://github.com/deterministic-arts/DartsPyLRU.git +c9118022c7a5cb9e21bc9250b53c5c7cbb837022,Frederik Gladhorn,frederik.gladhorn@nokia.com,2012-04-05 16:34:10+02:00,Frederik Gladhorn,frederik.gladhorn@nokia.com,2012-04-05 15:19:45+00:00,False,nokia,nokia,* master,True,libraries_libqaccessibilityclient.git,libraries/libqaccessibilityclient.git,https://invent.kde.org/libraries/libqaccessibilityclient.git +101726c50e172e45be6002c51b85e45f27f0c2c6,Jonathan Tang,jdtang@google.com,2013-08-09 11:25:49-07:00,Jonathan Tang,jdtang@google.com,2013-08-09 18:25:49+00:00,False,google,google,* master,True,grisha_gumbo-parser.git,grisha/gumbo-parser.git,https://codeberg.org/grisha/gumbo-parser.git +75ac7143ace405ee4610b7ccf1a967c157463bf4,zmoelnig,zmoelnig@49b2a0ca-c541-4d49-a7ef-d785e4371512,2002-10-21 07:45:55+00:00,zmoelnig,zmoelnig@49b2a0ca-c541-4d49-a7ef-d785e4371512,2002-10-21 07:45:55+00:00,False,49b2a0ca-c541-4d49-a7ef-d785e4371512,49b2a0ca-c541-4d49-a7ef-d785e4371512,* master,True,umlaeute_Gem,umlaeute/Gem,https://github.com/umlaeute/Gem +a0f5893b208b2a1e15a3de20bba65ce76bb6b63c,Jens Peter Secher,jpsecher@gmail.com,2010-01-31 22:35:49+01:00,Jens Peter Secher,jpsecher@gmail.com,2010-01-31 21:35:49+00:00,False,gmail,gmail,* master,True,HaxeFoundation_haxe-debian,HaxeFoundation/haxe-debian,https://github.com/HaxeFoundation/haxe-debian +13b67acca68028bddf985339aa4b6288e1ab4357,jonschlinkert,dev@sellside.com,2014-10-06 04:36:58-04:00,jonschlinkert,dev@sellside.com,2014-10-06 08:36:58+00:00,False,sellside,sellside,* master,True,jonschlinkert_extend-shallow,jonschlinkert/extend-shallow,https://github.com/jonschlinkert/extend-shallow +4a2bafbbb6e53a51443403f3c34d49e482a91f40,Jeffrey Horner,jeffrey.horner@gmail.com,2005-09-30 16:22:29+00:00,Jeffrey Horner,jeffrey.horner@gmail.com,2005-09-30 16:22:29+00:00,False,gmail,gmail,* master,True,jeffreyhorner_rapache.git,jeffreyhorner/rapache.git,https://github.com/jeffreyhorner/rapache.git +c923ce9e174a892069a84db58b0c3d035acddad1,Clark Cooper,coopercc@netheaven.com,2014-04-15 13:50:09+01:00,Steve Hay,steve.m.hay@googlemail.com,2014-04-15 12:50:56+00:00,False,netheaven,googlemail,* master,True,steve-m-hay_XML-Encoding.git,steve-m-hay/XML-Encoding.git,https://github.com/steve-m-hay/XML-Encoding.git +d50c0b908beba420eeacfd973c97decba2ed0f3d,Dima Kogan,dima@secretsauce.net,2015-07-02 14:15:43-07:00,Dima Kogan,dima@secretsauce.net,2015-07-02 21:41:24+00:00,False,secretsauce,secretsauce,* master,True,dkogan_gnuplotlib,dkogan/gnuplotlib,https://github.com/dkogan/gnuplotlib +dd6d19417c6af365ba6fc1f66fb5d0dcafc02154,Georg Holzmann,grholzi@users.sourceforge.net,2007-01-14 12:18:50+00:00,Georg Holzmann,grholzi@users.sourceforge.net,2007-01-14 12:18:50+00:00,False,users,users,* master,True,iem-projects_pd-iemmatrix,iem-projects/pd-iemmatrix,https://github.com/iem-projects/pd-iemmatrix +df2a55dee586bc7de69949cb0acd454ef4eb45ff,JesusFreke@JesusFreke.com,JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a,2009-09-08 06:26:34+00:00,JesusFreke@JesusFreke.com,JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a,2009-09-08 06:26:34+00:00,False,55b6fa8a-2a1e-11de-a435-ffa8d773f76a,55b6fa8a-2a1e-11de-a435-ffa8d773f76a,* master,True,JesusFreke_smali,JesusFreke/smali,https://github.com/JesusFreke/smali +4705508f4122d8032185ed6cfb9cdee92fe1a8b9,Baruch Even,baruch@ev-en.org,2013-03-19 18:56:54+02:00,Baruch Even,baruch@ev-en.org,2013-03-19 16:56:54+00:00,False,ev-en,ev-en,* master,True,baruch_diskscan.git,baruch/diskscan.git,https://github.com/baruch/diskscan.git +cb0e32a617eb1d7510f7e900d712fd9a0009a441,mcw,mark@example.org,2016-09-18 08:49:03-04:00,mcw,mark@example.org,2016-09-18 12:49:03+00:00,False,example,example,* develop,True,MarkCWirt_MIDIUtil.git,MarkCWirt/MIDIUtil.git,https://github.com/MarkCWirt/MIDIUtil.git +932ed89f4132a1e70c896b684806937fe03c99a0,Mateusz Łukasik,mati75@linuxmint.pl,2013-02-20 22:53:04+01:00,Mateusz Łukasik,mati75@linuxmint.pl,2013-02-20 21:53:04+00:00,False,linuxmint,linuxmint,* master,True,mati75_evilwm.git,mati75/evilwm.git,https://github.com/mati75/evilwm.git +8da812b0a127e1b2e4af912e9bb5ce0332e59850,tatiana,tatiana.alchueyr@gmail.com,2009-06-10 17:30:02+00:00,tatiana,tatiana.alchueyr@gmail.com,2009-06-10 17:30:02+00:00,False,gmail,gmail,* master,True,invesalius_invesalius3.git,invesalius/invesalius3.git,https://github.com/invesalius/invesalius3.git +7b4e5c66578e3803b10606b0f8223948da0c577a,Yu-Sung Su,yusung@gmail.com,2016-08-20 21:12:31+08:00,GitHub,noreply@github.com,2016-08-20 13:12:31+00:00,False,gmail,github,* master,True,suyusung_arm.git,suyusung/arm.git,https://github.com/suyusung/arm.git +aa789bce7ca3b1ac68e9d27bc526c180206d22b8,csilvers,csilvers@844fb29a-f99b-11de-8173-5df4dc7aba59,2010-01-05 02:49:37+00:00,csilvers,csilvers@844fb29a-f99b-11de-8173-5df4dc7aba59,2010-01-05 02:49:37+00:00,False,844fb29a-f99b-11de-8173-5df4dc7aba59,844fb29a-f99b-11de-8173-5df4dc7aba59,* master,True,google_python-gflags.git,google/python-gflags.git,https://github.com/google/python-gflags.git +52370f5564fa90916ce6f38cf4e63b8fa1761643,Travis E. Oliphant,teoliphant@gmail.com,2012-03-08 05:15:08-06:00,Travis E. Oliphant,teoliphant@gmail.com,2012-03-08 11:15:08+00:00,False,gmail,gmail,* main,True,numba_numba.git,numba/numba.git,https://github.com/numba/numba.git +a779781fa783ad82f41eddaaaf504c4597087cb4,Nicola Zonta,nicola.zonta@schrodinger.com,2017-06-12 11:43:57+02:00,Nicola Zonta,nicola.zonta@schrodinger.com,2017-06-12 09:43:57+00:00,False,schrodinger,schrodinger,* master,True,schrodinger_coordgenlibs.git,schrodinger/coordgenlibs.git,https://github.com/schrodinger/coordgenlibs.git +4b5325e98df62bf2c96979f7b1bd8ef936923f64,Jonathan Ong,jonathanrichardong@gmail.com,2014-03-07 18:08:39-08:00,Jonathan Ong,jonathanrichardong@gmail.com,2014-03-08 02:08:39+00:00,False,gmail,gmail,* master,True,expressjs_parseurl.git,expressjs/parseurl.git,https://github.com/expressjs/parseurl.git +bb672b57a25146f7bfab5851995b509eb5420302,Aaron Meurer,asmeurer@gmail.com,2011-07-26 22:54:16-06:00,Aaron Meurer,asmeurer@gmail.com,2011-07-27 04:56:00+00:00,False,gmail,gmail,* main,True,inducer_pudb.git,inducer/pudb.git,https://github.com/inducer/pudb.git +8bad5b90e1a70c4d288ab8129c5d55c177d2b007,Will Harris,will@greatlibrary.net,2008-01-28 14:17:08+00:00,Will Harris,will@greatlibrary.net,2008-01-28 14:17:08+00:00,False,greatlibrary,greatlibrary,* main,True,wharris_esmre.git,wharris/esmre.git,https://github.com/wharris/esmre.git +0ce26349ac7e579342d88e6a79ad12fe10bf8083,Rob Bast,rob.bast@gmail.com,2015-07-15 20:36:16+02:00,Rob Bast,rob.bast@gmail.com,2015-07-15 18:54:52+00:00,False,gmail,gmail,* main,True,composer_semver,composer/semver,https://github.com/composer/semver +316e2120250017445eef76c1b9a80ee863f90d6e,Fabien Potencier,fabien@potencier.org,2018-07-13 19:06:58+02:00,Fabien Potencier,fabien@potencier.org,2018-07-13 17:06:58+00:00,False,potencier,potencier,* main,True,symfony_contracts,symfony/contracts,https://github.com/symfony/contracts +554f4d3b6e1d663b49cacb3d8d54083322dbc467,Nick Kugaevsky,nick@kugaevsky.ru,2012-09-23 02:08:58+04:00,Nick Kugaevsky,nick@kugaevsky.ru,2012-09-22 22:08:58+00:00,False,kugaevsky,kugaevsky,* master,True,kugaevsky_mousetrap-rails,kugaevsky/mousetrap-rails,https://github.com/kugaevsky/mousetrap-rails +1094a4c862d1b600a6a93d04f276809f5cd03701,Filip Kapusta,f.kapusta@mdbootstrap.com,2022-03-23 15:12:15+01:00,Filip Kapusta,f.kapusta@mdbootstrap.com,2022-03-23 14:12:15+00:00,False,mdbootstrap,mdbootstrap,* main,True,mdbootstrap_perfect-scrollbar,mdbootstrap/perfect-scrollbar,https://github.com/mdbootstrap/perfect-scrollbar +b52e98978ed19585c83f2f8c1da93bd7c436e36c,Frank B. Brokken,f.b.brokken@rug.nl,2005-05-22 14:02:14+00:00,Frank B. Brokken,f.b.brokken@rug.nl,2005-05-22 14:02:14+00:00,False,rug,rug,* master,True,fbb-git_bisoncpp,fbb-git/bisoncpp,https://gitlab.com/fbb-git/bisoncpp +7827900aeb12b196894ff9ac09d8fd90471d2596,David Herrmann,dh.herrmann@gmail.com,2011-02-17 20:29:39+01:00,David Herrmann,dh.herrmann@gmail.com,2011-02-17 19:29:39+00:00,False,gmail,gmail,* master,True,dvdhrm_xwiimote,dvdhrm/xwiimote,https://github.com/dvdhrm/xwiimote +544805adcb8244e6bbe72befec09d69c627debf9,Lars Wirzenius,liw@liw.fi,2017-02-26 18:13:54+02:00,Lars Wirzenius,liw@liw.fi,2017-02-26 16:13:54+00:00,False,liw,liw,* main,True,larswirzenius_vmdb2.git,larswirzenius/vmdb2.git,https://gitlab.com/larswirzenius/vmdb2.git +1984e3d762b40e0412cbb01464f55a4f48562f15,Dan Fruehauf,malkodan@gmail.com,2013-02-04 12:18:42+11:00,Dan Fruehauf,malkodan@gmail.com,2013-02-04 01:18:42+00:00,False,gmail,gmail,* master,True,danfruehauf_NetworkManager-ssh,danfruehauf/NetworkManager-ssh,https://github.com/danfruehauf/NetworkManager-ssh +8b10399731d3ef56f686985249984c845cfadd0c,Roger Light,roger@atchoo.org,2013-06-17 23:45:08+01:00,Roger Light,roger@atchoo.org,2014-02-03 21:16:19+00:00,False,atchoo,atchoo,* master,True,eclipse_paho.mqtt.python.git,eclipse/paho.mqtt.python.git,https://github.com/eclipse/paho.mqtt.python.git +4cac164d391d26036c31c199ba7a0fc6bdb2cc6f,Matt Bostock,matt@mattbostock.com,2016-10-04 09:43:02+01:00,Matt Bostock,matt@mattbostock.com,2016-12-22 22:57:14+00:00,False,mattbostock,mattbostock,* master,True,prometheus-community_node-exporter-textfile-collector-scripts,prometheus-community/node-exporter-textfile-collector-scripts,https://github.com/prometheus-community/node-exporter-textfile-collector-scripts +4d71ef433b3427036bab270203988cf6463313be,Travis Reitter,travis.reitter@collabora.co.uk,2010-04-02 14:43:08-07:00,Travis Reitter,travis.reitter@collabora.co.uk,2010-04-02 21:43:08+00:00,False,collabora,collabora,* main,True,GNOME_folks,GNOME/folks,https://gitlab.gnome.org/GNOME/folks +f2479292f3a8e9fc00ffb871f8d1925e3e1a636c,Alexey Diyan,alexey.diyan@gmail.com,2012-07-06 08:25:55-07:00,Alexey Diyan,alexey.diyan@gmail.com,2012-07-06 15:25:55+00:00,False,gmail,gmail,* master,True,diyan_pywinrm.git,diyan/pywinrm.git,https://github.com/diyan/pywinrm.git +74ebd59fc6b0e418ba6a2522fe253168a8ac425a,Zachary Voase,disturbyte@gmail.com,2009-04-27 01:07:33+02:00,Zachary Voase,disturbyte@gmail.com,2009-04-26 23:07:33+00:00,False,gmail,gmail,* master,True,zacharyvoase_urlobject,zacharyvoase/urlobject,https://github.com/zacharyvoase/urlobject +7eacef721cb9c7f1c120bff9ff03adb6e5c35b4d,Daniel Roesler,diafygi@gmail.com,2015-11-25 21:44:00-08:00,Daniel Roesler,diafygi@gmail.com,2015-11-26 05:44:00+00:00,False,gmail,gmail,* master,True,diafygi_acme-tiny.git,diafygi/acme-tiny.git,https://github.com/diafygi/acme-tiny.git +67c7c0fb28c41fa2e419ddc29bd282b49a916634,Arun Prakash Jana,engineerarun@gmail.com,2017-07-15 21:42:47+05:30,Arun Prakash Jana,engineerarun@gmail.com,2017-07-15 16:12:47+00:00,False,gmail,gmail,* master,True,jarun_pdd.git,jarun/pdd.git,https://github.com/jarun/pdd.git +6ecf54639d2f08bdf062c7efd7f39a2a99eacd6d,Ico Doornekamp,ico@pruts.nl,2014-05-12 20:48:13+02:00,Ico Doornekamp,ico@pruts.nl,2014-05-12 18:48:13+00:00,False,pruts,pruts,* master,True,zevv_duc,zevv/duc,https://github.com/zevv/duc +babf2584ba112b3e29c77683f30f004e45cb862a,Nicolas Cannasse,ncannasse@gmail.com,2003-06-11 16:51:34+00:00,Nicolas Cannasse,ncannasse@gmail.com,2003-06-11 16:51:34+00:00,False,gmail,gmail,* master,True,ncannasse_xml-light.git,ncannasse/xml-light.git,https://github.com/ncannasse/xml-light.git +4f566ba605384dd805e08913dd5d871bf89eb8de,Assaf Gordon,assafgordon@gmail.com,2013-11-03 22:58:23+02:00,Assaf Gordon,assafgordon@gmail.com,2013-11-03 20:58:23+00:00,False,gmail,gmail,* master,True,agordon_libgtextutils.git,agordon/libgtextutils.git,https://github.com/agordon/libgtextutils.git +9793e5643b5e7a71a004f440820bb6014853ff6d,Kael,i@kael.me,2013-09-01 18:55:04+08:00,Kael,i@kael.me,2013-09-01 10:55:04+00:00,False,kael,kael,* master,True,kaelzhang_node-ignore.git,kaelzhang/node-ignore.git,https://github.com/kaelzhang/node-ignore.git +e000f7732c23106a8581a20d777b6de2c16856f5,mijio,mijio@8a9c3130-423d-464b-8744-2863c99db41f,2009-04-23 21:23:12+00:00,mijio,mijio@8a9c3130-423d-464b-8744-2863c99db41f,2009-04-23 21:23:12+00:00,False,8a9c3130-423d-464b-8744-2863c99db41f,8a9c3130-423d-464b-8744-2863c99db41f,* master,True,sshguard_sshguard.git,sshguard/sshguard.git,https://bitbucket.org/sshguard/sshguard.git +1380c7253fc69fac746e40d3d2d794e1ce267ad3,Jan Kusanagi,janjabber@gmail.com,2012-01-05 18:33:19+01:00,Jan Kusanagi,janjabber@gmail.com,2012-01-05 17:33:19+00:00,False,gmail,gmail,* master,True,dianara_dianara-dev.git,dianara/dianara-dev.git,https://gitlab.com/dianara/dianara-dev.git +2f380291ac551cf908a8f5ddd390d9a731f3823f,Christian Engwer,christi@dune-project.org,2008-10-20 21:03:28+00:00,Christian Engwer,christi@dune-project.org,2008-10-20 21:03:28+00:00,False,dune-project,dune-project,* master,True,core_dune-localfunctions,core/dune-localfunctions,https://gitlab.dune-project.org/core/dune-localfunctions +c85ae7780c3f5f473ab0b0a0916b22d9fb096cdc,Jakub Pastuszek,jpastuszek@gmail.com,2012-02-06 18:55:54+01:00,Jakub Pastuszek,jpastuszek@gmail.com,2012-02-06 17:55:54+00:00,False,gmail,gmail,* master,True,jpastuszek_capture-output,jpastuszek/capture-output,https://github.com/jpastuszek/capture-output +948eed8afa9dd49213d8ac6f913d7a70e265d77a,Felix Wong,felix@fawong.com,2014-12-13 18:05:38-08:00,Felix Wong,felix@fawong.com,2014-12-14 02:05:38+00:00,False,fawong,fawong,* master,True,cloudflare_python-cloudflare,cloudflare/python-cloudflare,https://github.com/cloudflare/python-cloudflare +60f081a495664b1306b37e6e15cf5d49966984b6,Mark Haines,mjark@negativecurvature.net,2015-08-24 14:40:17+01:00,Mark Haines,mjark@negativecurvature.net,2015-08-24 13:40:17+00:00,False,negativecurvature,negativecurvature,* main,True,matrix-org_python-signedjson.git,matrix-org/python-signedjson.git,https://github.com/matrix-org/python-signedjson.git +1e9fc768cea39fda27358ef603cde0956a1f7945,Roman,reclosedev@gmail.com,2012-04-08 22:42:01+04:00,Roman,reclosedev@gmail.com,2012-04-08 18:42:01+00:00,False,gmail,gmail,* main,True,requests-cache_requests-cache,requests-cache/requests-cache,https://github.com/requests-cache/requests-cache +91d7043850d2f6fce178672123c68f3776367e3a,Sebastian Ramacher,Sebastian.Ramacher@ait.ac.at,2021-01-22 16:07:41+01:00,Sebastian Ramacher,Sebastian.Ramacher@ait.ac.at,2021-01-22 15:07:41+00:00,False,ait,ait,* main,True,bpython_curtsies,bpython/curtsies,https://github.com/bpython/curtsies +b43383167ab73ae0df3242926160488116b2ec5c,Armin Ronacher,armin.ronacher@active-4.com,2010-05-06 13:10:26+02:00,Armin Ronacher,armin.ronacher@active-4.com,2010-05-06 11:10:26+00:00,False,active-4,active-4,* master,True,mitsuhiko_flask-openid.git,mitsuhiko/flask-openid.git,https://github.com/mitsuhiko/flask-openid.git +28221b08825e71d41643e63b91ac97bd78c708d5,Tarek Ziade,tarek@ziade.org,2015-05-04 09:17:25+00:00,Tarek Ziade,tarek@ziade.org,2015-05-04 09:17:25+00:00,False,ziade,ziade,* main,True,loads_molotov.git,loads/molotov.git,https://github.com/loads/molotov.git +1629668e58c1abf4cdcd8f21c81532114607a408,Russ Allbery,rra@cpan.org,2014-06-11 16:19:07-07:00,Russ Allbery,rra@cpan.org,2014-06-11 23:19:07+00:00,False,cpan,cpan,* master,True,git_perl_net-duo.git,git/perl/net-duo.git,https://git.eyrie.org/git/perl/net-duo.git +5cad2b6bf57eb64ea34e3b3fd916a0e10ce15c3a,cbarratt,cbarratt,2002-08-10 22:47:37+00:00,cbarratt,cbarratt,2002-08-10 22:47:37+00:00,False,cbarratt,cbarratt,* master,True,backuppc_backuppc,backuppc/backuppc,https://github.com/backuppc/backuppc +6c78c679257f298b983a44ae41a2d0ce986d8bd7,Drew DeVault,sir@cmpwn.com,2019-01-12 09:26:38-05:00,Drew DeVault,sir@cmpwn.com,2019-01-12 14:26:38+00:00,False,cmpwn,cmpwn,* master,True,swaywm_swayidle,swaywm/swayidle,https://github.com/swaywm/swayidle +d8e1857001506d6e338c11ef5b52b2915bd998c9,Lennart Regebro,regebro@gmail.com,2010-04-19 08:02:20+00:00,Lennart Regebro,regebro@gmail.com,2010-04-19 08:02:20+00:00,False,gmail,gmail,* master,True,zopefoundation_zope.testrunner,zopefoundation/zope.testrunner,https://github.com/zopefoundation/zope.testrunner +f4a183568d5434549412981bb5cccdc63529c79a,Tobie Langel,tobie.langel@gmail.com,2010-09-15 16:15:03+02:00,Tobie Langel,tobie.langel@gmail.com,2010-09-15 14:15:03+00:00,False,gmail,gmail,* master,True,ua-parser_uap-core.git,ua-parser/uap-core.git,https://github.com/ua-parser/uap-core.git +f613ee158ba882416f70abec238ab7fc77260f9b,David Warde-Farley,wardefar@iro.umontreal.ca,2015-02-10 18:12:47-05:00,David Warde-Farley,wardefar@iro.umontreal.ca,2015-02-10 23:15:45+00:00,False,iro,iro,* master,True,mila-iqia_picklable-itertools,mila-iqia/picklable-itertools,https://github.com/mila-iqia/picklable-itertools +0e334da79989f9e9e94edb4b9bdeff578063a3a1,joaquimrocha1,joaquimrocha1@bc369b68-a12e-11dd-8697-036594075916,2009-03-17 23:37:18+00:00,joaquimrocha1,joaquimrocha1@bc369b68-a12e-11dd-8697-036594075916,2009-03-17 23:37:18+00:00,False,bc369b68-a12e-11dd-8697-036594075916,bc369b68-a12e-11dd-8697-036594075916,* master,True,GNOME_ocrfeeder,GNOME/ocrfeeder,https://gitlab.gnome.org/GNOME/ocrfeeder +f702bd6e7a685a31694e83efceaf38433687a86f,Artyom Poptsov,poptsov.artyom@gmail.com,2013-05-12 01:53:22+04:00,Artyom Poptsov,poptsov.artyom@gmail.com,2013-05-11 21:53:22+00:00,False,gmail,gmail,* master,True,artyom-poptsov_guile-ssh.git,artyom-poptsov/guile-ssh.git,https://github.com/artyom-poptsov/guile-ssh.git +57fd270340fb2233100ae90f62c4ec74c11a7e37,Daniele Sluijters,github@daenney.net,2013-07-29 11:21:06-07:00,Daniele Sluijters,github@daenney.net,2013-07-29 18:21:06+00:00,False,daenney,daenney,* master,True,voxpupuli_pypuppetdb,voxpupuli/pypuppetdb,https://github.com/voxpupuli/pypuppetdb +1755452e61de16b5eba5dc53ccf0cbebd49bf55d,Greg Horn,gregmainland@gmail.com,2014-08-30 17:11:59+02:00,Greg Horn,gregmainland@gmail.com,2014-08-30 15:11:59+00:00,False,gmail,gmail,* master,True,ghorn_debian-coinor-ipopt.git,ghorn/debian-coinor-ipopt.git,https://github.com/ghorn/debian-coinor-ipopt.git +ecc1d38499a93e29433a6eaabcd85455748a572d,synap,synap@1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,2004-06-20 19:48:42+00:00,synap,synap@1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,2004-06-20 19:48:42+00:00,False,1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,1b7088b0-ff3c-0410-bcd9-ae3b15bb3c64,* master,True,Libvisual_libvisual,Libvisual/libvisual,https://github.com/Libvisual/libvisual.git +df2b72868fd903b9520267185a298bb7c1555ad7,Gerome Fournier,jef@foutaise.org,2015-11-16 10:54:06+01:00,Gerome Fournier,jef@foutaise.org,2015-11-16 09:54:06+00:00,False,foutaise,foutaise,* master,True,foutaise_texttable,foutaise/texttable,https://github.com/foutaise/texttable +741249b8a78c4da8d4482cabf7d72277643456bb,Nick Fitzgerald,fitzgen@gmail.com,2011-07-07 14:16:37-07:00,Nick Fitzgerald,fitzgen@gmail.com,2011-07-07 21:16:37+00:00,False,gmail,gmail,* master,True,mozilla_source-map,mozilla/source-map,https://github.com/mozilla/source-map +2c0383abf2dd11c70e8d1040ff5a29918b18a07e,Alexander Kozlovsky,alexander.kozlovsky@gmail.com,2008-02-15 11:26:03+00:00,Alexander Kozlovsky,alexander.kozlovsky@gmail.com,2008-02-15 11:26:03+00:00,False,gmail,gmail,* main,True,ponyorm_pony,ponyorm/pony,https://github.com/ponyorm/pony +c03fac748a4286e65e3739688af71f0e7c775b3f,Dana Nourie,dnourie@vmware.com,2013-12-13 09:30:30-08:00,Dana Nourie,dnourie@vmware.com,2013-12-13 17:30:30+00:00,False,vmware,vmware,* master,True,vmware_pyvmomi,vmware/pyvmomi,https://github.com/vmware/pyvmomi +0a40841fb2baba3fb33c2f0e1b45e55f5ef34a98,bvernoux,bvernoux@gmail.com,2014-02-08 22:43:05+01:00,bvernoux,bvernoux@gmail.com,2014-02-08 21:43:05+00:00,False,gmail,gmail,* master,True,airspy_airspyone_host.git,airspy/airspyone/host.git,https://github.com/airspy/airspyone_host.git +465e102b51935ae7cc17150223522ae843907ef8,Alec Thomas,alec@swapoff.org,2010-07-15 19:55:52+10:00,Alec Thomas,alec@swapoff.org,2010-07-15 09:55:52+00:00,False,swapoff,swapoff,* master,True,alecthomas_voluptuous,alecthomas/voluptuous,https://github.com/alecthomas/voluptuous +b5f18da964c7078d5cfe1bab1c710e8c9c80db01,Sergio Costas,raster@rastersoft.com,2014-08-06 01:04:14+02:00,Sergio Costas,raster@rastersoft.com,2014-08-05 23:04:14+00:00,False,rastersoft,rastersoft,* master,True,rastersoft_devedeng,rastersoft/devedeng,https://gitlab.com/rastersoft/devedeng +20d821265d50eee500b5ff4e36c1fdc9ef4516f2,Marcel Gruenauer,hanekomu@gmail.com,2009-06-07 18:18:20+02:00,Marcel Gruenauer,hanekomu@gmail.com,2009-06-07 16:18:20+00:00,False,gmail,gmail,* master,True,dagolden_Pod-Wordlist-hanekomu,dagolden/Pod-Wordlist-hanekomu,https://github.com/dagolden/Pod-Wordlist-hanekomu +86954d3e84c7359efc45e44967e27632e8a709a7,Hok Kakada,hokkakada@khmeros.info,2006-09-08 09:51:53+00:00,Hok Kakada,hokkakada@khmeros.info,2006-09-08 09:51:53+00:00,False,khmeros,khmeros,* master,True,translate_translate,translate/translate,https://github.com/translate/translate +fff2a454fa2b0fe38c90add5d75e450564bd6c79,Hans Zandbelt,hzandbelt@pingidentity.com,2014-03-27 20:18:52+01:00,Hans Zandbelt,hzandbelt@pingidentity.com,2014-03-27 19:18:52+00:00,False,pingidentity,pingidentity,* master,True,zmartzone_mod_auth_openidc.git,zmartzone/mod/auth/openidc.git,https://github.com/zmartzone/mod_auth_openidc.git +8f1d690558cbe9599f570219872072264919489d,dbaile,dbaile@10be8a0b-0d30-0410-8b36-bd473e2d5c71,2007-05-09 17:53:25+00:00,dbaile,dbaile@10be8a0b-0d30-0410-8b36-bd473e2d5c71,2007-05-09 17:53:25+00:00,False,10be8a0b-0d30-0410-8b36-bd473e2d5c71,10be8a0b-0d30-0410-8b36-bd473e2d5c71,* master,True,jorgesca_garmintools.git,jorgesca/garmintools.git,https://github.com/jorgesca/garmintools.git +88b81cc5abaa26f58287516df97ce82db9170caf,Thomas Kluyver,thomas@kluyver.me.uk,2019-01-07 18:02:38+00:00,Thomas Kluyver,thomas@kluyver.me.uk,2019-01-07 18:02:38+00:00,False,kluyver,kluyver,* master,True,takluyver_entrypoints,takluyver/entrypoints,https://github.com/takluyver/entrypoints +aa4dec4f2da53e749ee29b89e063e7668b790313,Adam Wiggins,adam@heroku.com,2008-06-11 02:22:07-07:00,Adam Wiggins,adam@heroku.com,2008-06-11 09:22:07+00:00,False,heroku,heroku,* main,True,yamldb_yaml_db,yamldb/yaml/db,https://github.com/yamldb/yaml_db +7fde2daeed593684120d75de07598154f3ddaf2c,William Joye,wjoye@cfa.harvard.edu,2016-10-17 11:22:52-04:00,William Joye,wjoye@cfa.harvard.edu,2016-10-17 15:22:52+00:00,False,cfa,cfa,* master,True,wjoye_tktable,wjoye/tktable,https://github.com/wjoye/tktable +431b04500823a17d0265a38440a0b24d3979432e,Arjun Roy,arroy@redhat.com,2009-11-06 12:42:27-08:00,Arjun Roy,arroy@redhat.com,2009-11-06 20:42:27+00:00,False,redhat,redhat,* main,True,libosinfo_osinfo-db-tools.git,libosinfo/osinfo-db-tools.git,https://gitlab.com/libosinfo/osinfo-db-tools.git +4bb5534cd36b98c10db7dc12dd442314c8e08748,Alejandro Garrido Mota,garridomota@gmail.com,2011-04-10 23:37:35-04:30,Alejandro Garrido Mota,garridomota@gmail.com,2011-04-11 04:07:35+00:00,False,gmail,gmail,* master,True,mogaal_nomnom,mogaal/nomnom,https://github.com/mogaal/nomnom +3b180264ced15bf7ccfdbcd4d7c0f9d696267cec,Travis Tilley,ttilley@gmail.com,2009-08-09 09:43:47-04:00,Travis Tilley,ttilley@gmail.com,2009-08-09 13:43:47+00:00,False,gmail,gmail,* master,True,ttilley_fssm.git,ttilley/fssm.git,https://github.com/ttilley/fssm.git +8332c674c76d3c294f48bf72183a19ab3fb5e087,Benedikt Meurer,benny@xfce.org,2003-07-17 18:30:08+00:00,Benedikt Meurer,benny@xfce.org,2003-07-17 18:30:08+00:00,False,xfce,xfce,* master,True,panel-plugins_xfce4-battery-plugin,panel-plugins/xfce4-battery-plugin,https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin +f98e25450ac2985e82ea5372e234c8420b17798d,aaronp,aaronp@f1cf478b-080f-0410-abad-959bfeec9ea8,2006-03-17 16:20:16+00:00,aaronp,aaronp@f1cf478b-080f-0410-abad-959bfeec9ea8,2006-03-17 16:20:16+00:00,False,f1cf478b-080f-0410-abad-959bfeec9ea8,f1cf478b-080f-0410-abad-959bfeec9ea8,* main,True,sparklemotion_mechanize.git,sparklemotion/mechanize.git,https://github.com/sparklemotion/mechanize.git +70d43147a7c6c82a2850cb668c6d2126f86621a2,LaNMaSteR53,tjt1980@gmail.com,2013-01-22 11:03:18-05:00,LaNMaSteR53,tjt1980@gmail.com,2013-01-22 16:03:18+00:00,False,gmail,gmail,* master,True,lanmaster53_recon-ng.git,lanmaster53/recon-ng.git,https://github.com/lanmaster53/recon-ng.git +7235f9a4f1ba5f902e4594689aea7c05b68a8b2d,maarten,maarten@31ceaa29-a5dd-4727-bcb8-6a3098495666,2008-11-21 14:52:04+00:00,maarten,maarten@31ceaa29-a5dd-4727-bcb8-6a3098495666,2008-11-21 14:52:04+00:00,False,31ceaa29-a5dd-4727-bcb8-6a3098495666,31ceaa29-a5dd-4727-bcb8-6a3098495666,* trunk,True,mhekkel_libzeep.git,mhekkel/libzeep.git,https://github.com/mhekkel/libzeep.git +ba1fcfd84f0b0bd3c8db24cb761f1e97cd413589,Antonio Cardoso Martins,digiplan.pt@gmail.com,2015-01-04 19:47:18+00:00,Antonio Cardoso Martins,digiplan.pt@gmail.com,2015-01-04 19:47:18+00:00,False,gmail,gmail,* master,True,antocm_guidedog,antocm/guidedog,https://github.com/antocm/guidedog +db178edafceec800f2b60dec1e0d99de684e3836,Nico Schottelius,nico@kr.ethz.ch,2010-09-19 14:36:20+02:00,Nico Schottelius,nico@kr.ethz.ch,2010-09-19 12:36:20+00:00,False,kr,kr,* master,True,ungleich-public_cdist,ungleich-public/cdist,https://code.ungleich.ch/ungleich-public/cdist +0081b4ac955ab8199c7dbef73d3143af2057bc2d,Charles Stephen Kerr,csk@src.gnome.org,2006-10-02 20:45:58+00:00,Charles Stephen Kerr,csk@src.gnome.org,2006-10-02 20:45:58+00:00,False,src,src,* master,True,GNOME_pan.git,GNOME/pan.git,https://gitlab.gnome.org/GNOME/pan.git +8da8cb30021e9d220b2c5adc74768d98bfe3c195,Martin Blech,martinblech@gmail.com,2012-04-17 09:39:52-05:00,Martin Blech,martinblech@gmail.com,2012-04-17 14:39:52+00:00,False,gmail,gmail,* master,True,martinblech_xmltodict.git,martinblech/xmltodict.git,https://github.com/martinblech/xmltodict.git +54de22c123cb866ae7334ee9fb801b61b3dbdd25,David Golden,dagolden@cpan.org,2006-09-09 14:09:53+00:00,David Golden,dagolden@cpan.org,2006-09-09 14:09:53+00:00,False,cpan,cpan,* master,True,dagolden_math-random-oo.git,dagolden/math-random-oo.git,https://github.com/dagolden/math-random-oo.git +0f9ab3a1d618222472526e3fb13efb2bcf7bdc2e,Peter Mattern,pmattern@arcor.de,2016-05-31 23:12:16+02:00,Peter Mattern,pmattern@arcor.de,2016-05-31 21:12:16+00:00,False,arcor,arcor,* master,True,lxqt_lxqt-admin.git,lxqt/lxqt-admin.git,https://github.com/lxqt/lxqt-admin.git +96975b42736ae4994df64b42bd08216619ad997e,Thomas Klausner,domm@cpan.org,2007-04-19 19:13:19+00:00,Thomas Klausner,domm@cpan.org,2007-04-19 19:13:19+00:00,False,cpan,cpan,* master,True,cpants_Module-CPANTS-Analyse.git,cpants/Module-CPANTS-Analyse.git,https://github.com/cpants/Module-CPANTS-Analyse.git +d7380cecc0965f9e8b47467a2a6e77941e25fcbb,David Glasser,glasser@bestpractical.com,2005-05-23 04:12:42+00:00,David Glasser,glasser@bestpractical.com,2005-05-23 04:12:42+00:00,False,bestpractical,bestpractical,* master,True,bestpractical_jifty-dbi.git,bestpractical/jifty-dbi.git,https://github.com/bestpractical/jifty-dbi.git +f3830f084664226085ed00702b396452b82aaaee,Adam Zapletal,adamzap@gmail.com,2010-05-11 23:35:20-05:00,Adam Zapletal,adamzap@gmail.com,2010-05-12 04:35:20+00:00,False,gmail,gmail,* master,True,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,https://github.com/ionelmc/python-darkslide.git +3108d80b7ef6057543c824e37ffd92646642bc3d,Nicholas Marriott,nicholas.marriott@gmail.com,2013-02-19 23:31:04+00:00,Nicholas Marriott,nicholas.marriott@gmail.com,2013-02-19 23:31:04+00:00,False,gmail,gmail,* master,True,tmate-io_tmate,tmate-io/tmate,https://github.com/tmate-io/tmate +e1ad1100f7ace35e9e9eb5a6e1333f766726f672,pbd,pbd@0c269be4-1314-0410-8aa9-9f06e86f4224,2002-05-16 01:34:51+00:00,pbd,pbd@0c269be4-1314-0410-8aa9-9f06e86f4224,2002-05-16 01:34:51+00:00,False,0c269be4-1314-0410-8aa9-9f06e86f4224,0c269be4-1314-0410-8aa9-9f06e86f4224,* master,True,jackaudio_jack1.git,jackaudio/jack1.git,https://github.com/jackaudio/jack1.git +6991b0a97dcb607ec8e83d7301cd91d771cc5cef,brianm,brianm@fd4e7336-3dff-0310-b68a-b6615a75f13b,2005-10-14 18:52:08+00:00,brianm,brianm@fd4e7336-3dff-0310-b68a-b6615a75f13b,2005-10-14 18:52:08+00:00,False,fd4e7336-3dff-0310-b68a-b6615a75f13b,fd4e7336-3dff-0310-b68a-b6615a75f13b,* dev,True,stompgem_stomp.git,stompgem/stomp.git,https://github.com/stompgem/stomp.git +98c3cc47d3c2a433983374acddc8ceba383ce279,Emilie Harquel,emilie.har@gmail.com,2015-07-08 14:14:36+02:00,Emilie Harquel,emilie.har@gmail.com,2015-07-08 12:14:36+00:00,False,gmail,gmail,* dev,True,IRCAD_sight,IRCAD/sight,https://github.com/IRCAD/sight +407f06318bb2224a518c33a104e6b8d7931a0406,Christian Hergert,chris@dronelabs.com,2011-02-04 23:12:29-08:00,Christian Hergert,chris@dronelabs.com,2011-02-05 07:12:29+00:00,False,dronelabs,dronelabs,* master,True,GNOME_gom.git,GNOME/gom.git,https://gitlab.gnome.org/GNOME/gom.git +04c2d9d32a7dad6a4830bca132fc4ca72b276ac6,Jiri Pirko,jiri@resnulli.us,2013-03-11 09:22:54+01:00,Jiri Pirko,jiri@resnulli.us,2013-03-15 14:32:12+00:00,False,resnulli,resnulli,* master,True,jpirko_libndp.git,jpirko/libndp.git,https://github.com/jpirko/libndp.git +7f279d545d215c1782153cd423614c5a52c66022,sylvain.le-gall,sylvain.le-gall@polytechnique.org,2010-09-07 18:03:42+02:00,sylvain.le-gall,sylvain.le-gall@polytechnique.org,2010-09-07 16:03:42+00:00,False,polytechnique,polytechnique,* master,True,gildor478_ocaml-expect.git,gildor478/ocaml-expect.git,https://github.com/gildor478/ocaml-expect.git +a6551fc76eef2d694a3a5ebc52620a61d6538ff0,Esben S. Nielsen,esn@dmi.dk,2012-05-14 14:14:03+02:00,Esben S. Nielsen,esn@dmi.dk,2012-05-14 12:14:03+00:00,False,dmi,dmi,* main,True,pytroll_pyresample,pytroll/pyresample,https://github.com/pytroll/pyresample +fff4ecc82f2bcfa7427596e7ad9c3769fcab040b,Perberos,perberos@gmail.com,2011-11-04 22:16:15-03:00,Perberos,perberos@gmail.com,2011-11-05 01:16:15+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-screensaver.git,mate-desktop/mate-screensaver.git,https://github.com/mate-desktop/mate-screensaver.git +98c9ec5879e825238ac671287e237497eef068e6,Ryan Davis,ryand@zenspider.com,2008-09-16 23:45:43-08:00,Ryan Davis,ryand@zenspider.com,2008-09-17 07:45:43+00:00,False,zenspider,zenspider,* master,True,seattlerb_sexp_processor,seattlerb/sexp/processor,https://github.com/seattlerb/sexp_processor +d367ab28270220c1378d2a7ca9bda4a9012c76cb,Stefano Karapetsas,stefano@karapetsas.com,2012-03-26 23:33:33+02:00,Stefano Karapetsas,stefano@karapetsas.com,2012-03-26 21:33:33+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_caja-dropbox.git,mate-desktop/caja-dropbox.git,https://github.com/mate-desktop/caja-dropbox.git +f6307607e93579430af4144b537b6354bcf638c5,Adam Cécile,gandalf@aircrack-ng.org,2006-12-11 20:32:09+00:00,Adam Cécile,gandalf@aircrack-ng.org,2006-12-11 20:32:09+00:00,False,aircrack-ng,aircrack-ng,* master,True,aircrack-ng_aircrack-ng,aircrack-ng/aircrack-ng,https://github.com/aircrack-ng/aircrack-ng +53d8ed47a4c62a4e4c368cb941d72d51507d9b65,Mike Bayer,mike_mp@zzzcomputing.com,2007-03-31 21:16:11+00:00,Mike Bayer,mike_mp@zzzcomputing.com,2007-03-31 21:16:11+00:00,False,zzzcomputing,zzzcomputing,* main,True,sqlalchemy_mako,sqlalchemy/mako,https://github.com/sqlalchemy/mako +dbfe2e81eae67ea9b01ec2607124da03345d6cea,wojtekka,wojtekka@63027e8e-9091-4708-a9e0-01b58f66871a,2006-04-13 19:51:02+00:00,wojtekka,wojtekka@63027e8e-9091-4708-a9e0-01b58f66871a,2006-04-13 19:51:02+00:00,False,63027e8e-9091-4708-a9e0-01b58f66871a,63027e8e-9091-4708-a9e0-01b58f66871a,* debian-master,True,porridge_libydpdict,porridge/libydpdict,https://github.com/porridge/libydpdict +2715844f5e0ec10d4ea83047a084d540058a25eb,fogus,mefogus@gmail.com,2011-11-22 21:00:48-05:00,fogus,mefogus@gmail.com,2011-11-23 02:00:48+00:00,False,gmail,gmail,* master,True,clojure_core.cache,clojure/core.cache,https://github.com/clojure/core.cache +fdcef3372b44572596ddccbc663cdfcef72e4db4,Siu Kwan Lam,michael.lam.sk@gmail.com,2014-08-07 10:17:03-05:00,Siu Kwan Lam,michael.lam.sk@gmail.com,2014-08-07 15:17:03+00:00,False,gmail,gmail,* main,True,numba_llvmlite.git,numba/llvmlite.git,https://github.com/numba/llvmlite.git +d92e82c407aa53cbdadaef23bcb06e7adf13d45f,Traubert,sam.hardwick@iki.fi,2010-07-08 15:15:40+00:00,Traubert,sam.hardwick@iki.fi,2010-07-08 15:15:40+00:00,False,iki,iki,* master,True,hfst_hfst-ospell.git,hfst/hfst-ospell.git,https://github.com/hfst/hfst-ospell.git +1c9fdcd72471ff91805eb7427a58c6d89416046f,Mike van Riel,mike@ingewikkeld.net,2015-06-10 21:17:01+02:00,Mike van Riel,mike@ingewikkeld.net,2015-06-10 19:17:01+00:00,False,ingewikkeld,ingewikkeld,* 1.x,True,phpDocumentor_TypeResolver,phpDocumentor/TypeResolver,https://github.com/phpDocumentor/TypeResolver +fe8aea1c3b5348347633da18a02b0bffd3b266a1,Perberos,perberos@gmail.com,2011-12-01 21:42:39-03:00,Perberos,perberos@gmail.com,2011-12-02 00:42:39+00:00,False,gmail,gmail,* master,True,mate-desktop_libmateweather.git,mate-desktop/libmateweather.git,https://github.com/mate-desktop/libmateweather.git +31862f7b50f32589826f7c606e7962931e7fdd8e,J. Alexander Treuman,jat@spatialrift.net,2008-02-27 18:09:52-05:00,J. Alexander Treuman,jat@spatialrift.net,2008-02-27 23:09:52+00:00,False,spatialrift,spatialrift,* master,True,Mic92_python-mpd2,Mic92/python-mpd2,https://github.com/Mic92/python-mpd2 +d9b1790e6de393bc4120c2f1537238e265936bc9,Santiago Pastorino,santiago@wyeworks.com,2011-06-29 01:31:50-03:00,Santiago Pastorino,santiago@wyeworks.com,2011-06-29 19:24:30+00:00,False,wyeworks,wyeworks,* master,True,rails_coffee-rails,rails/coffee-rails,https://github.com/rails/coffee-rails +c50cd3befea539761a8960d4dfca8bef684694ed,Daniel Elstner,danielk@openismus.com,2009-08-04 23:04:54+02:00,Daniel Elstner,danielk@openismus.com,2009-08-04 21:40:45+00:00,False,openismus,openismus,* master,True,GNOME_mm-common.git,GNOME/mm-common.git,https://gitlab.gnome.org/GNOME/mm-common.git +3b74ba8cb5e8a089261a565ab4e58f244021cf73,LinuxDonald,LinuxDonald@d3468d7a-13f2-4ea4-bf00-366cb6352a40,2007-10-19 18:49:40+00:00,LinuxDonald,LinuxDonald@d3468d7a-13f2-4ea4-bf00-366cb6352a40,2007-10-19 18:49:40+00:00,False,d3468d7a-13f2-4ea4-bf00-366cb6352a40,d3468d7a-13f2-4ea4-bf00-366cb6352a40,* master,True,unknown-horizons_unknown-horizons.git,unknown-horizons/unknown-horizons.git,https://github.com/unknown-horizons/unknown-horizons.git +dc452e8e0d765a5c68a4a1b37eeaa55a2295f721,Chris Leishman,chris@leishman.org,2016-03-29 10:28:36-07:00,Chris Leishman,chris@leishman.org,2016-03-30 01:49:38+00:00,False,leishman,leishman,* main,True,cleishm_libcypher-parser,cleishm/libcypher-parser,https://github.com/cleishm/libcypher-parser +4bf4c10f5409f3d6e7a2217faffcf7151cb37e28,Denis Defreyne,denis.defreyne@stoneship.org,2009-02-03 14:27:40+01:00,Denis Defreyne,denis.defreyne@stoneship.org,2009-02-03 13:27:40+00:00,False,stoneship,stoneship,* main,True,ddfreyne_cri,ddfreyne/cri,https://github.com/ddfreyne/cri +3c03b47392098da82a675d968629c4d62da49619,Arturo Espinosa,unammx@src.gnome.org,1998-02-10 21:22:12+00:00,Arturo Espinosa,unammx@src.gnome.org,1998-02-10 21:22:12+00:00,False,src,src,* main,True,GNOME_gnome-control-center,GNOME/gnome-control-center,https://gitlab.gnome.org/GNOME/gnome-control-center +bf392734c5bce8e1ff39ace49cd955b5b5ad8454,Michele,micxgx@gmail.com,2012-07-24 22:51:55+02:00,Michele,micxgx@gmail.com,2012-12-04 22:53:13+00:00,False,gmail,gmail,* master,True,micheleg_dash-to-dock.git,micheleg/dash-to-dock.git,https://github.com/micheleg/dash-to-dock.git +0a45a771ae96fb5628d9b3c50291470a34b9f77a,justin,none@none,2010-04-27 14:21:02-04:00,justin,none@none,2010-04-27 18:21:02+00:00,False,none,none,* develop,True,basho_bitcask.git,basho/bitcask.git,https://github.com/basho/bitcask.git +4cc8f1e8d170bb669cbd845f3c0a7d6b117412b8,Gregory Todd Williams,greg@evilfunhouse.com,2016-03-23 15:14:05-04:00,Gregory Todd Williams,greg@evilfunhouse.com,2016-03-23 19:14:05+00:00,False,evilfunhouse,evilfunhouse,* master,True,kasei_atteanx-endpoint.git,kasei/atteanx-endpoint.git,https://github.com/kasei/atteanx-endpoint.git +3f69436eb18d635f7573c01eb9a522b7b7dfe8ac,Kang,jobo.zh@gmail.com,2009-08-14 17:36:27+08:00,Kang,jobo.zh@gmail.com,2009-08-14 09:36:27+00:00,False,gmail,gmail,* main,True,jaraco_keyring,jaraco/keyring,https://github.com/jaraco/keyrings.alt +5d084bb99e8ed5ec6e3e68611ad1813be9c505bc,Alejandro Garrido Mota,garridomota@gmail.com,2009-11-20 19:08:30-04:30,Alejandro Garrido Mota,garridomota@gmail.com,2009-11-20 23:38:30+00:00,False,gmail,gmail,* master,True,mogaal_cclive,mogaal/cclive,https://github.com/mogaal/cclive +7603160756b362f83c0f520d15142b1b4d992fa3,Paul McEnery,pmcenery@gmail.com,2010-01-24 17:47:11+00:00,Paul McEnery,pmcenery@gmail.com,2010-01-24 17:47:11+00:00,False,gmail,gmail,* master,True,pmcenery_ipheth-debian,pmcenery/ipheth-debian,https://github.com/pmcenery/ipheth-debian +9d95967905377141e0e83aafe782c702d1ae656a,Ramiro Estrugo,ramiro@src.gnome.org,2001-03-28 18:44:42+00:00,Ramiro Estrugo,ramiro@src.gnome.org,2001-03-28 18:44:42+00:00,False,src,src,* main,True,GNOME_librsvg.git,GNOME/librsvg.git,https://gitlab.gnome.org/GNOME/librsvg.git +14c2a149b50cafc1fba6adfed99744c036725ad2,joachimheintz,jh@joachimheintz.de,2016-02-23 16:43:10+01:00,joachimheintz,jh@joachimheintz.de,2016-02-23 15:43:10+00:00,False,joachimheintz,joachimheintz,* develop,True,CsoundQt_CsoundQt,CsoundQt/CsoundQt,https://github.com/CsoundQt/CsoundQt +c6b01938dc01b94f349d171de431490f4ee863c2,Johannes Berg,johannes@sipsolutions.net,2008-09-16 19:50:22+02:00,Johannes Berg,johannes@sipsolutions.net,2008-09-16 17:50:22+00:00,False,sipsolutions,sipsolutions,* master,True,pub_scm_linux_kernel_git_jberg_iw.git,pub/scm/linux/kernel/git/jberg/iw.git,https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git +f6202cb597237e5ad78904771bcbc03e01f39b27,akleeman,akleeman@gmail.com,2013-09-30 10:21:10-07:00,akleeman,akleeman@gmail.com,2013-09-30 17:21:10+00:00,False,gmail,gmail,* main,True,pydata_xarray,pydata/xarray,https://github.com/pydata/xarray +316f70846ca08d71f044418f2dd594b27563cbc7,Sean Davis,smd.seandavis@gmail.com,2013-07-25 06:34:56-04:00,Sean Davis,smd.seandavis@gmail.com,2013-07-25 10:34:56+00:00,False,gmail,gmail,* master,True,bluesabre_mugshot,bluesabre/mugshot,https://github.com/bluesabre/mugshot +904e436f11ed1197a1192b421ab7278975dce169,Matthew Barr,matthew.barr@intel.com,2015-10-20 09:13:35+11:00,Matthew Barr,matthew.barr@intel.com,2015-10-19 22:13:35+00:00,False,intel,intel,* master,True,intel_hyperscan.git,intel/hyperscan.git,https://github.com/intel/hyperscan.git +99b8b48a8090d31f558183f5a3b09df7bc6bcbd0,Florent Xicluna,florent.xicluna@gmail.com,2013-02-09 20:44:08+01:00,Florent Xicluna,florent.xicluna@gmail.com,2013-02-09 19:44:08+00:00,False,gmail,gmail,* main,True,PyCQA_pep8-naming,PyCQA/pep8-naming,https://github.com/PyCQA/pep8-naming +00f34542ec7b2701b57d6a73450a8dda485a441b,jsirois,jsirois@twitter.com,2013-05-06 11:39:36-06:00,jsirois,jsirois@twitter.com,2013-05-06 17:39:36+00:00,False,twitter,twitter,* main,True,pantsbuild_pex.git,pantsbuild/pex.git,https://github.com/pantsbuild/pex.git +24b21e275a84e543676ea74fb56f71665e9c183a,VDR dai (gkrelluim),d+gkrelluim@vdr.jp,2005-07-08 21:05:32+00:00,VDR dai (gkrelluim),d+gkrelluim@vdr.jp,2005-07-08 21:05:32+00:00,False,vdr,vdr,* master,True,dai-vdr_gkrelluim.git,dai-vdr/gkrelluim.git,https://github.com/dai-vdr/gkrelluim.git +d49c97e38c23c173ca2a4b0d058ac867a49e4766,Mike Bostock,mbostock@gmail.com,2013-03-12 20:06:47-07:00,Mike Bostock,mbostock@gmail.com,2013-03-13 03:06:47+00:00,False,gmail,gmail,* master,True,mbostock_smash.git,mbostock/smash.git,https://github.com/mbostock/smash.git +9f298366a92700cb658e26c16b34e5a8ee0c21bd,Antoine Bertin,diaoulael@gmail.com,2011-07-05 02:27:11+02:00,Antoine Bertin,diaoulael@gmail.com,2011-07-05 00:27:11+00:00,False,gmail,gmail,* main,True,Diaoul_subliminal.git,Diaoul/subliminal.git,https://github.com/Diaoul/subliminal.git +a541deec4eb82572e77800e1670cbfcc686cb62e,Herbert J. Bernstein,yayahjb@gmail.com,2006-07-24 15:30:31+00:00,Herbert J. Bernstein,yayahjb@gmail.com,2006-07-24 15:30:31+00:00,False,gmail,gmail,* main,True,yayahjb_cbflib,yayahjb/cbflib,https://github.com/yayahjb/cbflib +32e8bd52b2b3e78160f780ef099964913bfaf93e,Ask Solem,ask@celeryproject.org,2016-08-03 19:44:29-07:00,Ask Solem,ask@celeryproject.org,2016-08-04 02:44:29+00:00,False,celeryproject,celeryproject,* main,True,celery_django-celery-beat,celery/django-celery-beat,https://github.com/celery/django-celery-beat +ba7f8868fc20ca1582a5ab1927be5f6009a61c40,Romain Failliot,romain.failliot@foolstep.com,2015-11-21 12:57:32-05:00,Romain Failliot,romain.failliot@foolstep.com,2015-11-21 17:57:32+00:00,False,foolstep,foolstep,* main,True,MightyCreak_diffuse.git,MightyCreak/diffuse.git,https://github.com/MightyCreak/diffuse.git +288efd44da7762dcc6b1ae33328df369491396da,Sebastien Martini,seb@dbzteam.org,2009-11-03 08:48:22+01:00,Sebastien Martini,seb@dbzteam.org,2009-11-03 07:48:22+00:00,False,dbzteam,dbzteam,* master,True,seb-m_pyinotify.git,seb-m/pyinotify.git,https://github.com/seb-m/pyinotify.git +7b353cd03c9a6c582d377e2f7414c3d67ccba980,Weng Xuetian,wengxt@gmail.com,2011-12-22 12:47:54+08:00,Weng Xuetian,wengxt@gmail.com,2011-12-22 04:47:54+00:00,False,gmail,gmail,* master,True,fcitx_fcitx-libpinyin,fcitx/fcitx-libpinyin,https://github.com/fcitx/fcitx-libpinyin +92a866535d416e14ae5b0cd8940699ba654c4a42,Fiz Vazquez,vud1@sindominio.net,2007-02-01 14:08:10+00:00,Fiz Vazquez,vud1@sindominio.net,2007-02-01 14:08:10+00:00,False,sindominio,sindominio,* master,True,pytrainer_pytrainer.git,pytrainer/pytrainer.git,https://github.com/pytrainer/pytrainer.git +1eb09dd740170597aaa241da5c1693ee013ce275,Dan Winship,danw@gnome.org,2010-08-30 20:48:10-04:00,Dan Winship,danw@gnome.org,2010-08-31 00:48:10+00:00,False,gnome,gnome,* master,True,GNOME_glib-networking,GNOME/glib-networking,https://gitlab.gnome.org/GNOME/glib-networking +eef9c04d04c297955ff8e73c9c8b73088ae64151,joewilliams,joe@joetify.com,2011-03-23 16:06:02-07:00,joewilliams,joe@joetify.com,2011-03-23 23:06:02+00:00,False,joetify,joetify,* master,True,boundary_folsom.git,boundary/folsom.git,https://github.com/boundary/folsom.git +0bd2c276903b2dca423c305316ee0a3ac508769f,Hans Petter Jansson,hpj@cl.no,2018-02-25 23:41:01+01:00,Hans Petter Jansson,hpj@cl.no,2018-02-25 22:41:01+00:00,False,cl,cl,* master,True,hpjansson_chafa.git,hpjansson/chafa.git,https://github.com/hpjansson/chafa.git +e34d1cd5446d7c1ad7b0c44e41748e31f4fcb56b,rodrigo.cr,,2007-09-15 12:30:38+00:00,rodrigo.cr,,2007-09-15 12:30:38+00:00,False,,,* master,True,subdownloader_subdownloader,subdownloader/subdownloader,https://github.com/subdownloader/subdownloader +c02df4746940d5ccb542c35e1438948aa6da0054,杨万青,yangwanqing@linuxdeepin.com,2016-02-18 15:34:22+08:00,杨万青,yangwanqing@linuxdeepin.com,2016-02-24 05:52:33+00:00,False,linuxdeepin,linuxdeepin,* master,True,linuxdeepin_deepin-image-viewer,linuxdeepin/deepin-image-viewer,https://github.com/linuxdeepin/deepin-image-viewer +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,certbot_josepy,certbot/josepy,https://github.com/certbot/josepy +d6bacde5c96e4803b289449bd7f3ae87c2686018,Brennan Vincent,brennan@materialize.io,2020-01-24 16:16:32-05:00,Brennan Vincent,brennan@materialize.io,2020-01-24 21:16:32+00:00,False,materialize,materialize,* master,True,umanwizard_libeot.git,umanwizard/libeot.git,https://github.com/umanwizard/libeot.git +7b4d23db8fba985289075189cf5e540fb8cb42a3,Paul J. Davis,paul.joseph.davis@gmail.com,2010-02-19 13:59:19-05:00,Paul J. Davis,paul.joseph.davis@gmail.com,2010-02-19 18:59:19+00:00,False,gmail,gmail,* master,True,c-w_ghp-import.git,c-w/ghp-import.git,https://github.com/c-w/ghp-import.git +1fda2de1df1cef55b6c24bf009c81030643dde68,seang,seang@b426a367-1105-0410-b9ff-cdf4ab011145,2007-04-20 17:25:00+00:00,seang,seang@b426a367-1105-0410-b9ff-cdf4ab011145,2007-04-20 17:25:00+00:00,False,b426a367-1105-0410-b9ff-cdf4ab011145,b426a367-1105-0410-b9ff-cdf4ab011145,* main,True,shapely_shapely.git,shapely/shapely.git,https://github.com/shapely/shapely.git +987abdc4bd72e00ec48243fa38f5089f787a3bf3,Jeremie Dimino,jdimino@janestreet.com,2013-01-28 15:02:22-05:00,Jeremie Dimino,jdimino@janestreet.com,2013-01-28 20:02:22+00:00,False,janestreet,janestreet,* master,True,janestreet_sexplib.git,janestreet/sexplib.git,https://github.com/janestreet/sexplib.git +e77b39fdbea2a86f5388611ba5f4bdef51c64c5a,lord63,lord63.j@gmail.com,2015-09-10 11:10:54+08:00,lord63,lord63.j@gmail.com,2015-09-10 03:10:54+00:00,False,gmail,gmail,* master,True,lord63_tldr.py,lord63/tldr.py,https://github.com/lord63/tldr.py +91258ebc328904df0f61ea8e2891967be86558df,PCMan (Hong Jen Yee),pcman.tw@gmail.com,2005-06-30 21:03:55+00:00,PCMan (Hong Jen Yee),pcman.tw@gmail.com,2005-06-30 21:03:55+00:00,False,gmail,gmail,* master,True,pcman-bbs_pcmanx,pcman-bbs/pcmanx,https://github.com/pcman-bbs/pcmanx +8c473ba1ed951381b6ba116634464d8d89345c30,yeehector,yeehector@771a4cb9-eb13-0410-b752-9f1360e2f071,2006-05-19 03:28:53+00:00,yeehector,yeehector@771a4cb9-eb13-0410-b752-9f1360e2f071,2006-05-19 03:28:53+00:00,False,771a4cb9-eb13-0410-b752-9f1360e2f071,771a4cb9-eb13-0410-b752-9f1360e2f071,* master,True,myint_perceptualdiff,myint/perceptualdiff,https://github.com/myint/perceptualdiff +b0ec3f560d63741ce00fedfd2aa2d9ab2a21410e,snare,snare@ho.ax,2013-11-27 01:07:10+11:00,snare,snare@ho.ax,2013-11-26 14:07:10+00:00,False,ho,ho,* master,True,snare_scruffy,snare/scruffy,https://github.com/snare/scruffy +d201456903f3ecae1f7794edfab0d5678e642265,shiqian,shiqian@861a406c-534a-0410-8894-cb66d6ee9925,2008-07-03 22:38:12+00:00,shiqian,shiqian@861a406c-534a-0410-8894-cb66d6ee9925,2008-07-03 22:38:12+00:00,False,861a406c-534a-0410-8894-cb66d6ee9925,861a406c-534a-0410-8894-cb66d6ee9925,* main,True,google_googletest.git,google/googletest.git,https://github.com/google/googletest.git +d5ea202d675401bef2a8157fbce4ccbb109e297d,J.Dwight Aplevich,aplevich@uwaterloo.ca,2009-12-26 17:00:00+00:00,J.Dwight Aplevich,aplevich@uwaterloo.ca,2009-12-26 17:00:00+00:00,False,uwaterloo,uwaterloo,* master,True,aplevich_dpic,aplevich/dpic,https://gitlab.com/aplevich/dpic +52867a396b505cca12c2398fe9bd26f743ee2f2e,Christian Jacobs,c.jacobs10@imperial.ac.uk,2013-03-31 02:03:17+01:00,Christian Jacobs,c.jacobs10@imperial.ac.uk,2013-03-31 01:03:17+00:00,False,imperial,imperial,* master,True,ctjacobs_pyqso,ctjacobs/pyqso,https://github.com/ctjacobs/pyqso +ca5bd0800ef1da234315da4c59716568eb5e6402,Jeremy T. Bouse,jbouse@debian.org,2010-08-15 16:45:03-04:00,Jeremy T. Bouse,jbouse@debian.org,2010-08-15 20:45:03+00:00,False,debian,debian,* master,True,jbouse-debian_libesmtp,jbouse-debian/libesmtp,https://github.com/jbouse-debian/libesmtp +5fa0d7b6aa07ae5210ab841c1ecc56e72d17334a,Rogerio Medeiros,argerim@gmail.com,2012-05-07 19:32:15-03:00,Rogerio Medeiros,argerim@gmail.com,2012-05-07 22:32:15+00:00,False,gmail,gmail,* master,True,argerim_select2-rails,argerim/select2-rails,https://github.com/argerim/select2-rails +cd3fe5260af8613f53a93c44848cd731b5b5c9c9,Hubert Chathi,hubert@uhoreg.ca,2008-04-01 09:47:38-04:00,Hubert Chathi,hubert@uhoreg.ca,2008-04-01 13:47:38+00:00,False,uhoreg,uhoreg,* master,True,debian-tex_asymptote,debian-tex/asymptote,https://github.com/debian-tex/asymptote +3744bb64ad2b66019c33521d58b46e6915eba79e,Manuel Stoeckl,mstoeckl@users.noreply.github.com,2017-04-30 10:37:50-04:00,Manuel Stoeckl,mstoeckl@users.noreply.github.com,2017-04-30 14:37:50+00:00,False,users,users,* master,True,trackballs_trackballs.git,trackballs/trackballs.git,https://github.com/trackballs/trackballs.git +c0e1e2b4dc3760e058acd3a7bdb9dca6cfe0c3f0,Aaron Plattner,aplattner@nvidia.com,2013-05-02 08:07:42-07:00,Aaron Plattner,aplattner@nvidia.com,2013-05-02 15:44:21+00:00,False,nvidia,nvidia,* main,True,NVIDIA_nvidia-persistenced,NVIDIA/nvidia-persistenced,https://github.com/NVIDIA/nvidia-persistenced +8d90a86cdf4da7bc1ea520ef5701a63780638c13,Michael Pleshakov,michael@nginx.com,2018-05-30 14:49:53+01:00,Michael Pleshakov,michael@nginx.com,2018-05-30 13:49:53+00:00,False,nginx,nginx,* main,True,nginxinc_nginx-prometheus-exporter,nginxinc/nginx-prometheus-exporter,https://github.com/nginxinc/nginx-prometheus-exporter +a8698dc52b265fb93c30a922a14263ba94dfa7d4,Rich-Harris,richard.a.harris@gmail.com,2015-10-10 00:49:04-04:00,Rich-Harris,richard.a.harris@gmail.com,2015-10-10 04:49:04+00:00,False,gmail,gmail,* master,True,Rich-Harris_sourcemap-codec,Rich-Harris/sourcemap-codec,https://github.com/Rich-Harris/sourcemap-codec +a78bd02e33c20e48a7e70722cf343965389a4b63,Quinn Storm,quinn@darter.(none),2007-04-24 12:08:26-04:00,Quinn Storm,quinn@darter.(none),2007-04-24 16:08:26+00:00,False,darter,darter,* master,True,compiz_compizconfig-python.git,compiz/compizconfig-python.git,https://gitlab.com/compiz/compizconfig-python.git +5672dca6ac86e33300e89363481b83b1aac7f22e,tim_eves,teves@users.noreply.github.com,2006-01-06 20:56:10+00:00,tim_eves,teves@users.noreply.github.com,2006-01-06 20:56:10+00:00,False,users,users,* master,True,silnrsi_grcompiler.git,silnrsi/grcompiler.git,https://github.com/silnrsi/grcompiler.git +3f953ed9c895fe8ff4f0d3873ecef04de46606c3,rncbc,rncbc@be9cb035-7082-4f78-a559-74415fa64963,2012-10-03 19:39:12+00:00,rncbc,rncbc@be9cb035-7082-4f78-a559-74415fa64963,2012-10-03 19:39:12+00:00,False,be9cb035-7082-4f78-a559-74415fa64963,be9cb035-7082-4f78-a559-74415fa64963,* main,True,rncbc_drumkv1.git,rncbc/drumkv1.git,https://github.com/rncbc/drumkv1.git +0e2c9f30ad0294de86864a77d864fcd183b83688,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-speex.git,savonet/ocaml-speex.git,https://github.com/savonet/ocaml-speex.git +082112a71fab8a24141d150bbfa0761e8aa3dfc8,Micha Lenk,micha@lenk.info,2013-09-22 14:09:59+02:00,Micha Lenk,micha@lenk.info,2013-09-22 12:09:59+00:00,False,lenk,lenk,* master,True,bombadil_mod_proxy_msrpc,bombadil/mod/proxy/msrpc,https://github.com/bombadil/mod_proxy_msrpc +208686005394a592827d81f13046a05b0fe2305e,Jonathan Wright,jonathan.wright@devopsguys.com,2016-06-14 21:54:19+01:00,Jonathan Wright,jonathan.wright@devopsguys.com,2016-06-14 20:54:19+00:00,False,devopsguys,devopsguys,* master,True,jonathanio_update-systemd-resolved,jonathanio/update-systemd-resolved,https://github.com/jonathanio/update-systemd-resolved +ffbe3db5df5c3514cee4759fbb152f445612c68c,Ali-Akber Saifee,ali@indydevs.org,2014-02-10 20:24:08+08:00,Ali-Akber Saifee,ali@indydevs.org,2014-02-10 12:24:08+00:00,False,indydevs,indydevs,* master,True,alisaifee_flask-limiter.git,alisaifee/flask-limiter.git,https://github.com/alisaifee/flask-limiter.git +76e3e25fd0fac7efe63b89ea8c09adfe539749cd,Evan Nemerson,evan@nemerson.com,2017-03-28 12:14:46-07:00,Evan Nemerson,evan@nemerson.com,2017-03-28 19:14:46+00:00,False,nemerson,nemerson,* master,True,simd-everywhere_simde,simd-everywhere/simde,https://github.com/simd-everywhere/simde +b8b5ac01611dd437fe3912f95378c7621440b995,Mario Roy,marioeroy@gmail.com,2015-08-22 00:46:52-04:00,Mario Roy,marioeroy@gmail.com,2015-08-22 04:46:52+00:00,False,gmail,gmail,* master,True,marioroy_mce-perl.git,marioroy/mce-perl.git,https://github.com/marioroy/mce-perl.git +cbb8300bef6e148753f147643ecc5f64f0e0b34e,Daniel Pocock,daniel@pocock.pro,2014-06-12 20:44:16+02:00,Daniel Pocock,daniel@pocock.pro,2014-06-12 18:44:16+00:00,False,pocock,pocock,* master,True,jquery-i18n-properties_jquery-i18n-properties.git,jquery-i18n-properties/jquery-i18n-properties.git,https://github.com/jquery-i18n-properties/jquery-i18n-properties.git +c9c90ddf610bfa24f7aa113b3d35b9349b046a4e,georg.krueger,georg.krueger@student.hpi.uni-potsdam.de,2012-10-01 11:32:54+02:00,georg.krueger,georg.krueger@student.hpi.uni-potsdam.de,2012-10-01 09:32:54+00:00,False,student,student,* master,True,jklimke_libcitygml.git,jklimke/libcitygml.git,https://github.com/jklimke/libcitygml.git +753617bb38632c22cadc02e58238bfb247f61a00,Donald Stufft,donald.stufft@gmail.com,2013-02-21 22:53:58-05:00,Donald Stufft,donald.stufft@gmail.com,2013-02-22 03:53:58+00:00,False,gmail,gmail,* main,True,pyca_pynacl,pyca/pynacl,https://github.com/pyca/pynacl +413c88c33f7bc89524588a2b9331acdc3b4d5ffa,gakman,gakman@60970b36-f649-e149-802f-859a9d0a703e,2005-04-03 12:24:42+00:00,gakman,gakman@60970b36-f649-e149-802f-859a9d0a703e,2005-04-03 12:24:42+00:00,False,60970b36-f649-e149-802f-859a9d0a703e,60970b36-f649-e149-802f-859a9d0a703e,* develop,True,gak_gravit,gak/gravit,https://github.com/gak/gravit +8379e6f6e74afec9e96eae41853567faec6fb273,Jonathan Toppins,jtoppins@users.sourceforge.net,2012-06-18 14:37:46-04:00,Jonathan Toppins,jtoppins@users.sourceforge.net,2012-06-18 18:50:54+00:00,False,users,users,* master,True,kilobyte_safeclib,kilobyte/safeclib,https://github.com/kilobyte/safeclib +a2ea193bd4eb60ae01912750331021d24d02a2f8,Chris Allegretta,chrisa@asty.org,2000-06-06 05:53:49+00:00,Chris Allegretta,chrisa@asty.org,2000-06-06 05:53:49+00:00,False,asty,asty,* master,True,git_nano.git,git/nano.git,https://git.savannah.gnu.org/git/nano.git +f367728c4435670caf2e9cc5acad257e7766cc65,van Hauser,vh@thc.org,2019-05-28 16:40:24+02:00,van Hauser,vh@thc.org,2019-05-28 14:40:24+00:00,False,thc,thc,* stable,True,AFLplusplus_AFLplusplus.git,AFLplusplus/AFLplusplus.git,https://github.com/AFLplusplus/AFLplusplus.git +d1788f50e7785c9fa5a4f3504018d6e1ba62db8b,Gregory Oschwald,goschwald@maxmind.com,2013-09-25 15:50:08-07:00,Gregory Oschwald,goschwald@maxmind.com,2013-09-25 22:50:08+00:00,False,maxmind,maxmind,* main,True,maxmind_MaxMind-DB-Reader-python,maxmind/MaxMind-DB-Reader-python,https://github.com/maxmind/MaxMind-DB-Reader-python +d50ad2cad47c1b2603ea7f2caedd65bfde73f0c1,Breno Leitao,leitao@debian.org,2022-08-21 07:40:57+01:00,Breno Leitao,leitao@debian.org,2022-08-21 06:40:57+00:00,False,debian,debian,* main,True,leitao_fortunes-br.git,leitao/fortunes-br.git,https://github.com/leitao/fortunes-br.git +a294f080cfd150f023c26200151f7029e818b17a,hMatoba,g838.mahiroo@gmail.com,2014-09-13 11:41:18+09:00,hMatoba,g838.mahiroo@gmail.com,2014-09-13 02:41:18+00:00,False,gmail,gmail,* master,True,hMatoba_Piexif,hMatoba/Piexif,https://github.com/hMatoba/Piexif +5b15d154d4a78250382ab7d0ea290c655a23e964,Paul McGuire,ptmcg@austin.rr.com,2012-10-01 23:18:06+00:00,Paul McGuire,ptmcg@austin.rr.com,2012-10-01 23:18:06+00:00,False,austin,austin,* master,True,pyparsing_pyparsing,pyparsing/pyparsing,https://github.com/pyparsing/pyparsing +688c0fdb7ed4eb9ff9ceb76f65b7608432a8b196,Dave Page,dpage@pgadmin.org,2011-04-12 17:39:08+01:00,Dave Page,dpage@pgadmin.org,2011-04-12 16:39:08+00:00,False,pgadmin,pgadmin,* master,True,EnterpriseDB_mysql_fdw.git,EnterpriseDB/mysql/fdw.git,https://github.com/EnterpriseDB/mysql_fdw.git +fd0ead2da324ae8a7d70c2c85ab521179329d71b,Luís Oliveira,loliveira@common-lisp.net,2011-11-01 23:32:53+00:00,Luís Oliveira,loliveira@common-lisp.net,2011-11-01 23:32:53+00:00,False,common-lisp,common-lisp,* master,True,sharplispers_split-sequence,sharplispers/split-sequence,https://github.com/sharplispers/split-sequence +39101febb74c76df92b570c17cb5611d7d5c4dd5,David Sauve,dnsauve@ubuntu.localdomain,2009-06-19 09:01:12-04:00,David Sauve,dnsauve@ubuntu.localdomain,2009-06-19 13:01:12+00:00,False,ubuntu,ubuntu,* master,True,notanumber_xapian-haystack,notanumber/xapian-haystack,https://github.com/notanumber/xapian-haystack +5e88a900727c588fb4b5be2e1e2584ce55a00056,Jasper N. Brouwer,jasper@nerdsweide.nl,2015-01-29 21:13:57+01:00,Jasper N. Brouwer,jasper@nerdsweide.nl,2015-01-29 20:13:57+00:00,False,nerdsweide,nerdsweide,* master,True,jaspernbrouwer_powerline-gitstatus.git,jaspernbrouwer/powerline-gitstatus.git,https://github.com/jaspernbrouwer/powerline-gitstatus.git +45c9cc344b54576c0f95b05149f18ac51955f9bb,mgruner,mgruner@ba6c7691-6512-0410-bf18-b6da21b6447f,2007-05-08 15:51:07+00:00,mgruner,mgruner@ba6c7691-6512-0410-bf18-b6da21b6447f,2007-05-08 15:51:07+00:00,False,ba6c7691-6512-0410-bf18-b6da21b6447f,ba6c7691-6512-0410-bf18-b6da21b6447f,* master,True,bibletime_bibletime.git,bibletime/bibletime.git,https://github.com/bibletime/bibletime.git +152f7615ca0794ee9d290072a3989bd1419d0667,Freek Dijkstra,freek@macfreek.nl,2013-08-25 15:39:20+02:00,Freek Dijkstra,freek@macfreek.nl,2013-08-25 13:39:20+00:00,False,macfreek,macfreek,* master,True,sphinx-contrib_restbuilder.git,sphinx-contrib/restbuilder.git,https://github.com/sphinx-contrib/restbuilder.git +0243f4a01aef18ab668a9ce9a15b540c3c28f24f,ZHANG Peng,zhangpeng,2007-06-11 02:29:39+00:00,ZHANG Peng,zhangpeng,2007-06-11 02:29:39+00:00,False,zhangpeng,zhangpeng,* master,True,wojdyr_xylib,wojdyr/xylib,https://github.com/wojdyr/xylib +5eba4a7f90948a93f51daa8aa46b947e2bced2e7,erdewit,ewald.de.wit@gmail.com,2018-09-07 11:18:09+02:00,erdewit,ewald.de.wit@gmail.com,2018-09-07 09:18:09+00:00,False,gmail,gmail,* master,True,erdewit_nest_asyncio,erdewit/nest/asyncio,https://github.com/erdewit/nest_asyncio +c155bd5b9b98a2e8f94bfbe8f487aa22e38f27d5,Julia Medina,who.knows.shia@gmail.com,2015-04-17 17:17:12-03:00,Julia Medina,who.knows.shia@gmail.com,2015-04-18 18:00:08+00:00,False,gmail,gmail,* master,True,scrapy-plugins_scrapy-djangoitem,scrapy-plugins/scrapy-djangoitem,https://github.com/scrapy-plugins/scrapy-djangoitem +70b35fab6674315125a988c9d7cdd75808b23104,outaTiME,afalduto@gmail.com,2014-03-21 17:19:59-03:00,outaTiME,afalduto@gmail.com,2014-03-21 20:19:59+00:00,False,gmail,gmail,* master,True,outatime_applause.git,outatime/applause.git,https://github.com/outatime/applause.git +b4d3254d9bf6eb3aaa752725a4b0187a1f2d3742,rncbc,rncbc@b8ad5884-86ea-42fc-91ed-2b8b5c17ad06,2012-09-02 00:47:22+00:00,rncbc,rncbc@b8ad5884-86ea-42fc-91ed-2b8b5c17ad06,2012-09-02 00:47:22+00:00,False,b8ad5884-86ea-42fc-91ed-2b8b5c17ad06,b8ad5884-86ea-42fc-91ed-2b8b5c17ad06,* main,True,rncbc_samplv1.git,rncbc/samplv1.git,https://github.com/rncbc/samplv1.git +a1e9265cad03d076a84b74ddf566dff4f2ad8e3b,Erik de Castro Lopo,erikd@mega-nerd.com,2004-01-21 07:46:34+00:00,Erik de Castro Lopo,erikd@mega-nerd.com,2004-01-21 07:46:34+00:00,False,mega-nerd,mega-nerd,* master,True,erikd_libsndfile,erikd/libsndfile,https://github.com/erikd/libsndfile +afd612dc4db0f7da8cc3bf04df007dae618756e3,gene,gene,2007-02-07 21:26:17+00:00,gene,gene,2007-02-07 21:26:17+00:00,False,gene,gene,* master,True,ge-ne_bibtool.git,ge-ne/bibtool.git,https://github.com/ge-ne/bibtool.git +4825aca7c9f87279429261e35cfbdf20b7122908,hauser,hauser@genzentrum.lmu.de,2011-08-24 11:46:11+02:00,hauser,hauser@genzentrum.lmu.de,2011-08-24 09:46:11+00:00,False,genzentrum,genzentrum,* master,True,ahcm_ffindex.git,ahcm/ffindex.git,https://github.com/ahcm/ffindex.git +535feb371ade7a1eb4e1e093157cc5f796faaf49,Simon H. Eskildsen,sirup@sirupsen.com,2011-05-22 00:06:01+02:00,Simon H. Eskildsen,sirup@sirupsen.com,2011-05-21 22:06:01+00:00,False,sirupsen,sirupsen,* master,True,firmafon_ruby-fogbugz,firmafon/ruby-fogbugz,https://github.com/firmafon/ruby-fogbugz +cfdb000e1338eca094973ed95ac39f7fdf200a15,Sebastian Schmittner,sebastian.schmittner@posteo.de,2014-12-10 12:21:52+01:00,Sebastian Schmittner,sebastian.schmittner@posteo.de,2014-12-10 11:21:52+00:00,False,posteo,posteo,* master,True,Echsecutor_coffee,Echsecutor/coffee,https://github.com/Echsecutor/coffee +c420ac9c92046c10d9e6a442fb02ebe77fd3e8fe,clowwindy,clowwindy42@gmail.com,2012-10-15 14:55:46+08:00,clowwindy,clowwindy42@gmail.com,2012-10-15 06:55:46+00:00,False,gmail,gmail,* master,True,shadowsocks_shadowsocks-libev,shadowsocks/shadowsocks-libev,https://github.com/shadowsocks/shadowsocks-libev +9498645e36ee4252484d565640c5b00375e36872,David Celis,me@davidcel.is,2013-06-29 16:06:36-07:00,David Celis,me@davidcel.is,2013-06-29 23:36:10+00:00,False,davidcel,davidcel,* master,True,davidcelis_api-pagination.git,davidcelis/api-pagination.git,https://github.com/davidcelis/api-pagination.git +e56cdee58fc331cb6bbcf861b907161b9929c209,Cory Benfield,lukasaoz@gmail.com,2015-04-12 21:42:52-04:00,Cory Benfield,lukasaoz@gmail.com,2015-04-13 01:42:52+00:00,False,gmail,gmail,* master,True,python-hyper_hyperframe.git,python-hyper/hyperframe.git,https://github.com/python-hyper/hyperframe.git +e5f487995f4e88000ac32e131237a8a343417982,Dan McGee,dpmcgee@gmail.com,2011-10-26 04:16:20-05:00,Dan McGee,dpmcgee@gmail.com,2011-10-26 09:16:20+00:00,False,gmail,gmail,* master,True,toofishes_python-pgpdump,toofishes/python-pgpdump,https://github.com/toofishes/python-pgpdump +fc4b99df51a595dde341b649526a6b5c79929d57,Greg Caporaso,gregcaporaso@gmail.com,2016-04-12 12:44:50-07:00,Greg Caporaso,gregcaporaso@gmail.com,2016-04-12 19:44:50+00:00,False,gmail,gmail,* dev,True,qiime2_q2cli,qiime2/q2cli,https://github.com/qiime2/q2cli +e64ed93d4859a1b95b40e70256fff5945500d78d,Paolo Bonzini,pbonzini@redhat.com,2012-12-07 11:45:54+01:00,Paolo Bonzini,pbonzini@redhat.com,2012-12-07 10:45:54+00:00,False,redhat,redhat,* master,True,GNOME_msitools,GNOME/msitools,https://github.com/GNOME/msitools +994dcfa580cc66bff8666c3be38d7d87f2f42beb,joey,joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2,2001-12-21 04:00:37+00:00,joey,joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2,2001-12-21 04:00:37+00:00,False,a4a2c43b-8ac3-0310-8836-e0e880c912e2,a4a2c43b-8ac3-0310-8836-e0e880c912e2,* master,True,words2nums,words2nums,git://git.kitenet.net/words2nums +22242c9c59c1237399d7f31616e67220e5e03ee4,Solly Ross,sross@redhat.com,2014-10-01 18:03:36-04:00,Solly Ross,sross@redhat.com,2014-10-06 00:24:23+00:00,False,redhat,redhat,* main,True,pythongssapi_python-gssapi,pythongssapi/python-gssapi,https://github.com/pythongssapi/python-gssapi +871ea2caa89c489ddcbc01d5619f08f59ebca7ed,Guillaume LE VAILLANT,guillaume.le.vaillant@openmailbox.org,2014-06-19 21:16:54+02:00,Guillaume LE VAILLANT,guillaume.le.vaillant@openmailbox.org,2014-06-19 19:16:54+00:00,False,openmailbox,openmailbox,* master,True,glv2_bruteforce-luks,glv2/bruteforce-luks,https://github.com/glv2/bruteforce-luks +1b8b693d8c6b8fa0c00de21033b5db2791fcc04a,tadatadashi,tadatadashi@7f22e88f-374d-0410-998f-c91420d97ba2,2002-02-27 02:12:31+00:00,tadatadashi,tadatadashi@7f22e88f-374d-0410-998f-c91420d97ba2,2002-02-27 02:12:31+00:00,False,7f22e88f-374d-0410-998f-c91420d97ba2,7f22e88f-374d-0410-998f-c91420d97ba2,* master,True,tdiary_tdiary-core,tdiary/tdiary-core,https://github.com/tdiary/tdiary-core +e8bf95098dd7e670c747e159833268145fa434ea,Jonathan Broad,jonathan@relativepath.org,2009-04-28 23:07:12-05:00,Jonathan Broad,jonathan@relativepath.org,2009-04-29 04:07:12+00:00,False,relativepath,relativepath,* master,True,libc_em-redis,libc/em-redis,https://github.com/libc/em-redis +f57233d5c5cc4ba63cbf00a87085f303911adb79,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2008-03-23 02:47:56+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2008-03-23 02:47:56+00:00,False,gmail,gmail,* master,True,lxde_lxappearance.git,lxde/lxappearance.git,https://github.com/lxde/lxappearance.git +9023ca0156e513e6ff0669bedb55264049a7bba3,Quipyowert2,Quipyowert2@users.noreply.github.com,2018-09-04 04:04:36-07:00,Quipyowert2,Quipyowert2@users.noreply.github.com,2018-09-12 08:44:19+00:00,False,users,users,* master,True,Quipyowert2_geki2,Quipyowert2/geki2,https://github.com/Quipyowert2/geki2 +6e122a2ed484b00ff7eddff4fa48dabb87330a7b,Brian Lopez,seniorlopez@gmail.com,2011-08-23 16:04:06-07:00,Brian Lopez,seniorlopez@gmail.com,2011-08-23 23:04:06+00:00,False,gmail,gmail,* master,True,brianmario_charlock_holmes,brianmario/charlock/holmes,https://github.com/brianmario/charlock_holmes +9f4d265a04c8962f4436f8c532047a47518e39b9,pmqs,pmqs@cpan.org,1997-10-23 12:12:38+01:00,pmqs,pmqs@cpan.org,1997-10-23 11:12:38+00:00,False,cpan,cpan,* master,True,pmqs_BerkeleyDB.git,pmqs/BerkeleyDB.git,https://github.com/pmqs/BerkeleyDB.git +75c73941df74ae0c7c7e229dde5e8707d4c9f0ea,Gabor Szabo,szabgab@gmail.com,2012-12-26 22:43:09+02:00,Gabor Szabo,szabgab@gmail.com,2012-12-26 20:43:09+00:00,False,gmail,gmail,* master,True,manwar_Test-Strict.git,manwar/Test-Strict.git,https://github.com/manwar/Test-Strict.git +3043e4586bb1c977aa02ad7f6c50d259a9185c37,Simson L. Garfinkel,simsong@acm.org,2012-04-01 01:04:40-04:00,Simson L. Garfinkel,simsong@acm.org,2012-04-01 05:04:40+00:00,False,acm,acm,* main,True,simsong_tcpflow.git,simsong/tcpflow.git,https://github.com/simsong/tcpflow.git +dea3f4c9f01d4b608d377faf21bc6afa74b3fdf0,Tres Seaver,tseaver@palladion.com,2006-04-04 15:29:25+00:00,Tres Seaver,tseaver@palladion.com,2006-04-04 15:29:25+00:00,False,palladion,palladion,* master,True,zopefoundation_zope.component,zopefoundation/zope.component,https://github.com/zopefoundation/zope.component +00d406ee88d0706813d93a9686d00e3e5ecf4ac8,glebihan,gwendal.lebihan.dev@gmail.com,2012-07-18 08:40:23-07:00,glebihan,gwendal.lebihan.dev@gmail.com,2012-07-18 15:40:23+00:00,False,gmail,gmail,* master,True,linuxmint_nemo.git,linuxmint/nemo.git,https://github.com/linuxmint/nemo.git +cfbe5e274897b420ef2155de51ab2a082f8e0047,Jakob Voss,voss@gbv.de,2016-10-10 10:32:25+02:00,Jakob Voss,voss@gbv.de,2016-10-10 08:32:25+00:00,False,gbv,gbv,* master,True,nichtich_Pandoc-Wrapper.git,nichtich/Pandoc-Wrapper.git,https://github.com/nichtich/Pandoc-Wrapper.git +ea44911c20a96565dba24de68dce2b1a2a363ca6,Knut Nesheim,knut.nesheim@wooga.com,2011-04-08 14:49:30+02:00,Knut Nesheim,knut.nesheim@wooga.com,2011-04-08 12:49:30+00:00,False,wooga,wooga,* master,True,wooga_eredis.git,wooga/eredis.git,https://github.com/wooga/eredis.git +04b94f9df6167c43a4d9e191c8f74ee9ade44eca,Palo Kisa,palo.kisa@gmail.com,2015-10-08 16:08:02+02:00,Palo Kisa,palo.kisa@gmail.com,2015-10-08 14:08:02+00:00,False,gmail,gmail,* master,True,palinek_nm-tray.git,palinek/nm-tray.git,https://github.com/palinek/nm-tray.git +b876b2cefb76102d74ecbea3085c9b2fa60234bb,elie,elie,2000-11-28 07:49:09+00:00,elie,elie,2000-11-28 07:49:09+00:00,False,elie,elie,* master,True,etingof_pysnmp,etingof/pysnmp,https://github.com/etingof/pysnmp +12c52e289dc2f09e3867093042d95a772422702f,Laurent Guéguen,laurent.gueguen@univ-lyon1.fr,2022-12-05 10:01:20+01:00,GitHub,noreply@github.com,2022-12-05 09:01:20+00:00,False,univ-lyon1,github,* master,True,BioPP_bpp-seq,BioPP/bpp-seq,https://github.com/BioPP/bpp-seq +07849788d6aaff61207f35c3d8df9f7e3e624481,Alexandre Viau,alexandre@alexandreviau.net,2014-11-03 20:16:14-05:00,Alexandre Viau,alexandre@alexandreviau.net,2014-11-04 01:16:14+00:00,False,alexandreviau,alexandreviau,* master,True,ReAzem_python-pass.git,ReAzem/python-pass.git,https://github.com/ReAzem/python-pass.git +62bc6ebc9bbf0cf45c9dd14b31fda3cfc1b4a80e,Clement Lefebvre,clement.lefebvre@linuxmint.com,2016-10-21 11:02:54+01:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2016-10-21 10:02:54+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_flags.git,linuxmint/flags.git,https://github.com/linuxmint/flags.git +82c61a8bcb6552cc760c71477d026f1261d5f36c,Michele Lacchia,michelelacchia@gmail.com,2012-09-20 21:03:37+02:00,Michele Lacchia,michelelacchia@gmail.com,2012-09-20 19:03:37+00:00,False,gmail,gmail,* master,True,rubik_radon.git,rubik/radon.git,https://github.com/rubik/radon.git +849a03755557798ac1351a9b5c3648fc7ca281ea,George Powley,george.s.powley@intel.com,2016-05-16 10:15:10-04:00,George Powley,george.s.powley@intel.com,2016-05-16 14:15:10+00:00,False,intel,intel,* master,True,Intel-HLS_GKL.git,Intel-HLS/GKL.git,https://github.com/Intel-HLS/GKL.git +b5d498ea44d32b78fa571f72c92a472dafe46733,rubykat,rubykat@2012430e-0a27-0410-a6ba-9a24a1533ba9,2007-11-09 11:37:03+00:00,rubykat,rubykat@2012430e-0a27-0410-a6ba-9a24a1533ba9,2007-11-09 11:37:03+00:00,False,2012430e-0a27-0410-a6ba-9a24a1533ba9,2012430e-0a27-0410-a6ba-9a24a1533ba9,* master,True,resurrecting-open-source-projects_txt2html,resurrecting-open-source-projects/txt2html,https://github.com/resurrecting-open-source-projects/txt2html +4d4e7d97da337cfef1d198df5e436937c6fc3100,Mario Lang,mlang@delysid.org,2013-09-05 23:49:38+02:00,Mario Lang,mlang@delysid.org,2013-09-05 21:49:38+00:00,False,delysid,delysid,* master,True,mlang_yatm.git,mlang/yatm.git,https://github.com/mlang/yatm.git +ee50018e8456fce6ecdc4091aa082d62015f8cdf,Philip Withnall,pwithnall@src.gnome.org,2009-03-01 22:13:12+00:00,Philip Withnall,pwithnall@src.gnome.org,2009-03-01 22:13:12+00:00,False,src,src,* main,True,GNOME_hitori.git,GNOME/hitori.git,https://gitlab.gnome.org/GNOME/hitori.git +cb02d5d0e770e2a8cbe5a8ac810820a2ce5fec0c,Kristian Høgsberg,krh@redhat.com,2005-03-03 19:45:58+00:00,Kristian Høgsberg,krh@redhat.com,2005-03-03 19:45:58+00:00,False,redhat,redhat,* master,True,poppler_poppler,poppler/poppler,https://gitlab.freedesktop.org/poppler/poppler +700d6e85a4ed65a192058f9393f98c1ce087f7c9,Gennady ShultZ Kozlov,qpxtool@mail.ru,2014-03-20 07:47:22+00:00,Gennady ShultZ Kozlov,qpxtool@mail.ru,2014-03-20 07:47:22+00:00,False,mail,mail,* master,True,p_qpxtool_code,p/qpxtool/code,https://git.code.sf.net/p/qpxtool/code +245b94ae5825238a275b39dd592ff36e006da700,Thomas Kemmer,tkemmer@computer.org,2015-04-05 22:49:33+02:00,Thomas Kemmer,tkemmer@computer.org,2015-04-05 20:49:33+00:00,False,computer,computer,* master,True,tkem_mopidy-dleyna.git,tkem/mopidy-dleyna.git,https://github.com/tkem/mopidy-dleyna.git +f7cb1f06ce8ddeac709dc7a6f4c4784e7e0ef80d,Stephane Raimbault,stephane.raimbault@free.fr,2005-09-10 09:49:54+00:00,Stephane Raimbault,stephane.raimbault@free.fr,2005-09-10 09:49:54+00:00,False,free,free,* master,True,stephane_libmodbus.git,stephane/libmodbus.git,https://github.com/stephane/libmodbus.git +b1d10f429787ef9a5838776c024f2372e71a93cc,Daniel-Constantin Mierla,miconda@gmail.com,2015-05-04 14:33:30+02:00,Daniel-Constantin Mierla,miconda@gmail.com,2015-05-04 12:33:30+00:00,False,gmail,gmail,* master,True,kamailio_kamcli,kamailio/kamcli,https://github.com/kamailio/kamcli +e165e58d8bbe2f65f85a501c904d03cffd223fe4,Jeremy Finzel,jfinzel@enova.com,2018-11-09 11:49:44-06:00,Jeremy Finzel,jfinzel@enova.com,2018-11-09 18:27:54+00:00,False,enova,enova,* master,True,enova_pg_fact_loader.git,enova/pg/fact/loader.git,https://github.com/enova/pg_fact_loader.git +65b4282b95363f2567661ed5bdba3b5fbb4d8c5f,Gijs Molenaar,gijs@pythonic.nl,2015-03-02 11:50:59+02:00,Gijs Molenaar,gijs@pythonic.nl,2015-03-02 09:50:59+00:00,False,pythonic,pythonic,* master,True,ratt-ru_cassbeam,ratt-ru/cassbeam,https://github.com/ratt-ru/cassbeam +1fd51aa930c56945865464509ea22f575e764a5b,Flavio Percoco,flaper@src.gnome.org,2008-08-29 17:51:06+00:00,Flavio Percoco,flaper@src.gnome.org,2008-08-29 17:51:06+00:00,False,src,src,* master,True,Archive_mousetrap,Archive/mousetrap,https://gitlab.gnome.org/Archive/mousetrap +ef8ed8698326635031f2996d4039d53b8daf330f,Thomas Kluyver,takowl@gmail.com,2015-02-01 18:15:08-08:00,Thomas Kluyver,takowl@gmail.com,2015-02-02 02:15:08+00:00,False,gmail,gmail,* master,True,jupyter_testpath.git,jupyter/testpath.git,https://github.com/jupyter/testpath.git +eab7633042b5979582208cca36ce80989fb555e2,Peter Jones,pjones@redhat.com,2012-08-16 11:10:11-07:00,Peter Jones,pjones@redhat.com,2012-08-16 18:10:11+00:00,False,redhat,redhat,* main,True,rhinstaller_efivar.git,rhinstaller/efivar.git,https://github.com/rhinstaller/efivar.git +07c89c3f5ef84aaee6faded8b78a07c87ba25d7e,Daniel P. Berrange,berrange@redhat.com,2007-07-20 15:26:08-04:00,Daniel P. Berrange,berrange@redhat.com,2007-07-20 19:26:08+00:00,False,redhat,redhat,* master,True,virt-viewer_virt-viewer.git,virt-viewer/virt-viewer.git,https://gitlab.com/virt-viewer/virt-viewer.git +e51d50b45226094acd69b23f6f69d851b6848f5e,Andrew Svetlov,andrew.svetlov@gmail.com,2016-08-02 15:56:43+03:00,Andrew Svetlov,andrew.svetlov@gmail.com,2016-08-02 12:56:43+00:00,False,gmail,gmail,* master,True,aio-libs_yarl.git,aio-libs/yarl.git,https://github.com/aio-libs/yarl.git +012d32679b613047cd8882454cf9cb2b48f604ae,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2013-11-08 17:43:56+08:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2013-11-08 09:43:56+00:00,False,gmail,gmail,* master,True,lxqt_compton-conf.git,lxqt/compton-conf.git,https://github.com/lxqt/compton-conf.git +f9be0e4e2dac28af0b4b77b65ccfd0c16fcea276,Dmitry Shachnev,mitya57@gmail.com,2012-09-08 19:23:17+04:00,Dmitry Shachnev,mitya57@gmail.com,2012-09-08 15:23:17+00:00,False,gmail,gmail,* master,True,retext-project_pymarkups.git,retext-project/pymarkups.git,https://github.com/retext-project/pymarkups.git +960bbcb3ce4a82cf4f031d1c6682ce4c1a04474d,Nick Kallen,nkallen@nick-kallens-computer-2.local,2007-12-30 11:35:44-08:00,Nick Kallen,nkallen@nick-kallens-computer-2.local,2007-12-30 19:35:44+00:00,False,nick-kallens-computer-2,nick-kallens-computer-2,* master,True,rails_arel,rails/arel,https://github.com/rails/arel +c3c4fc196a22950ee019e3144dc7b992718bc7c0,Brenden,bblanco@gmail.com,2015-05-03 08:33:53-07:00,Brenden,bblanco@gmail.com,2015-05-03 15:33:53+00:00,False,gmail,gmail,* master,True,iovisor_bcc.git,iovisor/bcc.git,https://github.com/iovisor/bcc.git +849c13795e79676aa3bc7a43722b08571b15da27,Siarhei Boika,siarhei_boika@epam.com,2014-02-19 18:49:52+03:00,Siarhei Boika,siarhei_boika@epam.com,2014-02-19 15:49:52+00:00,False,epam,epam,* master,True,epam_nfstrace,epam/nfstrace,https://github.com/epam/nfstrace +32f0c16d0d05abd8266c3f044beebe79ac1161bb,Rudolf Schmidt,me@rudionrails.com,2011-10-29 16:36:10+02:00,Rudolf Schmidt,me@rudionrails.com,2011-10-29 14:38:44+00:00,False,rudionrails,rudionrails,* master,True,rudionrails_yell,rudionrails/yell,https://github.com/rudionrails/yell +17e291fd05d66fe232e2f409d54331c495b2fbd0,Perberos,perberos@gmail.com,2011-12-01 22:29:22-03:00,Perberos,perberos@gmail.com,2011-12-02 01:29:22+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-menus.git,mate-desktop/mate-menus.git,https://github.com/mate-desktop/mate-menus.git +2c25214ae7be0f9f78e3adb759f254212ee67a1a,Brad Bowman,perl-cpan@bereft.net,2010-07-07 12:47:41+10:00,Brad Bowman,bsb@bereft.net,2010-07-07 02:47:41+00:00,False,bereft,bereft,* master,True,bowman_CGI-Expand.git,bowman/CGI-Expand.git,https://github.com/bowman/CGI-Expand.git +a22eed1df8e7ad97e95f5a8474a712882f6fface,Juan Antonio Osorio,jaosorior@gmail.com,2011-09-26 12:19:46-05:00,Juan Antonio Osorio,jaosorior@gmail.com,2011-09-26 17:19:46+00:00,False,gmail,gmail,* main,True,NICMx_Jool,NICMx/Jool,https://github.com/NICMx/Jool +bff53bdbc03ad416e3f23d7ad943ebdffb3bd999,Jonathan Boyett,jonathan@failingservers.com,2011-05-09 08:55:19-07:00,Jonathan Boyett,jonathan@failingservers.com,2011-05-09 15:55:19+00:00,False,failingservers,failingservers,* main,True,puppetlabs_puppetlabs-firewall,puppetlabs/puppetlabs-firewall,https://github.com/puppetlabs/puppetlabs-firewall +6d2a01a16c9ba8edd0702edc983f67036e8cfab2,amnong,amnong@gmail.com,2012-03-12 13:19:33+02:00,amnong,amnong@gmail.com,2012-03-12 11:32:41+00:00,False,gmail,gmail,* master,True,amnong_easywebdav,amnong/easywebdav,https://github.com/amnong/easywebdav +002215cd327b57ceffa9c4a74c1a7ed20cdf8d61,jonschlinkert,jon.schlinkert@sellside.com,2015-01-11 18:40:45-05:00,jonschlinkert,jon.schlinkert@sellside.com,2015-01-11 23:40:45+00:00,False,sellside,sellside,* master,True,jonschlinkert_repeat-element,jonschlinkert/repeat-element,https://github.com/jonschlinkert/repeat-element +617f9964274c6f28186cf8f91f3e8b4303263c80,Jan Kokemüller,jan.kokemueller@gmail.com,2011-01-12 12:14:38+01:00,Jan Kokemüller,jan.kokemueller@gmail.com,2011-01-12 11:14:38+00:00,False,gmail,gmail,* master,True,jiixyj_libebur128,jiixyj/libebur128,https://github.com/jiixyj/libebur128 +c3f6b46d8a4f73722439b4755ef5df42adff81d9,Michael Kleehammer,michael@kleehammer.com,2008-10-06 21:07:44-05:00,Michael Kleehammer,michael@kleehammer.com,2008-10-07 02:07:44+00:00,False,kleehammer,kleehammer,* master,True,mkleehammer_pyodbc.git,mkleehammer/pyodbc.git,https://github.com/mkleehammer/pyodbc.git +d2a4b2d0144ec60b247d32118bf17501b567d8e9,Kjetil Kjernsmo,kjetil@startsiden.no,2010-05-06 11:42:35+02:00,Kjetil Kjernsmo,kjetil@startsiden.no,2010-05-06 09:42:35+00:00,False,startsiden,startsiden,* master,True,kjetilk_RDF-LinkedData.git,kjetilk/RDF-LinkedData.git,https://github.com/kjetilk/RDF-LinkedData.git +b5326a1cd5bbc0d2ed3d3f74b4905b1185f4ff9b,Jake Wharton,jw@squareup.com,2013-06-11 22:59:50-07:00,Jake Wharton,jw@squareup.com,2013-06-12 05:59:50+00:00,False,squareup,squareup,* master,True,JakeWharton_pidcat.git,JakeWharton/pidcat.git,https://github.com/JakeWharton/pidcat.git +c7b805c84c7e830f5b1049e1b8b4b06ff9fcd03a,Srećko Jurić-Kavelj,srecko.juric-kavelj@fer.hr,2013-03-29 22:01:25+01:00,Srećko Jurić-Kavelj,srecko.juric-kavelj@fer.hr,2013-03-29 21:01:25+00:00,False,fer,fer,* master,True,jksrecko_libaria,jksrecko/libaria,https://github.com/jksrecko/libaria +f3a7507d8246118d16d7fba1e3b924bab65ccfbf,Tobias Oberstein,tobias.oberstein@tavendo.de,2013-10-22 07:02:57-07:00,Tobias Oberstein,tobias.oberstein@tavendo.de,2013-10-22 14:02:57+00:00,False,tavendo,tavendo,* master,True,codedread_scour.git,codedread/scour.git,https://github.com/codedread/scour.git +ee1fe7a0236e5fd100bbc229ea034bf7d2b530aa,R.I.Pienaar,rip@devco.net,2010-05-06 22:55:02+01:00,R.I.Pienaar,rip@devco.net,2010-05-06 21:55:02+00:00,False,devco,devco,* main,True,puppetlabs_puppetlabs-concat,puppetlabs/puppetlabs-concat,https://github.com/puppetlabs/puppetlabs-concat +11992645041899291f1d7652df5b0bccd626bb30,Michael Greene,a.minor.threat@gmail.com,2014-04-22 21:11:34-07:00,Michael Greene,a.minor.threat@gmail.com,2014-04-23 04:11:34+00:00,False,gmail,gmail,* master,True,SecurityInnovation_PGPy,SecurityInnovation/PGPy,https://github.com/SecurityInnovation/PGPy +2774879df7233feca804fd92e2a619d53efea73b,Daniel Schaal,farbing@web.de,2011-09-09 14:23:04+02:00,Daniel Schaal,farbing@web.de,2011-09-09 12:23:04+00:00,False,web,web,* master,True,schaal_bino,schaal/bino,https://github.com/schaal/bino +0a179c4a7760d166346ca95b318087389857ce39,Alex Headley,aheadley@waysaboutstuff.com,2011-09-15 13:43:16-04:00,Alex Headley,aheadley@waysaboutstuff.com,2011-09-15 17:43:16+00:00,False,waysaboutstuff,waysaboutstuff,* master,True,tessus_apachetop.git,tessus/apachetop.git,https://github.com/tessus/apachetop.git +8106c01862a9143868b9e90b62eb5c908c0cc291,dankogai,dankogai@d0d07461-0603-4401-acd4-de1884942a52,2007-11-18 10:16:11+00:00,dankogai,dankogai@d0d07461-0603-4401-acd4-de1884942a52,2007-11-18 10:16:11+00:00,False,d0d07461-0603-4401-acd4-de1884942a52,d0d07461-0603-4401-acd4-de1884942a52,* main,True,dankogai_p5-encode.git,dankogai/p5-encode.git,https://github.com/dankogai/p5-encode.git +f6a2ab48d42165ab4bea9125812a4e78b39393c3,Chris Lalancette,clalance@redhat.com,2010-11-03 08:52:58-04:00,Chris Lalancette,clalance@redhat.com,2010-11-03 14:05:05+00:00,False,redhat,redhat,* master,True,clalancette_oz.git,clalancette/oz.git,https://github.com/clalancette/oz.git +81b3c2c45723d5ccec750cd97987a1539437e923,Tokuhiro Matsuno,tokuhirom@gmail.com,2010-10-15 17:55:24+09:00,Tokuhiro Matsuno,tokuhirom@gmail.com,2010-10-15 08:55:24+00:00,False,gmail,gmail,* master,True,tokuhirom_Furl.git,tokuhirom/Furl.git,https://github.com/tokuhirom/Furl.git +c1d991e5be905bc09e0a8f7a941112fe2f02ffc9,Bazaar Package Importer,james.westby@ubuntu.com,2009-11-11 19:14:44+02:00,Bazaar Package Importer,james.westby@ubuntu.com,2009-11-11 17:14:44+00:00,False,ubuntu,ubuntu,* master,True,philpem_printer-driver-ptouch.git,philpem/printer-driver-ptouch.git,https://github.com/philpem/printer-driver-ptouch.git +d7ac4d34ee77385632e80474afdd437003c3ed7e,Lazarus Long,lazarus.long@bigfoot.com,2012-03-13 16:26:10+00:00,Lazarus Long,lazarus.long@bigfoot.com,2012-03-13 16:26:10+00:00,False,bigfoot,bigfoot,* master,True,lazarusllong_sqldeveloper-package.git,lazarusllong/sqldeveloper-package.git,https://github.com/lazarusllong/sqldeveloper-package.git +156a1882e158141e13ccd05d82672796646a0ae6,Strahinja Markovic,val@markovic.io,2012-04-15 16:57:10-07:00,Strahinja Markovic,val@markovic.io,2012-04-15 23:57:10+00:00,False,markovic,markovic,* master,True,ycm-core_YouCompleteMe,ycm-core/YouCompleteMe,https://github.com/ycm-core/YouCompleteMe +ba9f5664c2b12afe129045742aa64b0434aace33,Steve Pulec,spulec@gmail.com,2012-12-11 00:11:19-05:00,Steve Pulec,spulec@gmail.com,2012-12-11 05:11:19+00:00,False,gmail,gmail,* master,True,spulec_freezegun.git,spulec/freezegun.git,https://github.com/spulec/freezegun.git +9264d63b0c7aca3e2c3253e172e05a01c2772f33,John (J5) Palmieri,johnp@redhat.com,2007-12-04 20:05:53-05:00,John (J5) Palmieri,johnp@redhat.com,2007-12-05 01:05:53+00:00,False,redhat,redhat,* master,True,GNOME_d-feet.git,GNOME/d-feet.git,https://gitlab.gnome.org/GNOME/d-feet.git +bd42274d9706ec8f230d1d462f669c3f7a933b90,Stein Magnus Jodal,stein.magnus@jodal.no,2013-10-05 12:54:18+02:00,Stein Magnus Jodal,stein.magnus@jodal.no,2013-10-05 10:54:18+00:00,False,jodal,jodal,* main,True,mopidy_mopidy-scrobbler.git,mopidy/mopidy-scrobbler.git,https://github.com/mopidy/mopidy-scrobbler.git +2635c3085d0efae33ca91cf89d8d1eceff03dccd,William Ferrell,willfe@gmail.com,1999-12-09 23:15:14+00:00,William Ferrell,willfe@gmail.com,1999-12-09 23:15:14+00:00,False,gmail,gmail,* master,True,lcdproc_lcdproc,lcdproc/lcdproc,https://github.com/lcdproc/lcdproc +d31211d189e36c53991729243b1abef51420f22b,stef,stefan.marsiske@gmail.com,2013-08-25 23:26:38+02:00,stef,stefan.marsiske@gmail.com,2013-08-25 21:26:38+00:00,False,gmail,gmail,* master,True,stef_pysodium.git,stef/pysodium.git,https://github.com/stef/pysodium.git +4ef6cee9f86c98e4d5f10e764dc2f853c071eec7,pvanek,petr@yarpen.cz,2011-12-04 16:50:14+00:00,pvanek,petr@yarpen.cz,2011-12-04 16:50:14+00:00,False,yarpen,yarpen,* master,True,lxqt_liblxqt.git,lxqt/liblxqt.git,https://github.com/lxqt/liblxqt.git +8a4473d294f0bf521eb8e5ae9ad36a6876b42117,Simo Sorce,simo@redhat.com,2015-02-28 20:55:12-05:00,Simo Sorce,simo@redhat.com,2015-03-04 16:22:29+00:00,False,redhat,redhat,* master,True,latchset_custodia.git,latchset/custodia.git,https://github.com/latchset/custodia.git +baa601ebcf635f9af0c8e65cc16f2e3e9a03bb99,Brian Dickens,brian@hostilefork.com,2014-11-22 09:34:38-05:00,Hostile Fork,brian@hostilefork.com,2014-11-25 12:49:04+00:00,False,hostilefork,hostilefork,* develop,True,dds-bridge_dds.git,dds-bridge/dds.git,https://github.com/dds-bridge/dds.git +b282b4cc90d9706baa54da7823b446a1c6d43ab5,Jonathan Yu,jawnsy@cpan.org,2009-03-25 19:13:54+00:00,Jonathan Yu,jawnsy@cpan.org,2009-03-25 19:13:54+00:00,False,cpan,cpan,* master,True,jawnsy_Math-Random-ISAAC,jawnsy/Math-Random-ISAAC,https://github.com/jawnsy/Math-Random-ISAAC +e3e7fb1827d6f211ca3fe0e66776e94df3ed9fae,Stefano Costa,steko@iosa.it,2008-03-14 17:57:32+01:00,Stefano Costa,steko@iosa.it,2008-03-14 16:57:32+00:00,False,iosa,iosa,* main,True,totalopenstation_totalopenstation.git,totalopenstation/totalopenstation.git,https://github.com/totalopenstation/totalopenstation.git +6e065aa329cec6fbd73dd2fef7c72c1dd68d07f2,John Reese,john@noswap.com,2018-11-05 18:00:06-08:00,GitHub,noreply@github.com,2018-11-06 02:00:06+00:00,False,noswap,github,* main,True,diff-match-patch-python_diff-match-patch,diff-match-patch-python/diff-match-patch,https://github.com/diff-match-patch-python/diff-match-patch +c2272fab0c8e10fa5c7f8072e5062aa6e0b82403,Spencer W. Thomas,thomas@utah-gr.uucp,1984-07-05 02:23:03-07:00,Spencer W. Thomas,thomas@utah-gr.uucp,1984-07-05 09:23:03+00:00,False,utah-gr,utah-gr,* main,True,vapier_ncompress.git,vapier/ncompress.git,https://github.com/vapier/ncompress.git +57791e89013df9a442013c30fdbae0310b5e0753,Solar Designer,solar@openwall.com,2021-03-10 17:51:01+01:00,Solar Designer,solar@openwall.com,2021-03-10 16:51:01+00:00,False,openwall,openwall,* main,True,openwall_scanlogd.git,openwall/scanlogd.git,https://github.com/openwall/scanlogd.git +8986cc0666e1cb966f46dd8a10524b3c289c2f39,Mateusz Łukasik,mati75@linuxmint.pl,2013-02-21 10:57:00+01:00,Mateusz Łukasik,mati75@linuxmint.pl,2013-02-21 09:57:00+00:00,False,linuxmint,linuxmint,* master,True,mati75_udevil.git,mati75/udevil.git,https://github.com/mati75/udevil.git +16496eec5894e41ad8ea0df1df2b9765a1a3119d,Steffan,steffan@schiewe.biz,2015-05-25 13:44:13+02:00,Steffan,steffan@schiewe.biz,2015-05-25 11:44:13+00:00,False,schiewe,schiewe,* develop,True,pagekit_vue-resource,pagekit/vue-resource,https://github.com/pagekit/vue-resource +2c0b11891b947e01cbdf20e699c9ad715557ef7d,c4xp,c4xp@msn.com,2014-01-04 12:18:45-08:00,c4xp,c4xp@msn.com,2014-01-04 20:18:45+00:00,False,msn,msn,* master,True,wxAstro_wxAstroCapture,wxAstro/wxAstroCapture,https://github.com/wxAstro/wxAstroCapture +d12096bbd3bccd0b590a0430f4563d7b89464caf,Deon George,wurley@users.sf.net,2009-06-30 19:22:30+10:00,Deon George,wurley@users.sf.net,2009-06-30 09:22:30+00:00,False,users,users,* master,True,leenooks_phpLDAPadmin,leenooks/phpLDAPadmin,https://github.com/leenooks/phpLDAPadmin +63cf4c42628ea859edb0745679589b9550055f9f,John Kerl,kerl.john.r@gmail.com,2015-05-03 16:00:37-07:00,John Kerl,kerl.john.r@gmail.com,2015-05-03 23:00:37+00:00,False,gmail,gmail,* main,True,johnkerl_miller.git,johnkerl/miller.git,https://github.com/johnkerl/miller.git +c0a866b6720f10e55e4862efff1cc77ee1c6515c,Thomas Kluyver,thomas@kluyver.me.uk,2017-06-15 16:02:10+01:00,Thomas Kluyver,thomas@kluyver.me.uk,2017-06-15 15:02:10+00:00,False,kluyver,kluyver,* main,True,pypa_pep517.git,pypa/pep517.git,https://github.com/pypa/pep517.git +0c2f431f53d044e07bb4b6ea4fe4d4f15d0520db,Gerrit Buse,elChupacabra@gmx.de,2009-05-27 15:48:50+00:00,Gerrit Buse,elChupacabra@gmx.de,2009-05-27 15:48:50+00:00,False,gmx,gmx,* master,True,extensions_dune-grid-glue,extensions/dune-grid-glue,https://gitlab.dune-project.org/extensions/dune-grid-glue +79ea5ebf76d39c4820690ace7501656e9afb7de3,Justin Knowlden,gus@gusg.us,2009-06-27 21:13:55-05:00,Justin Knowlden,gus@gusg.us,2009-06-28 02:13:55+00:00,False,gusg,gusg,* master,True,thumblemonks_riot.git,thumblemonks/riot.git,https://github.com/thumblemonks/riot.git +f7acb0c8d1ebe9103e411c4cd50335513e9d4be6,Matthew Rocklin,mrocklin@gmail.com,2015-05-06 15:08:18-07:00,Matthew Rocklin,mrocklin@gmail.com,2015-05-06 22:08:18+00:00,False,gmail,gmail,* main,True,dask_partd.git,dask/partd.git,https://github.com/dask/partd.git +ac7397db52e1e4ed447bbe0bc7b250570a20b898,Rave it,rave@mother.(none),2012-03-18 00:09:29+01:00,Rave it,rave@mother.(none),2012-03-17 23:09:29+00:00,False,mother,mother,* master,True,mate-desktop_caja-actions,mate-desktop/caja-actions,https://github.com/mate-desktop/caja-actions +38b43d9b56a6b70c82ec94bb30ceba356c3e2e35,sorensen,sorensen@481ca0a8-a3dd-0310-94d6-d1b058a7cc30,2004-06-24 23:32:16+00:00,sorensen,sorensen@481ca0a8-a3dd-0310-94d6-d1b058a7cc30,2004-06-24 23:32:16+00:00,False,481ca0a8-a3dd-0310-94d6-d1b058a7cc30,481ca0a8-a3dd-0310-94d6-d1b058a7cc30,* master,True,lipnitsk_libcue,lipnitsk/libcue,https://github.com/lipnitsk/libcue +463d8b7836e4db1c62c6b3bbff1a5e25dffe6f78,Mitch Garnaat,mitch@garnaat.com,2012-11-13 05:25:37-08:00,Mitch Garnaat,mitch@garnaat.com,2012-11-13 13:25:37+00:00,False,garnaat,garnaat,* develop,True,boto_botocore,boto/botocore,https://github.com/boto/botocore +6e91cc5e5cfeb0a5771997bee402f8fe1e72ebc2,Wes McKinney,wes@cloudera.com,2016-01-27 14:44:10-08:00,Wes McKinney,wes@cloudera.com,2016-01-27 22:44:10+00:00,False,cloudera,cloudera,* master,True,wesm_feather,wesm/feather,https://github.com/wesm/feather +c2e8e1d0695f60ed79e848e80a0c152da0c1d7db,Martin Davis,mtnclimb@gmail.com,2016-11-03 18:35:42-04:00,Martin Davis,mtnclimb@gmail.com,2016-11-03 23:36:12+00:00,False,gmail,gmail,* master,True,locationtech_jts.git,locationtech/jts.git,https://github.com/locationtech/jts.git +e9ae4f89a44b1cac8e83ede1572f15dace692c67,Nick Craig-Wood,nick@craig-wood.com,2012-11-18 17:32:31+00:00,Nick Craig-Wood,nick@craig-wood.com,2012-11-18 17:32:31+00:00,False,craig-wood,craig-wood,* master,True,rclone_rclone.git,rclone/rclone.git,https://github.com/rclone/rclone.git +159a1000267a88befa34cec8b72d7f64438282ae,Jochen Topf,jochen@topf.org,2013-11-27 14:48:29+01:00,Jochen Topf,jochen@topf.org,2013-11-27 13:48:29+00:00,False,topf,topf,* master,True,osmcode_osmium-tool.git,osmcode/osmium-tool.git,https://github.com/osmcode/osmium-tool.git +99229b4251a7bc4568cd93576c2bfe698dd95994,nov matake,nov@matake.jp,2011-08-15 00:20:09+09:00,nov matake,nov@matake.jp,2011-08-14 15:20:09+00:00,False,matake,matake,* main,True,nov_openid_connect,nov/openid/connect,https://github.com/nov/openid_connect +c71094cd8da46507748ca39a213d8e03503ab427,Thomas A Caswell,tcaswell@gmail.com,2015-06-20 00:06:44-04:00,Thomas A Caswell,tcaswell@gmail.com,2015-06-20 04:06:44+00:00,False,gmail,gmail,* main,True,matplotlib_cycler,matplotlib/cycler,https://github.com/matplotlib/cycler +ab62a79018a08a6955f7f1ac6d33f545997fd415,rodrigo.gallardo,rodrigo.gallardo@4c072952-ec3e-0410-8942-d3a44bbd62b3,2007-11-15 00:44:04+00:00,rodrigo.gallardo,rodrigo.gallardo@4c072952-ec3e-0410-8942-d3a44bbd62b3,2007-11-15 00:44:04+00:00,False,4c072952-ec3e-0410-8942-d3a44bbd62b3,4c072952-ec3e-0410-8942-d3a44bbd62b3,* master,True,lrgc_grun.git,lrgc/grun.git,https://github.com/lrgc/grun.git +3502d80334a75cf5893f861c159f3ca1c27b5f58,Greg Sabino Mullane,greg@endpoint.com,2014-01-27 11:02:16-05:00,Greg Sabino Mullane,greg@endpoint.com,2014-01-27 16:02:16+00:00,False,endpoint,endpoint,* master,True,turnstep_Math-GMP.git,turnstep/Math-GMP.git,https://github.com/turnstep/Math-GMP.git +569ce24fd19eeb7b414c1d6f6a36201492b54517,Ivan Čukić,ivan.cukic@kde.org,2012-01-07 14:22:31+01:00,Ivan Čukić,ivan.cukic@kde.org,2012-01-07 13:22:31+00:00,False,kde,kde,* master,True,plasma_kactivitymanagerd.git,plasma/kactivitymanagerd.git,https://invent.kde.org/plasma/kactivitymanagerd.git +3746499906339a3f8af692eaa719268dbc03d2df,Nando Vieira,fnando.vieira@gmail.com,2010-07-16 14:24:22-03:00,Nando Vieira,fnando.vieira@gmail.com,2010-07-16 17:24:22+00:00,False,gmail,gmail,* main,True,fnando_browser.git,fnando/browser.git,https://github.com/fnando/browser.git +8956a3379366f75452550bb11f78750e2a9ec9a5,Vincent Lefevre,vincent@vinc17.net,2015-01-26 13:07:25+01:00,Vincent Lefevre,vincent@vinc17.net,2015-01-26 12:07:25+00:00,False,vinc17,vinc17,* main,True,neomutt_neomutt,neomutt/neomutt,https://github.com/neomutt/neomutt +409ee1f414832d839058c16c1617c323e3f23ac5,Håkon Nessjøen,haakon.nessjoen@gmail.com,2011-12-27 11:22:22+00:00,Håkon Nessjøen,haakon.nessjoen@gmail.com,2011-12-27 11:22:22+00:00,False,gmail,gmail,* master,True,haakonnessjoen_Cavez-of-Phear-packaging,haakonnessjoen/Cavez-of-Phear-packaging,https://github.com/haakonnessjoen/Cavez-of-Phear-packaging +b1925e052b674c0cafadcef909950b41c865f5b1,Trent Mick,trentm@gmail.com,2013-02-27 00:07:36-08:00,Trent Mick,trentm@gmail.com,2013-02-27 08:07:36+00:00,False,gmail,gmail,* master,True,trentm_node-dashdash,trentm/node-dashdash,https://github.com/trentm/node-dashdash +45986b77161a366ea3d258a01dad442d3d21d81e,Pavel Gulchouck,gul@gul.kiev.ua,2001-01-10 11:34:57+00:00,Pavel Gulchouck,gul@gul.kiev.ua,2001-01-10 11:34:57+00:00,False,gul,gul,* master,True,pgul_binkd,pgul/binkd,https://github.com/pgul/binkd +2d4eb8b798bc62938cebc6546c1f265bf06680dc,Norbert Preining,preining@debian.org,2005-09-28 22:48:51+00:00,Norbert Preining,preining@debian.org,2005-09-28 22:48:51+00:00,False,debian,debian,* master,True,debian-tex_texinfo,debian-tex/texinfo,https://github.com/debian-tex/texinfo +0b6cbf46c34dd00a2167373ff7b82e48aff19ae8,Bill Haneman,billh@src.gnome.org,2001-04-27 10:35:20+00:00,Bill Haneman,billh@src.gnome.org,2001-04-27 10:35:20+00:00,False,src,src,* main,True,GNOME_at-spi2-core.git,GNOME/at-spi2-core.git,https://gitlab.gnome.org/GNOME/at-spi2-core.git +d801da9722aa00c20dfb517dfd5a2d773b872580,Punit Agrawal,punitagrawal@gmail.com,2017-02-18 08:14:09+00:00,Punit Agrawal,punitagrawal@gmail.com,2017-02-18 08:14:09+00:00,False,gmail,gmail,* master,True,punitagrawal_libhugetlbfs.git,punitagrawal/libhugetlbfs.git,https://github.com/punitagrawal/libhugetlbfs.git +2ef7e65721dd91aeae5b21e1cc3765b2d1e55e03,Andris Raugulis,moo@arthepsy.eu,2015-12-23 04:56:13+02:00,Andris Raugulis,moo@arthepsy.eu,2015-12-23 02:56:13+00:00,False,arthepsy,arthepsy,* master,True,jtesta_ssh-audit.git,jtesta/ssh-audit.git,https://github.com/jtesta/ssh-audit.git +312081051e498e2db828fbbfcbcc6ceb9a9b6087,Joachim Metz,joachim.metz@gmail.com,2014-10-11 14:59:56+02:00,Joachim Metz,joachim.metz@gmail.com,2014-10-11 12:59:56+00:00,False,gmail,gmail,* main,True,libyal_libfsntfs.git,libyal/libfsntfs.git,https://github.com/libyal/libfsntfs.git +8962e2d5c2a74d508ba08a154c01250c97c05f38,Daniele E. Domenichelli,daniele.domenichelli@gmail.com,2012-01-12 16:02:01+01:00,Daniele E. Domenichelli,daniele.domenichelli@gmail.com,2012-01-12 15:02:01+00:00,False,gmail,gmail,* master,True,biolab-unige_nifti2dicom.git,biolab-unige/nifti2dicom.git,https://github.com/biolab-unige/nifti2dicom.git +cd7aecde450157ae2ec0c07a2171d7149bebb74a,jnunemaker,jnunemaker@fe7eae16-9a24-0410-a59d-9e59979e88be,2006-12-15 01:32:12+00:00,jnunemaker,jnunemaker@fe7eae16-9a24-0410-a59d-9e59979e88be,2006-12-15 01:32:12+00:00,False,fe7eae16-9a24-0410-a59d-9e59979e88be,fe7eae16-9a24-0410-a59d-9e59979e88be,* master,True,sferik_twitter,sferik/twitter,https://github.com/sferik/twitter +a25823d0cbfca2f046608bac1bbfc36780ea37b3,tim_littlefair,tim_littlefair@5922d1d1-9610-0410-a011-a6bce15726ed,2001-04-12 15:49:32+00:00,tim_littlefair,tim_littlefair@5922d1d1-9610-0410-a011-a6bce15726ed,2001-04-12 15:49:32+00:00,False,5922d1d1-9610-0410-a011-a6bce15726ed,5922d1d1-9610-0410-a011-a6bce15726ed,* master,True,sarnold_cccc,sarnold/cccc,https://github.com/sarnold/cccc +6ee1329a759dcf27f71d7c3db325d975e802cc1a,zorro3,zorro3.github@gmail.com,2014-06-24 20:31:57-04:00,zorro3,zorro3.github@gmail.com,2014-06-25 00:31:57+00:00,False,gmail,gmail,* master,True,bw2_ConfigArgParse,bw2/ConfigArgParse,https://github.com/bw2/ConfigArgParse +9b8ff5e1f5f2176eeb454c6fd83d0cedc15e2591,Otto Yiu,otto@live.ca,2013-01-19 00:20:08-08:00,Otto Yiu,otto@live.ca,2013-01-19 08:37:15+00:00,False,live,live,* main,True,adamchainz_django-cors-headers,adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers +18a9ba83e3e178289c6de234aa0e9c0e825c9822,Adrien Vergé,adrienverge@users.noreply.github.com,2013-11-20 19:32:32-08:00,Adrien Vergé,adrienverge@users.noreply.github.com,2013-11-21 03:32:32+00:00,False,users,users,* master,True,adrienverge_PhotoCollage,adrienverge/PhotoCollage,https://github.com/adrienverge/PhotoCollage +e9f1a5645ef7d10ba05c601b94d70e4e4d0bd57f,Jason Miller,jason@developit.ca,2015-09-10 22:43:47-04:00,Jason Miller,jason@developit.ca,2015-09-11 02:43:47+00:00,False,developit,developit,* main,True,developit_preact.git,developit/preact.git,https://github.com/developit/preact.git +a5c55e4dc5e790acdd1600b97245b2acd051494d,Michal Čihař,michal@cihar.com,2016-02-22 16:18:06+01:00,Michal Čihař,michal@cihar.com,2016-02-22 15:18:06+00:00,False,cihar,cihar,* master,True,phpmyadmin_motranslator,phpmyadmin/motranslator,https://github.com/phpmyadmin/motranslator +4be3ba47a156655984cb7e45bddcb6d608dc98eb,warlock,warlock,2006-10-19 23:25:01+00:00,warlock,warlock,2006-10-19 23:25:01+00:00,False,warlock,warlock,* dev-3.0,True,rodolf0_wbar,rodolf0/wbar,https://github.com/rodolf0/wbar +a596e0c0785d54a7817c232f5095e3d5976df56b,Elizabeth Ferdman,gnudevliz@gmail.com,2016-11-04 23:50:16-07:00,Elizabeth Ferdman,gnudevliz@gmail.com,2016-11-05 06:50:16+00:00,False,gmail,gmail,* master,True,eferdman_dehydrated-hook-ddns-tsig.git,eferdman/dehydrated-hook-ddns-tsig.git,https://github.com/eferdman/dehydrated-hook-ddns-tsig.git +361a1044c3442b00b92da698bb1cdae6ed8eeb98,Erik de Castro Lopo,erikd@mega-nerd.com,2004-01-22 11:16:39+00:00,Erik de Castro Lopo,erikd@mega-nerd.com,2004-01-22 11:16:39+00:00,False,mega-nerd,mega-nerd,* master,True,libsndfile_libsamplerate,libsndfile/libsamplerate,https://github.com/libsndfile/libsamplerate +2b115d1663a7f7440b7d9f856c96b365d49b3164,Bob Aman,bob@sporkmonger.com,2008-09-29 00:33:58-04:00,Bob Aman,bob@sporkmonger.com,2008-09-29 04:33:58+00:00,False,sporkmonger,sporkmonger,* main,True,sporkmonger_uuidtools,sporkmonger/uuidtools,https://github.com/sporkmonger/uuidtools +4d2ccc99b9aa4b2ad2a3c0f0258d136adba8aa9d,Sheeprider,baptiste@smoothie-creative.com,2012-06-08 09:24:43-07:00,Sheeprider,baptiste@smoothie-creative.com,2012-06-08 16:24:43+00:00,False,smoothie-creative,smoothie-creative,* master,True,Sheeprider_BitBucket-api,Sheeprider/BitBucket-api,https://github.com/Sheeprider/BitBucket-api +ae8088e311bf53569d315d7b99c9ef51d726ce40,Joshua Watt,JPEWhacker@gmail.com,2018-04-10 09:09:46-05:00,GitHub,noreply@github.com,2018-04-10 14:09:46+00:00,False,gmail,github,* master,True,JPEWdev_icecream-sundae,JPEWdev/icecream-sundae,https://github.com/JPEWdev/icecream-sundae +4f475c7697722e946e39e42f38f3dd03a95d8765,matrix.org,matrix@matrix.org,2014-08-12 15:10:52+01:00,matrix.org,matrix@matrix.org,2014-08-12 14:10:52+00:00,False,matrix,matrix,* develop,True,matrix-org_synapse.git,matrix-org/synapse.git,https://github.com/matrix-org/synapse.git +b1f6b4a4fe756fa34fcd4664c081c120334f2d1f,Peter Amstutz,peter.amstutz@curoverse.com,2015-07-23 17:00:11-04:00,Peter Amstutz,peter.amstutz@curoverse.com,2015-07-23 21:00:11+00:00,False,curoverse,curoverse,* main,True,common-workflow-language_schema_salad,common-workflow-language/schema/salad,https://github.com/common-workflow-language/schema_salad +d5dc9698780768d2ab3ede2ff330c9031194a1d0,Michael Gauthier,mike@silverorange.com,2016-01-31 13:00:25-04:00,Michael Gauthier,mike@silverorange.com,2016-01-31 17:00:25+00:00,False,silverorange,silverorange,* master,True,pear_text_password.git,pear/text/password.git,https://github.com/pear/text_password.git +27b248fc60699bbecced960cdd0a1cc21154e8a1,Aaron J. Seigo,aseigo@kde.org,2007-10-09 19:52:53+00:00,Aaron J. Seigo,aseigo@kde.org,2007-10-09 19:52:53+00:00,False,kde,kde,* master,True,plasma_kdeplasma-addons.git,plasma/kdeplasma-addons.git,https://invent.kde.org/plasma/kdeplasma-addons.git +43c256b554dcbe478644be73e29af16b3470f1c1,ziv@openni.org,ziv@openni.org,2010-12-08 17:36:41+02:00,ziv@openni.org,ziv@openni.org,2010-12-08 15:36:41+00:00,False,openni,openni,* master,True,OpenNI_OpenNI.git,OpenNI/OpenNI.git,https://github.com/OpenNI/OpenNI.git +217999150812f7d356169661e4ac0b2e09fecd1d,Pavol Rusnak,stick@gk2.sk,2013-02-18 13:36:14+01:00,Pavol Rusnak,stick@gk2.sk,2013-02-18 12:41:44+00:00,False,gk2,gk2,* master,True,trezor_python-mnemonic,trezor/python-mnemonic,https://github.com/trezor/python-mnemonic +8ba3e4f0e0eb57e9fd93587cf633fc701f458d0c,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* master,True,savonet_ocaml-gstreamer.git,savonet/ocaml-gstreamer.git,https://github.com/savonet/ocaml-gstreamer.git +0709f3330a93e53532cb50f58353072dfce464e3,chow,chow,1999-07-14 20:14:43+00:00,chow,chow,1999-07-14 20:14:43+00:00,False,chow,chow,* master,True,hypre-space_hypre,hypre-space/hypre,https://github.com/hypre-space/hypre +3955178606b1128a280aafd0f64ac1d77246c09a,robertkrimen,robertkrimen@gmail.com,2010-05-11 19:00:18-07:00,robertkrimen,robertkrimen@gmail.com,2010-05-12 02:01:41+00:00,False,gmail,gmail,* master,True,dagolden_Config-Identity.git,dagolden/Config-Identity.git,https://github.com/dagolden/Config-Identity.git +c4d8523ad3e7869c06958197b6a7045144399af9,Marko Kreen,markokr@gmail.com,2020-09-26 14:29:15+03:00,Marko Kreen,markokr@gmail.com,2020-09-26 16:33:53+00:00,False,gmail,gmail,* master,True,pgq_pgqd,pgq/pgqd,https://github.com/pgq/pgqd +539cbc883cf9c25f80759bc945418de57b29d775,eproxus,eproxus@gmail.com,2010-05-03 20:21:39+02:00,eproxus,eproxus@gmail.com,2010-05-03 18:21:39+00:00,False,gmail,gmail,* master,True,eproxus_meck.git,eproxus/meck.git,https://github.com/eproxus/meck.git +9f2732877cc253a29432b72aeea2a7235bd57fa0,TJ Saunders,tj@castaglia.org,2012-03-28 21:17:32-07:00,TJ Saunders,tj@castaglia.org,2012-03-29 04:17:32+00:00,False,castaglia,castaglia,* master,True,jbenden_mod_clamav.git,jbenden/mod/clamav.git,https://github.com/jbenden/mod_clamav.git +d0b10492e61219f8e0d446ecaf17ebdfb3cb085a,amulecvs,noreply@amule.org,2004-03-04 11:15:32+00:00,amulecvs,noreply@amule.org,2004-03-04 11:15:32+00:00,False,amule,amule,* master,True,amule-project_amule.git,amule-project/amule.git,https://github.com/amule-project/amule.git +1046a6eaafb35551ca00603bf47f8f91b391ef16,Naveed Massjouni,naveedm9@gmail.com,2010-11-10 12:22:14-05:00,Naveed Massjouni,naveedm9@gmail.com,2010-11-10 17:22:14+00:00,False,gmail,gmail,* master,True,ironcamel_AtomBus.git,ironcamel/AtomBus.git,https://github.com/ironcamel/AtomBus.git +31c3a4c37f783cfdb916a6adfd35bff4464047ea,Alastair Tse,alastair@liquidx.net,2007-12-15 23:35:42+00:00,Alastair Tse,alastair@liquidx.net,2007-12-15 23:35:42+00:00,False,liquidx,liquidx,* master,True,williamh_pybugz,williamh/pybugz,https://github.com/williamh/pybugz +307deac3ed291fce9a0003f4cd1b88e3b763d81e,Ed Schouten,ed@kumina.nl,2017-02-17 16:04:32+01:00,Ed Schouten,ed@kumina.nl,2017-02-17 15:04:32+00:00,False,kumina,kumina,* master,True,kumina_postfix_exporter,kumina/postfix/exporter,https://github.com/kumina/postfix_exporter +32157e89620d3747121a4f906d865423f9ec00a4,Matt Sundquist,Matt@plot.ly,2013-11-25 18:43:45-08:00,Matt Sundquist,Matt@plot.ly,2013-11-26 02:43:45+00:00,False,plot,plot,* master,True,plotly_plotly.R.git,plotly/plotly.R.git,https://github.com/plotly/plotly.R.git +74aae4f368eb1db4770c9538d0e708a95ebd7bf4,gabime,galim120@bezeqint.net,2014-11-01 03:20:54+02:00,gabime,galim120@bezeqint.net,2014-11-01 01:20:54+00:00,False,bezeqint,bezeqint,* v1.x,True,gabime_spdlog,gabime/spdlog,https://github.com/gabime/spdlog +a2d71961fcd70f9f8f3b1dd07fad7e3355a1318a,Lars Marowsky-Bree,lmb@suse.de,2003-08-08 18:19:47+00:00,Lars Marowsky-Bree,lmb@suse.de,2003-08-08 18:19:47+00:00,False,suse,suse,* main,True,ClusterLabs_pacemaker,ClusterLabs/pacemaker,https://github.com/ClusterLabs/pacemaker +f7300c3f63ee3901b9186fce1d148bdc6c5c0701,Martin Wimpress,martin@ubuntu-mate.org,2018-01-18 23:06:09+00:00,Martin Wimpress,martin@ubuntu-mate.org,2018-01-18 23:06:09+00:00,False,ubuntu-mate,ubuntu-mate,* master,True,ubuntu-mate_mate-window-applets.git,ubuntu-mate/mate-window-applets.git,https://github.com/ubuntu-mate/mate-window-applets.git +9ca9518234241cafa32cc1bf62d9ac69e18392da,paniagua-gustavo,paniagua.gustavo@gmail.com,2014-05-20 09:28:02-07:00,paniagua-gustavo,paniagua.gustavo@gmail.com,2014-05-20 16:28:02+00:00,False,gmail,gmail,* master,True,paniagua-gustavo_debian-snetz,paniagua-gustavo/debian-snetz,https://github.com/paniagua-gustavo/debian-snetz +c8b99e9bea675d6451bdab68d4e02f40d2dea3ea,Georg Brandl,georg@python.org,2014-09-20 21:12:48+02:00,Georg Brandl,georg@python.org,2014-09-20 19:12:48+00:00,False,python,python,* master,True,pygments_pygments.git,pygments/pygments.git,https://github.com/pygments/pygments.git +5065474b4e5ed59add2d5af6e2e9cf3857969fe3,Jens Steube,jens.steube@gmail.com,2015-12-04 15:47:52+01:00,Jens Steube,jens.steube@gmail.com,2015-12-04 14:47:52+00:00,False,gmail,gmail,* master,True,hashcat_hashcat.git,hashcat/hashcat.git,https://github.com/hashcat/hashcat.git +a79baf6990cc8ef84026aefecc78a8f85b568885,Anand Kumria,akumria@acm.org,2012-06-16 21:33:43+01:00,Anand Kumria,akumria@acm.org,2012-06-16 20:34:50+00:00,False,acm,acm,* main,True,puppetlabs_puppetlabs-apache,puppetlabs/puppetlabs-apache,https://github.com/puppetlabs/puppetlabs-apache +96b04928794c66e84cc0d7e2ef0a7cf895f0c556,Jeffrey Gelens,devnull@localhost,2010-07-28 00:29:48+02:00,Jeffrey Gelens,devnull@localhost,2010-07-27 22:29:48+00:00,False,localhost,localhost,* master,True,noppo_gevent-websocket.git,noppo/gevent-websocket.git,https://gitlab.com/noppo/gevent-websocket.git +59eeaffb95e15e0422d6bb336314ce72d328a8c5,Michael Webster,miketwebster@gmail.com,2014-01-20 10:08:58-05:00,Michael Webster,miketwebster@gmail.com,2014-01-20 15:08:58+00:00,False,gmail,gmail,* master,True,linuxmint_cinnamon-menus.git,linuxmint/cinnamon-menus.git,https://github.com/linuxmint/cinnamon-menus.git +06e943d6fc045ba027c756fd087a0a05012859ef,ramen,dave@ramenlabs.com,2010-07-22 11:50:40-07:00,ramen,dave@ramenlabs.com,2010-07-22 18:50:40+00:00,False,ramenlabs,ramenlabs,* master,True,viraptor_phply.git,viraptor/phply.git,https://github.com/viraptor/phply.git +a3c145bc09b60cab8507a1c4c4e86003cbeb15ca,jrowen,jonathanro@gmail.com,2015-03-04 20:31:12-06:00,jrowen,jonathanro@gmail.com,2015-03-05 02:31:12+00:00,False,gmail,gmail,* master,True,jrowen_rhandsontable.git,jrowen/rhandsontable.git,https://github.com/jrowen/rhandsontable.git +90f09f6fff3a240b8e885311e8ce320059143eeb,Filip Wasilewski,en@ig.ma,2006-07-07 16:06:30+00:00,Filip Wasilewski,en@ig.ma,2006-07-07 16:06:30+00:00,False,ig,ig,* main,True,PyWavelets_pywt.git,PyWavelets/pywt.git,https://github.com/PyWavelets/pywt.git +69d77500dfc96f139f380d6b90b793bcb04b0619,Angus Salkeld,asalkeld@redhat.com,2010-03-11 14:19:39+11:00,Angus Salkeld,asalkeld@redhat.com,2010-03-11 03:19:39+00:00,False,redhat,redhat,* main,True,ClusterLabs_libqb,ClusterLabs/libqb,https://github.com/ClusterLabs/libqb +563cd38a53d2fe5666762fbde15cc89bf8cf3222,Simon Wunderlich,siwu@hrz.tu-chemnitz.de,2013-05-01 22:18:05+02:00,Simon Wunderlich,siwu@hrz.tu-chemnitz.de,2013-05-01 20:18:20+00:00,False,hrz,hrz,* main,True,alfred.git,alfred.git,https://git.open-mesh.org/alfred.git +3cdcae7e60a122e0e4baa8c6263276fc93c70cce,Antoine Nguyen,tonio@ngyn.org,2011-05-26 15:03:06+02:00,Antoine Nguyen,tonio@ngyn.org,2011-05-26 13:03:06+00:00,False,ngyn,ngyn,* master,True,tonioo_sievelib,tonioo/sievelib,https://github.com/tonioo/sievelib +0a907e03a4a225ff38969c0c4ad790160f75fd4a,Barbie,barbie@missbarbell.co.uk,2009-04-05 21:54:57+01:00,Barbie,barbie@missbarbell.co.uk,2009-04-05 20:54:57+00:00,False,missbarbell,missbarbell,* master,True,barbie_data-phrasebook.git,barbie/data-phrasebook.git,https://github.com/barbie/data-phrasebook.git +2d7f7dd9ae006cdc473fefb17b231a38e3e532b4,Jerome Leclanche,jerome@leclan.ch,2015-10-31 02:17:52+02:00,Jerome Leclanche,jerome@leclan.ch,2015-10-31 00:17:52+00:00,False,leclan,leclan,* master,True,lxqt_lxqt-notificationd.git,lxqt/lxqt-notificationd.git,https://github.com/lxqt/lxqt-notificationd.git +065316c6133d05a9f57ca22dce7eb25ffdd77dab,Mike Bayer,mike_mp@zzzcomputing.com,2012-10-30 11:51:49-04:00,Mike Bayer,mike_mp@zzzcomputing.com,2012-10-30 15:51:49+00:00,False,zzzcomputing,zzzcomputing,* main,True,sqlalchemyorg_changelog,sqlalchemyorg/changelog,https://github.com/sqlalchemyorg/changelog +75f0119200806b6d406e506a451b30c8008af064,Adam 'Cezar' Jenkins,emperorcezar@gmail.com,2012-11-12 12:01:33-06:00,Adam 'Cezar' Jenkins,emperorcezar@gmail.com,2012-11-12 18:01:33+00:00,False,gmail,gmail,* master,True,jazzband_django-recurrence,jazzband/django-recurrence,https://github.com/jazzband/django-recurrence +4fd290c0d4b4b252c749898a373beaca7d60fbad,Brian Beach,coder@beachfamily.net,2015-11-16 08:44:35-10:00,Brian Beach,coder@beachfamily.net,2015-11-16 18:44:35+00:00,False,beachfamily,beachfamily,* master,True,Backblaze_B2_Command_Line_Tool,Backblaze/B2/Command/Line/Tool,https://github.com/Backblaze/B2_Command_Line_Tool +cd9d756e47604871f6b40aec7b3da06823ac1832,morioka,morioka,1997-04-29 11:47:35+00:00,morioka,morioka,1997-04-29 11:47:35+00:00,False,morioka,morioka,* flim-1_14-wl,True,wanderlust_flim,wanderlust/flim,https://github.com/wanderlust/flim +4232f5b2bc01f6bc164e65f4898b7f4c01c6b13d,Vinay Sajip,vinay_sajip@yahoo.co.uk,2014-02-07 08:56:18+00:00,Vinay Sajip,vinay_sajip@yahoo.co.uk,2014-02-07 08:56:18+00:00,False,yahoo,yahoo,* master,True,vsajip_python-gnupg.git,vsajip/python-gnupg.git,https://github.com/vsajip/python-gnupg.git +f74d0f3fbeb7c66eb9c127b9375fa29f2b4ec59a,Aldis Berjoza,aldis@bsdroot.lv,2011-09-02 17:35:38+03:00,Aldis Berjoza,aldis@bsdroot.lv,2011-09-02 14:35:38+00:00,False,bsdroot,bsdroot,* master,True,jgoerzen_zfSnap,jgoerzen/zfSnap,https://github.com/jgoerzen/zfSnap +a5c90b822b22e58ecfa588ca034f12f4abfabfc1,dirk.vdb,dirk.vdb@46771ab1-372a-0410-af83-a75959933f1e,2007-02-24 14:13:59+00:00,dirk.vdb,dirk.vdb@46771ab1-372a-0410-af83-a75959933f1e,2007-02-24 14:13:59+00:00,False,46771ab1-372a-0410-af83-a75959933f1e,46771ab1-372a-0410-af83-a75959933f1e,* master,True,dirkvdb_ffmpegthumbnailer,dirkvdb/ffmpegthumbnailer,https://github.com/dirkvdb/ffmpegthumbnailer +2e11b94e5f5cf24ff37499e883823b671d6abfa9,Brian Lopez,seniorlopez@gmail.com,2010-04-04 13:14:58-07:00,Brian Lopez,seniorlopez@gmail.com,2010-04-04 20:14:58+00:00,False,gmail,gmail,* master,True,brianmario_mysql2,brianmario/mysql2,https://github.com/brianmario/mysql2 +5b2fec58829ecd0fb7c659e8e3b862551e2ed4ee,Aman Gupta,aman@tmm1.net,2008-07-11 16:17:47-07:00,Aman Gupta,aman@tmm1.net,2008-07-11 23:17:47+00:00,False,tmm1,tmm1,* master,True,ruby-amqp_amqp.git,ruby-amqp/amqp.git,https://github.com/ruby-amqp/amqp.git +7565ad2bdb6175968d15cfb2a5888f142dd9f0b5,boud,boud@astro.uni.torun.pl,2012-10-29 22:38:00+01:00,boud,boud@astro.uni.torun.pl,2012-10-29 21:38:00+00:00,False,astro,astro,* master,True,broukema_inhomog,broukema/inhomog,https://bitbucket.org/broukema/inhomog +d2c33c764608ac2a10dbce1406a20b907207fb72,Sascha Peilicke,saschpe@gmx.de,2008-11-26 22:41:16+00:00,Sascha Peilicke,saschpe@gmx.de,2008-11-26 22:41:16+00:00,False,gmx,gmx,* master,True,kigo.git,kigo.git,https://anongit.kde.org/kigo.git +2e3a47fc316f8084ab7f6e05f085d39a072a3284,Fantomas42,fantomas42@gmail.com,2010-07-31 15:16:55+02:00,Fantomas42,fantomas42@gmail.com,2010-07-31 13:16:55+00:00,False,gmail,gmail,* develop,True,Fantomas42_django-xmlrpc,Fantomas42/django-xmlrpc,https://github.com/Fantomas42/django-xmlrpc +111dda6b412e3cfec2f55b2f8838ac356bbc5f13,Kevin Hendricks,kevin.b.hendricks@icloud.com,2018-12-20 11:21:29-05:00,Kevin Hendricks,kevin.b.hendricks@icloud.com,2018-12-20 16:21:29+00:00,False,icloud,icloud,* master,True,ebook-utils_css-parser,ebook-utils/css-parser,https://github.com/ebook-utils/css-parser +f9bf001d25b86f8066697ec64b6710a0889e7f49,Barrie Slaymaker,barries@slaysys.com,2002-01-14 03:09:35-05:00,Chris Prather,cprather@hdpublishing.com,2009-06-11 17:30:12+00:00,False,slaysys,hdpublishing,* master,True,perigrin_xml-sax-machines.git,perigrin/xml-sax-machines.git,https://github.com/perigrin/xml-sax-machines.git +5c5ed88c9bda731ef77ab82570b734c70ea38aa1,Anson MacKeracher,anson@tophatmonocle.com,2012-05-02 10:57:44-07:00,Anson MacKeracher,anson@tophatmonocle.com,2012-05-02 17:57:44+00:00,False,tophatmonocle,tophatmonocle,* master,True,pylti_lti.git,pylti/lti.git,https://github.com/pylti/lti.git +7a496a294b734537f6d48f9e2590583171aeb6b7,Tildeslash,git@tildeslash.com,2014-01-23 17:26:34+01:00,Tildeslash,git@tildeslash.com,2014-01-23 16:26:34+00:00,False,tildeslash,tildeslash,* master,True,tildeslash_monit,tildeslash/monit,https://bitbucket.org/tildeslash/monit +b5788a43b0d9714ed2e53dfa138d41c22ea4649c,Geoffrey Grosenbach,boss@topfunky.com,2008-03-11 15:10:13-07:00,Geoffrey Grosenbach,boss@topfunky.com,2008-03-11 22:10:13+00:00,False,topfunky,topfunky,* master,True,topfunky_gruff,topfunky/gruff,https://github.com/topfunky/gruff +50f6ac036cad29ba0c6b27ff67b4b93f7952f753,Zach Beane,xach@xach.com,2011-05-01 19:00:05-04:00,Zach Beane,xach@xach.com,2011-05-01 23:00:05+00:00,False,xach,xach,* master,True,xach_buildapp,xach/buildapp,https://github.com/xach/buildapp +3330c3350522315d1ee77a616a1b771746363408,Alastair McKinstry,mckinstry@debian.org,2004-02-22 18:58:06+00:00,Alastair McKinstry,mckinstry@debian.org,2004-02-22 18:58:06+00:00,False,debian,debian,* main,True,iso-codes-team_iso-codes,iso-codes-team/iso-codes,https://salsa.debian.org/iso-codes-team/iso-codes +273cb9150c30b882800fb4b2d8adb77444a67974,sin,sin@2f30.org,2014-10-21 14:25:33+01:00,sin,sin@2f30.org,2014-10-21 13:25:33+00:00,False,2f30,2f30,* master,True,jarun_nnn.git,jarun/nnn.git,https://github.com/jarun/nnn.git +0ff459072bc4dba97438889e36cec47add9c21da,Tony George,teejee2008@gmail.com,2013-10-05 11:04:20+05:30,Tony George,teejee2008@gmail.com,2013-10-05 05:34:20+00:00,False,gmail,gmail,* master,True,linuxmint_timeshift.git,linuxmint/timeshift.git,https://github.com/linuxmint/timeshift.git +8706422f753378ca79f96026d04b5a1fe81f81e3,Steve Richert,steve.richert@gmail.com,2011-07-08 12:29:33-04:00,Steve Richert,steve.richert@gmail.com,2011-07-08 17:30:11+00:00,False,gmail,gmail,* master,True,collectiveidea_json_spec,collectiveidea/json/spec,https://github.com/collectiveidea/json_spec +6a72ac7a682ce2118c334bc319af9065265d86c8,Takashi Sakamoto,o-takashi@sakamocchi.jp,2016-01-29 01:07:29+09:00,Takashi Sakamoto,o-takashi@sakamocchi.jp,2016-01-28 16:11:07+00:00,False,sakamocchi,sakamocchi,* master,True,takaswie_hinawa-utils.git,takaswie/hinawa-utils.git,https://github.com/takaswie/hinawa-utils.git +18d7a90ad01a043f61d8af8b997fdeac10772cef,yuta.256,yuta.256@b7c3aa3b-274f-0410-ae0b-edc9d07c929d,2008-06-17 20:25:18+00:00,yuta.256,yuta.256@b7c3aa3b-274f-0410-ae0b-edc9d07c929d,2008-06-17 20:25:18+00:00,False,b7c3aa3b-274f-0410-ae0b-edc9d07c929d,b7c3aa3b-274f-0410-ae0b-edc9d07c929d,* master,True,y-256_libdivsufsort.git,y-256/libdivsufsort.git,https://github.com/y-256/libdivsufsort.git +0a79f65b7fab4455a4b174fd225f43ad18d60acc,Sebastian Bank,sebastian.bank@uni-leipzig.de,2014-01-12 18:55:40+01:00,Sebastian Bank,sebastian.bank@uni-leipzig.de,2014-01-12 17:55:40+00:00,False,uni-leipzig,uni-leipzig,* master,True,xflr6_graphviz,xflr6/graphviz,https://github.com/xflr6/graphviz +d45997839d9c5433ef85fd045527f7832a4913db,Matijs van Zuijlen,matijs@matijs.net,2009-11-09 19:49:30+09:00,Matijs van Zuijlen,matijs@matijs.net,2009-11-09 10:49:30+00:00,False,matijs,matijs,* master,True,mvz_ruby-gir-ffi,mvz/ruby-gir-ffi,https://github.com/mvz/ruby-gir-ffi +fb2e99cd6bd4962e9caa1ba5d4061f1b81c0075a,Razvan Cojocaru,rzvncj@gmail.com,2003-07-31 19:01:08+00:00,Razvan Cojocaru,rzvncj@gmail.com,2003-07-31 19:01:08+00:00,False,gmail,gmail,* master,True,rzvncj_xCHM.git,rzvncj/xCHM.git,https://github.com/rzvncj/xCHM.git +5ad18328e8f38abcc5a0fc4a549e7a3c40697d4e,Jason R. Coombs,jaraco@jaraco.com,2015-12-19 22:29:56-05:00,Jason R. Coombs,jaraco@jaraco.com,2015-12-20 03:29:56+00:00,False,jaraco,jaraco,* main,True,jaraco_zipp,jaraco/zipp,https://github.com/jaraco/zipp +24da3863c7e1f553c473d7f83511f7904246c329,Safihre,safihre@sabnzbd.org,2016-01-29 14:36:35+01:00,Safihre,safihre@sabnzbd.org,2016-09-19 08:04:11+00:00,False,sabnzbd,sabnzbd,* master,True,sabnzbd_sabyenc.git,sabnzbd/sabyenc.git,https://github.com/sabnzbd/sabyenc.git +7ded7ef265b536b15730be656f08c59f175bb942,Mathias Bynens,mathias@qiwi.be,2016-05-21 09:27:39+02:00,Mathias Bynens,mathias@qiwi.be,2016-05-21 07:27:39+00:00,False,qiwi,qiwi,* main,True,mathiasbynens_unicode-property-aliases,mathiasbynens/unicode-property-aliases,https://github.com/mathiasbynens/unicode-property-aliases +aefafa3ae59574bf8b16c57d529bd1d930106ad9,Douglas Christopher Wilson,doug@somethingdoug.com,2014-06-13 14:08:33-04:00,Douglas Christopher Wilson,doug@somethingdoug.com,2014-06-13 19:11:05+00:00,False,somethingdoug,somethingdoug,* master,True,expressjs_media-typer.git,expressjs/media-typer.git,https://github.com/expressjs/media-typer.git +2084e853bf68cc3a59ab99f0dfcf9a6988cce025,Phil Elson,pelson.pub@gmail.com,2012-08-03 10:32:08+01:00,Phil Elson,pelson.pub@gmail.com,2012-08-03 09:35:34+00:00,False,gmail,gmail,* main,True,SciTools_cartopy.git,SciTools/cartopy.git,https://github.com/SciTools/cartopy.git +7c7044e34af53ce9bb35fac7552081eb4e1646e0,Henry Gomersall,heng@cantab.net,2012-01-26 20:28:54+00:00,Henry Gomersall,heng@cantab.net,2012-01-26 20:28:54+00:00,False,cantab,cantab,* master,True,pyFFTW_pyFFTW,pyFFTW/pyFFTW,https://github.com/pyFFTW/pyFFTW +34f7a5bbd1f61bd7a571a02876582716ce14a19f,Tobin,tobinjbrown@gmail.com,2015-04-07 00:06:23-05:00,Tobin,tobinjbrown@gmail.com,2015-04-07 05:06:23+00:00,False,gmail,gmail,* master,True,brobin_drf-generators,brobin/drf-generators,https://github.com/brobin/drf-generators +b3b8d931068ff09e245233451b4f1d47648f1e2b,Alon Zakai,alonzakai@gmail.com,2015-10-29 11:57:08-07:00,Alon Zakai,alonzakai@gmail.com,2015-10-29 19:43:59+00:00,False,gmail,gmail,* main,True,WebAssembly_binaryen,WebAssembly/binaryen,https://github.com/WebAssembly/binaryen +c4a642b4648d486777af91ccc2894355df447089,prigaux,pri@nopapers.org,2007-03-06 21:15:55+00:00,prigaux,pri@nopapers.org,2007-03-06 21:15:55+00:00,False,nopapers,nopapers,* master,True,HandBrake_HandBrake,HandBrake/HandBrake,https://github.com/HandBrake/HandBrake +3623e33d0ae10eaeca653e00a3796495dbc0f713,Tobi Oetiker,tobi@oetiker.ch,2005-02-11 20:22:38+00:00,Tobi Oetiker,tobi@oetiker.ch,2005-02-11 20:22:38+00:00,False,oetiker,oetiker,* master,True,oetiker_SmokePing.git,oetiker/SmokePing.git,https://github.com/oetiker/SmokePing.git +f2f9517a3b3efb1a96333fc9257e487650705910,Joachim Metz,joachim.metz@gmail.com,2013-09-22 15:18:47+02:00,Joachim Metz,joachim.metz@gmail.com,2013-09-22 13:18:47+00:00,False,gmail,gmail,* main,True,libyal_libvhdi.git,libyal/libvhdi.git,https://github.com/libyal/libvhdi.git +d01bd0bf9d0f23e79a668c7cc5a9c1b2219832ad,Jon Parise,jon@php.net,2012-12-09 20:06:27-08:00,Jon Parise,jon@php.net,2012-12-10 04:06:27+00:00,False,php,php,* master,True,pear_Net_SMTP.git,pear/Net/SMTP.git,https://github.com/pear/Net_SMTP.git +03d73b78f84f717c1c221315f2ed53a4f59b6629,Cyril Jaquier,cyril.jaquier@fail2ban.org,2004-10-12 21:45:41+00:00,Cyril Jaquier,cyril.jaquier@fail2ban.org,2004-10-12 21:45:41+00:00,False,fail2ban,fail2ban,* master,True,fail2ban_fail2ban,fail2ban/fail2ban,https://github.com/fail2ban/fail2ban +dc25783d74175083bfa84b410a9be14aa2e1bf47,alga,devnull@localhost,2002-08-29 22:52:18+00:00,alga,devnull@localhost,2002-08-29 22:52:18+00:00,False,localhost,localhost,* master,True,ispell-lt_ispell-lt.git,ispell-lt/ispell-lt.git,https://github.com/ispell-lt/ispell-lt.git +19845518d23c03c0313f5637d6926f8501b5bf01,Jorn Baayen,jorn@openedhand.com,2006-05-26 10:48:21+00:00,Jorn Baayen,jorn@openedhand.com,2006-05-26 10:48:21+00:00,False,openedhand,openedhand,* master,True,GNOME_gupnp.git,GNOME/gupnp.git,https://gitlab.gnome.org/GNOME/gupnp.git +821316ef5b2c53f4d6d40bfb21301f74fd0c21a3,isaacs,i@izs.me,2015-11-27 14:13:43-08:00,isaacs,i@izs.me,2015-11-27 22:13:43+00:00,False,izs,izs,* main,True,isaacs_pseudomap,isaacs/pseudomap,https://github.com/isaacs/pseudomap +0434429a5b204365077e6e153cee24efaf4861bb,Jeff Forcier,jeff@bitprophet.org,2013-09-15 23:55:29-07:00,Jeff Forcier,jeff@bitprophet.org,2013-09-16 06:55:29+00:00,False,bitprophet,bitprophet,* main,True,bitprophet_releases.git,bitprophet/releases.git,https://github.com/bitprophet/releases.git +edc9eb2501c6ecb5444bb2cd970868cbcdd71460,Gael Pasgrimaud,gael@gawel.org,2008-12-03 16:44:10+01:00,Gael Pasgrimaud,gael@gawel.org,2008-12-03 15:44:10+00:00,False,gawel,gawel,* master,True,gawel_pyquery.git,gawel/pyquery.git,https://github.com/gawel/pyquery.git +c4b8fb092fb0b3f252653000d7e413ce7f4184c5,Shane Grant,w.shane.grant@gmail.com,2013-06-25 23:49:32-06:00,Shane Grant,w.shane.grant@gmail.com,2013-06-26 05:49:32+00:00,False,gmail,gmail,* master,True,USCiLab_cereal,USCiLab/cereal,https://github.com/USCiLab/cereal +a80a2e2c7937e2638db1c12e66f43473eec213dc,Jordan Miller,jordan@luckyone.(none),2009-03-22 22:15:07-05:00,Jordan Miller,jordan@luckyone.(none),2009-03-23 03:15:07+00:00,False,luckyone,luckyone,* master,True,ralovich_antpm,ralovich/antpm,https://github.com/ralovich/antpm +8c6d76d5b1853411d07c64aadf1c4495555e84f6,Brian Bidulock,bidulock@openss7.org,2015-05-24 18:19:53-06:00,Brian Bidulock,bidulock@openss7.org,2015-05-25 00:19:53+00:00,False,openss7,openss7,* master,True,bbidulock_wmpinboard.git,bbidulock/wmpinboard.git,https://github.com/bbidulock/wmpinboard.git +96e44c0062d399baddec6de52a367d23c808febd,David E. Wheeler,david@justatheory.com,2008-06-07 00:55:01+00:00,David E. Wheeler,david@justatheory.com,2008-06-07 00:55:01+00:00,False,justatheory,justatheory,* main,True,theory_pgtap,theory/pgtap,https://github.com/theory/pgtap +28c0706b9fbdfa6cf9ba5da5c4184fc4ec0290d8,Gisle Aas,aas@oslonett.no,1998-04-10 09:10:26+00:00,Gisle Aas,aas@oslonett.no,1998-04-10 09:10:26+00:00,False,oslonett,oslonett,* master,True,libwww-perl_URI.git,libwww-perl/URI.git,https://github.com/libwww-perl/URI.git +0b10002f8937c472c71768066791f304b6ad1a0c,hanna-kn,hanna.linnea.k@gmail.com,2016-06-13 13:31:26+02:00,hanna-kn,hanna.linnea.k@gmail.com,2016-06-13 11:31:26+00:00,False,gmail,gmail,* master,True,Eqonomize_eqonomize.git,Eqonomize/eqonomize.git,https://github.com/Eqonomize/eqonomize.git +bab26a5a14ee7a13014700ced66022a2769c385d,orignal,romakoshelkin@yandex.ru,2013-09-01 08:09:28-07:00,orignal,romakoshelkin@yandex.ru,2013-09-01 15:09:28+00:00,False,yandex,yandex,* openssl,True,PurpleI2P_i2pd,PurpleI2P/i2pd,https://github.com/PurpleI2P/i2pd +40e3a4a698ed666280de68373d3ed09f43985bef,Adam Chlipala,adamc@hcoop.net,2009-02-26 13:56:54-05:00,Adam Chlipala,adamc@hcoop.net,2009-02-26 18:56:54+00:00,False,hcoop,hcoop,* master,True,urweb_debian-urweb,urweb/debian-urweb,https://github.com/urweb/debian-urweb +03d4cf7871f710f8c79cf9d691ae23cbc935e303,石博文,sbw@sbw.so,2018-07-31 13:26:45+08:00,石博文,sbw@sbw.so,2018-07-31 05:26:45+00:00,False,sbw,sbw,* master,True,linuxdeepin_deepin-deb-installer,linuxdeepin/deepin-deb-installer,https://github.com/linuxdeepin/deepin-deb-installer +bbe2bfe4df3709bee31ef3eeac45fd3be7f72671,Simon Howard,fraggle@gmail.com,2005-07-23 16:54:24+00:00,Simon Howard,fraggle@gmail.com,2005-07-23 16:54:24+00:00,False,gmail,gmail,* master,True,chocolate-doom_chocolate-doom.git,chocolate-doom/chocolate-doom.git,https://github.com/chocolate-doom/chocolate-doom.git +2737056ce316587c1564b8ca92b51f325807867a,mrkkrp,markkarpov@opmbx.org,2015-08-31 23:39:27+06:00,mrkkrp,markkarpov@opmbx.org,2015-08-31 17:39:27+00:00,False,opmbx,opmbx,* master,True,mrkkrp_zzz-to-char.git,mrkkrp/zzz-to-char.git,https://github.com/mrkkrp/zzz-to-char.git +b6ea994494b831b8310e0dd26a22e3943ea49b2f,Alasdair G. Kergon,agk@redhat.com,2004-06-24 08:53:48+00:00,Alasdair G. Kergon,agk@redhat.com,2004-06-24 08:53:48+00:00,False,redhat,redhat,* main,True,ClusterLabs_fence-agents,ClusterLabs/fence-agents,https://github.com/ClusterLabs/fence-agents +fefa29659d9a9a0d8531f813edaad4b6666b3b3e,Weng Xuetian,wengxt@gmail.com,2011-08-15 22:52:06+08:00,Weng Xuetian,wengxt@gmail.com,2011-08-15 14:52:06+00:00,False,gmail,gmail,* master,True,fcitx_fcitx5-configtool.git,fcitx/fcitx5-configtool.git,https://github.com/fcitx/fcitx5-configtool.git +d55bd762e7321d349da4421f61aaec40343b9b5d,Georg Duffner,g.duffner@gmail.com,2010-07-02 15:59:44+02:00,Georg Duffner,g.duffner@gmail.com,2010-07-02 13:59:44+00:00,False,gmail,gmail,* master,True,georgd_EB-Garamond.git,georgd/EB-Garamond.git,https://github.com/georgd/EB-Garamond.git +e18849ef991cf318fac575054031c7177e438935,sunnyone41,,2002-11-21 13:56:17+00:00,sunnyone41,,2002-11-21 13:56:17+00:00,False,,,* master,True,sunnyone_loqui.git,sunnyone/loqui.git,https://github.com/sunnyone/loqui.git +a80971fd5aa787c1648564fb23b5464e5029dc4f,Radek Krejci,rkrejci@cesnet.cz,2018-09-05 15:02:50+02:00,Radek Krejci,rkrejci@cesnet.cz,2018-09-05 13:02:50+00:00,False,cesnet,cesnet,* master,True,CESNET_libyang,CESNET/libyang,https://github.com/CESNET/libyang +910f6b374de799b0f10053fe30186ff6dc8636e6,Jason Riesa,riesa@google.com,2015-06-12 17:46:04-07:00,Jason Riesa,riesa@google.com,2015-06-13 00:46:04+00:00,False,google,google,* master,True,CLD2Owners_cld2,CLD2Owners/cld2,https://github.com/CLD2Owners/cld2 +7042a0a7fae9a3b76ef02e9532b0353515e53249,David Herrmann,dh.herrmann@gmail.com,2015-05-08 12:11:14+02:00,Bastien Nocera,hadess@hadess.net,2015-05-15 09:42:30+00:00,False,gmail,hadess,* master,True,GNOME_libgudev,GNOME/libgudev,https://gitlab.gnome.org/GNOME/libgudev +484604935b16d9f92504d8aa68833b0b2d300b54,Andrew Wooster,wooster_spam@nextthing.org,2010-08-19 10:22:56-07:00,Andrew Wooster,wooster_spam@nextthing.org,2010-08-19 17:22:56+00:00,False,nextthing,nextthing,* master,True,wooster_biplist_issues_new,wooster/biplist/issues/new,https://bitbucket.org/wooster/biplist/issues/new +f71015bac6085b1c380c4197d19568c1e5249059,lotem,chen.sst@gmail.com,2013-02-02 01:48:50+08:00,lotem,chen.sst@gmail.com,2013-02-02 00:35:48+00:00,False,gmail,gmail,* master,True,rime_brise,rime/brise,https://github.com/rime/brise +eb7c4755d1d5269ccade0ee31afe9e4c7bef42f0,Bruno Oliveira,nicoddemus@gmail.com,2014-07-16 21:40:32-03:00,Bruno Oliveira,nicoddemus@gmail.com,2014-07-17 00:40:32+00:00,False,gmail,gmail,* main,True,pytest-dev_pytest-mock.git,pytest-dev/pytest-mock.git,https://github.com/pytest-dev/pytest-mock.git +c5ebf6b258d8df6de30632d0bcf9992f614e33d8,Tres Seaver,tseaver@palladion.com,2006-04-05 11:32:23+00:00,Tres Seaver,tseaver@palladion.com,2006-04-05 11:32:23+00:00,False,palladion,palladion,* master,True,zopefoundation_zope.event,zopefoundation/zope.event,https://github.com/zopefoundation/zope.event +3f722958b1dd45e1ad8d50663836579553297fdd,root,root@localhost.localdomain,2007-06-19 16:09:11-07:00,root,root@localhost.localdomain,2007-06-19 23:09:11+00:00,False,localhost,localhost,* master,True,intel_libva.git,intel/libva.git,https://github.com/intel/libva.git +6137c0c8c68efa4d4d0a03693dbb6bf00c512c83,Megan Sosey,sosey@stsci.edu,2014-04-03 11:12:04-07:00,Megan Sosey,sosey@stsci.edu,2014-04-03 18:12:04+00:00,False,stsci,stsci,* master,True,spacetelescope_imexam,spacetelescope/imexam,https://github.com/spacetelescope/imexam +5ccdbce22406fbef0aace58d1ee4c4d8631ba003,Daniel Molkentin,molkentin@kde.org,2000-11-05 00:12:44+00:00,Daniel Molkentin,molkentin@kde.org,2000-11-05 00:12:44+00:00,False,kde,kde,* master,True,knavalbattle.git,knavalbattle.git,https://anongit.kde.org/knavalbattle.git +2ae660ab6fc1e1b55861651a30b2ad6da4f2dae6,Matt Westcott,matt@west.co.tt,2014-01-31 19:10:41+00:00,Matt Westcott,matt@west.co.tt,2014-01-31 19:10:41+00:00,False,west,west,* main,True,wagtail_django-modelcluster.git,wagtail/django-modelcluster.git,https://github.com/wagtail/django-modelcluster.git +7776aa97fc1c69a8f28ba4bab7387fb96be9a6e4,Bent Bisballe Nyeng,deva@aasimon.org,2014-09-08 20:48:38+02:00,Bent Bisballe Nyeng,deva@aasimon.org,2014-09-08 18:48:38+00:00,False,aasimon,aasimon,* master,True,dgedit.git,dgedit.git,http://git.drumgizmo.org/dgedit.git +7061764f327c945ed4f2c725cd7b39de5d3083e5,Armin Ronacher,armin.ronacher@active-4.com,2010-05-29 16:13:19+02:00,Armin Ronacher,armin.ronacher@active-4.com,2010-05-29 14:13:19+00:00,False,active-4,active-4,* master,True,python-babel_flask-babel,python-babel/flask-babel,https://github.com/python-babel/flask-babel +c0e605fafed2095208d7daeb37dd50e90499b8d5,Jonathan Thomas,Jonathan.Oomph@gmail.com,2012-06-15 17:45:27-05:00,Jonathan Thomas,Jonathan.Oomph@gmail.com,2012-06-15 22:45:27+00:00,False,gmail,gmail,* develop,True,OpenShot_libopenshot-audio.git,OpenShot/libopenshot-audio.git,https://github.com/OpenShot/libopenshot-audio.git +f6a4db94d3d968fa695ab1f570eaff452aadbd71,MBorne,mick25390@gmail.com,2012-06-11 14:00:23+02:00,MBorne,mick25390@gmail.com,2012-06-11 12:00:23+00:00,False,gmail,gmail,* master,True,sfcgal_SFCGAL,sfcgal/SFCGAL,https://gitlab.com/sfcgal/SFCGAL +56e93c9c1db7d006de45fecc4d8da397074a7743,Johan Ekenberg,johan@ekenberg.se,2012-02-18 13:02:29+00:00,Johan Ekenberg,johan@ekenberg.se,2012-02-18 13:03:42+00:00,False,ekenberg,ekenberg,* master,True,ekenberg_quotatool,ekenberg/quotatool,https://github.com/ekenberg/quotatool +96f84fca313abbec98e3313f3445ad3ceec36316,proller,proller@ff192a37-909f-40e5-93bf-5d04ad84bf5f,2007-09-22 23:21:35+00:00,proller,proller@ff192a37-909f-40e5-93bf-5d04ad84bf5f,2007-09-22 23:21:35+00:00,False,ff192a37-909f-40e5-93bf-5d04ad84bf5f,ff192a37-909f-40e5-93bf-5d04ad84bf5f,* master,True,viewizard_astromenace.git,viewizard/astromenace.git,https://github.com/viewizard/astromenace.git +0c104cda0eeb8eb2b0e5699a8233e28ff28e0a94,John Matherly,jmath@surtri.com,2010-09-07 04:19:55-07:00,John Matherly,jmath@surtri.com,2010-09-07 11:19:55+00:00,False,surtri,surtri,* master,True,achillean_shodan-python,achillean/shodan-python,https://github.com/achillean/shodan-python +4afcc693f19b074f552417fd583912d72e60c5eb,Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2011-05-09 17:05:26+02:00,Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2011-05-09 15:05:26+00:00,False,physik,physik,* master,True,glaubitz_kcemu-debian,glaubitz/kcemu-debian,https://github.com/glaubitz/kcemu-debian +eec7acb1e289399563cdf17c145c2de427626647,Nathan Esquenazi,nesquena@gmail.com,2011-04-07 19:05:15-07:00,Nathan Esquenazi,nesquena@gmail.com,2011-04-08 02:05:15+00:00,False,gmail,gmail,* master,True,nesquena_rabl,nesquena/rabl,https://github.com/nesquena/rabl +433176e2d2c519089d2ac6c58257de23e0e7a525,Kazu Yamamoto,kazu@iij.ad.jp,2013-05-22 11:53:20+09:00,Kazu Yamamoto,kazu@iij.ad.jp,2013-05-22 02:53:20+00:00,False,iij,iij,* master,True,kazu-yamamoto_Mew,kazu-yamamoto/Mew,https://github.com/kazu-yamamoto/Mew +0c143fab8dd9abe02d3a04cb0ce697698d10c4d5,Bertrand Guiheneuf,bertrand@src.gnome.org,1999-04-19 07:53:46+00:00,Bertrand Guiheneuf,bertrand@src.gnome.org,1999-04-19 07:53:46+00:00,False,src,src,* master,True,GNOME_evolution-data-server.git,GNOME/evolution-data-server.git,https://gitlab.gnome.org/GNOME/evolution-data-server.git +5bacf2a65ce40f628f7802894fa309f24fccca04,Meme Dough,memedough@gmail.com,2010-04-24 23:00:57+10:00,Meme Dough,memedough@gmail.com,2010-04-24 13:00:57+00:00,False,gmail,gmail,* master,True,pytest-dev_pytest-cov.git,pytest-dev/pytest-cov.git,https://github.com/pytest-dev/pytest-cov.git +a8e8ae47cb27bf0c8c1679261b1473a116bd69aa,Matthew Caruana Galizia,mattcg@gmail.com,2013-03-04 18:55:52-06:00,Matthew Caruana Galizia,mattcg@gmail.com,2013-03-05 00:55:52+00:00,False,gmail,gmail,* master,True,mattcg_starttls,mattcg/starttls,https://github.com/mattcg/starttls +fb73e609709027c1e47fb1f4cc6b4411feab75f0,Søren Roug,soren.roug@eea.europa.eu,2008-08-18 16:15:43+00:00,Søren Roug,soren.roug@eea.europa.eu,2008-08-18 16:15:43+00:00,False,eea,eea,* master,True,eea_odfpy,eea/odfpy,https://github.com/eea/odfpy +ce40297eec802c346753511992b60cc52bb3af9a,Nicolas Mora,mail@babelouest.org,2016-11-27 17:57:35-05:00,Nicolas Mora,mail@babelouest.org,2016-11-27 22:57:35+00:00,False,babelouest,babelouest,* master,True,babelouest_glewlwyd,babelouest/glewlwyd,https://github.com/babelouest/glewlwyd +d67f6c01c2c90c516632be2e590b5981a97101c6,Alexandre Petitjean,alpetitjean@gmail.com,2013-09-06 06:37:23-07:00,Alexandre Petitjean,alpetitjean@gmail.com,2013-09-06 13:37:23+00:00,False,gmail,gmail,* develop,True,AlexandrePTJ_mopidy-somafm,AlexandrePTJ/mopidy-somafm,https://github.com/AlexandrePTJ/mopidy-somafm +1d9ef2a24b62cb31bc75e221bb17ce6f151e1964,Jaka Mocnik,jaka@src.gnome.org,1998-04-03 15:21:02+00:00,Jaka Mocnik,jaka@src.gnome.org,1998-04-03 15:21:02+00:00,False,src,src,* master,True,GNOME_ghex,GNOME/ghex,https://gitlab.gnome.org/GNOME/ghex +496df172410fa2a76d803e0e5ac00cf7ef2880b4,Joachim Metz,joachim.metz@gmail.com,2009-09-13 12:42:02+02:00,Joachim Metz,joachim.metz@gmail.com,2016-03-27 07:28:29+00:00,False,gmail,gmail,* main,True,libyal_libesedb,libyal/libesedb,https://github.com/libyal/libesedb +af68fedec1603012667bb0c197d2f819333940a2,Xfennec,xfennec@cqfd-corp.org,2013-11-22 07:25:33-08:00,Xfennec,xfennec@cqfd-corp.org,2013-11-22 15:25:33+00:00,False,cqfd-corp,cqfd-corp,* master,True,Xfennec_progress,Xfennec/progress,https://github.com/Xfennec/progress +c94cbf18983fa5cb47fcfd118b8ff94d71b52361,Lucas Almeida Rocha,lucasr@src.gnome.org,2008-10-10 21:37:39+00:00,Lucas Almeida Rocha,lucasr@src.gnome.org,2008-10-10 21:37:39+00:00,False,src,src,* master,True,linuxmint_cjs.git,linuxmint/cjs.git,https://github.com/linuxmint/cjs.git +bb5003d7ff799fccd5e184eec8fc823a894d5d9d,Charles Oliver Nutter,headius@headius.com,2012-04-25 19:00:11-05:00,Charles Oliver Nutter,headius@headius.com,2012-04-26 00:00:11+00:00,False,headius,headius,* master,True,ruby-concurrency_thread_safe,ruby-concurrency/thread/safe,https://github.com/ruby-concurrency/thread_safe +19eb92edc0ff70510a3078cd832c77ce996e6ba4,Luis Nell,ln@nells.eu,2012-07-31 11:41:07+02:00,Luis Nell,ln@nells.eu,2012-07-31 09:41:07+00:00,False,nells,nells,* master,True,originell_jpype.git,originell/jpype.git,https://github.com/originell/jpype.git +bc28b6ea4aa7290c13f59642f953d59bfb7fdada,Vlad Irnov,vlad.irnov@gmail.com,2013-11-27 18:17:23-05:00,Vlad Irnov,vlad.irnov@gmail.com,2013-11-27 23:17:23+00:00,False,gmail,gmail,* master,True,vim-voom_VOoM.git,vim-voom/VOoM.git,https://github.com/vim-voom/VOoM.git +fa65937c59ddbf3b16e5ccb3823a34874703c9f3,ovalhub,github@ovaltofu.org,2015-04-15 18:00:41-07:00,ovalhub,github@ovaltofu.org,2015-04-16 01:00:41+00:00,False,ovaltofu,ovaltofu,* master,True,ovalhub_pyicu.git,ovalhub/pyicu.git,https://github.com/ovalhub/pyicu.git +e20f5946e0ffaf4067d330d76f6ed7b76e2cd17c,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-11-05 06:09:47+01:00,Sebastian Bergmann,sb@sebastian-bergmann.de,2009-11-05 05:09:47+00:00,False,sebastian-bergmann,sebastian-bergmann,* main,True,sebastianbergmann_php-file-iterator,sebastianbergmann/php-file-iterator,https://github.com/sebastianbergmann/php-file-iterator +80a15829135065e16ce5b129c715d10d14b829ba,Owen Taylor,otaylor@redhat.com,2000-12-20 04:41:36+00:00,Owen Taylor,otaylor@src.gnome.org,2000-12-20 04:41:36+00:00,False,redhat,src,* main,True,harfbuzz_harfbuzz.git,harfbuzz/harfbuzz.git,https://github.com/harfbuzz/harfbuzz.git +e863c4ecfe3b60b89b80293bc4aa4a7369bb90a5,Alembic Petrofsky,alembic@petrofsky.berkeley.ca.us,1998-07-08 04:17:14+00:00,Alembic Petrofsky,alembic@petrofsky.berkeley.ca.us,1998-07-08 04:17:14+00:00,False,petrofsky,petrofsky,* master,True,DavidGriffith_frotz,DavidGriffith/frotz,https://gitlab.com/DavidGriffith/frotz +d0dfda337a8aee8e33f7da22d66a464d997e4073,Clayton Otey,rmotey@MacBook-Air.local,2021-01-17 20:59:55-08:00,Clayton Otey,rmotey@MacBook-Air.local,2021-01-18 04:59:55+00:00,False,MacBook-Air,MacBook-Air,* main,True,claytonotey_libsbsms.git,claytonotey/libsbsms.git,https://github.com/claytonotey/libsbsms.git +35923e6ad4ceecf232f0b81be87e491e439a075f,Rolf Leggewie,foss@rolf.leggewie.biz,2009-08-02 03:19:47+02:00,Rolf Leggewie,foss@rolf.leggewie.biz,2009-08-02 01:19:47+00:00,False,rolf,rolf,* master,True,leggewie-DM_scim-anthy,leggewie-DM/scim-anthy,https://github.com/leggewie-DM/scim-anthy +0b0e6bc987da4fd88a7854ebb12bde705e92c428,Perberos,perberos@gmail.com,2011-12-01 21:51:44-03:00,Perberos,perberos@gmail.com,2011-12-02 00:51:44+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-control-center.git,mate-desktop/mate-control-center.git,https://github.com/mate-desktop/mate-control-center.git +cb3329178c31105639215b286e7ed5fa9a8bc24c,clayton craft,craftyguy@users.noreply.github.com,2017-01-04 18:56:34-08:00,GitHub,noreply@github.com,2017-01-05 02:56:34+00:00,False,users,github,* master,True,craftyguy_networkd-dispatcher,craftyguy/networkd-dispatcher,https://gitlab.com/craftyguy/networkd-dispatcher +b40adffce2f59bd8a4746746e704925f81ca3f5a,Giovanni Cannata,cannatag@gmail.com,2013-09-16 16:44:27+00:00,Giovanni Cannata,cannatag@gmail.com,2013-09-16 16:44:27+00:00,False,gmail,gmail,* dev,True,cannatag_ldap3,cannatag/ldap3,https://github.com/cannatag/ldap3 +916daef843e14fff0bbf9fee1f4975ac062c027b,Mateusz Łukasik,mati75@linuxmint.pl,2013-11-01 18:17:55+01:00,Mateusz Łukasik,mati75@linuxmint.pl,2013-11-01 17:17:55+00:00,False,linuxmint,linuxmint,* master,True,mati75_openbox-menu.git,mati75/openbox-menu.git,https://github.com/mati75/openbox-menu.git +04709fb6e5cb73060a962e85099ae704ce7bad45,Josh Roesslein,jroesslein@gmail.com,2009-07-05 14:24:56-05:00,Josh Roesslein,jroesslein@gmail.com,2009-07-05 19:24:56+00:00,False,gmail,gmail,* master,True,tweepy_tweepy.git,tweepy/tweepy.git,https://github.com/tweepy/tweepy.git +fb0ab1a6352c485cc912b617026e844ba24e0b46,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2009-09-28 07:44:44+00:00,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2009-09-28 07:44:44+00:00,False,greenbone,greenbone,* main,True,greenbone_gsa,greenbone/gsa,https://github.com/greenbone/gsa +3b044ab379a0e6a644a1bba47663f1b92c1df8dc,Nicolas Schodet,nico-nxt@ni.fr.eu.org,2010-08-20 00:17:05+02:00,Nicolas Schodet,nico-nxt@ni.fr.eu.org,2010-08-19 22:18:21+00:00,False,ni,ni,* master,True,nxt-firmware.git,nxt-firmware.git,https://git.ni.fr.eu.org/nxt-firmware.git +4c7774f829a4385f1101d379173ec287f7ef233a,John MacFarlane,jgm@berkeley.edu,2013-09-11 19:35:35-07:00,John MacFarlane,jgm@berkeley.edu,2013-09-12 02:35:35+00:00,False,berkeley,berkeley,* master,True,jgm_pandocfilters,jgm/pandocfilters,https://github.com/jgm/pandocfilters +fc3b5fab4cb4f9a20671e17e31126f360b0e941a,Tavian Barnes,tavianator@tavianator.com,2016-02-10 20:39:30-05:00,Tavian Barnes,tavianator@tavianator.com,2016-02-11 01:39:30+00:00,False,tavianator,tavianator,* main,True,tavianator_bfs.git,tavianator/bfs.git,https://github.com/tavianator/bfs.git +bab4b623762b5eb562fcda2abaa5ffa9f946f0c3,Victor Julien,victor@inliniac.net,2008-07-28 00:02:53+02:00,Victor Julien,victor@inliniac.net,2009-07-28 21:25:09+00:00,False,inliniac,inliniac,* master,True,OISF_suricata,OISF/suricata,https://github.com/OISF/suricata +ebf55d9ad7681ecf39bea5c5919119c0ad4fb423,David Härdeman,david@hardeman.nu,2007-05-18 22:06:20+02:00,David Härdeman,david@hardeman.nu,2007-05-18 20:06:20+00:00,False,hardeman,hardeman,* master,True,przemoc_metastore,przemoc/metastore,https://github.com/przemoc/metastore +08ff5f6388bec1fa4a7e7e0a4542b13aa67093fd,mpj,mpj@dneg.com,2009-02-03 18:54:36+00:00,mpj,mpj@dneg.com,2009-02-03 18:54:36+00:00,False,dneg,dneg,* main,True,michaeljones_breathe.git,michaeljones/breathe.git,https://github.com/michaeljones/breathe.git +a15ec969f6e89b70f0de7bb125ee402224d2aa4a,wbsoft,wbsoft@9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,2008-03-08 23:36:02+00:00,wbsoft,wbsoft@9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,2008-03-08 23:36:02+00:00,False,9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,* main,True,Kozea_Pyphen,Kozea/Pyphen,https://github.com/Kozea/Pyphen +5a1b3a6a414f4df182d1f3557d84b985d364c341,Jakub Pawlowicz,contact@jakubpawlowicz.com,2011-02-07 17:08:11+01:00,Jakub Pawlowicz,jakub@goalsmashers.com,2011-02-28 18:53:41+00:00,False,jakubpawlowicz,goalsmashers,* master,True,GoalSmashers_clean-css.git,GoalSmashers/clean-css.git,https://github.com/GoalSmashers/clean-css.git +48321c4d84e874dc0c1b406129a5baa55cab7d11,Boris Zentner,bzentner@maxmind.com,2012-12-31 15:18:21+01:00,Boris Zentner,bzentner@maxmind.com,2012-12-31 14:21:11+00:00,False,maxmind,maxmind,* main,True,maxmind_libmaxminddb,maxmind/libmaxminddb,https://github.com/maxmind/libmaxminddb +1f0ff21d6e084d67b6a614924afeda4d1ab4a103,Philippe Bruhat (BooK),book@cpan.org,2008-10-08 15:49:29+02:00,Philippe Bruhat (BooK),book@cpan.org,2008-10-08 13:49:29+00:00,False,cpan,cpan,* master,True,book_Test-Database.git,book/Test-Database.git,https://github.com/book/Test-Database.git +d2e9b230840955b1635e8d9afb7242ccb2dbb14e,Robert Krause,Ruport@web.de,2012-03-13 12:33:08+01:00,Robert Krause,Ruport@web.de,2012-03-13 11:33:08+00:00,False,web,web,* master,True,Rup0rt_pcapfix,Rup0rt/pcapfix,https://github.com/Rup0rt/pcapfix +497badbe646f73703b7130609e9ffe2cbd23fa42,mohrt,mohrt@localhost,2000-08-08 17:07:01+00:00,mohrt,mohrt@localhost,2000-08-08 17:07:01+00:00,False,localhost,localhost,* master,True,smarty-php_smarty.git,smarty-php/smarty.git,https://github.com/smarty-php/smarty.git +f9fa656f69bb368182c7f3c9e8355e0b6dae644c,Ryan Barnett,rcbarnett@gmail.com,2012-08-02 08:12:09-07:00,Ryan Barnett,rcbarnett@gmail.com,2012-08-02 15:12:09+00:00,False,gmail,gmail,* main,True,coreruleset_coreruleset.git,coreruleset/coreruleset.git,https://github.com/coreruleset/coreruleset.git +b8b489ea3775fa8c17dc51d361954fc7c1895613,Tim Starling,tstarling@wikimedia.org,2015-11-16 15:44:13+11:00,Tim Starling,tstarling@wikimedia.org,2015-11-16 04:44:13+00:00,False,wikimedia,wikimedia,* master,True,r_integration_uprightdiff.git,r/integration/uprightdiff.git,https://gerrit.wikimedia.org/r/integration/uprightdiff.git +de26592167b9fdea503885e40e8755393c56523d,Ben Ashbaugh,ben.ashbaugh@intel.com,2018-05-14 14:08:28-07:00,Ben Ashbaugh,ben.ashbaugh@intel.com,2018-05-14 21:08:28+00:00,False,intel,intel,* main,True,KhronosGroup_OpenCL-Headers,KhronosGroup/OpenCL-Headers,https://github.com/KhronosGroup/OpenCL-Headers +f3537f5378af66331cdf8606772a328231ce962c,Tom MacWright,tom@macwright.org,2013-08-09 12:42:15-04:00,Tom MacWright,tom@macwright.org,2013-08-09 16:42:15+00:00,False,macwright,macwright,* gh-pages,True,mapbox_leaflet-image,mapbox/leaflet-image,https://github.com/mapbox/leaflet-image +227a46c32ae02130442a2769475d7a6b217ba455,Konstantinos Sideris,sideris.konstantin@gmail.com,2017-04-06 04:03:46+03:00,Konstantinos Sideris,sideris.konstantin@gmail.com,2017-04-06 01:03:46+00:00,False,gmail,gmail,* master,True,Nheko-Reborn_nheko.git,Nheko-Reborn/nheko.git,https://github.com/Nheko-Reborn/nheko.git +b966efa17d837dc62c23d5f8064e184e22b14c2e,Jakub Roztočil,jakub@roztocil.name,2012-02-25 13:39:38+01:00,Jakub Roztočil,jakub@roztocil.name,2012-02-25 12:39:38+00:00,False,roztocil,roztocil,* master,True,httpie_httpie,httpie/httpie,https://github.com/httpie/httpie +a3aa905d647c1fceea2e9697d3e0c1f68ec2fc50,Glyph,glyph@twistedmatrix.com,2014-08-21 02:38:59-07:00,Glyph,glyph@twistedmatrix.com,2014-08-21 09:38:59+00:00,False,twistedmatrix,twistedmatrix,* trunk,True,glyph_Automat,glyph/Automat,https://github.com/glyph/Automat +e11994038dc0a70331da06b7e293838752f3cbaf,Gunnar Beutner,gunnar.beutner@netways.de,2012-03-28 13:24:49+02:00,Gunnar Beutner,gunnar.beutner@netways.de,2012-03-28 11:24:49+00:00,False,netways,netways,* master,True,Icinga_icinga2,Icinga/icinga2,https://github.com/Icinga/icinga2 +087e9a06b2179f83f96b40fa465870a51b920359,Colin Watson,cjwatson@debian.org,2002-10-13 02:19:23+00:00,Colin Watson,cjwatson@debian.org,2002-10-13 02:19:23+00:00,False,debian,debian,* main,True,cjwatson_binfmt-support.git,cjwatson/binfmt-support.git,https://gitlab.com/cjwatson/binfmt-support.git +ead8ef613ce66d51399a87d225b4cd52c6c7983e,Perberos,perberos@gmail.com,2011-12-01 23:42:46-03:00,Perberos,perberos@gmail.com,2011-12-02 02:42:46+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-themes.git,mate-desktop/mate-themes.git,https://github.com/mate-desktop/mate-themes.git +7db6876fffcbf6d71d2c83216108d4eb59dc193f,Konstantinos Poulios,logari81@gmail.com,2009-11-10 15:31:17+00:00,Konstantinos Poulios,logari81@gmail.com,2009-11-10 15:31:17+00:00,False,gmail,gmail,* main,True,pdfarranger_pdfarranger,pdfarranger/pdfarranger,https://github.com/pdfarranger/pdfarranger +449ef4a174c958116542f96de19bc93329f25ace,njean42,gunoi@njean.me,2015-03-20 17:49:27+01:00,njean42,gunoi@njean.me,2015-03-20 16:49:27+00:00,False,njean,njean,* master,True,coldsource_evqueue-core,coldsource/evqueue-core,https://github.com/coldsource/evqueue-core +520fc216cc8964825297c9243a42f1d08a3ff510,Oprea Dan,doprea@vbox,2008-10-28 11:48:58+01:00,Oprea Dan,doprea@vbox,2008-10-28 10:48:58+00:00,False,vbox,vbox,* dev,True,bit-team_backintime,bit-team/backintime,https://github.com/bit-team/backintime +1e3faff72720c8dd4f9c368173b8e3b704e7ccda,grun,grunseid@gmail.com,2018-02-13 11:09:23-08:00,grun,grunseid@gmail.com,2018-02-13 19:09:23+00:00,False,gmail,gmail,* master,True,gruns_icecream.git,gruns/icecream.git,https://github.com/gruns/icecream.git +f26886eb3e0611b0df3f6ebc816446d45c2f0654,Olivier Courtin,olivier.courtin@oslandia.com,2007-09-14 10:18:36+00:00,Olivier Courtin,olivier.courtin@oslandia.com,2007-09-14 10:18:36+00:00,False,oslandia,oslandia,* main,True,mapserver_tinyows.git,mapserver/tinyows.git,https://github.com/mapserver/tinyows.git +64b976e139ecfeafa83889a9c6d6615d30ba5635,Chmouel Boudjnah,chmouel@chmouel.com,2013-11-21 17:59:47+01:00,John Dickinson,me@not.mn,2013-11-21 22:09:47+00:00,False,chmouel,not,* master,True,openstack_swift-bench.git,openstack/swift-bench.git,https://github.com/openstack/swift-bench.git +cfba892dc827819107e443be5f7673002d147750,Cédric Barboiron,ced@winkie.fr,2017-06-20 16:10:34+02:00,Cédric Barboiron,ced@winkie.fr,2017-06-20 14:10:34+00:00,False,winkie,winkie,* debian/sid,True,yastupin_eggdrop-debian,yastupin/eggdrop-debian,https://github.com/yastupin/eggdrop-debian +bac217e81e7766e52ed0d83ee611d456a563aac3,sylvain.le-gall,sylvain.le-gall@polytechnique.org,2010-05-24 23:49:19+02:00,sylvain.le-gall,sylvain.le-gall@polytechnique.org,2010-05-24 21:49:19+00:00,False,polytechnique,polytechnique,* master,True,gildor478_ounit.git,gildor478/ounit.git,https://github.com/gildor478/ounit.git +2c46760544b4f6336ea94267b957fb729845d7c9,David Zeuthen,davidz@redhat.com,2007-05-08 00:20:39-04:00,David Zeuthen,davidz@redhat.com,2007-05-08 04:20:39+00:00,False,redhat,redhat,* main,True,GNOME_gnome-disk-utility.git,GNOME/gnome-disk-utility.git,https://gitlab.gnome.org/GNOME/gnome-disk-utility.git +fa83e1d2f0d4b01a18c9e8846f01655b42485b39,Pádraig Brady,P@draigBrady.com,2013-01-26 00:40:12+00:00,Pádraig Brady,P@draigBrady.com,2013-01-26 00:41:41+00:00,False,draigBrady,draigBrady,* master,True,pixelb_crudini,pixelb/crudini,https://github.com/pixelb/crudini +e48fc61bf4cf43a90b7ddf16e3cbb3b247333c89,Stefano Karapetsas,stefano@karapetsas.com,2012-07-04 18:01:12+02:00,Stefano Karapetsas,stefano@karapetsas.com,2012-07-04 16:01:12+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-netbook.git,mate-desktop/mate-netbook.git,https://github.com/mate-desktop/mate-netbook.git +dee3094e07fe4992ed59e6fe715ba38987812084,hudokkow,hudokkow@gmail.com,2015-02-24 16:27:30+00:00,hudokkow,hudokkow@gmail.com,2015-02-24 16:27:30+00:00,False,gmail,gmail,* Piers,True,kodi-pvr_pvr.njoy.git,kodi-pvr/pvr.njoy.git,https://github.com/kodi-pvr/pvr.njoy.git +fc3d3c0a4f110a23335398c327ac0a4fc949d5cb,Guenter Geiger,ggeiger@users.sourceforge.net,2002-06-17 10:13:57+00:00,Guenter Geiger,ggeiger@users.sourceforge.net,2002-06-17 10:13:57+00:00,False,users,users,* master,True,pd-externals_ggee,pd-externals/ggee,https://github.com/pd-externals/ggee +594c50761808dd42a5658e9901dc7d9acd65823e,Anil Madhavapeddy,anil@recoil.org,2011-12-21 22:43:10+00:00,Anil Madhavapeddy,anil@recoil.org,2011-12-21 22:43:10+00:00,False,recoil,recoil,* master,True,ocaml_ocaml-re,ocaml/ocaml-re,https://github.com/ocaml/ocaml-re +881850e49b67d8c9111ac53d09fb90138c1a3320,Holtwick,dirk.holtwick@gmail.com,2010-06-17 14:06:14+02:00,Holtwick,dirk.holtwick@gmail.com,2010-06-17 12:06:14+00:00,False,gmail,gmail,* master,True,xhtml2pdf_xhtml2pdf,xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf +c635f289d339a71a04362978497428b104911bb9,Stefano Zacchiroli,zack@upsilon.cc,2018-03-17 14:59:35+01:00,Stefano Zacchiroli,zack@upsilon.cc,2018-03-17 13:59:35+00:00,False,upsilon,upsilon,* master,True,beancount_ledger2beancount,beancount/ledger2beancount,https://github.com/beancount/ledger2beancount +ddfa0f4dec3c3f0320868f6cc50dbe26e4be1edc,Bastian Bechtold,basti@bastibe.de,2013-08-27 15:32:34+02:00,Bastian Bechtold,basti@bastibe.de,2013-08-27 13:32:34+00:00,False,bastibe,bastibe,* master,True,bastibe_python-soundfile.git,bastibe/python-soundfile.git,https://github.com/bastibe/python-soundfile.git +e7e4868ad7a65eb6ed2966dd5048c4bfeb14f23f,Alan W Black,awb@cs.cmu.edu,2017-10-21 09:55:35-04:00,Alan W Black,awb@cs.cmu.edu,2017-10-21 13:55:35+00:00,False,cs,cs,* master,True,festvox_flite.git,festvox/flite.git,https://github.com/festvox/flite.git +78369fba9328c10dc153133311aa88056fee3717,Howard Abrams,howard@howardabrams.com,2012-02-17 23:26:28-08:00,Howard Abrams,howard@howardabrams.com,2012-02-18 07:26:28+00:00,False,howardabrams,howardabrams,* master,True,howardabrams_node-mocks-http,howardabrams/node-mocks-http,https://github.com/howardabrams/node-mocks-http +87281521e84b8f66112b49365c322770b3bdcd63,Mark Overmeer,mark@overmeer.net,2001-03-21 23:15:21+01:00,Mark Overmeer,markov@cpan.org,2018-01-22 16:27:40+00:00,False,overmeer,cpan,* master,True,markov2_perl5-MailTools,markov2/perl5-MailTools,https://github.com/markov2/perl5-MailTools +b0a473952b469d2e51a191d0a00cca440ec8e2de,Gilles Lenfant,gilles.lenfant@gmail.com,2014-02-09 16:29:43+01:00,Gilles Lenfant,gilles.lenfant@gmail.com,2014-02-09 15:29:43+00:00,False,gmail,gmail,* master,True,glenfant_stopit,glenfant/stopit,https://github.com/glenfant/stopit +40e1edcdc36c0347cbef7091d41860c127ce7d47,csl,csl@a082123e-ac16-0410-b537-addfd1976b9b,2006-06-23 11:07:55+00:00,csl,csl@a082123e-ac16-0410-b537-addfd1976b9b,2006-06-23 11:07:55+00:00,False,a082123e-ac16-0410-b537-addfd1976b9b,a082123e-ac16-0410-b537-addfd1976b9b,* master,True,Talinx_jp2a,Talinx/jp2a,https://github.com/Talinx/jp2a +2b1d18a02adba76b930fa6b72c3b5e2bf292b282,Tamas Nepusz,ntamas@gmail.com,2015-07-24 23:14:30+02:00,Tamas Nepusz,ntamas@gmail.com,2015-07-24 21:14:30+00:00,False,gmail,gmail,* main,True,igraph_python-igraph,igraph/python-igraph,https://github.com/igraph/python-igraph +5dc67358d6bf6fa996b0510ce6dea1a2a005660a,Alejandro Garrido Mota,garridomota@gmail.com,2009-11-01 22:43:33-04:30,Alejandro Garrido Mota,garridomota@gmail.com,2009-11-02 03:13:33+00:00,False,gmail,gmail,* master,True,mogaal_editra,mogaal/editra,https://github.com/mogaal/editra +674a60748884dc55ee7091b7c23a41240e75f73c,Matt Johnston,matt@ucc.asn.au,2004-06-01 02:46:09+00:00,Matt Johnston,matt@ucc.asn.au,2004-06-01 02:46:09+00:00,False,ucc,ucc,* master,True,mkj_dropbear,mkj/dropbear,https://github.com/mkj/dropbear +7e9e69d1b2d1e4dc01b9be717d899c124f934e33,Thomas Cokelaer,cokelaer@gmail.com,2013-01-17 21:09:19+00:00,Thomas Cokelaer,cokelaer@gmail.com,2013-01-17 21:09:19+00:00,False,gmail,gmail,* main,True,cokelaer_easydev.git,cokelaer/easydev.git,https://github.com/cokelaer/easydev.git +035216f6bdce88c6bc49bd69043399f7d87a5ef3,Ian Cordasco,graffatcolmingov@gmail.com,2013-07-15 23:21:28-04:00,Ian Cordasco,graffatcolmingov@gmail.com,2013-07-16 03:21:28+00:00,False,gmail,gmail,* main,True,sigmavirus24_betamax,sigmavirus24/betamax,https://github.com/sigmavirus24/betamax +e1404af78c9bc520ea965a0254f7381c56e73723,Paul Zimmerman,paul.zimmerman@inria.fr,2002-09-13 13:28:08+00:00,Paul Zimmerman,paul.zimmerman@inria.fr,2002-09-13 13:28:08+00:00,False,inria,inria,* master,True,zimmerma_ecm,zimmerma/ecm,https://gitlab.inria.fr/zimmerma/ecm +371322ec48d27973e560340c96f068e60363681c,Wincent Colaiuta,win@wincent.com,2010-07-14 15:52:37+02:00,Wincent Colaiuta,win@wincent.com,2010-07-14 13:52:37+00:00,False,wincent,wincent,* debian/sid,True,yrro_command-t,yrro/command-t,https://github.com/yrro/command-t +f498bf5bd0004d95a674470dfc037821e7381e82,jon,jon@01d9642f-1d18-0410-bea3-844bd6f27a17,2006-07-09 02:56:13+00:00,jon,jon@01d9642f-1d18-0410-bea3-844bd6f27a17,2006-07-09 02:56:13+00:00,False,01d9642f-1d18-0410-bea3-844bd6f27a17,01d9642f-1d18-0410-bea3-844bd6f27a17,* master,True,bobtfish_directory-scratch.git,bobtfish/directory-scratch.git,https://github.com/bobtfish/directory-scratch.git +54ec656a060aa9e8daa9bd4ff039719c830a90cc,Zachary Carter,zack.carter@gmail.com,2009-12-22 21:30:29-05:00,Zachary Carter,zack.carter@gmail.com,2009-12-23 02:30:29+00:00,False,gmail,gmail,* master,True,zaach_jison,zaach/jison,https://github.com/zaach/jison +0964cbafc01ee529b7fa53013170cc61c4e81fb6,xiaowei,xiaowei@xiaowei-hsw.(none),2013-08-29 16:31:47+08:00,Li Xiaowei,xiaowei.a.li@intel.com,2013-09-09 16:52:04+00:00,False,xiaowei-hsw,intel,* apache,True,01org_libyami.git,01org/libyami.git,https://github.com/01org/libyami.git +9d141a7f50a0e81e1df751694f240b9ceac4f9f1,Romain Vimont,rvimont@genymobile.com,2017-12-12 15:54:33+01:00,Romain Vimont,rvimont@genymobile.com,2017-12-12 15:00:49+00:00,False,genymobile,genymobile,* master,True,Genymobile_scrcpy,Genymobile/scrcpy,https://github.com/Genymobile/scrcpy +8153b493d66ee7aae55e7b34e0d7bddacf4999ef,Michael Hieke,mghie@users.sourceforge.net,2004-11-22 11:34:42+00:00,Michael Hieke,mghie@users.sourceforge.net,2004-11-22 11:34:42+00:00,False,users,users,* master,True,mariuz_flamerobin,mariuz/flamerobin,https://github.com/mariuz/flamerobin +b24af9c96d353160b466f0f6217048ea17a0d014,Andrew McNabb,amcnabb@mcnabbs.org,2009-01-08 14:34:49-07:00,Andrew McNabb,amcnabb@mcnabbs.org,2009-01-08 21:34:49+00:00,False,mcnabbs,mcnabbs,* master,True,lilydjwg_pssh.git,lilydjwg/pssh.git,https://github.com/lilydjwg/pssh.git +98b0f4b57a1c8939c77c03a4cc66d2392c4c487c,Pasi,pasi@shimmerproject.org,2011-02-18 20:46:53+02:00,Pasi,pasi@shimmerproject.org,2011-02-18 18:46:53+00:00,False,shimmerproject,shimmerproject,* master,True,shimmerproject_Bluebird,shimmerproject/Bluebird,https://github.com/shimmerproject/Bluebird +755a28e47fb28b412e6a8e664d2bceeeeba284f6,Roy Marples,roy@marples.name,2007-11-07 16:05:07+00:00,Roy Marples,roy@marples.name,2007-11-07 16:05:07+00:00,False,marples,marples,* master,True,NetworkConfiguration_dhcpcd.git,NetworkConfiguration/dhcpcd.git,https://github.com/NetworkConfiguration/dhcpcd.git +59cf50795583b4308a541ab85bd636ddfc9042ce,Xavier Leroy,xavier.leroy@inria.fr,1995-09-03 15:22:54+00:00,Xavier Leroy,xavier.leroy@inria.fr,1995-09-03 15:22:54+00:00,False,inria,inria,* trunk,True,ocaml_camlp4.git,ocaml/camlp4.git,https://github.com/ocaml/camlp4.git +0567ecd18902dcda37f15422ea7675334df52cb7,Jonas Kuemmerlin,rgcjonas@gmail.com,2013-02-23 17:38:12+01:00,Jonas Kuemmerlin,rgcjonas@gmail.com,2013-02-23 16:38:12+00:00,False,gmail,gmail,* master,True,ubuntu_gnome-shell-extension-appindicator,ubuntu/gnome-shell-extension-appindicator,https://github.com/ubuntu/gnome-shell-extension-appindicator +67142516d5ecf595e7efc92c0648eed634390150,fredck,f.knabben@cksource.com,2012-08-21 17:14:46+02:00,fredck,f.knabben@cksource.com,2012-08-21 15:14:46+00:00,False,cksource,cksource,* master,True,ckeditor_ckeditor4,ckeditor/ckeditor4,https://github.com/ckeditor/ckeditor4 +99f66bb8f8b805c063a5e11bfb118bc799327a69,Lafricain,fr.cyrille@tiberiade.be,2021-01-17 14:48:10+00:00,Lafricain,fr.cyrille@tiberiade.be,2021-01-17 14:48:10+00:00,False,tiberiade,tiberiade,* master,True,crosswire-bible-society_strongsgreek,crosswire-bible-society/strongsgreek,https://gitlab.com/crosswire-bible-society/strongsgreek +f6ca4b7020fc7c9d45dd1cd6ce72cd5a0b2726dd,Bozhidar Batsov,bozhidar.batsov@gmail.com,2011-12-03 09:07:57+02:00,Bozhidar Batsov,bozhidar.batsov@gmail.com,2011-12-03 07:07:57+00:00,False,gmail,gmail,* master,True,bbatsov_solarized-emacs.git,bbatsov/solarized-emacs.git,https://github.com/bbatsov/solarized-emacs.git +d86a948a67c44ca1c484cfbe30261f1bf61c59ab,Matthias Schiffer,mschiffer@universe-factory.net,2012-02-25 18:20:10+01:00,Matthias Schiffer,mschiffer@universe-factory.net,2012-02-25 17:20:10+00:00,False,universe-factory,universe-factory,* main,True,NeoRaider_fastd.git,NeoRaider/fastd.git,https://github.com/NeoRaider/fastd.git +d1520571252e4508ed44c2a72964f2d19b18ae5c,Yehuda Katz,wycats@gmail.com,2012-10-16 14:11:05-04:00,Yehuda Katz,wycats@gmail.com,2012-10-16 18:11:05+00:00,False,gmail,gmail,* master,True,jakearchibald_es6-promise.git,jakearchibald/es6-promise.git,https://github.com/jakearchibald/es6-promise.git +33a726d29b3fd9536582b11f2bdeda40f375bbf8,Victor Stinner,victor.stinner@gmail.com,2015-05-01 00:32:12+02:00,Victor Stinner,victor.stinner@gmail.com,2015-04-30 22:32:12+00:00,False,gmail,gmail,* master,True,cdent_pastescript.git,cdent/pastescript.git,https://github.com/cdent/pastescript.git +16f036c6217eefff009c2135f36ea291910b1416,Nathan Yergler,nathan@yergler.net,2006-02-27 17:28:24+00:00,Nathan Yergler,nathan@yergler.net,2006-02-27 17:28:24+00:00,False,yergler,yergler,* master,True,zopefoundation_zope.interface.git,zopefoundation/zope.interface.git,https://github.com/zopefoundation/zope.interface.git +5697bf4bec46254cc52b2d87f9ea291a713af317,"Thomas Bushnell, BSG",tb@becket.net,2000-10-20 06:08:20+00:00,"Thomas Bushnell, BSG",tb@becket.net,2000-10-20 06:08:20+00:00,False,becket,becket,* master,True,git_miscfiles.git,git/miscfiles.git,https://git.savannah.gnu.org/git/miscfiles.git +2cf99077034bd517a0892d4a3283ca238a5deac3,Zeeshan Ali (Khattak),zeeshanak@src.gnome.org,2008-04-23 12:48:18+00:00,Zeeshan Ali (Khattak),zeeshanak@src.gnome.org,2008-04-23 12:48:18+00:00,False,src,src,* master,True,GNOME_rygel.git,GNOME/rygel.git,https://gitlab.gnome.org/GNOME/rygel.git +fa263f2bdbdc8ba5f4af5acc753c5db270269958,Sam Stephenson,sam@37signals.com,2011-08-11 15:40:36-05:00,Sam Stephenson,sam@37signals.com,2011-08-11 20:40:36+00:00,False,37signals,37signals,* master,True,rbenv_ruby-build.git,rbenv/ruby-build.git,https://github.com/rbenv/ruby-build.git +8b6ab032809e480b2a2eda5107e29866af3c4f78,Qix,i.am.qix@gmail.com,2015-08-25 15:13:29-06:00,Qix,i.am.qix@gmail.com,2015-08-25 21:13:29+00:00,False,gmail,gmail,* master,True,qix-_node-error-ex.git,qix-/node-error-ex.git,https://github.com/qix-/node-error-ex.git +899f2fdaed605b0d4c71308a7dd77c67ad03210b,kulp,kulp@4b3c33cd-4c29-0410-a07e-8d9eac594458,2006-08-29 20:22:05+00:00,kulp,kulp@4b3c33cd-4c29-0410-a07e-8d9eac594458,2006-08-29 20:22:05+00:00,False,4b3c33cd-4c29-0410-a07e-8d9eac594458,4b3c33cd-4c29-0410-a07e-8d9eac594458,* master,True,bobtfish_text-multimarkdown.git,bobtfish/text-multimarkdown.git,https://github.com/bobtfish/text-multimarkdown.git +ce8e8d57c0d346dba9527b7a11b03364ce9ad1bb,Mihai Bazon,mihai@bazon.net,2012-08-27 12:29:53+03:00,Mihai Bazon,mihai@bazon.net,2012-08-27 09:29:53+00:00,False,bazon,bazon,* master,True,mishoo_UglifyJS2,mishoo/UglifyJS2,https://github.com/mishoo/UglifyJS2 +8f8de1f8c5920b1148d620f69a4e6bde58f86fa4,Sebastian Bergmann,sebastian@phpunit.de,2016-11-24 13:31:10+01:00,Sebastian Bergmann,sebastian@phpunit.de,2016-11-24 16:35:20+00:00,False,phpunit,phpunit,* master,True,phar-io_manifest.git,phar-io/manifest.git,https://github.com/phar-io/manifest.git +f6ee96cf37bdb805ed35416b4370e3e407875bca,Michael Merickel,michael@merickel.org,2016-10-18 01:26:21-05:00,Michael Merickel,michael@merickel.org,2016-10-18 06:39:25+00:00,False,merickel,merickel,* main,True,Pylons_hupper,Pylons/hupper,https://github.com/Pylons/hupper +659050732d95eed59f5be3037b1b3b024b100840,robert.ancell@gmail.com,,2009-11-13 18:15:15+11:00,robert.ancell@gmail.com,,2009-11-13 07:15:15+00:00,False,,,* master,True,GNOME_simple-scan.git,GNOME/simple-scan.git,https://gitlab.gnome.org/GNOME/simple-scan.git +476808fe193cecc0d8086923c2c57c21793810f4,Abishek V Ashok,abishekvashok@gmail.com,2017-06-23 14:29:29+05:30,Abishek V Ashok,abishekvashok@gmail.com,2017-06-23 09:04:49+00:00,False,gmail,gmail,* master,True,abishekvashok_cmatrix.git,abishekvashok/cmatrix.git,https://github.com/abishekvashok/cmatrix.git +be35facbad6f8727838f8756cbfa5c1e1b2cf4de,meetecho,github@meetecho.com,2014-02-11 16:20:20+01:00,meetecho,github@meetecho.com,2014-02-11 15:20:20+00:00,False,meetecho,meetecho,* master,True,meetecho_janus-gateway,meetecho/janus-gateway,https://github.com/meetecho/janus-gateway +5282610e1529c58c29b00ca2f8b008e95868ad9a,Jonas Haag,jonas@lophus.org,2011-06-08 16:05:33+02:00,Jonas Haag,jonas@lophus.org,2011-06-08 14:05:33+00:00,False,lophus,lophus,* master,True,jonashaag_klaus,jonashaag/klaus,https://github.com/jonashaag/klaus +bba6a9c1fe92680abdf328c4483054bc917f22b5,Jelmer Vernooij,jelmer@samba.org,2005-11-20 22:08:25+01:00,Jelmer Vernooij,jelmer@samba.org,2005-11-20 21:08:25+00:00,False,samba,samba,* master,True,jelmer_subvertpy,jelmer/subvertpy,https://github.com/jelmer/subvertpy +e0b386f3045903df618b7c4d6e9d60cdd556f057,Chris Beaven,smileychris@gmail.com,2011-11-10 20:59:04+13:00,Chris Beaven,smileychris@gmail.com,2011-11-10 07:59:04+00:00,False,gmail,gmail,* main,True,lincolnloop_python-qrcode.git,lincolnloop/python-qrcode.git,https://github.com/lincolnloop/python-qrcode.git +9f26f74734cf5092139d1e58de4cfc1d6cb4f6ac,Lloyd Hilaiel,lloyd@hilaiel.com,2011-05-08 06:29:33-06:00,Lloyd Hilaiel,lloyd@hilaiel.com,2011-05-08 12:29:33+00:00,False,hilaiel,hilaiel,* master,True,lloyd_JSONSelect,lloyd/JSONSelect,https://github.com/lloyd/JSONSelect +22c42b1dfd834366ac20f74e0159c1461416186d,Carlos Agüero,caguero@osrfoundation.org,2014-04-08 00:51:03-07:00,Carlos Agüero,caguero@osrfoundation.org,2014-04-08 07:51:03+00:00,False,osrfoundation,osrfoundation,* gz-transport14,True,gazebosim_gz-transport,gazebosim/gz-transport,https://github.com/gazebosim/gz-transport +4723cdd043d055946bea1171283d5ce0bc5cfc4a,trbs,trbs@trbs.net,2010-12-12 00:29:46+01:00,trbs,trbs@trbs.net,2010-12-11 23:29:46+00:00,False,trbs,trbs,* main,True,django-extensions_django-extensions,django-extensions/django-extensions,https://github.com/django-extensions/django-extensions +d382289bbd50b2f54343c2c1316fce2829938233,Michael Barton,mike@weirdlooking.com,2009-02-03 04:21:41-06:00,Michael Barton,mike@weirdlooking.com,2009-02-03 10:21:41+00:00,False,weirdlooking,weirdlooking,* master,True,TurboGit_hubicfuse,TurboGit/hubicfuse,https://github.com/TurboGit/hubicfuse +c519671361b6ddad2c6d14f2099fd9a27a7091e9,Bernd Zeimetz,bernd@bzed.de,2015-01-31 00:54:12+01:00,Bernd Zeimetz,bernd@bzed.de,2015-01-30 23:54:12+00:00,False,bzed,bzed,* master,True,bzed_debian-ksmtuned,bzed/debian-ksmtuned,https://github.com/bzed/debian-ksmtuned +f9ff5f1670f2d06b524a726861ad21744c7ffd7f,TJ Saunders,tj@castaglia.org,2011-10-20 09:55:53-07:00,TJ Saunders,tj@castaglia.org,2011-10-20 16:55:53+00:00,False,castaglia,castaglia,* master,True,Castaglia_proftpd-mod_tar.git,Castaglia/proftpd-mod/tar.git,https://github.com/Castaglia/proftpd-mod_tar.git +a83e97fa6ab26528e630f9d7b89828857a675422,hadley,h.wickham@gmail.com,2010-08-25 13:30:20-05:00,hadley,h.wickham@gmail.com,2010-08-25 18:30:20+00:00,False,gmail,gmail,* main,True,r-lib_testthat.git,r-lib/testthat.git,https://github.com/r-lib/testthat.git +4873182b3a9f3bc55ec53c684072f88b19d26fcd,Andy Armstrong,andy@hexten.net,2007-02-08 01:08:31+00:00,Andy Armstrong,andy@hexten.net,2007-02-08 01:08:31+00:00,False,hexten,hexten,* master,True,Perl-Toolchain-Gang_Test-Harness.git,Perl-Toolchain-Gang/Test-Harness.git,https://github.com/Perl-Toolchain-Gang/Test-Harness.git +7af580f8826666d49aca4bd64bc23044c62f7e18,M4N4T4RMS@gmail.com,M4N4T4RMS@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,2014-01-14 00:37:57+00:00,M4N4T4RMS@gmail.com,M4N4T4RMS@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,2014-01-14 00:37:57+00:00,False,e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,* master,True,iortcw_iortcw.git,iortcw/iortcw.git,https://github.com/iortcw/iortcw.git +ea2e9b6facef96ea0f2634170c9064e59734825f,aquamaniac,aquamaniac@bfc04c16-8f10-0410-8200-ddfbc4d55d47,2005-01-02 10:05:37+00:00,aquamaniac,aquamaniac@bfc04c16-8f10-0410-8200-ddfbc4d55d47,2005-01-02 10:05:37+00:00,False,bfc04c16-8f10-0410-8200-ddfbc4d55d47,bfc04c16-8f10-0410-8200-ddfbc4d55d47,* master,True,git_libchipcard.git,git/libchipcard.git,https://git.aquamaniac.de/git/libchipcard.git +82c85d13409c7fb53875df53ca34f3d18c674234,Matthew Honnibal,honnibal@gmail.com,2014-11-18 16:27:50+11:00,Matthew Honnibal,honnibal@gmail.com,2014-11-18 05:27:50+00:00,False,gmail,gmail,* main,True,explosion_thinc.git,explosion/thinc.git,https://github.com/explosion/thinc.git +a24f76f0bf963bc9a6d4d6c1117c5b771dc3478d,Patryk Zawadzki,patrys@room-303.com,2013-03-19 16:35:34-07:00,Patryk Zawadzki,patrys@room-303.com,2013-03-19 23:35:34+00:00,False,room-303,room-303,* master,True,patrys_httmock,patrys/httmock,https://github.com/patrys/httmock +0cca75af52eec6fca169099aa5979836f943c7aa,Steve Harris,steve.harris@garlik.com,2009-06-15 15:37:12+01:00,Steve Harris,steve.harris@garlik.com,2009-06-15 14:37:12+00:00,False,garlik,garlik,* master,True,swh_lv2,swh/lv2,https://github.com/swh/lv2 +52adc4f7e7d1459a6fc540a180947253b9dda9c3,Michael Grünewald,michipili@gmail.com,2008-03-14 10:07:55+00:00,Michael Grünewald,michipili@gmail.com,2008-03-14 10:07:55+00:00,False,gmail,gmail,* master,True,michipili_bsdowl,michipili/bsdowl,https://github.com/michipili/bsdowl +a8888be8e5b2c10640d1275356bfd8e8b1bdf100,Tres Seaver,tseaver@palladion.com,2015-01-27 09:37:16-05:00,Tres Seaver,tseaver@palladion.com,2015-01-27 14:37:16+00:00,False,palladion,palladion,* main,True,Pylons_webob,Pylons/webob,https://github.com/Pylons/webob +0f48af1564b110c9945594037792f2dec2f99127,Mateusz Łukasik,mati75@linuxmint.pl,2013-11-23 17:30:08+01:00,Mateusz Łukasik,mati75@linuxmint.pl,2013-11-23 16:30:08+00:00,False,linuxmint,linuxmint,* master,True,mati75_gxkb.git,mati75/gxkb.git,https://github.com/mati75/gxkb.git +2c33b8a6a428cb19acc48983a07a060391067589,Giovanni Campagna,gcampagna@src.gnome.org,2013-02-22 22:48:04+01:00,Giovanni Campagna,gcampagna@src.gnome.org,2013-02-22 21:53:06+00:00,False,src,src,* main,True,GNOME_gnome-characters.git,GNOME/gnome-characters.git,https://gitlab.gnome.org/GNOME/gnome-characters.git +235381267b1c6821fe6ff80d66abb33378714dd2,Dimitris Kalamaras,dimitris.kalamaras@gmail.com,2008-09-07 21:58:24+00:00,Dimitris Kalamaras,dimitris.kalamaras@gmail.com,2008-09-07 21:58:24+00:00,False,gmail,gmail,* master,True,socnetv_app,socnetv/app,https://github.com/socnetv/app +e8559c2ced9178b3e95c44cbfaf7cc9182f9dff7,Benjamin Zores,ben@geexbox.org,2009-07-16 20:54:38+02:00,Benjamin Zores,ben@geexbox.org,2009-07-16 18:54:38+00:00,False,geexbox,geexbox,* master,True,GeeXboX_libnfo,GeeXboX/libnfo,https://github.com/GeeXboX/libnfo +8e24139734ace39082b085a789013dcff774f6da,brian d foy,brian.d.foy@gmail.com,2009-08-16 00:39:10-05:00,brian d foy,brian.d.foy@gmail.com,2009-08-16 05:39:10+00:00,False,gmail,gmail,* master,True,madsen_p5-Palm,madsen/p5-Palm,https://github.com/madsen/p5-Palm +7efcb46f3a1e6a3c88ac21168cf52a3fd520e387,speedy,speedy,2003-07-29 10:11:30+00:00,speedy,speedy,2003-07-29 10:11:30+00:00,False,speedy,speedy,* master,True,porridge_potool,porridge/potool,https://github.com/porridge/potool +03baa2f94f496c5813dbe9012cbc51fb973fcc28,Iago Toral,itoral@igalia.com,2009-12-14 11:52:18+01:00,Iago Toral,itoral@igalia.com,2009-12-14 10:52:18+00:00,False,igalia,igalia,* master,True,GNOME_grilo,GNOME/grilo,https://gitlab.gnome.org/GNOME/grilo +6f86540619418023d792e191277bde2b0fc9ab8a,Jody Goldberg,jody@src.gnome.org,2002-05-23 06:00:28+00:00,Jody Goldberg,jody@src.gnome.org,2002-05-23 06:00:28+00:00,False,src,src,* master,True,GNOME_libgsf,GNOME/libgsf,https://gitlab.gnome.org/GNOME/libgsf +7d0485494eaa8fe27a14526d890a5ff2030adc9d,Alex Gaynor,alex.gaynor@gmail.com,2012-08-05 17:57:54-07:00,Alex Gaynor,alex.gaynor@gmail.com,2012-08-06 00:57:54+00:00,False,gmail,gmail,* master,True,alex_rply,alex/rply,https://github.com/alex/rply +708d3c9fc07e8b27770e365696d8867599b3ae93,Kieran Bingham,kieran.bingham@ideasonboard.com,2018-10-24 10:34:27+01:00,Kieran Bingham,kieran.bingham@ideasonboard.com,2018-10-24 11:22:19+00:00,False,ideasonboard,ideasonboard,* master,True,libcamera_libcamera.git,libcamera/libcamera.git,https://git.libcamera.org/libcamera/libcamera.git +48c142e85d6e08edba82f7ef453cb07783dae911,Gabriele N. Tornetta,phoenix1987@gmail.com,2018-09-23 01:13:53+01:00,Gabriele N. Tornetta,phoenix1987@gmail.com,2018-09-23 00:13:53+00:00,False,gmail,gmail,* master,True,P403n1x87_austin,P403n1x87/austin,https://github.com/P403n1x87/austin +821faab84d26e424e4f3fc7def1f7c4e1b0135db,Greg Kroah-Hartman,gregkh@suse.de,2007-10-22 15:15:47-07:00,Greg Kroah-Hartman,gregkh@suse.de,2007-10-22 22:15:47+00:00,False,suse,suse,* master,True,gregkh_usbview.git,gregkh/usbview.git,https://github.com/gregkh/usbview.git +38b782ef589975f85204192bbcdb5fd50cfc0cb2,Mathieu Blondel,mathieu@mblondel.org,2008-05-25 18:03:44+09:00,Mathieu Blondel,mathieu@mblondel.org,2008-05-25 09:03:44+00:00,False,mblondel,mblondel,* master,True,tegaki_tegaki.git,tegaki/tegaki.git,https://github.com/tegaki/tegaki.git +0df024a97fb6f19f6f16c7049bc69a100df82bcc,elie,elie,2005-06-14 06:59:38+00:00,elie,elie,2005-06-14 06:59:38+00:00,False,elie,elie,* master,True,etingof_pyasn1,etingof/pyasn1,https://github.com/etingof/pyasn1 +8446d97d7240687cdbf18d5ca65916bf18bac30e,Tom Lane,tgl@sss.pgh.pa.us,2011-01-18 01:33:27+00:00,Tom Lane,tgl@sss.pgh.pa.us,2011-01-18 01:33:27+00:00,False,sss,sss,* master,True,df7cb_pg_filedump.git,df7cb/pg/filedump.git,https://github.com/df7cb/pg_filedump.git +5e847a14bd65383ce65f143c578e120899981fd9,Daniel Stenberg,daniel@haxx.se,2003-10-07 21:54:04+00:00,Daniel Stenberg,daniel@haxx.se,2003-10-07 21:54:04+00:00,False,haxx,haxx,* main,True,c-ares_c-ares.git,c-ares/c-ares.git,https://github.com/c-ares/c-ares.git +f58af7c344ea6a17258846e9b8cbfb46148176d0,Kjetil Kjernsmo,kjetil@kjernsmo.net,2014-10-05 23:41:53+02:00,Kjetil Kjernsmo,kjetil@kjernsmo.net,2014-10-05 21:41:53+00:00,False,kjernsmo,kjernsmo,* main,True,kjetilk_p5-lwp-useragent-chicaching.git,kjetilk/p5-lwp-useragent-chicaching.git,https://github.com/kjetilk/p5-lwp-useragent-chicaching.git +e5a1f52473c95a6ad8d699c81dc15679f982142e,Scott Chacon,schacon@gmail.com,2009-04-28 18:18:26-07:00,Scott Chacon,schacon@gmail.com,2009-04-29 01:18:26+00:00,False,gmail,gmail,* master,True,schacon_hg-git.git,schacon/hg-git.git,https://github.com/schacon/hg-git.git +7fa460ceedffaf3d2aa21851d285ce92c1fde00e,Patric Stout,truebrain@openttd.org,2023-07-02 21:07:29+02:00,GitHub,noreply@github.com,2023-07-02 19:07:29+00:00,False,openttd,github,* master,True,OpenTTD_OpenMSX.git,OpenTTD/OpenMSX.git,https://github.com/OpenTTD/OpenMSX.git +14f5ccb1279038d156daa41fa1c8838f5a2f7396,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2009-04-28 13:22:20+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2009-04-28 13:22:20+00:00,False,gmail,gmail,* master,True,lxde_lxinput.git,lxde/lxinput.git,https://github.com/lxde/lxinput.git +6cc5887e46f0dca6c898136f677e0cdb47ebf593,Just,Just@4cde692c-a291-49d1-8350-778aa11640f8,1999-12-16 22:04:30+00:00,Just,Just@4cde692c-a291-49d1-8350-778aa11640f8,1999-12-16 22:04:30+00:00,False,4cde692c-a291-49d1-8350-778aa11640f8,4cde692c-a291-49d1-8350-778aa11640f8,* main,True,fonttools_fonttools.git,fonttools/fonttools.git,https://github.com/fonttools/fonttools.git +ffadaf578fe6f40198a50f1067d9ccb425013366,Landon GB,landogbland@gmail.com,2017-08-24 15:07:22-06:00,Landon GB,landogbland@gmail.com,2017-08-24 21:07:22+00:00,False,gmail,gmail,* master,True,vimalloc_flask-jwt-simple.git,vimalloc/flask-jwt-simple.git,https://github.com/vimalloc/flask-jwt-simple.git +a621faa31c4402d21ba3d408127d3541a7d1de75,Antoine Pitrou,solipsis@pitrou.net,2012-01-30 18:59:52+01:00,Antoine Pitrou,solipsis@pitrou.net,2012-01-30 17:59:52+00:00,False,pitrou,pitrou,* develop,True,mcmtroffaes_pathlib2.git,mcmtroffaes/pathlib2.git,https://github.com/mcmtroffaes/pathlib2.git +759105797353898ba085b122b9981b04555fd11d,Julian Viereck,julian.viereck@gmail.com,2013-11-03 17:30:09+01:00,Julian Viereck,julian.viereck@gmail.com,2013-11-03 16:30:09+00:00,False,gmail,gmail,* gh-pages,True,jviereck_regjsparser.git,jviereck/regjsparser.git,https://github.com/jviereck/regjsparser.git +893d8b727c0c5067646a322f8d10a0d7102b1253,Tristan Waddington,tristan.waddington@gmail.com,2011-07-18 18:51:47-07:00,Tristan Waddington,tristan.waddington@gmail.com,2011-07-19 01:51:47+00:00,False,gmail,gmail,* master,True,twaddington_django-gravatar,twaddington/django-gravatar,https://github.com/twaddington/django-gravatar +61f0b7ed7a2e805e08aa1f2412fb9b869a04fdeb,Lukas Schauer,lukas@schauer.so,2015-12-05 02:31:06+01:00,Lukas Schauer,lukas@schauer.so,2015-12-05 01:31:06+00:00,False,schauer,schauer,* master,True,lukas2511_dehydrated,lukas2511/dehydrated,https://github.com/lukas2511/dehydrated +24bcc1ced77ba8edec1eeecb30b0a11c6192429b,jammus,jammus@gmail.com,2010-09-13 21:43:05+01:00,jammus,jammus@gmail.com,2010-09-13 20:43:05+00:00,False,gmail,gmail,* master,True,jammus_lastfm-node,jammus/lastfm-node,https://github.com/jammus/lastfm-node +c28845017f61655a03f0d6b736c57814b705ee2b,Jeff Whitaker,jswhit@fastmail.fm,2006-09-11 02:58:40+00:00,Jeff Whitaker,jswhit@fastmail.fm,2006-09-11 02:58:40+00:00,False,fastmail,fastmail,* master,True,Unidata_netcdf4-python,Unidata/netcdf4-python,https://github.com/Unidata/netcdf4-python +78e5bf1313f67e4cbc67fe01a408d27de7383abd,Murray Cumming,murrayc@src.gnome.org,2003-01-07 16:59:16+00:00,Murray Cumming,murrayc@src.gnome.org,2003-01-07 16:59:16+00:00,False,src,src,* master,True,GNOME_glibmm.git,GNOME/glibmm.git,https://gitlab.gnome.org/GNOME/glibmm.git +f8d8b2638dd514f744331dff148c0cb9df1d92e6,Hilmar Preusse,hille@debian-amd64-sid,2019-07-25 15:23:39+02:00,Hilmar Preusse,hille@debian-amd64-sid,2019-07-25 13:23:39+00:00,False,debian-amd64-sid,debian-amd64-sid,* master,True,debian-tex_dvisvgm,debian-tex/dvisvgm,https://github.com/debian-tex/dvisvgm +52e2408c33bcedf9907f987b7b95aa7efbfeb7bc,Tim Wood,washwithcare@gmail.com,2011-02-28 18:53:16-08:00,Tim Wood,washwithcare@gmail.com,2011-03-01 02:53:16+00:00,False,gmail,gmail,* develop,True,moment_moment.git,moment/moment.git,https://github.com/moment/moment.git +2b60a12e3d4a3fa43af356e09ab32b82b63b60dc,Jirka Hladky,jhladky@redhat.com,2018-07-18 13:56:31+02:00,Jirka Hladky,jhladky@redhat.com,2018-07-18 11:56:31+00:00,False,redhat,redhat,* master,True,jirka-h_haveged,jirka-h/haveged,https://github.com/jirka-h/haveged +fe945d586a74849d30a05b05f151b581836293fc,Tom Rondeau,trondeau@vt.edu,2010-12-07 18:50:28-05:00,Tom Rondeau,trondeau@vt.edu,2010-12-07 23:50:28+00:00,False,vt,vt,* main,True,gnuradio_volk,gnuradio/volk,https://github.com/gnuradio/volk +158b8ee673be7aea09e15c3830092bcab62dbfbe,Waylan Limberg,waylan@gmail.com,2007-12-13 03:47:22+00:00,Waylan Limberg,waylan@gmail.com,2007-12-13 03:47:22+00:00,False,gmail,gmail,* master,True,Python-Markdown_markdown,Python-Markdown/markdown,https://github.com/Python-Markdown/markdown +9264b851d5369fc51dbc468e06a2b3413c9dc600,Ondrej Bartas,ondrej@bartas.cz,2013-08-25 12:59:23+02:00,Ondrej Bartas,ondrej@bartas.cz,2013-08-25 10:59:23+00:00,False,bartas,bartas,* master,True,sidekiq-cron_sidekiq-cron,sidekiq-cron/sidekiq-cron,https://github.com/sidekiq-cron/sidekiq-cron +230b6070aef5f64f396f90a74eb8f1165b3cd1f3,Cullen Jennings,fluffy@iii.ca,2016-03-14 15:38:19-06:00,Cullen Jennings,fluffy@iii.ca,2016-03-14 21:38:19+00:00,False,iii,iii,* version-0.6.2.x,True,zmartzone_cjose.git,zmartzone/cjose.git,https://github.com/zmartzone/cjose.git +c4b682887da5fd820f1a4d77e087675f7b9bfcf6,Laurent Guéguen,laurent.gueguen@univ-lyon1.fr,2022-12-05 10:00:18+01:00,GitHub,noreply@github.com,2022-12-05 09:00:18+00:00,False,univ-lyon1,github,* master,True,BioPP_bpp-phyl.git,BioPP/bpp-phyl.git,https://github.com/BioPP/bpp-phyl.git +179e35d4cf92563fed4296e4d09246bda53e962a,hsbt,hsbt@d0d07461-0603-4401-acd4-de1884942a52,2007-12-17 11:00:28+00:00,hsbt,hsbt@d0d07461-0603-4401-acd4-de1884942a52,2007-12-17 11:00:28+00:00,False,d0d07461-0603-4401-acd4-de1884942a52,d0d07461-0603-4401-acd4-de1884942a52,* master,True,tdiary_tdiary-contrib,tdiary/tdiary-contrib,https://github.com/tdiary/tdiary-contrib +1c2c951f5397c6d0d23af276e107a0173b0d8f45,Martin Stransky,stransky@anakreon.cz,2011-03-10 00:10:01+01:00,Martin Stransky,stransky@anakreon.cz,2011-03-09 23:10:01+00:00,False,anakreon,anakreon,* master,True,AsDaGo_berusky2,AsDaGo/berusky2,https://notabug.org/AsDaGo/berusky2 +ecb7d46ec97b25f89a7c8d9e9610c79a07c70fe2,AmatCoder,AmatCoder@44025b82-9115-564b-7d03-7f3fc60b4744,2013-08-30 08:25:52+00:00,AmatCoder,AmatCoder@44025b82-9115-564b-7d03-7f3fc60b4744,2013-08-30 08:25:52+00:00,False,44025b82-9115-564b-7d03-7f3fc60b4744,44025b82-9115-564b-7d03-7f3fc60b4744,* master,True,AmatCoder_mednaffe,AmatCoder/mednaffe,https://github.com/AmatCoder/mednaffe +f6f4aab68710f6e838dcbdcfe48aa2d3ff7d007c,Kirill Klenov,horneds@gmail.com,2012-08-17 14:23:47+04:00,Kirill Klenov,horneds@gmail.com,2012-08-17 10:23:47+00:00,False,gmail,gmail,* develop,True,klen_pylama,klen/pylama,https://github.com/klen/pylama +cf52758ab9c5fb17e7bd8943c0bb3698e4b6907e,Marco Costalba,mcostalba@gmail.com,2006-12-28 12:22:59+01:00,Marco Costalba,mcostalba@gmail.com,2006-12-28 11:22:59+00:00,False,gmail,gmail,* master,True,tibirna_qgit.git,tibirna/qgit.git,https://github.com/tibirna/qgit.git +85c2de43840780b270588048d35b342c977b9cdf,naoaki,naoaki@ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,2008-04-24 15:04:59+00:00,naoaki,naoaki@ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,2008-04-24 15:04:59+00:00,False,ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,* master,True,chokkan_liblbfgs,chokkan/liblbfgs,https://github.com/chokkan/liblbfgs +b4f739d98208246cd60c5ddbc63b3511d3b909af,Erik Tollerud,erik.tollerud@gmail.com,2013-05-25 17:33:03-04:00,Erik Tollerud,erik.tollerud@gmail.com,2013-05-25 21:33:03+00:00,False,gmail,gmail,* master,True,liberfa_erfa,liberfa/erfa,https://github.com/liberfa/erfa +6f629fcc23ba63342548f61cc7307eeef4f55799,fperez,,2005-07-06 17:52:32+00:00,fperez,,2005-07-06 17:52:32+00:00,False,,,* main,True,ipython_ipython.git,ipython/ipython.git,https://github.com/ipython/ipython.git +48c26c5e1522b68dfc47621a68ef5577c0737952,William Roberts,william.c.roberts@intel.com,2018-09-20 09:52:43-07:00,William Roberts,william.c.roberts@intel.com,2018-09-20 16:52:43+00:00,False,intel,intel,* master,True,tpm2-software_tpm2-pkcs11.git,tpm2-software/tpm2-pkcs11.git,https://github.com/tpm2-software/tpm2-pkcs11.git +253a387c66a5c666adb115980580e4aaf54e6f66,Emmanuele Bassi,ebassi@src.gnome.org,2006-04-23 14:28:58+00:00,Emmanuele Bassi,ebassi@src.gnome.org,2006-04-23 14:28:58+00:00,False,src,src,* main,True,GNOME_baobab.git,GNOME/baobab.git,https://gitlab.gnome.org/GNOME/baobab.git +49da1c60c0f6124ad60695440d103c69c817510c,Damian Conway,damian@conway.org,2000-08-06 20:36:59-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 06:44:08+00:00,False,conway,pobox,* master,True,chorny_Switch.git,chorny/Switch.git,https://github.com/chorny/Switch.git +a9a1fdbb3ded8581df23b105019d4d67148b7571,Clement Lefebvre,clement.lefebvre@linuxmint.com,2012-01-11 17:11:49+00:00,Clement Lefebvre,clement.lefebvre@linuxmint.com,2012-01-11 17:11:49+00:00,False,linuxmint,linuxmint,* master,True,linuxmint_muffin.git,linuxmint/muffin.git,https://github.com/linuxmint/muffin.git +1bf41562f218d9a607f88640fb33bf0775424756,van Hauser,vh@thc.org,2018-06-04 06:10:53+02:00,GitHub,noreply@github.com,2018-06-04 04:10:53+00:00,False,thc,github,* master,True,hackerschoice_THC-Archive,hackerschoice/THC-Archive,https://github.com/hackerschoice/THC-Archive +52f80d42d6c1aee0bf4846986c942d865ed26bfd,tszilagyi,tszilagyi,2004-01-31 20:53:38+00:00,Tom Szilagyi,tom.szilagyi@altmail.se,2024-01-10 10:36:26+00:00,False,tszilagyi,altmail,* master,True,tomszilagyi_tap-plugins.git,tomszilagyi/tap-plugins.git,https://github.com/tomszilagyi/tap-plugins.git +3689b880c39c4f48899adf1a0ca8556a9d3c7a6f,Antonin Kral,a.kral@bobek.cz,2011-08-17 10:25:08+02:00,Antonin Kral,a.kral@bobek.cz,2011-08-17 08:25:08+00:00,False,bobek,bobek,* master,True,bobek_gtkguitune,bobek/gtkguitune,https://github.com/bobek/gtkguitune +5a309dc17ca4aff0c660dce37ab43581bf3b2a0b,David Wilson,dw@botanicus.net,2013-02-04 21:09:14+02:00,David Wilson,dw@botanicus.net,2013-02-04 19:09:14+00:00,False,botanicus,botanicus,* master,True,jnwatson_py-lmdb,jnwatson/py-lmdb,https://github.com/jnwatson/py-lmdb +348321b3e57f02f52abd335d8a7591660050c050,jquast,contact@jeffquast.com,2014-04-07 20:55:21-07:00,jquast,contact@jeffquast.com,2014-04-08 03:55:21+00:00,False,jeffquast,jeffquast,* master,True,jquast_wcwidth,jquast/wcwidth,https://github.com/jquast/wcwidth +12cc144e42f9428783cc9d3d44be30d9c8b1ea6c,Doug Harple,Doug Harple,2017-02-22 23:42:18-05:00,Doug Harple,Doug Harple,2017-02-23 04:42:18+00:00,False,Doug Harple,Doug Harple,* main,True,dharple_detox,dharple/detox,https://github.com/dharple/detox +f3fc391b7402fa925cb6afb1f0b741834acca875,Timon Karnezos,timon.karnezos@gmail.com,2013-02-04 11:07:47-08:00,Timon Karnezos,timon.karnezos@gmail.com,2013-02-04 19:07:47+00:00,False,gmail,gmail,* master,True,citusdata_postgresql-hll.git,citusdata/postgresql-hll.git,https://github.com/citusdata/postgresql-hll.git +dfe29b03010ab9846b1afc4926ce93f9aa46011d,Mateusz Łukasik,mati75@linuxmint.pl,2013-02-21 11:12:47+01:00,Mateusz Łukasik,mati75@linuxmint.pl,2013-02-21 10:12:47+00:00,False,linuxmint,linuxmint,* master,True,mati75_spacefm.git,mati75/spacefm.git,https://github.com/mati75/spacefm.git +743d702fac0feb02d52ff34deadecb32284f18ea,Miguel A. Vico,mvicomoya@nvidia.com,2017-01-17 21:11:15-08:00,Miguel A. Vico,mvicomoya@nvidia.com,2017-01-18 05:21:01+00:00,False,nvidia,nvidia,* master,True,NVIDIA_egl-wayland.git,NVIDIA/egl-wayland.git,https://github.com/NVIDIA/egl-wayland.git +fe7a1861c5aa66e9f1fa4f8f423ec9451cba3f32,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-07-01 00:41:59+00:00,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-07-01 00:41:59+00:00,False,07862939-d7ef-0310-b512-86c215e7314a,07862939-d7ef-0310-b512-86c215e7314a,* master,True,jkeenan_extutils-modulemaker.git,jkeenan/extutils-modulemaker.git,https://github.com/jkeenan/extutils-modulemaker.git +1e8c24b97ccc73851d642d84c525fbba02faa2c5,Arthur Noel,arthur@ischium.net,2011-06-27 13:54:52+01:00,Arthur Noel,arthur@ischium.net,2011-06-27 12:54:52+00:00,False,ischium,ischium,* master,True,0compute_yanc,0compute/yanc,https://github.com/0compute/yanc +93d3f8e9e810bf32f8cc58a61bd8891c53915ac4,Neale Pickett,neale@debian.org,2001-12-06 16:12:10+00:00,Ryan Finnie,ryan@finnie.org,2015-11-29 04:37:28+00:00,False,debian,finnie,* main,True,rfinnie_robotfindskitten-pkg-debian,rfinnie/robotfindskitten-pkg-debian,https://github.com/rfinnie/robotfindskitten-pkg-debian +100c4800acba1896ebd64e179ad5616e43d59eb5,Chris Colbert,sccolbert@gmail.com,2014-01-09 19:31:31-05:00,Chris Colbert,sccolbert@gmail.com,2014-01-10 00:31:31+00:00,False,gmail,gmail,* main,True,nucleic_kiwi,nucleic/kiwi,https://github.com/nucleic/kiwi +5ad18328e8f38abcc5a0fc4a549e7a3c40697d4e,Jason R. Coombs,jaraco@jaraco.com,2015-12-19 22:29:56-05:00,Jason R. Coombs,jaraco@jaraco.com,2015-12-20 03:29:56+00:00,False,jaraco,jaraco,* main,True,jaraco_keyrings.alt,jaraco/keyrings.alt,https://github.com/jaraco/keyrings.alt +9a85d188479075e3f6d1de0d33c35008578e5b97,Matteo Frigo,athena@fftw.org,2002-06-02 14:42:32-04:00,Matteo Frigo,athena@fftw.org,2002-06-02 18:42:32+00:00,False,fftw,fftw,* master,True,FFTW_fftw3.git,FFTW/fftw3.git,https://github.com/FFTW/fftw3.git +0fc017e88bccfc2c4bd39084f1e140e16943ecf9,Sam Dutton,samdutton@gmail.com,2013-09-20 03:40:24-07:00,Sam Dutton,samdutton@gmail.com,2013-09-20 10:40:24+00:00,False,gmail,gmail,* main,True,webrtchacks_adapter,webrtchacks/adapter,https://github.com/webrtchacks/adapter +a7684e5745716d713f91b1ebc1027632a3ff9d36,Paul Kienzle,pkienzle@nist.gov,2014-08-26 09:07:44-04:00,Paul Kienzle,pkienzle@nist.gov,2014-08-26 13:07:44+00:00,False,nist,nist,* master,True,SasView_sasmodels.git,SasView/sasmodels.git,https://github.com/SasView/sasmodels.git +4d669f11b8c77ae29274f3cb969a14c1e3b4958d,Joachim Metz,joachim.metz@gmail.com,2018-09-07 07:18:00+02:00,Joachim Metz,joachim.metz@gmail.com,2018-09-07 05:18:00+00:00,False,gmail,gmail,* main,True,libyal_libfsapfs,libyal/libfsapfs,https://github.com/libyal/libfsapfs +5e80e1559110bd024e99a40e41e39eca076b245b,Adenilson Cavalcanti,cavalcantii@gmail.com,2007-06-28 13:13:33+00:00,Adenilson Cavalcanti,cavalcantii@gmail.com,2007-06-28 13:13:33+00:00,False,gmail,gmail,* master,True,amora_amora,amora/amora,https://github.com/amora/amora +9d245a9748637335439b16ca419d83089e1e2d45,Will Woods,wwoods@redhat.com,2007-09-07 11:43:03-04:00,Will Woods,wwoods@redhat.com,2007-09-07 15:43:03+00:00,False,redhat,redhat,* main,True,python-bugzilla_python-bugzilla,python-bugzilla/python-bugzilla,https://github.com/python-bugzilla/python-bugzilla +48438cc5b35c665a398afe6cb748d0c2284acf40,chrender,chrender,2010-08-13 07:54:58+00:00,chrender,chrender,2010-08-13 07:54:58+00:00,False,chrender,chrender,* master,True,chrender_libfizmo,chrender/libfizmo,https://github.com/chrender/libfizmo +ff578d32b741f92cdd594171acdc18416880fa46,Julien Lamy,lamy@unistra.fr,2015-03-26 15:32:06+01:00,Julien Lamy,lamy@unistra.fr,2015-03-26 14:32:06+00:00,False,unistra,unistra,* master,True,lamyj_odil,lamyj/odil,https://github.com/lamyj/odil +06b2969585eec2ae2fee0b0853b4b07ade33b3e3,Luca Guidi,guidi.luca@gmail.com,2011-11-17 15:24:24+01:00,Luca Guidi,guidi.luca@gmail.com,2011-11-17 14:24:24+00:00,False,gmail,gmail,* master,True,redis-store_redis-actionpack,redis-store/redis-actionpack,https://github.com/redis-store/redis-actionpack +c0233c6aae32d11d2dc1e0f836c0bcf8b2fab6d0,ero.carrera,ero.carrera@06aa9b79-7134-0410-ae7e-c1cd3e483e87,2007-07-09 22:27:24+00:00,ero.carrera,ero.carrera@06aa9b79-7134-0410-ae7e-c1cd3e483e87,2007-07-09 22:27:24+00:00,False,06aa9b79-7134-0410-ae7e-c1cd3e483e87,06aa9b79-7134-0410-ae7e-c1cd3e483e87,* main,True,pydot_pydot.git,pydot/pydot.git,https://github.com/pydot/pydot.git +c8be724b3f7ca21ccfd51e9f2359f52a2dc9289e,Vitaly Puzrin,vitaly@rcdesign.ru,2014-09-02 16:11:34+04:00,Vitaly Puzrin,vitaly@rcdesign.ru,2014-09-02 12:11:34+00:00,False,rcdesign,rcdesign,* master,True,markdown-it_markdown-it,markdown-it/markdown-it,https://github.com/cmrd-senya/markdown-it-html5-embed +ab06fbe6bf60be18a740547db957b5c44ae6b786,Rob Hudson,rob@cogit8.org,2008-08-27 23:57:17-07:00,Rob Hudson,rob@cogit8.org,2008-08-28 06:57:17+00:00,False,cogit8,cogit8,* main,True,jazzband_django-debug-toolbar.git,jazzband/django-debug-toolbar.git,https://github.com/jazzband/django-debug-toolbar.git +58106d9e7de12ac43b6f39d3362da211b43dc0c8,Thomas Robitaille,thomas.robitaille@gmail.com,2011-10-07 17:33:52-04:00,Thomas Robitaille,thomas.robitaille@gmail.com,2011-12-22 20:58:17+00:00,False,gmail,gmail,* main,True,astropy_astroquery.git,astropy/astroquery.git,https://github.com/astropy/astroquery.git +038408f3205cc9d8fc7c617a9be920ca51145ff0,Mike Stok,mike+pause@stok.ca,1998-01-02 13:23:25-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 15:46:36+00:00,False,stok,pobox,* master,True,rjbs_Text-Soundex,rjbs/Text-Soundex,https://github.com/rjbs/Text-Soundex +0e81c66b29dae48b6d6c2db838266e0cff9c6cc0,Tyler Kellen,tyler@sleekcode.net,2014-05-09 10:41:18-04:00,Blaine Bublitz,blaine.bublitz@gmail.com,2018-12-17 19:41:06+00:00,False,sleekcode,gmail,* master,True,tkellen_node-v8flags.git,tkellen/node-v8flags.git,https://github.com/tkellen/node-v8flags.git +ed07ab7b7a838c26372bdebe0edbe6ae5560127e,Stefano Karapetsas,stefano@karapetsas.com,2012-05-26 22:14:25+02:00,Stefano Karapetsas,stefano@karapetsas.com,2012-05-26 20:14:25+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-icon-theme-faenza.git,mate-desktop/mate-icon-theme-faenza.git,https://github.com/mate-desktop/mate-icon-theme-faenza.git +536d16e4b6ec69713e6c3e80282a8a30026b943f,Mike Taylor,bear42@gmail.com,2012-09-11 23:44:45-07:00,Mike Taylor,bear42@gmail.com,2012-09-12 06:44:45+00:00,False,gmail,gmail,* master,True,bear_parsedatetime,bear/parsedatetime,https://github.com/bear/parsedatetime +774a6e47583e0d5a83366bc246e0529679528a23,dromano,dromano@a3c37c4d-c931-0410-83b8-a36781ac0157,2007-03-04 21:12:37+00:00,dromano,dromano@a3c37c4d-c931-0410-83b8-a36781ac0157,2007-03-04 21:12:37+00:00,False,a3c37c4d-c931-0410-83b8-a36781ac0157,a3c37c4d-c931-0410-83b8-a36781ac0157,* master,True,unobe_perl-wfa.git,unobe/perl-wfa.git,https://github.com/unobe/perl-wfa.git +e80b7f7351a3fc5913840f197074a89b31e18e1b,Francis Banyikwa,mhogomchungu@gmail.com,2016-08-11 03:34:05+03:00,Francis Banyikwa,mhogomchungu@gmail.com,2016-08-11 00:34:05+00:00,False,gmail,gmail,* debian,True,davesteele_sirikali,davesteele/sirikali,https://github.com/davesteele/sirikali +1da391c3f762ff2413c688e1cc02515269fd155f,Richard Hughes,richard@hughsie.com,2017-12-13 15:48:43+00:00,Richard Hughes,richard@hughsie.com,2017-12-14 13:11:42+00:00,False,hughsie,hughsie,* master,True,GNOME_gcab,GNOME/gcab,https://gitlab.gnome.org/GNOME/gcab +a6094d54408aef92c2f3cae85a2b325d42c57792,Darold Gilles,gilles@darold.net,2012-12-22 22:21:53+01:00,Darold Gilles,gilles@darold.net,2012-12-22 21:21:53+00:00,False,darold,darold,* master,True,darold_pgFormatter.git,darold/pgFormatter.git,https://github.com/darold/pgFormatter.git +7aefa7d76340969ee5ec50e7c63d71f66d371151,gedit,gedit,1998-05-27 17:50:53+00:00,gedit,gedit,1998-05-27 17:50:53+00:00,False,gedit,gedit,* master,True,GNOME_gnome-applets,GNOME/gnome-applets,https://gitlab.gnome.org/GNOME/gnome-applets +f649a03c1be597a4da12ee4d503043b153fe084b,Tom Cocagne,devnull@localhost,2010-12-01 09:44:20-05:00,Tom Cocagne,devnull@localhost,2010-12-01 14:44:20+00:00,False,localhost,localhost,* master,True,cocagne_pysrp,cocagne/pysrp,https://github.com/cocagne/pysrp +002c0fcd681fb138e9acfa8c6b0f70960a6a6469,Sean Gillies,sean.gillies@gmail.com,2013-11-04 12:00:19-07:00,Sean Gillies,sean.gillies@gmail.com,2013-11-04 19:00:19+00:00,False,gmail,gmail,* main,True,rasterio_rasterio.git,rasterio/rasterio.git,https://github.com/rasterio/rasterio.git +6ce4263438419b33d708e684aa3ea7d6ef2ffa19,Jens Rehsack,sno@netbsd.org,2014-12-01 15:34:20+01:00,Jens Rehsack,sno@netbsd.org,2014-12-01 14:34:20+00:00,False,netbsd,netbsd,* master,True,Getty_p5-moox-cmd,Getty/p5-moox-cmd,https://github.com/Getty/p5-moox-cmd +a2d50e0269ecdb880c39d6ad4438697330f415ae,Pixie,pix@kepibu.org,2015-05-13 08:22:45-05:00,Pixie,pix@kepibu.org,2015-06-01 05:08:40+00:00,False,kepibu,kepibu,* master,True,pinterface_cl-ftp,pinterface/cl-ftp,https://github.com/pinterface/cl-ftp +4ddd6df3df0334fc9053e860966b0e91f1b6e1b2,Martin Pool,mbp@sourcefrog.net,2000-02-29 04:58:16+00:00,Martin Pool,mbp@sourcefrog.net,2000-02-29 04:58:16+00:00,False,sourcefrog,sourcefrog,* master,True,librsync_librsync,librsync/librsync,https://github.com/librsync/librsync +2011e3c2ee9b669a653e39eaa0dde012d300a1b4,George Zahariev,z@georgezahariev.com,2013-09-26 23:51:18-07:00,George Zahariev,z@georgezahariev.com,2013-09-29 18:32:18+00:00,False,georgezahariev,georgezahariev,* master,True,gkz_type-check.git,gkz/type-check.git,https://github.com/gkz/type-check.git +93abc68e47e52adc99c846dc9b07a4e609128fc4,Harm van Tilborg,harm@zeroxcool.net,2010-10-23 12:41:01+00:00,Harm van Tilborg,harm@zeroxcool.net,2010-10-23 12:41:01+00:00,False,zeroxcool,zeroxcool,* master,True,curvedns_curvedns.git,curvedns/curvedns.git,https://github.com/curvedns/curvedns.git +4ee2559eaaf2a94ac26c265517e9604a72729360,Stefano Karapetsas,stefano@karapetsas.com,2011-12-11 13:11:15+01:00,Stefano Karapetsas,stefano@karapetsas.com,2011-12-11 12:11:15+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-media.git,mate-desktop/mate-media.git,https://github.com/mate-desktop/mate-media.git +032c061aea19fb302ae5254e438809045e41c0b3,Emilio Pinna,emilio.pinn@gmail.com,2014-09-27 20:11:21+02:00,Emilio Pinna,emilio.pinn@gmail.com,2014-09-27 18:11:21+00:00,False,gmail,gmail,* master,True,epinna_weevely3.git,epinna/weevely3.git,https://github.com/epinna/weevely3.git +fa09e5594e8cc377bde8c290c38656a527321aa0,Chuck Byam,kg4ijb@xastir.org,2002-02-02 03:19:52+00:00,Chuck Byam,kg4ijb@xastir.org,2002-02-02 03:19:52+00:00,False,xastir,xastir,* master,True,Xastir_Xastir.git,Xastir/Xastir.git,https://github.com/Xastir/Xastir.git +a8d28a6ce7e0c56dacba5d527d9134573a008902,Perberos,perberos@gmail.com,2011-11-06 19:30:49-03:00,Perberos,perberos@gmail.com,2011-11-06 22:30:49+00:00,False,gmail,gmail,* master,True,mate-desktop_eom.git,mate-desktop/eom.git,https://github.com/mate-desktop/eom.git +9bcbcd6ef911135f60c6bc5513c616c88d42d3bb,James Coglan,jcoglan@gmail.com,2011-11-22 01:43:51+00:00,James Coglan,jcoglan@gmail.com,2011-11-22 01:43:51+00:00,False,gmail,gmail,* main,True,faye_websocket-driver-ruby,faye/websocket-driver-ruby,https://github.com/faye/websocket-driver-ruby +9b82890ea11742eafd686f44b8cc7075029dbd7b,Artem Pavlenko,artemp@users.noreply.github.com,2014-02-11 12:37:24-08:00,Artem Pavlenko,artemp@users.noreply.github.com,2014-02-11 20:37:24+00:00,False,users,users,* master,True,mapbox_variant.git,mapbox/variant.git,https://github.com/mapbox/variant.git +2f6514b02fa00134b6f09d8ebbafe6f25e32fd66,Nicolas Capit,capitn@users.gforge.inria.fr,2005-10-26 14:09:22+00:00,Nicolas Capit,capitn@users.gforge.inria.fr,2005-10-26 14:09:22+00:00,False,users,users,* 2.5,True,oar-team_oar,oar-team/oar,https://github.com/oar-team/oar +d15cde821f7425068d0b5a9c4d8be376337e4b46,Clint,clint@traveljury.com,2008-11-03 20:48:24+00:00,Clint,clint@traveljury.com,2008-11-03 20:48:24+00:00,False,traveljury,traveljury,* master,True,clintongormley_locale-maketext-lexicon.git,clintongormley/locale-maketext-lexicon.git,https://github.com/clintongormley/locale-maketext-lexicon.git +8a015991682b75caa4421eb404f0eecf16cd8bf9,sethf,sethf@dcde13d4-9b1b-0410-ac9e-ef07de68c835,2006-08-31 23:32:54+00:00,sethf,sethf@dcde13d4-9b1b-0410-ac9e-ef07de68c835,2006-08-31 23:32:54+00:00,False,dcde13d4-9b1b-0410-ac9e-ef07de68c835,dcde13d4-9b1b-0410-ac9e-ef07de68c835,* main,True,r-dbi_RSQLite.git,r-dbi/RSQLite.git,https://github.com/r-dbi/RSQLite.git +ed535fe2b83972545c037045c304f7a672954d0f,TomPoulton,poulton.tm@gmail.com,2013-06-25 12:54:10-07:00,TomPoulton,poulton.tm@gmail.com,2013-06-25 19:54:10+00:00,False,gmail,gmail,* master,True,voxpupuli_hiera-eyaml,voxpupuli/hiera-eyaml,https://github.com/voxpupuli/hiera-eyaml +1758f216def8faa9bab994992d808866c4d0373c,Joachim Metz,joachim.metz@gmail.com,2014-10-01 08:26:47+02:00,Joachim Metz,joachim.metz@gmail.com,2014-10-01 06:26:47+00:00,False,gmail,gmail,* main,True,libyal_libvslvm,libyal/libvslvm,https://github.com/libyal/libvslvm +35752d7962ed1ee2146d7ab96bbe677fe85c4467,Simon Goodall,simon@simongoodall.co.uk,2005-11-27 16:36:00+00:00,Simon Goodall,simon@simongoodall.co.uk,2005-11-27 16:36:00+00:00,False,simongoodall,simongoodall,* master,True,worldforge_libwfut,worldforge/libwfut,https://github.com/worldforge/libwfut +44be7c4582c077924d88a7a551cc31700f1014f3,Zygmunt Krynicki,zygmunt.krynicki@canonical.com,2015-02-11 19:39:51+01:00,Zygmunt Krynicki,zygmunt.krynicki@canonical.com,2015-02-11 19:42:49+00:00,False,canonical,canonical,* master,True,zyga_padme,zyga/padme,https://github.com/zyga/padme +01ebd69e1934980cc59eb1f4e2953f09fed702fa,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,False,dune-project,dune-project,* master,True,core_dune-istl,core/dune-istl,https://gitlab.dune-project.org/core/dune-istl +61e5b4b7de31b844940d9ffb5635f8fee911f4ea,Sebastian Messmer,mail@smessmer.de,2014-11-25 14:29:44+01:00,Sebastian Messmer,mail@smessmer.de,2014-11-25 13:29:44+00:00,False,smessmer,smessmer,* debian,True,davesteele_cryfs,davesteele/cryfs,https://github.com/davesteele/cryfs +e59145232c55785c2d5687d615016e6250140e79,Perberos,perberos@gmail.com,2011-11-30 18:59:39-03:00,Perberos,perberos@gmail.com,2011-11-30 21:59:39+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-backgrounds.git,mate-desktop/mate-backgrounds.git,https://github.com/mate-desktop/mate-backgrounds.git +09236778e73ac84c858bad1912465b07cf2dba30,Junio C Hamano,junkio@cox.net,2005-05-14 00:25:06-07:00,Petr Baudis,xpasky@machine.sinus.cz,2005-05-14 16:14:45+00:00,False,cox,machine,* master,True,newren_easygit,newren/easygit,https://github.com/newren/easygit +a95c1a461def8f20df50c5e60ae74a3aaefb9f4b,Daniel Wagner,wagi@monom.org,2018-06-09 14:37:11+02:00,Daniel Wagner,daniel.wagner@siemens.com,2018-10-26 10:45:14+00:00,False,monom,siemens,* master,True,igaw_jitterdebugger.git,igaw/jitterdebugger.git,https://github.com/igaw/jitterdebugger.git +e3c14e286c0199ace7d55029232af577ab929993,rncbc,rncbc@304e7ffa-9037-4501-99c0-529757c9bbcc,2005-04-01 14:10:39+00:00,rncbc,rncbc@304e7ffa-9037-4501-99c0-529757c9bbcc,2005-04-01 14:10:39+00:00,False,304e7ffa-9037-4501-99c0-529757c9bbcc,304e7ffa-9037-4501-99c0-529757c9bbcc,* main,True,rncbc_qtractor.git,rncbc/qtractor.git,https://github.com/rncbc/qtractor.git +c56a984f7c45b1594cc2b6507678c4cab942f852,Ben Konrath,ben@bagu.org,2009-11-14 22:09:34-06:00,Ben Konrath,ben@bagu.org,2009-11-15 04:09:34+00:00,False,bagu,bagu,* master,True,GNOME_caribou.git,GNOME/caribou.git,https://gitlab.gnome.org/GNOME/caribou.git +dd6e1af5451243b26009cfbea72b9968eec69cf7,Anand,anandology@gmail.com,2007-12-24 20:50:02+05:30,Anand,anandology@gmail.com,2007-12-24 15:20:02+00:00,False,gmail,gmail,* master,True,webpy_webpy.git,webpy/webpy.git,https://github.com/webpy/webpy.git +5eeb4026025c9ed9d8bd76002908856ae50c8579,vvuksan,vlemp@vuksan.com,2010-10-22 13:34:07-04:00,vvuksan,vlemp@vuksan.com,2010-10-22 17:34:07+00:00,False,vuksan,vuksan,* master,True,ganglia_ganglia-web,ganglia/ganglia-web,https://github.com/ganglia/ganglia-web +2f3a7af653126f7bb6ce4ae7e8929b27f250eebe,Ruslan Zakirov,ruz@bestpractical.com,2006-12-14 01:37:14+00:00,Ruslan Zakirov,ruz@bestpractical.com,2006-12-14 01:37:14+00:00,False,bestpractical,bestpractical,* master,True,bestpractical_gnupg-interface.git,bestpractical/gnupg-interface.git,https://github.com/bestpractical/gnupg-interface.git +7fad3bf90af49ce15fee628a48eb3fd53ec7c772,Nando Florestan,nandoflorestan@gmail.com,2013-06-25 17:01:30-03:00,Nando Florestan,nandoflorestan@gmail.com,2013-06-25 20:01:30+00:00,False,gmail,gmail,* master,True,nandoflorestan_nine,nandoflorestan/nine,https://github.com/nandoflorestan/nine +7333a3a2bda701ae1996aa4ccaeaad0c3ee51036,Jerome Vouillon,jerome.vouillon@gmail.com,2013-10-21 14:22:28+02:00,Jerome Vouillon,jerome.vouillon@gmail.com,2013-10-21 12:22:28+00:00,False,gmail,gmail,* master,True,vouillon_coinst,vouillon/coinst,https://github.com/vouillon/coinst +11021da784d11882da26124b33358b6bf368300f,coin,coin@coin-or.clemson.edu,2009-03-05 16:49:22+00:00,coin,coin@coin-or.clemson.edu,2009-03-05 16:49:22+00:00,False,coin-or,coin-or,* master,True,coin-or_ADOL-C,coin-or/ADOL-C,https://github.com/coin-or/ADOL-C +a85d7d871f5e6dc38f67712261f264de90c29d4d,Timo Röhling,timo@gaussglocke.de,2022-08-23 01:17:04+02:00,Timo Röhling,timo@gaussglocke.de,2022-08-22 23:17:04+00:00,False,gaussglocke,gaussglocke,* main,True,roehling_postsrsd.git,roehling/postsrsd.git,https://github.com/roehling/postsrsd.git +bf793c5fd5e8bbe95d1aeced8f7977c15edf5ea2,zloirock,zloirock@zloirock.ru,2014-01-05 23:42:36+07:00,zloirock,zloirock@zloirock.ru,2014-01-05 16:42:36+00:00,False,zloirock,zloirock,* master,True,zloirock_core-js.git,zloirock/core-js.git,https://github.com/zloirock/core-js.git +00a1ec56274a0afaf09d4971a1a3b1992b33bcf5,Mathias Bynens,mathias@qiwi.be,2011-11-11 14:36:59+01:00,Mathias Bynens,mathias@qiwi.be,2011-11-11 13:36:59+00:00,False,qiwi,qiwi,* main,True,bestiejs_punycode.js,bestiejs/punycode.js,https://github.com/bestiejs/punycode.js +f72f99d83dd85d43e3a241137ca4d1ac78d9e5b3,Ken Elkabany,kelkabany@dropbox.com,2015-06-15 11:00:05-07:00,Ken Elkabany,kelkabany@dropbox.com,2015-06-15 18:00:05+00:00,False,dropbox,dropbox,* main,True,dropbox_dropbox-sdk-python,dropbox/dropbox-sdk-python,https://github.com/dropbox/dropbox-sdk-python +74b9ac44144862b35997131f4022e0f4a79bbe68,Kohei Yoshida,kohei.yoshida@gmail.com,2012-04-04 00:07:02-04:00,Kohei Yoshida,kohei.yoshida@gmail.com,2012-04-04 04:44:13+00:00,False,gmail,gmail,* master,True,orcus_orcus,orcus/orcus,https://gitlab.com/orcus/orcus +803b2cda6b7240ef22db5799d5c08eb1ffaf357f,jensgoe,jens@photofilmstrip.org,2008-10-14 12:26:37+00:00,jensgoe,jens@photofilmstrip.org,2008-10-14 12:26:37+00:00,False,photofilmstrip,photofilmstrip,* master,True,PhotoFilmStrip_PFS.git,PhotoFilmStrip/PFS.git,https://github.com/PhotoFilmStrip/PFS.git +557859d56cc8c1db5dde5fa53a151b7ea480e382,Ben Speakmon,bspeakmon@atlassian.com,2012-04-29 23:40:08-07:00,Ben Speakmon,bspeakmon@atlassian.com,2012-04-30 06:40:08+00:00,False,atlassian,atlassian,* main,True,pycontribs_jira,pycontribs/jira,https://github.com/pycontribs/jira +c1ef266036503114d3e999665b534089e667bfd7,Pete Ratzlaff,pratzlaff@cfa.harvard.edu,2023-06-16 22:53:39-04:00,Pete Ratzlaff,pratzlaff@cfa.harvard.edu,2023-06-17 02:53:39+00:00,False,cfa,cfa,* main,True,pratzlaff_Astro-FITS-CFITSIO,pratzlaff/Astro-FITS-CFITSIO,https://github.com/pratzlaff/Astro-FITS-CFITSIO +651d4ff1dd21ae1786358efc4f76d5c7164f1b7d,Abdelkader Boudih,terminale@gmail.com,2014-04-27 22:10:51+00:00,Abdelkader Boudih,terminale@gmail.com,2014-04-27 22:10:51+00:00,False,gmail,gmail,* master,True,state-machines_state_machines,state-machines/state/machines,https://github.com/state-machines/state_machines +21958f37a351bd376fcbd70be19d71a202bf2acd,GauiStori,gudjon@gudjon.org,2016-10-22 15:41:37+02:00,GauiStori,gudjon@gudjon.org,2016-10-22 13:41:37+00:00,False,gudjon,gudjon,* master,True,GauiStori_PyQwt3D,GauiStori/PyQwt3D,https://github.com/GauiStori/PyQwt3D +94c1087e67782ad8da4f411400ef76966b77b3b2,Jakob Voss,voss@gbv.de,2013-11-28 13:19:42+01:00,Jakob Voss,voss@gbv.de,2013-11-28 12:19:42+00:00,False,gbv,gbv,* master,True,nichtich_RDF-aREF.git,nichtich/RDF-aREF.git,https://github.com/nichtich/RDF-aREF.git +73ccace4e4b487e5c31ebce304b31257aaa2ad8a,Elias Dorneles,eliasdorneles@gmail.com,2014-08-15 19:11:55-03:00,Elias Dorneles,eliasdorneles@gmail.com,2014-08-15 22:11:55+00:00,False,gmail,gmail,* master,True,scrapinghub_dateparser,scrapinghub/dateparser,https://github.com/scrapinghub/dateparser +32107cdd57b4796c3f41ac56c9ba683be3d894af,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-06-08 17:48:03+00:00,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-06-08 17:48:03+00:00,False,daimi,daimi,* master,True,xorg_lib_libxrandr.git,xorg/lib/libxrandr.git,https://gitlab.freedesktop.org/xorg/lib/libxrandr.git +5b1cf3594a205fd22a4e76daf0a6363e68e41e9a,Brad King,brad.king@kitware.com,2003-04-11 13:36:16-04:00,Brad King,brad.king@kitware.com,2003-04-11 17:36:16+00:00,False,kitware,kitware,* master,True,Kitware_KWStyle,Kitware/KWStyle,https://github.com/Kitware/KWStyle +0e004c696b0e68b2cff37a4c3315b022a35eaf43,Perberos,perberos@gmail.com,2011-12-01 22:24:23-03:00,Perberos,perberos@gmail.com,2011-12-02 01:24:23+00:00,False,gmail,gmail,* master,True,mate-desktop_caja.git,mate-desktop/caja.git,https://github.com/mate-desktop/caja.git +3b295845d830357fbcf99b0acd55708e44a0e3ac,Andrew Svetlov,andrew.svetlov@gmail.com,2016-09-08 15:57:19+03:00,Andrew Svetlov,andrew.svetlov@gmail.com,2016-09-08 12:57:19+00:00,False,gmail,gmail,* master,True,aio-libs_async_timeout.git,aio-libs/async/timeout.git,https://github.com/aio-libs/async_timeout.git +b174aae1185c698c4d75c72ec3bafa366b654b46,vasole,vasole@a8702ac3-0063-49a2-b157-4a214673c9c1,2006-04-18 12:58:32+00:00,vasole,vasole@a8702ac3-0063-49a2-b157-4a214673c9c1,2006-04-18 12:58:32+00:00,False,a8702ac3-0063-49a2-b157-4a214673c9c1,a8702ac3-0063-49a2-b157-4a214673c9c1,* master,True,vasole_pymca,vasole/pymca,https://github.com/vasole/pymca +027af59fc5ec6cdcf9885302a2c44cb85cbd41e6,Olivier Delannoy,dalfy@users.sourceforge.net,2009-09-29 22:10:27+01:00,Olivier Delannoy,dalfy@users.sourceforge.net,2009-09-29 21:10:27+00:00,False,users,users,* master,True,glfw_glfw.git,glfw/glfw.git,https://github.com/glfw/glfw.git +d648a23e5ca9c593750fb78696b5f7e9d8b83aa7,John Paulett,john@paulett.org,2011-07-12 13:27:14-05:00,John Paulett,john@paulett.org,2011-07-12 18:31:08+00:00,False,paulett,paulett,* main,True,johnpaulett_python-hl7.git,johnpaulett/python-hl7.git,https://github.com/johnpaulett/python-hl7.git +468c0d38fa0cf99abf9dbe6a2f388806ce51083c,Matias Aguirre,matiasaguirre@gmail.com,2008-06-26 14:36:58+00:00,Matias Aguirre,matiasaguirre@gmail.com,2008-06-26 14:36:58+00:00,False,gmail,gmail,* master,True,scrapy_cssselect,scrapy/cssselect,https://github.com/scrapy/cssselect +bbe2bfe4df3709bee31ef3eeac45fd3be7f72671,Simon Howard,fraggle@gmail.com,2005-07-23 16:54:24+00:00,Simon Howard,fraggle@gmail.com,2005-07-23 16:54:24+00:00,False,gmail,gmail,* master,True,fabiangreffrath_crispy-doom.git,fabiangreffrath/crispy-doom.git,https://github.com/fabiangreffrath/crispy-doom.git +c1c57af9c272e2facd748365d8db019b7f547b2d,Martin Wimpress,code@flexion.org,2014-11-01 15:47:58+00:00,Martin Wimpress,code@flexion.org,2014-11-01 15:47:58+00:00,False,flexion,flexion,* master,True,ubuntu-mate_mate-menu.git,ubuntu-mate/mate-menu.git,https://github.com/ubuntu-mate/mate-menu.git +9cbf240e2a5ddd34c7f28b1c94f51465dea5c633,Graham Williams,gjwkayon@gmail.com,2010-07-11 19:24:15+10:00,Graham Williams,gjwkayon@gmail.com,2010-07-11 09:24:15+00:00,False,gmail,gmail,* main,True,gjwgit_wajig,gjwgit/wajig,https://github.com/gjwgit/wajig +8e03b8bd9a414c83324b41af447a2884f36f2a78,Dan Sully,daniel-github@electricrain.com,2007-01-04 21:36:56+00:00,Dan Sully,daniel-github@electricrain.com,2007-01-04 21:36:56+00:00,False,electricrain,electricrain,* master,True,JJ_perl-mp3-info.git,JJ/perl-mp3-info.git,https://github.com/JJ/perl-mp3-info.git +8fc611c325b8d67bf88bebb5fa848bc38c19c959,David Schleef,ds@schleef.org,2009-03-17 15:30:47-07:00,David Schleef,ds@schleef.org,2009-03-17 22:30:47+00:00,False,schleef,schleef,* main,True,gstreamer_orc,gstreamer/orc,https://gitlab.freedesktop.org/gstreamer/orc +5ca0cb2a319523344f936e37c0947f0707eaaec5,Martin Heni,martin@heni-online.de,2000-11-08 21:27:05+00:00,Martin Heni,martin@heni-online.de,2000-11-08 21:27:05+00:00,False,heni-online,heni-online,* master,True,games_libkdegames.git,games/libkdegames.git,https://invent.kde.org/games/libkdegames.git +7ea13975871dc3aa32f6a1872affea37ec0d82d3,Nathan Rajlich,nathan@tootallnate.net,2012-02-03 13:17:28-08:00,Nathan Rajlich,nathan@tootallnate.net,2012-02-03 21:17:28+00:00,False,tootallnate,tootallnate,* main,True,nodejs_node-gyp.git,nodejs/node-gyp.git,https://github.com/nodejs/node-gyp.git +8d3f41445e6717ca950887c98cb8060ae70335ce,Wendell,wackywendell@gmail.com,2010-08-04 16:58:26-04:00,Wendell,wackywendell@gmail.com,2010-08-04 20:58:26+00:00,False,gmail,gmail,* master,True,urwid_urwid.git,urwid/urwid.git,https://github.com/urwid/urwid.git +e74978ba776f78158e3e9729d5fda6814358ea3a,ra,ra@47890b92-0858-11df-a26f-8b716316a5bc,2010-01-23 19:44:49+00:00,ra,ra@47890b92-0858-11df-a26f-8b716316a5bc,2010-01-23 19:44:49+00:00,False,47890b92-0858-11df-a26f-8b716316a5bc,47890b92-0858-11df-a26f-8b716316a5bc,* master,True,audacity_audacity.git,audacity/audacity.git,https://github.com/audacity/audacity.git +b4495530a8a6ba0c15177a2bb59f9ffc830c6dbb,Lubomir Rintel,lubo.rintel@gooddata.com,2012-07-16 16:53:28+02:00,Lubomir Rintel,lubo.rintel@gooddata.com,2012-07-16 14:53:28+00:00,False,gooddata,gooddata,* master,True,lkundrak_perl-Authen-Captcha.git,lkundrak/perl-Authen-Captcha.git,https://github.com/lkundrak/perl-Authen-Captcha.git +fc77351e10feb1d6a66ce8e5168326898a5c4be1,Euler Taveira de Oliveira,euler@timbira.com,2014-02-19 10:34:12-08:00,Euler Taveira de Oliveira,euler@timbira.com,2014-02-19 18:34:12+00:00,False,timbira,timbira,* master,True,eulerto_wal2json.git,eulerto/wal2json.git,https://github.com/eulerto/wal2json.git +9a0bad0604f93cb5733958532c8cc9dac2b605d7,Douglass Cutting,cutting@apache.org,2009-04-09 19:25:42+00:00,Douglass Cutting,cutting@apache.org,2009-04-09 19:25:42+00:00,False,apache,apache,* main,True,apache_avro,apache/avro,https://github.com/apache/avro +4507aff688e83820958a06633dd67042c655dfb7,porneL,porneL@Aimac.local,2009-09-17 23:43:58+01:00,porneL,porneL@Aimac.local,2009-09-17 22:43:58+00:00,False,Aimac,Aimac,* main,True,kornelski_pngquant.git,kornelski/pngquant.git,https://github.com/kornelski/pngquant.git +53b9f1f942b4a88be80043bd94a0f6399e0200de,Vilnis Termanis,vilnis.termanis@iotic-labs.com,2015-08-16 12:21:14+01:00,Vilnis Termanis,vilnis.termanis@iotic-labs.com,2015-08-16 11:21:14+00:00,False,iotic-labs,iotic-labs,* dev-contrib,True,Iotic-Labs_py-ubjson,Iotic-Labs/py-ubjson,https://github.com/Iotic-Labs/py-ubjson +01c9cbeb7c3bd5c7bd067c5d7438df7d34027fbc,Kenneth Knowles,kenn@inkling.com,2012-04-19 15:37:18-07:00,Kenneth Knowles,kenn@inkling.com,2012-04-19 22:37:18+00:00,False,inkling,inkling,* main,True,puppetlabs_puppetlabs-postgresql.git,puppetlabs/puppetlabs-postgresql.git,https://github.com/puppetlabs/puppetlabs-postgresql.git +195ae85fc6b88965b6492b202cdda98892c6a083,Dave Mankoff,mankyd@gmail.com,2013-02-12 18:14:20-05:00,Dave Mankoff,mankyd@gmail.com,2013-02-12 23:14:20+00:00,False,gmail,gmail,* master,True,mankyd_htmlmin,mankyd/htmlmin,https://github.com/mankyd/htmlmin +ac463e8597becbb9d1dfab1151955d4a77898829,W-Mark Kubacki,wmark@hurrikane.de,2010-03-18 14:06:08+01:00,W-Mark Kubacki,wmark@hurrikane.de,2010-03-18 13:06:08+00:00,False,hurrikane,hurrikane,* master,True,gnosek_fcgiwrap,gnosek/fcgiwrap,https://github.com/gnosek/fcgiwrap +b758723fe3266e91d0427c3367d0753a7663a514,MaZderMind,github@mazdermind.de,2014-07-28 10:00:25+02:00,MaZderMind,github@mazdermind.de,2014-07-28 08:00:25+00:00,False,mazdermind,mazdermind,* main,True,voc_voctomix.git,voc/voctomix.git,https://github.com/voc/voctomix.git +c5bfb22f964b8f1feecdc8fb29d8a74b36861d32,Emmanuele Bassi,ebassi@openedhand.com,2007-09-20 17:33:28+01:00,Emmanuele Bassi,ebassi@openedhand.com,2007-09-20 19:35:49+00:00,False,openedhand,openedhand,* main,True,GNOME_json-glib.git,GNOME/json-glib.git,https://gitlab.gnome.org/GNOME/json-glib.git +e0722f681db1d410a714e56f5aa74bbc98ffe404,Charles Sharpsteen,source@sharpsteen.net,2009-05-19 01:37:40-07:00,Charles Sharpsteen,source@sharpsteen.net,2009-05-19 08:37:40+00:00,False,sharpsteen,sharpsteen,* master,True,daqana_tikzDevice.git,daqana/tikzDevice.git,https://github.com/daqana/tikzDevice.git +e299168b3e07f6719f1c53d5f7135333391fe8d4,peabody17,peabody17@65b5f37c-86d1-11de-b610-71a7c637a048,2008-02-01 01:18:28+00:00,peabody17,peabody17@65b5f37c-86d1-11de-b610-71a7c637a048,2008-02-01 01:18:28+00:00,False,65b5f37c-86d1-11de-b610-71a7c637a048,65b5f37c-86d1-11de-b610-71a7c637a048,* master,True,autokey_autokey.git,autokey/autokey.git,https://github.com/autokey/autokey.git +860a8e626d49da8007a57830c03572514cb75bf9,Tiger Soldier,tigersoldi@gmail.com,2009-05-10 08:53:39+00:00,Tiger Soldier,tigersoldi@gmail.com,2009-05-10 08:53:39+00:00,False,gmail,gmail,* master,True,osdlyrics_osdlyrics.git,osdlyrics/osdlyrics.git,https://github.com/osdlyrics/osdlyrics.git +77aadd26ed3b6559c5c4b8d584a7aa40395683f3,flood,flood,1998-10-18 02:24:41+00:00,flood,flood,1998-10-18 02:24:41+00:00,False,flood,flood,* master,True,proftpd_proftpd,proftpd/proftpd,https://github.com/proftpd/proftpd +b59e61ef59f782c63c170c14efa4ffbf7448cc74,Jonathan Hartley,tartley@tartley.com,2014-04-17 21:30:37+01:00,Jonathan Hartley,tartley@tartley.com,2014-04-17 20:30:37+00:00,False,tartley,tartley,* master,True,tartley_colorama,tartley/colorama,https://github.com/tartley/colorama +9c6710ace0bc062b365122f7d996c587d1dec970,Jasper Humphrey,jasper521@gmail.com,2008-04-20 14:50:02+00:00,Jasper Humphrey,jasper521@gmail.com,2008-04-20 14:50:02+00:00,False,gmail,gmail,* master,True,ganglia_jmxetric,ganglia/jmxetric,https://github.com/ganglia/jmxetric +db7e22c83b8c1d6da2399170fbf6259abfbd29c0,imacat,imacat@mail.imacat.idv.tw,2019-09-09 19:50:18+08:00,imacat,imacat@mail.imacat.idv.tw,2019-09-09 11:50:18+00:00,False,mail,mail,* main,True,imacat_Locale-Maketext-Gettext.git,imacat/Locale-Maketext-Gettext.git,https://github.com/imacat/Locale-Maketext-Gettext.git +b434baddcd4ac01a3691de8eae6d2e0a85bf3a3f,Nicholas J Humfrey,njh@aelius.com,2009-09-20 21:05:06+00:00,Nicholas J Humfrey,njh@aelius.com,2009-09-20 21:05:06+00:00,False,aelius,aelius,* main,True,easyrdf_easyrdf.git,easyrdf/easyrdf.git,https://github.com/easyrdf/easyrdf.git +b8104ebad02168495864bdf0ef28e5123ad2f533,Domas Mituzas,domas.mituzas@gmail.com,2009-02-20 23:56:21+02:00,Domas Mituzas,domas.mituzas@gmail.com,2009-02-20 21:56:21+00:00,False,gmail,gmail,* master,True,maxbube_mydumper.git,maxbube/mydumper.git,https://github.com/maxbube/mydumper.git +3fefe97451243c486953ac9cef844195ea0bd049,Peter Hutterer,peter.hutterer@who-t.net,2015-08-13 11:35:25+10:00,Peter Hutterer,peter.hutterer@who-t.net,2015-08-13 01:55:07+00:00,False,who-t,who-t,* master,True,libratbag_libratbag.git,libratbag/libratbag.git,https://github.com/libratbag/libratbag.git +3aab78f9f94393f4ac995e4f6ec939462b873bb4,Timo Hirvonen,tihirvon@ee.oulu.fi,2005-06-05 21:20:51+03:00,,timo@garlic.home.net,2005-06-05 18:20:51+00:00,False,ee,garlic,* master,True,cmus_cmus,cmus/cmus,https://github.com/cmus/cmus +5951657dbc8280f251fec40423e70f517ea8118f,Hylke Bons,hylkebons@gmail.com,2010-04-27 15:35:52+01:00,Hylke Bons,hylkebons@gmail.com,2010-04-27 14:35:52+00:00,False,gmail,gmail,* master,True,hbons_SparkleShare,hbons/SparkleShare,https://github.com/hbons/SparkleShare +019af0d228f7286cd5c32162c2b0ff60196f92ca,henry,henry@74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,2001-07-26 05:11:34+00:00,henry,henry@74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,2001-07-26 05:11:34+00:00,False,74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,* master,True,frankheckenbach_ftgl,frankheckenbach/ftgl,https://github.com/frankheckenbach/ftgl +80d7283c4e5dd05e236b9b1fba5b534f4181ae31,Thomas Kemmer,tkemmer@computer.org,2014-03-07 05:44:03+01:00,Thomas Kemmer,tkemmer@computer.org,2014-03-07 04:44:03+00:00,False,computer,computer,* master,True,tkem_mopidy-podcast-itunes,tkem/mopidy-podcast-itunes,https://github.com/tkem/mopidy-podcast-itunes +29ac35ee3b75468799b0e16f88fa9b1ea2fca14f,Peter Pentchev,roam@ringlet.net,2016-08-10 10:06:38+03:00,Peter Pentchev,roam@ringlet.net,2016-08-10 07:06:38+00:00,False,ringlet,ringlet,* master,True,ppentchev_id3,ppentchev/id3,https://gitlab.com/ppentchev/id3 +e6e39d0f26de7997831c851de9718dc81b714bcf,hadley,h.wickham@gmail.com,2012-03-28 19:13:32-05:00,hadley,h.wickham@gmail.com,2012-03-29 00:13:32+00:00,False,gmail,gmail,* main,True,r-lib_httr.git,r-lib/httr.git,https://github.com/r-lib/httr.git +fb4e2ba1d301d81772ea271bc3dfba127069163b,Bastien Nocera,hadess@hadess.net,2012-08-14 17:25:25+01:00,Allan Day,allanpday@gmail.com,2012-08-14 20:02:22+00:00,False,hadess,gmail,* master,True,GNOME_gnome-clocks.git,GNOME/gnome-clocks.git,https://gitlab.gnome.org/GNOME/gnome-clocks.git +1a5d6a5dc9c8e64485547001a076e9aa8a3cdd99,Tails developers,tails@boum.org,2015-02-09 20:54:41+00:00,Tails developers,tails@boum.org,2015-02-12 14:10:13+00:00,False,boum,boum,* master,True,tails_onioncircuits,tails/onioncircuits,https://gitlab.tails.boum.org/tails/onioncircuits +5ececb712a24a40dc15434ec5552df404ad059c7,martinghunt,martin.g.hunt@gmail.com,2015-02-11 10:13:07+00:00,martinghunt,martin.g.hunt@gmail.com,2015-02-11 10:13:07+00:00,False,gmail,gmail,* master,True,sanger-pathogens_ariba,sanger-pathogens/ariba,https://github.com/sanger-pathogens/ariba +dff2d0e64a797d93c607a03a71a76958bde21eeb,unknown,bbarber@.(none),2009-12-05 09:24:40-05:00,unknown,bbarber@.(none),2009-12-05 14:24:40+00:00,False,,,* master,True,qhull_qhull,qhull/qhull,https://github.com/qhull/qhull +f87667074cabc24f643170069d176dadb390dbb7,Joe Ludwig,joe@valvesoftware.com,2015-04-29 19:57:55-07:00,Joe Ludwig,joe@valvesoftware.com,2015-04-30 02:57:55+00:00,False,valvesoftware,valvesoftware,* master,True,ValveSoftware_openvr.git,ValveSoftware/openvr.git,https://github.com/ValveSoftware/openvr.git +b500f4c6cc94dd4dd73c194e1fba8090c52d9eaa,Dave Leaver,danzel@localhost.geek.nz,2012-07-10 18:54:39-07:00,Dave Leaver,danzel@localhost.geek.nz,2012-07-11 01:54:39+00:00,False,localhost,localhost,* master,True,Leaflet_Leaflet.markercluster,Leaflet/Leaflet.markercluster,https://github.com/Leaflet/Leaflet.markercluster +4303b86e4f363e746957e6adecea303089e90f70,Miguel Grinberg,miguelgrinberg50@gmail.com,2015-06-08 19:43:14-07:00,Miguel Grinberg,miguelgrinberg50@gmail.com,2015-06-22 01:59:54+00:00,False,gmail,gmail,* main,True,miguelgrinberg_python-engineio.git,miguelgrinberg/python-engineio.git,https://github.com/miguelgrinberg/python-engineio.git +6138789ae55172b7d9de3a96ce54a448844cb3bc,kitone,kitone@users.noreply.github.com,2008-02-05 13:17:58+00:00,kitone,kitone@users.noreply.github.com,2008-02-05 13:17:58+00:00,False,users,users,* master,True,kitone_subtitleeditor,kitone/subtitleeditor,https://github.com/kitone/subtitleeditor +c1af9968c9d2a7926b1e412b5cdb898bd68fa938,Holger Weiß,holger@weiss.in-berlin.de,2013-02-08 21:38:00+01:00,Holger Weiß,holger@weiss.in-berlin.de,2013-02-08 20:38:00+00:00,False,weiss,weiss,* master,True,weiss_nsca-ng.git,weiss/nsca-ng.git,https://github.com/weiss/nsca-ng.git +1d880992fd8c8457a2d990ac6622cfd58fb1b261,Benjamin Herrenschmidt,benh@kernel.crashing.org,2014-07-02 15:36:20+10:00,Benjamin Herrenschmidt,benh@kernel.crashing.org,2014-07-02 05:36:20+00:00,False,kernel,kernel,* master,True,open-power_skiboot.git,open-power/skiboot.git,https://github.com/open-power/skiboot.git +3f7dc967d5d62832be0c67ce31975fc9289e45ed,Changaco,changaco@changaco.oy.lc,2015-11-29 11:21:03+01:00,Changaco,changaco@changaco.oy.lc,2015-11-29 13:12:14+00:00,False,changaco,changaco,* master,True,Changaco_setuptools_scm_git_archive,Changaco/setuptools/scm/git/archive,https://github.com/Changaco/setuptools_scm_git_archive +5978bafc3c68299e7d544cc78785ede184ed2caa,Thomas Kemmer,tkemmer@computer.org,2014-01-24 06:05:22+01:00,Thomas Kemmer,tkemmer@computer.org,2014-01-24 05:05:22+00:00,False,computer,computer,* master,True,tkem_mopidy-internetarchive,tkem/mopidy-internetarchive,https://github.com/tkem/mopidy-internetarchive +fd941c0c8b44c695e80030ee5b341a504285bc8b,bokmann,dbock@codesherpas.com,2012-03-07 21:05:38-05:00,bokmann,dbock@codesherpas.com,2012-03-08 02:05:38+00:00,False,codesherpas,codesherpas,* master,True,bokmann_font-awesome-rails,bokmann/font-awesome-rails,https://github.com/bokmann/font-awesome-rails +6c9becf59c21b013d42a64bea5c8626e926b5de2,osmcode,info@osmcode.org,2013-07-28 23:47:29-07:00,osmcode,info@osmcode.org,2013-07-29 06:47:29+00:00,False,osmcode,osmcode,* master,True,osmcode_libosmium.git,osmcode/libosmium.git,https://github.com/osmcode/libosmium.git +aea9c66fc24de2aaa57ecd162030ab5dc1e2142c,Joe Hamman,jhamman1@uw.edu,2016-11-08 15:54:32-08:00,Joe Hamman,jhamman1@uw.edu,2016-11-08 23:54:32+00:00,False,uw,uw,* master,True,Unidata_cftime,Unidata/cftime,https://github.com/Unidata/cftime +ada77ed9e7d97b7a0dbe4a8ebb42e11bfa505119,Grant Jenks,contact@grantjenks.com,2015-07-31 10:25:37-07:00,Grant Jenks,contact@grantjenks.com,2015-07-31 17:25:37+00:00,False,grantjenks,grantjenks,* master,True,grantjenks_python-sortedcollections,grantjenks/python-sortedcollections,https://github.com/grantjenks/python-sortedcollections +08526eca702089150c94ebf2769c32c95c8323a8,Steven Rostedt,srostedt@redhat.com,2010-02-15 12:56:24-05:00,Steven Rostedt,rostedt@goodmis.org,2010-02-15 18:06:20+00:00,False,redhat,goodmis,* debian/sid,True,sudipm-mukherjee_trace-cmd.git,sudipm-mukherjee/trace-cmd.git,https://github.com/sudipm-mukherjee/trace-cmd.git +eb41e985d9e84d52b64f22834efa1bdaf2cc2605,Sietse Brouwer,sbbrouwer@gmail.com,2010-11-11 16:31:06+01:00,Sietse Brouwer,sbbrouwer@gmail.com,2010-11-11 15:55:32+00:00,False,gmail,gmail,* main,True,hadley_memoise.git,hadley/memoise.git,https://github.com/hadley/memoise.git +ea92af8ec378f96a07013dda0e5780a8c1c11d02,John Lapeyre,jlapeyre@cpan.org,2012-08-04 10:45:48+02:00,John Lapeyre,jlapeyre@cpan.org,2012-08-04 08:45:48+00:00,False,cpan,cpan,* master,True,jlapeyre_PDL-IO-Matlab.git,jlapeyre/PDL-IO-Matlab.git,https://github.com/jlapeyre/PDL-IO-Matlab.git +f6b581459c089fac87a4b072ca734c2e73ccf768,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-06-11 22:35:52-03:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-06-12 01:35:52+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_dcfldd,resurrecting-open-source-projects/dcfldd,https://github.com/resurrecting-open-source-projects/dcfldd +f938dd150035f8887d53d3a76e04c5ea5151d0f6,Golda Velez,golda.velez@junyo.com,2014-09-26 11:50:21-07:00,Golda Velez,golda.velez@junyo.com,2014-09-26 18:50:21+00:00,False,junyo,junyo,* master,True,az143_glimpse,az143/glimpse,https://github.com/az143/glimpse +acea00237e48acd5f91549b3d4092267a3bccacd,sshumate,sshumate@Scott-Win7.(none),2011-10-19 22:12:19-05:00,sshumate,sshumate@Scott-Win7.(none),2011-10-20 03:12:19+00:00,False,Scott-Win7,Scott-Win7,* master,True,shumatech_BOSSA.git,shumatech/BOSSA.git,https://github.com/shumatech/BOSSA.git +f594182282f3cd65a3b29e4fc366ee090bfee171,GabeCunningham,GabeCunningham@98ddb578-d4ae-11db-a93f-5346e46f259c,2009-01-22 01:08:05+00:00,GabeCunningham,GabeCunningham@98ddb578-d4ae-11db-a93f-5346e46f259c,2009-01-22 01:08:05+00:00,False,98ddb578-d4ae-11db-a93f-5346e46f259c,98ddb578-d4ae-11db-a93f-5346e46f259c,* master,True,angband_angband,angband/angband,https://github.com/angband/angband +4358bb746ff510a510e86814c0e9fb06553c88e5,pmklausler,pmklausler@3df00a30-923f-11dd-b748-d908233f8246,2008-10-04 18:27:46+00:00,pmklausler,pmklausler@3df00a30-923f-11dd-b748-d908233f8246,2008-10-04 18:27:46+00:00,False,3df00a30-923f-11dd-b748-d908233f8246,3df00a30-923f-11dd-b748-d908233f8246,* master,True,pklausler_aoeui.git,pklausler/aoeui.git,https://github.com/pklausler/aoeui.git +0f00f3d37a311a94753fe800222c67a3ba5879f3,Carlos Donizete Froes,coringao@riseup.net,2017-01-11 12:20:12-02:00,Carlos Donizete Froes,coringao@riseup.net,2017-01-11 14:20:12+00:00,False,riseup,riseup,* master,True,coringao_osmose-emulator,coringao/osmose-emulator,https://gitlab.com/coringao/osmose-emulator +31501f583b11522368613e5c2df7761840df36f1,Mike Gabriel,mike.gabriel@das-netzwerkteam.de,2015-10-30 11:54:44+01:00,Mike Gabriel,mike.gabriel@das-netzwerkteam.de,2015-10-30 10:56:42+00:00,False,das-netzwerkteam,das-netzwerkteam,* composer,True,gosa-project_gosa-plugins-mailaddress,gosa-project/gosa-plugins-mailaddress,https://github.com/gosa-project/gosa-plugins-mailaddress +9ffc858ad29a1ba2d379549ea6f1914b18c20e55,Michael J. Rubinsky,mrubinsk@horde.org,2009-07-30 16:12:03-04:00,Michael J. Rubinsky,mrubinsk@horde.org,2009-07-30 20:12:03+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_ansel.git,horde/ansel.git,https://github.com/horde/ansel.git +88749462a782e8d5288ede33543b0554cc3944ec,andreas.pelme,andreas.pelme@98d35234-f74b-0410-9e22-51d878bdf110,2008-05-01 13:41:01+00:00,andreas.pelme,andreas.pelme@98d35234-f74b-0410-9e22-51d878bdf110,2008-05-01 13:41:01+00:00,False,98d35234-f74b-0410-9e22-51d878bdf110,98d35234-f74b-0410-9e22-51d878bdf110,* master,True,jazzband_django-pipeline,jazzband/django-pipeline,https://github.com/jazzband/django-pipeline +5222291b9a3599eec4fd46f80da103352212efe7,Andreas Jellinghaus,andreas@ionisiert.de,2005-08-25 21:10:16+00:00,Andreas Jellinghaus,andreas@ionisiert.de,2005-08-25 21:10:16+00:00,False,ionisiert,ionisiert,* master,True,OpenSC_pam_p11.git,OpenSC/pam/p11.git,https://github.com/OpenSC/pam_p11.git +db00de6d5f124c1ae597b00e122e31e1e50e7688,Emmanuel Bouthenot,kolter@openics.org,2007-11-26 23:12:41+01:00,Emmanuel Bouthenot,kolter@openics.org,2007-11-26 22:12:41+00:00,False,openics,openics,* master,True,k0lter_pmailq,k0lter/pmailq,https://github.com/k0lter/pmailq +f7dab0d9dbc06e1c417b668c229fdb4c31168fce,jzaefferer,joern.zaefferer@gmail.com,2010-11-27 16:45:17+01:00,jzaefferer,joern.zaefferer@gmail.com,2010-11-27 15:45:17+00:00,False,gmail,gmail,* main,True,jquery_qunit.git,jquery/qunit.git,https://github.com/jquery/qunit.git +bde9998063c041e1bc01923c1e69c67dbf54e292,Thomas Perl,thp@perli.net,2005-11-21 18:21:25+00:00,Thomas Perl,thp@perli.net,2005-11-21 18:21:25+00:00,False,perli,perli,* master,True,gpodder_gpodder,gpodder/gpodder,https://github.com/gpodder/gpodder +02ca539050976acfc10da12e6ddcf0548df23c5c,cedric@yterium.com,cedric@yterium.com@ac52e18a-acf5-0310-9fe8-c4428f23b10a,2014-02-15 13:40:56+00:00,cedric@yterium.com,cedric@yterium.com@ac52e18a-acf5-0310-9fe8-c4428f23b10a,2014-02-15 13:40:56+00:00,False,ac52e18a-acf5-0310-9fe8-c4428f23b10a,ac52e18a-acf5-0310-9fe8-c4428f23b10a,* master,True,SPIP_spip,SPIP/spip,https://git.spip.net/SPIP/spip +a5c655881f02f064837fc3b76f054c2674196c6b,Thomas Perl,thp@thpinfo.com,2010-01-17 23:01:58+01:00,Thomas Perl,thp@thpinfo.com,2010-01-17 22:01:58+00:00,False,thpinfo,thpinfo,* master,True,gpodder_mygpoclient,gpodder/mygpoclient,https://github.com/gpodder/mygpoclient +28a314121af5c217231c8bf8001a7bb352a5b0bf,Janusz Lewandowski,lew21@xtreeme.org,2014-08-31 17:37:07+02:00,Janusz Lewandowski,lew21@xtreeme.org,2014-08-31 15:37:07+00:00,False,xtreeme,xtreeme,* master,True,LEW21_pydbus,LEW21/pydbus,https://github.com/LEW21/pydbus +37f9df9b0568f9834452c949336783bf34e02ab9,David Zeuthen,davidz@redhat.com,2008-05-08 22:29:38-04:00,David Zeuthen,davidz@redhat.com,2008-05-09 02:29:38+00:00,False,redhat,redhat,* master,True,upower_upower,upower/upower,https://gitlab.freedesktop.org/upower/upower +fe439e3daedc3d50ccb48ba2e82c099a3951f927,Matthew Kanwisher,matt@kanwisher.com,2015-08-21 05:09:14+07:00,Matthew Kanwisher,matt@kanwisher.com,2015-08-20 22:09:14+00:00,False,kanwisher,kanwisher,* master,True,prometheus-community_bind_exporter,prometheus-community/bind/exporter,https://github.com/prometheus-community/bind_exporter +1aa476ba26601828117428c4bdd3367fbf999fec,Zhuoyao Zhang,zhuoyao@google.com,2016-08-14 19:39:16-07:00,Zhuoyao Zhang,zhuoyao@google.com,2016-08-15 21:55:21+00:00,False,google,google,* main,True,platform_system_tools_hidl,platform/system/tools/hidl,https://android.googlesource.com/platform/system/tools/hidl +27c549024f1149f5863b5ad3ea5a8335ed50b027,Timothy Legge,timlegge@cpan.org,2023-07-22 01:01:55-03:00,Timothy Legge,timlegge@gmail.com,2023-07-23 00:32:41+00:00,False,cpan,gmail,* main,True,perl-openssl_perl-crypt-openssl-pkcs10.git,perl-openssl/perl-crypt-openssl-pkcs10.git,https://github.com/perl-openssl/perl-crypt-openssl-pkcs10.git +737124817f8f35c8b2c72c86fa0e361950f08e48,hadley,h.wickham@gmail.com,2014-08-12 10:08:31-05:00,hadley,h.wickham@gmail.com,2014-08-12 15:08:31+00:00,False,gmail,gmail,* main,True,r-lib_rlang.git,r-lib/rlang.git,https://github.com/r-lib/rlang.git +17ec1deb74e2e934dc11fb4d9a2f8c6cef34c5a7,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2007-07-09 20:45:58+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2007-07-09 20:45:58+00:00,False,users,users,* externals/moonlib,True,MetaluNet_moonlib.git,MetaluNet/moonlib.git,https://github.com/MetaluNet/moonlib.git +e9b52196c815da54d131b5df5cdbd433c6d6577f,Thorsten Lorenz,thlorenz@gmx.de,2012-07-03 16:15:15-07:00,Thorsten Lorenz,thlorenz@gmx.de,2012-07-03 23:15:15+00:00,False,gmx,gmx,* master,True,thlorenz_proxyquire.git,thlorenz/proxyquire.git,https://github.com/thlorenz/proxyquire.git +b86ea09ab0e0ea76737288a50113029221d3a1d7,Peter Mattern,pmattern@arcor.de,2016-09-06 18:15:30+02:00,Peter Mattern,pmattern@arcor.de,2016-09-06 16:21:01+00:00,False,arcor,arcor,* master,True,lxqt_lxqt-runner.git,lxqt/lxqt-runner.git,https://github.com/lxqt/lxqt-runner.git +1b805444dfc48f11ad72fb19dd2fbe7ae549929e,Francois Marier,francois@debian.org,2015-02-08 23:08:15+13:00,Francois Marier,francois@debian.org,2015-02-08 10:08:15+00:00,False,debian,debian,* master,True,planetfilter,planetfilter,https://git.launchpad.net/planetfilter +c50758519f67ee47cc5e1ff7a17c543bc3242eed,Evan Wallace,evan.exe@gmail.com,2013-01-17 23:56:20-08:00,Evan Wallace,evan.exe@gmail.com,2013-01-18 07:56:20+00:00,False,gmail,gmail,* master,True,evanw_node-source-map-support.git,evanw/node-source-map-support.git,https://github.com/evanw/node-source-map-support.git +088888aaccfef8484a6ac1912875a034b08a82c6,Antoine Martin,totaam@xpra.org,2011-06-01 11:48:57+00:00,Antoine Martin,totaam@xpra.org,2011-06-01 11:48:57+00:00,False,xpra,xpra,* master,True,xpra-org_xpra.git,xpra-org/xpra.git,https://github.com/xpra-org/xpra.git +a0bf587bd99f90a97686f7cfd288db98e5ddfdef,zydrunas,z.tamosevicius@limemicro.com,2018-04-24 12:37:35+03:00,zydrunas,z.tamosevicius@limemicro.com,2018-04-24 09:37:35+00:00,False,limemicro,limemicro,* master,True,myriadrf_gr-limesdr.git,myriadrf/gr-limesdr.git,https://github.com/myriadrf/gr-limesdr.git +057aa8717d2263e0e188b6df572b946d9784eb4b,Max Lv,max.c.lv@gmail.com,2016-12-31 20:20:41+08:00,Max Lv,max.c.lv@gmail.com,2016-12-31 12:20:41+00:00,False,gmail,gmail,* master,True,shadowsocks_simple-obfs.git,shadowsocks/simple-obfs.git,https://github.com/shadowsocks/simple-obfs.git +5e2a479e69d96608616649fcade2420897f9a208,Carl Worth,cworth@cworth.org,2009-11-02 06:30:18-08:00,Carl Worth,cworth@cworth.org,2009-11-02 15:18:49+00:00,False,cworth,cworth,* master,True,git_notmuch,git/notmuch,https://git.notmuchmail.org/git/notmuch +c0027359ec2fc0f1b1b496535777854ade18770f,Ian Wadham,iandw.au@gmail.com,2008-02-18 06:30:42+00:00,Ian Wadham,iandw.au@gmail.com,2008-02-18 06:30:42+00:00,False,gmail,gmail,* master,True,kubrick.git,kubrick.git,https://anongit.kde.org/kubrick.git +3067b3fcf8226f3b6d045fb266db83c5cf6852bf,svenor,svenover@svenover.de,2006-09-04 19:40:35+00:00,svenor,svenover@svenover.de,2006-09-04 19:40:35+00:00,False,svenover,svenover,* master,True,bernhardu_dvbcut-deb,bernhardu/dvbcut-deb,https://github.com/bernhardu/dvbcut-deb +69c9e0b72442856f797c77a63de5effb0226ed5c,Peter Malkin,malkin@math.ucdavis.edu,2006-10-24 17:55:55+00:00,Peter Malkin,malkin@math.ucdavis.edu,2006-10-24 17:55:55+00:00,False,math,math,* master,True,4ti2_4ti2.git,4ti2/4ti2.git,https://github.com/4ti2/4ti2.git +70208ebc0616d0045c99f93062476ca210a45efd,Don BURNS,don@andesengineering.com,2001-01-10 16:32:10+00:00,Don BURNS,don@andesengineering.com,2001-01-10 16:32:10+00:00,False,andesengineering,andesengineering,* master,True,openscenegraph_OpenSceneGraph.git,openscenegraph/OpenSceneGraph.git,https://github.com/openscenegraph/OpenSceneGraph.git +9079e2586e75a901a415179f760247ad509f664f,Martin Raspaud,martin.raspaud@smhi.se,2010-06-17 00:26:15+02:00,Martin Raspaud,martin.raspaud@smhi.se,2010-06-16 22:26:15+00:00,False,smhi,smhi,* main,True,pytroll_satpy,pytroll/satpy,https://github.com/pytroll/satpy +0820e056871a0f6bcefcb3a86f7fb55f760c4b22,Antti Kaijanmäki,kaijanma@src.gnome.org,2008-07-21 09:07:10+00:00,Antti Kaijanmäki,kaijanma@src.gnome.org,2008-07-21 09:07:10+00:00,False,src,src,* main,True,GNOME_mobile-broadband-provider-info,GNOME/mobile-broadband-provider-info,https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info +75b86134cfbd88d44789655fe0506a33225cb89a,jonathan,jonathan@4199a21b-042e-0410-bf9e-f94d0c2d158d,1995-10-06 16:06:58+00:00,jonathan,jonathan@4199a21b-042e-0410-bf9e-f94d0c2d158d,1995-10-06 16:06:58+00:00,False,4199a21b-042e-0410-bf9e-f94d0c2d158d,4199a21b-042e-0410-bf9e-f94d0c2d158d,* main,True,jonathanhogg_usepackage.git,jonathanhogg/usepackage.git,https://github.com/jonathanhogg/usepackage.git +56b8e58ab6fa3466df85708e7251648cecdc4881,David Cramer,dcramer@gmail.com,2013-11-15 14:28:19-08:00,David Cramer,dcramer@gmail.com,2013-11-15 22:47:18+00:00,False,gmail,gmail,* master,True,getsentry_responses,getsentry/responses,https://github.com/getsentry/responses +d8f336285ac795e27e2c4089d26ffdbebaffc025,aquamaniac,aquamaniac@70169cfe-8b10-0410-8925-dcb4b91034d8,2003-09-07 07:50:28+00:00,aquamaniac,aquamaniac@70169cfe-8b10-0410-8925-dcb4b91034d8,2003-09-07 07:50:28+00:00,False,70169cfe-8b10-0410-8925-dcb4b91034d8,70169cfe-8b10-0410-8925-dcb4b91034d8,* master,True,git_gwenhywfar.git,git/gwenhywfar.git,https://git.aquamaniac.de/git/gwenhywfar.git +d2dd1e932164e889f8b44b77d9c3ab6228f34f39,luke@maurits.id.au,luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937,2012-05-16 03:04:25+00:00,luke@maurits.id.au,luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937,2012-05-16 03:04:25+00:00,False,0f58610c-415a-11de-9c03-5d6cfad8e937,0f58610c-415a-11de-9c03-5d6cfad8e937,* master,True,kxxoling_PTable,kxxoling/PTable,https://github.com/kxxoling/PTable +cd097dc4f1a629c1320085efcc5b78d41228d01d,Fufu Fang,fangfufu2003@gmail.com,2018-07-18 16:26:26+01:00,Fufu Fang,fangfufu2003@gmail.com,2018-07-18 15:26:26+00:00,False,gmail,gmail,* master,True,fangfufu_httpdirfs.git,fangfufu/httpdirfs.git,https://github.com/fangfufu/httpdirfs.git +121a45e2b6dbd886d336464746a0d9e7fb9ff43a,Calle Laakkonen,laakkonenc@gmail.com,2014-10-04 10:54:14+03:00,Calle Laakkonen,laakkonenc@gmail.com,2014-10-04 07:54:14+00:00,False,gmail,gmail,* master,True,callaa_luola.git,callaa/luola.git,https://github.com/callaa/luola.git +9d93500352a744c826b562e14f76244f5d9c0dc5,Jeremy T. Braun,parse-recdescent@squidevil.net,2011-11-18 22:57:08-08:00,Jeremy T. Braun,parse-recdescent@squidevil.net,2011-11-19 06:57:08+00:00,False,squidevil,squidevil,* master,True,jtbraun_Parse-RecDescent.git,jtbraun/Parse-RecDescent.git,https://github.com/jtbraun/Parse-RecDescent.git +e4f155052194f7d316db5e7c449b76acb58b96c7,dsc,david.schoonover@gmail.com,2010-01-25 22:18:43-05:00,dsc,david.schoonover@gmail.com,2010-01-26 03:18:43+00:00,False,gmail,gmail,* develop,True,Infinidat_munch.git,Infinidat/munch.git,https://github.com/Infinidat/munch.git +00c1efc109512678cb9536245032d995215e40d6,Greg Tucker,greg.b.tucker@intel.com,2015-10-22 14:54:34-07:00,Greg Tucker,greg.b.tucker@intel.com,2016-02-24 21:54:34+00:00,False,intel,intel,* master,True,01org_isa-l.git,01org/isa-l.git,https://github.com/01org/isa-l.git +be9129e4826056908d6e76b4554c812ee4c42e7b,Curtis 'Ovid' Poe,ovid@cpan.org,2011-04-16 16:12:03+02:00,Curtis 'Ovid' Poe,ovid@cpan.org,2011-04-16 14:12:03+00:00,False,cpan,cpan,* master,True,neilb_Text-Diff,neilb/Text-Diff,https://github.com/neilb/Text-Diff +a0776d4ef5577d2a348133a65ffdae0686f08ef4,Bastian Venthur,venthur@debian.org,2017-11-04 15:10:32+01:00,Bastian Venthur,venthur@debian.org,2017-11-04 14:10:32+00:00,False,debian,debian,* master,True,venthur_python-popcon,venthur/python-popcon,https://github.com/venthur/python-popcon +46fd85829b8520eed395cf5cd85c635fb9c83099,Guus Sliepen,guus@debian.org,2012-03-02 21:20:06+01:00,Guus Sliepen,guus@debian.org,2012-03-02 20:20:06+00:00,False,debian,debian,* main,True,pr-starfighter_starfighter,pr-starfighter/starfighter,https://github.com/pr-starfighter/starfighter +07d3441ec3bd0147691f5c813c06382fe36acbc8,Charl Botha,c.p.botha@tudelft.nl,2012-05-21 10:21:54+02:00,Charl Botha,c.p.botha@tudelft.nl,2012-05-21 08:21:54+00:00,False,tudelft,tudelft,* master,True,stefanv_nvpy,stefanv/nvpy,https://github.com/stefanv/nvpy +538792584de8672a6b5653976c160356c9d656ec,Marc Vertes,mvertes@free.fr,2001-06-08 13:49:08+02:00,Marc Vertes,mvertes@free.fr,2013-11-08 23:34:10+00:00,False,free,free,* master,True,mvertes_txt2man,mvertes/txt2man,https://github.com/mvertes/txt2man +dce971b34331d4d4094afa55675900eae2013ea9,macournoyer,macournoyer@gmail.com,2009-12-18 22:21:29-05:00,macournoyer,macournoyer@gmail.com,2009-12-19 03:21:29+00:00,False,gmail,gmail,* master,True,tmm1_http_parser.rb.git,tmm1/http/parser.rb.git,https://github.com/tmm1/http_parser.rb.git +464e25056f19ce1c486e35ad969d8b5928915d4d,Nick Patavalis,npat@efault.net,2010-05-28 00:17:52+00:00,Nick Patavalis,npat@efault.net,2010-05-28 00:17:52+00:00,False,efault,efault,* master,True,npat-efault_picocom,npat-efault/picocom,https://github.com/npat-efault/picocom +a1f4ccddd03d1c895e8804efb7fe7b3d974eddad,Leonid Evdokimov,leon@darkk.net.ru,2008-08-19 02:53:12+07:00,Leonid Evdokimov,leon@darkk.net.ru,2008-08-18 20:27:14+00:00,False,darkk,darkk,* master,True,darkk_redsocks.git,darkk/redsocks.git,https://github.com/darkk/redsocks.git +971337063c04d61d9de544f24208980851dcbf03,James Socol,james@mozilla.com,2010-07-14 11:12:25-07:00,James Socol,james@mozilla.com,2010-07-14 18:53:49+00:00,False,mozilla,mozilla,* main,True,mozilla_django-csp.git,mozilla/django-csp.git,https://github.com/mozilla/django-csp.git +3ba8f30898be054c2949c8842cee243ccf39ddee,Jamie McCracken,jamiemcc@src.gnome.org,2005-12-14 11:11:14+00:00,Jamie McCracken,jamiemcc@src.gnome.org,2005-12-14 11:11:14+00:00,False,src,src,* main,True,GNOME_tracker-miners,GNOME/tracker-miners,https://gitlab.gnome.org/GNOME/tracker-miners +509ec404f4e7314ebd027a2c74607582fb71c185,Edward Hervey,edward.hervey@collabora.co.uk,2004-05-01 10:48:55+00:00,Edward Hervey,edward.hervey@collabora.co.uk,2004-05-01 10:48:55+00:00,False,collabora,collabora,* master,True,GNOME_pitivi.git,GNOME/pitivi.git,https://gitlab.gnome.org/GNOME/pitivi.git +5ac1f89eda404fcd88484c984f624898b02e82c4,Andrew Davison,260552+apdavison@users.noreply.github.com,2012-01-13 14:37:40+01:00,Andrew Davison,260552+apdavison@users.noreply.github.com,2012-01-13 13:37:40+00:00,False,users,users,* master,True,NeuralEnsemble_lazyarray,NeuralEnsemble/lazyarray,https://github.com/NeuralEnsemble/lazyarray +f830b3dbcd6b8079796eff03961aef06c0f1f5ba,Tobias Toedter,t.toedter@gmx.net,2005-05-07 21:52:07+00:00,Tobias Toedter,t.toedter@gmx.net,2005-05-07 21:52:07+00:00,False,gmx,gmx,* main,True,toddy_medicalterms,toddy/medicalterms,https://codeberg.org/toddy/medicalterms +fd213c7eb55be42170f6ed4431b96b3396701cdb,Thomas Stewart,thomas@stewarts.org.uk,2020-01-22 15:09:23+00:00,Thomas Stewart,thomas@stewarts.org.uk,2020-01-22 15:09:23+00:00,False,stewarts,stewarts,* main,True,thomasdstewart-guest_w1retap,thomasdstewart-guest/w1retap,https://salsa.debian.org/thomasdstewart-guest/w1retap +db82302ed06af1c100aa7b626845b4f6cbf955b4,Jesse Beder,jbeder+github@gmail.com,2014-03-22 19:06:46-05:00,Jesse Beder,jbeder+github@gmail.com,2014-03-23 00:06:46+00:00,False,gmail,gmail,* master,True,jbeder_yaml-cpp,jbeder/yaml-cpp,https://github.com/jbeder/yaml-cpp +104cf888c72ea28f4c5e73a841e92c989c7632e2,apache,apache@apache.kobka,2015-01-01 11:30:21+01:00,apache,apache@apache.kobka,2015-01-01 10:30:21+00:00,False,apache,apache,* master,True,janmojzis_dq.git,janmojzis/dq.git,https://github.com/janmojzis/dq.git +5f5275c3e3d58a5862fbfac036471c880165546f,Julian,julfleischer@paypal.com,2015-03-30 20:18:15+02:00,Julian,julfleischer@paypal.com,2015-03-30 18:18:15+00:00,False,paypal,paypal,* master,True,scravy_node-macaddress,scravy/node-macaddress,https://github.com/scravy/node-macaddress +7a292e4b972330aa59334a9749b4a98497c0b2ce,Volker Braun,vbraun.name@gmail.com,2015-12-13 14:05:16+01:00,Volker Braun,vbraun.name@gmail.com,2015-12-13 13:13:13+00:00,False,gmail,gmail,* master,True,sagemath_FlintQS,sagemath/FlintQS,https://github.com/sagemath/FlintQS +95b8d8410d6d09d8868d168448812b00946cb3b0,spin83,spin83@users.noreply.github.com,2014-12-17 02:30:41+01:00,spin83,spin83@users.noreply.github.com,2014-12-17 01:30:41+00:00,False,users,users,* master,True,spin83_multi-monitors-add-on.git,spin83/multi-monitors-add-on.git,https://github.com/spin83/multi-monitors-add-on.git +b08dcf857232bf6d1d9bc90c0917408bdf00da92,Sebastian Wiesner,lunaryorn@gmail.com,2012-10-03 11:50:57+02:00,Sebastian Wiesner,lunaryorn@gmail.com,2012-10-03 09:50:57+00:00,False,gmail,gmail,* main,True,magit_git-modes.git,magit/git-modes.git,https://github.com/magit/git-modes.git +bcc6c6b4119c6af96319394936470f94a2805918,Matt Westcott,matt@west.co.tt,2014-03-05 19:26:45+00:00,Matt Westcott,matt@west.co.tt,2014-03-05 19:27:21+00:00,False,west,west,* main,True,torchbox_django-libsass.git,torchbox/django-libsass.git,https://github.com/torchbox/django-libsass.git +77af6e18cd36e27d1960fa4c76eb52c72ce64faa,Lucas Werkmeister,mail@lucaswerkmeister.de,2015-03-13 22:30:40+01:00,Lucas Werkmeister,mail@lucaswerkmeister.de,2015-03-13 21:30:40+00:00,False,lucaswerkmeister,lucaswerkmeister,* master,True,routeKIT_jbzip2.git,routeKIT/jbzip2.git,https://github.com/routeKIT/jbzip2.git +3cbb15dbe3ea92e53366339b521dbdc7cb08f074,Yehuda Katz,wycats@gmail.com,2009-02-11 22:56:10-08:00,Yehuda Katz,wycats@gmail.com,2009-02-12 06:56:10+00:00,False,gmail,gmail,* main,True,moneta-rb_moneta,moneta-rb/moneta,https://github.com/moneta-rb/moneta +3f6e257f1c261b1db162a7e21a12302b37bf5b6f,Henri,henux@users.sourceforge.net,2008-10-13 13:17:55+03:00,Henri,henux@users.sourceforge.net,2008-10-13 10:17:55+00:00,False,users,users,* main,True,jarun_googler.git,jarun/googler.git,https://github.com/jarun/googler.git +ce7d8a7ab2a13dd8a2ea6412e5e022073be82369,Nuand,bladerf@nuand.com,2013-02-18 17:02:29-08:00,Nuand,bladerf@nuand.com,2013-02-19 04:11:39+00:00,False,nuand,nuand,* master,True,Nuand_bladeRF.git,Nuand/bladeRF.git,https://github.com/Nuand/bladeRF.git +79f53a5e3eb55cbc337ed3754a3d3156025eb680,Xavier Leroy,xavierleroy@users.noreply.github.com,2002-02-01 15:01:56+00:00,Xavier Leroy,xavierleroy@users.noreply.github.com,2002-02-01 15:01:56+00:00,False,users,users,* master,True,xavierleroy_ocamlagrep,xavierleroy/ocamlagrep,https://github.com/xavierleroy/ocamlagrep +22f469f74232182ee42e37f567b7f42fd65fedf5,Marco Pivetta,ocramius@gmail.com,2013-03-19 10:42:39+01:00,Marco Pivetta,ocramius@gmail.com,2013-03-19 09:42:39+00:00,False,gmail,gmail,* 1.x,True,FriendsOfPHP_proxy-manager-lts.git,FriendsOfPHP/proxy-manager-lts.git,https://github.com/FriendsOfPHP/proxy-manager-lts.git +01a209f7c8b3e6a32d1543facc6006d6458b89e3,gorinich.zmey,none@none,2009-02-03 10:08:56+00:00,gorinich.zmey,none@none,2009-02-03 10:08:56+00:00,False,none,none,* main,True,umlaeute_v4l2loopback.git,umlaeute/v4l2loopback.git,https://github.com/umlaeute/v4l2loopback.git +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,letsencrypt_letsencrypt,letsencrypt/letsencrypt,https://github.com/letsencrypt/letsencrypt.git +bf21dbfc808c5e54c6b11c3525d07149f57d6cf2,Andreas Schneider,asn@cryptomilk.org,2013-05-15 14:13:50+02:00,Andreas Schneider,asn@cryptomilk.org,2013-05-15 12:13:50+00:00,False,cryptomilk,cryptomilk,* master,True,nss_wrapper.git,nss/wrapper.git,https://git.samba.org/nss_wrapper.git +6f331d847d6fcf3c90638ea0313401cd8d0ffad2,naelstrof,naelstrof@gmail.com,2013-09-28 13:40:33-06:00,naelstrof,naelstrof@gmail.com,2013-09-28 19:40:33+00:00,False,gmail,gmail,* master,True,naelstrof_maim.git,naelstrof/maim.git,https://github.com/naelstrof/maim.git +e903b9c057a41ce5039c9d91ccbce549e5b71126,Daniel Roy Greenfeld,danny@eventbrite.com,2015-09-09 20:56:45-07:00,Daniel Roy Greenfeld,danny@eventbrite.com,2015-09-10 03:56:45+00:00,False,eventbrite,eventbrite,* master,True,cookiecutter_whichcraft,cookiecutter/whichcraft,https://github.com/cookiecutter/whichcraft +190bdcaf1b3ee1eb7704bd2f40754e9523d7dddb,Christian Neukirchen,chneukirchen@gmail.com,2007-12-05 14:41:53+01:00,Christian Neukirchen,chneukirchen@gmail.com,2007-12-05 13:41:53+00:00,False,gmail,gmail,* master,True,leahneukirchen_bacon,leahneukirchen/bacon,https://github.com/leahneukirchen/bacon +c9459b2cd6d01672aeb7b277bf2f0eba500d6aaf,Tz-Huan Huang,tzhuan@gmail.com,2012-08-23 13:13:36+08:00,Tz-Huan Huang,tzhuan@gmail.com,2012-08-23 05:13:36+00:00,False,gmail,gmail,* master,True,leggewie-DM_scim-tables,leggewie-DM/scim-tables,https://github.com/leggewie-DM/scim-tables +0c69a1b1d6812c0d245cc9ca166f78cbafde6a9a,Ronan Dunklau,ronan@dunklau.fr,2014-05-01 12:29:18+02:00,Ronan Dunklau,ronan@dunklau.fr,2014-05-01 10:29:18+00:00,False,dunklau,dunklau,* master,True,powa-team_pg_qualstats,powa-team/pg/qualstats,https://github.com/powa-team/pg_qualstats +e9a6387e82aba6ea9b83e1a284b6d6d032b4f331,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_traitsui.git,enthought/traitsui.git,https://github.com/enthought/traitsui.git +bc1de30d582786f0882b9d6c07f755e88c93e77c,Hugo Landau,hlandau@devever.net,2015-11-15 01:56:58+00:00,Hugo Landau,hlandau@devever.net,2015-11-15 01:56:58+00:00,False,devever,devever,* master,True,hlandau_acmetool,hlandau/acmetool,https://github.com/hlandau/acmetool +4ee20655311f532dc9aa8259139bf52318b8b2b9,Aaron Bedra,aaron@aaronbedra.com,2011-03-11 11:12:31-05:00,Aaron Bedra,aaron@aaronbedra.com,2011-03-11 16:12:31+00:00,False,aaronbedra,aaronbedra,* master,True,clojure_tools.logging.git,clojure/tools.logging.git,https://github.com/clojure/tools.logging.git +99f8ce096bc5569adbfea1911dbcda24c28d8d8b,Ben Summers,ben@fluffy.co.uk,2005-10-14 08:50:54+00:00,Ben Summers,ben@fluffy.co.uk,2005-10-14 08:50:54+00:00,False,fluffy,fluffy,* master,True,boxbackup_boxbackup.git,boxbackup/boxbackup.git,https://github.com/boxbackup/boxbackup.git +8a12f89aaacfc0839d6ab1e62b4b5046930517ba,tom christie tom@tomchristie.com,none@none,2010-12-30 01:02:11+00:00,tom christie tom@tomchristie.com,none@none,2010-12-30 01:02:11+00:00,False,none,none,* master,True,encode_django-rest-framework,encode/django-rest-framework,https://github.com/encode/django-rest-framework +fd25f1de0960429ed2ce19d3df6e2b9854bfa0df,Alexander Larsson,alexl@src.gnome.org,1998-08-31 18:33:59+00:00,Alexander Larsson,alexl@src.gnome.org,1998-08-31 18:33:59+00:00,False,src,src,* master,True,GNOME_dia,GNOME/dia,https://gitlab.gnome.org/GNOME/dia +505cabbd3036081f26586cabc64c26e7769c0ec9,Perberos,perberos@gmail.com,2011-12-01 23:53:21-03:00,Perberos,perberos@gmail.com,2011-12-02 02:53:21+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-settings-daemon.git,mate-desktop/mate-settings-daemon.git,https://github.com/mate-desktop/mate-settings-daemon.git +89fdba96d7edc9382ddad4758782d91edc5987e2,Benedikt Meurer,benny@xfce.org,2003-07-03 10:30:43+00:00,Benedikt Meurer,benny@xfce.org,2003-07-03 10:30:43+00:00,False,xfce,xfce,* master,True,apps_orage,apps/orage,https://gitlab.xfce.org/apps/orage +e803054b87ef7dd8a9a5ee2499bd1e9dba8bfec3,Antanas B,antanas.bruzas@protonmail.com,2017-01-05 18:04:40+02:00,Antanas B,antanas.bruzas@protonmail.com,2017-01-05 16:04:40+00:00,False,protonmail,protonmail,* master,True,antanasbruzas_abGate.git,antanasbruzas/abGate.git,https://github.com/antanasbruzas/abGate.git +785d1b04f6b69212d3d71fba1e8a788df38b97ea,Richard Hult,rhult@tomato.localdomain,2007-01-12 20:01:15+01:00,Richard Hult,rhult@tomato.localdomain,2007-01-12 19:01:15+00:00,False,tomato,tomato,* master,True,GNOME_giggle.git,GNOME/giggle.git,https://gitlab.gnome.org/GNOME/giggle.git +5eb6ce66036205e8d4126dbe7271e1da7bca0d4f,Pali Rohár,pali.rohar@gmail.com,2018-07-06 11:02:01+02:00,Pali Rohár,pali.rohar@gmail.com,2018-07-06 09:02:01+00:00,False,gmail,gmail,* master,True,pali_libopenaptx,pali/libopenaptx,https://github.com/pali/libopenaptx +2d6c2b82b7767e0e9678eddb527b1902c9d593e3,Petr Vanek,petr@scribus.info,2010-09-11 10:50:46+02:00,Petr Vanek,petr@scribus.info,2010-09-11 08:50:46+00:00,False,scribus,scribus,* master,True,lxqt_qtermwidget.git,lxqt/qtermwidget.git,https://github.com/lxqt/qtermwidget.git +47fff10dd391a6b60508206ae96735b1d76daf51,Andreas Schneider,asn@cryptomilk.org,2013-06-05 17:19:59+02:00,Andreas Schneider,asn@cryptomilk.org,2013-06-05 15:19:59+00:00,False,cryptomilk,cryptomilk,* master,True,uid_wrapper.git,uid/wrapper.git,https://git.samba.org/uid_wrapper.git +38fb480261b192dd73a8edcd22599d0d2fe57f67,Nalin Dahyabhai,nalin@src.gnome.org,2002-02-25 17:30:22+00:00,Nalin Dahyabhai,nalin@src.gnome.org,2002-02-25 17:30:22+00:00,False,src,src,* master,True,GNOME_vte.git,GNOME/vte.git,https://gitlab.gnome.org/GNOME/vte.git +7133f80c5a27b3228e4c5c31c9cde740e1213bb2,Joachim Metz,joachim.metz@gmail.com,2010-01-10 21:18:32+01:00,Joachim Metz,joachim.metz@gmail.com,2016-03-27 14:02:44+00:00,False,gmail,gmail,* main,True,libyal_libsmdev,libyal/libsmdev,https://github.com/libyal/libsmdev +e9717f2b49713d5da5d4ab306b4bd3e35c321193,Janez Troha,janez.troha@gmail.com,2013-04-21 00:16:22+02:00,Janez Troha,janez.troha@gmail.com,2013-04-20 22:16:22+00:00,False,gmail,gmail,* main,True,mopidy_mopidy-beets,mopidy/mopidy-beets,https://github.com/mopidy/mopidy-beets +e05f29436ada10045cedc631ac930babf18a7823,Vincent Bernat,bernat@debian.org,2019-09-10 21:24:57+02:00,Vincent Bernat,bernat@debian.org,2019-09-10 19:24:57+00:00,False,debian,debian,* master,True,quantstack-debian_xtl,quantstack-debian/xtl,https://github.com/quantstack-debian/xtl +df6d28a1974c99ed7adc26cba122fd673f241502,Robpol86,robpol86@gmail.com,2014-09-01 21:02:49-07:00,Robpol86,robpol86@gmail.com,2014-09-02 04:02:49+00:00,False,gmail,gmail,* master,True,matthewdeanmartin_terminaltables,matthewdeanmartin/terminaltables,https://github.com/matthewdeanmartin/terminaltables +be5d3f63747ea119d1f0b0288dc7c700e4c8490e,Wolfgang Spraul,wspraul@q-ag.de,2012-06-03 03:05:01+02:00,Wolfgang Spraul,wspraul@q-ag.de,2012-06-03 01:05:01+00:00,False,q-ag,q-ag,* master,True,Wolfgang-Spraul_fpgatools,Wolfgang-Spraul/fpgatools,https://github.com/Wolfgang-Spraul/fpgatools +251722d499cc2ec0962580f6cf60ed0acdc5330e,Petri Lehtinen,petri@digip.org,2009-08-02 21:26:37+03:00,Petri Lehtinen,petri@digip.org,2009-08-13 15:38:03+00:00,False,digip,digip,* master,True,akheron_jansson.git,akheron/jansson.git,https://github.com/akheron/jansson.git +1d26968e0f546854fb5da28464b087a5daa3c687,Pauli Virtanen,pav@iki.fi,2009-06-27 15:02:14+00:00,Pauli Virtanen,pav@iki.fi,2009-06-27 15:02:14+00:00,False,iki,iki,* main,True,numpy_numpydoc,numpy/numpydoc,https://github.com/numpy/numpydoc +8650b55b775ab8418380a0ce14f8cc96d737d9b4,Namhyung Kim,namhyung@gmail.com,2014-08-11 15:07:54+09:00,Namhyung Kim,namhyung@gmail.com,2014-08-12 00:10:05+00:00,False,gmail,gmail,* master,True,namhyung_uftrace,namhyung/uftrace,https://github.com/namhyung/uftrace +a8de373487feea89f06a1d89aa1dedf7798ab947,Jerry Casiano,JerryCasiano@users.noreply.github.com,2014-04-25 04:45:30+00:00,Jerry Casiano,JerryCasiano@users.noreply.github.com,2014-04-25 04:45:30+00:00,False,users,users,* master,True,FontManager_master,FontManager/master,https://github.com/FontManager/master +e6cc872fbcb18ae5d10f693f05cd5eec92f39bb2,pearu.peterson,pearu.peterson@4a3e2f78-2e7b-11de-9b0f-33ff132f608d,2009-04-22 11:48:53+00:00,pearu.peterson,pearu.peterson@4a3e2f78-2e7b-11de-9b0f-33ff132f608d,2009-04-22 11:48:53+00:00,False,4a3e2f78-2e7b-11de-9b0f-33ff132f608d,4a3e2f78-2e7b-11de-9b0f-33ff132f608d,* master,True,pearu_pylibtiff.git,pearu/pylibtiff.git,https://github.com/pearu/pylibtiff.git +a21fc9c5ee4abdad79b8c70c07fa968318892ac5,Adam Porter,adam@alphapapa.net,2018-06-12 22:10:13-05:00,Adam Porter,adam@alphapapa.net,2018-06-20 06:04:04+00:00,False,alphapapa,alphapapa,* master,True,alphapapa_magit-todos.git,alphapapa/magit-todos.git,https://github.com/alphapapa/magit-todos.git +03a8e52731d7a21ec0c91887a990dc38b8d0d49a,Dan Williams,dcbw@redhat.com,2008-12-11 19:53:06+00:00,Dan Williams,dcbw@src.gnome.org,2008-12-11 19:53:06+00:00,False,redhat,src,* main,True,GNOME_NetworkManager-pptp,GNOME/NetworkManager-pptp,https://gitlab.gnome.org/GNOME/NetworkManager-pptp +2bca55e9546ad519d50078537ead6db19145fd94,merlinschumacher,merlin.schumacher@gmail.com,2014-10-22 21:30:42+02:00,merlinschumacher,merlin.schumacher@gmail.com,2014-10-22 19:30:42+00:00,False,gmail,gmail,* main,True,languitar_autosuspend.git,languitar/autosuspend.git,https://github.com/languitar/autosuspend.git +95d9a374b205b2a4be7a244710533e291fa4cb6f,Bob Lantz,rlantz@cs.stanford.edu,2009-12-10 00:21:26-08:00,Bob Lantz,rlantz@cs.stanford.edu,2009-12-10 08:21:26+00:00,False,cs,cs,* master,True,mininet_mininet,mininet/mininet,https://github.com/mininet/mininet +d1078ff4cca9790313a39f1d5cf6573a33436c9c,samofool,samofool@dc718e6d-281e-0410-b17e-3f8db657d094,2006-09-24 01:54:20+00:00,samofool,samofool@dc718e6d-281e-0410-b17e-3f8db657d094,2006-09-24 01:54:20+00:00,False,dc718e6d-281e-0410-b17e-3f8db657d094,dc718e6d-281e-0410-b17e-3f8db657d094,* master,True,kasei_perlrdf.git,kasei/perlrdf.git,https://github.com/kasei/perlrdf.git +6981433bdf8a406992ba0c5e844a47d06ccc08fb,Valentin Samir,valentin.samir@crans.org,2015-05-22 21:14:33+02:00,Valentin Samir,valentin.samir@crans.org,2015-05-22 19:14:33+00:00,False,crans,crans,* master,True,nitmir_django-cas-server.git,nitmir/django-cas-server.git,https://github.com/nitmir/django-cas-server.git +f8cf8c62981ef84ddc2561f7b2939d1f2a92832e,Ulrich Sossou,sorich87@gmail.com,2012-07-03 15:03:22+01:00,Ulrich Sossou,sorich87@gmail.com,2012-07-03 14:03:22+00:00,False,gmail,gmail,* master,True,sorich87_bootstrap-tour,sorich87/bootstrap-tour,https://github.com/sorich87/bootstrap-tour +aebb58cb9330d64f7f5a814089cba9b952d1a070,Giuseppe Bilotta,giuseppe.bilotta@gmail.com,2013-06-06 13:15:48+02:00,Giuseppe Bilotta,giuseppe.bilotta@gmail.com,2013-06-06 11:18:34+00:00,False,gmail,gmail,* master,True,Oblomov_clinfo,Oblomov/clinfo,https://github.com/Oblomov/clinfo +fc4d04018c3a527bb9e43f2fdec959f85270fc74,Bill MacAllister,whm@stanford.edu,2016-08-14 00:54:20-07:00,Bill MacAllister,whm@stanford.edu,2016-08-14 07:54:20+00:00,False,stanford,stanford,* master,True,whm_libnet-ldapapi-perl,whm/libnet-ldapapi-perl,https://github.com/whm/libnet-ldapapi-perl +fbb20e85ecb0419c4cb8143e3a3fcd0a6f31d9c4,Jaroslav Kysela,perex@perex.cz,1998-08-13 15:43:39+00:00,Jaroslav Kysela,perex@perex.cz,1998-08-13 15:43:39+00:00,False,perex,perex,* master,True,alsa-utils.git,alsa-utils.git,git://git.alsa-project.org/alsa-utils.git +814c133e8210ed7e1ab991b703a30f6845a366bb,Axel Kittenberger,axkibe@gmail.com,2008-08-06 13:04:01+00:00,Axel Kittenberger,axkibe@gmail.com,2008-08-06 13:04:01+00:00,False,gmail,gmail,* master,True,lsyncd_lsyncd,lsyncd/lsyncd,https://github.com/lsyncd/lsyncd +497915e76ea776131100cc490c9045d7f73b63f4,Francesc Alted,faltet@pytables.org,2002-10-02 17:20:02+00:00,Francesc Alted,faltet@pytables.org,2002-10-02 17:20:02+00:00,False,pytables,pytables,* master,True,PyTables_PyTables,PyTables/PyTables,https://github.com/PyTables/PyTables +f413997a6501d719409ab775e5acabd347350015,Joao Eriberto Mota Filho,eriberto@debian.org,2016-11-13 18:26:53-02:00,Joao Eriberto Mota Filho,eriberto@debian.org,2016-11-13 20:26:53+00:00,False,debian,debian,* master,True,resurrecting-open-source-projects_sniffit,resurrecting-open-source-projects/sniffit,https://github.com/resurrecting-open-source-projects/sniffit +4ba985b4844b7efeed1c64276759aa2632b86472,Owen Taylor,otaylor@src.gnome.org,2008-10-31 04:22:44+00:00,Owen Taylor,otaylor@src.gnome.org,2008-10-31 04:22:44+00:00,False,src,src,* main,True,gnome_gnome-shell.git,gnome/gnome-shell.git,https://gitlab.gnome.org/gnome/gnome-shell.git +f37c1a3fb0221be8bb1546b43d2baf0126d83fa5,nicolargo,nicolargo@nicolargo-fujitsu.(none),2011-12-04 09:52:09+01:00,nicolargo,nicolargo@nicolargo-fujitsu.(none),2011-12-04 08:52:09+00:00,False,nicolargo-fujitsu,nicolargo-fujitsu,* develop,True,nicolargo_glances,nicolargo/glances,https://github.com/nicolargo/glances +7a5ffc8cee259bbde82ab92515cd8fea2166854b,Sara Golemon,pollita@libssh2.org,2004-12-07 21:17:20+00:00,Sara Golemon,pollita@libssh2.org,2004-12-07 21:17:20+00:00,False,libssh2,libssh2,* master,True,libssh2_libssh2,libssh2/libssh2,https://github.com/libssh2/libssh2 +6e418e93b11fb0538b29f034c6017b11147207c1,Timothy Elliott,tle@holymonkey.com,2010-08-05 00:01:37-07:00,Timothy Elliott,tle@holymonkey.com,2010-08-05 07:01:37+00:00,False,holymonkey,holymonkey,* master,True,libvips_ruby-vips.git,libvips/ruby-vips.git,https://github.com/libvips/ruby-vips.git +175a4c17cbf9a01dd5df3f3a8cf91f6caca9ff26,Christoph Berg,myon@debian.org,2004-10-16 15:28:11+00:00,Christoph Berg,myon@debian.org,2004-10-16 15:28:11+00:00,False,debian,debian,* master,True,df7cb_sdate,df7cb/sdate,https://github.com/df7cb/sdate +2b25d450149445583c0c66da1a090e8cd311d580,Aurélien Gâteau,agateau@kde.org,2013-12-20 20:11:24+01:00,Aurélien Gâteau,agateau@kde.org,2013-12-20 19:11:24+00:00,False,kde,kde,* master,True,plasma_plasma-integration.git,plasma/plasma-integration.git,https://invent.kde.org/plasma/plasma-integration.git +2062f62a776544a09e3170fad1a9c8e2797925b6,Phillip Berndt,phillip.berndt@gmail.com,2013-06-13 17:20:07+02:00,Phillip Berndt,phillip.berndt@gmail.com,2013-06-13 15:49:33+00:00,False,gmail,gmail,* master,True,phillipberndt_pqiv,phillipberndt/pqiv,https://github.com/phillipberndt/pqiv +3ed1892117be4986d13cbb8bc2c34850e58bcc09,Barry Warsaw,barry@python.org,2011-06-22 21:21:45-04:00,Barry Warsaw,barry@python.org,2011-06-23 01:21:45+00:00,False,python,python,* master,True,warsaw_flufl.bounce.git,warsaw/flufl.bounce.git,https://gitlab.com/warsaw/flufl.bounce.git +551a38178f7e66f215980fb01200472c8e6d3cd4,Johan Dahlin,johan@src.gnome.org,2006-01-09 12:26:46+00:00,Johan Dahlin,johan@src.gnome.org,2006-01-09 12:26:46+00:00,False,src,src,* main,True,GNOME_pygobject,GNOME/pygobject,https://gitlab.gnome.org/GNOME/pygobject +1d119b1cf472972d65671ad44fb325a0a6bccad3,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,smimram@aec24677-d710-0410-a355-ac75e2bdf181,smimram@aec24677-d710-0410-a355-ac75e2bdf181,2008-10-15 17:30:33+00:00,False,aec24677-d710-0410-a355-ac75e2bdf181,aec24677-d710-0410-a355-ac75e2bdf181,* main,True,savonet_ocaml-ladspa.git,savonet/ocaml-ladspa.git,https://github.com/savonet/ocaml-ladspa.git +8554a340b937ec12e67bcea288ca073b08b02315,Jan Schneider,jan@horde.org,2009-01-12 18:25:47+01:00,Jan Schneider,jan@horde.org,2009-01-12 17:28:18+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_kronolith.git,horde/kronolith.git,https://github.com/horde/kronolith.git +f9227d883b5b823e84b7a1dfe4c674bb60384a92,Dirk Thomas,dthomas@willowgarage.com,2012-09-20 21:35:50-07:00,Dirk Thomas,dthomas@willowgarage.com,2012-09-21 04:35:50+00:00,False,willowgarage,willowgarage,* master,True,ros-infrastructure_catkin_pkg.git,ros-infrastructure/catkin/pkg.git,https://github.com/ros-infrastructure/catkin_pkg.git +fd2d9ba2e56c1497d7e6f9b39580bf6af0f5b430,Fernando Mercês,nandu88@gmail.com,2023-04-20 19:23:26-03:00,GitHub,noreply@github.com,2023-04-20 22:23:26+00:00,False,gmail,github,* main,True,merces_pev,merces/pev,https://github.com/merces/pev +7dc7b90a9b37626d933771a932b26bcd6a5d0ba6,Clemens Fruhwirth,clemens@endorphin.org,2008-03-22 08:23:35+00:00,Clemens Fruhwirth,clemens@endorphin.org,2008-03-22 08:23:35+00:00,False,endorphin,endorphin,* main,True,cryptsetup_cryptsetup,cryptsetup/cryptsetup,https://gitlab.com/cryptsetup/cryptsetup +9c454ba3a68b58ebd16a961f52c9f09ad8b90695,Dom Lachowicz,cinamod@users.sourceforge.net,2000-09-13 19:48:51+00:00,Dom Lachowicz,cinamod@users.sourceforge.net,2000-09-13 19:48:51+00:00,False,users,users,* master,True,caolanm_libwmf,caolanm/libwmf,https://github.com/caolanm/libwmf +ce604ea1116133b4cf8c97736d6712c372502de7,Carl Karsten,CFKarsten@gmail.com,2016-04-29 23:01:16-04:00,Carl Karsten,CFKarsten@gmail.com,2016-04-30 03:01:16+00:00,False,gmail,gmail,* master,True,CarlFK_voctomix-outcasts.git,CarlFK/voctomix-outcasts.git,https://github.com/CarlFK/voctomix-outcasts.git +b4368d53165e613b8940f1b3129978366aa7f391,Brad Greenlee,brad@footle.org,2011-06-29 22:33:12-07:00,Brad Greenlee,brad@footle.org,2011-06-30 05:33:12+00:00,False,footle,footle,* main,True,bgreenlee_pygtail,bgreenlee/pygtail,https://github.com/bgreenlee/pygtail +17c4d85b89390af8ded360d6109def48c013d7de,dim,dim,2009-05-13 20:54:04+00:00,dim,dim,2009-05-13 20:54:04+00:00,False,dim,dim,* master,True,dimitri_preprepare,dimitri/preprepare,https://github.com/dimitri/preprepare +b7f5d9895c19338f10b0bdd494b221b13b540d9d,William Jon McCann,mccann@jhu.edu,2007-12-14 05:06:55+00:00,William Jon McCann,mccann@src.gnome.org,2007-12-14 05:06:55+00:00,False,jhu,src,* master,True,GNOME_gnome-settings-daemon.git,GNOME/gnome-settings-daemon.git,https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git +a43547df27401794e776d1db378dcd70ea75b6fa,Yoriyuki Yamagata,yoriyuki.y@gmail.com,2010-05-17 04:07:28+00:00,Yoriyuki Yamagata,yoriyuki.y@gmail.com,2010-05-17 04:07:28+00:00,False,gmail,gmail,* master,True,yoriyuki_Camomile.git,yoriyuki/Camomile.git,https://github.com/yoriyuki/Camomile.git +dc4dfdf1884bda41748269b12280aecf4e05409d,Jose Maria Celorio,chema@src.gnome.org,2001-06-19 03:29:28+00:00,Jose Maria Celorio,chema@src.gnome.org,2001-06-19 03:29:28+00:00,False,src,src,* master,True,GNOME_glade,GNOME/glade,https://gitlab.gnome.org/GNOME/glade +4a860e98d5c03205cef55ba0d4049436e4d319d7,Jonathan H. Wage,jonwage@gmail.com,2010-09-20 17:24:15-05:00,Jonathan H. Wage,jonwage@gmail.com,2010-09-20 22:24:15+00:00,False,gmail,gmail,* 2.0.x,True,doctrine_data-fixtures,doctrine/data-fixtures,https://github.com/doctrine/data-fixtures +051b651fa86e9e7038b8554a93a8248ce1f5f9f6,Johannes 'fish' Ziemke,github@freigeist.org,2013-04-18 07:44:52-07:00,Johannes 'fish' Ziemke,github@freigeist.org,2013-04-18 14:44:52+00:00,False,freigeist,freigeist,* master,True,prometheus_node_exporter,prometheus/node/exporter,https://github.com/prometheus/node_exporter +a376dd57a19e7f2270b8e77886bb3bc0acd1ea4b,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2009-10-13 00:00:10-07:00,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2009-10-13 07:00:10+00:00,False,bulknews,bulknews,* master,True,miyagawa_HTTP-Server-Simple-PSGI.git,miyagawa/HTTP-Server-Simple-PSGI.git,https://github.com/miyagawa/HTTP-Server-Simple-PSGI.git +6f2effd05a1a98dfbffa97b68e8b947b77df46fb,Jordi Mas,jmas@src.gnome.org,2007-09-04 09:41:03+00:00,Jordi Mas,jmas@src.gnome.org,2007-09-04 09:41:03+00:00,False,src,src,* master,True,GNOME_gbrainy.git,GNOME/gbrainy.git,https://gitlab.gnome.org/GNOME/gbrainy.git +052c745e46fffa63105d93b8ecd603e3d9195e87,Robin Thompson,robin.thompson99@googlemail.com,2015-05-04 10:15:58+01:00,Robin Thompson,robin.thompson99@googlemail.com,2015-05-04 09:15:58+00:00,False,googlemail,googlemail,* master,True,robint99_dock-applet.git,robint99/dock-applet.git,https://github.com/robint99/dock-applet.git +07d995984dca9068e1fb97ce0f77abb031f18665,Matthew Schinckel,matt@schinckel.net,2010-06-09 14:57:30+09:30,Matthew Schinckel,matt@schinckel.net,2010-06-09 05:27:30+00:00,False,schinckel,schinckel,* master,True,adamchainz_django-jsonfield,adamchainz/django-jsonfield,https://github.com/adamchainz/django-jsonfield +e6ae26aabcef0402d463b30e0ebcb062f884d0b6,Karel Minarik,karel.minarik@elasticsearch.org,2013-04-30 14:16:06+02:00,Karel Minarik,karmi@karmi.cz,2013-04-30 12:16:06+00:00,False,elasticsearch,karmi,* main,True,elastic_elasticsearch-ruby,elastic/elasticsearch-ruby,https://github.com/elastic/elasticsearch-ruby +d78d37aeba03a5b015310249935ac83391782fb9,Element Green,jgreen@users.sourceforge.net,2010-10-25 22:46:33+00:00,Element Green,jgreen@users.sourceforge.net,2010-10-25 22:46:33+00:00,False,users,users,* master,True,swami_swami,swami/swami,https://github.com/swami/libinstpatch +57e4c5deaee8b6b12be0792e4f1fdf40e555683a,steve donovan,sdonovan@debian.localdomain,2010-03-09 09:17:15+02:00,steve donovan,sdonovan@debian.localdomain,2010-03-09 07:17:15+00:00,False,debian,debian,* master,True,lunarmodules_penlight,lunarmodules/penlight,https://github.com/lunarmodules/penlight +2e101de251958f0c2e04c7d24f219b6172d5c4b2,Bernhard Schussek,bschussek@gmail.com,2015-03-11 13:13:28+01:00,Bernhard Schussek,bschussek@gmail.com,2015-03-11 12:13:28+00:00,False,gmail,gmail,* master,True,webmozart_assert,webmozart/assert,https://github.com/webmozart/assert +3c79d2e7f7b25135ce7edac2fd294bc5b0ddc637,Michael E Brown,michael_e_brown@dell.com,2007-05-16 22:46:05-05:00,Michael E Brown,michael_e_brown@dell.com,2007-05-17 03:46:05+00:00,False,dell,dell,* master,True,dell_dkms,dell/dkms,https://github.com/dell/dkms +7f76ce802f21592586e910286bf9754c05e9f32d,Strahinja Markovic,devnull@localhost,2009-08-06 21:45:20+02:00,Strahinja Markovic,devnull@localhost,2009-08-06 19:45:20+00:00,False,localhost,localhost,* master,True,Sigil-Ebook_Sigil.git,Sigil-Ebook/Sigil.git,https://github.com/Sigil-Ebook/Sigil.git +5ce76a2f9266659df14b33c064b9f5ef6e5d9b8a,Frank Warmerdam,warmerdam@pobox.com,1999-05-18 19:43:32+00:00,Frank Warmerdam,warmerdam@pobox.com,1999-05-18 19:43:32+00:00,False,pobox,pobox,* master,True,OSGeo_shapelib.git,OSGeo/shapelib.git,https://github.com/OSGeo/shapelib.git +f64011e93b9c555b05c6fde4425d8caa1728d01a,Nicolas Boichat,nboichat@users.sourceforge.net,2004-08-30 21:19:19+00:00,Nicolas Boichat,nboichat@users.sourceforge.net,2004-08-30 21:19:19+00:00,False,users,users,* master,True,ddccontrol_ddccontrol-db,ddccontrol/ddccontrol-db,https://github.com/ddccontrol/ddccontrol-db +4c064381a184791c49eb7ac3d388b445d4195aa1,Jerry Cheung,jch@whatcodecraves.com,2012-08-01 11:06:59-07:00,Ryan Tomayko,rtomayko@gmail.com,2012-08-24 19:49:28+00:00,False,whatcodecraves,gmail,* main,True,jch_html-pipeline,jch/html-pipeline,https://github.com/jch/html-pipeline +b473453bf2a60389bf492944078f52b5bc7e58bb,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2010-02-06 02:09:00-08:00,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2010-02-06 10:09:00+00:00,False,bulknews,bulknews,* master,True,miyagawa_Plack-Middleware-File-Sass.git,miyagawa/Plack-Middleware-File-Sass.git,https://github.com/miyagawa/Plack-Middleware-File-Sass.git +6aa4280d843a7181acd208e37232734fda9d29c8,Per Allansson,pallansson@gmail.com,2013-02-17 10:16:25+01:00,Per Allansson,pallansson@gmail.com,2013-02-17 09:16:25+00:00,False,gmail,gmail,* master,True,mtrojnar_osslsigncode.git,mtrojnar/osslsigncode.git,https://github.com/mtrojnar/osslsigncode.git +1d0958032b8344261437ada09becb0eb544b910a,Paul Fenwick,pjf@perltraining.com.au,2006-07-23 04:16:55+00:00,Paul Fenwick,pjf@perltraining.com.au,2006-07-23 04:16:55+00:00,False,perltraining,perltraining,* master,True,pjf_ipc-system-simple.git,pjf/ipc-system-simple.git,https://github.com/pjf/ipc-system-simple.git +7a059612fb9617121de16f34285c148bff35ac10,snyh,snyh@snyh.org,2014-12-03 17:15:50+08:00,snyh,snyh@snyh.org,2014-12-03 09:16:42+00:00,False,snyh,snyh,* master,True,linuxdeepin_deepin-icon-theme.git,linuxdeepin/deepin-icon-theme.git,https://github.com/linuxdeepin/deepin-icon-theme.git +46672dc206b5de47787c134ace6fb98cda544636,idle sign,idlesign@yandex.ru,2010-05-28 16:14:35+07:00,idle sign,idlesign@yandex.ru,2010-05-28 09:14:35+00:00,False,yandex,yandex,* master,True,idlesign_django-sitetree,idlesign/django-sitetree,https://github.com/idlesign/django-sitetree +272300bb29b8c2d444971e8051aae7bf513cdb98,root,devnull@localhost,2006-04-26 10:48:09+00:00,root,devnull@localhost,2006-04-26 10:48:09+00:00,False,localhost,localhost,* master,True,Shoobx_xmldiff.git,Shoobx/xmldiff.git,https://github.com/Shoobx/xmldiff.git +09fc1ee5e19adba6b4794b7da735b66202713134,Carlos Donizete Froes,coringao@riseup.net,2017-11-18 12:18:41-02:00,GitHub,noreply@github.com,2017-11-18 14:18:41+00:00,False,riseup,github,* master,True,coringao_jag,coringao/jag,https://gitlab.com/coringao/jag +056dd9a7a00e0b6b181d865e0b063f10bbcdf995,Mark Madsen,mark@agileanimal.com,2013-01-12 14:04:55-07:00,Mark Madsen,mark@agileanimal.com,2013-01-12 21:04:55+00:00,False,agileanimal,agileanimal,* master,True,intridea_grape-entity,intridea/grape-entity,https://github.com/intridea/grape-entity +f56ea9b506cae8819fcd5295ff8bc3afc1da1905,sabetts,sabetts,2003-09-13 21:01:16+00:00,sabetts,sabetts,2003-09-13 21:01:16+00:00,False,sabetts,sabetts,* master,True,stumpwm_stumpwm.git,stumpwm/stumpwm.git,https://github.com/stumpwm/stumpwm.git +5f3f0c0d444679d9e1b378a9040fe251fa0486e6,Johan Gunnarsson,johan.gunnarsson@gmail.com,2015-07-26 10:37:22+02:00,Johan Gunnarsson,johan.gunnarsson@gmail.com,2015-07-26 08:37:22+00:00,False,gmail,gmail,* master,True,johang_btfs,johang/btfs,https://github.com/johang/btfs +a2e67df2fba21d986652259cbd483b8036079dc8,Grant Grundler,iod00d@hp.com,2005-05-19 07:06:09+00:00,Michael S. Tsirkin,mst@mellanox.co.il,2005-05-19 07:06:09+00:00,False,hp,mellanox,* master,True,linux-rdma_perftest.git,linux-rdma/perftest.git,https://github.com/linux-rdma/perftest.git +b8b86555280694d85d64b68d0f9131868598161a,John (J5) Palmieri,quinticent@phuket.(none),2006-06-28 14:21:26-04:00,John (J5) Palmieri,quinticent@phuket.(none),2006-06-28 18:21:26+00:00,False,phuket,phuket,* master,True,dbus_dbus-glib.git,dbus/dbus-glib.git,https://gitlab.freedesktop.org/dbus/dbus-glib.git +2545aa4f82169c9affd646e4d09a9e19af51c7c7,Michael Elsdörfer,michael@elsdoerfer.com,2012-07-08 15:36:50+02:00,Michael Elsdörfer,michael@elsdoerfer.com,2012-07-08 13:36:50+00:00,False,elsdoerfer,elsdoerfer,* master,True,miracle2k_django-assets.git,miracle2k/django-assets.git,https://github.com/miracle2k/django-assets.git +365d17fa1ef15cfd72c908ee644ad3ffa8916d3d,Jason Michalski,armooo@armooo.net,2011-01-05 18:30:26-05:00,Jason Michalski,armooo@armooo.net,2011-01-05 23:30:26+00:00,False,armooo,armooo,* master,True,davesteele_cloudprint-service,davesteele/cloudprint-service,https://github.com/davesteele/cloudprint-service +03f38ec9f025b163bc9ac389ba194d528bb56a30,which.linden,devnull@localhost,2007-08-23 19:57:41-04:00,which.linden,devnull@localhost,2007-08-23 23:57:41+00:00,False,localhost,localhost,* master,True,eventlet_eventlet.git,eventlet/eventlet.git,https://github.com/eventlet/eventlet.git +c0c5af63dd447bf7e0fe688b9fc9a890a67daef7,Ryan Fox,ryan.fox@upverter.com,2012-10-03 11:51:12-04:00,Guilherme Brondani Torri,guitorri@gmail.com,2014-04-02 16:54:00+00:00,False,upverter,gmail,* develop,True,Qucs_ADMS.git,Qucs/ADMS.git,https://github.com/Qucs/ADMS.git +aa7bd0afdd940a5776e05cb800227a539c82dc39,martin,martin@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-07-05 16:24:27+00:00,martin,martin@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-07-05 16:24:27+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_envisage,enthought/envisage,https://github.com/enthought/envisage +ddc962401b3d3741bafc7fb833d39a38a9477063,Jakob Voss,voss@gbv.de,2013-09-05 09:40:05+02:00,Jakob Voss,voss@gbv.de,2013-09-05 07:40:05+00:00,False,gbv,gbv,* master,True,LibreCat_Catmandu-RDF.git,LibreCat/Catmandu-RDF.git,https://github.com/LibreCat/Catmandu-RDF.git +d761ab64017b7f93c6ad8ec1edc5225eda9b3433,Luke Dashjr,luke-jr+git@utopios.org,2014-08-17 11:46:54+00:00,Luke Dashjr,luke-jr+git@utopios.org,2014-08-17 11:52:36+00:00,False,utopios,utopios,* master,True,luke-jr_libbase58,luke-jr/libbase58,https://github.com/luke-jr/libbase58 +db2ec082811a9030bd2711de4ebae5d10adb2b96,Wiktor Walc,w.walc@cksource.com,2014-06-04 12:40:13+02:00,Wiktor Walc,w.walc@cksource.com,2014-06-04 10:40:13+00:00,False,cksource,cksource,* master,True,ckeditor_ckbuilder.git,ckeditor/ckbuilder.git,https://github.com/ckeditor/ckbuilder.git +69f9a7c1bb4a64796c484f9b6b9f4bf079c58d4f,Jeff Autor,jeff.autor@hpe.com,2016-12-09 10:55:57-06:00,Jeff Autor,jeff.autor@hpe.com,2016-12-09 16:55:57+00:00,False,hpe,hpe,* master,True,HewlettPackard_python-ilorest-library.git,HewlettPackard/python-ilorest-library.git,https://github.com/HewlettPackard/python-ilorest-library.git +aca2b6c600db6bb02cc5d425cc8b05bfce2c3545,Michael Jarvis,michael@jarvis.com,2016-04-06 22:50:15-05:00,Michael Jarvis,michael@jarvis.com,2016-04-07 03:50:15+00:00,False,jarvis,jarvis,* master,True,mojotx_xttitle,mojotx/xttitle,https://github.com/mojotx/xttitle +7bdb429cf73852d2e95665109fd2e0af241fb450,Éric Lemoine,eric.lemoine@gmail.com,2012-08-27 08:44:05+02:00,Éric Lemoine,eric.lemoine@gmail.com,2012-08-27 06:44:05+00:00,False,gmail,gmail,* master,True,geoalchemy_geoalchemy2,geoalchemy/geoalchemy2,https://github.com/geoalchemy/geoalchemy2 +512b90684ba5a5f7929fa85ff5653bd8e2045004,Ralf Schmitt,ralf@systemexit.de,2011-07-12 22:01:31+02:00,Ralf Schmitt,ralf@systemexit.de,2011-07-12 20:01:31+00:00,False,systemexit,systemexit,* master,True,pediapress_pyfribidi.git,pediapress/pyfribidi.git,https://github.com/pediapress/pyfribidi.git +4ee2ee54360fc4b25f20ee75f65791e206680e31,Seth Morton,seth.m.morton@gmail.com,2012-05-02 19:58:47-07:00,Seth Morton,seth.m.morton@gmail.com,2012-05-03 02:58:47+00:00,False,gmail,gmail,* main,True,SethMMorton_natsort.git,SethMMorton/natsort.git,https://github.com/SethMMorton/natsort.git +6317a2a89b20fb102475fb049e12b3b450d29a27,Ken,ksteen@users.sourceforge.net,2009-01-21 16:30:11-07:00,Ken,ksteen@users.sourceforge.net,2009-01-21 23:30:11+00:00,False,users,users,* master,True,vifm_vifm.git,vifm/vifm.git,https://github.com/vifm/vifm.git +dab80bd200fd90ab83bc156789ca80c516e7fa0c,Toilal,toilal.dev@gmail.com,2015-10-02 08:56:09+02:00,Toilal,toilal.dev@gmail.com,2015-10-03 09:35:21+00:00,False,gmail,gmail,* develop,True,guessit-io_guessit.git,guessit-io/guessit.git,https://github.com/guessit-io/guessit.git +d6102e0b5baf2dcb9fc7e34161c770a6e0533c0b,Jonathan Ong,jonathanrichardong@gmail.com,2014-03-04 22:31:08-08:00,Jonathan Ong,jonathanrichardong@gmail.com,2014-03-05 06:31:08+00:00,False,gmail,gmail,* master,True,expressjs_vhost.git,expressjs/vhost.git,https://github.com/expressjs/vhost.git +1f0d6d5600872422b4215693a1a9f774fdf8776d,Dan Guido,dan@trailofbits.com,2014-02-07 09:02:49-08:00,Dan Guido,dan@trailofbits.com,2014-02-07 17:02:49+00:00,False,trailofbits,trailofbits,* master,True,trailofbits_onesixtyone,trailofbits/onesixtyone,https://github.com/trailofbits/onesixtyone +d9b061d487e99f3717ea3dc3105bc937a31488b9,Jens Kraemer,jk@jkraemer.net,2013-08-18 03:12:30+02:00,Jens Kraemer,jk@jkraemer.net,2013-08-18 01:12:30+00:00,False,jkraemer,jkraemer,* master,True,jkraemer_mail-gpg,jkraemer/mail-gpg,https://github.com/jkraemer/mail-gpg +20fbba1230cabbc0f4644f917c6c2be52b8a63e8,Honza Kral,honza.kral@gmail.com,2013-05-01 16:37:32+02:00,Honza Kral,honza.kral@gmail.com,2013-05-01 14:39:30+00:00,False,gmail,gmail,* main,True,elastic_elasticsearch-py.git,elastic/elasticsearch-py.git,https://github.com/elastic/elasticsearch-py.git +38b5d672019e2315018a3d5c8bccb79ae83d3bb1,Stian Skjelstad,stian@nixia.no,2011-09-18 21:35:24+02:00,Stian Skjelstad,stian@nixia.no,2011-09-18 19:35:24+00:00,False,nixia,nixia,* master,True,mywave82_opencubicplayer,mywave82/opencubicplayer,https://github.com/mywave82/opencubicplayer +c861650004ac5f6f64b23776a2541bd9186d5daa,Ethan Galstad,egalstad@users.sourceforge.net,2001-06-23 17:02:57+00:00,Ethan Galstad,egalstad@users.sourceforge.net,2001-06-23 17:02:57+00:00,False,users,users,* master,True,NagiosEnterprises_nrpe.git,NagiosEnterprises/nrpe.git,https://github.com/NagiosEnterprises/nrpe.git +5445c0a95352506da2677f3de09c07286d5140ea,Michael Merickel,michael@merickel.org,2016-06-01 21:27:09-07:00,Michael Merickel,michael@merickel.org,2016-06-02 04:48:54+00:00,False,merickel,merickel,* main,True,pylons_plaster,pylons/plaster,https://github.com/pylons/plaster +479af86e6cde18cdf8da80ae0fc65e5d7ad3adf7,Simon Josefsson,simon@josefsson.org,2009-11-24 14:36:33+01:00,Simon Josefsson,simon@josefsson.org,2009-11-24 13:36:33+00:00,False,josefsson,josefsson,* master,True,oath-toolkit_oath-toolkit,oath-toolkit/oath-toolkit,https://gitlab.com/oath-toolkit/oath-toolkit +87390ae7fe343764d30203d233992427afdd4dc6,olau@iola.dk,olau@iola.dk@1e0a6537-2640-0410-bfb7-f154510ff394,2007-12-03 19:54:22+00:00,olau@iola.dk,olau@iola.dk@1e0a6537-2640-0410-bfb7-f154510ff394,2007-12-03 19:54:22+00:00,False,1e0a6537-2640-0410-bfb7-f154510ff394,1e0a6537-2640-0410-bfb7-f154510ff394,* master,True,flot_flot,flot/flot,https://github.com/flot/flot +6f41fcd0ded363336e238815d3d826ded137bd44,Greg Sherwood,gsherwood@squiz.net,2011-11-04 09:18:45+11:00,Greg Sherwood,gsherwood@squiz.net,2011-11-03 22:18:45+00:00,False,squiz,squiz,* master,True,squizlabs_PHP_CodeSniffer,squizlabs/PHP/CodeSniffer,https://github.com/squizlabs/PHP_CodeSniffer +058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa,Huang Peng,shawn.p.huang@gmail.com,2008-06-29 15:57:07+08:00,Huang Peng,shawn.p.huang@gmail.com,2008-06-29 07:57:07+00:00,False,gmail,gmail,* main,True,libpinyin_ibus-libpinyin,libpinyin/ibus-libpinyin,https://github.com/libpinyin/ibus-libpinyin +7b3dfe212d56d651c47045813f2d1b5d98ae499d,Samuel Mimram,smimram@gmail.com,2012-10-12 02:10:24-07:00,Samuel Mimram,smimram@gmail.com,2012-10-12 09:10:24+00:00,False,gmail,gmail,* main,True,savonet_ocaml-ffmpeg.git,savonet/ocaml-ffmpeg.git,https://github.com/savonet/ocaml-ffmpeg.git +9c65b2eaaade1d6e956b1cc5a971a486c95b545b,David Herberth,admin@dav1d.de,2013-07-29 03:54:13-07:00,David Herberth,admin@dav1d.de,2013-07-29 10:54:13+00:00,False,dav1d,dav1d,* glad2,True,Dav1dde_glad.git,Dav1dde/glad.git,https://github.com/Dav1dde/glad.git +9e8d9d6592d92b80c65a34e6044c6c3468405cc7,Alexander Monakov,amonakov@gmail.com,2012-09-01 14:51:22-07:00,Alexander Monakov,amonakov@gmail.com,2012-09-01 21:51:22+00:00,False,gmail,gmail,* master,True,amonakov_primus,amonakov/primus,https://github.com/amonakov/primus +8ef49f8d576bf33f27bfdbd8ba8031ca1c08bf2d,lepture,lepture@me.com,2012-05-03 23:53:37+08:00,lepture,lepture@me.com,2012-05-03 15:53:37+00:00,False,me,me,* master,True,lepture_python-livereload,lepture/python-livereload,https://github.com/lepture/python-livereload +c2a62f434a509e5a495a4316993d18711a8df254,Giampaolo Rodola,g.rodola@gmail.com,2007-07-17 20:30:09+00:00,Giampaolo Rodola,g.rodola@gmail.com,2007-07-17 20:30:09+00:00,False,gmail,gmail,* master,True,giampaolo_pyftpdlib,giampaolo/pyftpdlib,https://github.com/giampaolo/pyftpdlib +cd165c4a09cc9b96a5b4f0aecebdf08efaa4c372,Dejan Muhamedagic,dejan@hello-penguin.com,2010-02-03 12:38:24+01:00,Dejan Muhamedagic,dejan@hello-penguin.com,2010-02-03 11:38:24+00:00,False,hello-penguin,hello-penguin,* master,True,ClusterLabs_crmsh,ClusterLabs/crmsh,https://github.com/ClusterLabs/crmsh +85dee0c8029ad9689d21bbddb17645bfdfa49863,shaleh,shaleh,2001-11-30 05:09:48+00:00,shaleh,shaleh,2001-11-30 05:09:48+00:00,False,shaleh,shaleh,* master,True,bbidulock_blackboxwm,bbidulock/blackboxwm,https://github.com/bbidulock/blackboxwm +d15fbd118ad7875c845249a51d53ac15b3e3dea7,Dima Kogan,dima@secretsauce.net,2016-05-14 13:37:35-07:00,Dima Kogan,dima@secretsauce.net,2016-05-14 20:51:48+00:00,False,secretsauce,secretsauce,* master,True,dkogan_numpysane,dkogan/numpysane,https://github.com/dkogan/numpysane +aeab7ecc3aa1aa60927858b04621ca8f933aae4a,Jonathan Slenders,jonathan@slenders.be,2014-08-30 12:03:25+02:00,Jonathan Slenders,jonathan@slenders.be,2014-08-30 10:03:25+00:00,False,slenders,slenders,* master,True,prompt-toolkit_python-prompt-toolkit,prompt-toolkit/python-prompt-toolkit,https://github.com/prompt-toolkit/python-prompt-toolkit +e79fdc4c72c55b6c5221032b8ec40186f7154ae9,fent,933490+fent@users.noreply.github.com,2012-07-16 15:58:43-07:00,fent,933490+fent@users.noreply.github.com,2012-07-16 22:58:43+00:00,False,users,users,* master,True,fent_node-ytdl-core.git,fent/node-ytdl-core.git,https://github.com/fent/node-ytdl-core.git +5595bcde18041a1be3ce3791bf88f13d44524848,Thiago de Arruda,tpadilha84@gmail.com,2013-10-26 13:05:17-03:00,Thiago de Arruda,tpadilha84@gmail.com,2013-10-26 16:05:17+00:00,False,gmail,gmail,* master,True,zsh-users_zsh-autosuggestions.git,zsh-users/zsh-autosuggestions.git,https://github.com/zsh-users/zsh-autosuggestions.git +15c3e40fa8ef58bf22fef458253579f8bde5b5d3,Honza Pokorny,me@honza.ca,2014-08-24 20:56:46+02:00,Honza Pokorny,me@honza.ca,2014-08-24 18:56:46+00:00,False,honza,honza,* master,True,honza_anosql,honza/anosql,https://github.com/honza/anosql +80d7705cbff925a2d4758ff2caaf10368cdbd2c1,Patrick Hunt,phunt1@gmail.com,2009-11-04 23:23:52-08:00,Patrick Hunt,phunt1@gmail.com,2009-11-05 07:23:52+00:00,False,gmail,gmail,* master,True,phunt_zktop.git,phunt/zktop.git,https://github.com/phunt/zktop.git +0ee48235dfd2fbdcea7943511322b9f67dd43ac9,Jaakko Luttinen,jaakko.luttinen@iki.fi,2012-08-27 12:29:07+03:00,Jaakko Luttinen,jaakko.luttinen@iki.fi,2012-08-27 09:29:07+00:00,False,iki,iki,* develop,True,bayespy_bayespy,bayespy/bayespy,https://github.com/bayespy/bayespy +df9358f7beb6c5a9fc6cd112b2d9a229311ebbf5,Joseph Martinot-Lagarde,contrebasse@gmail.com,2013-10-28 16:09:55-07:00,Joseph Martinot-Lagarde,contrebasse@gmail.com,2013-10-28 23:09:55+00:00,False,gmail,gmail,* master,True,spyder-ide_spyder-unittest.git,spyder-ide/spyder-unittest.git,https://github.com/spyder-ide/spyder-unittest.git +260139e288f3c441a3f06481cd475ceec05ac18d,Guus Sliepen,guus@sliepen.org,2018-08-25 21:23:03+02:00,Guus Sliepen,guus@sliepen.org,2018-08-25 19:23:03+00:00,False,sliepen,sliepen,* master,True,gsliepen_rsh-redone,gsliepen/rsh-redone,https://github.com/gsliepen/rsh-redone +c459c0507698aa4f8863c201bba283093b3b00b5,Marc Di Luzio,mdiluzio@feralinteractive.com,2017-12-11 11:26:59+00:00,Marc Di Luzio,mdiluzio@feralinteractive.com,2018-03-05 17:32:01+00:00,False,feralinteractive,feralinteractive,* master,True,FeralInteractive_gamemode,FeralInteractive/gamemode,https://github.com/FeralInteractive/gamemode +7e77c79766dda5c449fb167773d4b51428eb808f,taviso@sdf.lonestar.org,taviso@sdf.lonestar.org@0d3dcf9e-6d41-0410-9b3a-75061118c11e,2007-12-16 23:03:54+00:00,taviso@sdf.lonestar.org,taviso@sdf.lonestar.org@0d3dcf9e-6d41-0410-9b3a-75061118c11e,2007-12-16 23:03:54+00:00,False,0d3dcf9e-6d41-0410-9b3a-75061118c11e,0d3dcf9e-6d41-0410-9b3a-75061118c11e,* main,True,scanmem_scanmem.git,scanmem/scanmem.git,https://github.com/scanmem/scanmem.git +b8056eb74e839386ae6dd836ff662f9b787d94f1,Philip Pearce,philip.pearce@e2bn.org,2013-08-13 16:26:58+01:00,Philip Pearce,philip.pearce@e2bn.org,2013-08-13 15:26:58+00:00,False,e2bn,e2bn,* v5.5,True,e2guardian_e2guardian,e2guardian/e2guardian,https://github.com/e2guardian/e2guardian +207bc996a7084af57c4d9d4a5f5c42d8445a2dc6,moe,moe@busyloop.net,2011-08-10 16:10:30+02:00,moe,moe@busyloop.net,2011-08-10 14:10:30+00:00,False,busyloop,busyloop,* master,True,busyloop_lolcat.git,busyloop/lolcat.git,https://github.com/busyloop/lolcat.git +675542eff661caa733977d93051ada49b56e4c8f,Aleksander Morgado,aleksander@lanedo.com,2013-08-14 15:37:31+02:00,Aleksander Morgado,aleksander@lanedo.com,2013-08-14 13:37:31+00:00,False,lanedo,lanedo,* main,True,mobile-broadband_libmbim.git,mobile-broadband/libmbim.git,https://gitlab.freedesktop.org/mobile-broadband/libmbim.git +734a9f490f2f8cb4552c71bfac8fc779f836c436,David Robillard,d@drobilla.net,2012-08-20 05:16:04+00:00,David Robillard,d@drobilla.net,2012-08-20 05:16:04+00:00,False,drobilla,drobilla,* main,True,drobilla_fomp.git,drobilla/fomp.git,https://gitlab.com/drobilla/fomp.git +771b540bb081f82d27a436a4f56e077247339c7f,Derek Stegelman,dstegelman@gmail.com,2012-05-02 06:55:50-07:00,Derek Stegelman,dstegelman@gmail.com,2012-05-02 13:55:50+00:00,False,gmail,gmail,* develop,True,kstateome_django-cas,kstateome/django-cas,https://github.com/kstateome/django-cas +a30f9d978bcb5a3726b5d349c9331d7b7c6c8323,Teemu Rytilahti,tpr@iki.fi,2017-03-05 18:43:34+01:00,Teemu Rytilahti,tpr@iki.fi,2017-03-05 17:49:25+00:00,False,iki,iki,* master,True,rytilahti_python-miio.git,rytilahti/python-miio.git,https://github.com/rytilahti/python-miio.git +6e4f4284e395321be95b558a2803afe3b0214a2e,Peter Brinkmann,peter.brinkmann@gmail.com,2016-11-04 09:58:28+01:00,Peter Brinkmann,peter.brinkmann@gmail.com,2016-11-04 08:58:28+00:00,False,gmail,gmail,* master,True,libpd_abl_link.git,libpd/abl/link.git,https://github.com/libpd/abl_link.git +af493c9bce862bd07537eb09b10c44bc50dbf2fc,Timothy Edmund Crosley,timothy.crosley@gmail.com,2013-09-02 15:22:53-07:00,Timothy Edmund Crosley,timothy.crosley@gmail.com,2013-09-02 22:22:53+00:00,False,gmail,gmail,* main,True,timothycrosley_isort,timothycrosley/isort,https://github.com/timothycrosley/isort +09d4472030451eba6a150ca8a9f76cf636e1f0fc,H.Merijn Brand,merijn@nb09.(none),2007-12-06 13:25:58+01:00,H.Merijn Brand,merijn@nb09.(none),2007-12-06 12:25:58+00:00,False,nb09,nb09,* master,True,Tux_Text-CSV_XS.git,Tux/Text-CSV/XS.git,https://github.com/Tux/Text-CSV_XS.git +9d703c776a40162c0e3e7f555a9ed9e8bb8c3cbf,Jamie Winsor,jamie@vialstudios.com,2013-06-16 23:31:59-07:00,Jamie Winsor,jamie@vialstudios.com,2013-06-17 06:34:54+00:00,False,vialstudios,vialstudios,* master,True,RiotGames_buff-extensions,RiotGames/buff-extensions,https://github.com/RiotGames/buff-extensions +abb9ee35d8c77662638b085ab429f2de66e4acc9,Pasi,pasi@shimmerproject.org,2011-03-07 16:21:55+02:00,Pasi,pasi@shimmerproject.org,2011-03-07 14:21:55+00:00,False,shimmerproject,shimmerproject,* master,True,shimmerproject_Greybird,shimmerproject/Greybird,https://github.com/shimmerproject/Greybird +c3b4e76655aa6b675ba01f5af12ff375a8cd2a8c,Stefano Karapetsas,stefano@karapetsas.com,2011-12-23 22:59:38+01:00,Stefano Karapetsas,stefano@karapetsas.com,2011-12-23 21:59:38+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-indicator-applet.git,mate-desktop/mate-indicator-applet.git,https://github.com/mate-desktop/mate-indicator-applet.git +1dba1ca313b6a06eb0b5ca291ec626410265810e,oh2mqk,oh2mqk@7f334e7d-9667-46a4-86d4-45028e631dbf,2007-11-04 20:39:31+00:00,oh2mqk,oh2mqk@7f334e7d-9667-46a4-86d4-45028e631dbf,2007-11-04 20:39:31+00:00,False,7f334e7d-9667-46a4-86d4-45028e631dbf,7f334e7d-9667-46a4-86d4-45028e631dbf,* master,True,PhirePhly_aprx,PhirePhly/aprx,https://github.com/PhirePhly/aprx +e42fd953dd05301f9a1f72a7a56ffaa4e48e5e03,Stelian Ionescu,sionescu@cddr.org,2010-07-03 04:02:12+08:00,Stelian Ionescu,sionescu@cddr.org,2010-07-02 20:02:12+00:00,False,cddr,cddr,* master,True,sionescu_libfixposix.git,sionescu/libfixposix.git,https://github.com/sionescu/libfixposix.git +7328e9ca65676104f93fec4bb605c2b186563ad2,Andreas Waechter,andreas.waechter@northwestern.edu,2006-05-25 21:35:45+00:00,Andreas Waechter,andreas.waechter@northwestern.edu,2006-05-25 21:35:45+00:00,False,northwestern,northwestern,* master,True,coin-or_Osi,coin-or/Osi,https://github.com/coin-or/Osi +249e48bac66f1f6948819d8bf6320aab3fcf71a0,Quentin Long,qlo@yelp.com,2015-02-19 15:03:11-08:00,Quentin Long,qlo@yelp.com,2015-02-19 23:03:11+00:00,False,yelp,yelp,* master,True,Yelp_elastalert.git,Yelp/elastalert.git,https://github.com/Yelp/elastalert.git +903953603ec708b75e84fa1ca9c068054263c9bb,Andrey Lebedev,andrey@lebedev.lt,2012-03-03 18:47:21+02:00,Andrey Lebedev,andrey@lebedev.lt,2012-03-03 16:47:21+00:00,False,lebedev,lebedev,* master,True,gerasiov_ofxstatement,gerasiov/ofxstatement,https://github.com/gerasiov/ofxstatement +fd06088119f9725b65e55b5584f6008096bbe365,Stefano Bettelli,bettelli@cpan.org,2004-07-13 11:03:53-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-12 02:05:21+00:00,False,cpan,pobox,* master,True,rjbs_Image-MetaData-JPEG.git,rjbs/Image-MetaData-JPEG.git,https://github.com/rjbs/Image-MetaData-JPEG.git +acae1d257c398950d72b5ad692f489538f1c7fea,Jeff Bailey,jbailey@gnu.org,1999-09-11 22:58:22+00:00,Jeff Bailey,jbailey@gnu.org,1999-09-11 22:58:22+00:00,False,gnu,gnu,* master,True,git_mailutils.git,git/mailutils.git,https://git.savannah.gnu.org/git/mailutils.git +dfc72f05ee226f1f22a04e6b28314dad0ccb1a2c,Benj Carson,benjcarson@gmail.com,2005-01-25 22:56:19+00:00,Benj Carson,benjcarson@gmail.com,2005-01-25 22:56:19+00:00,False,gmail,gmail,* master,True,dompdf_dompdf,dompdf/dompdf,https://github.com/dompdf/dompdf +eaf2f0df04140e3a068c18d30b8b19906570f0d4,Nathan Froyd,froydnj@nightcrawler.(none),2009-11-11 09:03:15-05:00,Nathan Froyd,froydnj@nightcrawler.(none),2009-11-11 14:03:15+00:00,False,nightcrawler,nightcrawler,* master,True,sharplispers_ironclad,sharplispers/ironclad,https://github.com/sharplispers/ironclad +2c3194a8e64b655ea3de992d4a8a38f8cc315a09,romix,romixlev@gmail.com,2013-11-06 16:31:58+01:00,romix,romixlev@gmail.com,2013-11-06 15:31:58+00:00,False,gmail,gmail,* master,True,EsotericSoftware_kryo.git,EsotericSoftware/kryo.git,https://github.com/EsotericSoftware/kryo.git +70096807ae47556f1531a09bd3d154d8f535a0b7,eblondel,emmanuel.blondel1@gmail.com,2013-06-12 15:18:24+02:00,eblondel,emmanuel.blondel1@gmail.com,2013-06-12 13:18:24+00:00,False,gmail,gmail,* master,True,opensdmx_rsdmx.git,opensdmx/rsdmx.git,https://github.com/opensdmx/rsdmx.git +f90cfef6c4f93851771eb2abde372950e99c9c24,Jon Wayne Parrott,thea@thea.codes,2018-03-17 21:04:32-07:00,Jon Wayne Parrott,thea@thea.codes,2018-03-18 04:04:32+00:00,False,thea,thea,* master,True,theacodes_cmarkgfm,theacodes/cmarkgfm,https://github.com/theacodes/cmarkgfm +bfbf83f2db342acafd2e0acb7e75b72ed1020728,Jonathan Winterflood,jonathan.winterflood@gmail.com,2012-11-18 16:31:02-08:00,Jonathan Winterflood,jonathan.winterflood@gmail.com,2012-11-19 00:31:02+00:00,False,gmail,gmail,* master,True,jonathanwin_yagv.git,jonathanwin/yagv.git,https://github.com/jonathanwin/yagv.git +a2975b27abad92e39f15e4d4bfa3d577bd44bf48,Vladimir,enzinia@users.noreply.github.com,2018-03-20 20:31:43+09:00,GitHub,noreply@github.com,2018-03-20 11:31:43+00:00,False,users,github,* master,True,enzinia_hangouts-chat,enzinia/hangouts-chat,https://github.com/enzinia/hangouts-chat +374e1f086bb63cf1775c39e069f51fa87e276313,Edward George,edwardgeorge@gmail.com,2011-03-15 07:20:25+00:00,Edward George,edwardgeorge@gmail.com,2011-03-15 07:20:25+00:00,False,gmail,gmail,* master,True,edwardgeorge_virtualenv-clone,edwardgeorge/virtualenv-clone,https://github.com/edwardgeorge/virtualenv-clone +5254669c546f0acbc4b0288946188c37dc532527,Youssef,youssef@airspy.com,2017-07-08 11:55:34+02:00,GitHub,noreply@github.com,2017-07-08 09:55:34+00:00,False,airspy,github,* master,True,airspy_airspyhf.git,airspy/airspyhf.git,https://github.com/airspy/airspyhf.git +d0d291656bda1ef2e14f9973a299e754812ae0d6,Ron Frederick,ronf@timeheart.net,2013-09-21 21:02:44-07:00,Ron Frederick,ronf@timeheart.net,2013-09-22 04:02:44+00:00,False,timeheart,timeheart,* develop,True,ronf_asyncssh,ronf/asyncssh,https://github.com/ronf/asyncssh +0aa836ce640c57b7f42715ca033f0c4cbab4de49,Julius Plenz,julius@plenz.com,2012-02-05 20:48:34+01:00,Julius Plenz,julius@plenz.com,2012-02-05 19:48:34+00:00,False,plenz,plenz,* master,True,Feh_nocache,Feh/nocache,https://github.com/Feh/nocache +56a2a52037280a7c35ac0cdaab9df2743e324a12,Jim Fulton,jim@zope.com,2007-07-18 11:24:02+00:00,Jim Fulton,jim@zope.com,2007-07-18 11:24:02+00:00,False,zope,zope,* master,True,zopefoundation_zc.lockfile,zopefoundation/zc.lockfile,https://github.com/zopefoundation/zc.lockfile +fe8d5d9c8f0e2c890c64dab08d2bb8213ba6318e,Cory LaViska,cory@abeautifulsite.net,2011-11-15 19:01:08-05:00,Cory LaViska,cory@abeautifulsite.net,2011-11-16 00:01:08+00:00,False,abeautifulsite,abeautifulsite,* master,True,claviska_jquery-minicolors,claviska/jquery-minicolors,https://github.com/claviska/jquery-minicolors +d94363f8ec73b7eaf2dc9658fdf2cb1b50958494,Charles Oliver Nutter,headius@headius.com,2010-06-08 00:01:57-04:00,Charles Oliver Nutter,headius@headius.com,2010-06-08 04:01:57+00:00,False,headius,headius,* master,True,headius_ruby-atomic,headius/ruby-atomic,https://github.com/headius/ruby-atomic +b76cdab07cfea6b9c0fb91ef3285686bfe537c9e,Stefan Behnel,scoder@users.berlios.de,2010-07-11 11:50:22+02:00,Stefan Behnel,scoder@users.berlios.de,2010-07-11 09:50:22+00:00,False,users,users,* master,True,scoder_lupa,scoder/lupa,https://github.com/scoder/lupa +36b61750cf8b813f6138517da149402e173d6775,Andres Riancho,andres.riancho@gmail.com,2015-03-27 09:04:44-03:00,Andres Riancho,andres.riancho@gmail.com,2015-03-27 12:04:44+00:00,False,gmail,gmail,* master,True,vulndb_python-sdk,vulndb/python-sdk,https://github.com/vulndb/python-sdk +bfbb095b97f9bb27283094e23bb859ab6f9cc33a,Jerome Robert,jeromerobert@users.sf.net,2014-11-21 18:27:34+01:00,Jerome Robert,jeromerobert@users.sf.net,2014-11-21 17:27:34+00:00,False,users,users,* master,True,jeromerobert_hmat-oss.git,jeromerobert/hmat-oss.git,https://github.com/jeromerobert/hmat-oss.git +92f56c07e185dacf2dd460bed5e90c6825561189,sideris,sideris@gmail.com,2011-04-21 20:55:27+01:00,sideris,sideris@gmail.com,2011-04-21 19:55:27+00:00,False,gmail,gmail,* master,True,stathissideris_ditaa,stathissideris/ditaa,https://github.com/stathissideris/ditaa +cb37450aac5fedbc5aa0cd4bc6fb9955d13bc5be,Manjeet Dahiya,manjeetdahiya@gmail.com,2009-06-14 10:54:22+00:00,Manjeet Dahiya,manjeetdahiya@gmail.com,2009-06-14 10:54:22+00:00,False,gmail,gmail,* master,True,qxmpp-project_qxmpp.git,qxmpp-project/qxmpp.git,https://github.com/qxmpp-project/qxmpp.git +31423b8fbb40f4e7097d4a5d81ffb675c542ac6d,Jack Moffitt,jack@xiph.org,2000-09-07 00:57:45+00:00,Jack Moffitt,jack@xiph.org,2000-09-07 00:57:45+00:00,False,xiph,xiph,* master,True,xiph_vorbis-tools.git,xiph/vorbis-tools.git,https://gitlab.xiph.org/xiph/vorbis-tools.git +2611e6ffd97fe17e6307700c770fb432a4a7a585,Stefano,teopost@gmail.com,2013-10-29 16:03:02+01:00,Stefano,teopost@gmail.com,2013-10-29 15:03:02+00:00,False,gmail,gmail,* master,True,teopost_qmenu,teopost/qmenu,https://github.com/teopost/qmenu +e302e0021d5bb5b2e612ed055909203b2d540e55,nahi,nahi@a74cc93d-ecea-0310-97c0-aac310535a50,2003-01-11 01:27:50+00:00,nahi,nahi@a74cc93d-ecea-0310-97c0-aac310535a50,2003-01-11 01:27:50+00:00,False,a74cc93d-ecea-0310-97c0-aac310535a50,a74cc93d-ecea-0310-97c0-aac310535a50,* master,True,nahi_httpclient,nahi/httpclient,https://github.com/nahi/httpclient +72dc7e53846cfeacb13a64da5fd610e72e0be69d,Michael Catanzaro,mcatanzaro@gnome.org,2014-04-05 22:25:39-05:00,Michael Catanzaro,mcatanzaro@gnome.org,2014-04-06 03:26:01+00:00,False,gnome,gnome,* master,True,GNOME_libgnome-games-support.git,GNOME/libgnome-games-support.git,https://gitlab.gnome.org/GNOME/libgnome-games-support.git +23b165b78ce4a03d20183edf48f6220a363064b9,Robert Ancell,robert.ancell@canonical.com,2011-11-29 14:06:00+11:00,Robert Ancell,robert.ancell@canonical.com,2011-11-29 03:06:00+00:00,False,canonical,canonical,* master,True,Xubuntu_lightdm-gtk-greeter.git,Xubuntu/lightdm-gtk-greeter.git,https://github.com/Xubuntu/lightdm-gtk-greeter.git +6c71926aa9d603889ff72152ebed90c0320b6b9b,Joe Walnes,joe@truemesh.com,2004-04-18 00:24:34+00:00,Joe Walnes,joe@truemesh.com,2004-04-18 00:24:34+00:00,False,truemesh,truemesh,* master,True,x-stream_xstream.git,x-stream/xstream.git,https://github.com/x-stream/xstream.git +4e3bbdb0b02eb1f12c087909e6437a31a9c60d7b,William Hubbs,w.d.hubbs@gmail.com,2008-07-28 01:23:43-05:00,William Hubbs,w.d.hubbs@gmail.com,2008-07-28 06:23:43+00:00,False,gmail,gmail,* master,True,williamh_espeakup,williamh/espeakup,https://github.com/williamh/espeakup +00b9147ad279a804c5e97fe4bf924e4365abf12e,Stuart Mumford,stuart@cadair.com,2017-08-15 17:03:22+01:00,Stuart Mumford,stuart@cadair.com,2017-08-15 16:03:22+00:00,False,cadair,cadair,* main,True,sunpy_ndcube.git,sunpy/ndcube.git,https://github.com/sunpy/ndcube.git +59824a0d1ae69e8d4580d6080b42afd806f665fb,Claus Färber,CFAERBER@cpan.org,2004-05-30 18:51:08+00:00,Claus Färber,CFAERBER@cpan.org,2004-05-30 18:51:08+00:00,False,cpan,cpan,* master,True,cfaerber_Net-IDN-Encode.git,cfaerber/Net-IDN-Encode.git,https://github.com/cfaerber/Net-IDN-Encode.git +173be8b9d3fb6afbfdff5bb756da624f53e56dc8,Thomas Robitaille,thomas.robitaille@gmail.com,2016-07-06 09:56:49+01:00,Thomas Robitaille,thomas.robitaille@gmail.com,2016-07-06 08:56:49+00:00,False,gmail,gmail,* main,True,astrofrog_pytest-arraydiff,astrofrog/pytest-arraydiff,https://github.com/astrofrog/pytest-arraydiff +77adcc7a746becdebdaf4ce6ea2cd6a9d140b020,Dwayne Bent,dbb@dbb.io,2013-05-27 15:58:51-04:00,Dwayne Bent,dbb@dbb.io,2013-05-27 19:58:51+00:00,False,dbb,dbb,* master,True,systemd-cron_systemd-cron.git,systemd-cron/systemd-cron.git,https://github.com/systemd-cron/systemd-cron.git +1d189cb8fe0b8b77c82a2c0f42973f60b6d1fbb6,Gregwar,g.passault@gmail.com,2013-10-22 10:54:32+02:00,Gregwar,g.passault@gmail.com,2013-10-22 08:54:32+00:00,False,gmail,gmail,* master,True,gregwar_fatcat,gregwar/fatcat,https://github.com/gregwar/fatcat +994ab91dfae9971dddbb1fbc90f753630da175a2,Ask Solem,askh@opera.com,2009-11-16 16:32:53+01:00,Ask Solem,askh@opera.com,2009-11-16 15:32:53+00:00,False,opera,opera,* main,True,celery_billiard,celery/billiard,https://github.com/celery/billiard +2715b9d400e57fae8454331730945abaf47c7a00,Doug Clarke,douglas.clarke@oracle.com,2013-04-14 16:03:11-04:00,Doug Clarke,douglas.clarke@oracle.com,2013-04-14 20:05:26+00:00,False,oracle,oracle,* master,True,eclipse-ee4j_eclipselink.git,eclipse-ee4j/eclipselink.git,https://github.com/eclipse-ee4j/eclipselink.git +65c80e5a096f8f83541bea44c79b33e4f1ad757f,Sean Gillies,sean.gillies@gmail.com,2006-12-12 17:01:25+00:00,Sean Gillies,sean.gillies@gmail.com,2006-12-12 17:01:25+00:00,False,gmail,gmail,* master,True,Toblerity_rtree.git,Toblerity/rtree.git,https://github.com/Toblerity/rtree.git +a979affcb23d22c56a2cae75f17866469f286328,Lukasz Filipkowski,lukasz.filipkowski@intel.com,2017-10-31 10:11:08+01:00,Lukasz Filipkowski,lukasz.filipkowski@intel.com,2017-10-31 09:11:08+00:00,False,intel,intel,* main,True,intel_opencl-clang,intel/opencl-clang,https://github.com/intel/opencl-clang +cacc3c8191e5545e9c798a990b8dfe4f875a88ee,Jonas Bernoulli,jonas@bernoul.li,2017-11-20 19:18:00+01:00,Jonas Bernoulli,jonas@bernoul.li,2017-11-20 18:18:00+00:00,False,bernoul,bernoul,* master,True,magit_magit-popup.git,magit/magit-popup.git,https://github.com/magit/magit-popup.git +6130c6b69a0a2d987ddcceb4ecddd3cf75b769fd,Francesco Rossi,redsh@email.it,2007-03-03 18:48:21+00:00,Francesco Rossi,redsh@email.it,2007-03-03 18:48:21+00:00,False,email,email,* master,True,ksudoku.git,ksudoku.git,https://anongit.kde.org/ksudoku.git +974a17398c7d15fe36b86ffe6cbf62f5d8612e5a,Arnout Kazemier,info@3rd-Eden.com,2014-11-11 14:04:22+01:00,Arnout Kazemier,info@3rd-Eden.com,2014-11-11 13:04:22+00:00,False,3rd-Eden,3rd-Eden,* master,True,unshiftio_ultron,unshiftio/ultron,https://github.com/unshiftio/ultron +395a9296de6c847181b998845c3a69867f08954b,porneL,porneL@Aimac.local,2009-09-17 23:43:58+01:00,porneL,porneL@Aimac.local,2009-09-17 22:43:58+00:00,False,Aimac,Aimac,* main,True,ImageOptim_libimagequant.git,ImageOptim/libimagequant.git,https://github.com/ImageOptim/libimagequant.git +cd7f2f4918c90dcf5b0aa52a7ffd7860b7ba6288,Steve Grubb,ausearch.1@gmail.com,2017-06-20 07:10:28-04:00,Steve Grubb,ausearch.1@gmail.com,2017-06-20 11:10:28+00:00,False,gmail,gmail,* master,True,stevegrubb_libcap-ng,stevegrubb/libcap-ng,https://github.com/stevegrubb/libcap-ng +7733e2079c4652f4df7fdab71b65c6ec38d53685,stefan7th,stefan7th@edb9625f-4e0d-4859-8d74-9fd3b1da38cb,2007-06-25 10:38:44+00:00,stefan7th,stefan7th@edb9625f-4e0d-4859-8d74-9fd3b1da38cb,2007-06-25 10:38:44+00:00,False,edb9625f-4e0d-4859-8d74-9fd3b1da38cb,edb9625f-4e0d-4859-8d74-9fd3b1da38cb,* main,True,r-lib_roxygen2,r-lib/roxygen2,https://github.com/r-lib/roxygen2 +40055cb2ff7800422f09935177d543723a3c7a70,ischnell,ischnell@0f75f672-aac9-0310-9aed-c1b1d04913f9,2008-11-30 07:13:57+00:00,ischnell,ischnell@0f75f672-aac9-0310-9aed-c1b1d04913f9,2008-11-30 07:13:57+00:00,False,0f75f672-aac9-0310-9aed-c1b1d04913f9,0f75f672-aac9-0310-9aed-c1b1d04913f9,* master,True,ilanschnell_bitarray.git,ilanschnell/bitarray.git,https://github.com/ilanschnell/bitarray.git +d130e5e5a30c46e1db1118753d3d2527b4fec511,Guillaume Ayoub,guillaume.ayoub@kozea.fr,2011-01-28 03:01:51+01:00,Guillaume Ayoub,guillaume.ayoub@kozea.fr,2011-01-28 02:01:51+00:00,False,kozea,kozea,* main,True,Kozea_CairoSVG,Kozea/CairoSVG,https://github.com/Kozea/CairoSVG +6453d7bc9fad6997979118c5747f2da2dd2abbaf,Rony Shapiro,ronys@users.sourceforge.net,2003-04-29 14:22:32+00:00,Rony Shapiro,ronys@users.sourceforge.net,2003-04-29 14:22:32+00:00,False,users,users,* master,True,pwsafe_pwsafe,pwsafe/pwsafe,https://github.com/pwsafe/pwsafe +df48b89a16c666483dd6fc927e66b2dc55312897,Christopher Lenz,cmlenz@gmail.com,2006-06-03 12:31:58+00:00,Christopher Lenz,cmlenz@gmail.com,2006-06-03 12:31:58+00:00,False,gmail,gmail,* master,True,edgewall_genshi.git,edgewall/genshi.git,https://github.com/edgewall/genshi.git +01791d57d650e546a915522e57c079157a5bb395,Daniel Veillard,veillard@src.gnome.org,1998-07-24 19:24:09+00:00,Daniel Veillard,veillard@src.gnome.org,1998-07-24 19:24:09+00:00,False,src,src,* master,True,GNOME_libxml2.git,GNOME/libxml2.git,https://gitlab.gnome.org/GNOME/libxml2.git +9af840add9bf10874a7099de87f455bb2311e84d,Julien Y. Dutheil,jy.dutheil@gmail.com,2020-03-15 14:14:10+01:00,GitHub,noreply@github.com,2020-03-15 13:14:10+00:00,False,gmail,github,* master,True,BioPP_bpp-qt,BioPP/bpp-qt,https://github.com/BioPP/bpp-qt +a2b9a9d099dc1209fce236bb6375fbeeffce312c,David Wheeler,david@justatheory.com,2002-04-27 22:02:40+00:00,David Wheeler,david@justatheory.com,2002-04-27 22:02:40+00:00,False,justatheory,justatheory,* master,True,theory_class-meta.git,theory/class-meta.git,https://github.com/theory/class-meta.git +ce8adf4b2e1f197598ab8839f69913df3f30c87e,Ben Kurtovic,ben.kurtovic@verizon.net,2012-05-20 14:50:28-04:00,Ben Kurtovic,ben.kurtovic@verizon.net,2012-05-20 18:50:28+00:00,False,verizon,verizon,* main,True,earwig_mwparserfromhell.git,earwig/mwparserfromhell.git,https://github.com/earwig/mwparserfromhell.git +f0d08887b857fce1fe95a68d29eb7a07cd527d7c,Michael Clark,michael@metaparadigm.com,2007-03-13 08:26:18+00:00,Michael Clark,michael@metaparadigm.com,2007-03-13 08:26:18+00:00,False,metaparadigm,metaparadigm,* master,True,json-c_json-c,json-c/json-c,https://github.com/json-c/json-c +06309f87e88f9925358f1bba6bd7d2b460507d42,Jamie Wilkinson,jaq@spacepants.org,2004-03-09 06:38:18+00:00,Jamie Wilkinson,jaq@spacepants.org,2004-03-09 06:38:18+00:00,False,spacepants,spacepants,* main,True,jaqx0r_filtergen,jaqx0r/filtergen,https://github.com/jaqx0r/filtergen +8e226b6dbc47ecb42669c4cf29b4f81acdc18d8d,Jason R. Coombs,jaraco@jaraco.com,2015-01-31 17:21:25+00:00,Jason R. Coombs,jaraco@jaraco.com,2015-01-31 17:21:25+00:00,False,jaraco,jaraco,* main,True,jaraco_jaraco.itertools.git,jaraco/jaraco.itertools.git,https://github.com/jaraco/jaraco.itertools.git +afe660db3d9969c6ed526e5626eaaf4f46955e52,Christian Renz,crenz@web42.com,2009-09-08 00:48:12+02:00,Christian Renz,crenz@web42.com,2009-09-07 22:48:12+00:00,False,web42,web42,* main,True,crenz_Module-Find.git,crenz/Module-Find.git,https://github.com/crenz/Module-Find.git +add1aa245090f83f0a132a706f0bb31c64b146b4,ianaré sévi,ianare@gmail.com,2012-05-31 17:45:09-07:00,ianaré sévi,ianare@gmail.com,2012-06-01 00:45:09+00:00,False,gmail,gmail,* develop,True,ianare_exif-py,ianare/exif-py,https://github.com/ianare/exif-py +02de3f0becd8d4a4989c68b5113a6380a009e630,Brandon Aaron,brandon.aaron@gmail.com,2008-10-15 20:35:05-05:00,Brandon Aaron,brandon.aaron@gmail.com,2008-10-16 01:35:05+00:00,False,gmail,gmail,* main,True,jquery_jquery-mousewheel,jquery/jquery-mousewheel,https://github.com/jquery/jquery-mousewheel +3ae2639f845f0f52b4c10a57c0989fc57a6892ee,Dan Jacob,danjac354@gmail.com,2010-06-22 12:53:53+01:00,Dan Jacob,danjac354@gmail.com,2010-06-22 11:53:53+00:00,False,gmail,gmail,* main,True,wtforms_flask-wtf.git,wtforms/flask-wtf.git,https://github.com/wtforms/flask-wtf.git +eadcbf7e891b88e7e7e24ca5bbf0a7df3988dbb3,Hiroki Ohtani,hiro@hiro-no-iMac.local,2010-12-28 15:42:43+09:00,Hiroki Ohtani,hiro@hiro-no-iMac.local,2010-12-28 06:42:43+00:00,False,hiro-no-iMac,hiro-no-iMac,* master,True,websocket-client_websocket-client,websocket-client/websocket-client,https://github.com/websocket-client/websocket-client +f983d9ab69dedcf3d707617f449f0b9497f592a1,Lennart Poettering,lennart@poettering.net,2004-12-06 18:28:26+00:00,Lennart Poettering,lennart@poettering.net,2004-12-06 18:28:26+00:00,False,poettering,poettering,* master,True,lathiat_nss-mdns,lathiat/nss-mdns,https://github.com/lathiat/nss-mdns +38f88dc7a55c925ec90e0bdfb918eb574f92d8ad,Jan Muehlemann,jan.muehlemann@gmail.com,2011-12-16 13:52:21+01:00,Jan Muehlemann,jan.muehlemann@gmail.com,2011-12-16 12:52:21+00:00,False,gmail,gmail,* master,True,i18next_i18next,i18next/i18next,https://github.com/i18next/i18next +44a51f62c61ea489c071ca7c6d1613a403f7919c,Lorenz Diener,lorenzd@gmail.com,2016-11-23 23:29:30+01:00,Lorenz Diener,lorenzd@gmail.com,2016-11-23 22:29:30+00:00,False,gmail,gmail,* master,True,halcy_Mastodon.py.git,halcy/Mastodon.py.git,https://github.com/halcy/Mastodon.py.git +5bf4c275a3dec39410ee130a0d90384be3ef6388,jpmercury,swirlee@vcn.bc.ca,2007-01-03 22:39:41+00:00,jpmercury,swirlee@vcn.bc.ca,2007-01-03 22:39:41+00:00,False,vcn,vcn,* master,True,free-wheeling_freewheeling,free-wheeling/freewheeling,https://github.com/free-wheeling/freewheeling +1f054d280ee2cbdf5c57bc6967d51ce960036371,Chris Jones,chris@brack3t.com,2012-03-02 12:16:29-08:00,Chris Jones,chris@brack3t.com,2012-03-02 20:16:29+00:00,False,brack3t,brack3t,* main,True,brack3t_django-braces.git,brack3t/django-braces.git,https://github.com/brack3t/django-braces.git +cce5d7553a5e390ec554135075315d7d39dde31a,Joseph C. Lehner,joseph.c.lehner@gmail.com,2016-01-25 15:09:00+01:00,Joseph C. Lehner,joseph.c.lehner@gmail.com,2016-01-25 14:09:00+00:00,False,gmail,gmail,* master,True,jclehner_nmrpflash,jclehner/nmrpflash,https://github.com/jclehner/nmrpflash +5ea8b611a056292f4df7064853b02f240d1f0e5c,Daniel Wolf,danielrwolf5@gmail.com,2016-11-17 12:22:03-06:00,Daniel Wolf,danielrwolf5@gmail.com,2016-11-17 18:22:03+00:00,False,gmail,gmail,* master,True,dwolfhub_zxcvbn-python.git,dwolfhub/zxcvbn-python.git,https://github.com/dwolfhub/zxcvbn-python.git +19bf8b836b68e48c776480807d2b679ee907e478,Jens Rehsack,sno@NetBSD.org,2009-10-18 10:03:18+00:00,Jens Rehsack,sno@NetBSD.org,2009-10-18 10:03:18+00:00,False,NetBSD,NetBSD,* master,True,rehsack_Sys-Filesystem,rehsack/Sys-Filesystem,https://github.com/rehsack/Sys-Filesystem +0be8b404a9dc52a577395c848a48b56e46327a4a,Dmitry Smirnov,onlyjob@member.fsf.org,2015-06-12 11:17:35+10:00,Dmitry Smirnov,onlyjob@member.fsf.org,2015-06-12 01:17:35+00:00,False,member,member,* master,True,onlyjob_writeboost.git,onlyjob/writeboost.git,https://gitlab.com/onlyjob/writeboost.git +1c4db9ef50181a8603783e55395da9442cada9b5,Jeff Terrace,jterrace@gmail.com,2012-08-29 15:45:07-04:00,Jeff Terrace,jterrace@gmail.com,2012-08-29 19:45:07+00:00,False,gmail,gmail,* master,True,jterrace_pyssim,jterrace/pyssim,https://github.com/jterrace/pyssim +c1c35c53182640b28087fedfb716110e4f6f1ebd,Microsoft Open Source,microsoftopensource@users.noreply.github.com,2017-04-26 15:16:06-07:00,Microsoft Open Source,microsoftopensource@users.noreply.github.com,2017-04-26 22:16:06+00:00,False,users,users,* master,True,Azure_azure-python-devtools,Azure/azure-python-devtools,https://github.com/Azure/azure-python-devtools +620e7df4c320ca86a1293bbb6b4277b62b0f87c5,Clement Lefebvre,root@linuxmint.com,2009-07-27 12:49:04+02:00,Clement Lefebvre,root@linuxmint.com,2009-07-27 10:49:04+00:00,False,linuxmint,linuxmint,* master,True,ubuntu-mate_mate-tweak.git,ubuntu-mate/mate-tweak.git,https://github.com/ubuntu-mate/mate-tweak.git +525f0bcb247d369fc744acce68f6fe6eeda74a10,Chun-Yu Lee (Mat),matlinuxer2@gmail.com,2005-06-09 03:50:32+00:00,Chun-Yu Lee (Mat),matlinuxer2@gmail.com,2005-06-09 03:50:32+00:00,False,gmail,gmail,* master,True,matlinuxer2_ucimf,matlinuxer2/ucimf,https://github.com/matlinuxer2/ucimf +4269856fc912b05126b89ce8deafba0f91bc336a,Thomas Kemmer,tkemmer@computer.org,2014-02-01 13:02:40+01:00,Thomas Kemmer,tkemmer@computer.org,2014-02-01 12:02:40+00:00,False,computer,computer,* master,True,tkem_mopidy-podcast.git,tkem/mopidy-podcast.git,https://github.com/tkem/mopidy-podcast.git +8e2fd1b00315399b17eefab4294ec15cba19678c,kingosticks,kingosticks@gmail.com,2014-02-16 18:28:30+00:00,kingosticks,kingosticks@gmail.com,2014-02-16 18:28:30+00:00,False,gmail,gmail,* master,True,kingosticks_mopidy-tunein,kingosticks/mopidy-tunein,https://github.com/kingosticks/mopidy-tunein +29aec4a898fbea91611382dfca152b4506511656,Andrey Smirnov,Smirnov.Andrey@gmail.com,2013-12-13 23:15:42+04:00,Andrey Smirnov,Smirnov.Andrey@gmail.com,2013-12-13 19:15:42+00:00,False,gmail,gmail,* master,True,aptly-dev_aptly.git,aptly-dev/aptly.git,https://github.com/aptly-dev/aptly.git +38f65c340a0599002ac80eda4284f27544df286a,Dirk Eschler,eschler@gmail.com,2012-10-16 16:52:37+02:00,Dirk Eschler,eschler@gmail.com,2012-10-16 14:52:37+00:00,False,gmail,gmail,* master,True,deschler_django-modeltranslation.git,deschler/django-modeltranslation.git,https://github.com/deschler/django-modeltranslation.git +4d91978bfdf4b6fd5ae442138a6a81a8e2911172,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2015-10-28 15:23:02+01:00,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2015-10-28 14:23:02+00:00,False,physik,physik,* master,True,dh4_cen64-qt-debian,dh4/cen64-qt-debian,https://github.com/dh4/cen64-qt-debian +6ab1ca0485662e7eebf047e409fda37a9b5984c7,Neil Williams,codehelp@debian.org,2014-01-13 09:54:05+00:00,Neil Williams,codehelp@debian.org,2014-01-13 10:02:28+00:00,False,debian,debian,* debian/master,True,Linaro_pkg-lavapdu,Linaro/pkg-lavapdu,https://github.com/Linaro/pkg-lavapdu +f2b58fc4f61f0aee15ef320681a0945c3da1d431,Nathaniel McCallum,npmccallum@redhat.com,2011-06-09 13:07:12-04:00,Nathaniel McCallum,npmccallum@redhat.com,2011-06-09 17:07:12+00:00,False,redhat,redhat,* main,True,latchset_libverto,latchset/libverto,https://github.com/latchset/libverto +4bed9f54c2cb8fc1900a881b5cc3e50c804f0b23,Alexander Larsson,alexl@src.gnome.org,2007-09-13 08:26:29+00:00,Alexander Larsson,alexl@src.gnome.org,2007-09-13 08:26:29+00:00,False,src,src,* master,True,GNOME_gvfs.git,GNOME/gvfs.git,https://gitlab.gnome.org/GNOME/gvfs.git +47d60e2b9f8ddec18107cee21e046cd4df50fdef,Matt Colyer,matt@colyer.name,2008-07-30 23:50:39-07:00,Matt Colyer,matt@colyer.name,2008-07-31 06:50:39+00:00,False,colyer,colyer,* master,True,libimobiledevice_libimobiledevice.git,libimobiledevice/libimobiledevice.git,https://github.com/libimobiledevice/libimobiledevice.git +dd4795e2e5a54c5be4beed8a2b0dd372d002ced3,handsome-feng,jianfengli@ubuntukylin.com,2017-10-17 17:45:54+08:00,handsome-feng,jianfengli@ubuntukylin.com,2017-10-17 09:45:54+00:00,False,ubuntukylin,ubuntukylin,* Debian,True,ukui_peony-extensions,ukui/peony-extensions,https://github.com/ukui/peony-extensions +8a5ab920679f64da18b1d2750e3b088b7472e6a6,Wesley Shields,wshields@mitre.org,2013-02-18 20:24:46-05:00,Wesley Shields,wshields@mitre.org,2013-02-19 01:24:46+00:00,False,mitre,mitre,* master,True,MITRECND_libnids.git,MITRECND/libnids.git,https://github.com/MITRECND/libnids.git +8a1a03f015e0f374c1dd41eaefde5ebe206fa009,Ken Conley,kwc@kwc.org,2009-09-11 03:08:16+00:00,Ken Conley,kwc@kwc.org,2009-09-11 03:08:16+00:00,False,kwc,kwc,* noetic-devel,True,ros_ros.git,ros/ros.git,https://github.com/ros/ros.git +33003cd0719745bb1ed734c6a21700de99ad82bc,Adrian Sampson,adrian@radbox.org,2011-11-08 13:47:57-08:00,Adrian Sampson,adrian@radbox.org,2011-11-08 21:47:57+00:00,False,radbox,radbox,* main,True,sampsyo_audioread.git,sampsyo/audioread.git,https://github.com/sampsyo/audioread.git +b977dd104ab2f2e30980f49169acdaeabbfa6a0b,David Sheets,sheets@alum.mit.edu,2013-07-24 11:35:42+01:00,David Sheets,sheets@alum.mit.edu,2013-07-24 10:35:42+00:00,False,alum,alum,* main,True,mirage_ocaml-ipaddr.git,mirage/ocaml-ipaddr.git,https://github.com/mirage/ocaml-ipaddr.git +283b75352585a6667bbfc4b38a7ada309e740046,Jeremy Finzel,jfinzel@enova.com,2018-11-09 11:43:20-06:00,Jeremy Finzel,jfinzel@enova.com,2018-11-09 17:43:20+00:00,False,enova,enova,* master,True,enova_pglogical_ticker.git,enova/pglogical/ticker.git,https://github.com/enova/pglogical_ticker.git +dff63246fed84d90118441b8ba5b5d3bdd094427,domas,xoreaxeaxeax@gmail.com,2017-07-27 15:17:30-04:00,domas,xoreaxeaxeax@gmail.com,2017-07-27 19:17:30+00:00,False,gmail,gmail,* master,True,rigred_sandsifter,rigred/sandsifter,https://github.com/rigred/sandsifter +192adc0808d1d30c867f9fdb1a35a57193cc22b9,Josef Stribny,jstribny@redhat.com,2015-04-09 09:24:46+02:00,Josef Stribny,jstribny@redhat.com,2015-04-09 07:24:46+00:00,False,redhat,redhat,* master,True,fog_fog-libvirt,fog/fog-libvirt,https://github.com/fog/fog-libvirt +0ec739ffe2a22c48785e5b9b35fb91c3ed343cca,Galen Collins,bashwork@gmail.com,2008-11-20 15:39:49+00:00,Galen Collins,bashwork@gmail.com,2008-11-20 15:39:49+00:00,False,gmail,gmail,* dev,True,pymodbus-dev_pymodbus.git,pymodbus-dev/pymodbus.git,https://github.com/pymodbus-dev/pymodbus.git +eb5b7d706b9f439863172c522add77a0193dbda8,mourner,agafonkin@gmail.com,2010-09-01 17:55:30+03:00,mourner,agafonkin@gmail.com,2010-09-01 14:55:30+00:00,False,gmail,gmail,* main,True,Leaflet_Leaflet,Leaflet/Leaflet,https://github.com/Leaflet/Leaflet +60d8c9e5a38161624cb7f620b012e85c3b7fb378,Charl Botha,cpbotha@cpbotha.net,1999-08-05 13:09:07+00:00,Charl Botha,cpbotha@cpbotha.net,1999-08-05 13:09:07+00:00,False,cpbotha,cpbotha,* master,True,tiwe-de_libpam-pwdfile,tiwe-de/libpam-pwdfile,https://github.com/tiwe-de/libpam-pwdfile +89a553518709b52cd763c963e953e864c29176e9,James Saryerwinnie,js@jamesls.com,2013-02-19 14:29:17-08:00,James Saryerwinnie,js@jamesls.com,2013-02-19 22:29:17+00:00,False,jamesls,jamesls,* develop,True,jmespath_jmespath.py,jmespath/jmespath.py,https://github.com/jmespath/jmespath.py +30a54d542a82023466427d11e3699c78f3f30770,pkienzle,pkienzle@ab603e80-ab4e-4d97-b1f8-5903cef66d6b,2008-09-15 15:46:11+00:00,pkienzle,pkienzle@ab603e80-ab4e-4d97-b1f8-5903cef66d6b,2008-09-15 15:46:11+00:00,False,ab603e80-ab4e-4d97-b1f8-5903cef66d6b,ab603e80-ab4e-4d97-b1f8-5903cef66d6b,* master,True,pkienzle_periodictable.git,pkienzle/periodictable.git,https://github.com/pkienzle/periodictable.git +ac39e0dff1852237be9c7d86729ab883a4b27c68,ygrek,ygrek@autistici.org,2010-09-06 18:19:41+03:00,ygrek,ygrek@autistici.org,2010-09-06 15:19:41+00:00,False,autistici,autistici,* master,True,ygrek_extunix.git,ygrek/extunix.git,https://github.com/ygrek/extunix.git +6f4b36e25a44e5f9a4627340920b88816507961c,Rob Earhart,earhart@cmu.edu,1998-11-16 20:06:36+00:00,Rob Earhart,earhart@cmu.edu,1998-11-16 20:06:36+00:00,False,cmu,cmu,* master,True,cyrusimap_cyrus-sasl.git,cyrusimap/cyrus-sasl.git,https://github.com/cyrusimap/cyrus-sasl.git +c3b30dbd62fa1966909c613a80d0d8d30345e3df,shlomif,shlomif@52c325ad-5fd0-0310-8a0f-c43feede02cc,2008-01-18 09:12:52+00:00,shlomif,shlomif@52c325ad-5fd0-0310-8a0f-c43feede02cc,2008-01-18 09:12:52+00:00,False,52c325ad-5fd0-0310-8a0f-c43feede02cc,52c325ad-5fd0-0310-8a0f-c43feede02cc,* master,True,shlomif_perl-io-socket-inet6.git,shlomif/perl-io-socket-inet6.git,https://github.com/shlomif/perl-io-socket-inet6.git +aa019a8147f0203dd02415b5c694f5fae583fb5d,Jonas Danielsson,jonas@threetimestwo.org,2016-07-11 15:13:37+02:00,Jonas Danielsson,jonasdn@axis.com,2016-07-15 10:23:05+00:00,False,threetimestwo,axis,* master,True,nsntrace_nsntrace,nsntrace/nsntrace,https://github.com/nsntrace/nsntrace +04ab4fa2e8b2e9f8b04e9927392087d3846c4033,Tres Seaver,tseaver@palladion.com,2006-04-04 18:44:12+00:00,Tres Seaver,tseaver@palladion.com,2006-04-04 18:44:12+00:00,False,palladion,palladion,* master,True,zopefoundation_zope.i18nmessageid,zopefoundation/zope.i18nmessageid,https://github.com/zopefoundation/zope.i18nmessageid +4c570faa8bc4608609f0e531452f9941e4a272b3,Kirill Simonov,xi@resolvent.net,2006-03-04 22:43:48+00:00,Kirill Simonov,xi@resolvent.net,2006-03-04 22:43:48+00:00,False,resolvent,resolvent,* main,True,yaml_pyyaml.git,yaml/pyyaml.git,https://github.com/yaml/pyyaml.git +b0a8a5406ca5dbe1029ef44a16829d857c285491,Ryan Tomayko,rtomayko@gmail.com,2011-02-26 19:45:02-08:00,Ryan Tomayko,rtomayko@gmail.com,2011-02-27 03:45:02+00:00,False,gmail,gmail,* master,True,rtomayko_posix-spawn,rtomayko/posix-spawn,https://github.com/rtomayko/posix-spawn +9c3c44407de4225e276bd12900a9356851f562e3,Alex Dunae,alex@dunae.ca,2009-11-27 14:38:19-08:00,Alex Dunae,alex@dunae.ca,2009-11-27 22:38:19+00:00,False,dunae,dunae,* master,True,premailer_premailer,premailer/premailer,https://github.com/premailer/css_parser/issues/new +00299245c8a0107c9748d4b056b673d0ca076612,Ben Mabey,ben@benmabey.com,2009-02-26 21:42:20-07:00,Ben Mabey,ben@benmabey.com,2009-02-27 04:42:20+00:00,False,benmabey,benmabey,* main,True,DatabaseCleaner_database_cleaner,DatabaseCleaner/database/cleaner,https://github.com/DatabaseCleaner/database_cleaner +53a96758e7d16c882cd5b0f3e939b9e1dc6ecaba,Toru Nagashima,star.ctor@gmail.com,2015-11-23 16:09:51+09:00,Toru Nagashima,star.ctor@gmail.com,2015-11-23 07:09:51+00:00,False,gmail,gmail,* master,True,mysticatea_eslint-plugin-node.git,mysticatea/eslint-plugin-node.git,https://github.com/mysticatea/eslint-plugin-node.git +c99da0bfec99a038f58cee7e5c020e46eb9b0bd4,fadecut,fadecut@mbalmer.nine.ch,2011-01-21 13:58:51+01:00,fadecut,fadecut@mbalmer.nine.ch,2011-01-21 12:58:51+00:00,False,mbalmer,mbalmer,* master,True,fadecut_fadecut,fadecut/fadecut,https://github.com/fadecut/fadecut +3cda1194452a9a96a97e97e049c29c7154aa3b8d,No Body,no@body.net,2001-06-22 17:39:29+00:00,No Body,no@body.net,2001-06-22 17:39:29+00:00,False,body,body,* master,True,gitea_postgis_postgis.git,gitea/postgis/postgis.git,https://git.osgeo.org/gitea/postgis/postgis.git +57c770571916c36cf9cce1ee7793e7ebc08f03ba,Reza Shah,rshah0385@kireihana.com,2013-02-03 22:18:19+09:00,Reza Shah,rshah0385@kireihana.com,2013-02-03 13:18:19+00:00,False,kireihana,kireihana,* master,True,plasma_sddm-kcm.git,plasma/sddm-kcm.git,https://invent.kde.org/plasma/sddm-kcm.git +605e43091a044147f3717616d8c52f308b036aed,Kevin Wurster,wursterk@gmail.com,2015-07-14 17:24:28-04:00,Kevin Wurster,wursterk@gmail.com,2015-07-14 21:24:34+00:00,False,gmail,gmail,* main,True,click-contrib_click-plugins.git,click-contrib/click-plugins.git,https://github.com/click-contrib/click-plugins.git +5fc02b7303e8854243970e12564f2433da7a1f7f,Jacob Kaplan-Moss,jacob@jacobian.org,2013-06-13 10:32:14-05:00,Jacob Kaplan-Moss,jacob@jacobian.org,2013-06-13 15:32:14+00:00,False,jacobian,jacobian,* main,True,theskumar_python-dotenv.git,theskumar/python-dotenv.git,https://github.com/theskumar/python-dotenv.git +abe496afe2d56ebfd1e4dd7681d1c4a7853adea3,Philipp Emanuel Weidmann,pew@worldwidemann.com,2016-01-24 19:20:36+01:00,Philipp Emanuel Weidmann,pew@worldwidemann.com,2016-01-24 18:20:36+00:00,False,worldwidemann,worldwidemann,* master,True,p-e-w_maybe,p-e-w/maybe,https://github.com/p-e-w/maybe +feaf56b97b92f84efdc180acf33224e625d4a627,Daniel Glassey,wdg@debian.org,2015-11-12 22:47:18+00:00,Daniel Glassey,wdg@debian.org,2015-11-12 22:47:18+00:00,False,debian,debian,* master,True,debian-tex_teckit,debian-tex/teckit,https://github.com/debian-tex/teckit +6f1b748d7240deb30e5921a61646237f025f18f1,Heikki Vesalainen,heikkivesalainen@yahoo.com,2012-10-06 20:19:36+03:00,Heikki Vesalainen,heikkivesalainen@yahoo.com,2012-10-06 17:19:36+00:00,False,yahoo,yahoo,* master,True,hvesalai_emacs-scala-mode,hvesalai/emacs-scala-mode,https://github.com/hvesalai/emacs-scala-mode +454775cce320386f7466d3866efbffdc3c3d51f9,Visa Kopu,visa@2general.com,2013-05-17 09:05:09+03:00,Visa Kopu,visa@2general.com,2013-05-17 06:05:09+00:00,False,2general,2general,* master,True,sobolevn_django-split-settings,sobolevn/django-split-settings,https://github.com/sobolevn/django-split-settings +c3fa5146abe51435c3912f53727db3ca0f67f165,Stephane Thiell,stephane.thiell@cea.fr,2009-01-20 21:40:55+00:00,Stephane Thiell,stephane.thiell@cea.fr,2009-01-20 21:40:55+00:00,False,cea,cea,* master,True,cea-hpc_clustershell,cea-hpc/clustershell,https://github.com/cea-hpc/clustershell +e036859005c009a8df7b3867584713a23ef84bab,Alex Sexton,AlexSexton@gmail.com,2012-01-16 02:23:06-06:00,Alex Sexton,AlexSexton@gmail.com,2012-01-16 08:23:06+00:00,False,gmail,gmail,* master,True,messageformat_Jed.git,messageformat/Jed.git,https://github.com/messageformat/Jed.git +57f02125dc30026212fe885e926d823cd4e14b81,Nicolas Mora,babelouest@users.noreply.github.com,2016-10-08 10:10:00-04:00,GitHub,noreply@github.com,2016-10-08 14:10:00+00:00,False,users,github,* master,True,babelouest_orcania,babelouest/orcania,https://github.com/babelouest/orcania +7db4cdd9a7d837b592d6c3d440459520612472e9,Eduardo Lima Mitev,elima@igalia.com,2011-04-09 14:06:16+02:00,Eduardo Lima Mitev,elima@igalia.com,2011-04-10 18:50:13+00:00,False,igalia,igalia,* master,True,elima_FileTea,elima/FileTea,https://github.com/elima/FileTea +e6c5e467c4b593114a4cefa17ed10afd6def1d6e,Daniel Mack,daniel@zonque.org,2015-07-14 16:29:14-04:00,Daniel Mack,daniel@zonque.org,2016-02-17 15:28:04+00:00,False,zonque,zonque,* main,True,systemd_systemd-bootchart,systemd/systemd-bootchart,https://github.com/systemd/systemd-bootchart +d00aab12b6ace2c3dda3efbc2aaa2646d78a9099,Perberos,perberos@gmail.com,2011-12-01 22:07:25-03:00,Perberos,perberos@gmail.com,2011-12-02 01:07:25+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-desktop.git,mate-desktop/mate-desktop.git,https://github.com/mate-desktop/mate-desktop.git +fab3bb77956c0a2bed9e703d6eb7fc303d3f070b,Joachim Metz,joachim.metz@gmail.com,2013-05-03 07:19:27+02:00,Joachim Metz,joachim.metz@gmail.com,2013-05-03 05:19:27+00:00,False,gmail,gmail,* main,True,libyal_libvshadow.git,libyal/libvshadow.git,https://github.com/libyal/libvshadow.git +a3e223a2a9e02b367fa5ea1667a0cdf55f4829e4,Alexandre Dantas,alex.dantas92@gmail.com,2014-08-04 08:25:40-04:00,Alexandre Dantas,alex.dantas92@gmail.com,2014-08-04 12:25:40+00:00,False,gmail,gmail,* readme,True,alexdantas_snake4.debian,alexdantas/snake4.debian,https://github.com/alexdantas/snake4.debian +c20732cba2b5b359ba4ae8d1e384b1e57c78cfa8,Noah Figg,nfigg@decisionanalyst.com,2013-11-03 01:08:23-06:00,Noah Figg,nfigg@decisionanalyst.com,2013-11-03 07:08:23+00:00,False,decisionanalyst,decisionanalyst,* develop,True,Openshot_openshot-qt.git,Openshot/openshot-qt.git,https://github.com/Openshot/openshot-qt.git +1d4bad73c5e2ad7fd24c165e45d3990dc736d78b,Elizabeth Krumbach,lyz@princessleia.com,2007-12-17 18:04:24+00:00,Elizabeth Krumbach,lyz@princessleia.com,2007-12-17 18:04:24+00:00,False,princessleia,princessleia,* master,True,ledgersmb_pkg-ledgersmb,ledgersmb/pkg-ledgersmb,https://github.com/ledgersmb/pkg-ledgersmb +3605566c2a3b251e592f2a78aee0048724f76174,Dmitry Borodaenko,angdraug@debian.org,2011-06-04 22:00:39+03:00,Dmitry Borodaenko,angdraug@debian.org,2011-06-04 19:00:39+00:00,False,debian,debian,* main,True,angdraug_graffiti,angdraug/graffiti,https://github.com/angdraug/graffiti +cb8d867c8d55d214fe0dd06754c519c4764ca297,Vince Weaver,vince@deater.net,1997-07-09 11:20:00-04:00,Vince Weaver,vince@deater.net,2012-03-25 01:39:55+00:00,False,deater,deater,* master,True,deater_linux_logo.git,deater/linux/logo.git,https://github.com/deater/linux_logo.git +6fed3fdf83c36a19364c358e75575cb51f6200db,Mu Wang,muwang@mus-macbook-pro.westell.com,2014-03-22 17:11:48-04:00,Mu Wang,muwang@mus-macbook-pro.westell.com,2014-03-22 21:11:48+00:00,False,mus-macbook-pro,mus-macbook-pro,* master,True,CSCsw_ColPack,CSCsw/ColPack,https://github.com/CSCsw/ColPack +05af02c5ff8135754addfa5e7eff19405b1bfce8,Andreas Kloeckner,inform@tiker.net,2009-03-11 13:20:34-04:00,Andreas Kloeckner,inform@tiker.net,2009-03-11 17:20:34+00:00,False,tiker,tiker,* main,True,inducer_pyopencl,inducer/pyopencl,https://github.com/inducer/pyopencl +7c232af20fff48173dd1f2e9a93cd28e9984fd7b,Ryan Tomayko,rtomayko@gmail.com,2008-05-29 22:37:09-04:00,Ryan Tomayko,rtomayko@gmail.com,2008-05-30 02:51:11+00:00,False,gmail,gmail,* master,True,rtomayko_rdiscount,rtomayko/rdiscount,https://github.com/rtomayko/rdiscount +e4df26e87b785ed3774d1ce97c48e05d4aaba919,Jakob Westhoff,jakob@westhoffswelt.de,2009-11-22 17:48:32+00:00,Jakob Westhoff,jakob@westhoffswelt.de,2009-11-22 17:48:32+00:00,False,westhoffswelt,westhoffswelt,* master,True,pdfpc_pdfpc,pdfpc/pdfpc,https://github.com/pdfpc/pdfpc +ba6774ae1dd5199a733dfaeaf438dff095284de7,Daniel Baumann,mail@daniel-baumann.ch,2008-06-26 12:45:36+02:00,Daniel Baumann,mail@daniel-baumann.ch,2013-01-23 11:46:45+00:00,False,daniel-baumann,daniel-baumann,* master,True,dosfstools_dosfstools.git,dosfstools/dosfstools.git,https://github.com/dosfstools/dosfstools.git +9614efdc540ffbe4f5e81094821af8e054514e04,Max Maischein,corion@cpan.org,2002-04-22 06:04:16-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-11 21:33:54+00:00,False,cpan,pobox,* master,True,neilb_File-Modified,neilb/File-Modified,https://github.com/neilb/File-Modified +615d837b3bd6cfc50cc935f97248702551c36219,Matt Keeter,matt.j.keeter@gmail.com,2014-03-15 14:51:22-04:00,Matt Keeter,matt.j.keeter@gmail.com,2014-03-15 18:51:22+00:00,False,gmail,gmail,* master,True,fstl-app_fstl,fstl-app/fstl,https://github.com/fstl-app/fstl +d83eb539fe0b004a3a1ced8935006497b0b7898a,José Antonio Sánchez Reynaga,joanzare@gmail.com,2011-01-11 14:03:34+00:00,José Antonio Sánchez Reynaga,joanzare@gmail.com,2011-01-11 14:03:34+00:00,False,gmail,gmail,* master,True,plasma_kde-gtk-config.git,plasma/kde-gtk-config.git,https://invent.kde.org/plasma/kde-gtk-config.git +3d29d1d283467340c86ed2c91f847b7a8afd04fe,Herbert J. Bernstein,yayahjb@gmail.com,2010-04-25 01:39:40+00:00,Herbert J. Bernstein,yayahjb@gmail.com,2010-04-25 01:39:40+00:00,False,gmail,gmail,* master,True,yayahjb_cqrlib.git,yayahjb/cqrlib.git,https://github.com/yayahjb/cqrlib.git +85b831e1b550191d0c03c3658536609b6832e1de,andreafrancia,andreafrancia@5f8113d0-aa50-0410-8ab7-a55b15e2ca8a,2007-07-24 11:46:14+00:00,andreafrancia,andreafrancia@5f8113d0-aa50-0410-8ab7-a55b15e2ca8a,2007-07-24 11:46:14+00:00,False,5f8113d0-aa50-0410-8ab7-a55b15e2ca8a,5f8113d0-aa50-0410-8ab7-a55b15e2ca8a,* master,True,andreafrancia_trash-cli.git,andreafrancia/trash-cli.git,https://github.com/andreafrancia/trash-cli.git +9c4c8d717609fe5c95be0ef2fe3b16ad0e707150,Markus Benning,me@w3r3wolf.de,2014-08-29 16:35:17+02:00,Markus Benning,me@w3r3wolf.de,2014-08-29 14:35:17+00:00,False,w3r3wolf,w3r3wolf,* master,True,benningm_mtpolicyd.git,benningm/mtpolicyd.git,https://github.com/benningm/mtpolicyd.git +39505d0295b3fa533fb364aa83a338d762609e0a,Chris PeBenito,cpebenito@tresys.com,2014-07-08 14:28:55-04:00,Chris PeBenito,cpebenito@tresys.com,2014-07-08 18:28:55+00:00,False,tresys,tresys,* main,True,SELinuxProject_setools.git,SELinuxProject/setools.git,https://github.com/SELinuxProject/setools.git +a310aa4d2bc390e0b3d881ca9e09ef9562513f40,Chris Williams,chris@bingosnet.co.uk,2009-03-31 21:22:02+01:00,Chris Williams,chris@bingosnet.co.uk,2009-03-31 20:22:02+00:00,False,bingosnet,bingosnet,* master,True,bingos_poe-component-client-ident.git,bingos/poe-component-client-ident.git,https://github.com/bingos/poe-component-client-ident.git +cf88b086c04feaa01424477c5f0d4829f3d2576f,Kim Silkebækken,kim.silkebaekken@gmail.com,2012-11-08 12:23:57+01:00,Kim Silkebækken,kim.silkebaekken@gmail.com,2012-11-08 11:23:57+00:00,False,gmail,gmail,* develop,True,powerline_powerline,powerline/powerline,https://github.com/powerline/powerline +6485746ee95310999a895fcbac123794d79b320d,Gary Scavone,gary@music.mcgill.ca,2009-03-24 22:41:14-04:00,Stephen Sinclair,radarsat1@gmail.com,2009-03-25 02:41:14+00:00,False,music,gmail,* master,True,thestk_stk,thestk/stk,https://github.com/thestk/rtmidi.git +8a42884242d4e43beec0038c70eda0d882335267,Ondrej Holy,oholy@redhat.com,2021-03-24 10:56:48+01:00,Ondrej Holy,oholy@redhat.com,2021-04-26 12:58:10+00:00,False,redhat,redhat,* master,True,GNOME_gnome-autoar,GNOME/gnome-autoar,https://gitlab.gnome.org/GNOME/gnome-autoar +e2bd146f146db41ae15dea7a500e405b7b7f63e0,Rogério Brito,rbrito@ime.usp.br,2010-05-20 05:52:54-03:00,Rogério Brito,rbrito@ime.usp.br,2010-05-20 08:52:54+00:00,False,ime,ime,* master,True,rbrito_pkg-avr-evtd,rbrito/pkg-avr-evtd,https://github.com/rbrito/pkg-avr-evtd +775630f1a6562d38748f277baf095697deee154b,wouterw,wouter.willaert@gmail.com,2012-10-05 09:42:48+02:00,wouterw,wouter.willaert@gmail.com,2012-10-05 07:42:48+00:00,False,gmail,gmail,* dev,True,LibreCat_Catmandu-SRU.git,LibreCat/Catmandu-SRU.git,https://github.com/LibreCat/Catmandu-SRU.git +e134b23c9d59842497727f0f41facd5f1a23112f,iacopodeenosee,iacopodeenosee@gmail.com.com,2013-06-29 12:59:07+02:00,iacopodeenosee,iacopodeenosee@gmail.com.com,2013-06-29 10:59:07+00:00,False,gmail,gmail,* master,True,EasyScreenCast_EasyScreenCast.git,EasyScreenCast/EasyScreenCast.git,https://github.com/EasyScreenCast/EasyScreenCast.git +40b7dc172740c49933139d950b72aab5549df92e,Richard Hughes,richard@hughsie.com,2009-10-24 18:15:33+01:00,Richard Hughes,richard@hughsie.com,2009-10-24 17:15:33+00:00,False,hughsie,hughsie,* master,True,GNOME_gnome-color-manager.git,GNOME/gnome-color-manager.git,https://gitlab.gnome.org/GNOME/gnome-color-manager.git +b82c4802264edfd48c0d562e440fe4edbfb60f5d,Christian Grothoff,christian@grothoff.org,2006-08-18 21:41:52+00:00,Christian Grothoff,christian@grothoff.org,2006-08-18 21:41:52+00:00,False,grothoff,grothoff,* master,True,libmicrohttpd.git,libmicrohttpd.git,https://git.gnunet.org/libmicrohttpd.git +1cad0b598a4ade135789e7371583ab72fbc7a151,Jonas Nicklas,jonas.nicklas@gmail.com,2012-11-04 10:20:45+01:00,Jonas Nicklas,jonas.nicklas@gmail.com,2012-11-04 09:20:45+00:00,False,gmail,gmail,* main,True,varvet_pundit,varvet/pundit,https://github.com/varvet/pundit +e608ab56a022d755753e690ff0de13e360a6f45c,xbmc,fernetmenta@online.de,2012-08-30 11:24:48+02:00,xbmc,fernetmenta@online.de,2012-08-30 09:24:48+00:00,False,online,online,* Piers,True,kodi-pvr_pvr.vdr.vnsi.git,kodi-pvr/pvr.vdr.vnsi.git,https://github.com/kodi-pvr/pvr.vdr.vnsi.git +50831c28d2569abd5fd758b51111e7fbe03cdeda,Constellation,utatane.tea@gmail.com,2012-03-04 00:14:16+09:00,Constellation,utatane.tea@gmail.com,2012-03-03 15:14:16+00:00,False,gmail,gmail,* master,True,estools_escodegen,estools/escodegen,https://github.com/estools/escodegen +efc5b2816348c0eed10f43f251a96db191145b9d,Jonne Nauha,jonne@adminotech.com,2016-02-19 14:19:00-08:00,Jonne Nauha,jonne@adminotech.com,2016-02-19 22:19:28+00:00,False,adminotech,adminotech,* master,True,jonnenauha_prometheus_varnish_exporter.git,jonnenauha/prometheus/varnish/exporter.git,https://github.com/jonnenauha/prometheus_varnish_exporter.git +c5e6213b67088f57a86d7bbcff77f1b543392ed5,Vincent Hanquez,vincent@snarc.org,2006-08-17 10:57:13+02:00,Vincent Hanquez,vincent@snarc.org,2006-08-17 08:57:13+00:00,False,snarc,snarc,* master,True,djs55_ocaml-sha.git,djs55/ocaml-sha.git,https://github.com/djs55/ocaml-sha.git +25cd901a8e1de2da3e5626c61a807e58a6fafba5,James William Pye,x@jwp.name,2009-01-03 08:02:13-07:00,James William Pye,x@jwp.name,2009-01-03 15:02:13+00:00,False,jwp,jwp,* master,True,python-postgres_fe,python-postgres/fe,https://github.com/python-postgres/fe +987f20df501ab10178b64f075fcd08e9d03728f4,Dirk Thomas,dthomas@osrfoundation.org,2013-07-02 13:53:59-07:00,Dirk Thomas,dthomas@osrfoundation.org,2013-07-02 20:53:59+00:00,False,osrfoundation,osrfoundation,* master,True,ros-infrastructure_rosinstall_generator,ros-infrastructure/rosinstall/generator,https://github.com/ros-infrastructure/rosinstall_generator +99d19de22b9f2371c4ee1f47d1eb735943475c6b,John Brooks,john.brooks@jollamobile.com,2012-12-05 19:40:35-07:00,John Brooks,john.brooks@jollamobile.com,2012-12-06 03:00:15+00:00,False,jollamobile,jollamobile,* master,True,accounts-sso_telepathy-accounts-signon.git,accounts-sso/telepathy-accounts-signon.git,https://gitlab.com/accounts-sso/telepathy-accounts-signon.git +cd587e86727a165b353b006c202fdf5e6fdff086,Ali-Akber Saifee,ali@indydevs.org,2013-11-29 16:55:10-08:00,Ali-Akber Saifee,ali@indydevs.org,2013-11-30 00:55:10+00:00,False,indydevs,indydevs,* master,True,alisaifee_hiro,alisaifee/hiro,https://github.com/alisaifee/hiro +d03084a4062c00bf166fee17bbcc270e1f3d54a8,Derek Barnett,derekwbarnett@gmail.com,2016-06-22 16:08:45-07:00,Derek Barnett,derekwbarnett@gmail.com,2016-06-22 23:08:45+00:00,False,gmail,gmail,* develop,True,PacificBiosciences_pbcopper.git,PacificBiosciences/pbcopper.git,https://github.com/PacificBiosciences/pbcopper.git +4e4abaf4de7b57d07c6845ace1644380b38806c4,Clara Brasseur,cbrasseur@stsci.edu,2018-03-01 11:54:34-05:00,Clara Brasseur,cbrasseur@stsci.edu,2018-03-01 16:54:34+00:00,False,stsci,stsci,* master,True,spacetelescope_fitscut,spacetelescope/fitscut,https://github.com/spacetelescope/fitscut +453a069634dd6f1b26d1970197edb7d727269d6b,Jonathan Yu,jawnsy@cpan.org,2008-12-21 02:55:01+00:00,Jonathan Yu,jawnsy@cpan.org,2008-12-21 02:55:01+00:00,False,cpan,cpan,* master,True,karenetheridge_Module-Manifest,karenetheridge/Module-Manifest,https://github.com/karenetheridge/Module-Manifest +eedd7f34f5eeb6e50d23fcbd28c9fc3a377e53b4,Dave Steele,daves@dsfedora.(none),2009-09-07 15:32:04-04:00,Dave Steele,daves@dsfedora.(none),2009-09-07 19:32:04+00:00,False,dsfedora,dsfedora,* master,True,davesteele_gnome-gmail,davesteele/gnome-gmail,https://github.com/davesteele/gnome-gmail +b610c1d2b70d11ec7154cdb5fa54439a0fd2626e,Bob Aman,bobaman@google.com,2010-09-16 00:16:25+00:00,Bob Aman,bobaman@google.com,2010-09-16 00:16:25+00:00,False,google,google,* main,True,googleapis_signet,googleapis/signet,https://github.com/googleapis/signet +833d08eff171ddc3ebb8fe9b23775359c16e7753,Nadia Dencheva,nadia.dencheva@gmail.com,2015-01-13 16:19:53-05:00,Nadia Dencheva,nadia.dencheva@gmail.com,2015-01-13 21:19:53+00:00,False,gmail,gmail,* master,True,spacetelescope_gwcs,spacetelescope/gwcs,https://github.com/spacetelescope/gwcs +c1cf3b7b756d83da66cde8c226ce3f3d1b909f86,Nathan Weizenbaum,nex342@gmail.com,2009-05-05 15:10:24-07:00,Nathan Weizenbaum,nex342@gmail.com,2009-05-06 18:40:12+00:00,False,gmail,gmail,* master,True,bhollis_maruku,bhollis/maruku,https://github.com/bhollis/maruku +e7615cbc6b4af5985c4e0d4848a426e2d35f79c3,Kenneth Reitz,me@kennethreitz.com,2011-02-13 13:41:18-05:00,Kenneth Reitz,me@kennethreitz.com,2011-02-13 18:41:18+00:00,False,kennethreitz,kennethreitz,* main,True,psf_requests,psf/requests,https://github.com/psf/requests +528c1e5ff51e213936e800fc5a9a25da99c0bdf2,Perberos,perberos@gmail.com,2011-11-07 16:46:58-03:00,Perberos,perberos@gmail.com,2011-11-07 19:46:58+00:00,False,gmail,gmail,* master,True,mate-desktop_pluma.git,mate-desktop/pluma.git,https://github.com/mate-desktop/pluma.git +cbf41538ffe6c79f5ace522157169b1d68d36027,Jens Rehsack,sno@netbsd.org,2020-09-30 15:01:10+02:00,Jens Rehsack,sno@netbsd.org,2020-09-30 13:01:10+00:00,False,netbsd,netbsd,* master,True,perl5-utils_Params-Util,perl5-utils/Params-Util,https://github.com/perl5-utils/Params-Util +0b01ef6f8f063b1c336a58264798fb2f71a4db0e,Christoph Reiter,reiter.christoph@gmail.com,2017-04-06 15:41:19+02:00,Christoph Reiter,reiter.christoph@gmail.com,2017-04-06 13:41:19+00:00,False,gmail,gmail,* main,True,pygobject_pycairo,pygobject/pycairo,https://github.com/pygobject/pycairo +c5b5a2e922c4d8105635fc8b08ead6d38b6085d4,hadley,h.wickham@gmail.com,2014-06-10 09:24:05-05:00,hadley,h.wickham@gmail.com,2014-06-10 14:24:05+00:00,False,gmail,gmail,* main,True,tidyverse_tidyr.git,tidyverse/tidyr.git,https://github.com/tidyverse/tidyr.git +638fc97c9900b6120791c211e2be2b2bb58ca5ca,V. Armando Solé,vasole@users.noreply.github.com,2014-02-08 05:50:09-08:00,V. Armando Solé,vasole@users.noreply.github.com,2014-02-08 13:50:09+00:00,False,users,users,* master,True,vasole_fisx,vasole/fisx,https://github.com/vasole/fisx +a1a6833610500ec4108507573523ed67ec46479a,fuzzyman,fuzzyman@localhost,2010-06-11 08:19:07+00:00,fuzzyman,fuzzyman@localhost,2010-06-11 08:19:07+00:00,False,localhost,localhost,* master,True,testing-cabal_mock,testing-cabal/mock,https://github.com/testing-cabal/mock +6be13d3db378c129290e71521f8e556f3f77f17c,Simon Sapin,simon.sapin@exyr.org,2012-12-27 12:08:25+01:00,Simon Sapin,simon.sapin@exyr.org,2012-12-27 11:12:12+00:00,False,exyr,exyr,* main,True,Kozea_cairocffi.git,Kozea/cairocffi.git,https://github.com/Kozea/cairocffi.git +7bede9c4bbe498ffcb68fe71fa300906005c3364,John Cherry,cherry@osdl.net,2004-06-15 22:18:03+00:00,John Cherry,cherry@osdl.net,2004-06-15 22:18:03+00:00,False,osdl,osdl,* main,True,corosync_corosync,corosync/corosync,https://github.com/corosync/corosync +b9f513f9327c412f148b023885895df953ce9262,Ben Firshman,ben@firshman.co.uk,2009-08-25 15:50:27+01:00,Ben Firshman,ben@firshman.co.uk,2009-08-25 14:50:27+00:00,False,firshman,firshman,* main,True,pytest-dev_pytest-django,pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django +97f8cd6222a5b69135e9dc1b130e7eb200bb6e6b,Joachim Bauch,bauch@struktur.de,2017-12-14 14:45:48+01:00,Joachim Bauch,bauch@struktur.de,2017-12-14 13:45:48+00:00,False,struktur,struktur,* master,True,strukturag_libheif.git,strukturag/libheif.git,https://github.com/strukturag/libheif.git +60f73aff3126dc2850a4fb698f911e4279ba46b0,Stéphane Graber,stgraber@ubuntu.com,2014-12-12 14:44:09+02:00,Stéphane Graber,stgraber@ubuntu.com,2014-12-12 12:44:09+00:00,False,ubuntu,ubuntu,* main,True,lxc_lxcfs.git,lxc/lxcfs.git,https://github.com/lxc/lxcfs.git +fa4ae000535ca71c80cf1828f4a6813b813a8d14,Martijn van Exel,m@rtijn.org,2014-08-24 10:18:09-06:00,Martijn van Exel,m@rtijn.org,2014-08-24 16:18:09+00:00,False,rtijn,rtijn,* main,True,mvexel_overpass-api-python-wrapper.git,mvexel/overpass-api-python-wrapper.git,https://github.com/mvexel/overpass-api-python-wrapper.git +1f1959dad5c3497e2e3b94e80ea7a06dc683da16,Brandon Rhodes,brandon@rhodesmill.org,2013-10-29 15:18:42-04:00,Brandon Rhodes,brandon@rhodesmill.org,2013-10-29 19:18:42+00:00,False,rhodesmill,rhodesmill,* master,True,brandon-rhodes_logging_tree.git,brandon-rhodes/logging/tree.git,https://github.com/brandon-rhodes/logging_tree.git +8effb2095b2004ec3238513a1b55ac3d6ac0e969,Matthias Elter,m.elter@kde.org,2000-07-19 16:50:09+00:00,Matthias Elter,m.elter@kde.org,2000-07-19 16:50:09+00:00,False,kde,kde,* master,True,plasma_khotkeys.git,plasma/khotkeys.git,https://invent.kde.org/plasma/khotkeys.git +fe8f82aee9829c6c828158da2695e2d87a977f74,Johannes Schönberger,jsch@demuc.de,2016-04-04 19:38:50+02:00,Johannes Schönberger,jsch@demuc.de,2016-04-07 17:25:53+00:00,False,demuc,demuc,* main,True,colmap_colmap,colmap/colmap,https://github.com/colmap/colmap +5e985d798ebba722483e300fa5f454db170da123,Patrick Hochstenbach,patrick.hochstenbach@ugent.be,2018-06-25 11:56:55+02:00,Patrick Hochstenbach,patrick.hochstenbach@ugent.be,2018-06-25 09:56:55+00:00,False,ugent,ugent,* main,True,LibreCat_Catmandu-FileStore.git,LibreCat/Catmandu-FileStore.git,https://github.com/LibreCat/Catmandu-FileStore.git +2fb4c4e53b59ed7b6e5f55780574a1016c0e5074,Luke Gorrie,lgorrie@common-lisp.net,2003-09-04 11:07:27+00:00,Luke Gorrie,lgorrie@common-lisp.net,2003-09-04 11:07:27+00:00,False,common-lisp,common-lisp,* master,True,slime_slime,slime/slime,https://github.com/slime/slime +47d70ef264083de2ca8e786b5f52ca7d175d0bb5,minakaji,minakaji,2000-03-12 12:17:40+00:00,minakaji,minakaji,2000-03-12 12:17:40+00:00,False,minakaji,minakaji,* master,True,skk-dev_skktools,skk-dev/skktools,https://github.com/skk-dev/skktools +aa59fe301dad543102cd4301dac34dce47ce3de0,nilton.volpato,nilton.volpato@localhost,2009-02-25 00:07:27+00:00,nilton.volpato,nilton.volpato@localhost,2009-02-25 00:07:27+00:00,False,localhost,localhost,* master,True,niltonvolpato_python-progressbar,niltonvolpato/python-progressbar,https://github.com/niltonvolpato/python-progressbar +5c6bd4bf36e2558c097eb72717d6d315feba064d,Robert Vaser,robert.vaser@gmail.com,2016-06-17 10:59:17+02:00,Robert Vaser,robert.vaser@gmail.com,2016-06-17 08:59:17+00:00,False,gmail,gmail,* master,True,rvaser_bioparser,rvaser/bioparser,https://github.com/rvaser/bioparser +074c1f6daea06642294da18c96c3186cb829cba3,Michael Rash,mbr@cipherdyne.org,2003-04-16 18:22:25+00:00,Michael Rash,mbr@cipherdyne.org,2003-04-16 18:22:25+00:00,False,cipherdyne,cipherdyne,* master,True,mrash_fwsnort.git,mrash/fwsnort.git,https://github.com/mrash/fwsnort.git +bdb1819e6794a072d113c8bbdf08ab2998d584f0,W. Trevor King,wking@tremily.us,2012-10-05 07:13:54-04:00,W. Trevor King,wking@tremily.us,2012-10-05 11:13:59+00:00,False,tremily,tremily,* master,True,rss2email_rss2email.git,rss2email/rss2email.git,https://github.com/rss2email/rss2email.git +c62ed8f02b0a93a9dd03f0d26b1eabf5d18d103e,Khaled Hosny,khaledhosny@eglug.org,2015-12-01 19:21:29+04:00,Khaled Hosny,khaledhosny@eglug.org,2015-12-01 15:21:29+00:00,False,eglug,eglug,* master,True,HOST-Oman_libraqm.git,HOST-Oman/libraqm.git,https://github.com/HOST-Oman/libraqm.git +5a08bb42c630fe722ac118b54d32af288fe06205,Giridhar Yasa,giridhar@appaji.net,2008-01-11 11:57:58+00:00,Giridhar Yasa,giridhar@appaji.net,2008-01-11 11:57:58+00:00,False,appaji,appaji,* master,True,axel-download-accelerator_axel.git,axel-download-accelerator/axel.git,https://github.com/axel-download-accelerator/axel.git +1c69f467452c8f34d099019d463980ad57811192,Perberos,perberos@gmail.com,2011-12-01 23:00:56-03:00,Perberos,perberos@gmail.com,2011-12-02 02:00:56+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-polkit.git,mate-desktop/mate-polkit.git,https://github.com/mate-desktop/mate-polkit.git +56b64c049e31bf7c1ab543b222c7d3915f69e2f3,Thomas Klemm,github@tklemm.eu,2012-08-30 16:35:09+02:00,Thomas Klemm,github@tklemm.eu,2012-08-30 14:35:09+00:00,False,tklemm,tklemm,* master,True,LeaVerou_prism.git,LeaVerou/prism.git,https://github.com/LeaVerou/prism.git +25f96d4451cc258bedef72a2c69628d54451c951,Rick Copeland,rick446@usa.net,2010-09-27 11:42:05-04:00,Rick Copeland,rick446@usa.net,2010-09-27 15:42:05+00:00,False,usa,usa,* master,True,jackrosenthal_kajiki,jackrosenthal/kajiki,https://github.com/jackrosenthal/kajiki +1dafef2b20dc3e2ff1e3adea2fd6af4a39db87c0,Laurent LAPORTE,tantale.solutions@gmail.com,2017-11-20 14:13:26+01:00,Laurent LAPORTE,tantale.solutions@gmail.com,2017-11-20 13:13:26+00:00,False,gmail,gmail,* master,True,tantale_deprecated.git,tantale/deprecated.git,https://github.com/tantale/deprecated.git +43cd6a45f45a76afd6fda2855b3f1d080668b736,paz,paz@nadir.org,2014-07-11 21:14:56+02:00,paz,paz@nadir.org,2014-07-11 19:14:56+00:00,False,nadir,nadir,* main,True,schleuder_schleuder.git,schleuder/schleuder.git,https://0xacab.org/schleuder/schleuder.git +763845b7aedcebad44936173ccd8da303c60d9a9,Claus Färber,CFAERBER@cpan.org,2008-09-14 12:52:46+00:00,Claus Färber,CFAERBER@cpan.org,2008-09-14 12:52:46+00:00,False,cpan,cpan,* master,True,cfaerber_Graphics-ColorNames-WWW,cfaerber/Graphics-ColorNames-WWW,https://github.com/cfaerber/Graphics-ColorNames-WWW +a804b5eb21d6623b91a13ccf3281276d65ba45d6,Sam Stephenson,sam@37signals.com,2011-08-11 12:51:35-05:00,Sam Stephenson,sam@37signals.com,2011-08-11 17:51:35+00:00,False,37signals,37signals,* master,True,rbenv_rbenv,rbenv/rbenv,https://github.com/rbenv/rbenv +51a2e0ed67aed3fb443ac6407d6fc690d91a7630,Tim Sharpe,tim@sharpe.id.au,2012-05-30 20:49:47+10:00,Tim Sharpe,tim@sharpe.id.au,2012-05-30 10:49:47+00:00,False,sharpe,sharpe,* master,True,voxpupuli_librarian-puppet.git,voxpupuli/librarian-puppet.git,https://github.com/voxpupuli/librarian-puppet.git +42b043597dabde67ba1bdc8a9dab77e6ed28c0bf,Ole Streicher,olebole@debian.org,2016-11-01 11:40:19+01:00,Ole Streicher,olebole@debian.org,2016-11-01 11:18:53+00:00,False,debian,debian,* master,True,casacore_observatories-table.git,casacore/observatories-table.git,https://github.com/casacore/observatories-table.git +6ab1ca0485662e7eebf047e409fda37a9b5984c7,Neil Williams,codehelp@debian.org,2014-01-13 09:54:05+00:00,Neil Williams,codehelp@debian.org,2014-01-13 10:02:28+00:00,False,debian,debian,* debian/master,True,pdudaemon_pkg-pdudaemon,pdudaemon/pkg-pdudaemon,https://github.com/pdudaemon/pkg-pdudaemon +8b503ee4defc4e7f2a243a9309d682d5d294398f,Brent B. Powers,cpan@B2Pi.com,2000-03-14 05:22:43+00:00,Gitpan,schwern+gitpan@pobox.com,2014-10-21 07:41:06+00:00,False,B2Pi,pobox,* master,True,neilb_Memoize-ExpireLRU,neilb/Memoize-ExpireLRU,https://github.com/neilb/Memoize-ExpireLRU +bae798f2d46a63aa0fe34ce19419f121aa77ee19,Jo Bovy,jo.bovy@gmail.com,2011-09-18 12:16:49-04:00,Jo Bovy,jo.bovy@gmail.com,2011-09-18 16:16:49+00:00,False,gmail,gmail,* main,True,jobovy_galpy.git,jobovy/galpy.git,https://github.com/jobovy/galpy.git +bc68e8c4a6448126476c373fd67a76fb2b657835,Marco d'Itri,md@linux.it,1999-10-28 22:21:55+02:00,Marco d'Itri,md@linux.it,2013-03-30 01:31:26+00:00,False,linux,linux,* next,True,rfc1036_whois,rfc1036/whois,https://github.com/rfc1036/whois +7d43440327e8b36af8f457d1f3ca3d9655378bc5,Jari Aalto,jari.aalto@cante.net,2010-03-15 12:01:49+02:00,Jari Aalto,jari.aalto@cante.net,2010-03-15 10:01:49+00:00,False,cante,cante,* master,True,jaalto_project--perl-ddir.git,jaalto/project--perl-ddir.git,https://github.com/jaalto/project--perl-ddir.git +72bced7aeb2269af9e252b45149af5c350550aec,Markus Ulrich,markus@bionix-it.de,2012-06-28 22:30:49+02:00,Markus Ulrich,markus@bionix-it.de,2012-06-28 20:30:49+00:00,False,bionix-it,bionix-it,* master,True,phillipberndt_autorandr.git,phillipberndt/autorandr.git,https://github.com/phillipberndt/autorandr.git +dd5092e39a78143928e52cadf185d7951ecf97e2,Jeroen,jeroenooms@gmail.com,2014-11-18 23:13:32-08:00,Jeroen,jeroenooms@gmail.com,2014-11-19 07:13:32+00:00,False,gmail,gmail,* master,True,jeroen_curl,jeroen/curl,https://github.com/jeroen/curl +62ca0b4f2bbedb628d998d0238792413c789f4ac,Joachim Nilsson,joachim.nilsson@vmlinux.org,2010-01-16 14:00:54+01:00,Joachim Nilsson,joachim.nilsson@vmlinux.org,2010-01-16 13:00:54+00:00,False,vmlinux,vmlinux,* debian/sid,True,bobek_pkg-pimd,bobek/pkg-pimd,https://github.com/bobek/pkg-pimd +5054c18e41f658a7f48f82fc9a2c396d346a45f4,Jorge Manrubia,jorge.manrubia@gmail.com,2012-11-09 23:30:26-08:00,Jorge Manrubia,jorge.manrubia@gmail.com,2012-11-10 07:30:26+00:00,False,gmail,gmail,* master,True,jorgemanrubia_truncato,jorgemanrubia/truncato,https://github.com/jorgemanrubia/truncato +7161ec8bf07e46aa08216e494a29d0428b7d988b,Daniel Greenfeld,pydanny@gmail.com,2014-05-17 15:42:43-07:00,Daniel Greenfeld,pydanny@gmail.com,2014-05-17 22:42:43+00:00,False,gmail,gmail,* main,True,pydanny_cached-property.git,pydanny/cached-property.git,https://github.com/pydanny/cached-property.git +9c7b92f6624c35de8600fff9b0f69640156cbdac,titi,titi@pince.(none),2011-02-11 12:40:38+01:00,titi,titi@pince.(none),2011-02-11 11:40:38+00:00,False,pince,pince,* master,True,ponty_pyvirtualdisplay.git,ponty/pyvirtualdisplay.git,https://github.com/ponty/pyvirtualdisplay.git +a2156ed8ffb53468dcd128f02ed37f5715d1fef1,Martin Andersen,martin.skovgaard.andersen@gmail.com,2013-02-22 14:14:31-08:00,Martin Andersen,martin.skovgaard.andersen@gmail.com,2013-02-22 22:14:31+00:00,False,gmail,gmail,* master,True,cvxopt_cvxopt,cvxopt/cvxopt,https://github.com/cvxopt/cvxopt +aba7ae910f04f7df13024ba61763eabc2524bcdc,Viral B. Shah,viral@mayin.org,2011-08-13 00:31:25+05:30,Viral B. Shah,viral@mayin.org,2011-08-12 19:01:25+00:00,False,mayin,mayin,* master,True,JuliaMath_openlibm.git,JuliaMath/openlibm.git,https://github.com/JuliaMath/openlibm.git +ac4fe3fd7608567165e08aeb76311651adf3ddbc,Mark Trompell,mark@foresightlinux.org,2009-05-15 14:57:09+02:00,Mark Trompell,mark@foresightlinux.org,2009-05-15 12:57:09+00:00,False,foresightlinux,foresightlinux,* master,True,panel-plugins_xfce4-indicator-plugin,panel-plugins/xfce4-indicator-plugin,https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin +a52c225777d1effc3959ecc7742b2ab66071140b,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-04 19:20:34+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-04 19:20:34+00:00,False,gmail,gmail,* master,True,lxde_lxpanel.git,lxde/lxpanel.git,https://github.com/lxde/lxpanel.git +14f5fa7ccfa3f7259180c13ac855dacc08f71acb,damoxc,damoxc@cef11e0c-2622-11df-baa9-c5a8049e1931,2010-03-03 11:32:23+00:00,damoxc,damoxc@cef11e0c-2622-11df-baa9-c5a8049e1931,2010-03-03 11:32:23+00:00,False,cef11e0c-2622-11df-baa9-c5a8049e1931,cef11e0c-2622-11df-baa9-c5a8049e1931,* master,True,pymssql_pymssql.git,pymssql/pymssql.git,https://github.com/pymssql/pymssql.git +abebad7dbd0ab8338a65bb62ae45c31cb3fe5c99,Serge Vakulenko,serge.vakulenko@gmail.com,2018-08-20 22:47:13-07:00,Serge Vakulenko,serge.vakulenko@gmail.com,2018-08-21 06:24:38+00:00,False,gmail,gmail,* master,True,OpenRTX_dmrconfig.git,OpenRTX/dmrconfig.git,https://github.com/OpenRTX/dmrconfig.git +ae21668b56151270f8aff4b9df0243cfa996dce9,Johan Nordberg,its@johan-nordberg.com,2015-11-20 22:39:33+01:00,Johan Nordberg,its@johan-nordberg.com,2015-11-20 21:39:33+00:00,False,johan-nordberg,johan-nordberg,* master,True,jnordberg_coffeeify.git,jnordberg/coffeeify.git,https://github.com/jnordberg/coffeeify.git +adbc48c892cfe17b3ae53a43e4f34f4c2c35e85f,Jakub Wilk,jwilk@jwilk.net,2018-01-21 12:46:19+01:00,Jakub Wilk,jwilk@jwilk.net,2018-01-21 11:46:19+00:00,False,jwilk,jwilk,* master,True,jwilk_python-djvulibre,jwilk/python-djvulibre,https://github.com/jwilk/python-djvulibre +abb1d4d91dcd4314e68cf92e9346adea961cb524,Geoffrey Sneddon,geoffers@gmail.com,2015-07-20 10:56:37+01:00,Geoffrey Sneddon,gs@wja.no,2015-07-20 15:20:16+00:00,False,gmail,wja,* master,True,gsnedders_pytest-expect,gsnedders/pytest-expect,https://github.com/gsnedders/pytest-expect +71d74f40496001364550ada5843015a99dc4f97b,Sam Lantinga,slouken@lokigames.com,2001-06-21 05:21:59+00:00,Sam Lantinga,slouken@lokigames.com,2001-06-21 05:21:59+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_ttf.git,libsdl-org/SDL/ttf.git,https://github.com/libsdl-org/SDL_ttf.git +a5639cc8ed9e94bd5cf8ec574de6e03df3cfe34c,HadiM,marelo64@gmail.com,2013-10-02 20:02:44+02:00,HadiM,marelo64@gmail.com,2013-10-02 18:02:44+00:00,False,gmail,gmail,* master,True,mltframework_shotcut,mltframework/shotcut,https://github.com/mltframework/shotcut +abed3cdef4a921092b552733305bdd2070663eca,Ryan Hendrickson,ryan.hendrickson@alum.mit.edu,2017-09-29 20:34:10-04:00,Ryan Hendrickson,ryan.hendrickson@alum.mit.edu,2017-09-30 00:34:10+00:00,False,alum,alum,* dev,True,rhendric_puka,rhendric/puka,https://gitlab.com/rhendric/puka +b2777fbc25bbfee396b2a730c0b33a5a368dbc9a,alexd,alexd@14de010c-f11f-0410-ba76-d4c1185d02e1,2007-09-21 09:19:24+00:00,alexd,alexd@14de010c-f11f-0410-ba76-d4c1185d02e1,2007-09-21 09:19:24+00:00,False,14de010c-f11f-0410-ba76-d4c1185d02e1,14de010c-f11f-0410-ba76-d4c1185d02e1,* master,True,alexdalitz_dnsruby.git,alexdalitz/dnsruby.git,https://github.com/alexdalitz/dnsruby.git +b539a1cdab3888f820a4283330e77c8dc6d5e4e2,albertchae,albertchae@fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,2007-11-14 09:29:45+00:00,albertchae,albertchae@fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,2007-11-14 09:29:45+00:00,False,fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,* master,True,jrincayc_ucblogo-code.git,jrincayc/ucblogo-code.git,https://github.com/jrincayc/ucblogo-code.git +a8b970c7799a106440facd0ab9f0b19220a16e57,Donncha O'Cearbhaill,donncha@donncha.is,2015-04-02 11:34:19+01:00,Donncha O'Cearbhaill,donncha@donncha.is,2015-04-02 10:34:19+00:00,False,donncha,donncha,* main,True,asn-d6_onionbalance.git,asn-d6/onionbalance.git,https://github.com/asn-d6/onionbalance.git +a6040a720d98861c3aca2e31f81bf573d88184ed,Ian Robertson,iroberts+perl@red-bean.com,2001-04-01 20:24:26-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-10 08:30:41+00:00,False,red-bean,pobox,* master,True,toddr_Crypt-OpenSSL-RSA.git,toddr/Crypt-OpenSSL-RSA.git,https://github.com/toddr/Crypt-OpenSSL-RSA.git +0e0cd9c95ac796349530273a712fd1d5f3fde062,James Halliday,substack@gmail.com,2011-02-02 03:56:48-08:00,James Halliday,substack@gmail.com,2011-02-02 11:56:48+00:00,False,gmail,gmail,* master,True,andrewrk_node-findit.git,andrewrk/node-findit.git,https://github.com/andrewrk/node-findit.git +0dd87725e7b0fb644fbd5a6f499672d93fa5dae7,Jens Finke,jens@src.gnome.org,2001-11-10 18:05:21+00:00,Jens Finke,jens@src.gnome.org,2001-11-10 18:05:21+00:00,False,src,src,* main,True,GNOME_atomix.git,GNOME/atomix.git,https://gitlab.gnome.org/GNOME/atomix.git +065d94f956850256a681221845398663c8a3d9ac,Jamie Winsor,jamie@vialstudios.com,2012-06-26 00:02:42-07:00,Jamie Winsor,jamie@vialstudios.com,2012-06-26 07:08:17+00:00,False,vialstudios,vialstudios,* main,True,berkshelf_solve,berkshelf/solve,https://github.com/berkshelf/solve +4988ec4dbf413c6ec2518991d96254f4869ed954,Karsten Knese,karsten.knese@googlemail.com,2017-03-01 16:26:53-08:00,Karsten Knese,karsten.knese@googlemail.com,2017-03-22 20:59:01+00:00,False,googlemail,googlemail,* rolling,True,ros_robot_state_publisher,ros/robot/state/publisher,https://github.com/ros/robot_state_publisher +b24af9c96d353160b466f0f6217048ea17a0d014,Andrew McNabb,amcnabb@mcnabbs.org,2009-01-08 14:34:49-07:00,Andrew McNabb,amcnabb@mcnabbs.org,2009-01-08 21:34:49+00:00,False,mcnabbs,mcnabbs,* master,True,krig_parallax,krig/parallax,https://github.com/krig/parallax +6129962af8cddac5cee5e838ee2457d1f5d0071b,Mark Probst,mark.probst@gmail.com,1999-12-28 15:26:55+01:00,Mark Probst,mark.probst@gmail.com,1999-12-28 14:26:55+00:00,False,gmail,gmail,* master,True,schani_metapixel.git,schani/metapixel.git,https://github.com/schani/metapixel.git +eb8c6fe031f5ba155cabcbfabcc235acffbc2fb7,Linus Walleij,triad@df.lth.se,2006-02-03 09:46:22+00:00,Linus Walleij,triad@df.lth.se,2006-02-03 09:46:22+00:00,False,df,df,* master,True,libmtp_libmtp,libmtp/libmtp,https://github.com/libmtp/libmtp +8257cc68a9a2ff6fb6b3ae6c497b15309c4d0d7b,John Nunemaker,john@github.com,2012-07-22 12:39:38-07:00,John Nunemaker,john@github.com,2012-07-22 19:39:38+00:00,False,github,github,* main,True,jnunemaker_flipper,jnunemaker/flipper,https://github.com/jnunemaker/flipper +97e147ccf964e992a3074964f2d344f0e8ac798a,pazz,patricktotzke@gmail.com,2011-05-18 10:17:07+01:00,pazz,patricktotzke@gmail.com,2011-05-18 09:17:07+00:00,False,gmail,gmail,* master,True,pazz_alot,pazz/alot,https://github.com/pazz/alot +e285316aca8f732c6f122c8df0934b847b837ca1,Graham.Dumpleton,devnull@localhost,2007-06-23 03:48:29+00:00,Graham.Dumpleton,devnull@localhost,2007-06-23 03:48:29+00:00,False,localhost,localhost,* develop,True,GrahamDumpleton_mod_wsgi,GrahamDumpleton/mod/wsgi,https://github.com/GrahamDumpleton/mod_wsgi +c7c6feb28b2981afee42b2de22d3fd50d9332d69,Ryan Biesemeyer,ryan@yaauie.com,2011-08-03 00:35:21-07:00,Ryan Biesemeyer,ryan@yaauie.com,2011-08-03 07:35:21+00:00,False,yaauie,yaauie,* master,True,yaauie_typed-array,yaauie/typed-array,https://github.com/yaauie/typed-array +311db796c68e520e5b6d28829d6aaa4bfbcd1536,Matthias Ettrich,ettrich@troll.no,1999-08-19 23:26:42+00:00,Matthias Ettrich,ettrich@troll.no,1999-08-19 23:26:42+00:00,False,troll,troll,* master,True,plasma_kwin.git,plasma/kwin.git,https://invent.kde.org/plasma/kwin.git +3789080ff46e0341883a5bdf61a834a34b4dbd50,Craig Small,csmall@users.sourceforge.net,2000-12-13 21:22:53+00:00,Craig Small,csmall@users.sourceforge.net,2000-12-13 21:22:53+00:00,False,users,users,* master,True,psmisc_psmisc.git,psmisc/psmisc.git,https://gitlab.com/psmisc/psmisc.git +9146a541ff96b92f4f14c6292307b68dc4673097,mh,mh@immerda.ch,2011-07-27 18:43:55+02:00,mh,mh@immerda.ch,2011-07-27 16:43:55+00:00,False,immerda,immerda,* main,True,duritong_trocla,duritong/trocla,https://github.com/duritong/trocla +ec763f7e12dd1c98c53456385e7e9398168c2541,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-02-09 02:01:05-02:00,Joao Eriberto Mota Filho,eriberto@eriberto.pro.br,2019-02-09 04:01:05+00:00,False,eriberto,eriberto,* master,True,resurrecting-open-source-projects_cbm,resurrecting-open-source-projects/cbm,https://github.com/resurrecting-open-source-projects/cbm +74eb81b6e6e4ecbdec47710ea8365bde3bcadfaa,A. Gordon,gordon@cshl.edu,2009-01-14 20:20:43-05:00,A. Gordon,gordon@cshl.edu,2009-01-15 01:20:43+00:00,False,cshl,cshl,* master,True,agordon_fastx_toolkit.git,agordon/fastx/toolkit.git,https://github.com/agordon/fastx_toolkit.git +7e9ad412908a4a16ce10f6512f13147e80dd8040,Brandon Fliflet,brandon.fliflet@intel.com,2017-12-21 00:45:38+01:00,Brandon Fliflet,brandon.fliflet@intel.com,2017-12-20 23:45:38+00:00,False,intel,intel,* master,True,intel_compute-runtime,intel/compute-runtime,https://github.com/intel/compute-runtime +ae1e829d3999c032ea5443a815156dc1ac3be8d9,Bernardo Heynemann,heynemann@gmail.com,2011-03-30 14:32:47-03:00,Bernardo Heynemann,heynemann@gmail.com,2011-03-30 17:32:47+00:00,False,gmail,gmail,* master,True,thumbor_libthumbor,thumbor/libthumbor,https://github.com/thumbor/libthumbor +9708c02c26b85fecbdaf45d73d4ba3ccbcdb27ff,Esa-Matti Suuronen,esa-matti@suuronen.org,2010-06-12 21:26:41+03:00,Esa-Matti Suuronen,esa-matti@suuronen.org,2010-06-12 18:26:41+00:00,False,suuronen,suuronen,* master,True,epeli_underscore.string,epeli/underscore.string,https://github.com/epeli/underscore.string +4fe243f67d67d55b71db60c33bd7c2b648940ff7,Tom Kralidis,tomkralidis@gmail.com,2014-05-11 15:28:19-07:00,Tom Kralidis,tomkralidis@gmail.com,2014-05-11 22:28:19+00:00,False,gmail,gmail,* master,True,geopython_geolinks.git,geopython/geolinks.git,https://github.com/geopython/geolinks.git +b8a6cb9cb369e95bc7058032a30e895359293e44,Ben Klang,ben@alkaloid.net,2010-05-18 21:06:25-04:00,Ben Klang,ben@alkaloid.net,2010-05-19 01:06:25+00:00,False,alkaloid,alkaloid,* FRAMEWORK_6_0,True,horde_passwd.git,horde/passwd.git,https://github.com/horde/passwd.git +0236ef27e3c8828c51ff5d0910744aaacf234253,Ondřej Surý,ondrej@sury.org,2016-06-03 16:52:16+02:00,Ondřej Surý,ondrej@sury.org,2016-06-03 14:52:16+00:00,False,sury,sury,* master,True,zeroc-ice_ice-builder-gradle-debian-packaging.git,zeroc-ice/ice-builder-gradle-debian-packaging.git,https://github.com/zeroc-ice/ice-builder-gradle-debian-packaging.git +b7aadc1b189855b5bbcfff26e43db2dcd934b4b0,Thomas J Mather,geoipapi@maxmind.com,2002-11-21 06:15:12+00:00,Thomas J Mather,geoipapi@maxmind.com,2002-11-21 06:15:12+00:00,False,maxmind,maxmind,* main,True,maxmind_geoip-api-perl.git,maxmind/geoip-api-perl.git,https://github.com/maxmind/geoip-api-perl.git +37489322d67df510d8de4345e9286816ea5e8465,linostar,linux.anas@gmail.com,2014-05-14 18:09:39+02:00,linostar,linux.anas@gmail.com,2014-05-14 16:09:39+00:00,False,gmail,gmail,* master,True,arabeyes-org_ITL,arabeyes-org/ITL,https://github.com/arabeyes-org/ITL +919b248ec4ecfedbb9c387b6e5c54f53a37f964e,Tony Arcieri,tony.arcieri@gmail.com,2011-10-05 21:27:56-07:00,Tony Arcieri,tony.arcieri@gmail.com,2011-10-06 04:27:56+00:00,False,gmail,gmail,* main,True,httprb_http.rb,httprb/http.rb,https://github.com/httprb/http.rb +22d0020cfb43a7d66428cb3c195bbadac45cf416,Timm,kaspth@gmail.com,2013-09-27 21:57:01+02:00,Timm,kaspth@gmail.com,2013-09-27 19:57:01+00:00,False,gmail,gmail,* main,True,rails_rails-dom-testing,rails/rails-dom-testing,https://github.com/rails/rails-dom-testing +c46d010f686e522cedbea8ab53df99c33360ca32,Brendan Moloney,moloney.brendan@gmail.com,2012-01-25 12:23:05-08:00,Brendan Moloney,moloney.brendan@gmail.com,2012-01-25 20:23:05+00:00,False,gmail,gmail,* master,True,moloney_dcmstack.git,moloney/dcmstack.git,https://github.com/moloney/dcmstack.git +3b59139e7970bbeca5c8a56ce9f1ac09ed02bfcf,Stéphane Lesimple,speed47_github@speed47.net,2018-01-07 15:00:15+01:00,GitHub,noreply@github.com,2018-01-07 14:00:15+00:00,False,speed47,github,* master,True,speed47_spectre-meltdown-checker,speed47/spectre-meltdown-checker,https://github.com/speed47/spectre-meltdown-checker +44688013cb25129dbe8477532841110a93df01bf,unbit,info@unbit.it,2012-12-07 02:38:44-08:00,unbit,info@unbit.it,2012-12-07 10:38:44+00:00,False,unbit,unbit,* master,True,unbit_django-uwsgi,unbit/django-uwsgi,https://github.com/unbit/django-uwsgi +0538878aa43d53593ed4432cc9b06a4b15d4e0d6,Olav Sørensen,olav.sorensen@live.no,2019-12-02 12:00:24+01:00,GitHub,noreply@github.com,2019-12-02 11:00:24+00:00,False,live,github,* master,True,8bitbubsy_pt2-clone,8bitbubsy/pt2-clone,https://github.com/8bitbubsy/pt2-clone +2d66d4f74f67dc9a49d6cf80bac4a289718422f1,jcgregorio,devnull@localhost,2006-02-07 05:34:14+00:00,jcgregorio,devnull@localhost,2006-02-07 05:34:14+00:00,False,localhost,localhost,* master,True,httplib2_httplib2.git,httplib2/httplib2.git,https://github.com/httplib2/httplib2.git +adcf55e477ba092befff3be9473a90b8080aa769,Simon Josefsson,simon@josefsson.org,2002-10-01 02:36:53+00:00,Simon Josefsson,simon@josefsson.org,2002-10-01 02:36:53+00:00,False,josefsson,josefsson,* master,True,jas_libntlm,jas/libntlm,https://gitlab.com/jas/libntlm +e69829af2e187c6ebd6907ca259ac0870174eed4,Kjetil Kjernsmo,kjetil@kjernsmo.net,2015-08-26 23:24:42+02:00,Kjetil Kjernsmo,kjetil@kjernsmo.net,2015-08-26 21:24:42+00:00,False,kjernsmo,kjernsmo,* master,True,kjetilk_p5-rdf-ns-curated.git,kjetilk/p5-rdf-ns-curated.git,https://github.com/kjetilk/p5-rdf-ns-curated.git +2bb0ed428ed883f07f59ed7c8499ece973cb2e3f,Ralph Meijer,ralphm@ik.nu,2008-04-21 17:10:45+00:00,Ralph Meijer,ralphm@ik.nu,2008-04-21 17:10:45+00:00,False,ik,ik,* master,True,ralphm_wokkel.git,ralphm/wokkel.git,https://github.com/ralphm/wokkel.git +4a58048a132bf739703b34b16427b5050d2ee06e,rjray,rjray@a14f3d36-ae02-0410-ae87-9c1f10733633,1996-08-06 22:24:38+00:00,rjray,rjray@a14f3d36-ae02-0410-ae87-9c1f10733633,1996-08-06 22:24:38+00:00,False,a14f3d36-ae02-0410-ae87-9c1f10733633,a14f3d36-ae02-0410-ae87-9c1f10733633,* master,True,rjray_image-size.git,rjray/image-size.git,https://github.com/rjray/image-size.git +691be6f5872bc87fd16902420e435db8e505353e,Jerome Kieffer,jerome.kieffer@terre-adelie.org,2012-06-07 12:37:21-07:00,Jerome Kieffer,jerome.kieffer@terre-adelie.org,2012-06-07 19:37:21+00:00,False,terre-adelie,terre-adelie,* main,True,silx-kit_pyFAI,silx-kit/pyFAI,https://github.com/silx-kit/pyFAI +f91b733ad8392cf4ecc85015f484aa812629e475,Olzhas Rakhimov,olzhasrakhimov7@gmail.com,2014-03-20 18:19:49-07:00,Olzhas Rakhimov,olzhasrakhimov7@gmail.com,2014-03-21 01:19:49+00:00,False,gmail,gmail,* develop,True,rakhimov_scram.git,rakhimov/scram.git,https://github.com/rakhimov/scram.git +c2ae244b01c71b2b0ea69c19a2f6044746e6ced8,Victor Gaultney,jvgaultney@users.noreply.github.com,2019-03-18 22:44:32+00:00,GitHub,noreply@github.com,2019-03-18 22:44:32+00:00,False,users,github,* master,True,silnrsi_font-abyssinica,silnrsi/font-abyssinica,https://github.com/silnrsi/font-abyssinica +6124b59a8cde2f31dd9aca797b5b74f722f68149,Frank B. Brokken,f.b.brokken@rug.nl,2004-09-11 19:41:10+00:00,Frank B. Brokken,f.b.brokken@rug.nl,2004-09-11 19:41:10+00:00,False,rug,rug,* master,True,fbb-git_yodl.git,fbb-git/yodl.git,https://gitlab.com/fbb-git/yodl.git +9dcd8aeccefe71ee0ae8cca9eccea10aa7d29d8b,Chad Trabant,chad@iris.washington.edu,2012-02-28 21:25:12+00:00,Chad Trabant,chad@iris.washington.edu,2012-02-28 21:25:12+00:00,False,iris,iris,* main,True,iris-edu_libmseed,iris-edu/libmseed,https://github.com/iris-edu/libmseed +10e3d9902ac7157efd110040104a4ff6dfd8d425,Chris Boursnell,cboursnell@gmail.com,2014-04-29 11:38:12+01:00,Chris Boursnell,cboursnell@gmail.com,2014-04-29 10:38:12+00:00,False,gmail,gmail,* master,True,cboursnell_crb-blast,cboursnell/crb-blast,https://github.com/cboursnell/crb-blast +80a18bb6e14b0cf6ff109f5b464756a3622c109b,Philip Withnall,pwithnall@src.gnome.org,2008-05-24 20:41:01+00:00,Philip Withnall,pwithnall@src.gnome.org,2008-05-24 20:41:01+00:00,False,src,src,* master,True,GNOME_almanah,GNOME/almanah,https://gitlab.gnome.org/GNOME/almanah +d45ff069dc60cdc288fac09eb12d998c4e608a4a,Lee Hambley,lee.hambley@gmail.com,2012-03-09 17:39:33+01:00,Lee Hambley,lee.hambley@gmail.com,2012-03-09 16:39:33+00:00,False,gmail,gmail,* master,True,capistrano_sshkit.git,capistrano/sshkit.git,https://github.com/capistrano/sshkit.git +71db345ed3da0b30932d5cbd5d16bad396806641,dave@pod.me.uk,dave@pod.me.uk@ab604574-8a94-11dd-aa62-cdabd1f4ca1e,2009-09-29 10:14:27+00:00,dave@pod.me.uk,dave@pod.me.uk@ab604574-8a94-11dd-aa62-cdabd1f4ca1e,2009-09-29 10:14:27+00:00,False,ab604574-8a94-11dd-aa62-cdabd1f4ca1e,ab604574-8a94-11dd-aa62-cdabd1f4ca1e,* master,True,etianen_django-reversion.git,etianen/django-reversion.git,https://github.com/etianen/django-reversion.git +efc9408bcd84cc6156f824e89014f79221af1b2f,Ryan Roemer,ryan@loose-bits.com,2011-12-07 09:55:00-05:00,Ryan Roemer,ryan@loose-bits.com,2011-12-07 14:55:00+00:00,False,loose-bits,loose-bits,* master,True,ryan-roemer_sphinx-bootstrap-theme.git,ryan-roemer/sphinx-bootstrap-theme.git,https://github.com/ryan-roemer/sphinx-bootstrap-theme.git +4940678d9f7d1e71a3a77383a9a84b2c40c41daa,Dave Borowitz,dborowitz@google.com,2010-10-29 11:02:02-07:00,Dave Borowitz,dborowitz@google.com,2010-11-04 20:59:18+00:00,False,google,google,* master,True,libgit2_pygit2,libgit2/pygit2,https://github.com/libgit2/pygit2 +3f701fc55e3d28927b2ed50e39f2e6e33c5a396a,Alessio Garzi,gun101@email.it,2014-05-04 13:10:02+02:00,Alessio Garzi,gun101@email.it,2014-05-04 11:10:02+00:00,False,email,email,* master,True,Ozzyboshi_guake-indicator,Ozzyboshi/guake-indicator,https://github.com/Ozzyboshi/guake-indicator +83dbafcf24f631fc2c7245607f13bc44cd41b8bf,Alec Leamas,leamas.alec@gmail.com,2017-12-25 17:50:56+01:00,Alec Leamas,leamas.alec@gmail.com,2017-12-25 16:50:56+00:00,False,gmail,gmail,* devel,True,leamas_ddupdate,leamas/ddupdate,https://github.com/leamas/ddupdate +9bf98cd378e1572019a743bb4bf18e896b4fcd1d,billh,billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c,2001-07-25 18:26:40+00:00,billh,billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c,2001-07-25 18:26:40+00:00,False,e2bd861d-eb25-0410-b326-f6ed22b6b98c,e2bd861d-eb25-0410-b326-f6ed22b6b98c,* master,True,GNOME_at-spi2-atk.git,GNOME/at-spi2-atk.git,https://gitlab.gnome.org/GNOME/at-spi2-atk.git +adfceea3f1605b29e616c1f17b73fe0468d32221,Jeremie Dimino,jeremie@dimino.org,2008-04-26 19:42:09+02:00,Jeremie Dimino,jeremie@dimino.org,2008-04-26 17:42:09+00:00,False,dimino,dimino,* master,True,ocaml-community_obus,ocaml-community/obus,https://github.com/ocaml-community/obus +2a8fe91d2f87d26f7d2e84943d079ef39b77e7f1,Lafricain,fr.cyrille@tiberiade.be,2022-03-08 08:02:08+00:00,Lafricain,fr.cyrille@tiberiade.be,2022-03-08 08:02:08+00:00,False,tiberiade,tiberiade,* main,True,crosswire-bible-society_scofield,crosswire-bible-society/scofield,https://gitlab.com/crosswire-bible-society/scofield +5537fb33fdaa88f20096728ec2bcbf8dff0a917c,sadinoff,devnull@localhost,1999-11-24 02:49:09+00:00,sadinoff,devnull@localhost,1999-11-24 02:49:09+00:00,False,localhost,localhost,* main,True,hebcal_hebcal,hebcal/hebcal,https://github.com/hebcal/hebcal +2bfb555063d6167162c1c6d3b527a75ee981dd52,Rod Vagg,rod@vagg.org,2014-01-17 21:31:10+11:00,Rod Vagg,rod@vagg.org,2014-01-17 10:31:10+00:00,False,vagg,vagg,* main,True,nodejs_string_decoder.git,nodejs/string/decoder.git,https://github.com/nodejs/string_decoder.git +2866148a6da4e8d9c309423a843de005a27847fb,Clint Bellanger,clintbellanger@gmail.com,2011-06-03 22:02:11-05:00,Clint Bellanger,clintbellanger@gmail.com,2011-06-04 03:02:11+00:00,False,gmail,gmail,* master,True,flareteam_flare-game,flareteam/flare-game,https://github.com/flareteam/flare-game +8a32ecf022b7b3e989076d2cf37e002eb4d3f2cf,X0rg,xorgbreaker@gmail.com,2014-09-21 16:20:11+02:00,X0rg,xorgbreaker@gmail.com,2014-09-21 14:20:11+00:00,False,gmail,gmail,* master,True,X0rg_CPU-X.git,X0rg/CPU-X.git,https://github.com/X0rg/CPU-X.git +e545c66ef3938195eb858ea34ec2b1fab64be9b8,zhangheng,zhangheng@kylinos.cn,2017-12-12 10:52:40+08:00,zhangheng,zhangheng@kylinos.cn,2017-12-12 02:52:40+00:00,False,kylinos,kylinos,* master,True,ukui_ukui-settings-daemon,ukui/ukui-settings-daemon,https://github.com/ukui/ukui-settings-daemon +38c57b7fbc9b7864e268f16e38f7f052ead86099,Michael Gerhaeuser,michael.gerhaeuser@gmail.com,2009-05-14 06:00:55+00:00,Michael Gerhaeuser,michael.gerhaeuser@gmail.com,2009-05-14 06:00:55+00:00,False,gmail,gmail,* main,True,jsxgraph_jsxgraph,jsxgraph/jsxgraph,https://github.com/jsxgraph/jsxgraph +e745360fddfa92ae76b058dfa106918b83660350,Arturo Espinosa,unammx@src.gnome.org,1998-02-10 21:22:19+00:00,Arturo Espinosa,unammx@src.gnome.org,1998-02-10 21:22:19+00:00,False,src,src,* master,True,GNOME_gnome-desktop.git,GNOME/gnome-desktop.git,https://gitlab.gnome.org/GNOME/gnome-desktop.git +a744db9a793caa41d34669af2c623ea6a8b8c71e,Dimitri Fontaine,dim@tapoueh.org,2011-12-11 14:12:00+01:00,Dimitri Fontaine,dim@tapoueh.org,2011-12-11 13:12:00+00:00,False,tapoueh,tapoueh,* master,True,dimitri_pgextwlist,dimitri/pgextwlist,https://github.com/dimitri/pgextwlist +3e6e08919616919399a3522a403a03c072c63e46,Walter Reiner,walter.reiner@wreiner.at,2013-10-29 15:00:06+01:00,Walter Reiner,walter.reiner@wreiner.at,2013-10-29 14:00:06+00:00,False,wreiner,wreiner,* master,True,wreiner_automx-debian.git,wreiner/automx-debian.git,https://github.com/wreiner/automx-debian.git +a2ecf044340f956e37c08f3b0b263a4a16cf0542,Volker Krause,vkrause@kde.org,2017-12-09 21:29:55+01:00,Volker Krause,vkrause@kde.org,2017-12-10 12:25:25+00:00,False,kde,kde,* master,True,pim_kitinerary,pim/kitinerary,https://invent.kde.org/pim/kitinerary +39ab86d1d6773b53f7cb4fb61053c1cb527c254a,Benjamin Drung,benjamin.drung@profitbricks.com,2018-08-16 17:27:50+02:00,Benjamin Drung,benjamin.drung@profitbricks.com,2018-08-16 15:27:50+00:00,False,profitbricks,profitbricks,* main,True,bdrung_ionit,bdrung/ionit,https://github.com/bdrung/ionit +342de0004d1327912956b4adb7eb8b8eb63d2a36,nicolaasuni,nicolaasuni@users.sourceforge.net,2009-03-24 19:37:18+01:00,nicolaasuni,nicolaasuni@users.sourceforge.net,2009-03-24 18:37:18+00:00,False,users,users,* main,True,tecnickcom_TCPDF,tecnickcom/TCPDF,https://github.com/tecnickcom/TCPDF +c7d9b8f00dd2f9efd8d2b841420dc800677eea9a,Brian Carrier,carrier@digital-evidence.org,2013-06-27 09:59:41-07:00,Brian Carrier,carrier@digital-evidence.org,2013-06-27 16:59:41+00:00,False,digital-evidence,digital-evidence,* master,True,sleuthkit_scalpel.git,sleuthkit/scalpel.git,https://github.com/sleuthkit/scalpel.git +9980141e10b1dfeaaca3a6e0deebd36f5c144e7a,florimondmanca,florimond.manca@gmail.com,2018-07-28 09:38:27+01:00,florimondmanca,florimond.manca@gmail.com,2018-07-28 08:38:27+00:00,False,gmail,gmail,* master,True,florimondmanca_djangorestframework-api-key,florimondmanca/djangorestframework-api-key,https://github.com/florimondmanca/djangorestframework-api-key +cc9452fdc1340bd040e5eca11cba6c1b73a17fbc,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2009-10-21 02:53:08-07:00,Tatsuhiko Miyagawa,miyagawa@bulknews.net,2009-10-21 09:53:08+00:00,False,bulknews,bulknews,* master,True,miyagawa_Filesys-Notify-Simple.git,miyagawa/Filesys-Notify-Simple.git,https://github.com/miyagawa/Filesys-Notify-Simple.git +bdca019278b7d5da90dd392567966575a2dcc876,Joachim Metz,joachim.metz@gmail.com,2014-10-18 12:49:11+02:00,Joachim Metz,joachim.metz@gmail.com,2014-10-18 10:49:11+00:00,False,gmail,gmail,* main,True,libyal_libfvde.git,libyal/libfvde.git,https://github.com/libyal/libfvde.git +7d3612d9f6ebc5ecbdc400acbb97333c7bb402c9,Daniel Drake,dsd@cs.manchester.ac.uk,2007-10-07 23:20:12+01:00,Daniel Drake,dsd@cs.manchester.ac.uk,2007-10-08 16:16:13+00:00,False,cs,cs,* master,True,libfprint_libfprint,libfprint/libfprint,https://gitlab.freedesktop.org/libfprint/libfprint +d224c6368ab20de3a87f5c9341ceeb5fb48730ca,Alexey Kopytov,akopytov@gmail.com,2006-01-20 16:13:23+00:00,Alexey Kopytov,akopytov@gmail.com,2006-01-20 16:13:23+00:00,False,gmail,gmail,* master,True,akopytov_sysbench.git,akopytov/sysbench.git,https://github.com/akopytov/sysbench.git +a0fc944f2a3efea7d082b0b031e522cf96ec93f2,Micah Lee,micahflee@riseup.net,2013-02-06 20:31:03-08:00,Micah Lee,micahflee@riseup.net,2013-02-07 04:31:03+00:00,False,riseup,riseup,* main,True,micahflee_torbrowser-launcher,micahflee/torbrowser-launcher,https://github.com/micahflee/torbrowser-launcher +e7881acfcff795d24835046267ed6bcc2a20a401,Tres Seaver,tseaver@palladion.com,2012-10-17 23:41:25+00:00,Tres Seaver,tseaver@palladion.com,2012-10-17 23:41:25+00:00,False,palladion,palladion,* master,True,zopefoundation_BTrees.git,zopefoundation/BTrees.git,https://github.com/zopefoundation/BTrees.git +80dc349e2014eaa9450086c007118e10bda0b534,daid303,daid303@gmail.com,2013-01-11 17:55:54+01:00,daid303,daid303@gmail.com,2013-01-11 16:55:54+00:00,False,gmail,gmail,* main,True,Ultimaker_CuraEngine,Ultimaker/CuraEngine,https://github.com/Ultimaker/CuraEngine +d7bf5c27ce306e8c14dd2eb4cb7abb3369b8162b,mdecorde,mdecorde@mdecorde-OptiPlex-960.(none),2012-11-27 15:32:24+01:00,mdecorde,mdecorde@mdecorde-OptiPlex-960.(none),2012-11-27 14:32:24+00:00,False,mdecorde-OptiPlex-960,mdecorde-OptiPlex-960,* main,True,r-lib_svglite.git,r-lib/svglite.git,https://github.com/r-lib/svglite.git +81666f5e1d78b6cc6086c3e652e56283e8e5d9c2,Gregory P. Smith,greg@krypto.org,2010-06-06 00:33:39-07:00,Gregory P. Smith,greg@krypto.org,2010-06-06 07:33:39+00:00,False,krypto,krypto,* main,True,google_python-subprocess32,google/python-subprocess32,https://github.com/google/python-subprocess32 +f7e3add5c41a3f92d284c83656c54bd6e347995e,Michael J. Schultz,mjschultz@gmail.com,2014-01-03 20:56:26-06:00,Michael J. Schultz,mjschultz@gmail.com,2014-01-04 02:56:26+00:00,False,gmail,gmail,* main,True,mjschultz_py-radix,mjschultz/py-radix,https://github.com/mjschultz/py-radix +b587863a25032baa9b799c92c86904abb4fee133,Peter Odding,peter@peterodding.com,2013-06-17 00:46:04+02:00,Peter Odding,peter@peterodding.com,2013-06-16 22:46:04+00:00,False,peterodding,peterodding,* master,True,xolox_python-humanfriendly,xolox/python-humanfriendly,https://github.com/xolox/python-humanfriendly +cdbd3e733cbbaad033e0b699ed384628ddf6c65e,aspegic500,nicolas.adenis.lamarre@gmail.com,2009-07-19 12:39:36+00:00,aspegic500,nicolas.adenis.lamarre@gmail.com,2009-07-19 12:39:36+00:00,False,gmail,gmail,* master,True,xmoto_xmoto,xmoto/xmoto,https://github.com/xmoto/xmoto +084510618555695eede6700f1343f3e997f48b74,Michael Olson,mwolson@member.fsf.org,2004-12-30 01:33:11+00:00,Michael Olson,mwolson@member.fsf.org,2004-12-30 01:33:11+00:00,False,member,member,* master,True,alexott_muse,alexott/muse,https://github.com/alexott/muse +0f1e22bee00a2e33086ceec95246425ddf8741ae,belangeo,belangeo@47a9a872-8ef4-7ce4-ef87-7645ece8daa9,2011-10-24 02:27:14+00:00,belangeo,belangeo@47a9a872-8ef4-7ce4-ef87-7645ece8daa9,2011-10-24 02:27:14+00:00,False,47a9a872-8ef4-7ce4-ef87-7645ece8daa9,47a9a872-8ef4-7ce4-ef87-7645ece8daa9,* master,True,belangeo_cecilia5.git,belangeo/cecilia5.git,https://github.com/belangeo/cecilia5.git +3ea04f77323acbd85b95d863dd730e2fd8f009ed,Philip Withnall,philip@tecnocode.co.uk,2009-01-03 10:02:43+00:00,Philip Withnall,philip@tecnocode.co.uk,2009-01-03 10:02:43+00:00,False,tecnocode,tecnocode,* main,True,GNOME_libgdata.git,GNOME/libgdata.git,https://gitlab.gnome.org/GNOME/libgdata.git +5abfb2298cc243417dfd68788596520c809a9d2c,Brian Reavis,brian@thirdroute.com,2012-08-31 18:02:00-07:00,Brian Reavis,brian@thirdroute.com,2012-09-01 01:02:00+00:00,False,thirdroute,thirdroute,* master,True,selectize_selectize.js,selectize/selectize.js,https://github.com/selectize/selectize.js +0762fbc4bbb2150944ed23b70dde4c23b30dc489,Min RK,benjaminrk@gmail.com,2015-04-08 18:10:22-07:00,Min RK,benjaminrk@gmail.com,2015-04-09 01:46:25+00:00,False,gmail,gmail,* main,True,jupyter_nbformat,jupyter/nbformat,https://github.com/jupyter/nbformat +73aca62b101db0c206c4bf2cf821f236947d7f5b,Kouhei Sutou,kou@cozmixng.org,2004-08-13 00:42:07+00:00,Kouhei Sutou,kou@cozmixng.org,2004-08-13 00:42:07+00:00,False,cozmixng,cozmixng,* main,True,rabbit-shocker_rabbit,rabbit-shocker/rabbit,https://github.com/rabbit-shocker/rabbit +f82e2c6a5e4e9c89b4cc55936740c7df1c51361f,Bob Schlärmann,blackhole@atreidis.nl.eu.org,2004-03-01 20:42:19+00:00,Bob Schlärmann,blackhole@atreidis.nl.eu.org,2004-03-01 20:42:19+00:00,False,atreidis,atreidis,* master,True,panel-plugins_xfce4-weather-plugin.git,panel-plugins/xfce4-weather-plugin.git,https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin.git +ce01aed07b66918fcdc9ea03f30fcab1db4678a6,Komяpa,me@komzpa.net,2010-03-05 10:20:48+02:00,Komяpa,me@komzpa.net,2010-03-05 08:20:48+00:00,False,komzpa,komzpa,* master,True,Komzpa_twms.git,Komzpa/twms.git,https://github.com/Komzpa/twms.git +38f7c8da184d89b9dc318a72da53094cbfa1b82e,Simon Josefsson,simon@josefsson.org,2011-01-04 14:39:09+01:00,Simon Josefsson,simon@josefsson.org,2011-01-04 13:39:09+00:00,False,josefsson,josefsson,* master,True,libidn_libidn2,libidn/libidn2,https://gitlab.com/libidn/libidn2 +c2282bb2862c98e51fbeddc553b92acf54d6d425,Steffen Müthing,muething@dune-project.org,2013-08-20 10:24:16+02:00,Steffen Müthing,muething@dune-project.org,2013-08-20 08:24:16+00:00,False,dune-project,dune-project,* master,True,staging_dune-functions,staging/dune-functions,https://gitlab.dune-project.org/staging/dune-functions +8e8e018ca380428e9039669b3305330ab7771794,Mark Stosberg,mark@summersault.com,2004-03-23 02:23:45+00:00,Mark Stosberg,mark@summersault.com,2004-03-23 02:23:45+00:00,False,summersault,summersault,* master,True,dnmfarrell_Data-FormValidator.git,dnmfarrell/Data-FormValidator.git,https://github.com/dnmfarrell/Data-FormValidator.git +3e98266783163b8c386f20f840c44df420c61ef4,Valentin Samir,valentin.samir@crans.org,2015-12-20 18:37:48+01:00,Valentin Samir,valentin.samir@crans.org,2015-12-20 17:41:58+00:00,False,crans,crans,* master,True,nitmir_policyd-rate-limit.git,nitmir/policyd-rate-limit.git,https://github.com/nitmir/policyd-rate-limit.git +fab2f9939bdf634ed00c0e253890473affefc857,sdsykes,sdsykes@gmail.com,2009-06-10 16:58:57+03:00,sdsykes,sdsykes@gmail.com,2009-06-10 13:58:57+00:00,False,gmail,gmail,* master,True,sdsykes_fastimage,sdsykes/fastimage,https://github.com/sdsykes/fastimage +3b5f964636a4d557d45760e446a1f4e6b2f24567,Susumu Yata,susumu.yata@gmail.com,2016-01-28 23:52:25+09:00,Susumu Yata,susumu.yata@gmail.com,2016-01-28 14:55:47+00:00,False,gmail,gmail,* master,True,s-yata_marisa-trie.git,s-yata/marisa-trie.git,https://github.com/s-yata/marisa-trie.git +a94f3f33577bf9d71166392febbfdf3cace6f1c8,Chris Cannam,cannam@all-day-breakfast.com,2007-12-10 16:29:52+00:00,Chris Cannam,cannam@all-day-breakfast.com,2007-12-10 16:29:52+00:00,False,all-day-breakfast,all-day-breakfast,* default,True,breakfastquay_rubberband.git,breakfastquay/rubberband.git,https://github.com/breakfastquay/rubberband.git +2b0aca1bf7787abe898741ef890c0f9a51e504e5,Dirk-Jan C. Binnema,djcb@djcbsoftware.nl,2009-11-25 22:55:06+02:00,Dirk-Jan C. Binnema,djcb@djcbsoftware.nl,2009-11-25 20:55:06+00:00,False,djcbsoftware,djcbsoftware,* master,True,djcb_mu,djcb/mu,https://github.com/djcb/mu +89a69bef532f957828549ec299b1692a207de087,Jerry Veldhuis,jerry@matilda.com,2001-11-02 17:58:03+00:00,Jerry Veldhuis,jerry@matilda.com,2001-11-02 17:58:03+00:00,False,matilda,matilda,* master,True,XMLTV_xmltv.git,XMLTV/xmltv.git,https://github.com/XMLTV/xmltv.git +c86065cd47918595643d7971f79e6b8297c45c2e,Nathan Baker,nathanandrewbaker@gmail.com,2014-01-02 08:58:28-08:00,Nathan Baker,nathanandrewbaker@gmail.com,2014-01-02 16:58:28+00:00,False,gmail,gmail,* main,True,Electrostatics_apbs,Electrostatics/apbs,https://github.com/Electrostatics/apbs +523de236244946a0de127dfc9954369963819ef7,Cyrill Gorcunov,gorcunov@gmail.com,2011-09-23 12:00:45+04:00,Cyrill Gorcunov,gorcunov@gmail.com,2011-09-23 08:00:45+00:00,False,gmail,gmail,* criu-dev,True,checkpoint-restore_criu.git,checkpoint-restore/criu.git,https://github.com/checkpoint-restore/criu.git +f7796ae5c998d3a18cb2f465556238847de31118,Gaston Ramos,ramos.gaston@gmail.com,2011-06-21 18:25:54-03:00,Gaston Ramos,ramos.gaston@gmail.com,2011-06-21 21:25:54+00:00,False,gmail,gmail,* master,True,gramos_imagetooth,gramos/imagetooth,https://github.com/gramos/imagetooth +7bf6f3799fdba70fda297c2d8fd9f526803d9680,swh,swh@49e5d26e-732a-0410-861f-917a80792faf,2007-02-27 11:45:14+00:00,swh,swh@49e5d26e-732a-0410-861f-917a80792faf,2007-02-27 11:45:14+00:00,False,49e5d26e-732a-0410-861f-917a80792faf,49e5d26e-732a-0410-861f-917a80792faf,* master,True,swh_ladspa.git,swh/ladspa.git,https://github.com/swh/ladspa.git +305dab41b5afb7c92257d523e42c5c05d3bb75db,fdupoux,fdupoux@0ed6bd54-fdb3-4705-a7a1-c7cff8c2153e,2009-11-29 11:00:51+00:00,fdupoux,fdupoux@0ed6bd54-fdb3-4705-a7a1-c7cff8c2153e,2009-11-29 11:00:51+00:00,False,0ed6bd54-fdb3-4705-a7a1-c7cff8c2153e,0ed6bd54-fdb3-4705-a7a1-c7cff8c2153e,* master,True,fdupoux_fsarchiver,fdupoux/fsarchiver,https://github.com/fdupoux/fsarchiver +899f2fdaed605b0d4c71308a7dd77c67ad03210b,kulp,kulp@4b3c33cd-4c29-0410-a07e-8d9eac594458,2006-08-29 20:22:05+00:00,kulp,kulp@4b3c33cd-4c29-0410-a07e-8d9eac594458,2006-08-29 20:22:05+00:00,False,4b3c33cd-4c29-0410-a07e-8d9eac594458,4b3c33cd-4c29-0410-a07e-8d9eac594458,* master,True,bobtfish_text-markdown.git,bobtfish/text-markdown.git,https://github.com/bobtfish/text-markdown.git +7a21e9ce85c04fb4a80f838abdd0f48da2d6eab1,TJ Saunders,tj@castaglia.org,2011-10-20 10:03:41-07:00,TJ Saunders,tj@castaglia.org,2011-10-20 17:03:41+00:00,False,castaglia,castaglia,* master,True,Castaglia_proftpd-mod_counter,Castaglia/proftpd-mod/counter,https://github.com/Castaglia/proftpd-mod_counter +2ca5e291c58cb065122f46b69552090c01c282ab,Sebastian Wouters,sebastianwouters@gmail.com,2013-11-18 16:36:41+01:00,Sebastian Wouters,sebastianwouters@gmail.com,2013-11-18 15:36:41+00:00,False,gmail,gmail,* master,True,SebWouters_CheMPS2,SebWouters/CheMPS2,https://github.com/SebWouters/CheMPS2 +c6f11fbfeb63a4a020bb74d737c290d018180442,Jeremy Ashkenas,jashkenas@gmail.com,2009-12-16 23:10:03-05:00,Jeremy Ashkenas,jashkenas@gmail.com,2009-12-17 04:10:03+00:00,False,gmail,gmail,* master,True,gkz_LiveScript,gkz/LiveScript,https://github.com/gkz/LiveScript +a06ac3334358a28a887f96452830efc953b75342,rockdaboot,tim.ruehsen@gmx.de,2014-03-20 08:38:32-07:00,rockdaboot,tim.ruehsen@gmx.de,2014-03-20 15:38:32+00:00,False,gmx,gmx,* master,True,rockdaboot_libpsl.git,rockdaboot/libpsl.git,https://github.com/rockdaboot/libpsl.git +8a5a35bbf50962edc1d57473697d244ef46aa76e,Patrick,paltman@gmail.com,2010-03-23 13:15:02-05:00,Patrick,paltman@gmail.com,2010-03-23 18:15:02+00:00,False,gmail,gmail,* master,True,sbraz_pymediainfo,sbraz/pymediainfo,https://github.com/sbraz/pymediainfo +618ee9e4c41bdd1ee20f51d7dab281730748d8a1,Markus Unterwaditzer,markus@unterwaditzer.net,2015-01-28 17:33:41+01:00,Markus Unterwaditzer,markus@unterwaditzer.net,2015-01-28 19:52:40+00:00,False,unterwaditzer,unterwaditzer,* master,True,untitaker_python-atomicwrites,untitaker/python-atomicwrites,https://github.com/untitaker/python-atomicwrites +94292ea1da848a0f6b653d30190cf961359cf565,Debian-Paketmanagement Buch,buch@debian-paketmanagement.de,2015-08-10 20:00:14+02:00,Axel Beckert,abe@deuxchevaux.org,2015-08-10 18:00:14+00:00,False,debian-paketmanagement,deuxchevaux,* master,True,dpmb_dpmb,dpmb/dpmb,https://github.com/dpmb/dpmb +f8ed58afc3bd69e3e4285ca2db219d465f59b369,Jaromil,jaromil@dyne.org,2010-08-22 15:04:19+02:00,Jaromil,jaromil@dyne.org,2010-08-22 13:04:19+00:00,False,dyne,dyne,* master,True,dyne_Tomb,dyne/Tomb,https://github.com/dyne/Tomb +3fe3db96d6ecf16f42036b51f1f2ad8d9ce26097,Victor Gaultney,jvgaultney@users.noreply.github.com,2019-12-02 13:32:03+00:00,GitHub,noreply@github.com,2019-12-02 13:32:03+00:00,False,users,github,* master,True,silnrsi_font-eeyek.git,silnrsi/font-eeyek.git,https://github.com/silnrsi/font-eeyek.git +e7e5f4a51840a6acda61e531bac36c98ee9eb19f,Alan Dipert,alan@ubergibson.com,2009-06-25 17:34:41-04:00,Alan Dipert,alan@ubergibson.com,2009-06-25 21:34:41+00:00,False,ubergibson,ubergibson,* master,True,emcrisostomo_fswatch.git,emcrisostomo/fswatch.git,https://github.com/emcrisostomo/fswatch.git +e1831964e05c84cce2a1b9cc7fc381d7e149f7cf,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2014-06-01 00:12:29+02:00,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2014-05-31 22:12:29+00:00,False,physik,physik,* master,True,glaubitz_virtualjaguar-debian,glaubitz/virtualjaguar-debian,https://github.com/glaubitz/virtualjaguar-debian +a4465e3e9cc4c30e7f53e0b908f734a42ed32da4,Ryan Horn,ryanhorn@twilio.com,2012-10-16 21:07:16-07:00,Ryan Horn,ryanhorn@twilio.com,2012-10-17 04:07:16+00:00,False,twilio,twilio,* master,True,flask-restful_flask-restful,flask-restful/flask-restful,https://github.com/flask-restful/flask-restful +b80bf3e1e8c428f6360a8faafc20c8b2cf949c96,Zhang Chiyuan,pluskid@gmail.com,2008-03-17 02:16:33+00:00,Zhang Chiyuan,pluskid@gmail.com,2008-03-17 02:16:33+00:00,False,gmail,gmail,* master,True,joaotavora_yasnippet,joaotavora/yasnippet,https://github.com/joaotavora/yasnippet +31ff71cc67a2c2f5b48fa97e4e99908e07238a3d,Ryan S. Elliott,elliott@elliott-macbook2.aem.umn.edu,2011-04-25 08:14:25-05:00,Ryan S. Elliott,elliott@elliott-macbook2.aem.umn.edu,2011-04-25 13:14:25+00:00,False,elliott-macbook2,elliott-macbook2,* master,True,openkim_kim-api,openkim/kim-api,https://github.com/openkim/kim-api +84e8d57069f9bd6abd343a630288cdca79b67831,Chunyang Xu,xuchunyang56@gmail.com,2015-09-13 18:18:05+08:00,Chunyang Xu,xuchunyang56@gmail.com,2015-09-13 10:27:11+00:00,False,gmail,gmail,* master,True,xuchunyang_eshell-git-prompt.git,xuchunyang/eshell-git-prompt.git,https://github.com/xuchunyang/eshell-git-prompt.git +3e6f0e8416f6d5961377a438c0d4972b26d43e5c,Just van den Broecke,just@justobjects.nl,2012-08-28 11:29:43+02:00,Just van den Broecke,just@justobjects.nl,2012-08-28 09:29:43+00:00,False,justobjects,justobjects,* master,True,geopython_stetl.git,geopython/stetl.git,https://github.com/geopython/stetl.git +af762b9230dda02adc2995f807718f3b2687eeea,Daniel Vrátil,dvratil@kde.org,2016-08-05 02:53:51+02:00,Daniel Vrátil,dvratil@kde.org,2016-08-05 00:53:51+00:00,False,kde,kde,* master,True,pim_akonadi-mime,pim/akonadi-mime,https://invent.kde.org/pim/akonadi-mime +576a16f2ab1aca730d5f338f1fec7e9861e6f009,Bert Constantin,bert.constantin@gmx.de,2010-01-15 21:13:36+01:00,Bert Constantin,bert.constantin@gmx.de,2010-01-15 20:13:36+00:00,False,gmx,gmx,* master,True,django-polymorphic_django-polymorphic,django-polymorphic/django-polymorphic,https://github.com/django-polymorphic/django-polymorphic +4b085860cfabe968ecb809866094bf293b5eed44,Jendrik Seipp,jendrikseipp@gmail.com,2012-03-17 00:46:18+01:00,Jendrik Seipp,jendrikseipp@gmail.com,2012-03-16 23:46:18+00:00,False,gmail,gmail,* main,True,jendrikseipp_vulture.git,jendrikseipp/vulture.git,https://github.com/jendrikseipp/vulture.git +8b107f63c519bd474c113c9b6c3363ccd3563fcd,Andy Armstrong,andy@hexten.net,2007-05-30 14:37:46+00:00,Andy Armstrong,andy@hexten.net,2007-05-30 14:37:46+00:00,False,hexten,hexten,* master,True,ap_HTML-Tiny.git,ap/HTML-Tiny.git,https://github.com/ap/HTML-Tiny.git +07b6ee8887c40adce3757119df75cb850b697b8e,Erick Pérez Castellanos,erick.red@gmail.com,2012-04-25 23:56:34-04:00,Erick Pérez Castellanos,erick.red@gmail.com,2012-04-26 03:56:34+00:00,False,gmail,gmail,* main,True,GNOME_gnome-calendar.git,GNOME/gnome-calendar.git,https://gitlab.gnome.org/GNOME/gnome-calendar.git +e76dc2189be3d100f9efcd8a9fa60e5bd2e6d145,Thomas Leonard,tal@ecs.soton.ac.uk,2002-07-24 15:57:07+00:00,Thomas Leonard,tal@ecs.soton.ac.uk,2002-07-24 15:57:07+00:00,False,ecs,ecs,* master,True,xdg_shared-mime-info.git,xdg/shared-mime-info.git,https://gitlab.freedesktop.org/xdg/shared-mime-info.git +9c9919efe2166efd32409054005619062624226c,Paolo Bonzini,bonzini@gnu.org,2004-10-20 21:42:31+00:00,Paolo Bonzini,bonzini@gnu.org,2004-10-20 21:42:31+00:00,False,gnu,gnu,* master,True,git_sed.git,git/sed.git,https://git.savannah.gnu.org/git/sed.git +2901b79af6df54d19050a65835e4af54e759ed8c,Joshua Boyd,jdboyd@vs-networks.com,2011-09-15 11:11:10-04:00,Joshua Boyd,jdboyd@vs-networks.com,2011-09-15 15:11:10+00:00,False,vs-networks,vs-networks,* main,True,jd-boyd_python-lzo,jd-boyd/python-lzo,https://github.com/jd-boyd/python-lzo +0da4db21106619d9cd47644dfdc269500bae375c,Ralph Bean,ralph.bean@gmail.com,2011-12-15 00:01:17-05:00,Ralph Bean,ralph.bean@gmail.com,2011-12-15 05:01:17+00:00,False,gmail,gmail,* develop,True,ralphbean_bugwarrior,ralphbean/bugwarrior,https://github.com/ralphbean/bugwarrior +3d88a6755ae7c220c0247f264cb1636409452314,seenmyfate,seenmyfate@gmail.com,2013-02-01 09:19:14+00:00,seenmyfate,seenmyfate@gmail.com,2013-02-01 09:19:14+00:00,False,gmail,gmail,* master,True,capistrano_capistrano.git,capistrano/capistrano.git,https://github.com/capistrano/capistrano.git +f0ef749dd3b9e3476804a3961a9540801dba319e,Michael Williamson,mike@zwobble.org,2012-11-26 20:56:23+00:00,Michael Williamson,mike@zwobble.org,2012-11-26 20:56:23+00:00,False,zwobble,zwobble,* master,True,mwilliamson_spur.py.git,mwilliamson/spur.py.git,https://github.com/mwilliamson/spur.py.git +71b53d96f68faeed2329060ed15c32461dc196cd,Brian Beyer,brianebeyer@gmail.com,2013-01-14 13:00:29-07:00,Brian Beyer,brianebeyer@gmail.com,2013-01-14 20:00:29+00:00,False,gmail,gmail,* master,True,kyrus_python-junit-xml.git,kyrus/python-junit-xml.git,https://github.com/kyrus/python-junit-xml.git +1f53ed875c207061781a481e07b8866a780792f9,Joachim Nilsson,troglobit@vmlinux.org,2010-10-16 13:58:20+02:00,Joachim Nilsson,troglobit@vmlinux.org,2010-10-16 11:58:39+00:00,False,vmlinux,vmlinux,* master,True,troglobit_inadyn,troglobit/inadyn,https://github.com/troglobit/inadyn +dfa0bdd403f2bcf5f2b1ff96f913ae873de42f86,tomas,tomas,2003-03-26 15:06:20+00:00,tomas,tomas,2003-03-26 15:06:20+00:00,False,tomas,tomas,* master,True,lunarmodules_luasql,lunarmodules/luasql,https://github.com/lunarmodules/luasql +00e58ebf537521c5470d19c9db475af44819ec8b,Folkert van Heusden,folkert@vanheusden.com,2022-08-04 20:53:20+02:00,Folkert van Heusden,folkert@vanheusden.com,2022-08-04 18:53:20+00:00,False,vanheusden,vanheusden,* master,True,folkertvanheusden_nasty,folkertvanheusden/nasty,https://github.com/folkertvanheusden/nasty +9e43116d311c6271713f87a965c5e446802a3405,Dirruk de Vries,dirruk1@gmail.com,2015-05-12 12:40:27+02:00,Dirruk de Vries,dirruk1@gmail.com,2015-05-12 10:40:27+00:00,False,gmail,gmail,* master,True,plasma_breeze-gtk,plasma/breeze-gtk,https://invent.kde.org/plasma/breeze-gtk +a52c5395ea29bc6e8bd0deeeca215214f817f899,Hugh Kennedy,hughskennedy@gmail.com,2014-06-01 15:11:41-04:00,Hugh Kennedy,hughskennedy@gmail.com,2014-06-01 19:11:41+00:00,False,gmail,gmail,* master,True,hughsk_is-typedarray,hughsk/is-typedarray,https://github.com/hughsk/is-typedarray +96e238825e40e6b0d380fee1807f353cadd05e6c,Nicolas Mora,mail@babelouest.org,2015-12-13 12:45:56-05:00,Nicolas Mora,mail@babelouest.org,2015-12-13 17:45:56+00:00,False,babelouest,babelouest,* master,True,babelouest_hoel,babelouest/hoel,https://github.com/babelouest/hoel diff --git a/12825_revision/misc_data_files/main/all_fvf_CONTRIBUTING_manifest-link.csv b/12825_revision/misc_data_files/main/all_fvf_CONTRIBUTING_manifest-link.csv new file mode 100644 index 0000000..8c15b42 --- /dev/null +++ b/12825_revision/misc_data_files/main/all_fvf_CONTRIBUTING_manifest-link.csv @@ -0,0 +1,716 @@ +repo_id,commits_filepath,fvf_filepath +aio-libs_aiomysql.git,_aio-libs_aiomysql.git_commits.csv,aio-libs_aiomysql.git_hullabaloo_CONTRIBUTING.rst +qTox_qTox,_qTox_qTox_commits.csv,qTox_qTox_hullabaloo_CONTRIBUTING.md +gohugoio_hugo.git,_gohugoio_hugo.git_commits.csv,gohugoio_hugo.git_hullabaloo_CONTRIBUTING.md +ycm-core_ycmd,_ycm-core_ycmd_commits.csv,ycm-core_ycmd_hullabaloo_CONTRIBUTING.md +aio-libs_aiohttp.git,_aio-libs_aiohttp.git_commits.csv,aio-libs_aiohttp.git_hullabaloo_CONTRIBUTING.rst +PyCQA_pycodestyle,_PyCQA_pycodestyle_commits.csv,PyCQA_pycodestyle_hullabaloo_CONTRIBUTING.rst +jupyter_jupyter_console,_jupyter_jupyter_console_commits.csv,jupyter_jupyter_console_hullabaloo_CONTRIBUTING.md +ixion_ixion.git,ixion_ixion.git_commits.csv,ixion_ixion.git_hullabaloo_CONTRIBUTING.md +box_genty.git,_box_genty.git_commits.csv,box_genty.git_hullabaloo_CONTRIBUTING.rst +hackebrot_jinja2-time,_hackebrot_jinja2-time_commits.csv,hackebrot_jinja2-time_hullabaloo_CONTRIBUTING.rst +resurrecting-open-source-projects_nbtscan,_resurrecting-open-source-projects_nbtscan_commits.csv,resurrecting-open-source-projects_nbtscan_hullabaloo_CONTRIBUTING.md +DonyorM_weresync.git,_DonyorM_weresync.git_commits.csv,DonyorM_weresync.git_hullabaloo_CONTRIBUTING.rst +webcamoid_webcamoid.git,_webcamoid_webcamoid.git_commits.csv,webcamoid_webcamoid.git_hullabaloo_CONTRIBUTING.md +datalad_datalad,datalad_datalad_commits.csv,datalad_datalad_hullabaloo_CONTRIBUTING.md +korfuri_django-prometheus,_korfuri_django-prometheus_commits.csv,korfuri_django-prometheus_hullabaloo_CONTRIBUTING.md +lualdap_lualdap.git,_lualdap_lualdap.git_commits.csv,lualdap_lualdap.git_hullabaloo_CONTRIBUTING.md +iovisor_bpftrace,_iovisor_bpftrace_commits.csv,iovisor_bpftrace_hullabaloo_CONTRIBUTING-TOOLS.md +stachenov_quazip.git,_stachenov_quazip.git_commits.csv,stachenov_quazip.git_hullabaloo_CONTRIBUTING.md +netty_netty,_netty_netty_commits.csv,netty_netty_hullabaloo_CONTRIBUTING.md +twbs_bootstrap-sass,_twbs_bootstrap-sass_commits.csv,twbs_bootstrap-sass_hullabaloo_CONTRIBUTING.md +libosinfo_libosinfo.git,libosinfo_libosinfo.git_commits.csv,libosinfo_libosinfo.git_hullabaloo_CONTRIBUTING.md +zopefoundation_roman,_zopefoundation_roman_commits.csv,zopefoundation_roman_hullabaloo_CONTRIBUTING.md +googlei18n_fontmake.git,_googlei18n_fontmake.git_commits.csv,googlei18n_fontmake.git_hullabaloo_CONTRIBUTING.md +Graylog2_gelf-rb,_Graylog2_gelf-rb_commits.csv,Graylog2_gelf-rb_hullabaloo_CONTRIBUTING.md +mqttjs_mqtt-packet,_mqttjs_mqtt-packet_commits.csv,mqttjs_mqtt-packet_hullabaloo_CONTRIBUTING.md +KhronosGroup_Vulkan-Tools,_KhronosGroup_Vulkan-Tools_commits.csv,KhronosGroup_Vulkan-Tools_hullabaloo_CONTRIBUTING.md +tqdm_tqdm.git,_tqdm_tqdm.git_commits.csv,tqdm_tqdm.git_hullabaloo_CONTRIBUTING.md +ranger_ranger.git,_ranger_ranger.git_commits.csv,ranger_ranger.git_hullabaloo_CONTRIBUTING.md +intridea_oauth2,_intridea_oauth2_commits.csv,intridea_oauth2_hullabaloo_CONTRIBUTING.md +timothycrosley_hug.git,_timothycrosley_hug.git_commits.csv,timothycrosley_hug.git_hullabaloo_CONTRIBUTING.md +eavgerinos_pkg-pick,eavgerinos_pkg-pick_commits.csv,eavgerinos_pkg-pick_hullabaloo_CONTRIBUTING.md +bk138_gromit-mpx.git,_bk138_gromit-mpx.git_commits.csv,bk138_gromit-mpx.git_hullabaloo_CONTRIBUTING.md +twisted_pydoctor,_twisted_pydoctor_commits.csv,twisted_pydoctor_hullabaloo_CONTRIBUTING.rst +Motion-Project_motion,_Motion-Project_motion_commits.csv,Motion-Project_motion_hullabaloo_CONTRIBUTING.md +watson-developer-cloud_python-sdk.git,_watson-developer-cloud_python-sdk.git_commits.csv,watson-developer-cloud_python-sdk.git_hullabaloo_CONTRIBUTING.md +vcr_vcr,_vcr_vcr_commits.csv,_vcr_vcr_CONTRIBUTING.md +scikit-learn-contrib_imbalanced-learn.git,_scikit-learn-contrib_imbalanced-learn.git_commits.csv,scikit-learn-contrib_imbalanced-learn.git_hullabaloo_CONTRIBUTING.rst +ninja-build_ninja.git,_ninja-build_ninja.git_commits.csv,ninja-build_ninja.git_hullabaloo_CONTRIBUTING.md +olive-editor_olive,_olive-editor_olive_commits.csv,olive-editor_olive_hullabaloo_CONTRIBUTING.md +lostisland_faraday_middleware,_lostisland_faraday_middleware_commits.csv,lostisland_faraday_middleware_hullabaloo_CONTRIBUTING.md +gcsideal_syslog-ng-debian,gcsideal_syslog-ng-debian_commits.csv,gcsideal_syslog-ng-debian_hullabaloo_CONTRIBUTING.md +getpelican_pelican,_getpelican_pelican_commits.csv,getpelican_pelican_hullabaloo_CONTRIBUTING.rst +moose_MooseX-Runnable,_moose_MooseX-Runnable_commits.csv,moose_MooseX-Runnable_hullabaloo_CONTRIBUTING +tpope_vim-pathogen.git,_tpope_vim-pathogen.git_commits.csv,tpope_vim-pathogen.git_hullabaloo_CONTRIBUTING.markdown +ocaml_dune.git,_ocaml_dune.git_commits.csv,ocaml_dune.git_hullabaloo_CONTRIBUTING.md +pyqtgraph_pyqtgraph.git,_pyqtgraph_pyqtgraph.git_commits.csv,pyqtgraph_pyqtgraph.git_hullabaloo_CONTRIBUTING.txt +coringao_pekka-kana-2,coringao_pekka-kana-2_commits.csv,coringao_pekka-kana-2_hullabaloo_CONTRIBUTING.md +processone_eimp.git,_processone_eimp.git_commits.csv,processone_eimp.git_hullabaloo_CONTRIBUTING.md +plastex_plastex,_plastex_plastex_commits.csv,plastex_plastex_hullabaloo_CONTRIBUTING.md +mruby-debian_mruby,mruby-debian_mruby_commits.csv,mruby-debian_mruby_hullabaloo_CONTRIBUTING.md +processone_stun.git,_processone_stun.git_commits.csv,processone_stun.git_hullabaloo_CONTRIBUTING.md +jazzband_django-push-notifications,_jazzband_django-push-notifications_commits.csv,jazzband_django-push-notifications_hullabaloo_CONTRIBUTING.md +box_flaky.git,_box_flaky.git_commits.csv,box_flaky.git_hullabaloo_CONTRIBUTING.rst +amueller_word_cloud,_amueller_word_cloud_commits.csv,amueller_word_cloud_hullabaloo_CONTRIBUTING.md +kivy_kivy,_kivy_kivy_commits.csv,kivy_kivy_hullabaloo_CONTRIBUTING.md +opencontainers_runc,_opencontainers_runc_commits.csv,opencontainers_runc_hullabaloo_CONTRIBUTING.md +bitletorg_weupnp.git,_bitletorg_weupnp.git_commits.csv,bitletorg_weupnp.git_hullabaloo_CONTRIBUTING.md +heynemann_pyvows.git,_heynemann_pyvows.git_commits.csv,heynemann_pyvows.git_hullabaloo_CONTRIBUTING.md +KhronosGroup_SPIRV-LLVM-Translator,_KhronosGroup_SPIRV-LLVM-Translator_commits.csv,KhronosGroup_SPIRV-LLVM-Translator_hullabaloo_CONTRIBUTING.md +puppetlabs_marionette-collective,_puppetlabs_marionette-collective_commits.csv,puppetlabs_marionette-collective_hullabaloo_CONTRIBUTING.md +puppetlabs_puppetlabs-xinetd,_puppetlabs_puppetlabs-xinetd_commits.csv,puppetlabs_puppetlabs-xinetd_hullabaloo_CONTRIBUTING.md +ioquake_ioq3,_ioquake_ioq3_commits.csv,ioquake_ioq3_hullabaloo_CONTRIBUTING.md +docker_compose,_docker_compose_commits.csv,docker_compose_hullabaloo_CONTRIBUTING.md +plasma_kscreen.git,plasma_kscreen.git_commits.csv,plasma_kscreen.git_hullabaloo_CONTRIBUTING.md +nvbn_thefuck.git,_nvbn_thefuck.git_commits.csv,nvbn_thefuck.git_hullabaloo_CONTRIBUTING.md +mapbox_mapnik-vector-tile.git,_mapbox_mapnik-vector-tile.git_commits.csv,mapbox_mapnik-vector-tile.git_hullabaloo_CONTRIBUTING.md +mawww_kakoune.git,_mawww_kakoune.git_commits.csv,mawww_kakoune.git_hullabaloo_CONTRIBUTING +eslint_eslint-scope.git,_eslint_eslint-scope.git_commits.csv,eslint_eslint-scope.git_hullabaloo_CONTRIBUTING.md +GNOME_balsa,GNOME_balsa_commits.csv,GNOME_balsa_hullabaloo_CONTRIBUTING.md +jupyter_notebook.git,_jupyter_notebook.git_commits.csv,jupyter_notebook.git_hullabaloo_CONTRIBUTING.md +eslint_eslint,_eslint_eslint_commits.csv,eslint_eslint-scope.git_hullabaloo_CONTRIBUTING.md +mfontanini_libtins.git,_mfontanini_libtins.git_commits.csv,mfontanini_libtins.git_hullabaloo_CONTRIBUTING.md +ukui_peony,ukui_peony_commits.csv,ukui_peony_hullabaloo_CONTRIBUTING.md +publicsuffix_list,_publicsuffix_list_commits.csv,publicsuffix_list_hullabaloo_CONTRIBUTING.md +pimutils_vdirsyncer,_pimutils_vdirsyncer_commits.csv,pimutils_vdirsyncer_hullabaloo_CONTRIBUTING.rst +rr-debugger_rr.git,_rr-debugger_rr.git_commits.csv,rr-debugger_rr.git_hullabaloo_CONTRIBUTING.md +openalpr_openalpr,openalpr_openalpr_commits.csv,openalpr_openalpr_hullabaloo_CONTRIBUTING.md +Mottie_tablesorter.git,_Mottie_tablesorter.git_commits.csv,Mottie_tablesorter.git_hullabaloo_CONTRIBUTING.md +nikic_PHP-Parser,_nikic_PHP-Parser_commits.csv,nikic_PHP-Parser_hullabaloo_CONTRIBUTING.md +tmuxinator_tmuxinator,_tmuxinator_tmuxinator_commits.csv,tmuxinator_tmuxinator_hullabaloo_CONTRIBUTING.md +Nuitka_Nuitka,Nuitka_Nuitka_commits.csv,Nuitka_Nuitka_hullabaloo_CONTRIBUTING.md +dahlia_libsass-python.git,_dahlia_libsass-python.git_commits.csv,dahlia_libsass-python.git_hullabaloo_CONTRIBUTING.rst +intel_intel-vaapi-driver.git,_intel_intel-vaapi-driver.git_commits.csv,intel_intel-vaapi-driver.git_hullabaloo_CONTRIBUTING.md +iem-projects_ambix.git,_iem-projects_ambix.git_commits.csv,iem-projects_ambix.git_hullabaloo_CONTRIBUTING.md +mkdocs_mkdocs,_mkdocs_mkdocs_commits.csv,mkdocs_mkdocs_hullabaloo_CONTRIBUTING.md +boto_boto3,_boto_boto3_commits.csv,boto_boto3_hullabaloo_CONTRIBUTING.rst +github_git-lfs.git,_github_git-lfs.git_commits.csv,github_git-lfs.git_hullabaloo_CONTRIBUTING.md +jquast_blessed,_jquast_blessed_commits.csv,jquast_blessed_hullabaloo_CONTRIBUTING.rst +Storyyeller_enjarify,_Storyyeller_enjarify_commits.csv,Storyyeller_enjarify_hullabaloo_CONTRIBUTING.txt +gnu-octave_statistics,_gnu-octave_statistics_commits.csv,gnu-octave_statistics_hullabaloo_CONTRIBUTING.md +ignitionrobotics_ign-cmake.git,_ignitionrobotics_ign-cmake.git_commits.csv,ignitionrobotics_ign-cmake.git_hullabaloo_CONTRIBUTING.md +boto_s3transfer,_boto_s3transfer_commits.csv,boto_s3transfer_hullabaloo_CONTRIBUTING.rst +derek73_python-nameparser,_derek73_python-nameparser_commits.csv,derek73_python-nameparser_hullabaloo_CONTRIBUTING.md +doctrine_sql-formatter.git,_doctrine_sql-formatter.git_commits.csv,doctrine_sql-formatter.git_hullabaloo_CONTRIBUTING.md +kaminari_kaminari,_kaminari_kaminari_commits.csv,kaminari_kaminari_hullabaloo_CONTRIBUTING.md +coddingtonbear_python-measurement,_coddingtonbear_python-measurement_commits.csv,coddingtonbear_python-measurement_hullabaloo_CONTRIBUTING.md +editorconfig_editorconfig-core-c.git,_editorconfig_editorconfig-core-c.git_commits.csv,editorconfig_editorconfig-core-c.git_hullabaloo_CONTRIBUTING +libosinfo_osinfo-db.git,libosinfo_osinfo-db.git_commits.csv,libosinfo_osinfo-db.git_hullabaloo_CONTRIBUTING.md +joke2k_faker,_joke2k_faker_commits.csv,joke2k_faker_hullabaloo_CONTRIBUTING.rst +zopefoundation_zope.testing,_zopefoundation_zope.testing_commits.csv,zopefoundation_zope.testing_hullabaloo_CONTRIBUTING.md +npm_nopt,_npm_nopt_commits.csv,npm_nopt_hullabaloo_CONTRIBUTING.md +ocsigen_js_of_ocaml.git,_ocsigen_js_of_ocaml.git_commits.csv,ocsigen_js_of_ocaml.git_hullabaloo_CONTRIBUTING.md +google_gemmlowp,_google_gemmlowp_commits.csv,google_gemmlowp_hullabaloo_CONTRIBUTING.txt +iustin_pylibacl,_iustin_pylibacl_commits.csv,iustin_pylibacl_hullabaloo_CONTRIBUTING.md +PyFilesystem_pyfilesystem2,_PyFilesystem_pyfilesystem2_commits.csv,PyFilesystem_pyfilesystem2_hullabaloo_CONTRIBUTING.md +pallets_werkzeug,_pallets_werkzeug_commits.csv,pallets_werkzeug_hullabaloo_CONTRIBUTING.rst +include-what-you-use_include-what-you-use,_include-what-you-use_include-what-you-use_commits.csv,include-what-you-use_include-what-you-use_hullabaloo_CONTRIBUTING.md +GNOME_gjs.git,GNOME_gjs.git_commits.csv,GNOME_gjs.git_hullabaloo_CONTRIBUTING.md +openSUSE_open-build-service,_openSUSE_open-build-service_commits.csv,openSUSE_open-build-service_hullabaloo_CONTRIBUTING.md +zeromq_pyzmq.git,_zeromq_pyzmq.git_commits.csv,zeromq_pyzmq.git_hullabaloo_CONTRIBUTING.md +hamcrest_hamcrest-php.git,_hamcrest_hamcrest-php.git_commits.csv,hamcrest_hamcrest-php.git_hullabaloo_CONTRIBUTING.md +swaywm_wlroots,_swaywm_wlroots_commits.csv,swaywm_wlroots_hullabaloo_CONTRIBUTING.md +egh_ledger-autosync,egh_ledger-autosync_commits.csv,egh_ledger-autosync_hullabaloo_CONTRIBUTING +major_MySQLTuner-perl,_major_MySQLTuner-perl_commits.csv,major_MySQLTuner-perl_hullabaloo_CONTRIBUTING.md +jim-easterbrook_pywws,_jim-easterbrook_pywws_commits.csv,jim-easterbrook_pywws_hullabaloo_CONTRIBUTING.rst +WoLpH_numpy-stl,_WoLpH_numpy-stl_commits.csv,WoLpH_numpy-stl_hullabaloo_CONTRIBUTING.rst +rstudio_httpuv.git,_rstudio_httpuv.git_commits.csv,rstudio_httpuv.git_hullabaloo_CONTRIBUTING.md +prometheus_client_python.git,_prometheus_client_python.git_commits.csv,prometheus_client_python.git_hullabaloo_CONTRIBUTING.md +heynemann_preggy,_heynemann_preggy_commits.csv,heynemann_preggy_hullabaloo_CONTRIBUTING.md +zeromq_czmq.git,_zeromq_czmq.git_commits.csv,zeromq_czmq.git_hullabaloo_CONTRIBUTING.md +certbot_certbot.git,_certbot_certbot.git_commits.csv,certbot_certbot.git_hullabaloo_CONTRIBUTING.rst +python-trio_trio,_python-trio_trio_commits.csv,python-trio_trio_hullabaloo_CONTRIBUTING.md +mongoengine_flask-mongoengine,_mongoengine_flask-mongoengine_commits.csv,mongoengine_flask-mongoengine_hullabaloo_CONTRIBUTING.md +ionelmc_python-tblib,_ionelmc_python-tblib_commits.csv,ionelmc_python-tblib_hullabaloo_CONTRIBUTING.rst +brunonova_drmips,brunonova_drmips_commits.csv,brunonova_drmips_hullabaloo_CONTRIBUTING.md +Ultimaker_Cura,_Ultimaker_Cura_commits.csv,Ultimaker_Cura_hullabaloo_CONTRIBUTING.md +h2o_h2o,_h2o_h2o_commits.csv,h2o_h2o_hullabaloo_CONTRIBUTING.md +analogdevicesinc_libiio.git,_analogdevicesinc_libiio.git_commits.csv,analogdevicesinc_libiio.git_hullabaloo_CONTRIBUTING.md +Qiskit_qiskit-terra,_Qiskit_qiskit-terra_commits.csv,Qiskit_qiskit-terra_hullabaloo_CONTRIBUTING.md +castle-engine_castle-engine.git,_castle-engine_castle-engine.git_commits.csv,castle-engine_castle-engine.git_hullabaloo_CONTRIBUTING.markdown +rails_sprockets.git,_rails_sprockets.git_commits.csv,rails_sprockets.git_hullabaloo_CONTRIBUTING.md +rsnapshot_rsnapshot.git,_rsnapshot_rsnapshot.git_commits.csv,rsnapshot_rsnapshot.git_hullabaloo_CONTRIBUTING.md +ocaml_ocamlbuild.git,_ocaml_ocamlbuild.git_commits.csv,ocaml_ocamlbuild.git_hullabaloo_CONTRIBUTING.adoc +karenetheridge_B-Hooks-Parser.git,_karenetheridge_B-Hooks-Parser.git_commits.csv,karenetheridge_B-Hooks-Parser.git_hullabaloo_CONTRIBUTING +ceres-solver_ceres-solver.git,_ceres-solver_ceres-solver.git_commits.csv,ceres-solver_ceres-solver.git_hullabaloo_CONTRIBUTING.md +jupyter_nbconvert,_jupyter_nbconvert_commits.csv,jupyter_nbconvert_hullabaloo_CONTRIBUTING.md +ComplianceAsCode_content,_ComplianceAsCode_content_commits.csv,ComplianceAsCode_content_hullabaloo_CONTRIBUTING.md +mu-editor_mu,_mu-editor_mu_commits.csv,mu-editor_mu_hullabaloo_CONTRIBUTING.rst +sopel-irc_sopel.git,_sopel-irc_sopel.git_commits.csv,sopel-irc_sopel.git_hullabaloo_CONTRIBUTING +dask_dask,_dask_dask_commits.csv,dask_dask_hullabaloo_CONTRIBUTING.md +jashkenas_underscore.git,_jashkenas_underscore.git_commits.csv,jashkenas_underscore.git_hullabaloo_CONTRIBUTING.md +npm_abbrev-js,_npm_abbrev-js_commits.csv,npm_abbrev-js_hullabaloo_CONTRIBUTING.md +the-tcpdump-group_tcpdump,_the-tcpdump-group_tcpdump_commits.csv,the-tcpdump-group_tcpdump_hullabaloo_CONTRIBUTING +EttusResearch_uhd,_EttusResearch_uhd_commits.csv,EttusResearch_uhd_hullabaloo_CONTRIBUTING.md +jupyter_jupyter_core,_jupyter_jupyter_core_commits.csv,jupyter_jupyter_core_hullabaloo_CONTRIBUTING.md +mlpack_mlpack,_mlpack_mlpack_commits.csv,mlpack_mlpack_hullabaloo_CONTRIBUTING.md +lxc_lxc.git,_lxc_lxc.git_commits.csv,lxc_lxc.git_hullabaloo_CONTRIBUTING +igraph_igraph,_igraph_igraph_commits.csv,igraph_igraph.git_hullabaloo_CONTRIBUTING.md +OpenPrinting_cups-filters,_OpenPrinting_cups-filters_commits.csv,OpenPrinting_cups-filters_hullabaloo_CONTRIBUTING.md +tpm2-software_tpm2-abrmd.git,_tpm2-software_tpm2-abrmd.git_commits.csv,tpm2-software_tpm2-abrmd.git_hullabaloo_CONTRIBUTING.md +Intel-Media-SDK_MediaSDK,_Intel-Media-SDK_MediaSDK_commits.csv,Intel-Media-SDK_MediaSDK_hullabaloo_CONTRIBUTING.md +google_brotli,_google_brotli_commits.csv,google_brotli_hullabaloo_CONTRIBUTING +matthewwithanm_django-imagekit.git,_matthewwithanm_django-imagekit.git_commits.csv,matthewwithanm_django-imagekit.git_hullabaloo_CONTRIBUTING.rst +CorsixTH_CorsixTH.git,_CorsixTH_CorsixTH.git_commits.csv,CorsixTH_CorsixTH.git_hullabaloo_CONTRIBUTING +fog_fog-rackspace,_fog_fog-rackspace_commits.csv,fog_fog-rackspace_hullabaloo_CONTRIBUTING.md +tinfoil_devise-two-factor.git,_tinfoil_devise-two-factor.git_commits.csv,tinfoil_devise-two-factor.git_hullabaloo_CONTRIBUTING.md +isaacs_node-glob.git,_isaacs_node-glob.git_commits.csv,isaacs_node-glob.git_hullabaloo_CONTRIBUTING.md +dagolden_class-insideout.git,_dagolden_class-insideout.git_commits.csv,dagolden_class-insideout.git_hullabaloo_CONTRIBUTING +ntop_nDPI.git,_ntop_nDPI.git_commits.csv,ntop_nDPI.git_hullabaloo_CONTRIBUTING.md +lastpass_lastpass-cli,_lastpass_lastpass-cli_commits.csv,lastpass_lastpass-cli_hullabaloo_CONTRIBUTING +OpenTTD_OpenTTD.git,_OpenTTD_OpenTTD.git_commits.csv,OpenTTD_OpenTTD.git_hullabaloo_CONTRIBUTING.md +mlpack_ensmallen,_mlpack_ensmallen_commits.csv,mlpack_ensmallen_hullabaloo_CONTRIBUTING.md +donnemartin_gitsome,_donnemartin_gitsome_commits.csv,donnemartin_gitsome_hullabaloo_CONTRIBUTING.md +RIPE-NCC_ripe.atlas.sagan,_RIPE-NCC_ripe.atlas.sagan_commits.csv,RIPE-NCC_ripe.atlas.sagan_hullabaloo_CONTRIBUTING.rst +jp9000_obs-studio.git,_jp9000_obs-studio.git_commits.csv,jp9000_obs-studio.git_hullabaloo_CONTRIBUTING +networkx_networkx.git,_networkx_networkx.git_commits.csv,networkx_networkx.git_hullabaloo_CONTRIBUTING.rst +intridea_multi_json,_intridea_multi_json_commits.csv,intridea_multi_json_hullabaloo_CONTRIBUTING.md +zsh-users_antigen,_zsh-users_antigen_commits.csv,zsh-users_antigen_hullabaloo_CONTRIBUTING.md +emcconville_wand,_emcconville_wand_commits.csv,emcconville_wand_hullabaloo_CONTRIBUTING.rst +perl-catalyst_Catalyst-Authentication-Credential-HTTP,_perl-catalyst_Catalyst-Authentication-Credential-HTTP_commits.csv,perl-catalyst_Catalyst-Authentication-Credential-HTTP_hullabaloo_CONTRIBUTING +sslmate_certspotter,_sslmate_certspotter_commits.csv,sslmate_certspotter_hullabaloo_CONTRIBUTING +jazzband_django-sortedm2m.git,_jazzband_django-sortedm2m.git_commits.csv,jazzband_django-sortedm2m.git_hullabaloo_CONTRIBUTING.md +pypa_pipenv.git,_pypa_pipenv.git_commits.csv,pypa_pipenv.git_hullabaloo_CONTRIBUTING.rst +GNOME_gedit.git,GNOME_gedit.git_commits.csv,GNOME_gedit.git_hullabaloo_CONTRIBUTING.md +royhills_arp-scan,_royhills_arp-scan_commits.csv,royhills_arp-scan_hullabaloo_CONTRIBUTING.md +mne-tools_mne-python.git,_mne-tools_mne-python.git_commits.csv,mne-tools_mne-python.git_hullabaloo_CONTRIBUTING.md +python-hyper_h11.git,_python-hyper_h11.git_commits.csv,python-hyper_h11.git_hullabaloo_CONTRIBUTING.md +felixge_node-dateformat,_felixge_node-dateformat_commits.csv,felixge_node-dateformat_hullabaloo_CONTRIBUTING.md +PointCloudLibrary_pcl,_PointCloudLibrary_pcl_commits.csv,PointCloudLibrary_pcl_hullabaloo_CONTRIBUTING.md +libwww-perl_HTTP-Message.git,_libwww-perl_HTTP-Message.git_commits.csv,libwww-perl_HTTP-Message.git_hullabaloo_CONTRIBUTING.md +Grokzen_redis-py-cluster,_Grokzen_redis-py-cluster_commits.csv,Grokzen_redis-py-cluster_hullabaloo_CONTRIBUTING.md +lttng-ust.git,lttng-ust.git_commits.csv,lttng-ust.git_hullabaloo_CONTRIBUTING.md +mongodb_motor,_mongodb_motor_commits.csv,mongodb_motor_hullabaloo_CONTRIBUTING.rst +Icinga_icingaweb2.git,_Icinga_icingaweb2.git_commits.csv,Icinga_icingaweb2.git_hullabaloo_CONTRIBUTING.md +libevent_libevent,_libevent_libevent_commits.csv,libevent_libevent_hullabaloo_CONTRIBUTING.md +bbatsov_powerpack.git,_bbatsov_powerpack.git_commits.csv,bbatsov_powerpack.git_hullabaloo_CONTRIBUTING.md +rthalley_dnspython.git,_rthalley_dnspython.git_commits.csv,rthalley_dnspython.git_hullabaloo_CONTRIBUTING.md +Ableton_link.git,_Ableton_link.git_commits.csv,Ableton_link.git_hullabaloo_CONTRIBUTING.md +Ranks_emojione,_Ranks_emojione_commits.csv,Ranks_emojione_hullabaloo_CONTRIBUTING.md +kelektiv_node-uuid,_kelektiv_node-uuid_commits.csv,kelektiv_node-uuid_hullabaloo_CONTRIBUTING.md +prometheus_pushgateway,_prometheus_pushgateway_commits.csv,prometheus_pushgateway_hullabaloo_CONTRIBUTING.md +pyjokes_pyjokes,_pyjokes_pyjokes_commits.csv,pyjokes_pyjokes_hullabaloo_CONTRIBUTING.md +amperser_proselint,_amperser_proselint_commits.csv,amperser_proselint_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_openrdate,_resurrecting-open-source-projects_openrdate_commits.csv,resurrecting-open-source-projects_openrdate_hullabaloo_CONTRIBUTING.md +ARMmbed_yotta.git,_ARMmbed_yotta.git_commits.csv,ARMmbed_yotta.git_hullabaloo_CONTRIBUTING.md +gnutls_libtasn1,gnutls_libtasn1_commits.csv,gnutls_libtasn1_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.schema,_zopefoundation_zope.schema_commits.csv,zopefoundation_zope.schema_hullabaloo_CONTRIBUTING.md +django-ldapdb_django-ldapdb,_django-ldapdb_django-ldapdb_commits.csv,django-ldapdb_django-ldapdb_hullabaloo_CONTRIBUTING.rst +gitpython-developers_GitPython,_gitpython-developers_GitPython_commits.csv,gitpython-developers_GitPython_hullabaloo_CONTRIBUTING.md +OCamlPro_alt-ergo.git,_OCamlPro_alt-ergo.git_commits.csv,OCamlPro_alt-ergo.git_hullabaloo_CONTRIBUTING.md +pyca_pyopenssl,_pyca_pyopenssl_commits.csv,pyca_pyopenssl_hullabaloo_CONTRIBUTING.md +voxpupuli_beaker,_voxpupuli_beaker_commits.csv,voxpupuli_beaker_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.deprecation.git,_zopefoundation_zope.deprecation.git_commits.csv,zopefoundation_zope.deprecation.git_hullabaloo_CONTRIBUTING.md +canonical_lightdm.git,_canonical_lightdm.git_commits.csv,canonical_lightdm.git_hullabaloo_CONTRIBUTING.md +PracticallyGreen_omniauth-saml.git,_PracticallyGreen_omniauth-saml.git_commits.csv,PracticallyGreen_omniauth-saml.git_hullabaloo_CONTRIBUTING.md +django-haystack_django-haystack,_django-haystack_django-haystack_commits.csv,django-haystack_django-haystack_hullabaloo_CONTRIBUTING.md +multani_sonata,_multani_sonata_commits.csv,multani_sonata_hullabaloo_CONTRIBUTING.rst +google_fscrypt,_google_fscrypt_commits.csv,google_fscrypt_hullabaloo_CONTRIBUTING.md +silx-kit_silx.git,_silx-kit_silx.git_commits.csv,silx-kit_silx.git_hullabaloo_CONTRIBUTING +puppetlabs_clj-kitchensink.git,_puppetlabs_clj-kitchensink.git_commits.csv,puppetlabs_clj-kitchensink.git_hullabaloo_CONTRIBUTING.md +porridge_bambam,porridge_bambam_commits.csv,porridge_bambam_hullabaloo_CONTRIBUTING.md +joewing_jwm,_joewing_jwm_commits.csv,joewing_jwm_hullabaloo_CONTRIBUTING.md +hickford_MechanicalSoup,_hickford_MechanicalSoup_commits.csv,hickford_MechanicalSoup_hullabaloo_CONTRIBUTING.md +cubiq_iscroll,_cubiq_iscroll_commits.csv,cubiq_iscroll_hullabaloo_CONTRIBUTING.md +gtimelog_gtimelog,_gtimelog_gtimelog_commits.csv,gtimelog_gtimelog_hullabaloo_CONTRIBUTING.rst +GNOME_libgda,GNOME_libgda_commits.csv,GNOME_libgda_hullabaloo_CONTRIBUTING.md +openstack_python-swiftclient.git,_openstack_python-swiftclient.git_commits.csv,openstack_python-swiftclient.git_hullabaloo_CONTRIBUTING.md +prehor_amavisd-milter,_prehor_amavisd-milter_commits.csv,prehor_amavisd-milter_hullabaloo_CONTRIBUTING.md +GNOME_network-manager-applet,GNOME_network-manager-applet_commits.csv,GNOME_network-manager-applet_hullabaloo_CONTRIBUTING +biojava_biojava.git,_biojava_biojava.git_commits.csv,biojava_biojava.git_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_scrot,_resurrecting-open-source-projects_scrot_commits.csv,resurrecting-open-source-projects_scrot_hullabaloo_CONTRIBUTING.md +mypaint_libmypaint,_mypaint_libmypaint_commits.csv,mypaint_libmypaint_hullabaloo_CONTRIBUTING.md +virt-manager_virt-manager,_virt-manager_virt-manager_commits.csv,virt-manager_virt-manager_hullabaloo_CONTRIBUTING.md +rails_jbuilder,_rails_jbuilder_commits.csv,rails_jbuilder_hullabaloo_CONTRIBUTING.md +libvirt_libvirt-ruby.git,libvirt_libvirt-ruby.git_commits.csv,libvirt_libvirt-ruby.git_hullabaloo_CONTRIBUTING.rst +Haivision_srt.git,_Haivision_srt.git_commits.csv,Haivision_srt.git_hullabaloo_CONTRIBUTING.md +DamienCassou_beginend.git,_DamienCassou_beginend.git_commits.csv,DamienCassou_beginend.git_hullabaloo_CONTRIBUTING.md +pydicom_pydicom.git,_pydicom_pydicom.git_commits.csv,pydicom_pydicom.git_hullabaloo_CONTRIBUTING.md +FirefighterBlu3_python-pam,_FirefighterBlu3_python-pam_commits.csv,FirefighterBlu3_python-pam_hullabaloo_CONTRIBUTING.md +MatMoul_g810-led.git,_MatMoul_g810-led.git_commits.csv,MatMoul_g810-led.git_hullabaloo_CONTRIBUTING.md +GoogleCloudPlatform_cloudsql-proxy.git,_GoogleCloudPlatform_cloudsql-proxy.git_commits.csv,GoogleCloudPlatform_cloudsql-proxy.git_hullabaloo_CONTRIBUTING.md +awslabs_amazon-ecr-credential-helper,awslabs_amazon-ecr-credential-helper_commits.csv,awslabs_amazon-ecr-credential-helper_hullabaloo_CONTRIBUTING.md +Exa-Networks_exabgp,Exa-Networks_exabgp_commits.csv,Exa-Networks_exabgp_hullabaloo_CONTRIBUTING.md +lxqt_qterminal.git,_lxqt_qterminal.git_commits.csv,lxqt_qterminal.git_hullabaloo_CONTRIBUTING.md +ddclient_ddclient.git,_ddclient_ddclient.git_commits.csv,ddclient_ddclient.git_hullabaloo_CONTRIBUTING.md +python-gitlab_python-gitlab.git,_python-gitlab_python-gitlab.git_commits.csv,python-gitlab_python-gitlab.git_hullabaloo_CONTRIBUTING.rst +resurrecting-open-source-projects_packit,_resurrecting-open-source-projects_packit_commits.csv,resurrecting-open-source-projects_packit_hullabaloo_CONTRIBUTING.md +LLNL_sundials.git,_LLNL_sundials.git_commits.csv,LLNL_sundials.git_hullabaloo_CONTRIBUTING.md +elmar_aptitude-robot,elmar_aptitude-robot_commits.csv,elmar_aptitude-robot_hullabaloo_CONTRIBUTING.mdown +doorkeeper-gem_doorkeeper,_doorkeeper-gem_doorkeeper_commits.csv,doorkeeper-gem_doorkeeper_hullabaloo_CONTRIBUTING.md +rsyslog_rsyslog-doc,_rsyslog_rsyslog-doc_commits.csv,rsyslog_rsyslog-doc_hullabaloo_CONTRIBUTING.md +breunigs_python-librtmp-debian,breunigs_python-librtmp-debian_commits.csv,breunigs_python-librtmp-debian_hullabaloo_CONTRIBUTING.rst +pdfminer_pdfminer.six.git,_pdfminer_pdfminer.six.git_commits.csv,pdfminer_pdfminer.six.git_hullabaloo_CONTRIBUTING.md +google_python_portpicker,_google_python_portpicker_commits.csv,google_python_portpicker_hullabaloo_CONTRIBUTING.md +carljm_django-model-utils.git,_carljm_django-model-utils.git_commits.csv,carljm_django-model-utils.git_hullabaloo_CONTRIBUTING.rst +GNOME_template-glib.git,GNOME_template-glib.git_commits.csv,GNOME_template-glib.git_hullabaloo_CONTRIBUTING.md +alanxz_rabbitmq-c.git,_alanxz_rabbitmq-c.git_commits.csv,alanxz_rabbitmq-c.git_hullabaloo_CONTRIBUTING.md +davesteele_comitup,davesteele_comitup_commits.csv,davesteele_comitup_hullabaloo_CONTRIBUTING.md +google_flatbuffers.git,_google_flatbuffers.git_commits.csv,google_flatbuffers.git_hullabaloo_CONTRIBUTING.md +oneapi-src_oneTBB.git,_oneapi-src_oneTBB.git_commits.csv,oneapi-src_oneTBB.git_hullabaloo_CONTRIBUTING.md +un33k_django-ipware,_un33k_django-ipware_commits.csv,un33k_django-ipware_hullabaloo_CONTRIBUTING.md +luakit_luakit,_luakit_luakit_commits.csv,luakit_luakit_hullabaloo_CONTRIBUTING.md +trezor_trezor-firmware.git,_trezor_trezor-firmware.git_commits.csv,trezor_trezor-firmware.git_hullabaloo_CONTRIBUTING.md +sphinx-doc_sphinx.git,_sphinx-doc_sphinx.git_commits.csv,sphinx-doc_sphinx.git_hullabaloo_CONTRIBUTING.rst +OSGeo_grass.git,_OSGeo_grass.git_commits.csv,OSGeo_grass.git_hullabaloo_CONTRIBUTING.md +kasei_attean.git,_kasei_attean.git_commits.csv,kasei_attean.git_hullabaloo_CONTRIBUTING +gaetano-guerriero_eyeD3-debian,gaetano-guerriero_eyeD3-debian_commits.csv,gaetano-guerriero_eyeD3-debian_hullabaloo_CONTRIBUTING.rst +zeroc-ice_ice-debian-packaging.git,zeroc-ice_ice-debian-packaging.git_commits.csv,zeroc-ice_ice-debian-packaging.git_hullabaloo_CONTRIBUTING.md +pulseaudio_pulseaudio.git,pulseaudio_pulseaudio.git_commits.csv,pulseaudio_pulseaudio.git_hullabaloo_CONTRIBUTING.md +ionelmc_python-lazy-object-proxy.git,_ionelmc_python-lazy-object-proxy.git_commits.csv,ionelmc_python-lazy-object-proxy.git_hullabaloo_CONTRIBUTING.rst +mikel_mail,_mikel_mail_commits.csv,mikel_mail_hullabaloo_CONTRIBUTING.md +Fluidsynth_fluidsynth.git,_Fluidsynth_fluidsynth.git_commits.csv,Fluidsynth_fluidsynth.git_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_stress,_resurrecting-open-source-projects_stress_commits.csv,resurrecting-open-source-projects_stress_hullabaloo_CONTRIBUTING.md +google_stenographer,_google_stenographer_commits.csv,google_stenographer_hullabaloo_CONTRIBUTING +hhatto_autopep8.git,_hhatto_autopep8.git_commits.csv,hhatto_autopep8.git_hullabaloo_CONTRIBUTING.rst +jpy-consortium_jpy,_jpy-consortium_jpy_commits.csv,jpy-consortium_jpy_hullabaloo_CONTRIBUTING.md +xtaran_unburden-home-dir,xtaran_unburden-home-dir_commits.csv,xtaran_unburden-home-dir_hullabaloo_CONTRIBUTING.md +jaap-karssenberg_zim-desktop-wiki.git,_jaap-karssenberg_zim-desktop-wiki.git_commits.csv,jaap-karssenberg_zim-desktop-wiki.git_hullabaloo_CONTRIBUTING.md +mongoengine_mongoengine,mongoengine_mongoengine_commits.csv,mongoengine_mongoengine_hullabaloo_CONTRIBUTING.rst +openwisp_django-x509,_openwisp_django-x509_commits.csv,openwisp_django-x509_hullabaloo_CONTRIBUTING.rst +tox-dev_py-filelock,_tox-dev_py-filelock_commits.csv,tox-dev_py-filelock_hullabaloo_CONTRIBUTING.md +jeremyevans_sequel,_jeremyevans_sequel_commits.csv,jeremyevans_sequel_hullabaloo_CONTRIBUTING +survivejs_webpack-merge.git,_survivejs_webpack-merge.git_commits.csv,survivejs_webpack-merge.git_hullabaloo_CONTRIBUTING.md +scop_bash-completion,_scop_bash-completion_commits.csv,scop_bash-completion_hullabaloo_CONTRIBUTING.md +libcgroup_libcgroup,_libcgroup_libcgroup_commits.csv,libcgroup_libcgroup_hullabaloo_CONTRIBUTING.md +Smattr_rumur.git,Smattr_rumur.git_commits.csv,Smattr_rumur.git_hullabaloo_CONTRIBUTING.rst +lucc_khard,_lucc_khard_commits.csv,lucc_khard_hullabaloo_CONTRIBUTING.rst +Xaviju_inkscape-open-symbols,_Xaviju_inkscape-open-symbols_commits.csv,Xaviju_inkscape-open-symbols_hullabaloo_CONTRIBUTING.md +htop-dev_htop,_htop-dev_htop_commits.csv,htop-dev_htop_hullabaloo_CONTRIBUTING.md +doorkeeper-gem_doorkeeper-openid_connect.git,_doorkeeper-gem_doorkeeper-openid_connect.git_commits.csv,doorkeeper-gem_doorkeeper-openid_connect.git_hullabaloo_CONTRIBUTING.md +libinput_libinput,libinput_libinput_commits.csv,libinput_libinput_hullabaloo_CONTRIBUTING.md +o9000_tint2,o9000_tint2_commits.csv,o9000_tint2_hullabaloo_CONTRIBUTING.md +source-foundry_Hack,_source-foundry_Hack_commits.csv,source-foundry_Hack_hullabaloo_CONTRIBUTING.md +rizsotto_Bear,_rizsotto_Bear_commits.csv,rizsotto_Bear_hullabaloo_CONTRIBUTING.md +geopython_pycsw.git,_geopython_pycsw.git_commits.csv,geopython_pycsw.git_hullabaloo_CONTRIBUTING.rst +pallets-eco_flask-sqlalchemy,_pallets-eco_flask-sqlalchemy_commits.csv,pallets-eco_flask-sqlalchemy_hullabaloo_CONTRIBUTING.rst +jashkenas_backbone,_jashkenas_backbone_commits.csv,jashkenas_backbone_hullabaloo_CONTRIBUTING.md +rails_rails-html-sanitizer,_rails_rails-html-sanitizer_commits.csv,rails_rails-html-sanitizer_hullabaloo_CONTRIBUTING.md +ipython_traitlets.git,_ipython_traitlets.git_commits.csv,ipython_traitlets.git_hullabaloo_CONTRIBUTING.md +dbus_dbus,dbus_dbus_commits.csv,dbus_dbus-glib.git_hullabaloo_CONTRIBUTING +isaacs_inherits,_isaacs_inherits_commits.csv,isaacs_inherits_hullabaloo_CONTRIBUTING.md +ropensci_RNeXML.git,_ropensci_RNeXML.git_commits.csv,ropensci_RNeXML.git_hullabaloo_CONTRIBUTING.md +erlware_erlware_commons.git,_erlware_erlware_commons.git_commits.csv,erlware_erlware_commons.git_hullabaloo_CONTRIBUTING.md +openstreetmap_osm2pgsql.git,_openstreetmap_osm2pgsql.git_commits.csv,openstreetmap_osm2pgsql.git_hullabaloo_CONTRIBUTING.md +google_gopacket.git,_google_gopacket.git_commits.csv,google_gopacket.git_hullabaloo_CONTRIBUTING.md +PDAL_PDAL.git,_PDAL_PDAL.git_commits.csv,PDAL_PDAL.git_hullabaloo_CONTRIBUTING.md +janestreet_variantslib.git,_janestreet_variantslib.git_commits.csv,janestreet_variantslib.git_hullabaloo_CONTRIBUTING.md +Perl-Toolchain-Gang_ExtUtils-CBuilder.git,_Perl-Toolchain-Gang_ExtUtils-CBuilder.git_commits.csv,Perl-Toolchain-Gang_ExtUtils-CBuilder.git_hullabaloo_CONTRIBUTING +ipython_ipython_genutils,_ipython_ipython_genutils_commits.csv,ipython_ipython_genutils_hullabaloo_CONTRIBUTING.md +matthewwithanm_pilkit,_matthewwithanm_pilkit_commits.csv,matthewwithanm_pilkit_hullabaloo_CONTRIBUTING.rst +puppetlabs_puppetlabs-mysql,_puppetlabs_puppetlabs-mysql_commits.csv,puppetlabs_puppetlabs-mysql_hullabaloo_CONTRIBUTING.md +sinatra_sinatra.git,_sinatra_sinatra.git_commits.csv,sinatra_sinatra.git_hullabaloo_CONTRIBUTING.md +astropy_photutils.git,_astropy_photutils.git_commits.csv,astropy_photutils.git_hullabaloo_CONTRIBUTING.rst +igraph_igraph.git,_igraph_igraph.git_commits.csv,igraph_igraph.git_hullabaloo_CONTRIBUTING.md +PyCQA_flake8-polyfill.git,_PyCQA_flake8-polyfill.git_commits.csv,PyCQA_flake8-polyfill.git_hullabaloo_CONTRIBUTING.rst +google_pybadges.git,_google_pybadges.git_commits.csv,google_pybadges.git_hullabaloo_CONTRIBUTING.md +infirit_caja-admin,_infirit_caja-admin_commits.csv,infirit_caja-admin_hullabaloo_CONTRIBUTING.md +terser_terser,_terser_terser_commits.csv,terser_terser_hullabaloo_CONTRIBUTING.md +PyCQA_prospector,_PyCQA_prospector_commits.csv,PyCQA_prospector_hullabaloo_CONTRIBUTING.rst +coq_coq,_coq_coq_commits.csv,coq_coq_hullabaloo_CONTRIBUTING.md +GNOME_vala.git,GNOME_vala.git_commits.csv,GNOME_vala.git_hullabaloo_CONTRIBUTING.md +aws_aws-cli,_aws_aws-cli_commits.csv,aws_aws-cli_hullabaloo_CONTRIBUTING.md +prawnpdf_prawn,_prawnpdf_prawn_commits.csv,prawnpdf_prawn_hullabaloo_CONTRIBUTING.md +google_yapf.git,_google_yapf.git_commits.csv,google_yapf.git_hullabaloo_CONTRIBUTING +pytest-dev_pytest.git,_pytest-dev_pytest.git_commits.csv,pytest-dev_pytest.git_hullabaloo_CONTRIBUTING.txt +ytdl-org_youtube-dl.git,_ytdl-org_youtube-dl.git_commits.csv,ytdl-org_youtube-dl.git_hullabaloo_CONTRIBUTING.md +pika_pika,_pika_pika_commits.csv,pika_pika_hullabaloo_CONTRIBUTING.md +xonsh_xonsh.git,_xonsh_xonsh.git_commits.csv,xonsh_xonsh.git_hullabaloo_CONTRIBUTING.rst +Backblaze_b2-sdk-python.git,_Backblaze_b2-sdk-python.git_commits.csv,Backblaze_b2-sdk-python.git_hullabaloo_CONTRIBUTING.md +puppetlabs_puppetlabs-ntp.git,_puppetlabs_puppetlabs-ntp.git_commits.csv,puppetlabs_puppetlabs-ntp.git_hullabaloo_CONTRIBUTING.md +Beep6581_RawTherapee,_Beep6581_RawTherapee_commits.csv,Beep6581_RawTherapee_hullabaloo_CONTRIBUTING.md +geopandas_geopandas.git,_geopandas_geopandas.git_commits.csv,geopandas_geopandas.git_hullabaloo_CONTRIBUTING.md +assimp_assimp,_assimp_assimp_commits.csv,assimp_assimp_hullabaloo_CONTRIBUTING.md +jupyter_jupyter-sphinx.git,_jupyter_jupyter-sphinx.git_commits.csv,jupyter_jupyter-sphinx.git_hullabaloo_CONTRIBUTING.md +Pylons_venusian,_Pylons_venusian_commits.csv,Pylons_venusian_hullabaloo_CONTRIBUTING.rst +jjjake_internetarchive.git,_jjjake_internetarchive.git_commits.csv,jjjake_internetarchive.git_hullabaloo_CONTRIBUTING.rst +cucumber_aruba.git,_cucumber_aruba.git_commits.csv,cucumber_aruba.git_hullabaloo_CONTRIBUTING.md +GNOME_gcr.git,GNOME_gcr.git_commits.csv,GNOME_gcr.git_hullabaloo_CONTRIBUTING.md +rackerlabs_kthresher,_rackerlabs_kthresher_commits.csv,rackerlabs_kthresher_hullabaloo_CONTRIBUTING.md +google_jimfs.git,_google_jimfs.git_commits.csv,google_jimfs.git_hullabaloo_CONTRIBUTING.md +openstack_rally.git,_openstack_rally.git_commits.csv,openstack_rally.git_hullabaloo_CONTRIBUTING.rst +jupyter_jupyter_client,_jupyter_jupyter_client_commits.csv,jupyter_jupyter_client_hullabaloo_CONTRIBUTING.md +beautify-web_js-beautify,_beautify-web_js-beautify_commits.csv,beautify-web_js-beautify_hullabaloo_CONTRIBUTING.md +KDAB_hotspot.git,_KDAB_hotspot.git_commits.csv,KDAB_hotspot.git_hullabaloo_CONTRIBUTING.md +lunarmodules_say.git,_lunarmodules_say.git_commits.csv,lunarmodules_say.git_hullabaloo_CONTRIBUTING.md +coturn_coturn,coturn_coturn_commits.csv,coturn_coturn_hullabaloo_CONTRIBUTING.md +jquery_jquery.git,_jquery_jquery.git_commits.csv,jquery_jquery.git_hullabaloo_CONTRIBUTING.md +cleishm_libneo4j-client,cleishm_libneo4j-client_commits.csv,cleishm_libneo4j-client_hullabaloo_CONTRIBUTING.md +python_typed_ast.git,_python_typed_ast.git_commits.csv,python_typed_ast.git_hullabaloo_CONTRIBUTING.md +neovim_neovim,_neovim_neovim_commits.csv,neovim_neovim_hullabaloo_CONTRIBUTING.md +pyutilib_pyutilib,_pyutilib_pyutilib_commits.csv,pyutilib_pyutilib_hullabaloo_CONTRIBUTING.md +prometheus_haproxy_exporter,_prometheus_haproxy_exporter_commits.csv,prometheus_haproxy_exporter_hullabaloo_CONTRIBUTING.md +muse-sequencer_muse.git,_muse-sequencer_muse.git_commits.csv,muse-sequencer_muse.git_hullabaloo_CONTRIBUTING +ahmetb_kubectx,_ahmetb_kubectx_commits.csv,ahmetb_kubectx_hullabaloo_CONTRIBUTING.md +guillaumechereau_goxel.git,_guillaumechereau_goxel.git_commits.csv,guillaumechereau_goxel.git_hullabaloo_CONTRIBUTING.md +matlab2tikz_matlab2tikz,_matlab2tikz_matlab2tikz_commits.csv,matlab2tikz_matlab2tikz_hullabaloo_CONTRIBUTING.md +pavlov99_json-rpc,_pavlov99_json-rpc_commits.csv,pavlov99_json-rpc_hullabaloo_CONTRIBUTING.md +pygraphviz_pygraphviz.git,_pygraphviz_pygraphviz.git_commits.csv,pygraphviz_pygraphviz.git_hullabaloo_CONTRIBUTING.rst +fgrehm_vagrant-lxc,_fgrehm_vagrant-lxc_commits.csv,fgrehm_vagrant-lxc_hullabaloo_CONTRIBUTING.md +google_xsecurelock,google_xsecurelock_commits.csv,google_xsecurelock_hullabaloo_CONTRIBUTING +math-comp_math-comp,_math-comp_math-comp_commits.csv,math-comp_math-comp_hullabaloo_CONTRIBUTING.md +prometheus_snmp_exporter,_prometheus_snmp_exporter_commits.csv,prometheus_snmp_exporter_hullabaloo_CONTRIBUTING.md +solnic_virtus.git,_solnic_virtus.git_commits.csv,solnic_virtus.git_hullabaloo_CONTRIBUTING.md +hardbyte_python-can.git,_hardbyte_python-can.git_commits.csv,hardbyte_python-can.git_hullabaloo_CONTRIBUTING.md +karenetheridge_B-Hooks-OP-Check,_karenetheridge_B-Hooks-OP-Check_commits.csv,karenetheridge_B-Hooks-OP-Check_hullabaloo_CONTRIBUTING +robert7_nixnote2,_robert7_nixnote2_commits.csv,robert7_nixnote2_hullabaloo_CONTRIBUTING.md +datastax_python-driver.git,_datastax_python-driver.git_commits.csv,datastax_python-driver.git_hullabaloo_CONTRIBUTING.md +petkaantonov_bluebird.git,_petkaantonov_bluebird.git_commits.csv,petkaantonov_bluebird.git_hullabaloo_CONTRIBUTING.md +Pylons_plaster_pastedeploy.git,_Pylons_plaster_pastedeploy.git_commits.csv,Pylons_plaster_pastedeploy.git_hullabaloo_CONTRIBUTING.rst +juzzlin_DustRacing2D.git,_juzzlin_DustRacing2D.git_commits.csv,juzzlin_DustRacing2D.git_hullabaloo_CONTRIBUTING +zkat_ssri.git,_zkat_ssri.git_commits.csv,zkat_ssri.git_hullabaloo_CONTRIBUTING.md +jtauber_pyuca,_jtauber_pyuca_commits.csv,jtauber_pyuca_hullabaloo_CONTRIBUTING.md +fog_fog-local,_fog_fog-local_commits.csv,fog_fog-local_hullabaloo_CONTRIBUTING.md +pyproj4_pyproj.git,_pyproj4_pyproj.git_commits.csv,pyproj4_pyproj.git_hullabaloo_CONTRIBUTING.md +cespare_reflex.git,_cespare_reflex.git_commits.csv,cespare_reflex.git_hullabaloo_CONTRIBUTING.md +darold_pgbadger.git,_darold_pgbadger.git_commits.csv,darold_pgbadger.git_hullabaloo_CONTRIBUTING.md +Exiv2_exiv2.git,_Exiv2_exiv2.git_commits.csv,Exiv2_exiv2.git_hullabaloo_CONTRIBUTING.md +gitlab-org_ruby_gems_gitlab-mail_room.git,gitlab-org_ruby_gems_gitlab-mail_room.git_commits.csv,gitlab-org_ruby_gems_gitlab-mail_room.git_hullabaloo_CONTRIBUTING.md +google_highwayhash,_google_highwayhash_commits.csv,google_highwayhash_hullabaloo_CONTRIBUTING +scipy_scipy.git,_scipy_scipy.git_commits.csv,scipy_scipy.git_hullabaloo_CONTRIBUTING +libvirt_libvirt-python.git,libvirt_libvirt-python.git_commits.csv,libvirt_libvirt-python.git_hullabaloo_CONTRIBUTING.rst +linkcheck_linkchecker.git,_linkcheck_linkchecker.git_commits.csv,linkcheck_linkchecker.git_hullabaloo_CONTRIBUTING.mdwn +seccomp_libseccomp,_seccomp_libseccomp_commits.csv,seccomp_libseccomp_hullabaloo_CONTRIBUTING.md +cesbit_libcleri.git,_cesbit_libcleri.git_commits.csv,cesbit_libcleri.git_hullabaloo_CONTRIBUTING.md +astropy_astropy-helpers,_astropy_astropy-helpers_commits.csv,astropy_astropy-helpers_hullabaloo_CONTRIBUTING.md +ruby-ldap_ruby-net-ldap.git,_ruby-ldap_ruby-net-ldap.git_commits.csv,ruby-ldap_ruby-net-ldap.git_hullabaloo_CONTRIBUTING.md +collective_icalendar,_collective_icalendar_commits.csv,collective_icalendar_hullabaloo_CONTRIBUTING.rst +vim-airline_vim-airline.git,_vim-airline_vim-airline.git_commits.csv,vim-airline_vim-airline.git_hullabaloo_CONTRIBUTING.md +jackfranklin_gulp-load-plugins,_jackfranklin_gulp-load-plugins_commits.csv,jackfranklin_gulp-load-plugins_hullabaloo_CONTRIBUTING.md +SCons_scons,_SCons_scons_commits.csv,SCons_scons_hullabaloo_CONTRIBUTING.md +digitalbazaar_pyld,_digitalbazaar_pyld_commits.csv,digitalbazaar_pyld_hullabaloo_CONTRIBUTING.rst +rsms_inter,_rsms_inter_commits.csv,rsms_inter_hullabaloo_CONTRIBUTING.md +codership_galera,_codership_galera_commits.csv,codership_galera_hullabaloo_CONTRIBUTING.md +chaijs_chai,_chaijs_chai_commits.csv,chaijs_chai_hullabaloo_CONTRIBUTING.md +mathjax_MathJax,_mathjax_MathJax_commits.csv,mathjax_MathJax_hullabaloo_CONTRIBUTING.md +keras-team_keras,_keras-team_keras_commits.csv,keras-team_keras_hullabaloo_CONTRIBUTING.md +dbus_dbus-python,dbus_dbus-python_commits.csv,dbus_dbus-python_hullabaloo_CONTRIBUTING +python-ldap_python-ldap,_python-ldap_python-ldap_commits.csv,python-ldap_python-ldap_hullabaloo_CONTRIBUTING.rst +SELinuxProject_selinux.git,_SELinuxProject_selinux.git_commits.csv,SELinuxProject_selinux.git_hullabaloo_CONTRIBUTING.md +mongodb_mongo-c-driver,mongodb_mongo-c-driver_commits.csv,mongodb_mongo-c-driver_hullabaloo_CONTRIBUTING.md +pallets_click.git,_pallets_click.git_commits.csv,pallets_click.git_hullabaloo_CONTRIBUTING.rst +ktbyers_netmiko,_ktbyers_netmiko_commits.csv,ktbyers_netmiko_hullabaloo_CONTRIBUTING.md +varietywalls_variety.git,_varietywalls_variety.git_commits.csv,varietywalls_variety.git_hullabaloo_CONTRIBUTING.md +SELinuxProject_selinux,_SELinuxProject_selinux_commits.csv,SELinuxProject_selinux.git_hullabaloo_CONTRIBUTING.md +ipython_ipykernel.git,_ipython_ipykernel.git_commits.csv,ipython_ipykernel.git_hullabaloo_CONTRIBUTING.md +calamares_calamares.git,_calamares_calamares.git_commits.csv,calamares_calamares.git_hullabaloo_CONTRIBUTING.md +osantana_dicteval.git,_osantana_dicteval.git_commits.csv,osantana_dicteval.git_hullabaloo_CONTRIBUTING.md +doctrine_instantiator,_doctrine_instantiator_commits.csv,doctrine_instantiator_hullabaloo_CONTRIBUTING.md +gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org_gitlab-gollum-rugged_adapter_commits.csv,gitlab-org_gitlab-gollum-rugged_adapter_hullabaloo_CONTRIBUTING.md +nojhan_liquidprompt.git,_nojhan_liquidprompt.git_commits.csv,nojhan_liquidprompt.git_hullabaloo_CONTRIBUTING.md +marshmallow-code_marshmallow.git,marshmallow-code_marshmallow.git_commits.csv,marshmallow-code_marshmallow.git_CONTRIBUTING.rst +OpenPrinting_cups,_OpenPrinting_cups_commits.csv,OpenPrinting_cups_hullabaloo_CONTRIBUTING.txt +jquery_sizzle.git,_jquery_sizzle.git_commits.csv,jquery_sizzle.git_hullabaloo_CONTRIBUTING.md +andialbrecht_sqlparse.git,_andialbrecht_sqlparse.git_commits.csv,andialbrecht_sqlparse.git_hullabaloo_CONTRIBUTING.md +apache_trafficserver,_apache_trafficserver_commits.csv,apache_trafficserver_hullabaloo_CONTRIBUTING.md +aws_aws-xray-sdk-python,_aws_aws-xray-sdk-python_commits.csv,aws_aws-xray-sdk-python_hullabaloo_CONTRIBUTING.md +JDimproved_JDim.git,_JDimproved_JDim.git_commits.csv,JDimproved_JDim.git_hullabaloo_CONTRIBUTING.md +spyder-ide_qtawesome,_spyder-ide_qtawesome_commits.csv,spyder-ide_qtawesome_hullabaloo_CONTRIBUTING.md +puppetlabs_facter.git,_puppetlabs_facter.git_commits.csv,puppetlabs_facter.git_hullabaloo_CONTRIBUTING.md +elasticsearch_curator.git,_elasticsearch_curator.git_commits.csv,elasticsearch_curator.git_hullabaloo_CONTRIBUTING.md +jmcnamara_XlsxWriter,_jmcnamara_XlsxWriter_commits.csv,jmcnamara_XlsxWriter_hullabaloo_CONTRIBUTING.md +michaelrsweet_htmldoc.git,_michaelrsweet_htmldoc.git_commits.csv,michaelrsweet_htmldoc.git_hullabaloo_CONTRIBUTING.md +py-pdf_pypdf,_py-pdf_pypdf_commits.csv,py-pdf_pypdf_hullabaloo_CONTRIBUTING.md +marshmallow-code_flask-marshmallow.git,_marshmallow-code_flask-marshmallow.git_commits.csv,marshmallow-code_flask-marshmallow.git_hullabaloo_CONTRIBUTING.rst +resurrecting-open-source-projects_outguess,_resurrecting-open-source-projects_outguess_commits.csv,resurrecting-open-source-projects_outguess_hullabaloo_CONTRIBUTING.md +GNOME_geary.git,GNOME_geary.git_commits.csv,GNOME_geary.git_hullabaloo_CONTRIBUTING.md +skvadrik_re2c,_skvadrik_re2c_commits.csv,skvadrik_re2c_hullabaloo_CONTRIBUTING.md +jashkenas_coffeescript,_jashkenas_coffeescript_commits.csv,jashkenas_coffeescript_hullabaloo_CONTRIBUTING.md +scikit-learn_scikit-learn.git,_scikit-learn_scikit-learn.git_commits.csv,scikit-learn_scikit-learn.git_hullabaloo_CONTRIBUTING.md +rdiff-backup_rdiff-backup.git,_rdiff-backup_rdiff-backup.git_commits.csv,rdiff-backup_rdiff-backup.git_hullabaloo_CONTRIBUTING.md +spyder-ide_qtpy,_spyder-ide_qtpy_commits.csv,spyder-ide_qtpy_hullabaloo_CONTRIBUTING.rst +thoughtbot_shoulda-matchers,_thoughtbot_shoulda-matchers_commits.csv,thoughtbot_shoulda-matchers_hullabaloo_CONTRIBUTING.md +libxsmm_libxsmm,_libxsmm_libxsmm_commits.csv,libxsmm_libxsmm_hullabaloo_CONTRIBUTING.md +defunkt_mustache,_defunkt_mustache_commits.csv,defunkt_mustache_hullabaloo_CONTRIBUTING.md +letsencrypt_letsencrypt.git,_letsencrypt_letsencrypt.git_commits.csv,letsencrypt_letsencrypt.git_hullabaloo_CONTRIBUTING.rst +thoughtbot_factory_girl.git,_thoughtbot_factory_girl.git_commits.csv,thoughtbot_factory_girl.git_hullabaloo_CONTRIBUTING.md +oauth-xx_oauth-ruby,_oauth-xx_oauth-ruby_commits.csv,oauth-xx_oauth-ruby_hullabaloo_CONTRIBUTING.md +psf_black.git,_psf_black.git_commits.csv,psf_black.git_hullabaloo_CONTRIBUTING.md +mapnik_python-mapnik.git,_mapnik_python-mapnik.git_commits.csv,mapnik_python-mapnik.git_hullabaloo_CONTRIBUTING.md +GNOME_gnome-builder.git,GNOME_gnome-builder.git_commits.csv,GNOME_gnome-builder.git_hullabaloo_CONTRIBUTING.md +GNOME_gdk-pixbuf,GNOME_gdk-pixbuf_commits.csv,GNOME_gdk-pixbuf_hullabaloo_CONTRIBUTING.md +OSGeo_PROJ.git,_OSGeo_PROJ.git_commits.csv,OSGeo_PROJ.git_hullabaloo_CONTRIBUTING.md +softlayer_softlayer-python,_softlayer_softlayer-python_commits.csv,softlayer_softlayer-python_hullabaloo_CONTRIBUTING.md +tkf_emacs-jedi.git,_tkf_emacs-jedi.git_commits.csv,tkf_emacs-jedi.git_hullabaloo_CONTRIBUTING.md +giampaolo_psutil,_giampaolo_psutil_commits.csv,giampaolo_psutil_hullabaloo_CONTRIBUTING.md +IJHack_QtPass,_IJHack_QtPass_commits.csv,IJHack_QtPass_hullabaloo_CONTRIBUTING.md +pgbackrest_pgbackrest,_pgbackrest_pgbackrest_commits.csv,pgbackrest_pgbackrest_hullabaloo_CONTRIBUTING.md +emacs-lsp_lsp-mode.git,_emacs-lsp_lsp-mode.git_commits.csv,emacs-lsp_lsp-mode.git_hullabaloo_CONTRIBUTING.md +GNOME_libgweather.git,GNOME_libgweather.git_commits.csv,GNOME_libgweather.git_hullabaloo_CONTRIBUTING.md +shouldjs_should.js.git,_shouldjs_should.js.git_commits.csv,shouldjs_should.js.git_hullabaloo_CONTRIBUTING.md +pytest-dev_pytest-bdd.git,_pytest-dev_pytest-bdd.git_commits.csv,pytest-dev_pytest-bdd.git_hullabaloo_CONTRIBUTING.md +jupyter_terminado,_jupyter_terminado_commits.csv,jupyter_terminado_hullabaloo_CONTRIBUTING.rst +django-waffle_django-waffle,_django-waffle_django-waffle_commits.csv,django-waffle_django-waffle_hullabaloo_CONTRIBUTING.rst +core_dune-common,core_dune-common_commits.csv,core_dune-common_hullabaloo_CONTRIBUTING.md +processone_fast_tls.git,_processone_fast_tls.git_commits.csv,processone_fast_tls.git_hullabaloo_CONTRIBUTING.md +metaodi_osmapi.git,_metaodi_osmapi.git_commits.csv,metaodi_osmapi.git_hullabaloo_CONTRIBUTING.md +kilobyte_ndctl,kilobyte_ndctl_commits.csv,kilobyte_ndctl_hullabaloo_CONTRIBUTING.md +kilobyte_memkind,kilobyte_memkind_commits.csv,kilobyte_memkind_hullabaloo_CONTRIBUTING +pallets_itsdangerous,_pallets_itsdangerous_commits.csv,pallets_itsdangerous_hullabaloo_CONTRIBUTING.rst +office_ghostwriter,office_ghostwriter_commits.csv,office_ghostwriter_hullabaloo_CONTRIBUTING.md +prometheus_mysqld_exporter,_prometheus_mysqld_exporter_commits.csv,prometheus_mysqld_exporter_hullabaloo_CONTRIBUTING.md +twilio_twilio-python,_twilio_twilio-python_commits.csv,twilio_twilio-python_hullabaloo_CONTRIBUTING.md +c4urself_bump2version,_c4urself_bump2version_commits.csv,c4urself_bump2version_hullabaloo_CONTRIBUTING.md +google_benchmark,_google_benchmark_commits.csv,google_benchmark_hullabaloo_CONTRIBUTING.md +drwetter_testssl.sh.git,_drwetter_testssl.sh.git_commits.csv,drwetter_testssl.sh.git_hullabaloo_CONTRIBUTING.md +pgRouting_pgrouting.git,_pgRouting_pgrouting.git_commits.csv,pgRouting_pgrouting.git_hullabaloo_CONTRIBUTING +trevorld_r-optparse.git,_trevorld_r-optparse.git_commits.csv,trevorld_r-optparse.git_hullabaloo_CONTRIBUTING +galaxyproject_bioblend,_galaxyproject_bioblend_commits.csv,galaxyproject_bioblend_hullabaloo_CONTRIBUTING.md +gawel_panoramisk.git,_gawel_panoramisk.git_commits.csv,gawel_panoramisk.git_hullabaloo_CONTRIBUTING.rst +Blosc_c-blosc,_Blosc_c-blosc_commits.csv,Blosc_c-blosc_hullabaloo_CONTRIBUTING.md +rails_jquery-rails.git,_rails_jquery-rails.git_commits.csv,rails_jquery-rails.git_hullabaloo_CONTRIBUTING.md +kilobyte_pmemkv,kilobyte_pmemkv_commits.csv,kilobyte_pmemkv_hullabaloo_CONTRIBUTING.md +vim-syntastic_syntastic,_vim-syntastic_syntastic_commits.csv,vim-syntastic_syntastic_hullabaloo_CONTRIBUTING.md +processone_pkix.git,_processone_pkix.git_commits.csv,processone_pkix.git_hullabaloo_CONTRIBUTING.md +faye_faye,_faye_faye_commits.csv,faye_faye_hullabaloo_CONTRIBUTING.md +openstack_swift.git,_openstack_swift.git_commits.csv,openstack_swift.git_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.proxy,_zopefoundation_zope.proxy_commits.csv,zopefoundation_zope.proxy_hullabaloo_CONTRIBUTING.md +muammar_mkchromecast.git,_muammar_mkchromecast.git_commits.csv,muammar_mkchromecast.git_hullabaloo_CONTRIBUTING.md +alastair_python-musicbrainz-ngs,_alastair_python-musicbrainz-ngs_commits.csv,alastair_python-musicbrainz-ngs_hullabaloo_CONTRIBUTING.md +syncthing_syncthing.git,_syncthing_syncthing.git_commits.csv,syncthing_syncthing.git_hullabaloo_CONTRIBUTING.md +RIPE-NCC_ripe-atlas-cousteau.git,_RIPE-NCC_ripe-atlas-cousteau.git_commits.csv,RIPE-NCC_ripe-atlas-cousteau.git_hullabaloo_CONTRIBUTING.rst +HaxeFoundation_haxe-debian,HaxeFoundation_haxe-debian_commits.csv,HaxeFoundation_haxe-debian_hullabaloo_CONTRIBUTING.md +quartz-scheduler_quartz,_quartz-scheduler_quartz_commits.csv,quartz-scheduler_quartz_hullabaloo_CONTRIBUTING.md +google_python-gflags.git,_google_python-gflags.git_commits.csv,google_python-gflags.git_hullabaloo_CONTRIBUTING.md +numba_numba.git,_numba_numba.git_commits.csv,numba_numba.git_hullabaloo_CONTRIBUTING.md +composer_semver,_composer_semver_commits.csv,composer_semver_hullabaloo_CONTRIBUTING.md +mdbootstrap_perfect-scrollbar,_mdbootstrap_perfect-scrollbar_commits.csv,mdbootstrap_perfect-scrollbar_hullabaloo_CONTRIBUTING.md +heroku_netrc,_heroku_netrc_commits.csv,heroku_netrc_hullabaloo_CONTRIBUTING.md +eclipse_paho.mqtt.python.git,_eclipse_paho.mqtt.python.git_commits.csv,eclipse_paho.mqtt.python.git_hullabaloo_CONTRIBUTING.md +GNOME_folks,GNOME_folks_commits.csv,GNOME_folks_hullabaloo_CONTRIBUTING.md +sshguard_sshguard.git,sshguard_sshguard.git_commits.csv,sshguard_sshguard.git_hullabaloo_CONTRIBUTING.rst +requests-cache_requests-cache,_requests-cache_requests-cache_commits.csv,requests-cache_requests-cache_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.testrunner,_zopefoundation_zope.testrunner_commits.csv,zopefoundation_zope.testrunner_hullabaloo_CONTRIBUTING.md +ua-parser_uap-core.git,_ua-parser_uap-core.git_commits.csv,ua-parser_uap-core.git_hullabaloo_CONTRIBUTING.md +voxpupuli_pypuppetdb,_voxpupuli_pypuppetdb_commits.csv,voxpupuli_pypuppetdb_hullabaloo_CONTRIBUTING.md +mozilla_source-map,_mozilla_source-map_commits.csv,mozilla_source-map_hullabaloo_CONTRIBUTING.md +libosinfo_osinfo-db-tools.git,libosinfo_osinfo-db-tools.git_commits.csv,libosinfo_osinfo-db-tools.git_hullabaloo_CONTRIBUTING.md +dagolden_math-random-oo.git,_dagolden_math-random-oo.git_commits.csv,dagolden_math-random-oo.git_hullabaloo_CONTRIBUTING +ionelmc_python-darkslide.git,_ionelmc_python-darkslide.git_commits.csv,ionelmc_python-darkslide.git_hullabaloo_CONTRIBUTING.rst +clojure_core.cache,_clojure_core.cache_commits.csv,clojure_core.cache_hullabaloo_CONTRIBUTING.md +unknown-horizons_unknown-horizons.git,_unknown-horizons_unknown-horizons.git_commits.csv,unknown-horizons_unknown-horizons.git_hullabaloo_CONTRIBUTING.md +pub_scm_linux_kernel_git_jberg_iw.git,pub_scm_linux_kernel_git_jberg_iw.git_commits.csv,pub_scm_linux_kernel_git_jberg_iw.git_hullabaloo_CONTRIBUTING +pydata_xarray,_pydata_xarray_commits.csv,pydata_xarray_hullabaloo_CONTRIBUTING.md +pantsbuild_pex.git,_pantsbuild_pex.git_commits.csv,pantsbuild_pex.git_hullabaloo_CONTRIBUTING.md +Diaoul_subliminal.git,_Diaoul_subliminal.git_commits.csv,Diaoul_subliminal.git_hullabaloo_CONTRIBUTING.md +certbot_josepy,_certbot_josepy_commits.csv,certbot_josepy_hullabaloo_CONTRIBUTING.rst +janestreet_sexplib.git,_janestreet_sexplib.git_commits.csv,janestreet_sexplib.git_hullabaloo_CONTRIBUTING.md +google_googletest.git,_google_googletest.git_commits.csv,google_googletest.git_hullabaloo_CONTRIBUTING.md +nginxinc_nginx-prometheus-exporter,_nginxinc_nginx-prometheus-exporter_commits.csv,nginxinc_nginx-prometheus-exporter_hullabaloo_CONTRIBUTING.md +simd-everywhere_simde,_simd-everywhere_simde_commits.csv,simd-everywhere_simde_hullabaloo_CONTRIBUTING.md +AFLplusplus_AFLplusplus.git,_AFLplusplus_AFLplusplus.git_commits.csv,AFLplusplus_AFLplusplus.git_hullabaloo_CONTRIBUTING.md +pyparsing_pyparsing,_pyparsing_pyparsing_commits.csv,pyparsing_pyparsing_hullabaloo_CONTRIBUTING.md +EnterpriseDB_mysql_fdw.git,_EnterpriseDB_mysql_fdw.git_commits.csv,EnterpriseDB_mysql_fdw.git_hullabaloo_CONTRIBUTING.md +sphinx-contrib_restbuilder.git,_sphinx-contrib_restbuilder.git_commits.csv,sphinx-contrib_restbuilder.git_hullabaloo_CONTRIBUTING.rst +erikd_libsndfile,_erikd_libsndfile_commits.csv,erikd_libsndfile_hullabaloo_CONTRIBUTING.md +davidcelis_api-pagination.git,_davidcelis_api-pagination.git_commits.csv,davidcelis_api-pagination.git_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.component,_zopefoundation_zope.component_commits.csv,zopefoundation_zope.component_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_txt2html,_resurrecting-open-source-projects_txt2html_commits.csv,resurrecting-open-source-projects_txt2html_hullabaloo_CONTRIBUTING.md +stephane_libmodbus.git,_stephane_libmodbus.git_commits.csv,stephane_libmodbus.git_hullabaloo_CONTRIBUTING.md +iovisor_bcc.git,_iovisor_bcc.git_commits.csv,iovisor_bcc.git_hullabaloo_CONTRIBUTING-SCRIPTS.md +puppetlabs_puppetlabs-firewall,_puppetlabs_puppetlabs-firewall_commits.csv,puppetlabs_puppetlabs-firewall_hullabaloo_CONTRIBUTING.md +codedread_scour.git,_codedread_scour.git_commits.csv,codedread_scour.git_hullabaloo_CONTRIBUTING.md +puppetlabs_puppetlabs-concat,_puppetlabs_puppetlabs-concat_commits.csv,puppetlabs_puppetlabs-concat_hullabaloo_CONTRIBUTING.md +philpem_printer-driver-ptouch.git,_philpem_printer-driver-ptouch.git_commits.csv,philpem_printer-driver-ptouch.git_hullabaloo_CONTRIBUTING.md +ycm-core_YouCompleteMe,_ycm-core_YouCompleteMe_commits.csv,ycm-core_YouCompleteMe_hullabaloo_CONTRIBUTING.md +totalopenstation_totalopenstation.git,_totalopenstation_totalopenstation.git_commits.csv,totalopenstation_totalopenstation.git_hullabaloo_CONTRIBUTING.md +diff-match-patch-python_diff-match-patch,_diff-match-patch-python_diff-match-patch_commits.csv,diff-match-patch-python_diff-match-patch_hullabaloo_CONTRIBUTING.md +dask_partd.git,_dask_partd.git_commits.csv,dask_partd.git_hullabaloo_CONTRIBUTING.md +boto_botocore,_boto_botocore_commits.csv,boto_botocore_hullabaloo_CONTRIBUTING.md +locationtech_jts.git,_locationtech_jts.git_commits.csv,locationtech_jts.git_hullabaloo_CONTRIBUTING.md +rclone_rclone.git,_rclone_rclone.git_commits.csv,rclone_rclone.git_hullabaloo_CONTRIBUTING.md +osmcode_osmium-tool.git,_osmcode_osmium-tool.git_commits.csv,osmcode_osmium-tool.git_hullabaloo_CONTRIBUTING.md +jtesta_ssh-audit.git,_jtesta_ssh-audit.git_commits.csv,jtesta_ssh-audit.git_hullabaloo_CONTRIBUTING.md +sferik_twitter,_sferik_twitter_commits.csv,sferik_twitter_hullabaloo_CONTRIBUTING.md +developit_preact.git,_developit_preact.git_commits.csv,developit_preact.git_hullabaloo_CONTRIBUTING.md +phpmyadmin_motranslator,_phpmyadmin_motranslator_commits.csv,phpmyadmin_motranslator_hullabaloo_CONTRIBUTING.md +matrix-org_synapse.git,_matrix-org_synapse.git_commits.csv,matrix-org_synapse.git_hullabaloo_CONTRIBUTING.rst +common-workflow-language_schema_salad,_common-workflow-language_schema_salad_commits.csv,common-workflow-language_schema_salad_hullabaloo_CONTRIBUTING.md +dagolden_Config-Identity.git,_dagolden_Config-Identity.git_commits.csv,dagolden_Config-Identity.git_hullabaloo_CONTRIBUTING.mkdn +eproxus_meck.git,_eproxus_meck.git_commits.csv,eproxus_meck.git_hullabaloo_CONTRIBUTING.md +plotly_plotly.R.git,_plotly_plotly.R.git_commits.csv,plotly_plotly.R.git_hullabaloo_CONTRIBUTING.md +ClusterLabs_pacemaker,_ClusterLabs_pacemaker_commits.csv,ClusterLabs_pacemaker_hullabaloo_CONTRIBUTING.md +puppetlabs_puppetlabs-apache,_puppetlabs_puppetlabs-apache_commits.csv,puppetlabs_puppetlabs-apache_hullabaloo_CONTRIBUTING.md +PyWavelets_pywt.git,_PyWavelets_pywt.git_commits.csv,PyWavelets_pywt.git_hullabaloo_CONTRIBUTING.md +jazzband_django-recurrence,_jazzband_django-recurrence_commits.csv,jazzband_django-recurrence_hullabaloo_CONTRIBUTING.rst +Backblaze_B2_Command_Line_Tool,_Backblaze_B2_Command_Line_Tool_commits.csv,Backblaze_B2_Command_Line_Tool_hullabaloo_CONTRIBUTING.md +mvz_ruby-gir-ffi,_mvz_ruby-gir-ffi_commits.csv,mvz_ruby-gir-ffi_hullabaloo_CONTRIBUTING.md +HandBrake_HandBrake,_HandBrake_HandBrake_commits.csv,HandBrake_HandBrake_hullabaloo_CONTRIBUTING.md +fail2ban_fail2ban,_fail2ban_fail2ban_commits.csv,fail2ban_fail2ban_hullabaloo_CONTRIBUTING.md +libwww-perl_URI.git,_libwww-perl_URI.git_commits.csv,libwww-perl_URI.git_hullabaloo_CONTRIBUTING.md +CESNET_libyang,CESNET_libyang_commits.csv,CESNET_libyang_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.event,_zopefoundation_zope.event_commits.csv,zopefoundation_zope.event_hullabaloo_CONTRIBUTING.md +intel_libva.git,_intel_libva.git_commits.csv,intel_libva.git_hullabaloo_CONTRIBUTING.md +nesquena_rabl,_nesquena_rabl_commits.csv,nesquena_rabl_hullabaloo_CONTRIBUTING.md +pytest-dev_pytest-cov.git,_pytest-dev_pytest-cov.git_commits.csv,pytest-dev_pytest-cov.git_hullabaloo_CONTRIBUTING.md +linuxmint_cjs.git,_linuxmint_cjs.git_commits.csv,linuxmint_cjs.git_hullabaloo_CONTRIBUTING.md +michaeljones_breathe.git,_michaeljones_breathe.git_commits.csv,michaeljones_breathe.git_hullabaloo_CONTRIBUTING.rst +GoalSmashers_clean-css.git,_GoalSmashers_clean-css.git_commits.csv,GoalSmashers_clean-css.git_hullabaloo_CONTRIBUTING.md +smarty-php_smarty.git,_smarty-php_smarty.git_commits.csv,smarty-php_smarty.git_hullabaloo_CONTRIBUTING.md +coreruleset_coreruleset.git,_coreruleset_coreruleset.git_commits.csv,coreruleset_coreruleset.git_hullabaloo_CONTRIBUTING.md +mapbox_leaflet-image,_mapbox_leaflet-image_commits.csv,mapbox_leaflet-image_hullabaloo_CONTRIBUTING.md +httpie_httpie,_httpie_httpie_commits.csv,httpie_httpie_hullabaloo_CONTRIBUTING.rst +Icinga_icinga2,_Icinga_icinga2_commits.csv,Icinga_icinga2_hullabaloo_CONTRIBUTING.md +bit-team_backintime,_bit-team_backintime_commits.csv,bit-team_backintime_hullabaloo_CONTRIBUTING.md +bastibe_python-soundfile.git,_bastibe_python-soundfile.git_commits.csv,bastibe_python-soundfile.git_hullabaloo_CONTRIBUTING.rst +howardabrams_node-mocks-http,_howardabrams_node-mocks-http_commits.csv,howardabrams_node-mocks-http_hullabaloo_CONTRIBUTING.md +yrro_command-t,yrro_command-t_commits.csv,yrro_command-t_hullabaloo_CONTRIBUTING.md +zaach_jison,_zaach_jison_commits.csv,zaach_jison_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.interface.git,_zopefoundation_zope.interface.git_commits.csv,zopefoundation_zope.interface.git_hullabaloo_CONTRIBUTING.md +rbenv_ruby-build.git,_rbenv_ruby-build.git_commits.csv,rbenv_ruby-build.git_hullabaloo_CONTRIBUTING.md +mishoo_UglifyJS2,_mishoo_UglifyJS2_commits.csv,mishoo_UglifyJS2_hullabaloo_CONTRIBUTING.md +Pylons_hupper,_Pylons_hupper_commits.csv,Pylons_hupper_hullabaloo_CONTRIBUTING.rst +abishekvashok_cmatrix.git,_abishekvashok_cmatrix.git_commits.csv,abishekvashok_cmatrix.git_hullabaloo_CONTRIBUTING.md +gazebosim_gz-transport,_gazebosim_gz-transport_commits.csv,gazebosim_gz-transport_hullabaloo_CONTRIBUTING.md +django-extensions_django-extensions,_django-extensions_django-extensions_commits.csv,django-extensions_django-extensions_hullabaloo_CONTRIBUTING.md +P403n1x87_austin,P403n1x87_austin_commits.csv,P403n1x87_austin_hullabaloo_CONTRIBUTING.md +c-ares_c-ares.git,_c-ares_c-ares.git_commits.csv,c-ares_c-ares.git_hullabaloo_CONTRIBUTING +schacon_hg-git.git,_schacon_hg-git.git_commits.csv,schacon_hg-git.git_hullabaloo_CONTRIBUTING +fonttools_fonttools.git,_fonttools_fonttools.git_commits.csv,fonttools_fonttools.git_hullabaloo_CONTRIBUTING.md +mcmtroffaes_pathlib2.git,_mcmtroffaes_pathlib2.git_commits.csv,mcmtroffaes_pathlib2.git_hullabaloo_CONTRIBUTING.rst +moment_moment.git,_moment_moment.git_commits.csv,moment_moment.git_hullabaloo_CONTRIBUTING.md +zmartzone_cjose.git,_zmartzone_cjose.git_commits.csv,zmartzone_cjose.git_hullabaloo_CONTRIBUTING.md +ipython_ipython.git,_ipython_ipython.git_commits.csv,ipython_ipython.git_hullabaloo_CONTRIBUTING.md +webrtchacks_adapter,_webrtchacks_adapter_commits.csv,webrtchacks_adapter_hullabaloo_CONTRIBUTING +python-bugzilla_python-bugzilla,_python-bugzilla_python-bugzilla_commits.csv,python-bugzilla_python-bugzilla_hullabaloo_CONTRIBUTING.md +markdown-it_markdown-it,_markdown-it_markdown-it_commits.csv,markdown-it_markdown-it_hullabaloo_CONTRIBUTING.md +jazzband_django-debug-toolbar.git,_jazzband_django-debug-toolbar.git_commits.csv,jazzband_django-debug-toolbar.git_hullabaloo_CONTRIBUTING.md +astropy_astroquery.git,_astropy_astroquery.git_commits.csv,astropy_astroquery.git_hullabaloo_CONTRIBUTING.rst +rasterio_rasterio.git,_rasterio_rasterio.git_commits.csv,rasterio_rasterio.git_hullabaloo_CONTRIBUTING.rst +librsync_librsync,_librsync_librsync_commits.csv,librsync_librsync_hullabaloo_CONTRIBUTING.md +Xastir_Xastir.git,_Xastir_Xastir.git_commits.csv,Xastir_Xastir.git_hullabaloo_CONTRIBUTING +oar-team_oar,oar-team_oar_commits.csv,oar-team_oar_hullabaloo_CONTRIBUTING.md +zyga_padme,_zyga_padme_commits.csv,zyga_padme_hullabaloo_CONTRIBUTING.rst +zloirock_core-js.git,_zloirock_core-js.git_commits.csv,zloirock_core-js.git_hullabaloo_CONTRIBUTING.md +dropbox_dropbox-sdk-python,_dropbox_dropbox-sdk-python_commits.csv,dropbox_dropbox-sdk-python_hullabaloo_CONTRIBUTING.rst +orcus_orcus,orcus_orcus_commits.csv,orcus_orcus_hullabaloo_CONTRIBUTING.md +scrapinghub_dateparser,_scrapinghub_dateparser_commits.csv,scrapinghub_dateparser_hullabaloo_CONTRIBUTING.rst +gstreamer_orc,gstreamer_orc_commits.csv,gstreamer_orc_hullabaloo_CONTRIBUTING.md +nodejs_node-gyp.git,_nodejs_node-gyp.git_commits.csv,nodejs_node-gyp.git_hullabaloo_CONTRIBUTING.md +audacity_audacity.git,_audacity_audacity.git_commits.csv,audacity_audacity.git_hullabaloo_CONTRIBUTING.md +kornelski_pngquant.git,_kornelski_pngquant.git_commits.csv,kornelski_pngquant.git_hullabaloo_CONTRIBUTING.md +Iotic-Labs_py-ubjson,_Iotic-Labs_py-ubjson_commits.csv,Iotic-Labs_py-ubjson_hullabaloo_CONTRIBUTING.md +puppetlabs_puppetlabs-postgresql.git,_puppetlabs_puppetlabs-postgresql.git_commits.csv,puppetlabs_puppetlabs-postgresql.git_hullabaloo_CONTRIBUTING.md +GNOME_json-glib.git,GNOME_json-glib.git_commits.csv,GNOME_json-glib.git_hullabaloo_CONTRIBUTING.md +easyrdf_easyrdf.git,_easyrdf_easyrdf.git_commits.csv,easyrdf_easyrdf.git_hullabaloo_CONTRIBUTING.md +GNOME_gnome-clocks.git,GNOME_gnome-clocks.git_commits.csv,GNOME_gnome-clocks.git_hullabaloo_CONTRIBUTING.md +Leaflet_Leaflet.markercluster,_Leaflet_Leaflet.markercluster_commits.csv,Leaflet_Leaflet.markercluster_hullabaloo_CONTRIBUTING.md +open-power_skiboot.git,_open-power_skiboot.git_commits.csv,open-power_skiboot.git_hullabaloo_CONTRIBUTING.md +osmcode_libosmium.git,_osmcode_libosmium.git_commits.csv,osmcode_libosmium.git_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_dcfldd,_resurrecting-open-source-projects_dcfldd_commits.csv,resurrecting-open-source-projects_dcfldd_hullabaloo_CONTRIBUTING.md +angband_angband,_angband_angband_commits.csv,angband_angband_hullabaloo_CONTRIBUTING.md +jazzband_django-pipeline,_jazzband_django-pipeline_commits.csv,jazzband_django-pipeline_hullabaloo_CONTRIBUTING.rst +jquery_qunit.git,_jquery_qunit.git_commits.csv,jquery_qunit.git_hullabaloo_CONTRIBUTING.md +gpodder_gpodder,_gpodder_gpodder_commits.csv,gpodder_gpodder_hullabaloo_CONTRIBUTING.md +gpodder_mygpoclient,_gpodder_mygpoclient_commits.csv,gpodder_mygpoclient_hullabaloo_CONTRIBUTING.md +pytroll_satpy,_pytroll_satpy_commits.csv,pytroll_satpy_hullabaloo_CONTRIBUTING.rst +GNOME_mobile-broadband-provider-info,GNOME_mobile-broadband-provider-info_commits.csv,GNOME_mobile-broadband-provider-info_hullabaloo_CONTRIBUTING +01org_isa-l.git,_01org_isa-l.git_commits.csv,01org_isa-l.git_hullabaloo_CONTRIBUTING.md +jbeder_yaml-cpp,_jbeder_yaml-cpp_commits.csv,jbeder_yaml-cpp_hullabaloo_CONTRIBUTING.md +letsencrypt_letsencrypt,_letsencrypt_letsencrypt_commits.csv,letsencrypt_letsencrypt.git_hullabaloo_CONTRIBUTING.rst +cookiecutter_whichcraft,_cookiecutter_whichcraft_commits.csv,cookiecutter_whichcraft_hullabaloo_CONTRIBUTING.rst +clojure_tools.logging.git,_clojure_tools.logging.git_commits.csv,clojure_tools.logging.git_hullabaloo_CONTRIBUTING.md +javaparser_javaparser.git,_javaparser_javaparser.git_commits.csv,javaparser_javaparser.git_hullabaloo_CONTRIBUTING.md +boxbackup_boxbackup.git,_boxbackup_boxbackup.git_commits.csv,boxbackup_boxbackup.git_hullabaloo_CONTRIBUTING.md +encode_django-rest-framework,_encode_django-rest-framework_commits.csv,encode_django-rest-framework_hullabaloo_CONTRIBUTING.md +matthewdeanmartin_terminaltables,_matthewdeanmartin_terminaltables_commits.csv,matthewdeanmartin_terminaltables_hullabaloo_CONTRIBUTING.md +akheron_jansson.git,_akheron_jansson.git_commits.csv,akheron_jansson.git_hullabaloo_CONTRIBUTING.md +namhyung_uftrace,_namhyung_uftrace_commits.csv,namhyung_uftrace_hullabaloo_CONTRIBUTING.md +PyTables_PyTables,_PyTables_PyTables_commits.csv,PyTables_PyTables_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_sniffit,_resurrecting-open-source-projects_sniffit_commits.csv,resurrecting-open-source-projects_sniffit_hullabaloo_CONTRIBUTING.md +nicolargo_glances,_nicolargo_glances_commits.csv,nicolargo_glances_hullabaloo_CONTRIBUTING.md +GNOME_glade,GNOME_glade_commits.csv,GNOME_glade_hullabaloo_CONTRIBUTING.md +prometheus_node_exporter,_prometheus_node_exporter_commits.csv,prometheus_node_exporter_hullabaloo_CONTRIBUTING.md +elastic_elasticsearch-ruby,_elastic_elasticsearch-ruby_commits.csv,elastic_elasticsearch-ruby_hullabaloo_CONTRIBUTING.md +lunarmodules_penlight,_lunarmodules_penlight_commits.csv,lunarmodules_penlight_hullabaloo_CONTRIBUTING.md +OSGeo_shapelib.git,_OSGeo_shapelib.git_commits.csv,OSGeo_shapelib.git_hullabaloo_CONTRIBUTING.md +idlesign_django-sitetree,_idlesign_django-sitetree_commits.csv,idlesign_django-sitetree_hullabaloo_CONTRIBUTING +coringao_jag,coringao_jag_commits.csv,coringao_jag_hullabaloo_CONTRIBUTING.md +intridea_grape-entity,_intridea_grape-entity_commits.csv,intridea_grape-entity_hullabaloo_CONTRIBUTING.md +dbus_dbus-glib.git,dbus_dbus-glib.git_commits.csv,dbus_dbus-glib.git_hullabaloo_CONTRIBUTING +eventlet_eventlet.git,_eventlet_eventlet.git_commits.csv,eventlet_eventlet.git_hullabaloo_CONTRIBUTING.md +SethMMorton_natsort.git,_SethMMorton_natsort.git_commits.csv,SethMMorton_natsort.git_hullabaloo_CONTRIBUTING.md +guessit-io_guessit.git,_guessit-io_guessit.git_commits.csv,guessit-io_guessit.git_hullabaloo_CONTRIBUTING.rst +elastic_elasticsearch-py.git,_elastic_elasticsearch-py.git_commits.csv,elastic_elasticsearch-py.git_hullabaloo_CONTRIBUTING.md +NagiosEnterprises_nrpe.git,_NagiosEnterprises_nrpe.git_commits.csv,NagiosEnterprises_nrpe.git_hullabaloo_CONTRIBUTING.md +pylons_plaster,_pylons_plaster_commits.csv,pylons_plaster_hullabaloo_CONTRIBUTING.rst +oath-toolkit_oath-toolkit,oath-toolkit_oath-toolkit_commits.csv,oath-toolkit_oath-toolkit_hullabaloo_CONTRIBUTING.md +flot_flot,_flot_flot_commits.csv,flot_flot_hullabaloo_CONTRIBUTING.md +squizlabs_PHP_CodeSniffer,_squizlabs_PHP_CodeSniffer_commits.csv,squizlabs_PHP_CodeSniffer_hullabaloo_CONTRIBUTING.md +rytilahti_python-miio.git,_rytilahti_python-miio.git_commits.csv,rytilahti_python-miio.git_hullabaloo_CONTRIBUTING.md +Tux_Text-CSV_XS.git,_Tux_Text-CSV_XS.git_commits.csv,Tux_Text-CSV_XS.git_hullabaloo_CONTRIBUTING.md +RiotGames_buff-extensions,_RiotGames_buff-extensions_commits.csv,RiotGames_buff-extensions_hullabaloo_CONTRIBUTING.md +dompdf_dompdf,_dompdf_dompdf_commits.csv,dompdf_dompdf_hullabaloo_CONTRIBUTING.md +EsotericSoftware_kryo.git,_EsotericSoftware_kryo.git_commits.csv,EsotericSoftware_kryo.git_hullabaloo_CONTRIBUTING.md +ronf_asyncssh,_ronf_asyncssh_commits.csv,ronf_asyncssh_hullabaloo_CONTRIBUTING.rst +zopefoundation_zc.lockfile,_zopefoundation_zc.lockfile_commits.csv,zopefoundation_zc.lockfile_hullabaloo_CONTRIBUTING.md +qxmpp-project_qxmpp.git,_qxmpp-project_qxmpp.git_commits.csv,qxmpp-project_qxmpp.git_hullabaloo_CONTRIBUTING.md +eclipse-ee4j_eclipselink.git,_eclipse-ee4j_eclipselink.git_commits.csv,eclipse-ee4j_eclipselink.git_hullabaloo_CONTRIBUTING.md +ImageOptim_libimagequant.git,_ImageOptim_libimagequant.git_commits.csv,ImageOptim_libimagequant.git_hullabaloo_CONTRIBUTING.md +ianare_exif-py,_ianare_exif-py_commits.csv,ianare_exif-py_hullabaloo_CONTRIBUTING.rst +wtforms_flask-wtf.git,_wtforms_flask-wtf.git_commits.csv,wtforms_flask-wtf.git_hullabaloo_CONTRIBUTING.rst +websocket-client_websocket-client,_websocket-client_websocket-client_commits.csv,websocket-client_websocket-client_hullabaloo_CONTRIBUTING.md +i18next_i18next,_i18next_i18next_commits.csv,i18next_i18next_hullabaloo_CONTRIBUTING.md +aptly-dev_aptly.git,_aptly-dev_aptly.git_commits.csv,aptly-dev_aptly.git_hullabaloo_CONTRIBUTING.md +GNOME_gvfs.git,GNOME_gvfs.git_commits.csv,GNOME_gvfs.git_hullabaloo_CONTRIBUTING.md +pymodbus-dev_pymodbus.git,_pymodbus-dev_pymodbus.git_commits.csv,pymodbus-dev_pymodbus.git_hullabaloo_CONTRIBUTING.md +Leaflet_Leaflet,_Leaflet_Leaflet_commits.csv,Leaflet_Leaflet.markercluster_hullabaloo_CONTRIBUTING.md +cyrusimap_cyrus-sasl.git,_cyrusimap_cyrus-sasl.git_commits.csv,cyrusimap_cyrus-sasl.git_hullabaloo_CONTRIBUTING.md +zopefoundation_zope.i18nmessageid,_zopefoundation_zope.i18nmessageid_commits.csv,zopefoundation_zope.i18nmessageid_hullabaloo_CONTRIBUTING.md +gitea_postgis_postgis.git,gitea_postgis_postgis.git_commits.csv,gitea_postgis_postgis.git_hullabaloo_CONTRIBUTING.md +theskumar_python-dotenv.git,_theskumar_python-dotenv.git_commits.csv,theskumar_python-dotenv.git_hullabaloo_CONTRIBUTING.md +sobolevn_django-split-settings,_sobolevn_django-split-settings_commits.csv,sobolevn_django-split-settings_hullabaloo_CONTRIBUTING.rst +Openshot_openshot-qt.git,_Openshot_openshot-qt.git_commits.csv,Openshot_openshot-qt.git_hullabaloo_CONTRIBUTING.md +powerline_powerline,_powerline_powerline_commits.csv,powerline_powerline_hullabaloo_CONTRIBUTING.rst +varvet_pundit,_varvet_pundit_commits.csv,varvet_pundit_hullabaloo_CONTRIBUTING.md +karenetheridge_Module-Manifest,_karenetheridge_Module-Manifest_commits.csv,karenetheridge_Module-Manifest_hullabaloo_CONTRIBUTING +spacetelescope_gwcs,_spacetelescope_gwcs_commits.csv,spacetelescope_gwcs_hullabaloo_CONTRIBUTING.md +lxc_lxcfs.git,_lxc_lxcfs.git_commits.csv,lxc_lxcfs.git_hullabaloo_CONTRIBUTING.md +colmap_colmap,_colmap_colmap_commits.csv,colmap_colmap_hullabaloo_CONTRIBUTING.md +slime_slime,_slime_slime_commits.csv,slime_slime_hullabaloo_CONTRIBUTING.md +axel-download-accelerator_axel.git,_axel-download-accelerator_axel.git_commits.csv,axel-download-accelerator_axel.git_hullabaloo_CONTRIBUTING.md +tantale_deprecated.git,_tantale_deprecated.git_commits.csv,tantale_deprecated.git_hullabaloo_CONTRIBUTING.rst +schleuder_schleuder.git,schleuder_schleuder.git_commits.csv,schleuder_schleuder.git_hullabaloo_CONTRIBUTING.md +voxpupuli_librarian-puppet.git,_voxpupuli_librarian-puppet.git_commits.csv,voxpupuli_librarian-puppet.git_hullabaloo_CONTRIBUTING.md +jmaslak_Net-Netmask.git,_jmaslak_Net-Netmask.git_commits.csv,jmaslak_Net-Netmask.git_hullabaloo_CONTRIBUTING +jobovy_galpy.git,_jobovy_galpy.git_commits.csv,jobovy_galpy.git_hullabaloo_CONTRIBUTING.md +bobek_pkg-pimd,bobek_pkg-pimd_commits.csv,bobek_pkg-pimd_hullabaloo_CONTRIBUTING.md +pydanny_cached-property.git,_pydanny_cached-property.git_commits.csv,pydanny_cached-property.git_hullabaloo_CONTRIBUTING.rst +ros_robot_state_publisher,_ros_robot_state_publisher_commits.csv,ros_robot_state_publisher_hullabaloo_CONTRIBUTING.md +pazz_alot,_pazz_alot_commits.csv,pazz_alot_hullabaloo_CONTRIBUTING.rst +plasma_kwin.git,plasma_kwin.git_commits.csv,plasma_kwin.git_hullabaloo_CONTRIBUTING.md +resurrecting-open-source-projects_cbm,_resurrecting-open-source-projects_cbm_commits.csv,resurrecting-open-source-projects_cbm_hullabaloo_CONTRIBUTING.md +intel_compute-runtime,_intel_compute-runtime_commits.csv,intel_compute-runtime_hullabaloo_CONTRIBUTING.md +thumbor_libthumbor,_thumbor_libthumbor_commits.csv,thumbor_libthumbor_hullabaloo_CONTRIBUTING +epeli_underscore.string,_epeli_underscore.string_commits.csv,epeli_underscore.string_hullabaloo_CONTRIBUTING.md +geopython_geolinks.git,_geopython_geolinks.git_commits.csv,geopython_geolinks.git_hullabaloo_CONTRIBUTING.md +zeroc-ice_ice-builder-gradle-debian-packaging.git,zeroc-ice_ice-builder-gradle-debian-packaging.git_commits.csv,zeroc-ice_ice-builder-gradle-debian-packaging.git_hullabaloo_CONTRIBUTING.md +maxmind_geoip-api-perl.git,_maxmind_geoip-api-perl.git_commits.csv,maxmind_geoip-api-perl.git_hullabaloo_CONTRIBUTING.md +httprb_http.rb,_httprb_http.rb_commits.csv,httprb_http.rb_hullabaloo_CONTRIBUTING.md +rails_rails-dom-testing,_rails_rails-dom-testing_commits.csv,rails_rails-dom-testing_hullabaloo_CONTRIBUTING.md +jas_libntlm,jas_libntlm_commits.csv,jas_libntlm_hullabaloo_CONTRIBUTING.md +silx-kit_pyFAI,_silx-kit_pyFAI_commits.csv,silx-kit_pyFAI_hullabaloo_CONTRIBUTING.md +rakhimov_scram.git,_rakhimov_scram.git_commits.csv,rakhimov_scram.git_hullabaloo_CONTRIBUTING.md +capistrano_sshkit.git,_capistrano_sshkit.git_commits.csv,capistrano_sshkit.git_hullabaloo_CONTRIBUTING.md +X0rg_CPU-X.git,_X0rg_CPU-X.git_commits.csv,X0rg_CPU-X.git_hullabaloo_CONTRIBUTING.md +GNOME_gnome-desktop.git,GNOME_gnome-desktop.git_commits.csv,GNOME_gnome-desktop.git_hullabaloo_CONTRIBUTING.md +florimondmanca_djangorestframework-api-key,_florimondmanca_djangorestframework-api-key_commits.csv,florimondmanca_djangorestframework-api-key_hullabaloo_CONTRIBUTING.md +zopefoundation_BTrees.git,_zopefoundation_BTrees.git_commits.csv,zopefoundation_BTrees.git_hullabaloo_CONTRIBUTING.md +selectize_selectize.js,_selectize_selectize.js_commits.csv,selectize_selectize.js_hullabaloo_CONTRIBUTING.md +jupyter_nbformat,_jupyter_nbformat_commits.csv,jupyter_nbformat_hullabaloo_CONTRIBUTING.md +libidn_libidn2,libidn_libidn2_commits.csv,libidn_libidn2_hullabaloo_CONTRIBUTING +Electrostatics_apbs,_Electrostatics_apbs_commits.csv,Electrostatics_apbs_hullabaloo_CONTRIBUTING.md +checkpoint-restore_criu.git,_checkpoint-restore_criu.git_commits.csv,checkpoint-restore_criu.git_hullabaloo_CONTRIBUTING.md +untitaker_python-atomicwrites,_untitaker_python-atomicwrites_commits.csv,untitaker_python-atomicwrites_hullabaloo_CONTRIBUTING.rst +dpmb_dpmb,dpmb_dpmb_commits.csv,dpmb_dpmb_hullabaloo_CONTRIBUTING.md +emcrisostomo_fswatch.git,_emcrisostomo_fswatch.git_commits.csv,emcrisostomo_fswatch.git_hullabaloo_CONTRIBUTING.md +flask-restful_flask-restful,_flask-restful_flask-restful_commits.csv,flask-restful_flask-restful_hullabaloo_CONTRIBUTING.md +joaotavora_yasnippet,_joaotavora_yasnippet_commits.csv,joaotavora_yasnippet_hullabaloo_CONTRIBUTING.md +geopython_stetl.git,_geopython_stetl.git_commits.csv,geopython_stetl.git_hullabaloo_CONTRIBUTING.md +django-polymorphic_django-polymorphic,_django-polymorphic_django-polymorphic_commits.csv,django-polymorphic_django-polymorphic_hullabaloo_CONTRIBUTING.rst +jendrikseipp_vulture.git,_jendrikseipp_vulture.git_commits.csv,jendrikseipp_vulture.git_hullabaloo_CONTRIBUTING.rst +GNOME_gnome-calendar.git,GNOME_gnome-calendar.git_commits.csv,GNOME_gnome-calendar.git_hullabaloo_CONTRIBUTING.md +capistrano_capistrano.git,_capistrano_capistrano.git_commits.csv,capistrano_capistrano.git_hullabaloo_CONTRIBUTING +mwilliamson_spur.py.git,_mwilliamson_spur.py.git_commits.csv,mwilliamson_spur.py.git_hullabaloo_CONTRIBUTING.rst +troglobit_inadyn,_troglobit_inadyn_commits.csv,troglobit_inadyn_hullabaloo_CONTRIBUTING.md diff --git a/12825_revision/misc_data_files/main/all_fvf_README_manifest-link.csv b/12825_revision/misc_data_files/main/all_fvf_README_manifest-link.csv new file mode 100644 index 0000000..3870ae7 --- /dev/null +++ b/12825_revision/misc_data_files/main/all_fvf_README_manifest-link.csv @@ -0,0 +1,4253 @@ +repo_id,commits_filepath,fvf_filepath +italiangrid_voms,_italiangrid_voms_commits.csv,italiangrid_voms_hullabaloo_README.md +ultrajson_ultrajson,_ultrajson_ultrajson_commits.csv,ultrajson_ultrajson_hullabaloo_README +swipely_docker-api,_swipely_docker-api_commits.csv,swipely_docker-api_hullabaloo_README.md +aio-libs_aiomysql.git,_aio-libs_aiomysql.git_commits.csv,aio-libs_aiomysql.git_hullabaloo_README +shekyan_slowhttptest,_shekyan_slowhttptest_commits.csv,shekyan_slowhttptest_hullabaloo_README.md +CoderPuppy_os-browserify,_CoderPuppy_os-browserify_commits.csv,CoderPuppy_os-browserify_hullabaloo_README.md +palapeli.git,palapeli.git_commits.csv,palapeli.git_hullabaloo_README +ft_pkg-fdm,ft_pkg-fdm_commits.csv,ft_pkg-fdm_hullabaloo_README +Jmgr_actiona,_Jmgr_actiona_commits.csv,Jmgr_actiona_hullabaloo_README +seatgeek_fuzzywuzzy,_seatgeek_fuzzywuzzy_commits.csv,seatgeek_fuzzywuzzy_hullabaloo_README.txt +mate-desktop_caja-extensions.git,_mate-desktop_caja-extensions.git_commits.csv,mate-desktop_caja-extensions.git_hullabaloo_README +pdewacht_brlaser,_pdewacht_brlaser_commits.csv,pdewacht_brlaser_hullabaloo_README.md +qTox_qTox,_qTox_qTox_commits.csv,qTox_qTox_hullabaloo_README.md +gohugoio_hugo.git,_gohugoio_hugo.git_commits.csv,gohugoio_hugo.git_hullabaloo_README.md +winchen_engauge_debian,winchen_engauge_debian_commits.csv,winchen_engauge_debian_hullabaloo_osx +ukui_kylin-burner,ukui_kylin-burner_commits.csv,ukui_kylin-burner_hullabaloo_README +Jeija_gtkterm.git,_Jeija_gtkterm.git_commits.csv,Jeija_gtkterm.git_hullabaloo_README +realnc_qtads.git,_realnc_qtads.git_commits.csv,realnc_qtads.git_hullabaloo_README +RDFLib_rdflib.git,_RDFLib_rdflib.git_commits.csv,RDFLib_rdflib.git_hullabaloo_README +Washington-University_CiftiLib,_Washington-University_CiftiLib_commits.csv,Washington-University_CiftiLib_hullabaloo_README +anymail_django-anymail,_anymail_django-anymail_commits.csv,anymail_django-anymail_hullabaloo_README.rst +knxd_knxd,knxd_knxd_commits.csv,knxd_knxd_hullabaloo_README.md +virgl_virglrenderer.git,virgl_virglrenderer.git_commits.csv,virgl_virglrenderer.git_hullabaloo_README.md +ycm-core_ycmd,_ycm-core_ycmd_commits.csv,ycm-core_ycmd_hullabaloo_README +aio-libs_aiohttp.git,_aio-libs_aiohttp.git_commits.csv,aio-libs_aiohttp.git_hullabaloo_README.rst +PyCQA_pycodestyle,_PyCQA_pycodestyle_commits.csv,PyCQA_pycodestyle_hullabaloo_README.txt +rhboot_dumpet.git,_rhboot_dumpet.git_commits.csv,rhboot_dumpet.git_hullabaloo_README +worldforge_wfmath,_worldforge_wfmath_commits.csv,worldforge_wfmath_hullabaloo_README +bovigo_vfsStream,_bovigo_vfsStream_commits.csv,bovigo_vfsStream_hullabaloo_README.md +jupyter_jupyter_console,_jupyter_jupyter_console_commits.csv,jupyter_jupyter_console_hullabaloo_README.md +python-rope_rope,_python-rope_rope_commits.csv,python-rope_rope_hullabaloo_README.txt +dmgerman_ninka,_dmgerman_ninka_commits.csv,dmgerman_ninka_hullabaloo_README.TXT +valr_cbatticon.git,_valr_cbatticon.git_commits.csv,valr_cbatticon.git_hullabaloo_README +jrh13_hol-light.git,_jrh13_hol-light.git_commits.csv,jrh13_hol-light.git_hullabaloo_README +ygrek_ocaml-extlib.git,_ygrek_ocaml-extlib.git_commits.csv,ygrek_ocaml-extlib.git_hullabaloo_README.txt +geopython_OWSLib.git,_geopython_OWSLib.git_commits.csv,geopython_OWSLib.git_hullabaloo_README.txt +cdent_paste,_cdent_paste_commits.csv,cdent_pastescript.git_hullabaloo_README.rst +pure-data_libdir,_pure-data_libdir_commits.csv,pure-data_libdir_hullabaloo_README.txt +Lawouach_WebSocket-for-Python.git,_Lawouach_WebSocket-for-Python.git_commits.csv,Lawouach_WebSocket-for-Python.git_hullabaloo_README +psi-plus_psi-plus-snapshots.git,_psi-plus_psi-plus-snapshots.git_commits.csv,psi-plus_psi-plus-snapshots.git_hullabaloo_README +csete_qthid,_csete_qthid_commits.csv,csete_qthid_hullabaloo_README.txt +x42_jack_midi_clock,_x42_jack_midi_clock_commits.csv,x42_jack_midi_clock_hullabaloo_README +TomKellyGenetics_vioplot,_TomKellyGenetics_vioplot_commits.csv,TomKellyGenetics_vioplot_hullabaloo_README.md +ixion_ixion.git,ixion_ixion.git_commits.csv,ixion_ixion.git_hullabaloo_README +gvvaughan_lyaml,_gvvaughan_lyaml_commits.csv,gvvaughan_lyaml_hullabaloo_README.md +rootless-containers_slirp4netns.git,_rootless-containers_slirp4netns.git_commits.csv,rootless-containers_slirp4netns.git_hullabaloo_README.md +shellinabox_shellinabox,shellinabox_shellinabox_commits.csv,shellinabox_shellinabox_hullabaloo_README +box_genty.git,_box_genty.git_commits.csv,box_genty.git_hullabaloo_README.rst +linuxmint_cinnamon-session.git,_linuxmint_cinnamon-session.git_commits.csv,linuxmint_cinnamon-session.git_hullabaloo_README +GNOME_libgit2-glib.git,GNOME_libgit2-glib.git_commits.csv,GNOME_libgit2-glib.git_hullabaloo_README +dimitri_prefix,dimitri_prefix_commits.csv,dimitri_prefix_hullabaloo_README.txt +prawnpdf_pdf-core,_prawnpdf_pdf-core_commits.csv,prawnpdf_pdf-core_hullabaloo_README.md +ocrmypdf_OCRmyPDF.git,_ocrmypdf_OCRmyPDF.git_commits.csv,ocrmypdf_OCRmyPDF.git_hullabaloo_README.md +CDrummond_cantata,_CDrummond_cantata_commits.csv,CDrummond_cantata_hullabaloo_README +anvilresearch_json-document.git,_anvilresearch_json-document.git_commits.csv,anvilresearch_json-document.git_hullabaloo_README.md +compiz_compiz-plugins-extra.git,compiz_compiz-plugins-extra.git_commits.csv,compiz_compiz-plugins-extra.git_hullabaloo_README +tenderlove_rexical,_tenderlove_rexical_commits.csv,tenderlove_rexical_hullabaloo_README +scilab_scilab.git,scilab_scilab.git_commits.csv,scilab_scilab.git_hullabaloo_README +Bioconductor_BiocParallel,_Bioconductor_BiocParallel_commits.csv,Bioconductor_BiocParallel_hullabaloo_README.md +AlisterH_gwc.git,_AlisterH_gwc.git_commits.csv,AlisterH_gwc.git_hullabaloo_README +fribidi_fribidi.git,_fribidi_fribidi.git_commits.csv,fribidi_fribidi.git_hullabaloo_README +achernya_hesiod,achernya_hesiod_commits.csv,achernya_hesiod_hullabaloo_README +hackebrot_jinja2-time,_hackebrot_jinja2-time_commits.csv,hackebrot_jinja2-time_hullabaloo_README.rst +caml-pkcs11_caml-crush,caml-pkcs11_caml-crush_commits.csv,caml-pkcs11_caml-crush_hullabaloo_README.md +resurrecting-open-source-projects_nbtscan,_resurrecting-open-source-projects_nbtscan_commits.csv,resurrecting-open-source-projects_nbtscan_hullabaloo_README +tych0_xcffib.git,_tych0_xcffib.git_commits.csv,tych0_xcffib.git_hullabaloo_README.md +DonyorM_weresync.git,_DonyorM_weresync.git_commits.csv,DonyorM_weresync.git_hullabaloo_README.rst +libyal_libolecf.git,_libyal_libolecf.git_commits.csv,libyal_libolecf.git_hullabaloo_README +gerasiov_ldapscripts,gerasiov_ldapscripts_commits.csv,gerasiov_ldapscripts_hullabaloo_README +gitpython-developers_gitdb,_gitpython-developers_gitdb_commits.csv,gitpython-developers_gitdb_hullabaloo_README +rncbc_qsampler.git,_rncbc_qsampler.git_commits.csv,rncbc_qsampler.git_hullabaloo_README +LMMS_lmms.git,_LMMS_lmms.git_commits.csv,LMMS_lmms.git_hullabaloo_README +webcamoid_webcamoid.git,_webcamoid_webcamoid.git_commits.csv,webcamoid_webcamoid.git_hullabaloo_README.markdown +kblocks.git,kblocks.git_commits.csv,kblocks.git_hullabaloo_README.PACKAGERS +worldforge_eris,_worldforge_eris_commits.csv,worldforge_eris_hullabaloo_README +datalad_datalad,datalad_datalad_commits.csv,datalad_datalad_hullabaloo_README.md +accounts-sso_libaccounts-qt.git,accounts-sso_libaccounts-qt.git_commits.csv,accounts-sso_libaccounts-qt.git_hullabaloo_README +mozman_svgwrite.git,_mozman_svgwrite.git_commits.csv,mozman_svgwrite.git_hullabaloo_README.TXT +otsaloma_nfoview,_otsaloma_nfoview_commits.csv,otsaloma_nfoview_hullabaloo_README.translators +korfuri_django-prometheus,_korfuri_django-prometheus_commits.csv,korfuri_django-prometheus_hullabaloo_README.md +lualdap_lualdap.git,_lualdap_lualdap.git_commits.csv,lualdap_lualdap.git_hullabaloo_README +iovisor_bpftrace,_iovisor_bpftrace_commits.csv,iovisor_bpftrace_hullabaloo_README.md +avalentino_pyepr.git,_avalentino_pyepr.git_commits.csv,avalentino_pyepr.git_hullabaloo_README.txt +rstudio_crosstalk.git,_rstudio_crosstalk.git_commits.csv,rstudio_crosstalk.git_hullabaloo_README.md +Koed00_django-q,_Koed00_django-q_commits.csv,Koed00_django-q_hullabaloo_README.md +webcomics_dosage,_webcomics_dosage_commits.csv,webcomics_dosage_hullabaloo_README.md +babel_grunt-babel.git,_babel_grunt-babel.git_commits.csv,babel_grunt-babel.git_hullabaloo_README.md +xaicron_p5-JSON-WebToken.git,_xaicron_p5-JSON-WebToken.git_commits.csv,xaicron_p5-JSON-WebToken.git_hullabaloo_README +ericvsmith_toposort,ericvsmith_toposort_commits.csv,ericvsmith_toposort_hullabaloo_README.txt +userspace-rcu.git,userspace-rcu.git_commits.csv,userspace-rcu.git_hullabaloo_README +sumoheavy_jira-ruby,_sumoheavy_jira-ruby_commits.csv,sumoheavy_jira-ruby_hullabaloo_README.markdown +mpounsett_nagiosplugin.git,_mpounsett_nagiosplugin.git_commits.csv,mpounsett_nagiosplugin.git_hullabaloo_README.txt +ptrrkssn_pnscan,_ptrrkssn_pnscan_commits.csv,ptrrkssn_pnscan_hullabaloo_README.md +yetist_lunar-date,_yetist_lunar-date_commits.csv,yetist_lunar-date_hullabaloo_README +f-secure-foundry_tenshi,_f-secure-foundry_tenshi_commits.csv,f-secure-foundry_tenshi_hullabaloo_README.md +Coin3D_pivy,_Coin3D_pivy_commits.csv,Coin3D_pivy_hullabaloo_README +reduz_zytrax,_reduz_zytrax_commits.csv,reduz_zytrax_hullabaloo_README.md +skymizer_SkyPat,_skymizer_SkyPat_commits.csv,skymizer_SkyPat_hullabaloo_README +andreas-kupries_critcl,_andreas-kupries_critcl_commits.csv,andreas-kupries_critcl_hullabaloo_README.md +warner_python-ecdsa.git,_warner_python-ecdsa.git_commits.csv,warner_python-ecdsa.git_hullabaloo_README +stachenov_quazip.git,_stachenov_quazip.git_commits.csv,stachenov_quazip.git_hullabaloo_README +GNOME_phodav.git,GNOME_phodav.git_commits.csv,GNOME_phodav.git_hullabaloo_README +GreycLab_CImg.git,_GreycLab_CImg.git_commits.csv,GreycLab_CImg.git_hullabaloo_README.md +kilobyte_tran,kilobyte_tran_commits.csv,kilobyte_tran_hullabaloo_README +netty_netty,_netty_netty_commits.csv,netty_netty_hullabaloo_README.md +twbs_bootstrap-sass,_twbs_bootstrap-sass_commits.csv,twbs_bootstrap-sass_hullabaloo_README.md +libosinfo_libosinfo.git,libosinfo_libosinfo.git_commits.csv,libosinfo_libosinfo.git_hullabaloo_README +kdevelop_kdevelop.git,kdevelop_kdevelop.git_commits.csv,kdevelop_kdevelop.git_hullabaloo_README +phpDocumentor_ReflectionDocBlock,_phpDocumentor_ReflectionDocBlock_commits.csv,phpDocumentor_ReflectionDocBlock_hullabaloo_README.md +tbird20d_grabserial,_tbird20d_grabserial_commits.csv,tbird20d_grabserial_hullabaloo_README.md +pympler_pympler.git,_pympler_pympler.git_commits.csv,pympler_pympler.git_hullabaloo_README +kilobyte_compsize,kilobyte_compsize_commits.csv,kilobyte_compsize_hullabaloo_README.md +tlby_netmask,_tlby_netmask_commits.csv,tlby_netmask_hullabaloo_README +cherrypy_cherrypy.git,_cherrypy_cherrypy.git_commits.csv,cherrypy_cherrypy.git_hullabaloo_README.TXT +isaacs_once.git,_isaacs_once.git_commits.csv,isaacs_once.git_hullabaloo_README.md +merge_tslib-debian,merge_tslib-debian_commits.csv,merge_tslib-debian_hullabaloo_README.md +tox-dev_tox.git,_tox-dev_tox.git_commits.csv,tox-dev_tox.git_hullabaloo_README.txt +mcmtroffaes_latexcodec,_mcmtroffaes_latexcodec_commits.csv,mcmtroffaes_latexcodec_hullabaloo_README.rst +linux-thinkpad_tp_smapi,_linux-thinkpad_tp_smapi_commits.csv,linux-thinkpad_tp_smapi_hullabaloo_README +pytest-dev_apipkg,_pytest-dev_apipkg_commits.csv,pytest-dev_apipkg_hullabaloo_README.txt +libfann_fann,_libfann_fann_commits.csv,libfann_fann_hullabaloo_README +exhuma_python-cluster.git,_exhuma_python-cluster.git_commits.csv,exhuma_python-cluster.git_hullabaloo_README +ahoward_open4,_ahoward_open4_commits.csv,ahoward_open4_hullabaloo_README +berrange_perl-net-dbus,berrange_perl-net-dbus_commits.csv,berrange_perl-net-dbus_hullabaloo_README +openzim_libzim.git,_openzim_libzim.git_commits.csv,openzim_libzim.git_hullabaloo_README +r0x0r_pywebview,_r0x0r_pywebview_commits.csv,r0x0r_pywebview_hullabaloo_README.md +opencollab_arpack-ng.git,_opencollab_arpack-ng.git_commits.csv,opencollab_arpack-ng.git_hullabaloo_README +BioPP_bppphyview,_BioPP_bppphyview_commits.csv,BioPP_bppphyview_hullabaloo_README +zopefoundation_roman,_zopefoundation_roman_commits.csv,zopefoundation_roman_hullabaloo_README.rst +googlei18n_fontmake.git,_googlei18n_fontmake.git_commits.csv,googlei18n_fontmake.git_hullabaloo_README.md +fbb-git_ssh-cron.git,fbb-git_ssh-cron.git_commits.csv,fbb-git_ssh-cron.git_hullabaloo_README +crigler_dtach.git,_crigler_dtach.git_commits.csv,crigler_dtach.git_hullabaloo_README +moxie0_sslsniff.git,_moxie0_sslsniff.git_commits.csv,moxie0_sslsniff.git_hullabaloo_README +source_libassuan.git,source_libassuan.git_commits.csv,source_libassuan.git_hullabaloo_README +brummer10_gxtuner,_brummer10_gxtuner_commits.csv,brummer10_gxtuner_hullabaloo_README.md +DarwinAwardWinner_ido-completing-read-plus.git,_DarwinAwardWinner_ido-completing-read-plus.git_commits.csv,DarwinAwardWinner_ido-completing-read-plus.git_hullabaloo_README.md +lxc_python3-lxc.git,_lxc_python3-lxc.git_commits.csv,lxc_python3-lxc.git_hullabaloo_README.md +lwe_entypo-rails,_lwe_entypo-rails_commits.csv,lwe_entypo-rails_hullabaloo_README.md +seattlerb_ruby_parser.git,_seattlerb_ruby_parser.git_commits.csv,seattlerb_ruby_parser.git_hullabaloo_README.txt +Parallel-NetCDF_PnetCDF,_Parallel-NetCDF_PnetCDF_commits.csv,Parallel-NetCDF_PnetCDF_hullabaloo_README +Graylog2_gelf-rb,_Graylog2_gelf-rb_commits.csv,Graylog2_gelf-rb_hullabaloo_README.rdoc +ropensci_webmockr.git,_ropensci_webmockr.git_commits.csv,ropensci_webmockr.git_hullabaloo_README.md +GNOME_geocode-glib.git,GNOME_geocode-glib.git_commits.csv,GNOME_geocode-glib.git_hullabaloo_README +supermihi_pytaglib,_supermihi_pytaglib_commits.csv,supermihi_pytaglib_hullabaloo_README +glaubitz_linux-minidisc,glaubitz_linux-minidisc_commits.csv,glaubitz_linux-minidisc_hullabaloo_README +mqttjs_mqtt-packet,_mqttjs_mqtt-packet_commits.csv,mqttjs_mqtt-packet_hullabaloo_README.md +keltia_dmarc-cat.git,_keltia_dmarc-cat.git_commits.csv,keltia_dmarc-cat.git_hullabaloo_README.md +KhronosGroup_Vulkan-Tools,_KhronosGroup_Vulkan-Tools_commits.csv,KhronosGroup_Vulkan-Tools_hullabaloo_README +coin-or_Clp,_coin-or_Clp_commits.csv,coin-or_Clp_hullabaloo_README +vcrhonek_hwdata.git,_vcrhonek_hwdata.git_commits.csv,vcrhonek_hwdata.git_hullabaloo_README +plasma_kdecoration.git,plasma_kdecoration.git_commits.csv,plasma_kdecoration.git_hullabaloo_README.md +tqdm_tqdm.git,_tqdm_tqdm.git_commits.csv,tqdm_tqdm.git_hullabaloo_README.md +brofield_simpleini,_brofield_simpleini_commits.csv,brofield_simpleini_hullabaloo_README.md +ranger_ranger.git,_ranger_ranger.git_commits.csv,ranger_ranger.git_hullabaloo_README +pdepend_pdepend,_pdepend_pdepend_commits.csv,pdepend_pdepend_hullabaloo_README.md +hiracy_serverspec-runner,_hiracy_serverspec-runner_commits.csv,hiracy_serverspec-runner_hullabaloo_README.md +holylobster_nuntius-linux.git,_holylobster_nuntius-linux.git_commits.csv,holylobster_nuntius-linux.git_hullabaloo_README +alecthomas_devtodo,_alecthomas_devtodo_commits.csv,alecthomas_devtodo_hullabaloo_README +silnrsi_font-andika,_silnrsi_font-andika_commits.csv,silnrsi_font-andika_hullabaloo_README.md +linux-man_caja-mediainfo-tab,_linux-man_caja-mediainfo-tab_commits.csv,linux-man_caja-mediainfo-tab_hullabaloo_README.md +atz_Business-EDI.git,_atz_Business-EDI.git_commits.csv,atz_Business-EDI.git_hullabaloo_README +sebastianbergmann_comparator,_sebastianbergmann_comparator_commits.csv,sebastianbergmann_comparator_hullabaloo_README.md +intridea_oauth2,_intridea_oauth2_commits.csv,intridea_oauth2_hullabaloo_README.rdoc +jvinet_knock.git,_jvinet_knock.git_commits.csv,jvinet_knock.git_hullabaloo_README +azaghal_pydenticon,_azaghal_pydenticon_commits.csv,azaghal_pydenticon_hullabaloo_README.rst +kurtmckee_feedparser,_kurtmckee_feedparser_commits.csv,kurtmckee_feedparser_hullabaloo_README +jeremyevans_sequel_pg.git,_jeremyevans_sequel_pg.git_commits.csv,jeremyevans_sequel_pg.git_hullabaloo_README.rdoc +residuum_PuRestJson.git,_residuum_PuRestJson.git_commits.csv,residuum_PuRestJson.git_hullabaloo_README +Bioconductor_XVector.git,_Bioconductor_XVector.git_commits.csv,Bioconductor_XVector.git_hullabaloo_README.md +xen-tools_xen-tools,xen-tools_xen-tools_commits.csv,xen-tools_xen-tools_hullabaloo_README +haskell-team_DHG_packages,haskell-team_DHG_packages_commits.csv,haskell-team_DHG_packages_hullabaloo_README.source +nigels-com_glew.git,_nigels-com_glew.git_commits.csv,nigels-com_glew.git_hullabaloo_README.html +13-37-org_infnoise.git,_13-37-org_infnoise.git_commits.csv,13-37-org_infnoise.git_hullabaloo_README.md +chef_ffi-yajl.git,_chef_ffi-yajl.git_commits.csv,chef_ffi-yajl.git_hullabaloo_README.md +KittyKatt_screenFetch.git,_KittyKatt_screenFetch.git_commits.csv,KittyKatt_screenFetch.git_hullabaloo_README +Seldaek_jsonlint,_Seldaek_jsonlint_commits.csv,Seldaek_jsonlint_hullabaloo_README.mdown +python-zeroconf_python-zeroconf.git,_python-zeroconf_python-zeroconf.git_commits.csv,python-zeroconf_python-zeroconf.git_hullabaloo_README +NigelCunningham_pam-MySQL.git,_NigelCunningham_pam-MySQL.git_commits.csv,NigelCunningham_pam-MySQL.git_hullabaloo_README +zetacomponents_ConsoleTools,_zetacomponents_ConsoleTools_commits.csv,zetacomponents_ConsoleTools_hullabaloo_README.md +timothycrosley_hug.git,_timothycrosley_hug.git_commits.csv,timothycrosley_hug.git_hullabaloo_README.md +js-cli_fined,_js-cli_fined_commits.csv,js-cli_fined_hullabaloo_README.md +risujin_cellwriter,_risujin_cellwriter_commits.csv,risujin_cellwriter_hullabaloo_README.md +muir_File-Flock.git,_muir_File-Flock.git_commits.csv,muir_File-Flock.git_hullabaloo_README +rncbc_qjackctl.git,_rncbc_qjackctl.git_commits.csv,rncbc_qjackctl.git_hullabaloo_README +eavgerinos_pkg-pick,eavgerinos_pkg-pick_commits.csv,eavgerinos_pkg-pick_hullabaloo_README.md +xdg_desktop-file-utils.git,xdg_desktop-file-utils.git_commits.csv,xdg_desktop-file-utils.git_hullabaloo_README +atig_atig,_atig_atig_commits.csv,atig_atig_hullabaloo_README +pgmodeler_pgmodeler.git,_pgmodeler_pgmodeler.git_commits.csv,pgmodeler_pgmodeler.git_hullabaloo_README.md +arcmenu_ArcMenu.git,arcmenu_ArcMenu.git_commits.csv,arcmenu_ArcMenu.git_hullabaloo_README.md +bk138_gromit-mpx.git,_bk138_gromit-mpx.git_commits.csv,bk138_gromit-mpx.git_hullabaloo_README +alsa-ucm-conf.git,alsa-ucm-conf.git_commits.csv,alsa-ucm-conf.git_hullabaloo_README.md +lxqt_lxqt-panel.git,_lxqt_lxqt-panel.git_commits.csv,lxqt_lxqt-panel.git_hullabaloo_README.md +twisted_pydoctor,_twisted_pydoctor_commits.csv,twisted_pydoctor_hullabaloo_README.txt +cpina_qdacco.git,_cpina_qdacco.git_commits.csv,cpina_qdacco.git_hullabaloo_README +bruce_node-temp,_bruce_node-temp_commits.csv,bruce_node-temp_hullabaloo_README.md +datamapper_do,_datamapper_do_commits.csv,datamapper_do_hullabaloo_README +redis_hiredis-py.git,_redis_hiredis-py.git_commits.csv,redis_hiredis-py.git_hullabaloo_README.md +sfepy_sfepy,_sfepy_sfepy_commits.csv,sfepy_sfepy_hullabaloo_README.txt +kanedo_gzstream.git,_kanedo_gzstream.git_commits.csv,kanedo_gzstream.git_hullabaloo_README.md +ggruen_Chatbot-Eliza,_ggruen_Chatbot-Eliza_commits.csv,ggruen_Chatbot-Eliza_hullabaloo_README +Motion-Project_motion,_Motion-Project_motion_commits.csv,Motion-Project_motion_hullabaloo_README.FreeBSD +coringao_runescape,coringao_runescape_commits.csv,coringao_runescape_hullabaloo_README.md +jpadilla_pyjwt.git,_jpadilla_pyjwt.git_commits.csv,jpadilla_pyjwt.git_hullabaloo_README.md +watson-developer-cloud_python-sdk.git,_watson-developer-cloud_python-sdk.git_commits.csv,watson-developer-cloud_python-sdk.git_hullabaloo_README.md +opentyrian_opentyrian.git,_opentyrian_opentyrian.git_commits.csv,opentyrian_opentyrian.git_hullabaloo_README +NielsMayer_mudita24,_NielsMayer_mudita24_commits.csv,NielsMayer_mudita24_hullabaloo_README +Azure_msrestazure-for-python,_Azure_msrestazure-for-python_commits.csv,Azure_msrestazure-for-python_hullabaloo_README.rst +jaldhar_Module-Starter-Plugin-CGIApp,jaldhar_Module-Starter-Plugin-CGIApp_commits.csv,jaldhar_Module-Starter-Plugin-CGIApp_hullabaloo_README +ap_Test-File-Contents.git,_ap_Test-File-Contents.git_commits.csv,ap_Test-File-Contents.git_hullabaloo_README +mdub_sham_rack,_mdub_sham_rack_commits.csv,mdub_sham_rack_hullabaloo_README.markdown +simplejson_simplejson,_simplejson_simplejson_commits.csv,simplejson_simplejson_hullabaloo_README.rst +knik0_faac,_knik0_faac_commits.csv,knik0_faac_hullabaloo_README +systemd_casync,_systemd_casync_commits.csv,systemd_casync_hullabaloo_README.md +cokelaer_colormap,_cokelaer_colormap_commits.csv,cokelaer_colormap_hullabaloo_README.md +vcr_vcr,_vcr_vcr_commits.csv,_vcr_vcr_README.md +pencil2d_pencil,_pencil2d_pencil_commits.csv,pencil2d_pencil_hullabaloo_README +ksquares.git,ksquares.git_commits.csv,ksquares.git_hullabaloo_README +nima_python-dmidecode,_nima_python-dmidecode_commits.csv,nima_python-dmidecode_hullabaloo_README +scikit-learn-contrib_imbalanced-learn.git,_scikit-learn-contrib_imbalanced-learn.git_commits.csv,scikit-learn-contrib_imbalanced-learn.git_hullabaloo_README.md +Andersbakken_rtags,_Andersbakken_rtags_commits.csv,Andersbakken_rtags_hullabaloo_README +ninja-build_ninja.git,_ninja-build_ninja.git_commits.csv,ninja-build_ninja.git_hullabaloo_README.markdown +Archive_regexxer,Archive_regexxer_commits.csv,Archive_regexxer_hullabaloo_README +fontmatrix_fontmatrix,_fontmatrix_fontmatrix_commits.csv,fontmatrix_fontmatrix_hullabaloo_README +olive-editor_olive,_olive-editor_olive_commits.csv,olive-editor_olive_hullabaloo_README.md +linux-can_can-utils.git,_linux-can_can-utils.git_commits.csv,linux-can_can-utils.git_hullabaloo_README.md +cbm755_octsympy.git,_cbm755_octsympy.git_commits.csv,cbm755_octsympy.git_hullabaloo_README.md +lostisland_faraday_middleware,_lostisland_faraday_middleware_commits.csv,lostisland_faraday_middleware_hullabaloo_README.md +schollii_pypubsub,_schollii_pypubsub_commits.csv,schollii_pypubsub_hullabaloo_README.md +shsorbom_kcmsystemd-debian.git,shsorbom_kcmsystemd-debian.git_commits.csv,shsorbom_kcmsystemd-debian.git_hullabaloo_README.md +thomaslee_spin-debian,thomaslee_spin-debian_commits.csv,thomaslee_spin-debian_hullabaloo_README.html +pristine-lfs-team_pristine-lfs.git,pristine-lfs-team_pristine-lfs.git_commits.csv,pristine-lfs-team_pristine-lfs.git_hullabaloo_README.rst +gcsideal_syslog-ng-debian,gcsideal_syslog-ng-debian_commits.csv,gcsideal_syslog-ng-debian_hullabaloo_README.Debian +OpenOrienteering_mapper,_OpenOrienteering_mapper_commits.csv,OpenOrienteering_mapper_hullabaloo_README.txt +open-iscsi_open-iscsi.git,_open-iscsi_open-iscsi.git_commits.csv,open-iscsi_open-iscsi.git_hullabaloo_README +getpelican_pelican,_getpelican_pelican_commits.csv,getpelican_pelican_hullabaloo_README.rst +jpirko_libteam,_jpirko_libteam_commits.csv,jpirko_libteam_hullabaloo_README +nm-l2tp_debian.git,nm-l2tp_debian.git_commits.csv,nm-l2tp_debian.git_hullabaloo_README.md +wchristian_parse-cpan-packages,_wchristian_parse-cpan-packages_commits.csv,wchristian_parse-cpan-packages_hullabaloo_README +ldx_python-iptables,_ldx_python-iptables_commits.csv,ldx_python-iptables_hullabaloo_README +topepo_caret.git,_topepo_caret.git_commits.csv,topepo_caret.git_hullabaloo_README.md +HDFGroup_hdf4.git,_HDFGroup_hdf4.git_commits.csv,HDFGroup_hdf4.git_hullabaloo_README.UTILS +github_version_sorter,_github_version_sorter_commits.csv,github_version_sorter_hullabaloo_README +roland-bless_ps2eps.git,_roland-bless_ps2eps.git_commits.csv,roland-bless_ps2eps.git_hullabaloo_README.md +r-lib_scales,_r-lib_scales_commits.csv,r-lib_scales_hullabaloo_README.md +moose_MooseX-Runnable,_moose_MooseX-Runnable_commits.csv,moose_MooseX-Runnable_hullabaloo_README +horde_webmail.git,_horde_webmail.git_commits.csv,horde_webmail.git_hullabaloo_README +OSGeo_gdal-grass.git,_OSGeo_gdal-grass.git_commits.csv,OSGeo_gdal-grass.git_hullabaloo_README +jeroen_openssl.git,_jeroen_openssl.git_commits.csv,jeroen_openssl.git_hullabaloo_README.md +libvc_rolo,_libvc_rolo_commits.csv,libvc_rolo_hullabaloo_README +hroptatyr_dateutils,_hroptatyr_dateutils_commits.csv,hroptatyr_dateutils_hullabaloo_README.md +pyudev_pyudev,_pyudev_pyudev_commits.csv,pyudev_pyudev_hullabaloo_README.rst +TigerVNC_tigervnc.git,_TigerVNC_tigervnc.git_commits.csv,TigerVNC_tigervnc.git_hullabaloo_README.txt +visionmedia_node-fresh.git,_visionmedia_node-fresh.git_commits.csv,visionmedia_node-fresh.git_hullabaloo_README.md +sdg-mit_gitless.git,_sdg-mit_gitless.git_commits.csv,sdg-mit_gitless.git_hullabaloo_README.md +plasma_plasma-workspace-wallpapers.git,plasma_plasma-workspace-wallpapers.git_commits.csv,plasma_plasma-workspace-wallpapers.git_hullabaloo_README.md +siracusa_rose.git,_siracusa_rose.git_commits.csv,siracusa_rose.git_hullabaloo_README.md +tdiary_tdiary-style-gfm,_tdiary_tdiary-style-gfm_commits.csv,tdiary_tdiary-style-gfm_hullabaloo_README.md +NetworkConfiguration_dhcpcd-ui,_NetworkConfiguration_dhcpcd-ui_commits.csv,NetworkConfiguration_dhcpcd-ui_hullabaloo_README +fbb-git_oxref,fbb-git_oxref_commits.csv,fbb-git_oxref_hullabaloo_README +astropy_pytest-openfiles,_astropy_pytest-openfiles_commits.csv,astropy_pytest-openfiles_hullabaloo_README.rst +m2crypto_m2crypto,m2crypto_m2crypto_commits.csv,m2crypto_m2crypto_hullabaloo_README.txt +Masterminds_html5-php,_Masterminds_html5-php_commits.csv,Masterminds_html5-php_hullabaloo_README.md +gfx_p5-MouseX-NativeTraits.git,_gfx_p5-MouseX-NativeTraits.git_commits.csv,gfx_p5-MouseX-NativeTraits.git_hullabaloo_README +tpope_vim-pathogen.git,_tpope_vim-pathogen.git_commits.csv,tpope_vim-pathogen.git_hullabaloo_README.markdown +kisli_vmime.git,_kisli_vmime.git_commits.csv,kisli_vmime.git_hullabaloo_README +ocaml_dune.git,_ocaml_dune.git_commits.csv,ocaml_dune.git_hullabaloo_README.org +mdbtools_mdbtools,_mdbtools_mdbtools_commits.csv,mdbtools_mdbtools_hullabaloo_README +costales_gufw.git,_costales_gufw.git_commits.csv,costales_gufw.git_hullabaloo_README +enferex_pdfresurrect.git,_enferex_pdfresurrect.git_commits.csv,enferex_pdfresurrect.git_hullabaloo_README +GNOME_perl-pango,GNOME_perl-pango_commits.csv,GNOME_perl-pango_hullabaloo_README +alexdantas_nsnake.debian,alexdantas_nsnake.debian_commits.csv,alexdantas_nsnake.debian_hullabaloo_README +ossimlabs_ossim.git,_ossimlabs_ossim.git_commits.csv,ossimlabs_ossim.git_hullabaloo_README.md +pyqtgraph_pyqtgraph.git,_pyqtgraph_pyqtgraph.git_commits.csv,pyqtgraph_pyqtgraph.git_hullabaloo_README +mpruett_audiofile,_mpruett_audiofile_commits.csv,mpruett_audiofile_hullabaloo_README +libyal_libewf-legacy.git,_libyal_libewf-legacy.git_commits.csv,libyal_libewf-legacy.git_hullabaloo_README +Bioconductor_GenomicRanges.git,_Bioconductor_GenomicRanges.git_commits.csv,Bioconductor_GenomicRanges.git_hullabaloo_README.md +LeoIannacone_apt-venv,_LeoIannacone_apt-venv_commits.csv,LeoIannacone_apt-venv_hullabaloo_README.md +digitalbazaar_rdf-canonize.git,_digitalbazaar_rdf-canonize.git_commits.csv,digitalbazaar_rdf-canonize.git_hullabaloo_README.md +processone_eimp.git,_processone_eimp.git_commits.csv,processone_eimp.git_hullabaloo_README.md +TACC_Lmod,_TACC_Lmod_commits.csv,TACC_Lmod_hullabaloo_modulefiles.txt +mopidy_mopidy-mpris.git,_mopidy_mopidy-mpris.git_commits.csv,mopidy_mopidy-mpris.git_hullabaloo_README.rst +mapbox_snuggs.git,_mapbox_snuggs.git_commits.csv,mapbox_snuggs.git_hullabaloo_README.rst +trivial-features_trivial-features,_trivial-features_trivial-features_commits.csv,trivial-features_trivial-features_hullabaloo_README +plastex_plastex,_plastex_plastex_commits.csv,plastex_plastex_hullabaloo_README +ocaml_caml-mode.git,_ocaml_caml-mode.git_commits.csv,ocaml_caml-mode.git_hullabaloo_README.itz +pytroll_pycoast,_pytroll_pycoast_commits.csv,pytroll_pycoast_hullabaloo_README +ppp-project_ppp,_ppp-project_ppp_commits.csv,ppp-project_ppp_hullabaloo_README.linux +celery_sphinx_celery,_celery_sphinx_celery_commits.csv,celery_sphinx_celery_hullabaloo_README.rst +GNOME_gnome-music,GNOME_gnome-music_commits.csv,GNOME_gnome-music_hullabaloo_README.md +mruby-debian_mruby,mruby-debian_mruby_commits.csv,mruby-debian_mruby_hullabaloo_README.md +processone_stun.git,_processone_stun.git_commits.csv,processone_stun.git_hullabaloo_README.md +rspivak_httpcode,_rspivak_httpcode_commits.csv,rspivak_httpcode_hullabaloo_README.rst +mate-desktop_mate-sensors-applet.git,_mate-desktop_mate-sensors-applet.git_commits.csv,mate-desktop_mate-sensors-applet.git_hullabaloo_README +csound_csound_pd,_csound_csound_pd_commits.csv,csound_csound_pd_hullabaloo_README.md +ueno_ruby-gpgme,_ueno_ruby-gpgme_commits.csv,ueno_ruby-gpgme_hullabaloo_README +brunoos_luasec,_brunoos_luasec_commits.csv,brunoos_luasec_hullabaloo_README.md +definite_ibus-chewing,_definite_ibus-chewing_commits.csv,definite_ibus-chewing_hullabaloo_README +dbcli_pgspecial,_dbcli_pgspecial_commits.csv,dbcli_pgspecial_hullabaloo_README.rst +libyal_libbde,_libyal_libbde_commits.csv,libyal_libbde_hullabaloo_README +gregkh_bti.git,_gregkh_bti.git_commits.csv,gregkh_bti.git_hullabaloo_README +agraef_pd-lua.git,_agraef_pd-lua.git_commits.csv,agraef_pd-lua.git_hullabaloo_README +lxqt_lxqt-sudo.git,_lxqt_lxqt-sudo.git_commits.csv,lxqt_lxqt-sudo.git_hullabaloo_README.md +cablehead_python-consul,_cablehead_python-consul_commits.csv,cablehead_python-consul_hullabaloo_README.md +pauldmccarthy_indexed_gzip.git,_pauldmccarthy_indexed_gzip.git_commits.csv,pauldmccarthy_indexed_gzip.git_hullabaloo_README.md +staging_dune-typetree,staging_dune-typetree_commits.csv,staging_dune-typetree_hullabaloo_README.GIT +altdesktop_playerctl,_altdesktop_playerctl_commits.csv,altdesktop_playerctl_hullabaloo_README.md +jazzband_django-push-notifications,_jazzband_django-push-notifications_commits.csv,jazzband_django-push-notifications_hullabaloo_README.rst +benjaminp_six,_benjaminp_six_commits.csv,benjaminp_six_hullabaloo_README +webpack-contrib_worker-loader.git,_webpack-contrib_worker-loader.git_commits.csv,webpack-contrib_worker-loader.git_hullabaloo_README.md +ocaml-batteries-team_batteries-included.git,_ocaml-batteries-team_batteries-included.git_commits.csv,ocaml-batteries-team_batteries-included.git_hullabaloo_README.txt +itamae-kitchen_itamae,_itamae-kitchen_itamae_commits.csv,itamae-kitchen_itamae_hullabaloo_README.md +box_flaky.git,_box_flaky.git_commits.csv,box_flaky.git_hullabaloo_README.rst +dvehrs_podget.git,_dvehrs_podget.git_commits.csv,dvehrs_podget.git_hullabaloo_README +guzzle_guzzle_sphinx_theme.git,_guzzle_guzzle_sphinx_theme.git_commits.csv,guzzle_guzzle_sphinx_theme.git_hullabaloo_README +nrk_redis-lua,_nrk_redis-lua_commits.csv,nrk_redis-lua_hullabaloo_README +libyal_libevt,_libyal_libevt_commits.csv,libyal_libevtx_hullabaloo_README +msgpack_msgpack-ruby,_msgpack_msgpack-ruby_commits.csv,msgpack_msgpack-ruby_hullabaloo_README +ardentryst_ardentryst,_ardentryst_ardentryst_commits.csv,ardentryst_ardentryst_hullabaloo_README.txt +gpsd_gpsd.git,gpsd_gpsd.git_commits.csv,gpsd_gpsd.git_hullabaloo_README +inducer_pycuda,_inducer_pycuda_commits.csv,inducer_pycuda_hullabaloo_README_SETUP.txt +jqlang_jq,_jqlang_jq_commits.csv,jqlang_jq_hullabaloo_README.md +amueller_word_cloud,_amueller_word_cloud_commits.csv,amueller_word_cloud_hullabaloo_README.md +tinti_pam-encfs,_tinti_pam-encfs_commits.csv,tinti_pam-encfs_hullabaloo_README +beetbox_pyacoustid.git,_beetbox_pyacoustid.git_commits.csv,beetbox_pyacoustid.git_hullabaloo_README.rst +kivy_kivy,_kivy_kivy_commits.csv,kivy_kivy_hullabaloo_README +libpipeline_libpipeline.git,libpipeline_libpipeline.git_commits.csv,libpipeline_libpipeline.git_hullabaloo_README +mathiasbynens_jsesc,_mathiasbynens_jsesc_commits.csv,mathiasbynens_jsesc_hullabaloo_README.md +matthiasbock_dymo-cups-drivers,_matthiasbock_dymo-cups-drivers_commits.csv,matthiasbock_dymo-cups-drivers_hullabaloo_README +lxqt_lxqt-globalkeys.git,_lxqt_lxqt-globalkeys.git_commits.csv,lxqt_lxqt-globalkeys.git_hullabaloo_README.md +somiaj_fvwm2-debian,somiaj_fvwm2-debian_commits.csv,somiaj_fvwm2-debian_hullabaloo_README.md +iustin_mt-st,_iustin_mt-st_commits.csv,iustin_mt-st_hullabaloo_README.stinit +opencontainers_runc,_opencontainers_runc_commits.csv,opencontainers_runc_hullabaloo_README.md +LibreGames_jumpnbump,LibreGames_jumpnbump_commits.csv,LibreGames_jumpnbump_hullabaloo_README +qiime2_q2templates.git,_qiime2_q2templates.git_commits.csv,qiime2_q2templates.git_hullabaloo_README.md +bitletorg_weupnp.git,_bitletorg_weupnp.git_commits.csv,bitletorg_weupnp.git_hullabaloo_README.md +hanshuebner_cl-github-v3,hanshuebner_cl-github-v3_commits.csv,hanshuebner_cl-github-v3_hullabaloo_README.md +niallo_Unworkable.git,_niallo_Unworkable.git_commits.csv,niallo_Unworkable.git_hullabaloo_README +gerbv_gerbv.git,_gerbv_gerbv.git_commits.csv,gerbv_gerbv.git_hullabaloo_README +nsf_termbox.git,_nsf_termbox.git_commits.csv,nsf_termbox.git_hullabaloo_README +viraptor_arpy.git,_viraptor_arpy.git_commits.csv,viraptor_arpy.git_hullabaloo_README.md +kalzium.git,kalzium.git_commits.csv,kalzium.git_hullabaloo_README +systemd_python-systemd,_systemd_python-systemd_commits.csv,systemd_python-systemd_hullabaloo_README.md +sciurus_vagrant-mutate,_sciurus_vagrant-mutate_commits.csv,sciurus_vagrant-mutate_hullabaloo_README.md +casacore_python-casacore,_casacore_python-casacore_commits.csv,casacore_python-casacore_hullabaloo_README.txt +mate-desktop_mate-icon-theme.git,_mate-desktop_mate-icon-theme.git_commits.csv,mate-desktop_mate-icon-theme.git_hullabaloo_README +iarna_DBIx-Abstract.git,_iarna_DBIx-Abstract.git_commits.csv,iarna_DBIx-Abstract.git_hullabaloo_README +pd-externals_mrpeach.git,_pd-externals_mrpeach.git_commits.csv,pd-externals_mrpeach.git_hullabaloo_README.txt +theyamo_CheeseCutter,_theyamo_CheeseCutter_commits.csv,theyamo_CheeseCutter_hullabaloo_README +choehwanjin_repairer,_choehwanjin_repairer_commits.csv,choehwanjin_repairer_hullabaloo_README +gammu_gammu.git,_gammu_gammu.git_commits.csv,gammu_gammu.git_hullabaloo_README.Debian +sddm_sddm.git,_sddm_sddm.git_commits.csv,sddm_sddm.git_hullabaloo_README +Pylons_waitress.git,_Pylons_waitress.git_commits.csv,Pylons_waitress.git_hullabaloo_README.txt +haakonnessjoen_MACTelnet-Debian-Packaging,haakonnessjoen_MACTelnet-Debian-Packaging_commits.csv,haakonnessjoen_MACTelnet-Debian-Packaging_hullabaloo_README.markdown +damog_vitacilina.git,_damog_vitacilina.git_commits.csv,damog_vitacilina.git_hullabaloo_README +muflone_gwakeonlan.git,_muflone_gwakeonlan.git_commits.csv,muflone_gwakeonlan.git_hullabaloo_README +wanderlust_apel,_wanderlust_apel_commits.csv,wanderlust_apel_hullabaloo_README.en +martanne_vis,_martanne_vis_commits.csv,martanne_vis_hullabaloo_README +jarun_bcal.git,_jarun_bcal.git_commits.csv,jarun_bcal.git_hullabaloo_README.md +pekdon_pekwm,_pekdon_pekwm_commits.csv,pekdon_pekwm_hullabaloo_README.aewm++ +emacs-w3m_emacs-w3m,_emacs-w3m_emacs-w3m_commits.csv,emacs-w3m_emacs-w3m_hullabaloo_README +heynemann_pyvows.git,_heynemann_pyvows.git_commits.csv,heynemann_pyvows.git_hullabaloo_README +mate-desktop_marco.git,_mate-desktop_marco.git_commits.csv,mate-desktop_marco.git_hullabaloo_README +firehol_firehol,_firehol_firehol_commits.csv,firehol_firehol_hullabaloo_README +okbob_pspg,_okbob_pspg_commits.csv,okbob_pspg_hullabaloo_README.md +tax_python-requests-aws,_tax_python-requests-aws_commits.csv,tax_python-requests-aws_hullabaloo_README.md +ubuntubudgie_faba-icon-theme,ubuntubudgie_faba-icon-theme_commits.csv,ubuntubudgie_faba-icon-theme_hullabaloo_README.md +dh4_cen64-debian,dh4_cen64-debian_commits.csv,dh4_cen64-debian_hullabaloo_README.md +mpld3_mplexporter,_mpld3_mplexporter_commits.csv,mpld3_mplexporter_hullabaloo_README.md +jmdana_memprof,_jmdana_memprof_commits.csv,jmdana_memprof_hullabaloo_README.md +snapcore_snapd-glib,_snapcore_snapd-glib_commits.csv,snapcore_snapd-glib_hullabaloo_README.md +rspivak_slimit.git,_rspivak_slimit.git_commits.csv,rspivak_slimit.git_hullabaloo_README.org +KhronosGroup_SPIRV-LLVM-Translator,_KhronosGroup_SPIRV-LLVM-Translator_commits.csv,KhronosGroup_SPIRV-LLVM-Translator_hullabaloo_README.md +xray7224_PyPump,_xray7224_PyPump_commits.csv,xray7224_PyPump_hullabaloo_README.md +d3_d3-color,_d3_d3-color_commits.csv,d3_d3-color_hullabaloo_README.md +fbb-git_icmake.git,fbb-git_icmake.git_commits.csv,fbb-git_icmake.git_hullabaloo_README +puppetlabs_marionette-collective,_puppetlabs_marionette-collective_commits.csv,puppetlabs_marionette-collective_hullabaloo_README +rentrak_chi-driver-redis,_rentrak_chi-driver-redis_commits.csv,rentrak_chi-driver-redis_hullabaloo_README +python-tap_tappy,_python-tap_tappy_commits.csv,python-tap_tappy_hullabaloo_README.md +halostatue_minitar,_halostatue_minitar_commits.csv,halostatue_minitar_hullabaloo_README +wtforms_wtforms.git,_wtforms_wtforms.git_commits.csv,wtforms_wtforms.git_hullabaloo_README.txt +sqlitebrowser_sqlitebrowser,_sqlitebrowser_sqlitebrowser_commits.csv,sqlitebrowser_sqlitebrowser_hullabaloo_README.txt +the3dfxdude_7kaa,_the3dfxdude_7kaa_commits.csv,the3dfxdude_7kaa_hullabaloo_README +svi-opensource_libics,_svi-opensource_libics_commits.csv,svi-opensource_libics_hullabaloo_README +open-mpi_hwloc.git,_open-mpi_hwloc.git_commits.csv,open-mpi_hwloc.git_hullabaloo_README +PyAr_fades.git,_PyAr_fades.git_commits.csv,PyAr_fades.git_hullabaloo_README.md +porridge_autorenamer,porridge_autorenamer_commits.csv,porridge_autorenamer_hullabaloo_README +debian-tex_latexmk,debian-tex_latexmk_commits.csv,debian-tex_latexmk_hullabaloo_README +phw_peek.git,_phw_peek.git_commits.csv,phw_peek.git_hullabaloo_README.md +libsigcplusplus_libsigcplusplus.git,_libsigcplusplus_libsigcplusplus.git_commits.csv,libsigcplusplus_libsigcplusplus.git_hullabaloo_README +tkf_emacs-python-environment.git,_tkf_emacs-python-environment.git_commits.csv,tkf_emacs-python-environment.git_hullabaloo_README.rst +xdg_xdg-utils,xdg_xdg-utils_commits.csv,xdg_xdg-utils_hullabaloo_README +puppetlabs_puppetlabs-xinetd,_puppetlabs_puppetlabs-xinetd_commits.csv,puppetlabs_puppetlabs-xinetd_hullabaloo_README +intel_media-driver.git,_intel_media-driver.git_commits.csv,intel_media-driver.git_hullabaloo_README.md +mupen64plus_mupen64plus-core.git,_mupen64plus_mupen64plus-core.git_commits.csv,mupen64plus_mupen64plus-core.git_hullabaloo_README +libogdi_ogdi.git,_libogdi_ogdi.git_commits.csv,libogdi_ogdi.git_hullabaloo_README +p_guitarix_git,p_guitarix_git_commits.csv,p_guitarix_git_hullabaloo_README +wavexx_trend,wavexx_trend_commits.csv,wavexx_trend_hullabaloo_README +kohler_gifsicle,_kohler_gifsicle_commits.csv,kohler_gifsicle_hullabaloo_README +thezbyg_gpick.git,_thezbyg_gpick.git_commits.csv,thezbyg_gpick.git_hullabaloo_README +chewing_scim-chewing.git,_chewing_scim-chewing.git_commits.csv,chewing_scim-chewing.git_hullabaloo_README +mbacarella_curses.git,_mbacarella_curses.git_commits.csv,mbacarella_curses.git_hullabaloo_README.tmk +quodlibet_mutagen.git,_quodlibet_mutagen.git_commits.csv,quodlibet_mutagen.git_hullabaloo_README.rst +skeeto_elfeed.git,_skeeto_elfeed.git_commits.csv,skeeto_elfeed.git_hullabaloo_README.md +ioquake_ioq3,_ioquake_ioq3_commits.csv,ioquake_ioq3_hullabaloo_README.txt +docker_compose,_docker_compose_commits.csv,docker_compose_hullabaloo_README.md +miniupnp_miniupnp,_miniupnp_miniupnp_commits.csv,miniupnp_miniupnp_hullabaloo_README +mde_utilities.git,_mde_utilities.git_commits.csv,mde_utilities.git_hullabaloo_README.md +Unidata_netcdf-cxx4.git,_Unidata_netcdf-cxx4.git_commits.csv,Unidata_netcdf-cxx4.git_hullabaloo_README.md +pim_akonadi-contacts,pim_akonadi-contacts_commits.csv,pim_akonadi-contacts_hullabaloo_README.md +hunspell_hunspell,_hunspell_hunspell_commits.csv,hunspell_hunspell_hullabaloo_README.myspell +plasma_kscreen.git,plasma_kscreen.git_commits.csv,plasma_kscreen.git_hullabaloo_README +GNOME_xdg-user-dirs-gtk,GNOME_xdg-user-dirs-gtk_commits.csv,GNOME_xdg-user-dirs-gtk_hullabaloo_README +astropy_astroplan.git,_astropy_astroplan.git_commits.csv,astropy_astroplan.git_hullabaloo_README.rst +jfhbrook_pyee,_jfhbrook_pyee_commits.csv,jfhbrook_pyee_hullabaloo_README.rst +plasma_drkonqi.git,plasma_drkonqi.git_commits.csv,plasma_drkonqi.git_hullabaloo_README.pam +GothenburgBitFactory_tasklib.git,_GothenburgBitFactory_tasklib.git_commits.csv,GothenburgBitFactory_tasklib.git_hullabaloo_README.rst +TheLocehiliosan_yadm,_TheLocehiliosan_yadm_commits.csv,TheLocehiliosan_yadm_hullabaloo_README.md +nichtich_Catmandu-Importer-getJSON.git,_nichtich_Catmandu-Importer-getJSON.git_commits.csv,nichtich_Catmandu-Importer-getJSON.git_hullabaloo_README.md +bobek_aranym800-debian,bobek_aranym800-debian_commits.csv,bobek_aranym800-debian_hullabaloo_README.1ST +nvbn_thefuck.git,_nvbn_thefuck.git_commits.csv,nvbn_thefuck.git_hullabaloo_README.md +google_double-conversion.git,_google_double-conversion.git_commits.csv,google_double-conversion.git_hullabaloo_README +mapbox_mapnik-vector-tile.git,_mapbox_mapnik-vector-tile.git_commits.csv,mapbox_mapnik-vector-tile.git_hullabaloo_README.md +kpn-digital_django-etcd-settings,_kpn-digital_django-etcd-settings_commits.csv,kpn-digital_django-etcd-settings_hullabaloo_README.md +libyal_libscca,_libyal_libscca_commits.csv,libyal_libscca_hullabaloo_README +mawww_kakoune.git,_mawww_kakoune.git_commits.csv,mawww_kakoune.git_hullabaloo_README.asciidoc +flareteam_flare-engine,_flareteam_flare-engine_commits.csv,flareteam_flare-engine_hullabaloo_README +ClusterLabs_booth.git,_ClusterLabs_booth.git_commits.csv,ClusterLabs_booth.git_hullabaloo_README +palortoff_pass-extension-tail,_palortoff_pass-extension-tail_commits.csv,palortoff_pass-extension-tail_hullabaloo_README.md +pydata_patsy,_pydata_patsy_commits.csv,pydata_patsy_hullabaloo_README +erikrose_more-itertools,_erikrose_more-itertools_commits.csv,erikrose_more-itertools_hullabaloo_README.rst +eslint_eslint-scope.git,_eslint_eslint-scope.git_commits.csv,eslint_eslint-scope.git_hullabaloo_README.md +pothosware_SoapySDR.git,_pothosware_SoapySDR.git_commits.csv,pothosware_SoapySDR.git_hullabaloo_README.md +GNOME_balsa,GNOME_balsa_commits.csv,GNOME_balsa_hullabaloo_README +cosmos72_detachtty.git,_cosmos72_detachtty.git_commits.csv,cosmos72_detachtty.git_hullabaloo_README +jupyter_notebook.git,_jupyter_notebook.git_commits.csv,jupyter_notebook.git_hullabaloo_README.md +rcairo_rcairo,_rcairo_rcairo_commits.csv,rcairo_rcairo_hullabaloo_README +amoffat_sh,_amoffat_sh_commits.csv,amoffat_sh_hullabaloo_README.md +shibukawa_imagesize_py,_shibukawa_imagesize_py_commits.csv,shibukawa_imagesize_py_hullabaloo_README.rst +CiderWebmail_CiderWebmail.git,_CiderWebmail_CiderWebmail.git_commits.csv,CiderWebmail_CiderWebmail.git_hullabaloo_README +eslint_eslint,_eslint_eslint_commits.csv,eslint_eslint_hullabaloo_README.md +craneworks_python-ipcalc,craneworks_python-ipcalc_commits.csv,craneworks_python-ipcalc_hullabaloo_README.source +mfontanini_libtins.git,_mfontanini_libtins.git_commits.csv,mfontanini_libtins.git_hullabaloo_README +bluca_stlink,bluca_stlink_commits.csv,bluca_stlink_hullabaloo_README +sebastianbergmann_phpcpd,_sebastianbergmann_phpcpd_commits.csv,sebastianbergmann_phpcpd_hullabaloo_README.markdown +ukui_peony,ukui_peony_commits.csv,ukui_peony_hullabaloo_README +publicsuffix_list,_publicsuffix_list_commits.csv,publicsuffix_list_hullabaloo_README.md +davebarr_dnswalk.git,_davebarr_dnswalk.git_commits.csv,davebarr_dnswalk.git_hullabaloo_README +Ultimaker_libSavitar.git,_Ultimaker_libSavitar.git_commits.csv,Ultimaker_libSavitar.git_hullabaloo_README.txt +the-cavalry_light-locker,_the-cavalry_light-locker_commits.csv,the-cavalry_light-locker_hullabaloo_README +PyMySQL_mysqlclient,_PyMySQL_mysqlclient_commits.csv,PyMySQL_mysqlclient_hullabaloo_README +rakitzis_rc,_rakitzis_rc_commits.csv,rakitzis_rc_hullabaloo_README +kspaceduel.git,kspaceduel.git_commits.csv,kspaceduel.git_hullabaloo_README +pimutils_vdirsyncer,_pimutils_vdirsyncer_commits.csv,pimutils_vdirsyncer_hullabaloo_README.md +disco-stu_pg-rage-terminator-pkg,disco-stu_pg-rage-terminator-pkg_commits.csv,disco-stu_pg-rage-terminator-pkg_hullabaloo_README +rr-debugger_rr.git,_rr-debugger_rr.git_commits.csv,rr-debugger_rr.git_hullabaloo_README +mate-desktop_mate-system-monitor.git,_mate-desktop_mate-system-monitor.git_commits.csv,mate-desktop_mate-system-monitor.git_hullabaloo_README +openalpr_openalpr,openalpr_openalpr_commits.csv,openalpr_openalpr_hullabaloo_README.md +Mottie_tablesorter.git,_Mottie_tablesorter.git_commits.csv,Mottie_tablesorter.git_hullabaloo_README.markdown +smuellerDD_jitterentropy-rngd,_smuellerDD_jitterentropy-rngd_commits.csv,smuellerDD_jitterentropy-rngd_hullabaloo_README.md +ShawnDEvans_smbmap.git,_ShawnDEvans_smbmap.git_commits.csv,ShawnDEvans_smbmap.git_hullabaloo_README.md +Perl-Critic_Test-Perl-Critic.git,_Perl-Critic_Test-Perl-Critic.git_commits.csv,Perl-Critic_Test-Perl-Critic.git_hullabaloo_README +grantma_py-magcode-core,grantma_py-magcode-core_commits.csv,grantma_py-magcode-core_hullabaloo_README +ricmoo_pyaes.git,_ricmoo_pyaes.git_commits.csv,ricmoo_pyaes.git_hullabaloo_README.md +matrix-org_matrix-synapse-ldap3,_matrix-org_matrix-synapse-ldap3_commits.csv,matrix-org_matrix-synapse-ldap3_hullabaloo_README.rst +edmonds_ifupdown-multi,edmonds_ifupdown-multi_commits.csv,edmonds_ifupdown-multi_hullabaloo_README.md +git_aldo.git,git_aldo.git_commits.csv,git_aldo.git_hullabaloo_README +pipelka_aeskulap.git,_pipelka_aeskulap.git_commits.csv,pipelka_aeskulap.git_hullabaloo_README +lxde_lxsession.git,_lxde_lxsession.git_commits.csv,lxde_lxsession.git_hullabaloo_README +chrisk_fakeweb.git,_chrisk_fakeweb.git_commits.csv,chrisk_fakeweb.git_hullabaloo_README +jschaf_pylint-flask,_jschaf_pylint-flask_commits.csv,jschaf_pylint-flask_hullabaloo_README.md +Abigail_end.git,_Abigail_end.git_commits.csv,Abigail_end.git_hullabaloo_README +lessthanoptimal_ejml,_lessthanoptimal_ejml_commits.csv,lessthanoptimal_ejml_hullabaloo_README.TXT +JulienPalard_logtop,JulienPalard_logtop_commits.csv,JulienPalard_logtop_hullabaloo_README +lunarmodules_luaexpat,_lunarmodules_luaexpat_commits.csv,lunarmodules_luaexpat_hullabaloo_README +mapproxy_mapproxy.git,_mapproxy_mapproxy.git_commits.csv,mapproxy_mapproxy.git_hullabaloo_README.txt +saghul_aiodns.git,_saghul_aiodns.git_commits.csv,saghul_aiodns.git_hullabaloo_README.rst +mate-desktop_mate-power-manager.git,_mate-desktop_mate-power-manager.git_commits.csv,mate-desktop_mate-power-manager.git_hullabaloo_README +libpwquality_libpwquality.git,_libpwquality_libpwquality.git_commits.csv,libpwquality_libpwquality.git_hullabaloo_README +flori_tins.git,_flori_tins.git_commits.csv,flori_tins.git_hullabaloo_README +silx-kit_fabio.git,_silx-kit_fabio.git_commits.csv,silx-kit_fabio.git_hullabaloo_README +zeux_pugixml,_zeux_pugixml_commits.csv,zeux_pugixml_hullabaloo_README.md +mate-desktop_mate-utils.git,_mate-desktop_mate-utils.git_commits.csv,mate-desktop_mate-utils.git_hullabaloo_README +datawraith_ascii85gem,_datawraith_ascii85gem_commits.csv,datawraith_ascii85gem_hullabaloo_README.txt +yoshinari-nomura_mhc,_yoshinari-nomura_mhc_commits.csv,yoshinari-nomura_mhc_hullabaloo_README +micromatch_parse-glob,_micromatch_parse-glob_commits.csv,micromatch_parse-glob_hullabaloo_README.md +jschneier_django-storages.git,_jschneier_django-storages.git_commits.csv,jschneier_django-storages.git_hullabaloo_README +bolt_bolt,bolt_bolt_commits.csv,bolt_bolt_hullabaloo_README.md +kmatheussen_radium_compressor.git,_kmatheussen_radium_compressor.git_commits.csv,kmatheussen_radium_compressor.git_hullabaloo_README +ganglia_gmetric4j,ganglia_gmetric4j_commits.csv,ganglia_gmetric4j_hullabaloo_README +batctl.git,batctl.git_commits.csv,batctl.git_hullabaloo_README +regebro_tzlocal,_regebro_tzlocal_commits.csv,regebro_tzlocal_hullabaloo_README.rst +rastersoft_terminus,rastersoft_terminus_commits.csv,rastersoft_terminus_hullabaloo_README +nikic_PHP-Parser,_nikic_PHP-Parser_commits.csv,nikic_PHP-Parser_hullabaloo_README +bjking1_iprutils,_bjking1_iprutils_commits.csv,bjking1_iprutils_hullabaloo_README +tmuxinator_tmuxinator,_tmuxinator_tmuxinator_commits.csv,tmuxinator_tmuxinator_hullabaloo_README.rdoc +Nuitka_Nuitka,Nuitka_Nuitka_commits.csv,Nuitka_Nuitka_hullabaloo_README.txt +kurtraschke_pyRFC3339,_kurtraschke_pyRFC3339_commits.csv,kurtraschke_pyRFC3339_hullabaloo_README.rst +GNOME_policykit-gnome,GNOME_policykit-gnome_commits.csv,GNOME_policykit-gnome_hullabaloo_README +RazerM_ratelimiter,_RazerM_ratelimiter_commits.csv,RazerM_ratelimiter_hullabaloo_README.md +dahlia_libsass-python.git,_dahlia_libsass-python.git_commits.csv,dahlia_libsass-python.git_hullabaloo_README +lxqt_lxqt-powermanagement.git,_lxqt_lxqt-powermanagement.git_commits.csv,lxqt_lxqt-powermanagement.git_hullabaloo_README.md +intel_intel-vaapi-driver.git,_intel_intel-vaapi-driver.git_commits.csv,intel_intel-vaapi-driver.git_hullabaloo_README +iem-projects_ambix.git,_iem-projects_ambix.git_commits.csv,iem-projects_ambix.git_hullabaloo_README.md +requirejs_text,_requirejs_text_commits.csv,requirejs_text_hullabaloo_README.md +chad3814_CSSStyleDeclaration.git,_chad3814_CSSStyleDeclaration.git_commits.csv,chad3814_CSSStyleDeclaration.git_hullabaloo_README.md +anse1_sqlsmith,anse1_sqlsmith_commits.csv,anse1_sqlsmith_hullabaloo_README.org +mkdocs_mkdocs,_mkdocs_mkdocs_commits.csv,mkdocs_mkdocs_hullabaloo_README.md +jib_term-ui.git,_jib_term-ui.git_commits.csv,jib_term-ui.git_hullabaloo_README +stan-dev_rstan,_stan-dev_rstan_commits.csv,stan-dev_rstan_hullabaloo_README.md +strengejacke_ggeffects.git,_strengejacke_ggeffects.git_commits.csv,strengejacke_ggeffects.git_hullabaloo_README.md +mmottl_ocaml-makefile.git,_mmottl_ocaml-makefile.git_commits.csv,mmottl_ocaml-makefile.git_hullabaloo_README +gmantele_taplib.git,_gmantele_taplib.git_commits.csv,gmantele_taplib.git_hullabaloo_README +babel_gulp-babel.git,_babel_gulp-babel.git_commits.csv,babel_gulp-babel.git_hullabaloo_README.md +rsyslog_librelp,_rsyslog_librelp_commits.csv,rsyslog_librelp_hullabaloo_README +drmuey_p5-Locales.git,_drmuey_p5-Locales.git_commits.csv,drmuey_p5-Locales.git_hullabaloo_README +boto_boto3,_boto_boto3_commits.csv,boto_boto3_hullabaloo_README.rst +github_git-lfs.git,_github_git-lfs.git_commits.csv,github_git-lfs.git_hullabaloo_README.md +Tom-McDermott_gr-hpsdr,_Tom-McDermott_gr-hpsdr_commits.csv,Tom-McDermott_gr-hpsdr_hullabaloo_README.md +rsyslog_libestr.git,_rsyslog_libestr.git_commits.csv,rsyslog_libestr.git_hullabaloo_README +libimobiledevice_libplist.git,_libimobiledevice_libplist.git_commits.csv,libimobiledevice_libplist.git_hullabaloo_README +jquast_blessed,_jquast_blessed_commits.csv,jquast_blessed_hullabaloo_README.rst +argonaut_libpoe-component-server-jsonrpc,argonaut_libpoe-component-server-jsonrpc_commits.csv,argonaut_libpoe-component-server-jsonrpc_hullabaloo_README +hughsie_libjcat.git,_hughsie_libjcat.git_commits.csv,hughsie_libjcat.git_hullabaloo_README.md +Storyyeller_enjarify,_Storyyeller_enjarify_commits.csv,Storyyeller_enjarify_hullabaloo_README.md +gnu-octave_statistics,_gnu-octave_statistics_commits.csv,gnu-octave_statistics_hullabaloo_README.crosscompilation +python-xlib_python-xlib,_python-xlib_python-xlib_commits.csv,python-xlib_python-xlib_hullabaloo_README +msktutil_msktutil,_msktutil_msktutil_commits.csv,msktutil_msktutil_hullabaloo_README +faiproject_fai,faiproject_fai_commits.csv,faiproject_fai_hullabaloo_README +pub_scm_network_connman_connman.git,pub_scm_network_connman_connman.git_commits.csv,pub_scm_network_connman_connman.git_hullabaloo_README +etingof_pyasn1-modules.git,_etingof_pyasn1-modules.git_commits.csv,etingof_pyasn1-modules.git_hullabaloo_README.txt +bestpractical_rt-extension-repeatticket,_bestpractical_rt-extension-repeatticket_commits.csv,bestpractical_rt-extension-repeatticket_hullabaloo_README.pod +celery_vine,_celery_vine_commits.csv,celery_vine_hullabaloo_README.rst +processone_erlang-sqlite3.git,_processone_erlang-sqlite3.git_commits.csv,processone_erlang-sqlite3.git_hullabaloo_README.rst +ekg_tabixpp.git,_ekg_tabixpp.git_commits.csv,ekg_tabixpp.git_hullabaloo_README +csmith-project_csmith.git,_csmith-project_csmith.git_commits.csv,csmith-project_csmith.git_hullabaloo_README +khenriks_mp3fs.git,_khenriks_mp3fs.git_commits.csv,khenriks_mp3fs.git_hullabaloo_README +igrigorik_em-synchrony,_igrigorik_em-synchrony_commits.csv,igrigorik_em-synchrony_hullabaloo_README.md +ignitionrobotics_ign-cmake.git,_ignitionrobotics_ign-cmake.git_commits.csv,ignitionrobotics_ign-cmake.git_hullabaloo_README.md +savonet_ocaml-shine.git,_savonet_ocaml-shine.git_commits.csv,savonet_ocaml-shine.git_hullabaloo_README +celery_kombu,_celery_kombu_commits.csv,celery_kombu_hullabaloo_README +dunst-project_dunst,_dunst-project_dunst_commits.csv,dunst-project_dunst_hullabaloo_README +tlsa_libcyaml.git,_tlsa_libcyaml.git_commits.csv,tlsa_libcyaml.git_hullabaloo_README.md +boto_s3transfer,_boto_s3transfer_commits.csv,boto_s3transfer_hullabaloo_README.md +edenhill_kcat,edenhill_kcat_commits.csv,edenhill_kcat_hullabaloo_README.md +benschneider_PyGnuplot,_benschneider_PyGnuplot_commits.csv,benschneider_PyGnuplot_hullabaloo_README.txt +mate-desktop_python-caja.git,_mate-desktop_python-caja.git_commits.csv,mate-desktop_python-caja.git_hullabaloo_README +kilobyte_termrec,kilobyte_termrec_commits.csv,kilobyte_termrec_hullabaloo_README +tianon_cgroupfs-mount,tianon_cgroupfs-mount_commits.csv,tianon_cgroupfs-mount_hullabaloo_README.md +derek73_python-nameparser,_derek73_python-nameparser_commits.csv,derek73_python-nameparser_hullabaloo_README.rst +xdg_xdg-user-dirs.git,xdg_xdg-user-dirs.git_commits.csv,xdg_xdg-user-dirs.git_hullabaloo_README +glaubitz_mac-fdisk-debian,glaubitz_mac-fdisk-debian_commits.csv,glaubitz_mac-fdisk-debian_hullabaloo_README +IRCAD_camp.git,_IRCAD_camp.git_commits.csv,IRCAD_camp.git_hullabaloo_README.txt +doctrine_sql-formatter.git,_doctrine_sql-formatter.git_commits.csv,doctrine_sql-formatter.git_hullabaloo_README.md +memtest86plus_memtest86plus.git,_memtest86plus_memtest86plus.git_commits.csv,memtest86plus_memtest86plus.git_hullabaloo_README.md +kaminari_kaminari,_kaminari_kaminari_commits.csv,kaminari_kaminari_hullabaloo_README.rdoc +mytbk_fqterm,_mytbk_fqterm_commits.csv,mytbk_fqterm_hullabaloo_README_en.md +fplll_fpylll.git,_fplll_fpylll.git_commits.csv,fplll_fpylll.git_hullabaloo_README.rst +coddingtonbear_python-measurement,_coddingtonbear_python-measurement_commits.csv,coddingtonbear_python-measurement_hullabaloo_README.rst +worldforge_atlas-cpp,_worldforge_atlas-cpp_commits.csv,worldforge_atlas-cpp_hullabaloo_README +kfourinline.git,kfourinline.git_commits.csv,kfourinline.git_hullabaloo_README +WebAssembly_wabt,_WebAssembly_wabt_commits.csv,WebAssembly_wabt_hullabaloo_README.md +editorconfig_editorconfig-core-c.git,_editorconfig_editorconfig-core-c.git_commits.csv,editorconfig_editorconfig-core-c.git_hullabaloo_README.md +GNOME_sysprof.git,GNOME_sysprof.git_commits.csv,GNOME_sysprof.git_hullabaloo_README +thp_minidb.git,_thp_minidb.git_commits.csv,thp_minidb.git_hullabaloo_README +libosinfo_osinfo-db.git,libosinfo_osinfo-db.git_commits.csv,libosinfo_osinfo-db.git_hullabaloo_README +joke2k_faker,_joke2k_faker_commits.csv,joke2k_faker_hullabaloo_README.md +df7cb_pg_snakeoil,df7cb_pg_snakeoil_commits.csv,df7cb_pg_snakeoil_hullabaloo_README.md +treasure-data_serverengine.git,_treasure-data_serverengine.git_commits.csv,treasure-data_serverengine.git_hullabaloo_README.md +mobile-broadband_libqmi.git,mobile-broadband_libqmi.git_commits.csv,mobile-broadband_libqmi.git_hullabaloo_README +madsen_dist-zilla-plugins-cjm,_madsen_dist-zilla-plugins-cjm_commits.csv,madsen_dist-zilla-plugins-cjm_hullabaloo_README.md +fwbuilder_fwbuilder.git,_fwbuilder_fwbuilder.git_commits.csv,fwbuilder_fwbuilder.git_hullabaloo_README +ropensci_taxize.git,_ropensci_taxize.git_commits.csv,ropensci_taxize.git_hullabaloo_README +gnome_gdm.git,gnome_gdm.git_commits.csv,gnome_gdm.git_hullabaloo_README.install +rolinh_dfc,_rolinh_dfc_commits.csv,rolinh_dfc_hullabaloo_README +grantm_xml-sax,_grantm_xml-sax_commits.csv,grantm_xml-sax_hullabaloo_README +jonschlinkert_mixin-deep.git,_jonschlinkert_mixin-deep.git_commits.csv,jonschlinkert_mixin-deep.git_hullabaloo_README.md +Pulse-Eight_platform.git,_Pulse-Eight_platform.git_commits.csv,Pulse-Eight_platform.git_hullabaloo_README.md +camlspotter_camlimages.git,camlspotter_camlimages.git_commits.csv,camlspotter_camlimages.git_hullabaloo_README +urllib3_urllib3,_urllib3_urllib3_commits.csv,urllib3_urllib3_hullabaloo_README.txt +zopefoundation_zope.testing,_zopefoundation_zope.testing_commits.csv,zopefoundation_zope.testing_hullabaloo_README.txt +alexmurray_indicator-sensors.git,_alexmurray_indicator-sensors.git_commits.csv,alexmurray_indicator-sensors.git_hullabaloo_README +npm_nopt,_npm_nopt_commits.csv,npm_nopt_hullabaloo_README.md +h5netcdf_h5netcdf.git,_h5netcdf_h5netcdf.git_commits.csv,h5netcdf_h5netcdf.git_hullabaloo_README.rst +venthur_python-debianbts,venthur_python-debianbts_commits.csv,venthur_python-debianbts_hullabaloo_README.md +icecc_icecream,_icecc_icecream_commits.csv,icecc_icecream_hullabaloo_README.LZO +redis_hiredis-rb.git,_redis_hiredis-rb.git_commits.csv,redis_hiredis-rb.git_hullabaloo_README.md +vanstyn_Email-MIME-CreateHTML.git,_vanstyn_Email-MIME-CreateHTML.git_commits.csv,vanstyn_Email-MIME-CreateHTML.git_hullabaloo_README +ocsigen_js_of_ocaml.git,_ocsigen_js_of_ocaml.git_commits.csv,ocsigen_js_of_ocaml.git_hullabaloo_README +pub_scm_libs_libgpiod_libgpiod.git,pub_scm_libs_libgpiod_libgpiod.git_commits.csv,pub_scm_libs_libgpiod_libgpiod.git_hullabaloo_README +tianon_gosu.git,_tianon_gosu.git_commits.csv,tianon_gosu.git_hullabaloo_README.md +google_gemmlowp,_google_gemmlowp_commits.csv,google_gemmlowp_hullabaloo_README.txt +imZack_modem-cmd.git,_imZack_modem-cmd.git_commits.csv,imZack_modem-cmd.git_hullabaloo_README.md +tijsverkoyen_CssToInlineStyles,_tijsverkoyen_CssToInlineStyles_commits.csv,tijsverkoyen_CssToInlineStyles_hullabaloo_README.md +ya-mouse_fatresize,_ya-mouse_fatresize_commits.csv,ya-mouse_fatresize_hullabaloo_README +captin411_ofxclient,_captin411_ofxclient_commits.csv,captin411_ofxclient_hullabaloo_README.md +mate-desktop_engrampa.git,_mate-desktop_engrampa.git_commits.csv,mate-desktop_engrampa.git_hullabaloo_README +linuxdeepin_deepin-movie-reborn.git,_linuxdeepin_deepin-movie-reborn.git_commits.csv,linuxdeepin_deepin-movie-reborn.git_hullabaloo_README.md +iustin_pylibacl,_iustin_pylibacl_commits.csv,iustin_pylibacl_hullabaloo_README +LanguageMachines_timbl.git,_LanguageMachines_timbl.git_commits.csv,LanguageMachines_timbl.git_hullabaloo_README.md +mupen64plus_mupen64plus-video-rice.git,_mupen64plus_mupen64plus-video-rice.git_commits.csv,mupen64plus_mupen64plus-video-rice.git_hullabaloo_README +dimitri_pgloader,dimitri_pgloader_commits.csv,dimitri_pgloader_hullabaloo_README.md +fzumstein_nose-random,_fzumstein_nose-random_commits.csv,fzumstein_nose-random_hullabaloo_README.md +karlkleinpaste_biblesync.git,_karlkleinpaste_biblesync.git_commits.csv,karlkleinpaste_biblesync.git_hullabaloo_README.md +coringao_blastem,coringao_blastem_commits.csv,coringao_blastem_hullabaloo_README +kazu-yamamoto_pgpdump.git,_kazu-yamamoto_pgpdump.git_commits.csv,kazu-yamamoto_pgpdump.git_hullabaloo_README +psemiletov_tea-qt.git,_psemiletov_tea-qt.git_commits.csv,psemiletov_tea-qt.git_hullabaloo_README.md +PyFilesystem_pyfilesystem2,_PyFilesystem_pyfilesystem2_commits.csv,PyFilesystem_pyfilesystem2_hullabaloo_README.txt +qwinff_qwinff,_qwinff_qwinff_commits.csv,qwinff_qwinff_hullabaloo_README.txt +bomber.git,bomber.git_commits.csv,bomber.git_hullabaloo_README.themes +libraries_qca.git,libraries_qca.git_commits.csv,libraries_qca.git_hullabaloo_README +scottkosty_vit.git,_scottkosty_vit.git_commits.csv,scottkosty_vit.git_hullabaloo_README +libexif_libexif-gtk.git,_libexif_libexif-gtk.git_commits.csv,libexif_libexif-gtk.git_hullabaloo_README +johanmattssonm_xmlbird.git,_johanmattssonm_xmlbird.git_commits.csv,johanmattssonm_xmlbird.git_hullabaloo_README.md +qoobaa_magic,_qoobaa_magic_commits.csv,qoobaa_magic_hullabaloo_README.rdoc +gmult,gmult_commits.csv,gmult_hullabaloo_README +pallets_werkzeug,_pallets_werkzeug_commits.csv,pallets_werkzeug_hullabaloo_README +include-what-you-use_include-what-you-use,_include-what-you-use_include-what-you-use_commits.csv,include-what-you-use_include-what-you-use_hullabaloo_README.txt +rickysarraf_apt-offline,rickysarraf_apt-offline_commits.csv,rickysarraf_apt-offline_hullabaloo_README +pinax_pinax-notifications,_pinax_pinax-notifications_commits.csv,pinax_pinax-notifications_hullabaloo_README +flowgrind_flowgrind,flowgrind_flowgrind_commits.csv,flowgrind_flowgrind_hullabaloo_README +OISF_libhtp,_OISF_libhtp_commits.csv,OISF_libhtp_hullabaloo_README +GNOME_gjs.git,GNOME_gjs.git_commits.csv,GNOME_gjs.git_hullabaloo_README +Unidata_netcdf-c.git,_Unidata_netcdf-c.git_commits.csv,Unidata_netcdf-c.git_hullabaloo_README +linuxmint_cinnamon-screensaver.git,_linuxmint_cinnamon-screensaver.git_commits.csv,linuxmint_cinnamon-screensaver.git_hullabaloo_README +rush.git,rush.git_commits.csv,rush.git_hullabaloo_README +debian-tex_texlive-nonbin,debian-tex_texlive-nonbin_commits.csv,debian-tex_texlive-nonbin_hullabaloo_README +ronaldoussoren_macholib,_ronaldoussoren_macholib_commits.csv,ronaldoussoren_macholib_hullabaloo_README.txt +openSUSE_open-build-service,_openSUSE_open-build-service_commits.csv,openSUSE_open-build-service_hullabaloo_README +hamcrest_PyHamcrest,_hamcrest_PyHamcrest_commits.csv,hamcrest_PyHamcrest_hullabaloo_README +Bioconductor_Rsamtools.git,_Bioconductor_Rsamtools.git_commits.csv,Bioconductor_Rsamtools.git_hullabaloo_README +exoscale_cs,_exoscale_cs_commits.csv,exoscale_cs_hullabaloo_README.rst +n2ygk_aprsdigi.git,_n2ygk_aprsdigi.git_commits.csv,n2ygk_aprsdigi.git_hullabaloo_README +greenbone_gvm-libs,_greenbone_gvm-libs_commits.csv,greenbone_gvm-libs_hullabaloo_README.WINDOWS +ros-perception_vision_opencv,_ros-perception_vision_opencv_commits.csv,ros-perception_vision_opencv_hullabaloo_README +opencog_link-grammar.git,_opencog_link-grammar.git_commits.csv,opencog_link-grammar.git_hullabaloo_README +luceneplusplus_LucenePlusPlus.git,_luceneplusplus_LucenePlusPlus.git_commits.csv,luceneplusplus_LucenePlusPlus.git_hullabaloo_README.rst +zeromq_pyzmq.git,_zeromq_pyzmq.git_commits.csv,zeromq_pyzmq.git_hullabaloo_README.rst +nose-devs_nose2.git,_nose-devs_nose2.git_commits.csv,nose-devs_nose2.git_hullabaloo_README.rst +hamcrest_hamcrest-php.git,_hamcrest_hamcrest-php.git_commits.csv,hamcrest_hamcrest-php.git_hullabaloo_README.txt +swaywm_wlroots,_swaywm_wlroots_commits.csv,swaywm_wlroots_hullabaloo_README.md +PerlGameDev_Alien-SDL.git,_PerlGameDev_Alien-SDL.git_commits.csv,PerlGameDev_Alien-SDL.git_hullabaloo_README +dgl_re-engine-RE2.git,_dgl_re-engine-RE2.git_commits.csv,dgl_re-engine-RE2.git_hullabaloo_README +tango-controls_pytango,tango-controls_pytango_commits.csv,tango-controls_pytango_hullabaloo_README-IPython.rst +koehlma_pygtkspellcheck,_koehlma_pygtkspellcheck_commits.csv,koehlma_pygtkspellcheck_hullabaloo_README.md +androguard_androguard,_androguard_androguard_commits.csv,androguard_androguard_hullabaloo_README.txt +mopidy_mopidy-alsamixer,_mopidy_mopidy-alsamixer_commits.csv,mopidy_mopidy-alsamixer_hullabaloo_README.rst +compiz_compiz-plugins-experimental.git,compiz_compiz-plugins-experimental.git_commits.csv,compiz_compiz-plugins-experimental.git_hullabaloo_README +rfc1036_rblcheck,rfc1036_rblcheck_commits.csv,rfc1036_rblcheck_hullabaloo_README +astropy_sphinx-astropy,_astropy_sphinx-astropy_commits.csv,astropy_sphinx-astropy_hullabaloo_README.rst +compiz_compiz-core.git,compiz_compiz-core.git_commits.csv,compiz_compiz-core.git_hullabaloo_README +runehaubo_lmerTestR.git,_runehaubo_lmerTestR.git_commits.csv,runehaubo_lmerTestR.git_hullabaloo_README.md +fontforge_libuninameslist,_fontforge_libuninameslist_commits.csv,fontforge_libuninameslist_hullabaloo_README.md +orcasgit_python-fitbit,_orcasgit_python-fitbit_commits.csv,orcasgit_python-fitbit_hullabaloo_README +connorimes_powercap,connorimes_powercap_commits.csv,connorimes_powercap_hullabaloo_README.md +home-sweet-gnome_dash-to-panel.git,_home-sweet-gnome_dash-to-panel.git_commits.csv,home-sweet-gnome_dash-to-panel.git_hullabaloo_README.md +cgit_s-nail.git,cgit_s-nail.git_commits.csv,cgit_s-nail.git_hullabaloo_README +resque_redis-namespace,_resque_redis-namespace_commits.csv,resque_redis-namespace_hullabaloo_README +libeigen_eigen.git,libeigen_eigen.git_commits.csv,libeigen_eigen.git_hullabaloo_README +egh_ledger-autosync,egh_ledger-autosync_commits.csv,egh_ledger-autosync_hullabaloo_README.rst +sphinx-contrib_spelling,_sphinx-contrib_spelling_commits.csv,sphinx-contrib_spelling_hullabaloo_README +disqus_django-bitfield,_disqus_django-bitfield_commits.csv,disqus_django-bitfield_hullabaloo_README.rst +kopete.git,kopete.git_commits.csv,kopete.git_hullabaloo_README +tkem_uritools,_tkem_uritools_commits.csv,tkem_uritools_hullabaloo_README.md +elmar_dh-dist-zilla,elmar_dh-dist-zilla_commits.csv,elmar_dh-dist-zilla_hullabaloo_README.markdown +ddcci-driver-linux_ddcci-driver-linux.git,ddcci-driver-linux_ddcci-driver-linux.git_commits.csv,ddcci-driver-linux_ddcci-driver-linux.git_hullabaloo_README.md +RobertBeckebans_RBDOOM-3-BFG,_RobertBeckebans_RBDOOM-3-BFG_commits.csv,RobertBeckebans_RBDOOM-3-BFG_hullabaloo_README.md +accounts-sso_signon-plugin-oauth2.git,accounts-sso_signon-plugin-oauth2.git_commits.csv,accounts-sso_signon-plugin-oauth2.git_hullabaloo_README.md +GNOME_gnome-boxes,GNOME_gnome-boxes_commits.csv,GNOME_gnome-boxes_hullabaloo_README +major_MySQLTuner-perl,_major_MySQLTuner-perl_commits.csv,major_MySQLTuner-perl_hullabaloo_README.md +rfc1036_gup,rfc1036_gup_commits.csv,rfc1036_gup_hullabaloo_README +haiwen_seafile-client.git,_haiwen_seafile-client.git_commits.csv,haiwen_seafile-client.git_hullabaloo_README.md +GNOME_libgxps.git,GNOME_libgxps.git_commits.csv,GNOME_libgxps.git_hullabaloo_README +zzak_sdoc.git,_zzak_sdoc.git_commits.csv,zzak_sdoc.git_hullabaloo_README +barseghyanartur_transliterate,_barseghyanartur_transliterate_commits.csv,barseghyanartur_transliterate_hullabaloo_README.rst +spice_spice-gtk.git,spice_spice-gtk.git_commits.csv,spice_spice-gtk.git_hullabaloo_README +cedadev_ndg_httpsclient,_cedadev_ndg_httpsclient_commits.csv,cedadev_ndg_httpsclient_hullabaloo_README +kjd_idna,_kjd_idna_commits.csv,kjd_idna_hullabaloo_README.md +agmartin_linuxdoc-tools,agmartin_linuxdoc-tools_commits.csv,agmartin_linuxdoc-tools_hullabaloo_README +kochstefan_usbauth-all.git,_kochstefan_usbauth-all.git_commits.csv,kochstefan_usbauth-all.git_hullabaloo_README +laminas_laminas-stdlib,_laminas_laminas-stdlib_commits.csv,laminas_laminas-stdlib_hullabaloo_README.md +manisandro_qtspell.git,_manisandro_qtspell.git_commits.csv,manisandro_qtspell.git_hullabaloo_README.md +jruby_joni.git,_jruby_joni.git_commits.csv,jruby_joni.git_hullabaloo_README.md +marcelm_alignlib.git,_marcelm_alignlib.git_commits.csv,marcelm_alignlib.git_hullabaloo_README.md +postfixadmin_postfixadmin,_postfixadmin_postfixadmin_commits.csv,postfixadmin_postfixadmin_hullabaloo_README.TXT +jim-easterbrook_pywws,_jim-easterbrook_pywws_commits.csv,jim-easterbrook_pywws_hullabaloo_README.txt +jmk-foofus_medusa,_jmk-foofus_medusa_commits.csv,jmk-foofus_medusa_hullabaloo_README.md +andrikos_kismet-debian,andrikos_kismet-debian_commits.csv,andrikos_kismet-debian_hullabaloo_README +kilobyte_3270font,kilobyte_3270font_commits.csv,kilobyte_3270font_hullabaloo_README.md +anthon38_gmailfeed.git,_anthon38_gmailfeed.git_commits.csv,anthon38_gmailfeed.git_hullabaloo_README.md +WoLpH_numpy-stl,_WoLpH_numpy-stl_commits.csv,WoLpH_numpy-stl_hullabaloo_README.rst +Bumblebee-Project_bbswitch,_Bumblebee-Project_bbswitch_commits.csv,Bumblebee-Project_bbswitch_hullabaloo_README.md +rstudio_httpuv.git,_rstudio_httpuv.git_commits.csv,rstudio_httpuv.git_hullabaloo_README.md +nijel_utidylib.git,_nijel_utidylib.git_commits.csv,nijel_utidylib.git_hullabaloo_README.txt +bgoglin_lltag,bgoglin_lltag_commits.csv,bgoglin_lltag_hullabaloo_README +libyal_libfwsi.git,_libyal_libfwsi.git_commits.csv,libyal_libfwsi.git_hullabaloo_README +mailgun_dnsq.git,_mailgun_dnsq.git_commits.csv,mailgun_dnsq.git_hullabaloo_README.md +tiwai_awesfx.git,_tiwai_awesfx.git_commits.csv,tiwai_awesfx.git_hullabaloo_README +prometheus_client_python.git,_prometheus_client_python.git_commits.csv,prometheus_client_python.git_hullabaloo_README.md +astanin_python-tabulate.git,_astanin_python-tabulate.git_commits.csv,astanin_python-tabulate.git_hullabaloo_README.rst +pyvirtobs_pyvo.git,_pyvirtobs_pyvo.git_commits.csv,pyvirtobs_pyvo.git_hullabaloo_README +OpenShot_libopenshot.git,_OpenShot_libopenshot.git_commits.csv,OpenShot_libopenshot.git_hullabaloo_README +tikzit_tikzit.git,_tikzit_tikzit.git_commits.csv,tikzit_tikzit.git_hullabaloo_README.release +frogatto_frogatto.git,_frogatto_frogatto.git_commits.csv,frogatto_frogatto.git_hullabaloo_README +deeptools_deeptools_intervals,_deeptools_deeptools_intervals_commits.csv,deeptools_deeptools_intervals_hullabaloo_README.md +tamarou_magpie.git,_tamarou_magpie.git_commits.csv,tamarou_magpie.git_hullabaloo_README +heynemann_preggy,_heynemann_preggy_commits.csv,heynemann_preggy_hullabaloo_README.md +GNOME_orca,GNOME_orca_commits.csv,GNOME_orca_hullabaloo_README +glaubitz_gkrellm-cpufreq-debian,glaubitz_gkrellm-cpufreq-debian_commits.csv,glaubitz_gkrellm-cpufreq-debian_hullabaloo_README +alexdantas_xbomb.debian,alexdantas_xbomb.debian_commits.csv,alexdantas_xbomb.debian_hullabaloo_README +seattlerb_ruby2ruby.git,_seattlerb_ruby2ruby.git_commits.csv,seattlerb_ruby2ruby.git_hullabaloo_README.txt +liballeg_allegro5.git,_liballeg_allegro5.git_commits.csv,liballeg_allegro5.git_hullabaloo_README_macosx.txt +AbiWord_enchant.git,_AbiWord_enchant.git_commits.csv,AbiWord_enchant.git_hullabaloo_README +PacificBiosciences_pbcommand,_PacificBiosciences_pbcommand_commits.csv,PacificBiosciences_pbcommand_hullabaloo_README.md +astro_node-expat,_astro_node-expat_commits.csv,astro_node-expat_hullabaloo_README.markdown +Bioconductor_Biostrings.git,_Bioconductor_Biostrings.git_commits.csv,Bioconductor_Biostrings.git_hullabaloo_README +ejeschke_ginga.git,_ejeschke_ginga.git_commits.csv,ejeschke_ginga.git_hullabaloo_README.rst +ebiggers_libdeflate.git,_ebiggers_libdeflate.git_commits.csv,ebiggers_libdeflate.git_hullabaloo_README +OpenPrinting_pycups.git,_OpenPrinting_pycups.git_commits.csv,OpenPrinting_pycups.git_hullabaloo_README +kjetilk_RDF-Helper-Properties.git,_kjetilk_RDF-Helper-Properties.git_commits.csv,kjetilk_RDF-Helper-Properties.git_hullabaloo_README +sebholt_qastools,sebholt_qastools_commits.csv,sebholt_qastools_hullabaloo_README +credativ_pg_checksums.git,_credativ_pg_checksums.git_commits.csv,credativ_pg_checksums.git_hullabaloo_README.md +zeromq_czmq.git,_zeromq_czmq.git_commits.csv,zeromq_czmq.git_hullabaloo_README.txt +Kyorai_cuttlefish.git,_Kyorai_cuttlefish.git_commits.csv,Kyorai_cuttlefish.git_hullabaloo_README.md +berkeley-abc_abc.git,_berkeley-abc_abc.git_commits.csv,berkeley-abc_abc.git_hullabaloo_README +certbot_certbot.git,_certbot_certbot.git_commits.csv,certbot_certbot.git_hullabaloo_README +python-trio_trio,_python-trio_trio_commits.csv,python-trio_trio_hullabaloo_README.rst +mongoengine_flask-mongoengine,_mongoengine_flask-mongoengine_commits.csv,mongoengine_flask-mongoengine_hullabaloo_README.rst +markokr_rarfile.git,_markokr_rarfile.git_commits.csv,markokr_rarfile.git_hullabaloo_README +sudipm-mukherjee_systune.git,sudipm-mukherjee_systune.git_commits.csv,sudipm-mukherjee_systune.git_hullabaloo_README +ionelmc_python-tblib,_ionelmc_python-tblib_commits.csv,ionelmc_python-tblib_hullabaloo_README.rst +libyal_libmsiecf.git,_libyal_libmsiecf.git_commits.csv,libyal_libmsiecf.git_hullabaloo_README +johnsonjh_duma.git,_johnsonjh_duma.git_commits.csv,johnsonjh_duma.git_hullabaloo_README.debian +mypaint_mypaint,_mypaint_mypaint_commits.csv,mypaint_mypaint_hullabaloo_README +ksirk.git,ksirk.git_commits.csv,ksirk.git_hullabaloo_README +openstreetmap_osmosis.git,_openstreetmap_osmosis.git_commits.csv,openstreetmap_osmosis.git_hullabaloo_README +MagicStack_httptools.git,_MagicStack_httptools.git_commits.csv,MagicStack_httptools.git_hullabaloo_README.md +libimobiledevice_ideviceinstaller.git,_libimobiledevice_ideviceinstaller.git_commits.csv,libimobiledevice_ideviceinstaller.git_hullabaloo_README +python-greenlet_greenlet,_python-greenlet_greenlet_commits.csv,python-greenlet_greenlet_hullabaloo_README.txt +snare_voltron.git,_snare_voltron.git_commits.csv,snare_voltron.git_hullabaloo_README.md +wertarbyte_triggerhappy,wertarbyte_triggerhappy_commits.csv,wertarbyte_triggerhappy_hullabaloo_README +brunonova_drmips,brunonova_drmips_commits.csv,brunonova_drmips_hullabaloo_README.mdown +gitlab-org_mmap2,gitlab-org_mmap2_commits.csv,gitlab-org_mmap2_hullabaloo_README.en +KhronosGroup_OpenCL-CLHPP,_KhronosGroup_OpenCL-CLHPP_commits.csv,KhronosGroup_OpenCL-CLHPP_hullabaloo_README.txt +libyal_libfwnt,_libyal_libfwnt_commits.csv,libyal_libfwnt_hullabaloo_README +Ultimaker_Cura,_Ultimaker_Cura_commits.csv,Ultimaker_CuraEngine_hullabaloo_README +dnephin_PyStaticConfiguration,_dnephin_PyStaticConfiguration_commits.csv,dnephin_PyStaticConfiguration_hullabaloo_README.md +wchristian_crypt-dh.git,_wchristian_crypt-dh.git_commits.csv,wchristian_crypt-dh.git_hullabaloo_README +h2o_h2o,_h2o_h2o_commits.csv,h2o_h2o_hullabaloo_README +analogdevicesinc_libiio.git,_analogdevicesinc_libiio.git_commits.csv,analogdevicesinc_libiio.git_hullabaloo_README.md +leggewie-DM_n2n,leggewie-DM_n2n_commits.csv,leggewie-DM_n2n_hullabaloo_README +ruby_curses.git,_ruby_curses.git_commits.csv,ruby_curses.git_hullabaloo_README.md +andk_devel-symdump,_andk_devel-symdump_commits.csv,andk_devel-symdump_hullabaloo_README +blupi-games_planetblupi,_blupi-games_planetblupi_commits.csv,blupi-games_planetblupi_hullabaloo_README.txt +linuxmint_cinnamon.git,_linuxmint_cinnamon.git_commits.csv,linuxmint_cinnamon.git_hullabaloo_README +Cyan4973_xxHash,_Cyan4973_xxHash_commits.csv,Cyan4973_xxHash_hullabaloo_README.md +svgpp_svgpp.git,_svgpp_svgpp.git_commits.csv,svgpp_svgpp.git_hullabaloo_README.md +pexpect_pexpect,_pexpect_pexpect_commits.csv,pexpect_pexpect_hullabaloo_README.txt +Qiskit_qiskit-terra,_Qiskit_qiskit-terra_commits.csv,Qiskit_qiskit-terra_hullabaloo_README.md +phpDocumentor_ReflectionCommon,_phpDocumentor_ReflectionCommon_commits.csv,phpDocumentor_ReflectionCommon_hullabaloo_README.md +theseer_fDOMDocument,_theseer_fDOMDocument_commits.csv,theseer_fDOMDocument_hullabaloo_README.md +pyauth_pyotp.git,_pyauth_pyotp.git_commits.csv,pyauth_pyotp.git_hullabaloo_README.markdown +mllg_checkmate.git,_mllg_checkmate.git_commits.csv,mllg_checkmate.git_hullabaloo_README.md +oauthlib_oauthlib,_oauthlib_oauthlib_commits.csv,oauthlib_oauthlib_hullabaloo_README.rst +dakk_FreeAlchemist,_dakk_FreeAlchemist_commits.csv,dakk_FreeAlchemist_hullabaloo_README.source +castle-engine_castle-engine.git,_castle-engine_castle-engine.git_commits.csv,castle-engine_castle-engine.git_hullabaloo_README +pysal_pysal.git,_pysal_pysal.git_commits.csv,pysal_pysal.git_hullabaloo_README +knik0_faad2.git,_knik0_faad2.git_commits.csv,knik0_faad2.git_hullabaloo_README +rails_sprockets.git,_rails_sprockets.git_commits.csv,rails_sprockets.git_hullabaloo_README.markdown +bear_python-twitter.git,_bear_python-twitter.git_commits.csv,bear_python-twitter.git_hullabaloo_README.md +savonet_ocaml-alsa.git,_savonet_ocaml-alsa.git_commits.csv,savonet_ocaml-alsa.git_hullabaloo_README +openSUSE_hwinfo,_openSUSE_hwinfo_commits.csv,openSUSE_hwinfo_hullabaloo_README +alex_pretend,_alex_pretend_commits.csv,alex_pretend_hullabaloo_README.rst +rsnapshot_rsnapshot.git,_rsnapshot_rsnapshot.git_commits.csv,rsnapshot_rsnapshot.git_hullabaloo_README +Dragon2fly_xlrd3.git,_Dragon2fly_xlrd3.git_commits.csv,Dragon2fly_xlrd3.git_hullabaloo_README.txt +rurban_Filter,_rurban_Filter_commits.csv,rurban_Filter_hullabaloo_README +karenetheridge_B-Hooks-Parser.git,_karenetheridge_B-Hooks-Parser.git_commits.csv,karenetheridge_B-Hooks-Parser.git_hullabaloo_README.pod +savonet_ocaml-vorbis.git,_savonet_ocaml-vorbis.git_commits.csv,savonet_ocaml-vorbis.git_hullabaloo_README +OpenHMD_OpenHMD,_OpenHMD_OpenHMD_commits.csv,OpenHMD_OpenHMD_hullabaloo_README +iputils_iputils.git,_iputils_iputils.git_commits.csv,iputils_iputils.git_hullabaloo_README.md +apache_curator.git,_apache_curator.git_commits.csv,apache_curator.git_hullabaloo_README.rdoc.txt +jbfavre_python-protobix,_jbfavre_python-protobix_commits.csv,jbfavre_python-protobix_hullabaloo_README.md +aio-libs_aiohttp-cors.git,_aio-libs_aiohttp-cors.git_commits.csv,aio-libs_aiohttp-cors.git_hullabaloo_README.md +AndrewIngram_django-extra-views,_AndrewIngram_django-extra-views_commits.csv,AndrewIngram_django-extra-views_hullabaloo_README +teamcapybara_xpath.git,_teamcapybara_xpath.git_commits.csv,teamcapybara_xpath.git_hullabaloo_README.rdoc +hughsie_libxmlb.git,_hughsie_libxmlb.git_commits.csv,hughsie_libxmlb.git_hullabaloo_README.md +alvarezp_ipv6toolkit,alvarezp_ipv6toolkit_commits.csv,alvarezp_ipv6toolkit_hullabaloo_README.TXT +cpina_dacco.git,_cpina_dacco.git_commits.csv,cpina_dacco.git_hullabaloo_README.md +rncbc_synthv1.git,_rncbc_synthv1.git_commits.csv,rncbc_synthv1.git_hullabaloo_README +nitrokey_libnitrokey.git,_nitrokey_libnitrokey.git_commits.csv,nitrokey_libnitrokey.git_hullabaloo_README.md +sipwise_data-hal.git,_sipwise_data-hal.git_commits.csv,sipwise_data-hal.git_hullabaloo_README +gsakkis_pytrie,_gsakkis_pytrie_commits.csv,gsakkis_pytrie_hullabaloo_README.md +waywardgeek_sonic,_waywardgeek_sonic_commits.csv,waywardgeek_sonic_hullabaloo_README +NagVis_nagvis,_NagVis_nagvis_commits.csv,NagVis_nagvis_hullabaloo_README +grazzolini_chkboot,_grazzolini_chkboot_commits.csv,grazzolini_chkboot_hullabaloo_README.txt +ceres-solver_ceres-solver.git,_ceres-solver_ceres-solver.git_commits.csv,ceres-solver_ceres-solver.git_hullabaloo_README +jupyter_nbconvert,_jupyter_nbconvert_commits.csv,jupyter_nbconvert_hullabaloo_README.md +bkeepers_dotenv,_bkeepers_dotenv_commits.csv,bkeepers_dotenv_hullabaloo_README.md +jaymzh_concordance.git,_jaymzh_concordance.git_commits.csv,jaymzh_concordance.git_hullabaloo_README +freedict_tools.git,_freedict_tools.git_commits.csv,freedict_tools.git_hullabaloo_README.md +jazzband_inflect.git,_jazzband_inflect.git_commits.csv,jazzband_inflect.git_hullabaloo_README.txt +theturtle32_WebSocket-Node,_theturtle32_WebSocket-Node_commits.csv,theturtle32_WebSocket-Node_hullabaloo_README.md +astropy_montage-wrapper,_astropy_montage-wrapper_commits.csv,astropy_montage-wrapper_hullabaloo_README +World_lollypop.git,World_lollypop.git_commits.csv,World_lollypop.git_hullabaloo_README +ComplianceAsCode_content,_ComplianceAsCode_content_commits.csv,ComplianceAsCode_content_hullabaloo_README +source_libgpg-error.git,source_libgpg-error.git_commits.csv,source_libgpg-error.git_hullabaloo_README +varnish_varnish-modules.git,_varnish_varnish-modules.git_commits.csv,varnish_varnish-modules.git_hullabaloo_README.rst +mu-editor_mu,_mu-editor_mu_commits.csv,mu-editor_mu_hullabaloo_README.rst +sbabic_swupdate,_sbabic_swupdate_commits.csv,sbabic_swupdate_hullabaloo_README +porridge_ydpdict,porridge_ydpdict_commits.csv,porridge_ydpdict_hullabaloo_README +benoitc_http-parser,_benoitc_http-parser_commits.csv,benoitc_http-parser_hullabaloo_README.rst +sopel-irc_sopel.git,_sopel-irc_sopel.git_commits.csv,sopel-irc_sopel.git_hullabaloo_README.txt +dask_dask,_dask_dask_commits.csv,dask_dask_hullabaloo_README.rst +Azure_msrest-for-python,_Azure_msrest-for-python_commits.csv,Azure_msrest-for-python_hullabaloo_README.rst +cmusphinx_pocketsphinx,_cmusphinx_pocketsphinx_commits.csv,cmusphinx_pocketsphinx_hullabaloo_README +mathiasbynens_unicode-tr51,_mathiasbynens_unicode-tr51_commits.csv,mathiasbynens_unicode-tr51_hullabaloo_README.md +cdidier_irssi-xmpp,_cdidier_irssi-xmpp_commits.csv,cdidier_irssi-xmpp_hullabaloo_README +jashkenas_underscore.git,_jashkenas_underscore.git_commits.csv,jashkenas_underscore.git_hullabaloo_README +radcli_radcli,_radcli_radcli_commits.csv,radcli_radcli_hullabaloo_README.radexample +jshttp_content-disposition.git,_jshttp_content-disposition.git_commits.csv,jshttp_content-disposition.git_hullabaloo_README.md +openturns_openturns,_openturns_openturns_commits.csv,openturns_openturns_hullabaloo_README +varnish_hitch,_varnish_hitch_commits.csv,varnish_hitch_hullabaloo_README.md +RazrFalcon_resvg.git,_RazrFalcon_resvg.git_commits.csv,RazrFalcon_resvg.git_hullabaloo_README.md +bamf,bamf_commits.csv,bamf_hullabaloo_README +isaacs_isexe,_isaacs_isexe_commits.csv,isaacs_isexe_hullabaloo_README.md +GNOME_gnome-contacts.git,GNOME_gnome-contacts.git_commits.csv,GNOME_gnome-contacts.git_hullabaloo_README +debian-tex_biber,debian-tex_biber_commits.csv,debian-tex_biber_hullabaloo_README.win +haiwen_seafile.git,_haiwen_seafile.git_commits.csv,haiwen_seafile.git_hullabaloo_README.markdown +msteveb_jimtcl.git,_msteveb_jimtcl.git_commits.csv,msteveb_jimtcl.git_hullabaloo_README +jgoerzen_simplesnap,jgoerzen_simplesnap_commits.csv,jgoerzen_simplesnap_hullabaloo_README.txt +npm_abbrev-js,_npm_abbrev-js_commits.csv,npm_abbrev-js_hullabaloo_README.md +hanslub42_rlwrap,_hanslub42_rlwrap_commits.csv,hanslub42_rlwrap_hullabaloo_README +the-tcpdump-group_tcpdump,_the-tcpdump-group_tcpdump_commits.csv,the-tcpdump-group_tcpdump_hullabaloo_README +PierreRaybaut_PythonQwt.git,_PierreRaybaut_PythonQwt.git_commits.csv,PierreRaybaut_PythonQwt.git_hullabaloo_README +59naga_babel-plugin-add-module-exports,_59naga_babel-plugin-add-module-exports_commits.csv,59naga_babel-plugin-add-module-exports_hullabaloo_README.md +EttusResearch_uhd,_EttusResearch_uhd_commits.csv,EttusResearch_uhd_hullabaloo_README +jupyter_jupyter_core,_jupyter_jupyter_core_commits.csv,jupyter_jupyter_core_hullabaloo_README.md +GNOME_gnome-online-accounts.git,GNOME_gnome-online-accounts.git_commits.csv,GNOME_gnome-online-accounts.git_hullabaloo_README +slezica_python-frozendict.git,_slezica_python-frozendict.git_commits.csv,slezica_python-frozendict.git_hullabaloo_README.txt +rurban_DBD-SQLite2,_rurban_DBD-SQLite2_commits.csv,rurban_DBD-SQLite2_hullabaloo_README +cloudpipe_cloudpickle,_cloudpipe_cloudpickle_commits.csv,cloudpipe_cloudpickle_hullabaloo_README.md +mlpack_mlpack,_mlpack_mlpack_commits.csv,mlpack_mlpack_hullabaloo_README.txt +regebro_hovercraft,_regebro_hovercraft_commits.csv,regebro_hovercraft_hullabaloo_README.md +webhippie_gettext_i18n_rails_js,_webhippie_gettext_i18n_rails_js_commits.csv,webhippie_gettext_i18n_rails_js_hullabaloo_README.md +IndigoUnited_node-cross-spawn-async.git,_IndigoUnited_node-cross-spawn-async.git_commits.csv,IndigoUnited_node-cross-spawn-async.git_hullabaloo_README.md +johndyer_mediaelement.git,_johndyer_mediaelement.git_commits.csv,johndyer_mediaelement.git_hullabaloo_README +aquynh_capstone,_aquynh_capstone_commits.csv,aquynh_capstone_hullabaloo_README.md +lxc_lxc.git,_lxc_lxc.git_commits.csv,lxc_lxc.git_hullabaloo_README +jupyter_jupyter-sphinx-theme,_jupyter_jupyter-sphinx-theme_commits.csv,jupyter_jupyter-sphinx-theme_hullabaloo_README.rst +pobrn_mktorrent,_pobrn_mktorrent_commits.csv,pobrn_mktorrent_hullabaloo_README +igraph_igraph,_igraph_igraph_commits.csv,igraph_igraph.git_hullabaloo_README +benhoyt_scandir,_benhoyt_scandir_commits.csv,benhoyt_scandir_hullabaloo_README.md +jshttp_on-finished,_jshttp_on-finished_commits.csv,jshttp_on-finished_hullabaloo_README.md +drobilla_ganv.git,drobilla_ganv.git_commits.csv,drobilla_ganv.git_hullabaloo_README +ronaldoussoren_altgraph,_ronaldoussoren_altgraph_commits.csv,ronaldoussoren_altgraph_hullabaloo_README.txt +OpenPrinting_cups-filters,_OpenPrinting_cups-filters_commits.csv,OpenPrinting_cups-filters_hullabaloo_README.txt +libtom_libtomcrypt,_libtom_libtomcrypt_commits.csv,libtom_libtomcrypt_hullabaloo_config.pl.README +jeremyevans_minitest-shared_description,_jeremyevans_minitest-shared_description_commits.csv,jeremyevans_minitest-shared_description_hullabaloo_README.rdoc +ruby-prof_ruby-prof,_ruby-prof_ruby-prof_commits.csv,ruby-prof_ruby-prof_hullabaloo_README +gosa-project_gosa-core,_gosa-project_gosa-core_commits.csv,gosa-project_gosa-core_hullabaloo_README.safemode +MostAwesomeDude_txWS,_MostAwesomeDude_txWS_commits.csv,MostAwesomeDude_txWS_hullabaloo_README.rst +jkeenan_file-save-home,_jkeenan_file-save-home_commits.csv,jkeenan_file-save-home_hullabaloo_README +gperftools_gperftools,_gperftools_gperftools_commits.csv,gperftools_gperftools_hullabaloo_README +vsergeev_u-msgpack-python,_vsergeev_u-msgpack-python_commits.csv,vsergeev_u-msgpack-python_hullabaloo_README.md +bfirsh_django-ordered-model.git,_bfirsh_django-ordered-model.git_commits.csv,bfirsh_django-ordered-model.git_hullabaloo_README.markdown +udo-stenzel_anfo,_udo-stenzel_anfo_commits.csv,udo-stenzel_anfo_hullabaloo_README +broadinstitute_gatk-native-bindings,_broadinstitute_gatk-native-bindings_commits.csv,broadinstitute_gatk-native-bindings_hullabaloo_README.md +debian-tex_latexml,debian-tex_latexml_commits.csv,debian-tex_latexml_hullabaloo_README +neurodebian_pkg-xppaut,neurodebian_pkg-xppaut_commits.csv,neurodebian_pkg-xppaut_hullabaloo_README +roundcube_roundcubemail,_roundcube_roundcubemail_commits.csv,roundcube_roundcubemail_hullabaloo_README +psi-im_psi-l10n.git,_psi-im_psi-l10n.git_commits.csv,psi-im_psi-l10n.git_hullabaloo_README.md +hobarrera_sphinx-autorun,_hobarrera_sphinx-autorun_commits.csv,hobarrera_sphinx-autorun_hullabaloo_README +rabbitvcs_rabbitvcs.git,_rabbitvcs_rabbitvcs.git_commits.csv,rabbitvcs_rabbitvcs.git_hullabaloo_README +libgit2_libgit2.git,_libgit2_libgit2.git_commits.csv,libgit2_libgit2.git_hullabaloo_README.txt +JazzCore_python-pdfkit,_JazzCore_python-pdfkit_commits.csv,JazzCore_python-pdfkit_hullabaloo_README.rst +tpm2-software_tpm2-abrmd.git,_tpm2-software_tpm2-abrmd.git_commits.csv,tpm2-software_tpm2-abrmd.git_hullabaloo_README +mati75_volumeicon-debian.git,mati75_volumeicon-debian.git_commits.csv,mati75_volumeicon-debian.git_hullabaloo_README +maxbachmann_python-Levenshtein,_maxbachmann_python-Levenshtein_commits.csv,maxbachmann_python-Levenshtein_hullabaloo_README.md +nadoka_nadoka,_nadoka_nadoka_commits.csv,nadoka_nadoka_hullabaloo_README +lxqt_lxqt-openssh-askpass.git,_lxqt_lxqt-openssh-askpass.git_commits.csv,lxqt_lxqt-openssh-askpass.git_hullabaloo_README +Intel-Media-SDK_MediaSDK,_Intel-Media-SDK_MediaSDK_commits.csv,Intel-Media-SDK_MediaSDK_hullabaloo_README.md +xavierleroy_camlidl,_xavierleroy_camlidl_commits.csv,xavierleroy_camlidl_hullabaloo_README +saltstack_libnacl.git,_saltstack_libnacl.git_commits.csv,saltstack_libnacl.git_hullabaloo_README.md +ncoders_redmine_local_avatars,_ncoders_redmine_local_avatars_commits.csv,ncoders_redmine_local_avatars_hullabaloo_README.rd +gfx_Perl-Module-Install-XSUtil.git,_gfx_Perl-Module-Install-XSUtil.git_commits.csv,gfx_Perl-Module-Install-XSUtil.git_hullabaloo_README +jawnsy_Math-Random-ISAAC-XS.git,_jawnsy_Math-Random-ISAAC-XS.git_commits.csv,jawnsy_Math-Random-ISAAC-XS.git_hullabaloo_README +hakaishi_shutdown-qapps,hakaishi_shutdown-qapps_commits.csv,hakaishi_shutdown-qapps_hullabaloo_README +python-llfuse_python-llfuse.git,_python-llfuse_python-llfuse.git_commits.csv,python-llfuse_python-llfuse.git_hullabaloo_README.txt +guilleiguaran_fakeredis.git,_guilleiguaran_fakeredis.git_commits.csv,guilleiguaran_fakeredis.git_hullabaloo_README.md +accounts-sso_signond.git,accounts-sso_signond.git_commits.csv,accounts-sso_signond.git_hullabaloo_README +linbox-team_givaro,_linbox-team_givaro_commits.csv,linbox-team_givaro_hullabaloo_README +google_brotli,_google_brotli_commits.csv,google_brotli_hullabaloo_README +andrew-bibb_cmst.git,_andrew-bibb_cmst.git_commits.csv,andrew-bibb_cmst.git_hullabaloo_README.md +rolandshoemaker_CommonMark-py,_rolandshoemaker_CommonMark-py_commits.csv,rolandshoemaker_CommonMark-py_hullabaloo_README.md +acetcom_nextepc.git,_acetcom_nextepc.git_commits.csv,acetcom_nextepc.git_hullabaloo_README +thlorenz_convert-source-map,_thlorenz_convert-source-map_commits.csv,thlorenz_convert-source-map_hullabaloo_README.md +matthewwithanm_django-imagekit.git,_matthewwithanm_django-imagekit.git_commits.csv,matthewwithanm_django-imagekit.git_hullabaloo_README.md +invisibleroads_socketIO-client,_invisibleroads_socketIO-client_commits.csv,invisibleroads_socketIO-client_hullabaloo_README.rst +adrianlopezroche_fdupes.git,_adrianlopezroche_fdupes.git_commits.csv,adrianlopezroche_fdupes.git_hullabaloo_README +chorny_MLDBM.git,_chorny_MLDBM.git_commits.csv,chorny_MLDBM.git_hullabaloo_README +s3tools_s3cmd,_s3tools_s3cmd_commits.csv,s3tools_s3cmd_hullabaloo_README +lxde_pcmanfm,_lxde_pcmanfm_commits.csv,lxde_pcmanfm_hullabaloo_README +CorsixTH_CorsixTH.git,_CorsixTH_CorsixTH.git_commits.csv,CorsixTH_CorsixTH.git_hullabaloo_README +fiete201_python-pypeg2-debian,fiete201_python-pypeg2-debian_commits.csv,fiete201_python-pypeg2-debian_hullabaloo_README.txt +GNOME_grilo-plugins,GNOME_grilo-plugins_commits.csv,GNOME_grilo-plugins_hullabaloo_README +sybrenstuvel_python-rsa,_sybrenstuvel_python-rsa_commits.csv,sybrenstuvel_python-rsa_hullabaloo_README +xaos-project_XaoS.git,_xaos-project_XaoS.git_commits.csv,xaos-project_XaoS.git_hullabaloo_README +corecode_dma.git,_corecode_dma.git_commits.csv,corecode_dma.git_hullabaloo_README.Debian +fog_fog-rackspace,_fog_fog-rackspace_commits.csv,fog_fog-rackspace_hullabaloo_README.md +uqfoundation_dill,_uqfoundation_dill_commits.csv,uqfoundation_dill_hullabaloo_README +dfaust_soundkonverter.git,_dfaust_soundkonverter.git_commits.csv,dfaust_soundkonverter.git_hullabaloo_README +SasView_sasview.git,_SasView_sasview.git_commits.csv,SasView_sasview.git_hullabaloo_README.txt +CoreSecurity_pcapy.git,_CoreSecurity_pcapy.git_commits.csv,CoreSecurity_pcapy.git_hullabaloo_README +plasma_kinfocenter.git,plasma_kinfocenter.git_commits.csv,plasma_kinfocenter.git_hullabaloo_README +GNOME_gtksourceview,GNOME_gtksourceview_commits.csv,GNOME_gtksourceview_hullabaloo_README +mozilla_dryice,_mozilla_dryice_commits.csv,mozilla_dryice_hullabaloo_README.md +Pylons_pyramid_chameleon,_Pylons_pyramid_chameleon_commits.csv,Pylons_pyramid_chameleon_hullabaloo_README.txt +jodal_pykka.git,_jodal_pykka.git_commits.csv,jodal_pykka.git_hullabaloo_README.rst +tinfoil_devise-two-factor.git,_tinfoil_devise-two-factor.git_commits.csv,tinfoil_devise-two-factor.git_hullabaloo_README.md +maxtepkeev_python-redmine.git,_maxtepkeev_python-redmine.git_commits.csv,maxtepkeev_python-redmine.git_hullabaloo_README.md +isaacs_node-glob.git,_isaacs_node-glob.git_commits.csv,isaacs_node-glob.git_hullabaloo_README +influxdata_influxdb-python,_influxdata_influxdb-python_commits.csv,influxdata_influxdb-python_hullabaloo_README.md +ukui_ukui-themes,ukui_ukui-themes_commits.csv,ukui_ukui-themes_hullabaloo_README +felixge_node-formidable.git,_felixge_node-formidable.git_commits.csv,felixge_node-formidable.git_hullabaloo_README.md +smurfix_flask-script,_smurfix_flask-script_commits.csv,smurfix_flask-script_hullabaloo_README +alphallc_ruby-fcgi-ng,_alphallc_ruby-fcgi-ng_commits.csv,alphallc_ruby-fcgi-ng_hullabaloo_README.rdoc +python-hyper_uritemplate.git,_python-hyper_uritemplate.git_commits.csv,python-hyper_uritemplate.git_hullabaloo_README.rst +dagolden_class-insideout.git,_dagolden_class-insideout.git_commits.csv,dagolden_class-insideout.git_hullabaloo_README +doctormo_python-crontab,doctormo_python-crontab_commits.csv,doctormo_python-crontab_hullabaloo_README +erlang-lager_lager.git,_erlang-lager_lager.git_commits.csv,erlang-lager_lager.git_hullabaloo_README.org +jaalto_project--copyright-update,_jaalto_project--copyright-update_commits.csv,jaalto_project--copyright-update_hullabaloo_README +thomaslee_capnproto-debian,thomaslee_capnproto-debian_commits.csv,thomaslee_capnproto-debian_hullabaloo_README.txt +ntop_nDPI.git,_ntop_nDPI.git_commits.csv,ntop_nDPI.git_hullabaloo_README.md +lmj_lparallel,lmj_lparallel_commits.csv,lmj_lparallel_hullabaloo_README +AlDanial_cloc.git,_AlDanial_cloc.git_commits.csv,AlDanial_cloc.git_hullabaloo_README.md +ollyg_Net-LDAP-FilterBuilder.git,_ollyg_Net-LDAP-FilterBuilder.git_commits.csv,ollyg_Net-LDAP-FilterBuilder.git_hullabaloo_README +GNOME_gnome-chess.git,GNOME_gnome-chess.git_commits.csv,GNOME_gnome-chess.git_hullabaloo_README +rollup_plugins,_rollup_plugins_commits.csv,rollup_plugins_hullabaloo_README.md +rncbc_padthv1.git,_rncbc_padthv1.git_commits.csv,rncbc_padthv1.git_hullabaloo_README +Gnonthgol_sosi2osm.git,_Gnonthgol_sosi2osm.git_commits.csv,Gnonthgol_sosi2osm.git_hullabaloo_README.md +SIPp_sipp.git,_SIPp_sipp.git_commits.csv,SIPp_sipp.git_hullabaloo_README.txt +mrash_fwknop.git,_mrash_fwknop.git_commits.csv,mrash_fwknop.git_hullabaloo_README +flyingcircusio_pycountry,_flyingcircusio_pycountry_commits.csv,flyingcircusio_pycountry_hullabaloo_README.txt +adplug_adplay-unix,_adplug_adplay-unix_commits.csv,adplug_adplay-unix_hullabaloo_README +endrazine_wcc.git,_endrazine_wcc.git_commits.csv,endrazine_wcc.git_hullabaloo_README.md +pytroll_pyorbital.git,_pytroll_pyorbital.git_commits.csv,pytroll_pyorbital.git_hullabaloo_README +debian-tex_texworks-manual,debian-tex_texworks-manual_commits.csv,debian-tex_texworks-manual_hullabaloo_README.md +punitagrawal_global,punitagrawal_global_commits.csv,punitagrawal_global_hullabaloo_README +BYVoid_OpenCC,_BYVoid_OpenCC_commits.csv,BYVoid_OpenCC_hullabaloo_README +jstamp_yajl,jstamp_yajl_commits.csv,jstamp_yajl_hullabaloo_README +lastpass_lastpass-cli,_lastpass_lastpass-cli_commits.csv,lastpass_lastpass-cli_hullabaloo_README.md +kevin1024_vcrpy,_kevin1024_vcrpy_commits.csv,kevin1024_vcrpy_hullabaloo_README.md +rspatial_raster.git,_rspatial_raster.git_commits.csv,rspatial_raster.git_hullabaloo_README.md +rroemhild_flask-ldapconn,_rroemhild_flask-ldapconn_commits.csv,rroemhild_flask-ldapconn_hullabaloo_README.rst +tstack_lnav,_tstack_lnav_commits.csv,tstack_lnav_hullabaloo_README +node-modules_address.git,_node-modules_address.git_commits.csv,node-modules_address.git_hullabaloo_README.md +jeanparpaillon_averell,jeanparpaillon_averell_commits.csv,jeanparpaillon_averell_hullabaloo_README.md +twekkel_htpdate,_twekkel_htpdate_commits.csv,twekkel_htpdate_hullabaloo_README +uim_uim-chewing,_uim_uim-chewing_commits.csv,uim_uim-chewing_hullabaloo_README +w3c-social_activipy,_w3c-social_activipy_commits.csv,w3c-social_activipy_hullabaloo_README.org +njsmith_colorspacious.git,_njsmith_colorspacious.git_commits.csv,njsmith_colorspacious.git_hullabaloo_README.md +neithere_argh.git,_neithere_argh.git_commits.csv,neithere_argh.git_hullabaloo_README +fuzzylite_fuzzylite,_fuzzylite_fuzzylite_commits.csv,fuzzylite_fuzzylite_hullabaloo_README +OpenTTD_OpenTTD.git,_OpenTTD_OpenTTD.git_commits.csv,OpenTTD_OpenTTD.git_hullabaloo_README_if_game_crashed_on_OSX.txt +ok2cqr_cqrlog.git,_ok2cqr_cqrlog.git_commits.csv,ok2cqr_cqrlog.git_hullabaloo_README +mlpack_ensmallen,_mlpack_ensmallen_commits.csv,mlpack_ensmallen_hullabaloo_README.md +uim_sigscheme.git,_uim_sigscheme.git_commits.csv,uim_sigscheme.git_hullabaloo_README +shadow-maint_shadow,_shadow-maint_shadow_commits.csv,shadow-maint_shadow_hullabaloo_README +deckar01_task_list.git,_deckar01_task_list.git_commits.csv,deckar01_task_list.git_hullabaloo_README.md +ocaml-community_sedlex,_ocaml-community_sedlex_commits.csv,ocaml-community_sedlex_hullabaloo_README +jenisys_parse_type,_jenisys_parse_type_commits.csv,jenisys_parse_type_hullabaloo_README.rst +accounts-sso_libsignon-glib.git,accounts-sso_libsignon-glib.git_commits.csv,accounts-sso_libsignon-glib.git_hullabaloo_README +rvagg_node-errno,_rvagg_node-errno_commits.csv,rvagg_node-errno_hullabaloo_README.md +astropy_pytest-remotedata,_astropy_pytest-remotedata_commits.csv,astropy_pytest-remotedata_hullabaloo_README.rst +jeffreykegler_Marpa--R2.git,_jeffreykegler_Marpa--R2.git_commits.csv,jeffreykegler_Marpa--R2.git_hullabaloo_README +r-spatial_sf,_r-spatial_sf_commits.csv,r-spatial_sf_hullabaloo_README.md +GNOME_meld.git,GNOME_meld.git_commits.csv,GNOME_meld.git_hullabaloo_README.translators +donnemartin_gitsome,_donnemartin_gitsome_commits.csv,donnemartin_gitsome_hullabaloo_README.md +RIPE-NCC_ripe.atlas.sagan,_RIPE-NCC_ripe.atlas.sagan_commits.csv,RIPE-NCC_ripe.atlas.sagan_hullabaloo_README.md +jp9000_obs-studio.git,_jp9000_obs-studio.git_commits.csv,jp9000_obs-studio.git_hullabaloo_README +wavexx_fgallery,wavexx_fgallery_commits.csv,wavexx_fgallery_hullabaloo_README +ocamllabs_ocaml-ctypes.git,_ocamllabs_ocaml-ctypes.git_commits.csv,ocamllabs_ocaml-ctypes.git_hullabaloo_README.md +horde_groupware.git,_horde_groupware.git_commits.csv,horde_groupware.git_hullabaloo_README +srikanth-lingala_zip4j.git,_srikanth-lingala_zip4j.git_commits.csv,srikanth-lingala_zip4j.git_hullabaloo_README.md +networkx_networkx.git,_networkx_networkx.git_commits.csv,networkx_networkx.git_hullabaloo_README +intridea_multi_json,_intridea_multi_json_commits.csv,intridea_multi_json_hullabaloo_README.rdoc +Bioconductor_IRanges.git,_Bioconductor_IRanges.git_commits.csv,Bioconductor_IRanges.git_hullabaloo_README.md +Parchive_par2cmdline.git,_Parchive_par2cmdline.git_commits.csv,Parchive_par2cmdline.git_hullabaloo_README +pytoolz_toolz.git,_pytoolz_toolz.git_commits.csv,pytoolz_toolz.git_hullabaloo_README.md +GNOME_pango,GNOME_pango_commits.csv,GNOME_pango_hullabaloo_README +thlorenz_inline-source-map.git,_thlorenz_inline-source-map.git_commits.csv,thlorenz_inline-source-map.git_hullabaloo_README.md +thlorenz_combine-source-map.git,_thlorenz_combine-source-map.git_commits.csv,thlorenz_combine-source-map.git_hullabaloo_README.md +zsh-users_antigen,_zsh-users_antigen_commits.csv,zsh-users_antigen_hullabaloo_README.mkd +joshuaulrich_xts.git,_joshuaulrich_xts.git_commits.csv,joshuaulrich_xts.git_hullabaloo_README +ravinet_mahimahi,ravinet_mahimahi_commits.csv,ravinet_mahimahi_hullabaloo_README.md +coleifer_wtf-peewee,_coleifer_wtf-peewee_commits.csv,coleifer_wtf-peewee_hullabaloo_README.md +python-mechanize_mechanize.git,_python-mechanize_mechanize.git_commits.csv,python-mechanize_mechanize.git_hullabaloo_README.html.in +indutny_node-ip,_indutny_node-ip_commits.csv,indutny_node-ip_hullabaloo_README.md +mintchaos_typogrify,_mintchaos_typogrify_commits.csv,mintchaos_typogrify_hullabaloo_README.markdown +Changaco_python-libarchive-c.git,_Changaco_python-libarchive-c.git_commits.csv,Changaco_python-libarchive-c.git_hullabaloo_README.rst +PyCQA_astroid,_PyCQA_astroid_commits.csv,PyCQA_astroid_hullabaloo_README +dhewm_dhewm3.git,_dhewm_dhewm3.git_commits.csv,dhewm_dhewm3.git_hullabaloo_README.txt +ojuba-org_othman.git,_ojuba-org_othman.git_commits.csv,ojuba-org_othman.git_hullabaloo_README-ar.txt +kjetilk_p5-atteanx-store-sparql.git,_kjetilk_p5-atteanx-store-sparql.git_commits.csv,kjetilk_p5-atteanx-store-sparql.git_hullabaloo_README.pod +emcconville_wand,_emcconville_wand_commits.csv,emcconville_wand_hullabaloo_README.rst +GNOME_dconf-editor.git,GNOME_dconf-editor.git_commits.csv,GNOME_dconf-editor.git_hullabaloo_README +otsaloma_gaupol,_otsaloma_gaupol_commits.csv,otsaloma_gaupol_hullabaloo_README +ericflo_django-pagination,_ericflo_django-pagination_commits.csv,ericflo_django-pagination_hullabaloo_README.txt +liblouis_liblouis.git,_liblouis_liblouis.git_commits.csv,liblouis_liblouis.git_hullabaloo_README +Toilal_rebulk,_Toilal_rebulk_commits.csv,Toilal_rebulk_hullabaloo_README.rst +cnanakos_kmodpy,cnanakos_kmodpy_commits.csv,cnanakos_kmodpy_hullabaloo_README +goodvibes_goodvibes.git,goodvibes_goodvibes.git_commits.csv,goodvibes_goodvibes.git_hullabaloo_README.md +perl-catalyst_Catalyst-Authentication-Credential-HTTP,_perl-catalyst_Catalyst-Authentication-Credential-HTTP_commits.csv,perl-catalyst_Catalyst-Authentication-Credential-HTTP_hullabaloo_README +ronsavage_CGI-Session-ExpireSessions,_ronsavage_CGI-Session-ExpireSessions_commits.csv,ronsavage_CGI-Session-ExpireSessions_hullabaloo_README +chrender_fizmo-ncursesw,chrender_fizmo-ncursesw_commits.csv,chrender_fizmo-ncursesw_hullabaloo_README.txt +kjetilk_RDF-Generator-Void.git,_kjetilk_RDF-Generator-Void.git_commits.csv,kjetilk_RDF-Generator-Void.git_hullabaloo_README +baldurk_renderdoc.git,_baldurk_renderdoc.git_commits.csv,baldurk_renderdoc.git_hullabaloo_README.md +AccelerationNet_cl-csv,_AccelerationNet_cl-csv_commits.csv,AccelerationNet_cl-csv_hullabaloo_README.md +sslmate_certspotter,_sslmate_certspotter_commits.csv,sslmate_certspotter_hullabaloo_README +jazzband_django-sortedm2m.git,_jazzband_django-sortedm2m.git_commits.csv,jazzband_django-sortedm2m.git_hullabaloo_README.txt +pypa_pipenv.git,_pypa_pipenv.git_commits.csv,pypa_pipenv.git_hullabaloo_README.rst +dmc_gfal2,dmc_gfal2_commits.csv,dmc_gfal2_hullabaloo_README +dpocock_python-netsyslog,dpocock_python-netsyslog_commits.csv,dpocock_python-netsyslog_hullabaloo_README +radio-astro-tools_radio_beam,_radio-astro-tools_radio_beam_commits.csv,radio-astro-tools_radio_beam_hullabaloo_README.md +compiz_ccsm.git,compiz_ccsm.git_commits.csv,compiz_ccsm.git_hullabaloo_README +GNOME_gedit.git,GNOME_gedit.git_commits.csv,GNOME_gedit.git_hullabaloo_README +spice_usbredir.git,spice_usbredir.git_commits.csv,spice_usbredir.git_hullabaloo_README +mitya57_secretstorage,_mitya57_secretstorage_commits.csv,mitya57_secretstorage_hullabaloo_README.rst +gpertea_gclib,_gpertea_gclib_commits.csv,gpertea_gclib_hullabaloo_README.md +justinmc_react-audio-player.git,_justinmc_react-audio-player.git_commits.csv,justinmc_react-audio-player.git_hullabaloo_README.md +libyal_liblnk,_libyal_liblnk_commits.csv,libyal_liblnk_hullabaloo_README +funtoo_keychain,_funtoo_keychain_commits.csv,funtoo_keychain_hullabaloo_README +royhills_arp-scan,_royhills_arp-scan_commits.csv,royhills_arp-scan_hullabaloo_README +technicalpickles_homesick,_technicalpickles_homesick_commits.csv,technicalpickles_homesick_hullabaloo_README.rdoc +maddingue_SNMP-Extension-PassPersist.git,_maddingue_SNMP-Extension-PassPersist.git_commits.csv,maddingue_SNMP-Extension-PassPersist.git_hullabaloo_README +alexmyczko_modplug-tools,_alexmyczko_modplug-tools_commits.csv,alexmyczko_modplug-tools_hullabaloo_README +splattael_minitest-around,_splattael_minitest-around_commits.csv,splattael_minitest-around_hullabaloo_README.rdoc +biolab_serverfiles,_biolab_serverfiles_commits.csv,biolab_serverfiles_hullabaloo_README.txt +mne-tools_mne-python.git,_mne-tools_mne-python.git_commits.csv,mne-tools_mne-python.git_hullabaloo_README.rst +bialix_intelhex.git,_bialix_intelhex.git_commits.csv,bialix_intelhex.git_hullabaloo_README +yamanq_xdrawchem,yamanq_xdrawchem_commits.csv,yamanq_xdrawchem_hullabaloo_README.txt +mschout_apache-singleton.git,_mschout_apache-singleton.git_commits.csv,mschout_apache-singleton.git_hullabaloo_README +nordugrid_arc,nordugrid_arc_commits.csv,nordugrid_arc_hullabaloo_README +python-hyper_h11.git,_python-hyper_h11.git_commits.csv,python-hyper_h11.git_hullabaloo_README.rst +wolever_parameterized,_wolever_parameterized_commits.csv,wolever_parameterized_hullabaloo_README.rst +beignet_beignet.git,beignet_beignet.git_commits.csv,beignet_beignet.git_hullabaloo_README +danthedeckie_simpleeval.git,_danthedeckie_simpleeval.git_commits.csv,danthedeckie_simpleeval.git_hullabaloo_README.rst +FreeOpcUa_python-opcua,_FreeOpcUa_python-opcua_commits.csv,FreeOpcUa_python-opcua_hullabaloo_README +lumean_svg-graph2,_lumean_svg-graph2_commits.csv,lumean_svg-graph2_hullabaloo_README.txt +mate-desktop_mate-user-share.git,_mate-desktop_mate-user-share.git_commits.csv,mate-desktop_mate-user-share.git_hullabaloo_README.md +brendangregg_perf-tools,_brendangregg_perf-tools_commits.csv,brendangregg_perf-tools_hullabaloo_README.md +xdg_xdg-sound-theme,xdg_xdg-sound-theme_commits.csv,xdg_xdg-sound-theme_hullabaloo_README +pim_grantleetheme,pim_grantleetheme_commits.csv,pim_grantleetheme_hullabaloo_README.md +debian-calibre_html5-parser,debian-calibre_html5-parser_commits.csv,debian-calibre_html5-parser_hullabaloo_README.rst +PointCloudLibrary_pcl,_PointCloudLibrary_pcl_commits.csv,PointCloudLibrary_pcl_hullabaloo_README +miquels_liblockfile-debian,miquels_liblockfile-debian_commits.csv,miquels_liblockfile-debian_hullabaloo_README.md +libwww-perl_HTTP-Message.git,_libwww-perl_HTTP-Message.git_commits.csv,libwww-perl_HTTP-Message.git_hullabaloo_README +audreyt_module-signature.git,_audreyt_module-signature.git_commits.csv,audreyt_module-signature.git_hullabaloo_README +xfce_xfce4-panel,xfce_xfce4-panel_commits.csv,xfce_xfce4-panel_hullabaloo_README.xml +obriencj_meanwhile.git,_obriencj_meanwhile.git_commits.csv,obriencj_meanwhile.git_hullabaloo_README +vpelletier_python-libusb1.git,_vpelletier_python-libusb1.git_commits.csv,vpelletier_python-libusb1.git_hullabaloo_README +michiexile_hodie,_michiexile_hodie_commits.csv,michiexile_hodie_hullabaloo_README +Grokzen_redis-py-cluster,_Grokzen_redis-py-cluster_commits.csv,Grokzen_redis-py-cluster_hullabaloo_README.md +horde_sesha.git,_horde_sesha.git_commits.csv,horde_sesha.git_hullabaloo_README +lttng-ust.git,lttng-ust.git_commits.csv,lttng-ust.git_hullabaloo_README +swanandp_acts_as_list,_swanandp_acts_as_list_commits.csv,swanandp_acts_as_list_hullabaloo_README +mongodb_motor,_mongodb_motor_commits.csv,mongodb_motor_hullabaloo_README.md +SpamExperts_pyzor,_SpamExperts_pyzor_commits.csv,SpamExperts_pyzor_hullabaloo_README +jhawthorn_fzy,_jhawthorn_fzy_commits.csv,jhawthorn_fzy_hullabaloo_README.md +Icinga_icingaweb2.git,_Icinga_icingaweb2.git_commits.csv,Icinga_icingaweb2.git_hullabaloo_README.md +libevent_libevent,_libevent_libevent_commits.csv,libevent_libevent_hullabaloo_README +bbatsov_powerpack.git,_bbatsov_powerpack.git_commits.csv,bbatsov_powerpack.git_hullabaloo_README.md +libsdl-org_SDL_image.git,_libsdl-org_SDL_image.git_commits.csv,libsdl-org_SDL_image.git_hullabaloo_README +orocos_orocos-bayesian-filtering,_orocos_orocos-bayesian-filtering_commits.csv,orocos_orocos-bayesian-filtering_hullabaloo_README +matthew-brett_sphinxtesters.git,_matthew-brett_sphinxtesters.git_commits.csv,matthew-brett_sphinxtesters.git_hullabaloo_README.rst +sebastianbergmann_object-enumerator,_sebastianbergmann_object-enumerator_commits.csv,sebastianbergmann_object-enumerator_hullabaloo_README.md +php-fig_http-message,_php-fig_http-message_commits.csv,php-fig_http-message_hullabaloo_README.md +rthalley_dnspython.git,_rthalley_dnspython.git_commits.csv,rthalley_dnspython.git_hullabaloo_README +MTecknology_tdc,MTecknology_tdc_commits.csv,MTecknology_tdc_hullabaloo_README +esheldon_fitsio,_esheldon_fitsio_commits.csv,esheldon_fitsio_hullabaloo_README.md +spanezz_staticsite,_spanezz_staticsite_commits.csv,spanezz_staticsite_hullabaloo_README.md +kolf.git,kolf.git_commits.csv,kolf.git_hullabaloo_README.pool +djberg96_pathname2,_djberg96_pathname2_commits.csv,djberg96_pathname2_hullabaloo_README +orocos_orocos_kinematics_dynamics.git,_orocos_orocos_kinematics_dynamics.git_commits.csv,orocos_orocos_kinematics_dynamics.git_hullabaloo_README.txt +savonet_ocaml-duppy.git,_savonet_ocaml-duppy.git_commits.csv,savonet_ocaml-duppy.git_hullabaloo_README +FedoraQt_adwaita-qt.git,_FedoraQt_adwaita-qt.git_commits.csv,FedoraQt_adwaita-qt.git_hullabaloo_README.md +jkeenan_list-compare.git,_jkeenan_list-compare.git_commits.csv,jkeenan_list-compare.git_hullabaloo_README +Ableton_link.git,_Ableton_link.git_commits.csv,Ableton_link.git_hullabaloo_README.md +Yubico_yubikey-manager.git,_Yubico_yubikey-manager.git_commits.csv,Yubico_yubikey-manager.git_hullabaloo_README +ukui_ukui-window-switch,ukui_ukui-window-switch_commits.csv,ukui_ukui-window-switch_hullabaloo_README +tidyverse_hms,_tidyverse_hms_commits.csv,tidyverse_hms_hullabaloo_README.md +compiz_emerald,compiz_emerald_commits.csv,compiz_emerald_hullabaloo_README +GNOME_dconf.git,GNOME_dconf.git_commits.csv,GNOME_dconf.git_hullabaloo_README +pim_kdepim-runtime,pim_kdepim-runtime_commits.csv,pim_kdepim-runtime_hullabaloo_README.design +redis_hiredis,_redis_hiredis_commits.csv,redis_hiredis-py.git_hullabaloo_README.md +Javanaise_mrboom-libretro,_Javanaise_mrboom-libretro_commits.csv,Javanaise_mrboom-libretro_hullabaloo_README.md +Ranks_emojione,_Ranks_emojione_commits.csv,Ranks_emojione_hullabaloo_README.md +jonschlinkert_window-size,_jonschlinkert_window-size_commits.csv,jonschlinkert_window-size_hullabaloo_README.md +HenriWahl_Nagstamon,_HenriWahl_Nagstamon_commits.csv,HenriWahl_Nagstamon_hullabaloo_README.md +wedesoft_aiscm,wedesoft_aiscm_commits.csv,wedesoft_aiscm_hullabaloo_README.md +libigl_triangle.git,_libigl_triangle.git_commits.csv,libigl_triangle.git_hullabaloo_README +p_opencore-amr_code,p_opencore-amr_code_commits.csv,p_opencore-amr_code_hullabaloo_README +astropy_astropy-healpix,_astropy_astropy-healpix_commits.csv,astropy_astropy-healpix_hullabaloo_README.md +kelektiv_node-uuid,_kelektiv_node-uuid_commits.csv,kelektiv_node-uuid_hullabaloo_README.md +maxmind_geoipupdate,_maxmind_geoipupdate_commits.csv,maxmind_geoipupdate_hullabaloo_README.md +Castaglia_proftpd-mod_case.git,_Castaglia_proftpd-mod_case.git_commits.csv,Castaglia_proftpd-mod_case.git_hullabaloo_README +prometheus_pushgateway,_prometheus_pushgateway_commits.csv,prometheus_pushgateway_hullabaloo_README.md +caseman_noise.git,_caseman_noise.git_commits.csv,caseman_noise.git_hullabaloo_README.txt +zapier_django-rest-hooks,_zapier_django-rest-hooks_commits.csv,zapier_django-rest-hooks_hullabaloo_README.md +node-xmpp_node-stringprep,_node-xmpp_node-stringprep_commits.csv,node-xmpp_node-stringprep_hullabaloo_README.markdown +xiph_vorbis.git,xiph_vorbis.git_commits.csv,xiph_vorbis.git_hullabaloo_README +TASEmulators_fceux.git,_TASEmulators_fceux.git_commits.csv,TASEmulators_fceux.git_hullabaloo_README +operatornormal_classified-ads,operatornormal_classified-ads_commits.csv,operatornormal_classified-ads_hullabaloo_README.md +OpenSCAP_openscap,_OpenSCAP_openscap_commits.csv,OpenSCAP_openscap_hullabaloo_README +pyjokes_pyjokes,_pyjokes_pyjokes_commits.csv,pyjokes_pyjokes_hullabaloo_README.md +yawning_obfs4.git,yawning_obfs4.git_commits.csv,yawning_obfs4.git_hullabaloo_README.md +gildor478_ocaml-fileutils.git,_gildor478_ocaml-fileutils.git_commits.csv,gildor478_ocaml-fileutils.git_hullabaloo_README +LibreCat_Catmandu.git,_LibreCat_Catmandu.git_commits.csv,LibreCat_Catmandu.git_hullabaloo_README.pod +jbenc_plotnetcfg.git,_jbenc_plotnetcfg.git_commits.csv,jbenc_plotnetcfg.git_hullabaloo_README +crypto-browserify_sha.js,_crypto-browserify_sha.js_commits.csv,crypto-browserify_sha.js_hullabaloo_README.md +renpy_pygame_sdl2,_renpy_pygame_sdl2_commits.csv,renpy_pygame_sdl2_hullabaloo_README.TXT +amperser_proselint,_amperser_proselint_commits.csv,amperser_proselint_hullabaloo_README.md +pwr_Solaar.git,_pwr_Solaar.git_commits.csv,pwr_Solaar.git_hullabaloo_README +resurrecting-open-source-projects_openrdate,_resurrecting-open-source-projects_openrdate_commits.csv,resurrecting-open-source-projects_openrdate_hullabaloo_README +gnutls_libtasn1,gnutls_libtasn1_commits.csv,gnutls_libtasn1_hullabaloo_README +ukui_ukui-indicators,ukui_ukui-indicators_commits.csv,ukui_ukui-indicators_hullabaloo_README.md +zopefoundation_zope.schema,_zopefoundation_zope.schema_commits.csv,zopefoundation_zope.schema_hullabaloo_README.txt +django-ldapdb_django-ldapdb,_django-ldapdb_django-ldapdb_commits.csv,django-ldapdb_django-ldapdb_hullabaloo_README +xiaoyeli_superlu.git,_xiaoyeli_superlu.git_commits.csv,xiaoyeli_superlu.git_hullabaloo_README +ft_arename.git,_ft_arename.git_commits.csv,ft_arename.git_hullabaloo_README +droe_sslsplit,_droe_sslsplit_commits.csv,droe_sslsplit_hullabaloo_README +gitpython-developers_GitPython,_gitpython-developers_GitPython_commits.csv,gitpython-developers_GitPython_hullabaloo_README +ccrma_chuck,_ccrma_chuck_commits.csv,ccrma_chuck_hullabaloo_README +pdftk-java_pdftk.git,pdftk-java_pdftk.git_commits.csv,pdftk-java_pdftk.git_hullabaloo_README.md +friendly_vcdExtra.git,_friendly_vcdExtra.git_commits.csv,friendly_vcdExtra.git_hullabaloo_README.md +chibisov_drf-extensions.git,_chibisov_drf-extensions.git_commits.csv,chibisov_drf-extensions.git_hullabaloo_README.md +typester_www-google-calculator-perl.git,_typester_www-google-calculator-perl.git_commits.csv,typester_www-google-calculator-perl.git_hullabaloo_README +nelhage_reptyr,nelhage_reptyr_commits.csv,nelhage_reptyr_hullabaloo_README +Ettercap_ettercap.git,_Ettercap_ettercap.git_commits.csv,Ettercap_ettercap.git_hullabaloo_README +OCamlPro_alt-ergo.git,_OCamlPro_alt-ergo.git_commits.csv,OCamlPro_alt-ergo.git_hullabaloo_README.md +core_dune-geometry,core_dune-geometry_commits.csv,core_dune-geometry_hullabaloo_README +gpac_gpac,_gpac_gpac_commits.csv,gpac_gpac_hullabaloo_README +irssi_irssi.git,_irssi_irssi.git_commits.csv,irssi_irssi.git_hullabaloo_README-HEBREW +lepture_mistune,_lepture_mistune_commits.csv,lepture_mistune_hullabaloo_README.rst +runrig_spreadsheet-parseexcel.git,_runrig_spreadsheet-parseexcel.git_commits.csv,runrig_spreadsheet-parseexcel.git_hullabaloo_README +pickleshare_pickleshare,_pickleshare_pickleshare_commits.csv,pickleshare_pickleshare_hullabaloo_README.txt +pyca_pyopenssl,_pyca_pyopenssl_commits.csv,pyca_pyopenssl_hullabaloo_README +brodie_cram,_brodie_cram_commits.csv,brodie_cram_hullabaloo_README.txt +globocom_derpconf,_globocom_derpconf_commits.csv,globocom_derpconf_hullabaloo_README.md +voxpupuli_beaker,_voxpupuli_beaker_commits.csv,voxpupuli_beaker_hullabaloo_README +USNavalResearchLaboratory_norm,_USNavalResearchLaboratory_norm_commits.csv,USNavalResearchLaboratory_norm_hullabaloo_README.md +worldforge_mercator,_worldforge_mercator_commits.csv,worldforge_mercator_hullabaloo_README +mate-desktop_atril.git,_mate-desktop_atril.git_commits.csv,mate-desktop_atril.git_hullabaloo_README +jmcnamara_spreadsheet-writeexcel,_jmcnamara_spreadsheet-writeexcel_commits.csv,jmcnamara_spreadsheet-writeexcel_hullabaloo_README +porres_pd-cyclone,_porres_pd-cyclone_commits.csv,porres_pd-cyclone_hullabaloo_README +zopefoundation_zope.deprecation.git,_zopefoundation_zope.deprecation.git_commits.csv,zopefoundation_zope.deprecation.git_hullabaloo_README.txt +daqana_dqrng.git,_daqana_dqrng.git_commits.csv,daqana_dqrng.git_hullabaloo_README.md +leggewie-DM_wondershaper,leggewie-DM_wondershaper_commits.csv,leggewie-DM_wondershaper_hullabaloo_README +canonical_lightdm.git,_canonical_lightdm.git_commits.csv,canonical_lightdm.git_hullabaloo_README +kmahjongg.git,kmahjongg.git_commits.csv,libkmahjongg.git_hullabaloo_README +gnustep_apps-gorm,_gnustep_apps-gorm_commits.csv,gnustep_apps-gorm_hullabaloo_README +danielrmeyer_g2,_danielrmeyer_g2_commits.csv,danielrmeyer_g2_hullabaloo_README +prometheus-community_postgres_exporter,_prometheus-community_postgres_exporter_commits.csv,prometheus-community_postgres_exporter_hullabaloo_README.md +mvgrimes_catalyst-dispatch-regex.git,_mvgrimes_catalyst-dispatch-regex.git_commits.csv,mvgrimes_catalyst-dispatch-regex.git_hullabaloo_README +vgropp_bwm-ng,_vgropp_bwm-ng_commits.csv,vgropp_bwm-ng_hullabaloo_README +dompdf_php-font-lib,_dompdf_php-font-lib_commits.csv,dompdf_php-font-lib_hullabaloo_README.md +Mimino666_langdetect,_Mimino666_langdetect_commits.csv,Mimino666_langdetect_hullabaloo_README.md +RhodiumToad_ip4r.git,_RhodiumToad_ip4r.git_commits.csv,RhodiumToad_ip4r.git_hullabaloo_README.ip4r +rofirrim_eiciel,_rofirrim_eiciel_commits.csv,rofirrim_eiciel_hullabaloo_README +thp_pyotherside,_thp_pyotherside_commits.csv,thp_pyotherside_hullabaloo_README +tj_node-growl,_tj_node-growl_commits.csv,tj_node-growl_hullabaloo_README.md +brailcom_speechd,_brailcom_speechd_commits.csv,brailcom_speechd_hullabaloo_README +wb2osz_direwolf,_wb2osz_direwolf_commits.csv,wb2osz_direwolf_hullabaloo_README-dire-wolf.txt +knu_ruby-unf_ext,_knu_ruby-unf_ext_commits.csv,knu_ruby-unf_ext_hullabaloo_README.production +jarun_imgp.git,_jarun_imgp.git_commits.csv,jarun_imgp.git_hullabaloo_README.md +miyagawa_Plack-Middleware-Deflater.git,_miyagawa_Plack-Middleware-Deflater.git_commits.csv,miyagawa_Plack-Middleware-Deflater.git_hullabaloo_README +cyu_rack-cors,_cyu_rack-cors_commits.csv,cyu_rack-cors_hullabaloo_README.rdoc +eugeniy_pytest-tornado,_eugeniy_pytest-tornado_commits.csv,eugeniy_pytest-tornado_hullabaloo_README +pytest-dev_pytest-runner.git,_pytest-dev_pytest-runner.git_commits.csv,pytest-dev_pytest-runner.git_hullabaloo_README +pygame_pygame.git,_pygame_pygame.git_commits.csv,pygame_pygame.git_hullabaloo_README.TXT +jalvesaq_gconjugue,_jalvesaq_gconjugue_commits.csv,jalvesaq_gconjugue_hullabaloo_README +PacificBiosciences_pbcore,_PacificBiosciences_pbcore_commits.csv,PacificBiosciences_pbcore_hullabaloo_README.txt +tkf_python-epc,_tkf_python-epc_commits.csv,tkf_python-epc_hullabaloo_README.rst +knowthelist_knowthelist,knowthelist_knowthelist_commits.csv,knowthelist_knowthelist_hullabaloo_README.md +dkogan_feedgnuplot.git,_dkogan_feedgnuplot.git_commits.csv,dkogan_feedgnuplot.git_hullabaloo_README +babelouest_ulfius,_babelouest_ulfius_commits.csv,babelouest_ulfius_hullabaloo_README.md +sunlightlabs_python-sunlight,_sunlightlabs_python-sunlight_commits.csv,sunlightlabs_python-sunlight_hullabaloo_README.markdown +ros_urdfdom_headers,_ros_urdfdom_headers_commits.csv,ros_urdfdom_headers_hullabaloo_README.txt +PracticallyGreen_omniauth-saml.git,_PracticallyGreen_omniauth-saml.git_commits.csv,PracticallyGreen_omniauth-saml.git_hullabaloo_README.rdoc +gap-packages_toric.git,_gap-packages_toric.git_commits.csv,gap-packages_toric.git_hullabaloo_README.toric +py4n6_pytsk.git,_py4n6_pytsk.git_commits.csv,py4n6_pytsk.git_hullabaloo_README +backuppc_backuppc-xs.git,_backuppc_backuppc-xs.git_commits.csv,backuppc_backuppc-xs.git_hullabaloo_README +robdimarco_omniauth_crowd,_robdimarco_omniauth_crowd_commits.csv,robdimarco_omniauth_crowd_hullabaloo_README +hughsie_colord-gtk.git,_hughsie_colord-gtk.git_commits.csv,hughsie_colord-gtk.git_hullabaloo_README +GNOME_gnome-mines.git,GNOME_gnome-mines.git_commits.csv,GNOME_gnome-mines.git_hullabaloo_README +rocky_Perl-Device-Cdio.git,_rocky_Perl-Device-Cdio.git_commits.csv,rocky_Perl-Device-Cdio.git_hullabaloo_README +lxde_gpicview,_lxde_gpicview_commits.csv,lxde_gpicview_hullabaloo_README +chartjs_Chart.js.git,_chartjs_Chart.js.git_commits.csv,chartjs_Chart.js.git_hullabaloo_README.md +django-haystack_django-haystack,_django-haystack_django-haystack_commits.csv,django-haystack_django-haystack_hullabaloo_README.rst +panel-plugins_xfce4-notes-plugin,panel-plugins_xfce4-notes-plugin_commits.csv,panel-plugins_xfce4-notes-plugin_hullabaloo_README +network_smb4k.git,network_smb4k.git_commits.csv,network_smb4k.git_hullabaloo_README +bbcmicrobit_micropython.git,_bbcmicrobit_micropython.git_commits.csv,bbcmicrobit_micropython.git_hullabaloo_README.md +tidymodels_recipes,_tidymodels_recipes_commits.csv,tidymodels_recipes_hullabaloo_README.md +crucialfelix_django-ajax-selects,_crucialfelix_django-ajax-selects_commits.csv,crucialfelix_django-ajax-selects_hullabaloo_README.txt +Simplistix_testfixtures,_Simplistix_testfixtures_commits.csv,Simplistix_testfixtures_hullabaloo_README.txt +pgxn_pgxnclient.git,_pgxn_pgxnclient.git_commits.csv,pgxn_pgxnclient.git_hullabaloo_README +readthedocs_recommonmark.git,_readthedocs_recommonmark.git_commits.csv,readthedocs_recommonmark.git_hullabaloo_README.md +freedoom_freedoom,_freedoom_freedoom_commits.csv,freedoom_freedoom_hullabaloo_README.TXT +cromerc_opensysusers.git,_cromerc_opensysusers.git_commits.csv,cromerc_opensysusers.git_hullabaloo_README.md +phingofficial_phing,_phingofficial_phing_commits.csv,phingofficial_phing_hullabaloo_README +multani_sonata,_multani_sonata_commits.csv,multani_sonata_hullabaloo_README +joliss_jquery-ui-rails,_joliss_jquery-ui-rails_commits.csv,joliss_jquery-ui-rails_hullabaloo_README.md +smbolton_whysynth.git,_smbolton_whysynth.git_commits.csv,smbolton_whysynth.git_hullabaloo_README +compiz_libcompizconfig.git,compiz_libcompizconfig.git_commits.csv,compiz_libcompizconfig.git_hullabaloo_README +Wiimm_wiimms-iso-tools,_Wiimm_wiimms-iso-tools_commits.csv,Wiimm_wiimms-iso-tools_hullabaloo_README.md +google_fscrypt,_google_fscrypt_commits.csv,google_fscrypt_hullabaloo_README.md +eudoxos_minieigen,_eudoxos_minieigen_commits.csv,eudoxos_minieigen_hullabaloo_README +gvalkov_python-evdev.git,_gvalkov_python-evdev.git_commits.csv,gvalkov_python-evdev.git_hullabaloo_README.rst +lgi-devs_lgi,_lgi-devs_lgi_commits.csv,lgi-devs_lgi_hullabaloo_README +joenoon_url_safe_base64,_joenoon_url_safe_base64_commits.csv,joenoon_url_safe_base64_hullabaloo_README +SimonSapin_Frozen-Flask,SimonSapin_Frozen-Flask_commits.csv,SimonSapin_Frozen-Flask_hullabaloo_README +mathiasbynens_unicode-property-value-aliases-ecmascript,_mathiasbynens_unicode-property-value-aliases-ecmascript_commits.csv,mathiasbynens_unicode-property-value-aliases-ecmascript_hullabaloo_README.md +rcsb_mmtf-java.git,_rcsb_mmtf-java.git_commits.csv,rcsb_mmtf-java.git_hullabaloo_README.md +rncbc_qxgedit.git,_rncbc_qxgedit.git_commits.csv,rncbc_qxgedit.git_hullabaloo_README +jaraco_path.py.git,_jaraco_path.py.git_commits.csv,jaraco_path.py.git_hullabaloo_README.rst +jekyll_jekyll-watch,_jekyll_jekyll-watch_commits.csv,jekyll_jekyll-watch_hullabaloo_README.md +mogaal_anypaper,mogaal_anypaper_commits.csv,mogaal_anypaper_hullabaloo_README +GNOME_libsecret.git,GNOME_libsecret.git_commits.csv,GNOME_libsecret.git_hullabaloo_README +kjumpingcube.git,kjumpingcube.git_commits.csv,kjumpingcube.git_hullabaloo_README +rcaputo_poe-loop-tk,_rcaputo_poe-loop-tk_commits.csv,rcaputo_poe-loop-tk_hullabaloo_README +lstein_Devel-Cycle.git,_lstein_Devel-Cycle.git_commits.csv,lstein_Devel-Cycle.git_hullabaloo_README +biocore_pyqi,_biocore_pyqi_commits.csv,biocore_pyqi_hullabaloo_README.md +pkgconf_pkgconf,_pkgconf_pkgconf_commits.csv,pkgconf_pkgconf_hullabaloo_README +ukui_biometric-authentication,ukui_biometric-authentication_commits.csv,ukui_biometric-authentication_hullabaloo_README.md +theseer_Autoload,_theseer_Autoload_commits.csv,theseer_Autoload_hullabaloo_README.md +linuxmint_cinnamon-desktop.git,_linuxmint_cinnamon-desktop.git_commits.csv,linuxmint_cinnamon-desktop.git_hullabaloo_README +landscapeio_dodgy,_landscapeio_dodgy_commits.csv,landscapeio_dodgy_hullabaloo_README.md +mfenniak_pg8000,_mfenniak_pg8000_commits.csv,mfenniak_pg8000_hullabaloo_README.creole +ternjs_acorn.git,_ternjs_acorn.git_commits.csv,ternjs_acorn.git_hullabaloo_README.md +tpm2-software_tpm2-tools,_tpm2-software_tpm2-tools_commits.csv,tpm2-software_tpm2-tools_hullabaloo_README.md +freifunk-gluon_ecdsautils,_freifunk-gluon_ecdsautils_commits.csv,freifunk-gluon_ecdsautils_hullabaloo_README +bumps_bumps,_bumps_bumps_commits.csv,bumps_bumps_hullabaloo_README.txt +silx-kit_silx.git,_silx-kit_silx.git_commits.csv,silx-kit_silx.git_hullabaloo_README.md +neilb_Test-Cmd.git,_neilb_Test-Cmd.git_commits.csv,neilb_Test-Cmd.git_hullabaloo_README +PyCQA_pyflakes,_PyCQA_pyflakes_commits.csv,PyCQA_pyflakes_hullabaloo_README.rst +linuxdeepin_deepin-picker,_linuxdeepin_deepin-picker_commits.csv,linuxdeepin_deepin-picker_hullabaloo_README.md +puppetlabs_clj-kitchensink.git,_puppetlabs_clj-kitchensink.git_commits.csv,puppetlabs_clj-kitchensink.git_hullabaloo_README.md +firewalld_firewalld.git,_firewalld_firewalld.git_commits.csv,firewalld_firewalld.git_hullabaloo_README +django-cms_django-sekizai.git,_django-cms_django-sekizai.git_commits.csv,django-cms_django-sekizai.git_hullabaloo_README +codehaus-plexus_plexus-interactivity.git,_codehaus-plexus_plexus-interactivity.git_commits.csv,codehaus-plexus_plexus-interactivity.git_hullabaloo_README.md +ivancrneto_pymox,_ivancrneto_pymox_commits.csv,ivancrneto_pymox_hullabaloo_README +porridge_bambam,porridge_bambam_commits.csv,porridge_bambam_hullabaloo_README +selectel_pyte,_selectel_pyte_commits.csv,selectel_pyte_hullabaloo_README.rst +CheetahTemplate3_cheetah3.git,_CheetahTemplate3_cheetah3.git_commits.csv,CheetahTemplate3_cheetah3.git_hullabaloo_README +andrewrk_libsoundio.git,_andrewrk_libsoundio.git_commits.csv,andrewrk_libsoundio.git_hullabaloo_README.md +joewing_jwm,_joewing_jwm_commits.csv,joewing_jwm_hullabaloo_README +evalEmpire_method-signatures.git,_evalEmpire_method-signatures.git_commits.csv,evalEmpire_method-signatures.git_hullabaloo_README.md +mmottl_gsl-ocaml.git,_mmottl_gsl-ocaml.git_commits.csv,mmottl_gsl-ocaml.git_hullabaloo_README +mtoyoda_sl,_mtoyoda_sl_commits.csv,mtoyoda_sl_hullabaloo_README.ja.md +xiph_speex.git,xiph_speex.git_commits.csv,xiph_speex.git_hullabaloo_README +bcdev_epr-api,_bcdev_epr-api_commits.csv,bcdev_epr-api_hullabaloo_README.txt +neilb_Graph-ReadWrite.git,_neilb_Graph-ReadWrite.git_commits.csv,neilb_Graph-ReadWrite.git_hullabaloo_README +konquest.git,konquest.git_commits.csv,konquest.git_hullabaloo_README +panel-plugins_xfce4-pulseaudio-plugin,panel-plugins_xfce4-pulseaudio-plugin_commits.csv,panel-plugins_xfce4-pulseaudio-plugin_hullabaloo_README +GNOME_NetworkManager-openvpn,GNOME_NetworkManager-openvpn_commits.csv,GNOME_NetworkManager-openvpn_hullabaloo_README +python-hyper_hpack,_python-hyper_hpack_commits.csv,python-hyper_hpack_hullabaloo_README.rst +gssapi_gss-ntlmssp,_gssapi_gss-ntlmssp_commits.csv,gssapi_gss-ntlmssp_hullabaloo_README.txt +tari01_caja-rename,_tari01_caja-rename_commits.csv,tari01_caja-rename_hullabaloo_README.md +acoustid_chromaprint,_acoustid_chromaprint_commits.csv,acoustid_chromaprint_hullabaloo_README.txt +newville_asteval.git,_newville_asteval.git_commits.csv,newville_asteval.git_hullabaloo_README.TXT +agronholm_pythonfutures.git,_agronholm_pythonfutures.git_commits.csv,agronholm_pythonfutures.git_hullabaloo_README.rst +twogood_unshield.git,_twogood_unshield.git_commits.csv,twogood_unshield.git_hullabaloo_README +OISF_suricata-update,_OISF_suricata-update_commits.csv,OISF_suricata-update_hullabaloo_README.rst +aelmahmoudy_libitl-gobject.git,_aelmahmoudy_libitl-gobject.git_commits.csv,aelmahmoudy_libitl-gobject.git_hullabaloo_README +alexei_sprintf.js,_alexei_sprintf.js_commits.csv,alexei_sprintf.js_hullabaloo_README.md +panel-plugins_xfce4-xkb-plugin,panel-plugins_xfce4-xkb-plugin_commits.csv,panel-plugins_xfce4-xkb-plugin_hullabaloo_README +jemalloc_jemalloc,_jemalloc_jemalloc_commits.csv,jemalloc_jemalloc_hullabaloo_README +sionescu_fiveam.git,_sionescu_fiveam.git_commits.csv,sionescu_fiveam.git_hullabaloo_README +linuxmint_python3-xapp.git,_linuxmint_python3-xapp.git_commits.csv,linuxmint_python3-xapp.git_hullabaloo_README +ohler55_ox.git,_ohler55_ox.git_commits.csv,ohler55_ox.git_hullabaloo_README +hickford_MechanicalSoup,_hickford_MechanicalSoup_commits.csv,hickford_MechanicalSoup_hullabaloo_README.md +coin-or_CoinUtils,_coin-or_CoinUtils_commits.csv,coin-or_CoinUtils_hullabaloo_README +python-lz4_python-lz4.git,_python-lz4_python-lz4.git_commits.csv,python-lz4_python-lz4.git_hullabaloo_README.md +ldc-developers_ldc,_ldc-developers_ldc_commits.csv,ldc-developers_ldc_hullabaloo_README.txt +enova_pgl_ddl_deploy.git,_enova_pgl_ddl_deploy.git_commits.csv,enova_pgl_ddl_deploy.git_hullabaloo_README.md +VcDevel_Vc,_VcDevel_Vc_commits.csv,VcDevel_Vc_hullabaloo_README +LibreCat_Catmandu-Atom.git,_LibreCat_Catmandu-Atom.git_commits.csv,LibreCat_Catmandu-Atom.git_hullabaloo_README +sbt_launcher.git,_sbt_launcher.git_commits.csv,sbt_launcher.git_hullabaloo_README.md +pd-externals_tclpd.git,_pd-externals_tclpd.git_commits.csv,pd-externals_tclpd.git_hullabaloo_README +cubiq_iscroll,_cubiq_iscroll_commits.csv,cubiq_iscroll_hullabaloo_README.md +gtimelog_gtimelog,_gtimelog_gtimelog_commits.csv,gtimelog_gtimelog_hullabaloo_README.txt +GNOME_libgda,GNOME_libgda_commits.csv,GNOME_libgda_hullabaloo_README +openstack_python-swiftclient.git,_openstack_python-swiftclient.git_commits.csv,openstack_python-swiftclient.git_hullabaloo_README.rst +mopidy_mopidy,_mopidy_mopidy_commits.csv,mopidy_mopidy_hullabaloo_README.rst +basho_innertube.git,_basho_innertube.git_commits.csv,basho_innertube.git_hullabaloo_README.md +amireh_lua_cliargs,_amireh_lua_cliargs_commits.csv,amireh_lua_cliargs_hullabaloo_README.md +pyvisa_pyvisa-py.git,_pyvisa_pyvisa-py.git_commits.csv,pyvisa_pyvisa-py.git_hullabaloo_README +linuxdeepin_deepin-music,_linuxdeepin_deepin-music_commits.csv,linuxdeepin_deepin-music_hullabaloo_README +platform_libnativehelper,platform_libnativehelper_commits.csv,platform_libnativehelper_hullabaloo_README +compiz_compiz-bcop.git,compiz_compiz-bcop.git_commits.csv,compiz_compiz-bcop.git_hullabaloo_README +GNOME_gnome-desktop-testing,GNOME_gnome-desktop-testing_commits.csv,GNOME_gnome-desktop-testing_hullabaloo_README +prehor_amavisd-milter,_prehor_amavisd-milter_commits.csv,prehor_amavisd-milter_hullabaloo_README +wookayin_gpustat,_wookayin_gpustat_commits.csv,wookayin_gpustat_hullabaloo_README.md +plasma_plasma-nm.git,plasma_plasma-nm.git_commits.csv,plasma_plasma-nm.git_hullabaloo_README +GNOME_atkmm.git,GNOME_atkmm.git_commits.csv,GNOME_atkmm.git_hullabaloo_README +GNOME_network-manager-applet,GNOME_network-manager-applet_commits.csv,GNOME_network-manager-applet_hullabaloo_README +biojava_biojava.git,_biojava_biojava.git_commits.csv,biojava_biojava.git_hullabaloo_README.txt +resurrecting-open-source-projects_scrot,_resurrecting-open-source-projects_scrot_commits.csv,resurrecting-open-source-projects_scrot_hullabaloo_README +bbatsov_persp-projectile.git,_bbatsov_persp-projectile.git_commits.csv,bbatsov_persp-projectile.git_hullabaloo_README.md +mypaint_libmypaint,_mypaint_libmypaint_commits.csv,mypaint_libmypaint_hullabaloo_README +prometheus_blackbox_exporter,_prometheus_blackbox_exporter_commits.csv,prometheus_blackbox_exporter_hullabaloo_README.md +WorkflowConversion_CTDConverter,_WorkflowConversion_CTDConverter_commits.csv,WorkflowConversion_CTDConverter_hullabaloo_README.md +PyCQA_pylint.git,_PyCQA_pylint.git_commits.csv,PyCQA_pylint.git_hullabaloo_README +etianen_django-python3-ldap,_etianen_django-python3-ldap_commits.csv,etianen_django-python3-ldap_hullabaloo_README.rst +doxygen_doxygen.git,_doxygen_doxygen.git_commits.csv,doxygen_doxygen.git_hullabaloo_README +slgobinath_SafeEyes.git,_slgobinath_SafeEyes.git_commits.csv,slgobinath_SafeEyes.git_hullabaloo_README.md +OpenTTD_OpenGFX.git,_OpenTTD_OpenGFX.git_commits.csv,OpenTTD_OpenGFX.git_hullabaloo_README.md +masa16_ruby-pgplot,_masa16_ruby-pgplot_commits.csv,masa16_ruby-pgplot_hullabaloo_README.ja +ZerBea_hcxdumptool,_ZerBea_hcxdumptool_commits.csv,ZerBea_hcxdumptool_hullabaloo_README.md +virt-manager_virt-manager,_virt-manager_virt-manager_commits.csv,virt-manager_virt-manager_hullabaloo_README +sctp_lksctp-tools,_sctp_lksctp-tools_commits.csv,sctp_lksctp-tools_hullabaloo_README +rails_jbuilder,_rails_jbuilder_commits.csv,rails_jbuilder_hullabaloo_README.rd +afewmail_afew,_afewmail_afew_commits.csv,afewmail_afew_hullabaloo_README +r-lib_xml2,_r-lib_xml2_commits.csv,r-lib_xml2_hullabaloo_README.md +dustymabe_vagrant-sshfs,_dustymabe_vagrant-sshfs_commits.csv,dustymabe_vagrant-sshfs_hullabaloo_README.md +mongoengine_flask-mongoengine,mongoengine_flask-mongoengine_commits.csv,mongoengine_flask-mongoengine_hullabaloo_README.rst +neilbowers_Test-Pod-Coverage,_neilbowers_Test-Pod-Coverage_commits.csv,neilbowers_Test-Pod-Coverage_hullabaloo_README +dgasmith_gau2grid,_dgasmith_gau2grid_commits.csv,dgasmith_gau2grid_hullabaloo_README.md +libvirt_libvirt-ruby.git,libvirt_libvirt-ruby.git_commits.csv,libvirt_libvirt-ruby.git_hullabaloo_README +manisandro_gImageReader,_manisandro_gImageReader_commits.csv,manisandro_gImageReader_hullabaloo_README +Brewtarget_brewtarget.git,_Brewtarget_brewtarget.git_commits.csv,Brewtarget_brewtarget.git_hullabaloo_README +yarrick_iodine.git,_yarrick_iodine.git_commits.csv,yarrick_iodine.git_hullabaloo_README +mesa_waffle.git,mesa_waffle.git_commits.csv,mesa_waffle.git_hullabaloo_README.txt +jaalto_project--perl-depends.git,_jaalto_project--perl-depends.git_commits.csv,jaalto_project--perl-depends.git_hullabaloo_README +grml_grml-debootstrap,grml_grml-debootstrap_commits.csv,grml_grml-debootstrap_hullabaloo_README.md +PyGreSQL_PyGreSQL,_PyGreSQL_PyGreSQL_commits.csv,PyGreSQL_PyGreSQL_hullabaloo_README +rncbc_qsynth.git,_rncbc_qsynth.git_commits.csv,rncbc_qsynth.git_hullabaloo_README +dell_libsmbios,_dell_libsmbios_commits.csv,dell_libsmbios_hullabaloo_README +Haivision_srt.git,_Haivision_srt.git_commits.csv,Haivision_srt.git_hullabaloo_README.md +smarty-php_smarty-lexer.git,_smarty-php_smarty-lexer.git_commits.csv,smarty-php_smarty-lexer.git_hullabaloo_README.md +nichtich_Pandoc-Elements.git,_nichtich_Pandoc-Elements.git_commits.csv,nichtich_Pandoc-Elements.git_hullabaloo_README.md +IdentityPython_djangosaml2,_IdentityPython_djangosaml2_commits.csv,IdentityPython_djangosaml2_hullabaloo_README +YJesus_Unhide.git,_YJesus_Unhide.git_commits.csv,YJesus_Unhide.git_hullabaloo_README.txt +venthur_dotenv-cli,venthur_dotenv-cli_commits.csv,venthur_dotenv-cli_hullabaloo_README.md +state-machines_state_machines-activerecord,_state-machines_state_machines-activerecord_commits.csv,state-machines_state_machines-activerecord_hullabaloo_README.md +pbiering_ipv6calc,_pbiering_ipv6calc_commits.csv,pbiering_ipv6calc_hullabaloo_README +edzer_sp.git,_edzer_sp.git_commits.csv,edzer_sp.git_hullabaloo_README.md +DamienCassou_beginend.git,_DamienCassou_beginend.git_commits.csv,DamienCassou_beginend.git_hullabaloo_README.md +wjoye_tclsignal,_wjoye_tclsignal_commits.csv,wjoye_tclsignal_hullabaloo_README.md +hadess_iio-sensor-proxy,hadess_iio-sensor-proxy_commits.csv,hadess_iio-sensor-proxy_hullabaloo_README.md +PyCQA_pylint-plugin-utils.git,_PyCQA_pylint-plugin-utils.git_commits.csv,PyCQA_pylint-plugin-utils.git_hullabaloo_README.md +benji-york_manuel,_benji-york_manuel_commits.csv,benji-york_manuel_hullabaloo_README.txt +briandfoy_test-prereq.git,_briandfoy_test-prereq.git_commits.csv,briandfoy_test-prereq.git_hullabaloo_README +jamesturk_django-markupfield,_jamesturk_django-markupfield_commits.csv,jamesturk_django-markupfield_hullabaloo_README +JKDingwall_autolog.git,_JKDingwall_autolog.git_commits.csv,JKDingwall_autolog.git_hullabaloo_README +warsaw_flufl.i18n,warsaw_flufl.i18n_commits.csv,warsaw_flufl.i18n_hullabaloo_README.txt +katomic.git,katomic.git_commits.csv,katomic.git_hullabaloo_README.levels +backuppc_rsync-bpc,_backuppc_rsync-bpc_commits.csv,backuppc_rsync-bpc_hullabaloo_README +amrayn_easyloggingpp.git,_amrayn_easyloggingpp.git_commits.csv,amrayn_easyloggingpp.git_hullabaloo_README.md +pydicom_pydicom.git,_pydicom_pydicom.git_commits.csv,pydicom_pydicom.git_hullabaloo_README.txt +ben-eb_colormin,_ben-eb_colormin_commits.csv,ben-eb_colormin_hullabaloo_README.md +FirefighterBlu3_python-pam,_FirefighterBlu3_python-pam_commits.csv,FirefighterBlu3_python-pam_hullabaloo_README.md +unixabg_ifetch-tools,unixabg_ifetch-tools_commits.csv,unixabg_ifetch-tools_hullabaloo_README.txt +pytoolz_cytoolz,_pytoolz_cytoolz_commits.csv,pytoolz_cytoolz_hullabaloo_README.rst +MatMoul_g810-led.git,_MatMoul_g810-led.git_commits.csv,MatMoul_g810-led.git_hullabaloo_README.md +frostming_legit,_frostming_legit_commits.csv,frostming_legit_hullabaloo_README +GNOME_libwnck.git,GNOME_libwnck.git_commits.csv,GNOME_libwnck.git_hullabaloo_README +opendnssec_opendnssec.git,_opendnssec_opendnssec.git_commits.csv,opendnssec_opendnssec.git_hullabaloo_README +psi-im_qconf.git,_psi-im_qconf.git_commits.csv,psi-im_qconf.git_hullabaloo_README +pantherb_setBfree.git,_pantherb_setBfree.git_commits.csv,pantherb_setBfree.git_hullabaloo_README +GoogleCloudPlatform_cloudsql-proxy.git,_GoogleCloudPlatform_cloudsql-proxy.git_commits.csv,GoogleCloudPlatform_cloudsql-proxy.git_hullabaloo_README +evandelisle_showq.git,_evandelisle_showq.git_commits.csv,evandelisle_showq.git_hullabaloo_README +perfectline_validates_email.git,_perfectline_validates_email.git_commits.csv,perfectline_validates_email.git_hullabaloo_README.markdown +dmeranda_demjson,_dmeranda_demjson_commits.csv,dmeranda_demjson_hullabaloo_README.md +Toblerity_Fiona.git,_Toblerity_Fiona.git_commits.csv,Toblerity_Fiona.git_hullabaloo_README.txt +yourlabs_django-session-security,_yourlabs_django-session-security_commits.csv,yourlabs_django-session-security_hullabaloo_README.md +formorer_pkg-ferm,formorer_pkg-ferm_commits.csv,formorer_pkg-ferm_hullabaloo_README +awslabs_amazon-ecr-credential-helper,awslabs_amazon-ecr-credential-helper_commits.csv,awslabs_amazon-ecr-credential-helper_hullabaloo_README.md +Exa-Networks_exabgp,Exa-Networks_exabgp_commits.csv,Exa-Networks_exabgp_hullabaloo_README +mate-desktop_mate-panel.git,_mate-desktop_mate-panel.git_commits.csv,mate-desktop_mate-panel.git_hullabaloo_README +sebastianbergmann_phploc,_sebastianbergmann_phploc_commits.csv,sebastianbergmann_phploc_hullabaloo_README.markdown +lxqt_qterminal.git,_lxqt_qterminal.git_commits.csv,lxqt_qterminal.git_hullabaloo_README +fudge-py_fudge,_fudge-py_fudge_commits.csv,fudge-py_fudge_hullabaloo_README.txt +GNOME_nautilus-sendto,GNOME_nautilus-sendto_commits.csv,GNOME_nautilus-sendto_hullabaloo_README +elmar_autocutsel-debian,elmar_autocutsel-debian_commits.csv,elmar_autocutsel-debian_hullabaloo_README +muquit_grabc.git,_muquit_grabc.git_commits.csv,muquit_grabc.git_hullabaloo_README +lz4_lz4,_lz4_lz4_commits.csv,lz4_lz4_hullabaloo_README.md +theory_params-callbackrequest.git,_theory_params-callbackrequest.git_commits.csv,theory_params-callbackrequest.git_hullabaloo_README +libimobiledevice_libusbmuxd.git,_libimobiledevice_libusbmuxd.git_commits.csv,libimobiledevice_libusbmuxd.git_hullabaloo_README.devel +SpintroniK_libeXaDrums,SpintroniK_libeXaDrums_commits.csv,SpintroniK_libeXaDrums_hullabaloo_README.md +mteg_braa,_mteg_braa_commits.csv,mteg_braa_hullabaloo_README +pyx-project_pyx,_pyx-project_pyx_commits.csv,pyx-project_pyx_hullabaloo_README +hatukanezumi_sombok,_hatukanezumi_sombok_commits.csv,hatukanezumi_sombok_hullabaloo_README +coppit_filehandle-unget.git,_coppit_filehandle-unget.git_commits.csv,coppit_filehandle-unget.git_hullabaloo_README +ddclient_ddclient.git,_ddclient_ddclient.git_commits.csv,ddclient_ddclient.git_hullabaloo_README.ssl +anilFree_seascope.git,_anilFree_seascope.git_commits.csv,anilFree_seascope.git_hullabaloo_README +jwbargsten_perl-proc-processtable,_jwbargsten_perl-proc-processtable_commits.csv,jwbargsten_perl-proc-processtable_hullabaloo_README.unixware +python-gitlab_python-gitlab.git,_python-gitlab_python-gitlab.git_commits.csv,python-gitlab_python-gitlab.git_hullabaloo_README.md +resurrecting-open-source-projects_packit,_resurrecting-open-source-projects_packit_commits.csv,resurrecting-open-source-projects_packit_hullabaloo_README.md +LLNL_sundials.git,_LLNL_sundials.git_commits.csv,LLNL_sundials.git_hullabaloo_README +jmoiron_humanize,_jmoiron_humanize_commits.csv,jmoiron_humanize_hullabaloo_README.rst +carlhuda_bundler,_carlhuda_bundler_commits.csv,carlhuda_bundler_hullabaloo_README.jp +elmar_aptitude-robot,elmar_aptitude-robot_commits.csv,elmar_aptitude-robot_hullabaloo_README.md +mate-desktop_mate-session-manager.git,_mate-desktop_mate-session-manager.git_commits.csv,mate-desktop_mate-session-manager.git_hullabaloo_README +halostatue_color,_halostatue_color_commits.csv,halostatue_color_hullabaloo_README +ganglia_monitor-core.git,_ganglia_monitor-core.git_commits.csv,ganglia_monitor-core.git_hullabaloo_README.CVSusers +suds-community_suds.git,_suds-community_suds.git_commits.csv,suds-community_suds.git_hullabaloo_README.rst +rstudio_shiny.git,_rstudio_shiny.git_commits.csv,rstudio_shiny.git_hullabaloo_README.md +martinpitt_umockdev,_martinpitt_umockdev_commits.csv,martinpitt_umockdev_hullabaloo_README +xorg_lib_libxi.git,xorg_lib_libxi.git_commits.csv,xorg_lib_libxi.git_hullabaloo_README +BenLangmead_bowtie2,_BenLangmead_bowtie2_commits.csv,BenLangmead_bowtie2_hullabaloo_README.txt +puppetlabs_gettext-setup-gem,_puppetlabs_gettext-setup-gem_commits.csv,puppetlabs_gettext-setup-gem_hullabaloo_README.md +myriadrf_LimeSuite.git,_myriadrf_LimeSuite.git_commits.csv,myriadrf_LimeSuite.git_hullabaloo_README.md +astropy_specutils.git,_astropy_specutils.git_commits.csv,astropy_specutils.git_hullabaloo_README +kpdyer_libfte,kpdyer_libfte_commits.csv,kpdyer_libfte_hullabaloo_README.md +RDFLib_rdflib-jsonld,_RDFLib_rdflib-jsonld_commits.csv,RDFLib_rdflib-jsonld_hullabaloo_README.md +PrimeSense_Sensor.git,_PrimeSense_Sensor.git_commits.csv,PrimeSense_Sensor.git_hullabaloo_README +tat_mimetic.git,_tat_mimetic.git_commits.csv,tat_mimetic.git_hullabaloo_README.md +skk-dev_dict,_skk-dev_dict_commits.csv,skk-dev_dict_hullabaloo_README.md +lxqt_pcmanfm-qt.git,_lxqt_pcmanfm-qt.git_commits.csv,lxqt_pcmanfm-qt.git_hullabaloo_README +gyunaev_kchmviewer,_gyunaev_kchmviewer_commits.csv,gyunaev_kchmviewer_hullabaloo_README +rakshasa_libtorrent.git,_rakshasa_libtorrent.git_commits.csv,rakshasa_libtorrent.git_hullabaloo_README +kiwix_libkiwix.git,_kiwix_libkiwix.git_commits.csv,kiwix_libkiwix.git_hullabaloo_README.md +doorkeeper-gem_doorkeeper,_doorkeeper-gem_doorkeeper_commits.csv,doorkeeper-gem_doorkeeper_hullabaloo_README.md +janmojzis_tinyssh.git,_janmojzis_tinyssh.git_commits.csv,janmojzis_tinyssh.git_hullabaloo_README.md +NIFTI-Imaging_nifti_clib.git,_NIFTI-Imaging_nifti_clib.git_commits.csv,NIFTI-Imaging_nifti_clib.git_hullabaloo_README +admesh_admesh,_admesh_admesh_commits.csv,admesh_admesh_hullabaloo_README +3rd-Eden_FlashPolicyFileServer,_3rd-Eden_FlashPolicyFileServer_commits.csv,3rd-Eden_FlashPolicyFileServer_hullabaloo_README.md +rsyslog_rsyslog-doc,_rsyslog_rsyslog-doc_commits.csv,rsyslog_rsyslog-doc_hullabaloo_README.html +un33k_python-slugify,_un33k_python-slugify_commits.csv,un33k_python-slugify_hullabaloo_README.md +gweis_isodate,_gweis_isodate_commits.csv,gweis_isodate_hullabaloo_README.txt +pimutils_todoman.git,_pimutils_todoman.git_commits.csv,pimutils_todoman.git_hullabaloo_README.md +fluxx_exam,_fluxx_exam_commits.csv,fluxx_exam_hullabaloo_README.rst +hipchat_hipchat-rb,_hipchat_hipchat-rb_commits.csv,hipchat_hipchat-rb_hullabaloo_README.rdoc +jedisct1_libpuzzle,_jedisct1_libpuzzle_commits.csv,jedisct1_libpuzzle_hullabaloo_README-PHP +openSUSE_snapper.git,_openSUSE_snapper.git_commits.csv,openSUSE_snapper.git_hullabaloo_README +svolli_pngphoon,svolli_pngphoon_commits.csv,svolli_pngphoon_hullabaloo_README +letoh_ocaml-usb.git,_letoh_ocaml-usb.git_commits.csv,letoh_ocaml-usb.git_hullabaloo_README +breunigs_python-librtmp-debian,breunigs_python-librtmp-debian_commits.csv,breunigs_python-librtmp-debian_hullabaloo_README.rst +pdfminer_pdfminer.six.git,_pdfminer_pdfminer.six.git_commits.csv,pdfminer_pdfminer.six.git_hullabaloo_README.AFM +hoelzro_linotify.git,_hoelzro_linotify.git_commits.csv,hoelzro_linotify.git_hullabaloo_README +google_python_portpicker,_google_python_portpicker_commits.csv,google_python_portpicker_hullabaloo_README.md +esr_doclifter,esr_doclifter_commits.csv,esr_doclifter_hullabaloo_README +juliangruber_constants-browserify,_juliangruber_constants-browserify_commits.csv,juliangruber_constants-browserify_hullabaloo_README.md +miniupnp_libnatpmp,_miniupnp_libnatpmp_commits.csv,miniupnp_libnatpmp_hullabaloo_README +carljm_django-model-utils.git,_carljm_django-model-utils.git_commits.csv,carljm_django-model-utils.git_hullabaloo_README.txt +GNOME_template-glib.git,GNOME_template-glib.git_commits.csv,GNOME_template-glib.git_hullabaloo_README.md +OpenSC_libp11.git,_OpenSC_libp11.git_commits.csv,OpenSC_libp11.git_hullabaloo_README +erniebrodeur_ruby-beautify,_erniebrodeur_ruby-beautify_commits.csv,erniebrodeur_ruby-beautify_hullabaloo_README.md +libspatialindex_libspatialindex.git,_libspatialindex_libspatialindex.git_commits.csv,libspatialindex_libspatialindex.git_hullabaloo_README +alanxz_rabbitmq-c.git,_alanxz_rabbitmq-c.git_commits.csv,alanxz_rabbitmq-c.git_hullabaloo_README +sqlmapproject_sqlmap.git,_sqlmapproject_sqlmap.git_commits.csv,sqlmapproject_sqlmap.git_hullabaloo_README.pdf +davesteele_comitup,davesteele_comitup_commits.csv,davesteele_comitup_hullabaloo_README.md +sebastinas_python-libdiscid.git,_sebastinas_python-libdiscid.git_commits.csv,sebastinas_python-libdiscid.git_hullabaloo_README +milkytracker_MilkyTracker,_milkytracker_MilkyTracker_commits.csv,milkytracker_MilkyTracker_hullabaloo_README +mupen64plus_mupen64plus-ui-console.git,_mupen64plus_mupen64plus-ui-console.git_commits.csv,mupen64plus_mupen64plus-ui-console.git_hullabaloo_README +coldtobi_solarpowerlog,coldtobi_solarpowerlog_commits.csv,coldtobi_solarpowerlog_hullabaloo_README +warsaw_flufl.testing.git,warsaw_flufl.testing.git_commits.csv,warsaw_flufl.testing.git_hullabaloo_README.rst +cseed_arachne-pnr.git,_cseed_arachne-pnr.git_commits.csv,cseed_arachne-pnr.git_hullabaloo_README.md +the-tcpdump-group_tcpslice,_the-tcpdump-group_tcpslice_commits.csv,the-tcpdump-group_tcpslice_hullabaloo_README +spesmilo_electrum.git,_spesmilo_electrum.git_commits.csv,spesmilo_electrum.git_hullabaloo_README +vmware_open-vm-tools.git,_vmware_open-vm-tools.git_commits.csv,vmware_open-vm-tools.git_hullabaloo_README +google_flatbuffers.git,_google_flatbuffers.git_commits.csv,google_flatbuffers.git_hullabaloo_README.md +theZiz_aha.git,_theZiz_aha.git_commits.csv,theZiz_aha.git_hullabaloo_README.md +oneapi-src_oneTBB.git,_oneapi-src_oneTBB.git_commits.csv,oneapi-src_oneTBB.git_hullabaloo_README.md +boundary_bear.git,_boundary_bear.git_commits.csv,boundary_bear.git_hullabaloo_README.md +emre_kaptan.git,_emre_kaptan.git_commits.csv,emre_kaptan.git_hullabaloo_README.md +django-treebeard_django-treebeard.git,_django-treebeard_django-treebeard.git_commits.csv,django-treebeard_django-treebeard.git_hullabaloo_README +gbarr_perl-Convert-ASN1.git,_gbarr_perl-Convert-ASN1.git_commits.csv,gbarr_perl-Convert-ASN1.git_hullabaloo_README +jonschlinkert_snapdragon.git,_jonschlinkert_snapdragon.git_commits.csv,jonschlinkert_snapdragon.git_hullabaloo_README.md +panel-plugins_xfce4-genmon-plugin,panel-plugins_xfce4-genmon-plugin_commits.csv,panel-plugins_xfce4-genmon-plugin_hullabaloo_README +candlepin_python-iniparse,_candlepin_python-iniparse_commits.csv,candlepin_python-iniparse_hullabaloo_README +blitzpp_blitz,_blitzpp_blitz_commits.csv,blitzpp_blitz_hullabaloo_README.binutils +GNOME_gsound.git,GNOME_gsound.git_commits.csv,GNOME_gsound.git_hullabaloo_README +log2timeline_dfvfs.git,_log2timeline_dfvfs.git_commits.csv,log2timeline_dfvfs.git_hullabaloo_README +libvirt_libvirt-glib.git,libvirt_libvirt-glib.git_commits.csv,libvirt_libvirt-glib.git_hullabaloo_README +BLAKE2_libb2.git,_BLAKE2_libb2.git_commits.csv,BLAKE2_libb2.git_hullabaloo_README.md +pytest-dev_pytest-xdist,_pytest-dev_pytest-xdist_commits.csv,pytest-dev_pytest-xdist_hullabaloo_README.txt +jgarber_redcloth.git,_jgarber_redcloth.git_commits.csv,jgarber_redcloth.git_hullabaloo_README +OpenTTD_nml.git,_OpenTTD_nml.git_commits.csv,OpenTTD_nml.git_hullabaloo_README.md +RDFLib_sparqlwrapper.git,_RDFLib_sparqlwrapper.git_commits.csv,RDFLib_sparqlwrapper.git_hullabaloo_README.md +lstein_LibIO-Interface-Perl.git,_lstein_LibIO-Interface-Perl.git_commits.csv,lstein_LibIO-Interface-Perl.git_hullabaloo_README +neilb_Lingua-PT-Stemmer.git,_neilb_Lingua-PT-Stemmer.git_commits.csv,neilb_Lingua-PT-Stemmer.git_hullabaloo_README +p5-number-fraction_number-fraction.git,_p5-number-fraction_number-fraction.git_commits.csv,p5-number-fraction_number-fraction.git_hullabaloo_README +tuomasjjrasanen_python-uinput,_tuomasjjrasanen_python-uinput_commits.csv,tuomasjjrasanen_python-uinput_hullabaloo_README +pg_top_pg_top.git,pg_top_pg_top.git_commits.csv,pg_top_pg_top.git_hullabaloo_README +un33k_django-ipware,_un33k_django-ipware_commits.csv,un33k_django-ipware_hullabaloo_README.md +beanstalkd_beaneater,_beanstalkd_beaneater_commits.csv,beanstalkd_beaneater_hullabaloo_README.md +alisaifee_limits.git,_alisaifee_limits.git_commits.csv,alisaifee_limits.git_hullabaloo_README.rst +armed_gulp-flatten,_armed_gulp-flatten_commits.csv,armed_gulp-flatten_hullabaloo_README.md +hyde_fswrap,_hyde_fswrap_commits.csv,hyde_fswrap_hullabaloo_README.rst +luakit_luakit,_luakit_luakit_commits.csv,luakit_luakit_hullabaloo_README +trezor_trezor-firmware.git,_trezor_trezor-firmware.git_commits.csv,trezor_trezor-firmware.git_hullabaloo_README.md +sphinx-doc_sphinx.git,_sphinx-doc_sphinx.git_commits.csv,sphinx-doc_sphinx.git_hullabaloo_README +OSGeo_grass.git,_OSGeo_grass.git_commits.csv,OSGeo_grass.git_hullabaloo_README +education_labplot.git,education_labplot.git_commits.csv,education_labplot.git_hullabaloo_README +openlink_virtuoso-opensource,_openlink_virtuoso-opensource_commits.csv,openlink_virtuoso-opensource_hullabaloo_README +log2timeline_dfdatetime.git,_log2timeline_dfdatetime.git_commits.csv,log2timeline_dfdatetime.git_hullabaloo_README +kasei_attean.git,_kasei_attean.git_commits.csv,kasei_attean.git_hullabaloo_README.md +gaetano-guerriero_eyeD3-debian,gaetano-guerriero_eyeD3-debian_commits.csv,gaetano-guerriero_eyeD3-debian_hullabaloo_README.rst +FreeRDP_FreeRDP,_FreeRDP_FreeRDP_commits.csv,FreeRDP_FreeRDP_hullabaloo_README +alif-type_amiri.git,_alif-type_amiri.git_commits.csv,alif-type_amiri.git_hullabaloo_README +horde_whups.git,_horde_whups.git_commits.csv,horde_whups.git_hullabaloo_README +cairo_cairomm,cairo_cairomm_commits.csv,cairo_cairomm_hullabaloo_README +horde_gollem.git,_horde_gollem.git_commits.csv,horde_gollem.git_hullabaloo_README +GNOME_nautilus.git,GNOME_nautilus.git_commits.csv,GNOME_nautilus.git_hullabaloo_README +fbb-git_natlog.git,fbb-git_natlog.git_commits.csv,fbb-git_natlog.git_hullabaloo_README +WinFF_winff.git,_WinFF_winff.git_commits.csv,WinFF_winff.git_hullabaloo_README-Presets.txt +g0hl1n_xprintidle,_g0hl1n_xprintidle_commits.csv,g0hl1n_xprintidle_hullabaloo_README +zeroc-ice_ice-debian-packaging.git,zeroc-ice_ice-debian-packaging.git_commits.csv,zeroc-ice_ice-debian-packaging.git_hullabaloo_README +jelmer_python-fastimport,_jelmer_python-fastimport_commits.csv,jelmer_python-fastimport_hullabaloo_README.txt +deeptools_pyBigWig.git,_deeptools_pyBigWig.git_commits.csv,deeptools_pyBigWig.git_hullabaloo_README.md +jacktasia_dumb-jump.git,_jacktasia_dumb-jump.git_commits.csv,jacktasia_dumb-jump.git_hullabaloo_README.md +mate-desktop_libmatemixer.git,_mate-desktop_libmatemixer.git_commits.csv,mate-desktop_libmatemixer.git_hullabaloo_README +bbonev_dhcpdump,bbonev_dhcpdump_commits.csv,bbonev_dhcpdump_hullabaloo_README.md +sphinx-contrib_autoprogram.git,_sphinx-contrib_autoprogram.git_commits.csv,sphinx-contrib_autoprogram.git_hullabaloo_README.rst +elmar_ldap-git-backup,elmar_ldap-git-backup_commits.csv,elmar_ldap-git-backup_hullabaloo_README.md +GNOME_gnome-notes,GNOME_gnome-notes_commits.csv,GNOME_gnome-notes_hullabaloo_README +quodlibet_mutagen.git,quodlibet_mutagen.git_commits.csv,quodlibet_mutagen.git_hullabaloo_README.rst +GNOME_gnome-calculator.git,GNOME_gnome-calculator.git_commits.csv,GNOME_gnome-calculator.git_hullabaloo_README +pulseaudio_pulseaudio.git,pulseaudio_pulseaudio.git_commits.csv,pulseaudio_pulseaudio.git_hullabaloo_README.html.in +rear_rear.git,_rear_rear.git_commits.csv,rear_rear.git_hullabaloo_README +ros-infrastructure_rospkg.git,_ros-infrastructure_rospkg.git_commits.csv,ros-infrastructure_rospkg.git_hullabaloo_README.md +luqasz_librouteros,_luqasz_librouteros_commits.csv,luqasz_librouteros_hullabaloo_README.md +viewflow_django-fsm,_viewflow_django-fsm_commits.csv,viewflow_django-fsm_hullabaloo_README +kjetilk_Test-RDF.git,_kjetilk_Test-RDF.git_commits.csv,kjetilk_Test-RDF.git_hullabaloo_README +mate-desktop_mate-common.git,_mate-desktop_mate-common.git_commits.csv,mate-desktop_mate-common.git_hullabaloo_README +openstack_liberasurecode.git,_openstack_liberasurecode.git_commits.csv,openstack_liberasurecode.git_hullabaloo_README +linuxmint_cinnamon-control-center.git,_linuxmint_cinnamon-control-center.git_commits.csv,linuxmint_cinnamon-control-center.git_hullabaloo_README.md +shlomif_perl-error.pm.git,_shlomif_perl-error.pm.git_commits.csv,shlomif_perl-error.pm.git_hullabaloo_README +PyCQA_pydocstyle.git,_PyCQA_pydocstyle.git_commits.csv,PyCQA_pydocstyle.git_hullabaloo_README +pypa_readme_renderer,_pypa_readme_renderer_commits.csv,pypa_readme_renderer_hullabaloo_README.rst +ionelmc_python-lazy-object-proxy.git,_ionelmc_python-lazy-object-proxy.git_commits.csv,ionelmc_python-lazy-object-proxy.git_hullabaloo_README.md +apjanke_ronn-ng,_apjanke_ronn-ng_commits.csv,apjanke_ronn-ng_hullabaloo_README +google_textfsm.git,_google_textfsm.git_commits.csv,google_textfsm.git_hullabaloo_README.md +mikel_mail,_mikel_mail_commits.csv,mikel_mail_hullabaloo_README +pim_kdepim-apps-libs,pim_kdepim-apps-libs_commits.csv,pim_kdepim-apps-libs_hullabaloo_README.md +jliljebl_flowblade,_jliljebl_flowblade_commits.csv,jliljebl_flowblade_hullabaloo_README +JessThrysoee_xtermcontrol.git,_JessThrysoee_xtermcontrol.git_commits.csv,JessThrysoee_xtermcontrol.git_hullabaloo_README +JRaspass_Cache-Memcached-Fast.git,_JRaspass_Cache-Memcached-Fast.git_commits.csv,JRaspass_Cache-Memcached-Fast.git_hullabaloo_README +ledgersmb_PGObject-Type-DateTime.git,_ledgersmb_PGObject-Type-DateTime.git_commits.csv,ledgersmb_PGObject-Type-DateTime.git_hullabaloo_README.md +volkszaehler_libsml,volkszaehler_libsml_commits.csv,volkszaehler_libsml_hullabaloo_README.markdown +nicolasff_webdis,_nicolasff_webdis_commits.csv,nicolasff_webdis_hullabaloo_README.md +grosser_maxitest,_grosser_maxitest_commits.csv,grosser_maxitest_hullabaloo_README.md +gazay_gon,_gazay_gon_commits.csv,gazay_gon_hullabaloo_README.md +schnorr_pajeng.git,_schnorr_pajeng.git_commits.csv,schnorr_pajeng.git_hullabaloo_README.md +Bioconductor_GenomicAlignments.git,_Bioconductor_GenomicAlignments.git_commits.csv,Bioconductor_GenomicAlignments.git_hullabaloo_README.md +lskat.git,lskat.git_commits.csv,lskat.git_hullabaloo_README +transceptor-technology_siridb-server.git,_transceptor-technology_siridb-server.git_commits.csv,transceptor-technology_siridb-server.git_hullabaloo_README.md +libical_libical,_libical_libical_commits.csv,libical_libical_hullabaloo_README.win32 +Fluidsynth_fluidsynth.git,_Fluidsynth_fluidsynth.git_commits.csv,Fluidsynth_fluidsynth.git_hullabaloo_README +pim_kjots,pim_kjots_commits.csv,pim_kjots_hullabaloo_README +jgoerzen_libnbcompat,jgoerzen_libnbcompat_commits.csv,jgoerzen_libnbcompat_hullabaloo_README +leggewie-DM_scim,leggewie-DM_scim_commits.csv,leggewie-DM_scim-anthy_hullabaloo_README +dimitri_pgcharts,dimitri_pgcharts_commits.csv,dimitri_pgcharts_hullabaloo_README.md +ubernostrum_django-contact-form,_ubernostrum_django-contact-form_commits.csv,ubernostrum_django-contact-form_hullabaloo_README.txt +mriehl_fysom.git,_mriehl_fysom.git_commits.csv,mriehl_fysom.git_hullabaloo_README +linuxdeepin_deepin-menu.git,_linuxdeepin_deepin-menu.git_commits.csv,linuxdeepin_deepin-menu.git_hullabaloo_README.md +confluentinc_confluent-kafka-python.git,_confluentinc_confluent-kafka-python.git_commits.csv,confluentinc_confluent-kafka-python.git_hullabaloo_README.md +attr-encrypted_attr_encrypted.git,_attr-encrypted_attr_encrypted.git_commits.csv,attr-encrypted_attr_encrypted.git_hullabaloo_README.markdown +core_dune-grid,core_dune-grid_commits.csv,core_dune-grid_hullabaloo_README +qix-_node-is-arrayish,_qix-_node-is-arrayish_commits.csv,qix-_node-is-arrayish_hullabaloo_README.md +praekelt_django-setuptest.git,_praekelt_django-setuptest.git_commits.csv,praekelt_django-setuptest.git_hullabaloo_README.rst +bitlbee_bitlbee,bitlbee_bitlbee_commits.csv,bitlbee_bitlbee_hullabaloo_README +simgrid_simgrid.git,simgrid_simgrid.git_commits.csv,simgrid_simgrid.git_hullabaloo_README +savonet_ocaml-ssl.git,_savonet_ocaml-ssl.git_commits.csv,savonet_ocaml-ssl.git_hullabaloo_README +ofalk_libdnet,_ofalk_libdnet_commits.csv,ofalk_libdnet_hullabaloo_README +celery_py-amqp.git,_celery_py-amqp.git_commits.csv,celery_py-amqp.git_hullabaloo_README +GNOME_gnome-multi-writer.git,GNOME_gnome-multi-writer.git_commits.csv,GNOME_gnome-multi-writer.git_hullabaloo_README +taem_cd-discid,taem_cd-discid_commits.csv,taem_cd-discid_hullabaloo_README +nodeca_js-yaml.git,_nodeca_js-yaml.git_commits.csv,nodeca_js-yaml.git_hullabaloo_README.md +Yelp_py_zipkin,_Yelp_py_zipkin_commits.csv,Yelp_py_zipkin_hullabaloo_README.md +ramnathv_htmlwidgets.git,_ramnathv_htmlwidgets.git_commits.csv,ramnathv_htmlwidgets.git_hullabaloo_README.md +resurrecting-open-source-projects_stress,_resurrecting-open-source-projects_stress_commits.csv,resurrecting-open-source-projects_stress_hullabaloo_README +google_stenographer,_google_stenographer_commits.csv,google_stenographer_hullabaloo_README.md +fenrus75_powertop,_fenrus75_powertop_commits.csv,fenrus75_powertop_hullabaloo_README +pysimplesoap_pysimplesoap,_pysimplesoap_pysimplesoap_commits.csv,pysimplesoap_pysimplesoap_hullabaloo_README +berkerpeksag_astor,_berkerpeksag_astor_commits.csv,berkerpeksag_astor_hullabaloo_README.rst +psi-im_psi.git,_psi-im_psi.git_commits.csv,psi-im_psi.git_hullabaloo_README +ankitects_anki.git,_ankitects_anki.git_commits.csv,ankitects_anki.git_hullabaloo_README +aplpy_aplpy.git,_aplpy_aplpy.git_commits.csv,aplpy_aplpy.git_hullabaloo_README.txt +ValeevGroup_tiledarray.git,_ValeevGroup_tiledarray.git_commits.csv,ValeevGroup_tiledarray.git_hullabaloo_README.txt +angdraug_samizdat,_angdraug_samizdat_commits.csv,angdraug_samizdat_hullabaloo_README +NanoComp_h5utils.git,_NanoComp_h5utils.git_commits.csv,NanoComp_h5utils.git_hullabaloo_README.writepng +mikaelgrev_miglayout,_mikaelgrev_miglayout_commits.csv,mikaelgrev_miglayout_hullabaloo_README.md +wxgeo_geophar,_wxgeo_geophar_commits.csv,wxgeo_geophar_hullabaloo_README +GNOME_gtksourceview.git,GNOME_gtksourceview.git_commits.csv,GNOME_gtksourceview.git_hullabaloo_README +matthew-brett_nb2plots.git,_matthew-brett_nb2plots.git_commits.csv,matthew-brett_nb2plots.git_hullabaloo_README.rst +hhatto_autopep8.git,_hhatto_autopep8.git_commits.csv,hhatto_autopep8.git_hullabaloo_README.rst +vasi_squashfuse.git,_vasi_squashfuse.git_commits.csv,vasi_squashfuse.git_hullabaloo_README +sionescu_bordeaux-threads,_sionescu_bordeaux-threads_commits.csv,sionescu_bordeaux-threads_hullabaloo_README +pytest-dev_pytest-timeout.git,_pytest-dev_pytest-timeout.git_commits.csv,pytest-dev_pytest-timeout.git_hullabaloo_README.rst +jpy-consortium_jpy,_jpy-consortium_jpy_commits.csv,jpy-consortium_jpy_hullabaloo_README.md +xtaran_unburden-home-dir,xtaran_unburden-home-dir_commits.csv,xtaran_unburden-home-dir_hullabaloo_README +jaap-karssenberg_zim-desktop-wiki.git,_jaap-karssenberg_zim-desktop-wiki.git_commits.csv,jaap-karssenberg_zim-desktop-wiki.git_hullabaloo_README +Unidata_netcdf-fortran.git,_Unidata_netcdf-fortran.git_commits.csv,Unidata_netcdf-fortran.git_hullabaloo_README +tidyverse_lubridate.git,_tidyverse_lubridate.git_commits.csv,tidyverse_lubridate.git_hullabaloo_README.md +aperezdc_notmuch-addrlookup-c,_aperezdc_notmuch-addrlookup-c_commits.csv,aperezdc_notmuch-addrlookup-c_hullabaloo_README.md +DanielAdolfsson_ndppd,_DanielAdolfsson_ndppd_commits.csv,DanielAdolfsson_ndppd_hullabaloo_README +wolfcw_libfaketime.git,_wolfcw_libfaketime.git_commits.csv,wolfcw_libfaketime.git_hullabaloo_README +perldancer_Dancer-Plugin-REST.git,_perldancer_Dancer-Plugin-REST.git_commits.csv,perldancer_Dancer-Plugin-REST.git_hullabaloo_README +openwisp_django-x509,_openwisp_django-x509_commits.csv,openwisp_django-x509_hullabaloo_README.rst +dbtsai_python-mimeparse.git,_dbtsai_python-mimeparse.git_commits.csv,dbtsai_python-mimeparse.git_hullabaloo_README +tomszilagyi_ir.lv2.git,_tomszilagyi_ir.lv2.git_commits.csv,tomszilagyi_ir.lv2.git_hullabaloo_README.md +tox-dev_py-filelock,_tox-dev_py-filelock_commits.csv,tox-dev_py-filelock_hullabaloo_README.md +jeremyevans_sequel,_jeremyevans_sequel_commits.csv,jeremyevans_sequel_hullabaloo_README +Castaglia_proftpd-mod_vroot.git,_Castaglia_proftpd-mod_vroot.git_commits.csv,Castaglia_proftpd-mod_vroot.git_hullabaloo_README.md +ppentchev_feature-check,ppentchev_feature-check_commits.csv,ppentchev_feature-check_hullabaloo_README.md +survivejs_webpack-merge.git,_survivejs_webpack-merge.git_commits.csv,survivejs_webpack-merge.git_hullabaloo_README.md +scop_bash-completion,_scop_bash-completion_commits.csv,scop_bash-completion_hullabaloo_README +fordfrog_apgdiff,_fordfrog_apgdiff_commits.csv,fordfrog_apgdiff_hullabaloo_README.md +arno-iptables-firewall_aif.git,_arno-iptables-firewall_aif.git_commits.csv,arno-iptables-firewall_aif.git_hullabaloo_README +briandfoy_business-isbn.git,_briandfoy_business-isbn.git_commits.csv,briandfoy_business-isbn.git_hullabaloo_README +ximion_appstream-generator,_ximion_appstream-generator_commits.csv,ximion_appstream-generator_hullabaloo_README.md +kilobyte_kbtin,kilobyte_kbtin_commits.csv,kilobyte_kbtin_hullabaloo_README +osmcode_pyosmium.git,_osmcode_pyosmium.git_commits.csv,osmcode_pyosmium.git_hullabaloo_README.md +iraf-community_pyraf.git,_iraf-community_pyraf.git_commits.csv,iraf-community_pyraf.git_hullabaloo_README +kodi-pvr_pvr.iptvsimple.git,_kodi-pvr_pvr.iptvsimple.git_commits.csv,kodi-pvr_pvr.iptvsimple.git_hullabaloo_README.md +libjpeg-turbo_libjpeg-turbo,_libjpeg-turbo_libjpeg-turbo_commits.csv,libjpeg-turbo_libjpeg-turbo_hullabaloo_README +vagrant-libvirt_vagrant-libvirt,_vagrant-libvirt_vagrant-libvirt_commits.csv,vagrant-libvirt_vagrant-libvirt_hullabaloo_README.md +kilobyte_qjoypad,kilobyte_qjoypad_commits.csv,kilobyte_qjoypad_hullabaloo_README.txt +irontec_sngrep.git,_irontec_sngrep.git_commits.csv,irontec_sngrep.git_hullabaloo_README.md +horde_mnemo.git,_horde_mnemo.git_commits.csv,horde_mnemo.git_hullabaloo_README +gnome-terminator_terminator,_gnome-terminator_terminator_commits.csv,gnome-terminator_terminator_hullabaloo_README +irill_dose3,irill_dose3_commits.csv,irill_dose3_hullabaloo_README.architecture +keis_base58,_keis_base58_commits.csv,keis_base58_hullabaloo_README.md +mbi_django-simple-captcha.git,_mbi_django-simple-captcha.git_commits.csv,mbi_django-simple-captcha.git_hullabaloo_README.rst +sublee_flask-silk.git,_sublee_flask-silk.git_commits.csv,sublee_flask-silk.git_hullabaloo_README +libcgroup_libcgroup,_libcgroup_libcgroup_commits.csv,libcgroup_libcgroup_hullabaloo_README +pear_Auth_SASL.git,_pear_Auth_SASL.git_commits.csv,pear_Auth_SASL.git_hullabaloo_README.md +RichiH_vcsh,RichiH_vcsh_commits.csv,RichiH_vcsh_hullabaloo_README +neurodebian_Psychtoolbox-3,neurodebian_Psychtoolbox-3_commits.csv,neurodebian_Psychtoolbox-3_hullabaloo_README.rtf +CastXML_CastXML.git,_CastXML_CastXML.git_commits.csv,CastXML_CastXML.git_hullabaloo_README.txt +icholy_ttygif.git,_icholy_ttygif.git_commits.csv,icholy_ttygif.git_hullabaloo_README +GNOME_gitg.git,GNOME_gitg.git_commits.csv,GNOME_gitg.git_hullabaloo_README +digitalbazaar_jsonld.js,_digitalbazaar_jsonld.js_commits.csv,digitalbazaar_jsonld.js_hullabaloo_README +BioPP_bpp-core,_BioPP_bpp-core_commits.csv,BioPP_bpp-core_hullabaloo_README.md +phase1geo_Minder.git,_phase1geo_Minder.git_commits.csv,phase1geo_Minder.git_hullabaloo_README.md +jwiegley_use-package.git,_jwiegley_use-package.git_commits.csv,jwiegley_use-package.git_hullabaloo_README.md +adah1972_libunibreak.git,_adah1972_libunibreak.git_commits.csv,adah1972_libunibreak.git_hullabaloo_README +symfony_polyfill,_symfony_polyfill_commits.csv,symfony_polyfill_hullabaloo_README.md +Smattr_rumur.git,Smattr_rumur.git_commits.csv,Smattr_rumur.git_hullabaloo_README.rst +prometheus_alertmanager,_prometheus_alertmanager_commits.csv,prometheus_alertmanager_hullabaloo_README.md +kthakore_frozen-bubble.git,_kthakore_frozen-bubble.git_commits.csv,kthakore_frozen-bubble.git_hullabaloo_README +asb2m10_jsusfx.git,_asb2m10_jsusfx.git_commits.csv,asb2m10_jsusfx.git_hullabaloo_README.md +gpernot_wfrench.git,gpernot_wfrench.git_commits.csv,gpernot_wfrench.git_hullabaloo_README.md +imcleod_VMDK-stream-converter.git,_imcleod_VMDK-stream-converter.git_commits.csv,imcleod_VMDK-stream-converter.git_hullabaloo_README +d3_d3-dsv,_d3_d3-dsv_commits.csv,d3_d3-dsv_hullabaloo_README.md +fadden_nulib2.git,_fadden_nulib2.git_commits.csv,fadden_nulib2.git_hullabaloo_README.txt +raboof_nethogs,_raboof_nethogs_commits.csv,raboof_nethogs_hullabaloo_README +mate-desktop_mate-terminal.git,_mate-desktop_mate-terminal.git_commits.csv,mate-desktop_mate-terminal.git_hullabaloo_README +cbbrowne_autodoc.git,_cbbrowne_autodoc.git_commits.csv,cbbrowne_autodoc.git_hullabaloo_README +stain_arcp-py.git,_stain_arcp-py.git_commits.csv,stain_arcp-py.git_hullabaloo_README.md +lucc_khard,_lucc_khard_commits.csv,lucc_khard_hullabaloo_README +multimedia_stopmotion.git,multimedia_stopmotion.git_commits.csv,multimedia_stopmotion.git_hullabaloo_README +potassco_clasp,_potassco_clasp_commits.csv,potassco_clasp_hullabaloo_README +miguelgrinberg_Flask-SocketIO.git,_miguelgrinberg_Flask-SocketIO.git_commits.csv,miguelgrinberg_Flask-SocketIO.git_hullabaloo_README.md +bneijt_ccbuild.git,_bneijt_ccbuild.git_commits.csv,bneijt_ccbuild.git_hullabaloo_README +python-cmd2_cmd2.git,_python-cmd2_cmd2.git_commits.csv,python-cmd2_cmd2.git_hullabaloo_README.txt +taem_sxid,_taem_sxid_commits.csv,taem_sxid_hullabaloo_README +ros_kdl_parser,_ros_kdl_parser_commits.csv,ros_kdl_parser_hullabaloo_README.md +Xaviju_inkscape-open-symbols,_Xaviju_inkscape-open-symbols_commits.csv,Xaviju_inkscape-open-symbols_hullabaloo_README.md +cvs-m17n-org_MU-CITE,_cvs-m17n-org_MU-CITE_commits.csv,cvs-m17n-org_MU-CITE_hullabaloo_README.en +vasi_pixz.git,_vasi_pixz.git_commits.csv,vasi_pixz.git_hullabaloo_README +ugexe_zef.git,_ugexe_zef.git_commits.csv,ugexe_zef.git_hullabaloo_README.md +linuxmint_xapp.git,_linuxmint_xapp.git_commits.csv,linuxmint_xapp.git_hullabaloo_README +rrthomas_mmv.git,_rrthomas_mmv.git_commits.csv,rrthomas_mmv.git_hullabaloo_README.md +mattyowl_astLib.git,_mattyowl_astLib.git_commits.csv,mattyowl_astLib.git_hullabaloo_README +sebastianbergmann_php-token-stream,_sebastianbergmann_php-token-stream_commits.csv,sebastianbergmann_php-token-stream_hullabaloo_README.markdown +strengejacke_sjlabelled,_strengejacke_sjlabelled_commits.csv,strengejacke_sjlabelled_hullabaloo_README.md +gerddie_ginkgocadx.git,_gerddie_ginkgocadx.git_commits.csv,gerddie_ginkgocadx.git_hullabaloo_README.md +PierreRaybaut_guiqwt.git,_PierreRaybaut_guiqwt.git_commits.csv,PierreRaybaut_guiqwt.git_hullabaloo_README +htop-dev_htop,_htop-dev_htop_commits.csv,htop-dev_htop_hullabaloo_README +mobile-shell_mosh,mobile-shell_mosh_commits.csv,mobile-shell_mosh_hullabaloo_README +kjetilk_p5-atteanx-compatibility-trine.git,_kjetilk_p5-atteanx-compatibility-trine.git_commits.csv,kjetilk_p5-atteanx-compatibility-trine.git_hullabaloo_README.pod +ronsavage_GraphViz.git,_ronsavage_GraphViz.git_commits.csv,ronsavage_GraphViz.git_hullabaloo_README +egiles_test-compile,_egiles_test-compile_commits.csv,egiles_test-compile_hullabaloo_README +gnome_libxml2,gnome_libxml2_commits.csv,gnome_libxml2_hullabaloo_README +doorkeeper-gem_doorkeeper-openid_connect.git,_doorkeeper-gem_doorkeeper-openid_connect.git_commits.csv,doorkeeper-gem_doorkeeper-openid_connect.git_hullabaloo_README.md +trahay_LiTL.git,_trahay_LiTL.git_commits.csv,trahay_LiTL.git_hullabaloo_README +libinput_libinput,libinput_libinput_commits.csv,libinput_libinput_hullabaloo_README +o9000_tint2,o9000_tint2_commits.csv,o9000_tint2_hullabaloo_README +GNOME_frogr,GNOME_frogr_commits.csv,GNOME_frogr_hullabaloo_README +rdiankov_collada-dom,_rdiankov_collada-dom_commits.csv,rdiankov_collada-dom_hullabaloo_README.rst +source-foundry_Hack,_source-foundry_Hack_commits.csv,source-foundry_Hack_hullabaloo_README.md +plasma_plasma-workspace.git,plasma_plasma-workspace.git_commits.csv,plasma_plasma-workspace.git_hullabaloo_README.pam +django-auth-ldap_django-auth-ldap.git,_django-auth-ldap_django-auth-ldap.git_commits.csv,django-auth-ldap_django-auth-ldap.git_hullabaloo_README +bertogg_vagalume,_bertogg_vagalume_commits.csv,bertogg_vagalume_hullabaloo_README +libkmahjongg.git,libkmahjongg.git_commits.csv,libkmahjongg.git_hullabaloo_README +duncs_perl-nagios-object.git,_duncs_perl-nagios-object.git_commits.csv,duncs_perl-nagios-object.git_hullabaloo_README +nix-community_acpi_call.git,_nix-community_acpi_call.git_commits.csv,nix-community_acpi_call.git_hullabaloo_README +zamaudio_zam-plugins.git,_zamaudio_zam-plugins.git_commits.csv,zamaudio_zam-plugins.git_hullabaloo_README.md +IRkernel_repr.git,_IRkernel_repr.git_commits.csv,IRkernel_repr.git_hullabaloo_README.md +rizsotto_Bear,_rizsotto_Bear_commits.csv,rizsotto_Bear_hullabaloo_README.md +octo_liboping,_octo_liboping_commits.csv,octo_liboping_hullabaloo_README +geopython_pycsw.git,_geopython_pycsw.git_commits.csv,geopython_pycsw.git_hullabaloo_README.txt +gosa-project_gosa-plugins-netgroups,_gosa-project_gosa-plugins-netgroups_commits.csv,gosa-project_gosa-plugins-netgroups_hullabaloo_README.md +mattp-_Plack-Middleware-CSRFBlock,_mattp-_Plack-Middleware-CSRFBlock_commits.csv,mattp-_Plack-Middleware-CSRFBlock_hullabaloo_README +juliangruber_brace-expansion.git,_juliangruber_brace-expansion.git_commits.csv,juliangruber_brace-expansion.git_hullabaloo_README.md +pallets-eco_flask-sqlalchemy,_pallets-eco_flask-sqlalchemy_commits.csv,pallets-eco_flask-sqlalchemy_hullabaloo_README +mnooner256_pyqrcode.git,_mnooner256_pyqrcode.git_commits.csv,mnooner256_pyqrcode.git_hullabaloo_README.md +benhoyt_inih,_benhoyt_inih_commits.csv,benhoyt_inih_hullabaloo_README.txt +jashkenas_backbone,_jashkenas_backbone_commits.csv,jashkenas_backbone_hullabaloo_README +ros_genpy.git,_ros_genpy.git_commits.csv,ros_genpy.git_hullabaloo_README +chrissimpkins_shellescape,_chrissimpkins_shellescape_commits.csv,chrissimpkins_shellescape_hullabaloo_README.md +AltraMayor_f3.git,_AltraMayor_f3.git_commits.csv,AltraMayor_f3.git_hullabaloo_README +lxqt_pavucontrol-qt.git,_lxqt_pavucontrol-qt.git_commits.csv,lxqt_pavucontrol-qt.git_hullabaloo_README.html.in +frodwith_MooseX-MultiInitArg.git,_frodwith_MooseX-MultiInitArg.git_commits.csv,frodwith_MooseX-MultiInitArg.git_hullabaloo_README +pd_mediasettings.git,pd_mediasettings.git_commits.csv,pd_mediasettings.git_hullabaloo_README.txt +mitsuhiko_pluginbase.git,_mitsuhiko_pluginbase.git_commits.csv,mitsuhiko_pluginbase.git_hullabaloo_README +rails_rails-html-sanitizer,_rails_rails-html-sanitizer_commits.csv,rails_rails-html-sanitizer_hullabaloo_README.md +awesomeWM_awesome.git,_awesomeWM_awesome.git_commits.csv,awesomeWM_awesome.git_hullabaloo_README +ipython_traitlets.git,_ipython_traitlets.git_commits.csv,ipython_traitlets.git_hullabaloo_README.md +dbus_dbus,dbus_dbus_commits.csv,dbus_dbus_hullabaloo_README +hzeller_gmrender-resurrect.git,_hzeller_gmrender-resurrect.git_commits.csv,hzeller_gmrender-resurrect.git_hullabaloo_README +isaacs_inherits,_isaacs_inherits_commits.csv,isaacs_inherits_hullabaloo_README.md +trapexit_mergerfs,_trapexit_mergerfs_commits.csv,trapexit_mergerfs_hullabaloo_README.md +mate-desktop_mate-polkit.git,mate-desktop_mate-polkit.git_commits.csv,mate-desktop_mate-polkit.git_hullabaloo_README +rubys_nokogumbo,_rubys_nokogumbo_commits.csv,rubys_nokogumbo_hullabaloo_README.md +pyca_bcrypt.git,_pyca_bcrypt.git_commits.csv,pyca_bcrypt.git_hullabaloo_README.rst +x42_harvid.git,_x42_harvid.git_commits.csv,x42_harvid.git_hullabaloo_README +jryans_timers-browserify,_jryans_timers-browserify_commits.csv,jryans_timers-browserify_hullabaloo_README.md +unclechu_node-deep-extend.git,_unclechu_node-deep-extend.git_commits.csv,unclechu_node-deep-extend.git_hullabaloo_README.md +ropensci_RNeXML.git,_ropensci_RNeXML.git_commits.csv,ropensci_RNeXML.git_hullabaloo_README.md +erlware_erlware_commons.git,_erlware_erlware_commons.git_commits.csv,erlware_erlware_commons.git_hullabaloo_README.md +openstreetmap_osm2pgsql.git,_openstreetmap_osm2pgsql.git_commits.csv,openstreetmap_osm2pgsql.git_hullabaloo_README.txt +book_HTTP-Proxy.git,_book_HTTP-Proxy.git_commits.csv,book_HTTP-Proxy.git_hullabaloo_README +kartverket_fyba.git,_kartverket_fyba.git_commits.csv,kartverket_fyba.git_hullabaloo_README +google_gopacket.git,_google_gopacket.git_commits.csv,google_gopacket.git_hullabaloo_README.md +PDAL_PDAL.git,_PDAL_PDAL.git_commits.csv,PDAL_PDAL.git_hullabaloo_README +fbb-git_stealth,fbb-git_stealth_commits.csv,fbb-git_stealth_hullabaloo_README +libwbxml_libwbxml.git,_libwbxml_libwbxml.git_commits.csv,libwbxml_libwbxml.git_hullabaloo_README +nodeca_argparse.git,_nodeca_argparse.git_commits.csv,nodeca_argparse.git_hullabaloo_README.md +debian-tex_xindy,debian-tex_xindy_commits.csv,debian-tex_xindy_hullabaloo_README +rra_pgp-sign,_rra_pgp-sign_commits.csv,rra_pgp-sign_hullabaloo_README +sdk_clazy,sdk_clazy_commits.csv,sdk_clazy_hullabaloo_README +MtnViewJohn_context-free,MtnViewJohn_context-free_commits.csv,MtnViewJohn_context-free_hullabaloo_README.txt +circus-tent_chaussette,circus-tent_chaussette_commits.csv,circus-tent_chaussette_hullabaloo_README.rst +exaexa_apulse-debian,exaexa_apulse-debian_commits.csv,exaexa_apulse-debian_hullabaloo_README.md +gambit_gambit,_gambit_gambit_commits.csv,gambit_gambit_hullabaloo_README +openstreetmap_merkaartor.git,_openstreetmap_merkaartor.git_commits.csv,openstreetmap_merkaartor.git_hullabaloo_README +AppImageCommunity_libappimage.git,_AppImageCommunity_libappimage.git_commits.csv,AppImageCommunity_libappimage.git_hullabaloo_README.md +posva_catimg.git,_posva_catimg.git_commits.csv,posva_catimg.git_hullabaloo_README +OWASP_O-Saft,_OWASP_O-Saft_commits.csv,OWASP_O-Saft_hullabaloo_README.md +python-babel_flask-babel,python-babel_flask-babel_commits.csv,python-babel_flask-babel_hullabaloo_README +GNOME_cantarell-fonts.git,GNOME_cantarell-fonts.git_commits.csv,GNOME_cantarell-fonts.git_hullabaloo_README +r-lib_vctrs.git,_r-lib_vctrs.git_commits.csv,r-lib_vctrs.git_hullabaloo_README.md +felixge_node-dirty.git,_felixge_node-dirty.git_commits.csv,felixge_node-dirty.git_hullabaloo_README.md +seattlerb_rubyinline.git,_seattlerb_rubyinline.git_commits.csv,seattlerb_rubyinline.git_hullabaloo_README.txt +fln_gnarwl,_fln_gnarwl_commits.csv,fln_gnarwl_hullabaloo_README.md +Perl-Toolchain-Gang_ExtUtils-CBuilder.git,_Perl-Toolchain-Gang_ExtUtils-CBuilder.git_commits.csv,Perl-Toolchain-Gang_ExtUtils-CBuilder.git_hullabaloo_README +libextractor.git,libextractor.git_commits.csv,libextractor.git_hullabaloo_README +TooTallNate_ansi.js.git,_TooTallNate_ansi.js.git_commits.csv,TooTallNate_ansi.js.git_hullabaloo_README.md +evgeni_hdapsd.git,_evgeni_hdapsd.git_commits.csv,evgeni_hdapsd.git_hullabaloo_README +rnjacobs_wmbubble.git,_rnjacobs_wmbubble.git_commits.csv,rnjacobs_wmbubble.git_hullabaloo_README +websockets_ws.git,_websockets_ws.git_commits.csv,websockets_ws.git_hullabaloo_README.md +ipython_ipython_genutils,_ipython_ipython_genutils_commits.csv,ipython_ipython_genutils_hullabaloo_README.md +mvduin_perl-Data-Alias,_mvduin_perl-Data-Alias_commits.csv,mvduin_perl-Data-Alias_hullabaloo_README +Cacti_cacti,_Cacti_cacti_commits.csv,Cacti_cacti_hullabaloo_README +aircrack-ng_mdk4,_aircrack-ng_mdk4_commits.csv,aircrack-ng_mdk4_hullabaloo_README.md +dleidert_chemical-mime,_dleidert_chemical-mime_commits.csv,dleidert_chemical-mime_hullabaloo_README +npm_node-tar,_npm_node-tar_commits.csv,npm_node-tar_hullabaloo_README.md +jlaine_python-netfilter.git,_jlaine_python-netfilter.git_commits.csv,jlaine_python-netfilter.git_hullabaloo_README +lima1_p5-latex-table.git,_lima1_p5-latex-table.git_commits.csv,lima1_p5-latex-table.git_hullabaloo_README +git_parted.git,git_parted.git_commits.csv,git_parted.git_hullabaloo_README +matthewwithanm_pilkit,_matthewwithanm_pilkit_commits.csv,matthewwithanm_pilkit_hullabaloo_README.rst +xtaran_systray-mdstat,xtaran_systray-mdstat_commits.csv,xtaran_systray-mdstat_hullabaloo_README.md +puppetlabs_puppetlabs-mysql,_puppetlabs_puppetlabs-mysql_commits.csv,puppetlabs_puppetlabs-mysql_hullabaloo_README +sshock_AFFLIBv3,_sshock_AFFLIBv3_commits.csv,sshock_AFFLIBv3_hullabaloo_README +kohler_lcdf-typetools.git,_kohler_lcdf-typetools.git_commits.csv,kohler_lcdf-typetools.git_hullabaloo_README +fsphil_hacktv,_fsphil_hacktv_commits.csv,fsphil_hacktv_hullabaloo_README +enthought_pyface,_enthought_pyface_commits.csv,enthought_pyface_hullabaloo_README.txt +mbleigh_seed-fu,_mbleigh_seed-fu_commits.csv,mbleigh_seed-fu_hullabaloo_README +typester_Test-RedisServer.git,_typester_Test-RedisServer.git_commits.csv,typester_Test-RedisServer.git_hullabaloo_README +kholtman_afio,_kholtman_afio_commits.csv,kholtman_afio_hullabaloo_README +sinatra_sinatra.git,_sinatra_sinatra.git_commits.csv,sinatra_sinatra.git_hullabaloo_README +xattr_xattr.git,_xattr_xattr.git_commits.csv,xattr_xattr.git_hullabaloo_README.txt +astropy_pyregion.git,_astropy_pyregion.git_commits.csv,astropy_pyregion.git_hullabaloo_README +nordlicht_nordlicht,_nordlicht_nordlicht_commits.csv,nordlicht_nordlicht_hullabaloo_README.md +pikepdf_pikepdf.git,_pikepdf_pikepdf.git_commits.csv,pikepdf_pikepdf.git_hullabaloo_README.md +Pylons_pastedeploy,_Pylons_pastedeploy_commits.csv,Pylons_pastedeploy_hullabaloo_README +astropy_photutils.git,_astropy_photutils.git_commits.csv,astropy_photutils.git_hullabaloo_README.rst +jeremysalwen_lv2file.git,_jeremysalwen_lv2file.git_commits.csv,jeremysalwen_lv2file.git_hullabaloo_README +mattdm_icebreaker.git,_mattdm_icebreaker.git_commits.csv,mattdm_icebreaker.git_hullabaloo_README.themes +timchen119_tpm2-initramfs-tool,timchen119_tpm2-initramfs-tool_commits.csv,timchen119_tpm2-initramfs-tool_hullabaloo_README.md +bobrik_node-mess,_bobrik_node-mess_commits.csv,bobrik_node-mess_hullabaloo_README.md +ocaml-community_zed.git,_ocaml-community_zed.git_commits.csv,ocaml-community_zed.git_hullabaloo_README.md +igraph_igraph.git,_igraph_igraph.git_commits.csv,igraph_igraph.git_hullabaloo_README +JuliaStrings_utf8proc,_JuliaStrings_utf8proc_commits.csv,JuliaStrings_utf8proc_hullabaloo_README +jhnc_findimagedupes.git,_jhnc_findimagedupes.git_commits.csv,jhnc_findimagedupes.git_hullabaloo_README +PyCQA_flake8-polyfill.git,_PyCQA_flake8-polyfill.git_commits.csv,PyCQA_flake8-polyfill.git_hullabaloo_README.rst +xwax_xwax.git,_xwax_xwax.git_commits.csv,xwax_xwax.git_hullabaloo_README +lxqt_lxqt-about.git,_lxqt_lxqt-about.git_commits.csv,lxqt_lxqt-about.git_hullabaloo_README.md +google_pybadges.git,_google_pybadges.git_commits.csv,google_pybadges.git_hullabaloo_README.md +twojstaryzdomu_bchunk,_twojstaryzdomu_bchunk_commits.csv,twojstaryzdomu_bchunk_hullabaloo_README +schrodinger_maeparser.git,_schrodinger_maeparser.git_commits.csv,schrodinger_maeparser.git_hullabaloo_README.md +ropensci_crul.git,_ropensci_crul.git_commits.csv,ropensci_crul.git_hullabaloo_README.md +kamalmostafa_minimodem,kamalmostafa_minimodem_commits.csv,kamalmostafa_minimodem_hullabaloo_README +aconchillo_guile-json.git,_aconchillo_guile-json.git_commits.csv,aconchillo_guile-json.git_hullabaloo_README.md +micheles_decorator.git,_micheles_decorator.git_commits.csv,micheles_decorator.git_hullabaloo_README.txt +infirit_caja-admin,_infirit_caja-admin_commits.csv,infirit_caja-admin_hullabaloo_README.mkd +terser_terser,_terser_terser_commits.csv,terser_terser_hullabaloo_README.md +periapt_geo-google-mapobject.git,_periapt_geo-google-mapobject.git_commits.csv,periapt_geo-google-mapobject.git_hullabaloo_README +raszi_node-tmp.git,_raszi_node-tmp.git_commits.csv,raszi_node-tmp.git_hullabaloo_README.markdown +rails_actionpack-xml_parser,_rails_actionpack-xml_parser_commits.csv,rails_actionpack-xml_parser_hullabaloo_README.md +SmileyChris_django-countries,_SmileyChris_django-countries_commits.csv,SmileyChris_django-countries_hullabaloo_README +mptre_yank,_mptre_yank_commits.csv,mptre_yank_hullabaloo_README +PyCQA_prospector,_PyCQA_prospector_commits.csv,PyCQA_prospector_hullabaloo_README.md +horde_ingo.git,_horde_ingo.git_commits.csv,horde_ingo.git_hullabaloo_README +Tarsnap_scrypt.git,_Tarsnap_scrypt.git_commits.csv,Tarsnap_scrypt.git_hullabaloo_README +coq_coq,_coq_coq_commits.csv,coq_coq_hullabaloo_README.emacs +jcdubois_pixelize.git,_jcdubois_pixelize.git_commits.csv,jcdubois_pixelize.git_hullabaloo_README.md +KJ7LNW_xnec2c.git,_KJ7LNW_xnec2c.git_commits.csv,KJ7LNW_xnec2c.git_hullabaloo_README +MoarVM_MoarVM.git,_MoarVM_MoarVM.git_commits.csv,MoarVM_MoarVM.git_hullabaloo_README.markdown +kmines.git,kmines.git_commits.csv,kmines.git_hullabaloo_README +syohex_emacs-git-messenger.git,_syohex_emacs-git-messenger.git_commits.csv,syohex_emacs-git-messenger.git_hullabaloo_README.md +GNOME_vala.git,GNOME_vala.git_commits.csv,GNOME_vala.git_hullabaloo_README +jib_config-auto.git,_jib_config-auto.git_commits.csv,jib_config-auto.git_hullabaloo_README +man-db_man-db.git,man-db_man-db.git_commits.csv,man-db_man-db.git_hullabaloo_README +hgrecco_pint.git,_hgrecco_pint.git_commits.csv,hgrecco_pint.git_hullabaloo_README +aws_aws-cli,_aws_aws-cli_commits.csv,aws_aws-cli_hullabaloo_README.md +storaged-project_libbytesize,_storaged-project_libbytesize_commits.csv,storaged-project_libbytesize_hullabaloo_README.rst +prawnpdf_prawn,_prawnpdf_prawn_commits.csv,prawnpdf_prawn_hullabaloo_README +jamesls_fakeredis.git,_jamesls_fakeredis.git_commits.csv,jamesls_fakeredis.git_hullabaloo_README.rst +plasma_ksshaskpass.git,plasma_ksshaskpass.git_commits.csv,plasma_ksshaskpass.git_hullabaloo_README +exodist_Term-Table.git,_exodist_Term-Table.git_commits.csv,exodist_Term-Table.git_hullabaloo_README.md +google_yapf.git,_google_yapf.git_commits.csv,google_yapf.git_hullabaloo_README.rst +pytest-dev_pytest.git,_pytest-dev_pytest.git_commits.csv,pytest-dev_pytest.git_hullabaloo_README.txt +libusb_hidapi.git,_libusb_hidapi.git_commits.csv,libusb_hidapi.git_hullabaloo_README.txt +kobolabs_dhcpcd-dbus.git,_kobolabs_dhcpcd-dbus.git_commits.csv,kobolabs_dhcpcd-dbus.git_hullabaloo_README +lxqt_lxqt-config.git,_lxqt_lxqt-config.git_commits.csv,lxqt_lxqt-config.git_hullabaloo_README +keepassxreboot_keepassxc.git,_keepassxreboot_keepassxc.git_commits.csv,keepassxreboot_keepassxc.git_hullabaloo_README.md +ytdl-org_youtube-dl.git,_ytdl-org_youtube-dl.git_commits.csv,ytdl-org_youtube-dl.git_hullabaloo_README.md +hboetes_mg.git,_hboetes_mg.git_commits.csv,hboetes_mg.git_hullabaloo_README.md +minimistjs_minimist.git,_minimistjs_minimist.git_commits.csv,minimistjs_minimist.git_hullabaloo_README.md +pika_pika,_pika_pika_commits.csv,pika_pika_hullabaloo_README.md +nzjrs_osm-gps-map,_nzjrs_osm-gps-map_commits.csv,nzjrs_osm-gps-map_hullabaloo_README +grub-customizer,grub-customizer_commits.csv,grub-customizer_hullabaloo_README +killbots.git,killbots.git_commits.csv,killbots.git_hullabaloo_README.PACKAGERS +fontforge_libspiro.git,_fontforge_libspiro.git_commits.csv,fontforge_libspiro.git_hullabaloo_README-RaphLevien +xonsh_xonsh.git,_xonsh_xonsh.git_commits.csv,xonsh_xonsh.git_hullabaloo_README.rst +Backblaze_b2-sdk-python.git,_Backblaze_b2-sdk-python.git_commits.csv,Backblaze_b2-sdk-python.git_hullabaloo_README.md +marekjm_diaspy,_marekjm_diaspy_commits.csv,marekjm_diaspy_hullabaloo_README.md +jeinzi_thunar-dropbox.git,_jeinzi_thunar-dropbox.git_commits.csv,jeinzi_thunar-dropbox.git_hullabaloo_README.md +edicl_hunchentoot,edicl_hunchentoot_commits.csv,edicl_hunchentoot_hullabaloo_README +pyutils_line_profiler,_pyutils_line_profiler_commits.csv,pyutils_line_profiler_hullabaloo_README.txt +drakkar-lig_debootstick,drakkar-lig_debootstick_commits.csv,drakkar-lig_debootstick_hullabaloo_README.md +gristlabs_asttokens.git,_gristlabs_asttokens.git_commits.csv,gristlabs_asttokens.git_hullabaloo_README.md +anholt_libepoxy.git,_anholt_libepoxy.git_commits.csv,anholt_libepoxy.git_hullabaloo_README.md +ronsavage_Regexp-Assemble.git,_ronsavage_Regexp-Assemble.git_commits.csv,ronsavage_Regexp-Assemble.git_hullabaloo_README +swiftmailer_swiftmailer,_swiftmailer_swiftmailer_commits.csv,swiftmailer_swiftmailer_hullabaloo_README +perl5-dbi_DBD-ODBC.git,_perl5-dbi_DBD-ODBC.git_commits.csv,perl5-dbi_DBD-ODBC.git_hullabaloo_README.cygwin +mobile-broadband_ModemManager.git,mobile-broadband_ModemManager.git_commits.csv,mobile-broadband_ModemManager.git_hullabaloo_README +ros-planning_navigation_msgs,_ros-planning_navigation_msgs_commits.csv,ros-planning_navigation_msgs_hullabaloo_README.md +ubports_core_cmake-extras,ubports_core_cmake-extras_commits.csv,ubports_core_cmake-extras_hullabaloo_README.md +clkao_IO-Digest.git,_clkao_IO-Digest.git_commits.csv,clkao_IO-Digest.git_hullabaloo_README +tristanheaven_gtkhash,_tristanheaven_gtkhash_commits.csv,tristanheaven_gtkhash_hullabaloo_README +schismtracker_schismtracker,_schismtracker_schismtracker_commits.csv,schismtracker_schismtracker_hullabaloo_README +eonpatapon_gnome-shell-extension-caffeine,_eonpatapon_gnome-shell-extension-caffeine_commits.csv,eonpatapon_gnome-shell-extension-caffeine_hullabaloo_README.md +jayclassless_setoptconf.git,_jayclassless_setoptconf.git_commits.csv,jayclassless_setoptconf.git_hullabaloo_README.rst +P-H-C_phc-winner-argon2,_P-H-C_phc-winner-argon2_commits.csv,P-H-C_phc-winner-argon2_hullabaloo_README.md +GNOME_gucharmap.git,GNOME_gucharmap.git_commits.csv,GNOME_gucharmap.git_hullabaloo_README +puppetlabs_puppetlabs-ntp.git,_puppetlabs_puppetlabs-ntp.git_commits.csv,puppetlabs_puppetlabs-ntp.git_hullabaloo_README +chorny_Tie-IxHash.git,_chorny_Tie-IxHash.git_commits.csv,chorny_Tie-IxHash.git_hullabaloo_README +TooTallNate_node-bindings,_TooTallNate_node-bindings_commits.csv,TooTallNate_node-bindings_hullabaloo_README.md +doug-101_ConvertAll.git,_doug-101_ConvertAll.git_commits.csv,doug-101_ConvertAll.git_hullabaloo_README.md +schweikert_postgrey.git,_schweikert_postgrey.git_commits.csv,schweikert_postgrey.git_hullabaloo_README +mateidavid_hpptools.git,_mateidavid_hpptools.git_commits.csv,mateidavid_hpptools.git_hullabaloo_README.org +fritzing_fritzing-app,_fritzing_fritzing-app_commits.csv,fritzing_fritzing-app_hullabaloo_README.txt +rpm-software-management_popt.git,_rpm-software-management_popt.git_commits.csv,rpm-software-management_popt.git_hullabaloo_README +drobilla_mda-lv2.git,drobilla_mda-lv2.git_commits.csv,drobilla_mda-lv2.git_hullabaloo_README +oVirt_mom,_oVirt_mom_commits.csv,oVirt_mom_hullabaloo_README +arc_p5-image-exif.git,_arc_p5-image-exif.git_commits.csv,arc_p5-image-exif.git_hullabaloo_README +twisted_incremental.git,_twisted_incremental.git_commits.csv,twisted_incremental.git_hullabaloo_README.rst +dkopecek_usbguard,_dkopecek_usbguard_commits.csv,dkopecek_usbguard_hullabaloo_README.md +POV-Ray_povray,_POV-Ray_povray_commits.csv,POV-Ray_povray_hullabaloo_README.txt +eliben_pyelftools.git,_eliben_pyelftools.git_commits.csv,eliben_pyelftools.git_hullabaloo_README +man-pages-zh_manpages-zh,_man-pages-zh_manpages-zh_commits.csv,man-pages-zh_manpages-zh_hullabaloo_README.GB +aaugustin_websockets.git,_aaugustin_websockets.git_commits.csv,aaugustin_websockets.git_hullabaloo_README +pygridtools_drmaa-python,_pygridtools_drmaa-python_commits.csv,pygridtools_drmaa-python_hullabaloo_README.md +manwar_Test-XPath.git,_manwar_Test-XPath.git_commits.csv,manwar_Test-XPath.git_hullabaloo_README +wearpants_fakesleep,_wearpants_fakesleep_commits.csv,wearpants_fakesleep_hullabaloo_README.rst +Beep6581_RawTherapee,_Beep6581_RawTherapee_commits.csv,Beep6581_RawTherapee_hullabaloo_README.txt +sebastianbergmann_global-state,_sebastianbergmann_global-state_commits.csv,sebastianbergmann_global-state_hullabaloo_README.md +pytroll_trollsift,_pytroll_trollsift_commits.csv,pytroll_trollsift_hullabaloo_README.md +carsongee_pytest-pylint,_carsongee_pytest-pylint_commits.csv,carsongee_pytest-pylint_hullabaloo_README.rst +tatsuhiro-t_wslay,_tatsuhiro-t_wslay_commits.csv,tatsuhiro-t_wslay_hullabaloo_README +yappo_p5-mousex-types.git,_yappo_p5-mousex-types.git_commits.csv,yappo_p5-mousex-types.git_hullabaloo_README +UbuntuBudgie_budgie-indicator-applet,UbuntuBudgie_budgie-indicator-applet_commits.csv,UbuntuBudgie_budgie-indicator-applet_hullabaloo_README.md +broquaint_git-pureperl.git,_broquaint_git-pureperl.git_commits.csv,broquaint_git-pureperl.git_hullabaloo_README +luvit_luv,_luvit_luv_commits.csv,luvit_luv_hullabaloo_README.md +libyal_libqcow.git,_libyal_libqcow.git_commits.csv,libyal_libqcow.git_hullabaloo_README +mati75_openbox-debian,mati75_openbox-debian_commits.csv,mati75_openbox-debian_hullabaloo_README +geopandas_geopandas.git,_geopandas_geopandas.git_commits.csv,geopandas_geopandas.git_hullabaloo_README.md +linux-on-mac_mbpfan.git,_linux-on-mac_mbpfan.git_commits.csv,linux-on-mac_mbpfan.git_hullabaloo_README +LucianoPC_mkalias,_LucianoPC_mkalias_commits.csv,LucianoPC_mkalias_hullabaloo_README.md +pinard_Pymacs.git,_pinard_Pymacs.git_commits.csv,pinard_Pymacs.git_hullabaloo_README +Winetricks_winetricks,_Winetricks_winetricks_commits.csv,Winetricks_winetricks_hullabaloo_README +cjcliffe_CubicSDR.git,_cjcliffe_CubicSDR.git_commits.csv,cjcliffe_CubicSDR.git_hullabaloo_README.md +nanomsg_nanomsg.git,_nanomsg_nanomsg.git_commits.csv,nanomsg_nanomsg.git_hullabaloo_README.asciidoc +cscorley_whatthepatch,_cscorley_whatthepatch_commits.csv,cscorley_whatthepatch_hullabaloo_README.md +jbardin_scp.py,_jbardin_scp.py_commits.csv,jbardin_scp.py_hullabaloo_README +p12tic_cppreference-doc-debian,p12tic_cppreference-doc-debian_commits.csv,p12tic_cppreference-doc-debian_hullabaloo_index-functions.README +crosswire-bible-society_tdavid.git,crosswire-bible-society_tdavid.git_commits.csv,crosswire-bible-society_tdavid.git_hullabaloo_README.md +frescobaldi_python-poppler-qt5,_frescobaldi_python-poppler-qt5_commits.csv,frescobaldi_python-poppler-qt5_hullabaloo_README.rst +storaged-project_udisks,_storaged-project_udisks_commits.csv,storaged-project_udisks_hullabaloo_README +GNOME_libpeas.git,GNOME_libpeas.git_commits.csv,GNOME_libpeas.git_hullabaloo_README +git-big-picture_git-big-picture.git,_git-big-picture_git-big-picture.git_commits.csv,git-big-picture_git-big-picture.git_hullabaloo_README +OpenZWave_open-zwave,_OpenZWave_open-zwave_commits.csv,OpenZWave_open-zwave_hullabaloo_README.txt +justmoon_node-extend,_justmoon_node-extend_commits.csv,justmoon_node-extend_hullabaloo_README.md +nfs-ganesha_ntirpc.git,_nfs-ganesha_ntirpc.git_commits.csv,nfs-ganesha_ntirpc.git_hullabaloo_README +openstack_swauth.git,_openstack_swauth.git_commits.csv,openstack_swauth.git_hullabaloo_README +mika_jenkins-debian-glue,mika_jenkins-debian-glue_commits.csv,mika_jenkins-debian-glue_hullabaloo_README.org +Bioconductor_GenomeInfoDb.git,_Bioconductor_GenomeInfoDb.git_commits.csv,Bioconductor_GenomeInfoDb.git_hullabaloo_README.txt +jupyter_jupyter-sphinx.git,_jupyter_jupyter-sphinx.git_commits.csv,jupyter_jupyter-sphinx.git_hullabaloo_README.md +RPi-Distro_pgzero,RPi-Distro_pgzero_commits.csv,RPi-Distro_pgzero_hullabaloo_README.txt +jonschlinkert_global-modules,_jonschlinkert_global-modules_commits.csv,jonschlinkert_global-modules_hullabaloo_README.md +HaxeFoundation_neko-debian,HaxeFoundation_neko-debian_commits.csv,HaxeFoundation_neko-debian_hullabaloo_README.source +savonet_ocaml-theora.git,_savonet_ocaml-theora.git_commits.csv,savonet_ocaml-theora.git_hullabaloo_README +dleonard0_pktstat,_dleonard0_pktstat_commits.csv,dleonard0_pktstat_hullabaloo_README +Microsoft_cpprestsdk,_Microsoft_cpprestsdk_commits.csv,Microsoft_cpprestsdk_hullabaloo_README.md +Pylons_venusian,_Pylons_venusian_commits.csv,Pylons_venusian_hullabaloo_README.txt +bingos_sort-naturally.git,_bingos_sort-naturally.git_commits.csv,bingos_sort-naturally.git_hullabaloo_README +websploit_websploit,_websploit_websploit_commits.csv,websploit_websploit_hullabaloo_README.md +mvantellingen_python-zeep.git,_mvantellingen_python-zeep.git_commits.csv,mvantellingen_python-zeep.git_hullabaloo_README.rst +akorotkov_pgsphere,_akorotkov_pgsphere_commits.csv,akorotkov_pgsphere_hullabaloo_README.pg_sphere +darold_ora2pg.git,_darold_ora2pg.git_commits.csv,darold_ora2pg.git_hullabaloo_README +ncarrier_discus.git,_ncarrier_discus.git_commits.csv,ncarrier_discus.git_hullabaloo_README +GNOME_libmediaart.git,GNOME_libmediaart.git_commits.csv,GNOME_libmediaart.git_hullabaloo_README.md +dglent_meteo-qt.git,_dglent_meteo-qt.git_commits.csv,dglent_meteo-qt.git_hullabaloo_README.md +pub_scm_devel_pahole_pahole.git,pub_scm_devel_pahole_pahole.git_commits.csv,pub_scm_devel_pahole_pahole.git_hullabaloo_README +nvalimak_fsm-lite.git,_nvalimak_fsm-lite.git_commits.csv,nvalimak_fsm-lite.git_hullabaloo_README.md +jjjake_internetarchive.git,_jjjake_internetarchive.git_commits.csv,jjjake_internetarchive.git_hullabaloo_README.md +bovo.git,bovo.git_commits.csv,bovo.git_hullabaloo_README.PACKAGERS +broadinstitute_barclay.git,_broadinstitute_barclay.git_commits.csv,broadinstitute_barclay.git_hullabaloo_README.md +geggo_gpyfft,_geggo_gpyfft_commits.csv,geggo_gpyfft_hullabaloo_README +bleakgrey_tootle.git,_bleakgrey_tootle.git_commits.csv,bleakgrey_tootle.git_hullabaloo_README.md +ropensci_av.git,_ropensci_av.git_commits.csv,ropensci_av.git_hullabaloo_README.md +troglobit_smcroute.git,_troglobit_smcroute.git_commits.csv,troglobit_smcroute.git_hullabaloo_README +chuckremes_ffi-rzmq,_chuckremes_ffi-rzmq_commits.csv,chuckremes_ffi-rzmq_hullabaloo_README.txt +simi_omniauth-facebook,_simi_omniauth-facebook_commits.csv,simi_omniauth-facebook_hullabaloo_README.md +horde_wicked.git,_horde_wicked.git_commits.csv,horde_wicked.git_hullabaloo_README +nhorman_dropwatch,_nhorman_dropwatch_commits.csv,nhorman_dropwatch_hullabaloo_README +cucumber_aruba.git,_cucumber_aruba.git_commits.csv,cucumber_aruba.git_hullabaloo_README.rdoc +bottlepy_bottle.git,_bottlepy_bottle.git_commits.csv,bottlepy_bottle.git_hullabaloo_README.md +GNOME_gcr.git,GNOME_gcr.git_commits.csv,GNOME_gcr.git_hullabaloo_README +esr_irker.git,esr_irker.git_commits.csv,esr_irker.git_hullabaloo_README +GNOME_gnome-packagekit,GNOME_gnome-packagekit_commits.csv,GNOME_gnome-packagekit_hullabaloo_README +rackerlabs_kthresher,_rackerlabs_kthresher_commits.csv,rackerlabs_kthresher_hullabaloo_README.md +tanob_libofa.git,_tanob_libofa.git_commits.csv,tanob_libofa.git_hullabaloo_README +NVIDIA_libglvnd.git,_NVIDIA_libglvnd.git_commits.csv,NVIDIA_libglvnd.git_hullabaloo_README.md +eztrace_eztrace,eztrace_eztrace_commits.csv,eztrace_eztrace_hullabaloo_README +Debian_pk4,Debian_pk4_commits.csv,Debian_pk4_hullabaloo_README.md +leggewie-DM_libcapi20,leggewie-DM_libcapi20_commits.csv,leggewie-DM_libcapi20_hullabaloo_README +google_jimfs.git,_google_jimfs.git_commits.csv,google_jimfs.git_hullabaloo_README.md +openstack_rally.git,_openstack_rally.git_commits.csv,openstack_rally.git_hullabaloo_README.md +glondu_nurpawiki.git,_glondu_nurpawiki.git_commits.csv,glondu_nurpawiki.git_hullabaloo_README +naelstrof_slop,_naelstrof_slop_commits.csv,naelstrof_slop_hullabaloo_README.md +jupyter_jupyter_client,_jupyter_jupyter_client_commits.csv,jupyter_jupyter_client_hullabaloo_README.md +beautify-web_js-beautify,_beautify-web_js-beautify_commits.csv,beautify-web_js-beautify_hullabaloo_README.txt +python-quantities_python-quantities.git,_python-quantities_python-quantities.git_commits.csv,python-quantities_python-quantities.git_hullabaloo_README +KDAB_hotspot.git,_KDAB_hotspot.git_commits.csv,KDAB_hotspot.git_hullabaloo_README.md +lunarmodules_say.git,_lunarmodules_say.git_commits.csv,lunarmodules_say.git_hullabaloo_README.md +coturn_coturn,coturn_coturn_commits.csv,coturn_coturn_hullabaloo_README.turnutils +jseidl_GoldenEye,_jseidl_GoldenEye_commits.csv,jseidl_GoldenEye_hullabaloo_README.md +jquery_jquery.git,_jquery_jquery.git_commits.csv,jquery_jquery.git_hullabaloo_README +paulproteus_ccd2iso-debian,paulproteus_ccd2iso-debian_commits.csv,paulproteus_ccd2iso-debian_hullabaloo_README +drowe67_freedv-gui,_drowe67_freedv-gui_commits.csv,drowe67_freedv-gui_hullabaloo_README.txt +monocasual_giada.git,_monocasual_giada.git_commits.csv,monocasual_giada.git_hullabaloo_README +seperman_deepdiff.git,_seperman_deepdiff.git_commits.csv,seperman_deepdiff.git_hullabaloo_README.md +lxctl_lxctl,_lxctl_lxctl_commits.csv,lxctl_lxctl_hullabaloo_README.md +x42_x42-plugins,_x42_x42-plugins_commits.csv,x42_x42-plugins_hullabaloo_README.md +BZFlag-Dev_bzflag.git,_BZFlag-Dev_bzflag.git_commits.csv,BZFlag-Dev_bzflag.git_hullabaloo_README.SOLARIS +DaveGamble_cJSON.git,_DaveGamble_cJSON.git_commits.csv,DaveGamble_cJSON.git_hullabaloo_README +matze_pkgconfig,_matze_pkgconfig_commits.csv,matze_pkgconfig_hullabaloo_README.md +TUDelftGeodesy_Doris,_TUDelftGeodesy_Doris_commits.csv,TUDelftGeodesy_Doris_hullabaloo_README +batmand.git,batmand.git_commits.csv,batmand.git_hullabaloo_README +cleishm_libneo4j-client,cleishm_libneo4j-client_commits.csv,cleishm_libneo4j-client_hullabaloo_README.md +libsndfile_sndfile-tools.git,_libsndfile_sndfile-tools.git_commits.csv,libsndfile_sndfile-tools.git_hullabaloo_README +ukui_ukui-control-center,ukui_ukui-control-center_commits.csv,ukui_ukui-control-center_hullabaloo_README +cminyard_ser2net,_cminyard_ser2net_commits.csv,cminyard_ser2net_hullabaloo_README +MusicPlayerDaemon_mpdscribble.git,_MusicPlayerDaemon_mpdscribble.git_commits.csv,MusicPlayerDaemon_mpdscribble.git_hullabaloo_README +python_typed_ast.git,_python_typed_ast.git_commits.csv,python_typed_ast.git_hullabaloo_README.md +r-lib_gtable.git,_r-lib_gtable.git_commits.csv,r-lib_gtable.git_hullabaloo_README.md +libratbag_piper,_libratbag_piper_commits.csv,libratbag_piper_hullabaloo_README +rhinstaller_fwupdate.git,_rhinstaller_fwupdate.git_commits.csv,rhinstaller_fwupdate.git_hullabaloo_README.md +horde_Db.git,_horde_Db.git_commits.csv,horde_Db.git_hullabaloo_README.TESTING.txt +plasma_breeze.git,plasma_breeze.git_commits.csv,plasma_breeze.git_hullabaloo_README +gauteh_lieer,_gauteh_lieer_commits.csv,gauteh_lieer_hullabaloo_README.md +mathiasbynens_unicode-property-aliases-ecmascript,_mathiasbynens_unicode-property-aliases-ecmascript_commits.csv,mathiasbynens_unicode-property-aliases-ecmascript_hullabaloo_README.md +mate-desktop_mozo.git,_mate-desktop_mozo.git_commits.csv,mate-desktop_mozo.git_hullabaloo_README +neovim_neovim,_neovim_neovim_commits.csv,neovim_neovim_hullabaloo_README.md +blinken.git,blinken.git_commits.csv,blinken.git_hullabaloo_README.packagers +GNOME_polari.git,GNOME_polari.git_commits.csv,GNOME_polari.git_hullabaloo_README.md +pyutilib_pyutilib,_pyutilib_pyutilib_commits.csv,pyutilib_pyutilib_hullabaloo_README.txt +c-amie_analog-ce.git,_c-amie_analog-ce.git_commits.csv,c-amie_analog-ce.git_hullabaloo_README.md +usit-gd_zabbix-cli,usit-gd_zabbix-cli_commits.csv,usit-gd_zabbix-cli_hullabaloo_README.md +todotxt_todo.txt-cli.git,_todotxt_todo.txt-cli.git_commits.csv,todotxt_todo.txt-cli.git_hullabaloo_README +swami_libinstpatch,_swami_libinstpatch_commits.csv,swami_libinstpatch_hullabaloo_README +girke-lab_ChemmineR.git,_girke-lab_ChemmineR.git_commits.csv,girke-lab_ChemmineR.git_hullabaloo_README +artemsen_pipewalker,_artemsen_pipewalker_commits.csv,artemsen_pipewalker_hullabaloo_README +dkogan_libdogleg.git,_dkogan_libdogleg.git_commits.csv,dkogan_libdogleg.git_hullabaloo_README +ibus_ibus.git,_ibus_ibus.git_commits.csv,ibus_ibus.git_hullabaloo_README +hashbangperl_perl-pdf-report.git,_hashbangperl_perl-pdf-report.git_commits.csv,hashbangperl_perl-pdf-report.git_hullabaloo_README +libyal_dtfabric.git,_libyal_dtfabric.git_commits.csv,libyal_dtfabric.git_hullabaloo_README +prometheus_haproxy_exporter,_prometheus_haproxy_exporter_commits.csv,prometheus_haproxy_exporter_hullabaloo_README.md +ltsp_ltsp,ltsp_ltsp_commits.csv,ltsp_ltsp_hullabaloo_README.md +ktuberling.git,ktuberling.git_commits.csv,ktuberling.git_hullabaloo_README.PACKAGERS +videlec_pplpy,videlec_pplpy_commits.csv,videlec_pplpy_hullabaloo_README.txt +muse-sequencer_muse.git,_muse-sequencer_muse.git_commits.csv,muse-sequencer_muse.git_hullabaloo_README +plasma_kwallet-pam.git,plasma_kwallet-pam.git_commits.csv,plasma_kwallet-pam.git_hullabaloo_README.txt +sebastianbergmann_php-invoker,_sebastianbergmann_php-invoker_commits.csv,sebastianbergmann_php-invoker_hullabaloo_README.markdown +UbuntuBudgie_budgie-extras,UbuntuBudgie_budgie-extras_commits.csv,UbuntuBudgie_budgie-extras_hullabaloo_README.md +whitequark_ocaml-inotify,_whitequark_ocaml-inotify_commits.csv,whitequark_ocaml-inotify_hullabaloo_README +davisking_dlib.git,_davisking_dlib.git_commits.csv,davisking_dlib.git_hullabaloo_README.txt +arvidjaar_bootinfoscript,_arvidjaar_bootinfoscript_commits.csv,arvidjaar_bootinfoscript_hullabaloo_README +cbrnr_sigviewer.git,_cbrnr_sigviewer.git_commits.csv,cbrnr_sigviewer.git_hullabaloo_README +ahmetb_kubectx,_ahmetb_kubectx_commits.csv,ahmetb_kubectx_hullabaloo_README.md +guillaumechereau_goxel.git,_guillaumechereau_goxel.git_commits.csv,guillaumechereau_goxel.git_hullabaloo_README +VirusTotal_yara.git,_VirusTotal_yara.git_commits.csv,VirusTotal_yara.git_hullabaloo_README +dkg_dkg-handwriting,dkg_dkg-handwriting_commits.csv,dkg_dkg-handwriting_hullabaloo_README.TXT +jarib_childprocess.git,_jarib_childprocess.git_commits.csv,jarib_childprocess.git_hullabaloo_README.rdoc +lxqt_screengrab.git,_lxqt_screengrab.git_commits.csv,lxqt_screengrab.git_hullabaloo_README.txt +iraf-community_sptable,_iraf-community_sptable_commits.csv,iraf-community_sptable_hullabaloo_README +e2tools_e2tools,_e2tools_e2tools_commits.csv,e2tools_e2tools_hullabaloo_README +greenbone_openvas,_greenbone_openvas_commits.csv,greenbone_openvas_hullabaloo_README +pagekite_Colormake,_pagekite_Colormake_commits.csv,pagekite_Colormake_hullabaloo_README +AprilRobotics_apriltag.git,_AprilRobotics_apriltag.git_commits.csv,AprilRobotics_apriltag.git_hullabaloo_README.md +mapbox_millstone,_mapbox_millstone_commits.csv,mapbox_millstone_hullabaloo_README.md +hoelzro_plack-test-anyevent.git,_hoelzro_plack-test-anyevent.git_commits.csv,hoelzro_plack-test-anyevent.git_hullabaloo_README +linuxdeepin_dtkwidget.git,_linuxdeepin_dtkwidget.git_commits.csv,linuxdeepin_dtkwidget.git_hullabaloo_README.md +jwilk_dothost,_jwilk_dothost_commits.csv,jwilk_dothost_hullabaloo_README.rst +mootools_mootools-core.git,_mootools_mootools-core.git_commits.csv,mootools_mootools-core.git_hullabaloo_README +matlab2tikz_matlab2tikz,_matlab2tikz_matlab2tikz_commits.csv,matlab2tikz_matlab2tikz_hullabaloo_README +gillesdegottex_fmit.git,_gillesdegottex_fmit.git_commits.csv,gillesdegottex_fmit.git_hullabaloo_README.md +etd-framework_datatables-extensions,_etd-framework_datatables-extensions_commits.csv,etd-framework_datatables-extensions_hullabaloo_README.md +pavlov99_json-rpc,_pavlov99_json-rpc_commits.csv,pavlov99_json-rpc_hullabaloo_README.md +dev_ltfatpy,dev_ltfatpy_commits.csv,dev_ltfatpy_hullabaloo_README.rst +GNOME_gsettings-desktop-schemas.git,GNOME_gsettings-desktop-schemas.git_commits.csv,GNOME_gsettings-desktop-schemas.git_hullabaloo_README +pygraphviz_pygraphviz.git,_pygraphviz_pygraphviz.git_commits.csv,pygraphviz_pygraphviz.git_hullabaloo_README +NLnetLabs_nsd,_NLnetLabs_nsd_commits.csv,NLnetLabs_nsd_hullabaloo_README +PDLPorters_perl5-PGPLOT.git,_PDLPorters_perl5-PGPLOT.git_commits.csv,PDLPorters_perl5-PGPLOT.git_hullabaloo_README +jsonpickle_jsonpickle,_jsonpickle_jsonpickle_commits.csv,jsonpickle_jsonpickle_hullabaloo_README +zeek_pysubnettree.git,_zeek_pysubnettree.git_commits.csv,zeek_pysubnettree.git_hullabaloo_README +pd-externals_vbap.git,_pd-externals_vbap.git_commits.csv,pd-externals_vbap.git_hullabaloo_README.txt +ismrmrd_ismrmrd.git,_ismrmrd_ismrmrd.git_commits.csv,ismrmrd_ismrmrd.git_hullabaloo_README.rst +libofx_libofx,_libofx_libofx_commits.csv,libofx_libofx_hullabaloo_README +fkei_JSON.minify,_fkei_JSON.minify_commits.csv,fkei_JSON.minify_hullabaloo_README.txt +matthew-brett_texext.git,_matthew-brett_texext.git_commits.csv,matthew-brett_texext.git_hullabaloo_README.rst +besser82_libxcrypt.git,_besser82_libxcrypt.git_commits.csv,besser82_libxcrypt.git_hullabaloo_README.ufc-crypt +pytest-dev_pytest-forked.git,_pytest-dev_pytest-forked.git_commits.csv,pytest-dev_pytest-forked.git_hullabaloo_README.rst +django-cms_django-classy-tags,_django-cms_django-classy-tags_commits.csv,django-cms_django-classy-tags_hullabaloo_README +fgrehm_vagrant-lxc,_fgrehm_vagrant-lxc_commits.csv,fgrehm_vagrant-lxc_hullabaloo_README.md +mariocasciaro_object-path,_mariocasciaro_object-path_commits.csv,mariocasciaro_object-path_hullabaloo_README.md +celiao_tmdbsimple,_celiao_tmdbsimple_commits.csv,celiao_tmdbsimple_hullabaloo_README.rst +astraw_stdeb.git,_astraw_stdeb.git_commits.csv,astraw_stdeb.git_hullabaloo_README.txt +OpenPrinting_foomatic-db.git,_OpenPrinting_foomatic-db.git_commits.csv,OpenPrinting_foomatic-db.git_hullabaloo_README +google_xsecurelock,google_xsecurelock_commits.csv,google_xsecurelock_hullabaloo_README.md +steveire_grantlee.git,_steveire_grantlee.git_commits.csv,steveire_grantlee.git_hullabaloo_README +firecat53_urlscan,_firecat53_urlscan_commits.csv,firecat53_urlscan_hullabaloo_README +tudo-r_BatchJobs.git,_tudo-r_BatchJobs.git_commits.csv,tudo-r_BatchJobs.git_hullabaloo_README.md +maik_xml-simple,_maik_xml-simple_commits.csv,maik_xml-simple_hullabaloo_README +iptux-src_iptux,_iptux-src_iptux_commits.csv,iptux-src_iptux_hullabaloo_README +fumiyas_smbldap-tools,_fumiyas_smbldap-tools_commits.csv,fumiyas_smbldap-tools_hullabaloo_README +mathiasbynens_node-unicode-data.git,_mathiasbynens_node-unicode-data.git_commits.csv,mathiasbynens_node-unicode-data.git_hullabaloo_README.md +phihag_ipaddress,_phihag_ipaddress_commits.csv,phihag_ipaddress_hullabaloo_README.md +kmike_datrie.git,_kmike_datrie.git_commits.csv,kmike_datrie.git_hullabaloo_README.rst +realmd_adcli,realmd_adcli_commits.csv,realmd_adcli_hullabaloo_README +math-comp_math-comp,_math-comp_math-comp_commits.csv,math-comp_math-comp_hullabaloo_README +pydata_numexpr,_pydata_numexpr_commits.csv,pydata_numexpr_hullabaloo_README +NanoComp_harminv,_NanoComp_harminv_commits.csv,NanoComp_harminv_hullabaloo_README +crayzeewulf_libserial.git,_crayzeewulf_libserial.git_commits.csv,crayzeewulf_libserial.git_hullabaloo_README +rubik_mando.git,_rubik_mando.git_commits.csv,rubik_mando.git_hullabaloo_README.md +nferraz_st,_nferraz_st_commits.csv,nferraz_st_hullabaloo_README.md +prometheus_snmp_exporter,_prometheus_snmp_exporter_commits.csv,prometheus_snmp_exporter_hullabaloo_README.md +containers_conmon,_containers_conmon_commits.csv,containers_conmon_hullabaloo_README.md +gccxml_pygccxml,_gccxml_pygccxml_commits.csv,gccxml_pygccxml_hullabaloo_README.txt +redis-store_redis-store,_redis-store_redis-store_commits.csv,redis-store_redis-store_hullabaloo_README.textile +jcc_zram-tools.git,jcc_zram-tools.git_commits.csv,jcc_zram-tools.git_hullabaloo_README.md +felixdoerre_primus_vk,_felixdoerre_primus_vk_commits.csv,felixdoerre_primus_vk_hullabaloo_README.md +mrabarnett_mrab-regex,_mrabarnett_mrab-regex_commits.csv,mrabarnett_mrab-regex_hullabaloo_README +douardda_pyramid_multiauth,douardda_pyramid_multiauth_commits.csv,douardda_pyramid_multiauth_hullabaloo_README.txt +solnic_virtus.git,_solnic_virtus.git_commits.csv,solnic_virtus.git_hullabaloo_README.rdoc +sebastinas_yafc.git,_sebastinas_yafc.git_commits.csv,sebastinas_yafc.git_hullabaloo_README +brandon-rhodes_pyephem.git,_brandon-rhodes_pyephem.git_commits.csv,brandon-rhodes_pyephem.git_hullabaloo_README +git_libffcall.git,git_libffcall.git_commits.csv,git_libffcall.git_hullabaloo_README +linuxdeepin_deepin-notifications,_linuxdeepin_deepin-notifications_commits.csv,linuxdeepin_deepin-notifications_hullabaloo_README.md +attr-encrypted_encryptor,_attr-encrypted_encryptor_commits.csv,attr-encrypted_encryptor_hullabaloo_README.markdown +KimNorgaard_validates_hostname,_KimNorgaard_validates_hostname_commits.csv,KimNorgaard_validates_hostname_hullabaloo_README +Seldaek_monolog,_Seldaek_monolog_commits.csv,Seldaek_monolog_hullabaloo_README.mdown +ccampbell_mousetrap,_ccampbell_mousetrap_commits.csv,ccampbell_mousetrap_hullabaloo_README.md +hardbyte_python-can.git,_hardbyte_python-can.git_commits.csv,hardbyte_python-can.git_hullabaloo_README.txt +derf_feh.git,_derf_feh.git_commits.csv,derf_feh.git_hullabaloo_README +jm_toml,_jm_toml_commits.csv,jm_toml_hullabaloo_README.md +thp_wavbreaker.git,_thp_wavbreaker.git_commits.csv,thp_wavbreaker.git_hullabaloo_README +warner_magic-wormhole.git,_warner_magic-wormhole.git_commits.csv,warner_magic-wormhole.git_hullabaloo_README.md +libhangul_nabi.git,_libhangul_nabi.git_commits.csv,libhangul_nabi.git_hullabaloo_README +imanel_websocket-ruby.git,_imanel_websocket-ruby.git_commits.csv,imanel_websocket-ruby.git_hullabaloo_README.md +p_alsamodular_ams.git,p_alsamodular_ams.git_commits.csv,p_alsamodular_ams.git_hullabaloo_README +pipewire_pipewire,pipewire_pipewire_commits.csv,pipewire_pipewire_hullabaloo_README +LibreCat_Catmandu-Store-MongoDB.git,_LibreCat_Catmandu-Store-MongoDB.git_commits.csv,LibreCat_Catmandu-Store-MongoDB.git_hullabaloo_README +zealdocs_zeal,_zealdocs_zeal_commits.csv,zealdocs_zeal_hullabaloo_README.md +stephenenelson_convert-binhex.git,_stephenenelson_convert-binhex.git_commits.csv,stephenenelson_convert-binhex.git_hullabaloo_README +aperezdc_signify.git,_aperezdc_signify.git_commits.csv,aperezdc_signify.git_hullabaloo_README.md +glondu_nss-passwords,_glondu_nss-passwords_commits.csv,glondu_nss-passwords_hullabaloo_README +CristianHenzel_ClipIt.git,_CristianHenzel_ClipIt.git_commits.csv,CristianHenzel_ClipIt.git_hullabaloo_README +repoze_repoze.tm2.git,_repoze_repoze.tm2.git_commits.csv,repoze_repoze.tm2.git_hullabaloo_README.txt +nghttp2_nghttp2.git,_nghttp2_nghttp2.git_commits.csv,nghttp2_nghttp2.git_hullabaloo_README +GNOME_gupnp-tools.git,GNOME_gupnp-tools.git_commits.csv,GNOME_gupnp-tools.git_hullabaloo_README +mahmoud_boltons,_mahmoud_boltons_commits.csv,mahmoud_boltons_hullabaloo_README.md +debian-tex_cm-super,debian-tex_cm-super_commits.csv,debian-tex_cm-super_hullabaloo_README.debian +codereader_DarkRadiant.git,_codereader_DarkRadiant.git_commits.csv,codereader_DarkRadiant.git_hullabaloo_README.doxygen +izimobil_polib.git,_izimobil_polib.git_commits.csv,izimobil_polib.git_hullabaloo_README +jart_fabulous.git,_jart_fabulous.git_commits.csv,jart_fabulous.git_hullabaloo_README +bestouff_genext2fs,_bestouff_genext2fs_commits.csv,bestouff_genext2fs_hullabaloo_README +davesteele_aioprocessing,davesteele_aioprocessing_commits.csv,davesteele_aioprocessing_hullabaloo_README.md +alexdantas_pacman4console.debian,alexdantas_pacman4console.debian_commits.csv,alexdantas_pacman4console.debian_hullabaloo_README +mvidner_ruby-dbus,_mvidner_ruby-dbus_commits.csv,mvidner_ruby-dbus_hullabaloo_README +django-mptt_django-mptt.git,_django-mptt_django-mptt.git_commits.csv,django-mptt_django-mptt.git_hullabaloo_README +Bioconductor_DelayedArray.git,_Bioconductor_DelayedArray.git_commits.csv,Bioconductor_DelayedArray.git_hullabaloo_README.md +glennrp_libpng,_glennrp_libpng_commits.csv,glennrp_libpng_hullabaloo_README +douglascrockford_JSON-js,_douglascrockford_JSON-js_commits.csv,douglascrockford_JSON-js_hullabaloo_README +sstrigler_JSJaC.git,_sstrigler_JSJaC.git_commits.csv,sstrigler_JSJaC.git_hullabaloo_README +intel_bmap-tools,_intel_bmap-tools_commits.csv,intel_bmap-tools_hullabaloo_README +state-machines_state_machines-activemodel,_state-machines_state_machines-activemodel_commits.csv,state-machines_state_machines-activemodel_hullabaloo_README.md +GNOME_libsoup,GNOME_libsoup_commits.csv,GNOME_libsoup_hullabaloo_README +GNOME_java-atk-wrapper,_GNOME_java-atk-wrapper_commits.csv,GNOME_java-atk-wrapper_hullabaloo_README +nichtich_RDF-NS.git,_nichtich_RDF-NS.git_commits.csv,nichtich_RDF-NS.git_hullabaloo_README.mkdn +rails_sass-rails,_rails_sass-rails_commits.csv,rails_sass-rails_hullabaloo_README.markdown +martinpitt_python-dbusmock,_martinpitt_python-dbusmock_commits.csv,martinpitt_python-dbusmock_hullabaloo_README.rst +bestpractical_http-server-simple,_bestpractical_http-server-simple_commits.csv,bestpractical_http-server-simple_hullabaloo_README +karenetheridge_B-Hooks-OP-Check,_karenetheridge_B-Hooks-OP-Check_commits.csv,karenetheridge_B-Hooks-OP-Check_hullabaloo_README.pod +DarwinAwardWinner_with-simulated-input.git,_DarwinAwardWinner_with-simulated-input.git_commits.csv,DarwinAwardWinner_with-simulated-input.git_hullabaloo_README.md +ejwa_gitinspector,_ejwa_gitinspector_commits.csv,ejwa_gitinspector_hullabaloo_README.txt +hughsie_appstream-glib,_hughsie_appstream-glib_commits.csv,hughsie_appstream-glib_hullabaloo_README +safe-rm,safe-rm_commits.csv,safe-rm_hullabaloo_README +wxMaxima-developers_wxmaxima,wxMaxima-developers_wxmaxima_commits.csv,wxMaxima-developers_wxmaxima_hullabaloo_README +osmcode_osmcoastline.git,_osmcode_osmcoastline.git_commits.csv,osmcode_osmcoastline.git_hullabaloo_README +bucciarati_mpc123,_bucciarati_mpc123_commits.csv,bucciarati_mpc123_hullabaloo_README +mapnik_mapnik.git,_mapnik_mapnik.git_commits.csv,mapnik_mapnik.git_hullabaloo_README +robert7_nixnote2,_robert7_nixnote2_commits.csv,robert7_nixnote2_hullabaloo_README.md +gdabah_distorm.git,_gdabah_distorm.git_commits.csv,gdabah_distorm.git_hullabaloo_README +vectaport_ivtools,_vectaport_ivtools_commits.csv,vectaport_ivtools_hullabaloo_README +p_giflib_code,p_giflib_code_commits.csv,p_giflib_code_hullabaloo_README +digint_btrbk-packaging,digint_btrbk-packaging_commits.csv,digint_btrbk-packaging_hullabaloo_README.md +syncthing_syncthing-gtk,_syncthing_syncthing-gtk_commits.csv,syncthing_syncthing-gtk_hullabaloo_README.md +OpenSCAP_scap-workbench.git,_OpenSCAP_scap-workbench.git_commits.csv,OpenSCAP_scap-workbench.git_hullabaloo_README +pothosware_SoapyHackRF.git,_pothosware_SoapyHackRF.git_commits.csv,pothosware_SoapyHackRF.git_hullabaloo_README.md +compiz_compiz-plugins-main.git,compiz_compiz-plugins-main.git_commits.csv,compiz_compiz-plugins-main.git_hullabaloo_README.md +XQF_xqf,_XQF_xqf_commits.csv,XQF_xqf_hullabaloo_README +sdr_rtl-sdr.git,sdr_rtl-sdr.git_commits.csv,sdr_rtl-sdr.git_hullabaloo_README +meskarune_i3lock-fancy,_meskarune_i3lock-fancy_commits.csv,meskarune_i3lock-fancy_hullabaloo_README.md +ukui_ukui-sidebar,ukui_ukui-sidebar_commits.csv,ukui_ukui-sidebar_hullabaloo_README.md +CasparCG_server,_CasparCG_server_commits.csv,CasparCG_server_hullabaloo_README.txt +icecc_icemon.git,_icecc_icemon.git_commits.csv,icecc_icemon.git_hullabaloo_README.md +datastax_python-driver.git,_datastax_python-driver.git_commits.csv,datastax_python-driver.git_hullabaloo_README.md +python-social-auth_social-app-django.git,_python-social-auth_social-app-django.git_commits.csv,python-social-auth_social-app-django.git_hullabaloo_README.md +bobek_sqlgrey-debian,bobek_sqlgrey-debian_commits.csv,bobek_sqlgrey-debian_hullabaloo_README +lighttpd_lighttpd1.4.git,lighttpd_lighttpd1.4.git_commits.csv,lighttpd_lighttpd1.4.git_hullabaloo_README +netdiscover-scanner_netdiscover,_netdiscover-scanner_netdiscover_commits.csv,netdiscover-scanner_netdiscover_hullabaloo_README +AzureAD_azure-activedirectory-library-for-python.git,_AzureAD_azure-activedirectory-library-for-python.git_commits.csv,AzureAD_azure-activedirectory-library-for-python.git_hullabaloo_README.md +GNOME_NetworkManager-vpnc,GNOME_NetworkManager-vpnc_commits.csv,GNOME_NetworkManager-vpnc_hullabaloo_README +petkaantonov_bluebird.git,_petkaantonov_bluebird.git_commits.csv,petkaantonov_bluebird.git_hullabaloo_README.md +Pylons_plaster_pastedeploy.git,_Pylons_plaster_pastedeploy.git_commits.csv,Pylons_plaster_pastedeploy.git_hullabaloo_README.rst +juzzlin_DustRacing2D.git,_juzzlin_DustRacing2D.git_commits.csv,juzzlin_DustRacing2D.git_hullabaloo_README +linuxdeepin_qt5integration.git,_linuxdeepin_qt5integration.git_commits.csv,linuxdeepin_qt5integration.git_hullabaloo_README.md +lxqt_qps.git,_lxqt_qps.git_commits.csv,lxqt_qps.git_hullabaloo_README.md +lukaszb_django-guardian,_lukaszb_django-guardian_commits.csv,lukaszb_django-guardian_hullabaloo_README.rst +Llandon_lsmount,Llandon_lsmount_commits.csv,Llandon_lsmount_hullabaloo_README +cacalabs_libcaca.git,_cacalabs_libcaca.git_commits.csv,cacalabs_libcaca.git_hullabaloo_README +ForensicArtifacts_artifacts.git,_ForensicArtifacts_artifacts.git_commits.csv,ForensicArtifacts_artifacts.git_hullabaloo_README.md +htacg_tidy-html5,_htacg_tidy-html5_commits.csv,htacg_tidy-html5_hullabaloo_README.md +Yubico_yubikey-personalization-gui-dpkg,Yubico_yubikey-personalization-gui-dpkg_commits.csv,Yubico_yubikey-personalization-gui-dpkg_hullabaloo_README +turicas_rows,_turicas_rows_commits.csv,turicas_rows_hullabaloo_README.markdown +jib_log-message-simple.git,_jib_log-message-simple.git_commits.csv,jib_log-message-simple.git_hullabaloo_README +fredrik-johansson_arb,_fredrik-johansson_arb_commits.csv,fredrik-johansson_arb_hullabaloo_README +csound_manual.git,_csound_manual.git_commits.csv,csound_manual.git_hullabaloo_README.md +coleifer_peewee,_coleifer_peewee_commits.csv,coleifer_peewee_hullabaloo_README.rst +ropensci_ritis.git,_ropensci_ritis.git_commits.csv,ropensci_ritis.git_hullabaloo_README +chriskuehl_nodeenv,chriskuehl_nodeenv_commits.csv,chriskuehl_nodeenv_hullabaloo_README +davisp_jiffy.git,_davisp_jiffy.git_commits.csv,davisp_jiffy.git_hullabaloo_README.md +zkat_ssri.git,_zkat_ssri.git_commits.csv,zkat_ssri.git_hullabaloo_README.md +surfraw_Surfraw.git,surfraw_Surfraw.git_commits.csv,surfraw_Surfraw.git_hullabaloo_README +heftig_rtkit,_heftig_rtkit_commits.csv,heftig_rtkit_hullabaloo_README +tamuri_pal,_tamuri_pal_commits.csv,tamuri_pal_hullabaloo_README.html +svn-all-fast-export_svn2git.git,_svn-all-fast-export_svn2git.git_commits.csv,svn-all-fast-export_svn2git.git_hullabaloo_README.md +coin-or_cbc,_coin-or_cbc_commits.csv,coin-or_cbc_hullabaloo_README +mmlabs-mindmaze_xdffileio.git,_mmlabs-mindmaze_xdffileio.git_commits.csv,mmlabs-mindmaze_xdffileio.git_hullabaloo_README +jtauber_pyuca,_jtauber_pyuca_commits.csv,jtauber_pyuca_hullabaloo_README.md +CafeOBJ_cafeobj,CafeOBJ_cafeobj_commits.csv,CafeOBJ_cafeobj_hullabaloo_README.First +ros-visualization_rviz,_ros-visualization_rviz_commits.csv,ros-visualization_rviz_hullabaloo_README +petere_plsh.git,_petere_plsh.git_commits.csv,petere_plsh.git_hullabaloo_README +sagemath_symmetrica,sagemath_symmetrica_commits.csv,sagemath_symmetrica_hullabaloo_README +WoLpH_portalocker,_WoLpH_portalocker_commits.csv,WoLpH_portalocker_hullabaloo_README +fog_fog-local,_fog_fog-local_commits.csv,fog_fog-local_hullabaloo_README.md +GNOME_eog-plugins.git,GNOME_eog-plugins.git_commits.csv,GNOME_eog-plugins.git_hullabaloo_README +TobiasWinchen_klatexformula_debian,TobiasWinchen_klatexformula_debian_commits.csv,TobiasWinchen_klatexformula_debian_hullabaloo_README +workhorsy_py-cpuinfo,_workhorsy_py-cpuinfo_commits.csv,workhorsy_py-cpuinfo_hullabaloo_README.md +Yoshimi_yoshimi.git,_Yoshimi_yoshimi.git_commits.csv,Yoshimi_yoshimi.git_hullabaloo_README.txt +psi-plus_psi-plus-l10n.git,_psi-plus_psi-plus-l10n.git_commits.csv,psi-plus_psi-plus-l10n.git_hullabaloo_README +ponty_easyprocess.git,_ponty_easyprocess.git_commits.csv,ponty_easyprocess.git_hullabaloo_README.rst +kilobyte_lz4json,kilobyte_lz4json_commits.csv,kilobyte_lz4json_hullabaloo_README +uriparser_uriparser.git,_uriparser_uriparser.git_commits.csv,uriparser_uriparser.git_hullabaloo_README.md +a-detiste_cruft-ng,a-detiste_cruft-ng_commits.csv,a-detiste_cruft-ng_hullabaloo_README.md +easystats_parameters.git,_easystats_parameters.git_commits.csv,easystats_parameters.git_hullabaloo_README.md +r-lib_devtools.git,_r-lib_devtools.git_commits.csv,r-lib_devtools.git_hullabaloo_README +klickety.git,klickety.git_commits.csv,klickety.git_hullabaloo_README +GNOME_accerciser,GNOME_accerciser_commits.csv,GNOME_accerciser_hullabaloo_README +sshuttle_sshuttle.git,_sshuttle_sshuttle.git_commits.csv,sshuttle_sshuttle.git_hullabaloo_README.md +libyal_libregf,_libyal_libregf_commits.csv,libyal_libregf_hullabaloo_README +predis_predis.git,_predis_predis.git_commits.csv,predis_predis.git_hullabaloo_README.markdown +MusicPlayerDaemon_libmpdclient,_MusicPlayerDaemon_libmpdclient_commits.csv,MusicPlayerDaemon_libmpdclient_hullabaloo_README +xlwings_jsondiff,_xlwings_jsondiff_commits.csv,xlwings_jsondiff_hullabaloo_README.md +pyproj4_pyproj.git,_pyproj4_pyproj.git_commits.csv,pyproj4_pyproj.git_hullabaloo_README.mingw +radare_valabind,_radare_valabind_commits.csv,radare_valabind_hullabaloo_README +jdunck_python-unicodecsv,_jdunck_python-unicodecsv_commits.csv,jdunck_python-unicodecsv_hullabaloo_README +OlafvdSpek_ctemplate.git,_OlafvdSpek_ctemplate.git_commits.csv,OlafvdSpek_ctemplate.git_hullabaloo_README +Yubico_yubikey-val-dpkg,Yubico_yubikey-val-dpkg_commits.csv,Yubico_yubikey-val-dpkg_hullabaloo_README.source +x42_libltc,_x42_libltc_commits.csv,x42_libltc_hullabaloo_README +GNOME_libgtop.git,GNOME_libgtop.git_commits.csv,GNOME_libgtop.git_hullabaloo_README +dsully_perl-crypt-cracklib.git,_dsully_perl-crypt-cracklib.git_commits.csv,dsully_perl-crypt-cracklib.git_hullabaloo_README +hassox_warden,_hassox_warden_commits.csv,hassox_warden_hullabaloo_README.textile +henrythasler_simple-image-reducer,_henrythasler_simple-image-reducer_commits.csv,henrythasler_simple-image-reducer_hullabaloo_README +fedora-infra_python-fedora,_fedora-infra_python-fedora_commits.csv,fedora-infra_python-fedora_hullabaloo_README +wfeldt_libx86emu,_wfeldt_libx86emu_commits.csv,wfeldt_libx86emu_hullabaloo_README +JamesHeinrich_getID3,_JamesHeinrich_getID3_commits.csv,JamesHeinrich_getID3_hullabaloo_README.md +mate-desktop_libmatekbd.git,_mate-desktop_libmatekbd.git_commits.csv,mate-desktop_libmatekbd.git_hullabaloo_README +cespare_reflex.git,_cespare_reflex.git_commits.csv,cespare_reflex.git_hullabaloo_README.md +jtzemp_base62.git,_jtzemp_base62.git_commits.csv,jtzemp_base62.git_hullabaloo_README.rdoc +PapirusDevelopmentTeam_adapta-kde.git,_PapirusDevelopmentTeam_adapta-kde.git_commits.csv,PapirusDevelopmentTeam_adapta-kde.git_hullabaloo_README.md +rlabduke_javadev.git,_rlabduke_javadev.git_commits.csv,rlabduke_javadev.git_hullabaloo_README +musl,musl_commits.csv,musl_hullabaloo_README +Swordfish90_cool-retro-term,_Swordfish90_cool-retro-term_commits.csv,Swordfish90_cool-retro-term_hullabaloo_README.md +flameshot-org_flameshot.git,_flameshot-org_flameshot.git_commits.csv,flameshot-org_flameshot.git_hullabaloo_README.md +direnv_direnv-deb,direnv_direnv-deb_commits.csv,direnv_direnv-deb_hullabaloo_README.md +Xaerxess_YAML-AppConfig,_Xaerxess_YAML-AppConfig_commits.csv,Xaerxess_YAML-AppConfig_hullabaloo_README.md +pytest-dev_execnet,_pytest-dev_execnet_commits.csv,pytest-dev_execnet_hullabaloo_README.txt +ojarva_python-sshpubkeys.git,_ojarva_python-sshpubkeys.git_commits.csv,ojarva_python-sshpubkeys.git_hullabaloo_README.rst +williamh_speechd-up.git,_williamh_speechd-up.git_commits.csv,williamh_speechd-up.git_hullabaloo_README +dascandy_hippomocks,_dascandy_hippomocks_commits.csv,dascandy_hippomocks_hullabaloo_README.md +ukui_ukui-menu,ukui_ukui-menu_commits.csv,ukui_ukui-menu_hullabaloo_README.md +darold_pgbadger.git,_darold_pgbadger.git_commits.csv,darold_pgbadger.git_hullabaloo_README +Exiv2_exiv2.git,_Exiv2_exiv2.git_commits.csv,Exiv2_exiv2.git_hullabaloo_README.make +lmanul_gimp-texturize.git,_lmanul_gimp-texturize.git_commits.csv,lmanul_gimp-texturize.git_hullabaloo_README +mopidy_mopidy-soundcloud,_mopidy_mopidy-soundcloud_commits.csv,mopidy_mopidy-soundcloud_hullabaloo_README.md +apache_activemq,_apache_activemq_commits.csv,apache_activemq_hullabaloo_README.txt +jcomellas_getopt,_jcomellas_getopt_commits.csv,jcomellas_getopt_hullabaloo_README.markdown +qutebrowser_qutebrowser-debian,qutebrowser_qutebrowser-debian_commits.csv,qutebrowser_qutebrowser-debian_hullabaloo_README.asciidoc +gitlab-org_ruby_gems_gitlab-mail_room.git,gitlab-org_ruby_gems_gitlab-mail_room.git_commits.csv,gitlab-org_ruby_gems_gitlab-mail_room.git_hullabaloo_README.md +horde_Data.git,_horde_Data.git_commits.csv,horde_Data.git_hullabaloo_README.rst +jonathanstowe_TermReadKey.git,_jonathanstowe_TermReadKey.git_commits.csv,jonathanstowe_TermReadKey.git_hullabaloo_README +tonsky_FiraCode.git,_tonsky_FiraCode.git_commits.csv,tonsky_FiraCode.git_hullabaloo_README.md +Kilian_Trimage,_Kilian_Trimage_commits.csv,Kilian_Trimage_hullabaloo_README.txt +Tlf_tlf.git,_Tlf_tlf.git_commits.csv,Tlf_tlf.git_hullabaloo_README +r-lib_callr.git,_r-lib_callr.git_commits.csv,r-lib_callr.git_hullabaloo_README.md +google_highwayhash,_google_highwayhash_commits.csv,google_highwayhash_hullabaloo_README +ribozz_sphinx-argparse,_ribozz_sphinx-argparse_commits.csv,ribozz_sphinx-argparse_hullabaloo_README.md +mrirecon_bart,_mrirecon_bart_commits.csv,mrirecon_bart_hullabaloo_README +mathiasbynens_regenerate-unicode-properties,_mathiasbynens_regenerate-unicode-properties_commits.csv,mathiasbynens_regenerate-unicode-properties_hullabaloo_README.md +jordansissel_xdotool.git,_jordansissel_xdotool.git_commits.csv,jordansissel_xdotool.git_hullabaloo_README +jackaudio_jack2.git,_jackaudio_jack2.git_commits.csv,jackaudio_jack2.git_hullabaloo_README.txt +libvirt_libvirt-python.git,libvirt_libvirt-python.git_commits.csv,libvirt_libvirt-python.git_hullabaloo_README +mheily_debian-packages,mheily_debian-packages_commits.csv,mheily_debian-packages_hullabaloo_README.md +linkcheck_linkchecker.git,_linkcheck_linkchecker.git_commits.csv,linkcheck_linkchecker.git_hullabaloo_README +seccomp_libseccomp,_seccomp_libseccomp_commits.csv,seccomp_libseccomp_hullabaloo_README +getlogbook_logbook.git,_getlogbook_logbook.git_commits.csv,getlogbook_logbook.git_hullabaloo_README +eikenb_terminal-colors,_eikenb_terminal-colors_commits.csv,eikenb_terminal-colors_hullabaloo_README.md +habnabit_vcversioner,_habnabit_vcversioner_commits.csv,habnabit_vcversioner_hullabaloo_README.rst +norbusan_debian-gwaei,norbusan_debian-gwaei_commits.csv,norbusan_debian-gwaei_hullabaloo_README.source +plasma_bluedevil.git,plasma_bluedevil.git_commits.csv,plasma_bluedevil.git_hullabaloo_README +apache_logging-log4cxx.git,_apache_logging-log4cxx.git_commits.csv,apache_logging-log4cxx.git_hullabaloo_README +hturner_gnm.git,_hturner_gnm.git_commits.csv,hturner_gnm.git_hullabaloo_README.md +lxde_lxde-icon-theme,_lxde_lxde-icon-theme_commits.csv,lxde_lxde-icon-theme_hullabaloo_README +ThomasHabets_arping,_ThomasHabets_arping_commits.csv,ThomasHabets_arping_hullabaloo_README +dbry_WavPack,_dbry_WavPack_commits.csv,dbry_WavPack_hullabaloo_README +aio-libs_aiosmtpd,_aio-libs_aiosmtpd_commits.csv,aio-libs_aiosmtpd_hullabaloo_README.rst +mschilli_cache-historical-perl.git,_mschilli_cache-historical-perl.git_commits.csv,mschilli_cache-historical-perl.git_hullabaloo_README +NOAA-PMEL_PyFerret.git,_NOAA-PMEL_PyFerret.git_commits.csv,NOAA-PMEL_PyFerret.git_hullabaloo_README +SecureAuthCorp_impacket.git,_SecureAuthCorp_impacket.git_commits.csv,SecureAuthCorp_impacket.git_hullabaloo_README +JonnyJD_musicbrainz-isrcsubmit,_JonnyJD_musicbrainz-isrcsubmit_commits.csv,JonnyJD_musicbrainz-isrcsubmit_hullabaloo_README.md +RubyCrypto_rbnacl,_RubyCrypto_rbnacl_commits.csv,RubyCrypto_rbnacl_hullabaloo_README.md +hakaishi_nobleNote,hakaishi_nobleNote_commits.csv,hakaishi_nobleNote_hullabaloo_README +nichtich_Catmandu-Wikidata.git,_nichtich_Catmandu-Wikidata.git_commits.csv,nichtich_Catmandu-Wikidata.git_hullabaloo_README.md +cesbit_libcleri.git,_cesbit_libcleri.git_commits.csv,cesbit_libcleri.git_hullabaloo_README.md +ARPA-SIMC_wreport,ARPA-SIMC_wreport_commits.csv,ARPA-SIMC_wreport_hullabaloo_README +go-yaml_yaml.git,_go-yaml_yaml.git_commits.csv,go-yaml_yaml.git_hullabaloo_README +fbb-git_flexcpp.git,fbb-git_flexcpp.git_commits.csv,fbb-git_flexcpp.git_hullabaloo_README.options +astropy_astropy-helpers,_astropy_astropy-helpers_commits.csv,astropy_astropy-helpers_hullabaloo_README.rst +potatosalad_erlang-jose.git,_potatosalad_erlang-jose.git_commits.csv,potatosalad_erlang-jose.git_hullabaloo_README.md +carlodefalco_octave-mpi,_carlodefalco_octave-mpi_commits.csv,carlodefalco_octave-mpi_hullabaloo_README.md +borgbackup_borg.git,_borgbackup_borg.git_commits.csv,borgbackup_borg.git_hullabaloo_README +supercollider_sc3-plugins,_supercollider_sc3-plugins_commits.csv,supercollider_sc3-plugins_hullabaloo_README.rtf +ruby-ldap_ruby-net-ldap.git,_ruby-ldap_ruby-net-ldap.git_commits.csv,ruby-ldap_ruby-net-ldap.git_hullabaloo_README +onetrueawk_awk,_onetrueawk_awk_commits.csv,onetrueawk_awk_hullabaloo_README +collective_icalendar,_collective_icalendar_commits.csv,collective_icalendar_hullabaloo_README.txt +python-dugong_python-dugong.git,_python-dugong_python-dugong.git_commits.csv,python-dugong_python-dugong.git_hullabaloo_README +vim-airline_vim-airline.git,_vim-airline_vim-airline.git_commits.csv,vim-airline_vim-airline.git_hullabaloo_README.md +jackfranklin_gulp-load-plugins,_jackfranklin_gulp-load-plugins_commits.csv,jackfranklin_gulp-load-plugins_hullabaloo_README.md +savonet_ocaml-flac.git,_savonet_ocaml-flac.git_commits.csv,savonet_ocaml-flac.git_hullabaloo_README +jorol_Catmandu-MAB2.git,_jorol_Catmandu-MAB2.git_commits.csv,jorol_Catmandu-MAB2.git_hullabaloo_README.md +Syndace_python-xeddsa,_Syndace_python-xeddsa_commits.csv,Syndace_python-xeddsa_hullabaloo_README.md +SCons_scons,_SCons_scons_commits.csv,SCons_scons_hullabaloo_README +compuphase_minIni,_compuphase_minIni_commits.csv,compuphase_minIni_hullabaloo_README.md +digitalbazaar_pyld,_digitalbazaar_pyld_commits.csv,digitalbazaar_pyld_hullabaloo_README +meduketto_iksemel,_meduketto_iksemel_commits.csv,meduketto_iksemel_hullabaloo_README +pim_zanshin.git,pim_zanshin.git_commits.csv,pim_zanshin.git_hullabaloo_README.md +jonschlinkert_is-glob,_jonschlinkert_is-glob_commits.csv,jonschlinkert_is-glob_hullabaloo_README.md +eugmes_fntsample.git,_eugmes_fntsample.git_commits.csv,eugmes_fntsample.git_hullabaloo_README.rst +php-fig_cache.git,_php-fig_cache.git_commits.csv,php-fig_cache.git_hullabaloo_README.md +honza_vim-snippets.git,_honza_vim-snippets.git_commits.csv,honza_vim-snippets.git_hullabaloo_README.md +tduehr_omniauth-cas3,_tduehr_omniauth-cas3_commits.csv,tduehr_omniauth-cas3_hullabaloo_README +scottdraves_flam3,_scottdraves_flam3_commits.csv,scottdraves_flam3_hullabaloo_README.md +sacerdot_ocaml-http.git,_sacerdot_ocaml-http.git_commits.csv,sacerdot_ocaml-http.git_hullabaloo_README +rsms_inter,_rsms_inter_commits.csv,rsms_inter_hullabaloo_README.md +gitpython-developers_smmap,_gitpython-developers_smmap_commits.csv,gitpython-developers_smmap_hullabaloo_README.rst +boynux_squid-exporter,_boynux_squid-exporter_commits.csv,boynux_squid-exporter_hullabaloo_README.rst +kbandla_dpkt,_kbandla_dpkt_commits.csv,kbandla_dpkt_hullabaloo_README +libyal_libevtx,_libyal_libevtx_commits.csv,libyal_libevtx_hullabaloo_README +ruby-concurrency_concurrent-ruby.git,_ruby-concurrency_concurrent-ruby.git_commits.csv,ruby-concurrency_concurrent-ruby.git_hullabaloo_README.md +csound_csound.git,_csound_csound.git_commits.csv,csound_csound.git_hullabaloo_README +intridea_omniauth-openid,_intridea_omniauth-openid_commits.csv,intridea_omniauth-openid_hullabaloo_README.rdoc +composer_composer,_composer_composer_commits.csv,composer_composer_hullabaloo_README.md +twisted_constantly.git,_twisted_constantly.git_commits.csv,twisted_constantly.git_hullabaloo_README.rst +GostCrypt_linux-crypto.git,_GostCrypt_linux-crypto.git_commits.csv,GostCrypt_linux-crypto.git_hullabaloo_README +GNOME_gtranslator.git,GNOME_gtranslator.git_commits.csv,GNOME_gtranslator.git_hullabaloo_README +silnrsi_graphite.git,_silnrsi_graphite.git_commits.csv,silnrsi_graphite.git_hullabaloo_README +poizon_HTML-Clean.git,_poizon_HTML-Clean.git_commits.csv,poizon_HTML-Clean.git_hullabaloo_README +kgoldrunner.git,kgoldrunner.git_commits.csv,kgoldrunner.git_hullabaloo_README +pothosware_SoapyOsmo.git,_pothosware_SoapyOsmo.git_commits.csv,pothosware_SoapyOsmo.git_hullabaloo_README.md +codership_galera,_codership_galera_commits.csv,codership_galera_hullabaloo_README +markov2_perl5-XML-Compile-WSDL11,_markov2_perl5-XML-Compile-WSDL11_commits.csv,markov2_perl5-XML-Compile-WSDL11_hullabaloo_README.md +ganglia_ganglia-modules-linux.git,_ganglia_ganglia-modules-linux.git_commits.csv,ganglia_ganglia-modules-linux.git_hullabaloo_README +requirejs_r.js.git,_requirejs_r.js.git_commits.csv,requirejs_r.js.git_hullabaloo_README +chaijs_chai,_chaijs_chai_commits.csv,chaijs_chai_hullabaloo_README.md +hoehrmann_XML-SAX-Expat,_hoehrmann_XML-SAX-Expat_commits.csv,hoehrmann_XML-SAX-Expat_hullabaloo_README +kamorin_DHCPig,_kamorin_DHCPig_commits.csv,kamorin_DHCPig_hullabaloo_README +BIC-MNI_libminc.git,_BIC-MNI_libminc.git_commits.csv,BIC-MNI_libminc.git_hullabaloo_README +danieljprice_giza,_danieljprice_giza_commits.csv,danieljprice_giza_hullabaloo_README +Debian_dh-make-golang.git,_Debian_dh-make-golang.git_commits.csv,Debian_dh-make-golang.git_hullabaloo_README.md +staging_dune-uggrid,staging_dune-uggrid_commits.csv,staging_dune-uggrid_hullabaloo_README +ocsigen_lwt.git,_ocsigen_lwt.git_commits.csv,ocsigen_lwt.git_hullabaloo_README +mathjax_MathJax,_mathjax_MathJax_commits.csv,mathjax_MathJax_hullabaloo_README.txt +xelerance_xl2tpd,xelerance_xl2tpd_commits.csv,xelerance_xl2tpd_hullabaloo_README +pytest-dev_py.git,_pytest-dev_py.git_commits.csv,pytest-dev_py.git_hullabaloo_README.txt +keras-team_keras,_keras-team_keras_commits.csv,keras-team_keras_hullabaloo_README.md +niwinz_django-jinja,_niwinz_django-jinja_commits.csv,niwinz_django-jinja_hullabaloo_README +dbus_dbus-python,dbus_dbus-python_commits.csv,dbus_dbus-python_hullabaloo_README +conserver_conserver.git,_conserver_conserver.git_commits.csv,conserver_conserver.git_hullabaloo_README +parklab_nozzle.git,_parklab_nozzle.git_commits.csv,parklab_nozzle.git_hullabaloo_README.md +thoughtbot_shoulda-context,_thoughtbot_shoulda-context_commits.csv,thoughtbot_shoulda-context_hullabaloo_README +thestk_rtmidi.git,_thestk_rtmidi.git_commits.csv,thestk_rtmidi.git_hullabaloo_README.md +lmfit_lmfit-py,_lmfit_lmfit-py_commits.csv,lmfit_lmfit-py_hullabaloo_README.TXT +shibatch_sleef.git,_shibatch_sleef.git_commits.csv,shibatch_sleef.git_hullabaloo_README +ietf-tools_xml2rfc.git,_ietf-tools_xml2rfc.git_commits.csv,ietf-tools_xml2rfc.git_hullabaloo_README.xml +LedgerHQ_btchip-python.git,_LedgerHQ_btchip-python.git_commits.csv,LedgerHQ_btchip-python.git_hullabaloo_README.md +bgoglin_llgal,bgoglin_llgal_commits.csv,bgoglin_llgal_hullabaloo_README +jarus_flask-testing,_jarus_flask-testing_commits.csv,jarus_flask-testing_hullabaloo_README +python-ldap_python-ldap,_python-ldap_python-ldap_commits.csv,python-ldap_python-ldap_hullabaloo_README +dottedmag_archmage,_dottedmag_archmage_commits.csv,dottedmag_archmage_hullabaloo_README +aresch_rencode.git,_aresch_rencode.git_commits.csv,aresch_rencode.git_hullabaloo_README +sebastianbergmann_php-code-coverage,_sebastianbergmann_php-code-coverage_commits.csv,sebastianbergmann_php-code-coverage_hullabaloo_README.markdown +SELinuxProject_selinux.git,_SELinuxProject_selinux.git_commits.csv,SELinuxProject_selinux.git_hullabaloo_README +plasma_breeze-plymouth.git,plasma_breeze-plymouth.git_commits.csv,plasma_breeze-plymouth.git_hullabaloo_README +kodi-pvr_pvr.hdhomerun.git,_kodi-pvr_pvr.hdhomerun.git_commits.csv,kodi-pvr_pvr.hdhomerun.git_hullabaloo_README.md +rmohr_static3,_rmohr_static3_commits.csv,rmohr_static3_hullabaloo_README +TimoFreiberg_bultitude.git,_TimoFreiberg_bultitude.git_commits.csv,TimoFreiberg_bultitude.git_hullabaloo_README.md +pub_scm_linux_kernel_git_jaegeuk_f2fs-tools.git,pub_scm_linux_kernel_git_jaegeuk_f2fs-tools.git_commits.csv,pub_scm_linux_kernel_git_jaegeuk_f2fs-tools.git_hullabaloo_README +unixabg_remaster-iso,unixabg_remaster-iso_commits.csv,unixabg_remaster-iso_hullabaloo_README.md +mikeboers_PyMemoize,_mikeboers_PyMemoize_commits.csv,mikeboers_PyMemoize_hullabaloo_README.md +eonpatapon_mpDris2.git,_eonpatapon_mpDris2.git_commits.csv,eonpatapon_mpDris2.git_hullabaloo_README +radsecproxy_radsecproxy.git,_radsecproxy_radsecproxy.git_commits.csv,radsecproxy_radsecproxy.git_hullabaloo_README +guzzle_psr7,_guzzle_psr7_commits.csv,guzzle_psr7_hullabaloo_README.md +mvo5_synaptic,mvo5_synaptic_commits.csv,mvo5_synaptic_hullabaloo_README.scripting +mongodb_mongo-c-driver,mongodb_mongo-c-driver_commits.csv,mongodb_mongo-c-driver_hullabaloo_README +tkem_cachetools,_tkem_cachetools_commits.csv,tkem_cachetools_hullabaloo_README.rst +tuxor1337_hidetopbar,tuxor1337_hidetopbar_commits.csv,tuxor1337_hidetopbar_hullabaloo_README +suretec_Message-Passing.git,_suretec_Message-Passing.git_commits.csv,suretec_Message-Passing.git_hullabaloo_README +pallets_click.git,_pallets_click.git_commits.csv,pallets_click.git_hullabaloo_README +mati75_obconf-debian.git,mati75_obconf-debian.git_commits.csv,mati75_obconf-debian.git_hullabaloo_README +ionos-cloud_netconsole,_ionos-cloud_netconsole_commits.csv,ionos-cloud_netconsole_hullabaloo_README.md +Debian_debiman.git,_Debian_debiman.git_commits.csv,Debian_debiman.git_hullabaloo_README.md +SteScho_manubulon-snmp.git,_SteScho_manubulon-snmp.git_commits.csv,SteScho_manubulon-snmp.git_hullabaloo_README +pgpartman_pg_partman.git,_pgpartman_pg_partman.git_commits.csv,pgpartman_pg_partman.git_hullabaloo_README.md +OpenArena_gamecode,_OpenArena_gamecode_commits.csv,OpenArena_gamecode_hullabaloo_README +ktbyers_netmiko,_ktbyers_netmiko_commits.csv,ktbyers_netmiko_hullabaloo_README.md +mmottl_res,_mmottl_res_commits.csv,mmottl_res_hullabaloo_README +xorg_lib_libxext.git,xorg_lib_libxext.git_commits.csv,xorg_lib_libxext.git_hullabaloo_README +sdgathman_pysrs.git,_sdgathman_pysrs.git_commits.csv,sdgathman_pysrs.git_hullabaloo_README.md +wireghoul_doona,_wireghoul_doona_commits.csv,wireghoul_doona_hullabaloo_README +mogaal_libpod-webserver-perl,mogaal_libpod-webserver-perl_commits.csv,mogaal_libpod-webserver-perl_hullabaloo_README +SoundScapeRenderer_ssr,_SoundScapeRenderer_ssr_commits.csv,SoundScapeRenderer_ssr_hullabaloo_README.md +erikkaashoek_Comskip.git,_erikkaashoek_Comskip.git_commits.csv,erikkaashoek_Comskip.git_hullabaloo_README.txt +mudge_re2.git,_mudge_re2.git_commits.csv,mudge_re2.git_hullabaloo_README.md +drforr_perl6-readline.git,_drforr_perl6-readline.git_commits.csv,drforr_perl6-readline.git_hullabaloo_README.md +Anorov_PySocks,_Anorov_PySocks_commits.csv,Anorov_PySocks_hullabaloo_README +libyal_libvmdk.git,_libyal_libvmdk.git_commits.csv,libyal_libvmdk.git_hullabaloo_README +20kly_20kly.git,_20kly_20kly.git_commits.csv,20kly_20kly.git_hullabaloo_README +intel_ledmon,_intel_ledmon_commits.csv,intel_ledmon_hullabaloo_README +kennethreitz_clint,_kennethreitz_clint_commits.csv,kennethreitz_clint_hullabaloo_README +adelton_mod_authnz_pam.git,_adelton_mod_authnz_pam.git_commits.csv,adelton_mod_authnz_pam.git_hullabaloo_README +wanderlust_wanderlust,_wanderlust_wanderlust_commits.csv,wanderlust_wanderlust_hullabaloo_README.ja +GNOME_goocanvas,GNOME_goocanvas_commits.csv,GNOME_goocanvas_hullabaloo_README +pub_scm_libs_ieee1394_libhinawa.git,pub_scm_libs_ieee1394_libhinawa.git_commits.csv,pub_scm_libs_ieee1394_libhinawa.git_hullabaloo_README +skorokithakis_shortuuid.git,_skorokithakis_shortuuid.git_commits.csv,skorokithakis_shortuuid.git_hullabaloo_README.rst +telegramdesktop_tdesktop.git,_telegramdesktop_tdesktop.git_commits.csv,telegramdesktop_tdesktop.git_hullabaloo_README.md +hashcat_princeprocessor.git,_hashcat_princeprocessor.git_commits.csv,hashcat_princeprocessor.git_hullabaloo_README.md +sebastianbergmann_php-timer,_sebastianbergmann_php-timer_commits.csv,sebastianbergmann_php-timer_hullabaloo_README.markdown +varietywalls_variety.git,_varietywalls_variety.git_commits.csv,varietywalls_variety.git_hullabaloo_README.md +SELinuxProject_selinux,_SELinuxProject_selinux_commits.csv,SELinuxProject_selinux_hullabaloo_README +ubaldus_eja,ubaldus_eja_commits.csv,ubaldus_eja_hullabaloo_README +jmtd_wadc,jmtd_wadc_commits.csv,jmtd_wadc_hullabaloo_README.md +wojtekka_6tunnel,_wojtekka_6tunnel_commits.csv,wojtekka_6tunnel_hullabaloo_README +crosswire-bible-society_nave,crosswire-bible-society_nave_commits.csv,crosswire-bible-society_nave_hullabaloo_README.md +ParaFly_ParaFly,_ParaFly_ParaFly_commits.csv,ParaFly_ParaFly_hullabaloo_README.md +ipython_ipykernel.git,_ipython_ipykernel.git_commits.csv,ipython_ipykernel.git_hullabaloo_README.md +calamares_calamares.git,_calamares_calamares.git_commits.csv,calamares_calamares.git_hullabaloo_README.md +jwilk_i18nspector,_jwilk_i18nspector_commits.csv,jwilk_i18nspector_hullabaloo_README +osantana_dicteval.git,_osantana_dicteval.git_commits.csv,osantana_dicteval.git_hullabaloo_README.rst +testing-cabal_systemfixtures.git,_testing-cabal_systemfixtures.git_commits.csv,testing-cabal_systemfixtures.git_hullabaloo_README.rst +grantma_dms,grantma_dms_commits.csv,grantma_dms_hullabaloo_README.postgresql +doctrine_instantiator,_doctrine_instantiator_commits.csv,doctrine_instantiator_hullabaloo_README.md +whipper-team_whipper.git,_whipper-team_whipper.git_commits.csv,whipper-team_whipper.git_hullabaloo_README +lxqt_lxqt-policykit.git,_lxqt_lxqt-policykit.git_commits.csv,lxqt_lxqt-policykit.git_hullabaloo_README.md +astropy_ccdproc.git,_astropy_ccdproc.git_commits.csv,astropy_ccdproc.git_hullabaloo_README.rst +ReFirmLabs_binwalk,_ReFirmLabs_binwalk_commits.csv,ReFirmLabs_binwalk_hullabaloo_README.md +babelouest_yder,_babelouest_yder_commits.csv,babelouest_yder_hullabaloo_8md.html +8bitbubsy_ft2-clone,_8bitbubsy_ft2-clone_commits.csv,8bitbubsy_ft2-clone_hullabaloo_README.md +jglobus_JGlobus,_jglobus_JGlobus_commits.csv,jglobus_JGlobus_hullabaloo_README.textile +rtsisyk_msgpuck,rtsisyk_msgpuck_commits.csv,rtsisyk_msgpuck_hullabaloo_README.md +GNOME_libwnck,GNOME_libwnck_commits.csv,GNOME_libwnck_hullabaloo_README +weaverba137_pydl,_weaverba137_pydl_commits.csv,weaverba137_pydl_hullabaloo_README.txt +FasterXML_jackson-dataformat-yaml.git,_FasterXML_jackson-dataformat-yaml.git_commits.csv,FasterXML_jackson-dataformat-yaml.git_hullabaloo_README.md +gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org_gitlab-gollum-rugged_adapter_commits.csv,gitlab-org_gitlab-gollum-rugged_adapter_hullabaloo_README.md +flonatel_pipexec.git,_flonatel_pipexec.git_commits.csv,flonatel_pipexec.git_hullabaloo_README.md +codeinthehole_purl,_codeinthehole_purl_commits.csv,codeinthehole_purl_hullabaloo_README.rst +Keruspe_GPaste,_Keruspe_GPaste_commits.csv,Keruspe_GPaste_hullabaloo_README +linux-rdma_rdma-core,linux-rdma_rdma-core_commits.csv,linux-rdma_rdma-core_hullabaloo_README +pstavirs_ostinato,_pstavirs_ostinato_commits.csv,pstavirs_ostinato_hullabaloo_README.txt +clbr_radeontop.git,_clbr_radeontop.git_commits.csv,clbr_radeontop.git_hullabaloo_README.md +rjbs_IPC-Run3.git,_rjbs_IPC-Run3.git_commits.csv,rjbs_IPC-Run3.git_hullabaloo_README +greenbone_gvmd,_greenbone_gvmd_commits.csv,greenbone_gvmd_hullabaloo_README +njh_twolame,_njh_twolame_commits.csv,njh_twolame_hullabaloo_README +GNOME_libgnomekbd.git,GNOME_libgnomekbd.git_commits.csv,GNOME_libgnomekbd.git_hullabaloo_README +debian-tex_texworks,debian-tex_texworks_commits.csv,debian-tex_texworks-manual_hullabaloo_README.md +caolan_async,_caolan_async_commits.csv,caolan_async_hullabaloo_README.md +anarcat_tty-clock,anarcat_tty-clock_commits.csv,anarcat_tty-clock_hullabaloo_README +paragonie_constant_time_encoding,_paragonie_constant_time_encoding_commits.csv,paragonie_constant_time_encoding_hullabaloo_README.md +katajakasa_SDL_kitchensink,_katajakasa_SDL_kitchensink_commits.csv,katajakasa_SDL_kitchensink_hullabaloo_README.md +picmi.git,picmi.git_commits.csv,picmi.git_hullabaloo_README +nojhan_liquidprompt.git,_nojhan_liquidprompt.git_commits.csv,nojhan_liquidprompt.git_hullabaloo_README.md +voyageur_wmsysmon.git,_voyageur_wmsysmon.git_commits.csv,voyageur_wmsysmon.git_hullabaloo_README +garrigue_labltk.git,_garrigue_labltk.git_commits.csv,garrigue_labltk.git_hullabaloo_README +mapbox_cligj.git,_mapbox_cligj.git_commits.csv,mapbox_cligj.git_hullabaloo_README.rst +cracklib_cracklib.git,_cracklib_cracklib.git_commits.csv,cracklib_cracklib.git_hullabaloo_README +pear_Crypt_GPG.git,_pear_Crypt_GPG.git_commits.csv,pear_Crypt_GPG.git_hullabaloo_README +tcolar_wmfrog,_tcolar_wmfrog_commits.csv,tcolar_wmfrog_hullabaloo_README.md +saz_puppet-memcached,_saz_puppet-memcached_commits.csv,saz_puppet-memcached_hullabaloo_README.md +private-face_jquery.fullscreen,_private-face_jquery.fullscreen_commits.csv,private-face_jquery.fullscreen_hullabaloo_README.textile +bpython_bpython.git,_bpython_bpython.git_commits.csv,bpython_bpython.git_hullabaloo_README +compiz_simple-ccsm.git,compiz_simple-ccsm.git_commits.csv,compiz_simple-ccsm.git_hullabaloo_README +yob_pdf-reader,_yob_pdf-reader_commits.csv,yob_pdf-reader_hullabaloo_README +Raku_nqp.git,_Raku_nqp.git_commits.csv,Raku_nqp.git_hullabaloo_README +yappo_p5-String-Diff.git,_yappo_p5-String-Diff.git_commits.csv,yappo_p5-String-Diff.git_hullabaloo_README +dvarrazzo_py-setproctitle,_dvarrazzo_py-setproctitle_commits.csv,dvarrazzo_py-setproctitle_hullabaloo_README +OpenPrinting_cups,_OpenPrinting_cups_commits.csv,OpenPrinting_cups_hullabaloo_README.txt +ruby-gnome_ruby-gnome.git,_ruby-gnome_ruby-gnome.git_commits.csv,ruby-gnome_ruby-gnome.git_hullabaloo_README +comotion_cpm,comotion_cpm_commits.csv,comotion_cpm_hullabaloo_README +dbr_tvdb_api.git,_dbr_tvdb_api.git_commits.csv,dbr_tvdb_api.git_hullabaloo_README.md +jquery_sizzle.git,_jquery_sizzle.git_commits.csv,jquery_sizzle.git_hullabaloo_README +x90skysn3k_brutespray,_x90skysn3k_brutespray_commits.csv,x90skysn3k_brutespray_hullabaloo_README.md +gap-packages_sonata.git,_gap-packages_sonata.git_commits.csv,gap-packages_sonata.git_hullabaloo_README.sonata +ActiveState_appdirs.git,_ActiveState_appdirs.git_commits.csv,ActiveState_appdirs.git_hullabaloo_README.md +a-detiste_cruft,a-detiste_cruft_commits.csv,a-detiste_cruft_hullabaloo_README +elves_elvish.git,_elves_elvish.git_commits.csv,elves_elvish.git_hullabaloo_README.md +horde_turba.git,_horde_turba.git_commits.csv,horde_turba.git_hullabaloo_README +jasondavies_science.js.git,_jasondavies_science.js.git_commits.csv,jasondavies_science.js.git_hullabaloo_README.md +fbb-git_gpg-remailer,fbb-git_gpg-remailer_commits.csv,fbb-git_gpg-remailer_hullabaloo_README +johanmattssonm_birdfont.git,_johanmattssonm_birdfont.git_commits.csv,johanmattssonm_birdfont.git_hullabaloo_README +dabeaz_ply,_dabeaz_ply_commits.csv,dabeaz_ply_hullabaloo_README +andialbrecht_sqlparse.git,_andialbrecht_sqlparse.git_commits.csv,andialbrecht_sqlparse.git_hullabaloo_README +suntong_dbab.git,_suntong_dbab.git_commits.csv,suntong_dbab.git_hullabaloo_README.md +paramiko_paramiko,_paramiko_paramiko_commits.csv,paramiko_paramiko_hullabaloo_README +pyxnat_pyxnat.git,_pyxnat_pyxnat.git_commits.csv,pyxnat_pyxnat.git_hullabaloo_README.txt +berke_wipe,_berke_wipe_commits.csv,berke_wipe_hullabaloo_README +apache_trafficserver,_apache_trafficserver_commits.csv,apache_trafficserver_hullabaloo_README +TicklishHoneyBee_nodau,_TicklishHoneyBee_nodau_commits.csv,TicklishHoneyBee_nodau_hullabaloo_README +sebastianbergmann_php-text-template,_sebastianbergmann_php-text-template_commits.csv,sebastianbergmann_php-text-template_hullabaloo_README.markdown +jnunemaker_crack,_jnunemaker_crack_commits.csv,jnunemaker_crack_hullabaloo_README.rdoc +debian-calibre_unrardll,debian-calibre_unrardll_commits.csv,debian-calibre_unrardll_hullabaloo_README.rst +SSSD_ding-libs,_SSSD_ding-libs_commits.csv,SSSD_ding-libs_hullabaloo_README +aws_aws-xray-sdk-python,_aws_aws-xray-sdk-python_commits.csv,aws_aws-xray-sdk-python_hullabaloo_README.md +pypr_pysph,_pypr_pysph_commits.csv,pypr_pysph_hullabaloo_README.md +innir_gtranscribe,_innir_gtranscribe_commits.csv,innir_gtranscribe_hullabaloo_README +janlelis_paint.git,_janlelis_paint.git_commits.csv,janlelis_paint.git_hullabaloo_README.rdoc +JDimproved_JDim.git,_JDimproved_JDim.git_commits.csv,JDimproved_JDim.git_hullabaloo_README +mogaal_sendemail,mogaal_sendemail_commits.csv,mogaal_sendemail_hullabaloo_README-BR.txt +pear_Mail_Mime.git,_pear_Mail_Mime.git_commits.csv,pear_Mail_Mime.git_hullabaloo_README +borntyping_python-colorlog.git,_borntyping_python-colorlog.git_commits.csv,borntyping_python-colorlog.git_hullabaloo_README.rst +a2o_snoopy,_a2o_snoopy_commits.csv,a2o_snoopy_hullabaloo_README-GIT-REPOSITORY-INFO.txt +ifcquery_ifcplusplus,_ifcquery_ifcplusplus_commits.csv,ifcquery_ifcplusplus_hullabaloo_README.md +pixel_hexedit.git,_pixel_hexedit.git_commits.csv,pixel_hexedit.git_hullabaloo_README.md +scikit-bio_scikit-bio,_scikit-bio_scikit-bio_commits.csv,scikit-bio_scikit-bio_hullabaloo_README.md +singmann_afex.git,_singmann_afex.git_commits.csv,singmann_afex.git_hullabaloo_README.md +kilobyte_ipmctl,kilobyte_ipmctl_commits.csv,kilobyte_ipmctl_hullabaloo_README.md +juba_scatterD3.git,_juba_scatterD3.git_commits.csv,juba_scatterD3.git_hullabaloo_README.md +spyder-ide_qtawesome,_spyder-ide_qtawesome_commits.csv,spyder-ide_qtawesome_hullabaloo_README.md +Rup0rt_netmate,_Rup0rt_netmate_commits.csv,Rup0rt_netmate_hullabaloo_README +pim_kpkpass,pim_kpkpass_commits.csv,pim_kpkpass_hullabaloo_README.md +shesek_iferr,_shesek_iferr_commits.csv,shesek_iferr_hullabaloo_README.md +BioPP_bpp-popgen,_BioPP_bpp-popgen_commits.csv,BioPP_bpp-popgen_hullabaloo_README.md +andrewleech_PyWebDAV3.git,_andrewleech_PyWebDAV3.git_commits.csv,andrewleech_PyWebDAV3.git_hullabaloo_README +sqlalchemyorg_sphinx-paramlinks,_sqlalchemyorg_sphinx-paramlinks_commits.csv,sqlalchemyorg_sphinx-paramlinks_hullabaloo_README.rst +pallets_flask,_pallets_flask_commits.csv,pallets_flask_hullabaloo_README +metlov_cycle.git,_metlov_cycle.git_commits.csv,metlov_cycle.git_hullabaloo_ru.html +puppetlabs_facter.git,_puppetlabs_facter.git_commits.csv,puppetlabs_facter.git_hullabaloo_README +elasticsearch_curator.git,_elasticsearch_curator.git_commits.csv,elasticsearch_curator.git_hullabaloo_README.md +pali_0xFFFF,_pali_0xFFFF_commits.csv,pali_0xFFFF_hullabaloo_README +cleder_fastkml,_cleder_fastkml_commits.csv,cleder_fastkml_hullabaloo_README.rst +mcmtroffaes_sphinxcontrib-bibtex.git,_mcmtroffaes_sphinxcontrib-bibtex.git_commits.csv,mcmtroffaes_sphinxcontrib-bibtex.git_hullabaloo_README +gotcha_ipdb,_gotcha_ipdb_commits.csv,gotcha_ipdb_hullabaloo_README.txt +kmx_perl-Crypt-OpenSSL-Bignum.git,_kmx_perl-Crypt-OpenSSL-Bignum.git_commits.csv,kmx_perl-Crypt-OpenSSL-Bignum.git_hullabaloo_README +leggewie-DM_gjots2,leggewie-DM_gjots2_commits.csv,leggewie-DM_gjots2_hullabaloo_README +scrapy_w3lib.git,_scrapy_w3lib.git_commits.csv,scrapy_w3lib.git_hullabaloo_README.rst +jeancroy_fuzzaldrin-plus,_jeancroy_fuzzaldrin-plus_commits.csv,jeancroy_fuzzaldrin-plus_hullabaloo_README.md +jmcnamara_XlsxWriter,_jmcnamara_XlsxWriter_commits.csv,jmcnamara_XlsxWriter_hullabaloo_README.txt +fluxbox_fbpager,_fluxbox_fbpager_commits.csv,fluxbox_fbpager_hullabaloo_README +mjambon_cppo.git,_mjambon_cppo.git_commits.csv,mjambon_cppo.git_hullabaloo_README +explosion_murmurhash,_explosion_murmurhash_commits.csv,explosion_murmurhash_hullabaloo_README.rst +formorer_pkg-ipvsadm,formorer_pkg-ipvsadm_commits.csv,formorer_pkg-ipvsadm_hullabaloo_README +spanezz_django-housekeeping.git,_spanezz_django-housekeeping.git_commits.csv,spanezz_django-housekeeping.git_hullabaloo_README.md +traviscross_mtr,_traviscross_mtr_commits.csv,traviscross_mtr_hullabaloo_README +gulpjs_glob-stream,_gulpjs_glob-stream_commits.csv,gulpjs_glob-stream_hullabaloo_README.md +michaelrsweet_htmldoc.git,_michaelrsweet_htmldoc.git_commits.csv,michaelrsweet_htmldoc.git_hullabaloo_README +hapijs_code.git,_hapijs_code.git_commits.csv,hapijs_code.git_hullabaloo_README.md +ncbi_ncbi-vdb,_ncbi_ncbi-vdb_commits.csv,ncbi_ncbi-vdb_hullabaloo_README-wget.txt +mapserver_mapcache.git,_mapserver_mapcache.git_commits.csv,mapserver_mapcache.git_hullabaloo_README +Codra-Ingenierie-Informatique_guidata,_Codra-Ingenierie-Informatique_guidata_commits.csv,Codra-Ingenierie-Informatique_guidata_hullabaloo_README +rfjakob_earlyoom,_rfjakob_earlyoom_commits.csv,rfjakob_earlyoom_hullabaloo_README.md +projectM-visualizer_projectm.git,_projectM-visualizer_projectm.git_commits.csv,projectM-visualizer_projectm.git_hullabaloo_README +theseer_phpdox,_theseer_phpdox_commits.csv,theseer_phpdox_hullabaloo_README.markdown +py-pdf_pypdf,_py-pdf_pypdf_commits.csv,py-pdf_pypdf_hullabaloo_README +naihe2010_apvlv,_naihe2010_apvlv_commits.csv,naihe2010_apvlv_hullabaloo_README +Maproom_qmapshack.git,_Maproom_qmapshack.git_commits.csv,Maproom_qmapshack.git_hullabaloo_README.md +lxqt_libqtxdg.git,_lxqt_libqtxdg.git_commits.csv,lxqt_libqtxdg.git_hullabaloo_README +txt2tags_txt2tags.git,_txt2tags_txt2tags.git_commits.csv,txt2tags_txt2tags.git_hullabaloo_README.md +hoytech_vmtouch,_hoytech_vmtouch_commits.csv,hoytech_vmtouch_hullabaloo_README +rstudio_rmarkdown,_rstudio_rmarkdown_commits.csv,rstudio_rmarkdown_hullabaloo_README.md +nose-devs_nose.git,_nose-devs_nose.git_commits.csv,nose-devs_nose.git_hullabaloo_README.txt +marshmallow-code_flask-marshmallow.git,_marshmallow-code_flask-marshmallow.git_commits.csv,marshmallow-code_flask-marshmallow.git_hullabaloo_README.rst +horde_Image.git,_horde_Image.git_commits.csv,horde_Image.git_hullabaloo_README.rst +slicer69_sysvinit,_slicer69_sysvinit_commits.csv,slicer69_sysvinit_hullabaloo_README +python-otr_pure-python-otr,_python-otr_pure-python-otr_commits.csv,python-otr_pure-python-otr_hullabaloo_README +openpreserve_jpylyzer.git,_openpreserve_jpylyzer.git_commits.csv,openpreserve_jpylyzer.git_hullabaloo_README.md +resurrecting-open-source-projects_outguess,_resurrecting-open-source-projects_outguess_commits.csv,resurrecting-open-source-projects_outguess_hullabaloo_STIRMARK-README +ros_rospack.git,_ros_rospack.git_commits.csv,ros_rospack.git_hullabaloo_README.md +psb1558_Junicode-font,_psb1558_Junicode-font_commits.csv,psb1558_Junicode-font_hullabaloo_README +aio-libs_aiohttp-jinja2,_aio-libs_aiohttp-jinja2_commits.csv,aio-libs_aiohttp-jinja2_hullabaloo_README.md +horde_imp.git,_horde_imp.git_commits.csv,horde_imp.git_hullabaloo_README +FCS-analysis_multipletau,_FCS-analysis_multipletau_commits.csv,FCS-analysis_multipletau_hullabaloo_README.md +GNOME_geary.git,GNOME_geary.git_commits.csv,GNOME_geary.git_hullabaloo_README.rst +mathiasbynens_unicode-property-value-aliases.git,_mathiasbynens_unicode-property-value-aliases.git_commits.csv,mathiasbynens_unicode-property-value-aliases.git_hullabaloo_README.md +skvadrik_re2c,_skvadrik_re2c_commits.csv,skvadrik_re2c_hullabaloo_README +linuxaudio_a2jmidid.git,_linuxaudio_a2jmidid.git_commits.csv,linuxaudio_a2jmidid.git_hullabaloo_README +mgerhardy_caveexpress,_mgerhardy_caveexpress_commits.csv,mgerhardy_caveexpress_hullabaloo_README +pam_wrapper.git,pam_wrapper.git_commits.csv,pam_wrapper.git_hullabaloo_README.install +alols_xcape,_alols_xcape_commits.csv,alols_xcape_hullabaloo_README +charsbar_App-CPANTS-Lint.git,_charsbar_App-CPANTS-Lint.git_commits.csv,charsbar_App-CPANTS-Lint.git_hullabaloo_README +c-cube_gen.git,_c-cube_gen.git_commits.csv,c-cube_gen.git_hullabaloo_README.md +Teemu_pytest-sugar.git,_Teemu_pytest-sugar.git_commits.csv,Teemu_pytest-sugar.git_hullabaloo_README.rst +digininja_CeWL.git,_digininja_CeWL.git_commits.csv,digininja_CeWL.git_hullabaloo_README +libimobiledevice_usbmuxd,_libimobiledevice_usbmuxd_commits.csv,libimobiledevice_usbmuxd_hullabaloo_README +jettero_statistics--basic,_jettero_statistics--basic_commits.csv,jettero_statistics--basic_hullabaloo_README +openstreetmap_OSM-binary.git,_openstreetmap_OSM-binary.git_commits.csv,openstreetmap_OSM-binary.git_hullabaloo_README +jbj_magicrescue,_jbj_magicrescue_commits.csv,jbj_magicrescue_hullabaloo_README.recipes +benoitc_socketpool,_benoitc_socketpool_commits.csv,benoitc_socketpool_hullabaloo_README.rst +samtools_htsjdk.git,_samtools_htsjdk.git_commits.csv,samtools_htsjdk.git_hullabaloo_README.txt +coppit_mail-mbox-messageparser.git,_coppit_mail-mbox-messageparser.git_commits.csv,coppit_mail-mbox-messageparser.git_hullabaloo_README +kodi-pvr_pvr.dvbviewer.git,_kodi-pvr_pvr.dvbviewer.git_commits.csv,kodi-pvr_pvr.dvbviewer.git_hullabaloo_README.md +Unity-Technologies_qstat,_Unity-Technologies_qstat_commits.csv,Unity-Technologies_qstat_hullabaloo_README.txt +smarty-gettext_smarty-gettext.git,_smarty-gettext_smarty-gettext.git_commits.csv,smarty-gettext_smarty-gettext.git_hullabaloo_README +phpseclib_phpseclib.git,_phpseclib_phpseclib.git_commits.csv,phpseclib_phpseclib.git_hullabaloo_README.md +phaag_nfdump,_phaag_nfdump_commits.csv,phaag_nfdump_hullabaloo_README.md +jashkenas_coffeescript,_jashkenas_coffeescript_commits.csv,jashkenas_coffeescript_hullabaloo_README +OCL-DEV_ocl-icd.git,_OCL-DEV_ocl-icd.git_commits.csv,OCL-DEV_ocl-icd.git_hullabaloo_README +mchehab_zbar,_mchehab_zbar_commits.csv,mchehab_zbar_hullabaloo_README +purcell_ibuffer-projectile.git,_purcell_ibuffer-projectile.git_commits.csv,purcell_ibuffer-projectile.git_hullabaloo_README.md +scrottie_SOAP-WSDL,_scrottie_SOAP-WSDL_commits.csv,scrottie_SOAP-WSDL_hullabaloo_README +scikit-learn_scikit-learn.git,_scikit-learn_scikit-learn.git_commits.csv,scikit-learn_scikit-learn.git_hullabaloo_README +Pulse-Eight_libcec.git,_Pulse-Eight_libcec.git_commits.csv,Pulse-Eight_libcec.git_hullabaloo_README +Arachnid_pyqrencode.git,_Arachnid_pyqrencode.git_commits.csv,Arachnid_pyqrencode.git_hullabaloo_README.md +hynek_argon2-cffi,_hynek_argon2-cffi_commits.csv,hynek_argon2-cffi_hullabaloo_README.rst +intjelic_python-sfml,_intjelic_python-sfml_commits.csv,intjelic_python-sfml_hullabaloo_README.txt +drobilla_jalv.git,drobilla_jalv.git_commits.csv,drobilla_jalv.git_hullabaloo_README +accounts-sso_libaccounts-glib.git,accounts-sso_libaccounts-glib.git_commits.csv,accounts-sso_libaccounts-glib.git_hullabaloo_README +crsmithdev_arrow.git,_crsmithdev_arrow.git_commits.csv,crsmithdev_arrow.git_hullabaloo_README.rst +scrapy_parsel,_scrapy_parsel_commits.csv,scrapy_parsel_hullabaloo_README.rst +rdiff-backup_rdiff-backup.git,_rdiff-backup_rdiff-backup.git_commits.csv,rdiff-backup_rdiff-backup.git_hullabaloo_README +irstlm-team_irstlm.git,_irstlm-team_irstlm.git_commits.csv,irstlm-team_irstlm.git_hullabaloo_README.md +GNOME_genius,GNOME_genius_commits.csv,GNOME_genius_hullabaloo_README +kazuho_p5-Net-DNS-Lite.git,_kazuho_p5-Net-DNS-Lite.git_commits.csv,kazuho_p5-Net-DNS-Lite.git_hullabaloo_README +spyder-ide_qtpy,_spyder-ide_qtpy_commits.csv,spyder-ide_qtpy_hullabaloo_README.md +kevin1024_pytest-httpbin,_kevin1024_pytest-httpbin_commits.csv,kevin1024_pytest-httpbin_hullabaloo_README.rst +ThomasHabets_simple-tpm-pk11,_ThomasHabets_simple-tpm-pk11_commits.csv,ThomasHabets_simple-tpm-pk11_hullabaloo_README +steveicarus_iverilog,_steveicarus_iverilog_commits.csv,steveicarus_iverilog_hullabaloo_README.txt +pvanek_qlipper,_pvanek_qlipper_commits.csv,pvanek_qlipper_hullabaloo_README +garbas_vim-snipmate.git,_garbas_vim-snipmate.git_commits.csv,garbas_vim-snipmate.git_hullabaloo_README +cgohlke_tifffile.git,_cgohlke_tifffile.git_commits.csv,cgohlke_tifffile.git_hullabaloo_README.rst +bingos_module-install-readmefrompod.git,_bingos_module-install-readmefrompod.git_commits.csv,bingos_module-install-readmefrompod.git_hullabaloo_README +thoughtbot_shoulda-matchers,_thoughtbot_shoulda-matchers_commits.csv,thoughtbot_shoulda-matchers_hullabaloo_README +libxsmm_libxsmm,_libxsmm_libxsmm_commits.csv,libxsmm_libxsmm_hullabaloo_README.md +andrewrk_libgroove,_andrewrk_libgroove_commits.csv,andrewrk_libgroove_hullabaloo_README.md +JonathonReinhart_syrep,JonathonReinhart_syrep_commits.csv,JonathonReinhart_syrep_hullabaloo_README +defunkt_mustache,_defunkt_mustache_commits.csv,defunkt_mustache_hullabaloo_README.md +aio-libs_multidict.git,_aio-libs_multidict.git_commits.csv,aio-libs_multidict.git_hullabaloo_README.md +tornadoweb_tornado,_tornadoweb_tornado_commits.csv,tornadoweb_tornado_hullabaloo_README +FasterXML_jackson-core,_FasterXML_jackson-core_commits.csv,FasterXML_jackson-core_hullabaloo_README.md +bluca_gsl,bluca_gsl_commits.csv,bluca_gsl_hullabaloo_README.md +savonet_ocaml-opus.git,_savonet_ocaml-opus.git_commits.csv,savonet_ocaml-opus.git_hullabaloo_README.md +dragotin_kraft.git,_dragotin_kraft.git_commits.csv,dragotin_kraft.git_hullabaloo_README +spyder-ide_spyder-kernels,_spyder-ide_spyder-kernels_commits.csv,spyder-ide_spyder-kernels_hullabaloo_README.md +walles_px,_walles_px_commits.csv,walles_px_hullabaloo_README.md +letsencrypt_letsencrypt.git,_letsencrypt_letsencrypt.git_commits.csv,letsencrypt_letsencrypt.git_hullabaloo_README +tell-k_vim-autopep8.git,_tell-k_vim-autopep8.git_commits.csv,tell-k_vim-autopep8.git_hullabaloo_README.rst +jabberd2_jabberd2,_jabberd2_jabberd2_commits.csv,jabberd2_jabberd2_hullabaloo_README.win32 +PythonCharmers_python-future,_PythonCharmers_python-future_commits.csv,PythonCharmers_python-future_hullabaloo_README.rst +thoughtbot_factory_girl.git,_thoughtbot_factory_girl.git_commits.csv,thoughtbot_factory_girl.git_hullabaloo_README.rdoc +fourdollars_x11-touchscreen-calibrator,fourdollars_x11-touchscreen-calibrator_commits.csv,fourdollars_x11-touchscreen-calibrator_hullabaloo_README.md +construct_construct.git,_construct_construct.git_commits.csv,construct_construct.git_hullabaloo_README.rst +yquake2_yquake2,_yquake2_yquake2_commits.csv,yquake2_yquake2_hullabaloo_README +oauth-xx_oauth-ruby,_oauth-xx_oauth-ruby_commits.csv,oauth-xx_oauth-ruby_hullabaloo_README.txt +psf_black.git,_psf_black.git_commits.csv,psf_black.git_hullabaloo_README.md +python-hyper_hyperlink,_python-hyper_hyperlink_commits.csv,python-hyper_hyperlink_hullabaloo_README.md +enthought_mayavi.git,_enthought_mayavi.git_commits.csv,enthought_mayavi.git_hullabaloo_README.txt +tLDP_python-tldp,tLDP_python-tldp_commits.csv,tLDP_python-tldp_hullabaloo_README.rst +mate-desktop_mate-notification-daemon.git,_mate-desktop_mate-notification-daemon.git_commits.csv,mate-desktop_mate-notification-daemon.git_hullabaloo_README +team-charls_charls.git,_team-charls_charls.git_commits.csv,team-charls_charls.git_hullabaloo_README_IMG.TXT +savonet_ocaml-ogg.git,_savonet_ocaml-ogg.git_commits.csv,savonet_ocaml-ogg.git_hullabaloo_README +cffi_cffi.git,_cffi_cffi.git_commits.csv,cffi_cffi.git_hullabaloo_README +gosa-project_gosa-plugins-pwreset,_gosa-project_gosa-plugins-pwreset_commits.csv,gosa-project_gosa-plugins-pwreset_hullabaloo_README.gosa-conf +components_highlightjs,_components_highlightjs_commits.csv,components_highlightjs_hullabaloo_README.md +vigneshwaranr_bd.git,_vigneshwaranr_bd.git_commits.csv,vigneshwaranr_bd.git_hullabaloo_README +mapnik_python-mapnik.git,_mapnik_python-mapnik.git_commits.csv,mapnik_python-mapnik.git_hullabaloo_README +emancu_toml-rb.git,_emancu_toml-rb.git_commits.csv,emancu_toml-rb.git_hullabaloo_README.md +jaymzh_pius.git,_jaymzh_pius.git_commits.csv,jaymzh_pius.git_hullabaloo_README +jarun_buku.git,_jarun_buku.git_commits.csv,jarun_buku.git_hullabaloo_README.md +ledgersmb_PGObject-Util-DBAdmin.git,_ledgersmb_PGObject-Util-DBAdmin.git_commits.csv,ledgersmb_PGObject-Util-DBAdmin.git_hullabaloo_README +GNOME_gnome-builder.git,GNOME_gnome-builder.git_commits.csv,GNOME_gnome-builder.git_hullabaloo_README +sudipm-mukherjee_micro-httpd.git,sudipm-mukherjee_micro-httpd.git_commits.csv,sudipm-mukherjee_micro-httpd.git_hullabaloo_README +grobian_html2text,_grobian_html2text_commits.csv,grobian_html2text_hullabaloo_README +Z3Prover_z3.git,_Z3Prover_z3.git_commits.csv,Z3Prover_z3.git_hullabaloo_README-win.txt +GNOME_gdk-pixbuf,GNOME_gdk-pixbuf_commits.csv,GNOME_gdk-pixbuf_hullabaloo_README +openSUSE_libsolv,_openSUSE_libsolv_commits.csv,openSUSE_libsolv_hullabaloo_README +banister_method_source,_banister_method_source_commits.csv,banister_method_source_hullabaloo_README.markdown +seveas_python-networkmanager,_seveas_python-networkmanager_commits.csv,seveas_python-networkmanager_hullabaloo_README +ICRAR_ijson.git,_ICRAR_ijson.git_commits.csv,ICRAR_ijson.git_hullabaloo_README.txt +libsdl-org_SDL_net.git,_libsdl-org_SDL_net.git_commits.csv,libsdl-org_SDL_net.git_hullabaloo_README +chrys87_simple-orca-plugin-system.git,_chrys87_simple-orca-plugin-system.git_commits.csv,chrys87_simple-orca-plugin-system.git_hullabaloo_README.md +sphinx-doc_sphinxcontrib-websupport,_sphinx-doc_sphinxcontrib-websupport_commits.csv,sphinx-doc_sphinxcontrib-websupport_hullabaloo_README.rst +OSGeo_PROJ.git,_OSGeo_PROJ.git_commits.csv,OSGeo_PROJ.git_hullabaloo_README +linuxdeepin_deepin-terminal.git,_linuxdeepin_deepin-terminal.git_commits.csv,linuxdeepin_deepin-terminal.git_hullabaloo_README.md +alexmyczko_ree,_alexmyczko_ree_commits.csv,alexmyczko_ree_hullabaloo_README.md +savoirfairelinux_opendht.git,_savoirfairelinux_opendht.git_commits.csv,savoirfairelinux_opendht.git_hullabaloo_README.md +df7cb_pgsql-asn1oid,df7cb_pgsql-asn1oid_commits.csv,df7cb_pgsql-asn1oid_hullabaloo_README.md +php-fig_link-util,_php-fig_link-util_commits.csv,php-fig_link-util_hullabaloo_README.md +jmschrei_pomegranate.git,_jmschrei_pomegranate.git_commits.csv,jmschrei_pomegranate.git_hullabaloo_README.md +monitoring-plugins_monitoring-plugins.git,_monitoring-plugins_monitoring-plugins.git_commits.csv,monitoring-plugins_monitoring-plugins.git_hullabaloo_README +softlayer_softlayer-python,_softlayer_softlayer-python_commits.csv,softlayer_softlayer-python_hullabaloo_README.textile +br101_horst.git,_br101_horst.git_commits.csv,br101_horst.git_hullabaloo_README +git-ftp_git-ftp,_git-ftp_git-ftp_commits.csv,git-ftp_git-ftp_hullabaloo_README +kblackbox.git,kblackbox.git_commits.csv,kblackbox.git_hullabaloo_README +pytroll_aggdraw,_pytroll_aggdraw_commits.csv,pytroll_aggdraw_hullabaloo_README +AlbrechtL_welle.io,_AlbrechtL_welle.io_commits.csv,AlbrechtL_welle.io_hullabaloo_README +jeffkaufman_icdiff.git,_jeffkaufman_icdiff.git_commits.csv,jeffkaufman_icdiff.git_hullabaloo_README +tkf_emacs-jedi.git,_tkf_emacs-jedi.git_commits.csv,tkf_emacs-jedi.git_hullabaloo_README.rst +home-assistant-libs_pychromecast.git,_home-assistant-libs_pychromecast.git_commits.csv,home-assistant-libs_pychromecast.git_hullabaloo_README.md +mate-desktop_mate-applets.git,_mate-desktop_mate-applets.git_commits.csv,mate-desktop_mate-applets.git_hullabaloo_README +puppetlabs_puppetdb.git,_puppetlabs_puppetdb.git_commits.csv,puppetlabs_puppetdb.git_hullabaloo_README +gotoh_ssh-connect,_gotoh_ssh-connect_commits.csv,gotoh_ssh-connect_hullabaloo_README.md +gamelinux_prads.git,_gamelinux_prads.git_commits.csv,gamelinux_prads.git_hullabaloo_README +GNOME_evolution,GNOME_evolution_commits.csv,GNOME_evolution_hullabaloo_README.TXT +platform_system_tools_aidl,platform_system_tools_aidl_commits.csv,platform_system_tools_aidl_hullabaloo_README +python-hyper_hyper-h2,_python-hyper_hyper-h2_commits.csv,python-hyper_hyper-h2_hullabaloo_README.rst +knockout_knockout.git,_knockout_knockout.git_commits.csv,knockout_knockout.git_hullabaloo_README +plasma_kscreenlocker.git,plasma_kscreenlocker.git_commits.csv,plasma_kscreenlocker.git_hullabaloo_README +ansible_ansible-lint,_ansible_ansible-lint_commits.csv,ansible_ansible-lint_hullabaloo_README.md +bearded_ruby-ldap,_bearded_ruby-ldap_commits.csv,bearded_ruby-ldap_hullabaloo_README +giampaolo_psutil,_giampaolo_psutil_commits.csv,giampaolo_psutil_hullabaloo_README +system_wacomtablet,system_wacomtablet_commits.csv,system_wacomtablet_hullabaloo_README +jetmore_swaks,_jetmore_swaks_commits.csv,jetmore_swaks_hullabaloo_READMEd +jedwing_CHMLib.git,_jedwing_CHMLib.git_commits.csv,jedwing_CHMLib.git_hullabaloo_README +garglk_garglk.git,_garglk_garglk.git_commits.csv,garglk_garglk.git_hullabaloo_README +IJHack_QtPass,_IJHack_QtPass_commits.csv,IJHack_QtPass_hullabaloo_README.md +log2timeline_dfwinreg.git,_log2timeline_dfwinreg.git_commits.csv,log2timeline_dfwinreg.git_hullabaloo_README +pagekite_PyPagekite,_pagekite_PyPagekite_commits.csv,pagekite_PyPagekite_hullabaloo_README.md +lhost_sendxmpp.git,_lhost_sendxmpp.git_commits.csv,lhost_sendxmpp.git_hullabaloo_README +pgbackrest_pgbackrest,_pgbackrest_pgbackrest_commits.csv,pgbackrest_pgbackrest_hullabaloo_README.md +socket_wrapper.git,socket_wrapper.git_commits.csv,socket_wrapper.git_hullabaloo_README +chneukirchen_extrace,_chneukirchen_extrace_commits.csv,chneukirchen_extrace_hullabaloo_README +OpenSC_pkcs11-helper,_OpenSC_pkcs11-helper_commits.csv,OpenSC_pkcs11-helper_hullabaloo_README +emacs-lsp_lsp-mode.git,_emacs-lsp_lsp-mode.git_commits.csv,emacs-lsp_lsp-mode.git_hullabaloo_README.md +LibreCat_Catmandu-MARC.git,_LibreCat_Catmandu-MARC.git_commits.csv,LibreCat_Catmandu-MARC.git_hullabaloo_README +kangguru_rack-google-analytics,_kangguru_rack-google-analytics_commits.csv,kangguru_rack-google-analytics_hullabaloo_README.rdoc +cl-plus-ssl_cl-plus-ssl,_cl-plus-ssl_cl-plus-ssl_commits.csv,cl-plus-ssl_cl-plus-ssl_hullabaloo_README +GNOME_libgweather.git,GNOME_libgweather.git_commits.csv,GNOME_libgweather.git_hullabaloo_README +brianmario_escape_utils.git,_brianmario_escape_utils.git_commits.csv,brianmario_escape_utils.git_hullabaloo_README.rdoc +perfectline_validates_url.git,_perfectline_validates_url.git_commits.csv,perfectline_validates_url.git_hullabaloo_README.markdown +RoelofBerg_limereg.git,_RoelofBerg_limereg.git_commits.csv,RoelofBerg_limereg.git_hullabaloo_README.md +OpenTTD_OpenSFX.git,_OpenTTD_OpenSFX.git_commits.csv,OpenTTD_OpenSFX.git_hullabaloo_README.md +email-reminder,email-reminder_commits.csv,email-reminder_hullabaloo_README +pramsey_pgsql-ogr-fdw.git,_pramsey_pgsql-ogr-fdw.git_commits.csv,pramsey_pgsql-ogr-fdw.git_hullabaloo_README.md +libyal_libsmraw.git,_libyal_libsmraw.git_commits.csv,libyal_libsmraw.git_hullabaloo_README +klines.git,klines.git_commits.csv,klines.git_hullabaloo_README.themes +rncbc_qmidinet.git,_rncbc_qmidinet.git_commits.csv,rncbc_qmidinet.git_hullabaloo_README +pytest-dev_pytest-bdd.git,_pytest-dev_pytest-bdd.git_commits.csv,pytest-dev_pytest-bdd.git_hullabaloo_README.md +linuxmint_cinnamon-settings-daemon.git,_linuxmint_cinnamon-settings-daemon.git_commits.csv,linuxmint_cinnamon-settings-daemon.git_hullabaloo_README +intel_libyami-utils,_intel_libyami-utils_commits.csv,intel_libyami-utils_hullabaloo_README.md +coldfix_udiskie.git,_coldfix_udiskie.git_commits.csv,coldfix_udiskie.git_hullabaloo_README +rsyslog_liblognorm.git,_rsyslog_liblognorm.git_commits.csv,rsyslog_liblognorm.git_hullabaloo_README +jupyter_terminado,_jupyter_terminado_commits.csv,jupyter_terminado_hullabaloo_README.md +django-waffle_django-waffle,_django-waffle_django-waffle_commits.csv,django-waffle_django-waffle_hullabaloo_README.rst +brechtm_citeproc-py,_brechtm_citeproc-py_commits.csv,brechtm_citeproc-py_hullabaloo_README.md +core_dune-common,core_dune-common_commits.csv,core_dune-common_hullabaloo_README.CVS +processone_fast_tls.git,_processone_fast_tls.git_commits.csv,processone_fast_tls.git_hullabaloo_README.md +ginggs_gelemental,_ginggs_gelemental_commits.csv,ginggs_gelemental_hullabaloo_README +CMB_edbrowse.git,_CMB_edbrowse.git_commits.csv,CMB_edbrowse.git_hullabaloo_README +metaodi_osmapi.git,_metaodi_osmapi.git_commits.csv,metaodi_osmapi.git_hullabaloo_README.md +xawtv3.git,xawtv3.git_commits.csv,xawtv3.git_hullabaloo_README.de +timvideos_HDMI2USB-mode-switch.git,_timvideos_HDMI2USB-mode-switch.git_commits.csv,timvideos_HDMI2USB-mode-switch.git_hullabaloo_README.md +zgimbutas_mwrap,_zgimbutas_mwrap_commits.csv,zgimbutas_mwrap_hullabaloo_README +konstantint_intervaltree-bio.git,_konstantint_intervaltree-bio.git_commits.csv,konstantint_intervaltree-bio.git_hullabaloo_README.rst +supervisor_meld3.git,_supervisor_meld3.git_commits.csv,supervisor_meld3.git_hullabaloo_README.txt +dnstap_dnstap-ldns.git,_dnstap_dnstap-ldns.git_commits.csv,dnstap_dnstap-ldns.git_hullabaloo_README +kilobyte_ndctl,kilobyte_ndctl_commits.csv,kilobyte_ndctl_hullabaloo_README.md +kilobyte_memkind,kilobyte_memkind_commits.csv,kilobyte_memkind_hullabaloo_README.txt +uclouvain_openjpeg.git,_uclouvain_openjpeg.git_commits.csv,uclouvain_openjpeg.git_hullabaloo_README +dottedmag_pychm.git,_dottedmag_pychm.git_commits.csv,dottedmag_pychm.git_hullabaloo_README +cairo_cairo,cairo_cairo_commits.csv,cairo_cairo_hullabaloo_README +threedaymonk_text,_threedaymonk_text_commits.csv,threedaymonk_text_hullabaloo_README.rdoc +conformal_spectrwm,_conformal_spectrwm_commits.csv,conformal_spectrwm_hullabaloo_README.md +einaros_tinycolor.git,_einaros_tinycolor.git_commits.csv,einaros_tinycolor.git_hullabaloo_README.md +tubaman_django-macaddress.git,_tubaman_django-macaddress.git_commits.csv,tubaman_django-macaddress.git_hullabaloo_README +fusioninventory_fusioninventory-agent.git,_fusioninventory_fusioninventory-agent.git_commits.csv,fusioninventory_fusioninventory-agent.git_hullabaloo_README +enthought_traits.git,_enthought_traits.git_commits.csv,enthought_traits.git_hullabaloo_README.txt +admesh_python-admesh,_admesh_python-admesh_commits.csv,admesh_python-admesh_hullabaloo_README.rst +vicgeralds_vitetris,_vicgeralds_vitetris_commits.csv,vicgeralds_vitetris_hullabaloo_README +jbazik_Archive-Ar.git,_jbazik_Archive-Ar.git_commits.csv,jbazik_Archive-Ar.git_hullabaloo_README.md +davical-project_awl,davical-project_awl_commits.csv,davical-project_awl_hullabaloo_README +phillord_assess.git,_phillord_assess.git_commits.csv,phillord_assess.git_hullabaloo_README.md +public_git_gst123.git,public_git_gst123.git_commits.csv,public_git_gst123.git_hullabaloo_README +pure-data_deken,_pure-data_deken_commits.csv,pure-data_deken_hullabaloo_README.plugin.txt +p_posixovl_posixovl,p_posixovl_posixovl_commits.csv,p_posixovl_posixovl_hullabaloo_README.rst +czerwonk_bird_exporter,_czerwonk_bird_exporter_commits.csv,czerwonk_bird_exporter_hullabaloo_README.md +es128_glob-parent,_es128_glob-parent_commits.csv,es128_glob-parent_hullabaloo_README.md +briandfoy_module-extract-use.git,_briandfoy_module-extract-use.git_commits.csv,briandfoy_module-extract-use.git_hullabaloo_README +sleuthkit_sleuthkit,_sleuthkit_sleuthkit_commits.csv,sleuthkit_sleuthkit_hullabaloo_win32.txt +kajongg.git,kajongg.git_commits.csv,kajongg.git_hullabaloo_README +pallets_itsdangerous,_pallets_itsdangerous_commits.csv,pallets_itsdangerous_hullabaloo_README +s3fs-fuse_s3fs-fuse,_s3fs-fuse_s3fs-fuse_commits.csv,s3fs-fuse_s3fs-fuse_hullabaloo_README +jaalto_project--perl-webget,_jaalto_project--perl-webget_commits.csv,jaalto_project--perl-webget_hullabaloo_README +linuxdeepin_deepin-screen-recorder,_linuxdeepin_deepin-screen-recorder_commits.csv,linuxdeepin_deepin-screen-recorder_hullabaloo_README.md +wch_webshot,_wch_webshot_commits.csv,wch_webshot_hullabaloo_README.md +Libvisual_libvisual.git,_Libvisual_libvisual.git_commits.csv,Libvisual_libvisual.git_hullabaloo_README +samg_diffy,_samg_diffy_commits.csv,samg_diffy_hullabaloo_README.md +rpkilby_django-rest-framework-guardian.git,_rpkilby_django-rest-framework-guardian.git_commits.csv,rpkilby_django-rest-framework-guardian.git_hullabaloo_README.md +mysecureshell_mysecureshell,mysecureshell_mysecureshell_commits.csv,mysecureshell_mysecureshell_hullabaloo_README.md +office_ghostwriter,office_ghostwriter_commits.csv,office_ghostwriter_hullabaloo_README.md +epoptes_epoptes,epoptes_epoptes_commits.csv,epoptes_epoptes_hullabaloo_README +jlmelville_uwot.git,_jlmelville_uwot.git_commits.csv,jlmelville_uwot.git_hullabaloo_README.md +dkogan_xcscope.el,_dkogan_xcscope.el_commits.csv,dkogan_xcscope.el_hullabaloo_README.org +mate-desktop_mate-user-guide.git,_mate-desktop_mate-user-guide.git_commits.csv,mate-desktop_mate-user-guide.git_hullabaloo_README.md +pagekite_PySocksipyChain.git,_pagekite_PySocksipyChain.git_commits.csv,pagekite_PySocksipyChain.git_hullabaloo_README +panel-plugins_xfce4-timer-plugin.git,panel-plugins_xfce4-timer-plugin.git_commits.csv,panel-plugins_xfce4-timer-plugin.git_hullabaloo_README +storaged-project_libblockdev,_storaged-project_libblockdev_commits.csv,storaged-project_libblockdev_hullabaloo_README +fossfreedom_alternative-toolbar,fossfreedom_alternative-toolbar_commits.csv,fossfreedom_alternative-toolbar_hullabaloo_README.md +timlegge_perl-XML-Generator,_timlegge_perl-XML-Generator_commits.csv,timlegge_perl-XML-Generator_hullabaloo_README +xmendez_wfuzz.git,_xmendez_wfuzz.git_commits.csv,xmendez_wfuzz.git_hullabaloo_README.md +pmccabe_pmccabe.git,pmccabe_pmccabe.git_commits.csv,pmccabe_pmccabe.git_hullabaloo_README +book_DateTime-Format-Mail.git,_book_DateTime-Format-Mail.git_commits.csv,book_DateTime-Format-Mail.git_hullabaloo_README +gl2ps_gl2ps.git,gl2ps_gl2ps.git_commits.csv,gl2ps_gl2ps.git_hullabaloo_README +zoggy_lablgtk-extras.git,_zoggy_lablgtk-extras.git_commits.csv,zoggy_lablgtk-extras.git_hullabaloo_README +prometheus_mysqld_exporter,_prometheus_mysqld_exporter_commits.csv,prometheus_mysqld_exporter_hullabaloo_README.md +twilio_twilio-python,_twilio_twilio-python_commits.csv,twilio_twilio-python_hullabaloo_README.markdown +linuxhw_hw-probe,_linuxhw_hw-probe_commits.csv,linuxhw_hw-probe_hullabaloo_README.md +spaam_svtplay-dl,_spaam_svtplay-dl_commits.csv,spaam_svtplay-dl_hullabaloo_README +Diaoul_enzyme,_Diaoul_enzyme_commits.csv,Diaoul_enzyme_hullabaloo_README.rst +kjn_lbzip2,kjn_lbzip2_commits.csv,kjn_lbzip2_hullabaloo_README +osslugaru_lugaru,osslugaru_lugaru_commits.csv,osslugaru_lugaru_hullabaloo_README +shoheik_Graph-D3.git,_shoheik_Graph-D3.git_commits.csv,shoheik_Graph-D3.git_hullabaloo_README.md +fcitx_fcitx5-gtk,_fcitx_fcitx5-gtk_commits.csv,fcitx_fcitx5-gtk_hullabaloo_README +Rudloff_ufo2otf-debian,Rudloff_ufo2otf-debian_commits.csv,Rudloff_ufo2otf-debian_hullabaloo_README.rst +c4urself_bump2version,_c4urself_bump2version_commits.csv,c4urself_bump2version_hullabaloo_README.rst +horde_trean.git,_horde_trean.git_commits.csv,horde_trean.git_hullabaloo_README +statgen_libStatGen,_statgen_libStatGen_commits.csv,statgen_libStatGen_hullabaloo_README.txt +asgeirn_brev-cls.git,_asgeirn_brev-cls.git_commits.csv,asgeirn_brev-cls.git_hullabaloo_README +sipb_config-package-dev,sipb_config-package-dev_commits.csv,sipb_config-package-dev_hullabaloo_README.md +catchorg_Catch2.git,_catchorg_Catch2.git_commits.csv,catchorg_Catch2.git_hullabaloo_README +google_benchmark,_google_benchmark_commits.csv,google_benchmark_hullabaloo_README.md +gcla_termshark.git,_gcla_termshark.git_commits.csv,gcla_termshark.git_hullabaloo_README.md +silverjuke_silverjuke.git,_silverjuke_silverjuke.git_commits.csv,silverjuke_silverjuke.git_hullabaloo_README.md +amplab_snap.git,_amplab_snap.git_commits.csv,amplab_snap.git_hullabaloo_README.md +xiph_theora.git,xiph_theora.git_commits.csv,xiph_theora.git_hullabaloo_README +smira_txZMQ,_smira_txZMQ_commits.csv,smira_txZMQ_hullabaloo_README +asweigart_pyperclip,_asweigart_pyperclip_commits.csv,asweigart_pyperclip_hullabaloo_README +pear_Net_Socket.git,_pear_Net_Socket.git_commits.csv,pear_Net_Socket.git_hullabaloo_README.md +blais_xxdiff.git,_blais_xxdiff.git_commits.csv,blais_xxdiff.git_hullabaloo_README.build +jopt-simple_jopt-simple.git,_jopt-simple_jopt-simple.git_commits.csv,jopt-simple_jopt-simple.git_hullabaloo_README.md +flavorjones_loofah,_flavorjones_loofah_commits.csv,flavorjones_loofah_hullabaloo_README +drj11_pypng,_drj11_pypng_commits.csv,drj11_pypng_hullabaloo_README.txt +pgRouting_pgrouting.git,_pgRouting_pgrouting.git_commits.csv,pgRouting_pgrouting.git_hullabaloo_README.routing +wanderlust_semi,_wanderlust_semi_commits.csv,wanderlust_semi_hullabaloo_README.en +daradib_sidedoor,daradib_sidedoor_commits.csv,daradib_sidedoor_hullabaloo_README.md +uTox_uTox.git,_uTox_uTox.git_commits.csv,uTox_uTox.git_hullabaloo_README.md +linuxdeepin_qt5dxcb-plugin.git,_linuxdeepin_qt5dxcb-plugin.git_commits.csv,linuxdeepin_qt5dxcb-plugin.git_hullabaloo_README.md +b20n_bernhard.git,_b20n_bernhard.git_commits.csv,b20n_bernhard.git_hullabaloo_README.md +MaartenBaert_ssr,_MaartenBaert_ssr_commits.csv,MaartenBaert_ssr_hullabaloo_README.md +df7cb_postgresql-numeral,df7cb_postgresql-numeral_commits.csv,df7cb_postgresql-numeral_hullabaloo_README.md +threerings_openvpn-auth-ldap,_threerings_openvpn-auth-ldap_commits.csv,threerings_openvpn-auth-ldap_hullabaloo_README +etingof_pysmi,_etingof_pysmi_commits.csv,etingof_pysmi_hullabaloo_README.txt +trevorld_r-optparse.git,_trevorld_r-optparse.git_commits.csv,trevorld_r-optparse.git_hullabaloo_README +galaxyproject_bioblend,_galaxyproject_bioblend_commits.csv,galaxyproject_bioblend_hullabaloo_README.md +MartijnBraam_python-isc-dhcp-leases,_MartijnBraam_python-isc-dhcp-leases_commits.csv,MartijnBraam_python-isc-dhcp-leases_hullabaloo_README.md +Pylons_translationstring.git,_Pylons_translationstring.git_commits.csv,Pylons_translationstring.git_hullabaloo_README.txt +gawel_panoramisk.git,_gawel_panoramisk.git_commits.csv,gawel_panoramisk.git_hullabaloo_README.rst +curl_curl.git,_curl_curl.git_commits.csv,curl_curl.git_hullabaloo_README.libcurl +thbishop_fission,_thbishop_fission_commits.csv,thbishop_fission_hullabaloo_README.rdoc +Blosc_c-blosc,_Blosc_c-blosc_commits.csv,Blosc_c-blosc_hullabaloo_README.txt +ajaiantilal_i7z,_ajaiantilal_i7z_commits.csv,ajaiantilal_i7z_hullabaloo_README.md +mbeijen_File-MimeInfo.git,_mbeijen_File-MimeInfo.git_commits.csv,mbeijen_File-MimeInfo.git_hullabaloo_README +rails_jquery-rails.git,_rails_jquery-rails.git_commits.csv,rails_jquery-rails.git_hullabaloo_README.md +brianmario_yajl-ruby,_brianmario_yajl-ruby_commits.csv,brianmario_yajl-ruby_hullabaloo_README.rdoc +toastdriven_restless,_toastdriven_restless_commits.csv,toastdriven_restless_hullabaloo_README.rst +kilobyte_pmemkv,kilobyte_pmemkv_commits.csv,kilobyte_pmemkv_hullabaloo_README.md +Abigail_Regexp--Common.git,_Abigail_Regexp--Common.git_commits.csv,Abigail_Regexp--Common.git_hullabaloo_README +plasma_xdg-desktop-portal-kde.git,plasma_xdg-desktop-portal-kde.git_commits.csv,plasma_xdg-desktop-portal-kde.git_hullabaloo_README.md +gintas_django-picklefield.git,_gintas_django-picklefield.git_commits.csv,gintas_django-picklefield.git_hullabaloo_README +sirfz_tesserocr.git,_sirfz_tesserocr.git_commits.csv,sirfz_tesserocr.git_hullabaloo_README.md +p_ps-watcher_code,p_ps-watcher_code_commits.csv,p_ps-watcher_code_hullabaloo_README +postgis_postgis-java.git,_postgis_postgis-java.git_commits.csv,postgis_postgis-java.git_hullabaloo_README +debian-tex_cjk,debian-tex_cjk_commits.csv,debian-tex_cjk_hullabaloo_README.Debian +vim-syntastic_syntastic,_vim-syntastic_syntastic_commits.csv,vim-syntastic_syntastic_hullabaloo_README.markdown +eerimoq_bitstruct,_eerimoq_bitstruct_commits.csv,eerimoq_bitstruct_hullabaloo_README.rst +deiv_driftnet,deiv_driftnet_commits.csv,deiv_driftnet_hullabaloo_README +processone_pkix.git,_processone_pkix.git_commits.csv,processone_pkix.git_hullabaloo_README.md +rvaser_thread_pool,_rvaser_thread_pool_commits.csv,rvaser_thread_pool_hullabaloo_README.md +qca_open-ath9k-htc-firmware.git,_qca_open-ath9k-htc-firmware.git_commits.csv,qca_open-ath9k-htc-firmware.git_hullabaloo_README +mikeal_tunnel-agent,_mikeal_tunnel-agent_commits.csv,mikeal_tunnel-agent_hullabaloo_README.md +qiime2_q2-types.git,_qiime2_q2-types.git_commits.csv,qiime2_q2-types.git_hullabaloo_README.md +nothings_stb,_nothings_stb_commits.csv,nothings_stb_hullabaloo_README.md +qix-_node-simple-swizzle,_qix-_node-simple-swizzle_commits.csv,qix-_node-simple-swizzle_hullabaloo_README.md +NVIDIA_thrust,_NVIDIA_thrust_commits.csv,NVIDIA_thrust_hullabaloo_README +df7cb_newpid,df7cb_newpid_commits.csv,df7cb_newpid_hullabaloo_README.md +hunspell_hyphen.git,_hunspell_hyphen.git_commits.csv,hunspell_hyphen.git_hullabaloo_US.txt +Blosc_python-blosc.git,_Blosc_python-blosc.git_commits.csv,Blosc_python-blosc.git_hullabaloo_README.txt +garrigue_lablgtk.git,_garrigue_lablgtk.git_commits.csv,garrigue_lablgtk.git_hullabaloo_README +faye_faye,_faye_faye_commits.csv,faye_faye_hullabaloo_README.txt +neovim_pynvim,_neovim_pynvim_commits.csv,neovim_pynvim_hullabaloo_README.md +phmarek_fsvs.git,_phmarek_fsvs.git_commits.csv,phmarek_fsvs.git_hullabaloo_README +cmrd-senya_markdown-it-html5-embed,_cmrd-senya_markdown-it-html5-embed_commits.csv,cmrd-senya_markdown-it-html5-embed_hullabaloo_README.md +firehol_iprange.git,_firehol_iprange.git_commits.csv,firehol_iprange.git_hullabaloo_README.md +browserify_browserify-sign,_browserify_browserify-sign_commits.csv,browserify_browserify-sign_hullabaloo_README.md +textile_python-textile.git,_textile_python-textile.git_commits.csv,textile_python-textile.git_hullabaloo_README.textile +grobian_carbon-c-relay.git,_grobian_carbon-c-relay.git_commits.csv,grobian_carbon-c-relay.git_hullabaloo_README.md +julian-klode_dir2ogg,julian-klode_dir2ogg_commits.csv,julian-klode_dir2ogg_hullabaloo_README +r-lib_processx.git,_r-lib_processx.git_commits.csv,r-lib_processx.git_hullabaloo_README.md +openstack_swift.git,_openstack_swift.git_commits.csv,openstack_swift.git_hullabaloo_README +chjj_term.js,_chjj_term.js_commits.csv,chjj_term.js_hullabaloo_README.md +cherrypy_cheroot.git,_cherrypy_cheroot.git_commits.csv,cherrypy_cheroot.git_hullabaloo_README.TXT +ambethia_recaptcha,_ambethia_recaptcha_commits.csv,ambethia_recaptcha_hullabaloo_README +mwild1_luadbi,_mwild1_luadbi_commits.csv,mwild1_luadbi_hullabaloo_README +brendangregg_Chaosreader,_brendangregg_Chaosreader_commits.csv,brendangregg_Chaosreader_hullabaloo_README.md +docker_libkv.git,_docker_libkv.git_commits.csv,docker_libkv.git_hullabaloo_README.md +oetiker_rrdtool-1.x.git,_oetiker_rrdtool-1.x.git_commits.csv,oetiker_rrdtool-1.x.git_hullabaloo_README +zopefoundation_zope.proxy,_zopefoundation_zope.proxy_commits.csv,zopefoundation_zope.proxy_hullabaloo_README.txt +ultrabug_py3status.git,_ultrabug_py3status.git_commits.csv,ultrabug_py3status.git_hullabaloo_README.md +ros_catkin.git,_ros_catkin.git_commits.csv,ros_catkin.git_hullabaloo_README +skoblov-lab_genetic,_skoblov-lab_genetic_commits.csv,skoblov-lab_genetic_hullabaloo_README.md +assaf_uuid,_assaf_uuid_commits.csv,assaf_uuid_hullabaloo_README +emuse_qmidiarp.git,_emuse_qmidiarp.git_commits.csv,emuse_qmidiarp.git_hullabaloo_README +paravoid_gdnsd,paravoid_gdnsd_commits.csv,paravoid_gdnsd_hullabaloo_README +jonschlinkert_map-visit,_jonschlinkert_map-visit_commits.csv,jonschlinkert_map-visit_hullabaloo_README.md +jamesturk_jellyfish,_jamesturk_jellyfish_commits.csv,jamesturk_jellyfish_hullabaloo_README.rst +jimfunk_django-postgresql-netfields,_jimfunk_django-postgresql-netfields_commits.csv,jimfunk_django-postgresql-netfields_hullabaloo_README +libsdl-org_SDL_mixer.git,_libsdl-org_SDL_mixer.git_commits.csv,libsdl-org_SDL_mixer.git_hullabaloo_README +christophgysin_pasystray.git,_christophgysin_pasystray.git_commits.csv,christophgysin_pasystray.git_hullabaloo_README +tobyink_p5-io-callback.git,_tobyink_p5-io-callback.git_commits.csv,tobyink_p5-io-callback.git_hullabaloo_README +kilobyte_arch-test,kilobyte_arch-test_commits.csv,kilobyte_arch-test_hullabaloo_README +fitnr_convertdate,_fitnr_convertdate_commits.csv,fitnr_convertdate_hullabaloo_README.txt +stewartsmith_libeatmydata.git,_stewartsmith_libeatmydata.git_commits.csv,stewartsmith_libeatmydata.git_hullabaloo_README +alsa-lib.git,alsa-lib.git_commits.csv,alsa-lib.git_hullabaloo_README.aconnect +nicotine-plus_nicotine-plus,_nicotine-plus_nicotine-plus_commits.csv,nicotine-plus_nicotine-plus_hullabaloo_README.trayicon +gruntjs_grunt-cli.git,_gruntjs_grunt-cli.git_commits.csv,gruntjs_grunt-cli.git_hullabaloo_README.md +Rykian_clockwork,_Rykian_clockwork_commits.csv,Rykian_clockwork_hullabaloo_README.md +jbouse-debian_alabaster,jbouse-debian_alabaster_commits.csv,jbouse-debian_alabaster_hullabaloo_README.md +gbarr_CPAN-DistnameInfo.git,_gbarr_CPAN-DistnameInfo.git_commits.csv,gbarr_CPAN-DistnameInfo.git_hullabaloo_README +MagicStack_uvloop,_MagicStack_uvloop_commits.csv,MagicStack_uvloop_hullabaloo_README +cherti_mailexporter,_cherti_mailexporter_commits.csv,cherti_mailexporter_hullabaloo_README.md +pylast_pylast,_pylast_pylast_commits.csv,pylast_pylast_hullabaloo_README +Debian_ratt,_Debian_ratt_commits.csv,Debian_ratt_hullabaloo_README.md +muammar_mkchromecast.git,_muammar_mkchromecast.git_commits.csv,muammar_mkchromecast.git_hullabaloo_README.md +pyvisa_pyvisa.git,_pyvisa_pyvisa.git_commits.csv,pyvisa_pyvisa.git_hullabaloo_README +alastair_python-musicbrainz-ngs,_alastair_python-musicbrainz-ngs_commits.csv,alastair_python-musicbrainz-ngs_hullabaloo_README.md +centreon_centreon-clib.git,_centreon_centreon-clib.git_commits.csv,centreon_centreon-clib.git_hullabaloo_README.md +powa-team_powa-archivist,powa-team_powa-archivist_commits.csv,powa-team_powa-archivist_hullabaloo_README.md +gpodder_podcastparser.git,_gpodder_podcastparser.git_commits.csv,gpodder_podcastparser.git_hullabaloo_README.md +TokTok_c-toxcore,_TokTok_c-toxcore_commits.csv,TokTok_c-toxcore_hullabaloo_README.md +gwolf_kindleclip,gwolf_kindleclip_commits.csv,gwolf_kindleclip_hullabaloo_README.txt +syncthing_syncthing.git,_syncthing_syncthing.git_commits.csv,syncthing_syncthing.git_hullabaloo_README.md +RIPE-NCC_ripe-atlas-cousteau.git,_RIPE-NCC_ripe-atlas-cousteau.git_commits.csv,RIPE-NCC_ripe-atlas-cousteau.git_hullabaloo_README.md +pytest-dev_pluggy,_pytest-dev_pluggy_commits.csv,pytest-dev_pluggy_hullabaloo_README.rst +kometbomb_klystrack,_kometbomb_klystrack_commits.csv,kometbomb_klystrack_hullabaloo_README.md +df7cb_tenace,df7cb_tenace_commits.csv,df7cb_tenace_hullabaloo_README +deterministic-arts_DartsPyLRU.git,_deterministic-arts_DartsPyLRU.git_commits.csv,deterministic-arts_DartsPyLRU.git_hullabaloo_README.md +libraries_libqaccessibilityclient.git,libraries_libqaccessibilityclient.git_commits.csv,libraries_libqaccessibilityclient.git_hullabaloo_README +grisha_gumbo-parser.git,grisha_gumbo-parser.git_commits.csv,grisha_gumbo-parser.git_hullabaloo_README +umlaeute_Gem,_umlaeute_Gem_commits.csv,umlaeute_Gem_hullabaloo_GEM.README +HaxeFoundation_haxe-debian,HaxeFoundation_haxe-debian_commits.csv,HaxeFoundation_haxe-debian_hullabaloo_README.txt +jonschlinkert_extend-shallow,_jonschlinkert_extend-shallow_commits.csv,jonschlinkert_extend-shallow_hullabaloo_README.md +jeffreyhorner_rapache.git,_jeffreyhorner_rapache.git_commits.csv,jeffreyhorner_rapache.git_hullabaloo_README +steve-m-hay_XML-Encoding.git,_steve-m-hay_XML-Encoding.git_commits.csv,steve-m-hay_XML-Encoding.git_hullabaloo_README +dkogan_gnuplotlib,_dkogan_gnuplotlib_commits.csv,dkogan_gnuplotlib_hullabaloo_README.org +iem-projects_pd-iemmatrix,_iem-projects_pd-iemmatrix_commits.csv,iem-projects_pd-iemmatrix_hullabaloo_README +JesusFreke_smali,_JesusFreke_smali_commits.csv,JesusFreke_smali_hullabaloo_README +baruch_diskscan.git,_baruch_diskscan.git_commits.csv,baruch_diskscan.git_hullabaloo_README.md +MarkCWirt_MIDIUtil.git,_MarkCWirt_MIDIUtil.git_commits.csv,MarkCWirt_MIDIUtil.git_hullabaloo_README.txt +mati75_evilwm.git,mati75_evilwm.git_commits.csv,mati75_evilwm.git_hullabaloo_README +invesalius_invesalius3.git,_invesalius_invesalius3.git_commits.csv,invesalius_invesalius3.git_hullabaloo_README.txt +suyusung_arm.git,_suyusung_arm.git_commits.csv,suyusung_arm.git_hullabaloo_README.md +google_python-gflags.git,_google_python-gflags.git_commits.csv,google_python-gflags.git_hullabaloo_README +numba_numba.git,_numba_numba.git_commits.csv,numba_numba.git_hullabaloo_README +schrodinger_coordgenlibs.git,_schrodinger_coordgenlibs.git_commits.csv,schrodinger_coordgenlibs.git_hullabaloo_README.md +expressjs_parseurl.git,_expressjs_parseurl.git_commits.csv,expressjs_parseurl.git_hullabaloo_README.md +inducer_pudb.git,_inducer_pudb.git_commits.csv,inducer_pudb.git_hullabaloo_README.md +wharris_esmre.git,_wharris_esmre.git_commits.csv,wharris_esmre.git_hullabaloo_README +composer_semver,_composer_semver_commits.csv,composer_semver_hullabaloo_README.md +symfony_contracts,_symfony_contracts_commits.csv,symfony_contracts_hullabaloo_README.md +kugaevsky_mousetrap-rails,_kugaevsky_mousetrap-rails_commits.csv,kugaevsky_mousetrap-rails_hullabaloo_README.md +mdbootstrap_perfect-scrollbar,_mdbootstrap_perfect-scrollbar_commits.csv,mdbootstrap_perfect-scrollbar_hullabaloo_README.md +fbb-git_bisoncpp,fbb-git_bisoncpp_commits.csv,fbb-git_bisoncpp_hullabaloo_README +dvdhrm_xwiimote,_dvdhrm_xwiimote_commits.csv,dvdhrm_xwiimote_hullabaloo_README +larswirzenius_vmdb2.git,larswirzenius_vmdb2.git_commits.csv,larswirzenius_vmdb2.git_hullabaloo_README +danfruehauf_NetworkManager-ssh,_danfruehauf_NetworkManager-ssh_commits.csv,danfruehauf_NetworkManager-ssh_hullabaloo_README +eclipse_paho.mqtt.python.git,_eclipse_paho.mqtt.python.git_commits.csv,eclipse_paho.mqtt.python.git_hullabaloo_README.md +prometheus-community_node-exporter-textfile-collector-scripts,_prometheus-community_node-exporter-textfile-collector-scripts_commits.csv,prometheus-community_node-exporter-textfile-collector-scripts_hullabaloo_README.md +GNOME_folks,GNOME_folks_commits.csv,GNOME_folks_hullabaloo_README +diyan_pywinrm.git,_diyan_pywinrm.git_commits.csv,diyan_pywinrm.git_hullabaloo_README.md +zacharyvoase_urlobject,_zacharyvoase_urlobject_commits.csv,zacharyvoase_urlobject_hullabaloo_README.rst +diafygi_acme-tiny.git,_diafygi_acme-tiny.git_commits.csv,diafygi_acme-tiny.git_hullabaloo_README.md +jarun_pdd.git,_jarun_pdd.git_commits.csv,jarun_pdd.git_hullabaloo_README.md +zevv_duc,_zevv_duc_commits.csv,zevv_duc_hullabaloo_README.md +ncannasse_xml-light.git,_ncannasse_xml-light.git_commits.csv,ncannasse_xml-light.git_hullabaloo_README +agordon_libgtextutils.git,_agordon_libgtextutils.git_commits.csv,agordon_libgtextutils.git_hullabaloo_README +kaelzhang_node-ignore.git,_kaelzhang_node-ignore.git_commits.csv,kaelzhang_node-ignore.git_hullabaloo_README.md +sshguard_sshguard.git,sshguard_sshguard.git_commits.csv,sshguard_sshguard.git_hullabaloo_README +dianara_dianara-dev.git,dianara_dianara-dev.git_commits.csv,dianara_dianara-dev.git_hullabaloo_README +core_dune-localfunctions,core_dune-localfunctions_commits.csv,core_dune-localfunctions_hullabaloo_README +jpastuszek_capture-output,_jpastuszek_capture-output_commits.csv,jpastuszek_capture-output_hullabaloo_README.rdoc +cloudflare_python-cloudflare,_cloudflare_python-cloudflare_commits.csv,cloudflare_python-cloudflare_hullabaloo_README.md +matrix-org_python-signedjson.git,_matrix-org_python-signedjson.git_commits.csv,matrix-org_python-signedjson.git_hullabaloo_README.rst +requests-cache_requests-cache,_requests-cache_requests-cache_commits.csv,requests-cache_requests-cache_hullabaloo_README +bpython_curtsies,_bpython_curtsies_commits.csv,bpython_curtsies_hullabaloo_README.md +mitsuhiko_flask-openid.git,_mitsuhiko_flask-openid.git_commits.csv,mitsuhiko_flask-openid.git_hullabaloo_README +loads_molotov.git,_loads_molotov.git_commits.csv,loads_molotov.git_hullabaloo_README.md +git_perl_net-duo.git,git_perl_net-duo.git_commits.csv,git_perl_net-duo.git_hullabaloo_README +backuppc_backuppc,_backuppc_backuppc_commits.csv,backuppc_backuppc-xs.git_hullabaloo_README +swaywm_swayidle,_swaywm_swayidle_commits.csv,swaywm_swayidle_hullabaloo_README.md +zopefoundation_zope.testrunner,_zopefoundation_zope.testrunner_commits.csv,zopefoundation_zope.testrunner_hullabaloo_README.txt +ua-parser_uap-core.git,_ua-parser_uap-core.git_commits.csv,ua-parser_uap-core.git_hullabaloo_README.markdown +mila-iqia_picklable-itertools,_mila-iqia_picklable-itertools_commits.csv,mila-iqia_picklable-itertools_hullabaloo_README.md +GNOME_ocrfeeder,GNOME_ocrfeeder_commits.csv,GNOME_ocrfeeder_hullabaloo_README +artyom-poptsov_guile-ssh.git,_artyom-poptsov_guile-ssh.git_commits.csv,artyom-poptsov_guile-ssh.git_hullabaloo_README +voxpupuli_pypuppetdb,_voxpupuli_pypuppetdb_commits.csv,voxpupuli_pypuppetdb_hullabaloo_README.md +ghorn_debian-coinor-ipopt.git,ghorn_debian-coinor-ipopt.git_commits.csv,ghorn_debian-coinor-ipopt.git_hullabaloo_README +Libvisual_libvisual,_Libvisual_libvisual_commits.csv,Libvisual_libvisual_hullabaloo_README +foutaise_texttable,_foutaise_texttable_commits.csv,foutaise_texttable_hullabaloo_README.md +mozilla_source-map,_mozilla_source-map_commits.csv,mozilla_source-map_hullabaloo_README +ponyorm_pony,_ponyorm_pony_commits.csv,ponyorm_pony_hullabaloo_README +vmware_pyvmomi,_vmware_pyvmomi_commits.csv,vmware_pyvmomi_hullabaloo_README.md +airspy_airspyone_host.git,_airspy_airspyone_host.git_commits.csv,airspy_airspyone_host.git_hullabaloo_README.md +alecthomas_voluptuous,_alecthomas_voluptuous_commits.csv,alecthomas_voluptuous_hullabaloo_README +rastersoft_devedeng,rastersoft_devedeng_commits.csv,rastersoft_devedeng_hullabaloo_README.md +dagolden_Pod-Wordlist-hanekomu,_dagolden_Pod-Wordlist-hanekomu_commits.csv,dagolden_Pod-Wordlist-hanekomu_hullabaloo_README +translate_translate,_translate_translate_commits.csv,translate_translate_hullabaloo_README.TXT +zmartzone_mod_auth_openidc.git,_zmartzone_mod_auth_openidc.git_commits.csv,zmartzone_mod_auth_openidc.git_hullabaloo_README +jorgesca_garmintools.git,_jorgesca_garmintools.git_commits.csv,jorgesca_garmintools.git_hullabaloo_README +takluyver_entrypoints,_takluyver_entrypoints_commits.csv,takluyver_entrypoints_hullabaloo_README.rst +yamldb_yaml_db,_yamldb_yaml_db_commits.csv,yamldb_yaml_db_hullabaloo_README +wjoye_tktable,_wjoye_tktable_commits.csv,wjoye_tktable_hullabaloo_templateclass.README +libosinfo_osinfo-db-tools.git,libosinfo_osinfo-db-tools.git_commits.csv,libosinfo_osinfo-db-tools.git_hullabaloo_README +mogaal_nomnom,mogaal_nomnom_commits.csv,mogaal_nomnom_hullabaloo_README +ttilley_fssm.git,_ttilley_fssm.git_commits.csv,ttilley_fssm.git_hullabaloo_README.rdoc +panel-plugins_xfce4-battery-plugin,panel-plugins_xfce4-battery-plugin_commits.csv,panel-plugins_xfce4-battery-plugin_hullabaloo_README +sparklemotion_mechanize.git,_sparklemotion_mechanize.git_commits.csv,sparklemotion_mechanize.git_hullabaloo_README +lanmaster53_recon-ng.git,_lanmaster53_recon-ng.git_commits.csv,lanmaster53_recon-ng.git_hullabaloo_README.md +mhekkel_libzeep.git,_mhekkel_libzeep.git_commits.csv,mhekkel_libzeep.git_hullabaloo_README +antocm_guidedog,antocm_guidedog_commits.csv,antocm_guidedog_hullabaloo_README +ungleich-public_cdist,ungleich-public_cdist_commits.csv,ungleich-public_cdist_hullabaloo_README +GNOME_pan.git,GNOME_pan.git_commits.csv,GNOME_pan.git_hullabaloo_README +martinblech_xmltodict.git,_martinblech_xmltodict.git_commits.csv,martinblech_xmltodict.git_hullabaloo_README.markdown +dagolden_math-random-oo.git,_dagolden_math-random-oo.git_commits.csv,dagolden_math-random-oo.git_hullabaloo_README +lxqt_lxqt-admin.git,_lxqt_lxqt-admin.git_commits.csv,lxqt_lxqt-admin.git_hullabaloo_README.md +cpants_Module-CPANTS-Analyse.git,_cpants_Module-CPANTS-Analyse.git_commits.csv,cpants_Module-CPANTS-Analyse.git_hullabaloo_README +bestpractical_jifty-dbi.git,_bestpractical_jifty-dbi.git_commits.csv,bestpractical_jifty-dbi.git_hullabaloo_README +ionelmc_python-darkslide.git,_ionelmc_python-darkslide.git_commits.csv,ionelmc_python-darkslide.git_hullabaloo_README +tmate-io_tmate,_tmate-io_tmate_commits.csv,tmate-io_tmate_hullabaloo_README +jackaudio_jack1.git,_jackaudio_jack1.git_commits.csv,jackaudio_jack1.git_hullabaloo_README +stompgem_stomp.git,_stompgem_stomp.git_commits.csv,stompgem_stomp.git_hullabaloo_README +IRCAD_sight,_IRCAD_sight_commits.csv,IRCAD_sight_hullabaloo_README.md +GNOME_gom.git,GNOME_gom.git_commits.csv,GNOME_gom.git_hullabaloo_README +jpirko_libndp.git,_jpirko_libndp.git_commits.csv,jpirko_libndp.git_hullabaloo_README +gildor478_ocaml-expect.git,_gildor478_ocaml-expect.git_commits.csv,gildor478_ocaml-expect.git_hullabaloo_README.txt +pytroll_pyresample,_pytroll_pyresample_commits.csv,pytroll_pyresample_hullabaloo_README +mate-desktop_mate-screensaver.git,_mate-desktop_mate-screensaver.git_commits.csv,mate-desktop_mate-screensaver.git_hullabaloo_README +seattlerb_sexp_processor,_seattlerb_sexp_processor_commits.csv,seattlerb_sexp_processor_hullabaloo_README.txt +mate-desktop_caja-dropbox.git,_mate-desktop_caja-dropbox.git_commits.csv,mate-desktop_caja-dropbox.git_hullabaloo_README +aircrack-ng_aircrack-ng,_aircrack-ng_aircrack-ng_commits.csv,aircrack-ng_aircrack-ng_hullabaloo_README +sqlalchemy_mako,_sqlalchemy_mako_commits.csv,sqlalchemy_mako_hullabaloo_README +porridge_libydpdict,porridge_libydpdict_commits.csv,porridge_libydpdict_hullabaloo_README +clojure_core.cache,_clojure_core.cache_commits.csv,clojure_core.cache_hullabaloo_README.md +numba_llvmlite.git,_numba_llvmlite.git_commits.csv,numba_llvmlite.git_hullabaloo_README.md +hfst_hfst-ospell.git,_hfst_hfst-ospell.git_commits.csv,hfst_hfst-ospell.git_hullabaloo_README +phpDocumentor_TypeResolver,_phpDocumentor_TypeResolver_commits.csv,phpDocumentor_TypeResolver_hullabaloo_README.md +mate-desktop_libmateweather.git,_mate-desktop_libmateweather.git_commits.csv,mate-desktop_libmateweather.git_hullabaloo_README +Mic92_python-mpd2,_Mic92_python-mpd2_commits.csv,Mic92_python-mpd2_hullabaloo_README.txt +rails_coffee-rails,_rails_coffee-rails_commits.csv,rails_coffee-rails_hullabaloo_README.markdown +GNOME_mm-common.git,GNOME_mm-common.git_commits.csv,GNOME_mm-common.git_hullabaloo_README +unknown-horizons_unknown-horizons.git,_unknown-horizons_unknown-horizons.git_commits.csv,unknown-horizons_unknown-horizons.git_hullabaloo_README +cleishm_libcypher-parser,cleishm_libcypher-parser_commits.csv,cleishm_libcypher-parser_hullabaloo_README.md +ddfreyne_cri,_ddfreyne_cri_commits.csv,ddfreyne_cri_hullabaloo_README +GNOME_gnome-control-center,GNOME_gnome-control-center_commits.csv,GNOME_gnome-control-center_hullabaloo_README +micheleg_dash-to-dock.git,_micheleg_dash-to-dock.git_commits.csv,micheleg_dash-to-dock.git_hullabaloo_README.md +basho_bitcask.git,_basho_bitcask.git_commits.csv,basho_bitcask.git_hullabaloo_README +kasei_atteanx-endpoint.git,_kasei_atteanx-endpoint.git_commits.csv,kasei_atteanx-endpoint.git_hullabaloo_README.md +jaraco_keyring,_jaraco_keyring_commits.csv,jaraco_keyrings.alt_hullabaloo_README.rst +mogaal_cclive,mogaal_cclive_commits.csv,mogaal_cclive_hullabaloo_README +pmcenery_ipheth-debian,pmcenery_ipheth-debian_commits.csv,pmcenery_ipheth-debian_hullabaloo_README +GNOME_librsvg.git,GNOME_librsvg.git_commits.csv,GNOME_librsvg.git_hullabaloo_README.CVS +CsoundQt_CsoundQt,_CsoundQt_CsoundQt_commits.csv,CsoundQt_CsoundQt_hullabaloo_README.md +pub_scm_linux_kernel_git_jberg_iw.git,pub_scm_linux_kernel_git_jberg_iw.git_commits.csv,pub_scm_linux_kernel_git_jberg_iw.git_hullabaloo_README +pydata_xarray,_pydata_xarray_commits.csv,pydata_xarray_hullabaloo_README.md +bluesabre_mugshot,_bluesabre_mugshot_commits.csv,bluesabre_mugshot_hullabaloo_README +intel_hyperscan.git,_intel_hyperscan.git_commits.csv,intel_hyperscan.git_hullabaloo_README.md +PyCQA_pep8-naming,_PyCQA_pep8-naming_commits.csv,PyCQA_pep8-naming_hullabaloo_README.rst +pantsbuild_pex.git,_pantsbuild_pex.git_commits.csv,pantsbuild_pex.git_hullabaloo_README.md +dai-vdr_gkrelluim.git,_dai-vdr_gkrelluim.git_commits.csv,dai-vdr_gkrelluim.git_hullabaloo_README +mbostock_smash.git,_mbostock_smash.git_commits.csv,mbostock_smash.git_hullabaloo_README.md +Diaoul_subliminal.git,_Diaoul_subliminal.git_commits.csv,Diaoul_subliminal.git_hullabaloo_README.md +yayahjb_cbflib,_yayahjb_cbflib_commits.csv,yayahjb_cbflib_hullabaloo_README +celery_django-celery-beat,_celery_django-celery-beat_commits.csv,celery_django-celery-beat_hullabaloo_README.rst +MightyCreak_diffuse.git,_MightyCreak_diffuse.git_commits.csv,MightyCreak_diffuse.git_hullabaloo_ru +seb-m_pyinotify.git,_seb-m_pyinotify.git_commits.csv,seb-m_pyinotify.git_hullabaloo_README +fcitx_fcitx-libpinyin,_fcitx_fcitx-libpinyin_commits.csv,fcitx_fcitx-libpinyin_hullabaloo_README +pytrainer_pytrainer.git,_pytrainer_pytrainer.git_commits.csv,pytrainer_pytrainer.git_hullabaloo_README.txt +GNOME_glib-networking,GNOME_glib-networking_commits.csv,GNOME_glib-networking_hullabaloo_README +boundary_folsom.git,_boundary_folsom.git_commits.csv,boundary_folsom.git_hullabaloo_README.md +hpjansson_chafa.git,_hpjansson_chafa.git_commits.csv,hpjansson_chafa.git_hullabaloo_README +subdownloader_subdownloader,_subdownloader_subdownloader_commits.csv,subdownloader_subdownloader_hullabaloo_README.txt +linuxdeepin_deepin-image-viewer,_linuxdeepin_deepin-image-viewer_commits.csv,linuxdeepin_deepin-image-viewer_hullabaloo_README.md +certbot_josepy,_certbot_josepy_commits.csv,certbot_josepy_hullabaloo_README +umanwizard_libeot.git,_umanwizard_libeot.git_commits.csv,umanwizard_libeot.git_hullabaloo_README.md +c-w_ghp-import.git,_c-w_ghp-import.git_commits.csv,c-w_ghp-import.git_hullabaloo_README.rst +shapely_shapely.git,_shapely_shapely.git_commits.csv,shapely_shapely.git_hullabaloo_README.txt +janestreet_sexplib.git,_janestreet_sexplib.git_commits.csv,janestreet_sexplib.git_hullabaloo_README +lord63_tldr.py,_lord63_tldr.py_commits.csv,lord63_tldr.py_hullabaloo_README.md +pcman-bbs_pcmanx,pcman-bbs_pcmanx_commits.csv,pcman-bbs_pcmanx_hullabaloo_README +myint_perceptualdiff,_myint_perceptualdiff_commits.csv,myint_perceptualdiff_hullabaloo_README.txt +snare_scruffy,_snare_scruffy_commits.csv,snare_scruffy_hullabaloo_README.md +google_googletest.git,_google_googletest.git_commits.csv,google_googletest.git_hullabaloo_README +aplevich_dpic,aplevich_dpic_commits.csv,aplevich_dpic_hullabaloo_README +ctjacobs_pyqso,_ctjacobs_pyqso_commits.csv,ctjacobs_pyqso_hullabaloo_README +jbouse-debian_libesmtp,jbouse-debian_libesmtp_commits.csv,jbouse-debian_libesmtp_hullabaloo_README +argerim_select2-rails,_argerim_select2-rails_commits.csv,argerim_select2-rails_hullabaloo_README +debian-tex_asymptote,debian-tex_asymptote_commits.csv,debian-tex_asymptote_hullabaloo_README +trackballs_trackballs.git,_trackballs_trackballs.git_commits.csv,trackballs_trackballs.git_hullabaloo_README.html +NVIDIA_nvidia-persistenced,_NVIDIA_nvidia-persistenced_commits.csv,NVIDIA_nvidia-persistenced_hullabaloo_README +nginxinc_nginx-prometheus-exporter,_nginxinc_nginx-prometheus-exporter_commits.csv,nginxinc_nginx-prometheus-exporter_hullabaloo_README.md +Rich-Harris_sourcemap-codec,_Rich-Harris_sourcemap-codec_commits.csv,Rich-Harris_sourcemap-codec_hullabaloo_README.md +compiz_compizconfig-python.git,compiz_compizconfig-python.git_commits.csv,compiz_compizconfig-python.git_hullabaloo_README +silnrsi_grcompiler.git,_silnrsi_grcompiler.git_commits.csv,silnrsi_grcompiler.git_hullabaloo_README +rncbc_drumkv1.git,_rncbc_drumkv1.git_commits.csv,rncbc_drumkv1.git_hullabaloo_README +savonet_ocaml-speex.git,_savonet_ocaml-speex.git_commits.csv,savonet_ocaml-speex.git_hullabaloo_README +bombadil_mod_proxy_msrpc,bombadil_mod_proxy_msrpc_commits.csv,bombadil_mod_proxy_msrpc_hullabaloo_README.pod +jonathanio_update-systemd-resolved,_jonathanio_update-systemd-resolved_commits.csv,jonathanio_update-systemd-resolved_hullabaloo_README.md +alisaifee_flask-limiter.git,_alisaifee_flask-limiter.git_commits.csv,alisaifee_flask-limiter.git_hullabaloo_README.rst +simd-everywhere_simde,_simd-everywhere_simde_commits.csv,simd-everywhere_simde_hullabaloo_README.md +marioroy_mce-perl.git,_marioroy_mce-perl.git_commits.csv,marioroy_mce-perl.git_hullabaloo_README.md +jquery-i18n-properties_jquery-i18n-properties.git,_jquery-i18n-properties_jquery-i18n-properties.git_commits.csv,jquery-i18n-properties_jquery-i18n-properties.git_hullabaloo_README.txt +jklimke_libcitygml.git,_jklimke_libcitygml.git_commits.csv,jklimke_libcitygml.git_hullabaloo_README +pyca_pynacl,_pyca_pynacl_commits.csv,pyca_pynacl_hullabaloo_README.rst +gak_gravit,_gak_gravit_commits.csv,gak_gravit_hullabaloo_README +kilobyte_safeclib,kilobyte_safeclib_commits.csv,kilobyte_safeclib_hullabaloo_README +git_nano.git,git_nano.git_commits.csv,git_nano.git_hullabaloo_README +AFLplusplus_AFLplusplus.git,_AFLplusplus_AFLplusplus.git_commits.csv,AFLplusplus_AFLplusplus.git_hullabaloo_README +maxmind_MaxMind-DB-Reader-python,_maxmind_MaxMind-DB-Reader-python_commits.csv,maxmind_MaxMind-DB-Reader-python_hullabaloo_README.md +leitao_fortunes-br.git,leitao_fortunes-br.git_commits.csv,leitao_fortunes-br.git_hullabaloo_README +hMatoba_Piexif,_hMatoba_Piexif_commits.csv,hMatoba_Piexif_hullabaloo_README.md +pyparsing_pyparsing,_pyparsing_pyparsing_commits.csv,pyparsing_pyparsing_hullabaloo_README +EnterpriseDB_mysql_fdw.git,_EnterpriseDB_mysql_fdw.git_commits.csv,EnterpriseDB_mysql_fdw.git_hullabaloo_README +sharplispers_split-sequence,_sharplispers_split-sequence_commits.csv,sharplispers_split-sequence_hullabaloo_README.md +notanumber_xapian-haystack,_notanumber_xapian-haystack_commits.csv,notanumber_xapian-haystack_hullabaloo_README +jaspernbrouwer_powerline-gitstatus.git,_jaspernbrouwer_powerline-gitstatus.git_commits.csv,jaspernbrouwer_powerline-gitstatus.git_hullabaloo_README.md +bibletime_bibletime.git,_bibletime_bibletime.git_commits.csv,bibletime_bibletime.git_hullabaloo_README.in +sphinx-contrib_restbuilder.git,_sphinx-contrib_restbuilder.git_commits.csv,sphinx-contrib_restbuilder.git_hullabaloo_README.rst +wojdyr_xylib,_wojdyr_xylib_commits.csv,wojdyr_xylib_hullabaloo_README +erdewit_nest_asyncio,_erdewit_nest_asyncio_commits.csv,erdewit_nest_asyncio_hullabaloo_README.rst +scrapy-plugins_scrapy-djangoitem,_scrapy-plugins_scrapy-djangoitem_commits.csv,scrapy-plugins_scrapy-djangoitem_hullabaloo_README.rst +outatime_applause.git,_outatime_applause.git_commits.csv,outatime_applause.git_hullabaloo_README.md +rncbc_samplv1.git,_rncbc_samplv1.git_commits.csv,rncbc_samplv1.git_hullabaloo_README +erikd_libsndfile,_erikd_libsndfile_commits.csv,erikd_libsndfile_hullabaloo_README +ge-ne_bibtool.git,_ge-ne_bibtool.git_commits.csv,ge-ne_bibtool.git_hullabaloo_README +ahcm_ffindex.git,_ahcm_ffindex.git_commits.csv,ahcm_ffindex.git_hullabaloo_README +firmafon_ruby-fogbugz,_firmafon_ruby-fogbugz_commits.csv,firmafon_ruby-fogbugz_hullabaloo_README.md +Echsecutor_coffee,_Echsecutor_coffee_commits.csv,Echsecutor_coffee_hullabaloo_README.md +shadowsocks_shadowsocks-libev,_shadowsocks_shadowsocks-libev_commits.csv,shadowsocks_shadowsocks-libev_hullabaloo_README.md +davidcelis_api-pagination.git,_davidcelis_api-pagination.git_commits.csv,davidcelis_api-pagination.git_hullabaloo_README.md +python-hyper_hyperframe.git,_python-hyper_hyperframe.git_commits.csv,python-hyper_hyperframe.git_hullabaloo_README.rst +toofishes_python-pgpdump,_toofishes_python-pgpdump_commits.csv,toofishes_python-pgpdump_hullabaloo_README.md +qiime2_q2cli,_qiime2_q2cli_commits.csv,qiime2_q2cli_hullabaloo_README.md +GNOME_msitools,_GNOME_msitools_commits.csv,GNOME_msitools_hullabaloo_README +words2nums,words2nums_commits.csv,words2nums_hullabaloo_README +pythongssapi_python-gssapi,_pythongssapi_python-gssapi_commits.csv,pythongssapi_python-gssapi_hullabaloo_README.txt +glv2_bruteforce-luks,_glv2_bruteforce-luks_commits.csv,glv2_bruteforce-luks_hullabaloo_README +tdiary_tdiary-core,_tdiary_tdiary-core_commits.csv,tdiary_tdiary-core_hullabaloo_README.html +libc_em-redis,_libc_em-redis_commits.csv,libc_em-redis_hullabaloo_README.txt +lxde_lxappearance.git,_lxde_lxappearance.git_commits.csv,lxde_lxappearance.git_hullabaloo_README +Quipyowert2_geki2,_Quipyowert2_geki2_commits.csv,Quipyowert2_geki2_hullabaloo_README +brianmario_charlock_holmes,_brianmario_charlock_holmes_commits.csv,brianmario_charlock_holmes_hullabaloo_README.md +pmqs_BerkeleyDB.git,_pmqs_BerkeleyDB.git_commits.csv,pmqs_BerkeleyDB.git_hullabaloo_README +manwar_Test-Strict.git,_manwar_Test-Strict.git_commits.csv,manwar_Test-Strict.git_hullabaloo_README +simsong_tcpflow.git,_simsong_tcpflow.git_commits.csv,simsong_tcpflow.git_hullabaloo_README +zopefoundation_zope.component,_zopefoundation_zope.component_commits.csv,zopefoundation_zope.component_hullabaloo_README.txt +linuxmint_nemo.git,_linuxmint_nemo.git_commits.csv,linuxmint_nemo.git_hullabaloo_README.md +nichtich_Pandoc-Wrapper.git,_nichtich_Pandoc-Wrapper.git_commits.csv,nichtich_Pandoc-Wrapper.git_hullabaloo_README.md +wooga_eredis.git,_wooga_eredis.git_commits.csv,wooga_eredis.git_hullabaloo_README.md +palinek_nm-tray.git,_palinek_nm-tray.git_commits.csv,palinek_nm-tray.git_hullabaloo_README.md +etingof_pysnmp,_etingof_pysnmp_commits.csv,etingof_pysnmp_hullabaloo_README.txt +BioPP_bpp-seq,_BioPP_bpp-seq_commits.csv,BioPP_bpp-seq_hullabaloo_README.md +ReAzem_python-pass.git,_ReAzem_python-pass.git_commits.csv,ReAzem_python-pass.git_hullabaloo_README.md +linuxmint_flags.git,_linuxmint_flags.git_commits.csv,linuxmint_flags.git_hullabaloo_README.md +rubik_radon.git,_rubik_radon.git_commits.csv,rubik_radon.git_hullabaloo_README.md +Intel-HLS_GKL.git,_Intel-HLS_GKL.git_commits.csv,Intel-HLS_GKL.git_hullabaloo_README.md +resurrecting-open-source-projects_txt2html,_resurrecting-open-source-projects_txt2html_commits.csv,resurrecting-open-source-projects_txt2html_hullabaloo_README +mlang_yatm.git,_mlang_yatm.git_commits.csv,mlang_yatm.git_hullabaloo_README +GNOME_hitori.git,GNOME_hitori.git_commits.csv,GNOME_hitori.git_hullabaloo_README +poppler_poppler,poppler_poppler_commits.csv,poppler_poppler_hullabaloo_README +p_qpxtool_code,p_qpxtool_code_commits.csv,p_qpxtool_code_hullabaloo_README +tkem_mopidy-dleyna.git,_tkem_mopidy-dleyna.git_commits.csv,tkem_mopidy-dleyna.git_hullabaloo_README.rst +stephane_libmodbus.git,_stephane_libmodbus.git_commits.csv,stephane_libmodbus.git_hullabaloo_README +kamailio_kamcli,_kamailio_kamcli_commits.csv,kamailio_kamcli_hullabaloo_README.md +enova_pg_fact_loader.git,_enova_pg_fact_loader.git_commits.csv,enova_pg_fact_loader.git_hullabaloo_README.md +ratt-ru_cassbeam,_ratt-ru_cassbeam_commits.csv,ratt-ru_cassbeam_hullabaloo_README +Archive_mousetrap,Archive_mousetrap_commits.csv,Archive_mousetrap_hullabaloo_README +jupyter_testpath.git,_jupyter_testpath.git_commits.csv,jupyter_testpath.git_hullabaloo_README.rst +rhinstaller_efivar.git,_rhinstaller_efivar.git_commits.csv,rhinstaller_efivar.git_hullabaloo_README.md +virt-viewer_virt-viewer.git,virt-viewer_virt-viewer.git_commits.csv,virt-viewer_virt-viewer.git_hullabaloo_README +aio-libs_yarl.git,_aio-libs_yarl.git_commits.csv,aio-libs_yarl.git_hullabaloo_README.md +lxqt_compton-conf.git,_lxqt_compton-conf.git_commits.csv,lxqt_compton-conf.git_hullabaloo_README +retext-project_pymarkups.git,_retext-project_pymarkups.git_commits.csv,retext-project_pymarkups.git_hullabaloo_README +rails_arel,_rails_arel_commits.csv,rails_arel_hullabaloo_README +iovisor_bcc.git,_iovisor_bcc.git_commits.csv,iovisor_bcc.git_hullabaloo_README.md +epam_nfstrace,_epam_nfstrace_commits.csv,epam_nfstrace_hullabaloo_README +rudionrails_yell,_rudionrails_yell_commits.csv,rudionrails_yell_hullabaloo_README.rdoc +mate-desktop_mate-menus.git,_mate-desktop_mate-menus.git_commits.csv,mate-desktop_mate-menus.git_hullabaloo_README +bowman_CGI-Expand.git,_bowman_CGI-Expand.git_commits.csv,bowman_CGI-Expand.git_hullabaloo_README +NICMx_Jool,NICMx_Jool_commits.csv,NICMx_Jool_hullabaloo_README +puppetlabs_puppetlabs-firewall,_puppetlabs_puppetlabs-firewall_commits.csv,puppetlabs_puppetlabs-firewall_hullabaloo_README.md +amnong_easywebdav,_amnong_easywebdav_commits.csv,amnong_easywebdav_hullabaloo_README.md +jonschlinkert_repeat-element,_jonschlinkert_repeat-element_commits.csv,jonschlinkert_repeat-element_hullabaloo_README.md +jiixyj_libebur128,_jiixyj_libebur128_commits.csv,jiixyj_libebur128_hullabaloo_README.md +mkleehammer_pyodbc.git,_mkleehammer_pyodbc.git_commits.csv,mkleehammer_pyodbc.git_hullabaloo_README.txt +kjetilk_RDF-LinkedData.git,_kjetilk_RDF-LinkedData.git_commits.csv,kjetilk_RDF-LinkedData.git_hullabaloo_README +JakeWharton_pidcat.git,_JakeWharton_pidcat.git_commits.csv,JakeWharton_pidcat.git_hullabaloo_README.md +jksrecko_libaria,jksrecko_libaria_commits.csv,jksrecko_libaria_hullabaloo_README.txt +codedread_scour.git,_codedread_scour.git_commits.csv,codedread_scour.git_hullabaloo_README.md +puppetlabs_puppetlabs-concat,_puppetlabs_puppetlabs-concat_commits.csv,puppetlabs_puppetlabs-concat_hullabaloo_README +SecurityInnovation_PGPy,_SecurityInnovation_PGPy_commits.csv,SecurityInnovation_PGPy_hullabaloo_README.md +schaal_bino,schaal_bino_commits.csv,schaal_bino_hullabaloo_README.Windows +tessus_apachetop.git,_tessus_apachetop.git_commits.csv,tessus_apachetop.git_hullabaloo_README +dankogai_p5-encode.git,_dankogai_p5-encode.git_commits.csv,dankogai_p5-encode.git_hullabaloo_README +clalancette_oz.git,_clalancette_oz.git_commits.csv,clalancette_oz.git_hullabaloo_README +tokuhirom_Furl.git,_tokuhirom_Furl.git_commits.csv,tokuhirom_Furl.git_hullabaloo_README.mkdn +philpem_printer-driver-ptouch.git,_philpem_printer-driver-ptouch.git_commits.csv,philpem_printer-driver-ptouch.git_hullabaloo_README +lazarusllong_sqldeveloper-package.git,lazarusllong_sqldeveloper-package.git_commits.csv,lazarusllong_sqldeveloper-package.git_hullabaloo_README +ycm-core_YouCompleteMe,_ycm-core_YouCompleteMe_commits.csv,ycm-core_YouCompleteMe_hullabaloo_README +spulec_freezegun.git,_spulec_freezegun.git_commits.csv,spulec_freezegun.git_hullabaloo_README.rst +GNOME_d-feet.git,GNOME_d-feet.git_commits.csv,GNOME_d-feet.git_hullabaloo_README +mopidy_mopidy-scrobbler.git,_mopidy_mopidy-scrobbler.git_commits.csv,mopidy_mopidy-scrobbler.git_hullabaloo_README.rst +lcdproc_lcdproc,_lcdproc_lcdproc_commits.csv,lcdproc_lcdproc_hullabaloo_README.IRman +stef_pysodium.git,_stef_pysodium.git_commits.csv,stef_pysodium.git_hullabaloo_README.md +lxqt_liblxqt.git,_lxqt_liblxqt.git_commits.csv,lxqt_liblxqt.git_hullabaloo_README +latchset_custodia.git,_latchset_custodia.git_commits.csv,latchset_custodia.git_hullabaloo_README.md +dds-bridge_dds.git,_dds-bridge_dds.git_commits.csv,dds-bridge_dds.git_hullabaloo_README +jawnsy_Math-Random-ISAAC,_jawnsy_Math-Random-ISAAC_commits.csv,jawnsy_Math-Random-ISAAC_hullabaloo_README +totalopenstation_totalopenstation.git,_totalopenstation_totalopenstation.git_commits.csv,totalopenstation_totalopenstation.git_hullabaloo_README.txt +diff-match-patch-python_diff-match-patch,_diff-match-patch-python_diff-match-patch_commits.csv,diff-match-patch-python_diff-match-patch_hullabaloo_README.md +vapier_ncompress.git,_vapier_ncompress.git_commits.csv,vapier_ncompress.git_hullabaloo_README +openwall_scanlogd.git,_openwall_scanlogd.git_commits.csv,openwall_scanlogd.git_hullabaloo_README.md +mati75_udevil.git,mati75_udevil.git_commits.csv,mati75_udevil.git_hullabaloo_README +pagekit_vue-resource,_pagekit_vue-resource_commits.csv,pagekit_vue-resource_hullabaloo_README.md +wxAstro_wxAstroCapture,_wxAstro_wxAstroCapture_commits.csv,wxAstro_wxAstroCapture_hullabaloo_README.md +leenooks_phpLDAPadmin,_leenooks_phpLDAPadmin_commits.csv,leenooks_phpLDAPadmin_hullabaloo_README-translation.txt +johnkerl_miller.git,_johnkerl_miller.git_commits.csv,johnkerl_miller.git_hullabaloo_README.md +pypa_pep517.git,_pypa_pep517.git_commits.csv,pypa_pep517.git_hullabaloo_README.rst +extensions_dune-grid-glue,extensions_dune-grid-glue_commits.csv,extensions_dune-grid-glue_hullabaloo_README +thumblemonks_riot.git,_thumblemonks_riot.git_commits.csv,thumblemonks_riot.git_hullabaloo_README.markdown +dask_partd.git,_dask_partd.git_commits.csv,dask_partd.git_hullabaloo_README.rst +mate-desktop_caja-actions,_mate-desktop_caja-actions_commits.csv,mate-desktop_caja-actions_hullabaloo_README +lipnitsk_libcue,_lipnitsk_libcue_commits.csv,lipnitsk_libcue_hullabaloo_README +boto_botocore,_boto_botocore_commits.csv,boto_botocore_hullabaloo_README.md +wesm_feather,_wesm_feather_commits.csv,wesm_feather_hullabaloo_README.md +locationtech_jts.git,_locationtech_jts.git_commits.csv,locationtech_jts.git_hullabaloo_README.md +rclone_rclone.git,_rclone_rclone.git_commits.csv,rclone_rclone.git_hullabaloo_README.md +osmcode_osmium-tool.git,_osmcode_osmium-tool.git_commits.csv,osmcode_osmium-tool.git_hullabaloo_README.md +nov_openid_connect,_nov_openid_connect_commits.csv,nov_openid_connect_hullabaloo_README.rdoc +matplotlib_cycler,_matplotlib_cycler_commits.csv,matplotlib_cycler_hullabaloo_README.md +lrgc_grun.git,_lrgc_grun.git_commits.csv,lrgc_grun.git_hullabaloo_README +turnstep_Math-GMP.git,_turnstep_Math-GMP.git_commits.csv,turnstep_Math-GMP.git_hullabaloo_README +plasma_kactivitymanagerd.git,plasma_kactivitymanagerd.git_commits.csv,plasma_kactivitymanagerd.git_hullabaloo_README +fnando_browser.git,_fnando_browser.git_commits.csv,fnando_browser.git_hullabaloo_README.rdoc +neomutt_neomutt,_neomutt_neomutt_commits.csv,neomutt_neomutt_hullabaloo_README +haakonnessjoen_Cavez-of-Phear-packaging,haakonnessjoen_Cavez-of-Phear-packaging_commits.csv,haakonnessjoen_Cavez-of-Phear-packaging_hullabaloo_README +trentm_node-dashdash,_trentm_node-dashdash_commits.csv,trentm_node-dashdash_hullabaloo_README.md +pgul_binkd,_pgul_binkd_commits.csv,pgul_binkd_hullabaloo_!README.FIX +debian-tex_texinfo,debian-tex_texinfo_commits.csv,debian-tex_texinfo_hullabaloo_README.dev +GNOME_at-spi2-core.git,GNOME_at-spi2-core.git_commits.csv,GNOME_at-spi2-core.git_hullabaloo_README +punitagrawal_libhugetlbfs.git,punitagrawal_libhugetlbfs.git_commits.csv,punitagrawal_libhugetlbfs.git_hullabaloo_README +jtesta_ssh-audit.git,_jtesta_ssh-audit.git_commits.csv,jtesta_ssh-audit.git_hullabaloo_README.md +libyal_libfsntfs.git,_libyal_libfsntfs.git_commits.csv,libyal_libfsntfs.git_hullabaloo_README +biolab-unige_nifti2dicom.git,_biolab-unige_nifti2dicom.git_commits.csv,biolab-unige_nifti2dicom.git_hullabaloo_README +sferik_twitter,_sferik_twitter_commits.csv,sferik_twitter_hullabaloo_README +sarnold_cccc,_sarnold_cccc_commits.csv,sarnold_cccc_hullabaloo_README +bw2_ConfigArgParse,_bw2_ConfigArgParse_commits.csv,bw2_ConfigArgParse_hullabaloo_README.md +adamchainz_django-cors-headers,_adamchainz_django-cors-headers_commits.csv,adamchainz_django-cors-headers_hullabaloo_README.md +adrienverge_PhotoCollage,_adrienverge_PhotoCollage_commits.csv,adrienverge_PhotoCollage_hullabaloo_README.md +developit_preact.git,_developit_preact.git_commits.csv,developit_preact.git_hullabaloo_README.md +phpmyadmin_motranslator,_phpmyadmin_motranslator_commits.csv,phpmyadmin_motranslator_hullabaloo_README.md +rodolf0_wbar,_rodolf0_wbar_commits.csv,rodolf0_wbar_hullabaloo_README +eferdman_dehydrated-hook-ddns-tsig.git,_eferdman_dehydrated-hook-ddns-tsig.git_commits.csv,eferdman_dehydrated-hook-ddns-tsig.git_hullabaloo_README.md +libsndfile_libsamplerate,_libsndfile_libsamplerate_commits.csv,libsndfile_libsamplerate_hullabaloo_README +sporkmonger_uuidtools,_sporkmonger_uuidtools_commits.csv,sporkmonger_uuidtools_hullabaloo_README +Sheeprider_BitBucket-api,_Sheeprider_BitBucket-api_commits.csv,Sheeprider_BitBucket-api_hullabaloo_README.md +JPEWdev_icecream-sundae,_JPEWdev_icecream-sundae_commits.csv,JPEWdev_icecream-sundae_hullabaloo_README.md +matrix-org_synapse.git,_matrix-org_synapse.git_commits.csv,matrix-org_synapse.git_hullabaloo_README.rst +common-workflow-language_schema_salad,_common-workflow-language_schema_salad_commits.csv,common-workflow-language_schema_salad_hullabaloo_README.md +pear_text_password.git,_pear_text_password.git_commits.csv,pear_text_password.git_hullabaloo_README.md +plasma_kdeplasma-addons.git,plasma_kdeplasma-addons.git_commits.csv,plasma_kdeplasma-addons.git_hullabaloo_README +OpenNI_OpenNI.git,_OpenNI_OpenNI.git_commits.csv,OpenNI_OpenNI.git_hullabaloo_README +trezor_python-mnemonic,_trezor_python-mnemonic_commits.csv,trezor_python-mnemonic_hullabaloo_README +savonet_ocaml-gstreamer.git,_savonet_ocaml-gstreamer.git_commits.csv,savonet_ocaml-gstreamer.git_hullabaloo_README +hypre-space_hypre,_hypre-space_hypre_commits.csv,hypre-space_hypre_hullabaloo_README.parameters +dagolden_Config-Identity.git,_dagolden_Config-Identity.git_commits.csv,dagolden_Config-Identity.git_hullabaloo_README +pgq_pgqd,_pgq_pgqd_commits.csv,pgq_pgqd_hullabaloo_README.rst +eproxus_meck.git,_eproxus_meck.git_commits.csv,eproxus_meck.git_hullabaloo_README.md +jbenden_mod_clamav.git,_jbenden_mod_clamav.git_commits.csv,jbenden_mod_clamav.git_hullabaloo_README.txt +amule-project_amule.git,_amule-project_amule.git_commits.csv,amule-project_amule.git_hullabaloo_README +ironcamel_AtomBus.git,_ironcamel_AtomBus.git_commits.csv,ironcamel_AtomBus.git_hullabaloo_README +williamh_pybugz,_williamh_pybugz_commits.csv,williamh_pybugz_hullabaloo_README +kumina_postfix_exporter,_kumina_postfix_exporter_commits.csv,kumina_postfix_exporter_hullabaloo_README.md +plotly_plotly.R.git,_plotly_plotly.R.git_commits.csv,plotly_plotly.R.git_hullabaloo_README.md +gabime_spdlog,_gabime_spdlog_commits.csv,gabime_spdlog_hullabaloo_README.md +ClusterLabs_pacemaker,_ClusterLabs_pacemaker_commits.csv,ClusterLabs_pacemaker_hullabaloo_README +ubuntu-mate_mate-window-applets.git,_ubuntu-mate_mate-window-applets.git_commits.csv,ubuntu-mate_mate-window-applets.git_hullabaloo_README.md +paniagua-gustavo_debian-snetz,paniagua-gustavo_debian-snetz_commits.csv,paniagua-gustavo_debian-snetz_hullabaloo_README.md +pygments_pygments.git,_pygments_pygments.git_commits.csv,pygments_pygments.git_hullabaloo_README.rst +hashcat_hashcat.git,_hashcat_hashcat.git_commits.csv,hashcat_hashcat.git_hullabaloo_README.md +puppetlabs_puppetlabs-apache,_puppetlabs_puppetlabs-apache_commits.csv,puppetlabs_puppetlabs-apache_hullabaloo_README.md +noppo_gevent-websocket.git,noppo_gevent-websocket.git_commits.csv,noppo_gevent-websocket.git_hullabaloo_README.rst +linuxmint_cinnamon-menus.git,_linuxmint_cinnamon-menus.git_commits.csv,linuxmint_cinnamon-menus.git_hullabaloo_README +viraptor_phply.git,_viraptor_phply.git_commits.csv,viraptor_phply.git_hullabaloo_README.md +jrowen_rhandsontable.git,_jrowen_rhandsontable.git_commits.csv,jrowen_rhandsontable.git_hullabaloo_README.md +PyWavelets_pywt.git,_PyWavelets_pywt.git_commits.csv,PyWavelets_pywt.git_hullabaloo_README.txt +ClusterLabs_libqb,_ClusterLabs_libqb_commits.csv,ClusterLabs_libqb_hullabaloo_README +alfred.git,alfred.git_commits.csv,alfred.git_hullabaloo_README +tonioo_sievelib,_tonioo_sievelib_commits.csv,tonioo_sievelib_hullabaloo_README +barbie_data-phrasebook.git,_barbie_data-phrasebook.git_commits.csv,barbie_data-phrasebook.git_hullabaloo_README +lxqt_lxqt-notificationd.git,_lxqt_lxqt-notificationd.git_commits.csv,lxqt_lxqt-notificationd.git_hullabaloo_README.md +sqlalchemyorg_changelog,_sqlalchemyorg_changelog_commits.csv,sqlalchemyorg_changelog_hullabaloo_README.rst +jazzband_django-recurrence,_jazzband_django-recurrence_commits.csv,jazzband_django-recurrence_hullabaloo_README +Backblaze_B2_Command_Line_Tool,_Backblaze_B2_Command_Line_Tool_commits.csv,Backblaze_B2_Command_Line_Tool_hullabaloo_README.md +wanderlust_flim,_wanderlust_flim_commits.csv,wanderlust_flim_hullabaloo_README.en +vsajip_python-gnupg.git,_vsajip_python-gnupg.git_commits.csv,vsajip_python-gnupg.git_hullabaloo_README.rst +jgoerzen_zfSnap,jgoerzen_zfSnap_commits.csv,jgoerzen_zfSnap_hullabaloo_README +dirkvdb_ffmpegthumbnailer,_dirkvdb_ffmpegthumbnailer_commits.csv,dirkvdb_ffmpegthumbnailer_hullabaloo_README +brianmario_mysql2,_brianmario_mysql2_commits.csv,brianmario_mysql2_hullabaloo_README.rdoc +ruby-amqp_amqp.git,_ruby-amqp_amqp.git_commits.csv,ruby-amqp_amqp.git_hullabaloo_README +broukema_inhomog,broukema_inhomog_commits.csv,broukema_inhomog_hullabaloo_README +kigo.git,kigo.git_commits.csv,kigo.git_hullabaloo_README +Fantomas42_django-xmlrpc,_Fantomas42_django-xmlrpc_commits.csv,Fantomas42_django-xmlrpc_hullabaloo_README.rst +ebook-utils_css-parser,_ebook-utils_css-parser_commits.csv,ebook-utils_css-parser_hullabaloo_README.md +perigrin_xml-sax-machines.git,_perigrin_xml-sax-machines.git_commits.csv,perigrin_xml-sax-machines.git_hullabaloo_README +pylti_lti.git,_pylti_lti.git_commits.csv,pylti_lti.git_hullabaloo_README.md +tildeslash_monit,tildeslash_monit_commits.csv,tildeslash_monit_hullabaloo_README.md +topfunky_gruff,_topfunky_gruff_commits.csv,topfunky_gruff_hullabaloo_README.txt +xach_buildapp,_xach_buildapp_commits.csv,xach_buildapp_hullabaloo_README +iso-codes-team_iso-codes,iso-codes-team_iso-codes_commits.csv,iso-codes-team_iso-codes_hullabaloo_README +jarun_nnn.git,_jarun_nnn.git_commits.csv,jarun_nnn.git_hullabaloo_README.md +linuxmint_timeshift.git,_linuxmint_timeshift.git_commits.csv,linuxmint_timeshift.git_hullabaloo_README +collectiveidea_json_spec,_collectiveidea_json_spec_commits.csv,collectiveidea_json_spec_hullabaloo_README.md +takaswie_hinawa-utils.git,_takaswie_hinawa-utils.git_commits.csv,takaswie_hinawa-utils.git_hullabaloo_README +y-256_libdivsufsort.git,_y-256_libdivsufsort.git_commits.csv,y-256_libdivsufsort.git_hullabaloo_README +xflr6_graphviz,_xflr6_graphviz_commits.csv,xflr6_graphviz_hullabaloo_README.rst +mvz_ruby-gir-ffi,_mvz_ruby-gir-ffi_commits.csv,mvz_ruby-gir-ffi_hullabaloo_README.rdoc +rzvncj_xCHM.git,_rzvncj_xCHM.git_commits.csv,rzvncj_xCHM.git_hullabaloo_README +jaraco_zipp,_jaraco_zipp_commits.csv,jaraco_zipp_hullabaloo_README.rst +sabnzbd_sabyenc.git,_sabnzbd_sabyenc.git_commits.csv,sabnzbd_sabyenc.git_hullabaloo_README +mathiasbynens_unicode-property-aliases,_mathiasbynens_unicode-property-aliases_commits.csv,mathiasbynens_unicode-property-aliases_hullabaloo_README.md +expressjs_media-typer.git,_expressjs_media-typer.git_commits.csv,expressjs_media-typer.git_hullabaloo_README.md +SciTools_cartopy.git,_SciTools_cartopy.git_commits.csv,SciTools_cartopy.git_hullabaloo_README.md +pyFFTW_pyFFTW,_pyFFTW_pyFFTW_commits.csv,pyFFTW_pyFFTW_hullabaloo_README +brobin_drf-generators,_brobin_drf-generators_commits.csv,brobin_drf-generators_hullabaloo_README.rst +WebAssembly_binaryen,_WebAssembly_binaryen_commits.csv,WebAssembly_binaryen_hullabaloo_README.md +HandBrake_HandBrake,_HandBrake_HandBrake_commits.csv,HandBrake_HandBrake_hullabaloo_README +oetiker_SmokePing.git,_oetiker_SmokePing.git_commits.csv,oetiker_SmokePing.git_hullabaloo_README +libyal_libvhdi.git,_libyal_libvhdi.git_commits.csv,libyal_libvhdi.git_hullabaloo_README +pear_Net_SMTP.git,_pear_Net_SMTP.git_commits.csv,pear_Net_SMTP.git_hullabaloo_README.rst +fail2ban_fail2ban,_fail2ban_fail2ban_commits.csv,fail2ban_fail2ban_hullabaloo_README +ispell-lt_ispell-lt.git,_ispell-lt_ispell-lt.git_commits.csv,ispell-lt_ispell-lt.git_hullabaloo_README +GNOME_gupnp.git,GNOME_gupnp.git_commits.csv,GNOME_gupnp.git_hullabaloo_README +isaacs_pseudomap,_isaacs_pseudomap_commits.csv,isaacs_pseudomap_hullabaloo_README.md +bitprophet_releases.git,_bitprophet_releases.git_commits.csv,bitprophet_releases.git_hullabaloo_README.rst +gawel_pyquery.git,_gawel_pyquery.git_commits.csv,gawel_pyquery.git_hullabaloo_README.txt +USCiLab_cereal,_USCiLab_cereal_commits.csv,USCiLab_cereal_hullabaloo_README.md +ralovich_antpm,_ralovich_antpm_commits.csv,ralovich_antpm_hullabaloo_README +bbidulock_wmpinboard.git,_bbidulock_wmpinboard.git_commits.csv,bbidulock_wmpinboard.git_hullabaloo_README +theory_pgtap,_theory_pgtap_commits.csv,theory_pgtap_hullabaloo_README.pgtap +libwww-perl_URI.git,_libwww-perl_URI.git_commits.csv,libwww-perl_URI.git_hullabaloo_README +Eqonomize_eqonomize.git,_Eqonomize_eqonomize.git_commits.csv,Eqonomize_eqonomize.git_hullabaloo_README.md +PurpleI2P_i2pd,_PurpleI2P_i2pd_commits.csv,PurpleI2P_i2pd_hullabaloo_README.md +urweb_debian-urweb,urweb_debian-urweb_commits.csv,urweb_debian-urweb_hullabaloo_README +linuxdeepin_deepin-deb-installer,_linuxdeepin_deepin-deb-installer_commits.csv,linuxdeepin_deepin-deb-installer_hullabaloo_README.md +chocolate-doom_chocolate-doom.git,_chocolate-doom_chocolate-doom.git_commits.csv,chocolate-doom_chocolate-doom.git_hullabaloo_README +mrkkrp_zzz-to-char.git,_mrkkrp_zzz-to-char.git_commits.csv,mrkkrp_zzz-to-char.git_hullabaloo_README.md +ClusterLabs_fence-agents,_ClusterLabs_fence-agents_commits.csv,ClusterLabs_fence-agents_hullabaloo_README +fcitx_fcitx5-configtool.git,_fcitx_fcitx5-configtool.git_commits.csv,fcitx_fcitx5-configtool.git_hullabaloo_README +georgd_EB-Garamond.git,_georgd_EB-Garamond.git_commits.csv,georgd_EB-Garamond.git_hullabaloo_README +sunnyone_loqui.git,_sunnyone_loqui.git_commits.csv,sunnyone_loqui.git_hullabaloo_README +CESNET_libyang,CESNET_libyang_commits.csv,CESNET_libyang_hullabaloo_README.md +CLD2Owners_cld2,_CLD2Owners_cld2_commits.csv,CLD2Owners_cld2_hullabaloo_README.md +GNOME_libgudev,GNOME_libgudev_commits.csv,GNOME_libgudev_hullabaloo_README +wooster_biplist_issues_new,wooster_biplist_issues_new_commits.csv,wooster_biplist_issues_new_hullabaloo_README.md +rime_brise,_rime_brise_commits.csv,rime_brise_hullabaloo_README +pytest-dev_pytest-mock.git,_pytest-dev_pytest-mock.git_commits.csv,pytest-dev_pytest-mock.git_hullabaloo_README.md +zopefoundation_zope.event,_zopefoundation_zope.event_commits.csv,zopefoundation_zope.event_hullabaloo_README.txt +intel_libva.git,_intel_libva.git_commits.csv,intel_libva.git_hullabaloo_README.Debian +spacetelescope_imexam,_spacetelescope_imexam_commits.csv,spacetelescope_imexam_hullabaloo_README.md +knavalbattle.git,knavalbattle.git_commits.csv,knavalbattle.git_hullabaloo_README +wagtail_django-modelcluster.git,_wagtail_django-modelcluster.git_commits.csv,wagtail_django-modelcluster.git_hullabaloo_README.md +dgedit.git,dgedit.git_commits.csv,dgedit.git_hullabaloo_README +python-babel_flask-babel,_python-babel_flask-babel_commits.csv,python-babel_flask-babel_hullabaloo_README +OpenShot_libopenshot-audio.git,_OpenShot_libopenshot-audio.git_commits.csv,OpenShot_libopenshot-audio.git_hullabaloo_README +sfcgal_SFCGAL,sfcgal_SFCGAL_commits.csv,sfcgal_SFCGAL_hullabaloo_README.md +ekenberg_quotatool,_ekenberg_quotatool_commits.csv,ekenberg_quotatool_hullabaloo_README +viewizard_astromenace.git,_viewizard_astromenace.git_commits.csv,viewizard_astromenace.git_hullabaloo_README +achillean_shodan-python,_achillean_shodan-python_commits.csv,achillean_shodan-python_hullabaloo_README +glaubitz_kcemu-debian,glaubitz_kcemu-debian_commits.csv,glaubitz_kcemu-debian_hullabaloo_README.de +nesquena_rabl,_nesquena_rabl_commits.csv,nesquena_rabl_hullabaloo_README.md +kazu-yamamoto_Mew,_kazu-yamamoto_Mew_commits.csv,kazu-yamamoto_Mew_hullabaloo_README.md +GNOME_evolution-data-server.git,GNOME_evolution-data-server.git_commits.csv,GNOME_evolution-data-server.git_hullabaloo_README +pytest-dev_pytest-cov.git,_pytest-dev_pytest-cov.git_commits.csv,pytest-dev_pytest-cov.git_hullabaloo_README.txt +mattcg_starttls,_mattcg_starttls_commits.csv,mattcg_starttls_hullabaloo_README.md +eea_odfpy,_eea_odfpy_commits.csv,eea_odfpy_hullabaloo_README +babelouest_glewlwyd,_babelouest_glewlwyd_commits.csv,babelouest_glewlwyd_hullabaloo_README.md +AlexandrePTJ_mopidy-somafm,_AlexandrePTJ_mopidy-somafm_commits.csv,AlexandrePTJ_mopidy-somafm_hullabaloo_README.md +GNOME_ghex,GNOME_ghex_commits.csv,GNOME_ghex_hullabaloo_README +libyal_libesedb,_libyal_libesedb_commits.csv,libyal_libesedb_hullabaloo_README +Xfennec_progress,_Xfennec_progress_commits.csv,Xfennec_progress_hullabaloo_README.md +linuxmint_cjs.git,_linuxmint_cjs.git_commits.csv,linuxmint_cjs.git_hullabaloo_README +ruby-concurrency_thread_safe,_ruby-concurrency_thread_safe_commits.csv,ruby-concurrency_thread_safe_hullabaloo_README.md +originell_jpype.git,_originell_jpype.git_commits.csv,originell_jpype.git_hullabaloo_README.md +vim-voom_VOoM.git,_vim-voom_VOoM.git_commits.csv,vim-voom_VOoM.git_hullabaloo_README.txt +ovalhub_pyicu.git,_ovalhub_pyicu.git_commits.csv,ovalhub_pyicu.git_hullabaloo_README.md +sebastianbergmann_php-file-iterator,_sebastianbergmann_php-file-iterator_commits.csv,sebastianbergmann_php-file-iterator_hullabaloo_README.markdown +harfbuzz_harfbuzz.git,_harfbuzz_harfbuzz.git_commits.csv,harfbuzz_harfbuzz.git_hullabaloo_README +DavidGriffith_frotz,DavidGriffith_frotz_commits.csv,DavidGriffith_frotz_hullabaloo_README +claytonotey_libsbsms.git,_claytonotey_libsbsms.git_commits.csv,claytonotey_libsbsms.git_hullabaloo_README.md +leggewie-DM_scim-anthy,leggewie-DM_scim-anthy_commits.csv,leggewie-DM_scim-anthy_hullabaloo_README +mate-desktop_mate-control-center.git,_mate-desktop_mate-control-center.git_commits.csv,mate-desktop_mate-control-center.git_hullabaloo_README +craftyguy_networkd-dispatcher,craftyguy_networkd-dispatcher_commits.csv,craftyguy_networkd-dispatcher_hullabaloo_README.md +cannatag_ldap3,_cannatag_ldap3_commits.csv,cannatag_ldap3_hullabaloo_README.txt +mati75_openbox-menu.git,mati75_openbox-menu.git_commits.csv,mati75_openbox-menu.git_hullabaloo_README.md +tweepy_tweepy.git,_tweepy_tweepy.git_commits.csv,tweepy_tweepy.git_hullabaloo_README +greenbone_gsa,_greenbone_gsa_commits.csv,greenbone_gsa_hullabaloo_README +nxt-firmware.git,nxt-firmware.git_commits.csv,nxt-firmware.git_hullabaloo_README +jgm_pandocfilters,_jgm_pandocfilters_commits.csv,jgm_pandocfilters_hullabaloo_README.md +tavianator_bfs.git,_tavianator_bfs.git_commits.csv,tavianator_bfs.git_hullabaloo_README.md +OISF_suricata,_OISF_suricata_commits.csv,OISF_suricata-update_hullabaloo_README.rst +przemoc_metastore,_przemoc_metastore_commits.csv,przemoc_metastore_hullabaloo_README +michaeljones_breathe.git,_michaeljones_breathe.git_commits.csv,michaeljones_breathe.git_hullabaloo_README.rst +Kozea_Pyphen,_Kozea_Pyphen_commits.csv,Kozea_Pyphen_hullabaloo_README +GoalSmashers_clean-css.git,_GoalSmashers_clean-css.git_commits.csv,GoalSmashers_clean-css.git_hullabaloo_README.md +maxmind_libmaxminddb,_maxmind_libmaxminddb_commits.csv,maxmind_libmaxminddb_hullabaloo_README +book_Test-Database.git,_book_Test-Database.git_commits.csv,book_Test-Database.git_hullabaloo_README +Rup0rt_pcapfix,_Rup0rt_pcapfix_commits.csv,Rup0rt_pcapfix_hullabaloo_README +smarty-php_smarty.git,_smarty-php_smarty.git_commits.csv,smarty-php_smarty.git_hullabaloo_README.md +coreruleset_coreruleset.git,_coreruleset_coreruleset.git_commits.csv,coreruleset_coreruleset.git_hullabaloo_README.md +r_integration_uprightdiff.git,r_integration_uprightdiff.git_commits.csv,r_integration_uprightdiff.git_hullabaloo_README.md +KhronosGroup_OpenCL-Headers,_KhronosGroup_OpenCL-Headers_commits.csv,KhronosGroup_OpenCL-Headers_hullabaloo_README.md +mapbox_leaflet-image,_mapbox_leaflet-image_commits.csv,mapbox_leaflet-image_hullabaloo_README.md +Nheko-Reborn_nheko.git,_Nheko-Reborn_nheko.git_commits.csv,Nheko-Reborn_nheko.git_hullabaloo_README.md +httpie_httpie,_httpie_httpie_commits.csv,httpie_httpie_hullabaloo_README.md +glyph_Automat,_glyph_Automat_commits.csv,glyph_Automat_hullabaloo_README.md +Icinga_icinga2,_Icinga_icinga2_commits.csv,Icinga_icinga2_hullabaloo_README +cjwatson_binfmt-support.git,cjwatson_binfmt-support.git_commits.csv,cjwatson_binfmt-support.git_hullabaloo_README.Debian +mate-desktop_mate-themes.git,_mate-desktop_mate-themes.git_commits.csv,mate-desktop_mate-themes.git_hullabaloo_README +pdfarranger_pdfarranger,_pdfarranger_pdfarranger_commits.csv,pdfarranger_pdfarranger_hullabaloo_README +coldsource_evqueue-core,coldsource_evqueue-core_commits.csv,coldsource_evqueue-core_hullabaloo_README.md +bit-team_backintime,_bit-team_backintime_commits.csv,bit-team_backintime_hullabaloo_README +gruns_icecream.git,_gruns_icecream.git_commits.csv,gruns_icecream.git_hullabaloo_README.md +mapserver_tinyows.git,_mapserver_tinyows.git_commits.csv,mapserver_tinyows.git_hullabaloo_README +openstack_swift-bench.git,_openstack_swift-bench.git_commits.csv,openstack_swift-bench.git_hullabaloo_README.rst +yastupin_eggdrop-debian,yastupin_eggdrop-debian_commits.csv,yastupin_eggdrop-debian_hullabaloo_README +gildor478_ounit.git,_gildor478_ounit.git_commits.csv,gildor478_ounit.git_hullabaloo_README +GNOME_gnome-disk-utility.git,GNOME_gnome-disk-utility.git_commits.csv,GNOME_gnome-disk-utility.git_hullabaloo_README +pixelb_crudini,_pixelb_crudini_commits.csv,pixelb_crudini_hullabaloo_README +mate-desktop_mate-netbook.git,_mate-desktop_mate-netbook.git_commits.csv,mate-desktop_mate-netbook.git_hullabaloo_README +kodi-pvr_pvr.njoy.git,_kodi-pvr_pvr.njoy.git_commits.csv,kodi-pvr_pvr.njoy.git_hullabaloo_README.md +pd-externals_ggee,_pd-externals_ggee_commits.csv,pd-externals_ggee_hullabaloo_README.ggext +ocaml_ocaml-re,_ocaml_ocaml-re_commits.csv,ocaml_ocaml-re_hullabaloo_README +xhtml2pdf_xhtml2pdf,_xhtml2pdf_xhtml2pdf_commits.csv,xhtml2pdf_xhtml2pdf_hullabaloo_README.txt +beancount_ledger2beancount,_beancount_ledger2beancount_commits.csv,beancount_ledger2beancount_hullabaloo_README.md +bastibe_python-soundfile.git,_bastibe_python-soundfile.git_commits.csv,bastibe_python-soundfile.git_hullabaloo_README.rst +festvox_flite.git,_festvox_flite.git_commits.csv,festvox_flite.git_hullabaloo_README.md +howardabrams_node-mocks-http,_howardabrams_node-mocks-http_commits.csv,howardabrams_node-mocks-http_hullabaloo_README.md +markov2_perl5-MailTools,_markov2_perl5-MailTools_commits.csv,markov2_perl5-MailTools_hullabaloo_README +glenfant_stopit,_glenfant_stopit_commits.csv,glenfant_stopit_hullabaloo_README.rst +Talinx_jp2a,_Talinx_jp2a_commits.csv,Talinx_jp2a_hullabaloo_README +igraph_python-igraph,_igraph_python-igraph_commits.csv,igraph_python-igraph_hullabaloo_README.md +mogaal_editra,mogaal_editra_commits.csv,mogaal_editra_hullabaloo_README +mkj_dropbear,_mkj_dropbear_commits.csv,mkj_dropbear_hullabaloo_README +cokelaer_easydev.git,_cokelaer_easydev.git_commits.csv,cokelaer_easydev.git_hullabaloo_README.txt +sigmavirus24_betamax,_sigmavirus24_betamax_commits.csv,sigmavirus24_betamax_hullabaloo_README.rst +zimmerma_ecm,zimmerma_ecm_commits.csv,zimmerma_ecm_hullabaloo_README +yrro_command-t,yrro_command-t_commits.csv,yrro_command-t_hullabaloo_README.txt +bobtfish_directory-scratch.git,_bobtfish_directory-scratch.git_commits.csv,bobtfish_directory-scratch.git_hullabaloo_README +zaach_jison,_zaach_jison_commits.csv,zaach_jison_hullabaloo_README.md +01org_libyami.git,_01org_libyami.git_commits.csv,01org_libyami.git_hullabaloo_README +Genymobile_scrcpy,_Genymobile_scrcpy_commits.csv,Genymobile_scrcpy_hullabaloo_README.md +mariuz_flamerobin,_mariuz_flamerobin_commits.csv,mariuz_flamerobin_hullabaloo_README.txt +lilydjwg_pssh.git,_lilydjwg_pssh.git_commits.csv,lilydjwg_pssh.git_hullabaloo_README +shimmerproject_Bluebird,_shimmerproject_Bluebird_commits.csv,shimmerproject_Bluebird_hullabaloo_README +NetworkConfiguration_dhcpcd.git,_NetworkConfiguration_dhcpcd.git_commits.csv,NetworkConfiguration_dhcpcd.git_hullabaloo_README +ocaml_camlp4.git,_ocaml_camlp4.git_commits.csv,ocaml_camlp4.git_hullabaloo_README +ubuntu_gnome-shell-extension-appindicator,_ubuntu_gnome-shell-extension-appindicator_commits.csv,ubuntu_gnome-shell-extension-appindicator_hullabaloo_README.md +ckeditor_ckeditor4,_ckeditor_ckeditor4_commits.csv,ckeditor_ckeditor4_hullabaloo_README.md +crosswire-bible-society_strongsgreek,crosswire-bible-society_strongsgreek_commits.csv,crosswire-bible-society_strongsgreek_hullabaloo_README.md +bbatsov_solarized-emacs.git,_bbatsov_solarized-emacs.git_commits.csv,bbatsov_solarized-emacs.git_hullabaloo_README +NeoRaider_fastd.git,_NeoRaider_fastd.git_commits.csv,NeoRaider_fastd.git_hullabaloo_README +jakearchibald_es6-promise.git,_jakearchibald_es6-promise.git_commits.csv,jakearchibald_es6-promise.git_hullabaloo_README.md +cdent_pastescript.git,_cdent_pastescript.git_commits.csv,cdent_pastescript.git_hullabaloo_README.rst +zopefoundation_zope.interface.git,_zopefoundation_zope.interface.git_commits.csv,zopefoundation_zope.interface.git_hullabaloo_README.txt +git_miscfiles.git,git_miscfiles.git_commits.csv,git_miscfiles.git_hullabaloo_README +GNOME_rygel.git,GNOME_rygel.git_commits.csv,GNOME_rygel.git_hullabaloo_README +rbenv_ruby-build.git,_rbenv_ruby-build.git_commits.csv,rbenv_ruby-build.git_hullabaloo_README.md +qix-_node-error-ex.git,_qix-_node-error-ex.git_commits.csv,qix-_node-error-ex.git_hullabaloo_README.md +bobtfish_text-multimarkdown.git,_bobtfish_text-multimarkdown.git_commits.csv,bobtfish_text-multimarkdown.git_hullabaloo_README +mishoo_UglifyJS2,_mishoo_UglifyJS2_commits.csv,mishoo_UglifyJS2_hullabaloo_README.md +phar-io_manifest.git,_phar-io_manifest.git_commits.csv,phar-io_manifest.git_hullabaloo_README.md +Pylons_hupper,_Pylons_hupper_commits.csv,Pylons_hupper_hullabaloo_README.rst +GNOME_simple-scan.git,GNOME_simple-scan.git_commits.csv,GNOME_simple-scan.git_hullabaloo_README +abishekvashok_cmatrix.git,_abishekvashok_cmatrix.git_commits.csv,abishekvashok_cmatrix.git_hullabaloo_README.md +meetecho_janus-gateway,_meetecho_janus-gateway_commits.csv,meetecho_janus-gateway_hullabaloo_README +jonashaag_klaus,_jonashaag_klaus_commits.csv,jonashaag_klaus_hullabaloo_README.rst +jelmer_subvertpy,_jelmer_subvertpy_commits.csv,jelmer_subvertpy_hullabaloo_README +lincolnloop_python-qrcode.git,_lincolnloop_python-qrcode.git_commits.csv,lincolnloop_python-qrcode.git_hullabaloo_README.rst +lloyd_JSONSelect,_lloyd_JSONSelect_commits.csv,lloyd_JSONSelect_hullabaloo_README.md +gazebosim_gz-transport,_gazebosim_gz-transport_commits.csv,gazebosim_gz-transport_hullabaloo_README.md +django-extensions_django-extensions,_django-extensions_django-extensions_commits.csv,django-extensions_django-extensions_hullabaloo_README.rst +TurboGit_hubicfuse,_TurboGit_hubicfuse_commits.csv,TurboGit_hubicfuse_hullabaloo_README +bzed_debian-ksmtuned,bzed_debian-ksmtuned_commits.csv,bzed_debian-ksmtuned_hullabaloo_README.md +Castaglia_proftpd-mod_tar.git,_Castaglia_proftpd-mod_tar.git_commits.csv,Castaglia_proftpd-mod_tar.git_hullabaloo_README +r-lib_testthat.git,_r-lib_testthat.git_commits.csv,r-lib_testthat.git_hullabaloo_README.md +Perl-Toolchain-Gang_Test-Harness.git,_Perl-Toolchain-Gang_Test-Harness.git_commits.csv,Perl-Toolchain-Gang_Test-Harness.git_hullabaloo_README +iortcw_iortcw.git,_iortcw_iortcw.git_commits.csv,iortcw_iortcw.git_hullabaloo_README +git_libchipcard.git,git_libchipcard.git_commits.csv,git_libchipcard.git_hullabaloo_README +explosion_thinc.git,_explosion_thinc.git_commits.csv,explosion_thinc.git_hullabaloo_README.rst +patrys_httmock,_patrys_httmock_commits.csv,patrys_httmock_hullabaloo_README.md +swh_lv2,_swh_lv2_commits.csv,swh_lv2_hullabaloo_README +michipili_bsdowl,michipili_bsdowl_commits.csv,michipili_bsdowl_hullabaloo_README +Pylons_webob,_Pylons_webob_commits.csv,Pylons_webob_hullabaloo_README.rst +mati75_gxkb.git,mati75_gxkb.git_commits.csv,mati75_gxkb.git_hullabaloo_README.source +GNOME_gnome-characters.git,GNOME_gnome-characters.git_commits.csv,GNOME_gnome-characters.git_hullabaloo_README +socnetv_app,socnetv_app_commits.csv,socnetv_app_hullabaloo_README +GeeXboX_libnfo,_GeeXboX_libnfo_commits.csv,GeeXboX_libnfo_hullabaloo_README +madsen_p5-Palm,_madsen_p5-Palm_commits.csv,madsen_p5-Palm_hullabaloo_README +porridge_potool,porridge_potool_commits.csv,porridge_potool_hullabaloo_README.PL +GNOME_grilo,GNOME_grilo_commits.csv,GNOME_grilo_hullabaloo_README +GNOME_libgsf,GNOME_libgsf_commits.csv,GNOME_libgsf_hullabaloo_README +alex_rply,_alex_rply_commits.csv,alex_rply_hullabaloo_README.rst +libcamera_libcamera.git,libcamera_libcamera.git_commits.csv,libcamera_libcamera.git_hullabaloo_README.md +P403n1x87_austin,P403n1x87_austin_commits.csv,P403n1x87_austin_hullabaloo_README.md +gregkh_usbview.git,_gregkh_usbview.git_commits.csv,gregkh_usbview.git_hullabaloo_README +tegaki_tegaki.git,_tegaki_tegaki.git_commits.csv,tegaki_tegaki.git_hullabaloo_README +etingof_pyasn1,_etingof_pyasn1_commits.csv,etingof_pyasn1_hullabaloo_README.txt +df7cb_pg_filedump.git,_df7cb_pg_filedump.git_commits.csv,df7cb_pg_filedump.git_hullabaloo_filedump +c-ares_c-ares.git,_c-ares_c-ares.git_commits.csv,c-ares_c-ares.git_hullabaloo_README +kjetilk_p5-lwp-useragent-chicaching.git,_kjetilk_p5-lwp-useragent-chicaching.git_commits.csv,kjetilk_p5-lwp-useragent-chicaching.git_hullabaloo_README.pod +schacon_hg-git.git,_schacon_hg-git.git_commits.csv,schacon_hg-git.git_hullabaloo_README.md +OpenTTD_OpenMSX.git,_OpenTTD_OpenMSX.git_commits.csv,OpenTTD_OpenMSX.git_hullabaloo_README.md +lxde_lxinput.git,_lxde_lxinput.git_commits.csv,lxde_lxinput.git_hullabaloo_README +fonttools_fonttools.git,_fonttools_fonttools.git_commits.csv,fonttools_fonttools.git_hullabaloo_README.txt +vimalloc_flask-jwt-simple.git,_vimalloc_flask-jwt-simple.git_commits.csv,vimalloc_flask-jwt-simple.git_hullabaloo_README.md +mcmtroffaes_pathlib2.git,_mcmtroffaes_pathlib2.git_commits.csv,mcmtroffaes_pathlib2.git_hullabaloo_README.txt +jviereck_regjsparser.git,_jviereck_regjsparser.git_commits.csv,jviereck_regjsparser.git_hullabaloo_README.md +twaddington_django-gravatar,_twaddington_django-gravatar_commits.csv,twaddington_django-gravatar_hullabaloo_README +lukas2511_dehydrated,_lukas2511_dehydrated_commits.csv,lukas2511_dehydrated_hullabaloo_README.md +jammus_lastfm-node,_jammus_lastfm-node_commits.csv,jammus_lastfm-node_hullabaloo_README.md +Unidata_netcdf4-python,_Unidata_netcdf4-python_commits.csv,Unidata_netcdf4-python_hullabaloo_README +GNOME_glibmm.git,GNOME_glibmm.git_commits.csv,GNOME_glibmm.git_hullabaloo_README.win32 +debian-tex_dvisvgm,debian-tex_dvisvgm_commits.csv,debian-tex_dvisvgm_hullabaloo_README.md +moment_moment.git,_moment_moment.git_commits.csv,moment_moment.git_hullabaloo_README +jirka-h_haveged,_jirka-h_haveged_commits.csv,jirka-h_haveged_hullabaloo_README +gnuradio_volk,_gnuradio_volk_commits.csv,gnuradio_volk_hullabaloo_README +Python-Markdown_markdown,_Python-Markdown_markdown_commits.csv,Python-Markdown_markdown_hullabaloo_README.txt +sidekiq-cron_sidekiq-cron,_sidekiq-cron_sidekiq-cron_commits.csv,sidekiq-cron_sidekiq-cron_hullabaloo_README.rdoc +zmartzone_cjose.git,_zmartzone_cjose.git_commits.csv,zmartzone_cjose.git_hullabaloo_README.md +BioPP_bpp-phyl.git,_BioPP_bpp-phyl.git_commits.csv,BioPP_bpp-phyl.git_hullabaloo_README.md +tdiary_tdiary-contrib,_tdiary_tdiary-contrib_commits.csv,tdiary_tdiary-contrib_hullabaloo_README.ja +AsDaGo_berusky2,AsDaGo_berusky2_commits.csv,AsDaGo_berusky2_hullabaloo_README +AmatCoder_mednaffe,_AmatCoder_mednaffe_commits.csv,AmatCoder_mednaffe_hullabaloo_README +klen_pylama,_klen_pylama_commits.csv,klen_pylama_hullabaloo_README.md +tibirna_qgit.git,_tibirna_qgit.git_commits.csv,tibirna_qgit.git_hullabaloo_README +chokkan_liblbfgs,_chokkan_liblbfgs_commits.csv,chokkan_liblbfgs_hullabaloo_README +liberfa_erfa,_liberfa_erfa_commits.csv,liberfa_erfa_hullabaloo_README.rst +ipython_ipython.git,_ipython_ipython.git_commits.csv,ipython_ipython.git_hullabaloo_README +tpm2-software_tpm2-pkcs11.git,_tpm2-software_tpm2-pkcs11.git_commits.csv,tpm2-software_tpm2-pkcs11.git_hullabaloo_README.md +GNOME_baobab.git,GNOME_baobab.git_commits.csv,GNOME_baobab.git_hullabaloo_README +chorny_Switch.git,_chorny_Switch.git_commits.csv,chorny_Switch.git_hullabaloo_README +linuxmint_muffin.git,_linuxmint_muffin.git_commits.csv,linuxmint_muffin.git_hullabaloo_README +hackerschoice_THC-Archive,_hackerschoice_THC-Archive_commits.csv,hackerschoice_THC-Archive_hullabaloo_README.md +tomszilagyi_tap-plugins.git,_tomszilagyi_tap-plugins.git_commits.csv,tomszilagyi_tap-plugins.git_hullabaloo_README.md +bobek_gtkguitune,bobek_gtkguitune_commits.csv,bobek_gtkguitune_hullabaloo_README +jnwatson_py-lmdb,_jnwatson_py-lmdb_commits.csv,jnwatson_py-lmdb_hullabaloo_README.rst +jquast_wcwidth,_jquast_wcwidth_commits.csv,jquast_wcwidth_hullabaloo_README.rst +dharple_detox,_dharple_detox_commits.csv,dharple_detox_hullabaloo_README +citusdata_postgresql-hll.git,_citusdata_postgresql-hll.git_commits.csv,citusdata_postgresql-hll.git_hullabaloo_README.markdown +mati75_spacefm.git,mati75_spacefm.git_commits.csv,mati75_spacefm.git_hullabaloo_README +NVIDIA_egl-wayland.git,_NVIDIA_egl-wayland.git_commits.csv,NVIDIA_egl-wayland.git_hullabaloo_README.md +jkeenan_extutils-modulemaker.git,_jkeenan_extutils-modulemaker.git_commits.csv,jkeenan_extutils-modulemaker.git_hullabaloo_README +0compute_yanc,_0compute_yanc_commits.csv,0compute_yanc_hullabaloo_README.rst +rfinnie_robotfindskitten-pkg-debian,rfinnie_robotfindskitten-pkg-debian_commits.csv,rfinnie_robotfindskitten-pkg-debian_hullabaloo_README.Debian +nucleic_kiwi,_nucleic_kiwi_commits.csv,nucleic_kiwi_hullabaloo_README.rst +jaraco_keyrings.alt,_jaraco_keyrings.alt_commits.csv,jaraco_keyrings.alt_hullabaloo_README.rst +FFTW_fftw3.git,_FFTW_fftw3.git_commits.csv,FFTW_fftw3.git_hullabaloo_README +webrtchacks_adapter,_webrtchacks_adapter_commits.csv,webrtchacks_adapter_hullabaloo_README.md +SasView_sasmodels.git,_SasView_sasmodels.git_commits.csv,SasView_sasmodels.git_hullabaloo_README.rst +libyal_libfsapfs,_libyal_libfsapfs_commits.csv,libyal_libfsapfs_hullabaloo_README +amora_amora,amora_amora_commits.csv,amora_amora_hullabaloo_README +python-bugzilla_python-bugzilla,_python-bugzilla_python-bugzilla_commits.csv,python-bugzilla_python-bugzilla_hullabaloo_README +chrender_libfizmo,chrender_libfizmo_commits.csv,chrender_libfizmo_hullabaloo_README.txt +lamyj_odil,_lamyj_odil_commits.csv,lamyj_odil_hullabaloo_README.md +redis-store_redis-actionpack,_redis-store_redis-actionpack_commits.csv,redis-store_redis-actionpack_hullabaloo_README.md +pydot_pydot.git,_pydot_pydot.git_commits.csv,pydot_pydot.git_hullabaloo_README +markdown-it_markdown-it,_markdown-it_markdown-it_commits.csv,markdown-it_markdown-it_hullabaloo_README.md +jazzband_django-debug-toolbar.git,_jazzband_django-debug-toolbar.git_commits.csv,jazzband_django-debug-toolbar.git_hullabaloo_README.rst +astropy_astroquery.git,_astropy_astroquery.git_commits.csv,astropy_astroquery.git_hullabaloo_README.rst +rjbs_Text-Soundex,_rjbs_Text-Soundex_commits.csv,rjbs_Text-Soundex_hullabaloo_README +tkellen_node-v8flags.git,_tkellen_node-v8flags.git_commits.csv,tkellen_node-v8flags.git_hullabaloo_README.md +mate-desktop_mate-icon-theme-faenza.git,_mate-desktop_mate-icon-theme-faenza.git_commits.csv,mate-desktop_mate-icon-theme-faenza.git_hullabaloo_README +bear_parsedatetime,_bear_parsedatetime_commits.csv,bear_parsedatetime_hullabaloo_README.md +unobe_perl-wfa.git,_unobe_perl-wfa.git_commits.csv,unobe_perl-wfa.git_hullabaloo_README +davesteele_sirikali,davesteele_sirikali_commits.csv,davesteele_sirikali_hullabaloo_README.md +GNOME_gcab,GNOME_gcab_commits.csv,GNOME_gcab_hullabaloo_README.md +darold_pgFormatter.git,_darold_pgFormatter.git_commits.csv,darold_pgFormatter.git_hullabaloo_README +GNOME_gnome-applets,GNOME_gnome-applets_commits.csv,GNOME_gnome-applets_hullabaloo_README +cocagne_pysrp,_cocagne_pysrp_commits.csv,cocagne_pysrp_hullabaloo_README.txt +rasterio_rasterio.git,_rasterio_rasterio.git_commits.csv,rasterio_rasterio.git_hullabaloo_README.md +Getty_p5-moox-cmd,_Getty_p5-moox-cmd_commits.csv,Getty_p5-moox-cmd_hullabaloo_README.md +pinterface_cl-ftp,pinterface_cl-ftp_commits.csv,pinterface_cl-ftp_hullabaloo_README.org +librsync_librsync,_librsync_librsync_commits.csv,librsync_librsync_hullabaloo_README +gkz_type-check.git,_gkz_type-check.git_commits.csv,gkz_type-check.git_hullabaloo_README.md +curvedns_curvedns.git,_curvedns_curvedns.git_commits.csv,curvedns_curvedns.git_hullabaloo_README +mate-desktop_mate-media.git,_mate-desktop_mate-media.git_commits.csv,mate-desktop_mate-media.git_hullabaloo_README +epinna_weevely3.git,_epinna_weevely3.git_commits.csv,epinna_weevely3.git_hullabaloo_README.md +Xastir_Xastir.git,_Xastir_Xastir.git_commits.csv,Xastir_Xastir.git_hullabaloo_README.1ST +mate-desktop_eom.git,_mate-desktop_eom.git_commits.csv,mate-desktop_eom.git_hullabaloo_README +faye_websocket-driver-ruby,_faye_websocket-driver-ruby_commits.csv,faye_websocket-driver-ruby_hullabaloo_README.rdoc +mapbox_variant.git,_mapbox_variant.git_commits.csv,mapbox_variant.git_hullabaloo_README.md +oar-team_oar,oar-team_oar_commits.csv,oar-team_oar_hullabaloo_README +clintongormley_locale-maketext-lexicon.git,_clintongormley_locale-maketext-lexicon.git_commits.csv,clintongormley_locale-maketext-lexicon.git_hullabaloo_README +r-dbi_RSQLite.git,_r-dbi_RSQLite.git_commits.csv,r-dbi_RSQLite.git_hullabaloo_README +voxpupuli_hiera-eyaml,_voxpupuli_hiera-eyaml_commits.csv,voxpupuli_hiera-eyaml_hullabaloo_README.md +libyal_libvslvm,_libyal_libvslvm_commits.csv,libyal_libvslvm_hullabaloo_README +worldforge_libwfut,_worldforge_libwfut_commits.csv,worldforge_libwfut_hullabaloo_README +zyga_padme,_zyga_padme_commits.csv,zyga_padme_hullabaloo_README.rst +core_dune-istl,core_dune-istl_commits.csv,core_dune-istl_hullabaloo_README.CVS +davesteele_cryfs,davesteele_cryfs_commits.csv,davesteele_cryfs_hullabaloo_README.md +mate-desktop_mate-backgrounds.git,_mate-desktop_mate-backgrounds.git_commits.csv,mate-desktop_mate-backgrounds.git_hullabaloo_README +newren_easygit,_newren_easygit_commits.csv,newren_easygit_hullabaloo_README +igaw_jitterdebugger.git,_igaw_jitterdebugger.git_commits.csv,igaw_jitterdebugger.git_hullabaloo_README +rncbc_qtractor.git,_rncbc_qtractor.git_commits.csv,rncbc_qtractor.git_hullabaloo_README +GNOME_caribou.git,GNOME_caribou.git_commits.csv,GNOME_caribou.git_hullabaloo_README +webpy_webpy.git,_webpy_webpy.git_commits.csv,webpy_webpy.git_hullabaloo_README.tests +ganglia_ganglia-web,_ganglia_ganglia-web_commits.csv,ganglia_ganglia-web_hullabaloo_README +bestpractical_gnupg-interface.git,_bestpractical_gnupg-interface.git_commits.csv,bestpractical_gnupg-interface.git_hullabaloo_README +nandoflorestan_nine,_nandoflorestan_nine_commits.csv,nandoflorestan_nine_hullabaloo_README.rst +vouillon_coinst,_vouillon_coinst_commits.csv,vouillon_coinst_hullabaloo_README.md +coin-or_ADOL-C,_coin-or_ADOL-C_commits.csv,coin-or_ADOL-C_hullabaloo_README +roehling_postsrsd.git,_roehling_postsrsd.git_commits.csv,roehling_postsrsd.git_hullabaloo_README.rst +zloirock_core-js.git,_zloirock_core-js.git_commits.csv,zloirock_core-js.git_hullabaloo_README.md +bestiejs_punycode.js,_bestiejs_punycode.js_commits.csv,bestiejs_punycode.js_hullabaloo_README.md +dropbox_dropbox-sdk-python,_dropbox_dropbox-sdk-python_commits.csv,dropbox_dropbox-sdk-python_hullabaloo_README.rst +orcus_orcus,orcus_orcus_commits.csv,orcus_orcus_hullabaloo_README +PhotoFilmStrip_PFS.git,_PhotoFilmStrip_PFS.git_commits.csv,PhotoFilmStrip_PFS.git_hullabaloo_README +pycontribs_jira,_pycontribs_jira_commits.csv,pycontribs_jira_hullabaloo_README +pratzlaff_Astro-FITS-CFITSIO,_pratzlaff_Astro-FITS-CFITSIO_commits.csv,pratzlaff_Astro-FITS-CFITSIO_hullabaloo_README +state-machines_state_machines,_state-machines_state_machines_commits.csv,state-machines_state_machines-activerecord_hullabaloo_README.md +GauiStori_PyQwt3D,_GauiStori_PyQwt3D_commits.csv,GauiStori_PyQwt3D_hullabaloo_README.md +nichtich_RDF-aREF.git,_nichtich_RDF-aREF.git_commits.csv,nichtich_RDF-aREF.git_hullabaloo_README.md +scrapinghub_dateparser,_scrapinghub_dateparser_commits.csv,scrapinghub_dateparser_hullabaloo_README.md +xorg_lib_libxrandr.git,xorg_lib_libxrandr.git_commits.csv,xorg_lib_libxrandr.git_hullabaloo_README +Kitware_KWStyle,_Kitware_KWStyle_commits.csv,Kitware_KWStyle_hullabaloo_README.itk +mate-desktop_caja.git,_mate-desktop_caja.git_commits.csv,mate-desktop_caja.git_hullabaloo_README +aio-libs_async_timeout.git,_aio-libs_async_timeout.git_commits.csv,aio-libs_async_timeout.git_hullabaloo_README.md +vasole_pymca,_vasole_pymca_commits.csv,vasole_pymca_hullabaloo_README +glfw_glfw.git,_glfw_glfw.git_commits.csv,glfw_glfw.git_hullabaloo_README.txt +johnpaulett_python-hl7.git,_johnpaulett_python-hl7.git_commits.csv,johnpaulett_python-hl7.git_hullabaloo_README.rst +scrapy_cssselect,_scrapy_cssselect_commits.csv,scrapy_cssselect_hullabaloo_README.rst +fabiangreffrath_crispy-doom.git,_fabiangreffrath_crispy-doom.git_commits.csv,fabiangreffrath_crispy-doom.git_hullabaloo_README +ubuntu-mate_mate-menu.git,_ubuntu-mate_mate-menu.git_commits.csv,ubuntu-mate_mate-menu.git_hullabaloo_README.md +gjwgit_wajig,gjwgit_wajig_commits.csv,gjwgit_wajig_hullabaloo_README +JJ_perl-mp3-info.git,_JJ_perl-mp3-info.git_commits.csv,JJ_perl-mp3-info.git_hullabaloo_README +gstreamer_orc,gstreamer_orc_commits.csv,gstreamer_orc_hullabaloo_README +games_libkdegames.git,games_libkdegames.git_commits.csv,games_libkdegames.git_hullabaloo_README +nodejs_node-gyp.git,_nodejs_node-gyp.git_commits.csv,nodejs_node-gyp.git_hullabaloo_README.md +urwid_urwid.git,_urwid_urwid.git_commits.csv,urwid_urwid.git_hullabaloo_README +audacity_audacity.git,_audacity_audacity.git_commits.csv,audacity_audacity.git_hullabaloo_README.txt +lkundrak_perl-Authen-Captcha.git,_lkundrak_perl-Authen-Captcha.git_commits.csv,lkundrak_perl-Authen-Captcha.git_hullabaloo_README +eulerto_wal2json.git,_eulerto_wal2json.git_commits.csv,eulerto_wal2json.git_hullabaloo_README.md +apache_avro,_apache_avro_commits.csv,apache_avro_hullabaloo_README.txt +kornelski_pngquant.git,_kornelski_pngquant.git_commits.csv,kornelski_pngquant.git_hullabaloo_README +Iotic-Labs_py-ubjson,_Iotic-Labs_py-ubjson_commits.csv,Iotic-Labs_py-ubjson_hullabaloo_README.md +puppetlabs_puppetlabs-postgresql.git,_puppetlabs_puppetlabs-postgresql.git_commits.csv,puppetlabs_puppetlabs-postgresql.git_hullabaloo_README.md +mankyd_htmlmin,_mankyd_htmlmin_commits.csv,mankyd_htmlmin_hullabaloo_README.md +gnosek_fcgiwrap,_gnosek_fcgiwrap_commits.csv,gnosek_fcgiwrap_hullabaloo_README.rst +voc_voctomix.git,_voc_voctomix.git_commits.csv,voc_voctomix.git_hullabaloo_README.md +GNOME_json-glib.git,GNOME_json-glib.git_commits.csv,GNOME_json-glib.git_hullabaloo_README +daqana_tikzDevice.git,_daqana_tikzDevice.git_commits.csv,daqana_tikzDevice.git_hullabaloo_README +autokey_autokey.git,_autokey_autokey.git_commits.csv,autokey_autokey.git_hullabaloo_README +osdlyrics_osdlyrics.git,_osdlyrics_osdlyrics.git_commits.csv,osdlyrics_osdlyrics.git_hullabaloo_README +proftpd_proftpd,_proftpd_proftpd_commits.csv,proftpd_proftpd_hullabaloo_README +tartley_colorama,_tartley_colorama_commits.csv,tartley_colorama_hullabaloo_README.txt +ganglia_jmxetric,ganglia_jmxetric_commits.csv,ganglia_jmxetric_hullabaloo_README +imacat_Locale-Maketext-Gettext.git,_imacat_Locale-Maketext-Gettext.git_commits.csv,imacat_Locale-Maketext-Gettext.git_hullabaloo_README +easyrdf_easyrdf.git,_easyrdf_easyrdf.git_commits.csv,easyrdf_easyrdf.git_hullabaloo_README +maxbube_mydumper.git,_maxbube_mydumper.git_commits.csv,maxbube_mydumper.git_hullabaloo_README +libratbag_libratbag.git,_libratbag_libratbag.git_commits.csv,libratbag_libratbag.git_hullabaloo_README.md +cmus_cmus,_cmus_cmus_commits.csv,cmus_cmus_hullabaloo_README +hbons_SparkleShare,_hbons_SparkleShare_commits.csv,hbons_SparkleShare_hullabaloo_README +frankheckenbach_ftgl,_frankheckenbach_ftgl_commits.csv,frankheckenbach_ftgl_hullabaloo_README.txt +tkem_mopidy-podcast-itunes,_tkem_mopidy-podcast-itunes_commits.csv,tkem_mopidy-podcast-itunes_hullabaloo_README.rst +ppentchev_id3,ppentchev_id3_commits.csv,ppentchev_id3_hullabaloo_README +r-lib_httr.git,_r-lib_httr.git_commits.csv,r-lib_httr.git_hullabaloo_README.md +GNOME_gnome-clocks.git,GNOME_gnome-clocks.git_commits.csv,GNOME_gnome-clocks.git_hullabaloo_README +tails_onioncircuits,tails_onioncircuits_commits.csv,tails_onioncircuits_hullabaloo_README +sanger-pathogens_ariba,_sanger-pathogens_ariba_commits.csv,sanger-pathogens_ariba_hullabaloo_README.md +qhull_qhull,_qhull_qhull_commits.csv,qhull_qhull_hullabaloo_README.txt +ValveSoftware_openvr.git,_ValveSoftware_openvr.git_commits.csv,ValveSoftware_openvr.git_hullabaloo_README +Leaflet_Leaflet.markercluster,_Leaflet_Leaflet.markercluster_commits.csv,Leaflet_Leaflet.markercluster_hullabaloo_README.md +miguelgrinberg_python-engineio.git,_miguelgrinberg_python-engineio.git_commits.csv,miguelgrinberg_python-engineio.git_hullabaloo_README.md +kitone_subtitleeditor,_kitone_subtitleeditor_commits.csv,kitone_subtitleeditor_hullabaloo_README +weiss_nsca-ng.git,_weiss_nsca-ng.git_commits.csv,weiss_nsca-ng.git_hullabaloo_README +open-power_skiboot.git,_open-power_skiboot.git_commits.csv,open-power_skiboot.git_hullabaloo_README.txt +Changaco_setuptools_scm_git_archive,_Changaco_setuptools_scm_git_archive_commits.csv,Changaco_setuptools_scm_git_archive_hullabaloo_README.rst +tkem_mopidy-internetarchive,_tkem_mopidy-internetarchive_commits.csv,tkem_mopidy-internetarchive_hullabaloo_README.rst +bokmann_font-awesome-rails,_bokmann_font-awesome-rails_commits.csv,bokmann_font-awesome-rails_hullabaloo_README.md +osmcode_libosmium.git,_osmcode_libosmium.git_commits.csv,osmcode_libosmium.git_hullabaloo_README.md +Unidata_cftime,_Unidata_cftime_commits.csv,Unidata_cftime_hullabaloo_README.md +grantjenks_python-sortedcollections,_grantjenks_python-sortedcollections_commits.csv,grantjenks_python-sortedcollections_hullabaloo_README.rst +sudipm-mukherjee_trace-cmd.git,sudipm-mukherjee_trace-cmd.git_commits.csv,sudipm-mukherjee_trace-cmd.git_hullabaloo_README +hadley_memoise.git,_hadley_memoise.git_commits.csv,hadley_memoise.git_hullabaloo_README.md +jlapeyre_PDL-IO-Matlab.git,_jlapeyre_PDL-IO-Matlab.git_commits.csv,jlapeyre_PDL-IO-Matlab.git_hullabaloo_README +resurrecting-open-source-projects_dcfldd,_resurrecting-open-source-projects_dcfldd_commits.csv,resurrecting-open-source-projects_dcfldd_hullabaloo_README +az143_glimpse,az143_glimpse_commits.csv,az143_glimpse_hullabaloo_README.md +shumatech_BOSSA.git,_shumatech_BOSSA.git_commits.csv,shumatech_BOSSA.git_hullabaloo_README +angband_angband,_angband_angband_commits.csv,angband_angband_hullabaloo_README.txt +pklausler_aoeui.git,_pklausler_aoeui.git_commits.csv,pklausler_aoeui.git_hullabaloo_README +coringao_osmose-emulator,coringao_osmose-emulator_commits.csv,coringao_osmose-emulator_hullabaloo_README.md +gosa-project_gosa-plugins-mailaddress,_gosa-project_gosa-plugins-mailaddress_commits.csv,gosa-project_gosa-plugins-mailaddress_hullabaloo_README.gosa-compat +horde_ansel.git,_horde_ansel.git_commits.csv,horde_ansel.git_hullabaloo_README +jazzband_django-pipeline,_jazzband_django-pipeline_commits.csv,jazzband_django-pipeline_hullabaloo_README +OpenSC_pam_p11.git,_OpenSC_pam_p11.git_commits.csv,OpenSC_pam_p11.git_hullabaloo_README +k0lter_pmailq,_k0lter_pmailq_commits.csv,k0lter_pmailq_hullabaloo_README +jquery_qunit.git,_jquery_qunit.git_commits.csv,jquery_qunit.git_hullabaloo_README.md +gpodder_gpodder,_gpodder_gpodder_commits.csv,gpodder_gpodder_hullabaloo_README +SPIP_spip,SPIP_spip_commits.csv,SPIP_spip_hullabaloo_README +gpodder_mygpoclient,_gpodder_mygpoclient_commits.csv,gpodder_mygpoclient_hullabaloo_README +LEW21_pydbus,_LEW21_pydbus_commits.csv,LEW21_pydbus_hullabaloo_README.md +upower_upower,upower_upower_commits.csv,upower_upower_hullabaloo_README +prometheus-community_bind_exporter,_prometheus-community_bind_exporter_commits.csv,prometheus-community_bind_exporter_hullabaloo_README.md +platform_system_tools_hidl,platform_system_tools_hidl_commits.csv,platform_system_tools_hidl_hullabaloo_README.md +perl-openssl_perl-crypt-openssl-pkcs10.git,_perl-openssl_perl-crypt-openssl-pkcs10.git_commits.csv,perl-openssl_perl-crypt-openssl-pkcs10.git_hullabaloo_README +r-lib_rlang.git,_r-lib_rlang.git_commits.csv,r-lib_rlang.git_hullabaloo_README.md +MetaluNet_moonlib.git,_MetaluNet_moonlib.git_commits.csv,MetaluNet_moonlib.git_hullabaloo_README.txt +thlorenz_proxyquire.git,_thlorenz_proxyquire.git_commits.csv,thlorenz_proxyquire.git_hullabaloo_README.md +lxqt_lxqt-runner.git,_lxqt_lxqt-runner.git_commits.csv,lxqt_lxqt-runner.git_hullabaloo_README.md +planetfilter,planetfilter_commits.csv,planetfilter_hullabaloo_README.rst +evanw_node-source-map-support.git,_evanw_node-source-map-support.git_commits.csv,evanw_node-source-map-support.git_hullabaloo_README.md +xpra-org_xpra.git,_xpra-org_xpra.git_commits.csv,xpra-org_xpra.git_hullabaloo_README.parti +myriadrf_gr-limesdr.git,_myriadrf_gr-limesdr.git_commits.csv,myriadrf_gr-limesdr.git_hullabaloo_README.md +shadowsocks_simple-obfs.git,_shadowsocks_simple-obfs.git_commits.csv,shadowsocks_simple-obfs.git_hullabaloo_README.md +git_notmuch,git_notmuch_commits.csv,git_notmuch_hullabaloo_README +kubrick.git,kubrick.git_commits.csv,kubrick.git_hullabaloo_README +bernhardu_dvbcut-deb,bernhardu_dvbcut-deb_commits.csv,bernhardu_dvbcut-deb_hullabaloo_README.ffmpeg +4ti2_4ti2.git,_4ti2_4ti2.git_commits.csv,4ti2_4ti2.git_hullabaloo_README +openscenegraph_OpenSceneGraph.git,_openscenegraph_OpenSceneGraph.git_commits.csv,openscenegraph_OpenSceneGraph.git_hullabaloo_README +pytroll_satpy,_pytroll_satpy_commits.csv,pytroll_satpy_hullabaloo_README +GNOME_mobile-broadband-provider-info,GNOME_mobile-broadband-provider-info_commits.csv,GNOME_mobile-broadband-provider-info_hullabaloo_README +jonathanhogg_usepackage.git,_jonathanhogg_usepackage.git_commits.csv,jonathanhogg_usepackage.git_hullabaloo_README +getsentry_responses,_getsentry_responses_commits.csv,getsentry_responses_hullabaloo_README.rst +git_gwenhywfar.git,git_gwenhywfar.git_commits.csv,git_gwenhywfar.git_hullabaloo_README +kxxoling_PTable,_kxxoling_PTable_commits.csv,kxxoling_PTable_hullabaloo_README +fangfufu_httpdirfs.git,_fangfufu_httpdirfs.git_commits.csv,fangfufu_httpdirfs.git_hullabaloo_README +callaa_luola.git,_callaa_luola.git_commits.csv,callaa_luola.git_hullabaloo_README +jtbraun_Parse-RecDescent.git,_jtbraun_Parse-RecDescent.git_commits.csv,jtbraun_Parse-RecDescent.git_hullabaloo_README +Infinidat_munch.git,_Infinidat_munch.git_commits.csv,Infinidat_munch.git_hullabaloo_README.md +01org_isa-l.git,_01org_isa-l.git_commits.csv,01org_isa-l.git_hullabaloo_README +neilb_Text-Diff,_neilb_Text-Diff_commits.csv,neilb_Text-Diff_hullabaloo_README +venthur_python-popcon,venthur_python-popcon_commits.csv,venthur_python-popcon_hullabaloo_README.md +pr-starfighter_starfighter,_pr-starfighter_starfighter_commits.csv,pr-starfighter_starfighter_hullabaloo_README +stefanv_nvpy,stefanv_nvpy_commits.csv,stefanv_nvpy_hullabaloo_README.md +mvertes_txt2man,_mvertes_txt2man_commits.csv,mvertes_txt2man_hullabaloo_README +tmm1_http_parser.rb.git,_tmm1_http_parser.rb.git_commits.csv,tmm1_http_parser.rb.git_hullabaloo_README.md +npat-efault_picocom,_npat-efault_picocom_commits.csv,npat-efault_picocom_hullabaloo_README +darkk_redsocks.git,_darkk_redsocks.git_commits.csv,darkk_redsocks.git_hullabaloo_README +mozilla_django-csp.git,_mozilla_django-csp.git_commits.csv,mozilla_django-csp.git_hullabaloo_README.rst +GNOME_tracker-miners,GNOME_tracker-miners_commits.csv,GNOME_tracker-miners_hullabaloo_README +GNOME_pitivi.git,GNOME_pitivi.git_commits.csv,GNOME_pitivi.git_hullabaloo_README +NeuralEnsemble_lazyarray,_NeuralEnsemble_lazyarray_commits.csv,NeuralEnsemble_lazyarray_hullabaloo_README +toddy_medicalterms,toddy_medicalterms_commits.csv,toddy_medicalterms_hullabaloo_README +thomasdstewart-guest_w1retap,thomasdstewart-guest_w1retap_commits.csv,thomasdstewart-guest_w1retap_hullabaloo_README +jbeder_yaml-cpp,_jbeder_yaml-cpp_commits.csv,jbeder_yaml-cpp_hullabaloo_README +janmojzis_dq.git,_janmojzis_dq.git_commits.csv,janmojzis_dq.git_hullabaloo_README.md +scravy_node-macaddress,_scravy_node-macaddress_commits.csv,scravy_node-macaddress_hullabaloo_README.md +sagemath_FlintQS,_sagemath_FlintQS_commits.csv,sagemath_FlintQS_hullabaloo_README +spin83_multi-monitors-add-on.git,_spin83_multi-monitors-add-on.git_commits.csv,spin83_multi-monitors-add-on.git_hullabaloo_README.md +magit_git-modes.git,_magit_git-modes.git_commits.csv,magit_git-modes.git_hullabaloo_README.md +torchbox_django-libsass.git,_torchbox_django-libsass.git_commits.csv,torchbox_django-libsass.git_hullabaloo_README.rst +routeKIT_jbzip2.git,_routeKIT_jbzip2.git_commits.csv,routeKIT_jbzip2.git_hullabaloo_README.md +moneta-rb_moneta,_moneta-rb_moneta_commits.csv,moneta-rb_moneta_hullabaloo_README +jarun_googler.git,_jarun_googler.git_commits.csv,jarun_googler.git_hullabaloo_README +Nuand_bladeRF.git,_Nuand_bladeRF.git_commits.csv,Nuand_bladeRF.git_hullabaloo_README +xavierleroy_ocamlagrep,_xavierleroy_ocamlagrep_commits.csv,xavierleroy_ocamlagrep_hullabaloo_README +FriendsOfPHP_proxy-manager-lts.git,_FriendsOfPHP_proxy-manager-lts.git_commits.csv,FriendsOfPHP_proxy-manager-lts.git_hullabaloo_README.md +umlaeute_v4l2loopback.git,_umlaeute_v4l2loopback.git_commits.csv,umlaeute_v4l2loopback.git_hullabaloo_README +letsencrypt_letsencrypt,_letsencrypt_letsencrypt_commits.csv,letsencrypt_letsencrypt.git_hullabaloo_README +nss_wrapper.git,nss_wrapper.git_commits.csv,nss_wrapper.git_hullabaloo_README +naelstrof_maim.git,_naelstrof_maim.git_commits.csv,naelstrof_maim.git_hullabaloo_README.md +cookiecutter_whichcraft,_cookiecutter_whichcraft_commits.csv,cookiecutter_whichcraft_hullabaloo_README.rst +leahneukirchen_bacon,_leahneukirchen_bacon_commits.csv,leahneukirchen_bacon_hullabaloo_README +leggewie-DM_scim-tables,leggewie-DM_scim-tables_commits.csv,leggewie-DM_scim-tables_hullabaloo_README +powa-team_pg_qualstats,powa-team_pg_qualstats_commits.csv,powa-team_pg_qualstats_hullabaloo_README.md +enthought_traitsui.git,_enthought_traitsui.git_commits.csv,enthought_traitsui.git_hullabaloo_README.txt +hlandau_acmetool,_hlandau_acmetool_commits.csv,hlandau_acmetool_hullabaloo_README.md +clojure_tools.logging.git,_clojure_tools.logging.git_commits.csv,clojure_tools.logging.git_hullabaloo_README.md +boxbackup_boxbackup.git,_boxbackup_boxbackup.git_commits.csv,boxbackup_boxbackup.git_hullabaloo_README.txt +encode_django-rest-framework,_encode_django-rest-framework_commits.csv,encode_django-rest-framework_hullabaloo_README.txt +GNOME_dia,GNOME_dia_commits.csv,GNOME_dia_hullabaloo_README +mate-desktop_mate-settings-daemon.git,_mate-desktop_mate-settings-daemon.git_commits.csv,mate-desktop_mate-settings-daemon.git_hullabaloo_README +apps_orage,apps_orage_commits.csv,apps_orage_hullabaloo_README +antanasbruzas_abGate.git,_antanasbruzas_abGate.git_commits.csv,antanasbruzas_abGate.git_hullabaloo_README.md +GNOME_giggle.git,GNOME_giggle.git_commits.csv,GNOME_giggle.git_hullabaloo_README +pali_libopenaptx,_pali_libopenaptx_commits.csv,pali_libopenaptx_hullabaloo_README +lxqt_qtermwidget.git,_lxqt_qtermwidget.git_commits.csv,lxqt_qtermwidget.git_hullabaloo_README +uid_wrapper.git,uid_wrapper.git_commits.csv,uid_wrapper.git_hullabaloo_README +GNOME_vte.git,GNOME_vte.git_commits.csv,GNOME_vte.git_hullabaloo_README +libyal_libsmdev,_libyal_libsmdev_commits.csv,libyal_libsmdev_hullabaloo_README +mopidy_mopidy-beets,_mopidy_mopidy-beets_commits.csv,mopidy_mopidy-beets_hullabaloo_README.rst +quantstack-debian_xtl,quantstack-debian_xtl_commits.csv,quantstack-debian_xtl_hullabaloo_README.md +matthewdeanmartin_terminaltables,_matthewdeanmartin_terminaltables_commits.csv,matthewdeanmartin_terminaltables_hullabaloo_README.md +Wolfgang-Spraul_fpgatools,Wolfgang-Spraul_fpgatools_commits.csv,Wolfgang-Spraul_fpgatools_hullabaloo_README +akheron_jansson.git,_akheron_jansson.git_commits.csv,akheron_jansson.git_hullabaloo_README.rst +numpy_numpydoc,_numpy_numpydoc_commits.csv,numpy_numpydoc_hullabaloo_README.txt +namhyung_uftrace,_namhyung_uftrace_commits.csv,namhyung_uftrace_hullabaloo_README.md +FontManager_master,_FontManager_master_commits.csv,FontManager_master_hullabaloo_README +pearu_pylibtiff.git,_pearu_pylibtiff.git_commits.csv,pearu_pylibtiff.git_hullabaloo_README.txt +alphapapa_magit-todos.git,_alphapapa_magit-todos.git_commits.csv,alphapapa_magit-todos.git_hullabaloo_README.org +GNOME_NetworkManager-pptp,GNOME_NetworkManager-pptp_commits.csv,GNOME_NetworkManager-pptp_hullabaloo_README +languitar_autosuspend.git,_languitar_autosuspend.git_commits.csv,languitar_autosuspend.git_hullabaloo_README.md +mininet_mininet,_mininet_mininet_commits.csv,mininet_mininet_hullabaloo_README +kasei_perlrdf.git,_kasei_perlrdf.git_commits.csv,kasei_perlrdf.git_hullabaloo_README +nitmir_django-cas-server.git,_nitmir_django-cas-server.git_commits.csv,nitmir_django-cas-server.git_hullabaloo_README.rst +sorich87_bootstrap-tour,_sorich87_bootstrap-tour_commits.csv,sorich87_bootstrap-tour_hullabaloo_README.md +Oblomov_clinfo,_Oblomov_clinfo_commits.csv,Oblomov_clinfo_hullabaloo_README +whm_libnet-ldapapi-perl,whm_libnet-ldapapi-perl_commits.csv,whm_libnet-ldapapi-perl_hullabaloo_README +alsa-utils.git,alsa-utils.git_commits.csv,alsa-utils.git_hullabaloo_README +lsyncd_lsyncd,_lsyncd_lsyncd_commits.csv,lsyncd_lsyncd_hullabaloo_README +PyTables_PyTables,_PyTables_PyTables_commits.csv,PyTables_PyTables_hullabaloo_README.txt +resurrecting-open-source-projects_sniffit,_resurrecting-open-source-projects_sniffit_commits.csv,resurrecting-open-source-projects_sniffit_hullabaloo_README.FIRST +gnome_gnome-shell.git,gnome_gnome-shell.git_commits.csv,gnome_gnome-shell.git_hullabaloo_README +nicolargo_glances,_nicolargo_glances_commits.csv,nicolargo_glances_hullabaloo_README +libssh2_libssh2,_libssh2_libssh2_commits.csv,libssh2_libssh2_hullabaloo_README +libvips_ruby-vips.git,_libvips_ruby-vips.git_commits.csv,libvips_ruby-vips.git_hullabaloo_README.md +df7cb_sdate,df7cb_sdate_commits.csv,df7cb_sdate_hullabaloo_README.fake +plasma_plasma-integration.git,plasma_plasma-integration.git_commits.csv,plasma_plasma-integration.git_hullabaloo_README.md +phillipberndt_pqiv,_phillipberndt_pqiv_commits.csv,phillipberndt_pqiv_hullabaloo_README.markdown +warsaw_flufl.bounce.git,warsaw_flufl.bounce.git_commits.csv,warsaw_flufl.bounce.git_hullabaloo_README.rst +GNOME_pygobject,GNOME_pygobject_commits.csv,GNOME_pygobject_hullabaloo_README +savonet_ocaml-ladspa.git,_savonet_ocaml-ladspa.git_commits.csv,savonet_ocaml-ladspa.git_hullabaloo_README +horde_kronolith.git,_horde_kronolith.git_commits.csv,horde_kronolith.git_hullabaloo_README +ros-infrastructure_catkin_pkg.git,_ros-infrastructure_catkin_pkg.git_commits.csv,ros-infrastructure_catkin_pkg.git_hullabaloo_README.md +merces_pev,_merces_pev_commits.csv,merces_pev_hullabaloo_README.md +cryptsetup_cryptsetup,cryptsetup_cryptsetup_commits.csv,cryptsetup_cryptsetup_hullabaloo_README +caolanm_libwmf,_caolanm_libwmf_commits.csv,caolanm_libwmf_hullabaloo_README +CarlFK_voctomix-outcasts.git,_CarlFK_voctomix-outcasts.git_commits.csv,CarlFK_voctomix-outcasts.git_hullabaloo_README.md +bgreenlee_pygtail,_bgreenlee_pygtail_commits.csv,bgreenlee_pygtail_hullabaloo_README.md +dimitri_preprepare,dimitri_preprepare_commits.csv,dimitri_preprepare_hullabaloo_README +GNOME_gnome-settings-daemon.git,GNOME_gnome-settings-daemon.git_commits.csv,GNOME_gnome-settings-daemon.git_hullabaloo_README +yoriyuki_Camomile.git,_yoriyuki_Camomile.git_commits.csv,yoriyuki_Camomile.git_hullabaloo_README +GNOME_glade,GNOME_glade_commits.csv,GNOME_glade_hullabaloo_README +doctrine_data-fixtures,_doctrine_data-fixtures_commits.csv,doctrine_data-fixtures_hullabaloo_README.md +prometheus_node_exporter,_prometheus_node_exporter_commits.csv,prometheus_node_exporter_hullabaloo_README.md +miyagawa_HTTP-Server-Simple-PSGI.git,_miyagawa_HTTP-Server-Simple-PSGI.git_commits.csv,miyagawa_HTTP-Server-Simple-PSGI.git_hullabaloo_README +GNOME_gbrainy.git,GNOME_gbrainy.git_commits.csv,GNOME_gbrainy.git_hullabaloo_README +robint99_dock-applet.git,_robint99_dock-applet.git_commits.csv,robint99_dock-applet.git_hullabaloo_README~ +adamchainz_django-jsonfield,_adamchainz_django-jsonfield_commits.csv,adamchainz_django-jsonfield_hullabaloo_README.rst +elastic_elasticsearch-ruby,_elastic_elasticsearch-ruby_commits.csv,elastic_elasticsearch-ruby_hullabaloo_README.md +swami_swami,_swami_swami_commits.csv,swami_swami_hullabaloo_README +lunarmodules_penlight,_lunarmodules_penlight_commits.csv,lunarmodules_penlight_hullabaloo_README.txt +webmozart_assert,_webmozart_assert_commits.csv,webmozart_assert_hullabaloo_README.md +dell_dkms,_dell_dkms_commits.csv,dell_dkms_hullabaloo_README.dkms +Sigil-Ebook_Sigil.git,_Sigil-Ebook_Sigil.git_commits.csv,Sigil-Ebook_Sigil.git_hullabaloo_README.txt +OSGeo_shapelib.git,_OSGeo_shapelib.git_commits.csv,OSGeo_shapelib.git_hullabaloo_README.tree +ddccontrol_ddccontrol-db,_ddccontrol_ddccontrol-db_commits.csv,ddccontrol_ddccontrol-db_hullabaloo_README +jch_html-pipeline,_jch_html-pipeline_commits.csv,jch_html-pipeline_hullabaloo_README.md +miyagawa_Plack-Middleware-File-Sass.git,_miyagawa_Plack-Middleware-File-Sass.git_commits.csv,miyagawa_Plack-Middleware-File-Sass.git_hullabaloo_README +mtrojnar_osslsigncode.git,_mtrojnar_osslsigncode.git_commits.csv,mtrojnar_osslsigncode.git_hullabaloo_README +pjf_ipc-system-simple.git,_pjf_ipc-system-simple.git_commits.csv,pjf_ipc-system-simple.git_hullabaloo_README +linuxdeepin_deepin-icon-theme.git,_linuxdeepin_deepin-icon-theme.git_commits.csv,linuxdeepin_deepin-icon-theme.git_hullabaloo_README.md +idlesign_django-sitetree,_idlesign_django-sitetree_commits.csv,idlesign_django-sitetree_hullabaloo_README.md +Shoobx_xmldiff.git,_Shoobx_xmldiff.git_commits.csv,Shoobx_xmldiff.git_hullabaloo_README +coringao_jag,coringao_jag_commits.csv,coringao_jag_hullabaloo_README.md +intridea_grape-entity,_intridea_grape-entity_commits.csv,intridea_grape-entity_hullabaloo_README.markdown +stumpwm_stumpwm.git,_stumpwm_stumpwm.git_commits.csv,stumpwm_stumpwm.git_hullabaloo_README +johang_btfs,_johang_btfs_commits.csv,johang_btfs_hullabaloo_README.md +linux-rdma_perftest.git,_linux-rdma_perftest.git_commits.csv,linux-rdma_perftest.git_hullabaloo_README +dbus_dbus-glib.git,dbus_dbus-glib.git_commits.csv,dbus_dbus-glib.git_hullabaloo_README +miracle2k_django-assets.git,_miracle2k_django-assets.git_commits.csv,miracle2k_django-assets.git_hullabaloo_README.rst +davesteele_cloudprint-service,davesteele_cloudprint-service_commits.csv,davesteele_cloudprint-service_hullabaloo_README.md +eventlet_eventlet.git,_eventlet_eventlet.git_commits.csv,eventlet_eventlet.git_hullabaloo_README +Qucs_ADMS.git,_Qucs_ADMS.git_commits.csv,Qucs_ADMS.git_hullabaloo_README-NGSPICE +enthought_envisage,_enthought_envisage_commits.csv,enthought_envisage_hullabaloo_README.txt +LibreCat_Catmandu-RDF.git,_LibreCat_Catmandu-RDF.git_commits.csv,LibreCat_Catmandu-RDF.git_hullabaloo_README.md +luke-jr_libbase58,_luke-jr_libbase58_commits.csv,luke-jr_libbase58_hullabaloo_README +ckeditor_ckbuilder.git,_ckeditor_ckbuilder.git_commits.csv,ckeditor_ckbuilder.git_hullabaloo_README.md +HewlettPackard_python-ilorest-library.git,_HewlettPackard_python-ilorest-library.git_commits.csv,HewlettPackard_python-ilorest-library.git_hullabaloo_README.md +mojotx_xttitle,_mojotx_xttitle_commits.csv,mojotx_xttitle_hullabaloo_README.md +geoalchemy_geoalchemy2,_geoalchemy_geoalchemy2_commits.csv,geoalchemy_geoalchemy2_hullabaloo_README.rst +pediapress_pyfribidi.git,_pediapress_pyfribidi.git_commits.csv,pediapress_pyfribidi.git_hullabaloo_README +SethMMorton_natsort.git,_SethMMorton_natsort.git_commits.csv,SethMMorton_natsort.git_hullabaloo_README.md +vifm_vifm.git,_vifm_vifm.git_commits.csv,vifm_vifm.git_hullabaloo_README +guessit-io_guessit.git,_guessit-io_guessit.git_commits.csv,guessit-io_guessit.git_hullabaloo_README.rst +expressjs_vhost.git,_expressjs_vhost.git_commits.csv,expressjs_vhost.git_hullabaloo_README.md +trailofbits_onesixtyone,_trailofbits_onesixtyone_commits.csv,trailofbits_onesixtyone_hullabaloo_README.md +jkraemer_mail-gpg,_jkraemer_mail-gpg_commits.csv,jkraemer_mail-gpg_hullabaloo_README +elastic_elasticsearch-py.git,_elastic_elasticsearch-py.git_commits.csv,elastic_elasticsearch-py.git_hullabaloo_README +mywave82_opencubicplayer,_mywave82_opencubicplayer_commits.csv,mywave82_opencubicplayer_hullabaloo_README.Darwin +NagiosEnterprises_nrpe.git,_NagiosEnterprises_nrpe.git_commits.csv,NagiosEnterprises_nrpe.git_hullabaloo_README +pylons_plaster,_pylons_plaster_commits.csv,pylons_plaster_hullabaloo_README.rst +oath-toolkit_oath-toolkit,oath-toolkit_oath-toolkit_commits.csv,oath-toolkit_oath-toolkit_hullabaloo_README +flot_flot,_flot_flot_commits.csv,flot_flot_hullabaloo_README.txt +squizlabs_PHP_CodeSniffer,_squizlabs_PHP_CodeSniffer_commits.csv,squizlabs_PHP_CodeSniffer_hullabaloo_README.markdown +libpinyin_ibus-libpinyin,_libpinyin_ibus-libpinyin_commits.csv,libpinyin_ibus-libpinyin_hullabaloo_README +savonet_ocaml-ffmpeg.git,_savonet_ocaml-ffmpeg.git_commits.csv,savonet_ocaml-ffmpeg.git_hullabaloo_README.md +Dav1dde_glad.git,_Dav1dde_glad.git_commits.csv,Dav1dde_glad.git_hullabaloo_README.md +amonakov_primus,_amonakov_primus_commits.csv,amonakov_primus_hullabaloo_README.md +lepture_python-livereload,_lepture_python-livereload_commits.csv,lepture_python-livereload_hullabaloo_README.rst +giampaolo_pyftpdlib,_giampaolo_pyftpdlib_commits.csv,giampaolo_pyftpdlib_hullabaloo_README +ClusterLabs_crmsh,_ClusterLabs_crmsh_commits.csv,ClusterLabs_crmsh_hullabaloo_README.regression +bbidulock_blackboxwm,_bbidulock_blackboxwm_commits.csv,bbidulock_blackboxwm_hullabaloo_README +dkogan_numpysane,_dkogan_numpysane_commits.csv,dkogan_numpysane_hullabaloo_README.header.org +prompt-toolkit_python-prompt-toolkit,_prompt-toolkit_python-prompt-toolkit_commits.csv,prompt-toolkit_python-prompt-toolkit_hullabaloo_README.rst +fent_node-ytdl-core.git,_fent_node-ytdl-core.git_commits.csv,fent_node-ytdl-core.git_hullabaloo_README.md +zsh-users_zsh-autosuggestions.git,_zsh-users_zsh-autosuggestions.git_commits.csv,zsh-users_zsh-autosuggestions.git_hullabaloo_README.mkd +honza_anosql,_honza_anosql_commits.csv,honza_anosql_hullabaloo_README.md +phunt_zktop.git,_phunt_zktop.git_commits.csv,phunt_zktop.git_hullabaloo_README.textile +bayespy_bayespy,_bayespy_bayespy_commits.csv,bayespy_bayespy_hullabaloo_README.md +spyder-ide_spyder-unittest.git,_spyder-ide_spyder-unittest.git_commits.csv,spyder-ide_spyder-unittest.git_hullabaloo_README.md +gsliepen_rsh-redone,_gsliepen_rsh-redone_commits.csv,gsliepen_rsh-redone_hullabaloo_README.md +FeralInteractive_gamemode,_FeralInteractive_gamemode_commits.csv,FeralInteractive_gamemode_hullabaloo_README.md +scanmem_scanmem.git,_scanmem_scanmem.git_commits.csv,scanmem_scanmem.git_hullabaloo_README +e2guardian_e2guardian,_e2guardian_e2guardian_commits.csv,e2guardian_e2guardian_hullabaloo_README +busyloop_lolcat.git,_busyloop_lolcat.git_commits.csv,busyloop_lolcat.git_hullabaloo_README.MD +mobile-broadband_libmbim.git,mobile-broadband_libmbim.git_commits.csv,mobile-broadband_libmbim.git_hullabaloo_README +drobilla_fomp.git,drobilla_fomp.git_commits.csv,drobilla_fomp.git_hullabaloo_README +kstateome_django-cas,_kstateome_django-cas_commits.csv,kstateome_django-cas_hullabaloo_README.md +rytilahti_python-miio.git,_rytilahti_python-miio.git_commits.csv,rytilahti_python-miio.git_hullabaloo_README.md +libpd_abl_link.git,_libpd_abl_link.git_commits.csv,libpd_abl_link.git_hullabaloo_README.md +timothycrosley_isort,_timothycrosley_isort_commits.csv,timothycrosley_isort_hullabaloo_README.md +Tux_Text-CSV_XS.git,_Tux_Text-CSV_XS.git_commits.csv,Tux_Text-CSV_XS.git_hullabaloo_README +RiotGames_buff-extensions,_RiotGames_buff-extensions_commits.csv,RiotGames_buff-extensions_hullabaloo_README.md +shimmerproject_Greybird,_shimmerproject_Greybird_commits.csv,shimmerproject_Greybird_hullabaloo_README +mate-desktop_mate-indicator-applet.git,_mate-desktop_mate-indicator-applet.git_commits.csv,mate-desktop_mate-indicator-applet.git_hullabaloo_README +PhirePhly_aprx,_PhirePhly_aprx_commits.csv,PhirePhly_aprx_hullabaloo_README +sionescu_libfixposix.git,_sionescu_libfixposix.git_commits.csv,sionescu_libfixposix.git_hullabaloo_README +coin-or_Osi,_coin-or_Osi_commits.csv,coin-or_Osi_hullabaloo_README +Yelp_elastalert.git,_Yelp_elastalert.git_commits.csv,Yelp_elastalert.git_hullabaloo_README.md +gerasiov_ofxstatement,gerasiov_ofxstatement_commits.csv,gerasiov_ofxstatement_hullabaloo_README.txt +rjbs_Image-MetaData-JPEG.git,_rjbs_Image-MetaData-JPEG.git_commits.csv,rjbs_Image-MetaData-JPEG.git_hullabaloo_README +git_mailutils.git,git_mailutils.git_commits.csv,git_mailutils.git_hullabaloo_README +dompdf_dompdf,_dompdf_dompdf_commits.csv,dompdf_dompdf_hullabaloo_README +sharplispers_ironclad,_sharplispers_ironclad_commits.csv,sharplispers_ironclad_hullabaloo_README +EsotericSoftware_kryo.git,_EsotericSoftware_kryo.git_commits.csv,EsotericSoftware_kryo.git_hullabaloo_README.md +opensdmx_rsdmx.git,_opensdmx_rsdmx.git_commits.csv,opensdmx_rsdmx.git_hullabaloo_README.md +theacodes_cmarkgfm,_theacodes_cmarkgfm_commits.csv,theacodes_cmarkgfm_hullabaloo_README.rst +jonathanwin_yagv.git,_jonathanwin_yagv.git_commits.csv,jonathanwin_yagv.git_hullabaloo_README.md +enzinia_hangouts-chat,_enzinia_hangouts-chat_commits.csv,enzinia_hangouts-chat_hullabaloo_README.md +edwardgeorge_virtualenv-clone,_edwardgeorge_virtualenv-clone_commits.csv,edwardgeorge_virtualenv-clone_hullabaloo_README +airspy_airspyhf.git,_airspy_airspyhf.git_commits.csv,airspy_airspyhf.git_hullabaloo_README.md +ronf_asyncssh,_ronf_asyncssh_commits.csv,ronf_asyncssh_hullabaloo_README +Feh_nocache,_Feh_nocache_commits.csv,Feh_nocache_hullabaloo_README.md +zopefoundation_zc.lockfile,_zopefoundation_zc.lockfile_commits.csv,zopefoundation_zc.lockfile_hullabaloo_README.txt +claviska_jquery-minicolors,_claviska_jquery-minicolors_commits.csv,claviska_jquery-minicolors_hullabaloo_README +headius_ruby-atomic,_headius_ruby-atomic_commits.csv,headius_ruby-atomic_hullabaloo_README.txt +scoder_lupa,_scoder_lupa_commits.csv,scoder_lupa_hullabaloo_README.txt +vulndb_python-sdk,_vulndb_python-sdk_commits.csv,vulndb_python-sdk_hullabaloo_README.md +jeromerobert_hmat-oss.git,_jeromerobert_hmat-oss.git_commits.csv,jeromerobert_hmat-oss.git_hullabaloo_README.md +stathissideris_ditaa,_stathissideris_ditaa_commits.csv,stathissideris_ditaa_hullabaloo_README +qxmpp-project_qxmpp.git,_qxmpp-project_qxmpp.git_commits.csv,qxmpp-project_qxmpp.git_hullabaloo_README +xiph_vorbis-tools.git,xiph_vorbis-tools.git_commits.csv,xiph_vorbis-tools.git_hullabaloo_README +teopost_qmenu,teopost_qmenu_commits.csv,teopost_qmenu_hullabaloo_README.md +nahi_httpclient,_nahi_httpclient_commits.csv,nahi_httpclient_hullabaloo_README.txt +GNOME_libgnome-games-support.git,GNOME_libgnome-games-support.git_commits.csv,GNOME_libgnome-games-support.git_hullabaloo_README +Xubuntu_lightdm-gtk-greeter.git,_Xubuntu_lightdm-gtk-greeter.git_commits.csv,Xubuntu_lightdm-gtk-greeter.git_hullabaloo_README +x-stream_xstream.git,_x-stream_xstream.git_commits.csv,x-stream_xstream.git_hullabaloo_README.txt +williamh_espeakup,_williamh_espeakup_commits.csv,williamh_espeakup_hullabaloo_README +sunpy_ndcube.git,_sunpy_ndcube.git_commits.csv,sunpy_ndcube.git_hullabaloo_README.rst +cfaerber_Net-IDN-Encode.git,_cfaerber_Net-IDN-Encode.git_commits.csv,cfaerber_Net-IDN-Encode.git_hullabaloo_README +astrofrog_pytest-arraydiff,_astrofrog_pytest-arraydiff_commits.csv,astrofrog_pytest-arraydiff_hullabaloo_README.md +systemd-cron_systemd-cron.git,_systemd-cron_systemd-cron.git_commits.csv,systemd-cron_systemd-cron.git_hullabaloo_README.md +gregwar_fatcat,_gregwar_fatcat_commits.csv,gregwar_fatcat_hullabaloo_README.md +celery_billiard,_celery_billiard_commits.csv,celery_billiard_hullabaloo_README +eclipse-ee4j_eclipselink.git,_eclipse-ee4j_eclipselink.git_commits.csv,eclipse-ee4j_eclipselink.git_hullabaloo_README.md +Toblerity_rtree.git,_Toblerity_rtree.git_commits.csv,Toblerity_rtree.git_hullabaloo_README.txt +intel_opencl-clang,_intel_opencl-clang_commits.csv,intel_opencl-clang_hullabaloo_README.txt +magit_magit-popup.git,_magit_magit-popup.git_commits.csv,magit_magit-popup.git_hullabaloo_README.md +ksudoku.git,ksudoku.git_commits.csv,ksudoku.git_hullabaloo_README +unshiftio_ultron,_unshiftio_ultron_commits.csv,unshiftio_ultron_hullabaloo_README.md +ImageOptim_libimagequant.git,_ImageOptim_libimagequant.git_commits.csv,ImageOptim_libimagequant.git_hullabaloo_README +stevegrubb_libcap-ng,_stevegrubb_libcap-ng_commits.csv,stevegrubb_libcap-ng_hullabaloo_README.md +r-lib_roxygen2,_r-lib_roxygen2_commits.csv,r-lib_roxygen2_hullabaloo_README +ilanschnell_bitarray.git,_ilanschnell_bitarray.git_commits.csv,ilanschnell_bitarray.git_hullabaloo_README +Kozea_CairoSVG,_Kozea_CairoSVG_commits.csv,Kozea_CairoSVG_hullabaloo_README +pwsafe_pwsafe,_pwsafe_pwsafe_commits.csv,pwsafe_pwsafe_hullabaloo_README.txt +edgewall_genshi.git,_edgewall_genshi.git_commits.csv,edgewall_genshi.git_hullabaloo_README.txt +GNOME_libxml2.git,GNOME_libxml2.git_commits.csv,GNOME_libxml2.git_hullabaloo_README +BioPP_bpp-qt,_BioPP_bpp-qt_commits.csv,BioPP_bpp-qt_hullabaloo_README.md +theory_class-meta.git,_theory_class-meta.git_commits.csv,theory_class-meta.git_hullabaloo_README +earwig_mwparserfromhell.git,_earwig_mwparserfromhell.git_commits.csv,earwig_mwparserfromhell.git_hullabaloo_README.rst +json-c_json-c,_json-c_json-c_commits.csv,json-c_json-c_hullabaloo_README.html +jaqx0r_filtergen,jaqx0r_filtergen_commits.csv,jaqx0r_filtergen_hullabaloo_README +jaraco_jaraco.itertools.git,_jaraco_jaraco.itertools.git_commits.csv,jaraco_jaraco.itertools.git_hullabaloo_README.txt +crenz_Module-Find.git,_crenz_Module-Find.git_commits.csv,crenz_Module-Find.git_hullabaloo_README +ianare_exif-py,_ianare_exif-py_commits.csv,ianare_exif-py_hullabaloo_README.md +jquery_jquery-mousewheel,_jquery_jquery-mousewheel_commits.csv,jquery_jquery-mousewheel_hullabaloo_README.markdown +wtforms_flask-wtf.git,_wtforms_flask-wtf.git_commits.csv,wtforms_flask-wtf.git_hullabaloo_README +websocket-client_websocket-client,_websocket-client_websocket-client_commits.csv,websocket-client_websocket-client_hullabaloo_README +lathiat_nss-mdns,_lathiat_nss-mdns_commits.csv,lathiat_nss-mdns_hullabaloo_README.html.in +i18next_i18next,_i18next_i18next_commits.csv,i18next_i18next_hullabaloo_README.md +halcy_Mastodon.py.git,_halcy_Mastodon.py.git_commits.csv,halcy_Mastodon.py.git_hullabaloo_README.md +free-wheeling_freewheeling,_free-wheeling_freewheeling_commits.csv,free-wheeling_freewheeling_hullabaloo_README +brack3t_django-braces.git,_brack3t_django-braces.git_commits.csv,brack3t_django-braces.git_hullabaloo_README.rst +jclehner_nmrpflash,_jclehner_nmrpflash_commits.csv,jclehner_nmrpflash_hullabaloo_README.md +dwolfhub_zxcvbn-python.git,_dwolfhub_zxcvbn-python.git_commits.csv,dwolfhub_zxcvbn-python.git_hullabaloo_README.md +rehsack_Sys-Filesystem,_rehsack_Sys-Filesystem_commits.csv,rehsack_Sys-Filesystem_hullabaloo_README +onlyjob_writeboost.git,onlyjob_writeboost.git_commits.csv,onlyjob_writeboost.git_hullabaloo_README.md +jterrace_pyssim,_jterrace_pyssim_commits.csv,jterrace_pyssim_hullabaloo_README.md +Azure_azure-python-devtools,_Azure_azure-python-devtools_commits.csv,Azure_azure-python-devtools_hullabaloo_README.md +ubuntu-mate_mate-tweak.git,_ubuntu-mate_mate-tweak.git_commits.csv,ubuntu-mate_mate-tweak.git_hullabaloo_README.debian +matlinuxer2_ucimf,_matlinuxer2_ucimf_commits.csv,matlinuxer2_ucimf_hullabaloo_README +tkem_mopidy-podcast.git,_tkem_mopidy-podcast.git_commits.csv,tkem_mopidy-podcast.git_hullabaloo_README.rst +kingosticks_mopidy-tunein,_kingosticks_mopidy-tunein_commits.csv,kingosticks_mopidy-tunein_hullabaloo_README.rst +aptly-dev_aptly.git,_aptly-dev_aptly.git_commits.csv,aptly-dev_aptly.git_hullabaloo_README.rst +deschler_django-modeltranslation.git,_deschler_django-modeltranslation.git_commits.csv,deschler_django-modeltranslation.git_hullabaloo_README.rst +dh4_cen64-qt-debian,dh4_cen64-qt-debian_commits.csv,dh4_cen64-qt-debian_hullabaloo_README.md +Linaro_pkg-lavapdu,Linaro_pkg-lavapdu_commits.csv,Linaro_pkg-lavapdu_hullabaloo_README +latchset_libverto,_latchset_libverto_commits.csv,latchset_libverto_hullabaloo_README +GNOME_gvfs.git,GNOME_gvfs.git_commits.csv,GNOME_gvfs.git_hullabaloo_README +libimobiledevice_libimobiledevice.git,_libimobiledevice_libimobiledevice.git_commits.csv,libimobiledevice_libimobiledevice.git_hullabaloo_README +ukui_peony-extensions,ukui_peony-extensions_commits.csv,ukui_peony-extensions_hullabaloo_README +MITRECND_libnids.git,_MITRECND_libnids.git_commits.csv,MITRECND_libnids.git_hullabaloo_README +ros_ros.git,_ros_ros.git_commits.csv,ros_ros.git_hullabaloo_README +sampsyo_audioread.git,_sampsyo_audioread.git_commits.csv,sampsyo_audioread.git_hullabaloo_README.md +mirage_ocaml-ipaddr.git,_mirage_ocaml-ipaddr.git_commits.csv,mirage_ocaml-ipaddr.git_hullabaloo_README.md +enova_pglogical_ticker.git,_enova_pglogical_ticker.git_commits.csv,enova_pglogical_ticker.git_hullabaloo_README.md +rigred_sandsifter,_rigred_sandsifter_commits.csv,rigred_sandsifter_hullabaloo_README.md +fog_fog-libvirt,_fog_fog-libvirt_commits.csv,fog_fog-libvirt_hullabaloo_README.md +pymodbus-dev_pymodbus.git,_pymodbus-dev_pymodbus.git_commits.csv,pymodbus-dev_pymodbus.git_hullabaloo_README +Leaflet_Leaflet,_Leaflet_Leaflet_commits.csv,Leaflet_Leaflet_hullabaloo_README +tiwe-de_libpam-pwdfile,tiwe-de_libpam-pwdfile_commits.csv,tiwe-de_libpam-pwdfile_hullabaloo_README +jmespath_jmespath.py,_jmespath_jmespath.py_commits.csv,jmespath_jmespath.py_hullabaloo_README.rst +pkienzle_periodictable.git,_pkienzle_periodictable.git_commits.csv,pkienzle_periodictable.git_hullabaloo_README.txt +ygrek_extunix.git,_ygrek_extunix.git_commits.csv,ygrek_extunix.git_hullabaloo_README.txt +cyrusimap_cyrus-sasl.git,_cyrusimap_cyrus-sasl.git_commits.csv,cyrusimap_cyrus-sasl.git_hullabaloo_README.andrew +shlomif_perl-io-socket-inet6.git,_shlomif_perl-io-socket-inet6.git_commits.csv,shlomif_perl-io-socket-inet6.git_hullabaloo_README +nsntrace_nsntrace,_nsntrace_nsntrace_commits.csv,nsntrace_nsntrace_hullabaloo_README.md +zopefoundation_zope.i18nmessageid,_zopefoundation_zope.i18nmessageid_commits.csv,zopefoundation_zope.i18nmessageid_hullabaloo_README.txt +yaml_pyyaml.git,_yaml_pyyaml.git_commits.csv,yaml_pyyaml.git_hullabaloo_README +rtomayko_posix-spawn,_rtomayko_posix-spawn_commits.csv,rtomayko_posix-spawn_hullabaloo_README +premailer_premailer,_premailer_premailer_commits.csv,premailer_premailer_hullabaloo_README.rdoc +DatabaseCleaner_database_cleaner,_DatabaseCleaner_database_cleaner_commits.csv,DatabaseCleaner_database_cleaner_hullabaloo_README +mysticatea_eslint-plugin-node.git,_mysticatea_eslint-plugin-node.git_commits.csv,mysticatea_eslint-plugin-node.git_hullabaloo_README.md +fadecut_fadecut,fadecut_fadecut_commits.csv,fadecut_fadecut_hullabaloo_README +gitea_postgis_postgis.git,gitea_postgis_postgis.git_commits.csv,gitea_postgis_postgis.git_hullabaloo_README.postgis +plasma_sddm-kcm.git,plasma_sddm-kcm.git_commits.csv,plasma_sddm-kcm.git_hullabaloo_README +click-contrib_click-plugins.git,_click-contrib_click-plugins.git_commits.csv,click-contrib_click-plugins.git_hullabaloo_README.rst +theskumar_python-dotenv.git,_theskumar_python-dotenv.git_commits.csv,theskumar_python-dotenv.git_hullabaloo_README.md +p-e-w_maybe,_p-e-w_maybe_commits.csv,p-e-w_maybe_hullabaloo_README.md +debian-tex_teckit,debian-tex_teckit_commits.csv,debian-tex_teckit_hullabaloo_README +hvesalai_emacs-scala-mode,_hvesalai_emacs-scala-mode_commits.csv,hvesalai_emacs-scala-mode_hullabaloo_README +sobolevn_django-split-settings,_sobolevn_django-split-settings_commits.csv,sobolevn_django-split-settings_hullabaloo_README.md +cea-hpc_clustershell,_cea-hpc_clustershell_commits.csv,cea-hpc_clustershell_hullabaloo_README +messageformat_Jed.git,_messageformat_Jed.git_commits.csv,messageformat_Jed.git_hullabaloo_README.md +babelouest_orcania,_babelouest_orcania_commits.csv,babelouest_orcania_hullabaloo_README.md +elima_FileTea,_elima_FileTea_commits.csv,elima_FileTea_hullabaloo_README +systemd_systemd-bootchart,_systemd_systemd-bootchart_commits.csv,systemd_systemd-bootchart_hullabaloo_README +mate-desktop_mate-desktop.git,_mate-desktop_mate-desktop.git_commits.csv,mate-desktop_mate-desktop.git_hullabaloo_README +libyal_libvshadow.git,_libyal_libvshadow.git_commits.csv,libyal_libvshadow.git_hullabaloo_README +alexdantas_snake4.debian,alexdantas_snake4.debian_commits.csv,alexdantas_snake4.debian_hullabaloo_README +Openshot_openshot-qt.git,_Openshot_openshot-qt.git_commits.csv,Openshot_openshot-qt.git_hullabaloo_README +ledgersmb_pkg-ledgersmb,ledgersmb_pkg-ledgersmb_commits.csv,ledgersmb_pkg-ledgersmb_hullabaloo_README.Debian +angdraug_graffiti,_angdraug_graffiti_commits.csv,angdraug_graffiti_hullabaloo_README.rdoc +deater_linux_logo.git,_deater_linux_logo.git_commits.csv,deater_linux_logo.git_hullabaloo_README +CSCsw_ColPack,_CSCsw_ColPack_commits.csv,CSCsw_ColPack_hullabaloo_README +inducer_pyopencl,_inducer_pyopencl_commits.csv,inducer_pyopencl_hullabaloo_README_SETUP.txt +rtomayko_rdiscount,_rtomayko_rdiscount_commits.csv,rtomayko_rdiscount_hullabaloo_README +pdfpc_pdfpc,_pdfpc_pdfpc_commits.csv,pdfpc_pdfpc_hullabaloo_README.txt +dosfstools_dosfstools.git,_dosfstools_dosfstools.git_commits.csv,dosfstools_dosfstools.git_hullabaloo_README.Atari +neilb_File-Modified,_neilb_File-Modified_commits.csv,neilb_File-Modified_hullabaloo_README +fstl-app_fstl,_fstl-app_fstl_commits.csv,fstl-app_fstl_hullabaloo_README.md +plasma_kde-gtk-config.git,plasma_kde-gtk-config.git_commits.csv,plasma_kde-gtk-config.git_hullabaloo_LEERME o README +yayahjb_cqrlib.git,_yayahjb_cqrlib.git_commits.csv,yayahjb_cqrlib.git_hullabaloo_README_CQRlib.txt +andreafrancia_trash-cli.git,_andreafrancia_trash-cli.git_commits.csv,andreafrancia_trash-cli.git_hullabaloo_README +benningm_mtpolicyd.git,_benningm_mtpolicyd.git_commits.csv,benningm_mtpolicyd.git_hullabaloo_README.md +SELinuxProject_setools.git,_SELinuxProject_setools.git_commits.csv,SELinuxProject_setools.git_hullabaloo_README +bingos_poe-component-client-ident.git,_bingos_poe-component-client-ident.git_commits.csv,bingos_poe-component-client-ident.git_hullabaloo_README +powerline_powerline,_powerline_powerline_commits.csv,powerline_powerline_hullabaloo_README.rst +thestk_stk,_thestk_stk_commits.csv,thestk_stk_hullabaloo_README.txt +GNOME_gnome-autoar,GNOME_gnome-autoar_commits.csv,GNOME_gnome-autoar_hullabaloo_README.md +rbrito_pkg-avr-evtd,rbrito_pkg-avr-evtd_commits.csv,rbrito_pkg-avr-evtd_hullabaloo_README.IMPORTANT +LibreCat_Catmandu-SRU.git,_LibreCat_Catmandu-SRU.git_commits.csv,LibreCat_Catmandu-SRU.git_hullabaloo_README +EasyScreenCast_EasyScreenCast.git,_EasyScreenCast_EasyScreenCast.git_commits.csv,EasyScreenCast_EasyScreenCast.git_hullabaloo_README.md +GNOME_gnome-color-manager.git,GNOME_gnome-color-manager.git_commits.csv,GNOME_gnome-color-manager.git_hullabaloo_README +libmicrohttpd.git,libmicrohttpd.git_commits.csv,libmicrohttpd.git_hullabaloo_README +varvet_pundit,_varvet_pundit_commits.csv,varvet_pundit_hullabaloo_README.md +kodi-pvr_pvr.vdr.vnsi.git,_kodi-pvr_pvr.vdr.vnsi.git_commits.csv,kodi-pvr_pvr.vdr.vnsi.git_hullabaloo_README +estools_escodegen,_estools_escodegen_commits.csv,estools_escodegen_hullabaloo_README.md +jonnenauha_prometheus_varnish_exporter.git,_jonnenauha_prometheus_varnish_exporter.git_commits.csv,jonnenauha_prometheus_varnish_exporter.git_hullabaloo_README.md +djs55_ocaml-sha.git,_djs55_ocaml-sha.git_commits.csv,djs55_ocaml-sha.git_hullabaloo_README +python-postgres_fe,_python-postgres_fe_commits.csv,python-postgres_fe_hullabaloo_README +ros-infrastructure_rosinstall_generator,_ros-infrastructure_rosinstall_generator_commits.csv,ros-infrastructure_rosinstall_generator_hullabaloo_README.rst +accounts-sso_telepathy-accounts-signon.git,accounts-sso_telepathy-accounts-signon.git_commits.csv,accounts-sso_telepathy-accounts-signon.git_hullabaloo_README +alisaifee_hiro,_alisaifee_hiro_commits.csv,alisaifee_hiro_hullabaloo_README.md +PacificBiosciences_pbcopper.git,_PacificBiosciences_pbcopper.git_commits.csv,PacificBiosciences_pbcopper.git_hullabaloo_README.md +spacetelescope_fitscut,_spacetelescope_fitscut_commits.csv,spacetelescope_fitscut_hullabaloo_README +karenetheridge_Module-Manifest,_karenetheridge_Module-Manifest_commits.csv,karenetheridge_Module-Manifest_hullabaloo_README +davesteele_gnome-gmail,davesteele_gnome-gmail_commits.csv,davesteele_gnome-gmail_hullabaloo_README +googleapis_signet,_googleapis_signet_commits.csv,googleapis_signet_hullabaloo_README +spacetelescope_gwcs,_spacetelescope_gwcs_commits.csv,spacetelescope_gwcs_hullabaloo_README.rst +bhollis_maruku,_bhollis_maruku_commits.csv,bhollis_maruku_hullabaloo_README.md +psf_requests,_psf_requests_commits.csv,psf_requests_hullabaloo_README +mate-desktop_pluma.git,_mate-desktop_pluma.git_commits.csv,mate-desktop_pluma.git_hullabaloo_README +perl5-utils_Params-Util,_perl5-utils_Params-Util_commits.csv,perl5-utils_Params-Util_hullabaloo_README.md +pygobject_pycairo,_pygobject_pycairo_commits.csv,pygobject_pycairo_hullabaloo_README +tidyverse_tidyr.git,_tidyverse_tidyr.git_commits.csv,tidyverse_tidyr.git_hullabaloo_README.md +vasole_fisx,_vasole_fisx_commits.csv,vasole_fisx_hullabaloo_README.md +testing-cabal_mock,_testing-cabal_mock_commits.csv,testing-cabal_mock_hullabaloo_README.txt +Kozea_cairocffi.git,_Kozea_cairocffi.git_commits.csv,Kozea_cairocffi.git_hullabaloo_README.rst +corosync_corosync,_corosync_corosync_commits.csv,corosync_corosync_hullabaloo_README.devmap +pytest-dev_pytest-django,_pytest-dev_pytest-django_commits.csv,pytest-dev_pytest-django_hullabaloo_README.markdown +strukturag_libheif.git,_strukturag_libheif.git_commits.csv,strukturag_libheif.git_hullabaloo_README.md +lxc_lxcfs.git,_lxc_lxcfs.git_commits.csv,lxc_lxcfs.git_hullabaloo_README.md +mvexel_overpass-api-python-wrapper.git,_mvexel_overpass-api-python-wrapper.git_commits.csv,mvexel_overpass-api-python-wrapper.git_hullabaloo_README.md +brandon-rhodes_logging_tree.git,_brandon-rhodes_logging_tree.git_commits.csv,brandon-rhodes_logging_tree.git_hullabaloo_README.md +plasma_khotkeys.git,plasma_khotkeys.git_commits.csv,plasma_khotkeys.git_hullabaloo_README +colmap_colmap,_colmap_colmap_commits.csv,colmap_colmap_hullabaloo_README.md +LibreCat_Catmandu-FileStore.git,_LibreCat_Catmandu-FileStore.git_commits.csv,LibreCat_Catmandu-FileStore.git_hullabaloo_README.md +slime_slime,_slime_slime_commits.csv,slime_slime_hullabaloo_README +skk-dev_skktools,_skk-dev_skktools_commits.csv,skk-dev_skktools_hullabaloo_README +niltonvolpato_python-progressbar,_niltonvolpato_python-progressbar_commits.csv,niltonvolpato_python-progressbar_hullabaloo_README +rvaser_bioparser,_rvaser_bioparser_commits.csv,rvaser_bioparser_hullabaloo_README.md +mrash_fwsnort.git,_mrash_fwsnort.git_commits.csv,mrash_fwsnort.git_hullabaloo_README +rss2email_rss2email.git,_rss2email_rss2email.git_commits.csv,rss2email_rss2email.git_hullabaloo_README +HOST-Oman_libraqm.git,_HOST-Oman_libraqm.git_commits.csv,HOST-Oman_libraqm.git_hullabaloo_README.md +axel-download-accelerator_axel.git,_axel-download-accelerator_axel.git_commits.csv,axel-download-accelerator_axel.git_hullabaloo_README +mate-desktop_mate-polkit.git,_mate-desktop_mate-polkit.git_commits.csv,mate-desktop_mate-polkit.git_hullabaloo_README +LeaVerou_prism.git,_LeaVerou_prism.git_commits.csv,LeaVerou_prism.git_hullabaloo_README.md +jackrosenthal_kajiki,_jackrosenthal_kajiki_commits.csv,jackrosenthal_kajiki_hullabaloo_README.markdown +tantale_deprecated.git,_tantale_deprecated.git_commits.csv,tantale_deprecated.git_hullabaloo_README.md +schleuder_schleuder.git,schleuder_schleuder.git_commits.csv,schleuder_schleuder.git_hullabaloo_README +cfaerber_Graphics-ColorNames-WWW,_cfaerber_Graphics-ColorNames-WWW_commits.csv,cfaerber_Graphics-ColorNames-WWW_hullabaloo_README +rbenv_rbenv,_rbenv_rbenv_commits.csv,rbenv_rbenv_hullabaloo_README.md +voxpupuli_librarian-puppet.git,_voxpupuli_librarian-puppet.git_commits.csv,voxpupuli_librarian-puppet.git_hullabaloo_README.md +casacore_observatories-table.git,_casacore_observatories-table.git_commits.csv,casacore_observatories-table.git_hullabaloo_README.md +pdudaemon_pkg-pdudaemon,pdudaemon_pkg-pdudaemon_commits.csv,pdudaemon_pkg-pdudaemon_hullabaloo_README +neilb_Memoize-ExpireLRU,_neilb_Memoize-ExpireLRU_commits.csv,neilb_Memoize-ExpireLRU_hullabaloo_README +jobovy_galpy.git,_jobovy_galpy.git_commits.csv,jobovy_galpy.git_hullabaloo_README.md +rfc1036_whois,rfc1036_whois_commits.csv,rfc1036_whois_hullabaloo_README +jaalto_project--perl-ddir.git,_jaalto_project--perl-ddir.git_commits.csv,jaalto_project--perl-ddir.git_hullabaloo_README +phillipberndt_autorandr.git,_phillipberndt_autorandr.git_commits.csv,phillipberndt_autorandr.git_hullabaloo_README +jeroen_curl,_jeroen_curl_commits.csv,jeroen_curl_hullabaloo_README +bobek_pkg-pimd,bobek_pkg-pimd_commits.csv,bobek_pkg-pimd_hullabaloo_README.debug +jorgemanrubia_truncato,_jorgemanrubia_truncato_commits.csv,jorgemanrubia_truncato_hullabaloo_README.md +pydanny_cached-property.git,_pydanny_cached-property.git_commits.csv,pydanny_cached-property.git_hullabaloo_README.rst +ponty_pyvirtualdisplay.git,_ponty_pyvirtualdisplay.git_commits.csv,ponty_pyvirtualdisplay.git_hullabaloo_README.rst +cvxopt_cvxopt,_cvxopt_cvxopt_commits.csv,cvxopt_cvxopt_hullabaloo_README.md +JuliaMath_openlibm.git,_JuliaMath_openlibm.git_commits.csv,JuliaMath_openlibm.git_hullabaloo_README +panel-plugins_xfce4-indicator-plugin,panel-plugins_xfce4-indicator-plugin_commits.csv,panel-plugins_xfce4-indicator-plugin_hullabaloo_README +lxde_lxpanel.git,_lxde_lxpanel.git_commits.csv,lxde_lxpanel.git_hullabaloo_README +pymssql_pymssql.git,_pymssql_pymssql.git_commits.csv,pymssql_pymssql.git_hullabaloo_README +OpenRTX_dmrconfig.git,_OpenRTX_dmrconfig.git_commits.csv,OpenRTX_dmrconfig.git_hullabaloo_README.md +jnordberg_coffeeify.git,_jnordberg_coffeeify.git_commits.csv,jnordberg_coffeeify.git_hullabaloo_README.md +jwilk_python-djvulibre,_jwilk_python-djvulibre_commits.csv,jwilk_python-djvulibre_hullabaloo_README +gsnedders_pytest-expect,_gsnedders_pytest-expect_commits.csv,gsnedders_pytest-expect_hullabaloo_README.rst +libsdl-org_SDL_ttf.git,_libsdl-org_SDL_ttf.git_commits.csv,libsdl-org_SDL_ttf.git_hullabaloo_README +mltframework_shotcut,_mltframework_shotcut_commits.csv,mltframework_shotcut_hullabaloo_README.md +rhendric_puka,rhendric_puka_commits.csv,rhendric_puka_hullabaloo_README.md +alexdalitz_dnsruby.git,_alexdalitz_dnsruby.git_commits.csv,alexdalitz_dnsruby.git_hullabaloo_README.rdoc +jrincayc_ucblogo-code.git,_jrincayc_ucblogo-code.git_commits.csv,jrincayc_ucblogo-code.git_hullabaloo_README +asn-d6_onionbalance.git,_asn-d6_onionbalance.git_commits.csv,asn-d6_onionbalance.git_hullabaloo_README.md +toddr_Crypt-OpenSSL-RSA.git,_toddr_Crypt-OpenSSL-RSA.git_commits.csv,toddr_Crypt-OpenSSL-RSA.git_hullabaloo_README +andrewrk_node-findit.git,_andrewrk_node-findit.git_commits.csv,andrewrk_node-findit.git_hullabaloo_README.markdown +GNOME_atomix.git,GNOME_atomix.git_commits.csv,GNOME_atomix.git_hullabaloo_README +berkshelf_solve,_berkshelf_solve_commits.csv,berkshelf_solve_hullabaloo_README.md +ros_robot_state_publisher,_ros_robot_state_publisher_commits.csv,ros_robot_state_publisher_hullabaloo_README.md +krig_parallax,_krig_parallax_commits.csv,krig_parallax_hullabaloo_README +schani_metapixel.git,_schani_metapixel.git_commits.csv,schani_metapixel.git_hullabaloo_README +libmtp_libmtp,_libmtp_libmtp_commits.csv,libmtp_libmtp_hullabaloo_README +jnunemaker_flipper,_jnunemaker_flipper_commits.csv,jnunemaker_flipper_hullabaloo_README.md +pazz_alot,_pazz_alot_commits.csv,pazz_alot_hullabaloo_README +GrahamDumpleton_mod_wsgi,_GrahamDumpleton_mod_wsgi_commits.csv,GrahamDumpleton_mod_wsgi_hullabaloo_README +yaauie_typed-array,_yaauie_typed-array_commits.csv,yaauie_typed-array_hullabaloo_README.rdoc +plasma_kwin.git,plasma_kwin.git_commits.csv,plasma_kwin.git_hullabaloo_README +psmisc_psmisc.git,psmisc_psmisc.git_commits.csv,psmisc_psmisc.git_hullabaloo_README +duritong_trocla,_duritong_trocla_commits.csv,duritong_trocla_hullabaloo_README.rdoc +resurrecting-open-source-projects_cbm,_resurrecting-open-source-projects_cbm_commits.csv,resurrecting-open-source-projects_cbm_hullabaloo_README +agordon_fastx_toolkit.git,_agordon_fastx_toolkit.git_commits.csv,agordon_fastx_toolkit.git_hullabaloo_README +intel_compute-runtime,_intel_compute-runtime_commits.csv,intel_compute-runtime_hullabaloo_README.md +thumbor_libthumbor,_thumbor_libthumbor_commits.csv,thumbor_libthumbor_hullabaloo_README +epeli_underscore.string,_epeli_underscore.string_commits.csv,epeli_underscore.string_hullabaloo_README +geopython_geolinks.git,_geopython_geolinks.git_commits.csv,geopython_geolinks.git_hullabaloo_README.md +horde_passwd.git,_horde_passwd.git_commits.csv,horde_passwd.git_hullabaloo_README +zeroc-ice_ice-builder-gradle-debian-packaging.git,zeroc-ice_ice-builder-gradle-debian-packaging.git_commits.csv,zeroc-ice_ice-builder-gradle-debian-packaging.git_hullabaloo_README.md +maxmind_geoip-api-perl.git,_maxmind_geoip-api-perl.git_commits.csv,maxmind_geoip-api-perl.git_hullabaloo_README +arabeyes-org_ITL,_arabeyes-org_ITL_commits.csv,arabeyes-org_ITL_hullabaloo_README +httprb_http.rb,_httprb_http.rb_commits.csv,httprb_http.rb_hullabaloo_README.md +rails_rails-dom-testing,_rails_rails-dom-testing_commits.csv,rails_rails-dom-testing_hullabaloo_README.md +moloney_dcmstack.git,_moloney_dcmstack.git_commits.csv,moloney_dcmstack.git_hullabaloo_README +speed47_spectre-meltdown-checker,_speed47_spectre-meltdown-checker_commits.csv,speed47_spectre-meltdown-checker_hullabaloo_README.md +unbit_django-uwsgi,_unbit_django-uwsgi_commits.csv,unbit_django-uwsgi_hullabaloo_README.md +8bitbubsy_pt2-clone,_8bitbubsy_pt2-clone_commits.csv,8bitbubsy_pt2-clone_hullabaloo_README.md +httplib2_httplib2.git,_httplib2_httplib2.git_commits.csv,httplib2_httplib2.git_hullabaloo_README +jas_libntlm,jas_libntlm_commits.csv,jas_libntlm_hullabaloo_README +kjetilk_p5-rdf-ns-curated.git,_kjetilk_p5-rdf-ns-curated.git_commits.csv,kjetilk_p5-rdf-ns-curated.git_hullabaloo_README.pod +ralphm_wokkel.git,_ralphm_wokkel.git_commits.csv,ralphm_wokkel.git_hullabaloo_README +rjray_image-size.git,_rjray_image-size.git_commits.csv,rjray_image-size.git_hullabaloo_README +silx-kit_pyFAI,_silx-kit_pyFAI_commits.csv,silx-kit_pyFAI_hullabaloo_README.md +rakhimov_scram.git,_rakhimov_scram.git_commits.csv,rakhimov_scram.git_hullabaloo_README.md +silnrsi_font-abyssinica,_silnrsi_font-abyssinica_commits.csv,silnrsi_font-abyssinica_hullabaloo_README.md +fbb-git_yodl.git,fbb-git_yodl.git_commits.csv,fbb-git_yodl.git_hullabaloo_README +iris-edu_libmseed,_iris-edu_libmseed_commits.csv,iris-edu_libmseed_hullabaloo_README.byteorder +cboursnell_crb-blast,_cboursnell_crb-blast_commits.csv,cboursnell_crb-blast_hullabaloo_README.md +GNOME_almanah,GNOME_almanah_commits.csv,GNOME_almanah_hullabaloo_README +capistrano_sshkit.git,_capistrano_sshkit.git_commits.csv,capistrano_sshkit.git_hullabaloo_README +etianen_django-reversion.git,_etianen_django-reversion.git_commits.csv,etianen_django-reversion.git_hullabaloo_README +ryan-roemer_sphinx-bootstrap-theme.git,_ryan-roemer_sphinx-bootstrap-theme.git_commits.csv,ryan-roemer_sphinx-bootstrap-theme.git_hullabaloo_README.rst +libgit2_pygit2,_libgit2_pygit2_commits.csv,libgit2_pygit2_hullabaloo_README.md +Ozzyboshi_guake-indicator,_Ozzyboshi_guake-indicator_commits.csv,Ozzyboshi_guake-indicator_hullabaloo_README +leamas_ddupdate,leamas_ddupdate_commits.csv,leamas_ddupdate_hullabaloo_README.md +GNOME_at-spi2-atk.git,GNOME_at-spi2-atk.git_commits.csv,GNOME_at-spi2-atk.git_hullabaloo_README +ocaml-community_obus,_ocaml-community_obus_commits.csv,ocaml-community_obus_hullabaloo_README +crosswire-bible-society_scofield,crosswire-bible-society_scofield_commits.csv,crosswire-bible-society_scofield_hullabaloo_README.md +hebcal_hebcal,_hebcal_hebcal_commits.csv,hebcal_hebcal_hullabaloo_README +nodejs_string_decoder.git,_nodejs_string_decoder.git_commits.csv,nodejs_string_decoder.git_hullabaloo_README.md +flareteam_flare-game,_flareteam_flare-game_commits.csv,flareteam_flare-game_hullabaloo_README +X0rg_CPU-X.git,_X0rg_CPU-X.git_commits.csv,X0rg_CPU-X.git_hullabaloo_README.md +ukui_ukui-settings-daemon,ukui_ukui-settings-daemon_commits.csv,ukui_ukui-settings-daemon_hullabaloo_README +jsxgraph_jsxgraph,_jsxgraph_jsxgraph_commits.csv,jsxgraph_jsxgraph_hullabaloo_README +GNOME_gnome-desktop.git,GNOME_gnome-desktop.git_commits.csv,GNOME_gnome-desktop.git_hullabaloo_README +dimitri_pgextwlist,dimitri_pgextwlist_commits.csv,dimitri_pgextwlist_hullabaloo_README.asciidoc +wreiner_automx-debian.git,wreiner_automx-debian.git_commits.csv,wreiner_automx-debian.git_hullabaloo_README.md +pim_kitinerary,pim_kitinerary_commits.csv,pim_kitinerary_hullabaloo_README +bdrung_ionit,bdrung_ionit_commits.csv,bdrung_ionit_hullabaloo_README.md +tecnickcom_TCPDF,_tecnickcom_TCPDF_commits.csv,tecnickcom_TCPDF_hullabaloo_README.TXT +sleuthkit_scalpel.git,_sleuthkit_scalpel.git_commits.csv,sleuthkit_scalpel.git_hullabaloo_README.md +florimondmanca_djangorestframework-api-key,_florimondmanca_djangorestframework-api-key_commits.csv,florimondmanca_djangorestframework-api-key_hullabaloo_README.md +miyagawa_Filesys-Notify-Simple.git,_miyagawa_Filesys-Notify-Simple.git_commits.csv,miyagawa_Filesys-Notify-Simple.git_hullabaloo_README +libyal_libfvde.git,_libyal_libfvde.git_commits.csv,libyal_libfvde.git_hullabaloo_README +libfprint_libfprint,libfprint_libfprint_commits.csv,libfprint_libfprint_hullabaloo_README +akopytov_sysbench.git,_akopytov_sysbench.git_commits.csv,akopytov_sysbench.git_hullabaloo_README +micahflee_torbrowser-launcher,_micahflee_torbrowser-launcher_commits.csv,micahflee_torbrowser-launcher_hullabaloo_README.md +zopefoundation_BTrees.git,_zopefoundation_BTrees.git_commits.csv,zopefoundation_BTrees.git_hullabaloo_README.txt +Ultimaker_CuraEngine,_Ultimaker_CuraEngine_commits.csv,Ultimaker_CuraEngine_hullabaloo_README +r-lib_svglite.git,_r-lib_svglite.git_commits.csv,r-lib_svglite.git_hullabaloo_README.md +google_python-subprocess32,_google_python-subprocess32_commits.csv,google_python-subprocess32_hullabaloo_README.txt +mjschultz_py-radix,_mjschultz_py-radix_commits.csv,mjschultz_py-radix_hullabaloo_README +xolox_python-humanfriendly,_xolox_python-humanfriendly_commits.csv,xolox_python-humanfriendly_hullabaloo_README.rst +xmoto_xmoto,_xmoto_xmoto_commits.csv,xmoto_xmoto_hullabaloo_README +alexott_muse,_alexott_muse_commits.csv,alexott_muse_hullabaloo_README +belangeo_cecilia5.git,_belangeo_cecilia5.git_commits.csv,belangeo_cecilia5.git_hullabaloo_README.txt +GNOME_libgdata.git,GNOME_libgdata.git_commits.csv,GNOME_libgdata.git_hullabaloo_README +selectize_selectize.js,_selectize_selectize.js_commits.csv,selectize_selectize.js_hullabaloo_README.md +jupyter_nbformat,_jupyter_nbformat_commits.csv,jupyter_nbformat_hullabaloo_README.md +rabbit-shocker_rabbit,_rabbit-shocker_rabbit_commits.csv,rabbit-shocker_rabbit_hullabaloo_README.ja +panel-plugins_xfce4-weather-plugin.git,panel-plugins_xfce4-weather-plugin.git_commits.csv,panel-plugins_xfce4-weather-plugin.git_hullabaloo_README +Komzpa_twms.git,_Komzpa_twms.git_commits.csv,Komzpa_twms.git_hullabaloo_README +libidn_libidn2,libidn_libidn2_commits.csv,libidn_libidn2_hullabaloo_README +staging_dune-functions,staging_dune-functions_commits.csv,staging_dune-functions_hullabaloo_README +dnmfarrell_Data-FormValidator.git,_dnmfarrell_Data-FormValidator.git_commits.csv,dnmfarrell_Data-FormValidator.git_hullabaloo_README +nitmir_policyd-rate-limit.git,_nitmir_policyd-rate-limit.git_commits.csv,nitmir_policyd-rate-limit.git_hullabaloo_README.rst +sdsykes_fastimage,_sdsykes_fastimage_commits.csv,sdsykes_fastimage_hullabaloo_README +s-yata_marisa-trie.git,_s-yata_marisa-trie.git_commits.csv,s-yata_marisa-trie.git_hullabaloo_README +breakfastquay_rubberband.git,_breakfastquay_rubberband.git_commits.csv,breakfastquay_rubberband.git_hullabaloo_README +djcb_mu,_djcb_mu_commits.csv,djcb_mu_hullabaloo_README +XMLTV_xmltv.git,_XMLTV_xmltv.git_commits.csv,XMLTV_xmltv.git_hullabaloo_README +Electrostatics_apbs,_Electrostatics_apbs_commits.csv,Electrostatics_apbs_hullabaloo_README.md +checkpoint-restore_criu.git,_checkpoint-restore_criu.git_commits.csv,checkpoint-restore_criu.git_hullabaloo_README +gramos_imagetooth,_gramos_imagetooth_commits.csv,gramos_imagetooth_hullabaloo_README +swh_ladspa.git,_swh_ladspa.git_commits.csv,swh_ladspa.git_hullabaloo_README +fdupoux_fsarchiver,_fdupoux_fsarchiver_commits.csv,fdupoux_fsarchiver_hullabaloo_README +bobtfish_text-markdown.git,_bobtfish_text-markdown.git_commits.csv,bobtfish_text-markdown.git_hullabaloo_README +Castaglia_proftpd-mod_counter,_Castaglia_proftpd-mod_counter_commits.csv,Castaglia_proftpd-mod_counter_hullabaloo_README +SebWouters_CheMPS2,_SebWouters_CheMPS2_commits.csv,SebWouters_CheMPS2_hullabaloo_source.html +gkz_LiveScript,_gkz_LiveScript_commits.csv,gkz_LiveScript_hullabaloo_README.md +rockdaboot_libpsl.git,_rockdaboot_libpsl.git_commits.csv,rockdaboot_libpsl.git_hullabaloo_README.md +sbraz_pymediainfo,_sbraz_pymediainfo_commits.csv,sbraz_pymediainfo_hullabaloo_README.rst +untitaker_python-atomicwrites,_untitaker_python-atomicwrites_commits.csv,untitaker_python-atomicwrites_hullabaloo_README.rst +dpmb_dpmb,dpmb_dpmb_commits.csv,dpmb_dpmb_hullabaloo_README.md +dyne_Tomb,_dyne_Tomb_commits.csv,dyne_Tomb_hullabaloo_README +silnrsi_font-eeyek.git,_silnrsi_font-eeyek.git_commits.csv,silnrsi_font-eeyek.git_hullabaloo_README.md +emcrisostomo_fswatch.git,_emcrisostomo_fswatch.git_commits.csv,emcrisostomo_fswatch.git_hullabaloo_README +glaubitz_virtualjaguar-debian,glaubitz_virtualjaguar-debian_commits.csv,glaubitz_virtualjaguar-debian_hullabaloo_README +flask-restful_flask-restful,_flask-restful_flask-restful_commits.csv,flask-restful_flask-restful_hullabaloo_README.md +joaotavora_yasnippet,_joaotavora_yasnippet_commits.csv,joaotavora_yasnippet_hullabaloo_README +openkim_kim-api,_openkim_kim-api_commits.csv,openkim_kim-api_hullabaloo_README +xuchunyang_eshell-git-prompt.git,_xuchunyang_eshell-git-prompt.git_commits.csv,xuchunyang_eshell-git-prompt.git_hullabaloo_README.org +geopython_stetl.git,_geopython_stetl.git_commits.csv,geopython_stetl.git_hullabaloo_README.md +pim_akonadi-mime,pim_akonadi-mime_commits.csv,pim_akonadi-mime_hullabaloo_README.md +django-polymorphic_django-polymorphic,_django-polymorphic_django-polymorphic_commits.csv,django-polymorphic_django-polymorphic_hullabaloo_README.rst +jendrikseipp_vulture.git,_jendrikseipp_vulture.git_commits.csv,jendrikseipp_vulture.git_hullabaloo_README.txt +ap_HTML-Tiny.git,_ap_HTML-Tiny.git_commits.csv,ap_HTML-Tiny.git_hullabaloo_README +GNOME_gnome-calendar.git,GNOME_gnome-calendar.git_commits.csv,GNOME_gnome-calendar.git_hullabaloo_README +xdg_shared-mime-info.git,xdg_shared-mime-info.git_commits.csv,xdg_shared-mime-info.git_hullabaloo_README +git_sed.git,git_sed.git_commits.csv,git_sed.git_hullabaloo_README +jd-boyd_python-lzo,_jd-boyd_python-lzo_commits.csv,jd-boyd_python-lzo_hullabaloo_README +ralphbean_bugwarrior,_ralphbean_bugwarrior_commits.csv,ralphbean_bugwarrior_hullabaloo_README.rst +capistrano_capistrano.git,_capistrano_capistrano.git_commits.csv,capistrano_capistrano.git_hullabaloo_README +mwilliamson_spur.py.git,_mwilliamson_spur.py.git_commits.csv,mwilliamson_spur.py.git_hullabaloo_README.md +kyrus_python-junit-xml.git,_kyrus_python-junit-xml.git_commits.csv,kyrus_python-junit-xml.git_hullabaloo_README.md +troglobit_inadyn,_troglobit_inadyn_commits.csv,troglobit_inadyn_hullabaloo_README +lunarmodules_luasql,_lunarmodules_luasql_commits.csv,lunarmodules_luasql_hullabaloo_README +folkertvanheusden_nasty,_folkertvanheusden_nasty_commits.csv,folkertvanheusden_nasty_hullabaloo_README.md +plasma_breeze-gtk,plasma_breeze-gtk_commits.csv,plasma_breeze-gtk_hullabaloo_README.md +hughsk_is-typedarray,_hughsk_is-typedarray_commits.csv,hughsk_is-typedarray_hullabaloo_README.md +babelouest_hoel,_babelouest_hoel_commits.csv,babelouest_hoel_hullabaloo_README.md diff --git a/12825_revision/misc_data_files/second_batch/020125_CONTRIBUTING_for_download.csv b/12825_revision/misc_data_files/second_batch/020125_CONTRIBUTING_for_download.csv new file mode 100644 index 0000000..c9740a2 --- /dev/null +++ b/12825_revision/misc_data_files/second_batch/020125_CONTRIBUTING_for_download.csv @@ -0,0 +1,94 @@ +commit_hash,author_name,author_email,authored_date,committer_name,committer_email,commit_date,is_merge,author_org,committer_org,branches,diff_contains_document,repo_id,project_handle,upstream_vcs_link +910264a7d658d6d7f5d9488fc12a3b168e164e0f,Zetok Zalbavar,zetok@openmailbox.org,2015-12-31 13:18:57+00:00,Zetok Zalbavar,zetok@openmailbox.org,2015-12-31 13:18:57+00:00,False,openmailbox,openmailbox,* master,True,qTox_qTox,qTox/qTox,https://github.com/qTox/qTox +86284a8d839c854cd787fdcd66bcc0ee1fe15bc8,Kristian Glass,git@doismellburning.co.uk,2015-11-08 17:22:17+00:00,Kristian Glass,git@doismellburning.co.uk,2015-11-08 17:22:17+00:00,False,doismellburning,doismellburning,* main,True,PyCQA_pycodestyle,PyCQA/pycodestyle,https://github.com/PyCQA/pycodestyle +29164c7d5e4612ff7af3040fb8767eeb66cd8762,tristanlatr,tris.la.tr@gmail.com,2020-11-02 16:52:23-05:00,tristanlatr,tris.la.tr@gmail.com,2020-11-02 21:52:23+00:00,False,gmail,gmail,* master,True,twisted_pydoctor,twisted/pydoctor,https://github.com/twisted/pydoctor +638e8f431611d2e557ec814af49908fb28fcc341,MrDave,MotionMrDaveDev@gmail.com,2017-01-16 18:16:03-07:00,MrDave,MotionMrDaveDev@gmail.com,2017-01-17 01:16:03+00:00,False,gmail,gmail,* master,True,Motion-Project_motion,Motion-Project/motion,https://github.com/Motion-Project/motion +a6167f64f169b721fd44dfae763925f4e7aa0c3a,Justin Mayer,entroP@gmail.com,2013-04-13 16:55:13-07:00,Justin Mayer,entroP@gmail.com,2013-04-13 23:55:13+00:00,False,gmail,gmail,* main,True,getpelican_pelican,getpelican/pelican,https://github.com/getpelican/pelican +065e6491121f958823c8a93def5789ebd11082f1,Carlos Donizete Froes,coringao@riseup.net,2019-12-15 19:12:15-03:00,Carlos Donizete Froes,coringao@riseup.net,2019-12-15 22:12:15+00:00,False,riseup,riseup,* master,True,coringao_pekka-kana-2,coringao/pekka-kana-2,https://gitlab.com/coringao/pekka-kana-2 +52f163adde3cfece5aa3339582f23605558fc477,Thomas Bernard,miniupnp@free.fr,2017-07-05 23:50:21+02:00,Thomas Bernard,miniupnp@free.fr,2017-07-05 21:50:21+00:00,False,free,free,* master,True,miniupnp_miniupnp,miniupnp/miniupnp,https://github.com/miniupnp/libnatpmp +261e3880d251f78a2e7f7601f4b8ce74b3f239ef,Maxime Coste,frrrwww@gmail.com,2014-06-22 11:26:38+01:00,Maxime Coste,frrrwww@gmail.com,2014-06-22 10:26:38+00:00,False,gmail,gmail,* master,True,mawww_kakoune.git,mawww/kakoune.git,https://github.com/mawww/kakoune.git +0815ba0ac93f2a43407023aeb111f06425392e6f,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-07-13 17:12:26-07:00,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-07-14 00:12:26+00:00,False,nczconsulting,nczconsulting,* main,True,eslint_eslint,eslint/eslint,https://github.com/eslint/eslint +738319bc25216bee54cd4fe305c6403a4ee8548b,Yue-Lan,lanyue@kylinos.cn,2019-11-28 19:24:34+08:00,Yue-Lan,lanyue@kylinos.cn,2019-11-28 11:25:51+00:00,False,kylinos,kylinos,* Debian,True,ukui_peony,ukui/peony,https://github.com/ukui/peony +44ea60973e02cbf0cf298892fb6fc7af1677a4ad,Simone Carletti,weppos@weppos.net,2018-02-28 16:35:00+01:00,Simone Carletti,weppos@weppos.net,2018-02-28 15:35:00+00:00,False,weppos,weppos,* main,True,publicsuffix_list,publicsuffix/list,https://github.com/publicsuffix/list +4f9f7c345830098df402d28c16047b99545b7462,pr0m1th3as,abertsatos@biol.uoa.gr,2022-11-07 22:31:07+02:00,pr0m1th3as,abertsatos@biol.uoa.gr,2022-11-07 20:31:07+00:00,False,biol,biol,* main,True,gnu-octave_statistics,gnu-octave/statistics,https://github.com/gnu-octave/statistics +735b56bc51b48250b550471267480de07c9639fc,Erik Hetzner,egh@e6h.org,2019-06-18 17:47:05-07:00,Erik Hetzner,egh@e6h.org,2019-06-19 00:47:05+00:00,False,e6h,e6h,* master,True,egh_ledger-autosync,egh/ledger-autosync,https://gitlab.com/egh/ledger-autosync +cf3b4d705e0a429460fcc54907ac498211d2ddd3,Jim Easterbrook,jim@jim-easterbrook.me.uk,2015-01-12 14:08:10+00:00,Jim Easterbrook,jim@jim-easterbrook.me.uk,2015-01-12 14:08:10+00:00,False,jim-easterbrook,jim-easterbrook,* main,True,jim-easterbrook_pywws,jim-easterbrook/pywws,https://github.com/jim-easterbrook/pywws +f2b8064d88ef7852dbcea43c4d1f7d3918f1ed28,Winston Chang,winston@stdout.org,2017-10-11 15:13:14-05:00,Winston Chang,winston@stdout.org,2017-10-12 01:59:26+00:00,False,stdout,stdout,* main,True,rstudio_httpuv.git,rstudio/httpuv.git,https://github.com/rstudio/httpuv.git +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,certbot_certbot.git,certbot/certbot.git,https://github.com/certbot/certbot.git +25e94b9adf05205d87751209a5c66c44f0199ba8,Jaime van Kessel,nallath@gmail.com,2023-06-02 11:52:05+02:00,GitHub,noreply@github.com,2023-06-02 09:52:05+00:00,False,gmail,github,* main,True,Ultimaker_Cura,Ultimaker/Cura,https://github.com/Ultimaker/Cura +cce68bfb2856fef64e1cec0b052ea83ef2195874,Kazuho Oku,kazuhooku@gmail.com,2015-09-01 16:11:45+09:00,Kazuho Oku,kazuhooku@gmail.com,2015-09-01 07:11:45+00:00,False,gmail,gmail,* master,True,h2o_h2o,h2o/h2o,https://github.com/h2o/h2o +9ec2827e4d93b6db225282ad1cb61e23aea38c51,ismael faro,ismael.faro1@ibm.com,2017-05-22 11:30:47-04:00,ismael faro,ismael.faro1@ibm.com,2017-05-22 15:30:47+00:00,False,ibm,ibm,* main,True,Qiskit_qiskit-terra,Qiskit/qiskit-terra,https://github.com/Qiskit/qiskit-terra +3b57f43524dc04673b30c40ac42f8aef5ca9ecc8,Michalis Kamburelis,michalis.kambi@gmail.com,2022-09-06 03:08:21+02:00,Michalis Kamburelis,michalis.kambi@gmail.com,2022-09-06 01:08:21+00:00,False,gmail,gmail,* master,True,castle-engine_castle-engine.git,castle-engine/castle-engine.git,https://github.com/castle-engine/castle-engine.git +ff3d0e6578ff53fa34837353ebb6738b10d69dd4,Francois-Xavier Le Bail,fx.lebail@yahoo.com,2015-09-16 19:18:56+02:00,Francois-Xavier Le Bail,fx.lebail@yahoo.com,2015-09-16 19:06:06+00:00,False,yahoo,yahoo,* master,True,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,https://github.com/the-tcpdump-group/tcpdump +752c0602f014ef6e8258453d1cd962f2cae9c8f5,dlezcano,dlezcano,2008-11-05 19:51:21+00:00,dlezcano,dlezcano,2008-11-05 19:51:21+00:00,False,dlezcano,dlezcano,* main,True,lxc_lxc.git,lxc/lxc.git,https://github.com/lxc/lxc.git +b09df08be878ddf23d7bef6d63c8b90b8a81b193,Gabor Csardi,csardi.gabor@gmail.com,2014-10-24 17:58:59-04:00,Gabor Csardi,csardi.gabor@gmail.com,2014-10-24 21:58:59+00:00,False,gmail,gmail,* master,True,igraph_igraph,igraph/igraph,https://github.com/igraph/igraph +fc0afd5c2d9f0f64d196894d575cb325a35a3673,jp9000,obs.jim@gmail.com,2014-05-03 22:50:09-07:00,jp9000,obs.jim@gmail.com,2014-05-04 05:50:09+00:00,False,gmail,gmail,* master,True,jp9000_obs-studio.git,jp9000/obs-studio.git,https://github.com/jp9000/obs-studio.git +4e44160983b80407b4ff2cced4fc5b0b6be1d9e8,Jarrod Millman,jarrod.millman@gmail.com,2017-08-26 10:52:35-07:00,GitHub,noreply@github.com,2017-08-26 17:52:35+00:00,False,gmail,github,* main,True,networkx_networkx.git,networkx/networkx.git,https://github.com/networkx/networkx.git +c4c41ae021572caf5ff8716b3c691fd83bbd76d2,Sébastien Wilmet,swilmet@gnome.org,2015-10-30 13:57:12+01:00,Sébastien Wilmet,swilmet@gnome.org,2015-10-30 13:00:16+00:00,False,gnome,gnome,* master,True,GNOME_gedit.git,GNOME/gedit.git,https://gitlab.gnome.org/GNOME/gedit.git +d26171dfabf703f0f09c4e91fbac700f16dd21b6,Joan Massich,sik@visor.udg.edu,2018-07-26 08:40:29+02:00,Joan Massich,sik@visor.udg.edu,2018-07-27 16:18:48+00:00,False,visor,visor,* main,True,mne-tools_mne-python.git,mne-tools/mne-python.git,https://github.com/mne-tools/mne-python.git +144dee4c570e2c93e074a17129543e76576d9c7b,Sergey Alexandrov,alexandrov88@gmail.com,2014-03-08 14:14:28+01:00,Sergey Alexandrov,alexandrov88@gmail.com,2014-03-08 13:14:28+00:00,False,gmail,gmail,* master,True,PointCloudLibrary_pcl,PointCloudLibrary/pcl,https://github.com/PointCloudLibrary/pcl +9ba584b34bd5e0286ec135750126f858d0c2714b,Jordan Suchow,suchow@post.harvard.edu,2015-02-10 01:15:38-08:00,Jordan Suchow,suchow@post.harvard.edu,2015-09-28 03:23:56+00:00,False,post,post,* main,True,amperser_proselint,amperser/proselint,https://github.com/amperser/proselint +17020d8ac806faf6ffa178587a97625589ba21eb,Sebastian Thiel,byronimo@gmail.com,2016-06-13 10:13:18+02:00,Sebastian Thiel,byronimo@gmail.com,2016-06-13 08:13:18+00:00,False,gmail,gmail,* main,True,gitpython-developers_GitPython,gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython +290aba132f8b1f681671765849bc50576b070f3d,Laurens Van Houtven,_@lvh.cc,2014-03-14 15:20:18+01:00,Laurens Van Houtven,_@lvh.cc,2014-03-14 14:20:18+00:00,False,lvh,lvh,* main,True,pyca_pyopenssl,pyca/pyopenssl,https://github.com/pyca/pyopenssl +ace5e33f3e4e587c34476ac0f50fe66fc3a26c96,Jonathan Ballet,jon@multani.info,2014-10-23 15:27:48+02:00,Jonathan Ballet,jon@multani.info,2014-10-23 13:27:48+00:00,False,multani,multani,* master,True,multani_sonata,multani/sonata,https://github.com/multani/sonata +4c3950527e5080f22a3caf95cf0e7be542a7cad7,Jerome Kieffer,jerome.kieffer@esrf.fr,2019-02-11 11:32:23+01:00,Jerome Kieffer,jerome.kieffer@esrf.fr,2019-02-11 10:32:23+00:00,False,esrf,esrf,* main,True,silx-kit_silx.git,silx-kit/silx.git,https://github.com/silx-kit/silx.git +148daffd7ff5ed8121a3aebf505d2b97337845b1,Daniel Espinosa Ortiz,esodan@gmail.com,2018-12-11 18:50:49+00:00,Daniel Espinosa Ortiz,esodan@gmail.com,2018-12-11 18:50:49+00:00,False,gmail,gmail,* master,True,GNOME_libgda,GNOME/libgda,https://gitlab.gnome.org/GNOME/libgda +f3516aed698496d2bd568b7051623e10542d8b7d,Pablo Hoffman,pablo@pablohoffman.com,2012-09-19 13:54:16-03:00,Pablo Hoffman,pablo@pablohoffman.com,2012-09-19 16:54:16+00:00,False,pablohoffman,pablohoffman,* master,True,scrapy_scrapy,scrapy/scrapy,https://github.com/scrapy/cssselect +a82aebcd7d418cfffae1984f5a62c2f488f60132,Matthias Geier,Matthias.Geier@gmail.com,2016-12-16 16:52:11+01:00,Matthias Geier,Matthias.Geier@gmail.com,2016-12-16 15:52:11+00:00,False,gmail,gmail,* master,True,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,https://github.com/sphinx-doc/sphinx.git +1aa0ba0526e284604c61d40136c8b4c3eb8038df,Vaclav Petras,wenzeslaus@gmail.com,2019-12-06 03:11:27-05:00,GitHub,noreply@github.com,2019-12-06 08:11:27+00:00,False,gmail,github,* main,True,OSGeo_grass.git,OSGeo/grass.git,https://github.com/OSGeo/grass.git +7156bd3b558a3b2d0a2590bc6c365db7a68ae5e4,Mikel Lindsaar,mikel@rubyx.com,2012-01-14 13:51:26+10:30,Mikel Lindsaar,mikel@rubyx.com,2012-01-14 03:21:26+00:00,False,rubyx,rubyx,* master,True,mikel_mail,mikel/mail,https://github.com/mikel/mail +29b0518524ee456adcddfeda18c5d2763fdd647b,Steven Myint,git@stevenmyint.com,2013-06-01 07:48:22-07:00,Steven Myint,git@stevenmyint.com,2013-06-01 14:48:22+00:00,False,stevenmyint,stevenmyint,* main,True,hhatto_autopep8.git,hhatto/autopep8.git,https://github.com/hhatto/autopep8.git +8625c61944287db62eea19ed90ef4575b340af11,Jeremy Evans,code@jeremyevans.net,2013-10-04 13:05:52-07:00,Jeremy Evans,code@jeremyevans.net,2013-10-04 20:05:52+00:00,False,jeremyevans,jeremyevans,* master,True,jeremyevans_sequel,jeremyevans/sequel,https://github.com/jeremyevans/sequel +15c2071136c009da3edb6a829be00c9558cc1d15,Laszlo Nagy,rizsotto@gmail.com,2018-04-13 20:12:09+10:00,Laszlo Nagy,rizsotto@gmail.com,2018-04-13 10:12:09+00:00,False,gmail,gmail,* master,True,rizsotto_Bear,rizsotto/Bear,https://github.com/rizsotto/Bear +d7482608826e34b23e0f5f3961efa134790bec12,Tom Kralidis,tomkralidis@gmail.com,2013-12-27 19:44:38-05:00,Tom Kralidis,tomkralidis@gmail.com,2013-12-28 00:44:38+00:00,False,gmail,gmail,* master,True,geopython_pycsw.git,geopython/pycsw.git,https://github.com/geopython/pycsw.git +e4ec7ecbabc0c626299a00a2008f08486ad21c5b,Simon McVittie,smcv@collabora.com,2018-08-22 17:48:34+01:00,Simon McVittie,smcv@collabora.com,2018-08-22 16:48:42+00:00,False,collabora,collabora,* master,True,dbus_dbus,dbus/dbus,https://gitlab.freedesktop.org/dbus/dbus +ca4dcdf47ca74a8ef9ea780b2878ddb086916d3e,David Golden,dagolden@cpan.org,2013-09-06 10:08:13-04:00,David Golden,dagolden@cpan.org,2013-09-06 14:08:13+00:00,False,cpan,cpan,* master,True,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git +911c483f52c7bf9ab4a3ba7721571a6b0e8a12e2,Larry Bradley,larry.bradley@gmail.com,2017-07-25 17:19:46-04:00,Larry Bradley,larry.bradley@gmail.com,2017-07-25 21:21:37+00:00,False,gmail,gmail,* main,True,astropy_photutils.git,astropy/photutils.git,https://github.com/astropy/photutils.git +e8e54f4de7b2be8886cce7fd5f185e42c8b6c98a,Anthony Scopatz,scopatz@gmail.com,2015-03-28 12:24:25-05:00,Anthony Scopatz,scopatz@gmail.com,2015-03-28 17:24:25+00:00,False,gmail,gmail,* main,True,xonsh_xonsh.git,xonsh/xonsh.git,https://github.com/xonsh/xonsh.git +51b44dc327923824c3404db802ea004c022a6ad3,Liam Newman,bitwiseman@gmail.com,2013-04-06 20:27:29-07:00,Liam Newman,bitwiseman@gmail.com,2013-04-07 03:27:29+00:00,False,gmail,gmail,* main,True,beautify-web_js-beautify,beautify-web/js-beautify,https://github.com/beautify-web/js-beautify +a302c65dc65896776d6cb9e2c89a6ccc77ada530,Rich Wareham,rjw57@cam.ac.uk,2014-02-24 10:01:50+00:00,Rich Wareham,rjw57@cam.ac.uk,2014-02-24 10:01:50+00:00,False,cam,cam,* master,True,neovim_neovim,neovim/neovim,https://github.com/neovim/neovim +7a89032960abc23c1e78d8bb2ba4c0c0ad309644,kybos,kybos@web.de,2021-05-04 15:42:47+02:00,GitHub,noreply@github.com,2021-05-04 13:42:47+00:00,False,web,github,* master,True,muse-sequencer_muse.git,muse-sequencer/muse.git,https://github.com/muse-sequencer/muse.git +207be4b9520ef036cb89dd6114f73b162f825e88,Brian Thorne,brian@thorne.link,2022-02-08 10:19:10+13:00,GitHub,noreply@github.com,2022-02-07 21:19:10+00:00,False,thorne,github,* main,True,hardbyte_python-can.git,hardbyte/python-can.git,https://github.com/hardbyte/python-can.git +6908db88605a66a0509ba7ebc36cd60aff518bdf,Jussi Lind,jussi.lind@iki.fi,2014-03-16 11:38:03+02:00,Jussi Lind,jussi.lind@iki.fi,2014-03-16 09:57:19+00:00,False,iki,iki,* master,True,juzzlin_DustRacing2D.git,juzzlin/DustRacing2D.git,https://github.com/juzzlin/DustRacing2D.git +6fef4abc8e0e18cdcf5c3ca6ad63d5c42deb0432,dblock,dblock@dblock.org,2020-01-11 12:11:53-05:00,Samuel Williams,samuel.williams@oriontransfer.co.nz,2020-01-11 18:44:19+00:00,False,dblock,oriontransfer,* main,True,rack_rack,rack/rack,https://github.com/aircrack-ng/aircrack-ng +ae0b3f8cda8a31a971ca770fc0d99c8f2ffabbe1,snowman2,alansnow21@gmail.com,2019-06-10 20:16:24-05:00,snowman2,alansnow21@gmail.com,2019-06-11 01:19:19+00:00,False,gmail,gmail,* main,True,pyproj4_pyproj.git,pyproj4/pyproj.git,https://github.com/pyproj4/pyproj.git +a2e2df544e0356bee98662cb90121293f4b66e1e,Ralf Gommers,ralf.gommers@googlemail.com,2013-08-24 14:16:00+02:00,Ralf Gommers,ralf.gommers@googlemail.com,2015-07-03 12:51:19+00:00,False,googlemail,googlemail,* main,True,scipy_scipy.git,scipy/scipy.git,https://github.com/scipy/scipy.git +a2a6954b42e439fda6dfc7cfd90af821f13b7dd8,Antoine Beaupré,anarcat@debian.org,2018-03-26 09:34:55-04:00,Antoine Beaupré,anarcat@debian.org,2018-03-26 13:35:01+00:00,False,debian,debian,* master,True,linkcheck_linkchecker.git,linkcheck/linkchecker.git,https://github.com/linkcheck/linkchecker.git +d54628478519104a751c63ebe3ecd963029a0e5d,Johannes Raggam,raggam-nl@adm.at,2012-10-30 10:13:53+01:00,Johannes Raggam,raggam-nl@adm.at,2012-10-30 09:13:53+00:00,False,adm,adm,* main,True,collective_icalendar,collective/icalendar,https://github.com/collective/icalendar +3243305c08dd93b16ae0024780a38ad51dacd5e1,Mats Wichmann,mats@linux.com,2019-08-21 16:05:37-06:00,Mats Wichmann,mats@linux.com,2019-08-21 23:02:30+00:00,False,linux,linux,* master,True,SCons_scons,SCons/scons,https://github.com/SCons/scons +dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,Petr Lautrbach,plautrba@redhat.com,2019-05-31 22:19:05+02:00,Stephen Smalley,sds@tycho.nsa.gov,2019-06-14 18:58:52+00:00,False,redhat,tycho,* main,True,SELinuxProject_selinux,SELinuxProject/selinux,https://github.com/SELinuxProject/selinux +4519145370cdfaa3b19ac0cd66d9705f27e2558d,Bronwyn Barnett,bbarnett@gitlab.com,2021-08-19 23:06:32+00:00,Bronwyn Barnett,bbarnett@gitlab.com,2021-08-19 23:06:32+00:00,False,gitlab,gitlab,* master,True,gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org/gitlab-gollum-rugged/adapter,https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter +549fc0f1926c60bcb4507e3b4eb8eb6f15e5a659,msweet,msweet@a1ca3aef-8c08-0410-bb20-df032aa958be,2016-01-28 15:59:40+00:00,msweet,msweet@a1ca3aef-8c08-0410-bb20-df032aa958be,2016-01-28 15:59:40+00:00,False,a1ca3aef-8c08-0410-bb20-df032aa958be,a1ca3aef-8c08-0410-bb20-df032aa958be,* master,True,OpenPrinting_cups,OpenPrinting/cups,https://github.com/OpenPrinting/cups +30d31cc8bb416f67183a218f1511ef517eb9ae3b,antirez,antirez@gmail.com,2010-09-23 18:24:47+02:00,antirez,antirez@gmail.com,2010-09-23 16:24:47+00:00,False,gmail,gmail,* unstable,True,redis_redis.git,redis/redis.git,https://github.com/wooga/eredis.git +684f17f7a66b86dee2eb55891d1020fe92f7ef60,Rob Zinkov,rob@zinkov.com,2012-09-19 00:37:29-07:00,Gael Varoquaux,gael.varoquaux@normalesup.org,2012-09-20 05:45:33+00:00,False,zinkov,normalesup,* main,True,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,https://github.com/scikit-learn/scikit-learn.git +d2e68d7f622c5419e1b9a2115f5075b85349743b,Otto Kekäläinen,otto@seravo.com,2020-04-19 21:34:48+03:00,GitHub,noreply@github.com,2020-04-19 18:34:48+00:00,False,seravo,github,* master,True,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,https://github.com/rdiff-backup/rdiff-backup.git +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,https://github.com/letsencrypt/letsencrypt.git +3125f2bce3cb1475e4a3d27f5bdcc3f6968954a7,Blake Thompson,flippmoke@gmail.com,2015-09-08 10:50:56-05:00,Blake Thompson,flippmoke@gmail.com,2015-09-08 15:50:56+00:00,False,gmail,gmail,* master,True,mapnik_python-mapnik.git,mapnik/python-mapnik.git,https://github.com/mapnik/python-mapnik.git +b777a5177d0b8a492fc76320491b0791f25e17a1,Giampaolo Rodola,g.rodola@gmail.com,2020-12-13 23:33:58+01:00,Giampaolo Rodola,g.rodola@gmail.com,2020-12-13 22:33:58+00:00,False,gmail,gmail,* master,True,giampaolo_psutil,giampaolo/psutil,https://github.com/giampaolo/psutil +6f3292f26fb41328f8a16ecdd81e59e8d79a364d,Anne Jan Brouwer,annejan@noprotocol.com,2015-10-29 19:43:56+01:00,Anne Jan Brouwer,annejan@noprotocol.com,2015-10-29 18:43:56+00:00,False,noprotocol,noprotocol,* main,True,IJHack_QtPass,IJHack/QtPass,https://github.com/IJHack/QtPass +e8194c622f5a8933fa581ecbf76cec39caf3db90,Trevor Davis,trevor.l.davis@gmail.com,2015-02-13 14:39:18-08:00,Trevor Davis,trevor.l.davis@gmail.com,2015-02-13 22:39:18+00:00,False,gmail,gmail,* master,True,trevorld_r-optparse.git,trevorld/r-optparse.git,https://github.com/trevorld/r-optparse.git +50e06bd4fac0a3a74e87353f4f7f20d9534dd0d6,Muammar El Khatib,muammarelkhatib@gmail.com,2016-03-19 13:13:24+01:00,Muammar El Khatib,muammarelkhatib@gmail.com,2016-03-19 12:13:24+00:00,False,gmail,gmail,* master,True,muammar_mkchromecast.git,muammar/mkchromecast.git,https://github.com/muammar/mkchromecast.git +a5c4d27e963f51097f9b2777489d310a88897ca4,jhouserizer,jhouse@revolition.net,2023-04-25 22:07:35-04:00,GitHub,noreply@github.com,2023-04-26 02:07:35+00:00,False,revolition,github,* main,True,quartz-scheduler_quartz,quartz-scheduler/quartz,https://github.com/quartz-scheduler/quartz +5a3d199e0cdd1b8a0f70f4d7703c0a58ca9acf2c,Ionel Cristian Mărieș,contact@ionelmc.ro,2015-05-19 02:06:05+03:00,Ionel Cristian Mărieș,contact@ionelmc.ro,2015-05-18 23:06:05+00:00,False,ionelmc,ionelmc,* master,True,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,https://github.com/ionelmc/python-darkslide.git +84f0685929550f957cd775e724e8a9214e15ab32,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,Jakub Warmuz,jakub@warmuz.org,2015-02-20 14:37:05+00:00,False,warmuz,warmuz,* main,True,certbot_josepy,certbot/josepy,https://github.com/certbot/josepy +41d14306068fb430319cfe819c3c34c6c7b6e557,evpobr,evpobr@gmail.com,2017-03-13 18:52:11+05:00,Erik de Castro Lopo,erikd@mega-nerd.com,2017-03-14 08:40:21+00:00,False,gmail,mega-nerd,* master,True,erikd_libsndfile,erikd/libsndfile,https://github.com/erikd/libsndfile +42a679ce4460926dde3a526281437cd40bd6e6f0,David Golden,xdg@xdg.me,2016-11-19 22:27:24-05:00,David Golden,xdg@xdg.me,2016-11-20 03:27:24+00:00,False,xdg,xdg,* master,True,dagolden_Config-Identity.git,dagolden/Config-Identity.git,https://github.com/dagolden/Config-Identity.git +f042942f516851aef0ecc4fafafd578facb2b3f0,Ralf Gommers,ralf.gommers@gmail.com,2017-01-08 22:30:41+13:00,Ralf Gommers,ralf.gommers@googlemail.com,2017-01-08 10:17:04+00:00,False,gmail,googlemail,* main,True,PyWavelets_pywt.git,PyWavelets/pywt.git,https://github.com/PyWavelets/pywt.git +7121251504e876bfaadff38b4f9cebefe9e4b499,Jason Madden,jamadden@gmail.com,2016-03-16 10:20:14-05:00,Jason Madden,jamadden@gmail.com,2016-03-16 15:20:20+00:00,False,gmail,gmail,* master,True,gevent_gevent,gevent/gevent,https://gitlab.com/noppo/gevent-websocket.git +c2fb5a2e6339494dc802ff166eb2e29ef692470c,Chase Whitener,cwhitener@gmail.com,2017-04-20 10:26:07-04:00,Olaf Alders,olaf@wundersolutions.com,2017-04-20 20:32:31+00:00,False,gmail,wundersolutions,* master,True,libwww-perl_URI.git,libwww-perl/URI.git,https://github.com/libwww-perl/URI.git +253e899170ebaf8a9aa9d6b94d6efdb81ae14a49,Matthias Geier,Matthias.Geier@gmail.com,2015-05-27 11:41:57+02:00,Matthias Geier,Matthias.Geier@gmail.com,2015-05-27 11:23:27+00:00,False,gmail,gmail,* master,True,bastibe_python-soundfile.git,bastibe/python-soundfile.git,https://github.com/bastibe/python-soundfile.git +9cc444998a7130d0d592c05fe91e72a94f7a8589,Augie Fackler,raf@durin42.com,2014-08-23 15:02:03-04:00,Augie Fackler,raf@durin42.com,2014-08-23 19:02:03+00:00,False,durin42,durin42,* master,True,schacon_hg-git.git,schacon/hg-git.git,https://github.com/schacon/hg-git.git +647f4b0c4339055c5fa1c19fe96f71b753f8c833,Brian E. Granger,ellisonbg@gmail.com,2013-04-27 17:42:38-07:00,Brian E. Granger,ellisonbg@gmail.com,2013-04-28 00:42:38+00:00,False,gmail,gmail,* main,True,ipython_ipython.git,ipython/ipython.git,https://github.com/ipython/ipython.git +211c84c2958e052d8a47f48b0f40563cb1b34eb6,Adam Ginsburg,keflavich@gmail.com,2013-05-28 09:27:51-06:00,Adam Ginsburg,keflavich@gmail.com,2013-05-28 15:27:51+00:00,False,gmail,gmail,* main,True,astropy_astroquery.git,astropy/astroquery.git,https://github.com/astropy/astroquery.git +22595d34cb0fcb8a4287c035c20b718c4ef8302c,Samir Noir,samir.noir@inria.fr,2022-05-13 09:51:40+02:00,Samir Noir,samir.noir@inria.fr,2022-05-13 14:09:00+00:00,False,inria,inria,* 2.5,True,oar-team_oar,oar-team/oar,https://github.com/oar-team/oar +ca25b02195e2b53338f7d5985a7de1cf7f722ff8,ColdIce1,586280+ColdIce1@users.noreply.github.com,2021-08-31 10:31:19+02:00,ColdIce1,586280+ColdIce1@users.noreply.github.com,2021-08-31 08:31:19+00:00,False,users,users,* master,True,gpodder_gpodder,gpodder/gpodder,https://github.com/gpodder/gpodder +a5d0152276caf45a4e1ae21ad5623fd843b51f9f,Francesc Alted,faltet@gmail.com,2019-03-08 14:21:25+01:00,Francesc Alted,faltet@gmail.com,2019-03-08 13:21:25+00:00,False,gmail,gmail,* master,True,PyTables_PyTables,PyTables/PyTables,https://github.com/PyTables/PyTables +0cd60573cf24decc107974f21b138f7ad6796a2f,Carlos Donizete Froes,coringao@riseup.net,2017-11-24 15:31:38-02:00,Carlos Donizete Froes,coringao@riseup.net,2017-11-24 17:31:38+00:00,False,riseup,riseup,* master,True,coringao_jag,coringao/jag,https://gitlab.com/coringao/jag +90fc7afa606eba885c369ccc77bfca5654e59309,Aayush Kasurde,aayush.kasurde@gmail.com,2015-04-12 09:41:09+05:30,Sergey Shepelev,temotor@gmail.com,2018-08-10 12:21:13+00:00,False,gmail,gmail,* master,True,eventlet_eventlet.git,eventlet/eventlet.git,https://github.com/eventlet/eventlet.git +4fc7e536b3269ce292dff66e3320df36e735daa2,Jens Jørgen Mortensen,jensj@fysik.dtu.dk,2015-10-15 10:42:58+00:00,Jens Jørgen Mortensen,jensj@fysik.dtu.dk,2015-10-15 10:42:58+00:00,False,fysik,fysik,* master,True,ase_ase,ase/ase,https://github.com/pdewacht/brlaser +6330d051e96ebad4f40d3f2d248a97d56b0057d7,Fabien Ménager,fabien.menager@gmail.com,2012-12-29 16:11:11+01:00,Fabien Ménager,fabien.menager@gmail.com,2012-12-29 15:11:11+00:00,False,gmail,gmail,* master,True,dompdf_dompdf,dompdf/dompdf,https://github.com/dompdf/dompdf +96cd9d5ea0c1cdba7f7c1432003f4431650b5d28,Melvin Keskin,melvo@olomono.de,2023-02-18 08:38:55+01:00,Linus Jahn,lnj@kaidan.im,2024-02-05 22:17:29+00:00,False,olomono,kaidan,* master,True,qxmpp-project_qxmpp.git,qxmpp-project/qxmpp.git,https://github.com/qxmpp-project/qxmpp.git +bce96d2972195728209eeecccb47a37470286569,Grey Li,withlihui@gmail.com,2021-05-29 14:02:24+08:00,Grey Li,withlihui@gmail.com,2021-05-29 06:02:24+00:00,False,gmail,gmail,* main,True,wtforms_flask-wtf.git,wtforms/flask-wtf.git,https://github.com/wtforms/flask-wtf.git +c7d6812a1162c525e38d498d7942550e2f6ce304,Vladimir Agafonkin,agafonkin@gmail.com,2012-10-09 17:34:20+03:00,Vladimir Agafonkin,agafonkin@gmail.com,2012-10-09 14:34:20+00:00,False,gmail,gmail,* main,True,Leaflet_Leaflet,Leaflet/Leaflet,https://github.com/Leaflet/Leaflet +8ceb4aeaf8c302ae60e53b568c36825b77c1a903,Jonathan Thomas,jonathan@openshot.org,2017-02-26 00:19:10-06:00,Jonathan Thomas,jonathan@openshot.org,2017-02-26 06:19:10+00:00,False,openshot,openshot,* develop,True,Openshot_openshot-qt.git,Openshot/openshot-qt.git,https://github.com/Openshot/openshot-qt.git +66be3c544049f20ad8a6d860e0835fb032aef340,Rainer Gerhards,rgerhards@adiscon.com,2013-12-14 16:54:58+01:00,Rainer Gerhards,rgerhards@adiscon.com,2013-12-14 15:54:58+00:00,False,adiscon,adiscon,* master,True,rsyslog_rsyslog,rsyslog/rsyslog,https://github.com/rsyslog/libestr.git diff --git a/12825_revision/misc_data_files/second_batch/020125_CONTRIBUTING_manifest.csv b/12825_revision/misc_data_files/second_batch/020125_CONTRIBUTING_manifest.csv new file mode 100644 index 0000000..1842ec2 --- /dev/null +++ b/12825_revision/misc_data_files/second_batch/020125_CONTRIBUTING_manifest.csv @@ -0,0 +1,87 @@ +commit_hash,upstream_vcs_link,repo_id,project_handle,new_filepath +910264a7d658d6d7f5d9488fc12a3b168e164e0f,https://github.com/qTox/qTox,qTox_qTox,qTox/qTox,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/qTox_qTox_hullabaloo_CONTRIBUTING.md +86284a8d839c854cd787fdcd66bcc0ee1fe15bc8,https://github.com/PyCQA/pycodestyle,PyCQA_pycodestyle,PyCQA/pycodestyle,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/PyCQA_pycodestyle_hullabaloo_CONTRIBUTING.rst +29164c7d5e4612ff7af3040fb8767eeb66cd8762,https://github.com/twisted/pydoctor,twisted_pydoctor,twisted/pydoctor,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/twisted_pydoctor_hullabaloo_CONTRIBUTING.rst +638e8f431611d2e557ec814af49908fb28fcc341,https://github.com/Motion-Project/motion,Motion-Project_motion,Motion-Project/motion,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/Motion-Project_motion_hullabaloo_CONTRIBUTING.md +a6167f64f169b721fd44dfae763925f4e7aa0c3a,https://github.com/getpelican/pelican,getpelican_pelican,getpelican/pelican,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/getpelican_pelican_hullabaloo_CONTRIBUTING.rst +065e6491121f958823c8a93def5789ebd11082f1,https://gitlab.com/coringao/pekka-kana-2,coringao_pekka-kana-2,coringao/pekka-kana-2,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/coringao_pekka-kana-2_hullabaloo_CONTRIBUTING.md +261e3880d251f78a2e7f7601f4b8ce74b3f239ef,https://github.com/mawww/kakoune.git,mawww_kakoune.git,mawww/kakoune.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/mawww_kakoune.git_hullabaloo_CONTRIBUTING +0815ba0ac93f2a43407023aeb111f06425392e6f,https://github.com/eslint/eslint,eslint_eslint,eslint/eslint,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/eslint_eslint_hullabaloo_CONTRIBUTING.md +738319bc25216bee54cd4fe305c6403a4ee8548b,https://github.com/ukui/peony,ukui_peony,ukui/peony,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/ukui_peony_hullabaloo_CONTRIBUTING.md +44ea60973e02cbf0cf298892fb6fc7af1677a4ad,https://github.com/publicsuffix/list,publicsuffix_list,publicsuffix/list,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/publicsuffix_list_hullabaloo_CONTRIBUTING.md +4f9f7c345830098df402d28c16047b99545b7462,https://github.com/gnu-octave/statistics,gnu-octave_statistics,gnu-octave/statistics,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/gnu-octave_statistics_hullabaloo_CONTRIBUTING.md +735b56bc51b48250b550471267480de07c9639fc,https://gitlab.com/egh/ledger-autosync,egh_ledger-autosync,egh/ledger-autosync,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/egh_ledger-autosync_hullabaloo_CONTRIBUTING +cf3b4d705e0a429460fcc54907ac498211d2ddd3,https://github.com/jim-easterbrook/pywws,jim-easterbrook_pywws,jim-easterbrook/pywws,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/jim-easterbrook_pywws_hullabaloo_CONTRIBUTING.rst +f2b8064d88ef7852dbcea43c4d1f7d3918f1ed28,https://github.com/rstudio/httpuv.git,rstudio_httpuv.git,rstudio/httpuv.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/rstudio_httpuv.git_hullabaloo_CONTRIBUTING.md +84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/certbot/certbot.git,certbot_certbot.git,certbot/certbot.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/certbot_certbot.git_hullabaloo_CONTRIBUTING.rst +25e94b9adf05205d87751209a5c66c44f0199ba8,https://github.com/Ultimaker/Cura,Ultimaker_Cura,Ultimaker/Cura,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/Ultimaker_Cura_hullabaloo_CONTRIBUTING.md +cce68bfb2856fef64e1cec0b052ea83ef2195874,https://github.com/h2o/h2o,h2o_h2o,h2o/h2o,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/h2o_h2o_hullabaloo_CONTRIBUTING.md +9ec2827e4d93b6db225282ad1cb61e23aea38c51,https://github.com/Qiskit/qiskit-terra,Qiskit_qiskit-terra,Qiskit/qiskit-terra,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/Qiskit_qiskit-terra_hullabaloo_CONTRIBUTING.md +3b57f43524dc04673b30c40ac42f8aef5ca9ecc8,https://github.com/castle-engine/castle-engine.git,castle-engine_castle-engine.git,castle-engine/castle-engine.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/castle-engine_castle-engine.git_hullabaloo_CONTRIBUTING.markdown +ff3d0e6578ff53fa34837353ebb6738b10d69dd4,https://github.com/the-tcpdump-group/tcpdump,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/the-tcpdump-group_tcpdump_hullabaloo_CONTRIBUTING +752c0602f014ef6e8258453d1cd962f2cae9c8f5,https://github.com/lxc/lxc.git,lxc_lxc.git,lxc/lxc.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/lxc_lxc.git_hullabaloo_CONTRIBUTING +b09df08be878ddf23d7bef6d63c8b90b8a81b193,https://github.com/igraph/igraph,igraph_igraph,igraph/igraph,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/igraph_igraph_hullabaloo_CONTRIBUTING.md +fc0afd5c2d9f0f64d196894d575cb325a35a3673,https://github.com/jp9000/obs-studio.git,jp9000_obs-studio.git,jp9000/obs-studio.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/jp9000_obs-studio.git_hullabaloo_CONTRIBUTING +4e44160983b80407b4ff2cced4fc5b0b6be1d9e8,https://github.com/networkx/networkx.git,networkx_networkx.git,networkx/networkx.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/networkx_networkx.git_hullabaloo_CONTRIBUTING.rst +c4c41ae021572caf5ff8716b3c691fd83bbd76d2,https://gitlab.gnome.org/GNOME/gedit.git,GNOME_gedit.git,GNOME/gedit.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/GNOME_gedit.git_hullabaloo_CONTRIBUTING.md +d26171dfabf703f0f09c4e91fbac700f16dd21b6,https://github.com/mne-tools/mne-python.git,mne-tools_mne-python.git,mne-tools/mne-python.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/mne-tools_mne-python.git_hullabaloo_CONTRIBUTING.md +144dee4c570e2c93e074a17129543e76576d9c7b,https://github.com/PointCloudLibrary/pcl,PointCloudLibrary_pcl,PointCloudLibrary/pcl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/PointCloudLibrary_pcl_hullabaloo_CONTRIBUTING.md +9ba584b34bd5e0286ec135750126f858d0c2714b,https://github.com/amperser/proselint,amperser_proselint,amperser/proselint,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/amperser_proselint_hullabaloo_CONTRIBUTING.md +17020d8ac806faf6ffa178587a97625589ba21eb,https://github.com/gitpython-developers/GitPython,gitpython-developers_GitPython,gitpython-developers/GitPython,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/gitpython-developers_GitPython_hullabaloo_CONTRIBUTING.md +290aba132f8b1f681671765849bc50576b070f3d,https://github.com/pyca/pyopenssl,pyca_pyopenssl,pyca/pyopenssl,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/pyca_pyopenssl_hullabaloo_CONTRIBUTING.md +ace5e33f3e4e587c34476ac0f50fe66fc3a26c96,https://github.com/multani/sonata,multani_sonata,multani/sonata,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/multani_sonata_hullabaloo_CONTRIBUTING.rst +4c3950527e5080f22a3caf95cf0e7be542a7cad7,https://github.com/silx-kit/silx.git,silx-kit_silx.git,silx-kit/silx.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/silx-kit_silx.git_hullabaloo_CONTRIBUTING +148daffd7ff5ed8121a3aebf505d2b97337845b1,https://gitlab.gnome.org/GNOME/libgda,GNOME_libgda,GNOME/libgda,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/GNOME_libgda_hullabaloo_CONTRIBUTING.md +a82aebcd7d418cfffae1984f5a62c2f488f60132,https://github.com/sphinx-doc/sphinx.git,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/sphinx-doc_sphinx.git_hullabaloo_CONTRIBUTING.rst +1aa0ba0526e284604c61d40136c8b4c3eb8038df,https://github.com/OSGeo/grass.git,OSGeo_grass.git,OSGeo/grass.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/OSGeo_grass.git_hullabaloo_CONTRIBUTING.md +7156bd3b558a3b2d0a2590bc6c365db7a68ae5e4,https://github.com/mikel/mail,mikel_mail,mikel/mail,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/mikel_mail_hullabaloo_CONTRIBUTING.md +29b0518524ee456adcddfeda18c5d2763fdd647b,https://github.com/hhatto/autopep8.git,hhatto_autopep8.git,hhatto/autopep8.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/hhatto_autopep8.git_hullabaloo_CONTRIBUTING.rst +8625c61944287db62eea19ed90ef4575b340af11,https://github.com/jeremyevans/sequel,jeremyevans_sequel,jeremyevans/sequel,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/jeremyevans_sequel_hullabaloo_CONTRIBUTING +15c2071136c009da3edb6a829be00c9558cc1d15,https://github.com/rizsotto/Bear,rizsotto_Bear,rizsotto/Bear,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/rizsotto_Bear_hullabaloo_CONTRIBUTING.md +d7482608826e34b23e0f5f3961efa134790bec12,https://github.com/geopython/pycsw.git,geopython_pycsw.git,geopython/pycsw.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/geopython_pycsw.git_hullabaloo_CONTRIBUTING.rst +e4ec7ecbabc0c626299a00a2008f08486ad21c5b,https://gitlab.freedesktop.org/dbus/dbus,dbus_dbus,dbus/dbus,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/dbus_dbus_hullabaloo_CONTRIBUTING +ca4dcdf47ca74a8ef9ea780b2878ddb086916d3e,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/Perl-Toolchain-Gang_ExtUtils-CBuilder.git_hullabaloo_CONTRIBUTING +911c483f52c7bf9ab4a3ba7721571a6b0e8a12e2,https://github.com/astropy/photutils.git,astropy_photutils.git,astropy/photutils.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/astropy_photutils.git_hullabaloo_CONTRIBUTING.rst +e8e54f4de7b2be8886cce7fd5f185e42c8b6c98a,https://github.com/xonsh/xonsh.git,xonsh_xonsh.git,xonsh/xonsh.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/xonsh_xonsh.git_hullabaloo_CONTRIBUTING.rst +51b44dc327923824c3404db802ea004c022a6ad3,https://github.com/beautify-web/js-beautify,beautify-web_js-beautify,beautify-web/js-beautify,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/beautify-web_js-beautify_hullabaloo_CONTRIBUTING.md +a302c65dc65896776d6cb9e2c89a6ccc77ada530,https://github.com/neovim/neovim,neovim_neovim,neovim/neovim,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/neovim_neovim_hullabaloo_CONTRIBUTING.md +7a89032960abc23c1e78d8bb2ba4c0c0ad309644,https://github.com/muse-sequencer/muse.git,muse-sequencer_muse.git,muse-sequencer/muse.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/muse-sequencer_muse.git_hullabaloo_CONTRIBUTING +207be4b9520ef036cb89dd6114f73b162f825e88,https://github.com/hardbyte/python-can.git,hardbyte_python-can.git,hardbyte/python-can.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/hardbyte_python-can.git_hullabaloo_CONTRIBUTING.md +6908db88605a66a0509ba7ebc36cd60aff518bdf,https://github.com/juzzlin/DustRacing2D.git,juzzlin_DustRacing2D.git,juzzlin/DustRacing2D.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/juzzlin_DustRacing2D.git_hullabaloo_CONTRIBUTING +ae0b3f8cda8a31a971ca770fc0d99c8f2ffabbe1,https://github.com/pyproj4/pyproj.git,pyproj4_pyproj.git,pyproj4/pyproj.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/pyproj4_pyproj.git_hullabaloo_CONTRIBUTING.md +a2e2df544e0356bee98662cb90121293f4b66e1e,https://github.com/scipy/scipy.git,scipy_scipy.git,scipy/scipy.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/scipy_scipy.git_hullabaloo_CONTRIBUTING +a2a6954b42e439fda6dfc7cfd90af821f13b7dd8,https://github.com/linkcheck/linkchecker.git,linkcheck_linkchecker.git,linkcheck/linkchecker.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/linkcheck_linkchecker.git_hullabaloo_CONTRIBUTING.mdwn +d54628478519104a751c63ebe3ecd963029a0e5d,https://github.com/collective/icalendar,collective_icalendar,collective/icalendar,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/collective_icalendar_hullabaloo_CONTRIBUTING.rst +3243305c08dd93b16ae0024780a38ad51dacd5e1,https://github.com/SCons/scons,SCons_scons,SCons/scons,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/SCons_scons_hullabaloo_CONTRIBUTING.md +dbffdf71351e2c53b4d8b82f4035594f09e9d7c7,https://github.com/SELinuxProject/selinux,SELinuxProject_selinux,SELinuxProject/selinux,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/SELinuxProject_selinux_hullabaloo_CONTRIBUTING.md +4519145370cdfaa3b19ac0cd66d9705f27e2558d,https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter,gitlab-org_gitlab-gollum-rugged_adapter,gitlab-org/gitlab-gollum-rugged/adapter,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/gitlab-org_gitlab-gollum-rugged_adapter_hullabaloo_CONTRIBUTING.md +549fc0f1926c60bcb4507e3b4eb8eb6f15e5a659,https://github.com/OpenPrinting/cups,OpenPrinting_cups,OpenPrinting/cups,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/OpenPrinting_cups_hullabaloo_CONTRIBUTING.txt +684f17f7a66b86dee2eb55891d1020fe92f7ef60,https://github.com/scikit-learn/scikit-learn.git,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/scikit-learn_scikit-learn.git_hullabaloo_CONTRIBUTING.md +d2e68d7f622c5419e1b9a2115f5075b85349743b,https://github.com/rdiff-backup/rdiff-backup.git,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/rdiff-backup_rdiff-backup.git_hullabaloo_CONTRIBUTING.md +84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/letsencrypt/letsencrypt.git,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/letsencrypt_letsencrypt.git_hullabaloo_CONTRIBUTING.rst +3125f2bce3cb1475e4a3d27f5bdcc3f6968954a7,https://github.com/mapnik/python-mapnik.git,mapnik_python-mapnik.git,mapnik/python-mapnik.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/mapnik_python-mapnik.git_hullabaloo_CONTRIBUTING.md +b777a5177d0b8a492fc76320491b0791f25e17a1,https://github.com/giampaolo/psutil,giampaolo_psutil,giampaolo/psutil,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/giampaolo_psutil_hullabaloo_CONTRIBUTING.md +6f3292f26fb41328f8a16ecdd81e59e8d79a364d,https://github.com/IJHack/QtPass,IJHack_QtPass,IJHack/QtPass,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/IJHack_QtPass_hullabaloo_CONTRIBUTING.md +e8194c622f5a8933fa581ecbf76cec39caf3db90,https://github.com/trevorld/r-optparse.git,trevorld_r-optparse.git,trevorld/r-optparse.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/trevorld_r-optparse.git_hullabaloo_CONTRIBUTING +50e06bd4fac0a3a74e87353f4f7f20d9534dd0d6,https://github.com/muammar/mkchromecast.git,muammar_mkchromecast.git,muammar/mkchromecast.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/muammar_mkchromecast.git_hullabaloo_CONTRIBUTING.md +a5c4d27e963f51097f9b2777489d310a88897ca4,https://github.com/quartz-scheduler/quartz,quartz-scheduler_quartz,quartz-scheduler/quartz,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/quartz-scheduler_quartz_hullabaloo_CONTRIBUTING.md +5a3d199e0cdd1b8a0f70f4d7703c0a58ca9acf2c,https://github.com/ionelmc/python-darkslide.git,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/ionelmc_python-darkslide.git_hullabaloo_CONTRIBUTING.rst +84f0685929550f957cd775e724e8a9214e15ab32,https://github.com/certbot/josepy,certbot_josepy,certbot/josepy,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/certbot_josepy_hullabaloo_CONTRIBUTING.rst +41d14306068fb430319cfe819c3c34c6c7b6e557,https://github.com/erikd/libsndfile,erikd_libsndfile,erikd/libsndfile,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/erikd_libsndfile_hullabaloo_CONTRIBUTING.md +42a679ce4460926dde3a526281437cd40bd6e6f0,https://github.com/dagolden/Config-Identity.git,dagolden_Config-Identity.git,dagolden/Config-Identity.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/dagolden_Config-Identity.git_hullabaloo_CONTRIBUTING.mkdn +f042942f516851aef0ecc4fafafd578facb2b3f0,https://github.com/PyWavelets/pywt.git,PyWavelets_pywt.git,PyWavelets/pywt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/PyWavelets_pywt.git_hullabaloo_CONTRIBUTING.md +c2fb5a2e6339494dc802ff166eb2e29ef692470c,https://github.com/libwww-perl/URI.git,libwww-perl_URI.git,libwww-perl/URI.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/libwww-perl_URI.git_hullabaloo_CONTRIBUTING.md +253e899170ebaf8a9aa9d6b94d6efdb81ae14a49,https://github.com/bastibe/python-soundfile.git,bastibe_python-soundfile.git,bastibe/python-soundfile.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/bastibe_python-soundfile.git_hullabaloo_CONTRIBUTING.rst +9cc444998a7130d0d592c05fe91e72a94f7a8589,https://github.com/schacon/hg-git.git,schacon_hg-git.git,schacon/hg-git.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/schacon_hg-git.git_hullabaloo_CONTRIBUTING +647f4b0c4339055c5fa1c19fe96f71b753f8c833,https://github.com/ipython/ipython.git,ipython_ipython.git,ipython/ipython.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/ipython_ipython.git_hullabaloo_CONTRIBUTING.md +211c84c2958e052d8a47f48b0f40563cb1b34eb6,https://github.com/astropy/astroquery.git,astropy_astroquery.git,astropy/astroquery.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/astropy_astroquery.git_hullabaloo_CONTRIBUTING.rst +22595d34cb0fcb8a4287c035c20b718c4ef8302c,https://github.com/oar-team/oar,oar-team_oar,oar-team/oar,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/oar-team_oar_hullabaloo_CONTRIBUTING.md +ca25b02195e2b53338f7d5985a7de1cf7f722ff8,https://github.com/gpodder/gpodder,gpodder_gpodder,gpodder/gpodder,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/gpodder_gpodder_hullabaloo_CONTRIBUTING.md +a5d0152276caf45a4e1ae21ad5623fd843b51f9f,https://github.com/PyTables/PyTables,PyTables_PyTables,PyTables/PyTables,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/PyTables_PyTables_hullabaloo_CONTRIBUTING.md +0cd60573cf24decc107974f21b138f7ad6796a2f,https://gitlab.com/coringao/jag,coringao_jag,coringao/jag,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/coringao_jag_hullabaloo_CONTRIBUTING.md +90fc7afa606eba885c369ccc77bfca5654e59309,https://github.com/eventlet/eventlet.git,eventlet_eventlet.git,eventlet/eventlet.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/eventlet_eventlet.git_hullabaloo_CONTRIBUTING.md +6330d051e96ebad4f40d3f2d248a97d56b0057d7,https://github.com/dompdf/dompdf,dompdf_dompdf,dompdf/dompdf,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/dompdf_dompdf_hullabaloo_CONTRIBUTING.md +96cd9d5ea0c1cdba7f7c1432003f4431650b5d28,https://github.com/qxmpp-project/qxmpp.git,qxmpp-project_qxmpp.git,qxmpp-project/qxmpp.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/qxmpp-project_qxmpp.git_hullabaloo_CONTRIBUTING.md +bce96d2972195728209eeecccb47a37470286569,https://github.com/wtforms/flask-wtf.git,wtforms_flask-wtf.git,wtforms/flask-wtf.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/wtforms_flask-wtf.git_hullabaloo_CONTRIBUTING.rst +c7d6812a1162c525e38d498d7942550e2f6ce304,https://github.com/Leaflet/Leaflet,Leaflet_Leaflet,Leaflet/Leaflet,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/Leaflet_Leaflet_hullabaloo_CONTRIBUTING.md +8ceb4aeaf8c302ae60e53b568c36825b77c1a903,https://github.com/Openshot/openshot-qt.git,Openshot_openshot-qt.git,Openshot/openshot-qt.git,/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_contributing/Openshot_openshot-qt.git_hullabaloo_CONTRIBUTING.md diff --git a/12825_revision/misc_data_files/second_batch/020125_README_for_download.csv b/12825_revision/misc_data_files/second_batch/020125_README_for_download.csv new file mode 100644 index 0000000..b8f7a11 --- /dev/null +++ b/12825_revision/misc_data_files/second_batch/020125_README_for_download.csv @@ -0,0 +1,729 @@ +commit_hash,author_name,author_email,authored_date,committer_name,committer_email,commit_date,is_merge,author_org,committer_org,branches,diff_contains_document,repo_id,project_handle,upstream_vcs_link +d092283752a8b87fe61f1675550e3de18f58e70e,Nicholas Marriott,nicm@users.sf.net,2006-08-21 18:10:14+00:00,Nicholas Marriott,nicm@users.sf.net,2006-08-21 18:10:14+00:00,False,users,users,* master,True,ft_pkg-fdm,ft/pkg-fdm,https://github.com/ft/pkg-fdm +8c996447beb0353ed76f48e3ee220bef2455382b,Stefano Karapetsas,stefano@karapetsas.com,2013-10-17 16:18:26+02:00,Stefano Karapetsas,stefano@karapetsas.com,2013-10-17 14:18:26+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_caja-extensions.git,mate-desktop/caja-extensions.git,https://github.com/mate-desktop/caja-extensions.git +e4469a647fdf3508a1188d99089bef6f5b4b310d,wenbo607,wenbo@kylinos.cn,2017-12-21 14:43:21+08:00,wenbo607,wenbo@kylinos.cn,2017-12-21 06:43:21+00:00,False,kylinos,kylinos,* master,True,ukui_kylin-burner,ukui/kylin-burner,https://github.com/ukui/kylin-burner +bc07283ddafdb6d54140c0cdf224362820d20fdd,Nikos Chantziaras,realnc@users.sourceforge.net,2010-04-08 23:55:31+03:00,Nikos Chantziaras,realnc@users.sourceforge.net,2010-04-08 20:55:31+00:00,False,users,users,* master,True,realnc_qtads.git,realnc/qtads.git,https://github.com/realnc/qtads.git +dbae8e8631728af7c6ec11ad36a1856ad88c7e2c,Strahinja Val Markovic,val@markovic.io,2014-05-13 14:06:02-07:00,Strahinja Val Markovic,val@markovic.io,2014-05-13 21:06:02+00:00,False,markovic,markovic,* master,True,ycm-core_ycmd,ycm-core/ycmd,https://github.com/ycm-core/ycmd +8c012e5d387045db80873657e17fa5b08f4ab9b7,reinout,reinout@vanrees.org,2009-09-14 10:14:11+02:00,Johann C. Rocholl,johann@rocholl.net,2009-10-06 15:52:58+00:00,False,vanrees,rocholl,* main,True,PyCQA_pycodestyle,PyCQA/pycodestyle,https://github.com/PyCQA/pycodestyle +e736197400af93326c411dcc19d821f37a4f50cf,jrh013,jrh013@1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,2010-02-13 03:47:11+00:00,jrh013,jrh013@1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,2010-02-13 03:47:11+00:00,False,1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,1eddc5a6-173b-11df-bff1-5f4ea15f2b7c,* master,True,jrh13_hol-light.git,jrh13/hol-light.git,https://github.com/jrh13/hol-light.git +6f5aacfa56deae47a2bfa9c60bb77947432c9810,Ian Bicking,ian@ianbicking.org,2005-04-22 02:44:48+00:00,Ian Bicking,ian@ianbicking.org,2005-04-22 02:44:48+00:00,False,ianbicking,ianbicking,* master,True,cdent_paste,cdent/paste,https://github.com/cdent/paste +58f4adc85c872cbd45182163d40940d3276c5bc2,Boris Pek,tehnick-8@yandex.ru,2012-02-13 02:13:08+02:00,Boris Pek,tehnick-8@yandex.ru,2012-02-13 00:13:08+00:00,False,yandex,yandex,* master,True,psi-plus_psi-plus-snapshots.git,psi-plus/psi-plus-snapshots.git,https://github.com/psi-plus/psi-plus-snapshots.git +7c4cf732ca96c8e6af3826b035d764810020493a,Aaron Patterson,aaron.patterson@gmail.com,2008-07-23 07:23:44-07:00,Aaron Patterson,aaron.patterson@gmail.com,2008-07-23 14:23:44+00:00,False,gmail,gmail,* main,True,tenderlove_rexical,tenderlove/rexical,https://github.com/tenderlove/rexical +4645e6efcaf2ea8ef9fdcd0eab80c317ce6f5356,Scilab,scilab@scilab.org,2001-04-26 07:43:33+00:00,Scilab,scilab@scilab.org,2001-04-26 07:43:33+00:00,False,scilab,scilab,* minor,True,scilab_scilab.git,scilab/scilab.git,https://gitlab.com/scilab/scilab.git +63d12e574eb5cfe95290b303bac0950c25afe397,behdad,behdad,2004-04-25 18:47:56+00:00,behdad,behdad,2004-04-25 18:47:56+00:00,False,behdad,behdad,* master,True,fribidi_fribidi.git,fribidi/fribidi.git,https://github.com/fribidi/fribidi.git +5992da9b20b04d209455b6c30beab7eb66f8233f,Alexander GQ Gerasiov,gq@cs.msu.su,2009-07-05 14:11:18+04:00,Alexander GQ Gerasiov,gq@cs.msu.su,2009-07-05 10:11:18+00:00,False,cs,cs,* master,True,gerasiov_ldapscripts,gerasiov/ldapscripts,https://github.com/gerasiov/ldapscripts +2dd1974a48a235e8301b26328bec2071ebcca0aa,rncbc,rncbc@3e92087d-0f25-4bc2-b788-d05a45ecc5c1,2004-05-10 08:26:21+00:00,rncbc,rncbc@3e92087d-0f25-4bc2-b788-d05a45ecc5c1,2004-05-10 08:26:21+00:00,False,3e92087d-0f25-4bc2-b788-d05a45ecc5c1,3e92087d-0f25-4bc2-b788-d05a45ecc5c1,* main,True,rncbc_qsampler.git,rncbc/qsampler.git,https://github.com/rncbc/qsampler.git +56d3ebc0f90f405f3a397c1d2f5d1acfd929ffe6,Tomas Guisasola ,tomas@luaforge.net,2003-06-15 11:56:00+00:00,Tomas Guisasola ,tomas@luaforge.net,2003-06-15 11:56:00+00:00,False,luaforge,luaforge,* master,True,lualdap_lualdap.git,lualdap/lualdap.git,https://github.com/lualdap/lualdap.git +53a3d82b94c33122cd74e014c1fca0e69ba304b2,Peter Eriksson,pen@lysator.liu.se,2015-05-12 22:57:25+02:00,Peter Eriksson,pen@lysator.liu.se,2015-05-12 20:57:25+00:00,False,lysator,lysator,* master,True,ptrrkssn_pnscan,ptrrkssn/pnscan,https://github.com/ptrrkssn/pnscan +4bb961dfbf9411e090f1d942d0fde6c82b9fa4b5,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,False,cherrypy,cherrypy,* main,True,cherrypy_cherrypy.git,cherrypy/cherrypy.git,https://github.com/cherrypy/cherrypy.git +de226ccfe3d8755b742d57df3f4bd8744cba8bed,Daniel P. Berrange,dan@berrange.com,2004-08-05 08:14:18+00:00,Daniel P. Berrange,dan@berrange.com,2004-08-05 08:14:18+00:00,False,berrange,berrange,* master,True,berrange_perl-net-dbus,berrange/perl-net-dbus,https://gitlab.com/berrange/perl-net-dbus +af48596abf4746f25569699de79881a1d51f9a7a,jdutheil,jdutheil@006f4e9f-665f-4fcb-8533-9fe27e4e172a,2009-08-05 14:59:38+00:00,jdutheil,jdutheil@006f4e9f-665f-4fcb-8533-9fe27e4e172a,2009-08-05 14:59:38+00:00,False,006f4e9f-665f-4fcb-8533-9fe27e4e172a,006f4e9f-665f-4fcb-8533-9fe27e4e172a,* master,True,BioPP_bppphyview,BioPP/bppphyview,https://github.com/BioPP/bppphyview +6ffbd82a64d472d700d97d6266ba6dc2b6bbc162,Ned T. Crigler,crigler@users.sourceforge.net,2001-09-28 00:50:56+00:00,Ned T. Crigler,crigler@users.sourceforge.net,2001-09-28 00:50:56+00:00,False,users,users,* master,True,crigler_dtach.git,crigler/dtach.git,https://github.com/crigler/dtach.git +6d5bd86e54776e55c746554013de5ded061b6faa,Neal Walfield,neal@walfield.org,2003-02-18 03:26:47+00:00,Neal Walfield,neal@walfield.org,2003-02-18 03:26:47+00:00,False,walfield,walfield,* master,True,source_libassuan.git,source/libassuan.git,https://dev.gnupg.org/source/libassuan.git +e1a8073baf1f1ae5f5c5012730f66d6a4f4523d3,Rob Latham,rlatham@gmail.com,2003-02-11 16:21:53+00:00,Rob Latham,rlatham@gmail.com,2003-02-11 16:21:53+00:00,False,gmail,gmail,* master,True,Parallel-NetCDF_PnetCDF,Parallel-NetCDF/PnetCDF,https://github.com/Parallel-NetCDF/PnetCDF +a1173667e79d31161f24e21a847a8e3a51cc4545,Michael Karcher,karcher@physik.fu-berlin.de,2009-04-11 01:36:21+02:00,Michael Karcher,karcher@physik.fu-berlin.de,2009-04-10 23:50:42+00:00,False,physik,physik,* master,True,glaubitz_linux-minidisc,glaubitz/linux-minidisc,https://github.com/glaubitz/linux-minidisc +2d37bf70ff10cf42c1fc4ef4cce39c66289aed02,Chia-I Wu,olvaffe@gmail.com,2014-08-03 09:55:18+08:00,Chia-I Wu,olvaffe@gmail.com,2014-08-03 23:54:08+00:00,False,gmail,gmail,* main,True,KhronosGroup_Vulkan-Tools,KhronosGroup/Vulkan-Tools,https://github.com/KhronosGroup/Vulkan-Tools +6e3fe3dc08c3892cf80e1699f8ae6ed9853fa248,Karsten Hopp,karsten@redhat.com,2007-11-02 11:55:53+01:00,Karsten Hopp,karsten@redhat.com,2007-11-02 10:55:53+00:00,False,redhat,redhat,* master,True,vcrhonek_hwdata.git,vcrhonek/hwdata.git,https://github.com/vcrhonek/hwdata.git +cddec7d4ed6f6f2a22ad9985ef2524dd6b731ab1,Joe Atzberger,atz@esilibrary.com,2010-04-17 02:20:46+00:00,Joe Atzberger,atz@esilibrary.com,2010-04-17 02:20:46+00:00,False,esilibrary,esilibrary,* master,True,atz_Business-EDI.git,atz/Business-EDI.git,https://github.com/atz/Business-EDI.git +1c63da390c0f70afb9832cef33e5c1685c4980bf,f8dy,f8dy@73d2b349-402e-0410-baf4-070fd12ab5b7,2004-06-22 02:07:48+00:00,f8dy,f8dy@73d2b349-402e-0410-baf4-070fd12ab5b7,2004-06-22 02:07:48+00:00,False,73d2b349-402e-0410-baf4-070fd12ab5b7,73d2b349-402e-0410-baf4-070fd12ab5b7,* develop,True,kurtmckee_feedparser,kurtmckee/feedparser,https://github.com/kurtmckee/feedparser +63a7b5d906ef8008db08b85adb726ce5ac4fb80a,steve,none@none,2005-12-17 14:24:11+00:00,steve,none@none,2005-12-17 14:24:11+00:00,False,none,none,* master,True,xen-tools_xen-tools,xen-tools/xen-tools,https://github.com/xen-tools/xen-tools +42d122880a51ce5126c0ecbdb4c13e1e82508a75,John Goerzen,jgoerzen@complete.org,2004-10-06 06:18:20+04:00,John Goerzen,jgoerzen@complete.org,2004-10-06 02:18:20+00:00,False,complete,complete,* master,True,haskell-team_DHG_packages,haskell-team/DHG/packages,https://salsa.debian.org/haskell-team/DHG_packages +5713df7d72c01c434e0fc92a8d4c09b57b02b416,ikits,ikits@783a27ee-832a-0410-bc00-9f386506c6dd,2002-12-13 08:31:58+00:00,ikits,ikits@783a27ee-832a-0410-bc00-9f386506c6dd,2002-12-13 08:31:58+00:00,False,783a27ee-832a-0410-bc00-9f386506c6dd,783a27ee-832a-0410-bc00-9f386506c6dd,* master,True,nigels-com_glew.git,nigels-com/glew.git,https://github.com/nigels-com/glew.git +93cf03ce2d4e69d633b8657898d88fa28c186f4f,Nigel Cunningham,nigel@tuxonice.net,2011-05-20 22:16:35+10:00,Nigel Cunningham,nigel@tuxonice.net,2011-05-20 12:17:10+00:00,False,tuxonice,tuxonice,* master,True,NigelCunningham_pam-MySQL.git,NigelCunningham/pam-MySQL.git,https://github.com/NigelCunningham/pam-MySQL.git +bf490f2bae3ffe687d68e03a851c1fc03fe2e76a,Frank Bültge,frank@bueltge.de,2021-07-26 14:08:37+02:00,Derick Rethans,github@derickrethans.nl,2022-09-14 10:39:44+00:00,False,bueltge,derickrethans,* master,True,zetacomponents_ConsoleTools,zetacomponents/ConsoleTools,https://github.com/zetacomponents/ConsoleTools +174e96c22135593a5b19ff3fd2795e56422602a6,rncbc,rncbc@5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,2003-07-26 21:07:57+00:00,rncbc,rncbc@5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,2003-07-26 21:07:57+00:00,False,5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,5e98d84e-b994-457e-aaaa-8ae0a2fdc4f7,* main,True,rncbc_qjackctl.git,rncbc/qjackctl.git,https://github.com/rncbc/qjackctl.git +fe13f72775439d87973d2ab2467a9f52852e44be,Havoc Pennington,hp@pobox.com,2002-05-06 21:08:30+00:00,Havoc Pennington,hp@pobox.com,2002-05-06 21:08:30+00:00,False,pobox,pobox,* master,True,xdg_desktop-file-utils.git,xdg/desktop-file-utils.git,https://gitlab.freedesktop.org/xdg/desktop-file-utils.git +ffd17df2072e32819c97ef23991014d32605b73a,mwh,,2006-03-03 13:28:56+00:00,mwh,,2006-03-03 13:28:56+00:00,False,,,* master,True,twisted_pydoctor,twisted/pydoctor,https://github.com/twisted/pydoctor +8eeaec32e8c877adc7e81e8260e61750098e4539,Robert Cimrman,cimrman3@ntc.zcu.cz,2007-12-19 14:21:12+01:00,Robert Cimrman,cimrman3@ntc.zcu.cz,2007-12-19 13:21:12+00:00,False,ntc,ntc,* master,True,sfepy_sfepy,sfepy/sfepy,https://github.com/sfepy/sfepy +5221670f092ea0c13863d32412c52ed53808f26b,root,root@4132a67d-e308-0410-984c-893ed6249e5e,2005-12-27 08:54:39+00:00,root,root@4132a67d-e308-0410-984c-893ed6249e5e,2005-12-27 08:54:39+00:00,False,4132a67d-e308-0410-984c-893ed6249e5e,4132a67d-e308-0410-984c-893ed6249e5e,* master,True,Motion-Project_motion,Motion-Project/motion,https://github.com/Motion-Project/motion +131842a8af5a513d8020e70f8f7c571502c3f778,Bob Ippolito,bob@redivi.com,2011-02-06 14:13:21+08:00,Bob Ippolito,bob@redivi.com,2011-02-06 06:13:21+00:00,False,redivi,redivi,* master,True,simplejson_simplejson,simplejson/simplejson,https://github.com/simplejson/simplejson +af9a8b0075884a0e41bc9c95b0511d5bc96fcae6,menno,menno,2001-05-09 19:44:13+00:00,menno,menno,2001-05-09 19:44:13+00:00,False,menno,menno,* master,True,knik0_faac,knik0/faac,https://github.com/knik0/faac +dd72545cdf61be56cf9bbf14794764379b77e8e2,oluseyi,oluseyi@f509e8e7-a431-0410-8952-ba4f3f4fc37f,2010-10-04 06:45:53+00:00,oluseyi,oluseyi@f509e8e7-a431-0410-8952-ba4f3f4fc37f,2010-10-04 06:45:53+00:00,False,f509e8e7-a431-0410-8952-ba4f3f4fc37f,f509e8e7-a431-0410-8952-ba4f3f4fc37f,* master,True,pencil2d_pencil,pencil2d/pencil,https://github.com/pencil2d/pencil +8014ba03f77ea6282173a5cd4ea8bb4bc8bc2aec,Anders Bakken,agbakken@gmail.com,2011-07-18 22:16:23-07:00,Anders Bakken,agbakken@gmail.com,2011-07-19 05:16:23+00:00,False,gmail,gmail,* master,True,Andersbakken_rtags,Andersbakken/rtags,https://github.com/Andersbakken/rtags +bda9147516f20d3f5d13966dfa3090ae8c6065f4,Pierre Marchand,pierremarc@oep-h.com,2007-12-06 14:40:46+00:00,Pierre Marchand,pierremarc@oep-h.com,2007-12-06 14:40:46+00:00,False,oep-h,oep-h,* master,True,fontmatrix_fontmatrix,fontmatrix/fontmatrix,https://github.com/fontmatrix/fontmatrix +4fad9f40898b0b6c5d1dba7ab28a150283fce01f,Balazs Scheidler,bazsi@balabit.hu,2007-05-14 12:04:16+02:00,Gergely Nagy,algernon@balabit.hu,2012-04-21 10:30:42+00:00,False,balabit,balabit,* debian/unstable,True,gcsideal_syslog-ng-debian,gcsideal/syslog-ng-debian,https://github.com/gcsideal/syslog-ng-debian +a6e6df43e69c86f472851b292a97ef2f4c0d8ade,Kai Pastor,dg0yt@darc.de,2012-09-07 08:36:28+02:00,Kai Pastor,dg0yt@darc.de,2012-09-07 06:36:28+00:00,False,darc,darc,* master,True,OpenOrienteering_mapper,OpenOrienteering/mapper,https://github.com/OpenOrienteering/mapper +00cf9644d8a85e98cf6eb6c0ebf32cf03046f0ee,Alexis Metaireau,ametaireau@gmail.com,2010-08-14 05:45:16+02:00,Alexis Metaireau,ametaireau@gmail.com,2010-08-14 03:45:16+00:00,False,gmail,gmail,* main,True,getpelican_pelican,getpelican/pelican,https://github.com/getpelican/pelican +114fee01694ffe163c14714e62af008d9912293f,Mike Folk,mfolk@hdfgroup.org,1992-06-07 12:02:11-05:00,Mike Folk,mfolk@hdfgroup.org,1992-06-07 17:02:11+00:00,False,hdfgroup,hdfgroup,* master,True,HDFGroup_hdf4.git,HDFGroup/hdf4.git,https://github.com/HDFGroup/hdf4.git +903009eca89d779b78201c0015073d60f80c6306,Constantin Kaplinsky,const@tightvnc.com,2002-05-20 10:55:47+00:00,Constantin Kaplinsky,const@tightvnc.com,2002-05-20 10:55:47+00:00,False,tightvnc,tightvnc,* master,True,TigerVNC_tigervnc.git,TigerVNC/tigervnc.git,https://github.com/TigerVNC/tigervnc.git +54b4227258d34a89529cb31502211be339c66063,Roy Marples,roy@marples.name,2009-04-01 11:35:29+00:00,Roy Marples,roy@marples.name,2009-04-01 11:35:29+00:00,False,marples,marples,* master,True,NetworkConfiguration_dhcpcd-ui,NetworkConfiguration/dhcpcd-ui,https://github.com/NetworkConfiguration/dhcpcd-ui +7fb4c7bc22b94c8b1cd771bb8a3c034ae8a72004,Ng Pheng Siong,ngps@netmemetic.com,2000-05-07 15:59:27+00:00,Ng Pheng Siong,ngps@netmemetic.com,2000-05-07 15:59:27+00:00,False,netmemetic,netmemetic,* master,True,m2crypto_m2crypto,m2crypto/m2crypto,https://gitlab.com/m2crypto/m2crypto +a3229a051381e8f6b6df0fd423186166d20c898f,Vincent Richard,vincent@vincent-richard.net,2004-10-05 10:28:21+00:00,Vincent Richard,vincent@vincent-richard.net,2004-10-05 10:28:21+00:00,False,vincent-richard,vincent-richard,* master,True,kisli_vmime.git,kisli/vmime.git,https://github.com/kisli/vmime.git +e968bfcd2e1a5df5cb6f8459a93943d55291dd69,Esben S. Nielsen,esn@dmi.dk,2012-05-15 13:14:14+02:00,Esben S. Nielsen,esn@dmi.dk,2012-05-15 11:14:14+00:00,False,dmi,dmi,* main,True,pytroll_pycoast,pytroll/pycoast,https://github.com/pytroll/pycoast +bbe9c77aafc5d183eb3c29879563e4c9b95bc1b6,Paul Mackerras,paulus@samba.org,1995-06-01 04:39:06+00:00,Paul Mackerras,paulus@samba.org,1995-06-01 04:39:06+00:00,False,samba,samba,* master,True,ppp-project_ppp,ppp-project/ppp,https://github.com/ppp-project/ppp +16eb6bd4ca8b5ff871944e7595f320012216f223,Joachim Metz,joachim.metz@gmail.com,2011-05-29 11:00:00+02:00,Joachim Metz,joachim.metz@gmail.com,2016-12-14 01:55:23+00:00,False,gmail,gmail,* main,True,libyal_libbde,libyal/libbde,https://github.com/libyal/libbde +908191b47de4c5b7770acc3cbe97781f4ec15fa3,yoric,yoric@b9ea8324-641f-426b-95ce-2518f2e44cc5,2008-04-30 21:03:02+00:00,yoric,yoric@b9ea8324-641f-426b-95ce-2518f2e44cc5,2008-04-30 21:03:02+00:00,False,b9ea8324-641f-426b-95ce-2518f2e44cc5,b9ea8324-641f-426b-95ce-2518f2e44cc5,* master,True,ocaml-batteries-team_batteries-included.git,ocaml-batteries-team/batteries-included.git,https://github.com/ocaml-batteries-team/batteries-included.git +daa932c27d860386b3383e4ab10ea1a80ba053a5,Remco Treffkorn,remco@rvt.com,1998-08-18 20:43:56+00:00,Remco Treffkorn,remco@rvt.com,1998-08-18 20:43:56+00:00,False,rvt,rvt,* master,True,gpsd_gpsd.git,gpsd/gpsd.git,https://gitlab.com/gpsd/gpsd.git +3898f744dc624782ce21ef287b452183425154eb,Stephen Dolan,mu@netsoc.tcd.ie,2012-09-18 23:40:19+01:00,Stephen Dolan,mu@netsoc.tcd.ie,2012-09-18 22:40:19+00:00,False,netsoc,netsoc,* master,True,jqlang_jq,jqlang/jq,https://github.com/jqlang/jq +7c3985cc4b2e14c83b7ab9bfbb85482ec2c3db0b,Thomas Nagy,tnagyemail-mail@yahoo.fr,2005-01-20 11:12:03+00:00,Thomas Nagy,tnagyemail-mail@yahoo.fr,2005-01-20 11:12:03+00:00,False,yahoo,yahoo,* master,True,kalzium.git,kalzium.git,https://anongit.kde.org/kalzium.git +539a2bd9f37b26dce2840d8d53d4e260a4ab7c7e,IOhannes m zmölnig,zmoelnig@iem.at,2011-08-04 11:53:34+00:00,IOhannes m zmölnig,zmoelnig@iem.at,2011-08-04 11:53:34+00:00,False,iem,iem,* main,True,pd-externals_mrpeach.git,pd-externals/mrpeach.git,https://github.com/pd-externals/mrpeach.git +b35f658d8cfe109048b643b8336382fa9a944795,Michal Čihař,michal@cihar.com,2004-08-08 10:46:26+00:00,Michal Čihař,michal@cihar.com,2004-08-08 10:46:26+00:00,False,cihar,cihar,* master,True,gammu_gammu.git,gammu/gammu.git,https://github.com/gammu/gammu.git +3870ea5f3a5171fdd4afde214d1b79601afb253a,David Moreno,david@axiombox.com,2009-01-29 12:50:08-05:00,David Moreno,david@axiombox.com,2009-01-29 17:50:08+00:00,False,axiombox,axiombox,* master,True,damog_vitacilina.git,damog/vitacilina.git,https://github.com/damog/vitacilina.git +9f653565add7c9d027ef5efbc72d005949a5e164,morioka,morioka,1997-03-20 06:03:51+00:00,morioka,morioka,1997-03-20 06:03:51+00:00,False,morioka,morioka,* apel-wl,True,wanderlust_apel,wanderlust/apel,https://github.com/wanderlust/apel +0a7181a4b10c8dd813c7e28fa955fe43e04e7559,Masatoshi TSUCHIYA,tsuchiya@namazu.org,2001-03-10 09:03:47+00:00,Masatoshi TSUCHIYA,tsuchiya@namazu.org,2001-03-10 09:03:47+00:00,False,namazu,namazu,* master,True,emacs-w3m_emacs-w3m,emacs-w3m/emacs-w3m,https://github.com/emacs-w3m/emacs-w3m +758e06626afcc4914022a452c359055805398dcd,Alexey Bader,aleksey.a.bader@intel.com,2015-05-26 12:27:56+03:00,Alexey Bader,aleksey.a.bader@intel.com,2015-05-26 09:27:56+00:00,False,intel,intel,* main,True,KhronosGroup_SPIRV-LLVM-Translator,KhronosGroup/SPIRV-LLVM-Translator,https://github.com/KhronosGroup/SPIRV-LLVM-Translator +c76aec075428704c0e2977e13e2d5e1ef3672fbc,xray7224,xray7224@googlemail.com,2013-02-22 23:04:18+00:00,xray7224,xray7224@googlemail.com,2013-02-22 23:04:18+00:00,False,googlemail,googlemail,* master,True,xray7224_PyPump,xray7224/PyPump,https://github.com/xray7224/PyPump +9efc1adc6c270292e322e3b48db338aef642a160,(no author),(no author),2003-10-09 20:07:50+00:00,(no author),(no author),2003-10-09 20:07:50+00:00,False,(no author),(no author),* main,True,halostatue_minitar,halostatue/minitar,https://github.com/halostatue/minitar +1ee0db874512bb4ead3c3a937b085a775e7dcb68,Jesse Allen,the3dfxdude@gmail.com,2009-10-15 21:27:43-06:00,Jesse Allen,the3dfxdude@gmail.com,2009-10-16 03:27:43+00:00,False,gmail,gmail,* master,True,the3dfxdude_7kaa,the3dfxdude/7kaa,https://github.com/the3dfxdude/7kaa +974825e54676b9bbaafe6da717baa412874bdfda,clluengo,clluengo@c41fa784-dc1c-4872-9ae2-0a73f18a87f0,2010-06-07 12:04:59+00:00,clluengo,clluengo@c41fa784-dc1c-4872-9ae2-0a73f18a87f0,2010-06-07 12:04:59+00:00,False,c41fa784-dc1c-4872-9ae2-0a73f18a87f0,c41fa784-dc1c-4872-9ae2-0a73f18a87f0,* master,True,svi-opensource_libics,svi-opensource/libics,https://github.com/svi-opensource/libics +fdcaa3a7bf35e84e7b7d4bef70ac36a091629e1b,Nathalie Furmento,nathalie.furmento@labri.fr,2009-04-23 13:22:25+00:00,Nathalie Furmento,nathalie.furmento@labri.fr,2009-04-23 13:22:25+00:00,False,labri,labri,* master,True,open-mpi_hwloc.git,open-mpi/hwloc.git,https://github.com/open-mpi/hwloc.git +a4bbabe248403616db6252d09add4386c5e75f6c,Norbert Preining,preining@debian.org,2018-02-27 23:58:46+09:00,Norbert Preining,preining@debian.org,2018-02-27 14:58:46+00:00,False,debian,debian,* master,True,debian-tex_latexmk,debian-tex/latexmk,https://github.com/debian-tex/latexmk +49db5254067a38a4cfed216ab6e7185658f1c1f2,Frank Warmerdam,warmerdam@pobox.com,2001-02-18 19:30:53+00:00,Frank Warmerdam,warmerdam@pobox.com,2001-02-18 19:30:53+00:00,False,pobox,pobox,* master,True,libogdi_ogdi.git,libogdi/ogdi.git,https://github.com/libogdi/ogdi.git +8d3e60780c63c880deb29b79c337621e4ff8f5b0,hermann,brummer-@web.de,2008-11-22 12:23:25+00:00,hermann,brummer-@web.de,2008-11-22 12:23:25+00:00,False,web,web,* master,True,p_guitarix_git,p/guitarix/git,https://git.code.sf.net/p/guitarix/git +f48f163cd6f3ccb36f0016339cf9f8a84ee4e5e7,Albertas Vyšniauskas,thezbyg@gmail.com,2009-11-13 22:30:20+00:00,Albertas Vyšniauskas,thezbyg@gmail.com,2009-11-13 22:30:20+00:00,False,gmail,gmail,* master,True,thezbyg_gpick.git,thezbyg/gpick.git,https://github.com/thezbyg/gpick.git +59ec29fdce9d56d5350006b3883c4678c17493e6,Richard W.M. Jones,rjones@redhat.com,2007-08-13 12:51:26+00:00,Richard W.M. Jones,rjones@redhat.com,2007-08-13 12:51:26+00:00,False,redhat,redhat,* main,True,mbacarella_curses.git,mbacarella/curses.git,https://github.com/mbacarella/curses.git +a5fec269f9f97a7bc01b633df8e3c8f55d83bf3c,Thomas Bernard,miniupnp@free.fr,2011-09-27 22:20:10+02:00,Thomas Bernard,miniupnp@free.fr,2011-09-27 20:20:10+00:00,False,free,free,* master,True,miniupnp_miniupnp,miniupnp/miniupnp,https://github.com/miniupnp/libnatpmp +dedfe24b005acd261b9fba89061fb0efda3bbe4b,Caolán McNamara,caolanm@redhat.com,2010-02-23 09:08:57+00:00,Caolán McNamara,caolanm@redhat.com,2010-02-23 09:08:57+00:00,False,redhat,redhat,* master,True,hunspell_hunspell,hunspell/hunspell,https://github.com/hunspell/hunspell +4c0affdc97ace72f44836adff5cba8b8652abc48,Antonin Kral,a.kral@bobek.cz,2011-04-06 13:06:47+02:00,Antonin Kral,a.kral@bobek.cz,2011-04-06 11:06:47+00:00,False,bobek,bobek,* master,True,bobek_aranym800-debian,bobek/aranym800-debian,https://github.com/bobek/aranym800-debian +34dea5ebcda32b4bb068db9a181323982815b4e6,Maxime Coste,frrrwww@gmail.com,2011-11-04 09:09:27+00:00,Maxime Coste,frrrwww@gmail.com,2011-11-04 09:09:27+00:00,False,gmail,gmail,* master,True,mawww_kakoune.git,mawww/kakoune.git,https://github.com/mawww/kakoune.git +54dc3dc2be33cd977866ce63d8cc74934d21405d,Jiaju Zhang,jjzhang@suse.de,2011-08-24 12:07:22+08:00,Jiaju Zhang,jjzhang@suse.de,2011-08-24 04:07:22+00:00,False,suse,suse,* main,True,ClusterLabs_booth.git,ClusterLabs/booth.git,https://github.com/ClusterLabs/booth.git +a9b67a190b32e57d98415fb69dc8739d6de28633,nine,nine@d1416938-2d58-0410-a1bb-95aaf470f215,2008-10-01 08:54:32+00:00,nine,nine@d1416938-2d58-0410-a1bb-95aaf470f215,2008-10-01 08:54:32+00:00,False,d1416938-2d58-0410-a1bb-95aaf470f215,d1416938-2d58-0410-a1bb-95aaf470f215,* master,True,CiderWebmail_CiderWebmail.git,CiderWebmail/CiderWebmail.git,https://github.com/CiderWebmail/CiderWebmail.git +a658d7b0e7d915750f18d666823d54ef2129a9af,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-06-29 16:48:34-07:00,Nicholas C. Zakas,nicholas@nczconsulting.com,2013-06-29 23:50:42+00:00,False,nczconsulting,nczconsulting,* main,True,eslint_eslint,eslint/eslint,https://github.com/eslint/eslint +6798da6c95140b567ccd9f27b5b70eac2cd11869,Zuxun Yang,yangzuxun@kylinos.cn,2017-01-17 16:33:10+08:00,Hao Lee,haolee.swjtu@gmail.com,2017-02-13 06:18:56+00:00,False,kylinos,gmail,* Debian,True,ukui_peony,ukui/peony,https://github.com/ukui/peony +9db4247eb883ae4df71d3a7fa907109206f93628,Gervase Markham,gerv@gerv.net,2015-05-19 16:16:09+01:00,Gervase Markham,gerv@gerv.net,2015-05-19 15:16:09+00:00,False,gerv,gerv,* main,True,publicsuffix_list,publicsuffix/list,https://github.com/publicsuffix/list +14aec8c4d42e000f2b71a6dab26f5d4257b5df71,adustman,adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8,1999-07-22 20:25:57+00:00,adustman,adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8,1999-07-22 20:25:57+00:00,False,9fc6cd9a-920d-0410-adcf-ac96716ed7e8,9fc6cd9a-920d-0410-adcf-ac96716ed7e8,* main,True,PyMySQL_mysqlclient,PyMySQL/mysqlclient,https://github.com/PyMySQL/mysqlclient +937937b9ddd5c1561836f0abdccaf53a72695c5f,Andreas Zehender,az@azweb.de,1999-04-29 19:29:30+00:00,Andreas Zehender,az@azweb.de,1999-04-29 19:29:30+00:00,False,azweb,azweb,* master,True,kspaceduel.git,kspaceduel.git,https://anongit.kde.org/kspaceduel.git +a0c1b8921237223511281ddaed9e4c1a8a8aeaa1,anoll,noll.albert@gmail.com,2011-08-25 16:03:14-07:00,anoll,noll.albert@gmail.com,2011-08-25 23:03:14+00:00,False,gmail,gmail,* master,True,rr-debugger_rr.git,rr-debugger/rr.git,https://github.com/rr-debugger/rr.git +7dd2efddb561c4ccf4cba1fe9ceaedecafca2f63,Alexander Pipelka,alexander.pipelka@gmail.com,2005-08-23 19:31:52+00:00,Alexander Pipelka,alexander.pipelka@gmail.com,2005-08-23 19:31:52+00:00,False,gmail,gmail,* master,True,pipelka_aeskulap.git,pipelka/aeskulap.git,https://github.com/pipelka/aeskulap.git +1b735bc003f445cc8e08e8ac2c0def423c125231,minakaji,minakaji,1999-08-29 06:41:42+00:00,minakaji,minakaji,1999-08-29 06:41:42+00:00,False,minakaji,minakaji,* master,True,skk-dev_ddskk,skk-dev/ddskk,https://github.com/skk-dev/ddskk +8f7acb2344ce11a21e2866df76d3e5dc20288339,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-28 00:16:32+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-28 00:16:32+00:00,False,gmail,gmail,* master,True,lxde_lxsession.git,lxde/lxsession.git,https://github.com/lxde/lxsession.git +0f9f31160179a20b702b8d18728f48041ee26e17,olt@bogosoft.com,olt@bogosoft.com,2010-03-10 16:22:40+01:00,olt@bogosoft.com,olt@bogosoft.com,2010-03-10 15:22:40+00:00,False,bogosoft,bogosoft,* master,True,mapproxy_mapproxy.git,mapproxy/mapproxy.git,https://github.com/mapproxy/mapproxy.git +1ac2e3ec827a6ea31e56213925f8ecacc026d1de,Yoshinari Nomura,nom@quickhack.net,2010-08-07 18:12:28+09:00,Yoshinari Nomura,nom@quickhack.net,2010-08-07 09:12:28+00:00,False,quickhack,quickhack,* master,True,yoshinari-nomura_mhc,yoshinari-nomura/mhc,https://github.com/yoshinari-nomura/mhc +cbb0c2ae2edd122e44204a18faa89314a46b63a2,David Larlet,larlet@gmail.com,2008-07-01 01:22:55+02:00,David Larlet,larlet@gmail.com,2008-06-30 23:22:55+00:00,False,gmail,gmail,* master,True,jschneier_django-storages.git,jschneier/django-storages.git,https://github.com/jschneier/django-storages.git +b301e534507f5a2266f4b37d991cec3ff242ede1,Kay Hayen,kayhayen@gmx.de,2010-08-26 22:17:48+02:00,Kay Hayen,kayhayen@gmx.de,2010-08-26 20:17:48+00:00,False,gmx,gmx,* develop,True,Nuitka_Nuitka,Nuitka/Nuitka,https://github.com/Nuitka/Nuitka +ba15aece306a9e9c222aaca447e4581e3e9fba4c,Peter Liljenberg,peter.liljenberg@gmail.com,2000-07-21 09:54:49+00:00,Peter Liljenberg,peter.liljenberg@gmail.com,2000-07-21 09:54:49+00:00,False,gmail,gmail,* master,True,python-xlib_python-xlib,python-xlib/python-xlib,https://github.com/python-xlib/python-xlib +8e4dc182906e4f1e82da9fed328dfe478ee3285f,Thomas Lange,lange@informatik.uni-koeln.de,2000-06-27 08:57:41+00:00,Thomas Lange,lange@informatik.uni-koeln.de,2000-06-27 08:57:41+00:00,False,informatik,informatik,* master,True,faiproject_fai,faiproject/fai,https://github.com/faiproject/fai +ce100017f197293521820ce0d17fc163cd73500f,Michael Schmitz,schmitzmic@gmail.com,2017-08-11 15:49:23+12:00,John Paul Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2017-09-22 13:36:55+00:00,False,gmail,physik,* master,True,glaubitz_mac-fdisk-debian,glaubitz/mac-fdisk-debian,https://github.com/glaubitz/mac-fdisk-debian +476635bf54062373e23c11b68096ba68a7b658da,Jeremie Delaitre,jeremie.delaitre@technogerma.fr,2009-07-07 10:29:49+02:00,Jeremie Delaitre,jeremie.delaitre@technogerma.fr,2009-07-07 08:29:49+00:00,False,technogerma,technogerma,* master,True,IRCAD_camp.git,IRCAD/camp.git,https://github.com/IRCAD/camp.git +cc91303878251c66add9c9c9413c350d22a32050,Michael Day,mikeday@corplink.com.au,2000-01-08 01:33:40+00:00,Michael Day,mikeday@corplink.com.au,2000-01-08 01:33:40+00:00,False,corplink,corplink,* master,True,worldforge_atlas-cpp,worldforge/atlas-cpp,https://github.com/worldforge/atlas-cpp +43dddf31acbd8556ea08eb1eb714b7848c5988ac,Søren Sandmann Pedersen,ssp@src.gnome.org,2004-04-27 11:08:55+00:00,Søren Sandmann Pedersen,ssp@src.gnome.org,2004-04-27 11:08:55+00:00,False,src,src,* master,True,GNOME_sysprof.git,GNOME/sysprof.git,https://gitlab.gnome.org/GNOME/sysprof.git +2ca2f94eb8c9c461382f166520736f028f0324b5,Vadim Kurland,vadim@netcitadel.com,2007-12-25 20:03:47+00:00,Vadim Kurland,vadim@netcitadel.com,2007-12-25 20:03:47+00:00,False,netcitadel,netcitadel,* master,True,fwbuilder_fwbuilder.git,fwbuilder/fwbuilder.git,https://github.com/fwbuilder/fwbuilder.git +bf52fb8df312e51922b9f56026fa47c69349fd4b,Matt Sergeant,matt@sergeant.org,2001-11-05 22:24:52+00:00,Matt Sergeant,matt@sergeant.org,2001-11-05 22:24:52+00:00,False,sergeant,sergeant,* master,True,grantm_xml-sax,grantm/xml-sax,https://github.com/grantm/xml-sax +36d89e3cdb8392b4ee52bc5bee505e6b8e8d5635,Stephan Kulow,coolo@kde.org,2003-10-06 19:27:59+00:00,Stephan Kulow,coolo@kde.org,2003-10-06 19:27:59+00:00,False,kde,kde,* master,True,icecc_icecream,icecc/icecream,https://github.com/icecc/icecream +a0da6cd1339940b23b0c30a9a2853a490b9f5160,Henry Van Styn,vanstyn@intellitree.com,2014-08-18 14:34:01-04:00,Henry Van Styn,vanstyn@intellitree.com,2014-08-18 18:34:01+00:00,False,intellitree,intellitree,* master,True,vanstyn_Email-MIME-CreateHTML.git,vanstyn/Email-MIME-CreateHTML.git,https://github.com/vanstyn/Email-MIME-CreateHTML.git +af6966ec7aedbba8356a9e94ff2bc0faaae575e8,Richard Goedeken,Richard@fascinationsoftware.com,2009-12-13 00:02:45-05:00,Richard Goedeken,Richard@fascinationsoftware.com,2009-12-13 05:02:45+00:00,False,fascinationsoftware,fascinationsoftware,* master,True,mupen64plus_mupen64plus-video-rice.git,mupen64plus/mupen64plus-video-rice.git,https://github.com/mupen64plus/mupen64plus-video-rice.git +9cac4b0d688d74d806f47f52c12d3899659baa28,Lutz Mueller,lutz.s.mueller@gmail.com,2002-01-25 14:43:45+01:00,Lutz Mueller,lutz.s.mueller@gmail.com,2002-01-25 13:43:45+00:00,False,gmail,gmail,* master,True,libexif_libexif-gtk.git,libexif/libexif-gtk.git,https://github.com/libexif/libexif-gtk.git +0ee483496eb9b6212137c5df70b4d4cda18f66d0,riteshsarraf,,2005-06-02 22:58:16+05:30,Ritesh Raj Sarraf,rrs@researchut.com,2005-06-02 17:28:16+00:00,False,,researchut,* master,True,rickysarraf_apt-offline,rickysarraf/apt-offline,https://github.com/rickysarraf/apt-offline +cceb4428344d7f3be5923447c6fca3b1ad772554,Ivan Ristic,iristic@qualys.com,2009-10-29 13:46:54+00:00,Ivan Ristic,iristic@qualys.com,2009-10-29 13:46:54+00:00,False,qualys,qualys,* 0.5.x,True,OISF_libhtp,OISF/libhtp,https://github.com/OISF/libhtp +4dcc0076ad4055503e4de7b751f5683bd0a831ca,Norbert Preining,preining@debian.org,2012-02-17 06:41:24+00:00,Norbert Preining,preining@debian.org,2012-02-17 06:41:24+00:00,False,debian,debian,* master,True,debian-tex_texlive-nonbin,debian-tex/texlive-nonbin,https://github.com/debian-tex/texlive-nonbin +42407a28cf9b07431ae6514a532586190c0722bc,Thomas Robitaille,thomas.robitaille@gmail.com,2018-01-29 15:31:22+00:00,Thomas Robitaille,thomas.robitaille@gmail.com,2018-01-31 16:21:23+00:00,False,gmail,gmail,* main,True,astropy_sphinx-astropy,astropy/sphinx-astropy,https://github.com/astropy/sphinx-astropy +b4ad9f2ccbedae1aadf8625a703291228f41f964,gritter,gritter,2004-09-05 13:13:28+00:00,gritter,gritter,2004-09-05 13:13:28+00:00,False,gritter,gritter,* master,True,cgit_s-nail.git,cgit/s-nail.git,https://git.sdaoden.eu/cgit/s-nail.git +3036eeca0abfee39d2a0feab4ae3ff1d28975999,Benoit Jacob,jacob.benoit.1@gmail.com,2007-05-30 06:24:51+00:00,Benoit Jacob,jacob.benoit.1@gmail.com,2007-05-30 06:24:51+00:00,False,gmail,gmail,* master,True,libeigen_eigen.git,libeigen/eigen.git,https://gitlab.com/libeigen/eigen.git +b55d446448268d8705bd3cb1ac58e28e74a75343,Erik Hetzner,egh@e6h.org,2013-08-14 21:39:26-07:00,Erik Hetzner,egh@e6h.org,2013-08-15 04:39:26+00:00,False,e6h,e6h,* master,True,egh_ledger-autosync,egh/ledger-autosync,https://gitlab.com/egh/ledger-autosync +ad6f7937db736aead2d3808bb6be449bb1a2d165,Duncan Mac-Vicar Prett,duncan@kde.org,2002-01-03 02:15:31+00:00,Duncan Mac-Vicar Prett,duncan@kde.org,2002-01-03 02:15:31+00:00,False,kde,kde,* master,True,kopete.git,kopete.git,https://anongit.kde.org/kopete.git +01d93dd4877339086413819c0d3e58bf1e5fafaa,Taketoshi Sano,sano@debian.org,2008-05-28 15:23:17+02:00,Taketoshi Sano,sano@debian.org,2008-05-28 13:23:17+00:00,False,debian,debian,* master,True,agmartin_linuxdoc-tools,agmartin/linuxdoc-tools,https://gitlab.com/agmartin/linuxdoc-tools +85dc57beee57c4d5abd24111fc2d07b973009966,Mischa Peters,mischa@high5.net,2007-03-24 07:27:00+00:00,Mischa Peters,mischa@high5.net,2007-03-24 07:27:00+00:00,False,high5,high5,* master,True,postfixadmin_postfixadmin,postfixadmin/postfixadmin,https://github.com/postfixadmin/postfixadmin +368605b8ad3bb2bcf5e259c63d8392f7adb14afd,Jim Easterbrook,jim@jim-easterbrook.me.uk,2009-01-27 18:10:47+00:00,Jim Easterbrook,jim@jim-easterbrook.me.uk,2009-01-27 18:10:47+00:00,False,jim-easterbrook,jim-easterbrook,* main,True,jim-easterbrook_pywws,jim-easterbrook/pywws,https://github.com/jim-easterbrook/pywws +e78c31137560429f69ec312a90b0ea30cbc80965,Ray Plante,rplante@ncsa.illinois.edu,2013-01-09 02:24:03+00:00,Ray Plante,rplante@ncsa.illinois.edu,2013-01-09 02:24:03+00:00,False,ncsa,ncsa,* main,True,pyvirtobs_pyvo.git,pyvirtobs/pyvo.git,https://github.com/pyvirtobs/pyvo.git +922e98adc9de53178e834acdc6ba49d6d9484003,Marc Mulcahy,marcm@src.gnome.org,2004-05-21 23:02:56+00:00,Marc Mulcahy,marcm@src.gnome.org,2004-05-21 23:02:56+00:00,False,src,src,* main,True,GNOME_orca,GNOME/orca,https://gitlab.gnome.org/GNOME/orca +b881374aa25964b88c30c6afb8ee92484a6aa5fa,Peter Wang,tjaden@users.sourceforge.net,2010-06-14 09:38:52+00:00,Peter Wang,tjaden@users.sourceforge.net,2010-06-14 09:38:52+00:00,False,users,users,* master,True,liballeg_allegro5.git,liballeg/allegro5.git,https://github.com/liballeg/allegro5.git +8d4f70b15a8c77f418dc36bcb555c36b3e59d6cd,Dom Lachowicz,domlachowicz@gmail.com,2003-07-13 16:10:46+00:00,Dom Lachowicz,domlachowicz@gmail.com,2003-07-13 16:10:46+00:00,False,gmail,gmail,* master,True,AbiWord_enchant.git,AbiWord/enchant.git,https://github.com/AbiWord/enchant.git +01e583d55a512a3b2449d39962b626c0b6dbc452,Vince Carey,stvjc@channing.harvard.edu,2005-11-04 19:44:03+00:00,Vince Carey,stvjc@channing.harvard.edu,2005-11-04 19:44:03+00:00,False,channing,channing,* devel,True,Bioconductor_Biostrings.git,Bioconductor/Biostrings.git,https://github.com/Bioconductor/Biostrings.git +607c253cd2712bacce21ca9b98a848f331ea03a9,Alan Mishchenko,alanmi@berkeley.edu,2007-02-16 08:01:00-08:00,Alan Mishchenko,alanmi@berkeley.edu,2007-02-16 16:01:00+00:00,False,berkeley,berkeley,* master,True,berkeley-abc_abc.git,berkeley-abc/abc.git,https://github.com/berkeley-abc/abc.git +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,certbot_certbot.git,certbot/certbot.git,https://github.com/certbot/certbot.git +6be561cd14b010cebc11a5386dae2fff353bb642,Hayati Ayguen,h_ayguen@web.de,1999-04-11 22:28:32+00:00,Hayati Ayguen,h_ayguen@web.de,1999-04-11 22:28:32+00:00,False,web,web,* master,True,johnsonjh_duma.git,johnsonjh/duma.git,https://github.com/johnsonjh/duma.git +ad0caf51f0350bbce6ca00e83021686ebe263da3,Gaël de Chalendar,kleag@free.fr,2007-03-21 22:53:06+00:00,Gaël de Chalendar,kleag@free.fr,2007-03-21 22:53:06+00:00,False,free,free,* master,True,ksirk.git,ksirk.git,https://anongit.kde.org/ksirk.git +fa23af0285437273c1ba7fbae5e4e178968c304f,Peter Körner,peter@mazdermind.de,2010-07-27 07:51:45+00:00,Peter Körner,peter@mazdermind.de,2010-07-27 07:51:45+00:00,False,mazdermind,mazdermind,* main,True,openstreetmap_osmosis.git,openstreetmap/osmosis.git,https://github.com/openstreetmap/osmosis.git +04df271461855093b871e3c124ca7b0aa1d92d5a,Joachim Metz,joachim.metz@gmail.com,2013-09-29 10:20:58+02:00,Joachim Metz,joachim.metz@gmail.com,2013-09-29 08:20:58+00:00,False,gmail,gmail,* main,True,libyal_libfwnt,libyal/libfwnt,https://github.com/libyal/libfwnt +92afe31e370d117e74c0ea2da9da559db7fa4603,Arjen Hiemstra,ahiemstra@heimr.nl,2015-04-30 13:37:18+02:00,Arjen Hiemstra,ahiemstra@heimr.nl,2015-04-30 11:37:18+00:00,False,heimr,heimr,* main,True,Ultimaker_Cura,Ultimaker/Cura,https://github.com/Ultimaker/Cura +25dbf4fb01b7f052b3ef563bcf6baf085e4f8de5,Chris Williams,chris@bingosnet.co.uk,2010-01-18 16:13:03+00:00,Chris Williams,chris@bingosnet.co.uk,2010-01-18 16:13:03+00:00,False,bingosnet,bingosnet,* master,True,wchristian_crypt-dh.git,wchristian/crypt-dh.git,https://github.com/wchristian/crypt-dh.git +4bd59279c37f66beea5f56bc106ba864d8f13d49,Mathieu Schroeter,mathieu@schroetersa.ch,2017-02-04 16:17:00+01:00,Mathieu Schroeter,mathieu@schroetersa.ch,2017-02-04 15:17:00+00:00,False,schroetersa,schroetersa,* master,True,blupi-games_planetblupi,blupi-games/planetblupi,https://github.com/blupi-games/planetblupi +6d809dc9ce518ecb6faf67727bce342342702d11,noah,noah@656d521f-e311-0410-88e0-e7920216d269,2002-08-13 12:11:39+00:00,noah,noah@656d521f-e311-0410-88e0-e7920216d269,2002-08-13 12:11:39+00:00,False,656d521f-e311-0410-88e0-e7920216d269,656d521f-e311-0410-88e0-e7920216d269,* master,True,pexpect_pexpect,pexpect/pexpect,https://github.com/pexpect/pexpect +ee920d82891996dc85caa0980c36ff7ec79a3252,Michalis Kamburelis,michalis.kambi@gmail.com,2005-12-29 02:48:14+00:00,Michalis Kamburelis,michalis.kambi@gmail.com,2005-12-29 02:48:14+00:00,False,gmail,gmail,* master,True,castle-engine_castle-engine.git,castle-engine/castle-engine.git,https://github.com/castle-engine/castle-engine.git +9e8eac918d075725470f96e9e63a21bc907de6e0,Serge Rey,sjsrey@gmail.com,2009-09-05 21:30:36+00:00,Serge Rey,sjsrey@gmail.com,2009-09-05 21:30:36+00:00,False,gmail,gmail,* main,True,pysal_pysal.git,pysal/pysal.git,https://github.com/pysal/pysal.git +c7dc7254c1ecfeb2227275f56bddac4f4e822760,menno,menno,2002-01-14 19:15:57+00:00,menno,menno,2002-01-14 19:15:57+00:00,False,menno,menno,* master,True,knik0_faad2.git,knik0/faad2.git,https://github.com/knik0/faad2.git +16aa0224092a38e88f82d84682a807803e12cba3,Fernando Gont,fgont@si6networks.com,2012-07-12 15:12:31+01:00,Fernando Gont,fgont@si6networks.com,2012-07-12 14:12:31+00:00,False,si6networks,si6networks,* master,True,alvarezp_ipv6toolkit,alvarezp/ipv6toolkit,https://github.com/alvarezp/ipv6toolkit +6fbb0ed26ac2d5c39eb12786d4234a29eac61b94,Carles Pina i Estany,carles@pina.cat,2020-11-10 17:02:47+00:00,Carles Pina i Estany,carles@pina.cat,2020-11-10 17:02:47+00:00,False,pina,pina,* main,True,cpina_dacco.git,cpina/dacco.git,https://github.com/cpina/dacco.git +d50a3fb33535ea19722a72c180e3f78bb0fadd1a,pingufreak,pingufreak@ff461055-cf1a-0410-99e4-fa365203d4c3,2005-10-13 14:00:19+00:00,pingufreak,pingufreak@ff461055-cf1a-0410-99e4-fa365203d4c3,2005-10-13 14:00:19+00:00,False,ff461055-cf1a-0410-99e4-fa365203d4c3,ff461055-cf1a-0410-99e4-fa365203d4c3,* master,True,NagVis_nagvis,NagVis/nagvis,https://github.com/NagVis/nagvis +259c83fe17fcf83d6df2c22ceb663b958de2b8cf,Sebastian Humenda,shumenda@gmx.de,2017-07-06 22:24:31+02:00,Sebastian Humenda,shumenda@gmx.de,2017-07-06 20:24:31+00:00,False,gmx,gmx,* master,True,freedict_tools.git,freedict/tools.git,https://github.com/freedict/tools.git +40488ccd933a06da0faac9aa057e3dab6ca2dbec,Marcus Brinkmann,mb@g10code.com,2003-05-15 18:52:35+00:00,Marcus Brinkmann,mb@g10code.com,2003-05-15 18:52:35+00:00,False,g10code,g10code,* master,True,source_libgpg-error.git,source/libgpg-error.git,https://dev.gnupg.org/source/libgpg-error.git +30cddb270c0223db09f81a0cb7fc9f195ecfd0b3,Michael Yanovich,yanovich.1@osu.edu,2009-12-11 19:17:17-05:00,Michael Yanovich,yanovich.1@osu.edu,2009-12-12 00:17:17+00:00,False,osu,osu,* master,True,sopel-irc_sopel.git,sopel-irc/sopel.git,https://github.com/sopel-irc/sopel.git +d5eefcbc45f9d8bff3cd878d10176fb2de3ffb34,Julien Schueller,schueller@phimeca.com,2015-08-14 16:17:11+02:00,Julien Schueller,schueller@phimeca.com,2015-08-14 14:17:11+00:00,False,phimeca,phimeca,* master,True,openturns_openturns,openturns/openturns,https://github.com/openturns/openturns +55fcb2ccf228504ee2b5c3137981ae561a858b39,gnehzuil,gnehzuil@gmail.com,2012-07-28 16:45:03+08:00,gnehzuil,gnehzuil@gmail.com,2012-07-28 08:45:03+00:00,False,gmail,gmail,* master,True,haiwen_seafile.git,haiwen/seafile.git,https://github.com/haiwen/seafile.git +401d9ed4ec74ed5729cfa3ae8bc022bb58150539,antirez,antirez,2005-02-26 20:14:12+00:00,antirez,antirez,2005-02-26 20:14:12+00:00,False,antirez,antirez,* master,True,msteveb_jimtcl.git,msteveb/jimtcl.git,https://github.com/msteveb/jimtcl.git +f555c163f90c9de17ebcef8313f86404c5174ca9,mcr,mcr,1999-10-07 23:47:09+00:00,mcr,mcr,1999-10-07 23:47:09+00:00,False,mcr,mcr,* master,True,the-tcpdump-group_tcpdump,the-tcpdump-group/tcpdump,https://github.com/the-tcpdump-group/tcpdump +e0b41bae4d55fa98ec2d1d20fc8b0dffdc0db601,Bill March,march@ices.utexas.edu,2011-11-01 18:48:39+00:00,Bill March,march@ices.utexas.edu,2011-11-01 18:48:39+00:00,False,ices,ices,* master,True,mlpack_mlpack,mlpack/mlpack,https://github.com/mlpack/ensmallen +5e97c3fcce787a5bc0f8ceef43aa3e05195b480a,dlezcano,dlezcano,2008-08-06 14:32:29+00:00,dlezcano,dlezcano,2008-08-06 14:32:29+00:00,False,dlezcano,dlezcano,* main,True,lxc_lxc.git,lxc/lxc.git,https://github.com/lxc/lxc.git +e93f04e1f4a660b605d1626154182681c0ea5c3e,Gabor Csardi,csardi@rmki.kfki.hu,2005-09-06 21:26:56+00:00,Gabor Csardi,csardi@rmki.kfki.hu,2005-09-06 21:26:56+00:00,False,rmki,rmki,* master,True,igraph_igraph,igraph/igraph,https://github.com/igraph/igraph +51b4875f8ade3e0930eed2dc2a842ec607a94a2c,csilvers,csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50,2007-03-22 03:00:33+00:00,csilvers,csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50,2007-03-22 03:00:33+00:00,False,6b5cf1ce-ec42-a296-1ba9-69fdba395a50,6b5cf1ce-ec42-a296-1ba9-69fdba395a50,* master,True,gperftools_gperftools,gperftools/gperftools,https://github.com/gperftools/gperftools +8764133520d8c4f620cb4c79f047506b6073cfd3,Norbert Preining,preining@debian.org,2018-02-26 09:07:20+09:00,Norbert Preining,preining@debian.org,2018-02-26 00:07:20+00:00,False,debian,debian,* master,True,debian-tex_latexml,debian-tex/latexml,https://github.com/debian-tex/latexml +1ec49c728ede53d813cc13da086d8436edcfc9d7,"Maslennikov, Andrey",andrey.maslennikov@intel.com,2017-04-04 17:54:50+03:00,"Maslennikov, Andrey",andrey.maslennikov@intel.com,2017-04-04 14:54:50+00:00,False,intel,intel,* master,True,Intel-Media-SDK_MediaSDK,Intel-Media-SDK/MediaSDK,https://github.com/Intel-Media-SDK/MediaSDK +8f30907d0f2ef354c2b31bdee340c2b11dda0fb0,Zoltan Szabadka,szabadka@google.com,2013-10-11 10:26:07+02:00,Zoltan Szabadka,szabadka@google.com,2013-10-11 08:26:07+00:00,False,google,google,* master,True,google_brotli,google/brotli,https://github.com/google/brotli +6def3b5ae32998eb21415010f52d57fcbef9edb0,Peter Cawley,corsix@gmail.com,2009-07-24 20:29:53+00:00,Peter Cawley,corsix@gmail.com,2009-07-24 20:29:53+00:00,False,gmail,gmail,* master,True,CorsixTH_CorsixTH.git,CorsixTH/CorsixTH.git,https://github.com/CorsixTH/CorsixTH.git +05493f8d33b62c573f6ec6d06ac411e18d4e6c8c,hubicka,hubicka@448e8058-b851-0410-8f1a-96ed746e2993,2001-02-06 13:00:45+00:00,hubicka,hubicka@448e8058-b851-0410-8f1a-96ed746e2993,2001-02-06 13:00:45+00:00,False,448e8058-b851-0410-8f1a-96ed746e2993,448e8058-b851-0410-8f1a-96ed746e2993,* master,True,xaos-project_XaoS.git,xaos-project/XaoS.git,https://github.com/xaos-project/XaoS.git +fa8d8158f58c6b0b4cd2e91c5023c6ee05aad39c,Peter Pentchev,roam@ringlet.net,2009-03-06 13:32:44+00:00,Peter Pentchev,roam@ringlet.net,2009-03-06 13:32:44+00:00,False,ringlet,ringlet,* master,True,corecode_dma.git,corecode/dma.git,https://github.com/corecode/dma.git +c5101834a6fae4f0b4b1bf0a0b9e01308d5d7646,Gervaise Alina,gervyh@hotmail.com,2008-03-05 22:01:46+00:00,Gervaise Alina,gervyh@hotmail.com,2008-03-05 22:01:46+00:00,False,hotmail,hotmail,* main,True,SasView_sasview.git,SasView/sasview.git,https://github.com/SasView/sasview.git +eea38af1135ec19cf778ff761837a486025ddd95,Aaron J. Seigo,aseigo@kde.org,2010-02-17 03:34:23+00:00,Aaron J. Seigo,aseigo@kde.org,2010-02-17 03:34:23+00:00,False,kde,kde,* master,True,plasma_kinfocenter.git,plasma/kinfocenter.git,https://invent.kde.org/plasma/kinfocenter.git +5c6e5cbc5512a1cbfad1ca905f21b07065e0defd,Chris Phelps,chicane@src.gnome.org,2001-12-06 02:51:13+00:00,Chris Phelps,chicane@src.gnome.org,2001-12-06 02:51:13+00:00,False,src,src,* master,True,GNOME_gtksourceview,GNOME/gtksourceview,https://gitlab.gnome.org/GNOME/gtksourceview +3056932c514203f9c6e01c9b61a5123ff5a28e5c,Simon Peter,dn.tlp@gmx.net,2001-10-09 05:47:06-07:00,Simon Peter,dn.tlp@gmx.net,2001-10-09 12:47:06+00:00,False,gmx,gmx,* master,True,adplug_adplay-unix,adplug/adplay-unix,https://github.com/adplug/adplay-unix +3087bf46be461501b1e80166c58e326d7a13eb3a,Ron,ron@debian.org,2007-09-21 05:29:10+09:30,Ron,ron@debian.org,2007-09-20 19:59:10+00:00,False,debian,debian,* master,True,punitagrawal_global,punitagrawal/global,https://github.com/punitagrawal/global +d55329340828a736777056f49afd21cb67e2b6b8,lloydh,lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390,2007-07-17 08:29:44+00:00,lloydh,lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390,2007-07-17 08:29:44+00:00,False,e775cfb5-b74b-0410-aad5-5bebe4a96390,e775cfb5-b74b-0410-aad5-5bebe4a96390,* master,True,jstamp_yajl,jstamp/yajl,https://github.com/jstamp/yajl +efaeb275f78e18d594d9ee8ff04eccd2dc59512c,truelight,truelight@openttd.org,2004-08-09 17:04:08+00:00,truelight,truelight@openttd.org,2004-08-09 17:04:08+00:00,False,openttd,openttd,* master,True,OpenTTD_OpenTTD.git,OpenTTD/OpenTTD.git,https://github.com/OpenTTD/OpenTTD.git +eff65a0d04fe8284da94582d28fe8ac286f4e559,Petr Hlozek,petr@ok2cqr.com,2013-03-15 21:13:08+01:00,Petr Hlozek,petr@ok2cqr.com,2013-03-15 20:13:08+00:00,False,ok2cqr,ok2cqr,* master,True,ok2cqr_cqrlog.git,ok2cqr/cqrlog.git,https://github.com/ok2cqr/cqrlog.git +0463653b369a669bbeb26257e82893f3ab348724,kzk,kzk@ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,2005-11-03 13:45:13+00:00,kzk,kzk@ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,2005-11-03 13:45:13+00:00,False,ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,ff9ab193-ed19-0410-b3e9-fd3dc8ba15a0,* master,True,uim_sigscheme.git,uim/sigscheme.git,https://github.com/uim/sigscheme.git +45c6603cc86c5881b00ac40e0f9fe548c30ff6be,nekral-guest,nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7,2007-10-07 11:44:02+00:00,nekral-guest,nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7,2007-10-07 11:44:02+00:00,False,5a98b0ae-9ef6-0310-add3-de5d479b70d7,5a98b0ae-9ef6-0310-add3-de5d479b70d7,* master,True,shadow-maint_shadow,shadow-maint/shadow,https://github.com/shadow-maint/shadow +b37684374eabe9c5f039cb9ca1497b28a8890c55,Stephen Kennedy,stevek@src.gnome.org,2004-02-19 18:18:38+00:00,Stephen Kennedy,stevek@src.gnome.org,2004-02-19 18:18:38+00:00,False,src,src,* main,True,GNOME_meld.git,GNOME/meld.git,https://gitlab.gnome.org/GNOME/meld.git +f255ae1922e1c1d07ef03a920f7ce5d4476ea6aa,jp9000,obs.jim@gmail.com,2013-09-30 19:37:13-07:00,jp9000,obs.jim@gmail.com,2013-10-01 02:37:13+00:00,False,gmail,gmail,* master,True,jp9000_obs-studio.git,jp9000/obs-studio.git,https://github.com/jp9000/obs-studio.git +e256f9e622ffbf89e3b3694dc6bc813b7461c509,aric,none@none,2005-07-12 23:35:35+00:00,aric,none@none,2005-07-12 23:35:35+00:00,False,none,none,* main,True,networkx_networkx.git,networkx/networkx.git,https://github.com/networkx/networkx.git +d76e8c7d3005f2ed129d01ffe71ddd9ada84e72d,John Lee,jjl@pobox.com,2004-03-31 21:25:39+00:00,John Lee,jjl@pobox.com,2004-03-31 21:25:39+00:00,False,pobox,pobox,* master,True,python-mechanize_mechanize.git,python-mechanize/mechanize.git,https://github.com/python-mechanize/mechanize.git +85529cfcb8e870333d7292cb493f54d7f3fd92cf,root,none@none,2006-04-26 10:48:09+00:00,root,none@none,2006-04-26 10:48:09+00:00,False,none,none,* main,True,PyCQA_astroid,PyCQA/astroid,https://github.com/PyCQA/astroid +80be8fd3f1918f5f15b0ad46dad343d0b561953b,Eitan Isaacson,eitan@ascender.com,2008-01-16 01:14:49+00:00,Eitan Isaacson,eitan@ascender.com,2008-01-16 01:14:49+00:00,False,ascender,ascender,* master,True,liblouis_liblouis.git,liblouis/liblouis.git,https://github.com/liblouis/liblouis.git +801d3852a339a5b0ab5583ba91b203fa0bc3a14b,gedit,gedit,1998-04-15 21:18:13+00:00,gedit,gedit,1998-04-15 21:18:13+00:00,False,gedit,gedit,* master,True,GNOME_gedit.git,GNOME/gedit.git,https://gitlab.gnome.org/GNOME/gedit.git +5f0e39d5b3ca18d03623ebd3cfd10f1e642f0dc5,Daniel Robbins,drobbins@funtoo.org,2001-09-07 12:05:49-04:00,Daniel Robbins,drobbins@funtoo.org,2001-09-07 16:05:49+00:00,False,funtoo,funtoo,* master,True,funtoo_keychain,funtoo/keychain,https://github.com/funtoo/keychain +b91920ba477a7a9603200284391ceb17459ca657,Alexandre Gramfort,alexandre.gramfort@inria.fr,2010-12-28 15:50:10-05:00,Alexandre Gramfort,alexandre.gramfort@inria.fr,2010-12-28 20:50:10+00:00,False,inria,inria,* main,True,mne-tools_mne-python.git,mne-tools/mne-python.git,https://github.com/mne-tools/mne-python.git +c6f3f4b00acbcd8569214ca17ec716c56d15b199,Alexander Belchenko,bialix@ukr.net,2011-08-05 12:33:16+03:00,Alexander Belchenko,bialix@ukr.net,2011-08-05 09:33:16+00:00,False,ukr,ukr,* master,True,bialix_intelhex.git,bialix/intelhex.git,https://github.com/bialix/intelhex.git +1d1e841381704abe72bf41538d1d3d07307a7f11,Szalai Ferenc,szferi@niif.hu,2007-03-08 10:49:19+00:00,Szalai Ferenc,szferi@niif.hu,2007-03-08 10:49:19+00:00,False,niif,niif,* master,True,nordugrid_arc,nordugrid/arc,https://source.coderefinery.org/nordugrid/arc +2b434e098ac6aa23839509a6f909349546a4aa47,Geoffrey Biggs,geoffrey.biggs@aist.go.jp,2011-03-03 00:31:59+00:00,Geoffrey Biggs,geoffrey.biggs@aist.go.jp,2011-03-03 00:31:59+00:00,False,aist,aist,* master,True,PointCloudLibrary_pcl,PointCloudLibrary/pcl,https://github.com/PointCloudLibrary/pcl +0313670f5e34bb3b5e12ea4e8e6f5f1cc9bf5392,Mikael Vejdemo Johansson,mik@stanford.edu,2011-06-11 15:51:25-07:00,Mikael Vejdemo Johansson,mik@stanford.edu,2011-06-11 22:51:25+00:00,False,stanford,stanford,* master,True,michiexile_hodie,michiexile/hodie,https://github.com/michiexile/hodie +dd990bc60c04569287c13ac84f92e21d5e930521,Chuck Hagenbuch,chuck@horde.org,2011-09-13 23:59:12-04:00,Chuck Hagenbuch,chuck@horde.org,2011-09-14 03:59:49+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_sesha.git,horde/sesha.git,https://github.com/horde/sesha.git +20ad9c3c5012ac6075dd076cb227264d8f881184,Frank Tobin,ftobin@neverending.org,2002-04-14 21:36:27+00:00,Frank Tobin,ftobin@neverending.org,2002-04-14 21:36:27+00:00,False,neverending,neverending,* master,True,SpamExperts_pyzor,SpamExperts/pyzor,https://github.com/SpamExperts/pyzor +af2526a4466193655bf0d2f9afda777f7dbb17f9,Eric Lippmann,eric.lippmann@netways.de,2013-05-29 17:34:18+02:00,Eric Lippmann,eric.lippmann@netways.de,2013-05-29 15:34:18+00:00,False,netways,netways,* main,True,Icinga_icingaweb2.git,Icinga/icingaweb2.git,https://github.com/Icinga/icingaweb2.git +4ddea4470fcf204f1ec576737c30c29823168354,Sam Lantinga,slouken@lokigames.com,2000-08-10 06:05:39+00:00,Sam Lantinga,slouken@lokigames.com,2000-08-10 06:05:39+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_image.git,libsdl-org/SDL/image.git,https://github.com/libsdl-org/SDL_image.git +70a6eeed0a1647d57711b8d7bfb17c14a9681072,Jan-Pascal van Best,janpascal@vanbest.org,2002-12-02 09:35:59+00:00,Jan-Pascal van Best,janpascal@vanbest.org,2002-12-02 09:35:59+00:00,False,vanbest,vanbest,* master,True,pim_kdepim-runtime,pim/kdepim-runtime,https://invent.kde.org/pim/kdepim-runtime +85107775a2844b74ee3cf6a5f799d34e273faa4c,HenriWahl,h.wahl@ifw-dresden.de,2012-12-11 02:23:02-08:00,HenriWahl,h.wahl@ifw-dresden.de,2012-12-11 10:23:02+00:00,False,ifw-dresden,ifw-dresden,* master,True,HenriWahl_Nagstamon,HenriWahl/Nagstamon,https://github.com/HenriWahl/Nagstamon +3400ba4cdf888aa112d294f4567ed4a71badd593,Andres Mejia,mcitadel@gmail.com,2009-05-13 20:39:53-04:00,Andres Mejia,mcitadel@gmail.com,2009-05-14 00:39:53+00:00,False,gmail,gmail,* master,True,p_opencore-amr_code,p/opencore-amr/code,https://git.code.sf.net/p/opencore-amr/code +20c9770cc68d165a0cb7b8a332103b9659b29e4c,Mike Whitson,mwhitson@xiph.org,1999-07-13 06:50:33+00:00,Mike Whitson,mwhitson@xiph.org,1999-07-13 06:50:33+00:00,False,xiph,xiph,* master,True,xiph_vorbis.git,xiph/vorbis.git,https://gitlab.xiph.org/xiph/vorbis.git +364650988e07489d53ea737e4baab3d56b7d1ce2,zeromus,zeromus@users.sf.net,2006-07-28 05:04:49+00:00,zeromus,zeromus@users.sf.net,2006-07-28 05:04:49+00:00,False,users,users,* master,True,TASEmulators_fceux.git,TASEmulators/fceux.git,https://github.com/TASEmulators/fceux.git +8b4e742fcbd5733843f40a94679b5c582675bfbb,Tom Rothamel,tom@rothamel.us,2014-11-03 20:22:02-05:00,Tom Rothamel,tom@rothamel.us,2014-11-04 01:22:02+00:00,False,rothamel,rothamel,* master,True,renpy_pygame_sdl2,renpy/pygame/sdl2,https://github.com/renpy/pygame_sdl2 +748efbdaa6746daec4bb7aca77aaad6e64dad33d,Lara A. Ross,lara@amperser.com,2015-01-13 17:15:20-08:00,Lara A. Ross,lara@amperser.com,2015-09-27 21:25:36+00:00,False,amperser,amperser,* main,True,amperser_proselint,amperser/proselint,https://github.com/amperser/proselint +2101bf45a9717238c48372c97688e28cad8acd02,Tres Seaver,tseaver@palladion.com,2006-04-04 20:21:25+00:00,Tres Seaver,tseaver@palladion.com,2006-04-04 20:21:25+00:00,False,palladion,palladion,* master,True,zopefoundation_zope.schema,zopefoundation/zope.schema,https://github.com/zopefoundation/zope.schema +b8bb77b2dac258132aa6f3ca62a8cee90ec32e6f,Frank Terbeck,ft@bewatermyfriend.org,2008-02-03 16:06:16+01:00,Frank Terbeck,ft@bewatermyfriend.org,2008-02-03 15:06:16+00:00,False,bewatermyfriend,bewatermyfriend,* master,True,ft_arename.git,ft/arename.git,https://github.com/ft/arename.git +fa1da84f390b2f0ac23b486ec5937372a93866eb,Spencer Salazar,spencer@ccrma.stanford.edu,2010-10-13 09:34:15+00:00,Spencer Salazar,spencer@ccrma.stanford.edu,2010-10-13 09:34:15+00:00,False,ccrma,ccrma,* main,True,ccrma_chuck,ccrma/chuck,https://github.com/ccrma/chuck +77ffecc6f7c5bb6fe053893519110984d11ad4e8,alor,alor,2003-09-06 19:14:24+00:00,alor,alor,2003-09-06 19:14:24+00:00,False,alor,alor,* master,True,Ettercap_ettercap.git,Ettercap/ettercap.git,https://github.com/Ettercap/ettercap.git +c569679c69fecd832de6be119b2a277623d4ef27,OCamlPro-Iguernlala,mohamed.iguernlala@ocamlpro.com,2017-11-08 13:23:12+01:00,OCamlPro-Iguernlala,mohamed.iguernlala@ocamlpro.com,2017-11-08 12:23:12+00:00,False,ocamlpro,ocamlpro,* next,True,OCamlPro_alt-ergo.git,OCamlPro/alt-ergo.git,https://github.com/OCamlPro/alt-ergo.git +7cd2f95dd031f4f631d600001d5674b74d8c74fa,Jean Le Feuvre,jeanlf@users.sourceforge.net,2005-07-13 14:37:22+00:00,Jean Le Feuvre,jeanlf@users.sourceforge.net,2005-07-13 14:37:22+00:00,False,users,users,* master,True,gpac_gpac,gpac/gpac,https://github.com/gpac/gpac +69d7952386a53a90e1e971497ec71d5d98c30512,John McNamara,jmcnamara@cpan.org,2009-01-01 19:53:57+00:00,John McNamara,jmcnamara@cpan.org,2009-01-01 19:53:57+00:00,False,cpan,cpan,* master,True,runrig_spreadsheet-parseexcel.git,runrig/spreadsheet-parseexcel.git,https://github.com/runrig/spreadsheet-parseexcel.git +897bc2556fed43b76f6d1b14470c3e806df15af8,Jean-Paul Calderone,exarkun@boson,2008-02-18 20:50:23-05:00,Jean-Paul Calderone,exarkun@boson,2008-02-19 01:50:23+00:00,False,boson,boson,* main,True,pyca_pyopenssl,pyca/pyopenssl,https://github.com/pyca/pyopenssl +565afa55290f0704e26706b38c97e706ce083b74,Jeff Weston,Jeffery.Weston@nrl.navy.mil,2019-09-11 11:21:03-04:00,Jeff Weston,Jeffery.Weston@nrl.navy.mil,2019-09-11 15:21:03+00:00,False,nrl,nrl,* master,True,USNavalResearchLaboratory_norm,USNavalResearchLaboratory/norm,https://github.com/USNavalResearchLaboratory/norm +c22c633ce34bd2887e2d6eefc468843e92b51466,John McNamara,jmcnamara@cpan.org,2000-08-25 00:11:00+00:00,John McNamara,jmcnamara@cpan.org,2000-08-25 00:11:00+00:00,False,cpan,cpan,* master,True,jmcnamara_spreadsheet-writeexcel,jmcnamara/spreadsheet-writeexcel,https://github.com/jmcnamara/spreadsheet-writeexcel +7a281be324e31dd40b918bcdcb3532f4593ed9b1,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2004-04-09 02:55:45+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2004-04-09 02:55:45+00:00,False,users,users,* master,True,porres_pd-cyclone,porres/pd-cyclone,https://github.com/porres/pd-cyclone +bd64f5d289bffe695fd333aaaa40ec0bf6d9858f,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,kmahjongg.git,kmahjongg.git,https://anongit.kde.org/kmahjongg.git +d6c746baa04e311d14120dae26c615fcc74d63d6,Daniel Meyer,danielmeyer@danielrmeyer.emsi,2016-10-18 11:31:47-07:00,Daniel Meyer,danielmeyer@danielrmeyer.emsi,2016-10-18 18:31:47+00:00,False,danielrmeyer,danielrmeyer,* master,True,danielrmeyer_g2,danielrmeyer/g2,https://github.com/danielrmeyer/g2 +7f99999754c3f02f03f9fd83514bff0c48ae0e0d,vgropp,vgropp@9d038f78-4a1f-0410-99f9-a7e0acc80b06,2004-12-25 19:18:15+00:00,vgropp,vgropp@9d038f78-4a1f-0410-99f9-a7e0acc80b06,2004-12-25 19:18:15+00:00,False,9d038f78-4a1f-0410-99f9-a7e0acc80b06,9d038f78-4a1f-0410-99f9-a7e0acc80b06,* main,True,vgropp_bwm-ng,vgropp/bwm-ng,https://github.com/vgropp/bwm-ng +b6256d641cbd7d53517ecaedd26977e0c3baaa2a,Tomas Cerha,cerha@brailcom.org,2001-03-01 08:40:41+00:00,Tomas Cerha,cerha@brailcom.org,2001-03-01 08:40:41+00:00,False,brailcom,brailcom,* master,True,brailcom_speechd,brailcom/speechd,https://github.com/brailcom/speechd +8978f2de6c3aed3847678e20377f26f4c724cd38,WB2OSZ,wb2osz@comcast.net,2015-07-26 20:35:07-04:00,WB2OSZ,wb2osz@comcast.net,2015-07-27 00:35:07+00:00,False,comcast,comcast,* master,True,wb2osz_direwolf,wb2osz/direwolf,https://github.com/wb2osz/direwolf +a4e0f865c591980e7aa2a160a92a2c9098a678ec,ahvezda,ahvezda@localhost,2000-11-08 00:19:31+00:00,ahvezda,ahvezda@localhost,2000-11-08 00:19:31+00:00,False,localhost,localhost,* main,True,pygame_pygame.git,pygame/pygame.git,https://github.com/pygame/pygame.git +1d48a247b776ef53e995ef22aa748cd2f3863e93,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2007-09-09 15:44:52+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2007-09-09 15:44:52+00:00,False,gmail,gmail,* master,True,lxde_gpicview,lxde/gpicview,https://github.com/lxde/gpicview +27aca39126c0f021e543516119c9d3b2500575ac,Simon Howard,fraggle@gmail.com,2006-05-09 16:06:11+00:00,Simon Howard,fraggle@gmail.com,2006-05-09 16:06:11+00:00,False,gmail,gmail,* master,True,freedoom_freedoom,freedoom/freedoom,https://github.com/freedoom/freedoom +aaa6396685eb786e100fc66bd4526752fb19f5e0,Scott Horowitz,stonecrest@gmail.com,2006-09-12 17:34:32+00:00,Scott Horowitz,stonecrest@gmail.com,2006-09-12 17:34:32+00:00,False,gmail,gmail,* master,True,multani_sonata,multani/sonata,https://github.com/multani/sonata +edad2816e08b1c253eb46f611bbbc9646c1c1dbe,Stephan Kulow,coolo@kde.org,1999-06-11 14:12:13+00:00,Stephan Kulow,coolo@kde.org,1999-06-11 14:12:13+00:00,False,kde,kde,* master,True,kjumpingcube.git,kjumpingcube.git,https://anongit.kde.org/kjumpingcube.git +b96840a94b520139f218ce6d62b041db758383ec,Rocco Caputo,rcaputo@cpan.org,1998-08-15 20:21:09-04:00,Rocco Caputo,rcaputo@cpan.org,1998-08-16 00:21:09+00:00,False,cpan,cpan,* master,True,rcaputo_poe-loop-tk,rcaputo/poe-loop-tk,https://github.com/rcaputo/poe-loop-tk +c189ae10bef6daf80a08519a6891a7601507238c,Michael Webster,miketwebster@gmail.com,2013-08-22 07:58:07-04:00,Michael Webster,miketwebster@gmail.com,2013-08-22 11:58:07+00:00,False,gmail,gmail,* master,True,linuxmint_cinnamon-desktop.git,linuxmint/cinnamon-desktop.git,https://github.com/linuxmint/cinnamon-desktop.git +e1a03fb3146a9be98fa6adca97e03487b7d37db6,Paul Kienzle,paul.kienzle@nist.gov,2011-11-17 17:35:47-05:00,Paul Kienzle,paul.kienzle@nist.gov,2011-11-17 22:35:47+00:00,False,nist,nist,* master,True,bumps_bumps,bumps/bumps,https://github.com/bumps/bumps +08c1e816b43e4a055cfc08f24123f106b5aeaa05,Jerome Kieffer,jerome.kieffer@terre-adelie.org,2015-09-28 11:23:13+02:00,Jerome Kieffer,jerome.kieffer@terre-adelie.org,2015-09-28 09:23:13+00:00,False,terre-adelie,terre-adelie,* main,True,silx-kit_silx.git,silx-kit/silx.git,https://github.com/silx-kit/silx.git +54311d628359668261c31b62e475f53552bd964a,hierro,hierro,2001-07-19 02:07:05+00:00,hierro,hierro,2001-07-19 02:07:05+00:00,False,hierro,hierro,* master,True,CheetahTemplate3_cheetah3.git,CheetahTemplate3/cheetah3.git,https://github.com/CheetahTemplate3/cheetah3.git +4d692be84143f4231a413ee77cae1ddd4e831018,Buddy Burden,barefootcoder@gmail.com,2013-06-03 18:21:54-07:00,Buddy Burden,barefootcoder@gmail.com,2013-06-04 01:21:54+00:00,False,gmail,gmail,* master,True,evalEmpire_method-signatures.git,evalEmpire/method-signatures.git,https://github.com/evalEmpire/method-signatures.git +23e95865ed9277b5b0b3222b801c975e2227fba4,jmvalin,jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800,2002-02-19 02:43:23+00:00,jmvalin,jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800,2002-02-19 02:43:23+00:00,False,0101bb08-14d6-0310-b084-bc0e0c8e3800,0101bb08-14d6-0310-b084-bc0e0c8e3800,* master,True,xiph_speex.git,xiph/speex.git,https://gitlab.xiph.org/xiph/speex.git +9f4d3e3a6b46ffd7aa8cf6667b7dc2b140e132ab,sabine,sabine@d90d2d48-2b33-0410-a973-e72f85796a02,2009-05-05 08:52:27+00:00,sabine,sabine@d90d2d48-2b33-0410-a973-e72f85796a02,2009-05-05 08:52:27+00:00,False,d90d2d48-2b33-0410-a973-e72f85796a02,d90d2d48-2b33-0410-a973-e72f85796a02,* master,True,bcdev_epr-api,bcdev/epr-api,https://github.com/bcdev/epr-api +c9622df7ead854f01d64a032b61d0f5db7f9fe55,Alex Zepeda,zipzippy@sonic.net,1998-07-12 03:58:21+00:00,Alex Zepeda,zipzippy@sonic.net,1998-07-12 03:58:21+00:00,False,sonic,sonic,* master,True,konquest.git,konquest.git,https://anongit.kde.org/konquest.git +433e9a18cdd9f15a4166cd758f34c34b14579016,Dan Williams,dcbw@redhat.com,2008-12-11 19:50:59+00:00,Dan Williams,dcbw@src.gnome.org,2008-12-11 19:50:59+00:00,False,redhat,src,* main,True,GNOME_NetworkManager-openvpn,GNOME/NetworkManager-openvpn,https://gitlab.gnome.org/GNOME/NetworkManager-openvpn +76cc9ec549d9cd656bb34f45abd1e5e9a93f4f40,Peter W. Draper,p.w.draper@durham.ac.uk,2002-07-24 17:25:05+00:00,Peter W. Draper,p.w.draper@durham.ac.uk,2002-07-24 17:25:05+00:00,False,durham,durham,* master,True,Starlink_starjava,Starlink/starjava,https://github.com/Starlink/starjava/issues/new +ddb03523bc47fac83799f0041e80912bc57ea626,Peter Ohler,ohler@mac.com,2011-02-09 18:29:45+09:00,Peter Ohler,ohler@mac.com,2011-02-09 09:29:45+00:00,False,mac,mac,* develop,True,ohler55_ox.git,ohler55/ox.git,https://github.com/ohler55/ox.git +b15b3484c848871e9dc713556ac567d136a6553f,Tomas Lindquist Olsen,tomas.l.olsen@gmail.com,2008-01-11 17:57:40+01:00,Tomas Lindquist Olsen,tomas.l.olsen@gmail.com,2008-01-11 16:57:40+00:00,False,gmail,gmail,* master,True,ldc-developers_ldc,ldc-developers/ldc,https://github.com/ldc-developers/ldc +01aff329d7dd8a130f5d662517796b66c7ec6bb2,Joe Wreschnig,joe.wreschnig@gmail.com,2004-10-06 03:55:15+00:00,Joe Wreschnig,joe.wreschnig@gmail.com,2004-10-06 03:55:15+00:00,False,gmail,gmail,* main,True,quodlibet_quodlibet,quodlibet/quodlibet,https://github.com/quodlibet/mutagen.git +f3e255ddca6468b6adea0f10f30540c37cdde9ad,N.N.,federico__@users.sourceforge.net,2007-09-18 17:19:03+00:00,N.N.,federico__@users.sourceforge.net,2007-09-18 17:19:03+00:00,False,users,users,* main,True,pd-externals_tclpd.git,pd-externals/tclpd.git,https://github.com/pd-externals/tclpd.git +8c04823b28dc96d0ab756bd29ee5f7da8efc164c,Rodrigo Moya,rodrigo@src.gnome.org,2000-08-10 09:32:56+00:00,Rodrigo Moya,rodrigo@src.gnome.org,2000-08-10 09:32:56+00:00,False,src,src,* master,True,GNOME_libgda,GNOME/libgda,https://gitlab.gnome.org/GNOME/libgda +7b41a192d7a97ab2c7cc3bdccafce1b2dab54db6,Stein Magnus Jodal,stein.magnus@jodal.no,2009-12-23 15:26:50+01:00,Stein Magnus Jodal,stein.magnus@jodal.no,2009-12-23 14:26:50+00:00,False,jodal,jodal,* main,True,mopidy_mopidy,mopidy/mopidy,https://github.com/mopidy/mopidy +26648af4457a48234f5cbae19e174555bef516c9,Andreas Prlic,andreas.prlic@gmail.com,2009-09-15 15:52:24+00:00,Andreas Prlic,andreas.prlic@gmail.com,2009-09-15 15:52:24+00:00,False,gmail,gmail,* master,True,biojava_biojava.git,biojava/biojava.git,https://github.com/biojava/biojava.git +4becf6f9e596b45401680c4947e2d92c953d5e08,root,none@none,2006-04-26 10:48:09+00:00,root,none@none,2006-04-26 10:48:09+00:00,False,none,none,* main,True,PyCQA_pylint.git,PyCQA/pylint.git,https://github.com/PyCQA/pylint.git +2dedc8b7f1eb54d5034dc1f8384b67fe7de0fa18,pnda,43609023+spnda@users.noreply.github.com,2019-04-06 00:50:51+02:00,Ingo von Borstel,github@planetmaker.de,2019-04-05 22:50:51+00:00,False,users,planetmaker,* master,True,OpenTTD_OpenGFX.git,OpenTTD/OpenGFX.git,https://github.com/OpenTTD/OpenGFX.git +b84821f7f8734463715d307836d38b17d89b4fff,David MacMahon,davidm@astro.berkeley.edu,2009-09-18 18:22:00+00:00,David MacMahon,davidm@astro.berkeley.edu,2009-09-18 18:22:00+00:00,False,astro,astro,* master,True,masa16_ruby-pgplot,masa16/ruby-pgplot,https://github.com/masa16/ruby-pgplot +19b55a2af145fe769d76f7518eacabc5ff0e9dae,Sridhar Samudrala,sridhar@w-sridhar2.beaverton.ibm.com,2005-06-24 15:43:21-07:00,Sridhar Samudrala,sridhar@w-sridhar2.beaverton.ibm.com,2005-06-24 22:43:21+00:00,False,w-sridhar2,w-sridhar2,* master,True,sctp_lksctp-tools,sctp/lksctp-tools,https://github.com/sctp/lksctp-tools +b7f41d620c6431521cd3667b7ed2ed1d9d2127e7,Philip Greggory Lee,rocketman768@gmail.com,2009-01-14 23:38:47+00:00,Philip Greggory Lee,rocketman768@gmail.com,2009-01-14 23:38:47+00:00,False,gmail,gmail,* develop,True,Brewtarget_brewtarget.git,Brewtarget/brewtarget.git,https://github.com/Brewtarget/brewtarget.git +e595658db368133191f52470a240eaf60af38d1f,rncbc,rncbc@6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,2003-10-30 22:26:47+00:00,rncbc,rncbc@6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,2003-10-30 22:26:47+00:00,False,6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,6e21f190-4f5b-40a6-a6af-ed3d11dd9ba7,* main,True,rncbc_qsynth.git,rncbc/qsynth.git,https://github.com/rncbc/qsynth.git +535a5201692daa11aab51232e8b25c91963376f7,peter,peter,2001-10-07 14:47:40+00:00,peter,peter,2001-10-07 14:47:40+00:00,False,peter,peter,* master,True,pbiering_ipv6calc,pbiering/ipv6calc,https://github.com/pbiering/ipv6calc +ef1ff20809e5a8bc49e695a55117fb17f88eb7b9,Dmitry Suzdalev,dimsuz@gmail.com,2006-11-01 13:13:16+00:00,Dmitry Suzdalev,dimsuz@gmail.com,2006-11-01 13:13:16+00:00,False,gmail,gmail,* master,True,katomic.git,katomic.git,https://anongit.kde.org/katomic.git +a20ecd46df21729bf382b9770138fbbc2308de78,Craig Barratt,cbarratt,2013-06-24 13:05:29+02:00,Lars Tobias Skjong-Børsting,larstobi@relatime.no,2016-05-16 11:05:29+00:00,False,cbarratt,relatime,* master,True,backuppc_rsync-bpc,backuppc/rsync-bpc,https://github.com/backuppc/rsync-bpc +2e1e23b9cb03348656260f79c03ec3a3bc1ab92a,Darcy Mason,darcymason@gmail.com,2008-09-07 19:59:58+00:00,Darcy Mason,darcymason@gmail.com,2008-09-07 19:59:58+00:00,False,gmail,gmail,* main,True,pydicom_pydicom.git,pydicom/pydicom.git,https://github.com/pydicom/pydicom.git +21c4c1656dd6a74141aa672853f7f3017cae43ee,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,False,src,src,* master,True,GNOME_libwnck.git,GNOME/libwnck.git,https://gitlab.gnome.org/GNOME/libwnck.git +99ea4866c37822acee001a7e2fe86b0e866859ed,Jakob Schlyter,jakob@kirei.se,2009-08-18 13:56:19+00:00,Jakob Schlyter,jakob@kirei.se,2009-08-18 13:56:19+00:00,False,kirei,kirei,* develop,True,opendnssec_opendnssec.git,opendnssec/opendnssec.git,https://github.com/opendnssec/opendnssec.git +468c0d38fa0cf99abf9dbe6a2f388806ce51083c,Matias Aguirre,matiasaguirre@gmail.com,2008-06-26 14:36:58+00:00,Matias Aguirre,matiasaguirre@gmail.com,2008-06-26 14:36:58+00:00,False,gmail,gmail,* master,True,scrapy_scrapy,scrapy/scrapy,https://github.com/scrapy/cssselect +2eac5a336b6f8fe6c329c08bed4dd477fdebf55d,Roberto Majadas,telemaco@src.gnome.org,2004-10-30 11:35:21+00:00,Roberto Majadas,telemaco@src.gnome.org,2004-10-30 11:35:21+00:00,False,src,src,* master,True,GNOME_nautilus-sendto,GNOME/nautilus-sendto,https://gitlab.gnome.org/GNOME/nautilus-sendto +cdbb1f8ea231951db921b4e089c65fa8176ca0f9,Joerg Lehmann,joerg@pyx-project.org,2002-10-07 12:17:42+00:00,Joerg Lehmann,joerg@pyx-project.org,2002-10-07 12:17:42+00:00,False,pyx-project,pyx-project,* master,True,pyx-project_pyx,pyx-project/pyx,https://github.com/pyx-project/pyx +e108ec235a69d67cdcb3b41b6831e20e94d2c551,Anil Kumar,anil.omkar@gmail.com,2010-11-26 18:45:43-08:00,Anil Kumar,anil.omkar@gmail.com,2010-11-27 02:45:43+00:00,False,gmail,gmail,* master,True,anilFree_seascope.git,anilFree/seascope.git,https://github.com/anilFree/seascope.git +4c9f92693e879d8bf8943f9af3e2fb378e42eac3,radu,serban1@llnl.gov,2003-02-21 22:12:33+00:00,radu,serban1@llnl.gov,2003-02-21 22:12:33+00:00,False,llnl,llnl,* main,True,LLNL_sundials.git,LLNL/sundials.git,https://github.com/LLNL/sundials.git +7172bb6c3a86526496ae1311d0dbe4befff50f59,Matt Lyon,mly@rubyforge.org,2006-07-24 16:20:40+00:00,Matt Lyon,mly@rubyforge.org,2006-07-24 16:20:40+00:00,False,rubyforge,rubyforge,* master,True,halostatue_color,halostatue/color,https://github.com/halostatue/color +17b0f29cc60ab5474280b2d14808a86b8bf5b796,massie,massie@93a4e39c-3214-0410-bb16-828d8e3bcd0f,2002-08-19 20:49:17+00:00,massie,massie@93a4e39c-3214-0410-bb16-828d8e3bcd0f,2002-08-19 20:49:17+00:00,False,93a4e39c-3214-0410-bb16-828d8e3bcd0f,93a4e39c-3214-0410-bb16-828d8e3bcd0f,* master,True,ganglia_monitor-core.git,ganglia/monitor-core.git,https://github.com/ganglia/monitor-core.git +74aa525a7b4ff0c66cae67bb8eb10dd301564220,langmead,langmead@208de1ca-060f-4dda-baf0-1f374fee3c76,2011-03-12 03:37:52+00:00,langmead,langmead@208de1ca-060f-4dda-baf0-1f374fee3c76,2011-03-12 03:37:52+00:00,False,208de1ca-060f-4dda-baf0-1f374fee3c76,208de1ca-060f-4dda-baf0-1f374fee3c76,* master,True,BenLangmead_bowtie2,BenLangmead/bowtie2,https://github.com/BenLangmead/bowtie2 +484bf6dd9cd5b938ee0c3acd4735d657898d9a1e,Adrian Price-Whelan,adrian.prw@gmail.com,2011-10-14 12:26:30-04:00,Adrian Price-Whelan,adrian.prw@gmail.com,2011-10-14 16:26:30+00:00,False,gmail,gmail,* main,True,astropy_specutils.git,astropy/specutils.git,https://github.com/astropy/specutils.git +9de3b3128488fcb5ef4f13e00bde604d26e7a2da,Kitamoto Tsuyoshi,tsuyoshi.kitamoto@gmail.com,2017-06-09 20:38:24+09:00,Kitamoto Tsuyoshi,tsuyoshi.kitamoto@gmail.com,2017-06-09 11:38:24+00:00,False,gmail,gmail,* master,True,skk-dev_dict,skk-dev/dict,https://github.com/skk-dev/dict +cedb9d6fe417873f5994dcdc329139306c2bbf1d,gyunaev,gyunaev@users.noreply.github.com,2005-04-07 17:42:43+00:00,gyunaev,gyunaev@users.noreply.github.com,2005-04-07 17:42:43+00:00,False,users,users,* master,True,gyunaev_kchmviewer,gyunaev/kchmviewer,https://github.com/gyunaev/kchmviewer +d5af5172a715b38ecb0015cffdcacfb052e4432f,Frank DENIS,github@pureftpd.org,2011-03-31 17:58:31+02:00,Frank DENIS,github@pureftpd.org,2011-03-31 15:58:31+00:00,False,pureftpd,pureftpd,* master,True,jedisct1_libpuzzle,jedisct1/libpuzzle,https://github.com/jedisct1/libpuzzle +d3f26bd22802dea58be755f6c070f96088ea0fde,Leah Schmidt,leahxschmidt@gmail.com,2012-12-20 14:11:45-05:00,Leah Schmidt,leahxschmidt@gmail.com,2012-12-20 19:11:45+00:00,False,gmail,gmail,* master,True,miniupnp_libnatpmp,miniupnp/libnatpmp,https://github.com/miniupnp/libnatpmp +f047fd14a96c825b82f466e153292d6109d0da0d,Elliot Lee,elliot@elliot-dev1.eng.vmware.com,2008-02-21 14:00:28-08:00,Elliot Lee,elliot@elliot-dev1.eng.vmware.com,2008-02-21 22:00:28+00:00,False,elliot-dev1,elliot-dev1,* master,True,vmware_open-vm-tools.git,vmware/open-vm-tools.git,https://github.com/vmware/open-vm-tools.git +23f75f598e7876858faabc9f2bccac2cf83db235,franchuti688,franchuti688@gmail.com,2015-04-01 12:35:37+02:00,Wouter van Oortmerssen,wvo@google.com,2015-04-15 20:43:25+00:00,False,gmail,google,* master,True,google_flatbuffers.git,google/flatbuffers.git,https://github.com/google/flatbuffers.git +4f8cf7149061420a8d2736dfd8319fb58b6acf6c,Joachim Metz,joachim.metz@gmail.com,2014-10-02 21:23:13+02:00,Joachim Metz,joachim.metz@gmail.com,2016-02-21 08:56:55+00:00,False,gmail,gmail,* main,True,log2timeline_dfvfs.git,log2timeline/dfvfs.git,https://github.com/log2timeline/dfvfs.git +23751ed1ae2328174df0a4df3e46f75c50ec85c5,Sergio Fernández,wikier@apache.org,2013-10-24 12:21:02+02:00,Sergio Fernández,wikier@apache.org,2013-10-24 10:21:02+00:00,False,apache,apache,* master,True,RDFLib_sparqlwrapper.git,RDFLib/sparqlwrapper.git,https://github.com/RDFLib/sparqlwrapper.git +d60ca8d49d1654968886612883a2affa9dccfaa8,Georg Brandl,georg@python.org,2007-07-23 09:02:25+00:00,Georg Brandl,georg@python.org,2007-07-23 09:02:25+00:00,False,python,python,* master,True,sphinx-doc_sphinx.git,sphinx-doc/sphinx.git,https://github.com/sphinx-doc/sphinx.git +db49180dd772ddb7643b633d57ad00c58914a519,Markus Neteler,neteler@gmail.com,2008-04-27 12:33:26+00:00,Markus Neteler,neteler@gmail.com,2008-04-27 12:33:26+00:00,False,gmail,gmail,* main,True,OSGeo_grass.git,OSGeo/grass.git,https://github.com/OSGeo/grass.git +2c00c5bc06261157db3b038b5c1ee233857c1950,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-23 20:14:38-05:00,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-24 01:14:38+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_whups.git,horde/whups.git,https://github.com/horde/whups.git +48bfef8112a53bfd1aaa379d6cebf8d3252449f6,Michael M Slusarz,slusarz@curecanti.org,2009-07-22 17:42:12-06:00,Michael M Slusarz,slusarz@curecanti.org,2009-07-23 00:34:28+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_gollem.git,horde/gollem.git,https://github.com/horde/gollem.git +6d37f74e4afb9f4a063848714fdef8bae98389b3,Ramiro Estrugo,ramiro@src.gnome.org,1997-01-02 07:38:17+00:00,Ramiro Estrugo,ramiro@src.gnome.org,1997-01-02 07:38:17+00:00,False,src,src,* main,True,GNOME_nautilus.git,GNOME/nautilus.git,https://gitlab.gnome.org/GNOME/nautilus.git +c00fc9e5b84573c6fcd40cbd5c050ee1c522409b,matt,matt@biggmatt.com,2008-04-03 01:29:36+00:00,matt,matt@biggmatt.com,2008-04-03 01:29:36+00:00,False,biggmatt,biggmatt,* master,True,WinFF_winff.git,WinFF/winff.git,https://github.com/WinFF/winff.git +7b8c329578d642d31618d487b97864306c43073c,Lennart Poettering,lennart@poettering.net,2004-07-17 14:06:13+00:00,Lennart Poettering,lennart@poettering.net,2004-07-17 14:06:13+00:00,False,poettering,poettering,* master,True,pulseaudio_pulseaudio.git,pulseaudio/pulseaudio.git,https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git +07c0385e931ffad1a79d7ea841a6d3f978f0bea9,Schlomo Schapiro,github@schlomo.schapiro.org,2009-03-15 19:32:49+00:00,Schlomo Schapiro,github@schlomo.schapiro.org,2009-03-15 19:32:49+00:00,False,schlomo,schlomo,* master,True,rear_rear.git,rear/rear.git,https://github.com/rear/rear.git +624be3d90dcb600a6c63c81cdabb46e4e6edd9ce,Ioan Sucan,isucan@gmail.com,2010-12-09 23:38:52+00:00,Ioan Sucan,isucan@gmail.com,2010-12-09 23:38:52+00:00,False,gmail,gmail,* main,True,ompl_ompl,ompl/ompl,https://github.com/scop/bash-completion +e50471eaccdfc457ddad16c74e11353f74b1340a,Mikel Lindsaar,raasdnil@gmail.com,2008-11-22 14:17:14+11:00,Mikel Lindsaar,raasdnil@gmail.com,2008-11-22 03:17:14+00:00,False,gmail,gmail,* master,True,mikel_mail,mikel/mail,https://github.com/mikel/mail +e86316eb93013b55be49302bd2bbe9f18fe00564,Janne Liljeblad,janne.liljeblad@gmail.com,2012-03-03 21:57:20+02:00,Janne Liljeblad,janne.liljeblad@gmail.com,2012-03-03 19:57:20+00:00,False,gmail,gmail,* master,True,jliljebl_flowblade,jliljebl/flowblade,https://github.com/jliljebl/flowblade +b85b32d2b09c5a592327af88061f807439a9e1d6,schnorr,Lucas.Schnorr@imag.fr,2012-06-15 11:49:55+02:00,schnorr,Lucas.Schnorr@imag.fr,2012-06-15 09:49:55+00:00,False,imag,imag,* master,True,schnorr_pajeng.git,schnorr/pajeng.git,https://github.com/schnorr/pajeng.git +e46f8ed0adcabacd65c27dc8f3e6e5a3be988dd8,Martin Heni,martin@heni-online.de,2000-06-01 19:36:16+00:00,Martin Heni,martin@heni-online.de,2000-06-01 19:36:16+00:00,False,heni-online,heni-online,* master,True,lskat.git,lskat.git,https://anongit.kde.org/lskat.git +38b6c39be74fb0440b6a67527bdd3887abb49853,jlam,jlam,2004-08-06 16:55:09+00:00,jlam,jlam,2004-08-06 16:55:09+00:00,False,jlam,jlam,* master,True,jgoerzen_libnbcompat,jgoerzen/libnbcompat,https://github.com/jgoerzen/libnbcompat +c88982e5344d53e3ebc2ace59d5c849a53ad333c,Ming Hua,minghua-guest@users.alioth.debian.org,2004-12-08 02:35:04+00:00,Ming Hua,minghua-guest@users.alioth.debian.org,2004-12-08 02:35:04+00:00,False,users,users,* master,True,leggewie-DM_scim,leggewie-DM/scim,https://github.com/leggewie-DM/scim +8c59ffa27b06802b3d3b1bedb67cf2404d872ec8,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,Thimo Neubauer,thimo@dune-project.org,2003-10-30 17:03:38+00:00,False,dune-project,dune-project,* master,True,core_dune-grid,core/dune-grid,https://gitlab.dune-project.org/core/dune-grid +b7d3cc34f68dab7b8f7d0777711317b334fc2219,Wilmer van der Gaast,wilmer@gaast.net,2005-11-06 19:23:18+01:00,Wilmer van der Gaast,wilmer@gaast.net,2005-11-06 18:23:18+00:00,False,gaast,gaast,* master,True,bitlbee_bitlbee,bitlbee/bitlbee,https://github.com/bitlbee/bitlbee +89c51e13c4215a16ae47847892c93ad1c6eb1037,Nicolas Pourcelot,nicolas.pourcelot@gmail.com,2010-12-07 12:39:25+01:00,Nicolas Pourcelot,nicolas.pourcelot@gmail.com,2010-12-07 11:39:25+00:00,False,gmail,gmail,* master,True,wxgeo_geophar,wxgeo/geophar,https://github.com/wxgeo/geophar +5968220213bdc9dc9442178738641b96c295df74,Hideo Hattori,hattori@uranium.(none),2010-12-30 05:27:29+09:00,Hideo Hattori,hattori@uranium.(none),2010-12-29 20:27:29+00:00,False,uranium,uranium,* main,True,hhatto_autopep8.git,hhatto/autopep8.git,https://github.com/hhatto/autopep8.git +b48183d24b531c1d95f30ea106c976d0e7d6b12f,Sharon Rosner,ciconia@gmail.com,2007-02-27 13:33:43+00:00,Sharon Rosner,ciconia@gmail.com,2007-02-27 13:33:43+00:00,False,gmail,gmail,* master,True,jeremyevans_sequel,jeremyevans/sequel,https://github.com/jeremyevans/sequel +b2ff184712b9629d001bdc94b9fa2aba80aee929,arnova,arnova@2cdb06df-4b6c-47a8-a790-b77aef9f425a,2009-09-05 15:11:16+00:00,arnova,arnova@2cdb06df-4b6c-47a8-a790-b77aef9f425a,2009-09-05 15:11:16+00:00,False,2cdb06df-4b6c-47a8-a790-b77aef9f425a,2cdb06df-4b6c-47a8-a790-b77aef9f425a,* master,True,arno-iptables-firewall_aif.git,arno-iptables-firewall/aif.git,https://github.com/arno-iptables-firewall/aif.git +f5bb51bb768097d73833a74da8abece72ce7c963,brian d foy,brian.d.foy@gmail.com,2004-09-02 21:16:50+00:00,brian d foy,brian.d.foy@gmail.com,2004-09-02 21:16:50+00:00,False,gmail,gmail,* master,True,briandfoy_business-isbn.git,briandfoy/business-isbn.git,https://github.com/briandfoy/business-isbn.git +c9b0815a0076d1164eb0030ba0f408b2b2462bb0,dencheva,dencheva@stsci.edu,2001-11-16 14:56:36+00:00,dencheva,dencheva@stsci.edu,2001-11-16 14:56:36+00:00,False,stsci,stsci,* main,True,iraf-community_pyraf.git,iraf-community/pyraf.git,https://github.com/iraf-community/pyraf.git +b4ca3f99d9fdc643706afe8ab04cbdb506cb916f,Pietro Abate,Pietro.Abate@pps.jussieu.fr,2009-07-07 13:37:37+00:00,Pietro Abate,Pietro.Abate@pps.jussieu.fr,2009-07-07 13:37:37+00:00,False,pps,pps,* master,True,irill_dose3,irill/dose3,https://gitlab.com/irill/dose3 +87829fb5006f99c7a0b5b376aa31f890e05bb20d,kleinerm,mario.kleiner@tuebingen.mpg.de,2005-10-27 20:57:48+00:00,kleinerm,mario.kleiner@tuebingen.mpg.de,2005-10-27 20:57:48+00:00,False,tuebingen,tuebingen,* master,True,neurodebian_Psychtoolbox-3,neurodebian/Psychtoolbox-3,https://github.com/neurodebian/Psychtoolbox-3 +d9d722e77b4f5821a703b640a1ef31fc5cf1799b,gc,gc,2004-05-11 20:09:13+00:00,gc,gc,2004-05-11 20:09:13+00:00,False,gc,gc,* master,True,kthakore_frozen-bubble.git,kthakore/frozen-bubble.git,https://github.com/kthakore/frozen-bubble.git +13e6e4ab1290cda9426eaedfeda70f7491b6b083,Perberos,perberos@gmail.com,2011-11-06 17:13:49-03:00,Perberos,perberos@gmail.com,2011-11-06 20:13:49+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-terminal.git,mate-desktop/mate-terminal.git,https://github.com/mate-desktop/mate-terminal.git +4dc77ae843da711921d411630a701fb95e6f0efe,Marcel Gruenauer,hanekomu@gmail.com,2008-04-18 15:01:40+00:00,Marcel Gruenauer,hanekomu@gmail.com,2008-04-18 15:01:40+00:00,False,gmail,gmail,* main,True,egiles_test-compile,egiles/test-compile,https://github.com/egiles/test-compile +01791d57d650e546a915522e57c079157a5bb395,Daniel Veillard,veillard@src.gnome.org,1998-07-24 19:24:09+00:00,Daniel Veillard,veillard@src.gnome.org,1998-07-24 19:24:09+00:00,False,src,src,* master,True,gnome_libxml2,gnome/libxml2,https://gitlab.gnome.org/gnome/libxml2 +f9121a29da39b2afcce7d0bbca6eafb51494417e,Roman Iakymchuk,roman.iakymchuk@telecom-sudparis.eu,2012-12-11 18:37:03+01:00,Roman Iakymchuk,roman.iakymchuk@telecom-sudparis.eu,2012-12-11 17:37:03+00:00,False,telecom-sudparis,telecom-sudparis,* master,True,trahay_LiTL.git,trahay/LiTL.git,https://github.com/trahay/LiTL.git +3c3b2b05fa08d0024c8d44831632e9babd3392eb,Mario Sanchez Prada,msanchez@igalia.com,2009-06-03 20:29:07+02:00,Mario Sanchez Prada,msanchez@igalia.com,2009-06-03 19:35:13+00:00,False,igalia,igalia,* master,True,GNOME_frogr,GNOME/frogr,https://gitlab.gnome.org/GNOME/frogr +d54788c5fb2c6c7386f53756f6803b76ad7a2d68,Rosen Diankov,rosen.diankov@gmail.com,2013-02-26 18:42:36+09:00,Rosen Diankov,rosen.diankov@gmail.com,2013-02-26 09:42:36+00:00,False,gmail,gmail,* master,True,rdiankov_collada-dom,rdiankov/collada-dom,https://github.com/rdiankov/collada-dom +8a95bec377dbeabbc7bd66c01f020dbd86ec6c6a,Alberto Garcia,agarcia@igalia.com,2007-10-31 00:53:51+02:00,Alberto Garcia,agarcia@igalia.com,2007-10-30 22:53:51+00:00,False,igalia,igalia,* master,True,bertogg_vagalume,bertogg/vagalume,https://github.com/bertogg/vagalume +a6693b9622881e400c00bfa7f4cde2a5d1fa28a0,Al Tobey,tobert@gmail.com,2006-08-10 22:45:07+00:00,Al Tobey,tobert@gmail.com,2006-08-10 22:45:07+00:00,False,gmail,gmail,* master,True,duncs_perl-nagios-object.git,duncs/perl-nagios-object.git,https://github.com/duncs/perl-nagios-object.git +dfa9e1132acf062c9ebf25b178a738e2af647e5d,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2011-09-29 19:46:13+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2011-09-29 19:46:13+00:00,False,users,users,* master,True,pd_mediasettings.git,pd/mediasettings.git,https://git.iem.at/pd/mediasettings.git +93cff3d69fb705806d2af4fd6f29c497ea3192e0,Havoc Pennington,hp@redhat.com,2002-11-21 16:41:33+00:00,Havoc Pennington,hp@redhat.com,2002-11-21 16:41:33+00:00,False,redhat,redhat,* master,True,dbus_dbus,dbus/dbus,https://gitlab.freedesktop.org/dbus/dbus +6dee48770b16f51ccb5e2671de6d377de4dec268,"Philippe ""BooK"" Bruhat",book@cpan.org,2002-09-27 08:56:26+00:00,"Philippe ""BooK"" Bruhat",book@cpan.org,2002-09-27 08:56:26+00:00,False,cpan,cpan,* master,True,book_HTTP-Proxy.git,book/HTTP-Proxy.git,https://github.com/book/HTTP-Proxy.git +1376243cb9727804aca6e57e43caabd68d08ca04,Thomas Hirsch,fwd.github.20.ravn@neverbox.com,2011-11-10 09:27:30+01:00,Thomas Hirsch,fwd.github.20.ravn@neverbox.com,2011-11-10 08:27:30+00:00,False,neverbox,neverbox,* master,True,kartverket_fyba.git,kartverket/fyba.git,https://github.com/kartverket/fyba.git +d16acaa368fb8e1444fedf71dbfc42c054736908,Michael P. Gerlek,mpg@flaxen.com,2011-02-09 19:08:06-08:00,Michael P. Gerlek,mpg@flaxen.com,2011-02-10 03:08:06+00:00,False,flaxen,flaxen,* master,True,PDAL_PDAL.git,PDAL/PDAL.git,https://github.com/PDAL/PDAL.git +4add42e5196837a6e83ea99580ddaf77425ff48d,Aymerick Jehanne,aymerick@jehanne.org,2006-06-15 20:11:21+00:00,Aymerick Jehanne,aymerick@jehanne.org,2006-06-15 20:11:21+00:00,False,jehanne,jehanne,* master,True,libwbxml_libwbxml.git,libwbxml/libwbxml.git,https://github.com/libwbxml/libwbxml.git +70baa2d317c0641c59881e0d119468c9528f167b,Jörg Sommer,joerg@alea.gnuu.de,2008-01-21 21:49:05+01:00,Jörg Sommer,joerg@alea.gnuu.de,2008-01-23 01:59:53+00:00,False,alea,alea,* master,True,debian-tex_xindy,debian-tex/xindy,https://github.com/debian-tex/xindy +d1db99bd96706c2f15fd8cfefb88fb6de9132f32,John W. Horigan,john@glyphic.com,2011-07-23 16:21:11-07:00,John W. Horigan,john@glyphic.com,2011-07-23 23:21:11+00:00,False,glyphic,glyphic,* master,True,MtnViewJohn_context-free,MtnViewJohn/context-free,https://github.com/MtnViewJohn/context-free +c5d1d08d6f960ee751fcd12556c07f24357bc568,Dirk Stöcker,openstreetmap@dstoecker.de,2009-02-14 23:19:47+00:00,Dirk Stöcker,openstreetmap@dstoecker.de,2009-02-14 23:19:47+00:00,False,dstoecker,dstoecker,* master,True,openstreetmap_merkaartor.git,openstreetmap/merkaartor.git,https://github.com/openstreetmap/merkaartor.git +228e4de6c86576c5e6f5f458baf4ebc6778b925b,David Golden,dagolden@cpan.org,2009-12-19 07:45:49-05:00,David Golden,dagolden@cpan.org,2009-12-19 12:45:49+00:00,False,cpan,cpan,* master,True,Perl-Toolchain-Gang_ExtUtils-CBuilder.git,Perl-Toolchain-Gang/ExtUtils-CBuilder.git,https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder.git +7166eaa7ff40782f89aca81bf30e2e4ceac7fb76,Christian Grothoff,christian@grothoff.org,2005-01-21 16:42:45+00:00,Christian Grothoff,christian@grothoff.org,2005-01-21 16:42:45+00:00,False,grothoff,grothoff,* master,True,libextractor.git,libextractor.git,https://git.gnunet.org/libextractor.git +e45509914fe58df4a1b44678526b22583bce96cb,dleidert,dleidert@c5a878a6-0a34-0410-976a-c138363dd93d,2006-02-12 23:21:56+00:00,dleidert,dleidert@c5a878a6-0a34-0410-976a-c138363dd93d,2006-02-12 23:21:56+00:00,False,c5a878a6-0a34-0410-976a-c138363dd93d,c5a878a6-0a34-0410-976a-c138363dd93d,* master,True,dleidert_chemical-mime,dleidert/chemical-mime,https://github.com/dleidert/chemical-mime +232dbda915dfcfec99e5983b7f53d57d4498a6aa,Anant Narayanan,anant@kix.in,2006-09-14 15:18:45+00:00,Anant Narayanan,anant@kix.in,2006-09-14 15:18:45+00:00,False,kix,kix,* master,True,git_parted.git,git/parted.git,https://git.savannah.gnu.org/git/parted.git +c2991e6f535c586f9284e199b24677d5eabef61b,Simson Garfinkel,simsong@acm.org,2012-03-31 18:56:47-04:00,Simson Garfinkel,simsong@acm.org,2012-03-31 22:56:47+00:00,False,acm,acm,* master,True,sshock_AFFLIBv3,sshock/AFFLIBv3,https://github.com/sshock/AFFLIBv3 +02116ea0ac1f46db269f2a4ea2f3a73a34e7292d,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-08-18 18:32:06+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-08-18 18:32:06+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_pyface,enthought/pyface,https://github.com/enthought/pyface +f3b7310a413febe7453335b77f9dd5498d5126c3,Jae-Joon Lee,lee.j.joon@gmail.com,2009-07-02 01:08:18-04:00,Jae-Joon Lee,lee.j.joon@gmail.com,2009-07-02 05:08:18+00:00,False,gmail,gmail,* main,True,astropy_pyregion.git,astropy/pyregion.git,https://github.com/astropy/pyregion.git +70beb1e3a3fbc1a2cfdfbc73b41e1c66f3719575,Derald Metzger,dmetz@remotesensing.org,1999-02-12 22:34:12+00:00,Derald Metzger,dmetz@remotesensing.org,1999-02-12 22:34:12+00:00,False,remotesensing,remotesensing,* master,True,OSGeo_libgeotiff.git,OSGeo/libgeotiff.git,https://github.com/OSGeo/libgeotiff.git +58106d9e7de12ac43b6f39d3362da211b43dc0c8,Thomas Robitaille,thomas.robitaille@gmail.com,2011-10-07 17:33:52-04:00,Thomas Robitaille,thomas.robitaille@gmail.com,2011-12-22 20:58:17+00:00,False,gmail,gmail,* main,True,astropy_photutils.git,astropy/photutils.git,https://github.com/astropy/photutils.git +dca9c0f4f96ae699282a561ee78d43d71e34ee02,Matthew Miller,mattdm@mattdm.org,2013-02-16 11:39:38-05:00,Matthew Miller,mattdm@mattdm.org,2013-02-16 16:39:38+00:00,False,mattdm,mattdm,* main,True,mattdm_icebreaker.git,mattdm/icebreaker.git,https://github.com/mattdm/icebreaker.git +02ddb7fa2a15abddc2b5e206d03ffa694d203a81,Kamal Mostafa,kamal@whence.com,2011-05-20 08:16:52-07:00,Kamal Mostafa,kamal@whence.com,2011-05-20 15:16:52+00:00,False,whence,whence,* master,True,kamalmostafa_minimodem,kamalmostafa/minimodem,https://github.com/kamalmostafa/minimodem +7b391ceaf4d46bd2fe1464379fc48d6b3c8b6b01,michele.simionato,devnull@localhost,2008-12-03 06:58:37+00:00,michele.simionato,devnull@localhost,2008-12-03 06:58:37+00:00,False,localhost,localhost,* master,True,micheles_decorator.git,micheles/decorator.git,https://github.com/micheles/decorator.git +5dfc3bbfe7c8023c4dca8bdd5b3b8d2567ab5824,Michael M Slusarz,slusarz@curecanti.org,2009-02-23 00:16:41-07:00,Michael M Slusarz,slusarz@curecanti.org,2009-02-23 07:16:41+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_ingo.git,horde/ingo.git,https://github.com/horde/ingo.git +9a1a12170b1f62ad65576ac30405ef86e364b97a,filliatr,filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7,1999-12-11 18:42:39+00:00,filliatr,filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7,1999-12-11 18:42:39+00:00,False,85f007b7-540e-0410-9357-904b9bb8a0f7,85f007b7-540e-0410-9357-904b9bb8a0f7,* master,True,coq_coq,coq/coq,https://github.com/coq/coq +51481efadbf5bbebfc20767c07056bd2dfc2fabc,jnthn,jnthn@jnthn.net,2012-04-07 00:41:44+02:00,jnthn,jnthn@jnthn.net,2012-04-06 22:41:44+00:00,False,jnthn,jnthn,* main,True,MoarVM_MoarVM.git,MoarVM/MoarVM.git,https://github.com/MoarVM/MoarVM.git +f7d1b9689bcfc44f154748fe06dadc6aac5da513,Stephan Kulow,coolo@kde.org,1997-09-11 13:20:32+00:00,Stephan Kulow,coolo@kde.org,1997-09-11 13:20:32+00:00,False,kde,kde,* master,True,kmines.git,kmines.git,https://anongit.kde.org/kmines.git +6bd1c214786a50e688ba2b92f47307290e38c3f9,Florian Mounier,florian.mounier@kozea.fr,2015-03-09 10:54:59+01:00,Florian Mounier,florian.mounier@kozea.fr,2015-03-09 09:54:59+00:00,False,kozea,kozea,* main,True,xonsh_xonsh.git,xonsh/xonsh.git,https://github.com/xonsh/xonsh.git +21a52bb3dc7324767feec8992765e9dbd1a1a45b,ronsavage,ron@savage.net.au,2015-08-16 13:06:01+10:00,ronsavage,ron@savage.net.au,2015-08-16 03:06:01+00:00,False,savage,savage,* master,True,ronsavage_Regexp-Assemble.git,ronsavage/Regexp-Assemble.git,https://github.com/ronsavage/Regexp-Assemble.git +70506a8b4ec9d361cc255fe9fce2592b0fb6c2fa,d11wtq,d11wtq,2007-11-05 03:34:28+00:00,d11wtq,d11wtq,2007-11-05 03:34:28+00:00,False,d11wtq,d11wtq,* master,True,swiftmailer_swiftmailer,swiftmailer/swiftmailer,https://github.com/swiftmailer/swiftmailer +24f3252d86aee1195e7a3bc8aba046c3fa8ed9da,irascibl,irascibl@gmail.com,2013-05-02 07:52:31+02:00,irascibl,irascibl@gmail.com,2013-05-02 05:52:31+00:00,False,gmail,gmail,* develop,True,fritzing_fritzing-app,fritzing/fritzing-app,https://github.com/fritzing/fritzing-app +02ffe0d39c9c01d38c1024c0281e259b5881f335,Erik Troan,ewt@redhat.com,1998-03-23 20:52:17+00:00,Erik Troan,ewt@redhat.com,1998-03-23 20:52:17+00:00,False,redhat,redhat,* master,True,rpm-software-management_popt.git,rpm-software-management/popt.git,https://github.com/rpm-software-management/popt.git +a564fa8d3f09ff049b3ff996ce68481975147658,Sergey S Prozhogin,ccpro@cpan.org,2003-08-07 20:56:00+00:00,Aaron Crane,arc@cpan.org,2012-01-31 10:00:00+00:00,False,cpan,cpan,* master,True,arc_p5-image-exif.git,arc/p5-image-exif.git,https://github.com/arc/p5-image-exif.git +86f4639d37fc735d330cdfe9ee6bd9c71e159ad5,chris20,chris20@povray.org.fake,2013-11-06 13:07:19-05:00,chris20,chris20@povray.org.fake,2013-11-06 18:07:19+00:00,False,povray,povray,* master,True,POV-Ray_povray,POV-Ray/povray,https://github.com/POV-Ray/povray +faf8800184faeb6ed2895221a46ffc4283873794,Arturs.Jekabsons,Arturs.Jekabsons@localhost,2010-01-04 14:39:16+00:00,Arturs.Jekabsons,Arturs.Jekabsons@localhost,2010-01-04 14:39:16+00:00,False,localhost,localhost,* dev,True,Beep6581_RawTherapee,Beep6581/RawTherapee,https://github.com/Beep6581/RawTherapee +d42497a37e754e0aaf8a6bd70242f9e8dad1fb18,Mateusz Łukasik,mati75@linuxmint.pl,2014-10-14 18:09:45+02:00,Mateusz Łukasik,mati75@linuxmint.pl,2014-10-14 16:09:45+00:00,False,linuxmint,linuxmint,* master,True,mati75_openbox-debian,mati75/openbox-debian,https://github.com/mati75/openbox-debian +827bd5322fc216c6e6ce9749d5b141f3103667e1,François Pinard,pinard@iro.umontreal.ca,2008-01-17 13:38:32-05:00,François Pinard,pinard@iro.umontreal.ca,2008-01-17 18:38:32+00:00,False,iro,iro,* master,True,pinard_Pymacs.git,pinard/Pymacs.git,https://github.com/pinard/Pymacs.git +1f0d77537679a3ca859e4c4d7a4086525ee4d5ba,frazierjason@gmail.com,frazierjason@gmail.com,2011-01-24 00:31:43+00:00,frazierjason@gmail.com,frazierjason@gmail.com,2011-01-24 00:31:43+00:00,False,gmail,gmail,* master,True,OpenZWave_open-zwave,OpenZWave/open-zwave,https://github.com/OpenZWave/open-zwave +ee5471e0e4bcfab5b4da3faf46c96e5dbb49da47,Steve Dickson,steved@redhat.com,2007-04-20 14:56:09-04:00,Steve Dickson,steved@redhat.com,2007-04-20 18:56:09+00:00,False,redhat,redhat,* next,True,nfs-ganesha_ntirpc.git,nfs-ganesha/ntirpc.git,https://github.com/nfs-ganesha/ntirpc.git +94b1546cc20f1834994e74f74559fe5680d265e0,vobencha,valerie.obenchain@roswellpark.org,2018-10-18 07:06:38-07:00,vobencha,valerie.obenchain@roswellpark.org,2018-10-18 14:06:38+00:00,False,roswellpark,roswellpark,* devel,True,Bioconductor_GenomeInfoDb.git,Bioconductor/GenomeInfoDb.git,https://github.com/Bioconductor/GenomeInfoDb.git +3ff5d73d44d66771bcbd654ef73c5144dcc5e8ea,Robert Schumacher,roschuma@microsoft.com,2014-01-15 23:50:30-05:00,Robert Schumacher,roschuma@microsoft.com,2014-01-16 21:09:06+00:00,False,microsoft,microsoft,* master,True,Microsoft_cpprestsdk,Microsoft/cpprestsdk,https://github.com/Microsoft/cpprestsdk +99ad98c23450e8f7c5a0c2f396b17c34cf6827a9,Alexander Korotkov,aekorotkov@gmail.com,2014-06-16 16:21:23+04:00,Alexander Korotkov,aekorotkov@gmail.com,2014-06-16 12:21:23+00:00,False,gmail,gmail,* master,True,akorotkov_pgsphere,akorotkov/pgsphere,https://github.com/akorotkov/pgsphere +e8777977001f4df6d1830f7bd9a0e27c2d86b1b0,Darold,gilles@darold.net,2012-03-12 15:28:46+01:00,Darold,gilles@darold.net,2012-03-12 14:28:46+00:00,False,darold,darold,* master,True,darold_ora2pg.git,darold/ora2pg.git,https://github.com/darold/ora2pg.git +600bcff56aefd5efa5a9f2afa783eea70dd9b81c,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-23 20:56:53-05:00,Michael J. Rubinsky,mrubinsk@horde.org,2009-12-24 01:56:53+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_wicked.git,horde/wicked.git,https://github.com/horde/wicked.git +3b76bda50a43a7315e2c8c66bbf9a7d2304cbf73,Stef Walter,stefw@collabora.co.uk,2011-09-13 08:04:41+02:00,Stef Walter,stefw@collabora.co.uk,2011-09-27 07:31:58+00:00,False,collabora,collabora,* main,True,GNOME_gcr.git,GNOME/gcr.git,https://gitlab.gnome.org/GNOME/gcr.git +838b0abe42e4bc7107245020acbf16145e35517f,Eric S. Raymond,esr@thyrsus.com,2012-08-28 00:22:20-04:00,Eric S. Raymond,esr@thyrsus.com,2012-08-28 04:22:20+00:00,False,thyrsus,thyrsus,* master,True,esr_irker.git,esr/irker.git,https://gitlab.com/esr/irker.git +b75e45e37d35fc9632bfddb6b0a4fbc8a772582c,Adriano Bonat,adrianob@gmail.com,2010-06-20 23:39:58-03:00,Adriano Bonat,adrianob@gmail.com,2010-06-21 02:39:58+00:00,False,gmail,gmail,* master,True,tanob_libofa.git,tanob/libofa.git,https://github.com/tanob/libofa.git +93bb43c5e7e0ed31b0410c0c2a5b4cb7f103a2b5,Brian Nguyen,brnguyen@nvidia.com,2013-08-12 13:12:09-07:00,brnguyen,brnguyen@nvidia.com,2013-08-26 18:03:41+00:00,False,nvidia,nvidia,* master,True,NVIDIA_libglvnd.git,NVIDIA/libglvnd.git,https://github.com/NVIDIA/libglvnd.git +71abe4493782ebaa9361dffcf093e4c712adaad5,jjhellst,jjhellst@37bcf4fc-2939-0410-b639-8934a7114492,2007-12-07 23:07:06+00:00,jjhellst,jjhellst@37bcf4fc-2939-0410-b639-8934a7114492,2007-12-07 23:07:06+00:00,False,37bcf4fc-2939-0410-b639-8934a7114492,37bcf4fc-2939-0410-b639-8934a7114492,* master,True,glondu_nurpawiki.git,glondu/nurpawiki.git,https://github.com/glondu/nurpawiki.git +a52ac9ab7c5bfd2a2fe273be978e881ce2331d85,Ariya Hidayat,ariya.hidayat@gmail.com,2010-10-14 08:47:59+08:00,Einar Lielmanis,einars@spicausis.lv,2010-10-14 03:30:46+00:00,False,gmail,spicausis,* main,True,beautify-web_js-beautify,beautify-web/js-beautify,https://github.com/beautify-web/js-beautify +ea3dfe9c0f8f48eff4e248f82c5c53c66d4ed2a1,Darren Dale,darren@waterhouse,2009-01-23 11:01:50-05:00,Darren Dale,darren@waterhouse,2009-01-23 16:01:50+00:00,False,waterhouse,waterhouse,* master,True,python-quantities_python-quantities.git,python-quantities/python-quantities.git,https://github.com/python-quantities/python-quantities.git +e928ab7695bdc1258be48f48b1243bb15662b05e,Tim Riker,timriker@users.sourceforge.net,2000-03-05 06:16:20+00:00,Tim Riker,timriker@users.sourceforge.net,2000-03-05 06:16:20+00:00,False,users,users,* 2.4,True,BZFlag-Dev_bzflag.git,BZFlag-Dev/bzflag.git,https://github.com/BZFlag-Dev/bzflag.git +8e604a479002568da3242de2c23d8f5c6e284adc,Mirko Vogt,datenmaulwurf@nanl.de,2006-07-21 08:05:25+02:00,Mirko Vogt,datenmaulwurf@nanl.de,2006-07-21 06:05:25+00:00,False,nanl,nanl,* main,True,batmand.git,batmand.git,https://git.open-mesh.org/batmand.git +365c55f7b339c0d509434dc6e2bbc15e8e898018,cminyard,cminyard@0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,2001-06-04 17:37:33+00:00,cminyard,cminyard@0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,2001-06-04 17:37:33+00:00,False,0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,0b704abc-0ca2-4f30-b4a4-7406e35d1bd2,* master,True,cminyard_ser2net,cminyard/ser2net,https://github.com/cminyard/ser2net +bf808dd9191b423533fb528c0d5ca317208bb983,Chuck Hagenbuch,chuck@horde.org,2009-01-10 11:17:23-05:00,Chuck Hagenbuch,chuck@horde.org,2009-01-10 16:17:23+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_Db.git,horde/Db.git,https://github.com/horde/Db.git +2d00ead2e57653b771354a564f9a760c2ce0d18e,aph,a.hewson@gmail.com,2014-01-31 18:10:18+00:00,Thiago de Arruda,tpadilha84@gmail.com,2014-02-01 13:34:04+00:00,False,gmail,gmail,* master,True,neovim_neovim,neovim/neovim,https://github.com/neovim/neovim +30e5b38b5fd13c570724e00217bc1ad19dc559d0,Albert Astals Cid,tsdgeos@terra.es,2005-08-06 12:17:38+00:00,Albert Astals Cid,tsdgeos@terra.es,2005-08-06 12:17:38+00:00,False,terra,terra,* master,True,blinken.git,blinken.git,https://anongit.kde.org/blinken.git +a8f1660c6bd61e48f448d550eec66e5df20243d7,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,Eugene Trounev,eugene.trounev@gmail.com,2008-11-17 15:26:31+00:00,False,gmail,gmail,* master,True,ktuberling.git,ktuberling.git,https://anongit.kde.org/ktuberling.git +b125dd455e563bf098d8d59d20202985b76103a9,Werner Schweer,ws.seh.de,2006-05-03 12:42:25+00:00,Werner Schweer,ws.seh.de,2006-05-03 12:42:25+00:00,False,ws,ws,* master,True,muse-sequencer_muse.git,muse-sequencer/muse.git,https://github.com/muse-sequencer/muse.git +9a089c64d4c3b16038ed3acb526102d861cc033c,David Zeuthen,david@fubar.dk,2006-03-08 01:52:03+00:00,David Zeuthen,david@fubar.dk,2006-03-08 01:52:03+00:00,False,fubar,fubar,* master,True,polkit_polkit,polkit/polkit,https://github.com/mate-desktop/mate-polkit.git +754da0ef3ceb598b2e708f1498f6d22c92b290d7,Davis King,davis@dlib.net,2008-05-02 14:19:38+00:00,Davis King,davis@dlib.net,2008-05-02 14:19:38+00:00,False,dlib,dlib,* master,True,davisking_dlib.git,davisking/dlib.git,https://github.com/davisking/dlib.git +72ab9af4f08b6fdff79dc9a30fef2a390d54f35d,Frank Valdes,valdes@noao.edu,2015-02-09 14:40:01+01:00,Ole Streicher,github@liska.ath.cx,2018-06-05 13:43:18+00:00,False,noao,liska,* main,True,iraf-community_sptable,iraf-community/sptable,https://github.com/iraf-community/sptable +b7c45ed5bcc1a03e5f238bd77a829d37394aa361,Iceyer,me@iceyer.net,2016-02-04 10:56:16+08:00,Iceyer,me@iceyer.net,2016-02-05 03:43:32+00:00,False,iceyer,iceyer,* master,True,linuxdeepin_dtkwidget.git,linuxdeepin/dtkwidget.git,https://github.com/linuxdeepin/dtkwidget.git +f48b7d4365172c46867ebd03b8e369e0d2960b49,Gilles Degottex,gilles.degottex@gmail.com,2015-03-20 13:18:46+00:00,Gilles Degottex,gilles.degottex@gmail.com,2015-03-20 13:18:46+00:00,False,gmail,gmail,* master,True,gillesdegottex_fmit.git,gillesdegottex/fmit.git,https://github.com/gillesdegottex/fmit.git +76f67fdbf0d1dc9ccf0f62392f42d4463f06eeb0,Alexis Yushin,alexis@nlnetlabs.nl,2002-01-28 16:45:20+00:00,Alexis Yushin,alexis@nlnetlabs.nl,2002-01-28 16:45:20+00:00,False,nlnetlabs,nlnetlabs,* master,True,NLnetLabs_nsd,NLnetLabs/nsd,https://github.com/NLnetLabs/nsd +d94369cd874ac65309d8e4f9de8b81125c66e27a,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2010-11-21 04:53:44+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2010-11-21 04:53:44+00:00,False,users,users,* master,True,pd-externals_vbap.git,pd-externals/vbap.git,https://github.com/pd-externals/vbap.git +ed5399fa23897fddaa11fb69eaa5383b3f66f4b4,Benoit Grégoire,benoitg@users.sourceforge.net,2002-09-05 04:08:31+00:00,Benoit Grégoire,benoitg@users.sourceforge.net,2002-09-05 04:08:31+00:00,False,users,users,* master,True,libofx_libofx,libofx/libofx,https://github.com/libofx/libofx +510a2d98c6f4793dcc75c225dfc529f2d13d0d03,till,,2002-10-10 23:46:37-07:00,till,,2002-10-11 06:46:37+00:00,False,,,* master,True,OpenPrinting_foomatic-db.git,OpenPrinting/foomatic-db.git,https://github.com/OpenPrinting/foomatic-db.git +8480d3eb727de392cff13680d542c57f537cdd53,Maik Schmidt,contact@maik-schmidt.de,2011-01-19 20:47:24+01:00,Maik Schmidt,contact@maik-schmidt.de,2011-01-19 19:47:24+00:00,False,maik-schmidt,maik-schmidt,* master,True,maik_xml-simple,maik/xml-simple,https://github.com/maik/xml-simple +8a3395dcfe3d11c7d15878c9310ea566b69b9deb,jtournier,jtournier@69f2458b-35d4-408a-aa88-7d8d64836e89,2010-10-21 06:28:45+00:00,jtournier,jtournier@69f2458b-35d4-408a-aa88-7d8d64836e89,2010-10-21 06:28:45+00:00,False,69f2458b-35d4-408a-aa88-7d8d64836e89,69f2458b-35d4-408a-aa88-7d8d64836e89,* master,True,fumiyas_smbldap-tools,fumiyas/smbldap-tools,https://github.com/fumiyas/smbldap-tools +155e671f7b83293ae327ddbd252d1d1ac961ab9a,Enrico Tassi,gares@fettunta.org,2015-03-09 13:35:08+01:00,Enrico Tassi,gares@fettunta.org,2015-03-09 15:21:23+00:00,False,fettunta,fettunta,* master,True,math-comp_math-comp,math-comp/math-comp,https://github.com/math-comp/math-comp +54fb32159dfb55ee6dc41a6799261d8b90375b4c,Bruno Haible,bruno@clisp.org,1998-07-22 20:30:25+00:00,Bruno Haible,bruno@clisp.org,1998-07-22 20:30:25+00:00,False,clisp,clisp,* master,True,git_libffcall.git,git/libffcall.git,https://git.savannah.gnu.org/git/libffcall.git +e337da8697b19d451fa3208ce4fe2f74a641e649,bpowell,bpowell@dynamiccontrols.com,2009-11-17 07:59:55+13:00,bpowell,bpowell@dynamiccontrols.com,2009-11-16 18:59:55+00:00,False,dynamiccontrols,dynamiccontrols,* main,True,hardbyte_python-can.git,hardbyte/python-can.git,https://github.com/hardbyte/python-can.git +8b65509dcb4fe91c183195b92b695571526cfe13,Choe Hwanjin,choe.hwanjin@gmail.com,2003-07-28 16:00:15+09:00,Choe Hwanjin,choe.hwanjin@gmail.com,2003-07-28 07:00:15+00:00,False,gmail,gmail,* main,True,libhangul_nabi.git,libhangul/nabi.git,https://github.com/libhangul/nabi.git +faf83c5babaaf5c8135e2303472e1db3c9868ec9,mnagorni,mnagorni,2002-12-16 11:02:28+00:00,mnagorni,mnagorni,2002-12-16 11:02:28+00:00,False,mnagorni,mnagorni,* master,True,p_alsamodular_ams.git,p/alsamodular/ams.git,https://git.code.sf.net/p/alsamodular/ams.git +3c2245dbec33d3c60ca56e85edf56d19dcb510a6,Stephen Nelson,stephenenelson@mac.com,2013-08-20 23:04:15-07:00,Stephen Nelson,stephenenelson@mac.com,2013-08-21 06:04:15+00:00,False,mac,mac,* master,True,stephenenelson_convert-binhex.git,stephenenelson/convert-binhex.git,https://github.com/stephenenelson/convert-binhex.git +9f3965f4863893a50cf6550f2bc279aadf83124f,Norbert Preining,preining@debian.org,2005-09-29 16:16:44+00:00,Norbert Preining,preining@debian.org,2005-09-29 16:16:44+00:00,False,debian,debian,* master,True,debian-tex_cm-super,debian-tex/cm-super,https://github.com/debian-tex/cm-super +3a00330f354a562bf3af5c916ac822d638de93aa,David Jean Louis,izimobil@gmail.com,2007-10-16 08:39:22+00:00,David Jean Louis,izimobil@gmail.com,2007-10-16 08:39:22+00:00,False,gmail,gmail,* master,True,izimobil_polib.git,izimobil/polib.git,https://github.com/izimobil/polib.git +02ad0efbc858a8f02c7878fe7a152358d2f08478,Andreas Dilger,adilger at enel.ucalgary.ca,1997-01-17 01:34:35-06:00,Glenn Randers-Pehrson,glennrp at users.sourceforge.net,2009-04-06 21:04:07+00:00,False,adilger at enel,glennrp at users,* libpng16,True,glennrp_libpng,glennrp/libpng,https://github.com/glennrp/libpng +759018707f166aab92abaeeb12c2cd7f482eee78,Ke Wang,ke.wang@sun.com,2009-05-26 13:21:01+08:00,Ke Wang,ke.wang@sun.com,2009-05-26 05:21:01+00:00,False,sun,sun,* master,True,GNOME_java-atk-wrapper,GNOME/java-atk-wrapper,https://github.com/GNOME/java-atk-wrapper +9f6324dd6e8799f4e721171f84a7c468b82ced2b,Artem Pavlenko,artem@mapnik.org,2005-02-18 18:14:43+00:00,Artem Pavlenko,artem@mapnik.org,2005-02-18 18:14:43+00:00,False,mapnik,mapnik,* master,True,mapnik_mapnik.git,mapnik/mapnik.git,https://github.com/mapnik/mapnik.git +addd325f23ad06f311dca0da8f5e9a0ee76b692d,distorm,distorm@d69571ce-fa96-11de-930f-d36749347e7b,2010-05-01 12:14:42+00:00,distorm,distorm@d69571ce-fa96-11de-930f-d36749347e7b,2010-05-01 12:14:42+00:00,False,d69571ce-fa96-11de-930f-d36749347e7b,d69571ce-fa96-11de-930f-d36749347e7b,* master,True,gdabah_distorm.git,gdabah/distorm.git,https://github.com/gdabah/distorm.git +b0414fec70f81257e9a7fb6ed19b5596d7941bb6,abadger1999,abadger1999,2005-10-10 06:22:19+00:00,abadger1999,abadger1999,2005-10-10 06:22:19+00:00,False,abadger1999,abadger1999,* master,True,p_giflib_code,p/giflib/code,https://git.code.sf.net/p/giflib/code +9255fdd866997f1d73d5957e1fe27596c96014ec,ronag,ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,2011-04-28 09:29:02+00:00,ronag,ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,2011-04-28 09:29:02+00:00,False,362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,362d55ac-95cf-4e76-9f9a-cbaa9c17b72d,* master,True,CasparCG_server,CasparCG/server,https://github.com/CasparCG/server +c18dba813adf8e137db53fc78daaec07c2012c19,Barbie,barbie@missbarbell.co.uk,2014-03-19 22:58:10+00:00,Barbie,barbie@missbarbell.co.uk,2014-03-19 22:58:10+00:00,False,missbarbell,missbarbell,* master,True,barbie_vcs-lite,barbie/vcs-lite,http://github.com/barbie/vcs-lite +d094140d772fd607efd21886d05178055a551686,Antonin Kral,a.kral@bobek.cz,2012-02-16 08:29:07+01:00,Antonin Kral,a.kral@bobek.cz,2012-02-16 07:29:07+00:00,False,bobek,bobek,* master,True,bobek_sqlgrey-debian,bobek/sqlgrey-debian,https://github.com/bobek/sqlgrey-debian +bcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b,Jan Kneschke,jan@kneschke.de,2005-02-20 14:27:00+00:00,Jan Kneschke,jan@kneschke.de,2005-02-20 14:27:00+00:00,False,kneschke,kneschke,* master,True,lighttpd_lighttpd1.4.git,lighttpd/lighttpd1.4.git,https://git.lighttpd.net/lighttpd/lighttpd1.4.git +2a522c395712069e8449fd8b8b7591f7c293182f,Dan Williams,dcbw@redhat.com,2008-12-11 19:45:12+00:00,Dan Williams,dcbw@src.gnome.org,2008-12-11 19:45:12+00:00,False,redhat,src,* main,True,GNOME_NetworkManager-vpnc,GNOME/NetworkManager-vpnc,https://gitlab.gnome.org/GNOME/NetworkManager-vpnc +c614af3cf3674c9668b1299d0bfcc3480fb58489,Sam Hocevar,sam@hocevar.net,2002-12-18 18:11:54+00:00,sam,sam@92316355-f0b4-4df1-b90c-862c8a59935f,2002-12-18 18:11:54+00:00,False,hocevar,92316355-f0b4-4df1-b90c-862c8a59935f,* main,True,cacalabs_libcaca.git,cacalabs/libcaca.git,https://github.com/cacalabs/libcaca.git +a52c672a65f0c881c8b832613bd5abfe8ef249d0,Klas Lindfors,klas@yubico.com,2012-06-04 13:00:37+02:00,Klas Lindfors,klas@yubico.com,2012-06-04 11:00:37+00:00,False,yubico,yubico,* master,True,Yubico_yubikey-personalization-gui-dpkg,Yubico/yubikey-personalization-gui-dpkg,https://github.com/Yubico/yubikey-personalization-gui-dpkg +7055748541b8259047e05b3dff7d6d7aa8e7d1e4,Álvaro Justen (@turicas),alvarojusten@gmail.com,2014-05-07 02:42:14-03:00,Álvaro Justen (@turicas),alvarojusten@gmail.com,2014-05-07 05:42:14+00:00,False,gmail,gmail,* develop,True,turicas_rows,turicas/rows,https://github.com/turicas/rows +4fd56bd35c27861337861233a7f362474157af57,Charles Leifer,coleifer@gmail.com,2010-10-11 15:13:38-05:00,Charles Leifer,coleifer@gmail.com,2010-10-11 20:16:11+00:00,False,gmail,gmail,* master,True,coleifer_peewee,coleifer/peewee,https://github.com/coleifer/peewee +f5a9170599da0f2894d883675ee6574d0823ccc3,Stephen Stafford,clothcat@gmail.com,2003-08-01 09:07:52+00:00,Stephen Stafford,clothcat@gmail.com,2003-08-01 09:07:52+00:00,False,gmail,gmail,* master,True,surfraw_Surfraw.git,surfraw/Surfraw.git,https://gitlab.com/surfraw/Surfraw.git +89e642155a2d70125f05c3cb5749fbf225ee1267,Asif Tamuri,tamuri@gmail.com,2015-05-14 15:02:07+01:00,Asif Tamuri,tamuri@gmail.com,2015-05-14 14:02:07+00:00,False,gmail,gmail,* master,True,tamuri_pal,tamuri/pal,https://github.com/tamuri/pal +69efa6b336d743533e591999162db77a4c412122,Tobias Winchen,winchen@physik.rwth-aachen.de,2012-01-02 20:04:57+01:00,Tobias Winchen,winchen@physik.rwth-aachen.de,2012-01-02 19:04:57+00:00,False,physik,physik,* master,True,TobiasWinchen_klatexformula_debian,TobiasWinchen/klatexformula/debian,https://github.com/TobiasWinchen/klatexformula_debian +d773b8bbbe1baecd3d05bef0bb05482668746232,Christian Neukirchen,chneukirchen@gmail.com,2007-03-03 10:16:00+00:00,Christian Neukirchen,chneukirchen@gmail.com,2007-03-03 10:16:00+00:00,False,gmail,gmail,* main,True,rack_rack,rack/rack,https://github.com/aircrack-ng/aircrack-ng +33cdc01c1db3a1cafaeb63e50247072b82ef49ea,Martin Baulig,martin@src.gnome.org,1998-05-19 18:19:50+00:00,Martin Baulig,martin@src.gnome.org,1998-05-19 18:19:50+00:00,False,src,src,* master,True,GNOME_libgtop.git,GNOME/libgtop.git,https://gitlab.gnome.org/GNOME/libgtop.git +ce8670b5cde3bc6dbaae27fcf102ead968639302,iwd,iwd@048b549b-a3d7-0310-93d3-e3c4d06e1c1f,2004-04-09 16:08:11+00:00,iwd,iwd@048b549b-a3d7-0310-93d3-e3c4d06e1c1f,2004-04-09 16:08:11+00:00,False,048b549b-a3d7-0310-93d3-e3c4d06e1c1f,048b549b-a3d7-0310-93d3-e3c4d06e1c1f,* master,True,rlabduke_javadev.git,rlabduke/javadev.git,https://github.com/rlabduke/javadev.git +21213c3ec0c1c970313934f97003ada1b1067b8c,Charles Karney,karney@users.sourceforge.net,2008-09-04 19:38:20+00:00,Charles Karney,karney@users.sourceforge.net,2008-09-04 19:38:20+00:00,False,users,users,* main,True,geographiclib_geographiclib.git,geographiclib/geographiclib.git,https://github.com/geographiclib/geographiclib.git +410cff1dca4872556074ba2c7884781c707281fd,sletz,sletz@0c269be4-1314-0410-8aa9-9f06e86f4224,2008-09-11 14:10:55+00:00,sletz,sletz@0c269be4-1314-0410-8aa9-9f06e86f4224,2008-09-11 14:10:55+00:00,False,0c269be4-1314-0410-8aa9-9f06e86f4224,0c269be4-1314-0410-8aa9-9f06e86f4224,* develop,True,jackaudio_jack2.git,jackaudio/jack2.git,https://github.com/jackaudio/jack2.git +c4752ce59e46ba20835c21e905a336779fc72f8a,Eric Jones,eric@enthought.com,2001-06-09 10:00:48+00:00,Eric Jones,eric@enthought.com,2001-06-09 10:00:48+00:00,False,enthought,enthought,* main,True,scipy_scipy.git,scipy/scipy.git,https://github.com/scipy/scipy.git +0329ca7682f735fab3fc17281a2d4c59876cabbb,calvin,calvin@e7d03fd6-7b0d-0410-9947-9c21f3af8025,2000-02-26 10:24:46+00:00,calvin,calvin@e7d03fd6-7b0d-0410-9947-9c21f3af8025,2000-02-26 10:24:46+00:00,False,e7d03fd6-7b0d-0410-9947-9c21f3af8025,e7d03fd6-7b0d-0410-9947-9c21f3af8025,* master,True,linkcheck_linkchecker.git,linkcheck/linkchecker.git,https://github.com/linkcheck/linkchecker.git +b286b9dc6e112e901d518fae7e5a401fca71d95d,tmap,tmap@fdbf22ae-c210-0410-be80-ca943da6b8f8,1998-09-01 17:32:40+00:00,tmap,tmap@fdbf22ae-c210-0410-be80-ca943da6b8f8,1998-09-01 17:32:40+00:00,False,fdbf22ae-c210-0410-be80-ca943da6b8f8,fdbf22ae-c210-0410-be80-ca943da6b8f8,* master,True,NOAA-PMEL_PyFerret.git,NOAA-PMEL/PyFerret.git,https://github.com/NOAA-PMEL/PyFerret.git +3907cad22209c78c3014dbd1a01205a2372ddfef,Enrico Zini,enrico@enricozini.org,2010-09-14 16:39:59+00:00,Enrico Zini,enrico@enricozini.org,2010-09-14 16:39:59+00:00,False,enricozini,enricozini,* master,True,ARPA-SIMC_wreport,ARPA-SIMC/wreport,https://github.com/ARPA-SIMC/wreport +869b3979e6cfa884fd3940b3cae3f44db06bb99b,Thomas Robitaille,thomas.robitaille@gmail.com,2013-12-01 09:51:35+01:00,Thomas Robitaille,thomas.robitaille@gmail.com,2013-12-01 08:51:35+00:00,False,gmail,gmail,* master,True,astropy_astropy-helpers,astropy/astropy-helpers,https://github.com/astropy/astropy-helpers +a7b001016f62bf0da27d6741332320028eaa1675,blackrain,e8472@users.sourceforge.net,2007-02-19 00:04:11+00:00,blackrain,e8472@users.sourceforge.net,2007-02-19 00:04:11+00:00,False,users,users,* main,True,supercollider_sc3-plugins,supercollider/sc3-plugins,https://github.com/supercollider/sc3-plugins +ee533bd510079c4c14b1895bf6cd5553177d88fb,Martijn Faassen,faassen@startifact.com,2005-03-23 13:49:29+00:00,Martijn Faassen,faassen@startifact.com,2005-03-23 13:49:29+00:00,False,startifact,startifact,* main,True,collective_icalendar,collective/icalendar,https://github.com/collective/icalendar +824289d0bc3048b996c815f67e5fd100b529dc94,Steven Knight,knight@baldmt.com,2001-08-09 03:19:18+00:00,Steven Knight,knight@baldmt.com,2001-08-09 03:19:18+00:00,False,baldmt,baldmt,* master,True,SCons_scons,SCons/scons,https://github.com/SCons/scons +e539f02a626a2f8b94919496215b2ab9e140e61c,John ffitch,jpff@users.sourceforge.net,2003-06-22 07:08:53+00:00,John ffitch,jpff@users.sourceforge.net,2003-06-22 07:08:53+00:00,False,users,users,* develop,True,csound_csound.git,csound/csound.git,https://github.com/csound/csound.git +ea13ad7669ddcee55ee7e659edddd14d08ee3544,Nils Adermann,naderman@naderman.de,2011-04-05 17:36:01+02:00,Nils Adermann,naderman@naderman.de,2011-04-05 15:36:01+00:00,False,naderman,naderman,* main,True,composer_composer,composer/composer,https://github.com/composer/composer +e6e0987d5e613b973869f138f03aaa8baf72fe67,Fatih Demir,kabalak@src.gnome.org,2000-02-03 16:16:33+00:00,Fatih Demir,kabalak@src.gnome.org,2000-02-03 16:16:33+00:00,False,src,src,* master,True,GNOME_gtranslator.git,GNOME/gtranslator.git,https://gitlab.gnome.org/GNOME/gtranslator.git +6d251337b6a13311385027ad92bd99c81bcee642,Martin Hosken,martin_hosken@sil.org,2011-02-12 00:13:17+07:00,Martin Hosken,martin_hosken@sil.org,2011-02-11 17:13:17+00:00,False,sil,sil,* master,True,silnrsi_graphite.git,silnrsi/graphite.git,https://github.com/silnrsi/graphite.git +038c9aa154bbeab30232db1dcb9110e6254a2b9f,Pavel Kuptsov,pavel@kuptsov.info,2019-09-09 12:35:35+03:00,Pavel Kuptsov,pavel@kuptsov.info,2019-09-09 09:35:35+00:00,False,kuptsov,kuptsov,* master,True,poizon_HTML-Clean.git,poizon/HTML-Clean.git,https://github.com/poizon/HTML-Clean.git +29d14b95e9b034d765a224e9c3e8cd4379943216,Ian Wadham,iandw.au@gmail.com,2002-03-30 07:33:38+00:00,Ian Wadham,iandw.au@gmail.com,2002-03-30 07:33:38+00:00,False,gmail,gmail,* master,True,kgoldrunner.git,kgoldrunner.git,https://anongit.kde.org/kgoldrunner.git +a77afcbababe1b3355ae5f585f9a119c58a95540,Alexey Yurchenko,alexey.yurchenko@codership.com,2008-03-16 20:35:41+00:00,Alexey Yurchenko,alexey.yurchenko@codership.com,2008-03-16 20:35:41+00:00,False,codership,codership,* 4.x,True,codership_galera,codership/galera,https://github.com/codership/galera +34a9587eb84268323ac9aee0551963bd6c292b55,neelin,neelin,1993-10-19 09:22:58+00:00,neelin,neelin,1993-10-19 09:22:58+00:00,False,neelin,neelin,* master,True,BIC-MNI_libminc.git,BIC-MNI/libminc.git,https://github.com/BIC-MNI/libminc.git +000a10bbcf1c10ca04a0000faea212f41a5f1f90,Stefan Lang,stefan@dune-project.org,1996-09-23 13:22:54+00:00,Stefan Lang,stefan@dune-project.org,1996-09-23 13:22:54+00:00,False,dune-project,dune-project,* master,True,staging_dune-uggrid,staging/dune-uggrid,https://gitlab.dune-project.org/staging/dune-uggrid +b4880de2d75df970cd360ccea8473cee9544fb6b,bgoglin,bgoglin@1b82040b-b2ff-0310-b578-8b0ce158f26e,2005-09-01 18:33:45+00:00,bgoglin,bgoglin@1b82040b-b2ff-0310-b578-8b0ce158f26e,2005-09-01 18:33:45+00:00,False,1b82040b-b2ff-0310-b578-8b0ce158f26e,1b82040b-b2ff-0310-b578-8b0ce158f26e,* master,True,bgoglin_llgal,bgoglin/llgal,https://github.com/bgoglin/llgal +13cd4c8960688af11ad23b4c946149015c80d549,Joshua Brindle,method@manicmethod.com,2008-08-19 15:30:36-04:00,Joshua Brindle,method@manicmethod.com,2008-08-19 19:30:36+00:00,False,manicmethod,manicmethod,* main,True,SELinuxProject_selinux.git,SELinuxProject/selinux.git,https://github.com/SELinuxProject/selinux.git +5cb1bcd04d40925247aee2538940b8b6a2be0f4f,venaas,venaas,2007-02-08 10:30:05+00:00,venaas,venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf,2007-02-08 10:30:05+00:00,False,venaas,e88ac4ed-0b26-0410-9574-a7f39faa03bf,* master,True,radsecproxy_radsecproxy.git,radsecproxy/radsecproxy.git,https://github.com/radsecproxy/radsecproxy.git +19d090d6e3a8554f53498cda7783cc86cd67c3be,Christian Hergert,christian.hergert@10gen.com,2013-04-28 16:51:17-04:00,Christian Hergert,christian.hergert@10gen.com,2013-04-28 20:51:17+00:00,False,10gen,10gen,* master,True,mongodb_mongo-c-driver,mongodb/mongo-c-driver,https://github.com/mongodb/mongo-c-driver +7a64c29b76a94f3f225e0f1d635a622289219980,Daniel Baumann,daniel@debian.org,2012-04-23 06:40:52+02:00,Daniel Baumann,daniel@debian.org,2012-04-23 04:40:52+00:00,False,debian,debian,* master,True,mati75_obconf-debian.git,mati75/obconf-debian.git,https://github.com/mati75/obconf-debian.git +3c110934b15d04f8854b390cc123eeac2caa5a81,Patrick Proy,patrick@proy.org,2006-07-01 20:07:21+00:00,Patrick Proy,patrick@proy.org,2006-07-01 20:07:21+00:00,False,proy,proy,* master,True,SteScho_manubulon-snmp.git,SteScho/manubulon-snmp.git,https://github.com/SteScho/manubulon-snmp.git +ce31c63b9a378e1bc139bb20b73b40782177c529,Markus Mottl,markus.mottl@gmail.com,2006-05-01 18:45:14-04:00,Markus Mottl,markus.mottl@gmail.com,2006-05-01 22:45:14+00:00,False,gmail,gmail,* master,True,mmottl_res,mmottl/res,https://github.com/mmottl/res +3dde0d733cad58f01c3d667d7e6bc0dd6ca40608,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-05-18 18:50:23+00:00,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-05-18 18:50:23+00:00,False,daimi,daimi,* master,True,xorg_lib_libxext.git,xorg/lib/libxext.git,https://gitlab.freedesktop.org/xorg/lib/libxext.git +80976faafb6e9347dbec3f36fe62f5a9b80403c6,jon,jon@8ab6d134-22f3-c048-99a0-4997e65440b1,2008-04-04 08:05:48+00:00,jon,jon@8ab6d134-22f3-c048-99a0-4997e65440b1,2008-04-04 08:05:48+00:00,False,8ab6d134-22f3-c048-99a0-4997e65440b1,8ab6d134-22f3-c048-99a0-4997e65440b1,* master,True,erikkaashoek_Comskip.git,erikkaashoek/Comskip.git,https://github.com/erikkaashoek/Comskip.git +13cd4c8960688af11ad23b4c946149015c80d549,Joshua Brindle,method@manicmethod.com,2008-08-19 15:30:36-04:00,Joshua Brindle,method@manicmethod.com,2008-08-19 19:30:36+00:00,False,manicmethod,manicmethod,* main,True,SELinuxProject_selinux,SELinuxProject/selinux,https://github.com/SELinuxProject/selinux +65dd6c22cda1839b50b73ed72ca4dbd8c77ecad6,Ubaldo Porcheddu,ubaldo@eja.it,2013-12-11 17:47:36+01:00,Ubaldo Porcheddu,ubaldo@eja.it,2013-12-11 16:47:36+00:00,False,eja,eja,* master,True,ubaldus_eja,ubaldus/eja,https://github.com/ubaldus/eja +36203632a2dc68a547cdc8ab7ab6f94e6eb49226,Jakub Wilk,jwilk@jwilk.net,2017-06-23 22:52:24+02:00,Jakub Wilk,jwilk@jwilk.net,2017-06-23 20:53:24+00:00,False,jwilk,jwilk,* master,True,jwilk_i18nspector,jwilk/i18nspector,https://github.com/jwilk/i18nspector +58106d9e7de12ac43b6f39d3362da211b43dc0c8,Thomas Robitaille,thomas.robitaille@gmail.com,2011-10-07 17:33:52-04:00,Thomas Robitaille,thomas.robitaille@gmail.com,2011-12-22 20:58:17+00:00,False,gmail,gmail,* main,True,astropy_ccdproc.git,astropy/ccdproc.git,https://github.com/astropy/ccdproc.git +fb1f9d09d5bd1eb9169349b7082cf464d85c684b,Tom Howe,trhowe@uchicago.edu,2010-08-02 10:42:52-05:00,Tom Howe,trhowe@uchicago.edu,2010-08-02 15:42:52+00:00,False,uchicago,uchicago,* master,True,jglobus_JGlobus,jglobus/JGlobus,https://github.com/jglobus/JGlobus +21c4c1656dd6a74141aa672853f7f3017cae43ee,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,Havoc Pennington,hp@src.gnome.org,2001-10-06 19:05:41+00:00,False,src,src,* master,True,GNOME_libwnck,GNOME/libwnck,https://gitlab.gnome.org/GNOME/libwnck +5bf54ee84e905c45002287871a0204da0def2ce4,Benjamin Alan Weaver,benjamin.weaver@nyu.edu,2010-11-09 15:22:32+00:00,Benjamin Alan Weaver,benjamin.weaver@nyu.edu,2010-11-09 15:22:32+00:00,False,nyu,nyu,* main,True,weaverba137_pydl,weaverba137/pydl,https://github.com/weaverba137/pydl +53a402d61c6bf3823e495e4660f560ec0f77d001,Atsuhito KOHDA,kohda@debian.org,2009-10-11 15:25:52+09:00,Atsuhito KOHDA,kohda@debian.org,2009-10-11 06:25:52+00:00,False,debian,debian,* master,True,debian-tex_texworks,debian-tex/texworks,https://github.com/debian-tex/texworks +b9a14fd133ab3c1da2fc28c018ddd5aac248183b,Caolan McMahon,caolan@caolanmcmahon.com,2010-05-27 18:14:36+01:00,Caolan McMahon,caolan@caolanmcmahon.com,2010-05-27 17:14:36+00:00,False,caolanmcmahon,caolanmcmahon,* master,True,caolan_async,caolan/async,https://github.com/caolan/async +801e4b2c3829ca87835c7d2ad6e93c3891e7bf0b,Nathan Neulinger,nneul@neulinger.org,2005-02-04 01:59:19+00:00,Nathan Neulinger,nneul@neulinger.org,2005-02-04 01:59:19+00:00,False,neulinger,neulinger,* main,True,cracklib_cracklib.git,cracklib/cracklib.git,https://github.com/cracklib/cracklib.git +a48cf5351bd8d2c1474481425e29eaa1d18050b2,Bob Farrell,bob@keys.(none),2008-04-27 22:05:23+01:00,Bob Farrell,bob@keys.(none),2008-04-27 21:05:23+00:00,False,keys,keys,* main,True,bpython_bpython.git,bpython/bpython.git,https://github.com/bpython/bpython.git +2414dc1f86e72fa43969759bc7362a1a00fb180a,pmichaud,pmichaud@pobox.com,2009-10-06 09:37:57-05:00,pmichaud,pmichaud@pobox.com,2009-10-06 14:37:57+00:00,False,pobox,pobox,* main,True,Raku_nqp.git,Raku/nqp.git,https://github.com/Raku/nqp.git +ef416fc25c4af449e930416117bedb12fc9924ba,jlovell,jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be,2006-01-13 01:51:53+00:00,jlovell,jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be,2006-01-13 01:51:53+00:00,False,a1ca3aef-8c08-0410-bb20-df032aa958be,a1ca3aef-8c08-0410-bb20-df032aa958be,* master,True,OpenPrinting_cups,OpenPrinting/cups,https://github.com/OpenPrinting/cups +fdfe65b1592c9d60550455ec19deb99f8be33ef5,Masao Mutoh,mutoh@highway.ne.jp,2002-05-19 12:29:27+00:00,Masao Mutoh,mutoh@highway.ne.jp,2002-05-19 12:29:27+00:00,False,highway,highway,* main,True,ruby-gnome_ruby-gnome.git,ruby-gnome/ruby-gnome.git,https://github.com/ruby-gnome/ruby-gnome.git +3ced692f2d504c6c1dbf8c01feee8b0747ca5dbe,Kacper Wysocki,kacperw@gmail.com,2010-03-02 11:27:59+01:00,Kacper Wysocki,kacperw@gmail.com,2010-03-02 10:27:59+00:00,False,gmail,gmail,* master,True,comotion_cpm,comotion/cpm,https://github.com/comotion/cpm +8afc2e65c5bb69b7061b77b0cf899cf05043435d,Peter Mayr,baernstein@gmail.com,2011-12-16 23:34:23+00:00,Peter Mayr,baernstein@gmail.com,2011-12-16 23:34:23+00:00,False,gmail,gmail,* master,True,gap-packages_sonata.git,gap-packages/sonata.git,https://github.com/gap-packages/sonata.git +001253b4d14c6209443e575270f94575388c7671,Michael M Slusarz,slusarz@curecanti.org,2009-07-13 23:13:35-06:00,Michael M Slusarz,slusarz@curecanti.org,2009-07-14 17:20:07+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_turba.git,horde/turba.git,https://github.com/horde/turba.git +80c8c2d0a6e63745ff099b33ad2848b6fb17285a,David Beazley,dave@dabeaz.com,2006-11-21 15:09:46+00:00,David Beazley,dave@dabeaz.com,2006-11-21 15:09:46+00:00,False,dabeaz,dabeaz,* master,True,dabeaz_ply,dabeaz/ply,https://github.com/dabeaz/ply +361122eb22d5681c58dac731009e4814b3dd5fa5,Andi Albrecht,albrecht.andi@gmail.com,2009-04-03 21:26:42+02:00,Andi Albrecht,albrecht.andi@gmail.com,2009-04-03 19:26:42+00:00,False,gmail,gmail,* master,True,andialbrecht_sqlparse.git,andialbrecht/sqlparse.git,https://github.com/andialbrecht/sqlparse.git +51607386c7609a483568ad935083c9668fe6241b,Robey Pointer,robey@lag.net,2003-11-04 08:34:24+00:00,Robey Pointer,robey@lag.net,2003-11-04 08:34:24+00:00,False,lag,lag,* main,True,paramiko_paramiko,paramiko/paramiko,https://github.com/paramiko/paramiko +602e11a5d26ea0d712de6b7a2ea0b18545bbbdd7,Daniel O'Connor,daniel.oconnor@gmail.com,2011-12-07 00:34:54+10:30,Daniel O'Connor,daniel.oconnor@gmail.com,2011-12-06 14:04:54+00:00,False,gmail,gmail,* master,True,pear_Mail_Mime.git,pear/Mail/Mime.git,https://github.com/pear/Mail_Mime.git +9c025782b67501675ef6775d7316c034d53cbccb,Greg Caporaso,gregcaporaso@gmail.com,2013-12-13 08:24:42-08:00,Greg Caporaso,gregcaporaso@gmail.com,2013-12-13 16:24:42+00:00,False,gmail,gmail,* main,True,scikit-bio_scikit-bio,scikit-bio/scikit-bio,https://github.com/scikit-bio/scikit-bio +b15ad394279fc3b7f998fa56857f334a7c0156f6,Armin Ronacher,armin.ronacher@active-4.com,2010-04-06 13:23:18+02:00,Armin Ronacher,armin.ronacher@active-4.com,2010-04-06 11:23:18+00:00,False,active-4,active-4,* main,True,pallets_flask,pallets/flask,https://github.com/pallets/flask +e35b2d4296b3efe628e83b48e367367551acb1b1,Rolf Leggewie,foss@rolf.leggewie.biz,2009-07-29 00:23:35+02:00,Rolf Leggewie,foss@rolf.leggewie.biz,2009-07-28 22:23:35+00:00,False,rolf,rolf,* master,True,leggewie-DM_gjots2,leggewie-DM/gjots2,https://github.com/leggewie-DM/gjots2 +2525c00f8242b4233741af213db382febeff2494,John McNamara,jmcnamara@cpan.org,2013-01-04 01:07:13+00:00,John McNamara,jmcnamara@cpan.org,2013-01-04 01:07:13+00:00,False,cpan,cpan,* main,True,jmcnamara_XlsxWriter,jmcnamara/XlsxWriter,https://github.com/jmcnamara/XlsxWriter +48e3a31cab2c6b515c26e69878f606a6d4d6df6f,Henrik Kinnunen,fluxgen@fluxbox.org,2007-10-17 18:02:07+02:00,Henrik Kinnunen,fluxgen@fluxbox.org,2007-10-17 16:02:07+00:00,False,fluxbox,fluxbox,* master,True,fluxbox_fbpager,fluxbox/fbpager,https://github.com/fluxbox/fbpager +4f24a35522f46f2326d0a6bdb2243bbda7e7c4a0,Alexander Wirt,formorer@crusty.snow-crash.org,2009-11-08 14:06:37+01:00,Alexander Wirt,formorer@crusty.snow-crash.org,2009-11-08 13:06:37+00:00,False,crusty,crusty,* master,True,formorer_pkg-ipvsadm,formorer/pkg-ipvsadm,https://github.com/formorer/pkg-ipvsadm +70ddf028d8bc5edd79a027e10f316939b9359b0e,Michael R Sweet,michaelrsweet@users.noreply.github.com,1999-05-03 16:35:11+00:00,Michael R Sweet,michaelrsweet@users.noreply.github.com,1999-05-03 16:35:11+00:00,False,users,users,* master,True,michaelrsweet_htmldoc.git,michaelrsweet/htmldoc.git,https://github.com/michaelrsweet/htmldoc.git +b167f04567212f1a8faba4e8e0511f77947c9221,w1z7ard,w1z7ard@6778bc44-b910-0410-a7a0-be141de4315d,2007-02-17 23:50:52+00:00,w1z7ard,w1z7ard@6778bc44-b910-0410-a7a0-be141de4315d,2007-02-17 23:50:52+00:00,False,6778bc44-b910-0410-a7a0-be141de4315d,6778bc44-b910-0410-a7a0-be141de4315d,* master,True,projectM-visualizer_projectm.git,projectM-visualizer/projectm.git,https://github.com/projectM-visualizer/projectm.git +ed9b544e10b84cd43348ddfab7068b610a5df1f7,antirez,antirez@gmail.com,2009-03-22 10:30:00+01:00,antirez,antirez@gmail.com,2009-03-22 09:30:00+00:00,False,gmail,gmail,* unstable,True,redis_redis.git,redis/redis.git,https://github.com/wooga/eredis.git +c32f06ff08aa210100a6b5a210e4b34a19e95ee5,Jan Schneider,jan.schneider@hdnet.de,2020-03-13 11:34:18+01:00,Jan Schneider,jan.schneider@hdnet.de,2020-03-13 10:34:18+00:00,False,hdnet,hdnet,* FRAMEWORK_6_0,True,horde_Image.git,horde/Image.git,https://github.com/horde/Image.git +b39620ae75fce3b9b605d3f6e952edce0ed5c48d,Michael M Slusarz,slusarz@curecanti.org,2008-11-06 11:09:21-07:00,Michael M Slusarz,slusarz@curecanti.org,2008-11-06 18:09:21+00:00,False,curecanti,curecanti,* FRAMEWORK_6_0,True,horde_imp.git,horde/imp.git,https://github.com/horde/imp.git +f4fca7cba3ee7bf585d76b8802b8f8ba623590e2,paulmueller,paul.mueller@biotec.tu-dresden.de,2012-11-25 08:57:06-08:00,paulmueller,paul.mueller@biotec.tu-dresden.de,2012-11-25 16:57:06+00:00,False,biotec,biotec,* master,True,FCS-analysis_multipletau,FCS-analysis/multipletau,https://github.com/FCS-analysis/multipletau +f95d1dc1fbd7d3c223f456c53b4136183ac4366f,Alec Wysoker,alecw@broadinstitute.org,2009-11-12 20:41:41+00:00,Alec Wysoker,alecw@broadinstitute.org,2009-11-12 20:41:41+00:00,False,broadinstitute,broadinstitute,* master,True,samtools_htsjdk.git,samtools/htsjdk.git,https://github.com/samtools/htsjdk.git +7b2e2a8350d356ba904102c0ccd31f5e4aa55fff,coppit,coppit@60d4939f-1b52-0410-88e7-fbba0fef1967,2003-08-18 03:04:08+00:00,coppit,coppit@60d4939f-1b52-0410-88e7-fbba0fef1967,2003-08-18 03:04:08+00:00,False,60d4939f-1b52-0410-88e7-fbba0fef1967,60d4939f-1b52-0410-88e7-fbba0fef1967,* master,True,coppit_mail-mbox-messageparser.git,coppit/mail-mbox-messageparser.git,https://github.com/coppit/mail-mbox-messageparser.git +220938727b7aa59dd3138300d2e541bc478c4925,stevejankowski,stevejankowski@bac25679-d237-0410-bec6-f8029acc7ebe,2002-11-14 02:09:08+00:00,stevejankowski,stevejankowski@bac25679-d237-0410-bec6-f8029acc7ebe,2002-11-14 02:09:08+00:00,False,bac25679-d237-0410-bec6-f8029acc7ebe,bac25679-d237-0410-bec6-f8029acc7ebe,* master,True,Unity-Technologies_qstat,Unity-Technologies/qstat,https://github.com/Unity-Technologies/qstat +fbb3c512ecbffc97825eaaaf925c9af580608fa8,Fabian Pedregosa,fabian.pedregosa@inria.fr,2010-01-05 13:33:16+00:00,Fabian Pedregosa,fabian.pedregosa@inria.fr,2010-01-05 13:33:16+00:00,False,inria,inria,* main,True,scikit-learn_scikit-learn.git,scikit-learn/scikit-learn.git,https://github.com/scikit-learn/scikit-learn.git +b0b6062c3550045c62c267054ce297bdf7740f64,ben,ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,2002-03-21 07:22:43+00:00,ben,ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,2002-03-21 07:22:43+00:00,False,2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109,* master,True,rdiff-backup_rdiff-backup.git,rdiff-backup/rdiff-backup.git,https://github.com/rdiff-backup/rdiff-backup.git +0c48e0feec2529ee192194cf673a9dd216df56c3,George Lebl,jirka@src.gnome.org,2002-10-07 00:36:37+00:00,George Lebl,jirka@src.gnome.org,2002-10-07 00:36:37+00:00,False,src,src,* master,True,GNOME_genius,GNOME/genius,https://gitlab.gnome.org/GNOME/genius +c3cbe50ef88781e267384d67122073204df69604,Chris Williams,chris@bingosnet.co.uk,2009-05-03 21:44:45+01:00,Chris Williams,chris@bingosnet.co.uk,2009-05-03 20:44:45+00:00,False,bingosnet,bingosnet,* master,True,bingos_module-install-readmefrompod.git,bingos/module-install-readmefrompod.git,https://github.com/bingos/module-install-readmefrompod.git +92112ff6c3bd99eb82eb9069e406f375c41ec9db,Pieter Hintjens,ph@imatix.com,2010-10-11 19:14:09+02:00,Pieter Hintjens,ph@imatix.com,2010-10-11 17:14:09+00:00,False,imatix,imatix,* master,True,bluca_gsl,bluca/gsl,https://github.com/bluca/gsl +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,letsencrypt_letsencrypt.git,letsencrypt/letsencrypt.git,https://github.com/letsencrypt/letsencrypt.git +7ef954bcc80678f44424e42e4403f7bf3790832c,user,user@pythoncharmers.(none),2013-07-14 23:28:41+10:00,user,user@pythoncharmers.(none),2013-07-14 13:28:41+00:00,False,pythoncharmers,pythoncharmers,* master,True,PythonCharmers_python-future,PythonCharmers/python-future,https://github.com/PythonCharmers/python-future +671f830d0b89fa41aa033a6d8b80deb739bc1ee3,Yamagi Burmeister,yamagi@yamagi.org,2009-06-08 15:47:14+00:00,Yamagi Burmeister,yamagi@yamagi.org,2009-06-08 15:47:14+00:00,False,yamagi,yamagi,* master,True,yquake2_yquake2,yquake2/yquake2,https://github.com/yquake2/yquake2 +4445878fc2e6cc2c56c0a9d004d97a3a3bd1edae,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 21:33:42+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 21:33:42+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_mayavi.git,enthought/mayavi.git,https://github.com/enthought/mayavi.git +701657e54b450e5c9ca8dd2a7a6c5029fecd0996,Martin A. Brown,martin@linux-ip.net,2016-02-10 19:22:23-08:00,Martin A. Brown,martin@linux-ip.net,2016-02-11 03:22:23+00:00,False,linux-ip,linux-ip,* master,True,tLDP_python-tldp,tLDP/python-tldp,https://github.com/tLDP/python-tldp +781b0ff3f74abd6f5353b6d08763bbba93f2f21c,Perberos,perberos@gmail.com,2011-12-01 22:49:12-03:00,Perberos,perberos@gmail.com,2011-12-02 01:49:12+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-notification-daemon.git,mate-desktop/mate-notification-daemon.git,https://github.com/mate-desktop/mate-notification-daemon.git +babad3d0eb3b164f58ff5de1e2462323e4e6886b,jdv_cp,SND\jdv_cp,2009-02-22 12:53:40-08:00,jdv_cp,SND\jdv_cp,2009-02-22 20:53:40+00:00,False,SND\jdv_cp,SND\jdv_cp,* main,True,team-charls_charls.git,team-charls/charls.git,https://github.com/team-charls/charls.git +7300bfe1c9befb339c1ab74aa1781b53cc019c72,Sudip Mukherjee,sudipm.mukherjee@gmail.com,2019-12-04 12:54:15+00:00,Sudip Mukherjee,sudipm.mukherjee@gmail.com,2019-12-04 12:54:15+00:00,False,gmail,gmail,* debian/sid,True,sudipm-mukherjee_micro-httpd.git,sudipm-mukherjee/micro-httpd.git,https://github.com/sudipm-mukherjee/micro-httpd.git +3f9edad676bcd0f855be1a207592e1cedb095ca1,Leonardo de Moura,leonardo@microsoft.com,2012-10-02 08:24:25-07:00,Leonardo de Moura,leonardo@microsoft.com,2012-10-02 15:24:25+00:00,False,microsoft,microsoft,* master,True,Z3Prover_z3.git,Z3Prover/z3.git,https://github.com/Z3Prover/z3.git +5e89187412c84d83ea37b3b63424f5d6fdf2eea0,Takeshi KOMIYA,i.tkomiya@gmail.com,2017-04-09 01:06:43+09:00,Takeshi KOMIYA,i.tkomiya@gmail.com,2017-04-08 16:06:43+00:00,False,gmail,gmail,* master,True,sphinx-doc_sphinxcontrib-websupport,sphinx-doc/sphinxcontrib-websupport,https://github.com/sphinx-doc/sphinxcontrib-websupport +6784232332ef8c7cd0d07cce3126291a0da8db12,Alex,alex@aiei.ch,2017-12-12 15:32:30+01:00,GitHub,noreply@github.com,2017-12-12 14:32:30+00:00,False,aiei,github,* master,True,alexmyczko_ree,alexmyczko/ree,https://github.com/alexmyczko/ree +f229cfdb3a0e47d4de93eb30e649fa660f288c2f,David Faure,faure@kde.org,1998-08-28 10:46:01+00:00,David Faure,faure@kde.org,1998-08-28 10:46:01+00:00,False,kde,kde,* master,True,kblackbox.git,kblackbox.git,https://anongit.kde.org/kblackbox.git +c20b934ff2b2937e7997bdeb1d674d8ba6fc8a39,Craig Blaszczyk,masterjakul@gmail.com,2011-10-14 09:49:00+01:00,Craig Blaszczyk,masterjakul@gmail.com,2011-10-14 08:49:00+00:00,False,gmail,gmail,* main,True,pytroll_aggdraw,pytroll/aggdraw,https://github.com/pytroll/aggdraw +312ba610a1e98fc656fb58178227d7d45a64494e,Perberos,perberos@gmail.com,2011-11-14 18:24:48-03:00,Perberos,perberos@gmail.com,2011-11-14 21:24:48+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-applets.git,mate-desktop/mate-applets.git,https://github.com/mate-desktop/mate-applets.git +70d01aaaa015a71c503432efa4610acd50a662a6,Edward,edward@aruba.linpro.no,2009-05-19 14:24:16+02:00,Edward,edward@aruba.linpro.no,2009-05-19 12:24:16+00:00,False,aruba,aruba,* master,True,gamelinux_prads.git,gamelinux/prads.git,https://github.com/gamelinux/prads.git +4750b90ad18f4f59fa19b839550d6397f5dffbfd,Arturo Espinosa,unammx@src.gnome.org,1998-04-02 02:18:42+00:00,Arturo Espinosa,unammx@src.gnome.org,1998-04-02 02:18:42+00:00,False,src,src,* master,True,GNOME_evolution,GNOME/evolution,https://gitlab.gnome.org/GNOME/evolution +130e6860394575ea183f25c41097aae56c2c575f,Christopher Wiley,wiley@google.com,2015-10-18 17:53:11-07:00,Christopher Wiley,wiley@google.com,2015-10-21 16:57:37+00:00,False,google,google,* main,True,platform_system_tools_aidl,platform/system/tools/aidl,https://android.googlesource.com/platform/system/tools/aidl +5f20ce17003761c10d4a4806171194723fc7b247,Giampaolo Rodola',g.rodola@gmail.com,2009-03-09 23:34:32+00:00,Giampaolo Rodola',g.rodola@gmail.com,2009-03-09 23:34:32+00:00,False,gmail,gmail,* master,True,giampaolo_psutil,giampaolo/psutil,https://github.com/giampaolo/psutil +a51cb2ead6ef06d0054c6eacce8088ad507398fe,John Jetmore,jj33@pobox.com,2010-02-12 02:12:21+00:00,John Jetmore,jj33@pobox.com,2010-02-12 02:12:21+00:00,False,pobox,pobox,* develop,True,jetmore_swaks,jetmore/swaks,https://github.com/jetmore/swaks +8886f569b14688eae0dd15507f7e07523ba4f711,bcressey,ben@cressey.org,2008-10-23 15:39:31+00:00,bcressey,ben@cressey.org,2008-10-23 15:39:31+00:00,False,cressey,cressey,* master,True,garglk_garglk.git,garglk/garglk.git,https://github.com/garglk/garglk.git +da26fe3cdd4d70ecd89b3a43557195ec09e7671c,realitygaps,brouwer@annejan.com,2014-07-31 23:07:58+02:00,realitygaps,realitygaps@yahoo.com,2014-07-31 21:07:58+00:00,False,annejan,yahoo,* main,True,IJHack_QtPass,IJHack/QtPass,https://github.com/IJHack/QtPass +2eabd6d0562a113270e8b366219eca5d5056eb20,Alon Bar-Lev,alon.barlev@gmail.com,2006-11-26 09:41:31+00:00,Alon Bar-Lev,alon.barlev@gmail.com,2006-11-26 09:41:31+00:00,False,gmail,gmail,* master,True,OpenSC_pkcs11-helper,OpenSC/pkcs11-helper,https://github.com/OpenSC/pkcs11-helper +235f8ffc7b53a159b6c0f49cb7875485843b2bd2,Michael Webster,miketwebster@gmail.com,2013-05-24 16:39:03-04:00,Michael Webster,miketwebster@gmail.com,2013-05-24 20:39:03+00:00,False,gmail,gmail,* master,True,linuxmint_cinnamon-settings-daemon.git,linuxmint/cinnamon-settings-daemon.git,https://github.com/linuxmint/cinnamon-settings-daemon.git +24c93e4caa6a933a95ad7239680dc3ef535f7182,eklhad,eklhad,2006-06-01 17:00:25+00:00,eklhad,eklhad,2006-06-01 17:00:25+00:00,False,eklhad,eklhad,* master,True,CMB_edbrowse.git,CMB/edbrowse.git,https://github.com/CMB/edbrowse.git +729e10ad68a81c5ef1ad2a6a226feae360128187,Gerd Hoffmann,kraxel@redhat.com,2010-04-01 11:24:34+02:00,Gerd Hoffmann,kraxel@redhat.com,2010-04-01 09:24:34+00:00,False,redhat,redhat,* master,True,xawtv3.git,xawtv3.git,https://git.linuxtv.org/xawtv3.git +84da6c1f7f1877662ad3e83858e77872426e2f14,Carl Worth,cworth@cworth.org,2002-10-26 08:00:39+00:00,Carl Worth,cworth@cworth.org,2002-10-26 08:00:39+00:00,False,cworth,cworth,* master,True,cairo_cairo,cairo/cairo,https://gitlab.freedesktop.org/cairo/cairo +e9a6387e82aba6ea9b83e1a284b6d6d032b4f331,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_traits.git,enthought/traits.git,https://github.com/enthought/traits.git +33362ce21152850825ed9177f2e78c90d71c9859,Victor Geraldsson,victor@geraldsson.org,2018-06-21 21:33:26+02:00,Victor Geraldsson,victor@geraldsson.org,2018-06-21 19:33:26+00:00,False,geraldsson,geraldsson,* master,True,vicgeralds_vitetris,vicgeralds/vitetris,https://github.com/vicgeralds/vitetris +7f44820fbd292a6a433d968e14b2ea6ee821a7aa,rrizun,rrizun@df820570-a93a-0410-bd06-b72b767a4274,2009-12-01 02:44:24+00:00,rrizun,rrizun@df820570-a93a-0410-bd06-b72b767a4274,2009-12-01 02:44:24+00:00,False,df820570-a93a-0410-bd06-b72b767a4274,df820570-a93a-0410-bd06-b72b767a4274,* master,True,s3fs-fuse_s3fs-fuse,s3fs-fuse/s3fs-fuse,https://github.com/s3fs-fuse/s3fs-fuse +a275dcc473accef73033626703ffe81194d394e1,Jari Aalto,jari.aalto@cante.net,2007-09-07 12:38:33+03:00,Jari Aalto,jari.aalto@cante.net,2007-09-07 09:38:33+00:00,False,cante,cante,* master,True,jaalto_project--perl-webget,jaalto/project--perl-webget,https://github.com/jaalto/project--perl-webget +55d2cfe0c0fcdb395d6c77cb56fe54750f6b2140,Dima Kogan,dima@secretsauce.net,2013-11-01 13:16:42-07:00,Dima Kogan,dima@secretsauce.net,2013-11-01 20:17:15+00:00,False,secretsauce,secretsauce,* master,True,dkogan_xcscope.el,dkogan/xcscope.el,https://github.com/dkogan/xcscope.el +15afde00a6826bc0744c6b884b018db1ae59ce3b,Iain Truskett,spoon@cpan.org,2003-04-04 05:42:13+00:00,Iain Truskett,spoon@cpan.org,2003-04-04 05:42:13+00:00,False,cpan,cpan,* master,True,book_DateTime-Format-Mail.git,book/DateTime-Format-Mail.git,https://github.com/book/DateTime-Format-Mail.git +c84221e40845a9a3009851e7cb6c3c9c2615df79,Maxence Guesdon,maxence.guesdon@inria.fr,2011-01-11 22:12:54+01:00,Maxence Guesdon,maxence.guesdon@inria.fr,2011-01-11 21:12:54+00:00,False,inria,inria,* master,True,zoggy_lablgtk-extras.git,zoggy/lablgtk-extras.git,https://github.com/zoggy/lablgtk-extras.git +ef9045f11d7bc4afa6c8b8e89c1cebae75b5be50,Ryan C. Gordon,icculus@icculus.org,2005-08-06 16:56:57+00:00,Ryan C. Gordon,icculus@icculus.org,2005-08-06 16:56:57+00:00,False,icculus,icculus,* master,True,osslugaru_lugaru,osslugaru/lugaru,https://gitlab.com/osslugaru/lugaru +89bd5e5685aa4e985532dfe222a5cfa7d9954a27,Chuck Hagenbuch,chuck@horde.org,2010-06-06 21:31:15-04:00,Chuck Hagenbuch,chuck@horde.org,2010-06-07 01:31:15+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_trean.git,horde/trean.git,https://github.com/horde/trean.git +8e6fa54138e81c7454b80a36d22366703fa01031,Asgeir S. Nilsen,asgeir@twingine.no,2013-10-15 19:05:02+02:00,Asgeir S. Nilsen,asgeir@twingine.no,2013-10-15 17:05:02+00:00,False,twingine,twingine,* master,True,asgeirn_brev-cls.git,asgeirn/brev-cls.git,https://github.com/asgeirn/brev-cls.git +3ceb8c59e0ff5977a9c9db1b68f985e2e5218732,Ralph Giles,giles@xiph.org,2010-09-23 15:56:45+00:00,Ralph Giles,giles@xiph.org,2010-09-23 15:56:45+00:00,False,xiph,xiph,* master,True,xiph_theora.git,xiph/theora.git,https://gitlab.xiph.org/xiph/theora.git +bcafbeb92407feedad2ba5ffbeda811831e5b885,Chuck Burgess,ashnazg@php.net,2017-03-08 12:42:55-06:00,Chuck Burgess,ashnazg@php.net,2017-03-08 18:42:55+00:00,False,php,php,* master,True,pear_Net_Socket.git,pear/Net/Socket.git,https://github.com/pear/Net_Socket.git +eaebfaeea9cabb12fcf83c2f34866f2d46a1c757,blais,unknown,2005-10-31 07:16:55+00:00,blais,unknown,2005-10-31 07:16:55+00:00,False,unknown,unknown,* master,True,blais_xxdiff.git,blais/xxdiff.git,https://github.com/blais/xxdiff.git +52712c663552022814e2102a36dda8776a318628,morioka,morioka,1997-04-30 17:39:28+00:00,morioka,morioka,1997-04-30 17:39:28+00:00,False,morioka,morioka,* semi-1_14-wl,True,wanderlust_semi,wanderlust/semi,https://github.com/wanderlust/semi +6e14ab37adbe8c69175f66ecb0e84f5e215e86cb,trevor,trevorld@stanford.edu,2013-05-03 18:12:42-07:00,trevor,trevorld@stanford.edu,2013-05-04 01:12:42+00:00,False,stanford,stanford,* master,True,trevorld_r-optparse.git,trevorld/r-optparse.git,https://github.com/trevorld/r-optparse.git +74bb7ac84d035e5b193b8488559a50581db8d169,root,root,2000-03-20 09:58:54+00:00,root,root,2000-03-20 09:58:54+00:00,False,root,root,* master,True,p_ps-watcher_code,p/ps-watcher/code,https://git.code.sf.net/p/ps-watcher/code +4e007d5588f7b83671dff86983d0184ab942d199,Norbert Preining,norbert@preining.info,2008-08-05 00:14:02+00:00,Norbert Preining,norbert@preining.info,2008-08-05 00:14:02+00:00,False,preining,preining,* master,True,debian-tex_cjk,debian-tex/cjk,https://github.com/debian-tex/cjk +f2b9d24e954d2fcfef4596837f40b1e5aad3de46,Martin Grenfell,martin.grenfell@gmail.com,2011-11-30 20:56:43+00:00,Martin Grenfell,martin.grenfell@gmail.com,2011-11-30 20:56:43+00:00,False,gmail,gmail,* master,True,vim-syntastic_syntastic,vim-syntastic/syntastic,https://github.com/vim-syntastic/syntastic +3a825ae8ea70d038f82e8efdf8cb9fd95f5d5761,Adrian Chadd,adrian@freebsd.org,2013-03-08 14:57:11-08:00,Adrian Chadd,adrian@freebsd.org,2013-03-08 22:57:11+00:00,False,freebsd,freebsd,* master,True,qca_open-ath9k-htc-firmware.git,qca/open-ath9k-htc-firmware.git,https://github.com/qca/open-ath9k-htc-firmware.git +c9bb1f54b57c2ec0d115158b72ab26d8a704ffb6,Nathan Bell,wnbell@gmail.com,2009-09-10 19:06:21+00:00,Nathan Bell,wnbell@gmail.com,2009-09-10 19:06:21+00:00,False,gmail,gmail,* main,True,NVIDIA_thrust,NVIDIA/thrust,https://github.com/NVIDIA/thrust +f5b7be3d4a0443193ad738895658057d56423673,Francesc Alted,faltet@pytables.org,2010-09-30 14:53:13+02:00,Francesc Alted,faltet@pytables.org,2010-09-30 12:53:13+00:00,False,pytables,pytables,* main,True,Blosc_python-blosc.git,Blosc/python-blosc.git,https://github.com/Blosc/python-blosc.git +65970377bc0189dc38ea66e0aba7609041bb0e73,Reiner Herrmann,reiner@reiner-h.de,2016-07-31 16:34:59+02:00,Reiner Herrmann,reiner@reiner-h.de,2016-07-31 14:34:59+00:00,False,reiner-h,reiner-h,* master,True,phmarek_fsvs.git,phmarek/fsvs.git,https://github.com/phmarek/fsvs.git +4bb961dfbf9411e090f1d942d0fde6c82b9fa4b5,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,Remi Delon,rdelon@cherrypy.org,2004-12-29 20:58:53+00:00,False,cherrypy,cherrypy,* main,True,cherrypy_cheroot.git,cherrypy/cheroot.git,https://github.com/cherrypy/cheroot.git +91b7bf1df3ecb9e786e1f243e2dd9f70a8d43bd4,Sam Lantinga,slouken@lokigames.com,1999-10-21 18:02:08+00:00,Sam Lantinga,slouken@lokigames.com,1999-10-21 18:02:08+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_mixer.git,libsdl-org/SDL/mixer.git,https://github.com/libsdl-org/SDL_mixer.git +c7835c075e1d2efcffc266219720d3aec6d4b8d8,bronger,bronger@516c0664-e049-0410-bc6e-8f9a6051a51d,2005-06-25 20:59:51+00:00,bronger,bronger@516c0664-e049-0410-bc6e-8f9a6051a51d,2005-06-25 20:59:51+00:00,False,516c0664-e049-0410-bc6e-8f9a6051a51d,516c0664-e049-0410-bc6e-8f9a6051a51d,* main,True,pyvisa_pyvisa.git,pyvisa/pyvisa.git,https://github.com/pyvisa/pyvisa.git +a0f5893b208b2a1e15a3de20bba65ce76bb6b63c,Jens Peter Secher,jpsecher@gmail.com,2010-01-31 22:35:49+01:00,Jens Peter Secher,jpsecher@gmail.com,2010-01-31 21:35:49+00:00,False,gmail,gmail,* master,True,HaxeFoundation_haxe-debian,HaxeFoundation/haxe-debian,https://github.com/HaxeFoundation/haxe-debian +dd6d19417c6af365ba6fc1f66fb5d0dcafc02154,Georg Holzmann,grholzi@users.sourceforge.net,2007-01-14 12:18:50+00:00,Georg Holzmann,grholzi@users.sourceforge.net,2007-01-14 12:18:50+00:00,False,users,users,* master,True,iem-projects_pd-iemmatrix,iem-projects/pd-iemmatrix,https://github.com/iem-projects/pd-iemmatrix +4612cef9edafdd846fb2b5c61e81864b83bf2b3e,hephooey,hephooey@users.noreply.github.com,2003-04-29 07:46:07+00:00,hephooey,hephooey@users.noreply.github.com,2003-04-29 07:46:07+00:00,False,users,users,* master,True,qterm_qterm,qterm/qterm,https://github.com/mytbk/fqterm +b43383167ab73ae0df3242926160488116b2ec5c,Armin Ronacher,armin.ronacher@active-4.com,2010-05-06 13:10:26+02:00,Armin Ronacher,armin.ronacher@active-4.com,2010-05-06 11:10:26+00:00,False,active-4,active-4,* master,True,mitsuhiko_flask-openid.git,mitsuhiko/flask-openid.git,https://github.com/mitsuhiko/flask-openid.git +5cad2b6bf57eb64ea34e3b3fd916a0e10ce15c3a,cbarratt,cbarratt,2002-08-10 22:47:37+00:00,cbarratt,cbarratt,2002-08-10 22:47:37+00:00,False,cbarratt,cbarratt,* master,True,backuppc_backuppc,backuppc/backuppc,https://github.com/backuppc/backuppc +2c0383abf2dd11c70e8d1040ff5a29918b18a07e,Alexander Kozlovsky,alexander.kozlovsky@gmail.com,2008-02-15 11:26:03+00:00,Alexander Kozlovsky,alexander.kozlovsky@gmail.com,2008-02-15 11:26:03+00:00,False,gmail,gmail,* main,True,ponyorm_pony,ponyorm/pony,https://github.com/ponyorm/pony +23ffe1ff6577adfce7980f961978ed3e8de59ed6,Magnus Auvinen,magnus.auvinen@gmail.com,2008-03-05 19:38:47+00:00,Magnus Auvinen,magnus.auvinen@gmail.com,2008-03-05 19:38:47+00:00,False,gmail,gmail,* master,True,ddnet_ddnet,ddnet/ddnet,https://github.com/ddnet/ddnet +20d821265d50eee500b5ff4e36c1fdc9ef4516f2,Marcel Gruenauer,hanekomu@gmail.com,2009-06-07 18:18:20+02:00,Marcel Gruenauer,hanekomu@gmail.com,2009-06-07 16:18:20+00:00,False,gmail,gmail,* master,True,dagolden_Pod-Wordlist-hanekomu,dagolden/Pod-Wordlist-hanekomu,https://github.com/dagolden/Pod-Wordlist-hanekomu +86954d3e84c7359efc45e44967e27632e8a709a7,Hok Kakada,hokkakada@khmeros.info,2006-09-08 09:51:53+00:00,Hok Kakada,hokkakada@khmeros.info,2006-09-08 09:51:53+00:00,False,khmeros,khmeros,* master,True,translate_translate,translate/translate,https://github.com/translate/translate +ba1fcfd84f0b0bd3c8db24cb761f1e97cd413589,Antonio Cardoso Martins,digiplan.pt@gmail.com,2015-01-04 19:47:18+00:00,Antonio Cardoso Martins,digiplan.pt@gmail.com,2015-01-04 19:47:18+00:00,False,gmail,gmail,* master,True,antocm_guidedog,antocm/guidedog,https://github.com/antocm/guidedog +0081b4ac955ab8199c7dbef73d3143af2057bc2d,Charles Stephen Kerr,csk@src.gnome.org,2006-10-02 20:45:58+00:00,Charles Stephen Kerr,csk@src.gnome.org,2006-10-02 20:45:58+00:00,False,src,src,* master,True,GNOME_pan.git,GNOME/pan.git,https://gitlab.gnome.org/GNOME/pan.git +f3830f084664226085ed00702b396452b82aaaee,Adam Zapletal,adamzap@gmail.com,2010-05-11 23:35:20-05:00,Adam Zapletal,adamzap@gmail.com,2010-05-12 04:35:20+00:00,False,gmail,gmail,* master,True,ionelmc_python-darkslide.git,ionelmc/python-darkslide.git,https://github.com/ionelmc/python-darkslide.git +f6307607e93579430af4144b537b6354bcf638c5,Adam Cécile,gandalf@aircrack-ng.org,2006-12-11 20:32:09+00:00,Adam Cécile,gandalf@aircrack-ng.org,2006-12-11 20:32:09+00:00,False,aircrack-ng,aircrack-ng,* master,True,aircrack-ng_aircrack-ng,aircrack-ng/aircrack-ng,https://github.com/aircrack-ng/aircrack-ng +53d8ed47a4c62a4e4c368cb941d72d51507d9b65,Mike Bayer,mike_mp@zzzcomputing.com,2007-03-31 21:16:11+00:00,Mike Bayer,mike_mp@zzzcomputing.com,2007-03-31 21:16:11+00:00,False,zzzcomputing,zzzcomputing,* main,True,sqlalchemy_mako,sqlalchemy/mako,https://github.com/sqlalchemy/mako +dbfe2e81eae67ea9b01ec2607124da03345d6cea,wojtekka,wojtekka@63027e8e-9091-4708-a9e0-01b58f66871a,2006-04-13 19:51:02+00:00,wojtekka,wojtekka@63027e8e-9091-4708-a9e0-01b58f66871a,2006-04-13 19:51:02+00:00,False,63027e8e-9091-4708-a9e0-01b58f66871a,63027e8e-9091-4708-a9e0-01b58f66871a,* debian-master,True,porridge_libydpdict,porridge/libydpdict,https://github.com/porridge/libydpdict +3b74ba8cb5e8a089261a565ab4e58f244021cf73,LinuxDonald,LinuxDonald@d3468d7a-13f2-4ea4-bf00-366cb6352a40,2007-10-19 18:49:40+00:00,LinuxDonald,LinuxDonald@d3468d7a-13f2-4ea4-bf00-366cb6352a40,2007-10-19 18:49:40+00:00,False,d3468d7a-13f2-4ea4-bf00-366cb6352a40,d3468d7a-13f2-4ea4-bf00-366cb6352a40,* master,True,unknown-horizons_unknown-horizons.git,unknown-horizons/unknown-horizons.git,https://github.com/unknown-horizons/unknown-horizons.git +24b21e275a84e543676ea74fb56f71665e9c183a,VDR dai (gkrelluim),d+gkrelluim@vdr.jp,2005-07-08 21:05:32+00:00,VDR dai (gkrelluim),d+gkrelluim@vdr.jp,2005-07-08 21:05:32+00:00,False,vdr,vdr,* master,True,dai-vdr_gkrelluim.git,dai-vdr/gkrelluim.git,https://github.com/dai-vdr/gkrelluim.git +a541deec4eb82572e77800e1670cbfcc686cb62e,Herbert J. Bernstein,yayahjb@gmail.com,2006-07-24 15:30:31+00:00,Herbert J. Bernstein,yayahjb@gmail.com,2006-07-24 15:30:31+00:00,False,gmail,gmail,* main,True,yayahjb_cbflib,yayahjb/cbflib,https://github.com/yayahjb/cbflib +92a866535d416e14ae5b0cd8940699ba654c4a42,Fiz Vazquez,vud1@sindominio.net,2007-02-01 14:08:10+00:00,Fiz Vazquez,vud1@sindominio.net,2007-02-01 14:08:10+00:00,False,sindominio,sindominio,* master,True,pytrainer_pytrainer.git,pytrainer/pytrainer.git,https://github.com/pytrainer/pytrainer.git +e34d1cd5446d7c1ad7b0c44e41748e31f4fcb56b,rodrigo.cr,,2007-09-15 12:30:38+00:00,rodrigo.cr,,2007-09-15 12:30:38+00:00,False,,,* master,True,subdownloader_subdownloader,subdownloader/subdownloader,https://github.com/subdownloader/subdownloader +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,certbot_josepy,certbot/josepy,https://github.com/certbot/josepy +d12ac25a96e0417317f0cfc70462ef565544d14e,Norbert Preining,preining@debian.org,2012-02-02 22:38:48+00:00,Norbert Preining,preining@debian.org,2012-02-02 22:38:48+00:00,False,debian,debian,* master,True,debian-tex_texlive-bin,debian-tex/texlive-bin,https://github.com/debian-tex/texlive-bin +cd3fe5260af8613f53a93c44848cd731b5b5c9c9,Hubert Chathi,hubert@uhoreg.ca,2008-04-01 09:47:38-04:00,Hubert Chathi,hubert@uhoreg.ca,2008-04-01 13:47:38+00:00,False,uhoreg,uhoreg,* master,True,debian-tex_asymptote,debian-tex/asymptote,https://github.com/debian-tex/asymptote +413c88c33f7bc89524588a2b9331acdc3b4d5ffa,gakman,gakman@60970b36-f649-e149-802f-859a9d0a703e,2005-04-03 12:24:42+00:00,gakman,gakman@60970b36-f649-e149-802f-859a9d0a703e,2005-04-03 12:24:42+00:00,False,60970b36-f649-e149-802f-859a9d0a703e,60970b36-f649-e149-802f-859a9d0a703e,* develop,True,gak_gravit,gak/gravit,https://github.com/gak/gravit +a2ea193bd4eb60ae01912750331021d24d02a2f8,Chris Allegretta,chrisa@asty.org,2000-06-06 05:53:49+00:00,Chris Allegretta,chrisa@asty.org,2000-06-06 05:53:49+00:00,False,asty,asty,* master,True,git_nano.git,git/nano.git,https://git.savannah.gnu.org/git/nano.git +d50ad2cad47c1b2603ea7f2caedd65bfde73f0c1,Breno Leitao,leitao@debian.org,2022-08-21 07:40:57+01:00,Breno Leitao,leitao@debian.org,2022-08-21 06:40:57+00:00,False,debian,debian,* main,True,leitao_fortunes-br.git,leitao/fortunes-br.git,https://github.com/leitao/fortunes-br.git +a294f080cfd150f023c26200151f7029e818b17a,hMatoba,g838.mahiroo@gmail.com,2014-09-13 11:41:18+09:00,hMatoba,g838.mahiroo@gmail.com,2014-09-13 02:41:18+00:00,False,gmail,gmail,* master,True,hMatoba_Piexif,hMatoba/Piexif,https://github.com/hMatoba/Piexif +5b15d154d4a78250382ab7d0ea290c655a23e964,Paul McGuire,ptmcg@austin.rr.com,2012-10-01 23:18:06+00:00,Paul McGuire,ptmcg@austin.rr.com,2012-10-01 23:18:06+00:00,False,austin,austin,* master,True,pyparsing_pyparsing,pyparsing/pyparsing,https://github.com/pyparsing/pyparsing +45c9cc344b54576c0f95b05149f18ac51955f9bb,mgruner,mgruner@ba6c7691-6512-0410-bf18-b6da21b6447f,2007-05-08 15:51:07+00:00,mgruner,mgruner@ba6c7691-6512-0410-bf18-b6da21b6447f,2007-05-08 15:51:07+00:00,False,ba6c7691-6512-0410-bf18-b6da21b6447f,ba6c7691-6512-0410-bf18-b6da21b6447f,* master,True,bibletime_bibletime.git,bibletime/bibletime.git,https://github.com/bibletime/bibletime.git +0243f4a01aef18ab668a9ce9a15b540c3c28f24f,ZHANG Peng,zhangpeng,2007-06-11 02:29:39+00:00,ZHANG Peng,zhangpeng,2007-06-11 02:29:39+00:00,False,zhangpeng,zhangpeng,* master,True,wojdyr_xylib,wojdyr/xylib,https://github.com/wojdyr/xylib +a1e9265cad03d076a84b74ddf566dff4f2ad8e3b,Erik de Castro Lopo,erikd@mega-nerd.com,2004-01-21 07:46:34+00:00,Erik de Castro Lopo,erikd@mega-nerd.com,2004-01-21 07:46:34+00:00,False,mega-nerd,mega-nerd,* master,True,erikd_libsndfile,erikd/libsndfile,https://github.com/erikd/libsndfile +994dcfa580cc66bff8666c3be38d7d87f2f42beb,joey,joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2,2001-12-21 04:00:37+00:00,joey,joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2,2001-12-21 04:00:37+00:00,False,a4a2c43b-8ac3-0310-8836-e0e880c912e2,a4a2c43b-8ac3-0310-8836-e0e880c912e2,* master,True,words2nums,words2nums,git://git.kitenet.net/words2nums +f57233d5c5cc4ba63cbf00a87085f303911adb79,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2008-03-23 02:47:56+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2008-03-23 02:47:56+00:00,False,gmail,gmail,* master,True,lxde_lxappearance.git,lxde/lxappearance.git,https://github.com/lxde/lxappearance.git +9023ca0156e513e6ff0669bedb55264049a7bba3,Quipyowert2,Quipyowert2@users.noreply.github.com,2018-09-04 04:04:36-07:00,Quipyowert2,Quipyowert2@users.noreply.github.com,2018-09-12 08:44:19+00:00,False,users,users,* master,True,Quipyowert2_geki2,Quipyowert2/geki2,https://github.com/Quipyowert2/geki2 +12c52e289dc2f09e3867093042d95a772422702f,Laurent Guéguen,laurent.gueguen@univ-lyon1.fr,2022-12-05 10:01:20+01:00,GitHub,noreply@github.com,2022-12-05 09:01:20+00:00,False,univ-lyon1,github,* master,True,BioPP_bpp-seq,BioPP/bpp-seq,https://github.com/BioPP/bpp-seq +b5d498ea44d32b78fa571f72c92a472dafe46733,rubykat,rubykat@2012430e-0a27-0410-a6ba-9a24a1533ba9,2007-11-09 11:37:03+00:00,rubykat,rubykat@2012430e-0a27-0410-a6ba-9a24a1533ba9,2007-11-09 11:37:03+00:00,False,2012430e-0a27-0410-a6ba-9a24a1533ba9,2012430e-0a27-0410-a6ba-9a24a1533ba9,* master,True,resurrecting-open-source-projects_txt2html,resurrecting-open-source-projects/txt2html,https://github.com/resurrecting-open-source-projects/txt2html +cb02d5d0e770e2a8cbe5a8ac810820a2ce5fec0c,Kristian Høgsberg,krh@redhat.com,2005-03-03 19:45:58+00:00,Kristian Høgsberg,krh@redhat.com,2005-03-03 19:45:58+00:00,False,redhat,redhat,* master,True,poppler_poppler,poppler/poppler,https://gitlab.freedesktop.org/poppler/poppler +700d6e85a4ed65a192058f9393f98c1ce087f7c9,Gennady ShultZ Kozlov,qpxtool@mail.ru,2014-03-20 07:47:22+00:00,Gennady ShultZ Kozlov,qpxtool@mail.ru,2014-03-20 07:47:22+00:00,False,mail,mail,* master,True,p_qpxtool_code,p/qpxtool/code,https://git.code.sf.net/p/qpxtool/code +c7b805c84c7e830f5b1049e1b8b4b06ff9fcd03a,Srećko Jurić-Kavelj,srecko.juric-kavelj@fer.hr,2013-03-29 22:01:25+01:00,Srećko Jurić-Kavelj,srecko.juric-kavelj@fer.hr,2013-03-29 21:01:25+00:00,False,fer,fer,* master,True,jksrecko_libaria,jksrecko/libaria,https://github.com/jksrecko/libaria +11992645041899291f1d7652df5b0bccd626bb30,Michael Greene,a.minor.threat@gmail.com,2014-04-22 21:11:34-07:00,Michael Greene,a.minor.threat@gmail.com,2014-04-23 04:11:34+00:00,False,gmail,gmail,* master,True,SecurityInnovation_PGPy,SecurityInnovation/PGPy,https://github.com/SecurityInnovation/PGPy +156a1882e158141e13ccd05d82672796646a0ae6,Strahinja Markovic,val@markovic.io,2012-04-15 16:57:10-07:00,Strahinja Markovic,val@markovic.io,2012-04-15 23:57:10+00:00,False,markovic,markovic,* master,True,ycm-core_YouCompleteMe,ycm-core/YouCompleteMe,https://github.com/ycm-core/YouCompleteMe +e3e7fb1827d6f211ca3fe0e66776e94df3ed9fae,Stefano Costa,steko@iosa.it,2008-03-14 17:57:32+01:00,Stefano Costa,steko@iosa.it,2008-03-14 16:57:32+00:00,False,iosa,iosa,* main,True,totalopenstation_totalopenstation.git,totalopenstation/totalopenstation.git,https://github.com/totalopenstation/totalopenstation.git +2c0b11891b947e01cbdf20e699c9ad715557ef7d,c4xp,c4xp@msn.com,2014-01-04 12:18:45-08:00,c4xp,c4xp@msn.com,2014-01-04 20:18:45+00:00,False,msn,msn,* master,True,wxAstro_wxAstroCapture,wxAstro/wxAstroCapture,https://github.com/wxAstro/wxAstroCapture +d12096bbd3bccd0b590a0430f4563d7b89464caf,Deon George,wurley@users.sf.net,2009-06-30 19:22:30+10:00,Deon George,wurley@users.sf.net,2009-06-30 09:22:30+00:00,False,users,users,* master,True,leenooks_phpLDAPadmin,leenooks/phpLDAPadmin,https://github.com/leenooks/phpLDAPadmin +ab62a79018a08a6955f7f1ac6d33f545997fd415,rodrigo.gallardo,rodrigo.gallardo@4c072952-ec3e-0410-8942-d3a44bbd62b3,2007-11-15 00:44:04+00:00,rodrigo.gallardo,rodrigo.gallardo@4c072952-ec3e-0410-8942-d3a44bbd62b3,2007-11-15 00:44:04+00:00,False,4c072952-ec3e-0410-8942-d3a44bbd62b3,4c072952-ec3e-0410-8942-d3a44bbd62b3,* master,True,lrgc_grun.git,lrgc/grun.git,https://github.com/lrgc/grun.git +2d4eb8b798bc62938cebc6546c1f265bf06680dc,Norbert Preining,preining@debian.org,2005-09-28 22:48:51+00:00,Norbert Preining,preining@debian.org,2005-09-28 22:48:51+00:00,False,debian,debian,* master,True,debian-tex_texinfo,debian-tex/texinfo,https://github.com/debian-tex/texinfo +312081051e498e2db828fbbfcbcc6ceb9a9b6087,Joachim Metz,joachim.metz@gmail.com,2014-10-11 14:59:56+02:00,Joachim Metz,joachim.metz@gmail.com,2014-10-11 12:59:56+00:00,False,gmail,gmail,* main,True,libyal_libfsntfs.git,libyal/libfsntfs.git,https://github.com/libyal/libfsntfs.git +a25823d0cbfca2f046608bac1bbfc36780ea37b3,tim_littlefair,tim_littlefair@5922d1d1-9610-0410-a011-a6bce15726ed,2001-04-12 15:49:32+00:00,tim_littlefair,tim_littlefair@5922d1d1-9610-0410-a011-a6bce15726ed,2001-04-12 15:49:32+00:00,False,5922d1d1-9610-0410-a011-a6bce15726ed,5922d1d1-9610-0410-a011-a6bce15726ed,* master,True,sarnold_cccc,sarnold/cccc,https://github.com/sarnold/cccc +9b8ff5e1f5f2176eeb454c6fd83d0cedc15e2591,Otto Yiu,otto@live.ca,2013-01-19 00:20:08-08:00,Otto Yiu,otto@live.ca,2013-01-19 08:37:15+00:00,False,live,live,* main,True,adamchainz_django-cors-headers,adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers +43c256b554dcbe478644be73e29af16b3470f1c1,ziv@openni.org,ziv@openni.org,2010-12-08 17:36:41+02:00,ziv@openni.org,ziv@openni.org,2010-12-08 15:36:41+00:00,False,openni,openni,* master,True,OpenNI_OpenNI.git,OpenNI/OpenNI.git,https://github.com/OpenNI/OpenNI.git +0709f3330a93e53532cb50f58353072dfce464e3,chow,chow,1999-07-14 20:14:43+00:00,chow,chow,1999-07-14 20:14:43+00:00,False,chow,chow,* master,True,hypre-space_hypre,hypre-space/hypre,https://github.com/hypre-space/hypre +3955178606b1128a280aafd0f64ac1d77246c09a,robertkrimen,robertkrimen@gmail.com,2010-05-11 19:00:18-07:00,robertkrimen,robertkrimen@gmail.com,2010-05-12 02:01:41+00:00,False,gmail,gmail,* master,True,dagolden_Config-Identity.git,dagolden/Config-Identity.git,https://github.com/dagolden/Config-Identity.git +d0b10492e61219f8e0d446ecaf17ebdfb3cb085a,amulecvs,noreply@amule.org,2004-03-04 11:15:32+00:00,amulecvs,noreply@amule.org,2004-03-04 11:15:32+00:00,False,amule,amule,* master,True,amule-project_amule.git,amule-project/amule.git,https://github.com/amule-project/amule.git +a2d71961fcd70f9f8f3b1dd07fad7e3355a1318a,Lars Marowsky-Bree,lmb@suse.de,2003-08-08 18:19:47+00:00,Lars Marowsky-Bree,lmb@suse.de,2003-08-08 18:19:47+00:00,False,suse,suse,* main,True,ClusterLabs_pacemaker,ClusterLabs/pacemaker,https://github.com/ClusterLabs/pacemaker +c8b99e9bea675d6451bdab68d4e02f40d2dea3ea,Georg Brandl,georg@python.org,2014-09-20 21:12:48+02:00,Georg Brandl,georg@python.org,2014-09-20 19:12:48+00:00,False,python,python,* master,True,pygments_pygments.git,pygments/pygments.git,https://github.com/pygments/pygments.git +96b04928794c66e84cc0d7e2ef0a7cf895f0c556,Jeffrey Gelens,devnull@localhost,2010-07-28 00:29:48+02:00,Jeffrey Gelens,devnull@localhost,2010-07-27 22:29:48+00:00,False,localhost,localhost,* master,True,noppo_gevent-websocket.git,noppo/gevent-websocket.git,https://gitlab.com/noppo/gevent-websocket.git +59eeaffb95e15e0422d6bb336314ce72d328a8c5,Michael Webster,miketwebster@gmail.com,2014-01-20 10:08:58-05:00,Michael Webster,miketwebster@gmail.com,2014-01-20 15:08:58+00:00,False,gmail,gmail,* master,True,linuxmint_cinnamon-menus.git,linuxmint/cinnamon-menus.git,https://github.com/linuxmint/cinnamon-menus.git +90f09f6fff3a240b8e885311e8ce320059143eeb,Filip Wasilewski,en@ig.ma,2006-07-07 16:06:30+00:00,Filip Wasilewski,en@ig.ma,2006-07-07 16:06:30+00:00,False,ig,ig,* main,True,PyWavelets_pywt.git,PyWavelets/pywt.git,https://github.com/PyWavelets/pywt.git +0a907e03a4a225ff38969c0c4ad790160f75fd4a,Barbie,barbie@missbarbell.co.uk,2009-04-05 21:54:57+01:00,Barbie,barbie@missbarbell.co.uk,2009-04-05 20:54:57+00:00,False,missbarbell,missbarbell,* master,True,barbie_data-phrasebook.git,barbie/data-phrasebook.git,https://github.com/barbie/data-phrasebook.git +cd9d756e47604871f6b40aec7b3da06823ac1832,morioka,morioka,1997-04-29 11:47:35+00:00,morioka,morioka,1997-04-29 11:47:35+00:00,False,morioka,morioka,* flim-1_14-wl,True,wanderlust_flim,wanderlust/flim,https://github.com/wanderlust/flim +002ae35061beef02453b7fb1045a50fa2f7f30f8,Denis Bilenko,denis.bilenko@gmail.com,2009-07-07 10:55:15+07:00,Denis Bilenko,denis.bilenko@gmail.com,2009-07-07 03:55:15+00:00,False,gmail,gmail,* master,True,gevent_gevent,gevent/gevent,https://gitlab.com/noppo/gevent-websocket.git +c4a642b4648d486777af91ccc2894355df447089,prigaux,pri@nopapers.org,2007-03-06 21:15:55+00:00,prigaux,pri@nopapers.org,2007-03-06 21:15:55+00:00,False,nopapers,nopapers,* master,True,HandBrake_HandBrake,HandBrake/HandBrake,https://github.com/HandBrake/HandBrake +dc25783d74175083bfa84b410a9be14aa2e1bf47,alga,devnull@localhost,2002-08-29 22:52:18+00:00,alga,devnull@localhost,2002-08-29 22:52:18+00:00,False,localhost,localhost,* master,True,ispell-lt_ispell-lt.git,ispell-lt/ispell-lt.git,https://github.com/ispell-lt/ispell-lt.git +a80a2e2c7937e2638db1c12e66f43473eec213dc,Jordan Miller,jordan@luckyone.(none),2009-03-22 22:15:07-05:00,Jordan Miller,jordan@luckyone.(none),2009-03-23 03:15:07+00:00,False,luckyone,luckyone,* master,True,ralovich_antpm,ralovich/antpm,https://github.com/ralovich/antpm +b6ea994494b831b8310e0dd26a22e3943ea49b2f,Alasdair G. Kergon,agk@redhat.com,2004-06-24 08:53:48+00:00,Alasdair G. Kergon,agk@redhat.com,2004-06-24 08:53:48+00:00,False,redhat,redhat,* main,True,ClusterLabs_fence-agents,ClusterLabs/fence-agents,https://github.com/ClusterLabs/fence-agents +e18849ef991cf318fac575054031c7177e438935,sunnyone41,,2002-11-21 13:56:17+00:00,sunnyone41,,2002-11-21 13:56:17+00:00,False,,,* master,True,sunnyone_loqui.git,sunnyone/loqui.git,https://github.com/sunnyone/loqui.git +3f722958b1dd45e1ad8d50663836579553297fdd,root,root@localhost.localdomain,2007-06-19 16:09:11-07:00,root,root@localhost.localdomain,2007-06-19 23:09:11+00:00,False,localhost,localhost,* master,True,intel_libva.git,intel/libva.git,https://github.com/intel/libva.git +96f84fca313abbec98e3313f3445ad3ceec36316,proller,proller@ff192a37-909f-40e5-93bf-5d04ad84bf5f,2007-09-22 23:21:35+00:00,proller,proller@ff192a37-909f-40e5-93bf-5d04ad84bf5f,2007-09-22 23:21:35+00:00,False,ff192a37-909f-40e5-93bf-5d04ad84bf5f,ff192a37-909f-40e5-93bf-5d04ad84bf5f,* master,True,viewizard_astromenace.git,viewizard/astromenace.git,https://github.com/viewizard/astromenace.git +4afcc693f19b074f552417fd583912d72e60c5eb,Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2011-05-09 17:05:26+02:00,Adrian Glaubitz,glaubitz@physik.fu-berlin.de,2011-05-09 15:05:26+00:00,False,physik,physik,* master,True,glaubitz_kcemu-debian,glaubitz/kcemu-debian,https://github.com/glaubitz/kcemu-debian +0c143fab8dd9abe02d3a04cb0ce697698d10c4d5,Bertrand Guiheneuf,bertrand@src.gnome.org,1999-04-19 07:53:46+00:00,Bertrand Guiheneuf,bertrand@src.gnome.org,1999-04-19 07:53:46+00:00,False,src,src,* master,True,GNOME_evolution-data-server.git,GNOME/evolution-data-server.git,https://gitlab.gnome.org/GNOME/evolution-data-server.git +80a15829135065e16ce5b129c715d10d14b829ba,Owen Taylor,otaylor@redhat.com,2000-12-20 04:41:36+00:00,Owen Taylor,otaylor@src.gnome.org,2000-12-20 04:41:36+00:00,False,redhat,src,* main,True,harfbuzz_harfbuzz.git,harfbuzz/harfbuzz.git,https://github.com/harfbuzz/harfbuzz.git +35923e6ad4ceecf232f0b81be87e491e439a075f,Rolf Leggewie,foss@rolf.leggewie.biz,2009-08-02 03:19:47+02:00,Rolf Leggewie,foss@rolf.leggewie.biz,2009-08-02 01:19:47+00:00,False,rolf,rolf,* master,True,leggewie-DM_scim-anthy,leggewie-DM/scim-anthy,https://github.com/leggewie-DM/scim-anthy +b40adffce2f59bd8a4746746e704925f81ca3f5a,Giovanni Cannata,cannatag@gmail.com,2013-09-16 16:44:27+00:00,Giovanni Cannata,cannatag@gmail.com,2013-09-16 16:44:27+00:00,False,gmail,gmail,* dev,True,cannatag_ldap3,cannatag/ldap3,https://github.com/cannatag/ldap3 +fb0ab1a6352c485cc912b617026e844ba24e0b46,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2009-09-28 07:44:44+00:00,Jan-Oliver Wagner,jan-oliver.wagner@greenbone.net,2009-09-28 07:44:44+00:00,False,greenbone,greenbone,* main,True,greenbone_gsa,greenbone/gsa,https://github.com/greenbone/gsa +3b044ab379a0e6a644a1bba47663f1b92c1df8dc,Nicolas Schodet,nico-nxt@ni.fr.eu.org,2010-08-20 00:17:05+02:00,Nicolas Schodet,nico-nxt@ni.fr.eu.org,2010-08-19 22:18:21+00:00,False,ni,ni,* master,True,nxt-firmware.git,nxt-firmware.git,https://git.ni.fr.eu.org/nxt-firmware.git +fc3b5fab4cb4f9a20671e17e31126f360b0e941a,Tavian Barnes,tavianator@tavianator.com,2016-02-10 20:39:30-05:00,Tavian Barnes,tavianator@tavianator.com,2016-02-11 01:39:30+00:00,False,tavianator,tavianator,* main,True,tavianator_bfs.git,tavianator/bfs.git,https://github.com/tavianator/bfs.git +bab4b623762b5eb562fcda2abaa5ffa9f946f0c3,Victor Julien,victor@inliniac.net,2008-07-28 00:02:53+02:00,Victor Julien,victor@inliniac.net,2009-07-28 21:25:09+00:00,False,inliniac,inliniac,* master,True,OISF_suricata,OISF/suricata,https://github.com/OISF/suricata +a15ec969f6e89b70f0de7bb125ee402224d2aa4a,wbsoft,wbsoft@9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,2008-03-08 23:36:02+00:00,wbsoft,wbsoft@9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,2008-03-08 23:36:02+00:00,False,9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,9ccaac5f-f547-0410-a4bc-9f33b0f64cd5,* main,True,Kozea_Pyphen,Kozea/Pyphen,https://github.com/Kozea/Pyphen +1f0ff21d6e084d67b6a614924afeda4d1ab4a103,Philippe Bruhat (BooK),book@cpan.org,2008-10-08 15:49:29+02:00,Philippe Bruhat (BooK),book@cpan.org,2008-10-08 13:49:29+00:00,False,cpan,cpan,* master,True,book_Test-Database.git,book/Test-Database.git,https://github.com/book/Test-Database.git +ead8ef613ce66d51399a87d225b4cd52c6c7983e,Perberos,perberos@gmail.com,2011-12-01 23:42:46-03:00,Perberos,perberos@gmail.com,2011-12-02 02:42:46+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-themes.git,mate-desktop/mate-themes.git,https://github.com/mate-desktop/mate-themes.git +cfba892dc827819107e443be5f7673002d147750,Cédric Barboiron,ced@winkie.fr,2017-06-20 16:10:34+02:00,Cédric Barboiron,ced@winkie.fr,2017-06-20 14:10:34+00:00,False,winkie,winkie,* debian/sid,True,yastupin_eggdrop-debian,yastupin/eggdrop-debian,https://github.com/yastupin/eggdrop-debian +37592efffcaeb3315a4fa5e0d5a3e11ba9b7a801,Philip Mucci,mucci@eecs.utk.edu,1999-05-27 20:00:43+00:00,Philip Mucci,mucci@eecs.utk.edu,1999-05-27 20:00:43+00:00,False,eecs,eecs,* master,True,icl-utk-edu_papi,icl-utk-edu/papi,https://github.com/icl-utk-edu/papi +881850e49b67d8c9111ac53d09fb90138c1a3320,Holtwick,dirk.holtwick@gmail.com,2010-06-17 14:06:14+02:00,Holtwick,dirk.holtwick@gmail.com,2010-06-17 12:06:14+00:00,False,gmail,gmail,* master,True,xhtml2pdf_xhtml2pdf,xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf +ddfa0f4dec3c3f0320868f6cc50dbe26e4be1edc,Bastian Bechtold,basti@bastibe.de,2013-08-27 15:32:34+02:00,Bastian Bechtold,basti@bastibe.de,2013-08-27 13:32:34+00:00,False,bastibe,bastibe,* master,True,bastibe_python-soundfile.git,bastibe/python-soundfile.git,https://github.com/bastibe/python-soundfile.git +87281521e84b8f66112b49365c322770b3bdcd63,Mark Overmeer,mark@overmeer.net,2001-03-21 23:15:21+01:00,Mark Overmeer,markov@cpan.org,2018-01-22 16:27:40+00:00,False,overmeer,cpan,* master,True,markov2_perl5-MailTools,markov2/perl5-MailTools,https://github.com/markov2/perl5-MailTools +674a60748884dc55ee7091b7c23a41240e75f73c,Matt Johnston,matt@ucc.asn.au,2004-06-01 02:46:09+00:00,Matt Johnston,matt@ucc.asn.au,2004-06-01 02:46:09+00:00,False,ucc,ucc,* master,True,mkj_dropbear,mkj/dropbear,https://github.com/mkj/dropbear +e1404af78c9bc520ea965a0254f7381c56e73723,Paul Zimmerman,paul.zimmerman@inria.fr,2002-09-13 13:28:08+00:00,Paul Zimmerman,paul.zimmerman@inria.fr,2002-09-13 13:28:08+00:00,False,inria,inria,* master,True,zimmerma_ecm,zimmerma/ecm,https://gitlab.inria.fr/zimmerma/ecm +5697bf4bec46254cc52b2d87f9ea291a713af317,"Thomas Bushnell, BSG",tb@becket.net,2000-10-20 06:08:20+00:00,"Thomas Bushnell, BSG",tb@becket.net,2000-10-20 06:08:20+00:00,False,becket,becket,* master,True,git_miscfiles.git,git/miscfiles.git,https://git.savannah.gnu.org/git/miscfiles.git +4873182b3a9f3bc55ec53c684072f88b19d26fcd,Andy Armstrong,andy@hexten.net,2007-02-08 01:08:31+00:00,Andy Armstrong,andy@hexten.net,2007-02-08 01:08:31+00:00,False,hexten,hexten,* master,True,Perl-Toolchain-Gang_Test-Harness.git,Perl-Toolchain-Gang/Test-Harness.git,https://github.com/Perl-Toolchain-Gang/Test-Harness.git +7af580f8826666d49aca4bd64bc23044c62f7e18,M4N4T4RMS@gmail.com,M4N4T4RMS@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,2014-01-14 00:37:57+00:00,M4N4T4RMS@gmail.com,M4N4T4RMS@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,2014-01-14 00:37:57+00:00,False,e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a,* master,True,iortcw_iortcw.git,iortcw/iortcw.git,https://github.com/iortcw/iortcw.git +ea2e9b6facef96ea0f2634170c9064e59734825f,aquamaniac,aquamaniac@bfc04c16-8f10-0410-8200-ddfbc4d55d47,2005-01-02 10:05:37+00:00,aquamaniac,aquamaniac@bfc04c16-8f10-0410-8200-ddfbc4d55d47,2005-01-02 10:05:37+00:00,False,bfc04c16-8f10-0410-8200-ddfbc4d55d47,bfc04c16-8f10-0410-8200-ddfbc4d55d47,* master,True,git_libchipcard.git,git/libchipcard.git,https://git.aquamaniac.de/git/libchipcard.git +a8888be8e5b2c10640d1275356bfd8e8b1bdf100,Tres Seaver,tseaver@palladion.com,2015-01-27 09:37:16-05:00,Tres Seaver,tseaver@palladion.com,2015-01-27 14:37:16+00:00,False,palladion,palladion,* main,True,Pylons_webob,Pylons/webob,https://github.com/Pylons/webob +235381267b1c6821fe6ff80d66abb33378714dd2,Dimitris Kalamaras,dimitris.kalamaras@gmail.com,2008-09-07 21:58:24+00:00,Dimitris Kalamaras,dimitris.kalamaras@gmail.com,2008-09-07 21:58:24+00:00,False,gmail,gmail,* master,True,socnetv_app,socnetv/app,https://github.com/socnetv/app +7efcb46f3a1e6a3c88ac21168cf52a3fd520e387,speedy,speedy,2003-07-29 10:11:30+00:00,speedy,speedy,2003-07-29 10:11:30+00:00,False,speedy,speedy,* master,True,porridge_potool,porridge/potool,https://github.com/porridge/potool +6f86540619418023d792e191277bde2b0fc9ab8a,Jody Goldberg,jody@src.gnome.org,2002-05-23 06:00:28+00:00,Jody Goldberg,jody@src.gnome.org,2002-05-23 06:00:28+00:00,False,src,src,* master,True,GNOME_libgsf,GNOME/libgsf,https://gitlab.gnome.org/GNOME/libgsf +708d3c9fc07e8b27770e365696d8867599b3ae93,Kieran Bingham,kieran.bingham@ideasonboard.com,2018-10-24 10:34:27+01:00,Kieran Bingham,kieran.bingham@ideasonboard.com,2018-10-24 11:22:19+00:00,False,ideasonboard,ideasonboard,* master,True,libcamera_libcamera.git,libcamera/libcamera.git,https://git.libcamera.org/libcamera/libcamera.git +821faab84d26e424e4f3fc7def1f7c4e1b0135db,Greg Kroah-Hartman,gregkh@suse.de,2007-10-22 15:15:47-07:00,Greg Kroah-Hartman,gregkh@suse.de,2007-10-22 22:15:47+00:00,False,suse,suse,* master,True,gregkh_usbview.git,gregkh/usbview.git,https://github.com/gregkh/usbview.git +38b782ef589975f85204192bbcdb5fd50cfc0cb2,Mathieu Blondel,mathieu@mblondel.org,2008-05-25 18:03:44+09:00,Mathieu Blondel,mathieu@mblondel.org,2008-05-25 09:03:44+00:00,False,mblondel,mblondel,* master,True,tegaki_tegaki.git,tegaki/tegaki.git,https://github.com/tegaki/tegaki.git +6cc5887e46f0dca6c898136f677e0cdb47ebf593,Just,Just@4cde692c-a291-49d1-8350-778aa11640f8,1999-12-16 22:04:30+00:00,Just,Just@4cde692c-a291-49d1-8350-778aa11640f8,1999-12-16 22:04:30+00:00,False,4cde692c-a291-49d1-8350-778aa11640f8,4cde692c-a291-49d1-8350-778aa11640f8,* main,True,fonttools_fonttools.git,fonttools/fonttools.git,https://github.com/fonttools/fonttools.git +179e35d4cf92563fed4296e4d09246bda53e962a,hsbt,hsbt@d0d07461-0603-4401-acd4-de1884942a52,2007-12-17 11:00:28+00:00,hsbt,hsbt@d0d07461-0603-4401-acd4-de1884942a52,2007-12-17 11:00:28+00:00,False,d0d07461-0603-4401-acd4-de1884942a52,d0d07461-0603-4401-acd4-de1884942a52,* master,True,tdiary_tdiary-contrib,tdiary/tdiary-contrib,https://github.com/tdiary/tdiary-contrib +1c2c951f5397c6d0d23af276e107a0173b0d8f45,Martin Stransky,stransky@anakreon.cz,2011-03-10 00:10:01+01:00,Martin Stransky,stransky@anakreon.cz,2011-03-09 23:10:01+00:00,False,anakreon,anakreon,* master,True,AsDaGo_berusky2,AsDaGo/berusky2,https://notabug.org/AsDaGo/berusky2 +cf52758ab9c5fb17e7bd8943c0bb3698e4b6907e,Marco Costalba,mcostalba@gmail.com,2006-12-28 12:22:59+01:00,Marco Costalba,mcostalba@gmail.com,2006-12-28 11:22:59+00:00,False,gmail,gmail,* master,True,tibirna_qgit.git,tibirna/qgit.git,https://github.com/tibirna/qgit.git +85c2de43840780b270588048d35b342c977b9cdf,naoaki,naoaki@ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,2008-04-24 15:04:59+00:00,naoaki,naoaki@ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,2008-04-24 15:04:59+00:00,False,ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc,* master,True,chokkan_liblbfgs,chokkan/liblbfgs,https://github.com/chokkan/liblbfgs +6f629fcc23ba63342548f61cc7307eeef4f55799,fperez,,2005-07-06 17:52:32+00:00,fperez,,2005-07-06 17:52:32+00:00,False,,,* main,True,ipython_ipython.git,ipython/ipython.git,https://github.com/ipython/ipython.git +fe7a1861c5aa66e9f1fa4f8f423ec9451cba3f32,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-07-01 00:41:59+00:00,jimk,jimk@07862939-d7ef-0310-b512-86c215e7314a,2005-07-01 00:41:59+00:00,False,07862939-d7ef-0310-b512-86c215e7314a,07862939-d7ef-0310-b512-86c215e7314a,* master,True,jkeenan_extutils-modulemaker.git,jkeenan/extutils-modulemaker.git,https://github.com/jkeenan/extutils-modulemaker.git +a7684e5745716d713f91b1ebc1027632a3ff9d36,Paul Kienzle,pkienzle@nist.gov,2014-08-26 09:07:44-04:00,Paul Kienzle,pkienzle@nist.gov,2014-08-26 13:07:44+00:00,False,nist,nist,* master,True,SasView_sasmodels.git,SasView/sasmodels.git,https://github.com/SasView/sasmodels.git +5e80e1559110bd024e99a40e41e39eca076b245b,Adenilson Cavalcanti,cavalcantii@gmail.com,2007-06-28 13:13:33+00:00,Adenilson Cavalcanti,cavalcantii@gmail.com,2007-06-28 13:13:33+00:00,False,gmail,gmail,* master,True,amora_amora,amora/amora,https://github.com/amora/amora +58106d9e7de12ac43b6f39d3362da211b43dc0c8,Thomas Robitaille,thomas.robitaille@gmail.com,2011-10-07 17:33:52-04:00,Thomas Robitaille,thomas.robitaille@gmail.com,2011-12-22 20:58:17+00:00,False,gmail,gmail,* main,True,astropy_astroquery.git,astropy/astroquery.git,https://github.com/astropy/astroquery.git +038408f3205cc9d8fc7c617a9be920ca51145ff0,Mike Stok,mike+pause@stok.ca,1998-01-02 13:23:25-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-13 15:46:36+00:00,False,stok,pobox,* master,True,rjbs_Text-Soundex,rjbs/Text-Soundex,https://github.com/rjbs/Text-Soundex +7aefa7d76340969ee5ec50e7c63d71f66d371151,gedit,gedit,1998-05-27 17:50:53+00:00,gedit,gedit,1998-05-27 17:50:53+00:00,False,gedit,gedit,* master,True,GNOME_gnome-applets,GNOME/gnome-applets,https://gitlab.gnome.org/GNOME/gnome-applets +4ee2559eaaf2a94ac26c265517e9604a72729360,Stefano Karapetsas,stefano@karapetsas.com,2011-12-11 13:11:15+01:00,Stefano Karapetsas,stefano@karapetsas.com,2011-12-11 12:11:15+00:00,False,karapetsas,karapetsas,* master,True,mate-desktop_mate-media.git,mate-desktop/mate-media.git,https://github.com/mate-desktop/mate-media.git +2f6514b02fa00134b6f09d8ebbafe6f25e32fd66,Nicolas Capit,capitn@users.gforge.inria.fr,2005-10-26 14:09:22+00:00,Nicolas Capit,capitn@users.gforge.inria.fr,2005-10-26 14:09:22+00:00,False,users,users,* 2.5,True,oar-team_oar,oar-team/oar,https://github.com/oar-team/oar +d15cde821f7425068d0b5a9c4d8be376337e4b46,Clint,clint@traveljury.com,2008-11-03 20:48:24+00:00,Clint,clint@traveljury.com,2008-11-03 20:48:24+00:00,False,traveljury,traveljury,* master,True,clintongormley_locale-maketext-lexicon.git,clintongormley/locale-maketext-lexicon.git,https://github.com/clintongormley/locale-maketext-lexicon.git +09236778e73ac84c858bad1912465b07cf2dba30,Junio C Hamano,junkio@cox.net,2005-05-14 00:25:06-07:00,Petr Baudis,xpasky@machine.sinus.cz,2005-05-14 16:14:45+00:00,False,cox,machine,* master,True,newren_easygit,newren/easygit,https://github.com/newren/easygit +e3c14e286c0199ace7d55029232af577ab929993,rncbc,rncbc@304e7ffa-9037-4501-99c0-529757c9bbcc,2005-04-01 14:10:39+00:00,rncbc,rncbc@304e7ffa-9037-4501-99c0-529757c9bbcc,2005-04-01 14:10:39+00:00,False,304e7ffa-9037-4501-99c0-529757c9bbcc,304e7ffa-9037-4501-99c0-529757c9bbcc,* main,True,rncbc_qtractor.git,rncbc/qtractor.git,https://github.com/rncbc/qtractor.git +11021da784d11882da26124b33358b6bf368300f,coin,coin@coin-or.clemson.edu,2009-03-05 16:49:22+00:00,coin,coin@coin-or.clemson.edu,2009-03-05 16:49:22+00:00,False,coin-or,coin-or,* master,True,coin-or_ADOL-C,coin-or/ADOL-C,https://github.com/coin-or/ADOL-C +803b2cda6b7240ef22db5799d5c08eb1ffaf357f,jensgoe,jens@photofilmstrip.org,2008-10-14 12:26:37+00:00,jensgoe,jens@photofilmstrip.org,2008-10-14 12:26:37+00:00,False,photofilmstrip,photofilmstrip,* master,True,PhotoFilmStrip_PFS.git,PhotoFilmStrip/PFS.git,https://github.com/PhotoFilmStrip/PFS.git +32107cdd57b4796c3f41ac56c9ba683be3d894af,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-06-08 17:48:03+00:00,Søren Sandmann Pedersen,sandmann@daimi.au.dk,2005-06-08 17:48:03+00:00,False,daimi,daimi,* master,True,xorg_lib_libxrandr.git,xorg/lib/libxrandr.git,https://gitlab.freedesktop.org/xorg/lib/libxrandr.git +0e004c696b0e68b2cff37a4c3315b022a35eaf43,Perberos,perberos@gmail.com,2011-12-01 22:24:23-03:00,Perberos,perberos@gmail.com,2011-12-02 01:24:23+00:00,False,gmail,gmail,* master,True,mate-desktop_caja.git,mate-desktop/caja.git,https://github.com/mate-desktop/caja.git +b174aae1185c698c4d75c72ec3bafa366b654b46,vasole,vasole@a8702ac3-0063-49a2-b157-4a214673c9c1,2006-04-18 12:58:32+00:00,vasole,vasole@a8702ac3-0063-49a2-b157-4a214673c9c1,2006-04-18 12:58:32+00:00,False,a8702ac3-0063-49a2-b157-4a214673c9c1,a8702ac3-0063-49a2-b157-4a214673c9c1,* master,True,vasole_pymca,vasole/pymca,https://github.com/vasole/pymca +5ca0cb2a319523344f936e37c0947f0707eaaec5,Martin Heni,martin@heni-online.de,2000-11-08 21:27:05+00:00,Martin Heni,martin@heni-online.de,2000-11-08 21:27:05+00:00,False,heni-online,heni-online,* master,True,games_libkdegames.git,games/libkdegames.git,https://invent.kde.org/games/libkdegames.git +77aadd26ed3b6559c5c4b8d584a7aa40395683f3,flood,flood,1998-10-18 02:24:41+00:00,flood,flood,1998-10-18 02:24:41+00:00,False,flood,flood,* master,True,proftpd_proftpd,proftpd/proftpd,https://github.com/proftpd/proftpd +019af0d228f7286cd5c32162c2b0ff60196f92ca,henry,henry@74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,2001-07-26 05:11:34+00:00,henry,henry@74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,2001-07-26 05:11:34+00:00,False,74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,74be908f-6f43-0410-a0eb-e6a2fe4e4ee7,* master,True,frankheckenbach_ftgl,frankheckenbach/ftgl,https://github.com/frankheckenbach/ftgl +dff2d0e64a797d93c607a03a71a76958bde21eeb,unknown,bbarber@.(none),2009-12-05 09:24:40-05:00,unknown,bbarber@.(none),2009-12-05 14:24:40+00:00,False,,,* master,True,qhull_qhull,qhull/qhull,https://github.com/qhull/qhull +1d880992fd8c8457a2d990ac6622cfd58fb1b261,Benjamin Herrenschmidt,benh@kernel.crashing.org,2014-07-02 15:36:20+10:00,Benjamin Herrenschmidt,benh@kernel.crashing.org,2014-07-02 05:36:20+00:00,False,kernel,kernel,* master,True,open-power_skiboot.git,open-power/skiboot.git,https://github.com/open-power/skiboot.git +9ffc858ad29a1ba2d379549ea6f1914b18c20e55,Michael J. Rubinsky,mrubinsk@horde.org,2009-07-30 16:12:03-04:00,Michael J. Rubinsky,mrubinsk@horde.org,2009-07-30 20:12:03+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_ansel.git,horde/ansel.git,https://github.com/horde/ansel.git +5222291b9a3599eec4fd46f80da103352212efe7,Andreas Jellinghaus,andreas@ionisiert.de,2005-08-25 21:10:16+00:00,Andreas Jellinghaus,andreas@ionisiert.de,2005-08-25 21:10:16+00:00,False,ionisiert,ionisiert,* master,True,OpenSC_pam_p11.git,OpenSC/pam/p11.git,https://github.com/OpenSC/pam_p11.git +bde9998063c041e1bc01923c1e69c67dbf54e292,Thomas Perl,thp@perli.net,2005-11-21 18:21:25+00:00,Thomas Perl,thp@perli.net,2005-11-21 18:21:25+00:00,False,perli,perli,* master,True,gpodder_gpodder,gpodder/gpodder,https://github.com/gpodder/gpodder +02ca539050976acfc10da12e6ddcf0548df23c5c,cedric@yterium.com,cedric@yterium.com@ac52e18a-acf5-0310-9fe8-c4428f23b10a,2014-02-15 13:40:56+00:00,cedric@yterium.com,cedric@yterium.com@ac52e18a-acf5-0310-9fe8-c4428f23b10a,2014-02-15 13:40:56+00:00,False,ac52e18a-acf5-0310-9fe8-c4428f23b10a,ac52e18a-acf5-0310-9fe8-c4428f23b10a,* master,True,SPIP_spip,SPIP/spip,https://git.spip.net/SPIP/spip +37f9df9b0568f9834452c949336783bf34e02ab9,David Zeuthen,davidz@redhat.com,2008-05-08 22:29:38-04:00,David Zeuthen,davidz@redhat.com,2008-05-09 02:29:38+00:00,False,redhat,redhat,* master,True,upower_upower,upower/upower,https://gitlab.freedesktop.org/upower/upower +17ec1deb74e2e934dc11fb4d9a2f8c6cef34c5a7,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2007-07-09 20:45:58+00:00,Hans-Christoph Steiner,eighthave@users.sourceforge.net,2007-07-09 20:45:58+00:00,False,users,users,* externals/moonlib,True,MetaluNet_moonlib.git,MetaluNet/moonlib.git,https://github.com/MetaluNet/moonlib.git +088888aaccfef8484a6ac1912875a034b08a82c6,Antoine Martin,totaam@xpra.org,2011-06-01 11:48:57+00:00,Antoine Martin,totaam@xpra.org,2011-06-01 11:48:57+00:00,False,xpra,xpra,* master,True,xpra-org_xpra.git,xpra-org/xpra.git,https://github.com/xpra-org/xpra.git +5e2a479e69d96608616649fcade2420897f9a208,Carl Worth,cworth@cworth.org,2009-11-02 06:30:18-08:00,Carl Worth,cworth@cworth.org,2009-11-02 15:18:49+00:00,False,cworth,cworth,* master,True,git_notmuch,git/notmuch,https://git.notmuchmail.org/git/notmuch +3067b3fcf8226f3b6d045fb266db83c5cf6852bf,svenor,svenover@svenover.de,2006-09-04 19:40:35+00:00,svenor,svenover@svenover.de,2006-09-04 19:40:35+00:00,False,svenover,svenover,* master,True,bernhardu_dvbcut-deb,bernhardu/dvbcut-deb,https://github.com/bernhardu/dvbcut-deb +69c9e0b72442856f797c77a63de5effb0226ed5c,Peter Malkin,malkin@math.ucdavis.edu,2006-10-24 17:55:55+00:00,Peter Malkin,malkin@math.ucdavis.edu,2006-10-24 17:55:55+00:00,False,math,math,* master,True,4ti2_4ti2.git,4ti2/4ti2.git,https://github.com/4ti2/4ti2.git +d8f336285ac795e27e2c4089d26ffdbebaffc025,aquamaniac,aquamaniac@70169cfe-8b10-0410-8925-dcb4b91034d8,2003-09-07 07:50:28+00:00,aquamaniac,aquamaniac@70169cfe-8b10-0410-8925-dcb4b91034d8,2003-09-07 07:50:28+00:00,False,70169cfe-8b10-0410-8925-dcb4b91034d8,70169cfe-8b10-0410-8925-dcb4b91034d8,* master,True,git_gwenhywfar.git,git/gwenhywfar.git,https://git.aquamaniac.de/git/gwenhywfar.git +d2dd1e932164e889f8b44b77d9c3ab6228f34f39,luke@maurits.id.au,luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937,2012-05-16 03:04:25+00:00,luke@maurits.id.au,luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937,2012-05-16 03:04:25+00:00,False,0f58610c-415a-11de-9c03-5d6cfad8e937,0f58610c-415a-11de-9c03-5d6cfad8e937,* master,True,kxxoling_PTable,kxxoling/PTable,https://github.com/kxxoling/PTable +9d93500352a744c826b562e14f76244f5d9c0dc5,Jeremy T. Braun,parse-recdescent@squidevil.net,2011-11-18 22:57:08-08:00,Jeremy T. Braun,parse-recdescent@squidevil.net,2011-11-19 06:57:08+00:00,False,squidevil,squidevil,* master,True,jtbraun_Parse-RecDescent.git,jtbraun/Parse-RecDescent.git,https://github.com/jtbraun/Parse-RecDescent.git +538792584de8672a6b5653976c160356c9d656ec,Marc Vertes,mvertes@free.fr,2001-06-08 13:49:08+02:00,Marc Vertes,mvertes@free.fr,2013-11-08 23:34:10+00:00,False,free,free,* master,True,mvertes_txt2man,mvertes/txt2man,https://github.com/mvertes/txt2man +77af6e18cd36e27d1960fa4c76eb52c72ce64faa,Lucas Werkmeister,mail@lucaswerkmeister.de,2015-03-13 22:30:40+01:00,Lucas Werkmeister,mail@lucaswerkmeister.de,2015-03-13 21:30:40+00:00,False,lucaswerkmeister,lucaswerkmeister,* master,True,routeKIT_jbzip2.git,routeKIT/jbzip2.git,https://github.com/routeKIT/jbzip2.git +a07e36e1d1b6c5d948cbf490656f21e165154dc6,Peter Eckersley,pde@eff.org,2012-05-17 11:50:10-07:00,Peter Eckersley,pde@eff.org,2012-05-17 18:50:10+00:00,False,eff,eff,* main,True,letsencrypt_letsencrypt,letsencrypt/letsencrypt,https://github.com/letsencrypt/letsencrypt.git +c9459b2cd6d01672aeb7b277bf2f0eba500d6aaf,Tz-Huan Huang,tzhuan@gmail.com,2012-08-23 13:13:36+08:00,Tz-Huan Huang,tzhuan@gmail.com,2012-08-23 05:13:36+00:00,False,gmail,gmail,* master,True,leggewie-DM_scim-tables,leggewie-DM/scim-tables,https://github.com/leggewie-DM/scim-tables +e9a6387e82aba6ea9b83e1a284b6d6d032b4f331,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,dpeterson,dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea,2007-05-14 20:04:42+00:00,False,651a555e-23ca-0310-84fe-ca9f7c59d2ea,651a555e-23ca-0310-84fe-ca9f7c59d2ea,* main,True,enthought_traitsui.git,enthought/traitsui.git,https://github.com/enthought/traitsui.git +99f8ce096bc5569adbfea1911dbcda24c28d8d8b,Ben Summers,ben@fluffy.co.uk,2005-10-14 08:50:54+00:00,Ben Summers,ben@fluffy.co.uk,2005-10-14 08:50:54+00:00,False,fluffy,fluffy,* master,True,boxbackup_boxbackup.git,boxbackup/boxbackup.git,https://github.com/boxbackup/boxbackup.git +fd25f1de0960429ed2ce19d3df6e2b9854bfa0df,Alexander Larsson,alexl@src.gnome.org,1998-08-31 18:33:59+00:00,Alexander Larsson,alexl@src.gnome.org,1998-08-31 18:33:59+00:00,False,src,src,* master,True,GNOME_dia,GNOME/dia,https://gitlab.gnome.org/GNOME/dia +505cabbd3036081f26586cabc64c26e7769c0ec9,Perberos,perberos@gmail.com,2011-12-01 23:53:21-03:00,Perberos,perberos@gmail.com,2011-12-02 02:53:21+00:00,False,gmail,gmail,* master,True,mate-desktop_mate-settings-daemon.git,mate-desktop/mate-settings-daemon.git,https://github.com/mate-desktop/mate-settings-daemon.git +89fdba96d7edc9382ddad4758782d91edc5987e2,Benedikt Meurer,benny@xfce.org,2003-07-03 10:30:43+00:00,Benedikt Meurer,benny@xfce.org,2003-07-03 10:30:43+00:00,False,xfce,xfce,* master,True,apps_orage,apps/orage,https://gitlab.xfce.org/apps/orage +785d1b04f6b69212d3d71fba1e8a788df38b97ea,Richard Hult,rhult@tomato.localdomain,2007-01-12 20:01:15+01:00,Richard Hult,rhult@tomato.localdomain,2007-01-12 19:01:15+00:00,False,tomato,tomato,* master,True,GNOME_giggle.git,GNOME/giggle.git,https://gitlab.gnome.org/GNOME/giggle.git +38fb480261b192dd73a8edcd22599d0d2fe57f67,Nalin Dahyabhai,nalin@src.gnome.org,2002-02-25 17:30:22+00:00,Nalin Dahyabhai,nalin@src.gnome.org,2002-02-25 17:30:22+00:00,False,src,src,* master,True,GNOME_vte.git,GNOME/vte.git,https://gitlab.gnome.org/GNOME/vte.git +251722d499cc2ec0962580f6cf60ed0acdc5330e,Petri Lehtinen,petri@digip.org,2009-08-02 21:26:37+03:00,Petri Lehtinen,petri@digip.org,2009-08-13 15:38:03+00:00,False,digip,digip,* master,True,akheron_jansson.git,akheron/jansson.git,https://github.com/akheron/jansson.git +d1078ff4cca9790313a39f1d5cf6573a33436c9c,samofool,samofool@dc718e6d-281e-0410-b17e-3f8db657d094,2006-09-24 01:54:20+00:00,samofool,samofool@dc718e6d-281e-0410-b17e-3f8db657d094,2006-09-24 01:54:20+00:00,False,dc718e6d-281e-0410-b17e-3f8db657d094,dc718e6d-281e-0410-b17e-3f8db657d094,* master,True,kasei_perlrdf.git,kasei/perlrdf.git,https://github.com/kasei/perlrdf.git +497915e76ea776131100cc490c9045d7f73b63f4,Francesc Alted,faltet@pytables.org,2002-10-02 17:20:02+00:00,Francesc Alted,faltet@pytables.org,2002-10-02 17:20:02+00:00,False,pytables,pytables,* master,True,PyTables_PyTables,PyTables/PyTables,https://github.com/PyTables/PyTables +3ed1892117be4986d13cbb8bc2c34850e58bcc09,Barry Warsaw,barry@python.org,2011-06-22 21:21:45-04:00,Barry Warsaw,barry@python.org,2011-06-23 01:21:45+00:00,False,python,python,* master,True,warsaw_flufl.bounce.git,warsaw/flufl.bounce.git,https://gitlab.com/warsaw/flufl.bounce.git +8554a340b937ec12e67bcea288ca073b08b02315,Jan Schneider,jan@horde.org,2009-01-12 18:25:47+01:00,Jan Schneider,jan@horde.org,2009-01-12 17:28:18+00:00,False,horde,horde,* FRAMEWORK_6_0,True,horde_kronolith.git,horde/kronolith.git,https://github.com/horde/kronolith.git +9c454ba3a68b58ebd16a961f52c9f09ad8b90695,Dom Lachowicz,cinamod@users.sourceforge.net,2000-09-13 19:48:51+00:00,Dom Lachowicz,cinamod@users.sourceforge.net,2000-09-13 19:48:51+00:00,False,users,users,* master,True,caolanm_libwmf,caolanm/libwmf,https://github.com/caolanm/libwmf +b7f5d9895c19338f10b0bdd494b221b13b540d9d,William Jon McCann,mccann@jhu.edu,2007-12-14 05:06:55+00:00,William Jon McCann,mccann@src.gnome.org,2007-12-14 05:06:55+00:00,False,jhu,src,* master,True,GNOME_gnome-settings-daemon.git,GNOME/gnome-settings-daemon.git,https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git +6f2effd05a1a98dfbffa97b68e8b947b77df46fb,Jordi Mas,jmas@src.gnome.org,2007-09-04 09:41:03+00:00,Jordi Mas,jmas@src.gnome.org,2007-09-04 09:41:03+00:00,False,src,src,* master,True,GNOME_gbrainy.git,GNOME/gbrainy.git,https://gitlab.gnome.org/GNOME/gbrainy.git +d78d37aeba03a5b015310249935ac83391782fb9,Element Green,jgreen@users.sourceforge.net,2010-10-25 22:46:33+00:00,Element Green,jgreen@users.sourceforge.net,2010-10-25 22:46:33+00:00,False,users,users,* master,True,swami_swami,swami/swami,https://github.com/swami/libinstpatch +5ce76a2f9266659df14b33c064b9f5ef6e5d9b8a,Frank Warmerdam,warmerdam@pobox.com,1999-05-18 19:43:32+00:00,Frank Warmerdam,warmerdam@pobox.com,1999-05-18 19:43:32+00:00,False,pobox,pobox,* master,True,OSGeo_shapelib.git,OSGeo/shapelib.git,https://github.com/OSGeo/shapelib.git +f64011e93b9c555b05c6fde4425d8caa1728d01a,Nicolas Boichat,nboichat@users.sourceforge.net,2004-08-30 21:19:19+00:00,Nicolas Boichat,nboichat@users.sourceforge.net,2004-08-30 21:19:19+00:00,False,users,users,* master,True,ddccontrol_ddccontrol-db,ddccontrol/ddccontrol-db,https://github.com/ddccontrol/ddccontrol-db +52dca0f96dcd8bf382b8a35a0df36927c0931015,Miller Puckette,msp@ucsd.edu,2007-08-01 16:44:56-07:00,Miller Puckette,msp@ucsd.edu,2007-08-01 23:44:56+00:00,False,ucsd,ucsd,* master,True,pure-data_pure-data,pure-data/pure-data,https://github.com/pure-data/deken +272300bb29b8c2d444971e8051aae7bf513cdb98,root,devnull@localhost,2006-04-26 10:48:09+00:00,root,devnull@localhost,2006-04-26 10:48:09+00:00,False,localhost,localhost,* master,True,Shoobx_xmldiff.git,Shoobx/xmldiff.git,https://github.com/Shoobx/xmldiff.git +09fc1ee5e19adba6b4794b7da735b66202713134,Carlos Donizete Froes,coringao@riseup.net,2017-11-18 12:18:41-02:00,GitHub,noreply@github.com,2017-11-18 14:18:41+00:00,False,riseup,github,* master,True,coringao_jag,coringao/jag,https://gitlab.com/coringao/jag +03f38ec9f025b163bc9ac389ba194d528bb56a30,which.linden,devnull@localhost,2007-08-23 19:57:41-04:00,which.linden,devnull@localhost,2007-08-23 23:57:41+00:00,False,localhost,localhost,* master,True,eventlet_eventlet.git,eventlet/eventlet.git,https://github.com/eventlet/eventlet.git +bc967d7934f96a719daa610d76c7ec131134d3ae,jensj,jensj@5af997e4-4c3d-0410-961e-ac0512e437d9,2007-10-25 11:12:32+00:00,jensj,jensj@5af997e4-4c3d-0410-961e-ac0512e437d9,2007-10-25 11:12:32+00:00,False,5af997e4-4c3d-0410-961e-ac0512e437d9,5af997e4-4c3d-0410-961e-ac0512e437d9,* master,True,ase_ase,ase/ase,https://github.com/pdewacht/brlaser +09d4472030451eba6a150ca8a9f76cf636e1f0fc,H.Merijn Brand,merijn@nb09.(none),2007-12-06 13:25:58+01:00,H.Merijn Brand,merijn@nb09.(none),2007-12-06 12:25:58+00:00,False,nb09,nb09,* master,True,Tux_Text-CSV_XS.git,Tux/Text-CSV/XS.git,https://github.com/Tux/Text-CSV_XS.git +903953603ec708b75e84fa1ca9c068054263c9bb,Andrey Lebedev,andrey@lebedev.lt,2012-03-03 18:47:21+02:00,Andrey Lebedev,andrey@lebedev.lt,2012-03-03 16:47:21+00:00,False,lebedev,lebedev,* master,True,gerasiov_ofxstatement,gerasiov/ofxstatement,https://github.com/gerasiov/ofxstatement +fd06088119f9725b65e55b5584f6008096bbe365,Stefano Bettelli,bettelli@cpan.org,2004-07-13 11:03:53-08:00,Michael G. Schwern,schwern@pobox.com,2009-12-12 02:05:21+00:00,False,cpan,pobox,* master,True,rjbs_Image-MetaData-JPEG.git,rjbs/Image-MetaData-JPEG.git,https://github.com/rjbs/Image-MetaData-JPEG.git +acae1d257c398950d72b5ad692f489538f1c7fea,Jeff Bailey,jbailey@gnu.org,1999-09-11 22:58:22+00:00,Jeff Bailey,jbailey@gnu.org,1999-09-11 22:58:22+00:00,False,gnu,gnu,* master,True,git_mailutils.git,git/mailutils.git,https://git.savannah.gnu.org/git/mailutils.git +dfc72f05ee226f1f22a04e6b28314dad0ccb1a2c,Benj Carson,benjcarson@gmail.com,2005-01-25 22:56:19+00:00,Benj Carson,benjcarson@gmail.com,2005-01-25 22:56:19+00:00,False,gmail,gmail,* master,True,dompdf_dompdf,dompdf/dompdf,https://github.com/dompdf/dompdf +b76cdab07cfea6b9c0fb91ef3285686bfe537c9e,Stefan Behnel,scoder@users.berlios.de,2010-07-11 11:50:22+02:00,Stefan Behnel,scoder@users.berlios.de,2010-07-11 09:50:22+00:00,False,users,users,* master,True,scoder_lupa,scoder/lupa,https://github.com/scoder/lupa +31423b8fbb40f4e7097d4a5d81ffb675c542ac6d,Jack Moffitt,jack@xiph.org,2000-09-07 00:57:45+00:00,Jack Moffitt,jack@xiph.org,2000-09-07 00:57:45+00:00,False,xiph,xiph,* master,True,xiph_vorbis-tools.git,xiph/vorbis-tools.git,https://gitlab.xiph.org/xiph/vorbis-tools.git +6c71926aa9d603889ff72152ebed90c0320b6b9b,Joe Walnes,joe@truemesh.com,2004-04-18 00:24:34+00:00,Joe Walnes,joe@truemesh.com,2004-04-18 00:24:34+00:00,False,truemesh,truemesh,* master,True,x-stream_xstream.git,x-stream/xstream.git,https://github.com/x-stream/xstream.git +59824a0d1ae69e8d4580d6080b42afd806f665fb,Claus Färber,CFAERBER@cpan.org,2004-05-30 18:51:08+00:00,Claus Färber,CFAERBER@cpan.org,2004-05-30 18:51:08+00:00,False,cpan,cpan,* master,True,cfaerber_Net-IDN-Encode.git,cfaerber/Net-IDN-Encode.git,https://github.com/cfaerber/Net-IDN-Encode.git +d130e5e5a30c46e1db1118753d3d2527b4fec511,Guillaume Ayoub,guillaume.ayoub@kozea.fr,2011-01-28 03:01:51+01:00,Guillaume Ayoub,guillaume.ayoub@kozea.fr,2011-01-28 02:01:51+00:00,False,kozea,kozea,* main,True,Kozea_CairoSVG,Kozea/CairoSVG,https://github.com/Kozea/CairoSVG +6453d7bc9fad6997979118c5747f2da2dd2abbaf,Rony Shapiro,ronys@users.sourceforge.net,2003-04-29 14:22:32+00:00,Rony Shapiro,ronys@users.sourceforge.net,2003-04-29 14:22:32+00:00,False,users,users,* master,True,pwsafe_pwsafe,pwsafe/pwsafe,https://github.com/pwsafe/pwsafe +df48b89a16c666483dd6fc927e66b2dc55312897,Christopher Lenz,cmlenz@gmail.com,2006-06-03 12:31:58+00:00,Christopher Lenz,cmlenz@gmail.com,2006-06-03 12:31:58+00:00,False,gmail,gmail,* master,True,edgewall_genshi.git,edgewall/genshi.git,https://github.com/edgewall/genshi.git +8e226b6dbc47ecb42669c4cf29b4f81acdc18d8d,Jason R. Coombs,jaraco@jaraco.com,2015-01-31 17:21:25+00:00,Jason R. Coombs,jaraco@jaraco.com,2015-01-31 17:21:25+00:00,False,jaraco,jaraco,* main,True,jaraco_jaraco.itertools.git,jaraco/jaraco.itertools.git,https://github.com/jaraco/jaraco.itertools.git +afe660db3d9969c6ed526e5626eaaf4f46955e52,Christian Renz,crenz@web42.com,2009-09-08 00:48:12+02:00,Christian Renz,crenz@web42.com,2009-09-07 22:48:12+00:00,False,web42,web42,* main,True,crenz_Module-Find.git,crenz/Module-Find.git,https://github.com/crenz/Module-Find.git +3ae2639f845f0f52b4c10a57c0989fc57a6892ee,Dan Jacob,danjac354@gmail.com,2010-06-22 12:53:53+01:00,Dan Jacob,danjac354@gmail.com,2010-06-22 11:53:53+00:00,False,gmail,gmail,* main,True,wtforms_flask-wtf.git,wtforms/flask-wtf.git,https://github.com/wtforms/flask-wtf.git +f983d9ab69dedcf3d707617f449f0b9497f592a1,Lennart Poettering,lennart@poettering.net,2004-12-06 18:28:26+00:00,Lennart Poettering,lennart@poettering.net,2004-12-06 18:28:26+00:00,False,poettering,poettering,* master,True,lathiat_nss-mdns,lathiat/nss-mdns,https://github.com/lathiat/nss-mdns +525f0bcb247d369fc744acce68f6fe6eeda74a10,Chun-Yu Lee (Mat),matlinuxer2@gmail.com,2005-06-09 03:50:32+00:00,Chun-Yu Lee (Mat),matlinuxer2@gmail.com,2005-06-09 03:50:32+00:00,False,gmail,gmail,* master,True,matlinuxer2_ucimf,matlinuxer2/ucimf,https://github.com/matlinuxer2/ucimf +8a1a03f015e0f374c1dd41eaefde5ebe206fa009,Ken Conley,kwc@kwc.org,2009-09-11 03:08:16+00:00,Ken Conley,kwc@kwc.org,2009-09-11 03:08:16+00:00,False,kwc,kwc,* noetic-devel,True,ros_ros.git,ros/ros.git,https://github.com/ros/ros.git +eb5b7d706b9f439863172c522add77a0193dbda8,mourner,agafonkin@gmail.com,2010-09-01 17:55:30+03:00,mourner,agafonkin@gmail.com,2010-09-01 14:55:30+00:00,False,gmail,gmail,* main,True,Leaflet_Leaflet,Leaflet/Leaflet,https://github.com/Leaflet/Leaflet +30a54d542a82023466427d11e3699c78f3f30770,pkienzle,pkienzle@ab603e80-ab4e-4d97-b1f8-5903cef66d6b,2008-09-15 15:46:11+00:00,pkienzle,pkienzle@ab603e80-ab4e-4d97-b1f8-5903cef66d6b,2008-09-15 15:46:11+00:00,False,ab603e80-ab4e-4d97-b1f8-5903cef66d6b,ab603e80-ab4e-4d97-b1f8-5903cef66d6b,* master,True,pkienzle_periodictable.git,pkienzle/periodictable.git,https://github.com/pkienzle/periodictable.git +c3b30dbd62fa1966909c613a80d0d8d30345e3df,shlomif,shlomif@52c325ad-5fd0-0310-8a0f-c43feede02cc,2008-01-18 09:12:52+00:00,shlomif,shlomif@52c325ad-5fd0-0310-8a0f-c43feede02cc,2008-01-18 09:12:52+00:00,False,52c325ad-5fd0-0310-8a0f-c43feede02cc,52c325ad-5fd0-0310-8a0f-c43feede02cc,* master,True,shlomif_perl-io-socket-inet6.git,shlomif/perl-io-socket-inet6.git,https://github.com/shlomif/perl-io-socket-inet6.git +feaf56b97b92f84efdc180acf33224e625d4a627,Daniel Glassey,wdg@debian.org,2015-11-12 22:47:18+00:00,Daniel Glassey,wdg@debian.org,2015-11-12 22:47:18+00:00,False,debian,debian,* master,True,debian-tex_teckit,debian-tex/teckit,https://github.com/debian-tex/teckit +a3e223a2a9e02b367fa5ea1667a0cdf55f4829e4,Alexandre Dantas,alex.dantas92@gmail.com,2014-08-04 08:25:40-04:00,Alexandre Dantas,alex.dantas92@gmail.com,2014-08-04 12:25:40+00:00,False,gmail,gmail,* readme,True,alexdantas_snake4.debian,alexdantas/snake4.debian,https://github.com/alexdantas/snake4.debian +c20732cba2b5b359ba4ae8d1e384b1e57c78cfa8,Noah Figg,nfigg@decisionanalyst.com,2013-11-03 01:08:23-06:00,Noah Figg,nfigg@decisionanalyst.com,2013-11-03 07:08:23+00:00,False,decisionanalyst,decisionanalyst,* develop,True,Openshot_openshot-qt.git,Openshot/openshot-qt.git,https://github.com/Openshot/openshot-qt.git +1d4bad73c5e2ad7fd24c165e45d3990dc736d78b,Elizabeth Krumbach,lyz@princessleia.com,2007-12-17 18:04:24+00:00,Elizabeth Krumbach,lyz@princessleia.com,2007-12-17 18:04:24+00:00,False,princessleia,princessleia,* master,True,ledgersmb_pkg-ledgersmb,ledgersmb/pkg-ledgersmb,https://github.com/ledgersmb/pkg-ledgersmb +cb8d867c8d55d214fe0dd06754c519c4764ca297,Vince Weaver,vince@deater.net,1997-07-09 11:20:00-04:00,Vince Weaver,vince@deater.net,2012-03-25 01:39:55+00:00,False,deater,deater,* master,True,deater_linux_logo.git,deater/linux/logo.git,https://github.com/deater/linux_logo.git +05af02c5ff8135754addfa5e7eff19405b1bfce8,Andreas Kloeckner,inform@tiker.net,2009-03-11 13:20:34-04:00,Andreas Kloeckner,inform@tiker.net,2009-03-11 17:20:34+00:00,False,tiker,tiker,* main,True,inducer_pyopencl,inducer/pyopencl,https://github.com/inducer/pyopencl +e2bd146f146db41ae15dea7a500e405b7b7f63e0,Rogério Brito,rbrito@ime.usp.br,2010-05-20 05:52:54-03:00,Rogério Brito,rbrito@ime.usp.br,2010-05-20 08:52:54+00:00,False,ime,ime,* master,True,rbrito_pkg-avr-evtd,rbrito/pkg-avr-evtd,https://github.com/rbrito/pkg-avr-evtd +b82c4802264edfd48c0d562e440fe4edbfb60f5d,Christian Grothoff,christian@grothoff.org,2006-08-18 21:41:52+00:00,Christian Grothoff,christian@grothoff.org,2006-08-18 21:41:52+00:00,False,grothoff,grothoff,* master,True,libmicrohttpd.git,libmicrohttpd.git,https://git.gnunet.org/libmicrohttpd.git +833d08eff171ddc3ebb8fe9b23775359c16e7753,Nadia Dencheva,nadia.dencheva@gmail.com,2015-01-13 16:19:53-05:00,Nadia Dencheva,nadia.dencheva@gmail.com,2015-01-13 21:19:53+00:00,False,gmail,gmail,* master,True,spacetelescope_gwcs,spacetelescope/gwcs,https://github.com/spacetelescope/gwcs +e7615cbc6b4af5985c4e0d4848a426e2d35f79c3,Kenneth Reitz,me@kennethreitz.com,2011-02-13 13:41:18-05:00,Kenneth Reitz,me@kennethreitz.com,2011-02-13 18:41:18+00:00,False,kennethreitz,kennethreitz,* main,True,psf_requests,psf/requests,https://github.com/psf/requests +1ff18177e4667dd77fe89a486c332e61903349d2,Norbert Preining,preining@debian.org,2006-02-06 17:05:15+00:00,Norbert Preining,preining@debian.org,2006-02-06 17:05:15+00:00,False,debian,debian,* master,True,debian-tex_lmodern,debian-tex/lmodern,https://github.com/debian-tex/lmodern +0b01ef6f8f063b1c336a58264798fb2f71a4db0e,Christoph Reiter,reiter.christoph@gmail.com,2017-04-06 15:41:19+02:00,Christoph Reiter,reiter.christoph@gmail.com,2017-04-06 13:41:19+00:00,False,gmail,gmail,* main,True,pygobject_pycairo,pygobject/pycairo,https://github.com/pygobject/pycairo +074c1f6daea06642294da18c96c3186cb829cba3,Michael Rash,mbr@cipherdyne.org,2003-04-16 18:22:25+00:00,Michael Rash,mbr@cipherdyne.org,2003-04-16 18:22:25+00:00,False,cipherdyne,cipherdyne,* master,True,mrash_fwsnort.git,mrash/fwsnort.git,https://github.com/mrash/fwsnort.git +763845b7aedcebad44936173ccd8da303c60d9a9,Claus Färber,CFAERBER@cpan.org,2008-09-14 12:52:46+00:00,Claus Färber,CFAERBER@cpan.org,2008-09-14 12:52:46+00:00,False,cpan,cpan,* master,True,cfaerber_Graphics-ColorNames-WWW,cfaerber/Graphics-ColorNames-WWW,https://github.com/cfaerber/Graphics-ColorNames-WWW +bc68e8c4a6448126476c373fd67a76fb2b657835,Marco d'Itri,md@linux.it,1999-10-28 22:21:55+02:00,Marco d'Itri,md@linux.it,2013-03-30 01:31:26+00:00,False,linux,linux,* next,True,rfc1036_whois,rfc1036/whois,https://github.com/rfc1036/whois +a52c225777d1effc3959ecc7742b2ab66071140b,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-04 19:20:34+00:00,Hong Jen Yee (PCMan),pcman.tw@gmail.com,2006-10-04 19:20:34+00:00,False,gmail,gmail,* master,True,lxde_lxpanel.git,lxde/lxpanel.git,https://github.com/lxde/lxpanel.git +71d74f40496001364550ada5843015a99dc4f97b,Sam Lantinga,slouken@lokigames.com,2001-06-21 05:21:59+00:00,Sam Lantinga,slouken@lokigames.com,2001-06-21 05:21:59+00:00,False,lokigames,lokigames,* main,True,libsdl-org_SDL_ttf.git,libsdl-org/SDL/ttf.git,https://github.com/libsdl-org/SDL_ttf.git +b539a1cdab3888f820a4283330e77c8dc6d5e4e2,albertchae,albertchae@fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,2007-11-14 09:29:45+00:00,albertchae,albertchae@fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,2007-11-14 09:29:45+00:00,False,fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7,* master,True,jrincayc_ucblogo-code.git,jrincayc/ucblogo-code.git,https://github.com/jrincayc/ucblogo-code.git +eb8c6fe031f5ba155cabcbfabcc235acffbc2fb7,Linus Walleij,triad@df.lth.se,2006-02-03 09:46:22+00:00,Linus Walleij,triad@df.lth.se,2006-02-03 09:46:22+00:00,False,df,df,* master,True,libmtp_libmtp,libmtp/libmtp,https://github.com/libmtp/libmtp +3789080ff46e0341883a5bdf61a834a34b4dbd50,Craig Small,csmall@users.sourceforge.net,2000-12-13 21:22:53+00:00,Craig Small,csmall@users.sourceforge.net,2000-12-13 21:22:53+00:00,False,users,users,* master,True,psmisc_psmisc.git,psmisc/psmisc.git,https://gitlab.com/psmisc/psmisc.git +b8a6cb9cb369e95bc7058032a30e895359293e44,Ben Klang,ben@alkaloid.net,2010-05-18 21:06:25-04:00,Ben Klang,ben@alkaloid.net,2010-05-19 01:06:25+00:00,False,alkaloid,alkaloid,* FRAMEWORK_6_0,True,horde_passwd.git,horde/passwd.git,https://github.com/horde/passwd.git +4a58048a132bf739703b34b16427b5050d2ee06e,rjray,rjray@a14f3d36-ae02-0410-ae87-9c1f10733633,1996-08-06 22:24:38+00:00,rjray,rjray@a14f3d36-ae02-0410-ae87-9c1f10733633,1996-08-06 22:24:38+00:00,False,a14f3d36-ae02-0410-ae87-9c1f10733633,a14f3d36-ae02-0410-ae87-9c1f10733633,* master,True,rjray_image-size.git,rjray/image-size.git,https://github.com/rjray/image-size.git +6124b59a8cde2f31dd9aca797b5b74f722f68149,Frank B. Brokken,f.b.brokken@rug.nl,2004-09-11 19:41:10+00:00,Frank B. Brokken,f.b.brokken@rug.nl,2004-09-11 19:41:10+00:00,False,rug,rug,* master,True,fbb-git_yodl.git,fbb-git/yodl.git,https://gitlab.com/fbb-git/yodl.git +adfceea3f1605b29e616c1f17b73fe0468d32221,Jeremie Dimino,jeremie@dimino.org,2008-04-26 19:42:09+02:00,Jeremie Dimino,jeremie@dimino.org,2008-04-26 17:42:09+00:00,False,dimino,dimino,* master,True,ocaml-community_obus,ocaml-community/obus,https://github.com/ocaml-community/obus +5537fb33fdaa88f20096728ec2bcbf8dff0a917c,sadinoff,devnull@localhost,1999-11-24 02:49:09+00:00,sadinoff,devnull@localhost,1999-11-24 02:49:09+00:00,False,localhost,localhost,* main,True,hebcal_hebcal,hebcal/hebcal,https://github.com/hebcal/hebcal +38c57b7fbc9b7864e268f16e38f7f052ead86099,Michael Gerhaeuser,michael.gerhaeuser@gmail.com,2009-05-14 06:00:55+00:00,Michael Gerhaeuser,michael.gerhaeuser@gmail.com,2009-05-14 06:00:55+00:00,False,gmail,gmail,* main,True,jsxgraph_jsxgraph,jsxgraph/jsxgraph,https://github.com/jsxgraph/jsxgraph +05f2f1839c2712ca77e86aa679dc909d051fc23b,Rainer Gerhards,rgerhards@adiscon.com,2004-11-08 13:52:36+00:00,Rainer Gerhards,rgerhards@adiscon.com,2004-11-08 13:52:36+00:00,False,adiscon,adiscon,* master,True,rsyslog_rsyslog,rsyslog/rsyslog,https://github.com/rsyslog/libestr.git +c7d9b8f00dd2f9efd8d2b841420dc800677eea9a,Brian Carrier,carrier@digital-evidence.org,2013-06-27 09:59:41-07:00,Brian Carrier,carrier@digital-evidence.org,2013-06-27 16:59:41+00:00,False,digital-evidence,digital-evidence,* master,True,sleuthkit_scalpel.git,sleuthkit/scalpel.git,https://github.com/sleuthkit/scalpel.git +80dc349e2014eaa9450086c007118e10bda0b534,daid303,daid303@gmail.com,2013-01-11 17:55:54+01:00,daid303,daid303@gmail.com,2013-01-11 16:55:54+00:00,False,gmail,gmail,* main,True,Ultimaker_CuraEngine,Ultimaker/CuraEngine,https://github.com/Ultimaker/CuraEngine +084510618555695eede6700f1343f3e997f48b74,Michael Olson,mwolson@member.fsf.org,2004-12-30 01:33:11+00:00,Michael Olson,mwolson@member.fsf.org,2004-12-30 01:33:11+00:00,False,member,member,* master,True,alexott_muse,alexott/muse,https://github.com/alexott/muse +0f1e22bee00a2e33086ceec95246425ddf8741ae,belangeo,belangeo@47a9a872-8ef4-7ce4-ef87-7645ece8daa9,2011-10-24 02:27:14+00:00,belangeo,belangeo@47a9a872-8ef4-7ce4-ef87-7645ece8daa9,2011-10-24 02:27:14+00:00,False,47a9a872-8ef4-7ce4-ef87-7645ece8daa9,47a9a872-8ef4-7ce4-ef87-7645ece8daa9,* master,True,belangeo_cecilia5.git,belangeo/cecilia5.git,https://github.com/belangeo/cecilia5.git +73aca62b101db0c206c4bf2cf821f236947d7f5b,Kouhei Sutou,kou@cozmixng.org,2004-08-13 00:42:07+00:00,Kouhei Sutou,kou@cozmixng.org,2004-08-13 00:42:07+00:00,False,cozmixng,cozmixng,* main,True,rabbit-shocker_rabbit,rabbit-shocker/rabbit,https://github.com/rabbit-shocker/rabbit +f82e2c6a5e4e9c89b4cc55936740c7df1c51361f,Bob Schlärmann,blackhole@atreidis.nl.eu.org,2004-03-01 20:42:19+00:00,Bob Schlärmann,blackhole@atreidis.nl.eu.org,2004-03-01 20:42:19+00:00,False,atreidis,atreidis,* master,True,panel-plugins_xfce4-weather-plugin.git,panel-plugins/xfce4-weather-plugin.git,https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin.git +2b0aca1bf7787abe898741ef890c0f9a51e504e5,Dirk-Jan C. Binnema,djcb@djcbsoftware.nl,2009-11-25 22:55:06+02:00,Dirk-Jan C. Binnema,djcb@djcbsoftware.nl,2009-11-25 20:55:06+00:00,False,djcbsoftware,djcbsoftware,* master,True,djcb_mu,djcb/mu,https://github.com/djcb/mu +b80bf3e1e8c428f6360a8faafc20c8b2cf949c96,Zhang Chiyuan,pluskid@gmail.com,2008-03-17 02:16:33+00:00,Zhang Chiyuan,pluskid@gmail.com,2008-03-17 02:16:33+00:00,False,gmail,gmail,* master,True,joaotavora_yasnippet,joaotavora/yasnippet,https://github.com/joaotavora/yasnippet +9c9919efe2166efd32409054005619062624226c,Paolo Bonzini,bonzini@gnu.org,2004-10-20 21:42:31+00:00,Paolo Bonzini,bonzini@gnu.org,2004-10-20 21:42:31+00:00,False,gnu,gnu,* master,True,git_sed.git,git/sed.git,https://git.savannah.gnu.org/git/sed.git +dfa0bdd403f2bcf5f2b1ff96f913ae873de42f86,tomas,tomas,2003-03-26 15:06:20+00:00,tomas,tomas,2003-03-26 15:06:20+00:00,False,tomas,tomas,* master,True,lunarmodules_luasql,lunarmodules/luasql,https://github.com/lunarmodules/luasql diff --git a/12825_revision/misc_data_files/validation.py b/12825_revision/misc_data_files/validation.py index ba57afd..3a1ec71 100644 --- a/12825_revision/misc_data_files/validation.py +++ b/12825_revision/misc_data_files/validation.py @@ -2,7 +2,7 @@ import pandas as pd import os ''' # Load the CSV file into a DataFrame -csv_file = '013025_README_manifest.csv' # Replace with your CSV file path +csv_file = '020125_README_manifest.csv' # Replace with your CSV file path column_name = 'new_filepath' # Replace with your column name containing file paths # Read the CSV file @@ -21,9 +21,11 @@ missing_files_df = df[df['file_exists'] == False] print("Files that do not exist:") print(missing_files_df) ''' +#source_directory = '/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/readme_commits' # Replace with your source directory path +#target_directory = '/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/validation_readme' # Replace with your target directory path -source_directory = '/data/users/mgaughan/kkex/012825_cam_revision_main/main_commit_data/contributing' # Replace with your source directory path -target_directory = '/data/users/mgaughan/kkex/012825_cam_revision_main/first_version_documents/validation_contributing' # Replace with your target directory path +source_directory = '/data/users/mgaughan/kkex/012825_cam_revision_main/main_commit_data/readme' # Replace with your source directory path +target_directory = '/data/users/mgaughan/kkex/012825_cam_revision_main/first_version_documents/readme' # Replace with your target directory path # List all files in the source directory source_files = os.listdir(source_directory) @@ -34,13 +36,13 @@ no_pair = [] manifest = [] for file in source_files: if file.startswith('_'): - repo_id = file[1:-12] + repo_id = file[1:-12] else: repo_id = file[:-12] has_fvf = False pair_file = "" for file_name in target_files: - if repo_id in file_name: + if repo_id in file_name: has_fvf = True pair_file = file_name break @@ -51,7 +53,9 @@ for file in source_files: print(no_pair) manifest_df = pd.DataFrame(manifest, columns=['repo_id', 'commits_filepath', 'fvf_filepath']) -manifest_df.to_csv(f"all_013025_contributing_manifest.csv", index=False) +print(len(manifest_df)) +manifest_df.to_csv(f"all_fvf_README_manifest-link.csv", index=False) +#12825_revision/misc_data_files/main/all_fvf_CONTRIBUTING_manifest-link.csv #source_file_path = os.path.join(source_directory, file_name) #target_file_path = os.path.join(target_directory, file_name) @@ -60,17 +64,16 @@ manifest_df.to_csv(f"all_013025_contributing_manifest.csv", index=False) # print(f"File '{file_name}' exists in both directories.") # else: # print(f"File '{file_name}' does not exist in the target directory.") - ''' # Load the CSV file into a DataFrame -csv_file = '/home/SOC.NORTHWESTERN.EDU/nws8519/git/24_deb_pkg_gov/12825_revision/misc_data_files/all_013025_contributing_manifest.csv' # Replace with your CSV file path +csv_file = '/home/SOC.NORTHWESTERN.EDU/nws8519/git/24_deb_pkg_gov/12825_revision/misc_data_files/test_second_batch_readme_manifest.csv' # Replace with your CSV file path column_name = 'fvf_filepath' # Replace with your column name containing filenames # Read the CSV file df = pd.read_csv(csv_file) # List all filenames in the specified directory -directory_path = '/data/users/mgaughan/kkex/012825_cam_revision_main/first_version_documents/validation_contributing' # Replace with your directory path +directory_path = '/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/validation_readme' # Replace with your directory path directory_files = os.listdir(directory_path) # Convert the filenames column of the DataFrame to a set for efficient lookup @@ -80,7 +83,7 @@ duplicate_rows = df[duplicates] print("\nDuplicate rows in the DataFrame:") print(duplicate_rows) # Check which filenames in the directory are not reflected in the column -#missing_files = [file for file in filenames_in_csv if file not in directory_files] +missing_files = [file for file in filenames_in_csv if file not in directory_files] # Print the filenames that are not reflected in the column @@ -88,7 +91,6 @@ print("Filenames in the directory that are not reflected in the CSV column:") for file in missing_files: print(file) - csv_file = '/home/SOC.NORTHWESTERN.EDU/nws8519/git/24_deb_pkg_gov/12825_revision/misc_data_files/all_013025_contributing_manifest.csv' # Replace with your CSV file path column_name = 'fvf_filepath' # Replace with your column name containing filenames # Read the CSV file diff --git a/12825_revision/spec_file/s_CONTRIBUTING-parsing-output.txt b/12825_revision/spec_file/s_CONTRIBUTING-parsing-output.txt new file mode 100644 index 0000000..108026e --- /dev/null +++ b/12825_revision/spec_file/s_CONTRIBUTING-parsing-output.txt @@ -0,0 +1,2 @@ +https://github.com/ft/pkg-fdm, d092283752a8b87fe61f1675550e3de18f58e70e +https://github.com/mate-desktop/caja-extensions.git, 8c996447beb0353ed76f48e3ee220bef2455382b diff --git a/12825_revision/spec_file/s_README-parsing-output.txt b/12825_revision/spec_file/s_README-parsing-output.txt new file mode 100644 index 0000000..5e571bf --- /dev/null +++ b/12825_revision/spec_file/s_README-parsing-output.txt @@ -0,0 +1,10 @@ +https://github.com/skk-dev/ddskk, 1b735bc003f445cc8e08e8ac2c0def423c125231 +https://github.com/Starlink/starjava/issues/new, 76cc9ec549d9cd656bb34f45abd1e5e9a93f4f40 +https://github.com/OSGeo/libgeotiff.git, 70beb1e3a3fbc1a2cfdfbc73b41e1c66f3719575 +http://github.com/barbie/vcs-lite, c18dba813adf8e137db53fc78daaec07c2012c19 +https://github.com/geographiclib/geographiclib.git, 21213c3ec0c1c970313934f97003ada1b1067b8c +https://github.com/scipy/scipy.git, c4752ce59e46ba20835c21e905a336779fc72f8a +https://github.com/ddnet/ddnet, 23ffe1ff6577adfce7980f961978ed3e8de59ed6 +https://github.com/debian-tex/texlive-bin, d12ac25a96e0417317f0cfc70462ef565544d14e +https://github.com/icl-utk-edu/papi, 37592efffcaeb3315a4fa5e0d5a3e11ba9b7a801 +https://github.com/debian-tex/lmodern, 1ff18177e4667dd77fe89a486c332e61903349d2 diff --git a/12825_revision/spec_file/updated_get_spec_file.py b/12825_revision/spec_file/updated_get_spec_file.py index 8fc78cd..00a9a4d 100644 --- a/12825_revision/spec_file/updated_get_spec_file.py +++ b/12825_revision/spec_file/updated_get_spec_file.py @@ -7,7 +7,7 @@ import pandas as pd import time #destination DIR: -dest_dir="/data/users/mgaughan/kkex/012825_cam_revision_main/first_version_documents/013025_readme/" +dest_dir="/data/users/mgaughan/kkex/012825_cam_revision_main/second_batch/first_version_documents/new_readme/" #temp DIR: temp_dir="/data/users/mgaughan/tmp3/" @@ -150,9 +150,8 @@ def for_all_files(csv_path, is_readme): manifest_df = pd.concat(new_manifest_list, ignore_index=True) manifest_df.to_csv(f"013025_{doc}_manifest.csv", index=False) - if __name__ == "__main__": - for_all_files("../misc_data_files/CONTRIBUTING_for_download.csv", False) + for_all_files("../misc_data_files/020125_README_for_download.csv", True) #get_file("https://github.com/breakfastquay/rubberband", "a94f3f33577bf9d71166392febbfdf3cace6f1c8", True) #get_file("https://gitlab.freedesktop.org/gstreamer/gstreamer", "1762dfbf982a75d895676b0063379e33b4f9b96a", True) #get_file("https://github.com/ranger/ranger.git", "ea355f491fb10d5ce054c7813d9abdfd3fc68991" ,False)