Skip to main content

Posts

Do regional language bloggers become as successful as English bloggers?

Many newcomers in blogging are always curious about one question: Do regional language bloggers become as successful as English bloggers? There are two possible reasons of it: either they have problem with english Their niche or audience is related to local or regional language Since 2020, when corona started an influence in the world, the number of social media creators, bloggers and social media consumers has increased gradually. The reason for this increasing number of social media creators, bloggers and social media consumers is availability of the content in regional languages. Before corona vibes, there was very less availability of content in regional languages because almost every content creator was focusing on making content available for countries like United States (US), United Kingdom (UK), Australia, New Zealand as there was a good CPC on adsense advertises available in these countri

CCAvenue Error Code 21011 Billing Email

In this tutorial, we are going to see how to solve the error CCAvenue Error Code 21011 billing email . This error occurs while connecting an application to the CCAvenue payment gateway . It is really a very small mistake sometimes made by a developer but later becomes a headache to solve this issue. Reason of error CCAvenue Error Code 21011 billing email This error is a result of missing some value that is needed while integration of the code in the application. Value is related to an input that is needed in the form integrated in an application. In the guidelines of integration provided by CCAvenue that are necessarily needed to be followed while integrating it into the application. Some Input values are required means must have values like amount , currency , merchant_id , redirect_url , cancel_url etc are minimum required and should be included in the form before sending the data to the CCAvenue page. If we avoid them or forget to use them in the code, CCAvenue throws an e

how to convert an image to Grey scale using the opencv4nodejs package in Hindi | opencv rgb to grey | bgr to grey opencv |  opencv node imread

इस tutorial में हम सीखेंगे कि opencv4nodejs पैकेज का उपयोग करके किसी image को grey scale में कैसे convert किया जाए। Image को grey scale में कैसे convert करें OpenCV के किसी भी function का उपयोग करने के लिए सबसे पहले हमें  opencv4nodejs module को load करना पड़ेगा। निचे दी हुई लाइन OpenCV को load करेगी।   const cv = require('opencv4nodejs'); एक बार OpenCV लोड करने के बाद हम उस इमेज को read करेंगे जिसे हम grey scale में convert करना चाहते है। OpenCV इस्तेमाल करने के लिए आपको cv इस keyword को इस्तेमाल करना पड़ेगा, जो original photo को read करने के लिए और इसे greyscale में परिवर्तित करने के लिए आवश्यक चीजे उपलब्ध कराएगा। original photo को read करने के लिए, बस cv मॉड्यूल के imread() function को कॉल करें, image path को string के रूप में इस्तेमाल करें। var image = cv.imread('C:/Users/Admin/Desktop/photo.jpg') अब अगला स्टेप है, इस image को greyscale mode में convert करना। इसके लिए हमें OpenCv का bgrToGray function इस्तेमाल करना पड़ेगा, जो हमें साधारण रंगीन imag

CCAvenue avoid Error Code 21010 Billing Tel required parameter missing

In this tutorial, we will see how to avoid Error Code 21010 billing Tel required parameter missing . This problem occurs due to very minor mistake made by developer after connecting an application to the CCAvenue payment gateway. Due to some input values that are missing by developers while coding, such error occurs. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. As per the guidelines of integration provided by CCAvenue that are necessarily needed to be followed while integrating it into the application. Input values like amount, currency, merchant_id, redirect_url, cancel_url etc are minimum required and should be included in the form before sending the data to CCAvenue page. If we avoid them or forgot to use them into the code, CCAvenue throws an error. As mentioned above, Billing tel is not the required input but if it is ad

CCAvenue avoid Error Code 21009 billing country required parameter missing

CCAvenue avoid Error Code 21009 billing country required parameter missing In this tutorial, we will see how to avoid Error Code 21009 billing country required parameter missing. This problem occurs due to very minor mistake made by developer after connecting an application to the CCAvenue payment gateway. Due to some input values that are missing by developers while coding, such error occurs. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. As per the guidelines of integration provided by CCAvenue that are necessarily needed to be followed while integrating it into the application. Input values like amount, currency, merchant_id, redirect_url, cancel_url etc are minimum required and should be included in the form before sending the data to CCAvenue page. If we avoid them or forgot to use them into the code, CCAvenue throws an erro

CCAvenue avoid Error Code 21008 billing zip required parameter missing

In this tutorial, we will see how to avoid Error Code 21008 billing zip required parameter missing. This problem occurs due to very minor mistake made by developer after connecting an application to the CCAvenue payment gateway. Due to some input values that are missing by developers while coding, such error occurs. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. As per the guidelines of integration provided by CCAvenue that are necessarily needed to be followed while integrating it into the application. Input values like amount, currency, merchant_id, redirect_url, cancel_url etc are minimum required and should be included in the form before sending the data to CCAvenue page. If we avoid them or forgot to use them into the code, CCAvenue throws an error. As mentioned above, Billing zip is not the required input but if it is adde

CCAvenue avoid Error Code 21007 billing state required parameter missing

In this tutorial, we will see how to avoid Error Code 21007 billing state required parameter missing. This problem occurs due to very minor mistake made by developer after connecting an application to the CCAvenue payment gateway. Due to some input values that are missing by developers while coding, such error occurs. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. As per the guidelines of integration provided by CCAvenue that are necessarily needed to be followed while integrating it into the application. Input values like amount, currency, merchant_id, redirect_url, cancel_url etc are minimum required and should be included in the form before sending the data to CCAvenue page. If we avoid them or forgot to use them into the code, CCAvenue throws an error. As mentioned above, Billing state is not the required input but if it is