What generals generally doReading a McChrystal thread elsewhere, I came across someone quoting a
US general
http://en.wikipedia.org/wiki/Smedley_Butler
> I spent 33 years and four months in active military service and
> during that period I spent most of my time as a high class thug for
> Big Business, for Wall Street and the bankers. In short, I was a
> racketeer, a gangster for capitalism. I helped make Mexico and
> especially Tampico safe for American oil interests in 1914. I helped
> make Haiti and Cuba a decent place for the National City Bank boys to
> collect revenues in. I ...
generalmailto:laura.biding@ntlworld.com
...
generalName: Darran Logie
Email: hawkalmightyathotmaildotcom
Product: Firefox
Summary: general
Comments:
firefox i have always found to be excellent. All the little addons and
constant refinements are always welcomed. At the moment the only thing i
am missing is download manager as its not compatible with the current
version.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008051206 Firefox/3.0
From URL: http://hendrix.mozilla.org/
...
superreview denied: [Bug 282182] sync xpfe general.xml with toolkit general.xml : [Attachment 217751] (Av2) <general.xml>neil@parkwaycc.co.uk <neil@httl.net> has denied Serge GAUTHERIE
<gautheri@noos.fr>'s request for superreview:
Bug 282182: sync xpfe general.xml with toolkit general.xml
https://bugzilla.mozilla.org/show_bug.cgi?id=282182
Attachment 217751: (Av2) <general.xml>
https://bugzilla.mozilla.org/attachment.cgi?id=217751&action=edit
------- Additional Comments from neil@parkwaycc.co.uk <neil@httl.net>
>+ <binding id="statusbarpanel-menu-iconic" display="xul:menu"
extends="chrome://global/content/bindings/general.xml#statusbarpa...
superreview requested: [Bug 282182] sync xpfe general.xml with toolkit general.xml : [Attachment 217751] (Av2) <general.xml>Serge GAUTHERIE <gautheri@noos.fr> has asked neil@parkwaycc.co.uk
<neil@httl.net> for superreview:
Bug 282182: sync xpfe general.xml with toolkit general.xml
https://bugzilla.mozilla.org/show_bug.cgi?id=282182
Attachment 217751: (Av2) <general.xml>
https://bugzilla.mozilla.org/attachment.cgi?id=217751&action=edit
------- Additional Comments from Serge GAUTHERIE <gautheri@noos.fr>
(In reply to comment #2)
> Hmm, if the diff is current (by date I would imagine so) then I do not
> personally see a problem syncing this and grabbing toolkits version fr...
superreview requested: [Bug 282182] sync xpfe general.xml with toolkit general.xml : [Attachment 219626] (Av3-XPFE) <general.xml>++Serge GAUTHERIE <gautheri@noos.fr> has asked neil@parkwaycc.co.uk
<neil@httl.net> for superreview:
Bug 282182: sync xpfe general.xml with toolkit general.xml
https://bugzilla.mozilla.org/show_bug.cgi?id=282182
Attachment 219626: (Av3-XPFE) <general.xml>++
https://bugzilla.mozilla.org/attachment.cgi?id=219626&action=edit
------- Additional Comments from Serge GAUTHERIE <gautheri@noos.fr>
Av3-XPFE-Bw, with full diff.
Keeping
[[
(Av3-XPFE-Bw) <general.xml>++ patch 2006-04-23 16:17 PDT
2.38 KB neil: review+
]]
...
superreview granted: [Bug 282182] sync xpfe general.xml with toolkit general.xml : [Attachment 219626] (Av3-XPFE) <general.xml>++neil@parkwaycc.co.uk <neil@httl.net> has granted Serge GAUTHERIE
<gautheri@noos.fr>'s request for superreview:
Bug 282182: sync xpfe general.xml with toolkit general.xml
https://bugzilla.mozilla.org/show_bug.cgi?id=282182
Attachment 219626: (Av3-XPFE) <general.xml>++
https://bugzilla.mozilla.org/attachment.cgi?id=219626&action=edit
...
how to generalize?
DropDownList ddRegistrar=(DropDownList)e.Item.FindControl("ddRegistrar");
if(ddRegistrar!=null)
{
ddRegistrar.DataSource=m_RegistrarDL.Reader();
ddRegistrar.DataBind();
ddRegistrar.SelectedValue=((DataRowView)e.Item.DataItem).Row["Domain_Registrar_ID"].ToString();
}
should be put in a function like but how van I generalize the following line?
dd.DataSource=m_RegistrarDL.Reader();
e.g. dd.DataSource=DLs[Name].Reader();
public void DropDownList_Bind(string Name)
{
DropDownList dd=(DropDownList)e.Item.FindControl("dd"...
... in generalName: Mikael
Email: arlingatofirdotdk
Product: Firefox
Summary: ... in general
Comments:
Hi "Team Firefox"
Thankyou for a much more up-to-date browser than IE is.
There are some things that I miss from IE:
1.: When you mark a text and right-click with the mouse I cannot get it
translates in "Google Translate" with Firefox.
2.: I would be nice if I could export my Bookmarks back to IE's folder
"Foretrukne" aswell.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
From URL: htt...
Generalizing ?? !!Rereading A03, I ran across the original reasoning behind why Perl 5's
'?:' trinary operator became '?? ::' first, and then '?? !!'. Three
reasons were given:
* the '?' and ':' tokens are far too broadly useful to be gobbled up
by the trinary operator.
* the doubled symbols bring to mind the short-circuiting operators
(e.g., '&&' and '||'), suggesting a similar short-circuiting behavior
here.
* the '!!' brings to mind "evaluate this when the condition fails".
IMHO, the first point was always...