There are a lot of great programming quotes out there. Which do you like?
Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in Swedish). This basically means "God is in Emacs". Still laughing about it here :) What he meant was that a function "gud is grand-unified-debugger" is in Emacs.
A great one I think all programmers should know is The Three Great Virtues of a Programmer.
Hello all!
I wrote an app for the iPad, but I don't currently own an iPad.
I would like to save my project as an .ipa file (assuming it's .ipa for the iPad, like the iPhone) so I could send it to a friend with a Jailbroken iPad to test it on an actual device before I release it to the App Store.
Is there any way I can do this? Thanks a bunch!
I do a lot of design work with XHTML, CSS, and PHP. A friend mentioned Sass to me and it looks pretty cool. I don't know anything about Ruby or Rails and I am running a windows machine.
Does anyone know a good tutorial for a beginner to dig in to something like this?
My friend build a web service in java
I build one in .net
I want them to implement the same interface
then in my program change the web.config to point to one or the other.
In my mind this would be done by implementing the same interface. Not sure how it would actually be done...
I've been using gmail's SMTP server to send email (notifications, password reminder, etc) in my web application. However, i'm getting to the point where i'm reaching the limit of 500 sent emails per day using gmail's SMTP.
Is there any SMTP service's that I can use instead? A friend told me about sendgrid.com, but that's the only one i've heard of.
[Rails] Where to put this code?
I have a user1 and when another registered user2 sees the profile of user1, has some buttons on it: ['add as friend', 'give me your number', 'give me your email', 'ask her out', 'view photos']. The 1,2,3,4 are POST, with AJAX. Now, i have to make a new controller named 'ProfileActionsController' or i should put this code in the 'UsersController'?
or maybe a another posiibility? thanks ;)
Hi all,
I need a Cxf client which can deal with HTTPS wsdl url.
The cxf documentation isn't really big, so i would appreciate some help.
Is there any example of what i want ? google isn't my friend today :(
Thx for helping me.
I have 5 tables:
- users - information about user with current location_id (fk to geo_location_data)
- geo_location_data - information about location, with PostGIS geography(POINT, 4326) column
- user_friends - relationships between users.
I want to find near friends for current user, but it takes a lot of time of executing select query to know if user is a friend and after that execute select using ST_DWithin.. May be something wrong in domain model or in queries?
A friendof mine was interviewing for a data warehouse and Business Object role But he was asked about the Manhattan database?
I have Googled "Manhattan database" and even searched for it on Bing and Yahoo but have found no relevant information.
Any help would be greatly appreciated!
A friendof mine, who studies game development at an university, is currently learning programming in OpenCL. What would be a simple project that teaches the most important aspects of OpenCL and can be finished within about 50 - 100 hours?
hi,
I have enabled remote desktop in my xp sp3 system,
(My problem)
if my friend take my system in remote with out my authentication my system is connected to him.but few day before i get authentication message(attached in the below link) but nowadays i am not receiving this dialog box...
please provide help to get this authentication dialog box..
Link : http://www.freeimagehosting.net/image.php?f9f04c5e0a.jpg
Thanks in advance
An intelligent coworker friendof mine brought up a question to me that I was uncertain how to answer and I'd like to pose it to the world.
If a RESTful endpoint uses token-based authentication, aka a time-based token is required to access a resource and that token expires after a certain amount of time, would this violate the RESTful principle? In other words, if the same URL expires after a certain amount of time, so the resource returns a different response depending when it was requested, is that breaking REST?
i need to get some data somewhere to put in a timeline. the data strcture is like this:
- Item
- Name
- Year
- ShortInfo (mainly keywords and short texts)
- LongInfo (much text with videos/audios (urls)
a friendof mine told me i should you a plist and get all that stuff in there, but what about a sqlite database? any advice?
regards
I recently plan to buy a new laptop to run 64 bit OS, but I friend told me that my current laptop is 64 bit but I am not sure how do I verify if my laptop is ready to load 64 bit OS?
Here is the result from cpuz
edit: come say something at less if you want to vote this down :)
Anyone seen this before?
CREATE DATABASE permission denied in database 'master'.
An attempt to attach an auto-named database for file
C:\Documents and Settings\..\App_Data\HelloWorld.mdf failed.
A database with the same name exists, or specified file cannot be
opened, or it is located on UNC share.
I'm asking on a friend's behalf. I've sent him these links:
http://blog.benhall.me.uk/2008/03/sql-server-and-vista-create-database.html
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=702726&SiteID=1
When i try to connnect to a local IP everything goes wonderfully
but as soon as i use a normal ip, like to connect to a friendof mine outside the lan it just doesn't work
Using either XNA OR just the usual c# win forms application, which would be the best way to create the feature that enables text messages to be sent from me to my friend over the internet?
I don't know if this matters or not, but I now have 3 Mobile Broadband internet... so it's like... Wireless internet, does that matter?
I am an owner of a small home-based medical transcription unit...i feel like my career is stuck not moving forward....i want to give it a change and heard about certified HIPAA Professional certification from my friend....Are there lots of jobs available after doing this certification....Can i do this certification and can easily find jobs in healthcare industry?.....please give suggestions
i have heard from a friendof mine that the best algorithm for swapping is
" (a^=b^=a^=b)"
where a and b are two integers to be swapped.
but when i applied this using c language it resulted in crashing.
can anyone of you fine people explain the possible reason for that?
please suggest the best algorithm for swapping.
thank you!!!!
A silly question, perhaps, but at this time of night, StackOverFlow is my only friend.
I'm playing with NHibernate and wanted to factualize these 2 statements regarding Sessions in web applications.
1) You should only ever have 1 ISessionFactory per database for the lifecycle of an application.
2) You should only have 1 ISession per HttpRequest or batch of HttpRequests (i.e. conversation)
[I don't want tool or framework recommendation, just want to confirm the above]
Suppose I have a set of data, given the data and the relation schemas can I assume that the set of data is normalized in one form or the other. In my opinion raw data given, has to be normalized into some form. However a discussion with a friend has led to ask me this question here.
To expound more on the question, I would say given a set of functional dependencies for a relation or table, is it guaranteed that the table would atleast be in 1NF if not others
A friendof mine asked to create a static website and I found that making such site using Sinatra is a pure joy. I just wrote all my routes like this:
get '/index.html' do
haml :index
end
get '/app.css' do
sass :app
end
....
So I was able to use layouts, and haml and sass to put site together quickly.
To create the static site I used
wget -r -l2 http://localhost:4567
Which did work pretty well, but I imagine there is a better way to create a static site from a Sinatra code?
Hello Friend..
I am doing project in EXCEL VBA.
i am taking refernce of some projects made in excel vba.
But when I trid to open that excel sample projects, it ask me for password.
so how can bypass password for that excel project so i can take refrence so that i can take refrence of sample.
Please help....