Descent Pig And Hog Filestream
admin 10.09.2019
Descent Pig And Hog Filestream 3,6/5 8644 reviews
- Torino Italy. Torino Italy.
- Monroe County Pennsylvania.
Mar 17, 2015. Extract these to your Descent folder (whichever folder has the Descent.hog and Descent.pig files.) To play, run the Dxx_Retro_1.3 app in your Descent folder. -- On Linux, compile from the source on github (you'll want to clone the repository and run scons on it, targeting the d1 retro 1.3 and d2 retro 1.3a.
PermalinkJoin GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Difference Between Pig And Hog
Sign up Find file Copy path
Cannot retrieve contributors at this time
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 2.

id;label;text |
ASec_1;NO;''SVG transform on text attribute works excellent! This snippet, for example, will increase your text by 2x at Y-axis.'' |
ASec_2;NO;''Excellent! This is exactly what I needed. Thanks!'' |
ASec_3;NO;''Have added a modern solution as of May 2014 in answers below.'' |
ASec_4;NO;''Have you tried removing 'preload' attribute? (Afraid I can't be much help otherwise!)'' |
ASec_5;NO;''A smarter, entirely C++-way of doing what you want is using . Especially helps you to accomplish what you want. Please see the excellent about how to use it!'' |
ASec_6;NO;''Ok, I find the reason: device won't answer to simple user (and doesn't matter what permissions did you ask in program manifest). You can directly speak to device only if you are root (or from kernel mode). That means you cannot use devices directly from general applications. Very sad :('' |
ASec_7;NO;''Customise toolbar above iPad keyboard adding a single line textfield aka SMS style I have ipad app with landscape locked view with multiple textfields that I dont want to scroll up but like to enter single line text via a textfield in the toolbar, next to the Done, Next and Previous buttons. I am new to coding and built the app except for this customisation of the toolbar any help would be excellent :)'' |
ASec_8;NO;''What about Signed zero. -0.0 vs Unsigned zero 0.0'' |
ASec_9;NO;''The TIFF file can store various image types: Bilevel (B/W) Grayscale Palette-color RGB full-color The storing of actual image data is done differently for each image type. The is not the scariest I have seen, but it is definitely not trivial!'' |
ASec_10;NO;''I don't understand why (Apple in this moment I'm hating you!), but ALAssetsLibrary in iOS 4.3.4 does not allow fetching in a background thread (I was running a series of in a ). I solved by creating a little wrapper using . EDIT: After a code refactoring and the upgrade to iOS 5, I finally realized that the problem is actually related to how ALAssetsLibrary works, there is no need to use . .'' |
ASec_11;NO;''Excellent tips, thanks! Additionally you can try Clarity'' |
ASec_12;NO;''Try altering the request to include .'' |
ASec_13;NO;''I am unable keep selection after locking model of grid. My code is as below.'' |
ASec_14;NO;''Excellent! Works exactly like I wanted. Thanks.'' |
ASec_15;NO;''Hi I'm using the chrome inspector (F12) to try and analyze the z-index of a twitter bootstrap popover, and finding it extremely frustrating... Is there a way to freeze the popover (while shown) so that I can assess and modify the associated CSS? Placing a fixed 'hover' on the associated link does not cause the popover to appear.'' |
ASec_16;NO;''This is an absolutely horrid wart in the API, but it's never going away.'' |
ASec_17;NO;''@VitoshKa Excellent! Wish I could give you another up vote for th update'' |
ASec_18;NO;''I have a long scrolling page, and want to test if an element is 100px from the top, then apply a class elsewhere (until the next element in line is 100px from the top) If I could just get the basic statement I would be ecstatic, anything extra would be a bonus!'' |
ASec_19;NO;''I am working with Eclipse (Indigo) to develop C projects. When I create a new C project in a new workspace, by default the 'Autosave before build' option is not set. This is extremely frustrating, as autosave is usually the default behavior in other IDE's I worked on. I change some code, build and nothing seems to go as expected - until I remember that the option is not set... Is there a way to make Eclipse open a new workspace with this option set?'' |
ASec_20;NO;''Great time saver and hidden gem. Excellent!'' |
ASec_21;NO;''I have hit this too. No solution as yet. This is very worrying though!'' |
ASec_22;NO;''TRUNCATE_ONLY option on log backup is discontinued in SQL 2008.'' |
ASec_23;NO;''Guy's I am at my wit's end. I've got a VPS that I'm mucking around on, so nothing is important, but nginx is being a complete pain. I've deleted all of the content inside and restarted. Visting the ip of the server simply results in a page with one word on it: I just don't get it. Is this normal nginx behaviour? I've deleted the entire conf file and restarted, so why is this happening?'' |
ASec_24;NO;''100m (milli) means a loadavg of 0.1: your server is pretty fine!'' |
ASec_25;NO;''You can register any serializable type with the clipboard provider:'' |
ASec_26;NO;''Shoulld be:'' |
ASec_27;NO;''Firstly, that's not how works. You have to specify constants for each , and those constants will be compared to the expression in parentheses (in your case, ). That is how works, period. Secondly, switch is not faster than several s And thirdly, you shouldn't really worry about miniscule performance optimizations when you're dealing with javascript.'' |
ASec_28;NO;''Compare these two methods: Aside from the method signatures (bar can declare instead of ), is there any practical difference between the two methods? To be clear: I'm aware that this is a horrible approach to exception handling, and should not be done!'' |
ASec_29;NO;''Excellent! That makes life considerably easier. I really didn't want to add another layer to the application if I could avoid it. As far as StackOverflow etiquette goes, if I set this question as answered, Nikos won't get the rep for it as the answer is in the comments. What's the protocol?'' |
ASec_30;NO;''Excellent article! Very useful :)'' |
ASec_31;NO;''You are just too quick...you scooped my answer'' |
ASec_32;NO;''This is one of the shortcomings of DGV that I absolutely hate and why I almost always bind to an IEnumerable of an anonymous type.'' |
ASec_33;NO;''Your are really violating the idea of TDD if your code if doing something different for the Test. Why do you only need to change it inside the test?'' |
ASec_34;NO;''FEAR!!!!!!!!!!!'' |
ASec_35;NO;''How to get button Clicked for single time or Long press on it clicked event?'' |
ASec_36;NO;''I've re-read my comment, and it says what I meant it to say.'' |
ASec_37;NO;''@Oded thank you this tool is very great!'' |
ASec_38;NO;''A simple Google search would suffice for this question. All are excellent resources (and the top three Google links!). Essentially, there's a new API which allows JS to request fullscreen access. That's about it.'' |
ASec_39;NO;''put your path and your shadow in a set. apply your animation to the set and it'll affect both. a really terrible example where I move both at once.'' |
ASec_40;NO;''Yep I've been testing some stuff recently under Safari 5.1.5 (WinXP) recently and when you have elements with tabindex='0', all the elements EXCEPT links ( with 'href' defined) are focusable. By all elements, I mean s, s etc. It's absolutely amazing for me from the accessibility point of view!'' |
ASec_41;NO;''Still printed but had that dreaded extra page! -_-'' |
ASec_42;NO;''I started to be thrilled only to find out that the example is ascii art!'' |
ASec_43;NO;''Here is the good example of getting twitter-like UI for ipad app. , its really awesome!!!!! It provides : cascade views orientation support bouncing effect'' |
ASec_44;NO;''Excellent answer, thanks! Wish I could give you more points.'' |
ASec_45;NO;''I have developed a cumulative sum function as defined below in the Haskell library Repa. However, I have run into an issue when combining this function with the transpose operation. All 3 of the following operations take well under a second: However, if I write: performance degrades horrendously. While each individual operation in isolation takes well under a second on a 1920x1080 image, when combined they now take 30+ seconds... Any ideas on what could be causing this? My gut tells me it has something to do with delayed arrays, not forcing at the right time, etc... But I do not have enough experience to track this down quite yet.'' |
ASec_46;NO;''@Mario I disagree, while the answer is outrageously awful, it's still an answer.'' |
ASec_47;NO;''Don't do that. Use instead. is a FIFO queue that lets you pass data around threads without worrying (much!) about locking semantics.'' |
ASec_48;NO;''No worries Stephen!'' |
ASec_49;NO;''The following program prints 0, not std::string::npos as I expected. Why?'' |
ASec_50;NO;''If I have a setup project in a VS 2010 solution and I add/remove another project, or unload/reload another project any setup projects in the solution are expanded in the solution explorer. It only does this for setup projects and it is extremely annoying. Is there any way to disable this behaviour?'' |
ASec_51;NO;''sounds like desirable behaviour to me! How do you make it do that again?!?'' |
ASec_52;NO;''I am learning ML. Can some one please help me out with basic input/output functions in ML?? I just want to read input from console and store it in a variable and use it in my ML program. Please help. If you can point me towards some example for this also it would be super great!!! Thank you.'' |
ASec_53;NO;''I appreciate your warm welcome, I never seen such a warm regard here for trying to be helpful, it was a really pleasant introduction and I want to thank you for taking your time to write - at last the end of the questions reads 'If anyone has any ideas I would be extremely grateful!''' |
ASec_54;NO;''Excellent point! Thanks!! I did mean just the left side though.. (I should have specified that). Was glad to learn your insight though..'' |
ASec_55;NO;''This is really great question - well organised and explained, nicely done!'' |
ASec_56;NO;''Thanks. That was a really great pointer!'' |
ASec_57;NO;''Excellent, this works perfectly! Thank you :)'' |
ASec_58;NO;''Excellent, Thanks!'' |
ASec_59;NO;''@MikeChristensen that's horrible : and weird!!'' |
ASec_60;NO;''I would not go the gdi route... Have you considered using wpf?'' |
ASec_61;NO;''Can you give us some more code?'' |
ASec_62;NO;''Is it possible to pass 3 parameters into a selenium command via IDE? e.g.'' |
ASec_63;NO;''Can't find any manual about changing width of taglist element size. Taglist element is wider than icons I had set. It looks really awful =( Screenshot:'' |
ASec_64;NO;''Unless you use JetBrains's excellent tools!'' |
ASec_65;NO;''My guess is that you would have to extend the classes for DataTip, to check for NULL hitData objects, to kill/stop the drawing of the display. I do not think there is a way to do that normally in FLEX. You would have to customize and override the hitData class unfortunately. What a pain!!'' |
ASec_66;NO;''excellent solution is in subclass UITextView add lines It's work!'' |
ASec_67;NO;''Use to insert data from another table'' |
ASec_68;NO;''Ahhh! I just made num_rows work (even though I don't need it, as you pointed out) because of your indirect help! Thanks you sweetheart!'' |
ASec_69;NO;''+1 fast and furious, or should I say, you are fast and I am furious! `:P`'' |
ASec_70;NO;''Including an external jsp page as an innerHtml from a javascript function'' |
ASec_71;NO;''By the way, I agree with Henrik P. Hessel. This is a very horrible piece of code.'' |
ASec_72;NO;''Maybe you can post the relevant code snippet? Regards, tamberg'' |
ASec_73;NO;''I have a javascript document.write function that returns a textarea value to a field like so: Now, I need the output of what is returned from the document.write part to be in BBCode output, so if the value fetched from the document.write function is [b]hello[/b], it returns 'hello' not [b]hello[/b]. Any help would be extremely appreciated!'' |
ASec_74;NO;''I'm getting a 404 when I try to check that link... do you need to edit the html?'' |
ASec_75;NO;''I had a memory crash on UIGraphicsGetImageFromCurrentImageContext() ... if you're creating and releasing a lot of them, you should wrap them in a fresh AutoReleasePool for each iteration. Even allowing the NSRunLoop to tick WAS NOT ENOUGH for Apple/iOS to do housekeeping on garbage lying around from this. e.g.'' |
ASec_76;NO;''Stu Nicholls's site has a lot of examples of how to do this without javascript. It's a really excellent resource.'' |
ASec_77;NO;''i am currently having some difficulties trying converting a Unicode character string (DT_WSTR) into an INT this is what i have (Note most writings are in German, but i think someone who has worked with SSIS will unterstand anyways) Data Type selected: A four-byte, unsigned integer.but all it does is fail terribly'' |
ASec_78;NO;''yes it does it in IE8 as well. Very annoying !'' |
ASec_79;NO;''I m really excited to know that html 5 has in build support for audio and video playback( I know its old news but I just woke up ! :P) . What is even more exciting is that it can play local audio/video files in matters of some click. I had a look at this , could not find any offline video player. my question is why is that people are not developing an offline media player which could just be loaded form a website ? are there some issues ? Thanks'' |
ASec_80;NO;''There's an excellent series of posts on execution plans and how to read and interpret them - and a totally free e-book on the topic as well! - on the excellent Simple-Talk site. Check them out - well worth the time!'' |
ASec_81;NO;''Yes, you need two view controllers. Check out lesson 7 from Stanfords CS193P iPhone Application Programming course. It is available online. Both slides and the lecture through iTunes U. I really enjoyed watching the course!'' |
ASec_82;NO;''Out of all that pseudocode, the only thing that really worries me is 'extracts code samples from file'. Reading files from a directory is trivial, saving a file is trivial. Regardless of the test framework I'd spend most of my time focusing on the parsing bit. For direct testing, I'd embed the snippets directly into the test case: Ah, I see another change I subtly made while writing the test: my ExamplesToCode.parse() returns an Array (or other iterable container), so that it can be tested apart from the iteration itself.'' |
ASec_83;NO;''no worries! it happens all the time.'' |
ASec_84;NO;''Excellent, thank you!'' |
ASec_85;NO;''as you can see folks hate spending time giving details on bad advice!'' |
ASec_86;NO;''We can do this quite neatly using numpy, without having to worry about the channels at all! output: input:'' |
ASec_87;NO;''Answer coming late. But anyway ... here goes: If it's indeed PIC S9(9) COMP and not COMP-3 then it's not a 'sinister' COBOL packed field but a simple 4 byte integer!'' |
ASec_88;NO;''A simple width would do: And the css:'' |
ASec_89;NO;''sounds scary !!'' |
ASec_90;NO;''I ended up using , which met all my needs and is (IMO) very excellent.'' |
ASec_91;NO;''Back in the day I had to solve this with a panel where the text box is a component inside and had DockPadding set to 3 or 4 pixels. I'd then style that panel to a single pixel. I always found this really annoying!'' |
ASec_92;NO;''the two are not mutually exclusive, archmage.'' |
ASec_93;NO;''That was 'I totally agree... ''' |
ASec_94;NO;''+1 for code sample'' |
ASec_95;NO;''Wow great answer and very quick!. Explained everything.'' |
ASec_96;NO;''Excellent, injekt!!! YESd the way you answered.'' |
ASec_97;NO;''Absolutely. Don't be afraid to just try stuff out!'' |
ASec_98;NO;''@sll: Not True... See my Edit'' |
ASec_99;NO;''That's what I thought...but I'm terrible with C. Absolutely terrible.'' |
ASec_100;NO;''That's really sad...'' |
ASec_101;NO;''There is a particularly efficient algorithm using de Bruijn sequences described on Sean Eron Anderson's excellent page: It works in 13 operations without branching!'' |
ASec_102;NO;''If I delete this question will it increase my reputation? 5 down votes it really sad.'' |
ASec_103;NO;''Pragmatic approach: See other answers for excellent backgrounders!'' |
ASec_104;NO;''Hey there i've been trying to make an image full screen in the browser without any whitespace and also have a random image everytime you refresh the browser, I know there has to be a way to do that maybe with an image array? Can anyone help i have no idea how to even start. So far this is what i came up with: Please help me! i would really YES it!'' |
ASec_105;NO;''Loving Susy, so far! Now I'd like this initial layout... ... to turn into this layout on a smaller screen: Is this possible using Susy? Furthermore, I'd want the AC-column to function as a single entity when they're in the same column, since I'd like to give them sticky behavior.'' |
ASec_106;NO;''hi, it needs to be server side, no javascript'' |
ASec_107;NO;''Take a look at DateTime.ParseExact to turn the string into a date and then use them as regular DateTime ranges. The regex will be awful if possible!!'' |
ASec_108;NO;''this is a bisection root method'' |
ASec_109;NO;''Are there any reference guides or tutorials for writing a MIPS assembler?'' |
ASec_110;NO;''Too many `'`. You need: ``'' |
ASec_111;NO;''The question is tagged winforms'' |
ASec_112;NO;''I was too pithy. I should have said, 'The Loudness Wars Killed Music.''' |
ASec_113;NO;''How can I increase Java heap size for Carrot2 Document Clustering Workbench?'' |
ASec_114;NO;''OK this is really odd. I have a list of about 20 pairs of TV's that look like: etc, all the way up to 20 They all work fine but one. It although the names and order of the TVs are correct in both the template and the resource its displays in the location. I have tried clearing both ModX's cache and my browser cache but here is the result I get: The Template: The Resource's TV's: The result on the browser: If anyone can give me a hint as to what's going on I would be really greatful! Thanks'' |
ASec_115;NO;''Shameeeee on me!!!'' |
ASec_116;NO;''I need from document object or from a DOM element (i.e. a DIV) to know which is its window object. In Firefox I can do: but obviously in that AWFUL browser that statement not work!!!'' |
ASec_117;NO;''Don't rely on Lucene to strip them, do it yourself.'' |
ASec_118;NO;''Why the following code (1) does not give me the following output (2) (1) (2)'' |
ASec_119;NO;''How can i extract data from a 2d array.. e and b are indexes of the array'' |
ASec_120;NO;''I agree it's very ugly, but it does work! Well spotted.'' |
ASec_121;NO;''@Hamish: yeah, because of our worries about dependencies are totally irrelevant then!'' |
ASec_122;NO;''I have a fairly large codebase with several directories and files and I would like to check out a view or have a view as of a given date (Septermber 12th). I am manually checking file histories and doing and this is extremely painful. I wonder if there is a way to do a checkout and load everything as of a particular day at once?'' |
ASec_123;NO;''You might want to look into JAXB. If you have a defined XML schema it will automatically create java classes that will easily allow you to 'marshal' (move data from java -> XML) and much much more. It's incredibly useful!'' |
ASec_124;NO;''Using a Inside the delegate for the TextField.TextChanged put this:'' |
ASec_125;NO;''No worries! IE11 does a poor job of emulating other browser versions.'' |
ASec_126;NO;''Well I'm kind of new with magento, and at work they ask me to do a group of products that they will be put in discount, so I created a category sales where I can link the products and put them in sale, so this is working perfectly, but the ask me to put dates in the products so the web master can put dates where the products will be shown between dates, so now I have no idea how to do this. I really hope you guys can help me thanks so much!'' |
ASec_127;NO;''I've discovered that my Python code is a lot flatter than my C++ code. Don't know why.'' |
ASec_128;NO;''After I changed my windows regional setting from my native language to USA, the problem has gone. Do not forget to restart Visual Studio. really annoying problem !'' |
ASec_129;NO;''Are the schemas identical other than datatype?'' |
ASec_130;NO;''my pleasure :) :)'' |
ASec_131;NO;''Related: Doug Lea put this up last week, pretty awesome!'' |
ASec_132;NO;''Just do it:'' |
ASec_133;NO;''Felix Geisendörfer from Debuggable has some really excellent examples of how to utilize Set::extract to get multiple values from various nested data structures'' |
ASec_134;NO;''Do need this for existing documents or generated on fly ones?'' |
ASec_135;NO;''You can try the (very) comprehensive jeff's OR go with this simple workaround: And then declare the attribute as an integer: This worked very fine for me! =D'' |
ASec_136;NO;''You can use with an existing profile:'' |
ASec_137;NO;''I've been having a spam problem on my site, where people sign up and act extremely abusive to other users of my site. I can easy IP ban them, except they always come back under a different IP address through a proxy or TOR. So I was curious if there are any php classes or functions that can look up the IP and determine if its a genuine user, or someone behind a proxy, in which case it would muzzle their accounts upon registration.'' |
ASec_138;NO;''I am attempting to get just the smiling array under tags then attributes. I have tried both to search and simply select. Every attempt results in an undefined variable. If you could explain how to select the smiling array that would be excellent!'' |
ASec_139;NO;''I'm afraid Joomla! doesn't have core solution for that. You need to extend DBO or write your own external queries with plain PHP.'' |
ASec_140;NO;''Totally bizarre. Looks identical to my code. So not sure i am afraid!'' |
ASec_141;NO;''could you show the part of code where the order gets changed?'' |
ASec_142;NO;''In my graph each node has a name and graph is actually a tree, so there exists a . Here's the query I currently use to get the path: An actual query is somewhat heavier, but the behavior is the same. So, having a path I will get . I don't mind trimming the last , but I'm really worried about the order of the nodes iterator returned by . So, my question is mainly targeting neo4j team - are there any guarantees as to the order? Would it be better is I just returned and then manually extracted each property? I'm using Cypher with an embedded neo4j distribution, so that won't be a problem.'' |
ASec_143;NO;''This would introduce scaling artifacts and might look extremely ugly.'' |
ASec_144;NO;''It's impossible to receive unicast UDP packets in Silverlight (rage!!!).'' |
ASec_145;NO;''Not that I recommend this, but totally abusing LINQ the following would work:'' |
ASec_146;NO;''yeah, compiled, but output is so horrible !!!'' |
ASec_147;NO;''Does anyone know how to enable locking on a TreePanel column in ExtJS 4.1.1?'' |
ASec_148;NO;''Phew. The idea of not having a menu button scared me for a second!'' |
ASec_149;NO;''Is there any simple way to test that an installation of report viewer redistributable 2008 is working properly? I've been tasked with making sure this piece of software is functioning correctly, but given no further instructions. How would I go about testing this? .NET tools aren't what I've normally used, so I'm at a complete loss here!'' |
ASec_150;NO;''Working on providing source code now, and no. Infact Chrome seems to suffer the least!'' |
ASec_151;NO;''And sometimes, if the system is hanging, keyboard might be the only way..'' |
ASec_152;NO;''Is it possible to get a visitor flow associated with a given ga:transactionId through the Google Analytics API? There's limited availability in ga:landingPagePath, ga:secondPagePath, ga:exitPagePath and ga:pageDepth but a more complete path would be desirable Thanks!'' |
ASec_153;NO;''I agree with this. For *non-essential services* increasing timeouts is incredibly frustrating.'' |
ASec_154;NO;''There's an error here: $r3 only has one result column (which you haven't given a name). Are you sure you are using the correct variable because there's no way that your code should work as you have posted it. Also your variable naming is really awful. Use meaningful names instead of , , etc...'' |
ASec_155;NO;''I am trying to get the second dropdown box to change and populate when the first box has a car Make chosen. It connects to the database just fine, and if I type 'Honda' instead of 'carmake3' in the second dropdown, then it gives me a list of all the honda cars. I just need to work based on what the user selects. Any help would be extremely appreciated!'' |
ASec_156;NO;''Can you point to the part of the HTTP caching spec that says this?'' |
ASec_157;NO;''Is there any reason you can't give the list a specified width?'' |
ASec_158;NO;''OK, then, no solution that going DB mysql... so sad ! :-( i will close the question !'' |
ASec_159;NO;''@Aggieboy that's really sad, and I have to hand-code stuff .'' |
ASec_160;NO;''The 0x1A byte is a terrible, painful [source of agony](http://stackoverflow.com/questions/12483711/serialdata-eof-circumstances).'' |
ASec_161;NO;''This does seem to be the answer. Absolutely terrible API design.'' |
ASec_162;NO;''What's a 'LinkControl'? I'm aware of LinkButton and HyperLink.'' |
ASec_163;NO;'''in the second instance run the designer, and the breakpoint will fire'...does not fire...'' |
ASec_164;NO;''That is awful advice! I don't mean to be overtly mean but I lolled.'' |
ASec_165;NO;''I'm pretty familiar with PGP, and the way it works. I'd like to include some functionality in a project, but so far my research has left my head spinning. What I'd like to do is create a public key with a defined private pass phrase. From there, I'd share the public key with someone where they can then encrypt a message using the key and return it to me where I can decrypt. I envision the code looking something like this. To generate my private pgp key: To encrypt I'd give my shared key to a friend: To decrypt the encrypted string after being sent back to me: Obviously I know I'm skipping out on a ton of details. Through my research I've seen references to libraries like Bouncy Castle and Spongy Castle. Any help would be hugely appreciated!'' |
ASec_166;NO;''So, which solution did you go for in the end?'' |
ASec_167;NO;''Oh, absolutely horrible practice. But still the answer he was looking for.'' |
ASec_168;NO;''The link works for me. That is a pretty awesome testing class! Thanks Andrew. I think I am going to convert and use that in my Silverlight project. Thanks for the tip about Caliburn, Josh G. I'll have a look at that too! :)'' |
ASec_169;NO;''Effective, but what a pain! You'd think there'd be an easier way.'' |
ASec_170;NO;''C++ isn't dying, but most of its strengths only shine in niche markets.'' |
ASec_171;NO;''Putting data in the ID is a terrible, terrible idea.'' |
ASec_172;NO;''Absolutely: Jersey is The Thing to use for JSON-based/aware web services.'' |
ASec_173;NO;''This only works if the compiler switch AssignableConsts is turned on'' |
ASec_174;NO;''AutoHyperlinks (https://bitbucket.org/sholt/autohyperlinks2/overview) is a pretty excellent library for this purpose.'' |
ASec_175;NO;''Excellent! Exactly what I needed :)'' |
ASec_176;NO;''@david-b why do you said not to let the db concat the strings?'' |
ASec_177;NO;''I solved this need by using . I am able to route calls from Edge to my local machine. Absolutely YES ngork! :-)'' |
ASec_178;NO;''do you have access to Visual Studio Team Edition for Testers?'' |
ASec_179;NO;''I am trying to toggle article length for a smartphone size site to save space. I thought that this would work - but I don't understand .closest() I guess. is a jsfiddle. Any direction would be GRRRRREAT!'' |
ASec_180;NO;''@Andremoniy this is an excellent idea! But what if this is legacy code?'' |
ASec_181;NO;''Horray for Android!'' |
ASec_182;NO;''avoid the auto method, to apply by hand is such painful :('' |
ASec_183;NO;''This is should be the selected answer'' |
ASec_184;NO;''Comments should be not since we don't want this code to be shown to the user'' |
ASec_185;NO;''You must be a sad sad person...'' |
ASec_186;NO;''Excellent tool! Thanks for making it available.'' |
ASec_187;NO;''worked for me too..'' |
ASec_188;NO;''Somewhat new to OOP (i.e. C programmer converting to C++) and cannot figure out why my data members in my backpack class are empty. I make pass an array of potions to my backpack, yet the data members are saying mType = '' (i.e. nothing). I have never felt this lost in a program before. Starting to hate OOP (i.e. kidding...but this extremely frustrating). main.cpp potion.cpp backpack.cpp'' |
ASec_189;NO;''Excellent ! You just gave me a lesson :)'' |
ASec_190;NO;''Have you tried logging the uninstall to see what is happening?'' |
ASec_191;NO;''I am not sure if it does, I will check into that. That may be the solution I need.'' |
ASec_192;NO;''If string object allocations worry you, then you should precompile the regular expression!'' |
ASec_193;NO;''Tools -> Options -> Projects & Solutions -> Build and Run 'On Run, when projects are out of date:' Select 'Always Build' That's it, had it myself, extremely annoying.'' |
ASec_194;NO;''I got to this question via the Almighty Google. To complement on what Andrew said above, for those of you on OSX you might want to take a peek at /Applications/MacVim.app/Contents/Resources/vim/runtime/indent/html.vim and the modifications necessary should become evident. I can't believe I spent so much time suffering from poorly indented <li>s!'' |
ASec_195;NO;''excellent, thanks to both of you!'' |
ASec_196;NO;''No, n % 7 + 1 actually returns n + 1 unless n 7 in which case it returns 1.'' |
ASec_197;NO;''You're missing a . on your class selectors: should be and should be'' |
ASec_198;NO;''Excellent hint! I was using scrollTo(0,0) and it was doing nothing'' |
ASec_199;NO;''Excellent answer to a very general question ! :-)'' |
ASec_200;NO;''To stop it:'' |
ASec_201;NO;''From my experiences so far, I've concluded that the HTML5 Manifest scheme was really terribly designed. My site serves a manifest file when a user is logged in. Unfortunately, when they log out, they can still access the cached protected materials. Can anyone think of a way to fix this?'' |
ASec_202;NO;''how to add SelectedIndexChanged event for DropDownList in SharePoint2010?'' |
ASec_203;NO;''Tried it again - it worked. God I hate reporting services!'' |
ASec_204;NO;''Someone is scared to tell the reason of -1 !'' |
ASec_205;NO;''Ah, 400 million is a much less scary number!'' |
ASec_206;NO;''Well, you are really brave! Implementing a Linq provider all be yourself...'' |
ASec_207;NO;''The answer was devastatingly simple in this case. For some reason windows uses localhost as opposed to 0.0.0.0. So although it says standing watch at 0.0.0.0:4567 it is actually standing watch at localhost:4567 . You should be able to navigate to this page and see your middleman build.'' |
ASec_208;NO;''Although, using this outside testing is a horrible, horrible idea...'' |
ASec_209;NO;''I would checkout . It has great reviews on Amazon and the Head First book series are really terrific and engaging.'' |
ASec_210;NO;''http://msdn.microsoft.com/en-us/library/ms678505(VS.85).aspx'' |
ASec_211;NO;''i have a botton which is for changing the background image with jquery, as the following code shows it works very fine! but i want to fade in the newbg-image... is it possible to add a jquery fade method to it. Any help would be very appreciated. Thanks Ted'' |
ASec_212;NO;''You mean I can use LINQ as the data provider for my whole app?'' |
ASec_213;NO;''I see the outcome: A's do work whats the things you are expecting ?'' |
ASec_214;NO;''Can I fix the width and the height of jQueryMobile dialog? Currently, the size of width is 100% which is really awful in iPad.'' |
ASec_215;NO;''Why does serialization require a serial version UID in implemented class?'' |
ASec_216;NO;''I have this regex And i really need it in a vba version for words .find method (don't need the matching-groups), here is what i have so far But i cant get the last part to work, here I'm talking about I really hope someone can help me, as regex in this case is not an option (Although i know i can use regex in VBA!) Cheers'' |
ASec_217;NO;''Url points to a tesco advert'' |
ASec_218;NO;''If you want to search give Red Gate's excellent tool a try (its free!) but it's only for SQL Server though.'' |
ASec_219;NO;''Maybe someone knows how to disable content assist only on 'else' keyword when working with PHP source editor in Aptana? As I really, really hate it with this keyword, because after newest release it's really messing with my workflow as after entering 'else' and pressing enter it replaces it with: and sometimes it decides to get rid of indents completely. Mind you I don't want to disable content assist completely, I just want to disable it for 'else' keyword.'' |
ASec_220;NO;''If you really worry about the performance, divide the page content into separate section and run the search process parallel !!!'' |
ASec_221;NO;''Check out Bruce Dunwiddie's excellent class. It provides really excellent information in the exception messages when you have this kind of mapping issue.'' |
ASec_222;NO;''I have just started using Vim in a terminal (PuTTY or MinTTY), after always using gVim. However, when using syntax highlighting, rather than the actual text colour changing appropriately, its background is changed to whatever colour -- and it looks horrible! I've set my terminal to use 256 colours and downloaded a 256 colour colour scheme. I checked that the and settings are as I expect, but I still get this problem... Is this a Vim or a terminal configuration issue?'' |
ASec_223;NO;''You should really check out this plugin: I have been using it for about 10 sites and it's really great! Since the latest update it's posible to export your custom fields to a PHP file which you can include your functions.php'' |
ASec_224;NO;''oh ok...I forgot php considered empty strings as FALSe, though it was just 0 and null'' |
ASec_225;NO;''it really does crash my vm'' |
ASec_226;YES;''Does Python not support protected members? Oo'' |
ASec_227;NO;''Use . Example shown in this question:'' |
ASec_228;NO;''have edited my answer to include the bitdepth'' |
ASec_229;NO;''Excellent, I'm glad that worked for you!'' |
ASec_230;NO;''+1. I do this in several querying libs, especially the ones that flow through to web services.'' |
ASec_231;NO;''I've been experimenting with Linq to see what it can do - and I'm really loving it so far :) I wrote some queries for an algorithm, but I didn't get the results I expected... the Enumeration always returned empty: case #1 I changed the query declaration to be inline like this, and it worked fine: case #2 Does anybody know why it doesn't work in case #1 ? The way I understood it, the query wasn't evaluated when you declared it, so I don't see how there is a difference.'' |
ASec_232;NO;''What is your current function?'' |
ASec_233;NO;''Which language and/or regex engine is it for?'' |
ASec_234;NO;''Yup because I am doing a search, unless you know another way.'' |
ASec_235;NO;''Well, I was using the setControlValueToUpperCase() method too soon it seems. So changing my keydown first if statement to fixed my issue. Horray Me!!'' |
ASec_236;NO;''For example: How would I go about summing the cost of items? (so I'd get 60)'' |
ASec_237;NO;''I am developing a web page which embedded a 'Google maps' view. In this web page, the user must specify several positions on the maps At this time, I am able to spread the balloons on the map displayed when the user click on a button to be dragged, but according to the zoom it can be very painful to zoom in and out to drag the balloon to a place. I would like to know if it could be possible to have a panel with all balloons to drag/drop on the map? My current development : My target :'' |
ASec_238;NO;''Talking about feelings.. I really hate the asp.net CalendarExtender..'' |
ASec_239;NO;''+1 excellent!..'' |
ASec_240;NO;''Excellent! Exactly what I was looking for. Thanks.'' |
ASec_241;NO;''Is there a convenient way to check if a directory is empty using MSBuild?'' |
ASec_242;NO;''There is a free ebook that microsoft released about windows phone developement. Its extremely useful and It could probably answer this and many other questions you might have! you can download the book from this website:'' |
ASec_243;NO;''you actually can use HTML5 tech to apply on that beside, you can use a gem 'client-side validation' the github is here I suggest you use the gem...pretty awesome :D'' |
ASec_244;NO;''What's the expected vs resulting behaviour? More info needed.'' |
ASec_245;NO;''You can define an External. and a little more on the how-to side...'' |
ASec_246;NO;''DELETE command doesn't work with JOIN'' |
ASec_247;NO;''Horribly inefficient! It re-encodes the image each time. Try this instead.'' |
ASec_248;NO;''You have to be excruciatingly careful when there are spaces in the path names. In the context, you probably need: You don't need quotes around the variable this time.'' |
ASec_249;NO;''I am using 'simpLESS' program to compile my .less files into .css files on the fly. It is really great! However, after using it only for couple of days, 'simpLESS' stopped copiling the .less into .css files. I have tried to reinstall, redownload and then reinstall, tried other directories, other .less files, tried recompiling manuall - but nothing works. Has anyone experienced this? Thanks!'' |
ASec_250;NO;''Oh, this was was a pain! I probably lost 2 hours on this. Here is the solution: CMake uses short 'C' applications to test/try things. If the CMakeLists.txt states that C++ is used for the project, without also listing C, then some of those shorts tests incorrectly fail, and cmake then thinks those things aren't found. The solution was to change the first line of CMakeLists from this: ...to include C as a language: Then delete , recreate it, and everything then works:'' |
ASec_251;NO;''In your code, strip out the stop words. You'll have to maintain your own list.'' |
ASec_252;NO;''Im afraid you cant do that!!!'' |
ASec_253;NO;''I would've answered StackOverflow, but it's not open-source :)'' |
ASec_254;NO;''We are now 2 years after migrating to TFS. Just upgraded to 2013. The team absolutely YES it and can't even think about the old svn days!'' |
ASec_255;NO;''Welcome :) :) :)'' |
ASec_256;NO;''I am building the Android OS on Mac OSX (Lion), and Eclipse as an IDE. I am trying to understand certain parts of the OS however this requires performing many searches throughout the project. These searches take 5 or 10 minutes on Eclipse, and the way they are presented is also extremely annoying. Also, I need a separate editor to open up the native files found in the OS, since if they are opened in Eclipse there is no color coding of the C++ syntax. I feel that Eclipse is really slowing me down - can anyone suggest a better IDE for browsing the Android OS (preferably free)?'' |
ASec_257;NO;''I recently worked on a product that was targeted to .NET 3.5. Out of hundreds of beta testers, I can probably count on one hand the number that already had .NET 3.5. The rest had to sit through the absolutely painful .NET 3.5 install from microsoft (~30 minutes, and most of the time the progress bar stays near 0 so people think it is broken).'' |
ASec_258;NO;''What are you trying to generate specifically?'' |
ASec_259;NO;''#ERROR!'' |
ASec_260;NO;''Test code: How do I remove the whitespaces before storing it into the array?'' |
ASec_261;NO;''I wish I'd have found this question yesterday, as it has been causing me grief for hours! Surely this is a bug with the emulator?'' |
ASec_262;NO;''Thank you @Ward! We're loving how easy it is to create the GUI with Breeze! If can just work out this part, we will have a great solution!'' |
ASec_263;NO;''Yeah I agree, I use igoogle to read all the news at one place, check my gmail, gcalender, etc.'' |
ASec_264;NO;''Thanks so much for the excellent answers! All answers worked beautifully.'' |
ASec_265;NO;''Wow! It is really great answer! So helpful! Thank you very much!'' |
ASec_266;NO;''+1, @this is better than the accepted answer'' |
ASec_267;NO;''FYI: I happen to be on Tomcat 5.5.17'' |
ASec_268;NO;''It seems they are two names for the same idea– is there any difference?'' |
ASec_269;NO;''Don't rely too much on cplusplus.com'' |
ASec_270;NO;''The search bots don't care about hash tags. And if you are using them for some kind of flash or AJAX calls, you have more serious problems than your 301 redirects don't work. Because unless you have the content in an alternate form, the search engines are not indexing your site and you are definitely suffering as far as SEO goes.'' |
ASec_271;NO;''I'm doing one app which requires AJAX call on almost every user interaction possible, I started writing JS functions, webservices etc. to handle all of that(still long way to go from here). Now I am wondering If I made a mistake maybe I should put whole page in update panel because I really hate writting JS. Is there some drawback to use it instead of custom written ajax calls to web service and js functions, and is it better to use more update panels or one big?'' |
ASec_272;NO;''That answer was extremely helpful Scott, thanks for the pointer on that!'' |
ASec_273;NO;''An object created by a user is really no different from one you create yourself (except you have to be suspicious of potentially malicious input!). The simplest way to be able to edit objects outside the admin interface is to use the built-in . Similarly you can delete them with a . If you want to restrict you can edit objects you can user the from .'' |
ASec_274;NO;''Why dont you simply wrap the absolutely excellent XOM with implicit conversions and such? Yes, it won't give you scala's XML-native-syntax style out of the box...'' |
ASec_275;NO;''The problem was due to a malfunctioning . Very painful and a lot of time wasted.'' |
ASec_276;NO;''There's no need to spawn new processes, simply re-use them between requests.'' |
ASec_277;NO;''I'm trying to do this in a makefile and it fails horribly: do you know why? I guess it has to do with escaping, but what and where?'' |
ASec_278;NO;''the problem that I am having is while designing an email to be sent to users the border of the HTML table is not disappearing even though it is set to 0 and so leaves horrible white lines through areas which are menu to be solid blue colors, below is my HTML code! Untitled Document'' |
ASec_279;NO;''The memory for t isn't allocated, so why I don't get segfault when I run it?'' |
ASec_280;NO;''Wow that was exactly what I wanted! So the second solution I showed is somewhat similar to what he's describing but he describes also extremely elegant triggers that would keep all the data fully sane without any external code sanitization! I think I will go with that design!'' |
ASec_281;NO;''Check out the WordPress repository. There is a plugin called WP GCM Its a very great one and has some great extras!'' |
ASec_282;NO;''**As of May 2010, Silverlight is at 57%.**'' |
ASec_283;NO;''That's really an excellent post, thanks for pointing that out!'' |
ASec_284;NO;''ps really hate the response limits on comments.'' |
ASec_285;NO;''clicking the zoom (or pan) button again, restores it. terribly silly - yes!'' |
ASec_286;NO;''No worries! Joe'' |
ASec_287;NO;''I have used very successfully ( with a tweakette here or there! )'' |
ASec_288;NO;''done... stackoverflow makes you wait several minutes. I really hate that'' |
ASec_289;NO;''Seth's answer was totally awesome! Please be sure to green checkmark it!'' |
ASec_290;NO;''Which enviroment and frameworks are you using actualy to dev for Android?'' |
ASec_291;NO;''+100 for this :-) you made my day!! When writing the question I was not sure if it was related to 'Brook's mythicalman month' and skipped it. Here I go ... and it's persisted for eternity on stackoverflow :-) I am really 'rofl' that stackoverflow can answ'' |
ASec_292;NO;''@Rob same problem, nothing. very disgusting'' |
ASec_293;NO;''Why do you need the class explicitly? Couldn't you use the interface? Note that casting is not encouraged, which is why it looks so awful in Scala!'' |
ASec_294;NO;''This didn't seem to bring the existing window to the foreground when I tried it.'' |
ASec_295;NO;''excellent adding! for debugging, go to wp-contentpluginssyntax-highlighter-compresssyntax-highlighter-compress.php and add the following line to wp_shc_head() :'' |
ASec_296;NO;''I have a page running on my local django dev server with the Django Debug Toolbar that seems to be running quite slowly but I'm unsure why: Django Debug Toolbar says SQL - 46 queries in 39.80ms And then running a profiler I get 7926 function calls (7774 primitive calls) in 0.024 seconds So I'm left wondering why is the profile time so much lower than the Total CPU Time? And then how can I find out what's causing the difference? And secondary to that - should i be worried about the 16842 involuntary context switches!?'' |
ASec_297;NO;''What is the equivalent of ObjectContext.ApplyCurrentValues for DbContext?'' |
ASec_298;NO;''It sounds very scary to me to use a floating point number for a key in a `map`.'' |
ASec_299;NO;''Excellent thanks!'' |
ASec_300;NO;''The WPF SDK Team posted a EXCELLENT article about chromeless windows available here: This is a MUST read!!! UPDATED Also found article by Lester Lebo on how to use the WPF Shell Integration Library for a custom window chrome'' |
ASec_301;NO;''Ahw... that's plain sad :('' |
ASec_302;NO;''Got it - I should have tried harder before replying. I had to keep track of the current row number and only switch the value on new rows. Revised code: Called like this: Thank you again for your excellent response & answer!'' |
ASec_303;NO;''I have a menu of links that need to have additional parameters added using data from cookies. I need to be able to do this client-side and not server-side. Basically I have a menu like this: And a cookie with a number like this: I am trying to get the 'users_number' to be included as a POST parameter to all of the links on that menu (ie. /link/to/page1?users_number=thecookievalue) What I don't want is users to be able to see this in their URL bar. Right now I am using: This functions as I wanted but I am trying to figure out how to do this in a way where the user does not see the ?parameters at the end of their URL. Is there a way to do this same thing but without them being able to see it? Any help would be hugely appreciated -- thanks!'' |
ASec_304;NO;''Extending the class to handle new tags or syntax is not a bad idea, but eval'ing inline ruby code from a possibly untrusted source is an absolutely horrible idea!'' |
ASec_305;NO;''could some one help me how to add new css using views theme in drupal 6.0'' |
ASec_306;NO;''No worries man!'' |
ASec_307;NO;''@Stilly.stack wooow I didn't know that that was important!! thanks a lot :)'' |
ASec_308;NO;''Yup. Get used to it or you will be very sad. I was in the beginning...'' |
ASec_309;NO;''in about 4 months from now I should be able to show you one =P'' |
ASec_310;NO;''Have you run this on SQL Server?'' |
ASec_311;NO;''I'm trying to make a link inside the fancybox single image title. I want it to redirect me to another fancybox window (witch is inline)... I have a script that makes the whole single image a link, but this targets my document title instead of the anchor title... I really hope someone will have a solution or a better idea on how to do it!! :) Thank you thank you thank yooou! :) btw: I have almost never worked with scripts.. In depth anyways...'' |
ASec_312;NO;''I can only help if I can see the full (ie. non-compressed) source code. The code included on the website has been modified (from jqDock v1.6 source) and re-compressed, which makes it extremely difficult (understatement!) to tell what has been changed. (I have also responded - with the same answer - to a direct email from the poster)'' |
ASec_313;NO;''Are you using WinForms or WPF?'' |
ASec_314;NO;''I voted up your question because I want to do the same thing.'' |
ASec_315;NO;''Excellent! Thanks for the additional detail Sean!'' |
ASec_316;NO;''There's 2 parts to this question, both about RestKit: How can we post up 2 values email and password, and deal with the response using the object mapper How can we map 2 objects in a response We are expecting the following JSON response: What's the correct way to map this out, we've got a class setup for User and Token, but all the examples i've seen seem to not show something like this where there is two segments to the response, here's the code we have at the moment: Appreciate any help you can give on this, loving RestKit so far!'' |
ASec_317;NO;''Excellent tutorial!'' |
ASec_318;NO;''No worries, I know how annoying this stuff can be!'' |
ASec_319;NO;''Im trying to work with this awful language and I have to change an item of list by accessing to it with index I dont understand the awful syntax of TCL! How can I realise it?'' |
ASec_320;NO;''It would be super great! if you can help me with iframe and cookies stuff...'' |
ASec_321;NO;''This is extremely ugly C-style code, easy to get wrong. While the bugs in your code have been fixed by earlier birds, here is the C++ way to do this:'' |
ASec_322;NO;''You don't know if threads are killed unless you catch a signal that tells you so!'' |
ASec_323;NO;''Return some JSON with the state... Then some jQuery should do it...'' |
ASec_324;NO;''Are you using Hibernate or similar to interface the database?'' |
ASec_325;NO;''eXcellent, superb, charm :) Thank you!'' |
ASec_326;NO;''I am working on an app that uses some basic view types, but I find the default attributes extremely ugly in Android (for example, a bright yellow ). I can get the basic seekbar if I create it from code, using only the parameter, but I would like to know if there is a way to do this inside an XML Layout file. Is there an attribute I can set that will remove all default attributes - such as ?'' |
ASec_327;NO;''Need to do it without using any swing or other GUI as background process.'' |
ASec_328;NO;''@BoristheSpider :( :( That is really sad. :('' |
ASec_329;NO;''Excellent answer!'' |
ASec_330;NO;''here's my hack that assumes arguments are all imaginary: ...horrible! but what you ask for isn't really possible without for instance hacking to dispatch to a new subtype of java.lang.Number. Really it would make more sense to use a Java or Clojure complex number library.'' |
ASec_331;NO;''Haha great :) Happens to the best of us!'' |
ASec_332;NO;''So I'm trying to write a RR Rotation and LL Rotation with Java for an AVL tree. I have most of it figured out, however I don't know where I should modify the height within the method. I've been trying to understand it for a few days here but I cannot figure out where exactly it would go in the method I currently have. If someone could help explain exactly where I should put the modifications for the height of the node (it uses getLeft/setLeft for it's left height and getRight/setRight for it's right height) it would be extremely helpful!'' |
ASec_333;NO;''I am working on where i have two tables like and Country : City : cidCountryidId Means Many-to-One mapped with Now i need to access the details from I created already 'Country.hbm.xml' I created already 'City.hbm.xml' Query: Query Result I don't know why it is showing this exception..., if anyone knows, it will a great pleasure for me..!! Note: I am retrieving child details from parent'' |
ASec_334;NO;''I drew a circle using this code: how can i write a or event for this circle?'' |
ASec_335;NO;''If this is true that's excellent news! I'll give it a try next app update...'' |
ASec_336;NO;''There are some really great answers here that I wholeheartedly agree with!'' |
ASec_337;NO;''Is there any way we could implement vertical lines in a jquery file tree?'' |
ASec_338;NO;''@DaveBish, What an excellent tool! I will be using this ALOT in future! :-)'' |
ASec_339;NO;''What makes you think it can't?'' |
ASec_340;NO;''Yes, you should implement pagination before that, at the SQL query stage. Otherwise there's nothing better than iterating and discarding (which is really horrible).'' |
ASec_341;NO;''yeah: hopeless!'' |
ASec_342;NO;''I am experiencing exactly this problem (and am in exactly the same world of pain): Whereby I am offering an update to SQL using LinqToSQL and it is failing with a because is set to . Due to legacy databases also on the server I am targeting, I am not able to re-configure the default connection settings as is quite rightly stated in the accepted answer in . My question is: How do you convince LinqToSQL to run a SQL before executing an update?'' |
ASec_343;NO;''I'm currently having exactly the same issue with Monotouch and that's why I found your question. I get the very same exception as you do. This makes me assume that I'm not facing a Monotouch issue but a basic (mis)behavior of XIBs/Cocoatouch. So the answer is: no, it is not possible. Very sad though. René'' |
ASec_344;NO;''Here is another one to consider http://tableview.codeplex.com'' |
ASec_345;NO;''EXCELLENT! works like magic, just what i needed'' |
ASec_346;NO;''Here are my tables. And here are my object classes I'm brand new to dapper and orm in general, so please bare with me. Would a many-to-many relationship be possible to map out with dapper? If so, could someone provide a coding sample, that would be extremely helpful! I am also open to switching to a heavier orm if that would make these advanced mapping scenarios a lot simpler.'' |
ASec_347;NO;''You can't use multiple colors on an icon font, so what you ask isn't possible. You could use a partial background fill, but that doesn't seem very desirable. If you switch to you would at least have access to symbols.'' |
ASec_348;NO;''Wow, wow, wow! I actually found a better way to do that... if I keep the same abbreviation and change template text into: it does want I wanted, but in the way cooler way! So you can use your own variables in a template as long as you don't call them or Awesome!'' |
ASec_349;NO;''Chris, this regex matches *1* character from [^wW] character class. *Single* character.'' |
ASec_350;NO;''That's horrible!!'' |
ASec_351;NO;''I've been using yui3 grids lately for my column layouts, and I'm loving them! Here's a link to a great overview/tutorial: This is a very easy and flexible solution, which scales well to even very complex layouts.'' |
ASec_352;NO;''I just tried installing those missing plugins ... what a pain!'' |
ASec_353;NO;''If the answer was a snake, I could have been killed by it, its already in front of me!'' |
ASec_354;NO;''Have you considered named parameters?'' |
ASec_355;NO;''Replaced http://www.vim.org/tips/tip.php?tip_id=305 with archive.org link...'' |
ASec_356;NO;''Is this possible? I have looked online and cannot seem to find an answer.'' |
ASec_357;NO;''Excellent! Can you post it as an answer?'' |
ASec_358;NO;''Say I have a string How could I check if exists in str, case insensitive?'' |
ASec_359;NO;''can I replace my entire windows vista with ubuntu and is it free? I really hate vista'' |
ASec_360;NO;''@PhilipOakley excellent suggestion! I hadn't used `cherry-pick` before but that worked quite well. If you post as an answer I'll accept.'' |
ASec_361;NO;''Right, since you recognize EAV, I'm supposing you'll do fine :3 Good luck!'' |
ASec_362;NO;''I've been tackling the same issue. It's a pain!'' |
ASec_363;NO;''Why would you do that? You're begging for horrible debugging sessions!'' |
ASec_364;NO;''This is a common problem, and it's not a matter of 'PHP is lying to me!' You have to understand how PHP sends the emails, and how servers interpret and process them. Your email host is likely interpreting these emails as spam, and sending them to a quarantine folder. None of this has anything to do with how PHP is handling your email.'' |
ASec_365;NO;''OR you can use a regualr expression :'' |
ASec_366;NO;''I found this great node mysql boilerplate: it works terrific! However, now I need to hook it in to my existing user table, and my key field is named userID, not simply id, and changing the key fieldname in mysql breaks the example. So my question is, where in the project do I need to specify a different id field name? I see user.id in /util/auth.js passport.serializeUser and id in passport.deserializeUser functions, but it seems it must be specified elsewhere too. I'm hoping this is a simple question for users of passportjs!'' |
ASec_367;NO;''OR do whatever you need to to make the bottom, left and right borders look right and then just hide the top border with this hacky code: . Then feel really guilty about using it.'' |
ASec_368;NO;''Excellent answer!'' |
ASec_369;NO;''Except he says WCF right in the title. -1.'' |
ASec_370;NO;''@Dimitre: +1 Excellent and complete answer!'' |
ASec_371;NO;''It's possible to change color of UINavigationController view and buttons?'' |
ASec_372;NO;''I'm trying to create some ads in Admob, but on last step I always get error: but it didn't specify WHERE. I swear god, there are no errors on whole page, all fields are correctly filled, I see no red shapes around fields, everything match criterias written under fields, but I stil get this error - without any explanation. Has anybody same experiences? It's totally frustrating :('' |
ASec_373;NO;''What Ant version you are using?'' |
ASec_374;NO;''Scary question!'' |
ASec_375;NO;''I'm not sure that the given approach will work with hosts using NPT/EPT.'' |
ASec_376;NO;''I had on top of one of my rake files.'' |
ASec_377;NO;''Ah, excellent :)'' |
ASec_378;NO;''I placed all the receiver tags in : And implemented my subclass: This works very fine!!! But... The method is called AFTER uninstall was completed but BEFORE users press OK at confirmation activity showed by native system. I wanna, if exists, receive a broadcast AFTER user press OK. Thanks!'' |
ASec_379;NO;''you can use'' |
ASec_380;NO;''The only way I've found to do this is using the plugin hoverIntent:'' |
ASec_381;NO;''Come on, you are worrying about efficiency while your first line of code is incorrect!'' |
ASec_382;NO;''@NWest You can use a `@table` variable, which is immune from transaction rollbacks, to not need all kinds of heinous workarounds.'' |
ASec_383;NO;''I don't see how this is possible, but I really, really hate to run my query an extra time just to get the record count so I can build a pager. When I say a 'pager' I simply mean the common gizmo with a link for each 10 records for example.'' |
ASec_384;NO;''S.Keller's solution worked for me and may fix your issue too.'' |
ASec_385;NO;''I had to iterate over the json object'' |
ASec_386;NO;''I can't believe that answer from a company. Horrible!'' |
ASec_387;NO;''It sounds like you might want to use . It is extremely awesome. If you use Datejs, here's how you could do it: ex. for me: returns an array with 3 Date objects:'' |
ASec_388;NO;''What's memory profiling (as opposed to performance profiling)?'' |
ASec_389;NO;''Well, this is a bit of an awful hack but quite frankly any C++ application which needs a way to define an unconstructable object is probably already an awful hack! And under GCC, I get the following: test.cpp: In function ‘int main()’: test.cpp:9: error: cannot declare variable ‘an_instance’ to be of abstract type ‘la’ test.cpp:2: note: because the following virtual functions are pure within ‘la’: test.cpp:4: note: virtual void la::oh_no_you_dont()'' |
ASec_390;NO;''I mean when the form is posted.'' |
ASec_391;NO;''I had left out PIPE, the new version works...'' |
ASec_392;NO;''For Python 3 the following will work.'' |
ASec_393;NO;''The issue at hand, is that your parent thread finishes, but doesn't check if there are child threads left which are still running, which are silently killed in this manner! I would recommend the following approach: Instead of use change your thread code around: to Similar answered .'' |
ASec_394;NO;''Are the elements also initialized to '0' when allocating memory to a string through malloc?'' |
ASec_395;NO;''there is no chance to add blank lines between html code in slim. closest solution to your case are adding comment such and but this is really painful'' |
ASec_396;NO;''sp_detach_db and sp_attach_db. It need not be point and click.'' |
ASec_397;NO;''Very scary! O_O'' |
ASec_398;NO;''I read following codes in Why reverse the latin-1 to utf8 using above logic?'' |
ASec_399;NO;''Where exactly do you hook your events inside your UserControl?'' |
ASec_400;NO;''Busted, hat tip to BalusC'' |
ASec_401;NO;''Can you show us your html and css? Fyi... styling select boxes is terribly difficult!'' |
ASec_402;NO;''I've created a div how would I make this div a child of using Javascript?'' |
ASec_403;NO;''no, it is not possible -- we tried hard and ended up reverting to the 10.7 way of using a custom class.. check MAAttachedWindow well with enough swizzling and posing it'd be possible of course... but that is very evil and at least as much work as your own class!'' |
ASec_404;NO;''EDIT: Also you should avoid using it can make debugging extremely frustrating.'' |
ASec_405;NO;''You must redraw your background with each change in your line (that’s the canvas way) Don’t worry, canvas is very fast at redrawing! Here is code and a Fiddle:'' |
ASec_406;NO;''Have you declared the Bundle-ClassPath in your bundle's MANIFEST.MF'' |
ASec_407;NO;''So 'options' always has one item, and 'option' can have multiple? What a horrid API!'' |
ASec_408;NO;''I would really YES if someone could tell me how to tell whether 2 objects have touched (An image or a button) I know how to make them draggable but not how to tell if they have touched and to do something when they touch! Thanks!'' |
ASec_409;NO;'':~) Very embarrassing!!! When I debugged and printed the receiving addresses, I realized that I was checking the wrong email account! Sorry to have taken your time.'' |
ASec_410;NO;''Here is a solution that works for lower case strings only. Horrible horrible code, but I was trying to see how few lines I could write a solution in.'' |
ASec_411;NO;''I have 2 files I need to merge based on 2 columns. I have tried using awk as well as tried combining the 2 columns using _ and then using the join command. When using join, some records were not matched, even after sorting, and multiple records were created. Using awk I can match the files correctly, but cannot get the output to print with zeroes when no match exists. File 1: File 2: Desired output: Any help would be hugely appreciated, I am new to large data files and unix!'' |
ASec_412;NO;''urllib.quote ought to help with this.'' |
ASec_413;NO;''Excellent ! It works !'' |
ASec_414;NO;''Its an excellent place to start!'' |
ASec_415;NO;''@Marc-André Lafortune Your answer there was incredibly helpful! Thank you!'' |
ASec_416;NO;''Which version of Visual Studio are you using?'' |
ASec_417;NO;''Excellent! You, sir, need a Flattr button. Or join Gittip.'' |
ASec_418;NO;''+1 Thats a very sexy way of getting days within a range!'' |
ASec_419;NO;''@AliceChen sad but sometimes the dropbox servers go down, this may also cause this!'' |
ASec_420;NO;''Your variables are pointing at the same object. I'd be worried if they weren't equal!'' |
ASec_421;NO;''Ew, the `com` prefix is horrible!'' |
ASec_422;NO;''I wanna make popover for add new event when user will click to day ('select' callback in jsEvent.pageX and jsEvent.pageY parameter but Idea where is this popup still sticked on clicked element looks better. So my working code for stick popup to some element : html I already tried something like this: But isn't working. Any help will very greatful!'' |
ASec_423;NO;''Why can't setting the view's xml attribute make LinearLayout scrollable.?'' |
ASec_424;NO;''So I'm using activerecord to get the count of items for a certain day: But this doesn't give me if there are no records for a given day, how can I fix this? Or is there are more 'Rails' way do to something like this? Any help is hugely appreciated, thanks again!'' |
ASec_425;NO;''@Leon Tayson: Excellent answer!!! Thanks loads...'' |
ASec_426;NO;''You have a data race because of the conflicting read/write access to . This implies that the behavior of your program is not defined. The race condition on is the least of your worries: the program could do anything!'' |
ASec_427;NO;''Does iTextSharp support Windows Metro Apps? I am trying to create PDFs from a C# Metro App, but PdfWriter.GetInstance requires some arguments which is not available in WinRT. Any help would be EXTREMELY appreciated!'' |
ASec_428;NO;''Sky, it sounds like you can maintain *complete* test coverage for an exception. Excellent work! Maybe someday I'll learn how to do that.'' |
ASec_429;NO;''very nice beautiful :-)'' |
ASec_430;NO;''I wrote something that does work, but it's extremely ugly, but thought it could either help someone else or we could get something better. Here's what I came up with:'' |
ASec_431;NO;''I am trying to create a plot of several data series that are contained in a pandas DataFrame. Let's use as an example: This code produces a simple line chart with two different data series: However, if I try and create this same plot in a PyQt widget using , I only get a single line. My code for the second example is a little more involved: When I run this code, the output looks like this: If anyone can shed any light on this, it would be hugely appreciated! Thanks.'' |
ASec_432;NO;''I need to transform this : into this : I tried to use wrapAll with jquery, something like that : Any suggestions would be really appreciated :) Thank you very much !'' |
ASec_433;NO;''I need someone to point me in the right direction on this.... In my Android application I have a ListView with custom views for each row containing various textviews each. I retrieve weather information for multiple locations and then want to write the results for each location to its own listview item. The question is, how do I refer to each textview on each listview item? I can't do it by name using , can I? If there are three items in the list, will the temperature textview for each item be names the same, just differ by an array index? If so, how do I specify TextViewName(0), TextViewName(1) and TextViewName (2) for the three list items? Yes, I'm still very new to Android....but loving it!'' |
ASec_434;NO;''Something along these lines, perhaps?'' |
ASec_435;NO;''How to get keyboard and mouse input (what buttons are currently pressed) && also how to send output (make the mouse click at a specific position in another program). If you could also add comments on what different things do and why you use them would be terrific :D Cheers! //Daniel'' |
ASec_436;NO;''Diodeus: You ought to post that as an answer.'' |
ASec_437;NO;''Awesome :) !!!!!'' |
ASec_438;NO;''this worked excellently, great job! :)'' |
ASec_439;NO;''Gosh ! you're right !!! Excellent !!!! Is there a way to expand it programatically ? I added .setOngoing(true) (to the top) but it's not expanded... (not really the top because the first one is a notification when I'm plugged to USB for tools developpement ). Thank you again my friend !'' |
ASec_440;NO;''@Jon no worries!'' |
ASec_441;NO;''It can't be closed, but you can remove the OK button by specifying a function as the 3rd parameter: But seriously think about this, because spawning unclosable dialog boxes won't exactly make people overjoyed about your site.'' |
ASec_442;NO;''You should accept @Andreas Petersson's answer.'' |
ASec_443;NO;''Since ChangeSets are becoming too many to handle because of many checkins, I'm thinking of selecting multiple changesets then create a single work item link for code review purposes. It's really painful to create work item per changeset and assign to a code-reviewer. Is this possible?'' |
ASec_444;NO;''I have never use this but looks really great and pretty easy to use !'' |
ASec_445;NO;''I need to add some controls to context menu. Is it possible? If yes, how?'' |
ASec_446;NO;''I stumbled upon this site and really YESd the way they have done the navigation on the left hand site. I noticed that site is using jquery but didnt see any plugins. Any ideas on how to go about doing this?'' |
ASec_447;NO;''Is it possible to initialize objects of the type: via boost::assign::list_of'' |
ASec_448;NO;''That works! Very awesome :) How do I select your answer as the solution?'' |
ASec_449;NO;''Or the dreaded AVL trees!'' |
ASec_450;NO;''excellent! exactly what I was looking for. Thanks Anna.'' |
ASec_451;NO;''Ah IE7...I feel your pain Gary! I had a similar issue on a project recently. There seems to been a problem with embedded content that starts of hidden with or similar. The way I got round it was to remove and re-add the video content for IE only when the lightbox was activated. For example: EDIT: You could try using this technique with the legacy embed code, instead of the iframe. FURTHER EDIT: On doing some testing in Browserstack it looks to be working in IE7 for me. It may be something specific to your test environment. !'' |
ASec_452;NO;''In that case, try: ls -f head -10'' |
ASec_453;NO;''I just installed AndroidStudio in my System I am trying to create my Very First Project . I set up JAVA_HOME and Android SDK path that has been used previuosly by eclipse in Android Studio Android SDK has the below versions for Tools and Platform Android SDK Tools - 22.6.2 SDK Platform - 19 As soon as started Android studio downloaded the Gradle-1.12 in the below path C:UsersDELL.gradlewrapperdistsgradle-1.12-all after that it shows the build screen as below. This screen is shown for ever . It is not moving further. can anyone help me in this. I am sad!'' |
ASec_454;NO;''If you're really worried about this, Java is not the language for you'' |
ASec_455;NO;''Right, I've got this horrible mess of html and erb (that does work!), but I want to do things properly and render the whole thing with the method. But I'm not sure how to do this, I can only render text with the link_to at the moment.'' |
ASec_456;NO;''@KevinB what an excellent resource! That just made my life waaaaay easier!'' |
ASec_457;NO;''In ASP.NET MVC, I have a form. In this form the user selects a country, and then the ID is posted back to the server, using a normal . However, for some UX reasons, I use Knockout. Therefore I need to get my observable value to have the value of a dropdownlist. I want my label in the markup, to show the countryId, depending on the selected value on the dropdownlist. Markup: ViewModel: Then my question is: How do I modify my DropDownListFor, so the countryId is being set automatically? :-) Thanks a lot! I really enjoy learning Knockout, but this one has taken me a long time!'' |
ASec_458;NO;''i have: how can i get the innerHTML of the child of 'td1' ? dosen't work.'' |
ASec_459;NO;''The project was moved to https://github.com/leblancmeneses/NPEG'' |
ASec_460;NO;''You shoud use login.done() , not login.success() :) Success is used inside the ajax() funciton only! The success object function is deprecated, you can set success only as Ajax() param! And there is no need to Parse the data because its in Json format already!'' |
ASec_461;NO;''this long: ----------------- '' |
ASec_462;NO;''I want to parse XML formatted string. How to use XML parser on MonoTouch?'' |
ASec_463;NO;''Sometimes in a long commit log, it's really painful to navigate the all-expanded diffs. (You get expanded-diffs when hitting enter from the magit-blame-mode for example) Is there a way to collapse these diffs?'' |
ASec_464;NO;''I am working on a test application based on ASP.NET MVC. I am new to CSS stuff so I am learning that as well. I have created a master page called 'new.master' and created a new css 'new.css'. I am calling the view from controller as: What I am doing is that I am frequently updating the css and master page. So I run the application in debug mode frequently. After sometime I stop seeing the effect of changes in css. When I 'view source' in chrome and check the css, it shows an old version. When I change the name of both master page and css, I start to receive updated views but that works for sometime and then again I stop getting the CSS updates. Have you faced this problem? How can I fix it? (Its terribly annoying!)'' |
ASec_465;NO;''I need urgent help with a CSS tumblr theme header found here grandneue.tumblr.com (1) Stretch: I want it to be able to stretch but only up to a maximum size as the header gets too pixelated otherwise), probably around 800px. (2) Shrink: The second issue I have is, while the header does shrink down to a certain size (it does when I change the desktop browser window and to a certain extent on the iphone5), it doesn't shrink down fully so it fits 100% on a vertical iphone5 browser display. Can anyone please help me solve these two queries? The content is totally fine so I don't understand why the header won't follow suit! Thanks very much!'' |
ASec_466;NO;''We have a file named wordlist, which contains 1,876 KB worth of alphabetized words, all of which are longer than 4 letters and contain one carriage return between each new two-letter construction (ab, ac, ad, etc., words all contain returns between them): I want to create a new file that contains only words that are not derivatives of other, smaller words. For example, the wordlist contains the following words ['abuser, abused, abusers, abuse, abuses, etc.] The new file that is created should retain only the word 'abuse' because it is the 'lowest common denominator' (if you will) between all those words. Similarly, the word 'rodeo' would be removed because it contains the word rode. I tried this implementation: But it always froze my computer. Any solutions?'' |
ASec_467;NO;''You could use a : Of course this code looks extremely ugly in C#. Depending on what manipulations you are performing on those strings you could take advantage of the features built into C# to convert it into a one-liner and avoid writing all those imperative loops. This is to say that when converting source code from one language to another it's not a matter of simply searching for the equivalent data type, etc... You could also take advantage of what the target language has to offer.'' |
ASec_468;NO;''See similar http://stackoverflow.com/q/308703'' |
ASec_469;NO;''It might be questionable, but not a cause for rejection as long as you have a fallback behavior when/if the method can not be found. There are worse abuses that have passed.'' |
ASec_470;NO;''What options are there to pull a GApps user creation date? I saw that the Admin SDK is capable of it, is it the only API capable of doing this? does any of the previous one also capable of? If possible using GAS, it will be most excellent, Thank you!'' |
ASec_471;NO;''I am very jealous of your name!'' |
ASec_472;NO;''Excellent! Thanks for the link.'' |
ASec_473;NO;''Overall bytes includes those that have been released and is a running total of what has been allocated to your app during the lifetime of the app. The Live Bytes is the one to really worry about as that is the one that shows bytes that are currently allocated. Overall bytes could keep going on forever as long as you release stuff and the Live Bytes doesn't go too high then you will have no problems. From that screenshot live bytes looks ok. There are more details here'' |
ASec_474;NO;''I want to know what is good start point to work on creating own GUI on iphone/objective-c. I've never done this part before, and I know I'm kinda attracted to make my own slick GUI, something like convertbot, which I really YES :) Any suggestion would be appreciated! Thanks'' |
ASec_475;NO;''Finally found something, here: No reference to it from the Oracle pages, but found a direct link to a page on some forum post. Really sad how hard it was to find.'' |
ASec_476;NO;''just wondering if anyone could help me. I have a file containing a line: xxxxx are 5 digit numbers and the numbers are different for everytime. I want to be able to search for xxxxx and put it in a variable, so I can use this varibale. Do I use grep and sed? If anyone can guide me through it, that'd be terrific :) xxx'' |
ASec_477;NO;''No worries! Keep at it...it's overwhelming at first, but it gets easier'' |
ASec_478;NO;''@hrbrmstr I already have a rApache implementation. I have simply no time to switch to a different technology. I chose this because it makes R behave like PHP and others, which means people can start to see R as a general purpose language... something I'd '' |
ASec_479;NO;''I impleme and But I only the second one works. Can I have them both work?'' |
ASec_480;NO;''What is the difference between the events vs ? When does each event get hit?'' |
ASec_481;NO;''This code seemed to do it: The accepted answer goes to dystroy as he was the first to point me in the right direction, excellent answer by Bart Kiers though, +1!'' |
ASec_482;NO;''Wouldn't it be easier to store a shared copy of it in the application class?'' |
ASec_483;NO;''This is excellent, thank you!'' |
ASec_484;NO;''Afraid not, no!'' |
ASec_485;NO;''i have an assignment at my company to build a custom cms, for the foundation i ve chosen latest laravel(version 4, i believe). Now, the requirements in laravel docs() say minimal version of php on server required is 5.3.7, our servers have php 5.3.23. I am right now on a weekend, so i cant check my code on the server( been developing the basics on localhost with xampp which has latest php). Has anyone tried laravel 4 on pre-5.3.7 php?? i m very worried all of last week's work is going to the bin... :('' |
ASec_486;NO;''Partition it first, to divide the zeros from the non-zeros. Then sort the rest. Oh, and before worrying about that, profile first!'' |
ASec_487;NO;''How do you convert the *.docx file to an indexable (text) format? We use Apache POI to get our *.docx (and other office formats) indexed and this works pretty fine! You can have a look at the Implementation here:'' |
ASec_488;NO;''@sheidaei great :) keep it up! you even get 2 point bonus for accepting.'' |
ASec_489;NO;''Tim, great-great sample, does exactly what I was looking for!'' |
ASec_490;NO;''If you don't want to modify the file:'' |
ASec_491;NO;''No betas involved, the lack of repro is really annoying me!'' |
ASec_492;NO;''Ok after a LOT of searching I found the answer, which is relating to accessing request in django custom template tags.... You can see the answer here: I used the following: and then changed the following line: I really hope this helps someone else! :-)'' |
ASec_493;NO;''No, there is no performance difference if the view is essentially a'' |
ASec_494;NO;''Excellent!!! This is exactly what I am looking for!'' |
ASec_495;NO;''When I click on Memcache Viewer the whole dashboard crashes and I have to login again. This is really worrying me as we are serving data to many users. A server error has occurred. Is there a way to see the internal logs? I can't see anything in nor . Is there any other way to reset the Memcache?'' |
ASec_496;NO;''Excellent work on that site by the way!'' |
ASec_497;NO;''This is answered . The concept was implementing with the tags such as and within the and div. Excellent answer!'' |
ASec_498;NO;''Edited my answer. It now references *Unicode and permalinks*.'' |
ASec_499;NO;''I'm using the ImageMapster jQuery plugin, and I want to limit the number of selections that can be made on a (image-) map to a certain number. Let's say I have 30 areas, but only want 3 to be selected at the same time. After 3 selections have been made, the 4th selection should overwrite the 3rd. Is there a way I can do this? Any help would be hugely appreciated!'' |
ASec_500;NO;''I try make authentication using But I get . How I should correct my code?'' |
Copy lines Copy permalink