profile

How to interpret linux's top correctly?

We're running to profile a java program on its memory usage. We have a 512 ram box and top shows that 500 or so MB of ram is used with very little free. However over at the RES column we can see that the jvm is only using 100MB or so. And all the other processes are not even significant (less than 1k). So what exactly is consuming all th...

Shew Soft Vpn Client Route Metric

After connecting to the business network i have no internet access. route print shows 0.0.0.0 0.0.0.0 192.168.132.222 192.168.132.166 121 0.0.0.0 0.0.0.0 On-link 10.100.10.26 31 Through these commands route delete 0.0.0.0 mask 0.0.0.0 192.168.132.222 route add 0.0.0.0 mask 0.0.0.0 192.168.1...

ASP.NET Membership Profile

Hi I want to send out an email to all users where their birthday is today i am using the built-in asp.net (3.5) membership. All users have a profile (stored in aspnet_Profile) which contains a date/time property called 'birthday'. I need to get a list of users email addresses from the 'aspnet_Membership' table where a users birthday is...

How to Get Custom Properties Common Profile ASP.NET?

How do I get access to my custom strong-named properties of the common profile (page.profile) in ASP.NET for a classes that does not derive from page? I thought I could just pass in httpcontext.profile but I'm missing the custom properties. There should be some class type that I can pass in? It appears the class type is ProfileCommon an...

ASP.NET MVC redirect dilemma on Application_AuthenticateRequest

I would like my MVC application to check (on every request) if the current user has a profile. If no profile is found, I want to redirect them to the "profile" page for them to submit one. protected void Application_AuthenticateRequest() { if (HttpContext.Current.User != null) { // Redirect to profile...

Twitter Profile image update with Oauth or xAuth

I have tried to develope twitter profile image changing function with twitter API on iPhone. But There are not libraries about this. I found jaanus / PlainOAuth and another libraries... but I couldn't found. Anybody tell me how can I find or get information about this? ...

getting logged-in user's details on another user's facebook profile tab

I have a Facebook application that has a user profile tab. The specs of the app dictate that the layout of the profile tab should be different depending on whether a user is looking at their own profile, or someone else is looking. Whenever I try to print_r FB's signed request details, the profile_id is always the same as the user_id, e...

Error provisioning profile

I successfully built my app for distribution, but now, it does`t build anymore for debug on my iPhone device. Xcode try to run on my distribution profile instead of my developer profile. If I change the bundle identifier for what it was before, when I build I get a Code Sign error: The identity 'iPhone Distribution' doesn't match any ide...

Problem with sh profile in IPython on Mac

I recently heard about profiles in python and quickly discovered the sh profile. I went to invoke it to try it out and got the following error on my Mac running Snow Leopard and the system Python2.6. Anyone else see this before? I was thinking about trying to reinstall the IPython egg to see if it fixed it, but thought I'd ask if any oth...

Selenium2 profile to accept untrusted certificates

I'm trying to use a firefox profile with selenium2 to accept untrusted certificates, but without any success. I'm using 2.0a5 of the selenium jar. If I start firefox with the profile manager manually and navigate to the site then there is no challenge from the browser, however in selenium I cannot avoid it. Any suggestions? ...

iPhone Distribution: No profiles currently match.

I am about to upload an app to iTunes Connect. I am not Team Agent, nor does it seem the Team Agent can make me a Team Agent. So he logged onto Member Center and downloaded a Distribution Certificate, which is in my Keychain along with the WWDR Certificate. The bundle identifier is set to se."companyname"."appname". When I set the Code...

issues with distribution profile on the iPad.... keeps crashing

Hi all, thanks for looking... any help you can provide will be greatly appreciated. We are having issues loading an iPhone build onto the ipad for testing purposes. The build works fine in Debug mode on the simulator and on the device. When I switch to a distribution provisioning profile the app either does not accept any touches or c...

Android Bluetooth PBAP

Hi guys! I'm gonna try to introduce briefly what I'm working on, and then present my question... any help will be very much appreciated! I've been trying to connect an Android device to other phones in order to import their phonebook info over bluetooth, using the phonebook access profile. To achieve that, I'm trying to place my device ...

Recreated iphone distribution certificate - want to configure existing Provisioning Profiles to use new cert?

My iphone distribution certificate was due to expire. I clicked the button next to the error message on the distribution certificate tab to recreate it, and followed the instructions to create a new certificate. (Note I used a new CSR - might this be a problem?). The certificate was created sucessfully, and I want to move my existing p...

Trace SQLite queries (.NET & NHibernate)

I'm using System.Data.SQLite with NHibernate & Fluent NHibernate. I encountered some strange bug and I would like to log all queries executed on the SQLite database. I already know about the ShowSQL NHibernate configuration option but I would like to log directly from SQLite. I found out about sqlite3_trace() but how to use it from .Ne...

Iphone: provisioning profile of older version lost

Hello: I have an existing application which is uploaded in market place which was earlier developed for iOS 3.0. I have added a new feature to this application and created a build for iOS 4.0. My concern is that I do not have the older private key and provisioning profile with me. And as per documentation, to upload a new version o...

Inheriting Maven profiles

Is it possible for a child POM to inherit profiles defined in the parent POM? If so, how? ...

Redirect referring page after login and template the profile page in wordpress

Hi I'm having a wordpress site(still offline) which is basically a news paper site. Users has to registered to comment. My problem is that when users login for commenting on any article, they are redirected to profile page (or to home page if i use some plugins)... but the standard should be redirecting them to the referring page as to ...

Can anyone help me with importing Google Profile using ASP.net MVC 1.0 in my website?

I have searched on net about Google profile import. I have successfully implemented importing of User Contacts into my application but I am not able to import Google Profile. Please do the needful. Thanks :) ...

How to get the user's google profile info after getting the credentials from the user in asp.net / asp.net mvc 1.0 ?

I want to use the user credentials to get me access to their account so that i can get their profile info . My site will provide a link saying "import profile from GOOGLE"..when the user clicks on it ..he is asked the user name and password ..on it entry i want to get their info. I tried using GOOGLE API but i am not able to find a way t...