Questions tagged [ssp]

48 questions
1
vote
0 answers

Dynamically change to portrait mode - SSSP

I am successfully running my application in portrait mode. Thanks for the great documentation here: http://www.samsungdforum.com/B2B/Guide/tut20009/index.html But I have a big issue now. I need to change the orientation dynamically. Do SSSP have any…
Manish Gupta
  • 1,405
  • 14
  • 32
1
vote
1 answer

Force bluetooth legacy pairing in Windows 7

I recently acquired a Bluetooth headset (Philips SHB9100) for my smartphone, but also wanted to use it with my Windows 7 PC, so I bought a cheap USB Bluetooth adapter without noticing it was a v2.0 adapter, while the headset is v2.1 + EDR. The USB…
Halconit
  • 21
  • 7
1
vote
1 answer

Single Page Login

I have three separate .aspx pages that handle, logging in, creating a user, and reseting a password. What i want ot do is merged them all into my default.aspx pag and by utilizing panels hide the main content if the user isn't autheticate. So my…
CSharpNewBee
  • 1,951
  • 6
  • 28
  • 64
1
vote
1 answer

Null or terminator canary

Can I force the gcc to use a null canary or terminator canary, when SSP is enabled, instead of random canary? If so, how?
Seoman
1
vote
1 answer

Access Share Service Provider (SSP) settings

How can I access the settings of a Share Service Provider programmatically. Especially how could I retrieve the MySite storage location defined in a SSP's MySite settings?
Flo
  • 27,355
  • 15
  • 87
  • 125
0
votes
1 answer

Pairing Bluetooth Device with Nexus S

Our app needs to programmically pair a bluetooth device with an android phone. This is working fine on all the phones we've tested it on... except the Nexus S. It was working on this phone until we switched from the legacy (PIN code) pairing, to the…
javajavajavajavajava
  • 1,223
  • 2
  • 12
  • 20
0
votes
0 answers

Is it possible to force cookie matching for Safari browser?

We want to display ads on Safari using Lexicon (a solution provided by SSP 33across). Lexicon does not have "integration", it is a solution operating entirely on the SSP side. Lexicon works based on cookie matching. This is our only obligation.…
0
votes
1 answer

Datatables.net ssp.class.php filters return empty

This is most probably down to a basic misunderstanding on my part of how the ssp.class works, especially with regards to the column definitions. I don't know how the 'dt' key functions except to pour over the code. I think I can give it a column…
Paul Perrick
  • 496
  • 9
  • 22
0
votes
0 answers

jquery datatable is not filtering rows from ssp formatted fields. e.g

$columns = array( array( 'db' => 'id', 'dt' => 0 ), array( 'db' => 'name', 'dt' => 1 ), array( 'db' => 'id', 'dt' => 2, 'formatter' => function( $id, $row ) { if($id % 2 == 0){ return "Even"; …
0
votes
1 answer

Computing apparent magnitude with Armadillo (C++)

I'm looking for someone very expert in using Armadillo (C++). I am a wannabe astronomer and I'm trying to compute the ab apparent magnitude m_ab of a SSP (simple stellar population, a group of chemically homogeneus and coeval stars) in a specific…
fslack
  • 189
  • 9
0
votes
2 answers

how to filter data based on fromdate and todate?

This is my construct query, i need to filter data based on fromdate and todate,and also based on adminid, whats wrong am i doing here,is there any other way? function constructFilterQueryrelogin($paymentStatusCode,…
0
votes
1 answer

Retrieving User Profile Emails from Sharepoint Shared Services Provider (SSP) for newsletter

I was wondering if there is an easy way for me to retrieve all the users profile for the entire sharepoint farm for me to do a periodic newsletter. I tried googling quite a bit and it seems that we can retrieve all the sharepoint users of a…
James
  • 41
  • 1
  • 5
0
votes
1 answer

Searching GCC version with workable stack protector SSP

Using genkernel all (on Gentoo) and gcc-5.4.0 get the error: -fstack-protector not supported by compiler I know starting from 4.8.3 gcc supports SSP. But I have this bug compiling Gentoo kernel. Which gcc version you'll advise?
znavko
  • 1
  • 2
0
votes
3 answers

NetSuite Duplicate Registration eCommerce

I want to stop a customer from registering two times with same email address. I do not know how I can check the client's email address from the eCommerce registration page. For example, when a client enters an email in the eCommerce registration…
0
votes
2 answers

Can I set a default page for an SSP application in NetSuite

I'm creating a blog in NetSuite using an SSP application. The SSP application sits at /blog and the SSP page is /blog/index.ssp Is there any way at all to make that just /blog ? It would look so much better. Is there some kind of trick, like a…
Gordon Truslove
  • 109
  • 1
  • 1
  • 10