473,543 Members | 2,917 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
1
26
thread by: codingblues | last post Sep 19 '23 by: Sofiachloe
I have registered for this challenge but I am new to it. Can someone please suggest some advice and tips if they have participated before? Any suggestions are welcome.
2
24,824
thread by: Stoney L | last post Mar 11 '23 by: Zembu
It is like this: if I have a 3.5 inch 1TB HDD and a 3.5 inch floppy, and I take the magnetic sheet of the HDD out of it, and take the magnetic sheet of the floppy out of it, and I put the magnetic sheet of the floppy into the HDD, and I put the magnetic sheet of the HDD into the floppy, can I get a floppy with a storage of 1TB and a HDD with a...
0
9,329
thread by: Sjray12 | last post Sep 1 '22 by: Sjray12
We are trying to install Spectrum Protect on a Linux server, while processing the dsmserv format Command to format data base received the fore mentioned error. Adjusted the kernel parms and still received same error. Has anyone else experienced this same issue?
3
18,183
thread by: patriciajames | last post Sep 9 '22 by: logandavid
I'm working on an e-commerce app in which buyers and sellers can initiate conversations through an in-app chat interface, negotiate prices, and set up meeting points for exchange. Is there a Chat SDK that can help me with this, or do I need to build a chat interface for my app? Do you have any suggestions?
0
6,748
thread by: davidmichaeli | last post Sep 1 '22 by: davidmichaeli
I've wpf application, where I load large data (into Wpf DataGrid) and handle multiple events per 1-5 seconds.. I have a performance issue with datagrid - rendering takes too long and freezes my app until it's all rendered. QuestionTester.View.QuestionView: <UserControl x:Class="QuestionTester.View.QuestionView" ...
3
9,387
thread by: Curious27 | last post Sep 3 '22 by: NeoPa
Getting the values from a ComboBox's columns works to fill in a TextBox but can't get the results from a calculation in another TextBox. I don't know why I get an #Error in TextBoxes 3-4 unless the value from a column is not a true numeric value but a string value and if so, how can it be converted to a numeric value for calculation? Here is...
2
7,918
thread by: XIAOLAOHU | last post Jan 24 '23 by: kevinvance
As you know, CentOS 8 has ceased maintenance services on December 31, 2021, and CentOS 7 will also cease maintenance services on June 30, 2024. After that, CentOS will no longer support new software and patch updates. At that time, users' existing services developed using CentOS will be exposed to downtime and security risks at any time and cannot...
0
4,131
thread by: Genny | last post Sep 1 '22 by: Genny
I. ERROR ITMS-90096 This is the most common problem, which is said to be a bug in apple. There is a startup image of iPhone 5 in the launchimage, but an error is still reported. It can be solved by the following methods: 1. Add a startup image to the root directory of the project. The size is 320 * 568, the format is PNG, and the name is...
0
4,115
thread by: Curious27 | last post Sep 1 '22 by: Curious27
Back again... I'm trying to calculate two TextBoxes which contain a values from a ComboBox Columns. TextBox1 - txtQty (Control Source: equals .(3) TextBox2 - txtPicked (Control Source: equals .(4) TextBox3 - txtActQty (Control Source: equals minus When Form loads txtQty and txtPicked have the right values but txtActQty just shows...
0
3,898
thread by: laser5 | last post Aug 31 '22 by: laser5
I have been trying for several days to work through the syntax of the DSUM function in an access query to create a running total of an inventory project of part totals that is tied to both the Part Number (PartNum - Short text) and the Lot Number (LotNumber - Short text) of that part. The table is InventoryLog, and the field i'm looking to sum is...
0
3,467
thread by: desyRE | last post Aug 31 '22 by: desyRE
Salve, appena iscritta e sono una studentessa di Liceo, per cui siate magnanimi. Uso codeblock e mi sta aiutando a capire le basi del C. Ho scritto un programma semplice e compilandolo mi dà quell'errore. Da cosa dipende? Non riesco a capire. L'errore me lo dà alla riga 21 costoTotAllog = .....ma ho visto che eliminando questa riga,ripresenta...
0
2,884
thread by: leo001 | last post Aug 30 '22 by: leo001
Is there any risk in using opengauss active and standby architecture with keeplive? Explanation: The use of the opengauss active/standby architecture with keeplive is mainly to consider that the application connection string does not need to be modified when the application uses the domain name (the domain name of the keeplive virtual IP)...
0
6,514
thread by: niksirat | last post Aug 27 '22 by: niksirat
Hi everyone, I defined a ActiveX ComboBox named "cmbPeymankar", a Text Box (ActiveX control) called "txtNewPeymankar". a Command Button (ActiveX control) called "Add".
1
6,767
thread by: Diacono | last post Aug 29 '22 by: dev7060
Consider an M array, write a unique (M) function that returns True if the array has all distinct elements and False otherwise: , ] -> True , ] -> False my code is: def unique(M): r=len(M) c=len(M) check = True
0
6,589
thread by: ryjfgjl123 | last post Aug 27 '22 by: ryjfgjl123
ExcelToDatabase: batch import excel files into database https://user-images.githubusercontent.com/39375647/177957033-eff740df-22f4-4ce5-af93-dde3c95187c7.png What is it? ExcelToDatabase is an automatical tool which can batch import multiple excel files into database(mysql/oracle/sqlserver/hive).It frees your hands when you have many excels...
2
7,315
thread by: CD Tom | last post Aug 31 '22 by: CJ_London
I have a very large excel file runs from A to GV. Is there a way to bring this into my database. I would like to split this into maybe two or three tables. Now the excel file comes from an online registration system and I have no control over the size of the file. I would like to do this through Access VBA so my end user doesn't have to do...
0
20,563
thread by: Yacine Si Tayeb | last post Aug 26 '22 by: Yacine Si Tayeb
This post analyzes ops & maintenance solutions with experiences taken from real production scenarios for data sharding and other functions provided by ShardingSphere-Proxy Version 5.1.0. Unless otherwise specified, in the following examples, when we say “database” we refer to MySQL. What does ShardingSphere-Proxy do? ShardingSphere-Proxy...
0
5,698
thread by: rosydwin | last post Aug 26 '22 by: rosydwin
Hello everyone, today's tutorial is about UART parity. We have already introduced how to write the driver for the UART of T5L screen in the previous course, so today we will explain the parity check based on the content of chapter 9. 1. Theoretical knowledge Before formal explanation of the encoding, let me clarify the theoretical part about...
0
5,243
thread by: brianbills21 | last post Aug 25 '22 by: brianbills21
I would like to add several lines to the output of my script. Currently, the script behaves as outlined in the README file here. But the behavior I want to change it to is below: ./sample.sh -s 0-9 -c 0-3 -t samples.bin Ch0 Ch1 Ch2 Ch3 Sample 0: 0x1a03 0x1a03 0x4a03 0x5703 Sample 1: 0x4b03 0x4403 ...
7
7,856
thread by: MNewby | last post Aug 27 '22 by: NeoPa
I have a from called CAD_CallDispSplitF. As the name implies, it is a split form. The form has a subform named CAD_Log_DispF. Link Master Field is ID Link Child Field is ID_Activity The link works fine. The record source for the subform is SELECT CADLogT.ID, CADLogT.EntryDateTime, CADLogT.Notes, CADLogT.ActionID, CADLogT.Dispo,...
0
6,079
thread by: niksirat | last post Aug 24 '22 by: niksirat
Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the company owner), 4- Date (Product delivery time,...
0
5,986
thread by: Daisy332 | last post Aug 24 '22 by: Daisy332
I was using the get function to print the data from a spreadsheet in Sheety but when I pressed the run button, it just said: 'Process finished with exit code 0' so why am I no getting the data printed out? Here is my code(I also want to put the code in a class): ``` import requests SHEETY_PRICES_ENDPOINT =...
0
5,279
thread by: leo001 | last post Aug 23 '22 by: leo001
Is there any risk in using opengauss active and standby architecture with keeplive? Explanation: The use of the opengauss active/standby architecture with keeplive is mainly to consider that the application connection string does not need to be modified when the application uses the domain name (the domain name of the keeplive virtual IP)...
0
4,568
thread by: dwinrosy | last post Aug 23 '22 by: dwinrosy
Hello, everyone. Today I will teach you to drive the matrix keypad by DWIN T5L ASIC. 1 The internal diagram of the matrix keyboard. First of all, let me introduce the matrix keyboard used in this tutorial. There are sixteen keys on the matrix keyboard, in the order of the first key number is 1, the remaining keys are 2, 3, 4, 5, 6, 7, 8. The...
0
4,786
thread by: prahladyeri | last post Aug 23 '22 by: prahladyeri
My project involves reading text from a bunch of PDF form files for which I'm using PyPDF2 open source library. There is no issue in getting the text data as follows: reader = PdfReader("data/test.pdf") cnt = len(reader.pages) print("reading pdf (%d pages)" % cnt) page = reader.pages lines = page.extract_text().splitlines() print("%d...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.