{"id":24482224,"url":"https://github.com/ozzies-code/mi-coleccion-url","last_synced_at":"2026-02-07T20:31:05.114Z","repository":{"id":271536770,"uuid":"913766918","full_name":"ozzies-code/Mi-Coleccion-URL","owner":"ozzies-code","description":"Este proyecto realiza la conexion con sitios web y luego a traves de un MsgBox muestra la lista de sitios visitados por el usuario con informacion especifica de las visitas.","archived":false,"fork":false,"pushed_at":"2025-01-08T10:26:11.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T19:19:07.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/ozzies-code/Mi-Coleccion-URL","language":"Visual Basic .NET","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/ozzies-code.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":"2025-01-08T10:09:00.000Z","updated_at":"2025-01-08T10:29:37.000Z","dependencies_parsed_at":"2025-01-08T11:41:15.399Z","dependency_job_id":null,"html_url":"https://github.com/ozzies-code/Mi-Coleccion-URL","commit_stats":null,"previous_names":["ozzies-code/mi-coleccion-url"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ozzies-code/Mi-Coleccion-URL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMi-Coleccion-URL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMi-Coleccion-URL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMi-Coleccion-URL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMi-Coleccion-URL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozzies-code","download_url":"https://codeload.github.com/ozzies-code/Mi-Coleccion-URL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMi-Coleccion-URL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:13:33.422Z","status":"ssl_error","status_checked_at":"2026-02-07T20:13:31.455Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-01-21T12:13:08.208Z","updated_at":"2026-02-07T20:31:05.082Z","avatar_url":"https://github.com/ozzies-code.png","language":"Visual Basic .NET","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mi Coleccion URL\n\n Este proyecto realiza la conexion con sitios web y luego \n a traves de un MsgBox muestra la lista de sitios visitados\n por el usuario con informacion especifica de las visitas.\n\n# Descripcion\n\n Este proyecto consiste en una aplicacion que presenta un vinculo\n web en un TextBox, adicionalmente se importa el espacio de nombres\n System.Diagnostics que diagnostica una url e inicia el metodo \n process.start para conectarla la url a internet. Se declara una \n nueva y personalizada coleccion: URLVisitados que almacenara cada\n sitio visitado y posteriormente a traves de un For Each se recorrera\n cada elemento de la coleccion para mostrarlo con un MsgBox con \n informacion detallada de cada sitio visitado en la web.\n \n # Actualizacion: 08/01/2025\n # Hora: 06:19\n\nDetalles técnicos del proyecto:\nIdioma: Visual Basic.NET\nVersión del framework: 4.7.2\n\n# My URL Collection\n\nThis project makes the connection with websites and then\nthrough a MsgBox shows the list of sites visited by the user\nwith specific information about the visits.\n\n# Description\n\nThis project consists of an application that presents a web link\nin a TextBox, additionally the System.Diagnostics namespace is \nimported that diagnoses a URL and starts the process.start method \nto connect the URL to the Internet. A new and personalized collection \nis declared: URLVisited that will store each site visited and later \nthrough a For Each each element of the collection will be\ntraversed to show it with a MsgBox with detailed information about\neach site visited on the web.\n\n# Update: 01/08/2025\n# Time: 06:19\n\nTechnical details of the project:\nLanguage: Visual Basic.NET\nFramework version: 4.7.2\n\n![imagen](https://github.com/user-attachments/assets/ff5b4601-808b-40e9-bb3d-336112fa0b01)\n\nCode of the Project:\n\nImports System.Diagnostics\n'Espacio de nombres que diagnostica una url e inicia \n'el metodo process.start para conectarla la url a internet\nPublic Class Form1\n\n    Dim URLVisitados As New Collection()\n    'Se crea una nueva collecion personalizada disponible \n    'para todos los procedimientos de eventos \n    Private Sub btnVisitar_Click(sender As Object, e As EventArgs) Handles btnVisitar.Click\n        URLVisitados.Add(txtUrl.Text)\n        Process.Start(txtUrl.Text)\n\n        'Agrega cada sitio escrito en el TextBox a la coleccion \n        'para luego iniciar el proceso de conectar cada sitio a la web\n    End Sub\n\n    Private Sub btnListar_Click(sender As Object, e As EventArgs) Handles btnListar.Click\n        Dim NombreURL As String = \"\", TodoslosURL As String = \"\"\n        For Each NombreURL In URLVisitados\n            TodoslosURL = TodoslosURL \u0026 NombreURL \u0026 vbCrLf\n        Next NombreURL\n\n        MsgBox(TodoslosURL, MsgBoxStyle.Information, \"Sitios Web Visitados\")\n\n        'lista todos los url visitados por el usuario\n        'los muestra por pantalla con un msgBox con detalles de las visitas\n    End Sub\n\nEnd Class\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fmi-coleccion-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozzies-code%2Fmi-coleccion-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fmi-coleccion-url/lists"}