User Skuta - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T19:23:50Z http://stackoverflow.com/feeds/user/21209 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild 0 The RSS Feed of Wordpress blog goes wild Skuta 2009-11-23T20:56:39Z 2009-11-23T22:19:05Z <p>Hi,</p> <p>I've installed the wordpress.org script however the RSS feed just sends me errors. I've tried to edit files within the wordpress like wp-rss2.php to remove "?" from the first line but it does not work and I am not sure what else could be wrong.</p> <p>The feed is here: <a href="http://www.donaha.sk/feed" rel="nofollow">http://www.donaha.sk/feed</a></p> <p>I haven't found anything on Mr. Google so far.</p> <p>ANSWER: I was running in Slovak language mode. I changed back to EN_US and problem was resolved. The solution is not evident but it works for me. Thank you for help but none of the answers were correct.</p> http://stackoverflow.com/questions/455261/how-to-create-virtual-column-using-mysql-select 0 How to create virtual column using MySQL SELECT ? Skuta 2009-01-18T14:57:59Z 2009-10-31T23:12:55Z <p>Hi,</p> <p>If I do SELECT a AS b and b is not a column in the table, would query create the "virtual" column?</p> <p>in fact, I need to incorporate some virtual column into the query and process some information into the query so I can use it with each item later on.</p> http://stackoverflow.com/questions/1648848/how-to-make-even-small-website-worth-of-uml-modelling 0 How to make even small website worth of UML modelling? Skuta 2009-10-30T09:39:45Z 2009-10-30T09:58:51Z <p>Hi,</p> <p>I've been thinking to create a small UML model as I wish to recreate the website with online games, videos, iRadios, etc. However, the website seems to me to be too simple to waste UML modelling on it. </p> <p>First, I thought of activity diagram to specify the "life" of user after login or after registration, but both these activities seem to be so simple to me, that I'm missing a point of using the UML do depict the process of such simple tasks.</p> <p>Please, give me your ideas how to use UML modelling to help a simple project efficiently.</p> http://stackoverflow.com/questions/371141/how-do-you-handle-rude-clients 12 How do you handle rude clients? Skuta 2008-12-16T12:22:56Z 2009-10-16T13:49:40Z <p>Hi,</p> <p>A friend told me he needed my services to code the web and DB system (it wouldn't be a basic system at all) for his business. However, his business partner is quite dishonest and rude. When we sit together to make up a design document, he often refers to programming as a matter of nothing - something that can be bought for a price. Last time, he told me that there are plenty of programmers, <em>anyone</em> can do it. </p> <p>Next, he tried to explain ME that his friend is creating eshops for very little money. During our sittings, it's obvious that he has absolutely no idea about web programming and he has very little clue about what he really wants and talks about. </p> <p>How do you handle with this type of clients? I am quite hot tempered. There is a price I can chew over this "little" problem however I am not sure if they can pay for it.</p> <p>edit: Thx for your response, I'll try the triple request for money thing ;)</p> http://stackoverflow.com/questions/549041/how-to-solve-the-problem-with-tinymce-in-ie 0 How to solve the problem with TInyMCE in IE? Skuta 2009-02-14T12:27:41Z 2009-09-12T07:58:20Z <p>Hi,</p> <p>I got this code to alter textareas to use TinyMCE as editor. It works fine in Firefox, but IE shows the simple textarea with the code in it. Can someone help me what to do?</p> <pre><code> print("&lt;script language=\"javascript\" type=\"text/javascript\" src=\"jscripts/tiny_mce/tiny_mce.js\"&gt;&lt;/script&gt;"); echo('&lt;script type="text/javascript"&gt;tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template", theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : "true", });&lt;/script&gt;'); echo("&lt;/head&gt;\n"); </code></pre> <p>This is what IE says (code):</p> <pre><code>&lt;script language="javascript" type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template", theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : "true", });&lt;/script&gt; </code></pre> <p>The error in IE says that it's expecting the identifactor, string, or integer on 17th row and 4th character. The picture of code in IE is here: <img src="http://www.obrazok.eu/files/yrdiub5vbzr9t9ebd9ov.jpg" alt="picture" /></p> http://stackoverflow.com/questions/546369/how-to-insert-cookiecollection-to-cookiecontainer 1 How to insert CookieCollection to CookieContainer? Skuta 2009-02-13T15:32:34Z 2009-09-11T01:09:40Z <p>Hi,</p> <p>After I get response from httpwebrequest, I'd like the cookies obtained to save for the purpose of using them in another httbwebrequest. However, I'd need to insert CookieCollection to CookieContainer. How do I do that? Tried to do:</p> <pre><code>request.Cookiecontainer.add(response.Cookies); </code></pre> <p>but this keeps getting out of error: Object reference not set to an instance of an object.</p> http://stackoverflow.com/questions/1388835/how-to-round-up-any-value-in-sql 1 How to round up any value in SQL? Skuta 2009-09-07T11:10:44Z 2009-09-07T12:02:44Z <p>Hi,</p> <p>I haven't found this for SQL yet, please, help me with rounding up the value this way:</p> <p>45.01 rounds up to 46. Also 45.49 rounds to 46. And 45.99 rounds up to 46, too. I want everything up one whole digit.</p> <p>How do I achieve this into Update statement like <code>Update product SET price=Round statemen</code>t ?</p> http://stackoverflow.com/questions/1231593/how-to-utilize-my-learning-power-in-asp-net-studies 0 How to utilize my learning power in ASP.NET studies? Skuta 2009-08-05T07:03:48Z 2009-08-05T07:21:22Z <p>Hi,</p> <p>I've recently tried to switch to ASP.NET. Did I write switch? I meant to learn it, however I am not really sure how to proceed. I've opened several videos - and really watched them with enthusiasm however they seem to be very general. It's not like there are tons of sources on learning PHP.</p> <p><strong>Do you know some great learning procedure including the websites and sources to learn from so I can learn it ASAP?</strong></p> <p>I got one project waiting here -> the website is kinda simple Online flash games. The graphics and HTML's finished but I want to try to do it in ASP.NET with MS SQL. I'm already experienced in C# thus I won't need a lot of insight into that, although I'm absolutely unaware of how to do the website, cute urls, what the basic principles in coding are etc..etc.. :)</p> http://stackoverflow.com/questions/215620/how-to-load-ms-word-document-in-c-net 1 How to load MS Word document in C# (.NET)? Skuta 2008-10-18T21:55:30Z 2009-07-21T21:12:06Z <p>Hi,</p> <p>How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?:</p> <p><em>wordApp.Documents.Open</em> </p> <p>I don't want to open MS Word, I just want that text inside. </p> <p>You gave me answer for DOCX, but what about DOC? I want free and high performance solution - not to open 12.000 instances of Word to process all of them. :( Aspose is commercial product, and 900$ is a way too much for what I do.</p> http://stackoverflow.com/questions/651512/mediaplayer-does-not-show-controls-problem-with-ff-and-ie-how-to-solve-it 0 MediaPlayer does not show controls - problem with FF and IE. How to solve it? Skuta 2009-03-16T18:01:56Z 2009-06-16T22:43:59Z <p>Hi,</p> <p>I got this piece of code:</p> <pre><code>&lt;object id="MMPlayer1" codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 type=application/x-oleobject height=238 width=240 align=absmiddle classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95&gt; &lt;param name="FileName" value="http://www.abradio.cz/asx/beta32.asx"&gt; &lt;param name="ShowControls" value="1"&gt; &lt;param name="ShowStatusBar" value="0"&gt; &lt;param name="ShowDisplay" value="0"&gt; &lt;param name="DefaultFrame" value="Slide"&gt; &lt;param name=”PlayCount” value="1"&gt; &lt;param name="Autostart" value="1"&gt; &lt;embed src="http://www.abradio.cz/asx/beta32.asx" width=240 height=238 autostart=1 loop=0 align="absmiddle" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp" showcontrols=1 showdisplay=1 showstatusbar=0 &gt; &lt;/embed&gt;&lt;/object&gt; </code></pre> <p>It doesn't seem to work properly, as "no video" shows.. I'd rather have custom image to be shown instead of it, or control panel to pause, or stop the stream. Anyone can help with this one please? </p> http://stackoverflow.com/questions/702619/how-and-by-what-should-i-create-plugin-to-firefox 2 How and by what should I create plugin to Firefox? Skuta 2009-03-31T19:17:16Z 2009-06-09T18:15:44Z <p>Hi,</p> <p>I'd like to write a plugin for Firefox with the idea of taking HTML code user is presently onto, process it and send it to external php script.</p> <p>How would you proceed? What programming languages can I use?</p> http://stackoverflow.com/questions/957975/can-i-get-sap-experience-without-working-for-the-company-using-sap 4 Can I get SAP experience without working for the company using SAP? Skuta 2009-06-05T20:28:59Z 2009-06-05T21:04:32Z <p>Hi,</p> <p>Today's market is crazy. Most of the employers are looking for seniors and there are very little Junior positions if there are some at all. I want to work with SAP because it is a broad area however I am finding a difficulty in learning anything about it as it is a closed platform. </p> <p>Is there any way to learn about SAP and use it as a base for my CV as the experience I can show to my potential employer?</p> http://stackoverflow.com/questions/382101/do-you-prefer-functioning-or-including-within-one-php-file 0 Do you prefer functioning or including within one php file? Skuta 2008-12-19T20:18:20Z 2009-06-05T01:01:00Z <p>Hi,</p> <p>How do you manage your php codes? Do you prefer functioning within one php file or including larger blocks of "raw code"?</p> <p>Edit: In fact, my code is pretty nasty, as I don't use any namespaces and classes - only functions and including. I shall look the classes up ^^. </p> http://stackoverflow.com/questions/719485/how-do-i-ensure-all-loops-finish-in-the-same-time-in-parallel-for 0 How do I ensure all loops finish in the same time in Parallel.For? Skuta 2009-04-05T19:01:46Z 2009-05-29T12:12:11Z <p>Hi,</p> <p>In C# (.NET), I got 2 loops -> </p> <pre><code>A for ... do: { B for do: { something} something that evaluates all "for"s in B loop } </code></pre> <p>I used Parallel.For for the inner loop but the results of those loops varied every time I ran the application. I think it may be a result of Some asynchrounous work, but I am not sure how to be sure about it in VS 2005 Express, moreover I am not sure If I am supposed to do something Like "Wait until Parallel.For is finished, then do the stuff for all of it.</p> <p>EDIT (due to comment which requests some more specific information):</p> <pre><code> for (int i = 0; i &lt; max; i++) //Pre Vsetky retazce .. { prefix = 0; tempsame.Clear(); bool spracovane = true; int dlzkaI = Items[i, 1].Length; if (Items[i, 2] != "1") { spracovane = false; } if (spracovane == false) // Parallel.For(0, max, delegate(int j) // { for (int j = 0; j &lt; max; j++) //Pre kazdy dalsi { int dlzkaJ = Items[j, 1].Length; if (dlzkaJ &gt;= dlzkaI) { CompareInfo myComp = CultureInfo.InvariantCulture.CompareInfo; bool isprefix = myComp.IsPrefix(Items[j, 1], Items[i, 1]); bool issame = false; if (dlzkaJ.Equals(dlzkaI)) issame = true; if (isprefix == true &amp;&amp; issame == false) { prefix++; } else if (isprefix == true &amp;&amp; issame == true &amp;&amp; prefix == 0) { tempsame.Add(Items[j, 0]); } } } if ((prefix==0) &amp;&amp; (spracovane==false)) { Items = UpdateUnique(tempsame.ToArray(typeof(string)) as string[], Items); unique++; } } </code></pre> <p>In short, the 2 loops loop through same array of strings and choose only unique strings -> it means that the string can't be a prefix to any other string.</p> <pre><code>&gt; Car - unique Car - unique Cafeteria - &gt; unique Automobile - unique Auto - not &gt; unique - it's prefix of Automobile &gt; Auto - not unique </code></pre> <p>EDIT: No other suggestions?</p> http://stackoverflow.com/questions/915057/is-this-piece-of-code-secure-php-mysql/915065#915065 -1 Answer by Skuta for Is this piece of code secure - PHP && MySQL Skuta 2009-05-27T10:39:18Z 2009-05-27T10:39:18Z <p>I think it is OK, however, if I am worried about security, I'd store the password of "username" into variable and compare it outside of query.</p> http://stackoverflow.com/questions/223268/how-do-i-open-alternative-webbrowser-mozilla-or-firefox-and-show-the-specific-u 2 How do I open alternative webbrowser (Mozilla or Firefox) and show the specific url? Skuta 2008-10-21T19:59:07Z 2009-04-16T11:59:16Z <p>Hey,</p> <p>I know there is built-in Internet explorer, but what I'm looking for is to open Firefox/Mozilla window (run the application) with specified URL. Anyone can tell me how to do that in C# (.nET) ?</p> http://stackoverflow.com/questions/749520/how-to-write-my-own-wrapper-in-c 1 How to write my own wrapper in C#? Skuta 2009-04-14T21:58:14Z 2009-04-14T22:16:57Z <p>Hi,</p> <p>In my other question, I've been trying to find someone who knows where to find free open source OCR library for C#. However, it seems there is only C++ library and obviously, C++ is not C#.</p> <p>One of the responds suggested to write my own wrapper in C#. I have pretty much no idea how to do it, where to learn to do it, or what it actually is - except I believe it's calling C++ methods in dll by changed method calls, .. that's just assumption, indeed.</p> <p>Please, help out one more newbie. Thank you</p> http://stackoverflow.com/questions/744966/any-open-source-c-ocr-library 8 Any open source C# OCR library? Skuta 2009-04-13T18:52:21Z 2009-04-13T19:39:25Z <p>Hi,</p> <p>I couldn't get anything out of google, so I ask: Do you know some free open source C# OCR library?</p> <p><strong>edit</strong> I need C# option, no coding of wrappers from C++ or similar stuff. the google library's website doesn't work - not sure if it ceased to exist or it's just unavailable which is very uncommon for Google websites.</p> http://stackoverflow.com/questions/730914/is-it-possible-to-let-list-collapse-after-i-do-removeat-certain-times 0 Is it possible to let List collapse after I do removeAt certain times? Skuta 2009-04-08T17:07:13Z 2009-04-08T17:51:29Z <p>Let's say there is a list of <code>List&lt;UInt32&gt;</code></p> <p>Thus, :</p> <pre><code>12|12 23|33 33|22 11|22 </code></pre> <p>I need to remove 0th and 2nd element (<code>List&lt;UInt32&gt;</code>). However, when I try to <code>foreach</code> this list and first remove 0th, the List collapses its elements and 1st becomes 0th now.. so I don't want to delete the wrong element, because my another <code>List&lt;int&gt;</code> includes the positions of elements I want to delete.</p> <p>Anyway, I thought of doing some algorithm for this, but I wonder if there is already solution for this problem.</p> http://stackoverflow.com/questions/730575/how-to-remove-the-element-from-list-in-c 0 How to remove the element from List in C#? Skuta 2009-04-08T15:39:43Z 2009-04-08T15:58:11Z <p>Hi, I got a liiitle problem.</p> <p>There is</p> <pre><code>List&lt;List&lt;UInt32&gt;&gt; temp = new List&lt;List&lt;UInt32&gt;&gt;(); </code></pre> <p>For example,</p> <p>there are two <code>List&lt;UInt32&gt;</code> records within the List temp however, when i try to do something like <code>temp.removeAt(0);</code> it doesn't remove the first row <code>(List&lt;UInt32&gt;</code>) .. Why is that? Do i do something wrong?</p> <p><strong>Update</strong></p> <p>Here is the code that doesn't work. I know there are 2 <code>List&lt;UInt32&gt;</code> within the main List and I know that the first <code>List&lt;UInt32&gt;.Count</code> is 1 but when I check the same position after this code, the first code's Count is still one.</p> <pre><code> int i = 0; bool boolA = true; while (boolA) { if (temp[i].Count == 1) { temp.RemoveAt(i); temps++; } if (i == temp.Count - 1) boolA = false; i++; </code></pre> http://stackoverflow.com/questions/725652/how-to-sort-listlistuint32-according-to-listuint320-number-asc-desc-in-c 0 How to sort List<List<UInt32>> according to List<UInt32>[0] number ASC/DESC in C#? Skuta 2009-04-07T13:18:56Z 2009-04-07T14:17:20Z <p>Hi,</p> <p>How shall sort this in ASC order?</p> <p>I got <code>List&lt;List&lt;UInt32&gt;&gt;</code> full of records of <code>List&lt;UInt32&gt;</code> and I want those records to be sorted according to the first column in each record - the column is UInt32 number.</p> <p>So:</p> <p>I have List of:</p> <pre><code>new List&lt;UInt32&gt;: 32,1,1,1,1,1 new List&lt;UInt32&gt;: 22,2,2,2,2,2 new List&lt;UInt32&gt;: 32,1,1,1,1,1 new List&lt;UInt32&gt;: 1,1,1,1,1 </code></pre> <p>which should be sorted to:</p> <pre><code>List&lt;UInt32&gt;: 1,1,1,1,1 List&lt;UInt32&gt;: 22,2,2,2,2,2 new List&lt;UInt32&gt;: 32,1,1,1,1,1 new List&lt;UInt32&gt;: 32,1,1,1,1,1 </code></pre> <p>-> Only first number matter! others are not important for sorting. I'm lookin for ASC thing, but both would be fantastic so when I think algorithm should be changed, I'll look it up :)</p> <p>Thank you for your effort to help !</p> <p>@Samuel, Thank you, I'll try to implement it when I try to change the type :)</p> http://stackoverflow.com/questions/724479/any-chance-to-get-unique-records-using-linq-c 0 Any chance to get unique records using Linq (C#)? Skuta 2009-04-07T07:23:27Z 2009-04-07T12:46:22Z <p>Hi,</p> <p>I got a <code>list&lt;list&lt;string&gt;&gt;</code></p> <p>in <code>list[x][0]</code> are records from which I want to choose unique records thus such record wouldn't be in any other <code>list[x][0</code>], when I choose it, i'd like whole row <code>list[x]</code> to be chosen. I haven't found the appropriate exapmple for this in Linq, please help :(</p> <p><strong>EDIT</strong></p> <p>When Jon Skeet asks me to clarify, I can't deny ;-)</p> <pre><code>list&lt;list&lt;string&gt;&gt; </code></pre> <p>contains list of string table . Each of the string "table" contains several keys <code>list[x][several_items]</code> and I want to get unique records from list-> meaning FIRST item in that "table".</p> <p>Thus:</p> <pre><code>item[0] = "2","3","1","3" item[1] = "2","3","4","2" item[3] = "10","2" item[4]= "1","2" </code></pre> <p>-> unique would mean that I can derive rows <code>item[3] and item[4]</code> as unique. because first occurence of number/string is important. </p> <p>If there are 2 or more records/rows (<code>item[x] of which first item (item[x][0])</code> exists more than once in the list, it's not unique.</p> <p>First element of each list is important to determine uniqueness. Maybe it'd be easier if someone can help to find a way to find non-unique -> so from the above example the list I'd get only item[0] and item[1]</p> http://stackoverflow.com/questions/721577/how-to-sort-listliststring-according-to-liststring-number-of-fields 1 How to sort List<List<string>> according to List<string> number of fields? Skuta 2009-04-06T14:01:27Z 2009-04-06T19:01:30Z <p>Hi,</p> <p>How do I sort List&lt;List&lt;string>> according to number of fields?</p> <p>The list got structure like</p> <pre><code>a|b|c|d|eeee|rere|ewew| ewqewq|ewew| ewew|ewewewewew| </code></pre> <p>By Sort I'd like to do it according to numbers of blockes (asc/desc)</p> <p><strong>EDIT</strong></p> <p>the <code>&lt;list&lt;list&lt;string&gt;&gt; is "items"</code> and I access each list by items[0] each of </p> <p>these items[xx] is a list which means that I want them to sort the array to</p> <pre><code> a|b|c|d|eeee|rere|ewew| a|b|c|d|eeee|rere a|b|c|d|eeee </code></pre> http://stackoverflow.com/questions/720931/what-is-wrong-with-my-link-generated-from-php/720941#720941 0 Answer by Skuta for What is wrong with my link generated from PHP? Skuta 2009-04-06T10:50:43Z 2009-04-06T10:50:43Z <p>Why is your second <code>echo "" .$fname."&lt;/a&gt; ";</code> ??? The first "" doesn't have to be there at all</p> <p>Moreover it appears that the space shouldn't be in front of dot - . </p> http://stackoverflow.com/questions/720779/how-to-create-mutlidimensional-list-for-this-in-c 0 How to create mutlidimensional list for this in C#? Skuta 2009-04-06T09:27:50Z 2009-04-06T10:38:04Z <p>Hi,</p> <p>I got a table (in file) which I split into blocks by spaces.</p> <p>I need structure like this:</p> <pre><code>----------------------------- |21|22|23|33|3323| |32|32| |434433|545454|5454| ------------------------------ </code></pre> <p>It's more like each row is its own table. How should I do this?</p> <p>I tried <code>List&lt;List&lt;string&gt;&gt; matrix = new List&lt;List&lt;string&gt;&gt;()</code>; but I can't seem to find a way to work with it.</p> <p><strong>EDIT</strong> - can someone tell me what's wrong with this code???? Matrix[0][0] is same as matrix [1][0].. it seems that same row is added to matrix all the time, but I clear it ... </p> <pre><code>static ArrayList ReadFromFile(string filename) StreamReader SR; string S; string[] S_split; SR = File.OpenText(filename); S = SR.ReadLine(); ArrayList myItems = new ArrayList(); List&lt;List&lt;string&gt;&gt; matrix = new List&lt;List&lt;string&gt;&gt;(); List&lt;string&gt; row = new List&lt;string&gt;(); while (S != null) { row.Clear(); S_split = S.Split(' '); for (int i = 1; i &lt; S_split.GetLength(0); i++) { row.Add(S_split[i]); matrix.Add(row); } S = SR.ReadLine(); } Console.WriteLine(matrix[1][1]); SR.Close(); return myItems; } </code></pre> http://stackoverflow.com/questions/718782/is-isprefix-more-expensive-than-comparing-two-strings-in-c 1 Is isprefix more expensive than comparing two strings in C#? Skuta 2009-04-05T11:23:33Z 2009-04-05T12:00:36Z <p>Hi,</p> <p>I'm doing some calculations of comparing two strings. In case I know they are same length, is it more expensive to call isprefix or If ("string"=="string") ?</p> http://stackoverflow.com/questions/716293/how-to-work-out-1d-array-if-i-cant-predict-its-length 0 How to work out 1D array If I can't predict it's length? Skuta 2009-04-04T01:39:06Z 2009-04-04T04:30:29Z <h3>Duplicate</h3> <blockquote> <p><a href="http://stackoverflow.com/questions/599369/array-of-an-unknown-length-in-c">Array of Unknown Length in C#</a></p> </blockquote> <p>How do I initialize string[] without a need of initializing the length? I want it to be dynamic array, so when I add something, Length increases and no Exception raises?</p> <p>Should I just use some kind of List?</p> http://stackoverflow.com/questions/716261/how-to-maximize-power-used-by-my-application-in-c 1 How to maximize power used by my application in C#? Skuta 2009-04-04T01:22:34Z 2009-04-04T01:28:41Z <p>Hi,</p> <p>As I've created the application that is hard on calculations -> lots of work to do, not very complex calculations -> it takes too long to work it out and the process is only at 45% of the CPU. Can I maximize it somehow?: to go to 90%?</p> http://stackoverflow.com/questions/716130/why-is-my-array-throwing-out-of-range-exception-error 1 Why is my array throwing Out of Range Exception Error? Skuta 2009-04-03T23:59:22Z 2009-04-04T00:19:31Z <p>Why does the following code throw an exception? </p> <pre><code>for (int i = 0; i &lt;= Items.Length-1; i++) { Console.WriteLine(Items[i,1]); } </code></pre> <p>Exception:</p> <pre><code>System.IndexOutOfRangeException was unhandled Message="Index was outside the bounds of the array." Source="Es" StackTrace: at Es.Program.Main(String[] args) in C:\Users\Fero\Documents\Visual Studio 2005\Projects\Es\Es\Program.cs:line 19 at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() </code></pre> <p>Declaration of Items:</p> <p>Function which gets the array of strings:</p> <pre><code>static string[,] ReadFromFile(string filename, int rowsF) { StreamReader SR; string S; string[] S_split; SR = File.OpenText(filename); S = SR.ReadLine(); string[,] myItems = new String[rowsF, 2]; int row_number = 0; while (S != null) { S_split = S.Split('"'); //temp_items[row_number,0] = myItems[row_number,0] = S_split[1]; myItems[row_number,1] = S_split[2]; row_number++; S = SR.ReadLine(); } SR.Close(); return myItems; } string[,] Items = ReadFromFile(myFile, rowsF); </code></pre> http://stackoverflow.com/questions/701746/how-to-force-webbrowser-component-to-always-open-web-page-in-the-same-window 3 How to force Webbrowser component to always open web page in the same window? Skuta 2009-03-31T16:02:44Z 2009-04-02T12:09:58Z <p>Hi,</p> <p>I need to use webbroser in my application as it keeps repetitive tasks from employees, but there is aproblem with javascript that opens a new window in IE after clicking on anchor. How do I tell webbrowser component to "open new window" where I want it to be opened? For example in the other webbrowser component? </p> http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1786416#1786416 Comment by Skuta on The RSS Feed of Wordpress blog goes wild Skuta 2009-11-23T22:16:04Z 2009-11-23T22:16:04Z No, it did not solve the problem. http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1785973#1785973 Comment by Skuta on The RSS Feed of Wordpress blog goes wild Skuta 2009-11-23T22:10:52Z 2009-11-23T22:10:52Z This is the first echo line of that file that tris to print output: echo '&lt;?xml version=&quot;1.0&quot; encoding=&quot;'.get_option('blog_charset').'&quot;?'.'&gt;'; ?&gt; http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1786003#1786003 Comment by Skuta on The RSS Feed of Wordpress blog goes wild Skuta 2009-11-23T22:07:53Z 2009-11-23T22:07:53Z the only plugins running are akismet and add to facebook which imho do not do anything to it http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1786329#1786329 Comment by Skuta on The RSS Feed of Wordpress blog goes wild Skuta 2009-11-23T22:06:45Z 2009-11-23T22:06:45Z It is in the root directory. http://stackoverflow.com/questions/1648848/how-to-make-even-small-website-worth-of-uml-modelling Comment by Skuta on How to make even small website worth of UML modelling? Skuta 2009-11-01T22:47:14Z 2009-11-01T22:47:14Z Result's I'm staying with the UML modelling within this project. Eventhough I got some diagrams finished, it seems as a neat way to take notes about even this small project :) http://stackoverflow.com/questions/1649071/how-can-i-get-an-e-mail-address-out-of-a-string-of-keyvalue-pairs Comment by Skuta on How can I get an e-mail address out of a string of key=value pairs? Skuta 2009-10-30T10:52:52Z 2009-10-30T10:52:52Z yeah, but you could have just searched for email word, skip the '=', loop out each character until you hit the @ ... http://stackoverflow.com/questions/1231593/how-to-utilize-my-learning-power-in-asp-net-studies/1231628#1231628 Comment by Skuta on How to utilize my learning power in ASP.NET studies? Skuta 2009-08-05T11:22:48Z 2009-08-05T11:22:48Z Does it mean I should start developing in MVC only? http://stackoverflow.com/questions/1231593/how-to-utilize-my-learning-power-in-asp-net-studies/1231639#1231639 Comment by Skuta on How to utilize my learning power in ASP.NET studies? Skuta 2009-08-05T07:54:06Z 2009-08-05T07:54:06Z yes, that're the videos I've mentioned there.. http://stackoverflow.com/questions/1077900/how-do-you-manage-your-own-small-project/1095953#1095953 Comment by Skuta on How do you manage your own small project? Skuta 2009-08-02T19:06:04Z 2009-08-02T19:06:04Z -1 I don't like pragmatic answers http://stackoverflow.com/questions/43975/can-you-recommend-good-uml-tutorials Comment by Skuta on Can you recommend good UML tutorials ? Skuta 2009-06-06T15:24:29Z 2009-06-06T15:24:29Z you saved me some time, wanted to ask sasme Q http://stackoverflow.com/questions/957975/can-i-get-sap-experience-without-working-for-the-company-using-sap/958021#958021 Comment by Skuta on Can I get SAP experience without working for the company using SAP? Skuta 2009-06-05T21:15:24Z 2009-06-05T21:15:24Z My objective is to get to corp. similar to HP http://stackoverflow.com/questions/957975/can-i-get-sap-experience-without-working-for-the-company-using-sap/958093#958093 Comment by Skuta on Can I get SAP experience without working for the company using SAP? Skuta 2009-06-05T21:14:36Z 2009-06-05T21:14:36Z Yeah, I just finished Bachelor of Science in Bachelor of Administration .. well it's not any victory, but I feel that I can make applications, have such degree, speak fluent english (I'm not native english speaker), employer COULD be interested in me as SAP employee.. http://stackoverflow.com/questions/957975/can-i-get-sap-experience-without-working-for-the-company-using-sap/958131#958131 Comment by Skuta on Can I get SAP experience without working for the company using SAP? Skuta 2009-06-05T21:12:10Z 2009-06-05T21:12:10Z Did I miss something? I wanted to know how to start being some value to a company that hires SAP people IF I don't work with SAP in my job... http://stackoverflow.com/questions/915057/is-this-piece-of-code-secure-php-mysql/915091#915091 Comment by Skuta on Is this piece of code secure - PHP && MySQL Skuta 2009-06-03T12:20:05Z 2009-06-03T12:20:05Z he's asking if the CODE is OK, not the mysql imlementation :) http://stackoverflow.com/questions/744966/any-open-source-c-ocr-library/744976#744976 Comment by Skuta on Any open source C# OCR library? Skuta 2009-04-13T19:41:54Z 2009-04-13T19:41:54Z it doesn't look like library for C#