create-repository icon indicating copy to clipboard operation
create-repository copied to clipboard

Automatically creates and sets up a new github repository

Results 399 create-repository issues
Sort by recently updated
recently updated
newest added

body { height: 100vh; margin: 0; display: flex; align-items: center; justify-content: center; color: white; transition: background-color 0.5s; } Your Content Goes Here document.body.addEventListener('click', function() { // Change the background color...

HTML Task -2 Form Validation Email password age number city Login Javascript Task-2 function validationform(){     var ID = document.myform.ID.value;     var password = document.myform.password.value;     var age = document.myform.age.value;     var number =...

How i can create new depository and get a github pages please

import math def cal(): print("Выберите операцию:") print("1. Сложение") print("2. Вычитание") print("3. Умножение") print("4. Деление") print("5. Возведение в степень") print("6. Квадратный корень") print("7. Факториал") print("8. Синус") print("9. Косинус") print("10. Тангенс") choice...