{"id":24482243,"url":"https://github.com/ozzies-code/uservalidation","last_synced_at":"2026-01-02T02:40:41.558Z","repository":{"id":186346673,"uuid":"675036011","full_name":"ozzies-code/UserValidation","owner":"ozzies-code","description":"In this application it is required to validate the social security number of a person that must match their access PIN according to the format established in an input mask. if the format does not match it will result in an error message. ","archived":false,"fork":false,"pushed_at":"2023-08-05T15:13:17.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T12:13:07.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/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}},"created_at":"2023-08-05T15:05:59.000Z","updated_at":"2023-08-05T15:28:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"f16e48ed-3430-4788-90e0-5eeeccd376e5","html_url":"https://github.com/ozzies-code/UserValidation","commit_stats":null,"previous_names":["ozzies-code/uservalidation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FUserValidation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FUserValidation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FUserValidation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FUserValidation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozzies-code","download_url":"https://codeload.github.com/ozzies-code/UserValidation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243633025,"owners_count":20322519,"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":[],"created_at":"2025-01-21T12:13:11.622Z","updated_at":"2026-01-02T02:40:41.534Z","avatar_url":"https://github.com/ozzies-code.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# UserValidation\nIn this application it is required to validate the social security number of a person that must match their access PIN according to the format established in an input mask. if the format does not match it will result in an error message. \n\nVBasic: \nPublic Class FormValUsu\n\n    Private Sub btnRegistrarse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRegistrarse.Click\n\n        If MaskedTextBox1.Text = \"555-55-1212\" And MaskedTextBox2.Text = \"54321\" Then\n\n            MsgBox(\"!Bienvenido al Sistema¡\")\n        Else\n            MsgBox(\"Numero Irreconocible\")\n        End If\n\n    End Sub\nEnd Class\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fuservalidation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozzies-code%2Fuservalidation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fuservalidation/lists"}