185
Points
Questions
35
Answers
43
-
I’m trying to create a basic functioning website, which probably needs a database, however that is a little out of …
- 245 views
- 1 answers
- 0 votes
-
body{ margin: unset; } #Sitetop { height: 51px; width: auto; background-color: #003580; } #Siteundertop { border: solid 1px green; height: …
- 260 views
- 2 answers
- 0 votes
-
I am writing some HTML code and CSS code to display song data. For instance, the song name, artist, duration, …
- 393 views
- 0 answers
- 0 votes
-
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? …
- 307 views
- 0 answers
- 0 votes
-
I am implementing linear regression and I need to minimice cost function using derivated terms like this: def hθ(theta, X): …
- 304 views
- 0 answers
- 0 votes
-
I tried connect to Oracle DB in java but i faced error and i search many time i didn’t find …
- 358 views
- 1 answers
- 0 votes
-
Consider this scenario: @Stateless public class A{ @PersistenceContext private EntityManager em; @EJB B b; @EJB C c; public void doSomeWork(){ …
- 335 views
- 1 answers
- 0 votes
-
This code generates a resizable GUI, however when expanding the window the elements within it do not adjust to the …
- 341 views
- 0 answers
- 0 votes
-
I tried to make a css file in django, im using pycharm btw, for my templates and it says "*.css …
- 319 views
- 0 answers
- 0 votes
-
im trying to open a file with the extension .so. In notepad++ i can see some letters and numbers, however …
- 240 views
- 1 answers
- 0 votes