User mattlant - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T23:27:41Z http://stackoverflow.com/feeds/user/14642 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/104331/any-automated-tool-for-silverlight-xap-deployment-with-web-services 0 Any automated tool for silverlight xap deployment with web services? mattlant 2008-09-19T18:29:04Z 2009-11-12T09:25:30Z <p>Does anyone know of any tools, or even good processes for deploying Web Services and Silverlight applications that rely on those, and have it be able to automatically change the web services url and port nunbers in the config files automatically?</p> <p>right now I am always finding myself having to change the web service config on the server and then also have to edit the config inside the XAP. This is a pain when deploying small iterations to several servers (test, sales, demo, production, etc). I know i could write custom code, but i want to avoid that if I can.</p> <p>Its especially painful forgetting to make a change and getting a call later from a tester.</p> <p>Thanks</p> http://stackoverflow.com/questions/201037/is-there-a-perceptual-deltargb-comparison-of-two-colours-ie-like-deltae2000 0 is there a perceptual DeltaRGB comparison of two colours (ie: like DeltaE2000)? mattlant 2008-10-14T12:54:33Z 2009-09-13T19:59:59Z <p>I was wondering if anyone knows of a reliable Delta RGB formula or code snippet that does colour Delta of the full RGB tri stim values, like how DeltaE 2000/cmc does Lab/Lch that takes <em>perceptual</em> differences into account?. The RGB Colourspace could be any but if it needed to be a particular one I could keep it sRGB for the calculations. C# preferred, but I can convert from any language.</p> <p>I currently have a very basic rgb delta formula, but I would like to implement something that gets a truer sense of perceptual colour difference. Current right now is </p> <p>float delta = Math.Sqrt(Math.Pow(r1-r2, 2) + Math.Pow(g1-g2, 2) + Math.Pow(b1-b2, 2));</p> <p>This is similar to DeltaE 76(lab) but has the same drawbacks where perceptual difference is not taken into account.</p> <p>PLEASE dont just do a google search and paste the first thing you see! There are lots of Delta RGB formula's out there that may be found but do not take perceptual differences into account. If you have knowledge of this, please comment and/or paste any links to code samples. Also, I already have conversion from RGB to Lab/Lch and then into De2000/cmc. I am not looking for that.</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/139097/how-do-you-waste-work-time-ie-procrastinate/139148#139148 0 Answer by mattlant for How do you waste work time ie procrastinate? mattlant 2008-09-26T12:33:42Z 2009-08-03T12:51:04Z <p>Depends for me what mood I am in, but its either Reading a book (technical) or playing a Neverwinter Nights Module of some sort.</p> http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted 4 Doing the best internet searches: Tips and Tricks wanted. mattlant 2008-09-19T15:40:19Z 2009-05-18T07:10:51Z <p>Someone asked a question, what was the most important bookmark for a Developer, and it got me thinking. I personally answered Google of course. I have felt for the longest time that Google is the most indispensible tool for the developer as you can literally find anything you need by using well formed searches. Which brings me to my question:</p> <p>I would like to get some feedback from everyone on what tips and tricks they use for getting the best possible search results. This is not limited to just google searches. (inlcude links to any other recommended search engines/sites).</p> <p>I think one of the biggest issues with a lot of people in the IT world is they dont know how to properly utilize search engines and the vast wealth of knowledge on the internet. Lets hear your feedback. I hope to learn a few tricks from you all as well.</p> <p>EDIT: Just some clarification of things I am looking for. For example, lets say that a person who has never used the internet before is looking to buy a 2008 red mustang convertible in their hometwon. The first thing they might type is 'but mustang'. We all know what that will bring up. After they gain experience, they might start to type 'purchase 2008 mustang in mississauga'. Depending on search engine it will yield different results and perhaps what they want. BUt then they get more experience and might type 'purchase "2008 mustang convertible" red mississauga'. And then as they gain more experience they will use operators, and do things in different ways to yeild better results.</p> <p>I know lots of people who search for something specific but only type a single word and start browsing hundreds of pages.</p> <p>I am a firm beleiver that one of the MOST important skills for anyone in IT, especially Technical Support, is the ability to a search engine.</p> <p>So what ways do you search to yield the best possible results. Give examples. What operators do you use, in what placement, etc?</p> <p><hr /></p> <h2>Suggestions Given:</h2> <ol> <li><a href="http://www.google.com/support/bin/static.py?page=searchguides.html&amp;ctx=advanced" rel="nofollow">Google's list of tips &amp; tricks</a> - <a href="http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted#103123">AMD Fan</a></li> <li>Gooogle's <a href="http://www.google.com/codesearch" rel="nofollow">code search</a> - <a href="http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted#103196">Morton</a></li> <li><a href="http://www.allplus.com/" rel="nofollow">Allplus</a> - <a href="http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted#103397">Mecki</a></li> <li><a href="http://www.searchdotnet.com/" rel="nofollow">http://www.searchdotnet.com/</a> - <a href="http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted#103424">VanSkalen</a></li> <li>fileType: Serach terms here - <a href="http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted#103484">Gastoni</a></li> <li>Site searching and <a href="http://www.google.com/coop/cse/" rel="nofollow">Google Custom Serach engine</a> - <a href="http://stackoverflow.com/questions/103023/doing-the-best-internet-searches-tips-and-tricks-wanted#124801">Tim Farley</a></li> </ol> http://stackoverflow.com/questions/123105/visual-studio-window-manager 3 Visual Studio window Manager mattlant 2008-09-23T19:08:42Z 2008-12-03T17:39:33Z <p>Hi, I was wondering if anyone knows of a window manager for visual studio 2008 like <a href="http://www.codeplex.com/VSWindowManager" rel="nofollow">this one</a>. I really liked it, thats all i used in vs2005, and saw somewhere it supposed to work in vs2008 but it doesnt. I have tried it on many installations of vs2008 and it doesnt remember any settings. I really liked being able to easily change window layout quickly. Right now I just manuall import and export setting, but its not an instant process.</p> <p>Or maybe someone knows what i have to do to make it work?</p> <p>Thaknks in advance.</p> http://stackoverflow.com/questions/117101/what-is-the-best-way-to-generate-and-print-invoices-in-a-net-application/117530#117530 0 Answer by mattlant for What is the best way to generate and print invoices in a .NET application? mattlant 2008-09-22T20:46:56Z 2008-10-22T21:00:49Z <p>Even with SQL Server you may want to look at the client side reports functionality. It really fits better IMO with what you want. You can still query and get all the data you need form the server, but it allows you to have complete control over the automation process. Maybe you want to run it as a service, every day the report is generated by the service, converted to PDF and copied to disk and auto emailed. The client side can do all that and easily. And there is no reliance on reporting services or IIS, or having to have any of that configured.</p> http://stackoverflow.com/questions/195335/internet-explorer-debug-mode-is-there-a-quick-way-to-enable-disable-it 0 Internet Explorer Debug Mode - Is there a quick way to enable/disable it? mattlant 2008-10-12T10:48:08Z 2008-10-19T21:27:11Z <p>I do web site debugging with IE (as well as other browsers) but my problem is with IE, as it is the browser i usually use for regular browsing.</p> <p>In order to debug you need to turn on debug mode in the advanced options. Ok, fine. Its turned on. But the issue I have that is quite annoying is that it seems 30% of websites have JS errors, and IE in dbeug mode causes a popup. This is now also the case with SO as well, where i spend a lot of time now. Everytime i edit i get a js error pup up.</p> <p>I guess it comes down to this: Does anyone know of a way to QUICKLY enable and disable debug mode, such as a Hokey, or an add-in, so you dont have to go into Advanced Options to enable and disable?</p> <p>Thanks!</p> <p>Edit: I should mention I do mainly asp.net development and use vs.net. I do already use FF/Firebug for some scenarios and non ie related issues. I'm not really looking to switch around what I do or how I do it, mainly looking for a solution to the problem at hand. Even a workaround that doesnt involve using other browsers/debuggers.</p> http://stackoverflow.com/questions/210233/creating-a-web-app-then-adding-ajax-to-it/210272#210272 0 Answer by mattlant for Creating a web app, then adding AJAX to it? mattlant 2008-10-16T20:54:57Z 2008-10-16T20:54:57Z <p>I would differ from the first poster. Adding ajax isnt always as easy as 1,2,3. It really depends on what you are after.</p> <p>Adding things such as a colour animation can be made fairly easy, but if you are after things such as auto populating a text box, this requires extra code. Its not as easy as adding just something client side. you would also need to add in server side support to fetch the partial query results.</p> <p>Going beyond that it can become even more complex keeping your client side script in sync with server side support.</p> <p>But with the spirit of simplicity in mind there are libraries you can use to 'spice' up a website with animations and other eyecandy that can be implemented fairly easily which have been mentioned already.</p> http://stackoverflow.com/questions/205228/how-do-i-initialize-a-blank-database-as-per-a-populated-dataset/205289#205289 0 Answer by mattlant for How do I initialize a blank database as per a populated dataset? mattlant 2008-10-15T15:56:16Z 2008-10-15T15:56:16Z <p>Since yu mention .net as a tag you may be using MSSQL. </p> <p>If you have VS.NET db edition you can use the database tools to generate scripts for this. You can do schema comparer against a blank database and generate the script for the schema. You can then do the same for the data.</p> <p>If not there are tools you can get to do this for you. Such as <a href="http://sqlmanager.net/en/products/dbextract" rel="nofollow">http://sqlmanager.net/en/products/dbextract</a> . </p> <p>There are other tools as well for this, unfortunately that I cant think of off the top of my head as I use the former mentioned.</p> http://stackoverflow.com/questions/205099/i-o-performance-sanity-check-checking-for-a-files-existence/205113#205113 2 Answer by mattlant for I/O Performance Sanity Check - Checking for a file's existence mattlant 2008-10-15T15:15:18Z 2008-10-15T15:32:04Z <p>If the file not being there is an exceptional circumstance (as you say the db is always right), you should not check for it. </p> <p>If its not there you get an exception and handle it accordingly. That seems to be the way you say the system works, and I would handle it as such.</p> <p>One more note, If your saying that a file not being there when opened is just returning nothing, then that tells me there is a design flaw in your exception hanlding, and your lower level is not bubbling the exception far up enough to be properly handled so you can convey an error message back to the client.</p> <p>With proper exception handling/bublling you should have no problem returning an alernate asset. Rethink your exception handling rather than redesigning the way the system is supposed to work.</p> http://stackoverflow.com/questions/201036/best-books-for-learning-php/201059#201059 4 Answer by mattlant for Best book(s) for learning PHP mattlant 2008-10-14T13:00:26Z 2008-10-14T13:09:47Z <p>Try here: <a href="http://stackoverflow.com/questions/90924/what-is-the-best-php-programming-book">http://stackoverflow.com/questions/90924/what-is-the-best-php-programming-book</a></p> http://stackoverflow.com/questions/192793/what-is-your-favorite-programmer-t-shirt/194220#194220 6 Answer by mattlant for What is your favorite "programmer" t-shirt? mattlant 2008-10-11T15:43:07Z 2008-10-12T11:15:35Z <p>My fave</p> <p><img src="http://www.mattlant.com/images/favtshirt.gif" alt="alt text" /></p> <p>THIS SHIRT BELOW IS PHOTOSHOPPED! I did this so I could show what it would look like on a real T-Shirt. I plan to make one of these sometime when i stop procrastinating!!</p> <p><img src="http://www.mattlant.com/images/DaveShirtPS.jpg" alt="alt text" /></p> <p>In case you dont know, it's dave's T-Shirt from <a href="http://www.g4tv.com/codemonkeys/index.html" rel="nofollow">Code Monkeys</a></p> http://stackoverflow.com/questions/194761/image-zoom-using-javascript/194771#194771 1 Answer by mattlant for Image Zoom using javascript? mattlant 2008-10-11T22:59:21Z 2008-10-11T23:04:42Z <p>This really depends on what quality you are after. If you need a hires hiquality image with detailed zoom levels and proper interpolation you will need to write a backend service to serve up zoomed portions of your images. If you have no care for quality or speed, you could download the entire image and fit it to display inside a div absolutely positioned, offset for the area you want to view and sized as determined by your zoom level.</p> <p>I would say you are probably after the first option. There are some tools already made <a href="http://blogs.zdnet.com/microsoft/?p=1252" rel="nofollow">for this</a>, I persoanlly havnt used any of the tools; I am sure othes will post links to others you can try; I have written my own service and client. I cant go into the exact details as its proprietary, but I can give you an overview of what I do.</p> <p>I have an asp.net generic handler that takes a query string denoting which image (by an id) and the coordinates to zoom on and the target image size. I have the service load the image and crop and resize it (its more complicated than that as I have many optimizations and preparsing when the file is originally uploaded, such as multiple cross sections of the file for faster serving when zooming, but what I describing here is the basics).</p> <p>That service simply returns type image/jpeg and sends the image.</p> <p>On the client side I have written a marquee box control that allows the user to marquee an area on the image they want to zoom in on. they marquee the area and click zoom. This then calculates the offsets into the image of the selected coordinates based on the original image size and the viewable image size. I send hese coords to the handler previously mentioned.I load the the url with query string of the srvice into an Image object, and handle onload. If all went well i then swap that to the viewed image and updates all my client side variables for determining where on the image I am zoomed into and then it can be zoomed again or zoomed out or panned further from there.</p> <p>Now i understand your lazy requirement, but i need to say that writing this is actually quite easy to do to get the basics going. the hardest part you will find is doing a select box. But then even that can be as simple as tracking two click. Top left of the zoom select marque and bottom right. Or not having a select box at all and have a zoom in and out only at predetermined intervals. I on my projects required a zoom box as its a fairly complex image analysis solution.</p> <p>I hope this at least helpful and leads you to something useful.</p> http://stackoverflow.com/questions/194147/are-there-good-reasons-not-to-use-an-orm/194187#194187 1 Answer by mattlant for Are there good reasons not to use an ORM? mattlant 2008-10-11T15:16:45Z 2008-10-11T15:21:49Z <p>I think that using an ORM is still a good idea. Especially considering the situation you give. It sounds by your post you are the more experienced when it comes to the db access strategies, and I would bring up using an ORM. </p> <p>There is no argument for #1 as copying and pasting queries and hardcoding in text gives no flexibility, and for #2 most orm's will wrap the original exception, will allow tracing the queries generated, etc, so debugging isnt rocket science either.</p> <p>As for validation, using an ORM will also usually allow much easier time developing validation strategies, on top of any built in validation.</p> <p>Writing your own framework can be laborious, and often things get missed.</p> <p>EDIT: I wanted to make one more point. If your company adopts an ORM strategy, that further enhances its value, as you will develop guidelines and practices for using and implementing and everyone will further enhance their knowledge of the framework chosen, mitigating one of the issues you brought up. Also, you will learn what works and what doesnt when situations arise, and in the end it will save lots of time and effort.</p> http://stackoverflow.com/questions/194089/how-to-check-if-a-number-is-an-integer-in-net/194091#194091 15 Answer by mattlant for How to check if a number is an integer in .Net? mattlant 2008-10-11T13:56:02Z 2008-10-11T15:05:41Z <p>You can use int.<a href="http://msdn.microsoft.com/en-us/library/f02979c7.aspx" rel="nofollow">TryParse</a>. It will return a bool if it can parse the string and set your out parameter to the value</p> <pre><code> int val; if(int.TryParse(inputString, out val)) { //dosomething } </code></pre> http://stackoverflow.com/questions/193940/flexibility-in-the-project-scope/193949#193949 0 Answer by mattlant for Flexibility in the project scope? mattlant 2008-10-11T10:42:42Z 2008-10-11T10:42:42Z <p>This question cannot be given a blanket answer. It depends project to project.</p> <p>Examples:</p> <p>Client has money to burn, long timeline, no other projects on the go, I am very flexible.</p> <p>Client is tight with $$, short timeline, other projects on the go, I am hardly flexible at all.</p> <p>Other factors come into play as well, such as the process that has been chosen for the project. For example, you will be more flexible in an agile process, less flexible in a waterfall approach.</p> http://stackoverflow.com/questions/193895/should-programmers-take-it-help-desk-positions/193902#193902 15 Answer by mattlant for Should programmers take IT help desk positions? mattlant 2008-10-11T09:42:18Z 2008-10-11T09:42:18Z <p>If you can find something more related to programming, then for sure go for it. But this however, is still a good one to take, it at least puts you in an IT position. That is important for getting any IT related job in the future in my opinion.</p> <p>And the overqualified thing. Its usually BS, but in IT it actually holds water, and it means exactly what he said. You have now, or will have qualifications that allow you to get a better job, which means you either wont stay long, or will get bored and not do your job like an eager beaver, etc.</p> <p>I would take the job anyways, and leave when you feel you need to leave. If there is no contract that determines minumum working period take it. Dont feel bad or anything about commitments. DO what is best for YOU, and leave when its best for you.</p> http://stackoverflow.com/questions/193339/simple-3d-graphics-project/193376#193376 15 Answer by mattlant for Simple 3D graphics project? mattlant 2008-10-10T23:44:27Z 2008-10-11T08:20:59Z <p>a 3D Text/Code Editor. Text is 3d, errors stand out, code indentations not only indent but protrude on z axis, pages/files are 3d and can be flipped like a ringpad.</p> <p>Probably not usefull, but fun and more interesting than a game imo.</p> <p><img src="http://mattlant.com/images/3d.gif" alt="alt text" /></p> http://stackoverflow.com/questions/190909/does-the-primacy-effect-skew-votes/190931#190931 3 Answer by mattlant for Does the primacy effect skew votes? mattlant 2008-10-10T11:44:18Z 2008-10-10T11:44:18Z <p>I do belive that this is the case. I have noticed that if an answer that has 3-5 votes and its a popular topic it starts to get votes even faster until it tapers off, even if there is another answer the same.</p> http://stackoverflow.com/questions/190911/how-to-generate-asp-net-page-every-time-when-using-master-pages/190920#190920 1 Answer by mattlant for How to generate ASP.NET page every time when using master pages? mattlant 2008-10-10T11:37:40Z 2008-10-10T11:37:40Z <p>It sounds like you have <a href="http://msdn.microsoft.com/en-us/library/aa478965.aspx" rel="nofollow">caching</a> enabled, as normal behaviour without caching is to regenrate.</p> http://stackoverflow.com/questions/190820/testing-net-application/190836#190836 1 Answer by mattlant for Testing .net Application mattlant 2008-10-10T11:01:17Z 2008-10-10T11:01:17Z <p>for asp.net you can use the web testing framework in visual studio test edition as well as something like <a href="http://wtr.rubyforge.org/" rel="nofollow">watir</a>. This of course would be in adition to unit testing.</p> http://stackoverflow.com/questions/190771/how-secure-is-sending-sensitive-data-over-https/190789#190789 1 Answer by mattlant for How secure is sending sensitive data over https? mattlant 2008-10-10T10:46:00Z 2008-10-10T10:46:00Z <p>Yes it is secure enough. While I agree its not usually a good idea anyways to have stuff such as that in a query string, its ok if its not a query string that will show in the address bar. If it shows in the address bar you for obvious reasons lose a level of security (people walking by, etc)</p> http://stackoverflow.com/questions/41715/excluding-a-folder-from-source-control-in-an-asp-net-website/190765#190765 0 Answer by mattlant for Excluding a folder from source control in an ASP.NET website? mattlant 2008-10-10T10:39:29Z 2008-10-10T10:39:29Z <p>I would suggest emptying/deleting your folder from your website. Have your website on startup create/verify the folder, and on shutdown to clean it up and remove anything in it. This can be DEBUG code only (wrap in #if DEBUG) if so needed. Also add a build script to your project that does this every time it is built also.</p> http://stackoverflow.com/questions/190701/creating-your-own-tinyurl-style-uid/190739#190739 0 Answer by mattlant for Creating your own Tinyurl style uid mattlant 2008-10-10T10:27:54Z 2008-10-10T10:27:54Z <p>I would generate a random value representative of the data that you are going to hash, and then hash that and check clahses rather than trying to simulate with random manually made hashes. This will give you a better indicator. And you will have more randomness because you will have more to randomize (Assuming your data to be hashed is larger :) ).</p> http://stackoverflow.com/questions/190385/how-to-manipulate-images-at-pixel-level-in-c/190420#190420 1 Answer by mattlant for How to manipulate images at pixel level in C#? mattlant 2008-10-10T07:31:28Z 2008-10-10T07:39:07Z <p>A Sample code routine: (I use this for simple merge and compare functionality. It takes two images and produces a third greyscale image showing the differences between the two images as a greyscale tone level. The darker it is the more the diff.</p> <pre><code> public static Bitmap Diff(Bitmap src1, Bitmap src2, int x1, int y1, int x2, int y2, int width, int height) { Bitmap diffBM = new Bitmap(width, height, PixelFormat.Format24bppRgb); for (int y = 0; y &lt; height; y++) { for (int x = 0; x &lt; width; x++) { //Get Both Colours at the pixel point Color col1 = src1.GetPixel(x1 + x, y1 + y); Color col2 = src2.GetPixel(x2 + x, y2 + y); //Get the difference RGB int r = 0, g = 0, b = 0; r = Math.Abs(col1.R - col2.R); g = Math.Abs(col1.G - col2.G); b = Math.Abs(col1.B - col2.B); //Invert the difference average int dif = 255 - ((r+g+b) / 3); //Create new grayscale rgb colour Color newcol = Color.FromArgb(dif, dif, dif); diffBM.SetPixel(x, y, newcol); } } return diffBM; } </code></pre> <p>EDIT: Marc's post above notes LockBits and using that to modify the image directly in memory. I would suggest looking at that rather than what I have posted if performance is a concern. Thanks Marc!</p> http://stackoverflow.com/questions/190349/explicit-multi-core-c-applications/190362#190362 7 Answer by mattlant for Explicit multi-core C# applications mattlant 2008-10-10T07:00:19Z 2008-10-10T07:21:08Z <p>If your application is already threaded properly, you dont have to do anything. Thread context execution and handling is done for you. </p> <p>Now when it comes to threading, is your app threaded in a way to utilize the cores? do you have processor intensive tasks split into seperate threads. If not, then you will need to make changes to split up your processing tasks into more threads. You can use Environment.ProcessorCount to get the core count and make as many threads as appropriate at runtime for your tasks.</p> <p>As of now, there is not really any way to make an improperly threaded app(single thread) into a threaded app taking advantage of all the processors/cores, unless you look to future technologies, such as <a href="http://msdn.microsoft.com/en-us/magazine/cc163329.aspx" rel="nofollow">plinq</a> and <a href="http://en.wikipedia.org/wiki/Parallel_FX_Library" rel="nofollow">Parallel FX</a></p> http://stackoverflow.com/questions/190296/how-do-you-effectively-model-inheritance-in-a-database/190303#190303 5 Answer by mattlant for How do you effectively model inheritance in a database? mattlant 2008-10-10T06:08:43Z 2008-10-10T07:21:00Z <p>There are two main types of inheritance you can setup in a DB, table per entity and table per Hierarchy.</p> <p>Table per entity is where you have a base entity table that has shared properties of all child classes. You then have per child class another table each with only properties applicable to that class. They are linked 1:1 by their PK's</p> <p><img src="http://mattlant.com/ent.png" alt="alt text" /></p> <p>Table per hierarchy is where all classes shared a table, and optional properties are nullable. Their is also a discriminator field which is a number that denotes the type that the record currently holds</p> <p><img src="http://mattlant.com/hier.png" alt="alt text" /> SessionTypeID is discriminator</p> <p>Target per hierarchy is faster to query for as you do not need joins(only the discriminator value), whereas target per entity you need to do complex joins in order to detect what type something is as well as retreiuve all its data..</p> <p>Edit: The images I show here are screen shots of a project I am working on. The Asset image is not complete, hence the emptyness of it, but it was mainly to show how its setup, not what to put inside your tables. That is up to you ;). The session table holds Virtual collaboration session information, and can be of several types of sessions depending on what type of collaboration is involved.</p> http://stackoverflow.com/questions/190265/searching-byte/190324#190324 0 Answer by mattlant for Searching byte[] mattlant 2008-10-10T06:35:32Z 2008-10-10T06:35:32Z <p>Can you use unmanaged/unsafe code? If so I would probably suggest looking into using pointer arithmetic for searching your byte array. That is how strings are effective. You can do similar.</p> <p>another solution could be to use a dictionary to store your packet data. Have the key be your signature. Then its rather fast and easy to find it. Several ways to have the byte as a key, such as base64string, a simepl wrapper (use KeyedCollection if you do this) etc.</p> http://stackoverflow.com/questions/190236/how-do-i-make-a-thread-dump-in-net-a-la-jvm-thread-dumps/190271#190271 1 Answer by mattlant for How do I make a thread dump in .NET ? (a la JVM thread dumps) mattlant 2008-10-10T05:48:08Z 2008-10-10T05:54:33Z <p>I wrote a dumper for a project i worked on in the past:</p> <pre><code>void CrashHandler::WriteThreadInfo(StringWriter* sw, ArrayList* threads, String* type) { sw-&gt;WriteLine(type); IEnumerator* ie = threads-&gt;GetEnumerator(); while(ie-&gt;MoveNext()) { botNETThread* bnt = static_cast&lt;botNETThread*&gt;(ie-&gt;Current); if(!bnt-&gt;IsAlive) continue; sw-&gt;WriteLine(String::Concat(S"ORIGIN ASSEMBLY: ", bnt-&gt;Assembly-&gt;FullName)); sw-&gt;WriteLine(String::Concat(S"THREAD NAME: ", (bnt-&gt;Name &amp;&amp; bnt-&gt;Name-&gt;Length)?bnt-&gt;Name:S"Unnamed thread")); sw-&gt;Write(GetStackTrace(bnt-&gt;_thread)); sw-&gt;WriteLine(); sw-&gt;WriteLine(); } } String* CrashHandler::GetStackTrace(Thread* t) { System::Diagnostics::StackTrace __gc * trace1 = __gc new System::Diagnostics::StackTrace(t, true); System::String __gc * text1 = System::Environment::NewLine; System::Text::StringBuilder __gc * builder1 = __gc new System::Text::StringBuilder(255); for (System::Int32 num1 = 0; (num1 &lt; trace1-&gt;FrameCount); num1++) { System::Diagnostics::StackFrame __gc * frame1 = trace1-&gt;GetFrame(num1); builder1-&gt;Append(S" at "); System::Reflection::MethodBase __gc * base1 = frame1-&gt;GetMethod(); System::Type __gc * type1 = base1-&gt;DeclaringType; if (type1 != 0) { System::String __gc * text2 = type1-&gt;Namespace; if (text2 != 0) { builder1-&gt;Append(text2); if (builder1 != 0) { builder1-&gt;Append(S"."); } } builder1-&gt;Append(type1-&gt;Name); builder1-&gt;Append(S"."); } builder1-&gt;Append(base1-&gt;Name); builder1-&gt;Append(S"("); System::Reflection::ParameterInfo __gc * infoArray1 __gc [] = base1-&gt;GetParameters(); for (System::Int32 num2 = 0; (num2 &lt; infoArray1-&gt;Length); num2++) { System::String __gc * text3 = S"&lt;UnknownType&gt;"; if (infoArray1[num2]-&gt;ParameterType != 0) { text3 = infoArray1[num2]-&gt;ParameterType-&gt;Name; } builder1-&gt;Append(System::String::Concat(((num2 != 0) ? S", " : S""), text3, S" ", infoArray1[num2]-&gt;Name)); } builder1-&gt;Append(S")"); if (frame1-&gt;GetILOffset() != -1) { System::String __gc * text4 = 0; try { text4 = frame1-&gt;GetFileName(); } catch (System::Security::SecurityException*) { } if (text4 != 0) { builder1-&gt;Append(System::String::Concat(S" in ", text4, S":line ", frame1-&gt;GetFileLineNumber().ToString())); } } if (num1 != (trace1-&gt;FrameCount - 1)) { builder1-&gt;Append(text1); } } return builder1-&gt;ToString(); } </code></pre> <p>You can use Process.GetCurrentProcess().Threads to get threads</p> <p>And I know i spasted Managed C++ but its easy enough to follow. I take an arraylist of threads because for my purpose I had catagorized my threads. And yes i used previously written stack frame code as I was new to MC++ at the time :)</p> <p>The entire file is <a href="http://mattlant.com/CrashHandler.cpp" rel="nofollow">here</a>. This was for a <a href="http://www.d2botnet.org" rel="nofollow">Diablo II botting engine</a> I wrote some time ago.</p> http://stackoverflow.com/questions/190232/can-a-recursive-function-be-inline/190245#190245 0 Answer by mattlant for Can a recursive function be inline? mattlant 2008-10-10T05:36:45Z 2008-10-10T05:36:45Z <p>The compiler will make a call graph to detect these sorts of things and prevent them. So it would see that the function calls itself and not inline. </p> <p>But mainly it is controlled by the inline keyword and compiler switches(For example, you can have it auto inline small functions even without the keyword.) Its important to note that Debug compilations should never be inlining as the callstack will not be preserved to mirror the calls you created in code.</p> http://stackoverflow.com/questions/205099/i-o-performance-sanity-check-checking-for-a-files-existence/205117#205117 Comment by mattlant on I/O Performance Sanity Check - Checking for a file's existence mattlant 2008-10-15T15:30:07Z 2008-10-15T15:30:07Z @jon, but you shoudl handle it the way the system is designed. You should not do all this prechecking. It is an exceptional circumstance. That makes your code clearer and keeps the system working the way its meant to be working. http://stackoverflow.com/questions/205099/i-o-performance-sanity-check-checking-for-a-files-existence/205128#205128 Comment by mattlant on I/O Performance Sanity Check - Checking for a file's existence mattlant 2008-10-15T15:23:21Z 2008-10-15T15:23:21Z If it causes confucion, it doesnt NEED the check, it requires better error handling, such as handling the exception properly. http://stackoverflow.com/questions/201036/best-books-for-learning-php/201059#201059 Comment by mattlant on Best book(s) for learning PHP mattlant 2008-10-14T20:53:00Z 2008-10-14T20:53:00Z Thats ok it happens. I didnt post this to be mean, but to help out. http://stackoverflow.com/questions/185448/would-you-consider-this-a-singleton-singleton-pattern/185460#185460 Comment by mattlant on Would you consider this a singleton/singleton pattern? mattlant 2008-10-12T11:45:55Z 2008-10-12T11:45:55Z I marked this as the correct answer not because it was absolutely a correct answer, i dont htink this quesion has one, but you were one of the few who understood what i was trying to get at and gave some good input. thx again. http://stackoverflow.com/questions/195335/internet-explorer-debug-mode-is-there-a-quick-way-to-enable-disable-it Comment by mattlant on Internet Explorer Debug Mode - Is there a quick way to enable/disable it? mattlant 2008-10-12T11:38:51Z 2008-10-12T11:38:51Z even if its not the best. http://stackoverflow.com/questions/195335/internet-explorer-debug-mode-is-there-a-quick-way-to-enable-disable-it Comment by mattlant on Internet Explorer Debug Mode - Is there a quick way to enable/disable it? mattlant 2008-10-12T11:38:17Z 2008-10-12T11:38:17Z Because I actually like it! Theres several reasons actually, mainly because i use a bunch of stuff that pretty much only runs in IE, for example, MS Exchange 2003 Outlook Web Access. I could use FF but i lose all the nice features of it. So I would just rather stick with a single browser... http://stackoverflow.com/questions/195335/internet-explorer-debug-mode-is-there-a-quick-way-to-enable-disable-it/195358#195358 Comment by mattlant on Internet Explorer Debug Mode - Is there a quick way to enable/disable it? mattlant 2008-10-12T11:25:02Z 2008-10-12T11:25:02Z thx, i will take a look at it to see how well it fits. If it alows me to still use vs as the main debugger but can be anabled and disabled, its definately something i would use. Thanks agian. http://stackoverflow.com/questions/195335/internet-explorer-debug-mode-is-there-a-quick-way-to-enable-disable-it/195348#195348 Comment by mattlant on Internet Explorer Debug Mode - Is there a quick way to enable/disable it? mattlant 2008-10-12T11:17:13Z 2008-10-12T11:17:13Z I do use FF/Firebug also, but I still need to use IE. http://stackoverflow.com/questions/194089/how-to-check-if-a-number-is-an-integer-in-net/194105#194105 Comment by mattlant on How to check if a number is an integer in .Net? mattlant 2008-10-11T22:42:51Z 2008-10-11T22:42:51Z Hi, gave a vote for supplementing with regex. Its something i dont think of using enough in my daily work. Thanks. http://stackoverflow.com/questions/192793/what-is-your-favorite-programmer-t-shirt/194314#194314 Comment by mattlant on What is your favorite "programmer" t-shirt? mattlant 2008-10-11T17:03:39Z 2008-10-11T17:03:39Z ya cant see it, although it should be working. The img tag isnt even rendering in the markup http://stackoverflow.com/questions/193339/simple-3d-graphics-project/193376#193376 Comment by mattlant on Simple 3D graphics project? mattlant 2008-10-11T16:58:40Z 2008-10-11T16:58:40Z Definately would be fun. Lots of things you could do with it too, such as errors pulsate/rotate/flip, drag and drop text realtime causing other lines to move around as you drag it, bringing the the code block you are working on closer to the camera(sort of like a zoom).... http://stackoverflow.com/questions/194247/how-do-i-create-a-string-from-one-row-of-a-two-dimensional-rectangular-character Comment by mattlant on How do I create a string from one row of a two dimensional rectangular character array in C#? mattlant 2008-10-11T16:12:33Z 2008-10-11T16:12:33Z Hi, i posted but dudnt pay attention to the array type. I will post some code again shortly. http://stackoverflow.com/questions/194147/are-there-good-reasons-not-to-use-an-orm/194178#194178 Comment by mattlant on Are there good reasons not to use an ORM? mattlant 2008-10-11T15:14:40Z 2008-10-11T15:14:40Z This doesnt fit the OP's situation though. I understand and agree with what you say, but the OP makes it sound like they just copy queries as text into code and use that rather than SP's. This still leaves security and control in the hands of the developers. http://stackoverflow.com/questions/194147/are-there-good-reasons-not-to-use-an-orm/194160#194160 Comment by mattlant on Are there good reasons not to use an ORM? mattlant 2008-10-11T15:09:38Z 2008-10-11T15:09:38Z Yes, most wrap the exception, so you would still be able to get the originating exception thorugh .inner http://stackoverflow.com/questions/187289/what-code-metrics-convince-you-that-provided-code-is-crappy/187294#187294 Comment by mattlant on What code metric(s) convince you that provided code is "crappy"? mattlant 2008-10-11T10:00:28Z 2008-10-11T10:00:28Z @Dandikas, Looks like others dont quite agree with you. I think in a general vague sense this is a valid answer, and it is automatically counted by the compiler.