description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
offen kundig gut | open knowledge ist offen kundig gut | open_knowledge | 2015-08-20T07:02:13.000Z |
|
^(§§[0-9]+f{1,2}\.|§[0-9]+)Abs\.[0-9]+(Z[0-9]+|lit[a-z])(sublit[ivx]+)?[A-Z][A-Za-z]*$ | §16Abs.1litaStVO
§§79f.Abs.1Z1GTG
§§79ff.Abs.1Z1GTG
§16Abs.1litasublitiiFBG | FMOD UE2 Aufgabe 3 | 2020-06-08T15:33:07.000Z |
|
Regex expression for comparing decimal numbers with the usual comparison operators such as < (less than), <= (less than or equal to), > (greater than), >= (greater than or equal to), != (not equal to), == (equal to), ...
The regex also allows filtering of data from e.g. a database, whereby the first value is not needed, e.g. [FIELD] < 100 | ^\d*\s*[!<>=](?>\=)?\s*\d+$|^\d*\s*<>\d+ | >100
<100
>=100
<=100
=100
!=100
==100
> 100
> 100
!= 100
== 100
100
===100
<<100
=<100
<>100
100 != 100
100 == 100
100 < 99
100 > 99 | Comparison of decimals with operators such as <, >, !=, ==, <> | 2021-03-13T14:23:54.000Z |
Spamlord assignment: this regex detects email addresses in text. | (\w+)(?:(?:@)|(?:\s+[Aa][Tt]\s+))(.+)(?:(?:\.edu)|(?:\s+[dD][oO][Tt]\s+edu)) | ashishg e [email protected]
ashishg e [email protected]
ashishg p 650-723-1614
ashishg p 650-723-4173
ashishg p 650-814-1478
balaji e [email protected]
bgirod p 650-723-4539
bgirod p 650-724-3648
bgirod p 650-724-6354
cheriton e [email protected]
cheriton e [email protected]
cheriton p 650-723-1131
cheriton p 650-725-3726
dabo e [email protected]
dabo p 650-725-3897
dabo p 650-725-4671
dlwh e [email protected]
engler e [email protected]
engler e [email protected]
eroberts e [email protected]
eroberts p 650-723-3642
eroberts p 650-723-6092
fedkiw e [email protected]
hager e [email protected]
hager p 410-516-5521
hager p 410-516-5553
hager p 410-516-8000
hanrahan e [email protected]
hanrahan p 650-723-0033
hanrahan p 650-723-8530
horowitz p 650-725-3707
horowitz p 650-725-6949
jks e [email protected]
jurafsky e [email protected]
jurafsky p 650-723-5666
kosecka e [email protected]
kosecka p 703-993-1710
kosecka p 703-993-1876
kunle e [email protected]
kunle e [email protected]
kunle p 650-723-1430
kunle p 650-725-3713
kunle p 650-725-6949
lam e [email protected]
lam p 650-725-3714
lam p 650-725-6949
latombe e [email protected]
latombe e [email protected]
latombe e [email protected]
latombe p 650-721-6625
latombe p 650-723-0350
latombe p 650-723-4137
latombe p 650-725-1449
levoy e [email protected]
levoy e [email protected]
levoy p 650-723-0033
levoy p 650-724-6865
levoy p 650-725-3724
levoy p 650-725-4089
manning e [email protected]
manning e [email protected]
manning p 650-723-7683
manning p 650-725-1449
manning p 650-725-3358
nass e [email protected]
nass p 650-723-5499
nass p 650-725-2472
nick e [email protected]
nick p 650-725-4727
ok p 650-723-9753
ok p 650-725-1449
ouster e [email protected]
ouster e [email protected]
pal e [email protected]
pal p 650-725-9046
psyoung e [email protected]
rajeev p 650-723-4377
rajeev p 650-723-6045
rajeev p 650-725-4671
rinard e [email protected]
rinard p 617-253-1221
rinard p 617-258-6922
serafim e [email protected]
serafim p 650-723-3334
serafim p 650-725-1449
shoham e [email protected]
shoham p 650-723-3432
shoham p 650-725-1449
subh e [email protected]
subh e [email protected]
subh p 650-724-1915
subh p 650-725-3726
subh p 650-725-6949
thm e [email protected]
thm p 650-725-3383
thm p 650-725-3636
thm p 650-725-3938
tim p 650-724-9147
tim p 650-725-2340
tim p 650-725-4671
ullman e [email protected]
ullman e [email protected]
ullman p 650-494-8016
ullman p 650-725-2588
ullman p 650-725-4802
vladlen e [email protected]
widom e [email protected]
widom e [email protected]
widom p 650-723-0872
widom p 650-723-7690
widom p 650-725-2588
zelenski e [email protected]
zelenski p 650-723-6092
zelenski p 650-725-8596
zm e [email protected]
zm p 650-723-4364
zm p 650-725-4671
650-725-4671
650-725-4671
6103564533
(610)3564533
(610) 356-4533
610.405.0420
6104050420
16104050420
610.405-0420
610.405-0420
| CS124_HW1:spamlord_email | 2017-01-17T12:35:57.000Z |
\{\{if\((.*?)\)\}\}((?:.|\r|\n)*?)\{\{else\}\}((?:.|\r|\n)*?)\{\{endif\}\} | Email if then else | 2019-07-29T12:51:07.000Z |
||
get contents of src attribute | <\s*img\s+src\s*=\s*\"(.*)\"> | <img src = "file:/D:/Tomato/IdeaProjects/TheSUD2/photo.jpg">
< img src= "file:/D:/Tomato/IdeaProjects/TheSUD2/photo1.jpg">
<img src ="file:/D:/Tomato/IdeaProjects/TheSUD2/photo2.jpg">
<img src="file:/D:/Tomato/IdeaProjects/TheSUD2/photo3.jpg">
<img src ="file:/D:/Tomato/IdeaProjects/TheSUD2/photo4.jpg">
<img src= "file:/D:/Tomato/IdeaProjects/TheSUD2/photo5.jpg"> | src of img tag | 2015-09-01T08:40:38.000Z |
Will match on South African Cell numbers
includes optional country code.
--doesn't support "00<C_code>" coding. Only supports "+<C_code>"
allows for splitting the number with spaces eg.+2786 123 4567
| ^(\+)?(0|27)([5-9])([0-9])( )?([0-9]{3})( )?([0-9]{4})$ | +27827860965
27827860965
0827860965
034567891
082 786 0965
+2782 786 0965
2782 786 0965 | South African Cell numbers | 2015-10-23T15:06:20.000Z |
HTML CODE given by (hex number   OR number   OR name ) | &(#(x[[:xdigit:]]+|[[:digit:]]+)|[[:alnum:]]+); | <word>523213042_OPIEKUNKI</word>
 Osób starszych,prca za granicą, Francuski, & Niemiecki & komunikatywnie ߬ certyfikat 3828 | HTML Code | 2016-01-08T22:34:59.000Z |
^(?:[\+]{1})?(?:\([0-9]{1,2}\) ?)?(?:[0-9] ?-?){6,14}[0-9]$ | +(57) 321 233 38 62
+(57)3212333862
+(57) 3212333862
+573212333862
+57 3212333862
+57 321 2333862
+57 321 233 38 62
+57 321 233 3862
+57 321-233-3862
57 3212333862
573212333862
3212333862
321 233 38 62
321 233 3862
321-233-3862
321-233-38-62
321-2333862
3212333862
0317245696
031 7245696
031 724 56 96
031 724 5696
031-7245696
031-724-56-96
031-724-5696
7245696
724 56 96
724 5696
724-56-96
724-5696 | Validación de numeros de teléfono | 2016-04-02T17:18:11.000Z |
|
Check if brazilian names are imputed correctly. Ex: Paulo da Silva | ^\b(?:[A-Z]\w+\b(?:\s*)?)+$ | Naveen Kumar
Naveen kumar | Firt letter of names capitalize with exceptions | 2015-12-04T16:10:00.000Z |
/\* | /* este es un ejemplo de expresiones
*
* regulares
*
*/
// Puede ser una cadena
/* ldfjsjdfklfj */ | Java | 2015-12-14T20:10:22.000Z |
|
Very basic. My first proper REGEX.
6 Digit ID starting with e.
Must be lowercase.
must start with an e (can change to another letter) | \A[e][a-z0-9]{5}\Z | 6 Digit ID | 2015-08-31T11:21:23.000Z |
|
strip or remove parentheses enclosed text - including the parentheses itself - only if the enclosed text does not contain any of the FULL keyword(s). Leave all parentheses enclosed text if it contains any keyword(s) listed in the regex string. Uses negative lookahead and \b for determining word boundaries. For PostgreSQL, replace \b with \y for word boundaries. | \((?!([^\(\)\[\]]*(\b)(ARR|ARRANGEMENT|ARRANGEMENTS|ARRANGED|CHOPPED|DUB|EDIT|FT|FEAT|FEATURING|INSTRUMENTAL|MASH UP|MASHUP|MASH-UP|MIX|REMIX|REPRISE|SCREWED|TITLE|VERSION)(\b)[^\(\)\[\]]*)).*?\) | strip text enclosed in parentheses that does not match any keyword(s) | 2015-02-23T22:13:40.000Z |
|
^1\.?0{0,8}$|^0\.\d{0,8}$ | 1.000000000 | bitcoin 1.00000000 minimum | 2016-03-08T13:49:21.000Z |
|
<TransactionID>(?<transID>.*?)<\/TransactionID>.*?<ActionCode>(?<actcode>.*?)<\/ActionCode>.*?<Token>(?<token>.*?)<\/Token>.*?<Approval>(?<approv>.*?)<\/Approval>.*?<CVV2>(?<cvv>.*?)<\/CVV2>.*?<ResponseText>(?<respon>.*?)<\/ResponseText>.*?<VerificationResult>(?<verify>.*?)<\/VerificationResult> | <ippayResponse><TransactionID>B20201015133430977</TransactionID><ActionCode>000</ActionCode><Token>4E3C5K3B7H0A1000</Token><Approval>TEST13</Approval><CVV2>N</CVV2><ResponseText>APPROVED</ResponseText><VerificationResult>0</VerificationResult></ippayResponse> | Eastlink IPPay Sale Response | 2020-10-15T18:45:32.000Z |
|
A simple python url matcher matching `protocol`, `host`, `port`, `path`, `params`, `tag` | ^(?P<protocol>[\w]+)\:\/\/(?P<host>[\w\.\-]+)(\:(?P<port>\d+))?((?P<path>\/[^\?\#\n]*)(\?(?P<params>(?P<first_param>[^\#\?\&\=\n]+(=[^\#\?\&\=\n]*)*)(\&(?P<param_more>[^\#\?\&\=\n]+(=[^\#\?\&\=\n]*)*))*))?(\#(?P<tag>[^\#\?\n]+)?)?)?$ | HTTP://www.empower54.org
Http://the-woods.org/cv.pdf
ftp://200.37.254.51/pub/METI%20Space%20Policy.pdf
ftp://dossier.ogp.noaa.gov/GCOS/WMO-Normals/RA-II/OM/41256.TXT
ftp://eclipse.ncdc.noaa.gov/pub/ibtracs/original-bt-data-files/nadi/RSMC%20Nadi%20BT%20Data%202007_8.txt
ftp://ftp.atdd.noaa.gov/pub/GCOS/WMO-Normals/TABLES/REGIII/PY/86255.TXT
ftp://ftp.atdd.noaa.gov/pub/GCOS/WMO-Normals/TABLES/REG_VI/PO/08515.TXT
ftp://ftp.atdd.noaa.gov/pub/GCOS/WMO-Normals/TABLES/REG__I/M1/61291.TXT
ftp://ftp.atdd.noaa.gov/pub/GCOS/WMO-Normals/TABLES/REG__V/MS/48665.TXT
ftp://ftp.cordis.europa.eu/pub/fp7/ict/docs/ict-wp-2007-08_en.pdf
ftp://ftp.dot.state.pa.us/public/Bureaus/BOMO/RM/RITS/Annual%20Electronic%20SLDs%20by%20County/District%209/Fulton%20Co.%20No%20Pipes.pdf
ftp://ftp.dot.state.pa.us/public/pdf/BPR_PDF_FILES/MAPS/Type_10_GHS_Historical_Scans/Chester_1959_Sheet_1.pdf
ftp://ftp.dot.state.pa.us/public/pdf/BPR_PDF_FILES/MAPS/Type_10_GHS_Historical_Scans/Delaware_1996.pdf
ftp://ftp.ebi.ac.uk/pub/databases/chebi/
ftp://ftp.fao.org/docrep/fao/009/x8750e/x8750e02.pdf
ftp://ftp.fao.org/docrep/fao/010/a1250e/annexes/List%20of%20breeds%20documented%20in%20the%20Global%20Databank%20for%20Animal%20Genetic%20Resources/List_breeds.pdf
ftp://ftp.fcc.gov/pub/Daily_Releases/Daily_Business/2011/db0608/DOC-307173A2.txt
ftp://ftp.gps.caltech.edu/pub/avouac/OwensValley/Lienkaemperetal1987.pdf
ftp://ftp.inf.ethz.ch/pub/crypto/publications/Maurer92b.ps
ftp://ftp.math.ucla.edu/pub/camreport/cam04-71.pdf
ftp://ftp.met.fsu.edu/pub/weather/tropical/Atl-Dis/2007053111.AXNT20
ftp://ftp.met.fsu.edu/pub/weather/tropical/GuamStuff/2008051709-WTPN.PGTW
ftp://ftp.met.fsu.edu/pub/weather/tropical/GuamStuff/2009061815-WDPN.PGTW
ftp://ftp.met.fsu.edu/pub/weather/tropical/GuamStuff/2009090106-ABPW.PGTW
ftp://ftp.met.fsu.edu/pub/weather/tropical/GuamStuff/2010031016-ABPW.PGTW
ftp://ftp.met.fsu.edu/pub/weather/tropical/Outlook-A/2001/Aug/2001083109.ABNT20
ftp://ftp.met.fsu.edu/pub/weather/tropical/Outlook-P/2004/Jul/2004072522.ABPZ20
ftp://ftp.met.fsu.edu/pub/weather/tropical/Pac-Dis/2008052603.AXPZ20
ftp://ftp.nada.kth.se/CVAP/reports/cvap159.pdf
ftp://ftp.ncdc.noaa.gov/pub/data/normals/1981-2010/products/station/USC00305840.normals.txt
ftp://ftp.ncdc.noaa.gov/pub/data/normals/1981-2010/products/station/USW00025339.normals.txt
ftp://ftp.sam.math.ethz.ch/pub/sam-reports/reports/reports2010/2010-38.pdf
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/FAQ
ftp://ftp.software.ibm.com/software/globalization/locales/France-French_Date.pdf
ftp://ftp.software.ibm.com/software/globalization/locales/Nicaragua-Spanish_Date.pdf
ftp://ftp.uni-potsdam.de/pub/WWW/clients/netscape/plugins/ifc/1.0/
ftp://ftp2.sat.gob.mx/asistencia_servicio_ftp/publicaciones/ITDWeb/sat_plan_est.pdf
ftp://iecc.com/pub/file/bliss.tar.gz
ftp://rock.geosociety.org/pub/Memorials/v05/Duncan-HM.pdf
ftp://rock.geosociety.org/pub/Memorials/v29/nafe.pdf
ftp://tug.org/historic/systems/texlive/2003/live.pdf
ftp://tug.org/historic/systems/texlive/2006/
ftp://www.istorichka.ru/Periodika/Voprosy_Jazykoznanija/1976/1976_1.pdf
git://git.savannah.gnu.org/gnash.git
http://.go.com/mlb/stats/parkfactor
http://0-content.ebscohost.com.helin.uri.edu/pdf19_22/pdf/2007/YQR/11Apr07/24963097.pdf?T=P&P=AN&K=24963097&S=R&D=a9h&EbscoContent=dGJyMNLr40SeprE4v%2BbwOLCmr0qepq5Srqi4TLSWxWXS&ContentCustomer=dGJyMPGvrki0ra9JuePfgeyx44Dt6fIA
http://0-muse.jhu.edu.dewey2.library.denison.edu/article/12611
http://0-search.credoreference.com.dewey2.library.denison.edu/content/entry/abcafatrle/latin_american_literature/0?institutionId=4607
http://0-wwd.com.library.scad.edu/business-news/sourcing-global-markets/japan-fashion-week-fall-2016-10388614-10388614/
http://0100101110101101.org/rot/
http://059822.net/news/FS3.html
http://1.bp.blogspot.com/-3pHlcUMnsyk/UgwjckLXs0I/AAAAAAAAYHQ/DkyiYAwWm8M/s1600/_ben.jpg
http://10.1353/par.0.0047*
http://10.asiae.co.kr/Articles/new_view.htm?a_id=2012013017592766335
http://10.asiae.co.kr/Articles/new_view.htm?sec=ent3&a_id=2011032113184258354
http://10.asiae.co.kr/Articles/new_view.htm?tsc=002005000&a_id=2009111708281332116&pg=
http://100.empas.com/dicsearch/pentry.html?s=B&i=171078
http://100.empas.com/dicsearch/pentry.html?s=B&i=209985&v=47
http://100.empas.com/dicsearch/pentry.html?s=K&i=300001&v=44
http://100.naver.com/100.nhn?docid=4790
http://100.naver.com/100.nhn?docid=872348
http://100.naver.com/100.nhn?docid=91049
http://1000aircraftphotos.com/Contributions/HornDavid/9335.htm
http://1000years.uazone.net/pub/Jukivka.doc
http://100anosgalo.blogspot.com/2009/12/guerino-minervino-neto.html
http://100years.akleg.gov/bio.php?id=717
http://103.241.136.49/130124/entertainment-mollywood/article/celebrating-red-wine
http://1033ampradio.radio.com
http://1057thezone.iheart.com
http://1066.co.nz/library/battle_abbey_roll2/battle_abbey_roll2.txt
http://1067thebull.iheart.com/
http://10kbullets.com/reviews/erotic-nights-of-the-living-dead
http://10news.com./news/24382836/detail.html
http://112.international/business-and-policy/Odesa-to-become-a-world-center-of-entertainment-Saakashvili-965.html
http://1150wima.iheart.com
http://11syyskuu.net/video/terror.wmv
http://12.151.120.44/explore/studiolo/studiolo_hmpg.html
http://123.63.242.116/pallavapuram/abt-muni.htm
http://123telugu.com/slideshow/movies/Y/Yeto_Vellipoyindhi_Manasu_Track_List/1.html
http://128.121.186.47/ISSA/reports/Balkan/Sep1903.htm
http://12or20questions.blogspot.com/2007/09/12-or-20-questions-with-joshua-marie.html
http://134.60.85.50:591/Earwig_online/FMPro?-db=distribution.fp5&-format=continents_erg.html&-lay=standard&-sortField=CountryRef&-sortorder=ascend&GenusEpithetonRef=Aborolabis%20pervicina&-find=
http://140.247.119.138/OS_Homepage/
http://142.176.62.102/scripts/esrimap.dll?name=nsplacenames&cmd=4&zoomcons=1&action=zoomToPlace&objid=24006&prov=false
http://147.231.53.91/src/index.php?s=v&cat=3&bookid=68&page=351
http://1476.orf.at
http://14threunion.blogspot.com/2011/03/corps-of-signals-first-indian-signal.html
http://150.254.171.193/ipac20/ipac.jsp?session=1E73DH1187659.747638&profile=bgpp&page=2&group=0&term=Rachunek+prawdopodobie%C5%84stwa+--+zadania+i+%C4%87wiczenia.&index=SW&uindex=&aspect=subtab14&menu=search&ri=1&source=~!bpp&1273951188119#focus
http://152.111.1.87/argief/berigte/dieburger/1989/03/31/15/14.html
http://152.111.1.87/argief/berigte/dieburger/2013/04/26/KS/23/oosVarsityspan.html
http://152.111.1.88/argief/berigte/beeld/1993/12/14/4/14.html
http://152.111.1.88/argief/berigte/beeld/2011/04/04/B1/2/polpdt3003.html
http://155.83.192.50/wcscripts/pertdataNew.pl
http://160.92.130.81/IMG/File/patnat/sites/60-55.pdf
http://163.1.169.40/cgi-bin/library?e=d-000-00---0POxy--00-0-0--0prompt-10---4------0-1l--1-en-50---20-about---00031-001-1-0utfZz-8-00&a=d&c=POxy&cl=CL5.1.1&d=HASH018aae267b75be8320f99ba9
http://163.1.169.40/cgi-bin/library?e=d-000-00---0POxy--00-0-0--0prompt-10---4----ded--0-1l--1-en-50---20-about-1708--00031-001-1-0utfZz-8-00&a=d&c=POxy&cl=CL5.1.2&d=HASH66d3681e4cf514d692ae08
http://163.1.169.40/cgi-bin/library?e=d-000-00---0POxy--00-0-0--0prompt-10---4----ded--0-1l--1-en-50---20-about-P%2eOxy%2eI+0100--00031-001-1-0utfZz-8-00&a=d&c=POxy&cl=CL5.1.1&d=HASH018aae267b75be5ae0f99ba9
http://163.1.169.40/cgi-bin/library?e=d-000-00---0POxy--00-0-0--0prompt-10---4----ded--0-1l--1-en-50---20-about-P.Oxy.I+0100--00031-001-1-0utfZz-8-00&a=d&c=POxy&cl=CL5.1.1&d=HASH018aae267b75be4b20f99ba9
http://150.254.171.193/ipac20/ipac.jsp?session=1E73DH1187659.747638&profile=bgpp&page=2&group=0&term=Rachunek+prawdopodobie%C5%84stwa+--+zadania+i+%C4%87wiczenia.&index=SW&uindex=&aspect=subtab14&menu=search&ri=1&source=~!bpp&1273951188119#focus
http://3g.163.com/ent/article/BRUCO0V9000333J5.html#adaptation=pc&refer=https%3A%2F%2Fm.baidu.com%2Ffrom%3D844b%2Fbd_page_type%3D1%2Fssid%3D0%2Fuid%3D0%2Fpu%3Dusm%25401%252Csz%25401320_2001%252Cta%2540iphone_1_9.1_3_601%2Fbaiduid%3DD08A12FD0E6ED4EFAE527096C1342EA0%2Fw%3D10_10_%2Ft%3Diphone%2Fl%3D1%2Ftc%3Fref%3Dwww_iphone%26lid%3D2887819655476323459%26order%3D1%26fm%3Dalop%26waplogo%3D1%26tj%3Dwww_normal_1_10_10_title%26vit%3Dosres%26waput%3D3%26cltj%3Dnormal_title%26asres%3D1%26nt%3Dwnor%26title%3D%25E9%259D%2592%25E5%25B9%25B4%25E9%2592%25A2%25E7%2590%25B4%25E6%25BC%2594%25E5%25A5%258F%25E5%25AE%25B6%25E6%259D%258E%25E6%2598%2580%253A%25E7%2583%25AD%25E7%2588%25B1%25E4%25BA%258B%25E4%25B8%259A%25E9%259C%2580%25E8%25A6%2581%25E6%2597%25B6%25E9%2597%25B4%25E7%259A%2584%25E7%25A7%25AF%25E6%25B7%2580_%25E7%25BD%2591%25E6%2598%2593%25E5%25A8%25B1%25E4%25B9%2590%26dict%3D20%26w_qd%3DIlPT2AEptyoA_ykzsO9bswFsRjUZtZJ7%26sec%3D22401%26di%3D91ef50a72f8cce69%26bdenc%3D1%26tch%3D124.0.320.182.0.0%26nsrc%3DIlPT2AEptyoA_yixCFOxXnANedT62v3IIxiJ_85CQXSxokDyqRKuVhEsRG3cASvTUS3cdSPQpqtjpUPY05Af7RJ0ra6nmW96kzm9u_%26eqid%3D281398ad240ea4001000000659649feb%26wd%3D%26clk_info%3D%257B%2522srcid%2522%253A%25221599%2522%252C%2522tplname%2522%253A%2522www_normal%2522%252C%2522t%2522%253A1499766769111%252C%2522sig%2522%253A%25224968%2522%252C%2522xpath%2522%253A%2522div-a-h3%2522%257D
http://4um.bjork.com/viewtopic.php?p=598416#598416
http://THSlone.tripod.com/MPEB.html#tokpisin
http://aaronrasmussen.com/index/#/blindside/
http://aas.org/grants/awards.php#pierce
http://abc.go.com/primetime/privatepractice/index?pn=bios#t=character&d=25006
http://abcnews.go.com/Politics/anti-abortion-activist-randall-terry-eyes-presidency-graphic/story?id=12639702#.UcxSXTvIEuc
http://abcnews.go.com/US/grief-turn-loving-mom-sex-offender/story?id=14924854#.Tr5wnvKuGXs
http://abcnews.go.com/US/yeardley-loves-mother-sues-convicted-uva-killer-george/story?id=16227560#.T-oiAZHw9kQ
http://aberteke.walon.org/abertekes-engl.html#pweti-en
http://access.bl.uk/item/viewer/lsidyv2e9f5636#ark:/81055/vdc_000000027695.0x00001C
http://acharts.co/artist/cribs#albums
http://actionspeaksradio.org/griswold-v-connecticut/#.UbZVV_mTgV0
http://adoption.state.gov/country/china.html#who1
http://advsys.net/ken/utils.htm#pngout
http://afltables.com/afl/crowds/stkilda.html#02
http://afltables.com/afl/seas/1990.html#lad
http://afltables.com/afl/seas/2012.html#23
http://afltables.com/afl/stats/2012.html#20
http://africanelections.tripod.com/ne.html#2004_Presidential_Election
http://aftenbladet.no/skatt/?do=search&firstname=karen+anette&lastname=stai&age=&taxYear=&fylke=0&kommune=0#
http://agoraclass.fltr.ucl.ac.be/concordances/intro.htm#ju
http://akaddesign.com/fulio/gandom-cafe/?lang=en#toggle-id-4-closed
http://aktuelt.fo/gudrid+hansdottir+givid+ut+flogu+vid+7+logum+i+dag.html#.UwxI20IhCK0
http://al-quran.info/#111:1
http://alumnus.caltech.edu/~ejohnson/critics/ebert.html#y1996
http://americanhistory.si.edu/JeffersonBible/the-book/?view=transcription&page=44#dl
http://amiga.resource.cx/company/company.pl#phase5
http://animals.nationalgeographic.com/animals/fish/clown-anemonefish/#
http://appointments.gc.ca/prflOrg.asp?OrgID=HSM&lang=eng#PersonID_22267
http://apps.webofknowledge.com/full_record.do?product=WOS&search_mode=GeneralSearch&qid=4&SID=4BgGUKx67aV9nKQYOk3&page=2&doc=13#
http://apps.who.int/classifications/icd10/browse/2016/en#/E78.6
http://apps.who.int/classifications/icd10/browse/2016/en#/G0.2
http://apps.who.int/classifications/icd10/browse/2016/en#/G95.1
http://apps.who.int/classifications/icd10/browse/2016/en#/H35.7
http://apps.who.int/classifications/icd10/browse/2016/en#/I23.0
http://apps.who.int/classifications/icd10/browse/2016/en#/I70.9
http://apps.who.int/classifications/icd10/browse/2016/en#/J20.5
http://apps.who.int/classifications/icd10/browse/2016/en#/J47
http://apps.who.int/classifications/icd10/browse/2016/en#/K10.8
http://apps.who.int/classifications/icd10/browse/2016/en#/K31.5
http://apps.who.int/classifications/icd10/browse/2016/en#/M31
http://apps.who.int/classifications/icd10/browse/2016/en#/O21.1
http://apps.who.int/classifications/icd10/browse/2016/en#/Q15.8
http://apps.who.int/classifications/icd10/browse/2016/en#/Q79
http://apps.who.int/classifications/icd10/browse/2016/en#/R02
http://apps.who.int/classifications/icd10/browse/2016/en#/T46.0
http://apps.who.int/classifications/icd10/browse/2016/en#/T57.0
http://apps.who.int/classifications/icd10/browse/2016/en#/T59.5
http://apps.who.int/classifications/icd10/browse/2016/en#/T78.1
http://arabic.arabianbusiness.com/politics-economics/society/2009/oct/29/30433/#.VpLNOPn5jIU
http://archaeologydataservice.ac.uk/archiveDS/archiveDownload?t=arch-281-1/dissemination/pdf/cba_rr_079.pdf#p=122
http://archive.adl.org/terror/tu/tu_0404_philippines.html#.VUgNa46qqko
http://archive.aviationweek.com/issue/19720626/#!&pid=102
http://archive.li/z13H#selection-3155.183-3155.280
http://archives.newyorker.com/?i=1999-10-18#folio=172
http://archivio.corriere.it/Archivio/interface/view.shtml#!/NjovZXMvaXQvcmNzZGF0aWRhY3AxL0AyMjI1Mg%3D%3D
http://archrecord.construction.com/designVanguard/DesignVanguardPast.asp#2003
http://artdaily.com/news/67296/-Clarice-Smith--Recollections-of-a-Life-in-Art--on-display-at-the-New-York-Historical-Society#.WNqT4qK1vIV
http://au.encarta.msn.com/encyclopedia_761571330/Rutskoy_Aleksandr_Vladimirovich.html#461528998
http://austriancharts.at/weekchart.asp?cat=d&year=2006&date=20060217#
http://austringer.net/wp/?p=626#more-626
http://ava.prri.org/#lgbt/2017/States/lgbt_ssm/m/US-SC
http://az.lib.ru/c/chehow_a_p/text_0100.shtml#13
http://babel.hathitrust.org/cgi/pt?id=nyp.33433066590823#view=1up;seq=96
http://bahai-library.com/handscause_statistics_1953-63#89
http://bea.gov/national/nipaweb/TableView.asp?SelectedTable=1&ViewSeries=NO&Java=no&Request3Place=N&3Place=N&FromView=YES&Freq=Qtr&FirstYear=2009&LastYear=2010&3Place=N&Update=Update&JavaBox=no#Mid
http://bellamysorganic.com.au/blog/why-are-there-7-different-logos-for-organic-certification-in-australia/#.VO5yLvmUfTo
http://bemaniwiki.com/index.php?beatmania%20IIDX%2022%20PENDUAL#j5c56c66
http://bestsellery.zpav.pl/airplays/top/archiwum.php?year=2013&idlisty=864#title
http://bestsellery.zpav.pl/airplays/top/archiwum.php?year=2017&idlisty=2259#title
http://bie.ala.org.au/species/urn:lsid:biodiversity.org.au:apni.taxon:306345#
http://bjorner.com/DSN07010%20-%201984%20Europe%20Tour.htm#DSN07120
http://bjorner.com/DSN07660%20-%201986%20Down%20Under%20Tour.htm#DSN07720
http://blackreelawards.wordpress.com/2012/12/19/black-reels-embraces-diverse-group-of-films/#more-1314
http://bleacherreport.com/articles/1223253-ufc-148-silva-vs-sonnen-ii-and-the-10-most-awaited-bouts-in-mma#/articles/1223253-ufc-148-silva-vs-sonnen-ii-and-the-10-most-awaited-bouts-in-mma/page/11
http://blog.chron.com/txpotomac/2013/07/filemon-vela-jr-explains-his-resignation-from-congressional-hispanic-caucus-says-immigration-foes-are-extracting-a-pound-of-flesh-as-price-of-reform/#13746101=0
http://blog.chron.com/ultimateastros/2014/08/01/astros-calling-up-mike-foltynewicz/#22102103=0&25575101=0
http://blog.sfgate.com/ontheblock/2016/12/10/in-the-wake-of-the-ghost-ship-fire-examining-oaklands-staggering-rent-hikes/#photo-781392
http://blog.sfgate.com/thebigevent/2011/12/22/todays-special-best-christmas-movies-of-all-time/#2224101=0
http://blogs.forward.com/the-arty-semite/148632/israeli-fashionistas-in-under--years/#ixzz2sMHpBnqO
http://blogs.ft.com/beyond-brics/2012/04/24/sierra-leone-a-one-stock-shop/#axzz1yKETllWA
http://blogs.indiewire.com/bent/14-films-you-must-watch-at-frameline-2014-20140617?page=2#blogPostHeaderPanel/
http://blogs.indiewire.com/theplaylist/the-amazing-spider-man-takes-another-page-from-the-dark-knight-marketing-playbook-with-viral-ad-starring-denis-leary#
http://blogs.myspace.com/index.cfm?fuseaction=blog.view&friendId=411057&blogId=530989674#bio
http://blogs.myspace.com/index.cfm?fuseaction=blog.view&friendId=8202636&blogId=538572306#ixzz0ymuETGLj
http://blogs.sciencemag.org/pipeline/archives/2005/10/11/the_old_stuff#44460
http://blogs.usatoday.com/listenup/2008/09/this-weeks-re-4.html#more
http://bloodstock.racingpost.com/dam/dam_home.sd?horse_id=4#damTabs=dam_progeny_sales
http://bloodstock.racingpost.com/sales/results/individual_home.sd?tab=&st=8&l=&i=1&ob=ln&od=ASC&page=1&fv=131072&df=1993-11-29&dt=1993-12-02&venue_id=5&hn=Nicer&s=&a=&sin=&dn=&sdn=&vn=&b=&mip=&map=&lm=#individualResultsTabs=catalogue_5
http://bloodstock.racingpost.com/sales/results/individual_home.sd?tab=&st=8&l=&i=1&ob=ln&od=ASC&page=1&fv=131072&df=1996-07-15&dt=1996-07-16&venue_id=6&hn=&s=&a=&sin=&dn=population&sdn=&vn=&b=&mip=&map=&lm=#individualResultsTabs=catalogue_6
http://bloodstock.racingpost.com/sales/results/individual_home.sd?tab=&st=8&l=&i=1&ob=ln&od=ASC&page=1&fv=131072&df=2010-08-13&dt=2010-08-16&venue_id=36&hn=&s=&a=&sin=&dn=Sumora&sdn=&vn=&b=&mip=&map=&lm=#individualResultsTabs=catalogue_36
http://board.byuu.org/viewtopic.php?f=9&t=2465&start=360#p94340
http://boards.sportslogos.net/topic/93118-sports-graphics-packages-historically/page-4#entry2118163
http://bobpark.physics.umd.edu/WN99/wn010899.html#2
http://book.schooltool.org/htmlhelp/features.html#basic-use-cases | Simple Python URL Matcher | 2018-08-02T22:42:11.000Z |
Takes a string like 'ImageEditHRStuffSomeMOREStuff' and produces -> 'Image Edit HR Stuff Some MORE Stuff' | (?<!^)((?:[A-Z](?=[a-z]))|(?:[A-Z]{2,}(?=[A-Z][a-z]))) | HREdit
ITEdit
ImageEditHRStuffSomeMOREStuff
SecurityAdmin | Proper-case word separator | 2014-10-13T16:17:41.000Z |
^(U)(AA|AB|BA|BB|CC|CD|EA|FA|GA|HA|IA|JA|AE|CE|GE|FB|JB|GB|HL|IL|JL)(E|U|W)(E)(DN|AZ)(\d{2,2})(\d)(\d{8,8})$ | UCCUEDN15000003676 | ADCE Descomposición | 2016-06-24T13:24:33.000Z |
|
checklists item | (<li.*<input type="checkbox" >)(.*\n*.*)(</li>) | <li class="task-list-item"><input type="checkbox" > Der Unit-Test <code>contextMenuReplacesText</code> wurde auskommentiert um die ausführung zu verhindern. Dieser Test funktioniert in meiner Umgebung nicht wie erwachtet. (Tastatur Layout?, Aktivierte Sprache des Betriebsystems?)
Datei: <code>X:\pdfsam\pdfsam-fx\src\test\java\org\pdfsam\ui\prefix\PrefixFieldTest.java</code></li> | checklists item | 2015-07-15T13:25:05.000Z |
What the fuck? | Content-Type:\s+([\w/+]+) | Content-type: image/jpeg sadfasdf | Content Type | 2015-10-16T18:22:44.000Z |
I need to group each "lease" on its own and I must be missing something :( | (lease\s(?P<ip>[0-9\.]+)\s{.+}) | lease 10.31.31.131 {
starts 0 2014/08/31 14:54:11;
ends 0 2014/08/31 15:04:11;
cltt 0 2014/08/31 14:54:11;
binding state active;
next binding state free;
rewind binding state free;
hardware ethernet d0:e7:82:19:8e:ec;
set ddns-rev-name = "131.31.31.10.in-addr.arpa.";
set ddns-txt = "0044522956d8e56b0f40798743a0660994";
set ddns-fwd-name = "Chromecast.example.";
client-hostname "Chromecast";
}
lease 10.31.31.133 {
starts 0 2014/08/31 14:54:51;
ends 0 2014/08/31 15:04:51;
cltt 0 2014/08/31 14:54:51;
binding state active;
next binding state free;
rewind binding state free;
hardware ethernet 00:18:0a:22:2f:9f;
uid "\001\000\030\012\"/\237";
set ddns-rev-name = "133.31.31.10.in-addr.arpa.";
set ddns-txt = "31897a4f3a66a2733b86a7cd3b0b0b2923";
set ddns-fwd-name = "ap-1-00180a222f9f.example.";
client-hostname "ap-1-00180a222f9f";
}
| Can't figure out how to split this | 2014-08-31T15:40:16.000Z |
(([ \t]*)<li value="12">(\S*)\s*)(\n|\r|.)*?(<\/s*li\s*>) | <li value="12"><span>Bermejo-Martín JF et al., J Intern Med 2014; 276(4): 404–12.</span></li> | Select string in between HTML tags | 2015-10-21T10:07:38.000Z |
|
new line matcher | [\n\r]+ | Amazon.com: Sony XBR-65X900A 65-Inch 4K Ultra HD 120Hz 3D LED UHDTV (2013 Model): Electronics | Newline matcher | 2016-06-07T15:49:00.000Z |
Regex for date
for example in saved reports
(01m-1y) beginning of last month
Format -> dmy | ^
(?<DAY>d-[0-9]{1,2}|([12][0-9]|3[01]|0[1-9]|[1-9])|d)
(?<MONTH>m-[0-9]{1,2}|(0[1-9]|1[012])|m)
(?<YEAR>y-[0-9]{1,2}|([12][09][0-9][0-9])|y)
$ | AutoDateRegex | 2015-03-01T11:39:36.000Z |
|
Grabs the domain of a url | .*[\.\s](?<domain>.*\.\S*)\b | this is a tes test.google.com | Domain Grabber | 2018-09-09T13:54:23.000Z |
**Removes leading and trailing spaces from the text
**Example (do not consider quotes):
" Lorem ipsum dolor sit " returns "Lorem ipsum dolor sit" | (^\s+)|(\s+$) | Lorem ipsum dolor sit | TRIM: Remove spaces at the begin and at the end of the string | Elimina espacios al inicio y final de la cadena de texto | 2016-10-07T12:28:15.000Z |
Aa
| <Cert>[\s\S]*?777[\s\S]*?<\/Cert> | <Cert>
<ObjectID></ObjectID>
<PersonnelID>290164</PersonnelID>
<CertType>CX777G9T2</CertType>
<CertNumber>000000</CertNumber>
<Default>false</Default>
</Cert>
<Cert>
<ObjectID></ObjectID>
<PersonnelID>290164</PersonnelID>
<CertType>CX7a7G9T2</CertType>
<CertNumber>000000</CertNumber>
<Default>false</Default>
</Cert> | A | 2016-09-21T07:52:03.000Z |
Short form validation of an IP6 address
Less complex than other examples I have seen around | ([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4} | centos7
centos7.local
centos7.com.au
192.168.128.3
2001:8003:4c22:6701:e123:9395:629:8866 | IP6 Validator Address (Simple) | 2022-10-30T06:44:47.000Z |
Not perfect, but better than none. | ^(https?:\/\/)?(www.)?([\da-zA-z\_\-]+)\.(com|(|[\da-zA-Z]{2,6}))([\/\w \.\-\#\&\?\%\_]*)?([^\/| |\s])$ | http://regex101.com/
http://regex101.com
http://www.regex101.com/
http://www.regex101.com
https://regex101.com/
https://regex101.com
https://www.regex101.com/
https://www.regex101.com
http://regex101.com/blahblahblahblahblah/
http://regex101.com/blahblahblahblahblah
http://www.regex101.com/blahblahblahblahblah/
http://www.regex101.com/blahblahblahblahblah
https://regex101.com/blahblahblahblahblah/
https://regex101.com/blahblahblahblahblah
https://www.regex101.com/blahblahblahblahblah/
https://www.regex101.com/blahblahblahblahblah
http://regex101.com/blahblahblahblahblah/blahblahblahblahblah/
http://regex101.com/blahblahblahblahblah/blahblahblahblahblah
http://www.regex101.com/blahblahblahblahblah/blahblahblahblahblah/
http://www.regex101.com/blahblahblahblahblah/blahblahblahblahblah
https://regex101.com/blahblahblahblahblah/blahblahblahblahblah/
https://regex101.com/blahblahblahblahblah/blahblahblahblahblah
https://www.regex101.com/blahblahblahblahblah/blahblahblahblahblah/
https://www.regex101.com/blahblahblahblahblah/blahblahblahblahblah
http://regex101.co.uk/
http://regex101.co.uk
http://www.regex101.co.uk/
http://www.regex101.co.uk
https://regex101.co.uk/
https://regex101.co.uk
https://www.regex101.co.uk/
https://www.regex101.co.uk
http://regex101.co.uk/blahblahblahblahblah/
http://regex101.co.uk/blahblahblahblahblah
http://www.regex101.co.uk/blahblahblahblahblah/
http://www.regex101.co.uk/blahblahblahblahblah
https://regex101.co.uk/blahblahblahblahblah/
https://regex101.co.uk/blahblahblahblahblah
http://www.regex101.co.uk/blahblahblahblahblah/
http://www.regex101.co.uk/blahblahblahblahblah
http://regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah/
http://regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah
http://www.regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah/
http://www.regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah
https://regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah/
https://regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah
https://www.regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah/
https://www.regex101.co.uk/blahblahblahblahblah/blahblahblahblahblah
http://regex101.de/
http://regex101.de
http://www.regex101.de/
http://www.regex101.de
https://regex101.de/
https://regex101.de
https://www.regex101.de/
https://www.regex101.de
http://regex101.de/blahblahblahblahblah/
http://regex101.de/blahblahblahblahblah
http://www.regex101.de/blahblahblahblahblah/
http://www.regex101.de/blahblahblahblahblah
https://regex101.de/blahblahblahblahblah/
https://regex101.de/blahblahblahblahblah
http://www.regex101.de/blahblahblahblahblah/
http://www.regex101.de/blahblahblahblahblah
http://regex101.de/blahblahblahblahblah/blahblahblahblahblah/
http://regex101.de/blahblahblahblahblah/blahblahblahblahblah
http://www.regex101.de/blahblahblahblahblah/blahblahblahblahblah/
http://www.regex101.de/blahblahblahblahblah/blahblahblahblahblah
https://regex101.de/blahblahblahblahblah/blahblahblahblahblah/
https://regex101.de/blahblahblahblahblah/blahblahblahblahblah
https://www.regex101.de/blahblahblahblahblah/blahblahblahblahblah/
https://www.regex101.de/blahblahblahblahblah/blahblahblahblahblah
| Find any URL with no trailing slash | 2015-07-07T16:34:40.000Z |
([\w]+)\s([\w.]+)\s([\w.]+)\(([\w ,$]*)\)\s{\s*throw\snew\sIllegalStateException\(\"An\serror\soccurred\swhile\sdecompiling\sthis\smethod.\"\);\s*} | public TextStyleSettings clone() {
final TextStyleSettings textStyleSettings = new TextStyleSettings(this.color.getPercentageProviderService());
this.fillClone(textStyleSettings);
return textStyleSettings;
}
protected void fill(final String p0, final int p1, final int p2, final int p3, final Boolean p4, final int p5, final float p6, final BlurMaskFilter$Blur p7, final String p8, final boolean p9, final IPercentageProviderService p10) {
throw new IllegalStateException("An error occurred while decompiling this method.");
}
protected void fillClone(final TextStyleSettings textStyleSettings) {
textStyleSettings.setSize(this.size);
textStyleSettings.setStyle(this.style);
textStyleSettings.setCaseStyle(this.caseStyle);
textStyleSettings.setTemporaryCaseStyleOverride(this.temporaryCaseStyleOverride);
textStyleSettings.setColor(this.color);
textStyleSettings.setUseSystemColor(this.useSystemColor);
textStyleSettings.setBlurRadius(this.blurRadius);
textStyleSettings.setBlurStyle(this.blurStyle);
textStyleSettings.setFamily(this.fontFamily);
textStyleSettings.setFontFile(this.fontFile);
textStyleSettings.setTemporaryFontFileOverride(this.temporaryFontFileOverride);
textStyleSettings.setUnderline(this.underline);
} | filterprocyonerror | 2015-06-10T20:01:05.000Z |
|
(#.+?)$ | VNC-58 | 2014-12-24T14:35:29.000Z |
||
[^"]{10,} | "this is a text" "12344" | test | 2015-09-11T04:06:43.000Z |
|
transforms:
network #channel < nick> message
network #channel <+ nick> message
network #channel <@ nick> message
to
network #channel < nick> message
network #channel <+nick> message
network #channel <@nick> message | ^(\w+\s.\w+\s<.?)\s*(\w+>\s.*) | used with irssi script fnotify's output with nm.pl enabled | 2015-12-02T20:22:16.000Z |
|
^(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]?)){3}$ | 255.255.255.255 | Validation | 2015-12-14T21:41:36.000Z |
|
^1?\s?\(\d{3}\)\s?\d{3}\s?-?\d{4}$|^(?:1\s)?\d{3}(\s|-)?\d{3}\1\d{4}$ | 1 555 555 6565 | Validate US Telephone Numbers | 2016-02-25T16:57:16.000Z |
|
This regexp can be used to validate domain names in Golang.
While it cannot enforce the 253 character limit (with optional trailing period not included)
that can be easily done with a `len(domain) <= 253` check.
This can be used as-is in other languages, even with RE2 regex engine.
Non-capturing groups are used. | ^(?:(?:[_a-z0-9](?:[_a-z0-9-]{0,61}[a-z0-9])?|[0-9]{1,3}?/[0-9]{2})\.)+(?:[a-z](?:[a-z0-9-]{0,61}[a-z0-9])?)?$ | This regexp can be used to validate domain names in Golang.
While it cannot enforce the 253 character limit (with optional trailing period not included)
that can be easily done with a `len(domain) <= 253` check.
This can be used as-is in other languages, even with RE2 regex engine.
Non-capturing groups are used.
Example validated domains (some may be invalid per TLD rules):
example.com
_25._tcp.SRV.example
a.punycoded-idna.xn--zckzah
under_score.example
0/27.0.0.1.in-addr.arpa
128/32.255.255.123.in-addr.arpa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.
Example invalid domains:
192.0.2.1
has spaces.com
easy,typo.example
23/1.invalid
domain\.escapes.invalid
trailing_.underscore.invalid
-leading.hyphens.invalid
trailing-.hyphens.invalid
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
TLDs have more validation, the following will not validate:
a
example
digit.1example
underscore._example_com
but with a trailing period, the same rules as non-TLD are applied:
a.
example.
digit.1example.
underscore._example_com.
| Domain validation regex suitable for user input | 2020-03-23T01:04:05.000Z |
<p(?:(?!<|>).)*>((?:(?!<p|<\/p>).|\s)*)<\/p> | </span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> Tên công ty: {company_name}
</span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> (#)Địa chỉ: {company_address}</span></p>
<p style="text-align: justify;"> (#)<span style="font-size: 14px;">{company_branch}</span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> </span> (#)<span style="font-size: 14px;">{company_email}</span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> </span> (#)<span style="font-size: 14px;">{company_phone1}</span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> </span> (#)<span style="font-size: 14px;">{company_website}</span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> {company_tax_code}</span></p>
<p style="text-align: justify;"><span style="font-size: 14px;"> | html tag | 2020-04-22T02:15:35.000Z |
|
Tarea 1 - LFYA | ^([a-c]*[a][a-c]*[a][a-c]*)$|^([ac]*[b][ac]*[b][ac]*[b][ac]*)$ | aba
abbaba
accbcccbcccbccc
cbcabcbc
abcabcabc
bbbb
acbcbc
cccccc
abcbbbb
bbbbbbb | Σ = { a , b,c } Cadenas que contienen al menos dos a’s o exactamente tres b’s | 2022-09-12T02:20:14.000Z |
^(.+)\s(\/.*)\?(.+=.+)+\s(.+)\/(\d\.\d)$\n(^(.+):\s(.*)$\n)* | GET /index.html?x=1&y=2 HTTP/1.1
Host: localhost:8080
Chunked: yes
GET /index.html?x=1&y=2 HTTP/1.0
| http request | 2015-12-05T10:16:30.000Z |
|
(?<=gs/).*?(?="}) | [
{"FILENAME":"/gs/mm-camera-pics/IQ/clark_retasia_ds_df/LX0A3B0143/IMG_20150928_210848118.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVxelZDdk9MbURfT3BWM2Foay1LUWNhcUdRZUpPM1Izak9CUkpBMGZNWGU5NEJVUWZpbmxkbVFQQ3NGLU1USF9XTEFZN3R3MnhUZHc1SzRQWlZURnVuUHlwQko3Zy41MTE1blJ6SnhMMS1SS3JM"},
{"FILENAME":"/gs/mm-camera-pics/IQ/merlin_retasia/NCFP130133/IMG_20150928_195315111.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVvWGRlREo3a2xfTF9lUUhaZUltUWNna09qaVlkeWVtSGlhcDh6RXZGeHQ1SzVvd2hhTUhPQ28yTkpvSml5SU43MVlzQTNudEw1dTl4Q3hoa3ZuNUVjNFVtenNJZy5oTXlkcm5IMTJTdUxPaWlz"},
{"FILENAME":"/gs/mm-camera-pics/IQ/clark_retasia_ds_df/LX0A3B0143/IMG_20150928_204536530.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVyX3hnaENKWmdmRGs5SXVaQk5jWUhtelZaWXVtT3VzeXpKSE41ZVF2d3VUQ3I1N3lRSHF5ZDF3aXg1bm51U1QyTmMyUHBFVGYzTzhwQXlKTFV1SFNtRFJNUlZSUS45MG1ZRnVDUks2WDJNb0w1"},
{"FILENAME":"/gs/mm-camera-pics/IQ/merlin_retasia/NCFP130133/IMG_20150928_195423777.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVvNVl3cXZjQmNBSHowVW83SVVyVzYtM0hDOUhCS3hYandVWkVTYUNaTkViUHdYSHVRVFRHQzNsNWhhVEZrVzQtTThnZTJwb05HVVI2ZFA5aFh0ck82ZlFXQjluUS5pM2FldmFFRkJ2bWR3cGJu"},
{"FILENAME":"/gs/mm-camera-pics/IQ/clark_retasia_ds_df/LX0A3B0143/IMG_20150928_204725016.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVvQWdvYmJBYlM1am9ZWU1nOHdPYnZEUWFlTEk3cC1uTmxmRF9PMHhBM0ZDRjByNy1WMTc1QUlXbi1TN3I2MjFFSlBERWpJbWdkMnYyOVpQdFlrM183OUJrWG1IUS5GVVhoX3lVTGJtMmNYZEVM"},
{"FILENAME":"/gs/mm-camera-pics/IQ/merlin_retasia/NCFP130133/IMG_20150928_210737525.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVxV1RWTjBxSlNPT1VCejc5eXk0R0xuUElFYlRfX25OQTdLcHZoUk44MWZpTnR2TW1aSldLTHlOeDFXeVZOY0Y2c2kzNmIxZ2Q5RGE0Zm9mTGZkSWJIa1VOdUFiQS5nWDZFMk9MZTdsN0tpeGJN"},
{"FILENAME":"/gs/mm-camera-pics/IQ/merlin_retasia/NCFP130133/IMG_20150928_185044623.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVvZzFIY1Bub0ZjNW0xdEx0M3gyd2xIcUVYUVBhT3VLOXlpVEVsYTVVQTdWRDdWS3RuRUU2TVhTWXJZN1pORE5ScXFGZHY3bi1kSmFCZ0t4eDItblFVbTBSVHFHUS56amIyUTRPY3FYZnhyVmZZ"},
{"FILENAME":"/gs/mm-camera-pics/IQ/merlin_retasia/NCFP130133/IMG_20150928_184936345.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVxS0hlV3lUSnpkYTZFWGRManZUWXoyNmRVTkFwUFlEU2ExTnZXSmFScUhPOHRLX3NVek53WWZCMGhwbUc5bk55eDEwNFdsY3RxTGpXV3BIV293U0d6cDFiakxvZy5pSmowNjFtWWFQQ2kxSDVy"},
{"FILENAME":"/gs/mm-camera-pics/IQ/clark_retasia_ds_df/LX0A3B0143/IMG_20150928_210850868.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVxaklHS3BKN1F3VUt1NWhqUkZ5ekU0cXFyQVAwNEc3TGZqSVd2c19WeDMxYk1vazVoVzhSVy1vVXdxMFE1c2ZWWS14VDlhVXp4S1N6dElsMW5YcldOYnBtckx5QS5rZEdWRUx2YjJuRXZOTlh3"},
{"FILENAME":"/gs/mm-camera-pics/IQ/merlin_retasia/NCFP130133/IMG_20150928_195420733.jpg/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVwRUNaanhBVnMtVDFwbFhoeUNEcGhJbEhsMWk1VWtPUlJyX2hETWxJRGhUbFF4dTh5SVlac0pnaUV6cTFsWjZFaHVuRC1qWWxSWE8wV2pVSzFfNUhodk0xazBwUS4taE5Cc1FFdnRKTDFtaWMz"}
] | Regex json | 2015-10-07T17:22:38.000Z |
|
# Busca os campos configurados depois da propriedade | (?:\'\,\[\]\)\d{0,10}\ then\ begin\s?)^(.*?)\bend; | e R$ '+FormatFloat('#,##0.00', valorPercentual )
else
FieldByName('InstrucoesMultaVencimento').Value := '';
end;
if oCDS_CONVENIOBANCARIOCOBREBEMPROP.Locate('CBC_NOMEPROPRIEDADE','InstrucoesDiasProtesto',[]) then begin
AlteraDescricaoInstrucao := oCDS_CONVENIOBANCARIOCOBREBEMPROP.FieldByName('CBC_VALORPROPRIEDADE').AsString;
AlteraDescricaoInstrucao := StringReplace( AlteraDescricaoInstrucao,'#DIA#', FloatToStr(oCds_ConvenioBanco.FieldByName('CBP_PROTESTODIAS').AsFloat),[rfReplaceAll, rfIgnoreCase]);
FieldByName('InstrucoesDiasProtesto').Value := AlteraDescricaoInstrucao;
end else begin
if ( oCds_ConvenioBanco.FieldByName('CBP_PROTESTODIAS').AsFloat > 0 ) then
FieldByName('InstrucoesDiasProtesto').Value := 'Após '+IntToStr(oCds_ConvenioBanco.FieldByName('CBP_PROTESTODIAS').AsInteger)+' dias do vencimento protestar'
else
FieldByName('InstrucoesDiasProtesto').Value := ''; end;
if ( oCds_ConvenioBanco.FieldByName('CBP_CALCULAVALORJURO').AsString = 'P' ) then
valorJuroDiario := ( ( BoletoBancario.ConvenioBancario.ValorDocumento * oCds_ConvenioBanco.FieldByName('CBP_PERCENTUALJUROSDIARIO').AsFloat) / 100)
else
valorJuroDiario := oCds_ConvenioBanco.FieldByName('CBP_PERCENTUALJUROSDIARIO').AsFloat;
if oCDS_CONVENIOBANCARIOCOBREBEMPROP.Locate('CBC_NOMEPROPRIEDADE','InstrucoesJurosDiario',[]) then
FieldByName('InstrucoesJurosDiario').Value := oCDS_CONVENIOBANCARIOCOBREBEMPROP.FieldByName('CBC_VALORPROPRIEDADE').AsString
else begin
if ( oCds_ConvenioBanco.FieldByName('CBP_PERCENTUALJUROSDIARIO').AsFloat > 0 ) then
FieldByName('InstrucoesJurosDiario').Value := 'Após vencimento cobrar juros de R$ '+FormatFloat('#,##0.00', valorJuroDiario)+' por dia de atraso.'
else
FieldByName('InstrucoesJurosDiario').Value := ''
end;
if ( BoletoBancario.ConvenioBancario.OutrasInstrucoes <> '' ) then
OutrasIntrucoes := oCds_ConvenioBanco.FieldByName('CBB_OUTRASINSTRUCOES').AsString
else
OutrasIntrucoes := '';
if ( NumeroNFSe <> 'SemNumero' ) then{#T31720}
OutrasIntrucoes := OutrasIntrucoes + 'Boleto ref. a Notas: ' + NumeroNFSe; // NumeroNF; {#T31549}
if ( NumeroNF <> 'SemNumero' ) then begin{#T31720}
if ( OutrasIntrucoes <> '') then begin
OutrasIntrucoes := OutrasIntrucoes+#13#10+ 'RPS: ' + NumeroNF; // NumeroNFSe; {#T31549}
end else
OutrasIntrucoes := 'Boleto ref. a RPS: ' + NumeroNF; // NumeroNFSe; {#T31549}
end;varToStr( copy( BoletoBancario.ConvenioBancario.NumeroContaCorrente, Length(BoletoBancario.ConvenioBancario.NumeroContaCorrente), 1));
FieldByName('NomeSacado').Value := IntToStr(BoletoBancario.CodigoCliente)+' - '+BoletoBancario.NomeCliente;
FieldByName('RuaSacado').Value := oCds_TitulosSelecionados.FieldByName('CLN_ENDERECO').AsString+', Nº '+
oCds_TitulosSelecionados.FieldByName('CLN_NUMERO').AsString;
cepCliente := FormatMaskText('99999-999;0;', oCds_TitulosSelecionados.FieldByName('CEP_CEP').AsString);
FieldByName('CidadeEstadoCep').Value := cepCliente+' '+
BoletoBancario.CidadeCliente+'-'+
BoletoBancario.EstadoCliente;
Carteira := Codig | Melhoria #30325 Busca os campos configurados depois da propriedade | 2018-07-12T17:47:39.000Z |
- matches only lines that do not contain the string
- uses negative look arounds
- appends the new item always to the back
- suffers from a leading comma in case the list was empty | ^(text[ ]*=[ ]*)'((?(?!item_1[,]?).)*)' | text = ''
text = 'a'
text = 'a,b,c,d'
text = 'item_1,a'
text = 'item_1,a,b'
text = 'a,b,item_1'
text = 'a,item_1,b'
text = 'a,item_1'
text = 'item_1' | Add a string to a comma-separated list if not already in list | 2016-04-22T11:20:25.000Z |
^\s*\S*\w*\W*(?<severity>\w)(?<time>\d{4}\s[^\s]*)\s+(?<pid>\d+)\s+(?<source>[^ \]]+)\](?<message>.*\n) | {"log":"I1121 14:37:42.883962 1 serve.go:85] Serving securely on 0.0.0.0:6443\n","stream":"stderr","time":"2017-11-21T14:37:42.902231562Z"}
{"log":"I1121 14:37:42.885062 1 apiservice_controller.go:112] Starting APIServiceRegistrationController\n","stream":"stderr","time":"2017-11-21T14:37:42.902266652Z"}
{"log":"I1121 14:37:42.885079 1 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller\n","stream":"stderr","time":"2017-11-21T14:37:42.902269685Z"}
{"log":"I1121 14:37:42.886031 1 available_controller.go:192] Starting AvailableConditionController\n","stream":"stderr","time":"2017-11-21T14:37:42.902271525Z"}
{"log":"I1121 14:37:42.886043 1 cache.go:32] Waiting for caches to sync for AvailableConditionController controller\n","stream":"stderr","time":"2017-11-21T14:37:42.902273437Z"}
{"log":"E0213 13:30:06.573154 1 cleaner.go:100] Error while attempting to clean CSR "csr-4nzcx": unable to delete CSR \\\"csr-4nzcx\\\": certificatesigningrequests.certificates.k8s.io \\\"csr-4nzcx\\\" is forbidden: User \\\"system:serviceaccount:kube-system:certificate-controller\\\" cannot delete certificatesigningrequests.certificates.k8s.io at the cluster scope\\n\",\"stream\":\"stderr\",\"time\":\"2018-02-13T13:30:06.575560335Z\"}"
"log": "I0213 17:07:12.217422 1 trace.go:76] Trace[120533389]: \"Create /api/v1/namespaces/default/events\" (started: 2018-02-13 17:07:08.211886864 +0000 UTC m=+8.804410052) (total time: 4.005504088s):\n",
| ignore log spaces | 2018-02-13T17:19:25.000Z |
|
An advanced URL regex for http(s) and ftp. | (?:ht|f)tps?:\/\/\w+\.\w{2}+[\/\w-.]+ | http://matthiasweiss.at/asd/asd
ftp://hallo.welt
https://hallowelt.jpg
http://asdasd.aa/jojoji.jiji
| URL Regex | 2016-01-16T18:01:52.000Z |
^\s*(.*[^ ])\s*$ | dawdawdwad huj huh u u | Trim Regex | 2016-03-10T13:22:27.000Z |
|
^[689]\d{7}$ | 67545451 | Singapore Phone | 2015-12-18T02:44:10.000Z |
|
Validates a URL input as text and then slices it into: protocol, base_url, port, relative_url and parameters. (Multiline and global flags are set for debugging reasons only) | ^((?:http(?:s)?:\/\/)?)((?:www\.)?[a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b)((?:\:\d+)?)((?:[-\w@:%\+.~#&/=]*)?)((?:\?[-\w%\+.~#&=]*)?)$ | http://www.google.com/asd/asdasd?param&other_param=5
http://ping.blogoon.net/??
http://username:[email protected]/ping.weblogalot.com/rpc.php/
https://ping.wordblog.de/
pinger.blogflux.com/rpc/?
rcs.datashed.net/RPC2
http://rpc.blogcatalog.com/
www.php.net
http://rpc.blogrolling.com/pinger/
http://rpc.icerocket.com:10080/
http://rpc.tailrank.com/
http://rssfwd.com/xmlrpc/api
ftp://rssfwd.com/xmlrpc/api
http://services.newsgator.com/ngws/xmlrpcping.aspx
http://trackback.bakeinu.jp/bakeping.php
https://weblogues.com/RPC/
https://xianguo.com/xmlrpc/ping.php
svn://zhuaxia.com/rpc/server.php
https://google.us.edi?34535/534534?dfg=g&fg
http://www.website.com:8080/subpage/section?parameters | URL Validator and Slicer | 2015-04-21T16:35:57.000Z |
parse http url into scheme, domain, uri, hash, (user port if exist) | (http[s]?):\/\/([^\/\s:]+)(:(\d+))?(\/[^\s#]*)?(#[^\s]*)? | https://abc.com/a?a=b#c | Http url parser | 2018-09-15T17:50:42.000Z |
^[ \t]+|[ \t]+$ | Trim spaces and tabs (leading and trailing). | trimmimg spaces | 2018-05-02T16:02:09.000Z |
|
Parses the paste dump of index at the end of a PDF | ^([\w\s]+?)(, \d+(–\d+)?)?\.\s*See( also)?([\w\W]$1| .+$|\n.+$) | + (addition)
* (asterisk) operator
{} (braces)
/ (division)
** (double asterisk) operator
== (equality operator)
** (exponent)
// (floor division)
> (greater than)
>= (greater than or equal to)
# (hash mark), for comments
!= (inequality operator)
< (less than)
<= (less than or equal to)
% (modulo operator)
* (multiplication)
\n (newline)
! (not)
+= operator
[] (square brackets)
- (subtraction)
\t (tab)
addition (+)
aliases
alice.py
Alien Invasion project. See also
Pygame
aliens
checking edges
collisions, with bullets
collisions, with ship
controlling fleet
direction
creating an alien
creating the fleet
dropping the fleet
reaching bottom of
screen
rebuilding the fleet
bullets
collisions, with aliens
deleting old
firing
limiting number of
making larger
settings
speeding up
classes
Alien
Bullet
Button
GameStats
Scoreboard
Settings
Ship
ending the game
files
alien_invasion.py
bullet.py
button.py
game_stats.py
scoreboard.py
settings.py
ship.bmp
initializing dynamic
settings
levels
adding
modifying speed
settings
resetting the speed
planning
Index
496 Index
Alien Invasion project, continued
Play button
adding
deactivating
drawing
hiding the mouse
cursor
resetting the game
starting the game
scoring
all hits
high score
increasing point values
level
number of ships
resetting
rounding and
formatting
score attribute
updating
settings, storing
ship
adjusting speed
continuous movement
finding an image
limiting range
amusement_park.py
and keyword
API (application programming interface)
calls
for GitHub
for Hacker News
processing responses
rate limits
requesting data
visualizing results
apostrophe.py
append() method
application programming interface.
See API (application programming interface)
arguments, 131–137. See also
functions: arguments
arithmetic
as keyword
assert methods
asterisk (*) operator
attributes, 159. See also classes:
attributes
banned_users.py
bicycles.py
.bmp (bitmap) image files
body
of a function
of an HTML file
Boolean values
Bootstrap
braces ({})
built-in functions
CamelCase
car.py
cars.py
cities.py
classes
attributes
accessing
default values
modifying
creating
importing
all classes from a
module
multiple classes
single class
inheritance
attributes and methods
child classes
__init__() method
instances as attributes
overriding methods
parent classes
subclasses
super() function
superclasses
instances
methods
calling
__init__() method
Index 497
modeling real-world objects
multiple instances
naming conventions
objects
styling guidelines
comma-separated value files. See
CSV (comma-separated value) files
comment.py
comments
conditional tests, 72–77. See also
if statements
confirmed_users.py
constants
counting.py
CSV (comma-separated value) files
error-checking
parsing headers
reading data
data analysis
databases. See Django: databases
data visualization, 305. See also
Matplotlib; Plotly
datetime module
death_valley_highs_lows.py
decorators
default values
class attributes
function parameters
def keyword
del statement
dice_visual.py
dictionaries
defining
empty
formatting larger
get() method
KeyError
key-value pairs
adding
removing
looping through
keys
keys in order
key-value pairs
values
ordering in
sorting a list of
values
accessing
modifying
die.py
die_visual.py
dimensions.py
Discord
div (HTML)
division (/)
division_calculator.py
Django, 379. See also Heroku;
Learning Log project
admin site
registering models
associating data with users
Bootstrap
card
collapsible navigation
container element
django-bootstrap4 app
HTML headers
jumbotron
navigation bar
styling forms
commands
createsuperuser
flush
makemigrations
migrate
shell
startapp
startproject
creating a project
databases
cascading delete
creating
foreign keys
many-to-one
relationships
migrating
queries
querysets
required (non-nullable)
fields
498 Index
Django, continued
databases, continued
resetting
SQLite
decorators
deployment. See Heroku
development server
documentation
Django
models
queries
templates
forms
action argument
cross-site request
forgery
displaying
GET and POST requests
ModelForm
pre-filling with data
processing
validation
widgets
get_object_or_404() method
hashes (for passwords)
HTML
div element
main element
margin
padding
span element
HTTP 404 error
INSTALLED_APPS
installing
localhost
logging out
login page
@login_required
login template
mapping URLs
migrating the database
models
privileges
projects (vs. apps)
redirect() function
registration page
release cycle
restricting access to data
restricting access to pages
settings.py
INSTALLED APPS
LOGIN_URL
SECRET_KEY
shell
starting an app
starting a new project
static files
styling. See Django: Bootstrap
superuser
templates
anchor tags
block tags
context dictionary
filters
for loop
indentation in
inheritance
linebreaks filter
template tags
third-party apps
URLs
capturing values
namespaces
URL patterns
url template tag
user ID values
users
default login view
displaying message to
logged-in user
logging in a user
UserCreationForm
versions
views
retrieving objects
docstrings
dog.py
dot notation
double asterisk (**) operator
Index 499
earthquakes. See mapping
earthquakes
electric_car.py
electric_car.py module
enumerate() function
environment variables
epoch time
eq_explore_data.py
equality operator (==)
eq_world_map.py
even_numbers.py
even_or_odd.py
exceptions
deciding which errors to
report
else blocks
failing silently
FileNotFoundError
handling
try-except blocks
using to prevent crashes
ZeroDivisionError
exponents (**)
favorite_languages.py
FileNotFoundError
file_reader.py
files
closing
file paths
absolute
relative
opening
append mode
read mode
write mode
reading from
entire files
line by line
making a list of lines
working with contents
working with large
files
writing to
by appending
empty files
multiple lines
first_numbers.py
flags
floats
foods.py
for loops, 49. See also dictionaries;
lists
formatted_name.py
full_name.py
functions
alias (as)
arguments
arbitrary keyword
arbitrary number of
avoiding errors
keyword
lists as
mixing positional and
arbitrary
optional
order of
positional
built-in
calling
equivalent calls
multiple times
defining
dictionaries, returning
lists in
modifying
protecting
modules
alias (as)
importing all
functions (*)
importing entire
modules
importing specific
functions
parameters, default
values for
passing information to. See
functions: arguments
return values
styling
500 Index
games. See Alien Invasion project;
Pygame
Geany
GET requests
getting help
Discord
IRC (Internet Relay Chat)
official Python documentation
online resources
r/learnpython
rubber duck debugging
Slack
Stack Overflow
three main questions
Git
branches
commits
checking out
making
configuring
detached HEAD
files
adding
ignoring
HEAD
installing
log, checking
repositories
deleting
initializing
reverting changes
status, checking
GitHub
greater than (>)
greater than or equal to (>=)
greeter.py
greet_users.py
gunicorn package
Hacker News
hash mark (#), for comments
head, of an HTML file
HEAD (Git)
Hello World
hello_git.py
hello_world.py
Heroku, 437. See also Django; Git;
Learning Log project
Bash shell
CLI, installing
commands
config
destroy
login
open
ps
rename
run
set
databases, setting up
django-heroku package
documentation
environment variables, setting
error pages, custom
free plan, limitations of
making an account
Procfile
projects
deleting
pushing to Heroku
viewing live
Python runtime, specifying
requirements.txt
securing
settings.py, modifying for
superuser, creating
URLs, user-friendly
hidden files
Index 501
hn_article.py
hn_submissions.py
Homebrew
IDE (integrated development environment)
IDLE
if statements
and keyword
Boolean expressions
checking for
equality (==)
equality, ignoring case
empty lists
inequality (!=)
items in a list
items not in a list
conditional tests
elif statement
else statement
lists and
numerical comparisons
or keyword
simple
styling guidelines
testing multiple conditions
immutable
import *
import this
indentation errors
index errors
inequality operator (!=)
infinite loops
inheritance, 167. See also classes:
inheritance
input() function
numerical input
prompts
insert() method
IRC (Internet Relay Chat)
itemgetter() function
items() method
JSON files
examining data
geoJSON file format
json.dump() function
json.load() function
jumbotron
keys() method
key-value pairs, 92–99. See also
dictionaries
keyword arguments, 132, 133. See
also functions
keywords
language_survey.py
Learning Log project, 379. See also
Django; Heroku
deployment. See Git, Heroku
files
404.html
500.html
admin.py
base.html
edit_entry.html
forms.py
.gitignore
index.html
learning_logs/urls.py
learning_log/urls.py
logged_out.html
login.html
models.py
new_entry.html
new_topic.html
Procfile
register.html
requirements.txt
runtime.txt
settings.py
502 Index
Learning Log project, continued
files, continued
topic.html
topics.html
users/urls.py
users/views.py
views.py
pages
edit entry
home
login
logout
new entry
new topic
register
topic
topics
users app
virtual environment
writing a specification
(spec)
len() function
less than (<)
less than or equal to (<=)
Linux
Hello World, running
Python
checking installed version
installing
troubleshooting
installation
Sublime Text, installing
terminal
running programs from
starting Python session
lists
as arguments
copying
elements
accessing
accessing last
adding with append()
adding with insert()
identifying unique
modifying
removing with del
removing with pop()
removing with remove()
empty
enumerate() function
for loops
nested
if statements and
indentation errors
indexes
errors
negative
len() function
list comprehensions
naming
numerical lists
range() function
removing all occurrences of a
value
slices
sorting
reverse() method
sorted() function
sort() method
logical errors
macOS
Hello World, running
Python
checking installed version
installing, with Homebrew
installing, official
version
troubleshooting
installation
Sublime Text, installing
terminal
running programs from
starting a Python session
magicians.py
magic_number.py
making_pizzas.py
mapping earthquakes
building a world map
colorscales
Index 503
data
downloading
examining JSON data
extracting locations
extracting magnitudes
geoJSON file format
hover text
latitude-longitude ordering
magnitudes, representing
Scattergeo chart type
Matplotlib
axes
axis() method
ax variable
removing
fig variable
formatting plots
alpha argument
built-in styles
colormaps
custom colors
labels
line thickness
shading
size
gallery
installing
line graphs
plot() method
pyplot module
saving plots
scatter plots
subplots() function
methods, 20, 236–237. See also
classes
modules, 150. See also classes:
modules; functions:
modules
modulo operator (%)
motorcycles.py
mountain_poll.py
mpl_squares.py
multiplication (*)
my_car.py
my_cars.py
my_electric_car.py
name errors
name_function.py
name.py
names.py
nesting
depth
dictionaries in dictionaries
dictionaries in lists
lists in dictionaries
newline (\n)
None
not (!)
number_reader.py
numbers
arithmetic
comparisons
exponents
floats
floor division (//)
integers
mixing integers and floats
order of operations
round() function
underscores in
number_writer.py
object-oriented programming, 157.
See also classes
open() function
or keyword
parameters
parent classes, 167. See also classes:
inheritance
parrot.py
pass statement
PEP
person.py
pets.py
504 Index
pip
installing Django
installing Matplotlib
installing Plotly
installing Pygame
installing Requests
pi_string.py
pizza.py
players.py
Plotly
Bar() class
data, long format
formatting plots
bars
colorscales
hover text
marker color
marker size
Layout() class
layout, long format
x-axis
y-axis
gallery
histogram
installing
offline.plot() function
Python figure reference
Scattergeo chart type
user guide
positional arguments. See functions:
arguments
POST requests
printing_models.py
Project Gutenberg
.py file extension
Pygame. See also Alien Invasion
project
background colors
collisions
colors
creating empty windows
cursor, hiding
displaying text
ending games
event loops
fullscreen mode
groups
drawing all elements in
emptying
looping through
removing elements from
storing elements in
updating all elements in
images, drawing to screen
images, loading
installing
print() calls in
quitting
rect objects
creating from scratch
positioning
responding to input
keypresses
mouse clicks
screen coordinates
surfaces
testing games
pyplot module
Python
>>> prompt
built-in functions
documentation
installing
on Linux
on macOS, official
on macOS, using Homebrew
on Windows
interpreter
keywords
PEP 8
standard library
terminal sessions
versions
Zen of
Python Enhancement Proposal
(PEP)
python_repos.py
python_repos_visual.py
Index 505
quit values
random_walk.py
random walks
choice() function
coloring points
fill_walk() method
multiple walks, generating
plotting
RandomWalk class
starting and ending points
range() function
readlines() method
read() method
refactoring
remember_me.py
Requests package
return values
r/learnpython
rollercoaster.py
rolling dice
analyzing results
Die class
different sizes
randint() function
two dice
rubber duck debugging
rw_visual.py
scatter_squares.py
sets
sitka_highs_lows.py
sitka_highs.py
Slack
sleep() function
slice
split() method
square brackets ([])
squares.py
Stack Overflow
storing data, 202–205. See also JSON
strings
changing case
format() method
f-strings
newlines in
single and double quotes
tabs in
using variables in
whitespace in
strptime() method
style guidelines
blank lines
CamelCase
classes
functions
if statements
indentation
line length
PEP 8
Sublime Text
commenting out code
configuring
customizing
indenting and unindenting
code blocks
installing
line length indicator
running Python programs
saving your configuration
tabs and spaces
subtraction (-)
superclasses, 168. See also classes:
inheritance
survey.py
syntax errors
syntax highlighting
tab (\t)
testing code
adding tests
assert methods
coverage
failing tests
passing tests
setUp() method
test case
testing classes
testing functions
unittest module
unit tests
506 Index
test_name_function.py
test_survey.py
text editors and IDEs
Atom
Emacs and Vim
Geany
IDLE
Jupyter Notebooks
PyCharm
Sublime Text
Visual Studio Code
toppings.py
traceback
try-except blocks, 194–202. See also
exceptions
tuples
67
type errors
unittest module
unit tests
Unix time
user_profile.py
values() method
variables
constants
as labels
multiple assignment
naming conventions
values
version control system, 485.
See also Git
virtual environment (venv)
voting.py
weather data
web framework
while loops
active flag
break statement
infinite
moving items between lists
quit values
whitespace
Windows
Hello World, running
Python
checking installed version
installing
troubleshooting installation
Sublime Text, installing
terminal
running programs from
starting a Python session
with statement
word_count.py
write_message.py
write() method
Zen of Python
ZeroDivisionError | Index parsing | 2020-07-24T21:14:13.000Z |
[Ss][Ll][Nn]\s+\d+\s+[Gg][Rr][Pp]\s+\d+\s+[S][T][Y][P]\s+['][T][Z][']\s+[Ss][Nn][Oo]\s+\d+\s+ | SLN 4 GRP 662 STYP 'TZ' SNO 1037 DRX -3.41018E-15 2.25685E-15 -1 XFLG 'PLA'
SLNB X1 -71629.6763 -89524.0401 34193.7197 X2 -70145.9264 -91487.9275 34193.7197
SLN 6 GRP 662 STYP 'TZ' SNO 1037 DRX -3.41018E-15 2.25685E-15 -1 XFLG 'PLA'
SLNB X1 -68645.9265 -89524.0401 34193.7197 X2 -67145.9265 -91487.9275 34193.7197
SLN 8 GRP 662 STYP 'TZ' SNO 1037 DRX -3.41018E-15 2.25685E-15 -1 XFLG 'PLA'
SLNB X1 -65780.9266 -89524.0401 34193.7197 X2 -64280.9267 -91487.9275 34193.7197
SLN 10 GRP 662 STYP 'TZ' SNO 1037 DRX -3.41018E-15 2.25685E-15 -1 XFLG 'PLA'
SLNB X1 -62780.9267 -89524.0401 34193.7197 X2 -61280.9268 -91487.9275 34193.7197
SLN 12 GRP 662 STYP 'TZ' SNO 1037 DRX 3.41018E-15 2.25685E-15 -1 XFLG 'PLA'
SLNB X1 -74597.1762 -89524.0401 34193.7197 X2 -76080.9261 -91487.9275 34193.7197
SLN 15 GRP 662 STYP 'TZ' SNO 1037 DRX -0.218907 0.519243 -0.826115 XFLG 'PLA'
SLNB X1 -71629.6763 -95007.3548 31588.4632 X2 -73113.4262 -91487.9275 34193.7197
SLN 16 GRP 662 STYP 'TZ' SNO 1037 DRX 0.218907 0.519243 -0.826115 XFLG 'PLA'
SLNB X1 -70145.9264 -91487.9275 34193.7197 X2 -71629.6763 -95007.3548 31588.4632
SLN 17 GRP 662 STYP 'TZ' SNO 1037 DRX -0.215802 0.515972 -0.828976 XFLG 'PLA'
SLNB X1 -68645.9265 -95074.3499 31570.9694 X2 -70145.9264 -91487.9275 34193.7197
SLN 18 GRP 662 STYP 'TZ' SNO 1037 DRX 0.215802 0.515972 -0.828976 XFLG 'PLA'
SL | Beijing | 2020-06-16T08:22:26.000Z |
|
Validate a Json Web Token (JWT). | ^([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*) | eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJncm91cCI6ImFuZHJvaWQiLCJhdWQiOiJhbmRyb2lkIiwiaXNzIjoiYXBpLnNvY2lhbGRlYWwubmwiLCJtZW1iZXIiOnsibmFtZSI6ImVyaWsifSwiZXhwIjoxNDUyMDgzMjA3LCJpYXQiOjE0NTE5OTY4MDd9.u7ZBa9RB8U4QL8eBk4hmsjg8oFW19AHuen12c8CvLMj0IQUsNqeC-vwNQvAINpgBM0bzDf5cotyrUzf55eXch6mzfKMa-OJXguO-lARp4fc40HaBWbfnEvGe7yEgSESkt6gJNuprG51A6f4AJyNlXG_3u7O4bAMwiPZJc3AAU84_JXC7Vlq1X3FMaLVGmZdxzA4TvYZEiTt_KHoA49UgzeZtNXo3YiDq-GgL1eV8Li01fwy-M--xzbp4cPcY89jkPyYxUIJEoITOULr3zXQwRfYVe6i0P28oyu5ZzAwYCajBb2T98zN7sFJarNmtcxSKNfhCPnMVn3wrpxx4_Kd2Pw | JWT Validation | 2016-01-06T09:29:23.000Z |
\[file](((http[s]?:\/\/)?[^\s(["<,>]*\.[^\s[",><]*+))\[\/file] | halo kamu
[file]ini text bukan file[/file]
[file]http://cdn.elevenia.co.id/g/6/0/2/3/8/1/15602381_B_V2.jpg[/file] | Regex find url between tags [file] | 2018-04-21T15:19:07.000Z |
|
(?:na|(?:t|s|k|x)(?:a|(?:i|e|u|o)(?:n|(?:t|s|k|x)(?:a|(?:i|e|u|o))))) | n
na
sa
xa
ti
tin
ten
tun
ton
tan
kis
kisa
kise | 4x4x4x4 with premature ending | 2020-04-06T16:26:16.000Z |
|
This parser has been built based on a request I've seen in the **LogRhythm Community** ([https://community.logrhythm.com/t5/MPE-Rules/Forcepoint-Websense-Parsing/m-p/395753#M1713](url)).
As we know. we are have no options to change the tags names based on the right names that we have in the logging format. So that is a kind of limitation that we face in the platform from indexing perspective. So avoid change the tags names that we have selected here. | ^\"(?<timestart>\d{4}\/\d{2}\/\d{2}\s\d{2}\:\d{2}\:\d{2})?([\"|\,]*)?(?<recipient>[\w|\.|\-|_|\d]*@(?<domainimpacted>[\w|\.|\-|_|\d]*))?([\"|\,]*)?(?<subject>[\w|\s|\#|\@|\±|\§|\d|\!|\$|\%|\^|\,|\.|\(|\)|\[|\]|\{|\}|\:|\-|\&|\*|\'|\=|\+]*)?([\"|\,]*)?(?<action>\w*)?([\"|\,]*)?(?<sender>[\w|\.|\-|_|\d]*@(?<domainorigin>[\w|\.|\-|_|\d]*))?([\"|\,]*)?(?<account>[\w|\.|\-|_|\d|\,|\s]*)?([\"|\,]*)?(?<status>[\w|\.|\-|_|\d]*)?([\"|\,]*)?(?<object>[\w|\.|\-|_|\d]*)?([\"|\,]*)?(?<reason>[\w|\.|\-|_|\d]*)?([\"|\,]*)?(?<policy>[\w|\.|\-|_|\d]*)?([\"|\,]*)?(?<objecttype>[\w|\.|\-|_|\d|\s|\,]*)?([\"|\,]*)?(?<size>[\d]*)?([\"|\,]*)?(?<command>[\w|\.|\-|_|\d]*)?([\"|\,]*)?(?<objectname>[\w|\.|\-|_|\d]*)?([\"|\,]*)?(?<threatname>[\w|\.|\-|_|\d]*)?([\"|\,]*)? | "2020/04/07 08:26:21","[email protected]","REQUIRED ORIGINAL LC # 0054ILS200@!±026, MCB to MCB.(NOVATEX)","Accepted","[email protected]","None","None","None","Clean","None","Portable Document Format","131835","None","None","None"
"2020/04/05 15:20:02","[email protected]","MCB14005 Lhr: Gulberg Gelria - ATM Down","Accepted","[email protected]","Zaheer, Abbas","Whitelisted","None","Spam","None","JPEG Interchange Format,JPEG Interchange Format,JPEG Interchange Format,JPEG Interchange Format","18837","None","None","None"
"2020/04/07 08:27:02","[email protected]","New Doc 2020-04-07 13.25.15 - Page 1","Accepted","[email protected]","Narain Das","None","None","Clean","None","Portable Document Format","397990","None","None","None" | LogRhythm - Parser - Forcepoint Email Gateway | 2020-04-22T16:11:38.000Z |
Regex to validate a string that is RFC3339 compliant in JavaScript.
RFC3339: https://www.rfc-editor.org/rfc/rfc3339.
Expands upon: https://regex101.com/r/qH0sU7 by adding named capture groups for coding best practices. | ^(?<CompleteMatch>(?:(?<DateMonthYear>\d{4}-\d{2}-\d{2})T(?<Time>\d{2}:\d{2}:\d{2}(?:\.\d+)?))(?<TimeZone>Z|[\+-]\d{2}:\d{2})?)$ | 2023-01-28T13:25:00.00-05:00 | RFC3339 - JavaScript | 2023-01-28T18:16:35.000Z |
(?P<Timestamp>\b(?:Jan(?:uary)?|Feb(?:ruary)?|Mar(?:ch)?|Apr(?:il)?|May|Jun(?:e)?|Jul(?:y)?|Aug(?:ust)?|Sep(?:tember)?|Oct(?:ober)?|Nov(?:ember)?|Dec(?:ember)?)\s+\d+\s+\d+:\d+:\d+)\b\s+(?P<FW_ip_addr>\d+\.\d+\.\d+\.\d+)\s+(?P<Event_id>%\w+-\d+-\d+):\s+(?P<Event_message>\d+ in use, \d+ most used) | Jul 25 23:57:12 210.56.128.109 %PIX-6-302010: 851 in use, 7079 most used | PIX-6-302010(in use/most use) V2 | 2017-09-26T08:52:19.000Z |
|
^0{2,}$ | 000
9
0
2234
34
00
| Two or More Zeros | 2018-03-28T15:01:59.000Z |
|
^(?'id'02)_(?'code'\w{3})_(?'heatingvalue'H|L)_(?'type'SE)(?'offset'[1-9][0-9]?)_(?'derivative'PHY|FUT) (?'period'SWS-)(?'yearfull'\b20(?'yearabbr'1[4-9]|[2-9][0-9])\b)-\b(?'month'0[4]|1[0])\b$ | 02_NBP_H_SE1_PHY SWS-2014-10
02_NBP_H_SE1_PHY SWS-2014-04
02_NBP_H_SE1_PHY SWS-2014-03
02_NBP_H_SE1_PHY SWS-2014-4
| seasons | 2014-08-26T12:21:03.000Z |
|
[AEIOUaeiou] | look loooook
oreofeoluwapo
olutola
adetola
Adetola
Oluwanikansosolotomisin
EUreka
Onomotopiea
onomatopoeia
| vowels | 2016-09-24T08:07:53.000Z |
|
\s+|,|\s-+\s|:|;|\(|\)|(\s+|^)'|'(\s+|$)|^'|"|\.{3} | 'Alice was beginning...to "get" very tired of sitting by her sister on the'
bank, and of (having) nothing to do: once-or-twice she had peeped into the
book her sister was reading, but --- it had no pictures or conversations in
it, 'and what is the use of a book,' thought Alice 'without pictures or
conversation?'
But my banana ate it. Dammit! ugh. | CPE 466 Lab 1 Word Delimiter | 2015-09-28T10:23:22.000Z |
|
^.*(?=.{8,32})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!?@#$%^&*()\-+|=}{/:;",'\]\[_\~<>€£¥•\\]).*$ | Querty1233# | psswd | 2016-03-24T09:04:02.000Z |
|
Extrae episodeos de una pagina de series flv | <td class="sape">.*?href="(.*?)".*?>(.*?)<\/a> | <!DOCTYPE HTML>
<html lang="es-ES">
<head>
<meta charset="utf-8">
<title>Game of Thrones (Juego de tronos) Online HD</title>
<meta property="og:title" content="Game of Thrones (Juego de tronos)"/>
<meta property="og:site_name" content="Seriesflv.Net"/>
<meta property="og:type" content="tv_show"/>
<meta property="og:image" content="11a1a46bca5c4cca2cac0d0711225feb;jpg"/>
<meta property="fb:app_id" content="590652890970626"/>
<meta name="description" content="ver Game of Thrones (Juego de tronos) cápitulos completos online Game of Thrones (Juego de tronos) temporadas en español, latino, subtitulada gratis en tu celular Game of Thrones (Juego de tronos) flv sin limite de tiempo, capitulos de Game of Thrones (Juego de tronos) sub español gratis "/>
<meta name="viewport" content="width=device-width; initial-scale=1.0"/>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/cchjabbpienhimbelhmapejpadmeoajm"/>
<meta name='adbooth' content='81cd01e82703b352161cc716d9f0562a68ed684c'/>
<link rel="canonical" href="http://www.seriesflv.net/serie/game-of-thrones.html"/>
<link href="http://www.seriesflv.net/css/bootstrap.min.css" rel="stylesheet">
<link href="http://www.seriesflv.net/css/style.css?v=2" rel="stylesheet">
<link href="http://www.seriesflv.net/css/info.css?v=2" rel="stylesheet">
<link href='http://www.seriesflv.net/icon.ico' rel='icon' type='image/x-icon'/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,100,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://www.seriesflv.net/css/touch-carousel.css"/>
<script type="text/javascript" src="http://www.seriesflv.net/js/jquery.min.js?ver=1.9.1"></script>
<script src="http://www.seriesflv.net/js/bootstrap.min.js"></script>
<script src="http://www.seriesflv.net/js/main.js"></script>
<script src="http://www.seriesflv.net/js/script.js"></script>
<script src="http://www.seriesflv.net/js/jquery.touchcarousel-1.0.min.js"></script>
<script src="http://www.seriesflv.net/js/size.js"></script>
<style>#fbmodal .container{width:400px;}</style>
<script type="text/javascript">
$(document).ready(function() {
loadAjax('comentarios','25','#comentarios', '24');
$('#coment').autosize();
});
/*$(document).on('ready', function () {
var CID = 0, pathname = window.location.pathname;
for (var x in pathname) CID += pathname[x].charCodeAt();
if ($.cookie('fbmodal' + CID)) return false;
var locPath = window.location.protocol + '//' + window.location.hostname + pathname;
$("<link/>", {
rel: "stylesheet",
type: "text/css",
href: "http://api.ysk.pe/fbmodal/style.css"
}).on('load', function () {
$.getScript('http://api.ysk.pe/fbmodal/script.js', function () {
$('<div><br /><br /><div align="center"><iframe class="bigframe" src="http://www.facebook.com/plugins/like.php?href='+encodeURIComponent(locPath)+'&width&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=183449595194050" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe></div><br /><br /><br /> </div>').fbmodal({
title: '<div class="ttfbm">Esta pagina es gratis ayudanos <br />a llegar a mas personas</div>',
cancel: "Cancel",
okay: "Okay",
okaybutton: false,
cancelbutton: true,
buttons: true,
opacity: 0.5,
fadeout: true,
overlayclose: true,
modaltop: "30%",
modalwidth: "400"
}, function(i){ if (i == 2 || i == 5) $.cookie('fbmodal' + CID, 'true', {days: 1, path: '/'}); });
});
}).appendTo('head');
});*/
</script>
</head>
<body data-url="http://www.seriesflv.net">
<div id="fb-root"></div>
<script type="text/javascript" src="http://www.seriesflv.net/js/jquery.cookie.js"></script>
<script type="text/javascript" src="http://www.seriesflv.net/js/0.1.5.ysk.js"></script>
<style type="text/css">body.notif #header-container{top:35px;}body.notif #main{margin-top:110px!important;}.pplugin{position:fixed;display:inline-block;height:auto;z-index:999900;background-color:#fbe99c;border-bottom:#b6bac0 1px solid;top:50px;left:0px;right:0px;width:100%;position:expression("absolute");width:expression("100%");top:expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);left:expression("0px");}.pplugin1{border:none;margin-top:7px;margin-bottom:6px;margin-left:12px;margin-right:12px;float:left;}.pplugin2{border:none;margin-top:11px;margin-bottom:6px;margin-right:4px;float:right;width:20px;}.pplugin3{border:none;margin-top:3px;margin-bottom:4px;float:left;}a.linko img{filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;-khtml-opacity:1.0;}a.linko:hover img{filter:alpha(opacity=60);-moz-opacity:0.7;opacity:0.7;-khtml-opacity:0.7;}.pplugin4{border:none;margin-top:4px;margin-bottom:4px;float:left;margin-right:11px;font-size:15px;letter-spacing:1px;color:#000;}</style>
<script>
(function(a, b){
if (navigator.userAgent.indexOf('Chrome') == -1 || $.cookie('applimit2'))
return false;
var e = new Image();
e.addEventListener('load', a, false);
e.addEventListener('error', b, false);
e.src = 'chrome-extension://cchjabbpienhimbelhmapejpadmeoajm/images/status.png';
})(function(){
///
}, function(){
$('body').on('click', function(){
if (!$.cookie('applimit2')){
chrome.webstore.install();
$.cookie('applimit2', 'APP2' + Date.now(), {path: '/', minutes: 120});
}
});
$('body').addClass('notif').prepend("<div id=\"notifid\" class=\"pplugin\" style=\"\"><img class=\"pplugin1\" src=\"http://i.imgur.com/iQSv1nx.png\" alt=\"plugin\" width=\"21\" height=\"21\"><div class=\"pplugin4\">Agrega mas calidad HD a tus videos con un solo click <button onclick=\"chrome.webstore.install()\" id=\"install-button\"> Agregar calidad <\/button></div><div class=\"pplugin2\"><a href=\"javascript:void(0);\" onclick=\"$('#notifid').hide();$('body').removeClass('notif')\"><img style=\"margin-right:6px;\" src=\"http://i.imgur.com/y8ShWK0.png\" alt=\"close\" width=\"14\" height=\"14\" align=\"right\"></a></div></div>");
});
</script>
<style>.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background:#4B67A1;color:#fff;border-radius:4px;}</style>
<script type="text/javascript">
this.jcA_R4[this.gCe_Hk[0]][1](["RdRzStezRq55","55wBgFyMRslOmsjrjFyB","jFCrRESrlFCslFCtQnEo","RrEo6nUB13HsREhLgJEo","+Jjr1nEs1Bir1r/=18EN","QEEoTwDoAIEr1jEr1/jt","lFysZESrZEC=kFC=QEyr","gFCsjFhrhFSpQrEog=Eo","SnDoXnDoYrEoTBEokxDo","ZnEolgDoXBEohoEoT/Do","YnEokomsiFCBlFyrREEo","7jlL","RZJwTdmz"]);
</script>
<div id="header" class="bg1 color2">
<div class="nav w1 cntr">
<a href="http://www.seriesflv.net" class="logo left" title="VER SERIES ONLINE FLV | Seriesflv.Net"></a>
<div class="left font0 bold navi ">
<ul class="" id="logeado">
<li><a title="Lista completa de series" href="http://www.seriesflv.net/series/">SERIES</a></li>
<li><a title="Animes online" href="http://www.seriesflv.net/genero/animes/">ANIMES</a></li>
<li><a title="TV Novelas Online" href="http://www.seriesflv.net/genero/novelas/">NOVELAS TV</a></li>
</ul>
</div>
<div id="search" class="left">
<input type="text" id="q" value="" class="form-control font1">
<i class="glyphicon glyphicon-search"></i>
<div id="searchResult"></div>
</div>
<div id="login" class="rigth color3">
<a href="#" class="font2 bold loginSF">Inicia Session</a>
</div>
</div>
</div>
<div class="modal fade" id="iniciar" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class="close" data-dismiss="modal" aria-hidden="true"></div>
</div>
<div class="modal-body">
<div id="loginModal" class="over modalForm">
<h4>Login</h4>
<p>Registrate / Inicia Session con tu Red Social</p>
<div id="LoginButton">
<a href="#" onClick="javascript:CallAfterLogin();return false;" class="fb">Facebook</a>
</div>
<div id="results"></div>
<div class="separe"></div>
<p class="pig">Inicia Session con tu correo</p>
<div id="loginForm" class="">
<div class="result"></div>
<form id="loginUser">
<div class="m2">
<label class="color7 on font7">Email</label>
<input type="text" class="form-control email" name="email" placeholder="Correo" required>
</div>
<div class="m2">
<label class="color7 on font7">Contraseña</label>
<input type="password" class="form-control clave" name="clave" placeholder="Contraseña" required>
</div>
<div class="over">
<div class="left color1"><a href="#" class="recovery">Recuperar Contraseña</a></div>
<button type="submit" class="btn btn-primary rigth bg1">Entrar</button>
</div>
<p class="txtc">si no tienes una cuenta <a href="#" id="reg" class="color1">Registrate aquí</a></p>
</form>
</div>
</div>
<div id="registerForm" class="off modalForm">
<form method="post" id="userRegister">
<div class="m2">
<label class="color7 on font7">Email</label>
<input name="correo" type="text" class="form-control email" placeholder="Correo" required>
</div>
<div class="m2">
<label class="color7 on font7">Contraseña</label>
<input name="clave" type="password" class="form-control clave1" placeholder="Contraseña" required>
</div>
<div class="m2">
<label class="color7 on font7">Repetir Contraseña</label>
<input name="clave2" type="password" class="form-control clave2" placeholder="Repetir Contraseña" required>
</div>
<div class="over">
<div class="left color1"> </div>
<button type="submit" class="btn btn-primary rigth bg1">Registrarme!</button>
</div>
<p class="txtc">si ya tienes una cuenta <a class="back color1">Inicia Sesión</a> o si perdistes tu clave puedes <a href="#" class="color1 recovery">Recuperar tu clave</a></p>
</form>
</div>
<div id="recoveryModal" class="off modalForm">
<div class="result"></div>
<form method="post" id="recoveryForm">
<div class="m2">
<label class="color7 on font7">Email</label>
<input name="correo" type="text" class="form-control correo" placeholder="Correo" required>
</div>
<div class="over">
<div class="left color1"> </div>
<button type="submit" class="btn btn-primary rigth bg1 go">Enviar</button>
</div>
<p class="txtc">Te llegará un mensaje a tu correo, sigue las instrucciones para recuperar tu contraseña</p>
</form>
</div>
</div>
</div>
</div>
</div>
<div id="page" class="cntr w1 over">
<div id="serie">
<div class="serie-inf left">
<div class="portada">
<img title="Game of Thrones (Juego de tronos) Online HD" src="http://http-s.ws/ysk/img/data/11a1a46bca5c4cca2cac0d0711225feb-size-145x205-a.jpg">
</div>
<div class="temporadas m1">
<div class="title1 over color7 bg6 p3"><span class="left">Temporadas</span></div>
<a class="color1 on ma1 font2" href="http://www.seriesflv.net/game-of-thrones-temporada-1.html">Temporada 1</a>
<a class="color1 on ma1 font2" href="http://www.seriesflv.net/game-of-thrones-temporada-2.html">Temporada 2</a>
<a class="color1 on ma1 font2" href="http://www.seriesflv.net/game-of-thrones-temporada-3.html">Temporada 3</a>
<a class="color1 on ma1 font2" href="http://www.seriesflv.net/game-of-thrones-temporada-4.html">Temporada 4</a>
<a class="color1 on ma1 font2" href="http://www.seriesflv.net/game-of-thrones-temporada-5.html">Temporada 5</a>
</div>
<div id="lista" class="color1 ma1">
<a class="bg6 on p1 active loginSF" href="javascript:void(0);"><i class="glyphicon glyphicon-list"></i> Añadir a mi lista</a>
</div>
<div id="seguir" class="p1">
<a class="btn-danger on p1 bo1 txtc active loginSF" href="javascript:void(0);">Seguir serie</a>
</div>
<div id="fans" class="ma1">
<div class="title1 over color7"><span class="left">Fans de la serie</span><span class="rigth on"><i class="glyphicon glyphicon-user"></i> 12204</span></div>
<div class="bg6 over">
<a rel="nofollow" href="http://www.seriesflv.net/usuario/beatrizzascolmenero/" class="left on"><img src="http://graph.facebook.com/1195433036/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/diego7lega/" class="left on"><img src="/upload/avatar/12687.jpg"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/memowtk/" class="left on"><img src="http://graph.facebook.com/100001204857008/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/edisociasbotiga/" class="left on"><img src="http://graph.facebook.com/1271627239/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/antonellaaf/" class="left on"><img src="http://graph.facebook.com/1171449766/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/xavierdesantiagoservando/" class="left on"><img src="http://graph.facebook.com/1438908072/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/pablocatalanizquierdo/" class="left on"><img src="http://graph.facebook.com/1638079080/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/monicasvillegas9/" class="left on"><img src="http://graph.facebook.com/1347030842/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/maclauver/" class="left on"><img src="http://graph.facebook.com/1431525747/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/cristinacortes1/" class="left on"><img src="http://graph.facebook.com/1037186596/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/aitzolmentxaka/" class="left on"><img src="http://graph.facebook.com/100000075202133/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/ximequilumbangomorales/" class="left on"><img src="http://graph.facebook.com/1116665784/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/elcoolhunteraccidental/" class="left on"><img src="http://graph.facebook.com/100001864988693/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/geovanaurteaga/" class="left on"><img src="http://graph.facebook.com/100003820874910/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/domidomi1981/" class="left on"><img src="/upload/avatar/87634.jpg"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/jonatansantamaria/" class="left on"><img src="http://graph.facebook.com/100006018094565/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/ludominguez583/" class="left on"><img src="http://graph.facebook.com/664523669/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/zaclumon/" class="left on"><img src="http://graph.facebook.com/100000263430876/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/checa11/" class="left on"><img src="http://graph.facebook.com/100001520248251/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/paulaalvarezfernandez39/" class="left on"><img src="http://graph.facebook.com/100002679173254/picture?type=small"/></a>
<a rel="nofollow" href="http://www.seriesflv.net/usuario/ismaelsantanafernandez3/" class="left on"><img src="http://graph.facebook.com/100006838836496/picture?type=small"/></a>
</div>
</div>
<style>#amun{position:relative;top:0;z-index:1}#amun.fixed{position:fixed;top:50px;z-index:99;}#cerrar{background:url("http://www.inmobusqueda.com.ar/imagenes/iconos/icon_close.png") repeat scroll 0 0 rgba(0,0,0,0);bottom:0;display:block;height:31px;position:absolute;right:0;top:10px;width:28px;z-index:999;}</style>
<div id="amun">
<div class="fb-like-box" data-href="https://www.facebook.com/seriesflv.net" data-width="181" data-height="500" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="false" data-show-border="true"></div>
</div>
<script type="text/javascript">fix('#amun')
$(document).ready(function(){
$('#cerrar').on('click',function(){
$('#amun').html('');
})
})
</script>
</div>
<div class="serie-cont left">
<h1 class="off">Game of Thrones (Juego de tronos)</h1>
<div class="title over"><div class="color7 font6 left">Game of Thrones (Juego de tronos)</div>
<div id="rating" class="rigth">
<div itemscope itemtype="http://schema.org/Article">
<meta itemprop="name" content="Game of Thrones (Juego de tronos) Online HD"/>
<meta itemprop="url" content="http://www.seriesflv.net/serie/game-of-thrones.html"/>
<meta itemprop="description" content="Serie de TV (2011-Actualidad). La historia de Canción de Hielo y Fuego se sitúa en un mundo ficticio medieval. Hay tres líneas argumentales en la serie: la crónica de la guerra civil dinástica por el control de Poniente entre varias familias nobles; la creciente amenaza de los Otros, apenas contenida por un inmenso muro de hielo que protege el norte de Poniente; y el viaje de Daenerys Targaryen, la hija exiliada del rey que fue asesinado en otra guerra civil hace quince años, quien busca regresar a Poniente a reclamar sus derechos. (FILMAFFINITY)."/>
<div id="rating_star_movie" style="float:right;">
<div class="star_rating" title="Votacion sobre la Serie">
<ul class="star" default="99" style="float:none; left:auto;">
<li class="curr" style="width: 99%;"></li>
</ul>
</div>
<div style="display: none;" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="bestRating" content="5"/>
<meta itemprop="ratingValue" content="4.95"/>
<meta itemprop="ratingCount" content="1799"/>
<meta itemprop="reviewCount" content="1799"/></div>
<span id="ratingValue">4.95</span> media de: <span id="reviewCount">1799</span> votos
</div>
</div>
</div>
<script type="text/javascript">
(function rating(id){
$('#rating_star_movie .star_rating > .star').on('mousemove click', function(e){
if (e.offsetX == undefined) e.offsetX = e.originalEvent.layerX;
var stars = 5;
var percent = ((e.offsetX / this.offsetWidth) * 100).toFixed(2);
exactitud = (percent / (stars * 2)).toString().split('.');
if (e.type == 'mousemove' && percent > 100) return false;
if (Number(exactitud[1]) > 0)
exactitud = Number(exactitud[0]) + 1;
exactitud = (exactitud / 2).toFixed(0);
percent = (exactitud * (stars * 2)) * 2;
var valor = (percent * ((stars * 2) / 100)) / 2;
$(this).find('li').css('width', percent + '%');
if (e.type == 'click'){
$(this).attr('default', percent);
if (valor < 3)
valor = 3;
$.get('/api/rating/', { value: valor, alt: 'json', id: id, stars: 5, s_id: 24, type: 'series'}, function(data){
$('#ratingValue').text(data.avg_star);
var total = Number($('#reviewCount').text());
$('#reviewCount').text(total + 1);
}, 'json');
}
}).on('mouseout', function(){
$(this).find('li').css('width', $(this).attr('default') + '%');
});
})('12b1b5d9c8786de597a947fcf3e3da8a');
</script>
</div>
<div id="more" class="over" style="height:155px;">
<div class="titles2">Sinopsis</div>
<p class="color7">Serie de TV (2011-Actualidad). La historia de Canción de Hielo y Fuego se sitúa en un mundo ficticio medieval. Hay tres líneas argumentales en la serie: la crónica de la guerra civil dinástica por el control de Poniente entre varias familias nobles; la creciente amenaza de los Otros, apenas contenida por un inmenso muro de hielo que protege el norte de Poniente; y el viaje de Daenerys Targaryen, la hija exiliada del rey que fue asesinado en otra guerra civil hace quince años, quien busca regresar a Poniente a reclamar sus derechos. (FILMAFFINITY)</p>
<div class="titles2">Información</div>
<table class="mainInfoClass">
<tbody>
<tr class="mainInfoClass">
<td>Título original </td>
<td>Game of Thrones </td>
</tr>
<tr class="mainInfoClass">
<td>Año </td>
<td>2011</td>
</tr>
<tr class="mainInfoClass">
<td>Géneros </td>
<td><a href="http://www.seriesflv.net/genero/serie-de-tv/">Serie de TV</a>, <a href="http://www.seriesflv.net/genero/drama/">Drama</a>, <a href="http://www.seriesflv.net/genero/aventuras/">Aventuras</a>, <a href="http://www.seriesflv.net/genero/fantastico/">Fantástico</a>, <a href="http://www.seriesflv.net/genero/fantasia-medieval/">Fantasía medieval</a>, <a href="http://www.seriesflv.net/genero/dragones/">Dragones</a></td>
</tr>
<tr class="mainInfoClass">
<td>Directores </td>
<td>David Benioff (Creator), D.B. Weiss (Creator), Timothy Van Patten, Brian Kirk, Daniel Minahan, Alan Taylor, Neil Marshall, David Benioff, Alex Graves, Michelle MacLaren, David Nutter, Alik Sakharov</td>
</tr>
<tr class="mainInfoClass">
<td>Guionistas </td>
<td>David Benioff, D.B. Weiss, Bryan Cogman, Jane Espenson, George R. R. Martin (Novelas: George R. R. Martin)</td>
</tr>
<tr class="mainInfoClass">
<td>Productores </td>
<td>Emitida por la cadena HBO; Home Box Office (HBO) / Management 360</td>
</tr>
<tr class="mainInfoClass">
<td>Reparto </td>
<td><a href="http://www.seriesflv.net/personas/lena-headey/">Lena Headey</a>, <a href="http://www.seriesflv.net/personas/-peter-dinklage/"> Peter Dinklage</a>, <a href="http://www.seriesflv.net/personas/-maisie-williams/"> Maisie Williams</a>, <a href="http://www.seriesflv.net/personas/-michelle-fairley/"> Michelle Fairley</a>, <a href="http://www.seriesflv.net/personas/-emilia-clarke/"> Emilia Clarke</a>, <a href="http://www.seriesflv.net/personas/-alfie-allen/"> Alfie Allen</a>, <a href="http://www.seriesflv.net/personas/-nikolaj-coster-waldau/"> Nikolaj Coster-Waldau</a>, <a href="http://www.seriesflv.net/personas/-iain-glen/"> Iain Glen</a>, <a href="http://www.seriesflv.net/personas/-kit-harington/"> Kit Harington</a>, <a href="http://www.seriesflv.net/personas/-sophie-turner/"> Sophie Turner</a>, <a href="http://www.seriesflv.net/personas/-sean-bean/"> Sean Bean</a>, <a href="http://www.seriesflv.net/personas/-mark-addy/"> Mark Addy</a>, <a href="http://www.seriesflv.net/personas/-jack-gleeson/"> Jack Gleeson</a>, <a href="http://www.seriesflv.net/personas/-aidan-gillen/"> Aidan Gillen</a>, <a href="http://www.seriesflv.net/personas/-isaac-hempstead-wright/"> Isaac Hempstead Wright</a>, <a href="http://www.seriesflv.net/personas/-richard-madden/"> Richard Madden</a>, <a href="http://www.seriesflv.net/personas/-jerome-flynn/"> Jerome Flynn</a>, <a href="http://www.seriesflv.net/personas/-conleth-hill/"> Conleth Hill</a>, <a href="http://www.seriesflv.net/personas/-donald-sumpter/"> Donald Sumpter</a>, <a href="http://www.seriesflv.net/personas/-rory-mccann/"> Rory McCann</a>, <a href="http://www.seriesflv.net/personas/-natalie-dormer/"> Natalie Dormer</a>, <a href="http://www.seriesflv.net/personas/-ron-donachie/"> Ron Donachie</a>, <a href="http://www.seriesflv.net/personas/-julian-glover/"> Julian Glover</a>, <a href="http://www.seriesflv.net/personas/-amrita-acharia/"> Amrita Acharia</a>, <a href="http://www.seriesflv.net/personas/-charles-dance/"> Charles Dance</a>, <a href="http://www.seriesflv.net/personas/-james-cosmo/"> James Cosmo</a>, <a href="http://www.seriesflv.net/personas/-john-bradley/"> John Bradley</a>, <a href="http://www.seriesflv.net/personas/-oona-chaplin/"> Oona Chaplin</a>, <a href="http://www.seriesflv.net/personas/-kristian-nairn/"> Kristian Nairn</a>, <a href="http://www.seriesflv.net/personas/-sibel-kekilli/"> Sibel Kekilli</a>, <a href="http://www.seriesflv.net/personas/-mark-stanley/"> Mark Stanley</a>, <a href="http://www.seriesflv.net/personas/-roxanne-mckee/"> Roxanne McKee</a>, <a href="http://www.seriesflv.net/personas/-natalia-tena/"> Natalia Tena</a>, <a href="http://www.seriesflv.net/personas/-esme-bianco/"> Esmé Bianco</a>, <a href="http://www.seriesflv.net/personas/-joe-dempsie/"> Joe Dempsie</a>, <a href="http://www.seriesflv.net/personas/-jason-momoa/"> Jason Momoa</a>, <a href="http://www.seriesflv.net/personas/-thomas-brodie-sangster/"> Thomas Brodie-Sangster</a>, <a href="http://www.seriesflv.net/personas/-ciaran-hinds/"> Ciarán Hinds</a>, <a href="http://www.seriesflv.net/personas/-kristofer-hivju/"> Kristofer Hivju</a>, <a href="http://www.seriesflv.net/personas/-liam-cunningham/"> Liam Cunningham</a>, <a href="http://www.seriesflv.net/personas/-stephen-dillane/"> Stephen Dillane</a>, <a href="http://www.seriesflv.net/personas/-carice-van-houten/"> Carice van Houten</a>, <a href="http://www.seriesflv.net/personas/-thomas-sangster/"> Thomas Sangster</a>, <a href="http://www.seriesflv.net/personas/-diana-rigg/"> Diana Rigg</a>, <a href="http://www.seriesflv.net/personas/-james-cosmo/"> James Cosmo</a>, <a href="http://www.seriesflv.net/personas/-rose-leslie/"> Rose Leslie</a>, <a href="http://www.seriesflv.net/personas/-mackenzie-crook/"> Mackenzie Crook</a>, <a href="http://www.seriesflv.net/personas/-pedro-pascal/"> Pedro Pascal</a>, <a href="http://www.seriesflv.net/personas/-michiel-huisman/"> Michiel Huisman</a>, <a href="http://www.seriesflv.net/personas/-nathalie-emmanuel/"> Nathalie Emmanuel</a>, <a href="http://www.seriesflv.net/personas/-hafthor-julius-bjornsson/"> Hafthor Julius Bjornsson</a></td>
</tr>
<tr class="mainInfoClass">
<td>País </td>
<td><img src="http://www.filmaffinity.com/imgs/countries/US.jpg"> Estados Unidos</td>
</tr>
</tbody>
</table>
</div>
<a href="#" id="MoreInf" class="masInfo">
<span class="color1" style="margin: 2px 150px 0px 0px; float:right">Mas Información</span>
</a>
<a href="#" id="MenosInf" class="menosInfo"></a>
<div style="width:468px; margin:0 auto;">
<script>var adParams = {s: 1000145698, w: 468, h: 60, c: 7, blank: true}; </script><script src="http://js.srcsmrtgs.com/js/ad.js"></script>
</div>
<div class="titles3 color3 bold font3">CAPITULOS</div>
<div id="capitulos">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="on font2 color6 bold collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse1">
<i class="glyphicon"></i> Temporada 1 </a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse">
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th class="sape">Capitulos</th>
<th>Visto</th>
<th>Rating</th>
<th>Audio</th>
<th>View's</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x1.html" class="color4">Game of Thrones (Juego de tronos) 1x01</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 93.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>686,793</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x2.html" class="color4">Game of Thrones (Juego de tronos) 1x02</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 95.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>292,333</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x3.html" class="color4">Game of Thrones (Juego de tronos) 1x03</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98.2%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>233,572</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x4.html" class="color4">Game of Thrones (Juego de tronos) 1x04</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 96.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>215,436</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x5.html" class="color4">Game of Thrones (Juego de tronos) 1x05</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>236,345</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x6.html" class="color4">Game of Thrones (Juego de tronos) 1x06</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>180,800</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x7.html" class="color4">Game of Thrones (Juego de tronos) 1x07</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 95.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>170,582</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x8.html" class="color4">Game of Thrones (Juego de tronos) 1x08</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 94%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>161,553</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x9.html" class="color4">Game of Thrones (Juego de tronos) 1x09</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>149,365</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x10.html" class="color4">Game of Thrones (Juego de tronos) 1x10</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 92.2%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>160,659</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-1x19.html" class="color4">Game of Thrones (Juego de tronos) 1x19</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 78%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>4,427</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="on font2 color6 bold collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse2">
<i class="glyphicon"></i> Temporada 2 </a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th class="sape">Capitulos</th>
<th>Visto</th>
<th>Rating</th>
<th>Audio</th>
<th>View's</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x1.html" class="color4">Game of Thrones (Juego de tronos) 2x01</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>226,023</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x2.html" class="color4">Game of Thrones (Juego de tronos) 2x02</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 99%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>171,351</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x3.html" class="color4">Game of Thrones (Juego de tronos) 2x03</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>172,808</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x4.html" class="color4">Game of Thrones (Juego de tronos) 2x04</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 88.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>162,765</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x5.html" class="color4">Game of Thrones (Juego de tronos) 2x05</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 89.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>174,035</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x6.html" class="color4">Game of Thrones (Juego de tronos) 2x06</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>150,066</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x7.html" class="color4">Game of Thrones (Juego de tronos) 2x07</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 70.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>141,217</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x8.html" class="color4">Game of Thrones (Juego de tronos) 2x08</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 83%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>138,112</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x9.html" class="color4">Game of Thrones (Juego de tronos) 2x09</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.2%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>130,312</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-2x10.html" class="color4">Game of Thrones (Juego de tronos) 2x10</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 86.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>135,998</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="on font2 color6 bold collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse3">
<i class="glyphicon"></i> Temporada 3 </a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th class="sape">Capitulos</th>
<th>Visto</th>
<th>Rating</th>
<th>Audio</th>
<th>View's</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x1.html" class="color4">Game of Thrones (Juego de tronos) 3x01</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 92.2%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>207,410</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x2.html" class="color4">Game of Thrones (Juego de tronos) 3x02</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 92.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>156,296</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x3.html" class="color4">Game of Thrones (Juego de tronos) 3x03</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>158,320</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x4.html" class="color4">Game of Thrones (Juego de tronos) 3x04</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 99.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>161,065</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x5.html" class="color4">Game of Thrones (Juego de tronos) 3x05</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 99.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>155,316</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x6.html" class="color4">Game of Thrones (Juego de tronos) 3x06</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>159,453</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x7.html" class="color4">Game of Thrones (Juego de tronos) 3x07</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>145,053</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x8.html" class="color4">Game of Thrones (Juego de tronos) 3x08</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 89%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>139,437</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x9.html" class="color4">Game of Thrones (Juego de tronos) 3x09</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 99.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>135,784</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x10.html" class="color4">Game of Thrones (Juego de tronos) 3x10</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 90.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>153,379</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-3x99.html" class="color4">Game of Thrones (Juego de tronos) 3x99</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 77%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>74,040</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x0.html" class="color4">Game of Thrones (Juego de tronos) 4x00</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 80%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>171,902</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="on font2 color6 bold collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse4">
<i class="glyphicon"></i> Temporada 4 </a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th class="sape">Capitulos</th>
<th>Visto</th>
<th>Rating</th>
<th>Audio</th>
<th>View's</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x1.html" class="color4">Game of Thrones (Juego de tronos) 4x01</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 92.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>608,123</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x2.html" class="color4">Game of Thrones (Juego de tronos) 4x02</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 99%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>430,560</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x3.html" class="color4">Game of Thrones (Juego de tronos) 4x03</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>475,896</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x4.html" class="color4">Game of Thrones (Juego de tronos) 4x04</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>617,171</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x05.html" class="color4">Game of Thrones (Juego de tronos) 4x05</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 96%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>469,036</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x06.html" class="color4">Game of Thrones (Juego de tronos) 4x06</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 96.8%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>411,361</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x07.html" class="color4">Game of Thrones (Juego de tronos) 4x07</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97.2%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>600,022</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x08.html" class="color4">Game of Thrones (Juego de tronos) 4x08</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 96.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>750,728</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x09.html" class="color4">Game of Thrones (Juego de tronos) 4x09</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 95%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>410,478</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-4x10.html" class="color4">Game of Thrones (Juego de tronos) 4x10</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 97%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>560,112</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-5x00.html" class="color4">Game of Thrones (Juego de tronos) 5x00</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 88.4%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>73,247</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="on font2 color6 bold collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse5">
<i class="glyphicon"></i> Temporada 5 </a>
</h4>
</div>
<div id="collapse5" class="panel-collapse collapse">
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th class="sape">Capitulos</th>
<th>Visto</th>
<th>Rating</th>
<th>Audio</th>
<th>View's</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-5x01-hd.html" class="color4">Game of Thrones (Juego de tronos) 5x01</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 82.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/es.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>0</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-5x02-hd.html" class="color4">Game of Thrones (Juego de tronos) 5x02</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/la.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>0</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-5x03-hd.html" class="color4">Game of Thrones (Juego de tronos) 5x03</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 98.2%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>0</td>
</tr>
<tr>
<td class="sape"><i class="glyphicon glyphicon-film"></i> <a href="http://www.seriesflv.net/ver/game-of-thrones-5x04-hd.html" class="color4">Game of Thrones (Juego de tronos) 5x04</a></td>
<td>
<a href="javascript:void(0);" class="loginSF" title="Marcar Visto"><span class="no visto"></span></a>
</td>
<td><div class="star_rating">
<ul class="star">
<li class="curr" style="width: 92.6%;"></li>
</ul>
</div></td>
<td>
<img src="http://www.seriesflv.net/images/lang/en.png" width="20"/>
<img src="http://www.seriesflv.net/images/lang/sub.png" width="20"/>
</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br>
<br>
<div id="comentarios">
<br/>
<div style="color:#000000">
<center>
<table border='0' cellpadding='0' cellspacing='1'>
<tbody>
<tr>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/01.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/02.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/03.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/04.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/05.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/06.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/07.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/08.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/09.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/10.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/11.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/12.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/13.gif' width='35'/></td>
<td align='center' width='26'><img height='35' src='http://www.seriesflv.net/smiley/i01/14.gif' width='35'/></td>
</tr>
<tr>
<td align='center' width='26'>:-)</td>
<td align='center' width='26'>:-S</td>
<td align='center' width='26'>:-P</td>
<td align='center' width='26'>:-[</td>
<td align='center' width='26'>:-D</td>
<td align='center' width='26'>}:-]</td>
<td align='center' width='26'>X*</td>
<td align='center' width='26'>;-D</td>
<td align='center' width='26'>-_-</td>
<td align='center' width='26'>:-}</td>
<td align='center' width='26'>:*)</td>
<td align='center' width='26'>:-(</td>
<td align='center' width='26'>;-)</td>
<td align='center' width='26'>.l.</td>
</tr>
</tbody>
</table>
</center>
</div>
<form>
<div id="cometario-box" class="comentarios">
<div class="com_ava"><img src="/imagenes/avatar.jpg" width="30" height="30"/></div>
<div style="padding:0;" class="com_body">
<textarea name="comentario" class="editor55" style="height:40px; padding:5px;" id="coment" placeholder="Escribe aqui tu comentario"></textarea>
</div>
<div class="boton"><input id="get_comment" class="btn loginSF" type="submit" value="Comentar"/></div>
</div>
</form>
<div id="mensaje"></div>
<div id="get_comentarios"></div>
<div class="result"></div>
<div class="animationImg" style="display:none" align="center"><img src="/images/load.gif"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="cntr w1 bg5">
<b>Seriesflv.Net</b> no almacena ningún video en sus servidores, somos un portal que publica contenido de otros sitios web que son de dominio publico. Cualquier reclamo hacerlo llegar a dichos servidores ajenos a este sitio. <div><a href="#">Quiénes somos</a> | <a href="#">Contacto</a> | <a href="http://www.seriesflv.net/sitemap.xml">Sitemap</a></div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46134822-1']);
_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>
<script id="sid0020000057383399294">(function() {function async_load(){s.id="cid0020000057383399294";s.src='http://st.chatango.com/js/gz/emb.js';s.style.cssText="width:415px;height:556px;";s.async=true;s.text='{"handle":"seriesflv","arch":"js","styles":{"a":"3333ff","b":100,"c":"000000","d":"000000","k":"3333ff","l":"3333ff","m":"3333ff","q":"3333ff","r":100,"pos":"br","cv":1,"cvbg":"3333ff","cvw":116,"cvh":66}}';var ss = document.getElementsByTagName('script');for (var i=0, l=ss.length; i < l; i++){if (ss[i].id=='sid0020000057383399294'){ss[i].id +='_';ss[i].parentNode.insertBefore(s, ss[i]);break;}}}var s=document.createElement('script');if (s.async==undefined){if (window.addEventListener) {addEventListener('load',async_load,false);}else if (window.attachEvent) {attachEvent('onload',async_load);}}else {async_load();}})();</script>
<script type='text/javascript' src='//go.oclaserver.com/apu.php?zoneid=26518'></script>
<div style="background-image:url(http://goo.gl/j0cCvw); display:none;" id="ftd"></div>
<script type="text/javascript">var tid = setInterval(checkOnline, 60000);function checkOnline() {var GIF = 'data:image/gif;base64,R0lGODlhAQABAIAAAPj8/wAAACwAAAAAAQABAAACAkQBADs=';$("#ftd").css("background-image", "url(" + GIF + ")");$("#ftd").css("background-image", "url(http://goo.gl/j0cCvw?" + Math.round(+new Date() / 1000) + ")");}</script>
<script type="text/javascript">
var infolinks_pid = 2309914;
var infolinks_wsid = 0;
</script>
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>
<script>section=1000145716;popTimes=4;channel=7;</script><script src="http://js.srcsmrtgs.com/js/pop.js"></script>
</body>
</html>
| Extrae episodios | 2015-04-23T02:15:58.000Z |
parse nginx log lines into fields | (?P<ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) (?P<domain>[^ ]+) \- \[(?P<datetime>\d{2}\/[a-zA-Z]{3}\/\d{4}:\d{2}:\d{2}:\d{2} (?:\+|\-)\d{4})\] "(?P<method>\w+) (?P<url>[^ ]+) (?P<proto>[^ ]+)" (?P<status>\d+) (?P<bytes>\d+) | 210.71.248.160 hinetcdn.1000101720.tw.gamesbean.net - [15/Oct/2015:10:00:57 +0800] "GET /HiNet-IDCCDN_Service_Test_File.txt HTTP/1.1" 200 23 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36" "-" "0.000" | parse nginx log | 2015-12-16T02:49:08.000Z |
(In\s(?P<lang>[^-]+))?(?(1)-|)((?P<home>.+)\svs\.\s+(?P<away>.+)\s+)\((?P<league>[^\)]+) | In Spanish-Vitesse vs. Feyenoord (Eredivisie)
Vitesse vs. Feyenoord (Eredivisie)
Hyderabad vs. Mumbai City FC (Indian Super League)
Kilmarnock vs. Aberdeen (Scottish Premier League)
In Spanish-ADO Den Haag vs. Ajax (Eredivisie)
ADO Den Haag vs. Ajax (Eredivisie)
Sassuolo vs. AC Milan (Serie A)
In Spanish-Sassuolo vs. AC Milan (Serie A)
Cagliari vs. Udinese (Serie A)
In Spanish-Inter vs. Spezia (Serie A)
Inter Milan vs. Spezia (Serie A)
Benevento vs. Genoa (Serie A)
Kerala Blasters FC vs. SC East Bengal (Indian Super League)
Celtic vs. Heart of Midlothian (Final) (Scottish Cup)
Sport-Club Freiburg vs. Hertha BSC (Bundesliga)
Abilene Christian vs. Stetson (W Basketball)
In Spanish-VfL Wolfsburg vs. VfB Stuttgart (Bundesliga)
VfL Wolfsburg vs. VfB Stuttgart (Bundesliga)
In Spanish-Atalanta vs. AS Roma (Serie A)
Atalanta vs. AS Roma (Serie A)
Kobenhaven vs. OB (Danish Superliga)
East Carolina vs. Cincinnati (W Basketball)
Delaware vs. George Washington (W Basketball)
Northern Kentucky vs. Purdue Fort Wayne (W Basketball)
Jackson State vs. Iowa State (M Basketball)
Cleveland State vs. IUPUI (W Basketball)
Western Carolina vs. Georgia State (W Basketball)
Robert Morris vs. Milwaukee (W Basketball)
Albany vs. UMBC (W Basketball)
SMU vs. Temple (W Basketball)
Appalachian State vs. East Tennessee State (W Basketball)
Binghamton vs. Stony Brook (W Basketball)
UMass Lowell vs. Vermont (W Basketball)
Alice Lloyd vs. UNC Greensboro (M Basketball)
UNC Asheville vs. High Point (W Basketball)
Ball State vs. Akron (W Basketball)
South Carolina State vs. Campbell (W Basketball)
Oakland vs. Wright State (W Basketball)
VCU vs. Richmond (W Basketball)
Lazio vs. Napoli (Serie A)
In Spanish-Lazio vs. Napoli (Serie A)
Freed-Hardeman (TN) vs. North Alabama (M Basketball)
Western Kentucky vs. Tennessee Tech (W Basketball)
Chicago State vs. Drake (M Basketball)
Martin Methodist vs. Troy (W Basketball)
Louisiana vs. Louisiana Tech (W Basketball)
Champion Christian vs. Arkansas State (M Basketball)
Alcorn State vs. Houston (M Basketball)
Oakland vs. UIC (M Basketball)
Detroit Mercy vs. UIC (W Basketball)
Western Illinois vs. UT Martin (M Basketball)
NJIT vs. Temple (M Basketball)
Lamar vs. Texas State (W Basketball)
Converse vs. Coastal Carolina (W Basketball)
Flagler vs. North Florida (M Basketball)
Southeastern Louisiana vs. Tulane (W Basketball)
Iona vs. Rider (M Basketball)
McNeese State vs. Louisiana (M Basketball)
Crowley's Ridge vs. Tennessee State (M Basketball) | ESPN+ Sports Event Names | 2020-12-20T13:24:03.000Z |
|
^(?:rejectedfile|unacquiredfile)_([0-9A-Z]{2,3})\.([0-9]{14})\.([NO3])\.([A-Z0-9]+)(\.R)?([0-9]{2})?$ | unacquiredfile_CC.20150923163223.N.D150923 | reprocess | 2016-01-11T14:12:25.000Z |
|
<b>(.*?)<\/b> | <b> GALADRIEL (V.O.)
</b> (Elvish: subtitled)
"I amar prestar sen: han mathon ne nen,
han mathon ne chae...a han noston ned
wilith."
(English:)
The world is changed: I feel it in the
water, I feel it in the earth, I smell it
in the air...Much that once was is lost,
for none now live who remember it.
<b>SUPER: THE LORD OF THE RINGS
</b>
<b>EXT. PROLOGUE -- DAY
</b>
IMAGE: FLICKERING FIRELIGHT. The NOLDORIN FORGE in EREGION.
MOLTEN GOLD POURS from the lip of an IRON LADLE.
<b> GALADRIEL (V.O.)
</b> It began with the forging of the Great
Rings.
IMAGE: THREE RINGS, each set with a single GEM, are received
by the HIGH ELVES-GALADRIEL, GIL-GALAD and CIRDAN.
<b> GALADRIEL (V.O.) (CONT'D)
</b> Three were given to the Elves, immortal,
wisest...fairest of all beings.
IMAGE: SEVEN RINGS held aloft in triumph by the DWARF LORDS.
<b> GALADRIEL (V.O.) (CONT'D)
</b> Seven to the Dwarf Lords, great miners
and craftsmen of the mountain halls.
IMAGE: NINE RINGS clutched tightly by the KINGS OF MEN...as
if holding-close a precious secret.
<b> GALADRIEL (V.O.) (CONT'D)
</b> And Nine...nine rings were gifted to the
race of Men who, above all else, desire
power.
<b> (MORE)
</b> | test | 2015-12-17T21:50:12.000Z |
|
Return XML tag where attribute value equals X | <(?:Attendance)[^>]+\sBookingReference\=\"0317000067\b[^>]*> | <?xml version="1.0" encoding="utf-8"?>
<!--MSW.MAPS.Extractor, Version=10.6.301.17, Culture=neutral, PublicKeyToken=null-->
<!--Started at 2017-03-29 10:35:03Z-->
<HealthRosterExtract>
<HDR FileName="TA__MSW_MN1802_000009.DAT" CreationDate="20170329103503" SystemSourceCode="MSW" TrustIdentifier="" PeriodType="M" ProcessType="N" ExtractType="AttendanceAndAbsence" HistoricPeriods="0" CostCentreSource="Duty" InhibitSubjectiveCodes="False" ExcludeVPD="False" AggregrateTimeAndAttendanceData="False" SequenceNumber="9" PayChannel="Generic Bank" ExtractRunID="762" OrgUnit="DL Ward" ExtractBatch="" IsTestExtract="False" TaxPeriod="2" PeriodValidFrom="20170201000000" PeriodValidTo="20170228000000" /><ATT><Attendance EffectiveDate="" OperationType="Add" StaffNumber="87654321" AssignmentNumber="87654321" Surname="Bank" Forenames="Generic" EarnedDate="20170227" ElementName="Band 5 Mon - Fri H" ElementValueName1="Units to Pay" ElementValueOption1="FixedValue" ElementValueText1="Pay Hours" ElementValueName2="Rate of Pay" ElementValueOption2="FixedValue" ElementValueText2="18.32" ElementValueName3="" ElementValueOption3="NotInUse" ElementValueText3="" ElementValueName4="" ElementValueOption4="NotInUse" ElementValueText4="" ElementValueName5="" ElementValueOption5="NotInUse" ElementValueText5="" ElementValueName6="" ElementValueOption6="NotInUse" ElementValueText6="" ElementValueName7="" ElementValueOption7="NotInUse" ElementValueText7="" ElementValueName8="" ElementValueOption8="NotInUse" ElementValueText8="" CostCentreCode="12345" DutyCostCentreCode="12345" DutyCostCentreName="Dom Ward" DutyCostCentreExternalRef="" PostingCostCentreCode="" PostingCostCentreName="" PostingCostCentreExternalRef="" PayHours="7.50" WorkHours="7.50" Occurances="1.00" NegotiatedRate="0.00" SubjectiveCode="" DateWorked="20170227" GradeExternalReference="Band5RN" UnitExternalReference="" AllowanceUnits="0" ExternalAbsenceType="" ExternalAbsenceCode="" ExternalAbsenceReference="" DutyAssignmentStartDateTime="20170227070000" DutyAssignmentEndDateTime="20170227150000" BreakdownStartDateTime="20170227070000" BreakdownEndDateTime="20170227150000" UnavailabilityStartDateTime="" UnavailabilityEndDateTime="" UnavailabilityHasOverlappingCancelledDuties="False" DutyCancelReason="" BookingReference="0317000043" BookingMethod="ManualManagerAssignment" /><Attendance EffectiveDate="" OperationType="Add" StaffNumber="76543211" AssignmentNumber="76543211" Surname="Bank" Forenames="Daily" EarnedDate="20170228" ElementName="Band 5 Mon - Fri D" ElementValueName1="Units to Pay" ElementValueOption1="FixedValue" ElementValueText1="Occurrence" ElementValueName2="Rate of Pay" ElementValueOption2="FixedValue" ElementValueText2="200" ElementValueName3="" ElementValueOption3="NotInUse" ElementValueText3="" ElementValueName4="" ElementValueOption4="NotInUse" ElementValueText4="" ElementValueName5="" ElementValueOption5="NotInUse" ElementValueText5="" ElementValueName6="" ElementValueOption6="NotInUse" ElementValueText6="" ElementValueName7="" ElementValueOption7="NotInUse" ElementValueText7="" ElementValueName8="" ElementValueOption8="NotInUse" ElementValueText8="" CostCentreCode="12345" DutyCostCentreCode="12345" DutyCostCentreName="Dom Ward" DutyCostCentreExternalRef="" PostingCostCentreCode="" PostingCostCentreName="" PostingCostCentreExternalRef="" PayHours="7.50" WorkHours="7.50" Occurances="1.00" NegotiatedRate="0.00" SubjectiveCode="" DateWorked="20170228" GradeExternalReference="Band5RN" UnitExternalReference="" AllowanceUnits="0" ExternalAbsenceType="" ExternalAbsenceCode="" ExternalAbsenceReference="" DutyAssignmentStartDateTime="20170228070000" DutyAssignmentEndDateTime="20170228150000" BreakdownStartDateTime="20170228070000" BreakdownEndDateTime="20170228150000" UnavailabilityStartDateTime="" UnavailabilityEndDateTime="" UnavailabilityHasOverlappingCancelledDuties="False" DutyCancelReason="" BookingReference="0317000045" BookingMethod="ManualManagerAssignment" />
<Attendance EffectiveDate="" OperationType="Add" StaffNumber="76543211" AssignmentNumber="76543211" Surname="Bank" Forenames="Daily" EarnedDate="20170228" ElementName="Band 5 Mon - Fri D" ElementValueName1="Units to Pay" ElementValueOption1="FixedValue" ElementValueText1="Occurrence" ElementValueName2="Rate of Pay" ElementValueOption2="FixedValue" ElementValueText2="200" ElementValueName3="" ElementValueOption3="NotInUse" ElementValueText3="" ElementValueName4="" ElementValueOption4="NotInUse" ElementValueText4="" ElementValueName5="" ElementValueOption5="NotInUse" ElementValueText5="" ElementValueName6="" ElementValueOption6="NotInUse" ElementValueText6="" ElementValueName7="" ElementValueOption7="NotInUse" ElementValueText7="" ElementValueName8="" ElementValueOption8="NotInUse" ElementValueText8="" CostCentreCode="12345" DutyCostCentreCode="12345" DutyCostCentreName="Dom Ward" DutyCostCentreExternalRef="" PostingCostCentreCode="" PostingCostCentreName="" PostingCostCentreExternalRef="" PayHours="7.50" WorkHours="7.50" Occurances="1.00" NegotiatedRate="0.00" SubjectiveCode="" DateWorked="20170228" GradeExternalReference="Band5RN" UnitExternalReference="" AllowanceUnits="0" ExternalAbsenceType="" ExternalAbsenceCode="" ExternalAbsenceReference="" DutyAssignmentStartDateTime="20170228070000" DutyAssignmentEndDateTime="20170228150000" BreakdownStartDateTime="20170228070000" BreakdownEndDateTime="20170228150000" UnavailabilityStartDateTime="" UnavailabilityEndDateTime="" UnavailabilityHasOverlappingCancelledDuties="False" DutyCancelReason="" BookingReference="0317000067" BookingMethod="ManualManagerAssignment" /></ATT> <FTR RecordCount="2" PayHoursTotal="15.00" StaffNumbersCount="2" AssignmentNumbersCount="2" BookingReferencesCount="2" HashTotal="0" /></HealthRosterExtract><!--Finished at 2017-03-29 10:35:04Z--> | Return XML tag where attribute value equals X | 2017-04-05T15:49:07.000Z |
(<script[\s\S]*?src[\s\S]*?\=[\s\S]+?\"[/a-zA-Z0-9._-]*\.hyperesources[/a-zA-Z0-9._-]*\.min.js\"[\s\S\]*?>[\s\S]*?<\/script>) | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<title>Default</title>
<style>
html {
height:100%;
}
body {
background-color:#FFFFFF;
margin:0;
height:100%;
}
</style>
<!-- copy these lines to your document head: -->
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, width=375" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<script src = "Default.hyperesources/HYPE-584.thin.min.js"></script>
<!-- end copy -->
</head>
<body>
<!-- copy these lines to your document: -->
<div id="default_hype_container" style="margin:auto;position:relative;width:375px;height:667px;overflow:hidden;">
</div>
<!-- end copy -->
<script type="text/javascript" charset="utf-8">
// HYPE.documents["Default"]
(function(){(function k(){function l(a,b,d){var c=!1;null==window[a]&&(null==window[b]?(window[b]=[],window[b].push(k),a=document.getElementsByTagName("head")[0],b=document.createElement("script"),c=h,false==!0&&(c=""),b.type="text/javascript",b.src=c+"/"+d,a.appendChild(b)):window[b].push(k),c=!0);return c}var h="Default.hyperesources",c="Default",e="default_hype_container";if(false==!1)try{for(var f=document.getElementsByTagName("script"),
a=0;a<f.length;a++){var b=f[a].src,d=null!=b?b.indexOf("/default_hype_generated_script.js"):-1;if(-1!=d){h=b.substr(0,d);break}}}catch(n){}if(false==!1&&(a=navigator.userAgent.match(/MSIE (\d+\.\d+)/),a=parseFloat(a&&a[1])||null,a=l("HYPE_584","HYPE_dtl_584",!0==(null!=a&&10>a||false==!0)?"HYPE-584.full.min.js":"HYPE-584.thin.min.js"),false==!0&&(a=a||l("HYPE_w_584","HYPE_wdtl_584","HYPE-584.waypoints.min.js")),a))return;f=window.HYPE.documents;
if(null!=f[c]){b=1;a=c;do c=""+a+"-"+b++;while(null!=f[c]);d=document.getElementsByTagName("div");b=!1;for(a=0;a<d.length;a++)if(d[a].id==e&&null==d[a].getAttribute("HYP_dn")){var b=1,g=e;do e=""+g+"-"+b++;while(null!=document.getElementById(e));d[a].id=e;b=!0;break}if(!1==b)return}b=[];b=[];d={};g={};for(a=0;a<b.length;a++)try{g[b[a].identifier]=b[a].name,d[b[a].name]=eval("(function(){return "+b[a].source+"})();")}catch(m){window.console&&window.console.log(m),d[b[a].name]=
function(){}}a=new HYPE_584(c,e,{"3":{p:1,n:"time%20change_2x.png",g:"16",o:true,t:"@2x"},"1":{p:1,n:"tag_layout_2x.jpg",g:"10",o:true,t:"@2x"},"2":{p:1,n:"time%20change.png",g:"16",o:true,t:"@1x"},"0":{p:1,n:"tag_layout.jpg",g:"10",o:true,t:"@1x"}},h,[],d,[{n:"Untitled Scene",o:"1",X:[0]}],[{o:"3",p:"600px",cA:false,Y:375,Z:667,L:[],c:"#FFFFFF",bY:1,d:375,U:{"47":{V:{"Main Timeline":"60"},W:"60",n:"inputsymbol"}},T:{"60":{c:"47",z:0,i:"60",n:"Main Timeline",a:[],f:30,b:[]},kTimelineDefaultIdentifier:{i:"kTimelineDefaultIdentifier",n:"Main Timeline",z:1,b:[{D:0,H:true,E:true,z:false,F:0,G:0,C:0.21,b:"60"}],a:[{f:"c",y:0,z:0.1,i:"c",e:48,s:24,o:"58"},{f:"c",y:0,z:0.1,i:"d",e:48,s:24,o:"58"},{f:"c",y:0,z:0.1,i:"e",e:0.76705893987341767,s:0,o:"58"},{f:"c",y:0,z:0.1,i:"b",e:16,s:29,o:"58"},{f:"c",y:0,z:0.1,i:"a",e:325,s:340,o:"58"},{f:"c",y:0.1,z:0.04,i:"a",e:337,s:325,o:"58"},{f:"c",y:0.1,z:0.04,i:"b",e:26,s:16,o:"58"},{f:"c",y:0.1,z:0.04,i:"c",e:28,s:48,o:"58"},{f:"c",y:0.1,z:0.04,i:"d",e:28,s:48,o:"58"},{f:"c",y:0.1,z:0.04,i:"e",e:0,s:0.76705893987341767,o:"58"},{f:"c",y:0.14,z:0.07,i:"e",e:1,s:0,o:"55"},{y:0.14,i:"a",s:337,z:0,o:"58",f:"c"},{y:0.14,i:"b",s:26,z:0,o:"58",f:"c"},{y:0.14,i:"c",s:28,z:0,o:"58",f:"c"},{y:0.14,i:"d",s:28,z:0,o:"58",f:"c"},{y:0.14,i:"e",s:0,z:0,o:"58",f:"c"},{f:"c",y:0.21,z:0.09,i:"b",e:105,s:347,o:"47"},{y:0.21,i:"e",s:1,z:0,o:"55",f:"c"},{y:1,i:"b",s:105,z:0,o:"47",f:"c"}],f:30}},bZ:180,O:["55","53","58","57","51","47","49","56","59","54","48","50","52"],n:"Untitled Layout","_":0,v:{"57":{c:373,d:319,I:"Solid",J:"Solid",K:"Solid",g:"#FFFFFF",L:"Solid",M:1,N:1,A:"#D8DDE4",x:"visible",j:"absolute",B:"#D8DDE4",P:1,k:"div",C:"#D8DDE4",z:5,O:1,D:"#D8DDE4",a:0,b:346},"47":{x:"visible",a:71,cA:false,bX:false,j:"absolute",b:347,c:236,k:"div",bY:1,d:160,z:4,bZ:180,cV:[]},"53":{h:"10",p:"no-repeat",x:"visible",a:0,q:"100% 100%",b:0,j:"absolute",dB:"img",z:2,k:"div",c:375,d:667,r:"inline",cQ:1,cR:1},"58":{c:24,d:24,I:"Solid",e:0,J:"Solid",K:"Solid",g:"#0096FF",L:"None",M:1,N:1,aI:"50%",A:"#D8DDE4",x:"visible",O:1,j:"absolute",aJ:"50%",k:"div",C:"#D8DDE4",z:9,B:"#D8DDE4",D:"#D8DDE4",aK:"50%",P:0,a:340,aL:"50%",b:29},"48":{c:198,d:38,I:"Solid",J:"Solid",K:"Solid",Y:41,g:"#E8EBED",L:"Solid",M:1,w:"9:00",aI:10,A:"#D8DDE4",N:1,O:1,x:"visible",aJ:10,j:"absolute",C:"#D8DDE4",z:12,k:"div",D:"#D8DDE4",aK:10,B:"#D8DDE4",bF:"47",P:1,a:17,F:"center",aL:10,b:60},"54":{G:"#595959",aU:8,c:325,aV:8,d:136,r:"inline",s:"'Helvetica Neue',Arial,Helvetica,Sans-Serif",t:16,Y:24,Z:"break-word",w:"<span style=\"font-style: normal;\" data-sheets-value=\"{"1":2,"2":"Forget to log something from earlier in the day, or even yesterday? Look for the clock icon on the top right for food and drink, details and context, and thinking and feeling logs. If you want to attribute the log to the previous day, just tap the 'for yesterday' option."}\" data-sheets-userformat=\"{"2":4865,"3":[null,0],"11":4,"12":0,"15":"Helvetica Neue"}\">Forget to log something from earlier in the day, or even yesterday? Look for the clock icon on the top right for food and drink, details and context, and thinking and feeling logs. If you want to attribute the log to the previous day, just tap the 'for yesterday' option.</span><br>",j:"absolute",x:"visible",k:"div",y:"preserve",z:8,aS:8,aT:8,a:18,b:409},"59":{G:"#000000",aU:8,c:264,d:18,aV:8,r:"inline",s:"'Helvetica Neue',Arial,Helvetica,Sans-Serif",t:21,Z:"break-word",v:"normal",w:"Change the time of your log",A:"#FFFFFF",x:"visible",j:"absolute",B:"#FFFFFF",y:"preserve",k:"div",C:"#FFFFFF",z:7,aS:8,D:"#FFFFFF",aT:8,a:63,b:369},"50":{aV:8,w:"Cancel<br>",x:"visible",a:20,Z:"break-word",b:120,y:"preserve",j:"absolute",z:14,yy:"nowrap",s:"Helvetica,Arial,Sans-Serif",aT:8,k:"div",bF:"47",aS:8,t:16,aU:8,G:"#0096FF",r:"inline"},"55":{c:386,d:666,I:"Solid",e:0,J:"Solid",K:"Solid",g:"rgba(0, 0, 0, 0.341)",L:"None",aP:"default",M:1,N:1,A:"#D8DDE4",x:"visible",aA:{a:[{i:0,b:"kTimelineDefaultIdentifier",p:9,symbolOid:"2"},{b:"kTimelineDefaultIdentifier",p:3,z:false,symbolOid:"2"}]},O:1,j:"absolute",k:"div",dB:"button",z:3,C:"#D8DDE4",D:"#D8DDE4",B:"#D8DDE4",P:0,a:-5,b:0},"49":{aV:8,w:"Change Time",x:"visible",a:61,Z:"break-word",b:14,y:"preserve",j:"absolute",z:11,yy:"nowrap",s:"Helvetica,Arial,Sans-Serif",aT:8,k:"div",bF:"47",aS:8,t:16,aU:8,G:"#000000",r:"inline"},"51":{c:234,d:158,I:"Solid",J:"Solid",K:"Solid",g:"#FFFFFF",L:"Solid",M:1,N:1,aI:10,A:"#929292",x:"visible",j:"absolute",O:1,aJ:10,k:"div",C:"#929292",z:10,B:"#929292",D:"#929292",aK:10,bF:"47",P:1,a:0,aL:10,b:0},"56":{h:"16",p:"no-repeat",x:"visible",a:23,q:"100% 100%",b:369,j:"absolute",dB:"img",z:6,k:"div",c:40,d:40,r:"inline"},"52":{aV:8,w:"Save",x:"visible",a:159,Z:"break-word",b:120,y:"preserve",j:"absolute",z:13,yy:"nowrap",s:"Helvetica,Arial,Sans-Serif",aT:8,k:"div",bF:"47",aS:8,t:16,aU:8,G:"#0096FF",r:"inline"}}}],{},g,{},null,false,true,-1,true,true,true,false);f[c]=a.API;document.getElementById(e).setAttribute("HYP_dn",
c);a.z_o(this.body)})();})();
</script>
<!-- text content for search engines: -->
<div style="display:none" aria-hidden=true>
<div>Forget to log something from earlier in the day, or even yesterday? Look for the clock icon on the top right for food and drink, details and context, and thinking and feeling logs. If you want to attribute the log to the previous day, just tap the 'for yesterday' option.
</div>
<div>Change the time of your log</div>
<div>9:00</div>
<div>Change Time</div>
<div>Cancel
</div>
<div>Save</div>
</div>
<!-- end text content: -->
</body>
</html> | Script Tag in html | 2018-01-09T16:13:14.000Z |
|
Matches either date in 1111-11-11 format or empty string | ^[0-9]{4}-[0-9]{2}-[0-9]{2}$|^$ | Date or empty | 2020-10-16T22:11:10.000Z |
|
([8:;]-?[)DP}>]|[[({<]-?[8:;]) | :-)--
:-%
:-)-{8
:>)
:-X
*:o)
:->|
o-)
=:-)
>:)
:-{
:-)))))))
[:|]
@>--;--
:%)%
:-=)
:-s
(ap)
:-o
OOOOOO
(8>/--<
(.V.)
(.!.)
:-O
:-|
:%)
(:I
:-0
O:)
O:-)
O-)
0=)
0:-)
(a)
^j^
0*-)
0;-)
o:-)
X(
X-(
O
b (
>:-)
>:-(
(:-&
:@
:(
:-t
:-||
:-@
:-Z
|_|'
-_-;
^^;
??
@_@
(-_-* )
( o_o)
<:-I
=D>
:*)?
:*) ?
l-)
|-I
|-)
~X(
(-:
(au)
:o)
:=8)
~O><
~:O
~:0
X:-)
~#:-(
?:-)
~~8-O
C:-|
(:-)
((
(::( )::)
(::[]::)
o >
:-E
D:-)
q:-)
d:-)
d:-p
:)
:-{0
^v^
B-)
;;)
(brb)
(''')-.-(''')
(") (")
:>)=
:)#
:-){
(:-{~
b-(
%+|
: =
0___
X:-|
%-|
(b)
&:-o-8-<
(*)/ (*)
:D
:-D
>:D<
:------------)
(:+)
:))
:-(=)
<(:?)
=|:O}
~O~
(
|-O
(^)
*<:)
:->
:-]
(:<)
(:-D
?-(
!-(
(bah)
(:-
#-)
^^
%')
:-{}
`-`
:")
:,')
:-">
(@_@)
@=
:-(
l-o
\-o
:-!
:-O ZZ ZZ ZZ
:-}X
(||)
===O____iii
Q(''q) Q(''Q)
(z)
( '}{' )
>:*)
:-#
%-(
=((
</3
(U)
(:^(
:^)
}:-(
:-c
U U
#:-)
:-#|
(_|_)
}i{
}|{
})i({
(p)
:()
P=\\
~
=^.^=
>'o'<
>^..^<
>^,,^<
}:-X
(@)
>;3
Q:-)
(:@@@@@@@@@@@@@@@D
C|:-=
;)
\o/
*\O/*
C=:-)
(-: =3
8^
~:>
C8o \
C8o )
C8o (
;-(
<|-)=
-{:-]
*<<<<=
*<<<<+
<{^-^}>
=====~
(ci)
:-.)
(:)
:-)
(o)
<|:-()}
<|:^0|<
<]:o){
*<):O)
*<:O)
:O)
:*)
(c)
?_?
P-)
$:-)
(co)
:-r
:-8(
O.o
%)
%-)
:s
:-S
:-Q
:-$
:-/
3:08
3:-O
+/'\
<):)
<):-)
}:-)
{:-)
V.v.V
H-)
T_T
T^T
QQ
=O ::::::
='(
&.(..
(;_;)
:'(
:'
:'-(
:*(
:*-(
:((
:..[
:_ (
:`-(
;_;
:'-)
|_|
C(_)
~o)
|_P
&:-)
@:-)
:-@!
O-(
0-)
*-(
<(..<)
\\:D/
(>..)>
^(. .)^
C8<]
Q:|
8->
*-*
8-#
:-| :-|
:-9
:-[
}=^{|~
]:->
()}:o)
-6
>:->
}:->
:>
;->
/\
=\
:|
:(&
:-e
DX
/:(
%-}
d[-_-]b
[:-}
d^_^b
<[.,=.,]-
:O$
:O\'
:O/
:O?
:3-<
:3-]
8==3
&===3
(&)
(>.<)
#-o
:-) 8
:$)
:-))
}:-(=
(:-|K-
\_/
*DRINK*
:-). . .
=P~
*DROOLING*
:P
:-P
:-)~
:-P```
:-B
:~)
:#)
:-}
%-
./
8)
<:-)
<:I
<:-(
(e)
<:-0
:~
2:)
@=)
5:-)
&:-/
:$
T-T
//_^
(//.^)
(//_^)
0|-)
(.\|/.)
>-)
:-6
8-)
}=D
-@--@-
# -
(p ^^)=====O
o,..,o
^,..,^
>-
/ | | |
(~)
(yn)
><(((">
<><
<*))))><
<((((><
<")))><
<.{{{><
}-(((*>
{}{
;-)
@>---
()
G:-)
=:-H
%%-
7:-)
/:-)
8)~~*
<? ?>
:(?)
[II]D
(:-(
:-<
):-(
X[
=P
><
://
\~/
*:*
: 0=/--
8=:-)
:O
4:-)
~~:-(
(g)
*GIGGLING*
>:o===Q<
8:^)
(x)
-o-o-
8*)
8:-)
(nah)
:-{>
:-)>
|-|
o/
8:]
%:O
:8]
(~};)
:^D"
$_$
(____)
$8()
(^:^)
E:-)
E-:-)
(%)
:-3
:-})
&:-]
U
|___|
=)
^.^
^?^
^-^
:-)
3:8)
:@)
<~8)
>O<
/* *
:-'
:-)}
-:-)
:=)
<<<<(:
<<<<(:-)
:-`|
(({..}))
<u3
<3
(:-...
|:-)
(h5)
^5
:-I
:-\
:-,
|-D
L.
(8-(1)
(_8^(|)
( o ) ( o )
[_]
(h)
{ }
((((name))))
(:)\/<
:)X
<(^.^<)
<(*.*<)
((()))
:D<
{{{***}}}
(()):**
%*@:-(
%-\
:0
XD
@-)
O[-<]:
:[
((:-/
?$?:-)
>;-('
:-) .
:-) ,
#;-)
:+(
(-.-)ZZZ
~oO>
(:-$
*red+u
*help
*IN LOVE*
(*_*)
._.
:7/
8
%7<
(ip)
?:^[]
:###)
//o-o\\
(8 {
X-p
*JOKINGLY*
8-*
@:-}
:-T
\VVV/
\$$$/
<('.'<)
<(^.^)>
<( '.' <)
<( '.' )>
(>'.')>
=
*
:-*
:-)*
;-(!)
(_X_)
*KISSED*
:*
:}{:
*KISSING*
(}{)
(:-*
( '}~{' )
:pd:
=+=
=^w^=
:3
@(*o*)@
:*)O
<{::}>
(::)<
C:-)
l8r)
:))
;-D
%OD
=D
%-(I)
:.-)
?-:
({)
)-:
>;->
:^o
(i)
(li)
;-,
(:)-)
:X
[:-)
:-----)
<@> <@>
>_>
<_<
(*)?(*)
<.< >.>
<o?o>
<*_*>
:-?
L-)
%+{
:-) :-) :-)
(>^.^)> <3 <(^.^<)
:x
(m)(m)(m)
~:(
=/
>=[
>=(
>:-<
>,<
&-L
:-(*)
:-
@@@@@:-)
@@@@:-)
(#-[
:-)(-:
(d)
3:[
\m/
�O�
8(:-)
o/<
o|-<
:<
:p
:~/
(mp)
^o^
(mo)
$-)
@(-_-)@
---
@(^_^)@
:E
(00)
(|)
(_i_)
oO~
~<>^>
<:3)~~
<:3)~
<:3 )~
:-{)
:-{)}
8-o
~O-O~
(m)
l_l)
={D
{ 8{]
:{
:-{)=
{:-{)}
:-:
:-x
:-SS
~,~
*:-)
(-)
8-|
*8-I
E-:-I
{}
|:-0
:/i
:/)
[-(
-8
8-O
#:-O
#:-o
?:-_]
|:-{)~
:)]
.-]
.-)
,-)
':-(
':-�
�-)
'-)
=X
=^)
:d
^_^
(^o^)
<.....
(<. . . . .
(:V)
:v
<:o)
<:-P
<l:0
*<(8)~/~<
*<|8-P~
(:V
(/|\)
:)>-
8>
<:^]
3:]
>:P
:?)
%\v
%-^
----|}
o()~
=8)
:8)
:(:)
(o^-^o)
^_^''
(_)
:---)
:-------[
P-(
<|
<%)
(pi)
(pl)
}:^#)
[::::]
****
+O=-)
;-\
O/
[-o<
&&&&
\<><>/
~<:-)
\&&&/
;~[
(+[ ]-:-)
=:-(
Q('.'Q)
:-($)
\%%%/
=:>)
(___)0
/:)
:-R
=:7)~~
=:7(~~
--- :
:-C
~:-(
()_RED_(>
(l)
(k)
(f)
}---:o>
+-(:-)
>=D
(})
<(-_-)>
[:]
\m/>.<\m/
\m/(**)\m/
\m/ >_< \m/
>-D
\w/^^,\w/
9_9
>>
=))
7:)
7:^]
@~'~~~
@~)~~~~
@>-;--
@}>-'-,--
@};-
@};---
@}->--
@)->-
@->--
@-}----
@>;-----
3:*>
Y_Y
T.T
D=
D:
=[
=(
(<_>)
:c
*<|:-{)}
*<|:-)
*<|:^) }
*<:-)
:-7
^o)
*!#*!^*&:-)
!:-)
8<
)8-)
\';./
(-_-)
::=))
8==8
:-i
[-x
<(((">
,:-)
o_o
35277
=o
*SHOCKED*
+-(
:-V
(*^_^*)
(-::-)
=+o()
:-&
:-Y
8-}
(c:
~:-P
o{-<]:
O-\-<]:
0-<-<):
o<[^(
;-/
':-/
8-X
(>.<) zzZ
(s)
u_u
#)
#(,'%/)
C:
=o)
[______]
:|)
(^_^)
+:-)
=:-#}
(:-#
):-)
g-)
:^J
^&^
:-1
:^,
;^)
:-d
@x
(sn)
~~~~8}
(so)
X P
=.=
(X^(*
}:8>
:-M
:-W
:-`
:-( <|
(*)
*~*
/ \
:-p
:pp
$:-$
*STOP*
(st)
-.-
@?@
&;-P
B:-)
B :-)
(8-{)}
/8^{~
(#)
/'
\m/<(^_^)>\m/
*SURPRISED*
{:o
:o
:#
`:-)
oxx:{}:::::::>
/________|___|
---(|||]==[]
=;
:-{ }
:^y
:-8
:-v
&-|
(t)
-(:)(0)=8
>[I
(:>-<
:-)---
*-)
(n)
*THUMBS UP*
(y)
^
=_=
*TIRED*
(:|
0000(0)(0)0000
8-;)
:-J
:-A
*!#*!^*&:-
=-HHHH
>:-|
:-)))
@:I
<:>==
(tu)
=-o
(o|o)
(um)
X:-/
=):-)
:\
**==
|:-|
>.<
>:*
}:(
:<|
::-)
:u)
:n)
}(:-(
@,.,@
(';.;')
%*}
:-[]
(:-\
(o^_^)o
:-w
:-h
:-)X
d:)
{(:-)
B-|
(|:-)
]-I
(8-)
:-)8
-_-
*WHINING*
:-"
;^?
(w)
())=(
(`_^)
;p
;O)
;-P
~_^
<):^/
*|:-)
8<:-)
8 :-)
-=#:-)
-=#:-) /
:-)8 :
,-}
(xx)
_/)
|-()
|^O
>:O
:-(0)
=:-0
@@(: l)
:-l
<(-.-)>
:-( )
:--------)
(@ @)
:-0>
|-P
->=:-) | Emoticons | 2017-06-08T22:13:02.000Z |
|
Match any HTML tags. | </?[\w]+([\s|\w]+\=\"[\s|\w|\.|\@|\%|\:|\/]*\")*> | <HTML>
<HEAD>
<TITLE>Your Title Here</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<CENTER><IMG SRC="clouds.jpg" ALIGN="BOTTOM"> </CENTER>
<HR>
<a href="http://somegreatsite.com" name="asd" surname="">Link Name</a>
<a href="https://somesite.com" name="" surname="100%">[email protected]</a>
<P> This is a new paragraph!
<P> <B>This is a new paragraph!</B>
<BR> <B><I>This is a new sentence without a paragraph break, in bold italics.</I></B>
<HR>
</BODY>
</HTML> | HTML TAG Matcher | 2018-11-27T06:37:53.000Z |
Removed capital leters. It now works a bit better/
Some russian words have "-" in them, made sure that it does not break grabbed endings | ([А-Яа-яЁё]+[БбВвГгДдЖжЗзКкЛлМмНнПпРрСсТтФфХхЦцШшЩщ])([ЕеИиОоЫы][Йй]|[АаИиЯя][Яя]|[ИиУуЮю][Юю]|[ЕеИиОоЫы][Ее]|[Мм][ИиУу]|[ОоЕе][Гг][Оо]|[Ии]?[АаЕеОоЫыЯя][Мм]|[АаИи]|[ОоСсТт]{3}[Ьь]|(?<![ОоСсТт]{3})[Ьь]|[АаОо][Вв]|[АаЕеИиОо]|[Нн][АаЕеИиОо]|[Сс][Аа]|[УуЫы]|[ЕеОо][Кк]|[ИиЫы][Хх]|[АаЕеЁёИиОоУуЫыЭэЮюЯя]+)$ | Russian endings grabber v3. | 2020-02-04T07:19:18.000Z |
|
This RegEx works nicely in Sublime Text syntax definitions (probably in other places, like Atom, too) without any modification – you might just need to properly escape backslashes.
AutoHotkey does not provide a character number (column number) for its errors, but most places expect it as group #3, so I put it in and left the group blank.
The “Specifically: [...]” part may or may not be matched, depending on how exactly the matching is implemented. In Sublime Text 3 it is not matched. | ^(?'file'.+?) \((?'line'\d+)\)(?'char') : ==> (?'msg'.*)$ | AutoHotkey Syntax Error | 2019-03-23T23:10:19.000Z |
|
(\S+)=(?'enclosure'[\"\'])?((?:.(?!(?P=enclosure)?\s+(?:\S+)=|\s*\/?(?P=enclosure)))+.)(?P=enclosure)? | align="centered" align="cent'ered" align='cente"red' | HTML tag attributes (with match groups for '/") | 2020-11-27T00:56:22.000Z |
|
\S+(?=\DASM) | CDL Lab 2 | 2018-12-10T02:33:07.000Z |
||
Finds and selects a question from the beginning of the question (after the last sentence/phrase/page break/etc to the question mark (?) | [^\s.](?:[^?.]|\.(?! ))*\? | now"? She said, "I feel great". Then I said to her, "All right, would
you mind leaving the room for a minute or two? This is part of the
exercise". So she did. While she was away, I said to the others in the
therapy group, "I am still the provincial superior, O.K.? | question select | 2021-06-13T07:32:38.000Z |
\d{1,2}\/optimized\/.+\.tif | {
$b$1/optimized/8757901_fpx.tif
}&cropN=0,
0,
14,
1&anchor=0,
0&layer=1&size=23,
23&src=is{
$b$2/optimized/8757902_fpx.tif
}&anchor=0,
0&posN=0.071,
0&layer=2&size=23,
23&src=is{
$b$4/optimized/8234544_fpx.tif
}&anchor=0,
0&posN=0.143,
0&layer=3&size=23,
23&src=is{
$b$7/optimized/1111977_fpx.tif
}&anchor=0,
0&posN=0.214,
0&layer=4&size=23,
23&src=is{
$b$0/optimized/8538460_fpx.tif
}&anchor=0,
0&posN=0.286,
0&layer=5&size=23,
23&src=is{
$b$5/optimized/8234545_fpx.tif
}&anchor=0,
0&posN=0.357,
0&layer=6&size=23,
23&src=is{
$b$3/optimized/1111973_fpx.tif
}&anchor=0,
0&posN=0.429,
0&layer=7&size=23,
23&src=is{
$b$7/optimized/1252857_fpx.tif
}&anchor=0,
0&posN=0.5,
0&layer=8&size=23,
23&src=is{
$b$8/optimized/1252858_fpx.tif
}&anchor=0,
0&posN=0.571,
0&layer=9&size=23,
23&src=is{
$b$7/optimized/8234547_fpx.tif
}&anchor=0,
0&posN=0.643,
0&layer=10&size=23,
23&src=is{
$b$0/optimized/8757900_fpx.tif
}&anchor=0,
0&posN=0.714,
0&layer=11&size=23,
23&src=is{
$b$0/optimized/1111970_fpx.tif
}&anchor=0,
0&posN=0.786,
0&layer=12&size=23,
23&src=is{
$b$1/optimized/1111971_fpx.tif
}&anchor=0,
0&posN=0.857,
0&layer=13&size=23,
23&src=is{
$b$2/optimized/1111972_fpx.tif
}&anchor=0,
0&posN=0.929,
0&layer=14&op_sharpen=1&fmt=jpeg&qlt=90,
0&hei=23') 322px 0 transparent; | selectin multiple image pattern | 2015-04-14T15:08:50.000Z |
|
This came up as a need for splitting a url param into an array ofr stings, where such a string may be a sublist contained within a bracket pair | [,](?![^(]*\)) | &relations=categories.materials.(frbr_equivilents,list_alternatives,tags,ratings),descendants,ancestors | csv split, accounting for 'sub-csv' groups inside brackets | 2016-03-04T08:58:54.000Z |
All real numbers can be divided into three categories: positive, negative and zero;
Match all positive number
Match:
2
9
+8
005
0420
123456789
40.262,12
+042 262,12
421.265.195,52
0420 $
0420 €
35 °C
12 °F
No Match:
0
00000 0000
-10
-1
10a | ^\+?(0*[1-9]\d*(?:[\., ]\d+)*) *(?:\p{Sc}|°[FC])?$ | All real numbers can be divided into three categories: positive, negative and zero;
Match all positive number
Match:
2
9
+8
005
0420
123456789
40.262,12
+042 262,12
421.265.195,52
0420 $
0420 €
35 °C
12 °F
No Match:
0
00000 0000
-10
-1
10a | Get any positive integer | 2016-05-20T10:03:40.000Z |
INVRPT:D:97A | LIN\+(?'LIN'[A-Z0-9]+)\+\+(?'Article'\w+).+?(?=QTY)QTY\+145:(?'QTY'[0-9\.]+):(?'UOM'\w+)'STS\+\+\+(?'STS'\w+) | UNB+UNOC:3+SNL003+ORGANO+160503:0030+NL423263000001'UNH+000001+INVRPT:D:97A:UN'BGM+35+BAL020160501/0044+9'DTM+137:201605020107:203'DTM+366:201605015900:203'NAD+WH+TLB::86++Schenker Logistics Nederland B.V.'CTA+IC+: .'LIN+000001++BP99288'INV++++1'QTY+145:860.000:PAL'STS+++NOR:269'LIN+000002++BP99291'INV++++1'QTY+145:920.000:PAL'STS+++NOR:269'LIN+000003++BP99292'INV++++1'QTY+145:600.000:PAL'STS+++NOR:269'LIN+000004++INSTRUCTION SHEET'INV++++1'QTY+145:200.000:PCE'STS+++NOR:269'LIN+000005++NHILL-0002A'INV++++1'QTY+145:29.000:PCE'STS+++NOR:269'LIN+000006++NHILL-0002B'INV++++1'QTY+145:432.000:PCE'STS+++NOR:269'LIN+000007++NHILL-0002C'DTM+361:20500101:102'INV++++1'QTY+145:391.000:PCE'STS+++NOR:269'LIN+000008++NHILL-0002D'DTM+361:20500101:102'INV++++1'QTY+145:413.000:PCE'STS+++NOR:269'LIN+000009++OGC-L'INV++++1'QTY+145:41.000:CRT'STS+++NOR:269'LIN+000010++OGC-M'INV++++1'QTY+145:89.000:CRT'STS+++NOR:269'LIN+000011++OGC-S'INV++++1'QTY+145:42.000:CRT'STS+++NOR:269'LIN+000012++OGEGL'INV++++1'QTY+145:32.000:CRT'STS+++NOR:269'LIN+000013++OGSPKL-L'INV++++1'QTY+145:3.000:CRT'STS+++NOR:269'LIN+000014++OGSPKL-M'INV++++1'QTY+145:53.000:CRT'STS+++NOR:269'LIN+000015++OGSPKL-S'INV++++1'QTY+145:29.000:CRT'STS+++NOR:269'LIN+000016++OG00'INV++++1'QTY+145:670.000:CRT'STS+++HLD:269'LIN+000017++OG00'INV++++1'QTY+145:2010.000:CRT'STS+++NOR:269'LIN+000018++OG03'INV++++1'QTY+145:2040.000:CRT'STS+++NOR:269'LIN+000019++OG07'INV++++1'QTY+145:250.000:PAL'STS+++NOR:269'LIN+000020++OG08'INV++++1'QTY+145:4980.000:CRT'STS+++NOR:269'LIN+000021++OG09'INV++++1'QTY+145:12510.000:CRT'STS+++NOR:269'LIN+000022++OG11'INV++++1'QTY+145:1603.000:CRT'STS+++NOR:269'LIN+000023++OG11'DTM+361:20161216:102'INV++++1'QTY+145:90.000:CRT'STS+++NOR:269'LIN+000024++OG12'INV++++1'QTY+145:2000.000:CRT'STS+++NOR:269'LIN+000025++OG13'INV++++1'QTY+145:3116.000:CRT'STS+++NOR:269'LIN+000026++OG14'INV++++1'QTY+145:1500.000:CRT'STS+++NOR:269'RFF+BT:300 STUKS'LIN+000027++OG15'INV++++1'QTY+145:560.000:CRT'STS+++NOR:269'LIN+000028++OG17'INV++++1'QTY+145:7450.000:CRT'STS+++NOR:269'LIN+000029++OG18'INV++++1'QTY+145:4270.000:CRT'STS+++NOR:269'LIN+000030++OG19'INV++++1'QTY+145:1069.000:CRT'STS+++NOR:269'LIN+000031++OG20'INV++++1'QTY+145:2462.000:CRT'STS+++NOR:269'LIN+000032++OG21'INV++++1'QTY+145:1252.000:CRT'STS+++NOR:269'LIN+000033++OG22'INV++++1'QTY+145:1172.000:CRT'STS+++NOR:269'LIN+000034++OG24'INV++++1'QTY+145:990.000:CRT'STS+++NOR:269'LIN+000035++PROMO 12'INV++++1'QTY+145:76.000:CRT'STS+++NOR:269'LIN+000036++PROMO 2'INV++++1'QTY+145:37506.000:CRT'STS+++NOR:269'LIN+000037++PROMO 24'INV++++1'QTY+145:147.000:CRT'STS+++NOR:269'LIN+000038++PROMO 3'INV++++1'QTY+145:4.000:CRT'STS+++NOR:269'LIN+000039++PROMO 30'INV++++1'QTY+145:2265.000:PCE'STS+++NOR:269'LIN+000040++PROMO 31'INV++++1'QTY+145:2000.000:CRT'STS+++NOR:269'LIN+000041++PROMO-0054'INV++++1'QTY+145:88.000:PCE'STS+++NOR:269'LIN+000042++PROMO-0055'INV++++1'QTY+145:97.000:PCE'STS+++NOR:269'LIN+000043++0215B'INV++++1'QTY+145:918.000:CRT'STS+++NOR:269'LIN+000044++0215H'INV++++1'QTY+145:418.000:PCE'STS+++NOR:269'LIN+000045++0215S'INV++++1'QTY+145:420.000:PCE'STS+++NOR:269'LIN+000046++1002'INV++++1'QTY+145:7.000:CRT'STS+++DAM:269'LIN+000047++1002'DTM+361:20500101:102'INV++++1'QTY+145:13.000:PCE'STS+++HLD:269'LIN+000048++1002'DTM+361:20500101:102'INV++++1'QTY+145:1.000:PCE'STS+++MAN:269'LIN+000049++1002'INV++++1'QTY+145:373.000:PCE'STS+++NOR:269'LIN+000050++1002'DTM+361:20500101:102'INV++++1'QTY+145:167.000:PCE'STS+++NOR:269'LIN+000051++1002'INV++++1'QTY+145:3330.000:CRT'STS+++REP:269'LIN+000052++1002'DTM+361:20500101:102'INV++++1'QTY+145:1052.000:PCE'STS+++REP:269'LIN+000053++1020'INV++++1'QTY+145:965.000:PCE'STS+++NOR:269'LIN+000054++1020UK'INV++++1'QTY+145:84.000:PCE'STS+++NOR:269'LIN+000055++1023'INV++++1'QTY+145:479.000:PCE'STS+++NOR:269'LIN+000056++1040BE'INV++++1'QTY+145:88.000:PCE'STS+++NOR:269'LIN+000057++1040CZ'INV++++1'QTY+145:54.000:CRT'STS+++NOR:269'LIN+000058++1040DE'INV++++1'QTY+145:2.000:CRT'STS+++NOR:269'LIN+000059++1040ES'INV++++1'QTY+145:27.000:PCE'STS+++NOR:269'LIN+000060++1040FR'INV++++1'QTY+145:247.000:PCE'STS+++NOR:269'LIN+000061++1040GR'INV++++1'QTY+145:192.000:PCE'STS+++NOR:269'LIN+000062++1040IE'INV++++1'QTY+145:200.000:PCE'STS+++NOR:269'LIN+000063++1040IT'INV++++1'QTY+145:829.000:CRT'STS+++NOR:269'LIN+000064++1040IT'INV++++1'QTY+145:11.000:PCE'STS+++RSV:269'LIN+000065++1040NL'INV++++1'QTY+145:90.000:CRT'STS+++NOR:269'LIN+000066++1040PL'INV++++1'QTY+145:3.000:CRT'STS+++NOR:269'LIN+000067++1040PT'INV++++1'QTY+145:77.000:PCE'STS+++NOR:269'LIN+000068++1040SI'INV++++1'QTY+145:2.000:CRT'STS+++NOR:269'LIN+000069++1040UK'INV++++1'QTY+145:197.000:PCE'STS+++NOR:269'LIN+000070++1050ES'INV++++1'QTY+145:268.000:PCE'STS+++QRT:269'LIN+000071++1050ESPT'INV++++1'QTY+145:1090.000:PCE'STS+++NOR:269'LIN+000072++1050FRNL'INV++++1'QTY+145:2012.000:PCE'STS+++NOR:269'LIN+000073++1050GR'INV++++1'QTY+145:500.000:PCE'STS+++NOR:269'LIN+000074++1050IT'INV++++1'QTY+145:2067.000:PCE'STS+++NOR:269'LIN+000075++1050UK'INV++++1'QTY+145:699.000:PCE'STS+++NOR:269'LIN+000076++1050UK'INV++++1'QTY+145:258.000:PCE'STS+++QRT:269'LIN+000077++1056'INV++++1'QTY+145:29.000:PCE'STS+++QRT:269'LIN+000078++1056'DTM+361:20151214:102'INV++++1'QTY+145:216.000:PCE'STS+++QRT:269'LIN+000079++1057'DTM+361:20151214:102'INV++++1'QTY+145:917.000:PCE'STS+++QRT:269'LIN+000080++1058'INV++++1'QTY+145:34.000:PCE'STS+++QRT:269'LIN+000081++1058'DTM+361:20151214:102'INV++++1'QTY+145:439.000:CRT'STS+++QRT:269'LIN+000082++1125EU'INV++++1'QTY+145:126.000:CRT'STS+++NOR:269'LIN+000083++118328'INV++++1'QTY+145:11976.000:PCE'STS+++NOR:269'LIN+000084++118329'INV++++1'QTY+145:7960.000:PCE'STS+++NOR:269'LIN+000085++118330'INV++++1'QTY+145:5272.000:PCE'STS+++NOR:269'LIN+000086++118331'INV++++1'QTY+145:5650.000:PCE'STS+++NOR:269'LIN+000087++118332'INV++++1'QTY+145:8163.000:PAL'STS+++NOR:269'LIN+000088++118333'INV++++1'QTY+145:4460.000:PAL'STS+++NOR:269'LIN+000089++118726'INV++++1'QTY+145:1870.000:PCE'STS+++NOR:269'LIN+000090++118727'INV++++1'QTY+145:5000.000:PAL'STS+++NOR:269'LIN+000091++118728'INV++++1'QTY+145:2787.000:PCE'STS+++NOR:269'LIN+000092++118729'INV++++1'QTY+145:7760.000:PAL'STS+++NOR:269'LIN+000093++118730'INV++++1'QTY+145:10211.000:PAL'STS+++NOR:269'LIN+000094++123280'INV++++1'QTY+145:13320.000:PAL'STS+++NOR:269'LIN+000095++131812'INV++++1'QTY+145:1175.000:PAL'STS+++NOR:269'LIN+000096++1810'INV++++1'QTY+145:202.000:PCE'STS+++NOR:269'LIN+000097++20164508'INV++++1'QTY+145:342.000:PCE'STS+++NOR:269'LIN+000098++24507'INV++++1'QTY+145:43.000:PCE'STS+++NOR:269'LIN+000099++24508'INV++++1'QTY+145:64.000:PCE'STS+++NOR:269'LIN+000100++2570'INV++++1'QTY+145:14.000:CRT'STS+++NOR:269'LIN+000101++2571'INV++++1'QTY+145:99.000:CRT'STS+++NOR:269'LIN+000102++2572'INV++++1'QTY+145:161.000:PCE'STS+++NOR:269'LIN+000103++2573'INV++++1'QTY+145:2.000:CRT'STS+++NOR:269'LIN+000104++2670'INV++++1'QTY+145:37.000:CRT'STS+++NOR:269'LIN+000105++2671'INV++++1'QTY+145:122.000:PCE'STS+++NOR:269'LIN+000106++2672'INV++++1'QTY+145:20.000:PCE'STS+++NOR:269'LIN+000107++2699'INV++++1'QTY+145:1.000:PCE'STS+++DAM:269'LIN+000108++2699'INV++++1'QTY+145:457.000:PCE'STS+++NOR:269'LIN+000109++2700'INV++++1'QTY+145:318.000:PCE'STS+++NOR:269'LIN+000110++2700'INV++++1'QTY+145:2.000:CRT'STS+++QRT:269'LIN+000111++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00008996695'LIN+000112++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00008999369'LIN+000113++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009001607'LIN+000114++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009002341'LIN+000115++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009002590'LIN+000116++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009002620'LIN+000117++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009003415'LIN+000118++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009010133'LIN+000119++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009010401'LIN+000120++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009013622'LIN+000121++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009013914'LIN+000122++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009014376'LIN+000123++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009017529'LIN+000124++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009017533'LIN+000125++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009017796'LIN+000126++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009018050'LIN+000127++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009025771'LIN+000128++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009030376'LIN+000129++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009030412'LIN+000130++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009030867'LIN+000131++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009038508'LIN+000132++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009041182'LIN+000133++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009044286'LIN+000134++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009044569'LIN+000135++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009066329'LIN+000136++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009081196'LIN+000137++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009094894'LIN+000138++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00009718369'LIN+000139++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00010353472'LIN+000140++2700'INV++++1'QTY+145:1.000:CRT'STS+++QRT:269'RFF+BT:RMA-G00010363042'LIN+000141++2701EU_LABEL'DTM+361:20200101:102'INV++++1'QTY+145:1090.000:CRT'STS+++NOR:269'LIN+000142++2702'DTM+361:20160409:102'INV++++1'QTY+145:2.000:CRT'STS+++DAM:269'RFF+BT:L28214Z'LIN+000143++2702'DTM+361:20190904:102'INV++++1'QTY+145:1.000:CRT'STS+++DAM:269'RFF+BT:L28614Z'LIN+000144++2703EU_LABEL'DTM+361:20200101:102'INV++++1'QTY+145:470.000:CRT'STS+++NOR:269'LIN+000145++4501'INV++++1'QTY+145:6.000:PCE'STS+++NOR:269'LIN+000146++4502'INV++++1'QTY+145:63.000:PCE'STS+++NOR:269'LIN+000147++4504'INV++++1'QTY+145:70.000:PCE'STS+++NOR:269'LIN+000148++4507'INV++++1'QTY+145:169.000:PCE'STS+++NOR:269'LIN+000149++4508'INV++++1'QTY+145:1.000:CRT'STS+++DAM:269'LIN+000150++4508'INV++++1'QTY+145:1.000:PCE'STS+++MAN:269'LIN+000151++4508'INV++++1'QTY+145:133.000:PCE'STS+++NOR:269'LIN+000152++4509'INV++++1'QTY+145:121.000:PCE'STS+++NOR:269'LIN+000153++4510'INV++++1'QTY+145:2344.000:CRT'STS+++NOR:269'LIN+000154++4511'INV++++1'QTY+145:1935.000:PCE'STS+++NOR:269'LIN+000155++4512'INV++++1'QTY+145:162.000:PCE'STS+++NOR:269'LIN+000156++4513'INV++++1'QTY+145:114.000:PCE'STS+++NOR:269'LIN+000157++4513'DTM+361:20180930:102'INV++++1'QTY+145:86.000:CRT'STS+++QCF:269'LIN+000158++4514'INV++++1'QTY+145:53.000:PCE'STS+++NOR:269'LIN+000159++4515'INV++++1'QTY+145:83.000:PCE'STS+++NOR:269'LIN+000160++4515'DTM+361:20500101:102'INV++++1'QTY+145:16.000:CRT'STS+++NOR:269'LIN+000161++4516'INV++++1'QTY+145:200.000:PCE'STS+++NOR:269'LIN+000162++4517'INV++++1'QTY+145:186.000:PCE'STS+++NOR:269'LIN+000163++4518'INV++++1'QTY+145:549.000:PCE'STS+++NOR:269'LIN+000164++4520'INV++++1'QTY+145:447.000:PCE'STS+++NOR:269'LIN+000165++4525'INV++++1'QTY+145:45.000:PCE'STS+++NOR:269'LIN+000166++4526'INV++++1'QTY+145:34.000:PCE'STS+++NOR:269'LIN+000167++4527'INV++++1'QTY+145:79.000:PCE'STS+++NOR:269'LIN+000168++4528'INV++++1'QTY+145:94.000:PCE'STS+++NOR:269'LIN+000169++4529'INV++++1'QTY+145:10.000:PCE'STS+++NOR:269'LIN+000170++4530'DTM+361:20500101:102'INV++++1'QTY+145:78.000:PCE'STS+++NOR:269'LIN+000171++4531'INV++++1'QTY+145:61.000:PCE'STS+++NOR:269'LIN+000172++4535'INV++++1'QTY+145:34.000:PCE'STS+++NOR:269'LIN+000173++4540'INV++++1'QTY+145:20.000:CRT'STS+++NOR:269'LIN+000174++4541'INV++++1'QTY+145:20.000:CRT'STS+++NOR:269'LIN+000175++4542'INV++++1'QTY+145:20.000:CRT'STS+++NOR:269'LIN+000176++4543'INV++++1'QTY+145:20.000:CRT'STS+++NOR:269'LIN+000177++4544'INV++++1'QTY+145:20.000:CRT'STS+++NOR:269'LIN+000178++501'DTM+361:20180901:102'INV++++1'QTY+145:1.000:PCE'STS+++DAM:269'RFF+BT:NBC15250'LIN+000179++501'DTM+361:20181001:102'INV++++1'QTY+145:11399.000:PCE'STS+++NOR:269'RFF+BT:NBC15289'LIN+000180++501'DTM+361:20181101:102'INV++++1'QTY+145:6510.000:CRT'STS+++NOR:269'RFF+BT:NBC15323'LIN+000181++501'DTM+361:20181201:102'INV++++1'QTY+145:12425.000:CRT'STS+++NOR:269'RFF+BT:NBC15355'LIN+000182++501'DTM+361:20190131:102'INV++++1'QTY+145:15000.000:PCE'STS+++NOR:269'RFF+BT:NBC16014'LIN+000183++501'DTM+361:20190228:102'INV++++1'QTY+145:27000.000:PCE'STS+++NOR:269'RFF+BT:NBC16032'LIN+000184++501'DTM+361:20190228:102'INV++++1'QTY+145:12000.000:PCE'STS+++NOR:269'RFF+BT:NBC16053'LIN+000185++501'DTM+361:20190228:102'INV++++1'QTY+145:3000.000:PCE'STS+++NOR:269'RFF+BT:NBC16060'LIN+000186++501EU_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:449.000:CRT'STS+++NOR:269'LIN+000187++502'DTM+361:20180601:102'INV++++1'QTY+145:1.000:PCE'STS+++DAM:269'RFF+BT:NMC15159'LIN+000188++502'DTM+361:20181101:102'INV++++1'QTY+145:104.000:PCE'STS+++MAN:269'RFF+BT:NMC15327'LIN+000189++502'DTM+361:20181101:102'INV++++1'QTY+145:1201.000:PCE'STS+++NOR:269'RFF+BT:NMC15327'LIN+000190++502'DTM+361:20181201:102'INV++++1'QTY+145:2922.000:CRT'STS+++NOR:269'RFF+BT:NMC15355'LIN+000191++502'DTM+361:20190131:102'INV++++1'QTY+145:5940.000:PCE'STS+++NOR:269'RFF+BT:NMC16021'LIN+000192++502'DTM+361:20190131:102'INV++++1'QTY+145:1740.000:PCE'STS+++NOR:269'RFF+BT:NMC16028'LIN+000193++502'DTM+361:20190131:102'INV++++1'QTY+145:6510.000:PCE'STS+++NOR:269'RFF+BT:NMC16032'LIN+000194++502'DTM+361:20190201:102'INV++++1'QTY+145:3870.000:PCE'STS+++NOR:269'RFF+BT:NMC16032'LIN+000195++502'DTM+361:20190228:102'INV++++1'QTY+145:5700.000:PCE'STS+++NOR:269'RFF+BT:NMC16032'LIN+000196++502'DTM+361:20190201:102'INV++++1'QTY+145:600.000:PCE'STS+++NOR:269'RFF+BT:NMC16046'LIN+000197++502'DTM+361:20190201:102'INV++++1'QTY+145:3630.000:PCE'STS+++NOR:269'RFF+BT:NMC16050'LIN+000198++502'DTM+361:20190228:102'INV++++1'QTY+145:12300.000:PCE'STS+++NOR:269'RFF+BT:NMC16050'LIN+000199++503'DTM+361:20180601:102'INV++++1'QTY+145:1.000:CRT'STS+++DAM:269'RFF+BT:NLT15162'LIN+000200++503'DTM+361:20180801:102'INV++++1'QTY+145:12.000:PCE'STS+++DAM:269'RFF+BT:NLT15222'LIN+000201++503'DTM+361:20181001:102'INV++++1'QTY+145:1.000:PCE'STS+++DAM:269'RFF+BT:NLT15292'LIN+000202++503'DTM+361:20181101:102'INV++++1'QTY+145:1643.000:PCE'STS+++NOR:269'RFF+BT:NLT15327'LIN+000203++503'DTM+361:20181201:102'INV++++1'QTY+145:4770.000:PCE'STS+++NOR:269'RFF+BT:NLT15355'LIN+000204++503'DTM+361:20190131:102'INV++++1'QTY+145:8100.000:PCE'STS+++NOR:269'RFF+BT:NLT16018'LIN+000205++503'DTM+361:20190201:102'INV++++1'QTY+145:660.000:PCE'STS+++NOR:269'RFF+BT:NLT16032'LIN+000206++503'DTM+361:20190228:102'INV++++1'QTY+145:14400.000:PCE'STS+++NOR:269'RFF+BT:NLT16032'LIN+000207++503'DTM+361:20190201:102'INV++++1'QTY+145:7530.000:PCE'STS+++NOR:269'RFF+BT:NLT16043'LIN+000208++503'DTM+361:20190201:102'INV++++1'QTY+145:8310.000:PCE'STS+++NOR:269'RFF+BT:NLT16056'LIN+000209++503EU_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:38.000:CRT'STS+++NOR:269'LIN+000210++504'DTM+361:20180801:102'INV++++1'QTY+145:1.000:PCE'STS+++DAM:269'RFF+BT:NHC15220'LIN+000211++504'DTM+361:20181201:102'INV++++1'QTY+145:2626.000:PCE'STS+++NOR:269'RFF+BT:NHC15355'LIN+000212++504'DTM+361:20190131:102'INV++++1'QTY+145:4110.000:PCE'STS+++NOR:269'RFF+BT:NHC16021'LIN+000213++504'DTM+361:20190131:102'INV++++1'QTY+145:1200.000:PCE'STS+++NOR:269'RFF+BT:NHC16028'LIN+000214++504'DTM+361:20190131:102'INV++++1'QTY+145:3270.000:PCE'STS+++NOR:269'RFF+BT:NHC16032'LIN+000215++504'DTM+361:20190201:102'INV++++1'QTY+145:1350.000:PCE'STS+++NOR:269'RFF+BT:NHC16032'LIN+000216++504'DTM+361:20190228:102'INV++++1'QTY+145:3600.000:PCE'STS+++NOR:269'RFF+BT:NHC16032'LIN+000217++504'DTM+361:20190201:102'INV++++1'QTY+145:3720.000:PCE'STS+++NOR:269'RFF+BT:NHC16047'LIN+000218++504'DTM+361:20190228:102'INV++++1'QTY+145:7169.000:PCE'STS+++NOR:269'RFF+BT:NHC16056'LIN+000219++504EU_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:512.000:CRT'STS+++NOR:269'LIN+000220++505'DTM+361:20171224:102'INV++++1'QTY+145:1.000:PCE'STS+++MAN:269'RFF+BT:1512016'LIN+000221++505'DTM+361:20171224:102'INV++++1'QTY+145:14626.000:PCE'STS+++NOR:269'RFF+BT:1512016'LIN+000222++505EU_LABEL'DTM+361:20500101:102'INV++++1'QTY+145:5166.000:CRT'STS+++NOR:269'LIN+000223++506'DTM+361:20180501:102'INV++++1'QTY+145:1.000:CRT'STS+++DAM:269'RFF+BT:NKC15131'LIN+000224++506'DTM+361:20180501:102'INV++++1'QTY+145:3264.000:PCE'STS+++NOR:269'RFF+BT:NKC15124'LIN+000225++506'DTM+361:20180501:102'INV++++1'QTY+145:9718.000:PCE'STS+++NOR:269'RFF+BT:NKC15131'LIN+000226++506'DTM+361:20180501:102'INV++++1'QTY+145:1024.000:PCE'STS+++NOR:269'RFF+BT:NKC15145'LIN+000227++506EU_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:73.000:CRT'STS+++NOR:269'LIN+000228++509'DTM+361:20180501:102'INV++++1'QTY+145:2.000:PCE'STS+++DAM:269'RFF+BT:NBI15138'LIN+000229++509'DTM+361:20180501:102'INV++++1'QTY+145:1.000:PCE'STS+++DAM:269'RFF+BT:NBI15147'LIN+000230++509'DTM+361:20180801:102'INV++++1'QTY+145:2.000:PCE'STS+++DAM:269'RFF+BT:NBI15223'LIN+000231++509'DTM+361:20180801:102'INV++++1'QTY+145:2250.000:CRT'STS+++NOR:269'RFF+BT:NBI15223'LIN+000232++509'DTM+361:20180801:102'INV++++1'QTY+145:549.000:PCE'STS+++NOR:269'RFF+BT:NBI15231'LIN+000233++509'DTM+361:20180901:102'INV++++1'QTY+145:750.000:CRT'STS+++NOR:269'RFF+BT:NBI15244'LIN+000234++509EU_LABEL'DTM+361:20500101:102'INV++++1'QTY+145:2797.000:CRT'STS+++NOR:269'LIN+000235++510'DTM+361:20171225:102'INV++++1'QTY+145:10594.000:PCE'STS+++NOR:269'RFF+BT:1512017'LIN+000236++510EU_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:5055.000:CRT'STS+++NOR:269'LIN+000237++513'DTM+361:20180401:102'INV++++1'QTY+145:50.000:CRT'STS+++NOR:269'RFF+BT:1503022'LIN+000238++513'DTM+361:20170419:102'INV++++1'QTY+145:7051.000:CRT'STS+++NOR:269'RFF+BT:1504029'LIN+000239++513EU_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:50.000:CRT'STS+++NOR:269'LIN+000240++801ES_LABEL'INV++++1'QTY+145:1620.000:CRT'STS+++NOR:269'LIN+000241++801ESPT'DTM+361:20180801:102'INV++++1'QTY+145:710.000:PCE'STS+++NOR:269'RFF+BT:010175'LIN+000242++801ESPT'DTM+361:20181201:102'INV++++1'QTY+145:400.000:PCE'STS+++NOR:269'RFF+BT:010248'LIN+000243++801ESPT_LABEL'INV++++1'QTY+145:2090.000:PCE'STS+++NOR:269'LIN+000244++801FR_LABEL'INV++++1'QTY+145:1100.000:CRT'STS+++NOR:269'LIN+000245++801FRNL'DTM+361:20180801:102'INV++++1'QTY+145:14.000:PCE'STS+++NOR:269'RFF+BT:010174'LIN+000246++801FRNL'DTM+361:20181201:102'INV++++1'QTY+145:600.000:PCE'STS+++NOR:269'RFF+BT:010246'LIN+000247++801FRNL'DTM+361:20180901:102'INV++++1'QTY+145:4.000:PCE'STS+++NOR:269'RFF+BT:10036'LIN+000248++801FRNL_LABEL'INV++++1'QTY+145:4840.000:PCE'STS+++NOR:269'LIN+000249++801GR_LABEL'INV++++1'QTY+145:450.000:CRT'STS+++NOR:269'LIN+000250++801IT'DTM+361:20181101:102'INV++++1'QTY+145:5.000:PCE'STS+++NOR:269'RFF+BT:010179'LIN+000251++801IT'DTM+361:20181201:102'INV++++1'QTY+145:4.000:PCE'STS+++NOR:269'RFF+BT:010244'LIN+000252++801ITGR'DTM+361:20180801:102'INV++++1'QTY+145:271.000:PCE'STS+++NOR:269'RFF+BT:010174'LIN+000253++801ITGR'DTM+361:20181201:102'INV++++1'QTY+145:35.000:PCE'STS+++NOR:269'RFF+BT:010244'LIN+000254++801ITGR'DTM+361:20181201:102'INV++++1'QTY+145:400.000:PCE'STS+++NOR:269'RFF+BT:010246'LIN+000255++801ITGR_LABEL'INV++++1'QTY+145:1925.000:PCE'STS+++NOR:269'LIN+000256++801NG_LABEL'INV++++1'QTY+145:45.000:CRT'STS+++NOR:269'LIN+000257++801NL_LABEL'INV++++1'QTY+145:450.000:CRT'STS+++NOR:269'LIN+000258++801PT_LABEL'INV++++1'QTY+145:205.000:CRT'STS+++NOR:269'LIN+000259++801UK_LABEL'INV++++1'QTY+145:665.000:CRT'STS+++NOR:269'LIN+000260++801UKDE'DTM+361:20181201:102'INV++++1'QTY+145:972.000:PCE'STS+++NOR:269'RFF+BT:010245'LIN+000261++801UKDE_LABEL'INV++++1'QTY+145:4950.000:PCE'STS+++NOR:269'LIN+000262++802ES_LABEL'INV++++1'QTY+145:1010.000:CRT'STS+++NOR:269'LIN+000263++802ESPT'DTM+361:20181101:102'INV++++1'QTY+145:279.000:PCE'STS+++NOR:269'RFF+BT:010237'LIN+000264++802ESPT_LABEL'INV++++1'QTY+145:2000.000:CRT'STS+++NOR:269'LIN+000265++802FR_LABEL'INV++++1'QTY+145:2000.000:CRT'STS+++NOR:269'LIN+000266++802FRNL'DTM+361:20180801:102'INV++++1'QTY+145:25.000:PCE'STS+++NOR:269'RFF+BT:010065'LIN+000267++802FRNL'DTM+361:20181201:102'INV++++1'QTY+145:488.000:PCE'STS+++NOR:269'RFF+BT:010236'LIN+000268++802FRNL'DTM+361:20181201:102'INV++++1'QTY+145:12.000:PCE'STS+++NOR:269'RFF+BT:010242'LIN+000269++802FRNL_LABEL'INV++++1'QTY+145:5000.000:CRT'STS+++NOR:269'LIN+000270++802GR_LABEL'INV++++1'QTY+145:460.000:CRT'STS+++NOR:269'LIN+000271++802IT'DTM+361:20180801:102'INV++++1'QTY+145:3.000:PCE'STS+++NOR:269'RFF+BT:010047'LIN+000272++802IT'DTM+361:20180801:102'INV++++1'QTY+145:1.000:PCE'STS+++NOR:269'RFF+BT:010065'LIN+000273++802IT'DTM+361:20181201:102'INV++++1'QTY+145:2.000:PCE'STS+++NOR:269'RFF+BT:010235'LIN+000274++802ITGR'DTM+361:20160401:102'INV++++1'QTY+145:3.000:PCE'STS+++EXP:269'RFF+BT:14245'LIN+000275++802ITGR'DTM+361:20181201:102'INV++++1'QTY+145:200.000:PCE'STS+++NOR:269'RFF+BT:010233'LIN+000276++802ITGR'DTM+361:20181201:102'INV++++1'QTY+145:88.000:PCE'STS+++NOR:269'RFF+BT:010235'LIN+000277++802ITGR_LABEL'INV++++1'QTY+145:3310.000:PCE'STS+++NOR:269'LIN+000278++802NG_LABEL'INV++++1'QTY+145:45.000:CRT'STS+++NOR:269'LIN+000279++802NL_LABEL'INV++++1'QTY+145:600.000:CRT'STS+++NOR:269'LIN+000280++802PT_LABEL'INV++++1'QTY+145:600.000:CRT'STS+++NOR:269'LIN+000281++802UK_LABEL'INV++++1'QTY+145:420.000:CRT'STS+++NOR:269'LIN+000282++802UKDE'DTM+361:20181201:102'INV++++1'QTY+145:194.000:PCE'STS+++NOR:269'RFF+BT:010233'LIN+000283++802UKDE_LABEL'INV++++1'QTY+145:4790.000:CRT'STS+++NOR:269'LIN+000284++803ES_LABEL'INV++++1'QTY+145:300.000:CRT'STS+++NOR:269'LIN+000285++803ESPT'DTM+361:20181201:102'INV++++1'QTY+145:108.000:PCE'STS+++NOR:269'RFF+BT:010255'LIN+000286++803ESPT_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:1000.000:PCE'STS+++NOR:269'LIN+000287++803FR_LABEL'INV++++1'QTY+145:2200.000:CRT'STS+++NOR:269'LIN+000288++803FRNL'DTM+361:20180901:102'INV++++1'QTY+145:900.000:CRT'STS+++NOR:269'RFF+BT:010052'LIN+000289++803FRNL'DTM+361:20180901:102'INV++++1'QTY+145:17.000:PCE'STS+++NOR:269'RFF+BT:010165'LIN+000290++803FRNL'DTM+361:20181201:102'INV++++1'QTY+145:550.000:PCE'STS+++NOR:269'RFF+BT:010260'LIN+000291++803FRNL_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:500.000:CRT'STS+++NOR:269'LIN+000292++803FRNL_LABEL'DTM+361:20200101:102'INV++++1'QTY+145:500.000:PCE'STS+++NOR:269'LIN+000293++803GR_LABEL'INV++++1'QTY+145:600.000:CRT'STS+++NOR:269'LIN+000294++803IT'DTM+361:20180901:102'INV++++1'QTY+145:3.000:PCE'STS+++NOR:269'RFF+BT:010051'LIN+000295++803IT_LABEL'INV++++1'QTY+145:1160.000:CRT'STS+++NOR:269'LIN+000296++803ITGR'DTM+361:20181201:102'INV++++1'QTY+145:619.000:PCE'STS+++NOR:269'RFF+BT:010254'LIN+000297++803ITGR_LABEL'DTM+361:20180101:102'INV++++1'QTY+145:1000.000:CRT'STS+++NOR:269'LIN+000298++803ITGR_LABEL'DTM+361:20200101:102'INV++++1'QTY+145:1000.000:PCE'STS+++NOR:269'LIN+000299++803NG_LABEL'DTM+361:20200101:102'INV++++1'QTY+145:45.000:PCE'STS+++NOR:269'LIN+000300++803NL_LABEL'INV++++1'QTY+145:550.000:CRT'STS+++NOR:269'LIN+000301++803PT_LABEL'INV++++1'QTY+145:1000.000:CRT'STS+++NOR:269'LIN+000302++803UK'DTM+361:20180901:102'INV++++1'QTY+145:1.000:CRT'STS+++NOR:269'RFF+BT:010163'LIN+000303++803UK_LABEL'INV++++1'QTY+145:1240.000:CRT'STS+++NOR:269'LIN+000304++803UKDE'DTM+361:20180901:102'INV++++1'QTY+145:28.000:CRT'STS+++NOR:269'RFF+BT:010165'LIN+000305++803UKDE'DTM+361:20181201:102'INV++++1'QTY+145:185.000:CRT'STS+++NOR:269'RFF+BT:010253'LIN+000306++803UKDE_LABEL'INV++++1'QTY+145:1700.000:CRT'STS+++NOR:269'UNT+1465+000001'UNZ+1+NL423263000001' | EDI parser - INVRPT 97A | 2016-05-30T23:13:43.000Z |
Regex to find product codes that are usually all upper case with numbers or all numbers with possible hyphens, slashes or dots as delimiters.
Anything that matches the date format ##/##/##?? with various delimiters will not match.
Require that the code contains at least 1 number.
The code can optionally end in a lower case s. | (?:[^-A-Z0-9\.\/\\£]|\A)
[\.#]?
(
(?!\d{2}[-\\/]\d{2}[-\\/]\d{2,4})
(?=[A-Z\.\/\\]*?\d)
[-A-Z0-9\.\/\\]{3,10}[A-Z0-9]s?
)
(?:[^-A-Z0-9\/\\]|\Z) | 1 x 100 Sterostrip Washproof dressings or nearest items. Code DR/546 | Product Code Matcher | 2017-01-14T16:32:35.000Z |
Matcha il nome di un articolo (primo carattere, almeno 2 numeri= | (?!^[a-zA-Z]*[0-9]?[a-zA-Z]*$)^([a-zA-Z][a-zA-Z0-9]{4})$ | Nome articolo | 2015-03-07T08:41:10.000Z |
|
Example of test I did do to company. | ^[\[|\(]?[\(]{1}[\)]{1}[\[]?[\]]?[\]|\)] | [()]
(()[]) | Pattern string | 2021-08-17T12:44:07.000Z |
if a file has questions and answers, it can detect questions | ^(?s)(\d+)\.(.*?)(?:(?:\r*\n|\r* \n){2}) |
1. some text is here.
more text
unrelated text
2. even more text.
text text
text you don't want
more you don't want
1. Convert following decimal numbers in signed binary, octal and hexadecimal numbers using minimum possible number of bits.
a) 17 b) -17
A decimal number consists of decimal digits (0 to 9), a binary number consists of binary digits (0, 1), octal number consists of octal digits (0 to 7), and a hexadecimal number consists of 16 digits (0 to 9, A, B, C, D, E and F ).
A decimal digit can be converted to any other base by following three simple steps mentioned below:
● Divide the decimal number by the base (i.e. 2 for binary, 8 for octal, and 16 for Hex )
● The remainder will form the lowest order digit in the converted number system.
● Repeat steps 1 and 2 mentioned above until no divisor remains
The MSB represents “sign” information. For negative numbers, MSB is one and for positive numbers, MSB is zero.
Using the steps mentioned above, we will get a binary value of 10001, octal value of 21 and hexadecimal value of 0x11 for decimal number 17. Since this question specifically asks for signed representation and as we have seen that positive numbers have MSB as 0, binary number “10001” represents a negative number in signed representation. Hence, we can say that 5 bits are insufficient to represent +17 in signed binary number system (as a matter of fact, 5 bits can represent decimal numbers from -16 to 15 only). Therefore, we need 6 bits to represent +17. This means that we need to append one more “0 “ at the beginning of 10001. This would give us 010001 (a 6 bit number), as binary representation of +17.
One easy way to convert a positive number to a negative number in binary representation is to take 1’s compliment and add 1 (which is same as 2’s compliment).
Also, once we have a binary number, we can easily convert it into octal (grouping three binary bits starting from LSB) or hexadecimal (grouping four binary bits starting from LSB)
Therefore for -17,
● 1’s compliment of +17 (010001) would be “101110”,
● And adding 1 to above number would give us “101111”
a) Based on this, the decimal number 17 would be represented as:
Binary = 010001 , Octal = 21 , Hexadecimal = 0x11
b) And decimal number -17 would be represented as:
Binary = 101111 , Octal = 57 , Hexadecimal = 0x2f
2. What is the decimal equivalent of hex number 0x3A?
To convert a number from a non-decimal base to a decimal base, following steps are required:
● Start from the least significant digit, and move towards most significant digit.
● Multiply each digit with “<base> to the power of that <bit position>”, i.e. <base> <bit position>
● Sum the results over each digit.
Therefore: 0x3A = [0xA * 16 0 ] + [0x3 * 16 1 ] = [10*1 + 3*16] = 58
3. What is Gray code and what are some of the benefits of using Gray code over Binary code?
A Gray code is a binary number system in which two successive values differ only in one bit. It is also known as reflected binary code
Following table shows the Gray and Binary code for values from 0 to 7
In Binary code, a transition between two values could have transition on more than two bits and this could sometimes lead to ambiguity if different bits take different time to transition. For example: transitioning from 3 to 4 in binary (011 to 100) requires all the bits to toggle. This can lead to some intermediate values if say the three bits have different switching time. Whereas in Gray code, since only one bit changing any time, there is no possibility of any such ambiguity.
One more advantage of using Gray code is: since fewer bits are toggling in Gray code, a design using Gray code would consume less power compared to one using a binary code.
5. For a given binary string: 111001, compute the proper odd parity bit.
The given binary string: 111001, has four “1’s”. Using an odd parity, the total number of 1’s in the binary string including the parity bit needs to be odd. Hence, the odd parity bit for this string will be 1 .
6. What are 1's complement and 2's complement? Where are they used?
If all bits in a binary number are inverted by changing each 1 to 0 and each 0 to 1, the resulting binary number is called the 1’s complement.
For example: The one’s complement of a binary number 110010 is 001101
The 2’s complement of a binary number is obtained by adding a 1 to the one’s complement of the number.
For example: The two’s complement of a binary number 110010 is 001101+1 = 001110
The two’s complement of a number is used to represent signed binary numbers. It is also used for subtraction of binary numbers. The one’s complement is an intermediate step to get to two’s complement.
7. What is a BCD code and how is it different from binary code? What will be the BCD and binary code for decimal number 27?
BCD is Binary coded decimal and is a four bit binary code that can be used to represent any decimal digit (from 0 to 9). A binary code is a binary representation of the decimal number, and the number of bits needed for a binary code would depend on the decimal number. For decimal numbers 0 to 9, both BCD and binary code would be same.
A number 27 can be represented in BCD by using four bit code for both 2 and 7.
Hence, BCD for 27 will be 0010 0111 , while the binary code for 27 will be 11011
8. Which of the following code can represent numbers, characters, and special characters?
a. BCD
b. Gray
c. EBCDIC code
d. ASCII code
e. Alphanumeric code
e) Alphanumeric code.
Alphanumeric code is a combination of alphabetic and numeric characters and can be used for representing numbers as well as character(s)/special character(s).
| Regex_questions_detect | 2021-05-26T14:00:12.000Z |
Allows Number: Currency amount US (cents optional)
Can use US-style 123,456.78 notation
Optional thousands separators; optional two-digit fraction; commas; dollar sign | ^(?:[$]|)[+-]?[0-9]{1,3}(?:[0-9]*(?:[.,][0-9]{2})?|(?:,[0-9]{3})*(?:\.[0-9]{1,2})?)$ | 123.00
678
10000000000000000000000000000000000000000
.01
123,123
12,2134
12,123,123,132,133.00
-1
+1
$123.00123
123.123
123.23
abc
!^*&@^&*^#$)&)@*#(@_)@_#++++(_@+#)&$^%#@?<>>?>? | Currency amount validation with sign (cents optional) | 2021-10-22T18:46:49.000Z |
#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}) | #aaaaaa | Hex | 2020-12-30T20:15:56.000Z |
|
{\w+}+(,{\w+})*$ | {a},{bb},{123} | ?M ?L ?A | 2015-12-05T14:38:24.000Z |
|
^.*?(?=-) | 360i|6cfd596e-2f2f-4d4d-9b2c-33049761f7d6 | SP Lookup REgEx | 2015-10-29T15:15:56.000Z |
|
^(\d+(\.\d+)?)M | 54.323M
| float-number | 2016-01-05T06:34:31.000Z |
|
Group variable attributes in a linux path effectively with regex. Here the workspace can be changed and the modulename can change. Case scenario found trying to identyfy the modulename and workspace directory in Jenkins build. | .*(workspace?[0-9]?[0-9]).*\/(.*)\/src\/.* | Group variable attributes in a linux path effectively with regex | 2014-12-03T14:09:02.000Z |
|
Checks if a expiry date is: mm/yy. You still have to check if it is a valid expiry date timewise. | ^(0?[1-9]{1}|1[0-2]{1})\/([0-9]{2})$ | 01/01 | Creditcard expiry date checker | 2014-08-01T15:49:59.000Z |
roll (\d+)d(\d+)([\+-]\d+)?$ | roll 1d10
roll 1d100
roll 1d20
roll 1d1234
roll 1d20+1
roll 1d20-1
roll 1d20*1
roll 1d20a1
| Dice Regex with Modifier | 2015-04-07T02:02:31.000Z |
|
Reads C comments as this "/* Do test */ and removes /* */ parts and leaves only comment part | (?:(?s)\/\*((?:(?!\*\/).)*?)\*\/) | /*Do test*/ | Reads C-like comments | 2015-10-27T14:13:59.000Z |
SQL Query Scalar Field Names Extractor | (aS)\s+((\`)?\w+(\`)?)(\s+|\,|(FRom\s+)) | SELECT
a.WORKORDER_NO AS workOrderNo,
a.ORD_TYPE AS ordType,
a.ORD_NO AS ordNo,
a.RETURN_FLAG AS returnFlag,
a.AREA_ID AS areaId,
a.USER_NAME AS userName,
a.ADDR_DETAIL AS addrDetail,
a.HANDLE_STAFF_ID AS handleStaffId,
a.TAKE_STAFF_ID AS takeStaffId,
a.TAKE_TS AS takeTs,
a.RETURN_STAFF_ID AS returnStaffId,
a.RETURN_TS AS returnTs,
a.SUMMARY AS summary,
a.WO_TITLE AS woTitle,
a.INSTALL_FLAG AS installFlag,
a.START_TS AS startTs,
a.END_TS AS endTs,
a.GRID_ID AS gridId,
a.SCHEMA_ID AS schemaId,
a.PROJECT_ID AS projectId,
a.COMMENTS AS comments,
a.STATE AS `state`,
a.CREATE_USER AS createUser,
a.CREATE_DATE AS createDate,
a.MODIFY_USER AS modifyUser,
a.MODIFY_DATE AS modifyDate,
a.HANDLE_TEAM_ID AS handleTeamId,
a.PACKAGE_ID AS packageId,
a.PACKAGE_NAME AS packageName,
a.SUB_TYPE AS subType,
a.pre_work_order_no AS preWorkOrderNo,
a.IS_SYNC AS isSync,
a.IS_VIRTUAL AS isVirtual,
a.VIRTUAL_WORKORDER_NO AS virtualWorkOrderNo,
a.VIRTUAL_WORKORDER_RES_ID AS virtualWorkOrderResId,
a.IS_POLE AS isPole,
a.VER_NO AS verNo,
a.TASK_ID AS taskId,
b.USER_NAME AS userName
FROM oss_edn.edn_work_order a
LEFT JOIN oss_wfm.wfs_user_infor b ON a.HANDLE_STAFF_ID = b.USER_ID
WHERE a.WORKORDER_NO = :workOrderNo | SQL Query Scalar Field Names Extractor | 2022-09-01T13:04:48.000Z |
Not depending on the src or srcset order, but some matches can be empty, depending on the img syntax. | <img(([^>]*)srcset\=(?:\"|\')([^\"\']*)(?:\"|\'))?([^>]*)src=(?:\"|\')([^\"\']*)(?:\"|\')(([^>]*)srcset\=(?:\"|\')([^\"\']*)(?:\"|\'))?([^>]+)*> | <img width="200" height="200" sizes="(max-width: 200px) 100vw, 200px" srcset="http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016-100x100.png 100w, http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016-32x32.png 32w, http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016-64x64.png 64w, http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016-96x96.png 96w, http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016-128x128.png 128w, http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016.png 200w" itemprop="image" title="WordCamp Paris 2016 – Récap" alt="Lire l'article" class="attachment first thumbnail wp-post-image" src="http://www.creativejuiz.fr/blog/wp-content/uploads/2016/02/wordcamp-paris-2016.png">
<img src="http://creativejuiz.fr/image.jpg" width="650" height="450" srcset="http://creativejuiz.fr/image2x.jpg 2x" aria-hidden="false">
<img aria-serial="lol" src="http://creativejuiz.fr/image.jpg" width="650" height="450" srcset='http://creativejuiz.fr/image2x.jpg 2x' aria-hidden="false">
<img src="http://creativejuiz.fr/test.jpg" width="650" height="450" aria-hidden="false">
<img src="http://creativejuiz.fr/test.jpg">
<img src="http://creativejuiz.fr/test.jpg" width="650" height="450" srcset="http://creativejuiz.fr/image2x.jpg 2x, http://creativejuiz.fr/image2x.jpg 3x, http://creativejuiz.fr/image-350x200.jpg 350w" aria-hidden="false"> | Get src and srcset image attributes, and other attributes | 2016-02-25T18:40:53.000Z |
[0-9]* | this is a test
123 | incorrect number regex | 2014-11-16T05:11:52.000Z |
|
(?=[^%]*(?:%ROUTING-ISIS-5-ADJCHANGE|%.*%ROUTING-ISIS-5-ADJCHANGE))^(?:[^:\n]*:){10}\s+\w+\s+\w+\s+(?P<ISIS_Remote_Host>[^ ]+)\s+\((?P<ISIS_Local_Interface>[^\)]+)\)\s\(L2\)\s(?P<ISIS_State>[\w]+),\s(?P<ISIS_Message>[\w+\s+]+)\s?$ | 2015-10-08T00:29:07.402-07:00 ucs-mcloud-pr02 3.3.12.164 1738: RP/0/RSP0/CPU0:Oct 8 03:29:07 EDT: isis[1006]: %ROUTING-ISIS-5-ADJCHANGE : Adjacency to snd-mcloud-pe02 (GigabitEthernet0/2/0/0) (L2) Down, Interface state down
2015-10-08T10:57:42.745-04:00 orl-univfl-pe02 3.3.13.215 894: RP/0/RSP0/CPU0:Oct 8 10:57:42 EST: isis[1006]: %ROUTING-ISIS-5-ADJCHANGE : Adjacency to hia-mcloud-pe01 (GigabitEthernet0/0/1/0) (L2) Up, New adjacency
2015-10-08T10:57:08.460-04:00 hia-mcloud-pe01 3.3.13.116 2474581: RP/0/RSP0/CPU0:Oct 8 10:57:08 EST: isis[1006]: %ROUTING-ISIS-5-ADJCHANGE : Adjacency to orl-univfl-pe02 (GigabitEthernet0/0/0/0) (L2) Down, BFD session DOWN | ISIS Checking | 2016-01-11T14:13:48.000Z |
|
(https?:\/\/)?(www.)?(facebook\.com)\/(\S*\/)*(videos?\/(embed\?video_id=|vb.\d+\/)?)(\d+) | https://www.facebook.com/video/embed?video_id=368508506585276
https://www.facebook.com/1399785403664362/videos/1428693740773528/
https://www.facebook.com/snackk100/videos/754790044667598/?permPage=1
https://www.facebook.com/insight.co.kr/videos/vb.374726359324617/907652546031993/?type=2&theater
https://www.facebook.com/Jrockradio/videos/vb.102198813200663/880536688700201/?type=2&theater | extract facebook video id | 2015-11-10T07:44:02.000Z |
|
Search for /cat/ in the string where don't have /prod/ itself. | ^(?!.*\/prod\/).*\/cat\/.*$ | /cat/test/prodmy | Have one word and don't have another | 2016-02-25T17:49:39.000Z |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.