Timeline for Swap the Alphabet
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Jan 4, 2016 at 22:36 | review | Suggested edits | |||
| Jan 4, 2016 at 23:10 | |||||
| Jan 4, 2016 at 16:31 | comment | added | Danwakeem | Oh yeah putchar that is a good call! Thanks @CoolGuy | |
| Jan 4, 2016 at 16:29 | comment | added | Spikatrix |
107 bytes: i,t;r(char*s){for(;i<strlen(s);i++){t=s[i]+25;t=t<116?180-t:244-t;isalpha(s[i])?putchar(t):putchar(s[i]);}}
|
|
| Jan 4, 2016 at 16:22 | comment | added | Danwakeem | I will be sure to give your challenge a go sometime tonight. I have an idea for it. @wizzwizz4 | |
| Jan 4, 2016 at 16:05 | comment | added | Danwakeem | Yes it will work without the headers you just get a compiler warning @edc65 I figured since it compiles and runs it wouldn't be considered cheating but in real world use you should always include the headers. | |
| Jan 4, 2016 at 12:35 | comment | added | Spikatrix | @edc65 No need. The code would work without that (Assuming no extra compiler flags) | |
| Jan 4, 2016 at 10:54 | comment | added | wizzwizz4 | Do you think you could have a go at my challenge? Analyse your Chair | |
| Jan 4, 2016 at 10:39 | history | edited | Danwakeem | CC BY-SA 3.0 |
deleted 8 characters in body; added 36 characters in body
|
| Jan 4, 2016 at 10:37 | comment | added | wizzwizz4 |
If you need any help using some comment features like replying (@username), chat, notifications or anything else, feel free to just ask. (Anyone.)
|
|
| Jan 4, 2016 at 10:35 | comment | added | Danwakeem | Ahh you are right! I will regolf this one | |
| Jan 4, 2016 at 10:33 | comment | added | wizzwizz4 |
Welcome to Programming Puzzles and Code Golf Stack Exchange! This is a very good approach. It could be golfed more by making all variables (including temp) exactly one character long.
|
|
| Jan 4, 2016 at 9:32 | history | edited | nicael | CC BY-SA 3.0 |
added 18 characters in body
|
| Jan 4, 2016 at 8:57 | review | First posts | |||
| Jan 4, 2016 at 10:33 | |||||
| Jan 4, 2016 at 8:56 | history | answered | Danwakeem | CC BY-SA 3.0 |