User Skuta - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T19:23:50Zhttp://stackoverflow.com/feeds/user/21209http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild0The RSS Feed of Wordpress blog goes wildSkuta2009-11-23T20:56:39Z2009-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-select0How to create virtual column using MySQL SELECT ?Skuta2009-01-18T14:57:59Z2009-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-modelling0How to make even small website worth of UML modelling?Skuta2009-10-30T09:39:45Z2009-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-clients12How do you handle rude clients?Skuta2008-12-16T12:22:56Z2009-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-ie0How to solve the problem with TInyMCE in IE?Skuta2009-02-14T12:27:41Z2009-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("<script language=\"javascript\" type=\"text/javascript\" src=\"jscripts/tiny_mce/tiny_mce.js\"></script>");
echo('<script type="text/javascript">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",
});</script>');
echo("</head>\n");
</code></pre>
<p>This is what IE says (code):</p>
<pre><code><script language="javascript" type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script><script type="text/javascript">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",
});</script>
</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-cookiecontainer1How to insert CookieCollection to CookieContainer?Skuta2009-02-13T15:32:34Z2009-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-sql1How to round up any value in SQL?Skuta2009-09-07T11:10:44Z2009-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-studies0How to utilize my learning power in ASP.NET studies?Skuta2009-08-05T07:03:48Z2009-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-net1How to load MS Word document in C# (.NET)?Skuta2008-10-18T21:55:30Z2009-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-it0MediaPlayer does not show controls - problem with FF and IE. How to solve it?Skuta2009-03-16T18:01:56Z2009-06-16T22:43:59Z
<p>Hi,</p>
<p>I got this piece of code:</p>
<pre><code><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>
<param name="FileName" value="http://www.abradio.cz/asx/beta32.asx">
<param name="ShowControls" value="1">
<param name="ShowStatusBar" value="0">
<param name="ShowDisplay" value="0">
<param name="DefaultFrame" value="Slide">
<param name=”PlayCount” value="1">
<param name="Autostart" value="1">
<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 > </embed></object>
</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-firefox2How and by what should I create plugin to Firefox?Skuta2009-03-31T19:17:16Z2009-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-sap4Can I get SAP experience without working for the company using SAP?Skuta2009-06-05T20:28:59Z2009-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-file0Do you prefer functioning or including within one php file?Skuta2008-12-19T20:18:20Z2009-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-for0How do I ensure all loops finish in the same time in Parallel.For?Skuta2009-04-05T19:01:46Z2009-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 < 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 < max; j++) //Pre kazdy dalsi
{
int dlzkaJ = Items[j, 1].Length;
if (dlzkaJ >= 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 && issame == false)
{
prefix++;
}
else if (isprefix == true && issame == true && prefix == 0)
{
tempsame.Add(Items[j, 0]);
}
}
}
if ((prefix==0) && (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>> Car - unique Car - unique Cafeteria -
> unique Automobile - unique Auto - not
> unique - it's prefix of Automobile
> 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-1Answer by Skuta for Is this piece of code secure - PHP && MySQLSkuta2009-05-27T10:39:18Z2009-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-u2How do I open alternative webbrowser (Mozilla or Firefox) and show the specific url?Skuta2008-10-21T19:59:07Z2009-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-c1How to write my own wrapper in C#?Skuta2009-04-14T21:58:14Z2009-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-library8Any open source C# OCR library?Skuta2009-04-13T18:52:21Z2009-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-times0Is it possible to let List collapse after I do removeAt certain times?Skuta2009-04-08T17:07:13Z2009-04-08T17:51:29Z
<p>Let's say there is a list of <code>List<UInt32></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<UInt32></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<int></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-c0How to remove the element from List in C#?Skuta2009-04-08T15:39:43Z2009-04-08T15:58:11Z
<p>Hi,
I got a liiitle problem.</p>
<p>There is</p>
<pre><code>List<List<UInt32>> temp = new List<List<UInt32>>();
</code></pre>
<p>For example,</p>
<p>there are two <code>List<UInt32></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<UInt32></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<UInt32></code> within the main List and I know that the first <code>List<UInt32>.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-c0How to sort List<List<UInt32>> according to List<UInt32>[0] number ASC/DESC in C#?Skuta2009-04-07T13:18:56Z2009-04-07T14:17:20Z
<p>Hi,</p>
<p>How shall sort this in ASC order?</p>
<p>I got <code>List<List<UInt32>></code> full of records of <code>List<UInt32></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<UInt32>: 32,1,1,1,1,1
new List<UInt32>: 22,2,2,2,2,2
new List<UInt32>: 32,1,1,1,1,1
new List<UInt32>: 1,1,1,1,1
</code></pre>
<p>which should be sorted to:</p>
<pre><code>List<UInt32>: 1,1,1,1,1
List<UInt32>: 22,2,2,2,2,2
new List<UInt32>: 32,1,1,1,1,1
new List<UInt32>: 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-c0Any chance to get unique records using Linq (C#)?Skuta2009-04-07T07:23:27Z2009-04-07T12:46:22Z
<p>Hi,</p>
<p>I got a <code>list<list<string>></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<list<string>>
</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-fields1How to sort List<List<string>> according to List<string> number of fields?Skuta2009-04-06T14:01:27Z2009-04-06T19:01:30Z
<p>Hi,</p>
<p>How do I sort List<List<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><list<list<string>> 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#7209410Answer by Skuta for What is wrong with my link generated from PHP?Skuta2009-04-06T10:50:43Z2009-04-06T10:50:43Z<p>Why is your second <code>echo "" .$fname."</a> ";</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-c0How to create mutlidimensional list for this in C#?Skuta2009-04-06T09:27:50Z2009-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<List<string>> matrix = new List<List<string>>()</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<List<string>> matrix = new List<List<string>>();
List<string> row = new List<string>();
while (S != null)
{
row.Clear();
S_split = S.Split(' ');
for (int i = 1; i < 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-c1Is isprefix more expensive than comparing two strings in C#?Skuta2009-04-05T11:23:33Z2009-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-length0How to work out 1D array If I can't predict it's length?Skuta2009-04-04T01:39:06Z2009-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-c1How to maximize power used by my application in C#?Skuta2009-04-04T01:22:34Z2009-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-error1Why is my array throwing Out of Range Exception Error?Skuta2009-04-03T23:59:22Z2009-04-04T00:19:31Z
<p>Why does the following code throw an exception? </p>
<pre><code>for (int i = 0; i <= 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-window3How to force Webbrowser component to always open web page in the same window?Skuta2009-03-31T16:02:44Z2009-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#1786416Comment by Skuta on The RSS Feed of Wordpress blog goes wildSkuta2009-11-23T22:16:04Z2009-11-23T22:16:04ZNo, it did not solve the problem. http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1785973#1785973Comment by Skuta on The RSS Feed of Wordpress blog goes wildSkuta2009-11-23T22:10:52Z2009-11-23T22:10:52ZThis is the first echo line of that file that tris to print output: echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>http://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1786003#1786003Comment by Skuta on The RSS Feed of Wordpress blog goes wildSkuta2009-11-23T22:07:53Z2009-11-23T22:07:53Zthe only plugins running are akismet and add to facebook which imho do not do anything to ithttp://stackoverflow.com/questions/1785899/the-rss-feed-of-wordpress-blog-goes-wild/1786329#1786329Comment by Skuta on The RSS Feed of Wordpress blog goes wildSkuta2009-11-23T22:06:45Z2009-11-23T22:06:45ZIt is in the root directory.http://stackoverflow.com/questions/1648848/how-to-make-even-small-website-worth-of-uml-modellingComment by Skuta on How to make even small website worth of UML modelling?Skuta2009-11-01T22:47:14Z2009-11-01T22:47:14ZResult'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-pairsComment by Skuta on How can I get an e-mail address out of a string of key=value pairs?Skuta2009-10-30T10:52:52Z2009-10-30T10:52:52Zyeah, 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#1231628Comment by Skuta on How to utilize my learning power in ASP.NET studies?Skuta2009-08-05T11:22:48Z2009-08-05T11:22:48ZDoes 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#1231639Comment by Skuta on How to utilize my learning power in ASP.NET studies?Skuta2009-08-05T07:54:06Z2009-08-05T07:54:06Zyes, that're the videos I've mentioned there..http://stackoverflow.com/questions/1077900/how-do-you-manage-your-own-small-project/1095953#1095953Comment by Skuta on How do you manage your own small project?Skuta2009-08-02T19:06:04Z2009-08-02T19:06:04Z-1 I don't like pragmatic answershttp://stackoverflow.com/questions/43975/can-you-recommend-good-uml-tutorialsComment by Skuta on Can you recommend good UML tutorials ?Skuta2009-06-06T15:24:29Z2009-06-06T15:24:29Zyou saved me some time, wanted to ask sasme Qhttp://stackoverflow.com/questions/957975/can-i-get-sap-experience-without-working-for-the-company-using-sap/958021#958021Comment by Skuta on Can I get SAP experience without working for the company using SAP?Skuta2009-06-05T21:15:24Z2009-06-05T21:15:24ZMy objective is to get to corp. similar to HPhttp://stackoverflow.com/questions/957975/can-i-get-sap-experience-without-working-for-the-company-using-sap/958093#958093Comment by Skuta on Can I get SAP experience without working for the company using SAP?Skuta2009-06-05T21:14:36Z2009-06-05T21:14:36ZYeah, 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#958131Comment by Skuta on Can I get SAP experience without working for the company using SAP?Skuta2009-06-05T21:12:10Z2009-06-05T21:12:10ZDid 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#915091Comment by Skuta on Is this piece of code secure - PHP && MySQLSkuta2009-06-03T12:20:05Z2009-06-03T12:20:05Zhe's asking if the CODE is OK, not the mysql imlementation :)http://stackoverflow.com/questions/744966/any-open-source-c-ocr-library/744976#744976Comment by Skuta on Any open source C# OCR library?Skuta2009-04-13T19:41:54Z2009-04-13T19:41:54Zit doesn't look like library for C#