Is this Bubble sort? How can I test it?

Hi all,
Would someone please confirm that this snippet of code uses the bubble sort algorithm to sort the array it receives? Also, would there be any difference in functionality, efficiency or otherwise if I rewrote the same method using recursion? I would also appreciate it if someone could suggest some test cases to test this code as I am not sure how I can go about doing that.
Thank you very much.
public static void sort (float array[]){
        int mIndex = 0;
        float temp;
        int i = 0, j = 0;
        for (i=array.length-1; i>0; i--){
            mIndex = i;
            for (j=0; j<i; j++){
                if (array[j] > array[mIndex]){
                    mIndex = j;
            if (mIndex != i){
                temp = array;
array[i] = array[mIndex];
array[mIndex] = temp;

Moon123 wrote:
Hi all,
Would someone please confirm that this snippet of code uses the bubble sort algorithm to sort the array it receives? It doesn't. It uses [url http://en.wikipedia.org/wiki/Selection_sort]selection sort.
Also, would there be any difference in functionality, efficiency or otherwise if I rewrote the same method using recursion? Functionality: By definition, no. That is, if you reimplement the same task using a different algorithm, by definition, it still performs the same function.
Efficiency: No. The algorithm is still O(n^2). It will use more stack, and might be a tiny bit slower, but you won't be able to see the difference.
I would also appreciate it if someone could suggest some test cases to test this code as I am not sure how I can go about doing that.Create an array. Stick values into it in varying orders, including: correctly sorted, reverse sorted, random. Pass the array to this method. Compare the result to what you know it should be.

Similar Messages

  • When i try to us my email account on itunes or on my iphone it says please review what does this mean and how can i sort it

    when i try to us my email account on itunes or on my iphone it says please review what does this mean and how can i sort it

    BEfore you try to Restore it, try a simple Reset.
    Press and hold both the Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears (ignore the Slide to Power Off option that shows up first).

  • How can I test my thunderbolt port? It's not working after the update to 10.10.1

    I have been using my computer with the Thunderbolt Port for a while and after updating to 10.10.1 and after I while of using my computer I tried to use the thunderbolt port with my external monitor.. and it doesn't work at all.. video doesn't come out.. I tried a different screen with the mini adapter from thunderbolt to HDMI and another with thunderbolt to VGA and in both adapters I don't get video from my mac.
    Any idea how can I test my Thunder bolt port?
    This is what I have done:
    1 cable adapter thunder bolt to mini HDMI to an LCD screen with HDMI : No video, but my computer detects that there is something connected
    2 cable adapter thunder bolt to VGA to an LCD screen with VGA : No video, but my computer detects that there is something connected
    3 cable adapter thunder bolt to mini HDMI to an 40' TV with HDMI : No video, but my computer detects that there is something connected
    All the test pass from the Hardware test at the startup (press D at boot time).
    Any ideas? my guarantee it's expired and no coverage. Due the nature of where the port it's installed, if this is a hardware problem seems that I will (may be) have to buy the Logic Board.. no good. No bueno!!
    Thanks!!!

    restore iPhone

  • How can I test a RTP(send&receive) application on the same computer?

    I an writing an application that lets one computer (A) sends a media file to another computer (B) and B receives it and play it.
    But how can I test this application on the same computer
    Eg.Transmitter: localhost 43000
    Receiver: localhost 43000
    It will retuen an error since the port number is alreeady used by another program.
    I know if I test it on different computers, it should be fine, but how can I test it on the same computer?

    JMStudio sends RTP packets from the same UDP port as the specified in the destination port, so you can't try it in the same computer. The examples provided in http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html follow this rule aswell, but it's easy to modify it:
    rtpMgrs[streamid]=RTPManager.newInstance();
    localAddr = new SessionAddress( InetAddress.getLocalHost(),localDataPort);
    //By deafault, in the examples, they use  remote DataPort instead of localDataPort.
    //You can specify localDataPort to any different free port number, or to
    //SessionAddress.ANY_PORT if you don't mind the port number
    remoteAddr  = new SessionAddress(destIpAddr,remoteDataPort);
    rtpMgrs[streamid].initialize(localAddr);
    rtpMgrs[streamid].addTarget(remoteAddr);

  • How can i test if i'm in the EOF of my file text in applescript?

    hello
    i want to known how can i test my EOF of my file text or if i meet "Plan N°" when i read each linesdxhezdcxezkchcochzhejc
    my file text :
    Plan N°1
    94.64%
    MDF_280;;3050;1850;1
    piece;0;0;500;500;0;AAA
    piece;0;504;500;500;0;AAA
    piece;0;1008;500;500;0;AAA
    piece;0;1512;500;500;0;AAA
    piece;0;2016;500;500;0;AAA
    piece;0;2520;500;500;0;AAA
    chute;0;3024;26;500
    piece;504;0;500;500;0;AAA
    piece;504;504;500;500;0;AAA
    piece;504;1008;500;500;0;AAA
    piece;504;1512;500;500;0;AAA
    piece;504;2016;500;500;0;AAA
    piece;504;2520;500;500;0;AAA
    chute;504;3024;26;500
    piece;1008;0;500;500;0;AAA
    piece;1008;504;500;500;0;AAA
    piece;1008;1008;500;500;0;AAA
    piece;1008;1512;500;500;0;AAA
    piece;1008;2016;500;500;0;AAA
    piece;1008;2520;500;500;0;AAA
    chute;1008;3024;26;500
    piece;1512;0;700;300;1;BBB
    piece;1512;704;700;300;1;BBB
    piece;1512;1408;700;300;1;BBB
    piece;1512;2112;700;300;1;BBB
    chute;1512;2816;234;300
    chute;1816;0;3050;34
    Plan N°2
    93.58%
    MDF_280;;3050;1850;1
    piece;0;0;300;700;0;BBB
    piece;0;304;300;700;0;BBB
    piece;0;608;300;700;0;BBB
    i want test
    i : line 1 ok next
    i <- 94... ok -< next
    if i == MDF_280 => loop (exit while EOF or when i == Plan N°)
    do ....
    end loop
    soory but i'm novice in apple script
    and i'm french
    i need to improve my english
    this is my applescript
    repeat with l in lesLignes
    if (l as text) starts with "MDF_280" then
    while ???? (!= EOF or "MDF_280") do ....
    if (l as text) starts with "piece" then .....
    end if
    end if
    end repeat
    THANKS

    property sString01 : "Plan N" -- String to search for.
    property sString02 : "MDF_280" -- String to search for.
    set uFile to (choose file) -- Select file to process.
    set tText to read uFile -- Read contents of selected file.
    repeat -- Cycle through contents of 'tText'.
    set {offset01, offset02} to {offset of sString01 in tText, offset of sString02 in tText} -- Obtain offset locations of 'sString01' and 'sString02'.
    if (offset01 = 0) then exit repeat -- If 'sString01' does not exist, exit repeat loop.
    -- Adjust content of 'tText' as to position of 'offset02' relative to 'offset01'.
    if (offset02 > offset01) then set tText to get (characters (offset02 + (count sString02)) through (count tText) of tText) as string
    set offset01 to (offset of sString01 in tText) - 1 -- Obtain next offset of 'String01'.
    if (offset01 < 1) then set offset01 to (count tText) -- Correct 'offset01' to obtain remaining contents of 'tText'.
    set tmpText to get (characters 1 through offset01 of tText) as string -- Obtain subset content of 'tText' - between 'sString02' and next 'sString01', of end of 'tText'.
    display dialog tmpText -- Display obtain subset of content of 'tText'.
    end repeat
    Since you posted 'how can i read a file text by applescript', and have not replied to others posts; nor marked any reply as 'answered' or even 'helpful'; and, I anticipate you creating a new post asking how to incorporate one of the 'how can i read a file text by applescript' replies into the above (or similar) code - a revised version of 'how can i read a file text by applescript' incorporated within the above code is provided below.
    property sString01 : "Plan N" -- String to search for.
    property sString02 : "MDF_280" -- String to search for.
    property sString03 : "piece" -- String to search for.
    property sString04 : "chute" -- String to search for.
    set uFile to (choose file) -- Select file to process.
    set tText to read uFile -- Read contents of selected file.
    repeat -- Cycle through contents of 'tText'.
    set {offset01, offset02} to {offset of sString01 in tText, offset of sString02 in tText} -- Obtain offset locations of 'sString01' and 'sString02'.
    if (offset01 = 0) then exit repeat -- If 'sString01' does not exist, then exit the repeat loop.
    -- Adjust content of 'tText' as to position of 'offset02' relative to 'offset01'.
    if (offset02 > offset01) then set tText to get (characters (offset02 + (count sString02)) through (count tText) of tText) as string
    set offset01 to (offset of sString01 in tText) - 1 -- Obtain next offset of 'String01'.
    if (offset01 < 1) then set offset01 to (count tText) -- Correct 'offset01' to obtain remaining contents of 'tText'.
    set tmpText to get (characters 1 through offset01 of tText) as string -- Obtain subset content of 'tText' - between 'sString02' and next 'sString01', of end of 'tText'.
    set tPars to paragraphs of tmpText -- Obtain list of 'piece' entries.
    repeat with i in tPars -- Cycle through list.
    if (i begins with sString03) then
    set {var01, var02, var03, var04, var05, var06} to my handle_List(i) -- Obtain individual values.
    -- Your code here.
    display dialog ("Piece: " & var01 & " ... " & var02 & " ... " & var03 & " ... " & var04 & " ... " & var05 & " ... " & var06) -- Code sample.
    else if (i begins with sString04) then
    set {var01, var02, var03, var04} to my handle_List(i)
    -- Your code here.
    display dialog ("Chute: " & var01 & " ... " & var02 & " ... " & var03 & " ... " & var04) -- Code sample.
    end if
    end repeat
    end repeat
    on handle_List(localList) -- Extract values, from each line of data, and place into a list.
    set {oAStid, AppleScript's text item delimiters} to {AppleScript's text item delimiters, ";"}
    set tItems to text items 2 through -1 of localList
    set AppleScript's text item delimiters to oAStid
    return tItems -- Return a list of values.
    end handle_List

  • How can i test my vpn connection?

    so recently i decided to test if ver 1.3.0.3 of the quickvpn client would work better with the 1.3.0.5 rvs4000 firmware. i loaded quickvpn to an xp pro computer (freshly built, i might add) and got to work. in order to test the connection, i attempted to piggy back off an unsecured wireless network. this network is on the same ISP network as i am.
    i use dynamic DNS, and the unsecured wireless network could resolve my IP correctly, but for some reason i couldnt connect to my home network from the unsecured network. my router is set to respond to lan requests, but i couldnt ping it. my router passes HTTP traffic to a computer in my network, but i couldnt bring up the webpage. finally, my router responds with the router config page over port 443, and i couldnt bring that up.
    so i used my ISP's dialup service to test. initially, as always, i had a million problems with the vpn client. systematically, i tried to resolve the issues. i installed the patch in the readme for quickvpn. i checked log files to see where stuff was failing. eventually, i could connect to the VPN, but would get that "remote gateway is not responding" crap. i know of a (poor) workaround for this which allows you to "finalize" the connection, but that workaround doesnt allow you to ping around in your network. sometime later, after randomly messing with settings, the tunnel would connect without the workaround. i have no idea what "fixed" this.
    despite all this, my 28.8Kbps connection wouldnt allow me to do anything meaningful on my network. i couldnt connect to the router or to a server of mine (http or fileshare). the only thing i could do was ping internal devices. other requests seemed to "hang" rather than timeout or do anything more concrete. basically, i gave up on testing using dialup, even though my router and the client software confirm a good connection. but i still wasnt convinced.
    next, i figured i could create some type of "DMZ" on my network by placing a switch between my ISP's modem and my router. im not a cisco network professional by any means, but im pretty familiar with networking on a above-average level. that said, despite my best, i couldnt get my quickvpn computer to see my router from the "DMZ".
    finally, i figured i could just test the tunnel while directly connected to my network's lan. bad idea. everything seems to go okay until it locks up on "activating policy". rebooting or otherwise ending the negotiation ends in the computer being unable to do anything anymore. when i try to ping anything, i get "negotiating ip security" ad infinitum. the only way i could fix this was by doing a system restore.
    so here's the question: how can i test my quickvpn connection?why can't i just tunnel through my network? and before you scream that you can't, thegreenbow vpn client has NO PROBLEM connecting to my rvs4000 while connected to my own network.

    Hi Aaron,
    I am going exactly the same thing as you however, I had my cousin buy and install a RVS4000 at his house in Australia.
    I access it from the USA so that I can help manage his Local Area Network, he is just not technical..
    I setup a DDNS client on his RVS4000 so that I can always get to his Router via a domain name rather than a IP address.
    I noticed that you didn't mention anything regarding importing client certificate into the directory of the VPN client on your PC.
    I also noticed I disabled IPSec passthrough on the router in Australia, see the pictures below, not sure why, but the VPN client is working.
    I also did not setup any gateway to gateway VPN tunnels, Only added a client , exported certificate as per the manual, See the last screen capture below.
    You will also note if you view the screen captures that my cousins RVS4000 has not been upgraded to the new code.Is there a reason for that...not really...he's just a user, not really technical.  Also note I have not added any VPN tunnels on my RVS4000.
    I have a reasonably reliable connection between the USA and Australia. I didn;t have to play with any other options, just add users to the VPN client database.
    Your description of the working environment of your PC is missing details on the version of XP, so i will mention the following taken from the software release notes of the RVS4000 ;
    There is a known issue with Windows XP SP2 Firewall.
    ICMP packets are always dropped by the firewall when the firewall is enabled.
    This issue causes the QuickVPN client to be unable to establish a tunnel with the remote QuickVPN server successfully.
    Microsoft has released a patch to fix this issue, which you can get from:
    http://support.microsoft.com/kb/889527/en-us
    After you install the patch, the issue should be resolved. You can also fix this issue by upgrading Windows XP to SP3.
    You cannot plug a PC on the same network as the router for testing, they must be on dissimilar WAN  networks for testing purposes.
    Your remote  PC VPN client will not be allocated a IP address in the RVS4000's network, hosts behind the RVS4000 will still respond to pings, as they direct the responses to their default gateway, the RVS4000.
    The thegreenbow VPN client is a distracter at this point costing 50 something EURO  for a license, lets try to get the quickVPN client working !
    So, if you still wish try the following, firstly make sure your XP has been upgraded to  SP3;
    1.  If you upgraded your router to the new version of code, then reset your router to factory defaults to re-initialize your router, yes start again.
    2.  Export the VPN client certificate to the directory that contains the VPN client.  In my case it is;
               "C:\Program Files\Cisco Small Business\QuickVPN Client"
    3.  add a VPN client account to the router
    4.  Use port 60443 from the quickVPN client. and try  VPNing to the router.
    5  hmmm, if the client still fails try disabling IPSec Passthrough on the router for grins and giggles.
    If this fails, call the SBSC at the following location for resolution;
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    good luck ...regards Dave

  • Pages 5.2 - When I try to reorder different pages it just takes all the pages within the document and turns them into a stack! Why is this happening and how can I oder pages as the update is meant to let me?

    When I try to reorder different pages it just takes all the pages within the document and turns them into a stack! Why is this happening and how can I oder pages as the update is meant to let me?
    Any Help?I know the update has only been out a while but if anyone has an idea why it is doing this, please let me know!

    But you are telling me something I already know.
    Be precise.
    It is not Pages '09 that is broken.
    I am back in Mavericks and testing Pages 5.2.
    There are improvements, we shall see how useful, but in less than a minute I have already discovered bugs.
    Peter

  • How can I test my discrete graphics card in an MBP Retina?

    How can I test the hardware on the discrete Nvidia grpahics card in my late 2012 MBP Retina? 
    I've had a *lot* of problems with it which I won't repeat here but the latest fun thing it's doing is crashing and requiring a hard reset any time *anything* attempts to access the discrete graphics card.  This includes but is not limited to:
    *Opening system profiler and clicking on Graphics (it displays a blank screen)
    *Running a 3D graphics benchmark
    *Running intensive mathematical calculations on the GPU
    *Connecting to an external monitor with the thunderbolt port and using the computer for a short period of
    None of these things actually work and after unsuccessfully attempting any of them the computer becomes very unstable shortly there after and usually crashes and requires hard reset.  One time I got a crash report that said something about GPU panic. 
    Any recommendations?  I get the sense that the apple hardware test is not doing a thoroough test of the GPU if at all.
    Thanks.

    If they add OSX support for this product and it comes in at a reasonable price point, it could be an attractive solution.
    http://www.anandtech.com/show/5352/msis-gus-ii-external-gpu-via-thunderbolt
    Also, there are products from other companies that allow connection to PCIe cards through thunderbolt.  These two are geared more towards professional use (Audio/Video I/O cards).
    http://www.sonnettech.com/product/echoexpresschassis.html
    http://www.magma.com/thunderbolt.asp

  • How can I test for the bas unit enterd in a control?

    How can I to create a polymorphic vi where the user can enter either volume or temperature.
    how can Labwiev test for the base unit entered
    pseudocode example:
    input X
    if X.base_unit == m^3 do ....... 
    thanks for any suggestion to resolve or avoid my problem
    Solved!
    Go to Solution.

    Hi schaerm,
    you have to dig deeper.
    An idea is this one:
    The red marked word is containing the unit - in a coded way. Somewhere in the LV help you can find the description of this coding (I remember a chapter on memory representations of all LV datatypes...). (There surely is an easier or better way - but the example is done quic&dirty.)
    You can also format the number into a string and analyze the unit here...
    Message Edited by GerdW on 02-07-2010 07:21 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can i test the boolean state of button action?

    Hello,
    in as2.0, how can i test the boolean value if a button was
    pressed or not?
    I have a simple function im trying to work with like this...
    button_btn.onRelease = function (success:Boolean) {
    if (success) {
    trace("we pressed the button - value is true");
    else {
    trace("value is false");
    working with booleans in this way is new to me - any pointers
    will do - thanks!

    Well, I'm not really that familiar with using video in flash,
    but from what I understand of what you are going for, these are my
    suggestions:
    If the code within your button has scope of the variable you
    are testing for:
    _global.myInfoObject;
    button_btn.onRelease = function(){
    if( myInfoObject.code == (value your are testing for) ) {
    trace("value is correct);
    } else {
    trace ("value incorrect");
    if you aren't in scope you can always maybe forward the
    onRelease function to some handler that is in scope:
    var myInfoObject;
    var release = function(){
    //to do code here;
    button_btn.onRelease = release;
    I hope some of these ideas help a little.
    You can always send your .fla to my email at
    [email protected] and I'll take a look at it.

  • How can i test and adjust my speakers plea

    Hi
    This is my setup:
    Creative X-Fi Xtreme Music Retail
    on
    Logitech Z-5300e 5. speaker system.
    What i need to know is how can i test my 5. speaker system
    using the creative software in order to check if each channel is working properly.
    I did not install the retail driver software that came with my package.
    I only installed the latest creative x-fi standalone driver ( 42MB ) from the update site and mediasource plus Go. I can't find the creative sound mixer to check my speakers.
    I also need to find a software that lets me adjust or calibrate my setup for optimal performance.
    I noticed on the x-fi quickstart guide there is a software called "mode switcher", which includes neat looking software for each mode... where can i find that program ?
    I appreciate your help.
    Thank you.

    You need to install the apps and possibly drivers from the CD first and then upgrade to the web drivers. For testing your speakers the apps are necessary. However, Start->All Programs->Creative->Creative Audio Console should let you change modes.

  • How can we test XSL mapping program

    Hi Experts,
    I have XSL mapping program. How can I test this program.
    Please tell me how can I test this file.
    Thanks
    Balaprasad

    Please download xml tools like XML SPY/ALTOVA/ COOKTOP.
    YOu can test your XSL mapping using these tools.
    Alternatively, you have to create a Interface mapping in XI, using your XSL mapping.
    Then you can test using test TAB in the interface mapping.
    cooktop download:
    http://www.xmlcooktop.com/update/
    Regards,
    Ravi

  • How can I test the log in state from in side the Operator Interface code.

    From inside LabVIEW Full OI, I want to test if the operator logged in after the IApplicationMgr Start.
    Right after the IApplicationMgr ‘Start’ I have a loop that tests the IApplicationMgr ‘LoginLogoutRunning’ state and waits until the LoginLogout call back is done.
    I want to exit if the program if operator canceled the login and did not log in.
    I have tried “GetEngine” ref. From there get the “CurrentUser” ref but seems not to contain any information about the Current User.
    How can I test from my Operator Interface code logged in state of the application?
    Thanks
    Jim D.

    Try Engine.CurrentUserHasPrivilege
    For the string parameter 'privilegeName' enter Priv_UserLoggedIn or the string value "*".
    "Priv_UserLoggedIn–(Value: "*") Use this value with the Engine.CurrentUserHasPrivilege method to determine whether a user is logged in."
    Option 2: You could also setup a callback on application manager for UserChanged Event.  If the User is null then the login was canceled.  (see a copy of the help further down)
    From the teststand help for Engine.CurrentUserHasPrivilege method below...
    CurrentUserHasPrivilege Method
    Syntax
    Engine.CurrentUserHasPrivilege ( privilegeName)
    Return Value
    Boolean
    True if the current user has the privilege.
    Purpose
    Confirms whether the current user or any user group that the user is a member of has a specific privilege.
    Remarks
    Returns True when the privilege property is True, when the privilege property of any group that contains the privilege is True, or when privilege checking is disabled, StationOptions.EnableUserPrivilegeChecking is False. If privilege checking is disabled but StationOptions.RequireUserLogin is True, this function returns True only if there is a user currently logged on.
    Parameters
    privilegeName As String
    [In] Specifies the name of the privilege to check. You can specify the name of any privilege property. You can specify the full privilege path in the user privileges property tree, for example, Debug.RunSelectedSteps, or you can specify the base privilege name, RunSelectedSteps. If you specify only the base privilege name and more than one instance of the base privilege name exists, then the method returns the value of the first base privilege it finds with that name. Refer to UserPrivileges for more information.
    Teststand callback for UserChanged Event...
    UserChanged Event
    Syntax
    ControlName_UserChanged ( user)
    Applies To
    ApplicationMgr
    Purpose
    Occurs when the current user logged in changes.
    Remarks
    Use this event to update the parts of your user interface that depend on user permissions when the current user logged in changes.
    Parameters
    user As User
    [In] Current user. If this parameter is NULL, there is no user logged in.

  • Help me how can i test mms sending in my application

    please help me how can i test the senario to send the mms in my Application i am using motorola sdk and using eclipse as a development IDE plzz help me out how can i test it in the real senario.
    Thanks in advance

    Question: Do you think the response from the support staff is correct? I mean, surely, I can't be the only CF user on a shared box whose other users need to modify the date and time within their applications. Even if they do it at the application level for their domain, surely it wouldn't affect mine, would it? That was what was implied by the support people, but I have a feeling they are way off, or covering for some goof-up on their end. I struggled like hell yesterday trying to get this to work and I did not get very far at all.
    I found an interesting tutorial here which does a comparison of time zones and, theoretically, this might do the trick. But if what the guy told me was nonsense then I won't bother with it. For the record, our calendar has been working fine for about a week now.

  • How can I test the effect of fill factor?

    I noticed that the fill factor in my data base script is set to 80 and I believe i could optimize the performance by setting it to 100. After setting it to 100, how can I test whether it has made a positive effect or not? Currently my database have about
    50 tables and thousands of records. Please advice.
    mayooran99

    You have to monitor the page splits/sec counter. If this counter increases considerably after you change the Fill Factor (FF) from 80 to 100, then it might be a indicator that you FF setting is too high. You can monitor the page splits counter in Perfmon
    but a caveat is that this counter is accumulative of all page splits across all DBs on a particular SQL Server. If the clustered index is on an ever increasing numeric field (like identity field), the page splits do happen at the end as the data gets added
    – this is not necessarily bad, but the Perfmon counter (Page splits/sec) includes the counts for even this type of page splitting too, which should be ignored. 
    Check your daily index fragmentation rate - this can be done by storing the index fragmentation levels in a custom table and comparing it with values after you increase FF to 100
    However, for heavily inserted/updated tables try changing FF value to 90 first (there is no point in changing FF to 100 for heavily  inserted/updated tables as they are bound to incur page splits)
    In general, changing the FF from 80 to 100 may improve the read performance of your queries as more data fits into a single page. 
    There is no blanket % that will be appropriate/optimal for all tables. It all depends on the data and the frequency of the key column that is being updated. So, the only correct answer is TEST, TEST, TEST...
    Satish Kartan www.sqlfood.com

  • How can I test SSL communication

    I have successfully imported a SSL certificate to d:\JRE\Sun\1.4.2\lib\security\cacerts in Windows 2003 server. How can I test this SSL communication between my server and the other SSL Windows server?

    michaelfromchattanooga wrote:
    There is a card plugged into the reader, and it has good data on it as I have just used the printers card reader to copy the pictures off of it. But the wireless printer is very slow.
    I contacted Sonnos (manufacturer of the expresscard/34) and Eric from their support department was kind of smart-mouthed about it. He assured me with 100% certainty that I had inserted the card reader backwards. I replied to him that the card will NOT allow you to insert it backwards, by design. This was yesterday and he has yet to reply.
    My main question is if the card reader  is defective, or is the slot on my Macbook Pro defective? I only have one MBP so I can't test the card reader in another machine.
    Anyone?
    Is the slot being recognized in your system profiler?  >(option key)About this Mac>Hardware.
    You can also run the Apple Hardware test by booting with the D key held down.
    You can try put the card in before you boot or reboot with it in. It may only recognize if  present at boot.
    MacBook Pro, Mac OS X (10.6.7), 2.4GHz IntelCore i5 320 HD 8GB RAM

Maybe you are looking for

  • Question for cl_gui_frontend_services= file_save_dialog

    Hi Expert. I made simple test page. there is nothing but this code in oninitlization * event handler for data retrieval   DATA: ld_filename TYPE string,         ld_path TYPE string,         ld_fullpath TYPE string,         ld_result TYPE i. * Display

  • HT1848 Where is the "transfer purchases" option in iTunes for Windows 8.1 (desktop)?

    This article says I should use the "File Menu" on my PC's iTunes application. Unfortunately, no one revised these instructions after someone else redesigned the interface.

  • Removing characters from an input data-field

    Hi. Is it possible to "Trim Off" characters from a Text Field data, and automatically input them into another Text field? Let's say I have the following code : *<Field name='telephonenumber'>* *<Display class='Text'>* *<Property name='title' value='P

  • Excel integration for importing of data

    Hi all, I'm currently looking at a way of testing the funcionality of forms by importing a range of input data. The data is being collated in an Excel spreadsheet.  Does anyone know a way of integrating forms with the spreadsheet to populate the spec

  • Difference between mapping and Source?

    Gurus Can you please expalin me the difference between adding a table ( Ex tabB ) to source Of another table (ex TabA ) , to Mapping TabA to TabB ? Thanks...