[Off topic] Need some hints where to start

Hi,
I've been out of C++ for around 9 years. (Doing java since then)
For an upcoming project I have to get back into it.
I've already done quite much execise with STL, boost and ICU.
Now I'm looking for a solution for the following problem:
I need some kind of RessourceManager, which is able to suspend
some threads and dump their memory to disk. It must maintain
dependencies between ressources and should be as transparanet
as possible to the rest of the source code. It should have some config
options like amount of memory to use, etc.
I think a starting point would be an Allocator which is connected to
a ResourceManager.
Is there any standard way, which I haven't found, to do this?
Greetings,
Markus
P.S.: Can someone point me which is the right mailing
list for this kind of questions?

A good resource for general C++ programming questions like yours is newsgroup
comp.lang.c++.moderated

Similar Messages

  • Need some hints on using dbms_crypto

    Hello,
    I need some hints on using the dbms_crypto package to generate some password for the OID userpassword attribute. The passwordstring is stored in a format {CRYPT}dasdasdawdww, {SHA}jfsklefjskldjkdlkldf, {MD4}dfdsfgsdgdfewwe or {MD5}fsdfsdadsgdfg where the keyword in the curly brackets describes the encryption methods. I think CRYPT means DES, SHA means SHA-1.
    The key for the DES encryption for UNIX password authentification is in the first 2 letters of the encrypted string. I wanna have an encryption function which encrypts the clear type passwords in the right format like this perl script:
    #!/bin/perl
    print crypt($ARGV[0],"HS");
    #: crypt.pl Test123 # program fetch
    HSF0Sx2zdrLoQ
    Regards
    Holger

    Hello,
    meanwhile I made some investigations on the Problem
    I tried this code:
    DECLARE
    input_string       VARCHAR2 (200) :=  'Test123';
    output_string      VARCHAR2 (200);
    encrypted_raw      RAW (2000);             -- stores encrypted binary text
    decrypted_raw      RAW (2000);             -- stores decrypted binary text
    num_key_bytes      NUMBER := 256/8;        -- key length 256 bits (32 bytes)
    key_bytes_raw      RAW (32);               -- stores 256-bit encryption key
    encryption_type    PLS_INTEGER :=          -- total encryption type
                             DBMS_CRYPTO.ENCRYPT_DES
                           + DBMS_CRYPTO.CHAIN_CBC
                           + DBMS_CRYPTO.PAD_PKCS5;
    BEGIN
            DBMS_OUTPUT.PUT_LINE ( 'Original string: ' || input_string);
            key_bytes_raw := UTL_I18N.STRING_TO_RAW ( 'HS' );
            encrypted_raw := DBMS_CRYPTO.ENCRYPT
                            src => UTL_I18N.STRING_TO_RAW (input_string,  'AL32UTF8'
                            typ => encryption_type,
                            key => key_bytes_raw
    -- The encrypted value "encrypted_raw" can be used here
            DBMS_OUTPUT.PUT_LINE ( 'Encrypted string: ' || encrypted_raw);
            decrypted_raw := DBMS_CRYPTO.DECRYPT
                            src => encrypted_raw,
                            typ => encryption_type,
                            key => key_bytes_raw
            DBMS_OUTPUT.PUT_LINE ('Decrypted string: ' || UTL_I18N.RAW_TO_CHAR (decr
    ypted_raw, 'AL32UTF8'));
            DBMS_OUTPUT.PUT_LINE ('Encrypted Char string: ' || UTL_I18N.RAW_TO_CHAR
    (encrypted_raw, 'AL32UTF8'));
    END;
    /and got these error messages:
    ERROR at line 1:
    ORA-28234: key length too short
    ORA-06512: at "SYS.DBMS_CRYPTO_FFI", line 3
    ORA-06512: at "SYS.DBMS_CRYPTO", line 10
    ORA-06512: at line 15In the next try:
    DECLARE
    input_string       VARCHAR2 (200) :=  'Test123';
    output_string      VARCHAR2 (200);
    encrypted_raw      RAW (2000);             -- stores encrypted binary text
    decrypted_raw      RAW (2000);             -- stores decrypted binary text
    num_key_bytes      NUMBER := 256/8;        -- key length 256 bits (32 bytes)
    key_bytes_raw      RAW (32);               -- stores 256-bit encryption key
    encryption_type    PLS_INTEGER :=          -- total encryption type
                             DBMS_CRYPTO.ENCRYPT_DES
                           + DBMS_CRYPTO.CHAIN_CBC
                           + DBMS_CRYPTO.PAD_PKCS5;
    BEGIN
            DBMS_OUTPUT.PUT_LINE ( 'Original string: ' || input_string);
            key_bytes_raw := UTL_I18N.STRING_TO_RAW ( 'HS12345678901234' );
            encrypted_raw := DBMS_CRYPTO.ENCRYPT
                            src => UTL_I18N.STRING_TO_RAW (input_string,  'AL32UTF8'
                            typ => encryption_type,
                            key => key_bytes_raw
    -- The encrypted value "encrypted_raw" can be used here
            DBMS_OUTPUT.PUT_LINE ( 'Encrypted string: ' || encrypted_raw);
            decrypted_raw := DBMS_CRYPTO.DECRYPT
                            src => encrypted_raw,
                            typ => encryption_type,
                            key => key_bytes_raw
            DBMS_OUTPUT.PUT_LINE ('Decrypted string: ' || UTL_I18N.RAW_TO_CHAR (decr
    ypted_raw, 'AL32UTF8'));
            DBMS_OUTPUT.PUT_LINE ('Encrypted Char string: ' || UTL_I18N.RAW_TO_CHAR
    (encrypted_raw, 'AL32UTF8'));
    END;
    /I got some results which have nothing in common with the perl script:
    Original string: Test123
    Encrypted string: DE5668CD7762074C
    Decrypted string: Test123
    Encrypted Char string: ?h?bL
    PL/SQL procedure successfully completed.Come to think of it I doubt if DBMS_CRYPTO is the right way to solve my problem. Any further hints?
    Regards Holger

  • My 16 GB ipad says i have less than 1 GB of storage available. Yet when i add all the apps up, the total come to less than 9GB. i know the sytem need some but where is the rest of my storage being used?

    My 16 GB ipad says i have less than 1 GB of storage available. Yet when i add all the apps up, the total come to less than 9GB. i know the sytem needs some but where is the rest of my storage being used?

    Hi CPI Pierre,
    You can determine what is using the memory in your iPad Air by looking at Settings > General > Usage > Manage Storage.
    If you are having issues with insufficient memory you may want to troubleshoot using the steps in this article -
    iOS: "Not enough free space" alert when trying to sync - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Need some hints for evaluating data from Central Performance History

    Hi Experts,
    I am pretty new to all the BI-stuff and hopefully someone can provide some hints. I got the requirement to read data (CPU usage/peaks) from central performance history of "system a" into "bi system" to generate overviews/charts/etc
    Now I guess there might be a standard report/info cubes and stuff which will help to solve this.
    I would really appreciate if someone could throw me a few keywords about this topic.
    Thanks in advance!

    Hi David,
    Thanks, I hadn't looked at the note.
    Section 2 - history of all connected systems showed me what to do to collect the data. I had seen that in the setup but not understood the implications of it fully. The note explained it much clearly than the SAP help.
    Thanks again,
    Gareth

  • Need Advice on Where To Start

    Hello there, I've been reading these forums for a while now and have been struggling to find a solid plan to fix my credit.  I make good money 80k a year for over a year now and am 26 and not married.  Solid job same company for almost 5 years too and was employed before that 2 years as well.   My TLs are : 1ST FINANCIAL BANK USA ( shows up twice on credit report however second one account number ends in 04 instead of 00, dispute? )$ 0 balance$4,792 When charged off paid in fullTransferred to another office AD ASTRA RECOVERY SERVICES$2,123 Balance - paying off $141 bi-weekly Not reporting monthly payment, says $0No account statusAsk to Pay to Delete at the end or something? Paying in full currently on bi-weekly payments ALLIANCE ONE T-mobile ( Sent me a letter offering to settle for a little over $500 )$929 BalanceCounter offer to Pay to Delete for 25% of $929 and work my way up from there? CAPITAL ONE BANK USA$0 balance was $750Status - Charge-offClosedPaid off April 2013 ( 2 + years ago ) Ask for removal? CHASE CARD$813 balanceCharge-off, ClosedAsk for Pay to Delete? CHASE CARD ( might be an error ) $749 balanceCharge-off, ClosedDispute for accurance then ask for Pay to Delete if accurate? CREDIT ONE BANK30 days late July 2014Ask for removal?Otherwise current, balance $25 out of $700  REAL TIME RESOLUTIONS$2026 balanceThis was a payday loan from Check-n-Go two years ago PORTFOLIO RECOVERY ASSOCIATES$0 balance was $1740Paid less than fullDate opened 2013 might be wrongAsk for delete?  FINEX CORP$1,496 balanceInpound debt from my car being towed years ago.  Ask for Pay to Delete? INNOVCATIVE COLLECTIONS$0 balance was $124Silly debt that I paid for failing to return my modem box to time warner when moving.  Ask to remove? I also have two small claims judgements against me:
    Ace Cash Express for $2500 on 11/10/2014 Green River Industries for $315 on 04/29/2011 I need help prioritizing what to do if anyone can throw me some advice I would greatly appreciate it thank you so much !! 

    Just a few corrections here. SOGGIE wrote:Kazuiman4 wrote:
     1ST FINANCIAL BANK USA ( shows up twice on credit report however second one account number ends in 04 instead of 00, dispute? )$ 0 balance$4,792 When charged off paid in fullTransferred to another officeSuggest sending Debt Validation DV does not apply to OC's. AD ASTRA RECOVERY SERVICES$2,123 Balance - paying off $141 bi-weekly Not reporting monthly payment, says $0No account statusAsk to Pay to Delete at the end or something? Paying in full currently on bi-weekly paymentsSuggest sending Debt Validation and PFD. Do you currently have a payment contract in place? DV would clearly be untimely and inappropriate - since debt is being paid, thats an obvious acknowlegdement of its validity. Ask about deletion after paid, if no-go, then GW after paid.
     ALLIANCE ONE T-mobile ( Sent me a letter offering to settle for a little over $500 )$929 BalanceCounter offer to Pay to Delete for 25% of $929 and work my way up from there?Suggest sending Debt Validation and PFD CAPITAL ONE BANK USA$0 balance was $750Status - Charge-offClosedPaid off April 2013 ( 2 + years ago ) Ask for removal?Suggest GW/Request removal. Search MyFico Rebuilding Threads for successful Cap One removals.
     CHASE CARD$813 balanceCharge-off, ClosedAsk for Pay to Delete?How long ago? Suggest GW/PFD CHASE CARD ( might be an error ) $749 balanceCharge-off, ClosedDispute for accurance then ask for Pay to Delete if accurate?How long ago? Suggest GW/PFD CREDIT ONE BANK30 days late July 2014Ask for removal?Otherwise current, balance $25 out of $700Suggest challenge the late.
      REAL TIME RESOLUTIONS$2026 balanceThis was a payday loan from Check-n-Go two years agoSuggest sending Debt Validation. If valid, PFD PORTFOLIO RECOVERY ASSOCIATES$0 balance was $1740Paid less than fullDate opened 2013 might be wrongAsk for delete?Suggest sending Debt Validation. If valid, GW DV does not apply to paid/settled debts.  FINEX CORP$1,496 balanceInpound debt from my car being towed years ago.  Ask for Pay to Delete?Suggest sending Debt Validation. If valid, PFD INNOVCATIVE COLLECTIONS$0 balance was $124Silly debt that I paid for failing to return my modem box to time warner when moving.  Ask to remove?Suggest sending Debt Validation. If valid, GW DV does not apply to paid/settled debts. I also have two small claims judgements against me:  Research your state laws regarding vacating of judgments if they are paid.
    Ace Cash Express for $2500 on 11/10/2014 Green River Industries for $315 on 04/29/2011 Search MyFico Rebuilding Threads for successful techniques used in the removal of judgements.
     I need help prioritizing what to do if anyone can throw me some advice I would greatly appreciate it thank you so much !! Suggest starting with the accounts with zero balance, then move onward to the accounts you feel you can afford to settle.
     Good luck!  The Chase card should be top priority as its unpaid balance goes against your UTI, making it harder to get FICO points for keeping your balances low. Since you paid Cap One more than two years ago, get back in with them - they are a much better CC lender than Predator One. Kick those vultures to the curb.

  • I need some simple examples to start with for Oracle ESB

    Hi All,
    Please share some simple examples to startwith for Oracle ESB.
    I need to understand, what are the files are created, once created an ESB project.
    What is the use of the files how to edit them with out using JDeveloper.
    Iam trying to create a simple example.
    I would like to create a file which has only "HELLO" in that file, simple text file inside a folder "INPUT" in my c:\ drive.
    I wanted to create a ESB service which picks up the file and add a string to it like "HELLO" + "ESB" and drop this file into "OUTPUT" folder in c:\ drive.
    How do i do that. I tried to do it when i deploy the integration server connection is gettting hit badly. I dont see that connection any more and i dont see that connection in my JDeveloper.
    I dont want to start with existing code.
    Please help
    Regards,
    Vijay.B
    Message was edited by:
    Vijay.B
    Message was edited by:
    Vijay.B

    Hi,
    If you want to do it from scratch you can basically do the following:
    Make sure you have created an application server and integration server connection in JDeveloper.
    1) Create a new JDeveloper project of type ESB project.
    2) Possibly add a ESB System/Group (open the esb file and click "Create System/Group") to group ESB projects.
    3) Create an XML schema describing your input XML file. Probably one element of type xsd:string.
    4) Create an example XML file which is well-formed and valid according to the XSD from step 3.
    5) Create a new File adapter (inbound/read). A routing service is automatically created.
    6) Create a new File adapter (outbound/write).
    7) Create a routing rule in the routing service in which you invoke the write method of the outbound file adapter. Possibly add a transformation using the XSL mapper.
    8) Deploy the ESB project to the server.
    9) Drop your XML file (from step 4) in the directory in which the inbound file adapter is polling.
    10) If it is ok, the file should be picked up, transformed and dropped in the outbound directory. A new ESB instance should be visible in the ESB console.
    See what files are generated on the filesystem in each of the above steps.
    Regards, Ronald

  • Need some info about getting started with the GE70 2PC Apache

    Hi guys!
    I'm about to getting the new GE70 2PC Apache gaming notebook from MSI and since I'm really putting alot of money in this I really wanna handle it gently :p So I got some questions about this, since It'll be the first time I'd but a gaming notebook.
    1) 1st of all, what do I do when I've first started the laptop? Do I place in the CD and install all the newest drivers from that CD? Afterwards install an anti virus and then I should be good to go?
    2) I heard the Haswell i7 processors from Intel produce a hell of a lot heat. When I turn on turbo fan and turbo boost and I reach temperatures of around 90°C, would it harm the hardware of my laptop? Could any damage take place? Or would my processor/graphic card have a shorter life expectancy?
    3) The graphic card would be the GTX 850m. Now I'm wondering, is on this particular laptop -> (MSI-ge70-2pc-019be-apache-azerty), is the graphic card the DDR3 version or the GDDR5 version? Because I heard even the GTX 765m can outperform the 850m DDR3. But I also heard that the GDDR5 version of this graphic card is noticeably better than the 765M graphic card.
    4)Is it wise to keep the processor going on turbo boost (3,4 Ghz) forever?
    5) Will I have internet problems? I heard alot of people having internet problems with the killer lan drivers lately..
    6) What laptop do you think I should pick in overall? The 2PC Apache version or the GE70 2OE version (the one without SSD) ?
    8) My Brother has the GE70 2OE which has the 765m graphics card, but he only has around 60 fps when he's playing League Of Legends, and LoL isn't the most demanding game right.. The FPS sometimes even drops to 40 (even when he's ALONE with no one around him). It feels like his FPS is capped at 60? Because most of the time it's just 60. But when I look at the settings I saw the FPS is uncapped.. I believe with this graphics card he must atleast achieve a constant 70-80 fps on this game right? Might something be wrong in the settings of the graphics card?
    7) Is there anything I should know before I start gaming on this laptop? (something I should do to have best performance or something..?)
    Grtz

    Well...
    1. When you get the laptop, use MSI Burn Recovery and make the backup disks (I prefer DVD's myself...). This way if something happens, you can reinstall all the software like you just bought it.
    2. Haswell does produce quite a bit of heat. As long as you don't get much higher than 90C you should be ok. If you're getting into the high 90's or even 100C range, you probably need to replace the heatsink compound. MSI has had a number of issues with that aspect on notebooks. It is easily done though.
    3. The only way to really answer that question is probably to contact MSI about it.  >>How to contact MSI.<<
    4. Turbo boost isn't really user controlled. I wouldn't worry about it.
    5. You might have issues. I'm honestly  not too sure. I know most people haven't had issues recently, but that's all relative. The drivers seem to be working rather well right now to be honest.
    6. Depends what you want and what is available. Maybe the GE70 20E + buy an SSD will be cheaper than just buying the Apache version. I don't really know, but you could always look into it.
    8. The 765M is a decent card....but remember, it's NOT the same as a 760 on a desktop. It's roughly equivalent to a 750 in the desktop world. That's not a bad card by any means, but you aren't going to be able to get 60+ FPS at 1920x1080 in many games. LOL is rather demanding as a game though to be perfectly honest. (throwing my personal opinion in on this, I always buy the highest end item I can in this case, because you won't be able to get any better really in the end until the next laptop comes out).
    7. I would setup all your games in the NVidia control panel to use the NVidia high performance graphics processor. That way there is no confusion and it will use the right video card.
    You don't really need to update drivers UNLESS you're having an issue (like BSoD's or game freezes or something similar).
    The MSI customer service in the EU really seems to be hit or miss. Some people seem to get good service, some people get really crappy service. I'm honestly not sure what the problem is over there. =/

  • Way off Topic - Need to improve my vision with new glasses

    I’m sorry posting this kind of question here but I thought since we are all all Mac users and some of us work in front the screen everyday I decided to ask a recommendation here.
    I’m a EPP operator and my station is an iMac 27 hardware calibrated, at home I use the 23 aluminum cinema. My vision has degraded a lot in the past 2 years. I’ve seen a doctor who gave me a prescription for new glasses. Is it better to get a pair of glasses just for the computer (wich I have most difficulty to see) or a lens that is for both, long distance (which my is not that bad) and for arm distance (computer). Is there a specific type of lens grade that I should look for?
    I asked this question for the Dr. he says I should get one pair that I can use for both but I’m having problems with that.
    I really need to see the screen well for color correction and setup the files for the presses.
    Thanks again and sorry this type of question

    OK...I've spent weeks trying to find a way to save my library. Finally I came across a little program call
    "Podup". This little application did the trick exactly right.
    But...first application I tried was "Touchcopy". I'm sorry but this thing just didnt work good. Touchcopy tried to do way too much. Everytime I would try to send large selection of my music back to itunes Touchcopy would freeze. Touchcopy was not copying over all of my album work either. This was the slowest program! I spent at least 2 days trying different ways to make this thing work right but no luck. If you're looking for a simply way to save your ipod music dont waste your time or money on touchcopy. I'm hoping they will at least give me my money back.
    Now...If you want a simple way to save your ipod music then try "podup". I've been looking everywhere for the right tool. I've read hundreds of reviews and all of the products seemed to have alot of problems...some people even losing their songs off of their ipods. I came across "podup" and did not see too many reviews but the few i read were all good. No cost and EASY to use. I was really tired of looking and gave it a shot. Plugged in ipod and hit the copy button. It was really about that easy. Now it took a very looooooooong time to copy 23,000 + songs but it did it! Album artwork copied over also. Out of 23,000+ songs Podup only had 446 errors (songs that did not copy) and i'm pretty sure these files were no good either way.
    I hope this helps because it really saved my library. This was the only product i found that would work right with my mac. I had to do the same thing about a year ago on my windows pc and I used "tunejack" which worked just as good.
    Good luck

  • Off topic : get some opinions about my personal project

    Hi:
    This time I want something different. I hope I don't do anything wrong when I ask for your opinions. Please, sorry my grammar.
    I make a magazine by my own. My fiance help me with the contents and some articles (technical articles and short histories), but the rest are my own design. This is a personal proyect, not comercial (for now) and I do it like for exploring options and ideas.
    I'm sure I make lot of mistakes but I'm sure I do something good nevertheless. So, if you can tell me my mistakes and successes, I'll really thank a lot.
    You can download the PDF (it's a little heavy, 207Mb) from our blog (http://virtualmagazineonline.blogspot.com/p/descargas.html). We have an account in Issuu but it's a free one, and have many limitations, by example, we must had to split the file in three parts, and the crossword do not work normally. In the blog you will found 2 editions of my project. The one I want opinions is the second number, May 2013 (Virtual Magazine N° 2 Mayo 2013)
    So that's all. Again, sorry my grammar.
    Regards from Lima, Perú... and thanks in advance.

    I don't know about your question 1 and 2. Seems like it could be a workout that wasn't ended or just a glitch.
    What was your goal? It will measure whatever you set it to measure. Calories burned, distance, run more often, etc.
    I set a run more often goal of at least 3 times in 16 weeks. It is averaging and making a calculated guess from that average as to when those runs would take place. So if I run three days in a row and not again that week, I will be ahead of my goal, and then the system catches up and I'm on target again.
    I imagine it's doing the same for your goal.

  • Difficulties to adjust touchpad, need some hints. [SOLVED]

    Hi,
    Thank you to the forum community and to the Arch community for giving a really good support and strenght to the Arch project.
    I am having difficulties to configure my touchpad, here are the hardware informations output from hwinfo :
    PS/2 00.0: 10500 PS/2 Mouse
      [Created at input.249]
      Unique ID: AH6Q.Y_f5kDtfqz2
      Hardware Class: mouse
      Model: "SynPS/2 Synaptics TouchPad"
      Vendor: 0x0002
      Device: 0x0007 "SynPS/2 Synaptics TouchPad"
      Compatible to: int 0x0210 0x0001
      Device File: /dev/input/mice (/dev/input/mouse0)
      Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event6, /dev/input/by-path/platform-i8042-serio-1-event-mouse, /dev/input/by-path/platform-i8042-serio-1-mouse
      Device Number: char 13:63 (char 13:32)
      Driver Info #0:
        Buttons: 1
        Wheels: 0
        XFree86 Protocol: explorerps/2
        GPM Protocol: exps2
      Config Status: cfg=new, avail=yes, need=no, active=unknown
    I use synaptic driver because I had issues with the mtrack drivers from the AUR ( the mouse was stoping to work.). Now i configured this way my synaptic config :
    Section "InputClass"
            Identifier "touchpad"
            MatchProduct "SynPS/2 Synaptics TouchPad"
            Driver "synaptics"
            Option "TapButton1" "1"
            Option "TapButton2" "2"
            Option "TapButton3" "3"
            Option "VertEdgeScroll" "on"
            Option "VertTwoFingerScroll" "on"
            Option "HorizEdgeScroll" "on"
            Option "HorizTwoFingerScroll" "on"
    EndSection
    Section "InputClass"
            Identifier "touchpad ignore duplicates"
            MatchIsTouchpad "on"
            MatchOS "Linux"
            MatchDevicePath "/dev/input/mouse*"
            Option "Ignore" "on"
    EndSection
    I added the following code that i run at X startup also to avoid the mouse to move  when I use the tapping feature because it s too sensitive by default :
    xinput -set-prop "SynPS/2 Synaptics TouchPad" "Device Accel Constant Deceleration" 8
    Now the mouse is less sensitive and doesnt move when i want to use left click tapping feature. (click without pressing the touchpad buttons).
    But the problem is I need "move accross the touchpad" maybe 4 times in order to cover the entire screen. How can I have amore sensitive mouse but no change in the mouse position when I am tapping the touchpad to click.
    Thanks for your help.
    Last edited by maxarsys (2013-11-06 08:24:14)

    Here's what I use but I don't honestly think somebody else's config is likely to be much help:
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "HorizTwoFingerScroll" "1"
    Option "LockedDrags" "1"
    Option "TapButton1" "3"
    Option "TapButton2" "1"
    Option "TapButton3" "2"
    Option "ClickFinger1" "3"
    Option "ClickFinger2" "1"
    Option "ClickFinger3" "2"
    Option "FingerLow" "20"
    Option "FingerHigh" "25"
    MatchDevicePath "/dev/input/event*"
    EndSection
    Section "InputClass"
    Identifier "touchpad ignore duplicates"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "Ignore" "on"
    EndSection
    Section "InputClass"
    Identifier "Disable clickpad buttons on Apple touchpads"
    MatchProduct "Apple|bcm5974"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
    EndSection
    The last part doesn't apply - it must be from the default config.
    I would be astonished if this was at all helpful but you did ask!

  • I need some advice on a small servers network please !!

    hi every one.
    i need a small help please.
    i have a collage project that is upgrading a network and my part is the server's network. actually it is 65servers, windows and non-win.
    i wish to know what are the important issues that should be considered in connecting the servers with the rest of the enterprise?
    i thought of some,but i need some deatails how to start working on it;
    pls add any more or try to explain what do you think should be done in it:
    *trafic analysis, but where?
    *redundancy and failure backup
    *security
    *authorization, is VLANs sufficiant?
    *server loads, how to calculate it?
    Is there a special topology for server networks?or layering?
    regards;
    naif

    There is a layered model for building infrastructure
    core layer
    distribution layer
    access layer
    The core layer needs to be fast most of the time layer 2 on some optical systems
    Then you have the distribution layer. this is where you connect your servers and traffic analysing on layer 3. (like Cat6500 switches)
    Then the access layer thats where you connect the end nodes. (like Cat4500 switches or 2950)
    It is wise to segment your network into different VLAN's Like a seperate server VLAN and some client VLAN's, number of client VLAN's depents on the number of end nodes.
    You can use multi layer switches (a MSFC card in 6500 switch) for routing between the VLAN's
    For redundancy you can use for example 2 6500 switches with MSFC where you implement HSRP to have redundant gateways for clients and servers
    For security you have to create some access-lists on the VLAN interfaces on the MSFC so you can implement traffic filtering between VLAN's
    Do you also have a internet connection (firewallzone) in that case create a sepearate VLAN in which you connect the (PIX)firewall.
    Do you need any more information?
    Regards,
    Maarten

  • Need some help with social net site

    I need to create a site with editable user profiles, the site
    will feature sports stats that the user can update.
    I use Dreamweaver and MYSQL but I need some direction. Im
    starting from scratch here, are there any templates or free source
    code to go off of? I really need some help!!

    "Funks Da Burn" <[email protected]> wrote in
    message
    news:g1np74$eej$[email protected]..
    >I need to create a site with editable user profiles, the
    site will feature
    > sports stats that the user can update.
    > I use Dreamweaver and MYSQL but I need some direction.
    Im starting from
    > scratch here, are there any templates or free source
    code to go off of? I
    > really need some help!!
    That's not something you can do using templates or by
    dropping in a free
    script; it's pretty complicated. You need to know how to
    design a database
    and write server-side code. Dreamweaver will help you write
    the code, but
    you still need to plan and design the whole application. I'd
    recommend
    starting with a book. It sounds like PHP is going to be your
    best bet - does
    your host server support it? If so, do a search on Amazon.com
    for books on
    Dreamweaver and PHP, and/or ask for recommendations here.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • Where to start? CF version? Book etc..

    Hey guys,
    I have done some work with Coldfusion, Oracle and IIS in past. At the time it was version 4.5 and now it's all changed. I got a large e-commerce project to work on. I want to use coldfusion for this and wanted to ask few questions.
    1. Which version of coldfusion, Oracle and web server to start with?
    2. Which book is the best at the moment? (I got coldfusion complete reference but it's 4.5!!)
    I will be good with installation and setting up database just need to know where to start.
    Thanks guys,
    Amit.

    kmria wrote:
    The project I am been asked to start is a e-commerce website where they want to sell Invitation cards. So a different level of login, manual discount codes, reference discount and the whole payment system are the main contact of the site. When we were using 4.5 version this was dead easy and I am sure it is still the case (one of the reason I am choosing CF is because how easy it is to use).
    Now when I want to buy CF I am confused, because there are developer, enterprise etc different versions. How are they different and which one is best for the above project? I think my boss have "Adobe ColdFusion Enterprise Edition 9" and he can give me that for free so will that do the job?
    Sorry If I sound right idiot but for past 7-8 years I have stopped programming and doing just designing so I have lost touch with this field. I really appreciate your help.
    My suggestions:
    Technology choice: ColdFusion is especially suitable for small to medium-sized e-commerce web sites.
    CF Server choice: ColdFusion 9 (any edition) + updates and hot fixes. CF 9 will be just as easy for you to use as when you last used CF 4.5!
    Book/Study material: Ideally, Adobe's ColdFusion documentation on the web. It's the source, it's got everything and it's free.
    Have questions? Need help?: Come to this forum.

  • Where to start looking for _JVM_SupportsCX8@0  error

    I compiled a Java applet with jdk1.1.8 that html runs fine on Explorer 6.0.2800...
    but when I run on Netscape 7.0 I get an error:
    The procedure entry point JVMSupportsCX8@0 could not be located in the dynamic link library jvm.dll
    I need a suggestion where to start looking for a solution.
    Netscape or

    You might need to use the Object & Embed tags rather than the Applet tag in your HTML. IE allows you use sun's JVM for the Applet tag, but I don't know about Netscape. Look for HTMLConverter to convert HTML files that support both tags.

  • I need some help. im getting error -69 when trying to sync my ipod. i dont kno what to do. ive tried googling as much info as i can on this but i cant seem to find a answer to get me off to a good starting point. i back all my music up on a hard drive.

    i need some help. im getting error -69 when trying to sync my ipod. i dont kno what to do. ive tried googling as much info as i can on this subject but i cant seem to find a answer to get me off to a good starting point. i back all my music up on a external hard drive.

    If the file was not originally from iTunes, you'll need to redownload it from it's original source or rerip it from the CD.  Files can sometimes go bad and become corrupted.  As to how or why that happens, there are a number of ways.
    What format are the problematic tracks in? Have you tried converting them to another format in iTunes?
    iTunes: How to convert a song to a different file format
    B-rock

Maybe you are looking for

  • Message class as result data object

    hello brf+ users, is it possible to use as Result data object in a Case expression a message from a custom message class? thanks danilo

  • Real Instruments - Input Volume

    Hi, I noticed that many USB capture devices have the input volume slider greyed out in the "new track" window for real instruments, although they have an USB controllable input volume. This you can see in the system preferences for audio. Here you se

  • Change author name in my pdf files?

    It wont allow me to change the author name in my pdf files. Why not. How can I change it? It wont allow me in 'my preferences' or anywhere else. Not even in the document properties box.

  • E73 Compatibility with iSync and Nokia Multimedia ...

    Just switched from an N95 to a E73 and can't get my Mac to sync with the phone. Are there updates available or planned?

  • Licensing has stopped working; new computer

    I have Elements 6 and a new iMac running 10.8.5,  I got the above error message and it told me to  contact Adobe customer support.