-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
117 lines (117 loc) · 14.8 KB
/
db.json
File metadata and controls
117 lines (117 loc) · 14.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[
{"model": "auth.user", "pk": 20, "fields": {"password": "pbkdf2_sha256$150000$I6xYxfJXwmuD$sujftWb2k8BuCwT2XGMeojlNpXUW1e7BA6jOY9RWJVw=", "last_login": "2019-05-23T04:51:42.885Z",
"is_superuser": false, "username": "pickles", "first_name": "", "last_name": "", "email": "pickles@jar.com", "is_staff": false, "is_active": true,
"date_joined": "2019-05-23T04:51:20.905Z", "groups": [], "user_permissions": []}},
{"model": "accounts.profile", "pk": 25, "fields": {"user": 20, "timer_preference": null, "user_pic": null, "header_banner": null}},
{"model": "flashr.tag", "pk": 1, "fields": {"content": "html", "color_code": "#FF4000"}},
{"model": "flashr.tag", "pk": 2, "fields": {"content": "css", "color_code": "#2E9AFE"}},
{"model": "flashr.tag", "pk": 3, "fields": {"content": "js", "color_code": "#8A0829"}},
{"model": "flashr.tag", "pk": 4, "fields": {"content": "jquery", "color_code": "#F78181"}},
{"model": "flashr.tag", "pk": 5, "fields": {"content": "nodejs", "color_code": "#0013FF"}},
{"model": "flashr.tag", "pk": 6, "fields": {"content": "django", "color_code": "#2ECCFA"}},
{"model": "flashr.tag", "pk": 7, "fields": {"content": "python", "color_code": "#04B404"}},
{"model": "flashr.tag", "pk": 8, "fields": {"content": "react", "color_code": "#F781D8"}},
{"model": "flashr.tag", "pk": 9, "fields": {"content": "redux", "color_code": "#01DFA5"}},
{"model": "flashr.tag", "pk": 10, "fields": {"content": "nosql", "color_code": "#B45F04"}},
{"model": "flashr.tag", "pk": 11, "fields": {"content": "sql", "color_code": "#8904B1"}},
{"model": "flashr.question", "pk": 1, "fields": {"author": 25, "title": "Does a hyperlink only apply to text?", "tags": [1]}},
{"model": "flashr.question", "pk": 2, "fields": {"author": 25, "title": "What is semantic HTML?", "tags": [2]}},
{"model": "flashr.question", "pk": 3, "fields": {"author": 25, "title": "Can you create a multi colored text on a web page?", "tags": [2,1]}},
{"model": "flashr.question", "pk": 4, "fields": {"author": 25, "title": "How many tags can be used to separate section of texts?", "tags": [1]}},
{"model": "flashr.question", "pk": 5, "fields": {"author": 25, "title": "What are empty elements?", "tags": [1]}},
{"model": "flashr.question", "pk": 6, "fields": {"author": 25, "title": "If I do not put <!DOCTYPE html> will HTML5 work?", "tags": [1]}},
{"model": "flashr.question", "pk": 7, "fields": {"author": 25, "title": "What is the use of required attribute in HTML5?", "tags": [1]}},
{"model": "flashr.question", "pk": 8, "fields": {"author": 25, "title": "What are the new input types for form validation in HTML5?", "tags": [1]}},
{"model": "flashr.question", "pk": 9, "fields": {"author": 25, "title": "What are the three main ways to add CSS to a webpage?", "tags": [2]}},
{"model": "flashr.question", "pk": 10, "fields": {"author": 25, "title": "List the basic layout components of the CSS box model with a brief description for each.", "tags": [2]}},
{"model": "flashr.question", "pk": 11, "fields": {"author": 25, "title": "What is the difference between form get and form post?", "tags": [1]}},
{"model": "flashr.question", "pk": 12, "fields": {"author": 25, "title": "Explain the difference between visibility:hidden; and display:none; ?", "tags": [2]}},
{"model": "flashr.question", "pk": 13, "fields": {"author": 25, "title": "How do you clear a floated element?", "tags": [2]}},
{"model": "flashr.question", "pk": 14, "fields": {"author": 25, "title": "List 3 available CSS selectors.", "tags": [2]}},
{"model": "flashr.question", "pk": 15, "fields": {"author": 25, "title": "What’s the difference between display:inline and display:inline-block?", "tags": [2]}},
{"model": "flashr.question", "pk": 16, "fields": {"author": 25, "title": "What is the default position property?", "tags": [2]}},
{"model": "flashr.question", "pk": 17, "fields": {"author": 25, "title": "How do you attach a stylesheet to your HTML file?", "tags": [1,2]}},
{"model": "flashr.question", "pk": 18, "fields": {"author": 25, "title": "List 2 items contained in the Head section of the HTML file.", "tags": [1]}},
{"model": "flashr.question", "pk": 19, "fields": {"author": 25, "title": "Difference between ID selector and class selector in jQuery?", "tags": [4]}},
{"model": "flashr.question", "pk": 20, "fields": {"author": 25, "title": "What is $(document).ready() function? Why should you use it?", "tags": [4]}},
{"model": "flashr.question", "pk": 21, "fields": {"author": 25, "title": "Difference between JavaScript window.onload event and jQuery ready function?", "tags": [3,4]}},
{"model": "flashr.question", "pk": 22, "fields": {"author": 25, "title": "How do you add an HTML element in DOM tree?", "tags": [3,4]}},
{"model": "flashr.question", "pk": 23, "fields": {"author": 25, "title": "What is method chaining in jQuery? what is benefit of using method chaining?", "tags": [4]}},
{"model": "flashr.question", "pk": 24, "fields": {"author": 25, "title": "Which one is more efficient, document.getElementbyId('myId')or $('#myId')? ", "tags": [3,4]}},
{"model": "flashr.question", "pk": 25, "fields": {"author": 25, "title": "What is ‘NaN’? What is its type?", "tags": [3]}},
{"model": "flashr.question", "pk": 26, "fields": {"author": 25, "title": "What will be the output when the following code is executed?",
"content": "\nvar x = 21;\nvar girl = function () {\n\tconsole.log(x);\n\tvar x = 20;\n};\ngirl ();", "tags": [3]}},
{"model": "flashr.question", "pk": 27, "fields": {"author": 25, "title": "What will be the output of this code?",
"content": "\nconsole.log(false == '0');\nconsole.log(false === '0');", "tags": [3]}},
{"model": "flashr.question", "pk": 28, "fields": {"author": 25, "title": "How do you add an element at the beginning and end of an array in ES6?", "tags": [3]}},
{"model": "flashr.question", "pk": 29, "fields": {"author": 25, "title": "Why use NodeJs?", "tags": [5]}},
{"model": "flashr.question", "pk": 30, "fields": {"author": 25, "title": "Explain the role of REPL in Node.js.", "tags": [5]}},
{"model": "flashr.question", "pk": 31, "fields": {"author": 25, "title": "What are Synchronous and Asynchronous calls?", "tags": [5]}},
{"model": "flashr.question", "pk": 32, "fields": {"author": 25, "title": "What are the functionalities of NPM in Node.js?", "tags": [5]}},
{"model": "flashr.question", "pk": 33, "fields": {"author": 25, "title": "What is an error-first callback?", "tags": [5]}},
{"model": "flashr.question", "pk": 34, "fields": {"author": 25, "title": "What is the purpose of module.exports in Node.js?", "tags": [5]}},
{"model": "flashr.question", "pk": 35, "fields": {"author": 25, "title": "What is package.json? What is it used for?", "tags": [5]}},
{"model": "flashr.question", "pk": 36, "fields": {"author": 25, "title": "What is typically the first argument passed to a Node.js callback handler?", "tags": [5]}},
{"model": "flashr.question", "pk": 37, "fields": {"author": 25, "title": "What is local installation of dependencies in NPM?", "tags": [5]}},
{"model": "flashr.question", "pk": 38, "fields": {"author": 25, "title": "What is global installation of dependencies?", "tags": [5]}},
{"model": "flashr.question", "pk": 39, "fields": {"author": 25, "title": "List some features of Express JS.", "tags": [5]}},
{"model": "flashr.question", "pk": 40, "fields": {"author": 25, "title": "What is CORS? How to allow CORS in ExpressJS?", "tags": [5]}},
{"model": "flashr.question", "pk": 41, "fields": {"author": 25, "title": "How does express middleware work?", "tags": [5]}},
{"model": "flashr.question", "pk": 42, "fields": {"author": 25, "title": "Explain callback in Node.js.", "tags": [5]}},
{"model": "flashr.question", "pk": 43, "fields": {"author": 25, "title": "What do you understand by Django?", "tags": [6]}},
{"model": "flashr.question", "pk": 44, "fields": {"author": 25, "title": "What does Of Django Field Class types do?", "tags": [6]}},
{"model": "flashr.question", "pk": 45, "fields": {"author": 25, "title": "Does Django Follow Architectural pattern?", "tags": [6]}},
{"model": "flashr.question", "pk": 46, "fields": {"author": 25, "title": "How does Django work?", "tags": [6]}},
{"model": "flashr.question", "pk": 47, "fields": {"author": 25, "title": "Name the features available in Django web framework?", "tags": [6]}},
{"model": "flashr.question", "pk": 48, "fields": {"author": 25, "title": "What are the advantages of using Django for web development?", "tags": [6]}},
{"model": "flashr.question", "pk": 49, "fields": {"author": 25, "title": "What is the process of creating a project in Django?", "tags": [6]}},
{"model": "flashr.question", "pk": 50, "fields": {"author": 25, "title": "What is the difference between list and tuples?", "tags": [7]}},
{"model": "flashr.question", "pk": 51, "fields": {"author": 25, "title": "What are dunder methods in Python?", "tags": [7]}},
{"model": "flashr.question", "pk": 52, "fields": {"author": 25, "title": "What is dictionary in Python?", "tags": [7]}},
{"model": "flashr.question", "pk": 53, "fields": {"author": 25, "title": "What does this mean: *args, **kwargs? And why would we use it?", "tags": [6,7]}},
{"model": "flashr.question", "pk": 54, "fields": {"author": 25, "title": "Explain split(), sub(), subn() methods of “re” module in Python.", "tags": [7]}},
{"model": "flashr.question", "pk": 55, "fields": {"author": 25, "title": "How can you generate random numbers in Python?", "tags": [7]}},
{"model": "flashr.question", "pk": 56, "fields": {"author": 25, "title": "What is the difference between range & xrange?", "tags": [7]}},
{"model": "flashr.question", "pk": 57, "fields": {"author": 25, "title": "What are the features of React?", "tags": [8]}},
{"model": "flashr.question", "pk": 58, "fields": {"author": 25, "title": "List some of the major advantages of React.", "tags": [8]}},
{"model": "flashr.question", "pk": 59, "fields": {"author": 25, "title": "Differentiate between Real DOM and Virtual DOM.", "tags": [8]}},
{"model": "flashr.question", "pk": 60, "fields": {"author": 25, "title": "What are the limitations of React?", "tags": [8,9]}},
{"model": "flashr.question", "pk": 61, "fields": {"author": 25, "title": "What is JSX?", "tags": [8]}},
{"model": "flashr.question", "pk": 62, "fields": {"author": 25, "title": "Why can’t browsers read JSX?", "tags": [8]}},
{"model": "flashr.question", "pk": 63, "fields": {"author": 25, "title": "What do you understand from “In React, everything is a component.”", "tags": [8]}},
{"model": "flashr.question", "pk": 64, "fields": {"author": 25, "title": "What is a state in React and how is it used?", "tags": [8]}},
{"model": "flashr.question", "pk": 65, "fields": {"author": 25, "title": "Differentiate between states and props.", "tags": [8]}},
{"model": "flashr.question", "pk": 66, "fields": {"author": 25, "title": "Differentiate between stateful and stateless components.", "tags": [8]}},
{"model": "flashr.question", "pk": 67, "fields": {"author": 25, "title": "Explain the lifecycle methods of React components in detail.", "tags": [8]}},
{"model": "flashr.question", "pk": 68, "fields": {"author": 25, "title": "What are Pure Components?", "tags": [8]}},
{"model": "flashr.question", "pk": 69, "fields": {"author": 25, "title": "What is the significance of keys in React?", "tags": [8]}},
{"model": "flashr.question", "pk": 70, "fields": {"author": 25, "title": "What is arrow function in React? How is it used?", "tags": [8]}},
{"model": "flashr.question", "pk": 71, "fields": {"author": 25, "title": "What were the major problems with MVC framework?", "tags": [8]}},
{"model": "flashr.question", "pk": 72, "fields": {"author": 25, "title": "Explain Flux.", "tags": [9]}},
{"model": "flashr.question", "pk": 73, "fields": {"author": 25, "title": "What are the three principles that Redux follows?", "tags": [9]}},
{"model": "flashr.question", "pk": 74, "fields": {"author": 25, "title": "Show how the data flows through Redux?", "tags": [9]}},
{"model": "flashr.question", "pk": 75, "fields": {"author": 25, "title": "Explain the role of Reducer.", "tags": [9]}},
{"model": "flashr.question", "pk": 76, "fields": {"author": 25, "title": "Why do we need a Router in React?", "tags": [8]}},
{"model": "flashr.question", "pk": 77, "fields": {"author": 25, "title": "Why is switch keyword used in React Router v4?", "tags": [8]}},
{"model": "flashr.question", "pk": 78, "fields": {"author": 25, "title": "What are refs in React?", "tags": [8]}},
{"model": "flashr.question", "pk": 79, "fields": {"author": 25, "title": "What do you mean by NoSQL?", "tags": [10]}},
{"model": "flashr.question", "pk": 80, "fields": {"author": 25, "title": "What are the features of NoSQL?", "tags": [10]}},
{"model": "flashr.question", "pk": 81, "fields": {"author": 25, "title": "Explain the difference: RDBMS vs. NoSQL?", "tags": [10,11]}},
{"model": "flashr.question", "pk": 82, "fields": {"author": 25, "title": "What are the major challenges with traditional RDBMS?", "tags": [11]}},
{"model": "flashr.question", "pk": 83, "fields": {"author": 25, "title": "What are the different types of NoSQL databases?", "tags": [10]}},
{"model": "flashr.question", "pk": 84, "fields": {"author": 25, "title": "What is ACID in database", "tags": [10,11]}},
{"model": "flashr.pain", "pk": 1, "fields": {"profile": 25, "question": 1, "level": 3, "time_stamp" : "2019-05-21T01:00:00+03:00"}},
{"model": "flashr.pain", "pk": 2, "fields": {"profile": 25, "question": 1, "level": 5, "time_stamp" : "2019-05-24T01:00:00+03:00"}},
{"model": "flashr.pain", "pk": 3, "fields": {"profile": 25, "question": 1, "level": 2, "time_stamp" : "2019-05-24T02:00:00+03:00"}},
{"model": "flashr.pain", "pk": 4, "fields": {"profile": 25, "question": 3, "level": 4, "time_stamp" : "2019-05-22T01:00:00+03:00"}},
{"model": "flashr.pain", "pk": 5, "fields": {"profile": 25, "question": 2, "level": 1, "time_stamp" : "2019-05-20T01:00:00+03:00"}},
{"model": "flashr.answer", "pk": 1, "fields": {"author": 25, "question": 1, "public": "True", "content": "This is an answer"}},
{"model": "flashr.answer", "pk": 2, "fields": {"author": 25, "question": 2, "public": "True", "content": "This is another answer"}},
{"model": "flashr.answer", "pk": 3, "fields": {"author": 25, "question": 3, "public": "True", "content": "Answers for days"}},
{"model": "flashr.answer", "pk": 4, "fields": {"author": 25, "question": 4, "public": "True", "content": "Do you know the answer?"}},
{"model": "flashr.answer", "pk": 5, "fields": {"author": 25, "question": 5, "public": "True", "content": "I hope you are having a great day"}},
{"model": "flashr.vote", "pk": 1, "fields": {"profile": 25, "answer": 1, "vote": 1}},
{"model": "flashr.vote", "pk": 2, "fields": {"profile": 25, "answer": 2, "vote": 1}},
{"model": "flashr.vote", "pk": 3, "fields": {"profile": 25, "answer": 3, "vote": -1}},
{"model": "flashr.vote", "pk": 4, "fields": {"profile": 25, "answer": 4, "vote": 1}}
]