-
Replied To a Post in students position in exams base on results.
https://docs.microsoft.com/en-us/sql/t-sql/functions/dense-rank-transact-sql and other docs made no mention of added spaces. When I need formatting I do that in my report software. -
Began Watching students position in exams base on results.
I am trying to get the position of students in an exam. The SQL query I wrote uses the DENSE_RANK() function and it works properly just that it does not … -
Replied To a Post in Baylan Biometrics Finger Print Reader.
@M. I see http://www.baylan.com/contact_us.asp has a lot of contacts to ask for that. -
Began Watching Baylan Biometrics Finger Print Reader.
Hello ! I have a baylan Biometrics Finger Print Reader working at my work place for attendance, it imports data to spreadsheet and then let me edit and sort the … -
Replied To a Post in SEO
I read some back and forth on this and from 1 to over 4 weeks. This can really upset those that want instant results. -
Began Watching SEO
Hello, I have a question: My web has an input box for seo. I wonder how long does google takes time for detecting my new update seo keyword? For the … -
Replied To a Post in Is a Guest blogging only a way of SEO content marketing?
While it's a way, it's also DEAD. Read why at https://www.mattcutts.com/blog/guest-blogging/ -
Began Watching Is a Guest blogging only a way of SEO content marketing?
Is a Guest blogging only a way of SEO content marketing method? -
Gave Reputation to diafol in How to not include the penalties in Sunday
Here's an example of why you should use a straight calculation rather than a loop (as suggested by others in various forums) - the array function should slow it down … -
Replied To a Post in Multi Master Marter replication
Too similar to https://www.daniweb.com/programming/software-development/threads/509130/master-master-migration-and-master-slave-migration-on-same-mysql-server Since no one answered you might need to pare down the question to something a little simpler or rephrase. -
Began Watching Multi Master Marter replication
I have done master master replication . I want to do multi master master replication. I research and found mostly master master replication in circular topology. But I want to … -
Replied To a Post in WPF - Apply multiple styles on different elements at same time
I don't want to upset you again but my fix would be to use a timer then in the timer apply the effect you want on the controls. -
Gave Reputation to ddanbe in make multi plots in Python
Ever heard of a timer object in Python? [Look here.](https://docs.python.org/2.4/lib/timer-objects.html) -
Replied To a Post in Anyone improving Alexa Traffic Rank to get more visitors?
> Why Worrying About Your Own Alexa Ranking Is A Waste Of Time That's what I'm thinking. -
Began Watching Anyone improving Alexa Traffic Rank to get more visitors?
Hi, [So, those who know about Alexa.com rank know. Those who don't maybe have not heard yet.] How do you feel about improving your Alexa Traffic Rank, in order to … -
Replied To a Post in How to not include the penalties in Sunday
OK, I take it you have your number of days from borrowdate to returndate. Now you need the number of Sundays between those dates. If I was going to look … -
Began Watching How to not include the penalties in Sunday
I want to not include the penalties from Sunday , only Monday - Saturday only using this borrowdate,returndate, and currentdate Thankyou! $borrowdate = new Datetime($row['date_return']); $returndate = new Datetime($row['due_date']); $currentdate … -
Gave Reputation to JamesCherrill in Finding the "missing link" in a maze solving lab
rproffitt: Sorry, but it does look to me like you have missed Gorge's point. He has got a working algorithm, but has a specific problem with intersections that have 4 … -
Replied To a Post in Finding the "missing link" in a maze solving lab
I read it but this is a well beaten topic. There are 8 methods alone in the Wiki article so you pick the method you want and code accordingly. -
Replied To a Post in Finding the "missing link" in a maze solving lab
I don't see any code so you may be working on getting that here. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you know what works best here. This sounds similar to https://www.cs.bu.edu/teaching/alg/maze/ And a … -
Began Watching Finding the "missing link" in a maze solving lab
Hey so I am trying to finish up a lab that I did not finish during a class this summer. The goal is to have the computer navigate an ASCII … -
Replied To a Post in How to display the penalty without clicking a button
Just a thought about line 16 which is if($currentdate > $returndate){ That looks like why you have to wait a day to see a fines result. What if you had … -
Began Watching How to display the penalty without clicking a button
I want to see the penalties updating, but it's only see after you click the return button and wait for one day again that it will show the penalty. <?php … -
Replied To a Post in Monitor going to sleep then shutting down
My favorite was.... The PC had onboard and a graphics card. They plugged it into the motherboard and it would boot, show the BIOS, Windows splash screen and then go … -
Began Watching Monitor going to sleep then shutting down
Hi, I'm going to see one of our sites tomorrow and been asked to look at a PC that isn't working. I dont have long there so wondered if anyone … -
Replied To a Post in Need help with my Syntax Highlighting program
This might take you a few years to create so why not use one of the open source code editors like Ace? https://ace.c9.io/#nav=higlighter notes you can change what and how … -
Began Watching Need help with my Syntax Highlighting program
Hi I'm trying to make a website. But I need to make a syntax highlighting program that Categorize commands based on what they do. For example, when i type a … -
Began Watching WPF - Apply multiple styles on different elements at same time
Hi All, Could anyone please suggest on how to apply multiple styles to multiple elements at runtime and that too the styles should be applied at the same time on … -
Gave Reputation to KushMishra in WPF - Apply multiple styles on different elements at same time
Hi All, Could anyone please suggest on how to apply multiple styles to multiple elements at runtime and that too the styles should be applied at the same time on … -
Replied To a Post in Shell Sc ript
Here's the 411. First you do this manually then you convert those steps to a script. Some don't understand the need for the first step. -
Began Watching Shell Sc ript
Hi all, i want to write a shell script to unblock sendmail user whose mailbox exceed 100MB -
Replied To a Post in How to Display document info in tkinter message box(python 3)
To refresh our memory I read https://www.tutorialspoint.com/python/tk_messagebox.htm again and see this UI is for simple interaction with the user. If you were to try to place say a report in … -
Began Watching How to Display document info in tkinter message box(python 3)
# Am looking for best practises of displaying document info in tkinter messagebox from tkinter import * from tkinter import messagebox def profile(): messagebox.showinfo("info","college\tNew student\tGraduating students\noak institue\t202\t210\nPine college\t143\t121") root =Tk() … -
Replied To a Post in Automatically receiv Emails POP3 , Display in Gridview and Save in Database
If you are looking for codes (?) you might have to place this in a for-hire forum. This forum is about software development so take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Now … -
Began Watching Automatically receiv Emails POP3 , Display in Gridview and Save in Database
Hi, I'm new in WCF and web service, However, I'm currently implementing more or less the same project. My project requirement is that is have to automatically read from 2 … -
Replied To a Post in selecct data from access into textbox after selecting combobox value
Take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then add more detail to your discussion. -
Began Watching selecct data from access into textbox after selecting combobox value
after selecting the value in combobox then automatic add the database value into the textbox -
Replied To a Post in Dual monitor setup
Again, no. Not that simple. Since only you know what the monitors are (no model numbers in your posts) as well as what video card you are considering, only you … -
Replied To a Post in Dual monitor setup
No you may not use more than ONE monitor at a time. You may not also use a DVI-D (there are no less than 5 types of DVI, you must … -
Replied To a Post in Dual monitor setup
This one is simply no. https://www.gigabyte.com/Motherboard/GA-H81M-S-rev-10#sp shows one and only one video port. http://download.gigabyte.us/FileList/Manual/mb_manual_ga-h81m-s_e.pdf confirms one video port. Looks to be VGA. To get to 2 monitors you'll have to … -
Began Watching Dual monitor setup
Hi, I wanted to setup dual monitor, before trying to purchase I looked up at few articles and forums and most of them had language suggesting it is easy and … -
Gave Reputation to Akshay_9 in PC switches on then off immediately (looping)
I think applying heatsink to the cpu fan will solve the problem -
Gave Reputation to happygeek in what is the Meaning of 220 Bids (14c/Bid) for $30.80
Nothing sleazy about that kind of auction. There are plenty of such sites where you buy the bids which you can then use as you see fit. The idea is … -
Gave Reputation to ddanbe in Hi Good Day.. I need you Help.. in C Programming
100%100 will not give you the correct answer I presume. -
Replied To a Post in what is the Meaning of 220 Bids (14c/Bid) for $30.80
I'm going with no. Since the bid can up by 0.01 there's no reason a bid can't be 0.01 or higher amounts during the 220 bids. I find it interesting … -
Began Watching what is the Meaning of 220 Bids (14c/Bid) for $30.80
Let say i have purchase 220 Bids for $30.80 , now i am going to place a bid for a product A, With each new bid the price goes up … -
Gave Reputation to pty in How to read online text file
Easy to forget how much power you have with the Unix toolbelt at your fingertips.  -
Replied To a Post in Sort Images in Folders
@Stefen, while I see how, you must dig in a little here as your files, your responsibility. Blindly using scripts is something I don't advise. Did you notice this line? … -
Replied To a Post in Sort Images in Folders
@Stefan. If you don't want the echo's, read https://ss64.com/vb/echo.html to either set them to not be interactive or comment, remove as you see fit. -
Replied To a Post in Sort Images in Folders
Doesn't sound like too much work. Sort by name, cut and paste to the folder you want. There are file mover apps but even at the many files, shouldn't take …
The End.