I'm hitting paralysis by analysis I think...
Which should I go for for my first IOC container: Autofac or Ninject?
(Just want an open source, nice and simple, IOC container)
I want to apply a pixelate filter to a rectangular part of an image. Is it possible to achieve this in one go, or should I make two images, apply the filter to the second and ... then what?
Ok, im developing some software which requires file icons to display lists of files on a computer...
i don't want to use the system ExtractAssociatedIcon api's i'd rather load the icons for the file extensions out of a database... (as some systems may not have certain files associated etc)...
Does anyone have a database of file extensions &…
I'm using Codeigniter's "timespan()" function to give a human readable phrase of how much time has elapsed since an event: "5 days, 3 hours, 12 minutes, 1 second", but I don't need to go down to the minute or second level.
Is there any way to turn that off?
So any time i hit enter and go to a new line... radrails automatically gives me two tabs over. I'd rather turn this off. I haven't been able to figure out how in the settings.
Ideas? thoughts?
is 2 tabs preferred for a specific reason?
After some studying, I created a small app that calculates DFTs (Discrete Fourier Transformations) from some input. It works well enough, but it is quite slow.
I read that FFTs (Fast Fourier Transformations) allow quicker calculations, but how are they different? And more importantly, how would I go about implementing them in C++?
So, for instance facebook's search bar has faint word that says "search", but when you click on the bar, it becomes blank and you may begin typing, when you click away the "search" goes back.
Similarly, SO's ask a question title box has faint words that go away when you start typing.
I'm not too sure what this effect is called, but I'm…
Hi everyone,
I would like to build and go my app on my jailbroken device without paying the $99! I have Rock and Cydia... what is the easiest way to do it (if it's possible)?
Thanks
I have a folder admin that has config.php, admin.php.
I want to get navmenu.php in the includes folder.
How do I go up a level from admin.php then to navmenu.php?
admin
config.php, admin.php
includes
navmenu.php
easy question but I forgot what the name is so i can't seem to google it...
If I have the following block of code in a method (using .NET 4 and the Task Parallel Library):
var task = new Task(() => DoSomethingLongRunning());
task.Start();
and the method returns, will that task go out of scope and be garbage collected, or will it run to completion? I haven't noticed any issues with GCing, but want to make…
Hi, this is my first time using stackoverflow. pretty thrilled. lol
anyway, there are hell of a lot books there to teach you C++. But i was wondering whats the best well-known book to pick?
I have pretty solid base in programming and I just wanna go over it fast.
so any recommendations?! sorry for the cheesy question!
dear friends,
i want to put "Go" button in android appliation softkeyboard
for search and other related scenarios can any one guide me how to achieve this? with example.
any help would be appriciated.
For winforms applications I'm wondering what setup code should go in:
MainForm()
as opposed to
MainForm_Load(object sender, EventArgs e)
Are there any best practice guidelines here?
I would like to add a favorites tab to my iphone app that i am developing. I am using core data to populate a UITableView and would like in the detailed view to be able to add the selected item to the users favorites.
Would i go about this by adding the selected item to a new array?
I am very new to xcode and iphone programming so…
When back key is pressed, current activity goes background.
I'd like to show a popup and let user choose really close this activity,
before current activity go background.
I tried to override onStop(), but it's called after activity goes back.
Please somebody explains me how to do that?
Suppose I want to add minor syntactic sugars to Java. Just little things like adding regex pattern literals, or perhaps base-2 literals, or multiline strings, etc. Nothing major grammatically (at least for now).
How would one go about doing this?
Do I need to extend the bytecode compiler? (Is that possible?)
Can I write Eclipse…
for example:
When the MEM CTRLER wants a instruction register to be populated with the DATA which the next ADDR REGISTER points to.
Does it send a signal to the ADDR REGISTER to place the next ADDR on the ADDR bus or does the ADDR go to the MEM CTRLER and is placed on the BUS by the MEM CTRLER?
Considering that we're all constantly learning, we've all got to come across a point where we learn something just awesome that improves our code or parts of it significantly.
The question is, when you've learned some new technique, strategy or whatever, do your or should you go back to code that you know works, but could be so…
I have the beginnings of my first Silverlight MVVM app and need to know where I should put business logic including async service calls. Does it go on the page hosting the view? Do I simply set a property of the ViewModel which updates the view?
How should I go about adding slashes to only single quotes and ignoring double quotes?
I am using php. I would only like to escape single quotes to prevent my php mysql queries from breaking.
Thank you!
I just copied my current database to a new database to find out only the tables are copied,
How do I copy all stored procs the same way in one go?
I do not want to create each stored proc one by one again running create queries
Thank you in advance
I never got an answer in my googling to this about a year ago and have an extra stick of memory I'd like to be able to use. When is inserted the computer starts, and then reboots immediately in an endless reboot cycle. As soon as the 4th stick is removed, the computer works fine. Right now I have 6 GB of my 8 GB installed.
Is…