Sunday, 15 May 2011

unix - How do I send and receive real-time signals `sigqueue()` in Python? -


पायथन एक संकेतों मॉड्यूल और os.kill प्रदान करता है; क्या इसकी sigqueue () (संलग्न डेटा के साथ वास्तविक समय के संकेत) की सुविधा है? विकल्प क्या हैं?

आप इसे

 > के साथ कर सकते हैं ; & gt; & gt; सीटीआईपी आयात से * & gt; & gt; & gt; C = cdll.LoadLibrary ("libc.so.6") & gt; & gt; & gt; C.sigqueue & lt; _FuncPtr ऑब्जेक्ट 0xb7dbd77c & gt; & Gt; & gt; & gt; C.sigqueue (100, 10, 0) -1> gt; & gt;  

आपको सीटीआईपी में एक संघ बनाने के बारे में देखना होगा जो मैंने पहले कभी नहीं किया है, लेकिन मुझे लगता है कि संभव है।


Remove Characters from the end of a String Scala -


What is the easiest way to remove the last character from the end of a string in scala?

I think there are some very useful methods in the Ruby string class like Cut I used "odononets". Ideopation in Scala, but it's collapsed. I do not want to go to the extreme premises:

  string.slice (0, string.length - 1)  

Please tell me there this normal form There is a simple method like cutting for anything.

Regarding using the drop-down, which works in 2.8: -

< Pre> "abc!". DropRight (1)

which produces "abc"


cocoa - Objective C Printing: How to set header content? -


I want to print a specific NSView. When I do this, I want to add content to the header of the print page.

For example, if a cat's picture is in the NSV, when I suppress the print, the print preview appears with the cat's picture I want the print to be a cat's picture form In, with caption: "Cat" in the title, which I do not want to appear on the original NSV.

In addition, if this is possible, then

thanks!

You can overwrite the method - (NSAttributedString *) page header See document in the code> NSView subclasses

Note that the headers are generated only when the user is in default with the key NSPrintHeaderAndFooter value.

For images, they can be added using an NSAttributedString using a NSTextAttachment .


C++ overloading * for polynomial multiplication -


So I am developing a polynomial square where a user input: 1x ^ 0 + 2x ^ 1 + 3x ^ 2 .. and 1,2,3 (coefficient) are stored in an integer array

My overloaded + and - functions work, however, * does not work. It does not matter, it always shows- 842150450
when should be (5x ^ 0 + x ^ 1) * (-3x ^ 0 + x ^ 1) = -15x ^ 0 + 2x ^ 1 + 1x ^ 2 or (x + 5) (x-3) = x ^ 2 + 2x - 15

I am using overloaded * functions such as: polynomial times = one two;
I am guessing the problem strtol (p; and endptr, 10) because it uses a long int, nevertheless, adding and subtracting tasks completely

My constructor

  polynomial :: polynomial (four * s) {char * string; String = new four [Stellen (s) + 1]; Int length = Stellen (string); Streakpie (string, s); Four * copy; Copy = new four [length]; Strcpy (copy, string); Char * p = strtok (string, "+ -"); Counter = 0; While (P) {P = Strokec (NULL, "+ -"); Counter ++; } Coefficient = New Int [Counter]; P = stroke (copy, "+"); Int a = 0; While (p) {long interval coeff; Char * endptr; Coeff = strtol (p, end, 10); // first stops in non-number if (* p == 'x') coeff = 1; Coefficient [a] = coffe; P = stroke (faucet, "+"); One ++; }}  

and overloaded * function

  Polynomial Multilateral :: Operator * (Cost Polymic and Write) {Multilayer Temporary; // coefficient the array array int count = (counter + right.counter) - 1; Temp.counter = count; Temp.coefficient = new int [count]; For (int i = 0; i  

and reads my whole code:

To zero in the operator, temp.coefficient [i + j] is not visible to start . .

  temp.coefficient = new int [count]; Std :: memset (temp.coefficient, 0, count * sizeof (int));  

winforms - C# Printing Inconsistent -


I have a form on which I have many text boxes I print text from these text boxes in those places I want to where they are on the farm. It's printing using the code below at the moment. However, the text prints separately on different printers (on some it is just right, something is too much, etc.). It is being printed on the pre-printed form with the blank space for the text, so it should be quite accurate, what am I missing to print it on every printer?

  Public Zero Print DevicePropage (Object Sender, PrintPageEventArgs e) {Panel Curpanel = this.FormPanel; Graphics G = (graphics) e.Graphics; Pen apien = new pen (brush black, 1); // Set the cycle through each control, whether it is a checkbox or text box and inside // inside the information, then come to the place xLocation, yLocation; For (int j = 0; j & lt; curPanel.Controls.Count; j ++) {// Check whether there is a text box type by comparing one of the types of text boxes, if (curpanel.Controls [ J] is a text box) {/ Unbox the textbox text box TheText = (text box) curPanel.Controls [j]; // Draw a text box string on the condition of the text box on the form, scale to print page xLocation = theText.Bounds.Left; YLocation = theText.Bounds.Top; G. Drawstring (text, text, fonts, brushes black, x lockation, y lotion); }}}}  

The problem is how are you aligning the controls inside . The default alignment is approximately equal to StringFormat.Anignment = StringAlignment.Center, it can be changed to the button and check the box with your TextAlign property. You must use a drawer () surcharge which takes a rectangle and string formatting. Note that the text box is difficult, so you can also close some pixels.

Take a look at Control.DrawToBitmap () for a completely different approach.


internet explorer - What is this IE CSS bug called? (Double vertical padding) -


(Note, this is not a double margin bug. I'm saying this double-vertical-padding bug then Unless there is no more clever / documented name for this?)

Just when I thought I saw all the false IE CSS bugs, I have done a simple test The case that continues to mislead me looks down the page and works great in FF, Opera, et al though, IE 6 and IE7 seems to be confused. I will let the document given below speak for itself.

Edit: I have put it at the following URL:
Open it in IE and compare it again in FF.

My question is: What is this bug called? (Did I miss it somewhere? Has it been found?) I am familiar with the 3px jog bug and double- (horizontal) -margin bugs and many other float-related bugs ... but the vertical padding is being repeated ? (And to the wrong place, to boot.)

  & lt ;! DOCTYPE html public "- // W3C // DTT XHTML 1.0 Transitional // N" http: // www. W3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" target="_blank"> html xmlns = "http://www.w3.org/1999/xhtml"> gt; Top & gt; Lt; meta http-equiv = "content-type" content = "text / html; Charset = ISO-8859-1 "/>  Title> IE Bork! <LT; / title> Style Type =" Text / CSS "> Html, Body {Margin: 0; padding: 0;} # container {border: 1px solid red; background color: # CC99CC; width: 800px; margin: 0 auto; paddle-top: 100px;} # sidebar {float: left; display: inline; Width: 200px; border: 1px solid blue; background color: # 00CCFF; #content {float: right; display: inline; width: 510px; border: 1px solid green; background color: # 66CC99;} clear { Explicit: Both; / * height: 0 pixels; Lt; <lt; setting: Setting height is the only thing that makes this work as expected?!? * / Background color: #CCCCCC; / * BG color here only for debugging * / Style >> gt; body & gt; & lt; body & gt; & lt; div id = "container" & gt; div id = "sidebar" & gt; i am sidebar & lt; / Div> <div id = "content" & gt; I & lt; / div & gt; & lt; div class = "clear" & gt; & lt ;! - clear! - & gt; & Lt; / div & gt; & lt; / div & gt; & Lt; P & gt; There should be 100 pixels space above the two floats, but the & lt; Em> No & lt; / Em> The place below ... & lt; / P & gt; & Lt; / Body & gt; & Lt; / Html & gt; </code> </pre> <p> PS, I finally understood how to please IE on this. The solution to show the bug (clearly set a height on my "clear" div) has been commented; I can live only for the last few hours of my life that I had to stumble in the real issue / solution! </p> <p> Thank you! </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Given the solution you found, it seems IE quirk. </p> </p> </p> </p> </p> </p> </p> </p> </p> </p> </p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html?m=0' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html?m=0#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6021861810587554876&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5307669940808670961' itemprop='postId'/>
<a name='5307669940808670961'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html?m=0'>reflection - Given a C# Type, Get its Base Classes and Implemented
Interfaces -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5307669940808670961' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am working on a game engine in C #. The class I'm working on is called <code> CENTityRegistry </code>, and its job is to keep track of many examples of <code> CENTITY </code> in the game. > CENTITYRegistry </code> to be able to query, and get the list of each <code> CENTity </code> of that type </p> <p> what I want to do, therefore, create a map Have to keep: </p> <pre> <code> Private IDictionary & LT; Type, HashSet & LT; CENTITY & gt; & Gt; M_TypeToEntitySet; </code> </pre> <p> and registry thusly update: </p> <pre> <code> private zeros m_UpdateEntityList () {foreach (m_EntitiesToRemove.dequeueAll in CENTITY theEntity ()) {foreach (HashSet & LT; CENTITY> Set in M_TypeToEntitySet.Values) {If set (Set.Content (Entity)). Remove (ANTTI); }} Foreach (CNTTI Entity in M.Intead.dequali ()) {Type Entity Type = Entity. Gettype (); Foreach (entityType.GetAllBaseClassesAndInterface, type baseClass ()) m_TypeToEntitySet [baseClass] .Add (theEntity); }} </code> </pre> <p> The problem is that I have a function <code> Type.GetAllBaseClassesAndInterface </code> that's there - I would go about writing it how </p> </div> <p> <div class = "after text" itemprop = "text"> <p> Type A property BaseType and one method FindInterfaces. In fact, this is almost <code> Type.GetAllBaseClassesAndInterface </code>, but you have to make two calls instead of one. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html?m=0' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html?m=0#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5307669940808670961&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>

        </div></div>
      
<!--Can't find substitution for tag [adEnd]-->
</div>
<div class='blog-pager' id='blog-pager'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' href='http://dhara-shukla-gtu.blogspot.com/search?updated-max=2011-06-15T03:22:00-07:00&max-results=7&reverse-paginate=true&m=0' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a>
</span>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' href='http://dhara-shukla-gtu.blogspot.com/search?updated-max=2011-05-15T03:22:00-07:00&max-results=7&start=7&by-date=false&m=0' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a>
</span>
<a class='home-link' href='http://dhara-shukla-gtu.blogspot.com/?m=0'>Home</a>
<div class='blog-mobile-link'>
<a href='http://dhara-shukla-gtu.blogspot.com/search?updated-max=2011-06-15T03:22:00-07:00&max-results=7&m=1'>View mobile version</a>
</div>
</div>
<div class='clear'></div>
<div class='blog-feeds'>
<div class='feed-links'>
Subscribe to:
<a class='feed-link' href='http://dhara-shukla-gtu.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a>
</div>
</div>
</div></div>
</div>
</div>
<div class='column-left-outer'>
<div class='column-left-inner'>
<aside>
</aside>
</div>
</div>
<div class='column-right-outer'>
<div class='column-right-inner'>
<aside>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* vertical */
google_ad_slot = "9922220705";
google_ad_width = 180;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 2 */
google_ad_slot = "1087125905";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script>
  (function() {
    var cx = '013012970007219310250:7h0fuxsxaza';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
        '//www.google.com/cse/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script>
<gcse:search></gcse:search>
    <div class='sidebar section' id='sidebar-right-1'><div class='widget Profile' data-version='1' id='Profile1'>
<h2>About Me</h2>
<div class='widget-content'>
<dl class='profile-datablock'>
<dt class='profile-data'>
<a class='profile-name-link g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'>
Unknown
</a>
</dt>
</dl>
<a class='profile-link' href='https://www.blogger.com/profile/05006124498600715544' rel='author'>View my complete profile</a>
<div class='clear'></div>
</div>
</div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'>
<h2>Blog Archive</h2>
<div class='widget-content'>
<div id='ArchiveList'>
<div id='BlogArchive1_ArchiveList'>
<ul class='hierarchy'>
<li class='archivedate expanded'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy toggle-open'>

        ▼ 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/?m=0'>
2015
</a>
<span class='post-count' dir='ltr'>(1583)</span>
<ul class='hierarchy'>
<li class='archivedate expanded'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy toggle-open'>

        ▼ 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/09/?m=0'>
September
</a>
<span class='post-count' dir='ltr'>(174)</span>
<ul class='posts'>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/aspnet-mvc-jquery-load-returns-empty.html?m=0'>asp.net mvc - jquery load returns empty, possible ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/caching-aspnet-httpcontext-cache-why-do.html?m=0'>caching - ASP.Net HttpContext Cache-- why do I rea...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/comments-accessing-jcomments-permission.html?m=0'>comments - Accessing Jcomments permission tab in j...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/git-what-are-these-m-that-keep-showing.html?m=0'>git - What are these ^M's that keep showing up in ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/jquery-ajax-hash-history-and-more.html?m=0'>jQuery + Ajax Hash / History and more -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/android-how-do-i-use-mediarecorder-to.html?m=0'>android - How do I use MediaRecorder to record vid...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-program-stop-to-running-when-calls.html?m=0'>c++ - Program stop to running when calls a process -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/iphone-problem-with-override.html?m=0'>iphone - A problem with override UINavigationContr...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/objective-c-problem-with-nsstring.html?m=0'>objective c - problem with NSString stringWithStri...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/windows-why-would-i-use-com-threading.html?m=0'>windows - Why would I use "Both" COM threading mod...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/actionscript-3-flashas3-font-embed.html?m=0'>actionscript 3 - Flash/AS3 > Font Embed causes pos...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/comparing-and-splitting-of-string.html?m=0'>Comparing and splitting of string inside JavaScrip...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/iphone-full-screen-mapkit-map.html?m=0'>iphone - Full screen mapkit map -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/aspnet-mvc-display-other-fields-besides.html?m=0'>asp.net mvc - Display other fields besides just th...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/html-getting-outlook-to-respect-margin.html?m=0'>html - Getting Outlook to respect margin-top: 0px ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/grails-render-as-xml-generates-unwanted.html?m=0'>Grails render as XML generates an unwanted class e...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-how-to-create-generic-extension-method.html?m=0'>c# - How to create a generic extension method? -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/sql-server-complex-query-fetch-data-and.html?m=0'>sql server complex query - fetch data and search o...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/uml-numbering-messages-in-enterprise.html?m=0'>uml - Numbering Messages in Enterprise Architect C...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/state-in-aspnet-master-page.html?m=0'>State in ASP.net Master Page -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/iphone-capture-preview-of.html?m=0'>iphone - Capture the preview of a UIImagePickerCon...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-how-much-does-order-of-case-labels.html?m=0'>c# - How much does the order of case labels affect...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/mysql-storing-dynamic-form-data-in-dbms.html?m=0'>mysql - Storing dynamic form data in DBMS, looking...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-hide-text-but-not-input.html?m=0'>javascript - hide text but not input inside a labe...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/net-problems-with-datacontractserialize.html?m=0'>.net - Problems with DataContractSerializer - how ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/jquery-select-parent-problem.html?m=0'>jquery select parent problem -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/multiplying-sql-doesn-return-value-when.html?m=0'>multiplying - SQL-Doesn't return a value when the ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/how-do-i-change-sheet-name-from-c-on.html?m=0'>How do I Change the Sheet Name from C# on an Excel...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/sql-shorthand-for-dates.html?m=0'>Sql Shorthand For Dates -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/resizing-images-on-iphone-for.html?m=0'>Resizing images on iPhone for UITableView image -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/common-errors-and-fixes-in-c.html?m=0'>common errors and fixes in C++ -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-wpf-binding-in-xaml-to-object-created.html?m=0'>c# - WPF - Binding in XAML to an object created in...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/get-all-selected-items-from-aspnet.html?m=0'>Get all selected items from asp.net ListBox -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/css-center-dynamic-width-box.html?m=0'>css - Center a dynamic width box -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-net-how-to-get-notified-efficiently.html?m=0'>c# - .Net How to get notified efficiently when a t...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/django-using-foreignkeyrawidwidget.html?m=0'>Django: using ForeignKeyRawIdWidget outside of adm...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/osx-awk-strftime-on-mac-os-x.html?m=0'>osx - Awk strftime on Mac OS X -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/download-segmented-c-file-downloader.html?m=0'>download - Segmented C# file downloader -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/is-c-code-generation-in-antlr-32-ready.html?m=0'>Is C++ code generation in ANTLR 3.2 ready? -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/how-can-i-convert-php-code-sniffer-xml.html?m=0'>How can I convert PHP Code Sniffer XML report into...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-how-to-simulate-delegate-in-net.html?m=0'>c# - How to simulate a "Func<(Of <(TResult>)>) Del...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/artificial-intelligence-what-is.html?m=0'>artificial intelligence - What is the difference b...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/net-winforms-startup-crash.html?m=0'>.NET WinForms startup crash -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-cgal-2d-delauny-triangulation-concave.html?m=0'>c++: CGAL 2D delauny triangulation: Concave Shapes -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/forms-php-associative-array-and-switch.html?m=0'>forms - php associative array and switch -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/converting-in-paths-in-ant.html?m=0'>Converting ../ in paths in Ant -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/mysql-sql-performing-searchreplace.html?m=0'>mysql - SQL Performing a search/replace search -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/aspnet-how-to-escape-string-in-aspx.html?m=0'>asp.net - How to escape string in .aspx -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-difference-between.html?m=0'>c# - Difference between Assembly.CreateInstance an...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/aspnet-html-table-row-height.html?m=0'>asp.net - HTML table row height -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/how-do-i-format-slider-questions-in-txt.html?m=0'>How do I "advanced format" slider questions in a ....</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/java-why-can-method-be-declared-to.html?m=0'>java - Why can a method be declared to throw many ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/change-integer-to-float-column-table.html?m=0'>Change integer to float column table Rails -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/aspnet-mvc-avoid-donut-caching-when.html?m=0'>asp.net mvc - Avoid donut caching when user is log...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/how-to-stretch-block-programmatically.html?m=0'>How to stretch a block programmatically in AutoCAD...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/java-inserting-into-access-database.html?m=0'>java - inserting into access database apostrophe i...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-clockgettime-clockrealtime-unexpected.html?m=0'>c - clock_gettime CLOCK_REALTIME unexpected result -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-how-can-i-make-2-audio.html?m=0'>javascript - How can I make 2 audio elements in su...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/combinations-r-function-that-returns.html?m=0'>combinations - R: function that returns all the po...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/is-there-reason-to-write-iife-invoked.html?m=0'>Is there a reason to write an IIFE invoked with a
...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/java-input-if-statement.html?m=0'>Java Input - If Statement -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/testing-mark-test-as-skipped-during.html?m=0'>testing - Mark test as skipped during test executi...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-drag-selection-box-in-wpf.html?m=0'>c# - Drag selection box in WPF -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/java-calling-method-adding-input.html?m=0'>java - Calling a method adding input -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/netbeans-why-keypress-is-not-work.html?m=0'>netbeans - Why the keypress is not work correctly ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-merging-two-list-from-different-wcf.html?m=0'>c# - Merging two list from different WCF ServiceCl...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/google-analytics-is-there-any-value-in.html?m=0'>Google Analytics: is there any value in adding the...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/ios-vmallocation-causes-app-to-crash.html?m=0'>ios - VM:Allocation causes app to crash -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-write-text-to-bottom-of-page.html?m=0'>javascript - Write text to the bottom of the page ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/defining-php-class-properties.html?m=0'>Defining php class properties -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/ios-how-does-apple-randomization-of-mac.html?m=0'>ios - How does Apple randomization of MAC address ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-jquery-array-not-getting-all.html?m=0'>javascript - jquery array not getting all the valu...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/angularjs-how-do-you-put-asynchronous.html?m=0'>angularjs - How do you put an asynchronous callbac...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/postgresql-convert-column1-text-type-to.html?m=0'>PostgreSQL convert column_1 text[] type to column_...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/creating-fancy-url-with-php.html?m=0'>Creating a fancy URL with PHP -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/php-htaccess-rewirte-permission-for.html?m=0'>php - Htaccess rewirte permission for invalid file...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/maven-sakai-10-bulding-error.html?m=0'>maven - Sakai 10 Bulding Error -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/python-chromium-build-gclient-runhooks.html?m=0'>python - Chromium build gclient runhooks error num...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/ruby-extract-data-from-url.html?m=0'>ruby - Extract data from URL -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/django-filter-query-returns-incorrect.html?m=0'>Django - filter query returns incorrect queryset -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/emberjs-ember-object-property-definition.html?m=0'>ember.js - Ember Object Property definition -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/visual-studio-2013-allow-test-to.html?m=0'>visual studio 2013 - Allow test to complete if spe...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/bash-efficient-way-to-bit-mask-every.html?m=0'>bash - Efficient way to bit mask every number of a...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/mysql-groovy-joining-two-sql-select.html?m=0'>mysql - Groovy - Joining two SQL Select results -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/python-mask-2d-numpy-array-by-array-of.html?m=0'>python - Mask a 2D Numpy Array by array of indexes...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/r-speeding-up-asposixct-with-large-data.html?m=0'>r - speeding up as.POSIXct with large data / issue...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/php-error-on-building-android-app-with.html?m=0'>php - Error on building Android app with sh-script -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/json-google-places-api-invalidrequest.html?m=0'>json - google places api INVALID_REQUEST -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/how-can-i-turn-on-hdf5-dense-attribute.html?m=0'>How can I turn on HDF5 Dense Attribute Storage in ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-multiple-inheritance-to-implement.html?m=0'>C++ Multiple Inheritance to Implement Polymorphism -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/wpf-how-to-share-video-in-lync.html?m=0'>wpf - How to Share Video in a Lync Conversation us...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/user-interface-update-gui-without.html?m=0'>user interface - Update Gui without pressing submi...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-bug-in-this-code-i-can-resolve-run.html?m=0'>c - A bug in this code i can't resolve. Run time S...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-continuous-function.html?m=0'>Javascript continuous function -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-semantic-ui-based-page-not.html?m=0'>javascript - Semantic-UI based page not work corre...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/c-entity-framework-gets-progressively.html?m=0'>c# - Entity Framework gets progressively slow with...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/aspnet-mvc-how-to-send-view-from.html?m=0'>asp.net mvc - How to send View from different fold...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/javascript-typeerror-when-evaluating-2d.html?m=0'>javascript TypeError: 'undefined' when evaluating ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/html-tag-starts-new-line-with-overflow.html?m=0'>html - <a> tag starts a new line with overflow: hi...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2015/09/wordpress-asynchronous-publish-button.html?m=0'>Wordpress asynchronous publish button -</a></li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/08/?m=0'>
August
</a>
<span class='post-count' dir='ltr'>(172)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/07/?m=0'>
July
</a>
<span class='post-count' dir='ltr'>(180)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/06/?m=0'>
June
</a>
<span class='post-count' dir='ltr'>(160)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/05/?m=0'>
May
</a>
<span class='post-count' dir='ltr'>(201)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/04/?m=0'>
April
</a>
<span class='post-count' dir='ltr'>(172)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/03/?m=0'>
March
</a>
<span class='post-count' dir='ltr'>(173)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/02/?m=0'>
February
</a>
<span class='post-count' dir='ltr'>(183)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/01/?m=0'>
January
</a>
<span class='post-count' dir='ltr'>(168)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/?m=0'>
2014
</a>
<span class='post-count' dir='ltr'>(1684)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/09/?m=0'>
September
</a>
<span class='post-count' dir='ltr'>(186)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/08/?m=0'>
August
</a>
<span class='post-count' dir='ltr'>(180)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/07/?m=0'>
July
</a>
<span class='post-count' dir='ltr'>(160)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/06/?m=0'>
June
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/05/?m=0'>
May
</a>
<span class='post-count' dir='ltr'>(187)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/04/?m=0'>
April
</a>
<span class='post-count' dir='ltr'>(176)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/03/?m=0'>
March
</a>
<span class='post-count' dir='ltr'>(200)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/02/?m=0'>
February
</a>
<span class='post-count' dir='ltr'>(241)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/01/?m=0'>
January
</a>
<span class='post-count' dir='ltr'>(187)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/?m=0'>
2013
</a>
<span class='post-count' dir='ltr'>(1486)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/09/?m=0'>
September
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/08/?m=0'>
August
</a>
<span class='post-count' dir='ltr'>(163)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/07/?m=0'>
July
</a>
<span class='post-count' dir='ltr'>(161)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/06/?m=0'>
June
</a>
<span class='post-count' dir='ltr'>(162)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/05/?m=0'>
May
</a>
<span class='post-count' dir='ltr'>(156)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/04/?m=0'>
April
</a>
<span class='post-count' dir='ltr'>(170)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/03/?m=0'>
March
</a>
<span class='post-count' dir='ltr'>(174)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/02/?m=0'>
February
</a>
<span class='post-count' dir='ltr'>(164)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/01/?m=0'>
January
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/?m=0'>
2012
</a>
<span class='post-count' dir='ltr'>(1541)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/09/?m=0'>
September
</a>
<span class='post-count' dir='ltr'>(176)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/08/?m=0'>
August
</a>
<span class='post-count' dir='ltr'>(160)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/07/?m=0'>
July
</a>
<span class='post-count' dir='ltr'>(163)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/06/?m=0'>
June
</a>
<span class='post-count' dir='ltr'>(179)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/05/?m=0'>
May
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/04/?m=0'>
April
</a>
<span class='post-count' dir='ltr'>(158)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/03/?m=0'>
March
</a>
<span class='post-count' dir='ltr'>(201)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/02/?m=0'>
February
</a>
<span class='post-count' dir='ltr'>(168)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/01/?m=0'>
January
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/?m=0'>
2011
</a>
<span class='post-count' dir='ltr'>(1528)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/09/?m=0'>
September
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/08/?m=0'>
August
</a>
<span class='post-count' dir='ltr'>(176)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/07/?m=0'>
July
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/06/?m=0'>
June
</a>
<span class='post-count' dir='ltr'>(184)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/?m=0'>
May
</a>
<span class='post-count' dir='ltr'>(157)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/04/?m=0'>
April
</a>
<span class='post-count' dir='ltr'>(182)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/03/?m=0'>
March
</a>
<span class='post-count' dir='ltr'>(166)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/02/?m=0'>
February
</a>
<span class='post-count' dir='ltr'>(171)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/01/?m=0'>
January
</a>
<span class='post-count' dir='ltr'>(156)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/?m=0'>
2010
</a>
<span class='post-count' dir='ltr'>(1540)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/09/?m=0'>
September
</a>
<span class='post-count' dir='ltr'>(147)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/08/?m=0'>
August
</a>
<span class='post-count' dir='ltr'>(182)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/07/?m=0'>
July
</a>
<span class='post-count' dir='ltr'>(168)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/06/?m=0'>
June
</a>
<span class='post-count' dir='ltr'>(162)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/05/?m=0'>
May
</a>
<span class='post-count' dir='ltr'>(188)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/04/?m=0'>
April
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/03/?m=0'>
March
</a>
<span class='post-count' dir='ltr'>(194)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/02/?m=0'>
February
</a>
<span class='post-count' dir='ltr'>(164)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/01/?m=0'>
January
</a>
<span class='post-count' dir='ltr'>(166)</span>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class='clear'></div>
</div>
</div></div>
<table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'>
<tbody>
<tr>
<td class='first columns-cell'>
<div class='sidebar no-items section' id='sidebar-right-2-1'></div>
</td>
<td class='columns-cell'>
<div class='sidebar no-items section' id='sidebar-right-2-2'></div>
</td>
</tr>
</tbody>
</table>
<div class='sidebar no-items section' id='sidebar-right-3'></div>
</aside>
</div>
</div>
</div>
<div style='clear: both'></div>
<!-- columns -->
</div>
<!-- main -->
</div>
</div>
<div class='main-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
<footer>
<div class='footer-outer'>
<div class='footer-cap-top cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left footer-fauxborder-left'>
<div class='fauxborder-right footer-fauxborder-right'></div>
<div class='region-inner footer-inner'>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* vertical */
google_ad_slot = "9922220705";
google_ad_width = 180;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 2 */
google_ad_slot = "1087125905";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script>
  (function() {
    var cx = '013012970007219310250:7h0fuxsxaza';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
        '//www.google.com/cse/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script>
<gcse:search></gcse:search>
    <div class='foot no-items section' id='footer-1'></div>
<table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'>
<tbody>
<tr>
<td class='first columns-cell'>
<div class='foot no-items section' id='footer-2-1'></div>
</td>
<td class='columns-cell'>
<div class='foot no-items section' id='footer-2-2'></div>
</td>
</tr>
</tbody>
</table>
<!-- outside of the include in order to lock Attribution widget -->
<div class='foot section' id='footer-3'><div class='widget Attribution' data-version='1' id='Attribution1'>
<div class='widget-content' style='text-align: center;'>
Simple theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>.
</div>
<div class='clear'></div>
</div></div>
</div>
</div>
<div class='footer-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</footer>
<!-- content -->
</div>
</div>
<div class='content-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</div>
<script type='text/javascript'>
    window.setTimeout(function() {
        document.body.className = document.body.className.replace('loading', '');
      }, 10);
  </script>

<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2112189061-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AOuZoY7gyj4A1frEPQh3f4W7x7XYoxSz5g:1757222091147';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d3808073632939273577','//dhara-shukla-gtu.blogspot.com/search?updated-max\x3d2011-06-15T03:22:00-07:00\x26max-results\x3d7\x26m\x3d0','3808073632939273577');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '3808073632939273577', 'title': 'DHara', 'url': 'http://dhara-shukla-gtu.blogspot.com/search?updated-max\x3d2011-06-15T03:22:00-07:00\x26max-results\x3d7\x26m\x3d0', 'canonicalUrl': 'http://dhara-shukla-gtu.blogspot.com/search?updated-max\x3d2011-06-15T03:22:00-07:00\x26max-results\x3d7', 'homepageUrl': 'http://dhara-shukla-gtu.blogspot.com/?m\x3d0', 'searchUrl': 'http://dhara-shukla-gtu.blogspot.com/search', 'canonicalHomepageUrl': 'http://dhara-shukla-gtu.blogspot.com/', 'blogspotFaviconUrl': 'http://dhara-shukla-gtu.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-GB', 'localeUnderscoreDelimited': 'en_gb', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22DHara - Atom\x22 href\x3d\x22http://dhara-shukla-gtu.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22DHara - RSS\x22 href\x3d\x22http://dhara-shukla-gtu.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22DHara - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/3808073632939273577/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/05006124498600715544\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/8768b2abe984dc7c', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en_GB\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'index', 'pageName': '', 'pageTitle': 'DHara'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard', 'ok': 'Ok', 'postLink': 'Post link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true, 'variant': 'simplysimple', 'variantId': 'simplysimple'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'DHara', 'description': '', 'url': 'http://dhara-shukla-gtu.blogspot.com/search?updated-max\x3d2011-06-15T03:22:00-07:00\x26max-results\x3d7\x26m\x3d0', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isSearch': true, 'isLabelSearch': false, 'search': {}}}]);
_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/3458177667-lbx__en_gb.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/123180807-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull'));
</script>
</body>
</html>