Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Rami
why we need an iron door in AFK minecraft?
i jyst bkuilt my first AFK but i did nott understand the iron door
1 AnswerVideo & Online Games4 years agoAs far as i know these are bitwize operators?
it is not a problem but it got me puzzled
| & are bitwize operators 'common'
but they r used in a
logical context || | && & in c#
? how to not mislead the compiler
2 AnswersProgramming & Design5 years agowhen formating from windows 10?
Hi there
if i had upgraded my my machine to win 10
sometime i'll reformat my machine ok typical but do i still need to reupgraded or i may have a fresh installation
4 AnswersSoftware5 years agodo you feel Nintendo 3ds XL having a very small screen to work with?
will maybe i am thinking of getting me one of those but the screen size is my concern
thanks for ur feedback
6 AnswersVideo & Online Games6 years agowhen did chrome actually implement the video element?
actually for a standalone developer this wont mean much
but the thing is when www.w3schools say that the video element is supported
as of chrome V4.0 meaning before i even heard of the browser
HOW?
1 AnswerProgramming & Design6 years agocpoy or butn a write protected CD?
well actually this is about it
i need a program that does the magic.
i recommended for a friend of mine to image burn that disk and re-burn it on a blank one
1 AnswerOther - Computers7 years agotraversing in css or jquery?
well when i have such case
#parentA ul li a
-or-
#parentA a
what if i am sure that #parentA wont have some other Anchors needed to be styled differently
the question is should give detailed traversing details -always-
Programming & Design7 years agocan link walk slowly in OOT?
Hi
sometimes in narrow paths or fishing pound i wish i can let link walk slowly instead of run
is that possible
1 AnswerVideo & Online Games7 years agoMt srting is not shuffled WHY?
String.prototype.shuffle = function(){
var tmp,cur,top = this.length;
if(top) while(--top){
cur = Math.floor(Math.random() * (top + 1));
tmp = this[cur];
this[cur] = this[top];
this[top] = tmp;
}
return this;
}
randomWord = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklm...
console.log(randomWord.substr(0,8));
//output
ABCDEFGH
why it is not shuffled
2 AnswersProgramming & Design8 years agoHow link was killed when fighting ganon in OOT?
and if he killed that would result in falling hero timeline but Zelda then can send him to the past because he is dead
2 AnswersVideo & Online Games8 years agocan i upgrade my windows 8 to 8.1 silently?
i found that i need to download about 3.6 gb and this is not convenient for formatting purpose
1 AnswerSoftware8 years agoreseting some elements in html webpage?
if i have some markup like this
<div id="d1">.....</div>
<div id="d2">a large dom tree lays here </div>
i know nothing about d1 however i have to make sure that d2 has no margin and padding or border
i tried #d2,#d2 *{margin:0 .............} but this failed me
what to do ................
1 AnswerProgramming & Design8 years agocan you tell me what is the javaascript comminted lines do?
$.fn.serializeObject = function () {
var o = {};
var a = this.serializeArray();
$.each(a, function () {
if (o[this.name] !== undefined) {
// if (!o[this.name].push) {
// o[this.name] = [o[this.name]];
// }
o[this.name].push(this.value || '');
} else {
o[this.name] = this.value || '';
}
});
return o;
};
1 AnswerProgramming & Design8 years agowhy this function writes 2 instances of "on "?
(function myFunction()
{
var str="on";
var n=str.match(/^(on|off)$/i);
document.write(n);
})()
2 AnswersProgramming & Design8 years agomysql rullup with ifnull?
2 queries
A: select ifnull(products,'all') `company products` ,count(qty) from orders group by products with rollup
we'll have something like
----------------------
| milk | 3|
| cheese | 7|
| Butter | 8|
| all | 18|
----------------------------------
however if
B: select ifnull(products,'all') `company products` ,count(qty) from orders group by `company products` with rollup -- Or group by 1
we'll have something like
----------------------
| milk | 3|
| cheese | 7|
| Butter | 8|
| (NULL) | 18|
----------------------------------
why what happens and what is the difference
1 AnswerProgramming & Design8 years agois this letter incoming or outgoing?
what do we call a letter attribute that determine weather its is incoming or outgoing
e. g. we call human attribute to determine weather it's a he or a she by ['sex','gender']
1 AnswerLanguages8 years agochange a php array element location?
ok i want to do this
$ar = ['a'=>5,'b'=>6,'c'=>7];//key a might occur anywhere in the array so
if(isset($ar['a']))
//insert code so $ar would be
$ar = ['b'=>6,'c'=>7,'a'=>5];
thanks
1 AnswerProgramming & Design8 years ago