Skip to content

Commit a846bce

Browse files
committed
google cheat sheet added
1 parent e8f533a commit a846bce

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

data/tricks-google-search.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"id": "tricks-google-search",
3+
"title": "ট্রিক্স - গুগুল সার্চ(Google Search)",
4+
"slug": "tricks-google-search",
5+
"description": "গুগুল সার্চের প্রয়োজনীয় টিপস এবং ট্রিক্স",
6+
"colorPref": "#fbbc05",
7+
"contents": [
8+
{
9+
"title": "অ্যাডভান্স সার্চ",
10+
"items": [
11+
{
12+
"definition": "একটা নির্দিষ্ট ওয়েবসাইট থেকে সার্চ করা",
13+
"code": "site: ওয়েবসাইটের অ্যাড্রেস"
14+
}, {
15+
"definition": "একটা নির্দিষ্ট টাইপের(pdf, doc, txt, ...) ফাইল খোঁজা",
16+
"code": "filetype: ফাইল এক্সটেনশন"
17+
}, {
18+
"definition": "একটা শব্দের ডেফিনেশন জানা",
19+
"code": "define: কাঙ্খিত শব্দ"
20+
}, {
21+
"definition": "ওয়েবপেজের টাইটেল থেকে খোঁজা",
22+
"code": "intitle: কাঙ্খিত শব্দ"
23+
}, {
24+
"definition": "একটা নির্দিষ্ট রেঞ্জের নাম্বার(ডেট, প্রাইস,...) খোঁজা",
25+
"code": "phone price 5000..10000"
26+
}, {
27+
"definition": "শব্দের ভিতরের অন্য প্যাটার্নের শব্দ খোঁজা",
28+
"code": "বাংলা * ভান্ডার"
29+
}, {
30+
"definition": "কোনো শব্দ বাদ দিয়ে খোঁজা",
31+
"code": "Redmi Note 5 -pro"
32+
}, {
33+
"definition": "ঠিক এরকম একটা শব্দ মিললেই ফলাফল দেখানো",
34+
"code": "ঠিক এই 'শব্দ' চাই"
35+
}, {
36+
"definition": "ঠিক এরকম শব্দগুচ্ছ মিললেই ফলাফল দেখানো",
37+
"code": "ঠিক 'এই শব্দগুচ্ছ' চাই"
38+
}
39+
]
40+
}, {
41+
"title": "ক্যালকুলেটর",
42+
"items": [
43+
{
44+
"definition": "যোগ, বিয়োগ, ভাগ, গুণ",
45+
"code": "10 + 20, 20 - 10, 4 * 2, 6 / 3"
46+
}, {
47+
"definition": "একটা নাম্বারের পার্সেন্টেজ বের করা",
48+
"code": "12 % of 68"
49+
}, {
50+
"definition": "ত্রিকোণোমিত্রি",
51+
"code": "cos(), sin(), ..."
52+
}, {
53+
"definition": "একটা ইউনিট থেকে আরেক ইউনিটে কনভার্ট",
54+
"code": "1 kg to grams"
55+
}
56+
]
57+
}, {
58+
"title": "তথ্য",
59+
"items": [
60+
{
61+
"definition": "আবহাওয়া",
62+
"code": "weather এলাকার নাম"
63+
}, {
64+
"definition": "মুভিস",
65+
"code": "movies মুভির নাম"
66+
}, {
67+
"definition": "ফ্লাইট স্ট্যাটাস",
68+
"code": "HA 124"
69+
}
70+
]
71+
}
72+
]
73+
}

0 commit comments

Comments
 (0)