Sponsored Content
The Lounge What is on Your Mind? Debugging Our Computer Science Trivia Feature Post 303040859 by Neo on Thursday 7th of November 2019 11:09:29 PM
Old 11-08-2019
Update and Status:
  • We now have over 960 quality questions in the DB.
  • There has been over 10,600 submissions to date.
  • The number of user submissions is rising steadily so far, reaching 1.14 QPS today.
  • The prior bug, based primarily on browsers with multiple windows open, has been squashed.
  • Guests currently submit trivia answers 13 times more than registered members.
  • The average score of all guests is 64.7%.
  • The average score of all registered users sans Neo is 69.1%.

TODO (Low Priority Overall):
  1. Build leaderboards for (1) countries and (2) guests based on guest user hashes.
  2. Build leaderboards for registered users: Low priority since guests playing trivia far outnumber registered users.
  3. Write code to integrate into for badging system: Low priority since guests playing trivia far outnumber registered users.
  4. Add around 37 more questions to bring the DB total questions to 1000. (Update: DONE)
  5. Enhance summary stats page with more meta statistics.

Basically, I'm just about done with this first alpha release; with just a bit more UI work to do.
 

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Computer Science and Information Technology

Hi, I haven't posted on the forums for a while now, I tried to find the most appropriate section for this post, but if this is in the wrong section please forgive me. First, let me say I'm a sophomore in HS. I know that job wise I definitely want to do something in computers. A while ago I was... (5 Replies)
Discussion started by: hpicracing
5 Replies

2. Programming

Is Web Development is a part of computer science ?

I am now a student in university in 2nd year. I am studying computer science. But I am not sure what type of jobs computer science provide. I know some of them are software programming or network management. Recently, I hear some about Web Development. I wonder if it is a part of computer science.... (1 Reply)
Discussion started by: Anna Hussie
1 Replies

3. Web Development

Is Web Development is a part of computer science ?

I am now a student in university in 2nd year. I am studying computer science. But I am not sure what type of jobs computer science provide. I know some of them are software programming or network management. Recently, I hear some about Web Development. I wonder if it is a part of computer... (3 Replies)
Discussion started by: Anna Hussie
3 Replies

4. What is on Your Mind?

Forum Trivial Pursuit - New Computer Science and Mathematics Trivia for UNIX.com

I have added a new experimental "Computer Science and Mathematics Trivia - True or False" section in the discussions, currently under the tags box. In the future, I plan to Expand this feature to add more trivia categories from math, science and technology. Keep track of correct and... (20 Replies)
Discussion started by: Neo
20 Replies

5. What is on Your Mind?

1000+ Computer Science Trivia Questions at UNIX.COM

The UNIX and Linux Forums now has over 1000 TRUE / FALSE computer science and computer related trivia question in our database. These questions are of relatively high quality (compared to similar sites on the web) and are fun (according to feedback by users). In the first week during the... (1 Reply)
Discussion started by: Neo
1 Replies

6. What is on Your Mind?

New Member and Country Computer Trivia Leaderboards

Thanks to Akshay, who helped me write the core MySQL queries, we now have two new draft leaderboards, by (1) member and by (2) country: https://www.unix.com/trivia_stats.php Currently milhan leads the members with a high score of 90%: ... (3 Replies)
Discussion started by: Neo
3 Replies

7. What is on Your Mind?

Computer Trivia Feature Tops 50,000 Questions Answered

Just noticed that our successful computer trivia feature (stats here) has surpassed over 50,000 questions answered by users: https://www.unix.com/trivia_stats.php This was a coding effort worth while and I'm pleased to see so many people enjoying it in such a short time since it was released... (3 Replies)
Discussion started by: Neo
3 Replies
Feature(3)						User Contributed Perl Documentation						Feature(3)

NAME
Gimp::Feature - check for specific features to be present before registering the script. SYNOPSIS
use Gimp::Feature; or use Gimp::Feature qw(feature1 feature2 ...); DESCRIPTION
This module can be used to check for specific features to be present. This can be used to deny running the script when neccessary features are not present. While some features can be checked for at any time, the Gimp::Fu module offers a nicer way to check for them. "gtk" checks for the presence of the gtk interface module. "gtk-1.1", "gtk-1.2" checks for the presence of gtk-1.1 (1.2) or higher. "perl-5.005" checks for perl version 5.005 or higher. "pdl" checks for the presence of a suitable version of PDL (>=1.9906). "gnome" checks for the presence of the Gnome-Perl module. "gtkxmhtl" checks for the presence of the Gtk::XmHTML module. "unix" checks wether the script runs on a unix-like operating system. At the moment, this is every system except windows, macos, os2 and vms. "persistency" checks wether the "Gimp::Data" module (Gimp::Data) can handle complex persistent data structures, i.e. perl references in addition to plain strings. The following features can only be checked after "Gimp-"main> has been called (usually found in the form "exit main"). See Gimp::Fu on how to check for these. "gimp-1.1", "gimp-1.2" checks for the presense of gimp in at least version 1.1 (1.2). FUNCTIONS present(feature) Checks for the presense of the single feature given as the argument. Returns true if the feature is present, false otherwise. need(feature,[function-name]) Require a specific feature. If the required feature is not present the program will exit gracefully, logging an appropriate message. You can optionally supply a function name to further specify the place where this feature was missing. This is the function used when importing symbols from the module. missing(feature-description,[function-name]) Indicates that a generic feature (described by the first argument) is missing. A function name can further be specified. This function will log the given message and exit gracefully. describe(feature) Returns a string describing the given feature in more detail, or undef if there is no description for this feature. list() Returns a list of features that can be checked for. This list might not be complete. AUTHOR
Marc Lehmann <pcg@goof.com> SEE ALSO
perl(1), Gimp(1). perl v5.8.0 1999-11-22 Feature(3)
All times are GMT -4. The time now is 05:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy