Government ne google ki dadagiri ko khatm karne ke liye apna khud ka app store banaya hai 🔥😍
Playstore pe jo apps hain unhe 30% Playstore ko apni kamayi ka hissa dena padta hai
https://apps.mgov.gov.in/details?appid=270
Aap sabhi ye government playstore ko download kare Aur logo ko bhi share Kare
Government ne to apna Kam Kar diya ab hamari Bari.
Playstore pe jo apps hain unhe 30% Playstore ko apni kamayi ka hissa dena padta hai
https://apps.mgov.gov.in/details?appid=270
Aap sabhi ye government playstore ko download kare Aur logo ko bhi share Kare
Government ne to apna Kam Kar diya ab hamari Bari.
Create own advanced realtime io compiler bot on telegram See full tutorial:
https://telegram.me/logicBots/226
https://telegram.me/logicBots/226
Telegram
Logic Bots latest Updates
IOCompiler core latest version
Version: 3.2.2
VersionNo: 22
Github:
https://Github.com/Panditsiddharth/compilers
NPMjs
https://npmjs.com/Panditsiddharth/iocompiler
How to Create Our own compiler bot for Telegram?
Step1: First we create our bot on telegram…
Version: 3.2.2
VersionNo: 22
Github:
https://Github.com/Panditsiddharth/compilers
NPMjs
https://npmjs.com/Panditsiddharth/iocompiler
How to Create Our own compiler bot for Telegram?
Step1: First we create our bot on telegram…
👍1
Create any compiler and run on your own compiler any code
https://youtu.be/4EE-D341z6c
https://youtu.be/4EE-D341z6c
YouTube
Create any Compiler with realtime inputs || iocompiler library for Compiler bot
Create Node js Compiler with realtime inputs || iocompiler library for Compiler bot
Overview:
In this video, I exaplained You about how to create Compiler bot easily by iocompiler library then you can run js, python, c/c++, go rust codes, sh and powershell…
Overview:
In this video, I exaplained You about how to create Compiler bot easily by iocompiler library then you can run js, python, c/c++, go rust codes, sh and powershell…
1. भारतीय संविधान को लिखने का कार्य किसने किया था?
- भारतीय संविधान को प्रेम बिहारी नारायण रायज़ादा ने अंग्रेजी में और वसंत कृष्ण वैद्य ने हिंदी में हाथ से लिखा था।
2. संविधान सभा का अध्यक्ष कौन था?
- .....
More details join: https://t.me/SidsAnalysis/38
Join for daily intrusting knowledge
- भारतीय संविधान को प्रेम बिहारी नारायण रायज़ादा ने अंग्रेजी में और वसंत कृष्ण वैद्य ने हिंदी में हाथ से लिखा था।
2. संविधान सभा का अध्यक्ष कौन था?
- .....
More details join: https://t.me/SidsAnalysis/38
Join for daily intrusting knowledge
Become Termux Expert in Hindi Series Video No.: 7 | Change Termux Permission
https://youtu.be/53b40lkce3s
https://youtu.be/53b40lkce3s
YouTube
Become Termux Expert in Hindi Series #7 | Change termux permissions | Termux storage permission
In this video, I exaplained You about how to change permissions of termux. How to change storage, video, photos permissions and also notifications permission.
Playlist:
https://youtube.com/playlist?list=PLjEYzWkdEvxsirWewr-tsGoVLrY7ABa8f&si=c8ugTtthZ67ud_zX…
Playlist:
https://youtube.com/playlist?list=PLjEYzWkdEvxsirWewr-tsGoVLrY7ABa8f&si=c8ugTtthZ67ud_zX…
Forwarded from BCA MCA Btech CS IT Channel (Siddharth Sharma)
Is There any Way to run Any language code other than javascript in frontend (browser) ?
Anonymous Quiz
80%
Yes
20%
No
In these days rust is getting much popular
1) Because of it's speed of execution.
2) It's full controll on system memory
3) it's ownership model
4) And integration to other languages
So why wait let's join our rust channel
https://t.me/Rust_Codes_Pro
1) Because of it's speed of execution.
2) It's full controll on system memory
3) it's ownership model
4) And integration to other languages
So why wait let's join our rust channel
https://t.me/Rust_Codes_Pro
Telegram
Rust Codes Basic to Advanced
Rust Codes Basic to Advanced
Jinke pass bhi Groups hain 10 members se 250 members tak ke vo mujhe de sakte hain
(Only telegram groups no newly created)
And don't comment here directly message me
Minimum Price 50 rupye maximum price can be 100 vary based on group
And in special group case it will be more
@Panditsiddharth
Or Call 6389680622
(Only telegram groups no newly created)
And don't comment here directly message me
Minimum Price 50 rupye maximum price can be 100 vary based on group
And in special group case it will be more
@Panditsiddharth
Or Call 6389680622
We have started new Channel.
Is channels me aapko 8000 se lekar 1lack+ salary ke jobs achive karne ke liye kya skills required hoti hain unke bare me batayenge.
Kya kya jaroori hota hai cv, experience, education and knowledge se lekar bahut kuchh
Har ek field jaise accounting, Software development se lekar Har tarah ke work ki skills.
To wait karne ki bajay join karlo👇
@NaukriSkills
Is channels me aapko 8000 se lekar 1lack+ salary ke jobs achive karne ke liye kya skills required hoti hain unke bare me batayenge.
Kya kya jaroori hota hai cv, experience, education and knowledge se lekar bahut kuchh
Har ek field jaise accounting, Software development se lekar Har tarah ke work ki skills.
To wait karne ki bajay join karlo👇
@NaukriSkills
❤1
// #14 Tick tac game by null coder Siddharth Sharma C++ New version
#include<iostream>
#include<conio.h>
using namespace std;
bool draw;
int choice, row;
char n[9] = {'1','2','3','4','5','6','7','8','9'};
char turn = 'X';
void display(void){
clrscr();
cout << "\tT i c k T a c k G a m e\n";
cout << "\n\tPlayer1 [X] \n\tPlayer2 [O]\n\n";
cout << "\t | | \n";
cout << "\t "<<n[0]<<" | "<<n[1]<<" | "<<n[2]<<" \n";
cout << "\t.....|.....|.....\n";
cout << "\t | | \n";
cout << "\t "<<n[3]<<" | "<<n[4]<<" | "<<n[5]<<" \n";
cout << "\t.....|.....|.....\n";
cout << "\t | | \n";
cout << "\t "<<n[6]<<" | "<<n[7]<<" | "<<n[8]<<" \n";
cout << "\t | | \n";
}
void CheaterSid(void){
if(turn =='X'){
cout<<"\n\tPlayer1 [X] turn: ";
}
if(turn =='O'){
cout<<"\n\tPlayer2 [O] turn: ";
}
cin>>choice;
switch (choice){
case 1: row = 0; break;
case 2: row = 1; break;
case 3: row = 2; break;
case 4: row = 3; break;
case 5: row = 4; break;
case 6: row = 5; break;
case 7: row = 6; break;
case 8: row = 7; break;
case 9: row = 8; break;
default:
cout<<"Invalid choice";
break;
}
if(turn =='X' && n[row]!= 'X' && n[row]!= 'O'){
n[row] = 'X';
turn = 'O';
}
else if(turn =='O' && n[row]!= 'X' && n[row]!= 'O'){
n[row] = 'O';
turn = 'X';}
else {
cout<<"You entered wrong: Please enter correct ";
CheaterSid();
}
// X O Game by Siddharth Sharma
// Join Telegram.me/CPP_Codes_Pro
display();
}
bool KhelKhatm(){
// Winnings check
int k = 0;
for(int i = 0; i<3; i++){
if(n[0+k]==n[1+k] && n[0+k]==n[2+k])
return false;
k=k+3;
}
k=0;
for(int i = 0; i<3; i++){
if(n[0+k]==n[3+k] && n[0+k]==n[6+k])
return false;
k=k+1;
}
if(n[2]==n[4] && n[2]==n[6]){
return false;}
if(n[0]==n[4] && n[0]==n[8]){
return false;}
// Play Check
for(int i = 0; i<9; i++)
if(n[i]!='X' && n[i]!='O')
return true;
// Game Draw
draw = true;
return false;
}
int main(){
while(KhelKhatm()){
// X O Game by Siddharth Sharma
// Join Telegram.me/CPP_Codes_Pro
display();
CheaterSid();
KhelKhatm();
}
if(turn=='O' && draw == false)
cout<<"\nPlayer1 [X] won! Congratulations";
else if(turn=='X' && draw == false)
cout<<"\nPlayer2 [O] won! Congratulations";
else
cout<<"GAME DRAW!";
return 0;
}
// #14 X O Game by Siddharth Sharma New Version
// Join Telegram.me/CPP_Codes_Pro
#include<iostream>
#include<conio.h>
using namespace std;
bool draw;
int choice, row;
char n[9] = {'1','2','3','4','5','6','7','8','9'};
char turn = 'X';
void display(void){
clrscr();
cout << "\tT i c k T a c k G a m e\n";
cout << "\n\tPlayer1 [X] \n\tPlayer2 [O]\n\n";
cout << "\t | | \n";
cout << "\t "<<n[0]<<" | "<<n[1]<<" | "<<n[2]<<" \n";
cout << "\t.....|.....|.....\n";
cout << "\t | | \n";
cout << "\t "<<n[3]<<" | "<<n[4]<<" | "<<n[5]<<" \n";
cout << "\t.....|.....|.....\n";
cout << "\t | | \n";
cout << "\t "<<n[6]<<" | "<<n[7]<<" | "<<n[8]<<" \n";
cout << "\t | | \n";
}
void CheaterSid(void){
if(turn =='X'){
cout<<"\n\tPlayer1 [X] turn: ";
}
if(turn =='O'){
cout<<"\n\tPlayer2 [O] turn: ";
}
cin>>choice;
switch (choice){
case 1: row = 0; break;
case 2: row = 1; break;
case 3: row = 2; break;
case 4: row = 3; break;
case 5: row = 4; break;
case 6: row = 5; break;
case 7: row = 6; break;
case 8: row = 7; break;
case 9: row = 8; break;
default:
cout<<"Invalid choice";
break;
}
if(turn =='X' && n[row]!= 'X' && n[row]!= 'O'){
n[row] = 'X';
turn = 'O';
}
else if(turn =='O' && n[row]!= 'X' && n[row]!= 'O'){
n[row] = 'O';
turn = 'X';}
else {
cout<<"You entered wrong: Please enter correct ";
CheaterSid();
}
// X O Game by Siddharth Sharma
// Join Telegram.me/CPP_Codes_Pro
display();
}
bool KhelKhatm(){
// Winnings check
int k = 0;
for(int i = 0; i<3; i++){
if(n[0+k]==n[1+k] && n[0+k]==n[2+k])
return false;
k=k+3;
}
k=0;
for(int i = 0; i<3; i++){
if(n[0+k]==n[3+k] && n[0+k]==n[6+k])
return false;
k=k+1;
}
if(n[2]==n[4] && n[2]==n[6]){
return false;}
if(n[0]==n[4] && n[0]==n[8]){
return false;}
// Play Check
for(int i = 0; i<9; i++)
if(n[i]!='X' && n[i]!='O')
return true;
// Game Draw
draw = true;
return false;
}
int main(){
while(KhelKhatm()){
// X O Game by Siddharth Sharma
// Join Telegram.me/CPP_Codes_Pro
display();
CheaterSid();
KhelKhatm();
}
if(turn=='O' && draw == false)
cout<<"\nPlayer1 [X] won! Congratulations";
else if(turn=='X' && draw == false)
cout<<"\nPlayer2 [O] won! Congratulations";
else
cout<<"GAME DRAW!";
return 0;
}
// #14 X O Game by Siddharth Sharma New Version
// Join Telegram.me/CPP_Codes_Pro
❤3
Run it on conio.h Supported compiler
Example:
Turbo C
Mobile C code Compiler
Example:
Turbo C
Mobile C code Compiler
Join @LogicBots
For
Getting Updates of our bots
Sujjestion for new bot
Sujjestion for new features
https://t.me/logicBots
For
Getting Updates of our bots
Sujjestion for new bot
Sujjestion for new features
https://t.me/logicBots
// Shows Indian Time
// Output: t.me/cpp_group_pro/2039
#include <iostream>
#include <ctime>
using namespace std;
int main() {
time_t rawtime;
struct tm *utc, ist;
time(&rawtime);
utc = gmtime(&rawtime);
ist = *utc;
ist.tm_hour += 5;
ist.tm_min += 30;
mktime(&ist);
cout << "Time (IST): "
<< (ist.tm_mday) << "-" << (ist.tm_mon + 1) << "-" << (ist.tm_year + 1900)
<< " " << (ist.tm_hour) << ":" << (ist.tm_min) << ":" << (ist.tm_sec)
<< endl;
return 0;
}
// Output: t.me/cpp_group_pro/2039
New Bot
@VideoCompress0bot
Direct send your large size video to this bot and it will convert to small size
Warning: Don't send already compressed video or low quality video other wise it will increase those size instead decreasing
@VideoCompress0bot
Direct send your large size video to this bot and it will convert to small size
Warning: Don't send already compressed video or low quality video other wise it will increase those size instead decreasing
Join BCA/MCA developers group on arattai
A Indian chat app by zoho Supported by government
https://chat.arattai.in/groups/t43545f313237373536333834333438343434363931355f32303030353533333235382d47437c3031303131353032353136343137353935303935383035393830
A Indian chat app by zoho Supported by government
https://chat.arattai.in/groups/t43545f313237373536333834333438343434363931355f32303030353533333235382d47437c3031303131353032353136343137353935303935383035393830
chat.arattai.in
BCA MCA ( Developers )
Sabhi log arattai app install karlo
Hame apne desh ki app ko support karna chahiye
Vahi pe ek doosre se bat Karo whatsapp ki bajaye
Dheere dheere sare log whatsapp chhod ke arattai use karo
Isme aapko hamare sare arattai app me jo groups/channels hai aur honge vo milte rahenge 👇
https://aratt.ai/@ignoustudycenter
Hame apne desh ki app ko support karna chahiye
Vahi pe ek doosre se bat Karo whatsapp ki bajaye
Dheere dheere sare log whatsapp chhod ke arattai use karo
Isme aapko hamare sare arattai app me jo groups/channels hai aur honge vo milte rahenge 👇
https://aratt.ai/@ignoustudycenter
Arattai
IGNOU Study Center