├── .github ├── dependabot.yml └── workflows │ ├── check.yml │ ├── flakehub-publish-rolling.yml │ ├── update-flake.yml │ └── update-vim-plugins.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── data ├── cache │ └── .gitignore ├── plugins │ ├── awesome-neovim.json │ └── extra-fetchers.json └── stats │ ├── awesome-neovim │ ├── 1712401588.json │ ├── 1712423609.json │ ├── 1712509965.json │ ├── 1712527501.json │ ├── 1712596469.json │ ├── 1712682791.json │ ├── 1712769235.json │ ├── 1712855785.json │ ├── 1712942166.json │ ├── 1713028261.json │ ├── 1713131254.json │ ├── 1713134386.json │ ├── 1713201205.json │ ├── 1713287721.json │ ├── 1713374045.json │ ├── 1713460517.json │ ├── 1713546902.json │ ├── 1713633214.json │ ├── 1713719700.json │ ├── 1713806035.json │ ├── 1713892526.json │ ├── 1713978994.json │ ├── 1714065427.json │ ├── 1714174286.json │ ├── 1714238055.json │ ├── 1714324492.json │ ├── 1714410851.json │ ├── 1714497292.json │ ├── 1714583729.json │ ├── 1714670155.json │ ├── 1714756481.json │ ├── 1714842854.json │ ├── 1714929281.json │ ├── 1715015838.json │ ├── 1715102100.json │ ├── 1715188488.json │ ├── 1715274905.json │ ├── 1715361354.json │ ├── 1715447750.json │ ├── 1715534032.json │ ├── 1715620497.json │ ├── 1715706881.json │ ├── 1715793386.json │ ├── 1715879785.json │ ├── 1715966186.json │ ├── 1716052433.json │ ├── 1716138896.json │ ├── 1716225480.json │ ├── 1716311748.json │ ├── 1716398145.json │ ├── 1716484668.json │ ├── 1716571018.json │ ├── 1716657446.json │ ├── 1716743758.json │ ├── 1716830098.json │ ├── 1716916565.json │ ├── 1717003948.json │ ├── 1717129477.json │ ├── 1717175783.json │ ├── 1717262127.json │ ├── 1717348558.json │ ├── 1717434992.json │ ├── 1717521344.json │ ├── 1717607744.json │ ├── 1717694279.json │ ├── 1717780578.json │ ├── 1717866954.json │ ├── 1717953384.json │ ├── 1718039766.json │ ├── 1718126217.json │ ├── 1718212560.json │ ├── 1718299008.json │ ├── 1718385524.json │ ├── 1718471748.json │ ├── 1718558086.json │ ├── 1718644611.json │ ├── 1718731138.json │ ├── 1718817475.json │ ├── 1718903722.json │ ├── 1718990291.json │ ├── 1719076481.json │ ├── 1719162901.json │ ├── 1719249352.json │ ├── 1719335812.json │ ├── 1719422150.json │ ├── 1719508667.json │ ├── 1719595003.json │ ├── 1719681325.json │ ├── 1719767755.json │ ├── 1719854246.json │ ├── 1719940592.json │ ├── 1720026992.json │ ├── 1720113393.json │ ├── 1720199774.json │ ├── 1720286090.json │ ├── 1720372614.json │ ├── 1720458996.json │ ├── 1720545440.json │ ├── 1720631748.json │ ├── 1720718277.json │ ├── 1722552050.json │ ├── 1722618991.json │ ├── 1722705370.json │ ├── 1722791733.json │ ├── 1722878319.json │ ├── 1722964685.json │ ├── 1723051152.json │ ├── 1723137425.json │ ├── 1723223841.json │ ├── 1723310104.json │ ├── 1723396566.json │ ├── 1723483005.json │ ├── 1723569458.json │ ├── 1723655772.json │ ├── 1723742180.json │ ├── 1723828621.json │ ├── 1723914882.json │ ├── 1724001287.json │ ├── 1724087869.json │ ├── 1724174236.json │ ├── 1724260621.json │ ├── 1724347074.json │ ├── 1724433393.json │ ├── 1724519819.json │ ├── 1724606336.json │ ├── 1724692668.json │ ├── 1724778991.json │ ├── 1724865385.json │ ├── 1724951812.json │ ├── 1725038282.json │ ├── 1725124619.json │ ├── 1725210936.json │ ├── 1725297388.json │ ├── 1725383903.json │ ├── 1725470293.json │ ├── 1725815821.json │ ├── 1725902302.json │ ├── 1725988628.json │ ├── 1726074995.json │ ├── 1726161473.json │ ├── 1726247858.json │ ├── 1726334256.json │ ├── 1726420566.json │ ├── 1726507065.json │ ├── 1726593484.json │ ├── 1726679850.json │ ├── 1726766288.json │ ├── 1726852647.json │ ├── 1726939110.json │ ├── 1727025454.json │ ├── 1727111920.json │ ├── 1727198358.json │ ├── 1727284696.json │ ├── 1727371188.json │ ├── 1727457503.json │ ├── 1727543765.json │ ├── 1727630173.json │ ├── 1727716701.json │ ├── 1727803092.json │ ├── 1727889437.json │ ├── 1727975950.json │ ├── 1728062251.json │ ├── 1728148683.json │ ├── 1728235071.json │ ├── 1728321535.json │ ├── 1728407905.json │ ├── 1728494380.json │ ├── 1728580742.json │ ├── 1728667057.json │ ├── 1728753400.json │ ├── 1728839793.json │ ├── 1728926340.json │ ├── 1729012771.json │ ├── 1729099133.json │ ├── 1729185487.json │ ├── 1729271908.json │ ├── 1729358271.json │ ├── 1729444689.json │ ├── 1729531107.json │ ├── 1729617499.json │ ├── 1729703909.json │ ├── 1729790269.json │ ├── 1729876716.json │ ├── 1729963065.json │ ├── 1730049479.json │ ├── 1730135911.json │ ├── 1730222321.json │ ├── 1730308726.json │ ├── 1730395160.json │ ├── 1730481506.json │ ├── 1730567789.json │ ├── 1730654228.json │ ├── 1730740697.json │ ├── 1730827133.json │ ├── 1730913468.json │ ├── 1730999841.json │ ├── 1731086273.json │ ├── 1731172582.json │ ├── 1731258963.json │ ├── 1731345431.json │ ├── 1731431859.json │ ├── 1731518261.json │ ├── 1731604707.json │ ├── 1731691140.json │ ├── 1731777419.json │ ├── 1731863839.json │ ├── 1731950364.json │ ├── 1732036741.json │ ├── 1732123138.json │ ├── 1732209542.json │ ├── 1732295908.json │ ├── 1732382214.json │ ├── 1732468609.json │ ├── 1732555172.json │ ├── 1732641574.json │ ├── 1732727945.json │ ├── 1733419172.json │ ├── 1733505571.json │ ├── 1733591842.json │ ├── 1733678246.json │ ├── 1733764789.json │ ├── 1733851206.json │ ├── 1733937571.json │ ├── 1734023982.json │ ├── 1734110373.json │ ├── 1734196621.json │ ├── 1734283045.json │ ├── 1734369504.json │ ├── 1734455974.json │ ├── 1734542336.json │ ├── 1734628603.json │ ├── 1734715083.json │ ├── 1734801439.json │ ├── 1734887829.json │ ├── 1734974276.json │ ├── 1735060627.json │ ├── 1735147124.json │ ├── 1735233449.json │ ├── 1735319834.json │ ├── 1735406159.json │ ├── 1735492614.json │ ├── 1735579051.json │ ├── 1735665417.json │ ├── 1735751828.json │ ├── 1735838278.json │ ├── 1735924645.json │ ├── 1736010980.json │ ├── 1736183867.json │ ├── 1736270288.json │ ├── 1736356644.json │ ├── 1736443052.json │ ├── 1736529476.json │ ├── 1736615818.json │ ├── 1736702171.json │ ├── 1736788716.json │ ├── 1736875046.json │ ├── 1736961442.json │ ├── 1737047888.json │ ├── 1737220514.json │ ├── 1737307029.json │ ├── 1737393428.json │ ├── 1737479943.json │ ├── 1737566333.json │ ├── 1737652687.json │ ├── 1737825315.json │ ├── 1737911792.json │ ├── 1738084624.json │ ├── 1738171066.json │ ├── 1738257446.json │ ├── 1738343834.json │ ├── 1738430190.json │ ├── 1738516609.json │ ├── 1738603055.json │ ├── 1738775852.json │ ├── 1738862265.json │ ├── 1738948668.json │ ├── 1739034963.json │ ├── 1739121352.json │ ├── 1739207774.json │ ├── 1739380719.json │ ├── 1739466929.json │ ├── 1739553479.json │ ├── 1739639825.json │ ├── 1739726231.json │ ├── 1739812688.json │ ├── 1739899133.json │ ├── 1739985521.json │ ├── 1740158283.json │ ├── 1740244688.json │ ├── 1740417443.json │ ├── 1740504080.json │ ├── 1740590333.json │ ├── 1740676771.json │ ├── 1740763030.json │ ├── 1740849429.json │ ├── 1740935785.json │ ├── 1741022344.json │ ├── 1741108753.json │ ├── 1741195151.json │ ├── 1741281547.json │ ├── 1741367884.json │ ├── 1741540590.json │ ├── 1741627173.json │ ├── 1741713608.json │ ├── 1741799959.json │ ├── 1741886282.json │ ├── 1742404784.json │ ├── 1742491173.json │ ├── 1742577548.json │ ├── 1742663822.json │ ├── 1742750260.json │ ├── 1742836801.json │ ├── 1742923178.json │ ├── 1743009605.json │ ├── 1743095974.json │ ├── 1743182372.json │ ├── 1743268683.json │ ├── 1743355117.json │ ├── 1743441581.json │ ├── 1743528050.json │ ├── 1743614393.json │ ├── 1743700781.json │ ├── 1743787171.json │ ├── 1743873418.json │ ├── 1743959860.json │ ├── 1744046374.json │ ├── 1744132799.json │ ├── 1744219193.json │ ├── 1744305594.json │ ├── 1744391979.json │ ├── 1744478324.json │ ├── 1744564689.json │ ├── 1744651181.json │ ├── 1744737593.json │ ├── 1744823969.json │ ├── 1744910413.json │ ├── 1744996749.json │ ├── 1745083106.json │ ├── 1745169583.json │ ├── 1745256032.json │ ├── 1745342415.json │ ├── 1745428805.json │ ├── 1745515199.json │ ├── 1745601566.json │ ├── 1747070408.json │ ├── 1747156852.json │ ├── 1747243252.json │ ├── 1747329646.json │ ├── 1747415949.json │ ├── 1747502297.json │ ├── 1747588699.json │ ├── 1747675231.json │ ├── 1747761638.json │ ├── 1747847994.json │ ├── 1747934450.json │ ├── 1748020840.json │ ├── 1748107162.json │ ├── 1748193502.json │ ├── 1748279989.json │ ├── 1748366611.json │ └── 1748453005.json │ ├── extra │ ├── 1712401588.json │ ├── 1712423610.json │ ├── 1712509965.json │ ├── 1712527501.json │ ├── 1712596469.json │ ├── 1712682792.json │ ├── 1712769235.json │ ├── 1712855785.json │ ├── 1712942167.json │ ├── 1713028261.json │ ├── 1713131254.json │ ├── 1713134386.json │ ├── 1713201205.json │ ├── 1713287721.json │ ├── 1713374045.json │ ├── 1713460517.json │ ├── 1713546902.json │ ├── 1713633214.json │ ├── 1713719700.json │ ├── 1713806035.json │ ├── 1713892526.json │ ├── 1713978994.json │ ├── 1714065427.json │ ├── 1714174287.json │ ├── 1714238056.json │ ├── 1714324492.json │ ├── 1714410851.json │ ├── 1714497292.json │ ├── 1714583729.json │ ├── 1714670155.json │ ├── 1714756481.json │ ├── 1714842854.json │ ├── 1714929281.json │ ├── 1715015838.json │ ├── 1715102100.json │ ├── 1715188488.json │ ├── 1715274905.json │ ├── 1715361355.json │ ├── 1715447750.json │ ├── 1715534032.json │ ├── 1715620498.json │ ├── 1715706881.json │ ├── 1715793386.json │ ├── 1715879785.json │ ├── 1715966186.json │ ├── 1716052433.json │ ├── 1716138896.json │ ├── 1716225480.json │ ├── 1716311749.json │ ├── 1716398145.json │ ├── 1716484668.json │ ├── 1716571018.json │ ├── 1716657447.json │ ├── 1716743758.json │ ├── 1716830098.json │ ├── 1716916565.json │ ├── 1717003948.json │ ├── 1717129477.json │ ├── 1717175783.json │ ├── 1717262127.json │ ├── 1717348558.json │ ├── 1717434992.json │ ├── 1717521344.json │ ├── 1717607744.json │ ├── 1717694279.json │ ├── 1717780578.json │ ├── 1717866954.json │ ├── 1717953384.json │ ├── 1718039766.json │ ├── 1718126217.json │ ├── 1718212560.json │ ├── 1718299008.json │ ├── 1718385524.json │ ├── 1718471748.json │ ├── 1718558086.json │ ├── 1718644611.json │ ├── 1718731139.json │ ├── 1718817475.json │ ├── 1718903722.json │ ├── 1718990292.json │ ├── 1719076482.json │ ├── 1719162901.json │ ├── 1719249352.json │ ├── 1719335812.json │ ├── 1719422150.json │ ├── 1719508667.json │ ├── 1719595003.json │ ├── 1719681325.json │ ├── 1719767755.json │ ├── 1719854246.json │ ├── 1719940592.json │ ├── 1720026992.json │ ├── 1720113393.json │ ├── 1720199774.json │ ├── 1720286090.json │ ├── 1720372614.json │ ├── 1720458997.json │ ├── 1720545440.json │ ├── 1720631749.json │ ├── 1720718277.json │ ├── 1722552050.json │ ├── 1722618991.json │ ├── 1722705370.json │ ├── 1722791733.json │ ├── 1722878319.json │ ├── 1722964685.json │ ├── 1723051152.json │ ├── 1723137425.json │ ├── 1723223841.json │ ├── 1723310104.json │ ├── 1723396566.json │ ├── 1723483005.json │ ├── 1723569458.json │ ├── 1723655773.json │ ├── 1723742180.json │ ├── 1723828621.json │ ├── 1723914882.json │ ├── 1724001287.json │ ├── 1724087869.json │ ├── 1724174237.json │ ├── 1724260621.json │ ├── 1724347074.json │ ├── 1724433393.json │ ├── 1724519819.json │ ├── 1724606336.json │ ├── 1724692669.json │ ├── 1724778991.json │ ├── 1724865385.json │ ├── 1724951812.json │ ├── 1725038282.json │ ├── 1725124619.json │ ├── 1725210936.json │ ├── 1725297388.json │ ├── 1725383903.json │ ├── 1725470293.json │ ├── 1725815821.json │ ├── 1725902303.json │ ├── 1725988629.json │ ├── 1726074996.json │ ├── 1726161473.json │ ├── 1726247858.json │ ├── 1726334256.json │ ├── 1726420566.json │ ├── 1726507066.json │ ├── 1726593485.json │ ├── 1726679850.json │ ├── 1726766288.json │ ├── 1726852647.json │ ├── 1726939110.json │ ├── 1727025454.json │ ├── 1727111920.json │ ├── 1727198358.json │ ├── 1727284696.json │ ├── 1727371188.json │ ├── 1727457503.json │ ├── 1727543765.json │ ├── 1727630173.json │ ├── 1727716702.json │ ├── 1727803092.json │ ├── 1727889437.json │ ├── 1727975950.json │ ├── 1728062252.json │ ├── 1728148683.json │ ├── 1728235072.json │ ├── 1728321535.json │ ├── 1728407905.json │ ├── 1728494381.json │ ├── 1728580743.json │ ├── 1728667057.json │ ├── 1728753400.json │ ├── 1728839793.json │ ├── 1728926340.json │ ├── 1729012771.json │ ├── 1729099133.json │ ├── 1729185488.json │ ├── 1729271908.json │ ├── 1729358271.json │ ├── 1729444689.json │ ├── 1729531107.json │ ├── 1729617500.json │ ├── 1729703909.json │ ├── 1729790269.json │ ├── 1729876716.json │ ├── 1729963066.json │ ├── 1730049479.json │ ├── 1730135911.json │ ├── 1730222321.json │ ├── 1730308726.json │ ├── 1730395161.json │ ├── 1730481506.json │ ├── 1730567789.json │ ├── 1730654229.json │ ├── 1730740697.json │ ├── 1730827133.json │ ├── 1730913469.json │ ├── 1730999841.json │ ├── 1731086273.json │ ├── 1731172583.json │ ├── 1731258963.json │ ├── 1731345431.json │ ├── 1731431859.json │ ├── 1731518261.json │ ├── 1731604707.json │ ├── 1731691140.json │ ├── 1731777419.json │ ├── 1731863839.json │ ├── 1731950365.json │ ├── 1732036741.json │ ├── 1732123139.json │ ├── 1732209543.json │ ├── 1732295909.json │ ├── 1732382214.json │ ├── 1732468609.json │ ├── 1732555173.json │ ├── 1732641574.json │ ├── 1732727945.json │ ├── 1733419173.json │ ├── 1733505571.json │ ├── 1733591842.json │ ├── 1733678246.json │ ├── 1733764789.json │ ├── 1733851206.json │ ├── 1733937571.json │ ├── 1734023983.json │ ├── 1734110374.json │ ├── 1734196621.json │ ├── 1734283045.json │ ├── 1734369504.json │ ├── 1734455974.json │ ├── 1734542336.json │ ├── 1734628606.json │ ├── 1734715084.json │ ├── 1734801440.json │ ├── 1734887829.json │ ├── 1734974276.json │ ├── 1735060627.json │ ├── 1735147124.json │ ├── 1735233449.json │ ├── 1735319835.json │ ├── 1735406159.json │ ├── 1735492614.json │ ├── 1735579052.json │ ├── 1735665417.json │ ├── 1735751828.json │ ├── 1735838278.json │ ├── 1735924646.json │ ├── 1736010980.json │ ├── 1736183867.json │ ├── 1736270288.json │ ├── 1736356644.json │ ├── 1736443052.json │ ├── 1736529476.json │ ├── 1736615818.json │ ├── 1736702171.json │ ├── 1736788716.json │ ├── 1736875046.json │ ├── 1736961442.json │ ├── 1737047888.json │ ├── 1737220514.json │ ├── 1737307030.json │ ├── 1737393428.json │ ├── 1737479944.json │ ├── 1737566333.json │ ├── 1737652692.json │ ├── 1737825315.json │ ├── 1737911792.json │ ├── 1738084625.json │ ├── 1738171067.json │ ├── 1738257446.json │ ├── 1738343835.json │ ├── 1738430190.json │ ├── 1738516609.json │ ├── 1738603055.json │ ├── 1738775853.json │ ├── 1738862266.json │ ├── 1738948668.json │ ├── 1739034964.json │ ├── 1739121352.json │ ├── 1739207774.json │ ├── 1739380719.json │ ├── 1739466929.json │ ├── 1739553479.json │ ├── 1739639825.json │ ├── 1739726231.json │ ├── 1739812688.json │ ├── 1739899133.json │ ├── 1739985521.json │ ├── 1740158283.json │ ├── 1740244688.json │ ├── 1740417443.json │ ├── 1740504081.json │ ├── 1740590333.json │ ├── 1740676771.json │ ├── 1740763031.json │ ├── 1740849429.json │ ├── 1740935785.json │ ├── 1741022344.json │ ├── 1741108754.json │ ├── 1741195151.json │ ├── 1741281547.json │ ├── 1741367884.json │ ├── 1741540590.json │ ├── 1741627173.json │ ├── 1741713608.json │ ├── 1741799959.json │ ├── 1741886282.json │ ├── 1742404784.json │ ├── 1742491174.json │ ├── 1742577548.json │ ├── 1742663822.json │ ├── 1742750260.json │ ├── 1742836801.json │ ├── 1742923178.json │ ├── 1743009605.json │ ├── 1743095975.json │ ├── 1743182373.json │ ├── 1743268684.json │ ├── 1743355117.json │ ├── 1743441581.json │ ├── 1743528051.json │ ├── 1743614394.json │ ├── 1743700781.json │ ├── 1743787171.json │ ├── 1743873418.json │ ├── 1743959860.json │ ├── 1744046374.json │ ├── 1744132799.json │ ├── 1744219193.json │ ├── 1744305594.json │ ├── 1744391979.json │ ├── 1744478324.json │ ├── 1744564689.json │ ├── 1744651181.json │ ├── 1744737593.json │ ├── 1744823969.json │ ├── 1744910414.json │ ├── 1744996750.json │ ├── 1745083106.json │ ├── 1745169583.json │ ├── 1745256032.json │ ├── 1745342415.json │ ├── 1745428805.json │ ├── 1745515199.json │ ├── 1745601566.json │ ├── 1747070409.json │ ├── 1747156852.json │ ├── 1747243252.json │ ├── 1747329647.json │ ├── 1747415950.json │ ├── 1747502297.json │ ├── 1747588699.json │ ├── 1747675232.json │ ├── 1747761638.json │ ├── 1747847994.json │ ├── 1747934450.json │ ├── 1748020840.json │ ├── 1748107162.json │ ├── 1748193502.json │ ├── 1748279990.json │ ├── 1748366612.json │ └── 1748453006.json │ ├── nixpkgs │ ├── 1712401588.json │ ├── 1712423610.json │ ├── 1712509965.json │ ├── 1712527501.json │ ├── 1712596469.json │ ├── 1712682792.json │ ├── 1712769235.json │ ├── 1712855785.json │ ├── 1712942167.json │ ├── 1713028261.json │ ├── 1713131254.json │ ├── 1713134386.json │ ├── 1713201205.json │ ├── 1713287721.json │ ├── 1713374045.json │ ├── 1713460517.json │ ├── 1713546902.json │ ├── 1713633214.json │ ├── 1713719700.json │ ├── 1713806035.json │ ├── 1713892526.json │ ├── 1713978994.json │ ├── 1714065427.json │ ├── 1714174287.json │ ├── 1714238056.json │ ├── 1714324492.json │ ├── 1714410851.json │ ├── 1714497292.json │ ├── 1714583729.json │ ├── 1714670155.json │ ├── 1714756481.json │ ├── 1714842854.json │ ├── 1714929281.json │ ├── 1715015838.json │ ├── 1715102100.json │ ├── 1715188488.json │ ├── 1715274905.json │ ├── 1715361355.json │ ├── 1715447750.json │ ├── 1715534032.json │ ├── 1715620498.json │ ├── 1715706881.json │ ├── 1715793386.json │ ├── 1715879785.json │ ├── 1715966186.json │ ├── 1716052433.json │ ├── 1716138896.json │ ├── 1716225480.json │ ├── 1716311749.json │ ├── 1716398145.json │ ├── 1716484668.json │ ├── 1716571018.json │ ├── 1716657447.json │ ├── 1716743758.json │ ├── 1716830098.json │ ├── 1716916565.json │ ├── 1717003948.json │ ├── 1717129477.json │ ├── 1717175783.json │ ├── 1717262127.json │ ├── 1717348558.json │ ├── 1717434992.json │ ├── 1717521344.json │ ├── 1717607744.json │ ├── 1717694279.json │ ├── 1717780578.json │ ├── 1717866954.json │ ├── 1717953384.json │ ├── 1718039766.json │ ├── 1718126217.json │ ├── 1718212560.json │ ├── 1718299008.json │ ├── 1718385524.json │ ├── 1718471748.json │ ├── 1718558086.json │ ├── 1718644611.json │ ├── 1718731139.json │ ├── 1718817475.json │ ├── 1718903722.json │ ├── 1718990292.json │ ├── 1719076482.json │ ├── 1719162901.json │ ├── 1719249352.json │ ├── 1719335812.json │ ├── 1719422150.json │ ├── 1719508667.json │ ├── 1719595003.json │ ├── 1719681325.json │ ├── 1719767755.json │ ├── 1719854246.json │ ├── 1719940592.json │ ├── 1720026992.json │ ├── 1720113393.json │ ├── 1720199774.json │ ├── 1720286090.json │ ├── 1720372614.json │ ├── 1720458997.json │ ├── 1720545440.json │ ├── 1720631749.json │ ├── 1720718277.json │ ├── 1722552050.json │ ├── 1722618991.json │ ├── 1722705370.json │ ├── 1722791733.json │ ├── 1722878319.json │ ├── 1722964685.json │ ├── 1723051152.json │ ├── 1723137425.json │ ├── 1723223841.json │ ├── 1723310104.json │ ├── 1723396566.json │ ├── 1723483005.json │ ├── 1723569458.json │ ├── 1723655773.json │ ├── 1723742180.json │ ├── 1723828621.json │ ├── 1723914882.json │ ├── 1724001287.json │ ├── 1724087869.json │ ├── 1724174237.json │ ├── 1724260621.json │ ├── 1724347074.json │ ├── 1724433393.json │ ├── 1724519819.json │ ├── 1724606336.json │ ├── 1724692669.json │ ├── 1724778991.json │ ├── 1724865385.json │ ├── 1724951812.json │ ├── 1725038282.json │ ├── 1725124619.json │ ├── 1725210936.json │ ├── 1725297388.json │ ├── 1725383903.json │ ├── 1725470293.json │ ├── 1725815821.json │ ├── 1725902303.json │ ├── 1725988629.json │ ├── 1726074996.json │ ├── 1726161473.json │ ├── 1726247858.json │ ├── 1726334256.json │ ├── 1726420566.json │ ├── 1726507066.json │ ├── 1726593485.json │ ├── 1726679850.json │ ├── 1726766288.json │ ├── 1726852647.json │ ├── 1726939110.json │ ├── 1727025454.json │ ├── 1727111920.json │ ├── 1727198358.json │ ├── 1727284696.json │ ├── 1727371188.json │ ├── 1727457503.json │ ├── 1727543765.json │ ├── 1727630173.json │ ├── 1727716702.json │ ├── 1727803092.json │ ├── 1727889437.json │ ├── 1727975950.json │ ├── 1728062252.json │ ├── 1728148683.json │ ├── 1728235072.json │ ├── 1728321535.json │ ├── 1728407905.json │ ├── 1728494381.json │ ├── 1728580743.json │ ├── 1728667057.json │ ├── 1728753400.json │ ├── 1728839793.json │ ├── 1728926340.json │ ├── 1729012771.json │ ├── 1729099133.json │ ├── 1729185488.json │ ├── 1729271908.json │ ├── 1729358271.json │ ├── 1729444689.json │ ├── 1729531107.json │ ├── 1729617500.json │ ├── 1729703909.json │ ├── 1729790269.json │ ├── 1729876716.json │ ├── 1729963066.json │ ├── 1730049479.json │ ├── 1730135911.json │ ├── 1730222321.json │ ├── 1730308726.json │ ├── 1730395161.json │ ├── 1730481506.json │ ├── 1730567789.json │ ├── 1730654229.json │ ├── 1730740697.json │ ├── 1730827133.json │ ├── 1730913469.json │ ├── 1730999841.json │ ├── 1731086273.json │ ├── 1731172583.json │ ├── 1731258963.json │ ├── 1731345431.json │ ├── 1731431859.json │ ├── 1731518261.json │ ├── 1731604707.json │ ├── 1731691140.json │ ├── 1731777419.json │ ├── 1731863839.json │ ├── 1731950365.json │ ├── 1732036741.json │ ├── 1732123139.json │ ├── 1732209543.json │ ├── 1732295909.json │ ├── 1732382214.json │ ├── 1732468609.json │ ├── 1732555173.json │ ├── 1732641574.json │ ├── 1732727945.json │ ├── 1733419173.json │ ├── 1733505571.json │ ├── 1733591842.json │ ├── 1733678246.json │ ├── 1733764789.json │ ├── 1733851206.json │ ├── 1733937571.json │ ├── 1734023983.json │ ├── 1734110374.json │ ├── 1734196621.json │ ├── 1734283045.json │ ├── 1734369504.json │ ├── 1734455974.json │ ├── 1734542336.json │ ├── 1734628606.json │ ├── 1734715084.json │ ├── 1734801440.json │ ├── 1734887829.json │ ├── 1734974276.json │ ├── 1735060627.json │ ├── 1735147124.json │ ├── 1735233449.json │ ├── 1735319835.json │ ├── 1735406159.json │ ├── 1735492614.json │ ├── 1735579052.json │ ├── 1735665417.json │ ├── 1735751828.json │ ├── 1735838278.json │ ├── 1735924646.json │ ├── 1736010980.json │ ├── 1736183867.json │ ├── 1736270288.json │ ├── 1736356644.json │ ├── 1736443052.json │ ├── 1736529476.json │ ├── 1736615818.json │ ├── 1736702171.json │ ├── 1736788716.json │ ├── 1736875046.json │ ├── 1736961442.json │ ├── 1737047888.json │ ├── 1737220514.json │ ├── 1737307030.json │ ├── 1737393428.json │ ├── 1737479944.json │ ├── 1737566333.json │ ├── 1737652692.json │ ├── 1737825315.json │ ├── 1737911792.json │ ├── 1738084625.json │ ├── 1738171067.json │ ├── 1738257446.json │ ├── 1738343835.json │ ├── 1738430190.json │ ├── 1738516609.json │ ├── 1738603055.json │ ├── 1738775853.json │ ├── 1738862266.json │ ├── 1738948668.json │ ├── 1739034964.json │ ├── 1739121352.json │ ├── 1739207774.json │ ├── 1739380719.json │ ├── 1739466929.json │ ├── 1739553479.json │ ├── 1739639825.json │ ├── 1739726231.json │ ├── 1739812688.json │ ├── 1739899133.json │ ├── 1739985521.json │ ├── 1740158283.json │ ├── 1740244688.json │ ├── 1740417443.json │ ├── 1740504081.json │ ├── 1740590333.json │ ├── 1740676771.json │ ├── 1740763031.json │ ├── 1740849429.json │ ├── 1740935785.json │ ├── 1741022344.json │ ├── 1741108754.json │ ├── 1741195151.json │ ├── 1741281547.json │ ├── 1741367884.json │ ├── 1741540590.json │ ├── 1741627173.json │ ├── 1741713608.json │ ├── 1741799959.json │ ├── 1741886282.json │ ├── 1742404784.json │ ├── 1742491174.json │ ├── 1742577548.json │ ├── 1742663822.json │ ├── 1742750260.json │ ├── 1742836801.json │ ├── 1742923178.json │ ├── 1743009605.json │ ├── 1743095975.json │ ├── 1743182373.json │ ├── 1743268684.json │ ├── 1743355117.json │ ├── 1743441581.json │ ├── 1743528051.json │ ├── 1743614394.json │ ├── 1743700781.json │ ├── 1743787171.json │ ├── 1743873418.json │ ├── 1743959860.json │ ├── 1744046374.json │ ├── 1744132799.json │ ├── 1744219193.json │ ├── 1744305594.json │ ├── 1744391979.json │ ├── 1744478324.json │ ├── 1744564689.json │ ├── 1744651181.json │ ├── 1744737593.json │ ├── 1744823969.json │ ├── 1744910414.json │ ├── 1744996750.json │ ├── 1745083106.json │ ├── 1745169583.json │ ├── 1745256032.json │ ├── 1745342415.json │ ├── 1745428805.json │ ├── 1745515199.json │ ├── 1745601566.json │ ├── 1747070409.json │ ├── 1747156852.json │ ├── 1747243252.json │ ├── 1747329647.json │ ├── 1747415950.json │ ├── 1747502297.json │ ├── 1747588699.json │ ├── 1747675232.json │ ├── 1747761638.json │ ├── 1747847994.json │ ├── 1747934450.json │ ├── 1748020840.json │ ├── 1748107162.json │ ├── 1748193502.json │ ├── 1748279990.json │ ├── 1748366612.json │ └── 1748453006.json │ ├── plot │ └── daily.png │ └── view │ └── daily.csv ├── default.nix ├── flake.lock ├── flake.nix ├── nix ├── awesome-neovim-plugins.nix ├── dev-shells.nix ├── overlay.nix ├── overrides.nix └── utils.nix ├── tools ├── analysis.sql ├── daily-plot.R ├── daily-stats.sql └── update.fnl └── treefmt.nix /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "github-actions" 4 | directory: "/" 5 | schedule: 6 | interval: "weekly" 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .RData 2 | .Rhistory 3 | .direnv/ 4 | .envrc 5 | result 6 | -------------------------------------------------------------------------------- /data/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /data/stats/extra/1712401588.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 540, 5 | "gitlab.com": 2, 6 | "time": 1712401588, 7 | "total": 549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712423610.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 540, 5 | "gitlab.com": 2, 6 | "time": 1712423610, 7 | "total": 549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712509965.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 540, 5 | "gitlab.com": 2, 6 | "time": 1712509965, 7 | "total": 549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712527501.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 540, 5 | "gitlab.com": 2, 6 | "time": 1712527501, 7 | "total": 549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712596469.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 540, 5 | "gitlab.com": 2, 6 | "time": 1712596469, 7 | "total": 549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712682792.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 539, 5 | "gitlab.com": 2, 6 | "time": 1712682792, 7 | "total": 548 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712769235.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 539, 5 | "gitlab.com": 2, 6 | "time": 1712769235, 7 | "total": 548 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712855785.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 538, 5 | "gitlab.com": 2, 6 | "time": 1712855785, 7 | "total": 547 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1712942167.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 538, 5 | "gitlab.com": 2, 6 | "time": 1712942167, 7 | "total": 547 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713028261.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 537, 5 | "gitlab.com": 2, 6 | "time": 1713028261, 7 | "total": 546 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713131254.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 534, 5 | "gitlab.com": 2, 6 | "time": 1713131254, 7 | "total": 543 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713134386.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 534, 5 | "gitlab.com": 2, 6 | "time": 1713134386, 7 | "total": 543 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713201205.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713201205, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713287721.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713287721, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713374045.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713374045, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713460517.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713460517, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713546902.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713546902, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713633214.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713633214, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713719700.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 536, 5 | "gitlab.com": 2, 6 | "time": 1713719700, 7 | "total": 545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713806035.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 538, 5 | "gitlab.com": 2, 6 | "time": 1713806035, 7 | "total": 547 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713892526.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 537, 5 | "gitlab.com": 2, 6 | "time": 1713892526, 7 | "total": 546 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1713978994.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 538, 5 | "gitlab.com": 2, 6 | "time": 1713978994, 7 | "total": 547 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714065427.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 538, 5 | "gitlab.com": 2, 6 | "time": 1714065427, 7 | "total": 547 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714174287.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 539, 5 | "gitlab.com": 2, 6 | "time": 1714174287, 7 | "total": 548 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714238056.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 539, 5 | "gitlab.com": 2, 6 | "time": 1714238056, 7 | "total": 548 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714324492.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 539, 5 | "gitlab.com": 2, 6 | "time": 1714324492, 7 | "total": 548 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714410851.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 539, 5 | "gitlab.com": 2, 6 | "time": 1714410851, 7 | "total": 548 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714497292.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 540, 5 | "gitlab.com": 2, 6 | "time": 1714497292, 7 | "total": 549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714583729.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 541, 5 | "gitlab.com": 2, 6 | "time": 1714583729, 7 | "total": 550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714670155.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 541, 5 | "gitlab.com": 2, 6 | "time": 1714670155, 7 | "total": 550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714756481.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 541, 5 | "gitlab.com": 2, 6 | "time": 1714756481, 7 | "total": 550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714842854.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 541, 5 | "gitlab.com": 2, 6 | "time": 1714842854, 7 | "total": 550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1714929281.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1714929281, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715015838.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1715015838, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715102100.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1715102100, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715188488.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1715188488, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715274905.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715274905, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715361355.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715361355, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715447750.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715447750, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715534032.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715534032, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715620498.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715620498, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715706881.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715706881, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715793386.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715793386, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715879785.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 543, 5 | "gitlab.com": 2, 6 | "time": 1715879785, 7 | "total": 552 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1715966186.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1715966186, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716052433.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1716052433, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716138896.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 542, 5 | "gitlab.com": 2, 6 | "time": 1716138896, 7 | "total": 551 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716225480.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 548, 5 | "gitlab.com": 2, 6 | "time": 1716225480, 7 | "total": 557 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716311749.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 550, 5 | "gitlab.com": 2, 6 | "time": 1716311749, 7 | "total": 559 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716398145.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 552, 5 | "gitlab.com": 2, 6 | "time": 1716398145, 7 | "total": 561 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716484668.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 553, 5 | "gitlab.com": 2, 6 | "time": 1716484668, 7 | "total": 562 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716571018.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 552, 5 | "gitlab.com": 2, 6 | "time": 1716571018, 7 | "total": 561 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716657447.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 553, 5 | "gitlab.com": 2, 6 | "time": 1716657447, 7 | "total": 562 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716743758.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 553, 5 | "gitlab.com": 2, 6 | "time": 1716743758, 7 | "total": 562 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716830098.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 552, 5 | "gitlab.com": 2, 6 | "time": 1716830098, 7 | "total": 561 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1716916565.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 552, 5 | "gitlab.com": 2, 6 | "time": 1716916565, 7 | "total": 561 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717003948.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 552, 5 | "gitlab.com": 2, 6 | "time": 1717003948, 7 | "total": 561 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717129477.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 552, 5 | "gitlab.com": 2, 6 | "time": 1717129477, 7 | "total": 561 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717175783.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 553, 5 | "gitlab.com": 2, 6 | "time": 1717175783, 7 | "total": 562 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717262127.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 553, 5 | "gitlab.com": 2, 6 | "time": 1717262127, 7 | "total": 562 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717348558.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 554, 5 | "gitlab.com": 2, 6 | "time": 1717348558, 7 | "total": 563 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717434992.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 554, 5 | "gitlab.com": 2, 6 | "time": 1717434992, 7 | "total": 563 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717521344.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 554, 5 | "gitlab.com": 2, 6 | "time": 1717521344, 7 | "total": 563 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717607744.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 555, 5 | "gitlab.com": 2, 6 | "time": 1717607744, 7 | "total": 564 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717694279.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 555, 5 | "gitlab.com": 2, 6 | "time": 1717694279, 7 | "total": 564 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717780578.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 555, 5 | "gitlab.com": 2, 6 | "time": 1717780578, 7 | "total": 564 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717866954.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 555, 5 | "gitlab.com": 2, 6 | "time": 1717866954, 7 | "total": 564 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1717953384.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 554, 5 | "gitlab.com": 2, 6 | "time": 1717953384, 7 | "total": 563 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718039766.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 554, 5 | "gitlab.com": 2, 6 | "time": 1718039766, 7 | "total": 563 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718126217.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 555, 5 | "gitlab.com": 2, 6 | "time": 1718126217, 7 | "total": 564 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718212560.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 557, 5 | "gitlab.com": 2, 6 | "time": 1718212560, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718299008.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 557, 5 | "gitlab.com": 2, 6 | "time": 1718299008, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718385524.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1718385524, 7 | "total": 567 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718471748.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1718471748, 7 | "total": 567 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718558086.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1718558086, 7 | "total": 567 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718644611.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 557, 5 | "gitlab.com": 2, 6 | "time": 1718644611, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718731139.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 557, 5 | "gitlab.com": 2, 6 | "time": 1718731139, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718817475.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 557, 5 | "gitlab.com": 2, 6 | "time": 1718817475, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718903722.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1718903722, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1718990292.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1718990292, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719076482.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1719076482, 7 | "total": 567 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719162901.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1719162901, 7 | "total": 567 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719249352.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 559, 5 | "gitlab.com": 2, 6 | "time": 1719249352, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719335812.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1719335812, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719422150.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1719422150, 7 | "total": 570 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719508667.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1719508667, 7 | "total": 570 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719595003.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1719595003, 7 | "total": 570 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719681325.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1719681325, 7 | "total": 570 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719767755.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 562, 5 | "gitlab.com": 2, 6 | "time": 1719767755, 7 | "total": 571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719854246.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 564, 5 | "gitlab.com": 2, 6 | "time": 1719854246, 7 | "total": 573 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1719940592.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1719940592, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720026992.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720026992, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720113393.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720113393, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720199774.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720199774, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720286090.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720286090, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720372614.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720372614, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720458997.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 568, 5 | "gitlab.com": 2, 6 | "time": 1720458997, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720545440.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720545440, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720631749.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 567, 5 | "gitlab.com": 2, 6 | "time": 1720631749, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1720718277.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1720718277, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1722552050.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 572, 5 | "gitlab.com": 2, 6 | "time": 1722552050, 7 | "total": 580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1722618991.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 572, 5 | "gitlab.com": 2, 6 | "time": 1722618991, 7 | "total": 580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1722705370.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 572, 5 | "gitlab.com": 2, 6 | "time": 1722705370, 7 | "total": 580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1722791733.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 572, 5 | "gitlab.com": 2, 6 | "time": 1722791733, 7 | "total": 580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1722878319.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 573, 5 | "gitlab.com": 2, 6 | "time": 1722878319, 7 | "total": 581 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1722964685.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 2, 6 | "time": 1722964685, 7 | "total": 582 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723051152.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 575, 5 | "gitlab.com": 2, 6 | "time": 1723051152, 7 | "total": 583 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723137425.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 576, 5 | "gitlab.com": 2, 6 | "time": 1723137425, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723223841.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 576, 5 | "gitlab.com": 2, 6 | "time": 1723223841, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723310104.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 576, 5 | "gitlab.com": 2, 6 | "time": 1723310104, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723396566.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 576, 5 | "gitlab.com": 2, 6 | "time": 1723396566, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723483005.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 578, 5 | "gitlab.com": 2, 6 | "time": 1723483005, 7 | "total": 586 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723569458.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1723569458, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723655773.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1723655773, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723742180.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1723742180, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723828621.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1723828621, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1723914882.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1723914882, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724001287.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 579, 5 | "gitlab.com": 2, 6 | "time": 1724001287, 7 | "total": 587 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724087869.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 578, 5 | "gitlab.com": 2, 6 | "time": 1724087869, 7 | "total": 586 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724174237.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 578, 5 | "gitlab.com": 2, 6 | "time": 1724174237, 7 | "total": 586 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724260621.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 578, 5 | "gitlab.com": 2, 6 | "time": 1724260621, 7 | "total": 586 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724347074.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1724347074, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724433393.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 2, 6 | "time": 1724433393, 7 | "total": 588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724519819.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 2, 6 | "time": 1724519819, 7 | "total": 589 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724606336.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 2, 6 | "time": 1724606336, 7 | "total": 589 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724692669.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 2, 6 | "time": 1724692669, 7 | "total": 589 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724778991.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 586, 5 | "gitlab.com": 2, 6 | "time": 1724778991, 7 | "total": 594 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724865385.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 583, 5 | "gitlab.com": 2, 6 | "time": 1724865385, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1724951812.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 584, 5 | "gitlab.com": 2, 6 | "time": 1724951812, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725038282.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 585, 5 | "gitlab.com": 2, 6 | "time": 1725038282, 7 | "total": 593 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725124619.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 585, 5 | "gitlab.com": 2, 6 | "time": 1725124619, 7 | "total": 593 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725210936.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 585, 5 | "gitlab.com": 2, 6 | "time": 1725210936, 7 | "total": 593 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725297388.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 586, 5 | "gitlab.com": 2, 6 | "time": 1725297388, 7 | "total": 594 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725383903.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 586, 5 | "gitlab.com": 2, 6 | "time": 1725383903, 7 | "total": 594 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725470293.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 587, 5 | "gitlab.com": 2, 6 | "time": 1725470293, 7 | "total": 595 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725815821.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 566, 5 | "gitlab.com": 2, 6 | "time": 1725815821, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725902303.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 2, 6 | "time": 1725902303, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1725988629.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 2, 6 | "time": 1725988629, 7 | "total": 575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726074996.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 568, 5 | "gitlab.com": 2, 6 | "time": 1726074996, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726161473.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 2, 6 | "time": 1726161473, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726247858.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1726247858, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726334256.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1726334256, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726420566.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1726420566, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726507066.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1726507066, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726593485.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1726593485, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726679850.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1726679850, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726766288.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1726766288, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726852647.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1726852647, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1726939110.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 557, 5 | "gitlab.com": 2, 6 | "time": 1726939110, 7 | "total": 565 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727025454.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 558, 5 | "gitlab.com": 2, 6 | "time": 1727025454, 7 | "total": 566 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727111920.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1727111920, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727198358.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1727198358, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727284696.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1727284696, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727371188.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727371188, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727457503.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727457503, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727543765.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727543765, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727630173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727630173, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727716702.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727716702, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727803092.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727803092, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727889437.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1727889437, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1727975950.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1727975950, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728062252.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728062252, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728148683.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728148683, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728235072.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728235072, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728321535.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728321535, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728407905.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728407905, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728494381.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728494381, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728580743.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728580743, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728667057.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728667057, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728753400.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728753400, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728839793.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 560, 5 | "gitlab.com": 2, 6 | "time": 1728839793, 7 | "total": 568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1728926340.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 561, 5 | "gitlab.com": 2, 6 | "time": 1728926340, 7 | "total": 569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729012771.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 562, 5 | "gitlab.com": 3, 6 | "time": 1729012771, 7 | "total": 571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729099133.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 562, 5 | "gitlab.com": 3, 6 | "time": 1729099133, 7 | "total": 571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729185488.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 563, 5 | "gitlab.com": 3, 6 | "time": 1729185488, 7 | "total": 572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729271908.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1729271908, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729358271.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1729358271, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729444689.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1729444689, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729531107.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1729531107, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729617500.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1729617500, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729703909.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 565, 5 | "gitlab.com": 3, 6 | "time": 1729703909, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729790269.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 3, 6 | "time": 1729790269, 7 | "total": 573 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729876716.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 3, 6 | "time": 1729876716, 7 | "total": 573 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1729963066.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 565, 5 | "gitlab.com": 3, 6 | "time": 1729963066, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730049479.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1730049479, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730135911.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1730135911, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730222321.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1730222321, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730308726.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 3, 6 | "time": 1730308726, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730395161.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1730395161, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730481506.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1730481506, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730567789.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1730567789, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730654229.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1730654229, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730740697.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1730740697, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730827133.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1730827133, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730913469.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 563, 5 | "gitlab.com": 4, 6 | "time": 1730913469, 7 | "total": 573 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1730999841.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 562, 5 | "gitlab.com": 4, 6 | "time": 1730999841, 7 | "total": 572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731086273.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 562, 5 | "gitlab.com": 4, 6 | "time": 1731086273, 7 | "total": 572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731172583.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 562, 5 | "gitlab.com": 4, 6 | "time": 1731172583, 7 | "total": 572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731258963.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731258963, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731345431.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731345431, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731431859.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731431859, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731518261.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731518261, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731604707.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731604707, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731691140.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731691140, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731777419.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 564, 5 | "gitlab.com": 4, 6 | "time": 1731777419, 7 | "total": 574 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731863839.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 566, 5 | "gitlab.com": 4, 6 | "time": 1731863839, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1731950365.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 566, 5 | "gitlab.com": 4, 6 | "time": 1731950365, 7 | "total": 576 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732036741.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1732036741, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732123139.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1732123139, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732209543.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1732209543, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732295909.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1732295909, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732382214.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1732382214, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732468609.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 568, 5 | "gitlab.com": 4, 6 | "time": 1732468609, 7 | "total": 578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732555173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 568, 5 | "gitlab.com": 4, 6 | "time": 1732555173, 7 | "total": 578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732641574.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 4, 6 | "time": 1732641574, 7 | "total": 579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1732727945.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 4, 6 | "time": 1732727945, 7 | "total": 579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733419173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1733419173, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733505571.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 567, 5 | "gitlab.com": 4, 6 | "time": 1733505571, 7 | "total": 577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733591842.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 4, 6 | "time": 1733591842, 7 | "total": 579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733678246.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 4, 6 | "time": 1733678246, 7 | "total": 579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733764789.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 4, 6 | "time": 1733764789, 7 | "total": 579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733851206.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 569, 5 | "gitlab.com": 4, 6 | "time": 1733851206, 7 | "total": 579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1733937571.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 570, 5 | "gitlab.com": 4, 6 | "time": 1733937571, 7 | "total": 580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734023983.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 573, 5 | "gitlab.com": 4, 6 | "time": 1734023983, 7 | "total": 583 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734110374.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734110374, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734196621.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734196621, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734283045.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734283045, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734369504.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734369504, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734455974.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734455974, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734542336.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734542336, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734628606.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 574, 5 | "gitlab.com": 4, 6 | "time": 1734628606, 7 | "total": 584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734715084.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 575, 5 | "gitlab.com": 4, 6 | "time": 1734715084, 7 | "total": 585 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734801440.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 575, 5 | "gitlab.com": 4, 6 | "time": 1734801440, 7 | "total": 585 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734887829.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 575, 5 | "gitlab.com": 4, 6 | "time": 1734887829, 7 | "total": 585 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1734974276.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 4, 6 | "time": 1734974276, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735060627.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 4, 6 | "time": 1735060627, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735147124.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 4, 6 | "time": 1735147124, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735233449.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1735233449, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735319835.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1735319835, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735406159.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1735406159, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735492614.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1735492614, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735579052.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 4, 6 | "time": 1735579052, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735665417.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 4, 6 | "time": 1735665417, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735751828.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 581, 5 | "gitlab.com": 4, 6 | "time": 1735751828, 7 | "total": 591 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735838278.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 584, 5 | "gitlab.com": 4, 6 | "time": 1735838278, 7 | "total": 594 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1735924646.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 583, 5 | "gitlab.com": 4, 6 | "time": 1735924646, 7 | "total": 593 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736010980.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1736010980, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736183867.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1736183867, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736270288.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 4, 6 | "time": 1736270288, 7 | "total": 590 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736356644.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 4, 6 | "time": 1736356644, 7 | "total": 590 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736443052.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 4, 6 | "time": 1736443052, 7 | "total": 590 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736529476.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 4, 6 | "time": 1736529476, 7 | "total": 590 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736615818.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 580, 5 | "gitlab.com": 4, 6 | "time": 1736615818, 7 | "total": 590 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736702171.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 582, 5 | "gitlab.com": 4, 6 | "time": 1736702171, 7 | "total": 592 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736788716.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 583, 5 | "gitlab.com": 4, 6 | "time": 1736788716, 7 | "total": 593 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736875046.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 584, 5 | "gitlab.com": 4, 6 | "time": 1736875046, 7 | "total": 594 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1736961442.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 584, 5 | "gitlab.com": 4, 6 | "time": 1736961442, 7 | "total": 594 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737047888.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 586, 5 | "gitlab.com": 4, 6 | "time": 1737047888, 7 | "total": 596 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737220514.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 588, 5 | "gitlab.com": 4, 6 | "time": 1737220514, 7 | "total": 598 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737307030.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 587, 5 | "gitlab.com": 4, 6 | "time": 1737307030, 7 | "total": 597 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737393428.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 587, 5 | "gitlab.com": 4, 6 | "time": 1737393428, 7 | "total": 597 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737479944.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 587, 5 | "gitlab.com": 4, 6 | "time": 1737479944, 7 | "total": 597 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737566333.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 588, 5 | "gitlab.com": 4, 6 | "time": 1737566333, 7 | "total": 598 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737652692.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 589, 5 | "gitlab.com": 4, 6 | "time": 1737652692, 7 | "total": 599 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737825315.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 588, 5 | "gitlab.com": 4, 6 | "time": 1737825315, 7 | "total": 598 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1737911792.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 588, 5 | "gitlab.com": 4, 6 | "time": 1737911792, 7 | "total": 598 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738084625.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 589, 5 | "gitlab.com": 4, 6 | "time": 1738084625, 7 | "total": 599 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738171067.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 4, 4 | "github.com": 589, 5 | "gitlab.com": 4, 6 | "time": 1738171067, 7 | "total": 599 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738257446.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 588, 5 | "gitlab.com": 4, 6 | "time": 1738257446, 7 | "total": 599 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738343835.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 593, 5 | "gitlab.com": 4, 6 | "time": 1738343835, 7 | "total": 604 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738430190.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 593, 5 | "gitlab.com": 4, 6 | "time": 1738430190, 7 | "total": 604 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738516609.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 592, 5 | "gitlab.com": 4, 6 | "time": 1738516609, 7 | "total": 603 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738603055.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 593, 5 | "gitlab.com": 4, 6 | "time": 1738603055, 7 | "total": 604 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738775853.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 593, 5 | "gitlab.com": 4, 6 | "time": 1738775853, 7 | "total": 604 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738862266.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 593, 5 | "gitlab.com": 4, 6 | "time": 1738862266, 7 | "total": 604 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1738948668.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 595, 5 | "gitlab.com": 4, 6 | "time": 1738948668, 7 | "total": 606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739034964.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 595, 5 | "gitlab.com": 4, 6 | "time": 1739034964, 7 | "total": 606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739121352.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 606, 5 | "gitlab.com": 4, 6 | "time": 1739121352, 7 | "total": 617 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739207774.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 608, 5 | "gitlab.com": 4, 6 | "time": 1739207774, 7 | "total": 619 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739380719.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 608, 5 | "gitlab.com": 4, 6 | "time": 1739380719, 7 | "total": 619 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739466929.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 608, 5 | "gitlab.com": 4, 6 | "time": 1739466929, 7 | "total": 619 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739553479.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 608, 5 | "gitlab.com": 4, 6 | "time": 1739553479, 7 | "total": 619 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739639825.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 608, 5 | "gitlab.com": 4, 6 | "time": 1739639825, 7 | "total": 619 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739726231.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 608, 5 | "gitlab.com": 4, 6 | "time": 1739726231, 7 | "total": 619 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739812688.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 610, 5 | "gitlab.com": 4, 6 | "time": 1739812688, 7 | "total": 621 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739899133.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1739899133, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1739985521.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1739985521, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740158283.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 612, 5 | "gitlab.com": 4, 6 | "time": 1740158283, 7 | "total": 623 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740244688.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 612, 5 | "gitlab.com": 4, 6 | "time": 1740244688, 7 | "total": 623 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740417443.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1740417443, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740504081.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1740504081, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740590333.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1740590333, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740676771.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1740676771, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740763031.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1740763031, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740849429.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 613, 5 | "gitlab.com": 4, 6 | "time": 1740849429, 7 | "total": 624 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1740935785.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 616, 5 | "gitlab.com": 4, 6 | "time": 1740935785, 7 | "total": 627 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741022344.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 617, 5 | "gitlab.com": 4, 6 | "time": 1741022344, 7 | "total": 628 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741108754.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 617, 5 | "gitlab.com": 4, 6 | "time": 1741108754, 7 | "total": 628 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741195151.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 617, 5 | "gitlab.com": 4, 6 | "time": 1741195151, 7 | "total": 628 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741281547.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 617, 5 | "gitlab.com": 4, 6 | "time": 1741281547, 7 | "total": 628 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741367884.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 618, 5 | "gitlab.com": 4, 6 | "time": 1741367884, 7 | "total": 629 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741540590.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 618, 5 | "gitlab.com": 4, 6 | "time": 1741540590, 7 | "total": 629 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741627173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 619, 5 | "gitlab.com": 4, 6 | "time": 1741627173, 7 | "total": 630 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741713608.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 619, 5 | "gitlab.com": 4, 6 | "time": 1741713608, 7 | "total": 630 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741799959.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 619, 5 | "gitlab.com": 4, 6 | "time": 1741799959, 7 | "total": 630 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1741886282.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 619, 5 | "gitlab.com": 4, 6 | "time": 1741886282, 7 | "total": 630 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742404784.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1742404784, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742491174.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1742491174, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742577548.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1742577548, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742663822.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 624, 5 | "gitlab.com": 4, 6 | "time": 1742663822, 7 | "total": 635 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742750260.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 628, 5 | "gitlab.com": 4, 6 | "time": 1742750260, 7 | "total": 639 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742836801.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 629, 5 | "gitlab.com": 4, 6 | "time": 1742836801, 7 | "total": 640 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1742923178.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 628, 5 | "gitlab.com": 4, 6 | "time": 1742923178, 7 | "total": 639 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743009605.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 628, 5 | "gitlab.com": 4, 6 | "time": 1743009605, 7 | "total": 639 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743095975.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 627, 5 | "gitlab.com": 4, 6 | "time": 1743095975, 7 | "total": 638 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743182373.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 628, 5 | "gitlab.com": 4, 6 | "time": 1743182373, 7 | "total": 639 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743268684.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 630, 5 | "gitlab.com": 4, 6 | "time": 1743268684, 7 | "total": 641 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743355117.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 629, 5 | "gitlab.com": 4, 6 | "time": 1743355117, 7 | "total": 640 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743441581.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 629, 5 | "gitlab.com": 4, 6 | "time": 1743441581, 7 | "total": 640 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743528051.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1743528051, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743614394.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 626, 5 | "gitlab.com": 4, 6 | "time": 1743614394, 7 | "total": 637 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743700781.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 627, 5 | "gitlab.com": 4, 6 | "time": 1743700781, 7 | "total": 638 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743787171.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 626, 5 | "gitlab.com": 4, 6 | "time": 1743787171, 7 | "total": 637 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743873418.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 626, 5 | "gitlab.com": 4, 6 | "time": 1743873418, 7 | "total": 637 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1743959860.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1743959860, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744046374.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1744046374, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744132799.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 625, 5 | "gitlab.com": 4, 6 | "time": 1744132799, 7 | "total": 636 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744219193.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 629, 5 | "gitlab.com": 4, 6 | "time": 1744219193, 7 | "total": 640 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744305594.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 629, 5 | "gitlab.com": 4, 6 | "time": 1744305594, 7 | "total": 640 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744391979.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 631, 5 | "gitlab.com": 4, 6 | "time": 1744391979, 7 | "total": 642 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744478324.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 631, 5 | "gitlab.com": 4, 6 | "time": 1744478324, 7 | "total": 642 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744564689.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 631, 5 | "gitlab.com": 4, 6 | "time": 1744564689, 7 | "total": 642 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744651181.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 631, 5 | "gitlab.com": 4, 6 | "time": 1744651181, 7 | "total": 642 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744737593.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 637, 5 | "gitlab.com": 4, 6 | "time": 1744737593, 7 | "total": 648 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744823969.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 637, 5 | "gitlab.com": 4, 6 | "time": 1744823969, 7 | "total": 648 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744910414.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 637, 5 | "gitlab.com": 4, 6 | "time": 1744910414, 7 | "total": 648 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1744996750.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 637, 5 | "gitlab.com": 4, 6 | "time": 1744996750, 7 | "total": 648 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745083106.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 637, 5 | "gitlab.com": 4, 6 | "time": 1745083106, 7 | "total": 648 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745169583.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 636, 5 | "gitlab.com": 4, 6 | "time": 1745169583, 7 | "total": 647 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745256032.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 636, 5 | "gitlab.com": 4, 6 | "time": 1745256032, 7 | "total": 647 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745342415.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 636, 5 | "gitlab.com": 4, 6 | "time": 1745342415, 7 | "total": 647 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745428805.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 636, 5 | "gitlab.com": 4, 6 | "time": 1745428805, 7 | "total": 647 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745515199.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 636, 5 | "gitlab.com": 4, 6 | "time": 1745515199, 7 | "total": 647 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1745601566.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 636, 5 | "gitlab.com": 4, 6 | "time": 1745601566, 7 | "total": 647 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747070409.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 640, 5 | "gitlab.com": 4, 6 | "time": 1747070409, 7 | "total": 651 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747156852.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 640, 5 | "gitlab.com": 4, 6 | "time": 1747156852, 7 | "total": 651 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747243252.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 640, 5 | "gitlab.com": 4, 6 | "time": 1747243252, 7 | "total": 651 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747329647.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 641, 5 | "gitlab.com": 4, 6 | "time": 1747329647, 7 | "total": 652 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747415950.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 650, 5 | "gitlab.com": 4, 6 | "time": 1747415950, 7 | "total": 661 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747502297.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 649, 5 | "gitlab.com": 4, 6 | "time": 1747502297, 7 | "total": 660 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747588699.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 649, 5 | "gitlab.com": 4, 6 | "time": 1747588699, 7 | "total": 660 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747675232.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 649, 5 | "gitlab.com": 4, 6 | "time": 1747675232, 7 | "total": 660 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747761638.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 648, 5 | "gitlab.com": 4, 6 | "time": 1747761638, 7 | "total": 659 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747847994.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 648, 5 | "gitlab.com": 4, 6 | "time": 1747847994, 7 | "total": 659 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1747934450.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 648, 5 | "gitlab.com": 4, 6 | "time": 1747934450, 7 | "total": 659 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1748020840.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 648, 5 | "gitlab.com": 4, 6 | "time": 1748020840, 7 | "total": 659 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1748107162.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 648, 5 | "gitlab.com": 4, 6 | "time": 1748107162, 7 | "total": 659 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1748193502.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 648, 5 | "gitlab.com": 4, 6 | "time": 1748193502, 7 | "total": 659 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1748279990.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 647, 5 | "gitlab.com": 4, 6 | "time": 1748279990, 7 | "total": 658 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1748366612.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 647, 5 | "gitlab.com": 4, 6 | "time": 1748366612, 7 | "total": 658 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/extra/1748453006.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 2, 3 | "git.sr.ht": 5, 4 | "github.com": 647, 5 | "gitlab.com": 4, 6 | "time": 1748453006, 7 | "total": 658 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712401588.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1419, 4 | "gitlab.com": 2, 5 | "time": 1712401588, 6 | "total": 1424 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712423610.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1420, 4 | "gitlab.com": 2, 5 | "time": 1712423610, 6 | "total": 1425 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712509965.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1420, 4 | "gitlab.com": 2, 5 | "time": 1712509965, 6 | "total": 1425 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712527501.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1420, 4 | "gitlab.com": 2, 5 | "time": 1712527501, 6 | "total": 1425 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712596469.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1420, 4 | "gitlab.com": 2, 5 | "time": 1712596469, 6 | "total": 1425 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712682792.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1421, 4 | "gitlab.com": 2, 5 | "time": 1712682792, 6 | "total": 1426 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712769235.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1422, 4 | "gitlab.com": 2, 5 | "time": 1712769235, 6 | "total": 1427 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712855785.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1423, 4 | "gitlab.com": 2, 5 | "time": 1712855785, 6 | "total": 1428 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1712942167.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1423, 4 | "gitlab.com": 2, 5 | "time": 1712942167, 6 | "total": 1428 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713028261.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1423, 4 | "gitlab.com": 2, 5 | "time": 1713028261, 6 | "total": 1428 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713131254.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1424, 4 | "gitlab.com": 2, 5 | "time": 1713131254, 6 | "total": 1429 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713134386.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1424, 4 | "gitlab.com": 2, 5 | "time": 1713134386, 6 | "total": 1429 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713201205.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1424, 4 | "gitlab.com": 2, 5 | "time": 1713201205, 6 | "total": 1429 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713287721.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1424, 4 | "gitlab.com": 2, 5 | "time": 1713287721, 6 | "total": 1429 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713374045.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1424, 4 | "gitlab.com": 2, 5 | "time": 1713374045, 6 | "total": 1429 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713460517.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1425, 4 | "gitlab.com": 2, 5 | "time": 1713460517, 6 | "total": 1430 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713546902.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1426, 4 | "gitlab.com": 2, 5 | "time": 1713546902, 6 | "total": 1431 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713633214.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1427, 4 | "gitlab.com": 2, 5 | "time": 1713633214, 6 | "total": 1432 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713719700.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1427, 4 | "gitlab.com": 2, 5 | "time": 1713719700, 6 | "total": 1432 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713806035.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1428, 4 | "gitlab.com": 2, 5 | "time": 1713806035, 6 | "total": 1433 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713892526.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1429, 4 | "gitlab.com": 2, 5 | "time": 1713892526, 6 | "total": 1434 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1713978994.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1429, 4 | "gitlab.com": 2, 5 | "time": 1713978994, 6 | "total": 1434 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714065427.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1430, 4 | "gitlab.com": 2, 5 | "time": 1714065427, 6 | "total": 1435 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714174287.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1430, 4 | "gitlab.com": 2, 5 | "time": 1714174287, 6 | "total": 1435 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714238056.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1431, 4 | "gitlab.com": 2, 5 | "time": 1714238056, 6 | "total": 1436 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714324492.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1431, 4 | "gitlab.com": 2, 5 | "time": 1714324492, 6 | "total": 1436 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714410851.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1431, 4 | "gitlab.com": 2, 5 | "time": 1714410851, 6 | "total": 1436 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714497292.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1431, 4 | "gitlab.com": 2, 5 | "time": 1714497292, 6 | "total": 1436 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714583729.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1432, 4 | "gitlab.com": 2, 5 | "time": 1714583729, 6 | "total": 1437 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714670155.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1432, 4 | "gitlab.com": 2, 5 | "time": 1714670155, 6 | "total": 1437 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714756481.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1432, 4 | "gitlab.com": 2, 5 | "time": 1714756481, 6 | "total": 1437 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714842854.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1714842854, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1714929281.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1714929281, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715015838.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715015838, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715102100.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715102100, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715188488.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715188488, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715274905.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715274905, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715361355.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715361355, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715447750.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715447750, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715534032.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1433, 4 | "gitlab.com": 2, 5 | "time": 1715534032, 6 | "total": 1438 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715620498.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1434, 4 | "gitlab.com": 2, 5 | "time": 1715620498, 6 | "total": 1439 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715706881.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1434, 4 | "gitlab.com": 2, 5 | "time": 1715706881, 6 | "total": 1439 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715793386.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1434, 4 | "gitlab.com": 2, 5 | "time": 1715793386, 6 | "total": 1439 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715879785.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1434, 4 | "gitlab.com": 2, 5 | "time": 1715879785, 6 | "total": 1439 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1715966186.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1435, 4 | "gitlab.com": 2, 5 | "time": 1715966186, 6 | "total": 1440 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716052433.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1435, 4 | "gitlab.com": 2, 5 | "time": 1716052433, 6 | "total": 1440 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716138896.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1435, 4 | "gitlab.com": 2, 5 | "time": 1716138896, 6 | "total": 1440 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716225480.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1436, 4 | "gitlab.com": 2, 5 | "time": 1716225480, 6 | "total": 1441 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716311749.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1436, 4 | "gitlab.com": 2, 5 | "time": 1716311749, 6 | "total": 1441 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716398145.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1436, 4 | "gitlab.com": 2, 5 | "time": 1716398145, 6 | "total": 1441 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716484668.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1436, 4 | "gitlab.com": 2, 5 | "time": 1716484668, 6 | "total": 1441 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716571018.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1437, 4 | "gitlab.com": 2, 5 | "time": 1716571018, 6 | "total": 1442 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716657447.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1438, 4 | "gitlab.com": 2, 5 | "time": 1716657447, 6 | "total": 1443 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716743758.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1438, 4 | "gitlab.com": 2, 5 | "time": 1716743758, 6 | "total": 1443 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716830098.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1438, 4 | "gitlab.com": 2, 5 | "time": 1716830098, 6 | "total": 1443 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1716916565.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.sr.ht": 3, 3 | "github.com": 1438, 4 | "gitlab.com": 2, 5 | "time": 1716916565, 6 | "total": 1443 7 | } 8 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717003948.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1437, 5 | "gitlab.com": 2, 6 | "time": 1717003948, 7 | "total": 1443 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717129477.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1438, 5 | "gitlab.com": 2, 6 | "time": 1717129477, 7 | "total": 1444 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717175783.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1438, 5 | "gitlab.com": 2, 6 | "time": 1717175783, 7 | "total": 1444 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717262127.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1438, 5 | "gitlab.com": 2, 6 | "time": 1717262127, 7 | "total": 1444 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717348558.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1438, 5 | "gitlab.com": 2, 6 | "time": 1717348558, 7 | "total": 1444 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717434992.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1438, 5 | "gitlab.com": 2, 6 | "time": 1717434992, 7 | "total": 1444 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717521344.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1439, 5 | "gitlab.com": 2, 6 | "time": 1717521344, 7 | "total": 1445 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717607744.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1439, 5 | "gitlab.com": 2, 6 | "time": 1717607744, 7 | "total": 1445 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717694279.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1440, 5 | "gitlab.com": 2, 6 | "time": 1717694279, 7 | "total": 1446 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717780578.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1440, 5 | "gitlab.com": 2, 6 | "time": 1717780578, 7 | "total": 1446 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717866954.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1440, 5 | "gitlab.com": 2, 6 | "time": 1717866954, 7 | "total": 1446 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1717953384.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1441, 5 | "gitlab.com": 2, 6 | "time": 1717953384, 7 | "total": 1447 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718039766.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1441, 5 | "gitlab.com": 2, 6 | "time": 1718039766, 7 | "total": 1447 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718126217.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1442, 5 | "gitlab.com": 2, 6 | "time": 1718126217, 7 | "total": 1448 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718212560.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1442, 5 | "gitlab.com": 2, 6 | "time": 1718212560, 7 | "total": 1448 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718299008.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1442, 5 | "gitlab.com": 2, 6 | "time": 1718299008, 7 | "total": 1448 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718385524.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1445, 5 | "gitlab.com": 2, 6 | "time": 1718385524, 7 | "total": 1451 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718471748.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1445, 5 | "gitlab.com": 2, 6 | "time": 1718471748, 7 | "total": 1451 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718558086.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1445, 5 | "gitlab.com": 2, 6 | "time": 1718558086, 7 | "total": 1451 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718644611.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1447, 5 | "gitlab.com": 2, 6 | "time": 1718644611, 7 | "total": 1453 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718731139.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1448, 5 | "gitlab.com": 2, 6 | "time": 1718731139, 7 | "total": 1454 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718817475.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1449, 5 | "gitlab.com": 2, 6 | "time": 1718817475, 7 | "total": 1455 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718903722.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1449, 5 | "gitlab.com": 2, 6 | "time": 1718903722, 7 | "total": 1455 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1718990292.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1449, 5 | "gitlab.com": 2, 6 | "time": 1718990292, 7 | "total": 1455 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719076482.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719076482, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719162901.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719162901, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719249352.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719249352, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719335812.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1452, 5 | "gitlab.com": 2, 6 | "time": 1719335812, 7 | "total": 1458 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719422150.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719422150, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719508667.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719508667, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719595003.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719595003, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719681325.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719681325, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719767755.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719767755, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719854246.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719854246, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1719940592.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1451, 5 | "gitlab.com": 2, 6 | "time": 1719940592, 7 | "total": 1457 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720026992.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1452, 5 | "gitlab.com": 2, 6 | "time": 1720026992, 7 | "total": 1458 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720113393.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1452, 5 | "gitlab.com": 2, 6 | "time": 1720113393, 7 | "total": 1458 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720199774.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1453, 5 | "gitlab.com": 2, 6 | "time": 1720199774, 7 | "total": 1459 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720286090.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1453, 5 | "gitlab.com": 2, 6 | "time": 1720286090, 7 | "total": 1459 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720372614.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1453, 5 | "gitlab.com": 2, 6 | "time": 1720372614, 7 | "total": 1459 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720458997.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1454, 5 | "gitlab.com": 2, 6 | "time": 1720458997, 7 | "total": 1460 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720545440.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1456, 5 | "gitlab.com": 2, 6 | "time": 1720545440, 7 | "total": 1462 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720631749.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1456, 5 | "gitlab.com": 2, 6 | "time": 1720631749, 7 | "total": 1462 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1720718277.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1457, 5 | "gitlab.com": 2, 6 | "time": 1720718277, 7 | "total": 1463 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1722552050.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1459, 5 | "gitlab.com": 2, 6 | "time": 1722552050, 7 | "total": 1465 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1722618991.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1459, 5 | "gitlab.com": 2, 6 | "time": 1722618991, 7 | "total": 1465 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1722705370.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1459, 5 | "gitlab.com": 2, 6 | "time": 1722705370, 7 | "total": 1465 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1722791733.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1459, 5 | "gitlab.com": 2, 6 | "time": 1722791733, 7 | "total": 1465 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1722878319.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1459, 5 | "gitlab.com": 2, 6 | "time": 1722878319, 7 | "total": 1465 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1722964685.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1460, 5 | "gitlab.com": 2, 6 | "time": 1722964685, 7 | "total": 1466 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723051152.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1460, 5 | "gitlab.com": 2, 6 | "time": 1723051152, 7 | "total": 1466 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723137425.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723137425, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723223841.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723223841, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723310104.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723310104, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723396566.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723396566, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723483005.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723483005, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723569458.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723569458, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723655773.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723655773, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723742180.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723742180, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723828621.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723828621, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1723914882.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1461, 5 | "gitlab.com": 2, 6 | "time": 1723914882, 7 | "total": 1467 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724001287.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1462, 5 | "gitlab.com": 2, 6 | "time": 1724001287, 7 | "total": 1468 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724087869.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1464, 5 | "gitlab.com": 2, 6 | "time": 1724087869, 7 | "total": 1470 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724174237.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1464, 5 | "gitlab.com": 2, 6 | "time": 1724174237, 7 | "total": 1470 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724260621.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1464, 5 | "gitlab.com": 2, 6 | "time": 1724260621, 7 | "total": 1470 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724347074.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1465, 5 | "gitlab.com": 2, 6 | "time": 1724347074, 7 | "total": 1471 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724433393.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1470, 5 | "gitlab.com": 2, 6 | "time": 1724433393, 7 | "total": 1476 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724519819.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1470, 5 | "gitlab.com": 2, 6 | "time": 1724519819, 7 | "total": 1476 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724606336.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1470, 5 | "gitlab.com": 2, 6 | "time": 1724606336, 7 | "total": 1476 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724692669.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1470, 5 | "gitlab.com": 2, 6 | "time": 1724692669, 7 | "total": 1476 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724778991.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1470, 5 | "gitlab.com": 2, 6 | "time": 1724778991, 7 | "total": 1476 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724865385.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1724865385, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1724951812.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1724951812, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725038282.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1725038282, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725124619.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1725124619, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725210936.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1725210936, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725297388.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1725297388, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725383903.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1725383903, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725470293.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1478, 5 | "gitlab.com": 2, 6 | "time": 1725470293, 7 | "total": 1484 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725815821.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1485, 5 | "gitlab.com": 2, 6 | "time": 1725815821, 7 | "total": 1491 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725902303.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1485, 5 | "gitlab.com": 2, 6 | "time": 1725902303, 7 | "total": 1491 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1725988629.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1485, 5 | "gitlab.com": 2, 6 | "time": 1725988629, 7 | "total": 1491 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726074996.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1486, 5 | "gitlab.com": 2, 6 | "time": 1726074996, 7 | "total": 1492 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726161473.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1486, 5 | "gitlab.com": 2, 6 | "time": 1726161473, 7 | "total": 1492 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726247858.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1486, 5 | "gitlab.com": 2, 6 | "time": 1726247858, 7 | "total": 1492 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726334256.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1488, 5 | "gitlab.com": 2, 6 | "time": 1726334256, 7 | "total": 1493 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726420566.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1488, 5 | "gitlab.com": 2, 6 | "time": 1726420566, 7 | "total": 1493 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726507066.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1488, 5 | "gitlab.com": 2, 6 | "time": 1726507066, 7 | "total": 1493 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726593485.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1488, 5 | "gitlab.com": 2, 6 | "time": 1726593485, 7 | "total": 1493 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726679850.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1491, 5 | "gitlab.com": 2, 6 | "time": 1726679850, 7 | "total": 1496 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726766288.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1491, 5 | "gitlab.com": 2, 6 | "time": 1726766288, 7 | "total": 1496 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726852647.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1491, 5 | "gitlab.com": 2, 6 | "time": 1726852647, 7 | "total": 1496 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1726939110.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1726939110, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727025454.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727025454, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727111920.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727111920, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727198358.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727198358, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727284696.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727284696, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727371188.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727371188, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727457503.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727457503, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727543765.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727543765, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727630173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727630173, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727716702.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727716702, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727803092.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727803092, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727889437.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1535, 5 | "gitlab.com": 2, 6 | "time": 1727889437, 7 | "total": 1540 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1727975950.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1537, 5 | "gitlab.com": 2, 6 | "time": 1727975950, 7 | "total": 1542 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728062252.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1537, 5 | "gitlab.com": 2, 6 | "time": 1728062252, 7 | "total": 1542 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728148683.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1538, 5 | "gitlab.com": 2, 6 | "time": 1728148683, 7 | "total": 1543 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728235072.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1538, 5 | "gitlab.com": 2, 6 | "time": 1728235072, 7 | "total": 1543 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728321535.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1538, 5 | "gitlab.com": 2, 6 | "time": 1728321535, 7 | "total": 1543 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728407905.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1538, 5 | "gitlab.com": 2, 6 | "time": 1728407905, 7 | "total": 1543 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728494381.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1728494381, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728580743.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1728580743, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728667057.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1728667057, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728753400.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1728753400, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728839793.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1728839793, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1728926340.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1728926340, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729012771.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1540, 5 | "gitlab.com": 2, 6 | "time": 1729012771, 7 | "total": 1545 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729099133.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1544, 5 | "gitlab.com": 2, 6 | "time": 1729099133, 7 | "total": 1549 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729185488.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1545, 5 | "gitlab.com": 2, 6 | "time": 1729185488, 7 | "total": 1550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729271908.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1545, 5 | "gitlab.com": 2, 6 | "time": 1729271908, 7 | "total": 1550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729358271.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1545, 5 | "gitlab.com": 2, 6 | "time": 1729358271, 7 | "total": 1550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729444689.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1545, 5 | "gitlab.com": 2, 6 | "time": 1729444689, 7 | "total": 1550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729531107.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1545, 5 | "gitlab.com": 2, 6 | "time": 1729531107, 7 | "total": 1550 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729617500.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1548, 5 | "gitlab.com": 2, 6 | "time": 1729617500, 7 | "total": 1553 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729703909.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1554, 5 | "gitlab.com": 2, 6 | "time": 1729703909, 7 | "total": 1559 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729790269.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1729790269, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729876716.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1729876716, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1729963066.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1729963066, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730049479.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730049479, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730135911.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730135911, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730222321.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730222321, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730308726.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730308726, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730395161.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730395161, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730481506.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730481506, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730567789.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730567789, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730654229.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730654229, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730740697.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1555, 5 | "gitlab.com": 2, 6 | "time": 1730740697, 7 | "total": 1560 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730827133.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1562, 5 | "gitlab.com": 2, 6 | "time": 1730827133, 7 | "total": 1567 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730913469.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1563, 5 | "gitlab.com": 2, 6 | "time": 1730913469, 7 | "total": 1568 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1730999841.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1564, 5 | "gitlab.com": 2, 6 | "time": 1730999841, 7 | "total": 1569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731086273.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1564, 5 | "gitlab.com": 2, 6 | "time": 1731086273, 7 | "total": 1569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731172583.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1564, 5 | "gitlab.com": 2, 6 | "time": 1731172583, 7 | "total": 1569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731258963.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1564, 5 | "gitlab.com": 2, 6 | "time": 1731258963, 7 | "total": 1569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731345431.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1564, 5 | "gitlab.com": 2, 6 | "time": 1731345431, 7 | "total": 1569 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731431859.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1731431859, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731518261.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1731518261, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731604707.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1731604707, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731691140.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1731691140, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731777419.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1731777419, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731863839.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1731863839, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1731950365.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1731950365, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732036741.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1732036741, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732123139.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1732123139, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732209543.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1732209543, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732295909.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1732295909, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732382214.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1567, 5 | "gitlab.com": 2, 6 | "time": 1732382214, 7 | "total": 1572 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732468609.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1732468609, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732555173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1732555173, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732641574.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1732641574, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1732727945.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1566, 5 | "gitlab.com": 2, 6 | "time": 1732727945, 7 | "total": 1571 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733419173.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1733419173, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733505571.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1733505571, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733591842.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1573, 5 | "gitlab.com": 3, 6 | "time": 1733591842, 7 | "total": 1579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733678246.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1573, 5 | "gitlab.com": 3, 6 | "time": 1733678246, 7 | "total": 1579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733764789.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1573, 5 | "gitlab.com": 3, 6 | "time": 1733764789, 7 | "total": 1579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733851206.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1573, 5 | "gitlab.com": 3, 6 | "time": 1733851206, 7 | "total": 1579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1733937571.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1573, 5 | "gitlab.com": 3, 6 | "time": 1733937571, 7 | "total": 1579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734023983.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1573, 5 | "gitlab.com": 3, 6 | "time": 1734023983, 7 | "total": 1579 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734110374.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1734110374, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734196621.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1734196621, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734283045.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1734283045, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734369504.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1734369504, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734455974.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1572, 5 | "gitlab.com": 3, 6 | "time": 1734455974, 7 | "total": 1578 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734542336.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1574, 5 | "gitlab.com": 3, 6 | "time": 1734542336, 7 | "total": 1580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734628606.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1574, 5 | "gitlab.com": 3, 6 | "time": 1734628606, 7 | "total": 1580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734715084.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1574, 5 | "gitlab.com": 3, 6 | "time": 1734715084, 7 | "total": 1580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734801440.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1574, 5 | "gitlab.com": 3, 6 | "time": 1734801440, 7 | "total": 1580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734887829.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1574, 5 | "gitlab.com": 3, 6 | "time": 1734887829, 7 | "total": 1580 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1734974276.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1569, 5 | "gitlab.com": 3, 6 | "time": 1734974276, 7 | "total": 1575 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735060627.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1571, 5 | "gitlab.com": 3, 6 | "time": 1735060627, 7 | "total": 1577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735147124.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1571, 5 | "gitlab.com": 3, 6 | "time": 1735147124, 7 | "total": 1577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735233449.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1571, 5 | "gitlab.com": 3, 6 | "time": 1735233449, 7 | "total": 1577 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735319835.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1576, 5 | "gitlab.com": 3, 6 | "time": 1735319835, 7 | "total": 1582 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735406159.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1576, 5 | "gitlab.com": 3, 6 | "time": 1735406159, 7 | "total": 1582 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735492614.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1576, 5 | "gitlab.com": 3, 6 | "time": 1735492614, 7 | "total": 1582 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735579052.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1578, 5 | "gitlab.com": 3, 6 | "time": 1735579052, 7 | "total": 1584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735665417.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1578, 5 | "gitlab.com": 3, 6 | "time": 1735665417, 7 | "total": 1584 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735751828.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1579, 5 | "gitlab.com": 3, 6 | "time": 1735751828, 7 | "total": 1585 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735838278.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1579, 5 | "gitlab.com": 3, 6 | "time": 1735838278, 7 | "total": 1585 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1735924646.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1581, 5 | "gitlab.com": 3, 6 | "time": 1735924646, 7 | "total": 1587 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736010980.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1582, 5 | "gitlab.com": 3, 6 | "time": 1736010980, 7 | "total": 1588 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736183867.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1584, 5 | "gitlab.com": 3, 6 | "time": 1736183867, 7 | "total": 1590 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736270288.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1589, 5 | "gitlab.com": 3, 6 | "time": 1736270288, 7 | "total": 1595 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736356644.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1590, 5 | "gitlab.com": 3, 6 | "time": 1736356644, 7 | "total": 1596 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736443052.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1590, 5 | "gitlab.com": 3, 6 | "time": 1736443052, 7 | "total": 1596 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736529476.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1590, 5 | "gitlab.com": 3, 6 | "time": 1736529476, 7 | "total": 1596 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736615818.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 2, 4 | "github.com": 1590, 5 | "gitlab.com": 3, 6 | "time": 1736615818, 7 | "total": 1596 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736702171.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1597, 5 | "gitlab.com": 4, 6 | "time": 1736702171, 7 | "total": 1605 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736788716.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1598, 5 | "gitlab.com": 4, 6 | "time": 1736788716, 7 | "total": 1606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736875046.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1598, 5 | "gitlab.com": 4, 6 | "time": 1736875046, 7 | "total": 1606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1736961442.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1598, 5 | "gitlab.com": 4, 6 | "time": 1736961442, 7 | "total": 1606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1737047888.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1598, 5 | "gitlab.com": 4, 6 | "time": 1737047888, 7 | "total": 1606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1737220514.json: -------------------------------------------------------------------------------- 1 | { 2 | "codeberg.org": 1, 3 | "git.sr.ht": 3, 4 | "github.com": 1598, 5 | "gitlab.com": 4, 6 | "time": 1737220514, 7 | "total": 1606 8 | } 9 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738257446.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1738257446, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738343835.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1738343835, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738430190.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1738430190, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738516609.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1609, 3 | "time": 1738516609, 4 | "total": 1609 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738603055.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1610, 3 | "time": 1738603055, 4 | "total": 1610 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738775853.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1616, 3 | "time": 1738775853, 4 | "total": 1616 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738862266.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1616, 3 | "time": 1738862266, 4 | "total": 1616 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1738948668.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1616, 3 | "time": 1738948668, 4 | "total": 1616 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739034964.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1618, 3 | "time": 1739034964, 4 | "total": 1618 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739121352.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739121352, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739207774.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739207774, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739380719.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739380719, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739466929.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739466929, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739553479.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739553479, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739639825.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739639825, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739726231.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739726231, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739812688.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1739812688, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739899133.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1603, 3 | "time": 1739899133, 4 | "total": 1603 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1739985521.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1603, 3 | "time": 1739985521, 4 | "total": 1603 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740158283.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1740158283, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740244688.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1740244688, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740417443.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1740417443, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740504081.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1740504081, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740590333.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1606, 3 | "time": 1740590333, 4 | "total": 1606 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740676771.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1607, 3 | "time": 1740676771, 4 | "total": 1607 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740763031.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1607, 3 | "time": 1740763031, 4 | "total": 1607 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740849429.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1740849429, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1740935785.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1740935785, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741022344.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1607, 3 | "time": 1741022344, 4 | "total": 1607 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741108754.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1607, 3 | "time": 1741108754, 4 | "total": 1607 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741195151.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1607, 3 | "time": 1741195151, 4 | "total": 1607 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741281547.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1607, 3 | "time": 1741281547, 4 | "total": 1607 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741367884.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1741367884, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741540590.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1741540590, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741627173.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1608, 3 | "time": 1741627173, 4 | "total": 1608 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741713608.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1615, 3 | "time": 1741713608, 4 | "total": 1615 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741799959.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1615, 3 | "time": 1741799959, 4 | "total": 1615 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1741886282.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1615, 3 | "time": 1741886282, 4 | "total": 1615 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742404784.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1622, 3 | "time": 1742404784, 4 | "total": 1622 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742491174.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1622, 3 | "time": 1742491174, 4 | "total": 1622 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742577548.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1624, 3 | "time": 1742577548, 4 | "total": 1624 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742663822.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1626, 3 | "time": 1742663822, 4 | "total": 1626 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742750260.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1626, 3 | "time": 1742750260, 4 | "total": 1626 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742836801.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1626, 3 | "time": 1742836801, 4 | "total": 1626 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1742923178.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1627, 3 | "time": 1742923178, 4 | "total": 1627 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743009605.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1627, 3 | "time": 1743009605, 4 | "total": 1627 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743095975.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1631, 3 | "time": 1743095975, 4 | "total": 1631 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743182373.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1632, 3 | "time": 1743182373, 4 | "total": 1632 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743268684.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1632, 3 | "time": 1743268684, 4 | "total": 1632 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743355117.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1636, 3 | "time": 1743355117, 4 | "total": 1636 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743441581.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1636, 3 | "time": 1743441581, 4 | "total": 1636 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743528051.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1642, 3 | "time": 1743528051, 4 | "total": 1642 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743614394.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1644, 3 | "time": 1743614394, 4 | "total": 1644 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743700781.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1644, 3 | "time": 1743700781, 4 | "total": 1644 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743787171.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1646, 3 | "time": 1743787171, 4 | "total": 1646 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743873418.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1646, 3 | "time": 1743873418, 4 | "total": 1646 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1743959860.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1647, 3 | "time": 1743959860, 4 | "total": 1647 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744046374.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1647, 3 | "time": 1744046374, 4 | "total": 1647 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744132799.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744132799, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744219193.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744219193, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744305594.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744305594, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744391979.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744391979, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744478324.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744478324, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744564689.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744564689, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744651181.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744651181, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744737593.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744737593, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744823969.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744823969, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744910414.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744910414, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1744996750.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1744996750, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745083106.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1648, 3 | "time": 1745083106, 4 | "total": 1648 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745169583.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1649, 3 | "time": 1745169583, 4 | "total": 1649 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745256032.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1649, 3 | "time": 1745256032, 4 | "total": 1649 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745342415.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1649, 3 | "time": 1745342415, 4 | "total": 1649 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745428805.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1649, 3 | "time": 1745428805, 4 | "total": 1649 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745515199.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1651, 3 | "time": 1745515199, 4 | "total": 1651 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1745601566.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1651, 3 | "time": 1745601566, 4 | "total": 1651 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747070409.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1663, 3 | "time": 1747070409, 4 | "total": 1663 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747156852.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1666, 3 | "time": 1747156852, 4 | "total": 1666 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747243252.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1666, 3 | "time": 1747243252, 4 | "total": 1666 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747329647.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1667, 3 | "time": 1747329647, 4 | "total": 1667 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747415950.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1667, 3 | "time": 1747415950, 4 | "total": 1667 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747502297.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1669, 3 | "time": 1747502297, 4 | "total": 1669 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747588699.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1669, 3 | "time": 1747588699, 4 | "total": 1669 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747675232.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1669, 3 | "time": 1747675232, 4 | "total": 1669 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747761638.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1671, 3 | "time": 1747761638, 4 | "total": 1671 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747847994.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1671, 3 | "time": 1747847994, 4 | "total": 1671 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1747934450.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1671, 3 | "time": 1747934450, 4 | "total": 1671 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1748020840.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1671, 3 | "time": 1748020840, 4 | "total": 1671 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1748107162.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1671, 3 | "time": 1748107162, 4 | "total": 1671 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1748193502.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1671, 3 | "time": 1748193502, 4 | "total": 1671 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1748279990.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1673, 3 | "time": 1748279990, 4 | "total": 1673 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1748366612.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1674, 3 | "time": 1748366612, 4 | "total": 1674 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/nixpkgs/1748453006.json: -------------------------------------------------------------------------------- 1 | { 2 | "github.com": 1674, 3 | "time": 1748453006, 4 | "total": 1674 5 | } 6 | -------------------------------------------------------------------------------- /data/stats/plot/daily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m15a/flake-awesome-neovim-plugins/23efe1dbd36a6f92d847a0d246ad830348ca5544/data/stats/plot/daily.png --------------------------------------------------------------------------------