User Profile

Collapse

Profile Sidebar

Collapse
codexxx
codexxx
Last Activity: Dec 18 '12, 06:42 PM
Joined: Jun 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • codexxx
    replied to Looking for a standard book on C
    in C
    Hi drhowarddrfine,

    Thanks a lot. The OSDev.org is an excellent site for developing an os. That is a good resource for computer science student. So I am trying to make full use of that for sure. Also let me know if there are anything else on the net . Thank you once again.

    Cheers,
    codexxx...
    See more | Go to post

    Leave a comment:


  • codexxx
    replied to Looking for a standard book on C
    in C
    Hi Donbock ,

    Thank you very much for your reply. Actually I am looking for a book where I will be able to learn to make some driver for peripheral devices or some hardware interaction with C or some system level programming which will help me make an OS from scratch. And of course I have seen some OS books but those are theoretical by nature and does not provide the practical knowledge for making an OS of our own.

    Regards,...
    See more | Go to post

    Leave a comment:


  • codexxx
    started a topic Looking for a standard book on C
    in C

    Looking for a standard book on C

    Hi,

    I am supposed to be involved in a project where we are going to develop a small version of OS. And quite obviously the language is used for this is C/Assembly.

    So I would like to know the names of few good books on C so that we can get in depth knowledge in C for developing an OS or any other industry level projects on C.I have few books on Assembly with C

    Could you please suggest some good books on...
    See more | Go to post

  • codexxx
    started a topic How to combine PHP and C language in webdevelopment.
    in PHP

    How to combine PHP and C language in webdevelopment.

    Hi All,

    Very recently I will be involved in a php project where a huge traffic is expected . Though load balancing could be done by some tweaking in htaccess but I have also heard that C/C++ could be used to interact with database so that only front end could be made of PHP hence the site will be running faster and will be capable of handling lots of traffic.

    I wonder if it is possible to make such a system where...
    See more | Go to post

  • codexxx
    started a topic PHP function for generating CSV file.
    in PHP

    PHP function for generating CSV file.

    Hi All,

    In a recent interview in a company I was asked to tell the
    a function name which generates CSV file . As I don't know
    the answer so I wonder if there is any in-built function in PHP5
    to create CSV file. Generally its done by manipulating the
    header and setting it's content to a type like following.

    Code:
    header("Content-type:text/octect-stream");
    header("Cont
    ...
    See more | Go to post

  • codexxx
    started a topic How to transfer Indian currency (INR) using Paypal
    in PHP

    How to transfer Indian currency (INR) using Paypal

    Hi everybody ,

    First of all Happy New Year all of you.
    Here goes my problem. I am working on a site where I need to make a system using Paypal by which I can send money in Indian currency. But I wonder if Paypal supports INR(Indian Rupees). Generally we use USD (US Dollar) but since the ratio is always changing so its hard to convert USD to INR mathematically. So I need some help on it .

    Thanks and Regards ...
    See more | Go to post

  • codexxx
    started a topic hiding query parameter by htaccess
    in PHP

    hiding query parameter by htaccess

    Hi All,

    I have got a requirement from a client who wants the query parameter to be hidden
    in the browser. What he wants is like following.

    If a url link becomes like http://mysite.com/profile.php?id=34

    then it should be replaced by something like
    http://mysite.com/profile.php/34 or some thing like this.
    So please help me by giving some suggestions.

    Thanks & Regards...
    See more | Go to post

  • codexxx
    started a topic Hiding the link of source file for mp3
    in PHP

    Hiding the link of source file for mp3

    Hi All,

    I am working on a social networking site.And there is a option for playing mp3
    musics. But now there is a problem. The link of that file is visible when someone goes through source of that page from view source. I want some ways to hide that path so that link cant be used as direct downloading option.

    Thanks and regards
    codexxx
    See more | Go to post

  • codexxx
    started a topic Excel file not accepted by Amazon.com
    in PHP

    Excel file not accepted by Amazon.com

    Hi All,

    We have setup an Amazon webstore and we anticipate uploading 10,000+
    products, and therefore to avoid unnecessary manual labor we wish to
    automate as much of the process of adding and managing products as
    possible. The automation process that we have in mind will require some manner of cross scripting.

    We currently have a database of our products and we are able to upload
    products...
    See more | Go to post

  • codexxx
    replied to MIni search engine
    in PHP
    Hi nathj,

    Thanks a lot for your reply.The word mini was ironical :).
    Actually I wanted to say vary basic and not so called askjeev or dogpile type search engine. ( I dont want to mention GOOGLE :P ). Anyway actually I want to make an web search engine using robots or crawlers. Though I dont know anything much about it but I had come to know that they use meta tags and other things.
    And you told that you have created a...
    See more | Go to post

    Leave a comment:


  • codexxx
    started a topic MIni search engine
    in PHP

    MIni search engine

    Hi,

    I am going to make a mini search engine. Though I am in a deep sea but got some clue how to move on. As I came to know that robot or crawlers are the main things in a search engine but I think database is also playing an important role here.So please give me suggestion that how that database should be designed or give some website links for good tutorial on search engine.

    Thanks and Regards
    codexxx
    See more | Go to post

  • codexxx
    started a topic Payment system in travel site
    in PHP

    Payment system in travel site

    Hi all,

    I want to make a travel site and where user can book for a flight ticket.
    Also he or she can book a hotel. So what I need to do as a site administrator
    for handling the payment system. Do I need to go to local bank for help
    or something else.And also how the hotels to be paid off.

    http://yatra.com

    The above site what I am supposed to clone.
    So please give me...
    See more | Go to post

  • codexxx
    started a topic Hiding PHP extension in browser address
    in PHP

    Hiding PHP extension in browser address

    Hi,all

    I wanted to make a system so that in the browser php extension cant be seen. Though I have been able to make it by editing the .htaccess file but I want it such a way that if anyone type the php as extension then it would take him to an error page.
    Please help me by giving a .htaccess file where that code is written or give me any useful link. Its very urgent so if you can help quickly then it would help me...
    See more | Go to post
    Last edited by ronverdonk; May 23 '08, 01:33 PM. Reason: email address removed

  • Track the email as its being opened or read in gmail or yahoo.

    In one of my projects, I've an requirement which goes like this:

    Application member compose a HTML mail. Send that newly composed mail to there registered email address with the application. Now from there own email address they send that email to there mailing list. Application needs to track how many time that email has been opened up by mailing list subscribers in the members list area".

    This can be achieved...
    See more | Go to post

  • codexxx
    started a topic Looking for a live server
    in Java

    Looking for a live server

    Hi ,everybody
    I have done some job on jsp/servlet locally on my PC.Now I am looking for a live hosting server so that everybody can check that.
    I am not looking for any payed expensive java hosting.I am looking for any free tomcat/java hosting so that I can upload
    all my files and make it running world wide. So do plz help me if anybody knows about any free java hosting.
    Thank you all.

    Regards
    ...
    See more | Go to post

  • Hi nomad, thanks for your kind help. But what I am lookin for is not this. I have several softwares in my possession which convert files in different formats.
    But I am looking for some codes in Java by which I will be able to develop a software myself in future.. Thanks again

    codexxx...
    See more | Go to post

    Leave a comment:


  • codexxx
    started a topic Need an urgent help on AVI to mp3 format changing
    in Java

    Need an urgent help on AVI to mp3 format changing

    Hi ,Everybody

    I have got a job where I have to convert an AVI formatted file to mp3 formatted file. As much as I have gone with Java where I came to know that java supports .au format. So I am in a great fix. Can anyone help me out ???
    I don't really know that how much Java works with all these format and others.
    Is changing format a job of Java at all or I need to know other technical specs.
    One thing I missed...
    See more | Go to post

  • codexxx
    started a topic Making a chess board
    in Java

    Making a chess board

    Hi ,
    Every body. I am new to this forum.Any way I was trying to make a chess with Java/Swing. But facing various kind of problems. So plzz help me telling that,
    which field I need to work on first?? Do I need to know A.I. very well or should I go through Probability Statistics from Mathematics or should I go through Game Theory??? Or I need to know Java at top level???
    Do plz help me.Thanks to all of you.

    Kind...
    See more | Go to post
No activity results to display
Show More
Working...