All Questions

0
votes
1answer
11 views

Is commercial product made from a BSD licensed software also needs to be BSD licensed?

I know that alot of company do use BSD licensed source code(softwares) to make their product, but the BSD license policy requires that all code be licensed under the BSD license if redistributed in ...
2
votes
0answers
12 views

Can Python( Django) do everything that JavaScript can?

I want to learn a dynamic language for web development. But I also have to learn data science and ML sometime later. For which python is necessary. So can i skip JavaScript and rather learn python ...
1
vote
0answers
4 views

How Nosql on SQL Server performance for million data?

I am trying to develop software with a Sql server database. I am using it as a document store for JSON documents. The queries use the JSON_VALUE built-in function to extract data from the document. I ...
0
votes
0answers
7 views

What are some of the pros and cons of react-native-web?

We are using react-native to develop a mobile app. We also need to develop a web app that will have all the mobile app features plus some extra ones. Is react-native-web a good choice? What are the ...
0
votes
0answers
5 views

Octave plots - how to flush out the plot (is it a pipe still?)

I am running Octave 4.21 - it works great, however, the command purge_tmp_files does not execute. I just want to make sure that when I run a script, that the previous script's run is completely "...
0
votes
0answers
8 views

Mips program throws bad adress exception

I have the following mips code: .text c: li $8, 0 addu $sp, $sp, -4 sw $8, 0($sp) jr $ra a: li $8, 0 addu $sp, $sp, -4 sw $8, 0($sp) addu $sp, $sp, -4 sw $8, 0($sp)...
0
votes
0answers
15 views

To create or not to create?

I currently have an object that is composed from several simple objects. Each simple object is used to render a particular portion of the larger object as a whole. Think of it as building a 3D ...
-2
votes
0answers
18 views

Is QA/QC more related to proprietary softwares?

I'm not a software engineer, but I like coding for myself. Thus, I don't know what goes in IT companies. Keeping the amount I spend on GitHub, I never heard of the term QA/QC in regards to open ...
0
votes
2answers
49 views

Is it a good idea to use strings in a struct as values to static properties?

I'm in a discussion with a co-worker concerning the use of structs. I have a couple of structs that contain several static properties that are used throughout our website. The value of those ...
0
votes
0answers
21 views

Creating a Wi-Fi Protected Setup broadcaster (WPS Push)?

Sometimes I am stumbling across devices which require WPS to work, but the router does not offer it (Either by hardware or software limitations). Therefore, my goal is to recreate / use the WPS ...
-2
votes
0answers
23 views

Example of Use Case that contains another use case

Use case diagrams can have an include relationship (eg., A include B). B could be an extension of A or steps in the flow of events. I understand the general intuition in diagrams, for example, verify ...
-1
votes
1answer
47 views

Can you Compile Assembly 6502 into a Stand-Alone Application With a Compiler? [on hold]

Before we go into this, I may as well tell you what Assembly 6502 is. Assembly 6502 is a language meant for humans to compile it themselves not compilers, its an older Assembly that powered the olden ...
0
votes
0answers
10 views

Sending push notifications to android by nodejs server

I am having the requirement in my project, that nodejs server has to send the notification (kind of push notification) to our mobile, and user( or mobile holder ) have to act on that notification like ...
2
votes
2answers
109 views

Do language features affect the use of dependency injection?

I've been looking into dependency injection, what it is, how it works, how it's being used. It's a neat system and to understand it a bit better, I'm going to implement a small demo app using this ...
-2
votes
0answers
32 views

How Reelgood communicates with Netflix?

I just saw Reelgood which is a video streaming aggregator but could'nt find any Netflix API available to implement this kind of functionality. Are there any api's available for this if not how can i ...

15 30 50 per page