473,544 Members | 1,876 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,876
thread by: Jenn483 | last post Nov 13 '17 by: Jenn483
I am a student in computer science and I have a project to realize (you can find the subject at the end of my post). I have to make an optimized class diagram corresponding to the subject. I tried to apply a design pattern (strategy here) but this corresponds to a course that we have not started so I'm a little lost. I would like to have your...
0
1,725
thread by: imbaboy95 | last post Oct 14 '17 by: imbaboy95
Hello, i am learning to create a App using https://github.com/MicrosoftEdge/JSBrowser . You can see on github have .sln to we create own browser. I want to CSS Google.com with javascript but i dont know how to write code and embed it. Exp: i wrote a script document.getElementsByClassName('jsb').style.display="none" 'jsb' is a class contain...
1
1,771
oliver5087
thread by: oliver5087 | last post Sep 3 '17 by: batterson
Hello there. I have installed Microsoft Word for openening DOC format file which was e-mailed to me. But I get the following error, "The file is not valid." What's wrong? How to open it? Your advice is greatly appreciated. Windows 10
1
2,293
thread by: Mikbergs45 | last post Sep 3 '17 by: shznaqvi
I work for a roofing company that does flat roof restoration. Generally these roofs are over 50,000 sq. Ft. I can go to google maps and find any roof I want and get a good estimation of the size using google maps. I was wondering if something could be created that would find all flat roofs over a certain size in a given location (ex. Chicago, IL)?...
1
1,970
thread by: kasparpalgi | last post Aug 15 '17 by: kasparpalgi
What languages, tools, frameworks to use to develop really simple time tracker that just takes screenshots and keyboard/mouse activity and uploads to server? Start/stop button and keyboard shortcut and list of projects to choose on what you work. Start/stop button and keyboard shortcut and list of projects to choose on what you work. And stop...
0
3,166
thread by: qingqingcao | last post Aug 13 '17 by: qingqingcao
For a programmer that has several years experience alway know some of Software Design Patterns. e.g. Singleton,Prototype,Facade,Decorator etc. So great we have so many kinds of methods that can solve many huge of problem that is occurred in ours’ code of Business Application. Those are may large involve in code level methodology. Those kinds of...
0
1,456
thread by: humashabbir | last post Aug 8 '17 by: humashabbir
I have detected an object and then draw bounding box using regionprops...I have tried but i am unable to crop the bounding box and display it in another sub image. Following is the code of drawing Bounding box using regioprops S = regionprops(BWfinal, 'Area','Eccentricity','Centroid','BoundingBox'); All_areas = vertcat(S.Area); =...
0
3,246
thread by: qingqingcao | last post Jul 23 '17 by: qingqingcao
Ping An’s agile development I am exciting to decide to begin my english blog.I think blog is a sharpen sword for me who is a specialist in software industry and have 12 years experience in software development. Ping An introduction I am working for Ping An that is super company. The insurance’s business of Ping An is the biggest in...
0
1,353
thread by: bytengineer | last post Jun 18 '17 by: bytengineer
Could someone please explain me the following Matlab code? It has the constructor function to pass the data into the myClass variables (a,d,noInput) and the constructor has the data structure (StructParameters). As I understand so far, by using the data structure (StructParameters) the constructor function passes the data into the myClass...
0
1,604
thread by: srikanth d | last post Apr 11 '17 by: srikanth d
Hi everyone, We have a requirement to convert from java object to xml, csv, json, unedifact, delimiter files. will anyone kindly advice me to proceed? for java-to-xml smooks has example application but in that , the xml's elements are named with fully qualified names of the classes, but our requirement is it should not be and for the...
0
1,478
thread by: maksm | last post Apr 9 '17 by: maksm
From quite a while I'm struggling to share all kinds of server secrets and passwords, that are required for running on staging/production environment with members of my team. We use LastPass for online passwords and secure notes, but for this it's impractical. Sharing each secret one by one is time consuming and putting whole config files as...
0
1,305
thread by: amarjain77 | last post Mar 28 '17 by: amarjain77
I am in the bay area working with a pretty reputable startup and have over 15 years of experience being a java developer. My last review with my manager didn't go very well. I am pretty sure that I should be able to clear 90% of the job interviews in the bay area that I won't have any problems finding a new job. However I don't want to search for...
6
1,595
thread by: AlexMaldo | last post Mar 28 '17 by: AlexMaldo
Hi, I'm new to this community and I just wanted to ask that is there any typing software that can be used by coder to improve the typing speed or any industry that can provide typing software according to the keyboards that coder use. I hope I'll get some valuable information here. Thanks in advance.
2
1,816
thread by: madyare81 | last post Mar 27 '17 by: simpsonxx
I want to read SYSLOG file stored in a computer as text format, and then categorize messages, which language is easy to use PHP or VB.net?
1
1,048
thread by: BobbyBobbityDed | last post Mar 26 '17 by: BobbyBobbityDed
What I mean by "What number is the space bar?" is what number key is it? Ex. Shift key is equivalent to 50. Could anyone tell me this?
0
1,258
thread by: NickAndJay | last post Jan 14 '17 by: NickAndJay
How do you add another marker to the map without the others disappearing? I am using the code provided by google in the link below. Running Cocoapods 1.1.1 and Xcode 8.2 https://developers.google.com/maps/documentation/ios-sdk/start
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,264
thread by: aamersaeed2368 | last post Nov 21 '16 by: aamersaeed2368
Hi I am new to angularjs and stuck in a problem. please see the attached screen shot I have a dropdown in which there is an ok button and on click of this button I want to call functions that are written in different controller i.e controller name : GetChargesController or GetPaymentsController ...
1
1,586
thread by: Mudassir | last post Sep 29 '16 by: Kajaria
Dear all, I have an application which processes online payments. there are also some monthly subscriptions. I have set an IPN listener on my web server. Every time a transaction goes through, paypal sends a notification to the url set in IPN settings in paypal account. However, when a subscription is renewed, no notification is sent. Does paypal...
0
1,580
thread by: anujanand | last post Sep 26 '16 by: anujanand
Hi All, I am looking for some good tools to achieve: - Feature Flighting/Flagging - A/B Testing Can you guys please help me with the names of some good tools available for C# Applications. Thanks, Anuj
7
3,138
thread by: robert1234 | last post Aug 21 '16 by: muthugomathi
how i can learn Object-Oriented Programming Concepts ??? tips for Object-Oriented Programming Concepts for beginners??
3
2,381
thread by: ryantechnerd | last post Aug 12 '16 by: jonrgrover
Me and my friend set up a software company recently, and my first project is to develop a software for my friend's company, the project was estimated to be completed in 1 month, but I took 3 months to complete the project. After reviewed my project development progress, I realize that root cause is due to I didn't analyze the project in...
3
1,807
thread by: AdamArmstrong | last post Jul 21 '16 by: AdamArmstrong
Have a client that had outlook express ask to compress data. Once they did that most of the emails in the inbox disappeared. Did a search thru the identities folder and nothing happened to be there related to it. Recently we did move alot of email folders out the the inbox section to the local folders section as it would lock up periodically when...
1
2,212
thread by: ruperty | last post Jul 5 '16 by: FordAna
I am looking for a platform to develop a GUI. I would like to create custom objects which I can drag and drop onto a palette and then to open up the objects to configure parameters. From the configuration of the objects I want to create an XML file. I already have a Java application which uses the XML files (robot control system). The GUI...
1
2,195
thread by: nomibashir015 | last post May 10 '16 by: Rabbit
I am using an ACR122U NFC reader to password protect an NTAG216 NFC block. I think I have managed to set the password correctly, but I cannot authenticate and change the block afterward. My code for authenticating looks like this: I set password "1234" and Pack "OK". public int Authentication(string Password){ if(connectCard()){ ...

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.