গল্ফের প্রভু


9

ইন্ট্রো

জেআরআর টলকিয়েনের লর্ড অফ দ্য রিংগুলিতে এই বাক্যাংশটি প্রতিটি বইয়ের প্রচ্ছদে রয়েছে।

Three Rings for the Elven-kings under the sky,
Seven for the Dwarf-lords in their halls of stone, 
Nine for Mortal Men doomed to die,
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
One Ring to rule them all, One Ring to find them,
One Ring to bring them all, and in the darkness bind them,
In the Land of Mordor where the Shadows lie

তবে এটি আকর্ষণীয় নয়। এটা শুধু। এর এটি পরিবর্তন করা যাক

তোমাকে কি করতে হবে

স্ট্যাক এক্সচেঞ্জ এপিআই (বা codegolf.stackexchange.com/users, বা স্ট্যাক এক্সচেঞ্জ ডেটা এক্সপ্লোরার) ব্যবহার করুন এবং সর্বোচ্চ স্কোর সহ দুটি ব্যবহারকারীকে সন্ধান করুন, সর্বাধিক ব্যবহারকারীর এবং সর্বাধিক খ্যাতিযুক্ত ব্যবহারকারী কেবলমাত্র নেতিবাচক স্কোর সহ পোস্ট।

তারপরে, আপনাকে অবশ্যই নিম্নলিখিত ব্যবহারকারীর নামটি প্রবেশ করানো উচিত:

Three Golfs for the <highest-scored code-golf user>-king under the sky,
Seven for the <second-highest-scored code-golf user>-lord in their halls of stone,
Nine for the Mortal <newest user> doomed to die,
One for the Dark Lord <highest reuptation user with only negative scored code-golf posts>
In the land of Golfdor, where the Golfers lie
One Golf to rule them all, One Golf to find them,
One Golf to bring them all, and in the darkness bind them,
In the Land of Golfdor, where the Golfers lie

কোণ-বন্ধনীগুলির মধ্যে পাঠ্যের মধ্যে আপনি যে চারটি ব্যবহারকারীর নাম খুঁজে পেয়েছেন তা অবশ্যই .োকাতে হবে।

অন্যান্য বিধি

  • এই তাই সংক্ষিপ্ততম কোডটি জিতবে।
  • কোনও ইউআরএল শর্টনার (অন্তর্ভুক্ত ppcg.(ga|lol)) নেই

1
আপনি কি In the Land of Golfdor, where the Golfers lieবইয়ের মতো আউটপুটটিতে দ্বিগুণ চান?
রিলে

আমরা কি ধরে নিতে পারি যে কেবলমাত্র নেতিবাচক স্কোর কোড গল্ফ পোস্ট সহ কমপক্ষে একজন ব্যবহারকারী থাকবেন?
মার্টিন ইন্ডার

1
@ রিলে ওহ, আমি দেখছি সম্পাদনা করা।
NoOneIs এখানে

1
ডার্ক লর্ডের কোড-গল্ফে 0 পয়েন্ট থাকতে পারে, না এটি একটি নেতিবাচক স্কোর হওয়া উচিত?
মেগাটম

1
@ মেগা টম এটি অবশ্যই নেতিবাচক হতে হবে।
NoOneIsEre

উত্তর:


2

পিএইচপি, 577 বাইট

পরীক্ষিত না; আমার কাছে বর্তমানে কোনও সিস্টেম উপলব্ধ নেই allow_url_fopen=On
এবং পৃষ্ঠার উত্সগুলি অনুলিপি করতে এবং পেস্ট করতে আমার সময় লাগেনি।

function g($s){return join(file("http://codegolf.stackexchange.com/$s"));}$m=preg_match_all;$m("#r-de.+/(\d+)/.+>(.+)<#U",$a=g($u="$u&filter=all"),$b);$h=$b[2];$m("#>(.+)</a.+\s1 i#",g("users?tab=NewUsers&sort=creationdate"),$c);while($a){foreach($b[1]as$i=>$n)if($m("#st \"><strong>(-?)\d+#",$e=g("search?tab=votes&q=user:$n+[code-golf]"),$d)&&$d[1][0])break 2;if($a=strstr($a,"l=\"n"))$m("#r-de.+/(\d+)/.+>(.+)<#U",$a=g("$u&page=".$p+=!$p++),$b);}$m("#<code>(.+)</code>#U",g("q/93545"),$t);echo join([1=>$h[0],3=>$h[1],5=>$c[1][0],7=>$b[2][$i];]+split("#&[lg]t;#",$t[1][2]));

ভাঙ্গন

// function to get page content from ppcg
function g($s){return join(file("http://codegolf.stackexchange.com/$s"));}

$m=preg_match_all;

// A,B: highest scores: find user names
$m("#r-de.+/(\d+)/.+>(.+)<#U",$a=g($u="users?filter=all"),$b);
$h=$b[2];   // remember the names

// C: new users: find username after "1 in one day"
$m("#>(.+)</a.+\s1 i#",g("$u&tab=NewUsers&sort=creationdate"),$c);

// D: loop through users from first query
while($a)
{
    foreach($b[1]as$i=>$n)
        // find "vote-count-post" in code-golf votes for that user
        if($m("#st \"><strong>(-?)\d+#",$e=g("search?tab=votes&q=user:$n+[code-golf]"),$d)
        &&$d[1][0])             // test if highest vote is negative
            break 2;
    // none found yet?
    if($a=strstr($a,"l=\"n"))   // if there is a "next" link, get next page
        $m("#r-de.+/(\d+)/.+>(.+)<#U",$a=g("$u&page=".$p+=!$p++),$b);
}

$m("#<code>(.+)</code>#U",g("q/93545"),$t); // get code blocks from question page

echo join([         // 4. join and print
    1=>$h[0],           // first two results from first preg_match
    3=>$h[1],
    5=>$c[1][0],        // first result from second preg_match
    7=>$b[2][$i];       // $i-th username from (latest) reputation list
]+                  // 3. and replace indexes 1,3,5,7 with above array
split("#&[lg]t;#",  // 2. split by "<" and ">"
    $t[1][2]        // 1. output template is the 3rd code block
));
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.