-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm building a traditional .NET MVC site, so I've got a natural 3-tier software architecture setup (presentation in the form of Views, business layer in the controller, and data layer in the models and data access layer).
When I've deployed such sites, it usually goes either on one server (where…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
If you design a distributed application for easy scale-out, or you just want to make use of any of the new “cloud computing” offerings by Amazon, Google or Microsoft, there are some typical concepts or components you usually end up using:
distributed blob storage (aka S3)
asynchronous, durable message…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a PowerMac G4 from around the year 2000. It's a serviceable Unix machine but I don't do much with it since I have plenty of Pentium 4 machines around with Linux on them. I was wondering if the PowerPC based machine is capable of handling certain tasks faster or "better" than Intel based machines…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i am getting a strange bundler error when running
bundle pack
with bundler 0.9.12
any ideas? (see pastie for a better formatted code: http://pastie.org/881328 )
/opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:49:in `initialize': not in gzip format (Zlib::GzipFile::Error)
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I am architecting a software project and I want to create a SAAS (Software As a service) one. I want to model my application along the lines of Salesforce. I really like there customization features but I am not sure how they really go about it. I read that they create an ID for every…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Problem Solving:
I've been working on something since last week. I am stuck at a point,
where I want to find the minimum number of airplanes required to carry
out a flight schedule given below.
Plz, try out the brainstorming, i need the algorithm really badly, i'm
also short of time. Thank u in advance…
>>> More
-
as seen on Super User
- Search for 'Super User'
I like to use the default notes gadget in vista, and I want to sinchronize my notes between my PC and my laptop. I'm gonna use dropbox, so I just need to know where does the gadget store my notes. I looked inside the Appdata folder and couldn't find the actual notes (only config files). Does anyone…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've got a bit of a catch-22 situation here.
My company used to use Notes, but migrated to Exchange several years ago. As such the Notes server was mothballed. I now need to get back into Notes to get some data from an old app we had.
The trouble is, all my .id files have expired. I can't recertify…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are proimarily going to model databases (mostly sql,db2) for our SOA intiative applications organisation wide.
Let me know the highlights between choosing either of this tool and the recommendations out of your expereinces
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for a programatic way to access content in a Lotus Notes database (.nsf file) without having Lotus Notes software installed.
Python would be preferred but I'm also willing to look at other languages e.g. C/C++ or other means e.g. SQL
From what I have read, all of the methods e.g. Python…
>>> More