All Questions
0
votes
0answers
27 views
what should be my next move [on hold]
i am into programming languages just for 1 years i guess. in that time i looked many languages like Python, C , Java , C# and many others. after that i realize that all programming languages are ...
-3
votes
0answers
17 views
Drag and drop based website design/development IDE? [on hold]
I want a easy-to-use, drag and drop based website design/development IDE for frameworks like bootstrap, foundation, etc...
-7
votes
0answers
23 views
Should software architecture be used as a tool for solving programming problems [on hold]
I don’t believe that software architecture should be primarily used as a tool for solving programming problems. What do you think?
0
votes
1answer
25 views
Snapchat clone: How do I secure pre-downloaded notifications so that they cannot be opened outside of the app?
Say I'm making a snapchat clone app for Android and iOS. Let's say that I get a snapchat from Baz. I want to pre-download the audio for this snapchat. However, as the developer, I want to secure this ...
0
votes
0answers
49 views
Will a Masters in CS “legitimize” someone without a CS Bachelors? [on hold]
For someone with an undergrad degree in a completely unrelated field looking to get into the computer industry, will a CS Masters (course-based) break the "CS related degree" or "CS related Bachelors" ...
0
votes
0answers
38 views
Design and architecture of vi(m) [on hold]
The base question is short and easy: how is designed and structured a software like vi/vim?
To make clear what I am interested into, consider that it handles
a data model
multiple import and output ...
0
votes
0answers
13 views
Finishing stories with external dependencies [duplicate]
There is already a thread about this (How to handle 'external' dependencies in scrum?), but I'd like to hear more opinions if I may.
Some of our features require a third party vendor to make ...
-2
votes
0answers
26 views
Design of model for Agile development [on hold]
In modern day most of the projects are being developed in agile and scrum way. Requirements keep on changing on very frequently with each sprints resulting in tedious changes of models and views, as ...
-1
votes
0answers
20 views
what programming language uses powerbuilder? [on hold]
I'm really confused about which programming language uses PowerBuilder. Some websites say that it uses PowerScript, in others say it can use .NET or Java technology. Please can you help me? Also, do ...
-2
votes
0answers
30 views
Is Grails catching up with Rails? [on hold]
How do you explain the gradual convergence of Grails and Rails in Google Trends? Rails seems to have fallen significantly, Grails steadily risen, and now they seem almost the same. Is that a ...
0
votes
1answer
58 views
What is the applicability of CORS?
I have a system which needs to do cross-origin requests and having trouble understanding the relevance of CORS. At first glance it doesn't appear to provide me with any type of security I'd actually ...
-3
votes
1answer
25 views
Populating Data to An ArrayList [on hold]
I I want to add this data to an ArrayList using java how do I do that? Anymhelp would be appreciated
1
vote
1answer
58 views
how much memory should android app use
We are planning to develop an android application. the application will use API and data transfer will be via SSL.
I should write documentation and set functional and system requirements for the ...
0
votes
1answer
31 views
Need help modelling a User/Project/Task relationship
So I'm creating a very simple project/task management application in Laravel 4 and I'm not sure how these relationships would work. I have a Project, Task and User model. A User can own a Project or ...
3
votes
1answer
75 views
Is Lisp the first language to adopt structured programming?
I couldn't find any links or books claiming that Lisp is the first programming language to adopt structured programming (actually, most of them don't even mention Lisp at all), but if conditionals ...