991 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for AndreRet

[ATTACH=RIGHT]20145[/ATTACH][B]Building your first DYNAMIC Database application. This is Part One of a four part tutorial on how to install and use your database, Part Two will teach you how to build successful connections and Part Three will teach you how to build database interaction and management of your databases.[/B] There …

Software Development database mysql select visual-basic-6 xampp
Member Avatar for twexpresscars
1
2K
Member Avatar for sravan953

Hey guys, I want to make a simple program which calculates speed, distance and time. This is the code I used: [CODE] a=input("1)Find speed\n2)Find distance\n3)Find time\n4)Quit\n") while a!=4: if a==1: d=input("\nEnter distance: ") t=input("Enter time: ") print ("Speed: "+str(d/t)+"\n") elif a==2: s=input("\nEnter speed: ") t=input("Enter time: ") print ("Distance :"+str(s*t)+"\n") …

Software Development python
Member Avatar for Smartfitness33
1
14K
Member Avatar for comwizz

I would like to know what is the difference betn getchar(),getch(), and getche() functions and which should be used in which conditions. Thanks, comwizz. :confused:

Software Development c
Member Avatar for Smartfitness33
1
5K
Member Avatar for AFFISH

I have called Rest API using powershell function but i need to get date entry from all objects like english-and-wales, scotland , northern ireland. using this $list.'england-and-wales'.events.date i will get only england-and-wales details but remaining scotland, northern ireland date i am unable to fetch function Get-Holiday Invoke-RestMethod -Method Get -Uri …

Software Development
1
39
Member Avatar for jozz3

I have to convert a piece of C++ code to Python. Except I can't understand what it's doing. This is the code: [CODE]#include <iostream> using namespace std; int calculate(int values[], int size) { int answer = 0; for (int 1 =0; i< size; i +=1) } answer += values[1]; } …

Software Development python
Member Avatar for Smartfitness33
0
8K
Member Avatar for ASD_3

Would anyone be able to help me, I am trying to make a C++ program which reads values from csv file and prints them(there are going to be three 4 rows, 3 columns). I want to know how can I add the rows (like the sum of the first row …

Software Development assembly c++ python
Member Avatar for Amber_12
0
272
Member Avatar for Jericho_2

Can someone help me with this? Write a c++ program simulator that will compute for the average waiting time of each customer in a bank. Also the program will indicate the number of the teller who accommodates the customer.

Software Development c++
Member Avatar for Dani
0
131
Member Avatar for Miggy_1

Hi everyone! Do you know how to create Pizzeria Program using Python and PostgreSQL where it can keep track of the pizza orders and view the order information using Python and PostgreSQL? Technology needed: -Django for the program -Postgresql for database How it can be used: Every time there is …

Software Development database python sql
Member Avatar for rproffitt
1
84
Member Avatar for marsh_mallows11

Create a program that would convert a decimal number to either binary, octal or hexadecimal counterpart. Your program should ask the user for decimal with a data type of a long integer (4 bytes or 32bits in length or having a range of +2147483647 to -2147483648, or 4294967296 if unsigned). …

Software Development c++
Member Avatar for Lesther_1
0
10K
Member Avatar for LowTds

Hello, I have been trying to get this robot to work out and be able to move around. I am just so confused as to how to get my arrow to get even displayed and moved when pressed by one of the directions to go. One area that I struggle …

Software Development asp.net c windows
0
79
Member Avatar for computer engW

Hi everyone, Today i have a question about how can i write one code for all shapes like, ****** ***** **** *** ** * or other shapes like square or tringle. I want to know the difference in every code. Thanks alot.

Software Development c++
Member Avatar for movies8time8
0
8K
Member Avatar for Tuấn_4

hi guy! I started learn python with pandas , but now, i get the trouble so i cant understand what i should do with this trouble File "C:\Users\Administrator\site-packages\Ver6.py", line 3, in <module> abc = pd.read_csv('book2.csv') AttributeError: module 'pandas' has no attribute 'read_csv' Plz , someone help me coz i cant …

Software Development python windows
Member Avatar for Dani
0
27K
Member Avatar for awfootball7

Hey guys I'm having trouble figuring out how to calculate the standard divination of an array in Java. As you can see I have already calculated the mean, and I know that at the end I will have to divide by the sample size minus 1 (n-1) and square that …

Software Development java standard
Member Avatar for woo_1
0
18K
Member Avatar for Matthew N.

Hello, I'm trying to write data to an INI file, I've got some code to read it: [http://pastebin.com/Jpwf8XJM](http://pastebin.com/Jpwf8XJM). I've tried to modify this code to get it to be able to write to INI files, but I haven't had much success. I know there are DLL's designed for this, but …

Software Development ini io open vb.net write
Member Avatar for jehernandez757
0
3K
Member Avatar for Muhammet

I am new at python. How can i translate this pseudocode to python? Thanks... ![Screenshot_1.png](https://static.daniweb.com/attachments/4/5e8c2ea0725682bc92b714cc5ea53d0f.png)

Software Development python
Member Avatar for Muhammet
0
835
Member Avatar for riahc3

Trying to get the last row inserted from a Excel sheet. The sheet is called clientes. I have id, name, description Since ID is auto incremental, I can sort by ID: My idea is: oledbcmd = "Select top (1) * From [CLIENTES$] ORDER BY id desc"; but it does not …

Software Development excel sql
Member Avatar for rogerwigaa
0
1K
Member Avatar for George_38

Dear sir, i got a TFT device attendance 3.5 inch and iam using SDK 6.2.4.11 iam using windows 10 LTSC Enterprize 64 bit when running , i created a windows service on it when i try to run it, it does not work and cause an error 1053 :Error 1053: …

Software Development windows
Member Avatar for rproffitt
0
282
Member Avatar for SAJIB_2

Hello, I'm seeking some suggestions for the issue below: Suppose I have multiple CSV files which including header. ID,NO,Date 1,200,2020-02-03 ........................... ........................... ......................... How can I process the CSV files so that each line of one CSV file will map to one object and then send N objects to an …

Software Development python
Member Avatar for SAJIB_2
0
163
Member Avatar for Jack Tarsh

I thought this would be a great place to post this opportunity for someone to join my start-up which is developing revolutionary technologies. Currently, we're developing software which takes advantage of apple's new Lidar technology. We are looking for a talented developer/ computer scientist to join our team for a …

Software Development python
Member Avatar for rproffitt
0
85
Member Avatar for jluna

Hello, I'm having trouble getting a part of this program to work... the update student part is supposed to update/edit student's scores. When i run the program i cant get the bttnUpdate to work in the frmMaintStudentScores.cs. can someone help me fix it? the other parts of the program are …

Software Development
Member Avatar for lixasaj321
1
2K
Member Avatar for AK47

I created a crystal report in vb.net 2003 that generates invoices. I need to be able to print this report to a Canon copy machine(with four paper drawers), but I can't select the paper drawer to print from at runtime, it has to print to the fourth drawer. I am …

Software Development vb.net
Member Avatar for csaylaymn
0
2K
Member Avatar for KingGold171

Hi been working on this final piece of the puzzle and it seems like the last step is the hardest. So far been able to stop it from adding multiple items per button click (number of rows + 1) Update QTY count for first item only. Trying to have it …

Software Development c#
Member Avatar for KingGold171
0
836
Member Avatar for hakim_8

I have some problem with my code, i can fetching data from database perfectly fine without any freezing, but after the fetching finish and i want to add the fetched data into grid view, the program will freeze even though i already input the code inside background worker. Here is …

Software Development datagridview vb.net
0
495
Member Avatar for mukti itb

I need help in filling array in Pascal with random number. I have 9 empty array ( A: array[1..10] of integer ), and i want to fill the array with integer for 1 to 9 randomly, but one number can only be choosen one time. So when a number (eg. …

Software Development pascal random
Member Avatar for Horvath
0
6K
Member Avatar for iRoddu

Hi dear forum members, I am brand new in C programming and have to program an "X" as homework (see attached picture). The edge length of the "X's" should be entered by the user, ie the "X" should be arbitrarily large or small. Can someone help me with the task? …

Software Development c++
Member Avatar for Reverend Jim
0
154
Member Avatar for JonathanSimon

I’m trying to create a program that accepts a string of characters, which should be able to perform push, pop and peek. The code is running, but the program only accepts the first letter of the string. I’ve tried many different ways to implement the code, but I’m still not …

Software Development c
Member Avatar for Reverend Jim
0
151
Member Avatar for BuhRock

I am writing a program that uses a while loop to determine the largest number input so far. I have to input 10 numbers in whole. At the end of the loop, it should output the largest number. [CODE]import java.util.Scanner; public class Largest { public static void main(String[] args) { …

Software Development java
Member Avatar for JamesCherrill
0
13K
Member Avatar for ymh07900

Hello, It appears we started receiving errors similar to the one below since last week on our Exchange Server 2016. A staff member stated he was receiving emails normally on his PC but not on his phone. This server has been set up since November 2019 without any issues. The …

Software Development windows
Member Avatar for rproffitt
0
479
Member Avatar for Vajclav

I want to add a try catch block in the CalculateAverageRate method where I want the user to enter grades 1,2,3,4,5 and for other numbers to throw an exception... I would also like to make a constructor with three parameters (string name, string surname, string date_birth) in which string attributes …

Software Development c++
0
67
Member Avatar for pwolf

i was on the site pyschools working through the exercises, but i dont understand why it wont accept the code i input. [url]http://www.pyschools.com/quiz/view_question/s4-q2[/url] Create a function generateNumbers(start, end, step) that takes in three numbers as arguments and returns a list of numbers ranging from start to the end number (inclusive)and …

Software Development arguments for-loop python range
Member Avatar for Reverend Jim
1
1K

The End.