Profiles are part of .NET Framework.
In a POM parent file of my project, I have such a profile defining some configurations useful for this project (…
maven-2 plugins configuration profileI have a web application Maven project, and I want to customize the web.xml file depending on the Profile …
java web-applications maven-2 profile web.xmlI wrote a golang program, that uses 1.2GB of memory at runtime. Calling go tool pprof http://10.10.58.118:8601/debug/pprof/heap …
performance memory go profileI don't know what I am missing, but I added Profile properties in the Web.config file but cannot access …
asp.net asp.net-mvc asp.net-membership profileI'm trying to compile a simple app with gcov and getting the following link errors: gcc AllTests.o CuTestTest.o …
gcc profile gcovI have a Maven project that has 3 modules. These are built by the parent pom.xml I now have a …
maven profileI have a django project with the django-allauth app. I need to collect additional data from the user at signup. …
django profile django-allauthI am making use of django-registration and django-profile to handle registration and profiles. I would like to create a profile …
python django django-forms registration profile