From 5672266b3e32359fb42f1aaf5ea8dc5d2689e880 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Wed, 1 Mar 2023 13:17:22 -0800 Subject: [PATCH 01/17] Create shell --- the dog part/shell | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 the dog part/shell diff --git a/the dog part/shell b/the dog part/shell new file mode 100644 index 0000000..87d25e0 --- /dev/null +++ b/the dog part/shell @@ -0,0 +1,7 @@ +where +the entered falue is parse +nowm/\ +{(09.)} +lwhiel +forEach eventer when ever the +file main container From ef77f979f0f4c0638641b2a7eba90ca361045d6a Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Wed, 1 Mar 2023 13:20:52 -0800 Subject: [PATCH 02/17] Create .c --- the dog part/.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 the dog part/.c diff --git a/the dog part/.c b/the dog part/.c new file mode 100644 index 0000000..83d6efa --- /dev/null +++ b/the dog part/.c @@ -0,0 +1,31 @@ + the continue; +while (/* condition */) +{ + /* code */ +} + +int main(int argc, char const *argv[]) +{ + /* code */ + return 0; +} + +__CHAR32_TYPE__ +__ARM_FP16_FORMAT_IEEE +the __apple_build_version__ +while (/* condition */) +{ + /* code */ +} +if (/* condition */) +{ + /* code */ +} +else if (/* condition */) +{ + /* code */ +} +else +{ + /* code */ +} From a1a6b0c8f1d856bcb23a30454f48b9556863108d Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Mon, 6 Mar 2023 21:44:40 -0800 Subject: [PATCH 03/17] Update .DS_Store --- .DS_Store | Bin 6148 -> 6148 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.DS_Store b/.DS_Store index 7dc3a52c76fad78927d57b75f96cdf33ba4fd80c..9d60ca27edd1cbff86e1a396fbae217a3b6fa127 100644 GIT binary patch literal 6148 zcmeHKL5tHs6n@iI+qf$mP+>1Zz=M~v?sgY?@KW3DVL?0?(Su4&n$iuMO-hqmq!fDA zALG?OqW{H{es5+hY3dU6AfoeN=9|pSoA=)LCYcNoiS8^oBC?67fx=k3f$As1<6O3+ zqI>p$LayQSF^?{DH`gg*<9P!7IHL5t`X zUD7*p=$t$XX^NId5&9BJDZ^8M-Vp`rE3jVWdD|BYOkQNj;yqyDQWDK&NLGY1BQYBjRF2XI4F!AjVp!n(}7A}0f04h zOF^4|8d%5C*wMIBh!KcTsz9YG^c6!Wb@V%WUPt3fp;9NIFCRi%7W#%Fq;;(C$mt|H z3QcVoFbr%mP*smMpa1=<@Bf=h=E*Q%82G0c5VceHw2P4R*}4@RpS2Fk8x$6vw^Aro kQ0e1XHuxysN0EXtha13-#+5?!K+KPTq`_2%fj`Q?cf!2*GXMYp delta 112 zcmZoMXfc=|#>B`mu~2NHo}wr#0|Nsi1A_nqLn1>aLlJ`lkj|M{xSWx7asx~FWO3He z$%gE@oGHc0IZ65XIgFbHImB2tHZU`7X6NAN0Gb07_|80;U&In<1lTAhD9y4tLSzjy E08oS$b^rhX From a138f92209eb959b7628c56c5739d99a6f04534d Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Mon, 6 Mar 2023 21:46:24 -0800 Subject: [PATCH 04/17] Update green tatto.py --- my hair almost died/green tatto.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/my hair almost died/green tatto.py b/my hair almost died/green tatto.py index 300d046..a3fcb6c 100644 --- a/my hair almost died/green tatto.py +++ b/my hair almost died/green tatto.py @@ -1,13 +1,13 @@ -can_not_expression = input(print(what color do you like)) -if can_not_expression = string +can_not_expression = input(print('what color do you like')) +if can_not_expression == string: print("that is a valid respose") else: print("please input somthing else") class bunny(sup): - if plam = boolean: + if plam == boolean: print('can not expression') - elif plam = set ValueError(105): + elif plam == set ValueError(105): retun(True) \ No newline at end of file From 303018adacc983ff7c23afea26a8ca52c1f60ac2 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Mon, 6 Mar 2023 21:50:28 -0800 Subject: [PATCH 05/17] just deltew to add --- the emial sender.js | 153 ++++++++++++++++++++++++++++++++++++++++++++ untitled 2.html | 5 -- 2 files changed, 153 insertions(+), 5 deletions(-) create mode 100644 the emial sender.js delete mode 100644 untitled 2.html diff --git a/the emial sender.js b/the emial sender.js new file mode 100644 index 0000000..db10adb --- /dev/null +++ b/the emial sender.js @@ -0,0 +1,153 @@ +/****************************************************************************** + * This tutorial is based on the work of Martin Hawksey twitter.com/mhawksey * + * But has been simplified and cleaned up to make it more beginner friendly * + * All credit still goes to Martin and any issues/complaints/questions to me. * + ******************************************************************************/ + +// if you want to store your email server-side (hidden), uncomment the next line +// var TO_ADDRESS = "example@email.net"; + +// spit out all the keys/values from the form in HTML for email +// uses an array of keys if provided or the object to determine field order +function formatMailBody(obj, order) { + var result = ""; + if (!order) { + order = Object.keys(obj); + } + + // loop over all keys in the ordered form data + for (var idx in order) { + var key = order[idx]; + result += "

" + key + "

" + sanitizeInput(obj[key]) + "
"; + // for every key, concatenate an `

`/`
` pairing of the key name and its value, + // and append it to the `result` string created at the start. + } + return result; // once the looping is done, `result` will be one long string to put in the email body + } + + // sanitize content from the user - trust no one + // ref: https://developers.google.com/apps-script/reference/html/html-output#appendUntrusted(String) + function sanitizeInput(rawInput) { + var placeholder = HtmlService.createHtmlOutput(" "); + placeholder.appendUntrusted(rawInput); + + return placeholder.getContent(); + } + + function doPost(e) { + + try { + Logger.log(e); // the Google Script version of console.log see: Class Logger + record_data(e); + + // shorter name for form data + var mailData = e.parameters; + + // names and order of form elements (if set) + var orderParameter = e.parameters.formDataNameOrder; + var dataOrder; + if (orderParameter) { + dataOrder = JSON.parse(orderParameter); + } + + // determine recepient of the email + // if you have your email uncommented above, it uses that `TO_ADDRESS` + // otherwise, it defaults to the email provided by the form's data attribute + var sendEmailTo = (typeof TO_ADDRESS !== "undefined") ? TO_ADDRESS : mailData.formGoogleSendEmail; + + // send email if to address is set + if (sendEmailTo) { + MailApp.sendEmail({ + to: String(sendEmailTo), + subject: "Contact form submitted", + // replyTo: String(mailData.email), // This is optional and reliant on your form actually collecting a field named `email` + htmlBody: formatMailBody(mailData, dataOrder) + }); + } + + return ContentService // return json success results + .createTextOutput( + JSON.stringify({"result":"success", + "data": JSON.stringify(e.parameters) })) + .setMimeType(ContentService.MimeType.JSON); + } catch(error) { // if error return this + Logger.log(error); + return ContentService + .createTextOutput(JSON.stringify({"result":"error", "error": error})) + .setMimeType(ContentService.MimeType.JSON); + } + } + + + /** + * record_data inserts the data received from the html form submission + * e is the data received from the POST + */ + function record_data(e) { + var lock = LockService.getDocumentLock(); + lock.waitLock(30000); // hold off up to 30 sec to avoid concurrent writing + + try { + Logger.log(JSON.stringify(e)); // log the POST data in case we need to debug it + + // select the 'responses' sheet by default + var doc = SpreadsheetApp.getActiveSpreadsheet(); + var sheetName = e.parameters.formGoogleSheetName || "responses"; + var sheet = doc.getSheetByName(sheetName); + + var oldHeader = sheet.getRange(1, 1, 1, sheet.getLastColumn()).getValues()[0]; + var newHeader = oldHeader.slice(); + var fieldsFromForm = getDataColumns(e.parameters); + var row = [new Date()]; // first element in the row should always be a timestamp + + // loop through the header columns + for (var i = 1; i < oldHeader.length; i++) { // start at 1 to avoid Timestamp column + var field = oldHeader[i]; + var output = getFieldFromData(field, e.parameters); + row.push(output); + + // mark as stored by removing from form fields + var formIndex = fieldsFromForm.indexOf(field); + if (formIndex > -1) { + fieldsFromForm.splice(formIndex, 1); + } + } + + // set any new fields in our form + for (var i = 0; i < fieldsFromForm.length; i++) { + var field = fieldsFromForm[i]; + var output = getFieldFromData(field, e.parameters); + row.push(output); + newHeader.push(field); + } + + // more efficient to set values as [][] array than individually + var nextRow = sheet.getLastRow() + 1; // get next row + sheet.getRange(nextRow, 1, 1, row.length).setValues([row]); + + // update header row with any new data + if (newHeader.length > oldHeader.length) { + sheet.getRange(1, 1, 1, newHeader.length).setValues([newHeader]); + } + } + catch(error) { + Logger.log(error); + } + finally { + lock.releaseLock(); + return; + } + + } + + function getDataColumns(data) { + return Object.keys(data).filter(function(column) { + return !(column === 'formDataNameOrder' || column === 'formGoogleSheetName' || column === 'formGoogleSendEmail' || column === 'honeypot'); + }); + } + + function getFieldFromData(field, data) { + var values = data[field] || ''; + var output = values.join ? values.join(', ') : values; + return output; + } \ No newline at end of file diff --git a/untitled 2.html b/untitled 2.html deleted file mode 100644 index 8d64f2a..0000000 --- a/untitled 2.html +++ /dev/null @@ -1,5 +0,0 @@ - href="#">Most used languages - - href="#">Most used languages - - [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=The-Dark-Cloud&layout=compact)](https://github.com/The-Dark-Cloud/github-readme-stats) \ No newline at end of file From e1620cd454c76ae17de63453d2dc4bc95863fd5a Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Mon, 6 Mar 2023 21:55:25 -0800 Subject: [PATCH 06/17] the end too make the bug fixes with code out chase --- my hair almost died/green tatto.py | 8 ++++++-- the back white hair/nock.js | 0 .../the emial sender.js | 0 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 the back white hair/nock.js rename the emial sender.js => the back white hair/the emial sender.js (100%) diff --git a/my hair almost died/green tatto.py b/my hair almost died/green tatto.py index a3fcb6c..cb0612b 100644 --- a/my hair almost died/green tatto.py +++ b/my hair almost died/green tatto.py @@ -1,13 +1,17 @@ +boolean = 0 +palm = input('what number') can_not_expression = input(print('what color do you like')) if can_not_expression == string: print("that is a valid respose") + boolean - 2 else: print("please input somthing else") + set; palm + 2 class bunny(sup): - if plam == boolean: + if palm == boolean: print('can not expression') - elif plam == set ValueError(105): + elif palm == set (105): retun(True) \ No newline at end of file diff --git a/the back white hair/nock.js b/the back white hair/nock.js new file mode 100644 index 0000000..e69de29 diff --git a/the emial sender.js b/the back white hair/the emial sender.js similarity index 100% rename from the emial sender.js rename to the back white hair/the emial sender.js From f022bb4e888b2ba5161aa365af51b27815d22bd8 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Tue, 7 Mar 2023 17:54:08 -0800 Subject: [PATCH 07/17] shell task this is completley function parts came from online --- .vscode/tasks.json | 28 +++++ shell.c | 277 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 305 insertions(+) create mode 100644 .vscode/tasks.json create mode 100644 shell.c diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..08d9005 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,28 @@ +{ + "tasks": [ + { + "type": "cppbuild", + "label": "C/C++: gcc build active file", + "command": "/usr/bin/gcc", + "args": [ + "-fdiagnostics-color=always", + "-g", + "${file}", + "-o", + "${fileDirname}/${fileBasenameNoExtension}" + ], + "options": { + "cwd": "${fileDirname}" + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "detail": "Task generated by Debugger." + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/shell.c b/shell.c new file mode 100644 index 0000000..5470b6b --- /dev/null +++ b/shell.c @@ -0,0 +1,277 @@ +// C Program to design a shell in Linux +#include +#include +#include +#include +#include +#include +#include +#include + +#define MAXCOM 1000 // max number of letters to be supported +#define MAXLIST 100 // max number of commands to be supported + +// Clearing the shell using escape sequences +#define clear() printf("\033[H\033[J") + +// Greeting shell during startup +void init_shell() +{ + clear(); + printf("\n\n\n\n******************" + "************************"); + printf("\n\n\n\t****MY SHELL****"); + printf("\n\n\t-USE AT YOUR OWN RISK-"); + printf("\n\n\n\n*******************" + "***********************"); + char* username = getenv("USER"); + printf("\n\n\nUSER is: @%s", username); + printf("\n"); + sleep(1); + clear(); +} + +// Function to take input +int takeInput(char* str) +{ + char* buf; + + buf = readline("\n>>> "); + if (strlen(buf) != 0) { + add_history(buf); + strcpy(str, buf); + return 0; + } else { + return 1; + } +} + +// Function to print Current Directory. +void printDir() +{ + char cwd[1024]; + getcwd(cwd, sizeof(cwd)); + printf("\nDir: %s", cwd); +} + +// Function where the system command is executed +void execArgs(char** parsed) +{ + // Forking a child + pid_t pid = fork(); + + if (pid == -1) { + printf("\nFailed forking child.."); + return; + } else if (pid == 0) { + if (execvp(parsed[0], parsed) < 0) { + printf("\nCould not execute command.."); + } + exit(0); + } else { + // waiting for child to terminate + wait(NULL); + return; + } +} + +// Function where the piped system commands is executed +void execArgsPiped(char** parsed, char** parsedpipe) +{ + // 0 is read end, 1 is write end + int pipefd[2]; + pid_t p1, p2; + + if (pipe(pipefd) < 0) { + printf("\nPipe could not be initialized"); + return; + } + p1 = fork(); + if (p1 < 0) { + printf("\nCould not fork"); + return; + } + + if (p1 == 0) { + // Child 1 executing.. + // It only needs to write at the write end + close(pipefd[0]); + dup2(pipefd[1], STDOUT_FILENO); + close(pipefd[1]); + + if (execvp(parsed[0], parsed) < 0) { + printf("\nCould not execute command 1.."); + exit(0); + } + } else { + // Parent executing + p2 = fork(); + + if (p2 < 0) { + printf("\nCould not fork"); + return; + } + + // Child 2 executing.. + // It only needs to read at the read end + if (p2 == 0) { + close(pipefd[1]); + dup2(pipefd[0], STDIN_FILENO); + close(pipefd[0]); + if (execvp(parsedpipe[0], parsedpipe) < 0) { + printf("\nCould not execute command 2.."); + exit(0); + } + } else { + // parent executing, waiting for two children + wait(NULL); + wait(NULL); + } + } +} + +// Help command builtin +void openHelp() +{ + puts("\n***WELCOME TO MY SHELL HELP***" + "\nCopyright @ Suprotik Dey" + "\n-Use the shell at your own risk..." + "\nList of Commands supported:" + "\n>cd" + "\n>ls" + "\n>exit" + "\n>all other general commands available in UNIX shell" + "\n>pipe handling" + "\n>improper space handling"); + + return; +} + +// Function to execute builtin commands +int ownCmdHandler(char** parsed) +{ + int NoOfOwnCmds = 4, i, switchOwnArg = 0; + char* ListOfOwnCmds[NoOfOwnCmds]; + char* username; + + ListOfOwnCmds[0] = "exit"; + ListOfOwnCmds[1] = "cd"; + ListOfOwnCmds[2] = "help"; + ListOfOwnCmds[3] = "hello"; + + for (i = 0; i < NoOfOwnCmds; i++) { + if (strcmp(parsed[0], ListOfOwnCmds[i]) == 0) { + switchOwnArg = i + 1; + break; + } + } + + switch (switchOwnArg) { + case 1: + printf("\nGoodbye\n"); + exit(0); + case 2: + chdir(parsed[1]); + return 1; + case 3: + openHelp(); + return 1; + case 4: + username = getenv("USER"); + printf("\nHello %s.\nMind that this is " + "not a place to play around." + "\nUse help to know more..\n", + username); + return 1; + default: + break; + } + + return 0; +} + +// function for finding pipe +int parsePipe(char* str, char** strpiped) +{ + int i; + for (i = 0; i < 2; i++) { + strpiped[i] = strsep(&str, "|"); + if (strpiped[i] == NULL) + break; + } + + if (strpiped[1] == NULL) + return 0; // returns zero if no pipe is found. + else { + return 1; + } +} + +// function for parsing command words +void parseSpace(char* str, char** parsed) +{ + int i; + + for (i = 0; i < MAXLIST; i++) { + parsed[i] = strsep(&str, " "); + + if (parsed[i] == NULL) + break; + if (strlen(parsed[i]) == 0) + i--; + } +} + +int processString(char* str, char** parsed, char** parsedpipe) +{ + + char* strpiped[2]; + int piped = 0; + + piped = parsePipe(str, strpiped); + + if (piped) { + parseSpace(strpiped[0], parsed); + parseSpace(strpiped[1], parsedpipe); + + } else { + + parseSpace(str, parsed); + } + + if (ownCmdHandler(parsed)) + return 0; + else + return 1 + piped; +} + +int main() +{ + char inputString[MAXCOM], *parsedArgs[MAXLIST]; + char* parsedArgsPiped[MAXLIST]; + int execFlag = 0; + init_shell(); + + while (1) { + // print shell line + printDir(); + // take input + if (takeInput(inputString)) + continue; + // process + execFlag = processString(inputString, + parsedArgs, parsedArgsPiped); + // execflag returns zero if there is no command + // or it is a builtin command, + // 1 if it is a simple command + // 2 if it is including a pipe. + + // execute + if (execFlag == 1) + execArgs(parsedArgs); + + if (execFlag == 2) + execArgsPiped(parsedArgs, parsedArgsPiped); + } + return 0; +} \ No newline at end of file From d72f1f636cf87622f4e55c7c5b07678d10dfddaf Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Tue, 7 Mar 2023 18:27:00 -0800 Subject: [PATCH 08/17] Update nock.js --- the back white hair/nock.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/the back white hair/nock.js b/the back white hair/nock.js index e69de29..894dee5 100644 --- a/the back white hair/nock.js +++ b/the back white hair/nock.js @@ -0,0 +1,26 @@ +function () { + DataView + +methodName = (div) => { + + } +} +for (read(req, res); console.error(object); const { } = this.props) { + statements + import React from 'react' + + export default function FileName() { + return ( +
+ +
+ ) + } + +} +function name(arg, ...) { + statements +} + + + From f762b8576a01aa38bed6a194eb302160ea867aca Mon Sep 17 00:00:00 2001 From: Gustavo Flores <105739696+DarkCloud-the@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:38:11 -0700 Subject: [PATCH 09/17] Create c-cpp.yml --- .github/workflows/c-cpp.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..b00b272 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,23 @@ +name: C/C++ CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: configure + run: ./configure + - name: make + run: make + - name: make check + run: make check + - name: make distcheck + run: make distcheck From 003710005647d1338d97cadff63bc305925431f0 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Tue, 4 Apr 2023 19:44:12 -0700 Subject: [PATCH 10/17] this showed or then to find the main kite press SHIFT p --- ...10 01100001 01101101 01101001 01101100 01111001 00001010.swift | 0 .../other things.js => for practice and brace stuff/[the rest.js | 0 .../purple.json => for practice and brace stuff/{the ret.ts | 0 LICENSE => from the back bruner do not open/LICENSE | 0 .../my hair almost died}/green tatto.py | 0 .../my hair almost died}/hair.py | 0 .../my hair almost died}/over hair headset.py | 0 .../my hair almost died}/red hair.py | 0 .../my white hair's }/index.js | 0 .../my white hair's }/last to first white hair.rs | 0 .../my white hair's /second white hair.rs | 0 .../my white hair's }/this is a very long white hair.rs | 0 .../my white hair's /to manage any stem cells/other things.js | 0 .../to manage any stem cells/the back end that reportes back.js | 0 .../my white hair's }/to mention the white hairs.rs | 0 .../node_modules}/.yarn-integrity | 0 shell.c => from the back bruner do not open/shell.c | 0 .../the back white hair}/nock.js | 0 .../the back white hair}/the emial sender.js | 0 .../the dog part}/.c | 0 .../the dog part}/shell | 0 .../the other things}/clap.go | 0 .../the other things}/just some sauce.py | 0 .../the other things}/the rules for white hair.rs | 0 .../the other things}/this is a bit of prosecing thinb.go | 0 .../untitled folder}/plain.ts | 0 from the back bruner do not open/untitled folder/purple.json | 0 yarn.lock => from the back bruner do not open/yarn.lock | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename my white hair's /second white hair.rs => for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift (100%) rename my white hair's /to manage any stem cells/other things.js => for practice and brace stuff/[the rest.js (100%) rename untitled folder/purple.json => for practice and brace stuff/{the ret.ts (100%) rename LICENSE => from the back bruner do not open/LICENSE (100%) rename {my hair almost died => from the back bruner do not open/my hair almost died}/green tatto.py (100%) rename {my hair almost died => from the back bruner do not open/my hair almost died}/hair.py (100%) rename {my hair almost died => from the back bruner do not open/my hair almost died}/over hair headset.py (100%) rename {my hair almost died => from the back bruner do not open/my hair almost died}/red hair.py (100%) rename {my white hair's => from the back bruner do not open/my white hair's }/index.js (100%) rename {my white hair's => from the back bruner do not open/my white hair's }/last to first white hair.rs (100%) create mode 100644 from the back bruner do not open/my white hair's /second white hair.rs rename {my white hair's => from the back bruner do not open/my white hair's }/this is a very long white hair.rs (100%) create mode 100644 from the back bruner do not open/my white hair's /to manage any stem cells/other things.js rename {my white hair's => from the back bruner do not open/my white hair's }/to manage any stem cells/the back end that reportes back.js (100%) rename {my white hair's => from the back bruner do not open/my white hair's }/to mention the white hairs.rs (100%) rename {node_modules => from the back bruner do not open/node_modules}/.yarn-integrity (100%) rename shell.c => from the back bruner do not open/shell.c (100%) rename {the back white hair => from the back bruner do not open/the back white hair}/nock.js (100%) rename {the back white hair => from the back bruner do not open/the back white hair}/the emial sender.js (100%) rename {the dog part => from the back bruner do not open/the dog part}/.c (100%) rename {the dog part => from the back bruner do not open/the dog part}/shell (100%) rename {the other things => from the back bruner do not open/the other things}/clap.go (100%) rename {the other things => from the back bruner do not open/the other things}/just some sauce.py (100%) rename {the other things => from the back bruner do not open/the other things}/the rules for white hair.rs (100%) rename {the other things => from the back bruner do not open/the other things}/this is a bit of prosecing thinb.go (100%) rename {untitled folder => from the back bruner do not open/untitled folder}/plain.ts (100%) create mode 100644 from the back bruner do not open/untitled folder/purple.json rename yarn.lock => from the back bruner do not open/yarn.lock (100%) diff --git a/my white hair's /second white hair.rs b/for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift similarity index 100% rename from my white hair's /second white hair.rs rename to for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift diff --git a/my white hair's /to manage any stem cells/other things.js b/for practice and brace stuff/[the rest.js similarity index 100% rename from my white hair's /to manage any stem cells/other things.js rename to for practice and brace stuff/[the rest.js diff --git a/untitled folder/purple.json b/for practice and brace stuff/{the ret.ts similarity index 100% rename from untitled folder/purple.json rename to for practice and brace stuff/{the ret.ts diff --git a/LICENSE b/from the back bruner do not open/LICENSE similarity index 100% rename from LICENSE rename to from the back bruner do not open/LICENSE diff --git a/my hair almost died/green tatto.py b/from the back bruner do not open/my hair almost died/green tatto.py similarity index 100% rename from my hair almost died/green tatto.py rename to from the back bruner do not open/my hair almost died/green tatto.py diff --git a/my hair almost died/hair.py b/from the back bruner do not open/my hair almost died/hair.py similarity index 100% rename from my hair almost died/hair.py rename to from the back bruner do not open/my hair almost died/hair.py diff --git a/my hair almost died/over hair headset.py b/from the back bruner do not open/my hair almost died/over hair headset.py similarity index 100% rename from my hair almost died/over hair headset.py rename to from the back bruner do not open/my hair almost died/over hair headset.py diff --git a/my hair almost died/red hair.py b/from the back bruner do not open/my hair almost died/red hair.py similarity index 100% rename from my hair almost died/red hair.py rename to from the back bruner do not open/my hair almost died/red hair.py diff --git a/my white hair's /index.js b/from the back bruner do not open/my white hair's /index.js similarity index 100% rename from my white hair's /index.js rename to from the back bruner do not open/my white hair's /index.js diff --git a/my white hair's /last to first white hair.rs b/from the back bruner do not open/my white hair's /last to first white hair.rs similarity index 100% rename from my white hair's /last to first white hair.rs rename to from the back bruner do not open/my white hair's /last to first white hair.rs diff --git a/from the back bruner do not open/my white hair's /second white hair.rs b/from the back bruner do not open/my white hair's /second white hair.rs new file mode 100644 index 0000000..e69de29 diff --git a/my white hair's /this is a very long white hair.rs b/from the back bruner do not open/my white hair's /this is a very long white hair.rs similarity index 100% rename from my white hair's /this is a very long white hair.rs rename to from the back bruner do not open/my white hair's /this is a very long white hair.rs diff --git a/from the back bruner do not open/my white hair's /to manage any stem cells/other things.js b/from the back bruner do not open/my white hair's /to manage any stem cells/other things.js new file mode 100644 index 0000000..e69de29 diff --git a/my white hair's /to manage any stem cells/the back end that reportes back.js b/from the back bruner do not open/my white hair's /to manage any stem cells/the back end that reportes back.js similarity index 100% rename from my white hair's /to manage any stem cells/the back end that reportes back.js rename to from the back bruner do not open/my white hair's /to manage any stem cells/the back end that reportes back.js diff --git a/my white hair's /to mention the white hairs.rs b/from the back bruner do not open/my white hair's /to mention the white hairs.rs similarity index 100% rename from my white hair's /to mention the white hairs.rs rename to from the back bruner do not open/my white hair's /to mention the white hairs.rs diff --git a/node_modules/.yarn-integrity b/from the back bruner do not open/node_modules/.yarn-integrity similarity index 100% rename from node_modules/.yarn-integrity rename to from the back bruner do not open/node_modules/.yarn-integrity diff --git a/shell.c b/from the back bruner do not open/shell.c similarity index 100% rename from shell.c rename to from the back bruner do not open/shell.c diff --git a/the back white hair/nock.js b/from the back bruner do not open/the back white hair/nock.js similarity index 100% rename from the back white hair/nock.js rename to from the back bruner do not open/the back white hair/nock.js diff --git a/the back white hair/the emial sender.js b/from the back bruner do not open/the back white hair/the emial sender.js similarity index 100% rename from the back white hair/the emial sender.js rename to from the back bruner do not open/the back white hair/the emial sender.js diff --git a/the dog part/.c b/from the back bruner do not open/the dog part/.c similarity index 100% rename from the dog part/.c rename to from the back bruner do not open/the dog part/.c diff --git a/the dog part/shell b/from the back bruner do not open/the dog part/shell similarity index 100% rename from the dog part/shell rename to from the back bruner do not open/the dog part/shell diff --git a/the other things/clap.go b/from the back bruner do not open/the other things/clap.go similarity index 100% rename from the other things/clap.go rename to from the back bruner do not open/the other things/clap.go diff --git a/the other things/just some sauce.py b/from the back bruner do not open/the other things/just some sauce.py similarity index 100% rename from the other things/just some sauce.py rename to from the back bruner do not open/the other things/just some sauce.py diff --git a/the other things/the rules for white hair.rs b/from the back bruner do not open/the other things/the rules for white hair.rs similarity index 100% rename from the other things/the rules for white hair.rs rename to from the back bruner do not open/the other things/the rules for white hair.rs diff --git a/the other things/this is a bit of prosecing thinb.go b/from the back bruner do not open/the other things/this is a bit of prosecing thinb.go similarity index 100% rename from the other things/this is a bit of prosecing thinb.go rename to from the back bruner do not open/the other things/this is a bit of prosecing thinb.go diff --git a/untitled folder/plain.ts b/from the back bruner do not open/untitled folder/plain.ts similarity index 100% rename from untitled folder/plain.ts rename to from the back bruner do not open/untitled folder/plain.ts diff --git a/from the back bruner do not open/untitled folder/purple.json b/from the back bruner do not open/untitled folder/purple.json new file mode 100644 index 0000000..e69de29 diff --git a/yarn.lock b/from the back bruner do not open/yarn.lock similarity index 100% rename from yarn.lock rename to from the back bruner do not open/yarn.lock From 897b1ae3ac7e9774e485a878f5d17696c8f04657 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Wed, 5 Apr 2023 08:48:05 -0700 Subject: [PATCH 11/17] pl --- ... 01101001 01101100 01111001 00001010.swift | 22 +++++++++++++++ for practice and brace stuff/[the rest.js | 8 ++++++ for practice and brace stuff/{the ret.ts | 28 +++++++++++++++++++ .../untitled folder/purple.json | 10 +++++++ 4 files changed, 68 insertions(+) diff --git a/for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift b/for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift index e69de29..05edc24 100644 --- a/for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift +++ b/for practice and brace stuff/01110000 01101100 01110101 01110011 00100000 01100110 01100001 01101101 01101001 01101100 01111001 00001010.swift @@ -0,0 +1,22 @@ +describe('', () => { + +}) +export const functionName = (params) => { + +} +return new Promise((resolve, reject) => { + +}) +import React from 'react' +import { View, Text } from 'react-native' + +export default function FileName() { + return ( + + + + ) +} +state = { + +} \ No newline at end of file diff --git a/for practice and brace stuff/[the rest.js b/for practice and brace stuff/[the rest.js index e69de29..d6bf87d 100644 --- a/for practice and brace stuff/[the rest.js +++ b/for practice and brace stuff/[the rest.js @@ -0,0 +1,8 @@ +globalThis +prompt +import moduleName from 'module' +export default +package +CountQueuingStrategy +MediaQueryList +WebGLQuery \ No newline at end of file diff --git a/for practice and brace stuff/{the ret.ts b/for practice and brace stuff/{the ret.ts index e69de29..788008b 100644 --- a/for practice and brace stuff/{the ret.ts +++ b/for practice and brace stuff/{the ret.ts @@ -0,0 +1,28 @@ +this +debugger +Window +length +return new Promise((resolve, reject) => { + +}) +Location +PropTypes.number, +# download packe\\\ +import React from 'react' +import { StyleSheet, Text, View } from 'react-native' + +interface Props { + +} + +const FileName = (props: Props) => { + return ( + + + + ) +} + +export default FileName + +const styles = StyleSheet.create({}) diff --git a/from the back bruner do not open/untitled folder/purple.json b/from the back bruner do not open/untitled folder/purple.json index e69de29..9cce546 100644 --- a/from the back bruner do not open/untitled folder/purple.json +++ b/from the back bruner do not open/untitled folder/purple.json @@ -0,0 +1,10 @@ +setInterval(() => { + +}, intervalInms) +test('should ', () => { + +}) +while methodName = (params) => { + +} +export default \ No newline at end of file From 051dfae51f9c807cd924204ea7f7b1ce56c25193 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Wed, 12 Apr 2023 20:58:35 -0700 Subject: [PATCH 12/17] Create true but.py --- while open == True/true but.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 while open == True/true but.py diff --git a/while open == True/true but.py b/while open == True/true but.py new file mode 100644 index 0000000..e69de29 From 692638f5954d533a95c3231520de4f586a26a3b3 Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Wed, 12 Apr 2023 21:00:06 -0700 Subject: [PATCH 13/17] Create const.go --- for practice and brace stuff/const.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 for practice and brace stuff/const.go diff --git a/for practice and brace stuff/const.go b/for practice and brace stuff/const.go new file mode 100644 index 0000000..e69de29 From a732c07b4c45d8e26bc52b08b243073e8bcc82fe Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Thu, 13 Apr 2023 21:27:45 -0700 Subject: [PATCH 14/17] the good god --- for practice and brace stuff/const.go | 14 ++++++++++++++ while open == True/true but.py | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 while open == True/true but.py diff --git a/for practice and brace stuff/const.go b/for practice and brace stuff/const.go index e69de29..5b4e547 100644 --- a/for practice and brace stuff/const.go +++ b/for practice and brace stuff/const.go @@ -0,0 +1,14 @@ +import moduleName from 'module' +const styles = StyleSheet.create({ + style +}) +state = { + +} +describe('', () => { + +}) +setTimeout(() => { + +}, delayInms) + diff --git a/while open == True/true but.py b/while open == True/true but.py new file mode 100644 index 0000000..d38a6c9 --- /dev/null +++ b/while open == True/true but.py @@ -0,0 +1,21 @@ +while import React from 'react' +import { View, Text } from 'react-native' + +interface Props { + +} + +const FileName = (props: Props) => { + return ( + + + + ) +} + +export default FileName + +locals() +const styles = StyleSheet.create({ + style +}) \ No newline at end of file From ee7bd448cffb6faa9535fde20eb07416c3850d6d Mon Sep 17 00:00:00 2001 From: Gustavo Flores <105739696+DarkCloud-the@users.noreply.github.com> Date: Wed, 10 May 2023 12:52:57 -0700 Subject: [PATCH 15/17] Create .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8912b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.nova From 25aba9b951b282f87d677a31b65dda6cc142bdbd Mon Sep 17 00:00:00 2001 From: The dark cloud Date: Wed, 17 May 2023 17:31:35 -0700 Subject: [PATCH 16/17] for the system function --- go prac file/Refresh.go | 10 ++++++++++ go prac file/run.go | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 go prac file/Refresh.go create mode 100644 go prac file/run.go diff --git a/go prac file/Refresh.go b/go prac file/Refresh.go new file mode 100644 index 0000000..917083b --- /dev/null +++ b/go prac file/Refresh.go @@ -0,0 +1,10 @@ +import moduleName from 'module' +setTimeout(() => { + +}, delayInms) +import PropTypes from 'prop-types' +const contextName = React.createContext() +state = { + +} +const contextName = React.createContext() \ No newline at end of file diff --git a/go prac file/run.go b/go prac file/run.go new file mode 100644 index 0000000..295f66a --- /dev/null +++ b/go prac file/run.go @@ -0,0 +1,23 @@ +when import React from 'react' +import { StyleSheet, Text, View } from 'react-native' + +interface Props { + +} + +const FileName = (props: Props) => { + return ( + + + + ) +} + +export default FileName + +const styles = StyleSheet.create({}) +export default +len var +(params) => { + +} \ No newline at end of file From e19d0960ce3bc39e4da68f09e2517fdf86f3eb8b Mon Sep 17 00:00:00 2001 From: Gustavo Flores Date: Mon, 13 May 2024 17:38:50 -0700 Subject: [PATCH 17/17] Update .c --- .../the dog part/.c | 37 ++++++++++++++++++- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/from the back bruner do not open/the dog part/.c b/from the back bruner do not open/the dog part/.c index 83d6efa..a999ad7 100644 --- a/from the back bruner do not open/the dog part/.c +++ b/from the back bruner do not open/the dog part/.c @@ -1,5 +1,27 @@ - the continue; -while (/* condition */) + the __apple_build_version__; +if (/* condition */): +{ + /* code */ +} +else if (/* condition */): +{ + /* code */ +} +else: +{ + /* code */ +} +{ + /* code */ +} +else if (/* condition */): +{ + /* code */ +} +else: +{ + /* code */ +} { /* code */ } @@ -29,3 +51,14 @@ else { /* code */ } +{ + /* code */ +} +else if (/* condition */) +{ + /* code */ +} +else +{ + /* code */ +}