পোস্টগুলি

2019 থেকে পোস্টগুলি দেখানো হচ্ছে

আপনি কী এখনো ভোটার-কার্ড এখনো ভেরিফিকেশন করেননি !- Congratulations

ছবি
Ks Editing & Printing - Raiganj :- আপনি কী আপনার ভোটার-কার্ড ও আধার-কার্ড ভেরিফাই করিয়েছেন ? যদি করেন তা হলে ভালেো, না করলে Congratulations . আশা করি আপনি এতদিনে বুঝতে পেরে গেছেন গোটা দেশ জুড়ে কী হতে চলেছে । আসতে চলেছে NRC , যার আতঙ্কেই বহু মানুষ মৃত্যুর কোলে ঢোলে পড়েছেন । আপনি কী ভাবছেন - "আমার তো সব ডকুমেন্টস্ই আছে , আমার আবার কী হবে ? অথবা আমার পূর্ব-পুরুষগণ এখানকারই বাসিন্দা , আমাদের কিছু হবে না" । আপনি ভুল ভাবছেন ।যদি তাই হতো তাহলে সরকার এত টাকা-খরচ করে অন-লাইনে পোর্টাল বানাতেন না । সরকার এই ভেরিফিকেশনের সাথে সাথে একটা করে সার্টিফিকেটও দিচ্ছেন যার মধ্যে ইলেক্ট্র অফিসারের সাক্ষর রয়েছে । যার মূল্য অনেক বেশি এই সময়ে । তাই সময় বিনষ্ট না করে আজই আপনার ও আপনার পরিবারের সকলের কার্ড-গুলি ভেরিফাই করিয়ে নিন । এই খবরটি আপনার বন্ধু-বান্ধব ও পরিজনদের কাছে দ্রুত ছড়িয়ে দিন যাতে তারাও যদি না করে থাকেন , তবে তাদেরও করতে বলুন । শেষ তারিখ ১৫ই অক্টবর ২০১৯ ।

VOTER electro - VERIFICATIONS by Ks Editing & Printing

ছবি

Swami vivekananda merit-cum scholarship 2019

ছবি
কবে থেকে শুরু - ১১ই সেপ্টেম্বর ২০১৯ । শেষ                    - ১৫ ই নভেম্বর ২০১৯ । কারা অ্যাপ্লাই করতে পারবে -- যারা উচ্চ-মাধ্যমিকে ৭৫% -এর উপরে নম্বর পেয়েছে । কোথায় অ্যাপ্লাই হবে -- নেট-ক্যাফেতে অ্যাপ্লাই করতে কী কী লাগবে - -                          ১. মাধ্যমিকের ডকুমেন্টস্                          ২. উচ্চ-মাধ্যমিকের ডকুমেন্টস্                          ৩. ফ্যামিলির বাৎসরিক ইনকাম-সার্টিফিকেট                          ৪. আধার বা যে-কোনো রেসি-ডেন্সিয়াল সার্টিফিকেট                          ৫. ছবি ও সহি                          ৬. ক্যাফের-বিল ।                           ৭. ব্যাঙ্কের বই ***************************************************************************** When to start - September 7th. End - November 7th. Who Can Apply - Those who rank high at 5%. Where to Apply - At the Net-Café What it takes to apply - -                          ১. Secondary Documents                          2. Higher Secondary Documents                          ৩.

A wordpress theme mady by Kanai

A wordpress theme mady by Kanai

How to print using C programming By Kanai

ছবি
Have you any problem? Contact with me (Link has been given bellow). //please don't copy this, this is only for learn #include<stdio.h> #include<conio.h> main() { //    clrscr();     int num1,num2,i;     printf("Enter your first number,from where it will be start");     scanf("%d",&num1);     printf("Enter last number , where it will be stopped");     scanf("%d",&num2);     for(i=num1;i<=num2;i++)     {         printf("%d\n",i);     } getch(); }

How to make calculator using C Programming by Kanai

ছবি
Result of cal calculator If you have any problem you can contact on my facebook page or whatsaap group (Link has been given bellow). //please do not copy this, this is only for learn. #include<stdio.h> #include<conio.h> main() { //    clrscr();     float num1,num2,result;     char op;     printf("Enter your first number");     scanf("%f",&num1);     printf("Enter your operator as + - * / \n");     scanf(" %c",&op);     printf("Enter your second number");     scanf("%f",&num2);     switch (op)     {     case '-':         result=num1-num2;         printf("Your result is %f",result);         break;     case '+':         result=num1+num2;         printf("Your result is %f",result);         break;     case '*':         result=num1*num2;         printf("Your result is %f",result);         bre

Write a program enter any two numbers and find out the highest by Kanai

ছবি
I hope it will help you to learn about c programming.

Write a program for add 2 numbers(programmers depend & user depends)kanai

ছবি
Welcome friends to my youtube channel Ks Editing and Printing . Here I am trying to discus about any help about computer . If you have any confusion about any types of computer , you can comment bellow or you can ask me on whatsapp group or facebook page. My facebook page is : https://facebook.com/ksandroid/ /*this program is for programmer basis */ #include<stdio.h> #include<conio.h> void main() { clrscr();//for clear the screen int first,second,third; first=10; second=20; third=(first+second); printf("Your addition result is %d",third); getch(); } /*this program is for User basis */ #include<stdio.h> #include<conio.h> void main() { clrscr();//for clear the screen int first,second,third; scanf("%d %d",&first,&second); third=(first+second); printf("Your addition result is %d",third); getch(); }

Raiganj University BCA Syllabus 2019-21

Semester 1 Courses ·         Introduction to Computers and IT ·         Introduction to Programming Language using C ·         Fundamentals of Mathematics or Digital Electronics ·         Environmental Studies Semester 2 Courses ·         Data Structure Using C ·         Database Management System ·         Advanced Mathematics or Principles of Management ·         English Semester 3 Courses ·         Computer Architecture ·         Front End Design Tool VB.Net ·         Object Oriented Programming using C++ ·         Optimization Technique or E- Commerce ·         Artificial Intelligence or Personality Development and Motivation Semester 4 Courses ·         Web Technologies ·         Java Programming ·         Software Engineering ·         Data Ware Housing and Data Mining or Mobile Computing ·         Cyber Security and Laws or SEO Semester 5 Courses ·         Computer Networks ·         Operating System ·         Information Syst

Raiganj University Verification কীভাবে হবে ?

ছবি
কী কী লাগবে দেখে নেওয়া যাক- Copy of Admission Form Copy of Payment confirmation receipt Original and self-attested Caste Certificate in case of any reservation Original copy of the Anti-Ragging affidavit by the student and guardian Migration Certificate Progress card of the previously qualified exam দেখাতে হবে কোথায় ? Register এর কাছে উপরোক্ত ডকুমেন্টস্ দেখাতে হবে । সময়- Raiganj University কোনো সময় নির্ধারিত করে বলেনি । তবে সাধারণ সময়ে যাওয়াই ভালো । To view direct notice click here

how to insert image as background of html page by Kanai

ছবি
Welcome friends to my you tube channel Ks Editing and Printing .  Here I am trying to discus about any help about computer . If you have any confusion about any types of computer , you can comment bellow or you can ask me on whats app group or facebook page. My facebook page is  : https://facebook.com/ksandroid/ Thanks....

xampp server setup and web designing by Kanai

ছবি

How to re install or uninstall word press

ছবি

জেনে নিই কবে হতে চলেছে রায়গঞ্জ ইউনিভার্সিটির ভেরিফিকেশন

বিশ্ববিদ্যালয়ের ক্যাম্পাসে 15 জুলাই ২019 রায়গঞ্জ বিশ্ববিদ্যালয়ের যাচাইকরণ I रायगंज विश्वविद्यालय का सत्यापन विश्वविद्यालय परिसर में 15 जुलाई 2019 को है The verification of Raiganj University is on 15th July 2019 on University Campus.

How to install wordpress on local host xampp server

ছবি
Welcome friends , today I will tell about local server and word press install. So  Please follow my every steps with careful. I hope your problem will be solved. It does not requires any internet connection and any Dollar. it is full free . It is the best for web learner candidates. आपका स्वागत है दोस्तों, आज मैं स्थानीय सर्वर और वर्ड प्रेस इंस्टॉल के बारे में बताऊंगा। इसलिए कृपया मेरे हर कदम का सावधानी से पालन करें। मुझे उम्मीद है कि आपकी समस्या हल हो जाएगी। इसके लिए किसी इंटरनेट कनेक्शन और किसी डॉलर की जरूरत नहीं है। यह पूर्ण स्वतंत्र है। यह वेब सीखने वाले उम्मीदवारों के लिए सबसे अच्छा है।

how to make simple result sheet on excel by king k pc

ছবি

Admission in Itahar college 2019 last date 17 June

রায়গঞ্জ ইউনিভার্সিটির মেরিট লিস্ট বেরোনোর পরে যারা ইচ্ছুক তারা ইটাহার অথবা সুরেন্দ্রনাথ কলেজে এডমিশনের জন্য ফরম ফিলাপ করতে পারো। ফরম ফিলাপের শেষ তারিখ 17 ই জুন 2019 । ফরম ফিলাপ করতে নিচের লিংকে ক্লিক করো। সুরেন্দ্রনাথ মহাবিদ্যালয় রায়গঞ্জ ডক্টর মেঘনাদ সাহা কলেজ ইটাহার সমস্যা হলে কমেন্ট করো।

MERIT LIST OF RAIGANJ UNIVERSITY 2019

ছবি
MERIT LIST OF RAIGANJ UNIVERSITY 2019 প্রকাশিত হতে চলেছে রায়গঞ্জ বিশ্ববিদ্যালয়ের মেরিট লিস্ট । ৯ তারিখ বা ১০ তারিখের মধ্যেই প্রকাশিত হবে মেরিট লিস্ট । নিজেই বাড়িতে বসে দেখে নিন মেরিটলিস্ট । ক্লিক করুন এইখানে ।

LOGO MAKING USING WORD ONLY by king k pc

ছবি
যেকোনো ধরনের লোগো তৈরী করুন ৩০ মিনিটেই । বিস্তারিত জানতে ক্নিক করুন ভিডিওতে ।

Raiganj Surendranath Maha Vidyalaya Form fillup : Ks editing and printing(Kanai)

ছবি
ইতিমধ্য়েই শুরু হয়ে গেছে সুরেন্দ্রনাথ মহাবিদ্যালয়ের Admission Formfillup . বিস্তারিত জানতে ক্লিক করুন এইখানে ।

KS EDITING AND PRINTING ......

ছবি
KS EDITING AND PRINTING ...... OFFER'S...... PAN CARD IN 7 DAYS ONLY. BUISNESS CARD IN 2DAYS ONLY PASSPORT IMAGE IN 2MINIUTE ANY ONLINE APPLICATION JUST 30 MIN.. ANY TYPE BANNER MAKING IN 1 HOUR ETC FOR MORE INFO CLICK HERE

চলে এল রেলের পরীক্ষার তারিখ ও ADMIT card 2019

ছবি
বিস্তারিত জানতে ক্লিক করুন এখানে । সরাসরি ডাউনলোড করতে ক্লিক করুন ।

UGB ADMIT CARD RELEASED FOR III AND B.ED.

ছবি
UGB UGB (UNIVERSITY OF GOUR BANGA) HAS RELEASED UG III EXAMINATION ADMIT CARD AND B.ED ADMIT CARD . FOR MORE INFO CLICK HERE... ANY PROBLEM? CHAT ON 7478596100 LIKE ON FACEBOOK

মাত্র ১৪ দিনেই অর্জিনাল প্য়ানকার্ড!!!!

মাত্র ১৪ দিনেই অর্জিনাল প্য়ানকার্ড!!!! হ্য়াঁ , আমার প্য়ানকার্ডটি পেলাম মাত্র ১৪ দিনেই । অ্য়াপ্লিকেশন করেছিলাম এই মাসেরই ২ তারিখে । আজ ১৫ তারিখ , পেয়ে গেলাম প্য়ান । আপনিও করতে চাইলে যোগাযোগ করুন - 7478596100 জনস্বর্থে পোষ্টটিকে শেয়ার করুন.....

মাত্র ৭ দিনেই PanCard(e)

ছবি
Requirements- Aadhaar Card With Date of Birth And 2 copies Photo Contact- 7478596100(Whatsapp Only)

What is PAN Card, PAN Number, Uses and Benefits

ছবি
What is PAN Card, PAN Number, Uses and Benefits What is PAN card? What is the use of a PAN card? Who is eligible for PAN card? What are the benefits of having PAN card? Why having a PAN card is so important? Such type of questions are frequently searched. Let us see about them.   What is PAN Card, PAN Number, Uses and Benefits PAN Card   is a   Permanent Account Number which consists of   10-digit alphanumeric characters and   is assigned to all taxpayers in India. It is issued under the   Indian Income Tax Act, 1961   by the   Indian Income Tax   Department under the supervision of the Central Board for Direct Taxes (CBDT). Basically, PAN card is an electronic system in which all the tax related information of a person or company is recorded against a single PAN number. Let us tell you that two tax paying entities can't have the same PAN Card. For major   financial   transaction PAN card is mandatory like for opening a bank account, sale o

আবারও PSC Requirement 2019

Advertisement No.9(1)/2019   Application starts on:  07/05/2019,  Application ends on:  27/05/2019 (I)ADDITIONAL DIRECTOR, ANIMAL RESOURCES DEVELOPMENT IN THE WEST BENGAL HIGHER ANIMAL HUSBANDRY & VETERINARY SERVICE UNDER THE ANIMAL RESOURCES DEVELOPMENT DEPARTMENT, GOVT. OF WEST BENGAL(Advertisement.9 / 2019) `Sign In` to Apply ; How to Apply :  Click Here   View Advertisement Advertisement No.9(2)/2019   Application starts on:  07/05/2019,  Application ends on:  27/05/2019 (II)DEPUTY DIRECTOR, ANIMAL RESOURCES DEVELOPMENT AND DEPUTY DIRECTOR, ANIMAL RESOURCES DEVELOPMENT DEPARTMENT & PARISHAD OFFICER IN WEST BENGAL HIGHER ANIMAL HUSBANDRY & VETERINARY SERVICE UNDER THE ANIMAL RESOURCES DEVELOPMENT DEPARTMENT, GOVT. OF WEST BENGAL(Advertisement.9 / 2019) `Sign In` to Apply ; How to Apply :  Click Here   View Advertisement Advertisement No.9(3)/2019   Application starts on:  07/05/2019,  Application ends on:  27/05/2019 (III)POSTS OF OFFICERS BELON