{"id":16133305,"url":"https://github.com/sononicola/continuous-beam-solver","last_synced_at":"2026-04-28T11:02:35.675Z","repository":{"id":192829264,"uuid":"351726007","full_name":"sononicola/Continuous-Beam-Solver","owner":"sononicola","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-23T08:35:18.000Z","size":1826,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T15:18:52.923Z","etag":null,"topics":["beam","civil-engineering","continuous-beam","continuous-beams","streamlit","structural-engineering"],"latest_commit_sha":null,"homepage":"https://continuous-beam-solver.streamlitapp.com/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sononicola.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-26T09:21:03.000Z","updated_at":"2024-12-15T21:40:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4383310-4358-45f1-994c-0c249081166a","html_url":"https://github.com/sononicola/Continuous-Beam-Solver","commit_stats":null,"previous_names":["sononicola/continuous-beam-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sononicola/Continuous-Beam-Solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sononicola%2FContinuous-Beam-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sononicola%2FContinuous-Beam-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sononicola%2FContinuous-Beam-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sononicola%2FContinuous-Beam-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sononicola","download_url":"https://codeload.github.com/sononicola/Continuous-Beam-Solver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sononicola%2FContinuous-Beam-Solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beam","civil-engineering","continuous-beam","continuous-beams","streamlit","structural-engineering"],"created_at":"2024-10-09T22:44:11.572Z","updated_at":"2026-04-28T11:02:35.144Z","avatar_url":"https://github.com/sononicola.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://continuous-beam-solver.streamlitapp.com/)\n\n## Example \n```python\nfrom continuous_beam_solver import Beam, Span\nfrom continuous_beam_solver.internal_forces import BendingMoment, Shear\nimport matplotlib.pyplot as plt\n\nc_1 = Span(lenght = 3.00, ej = 100000, q_max=10, q_min=2)\nc_2 = Span(lenght = 4.50, ej = 100000, q_max=10, q_min=2)\nc_3 = Span(lenght = 4.00, ej = 100000, q_max=10, q_min=2)\nc_4 = Span(lenght = 5.00, ej = 100000, q_max=10, q_min=2)\nc_5 = Span(lenght = 6.15, ej = 100000, q_max=10, q_min=2)\nc_6 = Span(lenght = 4.00, ej = 100000, q_max=10, q_min=2)\n\nbeam = Beam(spans = [c_1, c_2, c_3, c_4, c_5, c_6], left_support=\"Simple\", right_support=\"Fixed\")\n\nM = BendingMoment(beam)\nM.plot_inviluppo()\nplt.show()\n\nV = Shear(beam)\nV.plot_inviluppo()\nplt.show()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsononicola%2Fcontinuous-beam-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsononicola%2Fcontinuous-beam-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsononicola%2Fcontinuous-beam-solver/lists"}