{"id":35000253,"url":"https://github.com/chicagopython/algosig","last_synced_at":"2025-12-27T03:32:54.119Z","repository":{"id":42163973,"uuid":"178768572","full_name":"chicagopython/algosig","owner":"chicagopython","description":"Algo SIG is ChiPy's special interest group where we discuss and practice all things algorithms.","archived":false,"fork":false,"pushed_at":"2023-06-01T21:46:33.000Z","size":4104,"stargazers_count":7,"open_issues_count":31,"forks_count":15,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-03-26T12:52:21.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://chicagopython.github.io/algosig/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chicagopython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-04-01T02:07:51.000Z","updated_at":"2024-03-26T12:52:21.756Z","dependencies_parsed_at":"2023-02-16T13:16:09.289Z","dependency_job_id":null,"html_url":"https://github.com/chicagopython/algosig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chicagopython/algosig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicagopython%2Falgosig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicagopython%2Falgosig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicagopython%2Falgosig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicagopython%2Falgosig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chicagopython","download_url":"https://codeload.github.com/chicagopython/algosig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicagopython%2Falgosig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28071342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-27T03:32:53.446Z","updated_at":"2025-12-27T03:32:54.099Z","avatar_url":"https://github.com/chicagopython.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chicago Python Algorithms Special Interest Group\n\nAlgo SIG is a subgroup of [ChiPy](https://www.chipy.org/), the Chicago Python Users Group.\n\n## How to add new content\n\nThis site is designed for [GitHub Pages](https://pages.github.com/), which is built with [Jekyll](https://jekyllrb.com/). *No local setup is required*.\n1. Fork the repository\n2. Create or edit a [markdown file](https://guides.github.com/features/mastering-markdown/) in the `_posts` folder. See existing posts for header variables to include.\n3. Submit a pull request. Upon approval, your changes will be added the hosted website.\n\n## Local Development\n\nIn order to make changes to the website design or archictecture and preview the website on a local server, you will need a local development environment. Follow these steps.\n\n### Install Jekyll and Ruby\n\nFollow the [appropriate guide for your system](https://jekyllrb.com/docs/installation/). Specific notes for Windows are provided here.\n\n#### Windows 10 with WSL\n\n1. [Install WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and Ubuntu from the Microsoft Store\n2. Follow the [WSL Jekyll installation guide](https://jekyllrb.com/docs/installation/windows/#installation-via-bash-on-windows-10)\n    * If you receive a permission error at `gem update` or `gem install jekyll bundler`, read [Running Jekyll as Non-Superuser (no sudo!)](https://jekyllrb.com/docs/troubleshooting/#no-sudo)\n    * Modify your `.bashrc` in your Ubuntu user directory:\n        ```bash\n        nano ~/.bashrc\n        ```\n    * Add the following lines :\n        ```\n        # Ruby exports\n\n        export GEM_HOME=$HOME/gems\n        export PATH=$HOME/gems/bin:$PATH\n        ```\n\n        Restart the terminal, or reload `.bashrc`:\n        ```bash\n        . ~/.bashrc\n        ```\n    * Resume the [WSL Jekyll installation guide](https://jekyllrb.com/docs/installation/windows/#installation-via-bash-on-windows-10).\n\n### Install Jekyll Dependencies\n\nWith Jekyll installed, you now need to install the dependencies for this particular website.\n\nInstall dependencies specified in this repo's [`Gemfile`](Gemfile) and [`Gemfile.lock`](Gemfile.lock)\n```\nbundle install\n```\n\n* On WSL, you may need to issue the following commands prior to `bundle install`. See [this guide](https://garfbradaz.github.io/blog/2018/12/12/Setting-up-Github-Pages-Jekyll-and-using-Windows-Subsystem-for-Linux.html).\n    ```\n    sudo apt-get install libpng-dev\n    sudo apt-get install --reinstall zlibc zlib1g zlib1g-dev\n    ```\n\n### Run the Server\n```\nbundle exec jekyll serve --future\n```\n\n## Miscellaneous\n* Syntax styling/highlighting theme for code blocks was set via:\n    ```\n    rougify style github \u003e assets/syntax.css\n    ```\n\n## Theme Credits\n[Boostrap](https://getbootstrap.com/) with [Bootswatch](https://bootswatch.com/) theme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicagopython%2Falgosig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicagopython%2Falgosig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicagopython%2Falgosig/lists"}