Tagged Questions
The first-time tag has no wiki summary.
25
votes
17answers
3k views
What is the best Functional Programming Language for Experienced OO Developers?
I'm a very experienced Object Oriented developer. Which of the Functional Programming languages would be the best one for getting my feet wet? Keeping in mind:
IDE
Compiler Maturity
Debugging ...
5
votes
15answers
664 views
Absolute beginning in programming
I have worked for the last 10 years in Networking & Web Development and always had an interest in programming. When I was in School I started in Basic, (To date myself) the other languages at that ...
2
votes
1answer
372 views
WCF Service - Startup takes extra time
I find that WCF service will take 8-10 seconds to load the first hit. After that it will take less than a second.
any thoughts?
2
votes
1answer
455 views
Data not displayed first time in android after copying the file from assets to data folder
Description
I have used the code tip from http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ to copy a pre-filled data file to the target and handled this in a ...
2
votes
2answers
429 views
iPhone first time application ran and config files
I have two question:
I'm developing an iPhone application and I want to know when it is the first time the application is executed. I want to check some extended permissions from facebook the first ...
1
vote
6answers
64 views
How to approach a function that has slightly different behavior when called the first time?
This is a very general programming question that I just want to put out there and see if anyone has any thoughts on it. It shows up time and time again: I have a function somefunction() which is ...
1
vote
2answers
139 views
Getting started with Java using Eclipse
I just heard of library for reading/writing excel files without COM, so I figured I'd go check it out.
I downloaded jexcelapi_2_6_12.zip from this page ...
0
votes
1answer
75 views
first time installation settings set up android
I have a program using android and I would like a few tips on how to save the first time installation settings. I would think a writing to a file on the device for the first time install and then a ...
0
votes
2answers
1k views
How to Create the Upload File for Application Loader?
When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be uploaded.
If I understand correctly, it supposes to be the appName.app file I see under "Products" on ...
0
votes
1answer
515 views
Why does my Swingworker cancel its thread only the first time?
I have a Swingworker that I sometimes need to cancel. If I execute and then cancel, it works as expected. If I run a new instance of that Swingworker and then try to cancel it, the cancel function is ...
0
votes
1answer
171 views
Create Action View to Only Be Displayed First Time App is Ran
I am just trying to have an action view display the very first time the app is opened, but I am not sure how to build this.
I understand it must be put in
- (BOOL)application:(UIApplication ...