473,544 Members | 1,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Software Development Forum

Software Development - Ask questions about software programming, practices, life cycle, process, training, tools, management, costs, teams, extreme programming, testing, agile, outsourcing, industry and more.
0
1,164
thread by: NickAndJay | last post Jan 11 '17 by: NickAndJay
Cocoapods installation problem using the provided guide from google https://developers.google.com/maps/documentation/ios-sdk/start when I get to installing the podfile, it's says podfile not existing even though I have made a file to install the podfile in? I’m using Xcode 8.2
0
1,169
thread by: EmilyChen | last post Dec 27 '10 by: EmilyChen
Hi, we are looking at form recognition solution. We have received large volume of survey questionnaire against which users mark their ratings by putting a check mark. We need to scan and read the check mark provided. Anyone who has good solutions, please contact me.
0
1,170
thread by: mokee | last post May 13 '10 by: mokee
I am currently trying to recode a part of package which extracts data from a source system and processes in the datawarehouse. Basically what the code does is: **If it is a daily processing processing (p_run_type <> 1) and p_processing_location is satisfied, distinct product ids will be inserted into v_table_name (which is basically a...
0
1,171
thread by: richerTextBox | last post Nov 13 '07 by: richerTextBox
Hey Guys, I'm working on a graphics app that designs CD/DVD labels. Right now, the data is output to conventional paper labels. I am wanting to incorporate the direct-disk printers. (printers that apply the ink to the disk itself) Does anybody know of a resource that explains the API to communicate with such a printer? With the growing...
0
1,172
thread by: karam h | last post Oct 24 '11 by: karam h
Dear sir I am now a PhD. Student In computer sciences dept. , Mousl university, Iraq, I am working on botnet detection fields,which is a field of network security,, the problem is a database, can you please tell me how can I get static botnet database, or any website can I get botnet database from it. PhD. Student karam
0
1,176
thread by: visweswaran2830 | last post Nov 9 '09 by: visweswaran2830
I am going to create a Musical site. so that, i planned to rectify the existing drawback. Can u list out the drawback and ur suggestion too..
1
1,176
thread by: lightroses | last post Feb 7 '13 by: Rabbit
Hello to all! I'm just asking if it is possible to do a system like water sanitation detection for drinking water. The logic is when the user deep the device into the water the system will recognize if the water is able to drink or not! Any suggestions and advice. Thanks in advance
0
1,177
thread by: quartz70 | last post Nov 6 '09 by: quartz70
Hi everyone, I'm in the middle of revamping my current web-based software for hospital information. I'm not a programmer and had a previous developer create my old version that is not around anymore. He wrote it in .Net I'm looking to rewrite the entire program and have been looking into using PHP. I was wondering what everyone thought about...
0
1,178
thread by: valencia11 | last post Oct 11 '10 by: valencia11
Anyone know why the /i /n switches don't work when outputting to text file findstring blah > myoutput.txt @echo off if not "%1"=="" goto start echo. echo This batch script will look for a string on all the files echo from the current directory and its subdirectories. echo. echo Sintax: %0 string
0
1,178
thread by: ISSL | last post Nov 21 '14 by: ISSL
Basically I have developed an Access 2007 system and it is working fine. Now I need to link Sage 50 to Access System in order to get daily invoicing and credit info from Access to Sage every morning. I never done this before, Let me know how to do this step by step. I am doing this for a client and he has already installed Sage.
0
1,182
thread by: vrepalle | last post May 21 '10 by: vrepalle
Hi, I am trying to access two different DB2 subsystems A and B .The program logic is handled to connect to a different subsystem (B) when a condition is satisfied and after the process on that subsystem it connects back to the original subsystem (A). Somehow when i try to reconnect to Subsystem B next time it give -842 sqlcode saying the...
0
1,186
thread by: Tyntxo | last post Apr 25 '10 by: Tyntxo
I'm using Text.ParserCombinators.Parsec and Text.XHtml to parse an input like this: this is the beginning of the paragraph --this is an emphasized text-- and this is the end\n And my output should be: <p>this is the beginning of the paragraph <em>this is an emphasized text</em> and this is the end\n</p> This code parses and returns...
0
1,186
thread by: VamsiKrishnaP | last post Aug 14 '10 by: VamsiKrishnaP
DELIMITER $$ USE `tsmakersmark`$$ DROP PROCEDURE IF EXISTS `LoadProductImages`$$ CREATE DEFINER=`root`@`localhost` PROCEDURE `LoadProductImages`(pmerchant_id VARCHAR(200)) BEGIN DECLARE int_no_of_rec VARCHAR(30);
2
1,192
thread by: benson45 | last post Feb 29 '08 by: patrik12
Hi everyone, I am new in the software field and I want to read XML from a file by using Visual C# .NET . Please provide a solution for this and also provide me the list of software development companies specialises in the development of custom software applications which deals with custom programming, database design, client-server and...
0
1,192
thread by: ganeshvkl | last post Aug 28 '10 by: ganeshvkl
i am use vb.net 2003.
1
1,194
thread by: Ritchi Raj | last post Jul 10 '12 by: PsychoCoder
Hi I had developed a form for uploading image. Now when I am trying to upload the image to the form only the image name is displaying, not the picture. Even in some other system no name is displaying. Problem is that it is working fine for some other system but the same is not working in my system. Development toll that I used is...
0
1,197
thread by: Nineteen | last post Sep 22 '10 by: Nineteen
I have limited development experience, and I have been tasked to come up with an outline/steps on how to implement presence aggregation for telephony (cisco unified communications manager) and calendar (Microsoft exchange with calendaring service). I am to give premium points or even pay for this and there will be more questions to follow if you...
0
1,198
thread by: Youn | last post Mar 9 '11 by: Youn
I'm looking to develop a program that takes inputs from USB devices (barcode scanner, digital scale), maintains a database (MySQL), and performs web APIs. My background in programming is scientific using a tool called MATLAB, so I'm pretty much a beginner when it comes to software development. I'm looking for some pointers on where to start...
0
1,201
thread by: kabburebh | last post Feb 22 '10 by: kabburebh
Hi all, I hav created a web application using jsp of j2ee with application server to deploy the application.When i deploy the application and i access it thruogh internet explorer it does not show it immidiately it gives error that requested resource is not available. after 5 minutes it shows the pages. I am not getting why it is happening any...
0
1,201
thread by: puneit4u | last post Apr 9 '12 by: puneit4u
I am using CAPL script. My objective is to retrieve CAN signal lists of a CAN Frame when a CAN Frame arrives into CAN network. I dont know how to do it. Please help me.
0
1,204
thread by: maglez1300 | last post Mar 2 '10 by: maglez1300
I recently discovered the goodness of system modelling by means of Formal Concept Analysis. I think it is a great technique which I want to research deeper. I have a concern though and I would like to hear your comments about it. Once I create my tables with the different concepts for my formal objects and attributes, I feed those tables in...
0
1,205
thread by: Jeff Whittle | last post Oct 23 '10 by: Jeff Whittle
I have an application written in Intel Fortran that needs to call a C library routine. I do not need to pass three of the arguments and the C documentation says that they can be NULL. I have set up the INTERFACE structure shown below, and have used this approach extensively for years with other C routines, but have never needed to pass a NULL...
0
1,205
thread by: Chloe Heaven | last post Oct 20 '11 by: Chloe Heaven
hey, im working on wats to be a call accounting software , this particular module should work along with active directory to grasp certain info. im guessing it will then display it on the software interface . >Any info on how to binding the application to AD, would be helpful... > as well how to map AD fields to the software fields......
0
1,206
thread by: ayethwe | last post Mar 24 '10 by: ayethwe
hello everybody, i m a new one for VB6.0 i'd never used of it. now i face with a problem. i made a text box from form view. now., i want to change the size of the text box. not changing this text box property nor from coding how can i change from form view??
0
1,208
computerfox
thread by: computerfox | last post Jan 4 '12 by: computerfox
Hello Everyone, I'm not sure if this is in the correct part of the forum, but you can move it into the correct one if it's not. I set up a repository and I believe I set everything up correct (i.e. I have the Packages.gz2, Release, Sources.list and the package files all in the root of the repository). Now, I'm able to install one of the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.