active questions tagged ideas - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T17:12:12Zhttp://stackoverflow.com/feeds/tag/ideashttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1802655/top-k-problem-finding-usage-for-my-academic-work1Top k problem - finding usage for my academic workDinGODzilla2009-11-26T09:46:13Z2009-11-27T09:00:39Z
<h2><strong><code>Top</code></strong> <strong><em><code>k</code></em></strong> problem - searching BEST <em><code>k</code></em> (3 or 1000) elements in DB</h2>
<p>There is fundamental problem with relational DB, that to find <code>top k</code> elems, there is a need to process ALL rows in table. Which make it <strong><em>useless</em></strong> on big data. </p>
<p>I'm making application (for university research, not really my invention, I'm implementing and trying to improve original idea) that <strong>allows you to effectively find <code>top k</code> elements by visiting only 3-5% of stored data</strong>. Which make it <strong><em>really</em></strong> <strong>fast</strong>.</p>
<p>There are even <strong><em>user preferences</em></strong>, so on some domain, you can specify function that specify best value for user and aggregation function that specify most significant attributes.</p>
<p><hr></p>
<p><em>For example DB of cars: attributes:(price, mileage, age of car, ccm, fuel/mile, type of car...) and user values for example</em> <strong>10*price + 5*fuel/mile + 4*mileage + age of car</strong>, <em>(s)he doesn't care about type of car and other.</em> - this is aggregation specification</p>
<p><em>Then for each attribute (price, mileage, ...), there can be totally different "value-function" that specifies best value for user. So for example (price: lower, the better, then value go down, up to $50k, where value is 0 (user don't want car more expensive than 50k). Mileage: other function based on his/hers criteria, ans so on...</em></p>
<p><hr></p>
<p>You can see that there is quite freedom to specify your preferences and acording to it, <code>best k</code> elements in DB <strong>will be</strong> found quickly.</p>
<p>I've spent many sleepless night thinking about <em>real-life</em> usability. Who can benefit from that query db? But I failed to whomp up anything and sticking to only academic write-only stance. :-( I hope there <em>can</em> be some real usage for that, but I don't see any....</p>
<h3>.... do YOU have any idea how to use that in real-life, real problem, etc...</h3>
<p><hr></p>
<p><em><code>I'd love to hear from You.</code></em></p>
http://stackoverflow.com/questions/1804930/c-what-complex-refactoring-features-do-you-wish-there-were-1[C#] What complex refactoring features do you wish there were?Dmitri Nesteruk2009-11-26T17:39:17Z2009-11-26T17:56:43Z
<p>Tools like CodeRush and Resharper offer lots of simple refactorings, such as 'Rename Variable'. But if you could have any refactoring feature at all (no matter how complex), what would it be?</p>
<p>(I know, everyone wants a 'make program perfect' refactoring, but let's be realistic here.)</p>
http://stackoverflow.com/questions/1618997/software-to-keep-track-of-1-program-features-2-program-defects-and-3-ideas-f0Software to Keep Track of: 1) Program Features, 2) Program Defects and 3) Ideas for New Programsred.october2009-10-24T20:27:08Z2009-11-24T07:00:12Z
<p>Hi:</p>
<p>I'll have bursts of programming-related ideas that I wish to keep track of. Usually, there are two scenarios:</p>
<ol>
<li><p>I'm using an open-source application, and there is something about it I'd like to change. This could be fixing a bug, improving a feature, or adding a new feature. </p></li>
<li><p>I have an idea for a useful program. This could be a program which implements functionality I can't find anywhere else, or it might be a pet project to learn something new (e.g., implement an address book using Google App Engine).</p></li>
</ol>
<p>The features I'd like:</p>
<ul>
<li>Ubiquitous: allows me to record and access my thoughts no matter where I am (mobile access is not required) </li>
<li>Rich formatting: lets me make complex tables and diagrams, lots of font colouring options, complex lists (in terms of levels and choice of bullets), etc.</li>
<li>Friction-less & Full-featured: I'd like something which can very easily allow me to jot down my thoughts, but also allow me to more fully expand them later on</li>
<li>Structured: Since most of my ideas revolve around specific projects, it would be nice to be able to group and link them together.</li>
</ul>
<p>The first and fourth requirement would seem to suggest a web solution, although they usually don't fulfil the second and third requirement. I've been using RememberTheMilk's Firefox extension to just record the title of the idea (e.g., "change feature X to also do Y"), which is both ubiquitous and friction-less. Its semi-structured, as it allows tagging, but its not easy to see groups of ideas, and they can't link to each other. However, its formatting features are lacking. I really love the formatting capabilities and features of Word2007. It lets me easily format text any way I want, and I can include diagrams, charts, tables, etc. However, it clearly fails on the "ubiquitous" requirement.</p>
<p>I guess I'm looking for a combination of the two products. Any suggestions out there?</p>
http://stackoverflow.com/questions/1758959/looking-for-a-good-exercise-in-building-a-website0Looking for a good exercise in building a websiteripper2342009-11-18T20:47:09Z2009-11-18T21:25:59Z
<p>I'd like to learn how to build a website, say using .Net (Monorail comes to mind). I'd like a pet project, something that:</p>
<ul>
<li>Will take a fair yet reasonble amount of time</li>
<li>I can I can build on my own</li>
<li>Will be actually cool or useful, </li>
<li>Hasn't been done to death already (e.g. ... writing a blog engine is not what I'd consider as interesting, although it's technically challenging - it's been done to death and there are so many ready blog platforms today)</li>
</ul>
<p>Any ideas, stackoverflow?</p>
http://stackoverflow.com/questions/1753085/recommendation-for-the-java-se-project-to-use-all-java-skills0Recommendation for the Java SE project to use all java skills?Burak Dede2009-11-18T01:40:50Z2009-11-18T02:57:16Z
<p>I am looking for a project to use most of my java se skills (oop,java api..),i searched but i can not find good project to dive in and start.It doesnt have to be new one , projects that done before can be solution too.Any advice would be appreciated.</p>
http://stackoverflow.com/questions/1358713/java-name-for-money-class1Java - Name for money classMk122009-08-31T18:21:39Z2009-11-06T01:12:49Z
<p>What should I name my class that stores costs/prices/amounts of money in CAD/USD as separate longs for dollars and cents? I has "PriceInDollars", but I don't really like that, and I always forget it. Any ideas?</p>
<p>EDIT: Apparently I should use BigDecimal, not reinvent the wheel. I guess I'll just use that. I did learn a lot trying to make my own class though.</p>
<p>Please see my other question <a href="http://stackoverflow.com/questions/1359817/java-bigdecimal-help">here</a>!</p>
http://stackoverflow.com/questions/1022738/i-need-a-good-programming-project4I need a good programming projectTheFuzz2009-06-20T22:48:29Z2009-11-05T14:12:41Z
<p>I just finished and passed data structures and I need a good programming project for the summer to keep my skills sharp.</p>
http://stackoverflow.com/questions/1669452/what-are-some-ideas-for-an-embedded-and-or-robotics-project3What are some ideas for an embedded and/or robotics project?NotDan2009-11-03T19:01:21Z2009-11-05T00:50:36Z
<p>I'd like to start messing around programming and building something with an <a href="http://www.arduino.cc/" rel="nofollow">Arduino</a> board, but I can't think of any great ideas on what to build. Do you have any suggestions?</p>
http://stackoverflow.com/questions/1670098/looking-for-ideas-on-a-class-project-in-computer-vision3Looking for ideas on a class project in Computer VisionDomenic2009-11-03T20:58:03Z2009-11-04T21:28:33Z
<p>Hello all. I have come upon another class where I need to find an idea for a project, and since my <a href="http://stackoverflow.com/questions/1084975/looking-for-ideas-on-a-computer-science-course-project">last posting</a> on SO for a project idea was so successful, I've decided to ask here again.</p>
<p>I'm taking a class titled <em>Computer Vision for Human-Computer Interaction</em>, and we need to come up with a few ideas for a project that we will have about 2-4 weeks to complete. We have the option of working with 1 or 2 other people, although I will probably be going solo on mine.</p>
<p>In the class we've covered things like image formation, image features, segmentation, shape analysis, object tracking, motion calculation, and some applications. Our homework assignments have been completed in Matlab for convenience, although its not required for use in our project.</p>
<p>I have come up with few possibilities: tracking the motion of a golf club and ball in full swing and doing some analysis, or possibly using <a href="http://en.wikipedia.org/wiki/Eigenface" rel="nofollow">eigenface</a> techniques to do some sort of facial recognition and matching.</p>
<p>I would enjoy building an application that I can put on the web for others to play around with, but most of all I want to complete a project that could be of good use to someone (whether for entertainment or more useful purposes).</p>
<p>So... any ideas? Thanks!</p>
http://stackoverflow.com/questions/472030/cool-project-to-use-a-genetic-algorithm-for17cool project to use a genetic algorithm for?Ryan2009-01-23T06:00:36Z2009-11-04T19:01:04Z
<p>I'm looking for a practical application to use a genetic algorithm for. Some things that have thought of are:</p>
<ul>
<li>Website interface optimization</li>
<li>Vehicle optimization with a physics simulator</li>
<li>Genetic programming</li>
<li>Automatic test case generation</li>
</ul>
<p>But none have really popped out at me. So if you had some free time (a few months) to spend on a genetic algorithms project, what would you choose to tackle?</p>
http://stackoverflow.com/questions/432922/significant-new-inventions-in-computing-since-1980224Significant new inventions in computing since 1980Alan Kay2009-01-11T13:27:42Z2009-11-03T22:18:00Z
<p>This question arose from <a href="http://stackoverflow.com/questions/357813/help-me-remember-a-quote-from-alan-kay#389642">comments</a> about different kinds of progress in computing over the last 50 years or so.</p>
<p>I was asked by some of the other participants to raise it as a question to the whole forum.</p>
<p>Basic idea here is not to bash the current state of things but to try to understand something about the progress of coming up with fundamental new ideas and principles.</p>
<p>I claim that we need really new ideas in most areas of computing, and I would like to know of any important and powerful ones that have been done recently. If we can't really find them, then we should ask "Why?" and "What should we be doing?"</p>
http://stackoverflow.com/questions/1653795/senior-computer-engineering-project-ideas0Senior computer engineering project ideas ?elishua2009-10-31T08:40:05Z2009-10-31T15:25:06Z
<p>Hi, everybody I am senior student in computer engineering. I am going to take project course on these my last two semester, the thing is I want to do project either in Database programming or Network Programming. Besides, I am also taking networking programming on this semester using java so is it cool to select project on networking. However, I want my career also in web developer or database programmer for future. So, would you please give me some project ideas on these topics, which give a good grade as well as a better in my future career?</p>
<ul>
<li>Database Application</li>
<li>Network Application</li>
<li>Web Application</li>
</ul>
<p>And some advice on choosing best project, as I am new to class developers.</p>
<p>I have also read question asked in the link
<a href="http://stackoverflow.com/questions/846651/senior-project-ideas-for-a-cs-major">http://stackoverflow.com/questions/846651/senior-project-ideas-for-a-cs-major</a></p>
<p>But this only concerned with computer science and the idease are also complicated research topics,as an engineering student want solid project ideas.</p>
http://stackoverflow.com/questions/1621296/what-would-you-like-in-a-cms1What would you like in a CMS?Kim Johansson2009-10-25T16:16:39Z2009-10-25T21:00:12Z
<p>As the title says, what would you guys like an a complete CMS? Both as a user and as a developer.</p>
<p>My current idea is to implement the whole thing in C#/ASP.NET MVC 2 and use StructureMap to load new componentes/plugins during runtime, so people can drop a
<em>pluginaName</em> in the ~/Plugins catalog and have that loaded. But what I want you to suggest is what more stuff you would like to see in a CMS.</p>
http://stackoverflow.com/questions/1600676/cursor-movement-through-eye-1cursor movement through eyeunknown (yahoo)2009-10-21T12:59:23Z2009-10-21T16:31:33Z
<p>I was thinking whether it could be possible to track cursor movement through eye.
Depending on which part of screen , the eye looks the curson will move.
Can this be achieved?
Thansks everyone for replying!.I am just looking for some new idea that can be implemented and which have not been implemented.Any ideas/suggetions are welcomed.</p>
http://stackoverflow.com/questions/325182/ideas-for-opensource-cms-in-asp-net-mvc19Ideas for OpenSource CMS in ASP.NET MVCrajesh pillai2008-11-28T06:50:08Z2009-10-18T06:24:56Z
<p>I am in the process of collecting ideas for building an opensource CMS based on ASP.net framework.</p>
<p>I have choosen ASP.NET MVC with Jquery as the tool to develop this.</p>
<p>I have made this as community wiki.</p>
<p>Background:
Most of the good CMS that is available is built on PHP, though off late CMS built on ASP.net framework seems to be cropping up. I would like to collect ideas/suggestion/expectations from an opensource CMS system for ASP.net platform. I am looking for expectation from technology and features that you wish could find in a modern CMS and any other thoughts/ideas that comes to your mind.</p>
<p>Your input would be of great help in this direction.</p>
<p>Meanwhile I am also reviewing many opensource CMS system built on ASP.net as well as MS Office Sharepoint to get ideas and I would update my findings here for your reference.</p>
<p>The following are some of the opensource CMS/BlogEngines that I am in the process of reviewing.</p>
<p>-<a href="http://www.codeplex.com/oxite" rel="nofollow">Oxite (ASP.net MVC) : This is the new kid on the block</a></p>
<p>-<a href="http://wordpress.org/" rel="nofollow">Wordpress</a></p>
<p>-<a href="http://www.dotnetblogengine.net/" rel="nofollow">BlogEngine.net</a></p>
<p>-<a href="http://www.umbraco.org/" rel="nofollow">Umbraco</a></p>
<p>Some of the features that I can think of is noted below</p>
<ul>
<li>Simplified content creation</li>
<li>Support Multiple content author</li>
<li>Metadata feature</li>
<li>Workflow engine</li>
<li>Simplified deployment</li>
<li>List based contents (sharepoint like)</li>
<li>Customizable URL's</li>
<li>Support content Caching</li>
<li>Roles (contenauthor, contentpublisher etc)</li>
<li>Support different types of content (like html, txt, document, image, videos)</li>
<li>Skinnable (support extensible themes)</li>
<li>Localization & Globalization</li>
<li>Unlimited nesting of categories</li>
<li>Readymade template for blog, forums,survey.</li>
<li>Good documentation</li>
</ul>
<p>You can add your points or add some depth to any of the above feature.</p>
http://stackoverflow.com/questions/1549946/what-can-be-used-as-a-heuristic-for-bubblet-game0What can be used as a heuristic for Bubblet game?cambr2009-10-11T05:37:36Z2009-10-11T06:29:58Z
<p>I am planning to make a <a href="http://kny.iki.fi/bubblet.html" rel="nofollow">Bubblet game</a> in Java, because I simply love the game.</p>
<p>What can be used as a <strong>heuristic</strong> for the game?
I will make it 30x30 or bigger, and I cannot figure out how to make the computer play the game efficiently...</p>
<p>Can you suggest some idea? Thanks</p>
http://stackoverflow.com/questions/160633/why-do-we-still-program-with-flat-files31Why do we still program with flat files?Matt Cruikshank2008-10-02T02:32:37Z2009-10-08T03:19:57Z
<p>Why are flat text files the state of the art for representing source code?</p>
<p>Sure - the preprocessor and compiler need to see a flat file representation of the file, but that's easily created.</p>
<p>It seems to me that some form of XML or binary data could represent lots of ideas that are very difficult to track, otherwise.</p>
<p>For instance, you could embed UML diagrams right into your code. They could be generated semi-automatically, and annotated by the developers to highlight important aspects of the design. Interaction diagrams in particular. Heck, embedding any user drawing might make things more clear.</p>
<p>Another idea is to embed comments from code reviews right into the code.</p>
<p>There could be all sorts of aids to make merging multiple branches easier.</p>
<p>Something I'm passionate about is not just tracking code coverage, but also looking at the parts of code covered by an automated test. The hard part is keeping track of that code, even as the source is modified. For instance, moving a function from one file to another, etc. This can be done with GUIDs, but they're rather intrusive to embed right in the text file. In a rich file format, they could be automatic and unobtrusive.</p>
<p>So why are there no IDEs (to my knowledge, anyway) which allow you to work with code in this way?</p>
<p><strong>EDIT:</strong> On October 7th, 2009.</p>
<p>Most of you got very hung up on the word "binary" in my question. I retract it. Picture XML, very minimally marking up your code. The instant before you hand it to your normal preprocessor or compiler, you strip out all of the XML markup, and pass on just the source code. In this form, you could still do all of the normal things to the file: diff, merge, edit, work with in a simple and minimal editor, feed them into thousands of tools. Yes, the diff, merge, and edit, directly with the minimal XML markup, does get a tad more complicated. But I think the value could be enormous.</p>
<p>If an IDE existed which respected all of the XML, you could add so much more than what we can do today.</p>
<p>For instance, your DOxygen comments could actually <em>look</em> like the final DOxygen output.</p>
<p>When someone wanted to do a code review, like Code Collaborator, they could mark up the source code, in place.</p>
<p>The XML could even be hidden behind comments.</p>
<pre><code>// <comment author="mcruikshank" date="2009-10-07">
// Please refactor to Delegate.
// </comment>
</code></pre>
<p>And then if you want to use vi or emacs, you can just skip over the comments.</p>
<p>If I want to use a state-of-the-art editor, I can see that in about a dozen different helpful ways.</p>
<p>So, that's my rough idea. It's not "building blocks" of pictures that you drag on the screen... I'm not that nuts. :)</p>
http://stackoverflow.com/questions/1522965/sites-for-exploring-newest-ideas-trend0sites for exploring newest ideas/trend [closed]unknown (google)2009-10-05T23:46:16Z2009-10-05T23:46:16Z
<p>I currently use stumbleupon, delicious, are there others?</p>
http://stackoverflow.com/questions/1512117/would-a-cloud-based-compiler-be-feasible3Would a cloud-based compiler be feasible?luvieere2009-10-02T22:34:43Z2009-10-05T14:45:45Z
<p>Would it be any practical benefit to write a cloud-based compiler, that would spread compiled units of code on different machines in the cloud? Could there be a benefit from obtaining a software-as-a-service architecture right within the app just after compiling, or would the inherent latency make such an approach impractical?</p>
http://stackoverflow.com/questions/666288/whats-the-best-way-for-my-client-to-add-pictures-to-website2What's the best way for my client to add pictures to websiteTylor2009-03-20T14:06:49Z2009-10-03T12:41:25Z
<p>I am working with an artist to make her personal website. She would like to sell her artwork from the website. The issue is, she would like to be able to add, remove and price the artwork herself. She would also like to use paypal as the payment method.</p>
<p>Obviously design and coding is easy for me, that's all static. I am not sure however, what the best method would be to set up a way for her to add artwork herself.</p>
<p>I know there are some open source e-commerce sites (magneto, zencart ect.) but I have never used these and feel they might be a bit overkill for a simple art site. Is there something else really simple I should use?</p>
<p>Any general thoughts or suggestions are greatly appreciated.
Thanks!</p>
http://stackoverflow.com/questions/948165/naming-a-new-assembly-for-application-front-end0Naming a New Assembly for Application Front Endandrej3512009-06-04T01:24:14Z2009-09-30T07:00:06Z
<p>Hi there,</p>
<p>Im after some suggestions for naming a new assembly. The project is a multi-tier rich client app using WPF and we've got good names for all the assemblies (data and business layers) except for the front end.</p>
<p>The assembly in question holds the actual user interface and classes for data binding.</p>
<p>We want it to be something short and descriptive like:</p>
<p>xxx.xxx.UI</p>
<p>xxx.xxx.FrontEnd</p>
<p>xxx.xxx.ViewModel</p>
<p>Unfortunately they're all a bit lame. </p>
<p>Any suggestions will be helpful. Anything that comes to mind.</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/1170301/can-jruby-use-original-ruby-gems0Can JRuby use original Ruby gems?Teerasej2009-07-23T07:54:04Z2009-09-28T13:58:27Z
<p>Hello, I am considering about what is the difference between JRuby on Rails and the original Ruby on Rails for my product?</p>
<p>How does it difference in development activity, deployment, support between its original, or scalability?</p>
<p>I have read many article. They said JRuby is the same function like Ruby. Does it mean we can use Ruby gems for JRuby, using scaffold and ActiveRecord like Ruby, and we can also deploy the product like Java?</p>
http://stackoverflow.com/questions/443119/how-to-calculate-statistics-on-different-machine-and-combine-them-again0How to calculate statistics on different machine and combine them again?Ahmed Said2009-01-14T14:27:13Z2009-09-17T04:00:02Z
<p>I have two backend applications which provide the same functions and they are located on two separate machines (actually this is to make a load balance).
So they handle the client frontend requests using the same manner.</p>
<p>I want to collect some statistics about all the clients connected (i.e: what is the most used component in the client GUI application or something like that)
and send the result to all clients every second.</p>
<p>I am thinking about calculate these statistics on each backend component separately and sum both together in that case I have set of options like make some sort of communication between backend components, or simply make small table in global DB and each backend update the table then select and send to its clients
but this may decrease the performance as I want to send the statistics every second</p>
<p>I need a help</p>
http://stackoverflow.com/questions/1422427/is-there-a-way-i-can-use-maven-repositories-to-add-dependencies-to-ant2Is there a way I can use Maven repositories to add dependencies to Ant?Benju2009-09-14T15:53:02Z2009-09-15T08:53:40Z
<p>I was wondering if anybody has seen a technique for adding Maven dependencies to Ant. I thought that Ivy was meant to do this but then I realized that it is only an Ant-style tool for dependency management.</p>
<p>It seems to me that if somebody extended Ant to be able to reference Maven dependencies (perhaps only for open source libraries) Ant could piggyback at least one great feature of Maven without having to re-invent the wheel.</p>
<p>Any thoughts?</p>
http://stackoverflow.com/questions/1366933/what-or-how-to-get-ideas-for-a-project0What or how to get ideas for a project?faya2009-09-02T10:36:00Z2009-09-02T11:49:08Z
<p>Hello,
I am a little bit lost. I haven't got ideas for a new projects. If I get a task or already written specifications of project, then I can develop it from the scratch. But when I have to come with idea. I have none... How do developer should come with an idea? Maybe someone has a tactic or some great approaches to overcome this "lack of idea" problem? Please share if you can.</p>
<p>P.S. - This question came up because I got a task at university to make any project which will use at least 6 design patterns in it. So if someone have and idea for this problem i will also be grateful for any comment or answer! :)</p>
http://stackoverflow.com/questions/907856/computer-science-undergraduate-project-ideas15Computer science undergraduate project ideasMehrdad Afshari2009-05-25T19:51:02Z2009-08-28T10:41:03Z
<p>Hopefully, I'm going to finish my undergraduate studies next semester and I'm thinking about the topic of my final project. And <em>yes, I've read the questions with duplicate title. I'm asking this from a bit different viewpoint, so it's not an exact dupe.</em></p>
<p>I've spent at least half of my life coding stuff in different languages and frameworks so I'm not looking at this project as a way to learn much about coding and preparing for real world apps or such. I've done lots of those already. But since I have to do it to complete my degree, I felt I should spend my time doing something useful instead of throwing the whole thing out. I'm planning to make it an open source project or a hosted Web app (depending on the type) if I can make a high quality thing out of it, so I decided to ask StackOverflow what could make a useful project.</p>
<h3>Situation</h3>
<p>I've plenty of freedom about the topic. They also require 30-40 pages of text describing the project. I have the following points in mind (the more satisfied, the better):</p>
<ul>
<li>Something useful for software development</li>
<li>Something that benefits the community</li>
<li>Having academic value is great</li>
<li>Shouldn't take more than a month of development (I know I'm lazy).</li>
<li>Shouldn't be related to advanced theoretical stuff (soft computing, fuzzy logic, neural networks, ...). I've been a business-oriented software developer.</li>
<li>It should be software oriented. While I love hacking microcontrollers and other fun embedded electronic things, I'm not really good at soldering and things like that. </li>
<li>I'm leaning toward a Web application (think StackOverflow, PasteBin, NerdDinner, things like those). </li>
</ul>
<h3>Technology</h3>
<p>It's probably going to be done in .NET (C#, F#) and Windows platform. If I really like the project (cool low level hacking), I might actually slip to C/C++. But really, C# is what I'm efficient at. </p>
<h3>Ideas</h3>
<p>Programming language, parsing and compiler related stuff: </p>
<ul>
<li>Designing a domain specific programming language and compiler</li>
<li>Templating language compiled to C# or IL</li>
<li>Database tools and related code generation stuff</li>
</ul>
<p>Web related technologies:</p>
<ul>
<li>ASP.NET MVC View engine doing something cool (don't know what exactly...)</li>
<li>Specific-purpose, small, fast ASP.NET-based Web framework </li>
</ul>
<p>Applications:</p>
<ul>
<li>Visual Studio plugin to integrate with Bazaar (it's too much work, I think).</li>
<li>ASP.NET based, jQuery-powered issue tracker (and possibly, project lifecycle management as a whole - poor man's TFS)</li>
</ul>
<p>Others:</p>
<ul>
<li>Something related to GPGPU</li>
</ul>
<p>Looking forward for great ideas!</p>
<p>Unfortunately, I can't help on a currently existing project. I need to start my own to prevent further problems (as it's an undergrad project, nevertheless).</p>
http://stackoverflow.com/questions/1323420/ideas-to-concept-how1Ideas to concept, how? [closed]HiteshP2009-08-24T16:31:41Z2009-08-24T16:37:13Z
<p>I have several ideas that I have been entertaining for a while. Unfortunately, they are only electrical signals at the moment. However, I want to pursue these further and find myself lacking the resources to go further. For starters "Ideas --> concept" encompasses a lot of steps, for example</p>
<ol>
<li>The idea
<ul>
<li>What is it lacking?</li>
<li>Has someone done it?</li>
<li>The finer points?</li>
<li>Is it even worth it?</li>
<li>Protect the idea, how?</li>
</ul></li>
<li>Find people to help
<ul>
<li>Like minded folks to discuss?</li>
<li>Folks willing to help?</li>
<li>How can you trust them?</li>
</ul></li>
<li>Funding
<ul>
<li>How?</li>
<li>Where?</li>
</ul></li>
<li>Others
<ul>
<li>Give up your day job?</li>
<li>How fast to move?</li>
<li>Create prototype?</li>
<li>Incorporate a business as a front and adding professionalism, etc</li>
</ul></li>
</ol>
<p>I am sure there are several thousand steps I have missed here but this is the jist of it. One of the biggest challenges I am facing is finding folks I can trust to bounce my ideas off. Folks who know their domain well to see whether the idea has traction and most importantly poke holes in the ideas. Naturally, since they are my creations I may believe that they are good but this is, obviously, a dangerous notion.</p>
<p>I have a lot of holes with regard to this and, therefore, my thinking is pretty incoherent. There are a lot of finer points floating around. So, here to there, how?</p>
http://stackoverflow.com/questions/467532/would-rich-text-help-comment-code7Would rich-text help comment code?Jeremy Rudd2009-01-21T23:40:20Z2009-08-22T16:45:24Z
<p>I always wondered why I have to write rich-text code comments a.k.a. <strong>pseudo code</strong> in a text editor (c'mon, bold, underline!) and come back to the IDE (integrated?) to write the actual program, not to mention ensuring these documents stay near the code.</p>
<p>So the question is, <strong>What if IDEs allowed rich-text code comments.</strong> Would it help anyone? Maybe make the murky picture clearer to understand considering you can <strong>emphasize</strong> or <em>stress on important points</em> and use headers and sub-headers?</p>
<p>(yeah, I know we can manage with *important point* and ****** HEADER ****** but lets think out-of-the-box for a moment!</p>
<p><strong>I'm talking about an RTF Code Editor, integrated within IDEs.</strong></p>
http://stackoverflow.com/questions/930199/how-many-simultaneous-connections-can-an-mdb-access-file-support2How many simultaneous connections can an .mdb access file support?Andrew2009-05-30T17:47:00Z2009-08-12T11:37:24Z
<p>Hi! I have a website (www.soltrago.com) wghere I use a .mdb microsoft access database to retrieve data when the pages loads. I use a dns less connection to connect to the database. My question is how many simultaneous connections can I have to my webpage? Like how many people per second can view my webpage? Thanks!</p>
http://stackoverflow.com/questions/1259172/whats-the-easiest-way-to-create-an-admin-panel-for-dynamic-websites1Whats the easiest way to create an Admin Panel for dynamic websites?Jeremy Rudd2009-08-11T09:00:33Z2009-08-11T09:50:27Z
<p>I've heard about web frameworks like <a href="http://rubyonrails.org/" rel="nofollow">Rails</a>, <a href="http://www.djangoproject.com/" rel="nofollow">Django</a>, <a href="http://cakephp.org/" rel="nofollow">CakePHP</a> and others, that help programmers to quickly create dynamic websites which are basically a web GUI to interact with a database.</p>
<p>I was wondering if there are ways to "generate" these Admin Panel GUIs pretty much automatically, something like a Microsoft Access for the web? Where the "database" can be designed by non-programmers, and the resulting web app to work with that data be generated automatically?</p>