This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please help to improve this article by introducing more precise citations.(July 2015) (Learn how and when to remove this template message)
The Vanni, also spelled Wanni, is the name given to the mainland area of the Northern Province of Sri Lanka. It covers the entirety of Mannar, Mullaitivu and Vavuniya Districts, and most of Kilinochchi District, and has an area of approximately 7,650 square kilometres (2,950 sq mi). The population and infrastructure of the Vanni were devastated by the Sri Lankan Civil War.
Contents
1History
2Geography
3Demographics
4External links
History
Tamil feudal chiefs called Vanniar chiefs who have their origin here cultivated the Vanni in the first millennium of the Common Era governing what were called Vannimai, the Jaffna kingdom's land divisions located south of the Jaffna Peninsula in the present-day Northern, North Central and Eastern provinces of Sri Lanka.
Geography
Geographically, the Vanni is distinct from the Jaffna Peninsula, the other area of the Northern Province. Jaffna peninsula is irrigated by underground aquifers fed by wells whereas the Vanni has irrigation tanks fed by perennial rivers. Major rivers include: Akkarayan Aru, Aruvi Aru, Kanakarayan Aru, Kodalikkallu Aru, Mandekal Aru, two called Nay Aru, Netheli Aru, Pali Aru, Pallavarayankaddu Aru, Parangi Aru, Per Aru, Piramenthal Aru, Theravil Aru. There are also a number of lagoons around the Vanni, the largest being Jaffna Lagoon, Nanthi Kadal, Chundikkulam Lagoon, Kokkilai Lagoon, Nai Aru Lagoon and Chalai Lagoon.
Much of the interior (approximately 4,200 km2 (1,600 sq mi)) of the Vanni is covered by dense forest.
Demographics
The Vanni had a population of nearly 700,000 in 2007, making it one of the most sparsely populated areas of Sri Lanka. However, the area's population figures have been highly volatile due to massive displacement caused by the Sri Lankan Civil War.
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I am uploading my code to heroku with the command: git push heroku master But whenever i push the code, whole code pushed on the server, but there is nothing there but application error. 2018-11-17T07:14:17.465955+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ecodrivebot.herokuapp.com request_id=47dc6aff-19dc-45e3-8a86-2d41eeef86b0 fwd="122.180.29.179" dyno= connect= service= status=503 bytes= protocol=https 2018-11-17T07:14:18.030853+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=ecodrive...
0
This is my code for Chat Box, the window where I have "In" and "Out" messages are appearing.
import React, { Component } from "react";
import {
StyleSheet,
Text,
View,
TouchableOpacity,
TextInput,
FlatList,
Platform,
AsyncStorage
} from "react-native";
import Tutor from "../image/krutika.jpg";
import {
Container,
Header,
Left,
Input,
Body,
Right,
Thumbnail,
Button
} from "native-base";
import FontAwesome from "react-native-vector-icons/FontAwesome";
import Ionicons from "react-native-vector-icons/Ionicons";
import Icon1 from "react-native-vector-icons/FontAwesome";
import axios from "axios";
export default class ChatBox extends Component {
st...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
-1
I have a windows laptop and a mac mini my problem is that It wont deploy on iphone if I use Visual Studio Xamarin on windows to install my app, but it works fine with Visual Studio For Mac. Here's what I get after build succeded on Visual Studio Xamarin on windows : 1>------ Build started: Project: FinalCustomerApp.iOS, Configuration: Debug iPhone ------ 1> Connecting to Mac server 192.168.8.100... 1> FinalCustomerApp.iOS -> C:UsersJeremy PaulDesktopFinalCustomerAppFinalCustomerAppFinalCustomerApp.iOSbiniPhoneDebugFinalCustomerApp.iOS.exe 1> Detected signing identity: 1> Code Signing Key: ...