My post is of compliance with the Lounge posting rules and the fact that my post is not removed by the administrators proves that it is not abusive nor a spam. It is unjust. :((
unknowndentified10111
Posts
-
Reputation Upside Down -
Reputation Upside DownMy hard-worked reputation turns to -456. :(( I just forgot to tag this lounge post as a [:)Joke]. :(( :(( :(( :((
-
Buying Email AddressCan I buy a used email address in Yahoo! Mail? I want the administrator@yahoo.com account. :((
-
Bob in his native attireWho's Bob?
-
Annoying IQ TestSomeone ask me this IQ Test and I got really annoyed when I found out the answer. Here it is: If 1 = 5, and 2 = 125, and 3 = 450, and 4 = 1250, then 5 = ?
-
For all those addicted to WikipediaUsing the Google Chrome's Developer Tools is the best way I think. In Google Chrome, Right Click the page -> Inspect Element -> on Elements tab click
<div id="mw-SOPAoverlay">
line -> on the right side on Styles expander -> double-click the space between{
and}
then typedisplay: none
-> then on Elements tab click the<div id="content" ...
line -> on the right side on Styles expander -> changedisplay: none
todisplay: block
Cheers. -
Micro-ScrumI mis-interpret Product Owner as stakeholders, that should be stakeholders. Is the Product Owner the "Gold Owner"? :doh: The developers are indeed in the scrum team, I might have used different terms but I think common sense can justify it. And yes, we do have daily stand-ups. :cool:
-
Micro-ScrumOur scrum members consist of: 2 Development Team member :omg: , 0 Scrum Master :wtf: , 10 Product Owner X| . Is this healthy? :sigh:
-
Product Owner FrightThe first time were going to use Scrum development and I am assigned to present the development process to the product owners. :wtf: What am I going to do.. X|
-
multi inhinterface A { }
public class B { }
interface C : B, A
{}
You can only inherit one class, but you can inherit multiple interfaces. Just always put the class before the interfaces when inheriting it.