Skip to content

Commit 310a522

Browse files
authored
Merge branch 'develop' into astro-typo-fix
2 parents 14f45fb + bfe05b1 commit 310a522

15 files changed

Lines changed: 302 additions & 219 deletions

azure-cloud-cli.json

Lines changed: 0 additions & 189 deletions
This file was deleted.

data/astrojs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "astro-js",
3-
"title": "এস্ট্রোজেএস - জাভাস্ক্রিপ্ট Framework",
3+
"title": "এস্ট্রোজেএস - জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক",
44
"slug": "astro-js",
55
"description": "Astro JS জাভাস্ক্রিপ্ট Framework এর চিটশিট। যা একটি স্ট্যাটিক এইচটিএমএল এবং কম জাভাস্ক্রিপ্ট প্রিয় Framework",
66
"colorPref": "#61209A",

data/css.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,34 @@
7474
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class~='special'] {\ncolor: red;\n}"
7575
},
7676
{
77-
"definition": "এট্রিবিউট ভ্যালু আংশিক এর উপর নির্ভর সিলেক্ট করা " ,
78-
"code": " <div lang='zh'>This is content in Chinese (zh).</div>\n<div lang='zh-HK'>This is content in Chinese (zh-HK).</div>\n<div lang='en-US'>This is content in English (en-US).</div>\np[class।='zh'] {\ncolor: red;\n}\nএখানে শুধু প্রথম ২ টা div সিলেক্ট হবে।"
77+
"definition": "এট্রিবিউট ভ্যালু আংশিক এর উপর নির্ভর সিলেক্ট করা ",
78+
"code": " <div lang='zh'>This is content in Chinese (zh).</div>\n<div lang='zh-HK'>This is content in Chinese (zh-HK).</div>\n<div lang='en-US'>This is content in English (en-US).</div>\np[class।='zh'] {\ncolor: red;\n}\nএখানে শুধু প্রথম ২ টা div সিলেক্ট হবে।"
7979
},
8080
{
81-
"definition": "এট্রিবিউট এর যেকোনো ভ্যালুর জন্য *" ,
82-
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class*='sp'] {\ncolor: red;\n}\n এটা এখনো p element কে সিলেক্ট করবে "
81+
"definition": "এট্রিবিউট এর যেকোনো ভ্যালুর জন্য *",
82+
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class*='sp'] {\ncolor: red;\n}\n এটা এখনো p element কে সিলেক্ট করবে "
8383
},
8484
{
85-
"definition": "এট্রিবিউট ভ্যালুর প্রথম অংশের সাহায্যে সিলেক্ট করা " ,
86-
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class^='important'] {\ncolor: red;\n}\n "
85+
"definition": "এট্রিবিউট ভ্যালুর প্রথম অংশের সাহায্যে সিলেক্ট করা ",
86+
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class^='important'] {\ncolor: red;\n}\n "
8787
},
8888
{
89-
"definition": "এট্রিবিউট ভ্যালুর শেষ অংশের সাহায্যে সিলেক্ট করা " ,
90-
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class$='special'] {\ncolor: red;\n}\n "
89+
"definition": "এট্রিবিউট ভ্যালুর শেষ অংশের সাহায্যে সিলেক্ট করা ",
90+
"code": " <p class='important special'>This is an important and special paragraph.</p>\np[class$='special'] {\ncolor: red;\n}\n "
9191
},
9292
{
93-
"definition": "কেইস ইনসেনসেটিভ করে সিলেক্ট করা" ,
94-
"code": " <p class='important Special'>This is an important and special paragraph.</p>\np[class$='special ' i] {\ncolor: red;\n}\n "
93+
"definition": "কেইস ইনসেনসেটিভ করে সিলেক্ট করা",
94+
"code": " <p class='important Special'>This is an important and special paragraph.</p>\np[class$='special ' i] {\ncolor: red;\n}\n "
9595
}
96+
]
97+
},
98+
{
9699
"title": "গুগলে CSS প্রপারটিজ কিভাবে সার্চ করবো? (How to Google CSS properties?)",
97100
"items": [
98-
{
99-
"definition": "আমরা নিয়মিত Google ব্যবহার করি CSS বৈশিষ্ট্য অনুসন্ধান করতে যা আমরা জানি না বা মনে নেই। Google ব্যবহার করার সময়, আপনি যা করার চেষ্টা করছেন তা অনুসন্ধান করুন। উদাহরণ: ",
100-
"code": "'css rounded corners'\n,'css text italic',\n'css adjust space between lines'"
101-
}
101+
{
102+
"definition": "আমরা নিয়মিত Google ব্যবহার করি CSS বৈশিষ্ট্য অনুসন্ধান করতে যা আমরা জানি না বা মনে নেই। Google ব্যবহার করার সময়, আপনি যা করার চেষ্টা করছেন তা অনুসন্ধান করুন। উদাহরণ: ",
103+
"code": "'css rounded corners'\n,'css text italic',\n'css adjust space between lines'"
104+
}
102105
]
103106
},
104107
{
@@ -230,7 +233,6 @@
230233
"definition": "পরবর্তী সিব্লিং সিলেক্টর",
231234
"code": " h1 ~ p {\ncolor: red;\n}\nএখানে h1 এর পরবর্তী সিবলিং p গুলোকে সিলেক্ট করা হয়েছে। এখানে শুধু ইমিডীয়েট সিব্লিং কেই সিলেক্ট করবে না বরং পরবর্তী সিবলিং গুলোকেও সিলেক্ট করবে।"
232235
}
233-
234236
]
235237
}
236238
]

data/dart.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@
151151
"definition": "একটি স্ট্রিং খালি কিনা",
152152
"code": "''.isEmpty"
153153
}
154+
{
155+
"definition": "একটি স্ট্রিং এ ভ্যালু আছে",
156+
"code": "''.isNotEmpty"
157+
}
154158
]
155159
},
156160
{

data/django.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,19 @@
195195
}
196196
]
197197
},
198+
{
199+
"title": "ইমেইল পাঠানো",
200+
"items": [
201+
{
202+
"definition": "ইমেইল কনসোল এ প্রিন্ট করা",
203+
"code": "EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'"
204+
},
205+
{
206+
"definition": "SMTP সার্ভার ব্যবহার করে মেইল পাঠানো",
207+
"code": "EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'"
208+
}
209+
]
210+
},
198211
{
199212
"title": "স্ট্যাটিক ফাইল",
200213
"items": [

data/git.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
"definition": "কোনো রিপোজিটরি ক্লোন করা(লোকাল মেশিনে ডাউনলোড করা)",
115115
"code": "git clone [url]"
116116
},
117+
{
118+
"definition": "কোনো রিপোজিটরি নির্দিষ্ট ডিরেক্টরিতে ক্লোন করা(লোকাল মেশিনে ডাউনলোড করা)",
119+
"code": "git clone [url] /path/to/directory"
120+
},
117121
{
118122
"definition": "রিপোজিটরি এর বর্তমান অবস্থা/পরিবর্তনগুলো দেখা (নতুন অথবা পুরোনো, কি কি ফাইল কমিট করতে হবে, ওয়ার্কিং ব্রাঞ্চ ইত্যাদি)",
119123
"code": "git status"

0 commit comments

Comments
 (0)