JetBrains 第二輪:再為免費全家桶續命三個月


昨天分享了如何通過參與JetBrains的解密任務來獲取正版全家桶的兌換碼。今天 JetBrains 一早繼續在Twitter推出第二波任務:

file

下面,我們就繼續來一起參與一下,為我們的正版JetBrains全家桶續個命!

線索一:Twitter

第一條線索還是比較容易的,通過觀察不難發現,Twitter上推出字符串中的單詞是倒置的!

所以,我們寫個小程序來處理一下:

@Test
public void jetbrains() {
    String str = ".spleh A+lrtC/dmC .thgis fo tuo si ti semitemos ,etihw si txet nehw sa drah kooL .tseretni wohs dluohs uoy ecalp a si ,dessecorp si xat hctuD erehw esac ehT .sedih tseuq fo txen eht erehw si ,deificeps era segaugnal cificeps-niamod tcudorp ehT" ;
    String[] split = str.split(" ");
    String result = "";
    for (int i =0;i < split.length;i++) {
        result += new StringBuffer(split[i]).reverse() + " ";
    }
    System.out.println(result);
}

得到如下內容:

helps. Cmd/Ctrl+A sight. of out is it sometimes white, is text when as hard Look interest. show should you place a is processed, is tax Dutch where case The hides. quest of next the where is specified, are languages domain-specific product The 

貌似還不對,句子是反的!改造一下上面的算法:

@Test
public void jetbrains() {
    String str = ".spleh A+lrtC/dmC .thgis fo tuo si ti semitemos ,etihw si txet nehw sa drah kooL .tseretni wohs dluohs uoy ecalp a si ,dessecorp si xat hctuD erehw esac ehT .sedih tseuq fo txen eht erehw si ,deificeps era segaugnal cificeps-niamod tcudorp ehT" ;
    String[] split = str.split(" ");
    String result = "";
    for (int i = 0;i < split.length;i++) {
        result += new StringBuffer(split[split.length - 1 - i]).reverse() + " ";
    }
    System.out.println(result);
}

獲取完整句子如下:

The product domain-specific languages are specified, is where the next of quest hides. The case where Dutch tax is processed, is a place you should show interest. Look hard as when text is white, sometimes it is out of sight. Cmd/Ctrl+A helps. 

線索二:The product domain-specific languages

file

根據線索一的提示:Dutch tax is processed,搜索一下看看:

file

找到這里,點擊Read MPS case study,進入下面這個PDF

file

繼續想線索一的另外一個提示:白色背景看不到,需要Cmd/Ctrl+A幫助!

file

可以看到有一段空白地方是有東西的,我們選中復制出來:

This is our 20th year as a company,
we have shared numbers in our JetBrains
Annual report, sharing the section with
18,650 numbers will progress your quest.

線索三:20周年報告

根據線索二得到的那段話,我們找到JetBrains的20周年頁面:https://www.jetbrains.com/company/annualreport/2019/

file

繼續根據線索二的提示,找一下數字:18,650。直接搜索是沒找到,看來可能又是要做啥變換吧,仔細看這個頁面。

file

原來是這里的數字加起來等於18,650。點下分享,看到任務描述:

file

I have found the JetBrains Quest! Sometimes you just need to look closely at the Haskell language, Hello,World! in the hackathon lego brainstorms project https://blog.jetbrains.com/blog/2019/11/22/jetbrains-7th-annual-hackathon/ #JetBrainsQuest https://www.jetbrains.com/company/annualreport/2019/ 來自 @JetBrains

大意就是你需要仔細查看Haskell語的Hello World,在hackathon lego brainstorms項目中。

線索三:hackathon lego brainstorms project

通過線索提示中的鏈接進入https://blog.jetbrains.com/blog/2019/11/22/jetbrains-7th-annual-hackathon

搜索lego brainstorms,可以看到之前提示的要素:

file

在圖中有一段亂碼需要我們翻譯,通過頁面審查工具,可以獲得這段文字:

file

d1D j00 kN0w J378r41n2 12 4lW4Y2 H1R1N9? ch3CK 0u7 73h K4r33r2 P493 4nD 533 1f 7H3r3 12 4 J08 F0r J00 0R 4 KW357 cH4LL3n93 70 90 fUr7h3r @ l3457.

這段卡了很久,后來看網上說這尼瑪是英文版的火星文,大致找到一些對應關系主要是字符與實際字母的形狀相似、發音相似等規律,比如:1=i、3=e、0=O、7=t...,連蒙帶猜大致就是這段話:

Did you know Jetbrains is always hiring? Check out the careers page and see if there is a job for you or for quest challenge to go further at least.

大致意思是他們一直在招聘,到招聘頁面有一個工作在等待你去接受挑戰。

線索四:招聘頁的挑戰

根據上面的線索,直沖:https://www.jetbrains.com/jobs/

搜索“quest”,可以看到這個職位:

file

點擊進入職位介紹,可以找到這段關鍵指引:

file

它叫我們去為游戲開發者准備的頁面。同時記住你以前在Konami游戲中作弊的方法,嘗試一下在這個頁面上作弊!

找了很久沒找到游戲開發者頁面,只能去Google搜了一波,得到這個地址:https://www.jetbrains.com/gamedev/

file

炫酷的頁面!下面請上:Konami游戲中作弊的方法!

file

這里有段歷史,現在很多年輕人可能不太會不知道。Konami(科樂美)公司以前創建的游戲有一個經典的作弊方式:上上下下左右左右BA。這段熟悉的操作,曾經伴隨我的童年。前段時間創造該秘籍的作者橋本和久先生於2020年2月25日晚去世,但是他的這段秘籍與我們的回憶長存!

在輸入秘籍之后,會進入一個打磚塊的游戲:

file

消除掉所有磚塊之后就能看到本次挑戰的最后結果信息啦!

這次DD就不放最終結果啦!強烈推薦讀者們一起從線索一開始玩玩這個有趣的解密游戲!體會思考、解決問題的成就感!最后在為你的正版JetBrains全家桶續上三個月!

這次放上我的截圖吧,親測有效!還一直留言說無效、垃圾的,建議再多試試。

file

作弊直接獲取結果

依然推薦自己玩一下,實在沒耐心就從下面獲取吧:

  1. 關注公眾號「程序猿DD」
  2. 回復關鍵詞:jetbrains第二彈,直接獲取領獎地址和領獎Code!

歡迎關注我的公眾號:程序猿DD,獲得獨家整理的學習資源和日常干貨推送。
如果您對我的專題內容感興趣,也可以關注我的博客:didispace.com


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM