programming

Tag details

Welcome to the 'programming' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'programming'.

Look up Offsite Link "programming" at The Free Dictionary

Latest blogosphere posts tagged “programming”

  • scaning two integers with scanf() and the conflict with the while() loop


    C BoardAuthority Authority: 163
    Hi everyone, Im having trouble making work a function program related to simple math calculations. In this case is in the Division function. For this project I have to make the user answer some simple divisions problems that must also include an integer result with its modulus. For example: The results should ...
    1 hour ago
  • Transposing a file


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi All, I have a input file say FILEA. FILEA -------- empid1 sal1 location1 manager1 empid2 sal2 location2 manager2 empid3 sal3 location3 manager3 . . . the output file (FILEB) should look like: FILEB --------- empid1,sal1,location1,manager1 empid2,sal2,location2,manager2 empid3,sal3,location3,manager3 . . . ...
    1 hour ago
  • ssh session saving


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi, I want to execute some script on the remote session and transfer the processed file on remote machine to local machine. I tried with ssh-keygen and ssh-copy-id but seems that this has been disable on the remote machines, Is there any possiblity that I can save the remote username and password and can use that ...
    1 hour ago
  • Password Test!!!


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi Friends, I need a sample script in shell, which should solve my criteria 1.Here this is the main step the password for the DB is not hardcoded in the script we are encrypting the password and putting that in some config file from there it is taken the username and password and using the credentials it will ...
    1 hour ago
  • how to check for special character in a value


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi, I have a variable and to it always alphanumeric value will be assigned. If the value has any special characters in it then in the if statement it should exit like below if (value has any speacial character) then exit else .... fi can any one suggest how to acheive this?
    1 hour ago
  • iPod/iPhone Manager Tools for Winodws and Mac users


    Computer Programmers, Programming Forum | Young CodersAuthority Authority: 143
    Itunes is indispensable application for iPod and iPhone users, but sometimes when we want to manage files in iPod or iPhone, such as: Backup files from iPod/iPhone to PC, import video, audio files or folders from PC to iPod/iPhone, or transfer files from one iPod/iPhone to another one, etc, it is very troublesome to ...
    1 hour ago
  • How to define a variable with variable definition is stored in a variable?


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi all, I have a variable say var1 (output from somewhere, which I cant change)which store something like this: echo $var1 name=fred age=25 address="123 abc" password=pass1234 how can I make the variable $name, $age, $address and $password contain the info? I mean do this in a simple way rather than for line in ...
    1 hour ago
  • filename of the splitting files to have the same filename of the original file with counter value


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi all, I have a list of xml file. I need to split the files to a different files when see the tag. The list of filename are B20090908.1100-20090908.1200_CDMA=1,NO=2,SITE=3.xml B20090908.1200-20090908.1300_CDMA=1,NO=2,SITE=3.xml B20090908.1300-20090908.1400_CDMA=1,NO=2,SITE=3.xml I have a question on how to have ...
    2 hours ago
  • Need advice classes. Had swine flu and missed school for two weeks =(


    C BoardAuthority Authority: 163
    Ok, since this is my first post here I guess I better explain some things =) Well I have had swine flu for the past two weeks and in those two weeks I missed a bunch of my C++ classes in school. Turns out we covered structures and classes in that time, which was bad for me to miss because from what I can tell they ...
    2 hours ago
  • Inlined functions as arguments


    C BoardAuthority Authority: 163
    I am attempting to inline a member function as an argument of an equation. Code: Player.hitper= ((d10.roll-1)*10)+(d10.roll-1) ; d10 is a object of the class dice. The class to which the function belongs is as follows: Code: class dice {         public:                       dice(int ...
    2 hours ago
  • Hash Table


    C BoardAuthority Authority: 163
    I am trying to create a hash table with linear probing. So, i am not wanting to use link list. I cant figure out what PRIVATE data members i will need. Can someone please help me out because the book i have uses link list and i am not sure what i need to get me going? The information about each stock or mutual fund ...
    2 hours ago
  • error: too many arguments to function sigwait


    The UNIX and Linux ForumsAuthority Authority: 167
    Code: #include #include ... sigset_t mask; int err,signo; err=sigwait(&mask,&signo); switch(signo){   case SIGINT:   ... } when I compile above code under solaris 10,it raise following error: error: too many arguments to function sigwait I look up signal function under solaris10 int ...
    2 hours ago
  • Fix My 3gp Files.


    Get a Freelance JobAuthority Authority: 179
    My 3gp files were recovered from the undelete software from a memory card, now these files do not play there are 3 files and i want the video to be played. It is immediate and should be confidential.
    2 hours ago
  • A review of Google’s Go programming language


    UMBC ebiquityAuthority Authority: 414
    Mark Chu-Carroll is a Google software engineer who’s written a long, detailed and informed review of Google’s new programming language Go . It’s worth a read if you are interested in understanding what it’s like as a programming language. Here’s a few points that I took note of. “The guys who designed ...
    3 hours ago
  • Cutting characters in a variable


    The UNIX and Linux ForumsAuthority Authority: 167
    I have a variable var which contains "ABCDEFDH" Now I have to remove the first 4 characters that is "ABCD" so my variable should contain only "DEFH" plzz tell me how to do that . i am using bash shell
    3 hours ago
  • please help me with one little code


    LinuxQuestions.orgAuthority Authority: 176
    Code: >>> class A(object): attr = 1                                  >>> class B(A):      pass >>> class C(A):      attr = 2 >>> class D(B,C):    attr = B.attr >>> x = D( ) >>> x.attr 1 why it gets the attribute 1 of A ? the ...
    3 hours ago
  • Need Help With Drupal Website


    Get a Freelance JobAuthority Authority: 179
    I am having trouble with the registration part of my website. I can make accounts in the back end but people cant’t make there own accounts . When you feel out the registration and click register it just drops all the information and starts over. Look at my site to see the problem buildingscoop.com Thanks agreater
    3 hours ago
  • The Future of Zend Framework is Solar


    Paul M. JonesAuthority Authority: 123
    I have said it before and Ill say it again now: If you want to see the future of Zend Framework, look at the Solar Framework for PHP 5 . Read to see what ZF 2.0 has planned, that Solar does right now.
    3 hours ago
  • Snmp Send/receive


    Get a Freelance JobAuthority Authority: 179
    I need a simple service compatible with windows that will listen for a certain SNMP message. When the message is received, it will then send out another SNMP trap in a different format.
    3 hours ago
  • Interactive script


    The UNIX and Linux ForumsAuthority Authority: 167
    Greetings gurus I have this simple scripts Code: #!/bin/bash find /kl1/CTT/TQI_001/330_spike/sz00/latcon1/ -type d -name "*.dig" > data_schema find /kl1/CTT/TQI_001/330_spike/sz00/latcon1/ -type d -name "*.dig" >> data_schema data.schema and this is the output 1 ...
    3 hours ago

Comments about programming

Personal attacks are NOT allowed
Please read our comment policy