SlideShare a Scribd company logo
Cab Invoice Genrator
Presented By
Harsh Mathur
Bachelor of Computer Application
Dezyne E’cole College, Ajmer
Project reporton
Cab Invoice Genrator
Submitted To
Dezyne E’cole College
Towards
The Partial Fulfillment
Of Second Year, Bachelor of Computer Application
By
Harsh Mathur
Dezyne E,cole College
106/10, Civil Line, Ajmer
www.dezyneecole.com
Acknowledgment
I am Harsh Mathur student of Bachelor of Computer Application Dezyne
E’Cole College would like to express my gratitude to each and every
person who has contributed in stimulating suggestions and
encouragement which really helped me to coordinate my project.
I also thank Dezyne E’Cole College who provided insight and expertise
that greatly assisted the project. Also, a special thanks to my teacher,
parents and colleagues who have supported me at every step.
Not to forget, the almighty who blessed me with good health because of
which I worked more efficiently and better.
Front Interface of Softwere…
Insert Information
Generate Bill
Source Code
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
public class Final extends Frameimplements ActionListener
{
TextField t1,t2,t3,t4,t5;
JButton b1,b2;
Label l1,l2,l3,l4,l5,l6,l7,h1;
Choice li1,li2;
public JLabel timeLabel = new JLabel(" ", JLabel.CENTER);
Final()
{
Font f1=new Font("Arial",Font.BOLD,30);
Font f2=new Font("Arial",Font.BOLD,80);
Font f3=new Font("Arial",Font.BOLD,15);
Font f4=new Font("Arial",Font.BOLD,20);
b1=new JButton("Generate Bill");
b2=new JButton("Clear");
h1=new Label("CAB INVOICEGENRATOR");
l1=new Label("Booked By");
l2=new Label("USed By");
l3=new Label("Select City");
l4=new Label("Select Cab");
l5=new Label("KMs Used");
t1=new TextField();
t2=new TextField();
t3=new TextField();
t4=new TextField();
t5=new TextField();
setSize(1000,600);
setLayout(null);
setVisible(true);
h1.setBounds(330,50,400,40);
h1.setFont(f1);
t4.setFont(f2);
t5.setFont(f4);
l1.setFont(f3);
l2.setFont(f3);
l3.setFont(f3);
l4.setFont(f3);
l5.setFont(f3);
b1.setFont(f4);
b2.setFont(f4);
l1.setBounds(50,120,100,30);
l2.setBounds(50,170,200,30);
l3.setBounds(50,220,200,30);
l4.setBounds(50,270,200,30);
l5.setBounds(50,320,200,30);
t1.setBounds(250,120,200,30);
t2.setBounds(250,170,200,30);
t3.setBounds(250,320,200,30);
t4.setBounds(600,220,250,150);
t5.setBounds(600,160,250,50);
b1.setBounds(320,400,320,50);
b2.setBounds(400,470,150,50);
add(h1);
add(l1);
add(l2);
add(l3);
add(l4);
add(l5);
add(t1);
add(t2);
add(t3);
add(t4);
add(t5);
add(b1);
add(b2);
b1.addActionListener(this);
b2.addActionListener(this);
li1=new Choice();
li1.setBounds(250,220, 200,23);
li1.add("--SelectCity--");
li1.add("Ajmer");
li1.add("Jaipur");
li1.add("Kota");
li1.add("Bikaner");
li1.add("Jodhpur");
li2=new Choice();
li2.setBounds(250,270, 200,23);
li2.add("--SelectCab--");
li2.add("Ola");
li2.add("Ubar");
li2.add("TexiFor Sure");
li2.add("Jugnoo ");
add(li1);
add(li2);
}
public void actionPerformed(ActionEvente)
{
String s1=t1.getText();
String s2=t2.getText();
String s4=t4.getText();
int s3=Integer.parseInt(t3.getText());
try
{
if(e.getSource()==b1)
{
RandomAccessFileraf=new RandomAccessFile("./cabdata.txt","rws");
raf.writeBytes("Booked By"+s1);
raf.writeBytes("Used By"+s2);
raf.writeBytes("TotalKMs"+s3);
raf.writeBytes("TotalBill"+s4);
}
}
catch(Exception ee)
{}
float bill;
bill=s3*49;
t4.setText(String.valueOf(bill));
t5.setText(s2+" Your Bill is");
if(e.getSource()==b2)
{
t1.setText("");
t2.setText("");
t3.setText("");
t4.setText("");
t5.setText("");
}
}
public static void main(String args[])
{
new Final();
}
}
THANK YOU
Created By:Harsh Mathur
Bachelor of Computer Application
Dezyne E’cole College, Ajmer

More Related Content

Similar to Cab invoice/cab Bill Genrater

Rahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 YearRahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 Year
dezyneecole
 
Online voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole College
Online voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole CollegeOnline voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole College
Online voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole College
Supriya Deshmukh
 
Nitin Kumawat, BCA -3 Year
Nitin Kumawat, BCA -3 YearNitin Kumawat, BCA -3 Year
Nitin Kumawat, BCA -3 Year
dezyneecole
 
Invoice Maker by harsh mathur
Invoice Maker by harsh mathurInvoice Maker by harsh mathur
Invoice Maker by harsh mathur
Harsh Mathur
 
Billing System
Billing SystemBilling System
Billing System
AnushkaSharma111
 
Sachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third YearSachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third Year
Dezyneecole
 
Harendra Singh,BCA Third Year
Harendra Singh,BCA Third YearHarendra Singh,BCA Third Year
Harendra Singh,BCA Third Year
dezyneecole
 
Mithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third YearMithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third Year
dezyneecole
 
Chitransh Vasistha, BCA -3 Year
Chitransh Vasistha, BCA -3 YearChitransh Vasistha, BCA -3 Year
Chitransh Vasistha, BCA -3 Year
dezyneecole
 
Iram naaz khan_studentmanagementpdf
Iram naaz khan_studentmanagementpdfIram naaz khan_studentmanagementpdf
Iram naaz khan_studentmanagementpdf
Mohnish Tak
 
Heena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole College
Heena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole CollegeHeena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole College
Heena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole College
dezyneecole
 
Jagriti Pepawat, Final Year BCA .Dezyne E'cole College
Jagriti Pepawat, Final Year BCA .Dezyne E'cole CollegeJagriti Pepawat, Final Year BCA .Dezyne E'cole College
Jagriti Pepawat, Final Year BCA .Dezyne E'cole College
dezyneecole
 
Mayank Udai , BCA 2 Year
Mayank Udai , BCA 2 YearMayank Udai , BCA 2 Year
Mayank Udai , BCA 2 Year
dezyneecole
 
Mohit Gehani,BCA -3 Year
Mohit Gehani,BCA -3 YearMohit Gehani,BCA -3 Year
Mohit Gehani,BCA -3 Year
dezyneecole
 
Farman Hussain, BCA -3 Year
Farman Hussain, BCA -3 YearFarman Hussain, BCA -3 Year
Farman Hussain, BCA -3 Year
dezyneecole
 
Mayank Udai , BCA 3 Year
Mayank Udai , BCA 3 YearMayank Udai , BCA 3 Year
Mayank Udai , BCA 3 Year
dezyneecole
 
Rahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 YearRahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 Year
dezyneecole
 
Mithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third YearMithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third Year
dezyneecole
 
Mayank Udai , BCA 3 Year
Mayank Udai , BCA 3 YearMayank Udai , BCA 3 Year
Mayank Udai , BCA 3 Year
dezyneecole
 
Mohit Gehani,BCA -2 Year
Mohit Gehani,BCA -2 YearMohit Gehani,BCA -2 Year
Mohit Gehani,BCA -2 Year
dezyneecole
 

Similar to Cab invoice/cab Bill Genrater (20)

Rahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 YearRahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 Year
 
Online voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole College
Online voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole CollegeOnline voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole College
Online voting system, Supriya Deshmukh, BCA 3rd year, Dezyne E'cole College
 
Nitin Kumawat, BCA -3 Year
Nitin Kumawat, BCA -3 YearNitin Kumawat, BCA -3 Year
Nitin Kumawat, BCA -3 Year
 
Invoice Maker by harsh mathur
Invoice Maker by harsh mathurInvoice Maker by harsh mathur
Invoice Maker by harsh mathur
 
Billing System
Billing SystemBilling System
Billing System
 
Sachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third YearSachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third Year
 
Harendra Singh,BCA Third Year
Harendra Singh,BCA Third YearHarendra Singh,BCA Third Year
Harendra Singh,BCA Third Year
 
Mithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third YearMithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third Year
 
Chitransh Vasistha, BCA -3 Year
Chitransh Vasistha, BCA -3 YearChitransh Vasistha, BCA -3 Year
Chitransh Vasistha, BCA -3 Year
 
Iram naaz khan_studentmanagementpdf
Iram naaz khan_studentmanagementpdfIram naaz khan_studentmanagementpdf
Iram naaz khan_studentmanagementpdf
 
Heena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole College
Heena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole CollegeHeena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole College
Heena Tejwani Project on Java ,Final Year BCA ,Dezyne E'cole College
 
Jagriti Pepawat, Final Year BCA .Dezyne E'cole College
Jagriti Pepawat, Final Year BCA .Dezyne E'cole CollegeJagriti Pepawat, Final Year BCA .Dezyne E'cole College
Jagriti Pepawat, Final Year BCA .Dezyne E'cole College
 
Mayank Udai , BCA 2 Year
Mayank Udai , BCA 2 YearMayank Udai , BCA 2 Year
Mayank Udai , BCA 2 Year
 
Mohit Gehani,BCA -3 Year
Mohit Gehani,BCA -3 YearMohit Gehani,BCA -3 Year
Mohit Gehani,BCA -3 Year
 
Farman Hussain, BCA -3 Year
Farman Hussain, BCA -3 YearFarman Hussain, BCA -3 Year
Farman Hussain, BCA -3 Year
 
Mayank Udai , BCA 3 Year
Mayank Udai , BCA 3 YearMayank Udai , BCA 3 Year
Mayank Udai , BCA 3 Year
 
Rahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 YearRahul Singodiya, BCA -3 Year
Rahul Singodiya, BCA -3 Year
 
Mithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third YearMithlesh Singh Rawat , BCA Third Year
Mithlesh Singh Rawat , BCA Third Year
 
Mayank Udai , BCA 3 Year
Mayank Udai , BCA 3 YearMayank Udai , BCA 3 Year
Mayank Udai , BCA 3 Year
 
Mohit Gehani,BCA -2 Year
Mohit Gehani,BCA -2 YearMohit Gehani,BCA -2 Year
Mohit Gehani,BCA -2 Year
 

More from Harsh Mathur

Understanding-Salesforce-CDP.pdf
Understanding-Salesforce-CDP.pdfUnderstanding-Salesforce-CDP.pdf
Understanding-Salesforce-CDP.pdf
Harsh Mathur
 
Service Desk By Harsh Mathur
Service Desk  By Harsh MathurService Desk  By Harsh Mathur
Service Desk By Harsh Mathur
Harsh Mathur
 
Training Management Software By Harsh Mathur.
Training  Management Software By Harsh Mathur.Training  Management Software By Harsh Mathur.
Training Management Software By Harsh Mathur.
Harsh Mathur
 
Harsh Mathur Final Year Project Report on Restaurant Billing System
Harsh  Mathur Final Year Project Report on Restaurant Billing SystemHarsh  Mathur Final Year Project Report on Restaurant Billing System
Harsh Mathur Final Year Project Report on Restaurant Billing System
Harsh Mathur
 
Hotel management system By Harsh & aditya Mathur.
Hotel management system By  Harsh & aditya  Mathur.Hotel management system By  Harsh & aditya  Mathur.
Hotel management system By Harsh & aditya Mathur.
Harsh Mathur
 
Harsh Mathur Restaurant Billing System project ppt
Harsh Mathur Restaurant Billing System project pptHarsh Mathur Restaurant Billing System project ppt
Harsh Mathur Restaurant Billing System project ppt
Harsh Mathur
 
Holography project By Harsh Mathur & Aditya Mathur.
Holography project By Harsh Mathur & Aditya Mathur.Holography project By Harsh Mathur & Aditya Mathur.
Holography project By Harsh Mathur & Aditya Mathur.
Harsh Mathur
 
Harsh Mathur project c++
Harsh Mathur project c++Harsh Mathur project c++
Harsh Mathur project c++
Harsh Mathur
 
College website By Harsh Mathur
College website By Harsh MathurCollege website By Harsh Mathur
College website By Harsh Mathur
Harsh Mathur
 
Billing software By Harsh Mathur
Billing software By Harsh MathurBilling software By Harsh Mathur
Billing software By Harsh Mathur
Harsh Mathur
 
Alert system By Harsh Mathur.
Alert system By Harsh Mathur.Alert system By Harsh Mathur.
Alert system By Harsh Mathur.
Harsh Mathur
 
Color palette By Harsh Mathur
Color palette By Harsh MathurColor palette By Harsh Mathur
Color palette By Harsh Mathur
Harsh Mathur
 
Billing Software By Harsh Mathur.
Billing Software By Harsh Mathur.Billing Software By Harsh Mathur.
Billing Software By Harsh Mathur.
Harsh Mathur
 
Text Editor By Harsh Mathur.
Text Editor By Harsh Mathur.Text Editor By Harsh Mathur.
Text Editor By Harsh Mathur.
Harsh Mathur
 
Student Management System (SMS)
Student Management System (SMS)Student Management System (SMS)
Student Management System (SMS)
Harsh Mathur
 
Informatics Practices Chapter 2 Open Source Software Concepts Class 12th
 Informatics Practices Chapter 2  Open Source Software Concepts Class 12th Informatics Practices Chapter 2  Open Source Software Concepts Class 12th
Informatics Practices Chapter 2 Open Source Software Concepts Class 12th
Harsh Mathur
 
Chapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12thChapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12th
Harsh Mathur
 
Informatics Practices Project on Tour and travels
 Informatics Practices Project on Tour and travels  Informatics Practices Project on Tour and travels
Informatics Practices Project on Tour and travels
Harsh Mathur
 
Eco chapter 1 class 12th
Eco chapter 1 class 12thEco chapter 1 class 12th
Eco chapter 1 class 12th
Harsh Mathur
 

More from Harsh Mathur (19)

Understanding-Salesforce-CDP.pdf
Understanding-Salesforce-CDP.pdfUnderstanding-Salesforce-CDP.pdf
Understanding-Salesforce-CDP.pdf
 
Service Desk By Harsh Mathur
Service Desk  By Harsh MathurService Desk  By Harsh Mathur
Service Desk By Harsh Mathur
 
Training Management Software By Harsh Mathur.
Training  Management Software By Harsh Mathur.Training  Management Software By Harsh Mathur.
Training Management Software By Harsh Mathur.
 
Harsh Mathur Final Year Project Report on Restaurant Billing System
Harsh  Mathur Final Year Project Report on Restaurant Billing SystemHarsh  Mathur Final Year Project Report on Restaurant Billing System
Harsh Mathur Final Year Project Report on Restaurant Billing System
 
Hotel management system By Harsh & aditya Mathur.
Hotel management system By  Harsh & aditya  Mathur.Hotel management system By  Harsh & aditya  Mathur.
Hotel management system By Harsh & aditya Mathur.
 
Harsh Mathur Restaurant Billing System project ppt
Harsh Mathur Restaurant Billing System project pptHarsh Mathur Restaurant Billing System project ppt
Harsh Mathur Restaurant Billing System project ppt
 
Holography project By Harsh Mathur & Aditya Mathur.
Holography project By Harsh Mathur & Aditya Mathur.Holography project By Harsh Mathur & Aditya Mathur.
Holography project By Harsh Mathur & Aditya Mathur.
 
Harsh Mathur project c++
Harsh Mathur project c++Harsh Mathur project c++
Harsh Mathur project c++
 
College website By Harsh Mathur
College website By Harsh MathurCollege website By Harsh Mathur
College website By Harsh Mathur
 
Billing software By Harsh Mathur
Billing software By Harsh MathurBilling software By Harsh Mathur
Billing software By Harsh Mathur
 
Alert system By Harsh Mathur.
Alert system By Harsh Mathur.Alert system By Harsh Mathur.
Alert system By Harsh Mathur.
 
Color palette By Harsh Mathur
Color palette By Harsh MathurColor palette By Harsh Mathur
Color palette By Harsh Mathur
 
Billing Software By Harsh Mathur.
Billing Software By Harsh Mathur.Billing Software By Harsh Mathur.
Billing Software By Harsh Mathur.
 
Text Editor By Harsh Mathur.
Text Editor By Harsh Mathur.Text Editor By Harsh Mathur.
Text Editor By Harsh Mathur.
 
Student Management System (SMS)
Student Management System (SMS)Student Management System (SMS)
Student Management System (SMS)
 
Informatics Practices Chapter 2 Open Source Software Concepts Class 12th
 Informatics Practices Chapter 2  Open Source Software Concepts Class 12th Informatics Practices Chapter 2  Open Source Software Concepts Class 12th
Informatics Practices Chapter 2 Open Source Software Concepts Class 12th
 
Chapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12thChapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12th
 
Informatics Practices Project on Tour and travels
 Informatics Practices Project on Tour and travels  Informatics Practices Project on Tour and travels
Informatics Practices Project on Tour and travels
 
Eco chapter 1 class 12th
Eco chapter 1 class 12thEco chapter 1 class 12th
Eco chapter 1 class 12th
 

Recently uploaded

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 

Recently uploaded (20)

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 

Cab invoice/cab Bill Genrater