From d3b4b381c4a360e14ceec6ce56d4736bd395c0e2 Mon Sep 17 00:00:00 2001 From: Akbar0333 <108912780+Akbar0333@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:38:50 +0530 Subject: [PATCH 1/2] Update redirect #include #include SoftwareSerial bt(0,2); String inputs; #define stop A0//0push #define start A1//0push #define on A2 #define off A3 #define Send A5//outpt waire int value = A5; //moter reding waire //newturn pins 4 7 10 int values=0,sete=0; #define bling 10//mode #define Relay1 6//mode led #define bazar 8 //bazar #define r2 9 //timer start send > A4 #define moter 11 //on relay man time #define r1 11 //on relay man time #define r3 12 //off relay #define dipar 13 //dipar int re1 = 0,re2 = 0,re3 = 0,time=0; int Load = 0, Mode=0; int de=0,count=0,mm=0,ss=0,hh=0,timer=0; void setup() { bt.begin(9600); Serial.begin(9600); digitalWrite(moter,LOW); pinMode(dipar, OUTPUT); pinMode(bazar, OUTPUT); pinMode(moter, OUTPUT); digitalWrite(moter,LOW); pinMode(Relay1, OUTPUT); pinMode(bling, OUTPUT); pinMode(r1, OUTPUT); pinMode(r2, OUTPUT); pinMode(r3, OUTPUT); pinMode(start, INPUT_PULLUP); pinMode(stop, INPUT_PULLUP); pinMode(Send, INPUT_PULLUP); pinMode(off, INPUT_PULLUP); pinMode(value, INPUT_PULLUP); pinMode(on,INPUT_PULLUP); delay(5000); re1 = EEPROM.read(11); re2 = EEPROM.read(12); re3 = EEPROM.read(13); digitalWrite(r1, re1); digitalWrite(r2, re2); digitalWrite(r3, re3); if (EEPROM.read(0) == 0) { } else { de_write(); count_write(); values_write(); sete_write(); EEPROM.write(0, 0); EEPROM.write(1, 1); } de_read(); count_read(); read_eeprom(); values_read(); sete_read(); } void read_eeprom() { Mode = EEPROM.read(1); } void loop() { int value = analogRead(A5); value = value -1; value = value + sete; if (digitalRead(stop) == 0) { digitalWrite(r1,0); delay(300); digitalWrite(bling,LOW); digitalWrite(dipar,LOW); digitalWrite(r3,0); EEPROM.write(13,0); delay(200); if (hh == 0) { hh = 1; Mode = !Mode; EEPROM.write(1, Mode); delay(100); } } else { hh = 0; } if (Mode == 1) { digitalWrite(Relay1, HIGH); //LOWshuru if(timer<60){timer=timer+1; if(timer<50){ bt.print(value); //send bt.print(";"); digitalWrite(dipar, HIGH); bt.print(timer); bt.print(";"); } if(timer==2){ digitalWrite(r1,0); EEPROM.write(11,0); digitalWrite(r3,0); EEPROM.write(12,0); } delay(500); if(timer==60){ digitalWrite(dipar,LOW); bt.print(value); //send bt.print(";"); timer=58; if (value 0) { Serial.println(inputs); if(inputs == "@") { values=values+1; delay(200); values_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(values); bt.print(";"); } } else if(inputs == "&") { values=values-1; delay(200); values_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(values); bt.print(";"); } } else if(inputs == "X") { sete=sete+1; for(int t=1;t<=5;t++){ delay(100); bt.print(sete); bt.print(";"); } Serial.println("+1 "); } else if(inputs == "x") { sete=sete-1; sete_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(sete); bt.print(";"); } } else if(inputs == "E") { digitalWrite(r1,0); EEPROM.write(11,0); digitalWrite(bling,HIGH); } else if(inputs == "S") { sete=0; values=10; sete_write(); values_write(); for(int t=1;t<=10;t++){ delay(100); bt.print(values); bt.print(";"); bt.print(sete); bt.print(";"); } } inputs = ""; } } //LOWpaste } else { digitalWrite(Relay1, LOW); //highshuru if (digitalRead(Send) == 0) { digitalWrite(dipar, HIGH); delay(400); digitalWrite(dipar, LOW); delay(400); count = count + 1; count_write(); if(timer<60){timer=timer+1; if(timer==2) { delay(100); digitalWrite(r1,0); digitalWrite(r3,0); } bt.print(value); //send bt.print(";"); if(timer<50){ bt.print(timer); bt.print(";"); } if(timer==60){ digitalWrite(r1,0); digitalWrite(r3,0); timer=58; if (value de) { digitalWrite(bling,HIGH); count = 0; count_write(); digitalWrite(bazar, HIGH); delay(1000); digitalWrite(r1, 1);//offrelay digitalWrite(r2, 0); digitalWrite(r3,0); digitalWrite(bazar, LOW); } } if(digitalRead(start)==0){ count=0; count_write(); timer=0; digitalWrite(bazar, HIGH); delay(200); //only on digitalWrite(r1,0); digitalWrite(r2,1); } else{ delay(200); digitalWrite(bazar,LOW); } if(digitalRead(on)==0) { digitalWrite(bazar, HIGH); timer=0; delay(200); count = 0; count_write(); digitalWrite(r1,0); EEPROM.write(11,0); digitalWrite(r3,1); EEPROM.write(13,0); digitalWrite(r2,1); EEPROM.write(12,0); delay(1000); digitalWrite(bazar,LOW); digitalWrite(r3,0); EEPROM.write(13,0); } if (digitalRead(off) == 0) { digitalWrite(dipar, HIGH); delay(200); digitalWrite(dipar, LOW); delay(200); digitalWrite(bazar, HIGH); digitalWrite(r1, 1); EEPROM.write(11, 0); digitalWrite(r2, 0); EEPROM.write(12,0); delay(1000); digitalWrite(bazar, LOW); } //HIGHpaste } while (Serial.available()) { delay(10); char c = Serial.read(); inputs += c; if (inputs.length() > 0) { Serial.println(inputs); if(inputs == "A") { digitalWrite(bazar, HIGH); timer=0; count=0; count_write(); digitalWrite(r1,0); digitalWrite(r2,1); //onrelay digitalWrite(r3,1); delay(2000); //only on digitalWrite(r3,0); delay(500); digitalWrite(bazar,LOW); } else if(inputs == "a") { digitalWrite(bazar, HIGH); digitalWrite(r1,1); digitalWrite(r3,0); digitalWrite(r2,0); //onrelay time delay(100); //only on delay(500); digitalWrite(bazar,LOW); } else if(inputs == "B") { digitalWrite(r2,1); //onrelay EEPROM.write(12,1); } else if(inputs == "b") { digitalWrite(r2, 0);//onrelay EEPROM.write(12,0); digitalWrite(r3,0); //onrelay EEPROM.write(13,0);//TIMER on } else if(inputs == "C") { digitalWrite(r1, 0);//offrelay EEPROM.write(11, 0); digitalWrite(r2,1); EEPROM.write(12,1); digitalWrite(r3,1); //onrelay EEPROM.write(13,1);//TIMER on } else if(inputs == "c") { //onlyoff digitalWrite(r1,1);//offrelay EEPROM.write(11, 1); digitalWrite(r2,0); EEPROM.write(12,0); digitalWrite(r3,0); EEPROM.write(13,0); } else if(inputs == "E") { digitalWrite(r1,0); EEPROM.write(11,0); digitalWrite(bling,HIGH); } else if(inputs == "Y") { digitalWrite(dipar, HIGH); delay(200); digitalWrite(dipar, LOW); delay(200); if(mm<10){mm=mm+1; if(mm==10){ digitalWrite(bazar,HIGH); delay(500); digitalWrite(bazar,LOW); mm=0; } } de=de +60; de_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(de); bt.print(";"); } Serial.println(de); Serial.println("+59 "); } else if(inputs == "y") { digitalWrite(dipar, HIGH); delay(200); digitalWrite(dipar, LOW); delay(200); if (de > 0) { if(mm<10){mm=mm+1; if(mm==10){ digitalWrite(bazar,HIGH); delay(500); digitalWrite(bazar,LOW); mm=0; } } de=de-60; de_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(de); bt.print(";"); } Serial.println(de); Serial.println("-60 "); } } else if(inputs == "W"){ de=60; de_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(de); bt.print(";"); } } else if(inputs == "@") { values=values+1; delay(200); values_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(values); bt.print(";"); } } else if(inputs == "&") { values=values-1; delay(200); values_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(values); bt.print(";"); } } else if(inputs == "X") { sete=sete+1; sete_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(sete); bt.print(";"); } Serial.println("+1 "); } else if(inputs == "x") { sete=sete-1; sete_write(); for(int t=1;t<=5;t++){ delay(100); bt.print(sete); bt.print(";"); } } else if(inputs == "S") { sete=0; values=10; sete_write(); values_write(); for(int t=1;t<=10;t++){ delay(100); bt.print(sete); bt.print(";"); bt.print(values); bt.print(";"); } } inputs = ""; } } } void de_write() { EEPROM.write(2, de % 10); EEPROM.write(3, (de / 10) % 10); EEPROM.write(4, (de / 100) % 10); EEPROM.write(5, (de / 1000) % 10); } void de_read() { de = EEPROM.read(5) * 1000 + EEPROM.read(4) * 100 + EEPROM.read(3) * 10 + EEPROM.read(2); } void count_write() { EEPROM.write(6, count % 10); EEPROM.write(7, (count / 10) % 10); EEPROM.write(8, (count / 100) % 10); EEPROM.write(9, (count / 1000) % 10); } void count_read() { count = EEPROM.read(9) * 1000 + EEPROM.read(8) * 100 + EEPROM.read(7) * 10 + EEPROM.read(6); } void values_write() { EEPROM.write(15, values % 10); EEPROM.write(16, (values / 10) % 10); EEPROM.write(17, (values / 100) % 10); EEPROM.write(18, (values / 1000) % 10); } void values_read() { values = EEPROM.read(18) * 1000 + EEPROM.read(17) * 100 + EEPROM.read(16) * 10 + EEPROM.read(15); } void sete_write() { EEPROM.write(19, sete % 10); EEPROM.write(20, (sete / 10) % 10); EEPROM.write(21, (sete / 100) % 10); EEPROM.write(22, (sete / 1000) % 10); } void sete_read() { sete = EEPROM.read(22) * 1000 + EEPROM.read(20) * 100 + EEPROM.read(21) * 10 + EEPROM.read(19); } --- redirects.md | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 184 insertions(+), 1 deletion(-) diff --git a/redirects.md b/redirects.md index 2bcabfdb7..e39b2d285 100644 --- a/redirects.md +++ b/redirects.md @@ -175,10 +175,193 @@ redirect_from: - /on-demand/resources/videos/ - /on-demand/intermediate/ - /on-demand/advanced/ + - /on---- +redirect_from: + - /on-demand/ + - /on-demand/resources/ + - /on-demand/articles/version-control-with-git/ + - /on-demand/articles/git-basics/ + - /on-demand/articles/php-big-deal/ + - /on-demand/articles/promoted-git-builds/ + - /on-demand/articles/the-fringes-of-git/ + - /on-demand/articles/getting-good-with-git/ + - /on-demand/articles/orgs-and-teams/ + - /on-demand/articles/pro-git/ + - /on-demand/articles/git-notes-and-github/ + - /on-demand/articles/mastering-git/ + - /on-demand/articles/mastering-advanced-git/ + - /on-demand/articles/advanced-git-at-javazone/ + - /on-demand/articles/what-is-github-pages/ + - /on-demand/articles/continuous-integration-continuous-delivery/ + - /on-demand/articles/forking/ + - /on-demand/articles/reset/ + - /on-demand/articles/github-for-windows/ + - /on-demand/articles/youtube-channel/ + - /on-demand/intro-to-github/es/ + - /on-demand/merge-conflicts/ + - /on-demand/windows/ + - /on-demand/intro-to-github/ + - /on-demand/github-desktop/ + - /on-demand/intro-to-github/es/crear-cuenta-github + - /on-demand/intro-to-github/create-github-account + - /on-demand/windows/getting-started + - /on-demand/electron/create-an-app/ + - /on-demand/github-cli/ + - /on-demand/github-desktop/es/ + - /on-demand/graphql/ + - /on-demand/merge-conflicts/normal-merge/ + - /on-demand/electron/package-your-app/ + - /on-demand/electron/share-your-app/ + - /on-demand/windows/installing-git + - /on-demand/windows/configure-git + - /on-demand/windows/git-crlf + - /on-demand/windows/git-credentials + - /on-demand/windows/editors + - /on-demand/electron/create-an-app/create-your-app/ + - /on-demand/graphql/first-use + - /on-demand/github-desktop/es/instalar-github-desktop + - /on-demand/github-desktop/install-github-desktop + - /on-demand/intro-to-github/join-class-repository + - /on-demand/github-cli/git-configuration + - /on-demand/merge-conflicts/mc-description/ + - /on-demand/electron/share-your-app/list-on-app-stores/ + - /on-demand/merge-conflicts/setup/ + - /on-demand/intro-to-github/es/unete-repo-clase + - /on-demand/electron/package-your-app/use-electron-packager/ + - /on-demand/merge-conflicts/first-conflict/ + - /on-demand/windows/vi-basics + - /on-demand/windows/configure-editors + - /on-demand/electron/package-your-app/add-an-icon/ + - /on-demand/github-desktop/es/crear-repo-remoto + - /on-demand/github-cli/create-remote-repository + - /on-demand/github-desktop/create-remote-repository + - /on-demand/intro-to-github/es/explora-repositorio + - /on-demand/intro-to-github/explore-github-repository + - /on-demand/graphql/first-query + - /on-demand/electron/create-an-app/push-your-project-to-github/ + - /on-demand/electron/share-your-app/share-on-websites/ + - /on-demand/windows/visual-studio + - /on-demand/windows/install-visual-studio + - /on-demand/windows/vs-start-project + - /on-demand/windows/vs-make-commit + - /on-demand/windows/vs-push-changes + - /on-demand/windows/vs-sync + - /on-demand/windows/merge-conflict + - /on-demand/windows/open-repo + - /on-demand/electron/share-your-app/celebrate/ + - /on-demand/github-cli/choose-github-pages-theme + - /on-demand/github-desktop/choose-github-pages-theme + - /on-demand/windows/congrats + - /on-demand/electron/create-an-app/create-your-apps-files/ + - /on-demand/github-desktop/es/elegir-tema-github-pages + - /on-demand/merge-conflicts/example-01/ + - /on-demand/intro-to-github/es/flujo-github + - /on-demand/intro-to-github/use-github-flow + - /on-demand/graphql/query-info + - /on-demand/electron/package-your-app/test-your-app/ + - /on-demand/graphql/another-query + - /on-demand/electron/package-your-app/celebrate/ + - /on-demand/github-desktop/es/clonar-repositorio-github-desktop + - /on-demand/github-desktop/clone-repository-github-desktop + - /on-demand/github-cli/clone-repo-cli + - /on-demand/intro-to-github/es/creando-rama-branch + - /on-demand/intro-to-github/create-a-branch + - /on-demand/merge-conflicts/example-02/ + - /on-demand/electron/create-an-app/run-your-first-electron-app/ + - /on-demand/windows/01 + - /on-demand/electron/create-an-app/add-your-index-html/ + - /on-demand/intro-to-github/es/buscar-coordenadas + - /on-demand/github-desktop/es/crear-branches-github-desktop + - /on-demand/github-desktop/create-branches-github-desktop + - /on-demand/github-cli/create-branches-git + - /on-demand/merge-conflicts/example-03/ + - /on-demand/intro-to-github/find-your-coordinates + - /on-demand/graphql/mutation + - /on-demand/electron/create-an-app/add-css/ + - /on-demand/github-desktop/es/hacer-cambios-github-desktop + - /on-demand/merge-conflicts/ide-intro/ + - /on-demand/github-cli/make-local-changes-git + - /on-demand/github-desktop/make-changes-github-desktop + - /on-demand/intro-to-github/es/trabajar-en-github + - /on-demand/intro-to-github/work-on-github + - /on-demand/github-cli/add-commits-git + - /on-demand/github-desktop/add-commits-github-desktop + - /on-demand/electron/create-an-app/add-javascript/ + - /on-demand/intro-to-github/es/crear-pull-request + - /on-demand/intro-to-github/create-pull-request + - /on-demand/merge-conflicts/ide-atom/ + - /on-demand/github-desktop/es/nuevos-commits-github-desktop + - /on-demand/github-desktop/es/pull-request-github-desktop + - /on-demand/electron/create-an-app/celebrate/ + - /on-demand/intro-to-github/es/colaborar-en-github + - /on-demand/intro-to-github/collaborate-on-github + - /on-demand/merge-conflicts/ide-vs-ext/ + - /on-demand/github-desktop/pull-request-github-desktop + - /on-demand/github-cli/open-pull-request-github + - /on-demand/intro-to-github/edit-files-on-github + - /on-demand/intro-to-github/es/editar-en-github + - /on-demand/merge-conflicts/ide-eclipse + - /on-demand/github-desktop/es/merge-pull-request-github + - /on-demand/github-desktop/merge-pull-request-github + - /on-demand/github-cli/merge-pull-request-github + - /on-demand/merge-conflicts/ide-vs-code/ + - /on-demand/intro-to-github/es/merge-pull-requests + - /on-demand/intro-to-github/merge-pull-request + - /on-demand/github-desktop/es/ver-sitio-github-pages + - /on-demand/github-desktop/view-github-pages-site + - /on-demand/github-cli/view-github-pages-site + - /on-demand/intro-to-github/es/celebrar + - /on-demand/intro-to-github/you-completed-github-flow + - /on-demand/merge-conflicts/ide-gh-desktop + - /on-demand/github-desktop/push-with-github-desktop + - /on-demand/github-cli/git-push-git-pull + - /on-demand/github-desktop/es/push-con-github-desktop + - /on-demand/github-desktop/add-github-pages-site-showcase + - /on-demand/github-desktop/es/a%C3%B1adir-github-pages-escaparate + - /on-demand/github-cli/add-github-pages-site-showcase + - /on-demand/merge-conflicts/what-next/ + - /on-demand/github-cli/github-flow-cli + - /on-demand/github-desktop/review-github-flow + - /on-demand/github-desktop/es/revisar-github-flow + - /on-demand/github-cli/git-push-open-pull-request + - /on-demand/github-desktop/push-pull-request-github-desktop + - /on-demand/github-desktop/es/push-pull-request-github-desktop + - /on-demand/github-desktop/es/colaborar-github-pull-requests + - /on-demand/github-desktop/collaborate-github-pull-requests + - /on-demand/github-cli/collaborate-github-pull-requests + - /on-demand/github-cli/merge-pull-request-github-showcase + - /on-demand/github-desktop/es/merge-pull-request-showcase + - /on-demand/github-desktop/merge-pull-request-showcase + - /on-demand/node_modules/primer-utilities/docs/animations/ + - /on-demand/community/ + - /on-demand/electron/ + - /on-demand/git-trouble/accidental-git-commit + - /on-demand/git-trouble/breaking-things-with-git + - /on-demand/git-trouble/git-commit-message + - /on-demand/git-trouble/too-many-commits + - /on-demand/git-trouble/git-scenarios + - /on-demand/git-trouble/git-set-up + - /on-demand/git-trouble/ + - /on-demand/git-trouble/git-commit-wrong-branch + - /on-demand/foundations/index-extras/ + - /on-demand/intermediate/index-extras/ + - /on-demand/foundations/index-simple/ + - /on-demand/ + - /on-demand/resources/learning-path/ + - /on-demand/resources/books/ + - /on-demand/resources/videos/ + - /on-demand/intermediate/ + - /on-demand/advanced/ - /on-demand/foundations/ - /on-demand/es/ - /on-demand/resources/learning-path/es/ - /on-demand/community/us-holidays/ - /on-demand/github-cli/98 redirect_to: "https://lab.github.com" ---- \ No newline at end of file +---demand/foundations/ + - /on-demand/es/ + - /on-demand/resources/learning-path/es/ + - /on-demand/community/us-holidays/ + - /on-demand/github-cli/98 +redirect_to: "https://lab.github.com" +--- From 10b202404759f4843771b99f56775e3e14bcddfc Mon Sep 17 00:00:00 2001 From: Akbar0333 <108912780+Akbar0333@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:19:56 +0530 Subject: [PATCH 2/2] Update redirects.start --- redirects.md | 371 +-------------------------------------------------- 1 file changed, 4 insertions(+), 367 deletions(-) diff --git a/redirects.md b/redirects.md index e39b2d285..7e3b3d59f 100644 --- a/redirects.md +++ b/redirects.md @@ -1,367 +1,4 @@ ---- -redirect_from: - - /on-demand/ - - /on-demand/resources/ - - /on-demand/articles/version-control-with-git/ - - /on-demand/articles/git-basics/ - - /on-demand/articles/php-big-deal/ - - /on-demand/articles/promoted-git-builds/ - - /on-demand/articles/the-fringes-of-git/ - - /on-demand/articles/getting-good-with-git/ - - /on-demand/articles/orgs-and-teams/ - - /on-demand/articles/pro-git/ - - /on-demand/articles/git-notes-and-github/ - - /on-demand/articles/mastering-git/ - - /on-demand/articles/mastering-advanced-git/ - - /on-demand/articles/advanced-git-at-javazone/ - - /on-demand/articles/what-is-github-pages/ - - /on-demand/articles/continuous-integration-continuous-delivery/ - - /on-demand/articles/forking/ - - /on-demand/articles/reset/ - - /on-demand/articles/github-for-windows/ - - /on-demand/articles/youtube-channel/ - - /on-demand/intro-to-github/es/ - - /on-demand/merge-conflicts/ - - /on-demand/windows/ - - /on-demand/intro-to-github/ - - /on-demand/github-desktop/ - - /on-demand/intro-to-github/es/crear-cuenta-github - - /on-demand/intro-to-github/create-github-account - - /on-demand/windows/getting-started - - /on-demand/electron/create-an-app/ - - /on-demand/github-cli/ - - /on-demand/github-desktop/es/ - - /on-demand/graphql/ - - /on-demand/merge-conflicts/normal-merge/ - - /on-demand/electron/package-your-app/ - - /on-demand/electron/share-your-app/ - - /on-demand/windows/installing-git - - /on-demand/windows/configure-git - - /on-demand/windows/git-crlf - - /on-demand/windows/git-credentials - - /on-demand/windows/editors - - /on-demand/electron/create-an-app/create-your-app/ - - /on-demand/graphql/first-use - - /on-demand/github-desktop/es/instalar-github-desktop - - /on-demand/github-desktop/install-github-desktop - - /on-demand/intro-to-github/join-class-repository - - /on-demand/github-cli/git-configuration - - /on-demand/merge-conflicts/mc-description/ - - /on-demand/electron/share-your-app/list-on-app-stores/ - - /on-demand/merge-conflicts/setup/ - - /on-demand/intro-to-github/es/unete-repo-clase - - /on-demand/electron/package-your-app/use-electron-packager/ - - /on-demand/merge-conflicts/first-conflict/ - - /on-demand/windows/vi-basics - - /on-demand/windows/configure-editors - - /on-demand/electron/package-your-app/add-an-icon/ - - /on-demand/github-desktop/es/crear-repo-remoto - - /on-demand/github-cli/create-remote-repository - - /on-demand/github-desktop/create-remote-repository - - /on-demand/intro-to-github/es/explora-repositorio - - /on-demand/intro-to-github/explore-github-repository - - /on-demand/graphql/first-query - - /on-demand/electron/create-an-app/push-your-project-to-github/ - - /on-demand/electron/share-your-app/share-on-websites/ - - /on-demand/windows/visual-studio - - /on-demand/windows/install-visual-studio - - /on-demand/windows/vs-start-project - - /on-demand/windows/vs-make-commit - - /on-demand/windows/vs-push-changes - - /on-demand/windows/vs-sync - - /on-demand/windows/merge-conflict - - /on-demand/windows/open-repo - - /on-demand/electron/share-your-app/celebrate/ - - /on-demand/github-cli/choose-github-pages-theme - - /on-demand/github-desktop/choose-github-pages-theme - - /on-demand/windows/congrats - - /on-demand/electron/create-an-app/create-your-apps-files/ - - /on-demand/github-desktop/es/elegir-tema-github-pages - - /on-demand/merge-conflicts/example-01/ - - /on-demand/intro-to-github/es/flujo-github - - /on-demand/intro-to-github/use-github-flow - - /on-demand/graphql/query-info - - /on-demand/electron/package-your-app/test-your-app/ - - /on-demand/graphql/another-query - - /on-demand/electron/package-your-app/celebrate/ - - /on-demand/github-desktop/es/clonar-repositorio-github-desktop - - /on-demand/github-desktop/clone-repository-github-desktop - - /on-demand/github-cli/clone-repo-cli - - /on-demand/intro-to-github/es/creando-rama-branch - - /on-demand/intro-to-github/create-a-branch - - /on-demand/merge-conflicts/example-02/ - - /on-demand/electron/create-an-app/run-your-first-electron-app/ - - /on-demand/windows/01 - - /on-demand/electron/create-an-app/add-your-index-html/ - - /on-demand/intro-to-github/es/buscar-coordenadas - - /on-demand/github-desktop/es/crear-branches-github-desktop - - /on-demand/github-desktop/create-branches-github-desktop - - /on-demand/github-cli/create-branches-git - - /on-demand/merge-conflicts/example-03/ - - /on-demand/intro-to-github/find-your-coordinates - - /on-demand/graphql/mutation - - /on-demand/electron/create-an-app/add-css/ - - /on-demand/github-desktop/es/hacer-cambios-github-desktop - - /on-demand/merge-conflicts/ide-intro/ - - /on-demand/github-cli/make-local-changes-git - - /on-demand/github-desktop/make-changes-github-desktop - - /on-demand/intro-to-github/es/trabajar-en-github - - /on-demand/intro-to-github/work-on-github - - /on-demand/github-cli/add-commits-git - - /on-demand/github-desktop/add-commits-github-desktop - - /on-demand/electron/create-an-app/add-javascript/ - - /on-demand/intro-to-github/es/crear-pull-request - - /on-demand/intro-to-github/create-pull-request - - /on-demand/merge-conflicts/ide-atom/ - - /on-demand/github-desktop/es/nuevos-commits-github-desktop - - /on-demand/github-desktop/es/pull-request-github-desktop - - /on-demand/electron/create-an-app/celebrate/ - - /on-demand/intro-to-github/es/colaborar-en-github - - /on-demand/intro-to-github/collaborate-on-github - - /on-demand/merge-conflicts/ide-vs-ext/ - - /on-demand/github-desktop/pull-request-github-desktop - - /on-demand/github-cli/open-pull-request-github - - /on-demand/intro-to-github/edit-files-on-github - - /on-demand/intro-to-github/es/editar-en-github - - /on-demand/merge-conflicts/ide-eclipse - - /on-demand/github-desktop/es/merge-pull-request-github - - /on-demand/github-desktop/merge-pull-request-github - - /on-demand/github-cli/merge-pull-request-github - - /on-demand/merge-conflicts/ide-vs-code/ - - /on-demand/intro-to-github/es/merge-pull-requests - - /on-demand/intro-to-github/merge-pull-request - - /on-demand/github-desktop/es/ver-sitio-github-pages - - /on-demand/github-desktop/view-github-pages-site - - /on-demand/github-cli/view-github-pages-site - - /on-demand/intro-to-github/es/celebrar - - /on-demand/intro-to-github/you-completed-github-flow - - /on-demand/merge-conflicts/ide-gh-desktop - - /on-demand/github-desktop/push-with-github-desktop - - /on-demand/github-cli/git-push-git-pull - - /on-demand/github-desktop/es/push-con-github-desktop - - /on-demand/github-desktop/add-github-pages-site-showcase - - /on-demand/github-desktop/es/a%C3%B1adir-github-pages-escaparate - - /on-demand/github-cli/add-github-pages-site-showcase - - /on-demand/merge-conflicts/what-next/ - - /on-demand/github-cli/github-flow-cli - - /on-demand/github-desktop/review-github-flow - - /on-demand/github-desktop/es/revisar-github-flow - - /on-demand/github-cli/git-push-open-pull-request - - /on-demand/github-desktop/push-pull-request-github-desktop - - /on-demand/github-desktop/es/push-pull-request-github-desktop - - /on-demand/github-desktop/es/colaborar-github-pull-requests - - /on-demand/github-desktop/collaborate-github-pull-requests - - /on-demand/github-cli/collaborate-github-pull-requests - - /on-demand/github-cli/merge-pull-request-github-showcase - - /on-demand/github-desktop/es/merge-pull-request-showcase - - /on-demand/github-desktop/merge-pull-request-showcase - - /on-demand/node_modules/primer-utilities/docs/animations/ - - /on-demand/community/ - - /on-demand/electron/ - - /on-demand/git-trouble/accidental-git-commit - - /on-demand/git-trouble/breaking-things-with-git - - /on-demand/git-trouble/git-commit-message - - /on-demand/git-trouble/too-many-commits - - /on-demand/git-trouble/git-scenarios - - /on-demand/git-trouble/git-set-up - - /on-demand/git-trouble/ - - /on-demand/git-trouble/git-commit-wrong-branch - - /on-demand/foundations/index-extras/ - - /on-demand/intermediate/index-extras/ - - /on-demand/foundations/index-simple/ - - /on-demand/ - - /on-demand/resources/learning-path/ - - /on-demand/resources/books/ - - /on-demand/resources/videos/ - - /on-demand/intermediate/ - - /on-demand/advanced/ - - /on---- -redirect_from: - - /on-demand/ - - /on-demand/resources/ - - /on-demand/articles/version-control-with-git/ - - /on-demand/articles/git-basics/ - - /on-demand/articles/php-big-deal/ - - /on-demand/articles/promoted-git-builds/ - - /on-demand/articles/the-fringes-of-git/ - - /on-demand/articles/getting-good-with-git/ - - /on-demand/articles/orgs-and-teams/ - - /on-demand/articles/pro-git/ - - /on-demand/articles/git-notes-and-github/ - - /on-demand/articles/mastering-git/ - - /on-demand/articles/mastering-advanced-git/ - - /on-demand/articles/advanced-git-at-javazone/ - - /on-demand/articles/what-is-github-pages/ - - /on-demand/articles/continuous-integration-continuous-delivery/ - - /on-demand/articles/forking/ - - /on-demand/articles/reset/ - - /on-demand/articles/github-for-windows/ - - /on-demand/articles/youtube-channel/ - - /on-demand/intro-to-github/es/ - - /on-demand/merge-conflicts/ - - /on-demand/windows/ - - /on-demand/intro-to-github/ - - /on-demand/github-desktop/ - - /on-demand/intro-to-github/es/crear-cuenta-github - - /on-demand/intro-to-github/create-github-account - - /on-demand/windows/getting-started - - /on-demand/electron/create-an-app/ - - /on-demand/github-cli/ - - /on-demand/github-desktop/es/ - - /on-demand/graphql/ - - /on-demand/merge-conflicts/normal-merge/ - - /on-demand/electron/package-your-app/ - - /on-demand/electron/share-your-app/ - - /on-demand/windows/installing-git - - /on-demand/windows/configure-git - - /on-demand/windows/git-crlf - - /on-demand/windows/git-credentials - - /on-demand/windows/editors - - /on-demand/electron/create-an-app/create-your-app/ - - /on-demand/graphql/first-use - - /on-demand/github-desktop/es/instalar-github-desktop - - /on-demand/github-desktop/install-github-desktop - - /on-demand/intro-to-github/join-class-repository - - /on-demand/github-cli/git-configuration - - /on-demand/merge-conflicts/mc-description/ - - /on-demand/electron/share-your-app/list-on-app-stores/ - - /on-demand/merge-conflicts/setup/ - - /on-demand/intro-to-github/es/unete-repo-clase - - /on-demand/electron/package-your-app/use-electron-packager/ - - /on-demand/merge-conflicts/first-conflict/ - - /on-demand/windows/vi-basics - - /on-demand/windows/configure-editors - - /on-demand/electron/package-your-app/add-an-icon/ - - /on-demand/github-desktop/es/crear-repo-remoto - - /on-demand/github-cli/create-remote-repository - - /on-demand/github-desktop/create-remote-repository - - /on-demand/intro-to-github/es/explora-repositorio - - /on-demand/intro-to-github/explore-github-repository - - /on-demand/graphql/first-query - - /on-demand/electron/create-an-app/push-your-project-to-github/ - - /on-demand/electron/share-your-app/share-on-websites/ - - /on-demand/windows/visual-studio - - /on-demand/windows/install-visual-studio - - /on-demand/windows/vs-start-project - - /on-demand/windows/vs-make-commit - - /on-demand/windows/vs-push-changes - - /on-demand/windows/vs-sync - - /on-demand/windows/merge-conflict - - /on-demand/windows/open-repo - - /on-demand/electron/share-your-app/celebrate/ - - /on-demand/github-cli/choose-github-pages-theme - - /on-demand/github-desktop/choose-github-pages-theme - - /on-demand/windows/congrats - - /on-demand/electron/create-an-app/create-your-apps-files/ - - /on-demand/github-desktop/es/elegir-tema-github-pages - - /on-demand/merge-conflicts/example-01/ - - /on-demand/intro-to-github/es/flujo-github - - /on-demand/intro-to-github/use-github-flow - - /on-demand/graphql/query-info - - /on-demand/electron/package-your-app/test-your-app/ - - /on-demand/graphql/another-query - - /on-demand/electron/package-your-app/celebrate/ - - /on-demand/github-desktop/es/clonar-repositorio-github-desktop - - /on-demand/github-desktop/clone-repository-github-desktop - - /on-demand/github-cli/clone-repo-cli - - /on-demand/intro-to-github/es/creando-rama-branch - - /on-demand/intro-to-github/create-a-branch - - /on-demand/merge-conflicts/example-02/ - - /on-demand/electron/create-an-app/run-your-first-electron-app/ - - /on-demand/windows/01 - - /on-demand/electron/create-an-app/add-your-index-html/ - - /on-demand/intro-to-github/es/buscar-coordenadas - - /on-demand/github-desktop/es/crear-branches-github-desktop - - /on-demand/github-desktop/create-branches-github-desktop - - /on-demand/github-cli/create-branches-git - - /on-demand/merge-conflicts/example-03/ - - /on-demand/intro-to-github/find-your-coordinates - - /on-demand/graphql/mutation - - /on-demand/electron/create-an-app/add-css/ - - /on-demand/github-desktop/es/hacer-cambios-github-desktop - - /on-demand/merge-conflicts/ide-intro/ - - /on-demand/github-cli/make-local-changes-git - - /on-demand/github-desktop/make-changes-github-desktop - - /on-demand/intro-to-github/es/trabajar-en-github - - /on-demand/intro-to-github/work-on-github - - /on-demand/github-cli/add-commits-git - - /on-demand/github-desktop/add-commits-github-desktop - - /on-demand/electron/create-an-app/add-javascript/ - - /on-demand/intro-to-github/es/crear-pull-request - - /on-demand/intro-to-github/create-pull-request - - /on-demand/merge-conflicts/ide-atom/ - - /on-demand/github-desktop/es/nuevos-commits-github-desktop - - /on-demand/github-desktop/es/pull-request-github-desktop - - /on-demand/electron/create-an-app/celebrate/ - - /on-demand/intro-to-github/es/colaborar-en-github - - /on-demand/intro-to-github/collaborate-on-github - - /on-demand/merge-conflicts/ide-vs-ext/ - - /on-demand/github-desktop/pull-request-github-desktop - - /on-demand/github-cli/open-pull-request-github - - /on-demand/intro-to-github/edit-files-on-github - - /on-demand/intro-to-github/es/editar-en-github - - /on-demand/merge-conflicts/ide-eclipse - - /on-demand/github-desktop/es/merge-pull-request-github - - /on-demand/github-desktop/merge-pull-request-github - - /on-demand/github-cli/merge-pull-request-github - - /on-demand/merge-conflicts/ide-vs-code/ - - /on-demand/intro-to-github/es/merge-pull-requests - - /on-demand/intro-to-github/merge-pull-request - - /on-demand/github-desktop/es/ver-sitio-github-pages - - /on-demand/github-desktop/view-github-pages-site - - /on-demand/github-cli/view-github-pages-site - - /on-demand/intro-to-github/es/celebrar - - /on-demand/intro-to-github/you-completed-github-flow - - /on-demand/merge-conflicts/ide-gh-desktop - - /on-demand/github-desktop/push-with-github-desktop - - /on-demand/github-cli/git-push-git-pull - - /on-demand/github-desktop/es/push-con-github-desktop - - /on-demand/github-desktop/add-github-pages-site-showcase - - /on-demand/github-desktop/es/a%C3%B1adir-github-pages-escaparate - - /on-demand/github-cli/add-github-pages-site-showcase - - /on-demand/merge-conflicts/what-next/ - - /on-demand/github-cli/github-flow-cli - - /on-demand/github-desktop/review-github-flow - - /on-demand/github-desktop/es/revisar-github-flow - - /on-demand/github-cli/git-push-open-pull-request - - /on-demand/github-desktop/push-pull-request-github-desktop - - /on-demand/github-desktop/es/push-pull-request-github-desktop - - /on-demand/github-desktop/es/colaborar-github-pull-requests - - /on-demand/github-desktop/collaborate-github-pull-requests - - /on-demand/github-cli/collaborate-github-pull-requests - - /on-demand/github-cli/merge-pull-request-github-showcase - - /on-demand/github-desktop/es/merge-pull-request-showcase - - /on-demand/github-desktop/merge-pull-request-showcase - - /on-demand/node_modules/primer-utilities/docs/animations/ - - /on-demand/community/ - - /on-demand/electron/ - - /on-demand/git-trouble/accidental-git-commit - - /on-demand/git-trouble/breaking-things-with-git - - /on-demand/git-trouble/git-commit-message - - /on-demand/git-trouble/too-many-commits - - /on-demand/git-trouble/git-scenarios - - /on-demand/git-trouble/git-set-up - - /on-demand/git-trouble/ - - /on-demand/git-trouble/git-commit-wrong-branch - - /on-demand/foundations/index-extras/ - - /on-demand/intermediate/index-extras/ - - /on-demand/foundations/index-simple/ - - /on-demand/ - - /on-demand/resources/learning-path/ - - /on-demand/resources/books/ - - /on-demand/resources/videos/ - - /on-demand/intermediate/ - - /on-demand/advanced/ - - /on-demand/foundations/ - - /on-demand/es/ - - /on-demand/resources/learning-path/es/ - - /on-demand/community/us-holidays/ - - /on-demand/github-cli/98 -redirect_to: "https://lab.github.com" ----demand/foundations/ - - /on-demand/es/ - - /on-demand/resources/learning-path/es/ - - /on-demand/community/us-holidays/ - - /on-demand/github-cli/98 -redirect_to: "https://lab.github.com" ---- +void setup() { +} +void loop() { +} \ No newline at end of file