Anyone for Perl programming??

hi, can you help me about the use of hash function to calculate this :
@rawgrades = (1stgrade*0.25) + (2ndgrade*0.25) + (3rdgrade*0.25) + (4thgrade*0.3)
for the following code?
it reads the data normally into an array structure, but I tried to hash it, either it gave single value per key or another type of errors. How can I add this "hash" function to apply the above formula to the values per key?
#perl code
#!/usr/local/bin/perl -w
use Fcntl ':flock';
$file = "data.txt";
open(INFILE, $file) or die "File Not Found";
flock(INFILE, LOCK_EX);
while (<INFILE>) {
@grades = (split(/ /, $_));
push @students, [@grades];
%keys = @students;
flock(INFILE, LOCK_UN);
for($x = 0; $x <= 15; $x++){
for($y = 0; $y <= 4; $y++){
print $students[$x][$y], " " ;
print "\n";
close(INFILE);
my data
Frank 89 90 76 88
Chris 70 95 90 100
Raji 60 80 89 90
Moe 90 90 67 56
Pam 100 50 85 50
Denis 50 10 78 34
Sam 23 90 80 75
Rick 100 67 89 88
Sal 98 90 80 75
Adam 90 90 67 56
Jim 89 89 89 10
Rich 99 67 89 67
Dan 78 100 87 67
Sally 39 80 90 98
Hugh 78 85 100 100
Alan 99 15 54 87
thank you so much!

Thanks for the comments and help, I thought the code tag would work only for java code, anyway now I`m putting the code between those tags:
I wrote the code using subs, the 1st one did it ok , it read the file but the 2nd one my logic is a bit off, I guess..Since I`m new to this language, I`m trying to use analogies between other languages, anyway this is the logic:
open file
read file
for each line
store the name as a key, calculate the grade as the value of a hash
formula:
(1st grade * 20%) + (2nd grade * 25%) + (3rd Grade * 25%) + (4th Grade * 30%)
print out to file
sort keys in hash
for each key
calculate the curve
formula:
( sqrt ( orig_grade ) * 10 ) - orig_grade, This should then be added to the grades, to get the new final grade.
if name begins with 'S' subtract 2 from curve
if name begins with 'R' and ends with 'k' add 3
write out key, grade, and curve grade
close files
Example input file:
Theadore 50 10 78 34
Simon 23 90 80 75
Alvin 90 90 67 56
Example output file
Alvin 74.05 86.05
Simon 69.6 81.43
Theadore 42.2 64.96
The below code that I wrote is with my insructor`s comments, I think he`s mad at me.. I wish it was in Java
#!/usr/local/bin/perl -w
# Name:       curves.pl                          *
# Authors:    edeita2*
# Medium: Perl                                   *
# Created: 3/5/04                                *
# Purpose: To read the file containg the students*
#          names and their grades.Calculate the  *
#          curves for each student and treating  *
#          some of them in different manner as   *
#          far as calculation goes, those whose  *
#          names match the given characters will *
#          get the deserved treatment            *
use strict;
use Fcntl  ':flock';
#Variables                                       *
my $dataFile = "";
my $rawgrade = "";
#********************Main*************************
if($#ARGV == 0) {
  $dataFile = fileReader($ARGV[0]);   #sub1
  $rawgrade = calcgrades($dataFile);  #sub2
  # You weren't passing '$rawgrade' down, you need it
  # presumably...
  printList($dataFile, $rawgrade);    #sub3 
else {
  print "Usage: -- ./curves.pl filename\n";
#*********************Subroutines*****************
sub fileReader {
  my $dataFile = "";
  my ($file) = @_;
  open(INFILE, $file) or die "File Not Found";
  flock(INFILE, LOCK_EX);
  while (<INFILE>) {
    $dataFile = $dataFile . $_;
  flock(INFILE, LOCK_UN);
  close(INFILE);
  return $dataFile;
sub calcgrades {
  # you are not actually accepting the value you are
  # passing down, you can't do anything with it
  # if it is not here...
  my $dataFile = "";
  my ($datafile) = @_;
  my @rawgrades;
  # I don't know why this is here...
  # my $dataFile = shift;
  my %students;
  for( split/\n/,$dataFile){
    my $s;
    ($s,@rawgrades) = split;
    $students{$s}=[@rawgrades];
  my @keys = keys(%students);
  foreach my $key ( sort @keys ){
    @rawgrades = @{$students{$key}};
    print "@rawgrades\n";
    my $rawgrade = $rawgrades[0]*0.2 + $rawgrades[1]*0.25 + $rawgrades[2]*0.25 +$rawgrades[3]*0.3;
    print "$key\t$rawgrade"\n\n";
  # you are returning $rawgrade, which in this case would be
  # the very last thing you calculate, I don't
  # think that is what you want to do?  If anything you should
  # be returning an array or something....
  return $rawgrade;
sub printList {
   my($dataFile, $rawgrade) = @_;
   print"\n---------------------\n"; 
   print"     Student Data\n";
   print"\n----------------------\n"; 
   print "$dataFile\n\n";

Similar Messages

  • Can anyone help me wid d codes for  Generated Program for gate pass

    can anyone help me wid d codes for  Generated Program for gate pass in MM
    Message was edited by:
            Ronei Shedi

    Hi
    There is no std business process in SAP for Gate pass for the Material entry
    before GR stock entry into the stores.
    You have to write a Z program based on the details of Purchase order tables EKKO and EKPO.
    This will mainly check whether the correct PO qty was delivered or not with proper quality.
    So use the PO tables EKKO and EKPO and fetch the data and use it
    Since this is client specific there is no feneralised program for it.
    Reward points if useful
    Regards
    Anji

  • I Baught A iMac 2010 From Someone it came with lion but for the programs i use i need snow leopard but when trying to install it won't boot from usb or cd what can be the problem i've been at this for over 24 hours if anyone ca help it'd be greatly apprec

    I Baught A iMac 2010 From Someone it came with lion but for the programs i use i need snow leopard but when trying to install it won't boot from usb or cd what can be the problem i've been at this for over 24 hours if anyone ca help it'd be greatly appreciate it! Thanks!

    Downgrade OS X Lion To Snow Leopard [Video How-To]
    http://www.cultofmac.com/110614/downgrade-os-x-lion-to-snow-leopard-video-how-to /
    How To Downgrade OS X Lion To Snow Leopard: The Complete Tutorial
    http://www.redmondpie.com/how-to-downgrade-os-x-lion-to-snow-leopard-the-complet e-tutorial/
    How To Downgrade from Apple OS X Lion to Snow Leopard
    http://www.pcmag.com/article2/0,2817,2389334,00.asp

  • Can Java invoke perl program??

    Hi There,
    I have to write this web client in perl (unfornatly we not allowed to use java) but i want to give it a GUI in java. However i havent had any experience with getin java to talk to other programin languages. Is there some way i can pass paramters to a perl program and then give the output back to the java program?
    I dont want anyone to go to a heap of trouble tellin me how (althought i certianly wouldnt stop u :P ) i just want some guidance as to were to start.
    Any help is greatly appreciated.
    Mycall

    Look for
    java.lang.Runtime.exec()
    and
    java.lang.Process
    There has been much discussion around about their usage!
    If I were Sun, I would include some complete examples into the documentation. Or maybe such a thing is available in some tutorial.
    I also recommend to search the forums for these key words.

  • Looking for a program that can handel import and export of palm doc files

    I am looking for a program that can handel the import and export of palm doc Files that can convert them to to either txt or RTF files for Vista 32, running Palm Desktop 7.1.
    Could anyone give me a few suggestions of any plug-ins that would be good me?
    Hearns
    Post relates to: Palm IIIxe
    This question was solved.
    View Solution.

    Ok, you need to clean uninstall Palm desktop 6.2. Install Palm desktop 4.1.4 and download and install documents to go version 6.
    Here are the clean uninstall instructioins for Vista.
    You should first make a copy of your data to have just in case something
    happens. You can find your data files by going to Start --> Documents -->
    Palm OS Desktop. Highlight your Palm Desktop username and right click and
    copy. Then go to your PC desktop right click on a blank spot and select paste.
    If this is the first time you are installing Palm desktop and encountering a problem, skip the previous step.
    Now you want to uninstall Palm Desktop and remove everything that has to do
    with Palm Desktop from your computer.
    Go to the following locations on the PC and delete the folders listed below.
    C:\Program Files\Palm or Palm One
    C:\Users\[Vista Login Name]\appdata\local\virtualstore\Program Files\Palm or
    PalmOne
    C:\Users\[Vista Login Name]\appdata
    *Note you may need to view hidden folders to get to appdata. To do that go
    into your control panel and open folder options. Go to view tab and uncheck
    hide hidden files.
    Once this is done you will need to delete some registry keys from your PC Operating System.
    Word of warning, going here and deleting the wrong thing can cause your PC
    from starting up, crashing and deletion of programs and data. If you feel
    you are unsure of yourself, see if you have a friend that can help you or a
    PC technician that you can pay to help you. This procedure will show them everything they need to delete. To make sure we have a good copy of the current registry, we need to do a backup of the Registry.
    Go to start on the PC, in the search field type "regedit.exe" without quotes.
    Highlight COMPUTER, go to File --> Export. Should pop up with a Save As box.
    Current location is fine, should be in My Documents or save to a location you will remember. In the file name on the bottom type "backup[todaysdate]" i.e. backup07072008. Next, the hard part.
    The easiest way to make sure your working with the correct key, highlight the key i.e. palm quick install, and press delete on your keyboard. It will ask you, are you sure. Say yes. Do the same thing for all keys below.
    If you make a mistake, stop what you are doing. And call a PC technician.
    BUT do not turn off your computer.
    The reg keys are as follows (Note: some of theses reg keys will not be here
    but if they are delete them)
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Palm Quick Install
    * HKEY_CURRENT_USER\Software\U.S. Robotics\PalmOne File Transfer
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop
    * HKEY_CURRENT_USER\Software\Palm
    * HKEY_CURRENT_USER\Software\Palm, Inc.
    * HKEY_CURRENT_USER\Software\PalmDesktopAutorun
    * HKEY_CURRENT_USER\Software\palmOne
    * HKEY_CURRENT_USER\Software\PalmSource
    * HKEY_LOCAL_MACHINE\Software\PalmSource or anything else that says palm
    Next reboot your computer.
    Then reinstall your palm desktop from the CD and do a hotsync. Use the username that is on the handheld.

  • Looking for a program to delete CVCs from a flat file, infocube, ztable.

    I am looking for a program that will delete CVCs from a flat file, infocube, or ztable. Based on the research I have done, I would imagine the core of such a program would be the use of function module /sapapo/ts_plob_delete.
    If anyone has such a program and would be willing to share it that would be great.
    Shane

    Hi
    Yes you can use this program, but I think the program /sapapo/ts_plob_delete will only delete the data from Master planning Object structure( MPOS). First you have to deactivate the planning are first than use this program which will delete everything and again activate the planning area.
    If you want to delete the data flat files or infocube, you require to delete the data directly from the infocubes and add this job in the process chain to delete everything.
    I hope this information help you.
    Thanks
    Amol

  • Customize Output of the PO Output for Communication program R12

    I have a requirement to change the output of the seeded PO Output for Communication program, so that it uses a custom RTF template to produce the documents.
    To do this, I have registered this template in XML Publisher under the Purchasing application. I then navigated to Purchasing Super User > Setup > Purchasing > Document Types, and from the window opened, selected to update the Purchase Order Standard Type. From here, I updated the document name and the document type layout as my new custom template.
    However, once I run the program, it completes with an error. The log file is pages and pages (that I won’t post here unless requested as necessary) but at the bottom is section produced that I think may be useful:
    Updated PRINT_COUNT 1
    doc Identifier: PO
    Document ID:14004
    Revision Num0
    Document SubTypeSTANDARD
    Document TypePO
    GenerateDocument::2nd Constructor()
    setFileName- m_documentType:PO, m_documentId:14004
    setFileName- m_fileName:PO_84_700000049_0_US.pdf
    GenerateDocument::Finished 3rd Constructor()
    Setting PO template Code
    Setting OKC template Code
    Before calling genDocTue Jan 22 17:02:01 GMT 2013
    Changed GenerateDocument::Inside the gendoc method
    Calling the getDocument method
    GenerateDocument::getDocument()- Set the Org Context
    GenerateDocument::getDocument()
    GenerateDocument::getDocument() - Searching in the repository
    After Calling the getDocument method
    Calling the getPOXsl method
    Before setting the bind variables for the default layout in getPOXSL()
    Document Template Code :NCC_STD_PO_RTF
    Language Code :US
    Document XSL Contents Tue Jan 22 17:02:01 GMT 2013
    Retrieved the Document XSL Tue Jan 22 17:02:01 GMT 2013
    Calling the getPOXml method
    GenerateDocument::getPOXml() : l_exists 1
    GenerateDocument::getPOXml() : m_whichTables MAIN
    GenerateDocument::getPOXml()- Calling the POXMLGEN method Tue Jan 22 17:02:01 GMT 2013
    Generated the Document XML Tue Jan 22 17:02:01 GMT 2013
    Document XML Contents Tue Jan 22 17:02:01 GMT 2013
    Calling the print util method:Tue Jan 22 17:02:01 GMT 2013
    Passing Params to getBlobPDF :Tue Jan 22 17:02:01 GMT 2013
    m_AppNames :PO
    m_TemplateCodes :NCC_STD_PO_RTF
    m_Languages :en
    m_Territories :US
    genDoc() : Exceptionjava.lang.Exception: Error while generating PDF :null
    java.lang.Exception: Error while generating PDF :null
    rolling back the complete program
    As you can see it's definitely picking up my custom template (NCC_STD_PO_RTF), and it appears to error when tryign to generate it as PDF.
    I have attempted to attach the seeded xsl template to my template definition - to test if the error is due to the program expecting a certain template format - but, as the seeded template is in that particular format, and my definition is expecting rdf, it will not let me.
    I am wondering if anyone has a solution for this requirement. We would like to keep the business process the same as it was in 11i, by using the seeded program, but with a custom template. But I understand that in R12, creating a custom program replicated from the seeded may be the only viable solution.
    This is on Oracle Applications version 12.1.3.
    Any suggestions would be much appreciated, and if you think that any more information is required, let me know.
    Thanks.

    Publisher version is 10.1.3.4.2.
    It seemed to be a data issue. When a certain test PO with a insufficient amount of data in the XML output was put through the template, and hit these clauses, it failed, and the concurrent program errored.

  • Running perl programs through java.

    How do i run a perl program through java?
    arg.pl :
    while(<STDIN>)
    print;
    java program that I tried:
    import java.io.*;
    class runtime
        static Process p;
        static BufferedReader stdOutput;
        static BufferedWriter stdInput;
        public static void main(String args[]) throws IOException
            int i = 0;
            try{
                String cmd[] = new String[] {"perl","arg.pl"};
                p = Runtime.getRuntime().exec(cmd,null,new File("./"));
                stdOutput = new BufferedReader(new InputStreamReader(p.getInputStream()));
                stdInput = new BufferedWriter(new OutputStreamWriter(p.getOutputStream()));
            catch(Exception ex){
                System.out.println("Unable to initiate Process : " + ex);
            stdInput.write("abcd\n");
            stdInput.write("1234\n");
            stdInput.write("efgh\n");
            stdInput.write("5678\n");
            stdInput.close();
            System.out.println(stdOutput.readLine());
            System.out.println(stdOutput.readLine());
            System.out.println(stdOutput.readLine());
            System.out.println(stdOutput.readLine());
    }This works well. But I need to read the output line by line as and when i give the standard input line by line to it.
    I tried the following :
    import java.io.*;
    class runtime
        static Process p;
        static BufferedReader stdOutput;
        static BufferedWriter stdInput;
        public static void main(String args[]) throws IOException
            int i = 0;
            try{
                String cmd[] = new String[] {"perl","arg.pl"};
                p = Runtime.getRuntime().exec(cmd,null,new File("./"));
                stdOutput = new BufferedReader(new InputStreamReader(p.getInputStream()));
                stdInput = new BufferedWriter(new OutputStreamWriter(p.getOutputStream()));
            catch(Exception ex){
                System.out.println("Unable to initiate Process : " + ex);
            stdInput.write("abcd\n");
            stdInput.flush();
            System.out.println(stdOutput.readLine());
            stdInput.write("1234\n");
            stdInput.flush();
            System.out.println(stdOutput.readLine());
            stdInput.write("efgh\n");
            stdInput.flush();
            System.out.println(stdOutput.readLine());
            stdInput.write("5678\n");
            stdInput.flush();
            System.out.println(stdOutput.readLine());
            stdInput.close();
    }This doesn't work well. It just halts without any output.
    Can anyone help me?
    Edited by: Vijayakrishna on Dec 5, 2007 8:30 AM

    Let me be more specific.
    I want to use a class which will look something like this.
    import java.io.*;
    public class FindAnswer{
        Process p;
        BufferedReader stdOutput;
        BufferedWriter stdInput;
        public FindAnswer()
            try{
                String cmd[] = new String[] {"perl","arg.pl"};
                p = Runtime.getRuntime().exec(cmd,null,new File("./"));
                stdOutput = new BufferedReader(new InputStreamReader(p.getInputStream()));
                stdInput = new BufferedWriter(new OutputStreamWriter(p.getOutputStream()));
            catch(Exception ex){
                System.out.println("Unable to initiate Process. Error: " + ex);
        public String getAnswer(String question)
            String answer = question;
            try{
                stdInput.write(question + System.getProperty("line.separator"));
                stdInput.flush();
                answer = stdOutput.readLine();
            catch(Exception ex){
                System.out.println("Exception. Error: " + ex);
            return answer;
        public void close()
            if (p != null) {
                try {
                    if (p.getInputStream() != null)
                        p.getInputStream().close();
                    if (p.getOutputStream() != null)
                        p.getOutputStream().close();
                    if (p.getErrorStream() != null)
                        p.getErrorStream().close();
                catch (Exception e) {
                    System.out.println("Exception in Closing Streams - " + e);
    }The perl program takes lot of initialization time. I dont want to run the program foreach question i have. I'll just create an object to this class and find and answer by passing question to the object's getAnswer method. Here, I dont know all the questions in the beginning itself. I'll know one by one only and I should find answer without terminating the process.
    Kindly help me in this.

  • Looking for a program to assist me in making gift tags and such on my mac book pro

    I am looking for a program to design gift tags and brochures for my business.  I've seen a print shop program by borderbund.  Does anyone have any expereience with this?

    Have you tried a safe start by holding the shift key when you boot? If that works, and it can take a while to complete, see if a regular boot now works. If it does, you need to free up space on your hard drive.
    If a safe boot doesn't work, you need to either boot from an OS X DVD or go into target disk mode to connect via firewire cable to another mac to free up space on your hard drive. You need 5GB min, with 10% to 15%, or more, better, for systems usage.  If you have a backup, move some data files to it, erase them and empty the trash.

  • APIs for Module Programming

    Hello
    I am planning to use Adapter Module programming for one of the scenario.I had browsed through the help.sap.com for its documentation but could not find APIs for the same which will be useful in programming.
    Does anyone knows where to find the same?
    Thanks in advance.
    Regards
    Rajeev

    Sergey,
    Thanks for the reply. I am having the same PDF which has detailed description about how to program for Module programing..But I was refering to somekind of the javadoc where we r able to see available classes,interfaces and their methods.
    Regards
    Rajeev

  • Require Logic for the Program

    I have a requirement  in which I need to write a program. I need to fetch the payer data which is having KNA1-ZZDTCESS value populated(Payer which are having this field value blank no need to fetch those payer).ZZDTCESS is the cession date and this is a custom field in KNA1.Its date element is DATUM.
    Now after fetching this KNA1-ZZDTCESS value of the payer this needs to be updated to the all the sold-to-party which are attached to this payer.Sold-to-party also having this custom field.
    Finally we need to develop a batch job which will run this program to udpate the ZZDTCESS value in the Sold-to-Party.
    Can you please let anyone know how to write the logic for this program?

    Hi ,
    Thanx for the answer but the requirement is there Sold to Party customer which is having different payer.For example see below.
    SP 1000
    SH 1000
    PY 2000
    BP 1000
    Now from the PY 2000 KNA1-ZZDTCESS value nees to be updated to the sold to party 1000 KNA1-ZZDTCESS  field.Please let me know how to write the logic for that.

  • Help me for java programming about ATM machine

    can anyone make a program for me or fix my program? cause i got some of the errors that i can not fix....
    my school project duedate at 14 july2001
    please email me at [email protected]
    Thanks

    but show me the code to solve your problem.

  • Why does the sound only work for certain programs?

    The sound is only working for certain programs on my iPad. Does anyone know why? Any help is appreciated.

    It sounds like you have System Sounds muted. Either the switch on the side, or double tap the home button and swipe to the right, ICON will be on the far left. If the ICON is screen lock related, then it is the switch on the side.

  • Using a lookup for mapping program to retrieve the specific value

    Hi All,
    I have a scenario like …I need to use a lookup for mapping program to retrieve the specific value based on the input parameters.
    Here I have got some rough idea like …
    1. Creation of java program to connect the DB table and access the values, Import this java program as archive into XI.
    2. Creation of user defined function to use the above java program
    3. Include the user defined function in the interface mapping.
    Here I feel it needs some more info to complete this scenario, so can anyone provide the step by step procedure for the above scenario.
    Thanks in advance.
    Vijay.

    Hi Vijay,
    Basically you have embed Database lookup code in the UDF. For all kind of Lookups refer to below links..
    Lookup - /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    DB lookup - /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    SOAP Lookup - /people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0
    Lookup’s in XI made simpler - /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    How to check JDBC SQL Query Syntax and verify the query results inside a User Defined Function of the Lookup API -
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    /people/prasad.illapani/blog/2006/10/25/how-to-check-jdbc-sql-query-syntax-and-verify-the-query-results-inside-a-user-defined-function-of-the-lookup-api
    Lookups - /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    Lookups - /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0/content.htm
    /people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi
    Lookups with XSLT - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8e7daa90-0201-0010-9499-cd347ffbbf72
    /people/sravya.talanki2/blog
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4ee14
    How we have to create the lookups?
    Check this weblogs with some screenshots on how to achieve this:
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    /people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups
    /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi
    /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    Ranjeet Singh.

  • Multiple iPod for Windows programs

    Can anyone help a technophobe??!
    I am trying to clear some disk space and I see that I have three versions of iPod for Windows programs dated 7 Feb 2005 (v 3.1), 23 September 2005 (v 4.3) and 10 January 2006 (v 4.7) in my "Add or Remove Programs" list.
    Am I OK to Remove the first two programs to free up some space?
    Many thanks and apologies if this question's been asked and answered already.
    Cheers,
    Mark

    Hi,
    I have the same problem. Did you delete the older program dates and did it work (without destroying anything important)? I, too, am a technophone/illerate.

Maybe you are looking for

  • FEATURE REQUEST: Enhanced Texture Options in FW

    Recently, a forum user was asking how to change the color of a texture in Fireworks to red or blue. In particular, he/she was struggling with attempting to apply a texture to a white object, and it wasn't showing up. http://forums.adobe.com/thread/10

  • How to use case and decode to extract the data

    Hello PL/SQL Gurus, I am using Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production version I have a table in following format - drop table TT2; create table TT2(College, Class,gender,status,fees) as select 'IITB','MBA','M','P

  • File content conversion using SOAP adapter

    Hi,      I'm using a receiver SOAP adapter in my IDOC to file scenario and need to do file content conversion in the receiver side. Are any standard modules available for file content conversion in the SOAP adapter or do I need to write custom EJB mo

  • Which to buy, Sony Bravia 40" 1080p or Samsung 40" 1080p???

    Please help! I know nothing about tv's and don't know which to buy my boyfriend for Christmas. The Sony Bravia 40" 1080p 40S4100 or the Samsung 40" 1080p LN40A530. They are both offered for the same price ($999.99) at best buy, but I found the Sony f

  • Need info about cs and cs2.

    i have several copies of creative suite cs, photoshop cs, illustrator cs and illustrator cs2. but now adobe take down the server so i cant activate anymore. but i found the download link that adobe provide with serial. my question is: 1) my version i