ssTTsSTtRrriinInnnnNNNIiinnggFix the Braces, etcChoose The Powerball Numbers!Read n random lines from a potentially huge fileShuffle a mappingLet's abbreviate those numbers! Now reverse?Pick a random number between 0 and n using a constant source of randomnessdeRpiFy tHe sTriNg!Who will win Ghost?That's a lot of monkeysAppend and erase

Why is the sentence "Das ist eine Nase" correct?

Does the Idaho Potato Commission associate potato skins with healthy eating?

Can I hook these wires up to find the connection to a dead outlet?

What does the same-ish mean?

Do Iron Man suits sport waste management systems?

Bullying boss launched a smear campaign and made me unemployable

Forgetting the musical notes while performing in concert

Car headlights in a world without electricity

Processor speed limited at 0.4 Ghz

Mathematica command that allows it to read my intentions

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

Sums of two squares in arithmetic progressions

Can compressed videos be decoded back to their uncompresed original format?

What exactly is ineptocracy?

How seriously should I take size and weight limits of hand luggage?

Machine learning testing data

Unlock My Phone! February 2018

Was the old ablative pronoun "med" or "mēd"?

Could the museum Saturn V's be refitted for one more flight?

How badly should I try to prevent a user from XSSing themselves?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

Knowledge-based authentication using Domain-driven Design in C#

How obscure is the use of 令 in 令和?

What is the opposite of "eschatology"?



ssTTsSTtRrriinInnnnNNNIiinngg


Fix the Braces, etcChoose The Powerball Numbers!Read n random lines from a potentially huge fileShuffle a mappingLet's abbreviate those numbers! Now reverse?Pick a random number between 0 and n using a constant source of randomnessdeRpiFy tHe sTriNg!Who will win Ghost?That's a lot of monkeysAppend and erase













5












$begingroup$


Challenge



For each character of the string except for the last one, do the following:



  • Output the current character.



  • Followed by randomly outputting from the following list a random number of times between 1 and 5 (inclusive):



    • The current character

    • The next character of the string

    • The switchcase version of the character that you are currently on

    • The switchcase version of the next character of the string.


Test Cases



String --> SSSTSStrTrIiinIIngn



, . , . , . Hello world! --> ,,, .. , ,, .... , , .. .. . HHH HHEeelLlLllooO wwOworOOrrrRllDd!!D



Programming Puzzles and Code Golf --> PrPPrRrOooooogggRgGraAraaaMMMmmmimMIiininGGgG PPPPuZzZZzZzzZzllLLEEeEsEsssS a aANnNddD C COCoooOOdeDe E GGGoOllFFf



Notes



  • You only need to apply the upper/lowercase form of a character if the character is part of the upper/lowercase alphabet (A-Z/a-z).

  • Your random function does not need to be uniform but it still needs to have a chance of returning any element in the list given.

  • You are allowed to use any standard I/O format.

  • You may assume that the length of the input is greater than or equal to two.

  • You may assume that the input only consists of ASCII characters.









share|improve this question











$endgroup$











  • $begingroup$
    In addition to '... does not need to be uniform', I think you probably want to specify that given some input, all finite legal outputs should in principle be possible to generate (otherwise, my non-uniform random integer in [1,2,3,4,5] is always going to be 2, and I'll just output the original string).
    $endgroup$
    – Chas Brown
    2 hours ago










  • $begingroup$
    @ChasBrown Yeah, I'll edit the question
    $endgroup$
    – MilkyWay90
    1 hour ago















5












$begingroup$


Challenge



For each character of the string except for the last one, do the following:



  • Output the current character.



  • Followed by randomly outputting from the following list a random number of times between 1 and 5 (inclusive):



    • The current character

    • The next character of the string

    • The switchcase version of the character that you are currently on

    • The switchcase version of the next character of the string.


Test Cases



String --> SSSTSStrTrIiinIIngn



, . , . , . Hello world! --> ,,, .. , ,, .... , , .. .. . HHH HHEeelLlLllooO wwOworOOrrrRllDd!!D



Programming Puzzles and Code Golf --> PrPPrRrOooooogggRgGraAraaaMMMmmmimMIiininGGgG PPPPuZzZZzZzzZzllLLEEeEsEsssS a aANnNddD C COCoooOOdeDe E GGGoOllFFf



Notes



  • You only need to apply the upper/lowercase form of a character if the character is part of the upper/lowercase alphabet (A-Z/a-z).

  • Your random function does not need to be uniform but it still needs to have a chance of returning any element in the list given.

  • You are allowed to use any standard I/O format.

  • You may assume that the length of the input is greater than or equal to two.

  • You may assume that the input only consists of ASCII characters.









share|improve this question











$endgroup$











  • $begingroup$
    In addition to '... does not need to be uniform', I think you probably want to specify that given some input, all finite legal outputs should in principle be possible to generate (otherwise, my non-uniform random integer in [1,2,3,4,5] is always going to be 2, and I'll just output the original string).
    $endgroup$
    – Chas Brown
    2 hours ago










  • $begingroup$
    @ChasBrown Yeah, I'll edit the question
    $endgroup$
    – MilkyWay90
    1 hour ago













5












5








5





$begingroup$


Challenge



For each character of the string except for the last one, do the following:



  • Output the current character.



  • Followed by randomly outputting from the following list a random number of times between 1 and 5 (inclusive):



    • The current character

    • The next character of the string

    • The switchcase version of the character that you are currently on

    • The switchcase version of the next character of the string.


Test Cases



String --> SSSTSStrTrIiinIIngn



, . , . , . Hello world! --> ,,, .. , ,, .... , , .. .. . HHH HHEeelLlLllooO wwOworOOrrrRllDd!!D



Programming Puzzles and Code Golf --> PrPPrRrOooooogggRgGraAraaaMMMmmmimMIiininGGgG PPPPuZzZZzZzzZzllLLEEeEsEsssS a aANnNddD C COCoooOOdeDe E GGGoOllFFf



Notes



  • You only need to apply the upper/lowercase form of a character if the character is part of the upper/lowercase alphabet (A-Z/a-z).

  • Your random function does not need to be uniform but it still needs to have a chance of returning any element in the list given.

  • You are allowed to use any standard I/O format.

  • You may assume that the length of the input is greater than or equal to two.

  • You may assume that the input only consists of ASCII characters.









share|improve this question











$endgroup$




Challenge



For each character of the string except for the last one, do the following:



  • Output the current character.



  • Followed by randomly outputting from the following list a random number of times between 1 and 5 (inclusive):



    • The current character

    • The next character of the string

    • The switchcase version of the character that you are currently on

    • The switchcase version of the next character of the string.


Test Cases



String --> SSSTSStrTrIiinIIngn



, . , . , . Hello world! --> ,,, .. , ,, .... , , .. .. . HHH HHEeelLlLllooO wwOworOOrrrRllDd!!D



Programming Puzzles and Code Golf --> PrPPrRrOooooogggRgGraAraaaMMMmmmimMIiininGGgG PPPPuZzZZzZzzZzllLLEEeEsEsssS a aANnNddD C COCoooOOdeDe E GGGoOllFFf



Notes



  • You only need to apply the upper/lowercase form of a character if the character is part of the upper/lowercase alphabet (A-Z/a-z).

  • Your random function does not need to be uniform but it still needs to have a chance of returning any element in the list given.

  • You are allowed to use any standard I/O format.

  • You may assume that the length of the input is greater than or equal to two.

  • You may assume that the input only consists of ASCII characters.






code-golf random






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago







MilkyWay90

















asked 4 hours ago









MilkyWay90MilkyWay90

619213




619213











  • $begingroup$
    In addition to '... does not need to be uniform', I think you probably want to specify that given some input, all finite legal outputs should in principle be possible to generate (otherwise, my non-uniform random integer in [1,2,3,4,5] is always going to be 2, and I'll just output the original string).
    $endgroup$
    – Chas Brown
    2 hours ago










  • $begingroup$
    @ChasBrown Yeah, I'll edit the question
    $endgroup$
    – MilkyWay90
    1 hour ago
















  • $begingroup$
    In addition to '... does not need to be uniform', I think you probably want to specify that given some input, all finite legal outputs should in principle be possible to generate (otherwise, my non-uniform random integer in [1,2,3,4,5] is always going to be 2, and I'll just output the original string).
    $endgroup$
    – Chas Brown
    2 hours ago










  • $begingroup$
    @ChasBrown Yeah, I'll edit the question
    $endgroup$
    – MilkyWay90
    1 hour ago















$begingroup$
In addition to '... does not need to be uniform', I think you probably want to specify that given some input, all finite legal outputs should in principle be possible to generate (otherwise, my non-uniform random integer in [1,2,3,4,5] is always going to be 2, and I'll just output the original string).
$endgroup$
– Chas Brown
2 hours ago




$begingroup$
In addition to '... does not need to be uniform', I think you probably want to specify that given some input, all finite legal outputs should in principle be possible to generate (otherwise, my non-uniform random integer in [1,2,3,4,5] is always going to be 2, and I'll just output the original string).
$endgroup$
– Chas Brown
2 hours ago












$begingroup$
@ChasBrown Yeah, I'll edit the question
$endgroup$
– MilkyWay90
1 hour ago




$begingroup$
@ChasBrown Yeah, I'll edit the question
$endgroup$
– MilkyWay90
1 hour ago










3 Answers
3






active

oldest

votes


















2












$begingroup$


Gaia, 21 bytes



ṅ@ṇ+†⟨(₌¤:~+ṛ5ṛ&⟩¦$


Try it online!



ṅ			| delete the first character from the input
@ṇ | push the input again and delete the last character
+† | concatenate together, so for example 'abc' 'bcd' becomes ['ab' 'bc' 'cd']
⟨ ⟩¦ | for each of the elements, do:
(₌ | take the first character and push again
¤ | swap
: | dup
~ | swap case
+ | combine strings
ṛ | select a character at random
5ṛ | select a random integer from [1..5]
& | run-length decode
$ | convert to string





share|improve this answer









$endgroup$




















    0












    $begingroup$


    APL (dzaima/APL), 19 bytes





    Anonymous tacit prefix function.



    ∊2(⊣,?5⍴4⊇,,-⍤,)/


    Try it online!



    2()/ apply the following infix tacit function between each character pair:



    - the switchcase

     of

    , the concatenation of the pair



    ,, prepend the concatenation of the pair to that



     pick the following elements from that:



      5⍴4 five fours



      ? random indices for those



    ϵnlist (flatten)






    share|improve this answer









    $endgroup$




















      0












      $begingroup$


      Charcoal, 27 bytes



      FLθ«F∧ι⊕‽⁵‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ§θι


      Try it online! Link is to verbose version of code. Explanation:



      FLθ«


      Loop over all of the indices of the input string.



      F∧ι⊕‽⁵


      Except for the first index, loop over a random number from 1 to 5 inclusive...



      ‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ


      ... extract the previous and next characters from the string, take the upper and lower case versions, and pick a random character of the four.



      §θι


      Print the character at the current index.






      share|improve this answer









      $endgroup$













        Your Answer





        StackExchange.ifUsing("editor", function ()
        return StackExchange.using("mathjaxEditing", function ()
        StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
        StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
        );
        );
        , "mathjax-editing");

        StackExchange.ifUsing("editor", function ()
        StackExchange.using("externalEditor", function ()
        StackExchange.using("snippets", function ()
        StackExchange.snippets.init();
        );
        );
        , "code-snippets");

        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "200"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcodegolf.stackexchange.com%2fquestions%2f182559%2fssttssttrrriininnnnnnniiinngg%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        2












        $begingroup$


        Gaia, 21 bytes



        ṅ@ṇ+†⟨(₌¤:~+ṛ5ṛ&⟩¦$


        Try it online!



        ṅ			| delete the first character from the input
        @ṇ | push the input again and delete the last character
        +† | concatenate together, so for example 'abc' 'bcd' becomes ['ab' 'bc' 'cd']
        ⟨ ⟩¦ | for each of the elements, do:
        (₌ | take the first character and push again
        ¤ | swap
        : | dup
        ~ | swap case
        + | combine strings
        ṛ | select a character at random
        5ṛ | select a random integer from [1..5]
        & | run-length decode
        $ | convert to string





        share|improve this answer









        $endgroup$

















          2












          $begingroup$


          Gaia, 21 bytes



          ṅ@ṇ+†⟨(₌¤:~+ṛ5ṛ&⟩¦$


          Try it online!



          ṅ			| delete the first character from the input
          @ṇ | push the input again and delete the last character
          +† | concatenate together, so for example 'abc' 'bcd' becomes ['ab' 'bc' 'cd']
          ⟨ ⟩¦ | for each of the elements, do:
          (₌ | take the first character and push again
          ¤ | swap
          : | dup
          ~ | swap case
          + | combine strings
          ṛ | select a character at random
          5ṛ | select a random integer from [1..5]
          & | run-length decode
          $ | convert to string





          share|improve this answer









          $endgroup$















            2












            2








            2





            $begingroup$


            Gaia, 21 bytes



            ṅ@ṇ+†⟨(₌¤:~+ṛ5ṛ&⟩¦$


            Try it online!



            ṅ			| delete the first character from the input
            @ṇ | push the input again and delete the last character
            +† | concatenate together, so for example 'abc' 'bcd' becomes ['ab' 'bc' 'cd']
            ⟨ ⟩¦ | for each of the elements, do:
            (₌ | take the first character and push again
            ¤ | swap
            : | dup
            ~ | swap case
            + | combine strings
            ṛ | select a character at random
            5ṛ | select a random integer from [1..5]
            & | run-length decode
            $ | convert to string





            share|improve this answer









            $endgroup$




            Gaia, 21 bytes



            ṅ@ṇ+†⟨(₌¤:~+ṛ5ṛ&⟩¦$


            Try it online!



            ṅ			| delete the first character from the input
            @ṇ | push the input again and delete the last character
            +† | concatenate together, so for example 'abc' 'bcd' becomes ['ab' 'bc' 'cd']
            ⟨ ⟩¦ | for each of the elements, do:
            (₌ | take the first character and push again
            ¤ | swap
            : | dup
            ~ | swap case
            + | combine strings
            ṛ | select a character at random
            5ṛ | select a random integer from [1..5]
            & | run-length decode
            $ | convert to string






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 2 hours ago









            GiuseppeGiuseppe

            17.3k31152




            17.3k31152





















                0












                $begingroup$


                APL (dzaima/APL), 19 bytes





                Anonymous tacit prefix function.



                ∊2(⊣,?5⍴4⊇,,-⍤,)/


                Try it online!



                2()/ apply the following infix tacit function between each character pair:



                - the switchcase

                 of

                , the concatenation of the pair



                ,, prepend the concatenation of the pair to that



                 pick the following elements from that:



                  5⍴4 five fours



                  ? random indices for those



                ϵnlist (flatten)






                share|improve this answer









                $endgroup$

















                  0












                  $begingroup$


                  APL (dzaima/APL), 19 bytes





                  Anonymous tacit prefix function.



                  ∊2(⊣,?5⍴4⊇,,-⍤,)/


                  Try it online!



                  2()/ apply the following infix tacit function between each character pair:



                  - the switchcase

                   of

                  , the concatenation of the pair



                  ,, prepend the concatenation of the pair to that



                   pick the following elements from that:



                    5⍴4 five fours



                    ? random indices for those



                  ϵnlist (flatten)






                  share|improve this answer









                  $endgroup$















                    0












                    0








                    0





                    $begingroup$


                    APL (dzaima/APL), 19 bytes





                    Anonymous tacit prefix function.



                    ∊2(⊣,?5⍴4⊇,,-⍤,)/


                    Try it online!



                    2()/ apply the following infix tacit function between each character pair:



                    - the switchcase

                     of

                    , the concatenation of the pair



                    ,, prepend the concatenation of the pair to that



                     pick the following elements from that:



                      5⍴4 five fours



                      ? random indices for those



                    ϵnlist (flatten)






                    share|improve this answer









                    $endgroup$




                    APL (dzaima/APL), 19 bytes





                    Anonymous tacit prefix function.



                    ∊2(⊣,?5⍴4⊇,,-⍤,)/


                    Try it online!



                    2()/ apply the following infix tacit function between each character pair:



                    - the switchcase

                     of

                    , the concatenation of the pair



                    ,, prepend the concatenation of the pair to that



                     pick the following elements from that:



                      5⍴4 five fours



                      ? random indices for those



                    ϵnlist (flatten)







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 4 hours ago









                    AdámAdám

                    28.8k276207




                    28.8k276207





















                        0












                        $begingroup$


                        Charcoal, 27 bytes



                        FLθ«F∧ι⊕‽⁵‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ§θι


                        Try it online! Link is to verbose version of code. Explanation:



                        FLθ«


                        Loop over all of the indices of the input string.



                        F∧ι⊕‽⁵


                        Except for the first index, loop over a random number from 1 to 5 inclusive...



                        ‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ


                        ... extract the previous and next characters from the string, take the upper and lower case versions, and pick a random character of the four.



                        §θι


                        Print the character at the current index.






                        share|improve this answer









                        $endgroup$

















                          0












                          $begingroup$


                          Charcoal, 27 bytes



                          FLθ«F∧ι⊕‽⁵‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ§θι


                          Try it online! Link is to verbose version of code. Explanation:



                          FLθ«


                          Loop over all of the indices of the input string.



                          F∧ι⊕‽⁵


                          Except for the first index, loop over a random number from 1 to 5 inclusive...



                          ‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ


                          ... extract the previous and next characters from the string, take the upper and lower case versions, and pick a random character of the four.



                          §θι


                          Print the character at the current index.






                          share|improve this answer









                          $endgroup$















                            0












                            0








                            0





                            $begingroup$


                            Charcoal, 27 bytes



                            FLθ«F∧ι⊕‽⁵‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ§θι


                            Try it online! Link is to verbose version of code. Explanation:



                            FLθ«


                            Loop over all of the indices of the input string.



                            F∧ι⊕‽⁵


                            Except for the first index, loop over a random number from 1 to 5 inclusive...



                            ‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ


                            ... extract the previous and next characters from the string, take the upper and lower case versions, and pick a random character of the four.



                            §θι


                            Print the character at the current index.






                            share|improve this answer









                            $endgroup$




                            Charcoal, 27 bytes



                            FLθ«F∧ι⊕‽⁵‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ§θι


                            Try it online! Link is to verbose version of code. Explanation:



                            FLθ«


                            Loop over all of the indices of the input string.



                            F∧ι⊕‽⁵


                            Except for the first index, loop over a random number from 1 to 5 inclusive...



                            ‽⭆✂θ⊖ι⊕ι¹⁺↥λ↧λ


                            ... extract the previous and next characters from the string, take the upper and lower case versions, and pick a random character of the four.



                            §θι


                            Print the character at the current index.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 3 hours ago









                            NeilNeil

                            82.3k745178




                            82.3k745178



























                                draft saved

                                draft discarded
















































                                If this is an answer to a challenge…



                                • …Be sure to follow the challenge specification. However, please refrain from exploiting obvious loopholes. Answers abusing any of the standard loopholes are considered invalid. If you think a specification is unclear or underspecified, comment on the question instead.


                                • …Try to optimize your score. For instance, answers to code-golf challenges should attempt to be as short as possible. You can always include a readable version of the code in addition to the competitive one.
                                  Explanations of your answer make it more interesting to read and are very much encouraged.


                                • …Include a short header which indicates the language(s) of your code and its score, as defined by the challenge.


                                More generally…



                                • …Please make sure to answer the question and provide sufficient detail.


                                • …Avoid asking for help, clarification or responding to other answers (use comments instead).




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcodegolf.stackexchange.com%2fquestions%2f182559%2fssttssttrrriininnnnnnniiinngg%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                                Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                                Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367