{"id":16406364,"url":"https://github.com/tinmarino/bash1","last_synced_at":"2026-04-15T07:39:49.365Z","repository":{"id":51276815,"uuid":"435216747","full_name":"tinmarino/bash1","owner":"tinmarino","description":"Hacker Meeting Presentation in Dreamlab","archived":false,"fork":false,"pushed_at":"2024-06-21T14:24:22.000Z","size":576,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T21:26:27.062Z","etag":null,"topics":["bash","programming"],"latest_commit_sha":null,"homepage":"","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/tinmarino.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":"2021-12-05T16:16:54.000Z","updated_at":"2024-07-22T13:58:27.000Z","dependencies_parsed_at":"2025-01-05T15:50:47.696Z","dependency_job_id":null,"html_url":"https://github.com/tinmarino/bash1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinmarino/bash1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinmarino%2Fbash1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinmarino%2Fbash1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinmarino%2Fbash1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinmarino%2Fbash1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinmarino","download_url":"https://codeload.github.com/tinmarino/bash1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinmarino%2Fbash1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266111435,"owners_count":23877980,"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":["bash","programming"],"created_at":"2024-10-11T06:09:35.387Z","updated_at":"2026-04-15T07:39:49.297Z","avatar_url":"https://github.com/tinmarino.png","language":"Shell","readme":"# More advanced content\n\n* Vim: Embed markdown syntax in docstring\n* Code: finish is prime\n* $IFS\n* curl https://raw.githubusercontent.com/tinmarino/bash1/master/bask_programming.bash\n* have a look at restriced shell (set -r) : https://www.gnu.org/software/bash/manual/html_node/The-Restricted-Shell.html\n\n\n# Apache tricks\n\n```bash\na2enmod info\napachectl -t -D DUMP_CONFIG\n```\n\n# Command\n\n```bash\nyes hello world\n```\n\n# REPL\n\nbash\npython3\nipython3\nphp -a  # do not forget the \";\" at end of commands: https://www.php.net/manual/en/features.commandline.php\nreply\nraku\n\n\n# Link\n\n* https://github.com/alebcay/awesome-shell?\n* https://mywiki.wooledge.org/BashPitfalls\n* https://github.com/SArpnt/bytebeat-composer\n* Code Golf: https://code.golf/game-of-life#bash\n* Roseta code: https://rosettacode.org/wiki/Conway%27s_Game_of_Life\n* Top 10 Perl obfus: http://www.perlmonks.org?node_id=1110292 \n* Advanced Bash Scripting: https://tldp.org/LDP/abs/\n* man bash\n* Awesome Bash: https://github.com/awesome-lists/awesome-bash\n* Bash Pitfalls: http://mywiki.wooledge.org/BashPitfalls\n* Bash FAQ by Chet Ramey: http://tiswww.case.edu/php/chet/bash/FAQ\n* Pure Bash Bible of course: https://github.com/dylanaraps/pure-bash-bible\n* ByteBeat composer: https://sarpnt.github.io/bytebeat-composer\n* Sedtris, a tetris code in Sed: https://github.com/uuner/sedtris\n* Bash Hacker Wiki (I never browsed it, but it semms like Perlmonks): https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/ can also see it here: https://flokoe.github.io/bash-hackers-wiki/\n* Bash Source Code: https://flokoe.github.io/bash-hackers-wiki/\n* Jupyter Kernels: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels\n\n\n# Link2, from Bash\n\n### Program\n* [Shellcheck](https://github.com/koalaman/shellchec)\n* [Vim / ALE](https://github.com/dense-analysis/ale)\n* [Vim / Slime](https://github.com/jpalardy/vim-slime)\n* [Tmux](https://github.com/tmux/tmux)\n* [Dotfiles (my)](https://github.com/tinmarino/vimfiles/tree/master/dotfile)\n\n### Documentation\n* [Google Style for BaSh](https://google.github.io/styleguide/shellguide.html)\n* [Object Oriented BaSh](https://stackoverflow.com/questions/36771080)\n\n### Code\n* [Bash Source code](git://git.savannah.gnu.org/bash.git)\n* [Rosetta Code](http://rosettacode.org/wiki/Bourne_Again_SHell)\n* [Pure BaSh Bible](https://github.com/dylanaraps/pure-bash-bible)\n* [Unicode math operators](http://xahlee.info/comp/unicode_math_operators.html)\n* [Bash syntax declaration (Bison)](https://github.com/bminor/bash/blob/bash-5.1/parse.y#L356-L372)\n* [Algorithm for prime number](https://programmingpraxis.files.wordpress.com/2012/09/primenumbers.pdf)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinmarino%2Fbash1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinmarino%2Fbash1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinmarino%2Fbash1/lists"}