description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
\$\(['|"](.[^\)]*)['|"]\)\.addClass\(['|"]btnDisabled['|"]\) | $('#btn-new-reg, #btn-save-reg, #btn-del-reg, #btn-adv-search, #btn-prev-reg, #btn-next-reg, #btn-prev-field, #btn-next-field').addClass('btnDisabled')
// código entre o que me interessa
$("#btn-save-reg, #btn-del-reg, #btn-adv-search, #btn-prev-reg, #btn-next-reg, #btn-next-field").addClass("btnDisabled")
$("#btn-save-reg, #btn-del-reg, #btn-prev-reg, #btn-next-reg, #btn-next-field").removeClass("btnDisabled")
\$\(['|"](.[^\)]*)['|"]\)\.addClass\(['|"]btnDisabled['|"]\) | Facelift | 2019-05-03T20:42:15.000Z |
|
Matches any valid DOI | \b(10[.][0-9]{4,}(?:[.][0-9]+)*/(?:(?!["&\'])\S)+)\b | 10.1002/(SICI)1522-2594(199911)42:5<952::AID-MRM16>3.0.CO;2-S | DOI matcher | 2014-10-11T10:08:55.000Z |
This regex checks if a user has input 4 digit year integer. | ^[0-9]{4}$ | Validates Against YYYY | 2016-03-10T21:51:07.000Z |
|
A way to match the last URL argument that allows arguments to contain any characters except '#' and '/'.
Assumes that URL argument separator is '/' and that the list starts with '#'. Clearly, not universal! | [^\/#]+$ | newURL: "http://localhost:8080/talk.html#AProblem
oldURL: "http://localhost:8080/talk.html#AProblem/MACHOs
| last URL argument | 2016-03-19T01:24:44.000Z |
(?:(?i)(javascript|longdesc|src|alt|style|class|title|data\-[\w\-]+)\=\"([\w\s\#]+)?\")? | <img src="#" TITLE="sdf" title="Es una imagen" data-one="foo" class="a" style="s" data-two="foo"/> | Get image tag attributes | 2016-05-09T17:53:15.000Z |
|
Validate grades between 0 to 10. With one decimal at max (1.1) | ^(10)$|^[0-9](\.[0-9])?$ | 9.5 | grades 0 to 10 | 2016-03-18T14:38:13.000Z |
Given the HTML of an alias's control panel, apply the XPath "//span[@class='maintext']". The second result returned can be parsed by this regex to yield the most pertinent field names and their values. | (Alias):\W+([[:print:]]+).+(Email address):\W+([[:print:]]+).+(Starts):\W+([[:print:]]+).+(Expires):\W+([[:print:]]+).+(Reminder):\W+([[:print:]]+).+ | Extract Fields from Mailexpire | 2014-12-20T00:16:01.000Z |
|
dsadsadas | (([\+]90?)|([0]?))([ ]?)((\([0-9]{3}\))|([0-9]{3}))([ ]?)([0-9]{3})(\s*[\-]?)([0-9]{2})(\s*[\-]?)([0-9]{2}|) | +90 (545) 369 71 22,+90 (545) 369 71 22 | dsadas | 2016-07-21T11:24:56.000Z |
Work for BHS | (Policy Number:\s*)([A-Z0-9]+)(?=\s*Plan Eff\. Date:) | OBX|1|FT|ED Fin||\.br\Butler Memorial Hospital Emergency Department\.br\\.br\One Hospital Way\.br\\.br\Butler, PA, 16001\.br\\.br\7242836666\.br\\.br\Patient: UPMC TEST DOB: 1/1/1945\.br\\.br\MR #: 200115 Age/Gender: 70y F\.br\\.br\DOS: 11/27/2015 08:15 Acct #: 20005591\.br\\.br\Private Phys: ED Phys:\.br\\.br\CHIEF COMPLAINT: Enc. Type: ACUITY:\.br\\.br\******** Initial Acuity unassigned\.br\\.br\Insurance\.br\\.br\1. Insurer Details\.br\\.br\Name: Relationship: SELF\.br\\.br\SSN: Employer Name:\.br\\.br\Sex:\.br\\.br\Insurance Type: UPMC HEALTH PLAN Plan Id: CPUPMC\.br\\.br\Policy Number: DKJSLFLSF Plan Eff. Date:\.br\\.br\Group Name: Group Number:\.br\\.br\Company Name: UPMC HEALTH PLAN Priority: 1\.br\\.br\Billing Status: Verify Indicator:\.br\\.br\TRIAGE\.br\\.br\Arrival: Patient arrived walking via car/private vehicle from home accompanied\.br\by parent(s) < KAL1 11/27/2015 08:24>\.br\\.br\Pain Level: Patient's pain is a 2 using a Wong-Baker scale. < KAL1 11/27/2015\.br\08:25>\.br\\.br\Patient not currently taking any medications.\.br\< KAL1 11/27/2015 08:25>\.br\\.br\Medical and surgical history obtained. <KAL1 11/27/15 08:25 >\.br\\.br\Patient states no travel to West Africa nor had contact with any person that\.br\has traveled to West Africa in the 21 days before illness onset. <KAL1\.br\11/27/2015 08:24>\.br\\.br\ALLERGIES\.br\\.br\+---------------------+--------------------+--------+------------------------+\.br\\F\Allergen \F\Status \F\Comments\F\Updated \F\\.br\\F\Reaction \F\ \F\ \F\ \F\\.br\+---------------------+--------------------+--------+------------------------+\.br\\F\*No Known Allergies* \F\Confirmed or \F\ \F\<KAL1 Nov 27 2015 \F\\.br\\F\ \F\verified \F\ \F\8:25AM> \F\\.br\+---------------------+--------------------+--------+------------------------+\.br\Patient not currently taking any medications.\.br\< KAL1 11/27/2015 08:25>\.br\\.br\HOME MEDICATIONS\.br\\.br\+-----------------------+----------+------+--------+-------------------------+\.br\\F\Medication Name \F\Last Dose \F\Status\F\Comments\F\Updated \F\\.br\\F\Instructions \F\Taken Date\F\ \F\ \F\ \F\\.br\+-----------------------+----------+------+--------+-------------------------+\.br\\F\*Not Taking Home Meds* \F\ \F\Active\F\ \F\<KAL1 Nov 27 2015 8:25AM>\F\\.br\+-----------------------+----------+------+--------+-------------------------+\.br\PAST MEDICAL / SURGICAL / SOCIAL HISTORY\.br\\.br\Smoking Status: Never smoked\.br\< KAL1 11/27/2015 08:25>\.br\\.br\No relevant surgeries.\.br\< KAL1 11/27/2015 08:26>\.br\\.br\DISPOSITION\.br\\.br\Nursing\.br\\.br\Disposition is Discharged - Routine\.br\< KAL1 11/27/2015 08:26>\.br\\.br\Family not notified of patient's disposition. <KAL1 11/27/15 08:26 >\.br\\.br\------------------------------------------------------------------------------\.br\\.br\Bed Assignments:\.br\\.br\MainWR INU 11/27/2015 08:15\.br\\.br\Status Activity:\.br\\.br\With Triage RN INU 11/27/2015 08:15\.br\\.br\Released KAL1 11/27/2015 08:28\.br\\.br\Acuity Activity:\.br\\.br\Acuity unassigned INU 11/27/2015 08:15\.br\\.br\Chart Documented By:\.br\\.br\KAL1: KALLIE TEST SIMMONS\.br\\.br\Release Information:\.br\\.br\Patient released 11/27/2015 08:28\.br\\.br\Released by KALLIE TEST SIMMONS\.br\\.br\Printed By User N. Interface on 11/27/2015 8:30 AM\.br\\.br\Medical Chart\.br\\.br\||||||S| | Butle_UPMC_Match | 2015-12-09T19:07:42.000Z |
([a-z])\1{2,} | aaaabbcdefffffffg | finds the instance of two or more repeating letters | 2015-07-10T19:34:33.000Z |
|
Find the white color text in html. Using replace command we have to change some other colors | ;\s*color:\s*#ff+; | <span id="JobDescCKEditor" class="JobDescCKEditor"><div class="sVx81"style="color: #222222; font-size: 14px;">
<div class="OghIW">
<div class="sH3zFd">
<h2 class="KLsYvd" style="font-size: 30px;" tabindex="-1">Dot Net Developer/Senior Developer/Lead</h2>
<div class="MpVvlf sb-unsaved"> </div>
<span class="SGdgT"><span class="povykd" tabindex="0" role="button" data-extra-container-classes="signin-content" data-theme="0" data-width="304"><span class="pWJs7b sb-unsaved-label" style="color: rgba(0, 0, 0, 0.54); font-size: 14px;">SAVE</span></span></span>
<div data-dst="Dot Net Developer/Senior Developer/Lead" data-dsu=";jobs&q=asp.net+developer+jobs+in+coimbatore&hl=en-IN&kgs=fc48b0cab3c47379&shndl=-1&source=sh/x/im/textlists/detail&entrypoint=sh/x/im/textlists/detail#fpstate=tldetail&htivrt=jobs&htiq=asp.net+developer+jobs+in+coimbatore&htidocid=kt8uTf65bML56BEcAAAAAA%3D%3D" data-shortu="" data-jsdata="" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQgmQI9gcwAA"> </div>
</div>
<div class="iGy6ud">
<div class="ZUeoqc">
<div style="font-size: 20px;">
<div class="EtwWxe" style="color: #ffffff;" aria-hidden="true">I</div>
</div>
</div>
<div class="tJ9zfc" style="color: rgba(0, 0, 0, 0.54); font-size: 14px;">
<div class="nJlQNd sMzDkb">Impiger Technologies</div>
<div class="sMzDkb">Coimbatore, Tamil Nadu</div>
</div>
</div>
</div>
</div>
<div class="GfgB1" style="color: #222222; font-size: 14px;" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQn-cDCIEIMAA"> </div>
<div class="mR2gOd" data-hveid="1027" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQ890CCIMIMAA">
<div class="EDblX DAVP1">
<div class="B8oxKe"><span class="DaDV9e" tabindex="-1"><a class="" style="color: #ffffff; font-size: 14px;" title="Apply on AngelList" target="_blank" rel="noopener" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQpowCCIQIKAAwAA">Apply on AngelList</a></span></div>
<div class="B8oxKe BQC79e" data-jsdata="">
<div id="jdaokt8uTf65bML56BEcAAAAAA==" class="y yf" data-jiis="up" data-async-type="jb_apply_options" data-async-context-required="htidocid,ibp" data-async-rclass="search" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQld4CCIUIKAEwAA"></div>
</div>
</div>
</div>
<div class="CyxPy EPhEaf" style="color: #ffffff;"> </div>
<div> </div>
<div> </div>
<div class="w5NUMb" style="color: #222222; font-size: 14px;"> </div>
<div class="ocResc icFQAc" style="color: #222222; font-size: 14px;"><span class="n1Mpqb" style="color: rgba(0, 0, 0, 0.54);"><span class="SuWscb">Over 1 month ago</span></span><span class="n1Mpqb" style="color: rgba(0, 0, 0, 0.54);"><span class="SuWscb">?2L–?9L a year</span></span><span class="n1Mpqb" style="color: rgba(0, 0, 0, 0.54);"><span class="SuWscb">Full–time</span></span></div>
<div class="YgLbBe" style="color: rgba(0, 0, 0, 0.87); font-size: 14px;">
<div class="config-text-expandable"><span class="HBvzbc">· Demonstrate a high level of competence in object-oriented analysis, design, and coding in a .NET server-side environment, specifically in utilizing the Microsoft MVC framework. Experience in Angular is an added advantage. · Adhere to the standards and comply with HTML, CSS and JavaScript codes with respect to the artworks and technical specifications provided · Design and implement systems that use relational databases, specifically SQL 2008 R2 · Work on pre-defined requirements and produce code that meets the requirements · Demonstrate a structured approach to development, using design patterns wherever appropriate, and use SOLID principle and strive hard to continuously improve the development process · Take responsibility for the deliverables and contribute effectively to the team · Possess enthusiasm and passion for technology and crave for honing new skills Impiger Technologies focuses on Cloud Computing and Mobile Application. Their company has offices in Coimbatore<span class="WbZuDe"> They have a large team that's between 201-500 employees. You can view their website at </span></span></div>
</div>
<div style="color: #222222; font-size: 14px;" data-async-context="async_id:duf3-47-_K-R_X8KwOOXYz7sP8Z2PwA02;authority:0;card_id:;entry_point:0;feature_id:;ftoe:0;header:0;is_jobs_spam_form:1;open:0;preselect_answer_index:-1;suggestions:;suggestions_subtypes:;suggestions_types:;surface:0;title:;type:47">
<div id="duf3-47-_K-R_X8KwOOXYz7sP8Z2PwA02" class="y yp" data-jiis="up" data-async-type="duffy3" data-async-context-required="type,open,feature_id,async_id,entry_point,authority,card_id,ftoe,title,header,suggestions,surface,suggestions_types,suggestions_subtypes,preselect_answer_index,is_jobs_spam_form" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQ-0EIjQgwAA"></div>
<div class="egHvEc hide-focus-ring" tabindex="0" role="link" data-async-trigger="duf3-47-_K-R_X8KwOOXYz7sP8Z2PwA02" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQ5ZkFCI4IMAA"><span class="XVmsDd" style="color: #212121; font-size: 14px;">Report this listing</span></div>
</div>
<div class="gWhMmc" style="color: #222222; font-size: 14px;" data-jsdata="">
<div id="jdskt8uTf65bML56BEcAAAAAA==" class="y yf" data-jiis="up" data-async-type="jb_salary" data-async-context-required="htidocid,ibp" data-async-rclass="search" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQudsCCI8IMAA">
<div id="gws-plugins-horizon-jobs__salary">
<div class="iE9pwb">
<div class="XdTbkf">
<div class="bKLZtb BAgzfc" style="color: rgba(0, 0, 0, 0.87);">Salary comparison</div>
<div class="URn80">
<div class="HWnzvc" aria-label="More info"> </div>
</div>
</div>
<div>
<div class="ZDG8hb" style="color: rgba(0, 0, 0, 0.54); font-size: 12px;">
<div class="UcFhic">
<div class="fjnW5b GPnHhd"> </div>
Impiger Technologies</div>
<div class="UcFhic">
<div class="ZZ1t4d GPnHhd"> </div>
Local employers via <a class="aPBtBe" style="color: #4285f4;" target="_blank" rel="noopener">PayScale</a></div>
</div>
<div class="zrUdLc"> 160k 420k 680k?2L–900k?2.2L–530k</div>
</div>
</div>
</div>
</div>
</div>
<div class="EWizoc" style="color: #ffffff; font-size: 14px;"><span class="sssrNe" style="color: rgba(0, 0, 0, 0.87); font-size: 20px;">Impiger Technologies</span></div>
<div class="AtCEfb" style="color: #222222; font-size: 14px;color: #ffffff;" data-jsdata="">
<div id="fc_6" class="y yf" data-async-fc="EvcBCrcBQUc4Q2tLaDZqNk45dEZldmx6OFhzWlE1SzJzZ2pZckNuOW1RTVRFb3JIbjVpY0swalFGM3lJYjNxU2h2d1ZvMXNRSXl0WHhSWDF4S3h5bzBGV2VXTEpxS2lIdTdqN1RoTHVuN0ZYTnVHdGJ4eHBjdnVVVkFpYXdjMlNDdGMzSUxwOW83Q3FxRERjeERNbm8wX2tKMnY4cmpnc2o4bE82Y0pjckIwMkpQVXBtVTBVNVVhTzJ2VGRjEhdLLVJfWDhLd09PWFl6N3NQOFoyUHdBMBoiQU1lZHd5TEk0dkd2LUVaTjdHQ2VPblJVbkM4cWpob0d6QQ" data-async-fcv="3" data-async-ons="731" data-async-rclass="search" data-ved="0ahUKEwiC8vy606bsAhVl7HMBHfHOA9gQmbECCJAIMAA">
<div>
<div class="gaLgbc">
<div class="qySoyb" style="color: rgba(0, 0, 0, 0.87); font-size: 14px;background-color: #ffffff">Glassdoor</div>
</div>
</div>
</div>
</div></span> | Change white color text in html | 2020-10-09T13:25:19.000Z |
/\<video[^(\<)]*\<\/video\>/g | \<video[^(\<)]*\<\/video\> | video img | 2019-10-24T09:37:44.000Z |
|
((?:[0-9]{1,3}\.){3}[0-9]{1,3}).*(([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})) |
IP address HW type Flags HW address Mask Device Ethernet interface VLAN ID
10.26.64.1 0x1 0x2 e0:97:96:bd:e6:48 * veip0.2
1.1.1.2 0x1 0x2 00:26:86:00:00:00 * br0
192.168.1.3 0x1 0x2 b8:27:eb:48:3d:e6 * br0 LAN3 0
IPv6 Neighbor Table:
IPv6 address HW Address Device
fe80::9a97:d1ff:fe70:eeb6 98:97:d1:70:ee:b6 br0
| Match router ARP table | 2017-09-08T17:46:22.000Z |
|
Email Validation Regex | ^([a-z0-9]+[!#$%&'*+-/=?^_`{|]?)+@([a-z0-9-]).+([a-z0-9-])$ | Email Regex | 2022-04-25T21:57:51.000Z |
|
This regex matches up with the word rape, even if accent marks are used. | \b(r(a|à|á|â|ä|æ|ã|å|ā)p(e|3|è|é|ê|ë|ē|ė|ę))\s* | rape grape g rape ra pe rapes | Word filter | 2018-05-04T00:03:45.000Z |
Credits to TessellatingHeckler on StackOverview.com
http://stackoverflow.com/questions/34235484/how-to-add-groups-to-capture-words-from-regex-split-pattern?noredirect=1#comment56214669_34235484 | ("[^"]*"|[^:]+) | 10:05:12:00 | Split String with Groups | 2015-12-12T08:53:37.000Z |
^([^|]*)(\|())\|0\|?(\d[^|]*)\|([^|]*)\|([^|]*)\|([^|]*)$ | WISEMAN·CINDY|0|29.98|THE·OZARK·FOOD·COOPERATIVE·EXCHANGE|9/30/2013·UT04·‐·Capital·Credit·Distributions|20464721 | zero | 2016-07-30T16:36:32.000Z |
|
(\$.+[0-9\,]) | ↓ $1,725,000 for sale | Match price amound from string | 2015-11-11T00:55:59.000Z |
|
.*capital of .+ | What is the capital of Kenya?
capital of Kenya?
The capital of Kenya
Kenyan capital | capital of | 2016-09-23T09:16:49.000Z |
|
Substitutes a group of dates by its information and captures the date information.
Also allows fooled dates. (2015-02-30, 2015-03-32 for example) | ^([1-9]\d*)-(0[1-9]|1[0-2])-(0?[1-9]|[1-2]\d|3[0-2])(?:\x20([01][0-9]|2[0-3]):([0-5]\d):([0-5]\d)(\.\d+)?)?$ | 2015-03-32 07:00:00
2015-05-15 12:00:54.02911 | Date extractor | 2015-05-15T11:07:16.000Z |
\d{2,3}[- .]+\d{3}|\b[VF,VC,vf,vc]{0,2}[- ]?\d+[- ]\d{3,}\b|\d{5,6} | VF-12378901,F-1234567890 15-12345601,vf-12378909 | f-12378909 | TEST 2 | 2015-11-09T10:21:28.000Z |
|
([^a-zA-Z0-9]) | Teena is here AND You are der OR she will come NOT why ( | Teena is here AND you are der (why u said) OR I ll come NOT you say | 2016-08-17T09:37:56.000Z |
|
^(\d{2}[ \.-]?){4}\d{2}$ | phone number (FR) | 2014-12-12T11:16:13.000Z |
||
(([a-z]*[.:]*)\s*((\d*[.]\d*)+$)) | "LOWE’S HOME CENTERS, INC.
5770 READ BOULEUARD NEW ORLEANS, LA 70127 (504) 613-1800
- SALE - SALES 4: S2690BC1 1295021 07-17-10
296458 COMM SERIES QUANTUM 3 BUR 149.00
SUBTOTAL: 149.00
TAX: 13.41
INUOICE 18327 TOTAL: 162.41
MERCH/GIFT CARDS : 162.41
MERCH/GIFT CARD 7334 AUTHCODE 005450 BEGIN BAL TRANSACTION AMT ENDING BAL 216.91 162.41 54.50
STORE: 2690 TERMINAL: 18 07/17/10 09:13:09
OF ITEMS PURCHASED: 1"
Grocery_receipts_001.docx.txt,"Walmart x'c
Save money. Live better. •
(813) 932-0562 Manager COLLEEN BRICKEY 8885 N FLORIDA AVE TAMPA FL 33604
ST# 5221 OP#
00001061 TE# 06
TR# 05332
BREAD
007225003712 F
2.88
N
BREAD
007225003712 F
2.88
N
GV PNT BUTTR
007874237003 F
3.84
N
GV PNT BUTTR
007874237003 F
3.84
N
GV PNT BUTTR
007874237003 F
3.84
N
GV PNT BUTTR
007874237003 F
3.84
N
GV PARM 160Z
007874201510 F
4.98
0
GV CHNK CHKN
007874206784 F
1.98
N
GV CHNK CHKN
007874206784 F
1.98
N
12 CT NITRIL
073191913822
2.78
X
FOLGERS
002550000377 F
10.48
N
SC TUIST UP
007874222682 F
0.84
X
EGGS
060538871459 F
1.88
0
SUBTOTAL
46.04
TAX
1 7.000 X
0.26
TOTAL
46.30
DEBIT TEND
46.30
CHANGE DUE
0.00
EFT DEBIT PAY FROM PRIMARY
ACCOUNT : 5259
1. TOTAL PURCHASE
PAYMENT DECLINED DEBIT NOT AVAILABLE 11/06/11 02:21:54
EFT DEBIT PAY FROM PRIMARY
ACCOUNT : 5259
1. TOTAL PURCHASE REF # 131000195280
NETWORK ID. 0071 APPR CODE 297664 11/06/11 02:22:54
ft ITEMS SOLD 13
TC# 0432 2121 1542 2401 9590
Lagawag Is back for Electronics, Togs, and Jewelrg. 10/17/11-12/16/11 11/06/11 02:22:59"
traderjoes-receipt1.docx.txt,"TRADER JOE’S
“V.
\L3P
2-49 T 0.10 T
OPEN 8:00AM TO 10:00PM DAILY
* LOWFAT 1% MILK - HALF GALLON ^GROCERY NON TAXABLE
1. 6 0.59 ^GROCERY NON TAXABLE
2. 10.19 GROCERY NON TAXABLE
^ MISSISSIPPI MUD 32 OZ CROCK
* CRY
“• TJ!S VEGGIE STIX £ BAGEL MINI WHEAT 4 PK
* CHICKEN CH2 YMEIN STIR FRY MIX
* PIZZA ORGANIC SICILIA?? STYLE R « TJ'S CHEESE & GARLIC CROUTONS
* LA GRANJA SYRAH LES CAVES JOSEPH BORDEAUX
* CHICKEN ORANGE MANDARIN W/SCE
* DARK CHOCOLATE ROCKY ROAD SQUA
* RESTAURANT-STYLE WHITE CHIPS ~ SLICED TURKEY ROASTED o CRACKERS MULTIGRAIN ^ SALSA CHIPOTLE HOT -FRESH PK BOYSENBERRY PRESERVES
* CHUNKY SALTED PEANUT BUTTER
* TJ SLICED JACK W/PEPPERS «* SORRENTO SALAD TJ'S
* CHOC BAR FLD'DRKSPEC « CHOC BAR FLD DRKSPEC
$66.87
$0.91
$67.78
$67.78
SUBTOTAL STATE TAX 1 TOTAL DEBIT
PURCHASE SWIPED AUTH# 402241 INVOICE #: 5876
,199,,00,
02-09-2012 06:45PM REFERENCE #: 293536
ITEMS 33 S, Christian
02-09-2012 06:43PM 0199 04 0098 5876
THANK YOU FOR SHOPPING AT TRADER JOE'S www.traderjoes.com"
transaction-1.docx.txt,"The Pharmacy America Trusts • Since 1901""
I'm MARILYN. Thank you for allowing me to serve you today,
502 10 9032 05988 027
RFN# 0598-8279-0320-1003-2820
F SMPLY SLN ALL4.25Z 1A 7.00 SALE
F DULC0LAX 8.30Z 1A 10.00 SALE
DOVE TRTMN M0IST8Z 1A 4.00 SALE
MFG COUPON 1 1.50-MFGC
MFG COUPON 1 4.00-MFGC
MFG COUPON 1 5.00-MFGC
SUBTOTAL 10.50
A-6.85% SALES TAX TOTAL
CASH 12.00
CHANGE .06
HAG ADVERTISED SAVINGS: 7.97
MFG COUPON SAVINGS: 10.50
YOUR TOTAL SAVINGS: 18.47
| Testing for receipt items | 2015-09-30T03:32:41.000Z |
|
[^<TAB>]+[^<\TAG>] | <TAG>one<TAG>two</TAG>one</TAG>
| 7 | 2015-10-17T05:53:39.000Z |
|
phone number with country prefix (+ or 00) and phone number with spaces and special characters allowed | ^([+]?\d{1,4}[-\s]?|)\d{3}[-\s]?\d{3}[-\s]?\d{4}$ | 0039686320815 | phone number italy | 2016-09-07T07:53:54.000Z |
<div\sid=\"[\s\S]*?dp_productDescription_container_div[\s\S]*?<div\sid=\"productDescription_feature_div[\s\S]*?<div[\s\S]*?<div[\s\S]*?<div\sid=\"productDescription[\s\S]*?>([\s\S]*?<p>[\s\S]*?<\/p>\s*)<\/div> | <div id="dp_productDescription_container_div" class="feature" data-feature-name="productDescription" data-cel-widget="dp_productDescription_container_div">
<div id="productDescription_feature_div" data-feature-name="productDescription" data-template-name="productDescription" class="a-row feature" data-cel-widget="productDescription_feature_div">
<div class="a-divider a-divider-section"><div class="a-divider-inner"></div></div>
<h2 class="softlines">
Product description
</h2>
<div id="productDescription" class="a-section a-spacing-small">
<!-- show up to 2 reviews by default -->
<p>Train better. Look great. The Vazee agility trainer supports your interval workouts with an exciting blend of fashionable colors and a newly designed performance lace mesh upper for support and breathability.
</p>
<p>Train better. Look great. The Vazee agility trainer supports your interval workouts with an exciting blend of fashionable colors and a newly designed performance lace mesh upper for support and breathability.
</p>
</div>
<style type="text/css">
#productDescription {
color: #333333;
word-wrap: break-word;
font-size: small;
line-height: initial;
margin: 0.5em 0px 0em 25px;
}
#productDescription_feature_div > h2.default {
color: #CC6600;
font-size: medium;
margin: 0 0 0.25em;
}
#productDescription_feature_div > h2.books {
color:#333 !important;
font-size:21px !important;
line-height: 1.3;
padding-bottom: 4px;
font-weight: normal;
margin: 0px;
}
#productDescription_feature_div > h2.softlines {
color:#333 !important;
font-size:21px !important;
line-height: 1.3;
padding-bottom: 4px;
font-weight: bold;
margin: 0px;
}
#productDescription > p, #productDescription > div, #productDescription > table {
margin: 0 0 1em 0;
}
#productDescription p {
margin: 0em 0 1em 1em;
}
#productDescription h3 {
font-weight: normal;
color: #333333;
font-size: 1.23em;
clear: left;
margin: 0.75em 0px 0.375em -15px;
}
#productDescription table {
border-collapse: inherit !important;
margin-bottom: 0;
}
#productDescription table img {
max-width: inherit !important;
}
#productDescription table td {
font-size: small;
vertical-align: inherit !important;
}
#productDescription ul li {
margin: 0 0 0 20px;
}
#productDescription ul li ul {
list-style-type: disc !important;
margin-left: 20px !important;
}
#productDescription ul ul li {
list-style-type: disc !important;
margin-left: 20px !important;
}
#productDescription > ul ul li {
list-style-type: disc !important;
}
#productDescription ul li ul li {
margin: 0 0 0 20px;
}
#productDescription .aplus p {
margin: 0 0 1em 0;
}
#productDescription small {
font-size: smaller;
}
#productDescription.prodDescWidth {
max-width: 1000px
}
</style>
<!-- Used to set table width because AUI is overriding the width attribute of the tables coming in description -->
<script type="text/javascript">
P.when('jQuery').execute(function($){
$("#productDescription table").each(function() {
var width = $(this).attr('width');
if (width) width += 'px';
else width = 'auto';
$(this).css('width', width);
var padding = $(this).attr('cellpadding');
if (padding) padding += 'px';
else padding = '0px';
$(this).css('padding', padding);
});
});
</script>
</div>
</div> | DESCRI V3 | 2018-12-24T03:24:36.000Z |
|
asdasdasdsd | ASs | 2018-06-19T01:11:00.000Z |
||
^(([1-4][/][1-4])*)(([,][1-4][/][1-4])*)(([1-4])*)(([,][1-4])*)$ | 4/1,6/5,6/1,1,2,3,4,5
5,4,3,2,1,1/3,4/4,2/5
2,5,3,2,1,1/3,4/4,2/5asdf
1asdf
4/1
2/3,1,2,3
,2/3,1,2,3
2/3,1,2,3,4,5
,2/3,1,2,3,4,5
5,2/3,1,2,3
4/1,2/3,1,2,3,4,5
1/4,2/3,1,2,3,4,5 | test altDays | 2017-08-30T13:00:18.000Z |
|
^(?:(?:https?|ftp):\/\/)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})))(?::\d{2,5})?(?:\/\S*)?$ | http://foo.com/blah_blah | urls | 2018-10-19T22:04:21.000Z |
|
regex phone number all telco in Vietnam. at 11/08/2023 | ^(0|84)(2(0[3-9]|1[0-689]|2[0-25-9]|3[2-9]|4[0-9]|5[124-9]|6[0369]|7[0-7]|8[0-9]|9[012346789])|3[2-9]|5[25689]|7[06-9]|8[0-9]|9[012346789])([0-9]{7})$ | 0917123123
0901123123
0931123123
0891123123
0701123123
0761123123
0771123123
0781123123
0791123123
01201123123
01211123123
01221123123
01261123123
01281123123
0911123123
0941123123
0881123123
0811123123
0821123123
0831123123
0841123123
0851123123
01231123123
01241123123
01251123123
01271123123
01291123123
0961123123
0971123123
0981123123
0861123123
0321123123
0331123123
0341123123
0351123123
0361123123
0371123123
0381123123
0391123123
01621123123
01631123123
01641123123
01651123123
01661123123
01671123123
01681123123
01691123123
0921123123
0561123123
0581123123
0521123123
01881123123
01861123123
0991123123
0591123123
01991123123
0871123123
0551123123 | regex vietnam number phone | 2023-11-08T03:47:51.000Z |
[a-zA-Z]*'.[a-zA-Z]* | 'tis
'twas
o'er
kill'd
she's killing me
i see she's killing me
he'
she
kill me she's
't
t'
tt't
t't | Shakespeare | 2018-10-25T15:02:10.000Z |
|
\S+@\S+\.\S+ | [email protected]
[email protected]
[email protected]
[email protected]
sam [email protected]
butthole@com
cooper.city.gov
[email protected]
corp^[email protected]
| loose email address regex (\S) | 2017-02-14T02:39:32.000Z |
|
Finds:
- links with or without http/s
- links with or without www
- short links | (^|\s)((https?:\/\/)?[\w-]+(\.[a-z-]+)+\.?(:\d+)?(\/\S*)?) | bit.ly/00a0sa0sasaxsdd
http://bit.ly/00a0sa0sasaxsdd
https://bit.ly/00a0sa0sasaxsdd
http://www.terra.es/asasa
https://www.terra.es/asasa
https://www.terra.es.com/asasas
https://www.terra2.es.com/asasas
3.0000 | All Url links | 2015-09-17T09:13:50.000Z |
(([0-9]){1,4})((\/))([0-9]){1,10} | 4445//6555545454
1/55656
dobra verze
| for checking code number 1111/111111111 | 2014-07-17T16:10:27.000Z |
|
no headings | (?:<div\s+class=.?body\s*section.?>)\s*(?:<div\s+class=.?body\s*subsection.?>)\s*(?:<span[^>]*(?:label|bold).?>)+([\d.]+)<\/span>(\([\d.]+\))<\/span> |
<div style="text-align:center;font-size:11pt;font-weight:bold;">CHAPTER N-4.05</div><div style="font-size:13pt;font-weight:bold;text-align:center;margin-top:12pt;"><div style="margin-bottom:12pt;line-height:14pt;">New Brunswick Community Colleges Act</div>
<div class="body right italic" style="margin-bottom:12pt;"><div class="body italic right">Assented to Mars 26,  2010</div></div></div><div class="title">Chapter Outline</div><table style="width:100%"><tr><td class="Summary"><br />DEFINITIONS AND APPLICATION</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Definitions</div> <div class="sumPart sumRight">1 </div> </div> </td></tr>
<tr><td style="padding-left:30px;" class="Summary">board - conseil</td></tr>
<tr><td style="padding-left:30px;" class="Summary">by-laws - règlements administratifs</td></tr>
<tr><td style="padding-left:30px;" class="Summary">corporation - société</td></tr>
<tr><td style="padding-left:30px;" class="Summary">Crown - Couronne</td></tr>
<tr><td style="padding-left:30px;" class="Summary">Minister - ministre</td></tr>
<tr><td style="padding-left:30px;" class="Summary">president and chief executive officer - président-directeur général</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Application of Regulations Act</div> <div class="sumPart sumRight">2 </div> </div> </td></tr>
<tr><td class="Summary"><br />COLLEGE CORPORATIONS</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Establishment of the corporations</div> <div class="sumPart sumRight">3 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Head office</div> <div class="sumPart sumRight">4 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Language</div> <div class="sumPart sumRight">5 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Objects and purposes</div> <div class="sumPart sumRight">6 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Powers </div> <div class="sumPart sumRight">7 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Agent of the Crown</div> <div class="sumPart sumRight">8 </div> </div> </td></tr>
<tr><td class="Summary"><br />BOARD OF GOVERNORS AND PRESIDENT AND CHIEF EXECUTIVE OFFICER</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Board of governors</div> <div class="sumPart sumRight">9 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">First board of governors</div> <div class="sumPart sumRight">10 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Term of office and vacancies</div> <div class="sumPart sumRight">11 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Meetings and quorum</div> <div class="sumPart sumRight">12 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Duties of members </div> <div class="sumPart sumRight">13 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Remuneration and expenses</div> <div class="sumPart sumRight">14 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">President and chief executive officer</div> <div class="sumPart sumRight">15 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Immunity </div> <div class="sumPart sumRight">16 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Indemnification</div> <div class="sumPart sumRight">17 </div> </div> </td></tr>
<tr><td class="Summary"><br />ADDITIONAL POWERS, DUTIES AND RESPONSIBILITIES OF A CORPORATION</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">By-laws</div> <div class="sumPart sumRight">18 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Guidelines</div> <div class="sumPart sumRight">19 </div> </div> </td></tr>
<tr><td style="padding-left:30px;" class="Summary">guideline - ligne directrice</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Programs of study</div> <div class="sumPart sumRight">20 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Services</div> <div class="sumPart sumRight">21 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Admissions, certificates and diplomas </div> <div class="sumPart sumRight">22 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Student fees</div> <div class="sumPart sumRight">23 </div> </div> </td></tr>
<tr><td class="Summary"><br />REPORTING REQUIREMENTS OF A CORPORATION</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Audited financial statements</div> <div class="sumPart sumRight">24 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Annual report</div> <div class="sumPart sumRight">25 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Business plan</div> <div class="sumPart sumRight">26 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Organizational and operational review</div> <div class="sumPart sumRight">27 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Strategic plan</div> <div class="sumPart sumRight">28 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Report to the Minister</div> <div class="sumPart sumRight">29 </div> </div> </td></tr>
<tr><td class="Summary"><br />FINANCIAL MATTERS</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Fiscal year</div> <div class="sumPart sumRight">30 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Budget</div> <div class="sumPart sumRight">31 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Funding</div> <div class="sumPart sumRight">32 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Audit</div> <div class="sumPart sumRight">33 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Banking</div> <div class="sumPart sumRight">34 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Borrowing</div> <div class="sumPart sumRight">35 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Surplus</div> <div class="sumPart sumRight">36 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Acquisition and disposal of real property </div> <div class="sumPart sumRight">37 </div> </div> </td></tr>
<tr><td class="Summary"><br />EMPLOYEES OF A CORPORATION</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Definition of “public service”</div> <div class="sumPart sumRight">38 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Employees of a corporation</div> <div class="sumPart sumRight">39 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Transfer of employees to a corporation</div> <div class="sumPart sumRight">40 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Application of Public Service Labour Relations Act</div> <div class="sumPart sumRight">41 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Lay-off and redeployment</div> <div class="sumPart sumRight">42 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Closed competitions and transfers - employees of a corporation</div> <div class="sumPart sumRight">43 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Closed competitions and transfers - employees of the public service and Service New Brunswick</div> <div class="sumPart sumRight">44 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Transfer of employees to a corporation after commencement</div> <div class="sumPart sumRight">45 </div> </div> </td></tr>
<tr><td class="Summary"><br />POWERS OF MINISTER</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Appointment of person to examine operation</div> <div class="sumPart sumRight">46 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Appointment of administrator</div> <div class="sumPart sumRight">47 </div> </div> </td></tr>
<tr><td class="Summary"><br />MISCELLANEOUS </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Student activity fees</div> <div class="sumPart sumRight">48 </div> </div> </td></tr>
<tr><td style="padding-left:30px;" class="Summary">student association - association étudiante</td></tr>
<tr><td class="Summary"><br />REGULATIONS </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Regulations</div> <div class="sumPart sumRight">49 </div> </div> </td></tr>
<tr><td class="Summary"><br />TRANSITIONAL PROVISIONS</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Definition of “Special Operating Agency”</div> <div class="sumPart sumRight">50 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Deemed references to a corporation </div> <div class="sumPart sumRight">51 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Transfer of personal property to the corporations</div> <div class="sumPart sumRight">52 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Transfers of debts and other liabilities to a corporation</div> <div class="sumPart sumRight">53 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Legal proceedings </div> <div class="sumPart sumRight">54 </div> </div> </td></tr>
<tr><td class="Summary"><br />CONSEQUENTIAL AMENDMENTS</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Adult Education and Training Act</i></div> <div class="sumPart sumRight">55 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Auditor General Act</i></div> <div class="sumPart sumRight">56 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Civil Service Act</i></div> <div class="sumPart sumRight">57 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Private Occupational Training Act</i></div> <div class="sumPart sumRight">58 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Proceedings Against the Crown Act</i></div> <div class="sumPart sumRight">59 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Public Service Labour Relations Act</i></div> <div class="sumPart sumRight">60 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Right to Information Act</i></div> <div class="sumPart sumRight">61 </div> </div> </td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style=""><i>Right to Information and Protection of Privacy Act</i></div> <div class="sumPart sumRight">62 </div> </div> </td></tr>
<tr><td class="Summary"><br />COMMENCEMENT</td></tr>
<tr> <td class="Summary"> <div class="all"> <div class="sumPart sumLeft" style="">Commencement</div> <div class="sumPart sumRight">63 </div> </div> </td></tr>
<tr><td class="Summary">SCHEDULE A</td></tr>
<tr><td class="Summary">SCHEDULE B</td></tr>
</table><div class="body definitions enact">Her Majesty, by and with the advice and consent of the Legislative Assembly of New Brunswick, enacts as follows:</div>
<div>
<div class="head-5" id="">DEFINITIONS AND APPLICATION</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Definitions</div>
<span class="label bold">1</span>The following definitions apply in this Act.</div>
<div class="body section"></div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:1-df:boardconseil">“board”</span>  means a board of governors established under section 9 or 10.<span class="body italic">(conseil)</span></div>
</div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:1-df:by-lawsreglementsadministratifs">“by-laws”</span>  means the by-laws of a corporation.<span class="body italic">(règlements administratifs)</span></div>
</div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:1-df:corporationsociete">“corporation”</span>  means a corporation established under subsection 3(1).<span class="body italic">(société)</span></div>
</div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:1-df:crowncouronne">“Crown”</span>  means Her Majesty in right of the Province.<span class="body italic">(Couronne)</span></div>
</div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:1-df:ministerministre">“Minister”</span>  means the Minister of Post-Secondary Education, Training and Labour.<span class="body italic">(ministre)</span></div>
</div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:1-df:presidentandchiefexecutiveofficerpresident-directeurgeneral">“president and chief executive officer”</span>  means a president and chief executive officer appointed in accordance with section 15.<span class="body italic">(président-directeur général)</span></div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Application of <span class="italic">Regulations Act</span></div>
<span class="label bold">2</span>The <span class="italic">Regulations Act</span> does not apply to the following: </div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>a by-law made under this Act; and </div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>a guideline made under this Act.</div>
</div>
<div>
<div class="head-5" id="">COLLEGE CORPORATIONS</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Establishment of the corporations</div>
<div class="body subsection"><span class="label"><span class="bold">3</span>(1)</span>The following corporations are established: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the New Brunswick Community College (NBCC); and</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>the Collège communautaire du Nouveau-Brunswick (CCNB).</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">3</span>(2)</span>The New Brunswick Community College (NBCC) is comprised of the campuses listed in Schedule A and the Collège communautaire du Nouveau-Brunswick (CCNB) is comprised of the campuses listed in Schedule B.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">3</span>(3)</span>On the written request of the board of a corporation, the Lieutenant-Governor in Council may change the name of that corporation.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Head office</div>
<div class="body subsection"><span class="label"><span class="bold">4</span>(1)</span>The head office of the New Brunswick Community College (NBCC) is at The City of Fredericton.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">4</span>(2)</span>The head office of the Collège communautaire du Nouveau-Brunswick (CCNB) is at the City of Bathurst.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">4</span>(3)</span>On the written request of the board of a corporation, the Lieutenant-Governor in Council may change the location of the head office of that corporation.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Language</div>
<span class="label bold">5</span>The New Brunswick Community College (NBCC) shall be organized in the English language and the Collège communautaire du Nouveau-Brunswick (CCNB) shall be organized in the French language.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Objects and purposes</div>
<span class="label bold">6</span>As a post-secondary institution, each corporation is responsible for enhancing the economic and social well-being of the Province by addressing the occupational training requirements of the population and of the labour market of the Province and, without restricting the generality of the foregoing, the objects of each corporation are</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>to offer education and training and related services to full-time and part-time students, </div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>to provide education and training and related services to governments, corporations and other bodies and persons,</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>to participate in joint programs with respect to education and training and related services developed and delivered in conjunction with other post-secondary institutions and educational bodies, and</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">d</span><span>)</span></span>to carry out the other activities or duties authorized or required by this Act. </div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Powers </div>
<span class="label bold">7</span> Subject to this Act, in respect of its objects and purposes, each corporation has the capacity and the rights, powers and privileges of a natural person. </div>
<div class="body section"><div class="head-3 sectionheading" id="">Agent of the Crown</div>
<span class="label bold">8</span> Each corporation is an agent of the Crown.</div>
<div>
<div class="head-5" id="">BOARD OF GOVERNORS AND PRESIDENT AND CHIEF EXECUTIVE OFFICER</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Board of governors</div>
<div class="body subsection"><span class="label"><span class="bold">9</span>(1)</span>The business and affairs of each corporation shall be directed and controlled by a board of governors in accordance with this Act. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(2)</span>Each board shall consist of 9 to 15 members appointed under this section. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(3)</span> The Lieutenant-Governor in Council shall appoint the following persons to each board: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the persons nominated by that board; </div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>the persons nominated by the Minister;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>one academic staff person of that corporation, nominated by its academic staff;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">d</span><span>)</span></span>one non-academic staff person of that corporation, nominated by its non-academic staff; and</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">e</span><span>)</span></span>one student of that corporation, nominated by its students.</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(4)</span>Each board shall nominate a minimum of 3 persons and a maximum of 6 persons for the purpose of paragraph (3)(<span class="italic">a</span>).</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(5)</span>The Minister shall nominate a minimum of 3 persons and a maximum of 6 persons for the purpose of paragraph (3)(<span class="italic">b</span>).</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(6)</span>When nominating a person under subsection (4), a board shall have regard to gender, geographic representation and the competencies determined by the Minister as necessary to ensure the appropriate skills for the board.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(7)</span>When nominating a person under subsection (5), the Minister shall have regard to gender, geographic representation and the competencies determined by the Minister as necessary to ensure the appropriate skills for the board.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(8)</span>Each board shall elect a chair and vice-chair from among its members.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">9</span>(9)</span>The vice-chair shall act when the chair is unable or unwilling to act for any reason.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">First board of governors</div>
<div class="body subsection"><span class="label"><span class="bold">10</span>(1)</span>Despite subsection 9(2), the first board of governors of each corporation shall consist of 9 to 15 members appointed under this section.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">10</span>(2)</span>The Lieutenant-Governor in Council shall appoint the following persons to each first board: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the persons nominated by the Minister;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>one academic staff person of that corporation, nominated by its academic staff;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>one non-academic staff person of that corporation, nominated by its non-academic staff; and</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">d</span><span>)</span></span>one student of that corporation, nominated by its students.</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">10</span>(3)</span>The Minister shall nominate a minimum of 6 persons and a maximum of 12 persons for the purpose of paragraph (2)(<span class="italic">a</span>).</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">10</span>(4)</span>When nominating a person under subsection (3), the Minister shall have regard to gender, geographical representation and the competencies determined by the Minister as necessary to ensure the appropriate skills for that board.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">10</span>(5)</span>From the commencement of this section until November 1, 2010, inclusive, the failure to appoint a person to a board under paragraph (2)(<span class="italic">b</span>), (<span class="italic">c</span>) or (<span class="italic">d</span>) does not impair the capacity of that board to act.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">10</span>(6)</span>The Lieutenant-Governor in Council shall designate a chair for the first board of each corporation from among the members appointed under this section.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">10</span>(7)</span>Each first board shall elect a vice-chair from among the members appointed under this section.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Term of office and vacancies</div>
<div class="body subsection"><span class="label"><span class="bold">11</span>(1)</span>Subject to subsection (2), a member of a board shall be appointed for a term of up to 3 years.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(2)</span>A member of a board appointed under paragraph 9(3)(<span class="italic">e</span>) or 10(2)(<span class="italic">d</span>) shall be appointed for a term of up to 2 years.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(3)</span>The chair and vice-chair of each board shall be elected for a term of one year, or until the expiry of his or her term as a member of that board, whichever occurs first.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(4)</span>On the recommendation of a board, the Lieutenant-Governor in Council may revoke the appointment of a member of that board for cause.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(5)</span>A member of a board shall not be appointed for more than 2 consecutive terms.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(6)</span>Despite subsections (1) and (2), but subject to subsection (4), a member of a board remains in office until the member resigns or is reappointed or replaced.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(7)</span>A vacancy on a board does not impair the capacity of that board to act. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(8)</span>If a vacancy occurs during the term of a member of a board, a person may be appointed to serve the remainder of that member’s term. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(9)</span>An appointment under subsection (8) shall be made in accordance with the requirements of subsections 9(2) to (7).</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">11</span>(10)</span>The term of an appointment made under subsection (8) shall not be considered a term for the purpose of subsection (5).</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Meetings and quorum</div>
<div class="body subsection"><span class="label"><span class="bold">12</span>(1)</span>A majority of the members of a board, one of whom shall be the chair or the vice-chair, constitutes a quorum.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">12</span>(2)</span>The board of each corporation shall meet at least 4 times in each fiscal year of that corporation.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Duties of members </div>
<span class="label bold">13</span> A member of a board of a corporation shall, in exercising his or her powers and performing his or her duties, </div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>act honestly and in good faith in the best interests of that corporation, and</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>exercise the care, diligence and skill that a reasonably prudent person would in comparable circumstances.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Remuneration and expenses</div>
<div class="body subsection"><span class="label"><span class="bold">14</span>(1)</span>The members of a board shall be entitled to the remuneration and reimbursement of expenses that are fixed by the by-laws of the respective corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">14</span>(2)</span>Despite subsection (1), a by-law fixing the remuneration or rate of reimbursement for expenses of the members of a board is ineffective unless it has been approved by the Lieutenant-Governor in Council.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">President and chief executive officer</div>
<div class="body subsection"><span class="label"><span class="bold">15</span>(1)</span>Each board shall establish a process for appointing a president and chief executive officer in the by-laws and shall appoint a president and chief executive officer in accordance with that process. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(2)</span>The remuneration and benefits for each president and chief executive officer shall be established by the by-laws of the respective corporation. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(3)</span>Despite subsection (2), a by-law establishing the remuneration and benefits of a president and chief executive officer is ineffective until it has been approved by the Lieutenant-Governor in Council.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(4)</span>Subject to the direction of the board of a corporation, each president and chief executive officer is responsible for the general management and direction of the business of that corporation and may exercise the other powers that may be conferred on the president and chief executive officer by the by-laws.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(5)</span>The <span class="italic">Public Service Superannuation Act</span> applies to each president and chief executive officer.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(6)</span>The term of office of each president and chief executive officer is 5 years and may be renewed.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(7)</span>A president and chief executive officer may be removed for cause by the board.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">15</span>(8)</span>A president and chief executive officer may appoint an employee of the corporation to act in his or her place if he or she is unable to act for any reason.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Immunity </div>
<span class="label bold">16</span>No action lies for damages or otherwise against a board member or an employee of a corporation in relation to anything done or purported to be done in good faith, or in relation to anything omitted in good faith, by the person while acting under the authority of this or any other Act or regulation.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Indemnification</div>
<span class="label bold">17</span>Every board member or employee of a corporation, or former board member or employee, and his or her heirs or legal representatives, shall be indemnified against all costs, charges and expenses incurred by him or her in relation to any action or other proceeding brought or prosecuted against him or her in connection with the duties of the person as a board member or employee and with respect to all other costs, charges and expenses that he or she incurs in connection with those duties, except costs, charges and expenses that are occasioned by that person’s own wilful neglect or wilful default.</div>
<div>
<div class="head-5" id="">ADDITIONAL POWERS, DUTIES AND RESPONSIBILITIES OF A CORPORATION</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">By-laws</div>
<div class="body subsection"><span class="label"><span class="bold">18</span>(1)</span> Subject to this Act, the board of each corporation may make by-laws for the control and management of the business and affairs of that corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">18</span>(2)</span>The board of each corporation shall make by-laws governing: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>conflict of interest of members of the board and employees of the corporation; and </div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>the remuneration and other conditions of employment of the employees of the corporation.</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">18</span>(3)</span>A by-law under paragraph 2(<span class="italic">b</span>) shall be general in nature and not specific to any particular employee. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">18</span>(4)</span>A by-law under paragraph 2(<span class="italic">b</span>) is ineffective until it has been approved by the Lieutenant-Governor in Council.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Guidelines</div>
<span class="label"><span class="bold">19</span>(1)</span></div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">In this section,
<span name="codese:19-ss:1-df:guidelinelignedirectrice">“guideline”</span>  means a guideline required under section 20, 21, 26 or 27.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">19</span>(2)</span>Each guideline established by a corporation shall be submitted to the Minister for review and approval at least once in every fiscal year. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">19</span>(3)</span>On receiving a guideline, the Minister shall approve the guideline or return it to the corporation with recommendations for amendments.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Programs of study</div>
<div class="body subsection"><span class="label"><span class="bold">20</span>(1)</span>A program of study of a corporation shall be consistent with the objects and purposes of that corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">20</span>(2)</span>Each corporation shall establish guidelines for the following activities with respect to programs of study: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>their evaluation;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>their establishment;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>their expansion;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">d</span><span>)</span></span>their suspension; and</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">e</span><span>)</span></span>their transfer.</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">20</span>(3)</span>Each corporation shall evaluate, establish, expand, suspend or transfer a program of study in accordance with guidelines approved under section 19.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Services</div>
<div class="body subsection"><span class="label"><span class="bold">21</span>(1)</span>A service provided by a corporation shall be consistent with the objects and purposes of that corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">21</span>(2)</span>Each corporation shall establish guidelines for the following activities with respect to services: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>their evaluation;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>their establishment;</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>their expansion; and</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">d</span><span>)</span></span>their suspension.</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">21</span>(3)</span>Each corporation shall evaluate, establish, expand, or suspend a service in accordance with guidelines approved under section 19.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Admissions, certificates and diplomas </div>
<div class="body subsection"><span class="label"><span class="bold">22</span>(1)</span>Each corporation shall establish an admissions policy for students of that corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">22</span>(2)</span>Each corporation shall provide for the granting of certificates and diplomas for programs of study.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Student fees</div>
<div class="body subsection"><span class="label"><span class="bold">23</span>(1)</span>Subject to subsection (2), each corporation shall set fees for the delivery of its services and programs.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">23</span>(2)</span>Tuition fees and other compulsory student fees shall be subject to approval by the Minister.</div>
</div>
<div>
<div class="head-5" id="">REPORTING REQUIREMENTS OF A CORPORATION</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Audited financial statements</div>
<span class="label bold">24</span> A corporation shall prepare audited financial statements and submit them to the Minister on or before June 30 of each year.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Annual report</div>
<div class="body subsection"><span class="label"><span class="bold">25</span>(1)</span>Each corporation shall submit an annual report to the Minister on the operations of that corporation for the previous fiscal year, at a time determined by the Minister.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">25</span>(2)</span>An annual report shall contain the audited financial statements of that corporation. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">25</span>(3)</span>The Minister shall lay the annual report before the Legislative Assembly if it is in session or, if not, at the next ensuing session.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Business plan</div>
<div class="body subsection"><span class="label"><span class="bold">26</span>(1)</span>Each corporation shall establish guidelines for preparing an annual business plan.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">26</span>(2)</span> Each corporation shall submit to the Minister a business plan for each fiscal year, prepared in accordance with guidelines approved under section 19.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Organizational and operational review</div>
<div class="body subsection"><span class="label"><span class="bold">27</span>(1)</span>Each corporation shall establish guidelines for conducting an organizational and operational review.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">27</span>(2)</span>Each corporation shall conduct an organizational and operational review in accordance with guidelines approved under section 19.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">27</span>(3)</span>A corporation shall conduct a review under subsection (2) every 5 years, or sooner if the corporation so determines.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">27</span>(4)</span>On the completion of an organizational and operational review, a corporation shall submit the results of the review to the Minister.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Strategic plan</div>
<div class="body subsection"><span class="label"><span class="bold">28</span>(1)</span>Each corporation shall submit a 5-year strategic plan to the Minister for approval, at a time specified by the Minister.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">28</span>(2)</span>On receiving the strategic plan for approval, the Minister shall approve the plan or return it to the corporation with recommendations for amendments.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Report to the Minister</div>
<span class="label bold">29</span> Within 10 days after receiving a written request from the Minister, a corporation shall provide to the Minister any information that is specified in the request. </div>
<div>
<div class="head-5" id="">FINANCIAL MATTERS</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Fiscal year</div>
<span class="label bold">30</span>The fiscal year of each corporation begins on April 1 of one year and ends on March 31 in the next year.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Budget</div>
<div class="body subsection"><span class="label"><span class="bold">31</span>(1)</span>Each corporation shall submit a proposed budget to the Minister for approval, at a time determined by the Minister, containing the estimates of the amount required for that corporation for the next fiscal year. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">31</span>(2)</span>On receiving the proposed budget, the Minister shall approve the budget or return it to the corporation with recommendations for amendments.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Funding</div>
<span class="label bold">32</span> In each year, the Minister shall provide funding to each corporation for the purposes of this Act out of the money appropriated by the Legislature for those purposes.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Audit</div>
<span class="label bold">33</span>Each corporation shall appoint an external auditor to annually audit the records, accounts and financial transactions of that corporation.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Banking</div>
<div class="body subsection"><span class="label"><span class="bold">34</span>(1)</span>Each board shall manage and control accounts in the name of the corporation in a bank, trust company or credit union designated by the Minister of Finance for the purposes of subsection 23(1) of the <span class="italic">Financial Administration Act</span>. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">34</span>(2)</span>Despite the <span class="italic">Financial Administration Act</span>, all money received by each corporation through the conduct of its operations or otherwise is to be deposited to the credit of the accounts established under subsection (1) and shall be administered by that corporation exclusively in the exercise and performance of its powers, duties and functions.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Borrowing</div>
<span class="label bold">35</span>Subject to the approval of the Minister of Finance, each corporation may borrow money for the purposes of that corporation.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Surplus</div>
<span class="label bold">36</span>Despite the <span class="italic">Financial Administration Act</span>, each corporation may retain from year to year all or part of a budgetary surplus that the corporation has realized in its operations.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Acquisition and disposal of real property </div>
<div class="body subsection"><span class="label"><span class="bold">37</span>(1)</span>Subject to the approval of the Minister, each corporation may purchase, lease or otherwise acquire, hold, improve and maintain real property.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">37</span>(2)</span>Subject to the approval of the Minister, each corporation may lease, sell or otherwise dispose of real property. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">37</span>(3)</span>Despite subsections (1) and (2), a corporation does not require the approval of the Minister to enter into or to grant a lease for a term of less than 3 years. </div>
</div>
<div>
<div class="head-5" id="">EMPLOYEES OF A CORPORATION</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Definition of “public service”</div>
<span class="label bold">38</span>In sections 40, and 42 to 45,
<span name="codese:38">“public service”</span>  means the portion of the public service listed under Part I of the First Schedule of the <span class="italic">Public Service Labour Relations Act</span>.</div>
<div class="body section"><div class="head-3 sectionheading" id="">Employees of a corporation</div>
<div class="body subsection"><span class="label"><span class="bold">39</span>(1)</span>An employee of a corporation shall be appointed in accordance with the staff requirements of that corporation and in accordance with the method of appointment established by the by-laws of that corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">39</span>(2)</span>The <span class="italic">Public Service Superannuation Act</span> applies to an employee of a corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">39</span>(3)</span>Subject to this Act, the <span class="italic">Civil Service Act </span>does not apply to an employee of a corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">39</span>(4)</span>Despite sections 5 and 6 of the <span class="italic">Financial Administration Act</span>, an employee of a corporation may participate in employee benefit programs established by the Board of Management, subject to the approval of the Minister of Human Resources and of that corporation. </div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Transfer of employees to a corporation</div>
<div class="body subsection"><span class="label"><span class="bold">40</span>(1)</span>Subject to subsection (3), on the commencement of this section an employee of the New Brunswick Community College / Collège communautaire du Nouveau-Brunswick shall become an employee of either the New Brunswick Community College (NBCC) or the Collège communautaire du Nouveau-Brunswick (CCNB) established under this Act. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(2)</span>The Board of Management shall determine whether an employee in subsection (1) shall become an employee of the New Brunswick Community College (NBCC) or the Collège communautaire du Nouveau-Brunswick (CCNB).</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(3)</span>On the commencement of this section, an employee of the New Brunswick College of Craft and Design or of the College Support Service Branch of the Department of Post-Secondary Education, Training and Labour shall not become an employee of the New Brunswick Community College (NBCC) or the Collège communautaire du Nouveau-Brunswick (CCNB).</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(4)</span>Subject to subsection (5), the terms and conditions of employment of an employee referred to in subsection (1) shall continue until changed by a collective agreement or an employment contract.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(5)</span>Despite the <span class="italic">Public Service Labour Relations Act</span> and section 41, a collective agreement applicable to an employee referred to in subsection (1) immediately before the commencement of this section shall continue in force and binds the respective corporation as employer until a new collective agreement comes into effect.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(6)</span>Despite subsection (5), if notice to bargain collectively has been given and the employees in the bargaining unit have authorized strike action in accordance with the <span class="italic">Public Service Labour Relations Act</span>, section 46 of that Act applies.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(7)</span>The accumulated sick leave credits and vacation leave credits of an employee referred to in subsection (1) shall be recognized by the respective corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">40</span>(8)</span>The period of employment in the public service of an employee referred to in subsection (1) is deemed to be service with the respective corporation for the purpose of determining probationary periods, benefits or any other employment-related entitlements under the <span class="italic">Employment Standards Act</span> or any other Act or under any employment contract or collective agreement.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Application of <span class="italic">Public Service Labour Relations Act</span></div>
<div class="body subsection"><span class="label"><span class="bold">41</span>(1)</span>Within 15 days after the commencement of this section, or within such further time as is determined by the Labour and Employment Board, each corporation shall specify and define the occupational groups within each occupational category in paragraphs (<span class="italic">a</span>) to (<span class="italic">e</span>) in the definition “occupational category” in the <span class="italic">Public Service Labour Relations Act</span> in a manner so as to include all the employees of that corporation, and shall then publish notice of its action and of the specified and defined occupational groups in <span class="italic">The Royal Gazette</span>.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">41</span>(2)</span>On publication of the notice in <span class="italic">The Royal Gazette</span>, the provisions in the <span class="italic">Public Service Labour Relations Act</span> respecting certification and collective bargaining shall be applied, with the necessary modifications, to the corporation as a separate employer under that Act.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Lay-off and redeployment</div>
<div class="body subsection"><span class="label"><span class="bold">42</span>(1)</span>When the services of an employee are no longer required because of lack of work or because of the discontinuance of a function, a corporation may lay off the employee.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">42</span>(2)</span>When a person has been laid off for 12 consecutive months, the employment relationship between that person and the corporation is terminated.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">42</span>(3)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, despite the <span class="italic">Civil Service Act</span>, a person who becomes an employee of a corporation under subsection 40(1), and who is laid off by that corporation, is deemed to be an employee under the <span class="italic">Civil Service Act</span> for the purposes of subsections 26(3) and (4) of that Act and of paragraph 3(<span class="italic">c</span>) of the <span class="italic">Exclusions Regulation - Civil Service Act</span>.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">42</span>(4)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, each corporation shall participate in the redeployment program established by the Board of Management and shall consider a person for employment with that corporation if: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the person has been laid off from the public service; and </div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>the person is eligible to participate in the redeployment program under subsection 26(3) of the <span class="italic">Civil Service Act</span>.</div>
</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Closed competitions and transfers - employees of a corporation</div>
<div class="body subsection"><span class="label"><span class="bold">43</span>(1)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, despite the <span class="italic">Civil Service Act</span>, a person who becomes an employee of a corporation under subsection 40(1), may be a candidate in a closed competition under the <span class="italic">Civil Service Act</span> as if that person were an employee within the meaning of that Act and, in relation to a closed competition in which that person is a candidate, has the status of an employee under that Act for the purposes of sections 33, 33.1 and 33.2 of that Act.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">43</span>(2)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, despite the <span class="italic">Civil Service Act</span>, a person who becomes an employee of a corporation under subsection 40(1), may be a candidate in a closed competition in relation to a position at Service New Brunswick as if that person were an employee within the meaning of the <span class="italic">Civil Service Act</span> and, in relation to a closed competition in which that person is a candidate, has the status of an employee of Service New Brunswick for the purpose of subsection 29(2) of the <span class="italic">Service New Brunswick Act</span>.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">43</span>(3)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, despite the <span class="italic">Civil Service Act</span>, a person who becomes an employee of a corporation under subsection 40(1) is eligible to be appointed to a position in the public service through a lateral transfer as if the person were an employee within the meaning of the <span class="italic">Civil Service Act</span>.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Closed competitions and transfers - employees of the public service and Service New Brunswick</div>
<div class="body subsection"><span class="label"><span class="bold">44</span>(1)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, a person may be a candidate in an employment competition of a corporation despite that the competition is open only to employees of that corporation and, in relation to that competition, that person has the status of an employee of that corporation if: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the person </div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body subsection"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label">(i)</span>is employed in the public service, or</div>
</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body subsection"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label">(ii)</span>has been laid off from the public service; and</div>
</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>the person is eligible to compete in a closed competition under the <span class="italic">Civil Service Act</span></div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body subsection"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label">(i)</span>as an employee or former employee under the <span class="italic">Civil Service Act</span>, or</div>
</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body subsection"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label">(ii)</span>as an employee or former employee of Service New Brunswick.</div>
</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">44</span>(2)</span>During the period from the date of commencement of this section to March 31, 2013, inclusive, each corporation shall participate in the lateral transfer appointment process established by the Board of Management and shall consider a person for a transfer to that corporation if: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the person is employed in the public service; and </div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>the person is eligible to participate in the transfer process</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body subsection"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label">(i)</span>as an employee under the <span class="italic">Civil Service Act</span>, or</div>
</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body subsection"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label">(ii)</span>as an employee of Service New Brunswick.</div>
</div>
</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Transfer of employees to a corporation after commencement</div>
<div class="body subsection"><span class="label"><span class="bold">45</span>(1)</span>In this section,
<span name="codese:45-ss:1">“employee transfer agreement”</span>  means an agreement between the Board of Management and a corporation transferring one or more employees from the public service to that corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">45</span>(2)</span> During the period from the date of commencement of this section until March 31, 2013, inclusive, the following provisions apply with the necessary modifications to a person who becomes an employee of a corporation as a result of an employee transfer agreement: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>subsections 40(4), (7) and (8);</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>subsection 42(3); and</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>section 43.</div>
</div>
</div>
<div>
<div class="head-5" id="">POWERS OF MINISTER</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Appointment of person to examine operation</div>
<div class="body subsection"><span class="label"><span class="bold">46</span>(1)</span>The Minister may designate a person to examine any of the procedures, activities or practices of a corporation, and the person designated shall do so and report the results of the examination to the Minister.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">46</span>(2)</span>The members of the board and employees of a corporation shall give the person designated by the Minister all the assistance and cooperation necessary to enable the person to complete the examination.</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Appointment of administrator</div>
<div class="body subsection"><span class="label"><span class="bold">47</span>(1)</span>On the recommendation of the Minister, the Lieutenant-Governor in Council may appoint an administrator of a corporation in the following circumstances: </div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>the board takes up a practice or tolerates a situation that is incompatible with the objects and purposes of that corporation or with this Act; or</div>
</div>
</div>
<div class="body subsection"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>in the opinion of the Minister, financial or significant operational problems exist with respect to that corporation.</div>
</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">47</span>(2)</span>On the appointment of an administrator, the board members’ appointments are terminated. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">47</span>(3)</span>During the period of the administrator’s appointment, the administrator is the sole member of the board and in the name of the board may exercise the powers and shall perform the duties of the board. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">47</span>(4)</span>The administrator shall be paid the remuneration and expenses that the Lieutenant-Governor in Council determines and the payment shall be made out of the funds of the corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">47</span>(5)</span>At a time determined by the Lieutenant-Governor in Council, a new board of governors of the corporation shall be constituted in accordance with subsections 10(1) to (4) and (6) and (7).</div>
</div>
<div>
<div class="head-5" id="">MISCELLANEOUS </div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Student activity fees</div>
<span class="label"><span class="bold">48</span>(1)</span></div>
<div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">In this section,
<span name="codese:48-ss:1-df:studentassociationassociationetudiante">“student association”</span>  means an association, whether incorporated or otherwise, of students of a corporation recognized by that corporation as being representative of students for the purpose of administering the affairs of the students.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">48</span>(2)</span>A student association may set a student activity fee for the provision and promotion of social, educational and recreational activities and services, after consulting with the relevant corporation.</div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">48</span>(3)</span>If a corporation collects a student activity fee, it shall transfer the fees collected to the relevant student association. </div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">48</span>(4)</span>Despite subsection 23(2), if a corporation makes the payment of a student activity fee compulsory, that fee is not subject to approval by the Minister. </div>
</div>
<div>
<div class="head-5" id="">REGULATIONS </div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Regulations</div>
<span class="label bold">49</span>The Lieutenant-Governor in Council may make regulations </div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">a</span><span>)</span></span>defining words or expressions used in this Act but not defined; </div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">b</span><span>)</span></span>prescribing the debts and other liabilities of the Special Operating Agency that do not become the debts and liabilities of a corporation; and</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">c</span><span>)</span></span>for carrying out the purposes of this Act.</div>
</div>
<div>
<div class="head-5" id="">TRANSITIONAL PROVISIONS</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Definition of “Special Operating Agency”</div>
<span class="label bold">50</span><span class="body bold italic">In sections 51 to 54, “Special Operating Agency” means the institutions operating under the name the New Brunswick Community College that were established by the Minister under paragraph 3(1)(c) of the <span class="italic">Adult Education and Training Act</span> and that were operating immediately prior to the commencement of this section, and does not include the New Brunswick College of Craft and Design and the College Support Service (CSS) Branch of the Department of Post-Secondary Education, Training and Labour.</span></div>
<div class="body section"><div class="head-3 sectionheading" id="">Deemed references to a corporation </div>
<span class="label bold">51</span><span class="body bold italic">Subject to section 53, an order made under any Act or regulation or an Order in Council, contract, lease or any other document made or issued and in effect immediately before the commencement of this section, that provides that a right, power, function or duty is or shall be vested in, conferred on or exercised, performed or discharged by, or there is a mention of or a reference to the Minister with respect to the Special Operating Agency, the right, power, function, or duty, unless the context otherwise requires, shall be vested in, conferred on or exercised, performed or discharged by one or the other or both of the corporations and the name of that corporation, unless the context otherwise requires, shall be substituted in the mention or reference. </span></div>
<div class="body section"><div class="head-3 sectionheading" id="">Transfer of personal property to the corporations</div>
<div class="body subsection"><span class="label"><span class="bold">52</span>(1)</span><span class="body bold italic">On the commencement of this section, the New Brunswick Community College (NBCC) is entitled to all personal property and assets, not including real property, to which the Province was entitled immediately before the commencement of this section and which were administered by the Minister with respect to the campuses listed in Schedule A.</span></div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">52</span>(2)</span><span class="body bold italic">On the commencement of this section, the Collège communautaire du Nouveau-Brunswick (CCNB) is entitled to all personal property and assets, not including real property, to which the Province was entitled immediately before the commencement of this section and which were administered by the Minister with respect to the campuses listed in Schedule B.</span></div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Transfers of debts and other liabilities to a corporation</div>
<div class="body subsection"><span class="label"><span class="bold">53</span>(1)</span><span class="body bold italic">Subject to subsection (3), on the commencement of this section, all debts and other liabilities of the Special Operating Agency with respect to the campuses listed in Schedule A for which the Province would have been responsible, existing on the commencement of this section or accruing after the commencement of this section, are the debts and liabilities of the New Brunswick Community College (NBCC).</span></div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">53</span>(2)</span><span class="body bold italic">Subject to subsection (3), on the commencement of this section, all debts and other liabilities of the Special Operating Agency with respect to the campuses listed in Schedule B for which the Province would have been responsible, existing on the commencement of this section or accruing after the commencement of this section, are the debts and liabilities of the Collège communautaire du Nouveau-Brunswick (CCNB).</span></div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">53</span>(3)</span><span class="body bold italic"> The Lieutenant-Governor in Council may prescribe by regulation any debts and other liabilities of the Special Operating Agency referred to in subsection (1) or (2) that shall not become debts or liabilities of a corporation on the commencement of this section.</span></div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Legal proceedings </div>
<div class="body subsection"><span class="label"><span class="bold">54</span>(1)</span><span class="body bold italic">On the commencement of this section, an action, suit or other legal proceeding in respect of a right or obligation acquired or incurred by the Crown with respect to the Special Operating Agency for a campus listed in Schedule A is to be brought, taken or continued by or against the New Brunswick Community College (NBCC) in the name of that corporation in any court that has jurisdiction to hear the matter.</span></div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">54</span>(2)</span><span class="body bold italic">On the commencement of this section, an action, suit or other legal proceeding in respect of a right or obligation acquired or incurred by the Crown with respect to the Special Operating Agency for a campus listed in Schedule B is to be brought, taken or continued by or against the Collège communautaire du Nouveau-Brunswick (CCNB) in the name of that corporation in any court that has jurisdiction to hear the matter.</span></div>
</div>
<div class="body section">
<div class="body subsection"><span class="label"><span class="bold">54</span>(3)</span><span class="body bold italic">Subsections (1) and (2) do not prohibit an action, suit or other legal proceeding to be brought, taken or continued by or against both corporations if the context requires.</span></div>
</div>
<div>
<div class="head-5" id="">CONSEQUENTIAL AMENDMENTS</div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Adult Education and Training Act</div>
<span class="label bold">55</span><span class="body bold italic"> Subsection 3(1) of the Adult Education and Training Act, chapter A-3.001 of the Acts of New Brunswick, 1980, is amended</span></div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="body bold italic"><span>(</span><span class="italic">a</span><span>)</span></span></span><span class="body bold italic">by repealing paragraph (c) and substituting the following: </span></div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">c</span><span class="italic">)</span></span>shall establish and operate the institution named “New Brunswick College of Craft and Design” for the offering of post-secondary non-university programmes;</div>
</div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Auditor General Act</div>
<span class="label bold">56</span><span class="body bold italic">Section 1 of the Auditor General Act, chapter A-17.1 of the Acts of New Brunswick, 1981, is amended in the definition “agency of the Crown” by adding after (f.1) the following: </span></div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">f.2</span><span class="italic">)</span></span>Collège communautaire du Nouveau-Brunswick (CCNB) under the <span class="italic">New Brunswick Community Colleges Act</span>,</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">f.3</span><span class="italic">)</span></span>New Brunswick Community College (NBCC) under the <span class="italic">New Brunswick Community Colleges Act</span>,</div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle"><span class="italic">Civil Service Act</span></div>
<span class="label bold">57</span><span class="body bold italic">Subsection 23(3.1) of the <span class="italic">Civil Service Act</span>, chapter C-5.1 of the Acts of New Brunswick, 1984, is repealed and the following is substituted: </span>
</div>
<div class="body section"><div class="body section">
<div class="body subsection"><span class="label"><span class="bold">23</span>(3.1)</span>The deputy head of the Department of Post-Secondary Education, Training and Labour or his or her designate may, if he or she considers it appropriate in any case, waive the probationary period of a term instructor at the New Brunswick College of Craft and Design in relation to the second or subsequent appointment of the term instructor to the same position or a similar position at the New Brunswick College of Craft and Design.</div>
</div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Private Occupational Training Act</div>
<span class="label bold">58</span><span class="body bold italic"> Section 1.1 of the Private Occupational Training Act, chapter P-16.1 of the Revised Statutes, 1973, is amended by adding after paragraph (b) the following: </span></div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">b.1</span><span class="italic">)</span></span>a course of study offered or provided by the Collège communautaire du Nouveau-Brunswick (CCNB),</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">b.2</span><span class="italic">)</span></span>a course of study offered or provided by the New Brunswick Community College (NBCC),</div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Proceedings Against the Crown Act</div>
<span class="label bold">59</span>Section 1 of the <span class="italic">Proceedings Against the Crown Act</span>, chapter P-18 of the Revised Statutes, 1973, is amended in the definition “Crown corporation” by adding a comma followed by <span class="normal">“</span><span class="normal">the New Brunswick Community College (NBCC), the Collège communautaire du Nouveau-Brunswick (CCNB)</span><span class="normal">”</span> after “the Workplace Health, Safety and Compensation Commission”.</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Public Service Labour Relations Act</div>
<span class="label bold">60</span><span class="bold"><span class="body bold italic"><span class="italic"><span class="body bold italic">The First Schedule of the Public Service Labour Relations Act, chapter P-25 of the Revised Statutes, 1973, is amended in Part IV by adding after</span></span></span></span></div>
<div class="body section"><div class="body provision"><span class="bold"><span class="body bold italic"><span class="italic"><span class="body bold italic">Workplace Health, Safety and Compensation Commission</span></span></span></span></div>
</div>
<div class="body section"><div class="body provision"><span class="bold"><span class="body bold italic"><span class="italic"><span class="body bold italic">the following:</span></span></span></span></div>
</div>
<div class="body section"><div class="body provision"><span class="normal">Collège communautaire du Nouveau-Brunswick (CCNB)</span></div>
</div>
<div class="body section"><div class="body provision"><span class="normal">New Brunswick Community College (NBCC)</span></div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Right to Information Act</div>
<span class="label bold">61</span><span class="body bold italic">Section 1 of the Right to Information Act, chapter R-10.3 of the Acts of New Brunswick, 1978, is amended</span></div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="body bold italic"><span>(</span><span class="italic">a</span><span>)</span></span></span><span class="body bold italic">in the definition “appropriate Minister” by adding after paragraph (b) the following:</span></div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">b.1</span><span class="italic">)</span></span>if the department is the Collège communautaire du Nouveau-Brunswick (CCNB), the chair of the board of governors of the corporation,</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="italic">(</span><span class="italic">b.2</span><span class="italic">)</span></span>if the department is the New Brunswick Community College (NBCC), the chair of the board of governors of the corporation,</div>
</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="body bold italic"><span>(</span><span class="italic">b</span><span>)</span></span></span><span class="body bold italic">by adding the following definitions in alphabetical order:</span></div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:61-p1:b-am-df:collegecommunautairedunouveau-brunswickccnbcollegecommunautairedunouveau-brunswickccnb">“Collège communautaire du Nouveau-Brunswick (CCNB)”</span>  means the Collège communautaire du Nouveau-Brunswick (CCNB) established under the <span class="italic">New Brunswick Community Colleges Act</span>;</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="body definitions" style="margin-top:12pt;text-indent:12pt;">
<span name="codese:61-p1:b-am-df:newbrunswickcommunitycollegenbccnewbrunswickcommunitycollegenbcc">“New Brunswick Community College (NBCC)”</span>  means the New Brunswick Community College (NBCC) established under the <span class="italic">New Brunswick Community Colleges Act</span>;</div>
</div>
</div>
<div class="body section"><div class="head-3 italic center amendingtitle">Right to Information and Protection of Privacy Act</div>
<span class="label bold">62</span><span class="body bold italic">Section 1 of the <span class="italic">Right to Information and Protection of Privacy Act</span>, chapter R-10.6 of the Acts of New Brunswick, 2009, is amended</span></div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="body bold italic"><span>(</span><span class="italic">a</span><span>)</span></span></span><span class="body bold italic">in the definition “educational body”</span></div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label"><span class="body bold italic">(i)</span></span><span class="body bold italic">by adding after paragraph (f) the following: </span></div>
</div>
</div>
<div class="indent-2-2 subparagraph"><div class="indent-1-1 paragraph"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">f.1</span><span>)</span></span>Collège communautaire du Nouveau-Brunswick (CCNB),</div>
</div>
</div>
</div>
<div class="indent-2-2 subparagraph"><div class="indent-1-1 paragraph"><div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span>(</span><span class="italic">f.2</span><span>)</span></span>New Brunswick Community College (NBCC),</div>
</div>
</div>
</div>
<div class="indent-1-1 paragraph"><div class="body section"><div class="indent-2-2 subparagraph"><span class="label"><span class="body bold italic">(ii)</span></span>in paragraph (g) by striking out “a New Brunswick Community College,” and substituting “<span class="normal">New Brunswick College of Craft and Design,</span>”;</div>
</div>
</div>
<div class="body section"><div class="indent-1-1 paragraph"><span class="label"><span class="body bold italic"><span>(</span><span class="italic">b</span><span>)</span></span></span>in the definition “head” by striking out “a New Brunswick Community College,” in paragraph (g) and substituting “<span class="normal">the New Brunswick College of Craft and Design,</span>”.</div>
</div>
<div>
<div class="head-5" id="">COMMENCEMENT</div>
</div>
<div class="body section"><div class="head-3 sectionheading" id="">Commencement</div>
<span class="label bold">63</span><span class="body bold italic">This Act or any provision of it comes into force on a day or days to be fixed by proclamation.</span></div>
<div><div class="head-1"><span class="bold">SCHEDULE A</span></div>
</div>
<div class="body"><div class="body provision">Fredericton</div>
<div class="body provision">Miramichi</div>
<div class="body provision">Moncton</div>
<div class="body provision">Saint John</div>
<div class="body provision">St. Andrews</div>
<div class="body provision">Woodstock</div>
</div>
<div><div class="head-1"><span class="bold">SCHEDULE B</span></div>
</div>
<div class="body"><div class="body provision">Bathurst</div>
<div class="body provision">Campbellton</div>
<div class="body provision">Dieppe</div>
<div class="body provision">Edmundston</div>
<div class="body provision">la Péninsule acadienne</div>
</div>
<div class="body notabene"><span class="bold">N.B. </span>This Act is consolidated to March 26, 2010.</div>
| nb - legacy section/subsection finder | 2020-12-14T14:03:21.000Z |
(.+?)\s{2,}(.+?)\s{2,}([A-Z]{2})\s{2,}([A-Z]{2,})\s{2,}(\d+\s+[A-Za-z]+\s*\d+)\s{2,}(\d+\s+[A-Za-z]+\s*\d+)\s{2,}(.+?)\s{2,}(.+?)\s{2,}(.+?)\s{2,}(-?\d+.\d+)\s{2,}(-?\d+.\d+) | Almost working sites regex | 2015-03-19T21:32:39.000Z |
||
This regular expression is used to validated the filename of Gateway plugins. | service\-(?P<serviceName>[a-zA-Z]+[a-zA-Z-]+[a-zA-Z]+)\-v(?P<versionMajor>[0-9]+)\.(?P<versionMinor>[0-9]+)\.(?P<versionPatch>[0-9]+)(?:\-(?P<versionType>alpha|beta|rc)(?:\.(?P<versionTypeNumber>[0-9]+)))?\.(?P<fileExt>gtw) | service-bad-v1.0.0-ddd.1.gtw
service-bad-v.0.0.gtw
service-bad-v1..0.gtw
service-bad-1.0.0.gtw
service-bad-cool--v1.0.0-alpha.1.gtw
service--bad-cool-v1.0.0-alpha.1.gtw
service-user-v1.0.0
service-user-v1.0.0-alpha.1
service-channel-cool-v1.0.0-alpha.1
service-user-v1.0.0.gtw
service-user-v1.0.0-alpha.1.gtw
service-channel-cool-v1.0.0-alpha.1.gtw | Gateway plugins filename | 2018-03-16T08:53:17.000Z |
x | mon[a-z\.]*\s+|tue[a-z\.]*\s+|wed[a-z\.]*\s+|thu[a-z\.]*\s+|fri[a-z\.]*\s+|sat[a-z\.]*\s+|sun[a-z\.]*\s+ | x | 2014-05-30T19:38:21.000Z |
|
^([^peE]*[eE][^peE]*){2,4}$ | Four e/E's no p's | 2014-12-16T21:17:49.000Z |
||
^(?P<date>\S+\s+\d\s\d\d:\d\d:\d\d) (?P<hostname>\S+) suricata\[(?P<pid>\d+)\]: \[(?P<sid>\d+:\d+:\d+)\] (?P<msg>.+) \[Classification:(?P<classification>.+)\] \[Priority:(?P<priority> \d+)\] \{(?P<proto>.+)\} (?P<src_ip>[\d.]{7,15}):(?P<src_port>\d+) -> (?P<dst_ip>[\d.]{7,15}):(?P<dst_port>\d+)$ | Jun 2 09:56:56 suribox suricata[56928]: [1:2220006:1] SURICATA SMTP no server welcome message [Classification: Generic Protocol Command Decode] [Priority: 3] {TCP} 1.1.1.1:25 -> 2.2.2.2:28780 | suricata OSSIM regex-1 | 2015-06-03T19:38:57.000Z |
|
계약자명 | ^[0-9a-zA-Z]{10}.*([A-Z\s]{16,})\\n |
4nXQOweFyC\x10HWANG SEAN SOJIN\n
^[0-9a-zA-Z]{10}\\[0-9a-z]{3}([A-Z\s]{3,})\\n
^[0-9a-zA-Z]{10}\\x10([A-Z\s]{3,})\\n
^[0-9a-zA-Z]{10}\\x14([A-Z\s]{3,})\n
# 정의되어야 함
4nYBfE4dug\x07GUO JIE\n
4nYWf22CBO\x08LI FULAN\n
^[0-9a-zA-Z]{10}\\x08([A-Z\s]{3,})\\n
4mfP1jNaF4\x14광진실리콘(주)\n
4nXckRULYB\x0fCHANG LAI HSIEN\n
0UN97Wa9oU\t507030360A0130(\x010\x011\x011\x010\x0202\x011(\x010(\x010\x01N\x0b20년/20년\x082021031860860\x012\x011\x03B\x011\x01N\x0820210318\x0820210318\x0820210318\x132021-03-18 12:01:34\x011\x0fCHANG LAI HSIEN\x132021-03-18 10:57:01\x132021-03-18 10:57:14\x02[메리츠화재] 모바일 전자서명 안내\n
4nAjfKqh8i\x0bQUAN CANXIE\n
^[0-9a-zA-Z]{10}\x0b(\([가-힣].*)\n
^[0-9a-zA-Z]{10}([A-Z가-힣\s]{2,})\\n
4nXzVRFyIl\tJIN GUANGMAN\n
4nXzVRFyIl\t김현수\n
4nJcIVZHxD\x0b(주)철마\n
^[0-9a-zA-Z]{10}\\x0b(\\([가-힣].*)\\n
^[0-9a-zA-Z]{10}\\x0b(\([가-힣].*)\\n
^[0-9a-zA-Z]{10}\t([A-Z가-힣\s]{2,})\n
^[0-9a-zA-Z]{10}\\t([A-Z가-힣\s]{2,})\\n
^[0-9a-zA-Z]{10}\t([A-Z가-힣\s]{2,})\n | 계약자명 | 2021-03-26T06:42:25.000Z |
^([a-z])[a-z]*\1$|^[a-z]$ | artt5
artta
xyyx
1234rr1
casdcf
| Any string that begins and ends with the same vowel. | 2018-03-09T17:55:29.000Z |
|
(?#leftside)[a-zA-Z][a-zA-Z0-9]*((\s)*\[(\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*)((\s)*[+*\/-](\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*))*(\s)*\])?(?#rightside)(\s)*=(\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*((\s)*\[(\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*)((\s)*[+*\/-](\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*))*(\s)*\]|(?#idk)(\s)*\((\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*)((\s)*[,+*\/-](\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*))*(\s)*\))?)((\s)*[+*\/-](\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*((\s)*\[(\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*)((\s)*[+*\/-](\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*))*(\s)*\]|(\s)*\((\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*)((\s)*[,+*\/-](\s)*([0-9]+|[a-zA-Z][a-zA-Z0-9]*))*(\s)*\))?))*(\s)*; | hello>a=18;a=rrr
846y=t+2;h4r890a*=10;xd[b]=7;
s=a;g=yur;d=q::*f=w(hhfu;
f = b[p-9];uti_*s=f(fr+2); | find correct assignment statements part 4 | 2021-02-27T17:58:13.000Z |
|
https://(?P<subdomain>(?:[a-z]+\.)+)?newwheel\.com | ERROR: type should be string, got "https://newwheel.com\nhttps://itlab.newwheel.com" | NewWheel | 2020-07-11T18:28:49.000Z |
|
[a-z][primerapellido][a-z](1|\0)(1-9|\0)(0|\0)([0-1]|\0])[@]([alumno]|\0)(.|\0)[ipn][.][mx]$ | Teoria 1 | 2020-11-07T21:37:01.000Z |
||
可以考虑正前瞻来解决
^(?=([0-9]+))\1*$ | ^([0-9]+)*$ | 123456789666666666! | 灾难性回溯 | 2021-03-22T09:24:00.000Z |
^http(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?(.pdf)$ | http://regex101.com/javascript/dfdf/fgfg.pdf | pdf url link | 2016-01-13T10:00:30.000Z |
|
\(?\+?([0-9]{2})?\s?\(?(11|12|13|14|15|16|17|18|19|21|22|24|27|28|31|32|33|34|35|37|38|41|42|43|44|45|46|47|48|49|51|53|54|55|61|62|63|64|65|66|67|68|69|71|73|74|75|77|79|81|82|83|84|85|86|87|88|89|91|92|93|94|95|96|97|98|99)?\)?\s?(9\s)?([0-9]{8,11}) | Atendimento 11 9 77472068 lalala +55 11 9 77472068 espiritual 5511977472068 what (11) 9 77472068 lalala 985344879 kkkkk 2016 | Procura numeros de telefone do Brazil | 2016-06-11T14:55:44.000Z |
|
\D{4,} | gfhfghk,7878lll,
ytyC2356 -6666fggg
gvvbjh,8787
gvvbjh, co-worker
454556 | Minumum 4 letter | 2016-03-22T11:44:00.000Z |
|
[^{]*({[^}]*}) | {
"foo":"main",
"baz":1,
"obj":{
"T2":18,
"H2":73,
"T3":20,
"H3":53
},
"bar":"side",
"when":"2000-01-01T00:00:50.500Z"
}...
| Remove trailing dots | 2016-07-28T10:36:43.000Z |
|
https?:\/\/(?:www\.)?([-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b)*(\/[\/\d\w\.-]*)*(?:[\?])*(.+)* | https://www.asd.google.com/search?q=some+text¶m=3#dfsdf
https://www.google.com
http://google.com/?q=some+text¶m=3#dfsdf
https://www.google.com/api/?
https://www.google.com/api/login.php | full split URL by domain, path, params | 2015-07-25T17:42:44.000Z |
|
(?<mesini>\d{2})(?<diaini>\d{2})(?<anoini>\d{2})\s(?<horaini>\d{2})(?<minini>\d{2})\s(?<duracaohora>\d{2}) | 090318 1511 00141 9 804 214783 184612
090318 1511 00141 7 26047743 214783 | Bilhetes Sulamerica Avaya | 2018-09-11T14:04:43.000Z |
|
(?:console\.(?!log)) | console.log(
console.stack(
consolelog(
console | Find 'console.' but not 'console.log' | 2014-03-06T18:26:07.000Z |
|
<tr>(.*?)<\/tr> | <tr>
<td>84.17.51.209</td>
<td>3128</td>
<td>Transparent</td>
<td>United Kingdom</td>
</tr>
<tr>
<td>84.17.51.209</td>
<td>3128</td>
<td>Transparent</td>
<td>United Kingdom</td>
</tr> | Get table rows | 2021-01-21T23:04:55.000Z |
|
<a[^>]+href="(\S+)"[^>]*>.+?<\/a> | Match hrefs of a tags | 2015-10-29T16:56:27.000Z |
||
\b(#?\s*#?[\d]{1,2}\s*[\.\-\s,_):]?\s*|\r\n)\b | #1 .cisplatin #3. doxorubicin
#2 etoposide #4 asdasd
#1. adasd
#20. asd
#1 cisplatin #30. doxorubicin 6:asdasdas
#2 . etoposide #4. adasdasd
12 | Match serial number with word | 2021-02-04T12:58:45.000Z |
|
get keywords out of a url query string | \bq=\b(.*) | /search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=ymca+student+pass
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=years+of+service+award
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=yearbooks
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=yearbook
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=year+book
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=Yaping+Tu
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=yahoomail
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=y+hr
/search/results/?cx=015839161432768919274:z2n1gijj14s&cof=FORID:9&ie=UTF-8&q=xrays
| Match all after string | 2019-02-21T15:06:53.000Z |
S Akten | (\b\d{5})((##DEU-Akten|[PZ] ?DEU)|(##Schutzerstreckungen|W ?WOS)|(##Widerspruch|[BRK] ?([A-Z]{2}|[MZ][123]|R1|T[12])([-_]?([A-Z]{2}|[MZ][123]|R1|T[12]))?(-?\d+)?(\.?\d+)?)|(##mitLand|([PZGDWSEL]|[NVYTXCUAK]) ?((((HK-?CN)|(([A-Z]{2}|[MZ][123]|R1|T[12])(-?EP|-?EM|-?AP|-?OA)?))(-?WO|-?W\d+?)?|S))(-?\d+)?)|((##ohneLand|[NVYTXCUAK])(-?\d+)?)) | 62877K | FlissAkten2.0 | 2018-12-14T13:02:02.000Z |
LO Register page regex | ^[\&\+\/\:\'\,\.\-\; a-zA-Z0-9]+$ | LO Register Regex | 2018-04-27T06:13:00.000Z |
|
(?i)(?:\w+\W+){0,9}?(?=.*(?:plot).*|.*(?:over).*)(?:\w+\W+){0,9}?(?=Charlie|Parker|Charlie Parker)\K(?:(?:Charlie|Parker|Charlie Parker)\s+)+ |
cHarlie parker charlie charlie was over the moon the the the the the tge the the the
-the the the the the the the the the the the the the the the the the-
over was the the the moon parker parker charlie parker charlie
-the the the the the the the the the the the the the the the the the-
Charlie parker charlie was near the plot
-the the the the the the the the the the the the the the the the the-
ChArlie was far away from the plot was far away from the
-the the the the the the the the the the the the the the the the the-
the plot was far away from CharLie
-the the the the the the the the the the the the the the the the the-
the plot was far away from CharLie parker charlie
-the the the the the the the the the the the the the the the the the-
the over was far away from CHarlie parker
-the the the the the the the the the the the the the the the the the-
Mr cHARLIE was bowled over test was bowled after the ball
-the the the the the the the the the the the the the the the the the-
over the test was bowled paRker
-the the the the the the the the the the the the the the the the the-
the plot the ball the slot it will plot the test was bowled parkeR
-the the the the the the the the the the the the the the the the the-
| regex for - near plot / over | 2018-08-16T06:08:53.000Z |
|
^([5-9][0-9]|[1-9][0-9]{2,4}|100000)(\.\d{2})?$ | 300 | currency-50-100000 | 2015-10-21T10:07:42.000Z |
|
Split an audio filename into a readable format for playlists (like jPlayer) assuming the audio file is named like the following:
Artist - Song Title.mp3
Band Name - Track Title ft. Another Artist.m4a
demon.devin - Faithless Angel (to no avail remix).mp3 | ([A-Z0-9a-z\'\.\s\(\)]*)(\s\-\s)([A-Z0-9a-z\'\.\s\(\)]*)(\.)(mp3|m4a) | demon.devin - Instrumental (Deja Entendu Remix).mp3 | Song Splitter | 2016-07-28T17:35:49.000Z |
Validates a URI slug.
Must:
- Contain lowercase alphanumeric character(s) separated with a single dash.
Optionally allows:
- Alphanumeric words and dashes separated by a single forward slash
- Any valid query string
Must NOT:
- Contain single character between dashes
- Contain only numbers and dashes.
- Begin with a number or a dash.
- End with a dash.
Forked from https://regex101.com/library/caXjPb | ^\/?(?![0-9-]+$)(?:[a-z]{2,}-?|[0-9]-?|\/?)+(?<!-)(?:\/\?.+)?$ |
(NULL STRING ABOVE)
555
5
5-yes
this-slug
--bad-slug
-bad-slug
bad--slug
bad-slug-
bad-slug--
b
a
d
b-a-d
go-od-2-ba-d
1-b
good-b4d
1-1b
1-1
1-2-33
go-od-to-go
1-good-slug
10-good-slugs
best-slug-ever
good-slug
slug-123
good
good-1
/good-1
/good-2-go/foo
/good-2-go/foo/
/good-2-go/foo/?
/good-2-go/foo/?baz=qux
/good-2-go/foo/?baz=qux
/good-2-go/foo/?baz
/good-2-go/foo/?baz
/good-2-go/foo?baz
/good-2-go/foo?baz=qux | URI slug with optional slashes and query string | 2017-06-23T19:08:06.000Z |
soundcloud url in a link | <a href="http.*soundcloud.com.*sets\/(.*).*<\/a> | the following URL will be found in a <A>:<br>
<em><a href="https://www.youtube.com/watch?t=61&v=JozAmXo2bDE" rel="nofollow">https://www.youtube.com/watch?t=61&v=JozAmXo2bDE</a>
<br>
<a href="https://soundcloud.com/buzzdeny/sets/deutsch-er-hiphop-rap" rel="nofollow">https://soundcloud.com/buzzdeny/sets/deutsch-er-hiphop-rap</a>
<a href="https://www.youtube.com/watch?v=VH2QAMMSL40" rel="nofollow">https://www.youtube.com/watch?v=VH2QAMMSL40</a>
<br>
<a href="http://www.youtube.com/embed/NLqAF9hrVbY" rel="nofollow">http://www.youtube.com/embed/NLqAF9hrVbY</a>
<br>
<a href="http://youtu.be/NLqAF9hrVbY" rel="nofollow">http://youtu.be/NLqAF9hrVbY</a>
</em><br>
<a href="http://www.youtube.com/sandalsResorts#p/c/54B8C800269D7C1B/0/FJUvudQsKCM" rel="nofollow">http://www.youtube.com/sandalsResorts#p/c/54B8C800269D7C1B/0/FJUvudQsKCM</a>
</p>
<a href="/uploads/files/1438381231924-humanistische-friedenspartei.mp3">Humanistische - Friedenspartei.mp3</a>
<p>nice... <a href="/uploads/files/1438418374790-drumloop053_ambnt_160_x_sc5.wav">DRUMLOOP053_AMBNT_160_X_SC5.wav</a></p>
<a href="/uploads/files/1438418374790-drumloop053_ambnt_160_x_sc5.wav">DRUMLOOP053_AMBNT_160_X_SC5.wav</a>
<p>infos:<br>
<a href="https://github.com/ogerly/nodebb-plugin-youtube-lite/blob/master/library.js" rel="nofollow">https://github.com/ogerly/nodebb-plugin-youtube-lite/blob/master/library.js</a></p>
<p><a href="https://github.com/ogerly/nodebb-plugin-youtube-lite" rel="nofollow">https://github.com/ogerly/nodebb-plugin-youtube-lite</a></p>
</div> | soundcloud url | 2015-08-01T13:55:41.000Z |
Detect b2c | privatmarket\.ua\/(?!business|\d+) | https://privatmarket.ua/business/tenders
https://privatmarket.ua/business/companies/
https://privatmarket.ua/business/goods
https://privatmarket.ua/business/services
https://privatmarket.ua/business/companies/?categoryId=2179&type=goods
https://privatmarket.ua/70959244
https://privatmarket.ua/retail
https://privatmarket.ua/landing/multivarki
https://privatmarket.ua/product/redmond_rmc_m4525
https://privatmarket.ua/catalog/multivarki/24-2675307
https://privatmarket.ua/category/prigotovlenie | privatmarket b2c | 2016-08-10T08:37:24.000Z |
#region(?> |\t)*(?'name'.*)$(?'content'(.|\n)*?)#endregion | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using Autodesk.Revit.UI;
using Autodesk.Revit;
namespace RevitAPIExtension.Resources
{
class AddinsPanel
{
public static void Build(UIControlledApplication application, string tabName)
{
string assemblyPath = Assembly.GetExecutingAssembly().Location;
RibbonPanel panel = application.GetRibbonPanels()
.FirstOrDefault(p => p.Name.Equals("addinPanel", StringComparison.InvariantCulture));
panel = panel ?? application.CreateRibbonPanel("addinPanel");
#region PushButtons
#endregion
}
}
}
| Match .Net Regions | 2020-10-10T23:47:16.000Z |
|
<([^<>\/\s]+)[^<>]*> | <li class="ulchildlink" data-hd-product="SSEPEK_11.0.0" data-hd-operatingsystem="zOS"><span class="ulchildlinktext"><a href="../../src/tpc/n007.html?view=kc">-007</a></span><br>
STATEMENT CONTAINS THE ILLEGAL CHARACTER <var class="keyword varname ibm-item-note-alternate">invalid-character</var></li> | Remove attributes from tags html | 2019-01-15T10:14:28.000Z |
|
datafile[0-9]*.txt | datafile2.txt
datafile.txt
datafile1_6.txt
| Example 1 | 2017-09-26T08:22:36.000Z |
|
[^-.+*()\/0-9]|[-.+*\/][-+*\/]|[.]{2,}|[0-9.][(]|[-.+*\/][)]|[(][)\/*]|[)][0-9.(] | Syntax Error | 2017-09-15T14:36:14.000Z |
||
\w+\@\w+\.(com|ru|net) | 6 | 2015-10-17T05:51:38.000Z |
||
Validates German ZIP codes | ^([0]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{3}$ | 48565 | German ZIP Validation | 2015-06-09T15:45:46.000Z |
Matches CSS Length Units according to:
http://www.w3schools.com/cssref/css_units.asp | ^(-?\d+(em|ex|%|px|cm|mm|in|pt|pc|ch|rem|vh|vw|vmin|vmax)|0)$ | -30% | CSS Length Units | 2016-03-11T08:38:31.000Z |
.*([A-Z][\w-]*(\s+[A-Z][\w]*)+).* | Andreza Sodre | Nomes teste | 2015-10-27T12:22:08.000Z |
|
<li><p><a href="https:\/\/stat.ethz.ch\/(m.*r-sig-)(.*)">.* | <li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mac"><code>R-SIG-Mac</code></a>: R Special Interest Group on Mac ports of R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-db"><code>R-SIG-DB</code></a>: R SIG on Database Interfaces</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-debian"><code>R-SIG-Debian</code></a>: R Special Interest Group for Debian ports of R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-dynamic-models"><code>R-SIG-dynamic-models</code></a>: Special Interest Group for Dynamic Simulation Models in R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-ecology"><code>R-SIG-ecology</code></a>: Using R in ecological data analysis</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-epi"><code>R-SIG-Epi</code></a>: R for epidemiological data analysis</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-fedora"><code>R-SIG-Fedora</code></a>: R Special Interest Group for Fedora and Redhat ports of R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-finance"><code>R-SIG-Finance</code></a>: Special Interest Group for ‘R in Finance’</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-geo"><code>R-SIG-Geo</code></a>: R Special Interest Group on using Geographical data and Mapping</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-gr"><code>R-SIG-gR</code></a>: R SIG on gRaphical models</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-gui"><code>R-SIG-GUI</code></a>: R Special Interest Group on GUI Development</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-hpc"><code>R-SIG-HPC</code></a>: R SIG on High-Performance Computing</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-insurance"><code>R-SIG-Insurance</code></a>: Special Interest Group on using R in actuarial science and insurance</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-jobs"><code>R-SIG-Jobs</code></a>: R SIG List for Announcements of Jobs where R is used</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mediawiki"><code>R-SIG-mediawiki</code></a>: R SIG on the R Extension for Mediawiki</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models"><code>R-SIG-mixed-models</code></a>: R SIG on Mixed Effect Models, notably lmer() related</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-networks"><code>R-SIG-networks</code></a>: R SIG for users and developers of network- or graph-related software within R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-phylo"><code>R-SIG-phylo</code></a>: R SIG on phylogenetic and comparative methods and analyses</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-qa"><code>R-SIG-QA</code></a>: R SIG on Quality Assurance & Validation</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-robust"><code>R-SIG-Robust</code></a>: R SIG on Robust Statistics</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-teaching"><code>R-SIG-teaching</code></a>: SIG on Teaching Statistics (and more) using R</p></li> | regex for R Mailing list | 2016-01-21T08:24:08.000Z |
|
(^[0-9]{4}-[0-9]{2}-[0-9]{2}) ([0-9]{2}:[0-9]{2}:[0-9]{2}) ((?:[a-zA-Z0-9]|\.)*): s=(\S*) avg=(\S*) min=(\S*) max=(\S*) stddev=(\S* (?:ms|s)) o=(\S*) i=(\S*) mbit$ | 2015-10-01 17:18:22 spotty: pgmping
2015-10-01 17:18:22 spotty: pgm_signal_install (signum:2 handler:0xc7d9 user_data:0xc4e80)
2015-10-01 17:18:22 spotty: pgm_signal_install (signum:15 handler:0xc7d9 user_data:0xc4e80)
2015-10-01 17:18:22 spotty: scheduling startup.
2015-10-01 17:18:22 spotty: entering main event loop ...
2015-10-01 17:18:22 spotty: startup.
2015-10-01 17:18:22 spotty: create PGM/UDP socket.
2015-10-01 17:18:22 spotty: startup complete.
2015-10-01 17:18:28 spotty.com: s=17.5 avg=295.1 min=199.6 max=399.3 stddev=57.8 s o=0.00 i=0.15 mbit
2015-10-01 17:18:30 spotty: s=46.0 avg=313.7 min=209.5 max=519.8 stddev=63.1 ms o=0.00 i=0.39 mbit
2015-10-01 17:18:32 spotty: s=50.9 avg=310.7 min=197.8 max=576.9 stddev=66.2 ms o=0.00 i=0.43 mbit
2015-10-01 17:18:34 spotty: s=43.0 avg=398.1 min=220.6 max=625.8 stddev=101.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:18:36 spotty: s=42.9 avg=564.5 min=287.3 max=976.5 stddev=172.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:18:38 spotty: s=38.0 avg=727.2 min=266.2 max=1354.6 stddev=273.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:18:40 spotty: s=41.9 avg=929.7 min=290.0 max=1489.5 stddev=308.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:18:42 spotty: s=41.9 avg=1250.9 min=295.4 max=1943.4 stddev=495.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:18:44 spotty: s=38.0 avg=1250.4 min=383.6 max=2229.1 stddev=551.1 ms o=0.00 i=0.32 mbit
2015-10-01 17:18:46 spotty: s=44.4 avg=1394.7 min=245.6 max=2441.4 stddev=617.5 ms o=0.00 i=0.38 mbit
2015-10-01 17:18:48 spotty: s=37.5 avg=1597.0 min=269.2 max=2907.1 stddev=885.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:18:50 spotty: s=42.4 avg=2421.6 min=1489.6 max=3345.2 stddev=589.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:18:52 spotty: s=42.0 avg=1377.6 min=317.9 max=3547.6 stddev=735.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:18:54 spotty: s=43.4 avg=3019.5 min=351.4 max=4210.1 stddev=903.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:18:56 spotty: s=38.0 avg=1366.9 min=553.0 max=2192.0 stddev=525.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:18:58 spotty: s=42.4 avg=3321.2 min=2388.0 max=4240.5 stddev=588.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:00 spotty: s=41.9 avg=2150.0 min=202.5 max=5053.2 stddev=1722.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:02 spotty: s=43.0 avg=2759.1 min=1837.0 max=3687.2 stddev=587.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:04 spotty: s=38.0 avg=4653.7 min=3887.0 max=5445.3 stddev=489.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:19:06 spotty: s=42.9 avg=1886.5 min=325.1 max=5932.0 stddev=1704.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:08 spotty: s=40.9 avg=3059.4 min=2164.9 max=4013.0 stddev=592.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:19:10 spotty: s=40.9 avg=5094.2 min=4210.1 max=6060.1 stddev=574.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:19:12 spotty: s=44.4 avg=3638.0 min=284.4 max=7088.8 stddev=2894.9 ms o=0.00 i=0.38 mbit
2015-10-01 17:19:14 spotty: s=35.5 avg=2308.7 min=1510.0 max=3146.0 stddev=526.9 ms o=0.00 i=0.30 mbit
2015-10-01 17:19:16 spotty: s=41.9 avg=4255.9 min=3155.6 max=5197.4 stddev=604.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:18 spotty: s=40.9 avg=6308.0 min=5395.7 max=7245.0 stddev=589.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:19:20 spotty: s=40.0 avg=5997.8 min=387.1 max=8680.6 stddev=3345.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:19:22 spotty: s=32.5 avg=1667.7 min=807.0 max=2441.0 stddev=450.5 ms o=0.00 i=0.28 mbit
2015-10-01 17:19:24 spotty: s=47.9 avg=3645.8 min=2454.9 max=4695.4 stddev=676.8 ms o=0.00 i=0.41 mbit
2015-10-01 17:19:26 spotty: s=42.4 avg=5830.2 min=4899.9 max=6747.6 stddev=589.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:28 spotty: s=42.0 avg=7860.3 min=6936.8 max=8790.5 stddev=599.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:30 spotty: s=42.0 avg=8429.6 min=335.4 max=10628.4 stddev=3280.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:32 spotty: s=39.0 avg=1559.9 min=751.2 max=2389.7 stddev=536.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:19:34 spotty: s=42.4 avg=3518.4 min=2594.2 max=4440.4 stddev=587.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:36 spotty: s=43.4 avg=5565.4 min=4639.3 max=6484.6 stddev=593.1 ms o=0.00 i=0.37 mbit
2015-10-01 17:19:38 spotty: s=41.5 avg=7597.7 min=6687.8 max=8538.9 stddev=583.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:19:40 spotty: s=38.5 avg=9570.3 min=8734.2 max=10376.4 stddev=531.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:19:42 spotty: s=40.9 avg=11507.1 min=10581.8 max=12433.4 stddev=591.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:19:44 spotty: s=30.5 avg=3099.7 min=341.0 max=12831.5 stddev=4518.2 ms o=0.00 i=0.26 mbit
2015-10-01 17:19:46 spotty: s=47.9 avg=2931.8 min=1575.1 max=4033.1 stddev=717.5 ms o=0.00 i=0.41 mbit
2015-10-01 17:19:48 spotty: s=43.4 avg=5156.3 min=4233.6 max=6084.1 stddev=594.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:19:50 spotty: s=38.5 avg=7100.1 min=6282.7 max=7921.7 stddev=522.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:19:52 spotty: s=41.9 avg=9057.5 min=8127.8 max=9972.4 stddev=600.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:19:54 spotty: s=40.0 avg=11133.8 min=10163.6 max=12023.3 stddev=595.4 ms o=0.00 i=0.34 mbit
2015-10-01 17:19:56 spotty: s=39.5 avg=13139.6 min=12223.6 max=14065.8 stddev=607.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:19:58 spotty: s=39.4 avg=13612.0 min=257.4 max=15912.1 stddev=4460.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:20:00 spotty: s=32.5 avg=1360.0 min=465.8 max=2097.2 stddev=488.5 ms o=0.00 i=0.28 mbit
2015-10-01 17:20:02 spotty: s=43.5 avg=3375.6 min=2301.4 max=4350.3 stddev=639.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:20:04 spotty: s=41.4 avg=5482.8 min=4554.4 max=6399.3 stddev=597.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:20:06 spotty: s=39.0 avg=7426.3 min=6603.1 max=8438.8 stddev=540.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:20:08 spotty: s=38.5 avg=9314.2 min=8440.7 max=10290.8 stddev=561.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:20:10 spotty: s=43.0 avg=11408.5 min=10493.7 max=12339.1 stddev=592.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:12 spotty: s=42.5 avg=13470.0 min=12538.9 max=14385.2 stddev=581.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:14 spotty: s=41.9 avg=15502.6 min=14588.8 max=16438.6 stddev=600.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:16 spotty: s=37.5 avg=17459.8 min=16628.8 max=18279.0 stddev=518.9 ms o=0.00 i=0.32 mbit
2015-10-01 17:20:18 spotty: s=43.5 avg=12279.4 min=338.1 max=19709.1 stddev=8853.6 ms o=0.00 i=0.37 mbit
2015-10-01 17:20:20 spotty: s=41.0 avg=2056.9 min=1157.8 max=3002.0 stddev=577.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:20:22 spotty: s=41.9 avg=4117.4 min=3002.1 max=5051.8 stddev=598.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:24 spotty: s=41.5 avg=6160.0 min=5254.0 max=7094.5 stddev=584.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:20:26 spotty: s=37.5 avg=8082.1 min=7302.0 max=8937.4 stddev=515.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:20:28 spotty: s=42.9 avg=10052.2 min=8941.9 max=10988.6 stddev=596.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:30 spotty: s=42.9 avg=12117.3 min=11196.0 max=13038.3 stddev=595.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:32 spotty: s=42.5 avg=14179.4 min=13239.6 max=15087.0 stddev=583.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:34 spotty: s=37.5 avg=16133.8 min=15289.9 max=16928.3 stddev=532.1 ms o=0.00 i=0.32 mbit
2015-10-01 17:20:36 spotty: s=41.0 avg=18063.9 min=17127.8 max=18974.8 stddev=587.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:20:38 spotty: s=27.5 avg=19739.8 min=19176.6 max=20415.5 stddev=387.5 ms o=0.00 i=0.23 mbit
2015-10-01 17:20:40 spotty: s=54.9 avg=21790.4 min=20391.3 max=23074.5 stddev=808.2 ms o=0.00 i=0.47 mbit
2015-10-01 17:20:42 spotty: s=38.0 avg=11001.4 min=221.7 max=24098.1 stddev=11320.9 ms o=0.00 i=0.32 mbit
2015-10-01 17:20:44 spotty: s=38.5 avg=2359.2 min=1435.8 max=3290.8 stddev=546.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:20:46 spotty: s=42.9 avg=4420.3 min=3494.9 max=5340.9 stddev=597.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:48 spotty: s=42.9 avg=6470.6 min=5543.5 max=7387.0 stddev=586.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:20:50 spotty: s=39.0 avg=8426.3 min=7590.4 max=9425.4 stddev=544.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:20:52 spotty: s=40.0 avg=10374.2 min=9435.8 max=11284.3 stddev=584.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:20:54 spotty: s=37.0 avg=12345.4 min=11471.6 max=13316.0 stddev=542.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:20:56 spotty: s=44.0 avg=14385.0 min=13325.8 max=15375.8 stddev=644.2 ms o=0.00 i=0.37 mbit
2015-10-01 17:20:58 spotty: s=35.0 avg=16357.6 min=15578.5 max=17217.3 stddev=503.8 ms o=0.00 i=0.30 mbit
2015-10-01 17:21:00 spotty: s=40.9 avg=18254.7 min=17217.4 max=19256.0 stddev=578.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:21:02 spotty: s=43.4 avg=20336.0 min=19265.8 max=21315.8 stddev=615.5 ms o=0.00 i=0.37 mbit
2015-10-01 17:21:04 spotty: s=40.5 avg=22395.9 min=21520.5 max=23366.1 stddev=572.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:21:06 spotty: s=41.9 avg=24451.0 min=23366.2 max=25406.2 stddev=594.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:08 spotty: s=42.0 avg=26525.0 min=25610.1 max=27461.0 stddev=596.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:10 spotty: s=36.5 avg=28497.4 min=27662.1 max=29306.1 stddev=529.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:21:12 spotty: s=41.4 avg=4998.8 min=365.2 max=29712.7 stddev=9618.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:21:14 spotty: s=41.9 avg=3144.6 min=2208.5 max=4057.2 stddev=588.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:16 spotty: s=42.5 avg=5167.5 min=4252.9 max=6098.2 stddev=588.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:18 spotty: s=39.0 avg=7249.8 min=6303.6 max=8146.6 stddev=602.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:21:20 spotty: s=36.5 avg=9145.2 min=8338.6 max=9982.9 stddev=509.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:21:22 spotty: s=40.9 avg=11068.7 min=9988.2 max=12035.5 stddev=610.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:21:24 spotty: s=38.5 avg=13045.5 min=12242.4 max=13887.7 stddev=527.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:21:26 spotty: s=45.4 avg=15092.8 min=14077.9 max=16132.8 stddev=646.8 ms o=0.00 i=0.39 mbit
2015-10-01 17:21:28 spotty: s=36.5 avg=17174.3 min=16337.6 max=17978.9 stddev=543.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:21:30 spotty: s=41.9 avg=19109.2 min=18180.0 max=20026.5 stddev=585.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:32 spotty: s=41.4 avg=21173.0 min=20227.5 max=22071.6 stddev=580.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:21:34 spotty: s=38.5 avg=23080.5 min=22276.0 max=24122.0 stddev=547.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:21:36 spotty: s=40.9 avg=25128.5 min=24122.0 max=26164.7 stddev=598.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:21:38 spotty: s=40.0 avg=27110.4 min=26171.4 max=28010.4 stddev=573.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:21:40 spotty: s=41.9 avg=29138.1 min=28217.6 max=30061.4 stddev=593.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:42 spotty: s=41.9 avg=31183.2 min=30264.3 max=32112.7 stddev=590.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:44 spotty: s=42.4 avg=33237.0 min=32314.5 max=34165.0 stddev=586.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:46 spotty: s=37.5 avg=35158.6 min=34364.1 max=36006.0 stddev=545.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:21:48 spotty: s=41.9 avg=9074.9 min=350.4 max=36818.9 stddev=14760.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:50 spotty: s=42.9 avg=2925.6 min=1996.6 max=3843.6 stddev=594.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:21:52 spotty: s=38.0 avg=4911.6 min=4043.9 max=5879.1 stddev=546.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:21:54 spotty: s=39.5 avg=6978.6 min=5886.6 max=7934.8 stddev=626.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:21:56 spotty: s=37.0 avg=8960.9 min=8139.6 max=9780.8 stddev=528.8 ms o=0.00 i=0.31 mbit
2015-10-01 17:21:58 spotty: s=42.0 avg=10907.0 min=9984.0 max=11832.6 stddev=589.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:00 spotty: s=41.0 avg=12960.4 min=12028.4 max=13874.6 stddev=593.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:22:02 spotty: s=40.5 avg=15005.6 min=14082.3 max=15924.5 stddev=585.6 ms o=0.00 i=0.34 mbit
2015-10-01 17:22:04 spotty: s=37.0 avg=16948.0 min=16132.8 max=17764.9 stddev=524.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:22:06 spotty: s=33.5 avg=18661.8 min=17970.6 max=19400.6 stddev=471.7 ms o=0.00 i=0.28 mbit
2015-10-01 17:22:08 spotty: s=51.4 avg=20729.0 min=19608.8 max=21863.4 stddev=713.8 ms o=0.00 i=0.44 mbit
2015-10-01 17:22:10 spotty: s=42.9 avg=22986.8 min=22066.4 max=23909.8 stddev=586.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:12 spotty: s=42.4 avg=25026.0 min=24115.2 max=25958.2 stddev=588.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:14 spotty: s=33.5 avg=26863.1 min=26162.3 max=27598.8 stddev=474.2 ms o=0.00 i=0.28 mbit
2015-10-01 17:22:16 spotty: s=45.4 avg=28822.3 min=27800.7 max=29864.0 stddev=648.0 ms o=0.00 i=0.39 mbit
2015-10-01 17:22:18 spotty: s=41.9 avg=30966.4 min=30044.0 max=31904.1 stddev=594.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:20 spotty: s=40.5 avg=33053.8 min=32091.7 max=33944.9 stddev=580.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:22:22 spotty: s=39.0 avg=34973.6 min=34154.3 max=35794.5 stddev=532.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:22:24 spotty: s=41.5 avg=36923.9 min=35993.1 max=37838.3 stddev=587.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:22:26 spotty: s=38.5 avg=38884.5 min=38032.7 max=39874.2 stddev=542.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:22:28 spotty: s=41.0 avg=40968.0 min=39884.0 max=41931.6 stddev=620.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:22:30 spotty: s=43.4 avg=43055.9 min=42136.0 max=43981.8 stddev=590.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:22:32 spotty: s=39.0 avg=23224.7 min=285.8 max=45010.8 stddev=21902.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:22:34 spotty: s=41.9 avg=2244.5 min=1294.7 max=3149.5 stddev=588.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:36 spotty: s=41.9 avg=4279.3 min=3344.6 max=5199.0 stddev=591.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:39 spotty: s=37.0 avg=6208.0 min=5393.3 max=7036.8 stddev=514.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:22:41 spotty: s=41.4 avg=8145.0 min=7040.0 max=9089.5 stddev=608.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:22:43 spotty: s=42.9 avg=10208.9 min=9299.0 max=11136.2 stddev=586.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:45 spotty: s=42.0 avg=12285.2 min=11339.1 max=13187.1 stddev=587.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:47 spotty: s=43.0 avg=14314.0 min=13387.9 max=15232.4 stddev=587.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:49 spotty: s=42.4 avg=16343.7 min=15434.0 max=17277.0 stddev=581.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:51 spotty: s=36.0 avg=18269.9 min=17285.5 max=19128.5 stddev=538.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:22:53 spotty: s=43.4 avg=20233.6 min=19128.6 max=21169.4 stddev=595.5 ms o=0.00 i=0.37 mbit
2015-10-01 17:22:55 spotty: s=42.4 avg=22295.0 min=21374.9 max=23217.9 stddev=586.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:57 spotty: s=43.0 avg=24332.9 min=23424.0 max=25268.9 stddev=588.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:22:59 spotty: s=38.0 avg=26278.9 min=25466.6 max=27109.4 stddev=522.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:23:01 spotty: s=40.5 avg=28207.5 min=27301.5 max=29156.2 stddev=568.6 ms o=0.00 i=0.34 mbit
2015-10-01 17:23:03 spotty: s=43.9 avg=30262.3 min=29158.4 max=31205.9 stddev=607.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:23:05 spotty: s=41.4 avg=32327.4 min=31408.5 max=33254.8 stddev=579.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:23:07 spotty: s=38.0 avg=34273.3 min=33461.9 max=35099.5 stddev=547.2 ms o=0.00 i=0.32 mbit
2015-10-01 17:23:09 spotty: s=42.4 avg=36202.2 min=35299.3 max=37143.3 stddev=582.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:11 spotty: s=41.0 avg=38259.7 min=37349.0 max=39189.4 stddev=590.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:23:13 spotty: s=42.0 avg=40314.4 min=39396.1 max=41239.4 stddev=600.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:15 spotty: s=42.5 avg=42368.2 min=41446.4 max=43289.3 stddev=589.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:17 spotty: s=37.5 avg=44328.4 min=43492.8 max=45132.5 stddev=534.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:23:19 spotty: s=41.0 avg=46270.4 min=45324.9 max=47179.3 stddev=578.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:23:21 spotty: s=41.9 avg=48304.6 min=47387.2 max=49229.1 stddev=591.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:23 spotty: s=42.4 avg=50350.4 min=49430.9 max=51279.3 stddev=593.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:25 spotty: s=37.5 avg=52300.5 min=51484.6 max=53118.4 stddev=528.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:23:27 spotty: s=42.9 avg=39060.6 min=364.4 max=54752.7 stddev=23937.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:29 spotty: s=37.5 avg=1784.5 min=984.4 max=2839.8 stddev=519.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:23:31 spotty: s=44.4 avg=3838.0 min=2620.8 max=4873.5 stddev=658.0 ms o=0.00 i=0.38 mbit
2015-10-01 17:23:33 spotty: s=36.5 avg=5919.0 min=5069.4 max=6910.4 stddev=542.8 ms o=0.00 i=0.31 mbit
2015-10-01 17:23:35 spotty: s=31.0 avg=7820.7 min=6900.5 max=8761.0 stddev=599.9 ms o=0.00 i=0.26 mbit
2015-10-01 17:23:37 spotty: s=42.5 avg=9868.3 min=8767.5 max=10811.9 stddev=613.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:39 spotty: s=42.4 avg=11935.9 min=11018.9 max=12864.6 stddev=599.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:41 spotty: s=41.9 avg=13995.3 min=13069.6 max=14911.4 stddev=594.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:43 spotty: s=38.4 avg=15957.2 min=15118.3 max=16948.0 stddev=551.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:23:45 spotty: s=41.4 avg=17912.9 min=16957.8 max=18811.1 stddev=579.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:23:47 spotty: s=41.9 avg=19939.4 min=19006.2 max=20850.7 stddev=584.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:49 spotty: s=41.9 avg=21985.6 min=21048.6 max=22900.5 stddev=587.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:51 spotty: s=42.4 avg=24031.6 min=23103.1 max=24944.5 stddev=588.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:23:53 spotty: s=37.0 avg=25974.7 min=25148.3 max=26794.7 stddev=529.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:23:55 spotty: s=40.5 avg=27921.8 min=27000.5 max=28839.2 stddev=604.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:23:57 spotty: s=40.0 avg=29984.4 min=29030.5 max=30883.1 stddev=588.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:23:59 spotty: s=41.4 avg=31981.6 min=31075.6 max=32932.7 stddev=583.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:24:01 spotty: s=33.5 avg=33842.9 min=33139.0 max=34568.3 stddev=463.8 ms o=0.00 i=0.28 mbit
2015-10-01 17:24:03 spotty: s=43.5 avg=35773.2 min=34778.3 max=36823.6 stddev=647.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:24:05 spotty: s=34.0 avg=37850.3 min=37029.1 max=38662.4 stddev=513.8 ms o=0.00 i=0.29 mbit
2015-10-01 17:24:07 spotty: s=44.9 avg=39840.9 min=38667.5 max=40918.7 stddev=650.5 ms o=0.00 i=0.38 mbit
2015-10-01 17:24:09 spotty: s=28.0 avg=41739.3 min=40922.4 max=42560.7 stddev=428.8 ms o=0.00 i=0.24 mbit
2015-10-01 17:24:11 spotty: s=48.9 avg=43711.1 min=42561.5 max=44817.1 stddev=709.3 ms o=0.00 i=0.42 mbit
2015-10-01 17:24:13 spotty: s=37.0 avg=45837.1 min=45016.4 max=46654.5 stddev=526.3 ms o=0.00 i=0.31 mbit
2015-10-01 17:24:15 spotty: s=44.4 avg=47872.3 min=46859.6 max=48910.5 stddev=649.3 ms o=0.00 i=0.38 mbit
2015-10-01 17:24:17 spotty: s=39.5 avg=50005.1 min=49109.7 max=50950.8 stddev=573.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:24:19 spotty: s=37.5 avg=51923.7 min=50955.5 max=52800.7 stddev=560.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:24:21 spotty: s=42.5 avg=53913.6 min=53005.7 max=54850.4 stddev=592.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:24:23 spotty: s=32.0 avg=55777.8 min=55049.4 max=56897.7 stddev=478.6 ms o=0.00 i=0.27 mbit
2015-10-01 17:24:25 spotty: s=38.5 avg=57601.4 min=56690.0 max=58941.0 stddev=592.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:24:27 spotty: s=48.4 avg=59896.2 min=58738.7 max=60993.8 stddev=695.7 ms o=0.00 i=0.41 mbit
2015-10-01 17:24:29 spotty: s=38.5 avg=62004.2 min=61190.1 max=62835.7 stddev=534.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:24:31 spotty: s=36.5 avg=63858.8 min=63025.1 max=64674.5 stddev=524.1 ms o=0.00 i=0.31 mbit
2015-10-01 17:24:33 spotty: s=46.9 avg=65967.3 min=64871.0 max=67000.5 stddev=673.7 ms o=0.00 i=0.40 mbit
2015-10-01 17:24:35 spotty: s=33.5 avg=61846.5 min=412.2 max=68775.9 stddev=19248.1 ms o=0.00 i=0.28 mbit
2015-10-01 17:24:37 spotty: s=32.0 avg=1460.6 min=428.6 max=2473.6 stddev=563.7 ms o=0.00 i=0.27 mbit
2015-10-01 17:24:39 spotty: s=41.0 avg=3444.1 min=2473.3 max=4508.2 stddev=582.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:24:41 spotty: s=36.0 avg=5385.2 min=4513.2 max=6570.8 stddev=554.1 ms o=0.00 i=0.30 mbit
2015-10-01 17:24:43 spotty: s=48.9 avg=7536.6 min=6360.6 max=8617.3 stddev=702.7 ms o=0.00 i=0.42 mbit
2015-10-01 17:24:45 spotty: s=29.5 avg=9452.8 min=8819.6 max=10053.3 stddev=402.1 ms o=0.00 i=0.25 mbit
2015-10-01 17:24:47 spotty: s=45.9 avg=11440.0 min=10253.2 max=12516.8 stddev=698.7 ms o=0.00 i=0.39 mbit
2015-10-01 17:24:49 spotty: s=41.4 avg=13656.2 min=12713.3 max=14557.6 stddev=589.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:24:51 spotty: s=42.0 avg=15695.2 min=14760.9 max=16603.8 stddev=588.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:24:53 spotty: s=42.9 avg=17727.4 min=16808.2 max=18657.1 stddev=588.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:24:55 spotty: s=34.5 avg=19619.6 min=18856.6 max=20492.7 stddev=519.3 ms o=0.00 i=0.29 mbit
2015-10-01 17:24:57 spotty: s=40.5 avg=21592.9 min=20499.0 max=22545.1 stddev=605.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:24:59 spotty: s=39.9 avg=23699.3 min=22749.1 max=24594.1 stddev=577.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:25:01 spotty: s=34.0 avg=25598.0 min=24795.0 max=26434.4 stddev=534.7 ms o=0.00 i=0.29 mbit
2015-10-01 17:25:03 spotty: s=42.4 avg=27567.2 min=26639.5 max=28482.2 stddev=593.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:05 spotty: s=43.0 avg=29611.3 min=28690.7 max=30533.8 stddev=580.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:07 spotty: s=39.5 avg=31636.0 min=30717.8 max=32581.5 stddev=606.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:25:09 spotty: s=41.4 avg=33715.2 min=32771.0 max=34630.3 stddev=586.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:25:11 spotty: s=43.0 avg=35761.7 min=34829.6 max=36676.3 stddev=591.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:13 spotty: s=37.5 avg=37715.6 min=36878.6 max=38518.1 stddev=521.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:25:15 spotty: s=42.9 avg=39653.7 min=38713.2 max=40567.4 stddev=589.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:17 spotty: s=42.5 avg=41700.4 min=40771.5 max=42614.0 stddev=589.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:19 spotty: s=41.9 avg=43730.6 min=42816.5 max=44664.0 stddev=591.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:21 spotty: s=41.9 avg=45793.8 min=44867.8 max=46709.6 stddev=596.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:23 spotty: s=36.0 avg=47680.3 min=46916.2 max=48543.4 stddev=492.4 ms o=0.00 i=0.30 mbit
2015-10-01 17:25:25 spotty: s=43.5 avg=49613.2 min=48553.2 max=50602.3 stddev=624.6 ms o=0.00 i=0.37 mbit
2015-10-01 17:25:27 spotty: s=37.5 avg=51767.5 min=50805.5 max=52649.3 stddev=589.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:25:29 spotty: s=41.5 avg=53779.9 min=52841.0 max=54698.4 stddev=594.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:25:31 spotty: s=38.0 avg=55710.9 min=54900.9 max=56542.4 stddev=531.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:25:33 spotty: s=43.4 avg=57731.0 min=56733.2 max=58652.0 stddev=605.6 ms o=0.00 i=0.37 mbit
2015-10-01 17:25:35 spotty: s=40.5 avg=59767.5 min=58783.0 max=60636.2 stddev=557.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:25:37 spotty: s=41.9 avg=61784.2 min=60831.2 max=62685.3 stddev=591.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:39 spotty: s=37.5 avg=63702.4 min=62887.4 max=64528.3 stddev=525.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:25:41 spotty: s=42.4 avg=65663.3 min=64733.3 max=66579.6 stddev=595.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:43 spotty: s=40.9 avg=67719.6 min=66777.7 max=68623.7 stddev=594.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:25:45 spotty: s=40.4 avg=69763.3 min=68827.8 max=70673.8 stddev=590.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:25:47 spotty: s=41.4 avg=71783.8 min=70877.2 max=72720.6 stddev=584.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:25:49 spotty: s=37.5 avg=73741.0 min=72921.1 max=74563.8 stddev=538.2 ms o=0.00 i=0.32 mbit
2015-10-01 17:25:51 spotty: s=42.4 avg=75684.6 min=74762.8 max=76613.1 stddev=591.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:25:53 spotty: s=40.9 avg=77724.3 min=76815.4 max=78660.6 stddev=596.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:25:55 spotty: s=37.5 avg=79679.5 min=78856.5 max=80709.0 stddev=526.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:25:57 spotty: s=31.0 avg=81453.8 min=80693.8 max=82332.2 stddev=484.0 ms o=0.00 i=0.26 mbit
2015-10-01 17:25:59 spotty: s=36.5 avg=83236.1 min=82348.6 max=84178.3 stddev=530.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:26:01 spotty: s=50.4 avg=48281.7 min=367.6 max=85829.8 stddev=41652.6 ms o=0.00 i=0.43 mbit
2015-10-01 17:26:03 spotty: s=43.4 avg=2479.0 min=1400.9 max=3452.7 stddev=616.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:26:05 spotty: s=43.0 avg=4589.1 min=3653.9 max=5513.6 stddev=610.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:07 spotty: s=36.0 avg=6535.0 min=5697.4 max=7339.0 stddev=522.1 ms o=0.00 i=0.30 mbit
2015-10-01 17:26:09 spotty: s=42.5 avg=8459.2 min=7547.7 max=9392.7 stddev=597.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:11 spotty: s=41.5 avg=10533.2 min=9592.9 max=11438.2 stddev=593.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:26:13 spotty: s=42.9 avg=12558.8 min=11637.6 max=13483.7 stddev=585.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:15 spotty: s=37.0 avg=14505.3 min=13687.4 max=15330.1 stddev=536.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:26:17 spotty: s=36.5 avg=16373.6 min=15529.1 max=17377.5 stddev=536.8 ms o=0.00 i=0.31 mbit
2015-10-01 17:26:19 spotty: s=46.9 avg=18419.4 min=17369.9 max=19423.8 stddev=643.0 ms o=0.00 i=0.40 mbit
2015-10-01 17:26:21 spotty: s=42.4 avg=20567.5 min=19620.0 max=21477.2 stddev=582.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:23 spotty: s=41.9 avg=22598.0 min=21677.4 max=23519.7 stddev=585.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:25 spotty: s=38.0 avg=24532.0 min=23714.8 max=25363.1 stddev=532.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:26:27 spotty: s=32.0 avg=26417.4 min=25563.3 max=27200.4 stddev=499.4 ms o=0.00 i=0.27 mbit
2015-10-01 17:26:29 spotty: s=37.5 avg=28213.3 min=27206.1 max=29257.7 stddev=566.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:26:31 spotty: s=43.9 avg=30335.2 min=29257.4 max=31302.9 stddev=628.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:26:33 spotty: s=41.9 avg=32432.5 min=31507.6 max=33347.9 stddev=585.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:35 spotty: s=38.5 avg=34371.4 min=33555.8 max=35197.7 stddev=535.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:26:37 spotty: s=45.9 avg=36450.2 min=35392.2 max=37453.6 stddev=640.5 ms o=0.00 i=0.39 mbit
2015-10-01 17:26:39 spotty: s=42.9 avg=38572.1 min=37653.2 max=39498.2 stddev=584.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:26:41 spotty: s=41.4 avg=40606.2 min=39684.8 max=41547.5 stddev=593.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:26:43 spotty: s=33.5 avg=42455.6 min=41741.7 max=43385.7 stddev=464.4 ms o=0.00 i=0.28 mbit
2015-10-01 17:26:45 spotty: s=46.0 avg=44419.2 min=43385.4 max=45436.2 stddev=644.5 ms o=0.00 i=0.39 mbit
2015-10-01 17:26:47 spotty: s=40.0 avg=46587.6 min=45637.4 max=47488.0 stddev=602.6 ms o=0.00 i=0.34 mbit
2015-10-01 17:26:49 spotty: s=41.0 avg=48606.9 min=47673.2 max=49531.6 stddev=588.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:26:51 spotty: s=35.9 avg=50561.3 min=49722.7 max=51380.0 stddev=543.3 ms o=0.00 i=0.30 mbit
2015-10-01 17:26:53 spotty: s=37.5 avg=52407.8 min=51567.9 max=53407.4 stddev=539.9 ms o=0.00 i=0.32 mbit
2015-10-01 17:26:55 spotty: s=44.4 avg=54459.6 min=53421.5 max=55471.9 stddev=639.0 ms o=0.00 i=0.38 mbit
2015-10-01 17:26:57 spotty: s=37.5 avg=56549.3 min=55664.7 max=57507.5 stddev=544.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:26:59 spotty: s=43.9 avg=58568.2 min=57517.4 max=59566.0 stddev=641.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:27:01 spotty: s=37.5 avg=60591.3 min=59757.6 max=61407.7 stddev=519.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:27:03 spotty: s=39.0 avg=62491.9 min=61601.7 max=63448.4 stddev=569.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:27:05 spotty: s=39.0 avg=64402.5 min=63457.5 max=65495.2 stddev=565.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:27:07 spotty: s=41.9 avg=66483.7 min=65506.0 max=67543.6 stddev=600.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:09 spotty: s=40.0 avg=68483.3 min=67554.7 max=69396.0 stddev=568.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:27:11 spotty: s=41.4 avg=70501.1 min=69587.4 max=71447.8 stddev=585.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:27:13 spotty: s=42.4 avg=72572.3 min=71635.6 max=73492.1 stddev=599.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:15 spotty: s=37.0 avg=74532.1 min=73684.9 max=75527.7 stddev=551.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:27:17 spotty: s=42.4 avg=76556.0 min=75533.0 max=77586.7 stddev=623.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:19 spotty: s=39.5 avg=78572.1 min=77598.2 max=79432.8 stddev=559.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:27:21 spotty: s=40.5 avg=80569.1 min=79625.8 max=81482.2 stddev=597.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:27:23 spotty: s=41.0 avg=82589.3 min=81677.4 max=83528.5 stddev=597.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:27:25 spotty: s=43.0 avg=84648.7 min=83727.4 max=85577.8 stddev=596.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:27 spotty: s=37.5 avg=86600.1 min=85767.5 max=87426.0 stddev=529.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:27:29 spotty: s=42.4 avg=88564.9 min=87613.7 max=89470.4 stddev=587.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:31 spotty: s=38.0 avg=90493.0 min=89661.0 max=91507.6 stddev=533.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:27:33 spotty: s=44.4 avg=92560.3 min=91507.8 max=93557.7 stddev=632.7 ms o=0.00 i=0.38 mbit
2015-10-01 17:27:35 spotty: s=40.9 avg=94677.1 min=93763.0 max=95607.9 stddev=593.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:27:37 spotty: s=31.5 avg=96477.9 min=95804.5 max=97249.9 stddev=458.9 ms o=0.00 i=0.27 mbit
2015-10-01 17:27:39 spotty: s=42.4 avg=98354.9 min=97257.4 max=99296.4 stddev=597.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:41 spotty: s=45.0 avg=100546.0 min=99487.4 max=101557.6 stddev=636.6 ms o=0.00 i=0.38 mbit
2015-10-01 17:27:43 spotty: s=36.5 avg=102545.9 min=101741.2 max=103393.4 stddev=518.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:27:45 spotty: s=36.0 avg=104517.5 min=103585.3 max=105433.6 stddev=587.0 ms o=0.00 i=0.30 mbit
2015-10-01 17:27:47 spotty: s=43.0 avg=31501.3 min=284.6 max=106057.6 stddev=47551.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:27:49 spotty: s=36.0 avg=2728.9 min=1927.5 max=3762.4 stddev=540.7 ms o=0.00 i=0.30 mbit
2015-10-01 17:27:51 spotty: s=43.9 avg=4732.5 min=3564.5 max=5804.3 stddev=613.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:27:53 spotty: s=39.9 avg=6791.1 min=5810.9 max=7846.3 stddev=566.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:27:55 spotty: s=40.9 avg=8815.3 min=7864.9 max=9704.5 stddev=589.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:27:57 spotty: s=41.0 avg=10847.6 min=9894.4 max=11754.7 stddev=594.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:27:59 spotty: s=20.0 avg=12384.7 min=11954.6 max=13588.5 stddev=344.2 ms o=0.00 i=0.17 mbit
2015-10-01 17:28:01 spotty: s=58.4 avg=14476.7 min=12970.0 max=15853.7 stddev=855.6 ms o=0.00 i=0.50 mbit
2015-10-01 17:28:03 spotty: s=36.5 avg=16904.6 min=16037.8 max=17692.8 stddev=516.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:28:05 spotty: s=38.0 avg=18749.7 min=17884.3 max=19730.7 stddev=561.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:28:07 spotty: s=44.4 avg=20816.3 min=19731.2 max=21789.0 stddev=636.1 ms o=0.00 i=0.38 mbit
2015-10-01 17:28:09 spotty: s=41.4 avg=22913.1 min=21981.2 max=23838.6 stddev=590.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:28:11 spotty: s=40.9 avg=24987.0 min=24026.8 max=25881.0 stddev=581.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:28:13 spotty: s=36.0 avg=26948.4 min=26072.6 max=27732.5 stddev=527.0 ms o=0.00 i=0.30 mbit
2015-10-01 17:28:15 spotty: s=41.9 avg=28865.3 min=27916.2 max=29774.6 stddev=579.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:17 spotty: s=41.5 avg=30906.9 min=29974.2 max=31826.4 stddev=588.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:28:19 spotty: s=43.0 avg=32947.2 min=32020.8 max=33882.8 stddev=598.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:21 spotty: s=36.0 avg=34894.3 min=34061.7 max=35714.7 stddev=532.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:28:23 spotty: s=40.5 avg=36768.4 min=35905.9 max=37753.7 stddev=555.9 ms o=0.00 i=0.34 mbit
2015-10-01 17:28:25 spotty: s=42.0 avg=38780.4 min=37764.9 max=39804.3 stddev=592.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:27 spotty: s=43.9 avg=40871.4 min=39814.3 max=41860.0 stddev=619.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:28:29 spotty: s=38.5 avg=42919.2 min=42053.7 max=43892.5 stddev=535.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:28:31 spotty: s=41.4 avg=44852.2 min=43904.8 max=45770.0 stddev=576.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:28:33 spotty: s=41.9 avg=46858.2 min=45942.1 max=47792.0 stddev=582.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:35 spotty: s=42.4 avg=48928.7 min=47988.1 max=49845.1 stddev=594.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:37 spotty: s=42.4 avg=50974.6 min=50036.9 max=51896.3 stddev=589.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:39 spotty: s=38.5 avg=52923.5 min=52086.1 max=53744.4 stddev=534.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:28:41 spotty: s=42.4 avg=54867.4 min=53927.2 max=55784.9 stddev=591.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:43 spotty: s=37.0 avg=56795.9 min=55977.6 max=57828.8 stddev=536.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:28:45 spotty: s=42.4 avg=58823.8 min=57817.2 max=59872.1 stddev=616.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:47 spotty: s=39.5 avg=60988.0 min=59878.4 max=61924.6 stddev=606.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:28:49 spotty: s=34.5 avg=62829.4 min=61933.6 max=63755.9 stddev=506.1 ms o=0.00 i=0.29 mbit
2015-10-01 17:28:51 spotty: s=41.9 avg=64751.9 min=63770.1 max=65814.6 stddev=610.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:28:53 spotty: s=45.0 avg=66878.0 min=65823.2 max=67869.7 stddev=624.2 ms o=0.00 i=0.38 mbit
2015-10-01 17:28:55 spotty: s=40.5 avg=68987.8 min=68059.6 max=69914.6 stddev=595.9 ms o=0.00 i=0.34 mbit
2015-10-01 17:28:57 spotty: s=37.0 avg=70903.5 min=70106.5 max=71756.2 stddev=525.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:28:59 spotty: s=37.5 avg=72765.5 min=71759.9 max=73600.7 stddev=537.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:29:01 spotty: s=44.4 avg=74866.7 min=73804.3 max=75856.7 stddev=645.9 ms o=0.00 i=0.38 mbit
2015-10-01 17:29:03 spotty: s=40.5 avg=76973.7 min=76045.6 max=77903.3 stddev=587.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:29:05 spotty: s=28.5 avg=78713.7 min=78094.3 max=79538.0 stddev=411.8 ms o=0.00 i=0.24 mbit
2015-10-01 17:29:07 spotty: s=44.9 avg=80580.4 min=79537.6 max=81783.1 stddev=666.2 ms o=0.00 i=0.38 mbit
2015-10-01 17:29:09 spotty: s=41.0 avg=82818.5 min=81793.7 max=83843.2 stddev=660.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:29:11 spotty: s=25.5 avg=84635.5 min=84032.9 max=85889.9 stddev=513.7 ms o=0.00 i=0.22 mbit
2015-10-01 17:29:13 spotty: s=49.4 avg=86579.0 min=85270.5 max=87924.4 stddev=789.0 ms o=0.00 i=0.42 mbit
2015-10-01 17:29:15 spotty: s=37.5 avg=88790.2 min=87943.7 max=89771.0 stddev=541.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:29:17 spotty: s=41.9 avg=90799.8 min=89780.5 max=91831.9 stddev=607.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:19 spotty: s=44.4 avg=92920.2 min=91831.4 max=93877.0 stddev=612.3 ms o=0.00 i=0.38 mbit
2015-10-01 17:29:21 spotty: s=41.4 avg=95011.8 min=94070.9 max=95924.6 stddev=578.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:29:23 spotty: s=39.5 avg=96962.5 min=96118.3 max=97964.5 stddev=549.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:29:25 spotty: s=37.5 avg=98823.8 min=97973.6 max=99814.5 stddev=534.9 ms o=0.00 i=0.32 mbit
2015-10-01 17:29:27 spotty: s=44.4 avg=100893.9 min=99814.3 max=101864.7 stddev=632.7 ms o=0.00 i=0.38 mbit
2015-10-01 17:29:29 spotty: s=40.0 avg=103012.4 min=102054.3 max=103922.1 stddev=598.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:29:31 spotty: s=40.5 avg=105022.2 min=104102.9 max=105960.3 stddev=574.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:29:33 spotty: s=37.5 avg=106965.5 min=105964.3 max=107804.6 stddev=549.1 ms o=0.00 i=0.32 mbit
2015-10-01 17:29:35 spotty: s=41.9 avg=108927.3 min=107997.2 max=109854.4 stddev=592.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:37 spotty: s=41.9 avg=110961.1 min=110044.5 max=111897.1 stddev=589.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:39 spotty: s=40.5 avg=113038.3 min=112089.3 max=113950.4 stddev=591.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:29:41 spotty: s=36.0 avg=114943.1 min=114144.4 max=115784.3 stddev=516.6 ms o=0.00 i=0.31 mbit
2015-10-01 17:29:43 spotty: s=42.4 avg=116897.9 min=115789.4 max=117841.4 stddev=605.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:45 spotty: s=41.4 avg=118971.1 min=118032.4 max=119886.6 stddev=594.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:29:47 spotty: s=38.5 avg=121080.9 min=120077.7 max=121945.1 stddev=578.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:29:49 spotty: s=41.5 avg=123052.9 min=122130.1 max=123985.1 stddev=585.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:29:51 spotty: s=36.5 avg=124999.4 min=124173.7 max=125830.1 stddev=537.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:29:53 spotty: s=42.4 avg=126937.5 min=126019.6 max=127876.5 stddev=586.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:55 spotty: s=41.9 avg=128995.8 min=128064.4 max=129929.0 stddev=601.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:57 spotty: s=41.9 avg=118517.2 min=389.8 max=131958.7 stddev=38325.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:29:59 spotty: s=38.0 avg=1437.2 min=594.4 max=2245.6 stddev=531.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:30:01 spotty: s=39.0 avg=3292.2 min=2445.2 max=4292.3 stddev=546.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:03 spotty: s=43.4 avg=5371.3 min=4292.1 max=6339.6 stddev=627.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:30:05 spotty: s=38.0 avg=7474.1 min=6530.6 max=8395.4 stddev=596.1 ms o=0.00 i=0.32 mbit
2015-10-01 17:30:07 spotty: s=40.5 avg=9535.9 min=8579.7 max=10438.3 stddev=590.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:30:09 spotty: s=36.5 avg=11453.2 min=10635.2 max=12278.6 stddev=525.1 ms o=0.00 i=0.31 mbit
2015-10-01 17:30:11 spotty: s=43.4 avg=13403.2 min=12483.3 max=14329.3 stddev=592.7 ms o=0.00 i=0.37 mbit
2015-10-01 17:30:13 spotty: s=40.9 avg=15460.6 min=14517.5 max=16389.8 stddev=595.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:30:15 spotty: s=37.5 avg=17418.1 min=16573.1 max=18410.5 stddev=540.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:30:17 spotty: s=39.5 avg=19406.5 min=18417.7 max=20269.0 stddev=567.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:19 spotty: s=39.5 avg=21407.5 min=20465.2 max=22314.4 stddev=595.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:21 spotty: s=40.5 avg=23408.0 min=22507.0 max=24368.4 stddev=588.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:30:23 spotty: s=40.0 avg=25491.6 min=24555.2 max=26410.5 stddev=598.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:30:25 spotty: s=40.9 avg=27516.2 min=26615.2 max=28453.0 stddev=575.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:30:27 spotty: s=34.0 avg=29391.2 min=28455.2 max=30302.5 stddev=523.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:30:29 spotty: s=39.5 avg=31281.0 min=30302.4 max=32147.7 stddev=559.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:31 spotty: s=42.9 avg=33364.5 min=32349.4 max=34394.9 stddev=630.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:30:33 spotty: s=38.5 avg=35438.1 min=34397.1 max=36445.6 stddev=574.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:35 spotty: s=38.5 avg=37468.4 min=36638.1 max=38288.7 stddev=528.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:37 spotty: s=41.4 avg=39430.9 min=38479.8 max=40338.0 stddev=597.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:30:39 spotty: s=39.5 avg=41507.1 min=40533.2 max=42390.5 stddev=594.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:30:41 spotty: s=41.9 avg=43496.0 min=42579.3 max=44433.0 stddev=582.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:30:43 spotty: s=40.9 avg=45542.4 min=44628.5 max=46484.6 stddev=578.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:30:45 spotty: s=24.5 avg=47227.1 min=46675.2 max=48325.5 stddev=397.0 ms o=0.00 i=0.21 mbit
2015-10-01 17:30:47 spotty: s=52.4 avg=49184.8 min=47909.3 max=50374.8 stddev=749.8 ms o=0.00 i=0.44 mbit
2015-10-01 17:30:49 spotty: s=40.9 avg=51439.9 min=50563.9 max=52415.4 stddev=563.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:30:51 spotty: s=42.4 avg=53514.6 min=52422.8 max=54470.8 stddev=619.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:30:53 spotty: s=36.0 avg=55470.8 min=54660.7 max=56315.4 stddev=537.0 ms o=0.00 i=0.30 mbit
2015-10-01 17:30:55 spotty: s=38.0 avg=57399.5 min=56505.3 max=58353.1 stddev=561.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:30:57 spotty: s=41.9 avg=59429.7 min=58359.3 max=60405.3 stddev=612.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:30:59 spotty: s=42.9 avg=61542.1 min=60405.4 max=62459.3 stddev=592.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:31:01 spotty: s=42.5 avg=63595.6 min=62651.6 max=64505.7 stddev=585.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:31:03 spotty: s=35.5 avg=65457.6 min=64714.8 max=66340.0 stddev=487.3 ms o=0.00 i=0.30 mbit
2015-10-01 17:31:05 spotty: s=40.0 avg=67335.6 min=66339.9 max=68379.3 stddev=573.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:31:07 spotty: s=44.9 avg=69444.6 min=68385.0 max=70446.0 stddev=627.9 ms o=0.00 i=0.38 mbit
2015-10-01 17:31:09 spotty: s=37.0 avg=71450.7 min=70635.2 max=72493.0 stddev=531.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:31:11 spotty: s=36.5 avg=73372.6 min=72481.8 max=74335.5 stddev=536.8 ms o=0.00 i=0.31 mbit
2015-10-01 17:31:13 spotty: s=43.4 avg=75409.9 min=74335.3 max=76381.7 stddev=621.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:31:15 spotty: s=42.9 avg=77520.0 min=76571.9 max=78435.0 stddev=587.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:31:17 spotty: s=28.0 avg=79341.5 min=78619.2 max=80270.1 stddev=472.9 ms o=0.00 i=0.24 mbit
2015-10-01 17:31:19 spotty: s=50.4 avg=81390.5 min=80073.2 max=82525.5 stddev=711.8 ms o=0.00 i=0.43 mbit
2015-10-01 17:31:21 spotty: s=34.5 avg=83518.8 min=82717.9 max=84362.2 stddev=513.1 ms o=0.00 i=0.29 mbit
2015-10-01 17:31:23 spotty: s=41.4 avg=85459.6 min=84372.9 max=86419.4 stddev=615.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:31:25 spotty: s=36.5 avg=87418.5 min=86608.5 max=88254.5 stddev=513.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:31:27 spotty: s=44.5 avg=89491.9 min=88465.1 max=90514.6 stddev=664.0 ms o=0.00 i=0.38 mbit
2015-10-01 17:31:29 spotty: s=34.0 avg=91492.8 min=90702.8 max=92355.2 stddev=499.3 ms o=0.00 i=0.29 mbit
2015-10-01 17:31:31 spotty: s=33.5 avg=93244.5 min=92355.1 max=94196.5 stddev=513.6 ms o=0.00 i=0.28 mbit
2015-10-01 17:31:33 spotty: s=48.4 avg=95355.0 min=94196.3 max=96455.3 stddev=699.6 ms o=0.00 i=0.41 mbit
2015-10-01 17:31:35 spotty: s=41.4 avg=97563.0 min=96645.2 max=98500.2 stddev=591.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:31:37 spotty: s=37.5 avg=99517.2 min=98695.4 max=100345.8 stddev=529.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:31:39 spotty: s=41.0 avg=101479.8 min=100549.0 max=102393.3 stddev=598.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:31:41 spotty: s=38.5 avg=103415.9 min=102584.8 max=104439.9 stddev=544.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:31:43 spotty: s=44.9 avg=105495.3 min=104435.2 max=106491.4 stddev=631.1 ms o=0.00 i=0.38 mbit
2015-10-01 17:31:45 spotty: s=39.0 avg=107598.4 min=106680.9 max=108538.0 stddev=603.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:31:47 spotty: s=37.5 avg=109568.6 min=108730.8 max=110380.8 stddev=534.1 ms o=0.00 i=0.32 mbit
2015-10-01 17:31:49 spotty: s=41.4 avg=111506.9 min=110573.3 max=112428.5 stddev=591.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:31:51 spotty: s=32.5 avg=113342.2 min=112622.7 max=114064.9 stddev=474.9 ms o=0.00 i=0.28 mbit
2015-10-01 17:31:53 spotty: s=44.9 avg=115364.0 min=114261.2 max=116515.3 stddev=662.5 ms o=0.00 i=0.38 mbit
2015-10-01 17:31:55 spotty: s=35.5 avg=117432.8 min=116518.8 max=118366.0 stddev=544.1 ms o=0.00 i=0.30 mbit
2015-10-01 17:31:57 spotty: s=42.9 avg=119458.9 min=118358.6 max=120416.1 stddev=625.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:31:59 spotty: s=41.5 avg=121574.0 min=120607.3 max=122464.4 stddev=576.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:01 spotty: s=34.0 avg=123424.3 min=122654.9 max=124305.6 stddev=486.4 ms o=0.00 i=0.29 mbit
2015-10-01 17:32:03 spotty: s=46.5 avg=125494.5 min=124305.5 max=126557.6 stddev=674.2 ms o=0.00 i=0.39 mbit
2015-10-01 17:32:05 spotty: s=32.5 avg=127490.3 min=126750.4 max=128395.3 stddev=486.8 ms o=0.00 i=0.28 mbit
2015-10-01 17:32:07 spotty: s=42.9 avg=129474.1 min=128405.2 max=130455.6 stddev=635.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:32:09 spotty: s=34.5 avg=131547.4 min=130641.0 max=132497.3 stddev=570.8 ms o=0.00 i=0.29 mbit
2015-10-01 17:32:11 spotty: s=42.0 avg=133594.1 min=132497.1 max=134545.2 stddev=620.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:32:13 spotty: s=36.5 avg=135586.6 min=134735.2 max=136395.2 stddev=535.3 ms o=0.00 i=0.31 mbit
2015-10-01 17:32:15 spotty: s=40.9 avg=137538.9 min=136595.2 max=138437.3 stddev=584.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:17 spotty: s=40.9 avg=139563.4 min=138628.0 max=140485.5 stddev=592.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:19 spotty: s=36.5 avg=141525.7 min=140683.1 max=142332.4 stddev=533.2 ms o=0.00 i=0.31 mbit
2015-10-01 17:32:21 spotty: s=35.5 avg=143361.3 min=142525.2 max=144573.3 stddev=546.7 ms o=0.00 i=0.30 mbit
2015-10-01 17:32:23 spotty: s=41.0 avg=145454.2 min=144368.2 max=146425.5 stddev=637.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:25 spotty: s=36.5 avg=147446.5 min=146625.2 max=148274.0 stddev=530.1 ms o=0.00 i=0.31 mbit
2015-10-01 17:32:27 spotty: s=39.5 avg=149428.7 min=148460.1 max=150511.1 stddev=613.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:32:29 spotty: s=42.0 avg=151586.0 min=150515.2 max=152567.3 stddev=647.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:32:31 spotty: s=36.0 avg=153598.9 min=152763.6 max=154413.3 stddev=545.9 ms o=0.00 i=0.30 mbit
2015-10-01 17:32:33 spotty: s=40.0 avg=155561.2 min=154609.9 max=156465.3 stddev=585.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:32:35 spotty: s=41.4 avg=157612.9 min=156650.2 max=158509.1 stddev=585.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:37 spotty: s=39.5 avg=159625.0 min=158700.3 max=160555.6 stddev=581.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:32:39 spotty: s=40.9 avg=161701.9 min=160746.8 max=162607.6 stddev=588.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:41 spotty: s=37.0 avg=163618.1 min=162797.0 max=164448.0 stddev=549.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:32:43 spotty: s=38.5 avg=165488.8 min=164645.2 max=166482.6 stddev=526.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:32:45 spotty: s=40.5 avg=7461.5 min=322.1 max=166699.6 stddev=31234.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:32:47 spotty: s=35.0 avg=3291.8 min=2373.4 max=4215.8 stddev=530.2 ms o=0.00 i=0.30 mbit
2015-10-01 17:32:49 spotty: s=44.9 avg=5285.2 min=4215.6 max=6259.5 stddev=613.9 ms o=0.00 i=0.38 mbit
2015-10-01 17:32:51 spotty: s=41.9 avg=7370.2 min=6451.7 max=8315.4 stddev=592.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:32:53 spotty: s=40.9 avg=9437.8 min=8501.8 max=10361.3 stddev=593.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:32:55 spotty: s=29.5 avg=11215.9 min=10551.6 max=11981.9 stddev=426.8 ms o=0.00 i=0.25 mbit
2015-10-01 17:32:57 spotty: s=50.9 avg=13319.6 min=11994.9 max=14453.9 stddev=746.2 ms o=0.00 i=0.43 mbit
2015-10-01 17:32:59 spotty: s=37.0 avg=15471.5 min=14650.5 max=16295.0 stddev=526.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:33:01 spotty: s=41.9 avg=17429.7 min=16488.8 max=18341.9 stddev=586.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:03 spotty: s=34.5 avg=19267.2 min=18538.9 max=20188.6 stddev=485.7 ms o=0.00 i=0.29 mbit
2015-10-01 17:33:05 spotty: s=42.9 avg=21306.7 min=20188.2 max=22441.9 stddev=724.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:07 spotty: s=38.5 avg=23466.9 min=22642.1 max=24292.1 stddev=528.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:33:09 spotty: s=41.9 avg=25415.5 min=24475.7 max=26332.2 stddev=595.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:11 spotty: s=41.9 avg=27470.2 min=26520.0 max=28379.1 stddev=582.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:13 spotty: s=41.4 avg=29535.4 min=28571.8 max=30431.9 stddev=588.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:33:15 spotty: s=40.5 avg=31558.0 min=30616.8 max=32476.4 stddev=597.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:33:17 spotty: s=38.5 avg=33493.5 min=32671.8 max=34318.1 stddev=523.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:33:19 spotty: s=43.5 avg=35439.3 min=34507.8 max=36370.9 stddev=590.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:33:21 spotty: s=42.0 avg=37487.9 min=36561.3 max=38417.4 stddev=590.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:23 spotty: s=41.9 avg=39534.1 min=38607.1 max=40460.1 stddev=594.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:25 spotty: s=37.5 avg=41481.9 min=40657.4 max=42308.9 stddev=536.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:33:27 spotty: s=42.0 avg=43407.7 min=42500.9 max=44351.8 stddev=583.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:29 spotty: s=39.5 avg=45402.0 min=44551.7 max=46391.9 stddev=553.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:33:31 spotty: s=43.4 avg=47420.4 min=46408.8 max=48445.3 stddev=609.1 ms o=0.00 i=0.37 mbit
2015-10-01 17:33:33 spotty: s=37.0 avg=49407.7 min=48448.7 max=50487.9 stddev=546.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:33:35 spotty: s=40.9 avg=51456.9 min=50499.1 max=52342.0 stddev=564.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:33:37 spotty: s=43.0 avg=53468.1 min=52543.5 max=54386.7 stddev=585.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:39 spotty: s=32.0 avg=55327.8 min=54583.8 max=56029.9 stddev=451.2 ms o=0.00 i=0.27 mbit
2015-10-01 17:33:41 spotty: s=42.9 avg=57181.3 min=56221.7 max=58271.3 stddev=602.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:43 spotty: s=44.4 avg=59328.7 min=58281.6 max=60329.0 stddev=634.2 ms o=0.00 i=0.38 mbit
2015-10-01 17:33:45 spotty: s=40.9 avg=61418.6 min=60521.7 max=62374.9 stddev=583.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:33:47 spotty: s=40.0 avg=63404.3 min=62379.1 max=64423.8 stddev=574.4 ms o=0.00 i=0.34 mbit
2015-10-01 17:33:49 spotty: s=38.5 avg=65379.3 min=64423.7 max=66270.0 stddev=560.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:33:51 spotty: s=42.9 avg=67412.6 min=66270.1 max=68507.8 stddev=619.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:33:53 spotty: s=40.5 avg=69457.8 min=68521.0 max=70361.8 stddev=576.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:33:55 spotty: s=41.4 avg=71487.6 min=70559.1 max=72409.8 stddev=583.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:33:57 spotty: s=39.0 avg=73468.6 min=72606.3 max=74460.8 stddev=565.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:33:59 spotty: s=44.9 avg=75537.8 min=74460.7 max=76512.0 stddev=618.8 ms o=0.00 i=0.38 mbit
2015-10-01 17:34:01 spotty: s=39.0 avg=77532.9 min=76701.7 max=78351.8 stddev=531.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:34:03 spotty: s=41.4 avg=79480.2 min=78543.3 max=80398.8 stddev=597.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:34:05 spotty: s=42.0 avg=81536.9 min=80590.6 max=82447.9 stddev=582.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:34:07 spotty: s=42.0 avg=83568.1 min=82641.7 max=84492.2 stddev=602.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:34:09 spotty: s=36.5 avg=85539.6 min=84686.6 max=86528.7 stddev=563.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:34:11 spotty: s=39.0 avg=87480.3 min=86536.5 max=88386.9 stddev=587.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:34:13 spotty: s=41.4 avg=89514.3 min=88581.8 max=90442.4 stddev=594.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:34:15 spotty: s=41.0 avg=91540.8 min=90626.7 max=92484.7 stddev=590.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:34:17 spotty: s=37.0 avg=93612.7 min=92671.1 max=94531.7 stddev=585.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:34:19 spotty: s=33.5 avg=95422.0 min=94721.8 max=96167.5 stddev=464.1 ms o=0.00 i=0.28 mbit
2015-10-01 17:34:21 spotty: s=45.9 avg=97380.2 min=96361.5 max=98421.9 stddev=655.6 ms o=0.00 i=0.39 mbit
2015-10-01 17:34:23 spotty: s=42.4 avg=99552.7 min=98616.1 max=100471.8 stddev=597.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:34:25 spotty: s=40.5 avg=101591.2 min=100661.7 max=102515.8 stddev=575.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:34:27 spotty: s=39.4 avg=103574.5 min=102521.7 max=104554.4 stddev=572.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:34:29 spotty: s=40.4 avg=105524.7 min=104557.6 max=106411.9 stddev=566.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:34:31 spotty: s=40.5 avg=107485.2 min=106599.9 max=108454.3 stddev=561.6 ms o=0.00 i=0.34 mbit
2015-10-01 17:34:33 spotty: s=36.5 avg=109369.9 min=108454.4 max=110289.4 stddev=499.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:34:35 spotty: s=49.9 avg=111464.1 min=110299.7 max=112556.4 stddev=693.9 ms o=0.00 i=0.42 mbit
2015-10-01 17:34:37 spotty: s=37.0 avg=113594.7 min=112745.7 max=114396.5 stddev=521.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:34:39 spotty: s=41.9 avg=115521.2 min=114588.7 max=116442.2 stddev=602.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:34:41 spotty: s=36.5 avg=117478.0 min=116635.4 max=118481.4 stddev=547.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:34:43 spotty: s=40.9 avg=119477.9 min=118491.6 max=120537.7 stddev=596.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:34:45 spotty: s=38.5 avg=121543.2 min=120537.6 max=122381.2 stddev=564.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:34:47 spotty: s=33.0 avg=123534.4 min=122576.9 max=124432.1 stddev=593.6 ms o=0.00 i=0.28 mbit
2015-10-01 17:34:49 spotty: s=41.9 avg=125566.1 min=124627.6 max=126481.8 stddev=584.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:34:51 spotty: s=37.0 avg=127576.3 min=126671.7 max=128519.5 stddev=545.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:34:53 spotty: s=41.0 avg=129509.9 min=128525.7 max=130571.8 stddev=588.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:34:55 spotty: s=39.5 avg=131565.3 min=130571.9 max=132419.0 stddev=566.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:34:57 spotty: s=37.5 avg=133445.3 min=132611.2 max=134457.0 stddev=532.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:34:59 spotty: s=44.5 avg=135491.0 min=134462.4 max=136512.0 stddev=638.1 ms o=0.00 i=0.38 mbit
2015-10-01 17:35:01 spotty: s=42.4 avg=137624.4 min=136718.8 max=138563.9 stddev=591.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:35:03 spotty: s=36.5 avg=139607.0 min=138751.8 max=140408.4 stddev=510.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:35:05 spotty: s=41.5 avg=141542.1 min=140599.7 max=142456.5 stddev=583.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:35:07 spotty: s=40.4 avg=143575.7 min=142648.1 max=144510.1 stddev=591.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:35:09 spotty: s=39.0 avg=145652.2 min=144702.1 max=146552.0 stddev=589.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:11 spotty: s=39.5 avg=147640.2 min=146740.9 max=148590.9 stddev=558.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:13 spotty: s=20.0 avg=149219.7 min=148595.1 max=150233.7 stddev=410.6 ms o=0.00 i=0.17 mbit
2015-10-01 17:35:15 spotty: s=51.4 avg=151107.7 min=149822.8 max=152473.0 stddev=769.8 ms o=0.00 i=0.44 mbit
2015-10-01 17:35:17 spotty: s=44.4 avg=153563.9 min=152476.8 max=154537.6 stddev=627.5 ms o=0.00 i=0.38 mbit
2015-10-01 17:35:19 spotty: s=39.5 avg=155666.7 min=154738.2 max=156590.9 stddev=595.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:21 spotty: s=36.5 avg=157611.3 min=156782.0 max=158428.1 stddev=532.8 ms o=0.00 i=0.31 mbit
2015-10-01 17:35:23 spotty: s=37.0 avg=159467.6 min=158621.7 max=160465.1 stddev=554.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:35:25 spotty: s=32.5 avg=161228.7 min=160468.0 max=162100.9 stddev=474.6 ms o=0.00 i=0.28 mbit
2015-10-01 17:35:27 spotty: s=50.4 avg=163389.2 min=162111.8 max=164571.9 stddev=738.6 ms o=0.00 i=0.43 mbit
2015-10-01 17:35:29 spotty: s=41.4 avg=165694.4 min=164771.6 max=166622.0 stddev=591.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:35:31 spotty: s=38.0 avg=167628.1 min=166814.2 max=168462.0 stddev=518.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:35:33 spotty: s=41.4 avg=169605.9 min=168660.0 max=170512.0 stddev=588.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:35:35 spotty: s=39.0 avg=171569.5 min=170711.7 max=172548.5 stddev=535.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:37 spotty: s=43.9 avg=173590.4 min=172550.0 max=174609.3 stddev=629.0 ms o=0.00 i=0.37 mbit
2015-10-01 17:35:39 spotty: s=35.0 avg=175542.4 min=174798.8 max=176451.8 stddev=493.6 ms o=0.00 i=0.30 mbit
2015-10-01 17:35:41 spotty: s=40.5 avg=177424.5 min=176451.7 max=178482.6 stddev=586.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:35:43 spotty: s=45.0 avg=179551.5 min=178490.4 max=180548.1 stddev=648.3 ms o=0.00 i=0.38 mbit
2015-10-01 17:35:45 spotty: s=38.5 avg=181618.6 min=180740.7 max=182586.7 stddev=547.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:47 spotty: s=40.0 avg=183695.5 min=182596.1 max=184640.1 stddev=586.4 ms o=0.00 i=0.34 mbit
2015-10-01 17:35:49 spotty: s=37.5 avg=185629.5 min=184644.0 max=186487.6 stddev=555.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:35:51 spotty: s=42.9 avg=187611.5 min=186681.7 max=188539.5 stddev=586.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:35:53 spotty: s=39.5 avg=189635.0 min=188725.0 max=190588.7 stddev=605.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:55 spotty: s=39.0 avg=191691.4 min=190778.8 max=192631.7 stddev=576.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:35:57 spotty: s=38.0 avg=193621.0 min=192631.8 max=194471.8 stddev=544.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:35:59 spotty: s=40.5 avg=195574.8 min=194664.9 max=196521.9 stddev=574.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:36:01 spotty: s=42.4 avg=197640.2 min=196527.0 max=198572.3 stddev=600.7 ms o=0.00 i=0.36 mbit
2015-10-01 17:36:03 spotty: s=40.0 avg=199690.2 min=198772.0 max=200616.6 stddev=583.3 ms o=0.00 i=0.34 mbit
2015-10-01 17:36:05 spotty: s=40.4 avg=201736.0 min=200822.1 max=202663.7 stddev=595.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:36:07 spotty: s=38.0 avg=203675.5 min=202857.1 max=204508.5 stddev=531.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:36:09 spotty: s=40.5 avg=205635.8 min=204701.7 max=206557.0 stddev=602.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:36:11 spotty: s=39.0 avg=111966.7 min=337.6 max=207981.4 stddev=102924.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:36:13 spotty: s=39.5 avg=2256.5 min=1353.9 max=3204.9 stddev=573.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:36:15 spotty: s=38.5 avg=4202.3 min=3204.9 max=5055.3 stddev=547.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:36:17 spotty: s=34.0 avg=6034.6 min=5240.9 max=7100.8 stddev=500.3 ms o=0.00 i=0.29 mbit
2015-10-01 17:36:19 spotty: s=44.4 avg=8093.1 min=6891.7 max=9145.0 stddev=678.7 ms o=0.00 i=0.38 mbit
2015-10-01 17:36:21 spotty: s=39.0 avg=10199.9 min=9334.8 max=11184.5 stddev=557.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:36:23 spotty: s=40.9 avg=12178.6 min=11191.7 max=13228.9 stddev=583.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:36:25 spotty: s=39.0 avg=14198.7 min=13234.7 max=15083.8 stddev=577.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:36:27 spotty: s=33.5 avg=15972.6 min=15278.5 max=16722.2 stddev=461.6 ms o=0.00 i=0.28 mbit
2015-10-01 17:36:29 spotty: s=50.9 avg=18051.0 min=16914.7 max=19180.0 stddev=706.1 ms o=0.00 i=0.43 mbit
2015-10-01 17:36:31 spotty: s=32.0 avg=20168.4 min=19368.6 max=21015.0 stddev=503.8 ms o=0.00 i=0.27 mbit
2015-10-01 17:36:33 spotty: s=38.0 avg=21980.2 min=21024.8 max=22865.0 stddev=565.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:36:35 spotty: s=38.0 avg=23911.9 min=23061.8 max=24913.0 stddev=560.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:36:37 spotty: s=45.9 avg=26049.7 min=24914.2 max=27163.2 stddev=680.5 ms o=0.00 i=0.39 mbit
2015-10-01 17:36:39 spotty: s=37.0 avg=28227.0 min=27169.8 max=29205.0 stddev=549.2 ms o=0.00 i=0.31 mbit
2015-10-01 17:36:41 spotty: s=41.5 avg=30280.0 min=29213.1 max=31255.1 stddev=599.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:36:43 spotty: s=35.5 avg=32129.7 min=31260.3 max=32898.7 stddev=485.9 ms o=0.00 i=0.30 mbit
2015-10-01 17:36:45 spotty: s=36.0 avg=33938.7 min=33094.8 max=34948.2 stddev=538.8 ms o=0.00 i=0.30 mbit
2015-10-01 17:36:47 spotty: s=48.4 avg=36112.9 min=34934.8 max=37202.2 stddev=687.1 ms o=0.00 i=0.41 mbit
2015-10-01 17:36:49 spotty: s=37.0 avg=38287.8 min=37398.9 max=39254.9 stddev=521.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:36:51 spotty: s=38.5 avg=40197.4 min=39240.6 max=41093.8 stddev=580.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:36:53 spotty: s=40.0 avg=42207.3 min=41287.2 max=43145.0 stddev=599.4 ms o=0.00 i=0.34 mbit
2015-10-01 17:36:55 spotty: s=38.0 avg=44302.8 min=43334.2 max=45194.9 stddev=597.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:36:57 spotty: s=40.9 avg=46334.4 min=45383.2 max=47245.2 stddev=584.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:36:59 spotty: s=29.5 avg=48057.6 min=47434.9 max=48675.0 stddev=412.5 ms o=0.00 i=0.25 mbit
2015-10-01 17:37:01 spotty: s=44.4 avg=49978.0 min=48864.8 max=51125.9 stddev=653.9 ms o=0.00 i=0.38 mbit
2015-10-01 17:37:03 spotty: s=42.9 avg=52217.5 min=51126.0 max=53175.0 stddev=607.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:37:05 spotty: s=39.0 avg=54332.3 min=53369.7 max=55224.9 stddev=601.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:37:07 spotty: s=39.5 avg=56368.1 min=55420.3 max=57274.8 stddev=567.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:37:09 spotty: s=38.5 avg=58279.5 min=57274.9 max=59118.9 stddev=546.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:37:11 spotty: s=37.5 avg=60167.0 min=59305.3 max=61154.7 stddev=530.2 ms o=0.00 i=0.32 mbit
2015-10-01 17:37:13 spotty: s=43.4 avg=62163.6 min=61154.9 max=63204.8 stddev=614.2 ms o=0.00 i=0.37 mbit
2015-10-01 17:37:15 spotty: s=36.0 avg=64216.0 min=63209.0 max=65254.9 stddev=540.6 ms o=0.00 i=0.31 mbit
2015-10-01 17:37:17 spotty: s=35.9 avg=66123.5 min=65056.6 max=67091.5 stddev=528.8 ms o=0.00 i=0.30 mbit
2015-10-01 17:37:19 spotty: s=43.0 avg=68153.5 min=67091.7 max=69154.8 stddev=652.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:37:21 spotty: s=42.4 avg=70276.2 min=69344.7 max=71204.4 stddev=586.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:37:23 spotty: s=39.5 avg=72334.1 min=71394.4 max=73253.3 stddev=592.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:37:25 spotty: s=42.0 avg=74361.3 min=73443.5 max=75293.0 stddev=589.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:37:27 spotty: s=36.5 avg=76353.3 min=75484.8 max=77142.0 stddev=520.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:37:29 spotty: s=42.0 avg=78257.2 min=77329.3 max=79184.9 stddev=591.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:37:31 spotty: s=33.5 avg=80213.0 min=79384.8 max=81224.9 stddev=561.3 ms o=0.00 i=0.28 mbit
2015-10-01 17:37:33 spotty: s=41.0 avg=82265.3 min=81224.8 max=83286.4 stddev=638.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:37:35 spotty: s=34.5 avg=84226.9 min=83479.8 max=85112.1 stddev=476.2 ms o=0.00 i=0.29 mbit
2015-10-01 17:37:37 spotty: s=44.9 avg=86185.9 min=85119.8 max=87174.8 stddev=643.8 ms o=0.00 i=0.38 mbit
2015-10-01 17:37:40 spotty: s=35.0 avg=88151.5 min=87364.8 max=89221.3 stddev=505.7 ms o=0.00 i=0.30 mbit
2015-10-01 17:37:42 spotty: s=44.0 avg=90255.1 min=89022.6 max=91269.6 stddev=661.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:37:44 spotty: s=38.5 avg=92276.8 min=91464.8 max=93115.5 stddev=524.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:37:46 spotty: s=38.5 avg=94213.2 min=93304.8 max=95157.7 stddev=563.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:37:48 spotty: s=42.9 avg=96261.2 min=95157.9 max=97210.4 stddev=619.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:37:50 spotty: s=27.0 avg=98045.3 min=97408.2 max=98642.2 stddev=411.1 ms o=0.00 i=0.23 mbit
2015-10-01 17:37:52 spotty: s=51.9 avg=100108.8 min=98837.1 max=101303.3 stddev=759.9 ms o=0.00 i=0.44 mbit
2015-10-01 17:37:54 spotty: s=38.0 avg=102326.5 min=101498.1 max=103153.2 stddev=536.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:37:56 spotty: s=38.0 avg=104275.0 min=103342.5 max=105196.0 stddev=595.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:37:58 spotty: s=42.9 avg=106320.0 min=105392.3 max=107247.2 stddev=592.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:38:00 spotty: s=38.5 avg=108377.4 min=107455.1 max=109292.1 stddev=596.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:38:02 spotty: s=36.5 avg=110296.9 min=109488.3 max=111135.0 stddev=517.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:38:04 spotty: s=37.0 avg=112228.3 min=111334.2 max=113190.8 stddev=565.6 ms o=0.00 i=0.31 mbit
2015-10-01 17:38:06 spotty: s=42.9 avg=114277.0 min=113190.6 max=115234.1 stddev=622.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:38:08 spotty: s=40.0 avg=116345.1 min=115425.0 max=117280.8 stddev=586.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:38:10 spotty: s=34.0 avg=118192.1 min=117475.1 max=119108.7 stddev=492.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:38:12 spotty: s=42.9 avg=120139.8 min=119111.1 max=121185.0 stddev=641.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:38:14 spotty: s=42.4 avg=122310.5 min=121361.2 max=123224.8 stddev=589.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:38:16 spotty: s=41.9 avg=124355.3 min=123409.1 max=125267.1 stddev=589.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:38:18 spotty: s=38.0 avg=126391.2 min=125468.2 max=127323.5 stddev=591.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:38:20 spotty: s=39.0 avg=128416.0 min=127507.6 max=129362.1 stddev=585.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:38:22 spotty: s=23.5 avg=130105.1 min=129555.5 max=130790.5 stddev=394.7 ms o=0.00 i=0.20 mbit
2015-10-01 17:38:24 spotty: s=47.4 avg=131981.2 min=130790.4 max=133256.5 stddev=686.9 ms o=0.00 i=0.40 mbit
2015-10-01 17:38:26 spotty: s=44.4 avg=134314.0 min=133242.6 max=135304.9 stddev=643.6 ms o=0.00 i=0.38 mbit
2015-10-01 17:38:28 spotty: s=36.5 avg=136335.4 min=135495.4 max=137143.8 stddev=515.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:38:30 spotty: s=37.5 avg=138175.3 min=137341.1 max=138991.0 stddev=532.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:38:32 spotty: s=43.9 avg=140243.0 min=139185.1 max=141240.6 stddev=620.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:38:34 spotty: s=33.5 avg=142203.6 min=141435.4 max=143073.9 stddev=487.2 ms o=0.00 i=0.28 mbit
2015-10-01 17:38:36 spotty: s=39.0 avg=144044.9 min=143082.5 max=145118.0 stddev=577.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:38:38 spotty: s=43.9 avg=146259.4 min=145128.9 max=147379.4 stddev=667.1 ms o=0.00 i=0.37 mbit
2015-10-01 17:38:40 spotty: s=27.4 avg=148042.3 min=147389.9 max=148817.7 stddev=394.1 ms o=0.00 i=0.23 mbit
2015-10-01 17:38:42 spotty: s=50.4 avg=149986.7 min=148809.9 max=151264.8 stddev=704.6 ms o=0.00 i=0.43 mbit
2015-10-01 17:38:44 spotty: s=44.9 avg=152343.8 min=151266.8 max=153331.9 stddev=634.6 ms o=0.00 i=0.38 mbit
2015-10-01 17:38:46 spotty: s=38.4 avg=154375.4 min=153518.9 max=155374.4 stddev=557.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:38:48 spotty: s=33.0 avg=156243.0 min=155367.4 max=157215.1 stddev=491.9 ms o=0.00 i=0.28 mbit
2015-10-01 17:38:50 spotty: s=44.9 avg=158226.6 min=157204.8 max=159264.9 stddev=645.8 ms o=0.00 i=0.38 mbit
2015-10-01 17:38:52 spotty: s=37.0 avg=160290.2 min=159459.8 max=161315.1 stddev=547.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:38:54 spotty: s=42.9 avg=162302.1 min=161314.8 max=163354.9 stddev=620.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:38:56 spotty: s=40.0 avg=164344.5 min=163364.8 max=165408.6 stddev=553.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:38:58 spotty: s=32.5 avg=166180.6 min=165404.8 max=167256.9 stddev=490.0 ms o=0.00 i=0.28 mbit
2015-10-01 17:39:00 spotty: s=46.5 avg=168261.0 min=167047.5 max=169301.3 stddev=677.0 ms o=0.00 i=0.39 mbit
2015-10-01 17:39:02 spotty: s=41.9 avg=170429.6 min=169505.2 max=171347.1 stddev=585.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:39:04 spotty: s=42.4 avg=172480.4 min=171540.0 max=173392.5 stddev=597.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:39:06 spotty: s=35.0 avg=174463.7 min=173590.1 max=175238.9 stddev=525.2 ms o=0.00 i=0.30 mbit
2015-10-01 17:39:08 spotty: s=33.5 avg=176154.5 min=175428.4 max=177066.8 stddev=484.3 ms o=0.00 i=0.28 mbit
2015-10-01 17:39:10 spotty: s=40.0 avg=178030.7 min=177072.0 max=178934.7 stddev=590.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:39:12 spotty: s=42.9 avg=180337.4 min=179332.3 max=181385.6 stddev=666.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:39:14 spotty: s=31.9 avg=182300.1 min=181584.8 max=183020.0 stddev=454.7 ms o=0.00 i=0.27 mbit
2015-10-01 17:39:16 spotty: s=41.0 avg=184199.3 min=183212.8 max=185274.8 stddev=616.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:39:18 spotty: s=39.5 avg=186266.7 min=185267.7 max=187308.8 stddev=571.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:39:20 spotty: s=37.5 avg=188179.9 min=187312.3 max=189154.9 stddev=534.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:39:22 spotty: s=46.5 avg=190311.9 min=189159.9 max=191418.0 stddev=686.9 ms o=0.00 i=0.39 mbit
2015-10-01 17:39:24 spotty: s=37.5 avg=192425.7 min=191612.5 max=193260.7 stddev=525.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:39:26 spotty: s=36.0 avg=194336.2 min=193264.8 max=195313.4 stddev=540.6 ms o=0.00 i=0.31 mbit
2015-10-01 17:39:28 spotty: s=42.0 avg=196362.8 min=195313.2 max=197361.4 stddev=635.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:39:30 spotty: s=41.9 avg=198465.9 min=197552.9 max=199407.2 stddev=587.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:39:32 spotty: s=37.9 avg=200469.8 min=199600.3 max=201451.1 stddev=571.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:39:34 spotty: s=35.4 avg=202322.0 min=201451.2 max=203293.3 stddev=505.7 ms o=0.00 i=0.30 mbit
2015-10-01 17:39:36 spotty: s=45.5 avg=204365.1 min=203285.4 max=205345.1 stddev=630.5 ms o=0.00 i=0.39 mbit
2015-10-01 17:39:38 spotty: s=30.0 avg=206300.4 min=205545.4 max=206989.4 stddev=470.6 ms o=0.00 i=0.25 mbit
2015-10-01 17:39:40 spotty: s=39.5 avg=208330.4 min=207388.2 max=209234.8 stddev=591.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:39:42 spotty: s=38.0 avg=210261.8 min=209429.1 max=211284.2 stddev=541.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:39:44 spotty: s=31.0 avg=212057.8 min=211282.1 max=213122.9 stddev=471.3 ms o=0.00 i=0.26 mbit
2015-10-01 17:39:46 spotty: s=46.9 avg=214044.6 min=212920.9 max=215170.1 stddev=680.1 ms o=0.00 i=0.40 mbit
2015-10-01 17:39:48 spotty: s=34.0 avg=216208.3 min=215176.7 max=217425.3 stddev=649.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:39:50 spotty: s=41.0 avg=218444.5 min=217224.8 max=219471.3 stddev=601.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:39:52 spotty: s=30.5 avg=220277.0 min=219475.0 max=221314.8 stddev=457.0 ms o=0.00 i=0.26 mbit
2015-10-01 17:39:54 spotty: s=38.0 avg=222182.6 min=221104.3 max=223366.4 stddev=628.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:39:56 spotty: s=39.5 avg=224310.6 min=223351.3 max=225214.2 stddev=602.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:39:58 spotty: s=45.4 avg=226451.9 min=225414.8 max=227464.2 stddev=652.3 ms o=0.00 i=0.39 mbit
2015-10-01 17:40:00 spotty: s=37.0 avg=228506.7 min=227656.5 max=229305.0 stddev=520.8 ms o=0.00 i=0.31 mbit
2015-10-01 17:40:02 spotty: s=37.0 avg=230333.8 min=229495.9 max=231350.4 stddev=568.2 ms o=0.00 i=0.31 mbit
2015-10-01 17:40:04 spotty: s=42.5 avg=232449.4 min=231359.7 max=233405.2 stddev=626.6 ms o=0.00 i=0.36 mbit
2015-10-01 17:40:06 spotty: s=32.0 avg=234408.0 min=233595.2 max=235234.0 stddev=489.7 ms o=0.00 i=0.27 mbit
2015-10-01 17:40:08 spotty: s=38.5 avg=236250.4 min=235247.4 max=237294.5 stddev=575.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:10 spotty: s=38.4 avg=238480.0 min=237499.7 max=239343.0 stddev=559.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:12 spotty: s=34.5 avg=240415.8 min=239533.6 max=241183.3 stddev=492.6 ms o=0.00 i=0.29 mbit
2015-10-01 17:40:14 spotty: s=44.0 avg=242446.1 min=241378.1 max=243444.1 stddev=643.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:40:16 spotty: s=35.4 avg=244467.6 min=243629.5 max=245484.8 stddev=532.6 ms o=0.00 i=0.30 mbit
2015-10-01 17:40:18 spotty: s=40.9 avg=246442.3 min=245474.4 max=247332.3 stddev=579.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:40:20 spotty: s=39.5 avg=248431.7 min=247523.6 max=249376.3 stddev=594.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:22 spotty: s=39.5 avg=250450.3 min=249571.2 max=251412.8 stddev=553.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:24 spotty: s=39.0 avg=252478.5 min=251424.8 max=253474.6 stddev=619.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:26 spotty: s=36.9 avg=254489.5 min=253492.7 max=255504.8 stddev=563.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:40:28 spotty: s=38.5 avg=256396.0 min=255512.1 max=257355.0 stddev=553.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:30 spotty: s=38.5 avg=258341.3 min=257364.7 max=259412.4 stddev=585.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:40:32 spotty: s=42.5 avg=260518.4 min=259401.8 max=261465.4 stddev=621.4 ms o=0.00 i=0.36 mbit
2015-10-01 17:40:34 spotty: s=34.5 avg=262398.6 min=261653.1 max=263304.3 stddev=488.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:40:36 spotty: s=35.5 avg=264214.4 min=263304.0 max=265353.5 stddev=555.7 ms o=0.00 i=0.30 mbit
2015-10-01 17:40:38 spotty: s=38.0 avg=25695.1 min=375.7 max=265763.7 stddev=76381.4 ms o=0.00 i=0.32 mbit
2015-10-01 17:40:40 spotty: s=35.0 avg=3300.4 min=2423.1 max=4276.1 stddev=558.3 ms o=0.00 i=0.30 mbit
2015-10-01 17:40:42 spotty: s=42.0 avg=5313.9 min=4275.8 max=6322.7 stddev=631.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:40:44 spotty: s=33.5 avg=7271.8 min=6513.7 max=8152.3 stddev=482.8 ms o=0.00 i=0.28 mbit
2015-10-01 17:40:46 spotty: s=42.5 avg=9249.4 min=8157.2 max=10220.4 stddev=628.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:40:48 spotty: s=40.9 avg=11352.5 min=10411.3 max=12275.2 stddev=587.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:40:50 spotty: s=37.0 avg=13368.2 min=12456.7 max=14322.8 stddev=607.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:40:52 spotty: s=37.5 avg=15307.8 min=14503.3 max=16158.7 stddev=519.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:40:54 spotty: s=42.4 avg=17277.1 min=16161.1 max=18207.0 stddev=586.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:40:56 spotty: s=37.5 avg=19264.7 min=18400.9 max=20235.8 stddev=531.2 ms o=0.00 i=0.32 mbit
2015-10-01 17:40:58 spotty: s=43.5 avg=21313.8 min=20242.0 max=22313.0 stddev=636.9 ms o=0.00 i=0.37 mbit
2015-10-01 17:41:00 spotty: s=35.5 avg=23326.8 min=22487.8 max=24353.8 stddev=550.2 ms o=0.00 i=0.30 mbit
2015-10-01 17:41:02 spotty: s=37.4 avg=25259.8 min=24340.4 max=26181.1 stddev=541.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:41:04 spotty: s=41.9 avg=27216.4 min=26191.4 max=28236.7 stddev=604.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:41:06 spotty: s=38.4 avg=29296.8 min=28429.7 max=30283.7 stddev=588.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:41:08 spotty: s=38.0 avg=31319.3 min=30286.5 max=32340.0 stddev=549.2 ms o=0.00 i=0.32 mbit
2015-10-01 17:41:10 spotty: s=41.5 avg=33284.7 min=32334.1 max=34383.8 stddev=577.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:41:12 spotty: s=39.9 avg=35332.5 min=34371.6 max=36226.2 stddev=575.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:41:14 spotty: s=37.0 avg=37265.6 min=36414.2 max=38073.9 stddev=517.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:41:16 spotty: s=37.0 avg=39101.6 min=38271.0 max=40317.4 stddev=542.3 ms o=0.00 i=0.31 mbit
2015-10-01 17:41:18 spotty: s=45.0 avg=41288.1 min=40104.1 max=42370.7 stddev=665.5 ms o=0.00 i=0.38 mbit
2015-10-01 17:41:20 spotty: s=34.0 avg=43261.7 min=42377.9 max=44006.7 stddev=477.4 ms o=0.00 i=0.29 mbit
2015-10-01 17:41:22 spotty: s=41.5 avg=45184.9 min=44201.5 max=46280.4 stddev=628.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:41:24 spotty: s=42.5 avg=47312.8 min=46277.2 max=48303.7 stddev=598.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:41:26 spotty: s=40.9 avg=49367.2 min=48308.4 max=50355.9 stddev=588.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:41:28 spotty: s=40.0 avg=51405.8 min=50363.9 max=52402.0 stddev=594.9 ms o=0.00 i=0.34 mbit
2015-10-01 17:41:30 spotty: s=36.4 avg=53397.1 min=52601.5 max=54251.3 stddev=537.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:41:32 spotty: s=39.0 avg=55369.5 min=54453.9 max=56294.2 stddev=585.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:41:34 spotty: s=37.5 avg=57338.1 min=56501.3 max=58344.0 stddev=541.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:41:36 spotty: s=43.4 avg=59423.8 min=58343.7 max=60399.0 stddev=626.6 ms o=0.00 i=0.37 mbit
2015-10-01 17:41:38 spotty: s=33.0 avg=61348.7 min=60593.7 max=62234.2 stddev=486.5 ms o=0.00 i=0.28 mbit
2015-10-01 17:41:40 spotty: s=42.5 avg=63317.4 min=62223.6 max=64284.3 stddev=640.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:41:42 spotty: s=39.4 avg=65419.2 min=64473.9 max=66331.8 stddev=589.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:41:44 spotty: s=37.5 avg=67369.8 min=66523.7 max=68383.9 stddev=548.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:41:46 spotty: s=43.0 avg=69417.4 min=68383.6 max=70429.7 stddev=633.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:41:48 spotty: s=34.5 avg=71444.4 min=70636.8 max=72270.9 stddev=536.8 ms o=0.00 i=0.29 mbit
2015-10-01 17:41:50 spotty: s=36.0 avg=73288.8 min=72469.1 max=74112.3 stddev=536.6 ms o=0.00 i=0.30 mbit
2015-10-01 17:41:52 spotty: s=38.9 avg=75203.4 min=74303.7 max=76380.3 stddev=569.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:41:54 spotty: s=45.9 avg=77342.2 min=76163.7 max=78412.1 stddev=655.6 ms o=0.00 i=0.39 mbit
2015-10-01 17:41:56 spotty: s=30.9 avg=79316.2 min=78416.4 max=80051.8 stddev=469.8 ms o=0.00 i=0.26 mbit
2015-10-01 17:41:58 spotty: s=37.0 avg=81122.9 min=80255.6 max=82091.7 stddev=539.6 ms o=0.00 i=0.31 mbit
2015-10-01 17:42:00 spotty: s=43.4 avg=83139.2 min=82093.7 max=84152.6 stddev=638.9 ms o=0.00 i=0.37 mbit
2015-10-01 17:42:02 spotty: s=39.5 avg=85306.3 min=84342.8 max=86403.0 stddev=602.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:42:04 spotty: s=41.4 avg=87470.4 min=86390.0 max=88450.4 stddev=644.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:42:06 spotty: s=35.0 avg=89398.6 min=88651.1 max=90282.0 stddev=498.4 ms o=0.00 i=0.30 mbit
2015-10-01 17:42:08 spotty: s=39.4 avg=91367.0 min=90292.7 max=92343.1 stddev=643.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:42:10 spotty: s=37.0 avg=93378.4 min=92347.9 max=94373.7 stddev=547.2 ms o=0.00 i=0.31 mbit
2015-10-01 17:42:12 spotty: s=37.0 avg=95316.6 min=94385.8 max=96234.9 stddev=583.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:42:14 spotty: s=41.4 avg=97376.4 min=96425.4 max=98469.8 stddev=586.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:42:16 spotty: s=34.0 avg=99347.0 min=98481.1 max=100125.7 stddev=514.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:42:18 spotty: s=43.4 avg=101360.6 min=100321.4 max=102376.2 stddev=642.4 ms o=0.00 i=0.37 mbit
2015-10-01 17:42:20 spotty: s=28.5 avg=103221.7 min=102565.9 max=104218.3 stddev=429.7 ms o=0.00 i=0.24 mbit
2015-10-01 17:42:22 spotty: s=46.9 avg=105170.3 min=104013.7 max=106481.4 stddev=695.7 ms o=0.00 i=0.40 mbit
2015-10-01 17:42:24 spotty: s=39.5 avg=107378.0 min=106458.1 max=108316.4 stddev=561.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:42:26 spotty: s=39.5 avg=109427.6 min=108323.7 max=110365.7 stddev=604.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:42:28 spotty: s=35.0 avg=111389.3 min=110553.7 max=112206.8 stddev=535.2 ms o=0.00 i=0.30 mbit
2015-10-01 17:42:30 spotty: s=41.0 avg=113359.8 min=112413.6 max=114259.2 stddev=572.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:42:32 spotty: s=40.5 avg=115404.4 min=114458.9 max=116491.3 stddev=610.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:42:34 spotty: s=33.5 avg=117256.7 min=116503.1 max=118133.8 stddev=489.2 ms o=0.00 i=0.28 mbit
2015-10-01 17:42:36 spotty: s=44.4 avg=119318.6 min=118143.7 max=120402.2 stddev=693.4 ms o=0.00 i=0.38 mbit
2015-10-01 17:42:38 spotty: s=41.4 avg=121526.4 min=120587.2 max=122452.2 stddev=595.8 ms o=0.00 i=0.35 mbit
2015-10-01 17:42:40 spotty: s=38.5 avg=123598.5 min=122637.7 max=124494.9 stddev=600.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:42:42 spotty: s=33.0 avg=125462.9 min=124693.7 max=126324.9 stddev=483.7 ms o=0.00 i=0.28 mbit
2015-10-01 17:42:44 spotty: s=41.0 avg=127387.6 min=126333.7 max=128393.3 stddev=640.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:42:46 spotty: s=28.0 avg=129227.6 min=128575.9 max=130226.6 stddev=430.3 ms o=0.00 i=0.24 mbit
2015-10-01 17:42:48 spotty: s=46.9 avg=131248.2 min=130010.5 max=132465.8 stddev=686.1 ms o=0.00 i=0.40 mbit
2015-10-01 17:42:50 spotty: s=41.4 avg=133420.5 min=132473.7 max=134325.6 stddev=577.0 ms o=0.00 i=0.35 mbit
2015-10-01 17:42:52 spotty: s=29.0 avg=135203.9 min=134530.6 max=136374.0 stddev=443.4 ms o=0.00 i=0.25 mbit
2015-10-01 17:42:54 spotty: s=46.4 avg=137277.7 min=136156.5 max=138418.0 stddev=694.8 ms o=0.00 i=0.39 mbit
2015-10-01 17:42:56 spotty: s=37.5 avg=139432.6 min=138423.7 max=140453.7 stddev=553.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:42:58 spotty: s=41.4 avg=141501.3 min=140470.4 max=142517.1 stddev=660.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:43:00 spotty: s=34.5 avg=143485.7 min=142707.2 max=144363.7 stddev=495.9 ms o=0.00 i=0.29 mbit
2015-10-01 17:43:02 spotty: s=43.4 avg=145440.6 min=144361.5 max=146413.7 stddev=623.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:43:04 spotty: s=35.0 avg=147404.1 min=146613.2 max=148459.4 stddev=504.5 ms o=0.00 i=0.30 mbit
2015-10-01 17:43:06 spotty: s=39.0 avg=149261.3 min=148253.7 max=150283.9 stddev=557.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:43:08 spotty: s=41.9 avg=151375.1 min=150303.7 max=152347.9 stddev=638.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:43:10 spotty: s=37.0 avg=153357.3 min=152537.0 max=154393.7 stddev=540.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:43:12 spotty: s=42.4 avg=155428.1 min=154380.2 max=156447.0 stddev=659.8 ms o=0.00 i=0.36 mbit
2015-10-01 17:43:14 spotty: s=41.4 avg=157583.7 min=156644.0 max=158493.8 stddev=580.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:43:16 spotty: s=36.5 avg=159505.3 min=158683.7 max=160333.7 stddev=533.2 ms o=0.00 i=0.31 mbit
2015-10-01 17:43:18 spotty: s=38.5 avg=161380.9 min=160523.9 max=162383.8 stddev=550.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:43:20 spotty: s=39.4 avg=163363.5 min=162383.5 max=164433.7 stddev=593.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:43:22 spotty: s=43.4 avg=165469.3 min=164427.8 max=166481.4 stddev=635.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:43:24 spotty: s=34.5 avg=167500.7 min=166673.8 max=168526.2 stddev=533.4 ms o=0.00 i=0.29 mbit
2015-10-01 17:43:26 spotty: s=41.4 avg=169444.3 min=168513.1 max=170378.0 stddev=588.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:43:28 spotty: s=39.4 avg=171520.5 min=170563.9 max=172425.2 stddev=598.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:43:30 spotty: s=34.5 avg=173388.3 min=172618.4 max=174253.7 stddev=498.8 ms o=0.00 i=0.29 mbit
2015-10-01 17:43:32 spotty: s=44.5 avg=175339.0 min=174259.7 max=176518.3 stddev=633.8 ms o=0.00 i=0.38 mbit
2015-10-01 17:43:34 spotty: s=44.9 avg=177572.1 min=176508.5 max=178568.4 stddev=633.5 ms o=0.00 i=0.38 mbit
2015-10-01 17:43:36 spotty: s=37.5 avg=179604.0 min=178751.0 max=180418.6 stddev=538.3 ms o=0.00 i=0.32 mbit
2015-10-01 17:43:38 spotty: s=38.0 avg=181482.4 min=180593.9 max=182457.3 stddev=566.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:43:40 spotty: s=35.5 avg=183380.2 min=182453.7 max=184303.9 stddev=528.6 ms o=0.00 i=0.30 mbit
2015-10-01 17:43:42 spotty: s=37.9 avg=185337.2 min=184293.0 max=186546.5 stddev=587.2 ms o=0.00 i=0.32 mbit
2015-10-01 17:43:44 spotty: s=41.9 avg=187446.1 min=186343.6 max=188581.5 stddev=628.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:43:46 spotty: s=40.4 avg=189540.5 min=188588.2 max=190443.0 stddev=578.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:43:48 spotty: s=40.4 avg=191570.1 min=190631.3 max=192492.4 stddev=593.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:43:50 spotty: s=40.9 avg=193607.5 min=192682.8 max=194538.0 stddev=596.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:43:52 spotty: s=33.5 avg=195515.0 min=194727.3 max=196371.6 stddev=511.1 ms o=0.00 i=0.28 mbit
2015-10-01 17:43:54 spotty: s=37.0 avg=197406.0 min=196387.5 max=198411.5 stddev=551.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:43:56 spotty: s=42.0 avg=199386.3 min=198419.1 max=200461.7 stddev=597.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:43:58 spotty: s=38.9 avg=201510.7 min=200473.7 max=202517.4 stddev=626.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:44:00 spotty: s=38.0 avg=203675.4 min=202523.6 max=204574.5 stddev=590.8 ms o=0.00 i=0.32 mbit
2015-10-01 17:44:02 spotty: s=32.0 avg=205511.6 min=204763.0 max=206213.8 stddev=468.7 ms o=0.00 i=0.27 mbit
2015-10-01 17:44:04 spotty: s=41.5 avg=207437.3 min=206403.6 max=208473.4 stddev=657.7 ms o=0.00 i=0.35 mbit
2015-10-01 17:44:06 spotty: s=36.4 avg=209524.0 min=208653.8 max=210510.8 stddev=570.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:44:08 spotty: s=35.9 avg=211557.0 min=210517.9 max=212559.2 stddev=602.0 ms o=0.00 i=0.30 mbit
2015-10-01 17:44:10 spotty: s=40.0 avg=213617.1 min=212560.5 max=214604.1 stddev=595.5 ms o=0.00 i=0.34 mbit
2015-10-01 17:44:12 spotty: s=34.5 avg=215595.7 min=214607.5 max=216453.1 stddev=571.8 ms o=0.00 i=0.29 mbit
2015-10-01 17:44:14 spotty: s=33.5 avg=217437.0 min=216643.9 max=218283.9 stddev=511.5 ms o=0.00 i=0.28 mbit
2015-10-01 17:44:16 spotty: s=44.0 avg=219473.4 min=218287.4 max=220548.6 stddev=673.9 ms o=0.00 i=0.37 mbit
2015-10-01 17:44:18 spotty: s=38.4 avg=221700.4 min=220741.6 max=222591.4 stddev=566.2 ms o=0.00 i=0.33 mbit
2015-10-01 17:44:20 spotty: s=36.5 avg=223641.0 min=222783.7 max=224437.2 stddev=540.3 ms o=0.00 i=0.31 mbit
2015-10-01 17:44:22 spotty: s=41.0 avg=225560.7 min=224626.6 max=226489.6 stddev=589.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:44:24 spotty: s=34.0 avg=227550.6 min=226678.2 max=228328.6 stddev=516.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:44:26 spotty: s=44.4 avg=229560.9 min=228522.0 max=230583.7 stddev=651.0 ms o=0.00 i=0.38 mbit
2015-10-01 17:44:28 spotty: s=41.9 avg=231712.7 min=230770.0 max=232631.2 stddev=593.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:44:30 spotty: s=39.0 avg=233656.8 min=232828.8 max=234474.8 stddev=531.1 ms o=0.00 i=0.33 mbit
2015-10-01 17:44:32 spotty: s=35.5 avg=235458.3 min=234663.7 max=236315.6 stddev=501.6 ms o=0.00 i=0.30 mbit
2015-10-01 17:44:34 spotty: s=40.0 avg=237467.8 min=236320.8 max=238553.7 stddev=622.2 ms o=0.00 i=0.34 mbit
2015-10-01 17:44:36 spotty: s=44.5 avg=239622.4 min=238568.0 max=240617.0 stddev=635.3 ms o=0.00 i=0.38 mbit
2015-10-01 17:44:38 spotty: s=28.0 avg=241470.3 min=240810.0 max=242259.5 stddev=489.8 ms o=0.00 i=0.24 mbit
2015-10-01 17:44:40 spotty: s=37.9 avg=243295.8 min=242452.3 max=244301.8 stddev=567.6 ms o=0.00 i=0.32 mbit
2015-10-01 17:44:42 spotty: s=43.9 avg=245418.7 min=244301.8 max=246553.7 stddev=660.5 ms o=0.00 i=0.37 mbit
2015-10-01 17:44:44 spotty: s=38.5 avg=247547.8 min=246553.7 max=248604.3 stddev=556.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:44:46 spotty: s=40.9 avg=249570.0 min=248588.9 max=250640.4 stddev=588.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:44:48 spotty: s=32.5 avg=251377.3 min=250651.7 max=252083.9 stddev=446.6 ms o=0.00 i=0.28 mbit
2015-10-01 17:44:50 spotty: s=38.0 avg=253228.8 min=252093.2 max=254542.9 stddev=593.9 ms o=0.00 i=0.32 mbit
2015-10-01 17:44:52 spotty: s=43.9 avg=255470.6 min=254322.3 max=256586.1 stddev=709.2 ms o=0.00 i=0.37 mbit
2015-10-01 17:44:54 spotty: s=33.5 avg=257581.2 min=256591.3 max=258623.7 stddev=564.4 ms o=0.00 i=0.28 mbit
2015-10-01 17:44:56 spotty: s=39.5 avg=259588.1 min=258630.6 max=260488.6 stddev=590.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:44:58 spotty: s=39.4 avg=261635.9 min=260673.7 max=262533.9 stddev=595.6 ms o=0.00 i=0.33 mbit
2015-10-01 17:45:00 spotty: s=33.0 avg=263532.4 min=262720.9 max=264576.5 stddev=503.9 ms o=0.00 i=0.28 mbit
2015-10-01 17:45:02 spotty: s=43.9 avg=265567.0 min=264353.2 max=266624.5 stddev=680.1 ms o=0.00 i=0.37 mbit
2015-10-01 17:45:04 spotty: s=42.5 avg=267742.0 min=266816.9 max=268662.8 stddev=569.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:45:06 spotty: s=32.0 avg=269548.8 min=268863.7 max=270310.4 stddev=441.5 ms o=0.00 i=0.27 mbit
2015-10-01 17:45:08 spotty: s=45.9 avg=271477.2 min=270317.3 max=272562.4 stddev=670.5 ms o=0.00 i=0.39 mbit
2015-10-01 17:45:10 spotty: s=40.4 avg=273630.2 min=272566.0 max=274614.3 stddev=568.7 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:12 spotty: s=40.0 avg=275648.7 min=274616.2 max=276653.0 stddev=575.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:14 spotty: s=40.0 avg=277647.5 min=276653.0 max=278508.1 stddev=559.6 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:16 spotty: s=40.4 avg=279641.7 min=278700.4 max=280554.1 stddev=592.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:18 spotty: s=42.5 avg=281678.3 min=280742.0 max=282603.7 stddev=584.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:45:20 spotty: s=40.5 avg=283702.5 min=282791.2 max=284647.9 stddev=571.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:22 spotty: s=26.0 avg=285437.5 min=284664.0 max=286483.8 stddev=482.8 ms o=0.00 i=0.22 mbit
2015-10-01 17:45:24 spotty: s=53.4 avg=287366.3 min=286298.5 max=288542.3 stddev=731.2 ms o=0.00 i=0.45 mbit
2015-10-01 17:45:26 spotty: s=40.9 avg=289671.5 min=288730.2 max=290592.7 stddev=587.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:45:28 spotty: s=41.5 avg=291717.8 min=290780.9 max=292635.0 stddev=589.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:45:30 spotty: s=40.0 avg=293764.1 min=292826.4 max=294684.1 stddev=596.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:32 spotty: s=25.0 avg=295417.8 min=294877.9 max=296315.6 stddev=377.4 ms o=0.00 i=0.21 mbit
2015-10-01 17:45:34 spotty: s=48.9 avg=297318.1 min=296120.0 max=298576.0 stddev=702.2 ms o=0.00 i=0.42 mbit
2015-10-01 17:45:36 spotty: s=38.5 avg=299690.4 min=298569.0 max=300626.5 stddev=635.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:45:38 spotty: s=37.5 avg=301734.9 min=300813.7 max=302668.9 stddev=564.9 ms o=0.00 i=0.32 mbit
2015-10-01 17:45:40 spotty: s=40.4 avg=303783.8 min=302670.5 max=304717.9 stddev=601.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:45:42 spotty: s=26.5 avg=305459.9 min=304909.7 max=306140.3 stddev=374.8 ms o=0.00 i=0.22 mbit
2015-10-01 17:45:44 spotty: s=48.9 avg=307444.7 min=306147.6 max=308614.8 stddev=735.4 ms o=0.00 i=0.41 mbit
2015-10-01 17:45:46 spotty: s=35.5 avg=309593.8 min=308803.1 max=310451.1 stddev=511.0 ms o=0.00 i=0.30 mbit
2015-10-01 17:45:48 spotty: s=33.5 avg=311398.3 min=310453.5 max=312501.5 stddev=555.3 ms o=0.00 i=0.28 mbit
2015-10-01 17:45:50 spotty: s=31.0 avg=313289.4 min=312295.3 max=314131.4 stddev=514.5 ms o=0.00 i=0.26 mbit
2015-10-01 17:45:52 spotty: s=49.9 avg=315433.3 min=314139.2 max=316602.6 stddev=735.5 ms o=0.00 i=0.42 mbit
2015-10-01 17:45:54 spotty: s=30.0 avg=317512.9 min=316799.0 max=318644.7 stddev=477.7 ms o=0.00 i=0.25 mbit
2015-10-01 17:45:56 spotty: s=43.9 avg=319545.6 min=318426.5 max=320694.7 stddev=659.5 ms o=0.00 i=0.37 mbit
2015-10-01 17:45:58 spotty: s=35.0 avg=321577.3 min=320694.6 max=322526.2 stddev=515.8 ms o=0.00 i=0.30 mbit
2015-10-01 17:46:00 spotty: s=37.5 avg=323476.5 min=322535.5 max=324583.1 stddev=578.7 ms o=0.00 i=0.32 mbit
2015-10-01 17:46:02 spotty: s=45.4 avg=325604.1 min=324379.6 max=326633.9 stddev=664.5 ms o=0.00 i=0.39 mbit
2015-10-01 17:46:04 spotty: s=38.9 avg=327772.1 min=326823.4 max=328694.0 stddev=599.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:06 spotty: s=25.0 avg=329529.0 min=328873.7 max=330513.7 stddev=445.1 ms o=0.00 i=0.21 mbit
2015-10-01 17:46:08 spotty: s=40.9 avg=331453.8 min=330112.7 max=332563.9 stddev=668.4 ms o=0.00 i=0.35 mbit
2015-10-01 17:46:10 spotty: s=38.5 avg=333643.6 min=332573.1 max=334618.0 stddev=627.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:12 spotty: s=40.0 avg=335734.1 min=334620.4 max=336669.9 stddev=606.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:46:14 spotty: s=41.9 avg=337790.5 min=336858.7 max=338718.3 stddev=591.0 ms o=0.00 i=0.36 mbit
2015-10-01 17:46:16 spotty: s=31.9 avg=339837.2 min=338906.5 max=340751.1 stddev=527.0 ms o=0.00 i=0.27 mbit
2015-10-01 17:46:18 spotty: s=40.5 avg=295230.9 min=311.1 max=342609.4 stddev=116860.0 ms o=0.00 i=0.34 mbit
2015-10-01 17:46:20 spotty: s=40.4 avg=1622.9 min=707.7 max=2563.3 stddev=589.8 ms o=0.00 i=0.34 mbit
2015-10-01 17:46:22 spotty: s=40.4 avg=3695.8 min=2753.5 max=4615.8 stddev=591.3 ms o=0.00 i=0.34 mbit
2015-10-01 17:46:24 spotty: s=40.0 avg=5780.0 min=4801.0 max=6671.0 stddev=587.9 ms o=0.00 i=0.34 mbit
2015-10-01 17:46:26 spotty: s=37.0 avg=7686.6 min=6851.2 max=8501.4 stddev=531.2 ms o=0.00 i=0.31 mbit
2015-10-01 17:46:28 spotty: s=38.5 avg=9648.5 min=8691.1 max=10550.2 stddev=578.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:30 spotty: s=38.5 avg=11675.1 min=10738.6 max=12601.0 stddev=609.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:32 spotty: s=38.5 avg=13736.8 min=12790.1 max=14647.4 stddev=601.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:34 spotty: s=37.0 avg=15672.2 min=14836.2 max=16492.1 stddev=537.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:46:36 spotty: s=36.5 avg=17558.9 min=16681.1 max=18528.2 stddev=552.0 ms o=0.00 i=0.31 mbit
2015-10-01 17:46:38 spotty: s=38.0 avg=19582.6 min=18535.5 max=20581.2 stddev=587.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:46:40 spotty: s=43.4 avg=21669.7 min=20581.3 max=22635.7 stddev=626.8 ms o=0.00 i=0.37 mbit
2015-10-01 17:46:42 spotty: s=39.5 avg=23789.1 min=22831.2 max=24686.6 stddev=578.0 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:44 spotty: s=32.0 avg=25613.6 min=24873.9 max=26511.0 stddev=489.0 ms o=0.00 i=0.27 mbit
2015-10-01 17:46:46 spotty: s=39.4 avg=27489.0 min=26521.0 max=28577.2 stddev=586.5 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:48 spotty: s=37.0 avg=29453.2 min=28576.8 max=30411.1 stddev=530.3 ms o=0.00 i=0.31 mbit
2015-10-01 17:46:50 spotty: s=47.5 avg=31583.2 min=30421.1 max=32669.1 stddev=689.7 ms o=0.00 i=0.40 mbit
2015-10-01 17:46:52 spotty: s=32.0 avg=33552.4 min=32858.6 max=34513.3 stddev=473.0 ms o=0.00 i=0.27 mbit
2015-10-01 17:46:54 spotty: s=43.4 avg=35562.1 min=34497.0 max=36564.7 stddev=638.6 ms o=0.00 i=0.37 mbit
2015-10-01 17:46:56 spotty: s=39.5 avg=37683.9 min=36749.1 max=38624.1 stddev=592.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:46:58 spotty: s=40.9 avg=39737.9 min=38800.6 max=40657.6 stddev=593.5 ms o=0.00 i=0.35 mbit
2015-10-01 17:47:00 spotty: s=31.5 avg=41625.6 min=40852.6 max=42501.3 stddev=483.3 ms o=0.00 i=0.27 mbit
2015-10-01 17:47:02 spotty: s=42.9 avg=43580.4 min=42499.1 max=44551.4 stddev=638.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:47:04 spotty: s=35.5 avg=45631.2 min=44740.5 max=46589.8 stddev=596.9 ms o=0.00 i=0.30 mbit
2015-10-01 17:47:06 spotty: s=40.4 avg=47656.6 min=46596.0 max=48641.3 stddev=597.6 ms o=0.00 i=0.34 mbit
2015-10-01 17:47:08 spotty: s=38.5 avg=49692.3 min=48838.5 max=50679.5 stddev=553.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:47:10 spotty: s=33.0 avg=51556.6 min=50680.3 max=52332.3 stddev=521.6 ms o=0.00 i=0.28 mbit
2015-10-01 17:47:12 spotty: s=42.9 avg=53598.3 min=52521.0 max=54581.5 stddev=644.9 ms o=0.00 i=0.36 mbit
2015-10-01 17:47:14 spotty: s=38.0 avg=55730.9 min=54771.0 max=56631.8 stddev=587.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:47:16 spotty: s=36.0 avg=57686.2 min=56821.1 max=58676.7 stddev=519.5 ms o=0.00 i=0.31 mbit
2015-10-01 17:47:18 spotty: s=18.5 avg=59186.0 min=58676.9 max=60311.0 stddev=473.3 ms o=0.00 i=0.16 mbit
2015-10-01 17:47:20 spotty: s=41.9 avg=61102.0 min=59891.8 max=62566.0 stddev=721.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:47:22 spotty: s=43.0 avg=63419.0 min=62360.8 max=64411.3 stddev=635.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:47:24 spotty: s=42.4 avg=65559.5 min=64608.6 max=66649.6 stddev=593.1 ms o=0.00 i=0.36 mbit
2015-10-01 17:47:26 spotty: s=36.5 avg=67663.1 min=66657.2 max=68721.3 stddev=586.7 ms o=0.00 i=0.31 mbit
2015-10-01 17:47:28 spotty: s=39.4 avg=69715.1 min=68713.6 max=70758.2 stddev=596.4 ms o=0.00 i=0.33 mbit
2015-10-01 17:47:30 spotty: s=40.4 avg=71721.4 min=70770.6 max=72606.6 stddev=578.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:47:32 spotty: s=38.5 avg=73729.7 min=72799.5 max=74651.3 stddev=592.8 ms o=0.00 i=0.33 mbit
2015-10-01 17:47:34 spotty: s=33.0 avg=75596.3 min=74845.3 max=76687.3 stddev=498.4 ms o=0.00 i=0.28 mbit
2015-10-01 17:47:36 spotty: s=45.5 avg=77646.4 min=76491.1 max=78761.6 stddev=703.6 ms o=0.00 i=0.39 mbit
2015-10-01 17:47:38 spotty: s=36.5 avg=79758.7 min=78950.7 max=80590.8 stddev=511.9 ms o=0.00 i=0.31 mbit
2015-10-01 17:47:40 spotty: s=39.5 avg=81698.8 min=80590.9 max=82641.0 stddev=601.7 ms o=0.00 i=0.33 mbit
2015-10-01 17:47:42 spotty: s=30.0 avg=83478.0 min=82831.1 max=84271.1 stddev=415.2 ms o=0.00 i=0.25 mbit
2015-10-01 17:47:44 spotty: s=44.9 avg=85482.1 min=84271.2 max=86721.1 stddev=717.8 ms o=0.00 i=0.38 mbit
2015-10-01 17:47:46 spotty: s=36.5 avg=87605.8 min=86733.3 max=88573.8 stddev=534.1 ms o=0.00 i=0.31 mbit
2015-10-01 17:47:48 spotty: s=40.0 avg=89704.7 min=88574.0 max=90628.8 stddev=624.4 ms o=0.00 i=0.34 mbit
2015-10-01 17:47:50 spotty: s=39.4 avg=91739.8 min=90818.2 max=92672.7 stddev=593.9 ms o=0.00 i=0.33 mbit
2015-10-01 17:47:52 spotty: s=40.4 avg=93808.0 min=92679.3 max=94734.5 stddev=596.4 ms o=0.00 i=0.34 mbit
2015-10-01 17:47:54 spotty: s=40.9 avg=95851.8 min=94915.1 max=96771.4 stddev=594.9 ms o=0.00 i=0.35 mbit
2015-10-01 17:47:56 spotty: s=34.0 avg=97705.8 min=96973.9 max=98613.3 stddev=483.7 ms o=0.00 i=0.29 mbit
2015-10-01 17:47:58 spotty: s=39.0 avg=99588.2 min=98613.1 max=100651.0 stddev=580.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:48:00 spotty: s=41.5 avg=101726.9 min=100661.0 max=102716.6 stddev=632.6 ms o=0.00 i=0.35 mbit
2015-10-01 17:48:02 spotty: s=41.9 avg=103846.6 min=102905.7 max=104762.0 stddev=594.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:48:04 spotty: s=38.0 avg=105785.3 min=104961.2 max=106792.8 stddev=550.0 ms o=0.00 i=0.32 mbit
2015-10-01 17:48:06 spotty: s=40.9 avg=107755.9 min=106805.1 max=108651.4 stddev=585.3 ms o=0.00 i=0.35 mbit
2015-10-01 17:48:08 spotty: s=37.0 avg=109652.1 min=108841.1 max=110494.3 stddev=526.4 ms o=0.00 i=0.31 mbit
2015-10-01 17:48:10 spotty: s=43.5 avg=111781.0 min=110691.1 max=112747.4 stddev=626.0 ms o=0.00 i=0.37 mbit
2015-10-01 17:48:12 spotty: s=40.0 avg=113838.5 min=112941.0 max=114789.7 stddev=576.3 ms o=0.00 i=0.34 mbit
2015-10-01 17:48:14 spotty: s=35.5 avg=115700.4 min=114793.0 max=116621.1 stddev=496.1 ms o=0.00 i=0.30 mbit
2015-10-01 17:48:16 spotty: s=44.5 avg=117685.0 min=116633.3 max=118687.4 stddev=645.0 ms o=0.00 i=0.38 mbit
2015-10-01 17:48:18 spotty: s=40.4 avg=119767.1 min=118874.8 max=120730.6 stddev=565.1 ms o=0.00 i=0.34 mbit
2015-10-01 17:48:20 spotty: s=33.0 avg=121615.4 min=120736.3 max=122381.1 stddev=488.7 ms o=0.00 i=0.28 mbit
2015-10-01 17:48:22 spotty: s=45.4 avg=123646.2 min=122561.0 max=124816.7 stddev=675.9 ms o=0.00 i=0.39 mbit
2015-10-01 17:48:24 spotty: s=32.5 avg=125599.6 min=124828.6 max=126471.1 stddev=472.5 ms o=0.00 i=0.28 mbit
2015-10-01 17:48:26 spotty: s=40.9 avg=127556.4 min=126471.0 max=128705.1 stddev=634.2 ms o=0.00 i=0.35 mbit
2015-10-01 17:48:28 spotty: s=41.9 avg=129686.4 min=128723.3 max=130769.5 stddev=599.5 ms o=0.00 i=0.36 mbit
2015-10-01 17:48:30 spotty: s=42.9 avg=131844.8 min=130761.5 max=132823.9 stddev=618.2 ms o=0.00 i=0.36 mbit
2015-10-01 17:48:32 spotty: s=36.5 avg=133867.8 min=133008.6 max=134668.9 stddev=535.3 ms o=0.00 i=0.31 mbit
2015-10-01 17:48:34 spotty: s=41.4 avg=135805.5 min=134848.4 max=136710.3 stddev=585.1 ms o=0.00 i=0.35 mbit
2015-10-01 17:48:36 spotty: s=39.0 avg=137850.5 min=136897.0 max=138756.3 stddev=577.3 ms o=0.00 i=0.33 mbit
2015-10-01 17:48:38 spotty: s=41.9 avg=139872.7 min=138950.5 max=140805.8 stddev=587.3 ms o=0.00 i=0.36 mbit
2015-10-01 17:48:40 spotty: s=34.5 avg=141779.8 min=140993.0 max=142839.1 stddev=513.0 ms o=0.00 i=0.29 mbit
2015-10-01 17:48:42 spotty: s=43.4 avg=143720.0 min=142645.6 max=144694.5 stddev=614.1 ms o=0.00 i=0.37 mbit
2015-10-01 17:48:44 spotty: s=38.0 avg=145779.6 min=144885.7 max=146737.2 stddev=560.5 ms o=0.00 i=0.32 mbit
2015-10-01 17:48:46 spotty: s=43.4 avg=147835.3 min=146737.2 max=148792.1 stddev=620.9 ms o=0.00 i=0.37 mbit
2015-10-01 17:48:47 spotty: on_signal (signum:2)
2015-10-01 17:48:47 spotty: on_io_signal (source:0xc0bc0 cond:G_IO_IN user_data:0xc4e80)
2015-10-01 17:48:47 spotty: on_signal (signum:2 user-data:0xc4e80)
2015-10-01 17:48:47 spotty: event loop terminated, cleaning up.
2015-10-01 17:48:47 spotty: closing PGM socket.
2015-10-01 17:48:47 spotty: PGM engine shutdown.
2015-10-01 17:48:47 spotty: finished.
| pgmping output | 2015-10-01T20:35:02.000Z |
|
The regex verifies floating point numbers in decimal or scientific notation with extensive error checking - however, there may be edge cases which i haven't addressed, so feel free to put in more unit tests! | ^(([+-]?(?:\d*(?:\.(?=\d))?\d*))(?:(?:(?<=\d)[Ee])?((?2)))(?<=\d))?$ | Floating Point number verifier and extractor with scientific notation support | 2017-05-10T17:00:23.000Z |
|
Determine date time parts | (\%date\%)(\d{4}-\d{1,2}-\d{1,2})((T)(\d{1,2}\:\d{1,2}))?\#([a-zA-Z]+)? | %date%2023-11-30#
%date%2023-11-30T00:12#
%date%2023-11-30#Berlin
%date%2023-11-30T12:12#Portugal
// error:
%date%#T12:12#
%date%2023-11-30#1131231Portugal
%date%2023-11-30T12:12#Portugal123
| Custom Datetime Finder | 2023-11-30T17:52:22.000Z |
Valida Horas e Minutos | ^([0-1]{1}\d{1}:[0-5]{1}\d{1})$|^([2]{1}[0-3]{1}:[0-5]{1}\d{1})$ | Horas | 2018-08-02T17:50:28.000Z |
|
^([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$ | wqw.gam-es.com
| domains | 2016-08-10T18:32:35.000Z |
|
Remove multiple white spaces between words and replace it with the char of your choosing. | \s{2,} | fernando and search | Remove multiple white spaces between words | 2016-07-14T19:46:57.000Z |
version\=\"[0-9]+\.[0-9]+\.([0-9])+\" | version="0.0.1" | Version in Cordova config.xml | 2014-07-26T09:09:25.000Z |
|
Search text for MERS-CoV references | (MERS|SARS)|(Middle\sEast\sRespiratory\sSyndrome)|(SARS|MERS)-CoV|coronavirus(es) | Like Broadcast Comment Email Website
Emerging infectious diseases: Focus on infection control issues for novel coronaviruses (Severe Acute Respiratory Syndrome-CoV and Middle East Respiratory Syndrome-CoV), hemorrhagic fever viruses (Lassa and Ebola), and highly pathogenic avian influenza viruses, A(H5N1) and A(H7N9)
by David J. Weber, William A. Rutala, William A. Fischer, Hajime Kanamori, Emily E. Sickbert-Bennett via American Journal of Infection Control
Over the past several decades, we have witnessed the emergence of many new infectious agents, some of which are major public threats. New and emerging infectious diseases which are both transmissible from patient-to-patient and virulent with a high mortality include novel coronaviruses (SARS-CoV, MERS-CV), hemorrhagic fever viruses (Lassa, Ebola), and highly pathogenic avian influenza A viruses, A(H5N1) and A(H7N9). All healthcare facilities need to have policies and plans in place for early identification of patients with a highly communicable diseases which are highly virulent, ability to immediately isolate such patients, and provide proper management (e.g., training and availability of personal protective equipment) to prevent transmission to healthcare personnel, other patients and visitors to the healthcare facility.
Add tags (Currently: Journals, resp, ebola)
ShortcutsPlans
| MERS-CoV | 2016-04-28T19:11:09.000Z |
Parse the box number out of a PO or PO Box or Postal Box or Box | ((P\.?O\.?\s*(STAL)?\s*BOX)|(P\.?O\.?\s*(STAL)?\s*)|BOX)(\s*)(#?\s*)(\w*) | P.O. BOX 86 109 WILLIAM STREET
PO BOX 147 708 DURHAM ROAD 13
PO 147 708 DURHAM ROAD 13
BOX 147 708 DURHAM ROAD 13
CARTIER PO BOX # 46022 fd fd
PO BOX 147 708 DURHAM ROAD 13
PO BOX A 708 DURHAM ROAD 13
18236 PATRICK STREET PO BOX 1030
CARTIER postal 46022
CARTIER postal# 46022
| PO Box# Parser | 2018-04-07T20:57:10.000Z |
^P(?:(?P<years>[0-9\.]+)Y)?(?:(?P<months>[0-9\.]+)M)?(?:(?P<days>[0-9\.]+)D)?(?P<time>T(?:(?P<hours>[0-9\.]+)H)?(?:(?P<minutes>[0-9\.]+)M)?(?:(?P<seconds>[0-9\.]+)S)?)?$ | P1Y2M3DT4H5M6.007S
PT12H
PT12.007S | Java Period matcher and extractor | 2018-04-25T14:15:40.000Z |
|
Groups the ID, and finds the whole colon code | :([^\s:]+): | :any-non-whitespace:
:text1:sample2
:@(1@#$@SD: :s:
:nospace::inbetween: :because there are 2 colons in the middle:
:nospace:middle:nospace:
: :
::
:::
::::
::j::
:j:k:
:j:k:l: | Regex Colon Code For Emoji | 2023-02-10T22:40:43.000Z |
L2 = {w ∈ Σ
∗ = {0, 1}
∗
| |w|1 = 2k + 1, k ∈ N} | (0*10*)((11)*|0*)((0*10*10*)*|111)0* | 01
01
001
00000100000011
1000
111
0001110110000
0010010001
0000000100000000
000000011111110000000
000000000100000000
0000000111
0
00
0010010011111111100
01110000
000001110000
01110111000111
011101010101
0111010101011111 | L2 = {w ∈ Σ ∗ = {0, 1} ∗ | |w|1 = 2k + 1, k ∈ N} | 2023-10-23T02:01:27.000Z |
Used to clean address data for simulation. | ^0 | 01st st
02nd ave
10th ave
alabama st | Remove leading zero from addresses | 2020-07-02T18:59:24.000Z |
^\/([ac])\/(\d{1,4})\/(\d{1,4})\/([a-zA-Z\d\._-]+)\/(.*) | /a/94/403/webolizer/1461075495.84270.webmail5581.mynet.com%3A1228350129winmail.dat | eMail-MailboxLocation | 2020-04-02T10:46:12.000Z |
|
Extract AWS accountId from user arn given by get-user action | ^.*:(\d+):(root|(user\/.*))$ | arn:aws:iam::389617777922:root | Extract AWS accountId from user arn | 2015-10-09T01:00:12.000Z |
\[IF\s#(!)?([^\#]+)\#\](.*)(?:\[ELSE](.*))?\[\/IF] | #QST_COUPLE="Me contacter vous pour un problème de couple ?"#
[IF #COUPLE#]
[IF #!PRENOM_PARTENAIRE#]
Quel est le prénom de votre partenaire ?
#GET_PRENOM_PARTENAIRE#
Bien, nous allons pouvoir commencer votre tirage tarot maintenant !
[ELSE]
oooo
[/IF]
[/IF]
[IF #!CATEGORIE#]
[/IF] | SI | 2016-02-16T11:02:55.000Z |
|
(?i)PRZED ODLICZ\.[\s\a]*ZAL\.\/ZAD\.[\s\a]*-[\s\a]*Zestawienie[\s\a]*podatku[\s\a]*VAT[\s\a]*Netto[\s\a]*Stawka[\s\a]*VAT[\s\a]*Brutto[\s\a]*(?<PrzedOdl>(?<PrzedOdlWartoscNetto>\d[\d ]*,\d{2})[\s\a]*(?<PrzedOdlStawkaVAT>\d+%)[\s\a]*(?<PrzedOdlKwotaVAT>\d[\d ]*,\d{2})[\s\a]*(?<PrzedOdlWartoscBrutto>\d[\d ]*,\d{2}))[\s\a]*ODLICZENIE[\s\a]*ZAL\.\/ZAD\.[\s\a]*-[\s\a]*Zestawienie podatku[\s\a]*VAT[\s\a]*Netto[\s\a]*Stawka[\s\a]*VAT[\s\a]*Brutto[\s\a]*(?<Odl>(?<OdlWartoscNetto>[-]?\d[\d ]*,\d{2})[\s\a]*(?<OdlStawkaVAT>\d+%)[\s\a]*(?<OdlKwotaVAT>[-]?\d[\d ]*,\d{2})[\s\a]*(?<OdlWartoscBrutto>[-]?\d[\d ]*,\d{2}))[\s\a]*Zestawienie[\s\a]*podatku[\s\a]*VAT[\s\a]*Netto[\s\a]*Stawka[\s\a]*VAT[\s\a]*Brutto[\s\a]*RAZEM[\s\a]*\((?<IloscProduktow>\d+)[\s\a]*Poz\.?\)[\s\a]*(?<WartoscNetto>\d[\d ]*,\d{2})([\s\a]*(?<StawkaVAT>\d+%)|)[\s\a]*(?<KwotaVAT>\d[\d ]*,\d{2})[\s\a]*(?<WartoscBrutto>\d[\d ]*,\d{2})[\s\a]*SUMA[\s\a]*OGÓŁEM[\s\a]*\k<WartoscBrutto> | ODATNIK:
Rogum Kable Sp. z o.o. 83-000 Pruszcz Gdański
ORYGINAŁ
Pruszcz Gdański, 2020-04-28
Grunwaldzka 66
Bank: Bank Polska Kasa Opieki SA
NIP : 957-00-17-373
Konto: 57124012681111001033938599
/
FAKTURA VAT 207/04/2020
Data wystawienia : 2020-04-28 Data sprzedaży : 2020-04-28
Na podstawie : T530992 , z dnia: 2019-12-28
NABYWCA : Pojazdy Szynowe PESA Bydgoszcz S.A.
(811) : Zygmunta Augusta 11 Bydgoszcz, 85-082
NIP : 554-031-17-75
Operator prowadzący : Łukasz Czajkowski, Tel.: 506234233, E-mail: [email protected]
/
Poprzednie zaliczki/zadatki: Fzal 54/04/2020 2020-04-06 (246 000,00)
Lp
Nazwa pełna
Ilość
Jm
Cena
Wartość
Stawka
Wartość
Wartość
Indeks (K)
NETTO PL
NETTO PLN
VAT
VAT PLN
BRUTTO PLN
1
LiHCH 0,6/1kV 3x1,5
200
m
2,70
540,00
23%
124,20
664,20
9124-1100-000-075
2
LiHCH 0,6/1kV 3x1,5
86
m
2,70
232,20
23%
53,41
285,61
9124-1100-000-075
PRZED ODLICZ. ZAL./ZAD. - Zestawienie podatku VAT
Netto
Stawka
VAT
Brutto
772,20
23%
177,61
949,81
ODLICZENIE ZAL./ZAD. - Zestawienie podatku VAT
Netto
Stawka
VAT
Brutto
-772,20
23%
-177,61
-949,81
Zestawienie podatku VAT
Netto
Stawka
VAT
Brutto
RAZEM (2 Poz.)
0,00
0,00
0,00
SUMA OGÓŁEM
0,00
Słownie : zero złotych, zero groszy
DO ZAPŁATY : 0,00 zł Rozliczono
Sara Żołnowska
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
podpis osoby upoważnionej pieczęć i podpis wystawiającego do odbioru Faktury VAT
Druk Streamsoft PRESTIŻ lic. 5529 v. 7.0.347.168 Str. 1 z 1
| Patern Tomka (Wzór) | 2020-06-24T07:49:30.000Z |
|
.* behavior: (?<NumActive>\d+) active, (?<NumLoading>\d+) loading, \d+ loaded, (?<NumFailed>\d+) failed, \d+ idle, (?<NumTotal>\d+) total | Vyopta.vMonitor.MonitorManager: Summary: behavior: 603 active, 0 loading, 0 loaded, 180 failed, 0 idle, 783 total | Endpoint Monitor Summary Regex | 2016-07-28T15:11:51.000Z |
|
^[^v=]+v.(.{11}).* | Match youtube id | 2015-01-29T11:37:07.000Z |
||
Simple name matching
Matches english names only, you may add international characters to list of characters. | ^([A-Z][A-Za-z ,.'`-]{3,30})$ | Ehsan
Ehsan Elahi Malik
Shuja-ud-Din
Jama'at
Mu`tamad
Ehsan1
Malik | Name | 2015-06-04T14:55:01.000Z |
zFileSystemMapIgnoreNames for Zenoss | (?i).*dpm.* | C:\Program Files\dpm\
C:\Program Files\DPM\cats
C:\Program Files\dogs\
| Zenoss DPM | 2020-11-30T20:47:09.000Z |
(?<metric>.*)(?<fields>:{.*})? (?<value>.*) | jvm_buffer_memory_used_bytes{id="direct",} 81920.0
jvm_buffer_memory_used_bytes{id="mapped",} 0.0
jvm_threads_live 23.0
tomcat_global_received_bytes_total{name=" http - nio -8080",} 0.0
tomcat_global_received_bytes_total{name="http-nio-8080",} 0.0
jvm_gc_pause_seconds_count{action="end of minor GC",cause="Allocation Failure",} 7.0
jvm_gc_pause_seconds_sum{action="end of minor GC",cause="Allocation Failure",} 0.232
jvm_gc_pause_seconds_count{action="end of minor GC",cause="Metadata GC Threshold",} 1.0
jvm_gc_pause_seconds_sum{action="end of minor GC",cause="Metadata GC Threshold",} 0.01
jvm_gc_pause_seconds_count{action="end of major GC",cause="Metadata GC Threshold",} 1.0
jvm_gc_pause_seconds_sum{action="end of major GC",cause="Metadata GC Threshold",} 0.302
jvm_gc_pause_seconds_max{action="end of minor GC",cause="Allocation Failure",} 0.0
jvm_gc_pause_seconds_max{action="end of minor GC",cause="Metadata GC Threshold",} 0.0
jvm_gc_pause_seconds_max{action="end of major GC",cause="Metadata GC Threshold",} 0.0
jvm_gc_live_data_size_bytes 5.0657472E7 | Prometheus endpoint | 2020-11-28T22:14:14.000Z |
|
\bmartin_v12\b | subdomain=inzerce&page=vypis&category=autobazar&subcategory=osobni-auta¶meters=0&manufacturer=alfa-romeo_75:aston-martin_v12-vantage | Ukazka | 2014-02-28T13:01:00.000Z |
|
a{3,6} | 65466
| hjghj | 2014-04-21T12:53:45.000Z |
|
Get the content of a DIV HTML Tag. | <div[^<>]*>([\s\S]*?)<\/div> | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>A Dança dos Dragões - As Crônicas de Gelo e Fogo</title>
<link href="../Styles/9788580445763_a_danca_dos_dragoes.css" rel="stylesheet" type="text/css" />
</head>
<body id="x9788580445763_a_danca_dos_dragoes" xml:lang="pt-PT">
<div class="Basic-Text-Frame">
<p class="TOC"><span class="Bold"> </span></p>
<p class="after-10"><span class="Bold"> </span></p>
<p class="titulo-ficha-tecnica-before10" id="toc_marker-2"><span class="Bold">Ficha Técnica</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Copyright © George R. R. Martin</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Todos os direitos reservados.</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Versão brasileira © 2012 Texto Editores Ltda.</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Título original: A Dance with Dragons<br />
<br /></span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Diretor editorial: Pascoal Soto</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Produtora editorial: Sonnini Ruiz</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Assistente editorial: Carolina Pereira da Rocha<br />
<br /></span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Coordenação editorial: Estúdio Sabiá</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Preparação de texto: Rosane Albert</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Revisão: Leandro Morita, Valéria Sanalios, Bruno SR</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Ilustração da capa: Marc Simonetti</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Capa: Scintilla Lima</span></p>
<p class="texto-ficha-tecnica"><span class="Regular"><br />
<br />
Dados Internacionais de Catalogação na Publicação (cip)</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">(Câmara Brasileira do Livro, SP, Brasil)<br />
<br />
<br />
Martin, George R. R.</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">A dança dos dragões / George R. R. Martin ;</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">tradução Marcia Blasques. − São Paulo : Leya,</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">2012. – (Coleção as crônicas de gelo e fogo ; 5)<br />
<br />
Título original: A dance with dragons.</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">ISBN 9788580445763<br />
<br /></span></p>
<p class="texto-ficha-tecnica"><span class="Regular">1. Ficção fantástica norte-americana. I. Título. II. Série.</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">12-08553 CDD-813.5</span></p>
<p class="texto-ficha-tecnica"><span class="Regular"><br />
<br />
Índices para catálago sistemático:</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">1. Ficção : Literatura norte-americana 813.5<br />
<br />
<br />
Texto Editores Ltda.</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">[Uma editora do grupo LeYa]</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">Rua Desembagador Paulo Passaláqua, 86</span></p>
<p class="texto-ficha-tecnica"><span class="Regular">01248-010 – Pacaembu – São Paulo – SP</span></p>
<p class="texto-ficha-tecnica"><a href="http://www.leya.com"><span class="Regular">www.leya.com</span></a></p>
</div>
</body>
</html>
| Get HTML DIV content | 2015-06-12T17:02:33.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.