-
Replied To a Post in mouse locke for value specific
Is this an AIMBOT? It sounds like it. I won't write about this issue as to whether it's fair to play with such but let's see if there's an aimbot … -
Began Watching mouse locke for value specific
Hello, I created a C ++ program, which I linked to a game. I gave an address on which I can give actions, for example mouse event, it works. My … -
Replied To a Post in How do I verify if an email id is fake?
New YouTube video on this topic. Neat: https://www.youtube.com/watch?v=hF1bIT1ym4g ???? -
Replied To a Post in write c++ using loop for to display seat setting and count the seat
Please show your work and effort. Read https://www.daniweb.com/programming/threads/535529/pls-help-idk-where-to-start-in-this-program-i-m-just-new-to-programming -
Began Watching write c++ using loop for to display seat setting and count the seat
a)Prepare and call a function that can display all seat setting in main theatre that has 48 seat organize in 6 rows and 8 column as shown below. b)Use array … -
Gave Reputation to Schol-R-LEA in the youtube aglorythm
You don't. The algorithm (or rather, the elaborate set of algorithms and heuristics, though most people mistakenly refer to it as just 'the algorithm') is a tightly kept corporate secret … -
Replied To a Post in How do I verify if an email id is fake?
All this but my question is how did you obtain so many fake email addresses? The few times this came up the poor marketer had purchased some email lists (which … -
Began Watching How do I verify if an email id is fake?
**What is phishing?** The idea is to educate the email recipient that the message is something they want or need, such as a request from their bank or a note … -
Gave Reputation to hAmzkie in Student Profiling System
Its our summer OJT this month and we had a client they want us to make a student and faculty profiling system and I obligue to use Visual basic connected … -
Replied To a Post in Microscopic multiply
As others have pointed out, your discussion has issues you need to address. 1. Fix your post as it's formatting and lack of questions mean others will guess badly what … -
Replied To a Post in I am new is coding in Python, kindly assist to eliminate this error:
The formatting looks off and you forgot to tell what error you see. -
Began Watching I am new is coding in Python, kindly assist to eliminate this error:
class Employee: def __init__ (self, name, basic, house): self.name = name self.basic = basic self.house = house self.nhif = (2/100)* self.basic self.tax = (30/100) * self.basic def gross_income (self): return … -
Replied To a Post in Move image using bitmap
The only images that move on their own are GIFs, movie files, etc. The rest we have to write code. The example used a mouse but has the basics you … -
Replied To a Post in Microscopic multiply
Hmm, Conway's Game of Life? 110+ solutions at https://rosettacode.org/wiki/Conway%27s_Game_of_Life -
Replied To a Post in Algorithm and Data structure, Web designing
Welcome to Daniweb! -
Began Watching Algorithm and Data structure, Web designing
I want to explore more for my topics at any costs -
Replied To a Post in Microscopic multiply
Can you edit this? 1. Format it for readability. 2. Ask a question. As it stands I can't find your questions. -
Began Watching Microscopic multiply
Microscopic Multiply We want to simulate a small square surface of an area with micro-organisms (like bacteria) and how they spread every cycle of life (iteration) on this surface. This … -
Replied To a Post in Move image using bitmap
There are too many priors on this so I might not find an exact match. However: https://social.msdn.microsoft.com/Forums/en-US/e7742040-1a16-4a35-89a7-d2cf2c750de4/moving-a-picture-using-mouse-inside-a-picturebox?forum=csharplanguage looks close enough. -
Began Watching Move image using bitmap
Working on a game and I made a separate class to handle the players enemies (Its a scrolling type 90s game). I know if I use picturebox and put it … -
Replied To a Post in Microphone issue - Samsung Tab A
Remember that till now I shared what we do at the office/shop. We don't start with a Google most of the time. https://thedroidguy.com/hangouts-microphone-not-working-1129097 seems to be filled with good procedures … -
Replied To a Post in Microphone issue - Samsung Tab A
Remember to provide your findings here. I'm going to share what we do at the office/shop and not repeat your findings or research. If you feel or know this is … -
Replied To a Post in Microphone issue - Samsung Tab A
As to your comment: At the office/shop we see a lot of things. Maybe you had hope we would have another method than the usual but let's go with you … -
Replied To a Post in Microphone issue - Samsung Tab A
Since it's a tablet our usual is to do the full factory reset. If this fails we turn back to the maker for what to do next. I can't guess … -
Began Watching Microphone issue - Samsung Tab A
Microphone no longer works in apps after June Samsung update has been installed to the Samsung Tab A tablet. Tried changing mic permissions but same result. Is there a setting … -
Gave Reputation to mohammad reza_1 in ctrl-z to end loop
here is a code to read an array of characters until user press CTRL+C void read_ctrl_z(char *x){ int i = 0; while (true) { x[i++] = getch(); if(x[i-1] == 26) … -
Replied To a Post in the youtube aglorythm
How did you solve this? As to seeing the algorithm, so far you would be a Google employee in the right position to see it. Otherwise folk have to guess. -
Began Watching the youtube aglorythm
how do i see the youtube aglorythm?. i dont know how i see it. -
Replied To a Post in Write an algorithm to find average of 10 number
From https://www.daniweb.com/welcome/rules - Do provide evidence of having done some work yourself if posting questions from school or work assignments -
Began Watching Write an algorithm to find average of 10 number
Write an algorithm to find average of 10 number -
Replied To a Post in how to solve c++ problems
From https://www.daniweb.com/welcome/rules - Do provide evidence of having done some work yourself if posting questions from school or work assignments -
Began Watching how to solve c++ problems
write a program that asks the users to input three numbers (x,y,z) and calculate the sum, subtraction, multiplication, and division of the numbers (x/y)/z using functions. There is also a … -
Replied To a Post in C++ Code of this program.
From https://www.daniweb.com/welcome/rules - Do provide evidence of having done some work yourself if posting questions from school or work assignments -
Began Watching C++ Code of this program.
Develop a C++ function that accepts int array & char array and the array’s size as arguments. Read file, which contains the mix of name and number. Make sure to … -
Replied To a Post in I need help for my c++ homework
From https://www.daniweb.com/welcome/rules - Do provide evidence of having done some work yourself if posting questions from school or work assignments -
Began Watching I need help for my c++ homework
Write the main such that it reads two integers: Start and End and calls the void function of part ‘a’ in order to print the average of integers divisible by … -
Replied To a Post in Add Elements to Static Picture
Let's check out this tutorial -> https://www.w3schools.com/howto/howto_css_image_text.asp -
Began Watching Add Elements to Static Picture
Hi Everyone, I am looking for a way to add a username to confirm a seat choice for certain weeks, I already have the PHP Code to confirm the seat … -
Replied To a Post in python code for this question
So you want a unique number from the username? Ideas follow: 1. Use the CRC64 result of the name. Code at : https://pypi.org/project/crc64iso/ 2. Use the name and write a … -
Began Watching python code for this question
Suppose user selfies are saved locally in the format "name-ucode", where ucode is a unique code for that user. For example, for a user called Paul, his selfie will be … -
Replied To a Post in Aspx net and c#
No web site I know uses C#. Can you share an example? Maybe like this? -> https://docs.microsoft.com/en-us/previous-versions/aspnet/ms178135(v=vs.100)?redirectedfrom=MSDN -
Began Watching Aspx net and c#
Hello i have question i am new at using aspx and c# .. after i get my website from server using FTP i can access the aspx page only but … -
Replied To a Post in Hi everyone, I'm lovelessgirl25
So you're moving to Linux? -
Began Watching Hi everyone, I'm lovelessgirl25
We cannot solve a crisis without treating it as a crisis. And if solutions within the system are so impossible to find, then maybe we should change the system itself. -
Gave Reputation to amrita20 in convert python to java
i also wanted to convert a python code to java can any one help?? import datetime import unittest def getAlerts(user_id): //This functions calculates the alerts for the user based on … -
Replied To a Post in code of pragramme on given topic
To be fair, can I submit this to the professor directly so I can get credit? Just kidding you. It would be best if you share what you've done so … -
Began Watching code of pragramme on given topic
Write a C++ program to get ages of ten (10) students from user and then display on console using array. Also, there should be restriction like age should only be … -
Gave Reputation to Reverend Jim in Are you going to get the vaccine?
You can get all other kinds of fake ID online. Why not vaccination cards as well. I just wish when they announced the v-cards they also mentioned the massive penalty … -
Replied To a Post in curl response specific value get
All this yet I would have to guess this has to be in PHP or something else. Please be specific what system you are coding in. -
Began Watching curl response specific value get
$curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://livehealth.solutions/getAllTestsAndProfiles/?token=3f115cd0-c79b-11eb-b07b-0aa43715764a', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET', )); …
The End.