473,538 Members | 7,255 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.
 
3
7,372
thread by: MinkiChung | last post Dec 14 '21 by: bennetcole
def merge_and_swap(list1, list2): list1=list1+list2 list1.insert(0,list) list1.pop(4) list1.insert(1,list) list1.pop(1) return list1
2
13,470
thread by: guiromero | last post Dec 14 '21 by: iamsteve03
Hello! I'm writing a program that calculates and shows the mean and variance of two integers. The result I'm getting is 7. But that's not the mean of 5 and 10 (num1 and num2). What can I do to show both mean and variance together on the screen? What should I put after return to get both mean and variance? Thank you. #include <stdio.h> ...
1
10,913
thread by: DGrund | last post Dec 13 '21 by: NeoPa
I am trying to access the Authors fields from a picture. I am using System.Windows.Media.Imaging; My code: BitmapSource img = BitmapFrame.Create(fs); BitmapMetadata md = (BitmapMetadata)img.Metadata; lblTitle.Text = md.Title; lblSubject.Text = md.Subject; lblAuthors.Text = md.Author; // <======
2
10,898
thread by: Ademar | last post Dec 12 '21 by: isladogs
I have a ComboBox and, at the Change event I update RowSource and then use the Dropdown command. But I realize that the ComboBox list is not updating (refreshing). I've already done several searches on the Internet about it, but I did not find a solution. Any tip?
1
18,257
isladogs
thread by: isladogs | last post Dec 12 '21 by: isladogs
I first wrote about this back in Jan 2018 at another forum. It appears that the following info is not widely known, even amongst experienced developers, so I'm mentioning it again in other places. In fact, after hearing about it from me, Mike Wolfe has just written an article on the subject Hidden Feature: Drag and Drop Access Objects Between...
0
4,771
thread by: Trystan | last post Dec 12 '21 by: Trystan
Visual Studio Code It's a free, open-source code editor developed by Microsoft and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other programming languages and runtimes (such as .NET and Unity). Advantages: - Develop on the same...
0
2,572
thread by: pcouas | last post Dec 11 '21 by: pcouas
Hi, I need to know for many table on my Postgres11 when many fields has been created or modifiy ? I don't see infomation in information_schema.columns Regards
0
574
thread by: Jast | last post Dec 10 '21 by: Jast
I need to replace the last line not to append, please help.
4
13,726
Seth Schrock
thread by: Seth Schrock | last post Dec 9 '21 by: NeoPa
I've got a form with a custom right click menu, called via the Mouse_Up event on one of the textboxes. The strange behavior is that if I right click (getting my custom menu) and then just click out of it (click somewhere else to get rid of it), then my form loses its filter. If I click one of the items in the custom menu, then the filter stays...
1
9,413
thread by: jerryg72 | last post Dec 6 '21 by: NeoPa
I have a database for Employees and I have the employee ID prefixes in different format in combobox for which they will be given according to the project. For example: I have few employees under Transportation project and they are given the Prefix of "LSB" and for construction project "TDN" and the four digit employee ID No is given manually...
2
30,951
thread by: WIPE | last post Dec 6 '21 by: locoge
Here's the situation: As you can see in the visual example below. I have four - buttons radio - I need to make an event where when I select the option "NO" of the compo I automatically disable the two selections in the field . If "YES" is selected, the two other selections must remain active. My problem is because the four stamps are "radio...
2
11,168
thread by: charanya123 | last post Dec 5 '21 by: kaseymiddle
how to apply the test cases in any of the language.tell them in breif explination and explain each of the test case
0
8,216
thread by: DGrund | last post Dec 5 '21 by: DGrund
I am trying to write a program to access exif metadata. I found a library to do that, but I am having trouble with ONE field: Author. I found an example that shows me how to WRITE that field, but I would like an example that shows me how to READ that field, and I don't know how to convert this example: myBitmapMetadata.Author = new...
8
193,953
MMcCarthy
thread by: MMcCarthy | last post Dec 4 '21 by: NeoPa
Type MemSize RetVal of VarType() Declaration Char Conversion Boolean 2b vbBoolean(11) CBool() Byte 1b vbByte(17) CByte() Currency 8b vbCurrency(6) @ CCur() Date 8b vbDate(7) CDate() Decimal...
1
15,883
thread by: Simmer | last post Dec 1 '21 by: khatrivinay1
I've been working on my iPhone to develop an artificial intelligence algorithm that has a syntax error on line 49: #Sentience Q = set() N = y = n = v = i =
0
12,059
thread by: aprens | last post Dec 1 '21 by: aprens
An example tournament has two stages, groups play + bracket play. When the groups stage ends, the x top of each group go to bracket stage. In the brackets stage there are two basics rules: a winner of a group should not be matched against a winner of another group (only against 2nd or 3rd place) no two teams that played in the same group...
3
11,550
thread by: ayan6174877 | last post Dec 1 '21 by: woddyfogsheep
Recently I have built a website and launched it. but what I can see it's facing a problem in terms of scalability in different screen sizes. So can you tell me, how can I improve it? https://www.jobeneur.com
0
5,333
thread by: lanliddd | last post Dec 1 '21 by: lanliddd
Lancet is a comprehensive, efficient, and reusable util function library of go. Inspired by the java apache common package and lodash.js. Go version Release GoDoc Go Report Card codecov License Feature 👏 Comprehensive, efficient and reusable. 💪 100+ common go util functions, support string, slice, datetime, net, crypt... 💅 Only depend on...
2
17,961
thread by: JamesNapier | last post Nov 30 '21 by: NeoPa
I have great difficulty getting to grips with Access VBA. I have copied the example given on this subject into a standard module (I assume it is a Function) and have tried several others. The code will not run, I get an 'Expected: end of Statement' error. It seems I have left out something basic and would be grateful for any advice. Regards
0
9,870
thread by: tieutu2004 | last post Nov 30 '21 by: tieutu2004
Hello friends. I have written a program to create loopback network card and set ip automatically for it. Now I want to hide the network loopback, is there any solution?
0
9,714
thread by: gheharukoh7 | last post Nov 30 '21 by: gheharukoh7
Hi!! I'm new in c# I have this: PrintDocument pd = new PrintDocument(); pd.PrintPage += new PrintPageEventHandler(this.PrintPageEvent); pd.Print(); And i have a file myFile.something
0
8,255
thread by: neerajsundriyal | last post Nov 29 '21 by: neerajsundriyal
Imports System.IO.Ports Public Class serial_chat Delegate Sub OutputTextBack(ByVal As String) Private Sub serial_chat_Load(sender As Object, e As EventArgs) Handles MyBase.Load For Each port In IO.Ports.SerialPort.GetPortNames ComboBox1.Items.Add(port)
0
10,567
thread by: Solution2021 | last post Nov 28 '21 by: Solution2021
Hello I need to migrate an application written in C sharp that connects to an oracle database to Postgres. Having issues with out parameters. I have two parameters abc and xyz. Xyz is an out parameter. The code for oracle uses the following line to create a parameter.
0
6,163
eddparker01
thread by: eddparker01 | last post Nov 27 '21 by: eddparker01
Do you have no idea where to begin when it comes to hiring programmers? You're not alone, to be sure. The possibility of hiring a coder for a non-technical individual is bleak. How do you determine if the individual you're employing is the correct fit? Programmers spend their days writing code and working to make the Internet a better...
0
6,146
thread by: sherrog | last post Nov 27 '21 by: sherrog
Someone's message I am very new to asp.net and I have got a task in which I have to generate preview of an URL exactly the same way facebook does. I read an article How are Facebook and Google creating link previews which helped me to understand the basics of URL preview like facebook. I also used HTML AGILITY PACK from which I was able to fetch...

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.