Tilgate & Furnace Green (electoral division)
Tilgate & Furnace Green is an electoral division of West Sussex in the United Kingdom, and returns one member to sit on West Sussex County Council.
Tilgate & Furnace Green | |
---|---|
Shown within West Sussex | |
District: | Crawley |
UK Parliament Constituency: | Crawley |
Ceremonial county: | West Sussex |
EU Constituency: | South East England |
Electorate (2009): | 8759 |
County Councillor | |
Duncan Crow (Con) |
Extent
The division covers the neighbourhoods of Furnace Green and Tilgate, which form part of the urban area of the town of Crawley.
It falls entirely within the un-parished area of Crawley Borough and comprises the following borough wards: Furnace Green Ward and Tilgate Ward.
Election results
2017 Election
Results of the election held on 4 May 2017:
Party | Candidate | Votes | % | ± | |
---|---|---|---|---|---|
Conservative | Duncan Crow | 1,934 | 58.1 | +13.8 | |
Labour | Rajesh Sharma | 955 | 28.7 | -3.2 | |
UKIP | Allan Griffiths | 187 | 5.6 | -10.9 | |
Liberal Democrats | Kevin Osborne | 170 | 5.1 | +3.2 | |
Green | Derek Hardman | 81 | 2.4 | -1.4 | |
Majority | 979 | 29.4 | +17.0 | ||
Turnout | 3,327 | 37.4 | +0.1 | ||
Conservative hold | Swing | +8.5% |
2013 Election
Results of the election held on 2 May 2013:
Party | Candidate | Votes | % | ± | |
---|---|---|---|---|---|
Conservative | Duncan Crow | 1,461 | 44.3 | -1.7 | |
Labour | Colin Moffatt | 1,054 | 31.9 | +6.9 | |
UKIP | Graham Harper | 544 | 16.5 | N/A | |
Green | Derek Hardman | 124 | 3.8 | N/A | |
Liberal Democrats | John Lovell | 62 | 1.9 | -15.9 | |
Independent | Richard Symonds | 56 | 1.7 | N/A | |
Majority | 407 | 12.4 | -8.6 | ||
Turnout | 3,301 | 37.3 | -2.4 | ||
Conservative hold | Swing | -4.3% |
2009 Election
Results of the election held on 4 June 2009:
Party | Candidate | Votes | % | ± | |
---|---|---|---|---|---|
Conservative | Duncan Crow | 1,600 | 46.0 | +5.4 | |
Labour | Ian Irvine | 871 | 25.0 | -12.5 | |
Liberal Democrats | Darren Wise | 607 | 17.4 | +0.4 | |
BNP | Vernon Atkinson | 401 | 11.5 | N/A | |
Majority | 729 | 21.0 | +17.9 | ||
Turnout | 3,479 | 39.7 | -23.8 | ||
Conservative hold | Swing | +9.0% |
2005 Election
Results of the election held on 5 May 2005:
Party | Candidate | Votes | % | ± | |
---|---|---|---|---|---|
Conservative | Duncan Crow | 2,302 | 40.6 | ||
Labour | William Ward | 2,127 | 37.5 | ||
Liberal Democrats | Roger McMurray | 963 | 17.0 | ||
Green | Vicky Dore | 283 | 5.0 | ||
Majority | 175 | 3.1 | |||
Turnout | 5,675 | 63.5 | |||
Conservative win (new seat) |
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.