Share your knowledge
Earn money
1,293 questions
Filter
- 0 votes1 answers3 views
JS Multidimensional array search by value
Following is the js array I have [{"tagid":10,"packagecount":62,"destinationcountry":"IN","tagname":"Fibroidsssssssssssss"},{"tagid":21,"packagecount":22,"desti...
- 0 votes1 answers3 views
PHP multidimensional array search by value
I have an Array which have multidimensional values Following is tags array Array ( [0] => Array ( [id] => 10 [name] => Fibroidsssssssssssss ...
- 0 votes1 answers4 views
How to remove all line breaks from a string
I have a text in a textarea and I read it out using the .value attribute. Now I would like to remove all linebreaks (the character that is produced when you press ...
- 0 votes1 answers8 views
Remove empty elements from an array in Javascript
How do I remove empty elements from an array in JavaScript? Is there a straightforward way, or do I need to loop through it and remove them manually?
- 0 votes1 answers10 views
How to append something to an array?
How do I append an object (such as a string or number) to an array in JavaScript?
- 1 votes0 answers7 views
Contacting StackDev
I am wondering... how can we contact the people at StackDev.io? I don't see a "Contact Us" page... is there a way to do this? Or can we only post questions here? Thanks ...
- 1 votes1 answers14 views
How to get value from textfield with javascript
I currently have a form that the user enters data into, however I need to in real time detect what they entered to see if it matches certain things. Does anyone ...
- 0 votes1 answers4 views
- 0 votes0 answers7 views
Bootstrap table Fix first two column
After Several websites check, I found a solution which works only for one column(the first column) Just set position:sticky and left:0 th:first-child, td:first-child ...
- 0 votes0 answers5 views
What is createStore in redux how it work
I am working with react-redux library. There are passing some parameters while create store. I am not clear about how they work actually. Can anyone explain it? `const ...
- 0 votes1 answers33 views
Issue with marquee using widget using HTML
I have added my HTML code here. but after i save the source code is getting changed a below. This is a test div { background-color: #1c87c9; ...
- 0 votes0 answers8 views
Artificial Intelligent
Expert System in Education and Engineering. Name any three expert System in both fields.
- 0 votes0 answers8 views
Artificial intelligence
: What difficulties you think a KBS has? Explain any two major difficulties in your own words that a KBS system or any intelligent Software/Machine faces.
- 0 votes0 answers1 views
- 0 votes1 answers3 views
creating a javascript for pop up login/sign-up button
i want to create a javascript that allows a pop up login or sign up form comes out anytime the button is clicked.
- 0 votes0 answers5 views
Which infrastructure-as-code framework are you using?
There are quite a lot. Which one are you using, especially for AWS ? I would greatly appreciate if you also provide some pros and cons in the answer.
- 2 votes1 answers37 views
How to transfer Stack Dev earnings to wallet?
Hello, I am wondering, how to transfer my earnings from StackDev to my wallet that I specified in my profile settings. Does it automatically transfer once it reaches ...
- 1 votes0 answers4 views
How do I put my user standard to admin
How do I put my user standard to admin if you ask me for a password and admin user and there are only two users the standard and the guest. But the guest only starts ...
- 0 votes1 answers26 views
what is the different between Apple M1 and Intel CPU?
what is the main different between Apple M1 and Intel CPU's? and what is the best performance cpu between these cpu's.
- 1 votes0 answers3 views
How wrokes singleton pattern
Can you explain how is working singleton pattern in c