-
Gave Reputation to Dani in Hi everyone, I'm 1kpop
Hi there. So nice to meet you. Welcome to DaniWeb!! rproffitt, I would assume that all fish eaten in Sweden are Swedish fish. -
Gave Reputation to Dani in Q.No2 Write a C++ program which ❼ take two 4 × 4 matrices and add them ❼ a
Sorry, we won't just do your homework for you here at DaniWeb. Please post the code you have so far along with where you're stuck, what's confusing you, where any … -
Replied To a Post in except ValueError... i dont know how to fix it
Line 12 jumps out to me and I could be wrong here has an oddly named variable. Try something plain but descriptive. Read https://www.w3schools.com/python/gloss_python_variable_names.asp as to why I worry that's … -
Began Watching except ValueError... i dont know how to fix it
import math import numpy as np import matplotlib.pyplot as plt print("y = a^x + b") jarda=0 while jarda<=0 or jarda==1: jarda=int(input("zadej a ")) def v() : while True: číslo=(input("zadej b … -
Replied To a Post in Hi everyone, I'm 1kpop
Welcome. Are Swedish Fish popular there? -
Began Watching Hi everyone, I'm 1kpop
hy i am new here -
Replied To a Post in i want to ask a question of java
There are a lot of members that use Java. Can you expand your question? 1. Is it a general Java issue? 2. Is there a specific issue you need to … -
Began Watching i want to ask a question of java
i want java mcq. i need help in java -
Replied To a Post in GUESSING GAME HERE
Please clarify if you are having a specific Python issue/question or if you are searching for folk to write this for you. -
Began Watching GUESSING GAME HERE
GUESSING GAME HERE please help im new in this python programming 1. This is a game that allows a user to play guessing one single number to try to win … -
Replied To a Post in Reduce the dimensions of the full recording mobile screen/view
This looks to be a continuation of https://www.daniweb.com/programming/web-development/threads/535177/text-across-the-page-video-camera-screen where we kicked this around. In short, if you use the native recording app, you can't exercise controls you want. You must … -
Began Watching Reduce the dimensions of the full recording mobile screen/view
This html web page code, when viewed via mobile device, captures video from the mobile device. By tapping the page, the mobile video full screen appears, ready to begin recording. … -
Gave Reputation to Dani in What is studying Computer Science in College like?
I've definitely written about this before on DaniWeb ... I'll have to see if I can pull it up. But, to answer your question, it really depends on what your … -
Gave Reputation to zak99 in can anyone solve this please
Consider the following implementation of the node and doubly linked-list: Extend the class doubly_linked_list by adding the following methods: *Largest method .This method should return the largest element in a … -
Replied To a Post in can anyone solve this please
A few problems here. 1. "Reusable Code Snippet" is for you to share a working tested snippet along with you expounding what it is and does. 2. Dumping code after … -
Began Watching can anyone solve this please
Consider the following implementation of the node and doubly linked-list: Extend the class doubly_linked_list by adding the following methods: *Largest method .This method should return the largest element in a … -
Replied To a Post in I want to know how to solve an erron in loading spacy in jupyter notebook
I'd review https://github.com/allenai/scispacy/issues/340 since it goes over the install plus another issue which while interesting does not apply from what I read in your post. -
Began Watching I want to know how to solve an erron in loading spacy in jupyter notebook
nlp = spacy.load("en_core_web_sm") Error found OSError Traceback (most recent call last) <ipython-input-3-8d092272a28e> in <module> ----> 1 nlp = spacy.load("en_core_web_sm") ~\anaconda3\lib\site-packages\spacy\__init__.py in load(name, disable, exclude, config) 45 RETURNS (Language): The loaded … -
Replied To a Post in What is studying Computer Science in College like?
My bet is Dani will show up soon. Till then, welcome and read https://www.daniweb.com/welcome/about I can't relate to today's CompSci College as I took classes in the 70's where you … -
Began Watching What is studying Computer Science in College like?
21 year old female here. Just wondering if anyone can tell me their experiences please and hopefully provide some tips. I'm currently in cc right now and never heard of … -
Replied To a Post in Hi everyone, I'm retrocascade
I am not a Paypal integration person. But hey, it's a good read about this at https://developer.paypal.com/docs/api-basics/notifications/ipn/ -
Began Watching Hi everyone, I'm retrocascade
Is there a bog standard IPN for PayPal? They don't seem to supply one, not that I've seen anyway. -
Gave Reputation to JamesCherrill in Can someone help me with this problem?
I'm frankly baffled by the requirement for a `static void` method to calculate what should be an instance variable, using existing instance variables. It makes absolutely no sense. -
Gave Reputation to Dani in Codeigniter Transactions
I just stumbled across this thread randomly as the result of a Google search for something else, and thought I'd take the time to reply. What I ultimately ended up … -
Gave Reputation to Dani in I am a Freelancer
Hi Kapil! Sorry to hear about that. The pandemic has been so hard on so many different people. You might wish to check out our [People Match](https://www.daniweb.com/connect/matches) which can match … -
Gave Reputation to Dani in Best digital marketing strategy
Forget about defining "best" ... please define your industry and your goals. The best digital marketing strategy is different for every site. Some sites care the most about web traffic. … -
Replied To a Post in Can someone help me with this problem?
This looks like homework. As such you get to write and do the homework so let's hear where you are stuck. -
Began Watching Can someone help me with this problem?
Construct a program in C++ to calculate a net selling price of a car from variety of models. The requirement of the program are: a. The program should be developed … -
Replied To a Post in Write an algorithm that makes “insert, delete, update and retrieve”, proces
From what I'm reading here, there is no code required here. Since I am not taking this class I can't fill in the blanks as to what exactly the report … -
Began Watching Write an algorithm that makes “insert, delete, update and retrieve”, proces
You are given a file called “std” and composed of “Number, Name, Address” fields/attributes. (You can define the type of fields by yourself) Write an algorithm that makes “insert, delete, … -
Replied To a Post in I need some help in writing a C+++ Program
That must be a typo (c+++) with a nod to https://www.quora.com/What-is-C+++ I'll write that I use the standard sort because I need my code to work, not to spend time … -
Began Watching I need some help in writing a C+++ Program
Write a program that sorts an array of integers using pointers. in c+++ -
Replied To a Post in Best digital marketing strategy
Can you define "best"? Some mean cost, others mean market penetration, but here you didn't say. My answer is it's always your choice. What are you doing now? -
Began Watching Best digital marketing strategy
What could be the best digital marketing strategy in general to specific? -
Replied To a Post in Hello I need help with a game in c language
This appears to be homework. As such few will write this game for you. Such an assignment would be the culmination of what you learned so far but let's skip … -
Began Watching Hello I need help with a game in c language
First I would like to say that I do not speak English so sorry if I express myself badly. Hi, I need to know how I can solve this game. … -
Replied To a Post in Total Receipt Of A Drug Item of a simple pharmacy example
The formatting seems off here. Those first three lines of your post seem to belong in the code. -
Began Watching Total Receipt Of A Drug Item of a simple pharmacy example
package Dialogs; import java.text.DecimalFormat; import java.util.Scanner; public static void main(String[] args) { Scanner sc = new Scanner(System.in); Scanner newdata =new Scanner(System.in); DecimalFormat df = new DecimalFormat(".00"); int newprogram; int count … -
Replied To a Post in Focus on your dream
That's what grandpa did it seems. It cost a lot to get the car wreck out of the canyon. -
Began Watching Focus on your dream
Focus your Dreams. -
Replied To a Post in How to create games
I can't tell where you are in your journey so let's start with this quote/advice to Dorothy in the Wizard of Oz. > It's always best to start at the … -
Began Watching How to create games
I want to know how to create games -
Replied To a Post in C++ language and java language
Sounds like homework. Per the forum guidelines you must show your effort (work) and tell us where you are stuck. Doing your homework or assignment does you no good. -
Began Watching C++ language and java language
Write C++ Function named “ReverseIt” in which use enter a number, program reverse it and display reversed number on the console -
Replied To a Post in How to Make a console application in C ++ that simulates a system account l
I can't guess what you want here or where you got stuck. I take it this is for Linux or an Apple OS? -
Began Watching How to Make a console application in C ++ that simulates a system account l
Plz make it for me I tried but I can't solution it ?? -
Replied To a Post in How do you reach people live developers?
> I don't know how much cloud storage costs, but its it every develops objective to create an app used by as many as possible? To that question my answer … -
Replied To a Post in How do you reach people live developers?
I guess we should get into the smartphone discussion big time then. With either Apple or Google you are giving up a lot of information. If you want to use … -
Replied To a Post in Python Tkinter problem
Could you explain those tags you used? I see C++ and well, others that don't apply. I worry that your question is similar or same as https://www.quora.com/How-do-I-make-a-Python-program-loop-back-to-the-beginning-if-N-is-inputed-into-a-variable -
Began Watching Python Tkinter problem
Hi! When I am running this code, the output looks how I expected it to be, but the problem is that I cannot go back to home page whenever I …
The End.