This file has been truncated, but you can view the full file.
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
AAMAR | |
AANCUTE | |
AANCUTEI | |
AANDRIESEI | |
AANEGROAE | |
AANEI | |
AANI | |
AANICAI | |
AANII | |
AANITAI |
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
AAFILE | |
AANEI | |
AARSHAT | |
ABA | |
ABABEI | |
ABABI | |
ABABIE | |
ABADAL | |
ABADI | |
ABADY |
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
const numToBase = (number, base) => { | |
let newNum = 0; | |
let p10 = 1; | |
while(number) { | |
newNum = newNum + (number % base) * p10; | |
p10 *= 10; | |
number = Math.floor(number / base); | |
} | |
return newNum; |
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
'Abrud', 'Adjud', 'Agnita', 'Aiud', 'Alba Iulia', 'Aleșd', 'Alexandria', 'Amara', 'Anina', 'Aninoasa', 'Arad', 'Ardud', 'Avrig', 'Azuga', 'Babadag', 'Băbeni', 'Bacău', 'Baia de Aramă', | |
'Baia de Arieș', 'Baia Mare', 'Baia Sprie', 'Băicoi', 'Băile Govora', 'Băile Herculane', 'Băile Olănești', 'Băile Tușnad', 'Băilești', 'Bălan', 'Bălcești', 'Balș', 'Băneasa', 'Baraolt', | |
'Bârlad', 'Bechet', 'Beclean', 'Beiuș', 'Berbești', 'Berești', 'Bicaz', 'Bistrița', 'Blaj', 'Bocșa', 'Boldești-Scăeni', 'Bolintin-Vale', 'Borșa', 'Borsec', 'Botoșani', 'Brad', 'Bragadiru', | |
'Brăila', 'Brașov', 'Breaza', 'Brezoi', 'Broșteni', 'Bucecea', 'București', 'Budești', 'Buftea', 'Buhuși', 'Bumbești-Jiu', 'Bușteni', 'Buzău', 'Buziaș', 'Cajvana', 'Calafat', 'Călan', | |
'Călărași', 'Călimănești', 'Câmpeni', 'Câmpia Turzii', 'Câmpina', 'Câmpulung Moldovenesc', 'Câmpulung', 'Caracal', 'Caransebeș', 'Carei', 'Cavnic', 'Căzănești', 'Cehu Silvaniei', | |
'Cernavodă', 'Chișineu-Criș', 'Chitila', 'Ciacova', 'Cisnădie', 'Cluj-Napoca', 'Codlea', 'Comănești', |
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
<html> | |
<body> | |
<h2>Privacy Policy</h2> | |
<p>Alexandru Cambose built the Rapoarte Drumuri app as a open source app. This SERVICE is provided by Alexandru Cambose at no cost and is intended | |
for use as is.</p> | |
<p>This page is used to inform website visitors regarding my policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use my Service.</p> | |
<p>If you choose to use my Service, then you agree to the collection and use of information in | |
relation with this policy. The Personal Information that I collect are used for providing and | |
improving the Service. I will not use or share your information with anyone except as described |
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
['Alba', | |
'Arad', | |
'Argeş', | |
'Bacău', | |
'Bihor', | |
'Bistriţ', | |
'Botoşani', | |
'Braşov', | |
'Brăila', | |
'Buzău', |
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"X": 23.57, | |
"Y": 46.07, | |
"NUME": "Alba Iulia", | |
"JUDET": "Alba", | |
"JUDET AUTO": "AB" | |
}, | |
{ | |
"X": 23.58, |
We can't make this file beautiful and searchable because it's too large.
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
1,google.com | |
2,youtube.com | |
3,facebook.com | |
4,baidu.com | |
5,yahoo.com | |
6,amazon.com | |
7,wikipedia.org | |
8,google.co.in | |
9,twitter.com | |
10,qq.com |
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
div.container>div.row>div.col-md-6.col-md-offset-3>div.panel.panel-default>div.panel-body>form[method=post]>(div.form-group>label[for=email]{Your email}+input[type=email name=email]#email.form-control)+(div.form-group>label[for=password]{Your password}+input[type=password name=password]#password.form-control)+button[type=submit].btn.btn-primary{Login} |
NewerOlder