Top "Profile" questions

Profiles are part of .NET Framework.

Store user profile pictures on disk or in the database?

I'm building an asp.net mvc application where users can attach a picture to their profile, but also in other …

profile image-upload
What happens when provision profile expires?

When I add my provisioning profile to Xcode through the Organizer, I can see that the profile is set to 3 …

ios ipad app-store profile
Why can't I activate a Maven2 profile from another profile?

I have a multimodule Maven2 project which builds a web application. The application is connected to a backend server and …

maven-2 profile activation
Perform action when user logs in via SSH from a particular host

I have a quesiton that puzzles me and I wonder if anyone has attempted to achieve the following: Let's assume …

linux bash ssh profile
Quick way to count number of instructions executed in a C program

Is there an easy way to quickly count the number of instructions executed (x86 instructions - which and how many …

c linux profile
Switch GNOME Terminal Profile from the command line

If I'm running gnome-terminal with multiple tabs open, is it possible to switch the profile of a given tab at …

linux terminal profile gnome
PS1 line-wrapping with colours problem

Here's my PS1 variable: PS1='\u:\W$(__git_ps1 "\e[32m\][%s]\e[0m\]")$ ' Works great for picking …

bash profile environment
android - what is message queue native poll once in android?

I know that threads have a message queue and handlers are able to push runnables or messages to them, but …

java android performance cpu profile
Java very limited on max number of threads?

We have a small text box with 512Mb of ram. We wanted to see how many threads we can create …

java multithreading memory memory-management profile
change deployed artifact name based on profile

I have in a web application's pom file, a build profile, which does some necessary things (in my code) for …

maven profile nexus classification maven-deploy-plugin