This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [size=150%][b]Heroes of the Storm 2.0 Open Beta Notes — 2017年3月20日[/b][/size] | |
| Blizzard Entertainment 3/29/2017 4 | |
| [img]//bnetcmsus-a.akamaihd.net/cms/blog_header/BAM02VMF14S11490752366132.jpg[/img] | |
| Heroes of the Storm 2.0is kicking off with a month-long Open Beta test! This update contains all-new progression and rewards systems, a wealth of new cosmetic items, new Hero customization options, and much, much more. Take a moment to check out the changes listed below, and then join us in playtesting the Heroes of the Storm 2.0 Open Beta. | |
| [img]https://bnetcmsus-a.akamaihd.net/cms/content_folder_media/19RBT3IUQUYB1403137112368.png[/img] [size=130%][b]Jump to Section: [/b][/size] | |
| [img]https://bnetcmsus-a.akamaihd.net/cms/content_folder_media/T2KM9B75SCK61490240277273.jpg[/img] | |
| [list][*]Open Beta | |
| [*]新英雄 | |
| [*]Progression System | |
| [*]Rewards and New Items |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location: | |
| first_line: 50 | |
| first_column: 10 | |
| last_line: 50 | |
| last_column: 10 | |
| code: ''' | |
| "226": | |
| id: 226 | |
| battle_boss_win: | |
| count: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import {isEqual} from 'lodash' | |
| function reduxSet(obj, path, val) { | |
| const [prop, ...restPath] = path | |
| if (typeof prop === 'undefined') { | |
| if (!isEqual(obj, val)) // Only update when necessary | |
| return val | |
| else | |
| return obj | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Legend> | |
| ⏫ - Request | |
| ⏬ - Response | |
| 🤔 - Not sure | |
| <Templates> | |
| #DETAILED_SWORD#: | |
| serial_id: "1056506", | |
| sword_id: "93", | |
| symbol: "1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var aesjs = require('aes-js'); | |
| var raw_data="924f2a987b0ffe1f4782f233a527e873ea5ad9cadc549bf81fad8e6b72804a823576b3769e7d97de4315ba494e16268de526f22c6a058579d512b78280f8f641ca77d6b487b70535aed87738e06d53a15f82ed36486456f7e91ecdb0432208a771ce0b0a76314582f1bdd8d92b8cb432f760119ed8b3be5c6d1ab72abcb6080d3ab449149a7bea7f0f438f6f9397ef984f61c2740f3fb497e35268225b3cc0601c3e56c344578650d65f870e24f00bf8ec4a04db731f0a68d86c3bf7523686a64b728b4ed0da3d9777971038276427e50695d2524307be7d16414b4438ea73ff99add07f8a011dfb4084ab217878a054289beb954ffa6d2b100b9705d9fbd3580638fd0a048c2bb67d59c51f48d968984aefc12c8c0351698326ec7e22b87128336ee4fa19d5b40c80552ce76e50fab8ac0a852eeb532b1413a08f128296d9a6aa7126dda996d6e20417ec8876b46b7f35cd959a0f1b4266d1abf2982daafcde953454e91afafa4ca60a1cba897552a9c24a12c883bd7dcdb0880257e1581e6f51c22c714a78cb3ae9c3435f99baf432515594037f8e894ac1b3d5fcef377ba4a7ddf1c34bdac5387281c0673799ea91aabaa1c19738341fd196d8fe0dd32e158465ba8c82290a31df06478f2ea5b014680abc22b19ed76826ae10ae916b694a748a908588cc2443384 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible | |
| filetype plugin indent on " required for Vundle | |
| syn on | |
| "===== Basic Settings ===== | |
| set mouse=a "启动鼠标功能 | |
| set nu "显示行号 | |
| set wrap "折行 | |
| set nocompatible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible | |
| filetype plugin indent on " required for Vundle | |
| syn on | |
| "===== Basic Settings ===== | |
| set mouse=a "启动鼠标功能 | |
| set nu "显示行号 | |
| set wrap "折行 | |
| set nocompatible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <ctype.h> | |
| #include <string.h> | |
| #include <stdbool.h> | |
| #define MAX_INPUT 100 | |
| #define MAX_STACK 10 | |
| #define MAX_NVAR 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| installPluginsTo = async (plugin_names, install_root, tarball_root, server) -> | |
| console.log "tarball_root"+tarball_root | |
| fs.removeSync install_root | |
| fs.ensureDirSync install_root | |
| fs.removeSync tarball_root | |
| fs.ensureDirSync tarball_root | |
| # Install plugins | |
| npmConfig = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| typedef struct { | |
| char *str; | |
| int beg; | |
| int end; | |
| } Segment; | |
| void parse(Segment *pre, Segment *mid) { |