Sponsored Content
The Lounge What is on Your Mind? Forum Trivial Pursuit - New Computer Science and Mathematics Trivia for UNIX.com Post 303040355 by Neo on Sunday 27th of October 2019 08:39:14 AM
Old 10-27-2019
Updated the initial 5 questions for testing the future API :

Code:
mysql> select * from neo_open_trivia;
+----+----------+---------+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+-------------------+-----------+----------------+------------------+------------------+----------------+--------------------+
| id | category | type    | difficulty | question                                                                                                                                                                                     | correct_answer | incorrect_answers | validated | time_validated | userid_validated | userid_submitted | time_submitted | time_last_modified |
+----+----------+---------+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+-------------------+-----------+----------------+------------------+------------------+----------------+--------------------+
|  1 |       18 | boolean | medium     | The UNIX and Linux Forums (UNIX.com) was founded in 1985?                                                                                                                                    | True           | ['False']         |         0 |              0 |                0 |                1 |     1572151119 |         1572151119 |
|  2 |       18 | boolean | easy       | Unix was invented by Steve Jobs of Apple Computer?                                                                                                                                           | False          | ['True']          |         0 |              0 |                0 |                1 |     1572151119 |         1572151119 |
|  3 |       18 | boolean | easy       | 'Hello World' is a program only for advanced programmers?                                                                                                                                    | False          | ['True']          |         0 |              0 |                0 |                1 |     1572151119 |         1572151119 |
|  4 |       18 | boolean | medium     | The UNIX and Linux Forum was one of the first forums on the Internet to have a strong moderation policy to encourage users of all skill levels to participate without fear of being bullied? | True           | ['False']         |         0 |              0 |                0 |                1 |     1572151119 |         1572151119 |
|  5 |       18 | boolean | easy       | The UNIX trademark is a "certification mark"?                                                                                                                                                | True           | ['False']         |         0 |              0 |                0 |                1 |     1572151119 |         1572151119 |
+----+----------+---------+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+-------------------+-----------+----------------+------------------+------------------+----------------+--------------------+
5 rows in set (0.00 sec)

I plan to bootstrap this process by writing 100 TRUE/FALSE questions.

If anyone wants to write any TRUE/FALSE questions (which I will manually enter into the DB, until I build a UI for this), please do so and email or PM them to me (so we don't have all the questions and answers to questions in the open forum). -- Thanks
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mathematics operations in unix

Hello guys! Can say me anybody about operatios with unix, I don't to make operations, only inside in a variable, like this #y=4 #x=2 #let z=$y-$x #echo $z # 2 but I can't to make mathematical operations with decimal like this #y=3.2 #x=1.5 #let z=$y-$x #echo $z # 3 this... (2 Replies)
Discussion started by: cesar720213
2 Replies

2. Shell Programming and Scripting

Which is the best way/command to do mathematics in UNIX scripting?

Hello all! I used to use expr for doing simple mathematics, but has a main advantage and a main disadvantage: The advantage is that it can take variables for numbers (e.g.{1}: echo "Give me first" read lol echo "Give other" read lil sum=`expr $lol + $lil` echo "The sum of $lol and $lil =... (5 Replies)
Discussion started by: hakermania
5 Replies

3. 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

4. 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

5. 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

6. 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

7. 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

8. What is on Your Mind?

Debugging Our Computer Science Trivia Feature

Only a few days after I coded this new feature from scratch, we are seeing over 3000 entries in the database from members (mostly guests) playing CS trivia. I have spend a lot of time coding this (from scratch) and testing the API. From the logs, it seems to have an API bug which appears... (31 Replies)
Discussion started by: Neo
31 Replies

9. 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
XkbSetAutoRepeatRate(3) 					   XKB FUNCTIONS					   XkbSetAutoRepeatRate(3)

NAME
XkbSetAutoRepeatRate - Sets the attributes of the RepeatKeys control for a keyboard device SYNOPSIS
Bool XkbSetAutoRepeatRate (Display *display, unsigned int device_spec, unsigned int timeout, unsigned int interval); ARGUMENTS
- display connection to X server - device_spec device to configure, or XkbUseCoreKbd - timeout initial delay, ms - interval delay between repeats, ms DESCRIPTION
The core protocol allows only control over whether or not the entire keyboard or individual keys should auto-repeat when held down. RepeatKeys is a boolean control that extends this capability by adding control over the delay until a key begins to repeat and the rate at which it repeats. RepeatKeys is coupled with the core auto-repeat control: when RepeatKeys is enabled or disabled, the core auto-repeat is enabled or disabled and vice versa. Auto-repeating keys are controlled by two attributes. The first, timeout, is the delay after the initial press of an auto-repeating key and the first generated repeat event. The second, interval, is the delay between all subsequent generated repeat events. As with all boolean controls, configuring the attributes that determine how the control operates does not automatically enable the control as a whole. XkbSetAutoRepeatRate sends a request to the X server to configure the AutoRepeat control attributes to the values specified in timeout and interval. XkbSetAutoRepeatRate does not wait for a reply; it normally returns True. Specifying a zero value for either timeout or interval causes the server to generate a BadValue protocol error. If a compatible version of the Xkb extension is not available in the server, XkbSetAutoRe- peatRate returns False. RETURN VALUES
True The XkbSetAutoRepeatRate function returns True normally. False The XkbSetAutoRepeatRate function returns False if a compatible version of the Xkb extension is not available in the server. DIAGNOSTICS
BadValue An argument is out of range X Version 11 libX11 1.6.0 XkbSetAutoRepeatRate(3)
All times are GMT -4. The time now is 09:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy