description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
A real fai2ban expression for w00tw00t with <HOST> alias substitution
(?:::f{4,6}:)?(?P<host>\S+) -.* "GET \/w00tw00t.*
(e) 89.248.171.2 - - [05/Oct/2014:17:45:54 +0200] "GET /w00tw00t.at.blackhats.romanian.anti-sec:) HTTP/1.1" 403 407 "-" "ZmEu"
fail2ban real expression for w00tw00t
2014-10-07T21:08:16.000Z
Validates and parses absolute URLs: * Optional http:// or https:// at the start * IPv4 supported, IPv6 ***NOT*** supported * International characters (punycode) ***NOT*** supported * Extracts scheme, username, password, IPv4 address or domain, port, path, querystring and fragment * Sensible restrictions on domain and path
^(https?:\/\/)? # optional scheme ((?:[-a-z0-9._~!$&\'()*+,;=]|%[0-9a-f]{2})+ # optional username@, (?::(?:[-a-z0-9._~!$&\'()*+,;=]|%[0-9a-f]{2})+)?@)? # or username:password@ (?:((?:(?:\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])\.){3}(?:\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])) # IPv4 address |((?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z][a-z0-9-]*[a-z0-9])) # or dot-separated domain labels (:\d+)? # optional port number ((?:\/(?:[-a-z0-9._~!$&\'()*+,;=:@]|%[0-9a-f]{2})+)*\/?) # path (possibly empty, may end in /, no double-// allowed) (\?(?:[-a-z0-9._~!$&\'()*+,;=:@\/?]|%[0-9a-f]{2})*)? # optional querystring (\#(?:[-a-z0-9._~!$&\'()*+,;=:@\/?]|%[0-9a-f]{2})*)?$ # optional fragment
www.hwholdsworth.com:80/a/b/c?j=k#z
URL parser/validator
2016-04-16T20:50:22.000Z
Matches decimal numbers also with exponent (23.8e12) It does not match silly things like 00000000000.0000000000 as other "decimal number regex"
^-?(0?|[1-9]+\d*)(\.(0{1}|0*[1-9]+\d*)(e\d+)?)?$
Decimal numbers (plus exponent)
2016-06-03T11:12:26.000Z
([0-9]{2,3}) {1,}([0-9]{4})-([a-zA-Z])
123 4567-A 1234567-A 123 4567A 1234567A
CONTAG Auftragsnummern
2017-05-12T14:11:12.000Z
For Validating alphanumeric and numeric range
^[A-Z0-9]+(?:-[A-Z0-9]+)?(?:,[A-Z0-9]+(?:-[A-Z0-9]+)?)*$
//Valid Values D1 DF2,AB2 D1-2 A1, A2 D1 - 2 1 - FH15 1-R3 1,D2 1,H5,8,S4 1 , H5, 8, S4 1, D2, D6-8, 6-9 1,D2,D6-8,6-9,G2,8 1-D3,TT6-8 1-D3, TT6-8 1-3, VB8, 11-SD13, R15 //Invalid values 1*, 3 ,1,F2 -1-TG3 12-D4, D1-F2- 1- F2- 4 D10,/ 1234s F4-,8 4,-H5 D3-F-G7 D3 - F - G7 4 , - H5 1*,D 12 - D4
Validate alphanumeric and numeric range
2014-09-22T09:13:36.000Z
To get a variable name from a source code: The variable name is before the '=' (equal sign) This is the way to detect. Problem: 1. Only 1 variable can get from 1 line. 2. Unfortunately, this can get variable between after "//" and before ";" too. I made this for fake script debugger. Just get variable from source code and put that after last semicolon with so much tab and messagebox code for every line.
^(.*?([^\(=\s!<>]+?)\s*?=[^=<>].*;)(.*)$
int ab= a+1; if(aaaa = 1) // b+1; //hogera
Variable name of code
2015-09-19T11:18:40.000Z
(?:(?:(\d*(?:\d*(?:.?,?)*?)*?)(.?|,?)(\d*)) ?(k|m|g|c|d|p)?(mi|bbl.|cu.|doz.|fl.? ?oz|F|ft|gal|gr|in|k|lb|mph|n.m|oz|pt|qt|sq|rpm|tablespoon|teaspoon|tbsp|tsp|td|l |m|m|b|g|kl|l |C |g|m|mt|w)(?:\/?(h|s|m)?).? *?(?:\^ *?(\d+))?)(?= |\n|\r)
.05 ml 50 km 30 cm^23 12 cm 12.000.000,3 ml 12,000 ml 12,000,123.3 ml 12 km/h 12,000,123,312 ML 0.5 // This is a comment line. It is for human use only and is ignored by the Objective-C compiler. NSString *myString; int i = 0; NSString *myString = @"This is a //valid// string"; //... followed by a single line comment #ifndef// begin definition of pi #define SOME_CONSTANT 3.14 // pi #endif // end definition of pi NSString *my_string = @"Line1 \ Line2"; // Multine string NSString *g = myString; // Comment ... NSString *myString = @"dsff; //fsdf"; NSString *myString = @"dsff\"; //fsdf"; self.viewController.title = @"sdfsdfs" //sdfsdfsdf \n "sdfsdf";
Units RegExp
2016-01-25T18:27:53.000Z
^[a-zA-Z0-9]+(.?[a-zA-Z0-9_-])*@[a-zA-Z0-9_-]+(.[a-zA-Z0-9_-])+$
Address email
2015-06-22T08:51:56.000Z
why doesn't this match text in brackets?
\(.*\)
python bracketed text
2015-01-27T21:53:18.000Z
(active form\t([-A-Za-z ]+)\()(?![\s\S]*\1)
192485612903485729034572%%&@$%&#$%^%@#$%@#$&$^active form AHML Test One(*^*(&^(*&^(*&^slsknvlealsdnvalsdnval;sdnv#$@%#$^@#$%&4active form AHML Test Two(84520394562903459*&(*&()*^()^)(^)(87192485612903485729034572%%&@$%&#$%^%@#$%@#$&$^active form AHML Test One(*^*(&^(*&^(*&^slsknvlealsdnvalsdnval;sdnv#$@%#$^@#$%&4active form AHML Test Two(84520394562903459*&(*&()*^()^)(^)(87
test
2015-07-01T17:37:49.000Z
([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)
([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)
Email Extractor
2021-07-23T18:44:16.000Z
Must be start with 62 and all number (indonesia phone)
62[0-9]+$
6281999200 62819992s00 6281999200a 081999200 a81999200
Must be start with 62 and all number (indonesia phone)
2021-04-15T04:11:43.000Z
([a-z]+|\d+[a-z]*|\([a-z0-9\s()+/*-]+?\))\s*(?:\*?\s*([a-z]+)|\*\s*(\d+[a-z]*)|\*?\s*(\([a-z0-9\s()+/*-]+?\)))\s*(\+|-)\s*(?:\1\s*(?:\*?\s*([a-z]+)|\*\s*(\d+[a-z]*)|\*?\s*(\([a-z0-9\s()+/*-]+?\)))|(?:([a-z]+)|(\d+[a-z]*)|(\([a-z0-9\s()+/*-]+?\)))\s*\*\s*\1)|(?:([a-z]+)|\*\s*(\d+[a-z]*)|\*?\s*(\([a-z0-9\s()+/*-]+?\)))\s*\*\s*([a-z]+|\d+[a-z]*|\([a-z0-9\s()+/*-]+?\))\s*(\+|-)\s*(?:\15\s*(?:\*?\s*([a-z]+)|\*\s*(\d+[a-z]*)|\*?\s*(\([a-z0-9\s()+/*-]+?\)))|(?:([a-z]+)|(\d+[a-z]*)|(\([a-z0-9\s()+/*-]+?\)))\s*\*\s*\15)
Can be used to simplify a bit calculs as "2y - z * 2" or (4-z) (x/3 * 4) - (4-z)(1 / xy).
Factorisation.
2021-02-15T11:46:08.000Z
(location=)(.*)(%2C%20TX) 'https://www.airbnb.com/rooms/18520444?location=Cleveland%2C%20TX'
(location=)(.*)(%2C%20TX)
'https://www.airbnb.com/rooms/18520444?location=Cleveland%2C%20TX'
Regex Match all characters between two strings
2018-02-17T22:18:25.000Z
\b(34[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b34[0-9]{13}\b|\b(37[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b37[0-9]{13}\b
American Express Requirements: American Express cards start with the number 34 or 37 and have 15 digits. Pattern is 4-6-5 when having spaces or dashes. Pattern Parts: Starts with number 34 and 15 length: 1) \b(34[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b34[0-9]{13}\b Starts with number 37 and 15 length: 2) \b(37[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b37[0-9]{13}\b Combining 1-2 to form one pattern: \b(34[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b34[0-9]{13}\b|\b(37[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b37[0-9]{13}\b Test Cases: Positive (Should fire): 15 length, no space, start with 34 Here is the cc: 342312341234123 Thanks. 15 length, dashes, start with 34 3423-123456-12345 15 length, spaces, start with 34 3423 123456 12345 15 length, no space, start with 37 372112341234123 15 length, dashes, start with 37 3721-123456-12345 15 length, spaces, start with 37 3721 123456 12345 Embedded in sentence with space: 15 length, no space, start with 34 Here is the cc: 342312341234112 15 length, dashes, start with 34 Here is the cc: 3423-123456-12345 15 length, spaces, start with 34 Here is the cc: 3423 123456 12345 15 length, no space, start with 37 Here is the cc: 372112341234123 15 length, dashes, start with 37 Here is the cc: 3721-123456-12345 15 length, spaces, start with 37 Here is the cc: 3721 123456 12345 15 length, no space, start with 34 Credit Card#:342312341234112 15 length, dashes, start with 34 Credit Card#:3423-123456-12345 15 length, spaces, start with 34 Credit Card#:3423 123456 12345 15 length, no space, start with 37 Credit Card#:372112341234123 15 length, dashes, start with 37 Credit Card#:3721-123456-12345 15 length, spaces, start with 37 Credit Card#:3721 123456 12345 Negative (Should Not Fire): 15 length, no space, not start with 34 352312341234112 15 length, dashes, not start with 34 3523-123456-12345 15 length, spaces, not start with 34 3523 123456 12345 15 length, no space, not start with 37 362112341234123 15 length, dashes, not start with 37 3621-123456-12345 15 length, spaces, not start with 37 3621 123456 12345 15 length, no space, start with 34, embedded Credit Card Number342312341234112 15 length, dashes, start with 34, malformed 3423-1234-1234-112 15 length num matching pattern but embedded User ID: 000000342312341234112000000
American Express - 10/09/18
2018-10-09T14:54:56.000Z
test
(e|d|b)-(heme|gome|jome)-([^\/]+)(?!\/)
/jome/stat/d-heme-sdfsdf/ertert /jome/stat/d-heme-sdfsdf /jome/stat/d-gome-sdfsdf/qeqwe
Test
2014-10-05T11:32:42.000Z
(^\d{4}(-\d{2}){2}([^|]+\|){3})([\s\S]*?)(?=^\d{4}|\z)
Log entry Regex
2015-03-04T22:30:20.000Z
cac vi du ve bat cac chuoi o regex
\b[A-Z]{1}\S+
Thieu Thi Tham oCtham tungTham
viduregex
2015-08-13T07:24:17.000Z
(?:(\[[a-zA-Z]+.*?\/?\].*?\[\/[a-zA-Z]+.*?\/?\]))
Now I know what you're thinking, "fish and chips in France? What?" but it's true! Over the Christmas holidays, I was lucky enough to be taken to a fish and chips restaurant, owned by retired rugby player Johnny Howard. Johnny moved to France a few years ago, and once he retired from the sport, he decided to open his very own restaurant. Now, if you're looking to get your hands on the most mouth watering fish and chips you've ever tasted in your life, then get yourself down there on a Friday, and you can have your pick of delicious starters, main meals and desserts.<!--more--> [caption id="attachment_1193" align="aligncenter" width="500"]<a href="http://www.southfranceholidayvillas.co.uk/blog/wp-content/uploads/2014/01/Fish-n-chips-21.jpg"><img class=" wp-image-1193 " alt="La Charnière, Bar, Restaurant" src="http://www.southfranceholidayvillas.co.uk/blog/wp-content/uploads/2014/01/Fish-n-chips-21-1024x768.jpg" width="500" height="374" /></a> A view of the upstairs bar.[/caption] La Charnière is open all week and serves fish and chips, mushy peas and tartare sauce on Fridays . There is a variety of delicious foods and drinks that you can enjoy there, as well as a lemon beer that my family never fails to order, delicious! Johnny Howard is an absolutely lovely Englishman who runs the restaurant with his French wife and a couple of other friendly employees. There is a really nice vibe at La Charnière as Johnny often comes over to say hi and have a chat. The restaurant is often full of English people, who are all very friendly and enjoy meeting new people, the atmosphere is great! [caption id="attachment_1195" align="aligncenter" width="500"]<a href="http://www.southfranceholidayvillas.co.uk/blog/wp-content/uploads/2014/01/Fish-n-chips-31.jpg"><img class=" wp-image-1195 " alt="La Charniere, restaurant" src="http://www.southfranceholidayvillas.co.uk/blog/wp-content/uploads/2014/01/Fish-n-chips-31-768x1024.jpg" width="500" height="666" /></a> A view of the upstairs restaurant.[/caption] There is also a bar downstairs which opens in the evenings. Johnny's restaurant is often full to the brim on rugby game days, as he has a big screen in the bar and in the restaurant, it is definitely worth seeing and the atmosphere on those days is fantastic! [caption id="attachment_1196" align="aligncenter" width="500"]<a href="http://www.southfranceholidayvillas.co.uk/blog/wp-content/uploads/2014/01/Fish-and-chips-1.jpg"><img class=" wp-image-1196 " alt="The downstairs bar is very rustic yet lively. It's a great place to go to on a night out!" src="http://www.southfranceholidayvillas.co.uk/blog/wp-content/uploads/2014/01/Fish-and-chips-1-1024x768.jpg" width="500" height="374" /></a> The downstairs bar is very rustic yet lively. It's a great place to go to on a night out![/caption]
match wordpress plugins [plugin_name ...]...[/plugin]
2015-08-25T10:46:32.000Z
(^.*?|.+?)(<.+?>|$)
asdasd<b>sdfasdfasdf</b>asdfasdfasdf
eksr
2015-03-30T23:01:08.000Z
This could be used to group eslint stuff in renovate config for a next.js project. Since you're intended to keep eslint-plugin-next at the same version as next itself, you would want to group it with next instead. Using negative lookahead we can ignore eslint-config-next (or anything else you may wish to ignore)
^(@(typescript-)?eslint\/.*|eslint($|(?!.*next).*))
eslint @eslint/js eslint-config-prettier eslint-plugin-next eslint-plugin-import eslint-config-foxkit @typescript-eslint/parser @typescript-eslint/eslint-plugin
match eslint packages other than next.js
2023-05-26T20:32:57.000Z
Key/Value pairs with multiline support
(\S+?)\s*=\s*\"([^\t]+)\"\s*(?>;\s*\n)
key_1= "vdsdsalh"; multiline_key = "something with many lines"; Key2 = "test with ; symbol";
Key/Value pairs with multiline support
2015-07-14T13:40:08.000Z
(ht|f)tps?:\/\/[^\"<]*?(?=\s|$|<\/[^a]>)
http://www.website.com https://www.website.com This is a link http://www.website.com that is not linked This is a long link http://www.website.com/index.htm?foo=bar ftp://www.website.com <u>http://www.website.com</u> <a href="http://www.website.com">http://website.com</a> <a href="https://www.website.com">http://website.com</a> <a href="http://www.website.com"><u>http://www.website.com</u></a> <a href="ftp://www.website.com">ftp://www.website.com</a>
URL regex without anchors
2015-06-12T20:12:01.000Z
5 digits and no 0 5/4 times
^(?!0{5})(?!0{4})[0-9]{5}$
78729 23456 #1234 12345 00000 00554 00005 00500
US Zip Code Validation
2015-08-12T19:52:29.000Z
Find an specific TAG and return his content
<p class="Capitulo-novo" id="toc_marker-\d+"><span class="Bold">(.*)?<\/span><\/p>
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>As Crônicas de Gelo e Fogo - O Festim dos Corvos</title> <link href="../Styles/template.css" rel="stylesheet" type="text/css" /> </head> <body> <p class="Capitulo-novo" id="toc_marker-44444"><span class="Bold">PRÓLOGO</span></p> <p><span class="dropcaps">–D</span>ragões – Mollander disse. Pegou uma maçã estragada que estava no chão e a fez saltar de uma mão para a outra.</p> <p>– Atire a maçã – Alleras, o Esfinge pediu. Puxou uma flecha da aljava e a prendeu na corda do arco.</p> <p>– Eu queria ver um dragão – Roone era o mais novo do grupo, um rapaz atarracado ainda a dois anos de se tornar homem. – Queria muito.</p> <p><span class="Italic">E eu queria dormir abraçado a Rosey</span>, Pate pensou. Mexeu-se inquieto no banco. De manhã, a garota podia bem ser sua. <span class="Italic">Vou levá-la para longe de Vilavelha, para o outro lado do mar estreito até uma das Cidades Livres</span>. Lá não havia meistres, não existia ninguém que o acusasse.</p> <p>Ouvia as gargalhadas de Emma, vindas de uma janela fechada, por cima de sua cabeça, misturadas com a voz mais profunda do homem que estava com ela. Era a mais velha das mulheres que serviam no Pena e Caneca, tinha pelo menos quarenta anos, mas ainda era bonita ao seu jeito carnudo. Rosey era sua filha, tinha quinze anos e acabara de florir. Emma decretara que a virgindade de Rosey custaria um dragão de ouro. Pate poupara nove veados de prata e um cântaro de estrelas e moedas de cobre, mas isto de nada lhe serviria. Teria tido mais chances de trazer ao mundo um dragão de verdade do que de poupar moedas suficientes para uma de ouro.</p> <p>– Nasceu tarde demais para dragões, moço – disse a Roone Armen, o Acólito. Armen usava uma tira de couro em volta do pescoço, amarrada com elos de peltre, estanho, chumbo e cobre, e assim como a maioria dos acólitos, parecia pensar que os noviços tinham nabos crescendo entre os ombros no lugar da cabeça. – O último pereceu durante o reinado do Rei Aegon Terceiro.</p> <p>– O último dragão em <span class="Italic">Westeros</span> – insistiu Mollander.</p> <p>– Atire a maçã – Alleras voltou a pedir. Era um jovem atraente, aquele Esfinge. Todas as criadas tinham um fraco por ele. Às vezes, até Rosey lhe tocava no braço quando lhes trazia vinho, e Pate tinha de ranger os dentes e fingir não ver.</p> <p>– O último dragão em Westeros <span class="Italic">foi</span> o último dragão – disse Armen com teimosia. – Isto é bem sabido.</p> <p>– A <span class="Italic">maçã</span> – Alleras repetiu. – A menos que queira comê-la.</p> <p>– Lá vai – arrastando a perna de pau, Mollander deu um curto salto, rodopiou e arremessou horizontalmente a maçã para as névoas que pairavam sobre o Vinhomel. Não fosse o pé, teria sido um cavaleiro como seu pai. Tinha a força necessária naqueles braços grossos e ombros largos, e a maçã voou para longe e rápido demais...</p> <p>... mas não tão rápido quanto a flecha que assobiou em seu encalço, um metro de haste de madeira dourada com penas escarlates. Pate não a viu atingir a maçã, mas a ouviu. Um <span class="Italic">tchunc</span> suave ecoou por sobre o rio, seguido por um respingar de água.</p> <p>Mollander assobiou:</p> <p>– Em cheio. Boa.</p> <p><span class="Italic">Nem de perto tão boa quanto Rosey</span>. Pate adorava seus olhos cor de avelã e seus seios em botão, e o modo como sorria sempre que o via. Adorava as covinhas em seu rosto. Às vezes, ela andava descalça enquanto servia, para sentir a erva sob os pés. Também adorava aquilo. Adorava o cheiro limpo e fresco que ela exalava, o modo como os cabelos se enrolavam atrás das orelhas. Adorava até mesmo seus dedos dos pés. Uma noite, ela o deixara esfregar seus pés e brincar com eles, e Pate inventara uma história divertida para cada dedo, a fim de fazê-la sorrir.</p> <p>Talvez fizesse melhor em permanecer deste lado do mar estreito. Podia comprar um burro com o dinheiro que poupara, e Rosey e ele podiam montá-lo por turnos enquanto vagueavam por Westeros. Ebrose podia não considerá-lo merecedor da prata, mas Pate sabia como endireitar um osso e curar uma febre com sanguessugas. O povo ficaria grato por sua ajuda. Se conseguisse aprender a cortar cabelos e a fazer barbas, podia mesmo se tornar barbeiro. <span class="Italic">Isso seria o bastante</span>, disse a si próprio, <span class="Italic">desde que tivesse a Rosey</span>. Rosey era tudo que desejava no mundo.</p> <p>Nem sempre fora assim. Sonhara outrora ser meistre em um castelo, a serviço de um senhor generoso qualquer que o honrasse por sua sabedoria e lhe concedesse um belo cavalo branco como agradecimento por seus serviços. E quão alto o montaria, quão nobremente, distribuindo sorrisos aos plebeus quando passasse por eles na estrada...</p> <p>Certa noite, na sala comum do Pena e Caneca, após a segunda caneca de uma cidra terrivelmente forte, Pate gabara-se de que não seria noviço para sempre.</p> <p>– É bem verdade – gritara Leo Preguiçoso. – Vai ser um ex-noviço e criar porcos.</p> <p>Ele engoliu de um só trago o resto em sua caneca. Naquela manhã, a varanda iluminada a archote do Pena e Caneca era uma ilha de luz num mar de névoa. A jusante, o distante sinal luminoso da Torralta flutuava no relento da noite como uma lua alaranjada e brumosa, mas a luz pouco fez para melhorar-lhe o estado de espírito.</p> <p><span class="Italic">A esta hora o alquimista já devia ter chegado</span>. Tudo fora alguma brincadeira cruel, ou teria acontecido alguma coisa ao homem? Não seria a primeira vez que a fortuna cobria Pate de amargura. Uma vez achara-se afortunado por ter sido escolhido para ajudar o velho Arquimeistre Walgrave com os corvos, sem sonhar que logo também estaria buscando suas refeições, varrendo seus aposentos e vestindo-o todas as manhãs. Todos diziam que Walgrave esquecera mais da criação de corvos do que a maior parte dos meistres chegava a saber, por isso Pate assumira que um elo negro de ferro era o mínimo que poderia esperar, mas acabara por descobrir que isto era algo que Walgrave não poderia lhe dar. O velho continuava a ser arquimeistre apenas por cortesia. Por maior que tivesse sido como meistre, agora o mais comum era que suas vestes escondessem roupas íntimas emporcalhadas, e meio ano antes um grupo de acólitos o encontrara às lágrimas na Biblioteca, pois não fora capaz de encontrar o caminho de volta até seus aposentos. Era Meistre Gormon quem se sentava sob a máscara de ferro no lugar de Walgrave, o mesmo Gormon que um dia acusara Pate de roubo.</p> <p>Na macieira, à beira d’água, um rouxinol começou a cantar. Era um som doce, uma pausa bem-vinda nos gritos roucos e no crocitar sem fim dos corvos de que cuidara o dia inteiro. Os corvos brancos conheciam seu nome, e o resmungavam uns para os outros sempre que o vislumbravam, “<span class="Italic">Pate, Pate, Pate</span>”, até deixá-lo a ponto de gritar. As grandes aves brancas eram o orgulho do Arquimeistre Walgrave. Desejava comê-las quando ele morresse, mas Pate andava meio desconfiado de que as aves também pretendiam comê-lo.</p> <p>Talvez fosse a cidra terrivelmente forte – não viera para beber, mas Alleras se encarregara de pagar, para festejar seu elo de cobre, e a culpa dera-lhe sede –, mas quase soava como se o rouxinol estivesse trinando <span class="Italic">ouro por ferro, ouro por ferro, ouro por ferro</span>. O que era muitíssimo esquisito, pois tinha sido aquilo que o estranho dissera na noite em que Rosey os apresentara.</p> <p>– Quem é você? – Pate perguntou, e o homem respondeu:</p> <p>– Um alquimista. Sei transformar ferro em ouro – e, então, tinha uma moeda na mão, dançando sobre os nós dos dedos, fazendo brilhar o suave ouro amarelo à luz das velas. De um lado, havia um dragão de três cabeças, do outro, a cabeça de um rei qualquer morto. <span class="Italic">Ouro por ferro</span>, recordou Pate, <span class="Italic">não conseguirá melhor. Você a deseja? Você a ama?</span></p> <p>– Não sou nenhum ladrão – disse ao homem que se designava alquimista. – Sou um noviço da Cidadela.</p> <p>O alquimista inclinou a cabeça e disse:</p> <p>– Se reconsiderar, voltarei aqui dentro de três dias, com meu dragão.</p> <p>Tinham se passado três dias. Pate regressara ao Pena e Caneca, ainda incerto do que ele seria, mas, em vez do alquimista, encontrara Mollander, Armen e o Esfinge, com Roone a reboque. Teria levantado suspeitas se não se juntasse a eles.</p> <p>O Pena e Caneca nunca fechava. Havia seiscentos anos que se erguia em sua ilha no Vinhomel, e nem por uma vez deixara de funcionar. Embora o alto edifício de madeira se inclinasse para o sul, como os noviços por vezes após beber uma caneca, Pate supunha que a estalagem continuaria em pé por mais seiscentos anos, vendendo vinho, cerveja e cidra terrivelmente forte a homens do rio e do mar, ferreiros e cantores, sacerdotes e príncipes, e aos noviços e acólitos da Cidadela.</p> <p>– Vilavelha não é o mundo – Mollander declarou, alto demais. Era filho de um cavaleiro, mas não poderia estar mais bêbado. Desde que lhe tinham trazido a notícia da morte do pai na Água Negra, embebedava-se quase todas as noites. Até em Vilavelha, longe das batalhas e em segurança atrás de suas muralhas, a Guerra dos Cinco Reis tocara-os a todos... embora o Arquimeistre Benedict insistisse que nunca houvera uma guerra de cinco reis, já que Renly Baratheon fora morto antes de Balon Greyjoy ter sido coroado.</p> <p>– Meu pai sempre disse que o mundo era maior do que o castelo de qualquer senhor – prosseguiu Mollander. – Os dragões devem ser a menor das coisas que um homem poderá encontrar em Qarth, Asshai e Yi Ti. Essas histórias dos marinheiros...</p> <p>– ... são histórias contadas por marinheiros – Armen o interrompeu. – <span class="Italic">Marinheiros</span>, meu caro Mollander. Vá até as docas e aposto que encontrará marinheiros que lhe falarão das sereias com as quais dormiram, ou de como passaram um ano na barriga de um peixe.</p> <p>– Como é que sabe que não passaram? – Mollander bateu os pés grama afora, à procura de mais maçãs. – Precisaria estar na barriga do peixe para jurar isto. Um marinheiro com uma história, tudo bem, um homem podia rir dela, mas quando remadores vindos de quatro navios diferentes contam a mesma história em quatro línguas diferentes...</p> <p>– A história <span class="Italic">não é</span> a mesma – insistiu Armen. – Dragões em Asshai, dragões em Qarth, dragões em Meereen, dragões dothraki, dragões libertando escravos... todas as histórias são diferentes umas das outras.</p> <p>– Só nos detalhes – Mollander ficava mais teimoso quando bebia, mas até sóbrio era obstinado. – Todos falam de <span class="Italic">dragões</span>, e de uma bela jovem rainha.</p> <p>O único dragão que interessava a Pate era feito de ouro amarelo. Perguntou a si mesmo o que teria acontecido ao alquimista. <span class="Italic">Ao terceiro dia... Ele disse que estaria aqui.</span></p> <p>– Há outra maçã perto do seu pé – gritou Alleras a Mollander –, e eu ainda tenho duas flechas na aljava.</p> <p>– Que se foda sua aljava – Mollander apanhou o fruto caído. – Ela está bichada – protestou, mas a atirou mesmo assim. A flecha atingiu a maçã quando ela começava a cair e a cortou ao meio. Uma metade caiu no telhado de um torreão, rolou até outro mais baixo e caiu; não atingiu Armen por meio metro.</p> <p>– Se cortar um verme na metade, criará dois vermes – informou-os o acólito.</p> <p>– Se ao menos acontecesse o mesmo com as maçãs, nunca ninguém precisaria passar fome – Alleras disse com um de seus sorrisos gentis. Esfinge andava sempre sorrindo, como se conhecesse algum gracejo secreto. Isto lhe dava um aspecto malicioso que combinava bem com o queixo pontiagudo, o bico que a linha dos cabelos formava no meio da testa e o denso matagal de cachos negros de azeviche cortados curtos.</p> <p>Alleras seria meistre. Só estava na Cidadela havia um ano, mas já forjara três elos de sua corrente de meistre. Armen podia ter mais, mas levara um ano para ganhar cada um deles. Mesmo assim, também chegaria a meistre. Roone e Mollander continuavam a ser noviços de pescoço rosado, mas Roone era muito novo, e Mollander gostava mais de beber do que de ler.</p> <p>Mas Pate...</p> <p>Estava na Cidadela havia cinco anos, chegara com não mais que treze anos, mas seu pescoço permanecia tão rosado quanto fora no dia em que viera das terras ocidentais. Julgara-se pronto por duas vezes. Da primeira, apresentara-se ao Arquimeistre Vaellyn para demonstrar seu conhecimento dos céus. Em vez disso, descobriu como foi que Vinagre Vaellyn ganhou este apelido. Pate levou dois anos reunindo coragem para voltar a tentar. Então, submetera-se ao velho e amável Arquimeistre Ebrose, famoso por sua voz suave e mãos gentis. Mas os suspiros de Ebrose revelaram-se tão dolorosos quanto as farpas de Vaellyn.</p> <p>– Uma última maçã – prometeu Alleras –, e eu conto a vocês minhas suspeitas acerca desses dragões.</p> <p>– O que você poderia saber que já não sei? – Mollander resmungou. Encontrou uma maçã num galho, saltou, arrancou-a e a arremessou. Alleras puxou a corda do arco até a orelha, virando-se habilmente para seguir o alvo. Atirou a flecha precisamente no momento em que a maçã começava a cair.</p> <p>– Falha sempre no último tiro – Roone disse.</p> <p>A maçã mergulhou no rio, intacta.</p> <p>– Viu? – Roone confirmou.</p> <p>– O dia em que se acertam todos os alvos é aquele em que se para de melhorar – Alleras desprendeu a corda do arco e o enfiou em seu estojo de couro. O arco fora esculpido em amagodouro, madeira rara e lendária das Ilhas do Verão. Pate tentara dobrá-lo uma vez e falhara. <span class="Italic">Esfinge parece franzino, mas há força naqueles braços magros</span>, refletiu, enquanto Alleras passava uma perna por sobre o banco e estendia a mão para a taça de vinho. – O dragão tem três cabeças – anunciou em sua arrastada pronúncia dornesa.</p> <p>– Isto é um enigma? – Roone quis saber. – Nas histórias, as esfinges sempre falam por enigmas.</p> <p>– Não é enigma nenhum – Alleras bebericou o vinho. Os outros emborcavam canecas da cidra terrivelmente forte pela qual Pena e Caneca era famoso, mas ele preferia os estranhos vinhos doces do país da mãe. Mesmo em Vilavelha, tais vinhos não se obtinham a baixo preço.</p> <p>Fora Leo Preguiçoso quem apelidara Alleras de “o Esfinge”. Uma esfinge é um pouco disso, um pouco daquilo: rosto humano, corpo de um leão, asas de um falcão. Alleras era igual: pai dornês e a mãe uma mulher de pele negra das Ilhas do Verão. Sua pele era escura como teca. E, tal como as esfinges de mármore verde que guardavam o portão principal da Cidadela, Alleras tinha olhos de ônix.</p> <p>– Nunca nenhum dragão teve três cabeças, exceto em escudos e bandeiras – disse Armen, o Acólito, com firmeza. – Isto é um símbolo heráldico, nada mais. Além disso, os Targaryen estão todos mortos.</p> <p>– Nem todos – disse Alleras. – O Rei Pedinte tinha uma irmã.</p> <p>– Achava que a cabeça dela tinha sido esmagada contra uma parede – Roone interveio.</p> <p>– Não – Alleras respondeu. – Foi a cabeça do jovem filho do Príncipe Rhaegar que foi atirada contra uma parede pelos bravos homens do Leão de Lannister. Estamos falando da irmã de Rhaegar, nascida em Pedra do Dragão antes de o castelo cair. Aquela a quem chamaram Daenerys.</p> <p>– A <span class="Italic">Nascida na Tormenta</span>. Agora me lembro – Mollander ergueu bem alto a caneca, agitando a cidra que restava. – A ela! – emborcou, bateu com a caneca vazia na mesa, arrotou e limpou a boca com as costas da mão. – Onde está Rosey? Nossa legítima rainha merece outra rodada de cidra, não acha?</p> <p>Armen, o Acólito, pareceu assustado.</p> <p>– Baixe a voz, imbecil. Nem devia brincar com essas coisas. Nunca se sabe quem pode estar ouvindo. A Aranha tem ouvidos por todo lado.</p> <p>– Oh, não mije nas calças Armen. Estava propondo uma nova rodada, não uma rebelião.</p> <p>Pate ouviu um risinho abafado. Uma voz suave e zombeteira gritou atrás dele.</p> <p>– Sempre soube que você era um traidor, Salto de Rã – Leo Preguiçoso estava encostado à entrada da antiga ponte de pranchas, envolto em cetim listrado de verde e dourado, com meia capa de seda negra presa ao ombro por uma rosa de jade. Pela cor das manchas, o vinho que deixara pingar na parte da frente do traje era um tinto robusto. Uma madeixa de seus cabelos louro-acinzentados caía-lhe por sobre um olho.</p> <p>Mollander irritou-se ao vê-lo.</p> <p>– Que se dane você. Vá embora. Não é bem-vindo aqui – Alleras pousou-lhe uma mão no braço, para acalmá-lo, enquanto Armen franzia as sobrancelhas.</p> <p>– Leo. Senhor. Julgava que ainda estaria confinado à Cidadela por...</p> <p>– ... mais três dias – Leo Preguiçoso encolheu os ombros. – Perestan diz que o mundo tem quarenta mil anos. Mollos, que tem quinhentos mil. Que são três dias, eu lhe pergunto? – embora houvesse uma dúzia de mesas vazias na varanda, Leo sentou-se na deles. – Pague-me uma taça de dourado da Árvore, Salto de Rã, e eu talvez não informe meu pai sobre seu brinde. As pedras viraram-se contra mim na Sorte Xadrez, e desperdicei meu último veado no jantar. Leitão com molho de ameixas, recheado com castanhas e trufas brancas. Um homem precisa comer. O que vocês comeram, rapazes?</p> <p>– Carneiro – Mollander resmungou. Não soava nada satisfeito com aquilo. – Dividimos um quarto de carneiro cozido.</p> <p>– Estou certo de que ficaram satisfeitos – Leo virou-se para Alleras. – O filho de um senhor devia ser generoso, Esfinge. Soube que ganhou seu elo de cobre. Bebo a isto.</p> <p>Alleras deu um sorriso.</p> <p>– Eu só pago aos amigos. E não sou nenhum filho de senhor, já lhe disse. Minha mãe era uma mercadora.</p> <p>Os olhos de Leo eram cor de avelã, e brilhavam de vinho e malícia.</p> <p>– Sua mãe era uma macaca das Ilhas do Verão. Os dorneses fodem qualquer coisa que tenha um buraco entre as pernas. Sem ofensa. Pode ser castanho como uma noz, mas pelo menos toma banho. Ao contrário de nosso criador de porcos malhados – indicou Pate com um aceno de mão.</p> <p><span class="Italic">Se batesse na boca dele com a caneca, podia partir metade de seus dentes</span>, Pate pensou. Pate Malhado, o criador de porcos, era o herói de mil histórias libertinas: um rústico de bom coração e cabeça vazia que sempre conseguia vencer os fidalgos gordos, os altivos cavaleiros e os septões pomposos que lhe criavam dificuldades. De algum modo, sua estupidez revelava ser uma espécie de astúcia rude; as histórias terminavam sempre com Pate Malhado sentado no cadeirão de um lorde ou dormindo com a filha de um cavaleiro. Mas eram só histórias. No mundo real, os criadores de porcos nunca se davam tão bem. Às vezes, Pate achava que a mãe devia odiá-lo para lhe ter dado o nome que dera.</p> <p>Alleras já não sorria mais.</p> <p>– Vá pedir desculpa.</p> <p>– Ah, vou? – Leo retrucou. – Como poderia, com minha garganta tão seca...</p> <p>– Envergonha sua Casa com cada palavra que pronuncia – disse-lhe Alleras. – Envergonha a Cidadela por ser um de nós.</p> <p>– Eu sei. Por isso pague-me um pouco de vinho, para que eu possa afogar minha vergonha.</p> <p>Mollander falou:</p> <p>– Eu gostaria de arrancar sua língua pela raiz.</p> <p>– Sério? E como é que eu lhe contaria sobre os dragões? – Leo voltou a encolher os ombros. – O mestiço tem razão. A filha do Rei Louco está viva e conseguiu fazer nascer três dragões.</p> <p>– Três? – Roone exclamou, espantado.</p> <p>Leo deu-lhe palmadinhas na mão.</p> <p>– Mais do que dois e menos do que quatro. Se eu fosse você não tentaria ganhar o elo dourado por enquanto.</p> <p>– Deixe-o em paz – Mollander o avisou.</p> <p>– Que Salto de Rã tão cavalheiresco. Como quiser. Todos os homens de todos os navios que velejaram a menos de cem léguas de Qarth estão falando sobre esses dragões. Alguns até lhes dirão que os viram. O Mago está inclinado a crer neles.</p> <p>Armen comprimiu os lábios em desaprovação:</p> <p>– Marwyn é insano. Arquimeistre Perestan seria o primeiro a lhe dizer isto.</p> <p>– Arquimeistre Ryam diz o mesmo – Roone rebateu.</p> <p>Leo bocejou:</p> <p>– O mar é molhado, o sol é quente e os animais enjaulados odeiam o cão de guarda.</p> <p><span class="Italic">Ele tem um nome zombeteiro para todo mundo</span>, Pate pensou, mas não podia negar que Marwyn se parecia mais com um cão de guarda do que com um meistre. <span class="Italic">É como se quisesse nos morder</span>. O Mago não era como os outros meistres. Diziam que se fazia acompanhar de prostitutas e de feiticeiros andantes, que falava com ibbeneses peludos e ilhéus do Verão negros como breu na própria língua desses povos, e fazia sacrifícios a deuses estranhos nos pequenos templos dos marinheiros que se erguiam junto aos cais. Os homens falavam que o tinham visto na parte erma da cidade, em arenas de ratazanas e bordéis negros, na companhia de saltimbancos, cantores, mercenários e até pedintes. Alguns chegavam mesmo a sussurrar que certa vez ele matara um homem com os punhos.</p> <p>Quando Marwyn regressou a Vilavelha, depois de passar oito anos no leste mapeando terras distantes, em busca de livros perdidos e aprendendo com feiticeiros e umbromantes, Vinagre Vaellyn apelidara-o de “Marwyn, o Mago”. O nome espalhara-se rapidamente por toda Vilavelha, para grande aborrecimento de Vaellyn.</p> <p>“Deixe os feitiços e as preces para os sacerdotes e os septões, e direcione a inteligência para a aprendizagem de verdades em que um homem possa confiar<span class="Italic">”</span>, aconselhara Arquimeistre Ryam certa vez a Pate, mas o anel, o bastão e a máscara de Ryam eram de ouro amarelo, e sua corrente de meistre não incluía um elo de aço valiriano.</p> <p>Armen olhou ao longo do nariz para Leo Preguiçoso. Tinha o nariz perfeito para isto, comprido, estreito e pontiagudo.</p> <p>– Arquimeistre Marwyn acredita em muitas coisas curiosas – disse –, mas não tem mais provas dos dragões do que Mollander. Só tem mais histórias de marinheiro.</p> <p>– Está enganado – Leo respondeu. – Há uma vela de vidro ardendo nos aposentos do Mago.</p> <p>Um silêncio caiu sobre a varanda iluminada por archotes. Armen suspirou e balançou a cabeça. Mollander pôs-se a rir. Esfinge estudou Leo com seus grandes olhos negros. Roone pareceu não compreender.</p> <p>Pate sabia das velas de vidro, embora nunca tivesse visto uma ardendo. Eram o segredo mais mal guardado da Cidadela. Dizia-se que tinham sido trazidas de Valíria para Vilavelha mil anos antes da Perdição. Ouvira dizer que havia quatro; uma verde e três negras, e todas altas e retorcidas.</p> <p>– O que são essas velas de vidro? – Roone quis saber.</p> <p>Armen, o Acólito, pigarreou:</p> <p>– Antes de um acólito proferir seus votos, deve passar a noite anterior de vigília na cripta. Não lhe é permitido archote, lâmpada, lanterna ou círio... só uma vela de obsidiana. Tem de passar a noite na escuridão, a menos que seja capaz de acendê-la. Alguns tentam. Os tolos e os teimosos, aqueles que estudaram os ditos mistérios superiores. É frequente cortarem os dedos, pois dizem que as arestas da vela são afiadas como navalhas. Então, com mãos ensanguentadas, têm de esperar a alvorada pensando sobre seu fracasso. Homens mais sensatos vão simplesmente dormir, ou passam a noite em oração, mas todos os anos há sempre alguns que precisam tentar.</p> <p>– Sim – Pate ouvira as mesmas histórias. – Mas de que <span class="Italic">serve</span> uma vela que não ilumina?</p> <p>– É uma lição – Armen explicou –, a última lição que temos de aprender antes de colocar nossa corrente de meistre. A vela de vidro representa a verdade e a aprendizagem, coisas raras, belas e frágeis. Tem a forma de uma vela para nos lembrar que um meistre deve iluminar o lugar em que presta serviço, e é afiada para nos lembrar que o conhecimento pode ser perigoso. Os sábios podem se tornar arrogantes com sua sabedoria, mas um meistre deve permanecer sempre humilde. A vela de vidro também nos lembra disso. Mesmo depois de ter proferido os votos, colocado a corrente e partido para servir, um meistre recordará a escuridão de sua vigília e se lembrará de que nada do que tentou conseguiu fazer que a vela acendesse... pois, mesmo com o conhecimento, algumas coisas não são possíveis.</p> <p>Leo Preguiçoso desatou a rir:</p> <p>– Não são possíveis para você, quer dizer. Vi a vela ardendo com meus próprios olhos.</p> <p>– Você viu <span class="Italic">uma</span> vela ardendo, não duvido – Armen rebateu. – Uma vela de cera negra, talvez.</p> <p>– Sei o que vi. A luz era estranha e brilhante, muito mais brilhante do que a de qualquer vela de cera de abelha ou de sebo. Criava sombras estranhas e a chama nunca oscilava, nem mesmo quando uma brisa soprou pela porta aberta atrás de mim.</p> <p>Armen cruzou os braços:</p> <p>– A obsidiana não arde.</p> <p>– <span class="Italic">Vidro de dragão</span> – Pate completou. – O povo a chama de vidro de dragão – não sabia por que, mas aquilo lhe parecia importante.</p> <p>– Pois que chame – meditou Alleras, o Esfinge –, e se houver de novo dragões no mundo...</p> <p>– Dragões e coisas mais sombrias – Leo completou. – As ovelhas cinzentas fecharam os olhos, mas o cão de guarda vê a verdade. Velhos poderes acordam. Sombras se agitam. Uma era de maravilha e terror cairá em breve sobre nós, uma era para deuses e heróis – espreguiçou-se, exibindo seu sorriso indolente. – Isto vale uma rodada, creio eu.</p> <p>– Já bebemos o suficiente – Armen os alertou. – A manhã chegará mais depressa do que gostaríamos, e o Arquimeistre Ebrose falará sobre as propriedades da urina. Aqueles que pretendem forjar um elo de prata fariam bem em comparecer à palestra.</p> <p>– Longe de mim afastar vocês da prova de mijo – Leo caçoou. – Cá pra nós, prefiro o sabor do dourado da Árvore.</p> <p>– Se a escolha for entre você e o mijo, eu bebo o mijo – Mollander afastou-se da mesa. – Venha, Roone.</p> <p>Esfinge estendeu a mão para o estojo do arco.</p> <p>– Para mim também é cama. Imagino que sonharei com dragões e velas de vidro.</p> <p>– Todos? – Leo encolheu os ombros. – Bem, a Rosey fica. Talvez acorde nossa pequena doçura e faça dela uma mulher.</p> <p>Alleras viu a expressão no rosto de Pate.</p> <p>– Se ele não tem um cobre para uma taça de vinho, não pode ter um dragão para a garota.</p> <p>– Sim – Mollander concordou. – Além disso, é preciso ser homem para fazer de uma garota uma mulher. Venha, Pate. O Velho Walgrave acordará quando o sol nascer. Ele vai precisar da sua ajuda para ir à latrina.</p> <p><span class="Italic">Se hoje se lembrar de quem sou</span>. O Arquimeistre Walgrave não tinha dificuldade em distinguir os corvos uns dos outros, mas não era tão bom com as pessoas. Havia dias em que parecia pensar que Pate era alguém chamado Cressen.</p> <p>– Ainda não – disse aos amigos. – Vou ficar por algum tempo – a alvorada ainda não rompera, não propriamente. O alquimista ainda podia aparecer, e Pate pretendia estar ali se viesse.</p> <p>– Como quiser – Armen assentiu. Alleras lançou um olhar demorado a Pate, depois pendurou o arco num ombro magro e seguiu os outros na direção da ponte. Mollander estava tão bêbado que tinha de caminhar apoiado no ombro de Roone para não cair. A Cidadela não ficava a grande distância em voo de corvo, mas nenhum deles era um corvo, e Vilavelha era um verdadeiro labirinto, cheia de ruelas, vielas entrecruzadas e ruas estreitas e tortuosas.</p> <p>– Cuidado – ouviu Armen dizer quando as névoas do rio engoliram os quatro –, a noite está úmida e as pedras estarão escorregadias.</p> <p>Quando desapareceram, Leo Preguiçoso observou amargamente Pate por cima da mesa.</p> <p>– Que tristeza. Esfinge escapuliu-se com toda sua prata, abandonando-me ao Pate Malhado, o criador de porcos – espreguiçou-se, bocejando. – Diga lá, como anda nossa adorável Roseyzinha?</p> <p>– Está dormindo – Pate respondeu secamente.</p> <p>– Nua, com certeza – Leo abriu um sorriso. – Acha que ela vale mesmo um dragão? Suponho que um dia terei de verificar.</p> <p>Pate sabia que não era boa ideia responder àquilo.</p> <p>Leo não precisava de resposta.</p> <p>– Suponho que uma vez que eu rasgue a garota, seu preço caia de forma que até criadores de porcos consigam pagá-la. Devia me agradecer.</p> <p><span class="Italic">Devia matar você</span>, pensou Pate, mas estava longe de se encontrar suficientemente bêbado para jogar a vida fora. Leo recebera treinamento em armas e tinha fama de ser mortífero com a espada de sicário e o punhal. E se Pate, de algum modo, conseguisse matá-lo, isto lhe custaria também a cabeça. Leo tinha dois nomes, enquanto Pate não possuía mais do que um, e o segundo era Tyrell. Sor Moryn Tyrell, comandante da Patrulha da Cidade de Vilavelha, era pai de Leo. Mace Tyrell, Senhor de Jardim de Cima e Protetor do Sul, era seu primo. E o Velho de Vilavelha, Lorde Leyton da Torralta, que incluía “Protetor da Cidadela” entre seus muitos títulos, era vassalo juramentado à Casa Tyrell. <span class="Italic">Deixe estar</span>, disse Pate a si mesmo. <span class="Italic">Ele diz essas coisas só para me ferir</span>.</p> <p>As névoas estavam se iluminando a leste. <span class="Italic">A alvorada</span>, Pate compreendeu. <span class="Italic">A alvorada chegou, e o alquimista não</span>. Não sabia se deveria rir ou chorar. <span class="Italic">Ainda serei um ladrão se devolver tudo e ninguém souber de nada?</span> Era outra pergunta para a qual não tinha resposta, como aquelas que Ebrose e Vaellyn lhe tinham feito outrora.</p> <p>Quando se afastou do banco e se levantou, a cidra terrivelmente forte subiu-lhe à cabeça toda de uma vez. Teve de se apoiar na mesa para se equilibrar.</p> <p>– Deixe Rosey em paz – disse, ao modo de despedida. – Deixe-a em paz, senão pode ser que eu o mate.</p> <p>Leo Tyrell afastou os cabelos do olho num movimento rápido:</p> <p>– Não travo duelos com criadores de porcos. Vá embora.</p> <p>Pate virou-se e atravessou a varanda. Seus calcanhares ressoaram nas desgastadas tábuas da velha ponte. Quando chegou ao outro lado, o céu oriental tornava-se rosado. <span class="Italic">O mundo é grande</span>, disse a si mesmo. <span class="Italic">Se comprasse o tal burro, ainda poderia vaguear pelas estradas e atalhos dos Sete Reinos, sangrando o povo e catando-lhe lêndeas dos cabelos. Podia oferecer-me num navio qualquer, puxar um remo e velejar para Qarth, a dos Portões de Jade, para ver esses malditos dragões com meus próprios olhos. Não preciso voltar para o velho Walgrave e os corvos.</span></p> <p>Mas sem saber como, os pés levaram-no na direção da Cidadela.</p> <p>Quando o primeiro raio de sol perfurou as nuvens a leste, os sinos matinais começaram a repicar no Septo do Marinheiro junto ao porto. O Septo do Senhor juntou-se ao primeiro um momento mais tarde, seguido pelos Sete Santuários em seus jardins do outro lado do Vinhomel e, por fim, o Septo Estrelado, que fora a sede do Alto Septão durante os mil anos que antecederam o desembarque de Aegon em Porto Real. Compunham uma música poderosa. <span class="Italic">Embora não tão doce quanto a de um pequeno rouxinol.</span></p> <p>Também ouvia cantos sob o repique dos sinos. Todas as manhãs, à primeira luz da aurora, os sacerdotes vermelhos reuniam-se para dar as boas-vindas ao sol no exterior de seu modesto templo erguido junto aos cais. <span class="Italic">Pois a noite é escura e cheia de terrores</span>. Pate ouvira-os gritar aquelas palavras uma centena de vezes, pedindo ao seu deus R’hllor para protegê-los da escuridão. Os Sete eram deuses suficientes para ele, mas ouvira dizer que Stannis Baratheon orava agora às fogueiras noturnas. Até pusera o coração flamejante de R’hllor em seus estandartes, em vez do veado coroado. <span class="Italic">Se ele conquistar o Trono de Ferro, vamos todos ter de aprender a letra da canção dos sacerdotes vermelhos</span>, Pate pensou, mas isto não era provável. Tyrion Lannister esmagara Stannis e R’hllor na Água Negra, e em breve acabaria com eles e espetaria a cabeça do pretendente Baratheon num espigão por cima dos portões de Porto Real.</p> <p>À medida que as névoas da noite se dissipavam, Vilavelha ia tomando forma à sua volta, emergindo fantasmagoricamente das sombras que antecediam a alvorada. Pate nunca vira Porto Real, mas sabia que era uma cidade de taipa, uma extensão de ruas lamacentas, telhados de colmo e telheiros de madeira. Vilavelha era construída em pedra, e todas as suas ruas eram calçadas com pedras, até a mais erma das vielas. A cidade nunca era tão bela como ao romper da aurora. A oeste do Vinhomel, as sedes das guildas ladeavam a margem como uma fileira de palácios. A montante, as cúpulas e torres da Cidadela erguiam-se de ambos os lados do rio, ligadas por pontes de pedra repletas de casas e edifícios públicos. A jusante, sob as muralhas de mármore negro e janelas arqueadas do Septo Estrelado, as mansões dos piedosos aglomeravam-se como crianças reunidas em torno dos pés de uma velha viúva rica.</p> <p>Mais adiante, onde o Vinhomel se alargava e mergulhava na Enseada dos Murmúrios, erguia-se a Torralta, com suas fogueiras de aviso brilhantes contra o fundo da aurora. Do local onde se erguia no topo das escarpas da Ilha da Batalha, sua sombra cortava a cidade como uma espada. Os nascidos e criados em Vilavelha sabiam dizer as horas pelo ponto onde a sombra caía. Alguns falavam que do topo da torre se conseguia ver tudo, até a Muralha. Talvez fosse por isso que Lorde Leyton não descia havia mais de uma década, preferindo governar sua cidade a partir das nuvens.</p> <p>A carroça de um açougueiro passou por Pate trovejando ao longo da estrada do rio, levando cinco leitões que guinchavam aflitos. Afastando-se de seu caminho, evitou por pouco ser salpicado quando uma mulher esvaziou um balde de dejetos noturnos de uma janela por cima dele. <span class="Italic">Quando for um meistre num castelo, terei um cavalo para montar</span>, pensou. Então, tropeçou numa pedra e perguntou a si mesmo quem estava tentando enganar. Para ele não haveria corrente, lugar de honra à mesa de um senhor ou um alto cavalo branco para montar. Seus dias seriam passados ouvindo o <span class="Italic">cuorc</span> dos corvos e lavando manchas de merda da roupa íntima do Arquimeistre Walgrave.</p> <p>Estava apoiado num joelho, tentando limpar a lama de sua veste, quando uma voz soou:</p> <p>– Bom dia, Pate.</p> <p>O alquimista estava em pé ao seu lado.</p> <p>Pate se levantou:</p> <p>– O terceiro dia... disse que estaria no Pena e Caneca.</p> <p>– Você estava com amigos. Não desejei me intrometer em sua camaradagem – o alquimista trajava um manto de viajante com capuz marrom e ordinário. O sol nascente espreitava por sobre os telhados atrás do seu ombro, tornando difícil distinguir o rosto dentro do capuz. – Já decidiu o que é?</p> <p><span class="Italic">Será que ele precisa me obrigar a dizer?</span></p> <p>– Suponho que sou um ladrão.</p> <p>– Achei que talvez fosse.</p> <p>A parte mais difícil tinha sido agachar-se para puxar o cofre que estava sob a cama do Arquimeistre Walgrave. Embora o cofre fosse robusto e reforçado com ferro, sua fechadura estava quebrada. Meistre Gormon suspeitava que Pate a danificara, mas não era verdade. Fora o próprio Walgrave quem quebrara a fechadura, depois de perder a chave que a abria.</p> <p>Lá dentro, Pate encontrara um saco de veados de prata, uma madeixa de cabelos louros atada com uma fita, uma miniatura pintada de uma mulher que se assemelhava a Walgrave (até no bigode) e uma manopla de cavaleiro feita de aço articulado, que pertencera a um príncipe, segundo Walgrave afirmava, embora já não parecesse ser capaz de se lembrar de qual deles. Quando Pate a sacudira, a chave caíra no chão.</p> <p><span class="Italic">Se eu a pegar, serei um ladrão</span>, lembrava-se de ter pensado. A chave era velha e pesada, feita de ferro negro; supostamente abria todas as portas da Cidadela. Só os arquimeistres possuíam chaves como aquela. Os outros transportavam as suas consigo ou as escondiam em algum local seguro, mas se Walgrave tivesse escondido a sua, nunca mais ninguém a veria. Pate pegou a chave e percorreu metade do caminho até a porta antes de voltar e pegar também a prata. Um ladrão era um ladrão, quer roube muito ou pouco. “<span class="Italic">Pate</span>”, chamara um dos corvos brancos, “<span class="Italic">Pate, Pate, Pate</span>.”</p> <p>– Tem o meu dragão? – perguntou ao alquimista.</p> <p>– Se você tiver o que quero.</p> <p>– Dê-me aqui. Quero ver – Pate não tencionava permitir que o enganassem.</p> <p>– A estrada do rio não é lugar para isto. Venha.</p> <p>Não teve tempo de pensar, de pesar suas alternativas. O alquimista se afastava. Pate tinha de segui-lo ou perderia tanto Rosey quanto o dragão, e para sempre. E foi o que fez. Enquanto caminhavam, enfiou a mão na manga. Conseguia sentir a chave, em segurança, dentro do bolso escondido que cosera ali. As vestes de meistre tinham bolsos por todo lado. Pate sabia disso desde rapaz.</p> <p>Tinha de se apressar para conseguir acompanhar os passos mais longos do alquimista. Desceram por uma viela, viraram uma esquina, atravessaram o antigo Mercado dos Ladrões, percorreram a Ruela do Trapeiro. Por fim, o homem entrou em outra viela, mais estreita do que a primeira.</p> <p>– Já chega – Pate disse. – Não há ninguém à nossa volta. Faremos a troca aqui.</p> <p>– Como quiser.</p> <p>– Quero o meu dragão.</p> <p>– Com certeza – a moeda surgiu. O alquimista a fez caminhar por sobre os nós dos dedos, da mesma maneira que fizera quando Rosey os apresentara. À luz da manhã o dragão cintilava enquanto se movia, e dava aos dedos do alquimista um brilho dourado.</p> <p>Pate tirou a moeda da mão do outro. O ouro parecia-lhe morno contra a pele da mão. Levou-o à boca e o trincou, como vira os homens fazer. Para falar a verdade, não tinha certeza de qual deveria ser o sabor do ouro, mas não queria parecer um tolo.</p> <p>– A chave? – o alquimista perguntou educadamente.</p> <p>Algo levou Pate a hesitar.</p> <p>– É algum livro que deseja? – dizia-se que alguns dos velhos pergaminhos valirianos trancados nas galerias subterrâneas eram as únicas cópias que restavam no mundo.</p> <p>– O que eu quero não é da sua conta.</p> <p>– Não – <span class="Italic">está feito</span>, disse Pate a si mesmo. <span class="Italic">Vá. Corra de volta ao Pena e Caneca, acorde Rosey com um beijo e diga-lhe que te pertence</span>. Mas, ainda assim se deixou-se ficar. – Mostre-me seu rosto.</p> <p>– Como quiser – o alquimista tirou o capuz.</p> <p>Era apenas um homem, e seu rosto era apenas isto. Um rosto de jovem, comum, com faces cheias e a sombra de uma barba. Uma tênue cicatriz entrevia-se na bochecha direita. Tinha um nariz adunco e uma densa cabeleira preta que se encaracolava, bem apertada, em volta das orelhas. Não era um rosto que Pate reconhecesse.</p> <p>– Não o conheço.</p> <p>– Nem eu a ti.</p> <p>– Quem é você?</p> <p>– Um estranho. Ninguém. De verdade.</p> <p>– Oh – Pate ficara sem palavras. Pegou a chave e a pousou na mão do estranho, experimentando a cabeça leve, sentindo-se quase com vertigens. <span class="Italic">Rosey</span>, recordou a si mesmo. – Então é tudo.</p> <p>Já tinha percorrido metade da viela quando o chão de pedras começou a se mover sob seus pés. <span class="Italic">As pedras estão escorregadias e úmidas</span>, pensou, mas não era isso. Sentia o coração martelando no peito.</p> <p>– O que está acontecendo? – perguntou. Suas pernas tinham se transformado em água. – Não compreendo.</p> <p>– E nunca compreenderás – respondeu uma voz num tom triste.</p> <p>O chão de pedras saltou para beijar o rapaz. Pate tentou gritar por ajuda, mas a voz também falhou.</p> <p>Seu último pensamento foi para Rosey.</p> </body> </html>
Find Chapter (eBook)
2015-06-09T18:49:55.000Z
This regex is to find duplicates in properties- or config-files with '='-separated key value pairs.
(.*?)\=.*?\r*\n\1
Auszahlungsbeitrag: <strong>{0} EUR</strong>, Anzahl Raten: <strong>{1} Raten</strong> monatlich (inkl. Kontoführung): <strong>{2} EUR</strong>, Sollzinssatz: <strong>{3}%</strong>, \ BTN_CALCULATORS_CALCULATE=Berechnen BTN_CALCULATORS_CREDIT_HOUSING_CALCRESULTHOUSEHOLD=Budget in Rechnung übernehmen BTN_CALCULATORS_CREDIT_HOUSING_SETAMOUNT=Kreditsumme übernehmen BTN_CALCULATORS_GETAPPOINTMENT=Beratungstermin vereinbaren BTN_CALCULATORS_GETPRODUCT=Produkt abschließen BTN_CALCULATORS_RECALCULATE=Erneut Berechnen BTN_CANCEL=Abbrechen BTN_CHANGE=Ändern BTN_ESHOP_CONFIRM_PRODUCTPAGE=Zur Produktseite BTN_ESHOP_CONFIRM_ROUTE=Route zur Filiale planen BTN_NEXT=Weiter BTN_PREV=Zurück BTN_SAVE=Speichern BTN_SEND=Senden Finanzierungssumme inkl. aller Nebenkosten. Gesamtbelastung: <strong>{4} EUR</strong>. In den Nebenkosten sind erhalten: Bearbeitungsgebühr*: <strong>{5} EUR</strong>, \ Kontoführungsgebühr: <strong>{6} EUR</strong>, Besicherungspauschale: <strong>{7} EUR</strong>, Löschungserklärung: <strong>{8} EUR</strong>, einmalige Einverleibunskosten: <strong>{9} EUR</strong>, \ Kontoführungsgebühr: <strong>{6} EUR</strong>, Besicherungspauschale: <strong>{7} EUR</strong>, Löschungserklürung: <strong>{8} EUR</strong>, einmalige Einverleibunskosten: <strong>{9} EUR</strong>, \ LBL_BRANCH_LOCATOR_ARRANGE_APPOINTMENT=Jetzt Termin Vereinbaren LBL_BRANCH_LOCATOR_BLZ_BIC=BLZ/BIC: LBL_BRANCH_LOCATOR_DETAIL_PREF_CANCEL=Abbrechen LBL_BRANCH_LOCATOR_DETAIL_PREF_HEADLINE=Einstellungen bearbeiten LBL_BRANCH_LOCATOR_DETAIL_PREF_LINKURL=URL der Ergebnisseite LBL_BRANCH_LOCATOR_DETAIL_PREF_SAVE=Speichern LBL_BRANCH_LOCATOR_EMPLOYEES=Ansprechpartner LBL_BRANCH_LOCATOR_EQUIPMENT=Ausstattung LBL_BRANCH_LOCATOR_FILTER=Filtern LBL_BRANCH_LOCATOR_FILTER_ALL=Alle LBL_BRANCH_LOCATOR_FILTER_AT=Österreich LBL_BRANCH_LOCATOR_FILTER_AT_BURGEN=Burgenland LBL_BRANCH_LOCATOR_FILTER_AT_NIEDER=Niederösterreich LBL_BRANCH_LOCATOR_FILTER_AT_OBER=Oberösterreich LBL_BRANCH_LOCATOR_FILTER_AT_SALZBURG=Salzburg LBL_BRANCH_LOCATOR_FILTER_AT_WIEN=Wien LBL_BRANCH_LOCATOR_FILTER_CZ=Tschechische Republik LBL_BRANCH_LOCATOR_FILTER_DE=Deutschland LBL_BRANCH_LOCATOR_FILTER_HU=Ungarn LBL_BRANCH_LOCATOR_FILTER_OBERBANK_BRANCHES=Oberbank Filialen LBL_BRANCH_LOCATOR_FILTER_PRIVATE_BANKING_BRANCHES=Private Banking Filialen LBL_BRANCH_LOCATOR_FILTER_SK=Slowakei LBL_BRANCH_LOCATOR_FOTO=Foto: LBL_BRANCH_LOCATOR_GOOGLEMAPS_ROUTE_PLANNER=GoogleMaps Routenplaner LBL_BRANCH_LOCATOR_MY_LOCATION=Mein Standort LBL_BRANCH_LOCATOR_OPENING_HOURS=Öffnungszeiten LBL_BRANCH_LOCATOR_PLACEHOLDER=Label LBL_BRANCH_LOCATOR_PRIVATEBANKING=Private Banking LBL_BRANCH_LOCATOR_SEARCH=Suchen LBL_BRANCH_LOCATOR_SEARCH_PLACEHOLDER=PLZ/Ort/Straße LBL_CALCULATORS_AMOUNT=Einlagebetrag LBL_CALCULATORS_AMOUNT_TOOLTIP=?LBL_CALCULATORS_AMOUNT_TOOLTIP LBL_CALCULATORS_BACKGROUNDIMAGEID=Background Bild ID LBL_CALCULATORS_BUILDINGSAVINGS_DESCRIPTION=Die Oberbank bietet Ihnen flexible Anlageoptionen, berechnen Sie mit dem Bausparrechner schnell und unkompliziert Ihre Bauspar-Rate. LBL_CALCULATORS_BUILDINGSAVINGS_DESCRIPTION_TEASER=Die Oberbank bietet Ihnen flexible Anlageoptionen. LBL_CALCULATORS_BUILDINGSAVINGS_HEADLINE=Der Oberbank Bausparrechner LBL_CALCULATORS_BUILDINGSAVINGS_HEADLINE_TEASER=Bausparrechner LBL_CALCULATORS_BUILDINGSAVING_LINKTOFULL=?LBL_CALCULATORS_BUILDINGSAVING_LINKTOFULL LBL_CALCULATORS_CHANGE_CALC=Berechnung ändern LBL_CALCULATORS_COMPLETIONTYPE_CHOOSE=Bitte wählen LBL_CALCULATORS_COMPLETIONTYPE_OFFICE=Online beantragen und in der Filiale abschliessen LBL_CALCULATORS_COMPLETIONTYPE_PORTAL=Im Kundeportal abschliessen LBL_CALCULATORS_CPORTAL_HEADLINE_TEASER=Kundenportal LBL_CALCULATORS_CREDITCARD_CONFIRMATION=Ich möchte meine Transaktionen (Bezahlung und Bargeldbehebungen) bestätigen mit: LBL_CALCULATORS_CREDITCARD_HEADLINE_TEASER=Kreditkarte LBL_CALCULATORS_CREDITCARD_PHONE4SMS=aktuele Mobiltelefonnummer: LBL_CALCULATORS_CREDITCARD_PIN=mit PIN-Code LBL_CALCULATORS_CREDITCARD_SELECTTYPE=Welche Kreditkarte möchten Sie zu Ihrem Privatkonto? LBL_CALCULATORS_CREDITCARD_SENDSMS=Ich möchte eine Info SMS bei jedem Umsatz ab EUR 150,- und zumeist auch bei Beträgen darunter erhalten LBL_CALCULATORS_CREDITCARD_SIGNATURE=mit Unterschrift LBL_CALCULATORS_CREDIT_AMOUNT=Kaufpreis LBL_CALCULATORS_CREDIT_AMOUNT=Kaufpreis inkl. USt. LBL_CALCULATORS_CREDIT_AMOUNT_TOOLTIP=?LBL_CALCULATORS_CREDIT_AMOUNT_TOOLTIP LBL_CALCULATORS_CREDIT_CARLEASING=Kfz-Leasing LBL_CALCULATORS_CREDIT_CARLEASING_ICONID=Kfz-Leasing Icon ID LBL_CALCULATORS_CREDIT_CONSUMER=Konsumfinanzierung LBL_CALCULATORS_CREDIT_CONSUMER_ICONID=Konsumfinanzierung Icon ID LBL_CALCULATORS_CREDIT_DESCRIPTION=Auf viele Wünsche kann man sparen. Aber manche Investitionen können nicht warten. Vielleicht brauchen Sie ein neues Auto, um mobil zu \ LBL_CALCULATORS_CREDIT_DESCRIPTION_TEASER=Auf viele Wünsche kann man sparen. Aber manche Investitionen können nicht warten LBL_CALCULATORS_CREDIT_FINANCINGNEEDS_HEADLINE=Bedarfsrechner - Welche Kreditsumme benötige ich? LBL_CALCULATORS_CREDIT_HEADLINE=Der Oberbank Kreditrechner LBL_CALCULATORS_CREDIT_HEADLINE_TEASER=Kreditrechner LBL_CALCULATORS_CREDIT_HOUSEHOLD_HEADLINE=Budgetrechner - Welche Rate kann ich mir leisten? LBL_CALCULATORS_CREDIT_HOUSING=Wohnbaufinanzierung LBL_CALCULATORS_CREDIT_HOUSING_AMOUNT=Kredithöhe LBL_CALCULATORS_CREDIT_HOUSING_AMOUNT_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_AMOUNT_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_CALCRESULTFINANCINGNEEDS=Benötigte Kreditsumme LBL_CALCULATORS_CREDIT_HOUSING_CALCRESULTMONTHLYAVAILABLEAMOUNT=Verfügbares Budget LBL_CALCULATORS_CREDIT_HOUSING_CALCRESULTMONTHLYEXPENSESSUM=Monatliche Ausgaben LBL_CALCULATORS_CREDIT_HOUSING_CALCRESULTMONTHLYINCOMESUM=Monatliche Einnahmen LBL_CALCULATORS_CREDIT_HOUSING_CALCWITHCOAPPLICANT=Kalkulation mit Partner LBL_CALCULATORS_CREDIT_HOUSING_CREDITRATES=Kreditraten LBL_CALCULATORS_CREDIT_HOUSING_CREDITRATES_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_CREDITRATES_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_FAMILYALLOWANCE=Familienbeihilfe LBL_CALCULATORS_CREDIT_HOUSING_FAMILYALLOWANCE_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_FAMILYALLOWANCE_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_FURNITUREORRENOVATIONCOSTS=Einrichtung und Renovierung LBL_CALCULATORS_CREDIT_HOUSING_FURNITUREORRENOVATIONCOSTS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_FURNITUREORRENOVATIONCOSTS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_ICONID=Wohnbaufinanzierung Icon ID LBL_CALCULATORS_CREDIT_HOUSING_INCOME=Einkommen LBL_CALCULATORS_CREDIT_HOUSING_LEASINGRATES=Leasingraten LBL_CALCULATORS_CREDIT_HOUSING_LEASINGRATES_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_LEASINGRATES_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_LIVINGCOSTS=Lebenserhaltungskosten LBL_CALCULATORS_CREDIT_HOUSING_LIVINGCOSTS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_LIVINGCOSTS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_MOBILEPHONEMEDIA=Handy, Telefon, Medien LBL_CALCULATORS_CREDIT_HOUSING_MOBILEPHONEMEDIA_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_MOBILEPHONEMEDIA_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_MOBILITYCOSTS=Mobilität LBL_CALCULATORS_CREDIT_HOUSING_MOBILITYCOSTS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_MOBILITYCOSTS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_NETINCOME=Nettoeinkommen LBL_CALCULATORS_CREDIT_HOUSING_NETINCOME_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_NETINCOME_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_OTHERINCOME=Sonstiges Einkommen LBL_CALCULATORS_CREDIT_HOUSING_OTHERINCOME_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_OTHERINCOME_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_OTHERROOMINGCOSTS=Wohnkosten LBL_CALCULATORS_CREDIT_HOUSING_OTHERROOMINGCOSTS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_OTHERROOMINGCOSTS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_PRICE=Kaufpreis LBL_CALCULATORS_CREDIT_HOUSING_PRIVATESAVINGS=Eigenmittel LBL_CALCULATORS_CREDIT_HOUSING_PRIVATESAVINGS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_PRIVATESAVINGS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_RENTINCLUDINGRUNNINGCOSTS=Miete inkl. Betriebskosten LBL_CALCULATORS_CREDIT_HOUSING_RENTINCLUDINGRUNNINGCOSTS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_RENTINCLUDINGRUNNINGCOSTS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_RUNNINGCOSTS=Nebenkosten LBL_CALCULATORS_CREDIT_HOUSING_RUNNINGCOSTS_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_RUNNINGCOSTS_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_SAVINGSANDPRECAUTION=Sparen / Vorsorge LBL_CALCULATORS_CREDIT_HOUSING_SAVINGSANDPRECAUTION_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_SAVINGSANDPRECAUTION_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_SUPPORTAMOUNT=Förderungen LBL_CALCULATORS_CREDIT_HOUSING_SUPPORTAMOUNT_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_SUPPORTAMOUNT_TOOLTIP LBL_CALCULATORS_CREDIT_HOUSING_TEASER=Kreditrechner LBL_CALCULATORS_CREDIT_HOUSING_TOOLTIP=?LBL_CALCULATORS_CREDIT_HOUSING_TOOLTIP LBL_CALCULATORS_CREDIT_MONTH=Monat LBL_CALCULATORS_CREDIT_MONTHS=Monate LBL_CALCULATORS_CREDIT_PREPAYMENT=Anzahlung LBL_CALCULATORS_CREDIT_PREPAYMENT_TOOLTIP=?LBL_CALCULATORS_CREDIT_PREPAYMENT_TOOLTIP LBL_CALCULATORS_CREDIT_RATE=Rate LBL_CALCULATORS_CREDIT_REMAINING=Restwert LBL_CALCULATORS_CREDIT_REMAINING_TOOLTIP=?LBL_CALCULATORS_CREDIT_REMAINING_TOOLTIP LBL_CALCULATORS_CREDIT_SHOWCARLEASING=Zeigen Kfz-Leasing TAB LBL_CALCULATORS_CREDIT_SHOWCONSUMER=Zeigen Konsumfinanzierung TAB LBL_CALCULATORS_CREDIT_SHOWHAUSING=Zeigen Wohnbaufinanzierung TAB LBL_CALCULATORS_CREDIT_SHOWHOUSING=Zeigen Wohnbaufinanzierung TAB LBL_CALCULATORS_CREDIT_YEAR=Jahr LBL_CALCULATORS_CREDIT_YEARS=Jahre LBL_CALCULATORS_CURRENCY_ASSIGN_URL=Setzen Kursinformationen-URL LBL_CALCULATORS_CURRENCY_EXCHANGERATE_TEASER=Devisenkurs LBL_CALCULATORS_CURRENCY_HEADLINE=Der Oberbank Währungsrechner LBL_CALCULATORS_CURRENCY_HEADLINE=Währungsrechner LBL_CALCULATORS_CURRENCY_INFO=Kursinformationen LBL_CALCULATORS_CURRENCY_INFOLAYOUTID=?Seite ID für Kursinformationen LBL_CALCULATORS_CURRENCY_NOTERATE_TEASER=Notenkurs LBL_CALCULATORS_CURRENCY_SRC2TARGET=Für 1,00 {0} erhalten Sie {1} {2} LBL_CALCULATORS_CURRENCY_TARGET2SRC=Für 1,00 {0} zahlen Sie {1} {2} LBL_CALCULATORS_ESHOPBUILDINGSAVINGS_PAGEID=?LBL_CALCULATORS_ESHOPBUILDINGSAVINGS_PAGEID LBL_CALCULATORS_ESHOP_CREDITCONSUMERID=?LBL_CALCULATORS_ESHOP_CREDITCONSUMERID LBL_CALCULATORS_ESHOP_CREDITHOUSINGID=?LBL_CALCULATORS_ESHOP_CREDITHOUSINGID LBL_CALCULATORS_ESHOP_CREDITLEASINGID=?LBL_CALCULATORS_ESHOP_CREDITLEASINGID LBL_CALCULATORS_ESHOP_SAVINGSID=?LBL_CALCULATORS_ESHOP_SAVINGSID LBL_CALCULATORS_EUR=EUR LBL_CALCULATORS_INTERESTRATE=Zinssatz LBL_CALCULATORS_INVESTED=Anlagebetrag LBL_CALCULATORS_LINKTOFULL=?LBL_CALCULATORS_LINKTOFULL LBL_CALCULATORS_MAXIMAL_AMOUNT=Maximalbetrag LBL_CALCULATORS_MINIMAL_AMOUNT=Minimalbetrag LBL_CALCULATORS_PAYMENTTYPE=Einzahlungsvariante LBL_CALCULATORS_PAYMENTTYPE_MONTHLY=Monatliche Einzahlung LBL_CALCULATORS_PAYMENTTYPE_MONTHLY_TEASER=Monatlich LBL_CALCULATORS_PAYMENTTYPE_ONCE=Einmalige Einzahlung LBL_CALCULATORS_PAYMENTTYPE_ONCE_TEASER=1x LBL_CALCULATORS_PAYMENTTYPE_YEARLY=Jährliche Einzahlung LBL_CALCULATORS_PAYMENTTYPE_YEARLY_TEASER=Jährlich LBL_CALCULATORS_PORTALBUILDINGSAVINGS_URL=?LBL_CALCULATORS_PORTALBUILDINGSAVINGS_URL LBL_CALCULATORS_PRODUCT_ACCOUNT_HEADLINE=Privatkonto LBL_CALCULATORS_PRODUCT_ANLAGEKFIX_HEADLINE=ANLAGEKFIX Produktüberschrift LBL_CALCULATORS_PRODUCT_ANLAGEKFIX_HEADLINE=ANLAGEKFIX SAVINGS Produktüberschrift LBL_CALCULATORS_PRODUCT_BSP100_HEADLINE=BSP100 Produktüberschrift LBL_CALCULATORS_PRODUCT_BUILDING_SAVINGS_HEADLINE=BUILDING SAVINGS Produktüberschrift LBL_CALCULATORS_PRODUCT_CARLEASING_HEADLINE=Auto Leasing LBL_CALCULATORS_PRODUCT_CARLEASING_HEADLINE=CARLEASING Produktüberschrift LBL_CALCULATORS_PRODUCT_CONSUMER_HEADLINE=CONSUMER Produktüberschrift LBL_CALCULATORS_PRODUCT_FIXEDACCOUNT_HEADLINE=FIXEDACCOUNT Produktüberschrift LBL_CALCULATORS_PRODUCT_HOUSING_HEADLINE=HOUSING Produktüberschrift LBL_CALCULATORS_PRODUCT_PREMIUM_HEADLINE=PREMIUM Produktüberschrift LBL_CALCULATORS_PRODUCT_PREMIUM_HEADLINE=Premium Produkt LBL_CALCULATORS_PRODUCT_PRSPARBUCH_HEADLINE=PRSPARBUCH Produktüberschrift LBL_CALCULATORS_PRTLSAVINGS_URL=?LBL_CALCULATORS_PRTLSAVINGS_URL LBL_CALCULATORS_PRTL_CREDITCONSUMERURL=?LBL_CALCULATORS_PRTL_CREDITCONSUMERURL LBL_CALCULATORS_PRTL_CREDITHOUSINGURL=?LBL_CALCULATORS_PRTL_CREDITHOUSINGURL LBL_CALCULATORS_PRTL_CREDITLEASINGURL=?LBL_CALCULATORS_PRTL_CREDITLEASINGURL LBL_CALCULATORS_REQUIRED=Pflichtfelder: Füllen Sie diese Felder bitte aus. LBL_CALCULATORS_RESULT=Ihr Ergebnis: LBL_CALCULATORS_RESULT_INTERESTYIELD=Gesamtzinsertrag LBL_CALCULATORS_RESULT_NETINTERESTYIELD=Netto-Zinsertrag LBL_CALCULATORS_RESULT_TAXYIELDRETURN=KESt LBL_CALCULATORS_RESULT_TOTAL=Endbetrag LBL_CALCULATORS_RETENTIONPERIOD=Laufzeit LBL_CALCULATORS_RETENTIONPERIOD_TOOLTIP=?LBL_CALCULATORS_RETENTIONPERIOD_TOOLTIP LBL_CALCULATORS_SAVINGSFIX_HEADLINE_TEASER=Anlagekonto FIX LBL_CALCULATORS_SAVINGSVAR_HEADLINE_TEASER=Anlagekonto VAR LBL_CALCULATORS_SAVINGS_DESCRIPTION=Die Oberbank bietet Ihnen flexible Anlageoptionen, berechnen Sie mit dem Sparrechner schnell und unkompliziert Ihre Anspar-Rate. LBL_CALCULATORS_SAVINGS_DESCRIPTION_TEASER=Die Oberbank bietet Ihnen flexible Anlageoptionen. LBL_CALCULATORS_SAVINGS_EBANKING_ASK=Möchten Sie auch unser Oberbank Kundenportal (eBanking und/oder App) in vollem Umfang nutzen? LBL_CALCULATORS_SAVINGS_HEADLINE=Der Oberbank Sparrechner LBL_CALCULATORS_SAVINGS_HEADLINE_TEASER=Sparrechner LBL_CALCULATORS_SAVINGS_PRIVATE_ACCOUNT=Sie verfügen über ein Oberbank Privatkonto? LBL_CALCULATORS_SELECTED_PRODUCT=Ihr ausgewähltes Produkt LBL_CALCULATORS_TOPRODUCT=Zum Produkt LBL_CLASSLOTTERY_BACKTOPAGE=Zur Seite LBL_CLASSLOTTERY_BIC=BIC: LBL_CLASSLOTTERY_BIRTHDAY=Geburtsdatum: LBL_CLASSLOTTERY_CONSENT=Einwilligung: LBL_CLASSLOTTERY_CREDITINST=Kreditinstitut: LBL_CLASSLOTTERY_DIFF_LOTNUMBERS=verschiedene Losnummern LBL_CLASSLOTTERY_EMAIL=E-Mail Adresse: LBL_CLASSLOTTERY_FIRSTNAME=Vorname: LBL_CLASSLOTTERY_GENDER=Anrede: LBL_CLASSLOTTERY_GOLDCLASS=Goldklasse: LBL_CLASSLOTTERY_IBAN=IBAN: LBL_CLASSLOTTERY_JOIN=Ja, ich möchte teilnehmen: LBL_CLASSLOTTERY_LASTNAME=Nachname: LBL_CLASSLOTTERY_LOT1-10=Klassenlos 1/10 = Zehntel-Los LBL_CLASSLOTTERY_LOT10-10=Klassenlos 10/10 = Ganzes Los LBL_CLASSLOTTERY_LOT5-10=Klassenlos 5/10 = Halbes Los LBL_CLASSLOTTERY_MEGAMIX=Gewinnkombi Mega-Mix(*): LBL_CLASSLOTTERY_MESSAGE=Nachricht: LBL_CLASSLOTTERY_ORDER=Klassenlotterie - Bestellung LBL_CLASSLOTTERY_PHONE=Telefonnummer: LBL_CLASSLOTTERY_REQUIRED=Pflichtfelder: Füllen Sie diese Felder bitte aus. LBL_CLASSLOTTERY_SAME_LOTNUMBERS=gleiche Losnummern LBL_CLASSLOTTERY_SEND=Senden LBL_CLASSLOTTERY_STARTMIX=Gewinnkombi Start-Mix(*): LBL_CLASSLOTTERY_STREET_NR=Straße und Hausnummer: LBL_CLASSLOTTERY_SUPERCLASS=Superklasse: LBL_CLASSLOTTERY_SUPERMIX=Gewinnkombi Super-Mix(*): LBL_CLASSLOTTERY_TRIORMIX=Gewinnkombi Trio-Mix(*): LBL_CLASSLOTTERY_ZIP_CITY=PLZ und Ort: LBL_COMMON_BACK_TO=zurück zu LBL_COMMON_BACK_TO_PREVIOUS_PAGE=Zurück zur vorherigen Seite LBL_COMMON_BRANCH_LOCATOR=Filialfinder LBL_COMMON_CAREER=Career LBL_COMMON_CAREER=Karriere LBL_COMMON_CLOSE_MENU=Close Menu LBL_COMMON_CLOSE_MENU=Menü schließen LBL_COMMON_CONTACT=Contact LBL_COMMON_CONTACT=Kontakt LBL_COMMON_ENGLISH=Englisch LBL_COMMON_ENTER_EMAIL=Please include your E-Mail address to sign up for the Newsletter. LBL_COMMON_GOTO=to LBL_COMMON_GOTO=zu LBL_COMMON_INVESTOR_RELATIONS=Investor Relations LBL_COMMON_LOGIN=Anmeldung LBL_COMMON_LOGIN=Sign in LBL_COMMON_NEWSLETTER_STAY_INFORMED=With the Oberbank Newsletter Service is always top-informed! LBL_COMMON_OVERVIEW=Overview LBL_COMMON_OVERVIEW=Übersicht LBL_COMMON_SHOW_ENGLISH_VERSION=Englische Version anzeigen LBL_COMMON_SHOW_ENGLISH_VERSION=Show English Version LBL_COMMON_SWITCH_TO_CUSTOMER_PORTAL=Switch To the customer portal LBL_COMMON_TO_BRANCH_LOCATOR=To Filialfinder LBL_COMMON_TO_BRANCH_LOCATOR=zum Filialfinder LBL_COMMON_TO_CAREER=To Career LBL_COMMON_TO_CAREER=zu Karriere LBL_COMMON_TO_CONTACT=To Contact LBL_COMMON_TO_CONTACT=zur Kontaktseite LBL_COMMON_TO_CUSTOMER_PORTAL=To the page of the customer portal LBL_COMMON_TO_CUSTOMER_PORTAL=Zum Kundenportal LBL_COMMON_TO_INVESTOR_RELATIONS=to the Investor Relations LBL_COMMON_YOUR_EMAILADRESS=Your E-Mail Address LBL_CONSULTINGDATE_ADDRESS=Strasse: LBL_CONSULTINGDATE_BACKTOPAGE=Zurück LBL_CONSULTINGDATE_BIRTHDATE=Geburtsdatum: LBL_CONSULTINGDATE_BRANCHOFFICE_BRANCHOFFICE=Ihre Geschäftsstelle: LBL_CONSULTINGDATE_BRANCHOFFICE_CHOOSE_DESIREDCONSULTINGDATE=Wählen Sie Ihren Wunschtermin LBL_CONSULTINGDATE_BRANCHOFFICE_DESIREDCONSULTINGDATE1=1. Terminvorschlag: LBL_CONSULTINGDATE_BRANCHOFFICE_DESIREDCONSULTINGDATE2=2. Terminvorschlag: LBL_CONSULTINGDATE_BRANCHOFFICE_DESIREDCONSULTINGDATE_HOURS=Beratung mit Terminvereinbarung: Montag - Freitag von 08:00 - 19:00 Uhr LBL_CONSULTINGDATE_BRANCHOFFICE_STATE=Bundesland: LBL_CONSULTINGDATE_CONFIRM=Einwilligung: LBL_CONSULTINGDATE_CONFIRM_VALUE=Ich bin damit einverstanden, dass mich Oberbank-Mitarbeiter kontaktieren. So sieht es aus, wenn der Rechtstext einmal länger wird. LBL_CONSULTINGDATE_CONFIRM_VALUE=Ich bin damit einverstanden, dass mich Oberbank-Mitarbeiter kontaktieren. So sieht es aus, wenn der Rechtstext einmal lünger wird. LBL_CONSULTINGDATE_DATA=Ihre Daten LBL_CONSULTINGDATE_EMAIL=E-Mail: LBL_CONSULTINGDATE_FIRSTNAME=Vorname: LBL_CONSULTINGDATE_HEADLINE=Beratungstermin vereinbaren LBL_CONSULTINGDATE_LASTNAME=Nachname: LBL_CONSULTINGDATE_MESSAGE=Nachricht: LBL_CONSULTINGDATE_ORDER=Beratungstermin vereinbaren LBL_CONSULTINGDATE_PHONE=Telefon: LBL_CONSULTINGDATE_SALUTATION=Anrede: LBL_CONSULTINGDATE_SELECTED_PRODUCT=Ihr ausgewähltes Produkt LBL_CONSULTINGDATE_TITLE=Titel: LBL_CONSULTINGDATE_UPLOAD_ATTACHED=Angehängte Dateien LBL_CONSULTINGDATE_UPLOAD_ATTACHED=Angehängte Dateien: LBL_CONSULTINGDATE_UPLOAD_ATTACHMENTS=Ihre Anhänge LBL_CONSULTINGDATE_UPLOAD_ATTACHMENTS=Ihre Anhänge: LBL_CONSULTINGDATE_UPLOAD_BROWSE=Durchsuchen LBL_CONSULTINGDATE_UPLOAD_NO_ATTACHMENTS=Keine Anhänge LBL_CONSULTINGDATE_ZIP_CITY=PLZ & Ort: LBL_CONTACTFORM_ADDRESS=Straße & Hausnummer LBL_CONTACTFORM_BACKTOPAGE=Zur Seite LBL_CONTACTFORM_BRANCH=Filiale LBL_CONTACTFORM_CONFIRM=Einwilligung LBL_CONTACTFORM_CONFIRM_VALUE=Ich bin damit einverstanden, dass mich Oberbank-Mitarbeiter kontaktieren. So sieht es aus, wenn der Rechtstext einmal länger wird. LBL_CONTACTFORM_CONTACTFORM=Kontaktformular LBL_CONTACTFORM_CUSTOMER=Sind Sie bereits Kunde? LBL_CONTACTFORM_CUSTOMER_VALUE=Ja, ich bin Kunde der Oberbank. LBL_CONTACTFORM_EMAIL=EMail-Adresse LBL_CONTACTFORM_FIRSTNAME=Vorname LBL_CONTACTFORM_IBAN=IBAN LBL_CONTACTFORM_LASTNAME=Nachname LBL_CONTACTFORM_MESSAGE=Nachricht LBL_CONTACTFORM_PHONE=Telefonnummer LBL_CONTACTFORM_REQUIRED=Pflichtfelder: Füllen Sie diese Felder bitte aus. LBL_CONTACTFORM_SALUTATION=Anrede LBL_CONTACTFORM_SALUTATION_MADAM=Mdm. LBL_CONTACTFORM_SALUTATION_MISTER=Mr. LBL_CONTACTFORM_SALUTATION_S1=Herr LBL_CONTACTFORM_SALUTATION_S1=Mr. LBL_CONTACTFORM_SALUTATION_S2=Frau LBL_CONTACTFORM_SALUTATION_S2=Mdm. LBL_CONTACTFORM_SELECT_BRANCH=Bitte wählen Sie eine Filiale LBL_CONTACTFORM_SEND=Senden LBL_CONTACTFORM_SUBJECT=Betreff LBL_CONTACTFORM_TITLE=Titel LBL_CONTACTFORM_TOPIC=Thema LBL_CONTACTFORM_TOPIC_=Bitte wählen Sie ein Thema LBL_CONTACTFORM_TOPIC_=Please select a topic LBL_CONTACTFORM_TOPIC_BESCHWERDE=Beschwerdemanagement LBL_CONTACTFORM_TOPIC_COMPLAINTMANAGEMENT=Complaint management LBL_CONTACTFORM_TOPIC_DEFAULT=Bitte wählen Sie ein Thema LBL_CONTACTFORM_TOPIC_EBANKING=Electronic Banking LBL_CONTACTFORM_TOPIC_EBANKING=Elektronic Banking LBL_CONTACTFORM_TOPIC_ENTERPRISECUSTOMER=Enterprise Customer LBL_CONTACTFORM_TOPIC_FIRMENKUND=Firmenkunde LBL_CONTACTFORM_TOPIC_FREELANCER=Freelancer LBL_CONTACTFORM_TOPIC_FREIEBERUF=Freie Beruf LBL_CONTACTFORM_TOPIC_GFMARKETS=Global Financial Markets LBL_CONTACTFORM_TOPIC_IMMOBILIEN=Immobilien LBL_CONTACTFORM_TOPIC_JOBKARRIER=Job & Career LBL_CONTACTFORM_TOPIC_JOBKARRIER=Job & Karriere LBL_CONTACTFORM_TOPIC_OBKEVENTS=Oberbank Events LBL_CONTACTFORM_TOPIC_PRESSEIR=Presse/Investor Relations LBL_CONTACTFORM_TOPIC_PRIVATKUND=Privatkunden (Konto, Karten, Sparen, Finanzieren, Vorsorgen, ...) LBL_CONTACTFORM_TOPIC_SPONSORING=Sponsoring LBL_CONTACTFORM_TOPIC_STONSTIG=Sonstiges LBL_CONTACTFORM_TOPIC_VERLASSENS=Verlassenschaften LBL_CONTACTFORM_TOPIC_WEBMASTER=Webmaster/Technik LBL_CONTACTFORM_TOPIC_WERTPAPIER=Wertpapiere LBL_CONTACTFORM_UPLOADS=Zusatzinfos als Anlage LBL_CONTACTFORM_ZIP_CITY=PLZ & Ort LBL_COOKIE_ACCEPT=Akzeptieren LBL_COOKIE_MSG=Diese Website verwendet Cookies, um die Nutzererfahrung zu verbessern und den Benutzern bestimmte Dienste und Funktionen bereitzustellen. <a title="Erhalten Sie mehr Informationen" href="#">Mehr Informationen</a> LBL_COOKIE_MSG=This Website is using cookies to improve the user experience by offering certain functions and services. <a title="more information" href="#">More Information</a> LBL_CUSTOMER_PORTAL=Customer Portal LBL_CUSTOMER_PORTAL=Kundenportal LBL_EBANKING_FOREIGN_LOGIN=eBanking Login außerhalb AT LBL_EBANKING_FOREIGN_LOGIN=eBanking Login outside AT LBL_EBANKING_LOGIN=eBanking Login AT LBL_EBANKING_LOGIN_DE_SK_HU_CZ=Login DE &middot; SK &middot; HU &middot; CZ LBL_EHSOP_UPLOAD_ATTACHMENTS=Ihre Anhänge LBL_EHSOP_UPLOAD_NO_ATTACHMENTS=Keine Anhänge LBL_ERROR_REQUIRED=Diese Eingabe ist erforderlich LBL_ERROR_REQUIRED=Dieses Feld ist ein Pflichtfeld. LBL_ESHOP_ACCOUNT_SAVINGS_ONLINE_NO=Nein, benötige ich nicht LBL_ESHOP_ACCOUNT_SAVINGS_ONLINE_RECOMMENDATION=Als Ergänzung zu Ihrem Privatkonto empfehlen wir für kurzfristiges Ansparen unser flexibles Online-Sparen ( Anlage-Konto variabel) LBL_ESHOP_ACCOUNT_SAVINGS_ONLINE_YES=Ja, ich möchte ein Anlage-Konto variabel beantragen LBL_ESHOP_ACCOUNT_USEPORTAL=Möchten Sie zu Ihrem Privatkonto auch unser Oberbank Kundenportal (eBanking und/oder App) in vollem Umfang nutzen? LBL_ESHOP_BRANCHOFFICE=Filiale & Termine LBL_ESHOP_BRANCHOFFICE_BRANCHOFFICE=Filiale LBL_ESHOP_BRANCHOFFICE_BRANCHOFFICE=Ihre Geschäftsstelle: LBL_ESHOP_BRANCHOFFICE_BRANCHOFFICE_DEFAULT=Bitte wählen Sie eine Filiale LBL_ESHOP_BRANCHOFFICE_CHOOSE_DESIREDCONSULTINGDATE=Wählen Sie Ihren Wunschtermin LBL_ESHOP_BRANCHOFFICE_CHOSEN_BRANCHOFFICE=Ihre gewählte Filiale LBL_ESHOP_BRANCHOFFICE_DESIREDCONSULTINGDATE1=1. Terminvorschlag: LBL_ESHOP_BRANCHOFFICE_DESIREDCONSULTINGDATE2=2. Terminvorschlag: LBL_ESHOP_BRANCHOFFICE_DESIREDCONSULTINGDATES=Ihre Terminwünsche LBL_ESHOP_BRANCHOFFICE_DESIREDCONSULTINGDATE_HOURS=Beratung mit Terminvereinbarung: Montag - Freitag von 08:00 - 19:00 Uhr LBL_ESHOP_BRANCHOFFICE_NO_DESIREDCONSULTINGDATES=Keine Terminwünsche LBL_ESHOP_BRANCHOFFICE_STATE=Bundesland: LBL_ESHOP_CREDITCARDTYPE=?LBL_ESHOP_CREDITCARDTYPE LBL_ESHOP_CREDITCARD_WANTED=Möchten Sie eine Kreditkarte zu Ihrem Konto? LBL_ESHOP_ECCARD_SELECTTYPE=Welche Bankomatkarte möchten Sie zu Ihrem Privatkonto? LBL_ESHOP_MASTERDATA=Ihre Daten LBL_ESHOP_MASTERDATA_ADDRESS=Strasse: LBL_ESHOP_MASTERDATA_ADDRESS=Straße & Hausnummer LBL_ESHOP_MASTERDATA_BIRTHDATE=Geburtsdatum: LBL_ESHOP_MASTERDATA_CONFIRM=Einwilligung LBL_ESHOP_MASTERDATA_CONFIRM=Einwilligung: LBL_ESHOP_MASTERDATA_CONFIRM_VALUE=Ich bin damit einverstanden, dass mich Oberbank-Mitarbeiter kontaktieren. So sieht es aus, wenn der Rechtstext einmal länger wird. LBL_ESHOP_MASTERDATA_COUNTRY=Staatsbürgerschaft: LBL_ESHOP_MASTERDATA_CUSTOMER=Kundenstatus: LBL_ESHOP_MASTERDATA_CUSTOMER=Sind Sie bereits Kunde? LBL_ESHOP_MASTERDATA_CUSTOMER_VALUE=Ja, ich bin Kunde der Oberbank. LBL_ESHOP_MASTERDATA_EMAIL=E-Mail: LBL_ESHOP_MASTERDATA_EMAIL=EMail-Adresse LBL_ESHOP_MASTERDATA_FIRSTNAME=Vorname LBL_ESHOP_MASTERDATA_FIRSTNAME=Vorname: LBL_ESHOP_MASTERDATA_IBAN=IBAN LBL_ESHOP_MASTERDATA_IBAN=IBAN: LBL_ESHOP_MASTERDATA_LASTNAME=Nachname LBL_ESHOP_MASTERDATA_LASTNAME=Nachname: LBL_ESHOP_MASTERDATA_LEGAL_NOTICE=Rechtliches LBL_ESHOP_MASTERDATA_LEGAL_NOTICE_VALUE=Ich habe die Rechtshinweise gelesen und bin einverstanden. LBL_ESHOP_MASTERDATA_MESSAGE=Nachricht LBL_ESHOP_MASTERDATA_PHONE=Telefon: LBL_ESHOP_MASTERDATA_PHONE=Telefonnummer LBL_ESHOP_MASTERDATA_PHONENUMBER=Telefonnummer LBL_ESHOP_MASTERDATA_SALUTATION=Anrede LBL_ESHOP_MASTERDATA_SALUTATION=Anrede: LBL_ESHOP_MASTERDATA_SUBJECT=Betreff LBL_ESHOP_MASTERDATA_SVNUMBER=SV-Nummer: LBL_ESHOP_MASTERDATA_TITLE=Titel LBL_ESHOP_MASTERDATA_TITLE=Titel: LBL_ESHOP_MASTERDATA_TOPIC=Thema LBL_ESHOP_MASTERDATA_TOPIC_DEFAULT=Bitte wählen Sie ein Thema LBL_ESHOP_MASTERDATA_UPLOADS=Angehängte Dateien: LBL_ESHOP_MASTERDATA_UPLOADS=Zusatzinfos als Anlage LBL_ESHOP_MASTERDATA_ZIP_CITY=PLZ & Ort LBL_ESHOP_MASTERDATA_ZIP_CITY=PLZ & Ort: LBL_ESHOP_OVERLAY_BACK_TO_FORM=Zurück zum Formular LBL_ESHOP_OVERLAY_HEADLINE=Möchten Sie den Produktabschluss wirklich beenden? LBL_ESHOP_OVERLAY_TEXT=Beim Verlassen dieser Seite werden Ihre Angaben gelöscht. Haben Sie Fragen oder benötigen Sie Hilfe im Produktabschluss? LBL_ESHOP_PRODUCTQUESTIONS=Fragen zum Produkt LBL_ESHOP_PRODUCTQUESTIONS_BONUS_BENEFITED=Besteht Anrecht auf prämienbegünstigten Vertrag? LBL_ESHOP_PRODUCTQUESTIONS_BONUS_BENEFITEDPAYMENTS=Beiträge geleistet in Höhe von: LBL_ESHOP_PRODUCTQUESTIONS_CARLEASING_CARTYPE=Autotyp LBL_ESHOP_PRODUCTQUESTIONS_COAPPLICANT=Zu zweit beatragen: LBL_ESHOP_PRODUCTQUESTIONS_COAPPLICANTINSAMEHOUSEHOLD=Mitantragsteller lebt im gemeinsamen Haushalt: LBL_ESHOP_PRODUCTQUESTIONS_CONFIRM_VALUE_CHANGE=Wertanpassung: LBL_ESHOP_PRODUCTQUESTIONS_DESIRED_DEBIT_DATE=Wann soll die Abbuchung erfolgen: LBL_ESHOP_PRODUCTQUESTIONS_EMPLOYEDSINCE=beschäftigt seit: LBL_ESHOP_PRODUCTQUESTIONS_EMPLOYER=Arbeitgeber: LBL_ESHOP_PRODUCTQUESTIONS_EMPLOYMENTSTATUS=Dienstverhältnis: LBL_ESHOP_PRODUCTQUESTIONS_HOUSEHOLDMEMBERSGREATER14YEARS=Personen im Haushalt über 14: LBL_ESHOP_PRODUCTQUESTIONS_HOUSEHOLDMEMBERSSMALLER14YEARS=Personen im Haushalt unter 14: LBL_ESHOP_PRODUCTQUESTIONS_IBAN=Abbuchung von Konto (IBAN): LBL_ESHOP_PRODUCTQUESTIONS_IMMOVABLES=Grund oder Immobilien: LBL_ESHOP_PRODUCTQUESTIONS_IMMOVABLESVALUE=geschätzter Wert: LBL_ESHOP_PRODUCTQUESTIONS_INVESTMENTPORTFOLIO=Wertpapier-Depot: LBL_ESHOP_PRODUCTQUESTIONS_INVESTMENTPORTFOLIOVALUE=Depotwert: LBL_ESHOP_PRODUCTQUESTIONS_LIFEINSURANCE=Lebensversicherung: LBL_ESHOP_PRODUCTQUESTIONS_LIVINGSPACE=Wohnungs- Hausgröße in m²: LBL_ESHOP_PRODUCTQUESTIONS_MONTHLYRATESAMOUNT=Höhe der monatlichen Raten: LBL_ESHOP_PRODUCTQUESTIONS_MOTORVEHICLE=Kfz vorhanden: LBL_ESHOP_PRODUCTQUESTIONS_MOTORVEHICLEMONTHLYCOST=monatl. Kfz-Kosten: LBL_ESHOP_PRODUCTQUESTIONS_OFFER_TAX=Antrag auf Erstattung Einkommenssteuer (Abgabeerklärung): LBL_ESHOP_PRODUCTQUESTIONS_OPENLOANBALANCE=Höhe der offenen Kredite: LBL_ESHOP_PRODUCTQUESTIONS_OPENLOANS=Bestehende Kredite: LBL_ESHOP_PRODUCTQUESTIONS_RENTINCLUDINGRUNNINGCOSTS=Miete inkl. Betriebskosten: LBL_ESHOP_PRODUCTQUESTIONS_RENTORPROPERTY=Wohnsituation: LBL_ESHOP_PRODUCTQUESTIONS_ROOMING_AND_MOBILITY=Wohnen & Mobilität: LBL_ESHOP_PRODUCTQUESTIONS_RUNNINGCOSTS=Betriebskosten: LBL_ESHOP_PRODUCTQUESTIONS_SAVINGS=Spareinlagen: LBL_ESHOP_PRODUCTQUESTIONS_SAVINGSVALUE=Höhe der Einlagen: LBL_ESHOP_PRODUCTQUESTIONS_SOMMOTORVEHICLENEWPRICE=Neupreis: LBL_ESHOP_PRODUCTQUESTIONS_YEARLYDRIVENKILOMETERS=Jährlich gefahrene Kilometer LBL_ESHOP_PRODUCT_PAYMENTSUM=Einzahlungsbetrag LBL_ESHOP_PRODUCT_PAYMENTTYPE=Einzahlung LBL_ESHOP_PRODUCT_SAVINGSINTERVAL=Sparintervall LBL_ESHOP_SHOWPRODUCTPAGEBUTTONONCONFIRM=Link zur Produktseite auf Bestätigunsseite LBL_ESHOP_SHOWROUTEBUTTONONCONFIRM=Link zur Routenberechnung auf Bestätigunsseite LBL_ESHOP_SUMMARY=Zusammenfassung LBL_ESHOP_UPLOAD_ATTACHED=Angehängte Dateien LBL_ESHOP_UPLOAD_ATTACHED=Angehängte Dateien: LBL_ESHOP_UPLOAD_BROWSE=Durchsuchen LBL_ESHOP_UPLOAD_UPLOAD=Hochladen LBL_ESHOP_USING_PORTAL=Mit Benutzung des Oberbank Kundenportals LBL_GLOBAL_SEARCH_PLACEHOLDER=Search input field LBL_GLOBAL_SEARCH_PREF_CANCEL=Abbrechen LBL_GLOBAL_SEARCH_PREF_RESULTPAGEURL=URL der Ergebnisseite LBL_GLOBAL_SEARCH_PREF_SAVE=Speichern LBL_GOTO_EBANKING_AT=eBanking Login AT LBL_INVALID_INPUTS=Bitte korrigieren Sie die Fehler im Formular. LBL_JOBMARKET_ACTIVITIES=Aufgabengebiet LBL_JOBMARKET_ALL_COUNTRIES=Alle Länder LBL_JOBMARKET_ALL_REGIONS=Alle Gebiete LBL_JOBMARKET_APPLY_ONLINE=Online-Bewerbung LBL_JOBMARKET_BACKGROUNDCOLOR=Hintergrundfarbe LBL_JOBMARKET_BACKGROUNDGRADIENT=Hintergrundverlauf LBL_JOBMARKET_BACKGROUNDIMAGEID=ID Hintergrundbild LBL_JOBMARKET_BACK_TO=Zurück zu LBL_JOBMARKET_BACK_TO_OVERVIEW=zurück zur Jobübersicht LBL_JOBMARKET_CONTACTDATA=Kontakt und weitere Informationen LBL_JOBMARKET_DESCRIPTION=Jobbeschreibung LBL_JOBMARKET_ENGAGEMENTDATE=Eintrittsdatum LBL_JOBMARKET_HINT_DETAILS=Die Jobdetails anzeigen LBL_JOBMARKET_NEW_JOBOFFERS=Neue Jobangebote LBL_JOBMARKET_REQUIREMENTS=Anforderungen LBL_JOBMARKET_SALARY_INFOS=Gehaltsangabe LBL_JOBMARKET_SHOW_DETAILS=Jobdetails anzeigen LBL_JOBMARKET_SHOW_JOBOFFERS=Jobangebote anzeigen LBL_JOBMARKET_TO_JOBOFFERS=Zu den Jobangeboten LBL_METANAV_GOTO=gehe zur Seite LBL_METANAV_GOTO=goto to page LBL_NEWSROOM_ALL=Alle LBL_NEWSROOM_BACK_TO=Zurück zu LBL_NEWSROOM_COMPLETE_EVENTLIST=Alle Event-Ankündigungen anzeigen LBL_NEWSROOM_EVENTS=Events LBL_NEWSROOM_NEWSROOM=Newsroom LBL_NEWSROOM_ONE_SLIDE_BACK=Einen Slide zurück LBL_NEWSROOM_ONE_SLIDE_FORW=Einen Slide vorwärts LBL_NEWSROOM_PREVIEW_PUBLIC_EVENTS=Vorschau öffentlicher Events LBL_NEWSROOM_TO_NEWSROOM=Zum Newsroom LBL_NO=Nein LBL_OBERBANK_CONTACT_PERSON_EDIT=Oberbank Contact Person - Preferences: LBL_OBERBANK_SEARCHTERM=Searchterm LBL_PLEASE_CHOOSE=Bitte wählen LBL_PRODUCT_AFFORDABLE=Das Produkt wird empfohlen. LBL_PRODUCT_NOTAFFORDABLE=Das Produkt wird nicht empfohlen. Die Rate übersteigt das Budget. LBL_REQUIRED_FOOTNOTE=Pflichtfelder: Füllen Sie diese Felder bitte aus. LBL_RUNNING=Thumbnail Updater is currently running LBL_SEARCH_RESULT_PLACEHOLDER=Searchterm LBL_SEARCH_RESULT_PLACEHOLDER_BUTTON=Search LBL_SELECT=Select LBL_SERVICENUMBERS_HOTLINE=Service-Hotline: LBL_SERVICENUMBERS_TELEPHONENUMBER=+43732780237550 LBL_SERVICENUMBERS_TELEPHONENUMBER_FORMATTED=+43 / 732 / 7802 - 37550 LBL_STARTUPDATE=Start update LBL_SUBMIT=Submit LBL_SUBMIT=submit LBL_SUBSCRIBERFORM_EMAIL=Ihre E-Mail Adresse LBL_SUBSCRIBERFORM_REQUIRED=* Pflichtfeld: Füllen Sie dieses Feld bitte aus. LBL_SUBSCRIBERFORM_SUBSCRIBE=Anmelden LBL_TELEPHONE_SHORT=Tel.: LBL_TRACKINGDONE=?LBL_TRACKINGDONE LBL_TRACKINGVIEW=?LBL_TRACKINGVIEW LBL_YES=Ja MSG_BAUSPARRECHNER_AMOUNT_NOTVALID=MSG_BAUSPARRECHNER_QWE_NOTVALID MSG_CALCULATORS_INVALIDINITIALINSTALMENT=Anzahlung inkorrekt MSG_CALCULATORS_INVALIDREMAININGVALUE=Restwert inkorrekt MSG_CLASSLOTTERY_BIRTHDATE_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_CONSENT=Bitte bestätigen Sie die Einwilligungserklärung MSG_CLASSLOTTERY_CREDITINSTITUTE_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_EMAIL_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_ENTER_FIRSTNAME=Bitte geben Sie Ihren Vornamen an MSG_CLASSLOTTERY_ENTER_LASTNAME=Bitte geben Sie Ihren Nachnamen an MSG_CLASSLOTTERY_ENTER_LOCATION=Bitte geben Sie Ihren Ort an MSG_CLASSLOTTERY_ENTER_MESSAGE=Bitte geben Sie Ihre Nachricht ein MSG_CLASSLOTTERY_ENTER_STREET_NR=Bitte geben Sie Straße und Hausnummer an MSG_CLASSLOTTERY_FIRSTNAME_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_GAMECONDITIONSREADANDACCEPT_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_IBAN_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_INVALID_BIC=Ihre BIC ist ungültig MSG_CLASSLOTTERY_INVALID_BIRTHDAY=Ihre Geburtsdatum ist ungültig MSG_CLASSLOTTERY_INVALID_CREDITINST=Ihre Kreditinstitut ist ungültig MSG_CLASSLOTTERY_INVALID_EMAIL=Ihre E-Mail Adresse ist ungültig MSG_CLASSLOTTERY_INVALID_IBAN=Ihre IBAN ist ungültig MSG_CLASSLOTTERY_INVALID_PHONE=Ihre Telefonnummer ist ungültig MSG_CLASSLOTTERY_INVALID_ZIPCODE=Ihre PLZ ist ungültig MSG_CLASSLOTTERY_LASTNAME_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBERMEGAMIX_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBEROFHALFLOTS_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBEROFTENTHLOTS_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBEROFWHOLELOTS_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBERSTARTMIX_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBERSUPERMIX_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_NUMBERTRIOMIX_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_PHONENUMBER_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_REGARDS_1=Vielen Dank für Ihr Vertrauen! MSG_CLASSLOTTERY_REGARDS_2=Ihre Oberbank MSG_CLASSLOTTERY_SALUTATION_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_SELECT_GENDER=Bitte wählen Sie eine Anrede MSG_CLASSLOTTERY_STREET_NOTVALID=MSG_CLASSLOTTERY__NOTVALID MSG_CLASSLOTTERY_SUCCESS=Ihre Anfrage wurde erfolgreich versendet und wird an die von Ihnen gewählte Filiale weitergeleitet. Der zustündige Berater bzw. die zustündige Beraterin wird sich so rasch wie müglich bzgl. Terminbestütigung bei Ihnen melden. MSG_CLASSLOTTERY_SUCCESS=Ihre Anfrage wurde erfolgreich versendet und wird an die von Ihnen gewählte Filiale weitergeleitet. Der zuständige Berater bzw. die zuständige Beraterin wird sich so rasch wie möglich bzgl. Terminbestätigung bei Ihnen melden. MSG_CLASSLOTTERY_THANKS=Vielen Dank für Ihre Anfrage! MSG_CONSULTINGDATE_ACCEPTCONTACT_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_BIRTHDATE_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_BRANCHOFFICEVIEWMODEL_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_DESIREDCONSULTINGDATE1_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_DESIREDCONSULTINGDATE2_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_DESIREDCONSULTINGTIME1_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_DESIREDCONSULTINGTIME2=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_EMAIL_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_FIRSTNAME_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_LASTNAME_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_PHONENUMBER_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_PROVINCE_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_REGARDS_1=Vielen Dank für Ihr Vertrauen! MSG_CONSULTINGDATE_REGARDS_2=Ihre Oberbank MSG_CONSULTINGDATE_SALUTATION_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_STREET_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_SUCCESS=Ihre Anfrage wurde erfolgreich versendet und wird an die von Ihnen gewählte Filiale weitergeleitet. Der zuständige Berater bzw. die zuständige Beraterin wird sich so rasch wie möglich bzgl. Terminbestätigung bei Ihnen melden. MSG_CONSULTINGDATE_SUCCESS=Ihre Anfrage wurde erfolgreich versendet und wird an die von Ihnen gewühlte Filiale weitergeleitet. Der zustündige Berater bzw. die zustündige Beraterin wird sich so rasch wie müglich bzgl. Terminbestütigung bei Ihnen melden. MSG_CONSULTINGDATE_THANKS=Vielen Dank fÜr Ihre Anfrage! MSG_CONSULTINGDATE_THANKS=Vielen Dank für Ihre Anfrage! MSG_CONSULTINGDATE_TITLE_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONSULTINGDATE_ZIPCODE_NOTVALID=MSG_CONSULTINGDATE__NOTVALID MSG_CONTACTFORM_REGARDS_1=Vielen Dank für Ihr Vertrauen! MSG_CONTACTFORM_REGARDS_2=Ihre Oberbank MSG_CONTACTFORM_SUCCESS=Ihre Anfrage wurde erfolgreich versendet und wird an die von Ihnen gewählte Filiale weitergeleitet. Der zuständige Berater bzw. die zuständige Beraterin wird sich so rasch wie möglich bzgl. Terminbestätigung bei Ihnen melden. MSG_CONTACTFORM_THANKS=Vielen Dank für Ihre Anfrage! MSG_ESHOP_INVALIDADDRESS=Ungültige Adresse MSG_ESHOP_INVALIDBIRTHDATE=Ungültiges Geburtsdatum MSG_ESHOP_INVALIDCARTYPE=Ungültiger Autotyp MSG_ESHOP_INVALIDEMPLOYEDSINCE_NOTVALID=error MSG_ESHOP_INVALIDMONTHLYINCOMEMAINAPPLICANT=Ungültiges Nettoeinkommen MSG_ESHOP_INVALIDPHONE=Ungültige Telefonnummer MSG_ESHOP_INVALIDYEARLYDRIVENKILOMETERS=Ungültige Kilometeranzahl MSG_JOBMARKET_COUNTRY_UNAVAILABLE=Für dieses Land sind aktuell keine Stellenangebote mehr verfügbar MSG_JOBMARKET_JOB_UNAVAILABLE=Dieses Stellenangebot ist leider nicht mehr verfügbar MSG_JOBMARKET_REGION_UNAVAILABLE=Für dieses Gebiet sind aktuell keine Stellenangebote mehr verfügbar MSG_KREDITRECHNER_AMOUNT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_CREDITRATES_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_FAMILYALLOWANCECOAPPLICANT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_FAMILYALLOWANCEMAINAPPLICANT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_FURNITUREORRENOVATIONCOSTS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_LEASINGRATES_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_LIVINGCOSTS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_MOBILEPHONEMEDIA_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_MOBILITYCOSTS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_NETINCOMECOAPPLICANT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_NETINCOMEMAINAPPLICANT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_OTHERINCOMECOAPPLICANT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_OTHERINCOMEMAINAPPLICANT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_OTHERROOMINGCOSTS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_PRICE_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_PRIVATESAVINGS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_RENTINCLUDINGRUNNINGCOSTS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_RETENTION_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_RUNNINGCOSTS_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_SAVINGSANDPRECAUTION_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_KREDITRECHNER_SUPPORTAMOUNT_NOTVALID=MSG_KREDITRECHNER_QWE_NOTVALID MSG_NEWSROOM_EVENT_NOT_FOUND=Es tut uns leid, die gewünschte Veranstaltung haben wir nicht gefunden. MSG_NEWSROOM_NEWS_NOT_FOUND=Es tut uns leid, die gewünschte Nachricht haben wir nicht gefunden. MSG_NO_BRANCH_ERROR=Eine Filiale dieses Namens existiert nicht. MSG_OBERBANK_PLEASE_ENTER_SEARHTERM=Please enter a searchterm MSG_OBERBANK_PLEASE_ENTER_SEARHTERM=Please enter a searchterm# eshop common MSG_OBERBANK_REQUEST_PROCESSED_SUCCESS=Your request processed successfully. MSG_OBERBANK_SEARCH_SUCCESS=Your search was succesfull: {0} result/s MSG_SPARRECHNER_AMOUNT_NOTVALID=MSG_SPARRECHNER_QWE_NOTVALID MSG_SPARRECHNER_RETENTIONPERIOD_NOTVALID=MSG_SPARRECHNER_QWE_NOTVALID MSG_SUBSCRIBERFORM_INVALID_EMAIL=Ihre EMail-Adresse ist ungültig MSG_SUBSCRIBERFORM_SENT=Ihre Anfrage wurde versandt. MSG_SUBSCRIBERFORM_SENT=Ihre Anfrage wurde versandt.# Theme Labels NOTHING=Nichts Rechtsgeschäftsgebühr: <strong>{10} EUR</strong>. Diese Nebenkosten werden mitfinanziert und sind in der Rate berücksichtigt. Dieses Rechenbeispiel stellt keinerlei Angebot im \ Sinne der Verbraucherkreditrichtlinie dar. Alle Angaben und Berechnungen ohne Gewähr. Ein verbindliches Angebot wird Ihnen nach Prüfung der erforderlichen\ TXT_BRANCH_LOCATOR_PLACEHOLDER=Text TXT_CALCULATORS_CREDITCARD_DESCRIPTION=Optionaler Text je nicht-berechenbarem Produkt. Redaktionell pflegbar. TXT_CALCULATORS_CREDIT_LEGALTEXT=<strong>Berechnungsbasis und gesetzliche Informationen</strong><br /> \ TXT_CALCULATORS_LEGALTEXT=<strong>Berechnungsbasis und gesetzliche Informationen</strong><br /> Molestie consequat, vel illum dolore eu at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit. Duis autem vel eum dolor in hendrerit. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. TXT_CALCULATORS_PRODUCT_ACCOUNT_DESCRIPTION=Beschreibung Privatkonto TXT_CALCULATORS_PRODUCT_ANLAGEKFIX_DESCRIPTION=ANLAGEKFIX Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_ANLAGEKFIX_DESCRIPTION=ANLAGEKFIX SAVINGS Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_BSP100_DESCRIPTION=BSP100 Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_BUILDING_SAVINGS_DESCRIPTION=BUILDING SAVINGS Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_CARLEASING_DESCRIPTION=Auto Leasing Lorem ipsum TXT_CALCULATORS_PRODUCT_CARLEASING_DESCRIPTION=CARLEASING Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_CONSUMER_DESCRIPTION=CONSUMER Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_FIXEDACCOUNT_DESCRIPTION=FIXEDACCOUNT Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_HOUSING_DESCRIPTION=HOUSING Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_PREMIUM_DESCRIPTION=Diese Text beschreibt das Premium Produkt. TXT_CALCULATORS_PRODUCT_PREMIUM_DESCRIPTION=PREMIUM Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_PRODUCT_PRSPARBUCH_DESCRIPTION=PRSPARBUCH Produktbeschreibung ... Produktbeschreibung ... Produktbeschreibung TXT_CALCULATORS_SAVINGSVAR_DESCRIPTION=Optionaler Text je nicht-berechenbarem Produkt. Redaktionell pflegbar. TXT_CLASSLOTTERY_CONSENT={2}Ich bestätige, dass ich die {0}Spielbedingungen{1} gelesen habe und diese akzeptiere.{3} TXT_CLASSLOTTERY_CURRENT=Bitte 2 führen Sie für mich beginnend mit der 180. Lotterie folgende Lose TXT_CLASSLOTTERY_CURRENT_SMALL=Eine Beendigung 2 der Spielteilnahme ist jederzeit möglich und ist per schriftlichem Widerruf an die Oberbank zu richten. In diesem Fall erfolgt keine weitere Verrechnung des Lospreises. TXT_CLASSLOTTERY_GOLDCLASS={2}Zusätzlich möchte ich mit meinen Klassenlosen auch an der {0}Goldklasse{1} teilnehmen (EUR 10,00 einmalig / Lotterie und 1/10-Los).{3} TXT_CLASSLOTTERY_INPUTCLASS= - Einsatz / Klasse TXT_CLASSLOTTERY_LEGEND=Spiele-mit-Verantwortung sind den Österreichischen Lotterien und ihren Vertriebspartnern ein besonderes Anliegen. Daher ist aus Gründen des Jugendschutzes die Teilnahme an der Klassenlotterie ausschließlich ab einem <strong>Mindestalter von 18 Jahren</strong> möglich.Ihre Losnummern werden Ihnen nach Bearbeitung Ihrer Bestellung schriftlich mitgeteilt. TXT_CLASSLOTTERY_LOT1-10=15,00 EUR TXT_CLASSLOTTERY_LOT10-10=150,00 EUR TXT_CLASSLOTTERY_LOT5-10=75,00 EUR TXT_CLASSLOTTERY_MEGAMIX=150,00 EUR TXT_CLASSLOTTERY_MIXTXT=(*) Mega-Mix = 1/2 u. 5x1/10; Super-Mix = 5x1/10; Trio-Mix = 3x1/10; Start-Mix = 2x1/10 TXT_CLASSLOTTERY_ONCE=Bitte führen Sie für mich beginnend mit der 180. Lotterie folgende Lose TXT_CLASSLOTTERY_ONCE_SMALL=Eine Beendigung der Spielteilnahme ist jederzeit möglich und ist per schriftlichem Widerruf an die Oberbank zu richten. In diesem Fall erfolgt keine weitere Verrechnung des Lospreises. TXT_CLASSLOTTERY_PAYMENTART=Bis zum Einlangen eines schriftlichen Widerrufes an meine kontoführende Geschäftsstelle erfolgen Lospreisverrechnung und Gewinngutschriften über mein Konto: TXT_CLASSLOTTERY_STARTMIX=45,00 EUR TXT_CLASSLOTTERY_SUPERCLASS={2}Zusätzlich möchte ich mit meinen Klassenlosen auch an der {0}Superklasse{1} teilnehmen (EUR 12,00 einmalig / Lotterie und 1/10-Los).{3} TXT_CLASSLOTTERY_SUPERMIX=75,00 EUR TXT_CLASSLOTTERY_TEASER=So einfach bestellen Sie Ihr Los zur Klassenlotterie und ziehen das große Los! Ihre Losnummern werden Ihnen nach Bearbeitung Ihrer Bestellung natürlich schriftlich mitgeteilt TXT_CLASSLOTTERY_TRIOMIX=45,00 EUR TXT_CONSULTINGDATE_TEASER=So einfach geht's es ..... TXT_CONSULTINGDATE_UPLOAD_HEADLINE=Möchten Sie Zusatzinformationen mitsenden? TXT_CONSULTINGDATE_UPLOAD_INFO=Bitte beachten Sie: Lorem ipsum und so weiter. TXT_CONTACTFORM_CONTACTTEASER=Sie haben Fragen, Anregungen, Wünsche oder benötigen eine andere Auskunft? Dann wenden Sie sich bitte direkt an Ihre entsprechende Geschäftsstelle oder teilen Sie uns Ihre Fragen und Wünsche über das folgende Formular mit: TXT_EHSOP_UPLOAD_HEADLINE=Möchten Sie Zusatzinformationen mitsenden? TXT_EHSOP_UPLOAD_INFO=Bitte beachten Sie: Lorem ipsum und so weiter. TXT_ESHOP_CONFIRM_HEADLINE=Vielen Dank für Ihren Produktantrag! TXT_ESHOP_CONFIRM_TEXT=<p>Ihr Antrag wurde erfolgreich versendet und Ihr Produktwunsch wird an die von Ihnen gewählte Filiale weitergeleitet. Der zuständige Berater bzw. die zuständige Beraterin wird sich so rasch wie möglich bzgl. Terminbestätigung bei Ihnen melden.</p><p>Vielen Dank für Ihr Vertrauen!<br />Ihre Oberbank</p> TXT_ESHOP_MASTERDATA_LEGAL_NOTICE_SMALL=Viel viel ganz viel viel ganz viel viel ganz viel viel ganz viel viel ganz viel viel ganz viel viel Text zum Rechtshinweise TXT_ESHOP_PRODUCTQUESTIONS_CONFIRM_VALUE_CHANGE=Ich ermächtige die Bausparkasse Wüstenrot, den einzuziehenden Betrag jährlich ab Abschlussdatum um jeweils 4 % des zuletzt gültigen Betrages zu erhöhen. TXT_ESHOP_PRODUCTQUESTIONS_DESIRED_DEBIT_DATE=am {0}. des Monats TXT_ESHOP_PRODUCT_PAYMENTTYPE_MONTHLY=monatlich TXT_ESHOP_PRODUCT_PAYMENTTYPE_ONCE=einmalig TXT_ESHOP_PRODUCT_PAYMENTTYPE_YEARLY=jahrlich TXT_GLOBAL_SEARCH_CLEARINPUT=Clear content of input field TXT_JOBMARKET_OVERVIEW_HEADLINE=Jobs bei Oberbank AG TXT_JOBMARKET_OVERVIEW_TEASER=Wir verstärken laufend unser Spezialisten-Team und sind immer auf der Suche nach kompetenten Fachkräften. Nachstehend finden Sie die derzeit bei uns offenen Jobangebote für die jeweiligen Bereiche und Standorte: TXT_JOBMARKET_TICKER_HEADLINE=Jobangebote TXT_JOBMARKET_TICKER_TEASER=Geben Sie uns ein paar Parameter mit um die richtigen Angebote bereitzustellen. TXT_SERVICENUMBERS_TEXT=Sie erriechen uns Mo - Fr von 08:00 - 17:00 Uhr. TXT_SUBSCRIBERFORM_PROMPT=Bitte Ihre E-Mail Adresse eingeben, um sich für den Newsletter anzumelden. TXT_SUBSCRIBERFORM_TEASER=Mit dem Oberbank Newsletter-Service immer top-informiert! URL_BRANCH_LOCATOR_GS_IMG=http://www.oberbank.at/Download_OBK/img/GS Unterlagen abhängig von ihren persönlichen Verhältnissen und Erfüllung der banküblichen Bonitätskriterien unterbreitet. bleiben. Oder Sie umgezogen und benötigen eine Küche. Welcher Punkt auf ihrer Wunschliste auch erfüllt werden soll - wir helfen \ ihnen ihre Investitionen schnell zu finanzieren. new-jsf-hello-world=Hello New Jsf reset=Reset show=Show size=Size submit=Submit test-is-succesfull=test is succesfull test-message-util=test message util
Duplicate Properties
2016-06-03T09:59:21.000Z
Regex\d{1,2}
Regex Regex2 Regex20 Regex201 Regex2017
{1,2} = (1 vez ou 2 vezes);
2017-04-10T23:12:51.000Z
.*\((?P<sig>.+)\)
VCO Goiânia, AV. CASTELO BRANCO, 5360, Bairro: ESPLANADA DOS ANICUNS, Goiânia (GOIÁS)
Find nome estado between parenthesis
2018-07-10T01:20:08.000Z
BASH will not know that you are attempting to assign something. The parser will see varname with no = and treat it as a command name, and then pass = and vardata to it as arguments. Match tilde, hash or colon special characters that have either a word character or a string-end on each side, you can use this pattern: ```bash (?<!\W)[~#:@?!](?!\W) ```
(?<!\W)[~#:@?!](?!\W)
"[~A?2!_#4@5%6^:&,$i.e_)
Match Special Characters in BASH for variable assignments
2020-08-17T09:35:21.000Z
Match : - '+' at start. - ' ' | '.' | '-' between number. - Between 7 and 24 numbers. Work with HTML5 pattern.
^([+]{1}[1-9]{2,3}[ .-]?)?[0-9]{1,3}([ .-]?[0-9]{2,3}){3,6}$
0123456789 01 23 45 67 89 012 234 567 890 012.234.567.890 012-234-567-890 +33123456789 +33 1 23 45 67 89 +33.123.456.789 1234567 +331+23456789 +0123456789 +336 +123456789. 1234567891234567891234
Tel
2022-11-07T23:02:05.000Z
/\*
/* este es un ejemplo de expresiones * * regulares * */ // Puede ser una cadena /* ldfjsjdfklfj */
JAva
2015-12-14T20:10:36.000Z
sumary-title
(<h4 class="sumary-title">.+\n.+)
sumary-title
2015-10-12T17:54:09.000Z
This regexp was created to search all the id's in a HTML with the objective to clean the code and delete them.
id="(.*?)"
id="my_id" class="my_class"
Select id's in a HTML
2014-11-23T16:58:26.000Z
Recognizes the set of all Lua symbols
(\|)|(<<)|(>>)|(\/\/)|(==)|(~=)|(<=)|(>=)|(<)|(>)|(=)|(\()|(\))|(\{)|(\})|(\[)|(\])|(::)|(:)|(;)|(,)|(\.\.\.)|(\.\.)|(\.)|[+\-*/%\^#&~]
...
Lua Symbol Recognizer
2015-12-09T15:59:49.000Z
Changes gRPC methods to be in the proper format
^\s*rpc (\w+).*
rpc Ammend rpc Cancel rpc Copy rpc Suspend
Fix gRPC method types
2021-06-01T01:44:19.000Z
This is to validate if an address is valid or not
^[a-zA-Z0-9.\s,\-:#_\/]+$
Plot # 102-103, Export promotion Industrial Park, Whitefield, Bengaluru, Karnataka 560066
Valid Address regex
2018-02-14T18:02:21.000Z
(.+):\s*TextConst\s*ENU\s*=\s*'(.*)',\s*ENG\s=\s'(.*)';
Regular Expression No.1 --> (.+):\s*TextConst\s*ENU\s*=\s*'(.*)',\s*ENG\s=\s'(.*)'; ------------------------------------------------------------------------------------ TxtLineText: TextConst ENU = 'Line %1: ', ENG = 'Line %1: '; TxtNoLinesToProcess: TextConst ENU = 'There are no lines to process', ENG = 'There are no lines to process'; Regular Expression No.2 --> (.+):\s*TextConst\s*ENU\s*='(.*)'\s*,\s*ENG='(.*)'\s*; ----------------------------------------------------------------------------------- TxtPurchaseWorksheetNosCode : TextConst ENU='PURCH WKSH',ENG='PURCH WKSH'; TxtPurchaseWorksheetNosDescription : TextConst ENU='Purchase Worksheet',ENG='Purchase Worksheet'; TxtPurchaseWorksheetNosStartingNo : TextConst ENU='PW000001',ENG='PW000001'; TxtSalesWorksheetNosCode : TextConst ENU='SALES WKSH',ENG='SALES WKSH'; TxtSalesWorksheetNosDescription : TextConst ENU='Sales Worksheet',ENG='Sales Worksheet'; TxtSalesWorksheetNosStartingNo : TextConst ENU='SW000001',ENG='SW000001';
BC365AL - Find TextConst .v2
2018-09-22T11:58:33.000Z
^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$
Email Regex
2019-02-20T23:24:34.000Z
(\d\d) (\w\w) (.*?) (Sim|Não)
01 AC ACRE Sim 02 AL ALAGOAS Não 03 AP AMAPÁ Sim 04 AM AMAZONAS Sim 05 BA BAHIA Não 06 CE CEARÁ Não 07 DF DISTRITO FEDERAL Não 08 ES ESPÍRITO SANTO Não 10 GO GOIÁS Não 12 MA MARANHÃO Não 13 MT MATO GROSSO Não 28 MS MATO GROSSO DO SUL Não 14 MG MINAS GERAIS Não 15 PA PARÁ Não 16 PB PARAÍBA Não 17 PR PARANÁ Não 18 PE PERNAMBUCO Não 19 PI PIAUÍ Não 22 RJ RIO DE JANEIRO Não 20 RN RIO GRANDE DO NORTE Não 21 RS RIO GRANDE DO SUL Não 23 RO RONDÔNIA Sim 24 RR RORAIMA Sim 25 SC SANTA CATARINA Não 26 SP SÃO PAULO Não 27 SE SERGIPE Não 29 TO TOCANTINS Não
Converte codigo pdf
2019-02-07T16:37:07.000Z
Annuaire Notaires (détecte les urls des fiches personnes physique)
ERROR: type should be string, got "https:\\/\\/www.notaires.fr\\/fr\\/node\\/\\d\\d\\d\\d\\d\\d"
Annuaire Notaires (personnes physique)
2020-11-06T09:06:05.000Z
Capture 3 digit area code from phone number. Only capture valid NANP area code values. Ignore special characters and spaces.
^\(?([2-9][0-8][0-9])
1234567890 99999999999999 hello world1234567890 123-456-7890 0123456789 123.456.7890 123 456 7890 8054448445 3104448445 8187558094 310
Phone number regex - area code
2019-01-08T02:25:44.000Z
\/lookup2\/([a-z0-9\.\-\_]+)\/([a-z0-9\.\-\_]+)\/([a-z0-9\.\-\_]+)\/([A-Za-z0-9\.\-\_]+)\/([A-Za-z0-9\.\-\_\/]+)
/lookup2/export_router_vrf_if_ip/router_name/er1.fg/ifname/GigabitEthernet0/3/11
url decoders
2016-09-06T05:40:20.000Z
code for selection of specific classes.
.getval{(.*?)}
.img-circle m-b{height:120px; width:105px;} #upload{display:none} .getval{ visibility: none; width:60px; height:60px; } #mce_0{position: relative;} #mce_1{ position: relative; visibility: none; width:60px; height:60px; } #mce_2{position: relative;} #mce_3{position: relative;} #mce_4{position: relative;} null{color: #808000;} #mce_5{position: relative;}
inline to external css
2016-08-16T13:18:15.000Z
Add 9 seconds to subtitle timing with Regex if feasible.
(?<hour>\d+):(?<minute>\d+):(?<second>\d+),(?<msecond>\d+)
1 00:00:53,000 --> 00:00:57,000 <any text that may span multiple lines> 2 00:01:28,000 --> 00:01:35,000 <any text that may span multiple lines> 3 00:02:09,000 --> 00:02:14,000 <any text that may span multiple lines> 4 00:02:14,000 --> 00:02:19,000 <any text that may span multiple lines>
Regex subtitle Add
2015-08-19T19:38:02.000Z
Contrôler si le mot de passe possède des lettres minuscules ou majuscules de a à z, des chiffres de 0 à 9 et des caractères spéciaux.
([a-zA-Z0-9]*[[:punct:]]*)+
fdp14lol aaA1!Ss2 77Aa!JJ8a;UfC198 !CoucouG1984!: CoucouG1984! coucou G19 84 coucou
password regex
2016-09-08T02:57:45.000Z
Find li tag with "word"
<li>[\w\s]*word[\w\s]*<\/li>
<li>qweqwe sad qwe word </li> <li>qweqwe sad qwe word </li> <li>qweqwe sad qwe word </li> <li>qweqwe sad qwe word</li> <li>word</li> <li> word</li> <li>qweqwe sad qwe </li>
Find li tag with "word"
2015-06-12T07:38:34.000Z
SG_ (\w+) : (\d+)\|(\d+)@[01][+-] \(([0-9E\-\+\.]*),([0-9E\-\+\.]*)\) \[[0-9E\-\+\.]*\|[0-9E\-\+\.]*\] "([^"]*)" Vector__XXX
VERSION "" NS_ : NS_DESC_ CM_ BA_DEF_ BA_ VAL_ CAT_DEF_ CAT_ FILTER BA_DEF_DEF_ EV_DATA_ ENVVAR_DATA_ SGTYPE_ SGTYPE_VAL_ BA_DEF_SGTYPE_ BA_SGTYPE_ SIG_TYPE_REF_ VAL_TABLE_ SIG_GROUP_ SIG_VALTYPE_ SIGTYPE_VALTYPE_ BO_TX_BU_ BA_DEF_REL_ BA_REL_ BA_DEF_DEF_REL_ BU_SG_REL_ BU_EV_REL_ BU_BO_REL_ BS_: BU_: BO_ 777 VBOX_9: 8 Vector__XXX SG_ Longitude_48bit : 7|48@0- (1E-07,0) [0|0] "minutes" Vector__XXX BO_ 776 VBOX_8: 8 Vector__XXX SG_ Latitude_48bit : 7|48@0- (1E-07,0) [0|0] "minutes" Vector__XXX SG_ Kalman_filter_status : 56|1@0+ (1,0) [0|1] "" Vector__XXX BO_ 774 VBOX_6: 8 Vector__XXX SG_ Vel_Quality : 7|16@0- (0.01,0) [0|0] "km/h" Vector__XXX BO_ 773 VBOX_5: 8 Vector__XXX SG_ Trig_Vel_Mph : 55|16@0+ (0.0115078,0) [0|754.163673] "Mph" Vector__XXX SG_ Trig_Vel_Kmh : 55|16@0+ (0.01852,0) [0|1213.7082] "Km/h" Vector__XXX SG_ Trig_time : 39|16@0+ (0.01,0) [0|655.35] "Secs" Vector__XXX SG_ Distance : 7|32@0+ (7.8125E-05,0) [0|335544] "Metres" Vector__XXX BO_ 772 VBOX_4: 8 Vector__XXX SG_ Lateral_acceleration : 55|16@0- (0.01,0) [-327.68|327.67] "G" Vector__XXX SG_ Longitudinal_acceleration : 39|16@0- (0.01,0) [-327.68|327.67] "G" Vector__XXX SG_ Trig_Dist : 7|32@0+ (7.8125E-05,0) [0|335544] "Metres" Vector__XXX BO_ 771 VBOX_3: 8 Vector__XXX SG_ DGPS : 61|1@0+ (1,0) [0|0] "On" Vector__XXX SG_ Brake_trigger : 60|1@0+ (1,0) [0|0] "On" Vector__XXX SG_ Vertical_Velocity : 31|16@0- (0.01,0) [0|655.36] "m/s" Vector__XXX SG_ Altitude_WGS84 : 7|24@0- (0.01,0) [0|42949700] "metres" Vector__XXX BO_ 770 VBOX_2: 8 Vector__XXX SG_ Velocity_Mph : 39|16@0+ (0.0115078,0) [0|754.163673] "Mph" Vector__XXX SG_ Heading : 55|16@0+ (0.01,0) [0|359.99] "Degrees" Vector__XXX SG_ Velocity_Kmh : 39|16@0+ (0.01852,0) [0|1213.7082] "Km/h" Vector__XXX SG_ Longitude : 7|32@0- (1E-05,0) [-21474.83648|21474.83647] "Minutes" Vector__XXX BO_ 769 VBOX_1: 8 Vector__XXX SG_ Latitude : 39|32@0- (1E-05,0) [-21474.83648|21474.83647] "Minutes" Vector__XXX SG_ Time_Since_Midnight : 15|24@0+ (0.01,0) [0|0] "Seconds" Vector__XXX SG_ Sats : 7|8@0+ (1,0) [0|12] "Sats" Vector__XXX
message
2015-12-05T10:42:31.000Z
^(?<longtime>[^ ]+\s[^ ]+)\s\[(?<thread>[^\]]+)\]\s\[(?<loglevel>[A-Z]+)(?>[^\(]+)\((?<process>[^\)]+)\)\s+(?<message>.+)
2019-06-05 09:35:43,001 [http-bio-8080-exec-4278] [ERROR] (o.a.r.v.i.MavenMetadataInterceptor:175) - IO exception retrieving maven metadata content from repo 'codehaus': Failed to parse metadata: end tag name </head> must be the same as start tag <meta> from line 25 (position: TEXT seen ... maximum-scale=1.0; user-scalable=0;" name="viewport">\n </head>... @26:12) . 2019-06-04 15:36:16,981 [http-bio-8080-exec-4248] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-release-local:org/sonarsource/scanner/maven/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:16,981 [http-bio-8080-exec-4254] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-release-local:com/spotify/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:16,981 [http-bio-8080-exec-4236] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-snapshot-local:com/spotify/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:16,982 [http-bio-8080-exec-4256] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-snapshot-local:org/sonarsource/scanner/maven/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:17,024 [http-bio-8080-exec-4237] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-release-local:org/codehaus/mojo/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:17,024 [http-bio-8080-exec-4238] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-snapshot-local:org/apache/maven/plugins/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:17,025 [http-bio-8080-exec-4216] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-release-local:org/apache/maven/plugins/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:17,026 [http-bio-8080-exec-4257] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-snapshot-local:org/codehaus/mojo/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:17,071 [http-bio-8080-exec-4213] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-snapshot-local:org/sonarsource/scanner/maven/sonar-maven-plugin/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:17,072 [http-bio-8080-exec-4251] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-release-local:org/sonarsource/scanner/maven/sonar-maven-plugin/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:19,116 [http-bio-8080-exec-4242] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-snapshot-local:org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:19,116 [http-bio-8080-exec-4248] [WARN ] (o.a.r.ArtifactoryResponseBase:105) - Sending HTTP error code 403: Download request for repo:path 'ext-release-local:org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml' is forbidden for user 'gispa-service-r00'. 2019-06-04 15:36:40,714 [art-exec-3128064] [INFO ] (o.a.s.a.ArchiveIndexerImpl:147) - Indexing archive: libs-snapshot-local:ru/russianpost/gispa/aps/appeals-boot/1.3.11-SNAPSHOT/appeals-boot-1.3.11-20190604.123558-2.jar 2019-06-04 15:36:41,094 [art-exec-3128064] [INFO ] (o.a.s.a.ArchiveIndexerImpl:147) - Indexing archive: libs-snapshot-local:ru/russianpost/gispa/aps/appeals-boot/1.3.11-SNAPSHOT/appeals-boot-1.3.11-20190604.123558-2-sources.jar 2019-06-04 15:36:41,112 [art-exec-3128064] [INFO ] (o.a.s.a.ArchiveIndexerImpl:147) - Indexing archive: libs-snapshot-local:ru/russianpost/gispa/aps/appeals-boot/1.3.11-SNAPSHOT/appeals-boot-1.3.11-20190604.123558-2-javadoc.jar 2019-06-04 15:36:41,140 [art-exec-3128064] [INFO ] (o.a.s.a.ArchiveIndexerImpl:147) - Indexing archive: libs-snapshot-local:ru/russianpost/gispa/aps/appeals-boot/1.3.11-SNAPSHOT/appeals-boot-1.3.11-20190604.123558-2-docker-info.jar
artifactory catalina.out
2019-06-05T07:59:19.000Z
Will find lines that end with "/*.config"
(.config{1,})[ ]?\n
6e86f2217a5e46d39e79262c613b698c8daadfbc | 2015-06-09 10:00:36 -0600 | Anthony Hart | (tag: QA_2015-06-11_NA_12_W19, origin/QA0609, origin/EAT-1626) -  [EAT-1626] - Had to point to the RC version of the POS service because the versions on ports 495 and 496 were not consistent with each other and were breaking some functionality. (M) Modified : Approve.Me/Web.config b725e7784f7eb039749517ea2bee01c6cb322c83 | 2015-06-08 10:49:23 -0600 | Anthony Hart | - Merged in EAT-1567 (pull request #127) da37d471af51a2888fc2f8f90465c15a222916e5 | 2015-06-08 11:45:19 -0400 | George Hotelling | - [EAT-1567] API work to update opt-out field (M) Modified : Approve.Me.Data/Approve.Me.Data.csproj (M) Modified : Approve.Me.Data/DataPlugin.cs (A) Added : Approve.Me.Data/Repositories/OptOutrepository.cs (M) Modified : Approve.Me.Entity/Approve.Me.Entity.csproj (A) Added : Approve.Me.Entity/Entities/OptOut.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (M) Modified : Approve.Me.Message/Dto/Customer.cs (A) Added : Approve.Me.Message/Dto/OptOut.cs (M) Modified : Approve.Me.Provider/Providers/CustomerProvider.cs (M) Modified : Approve.Me/Extensions/IBaseServiceExtensions.cs (M) Modified : sql/create_tables.sql (M) Modified : sql/remove_tables.sql 5f960a8f0231d9f854d339baa73507aa9afdaa88 | 2015-06-04 12:05:04 -0600 | Anthony Hart | - [EAT-1626] - Fixed POS call by retrieving reference ID based on the store ID that is passed in, and then passing the reference ID to the POS call instead of the store ID. (M) Modified : Approve.Me.Provider/Interfaces/IStoreProvider.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me.Provider/Providers/StoreProvider.cs 793eab21950ad8914fe64856fc8026b222955b69 | 2015-06-03 16:21:43 -0600 | Anthony Hart | - [EAT-1626] - Made some corrective tweaks to the PosProvider. (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Web.config 606e78714c11573df3ffab24d07cabbc692f4d19 | 2015-06-03 10:08:31 -0600 | Anthony Hart | - Merge branch 'QA0609' into EAT-1626 39fc1629801dd449ad4c540f7a2cbebb62e01265 | 2015-06-03 10:07:43 -0600 | Anthony Hart | - Merge branch 'RC0602' into QA0609 6eb068ec2c0a14543df228d8363f9f16614eb2fc | 2015-06-03 10:07:22 -0600 | Anthony Hart | (origin/RC0602) - [EAT-1666] - Adjusted IIS settings to allow API project to be opened properly in Visual Studio. (M) Modified : Approve.Me/Approve.Me.Api.csproj 9a0ad3cb2c6daca5b76466607809ed20ff882ff3 | 2015-06-02 16:17:10 -0600 | Andrey Pearce | (tag: QA_2015-06-02_NA_11_W19) - [EAT-1666] - Fixed code to look for source lender name instead of ID to determine whether to call POS service for lease pricing. (M) Modified : Approve.Me/Services/SubmitApplicationService.cs ed88ab856cd605cd14674cbcc92a9253a56c14d7 | 2015-06-02 14:28:59 -0600 | Anthony Hart | - [EAT-1626] - Cleaned up some unit testing. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs 1d7e9837f1687a9383e2adaee2a00f8fc4b93bca | 2015-06-02 13:43:44 -0600 | Anthony Hart | - Merge branch 'QA0609' into EAT-1626 fccab765f3fbc7e2bd91ecae3e76a6ec668f842f | 2015-06-02 13:41:18 -0600 | Anthony Hart | - Merge branch 'RC0602' into QA0609 5af7d34a0d75d2f2adceb31012e02210f8ab7718 | 2015-06-02 12:13:03 -0600 | Anthony Hart | (tag: QA_2015-06-02_NA_10_W19, origin/EAT-1666) - [EAT-1666] - Ad ded hotfix code to make sure that only Progressive leases will call lease term pricing on the POS service. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs 2a5bb204727fa9a8c490f6c2c7af38ecc77e9d36 | 2015-06-02 10:38:09 -0600 | Anthony Hart | - [EAT-1626] - Some unit testing changes. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs ee18cfe0a1e885bab78b22258765c32af50352ab | 2015-06-02 08:13:19 -0600 | Anthony Hart | - Merged in EAT-1379-receive-guid-on-servicestack-an (pull reques t #126) 322c8f5e572389388cdf47b6ed3fc6d73c1d0368 | 2015-06-01 15:45:45 -0600 | Anthony Hart | (tag: QA_2015-06-01_NA_9_W19) - Merge branch 'master' into RC0602  7f12dcdb0aab18076a061939f7612316008673d6 | 2015-06-01 15:33:15 -0600 | Anthony Hart | - [EAT-1626] - Implemented call to POS. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (A) Added : Approve.Me.Message/Communication/GetLeasePricingByStoreRequest.cs (A) Added : Approve.Me.Message/Communication/GetLeasePricingByStoreResponse.cs (A) Added : Approve.Me.Message/Communication/GetLeaseTermsDetailsResponse.cs (D) Deleted : Approve.Me.Message/GetLeaseTermsDetailsResponse.cs (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Interfaces/IPosProvider.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Plugins/ServicesPlugin.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs (M) Modified : Approve.Me/Web.config 4a789b2cb01bc2aa22e8eb5e1ab9bf09880f91b9 | 2015-06-01 16:56:38 -0400 | George Hotelling | - Merge remote-tracking branch 'origin/QA0609' into EAT-1379- receive-guid-on-servicestack-an f327ba81f4e263d0ca08df916dba7d9c3ea00205 | 2015-06-01 10:59:01 -0600 | Anthony Hart | - [EAT-1626] - Updated POS service reference to port 495 in order to have access to the latest lease terms calls; also commented out problematic unit test (temporarily). (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (M) Modified : Approve.Me.Provider/Approve.Me.Provider.csproj (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application1.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application2.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application3.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application4.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application41.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application42.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application43.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.ABAValidationResponse.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.ABAValidationResponse1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.ApplicationAcknowledgment.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.ApplicationAcknowledgment1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.BankValidationResponse.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.BankValidationResponse1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.DeliveryConfirmationResponse.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.DeliveryConfirmationResponse1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.DocumentAcknowledgment.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.DocumentAcknowledgment1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.HeartbeatCheck.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.HeartbeatCheck1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.InternalAcknowledgment.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.InternalAcknowledgment1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.LeasePricingResponse.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.LeasePricingResponse1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.MerchandiseReturnAuthorizationResponse.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.MerchandiseReturnAuthorizationResponse1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.MerchandiseReturnResponse.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.MerchandiseReturnResponse1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.PEAccountInfo.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.PEAccountInfo1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.PECustomerInfo.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.PECustomerInfo1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.RequestedDocuments.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.RequestedDocuments1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.StatusUpdate.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.StatusUpdate1.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.StatusUpdateWithDeliveryConfirmation.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.StatusUpdateWithDeliveryConfirmation1.datasource (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Progressive.WebServices.wsdl (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Progressive.WebServices1.wsdl (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Reference.cs (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Reference.svcmap (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/configuration.svcinfo (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/configuration91.svcinfo (M) Modified : Approve.Me.Provider/app.config (M) Modified : Approve.Me/Services/SubmitApplicationService.cs 17dfacf7b29b8a931483ec73526b3cd9898bc109 | 2015-05-30 10:09:45 -0400 | George Hotelling | - [EAT-1379] Made test less brittle per AH (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs f1410dd23d3947f0769c49b9c9891e62564122c0 | 2015-05-29 12:44:34 -0600 | Victor Johnson | - Merged in EAT-1627 (pull request #125) 7b1026bc02babedf44d9bb71c0169374f645be87 | 2015-05-29 14:43:26 -0400 | George Hotelling | - [EAT-1379] Moved Source DTO and updated tests per AH (A) Added : Approve.Me.Message/Interface/IBuildableSubmitApplicationRequest.cs (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Approve.Me.Provider.csproj (A) Added : Approve.Me.Provider/Dto/PosSource.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Factories/DecisionRequestFactory.cs 6c77397cb221cb5e21ff7e9022a878eb22ec0e36 | 2015-05-29 12:34:59 -0600 | Anthony Hart | (origin/QA0602, origin/EAT-1627) - [EAT-1627] - Added some null c hecks. (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs e9106b999da0b7ce30880d9e04048533384878f4 | 2015-05-28 17:19:55 -0400 | George Hotelling | - [EAT-1379] Fixing DSN (M) Modified : Approve.Me/Web.config 51f119768d3cfb0e52d1a8d9cc5f8a913d0b9ffe | 2015-05-28 17:11:41 -0400 | George Hotelling | - [EAT-1379] Added ThreatMetrix GUID and Terminal ID To Submi tApplicationRequest (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (M) Modified : Approve.Me.Message/Communication/SubmitApplicationRequest.cs (M) Modified : Approve.Me.Message/Communication/SubmitContinueApplicationRequest.cs (M) Modified : Approve.Me.Message/Communication/SubmitExistingApplicationRequest.cs (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Factories/DecisionRequestFactory.cs (M) Modified : Approve.Me/Global.asax.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs (M) Modified : Approve.Me/Web.config 293b6a361a8ae6321c04fceebced1a5725ec5163 | 2015-05-28 14:55:57 -0600 | Anthony Hart | - Merge branch 'QA0609' into EAT-1627 5028d30de9184b81779e564c022189a363130669 | 2015-05-28 14:51:35 -0600 | Anthony Hart | - [QA0602] - Fixed database server name in web.config. (M) Modified : Approve.Me/Web.config e8ba0f13404418ae9247104d917416531665221b | 2015-05-28 14:13:37 -0600 | Anthony Hart | - [EAT-1627] - Fleshed out new endpoint for retrieving lease term s details. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (M) Modified : Approve.Me.Message/Communication/GetLeaseTermsDetailsRequest.cs (A) Added : Approve.Me.Message/Dto/Invoice.cs (M) Modified : Approve.Me.Message/GetLeaseTermsDetailsResponse.cs (M) Modified : Approve.Me.Provider/app.config (M) Modified : Approve.Me/Plugins/ServicesPlugin.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs (M) Modified : Approve.Me/Web.QA.config (M) Modified : Approve.Me/Web.SupportMe.config (M) Modified : Approve.Me/Web.config e1efd977d4c0dc4887cabc1636f3a94e931206d9 | 2015-05-27 14:57:24 -0600 | Anthony Hart | - [EAT-1627] - Refactored PosProvider to use simpler parameters. Started added classes and endpoint needed for retrieving lease terms details. (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (A) Added : Approve.Me.Message/Communication/GetLeaseTermsDetailsRequest.cs (A) Added : Approve.Me.Message/GetLeaseTermsDetailsResponse.cs (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Interfaces/IPosProvider.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Plugins/ServicesPlugin.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs ea385d127a4dfcdeda3b4e006505c90280566c89 | 2015-05-27 11:42:13 -0600 | Matt Case | - [EAT-1379] updating the DDE message assembly (M) Modified : Approve.Me.Api.Tests/Approve.Me.Api.Tests.csproj (M) Modified : Approve.Me.Api.Tests/packages.config (M) Modified : Approve.Me.Provider/Approve.Me.Provider.csproj (M) Modified : Approve.Me.Provider/packages.config (M) Modified : Approve.Me/Approve.Me.Api.csproj (M) Modified : Approve.Me/packages.config 9382c5470af38b34d276ea297ac8a0347138aa37 | 2015-05-27 10:41:55 -0600 | Matt Case | - Merged in EAT-1526b (pull request #124) d1625f00fc09639ed9fc5c11ebb92f5fde1cdee6 | 2015-05-26 10:27:00 -0600 | Anthony Hart | (origin/EAT-1526b) - [EAT-1526] - Added unit tests and fixed a fe w minor problems. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Interfaces/IPosProvider.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs 7e8ba1bb53f74ea89fac92e5c201974e80d3fe5a | 2015-05-21 17:28:00 -0600 | Anthony Hart | - [EAT-1526] Minor formatting adjustment. (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs 85386079d8f1dba0a84566d21837cb6a81c05174 | 2015-05-19 13:58:19 -0600 | Andrey Pearce | - Merge branch 'QA0526' into EAT-1526b 6fe55fc2f24ba6fbb8975839ce22342849630dd9 | 2015-05-19 13:51:17 -0600 | Andrey Pearce | - [EAT-1526] - Saving to repo in order to prevent any data loss as we try to push this version of the code out to QA for UI devs to finish their related story. Note that unit tests might fail with this build. (M) Modified : Approve.Me.Api.Tests/Services/SubmitApplicationServiceTests.cs (A) Added : Approve.Me.Data/Extensions/ServiceExtensionTests.cs (A) Added : Approve.Me.Data/Extensions/TranslateExtensionTests.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Reference.cs (M) Modified : Approve.Me/Web.config c25d82e3144088faece2faa623edd1c3d3867567 | 2015-05-19 10:47:09 -0600 | Mark Gardner | (origin/QA0526) - Merged in EPT-95 (pull request #121) 0eb57ad4885887b81e09c40daaeff98c67c33e1e | 2015-05-19 10:12:11 -0600 | Mark Gardner | - [EPT-95] Improving search orderby generation. (M) Modified : Approve.Me.Common/Repositories/BaseRepository.cs (M) Modified : Approve.Me.Data/Approve.Me.Data.csproj (D) Deleted : Approve.Me.Data/Enum/CreditApplicationSortOptions.cs (M) Modified : Approve.Me.Data/Interfaces/ICreditApplicationRepository.cs (M) Modified : Approve.Me.Data/Interfaces/ICreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Data/Repositories/CreditApplicationRepository.cs (M) Modified : Approve.Me.Entity/Entities/CreditApplicationSummary.cs (M) Modified : Approve.Me.Message/Communication/Admin/CreditApplications/SearchCreditApplicationRequest.cs (M) Modified : Approve.Me.Message/Enum/CreditApplicationSummarySortFields.cs (M) Modified : Approve.Me.Provider/Providers/CreditApplicationProvider.cs (M) Modified : Approve.Me/Services/Admin/AdminCreditApplicationService.cs 7a48b8dcf16592fcb47917b025fde6dc495c2072 | 2015-05-18 18:26:06 -0600 | Mark Gardner | - [EPT-95] Fixing problems with converting nullable ints from enu m values. (M) Modified : Approve.Me.Data/Repositories/CreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Data/Repositories/StoreRepository.cs (M) Modified : Approve.Me.Data/Search/CreditApplicationSummarySearchOptions.cs (M) Modified : Approve.Me.Data/Search/StoreSearchOptions.cs a6c8fe95d3182ab79e50d55c3df383fc4a1e1540 | 2015-05-18 17:08:48 -0600 | Mark Gardner | - [EPT-95] Fixing problems with sorting (M) Modified : Approve.Me.Data/Repositories/CreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Data/Search/CreditApplicationSummarySearchOptions.cs (M) Modified : Approve.Me.Message/Communication/Admin/CreditApplications/SearchCreditApplicationRequest.cs (M) Modified : Approve.Me.Message/Enum/StoreSortFields.cs a0cc87fcad74dc5bb86bcd546329a1dafd3c5264 | 2015-05-18 16:52:48 -0600 | Mark Gardner | - [EPT-95] Fixing build errors (M) Modified : Approve.Me.Provider/Interfaces/IStoreProvider.cs (M) Modified : Approve.Me.Provider/Providers/StoreProvider.cs (M) Modified : Approve.Me/Services/CreditApplicationService.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs 8926d5e96a92de86a08ff0e4c0b05ea42620c49d | 2015-05-18 16:29:39 -0600 | Mark Gardner | - [EPT-95] Small code refactor (M) Modified : Approve.Me.Common/Approve.Me.Common.csproj (A) Added : Approve.Me.Common/Data/SearchOptions.cs (D) Deleted : Approve.Me.Common/Data/SearchSettings.cs (M) Modified : Approve.Me.Common/Interfaces/IBaseRepository.cs (M) Modified : Approve.Me.Common/Repositories/BaseRepository.cs (M) Modified : Approve.Me.Data/Approve.Me.Data.csproj (M) Modified : Approve.Me.Data/Interfaces/ICreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Data/Interfaces/IMerchantRepository.cs (M) Modified : Approve.Me.Data/Interfaces/IStoreCredentialRepository.cs (M) Modified : Approve.Me.Data/Interfaces/IStoreRepository.cs (M) Modified : Approve.Me.Data/Repositories/CreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Data/Repositories/MerchantRepository.cs (M) Modified : Approve.Me.Data/Repositories/StoreCredentialRepository.cs (M) Modified : Approve.Me.Data/Repositories/StoreRepository.cs (A) Added : Approve.Me.Data/Search/CreditApplicationSummarySearchOptions.cs (A) Added : Approve.Me.Data/Search/StoreSearchOptions.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (M) Modified : Approve.Me.Message/Communication/Admin/CreditApplications/SearchCreditApplicationRequest.cs (M) Modified : Approve.Me.Message/Communication/Admin/Stores/SearchStoresRequest.cs (D) Deleted : Approve.Me.Message/Enum/CreditApplicationSortOptions.cs (A) Added : Approve.Me.Message/Enum/CreditApplicationSummarySortFields.cs (A) Added : Approve.Me.Message/Enum/StoreSortFields.cs (D) Deleted : Approve.Me.Message/Enum/StoreSortOptions.cs (M) Modified : Approve.Me.Provider/Interfaces/ICreditApplicationProvider.cs (M) Modified : Approve.Me.Provider/Providers/CreditApplicationProvider.cs (M) Modified : Approve.Me.Provider/Providers/MerchantProvider.cs (M) Modified : Approve.Me.Provider/Providers/StoreCredentialProvider.cs (M) Modified : Approve.Me.Provider/Providers/StoreProvider.cs (M) Modified : Approve.Me/Services/Admin/AdminCreditApplicationService.cs (M) Modified : Approve.Me/Services/Admin/AdminStoreService.cs (M) Modified : Approve.Me/Services/CreditApplicationService.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs 6e8ade14e7b948743346fa52e8be585b027680e4 | 2015-05-18 09:55:54 -0600 | Victor Johnson | - Merge branch 'QA0526' into EPT-95 d4d274351e79f2dd8ee42e8515389200b30c08c5 | 2015-05-18 09:47:33 -0600 | anthony.hart | - [EAT-1526] - Added code to send bogus invoice information to PO S service in order to get a lease term value back. This approach was proposed by Kevin McCallum because at the point we need the lease term, we do not yet have the required invoice information.[ m (M) Modified : Approve.Me.Message/Communication/SubmitApplicationResponse.cs (M) Modified : Approve.Me.Provider/Approve.Me.Provider.csproj (M) Modified : Approve.Me.Provider/Interfaces/IPosProvider.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs (M) Modified : Approve.Me/Services/SubmitApplicationService.cs (M) Modified : Approve.Me/Web.config caf000527d73cd6aee7580fa9165f54e73b9fe3f | 2015-05-18 09:32:55 -0600 | Victor Johnson | - [EPT-95] Moved Credit App Summary Search to a view. (M) Modified : Approve.Me.Data/Approve.Me.Data.csproj (M) Modified : Approve.Me.Data/DataPlugin.cs (M) Modified : Approve.Me.Data/Enum/CreditApplicationSortOptions.cs (M) Modified : Approve.Me.Data/Interfaces/ICreditApplicationRepository.cs (A) Added : Approve.Me.Data/Interfaces/ICreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Data/Repositories/CreditApplicationRepository.cs (A) Added : Approve.Me.Data/Repositories/CreditApplicationSummaryRepository.cs (M) Modified : Approve.Me.Entity/Entities/CreditApplicationSummary.cs (M) Modified : Approve.Me.Message/Enum/CreditApplicationSortOptions.cs (M) Modified : Approve.Me.Provider/Providers/CreditApplicationProvider.cs (M) Modified : Approve.Me/Services/Admin/AdminCreditApplicationService.cs 44cef467459fcb768393543b29baa586a0fa9062 | 2015-05-15 16:23:47 -0400 | George Hotelling | - Merged in EAT-1590 (pull request #120) 2a2ab091456d3bb1a5253182e1ea989b253eb9a6 | 2015-05-15 14:15:58 -0600 | Andrey Pearce | - [EAT-1590] Appended POS description in merchandise item to con tain IMEI if there is one. (M) Modified : Approve.Me.Provider.Tests/Providers/PosProviderTests.cs (M) Modified : Approve.Me.Provider/Providers/PosProvider.cs ae600a5dc7c619f27cff12e972af7cfa11de93b7 | 2015-05-14 11:56:43 -0600 | Anthony Hart | - Merged in EPT-61 (pull request #119) b2e362cc4db906c504c7a2d32cf01a979fae6984 | 2015-05-14 11:08:42 -0600 | Victor Johnson | - [EPT-61] Updated to follow redirect and send full url. (M) Modified : Approve.Me/Services/Admin/AdminEmailService.cs 087f0f2fde7b0c14e69e8c03dae602f2d2d294bd | 2015-05-14 11:07:57 -0600 | Victor Johnson | - [EPT-95] Forgot to add the new Enum. (A) Added : Approve.Me.Data/Enum/CreditApplicationSortOptions.cs 48892cb18b8f7d5c6b8bffae0bb85cf81d4ed59c | 2015-05-14 07:47:57 -0600 | Victor Johnson | - [EPT-95] Moved credit application sort options enum to data. [m (M) Modified : Approve.Me.Common/Repositories/BaseRepository.cs (M) Modified : Approve.Me.Data/Approve.Me.Data.csproj (M) Modified : Approve.Me.Data/Repositories/CreditApplicationRepository.cs (M) Modified : Approve.Me.Entity/Approve.Me.Entity.csproj (D) Deleted : Approve.Me.Entity/Enum/CreditApplicationSortOptions.cs ca0da4b1520213a7b0dbb9b657fde0b39cbd7f1a | 2015-05-13 15:12:52 -0600 | anthony.hart | - [EAT-1526] - Updated POS service reference (again). (M) Modified : Approve.Me.Provider/Approve.Me.Provider.csproj (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Application43.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.LeasePricingResponse.datasource (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Progressive.WebServices1.wsdl (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Reference.cs dec167f64bd355492448ce96b0497d6d557da5d1 | 2015-05-13 13:23:44 -0600 | Victor Johnson | - [EPT-95] Added sorting to stores and credit applications. (M) Modified : Approve.Me.Common/Approve.Me.Common.csproj (A) Added : Approve.Me.Common/Data/SearchSettings.cs (M) Modified : Approve.Me.Common/Interfaces/IBaseRepository.cs (M) Modified : Approve.Me.Common/Repositories/BaseRepository.cs (M) Modified : Approve.Me.Data/Interfaces/ICreditApplicationRepository.cs (M) Modified : Approve.Me.Data/Repositories/CreditApplicationRepository.cs (M) Modified : Approve.Me.Entity/Approve.Me.Entity.csproj (A) Added : Approve.Me.Entity/Enum/CreditApplicationSortOptions.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (M) Modified : Approve.Me.Message/Communication/Admin/CreditApplications/SearchCreditApplicationRequest.cs (M) Modified : Approve.Me.Message/Communication/Admin/Stores/SearchStoresRequest.cs (A) Added : Approve.Me.Message/Enum/CreditApplicationSortOptions.cs (A) Added : Approve.Me.Message/Enum/StoreSortOptions.cs (M) Modified : Approve.Me.Provider/Interfaces/ICreditApplicationProvider.cs (M) Modified : Approve.Me.Provider/Interfaces/IStoreProvider.cs (M) Modified : Approve.Me.Provider/Providers/CreditApplicationProvider.cs (M) Modified : Approve.Me.Provider/Providers/MerchantProvider.cs (M) Modified : Approve.Me.Provider/Providers/StoreCredentialProvider.cs (M) Modified : Approve.Me.Provider/Providers/StoreProvider.cs (M) Modified : Approve.Me/Services/Admin/AdminCreditApplicationService.cs (M) Modified : Approve.Me/Services/Admin/AdminStoreService.cs ed2f1f9ba24c030880659615f81d26d11b40b12d | 2015-05-13 11:49:42 -0600 | anthony.hart | - [EAT-1526] - Changed POS service reference. (M) Modified : Approve.Me.Provider/Approve.Me.Provider.csproj (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application1.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application2.xsd (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Application3.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application4.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application41.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application42.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Application43.xsd (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Approve.Me.Provider.ProgFinancePOS.DeliveryConfirmationResponse.datasource (D) Deleted : Approve.Me.Provider/Service References/ProgFinancePOS/Progressive.WebServices.wsdl (A) Added : Approve.Me.Provider/Service References/ProgFinancePOS/Progressive.WebServices1.wsdl (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Reference.cs (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/Reference.svcmap (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/configuration.svcinfo (M) Modified : Approve.Me.Provider/Service References/ProgFinancePOS/configuration91.svcinfo (M) Modified : Approve.Me.Provider/app.config 9669a27ecf96fb9bef325f5a5995cd3f1061f667 | 2015-05-12 08:43:07 -0600 | Anthony Hart | - Merged in EPT-96 (pull request #115) 6c2b3c5633664c9cb82b3c9b399762370394a5bd | 2015-05-12 07:14:37 -0600 | Victor Johnson | - Merged RC_SupportMe into QA0526 e23d98a4c48298160634d6a4a15e769b68b337f8 | 2015-05-05 13:20:52 -0600 | Victor Johnson | - [EPT-96] Added enpoint to gather funding source data. (M) Modified : Approve.Me.Api.Tests/Extensions/TranslateExtensionTests.cs (M) Modified : Approve.Me.Api.Tests/Services/ApproveMeServiceTestBase.cs (M) Modified : Approve.Me.Entity/Entities/FundingSource.cs (M) Modified : Approve.Me.Message/Approve.Me.Message.csproj (A) Added : Approve.Me.Message/Communication/Admin/FundingSources/FundingSourceListResponse.cs (A) Added : Approve.Me.Message/Communication/Admin/FundingSources/FundingSourceRequest.cs (M) Modified : Approve.Me.Message/Communication/CreditApplicationStatusRequest.cs (A) Added : Approve.Me.Message/Communication/FundingSource.cs (M) Modified : Approve.Me.Message/Communication/StoreResponse.cs (M) Modified : Approve.Me.Message/Communication/SubmitApplicationRequest.cs (M) Modified : Approve.Me.Message/Communication/SubmitContinueApplicationRequest.cs (M) Modified : Approve.Me.Message/Communication/SubmitExistingApplicationRequest.cs (M) Modified : Approve.Me.Provider/Interfaces/IFundingSourceProvider.cs (M) Modified : Approve.Me/Approve.Me.Api.csproj (M) Modified : Approve.Me/Plugins/AdminServicePlugin.cs (A) Added : Approve.Me/Services/Admin/AdminFundingSourceService.cs (M) Modified : Approve.Me/Services/MerchantService.cs
Find only ".config" file names
2015-06-16T22:38:47.000Z
<script[^>]*>[^<]*<script[^>]*doubleclick[^>]*>[^\r\n]*[\r\n\s]*<noscript><[^>]*tile=1[^>]*><img[^>]*><\/a><\/noscript>
<script type="text/javascript">document.write('<script src="http://ad.doubleclick.net/adj/ep_communityhp;kw=top;state='+state+';tile=1;dcopt=ist;sz=728x90;ord='+ord+'?" type="text/javascript"></'+'script>')</script> <noscript><a href="http://ad.doubleclick.net/jump/ep_communityhp;kw=top;state=alaska;tile=1;sz=728x90;ord=12345678?" target="_blank"><img src="http://ad.doubleclick.net/ad/ep_communityhp;kw=top;state=alaska;tile=1;sz=728x90;ord=12345678?" width="728" height="90" border="0" alt=""></a></noscript>
Doubleclick tile1
2016-03-29T00:30:53.000Z
Allow get the value of the some attributes from a html text
(?:alt|title|value)="(.+?)"
<input type="button" alt="hola hola" name="submit" value="Submit" onclick="modo.classes.ABTesting.doCreateSubmit();" title="hola" alt="hola hola hola"/>
Get attributes values of html tags
2015-07-15T17:09:33.000Z
dXNpbmcgU3lzdGV.GtLklPOw0KdXNpbmcgU3lzdGVtOw0KDQpjbGFzcyBQcm9 ncmFtDQp7,eDQogICAgc3RhdGljIHZvaWQgTWFpbigpDQogICAgew0KICAgIC AgICBzdHJpbmcgbGluZSA9ICIwNTIgMDU1.hIDA1NCAwNTMgMDU0IDA1NiAwN TQgMDUzIDA1MCAwNDggMD,eU1IDA5NyAwNTUgMDUzIDA1MCAwNDggMDUyIDEw MSAwNT,zAgMDQ4IDA1MCAxMDEgMDUxIDA1MCAwNTEgMDUwIDA1MSAwNTEgMDU wIDA0OCAwNTIgMDUzIDA1MCAwNDggMDUwIDEwMSAwNT.uEgMDUyIDA1MSAwNT AgMDUxI,NDA1MyI7DQogICAgICAgIHN0cmluZ1tdIHNwbCA9IGxpbmUuU3Bsa XQobmV3IGNoYXJbXXsnICd9KTsNCiAgICAgI.2CAgZm9yZWFjaChzdHJpbmcg cyBpbi,1BzcGwpDQogICAgICAgIHsNCiAgICAgICAgICAgIGludCBkID0gU3l zdGVtLkNvbnZlcnQuVG9JbnQzMih.6zKTsNCiAgICAgICAgICAgIGNoYXIgYy A9IFN5c.E3RlbS5Db252ZXJ0LlRvQ2hhcihkKTsNCiAgICAgICAgICAgIENvb nNvbGUuV3JpdGUoYyk7DQogICAgICAgIH0gICAgDQogICA.4gfQ0KCS8vIGJp dC5s,1eS8xb2Z6d.63J2DQp9
dXNpbmcgU3lzdGV.GtLklPOw0KdXNpbmcgU3lzdGVtOw0KDQpjbGFzcyBQcm9 ncmFtDQp
2015-09-25T20:43:44.000Z
import url image
(?:http:\/\/)(.*?)\/(.+?)(?:\/|\?|\#|$|\n)\w*.jpg
<div style="padding-right: 16px;"> <img class="img-thumbnail gamedetailthumb" src="http://images.cdn.spilcloud.com/thumbs-1-5/200X120_162615.jpg"> <img class="img-thumbnail gamedetailthumb" src="http://images.cdn.spilcloud.com/thumbs-1-5/120X90_162615.jpg"> <img class="img-thumbnail gamedetailthumb" src="http://images.cdn.spilcloud.com/thumbs-1-5/100X75_162615.jpg"> </div>
import url image
2015-12-18T08:44:18.000Z
Doesn't work on domains that include dashes (after the dash).
[A-Za-z0-9]+:\/\/([A-Za-z0-9]+(\.[A-Za-z0-9]+)+)
http://UNIX.STACKEXCHANGE.COM/questions/24684
Extract schema and domain from URI.
2023-07-04T22:27:37.000Z
Matches any dozenal number. Supports positive/negative sign, thousands separators, and implicit zeros.
^[+-]?([\d↊↋]{1,3}(,([\d↊↋]{3})?)+(\.[\d↊↋]+)?|[\d↊↋]*\.?[\d↊↋]+)$
Dozenal number
2022-08-17T11:32:20.000Z
matches html
<(.+?)\s*(.*?)\s*>(.+)<.+>|<\/?(\w+)\s*(.*?)\s*\/?>
<div> `hello` if (test) { <p>ok</p> } else { <a href="home" >home</a> <idfd dfd="href" /> } </div> (<div>) <>
one line html
2023-08-04T17:30:03.000Z
(((import java\.)[a-zA-Z\.\*]*;)|(public static void main(.*))|(class\s[a-zA-Z_$]+[\s]*\{)|(System\.out\.print))
/* Calculate Circle Area using Java Example This Calculate Circle Area using Java Example shows how to calculate area of circle using it's radius. */ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class CalculateCircleAreaExample { public static void main(String[] args) { int radius = 0; System.out.println("Please enter radius of a circle"); try { //get the radius from console BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); radius = Integer.parseInt(br.readLine()); } //if invalid value was entered catch(NumberFormatException ne) { System.out.println("Invalid radius value" + ne); System.exit(0); } catch(IOException ioe) { System.out.println("IO Error :" + ioe); System.exit(0); } /* * Area of a circle is * pi * r * r * where r is a radius of a circle. */ //NOTE : use Math.PI constant to get value of pi double area = Math.PI * radius * radius; System.out.println("Area of a circle is " + area); } } /* Output of Calculate Circle Area using Java Example would be Please enter radius of a circle 19 Area of a circle is 1134.1149479459152 */ @@@@ /* Calculate Rectangle Area using Java Example This Calculate Rectangle Area using Java Example shows how to calculate area of Rectangle using it's length and width. */ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class CalculateRectArea { public static void main(String[] args) { int width = 0; int length = 0; try { //read the length from console BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); System.out.println("Please enter length of a rectangle"); length = Integer.parseInt(br.readLine()); //read the width from console System.out.println("Please enter width of a rectangle"); width = Integer.parseInt(br.readLine()); } //if invalid value was entered catch(NumberFormatException ne) { System.out.println("Invalid value" + ne); System.exit(0); } catch(IOException ioe) { System.out.println("IO Error :" + ioe); System.exit(0); } /* * Area of a rectangle is * length * width */ int area = length * width; System.out.println("Area of a rectangle is " + area); } } /* Output of Calculate Rectangle Area using Java Example would be Please enter length of a rectangle 10 Please enter width of a rectangle 15 Area of a rectangle is 150 */ @@@@ /* Java Factorial Using Recursion Example This Java example shows how to generate factorial of a given number using recursive function. */ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class JavaFactorialUsingRecursion { public static void main(String args[]) throws NumberFormatException, IOException{ System.out.println("Enter the number: "); //get input from the user BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); int a = Integer.parseInt(br.readLine()); //call the recursive function to generate factorial int result= fact(a); System.out.println("Factorial of the number is: " + result); } static int fact(int b) { if(b <= 1) //if the number is 1 then return 1 return 1; else //else call the same function with the value - 1 return b * fact(b-1); } } /* Output of this Java example would be Enter the number: 5 Factorial of the number is: 120 */ @@@@ /* Swap Numbers Without Using Third Variable Java Example This Swap Numbers Java Example shows how to swap value of two numbers without using third variable using java. */ public class SwapElementsWithoutThirdVariableExample { public static void main(String[] args) { int num1 = 10; int num2 = 20; System.out.println("Before Swapping"); System.out.println("Value of num1 is :" + num1); System.out.println("Value of num2 is :" +num2); //add both the numbers and assign it to first num1 = num1 + num2; num2 = num1 - num2; num1 = num1 - num2; System.out.println("Before Swapping"); System.out.println("Value of num1 is :" + num1); System.out.println("Value of num2 is :" +num2); } } /* Output of Swap Numbers Without Using Third Variable example would be Before Swapping Value of num1 is :10 Value of num2 is :20 Before Swapping Value of num1 is :20 Value of num2 is :10 */ @@@@ // OddEven.java import javax.swing.JOptionPane; public class OddEven { /** * "input" is the number that the user gives to the computer */ private int input; // a whole number("int" means integer) /** * This is the constructor method. It gets called when an object of the OddEven type * is being created. */ public OddEven() { /* * In most Java programs constructors can initialize objects with default values, or create * other objects that this object might use to perform its functions. In some Java programs, the * constructor may simply be an empty function if nothing needs to be initialized prior to the * functioning of the object. In this program's case, an empty constructor would suffice. * A constructor must exist; however, if the user doesn't put one in then the compiler * will create an empty one. */ } /** * This is the main method. It gets called when this class is run through a Java interpreter. * @param args command line arguments (unused) */ public static void main(final String[] args) { /* * This line of code creates a new instance of this class called "number" (also known as an * Object) and initializes it by calling the constructor. The next line of code calls * the "showDialog()" method, which brings up a prompt to ask you for a number */ OddEven number = new OddEven(); number.showDialog(); } public void showDialog() { /* * "try" makes sure nothing goes wrong. If something does, * the interpreter skips to "catch" to see what it should do. */ try { /* * The code below brings up a JOptionPane, which is a dialog box * The String returned by the "showInputDialog()" method is converted into * an integer, making the program treat it as a number instead of a word. * After that, this method calls a second method, calculate() that will * display either "Even" or "Odd." */ this.input = Integer.parseInt(JOptionPane.showInputDialog("Please enter a number.")); this.calculate(); } catch (final NumberFormatException e) { /* * Getting in the catch block means that there was a problem with the format of * the number. Probably some letters were typed in instead of a number. */ System.err.println("ERROR: Invalid input. Please type in a numerical value."); } } /** * When this gets called, it sends a message to the interpreter. * The interpreter usually shows it on the command prompt (For Windows users) * or the terminal (For *nix users).(Assuming it's open) */ private void calculate() { if ((this.input % 2) == 0) { JOptionPane.showMessageDialog(null, "Even"); } else { JOptionPane.showMessageDialog(null, "Odd"); } } }
Find Program Java
2017-08-25T10:47:17.000Z
^[A-Za-z0-9\-]{5,30}$
98b8d46a4484729c712a79d7473bdc23 98b8d46a4484729c712a79d7473bdc 5-35XES36D 20160401150146120SME099935
Siebel Id
2016-11-03T10:39:32.000Z
I
(?(?=qwe|abc))
H
2015-10-22T03:20:38.000Z
Regex to read pgbouncer's log lines when it's logging to syslog, and break it into useful groups.
(\w\w\w \d\d \d\d:\d\d:\d\d) ([\w-\.]+) (\w+\[\d+\]): ([^:]+): ([^\/]+)\/([^@]+)@([\d\.]+):(\d+) (.*$)
Oct 19 11:25:03 rails-postgres-eb97e4.sfo01.justin.tv pgbouncer[21265]: S-0x108f188: site_justintv_prod/[email protected]:5432 closing because: server_lifetime (age=302)
Parse pgbouncer log lines from syslog
2015-10-21T19:51:21.000Z
<td>In Stock<\/td><td><input type="checkbox" name="bookId\[]" value="(.+)"
HTTP/1.1 200 OK Date: Fri, 11 Sep 2015 15:39:48 GMT Server: Apache X-Pingback: http://www.myloadtest.com/xmlrpc.php Link: <http://www.myloadtest.com/?p=216>; rel=shortlink Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding,User-Agent Content-Length: 8235 Content-Type: text/html; charset=UTF-8 Proxy-Connection: Keep-Alive Connection: Keep-Alive Content-Encoding: gzip <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>Correlation Challenge &#8211; My Load Test</title> <link rel="stylesheet" href="http://www.myloadtest.com/wp-content/themes/myloadtest2012j/style.css"> <link rel="stylesheet" href="http://www.myloadtest.com/wp-content/themes/myloadtest2012j/styles/header-boxtop-body-bg.css"> <link rel="pingback" href="http://www.myloadtest.com/xmlrpc.php"> <link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'> <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="alternate" type="application/rss+xml" title="My Load Test &raquo; Feed" href="http://www.myloadtest.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="My Load Test &raquo; Comments Feed" href="http://www.myloadtest.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="My Load Test &raquo; Correlation Challenge Comments Feed" href="http://www.myloadtest.com/training/correlation-challenge/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.myloadtest.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.3"}}; !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='yarppWidgetCss-css' href='http://www.myloadtest.com/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=4.3' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://www.myloadtest.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-syntax-css-css' href='http://www.myloadtest.com/wp-content/plugins/wp-syntax/css/wp-syntax.css?ver=1.0' type='text/css' media='all' /> <script type='text/javascript' src='http://www.myloadtest.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-content/themes/myloadtest2012j/js/sprout.combined.min.js?ver=1.0'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-content/themes/myloadtest2012j/js/jquery.theme.js?ver=1.0'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.4.9'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.myloadtest.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.myloadtest.com/wp-includes/wlwmanifest.xml" /> <link rel='canonical' href='http://www.myloadtest.com/training/correlation-challenge/' /> <link rel='shortlink' href='http://www.myloadtest.com/?p=216' /> <script> var _prum = [['id', '5191e0f6abe53d5549000000'], ['mark', 'firstbyte', (new Date()).getTime()]]; (function() { var s = document.getElementsByTagName('script')[0] , p = document.createElement('script'); p.async = 'async'; p.src = '//rum-static.pingdom.net/prum.min.js'; s.parentNode.insertBefore(p, s); })(); </script> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><!-- Google Analytics Tracking by Google Analyticator 6.4.9: http://www.videousermanuals.com/google-analyticator/ --> <script type="text/javascript"> var analyticsFileTypes = ['']; var analyticsSnippet = 'enabled'; var analyticsEventTracking = 'enabled'; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-3179857-2']); _gaq.push(['_addDevId', 'i9k95']); // Google Analyticator App ID with Google _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="page page-id-216 page-child parent-pageid-294 page-template page-template-__correlation-challenge page-template-__correlation-challenge-php ie8"> <header id="header"> <div id="header-inner" class="container-12"> <p id="logo" class="logo-img"><a href="http://www.myloadtest.com/" rel="home"><img src="http://www.myloadtest.com/wp-content/themes/myloadtest2012j/images/myloadtest.png" alt="My Load Test"></a></p> <nav id="nav-header" class="menu-header-menu-container"><ul id="nav" class="menu"><li id="menu-item-244" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-244"><a href="http://www.myloadtest.com/loadrunner/">LoadRunner</a></li> <li id="menu-item-245" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-245"><a href="http://www.myloadtest.com/blog/">Blog</a></li> <li id="menu-item-3340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3340"><a title="Performance Testing Services" href="http://www.myloadtest.com/services/">Services</a> <ul class="sub-menu"> <li id="menu-item-3341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3341"><a href="http://www.myloadtest.com/services/governance/">Performance Test Governance</a></li> <li id="menu-item-3434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3434"><a href="http://www.myloadtest.com/services/continuous-integration/">Continuous Integration</a></li> <li id="menu-item-3125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3125"><a href="http://www.myloadtest.com/services/script-development/">Script Development</a></li> </ul> </li> <li id="menu-item-246" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-246"><a href="http://www.myloadtest.com/tools/">Tools</a> <ul class="sub-menu"> <li id="menu-item-309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-309"><a href="http://www.myloadtest.com/tools/vugen-addin-manager/">VuGen Add-in Manager</a></li> <li id="menu-item-291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-291"><a href="http://www.myloadtest.com/tools/validator/">VuGen Validator Add-in</a></li> <li id="menu-item-361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-361"><a href="http://www.myloadtest.com/tools/loadrunner-function-library/">LoadRunner Function Library</a></li> <li id="menu-item-259" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-259"><a href="http://www.myloadtest.com/loadrunner-syntax-highlighter/">LoadRunner Syntax Highlighting</a></li> <li id="menu-item-3189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3189"><a href="http://www.myloadtest.com/tools/vugen-local-replay/">VuGen Local Replay</a></li> <li id="menu-item-3275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3275"><a href="http://www.myloadtest.com/tools/urldecoder/">URLEncode/URLDecode</a></li> </ul> </li> <li id="menu-item-295" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-295"><a href="http://www.myloadtest.com/training/">Training</a> <ul class="sub-menu"> <li id="menu-item-355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-355"><a href="http://www.myloadtest.com/training/vugen-scripting-for-web/">VuGen Scripting for Web</a></li> <li id="menu-item-248" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-216 current_page_item menu-item-248"><a href="http://www.myloadtest.com/training/correlation-challenge/">Correlation Challenge</a></li> <li id="menu-item-2806" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2806"><a href="http://www.myloadtest.com/training/credit-card-challenge/">Credit Card Challenge</a></li> </ul> </li> <li id="menu-item-247" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-247"><a href="http://www.myloadtest.com/about/">About</a></li> </ul></nav> </div><!--/header-inner--> </header><!--/header--> <div id="headstyle-nav"> </div><!--/headstyle-nav--> <div id="headstyle"> <div id="headstyle-bg"> </div> <div id="headstyle-arc"></div> </div><!--/headstyle--> <div id="wrapper"> <div id="subheader"> <div id="subheader-top"></div> <div id="subheader-inner" class="container-12 clearfix"> <h2 class="ctitle"><span>MyLoadTest</span></h2> <div class="clear"></div> </div><!--/subheader-inner--> </div><!--/subheader--> <div id="content"> <div id="content-inner" class="container-12 sidebar t-page clearfix"> <div class="grid entry-list"> <article id="entry-216" class="entry post-216 page type-page status-publish hentry"> <div class="entry-inner"> <header> <h2 class="entry-title">Correlation Challenge</h2> </header> <div class="text clearfix"> <h3>Step 3</h3> <p>Select all the books that are <em>in stock</em>, and press next.</p> <p> <form action="http://www.myloadtest.com/training/correlation-challenge/?step=4" method="post"> <input type="hidden" name="sortoption" value="PRICE_ASCENDING" /> <input type="hidden" name="next" value="addToBasket" /> <input type="hidden" name="basket" value="3761" /> <table border="1"> <tr> <th>Title</th> <th>Author</th> <th>Availability</th> <th>Select</th> </tr> <tr> <td><a href="http://www.amazon.com/Fundamentals-Performance-Engineering-firefighter-without/dp/1934474010">Fundamentals of Performance Engineering</a></td> <td>Keith Smith, Bob Wescott</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="3761804987b9709e8b09c4f134ef35cc973d" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Software-Performance-Scalability-Quantitative-Engineering/dp/0470462531">Software Performance and Scalability</a></td> <td>Henry H. Liu</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="37616b5b7fa112c1b395fc6e4eea63722b19" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Web-Performance-Tuning-OReilly-Internet/dp/059600172X">Web Performance Tuning</a></td> <td>Patrick Killelea</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="37612f4d1c1a342a51bef1326de9c88d226a" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Art-Capacity-Planning-Scaling-Resources/dp/0596518579">The Art of Capacity Planning</a></td> <td>John Allspaw</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="376194acde8a661f319e8348261421971310" /></td> </tr> <tr> <td><a href="http://www.amazon.com/NET-Performance-Testing-Optimization-Complete/dp/1906434409">.NET Performance Testing and Optimization</a></td> <td>Paul Glavich, Chris Farrell</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="3761443df13bf05f1b2fa1664d06af01731d" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Practical-Performance-Analyst-Neil-Gunther/dp/059512674X">The Practical Performance Analyst</a></td> <td>Neil Gunther</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="376114e688ad0b2a746c8087e0ccf44a4c20" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Integrated-Approach-Performance-Testing-Practitioners/dp/1591407850/">Integrated Approach to Web Performance Testing</a></td> <td>B. M. Subraya</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="37614e962b42835918912b5eeb2db8b3217f" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Performance-Testing-Guidance-Web-Applications/dp/0735625700">Performance Testing Guidance for Web Applications</a></td> <td>J.D. Meier, Carlos Farre, Prashant Bansode, Scott Barber, Dennis Rea</td> <td>In Stock</td> <td><input type="checkbox" name="bookId[]" value="37615fe6ff3dfb8b410774a9ac519da79f8c" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Scalable-Internet-Architectures-Theo-Schlossnagle/dp/067232699X">Scalable Internet Architectures</a></td> <td>Theo Schlossnagle</td> <td>In Stock</td> <td><input type="checkbox" name="bookId[]" value="37614397eff1747c99aaa425f129a8bd7339" /></td> </tr> <tr> <td><a href="http://www.amazon.com/High-Performance-Web-Sites-Essential/dp/0596529309">High Performance Web Sites</a></td> <td>Steve Souders</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="3761893d16f12c7ddc491755083a857c421e" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Java-Performance-Tuning-Jack-Shirazi/dp/0596003773">Java Performance Tuning</a></td> <td>Jack Shirazi</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="3761441417e472ec3823d64c901e1b91b86a" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Art-Application-Performance-Testing-Programmers/dp/0596520662">The Art of Application Performance Testing</a></td> <td>Ian Molyneaux</td> <td>In Stock</td> <td><input type="checkbox" name="bookId[]" value="37616181430fb9078c586008a936f1e2f6d5" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Performance-Analysis-Websites-Stacy-Joines/dp/0201844540">Performance Analysis for Java Websites</a></td> <td>Stacy Joines, Ruth Willenborg, Ken Hygh</td> <td>In Stock</td> <td><input type="checkbox" name="bookId[]" value="37615b65c8f37180ebefd2eb44d60e9f4bf3" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Apache-JMeter-practical-performance-measurement/dp/1847192955">Apache JMeter</a></td> <td>Emily H. Halili</td> <td>In Stock</td> <td><input type="checkbox" name="bookId[]" value="3761b63f76b1b652b90bd22b6d3623cc11d9" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Scalability-Rules-Principles-Scaling-Sites/dp/0321753887">Scalability Rules</a></td> <td>Martin L. Abbott, Michael T. Fisher</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="376134099c0b5a9dc62f87f5690d9ddfa322" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Building-Scalable-Web-Sites-Applications/dp/0596102356">Building Scalable Web Sites</a></td> <td>Cal Henderson</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="3761d23a39c5964a9cb410c68c1328d0ef70" /></td> </tr> <tr> <td><a href="http://www.amazon.com/Art-Scalability-Architecture-Organizations-Enterprise/dp/0137030428">The Art of Scalability</a></td> <td>Martin L. Abbott, Michael T. Fisher</td> <td>Out of Stock</td> <td><input type="checkbox" name="bookId[]" value="3761c952f17f24a8260e1189d98d757b15fc" /></td> </tr> </table> <input type="submit" value="Next" /> </form> <div class="clear"></div> </div> </div><!--/entry-inner--> <ul class="entry-meta clearfix"> <li class="categories"><i class="icon-16 categories"></i></li> </ul> </article> </div><!--/grid--> <div id="sidebar" class="grid-4"> <div id="sidebar-wide" class="clearfix"> <ul> <li id="search-2" class="widget widget_search"><form role="search" method="get" id="searchform" class="searchform" action="http://www.myloadtest.com/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></li><li id="text-5" class="widget widget_text"><h3 class="widget-title"><span>About MyLoadTest</span></h3> <div class="textwidget"><p>MyLoadTest is a boutique consultancy company, specialising in performance testing. We are dedicated to improving the quality of performance testing through education and better tools.</p></div> </li><li id="text-7" class="widget widget_text"> <div class="textwidget"><a href="http://www.myloadtest.com/mailing-list/"><img src="http://www.myloadtest.com/resources/myloadtest-mailing-list.png" alt="Performance Testing mailing list" height="79" width="210" /></a></div> </li><li id="text-8" class="widget widget_text"> <div class="textwidget"><img src="http://www.myloadtest.com/wp-content/themes/myloadtest2012j/images/myloadtest-logo.png" alt="MyLoadTest" height="180" width="240" /> </div> </li> </ul> </div><!--/sidebar-wide--> </div><!--/grid--> </div><!--/content-inner--> </div><!--/content--> <div id="footernav"> <div id="footernav-inner" class="container-12"> <div class="clear"></div> </div><!--/footernav-inner--> </div><!--/footernav--> <div id="subfooter"> <div id="subfooter-inner" class="container-12"> <h3 class="ctitle"><span>More on My Load Test</span></h3> <ul class="grid-3"> <li id="recent-posts-2" class="widget widget_recent_entries"> <h4 class="widget-title"><span>Recent Posts</span></h4> <ul> <li> <a href="http://www.myloadtest.com/new-relic-vs-appdynamics/">New Relic vs. AppDynamics</a> </li> <li> <a href="http://www.myloadtest.com/static-analysis-for-loadrunner/">Static code analysis for LoadRunner scripts</a> </li> <li> <a href="http://www.myloadtest.com/performance-testing-in-the-cloud/">Performance Testing in the Cloud</a> </li> <li> <a href="http://www.myloadtest.com/iqnite-australia-2014/">Iqnite Australia 2014</a> </li> <li> <a href="http://www.myloadtest.com/performance-testing-memes/">Performance Testing memes</a> </li> </ul> </li> </ul> <ul class="grid-3"> <li id="recent-comments-2" class="widget widget_recent_comments"><h4 class="widget-title"><span>Recent Comments</span></h4><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Richard</span> on <a href="http://www.myloadtest.com/vugen-runtime-settings/#comment-358452">LoadRunner Script Runtime Settings</a></li><li class="recentcomments"><span class="comment-author-link">Stuart Moncrieff</span> on <a href="http://www.myloadtest.com/vugen-runtime-settings/#comment-357080">LoadRunner Script Runtime Settings</a></li><li class="recentcomments"><span class="comment-author-link">Natalie</span> on <a href="http://www.myloadtest.com/new-relic-vs-appdynamics/#comment-357055">New Relic vs. AppDynamics</a></li><li class="recentcomments"><span class="comment-author-link">Richard</span> on <a href="http://www.myloadtest.com/vugen-runtime-settings/#comment-356953">LoadRunner Script Runtime Settings</a></li><li class="recentcomments"><span class="comment-author-link">Stuart Moncrieff</span> on <a href="http://www.myloadtest.com/loadrunner-vs-performance-center/#comment-356913">LoadRunner vs. Performance Center</a></li></ul></li> </ul> <ul class="grid-6"> <li id="tag_cloud-2" class="widget widget_tag_cloud"><h4 class="widget-title"><span>Tags</span></h4><div class="tagcloud"><a href='http://www.myloadtest.com/tag/add-ins/' class='tag-link-83' title='4 topics' style='font-size: 13.045045045045pt;'>add-ins</a> <a href='http://www.myloadtest.com/tag/ajax/' class='tag-link-66' title='1 topic' style='font-size: 8pt;'>Ajax</a> <a href='http://www.myloadtest.com/tag/awk/' class='tag-link-63' title='1 topic' style='font-size: 8pt;'>awk</a> <a href='http://www.myloadtest.com/tag/bpm/' class='tag-link-25' title='2 topics' style='font-size: 10.27027027027pt;'>BPM</a> <a href='http://www.myloadtest.com/tag/c/' class='tag-link-80' title='1 topic' style='font-size: 8pt;'>C</a> <a href='http://www.myloadtest.com/tag/captcha/' class='tag-link-68' title='1 topic' style='font-size: 8pt;'>CAPTCHA</a> <a href='http://www.myloadtest.com/tag/certification/' class='tag-link-74' title='4 topics' style='font-size: 13.045045045045pt;'>certification</a> <a href='http://www.myloadtest.com/tag/citrix-ica/' class='tag-link-71' title='1 topic' style='font-size: 8pt;'>Citrix ICA</a> <a href='http://www.myloadtest.com/tag/conference/' class='tag-link-55' title='12 topics' style='font-size: 18.216216216216pt;'>conference</a> <a href='http://www.myloadtest.com/tag/consulting-2/' class='tag-link-69' title='3 topics' style='font-size: 11.783783783784pt;'>consulting</a> <a href='http://www.myloadtest.com/tag/hp-diagnostics/' class='tag-link-56' title='1 topic' style='font-size: 8pt;'>HP Diagnostics</a> <a href='http://www.myloadtest.com/tag/iis/' class='tag-link-64' title='1 topic' style='font-size: 8pt;'>IIS</a> <a href='http://www.myloadtest.com/tag/java/' class='tag-link-44' title='2 topics' style='font-size: 10.27027027027pt;'>Java</a> <a href='http://www.myloadtest.com/tag/java-record-replay/' class='tag-link-54' title='3 topics' style='font-size: 11.783783783784pt;'>Java Record Replay</a> <a href='http://www.myloadtest.com/tag/jdbc/' class='tag-link-30' title='1 topic' style='font-size: 8pt;'>JDBC</a> <a href='http://www.myloadtest.com/tag/loadrunner/' class='tag-link-141' title='25 topics' style='font-size: 22pt;'>LoadRunner</a> <a href='http://www.myloadtest.com/tag/logparser/' class='tag-link-11' title='2 topics' style='font-size: 10.27027027027pt;'>LogParser</a> <a href='http://www.myloadtest.com/tag/monitoring/' class='tag-link-12' title='2 topics' style='font-size: 10.27027027027pt;'>monitoring</a> <a href='http://www.myloadtest.com/tag/mq/' class='tag-link-114' title='1 topic' style='font-size: 8pt;'>MQ</a> <a href='http://www.myloadtest.com/tag/myloadtest/' class='tag-link-53' title='5 topics' style='font-size: 14.054054054054pt;'>MyLoadTest</a> <a href='http://www.myloadtest.com/tag/performance-testing/' class='tag-link-40' title='9 topics' style='font-size: 16.828828828829pt;'>Performance Testing</a> <a href='http://www.myloadtest.com/tag/performance-tuning/' class='tag-link-78' title='1 topic' style='font-size: 8pt;'>performance tuning</a> <a href='http://www.myloadtest.com/tag/quicktest-pro/' class='tag-link-14' title='1 topic' style='font-size: 8pt;'>QuickTest Pro</a> <a href='http://www.myloadtest.com/tag/rational-performance-tester/' class='tag-link-79' title='1 topic' style='font-size: 8pt;'>Rational Performance Tester</a> <a href='http://www.myloadtest.com/tag/rdp/' class='tag-link-72' title='1 topic' style='font-size: 8pt;'>RDP</a> <a href='http://www.myloadtest.com/tag/sap/' class='tag-link-26' title='4 topics' style='font-size: 13.045045045045pt;'>SAP</a> <a href='http://www.myloadtest.com/tag/sapgui/' class='tag-link-15' title='2 topics' style='font-size: 10.27027027027pt;'>SAPGUI</a> <a href='http://www.myloadtest.com/tag/security/' class='tag-link-59' title='13 topics' style='font-size: 18.720720720721pt;'>security</a> <a href='http://www.myloadtest.com/tag/shunra/' class='tag-link-61' title='1 topic' style='font-size: 8pt;'>Shunra</a> <a href='http://www.myloadtest.com/tag/soap/' class='tag-link-29' title='1 topic' style='font-size: 8pt;'>SOAP</a> <a href='http://www.myloadtest.com/tag/sql/' class='tag-link-60' title='1 topic' style='font-size: 8pt;'>SQL</a> <a href='http://www.myloadtest.com/tag/testing/' class='tag-link-76' title='5 topics' style='font-size: 14.054054054054pt;'>testing</a> <a href='http://www.myloadtest.com/tag/training-2/' class='tag-link-73' title='6 topics' style='font-size: 14.936936936937pt;'>training</a> <a href='http://www.myloadtest.com/tag/tsl/' class='tag-link-52' title='2 topics' style='font-size: 10.27027027027pt;'>TSL</a> <a href='http://www.myloadtest.com/tag/unix/' class='tag-link-57' title='1 topic' style='font-size: 8pt;'>Unix</a> <a href='http://www.myloadtest.com/tag/validator/' class='tag-link-132' title='2 topics' style='font-size: 10.27027027027pt;'>Validator</a> <a href='http://www.myloadtest.com/tag/vmware/' class='tag-link-75' title='1 topic' style='font-size: 8pt;'>VMware</a> <a href='http://www.myloadtest.com/tag/vugen/' class='tag-link-23' title='17 topics' style='font-size: 20.108108108108pt;'>VuGen</a> <a href='http://www.myloadtest.com/tag/web-click-and-script/' class='tag-link-65' title='1 topic' style='font-size: 8pt;'>Web (Click and Script)</a> <a href='http://www.myloadtest.com/tag/web-httphtml/' class='tag-link-67' title='3 topics' style='font-size: 11.783783783784pt;'>Web (HTTP/HTML)</a> <a href='http://www.myloadtest.com/tag/webinspect/' class='tag-link-90' title='5 topics' style='font-size: 14.054054054054pt;'>WebInspect</a> <a href='http://www.myloadtest.com/tag/webscarab/' class='tag-link-58' title='1 topic' style='font-size: 8pt;'>WebScarab</a> <a href='http://www.myloadtest.com/tag/windows-sockets/' class='tag-link-70' title='1 topic' style='font-size: 8pt;'>Windows Sockets</a> <a href='http://www.myloadtest.com/tag/winrunner/' class='tag-link-8' title='2 topics' style='font-size: 10.27027027027pt;'>WinRunner</a> <a href='http://www.myloadtest.com/tag/wireshark/' class='tag-link-62' title='1 topic' style='font-size: 8pt;'>WireShark</a></div> </li> </ul><!-- <ul class="grid-3"> </ul>--> <div class="clear"></div> </div><!--/subfooter-inner--> </div><!--/subfooter--> <div id="footer"> <div id="footer-inner" class="container-12"> <p id="copy">Copyright &copy; 2015 <a href="http://www.myloadtest.com/about/">Stuart Moncrieff</a>.</p> <div class="clear"></div> </div><!--/footer-inner--> </div><!--/footer--> </div><!--/wrapper--> <!--QUIZ_EMBEDER START--> <!--QUIZ_EMBEDER START--> <link rel="stylesheet" href="http://www.myloadtest.com/wp-content/plugins/insert-or-embed-articulate-content-into-wordpress/colorbox/themes/default/colorbox.css" /> <script type="text/javascript" src="http://www.myloadtest.com/wp-content/plugins/insert-or-embed-articulate-content-into-wordpress/colorbox/jquery.colorbox-min.js" ></script> <script type="text/javascript"> jQuery(document).ready(function($){ //Examples of how to assign the ColorBox event to elements $(".colorbox_iframe").colorbox({iframe:true, transition:"elastic", width:"80%", height:"80%", scrolling:true}); }); </script> <!--QUIZ_EMBEDER END--> <script type='text/javascript' src='http://www.myloadtest.com/wp-includes/js/comment-reply.min.js?ver=4.3'></script> <script type='text/javascript' src='http://www.myloadtest.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/www.myloadtest.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ...","cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.myloadtest.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.2.1'></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ Served from: www.myloadtest.com @ 2015-09-12 01:39:49 by W3 Total Cache -->
correlation challenge
2016-03-22T20:19:12.000Z
img[\s]*src.*
.test(“24db6"#@!/><img src”)
java
2015-09-07T14:26:44.000Z
^(((([A-Z]+-)?((\d{2})([A-Z]{3})(\d{2}))?([A-Z]{3})?( )?((.[0-9A-Z]{3})|([0-9A-Z]{2}))( )([X][\/])?((E\/)|(B\/)|(T\/)|(L\/))*(([A-Z][\/-])?[A-Z]{3})?(?!\d{1,3}[A-Z\s])( )?(((E\/XXX)?|([Q]{1}(( )?([A-Z]{3})([A-Z]{3}))?(\d+M)?(\d{1,6}(\.\d{1,4})?))?|(M( )?([A-Z]{6})?( )?(\d{1,6}(\.\d{1,4})?)?)?|([R]{1}(\d+M)?(\d{1,6}(\.\d{1,4})?))?|(([0-9])*S(\d+M)?(\d{1,6}(\.\d{1,4})?))?|(M?\/(IT))|(M?\/(BT))|(\/\/([A-Z]{3})))( )?)*(\d+M( )?)?((?![0-9][A-Z])\d{1,6}(\.\d{1,4})?( )?)?((?<=[0-9])((?![A-Z][A-Z0-9]( )([A-Z]\/)?[A-Z]{3}|NUC|END|[A-Z]{3}( )[0-9])|(?=[A-Z][A-Z0-9]( )NUC))[A-Z][A-Z0-9\/]{0,8})?(( )?(([Q]{1}(\d+M)?(\d{1,6}(\.\d{1,4})?))|(P R\/([A-Z]{3})(\/)?([A-Z]{3})?( )?(\d+M)?(\d{1,6}(\.\d{1,4})?))|(P( )([A-Z]{6})( )?([A-Z]{6})?( )?(\d+M)?(\d{1,6}(\.\d{1,4})?))|(M( )?([A-Z]{6})?( )?(\d{1,6}(\.\d{1,4})?)?)|(H( )([A-Z]{6})( )?(\d{1,6}(\.\d{1,4})?))|(U( )(( )?([A-Z]{6}))+( )?(\d{1,6}(\.\d{1,4})?))|(C\/([A-Z]{3})(( )?[A-Z]{6})*( )?(\d{1,6}(\.\d{1,4})?))|(D( )((([A-Z])+\/)?([A-Z]{6})( )?((M)|(\d+M)|( )|(\d{1,6}(\.\d{1,4})?))( )?)+)|(\/-([A-Z]{3}))|(\/\/([A-Z]{3})))?( )?)*)+)+)( )?((( )?([A-Z]{3})( )?(\d{1,6}(\.\d{1,4})?))( )?(END)|(END))( )?(ROE( )?\d+(\.\d+)?)?(.*)?$
SIN UB X/RGN101.29ESGR UB NYT110.00YOW UB RGN110.00YOW RGN UB SIN 101
Fare Calc
2017-10-28T00:20:23.000Z
spring-.*-\d\.\d.xsd
spring-beans-2.3.xsd spring-beans-3.0.xsd spring-beans.xsd
xsd version
2017-05-03T17:57:59.000Z
Finds a number that is 13-16 digits long. Can have spaces or hyphens in between the numbers and will still be found.
(?:\d[ -]*?){13,16}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla luctus pellentesque nunc, quis auctor metus porttitor sit amet. In eu ex metus. Aenean felis nibh, maximus sed volutpat id, iaculis eu orci. Donec ut mollis sapien. Cras consequat, turpis non blandit dignissim, ligula lorem dapibus leo, eget varius 4111 1234 1234 1234 libero ligula nec felis. Aenean hendrerit porta velit, ut aliquet lectus efficitur id. Cras molestie bibendum justo sit amet scelerisque. Suspendisse arcu nulla, pulvinar et dolor quis, ultricies sodales leo. Donec sagittis sed nulla nec commodo. Donec rutrum nibh nisl, sit amet pretium odio aliquam at. Integer faucibus, nulla et pellentesque porttitor, lorem ex molestie dolor, et tincidunt ligula mauris a orci. Nunc condimentum condimentum metus. Sed sit amet iaculis tellus. Aliquam vitae dolor nisi. Pellentesque habitant 5111-1234-1234-1234morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed vitae quam urna. Aenean vel consectetur nisi. Duis nec nibh nibh. Nullam id augue id ipsum fermentum hendrerit. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam efficitur augue nec porta varius. Nunc tempus commodo dui vitae pretium. Maecenas ornare ornare velit, sed eleifend lectus aliquam id. Aliquam sed pretium sapien. Integer rutrum fermentum velit, sed tristique metus hendrerit et. Integer pretium augue vel ultricies accumsan. Nunc sapien justo, faucibus sed varius quis, vestibulum eget orci. Curabitur bibendum erat sit amet sollicitudin elementum. Aliquam volutpat augue vel nisl tincidunt sollicitudin. Nam accumsan lobortis odio, ac faucibus ligula tristique ac. In velit lectus, tempor convallis risus convallis, posuere viverra lacus. Morbi non nisl eget nunc dignissim imperdiet. Mauris in venenatis quam, eget congue arcu. Duis maximus metus quis dictum dignissim. Nullam vel felis velit. Suspendisse elit tortor, mattis a diam vitae, semper sodales 37 3111 1234 12345 enim. Pellentesque ullamcorper leo a erat placerat lacinia. Vestibulum ac tellus non magna iaculis aliquam. Phasellus nec libero ac dui fringilla sodales a sit amet sem. Nullam congue urna mauris, sed ullamcorper tortor ultricies vitae. Curabitur tincidunt vitae purus vitae eleifend. Donec id tortor in ligula lacinia porttitor ullamcorper quis massa. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean nec tempor turpis. Ut nec metus porta, euismod lorem6011111111111117nec, tempor lorem. Morbi interdum porta dolor tincidunt pretium. Morbi libero nibh, feugiat nec tincidunt ultricies, condimentum sed nulla. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse congue elit sed metus fermentum malesuada. Phasellus vitae tristique justo. Vivamus ultrices, ligula eu suscipit cursus, tortor turpis congue dui, ut accumsan lorem lorem id ex. Mauris et aliquam massa. Duis posuere tempor elit in dapibus. Phasellus eget vulputate enim.
13-16 digit credit card
2022-06-08T15:30:27.000Z
Matches built-in primitives and identifiers with casing conventionally used for type/constant names.
^(?: ( (?:bool|char|str) |(?:[fiu](?:32|64)) |(?:[iu](?:8|16|128|size)) )|( _*[A-Z][a-zA-Z0-9_]* ) )$
hello world str string String CString bool boolean Boolean isize usize u128 I64 u_32 0i16 uu8 i4 char Char _char _Char character _character T N Type NUM snake_case camelCase PascalCase SCREAMING_SNAKE_CASE _snake_case1 _camelCase2 _PascalCase3 _SCREAMING_SNAKE_CASE4 1snake_case 2camelCase 3PascalCase 4SCREAMING_SNAKE_CASE
Rust type-like ident casing
2023-11-04T19:35:03.000Z
(?P<cdn_node_ip>\S+) - (?P<client_ip>\S+) - - \[(?P<date>\S+)\] "(?P<verb>\w+) (?P<url>\/(?P<delivery_type_code>\S+?)\/(?P<delivery_type>\S+?)\/(?P<bucket_id>\S+?)\/(?P<file_path>.*)) (?P<version>\S+) (?P<referrer_url>\S+)" (?P<status_code>\d+) (?P<content_length>\d+) (?P<bytes_transferred>\d+) (?P<duration>\d+) (?P<cached>-|\d+) "(?P<user_agent>.*?)" "(?P<ep_region_id>\d+) (?P<user_region_id>\d+) (?P<ep_pid>\d+) (?P<user_pid>\d+) (?P<hash_content>\S+)" "("|(?P<download_id>\d+) (?P<origin>\S+) (?P<retries>\d+) (?P<code>\d+) (?P<time>\d+) (?P<p2p>\d+)") (?P<host>\S+) (?P<request_id>\d+) (?P<http_request>\d+) (?P<cache_tier_name>\S+) (?P<layer>[1-9]?[0-9])$
10.95.151.28 - 10.95.151.253 - - [22/Jan/2019:10:41:45.956] "GET /P/0/_53/video_68473.fakevideo HTTP/1.1 -" 404 42 42 4019 - "curl/7.29.0" "1 2 1 2 03" "" b53.1.qacdndev.cdn.hi.inet 3 0 hdd 2
cdnnode access
2019-01-28T10:45:36.000Z
^(?:(?:https?:\/\/)?(?:(?:www|s|i2)\.)?(?:youtu\.?be|ytimg)(?:\.com)?\/)(?:watch\?v=|v\/|yt\/favicon|oembed\?|vi\/)?(?:url=http%3A\/\/www\.youtube\.com\/watch\?v%3D)?([a-zA-Z0-9_-]*).*?$
https://www.youtube.com/watch?v=Gge6Hg2-RVM http://www.youtube.com/watch?v=-wtIMTCHWuI http://www.youtube.com/v/-wtIMTCHWuI?version=3&autohide=1 http://youtu.be/-wtIMTCHWuI http://www.youtube.com/oembed?url=http%3A//www.youtube.com/watch?v%3D-wtIMTCHWuI&format=json http://s.ytimg.com/yt/favicon-wtIMTCHWuI.ico http://i2.ytimg.com/vi/-wtIMTCHWuI/hqdefault.jpg
Youtube Updated 2018 JS
2018-05-09T06:55:34.000Z
Match ESET Mobile Security activation domains for exclusion from DNS logs
^reg0[1-4]\.eset\.com$
reg01.eset.com reg02.eset.com reg03.eset.com reg04.eset.com
ESET Mobile Security activation domains (DNS)
2023-06-13T14:48:16.000Z
(.+?)\n
regex101
2014-12-06T05:11:01.000Z
((?:\d*(?=\,?|\.?))+)(\.\d\d$|\,\d\d$)?
1.500.000,00
Float
2019-03-05T15:25:53.000Z
\"([0-9]+)\"
Length="20"
Find integer in quotes
2015-11-11T14:06:48.000Z
Check if IP is a valid IP. [http://happinesspig.com](http://happinesspig.com)
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
999.999.999.999 255.255.255.255 8.8.8.8
Match IP address with 255.255.255.255
2018-06-08T07:30:11.000Z
([\w\*]+(\s)*?){2,4}\(([^!@#$+%^;]*?)\)\s*{
int test() { int test(int a) { int test(int a, int b){ int test(int a,int b) { _int _test(string * b){ int test (string b) { int test (string b) { int b (int a) { test: int test(); static int main(){ _static _void _itnt * main(){ static timerr iftnst ([A-z_]+\ *){3}(\(.*\)) Copyright (C) Stefan Frings
c functions search
2018-06-21T11:05:46.000Z
Match ESET Advanced Machine Learning servers for exclusion from DNS logs
^augur\.scanners\.eset\.systems|h[1,3,5]\-aidc01\.eset\.com$
h1-aidc01.eset.com h3-aidc01.eset.com h5-aidc01.eset.com augur.scanners.eset.systems
ESET Advanced Machine Learning servers (DNS)
2023-06-12T19:28:14.000Z
[^\w\s]
http://www.youtube.com/watch?v=qsXHcwe3krw http://41.media.tumblr.com/tumblr_lfouy03PMA1qa1rooo1_500.jpg enfp and intj moments https://www.youtube.com/watch?v=iz7lE1g4XM4 sportscenter not top ten plays https://www.youtube.com/watch?v=uCdfze1etec pranks
Strip misc punctuation
2021-02-28T23:54:56.000Z
##examples of valid US phone number inputs *555-555-5555 *(555)555-5555 *(555) 555-5555 *555 555 5555 *5555555555 *1 555 555 5555 ##examples of invalid US phone number inputs *2 (757) 622-7382 *(6054756961) *55555555 *123**&!!asdf# *555-5555 *1 555)555-5555 *(6054756961) *(555-555-5555 *555)-555-5555 *(275)76227382
^(1?)(?:((\s?\(\d{3}\)\s?|\s?\d{3}\s?)\-?\d{3}\s?\-?\d{4}$))
555-555-5555 (555)555-5555 (555) 555-5555 555 555 5555 5555555555 1 555 555 5555 1 (555) 555-5555 2 (757) 622-7382 (6054756961) 55555555 123**&!!asdf# 555-5555 1 555)555-5555 (6054756961) (555-555-5555 555)-555-5555 (275)76227382
RegEx to add any valid US phone number inputs
2021-06-11T03:23:56.000Z
(?:"[^"]+"|'[^']+')|(?<G><\s?(\w+).*\/>)
<div> TESAT ${this.TT1} ${am.map( (item, i) => `<li>${item}</li>${i}`).join('')} <Label width="100px" behaviour="fixed" /> < Label123 width="100px" behaviour="fixed" /> "<Label123 width="100px" behaviour="fixed"/>" </div>
Catch react-like components using JS
2020-02-29T22:09:34.000Z
Let's start(.*[\r\n])*.*my friend\.
How much wood? Who knew! Let's start! ... blah, blah, blah... How much longer? It's joe's place*, isn't it? This is! [the end], my friend. Ok, Let's do some more testing.
All sorts of experiments
2018-12-01T12:29:58.000Z
.*[^# ]#[0-9]{4}
janbery janbery#9713 janbery#971
Check if is Discord name in format name#tag
2020-05-12T16:31:39.000Z
This assumes you are doing import { DOM as R } from 'react'.
createElement\(\s*\'(.*)\'\,\s*
return createElement( 'div', { className: 'sidebar-options' }, createElement( 'div', { className: 'account-options' }, createElement( 'div', null, 'My Account' ), createElement( 'div', null, 'Sign Out' ) ), createElement(TextField, { props: foo }, 'blah'), createElement( 'div', { className: 'room-options' }, createElement( 'div', null, 'Change Duration' ), createElement( 'div', null, 'Make Private' ), createElement( 'div', null, 'Delete Conversation' ) ) );
Replace react createElement with factories for simple dom elements
2016-01-20T21:01:27.000Z
agent extension external agent
^(((((0|27)\d{9})|00\d{11,14}))|(\d{3,4}))$
0820001234 27820001234 0027820001234 1000 100 asdgfda 12345 2785666
C2D: Callee
2015-08-19T15:06:34.000Z
/[123]+(123)*2/ Input: 1,2,3,4,5,6,7,8,9,0,10,11,12,13,14,15,16 Find: 12
[123]+(123)*2
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
Greedy + & * quantifires debug
2015-06-19T12:23:28.000Z
s
xiaoju(\d)
xiaoju121
s
2015-11-10T09:31:20.000Z
desc\s*"(((?!").)*)((?!\n).)*\n{1}task\s*:(((?!\n).)*)do(((?!\nend).)*)\nend
import 'cloud2/cloud2.rb' desc "transfer db from current location to local and new dev" task :fulldbtransfer => [ :dbdown, :dbup, :dbup_live,] $comps_db = ['prube_yalecomps'] $tnew_dbs = [ 'prube_yaletnew_drama_prod', 'prube_yaletnew_summer_cabaret_prod', 'prube_yaletnew_cabaret_prod', 'prube_yaletnew_music_prod', 'prube_yaletnew_rep_prod'] $new_tnew_dbs = [ 'prube_yaletnew_drama', 'prube_yaletnew_summer_cabaret', 'prube_yaletnew_cabaret', 'prube_yaletnew_music', 'prube_yaletnew_rep'] all_erube_dbs = $comps_db + $tnew_dbs desc "Transfer Database, complete with tunnel setup and teardown" task :dbdown do all_erube_dbs.each do |database_name| cloud2_mysqldump do tunnel_host 'cumulus-www-master-pub.rs.lynch2.com' tunnel_user 'www' db_host 'cumulus-db-master.rs.lynch2.com' skip_secure_auth true db_user 'mysql' db_pass 'mysql' db_name " file_prefix 'SOURCE_' ignored_tables ['cache','hits','debug','sessionvars','sessions'] end end end task :dbsandr do dbname = "prube_yalecomps" bucket_prefix = "comps" cloud2_sed do source_file "db-tools/SOURCE_mysqldump_ dest_file "db-tools/CLOUD2_ find_str [ ] replace_str [ ] end dbname = "prube_yaletnew_drama_prod" bucket_prefix = "drame" cloud2_sed do source_file "db-tools/SOURCE_mysqldump_ dest_file "db-tools/CLOUD2_ find_str [ 'prube_yaletnew_drama_prod', ] replace_str [ "prube_yaletnew_drama", ] end dbname = "prube_yaletnew_summer_cabaret_prod" bucket_prefix = "summer-cabaret" cloud2_sed do source_file "db-tools/SOURCE_mysqldump_ dest_file "db-tools/CLOUD2_ find_str [ 'prube_yaletnew_summer_cabaret_prod', ] replace_str [ 'prube_yaletnew_summer_cabaret', ] end dbname = "prube_yaletnew_cabaret_prod" bucket_prefix = "cabaret" cloud2_sed do source_file "db-tools/SOURCE_mysqldump_ dest_file "db-tools/CLOUD2_ find_str [ 'prube_yaletnew_cabaret_prod', ] replace_str [ 'prube_yaletnew_cabaret', ] end dbname = "prube_yaletnew_music_prod" bucket_prefix = "music" cloud2_sed do source_file "db-tools/SOURCE_mysqldump_ dest_file "db-tools/CLOUD2_ find_str [ 'prube_yaletnew_music_prod', ] replace_str [ 'prube_yaletnew_music', ] end dbname = "prube_yaletnew_rep_prod" bucket_prefix = "rep" cloud2_sed do source_file "db-tools/SOURCE_mysqldump_ dest_file "db-tools/CLOUD2_ find_str [ 'prube_yaletnew_rep_prod', ] replace_str [ 'prube_yaletnew_rep', ] end end desc "Send Database to tigard-dev-rds" task :dbup do upload_dbs "reston-dev-rds.aws.lynch2.com" end desc "Send Database to tigard-mail2-rds" task :dbup_live do upload_dbs "reston-live-rds.aws.lynch2.com" end def upload_dbs (dbhost) $comps_db.each do |database_name| cloud2_mysql do db_host dbhost db_user 'mysql' db_pass 'mysql' db_name "mysql" sql_files ["CLOUD2_ end cloud2_mysql do db_host dbhost db_user 'mysql' db_pass 'mysql' db_name " sql_files ["erube_upgrade.sql"] end end $new_tnew_dbs.each do |database_name| cloud2_mysql do db_host dbhost db_user 'mysql' db_pass 'mysql' db_name "mysql" sql_files ["CLOUD2_ end cloud2_mysql do db_host dbhost db_user 'mysql' db_pass 'mysql' db_name " sql_files ["tnew_erube_upgrade.sql"] end end end
Read tasks from a RakeFile
2015-07-15T20:09:26.000Z
(.*\/).*
# Remove file name from path # I just want to keep the directory the file is in ../data/detect_5wk.csv ../data/detect_5wk.nb.html # This means that I will have to do a substitution in R # stringr::str_replace("../data/detect_5wk.csv", "(.*\\/).*", "\\1")
Remove file name from path
2018-11-26T18:32:13.000Z
\/[a-zA-Z0-9]{5}\/((images|scripts|styles).*|(filemanager|index|500|400)\.php|manifest\.appcache|favicon\.ico)
/md089/scripts/load.js /md089/index.php
FileManager
2017-07-03T00:12:07.000Z
(art\.?|artigos?) ([0-9.]{1,7}).{1,20}?(§ ?\d{1,3})?.{1,20}?(CPC|CPP|C[oOÓó]digo de Processo Penal|C[oOÓó]digo de Processo Civil|C[oOÓó]digo Penal|CP(?!C)|CPC|Lei de Execuções Penais|Constituição da República|[0-9]{1,3}.[0-9]{3}(\/[0-9]{2,4})?)
sta os elementos dos autos, em especial o teor das declarações colhidas em sede policial (fls. 03 e 07/08), acolho o posicionamento das partes, reconheço a atipicidade da conduta imputada à demandada e, via de consequência, julgo improcedente a pretensão punitiva estatal, ABSOLVENDO SUMARIAMENTE, como absolvida tenho, a ré Iana da Silva Nogueira da imputação de cometimento do crime previsto no art. 140, §3º, do Código Penal, fundamentando a absolvição no art. 397, III, do Código de Processo Penal. Sem custas, face ao teor da presente decisão. Decorrido o prazo recursal, dê-se baixa e arquive-se. Providencie a Serventia as diligências, anotações e comunicações necessárias. Certifique-se. Publicada em audiência, dou por intimadas as partes presentes. Registre-se. Nada mais havendo, foi a presente encerrada, que lida e achada conforme, vai devidamente assinada, às 20:00 horas. Eu, AJLFF, Secretário, mat. 01/30003, digitei e subscrevi. Nada mais. Esta conforme. Dou fé. 1- Quanto aos arts.21 da LCP e art.147 do C.P. trata-se de procedimento versando sobre infração de menor potencial ofensivo. As vítimas deixaram de praticarrem ato necessário à continuação do feito conforme fls.06, demonstrando evidente desinteresse em seu prosseguimento e, assim, renunciando tacitamente ao direito de representação. Assim, JULGO EXTINTA A PUNIBILIDADE do autor da infração, nos termos do disposto no inciso V do artigo 107 do Código Penal. Sem Custas, na forma do art. 54 da Lei 9.099/95. Dê-se baixa e arquive-se. Em 22 de agosto de 2019, à hora marcada, na sala de audiências do Juízo da 2ª Vara Criminal da Comarca de Itaboraí, realizou-se a audiência, referente ao processo supra, sob a presidência MMª. Juíza de Direito Dra. JULIANA CARDOSO MONTEIRO DE BARROS. Presente a I. Representante do Ministério Público. Feito o pregão de estilo, compareceram os autores do fato, informando que a situação se apaziguou não tendo mais interesse me prosseguir com o feito. Pelo Ministério Público foi dito que desiste da oitiva das demais testemunhas e requer absolvição dos acusados por falta de provas, na forma do artigo 386, VII do CPP. A Defensoria Pública corrobora as alegações finais do MP. Pela MMª. Juíza foi proferida a seguinte SENTENÇA: Trata-se de Ação Penal em que é acusado BRUNO DO AMOR DIVINO DE JESUS e MAIZA DA SILVA GOMES DE JESUS, tendo-lhes sido imputada a prática do delito tipificado no art. 21 da DL 3.688/41. Ao final da instrução criminal, não restaram comprovados os fatos narrados na denúncia. A autoria do delito em tela não é segura. Sobressai a dúvida especialmente se desincumbiu de seu ônus probatório. Compulsando os autos, conclui-se que a pretensão inicial acusatória não merece prosperar pelos motivos elencados. Ante a ausência da prova produzida pela acusação e a manifestação do Ministério Público pela absolvição, deve-se aplicar o brocardo in dubio pro reo, a fim de absolvê-lo da presente imputação. Pelo exposto, JULGO IMPROCEDENTE o pedido contido na denúncia, para absolver os acusados BRUNO DO AMOR DIVINO DE JESUS e MAIZA DA SILVA GOMES DE JESUS, com fulcro no art. 386, VII do Código de Processo Penal. As partes renunciam ao prazo recursal. Publicada em audiência. Intimados os presentes. Transitada em julgado neste ato. Dê-se baixa e arquivem-se. Sem custas. Publicada em audiência. Intimados os presentes.
Leis, artigos e parágrafos
2019-09-03T15:56:34.000Z
(?s)(?<=This is).*?(?=sentence)
This is my first sentence. This is my second sentence.
Find between two strings
2018-08-04T17:36:50.000Z
This regex allows you to access the last 4 charecters in a string and manipulate them however you want
.(?=.{4,}$)
bewibyeiwiyey
Last 4 charecters
2022-01-23T08:53:31.000Z
StackExchangeScraper2
(?<code1><a href="\/questions\/\d+.+?">)(?<code2>.+)(?<code3><\/a)
<!DOCTYPE html> <html> <head> <title>Newest Questions - Page 2 - Electrical Engineering Stack Exchange</title> <link rel="shortcut icon" href="//cdn.sstatic.net/electronics/img/favicon.ico"> <link rel="apple-touch-icon image_src" href="//cdn.sstatic.net/electronics/img/apple-touch-icon.png"> <link rel="search" type="application/opensearchdescription+xml" title="Electrical Engineering Stack Exchange" href="/opensearch.xml"> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script type="text/javascript" src="//cdn.sstatic.net/js/stub.js?v=5d233283ca8d"></script> <link rel="stylesheet" type="text/css" href="//cdn.sstatic.net/electronics/all.css?v=672ddec9ce04"> <script type="text/x-mathjax-config"> MathJax.Hub.Config({"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) }, tex2jax: { inlineMath: [ ["\\$", "\\$"] ], displayMath: [ ["$$","$$"], ["\\[", "\\]"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno" }, TeX: { noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } }, Macros: { href: "{}" } }, messageStyle: "none" }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script> <script type="text/javascript"> StackExchange.ready(function () { StackExchange.realtime.init('sockets.ny.stackexchange.com'); StackExchange.realtime.subscribeToInboxNotifications(); StackExchange.realtime.subscribeToReputationNotifications('135'); }); </script> <script type="text/javascript"> StackExchange.init({"stackAuthUrl":"https://stackauth.com","serverTime":1377686462,"styleCode":true,"enableUserHovercards":true,"site":{"name":"Electrical Engineering Stack Exchange","description":"Q&A for electronics and electrical engineering professionals, students, and enthusiasts","isNoticesTabEnabled":true,"recaptchaPublicKey":"6LdsB7sSAAAAAAzjgEF_Hd8vXv-C42sa_KyofaGR","enableSocialMediaInSharePopup":true},"user":{"fkey":"964caaf8350dc8ae69af722ba29b4a1d","isAnonymous":true}}); StackExchange.using.setCacheBreakers({"js/prettify-full.js":"6c261bebf56a","js/moderator.js":"ed7a8238b2f8","js/full-anon.js":"5f9bf5810297","js/full.js":"027ac5ea264e","js/wmd.js":"cff10cca4fd9","js/third-party/jquery.autocomplete.min.js":"e5f01e97f7c3","js/mobile.js":"82a79dbb7259","js/help.js":"6e6623243cf6","js/tageditor.js":"450c9e8426fc","js/tageditornew.js":"b6c68ad4c7dd","js/inline-tag-editing.js":"8e84e8a137f7","js/revisions.js":"d3e781ee5528","js/review.js":"947758ba83ea","js/tagsuggestions.js":"aa48ef6154df","js/post-validation.js":"bb996020492a","js/explore-qlist.js":"1c5bbd79b562","js/events.js":"27a33f0b2cad"}); StackExchange.using.setCacheBreakers({"js/mathjax-editing.js":"6da1b6cfe19f","js/external-editor.js":"51c0a8d46d29"}); </script> <script type="text/javascript"> StackExchange.using("gps", function() { StackExchange.gps.init(true); }); </script> <script type="text/javascript"> StackExchange.ready(function () { $('#nav-tour').click(function () { StackExchange.using("gps", function() { StackExchange.gps.track("aboutpage.click", { aboutclick_location: "headermain" }, true); }); }); }); </script> </head> <body class="questions-page"> <noscript><div id="noscript-padding"></div></noscript> <div id="notify-container"></div> <div id="overlay-header"></div> <div id="custom-header"></div> <div class="container"> <div id="header" class=headeranon> <div id="portalLink"> <a class="genu" href="http://stackexchange.com" onclick="StackExchange.ready(function(){genuwine.click();});return false;">Stack Exchange</a> </div> <div id="topbar"> <div id="hlinks"> <span id="hlinks-user"></span> <span id="hlinks-nav"> <a href="/users/login?returnurl=%2fquestions%3fpage%3d2%26sort%3dnewest">sign up</a> <span class="lsep">|</span> <a href="/users/login?returnurl=%2fquestions%3fpage%3d2%26sort%3dnewest">log in</a> <span class="lsep">|</span> </span> <span id="hlinks-custom"></span> </div> <div id="hsearch"> <form id="search" action="/search" method="get" autocomplete="off"> <div> <input autocomplete="off" name="q" class="textbox" placeholder="search" tabindex="1" type="text" maxlength="240" size="28" value=""> </div> </form> </div> </div> <br class="cbt"> <div id="hlogo"> <a href="/"> Electrical Engineering </a> </div> <div id="hmenus"> <div class="nav mainnavs mainnavsanon"> <ul> <li class="youarehere"><a id="nav-questions" href="/questions">Questions</a></li> <li><a id="nav-tags" href="/tags">Tags</a></li> <li><a id="nav-tour" href="/about">Tour</a></li> <li><a id="nav-users" href="/users">Users</a></li> </ul> </div> <div class="nav askquestion"> <ul> <li> <a id="nav-askquestion" href="/questions/ask">Ask Question</a> </li> </ul> </div> </div> </div> <div id="content"> <div id="mainbar"> <div class="subheader"> <h1 id="h-all-questions">All Questions</h1> <div id="tabs"> <a class="youarehere" href="/questions?sort=newest" title="the most recently asked questions">newest</a> <a href="/questions?sort=featured" title="questions with open bounties"><span class='bounty-indicator-tab'>3</span>featured</a> <a href="/questions?sort=frequent" title="questions with the most links">frequent</a> <a href="/questions?sort=votes" title="questions with the most votes">votes</a> <a href="/questions?sort=active" title="questions that have recent activity">active</a> <a href="/questions?sort=unanswered" title="questions that have no upvoted answers">unanswered</a> </div> </div> <div id="questions"> <div class="question-summary" id="question-summary-80417"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered"> <strong>2</strong>answers </div> </div> <div class="views " title="65 views"> 65 views </div> </div> <div class="summary"> <h3><a href="/questions/80417/can-i-safely-enclose-battery-powered-electronics-in-an-antistatic-bag-to-protect" class="question-hyperlink">Can I safely enclose battery-powered electronics in an antistatic bag to protect it from static electricity?</a></h3> <div class="excerpt"> I am building an enclosure for a Beaglebone and external circuit that I want to be able to wear, and therefore want to be lightweight and somewhat comfortable. I power the Beaglebone using a battery ... </div> <div class="tags t-shielding t-antistatic t-static"> <a href="/questions/tagged/shielding" class="post-tag" title="show questions tagged 'shielding'" rel="tag">shielding</a> <a href="/questions/tagged/antistatic" class="post-tag" title="show questions tagged 'antistatic'" rel="tag">antistatic</a> <a href="/questions/tagged/static" class="post-tag" title="show questions tagged 'static'" rel="tag">static</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 22:47:03Z" class="relativetime">11 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/19783/mokogobo"><div class=""><img src="https://www.gravatar.com/avatar/045025756373a85e8336c8126ee006c6?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/19783/mokogobo">mokogobo</a><br> <span class="reputation-score" title="reputation score" dir="ltr">31</span><span title="4 bronze badges"><span class="badge3"></span><span class="badgecount">4</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80412"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="22 views"> 22 views </div> </div> <div class="summary"> <h3><a href="/questions/80412/how-to-overwrite-flash-memory-on-stm32l-series" class="question-hyperlink">How to overwrite flash memory on STM32L series</a></h3> <div class="excerpt"> I am trying to write a known pattern (ie 0xFFFFFFFF or 0x00000000) on top of already written flash memory, to invalidate portions of it for a primitive file system. But it doesn't work for me on the ... </div> <div class="tags t-stm32 t-flash"> <a href="/questions/tagged/stm32" class="post-tag" title="show questions tagged 'stm32'" rel="tag">stm32</a> <a href="/questions/tagged/flash" class="post-tag" title="show questions tagged 'flash'" rel="tag">flash</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 22:09:01Z" class="relativetime">12 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/15757/mark-lakata"><div class=""><img src="https://www.gravatar.com/avatar/5fd80d98f96f9adbde7876cbda181715?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/15757/mark-lakata">Mark Lakata</a><br> <span class="reputation-score" title="reputation score" dir="ltr">111</span><span title="2 bronze badges"><span class="badge3"></span><span class="badgecount">2</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80407"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="61 views"> 61 views </div> </div> <div class="summary"> <h3><a href="/questions/80407/about-power-supply-of-opertional-amplifier" class="question-hyperlink">about power supply of opertional amplifier</a></h3> <div class="excerpt"> I am constructing an operational amplifier as shown in the following figure. I use a batter as supplier for the OP Amp and set it up as a non-inverting amp circuit. I saw that the output was clipped ... </div> <div class="tags t-op-amp"> <a href="/questions/tagged/op-amp" class="post-tag" title="show questions tagged 'op-amp'" rel="tag">op-amp</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 21:49:14Z" class="relativetime">12 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/17060/user1285419"><div class=""><img src="https://www.gravatar.com/avatar/08ee68b20a4eceff26f7eee99b708c08?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/17060/user1285419">user1285419</a><br> <span class="reputation-score" title="reputation score" dir="ltr">165</span><span title="5 bronze badges"><span class="badge3"></span><span class="badgecount">5</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80405"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong>answers </div> </div> <div class="views " title="64 views"> 64 views </div> </div> <div class="summary"> <h3><a href="/questions/80405/5v-regulator-power-dissipation" class="question-hyperlink">5V Regulator Power Dissipation</a></h3> <div class="excerpt"> I am using a 5V regulator (LP2950) from ON Semiconductor. I am using this for USB power and I'm feeding in 9V from an adapter. USB requires maximum of 500mA right? So the maximum power dissipation in ... </div> <div class="tags t-voltage-regulator t-surface-mount t-heatsink t-5v t-power-dissipation"> <a href="/questions/tagged/voltage-regulator" class="post-tag" title="show questions tagged 'voltage-regulator'" rel="tag">voltage-regulator</a> <a href="/questions/tagged/surface-mount" class="post-tag" title="show questions tagged 'surface-mount'" rel="tag">surface-mount</a> <a href="/questions/tagged/heatsink" class="post-tag" title="show questions tagged 'heatsink'" rel="tag">heatsink</a> <a href="/questions/tagged/5v" class="post-tag" title="show questions tagged '5v'" rel="tag">5v</a> <a href="/questions/tagged/power-dissipation" class="post-tag" title="show questions tagged 'power-dissipation'" rel="tag">power-dissipation</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 21:39:31Z" class="relativetime">13 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/10082/david-norman"><div class=""><img src="https://www.gravatar.com/avatar/8b073417e471077280b3fc5ff2eaf1f7?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/10082/david-norman">David Norman</a><br> <span class="reputation-score" title="reputation score" dir="ltr">322</span><span title="3 silver badges"><span class="badge2"></span><span class="badgecount">3</span></span><span title="10 bronze badges"><span class="badge3"></span><span class="badgecount">10</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80404"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="44 views"> 44 views </div> </div> <div class="summary"> <h3><a href="/questions/80404/how-to-stop-two-dc-motors-simultaneously-using-limit-switches" class="question-hyperlink">How to stop two DC motors simultaneously using limit switches</a></h3> <div class="excerpt"> I need some help - I'm building a machine but I'm not sure of the best way of doing it. I have three large wire spools. Two empty and one full. The full spool (approx. 500kg) is much larger than the ... </div> <div class="tags t-dc-motor t-switch-mode-power-supply t-servo t-plc t-toggle-switch"> <a href="/questions/tagged/dc-motor" class="post-tag" title="show questions tagged 'dc-motor'" rel="tag">dc-motor</a> <a href="/questions/tagged/switch-mode-power-supply" class="post-tag" title="show questions tagged 'switch-mode-power-supply'" rel="tag">switch-mode-power-supply</a> <a href="/questions/tagged/servo" class="post-tag" title="show questions tagged 'servo'" rel="tag">servo</a> <a href="/questions/tagged/plc" class="post-tag" title="show questions tagged 'plc'" rel="tag">plc</a> <a href="/questions/tagged/toggle-switch" class="post-tag" title="show questions tagged 'toggle-switch'" rel="tag">toggle-switch</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 21:29:47Z" class="relativetime">13 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/28090/golden-bucky"><div class=""><img src="https://www.gravatar.com/avatar/0d00cc71566104e18dc131bc7f5b4cf1?s=32&d=identicon&r=PG&f=1" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/28090/golden-bucky">Golden Bucky</a><br> <span class="reputation-score" title="reputation score" dir="ltr">1</span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80396"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="58 views"> 58 views </div> </div> <div class="summary"> <h3><a href="/questions/80396/logic-level-translator-caveats" class="question-hyperlink">Logic Level Translator caveats</a></h3> <div class="excerpt"> I have a device that runs on 2.5Vcmos logic levels, there are about a half dozen ic's with a mixture of parallel and serial (TWI and I2C) signal lines. Rather than placing my own uC on the board I'd ... </div> <div class="tags t-level-translation"> <a href="/questions/tagged/level-translation" class="post-tag" title="show questions tagged 'level-translation'" rel="tag">level-translation</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 20:45:03Z" class="relativetime">13 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/1729/crasic"><div class=""><img src="https://www.gravatar.com/avatar/61084e40f265986dd41136b4f3dc028f?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/1729/crasic">crasic</a><br> <span class="reputation-score" title="reputation score" dir="ltr">643</span><span title="2 silver badges"><span class="badge2"></span><span class="badgecount">2</span></span><span title="8 bronze badges"><span class="badge3"></span><span class="badgecount">8</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80393"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="57 views"> 57 views </div> </div> <div class="summary"> <h3><a href="/questions/80393/microcontroller-newbe-here-led-color-pattern-controller-for-arcade-machine" class="question-hyperlink">Microcontroller Newbe here. LED color pattern controller for arcade machine [on hold]</a></h3> <div class="excerpt"> I am building an arcade machine and I want to make a cool led light display for the marquee. You can see pictures of what I'm talking about here. I want to light up each one of those holes with ... </div> <div class="tags t-microcontroller t-led"> <a href="/questions/tagged/microcontroller" class="post-tag" title="show questions tagged 'microcontroller'" rel="tag">microcontroller</a> <a href="/questions/tagged/led" class="post-tag" title="show questions tagged 'led'" rel="tag">led</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 20:34:56Z" class="relativetime">14 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/28086/doug-steinberg"><div class=""><img src="https://www.gravatar.com/avatar/f8a5cf563e719e934263883978ab80f1?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/28086/doug-steinberg">Doug Steinberg</a><br> <span class="reputation-score" title="reputation score" dir="ltr">6</span><span title="1 bronze badge"><span class="badge3"></span><span class="badgecount">1</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80385"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered"> <strong>2</strong>answers </div> </div> <div class="views " title="69 views"> 69 views </div> </div> <div class="summary"> <h3><a href="/questions/80385/how-to-scale-dynamic-range-voltage-to-1-5-volt" class="question-hyperlink">how to scale dynamic range voltage to 1-5 volt</a></h3> <div class="excerpt"> how can i make circuit that scale input voltage that have dynamic range to 1-5 volt output? the circuit will have Vref+ and Vref- as maximum and minimum for Vinput and then scale to 1-5 volt output ... </div> <div class="tags t-voltage t-amplifier"> <a href="/questions/tagged/voltage" class="post-tag" title="show questions tagged 'voltage'" rel="tag">voltage</a> <a href="/questions/tagged/amplifier" class="post-tag" title="show questions tagged 'amplifier'" rel="tag">amplifier</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 19:30:33Z" class="relativetime">15 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/28084/user28084"><div class=""><img src="https://www.gravatar.com/avatar/2cacd24f99b2bcbd8236d1ce8c3c559f?s=32&d=identicon&r=PG&f=1" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/28084/user28084">user28084</a><br> <span class="reputation-score" title="reputation score" dir="ltr">9</span><span title="2 bronze badges"><span class="badge3"></span><span class="badgecount">2</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80383"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong>answer </div> </div> <div class="views " title="38 views"> 38 views </div> </div> <div class="summary"> <h3><a href="/questions/80383/is-it-the-frequency-that-determines-the-current-in-a-lc-tank-parallel-circuit" class="question-hyperlink">Is it the frequency that determines the current in a LC Tank Parallel Circuit?</a></h3> <div class="excerpt"> Jump a head to the question if you aren't interested in the background of my project Background of my project I want to create objects of metal. So I need to be able to cast a metal. Aluminium seems ... </div> <div class="tags t-current t-frequency t-solenoid t-induction t-rlc"> <a href="/questions/tagged/current" class="post-tag" title="show questions tagged 'current'" rel="tag">current</a> <a href="/questions/tagged/frequency" class="post-tag" title="show questions tagged 'frequency'" rel="tag">frequency</a> <a href="/questions/tagged/solenoid" class="post-tag" title="show questions tagged 'solenoid'" rel="tag">solenoid</a> <a href="/questions/tagged/induction" class="post-tag" title="show questions tagged 'induction'" rel="tag">induction</a> <a href="/questions/tagged/rlc" class="post-tag" title="show questions tagged 'rlc'" rel="tag">rlc</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 19:29:24Z" class="relativetime">15 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/26135/mike-de-klerk"><div class=""><img src="https://www.gravatar.com/avatar/7c2d61f7fedb644912d1cef5ed0b250a?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/26135/mike-de-klerk">Mike de Klerk</a><br> <span class="reputation-score" title="reputation score" dir="ltr">183</span><span title="6 bronze badges"><span class="badge3"></span><span class="badgecount">6</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80378"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong>answers </div> </div> <div class="views " title="54 views"> 54 views </div> </div> <div class="summary"> <h3><a href="/questions/80378/replacing-resistors-with-equivalent-resistor" class="question-hyperlink">Replacing resistors with equivalent resistor</a></h3> <div class="excerpt"> This is somewhat a homework assignment, but please bear with me. Given the following schematic, I want to know the overall resistance when measured from node A to node B. simulate this circuit ... </div> <div class="tags t-resistors t-resistance t-circuit-analysis"> <a href="/questions/tagged/resistors" class="post-tag" title="show questions tagged 'resistors'" rel="tag">resistors</a> <a href="/questions/tagged/resistance" class="post-tag" title="show questions tagged 'resistance'" rel="tag">resistance</a> <a href="/questions/tagged/circuit-analysis" class="post-tag" title="show questions tagged 'circuit-analysis'" rel="tag">circuit-analysis</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 19:07:14Z" class="relativetime">15 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/9913/nijansen"><div class=""><img src="https://www.gravatar.com/avatar/8250825c174a99613ffeec2ccc085bcf?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/9913/nijansen">nijansen</a><br> <span class="reputation-score" title="reputation score" dir="ltr">174</span><span title="8 bronze badges"><span class="badge3"></span><span class="badgecount">8</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80371"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>2</strong>answers </div> </div> <div class="views " title="32 views"> 32 views </div> </div> <div class="summary"> <h3><a href="/questions/80371/saturation-current-in-inductor-definition" class="question-hyperlink">Saturation current in inductor - Definition?</a></h3> <div class="excerpt"> Can somebody explain me what actually is a saturation current of an inductor. You may consider one inductor too and explain the things. This is very much confusing for me. Somebody give me a clear cut ... </div> <div class="tags t-inductor"> <a href="/questions/tagged/inductor" class="post-tag" title="show questions tagged 'inductor'" rel="tag">inductor</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 18:38:03Z" class="relativetime">16 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/20352/durgaprasad"><div class="gravatar-wrapper-32"><img src="http://i.stack.imgur.com/iQDud.jpg?s=32&g=1" alt=""></div></a> </div> <div class="user-details"> <a href="/users/20352/durgaprasad">Durgaprasad</a><br> <span class="reputation-score" title="reputation score" dir="ltr">339</span><span title="9 bronze badges"><span class="badge3"></span><span class="badgecount">9</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80370"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>2</strong>answers </div> </div> <div class="views " title="85 views"> 85 views </div> </div> <div class="summary"> <h3><a href="/questions/80370/is-it-possible-for-batteries-to-give-a-false-reading-of-being-charged-with-a-mul" class="question-hyperlink">Is it possible for batteries to give a false reading of being charged with a multimeter?</a></h3> <div class="excerpt"> I bought a Stanley SL5W09L spotlight about four years ago and it has performed wonderfully ever since. Recently however it has stopped working. I can plug it in, and the charge light will come on ... </div> <div class="tags t-batteries"> <a href="/questions/tagged/batteries" class="post-tag" title="show questions tagged 'batteries'" rel="tag">batteries</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 18:36:29Z" class="relativetime">16 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/24413/steve-french"><div class=""><img src="https://www.gravatar.com/avatar/ef46e9c26326bd9d82479c7daf4155a3?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/24413/steve-french">Steve French</a><br> <span class="reputation-score" title="reputation score" dir="ltr">119</span><span title="1 bronze badge"><span class="badge3"></span><span class="badgecount">1</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80366"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="37 views"> 37 views </div> </div> <div class="summary"> <h3><a href="/questions/80366/arduino-accessing-extra-analog-pins-on-32-pin-smt-package" class="question-hyperlink">Arduino - accessing extra analog pins on 32-pin SMT package</a></h3> <div class="excerpt"> I've got a 32-pin ATMega328 on a breadboard. I have its analog pin #6 as an input pin from another IC on my board. The IC sends data to this analog pin. Now, the ATMega328 DIP package (used on the ... </div> <div class="tags t-arduino"> <a href="/questions/tagged/arduino" class="post-tag" title="show questions tagged 'arduino'" rel="tag">arduino</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 18:07:58Z" class="relativetime">16 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/17082/ryan-tuck"><div class=""><img src="https://www.gravatar.com/avatar/57bb887b039eb0ca9f976210fe821a2a?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/17082/ryan-tuck">Ryan Tuck</a><br> <span class="reputation-score" title="reputation score" dir="ltr">114</span><span title="5 bronze badges"><span class="badge3"></span><span class="badgecount">5</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80365"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>6</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong>answers </div> </div> <div class="views " title="88 views"> 88 views </div> </div> <div class="summary"> <h3><a href="/questions/80365/capacitor-inrush-current" class="question-hyperlink">Capacitor Inrush Current</a></h3> <div class="excerpt"> I have to filter a power control circuit and as usual I am using lots of capacitors in parallel. Some of these capacitors are Tantalum or Aluminium Polymer types, with ripple current ratings of 3 amps ... </div> <div class="tags t-capacitor t-inrush-current"> <a href="/questions/tagged/capacitor" class="post-tag" title="show questions tagged 'capacitor'" rel="tag">capacitor</a> <a href="/questions/tagged/inrush-current" class="post-tag" title="show questions tagged 'inrush-current'" rel="tag">inrush-current</a> </div> <div class="started fr"> <div class="user-info user-hover"> <div class="user-action-time"> asked <span title="2013-08-27 18:04:39Z" class="relativetime">16 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/15955/mfeinstein"><div class=""><img src="https://www.gravatar.com/avatar/86b9f964b2a1d7cc66a78a6199801f71?s=32&d=identicon&r=PG" alt="" width="32" height="32"></div></a> </div> <div class="user-details"> <a href="/users/15955/mfeinstein">mFeinstein</a><br> <span class="reputation-score" title="reputation score" dir="ltr">1,006</span><span title="11 bronze badges"><span class="badge3"></span><span class="badgecount">11</span></span> </div> </div> </div> </div> </div> <div class="question-summary" id="question-summary-80360"> <div class="statscontainer"> <div class="statsarrow"></div> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post "><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered"> <strong>1</strong>answer </div> </div> <div class="views " title="28 views"> 28 views </div> </div> <div class="summary"> <h3><a href="/questions/80360/designing-adc-driver-circuit-using-ltc6406" class="question-hyperlink">Designing ADC driver circuit using LTC6406</a></h3> <div class="excerpt"> I am designing the front end(single ended to differential) for the ADC using LTC6406 to interface with the 20MSPS ADC. My input frequency is 140 MHz. Simulation Sch is shown below: L1, L2 and C1 are ... </div> <div class="tags t-circuit t-adc"> <a href="/questions/tagged/circuit" class="post-tag" title="show questions tagged 'circuit'" rel="tag">circuit</a> <a href="/questions/tagged/adc" class="post-tag" title="show questions tagged 'adc'" rel="tag">adc</a> </div> <div class="started fr"> <div class="user-info "> <div class="user-action-time"> asked <span title="2013-08-27 17:36:42Z" class="relativetime">17 hours ago</span> </div> <div class="user-gravatar32"> <a href="/users/25017/anand-kumar-rai"><div class="gravatar-wrapper-32"><img src="http://i.stack.imgur.com/v6adE.jpg?s=32&g=1" alt=""></div></a> </div> <div class="user-details"> <a href="/users/25017/anand-kumar-rai">Anand Kumar Rai</a><br> <span class="reputation-score" title="reputation score" dir="ltr">183</span><span title="1 silver badge"><span class="badge2"></span><span class="badgecount">1</span></span><span title="10 bronze badges"><span class="badge3"></span><span class="badgecount">10</span></span> </div> </div> </div> </div> </div> </div> <br class="cbt"> <div class="page-sizer fr"> <a href="/questions?pagesize=15&amp;sort=newest" title="show 15 items per page" class="page-numbers current">15</a> <a href="/questions?pagesize=30&amp;sort=newest" title="show 30 items per page" class="page-numbers ">30</a> <a href="/questions?pagesize=50&amp;sort=newest" title="show 50 items per page" class="page-numbers ">50</a> <span class="page-numbers desc">per page</span> </div> <div class="pager fl" > <a href="/questions?page=1&amp;sort=newest" title="go to page 1" rel="prev"><span class="page-numbers prev">prev </span></a> <a href="/questions?page=1&amp;sort=newest" title="go to page 1"><span class="page-numbers">1</span></a> <span class="page-numbers current">2</span> <a href="/questions?page=3&amp;sort=newest" title="go to page 3"><span class="page-numbers">3</span></a> <a href="/questions?page=4&amp;sort=newest" title="go to page 4"><span class="page-numbers">4</span></a> <a href="/questions?page=5&amp;sort=newest" title="go to page 5"><span class="page-numbers">5</span></a> <span class="page-numbers dots">&hellip;</span> <a href="/questions?page=1340&amp;sort=newest" title="go to page 1340"><span class="page-numbers">1340</span></a> <a href="/questions?page=3&amp;sort=newest" title="go to page 3" rel="next"><span class="page-numbers next"> next</span></a> </div> </div> <div id="sidebar"> <div class="module" id="questions-count"> <div class="summarycount al">20,098</div> <p>questions</p> </div> <div class="module" id="related-tags"> <h4 id="h-related-tags">Related Tags</h4> <a href="/questions/tagged/arduino" class="post-tag" title="show questions tagged 'arduino'" rel="tag">arduino</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">2030</span></span><br> <a href="/questions/tagged/microcontroller" class="post-tag" title="show questions tagged 'microcontroller'" rel="tag">microcontroller</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">1432</span></span><br> <a href="/questions/tagged/power-supply" class="post-tag" title="show questions tagged 'power-supply'" rel="tag">power-supply</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">899</span></span><br> <a href="/questions/tagged/led" class="post-tag" title="show questions tagged 'led'" rel="tag">led</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">789</span></span><br> <a href="/questions/tagged/pic" class="post-tag" title="show questions tagged 'pic'" rel="tag">pic</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">735</span></span><br> <a href="/questions/tagged/power" class="post-tag" title="show questions tagged 'power'" rel="tag">power</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">730</span></span><br> <a href="/questions/tagged/voltage" class="post-tag" title="show questions tagged 'voltage'" rel="tag">voltage</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">608</span></span><br> <a href="/questions/tagged/batteries" class="post-tag" title="show questions tagged 'batteries'" rel="tag">batteries</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">593</span></span><br> <a href="/questions/tagged/transistors" class="post-tag" title="show questions tagged 'transistors'" rel="tag">transistors</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">577</span></span><br> <a href="/questions/tagged/pcb" class="post-tag" title="show questions tagged 'pcb'" rel="tag">pcb</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">570</span></span><br> <a href="/questions/tagged/capacitor" class="post-tag" title="show questions tagged 'capacitor'" rel="tag">capacitor</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">564</span></span><br> <a href="/questions/tagged/usb" class="post-tag" title="show questions tagged 'usb'" rel="tag">usb</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">538</span></span><br> <a href="/questions/tagged/digital-logic" class="post-tag" title="show questions tagged 'digital-logic'" rel="tag">digital-logic</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">522</span></span><br> <a href="/questions/tagged/sensor" class="post-tag" title="show questions tagged 'sensor'" rel="tag">sensor</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">500</span></span><br> <a href="/questions/tagged/avr" class="post-tag" title="show questions tagged 'avr'" rel="tag">avr</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">493</span></span><br> <a href="/questions/tagged/op-amp" class="post-tag" title="show questions tagged 'op-amp'" rel="tag">op-amp</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">447</span></span><br> <a href="/questions/tagged/current" class="post-tag" title="show questions tagged 'current'" rel="tag">current</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">436</span></span><br> <a href="/questions/tagged/fpga" class="post-tag" title="show questions tagged 'fpga'" rel="tag">fpga</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">431</span></span><br> <a href="/questions/tagged/circuit" class="post-tag" title="show questions tagged 'circuit'" rel="tag">circuit</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">423</span></span><br> <a href="/questions/tagged/resistors" class="post-tag" title="show questions tagged 'resistors'" rel="tag">resistors</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">394</span></span><br> <a href="/questions/tagged/audio" class="post-tag" title="show questions tagged 'audio'" rel="tag">audio</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">394</span></span><br> <a href="/questions/tagged/motor" class="post-tag" title="show questions tagged 'motor'" rel="tag">motor</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">384</span></span><br> <a href="/questions/tagged/voltage-regulator" class="post-tag" title="show questions tagged 'voltage-regulator'" rel="tag">voltage-regulator</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">377</span></span><br> <a href="/questions/tagged/mosfet" class="post-tag" title="show questions tagged 'mosfet'" rel="tag">mosfet</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">374</span></span><br> <a href="/questions/tagged/switches" class="post-tag" title="show questions tagged 'switches'" rel="tag">switches</a>&nbsp;<span class="item-multiplier"><span class="item-multiplier-x">&times;</span>&nbsp;<span class="item-multiplier-count">344</span></span><br> </div> </div> </div> </div> <div id="footer" class="categories"> <div class="footerwrap"> <div id="footer-menu"> <div class="top-footer-links"> <a href="/about">about</a> <a href="/help">help</a> <a href="/help/badges">badges</a> <a href="http://blog.stackexchange.com?blb=1">blog</a> <a href="http://chat.stackexchange.com">chat</a> <a href="http://data.stackexchange.com">data</a> <a href="http://stackexchange.com/legal">legal</a> <a href="http://stackexchange.com/legal/privacy-policy">privacy policy</a> <a href="http://stackexchange.com/about/hiring">jobs</a> <a href="http://stackexchange.com/about/contact">advertising info</a> <a onclick='StackExchange.switchMobile("on", "/questions?page=2&amp;sort=newest")'>mobile</a> <b><a href="/contact">contact us</a></b> <b><a href="http://meta.electronics.stackexchange.com">feedback</a></b> </div> <div id="footer-sites"> <table> <tr> <th colspan=3> Technology </th> <th > Life / Arts </th> <th > Culture / Recreation </th> <th > Science </th> <th > Other </th> </tr> <tr> <td> <ol> <li><a href="http://stackoverflow.com" title="professional and enthusiast programmers">Stack Overflow</a></li> <li><a href="http://serverfault.com" title="professional system and network administrators">Server Fault</a></li> <li><a href="http://superuser.com" title="computer enthusiasts and power users">Super User</a></li> <li><a href="http://webapps.stackexchange.com" title="power users of web applications">Web Applications</a></li> <li><a href="http://askubuntu.com" title="Ubuntu users and developers">Ask Ubuntu</a></li> <li><a href="http://webmasters.stackexchange.com" title="pro webmasters">Webmasters</a></li> <li><a href="http://gamedev.stackexchange.com" title="professional and independent game developers">Game Development</a></li> <li><a href="http://tex.stackexchange.com" title="users of TeX, LaTeX, ConTeXt, and related typesetting systems">TeX - LaTeX</a></li> </ol></td><td><ol> <li><a href="http://programmers.stackexchange.com" title="professional programmers interested in conceptual questions about software development">Programmers</a></li> <li><a href="http://unix.stackexchange.com" title="users of Linux, FreeBSD and other Un*x-like operating systems.">Unix &amp; Linux</a></li> <li><a href="http://apple.stackexchange.com" title="power users of Apple hardware and software">Ask Different (Apple)</a></li> <li><a href="http://wordpress.stackexchange.com" title="WordPress developers and administrators">WordPress Answers</a></li> <li><a href="http://gis.stackexchange.com" title="cartographers, geographers and GIS professionals">Geographic Information Systems</a></li> <li><a href="http://electronics.stackexchange.com" title="electronics and electrical engineering professionals, students, and enthusiasts">Electrical Engineering</a></li> <li><a href="http://android.stackexchange.com" title="enthusiasts and power users of the Android operating system">Android Enthusiasts</a></li> <li><a href="http://security.stackexchange.com" title="IT security professionals">IT Security</a></li> </ol></td><td><ol> <li><a href="http://dba.stackexchange.com" title="database professionals who wish to improve their database skills and learn from others in the community">Database Administrators</a></li> <li><a href="http://drupal.stackexchange.com" title="Drupal developers and administrators">Drupal Answers</a></li> <li><a href="http://sharepoint.stackexchange.com" title="SharePoint enthusiasts">SharePoint</a></li> <li><a href="http://ux.stackexchange.com" title="user experience researchers and experts">User Experience</a></li> <li><a href="http://mathematica.stackexchange.com" title="users of Mathematica">Mathematica</a></li> <li> <a href="http://stackexchange.com/sites#technology" class="more"> more (13) </a> </li> </ol> </td> <td> <ol> <li><a href="http://photo.stackexchange.com" title="professional, enthusiast and amateur photographers">Photography</a></li> <li><a href="http://scifi.stackexchange.com" title="science fiction and fantasy enthusiasts">Science Fiction &amp; Fantasy</a></li> <li><a href="http://cooking.stackexchange.com" title="professional and amateur chefs">Seasoned Advice (cooking)</a></li> <li><a href="http://diy.stackexchange.com" title="contractors and serious DIYers">Home Improvement</a></li> <li> <a href="http://stackexchange.com/sites#lifearts" class="more"> more (13) </a> </li> </ol> </td> <td> <ol> <li><a href="http://english.stackexchange.com" title="linguists, etymologists, and serious English language enthusiasts">English Language &amp; Usage</a></li> <li><a href="http://skeptics.stackexchange.com" title="scientific skepticism">Skeptics</a></li> <li><a href="http://judaism.stackexchange.com" title="those who base their lives on Jewish law and tradition and anyone interested in learning more">Mi Yodeya (Judaism)</a></li> <li><a href="http://travel.stackexchange.com" title="road warriors and seasoned travelers">Travel</a></li> <li><a href="http://christianity.stackexchange.com" title="committed Christians, experts in Christianity and those interested in learning more">Christianity</a></li> <li><a href="http://gaming.stackexchange.com" title="passionate videogamers on all platforms">Arqade (gaming)</a></li> <li><a href="http://bicycles.stackexchange.com" title="people who build and repair bicycles, people who train cycling, or commute on bicycles">Bicycles</a></li> <li><a href="http://rpg.stackexchange.com" title="gamemasters and players of tabletop, paper-and-pencil role-playing games">Role-playing Games</a></li> <li> <a href="http://stackexchange.com/sites#culturerecreation" class="more"> more (21) </a> </li> </ol> </td> <td> <ol> <li><a href="http://math.stackexchange.com" title="people studying math at any level and professionals in related fields">Mathematics</a></li> <li><a href="http://stats.stackexchange.com" title="statisticians, data analysts, data miners and data visualization experts">Cross Validated (stats)</a></li> <li><a href="http://cstheory.stackexchange.com" title="theoretical computer scientists and researchers in related fields">Theoretical Computer Science</a></li> <li><a href="http://physics.stackexchange.com" title="active researchers, academics and students of physics">Physics</a></li> <li><a href="http://mathoverflow.net" title="professional mathematicians">MathOverflow</a></li> <li> <a href="http://stackexchange.com/sites#science" class="more"> more (7) </a> </li> </ol> </td> <td> <ol> <li><a href="http://stackapps.com" title="apps, scripts, and development with the Stack Exchange API">Stack Apps</a></li> <li><a href="http://meta.stackoverflow.com" title="meta-discussion of the Stack Exchange family of Q&amp;A websites">Meta Stack Overflow</a></li> <li><a href="http://area51.stackexchange.com" title="proposing new sites in the Stack Exchange network">Area 51</a></li> <li><a href="http://careers.stackoverflow.com">Stack Overflow Careers</a></li> </ol> </td> </tr> </table> </div> </div> <div id="copyright"> site design / logo &copy; 2013 stack exchange inc; user contributions licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">cc-wiki</a> with <a href="http://blog.stackoverflow.com/2009/06/attribution-required/" rel="license">attribution required</a> </div> <div id="footer-flair"> <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="cc-wiki-link"></a> </div> <div id="svnrev"> rev 2013.8.28.977 </div> </div> </div> <noscript> <div id="noscript-warning">Electrical Engineering Stack Exchange works best with JavaScript enabled<img src="http://pixel.quantserve.com/pixel/p-c1rF4kxgLUzNc.gif" alt="" class="dno"></div> </noscript> <script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-5620270-24']); _gaq.push(['_setDomainName','.stackexchange.com']); _gaq.push(['_trackPageview']); var _qevents = _qevents || []; (function () { var ssl='https:'==document.location.protocol, s=document.getElementsByTagName('script')[0], ga=document.createElement('script'); ga.type='text/javascript'; ga.async=true; ga.src=(ssl?'https://ssl':'http://www')+'.google-analytics.com/ga.js'; s.parentNode.insertBefore(ga,s); var sc=document.createElement('script'); sc.type='text/javascript'; sc.async=true; sc.src=(ssl?'https://secure':'http://edge')+'.quantserve.com/quant.js'; s.parentNode.insertBefore(sc,s); })(); _qevents.push({ qacct: "p-c1rF4kxgLUzNc" }); </script> </body> </html>
StackExchangeScraper2
2017-09-08T10:59:15.000Z
(?P<master>([a-zA-Z0-9_]*\.|))Sequence\((\s*|)((!?(?P=master))([a-zA-Z0-9_]*)\(([a-zA-Z0-9_\(\)\,=>\{\}\s]*)\)(\,\s*|\,\n|\,|()))*(\n|)\)\;
this.Sequence(this.Delay(1)); this.Sequence(this.Delay(1),this.Delay(1)); other.Sequence(this.Delay(1)); other.Sequence(this.Delay(1)); other.Sequence(other.Delay(1)); this.Sequence(other.Delay(1)); Sequence( this.Delay(1) ); Sequence( this.Delay(1), this.Delay(1), this.Value(1, 0, 1, (v)=>{}), this.Value(1,0,1, delegate(v){}), ); //coment a = 1; this.GetPosition();
Sequanse correct checker
2018-12-14T20:05:20.000Z
\s|\w+|[();,]|[=<>|&%+-]{1,2}
name<< 1; name= 1; write(var); write(1+2); read();
Java Regex
2017-12-28T11:45:04.000Z
(([a-zA-Z]){3})-(\d{3})(?=...)
ACC-101 (LTI - test)
LTI Course Mask RegEx
2015-08-24T18:23:33.000Z
Finda a domain or a url, with ot without a port in a string. Includes http and https
(?:http(?:s?)://)?(?:[\w]+\.)+[a-zA-Z]+(?::\d{1,5})?
hi 127.0.0.1 a20.20.20.21 s210.s2121.212. 3210.232. 200.200.500.23 200.200.200 www.google.com:2020 look at http://www.google.com:8080, please google.com http://www.google.com https://google.com https://www.google.com https://www.google.com:12345
domain/url
2016-02-28T14:51:06.000Z
Twig Translation Regex
{%\strans\s+%}\s(.*?)\s+{%\sendtrans\s%}
{{ param1 | trans }} {% trans %} businesshours.others.until {% endtrans %} {{ param2 | trans }}: {{ business_hours_params.businessHoursParam3 }} – {{ business_hours_params.businessHoursParam4 }} {% trans %} businesshours.posttext {% endtrans %}<br>
Twig Translation Regex
2022-07-05T12:47:48.000Z
^(MAS|VIS| CRE)\d\{11}
MAS123456789
MASSA$%^&*)(*
2015-09-07T03:56:52.000Z
(([A-Za-z0-9]+\w*[\.\-]?){1,}+\w*@([A-Za-z0-9]+\.){1,2}[A-z]{2,3})
Outbound","1F280088DCA6184493AB7BDEE13D21022DD048CF@HOR-P1-MBX4.visanet.corp","RES:_Grupo_Especial_para_Quem_é_Especial","[email protected]","[email protected]",2015-05-27 12:54:26,65636,2015-05-27 12:54:26,"Nenhum","Cabeçalho adicionado",",2,"Êxito mail1.prestadorcbmp.com.br
Check_Email
2015-06-05T20:24:11.000Z
[^A-Za-z0-9]+
B0b-
match non-alphanumeric in string
2015-12-11T18:48:17.000Z
abc*
abasdlkqeqwnvzmawdnoijqpriweqabcccqwejlab
Star-Quantifier
2020-12-23T11:32:51.000Z