ProgScripting Languages
Hello! I have been working on high level languages from a long time. But assembly language is not my strong area, can someone suggest some good books to learn assembly language. Also let me know if I should use Turbo assembler, Microsoft Macro Assembler or Net wide Assembler for assembly language? Which one is easy to use?
- 658 views
- 1 answers
- 0 votes
I am learning c++ and I have been coding in it for 3 months now. I am comfortable with array, 2 dimensional array and dynamic allocation of memory. So I can use pointers comfortably. But yesterday I tried to dynamically allocate an array with more than two dimensions and I could not do it. I followed the simple steps which are used in 2 dimensional array but it didn't work. How can we use pointers to dynamically allocate a 3 dimensional array or more?
- 845 views
- 2 answers
- 0 votes
Hi, I have a web scrapping python code and i wanted to integrate it with a Google app script such that the information it collects can be populated on a Google spreadsheet online. So if you know of any good simple library i can use to achieve this, please help
- 551 views
- 0 answers
- 0 votes
Hello, im currently trying to develop a new captcha system for websites using php, html and javascript and i would like to know how i can manipulate images using php especially ones involving distortion, rotation, resizing or scaling, color filtering and image cropping. Please help as soon as you can, i would really be grateful for quick response
- 588 views
- 1 answers
- 0 votes
Does anyone know how to create a method in python that that listens for mouse clicks and returns the x and y coordinates when clicked (and not clicked to track mouse movements) on the desktop and also if possible plot the mouse tracks on a white paper ? or if you know of any python library
- 719 views
- 0 answers
- 0 votes
I want a custom script that can extract data from various websites, which script would be able to handle the multiple environments and sites between PHP and java scripts.? I want a diverse script that can manage both the PHP or pearl based html web pages, and can work faster. Which is the best choice?
- 469 views
- 0 answers
- 0 votes
Need to convert the attached template from PHP to ASPX (.Net) format. I got thePHP download online but Im unable to convert to .net. How can I do this and what software do I need to achieve this? is there like a converter or something? I need the file urgently
- 763 views
- 0 answers
- 0 votes
I have a lot of data that needs to be extracted from some web page. I heard that I can run a PHP scrip and have the data extracted by the script, how fast can this be archived? and where can I get such a script? Do I need to change for the script to work for my data collection?
- 490 views
- 0 answers
- 0 votes
I have a built a php script that can extract data from Html sites however im unable to extract data from jpeg images. Is it possible to get a script that can extract data from such pictures? Where can I get this code? Can I integrate this script with an OCR reader or it works independently?
- 551 views
- 0 answers
- 0 votes
How can i train opencv for face recognition and not detection such that i can quickly recognise a face after detecting it on my web cam or from a photo. anything else apart from using eigen faces pca to recognise the faces would do. ill be waiting for a reply
- 634 views
- 1 answers
- 0 votes