{"id":17691305,"url":"https://github.com/williamcanin/williamcanin","last_synced_at":"2025-03-30T22:22:53.699Z","repository":{"id":84845332,"uuid":"354426449","full_name":"williamcanin/williamcanin","owner":"williamcanin","description":"My description for Github","archived":false,"fork":false,"pushed_at":"2023-12-27T23:22:04.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T03:30:10.078Z","etag":null,"topics":["github-readme-stats","markdown"],"latest_commit_sha":null,"homepage":"","language":null,"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/williamcanin.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-04-04T00:55:07.000Z","updated_at":"2021-12-20T21:47:30.000Z","dependencies_parsed_at":"2024-10-24T14:33:00.418Z","dependency_job_id":"6f5da879-33e9-45f2-97cf-4798905978bd","html_url":"https://github.com/williamcanin/williamcanin","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/williamcanin%2Fwilliamcanin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fwilliamcanin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fwilliamcanin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fwilliamcanin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamcanin","download_url":"https://codeload.github.com/williamcanin/williamcanin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246386593,"owners_count":20768848,"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":["github-readme-stats","markdown"],"created_at":"2024-10-24T12:08:15.817Z","updated_at":"2025-03-30T22:22:53.656Z","avatar_url":"https://github.com/williamcanin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- ### \u003cimg src=\"https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif\" width=\"25px\"\u003e Hi there --\u003e\n\n\u003c!--\n**williamcanin/williamcanin** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\n\nHere are some ideas to get you started:\n\n- 🔭 I’m currently working on ...\n- 🌱 I’m currently learning ...\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 💬 Ask me about ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ...\n--\u003e\n\n\u003c!--\n```python\n#!/usr/bin/env python3\n\nprint(\"Hello, World!\")\nprint(\"My name is William, and I am a programming and hacking enthusiast.\")\n\nMY_ENVIRONMENT = \"https://github.com/williamcanin/my_environment\"\n\nworkflow = {\n    \"my_main_tech_stack\": {\n        \"Languages\": [\"Rust\", \"Python\", \"Shell Script\"],\n        \"Frameworks\": [\"Django\"],\n        \"Frontend\": [\"HTML\", \"CSS\", \"SASS\", \"Bootstrap\", \"Jekyll\"],\n        \"Database\": [\"PostGreSQL\"],\n        \"Tools\": [\"VSCode\", \"Vim\", \"PyCharm\", \"Git\", \"DBeaver\"],\n        \"OS\": [\"Linux\"]\n    },\n}\n\nfollow_me = {\n    \"YouTube\": \"https://www.youtube.com/c/williamcanin\",\n}\n```\n\u003cimg width=\"340px\" src=\"https://github-readme-stats.vercel.app/api/top-langs/?username=williamcanin\u0026hide=html,coffeescript,makefile,mako,pug,batchfile,ruby,tsql,procfile\u0026hide_border=true\u0026layout=compact\u0026theme=buefy\"/\u003e \u003cimg width=\"405px\" src=\"https://github-readme-stats.vercel.app/api?username=williamcanin\u0026theme=buefy\u0026hide_border=true\"/\u003e\n--\u003e\n\n```rust\n// main.rs\n\nuse std::collections::HashMap;\n\nfn main() {\n\n  let workflow: HashMap\u003c\u0026str, HashMap\u003c\u0026str, Vec\u003c\u0026str\u003e\u003e\u003e = HashMap::from([\n    (\n      \"My Main Tech Stack\",\n      HashMap::from([\n        (\"Languages\", vec![\"Rust\", \"Python\", \"Shell Script\"]),\n        (\"Frontend\", vec![\"HTML\", \"CSS\", \"SASS\", \"Bootstrap\", \"Jekyll\"]),\n        (\"Database\", vec![\"PostGreSQL\", \"MySQL\"]),\n        (\"Tools\", vec![\"VSCode\", \"Vim\", \"JetBrains IDEs\", \"Git\"]),\n        (\"OS\", vec![\"Linux\", \"Windows\"]),\n      ]),\n    ),\n  ]);\n\n  let yt_link: \u0026str = \"https://www.youtube.com/c/williamcanin\";\n\n  println!(\"Hello, World!\");\n  println!(\"My name is William, and I am a programming and hacking enthusiast.\");\n\n  for (key, value) in \u0026workflow {\n    println!(\"{}:\", key);\n    for (inner_key, inner_value) in value {\n        println!(\"  {}: {:?}\", inner_key, inner_value);\n    }\n  }\n\n  println!(\"YouTube::\u003e {}\", yt_link);\n\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamcanin%2Fwilliamcanin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamcanin%2Fwilliamcanin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamcanin%2Fwilliamcanin/lists"}