{"id":17256394,"url":"https://github.com/gregmalcolm/metaprogramming-for-maniacs","last_synced_at":"2025-03-26T08:18:57.890Z","repository":{"id":66731183,"uuid":"537152980","full_name":"gregmalcolm/metaprogramming-for-maniacs","owner":"gregmalcolm","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-15T03:35:20.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T09:41:31.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregmalcolm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-15T18:13:59.000Z","updated_at":"2024-07-15T03:35:23.000Z","dependencies_parsed_at":"2025-01-31T09:41:27.453Z","dependency_job_id":"3a269ad1-a90b-4e73-8f14-b7886387dc22","html_url":"https://github.com/gregmalcolm/metaprogramming-for-maniacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmalcolm%2Fmetaprogramming-for-maniacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmalcolm%2Fmetaprogramming-for-maniacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmalcolm%2Fmetaprogramming-for-maniacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregmalcolm%2Fmetaprogramming-for-maniacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregmalcolm","download_url":"https://codeload.github.com/gregmalcolm/metaprogramming-for-maniacs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615024,"owners_count":20644378,"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","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":"2024-10-15T07:14:23.097Z","updated_at":"2025-03-26T08:18:57.873Z","avatar_url":"https://github.com/gregmalcolm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metaprogramming for Maniacs Live Coding materials\n\n## Setup\n\n[Slides](https://docs.google.com/presentation/d/1Ugq1LvLssx2dTQRGMWdXxJ0dkz4SuY36hfCVvbN_05Q/edit?usp=sharing)\n\nThis presentation makes use of git to jump between iterations of demos. For this reason the demos are individual git submodules. Take this into account when cloning:\n\n```\n# Clone with submodules\ngit clone --recurse-submodules git@github.com:gregmalcolm/metaprogramming-for-maniacs.git maniacs\n```\n\nThe project code is initally at the \"end of demo\" state. Reset it if you want to take it back to the beginning:\n\n```\ncd maniacs\n./reset\n```\n\n## Aliases\n\nI use a series of aliases to move around during the demo. This is my person setup (on a mac),\n\n```\n# update accordingly\nexport MANIACS_PATH=~/git/maniacs\n\nalias maniacs='cd $MANIACS_PATH'\nalias mcrails='cd $MANIACS_PATH/mcrails'\nalias unix='cd $MANIACS_PATH/unix_anywhere'\nalias n='scripts/next'\nalias b='scripts/back'\n```\n\nIn mcrails and unix_anywhere folders demos these scripts are handling travel through the git shas:\n\n```\nscripts/next\nscripts/back\n```\n\nAt any step along the way open the active code file in an irb with:\n\n```\nscripts/console\n```\n\nI use git folders starting from 0 increasing in increments of 10\n\n`./reset` resets everything back to the \"0\" starting branch","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregmalcolm%2Fmetaprogramming-for-maniacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregmalcolm%2Fmetaprogramming-for-maniacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregmalcolm%2Fmetaprogramming-for-maniacs/lists"}