Nitin Surana

Just another software engineer

Skip to content
  • About me
  • CV 2019

About me

A software programming enthusiast who loves coding and solving problems. Have been writing application programs since he was in 9th standard.

His focus is more on the architecture, design, testability & maintainability of the software system.

Has immense experience working with java, javascript and php.

Find me on LinkedIn.

profile for coding_idiot at Stack Overflow, Q&A for professional and enthusiast programmers

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
Like Loading...

5 thoughts on “About me”

  1. Ashish Revar's avatar Ashish Revar says:
    September 28, 2013 at 9:03 am

    Hello there,
    I need to open multiple webpages through different IPs and Port Numbers. I have found your post here: http://stackoverflow.com/questions/5211887/how-to-use-curl-via-a-proxy

    Can you please provide me the code to implement such.

    Thanks.

    LikeLike

    Reply
    1. nitinsurana's avatar admin says:
      September 28, 2013 at 9:08 am

      $proxy=array();$url=array();$ch=array();

      //Fill these arrays with proxy details and urls

      for($i=0;$i<totalPagesToBeOpened;$i++){
      $ch[i] = curl_init();
      curl_setopt($ch, CURLOPT_URL,$url);
      curl_setopt($ch, CURLOPT_PROXY, $proxy);
      $curl_scraped_page = curl_exec($ch);
      curl_close($ch);
      $ch[i]=curl_scraped_page ;
      }

      //All pages are now contained $ch array.

      Hope it helps.

      LikeLike

      Reply
  2. Nilesh's avatar Nilesh says:
    March 5, 2014 at 5:20 am

    Hi All

    I want to add background
    music to my audio file using ffmpeg for windows operating system in php.
    I am unable to find right command for this. For reference u can listen
    song on http://www.pond5.com/stock-music/1548490/pulse-full-track.html website for refernce. Here the site name is audible after every 5 seconds and i want to do something like this.

    For this, i have two audio files : stock.mp3(2 seconds) and
    sun.mp3(3 minutes 24 seconds). I want to add stock.mp3 after every 5
    seconds in sun.mp3 using ffmpeg like http://www.pond5.com/stock-music/1548490/pulse-full-track.html.

    Please give me reference its very urgent for me.
    Thanks in advance

    LikeLike

    Reply
    1. Nitin Surana's avatar Nitin Surana says:
      March 10, 2014 at 9:59 am

      Unfortunately, I haven’t tried something like interval recursive merging. But from quick googling it appears -itoffset shall do the job. If that doesn’t, then you have to create various files using SOX to pad necessary blanks and then merge those with the original using -i option

      LikeLike

      Reply
  3. sanu agile's avatar sanu agile says:
    May 3, 2017 at 5:34 pm

    nitin bhaiya
    This is shanu kosta from indore (akash kosta’s sister)
    (you remember .. akash kosta…… katni,indore)

    i m doing engineering II Sem (cse branch),from chameli devi group of institutions,indore
    i want to become professional programmer.. and i need some guidance regarding this..
    my brother was saying about you sometime back.. that you can guide me..
    Actually he was praising.. about you that how you study and about how you are always ready to take challenges.. and solve problems..

    Bhaiya .. i actually dont know.. what to study and from where should i start..

    which languages should i study..
    i believe in self study// so from where which language or other important subjects i can study.. that is what i wanna know from you..

    i hope.. you will give some of your precios time to guide me.. about this..

    Shanu Kosta

    LikeLike

    Reply

Leave a reply to Nilesh Cancel reply

Create a website or blog at WordPress.com
  • Subscribe Subscribed
    • Nitin Surana
    • Already have a WordPress.com account? Log in now.
    • Nitin Surana
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Copy shortlink
    • Report this content
    • View post in Reader
    • Manage subscriptions
    • Collapse this bar
%d