-
Gave Reputation to voogos in Project Title: Student Record & Registration using Linked list
can i get it too? -
Replied To a Post in Syllable Counting in java
Let's forget code for a moment. Where is your algorithm? What are the steps you thought through before you coded? Also, there are priors to consider: https://www.google.com/search?q=Syllable+Counting+in+java+site:www.daniweb.com -
Began Watching Syllable Counting in java
I need help with this super soon! The assignment is to count the syllables assuming that every time a vowel directly follows a consonant there is a new syllable. This … -
Gave Reputation to voogos in C++ struct student link list
Ideas anyone? -
Gave Reputation to voogos in C++ struct student link list
Ideas anyone? -
Replied To a Post in What is WAEC Expo 2020
I googled it. Seems to be a simple thing to uncover. WAEC is not a word. It's an Acronym. -
Began Watching What is WAEC Expo 2020
I have being passing across this word above without knowing the meaning, please someone should come up with an answer. -
Marked Solved Status for Why is there 0 Contributions at this link?
https://www.daniweb.com/members/1186328/lacy-3 shows 0 contributions but you click through and they have made some posts. -
Gave Reputation to Dani in Why is there 0 Contributions at this link?
Fixed. -
Replied To a Post in Why is there 0 Contributions at this link?
Still zero at 22 hours ago. Can't mark this solved yet. -
Marked Solved Status for Oddity at https://www.daniweb.com/articles/latest Why twice?
https://www.daniweb.com/articles/latest shows me this a duplicate of my recent post. Ouch. The ability to share images looks broken too! -
Gave Reputation to Dani in Oddity at https://www.daniweb.com/articles/latest Why twice?
Sorry about that. Something weird was going on and PHP had to be restarted.  -
Gave Reputation to Dani in Oddity at https://www.daniweb.com/articles/latest Why twice?
Please email me the images that didn’t work. Thanks!! Email address provided on contact us page. -
Replied To a Post in Another issue. When I click Post Reply.
Sorry no. At the top right is my icon as if I'm logged in. The only repeatable action sequence is: 1. Open browser to https://www.daniweb.com/articles/latest 2. Click on an interesting … -
Replied To a Post in Oddity at https://www.daniweb.com/articles/latest Why twice?
Sorry Dani. I see no error message and since I can't post images here I'll put something up on a YouTube later.  That one works but a dozen others … -
Replied To a Post in Oddity at https://www.daniweb.com/articles/latest Why twice?
> Did you double click the submit button? I didn't. Now if the mouse button is getting old, well that could happen but it was not intentional. Trying another image. -
Replied To a Post in Another issue. When I click Post Reply.
Will keep the time information as best I can the next time but it's not very repeatable. I know these kind of bugs are the hardest to track down so … -
Marked Solved Status for Another issue. When I click Post Reply.
Just now when I crafted an answer then clicked Post Reply the button dimmed and it's just sitting there. Gave it a few minutes but there it sits. While I've … -
Replied To a Post in Oddity at https://www.daniweb.com/articles/latest Why twice?
Testing again. Not working here. There's the file and when I hover over it says: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html That message sits over half of … -
Replied To a Post in Building a remote team quickly
Your question isn't clear. Are you talking about people to join your project, or (google this) "GitHub is now free for teams" as a place for the code repository, or … -
Began Watching Building a remote team quickly
I am a developer who recently started working on my own, and I've come across some projects that I can't handle by myself (mostly in React). What resources would you … -
Created Another issue. When I click Post Reply.
Just now when I crafted an answer then clicked Post Reply the button dimmed and it's just sitting there. Gave it a few minutes but there it sits. While I've … -
Began Watching Another issue. When I click Post Reply.
Just now when I crafted an answer then clicked Post Reply the button dimmed and it's just sitting there. Gave it a few minutes but there it sits. While I've … -
Replied To a Post in Oddity at https://www.daniweb.com/articles/latest Why twice?
Let's see if I can get the image in a reply here. Nope. Still dead. -
Created Oddity at https://www.daniweb.com/articles/latest Why twice?
https://www.daniweb.com/articles/latest shows me this a duplicate of my recent post. Ouch. The ability to share images looks broken too! -
Began Watching Oddity at https://www.daniweb.com/articles/latest Why twice?
https://www.daniweb.com/articles/latest shows me this a duplicate of my recent post. Ouch. The ability to share images looks broken too! -
Created Why is there 0 Contributions at this link?
https://www.daniweb.com/members/1186328/lacy-3 shows 0 contributions but you click through and they have made some posts. -
Began Watching Why is there 0 Contributions at this link?
https://www.daniweb.com/members/1186328/lacy-3 shows 0 contributions but you click through and they have made some posts. -
Gave Reputation to Fatur_1 in can you help me for the c++
#include <iostream> #include <cmath> using namespace std; double calcCharges(int hours){ double totalcharges; if(hours<=19.0){ totalcharges = (hours - 1) * 0.5 + 1; }else{ totalcharges = 10.0; } return totalcharges; } … -
Edited Error: 3073 with exit code 1 and DLL cannot find version in teamcity build
Hi , Am new to teamcity build configurations . so somehow i get a builderror when the source code js build for first time after rebuild its sorted in my … -
Replied To a Post in Upgrade from Fedora 28 to Fedora 32
The no risk method starts with full backups. I'm running into more folk that want to skip this step. On top of that you almost verify you are about ready … -
Began Watching Upgrade from Fedora 28 to Fedora 32
Hi everyone! i have Fedora 28 (with xfce) installed on my laptop. As Fedora 28 is now an old version, I'd like to know if there is a way to … -
Replied To a Post in How do I make a for example gui go down when I press i
Much more detail is required here. Is this some text or GUI system in use? What code do you have so far? -
Began Watching How do I make a for example gui go down when I press i
I've been trying to get into coding but I really wanna learn how to make a menu visible and invisible when you select the letter i -
Gave Reputation to Deendayal_Hindu in Decimal to Binary Converter
var s="213"; function desbin(t) { var num=Number(t); var b=""; while(num>0) { b+=(num%2) var d= num/2; num = Math.floor(d) } return Number(b); } console.log(desbin(s)); -
Replied To a Post in Binary Search output error
That's not very good code there. No comments, variables that are poorly named so when the author wrote this, they and God knows what they intended. Later, only God knows. … -
Began Watching Binary Search output error
/* l=first index r=last index */ import java.util.Scanner; public class BinarySearch{ public static void main(String[]args){ int a[]={1,2,3,4,5,6,7,8,9,10}; Scanner sc=new Scanner(System.in); System.out.print("Enter a data to search :"); int data=sc.nextInt(); int l=0,r=a.length-1; … -
Replied To a Post in Slow VM on my Windows Host
Are there any other dragchutes on the build? Such as USB and HDDs attached? Remember there are prior complaints here. [https://www.google.com/search?&q=virtualbox+slow+on+"ryzen+7"](https://www.google.com/search?&q=virtualbox+slow+on+"ryzen+7") It appears that you are not alone as I … -
Began Watching Slow VM on my Windows Host
I set up a VM on my Windows 10 home PC. I have a Ryzon 7, 64Gb @ 3200Mhz... it's a decent machine. However, my VM runs very, very slowly... … -
Replied To a Post in Hi everyone, I'm wdigital2008
Show your work so far (read the Community Rules at https://www.daniweb.com/welcome/rules ) Also if I were to write this, I might not use the scanner class. The specs for apps … -
Began Watching Hi everyone, I'm wdigital2008
Write a program in java that calculates taxi fare at a rate of $1.5 per mile. Your program should interact with the user in this manner: Taxi Fare Calculator Enter … -
Gave Reputation to kavitabhaskar in Social Media Management Tools
The Best social media management tools which i suggest to anyone 1) Social pilot 2) SEM RUSH 3) Buffer 4) Hootsuite 5) Sprout Social 6) Iconsquare 7) Sendible 8) Tailwind … -
Replied To a Post in F8 usiing with AX duplicate last entry in Spartan clipboard.
Not anything I use but hey, some thoughts. 1. Use the script Luke! Read https://m8software.com/clipboards/spartan/newinversions/0scriptref.htm 2. Use the sandbox Kitten! I'm reading from your link where it notes the Sandbox: … -
Began Watching F8 usiing with AX duplicate last entry in Spartan clipboard.
Sir, I use F8 or F1 to write the accents of some languages with a program called “AX” http://vulpeculox.net/ax/screens.htm I use a program called “Spartan” to CTTL + C and … -
Gave Reputation to Yusuf_13 in How to set SSD (External/Usb) as Boot Drive?
@rproffitt it makes the ssd (usb) recognized by the system, if its not recognized by the system you cannot boot through the ssd. -
Gave Reputation to Yusuf_13 in How to set SSD (External/Usb) as Boot Drive?
in some cases such as mine, you should just restart through the restart option on the bottom left and you will need to tap f8 for 10 seconds and then … -
Replied To a Post in can you help me for the c++
Same answer: From https://www.daniweb.com/welcome/rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments With that out of the way, keep the … -
Began Watching can you help me for the c++
Write a complete C++ program for WorldParking Sdn Bhd. to perform the following: a. Write a return-value function named calcCharges() to calculate and return the parking charges for the customers. … -
Gave Reputation to D_5 in how do you invert the mouse control?
I'm not coder can you tell me how to run this script or point me to a tutorial on how to do it. -
Replied To a Post in can you help me for the c++
From https://www.daniweb.com/welcome/rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments With that out of the way, keep the question(s) to …
The End.