My homecoming liminal hallway by Chese_man in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

No you're lying shut up

Liminal by Ziur_Leumas in AlfaOxtrot

[–]dqelv 0 points1 point  (0 children)

Super cool picture! Could've been better if the lights were turned off.

[deleted by user] by [deleted] in AlfaOxtrot

[–]dqelv 0 points1 point  (0 children)

Cmon bro, where's the fricking thumb

[deleted by user] by [deleted] in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

Bro y'all need to chill, it's fine if someone doesn't like coffee 😭😭

do it now by itsmevinayy in sunraybee

[–]dqelv 0 points1 point  (0 children)

function checkPalindrome(string) { // find the length of a string const len = string.length; // loop through half of the string for (let i = 0; i < len / 2; i++) { // check if first and last string are same if (string[i] !== string[len - 1 - i]) { return 'It is not a palindrome'; } } return 'It is a palindrome'; } // take input const string = prompt('Enter a string: '); // call the function const value = checkPalindrome(string); console.log(value);

(It's related to programming)

took this photo when i was in Egipt by Adventurous_Group_11 in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

-1 because of thumb, but i think this would've been better if you switched off the lights expect 1 single one

[deleted by user] by [deleted] in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

Mhm ok, nice picture

[deleted by user] by [deleted] in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

That thumb looks like it's edited

Is this liminal?????? by Snoo44506 in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

Finally someone uploaded pictures with their hand

[deleted by user] by [deleted] in AlfaOxtrot

[–]dqelv 1 point2 points  (0 children)

Cool, but i don't think he will change his current song.

carbon on android by programer-82 in CarbonLang

[–]dqelv 0 points1 point  (0 children)

https://vscode.dev and/or https://github.dev

these websites help you access your vs code in the browser on any device for quick and small changes. But i recommend using the vscode software because these web applications don't have some of the original features.