Timeline for Is it a lipogram?
Current License: CC BY-SA 3.0
18 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jun 2, 2016 at 21:57 | comment | added | Andreas Louv |
@msh210 <<< is just another way to pass stdin.
|
|
Jun 2, 2016 at 21:51 | comment | added | Andreas Louv |
@msh210 You can use printf "this is a lipogram\ne\n" | perl -pe'$_=lc!~lc<>' instead. <<< is bash syntax.
|
|
Jun 2, 2016 at 21:35 | comment | added | msh210 |
You should specify your shell. For me, bash on Ubuntu, this prints 1 no matter the input, following the template you give. (I don't know why, but, then, I'm unfamiliar with <<< .) (And using normal STDIN (no <<< ), I get 1 unless the letter is the last character in the string, because you don't chomp the letter.)
|
|
Feb 24, 2016 at 0:05 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 2 characters in body
|
Feb 23, 2016 at 20:47 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 17 characters in body
|
Feb 23, 2016 at 19:23 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 12 characters in body
|
Feb 23, 2016 at 0:56 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 7 characters in body
|
Feb 23, 2016 at 0:50 | history | edited | Andreas Louv | CC BY-SA 3.0 |
edited body
|
Feb 22, 2016 at 22:10 | history | edited | Andreas Louv | CC BY-SA 3.0 |
edited body
|
Feb 22, 2016 at 22:01 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 10 characters in body
|
Feb 22, 2016 at 21:50 | history | edited | Andreas Louv | CC BY-SA 3.0 |
deleted 136 characters in body
|
Feb 22, 2016 at 20:09 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 132 characters in body
|
Feb 22, 2016 at 20:02 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 1 character in body
|
Feb 22, 2016 at 19:55 | history | edited | Andreas Louv | CC BY-SA 3.0 |
deleted 195 characters in body
|
Feb 22, 2016 at 19:53 | history | undeleted | Andreas Louv | ||
Feb 22, 2016 at 19:53 | history | deleted | Andreas Louv | via Vote | |
Feb 22, 2016 at 19:45 | history | edited | Andreas Louv | CC BY-SA 3.0 |
added 4 characters in body
|
Feb 22, 2016 at 19:38 | history | answered | Andreas Louv | CC BY-SA 3.0 |