{"id":23465513,"url":"https://github.com/agentds/csci-596-18fall","last_synced_at":"2026-01-20T09:34:11.246Z","repository":{"id":165020380,"uuid":"146363006","full_name":"AgentDS/CSCI-596-18fall","owner":"AgentDS","description":"assignment for CSCI 596: Scientific Computing \u0026 Visualization","archived":false,"fork":false,"pushed_at":"2018-11-29T00:22:14.000Z","size":13820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T05:18:07.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"POV-Ray SDL","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/AgentDS.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":"2018-08-27T22:51:40.000Z","updated_at":"2021-04-22T08:43:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbc0f99c-88bb-4c18-851a-6084cba814c7","html_url":"https://github.com/AgentDS/CSCI-596-18fall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AgentDS/CSCI-596-18fall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentDS%2FCSCI-596-18fall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentDS%2FCSCI-596-18fall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentDS%2FCSCI-596-18fall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentDS%2FCSCI-596-18fall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgentDS","download_url":"https://codeload.github.com/AgentDS/CSCI-596-18fall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentDS%2FCSCI-596-18fall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28600642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T08:51:33.170Z","status":"ssl_error","status_checked_at":"2026-01-20T08:51:10.855Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2024-12-24T11:29:39.749Z","updated_at":"2026-01-20T09:34:11.232Z","avatar_url":"https://github.com/AgentDS.png","language":"POV-Ray SDL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# CSCI-596-18fall\n\nassignment for CSCI 596: Scientific Computing \u0026amp; Visualization\n\n\n\n### Tips on Using SFTP \u0026 SSH\n\nFor convenience, write __*.expect__ scripts to log into SFTP and SSH automatically.\n\nYou need to install __expect__ first. For example in Mac OS X, using\n\n```bash\nbrew install expect\n```\n\nFile __login-sftp.expect__:\n\n```bash\n#!/usr/bin/expect\nset timeout 30\nspawn sftp username@host-name\nexpect \"*password: \"\nsend \"your-password\\r\"\nexpect \"sftp\u003e \"\ninteract\n```\n\nFile __login-ssh.expect__:\n\n```bash\n#!/usr/bin/expect\nset timeout 30\nspawn ssh username@host-name\nexpect \"*password:\"\nsend \"your-password\\r\"\ninteract\n```\n\nTo use these, just use command below in the Terminal (assuming _$PATH_LOGIN_ is the directory where the expect scrips are):\n\n```bash\nexpect $PATH_LOGIN/login-ssh.expect\n```\n\nor\n\n```bash\nexpect $PATH_LOGIN/login-sftp.expect\n```\n\nFurther more, we can use alias to make it more faster, add lines below in __./zshrc__ (since I use __zsh__):\n\n```bash\nalias login_ssh=\"expect $PATH_LOGIN/login-ssh.expect\"\nalias login_ssh=\"expect $PATH_LOGIN/login-ssh.expect\"\n```\n\nThen type key __esc__ and __:wq__ to save it.\n\nThen enter command below in Terminal:\n\n```bash\nsource ./zshrc\n```\n\nNow you can use command ``login_ssh``/``login_sftp`` directly to connect to the remote host!\n\nSSH login output:\n\n![login-ssh](./login-ssh.png)\n\nSFTP login output:![login-sftp](./login-sftp.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentds%2Fcsci-596-18fall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentds%2Fcsci-596-18fall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentds%2Fcsci-596-18fall/lists"}