980 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Rushabh Verma

Here's the task - I have an input field where I can enter a text and I would like to replace the occurrence of Vowels with numbers eg (A,E,I,O,U - 1,2,3,4,5) and add 'a' to all the other consonants eg - The input field takes in 'Victor as an input …

Software Development
Member Avatar for Dani
0
275
Member Avatar for ok

Halli Hallo i hope im at the right Place. I want to get started with API-Gateway(s). Currently im running 5 Microservices written in Java (Spring-Boot) deployed via Docker. Each Microservices is protected via Keycloak. I want to use a API-Gateway so that i can combine every MS into 1 Link: …

Software Development java
Member Avatar for Dhiraj_4
2
8K
Member Avatar for Gloak

I have an application that has core PHP for the signin, registration, dashboard. It has a front end and backend (dashboard). Simple stuff. I need to implement a Scheduling system and [EasyAppointments](https://easyappointments.org/) (EA) has 90% of the stuff I need. EA uses codeigniter and requires login. It has it own …

Software Development codeigniter php scheduling
Member Avatar for Dani
0
518
Member Avatar for Rushabh Verma

Socket error shown. public Communicator(IPAddress toconnectto) { this.toconnectto = new IPEndPoint(toconnectto, port); local = new IPEndPoint(Tools.GetIp(), port); all = new IPEndPoint(IPAddress.Any, port); udpClient = new UdpClient(AddressFamily.InterNetwork); udpClient.Client.Bind(new IPEndPoint(Tools.GetIp(), port)); udpClient.AllowNatTraversal(true); udpClient.EnableBroadcast = true; } public void SendData(string data) { try { byte[] bdata = ASCIIEncoding.ASCII.GetBytes(data); udpClient.Send(bdata,bdata.Length,toconnectto); } catch(Exception ex) { …

Software Development
Member Avatar for JamesCherrill
0
477
Member Avatar for WpgnGaming

So am looking for a way to only select caption text from a listview like the screen shot shows below I dont want to highlight image only text thanks. Yours Simon ![selected.jpg](/attachments/large/4/7befe0a3722ff61ba22a14ea74569724.jpg)

Software Development pascal
Member Avatar for rproffitt
0
372
Member Avatar for Retrojay17

Using loops, write a C# program that asks the user to enter repeatedly an integer number, it stops when the user enters -1, then the program should display how many numbers were entered, their the sum and their average.

Software Development c++
Member Avatar for rproffitt
0
362
Member Avatar for Lante

I'm trying to connect a database with a login form to verify user as an existing one or a new one to sign up Private Sub Command1_Click() Adodc1.RecordSource = "select *from newcustomer where firstname='" + Text1.Text + "' and surname='" + Text2.Text + "' and customerid='" + Text3.Text + "' …

Software Development visual-basic-6
Member Avatar for RobDownUnder
1
2K
Member Avatar for Georgia_1

hi! I'm currently studying and having difficulty being able to print the array list, im not sure where im going wrong. any help will be appreciated import java.util.*; public class practice { static Scanner sc = new Scanner (System.in); static int numberOfCoffees = 0; static String[][] coffee = new String …

Software Development java
Member Avatar for JamesCherrill
1
682
Member Avatar for Terry_8

Have two CSV files containing client records and need to compare the two and then output to a third file those rows where there are differences to the values within the record (row) as well as output those records (rows) on the second file that are not on first file …

Software Development python
Member Avatar for Nani_2
0
32K
Member Avatar for Georgia_1

currently working on a project for college. when searching coffee names from the array list , it will show the object but will also show "there is no coffee in the list" for every time the object doesn't match the search, how can I sort this out? public static void …

Software Development java
Member Avatar for JamesCherrill
0
491
Member Avatar for A'mirul

Hi guys, I need help in doing what this code do but in Linux. Basically its a code to create keystroke about 5 seconds after the code is running. Below are the code in c++. Thanks on advance. int main() { // This structure will be used to create the …

Software Development c++
Member Avatar for rproffitt
0
386
Member Avatar for Rushabh Verma

Hi I have XML something like this : <component AttributeA="1"> <Node1 AttributeB="AAAA" Name="John" /> </component> in powershell I can load and read through xml like this : [xml] $xmlDocument = Get-Content (#path to xml file) Write-Host $xmlDocument.componet.AttributeA Write-HOst $xmlDocument.componet.Node1.AttributeB Write-HOst $xmlDocument.componet.Node1.Name that gives me the fallow output : 1 AAAA …

Software Development
Member Avatar for JamesCherrill
0
381
Member Avatar for amvx86

Hey everyone, I'm looking to add a block / function within a C++ application that will search for open windows. For instance, wordpad and notepad. If either are open perform an action. I'm doing this within win32 API but my question is this. If I create something as such, this …

Software Development c++ visual-c++
Member Avatar for rproffitt
0
606
Member Avatar for ToastMalone

Program 2 Shop application You must write a small application in JAVA that stores items and their prices. Your program must: 1. Create an array of item names. Use the following item names: Bread, Milk, Butter, Chips, Honey, Soap, Towel, Carrots, Beans, Samp, Dress, Pants, Shoes, Socks. 2. Create an …

Software Development
Member Avatar for Reverend Jim
0
444
Member Avatar for Rushabh Verma

I'm trying to map two entities to the same table with the same columns. The differences are HasQueryFilter condition for every entity and a column that takes part in the reference. The entities describe ralationship between dictionary and entity. When I launch it, I receive the following message: "... both …

Software Development
Member Avatar for JamesCherrill
0
418
Member Avatar for De_2

Hello guys, I need some help with a python program that i have to do for school. I don't know how to erase a button after using it. And how can i go to the next question after answering the first one. Please help me ASAP!

Software Development python
Member Avatar for Reverend Jim
0
283
Member Avatar for Rushabh Verma

I need to check the validity of the URL to different files without opening the link document/image. I used the below code in ASP.net 4.7.2 in validation attribute. The current code is as follows : (working fine with jpg) public override bool IsValid(object DocumentURL) { try { string urlLink = …

Software Development vb.net
0
252
Member Avatar for Cyril1

hello, I am trying to write a vb.net programme that reads data from a file and do a count for each column as shown in the format below and also write to an output file. i am able to do the count but i am unable to write the output …

Software Development vb.net
Member Avatar for rproffitt
0
1K
Member Avatar for Tajar2019

Hi guys, im a newbie in programming, please i need help in populating ms datagrid from ms sql table, can anyone suggest me something thnx

Software Development database visual-basic-6
Member Avatar for rproffitt
0
344
Member Avatar for Jeff-Bennett

I'm interested in meeting people to discuss Amazon Alexa in NY ( especially Long Island) area. I'd like to find people with background in creating / programming Alexa Skills, also people with expertise in large Alexa installations with multiple accounts. - Jeff

Software Development alexa
Member Avatar for rproffitt
0
299

The End.