This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
import '../../../../utils/app_asset.dart'; | |
import '../../../../utils/app_style.dart'; | |
class Bill extends StatefulWidget { | |
const Bill({Key? key}) : super(key: key); | |
@override | |
State<Bill> createState() => _BillState(); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'package:google_api_headers/google_api_headers.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter_google_places/flutter_google_places.dart'; | |
import 'package:google_maps_webservice/places.dart'; | |
import 'package:uuid/uuid.dart'; | |
const kGoogleApiKey = ""; //add your key here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
tools:context="com.example.oshin.myjsonlist.MainActivity"> | |
<ListView | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private TextView t1; | |
@Override | |
protected void onCreate(Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
setContentView(R.layout.activity_main); | |
t1= (TextView) findViewById(R.id.t1); | |
jsonTask jTask = new jsonTask(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "\n\n::::::::::::::::::::***Welcome to CAFE BASH***::::::::::::::::::::::::\n\n" | |
echo "*****our menu PRICE | |
\n A.cold coffee =60tk per cup | |
\n B.Hot coffee =40tk per cup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Project Name: #C_Programming_Basic_Challenge | |
I make this project in C programming language. | |
This is a project where anyone can test his/her C programming Basic Skills. To complete this project I need to code #2142 lines. And now it’s running successfully. | |
I already showed it to some of my university faculty members. They like this project very much. They are happy with my performance. (Note. it is not for marks/sub base project) | |
Thanks to them because without their support I may not able to complete this project. | |
This project I never gona forget this experience daily 4-7hr continuous coding life), fixing bug omg!! Can’t explain! Thank you Allah to give me so much patience. | |
Project Summary: | |
As it is a skill judgment type software so, | |
Mainly there is a 3 level, 1-easy, 2-medium, 3-hard | |
You can pick your level and then atomically question will appeared. (It’s like multiple choice type question) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name : University Management in CISCO | |
this is my networking project (n.b : this is not for any marks / subject , I have done this because i love to work with cisco and networking is my fav subject ) | |
well in this project , | |
there are mainly 3 parts in the background , 1) Administrator 2)departments 3) general sector | |
1) In the Administration part : only admin of diu like exam committee head,department head can exchange msg/email/use www.admin.diu.edu.bd | |
no one can access there msg/email/website/files etc without admins . | |
so thats mean its total secure admistration | |
2) In the department part : cse department msg/mail/notice/file can only access cse student . similarly eee department student can access eee department msg but they cant access cse,bba,swe (i made only 4 department ) | |
so thats mean its totaly secure departments | |
3) In general sector : all student can access www.diu.edu.bd |