From 98ac6b8c453f2e8caa2db380f2df119a6e56e84e Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 25 Jan 2021 10:04:05 -0300 Subject: [PATCH] Added the skeleton of a script to parse my ebook directory and pick one --- ebooks.py | 23 + ebooks.xml | 2 + ebooks2.xml | 17742 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 17767 insertions(+) create mode 100644 ebooks.py create mode 100644 ebooks.xml create mode 100644 ebooks2.xml diff --git a/ebooks.py b/ebooks.py new file mode 100644 index 0000000..43e2b80 --- /dev/null +++ b/ebooks.py @@ -0,0 +1,23 @@ +import random +import xml.etree.ElementTree as ET +from urllib.parse import unquote + +tree = ET.parse('ebooks2.xml') +root = tree.getroot() + +favs = [] + +for response in root: + url = response.find('{DAV:}href').text + favorite = response.find('{DAV:}propstat')\ + .find('{DAV:}prop')\ + .find('{http://owncloud.org/ns}favorite').text + + if favorite != '1': + continue + + quoted = url.split('/')[-2] + name = unquote(quoted) + favs.append(name) + +print(random.choice(favs)) diff --git a/ebooks.xml b/ebooks.xml new file mode 100644 index 0000000..7b85467 --- /dev/null +++ b/ebooks.xml @@ -0,0 +1,2 @@ + +/remote.php/dav/files/jbiason/External/eBooks/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/%22Ace%22%20Any%20Test/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/10%20essential%20tips%20and%20tools%20for%20mobile%20working/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/100%20Ways%20To%20Boost%20Self-confidence/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/100%20Ways%20To%20Overcome%20Shyness/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/100%20Ways%20to%20Motivate%20Yourself/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/100%20Words%20Almost%20Everyone%20Confuses%20and%20Misuses/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/100-0%20Principle/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/1000%20Best%20Job%20Hunting%20Secrets/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/1000%20Best%20Quick%20and%20Easy%20Time-Saving%20Strategies/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/1001%20Ways%20To%20Engage%20Employees/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/101%20Ways%20to%20Have%20a%20Great%20Day%20at%20Work/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/12%20Factor%20App/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/150%20Things%20Every%20Man%20Should%20Know/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/20%20Python%20Libraries%20You%20Aren%27t%20Using%20(But%20Should)/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/20%20Retirement%20Decisions%20You%20Need%20to%20Make%20Right%20Now/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/21%20Ways%20to%20a%20Happier%20Depression/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/212%20The%20Extra%20Degree/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/21st%20Century%20Robot/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/30-Day%20Money%20Cleanse/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/301%20Smart%20Answers%20to%20Tough%20Interview%20Questions/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/365%20Days/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/3D%20Character%20Development%20Workshop/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/3D%20Printing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/3D%20Printing%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/5%20RECEITAS%20PARA%20COMER%20SEM%20CULPA/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/5%20Steps%20to%20Decode%20Your%20Dreams/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/5%20Tips%20For%20A%20Smooth%20SSIS%20Upgrade%20to%20SQL%20Server%202012/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/5%20Unsung%20Tools%20of%20DevOps/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/5%20cool%20things%20you%20can%20do%20with%20CRM%20for%20tablets/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/7%20Secrets%20Of%20Persuasion/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/7%20Secrets%20of%20Exceptional%20Leadership/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/7%20passos%20para%20definir%20a%20estrat%c3%a9gia%20do%20seu%20time/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/81%20Challenges%20Smart%20Managers%20Face/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/88%20Days%20to%20Any%20Goal/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Java%20Programmer%20Should%20Know/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Programmer%20Should%20Know/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Project%20Manager%20Should%20Know/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Software%20Architect%20Should%20Know/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Beautiful%20Friendship/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Bug%20Hunter%27s%20Diary:%20A%20Guided%20Tour%20Through%20the%20Wilds%20of%20Software%20Security/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Call%20to%20Duty/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Celebration%20of%20Will/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Ci%c3%aancia%20econ%c3%b4mica%20e%20o%20m%c3%a9todo%20austr%c3%adaco/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Devil%27s%20Chaplain/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Din%c3%a2mica%20do%20Capitalismo/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Economia%20da%20Desigualdade/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Grande%20Depress%c3%a3o%20Americana/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20History%20of%20Cigarette%20and%20Trade%20Cards/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Holistic%20Approach%20to%20Lessons%20Learned/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Import%c3%a2ncia%20Do%20Ato%20De%20Ler/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Liaden%20Universe%20Constellation/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Pebble%20for%20Your%20Thoughts/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Prop%c3%b3sito%20de%20Uma%20Administra%c3%a7%c3%a3o/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Raz%c3%a3o%20Nomade/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Riqueza%20das%20Na%c3%a7%c3%b5es/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Secret%20History%20of%20Brands/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%20Star-Wheeled%20Sky/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AI%20Basics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ASP.NET%203.5%20CMS%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ASP.NET%20Core%20and%20Angular%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ASP.NET%20Data%20Presentation%20Controls%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ASP.NET%20Web%20API:%20Build%20RESTful%20web%20applications%20and%20services%20on%20the%20.NET%20framework/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AWS%20Administration%20-%20The%20Definitive%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AWS%20Certified%20Developer%20-%20Associate%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AWS%20System%20Administration/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Absolute%20Zero%20and%20the%20Conquest%20of%20Cold/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Accelerate%20Digital%20Transformation%20with%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ad%20Astra/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Adult%20Stuff/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Advanced%20Express%20Web%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Advanced%20Machine%20Learning%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Advanced%20Penetration%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Advanced%20Penetration%20Testing%20for%20Highly-Secured%20Environments%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Advanced%20Penetration%20Testing%20for%20Highly-Secured%20Environments:%20The%20Ultimate%20Security%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Advanced%20Scala%20with%20Cats/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Agent%20of%20Change/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Agile%20Development%20for%20Serverless%20Platforms/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Agile%20Product%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Agile%20Software%20Development%20Succinctly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Akka%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Algorithms%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/All%20Flesh%20is%20Grass/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Alter%20Ego%20%2348/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Alzheimer%27s%20Disease/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Amazon%20Web%20Services%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Amazon%20Web%20Services%20in%20Action%2c%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Amazon%20Web%20Services:%20Migrating%20your%20.NET%20Enterprise%20Application/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/An%20Architect%e2%80%99s%20Guide:%20Linux%20for%20Enterprise%20IT/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/An%20Architect%e2%80%99s%20Guide:%20Linux%20in%20the%20Age%20of%20Containers/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/An%20Engineering%20Manager%27s%20Guide%20to%20Design%20Patterns/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/An%20Introduction%20to%20Machine%20Learning%20Interpretability/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/An%20Introduction%20to%20Programming%20in%20Go/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/An%20employee%e2%80%99s%20guide%20to%20healthy%20computing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%203.0%20Application%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%205%20Programming%20by%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Application%20Development%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Database%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Design%20Patterns%20and%20Best%20Practice/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Game%20Programming%20by%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20NDK%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Native%20Development%20Kit%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Programming%20for%20Beginners/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Security%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Studio%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20UI%20Design/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20User%20Interface%20Development:%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20Wearable%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Android%20programming%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Angular%202%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Angular%20and%20Machine%20Learning%20Pocket%20Primer/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Directives/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Services/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Test-driven%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20UI%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Web%20Application%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20by%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AngularJS%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Anime%20Impact/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Anomaly%20Detection%20for%20Monitoring/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ansible%20for%20DevOps/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ansible:%20From%20Beginner%20to%20Pro/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Answers%20to%20Questions%20You%e2%80%99ve%20Never%20Asked:%20Explaining%20the%20What%20If%20in%20Science%2c%20Geography%20and%20the%20Absurd/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Antifragile%20Systems%20and%20Teams/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Apache%20Hive%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Apache%20Kafka/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Apache%20Maven%203%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Apache%20MyFaces%20Trinidad%201.2:%20A%20Practical%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Appcelerator%20Titanium%20Smartphone%20App%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Apple%20Pay%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Applied%20Architecture%20Patterns%20on%20the%20Microsoft%20Platform%20(Second%20Edition)/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Applied%20Cryptography:%20Protocols%2c%20Algorithms%20and%20Source%20Code%20in%20C%2c%2020th%20Anniversary%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Applied%20Linear%20Algebra%20and%20Optimization%20Using%20MATLAB/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Applied%20Network%20Security/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Applying%20Guiding%20Principles%20of%20Effective%20Project%20Management/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Architecting%20Data%20Lakes/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Architecting%20Modern%20Java%20EE%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Arduino%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Arduino%20Robotic%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Arkad%27s%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Art%20of%20R%20Programming:%20A%20Tour%20of%20Statistical%20Software%20Design/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Articulating%20Design%20Decisions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20and%20Expert%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20and%20Machine%20Learning%20in%20Industry/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20and%20Problem%20Solving/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20for%20Big%20Data/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20%e2%80%a2%20Machine%20Learning%e2%80%a2%20Deep%20Learning/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ask%20Outrageously%21:%20The%20Secret%20to%20Getting%20What%20You%20Really%20Want/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Asynchronous%20Android/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/At%20Empire%27s%20Edge/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Atomic%20Accidents/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Attitude%20Is%20Everything/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Auctions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Augmented%20Reality%20for%20Android%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202019%203D%20Modelling/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202019%20Beginning%20%26%20Intermediate/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202021%203D%20Modeling/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202021%20Beginning%20and%20Intermediate/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Automate%20it%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Automate%20it%21%20-%20Recipes%20to%20upskill%20your%20business/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Automate%20the%20Boring%20Stuff%20with%20Python:%20Practical%20Programming%20for%20Total%20Beginners/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Awakening%20Compassion%20at%20Work:%20The%20Quiet%20Power%20That%20Elevates%20People%20and%20Organizations/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Azure%20for%20Developers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/A%c3%a7%c3%a3o%20Cultural%20Para%20A%20Liberdade/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/BDD%20in%20Action/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Backbone.js%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Backbone.js%20Patterns%20and%20Best%20Practices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Backbone.js%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Backup%20and%20Restore%20of%20SQL%20Server%20Databases/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bad%20Bosses%2c%20Crazy%20Coworkers%20%26%20Other%20Office%20Idiots/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Baking%20with%20Less%20Sugar/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Banish%20Your%20Inner%20Critic:%20Silence%20the%20Voice%20of%20Self-Doubt%20to%20Unleash%20Your%20Creativity%20and%20Do%20Your%20Best%20Work/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bash%20Command%20Line%20and%20Shell%20Scripts%20Pocket%20Primer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bash%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Basic%20Electromagnetic%20Theory/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Basic%20Electronics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Basic%20Electronics:%20Third%20edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bass%20Guitar%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bayesian%20Analysis%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Be%20a%20Project%20Motivator:%20Unlock%20the%20Secrets%20of%20Strengths-Based%20Project%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/BeagleBone%20Robotic%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Become%20ITIL%20Foundation%20Certified%20in%207%20Days/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Becoming%20Functional/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bedbugs/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beer%20School:%20A%20Crash%20Course%20in%20Craft%20Beer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beginning%20Blockchain/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beginning%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beginning%20Ubuntu%20for%20Windows%20and%20Mac%20Users/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Being%20There/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Betrayer/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Better%20Grammar/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Better%20Sentence%20Writing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beyond%20Cron%2c%20Part%20II:%20Deploying%20a%20Modern%20Scheduling%20Alternative/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beyond%20Sudo:%20How%20to%20Know%20You%20Have%20Outgrown%20It%20(and%20What%20to%20Do)/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beyond%20the%20Rift/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Beyond%20the%20Twelve-Factor%20App/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Big%20Bucket%20List%20Book/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Analytics%20with%20Hadoop%203/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Analytics%20with%20R%20and%20Hadoop/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Architect%27s%20Handbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Now:%202015%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bitcoin%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bitcoin%20for%20the%20Befuddled/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Black%20Hat%20Python:%20Python%20Programming%20for%20Hackers%20and%20Pentesters/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Black%20Library%20Sampler%202019/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%202.5%20Character%20Animation%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%202.5%20HOTSHOT/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%202.5%20Materials%20and%20Textures%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%202.6%20Cycles:%20Materials%20and%20Textures%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%203D%202.49%20Incredible%20Machines/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%203D%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%203D%20Printing%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blender%20Cycles:%20Lighting%20and%20Rendering%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blood%20Music/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bloodbound/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bloodforged/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Blueprints%20Visual%20Scripting%20for%20Unreal%20Engine/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Body%20Language%20Sales%20Secrets/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Body%20Language%20of%20Liars/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Book%20of%20%22Unnecessary%22%20Quotation%20Marks/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bookburners:%20Season%20One/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bootstrap%20Site%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bootstrap%20Site%20Blueprints%20Volume%20II/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Borderless%20Leadership/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/BotFactory:%20Automating%20the%20End%20of%20Cloud%20Sprawl/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bowls%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Boy%27s%20Life/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Broetry/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Brown%20Sugar%20Kitchen/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Build%20Serverless%20Architecture%20on%20AWS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Build%20Web%20Application%20with%20Golang/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Build%20Your%20Own%20PaaS%20with%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Apps%20with%20Riot/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Business%20Websites%20with%20Squarespace%207/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Chatbots%20with%20Microsoft%20Bot%20Framework%20and%20Node.js/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Cloud%20Apps%20with%20Microsoft%20Azure%e2%84%a2:%20Best%20practices%20for%20DevOps%2c%20data%20storage%2c%20high%20availability%2c%20and%20more/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Machine%20Learning%20Projects%20with%20TensorFlow/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Machine%20Learning%20Systems%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Microservices%20with%20Go/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Products%20for%20the%20Enterprise/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20RESTful%20Python%20Web%20Services/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Recommendation%20Engines/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Slack%20Bots/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Virtual%20Pentesting%20Labs%20for%20Advanced%20Penetration%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Web%20Apps%20with%20Go/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Web%20Apps%20with%20Node.js/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20Web%20Services%20with%20Microsoft%20Azure/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20a%20BeagleBone%20Black%20Super%20Cluster/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Game%20with%20Unity%20and%20Blender/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Home%20Security%20System%20with%20BeagleBone/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Home%20Security%20System%20with%20Raspberry%20Pi/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20a%20REST%20API%20with%20Spring/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Recommendation%20System%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20an%20Optimized%20Business/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20an%20RPG%20with%20Unity%205.x/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Building%20on%20Quicksand/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Bull%e2%80%99s-Eye/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Burp%20Suite%20Essentials/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Business%20Etiquette/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%23%206%20and%20.NET%20Core%201.0:%20Modern%20Cross-Platform%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%23%208.0%20in%20a%20Nutshell/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%23%20Cheat%20Sheet/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%23%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%23%20Programming%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/C%23%20Succinctly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CAPM%c2%ae%20in%20Depth/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CEH%20v9:%20Certified%20Ethical%20Hacker%20Version%209%20Study%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CRM%20Basics%20for%20Outlook%20basics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CRM%20Basics%20for%20Sales%20Pros%20and%20Service%20Reps/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CSS%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CSS3%20Succinctly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cake%20Pops/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cannabis%20Cuisine:%20Bud%20Pairings%20of%20A%20Born%20Again%20Chef/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%231/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%232/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%233/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%234/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%235/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%236/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Carta%20de%20Paulo%20Freire%20aos%20Professores/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cartas%20%c3%80%20Guin%c3%a9%20Bissau/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Case%20Studies%20in%20Strategic%20Planning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cassandra%20Succinctly/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cassandra:%20The%20Definitive%20Guide%2c%202e:%20Distributed%20Data%20at%20Web%20Scale/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Category%20Theory%20for%20Programmers/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Caught%20in%20Crystal%2c%20Book%20Four%20of%20the%20Lyra%20Novels/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CentOS%206%20Linux%20Server%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Central%20Station/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ceph:%20Open-Source%20SDS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Certified%20OpenStack%20Administrator%20Study%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Challenges%20of%20the%20Deeps/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Change%20Is%20Good...You%20Go%20First/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Changing%20Planes/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Chaos%20Engineering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Chaos:%20Making%20a%20New%20Science/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Chatbots%20for%20eCommerce/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Christopher%20Walken%20A%20-%20Z/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Chthon/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Chuck%20Taylor%2c%20All%20Star/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cider%20Made%20Simple/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ciencia%20E%20Liberdade/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clay%e2%80%99s%20Ark%2c%20Book%20Three%20of%20Seed%20To%20Harvest%20series/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clean%20Architectures%20in%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clean%20Data/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clojure/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clojure%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clojure%20High%20Performance%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clojure%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clojure%20for%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Clojure%20for%20the%20Brave%20and%20True:%20Learn%20the%20Ultimate%20Language%20and%20Become%20a%20Better%20Programmer/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cloud%20Computing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cloud%20Computing%20Basics:%20A%20Self-Teaching%20Introduction/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cloud%20Foundry:%20The%20Definitive%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cloud%20Native%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cloud%20Native%20Infrastructure/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cluster%20Analysis%20and%20Data%20Mining/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Code%20Like%20a%20Pro/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cold%20Fusion%20Presents:%20New%20Thinking/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Collaborative%20Web%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Comic%20Book%20Artist%20Vol.%202%20%236/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Communicate%20Like%20a%20Leader:%20Connecting%20Strategically%20to%20Coach%2c%20Inspire%2c%20and%20Get%20Things%20Done/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Complete%20Slow%20Cooker%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Computer%20Concepts%20and%20Management%20Information%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Computer%20Graphics%20Programming%20in%20OpenGL%20With%20JAVA/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Computer%20Graphics%20Programming%20in%20OpenGL%20with%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Computer%20Science%20from%20the%20Bottom%20Up/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Computer%20Security%20and%20Encryption/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Computing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Conceptual%20Models:%20Core%20to%20Good%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Concise%20Guide%20to%20Databases/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Concise%20Guide%20to%20Software%20Engineering/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Configuring%20Microsoft%20SharePoint%20Hybrid%20Capabilities/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Conflict%20Resolution%20Phrase%20Book/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Containerized%20Docker%20Application%20Lifecycle%20with%20Microsoft%20Platform%20and%20Tools/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Context:%20Further%20Selected%20Essays%20on%20Productivity%2c%20Creativity%2c%20Parenting%2c%20and%20Politics%20in%20the%2021st%20Century/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Contextual%20Design:%20Evolved/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Continuous%20Delivery%20with%20Docker%20and%20Jenkins/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Continuous%20Delivery%20with%20Windows%20and%20.NET/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/CoreOS%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Corporate%20Survival%20Guide%20for%20Your%20Twenties:%20A%20Guide%20to%20Help%20You%20Navigate%20the%20Business%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Courage%20Goes%20to%20Work:%20How%20to%20Build%20Backbones%2c%20Boost%20Performance%2c%20and%20Get%20Results/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Coward%27s%20Guide%20to%20Conflict/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cracking%20Security%20Misconceptions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cracking%20the%20Coding%20Interview%2c%20Fourth%20Edition:%20150%20Programming%20Interview%20Questions%20and%20Solutions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Crap%20Dates/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Crap%20at%20My%20Parents%27%20House/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Create%20Custom%20Analytics%20in%20Dynamics%20365%20with%20Power%20BI/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Create%20Your%20First%20CRM%20Marketing%20Campaign/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Create%20of%20Customize%20System%20Dashboards/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creating%20Interfaces%20with%20Bulma/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creating%20Mobile%20Apps%20with%20Appcelerator%20Titanium/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creating%20Mobile%20Apps%20with%20Xamarin.Forms%2c%20Preview%20Edition%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creating%20Mobile%20Apps%20with%20Xamarin.Forms:%20Cross-platform%20C%23%20programming%20for%20iOS%2c%20Android%2c%20and%20Windows/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creating%20a%20Greater%20Whole:%20A%20Project%20Manager%e2%80%99s%20Guide%20to%20Becoming%20a%20Leader/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creating%20a%20Thriving%20Business/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creative%20Block:%20Get%20Unstuck%2c%20Discover%20New%20Ideas.%20Advice%20%26%20Projects%20from%2050%20Successful%20Artists/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creative%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Creative%2c%20Efficient%2c%20and%20Effective%20Project%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Crisis%20Management%20Planning%20and%20Execution/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cross-platform%20UI%20Development%20with%20Xamarin.Forms/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Crowdsourcing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Crunch%20Time:%20How%20to%20Be%20Your%20Best%20When%20It%20Matters%20Most/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cryptography%20Engineering:%20Design%20Principles%20and%20Practical%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cryptography%20Made%20Simple/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Culturally%20Tuned%20Change%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cvltvre%20Made%20Stvpid/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Cybersecurity%20A%20Self-Teaching%20Introduction/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/D%26D/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/D3%20on%20AngularJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/D3.js%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dark%20Victory/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Darkness:%20Two%20Decades%20of%20Modern%20Horror/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Darkship%20Revenge/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Darkship%20Thieves/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Analysis%20for%20Business%20Decisions%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Analysis%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Cleaning%20Pocket%20Primer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Driven/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Manipulation%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Mining/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20Algorithms%20in%20a%20Week/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20Tools/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20at%20the%20Command%20Line:%20Facing%20the%20Future%20with%20Time-Tested%20Tools/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20in%20the%20Cloud%20with%20Microsoft%20Azure%20Machine%20Learning%20and%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20with%20Microsoft%20SQL%20Server%202016/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Science%2c%20Banking%2c%20and%20Fintech/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Algorithms%20in%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Algorithms%20with%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Program%20Design%20Using%20Java/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Program%20Design%20Using%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Programming%20Design%20Using%20C%2b%2b/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Data%20Visualization%20for%20Business%20Decisions%20Third%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Database%20Reliability%20Engineering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dating%20Tips%20for%20the%20Unemployed/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Daughter%20of%20Witches%2c%20Book%20Two%20of%20the%20Lyra%20Novels/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dead%20Distillers/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DeathDay/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deathstalker%20Legacy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Debt%20Escape%20Plan/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Debugging%20Data%20Flows%20in%20Reactive%20Programs/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Decision-Making%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deeds%20of%20Honor/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning%20in%20the%20Browser/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning%20with%20TensorFlow/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deeper%20insights%20across%20data%20with%20SQL%20Server%202016%20%e2%80%93%20Technical%20White%20Paper/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Defensive%20Security%20Handbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Delphi%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Delphi%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deploying%20Kubernetes%20with%20Security%20and%20Compliance%20in%20Mind/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deploying%20to%20OpenShift/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deployment%20guide%20for%20Microsoft%20SharePoint%202013/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Deployment%20with%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Design%20Essentials/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Design%20Sprint/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Design%20for%20the%20Mind/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Across%20Senses/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20BSD%20Rootkits:%20An%20Introduction%20to%20Kernel%20Hacking/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Bots/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Distributed%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Event-Driven%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Great%20Web%20APIs/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Products%20People%20Love/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Reactive%20Systems:%20The%20Role%20Of%20Actors%20In%20Distributed%20Architecture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Scalable%20JavaScript%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20Voice%20User%20Interfaces/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Cities/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Gesture%20and%20Tangible%20Interaction/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Respect/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Social%20Impact/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20the%20Future/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20the%20Internet%20of%20Things/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20with%20Data/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Designing%20with%20Sound/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DevOps%20Automation%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DevOps%20for%20Networking/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DevOps%20for%20the%20Rest%20of%20Us/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DevOps%20in%20Practice/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DevOps%20with%20Kubernetes/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/DevOpsSec/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Developing%20Reactive%20Microservices/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Developing%20a%20React.js%20Edge/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Developing%20a%20gulp%20Edge/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Developing%20a%20hapi%20Edge/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Developing%20an%20Electron%20Edge/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dinner%20at%20Deviant%27s%20Place/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dinosaurs%20Without%20Bones/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Disaster-Recovery-Apache-Kafka/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Disruptive%20Analytics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Django%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Django%20Design%20Patterns%20and%20Best%20Practices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20Networking%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20Networking%20and%20Service%20Discovery/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20Para%20Desenvolvedores/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20Security/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20and%20Kubernetes%20for%20Java%20Developers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Docker%20in%20the%20Cloud/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Doing%20Data%20Science:%20Straight%20Talk%20from%20the%20Frontline/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Domain-Driven%20Design%20Reference/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Don%27t%20Panic/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dragon%27s%20Winter/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Dreams%20of%20Unity/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Drink%20Like%20A%20Geek/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Drinking%20Midnight%20Wine/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Drinkology%20Beer:%20A%20Book%20About%20the%20Brew/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Drupal%206%20Search%20Engine%20Optimization/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Duas%20Conferencias/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Duty%20Waits/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/E-learning%20with%20Camtasia%20Studio/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Eat%20Drink%20Paleo%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Eat%20That%20Frog:%20Snapshots%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Eating%20Well%20to%20Win:%20Inspired%20Living%20Through%20Inspired%20Cooking/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Economia%20Nua%20e%20Crua/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Edison%e2%80%99s%20Concrete%20Piano/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Educadores%20De%20Rua%2c%20Uma%20Abordagem%20Cr%c3%adtica/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Educa%c3%a7%c3%a3o%20Como%20Pr%c3%a1tica%20Da%20Liberdade/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20DevOps/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20DevOps%20with%20AWS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20Performance%20Engineering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20Project%20Management:%20Traditional%2c%20Agile%2c%20Extreme%2c%20Hybrid%2c%208th%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20Python%20Penetration%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20Robotics%20Programming%20with%20ROS%20-%20Third%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Effective%20Unit%20Testing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Electrical%20Engineering%20Exam%20Prep/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Electrical%20Engineering%20Experiments/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Elements%20of%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Eloquent%20JavaScript%2c%202nd%20edition:%20A%20Modern%20Introduction%20to%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Eloquent%20Javascript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Embedding%20Analytics%20in%20Modern%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ember%20for%20Artisans/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Emotionally%20Intelligent%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Employees%20Gone%20Wild/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Encyclopedia%20Job%20Winning%20Resumes/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Encyclopedia%20of%20Rainbows/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Energy%20Balls/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Enterprise%20Cloud%20Strategy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Enterprise%20Java%20Microservices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Enterprise%20Monitoring%20Success/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Eon/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Essays%20in%20Science/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Essential%20Play/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Essential%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Essential%20Slick/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Essential%20Social%20Media%20Marketing%20Handbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Evaluating%20Machine%20Learning%20Models/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Event%20Streams%20in%20Action/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Every%20Monday%20Matters/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Everything%20Is%20Distributed/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Evolving%20Digital%20Leadership/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Execution%20Excellence:%20Making%20Strategy%20Work%20Using%20the%20Balanced%20Scorecard/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Executive%27s%20Guide%20to%20Project%20Management:%20Organizational%20Processes%20and%20Practices%20for%20Supporting%20Complex%20Projects/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Experience%20Design:%20Technology%20for%20All%20the%20Right%20Reasons/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Expert%20Angular/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Expert%20Delphi/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Expert%20Python%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Expert%20Python%20Programming%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20.NET%20Core%20with%20Microservices%2c%20ASP.NET%20Core%2c%20and%20Entity%20Framework%20Core/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20Cloud%20Computing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20Javascript%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20Microservices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20PowerShell%20Automation/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Exploring%20the%20Data%20Jungle/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ext%20JS%204%20Web%20Application%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Extens%c3%a3o%20Ou%20Comunica%c3%a7%c3%a3o/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Extremely%20Busy%20Woman%e2%80%99s%20Guide%20to%20Self-Care/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/F%20for%20Effort/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/F%20in%20Exams/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/FL%20Studio%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fagin%20The%20Jew%2010th%20Anniversary%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Falling%20In%20Love%20With%20Hominids/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/False%20Gods/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Feature%20Engineering%20for%20Machine%20Learning%2c%201Ed/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/February%20Thaw/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Films%20from%20the%20Future/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Final%20Chapters/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Finite%20Element%20Analysis:%20A%20Primer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fire%20with%20Fire/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/First%20Things%20First:%20The%20Snapshots%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fledgling/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Flowchart%20and%20Algorithm%20Basics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fluent%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Flux%20Architecture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Force.com%20Development%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Foundations%20of%20Math:Alg%2cTrig%2cGeom%2c%20Calc/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Founders%20at%20Work/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/From%20Projects%20to%20Programs/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/From%20Worry%20to%20Wealthy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Front-End%20Developer%20Handbook%202017/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Front-End%20Developer%20Handbook%202018/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fulgrim/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fulgrim:%20The%20Palatine%20Phoenix/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20C%23/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20JavaScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20Programming%20in%20JavaScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20Programming%20in%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20Python%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20Reactive%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20Thinking/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Functional%20and%20Reactive%20Domain%20Modeling/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Fundamentals%20of%20Deep%20Learning%2c%201Ed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Future%20Shock/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/GIT%20Succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/GLSL%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/GUTS:%20Find%20Your%20Greatness%2c%20Beat%20the%20Odds%2c%20Live%20From%20Passion/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Galaxy%20in%20Flames/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Gamification%20for%20Employee%20Engagement/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Geek%20Sweets:%20An%20Adventurer%27s%20Guide%20to%20the%20World%20of%20Baking%20Wizardry/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Geek%20Wisdom/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Geek%27s%20Guide%20to%20Dating/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Genius:%20The%20Life%20and%20Science%20of%20Richard%20Feynman/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/GeoServer%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Geographical%20Design:%20Spatial%20Cognition%20and%20Geographical%20Information%20Science%2c%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Get%20Programming%20with%20Haskell/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Get%20Programming%20with%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20With%20jQuery%20Selectors/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Electronic%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Ghost/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Grunt:%20The%20JavaScript%20Task%20Runner/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Kubernetes%2c%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20LLVM%20Core%20Libraries/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Laravel%204/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20MariaDB/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Meteor.js%20JavaScript%20Framework%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20PhantomJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20PowerShell/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Raspberry%20Pi%20Zero/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20React%20Native/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Red%20Hat%20Enterprise%20Virtualization/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20TensorFlow/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Unity%205/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20WebRTC/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Giana%20Sisters:%20Twisted%20Dreams/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Gifts%20in%20Jars/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Git%20Best%20Practices%20Guide/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Git%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Git:%20Version%20Control%20for%20Everyone/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/GitHub%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/GitLab%20Repository%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Give%20Great%20Customer%20Service%20with%20CRM/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Gluten-Free%20Wish%20List/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Mobile%20with%20CRM%20for%20Phones%20%e2%80%93%20Express/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Mobile%20with%20CRM%20for%20Tablets/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Programming%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Programming%20Blueprints%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Systems%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20Web%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Go%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/God%20in%20a%20Cup:%20The%20Obsessive%20Quest%20for%20the%20Perfect%20Coffee/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Going%20Cloud%20Native/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Going%20Interstellar/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Going%20Pro%20in%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Good%20Morning/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Google%20Apps%20Script%20for%20Beginners/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Google%20SketchUp%20for%20Game%20Design:%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Gradle%20Effective%20Implementation%20Guide/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Grand%20Central%20Arena/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Graph%20Databases%2c%202e:%20New%20Opportunities%20for%20Connected%20Data/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Great%20Big%20Agile/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Great%20Quotes%20from%20Great%20Leaders/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Greek%20Mythology%20Explained/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Grilled%20Cheese%20Kitchen/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Grokking%20Functional%20Programming/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Guardian%20of%20Night/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Guide%20to%20Managing%20Remote%20Teams%20-%20Know%20Your%20Team%20-%20Third%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Guide%20to%20Migrating%20from%20Oracle%20to%20SQL%20Server%202014%20and%20Azure%20SQL%20Database/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Guitar%20Amps%20and%20Effects%20For%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Guitar%20Exercises%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Guitar%20Rhythm%20and%20Technique%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HBase%20Design%20Patterns/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HBase%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HCI%20Theory:%20Classical%2c%20Modern%2c%20and%20Contemporary/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HDL%20with%20Digital%20Design/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML%205%20Canvas:%20A%20Web%20Standard%20for%20Dynamic%20Graphics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5%20Canvas%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5%20Games%20Development%20by%20Example:%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5%20Programming%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5%20Security%20Cheat%20Sheet/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5%20and%20CSS3%20Responsive%20Web%20Design%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTML5:%20The%20Evolution%20of%20Web%20Standards/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/HTTP2:%20A%20New%20Excerpt%20from%20High%20Performance%20Browser%20Networking/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hack%20Your%20Anxiety/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hacker%20Bundle%202016%20PDF%20Sampler/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hacking%20the%20Xbox:%20An%20Introduction%20to%20Reverse%20Engineering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hacking:%20The%20Art%20of%20Exploitation%2c%202nd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Explained/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Operations%20and%20Cluster%20Management%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Real-World%20Solutions%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20in%20Practice/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20in%20Practice%2c%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop:%20The%20Definitive%20Guide%2c%204e:%20Storage%20and%20Analysis%20at%20Internet%20Scale/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hadoop:%20What%20You%20Need%20to%20Know/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hand%20Made%20Baking/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hands-On%20Microservices%20with%20Rust/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hap%20and%20Leonard%20Ride%20Again/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hap%20and%20Leonard:%20Blood%20and%20Lemonade/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hard%20Landing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Harmonica%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Haskell%20Data%20Analysis%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Haskell%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hazardous%20Waste%20Management/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hazardous%20Waste%20Management%20Systems%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Head%20First%20Data%20Analysis:%20A%20learner%27s%20guide%20to%20big%20numbers%2c%20statistics%2c%20and%20good%20decisions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Head%20First%20Kotlin/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Healthy%20as%20F%2ack/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Heart%20And%20Sell/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Heart%20Disease%20and%20Health/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hell%27s%20Gate/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Help%20Them%20Grow%20or%20Watch%20Them%20Go:%20Career%20Conversations%20Organizations%20Need%20and%20Employees%20Want/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Heroku%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/High%20Performance%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/High%20Performance%20Spark:%20Best%20Practices%20for%20Scaling%20and%20Optimizing%20Apache%20Spark/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Highcharts%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Highly%20Paid%20Expert/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hist%c3%b3ria%20do%20Futuro/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hist%c3%b3ria%20do%20Pensamento%20Econ%c3%b4mico/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Home%20Recording%20For%20Musicians%20For%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Homem%20Sem%20Fundamentos/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Horrorstor/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Horus%20Rising/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20Art%20Can%20Make%20You%20Happy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Containerize%20Your%20Go%20Code/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Cool%20the%20Planet/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Drive/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Get%20a%20Literary%20Agent/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Ikigai/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Make%20Mistakes%20in%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Prosper%20in%20the%20Coming%20Apocalypse/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20Survive%20a%20Horror%20Movie/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/How%20to%20be%20Heard:%20Secrets%20for%20Powerful%20Speaking%20and%20Listening/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Huckleberry/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Human-Computer%20Interactions%20in%20Museums/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Humble%20Inquiry:%20The%20Gentle%20Art%20of%20Asking%20Instead%20of%20Telling/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hustle%20Away%20Debt:%20Eliminate%20Your%20Debt%20by%20Making%20More%20Money/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hyper-V%20Network%20Virtualization%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Hyper-V%20Security/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/I%20Have%20No%20Mouth%20and%20I%20Must%20Scream/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/I%20Heart%20Logs/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/INEQUALITY%20AND%20DEMOCRATIC%20%20RESPONSIVENESS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/IPython%20Interactive%20Computing%20and%20Visualization%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/IT%20Project%20Management/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/If%20Hemingway%20Wrote%20JavaScript/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ill%20Met%20in%20Lankhmar%20and%20Ship%20of%20Shadows/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Immutable%20Infrastructure/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Imperative%20to%20functional%20programming%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Implementing%20Cisco%20UCS%20Solutions/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Implementing%20DevOps%20on%20AWS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Implementing%20Lean%20Six%20Sigma%20in%2030%20Days/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Implementing%20Splunk:%20Big%20Data%20Reporting%20and%20Development%20for%20Operational%20Intelligence/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Improve%20Your%20Memory/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/In%20Calabria/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/In%20Fury%20Born/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/In%20the%20Beginning.../0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Industrial%20Automation%20%26%20Robotics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Industrial%20Cybersecurity/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Industrial%20Engineering%20Foundations/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Information%20and%20Society/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Infrastructure%20as%20Code%20(IAC)%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Instant%20Backbone.js%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Instant%20Data%20Intensive%20Apps%20with%20pandas%20How-to/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Instant%20Minecraft:%20Pi%20Edition%20Coding%20How-to/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Instant%20Node.js%20Starter/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Instant%20PHP%20Web%20Scraping/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Instant%20Self-Hypnosis/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Integrated%20Analytics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Intellectual%20Property%20Strategy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Interaction%20for%20Visualization/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Internet%20of%20Things%20with%20Arduino%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Elixir/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Erlang/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Ethereum%20and%20Solidity/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Go/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Java%208/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Linux%20Distros/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20Azure%e2%84%a2%20HDInsight%e2%84%a2/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20Data%20Warehouse%20Fast%20Track%20for%20SQL%20Server%202016/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20SQL%20Server%202012/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20SQL%20Server%202014/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20SQL%20Server%202016%20Mission-Critical%20Applications%2c%20Deeper%20Insights%2c%20Hyperscale%20Cloud%2c%20Preview%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20Social%20Engagement/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%c2%ae%20SQL%20Server%c2%ae%202008%20R2/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introducing%20Windows%20Azure%e2%84%a2%20for%20IT%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Business%20Processes/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Linux%20Distros/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Machine%20Learning%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Machine%20Learning%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introvert%20Power/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Introvert%27s%20Complete%20Career%20Guide/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Invaders/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Investigating%20Cryptocurrencies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ionic%202%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Irresistible%20APIs/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/JS.Next%20A%20Manager%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Checklist%20Gold%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Collector%20%2316/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Collector%20%2362/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Collector%20%2363/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/James%20Beard%20Best%20of%20the%20Best/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jasmine%20JavaScript%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jasmine%20JavaScript%20Testing%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%207%20Concurrency%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%207%20New%20Features%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%208%20Lambdas/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%208%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Deep%20Learning%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20EE%206%20Development%20with%20NetBeans%207/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20EE%206%20with%20GlassFish%203%20Application%20Server/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20EE%207%20Development%20with%20NetBeans%208/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20EE%207%20Performance%20Tuning%20and%20Optimization/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Generics%20and%20Collections/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Message%20Service/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Network%20Programming/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Performance:%20The%20Definitive%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Pocket%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20The%20Legend/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Threads/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20Web%20Services:%20Up%20and%20Running/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20for%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Java%20in%20a%20Nutshell/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Allong%c3%a9%2c%20the%20Six%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Domain-Driven%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/JavaScript%20ES6%20and%20beyond/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Testing%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Javascript%20Succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jenkins%202:%20Up%20and%20Running/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jenkins:%20The%20Definitive%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jerry%20Lewis%e2%80%99%20book%20on%20filmmaking/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jump%20Start%20HTML5/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Jumpstart%20Tableau/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Just%20Shut%20Up%20and%20Do%20It/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/K%20is%20for%20Knifeball/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kafka%20Streams%20in%20Action/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kafka%20The%20Definitive%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20-%20An%20Ethical%20Hacker%27s%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20-%20Assuring%20Security%20by%20Penetration%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%202:%20Windows%20Penetration%20Testing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Social%20Engineering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Wireless%20Penetration%20Testing%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Wireless%20Penetration%20Testing:%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Five-Oh%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%230/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%231/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%232/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%233/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%234/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%235/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%236/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%237/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%238/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby%20Unleashed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%231/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%232/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%233/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%234/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%235/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%236/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%231/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%232/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%233/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%234/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%231/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%232/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%233/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%234/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%235/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%236/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Knockout.js%20Succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Know%20No%20Fear/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kong:%20Becoming%20a%20King%20of%20API%20Gateways/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kotlin%20in%20Action/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kubernetes/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kubernetes%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kubernetes%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Kubernetes:%20Up%20and%20Running/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/LT%20Leary%2c%20Commanding/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/LaTeX%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/LaTeX%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/LaTeX%20in%2024%20Hours/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Land%20of%20Lisp:%20Learn%20to%20Program%20in%20Lisp%2c%20One%20Game%20at%20a%20Time%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Laravel%20Application%20Development%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Last%20Call%20at%20the%20Nightshade%20Lounge/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Last%20Day%20in%20Vietnam:%20A%20Memory%20(2nd%20edition)/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leader%20Phrase%20Book/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leadership%20from%20the%20Inside%20Out:%20Becoming%20a%20Leader%20for%20Life/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leadership%20in%20Chaordic%20Organizations/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leading%20Complex%20Projects:%20A%20Data-Driven%20Approach%20to%20Mastering%20the%20Human%20Side%20of%20Project%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leading%20Creative%20Teams/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leading%20Virtual%20Project%20Teams/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learn%20Amazon%20Web%20Services%20in%20a%20Month%20of%20Lunches/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learn%20Functional%20Programming%20with%20Elixir/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learn%20To%20Speak%20Internet%20Guide%20to%20xHTML/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learn%20Web%20Development%20with%20Vegibit/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learn%20You%20A%20Haskell%20for%20Great%20Good%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learn%20You%20Some%20Erlang%20for%20Great%20Good%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20.NET%20High-performance%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20AWS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20AndEngine/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Android%20Intents/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Angular%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Anime%20Studio/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Aurelia/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Bayesian%20Models%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Big%20Data%20with%20Amazon%20Elastic%20MapReduce/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20C%23%20by%20Developing%20Games%20with%20Unity%205.x%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Concurrency%20in%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Continuous%20Integration%20with%20Jenkins/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Cypher/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Data%20Mining%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Docker%2c%202nd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Drupal%208/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20ECMAScript%206/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Elastic%20Stack%206.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Ext%20JS%204/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Flask%20Framework/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Go%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Hadoop%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Hunk/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Internet%20of%20Things/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Ionic/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Java%20Functional%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Java%20by%20Building%20Android%20Games/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Java%2c%205E/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20JavaScript%20Data%20Structures%20and%20Algorithms/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20JavaScript%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Jupyter/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20LibGDX%20Game%20Development-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Linux%20Binary%20Analysis/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Markdown%20--%20write%20for%20the%20web%2c%20faster/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Metasploit%20Exploitation%20and%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20NGUI%20for%20Unity/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Neo4j/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20NumPy%20Array/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Object-Oriented%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20OpenCV/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20OpenCV%203%20Computer%20Vision%20with%20Python%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20OpenShift/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20PHP%207/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Penetration%20Testing%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Perl%2c%207E/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Play%21%20Framework%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20PostgreSQL/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Predictive%20Analytics%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Probabilistic%20Graphical%20Models%20in%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20PySpark/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20Design%20Patterns%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20Network%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20for%20Forensics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20R%20for%20Geospatial%20Analysis/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Raspberry%20Pi/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Reactive%20Programming%20with%20Java%208/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Robotics%20Using%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20SQL%20Server%20Reporting%20Services%202012/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20SQL%2c%203E/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20SciPy%20for%20Numerical%20and%20Scientific%20Computing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Scrapy/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Single-page%20Web%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Spark:%20Lightning-Fast%20Big%20Data%20Analysis/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20TensorFlow%2c%201Ed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20TypeScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Unity%20Physics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Vaadin%207:%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Vue.js%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Vulkan/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Web%20Development%20with%20Bootstrap%20and%20AngularJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20Web%20Development%20with%20React%20and%20Bootstrap/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20jQuery%20-%20Fourth%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20jQuery%2c%20Third%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20pandas/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Learning%20scikit-learn:%20Machine%20Learning%20in%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Led%20Astray:%20The%20Best%20of%20Kelley%20Armstrong/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lee%20%26%20Kirby:%20The%20Wonder%20Years/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Legends%20of%20Texas%20Barbecue%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Legion/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Leman%20Russ:%20The%20Great%20Wolf/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Less%20Web%20Development%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lessons%20from%20100%2c000%20Cold%20Calls/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lettering%20for%20Planners:%20A%20Step-By-Step%20Guide%20to%20Hand%20Lettering%20and%20Modern%20Calligraphy%20for%20Bullet%20Journals%20and%20Beyond/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lightbend%20Reactive%20Platform/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lightweight%20Systems%20for%20Realtime%20Monitoring/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Linux%20Mint%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Linux%20Networking%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Linux%20Pocket%20Guide%2c%203rd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Linux%20Shell%20Scripting%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Linux%20Shell%20Scripting%20Cookbook%2c%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Linux%20Utilities%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Live%20Free%20or%20Die/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/LiveCode%20Mobile%20Development%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Living%20Clojure/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Logic%20Pro%20X%20For%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lord%20of%20Janissaries/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lorgar:%20Bearer%20of%20the%20Word/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Lost%20Amusement%20Parks%20of%20New%20York%20City/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Louis%20Agassiz:%20Creator%20of%20American%20Science/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Low-So%20Good/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MAX%20YOUR%20MIND/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MEAN%20Web%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MOOCs/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MS%20Excel%202019%20Programming%20Pocket%20Primer/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machinarium/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20Algorithms/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20Is%20Changing%20the%20Rules%2c%201Ed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20and%20Security/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20for%20Business/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20for%20Hackers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20for%20the%20Web/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20in%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20using%20C%23%20succinctly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20with%20R%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20with%20Spark/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Methods/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Machine%20Translation/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Magento%202%20Developer%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Magento:%20Beginner%27s%20Guide%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Magisterium/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Magnus%20the%20Red:%20Master%20of%20Prospero/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Making%20Big%20Data%20Work%20for%20Your%20Business/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Making%20Sense%20of%20Stream%20Processing/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Making%20Space%2c%20Clutter%20Free/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Malware%20Analyst%27s%20Cookbook%20DVD/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Malware%20Analyst%27s%20Cookbook%20and%20DVD:%20Tools%20and%20Techniques%20for%20Fighting%20Malicious%20Code/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Manager%27s%20Answer%20Book/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Manager%e2%80%99s%20Answer%20Book/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20Agile%20Open-Source%20Software%20Projects%20with%20Microsoft%20Visual%20Studio%20Online/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20Container%20Security%20and%20Compliance%20in%20Docker/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20Humans/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20Project%20Competence/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20Project%20Stakeholders:%20Building%20a%20Foundation%20to%20Achieve%20Project%20Goals/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20Windows%20Servers%20with%20Chef/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Managing%20for%20People%20Who%20Hate%20Managing:%20Be%20a%20Success%20By%20Being%20Yourself/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Manual%20do%20Telejornalismo/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MariaDB%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mark%20of%20Calth/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Martian%20Summer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Master%20Your%20Motivation:%20Three%20Scientific%20Truths%20for%20Achieving%20Your%20Goals/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20.NET%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Active%20Directory/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Android%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Android%20NDK/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Ansible/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Apache%20Cassandra/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Apache%20Spark%202.x/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Blockchain/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20C%23%20Concurrency/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20C%23%20and%20.NET%20Framework/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20D3.js/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Docker%20-%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Eclipse%20Plug-in%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20ElasticSearch/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Emacs/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Embedded%20Linux%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Embedded%20Linux%20Programming%20-%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Git/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Grunt/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Hadoop/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20JavaScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20JavaScript%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Julia/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20KVM%20Virtualization/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Kubernetes/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Leap%20Motion/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Linux%20Shell%20Scripting/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Machine%20Learning%20with%20scikit-learn/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Metasploit/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Metasploit%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Microservices%20with%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20MongoDB%203.x/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Node.js/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Object-oriented%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20OpenCV%203%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20OpenCV%20with%20Practical%20Computer%20Vision%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20PHP%207/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Python%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Python%20Regular%20Expressions/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Python%20for%20Finance/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Qt%205/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20R%20for%20Quantitative%20Finance/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20React/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20React%20Native/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Responsive%20Web%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Rust/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Social%20Media%20Mining%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Social%20Media%20Mining%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Spring%205.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Sublime%20Text/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Swift%204%20-%20Fourth%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Text%20Mining%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20TypeScript%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Unity%202D%20Game%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Unity%20Scripting/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Unity%20Shaders%20and%20Effects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Web%20Application%20Development%20with%20AngularJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Windows%20PowerShell%20Scripting/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20Wireshark/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mastering%20matplotlib/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mathematical%20Physics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mathematics%20for%20Computer%20Graphics%20and%20Game%20Programming/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Matplotlib%20for%20Python%20Developers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Max%20Your%20Mind:%20The%20Owner%27s%20Guide%20for%20a%20Strong%20Brain/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Maximize%20Your%20Memory/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Maximizing%20Benefits%20from%20IT%20Project%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MediaWiki%20Administrators%27%20Tutorial%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Medieval%20Combat/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Medo%20e%20Ousadia/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Meet%20Your%20Service%20Goals%20with%20SLAs%20and%20Entitlements/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Memes%20in%20Digital%20Culture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Metadata/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20AntiPatterns%20and%20Pitfalls/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20Patterns/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20Reference%20Architecture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20for%20Java%20Developers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20for%20Java%20Developers%202nd%20Ed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20in%20Production/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20in%20the%20Apache%20Kafka%20Ecosystem/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20vs.%20SOA/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices%20vs.%20Service-Oriented%20Architecture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microservices:%20From%20Design%20to%20Development/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Access%202019%20Programming%20Pocket%20Primer/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Azure%20Automation/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Azure%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Azure%20Web%20Apps%20for%20Developers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Fundamentals%20of%20Azure/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Migrating%20SQL%20Server%20Databases%20to%20Azure/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20ExpressRoute%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%202016%20Interactive%20Service%20Hub%20User%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%202016%20On-Premises%20Volume%20Licensing%20and%20Pricing%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%20Resource%20Guide%202015/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%20for%20Outlook%20Installing%20Guide%20for%20use%20with%20Microsoft%20Dynamics%20CRM%20Online/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20GP%202015%20R2%20PowerShell%20Users%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Platform%20and%20Tools%20for%20Mobile%20App%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Project%202019%20For%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Integration%20Services:%20An%20Expert%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Analysis%20Services%20%e2%80%93%20Data%20Mining%20Step-by-Step/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Analysis%20Services%20%e2%80%93%20Multidimensional%20Modeling%20Step-by-Step/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Reporting%20Services%20Quick%20Step-by-Step/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Writing%20Transact-SQL-Statements/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%20In-Memory%20OLTP%20and%20Columnstore%20Feature%20Comparison/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SharePoint%202010%20and%20Windows%20PowerShell%202.0:%20Expert%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SharePoint%20Server%202016%20Architectural%20Models/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SharePoint%20Server%202016%20Reviewer%e2%80%99s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Social%20Engagement%20for%20CRM/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Migrating%20Big%20Data%20Analytics%20into%20the%20Cloud/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MillWheel%20Fault-Tolerant%20Stream%20Processing%20atInternet%20Scale/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Millennial%20Money%20Makeover/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mind%20of%20My%20Mind%2c%20Book%20Two%20of%20Seed%20To%20Harvest%20series/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mind:%20A%20Unified%20Theory%20of%20Life%20and%20Intelligence/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mindful%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Minecraft%20Modding%20with%20Forge/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mobile%20Interactions%20in%20Context:%20A%20Designerly%20Way%20Toward%20Digital%20Ecology/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mobile%20Security:%20How%20to%20Secure%2c%20Privatize%2c%20and%20Recover%20Your%20Devices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mockito%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ModSecurity%203%20NGINX%20Quick%20Start%20Guide/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modelling%20Computing%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20Big%20Data%20Processing%20with%20Hadoop/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20Java%20EE%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20Java%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20JavaScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20Python%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20R%20Programming%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20SVG/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modern%20Vim/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Modular%20Programming%20with%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MongoDB%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MongoDB%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MongoDB%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MongoDB%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Monitoring%20Distributed%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moodle%201.9%20Extension%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moodle%201.9%20Math/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moodle%202.0%20E-Learning%20Course%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moodle%20Gradebook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moon%20Shot/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mothers%20%26%20Other%20Monsters:%20Stories/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moving%20Hadoop%20to%20the%20Cloud/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Moving%20to%20Microsoft%c2%ae%20Visual%20Studio%c2%ae%202010/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Muffins%20and%20Biscuits/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Multitasking%20in%20the%20Digital%20Age/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Multithreading%20in%20C%23%205.0%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Multithreading%20with%20C%23%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Multivariable%20and%20Vector%20Calculus/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Music%20Business%20For%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Music%20Theory%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MySQL%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/MySQL%20for%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Mysterio%27s%20Encyclopedia%20of%20Magic/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NET%204.5%20Parallel%20Extensions%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NET%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NET%20Framework%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NET%20Microservices:%20Architecture%20for%20Containerized%20.NET%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NET%20Technology%20Guidance%20for%20Business%20Applications/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NGINX%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/NHibernate%203.0%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Nagios%20Core%20Administration%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Natural%20Language%20Annotation%20for%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Natural%20Language%20Processing%20with%20Java%20and%20LingPipe%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Naturally%20Pain%20Free/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Navigating%20Hybrid%20Scrum%20Environments/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Negotiating%20the%20Impossible:%20How%20to%20Break%20Deadlocks%20and%20Resolve%20Ugly%20Conflicts/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Nest.js:%20A%20Progressive%20Node.js%20Framework/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Net%20Framework%204.5%20Expert%20Programming%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Network%20Analysis%20using%20Wireshark%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Network%20Security%20and%20Cryptography/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Neural%20Network%20Programming%20with%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Newtonian%20Mechanics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Nginx:%20From%20Beginner%20to%20Pro/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Night%20of%20the%20Living%20Trekkies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Nmap%206:%20Network%20Exploration%20and%20Security%20Auditing%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/No%20Turning%20Back/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/No-nonsense%20Cover%20Letters/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node%20Security/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%206.x%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%20Design%20Patterns%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%20Web%20Development%20-%20Third%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Node.js%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Not%20All%20Data%20Is%20Created%20Equal/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Not%20So%20Much%2c%20Said%20the%20Cat/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Notorious%20Prisons%20of%20the%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Notoriously%20Dapper:%20How%20to%20Be%20a%20Modern%20Gentleman%20with%20Manners%2c%20Style%20and%20Body%20Confidence/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Now%20Peals%20Midnight/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Numerical%20Methods%20in%20Engineering%20and%20Science%20(%20C%2c%20C%2b%2b%2c%20MATLAB)/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OAuth%202%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Object%20Oriented%20Javascript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20Analysis%2c%20Design%20and%20Implementation/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20JavaScript%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20Programming%20with%20PHP5/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20vs.%20Functional%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ocean%20Instrumentation%2c%20Electronics%2c%20and%20Energy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/On%20Basilisk%20Station/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/On%20Shaky%20Ground/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Once%20a%20Hero/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/One%20Day%20on%20Mars/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Open%20Access/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Open%20Vains%20of%20Latin%20America/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenCV%202%20Computer%20Vision%20Application%20Programming%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenCV%203%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenCV%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenCV%20Computer%20Vision%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenCV%20for%20Secret%20Agents/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenGL%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenStack%20Administration%20with%20Ansible%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/OpenStreetMap/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Operating%20Systems/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Optics:%20An%20Introduction/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Optimizing%20Hadoop%20for%20MapReduce/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Oracle%20Database%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Oracle%20Solaris%2011%20Advanced%20Administration%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Oracle%20User%20Productivity%20Kit%203.5/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Orchestrating%20Docker/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Organizational%20Crisis%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Over%20the%20Counter%20Natural%20Cures%2c%20Expanded%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Overcoming%20Bias:%20Building%20Authentic%20Relationships%20Across%20Differences/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PHP%207%20Programming%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PHP%20Microservices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PMI-PBA%20Exam%20Practice%20Test%20and%20Study%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pair%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pandas%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Parable%20of%20the%20Sower/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Parable%20of%20the%20Talents/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Paradigms%20of%20Artificial%20Intelligence%20Programming/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Paradox/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Parallel%20and%20Concurrent%20Programming%20in%20Haskell/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Patternmaster%2c%20Book%20Four%20of%20Seed%20To%20Harvest%20series/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20Do%20Oprimido/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20da%20Autonomia/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20da%20Esperan%c3%a7a/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20da%20Indigna%c3%a7%c3%a3o/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pedagogia:%20Di%c3%a1logo%20E%20Conflito/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Penetration%20Testing%20with%20Raspberry%20Pi%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Penetration%20Testing%20with%20the%20Bash%20shell/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Performance%20Testing%20with%20JMeter%202.9/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Persistence%20in%20PHP%20with%20Doctrine%20ORM/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Perturabo:%20The%20Hammer%20of%20Olympia/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PhantomJS%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PhoneGap%203%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PhoneGap%20Mobile%20Application%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PhoneGap%20for%20Enterprise/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PhotoshopElements%202018/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Physics%20Lab%20Experiments/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Piano%20and%20Keyboard%20All-in-One%20For%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pirate%20Utopia/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Planets/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Planning%20and%20Preparing%20for%20Microsoft%20SharePoint%20Hybrid/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pol%c3%adtica%20e%20Educa%c3%a7%c3%a3o/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Por%20Uma%20Pedagogia%20Da%20Pergunta/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Porting%20to%20Python%203/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%209%20Admin%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%209%20High%20Availability%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%209.0%20High%20Performance/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20Development%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20High%20Availability%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20Server%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Power%20Of%20Collaboration/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Power%20Of%20People%20Skills/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Power%20of%20Attitude/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Power%20of%20Discipline/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PowerShell%20Integrated%20Scripting%20Environment%203.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PowerShell%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PowerShell%20Troubleshooting%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Powers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Business%20Intelligence/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Change%20Management%20for%20IT%20Projects/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Analysis/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Analysis%20-%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Science%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20DevOps/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Digital%20Forensics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Google%20Analytics%20and%20Google%20Tag%20Manager%20for%20Developers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Internet%20of%20Things%20Security/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20LPIC-1%20Linux%20Certification%20Study%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Linux%20Security%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Linux%20Topics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning%20with%20H20:%20Powerful%2c%20Scalable%20Techniques%20for%20Deep%20Learning%20and%20AI/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning%20with%20H2O%2c%201Ed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning:%20A%20New%20Look%20at%20Anomaly%20Detection/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning:%20Innovations%20in%20Recommendation/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Malware%20Analysis:%20The%20Hands-On%20Guide%20to%20Dissecting%20Malicious%20Software/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Meditation%20for%20Busy%20Souls/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Microservices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Mobile%20Forensics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Monitoring/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Network%20Automation/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Reverse%20Engineering:%20x86%2c%20x64%2c%20ARM%2c%20Windows%20Kernel%2c%20Reversing%20Tools%2c%20and%20Obfuscation/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20Windows%20Forensics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical%20gRPC/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practical_AngularJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Practices%20of%20the%20Python%20Pro/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pride%20and%20Prejudice%20and%20Zombies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pride%20and%20Prejudice%20and%20Zombies:%20Dreadfully%20Ever%20After/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Prime%20Meridian/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Princesses%20Behaving%20Badly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Principles%20of%20Data%20Mining/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Principles%20of%20Data%20Science/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Privacy%20and%20the%20IoT/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pro%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pro%20Git%20(Second%20Edition)/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pro%20Linux%20High%20Availability%20Clustering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pro%20Tools%20All-in-One%20For%20Dummies%2c%203rd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pro%20Vim/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Problem%20Solving%20with%20Algorithms%20and%20Data%20Structures/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Procedural%20Content%20Generation%20for%20Unity%20Game%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Procrastination%20Cure/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Product%20Leadership/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Product%20Management%20in%20Practice/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Product%20Overview%20and%20Capability%20Guide%20Microsoft%20Dynamics%20NAV%202016/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Professional%20CSS3/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Professora%20Sim%2c%20Tia%20N%c3%a3o/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programa%c3%a7%c3%a3o%20Funcional%20e%20Concorrente%20em%20Rust/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programmer%27s%20Guide%20to%20Apache%20Thrift/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20ArcGIS%2010.1%20with%20Python%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Fundamentals%20Using%20MATLAB/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Kotlin/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20MapReduce%20with%20Scalding/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20PHP%2c%204E/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20React%20Native/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Rust/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Scala%2c%202E/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20TypeScript/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Windows%20Store%20Apps%20with%20HTML%2c%20CSS%2c%20and%20JavaScript%2c%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Programming%20Windows%c2%ae%20Phone%207/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Progressive%20Web%20Apps/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Progressive%20Web%20Apps%20with%20Preact/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Project%20Business%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Project%20Management%20JumpStart%2c%204th%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Project%20Management%20Lessons%20Learned/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Project%20Scope%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Project.%20Program.%20Change/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Projects%20Without%20Boundaries:%20Successfully%20Leading%20Teams%20and%20Managing%20Projects%20in%20a%20Virtual%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Prometheus:%20Up%20and%20Running/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Prototype%20to%20Product/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Prototyping%20for%20Physical%20and%20Digital%20Products/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Proxemic%20Interactions:%20From%20Theory%20to%20Practice/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Psychological%20Safety%20in%20Operation%20Teams/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Pulling%20Together/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Puppet%205%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Puppet%20Reporting%20and%20Monitoring/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/PySide%20GUI%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20101/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%202.6%20Text%20Processing:%20Beginners%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%203%20Object%20Oriented%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%203%20Object-oriented%20Programming%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%203%20Text%20Processing%20with%20NLTK%203%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%203%20Web%20Development%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%203%20for%20Machine%20Learning/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Basics:%20A%20Self-Teaching%20Introduction/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Business%20Intelligence%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Crash%20Course:%20A%20Hands-On%2c%20Project-Based%20Introduction%20to%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Analysis/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Science%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Science%20Essentials%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Structures%20and%20Algorithms/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Visualization%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Deep%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20For%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20GUI%20Programming%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20GUI%20Programming%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Game%20Programming%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Geospatial%20Development%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Geospatial%20Development%20-%20Third%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20High%20Performance%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Machine%20Learning%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Machine%20Learning%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Penetration%20Testing%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Playground:%20Geeky%20Projects%20for%20the%20Curious%20Programmer/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Programming/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Projects%20for%20Kids/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Testing%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Unlocked/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Web%20Frameworks/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20Web%20Scraping%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Data%20Analysis%2c%202nd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Finance/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Finance%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Secret%20Agents/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Tensor%20Flow%20Pocket%20Primer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python%20for%20you%20and%20me/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Python_Matplotlib_Cheat_Sheet/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Qualitative%20HCI%20Research:%20Going%20Behind%20the%20Scenes/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Quantum%20Mechanics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Cookbook%2c%202E/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Data%20Visualization%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Deep%20Learning%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Graph%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Graphs%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Graphs%20Cookbook%20(Second%20Edition)/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Machine%20Learning%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20Object-oriented%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20for%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/R%20in%20a%20Nutshell:%20A%20Desktop%20Quick%20Reference%2c%202nd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RAP%20as%20a%20Service%20for%20Dynamics%20CRM/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RAP%20as%20a%20Service%20for%20SharePoint%20Server/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RESS%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RESTful%20Java%20Web%20Services%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RESTful%20Java%20with%20JAX-RS%202.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RESTful%20Web%20API%20Design%20with%20Node.js/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ROS%20Robotics%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20Cookbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20Essentials/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20in%20Depth/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20succinctly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rachel%20Khoo%27s%20Kitchen%20Notebook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Radar%20Systems%20and%20Radio%20Aids%20to%20Navigation/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Radiant/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rapid%20Deployment%20Guide%20For%20Azure%20Rights%20Management/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rapid%20Techniques%20for%20Mapping%20Experiences/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20By%20Example/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20Home%20Automation%20with%20Arduino/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20Media%20Center/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20Projects%20for%20Kids/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20for%20Secret%20Agents/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20for%20Secret%20Agents%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20for%20Secret%20Agents%20-%20Third%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rats%2c%20Bats%20%26%20Vats/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/React%20Design%20Patterns%20and%20Best%20Practices/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/React%20In-depth%20An%20exploration%20of%20UI%20development/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/React%20Native%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/React%20Quickly/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/React%20and%20React%20Native/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/React.js%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/ReactJS%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Reactive%20Data%20Handling/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Reactive%20Microservices%20Architecture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Reactive%20Programming%20with%20JavaScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Real%20World%20Haskell/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Real-Time%20Embedded%20Components%20and%20Systems%20With%20Linux%20and%20RTOS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Realm%20of%20Racket:%20Learn%20to%20Program%2c%20One%20Game%20at%20a%20Time%21/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Recommender%20Systems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Redis%20Applied%20Design%20Patterns/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Regular%20expressions%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Reinventing%20Yourself/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Release%20Engineering/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Remaining%20Relevant%20in%20Your%20Tech%20Career/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Representation%2c%20Inclusion%2c%20and%20Innovation:%20Multidisciplinary%20Explorations/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Research%20in%20the%20Wild/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Responsive%20Media%20in%20HTML5/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Responsive%20Web%20Design%20with%20AngularJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Responsive%20Web%20Design%20with%20HTML5%20and%20CSS3/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Responsive%20Web%20Design%20with%20HTML5%20and%20CSS3%20-%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rethinking%20Enterprise%20Storage%20A%20Hybrid%20Cloud%20Model/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Reversing:%20Secrets%20of%20Reverse%20Engineering/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rewired:%20The%20Post-Cyberpunk%20Anthology/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rich%20Horton%e2%80%99s%20The%20Year%e2%80%99s%20Best%20Science%20Fiction%20%26%20Fantasy%202017/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Robots/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Roboute%20Guilliman:%20Lord%20of%20Ultramar/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rules%20for%20Developing%20Safety%20Critical%20Code/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rust%20Essentials/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rust%20High%20Performance/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Rust%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SAP%20BusinessObjects%20Reporting%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SAP%20Transaction%20Codes/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SFML%20Game%20Development%20By%20Example/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SOA%20Made%20Simple/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SOA%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SPA%20Design%20and%20Architecture/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SQL%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SQL%20Server%202012%20Reporting%20Services%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SQL%20Server%202012%20with%20PowerShell%20V3%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SQL%20Server%202014%20Development%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SSH:%20a%20Modern%20Lock%20for%20Your%20Server%3f/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Safe%20Enough%20to%20Soar:%20Career%20Conversations%20Organizations%20Need%20and%20Employees%20Want/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sales%20%26%20Pitch%20Letters%20for%20Busy%20People/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Salesforce.com%20Customization%20Handbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Salsa%20Nocturna/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sass%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sass%20and%20Compass%20Designer%27s%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scala%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scala%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scala%20High%20Performance%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scala%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scala%20in%20Depth/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scala%20with%20Cats/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Science%20%26%20Philosophy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Science%20Made%20Stupid/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scientific%20Computing%20with%20Python%203/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Scratch%202.0%20Beginner%27s%20Guide:%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secret%20Lives%20of%20Great%20Filmmakers/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secrets%20Of%20Power%20Negotiating/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secrets%20Of%20Power%20Salary%20Negotiating/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secrets%20and%20Lies:%20Digital%20Security%20in%20a%20Networked%20World%2c%2015th%20Anniversary%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secrets%20of%20the%20JavaScript%20Ninja/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secrets%20of%20the%20JavaScript%20Ninja%2c%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Secure%20by%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Securing%20Web%20Applications/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Security%20Engineering:%20A%20Guide%20to%20Building%20Dependable%20Distributed%20Systems%2c%202nd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Security%20and%20Frontend%20Performance/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Seeking%20SRE/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Self-Audit:%20Checking%20Assumptions%20at%20the%20Door/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Self-Tracking/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Servant%20of%20the%20Underworld/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Serverless%20Ops/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Serverless%20Single%20Page%20Apps/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Service%20Oriented%20Architecture%20with%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Set%20Up%20A%20Social%20Engagement%20Search%20For%20Your%20Product/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Seven%20Databases%20in%20Seven%20Weeks%2c%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Seven%20Languages%20in%20Seven%20Weeks/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Shadow%20Magic%2c%20Book%20One%20of%20the%20Lyra%20Novels/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Shadow%20of%20Saganami/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Shadow%e2%80%99s%20Son/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Shake.%20Stir.%20Sip./1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Online%20Dedicated%20Service%20Description/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Products%20Keyboard%20Shortcuts/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Server%202016%20Databases%20%e2%80%93%20Quick%20Reference%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Server%202016%20Quick%20Start%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Shooting%20the%20Rift/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Silence%20on%20the%20Wire:%20A%20Field%20Guide%20to%20Passive%20Reconnaissance%20and%20Indirect%20Attacks/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Silver%20Star/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Simple%20Is%20The%20New%20Smart/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Simplify%20Group%20Policy%20administration%20with%20Windows%20PowerShell/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sing%20the%20Four%20Quarters/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sister%20Emily%27s%20Lightship/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sister%20Light%2c%20Sister%20Dark/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SketchUp%202014%20for%20Architectural%20Visualization/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Skill%20Up%20Report%202016/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Slow/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Slow%20Bullets/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Slow%20Down%20to%20Speed%20Up:%20Continuous%20Quality%20Assurance%20in%20a%20DevOps%20Environment/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Smart%20Girl%27s%20Guide%20to%20Privacy:%20Practical%20Tips%20for%20Staying%20Safe%20Online/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Smart%20Internet%20of%20Things%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Smarter%20Data%20Science:%20Succeeding%20with%20Enterprise-Grade%20Data%20and%20AI%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Smarter%20Next%20Year/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/So%20You%20Want%20To%20Be%20A%20Scrum%20Master/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Social%20Engineering:%20The%20Art%20of%20Human%20Hacking/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Social%20is%20for%20Closers/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Soft%20Skills/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Software%20Architecture%20Patterns/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Software%20Architecture%20with%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Software%20Development%20Metrics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Software%20Quality%20Assurance/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Software%20Testing%20Principles%20and%20Practices/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Software%20in%2030%20Days:%20How%20Agile%20Managers%20Beat%20the%20Odds%2c%20Delight%20Their%20Customers%2c%20and%20Leave%20Competitors%20in%20the%20Dust/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Solid%20State%20Physics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Soulminder/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Soup%20Swap/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Spark%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Specification%20by%20Example/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Splunk%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Spring%20Microservices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Spring%20Microservices%20in%20Action/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Spring%20Security%203.1/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Spring%20Security%203.x%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%201/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2010/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2011/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2012/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2013/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%202/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%203/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%204/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%205/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%206/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%207/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%208/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%209/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20vs.%20Transformers/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek-Green%20Lantern%20Vol.%201/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek-Green%20Lantern%20Vol.%202/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek-Planet%20of%20the%20Apes:%20The%20Primate%20Directive/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Alien%20Spotlight%20Vol.%201/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Alien%20Spotlight%20Vol.%202/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Boldly%20Go%20Vol.%201/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Boldly%20Go%20Vol.%202/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Boldly%20Go%20Vol.%203/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Aftermath%20%231/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Aftermath%20%232/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Aftermath%20%233/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Light%20of%20Kahless/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Succession/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery%e2%80%94Captain%20Saru/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Harlan%20Ellisons%20City%20on%20the%20Edge%20of%20Forever/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%201/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%202/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%203/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%204/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%205/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%206/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%207/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%208/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Next%20Generation%20-%20Ghosts/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Starfleet%20Academy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation%20-%20Hive/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation%2020-20/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation%20365/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Intelligence%20Gathering/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Mirror%20Broken/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Terra%20Incognita/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20The%20Space%20Between/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Through%20the%20Mirror/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Q%20Conflict/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Voyager:%20Mirrors%20and%20Smoke/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Waypoint%20Special%20%231/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Waypoint%20Special%202019/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Waypoint%20Vol.%201/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%231/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%232/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%233/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%234/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%235/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%236/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%237/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%238/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Start%20Working%20in%20CRM/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/StartupPro:%20How%20to%20set%20up%20and%20grow%20a%20tech%20business/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/State%20of%20APIs%20Report%202016/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Static%20Site%20Generators/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Statistical%20Analysis%20with%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Statistics%20for%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Statistics%20for%20Machine%20Learning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Steampunk%20II:%20Steampunk%20Reloaded/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Steampunk%20III:%20Steampunk%20Revolution/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Stop%20Guessing:%20The%209%20Behaviors%20of%20Great%20Problem%20Solvers/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Storm%20Real-time%20Processing%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Storyteller:%20Writing%20Lessons%20and%20More%20from%2027%20Years%20of%20the%20Clarion%20Writers%e2%80%99%20Workshop/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Strange%20Angel/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Stress%20Is%20a%20Choice/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Structural%20Steel%20Design%20Third%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Stuck%20on%20Stop/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Successful%20Novelist/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Supermen%21%20The%20First%20Wave%20of%20Comic%20Book%20Heroes%201936-1941/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sustainability/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Swan%20Song/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sweet%20Middle%20East/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Sweet%20and%20Tart/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Swift%20Pocket%20Reference/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Switching%20to%20Angular%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Symfony%201.3%20Web%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/SysAdmin%20101/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Systematic%20Strategic%20Planning/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Systematic%20Web%20Design/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Take%20the%20Mic/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Tales%20of%20the%20Hidden%20World/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Tea%20with%20the%20Black%20Dragon/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Teach%20Yourself%20VISUALLY%20Guitar/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Teach%20Yourself%20VISUALLY%20Piano/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Team%20Foundation%20Server%20to%20Visual%20Studio%20Team%20Services%20Migration%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Technical%20Blogging%2c%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ten%20Dead%20Comedians/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Tensor%20Analysis%20for%20Engineers%20Second%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/TensorFlow%202%20Pocket%20Primer/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/TensorFlow%20For%20Machine%20Intelligence/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/TensorFlow%20Machine%20Learning%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Test-Driven%20Java%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Test-Driven%20JavaScript%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Test-Driven%20iOS%20Development%20with%20Swift/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Testing%20Java%20Microservices/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Testing%20in%20Scala/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%207%20Habits%20of%20Highly%20Effective%20People:%20Powerful%20Lessons%20in%20Personal%20Change/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Agile%20Enterprise/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Agile%20Pocket%20Guide:%20A%20Quick%20Start%20to%20Making%20Your%20Business%20Agile%20Using%20Scrum%20and%20Beyond/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Algorithm%20Design%20Manual/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Data%20Science/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Data%20Usability/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Deception:%20Controlling%20the%20Human%20Element%20of%20Security/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Memory%20Forensics:%20Detecting%20Malware%20and%20Threats%20in%20Windows%2c%20Linux%2c%20and%20Mac%20Memory/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Assassins%20of%20Altis/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Atlantropa%20Articles/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Basics%20of%20Bitcoins%20and%20Blockchains:%20An%20Introduction%20into%20Cryptocurrency%20and%20the%20Technology%20that%20Powers%20Them/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Best%20of%20Bova/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Big%20Bad%20Book%20of%20Bill%20Murray/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Board%20is%20Set/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Book%20of%20F%23:%20Breaking%20Free%20with%20Managed%20Functional%20Programming/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Book%20of%20Kells/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Book%20of%20Skulls/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Booklovers%27%20Guide%20to%20Wine/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Boy%20Who%20Played%20with%20Fusion/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Canon/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Cocktail%20Companion/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Complete%20Redux%20Book/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Complete%20Software%20Project%20Manager:%20Mastering%20Technology%20from%20Planning%20to%20Launch%20and%20Beyond/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Cyberiad/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Data%20Science%20Design%20Manual/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Design%20of%20Implicit%20Interactions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20DevOps%20Toolbox%20Tools%20and%20Technologies%20for%20Scale%20and%20Reliability/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Diet%20Survivor%e2%80%99s%20Handbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Dragons%20of%20Dorcastle/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Edge%20of%20Physics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Emperor%27s%20Soul/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Encyclopedia%20Shatnerica/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Evolution%20of%20Lisp/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Falling%20Woman/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Fast%20Forward%20MBA%20in%20Project%20Management%2c%205th%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Female%20Man/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Fire%27s%20Stone/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20First%20Heretic/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Flight%20of%20the%20Eisenstein/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Four%20Pillars%20of%20Project%20Portfolio%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Future/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Future%20of%20Product%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Game%20Jam%20Survival%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Genius%20Habit/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Genome/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Goldilocks%20Enigma/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Harp%20of%20Imach%20Thyss%2c%20Book%20Three%20of%20the%20Lyra%20Novels/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Healer%27s%20War/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Hidden%20Masters%20of%20Marandur/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Horns%20of%20Ruin/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Human%20Factor%20in%20Project%20Management/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Human%20Side%20of%20Postmortems/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Internet%20of%20Things/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Java%20Module%20System/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Layla%20Collection:%20Dancers%20in%20the%20Dark%20and%20Layla%20Steps%20Up/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20League%20of%20Regrettable%20Superheroes/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Legion%20of%20Regrettable%20Super%20Villains/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Limitations%20of%20Type%20Classes%20as%20Subtyped%20Implicits/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Linux%20Command%20Line:%20A%20Complete%20Introduction/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Book%20of%20HTMLCSS%20Coding%20Guidelines/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Book%20of%20HTMLCSS%20Frameworks/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Book%20of%20Python%20Anti-Patterns%20and%20Worst%20Practice/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Go%20Book/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Maker%27s%20Guide%20to%20the%20Zombie%20Apocalypse:%20Defend%20Your%20Base%20with%20Simple%20Circuits%2c%20Arduino%2c%20and%20Raspberry%20Pi/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Meek/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Mount/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20New%20One-Page%20Project%20Manager:%20Communicate%20and%20Manage%20Any%20Project%20With%20A%20Single%20Sheet%20of%20Paper%2c%202nd%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20New%20Voices%20of%20Fantasy/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Only%20Leadership%20Book%20You%27ll%20Ever%20Need/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Org%20Manual/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Origin%20of%20Names%2c%20Words%20and%20Everything%20in%20Between/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20People%20Equation:%20Why%20Innovation%20Is%20People%2c%20Not%20Products/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Plutonium%20Blonde/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Principles%20of%20Object-Oriented%20JavaScript/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Professional%20ScrumMaster%27s%20Handbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Project%20Book:%20The%20Complete%20Guide%20to%20Consistently%20Delivering%20Great%20Projects/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Project%20Success%20Method:%20A%20Proven%20Approach%20for%20Achieving%20Superior%20Project%20Performance%20in%20as%20Little%20as%205%20Days/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Purpose%20Revolution:%20How%20Leaders%20Create%20Engagement%20and%20Competitive%20Advantage%20in%20an%20Age%20of%20Social%20Good/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Quiet%20Rise%20of%20Introverts:%208%20Practices%20for%20Living%20and%20Loving%20in%20a%20Noisy%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Raven%20Ring%2c%20Book%20Five%20of%20the%20Lyra%20Novels/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Resurrectionist/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Road%20to%20Hell/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Rust%20Programming%20Language/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Search%20for%20Philip%20K.%20Dick/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Secret%20History%20of%20Marvel%20Comics:%20Jack%20Kirby%20and%20the%20Moonlighting%20Artists%20at%20Martin%20Goodman%27s%20Empire/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Secrets%20to%20Creating%20Amazing%20Photos:%2083%20Composition%20Tools%20from%20the%20Masters/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Security%20Data%20Lake/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Sheep%20Look%20Up/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Shellcoder%27s%20Handbook:%20Discovering%20and%20Exploiting%20Security%20Holes%2c%202nd%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Sherlock%20Holmes%20Handbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Silent%20Strength%20of%20Stones/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Site%20Reliability%20Workbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Sphinx%20at%20Dawn/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Story%20Behind:%20The%20Extraordinary%20History%20Behind%20Ordinary%20Objects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Swords%20of%20Haven/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Technological%20Singularity/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Third%20Bear/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Type%20Astronaut%27s%20Guide%20to%20Shapeless/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Very%20Best%20of%20Kate%20Elliott/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Very%20Best%20of%20Tad%20Williams/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Web%20Application%20Hacker%27s%20Handbook:%20Finding%20and%20Exploiting%20Security%20Flaws%2c%202nd%20Edition/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Where%2c%20the%20Why%2c%20and%20the%20How/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Who%2c%20the%20What%2c%20and%20the%20When/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Witch%20Who%20Came%20in%20from%20the%20Cold:%20Season%20One/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/The%20Wolf%27s%20Hour/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/They%20Don%27t%20Teach%20Corporate%20in%20College/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Bayes:%20Bayesian%20Statistics%20in%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Java/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Julia/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Like%20a%20Data%20Scientist/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Like%20a%20Programmer:%20An%20Introduction%20to%20Creative%20Problem%20Solving/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Like%20an%20Entrepreneur%2c%20Act%20Like%20a%20CEO/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Think%20Stats%2c%202e:%20Exploratory%20Data%20Analysis/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/This%20Business%20of%20Publishing/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Thoughtful%20Machine%20Learning%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Thoughtful%20Machine%20Learning%20with%20Python%2c%201Ed/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Threat%20Modeling:%20Designing%20for%20Security/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Three%20Hearts%20and%20Three%20Lions/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Thriving%20in%20the%20Gig%20Economy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Time%20Series%20Databases:%20New%20Ways%20to%20Store%20and%20Access%20Data/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Time%20Travel%20in%20Einstein%27s%20Universe/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Tkinter%20GUI%20Application%20Development%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/To%20Conquer%20Chaos/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Top%20Chef:%20The%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Top%20Performer%e2%80%99s%20Guide%20to%20Change/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Top%20Performer%e2%80%99s%20Guide%20to%20Speeches%20and%20Presentations/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Tragic%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Transforms%20in%20CSS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Transitioning%20to%20.NET%20Core%20on%20Red%20Hat%20Enterprise%20Linux/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Treating%20Cancer%20with%20Immunotherapy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Tremontaine:%20Season%20One/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Troubleshooting%20Docker/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Turning%20People%20into%20Teams:%20Rituals%20and%20Routines%20That%20Redesign%20How%20We%20Work/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Turtle%20Design%20in%20a%20Rabbit%20Age/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Twilio%20Cookbook:%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Twitter%20Bootstrap%203%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Two%20Scoops%20of%20Django%201.8/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/TypeScript%20Design%20Patterns/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/TypeScript%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/TypeScript%20Succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/UX%20Fundamentals%20for%20Non-UX%20Professionals/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ukulele%20Exercises/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Ultimate%20Appetizer%20Ideabook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Um%20guia%20para%20a%20REST%20e%20o%20design%20de%20API/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unauthorised%20Access:%20Physical%20Penetration%20Testing%20For%20IT%20Security%20Teams/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Underachiever%27s%20Manifesto/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Undercity/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Undercover%20Edge/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Understanding%20API%20Security/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Understanding%20Databases/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Understanding%20Industrial%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Understanding%20Microsoft%20Virtualizaton%20R2%20Solutions/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Understanding%20Patriarchy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Understanding%20Software/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unikernels/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unit%20testing%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%203D%20UI%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%204%20Game%20Development%20HOTSHOT/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%205%20Game%20Optimization/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%205%20for%20Android%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%205.x%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%205.x%20Shaders%20and%20Effects%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20AI%20Game%20Programming%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20Android%20Game%20Development%20by%20Example%20Beginner%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20Game%20Development%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20Game%20Development%20Scripting/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20Multiplayer%20Games/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20Shaders%20and%20Effects%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity%20Virtual%20Reality%20Projects/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unity3D%20UI%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Universal%20Principles%20of%20Design/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Unleash%20the%20Poem%20Within/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Untangle%20Network%20Security/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Upcycled%20Technology:%20Clever%20Projects%20You%20Can%20Do%20with%20Your%20Discarded%20Tech/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Usability%20Matters/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/User%20Experience%20Design%20for%20the%20Internet%20of%20Things/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/User-Centered%20Agile%20Methods/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Using%20Asyncio%20in%20Python/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Using%20CiviCRM/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Using%20the%20Web%20to%20Build%20the%20IoT/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Vegetables%20on%20Fire/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Vim%20Cheat%20Sheet/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Vintage%20Tomorrows/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Visual%20Collaboration:%20A%20Powerful%20Toolkit%20for%20Improving%20Meetings%2c%20Projects%2c%20and%20Processes/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Voice%20Application%20Development%20for%20Android/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Vue.js%202%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Vue.js:%20Understanding%20its%20Tools%20and%20Ecosystem/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Vulkan%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WINDOWS%20POWERSHELL%204.0%20LANGUAGE%20QUICK%20REFERENCE/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WINDOWS%20POWERSHELL%20INTEGRATED%20SCRIPTING%20ENVIRONMENT%204.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WMI%20in%20PowerShell%203.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WMI%20in%20Windows%20PowerShell%204.0/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WORKING%20TOWARD%20EXCELLENCE/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Warrior/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Waste%20Free%20Kitchen%20Handbook/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Water:%20The%20Fate%20of%20Our%20Most%20Precious%20Resource/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/We%20Can%27t%20Talk%20about%20That%20at%20Work%21:%20How%20to%20Talk%20About%20Race%2c%20Religion%2c%20Politics%2c%20and%20Other%20Polarizing%20Topics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20App%20Testing%20Using%20Knockout.JS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20Development%20with%20Clojure%2c%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20Development%20with%20Django%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20Development%20with%20Django%20Cookbook%20-%20Second%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20Hosting%20for%20Dummies/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20Page%20Size%2c%20Speed%2c%20and%20Performance/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Web%20Scraping%20with%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WebGL%20Game%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WebRTC%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WebRTC%20Integrator%27s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Webapp%20Testing%20Using%20KnockoutJS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Webapps%20in%20Go/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Well-Spoken%20Thesaurus/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%20Are%20Conversational%20Bots/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%20Is%20Data%20Science/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%20You%20Need%20to%20Know%20about%20Docker/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%20Your%20Boss%20Really%20Wants%20from%20You:%2015%20Insights%20to%20Improve%20Your%20Relationship/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%20you%20need%20to%20know%20about%20Angular%202/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%20you%20need%20to%20know%20about%20R/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/What%27s%20It%20Like%20in%20Space%3f/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/White%20Jenna/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Whitehall:%20Season%20One/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Who%20Watches%20The%20Watcher%3f%20Detecting%20Hypervisor%20Introspection%20from%20Unprivileged%20Guests/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Why%20Boys%20Need%20Parents/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Why%20Innovative%20App%20Developers%20Love%20High-Speed%20OSDBMS/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Why%20Rust/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Wicked%20Wonders/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Wild%20Seed/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2301/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2302/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2303/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2304/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2305/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2306/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2307/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2308/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2309/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2310/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2311/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2312/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit:%20Corpse%20Makers%20%231/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit:%20Corpse%20Makers%20%232/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit:%20Corpse%20Makers%20%233/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner:%20A%20Spirited%20Life%20Deluxe%20Edition/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Win%20the%20Heart:%20How%20to%20Create%20a%20Culture%20of%20Full%20Engagement/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%2010%20Bible/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20Forensics%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%203.0%20Examples/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%203.0%20Language%20Quick%20Reference/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%204.0%20Language%20Reference%20Examples/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%20Command%20Builder%20User%e2%80%99s%20Guide/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%20Desired%20State%20Configuration%20Quick%20Reference/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%20Web%20Access/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Windows%20Server%202016%20Automation%20with%20PowerShell%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Wireless%20Sensor%20Networks/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Wireshark%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Wireshark%20for%20Security%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Witch/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/With%20Unclean%20Hands/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Wonders%20of%20the%20Invisible%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/WordPress%203%20Complete/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Work%20At%20Home%20Now/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Work%20Smarter%20Not%20Harder:%2018%20Productivity%20Tips%20that%20Boost%20your%20Work%20Day%20Performance/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Working%20with%20Big%20Data%20in%20Python/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Write%20Great%20Code%2c%20Volume%201:%20Understanding%20the%20Machine/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Write%20Great%20Code%2c%20Volume%202:%20Thinking%20Low-Level%2c%20Writing%20High-Level/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Writing%20Great%20Books%20for%20Young%20Adults/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/X-15%20Diary/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/XML%20Basics/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Cross-platform%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Essentials/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Mobile%20Application%20Development%20for%20iOS/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Xquery%20Language%20Reference/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Year%27s%20Best%20Military/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Yesterday%27s%20Kin/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Yii%20Project%20Blueprints/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/You%20Are%20Getting%20Sleepy/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/You%20Want%20Fries%20With%20That%3f/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Young%20Romance%20Vol.%202:%20The%20Early%20Simon%20%26%20Kirby%20Romance%20Comics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Young%20Romance:%20The%20Best%20of%20Simon%20%26%20Kirby%27s%20Romance%20Comics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Your%20Brand%20Sux/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Your%20Creative%20Career/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Your%20Playlist%20Can%20Change%20Your%20Life/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Your%20Project%20Management%20Coach:%20Best%20Practices%20for%20Managing%20Projects%20in%20the%20Real%20World/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/Zen%20Cart:%20E-commerce%20Application%20Development/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/iOS%2010%20Programming%20for%20Beginners/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/iOS%20Development%20with%20Xamarin%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/iPad%20and%20iPhone%20For%20Musicians%20For%20Dummies/1HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/jQuery%20Notes%20for%20Professionals/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/mobile-performance-vol3/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/powershell%20succintly/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/scikit-learn%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/self-service-analytics/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/vSphere%20Design%20Best%20Practices/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/wxPython%202.8%20Application%20Development%20Cookbook/0HTTP/1.1 200 OK/remote.php/dav/files/jbiason/External/eBooks/%e2%80%9cRepent%2c%20Harlequin%21%e2%80%9d%20Said%20the%20Ticktockman/0HTTP/1.1 200 OK diff --git a/ebooks2.xml b/ebooks2.xml new file mode 100644 index 0000000..3cb2576 --- /dev/null +++ b/ebooks2.xml @@ -0,0 +1,17742 @@ + + + + /remote.php/dav/files/jbiason/External/eBooks/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/%22Ace%22%20Any%20Test/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/10%20essential%20tips%20and%20tools%20for%20mobile%20working/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/100%20Ways%20To%20Boost%20Self-confidence/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/100%20Ways%20To%20Overcome%20Shyness/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/100%20Ways%20to%20Motivate%20Yourself/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/100%20Words%20Almost%20Everyone%20Confuses%20and%20Misuses/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/100-0%20Principle/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/1000%20Best%20Job%20Hunting%20Secrets/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/1000%20Best%20Quick%20and%20Easy%20Time-Saving%20Strategies/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/1001%20Ways%20To%20Engage%20Employees/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/101%20Ways%20to%20Have%20a%20Great%20Day%20at%20Work/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/12%20Factor%20App/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/150%20Things%20Every%20Man%20Should%20Know/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/20%20Python%20Libraries%20You%20Aren%27t%20Using%20(But%20Should)/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/20%20Retirement%20Decisions%20You%20Need%20to%20Make%20Right%20Now/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/21%20Ways%20to%20a%20Happier%20Depression/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/212%20The%20Extra%20Degree/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/21st%20Century%20Robot/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/30-Day%20Money%20Cleanse/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/301%20Smart%20Answers%20to%20Tough%20Interview%20Questions/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/365%20Days/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/3D%20Character%20Development%20Workshop/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/3D%20Printing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/3D%20Printing%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/5%20RECEITAS%20PARA%20COMER%20SEM%20CULPA/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/5%20Steps%20to%20Decode%20Your%20Dreams/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/5%20Tips%20For%20A%20Smooth%20SSIS%20Upgrade%20to%20SQL%20Server%202012/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/5%20Unsung%20Tools%20of%20DevOps/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/5%20cool%20things%20you%20can%20do%20with%20CRM%20for%20tablets/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/7%20Secrets%20Of%20Persuasion/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/7%20Secrets%20of%20Exceptional%20Leadership/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/7%20passos%20para%20definir%20a%20estrat%c3%a9gia%20do%20seu%20time/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/81%20Challenges%20Smart%20Managers%20Face/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/88%20Days%20to%20Any%20Goal/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Java%20Programmer%20Should%20Know/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Programmer%20Should%20Know/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Project%20Manager%20Should%20Know/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/97%20Things%20Every%20Software%20Architect%20Should%20Know/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Beautiful%20Friendship/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Bug%20Hunter%27s%20Diary:%20A%20Guided%20Tour%20Through%20the%20Wilds%20of%20Software%20Security/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Call%20to%20Duty/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Celebration%20of%20Will/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Ci%c3%aancia%20econ%c3%b4mica%20e%20o%20m%c3%a9todo%20austr%c3%adaco/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Devil%27s%20Chaplain/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Din%c3%a2mica%20do%20Capitalismo/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Economia%20da%20Desigualdade/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Grande%20Depress%c3%a3o%20Americana/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20History%20of%20Cigarette%20and%20Trade%20Cards/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Holistic%20Approach%20to%20Lessons%20Learned/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Import%c3%a2ncia%20Do%20Ato%20De%20Ler/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Liaden%20Universe%20Constellation/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Pebble%20for%20Your%20Thoughts/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Prop%c3%b3sito%20de%20Uma%20Administra%c3%a7%c3%a3o/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Raz%c3%a3o%20Nomade/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Riqueza%20das%20Na%c3%a7%c3%b5es/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Secret%20History%20of%20Brands/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%20Star-Wheeled%20Sky/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AI%20Basics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ASP.NET%203.5%20CMS%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ASP.NET%20Core%20and%20Angular%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ASP.NET%20Data%20Presentation%20Controls%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ASP.NET%20Web%20API:%20Build%20RESTful%20web%20applications%20and%20services%20on%20the%20.NET%20framework/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AWS%20Administration%20-%20The%20Definitive%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AWS%20Certified%20Developer%20-%20Associate%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AWS%20System%20Administration/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Absolute%20Zero%20and%20the%20Conquest%20of%20Cold/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Accelerate%20Digital%20Transformation%20with%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ad%20Astra/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Adult%20Stuff/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Advanced%20Express%20Web%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Advanced%20Machine%20Learning%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Advanced%20Penetration%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Advanced%20Penetration%20Testing%20for%20Highly-Secured%20Environments%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Advanced%20Penetration%20Testing%20for%20Highly-Secured%20Environments:%20The%20Ultimate%20Security%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Advanced%20Scala%20with%20Cats/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Agent%20of%20Change/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Agile%20Development%20for%20Serverless%20Platforms/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Agile%20Product%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Agile%20Software%20Development%20Succinctly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Akka%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Algorithms%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/All%20Flesh%20is%20Grass/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Alter%20Ego%20%2348/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Alzheimer%27s%20Disease/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Amazon%20Web%20Services%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Amazon%20Web%20Services%20in%20Action%2c%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Amazon%20Web%20Services:%20Migrating%20your%20.NET%20Enterprise%20Application/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/An%20Architect%e2%80%99s%20Guide:%20Linux%20for%20Enterprise%20IT/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/An%20Architect%e2%80%99s%20Guide:%20Linux%20in%20the%20Age%20of%20Containers/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/An%20Engineering%20Manager%27s%20Guide%20to%20Design%20Patterns/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/An%20Introduction%20to%20Machine%20Learning%20Interpretability/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/An%20Introduction%20to%20Programming%20in%20Go/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/An%20employee%e2%80%99s%20guide%20to%20healthy%20computing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%203.0%20Application%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%205%20Programming%20by%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Application%20Development%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Database%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Design%20Patterns%20and%20Best%20Practice/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Game%20Programming%20by%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20NDK%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Native%20Development%20Kit%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Programming%20for%20Beginners/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Security%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Studio%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20UI%20Design/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20User%20Interface%20Development:%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20Wearable%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Android%20programming%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Angular%202%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Angular%20and%20Machine%20Learning%20Pocket%20Primer/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Directives/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Services/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Test-driven%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20UI%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20Web%20Application%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20by%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AngularJS%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Anime%20Impact/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Anomaly%20Detection%20for%20Monitoring/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ansible%20for%20DevOps/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ansible:%20From%20Beginner%20to%20Pro/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Answers%20to%20Questions%20You%e2%80%99ve%20Never%20Asked:%20Explaining%20the%20What%20If%20in%20Science%2c%20Geography%20and%20the%20Absurd/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Antifragile%20Systems%20and%20Teams/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Apache%20Hive%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Apache%20Kafka/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Apache%20Maven%203%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Apache%20MyFaces%20Trinidad%201.2:%20A%20Practical%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Appcelerator%20Titanium%20Smartphone%20App%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Apple%20Pay%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Applied%20Architecture%20Patterns%20on%20the%20Microsoft%20Platform%20(Second%20Edition)/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Applied%20Cryptography:%20Protocols%2c%20Algorithms%20and%20Source%20Code%20in%20C%2c%2020th%20Anniversary%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Applied%20Linear%20Algebra%20and%20Optimization%20Using%20MATLAB/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Applied%20Network%20Security/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Applying%20Guiding%20Principles%20of%20Effective%20Project%20Management/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Architecting%20Data%20Lakes/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Architecting%20Modern%20Java%20EE%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Arduino%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Arduino%20Robotic%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Arkad%27s%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Art%20of%20R%20Programming:%20A%20Tour%20of%20Statistical%20Software%20Design/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Articulating%20Design%20Decisions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20and%20Expert%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20and%20Machine%20Learning%20in%20Industry/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20and%20Problem%20Solving/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20for%20Big%20Data/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Artificial%20Intelligence%20%e2%80%a2%20Machine%20Learning%e2%80%a2%20Deep%20Learning/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ask%20Outrageously%21:%20The%20Secret%20to%20Getting%20What%20You%20Really%20Want/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Asynchronous%20Android/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/At%20Empire%27s%20Edge/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Atomic%20Accidents/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Attitude%20Is%20Everything/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Auctions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Augmented%20Reality%20for%20Android%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202019%203D%20Modelling/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202019%20Beginning%20%26%20Intermediate/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202021%203D%20Modeling/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/AutoCAD%202021%20Beginning%20and%20Intermediate/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Automate%20it%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Automate%20it%21%20-%20Recipes%20to%20upskill%20your%20business/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Automate%20the%20Boring%20Stuff%20with%20Python:%20Practical%20Programming%20for%20Total%20Beginners/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Awakening%20Compassion%20at%20Work:%20The%20Quiet%20Power%20That%20Elevates%20People%20and%20Organizations/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Azure%20for%20Developers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/A%c3%a7%c3%a3o%20Cultural%20Para%20A%20Liberdade/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/BDD%20in%20Action/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Backbone.js%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Backbone.js%20Patterns%20and%20Best%20Practices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Backbone.js%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Backup%20and%20Restore%20of%20SQL%20Server%20Databases/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bad%20Bosses%2c%20Crazy%20Coworkers%20%26%20Other%20Office%20Idiots/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Baking%20with%20Less%20Sugar/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Banish%20Your%20Inner%20Critic:%20Silence%20the%20Voice%20of%20Self-Doubt%20to%20Unleash%20Your%20Creativity%20and%20Do%20Your%20Best%20Work/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bash%20Command%20Line%20and%20Shell%20Scripts%20Pocket%20Primer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bash%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Basic%20Electromagnetic%20Theory/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Basic%20Electronics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Basic%20Electronics:%20Third%20edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bass%20Guitar%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bayesian%20Analysis%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Be%20a%20Project%20Motivator:%20Unlock%20the%20Secrets%20of%20Strengths-Based%20Project%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/BeagleBone%20Robotic%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Become%20ITIL%20Foundation%20Certified%20in%207%20Days/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Becoming%20Functional/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bedbugs/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beer%20School:%20A%20Crash%20Course%20in%20Craft%20Beer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beginning%20Blockchain/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beginning%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beginning%20Ubuntu%20for%20Windows%20and%20Mac%20Users/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Being%20There/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Betrayer/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Better%20Grammar/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Better%20Sentence%20Writing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beyond%20Cron%2c%20Part%20II:%20Deploying%20a%20Modern%20Scheduling%20Alternative/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beyond%20Sudo:%20How%20to%20Know%20You%20Have%20Outgrown%20It%20(and%20What%20to%20Do)/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beyond%20the%20Rift/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Beyond%20the%20Twelve-Factor%20App/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Big%20Bucket%20List%20Book/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Analytics%20with%20Hadoop%203/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Analytics%20with%20R%20and%20Hadoop/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Architect%27s%20Handbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Big%20Data%20Now:%202015%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bitcoin%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bitcoin%20for%20the%20Befuddled/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Black%20Hat%20Python:%20Python%20Programming%20for%20Hackers%20and%20Pentesters/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Black%20Library%20Sampler%202019/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%202.5%20Character%20Animation%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%202.5%20HOTSHOT/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%202.5%20Materials%20and%20Textures%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%202.6%20Cycles:%20Materials%20and%20Textures%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%203D%202.49%20Incredible%20Machines/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%203D%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%203D%20Printing%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blender%20Cycles:%20Lighting%20and%20Rendering%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blood%20Music/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bloodbound/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bloodforged/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Blueprints%20Visual%20Scripting%20for%20Unreal%20Engine/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Body%20Language%20Sales%20Secrets/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Body%20Language%20of%20Liars/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Book%20of%20%22Unnecessary%22%20Quotation%20Marks/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bookburners:%20Season%20One/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bootstrap%20Site%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bootstrap%20Site%20Blueprints%20Volume%20II/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Borderless%20Leadership/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/BotFactory:%20Automating%20the%20End%20of%20Cloud%20Sprawl/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bowls%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Boy%27s%20Life/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Broetry/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Brown%20Sugar%20Kitchen/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Build%20Serverless%20Architecture%20on%20AWS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Build%20Web%20Application%20with%20Golang/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Build%20Your%20Own%20PaaS%20with%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Apps%20with%20Riot/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Business%20Websites%20with%20Squarespace%207/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Chatbots%20with%20Microsoft%20Bot%20Framework%20and%20Node.js/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Cloud%20Apps%20with%20Microsoft%20Azure%e2%84%a2:%20Best%20practices%20for%20DevOps%2c%20data%20storage%2c%20high%20availability%2c%20and%20more/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Machine%20Learning%20Projects%20with%20TensorFlow/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Machine%20Learning%20Systems%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Microservices%20with%20Go/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Products%20for%20the%20Enterprise/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20RESTful%20Python%20Web%20Services/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Recommendation%20Engines/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Slack%20Bots/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Virtual%20Pentesting%20Labs%20for%20Advanced%20Penetration%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Web%20Apps%20with%20Go/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Web%20Apps%20with%20Node.js/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20Web%20Services%20with%20Microsoft%20Azure/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20a%20BeagleBone%20Black%20Super%20Cluster/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Game%20with%20Unity%20and%20Blender/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Home%20Security%20System%20with%20BeagleBone/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Home%20Security%20System%20with%20Raspberry%20Pi/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20a%20REST%20API%20with%20Spring/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20a%20Recommendation%20System%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20an%20Optimized%20Business/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20an%20RPG%20with%20Unity%205.x/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Building%20on%20Quicksand/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Bull%e2%80%99s-Eye/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Burp%20Suite%20Essentials/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Business%20Etiquette/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%23%206%20and%20.NET%20Core%201.0:%20Modern%20Cross-Platform%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%23%208.0%20in%20a%20Nutshell/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%23%20Cheat%20Sheet/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%23%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%23%20Programming%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/C%23%20Succinctly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CAPM%c2%ae%20in%20Depth/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CEH%20v9:%20Certified%20Ethical%20Hacker%20Version%209%20Study%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CRM%20Basics%20for%20Outlook%20basics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CRM%20Basics%20for%20Sales%20Pros%20and%20Service%20Reps/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CSS%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CSS3%20Succinctly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cake%20Pops/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cannabis%20Cuisine:%20Bud%20Pairings%20of%20A%20Born%20Again%20Chef/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%231/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%232/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%233/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%234/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%235/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Captain%20Victory%20%26%20The%20Galactic%20Rangers%20%236/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Carta%20de%20Paulo%20Freire%20aos%20Professores/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cartas%20%c3%80%20Guin%c3%a9%20Bissau/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Case%20Studies%20in%20Strategic%20Planning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cassandra%20Succinctly/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cassandra:%20The%20Definitive%20Guide%2c%202e:%20Distributed%20Data%20at%20Web%20Scale/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Category%20Theory%20for%20Programmers/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Caught%20in%20Crystal%2c%20Book%20Four%20of%20the%20Lyra%20Novels/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CentOS%206%20Linux%20Server%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Central%20Station/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ceph:%20Open-Source%20SDS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Certified%20OpenStack%20Administrator%20Study%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Challenges%20of%20the%20Deeps/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Change%20Is%20Good...You%20Go%20First/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Changing%20Planes/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Chaos%20Engineering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Chaos:%20Making%20a%20New%20Science/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Chatbots%20for%20eCommerce/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Christopher%20Walken%20A%20-%20Z/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Chthon/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Chuck%20Taylor%2c%20All%20Star/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cider%20Made%20Simple/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ciencia%20E%20Liberdade/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clay%e2%80%99s%20Ark%2c%20Book%20Three%20of%20Seed%20To%20Harvest%20series/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clean%20Architectures%20in%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clean%20Data/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clojure/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clojure%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clojure%20High%20Performance%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clojure%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clojure%20for%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Clojure%20for%20the%20Brave%20and%20True:%20Learn%20the%20Ultimate%20Language%20and%20Become%20a%20Better%20Programmer/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cloud%20Computing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cloud%20Computing%20Basics:%20A%20Self-Teaching%20Introduction/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cloud%20Foundry:%20The%20Definitive%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cloud%20Native%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cloud%20Native%20Infrastructure/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cluster%20Analysis%20and%20Data%20Mining/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Code%20Like%20a%20Pro/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cold%20Fusion%20Presents:%20New%20Thinking/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Collaborative%20Web%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Comic%20Book%20Artist%20Vol.%202%20%236/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Communicate%20Like%20a%20Leader:%20Connecting%20Strategically%20to%20Coach%2c%20Inspire%2c%20and%20Get%20Things%20Done/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Complete%20Slow%20Cooker%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Computer%20Concepts%20and%20Management%20Information%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Computer%20Graphics%20Programming%20in%20OpenGL%20With%20JAVA/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Computer%20Graphics%20Programming%20in%20OpenGL%20with%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Computer%20Science%20from%20the%20Bottom%20Up/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Computer%20Security%20and%20Encryption/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Computing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Conceptual%20Models:%20Core%20to%20Good%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Concise%20Guide%20to%20Databases/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Concise%20Guide%20to%20Software%20Engineering/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Configuring%20Microsoft%20SharePoint%20Hybrid%20Capabilities/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Conflict%20Resolution%20Phrase%20Book/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Containerized%20Docker%20Application%20Lifecycle%20with%20Microsoft%20Platform%20and%20Tools/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Context:%20Further%20Selected%20Essays%20on%20Productivity%2c%20Creativity%2c%20Parenting%2c%20and%20Politics%20in%20the%2021st%20Century/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Contextual%20Design:%20Evolved/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Continuous%20Delivery%20with%20Docker%20and%20Jenkins/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Continuous%20Delivery%20with%20Windows%20and%20.NET/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/CoreOS%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Corporate%20Survival%20Guide%20for%20Your%20Twenties:%20A%20Guide%20to%20Help%20You%20Navigate%20the%20Business%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Courage%20Goes%20to%20Work:%20How%20to%20Build%20Backbones%2c%20Boost%20Performance%2c%20and%20Get%20Results/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Coward%27s%20Guide%20to%20Conflict/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cracking%20Security%20Misconceptions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cracking%20the%20Coding%20Interview%2c%20Fourth%20Edition:%20150%20Programming%20Interview%20Questions%20and%20Solutions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Crap%20Dates/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Crap%20at%20My%20Parents%27%20House/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Create%20Custom%20Analytics%20in%20Dynamics%20365%20with%20Power%20BI/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Create%20Your%20First%20CRM%20Marketing%20Campaign/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Create%20of%20Customize%20System%20Dashboards/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creating%20Interfaces%20with%20Bulma/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creating%20Mobile%20Apps%20with%20Appcelerator%20Titanium/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creating%20Mobile%20Apps%20with%20Xamarin.Forms%2c%20Preview%20Edition%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creating%20Mobile%20Apps%20with%20Xamarin.Forms:%20Cross-platform%20C%23%20programming%20for%20iOS%2c%20Android%2c%20and%20Windows/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creating%20a%20Greater%20Whole:%20A%20Project%20Manager%e2%80%99s%20Guide%20to%20Becoming%20a%20Leader/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creating%20a%20Thriving%20Business/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creative%20Block:%20Get%20Unstuck%2c%20Discover%20New%20Ideas.%20Advice%20%26%20Projects%20from%2050%20Successful%20Artists/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creative%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Creative%2c%20Efficient%2c%20and%20Effective%20Project%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Crisis%20Management%20Planning%20and%20Execution/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cross-platform%20UI%20Development%20with%20Xamarin.Forms/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Crowdsourcing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Crunch%20Time:%20How%20to%20Be%20Your%20Best%20When%20It%20Matters%20Most/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cryptography%20Engineering:%20Design%20Principles%20and%20Practical%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cryptography%20Made%20Simple/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Culturally%20Tuned%20Change%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cvltvre%20Made%20Stvpid/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Cybersecurity%20A%20Self-Teaching%20Introduction/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/D%26D/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/D3%20on%20AngularJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/D3.js%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dark%20Victory/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Darkness:%20Two%20Decades%20of%20Modern%20Horror/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Darkship%20Revenge/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Darkship%20Thieves/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Analysis%20for%20Business%20Decisions%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Analysis%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Cleaning%20Pocket%20Primer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Driven/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Manipulation%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Mining/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20Algorithms%20in%20a%20Week/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20Tools/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20at%20the%20Command%20Line:%20Facing%20the%20Future%20with%20Time-Tested%20Tools/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20in%20the%20Cloud%20with%20Microsoft%20Azure%20Machine%20Learning%20and%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science%20with%20Microsoft%20SQL%20Server%202016/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Science%2c%20Banking%2c%20and%20Fintech/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Algorithms%20in%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Algorithms%20with%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Program%20Design%20Using%20Java/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Program%20Design%20Using%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Structures%20and%20Programming%20Design%20Using%20C%2b%2b/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Data%20Visualization%20for%20Business%20Decisions%20Third%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Database%20Reliability%20Engineering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dating%20Tips%20for%20the%20Unemployed/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Daughter%20of%20Witches%2c%20Book%20Two%20of%20the%20Lyra%20Novels/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dead%20Distillers/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DeathDay/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deathstalker%20Legacy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Debt%20Escape%20Plan/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Debugging%20Data%20Flows%20in%20Reactive%20Programs/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Decision-Making%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deeds%20of%20Honor/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning%20in%20the%20Browser/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deep%20Learning%20with%20TensorFlow/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deeper%20insights%20across%20data%20with%20SQL%20Server%202016%20%e2%80%93%20Technical%20White%20Paper/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Defensive%20Security%20Handbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Delphi%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Delphi%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deploying%20Kubernetes%20with%20Security%20and%20Compliance%20in%20Mind/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deploying%20to%20OpenShift/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deployment%20guide%20for%20Microsoft%20SharePoint%202013/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Deployment%20with%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Design%20Essentials/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Design%20Sprint/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Design%20for%20the%20Mind/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Across%20Senses/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20BSD%20Rootkits:%20An%20Introduction%20to%20Kernel%20Hacking/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Bots/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Distributed%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Event-Driven%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Great%20Web%20APIs/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Products%20People%20Love/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Reactive%20Systems:%20The%20Role%20Of%20Actors%20In%20Distributed%20Architecture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Scalable%20JavaScript%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20Voice%20User%20Interfaces/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Cities/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Gesture%20and%20Tangible%20Interaction/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Respect/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20Social%20Impact/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20the%20Future/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20for%20the%20Internet%20of%20Things/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20with%20Data/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Designing%20with%20Sound/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DevOps%20Automation%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DevOps%20for%20Networking/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DevOps%20for%20the%20Rest%20of%20Us/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DevOps%20in%20Practice/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DevOps%20with%20Kubernetes/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/DevOpsSec/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Developing%20Reactive%20Microservices/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Developing%20a%20React.js%20Edge/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Developing%20a%20gulp%20Edge/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Developing%20a%20hapi%20Edge/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Developing%20an%20Electron%20Edge/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dinner%20at%20Deviant%27s%20Place/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dinosaurs%20Without%20Bones/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Disaster-Recovery-Apache-Kafka/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Disruptive%20Analytics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Django%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Django%20Design%20Patterns%20and%20Best%20Practices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20Networking%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20Networking%20and%20Service%20Discovery/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20Para%20Desenvolvedores/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20Security/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20and%20Kubernetes%20for%20Java%20Developers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Docker%20in%20the%20Cloud/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Doing%20Data%20Science:%20Straight%20Talk%20from%20the%20Frontline/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Domain-Driven%20Design%20Reference/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Don%27t%20Panic/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dragon%27s%20Winter/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Dreams%20of%20Unity/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Drink%20Like%20A%20Geek/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Drinking%20Midnight%20Wine/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Drinkology%20Beer:%20A%20Book%20About%20the%20Brew/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Drupal%206%20Search%20Engine%20Optimization/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Duas%20Conferencias/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Duty%20Waits/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/E-learning%20with%20Camtasia%20Studio/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Eat%20Drink%20Paleo%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Eat%20That%20Frog:%20Snapshots%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Eating%20Well%20to%20Win:%20Inspired%20Living%20Through%20Inspired%20Cooking/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Economia%20Nua%20e%20Crua/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Edison%e2%80%99s%20Concrete%20Piano/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Educadores%20De%20Rua%2c%20Uma%20Abordagem%20Cr%c3%adtica/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Educa%c3%a7%c3%a3o%20Como%20Pr%c3%a1tica%20Da%20Liberdade/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20DevOps/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20DevOps%20with%20AWS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20Performance%20Engineering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20Project%20Management:%20Traditional%2c%20Agile%2c%20Extreme%2c%20Hybrid%2c%208th%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20Python%20Penetration%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20Robotics%20Programming%20with%20ROS%20-%20Third%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Effective%20Unit%20Testing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Electrical%20Engineering%20Exam%20Prep/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Electrical%20Engineering%20Experiments/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Elements%20of%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Eloquent%20JavaScript%2c%202nd%20edition:%20A%20Modern%20Introduction%20to%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Eloquent%20Javascript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Embedding%20Analytics%20in%20Modern%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ember%20for%20Artisans/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Emotionally%20Intelligent%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Employees%20Gone%20Wild/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Encyclopedia%20Job%20Winning%20Resumes/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Encyclopedia%20of%20Rainbows/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Energy%20Balls/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Enterprise%20Cloud%20Strategy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Enterprise%20Java%20Microservices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Enterprise%20Monitoring%20Success/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Eon/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Essays%20in%20Science/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Essential%20Play/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Essential%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Essential%20Slick/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Essential%20Social%20Media%20Marketing%20Handbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Evaluating%20Machine%20Learning%20Models/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Event%20Streams%20in%20Action/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Every%20Monday%20Matters/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Everything%20Is%20Distributed/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Evolving%20Digital%20Leadership/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Execution%20Excellence:%20Making%20Strategy%20Work%20Using%20the%20Balanced%20Scorecard/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Executive%27s%20Guide%20to%20Project%20Management:%20Organizational%20Processes%20and%20Practices%20for%20Supporting%20Complex%20Projects/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Experience%20Design:%20Technology%20for%20All%20the%20Right%20Reasons/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Expert%20Angular/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Expert%20Delphi/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Expert%20Python%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Expert%20Python%20Programming%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20.NET%20Core%20with%20Microservices%2c%20ASP.NET%20Core%2c%20and%20Entity%20Framework%20Core/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20Cloud%20Computing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20Javascript%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20Microservices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20PowerShell%20Automation/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Exploring%20the%20Data%20Jungle/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ext%20JS%204%20Web%20Application%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Extens%c3%a3o%20Ou%20Comunica%c3%a7%c3%a3o/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Extremely%20Busy%20Woman%e2%80%99s%20Guide%20to%20Self-Care/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/F%20for%20Effort/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/F%20in%20Exams/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/FL%20Studio%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fagin%20The%20Jew%2010th%20Anniversary%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Falling%20In%20Love%20With%20Hominids/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/False%20Gods/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Feature%20Engineering%20for%20Machine%20Learning%2c%201Ed/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/February%20Thaw/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Films%20from%20the%20Future/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Final%20Chapters/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Finite%20Element%20Analysis:%20A%20Primer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fire%20with%20Fire/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/First%20Things%20First:%20The%20Snapshots%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fledgling/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Flowchart%20and%20Algorithm%20Basics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fluent%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Flux%20Architecture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Force.com%20Development%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Foundations%20of%20Math:Alg%2cTrig%2cGeom%2c%20Calc/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Founders%20at%20Work/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/From%20Projects%20to%20Programs/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/From%20Worry%20to%20Wealthy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Front-End%20Developer%20Handbook%202017/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Front-End%20Developer%20Handbook%202018/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fulgrim/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fulgrim:%20The%20Palatine%20Phoenix/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20C%23/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20JavaScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20Programming%20in%20JavaScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20Programming%20in%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20Python%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20Reactive%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20Thinking/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Functional%20and%20Reactive%20Domain%20Modeling/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Fundamentals%20of%20Deep%20Learning%2c%201Ed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Future%20Shock/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/GIT%20Succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/GLSL%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/GUTS:%20Find%20Your%20Greatness%2c%20Beat%20the%20Odds%2c%20Live%20From%20Passion/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Galaxy%20in%20Flames/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Gamification%20for%20Employee%20Engagement/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Geek%20Sweets:%20An%20Adventurer%27s%20Guide%20to%20the%20World%20of%20Baking%20Wizardry/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Geek%20Wisdom/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Geek%27s%20Guide%20to%20Dating/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Genius:%20The%20Life%20and%20Science%20of%20Richard%20Feynman/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/GeoServer%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Geographical%20Design:%20Spatial%20Cognition%20and%20Geographical%20Information%20Science%2c%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Get%20Programming%20with%20Haskell/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Get%20Programming%20with%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20With%20jQuery%20Selectors/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Electronic%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Ghost/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Grunt:%20The%20JavaScript%20Task%20Runner/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Kubernetes%2c%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20LLVM%20Core%20Libraries/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Laravel%204/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20MariaDB/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Meteor.js%20JavaScript%20Framework%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20PhantomJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20PowerShell/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Raspberry%20Pi%20Zero/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20React%20Native/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Red%20Hat%20Enterprise%20Virtualization/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20TensorFlow/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20Unity%205/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Getting%20Started%20with%20WebRTC/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Giana%20Sisters:%20Twisted%20Dreams/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Gifts%20in%20Jars/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Git%20Best%20Practices%20Guide/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Git%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Git:%20Version%20Control%20for%20Everyone/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/GitHub%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/GitLab%20Repository%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Give%20Great%20Customer%20Service%20with%20CRM/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Gluten-Free%20Wish%20List/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Mobile%20with%20CRM%20for%20Phones%20%e2%80%93%20Express/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Mobile%20with%20CRM%20for%20Tablets/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Programming%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Programming%20Blueprints%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Systems%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20Web%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Go%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/God%20in%20a%20Cup:%20The%20Obsessive%20Quest%20for%20the%20Perfect%20Coffee/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Going%20Cloud%20Native/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Going%20Interstellar/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Going%20Pro%20in%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Good%20Morning/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Google%20Apps%20Script%20for%20Beginners/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Google%20SketchUp%20for%20Game%20Design:%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Gradle%20Effective%20Implementation%20Guide/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Grand%20Central%20Arena/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Graph%20Databases%2c%202e:%20New%20Opportunities%20for%20Connected%20Data/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Great%20Big%20Agile/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Great%20Quotes%20from%20Great%20Leaders/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Greek%20Mythology%20Explained/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Grilled%20Cheese%20Kitchen/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Grokking%20Functional%20Programming/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Guardian%20of%20Night/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Guide%20to%20Managing%20Remote%20Teams%20-%20Know%20Your%20Team%20-%20Third%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Guide%20to%20Migrating%20from%20Oracle%20to%20SQL%20Server%202014%20and%20Azure%20SQL%20Database/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Guitar%20Amps%20and%20Effects%20For%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Guitar%20Exercises%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Guitar%20Rhythm%20and%20Technique%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HBase%20Design%20Patterns/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HBase%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HCI%20Theory:%20Classical%2c%20Modern%2c%20and%20Contemporary/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HDL%20with%20Digital%20Design/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML%205%20Canvas:%20A%20Web%20Standard%20for%20Dynamic%20Graphics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5%20Canvas%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5%20Games%20Development%20by%20Example:%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5%20Programming%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5%20Security%20Cheat%20Sheet/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5%20and%20CSS3%20Responsive%20Web%20Design%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTML5:%20The%20Evolution%20of%20Web%20Standards/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/HTTP2:%20A%20New%20Excerpt%20from%20High%20Performance%20Browser%20Networking/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hack%20Your%20Anxiety/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hacker%20Bundle%202016%20PDF%20Sampler/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hacking%20the%20Xbox:%20An%20Introduction%20to%20Reverse%20Engineering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hacking:%20The%20Art%20of%20Exploitation%2c%202nd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Explained/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Operations%20and%20Cluster%20Management%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20Real-World%20Solutions%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20in%20Practice/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20in%20Practice%2c%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop:%20The%20Definitive%20Guide%2c%204e:%20Storage%20and%20Analysis%20at%20Internet%20Scale/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hadoop:%20What%20You%20Need%20to%20Know/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hand%20Made%20Baking/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hands-On%20Microservices%20with%20Rust/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hap%20and%20Leonard%20Ride%20Again/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hap%20and%20Leonard:%20Blood%20and%20Lemonade/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hard%20Landing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Harmonica%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Haskell%20Data%20Analysis%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Haskell%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hazardous%20Waste%20Management/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hazardous%20Waste%20Management%20Systems%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Head%20First%20Data%20Analysis:%20A%20learner%27s%20guide%20to%20big%20numbers%2c%20statistics%2c%20and%20good%20decisions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Head%20First%20Kotlin/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Healthy%20as%20F%2ack/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Heart%20And%20Sell/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Heart%20Disease%20and%20Health/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hell%27s%20Gate/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Help%20Them%20Grow%20or%20Watch%20Them%20Go:%20Career%20Conversations%20Organizations%20Need%20and%20Employees%20Want/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Heroku%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/High%20Performance%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/High%20Performance%20Spark:%20Best%20Practices%20for%20Scaling%20and%20Optimizing%20Apache%20Spark/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Highcharts%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Highly%20Paid%20Expert/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hist%c3%b3ria%20do%20Futuro/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hist%c3%b3ria%20do%20Pensamento%20Econ%c3%b4mico/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Home%20Recording%20For%20Musicians%20For%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Homem%20Sem%20Fundamentos/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Horrorstor/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Horus%20Rising/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20Art%20Can%20Make%20You%20Happy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Containerize%20Your%20Go%20Code/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Cool%20the%20Planet/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Drive/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Get%20a%20Literary%20Agent/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Ikigai/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Make%20Mistakes%20in%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Prosper%20in%20the%20Coming%20Apocalypse/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20Survive%20a%20Horror%20Movie/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/How%20to%20be%20Heard:%20Secrets%20for%20Powerful%20Speaking%20and%20Listening/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Huckleberry/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Human-Computer%20Interactions%20in%20Museums/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Humble%20Inquiry:%20The%20Gentle%20Art%20of%20Asking%20Instead%20of%20Telling/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hustle%20Away%20Debt:%20Eliminate%20Your%20Debt%20by%20Making%20More%20Money/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hyper-V%20Network%20Virtualization%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Hyper-V%20Security/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/I%20Have%20No%20Mouth%20and%20I%20Must%20Scream/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/I%20Heart%20Logs/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/INEQUALITY%20AND%20DEMOCRATIC%20%20RESPONSIVENESS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/IPython%20Interactive%20Computing%20and%20Visualization%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/IT%20Project%20Management/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/If%20Hemingway%20Wrote%20JavaScript/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ill%20Met%20in%20Lankhmar%20and%20Ship%20of%20Shadows/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Immutable%20Infrastructure/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Imperative%20to%20functional%20programming%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Implementing%20Cisco%20UCS%20Solutions/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Implementing%20DevOps%20on%20AWS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Implementing%20Lean%20Six%20Sigma%20in%2030%20Days/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Implementing%20Splunk:%20Big%20Data%20Reporting%20and%20Development%20for%20Operational%20Intelligence/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Improve%20Your%20Memory/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/In%20Calabria/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/In%20Fury%20Born/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/In%20the%20Beginning.../ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Industrial%20Automation%20%26%20Robotics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Industrial%20Cybersecurity/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Industrial%20Engineering%20Foundations/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Information%20and%20Society/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Infrastructure%20as%20Code%20(IAC)%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Instant%20Backbone.js%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Instant%20Data%20Intensive%20Apps%20with%20pandas%20How-to/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Instant%20Minecraft:%20Pi%20Edition%20Coding%20How-to/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Instant%20Node.js%20Starter/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Instant%20PHP%20Web%20Scraping/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Instant%20Self-Hypnosis/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Integrated%20Analytics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Intellectual%20Property%20Strategy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Interaction%20for%20Visualization/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Internet%20of%20Things%20with%20Arduino%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Elixir/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Erlang/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Ethereum%20and%20Solidity/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Go/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Java%208/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Linux%20Distros/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20Azure%e2%84%a2%20HDInsight%e2%84%a2/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20Data%20Warehouse%20Fast%20Track%20for%20SQL%20Server%202016/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20SQL%20Server%202012/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20SQL%20Server%202014/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20SQL%20Server%202016%20Mission-Critical%20Applications%2c%20Deeper%20Insights%2c%20Hyperscale%20Cloud%2c%20Preview%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%20Social%20Engagement/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Microsoft%c2%ae%20SQL%20Server%c2%ae%202008%20R2/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introducing%20Windows%20Azure%e2%84%a2%20for%20IT%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Business%20Processes/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Linux%20Distros/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Machine%20Learning%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introduction%20to%20Machine%20Learning%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introvert%20Power/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Introvert%27s%20Complete%20Career%20Guide/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Invaders/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Investigating%20Cryptocurrencies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ionic%202%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Irresistible%20APIs/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/JS.Next%20A%20Manager%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Checklist%20Gold%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Collector%20%2316/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Collector%20%2362/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jack%20Kirby%20Collector%20%2363/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/James%20Beard%20Best%20of%20the%20Best/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jasmine%20JavaScript%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jasmine%20JavaScript%20Testing%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%207%20Concurrency%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%207%20New%20Features%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%208%20Lambdas/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%208%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Deep%20Learning%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20EE%206%20Development%20with%20NetBeans%207/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20EE%206%20with%20GlassFish%203%20Application%20Server/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20EE%207%20Development%20with%20NetBeans%208/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20EE%207%20Performance%20Tuning%20and%20Optimization/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Generics%20and%20Collections/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Message%20Service/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Network%20Programming/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Performance:%20The%20Definitive%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Pocket%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20The%20Legend/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Threads/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20Web%20Services:%20Up%20and%20Running/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20for%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Java%20in%20a%20Nutshell/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Allong%c3%a9%2c%20the%20Six%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Domain-Driven%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/JavaScript%20ES6%20and%20beyond/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/JavaScript%20Testing%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Javascript%20Succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jenkins%202:%20Up%20and%20Running/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jenkins:%20The%20Definitive%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jerry%20Lewis%e2%80%99%20book%20on%20filmmaking/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jump%20Start%20HTML5/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Jumpstart%20Tableau/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Just%20Shut%20Up%20and%20Do%20It/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/K%20is%20for%20Knifeball/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kafka%20Streams%20in%20Action/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kafka%20The%20Definitive%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20-%20An%20Ethical%20Hacker%27s%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20-%20Assuring%20Security%20by%20Penetration%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%202:%20Windows%20Penetration%20Testing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Social%20Engineering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Wireless%20Penetration%20Testing%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kali%20Linux%20Wireless%20Penetration%20Testing:%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Five-Oh%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%230/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%231/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%232/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%233/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%234/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%235/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%236/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%237/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Genesis%20%238/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby%20Unleashed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%231/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%232/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%233/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%234/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%235/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Captain%20Victory%20%236/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%231/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%232/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%233/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Dragonsbane%20%234/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%231/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%232/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%233/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%234/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%235/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kirby:%20Genesis%20-%20Silver%20Star%20%236/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Knockout.js%20Succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Know%20No%20Fear/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kong:%20Becoming%20a%20King%20of%20API%20Gateways/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kotlin%20in%20Action/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kubernetes/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kubernetes%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kubernetes%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Kubernetes:%20Up%20and%20Running/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/LT%20Leary%2c%20Commanding/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/LaTeX%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/LaTeX%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/LaTeX%20in%2024%20Hours/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Land%20of%20Lisp:%20Learn%20to%20Program%20in%20Lisp%2c%20One%20Game%20at%20a%20Time%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Laravel%20Application%20Development%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Last%20Call%20at%20the%20Nightshade%20Lounge/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Last%20Day%20in%20Vietnam:%20A%20Memory%20(2nd%20edition)/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leader%20Phrase%20Book/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leadership%20from%20the%20Inside%20Out:%20Becoming%20a%20Leader%20for%20Life/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leadership%20in%20Chaordic%20Organizations/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leading%20Complex%20Projects:%20A%20Data-Driven%20Approach%20to%20Mastering%20the%20Human%20Side%20of%20Project%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leading%20Creative%20Teams/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leading%20Virtual%20Project%20Teams/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learn%20Amazon%20Web%20Services%20in%20a%20Month%20of%20Lunches/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learn%20Functional%20Programming%20with%20Elixir/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learn%20To%20Speak%20Internet%20Guide%20to%20xHTML/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learn%20Web%20Development%20with%20Vegibit/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learn%20You%20A%20Haskell%20for%20Great%20Good%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learn%20You%20Some%20Erlang%20for%20Great%20Good%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20.NET%20High-performance%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20AWS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20AndEngine/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Android%20Intents/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Angular%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Anime%20Studio/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Aurelia/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Bayesian%20Models%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Big%20Data%20with%20Amazon%20Elastic%20MapReduce/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20C%23%20by%20Developing%20Games%20with%20Unity%205.x%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Concurrency%20in%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Continuous%20Integration%20with%20Jenkins/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Cypher/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Data%20Mining%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Docker%2c%202nd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Drupal%208/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20ECMAScript%206/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Elastic%20Stack%206.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Ext%20JS%204/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Flask%20Framework/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Go%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Hadoop%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Hunk/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Internet%20of%20Things/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Ionic/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Java%20Functional%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Java%20by%20Building%20Android%20Games/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Java%2c%205E/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20JavaScript%20Data%20Structures%20and%20Algorithms/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20JavaScript%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Jupyter/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20LibGDX%20Game%20Development-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Linux%20Binary%20Analysis/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Markdown%20--%20write%20for%20the%20web%2c%20faster/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Metasploit%20Exploitation%20and%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20NGUI%20for%20Unity/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Neo4j/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20NumPy%20Array/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Object-Oriented%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20OpenCV/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20OpenCV%203%20Computer%20Vision%20with%20Python%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20OpenShift/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20PHP%207/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Penetration%20Testing%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Perl%2c%207E/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Play%21%20Framework%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20PostgreSQL/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Predictive%20Analytics%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Probabilistic%20Graphical%20Models%20in%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20PySpark/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20Design%20Patterns%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20Network%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Python%20for%20Forensics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20R%20for%20Geospatial%20Analysis/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Raspberry%20Pi/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Reactive%20Programming%20with%20Java%208/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Robotics%20Using%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20SQL%20Server%20Reporting%20Services%202012/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20SQL%2c%203E/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20SciPy%20for%20Numerical%20and%20Scientific%20Computing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Scrapy/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Single-page%20Web%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Spark:%20Lightning-Fast%20Big%20Data%20Analysis/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20TensorFlow%2c%201Ed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20TypeScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Unity%20Physics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Vaadin%207:%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Vue.js%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Vulkan/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Web%20Development%20with%20Bootstrap%20and%20AngularJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20Web%20Development%20with%20React%20and%20Bootstrap/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20jQuery%20-%20Fourth%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20jQuery%2c%20Third%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20pandas/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Learning%20scikit-learn:%20Machine%20Learning%20in%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Led%20Astray:%20The%20Best%20of%20Kelley%20Armstrong/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lee%20%26%20Kirby:%20The%20Wonder%20Years/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Legends%20of%20Texas%20Barbecue%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Legion/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Leman%20Russ:%20The%20Great%20Wolf/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Less%20Web%20Development%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lessons%20from%20100%2c000%20Cold%20Calls/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lettering%20for%20Planners:%20A%20Step-By-Step%20Guide%20to%20Hand%20Lettering%20and%20Modern%20Calligraphy%20for%20Bullet%20Journals%20and%20Beyond/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lightbend%20Reactive%20Platform/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lightweight%20Systems%20for%20Realtime%20Monitoring/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Linux%20Mint%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Linux%20Networking%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Linux%20Pocket%20Guide%2c%203rd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Linux%20Shell%20Scripting%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Linux%20Shell%20Scripting%20Cookbook%2c%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Linux%20Utilities%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Live%20Free%20or%20Die/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/LiveCode%20Mobile%20Development%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Living%20Clojure/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Logic%20Pro%20X%20For%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lord%20of%20Janissaries/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lorgar:%20Bearer%20of%20the%20Word/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Lost%20Amusement%20Parks%20of%20New%20York%20City/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Louis%20Agassiz:%20Creator%20of%20American%20Science/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Low-So%20Good/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MAX%20YOUR%20MIND/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MEAN%20Web%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MOOCs/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MS%20Excel%202019%20Programming%20Pocket%20Primer/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machinarium/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20Algorithms/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20Is%20Changing%20the%20Rules%2c%201Ed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20and%20Security/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20for%20Business/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20for%20Hackers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20for%20the%20Web/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20in%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20using%20C%23%20succinctly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20with%20R%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Learning%20with%20Spark/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Methods/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Machine%20Translation/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Magento%202%20Developer%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Magento:%20Beginner%27s%20Guide%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Magisterium/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Magnus%20the%20Red:%20Master%20of%20Prospero/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Making%20Big%20Data%20Work%20for%20Your%20Business/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Making%20Sense%20of%20Stream%20Processing/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Making%20Space%2c%20Clutter%20Free/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Malware%20Analyst%27s%20Cookbook%20DVD/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Malware%20Analyst%27s%20Cookbook%20and%20DVD:%20Tools%20and%20Techniques%20for%20Fighting%20Malicious%20Code/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Manager%27s%20Answer%20Book/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Manager%e2%80%99s%20Answer%20Book/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20Agile%20Open-Source%20Software%20Projects%20with%20Microsoft%20Visual%20Studio%20Online/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20Container%20Security%20and%20Compliance%20in%20Docker/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20Humans/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20Project%20Competence/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20Project%20Stakeholders:%20Building%20a%20Foundation%20to%20Achieve%20Project%20Goals/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20Windows%20Servers%20with%20Chef/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Managing%20for%20People%20Who%20Hate%20Managing:%20Be%20a%20Success%20By%20Being%20Yourself/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Manual%20do%20Telejornalismo/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MariaDB%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mark%20of%20Calth/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Martian%20Summer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Master%20Your%20Motivation:%20Three%20Scientific%20Truths%20for%20Achieving%20Your%20Goals/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20.NET%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Active%20Directory/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Android%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Android%20NDK/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Ansible/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Apache%20Cassandra/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Apache%20Spark%202.x/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Blockchain/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20C%23%20Concurrency/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20C%23%20and%20.NET%20Framework/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20D3.js/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Docker%20-%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Eclipse%20Plug-in%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20ElasticSearch/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Emacs/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Embedded%20Linux%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Embedded%20Linux%20Programming%20-%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Git/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Grunt/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Hadoop/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20JavaScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20JavaScript%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Julia/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20KVM%20Virtualization/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Kubernetes/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Leap%20Motion/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Linux%20Shell%20Scripting/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Machine%20Learning%20with%20scikit-learn/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Metasploit/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Metasploit%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Microservices%20with%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20MongoDB%203.x/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Node.js/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Object-oriented%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20OpenCV%203%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20OpenCV%20with%20Practical%20Computer%20Vision%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20PHP%207/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Python%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Python%20Regular%20Expressions/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Python%20for%20Finance/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Qt%205/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20R%20for%20Quantitative%20Finance/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20React/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20React%20Native/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Responsive%20Web%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Rust/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Social%20Media%20Mining%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Social%20Media%20Mining%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Spring%205.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Sublime%20Text/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Swift%204%20-%20Fourth%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Text%20Mining%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20TypeScript%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Unity%202D%20Game%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Unity%20Scripting/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Unity%20Shaders%20and%20Effects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Web%20Application%20Development%20with%20AngularJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Windows%20PowerShell%20Scripting/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20Wireshark/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mastering%20matplotlib/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mathematical%20Physics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mathematics%20for%20Computer%20Graphics%20and%20Game%20Programming/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Matplotlib%20for%20Python%20Developers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Max%20Your%20Mind:%20The%20Owner%27s%20Guide%20for%20a%20Strong%20Brain/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Maximize%20Your%20Memory/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Maximizing%20Benefits%20from%20IT%20Project%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MediaWiki%20Administrators%27%20Tutorial%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Medieval%20Combat/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Medo%20e%20Ousadia/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Meet%20Your%20Service%20Goals%20with%20SLAs%20and%20Entitlements/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Memes%20in%20Digital%20Culture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Metadata/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20AntiPatterns%20and%20Pitfalls/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20Patterns/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20Reference%20Architecture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20for%20Java%20Developers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20for%20Java%20Developers%202nd%20Ed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20in%20Production/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20in%20the%20Apache%20Kafka%20Ecosystem/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20vs.%20SOA/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices%20vs.%20Service-Oriented%20Architecture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microservices:%20From%20Design%20to%20Development/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Access%202019%20Programming%20Pocket%20Primer/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Azure%20Automation/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Azure%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Azure%20Web%20Apps%20for%20Developers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Fundamentals%20of%20Azure/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20Essentials%20Migrating%20SQL%20Server%20Databases%20to%20Azure/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Azure%20ExpressRoute%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%202016%20Interactive%20Service%20Hub%20User%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%202016%20On-Premises%20Volume%20Licensing%20and%20Pricing%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%20Resource%20Guide%202015/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20CRM%20for%20Outlook%20Installing%20Guide%20for%20use%20with%20Microsoft%20Dynamics%20CRM%20Online/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Dynamics%20GP%202015%20R2%20PowerShell%20Users%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Platform%20and%20Tools%20for%20Mobile%20App%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Project%202019%20For%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Integration%20Services:%20An%20Expert%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Analysis%20Services%20%e2%80%93%20Data%20Mining%20Step-by-Step/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Analysis%20Services%20%e2%80%93%20Multidimensional%20Modeling%20Step-by-Step/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Reporting%20Services%20Quick%20Step-by-Step/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%202012%20Tutorials%20Writing%20Transact-SQL-Statements/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SQL%20Server%20In-Memory%20OLTP%20and%20Columnstore%20Feature%20Comparison/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SharePoint%202010%20and%20Windows%20PowerShell%202.0:%20Expert%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SharePoint%20Server%202016%20Architectural%20Models/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20SharePoint%20Server%202016%20Reviewer%e2%80%99s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Microsoft%20Social%20Engagement%20for%20CRM/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Migrating%20Big%20Data%20Analytics%20into%20the%20Cloud/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MillWheel%20Fault-Tolerant%20Stream%20Processing%20atInternet%20Scale/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Millennial%20Money%20Makeover/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mind%20of%20My%20Mind%2c%20Book%20Two%20of%20Seed%20To%20Harvest%20series/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mind:%20A%20Unified%20Theory%20of%20Life%20and%20Intelligence/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mindful%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Minecraft%20Modding%20with%20Forge/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mobile%20Interactions%20in%20Context:%20A%20Designerly%20Way%20Toward%20Digital%20Ecology/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mobile%20Security:%20How%20to%20Secure%2c%20Privatize%2c%20and%20Recover%20Your%20Devices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mockito%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ModSecurity%203%20NGINX%20Quick%20Start%20Guide/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modelling%20Computing%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20Big%20Data%20Processing%20with%20Hadoop/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20Java%20EE%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20Java%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20JavaScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20Python%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20R%20Programming%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20SVG/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modern%20Vim/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Modular%20Programming%20with%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MongoDB%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MongoDB%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MongoDB%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MongoDB%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Monitoring%20Distributed%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moodle%201.9%20Extension%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moodle%201.9%20Math/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moodle%202.0%20E-Learning%20Course%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moodle%20Gradebook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moon%20Shot/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mothers%20%26%20Other%20Monsters:%20Stories/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moving%20Hadoop%20to%20the%20Cloud/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Moving%20to%20Microsoft%c2%ae%20Visual%20Studio%c2%ae%202010/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Muffins%20and%20Biscuits/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Multitasking%20in%20the%20Digital%20Age/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Multithreading%20in%20C%23%205.0%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Multithreading%20with%20C%23%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Multivariable%20and%20Vector%20Calculus/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Music%20Business%20For%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Music%20Theory%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MySQL%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/MySQL%20for%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Mysterio%27s%20Encyclopedia%20of%20Magic/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NET%204.5%20Parallel%20Extensions%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NET%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NET%20Framework%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NET%20Microservices:%20Architecture%20for%20Containerized%20.NET%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NET%20Technology%20Guidance%20for%20Business%20Applications/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NGINX%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/NHibernate%203.0%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Nagios%20Core%20Administration%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Natural%20Language%20Annotation%20for%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Natural%20Language%20Processing%20with%20Java%20and%20LingPipe%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Naturally%20Pain%20Free/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Navigating%20Hybrid%20Scrum%20Environments/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Negotiating%20the%20Impossible:%20How%20to%20Break%20Deadlocks%20and%20Resolve%20Ugly%20Conflicts/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Nest.js:%20A%20Progressive%20Node.js%20Framework/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Net%20Framework%204.5%20Expert%20Programming%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Network%20Analysis%20using%20Wireshark%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Network%20Security%20and%20Cryptography/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Neural%20Network%20Programming%20with%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Newtonian%20Mechanics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Nginx:%20From%20Beginner%20to%20Pro/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Night%20of%20the%20Living%20Trekkies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Nmap%206:%20Network%20Exploration%20and%20Security%20Auditing%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/No%20Turning%20Back/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/No-nonsense%20Cover%20Letters/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node%20Security/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%206.x%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%20Design%20Patterns%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%20Web%20Development%20-%20Third%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Node.js%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Not%20All%20Data%20Is%20Created%20Equal/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Not%20So%20Much%2c%20Said%20the%20Cat/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Notorious%20Prisons%20of%20the%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Notoriously%20Dapper:%20How%20to%20Be%20a%20Modern%20Gentleman%20with%20Manners%2c%20Style%20and%20Body%20Confidence/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Now%20Peals%20Midnight/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Numerical%20Methods%20in%20Engineering%20and%20Science%20(%20C%2c%20C%2b%2b%2c%20MATLAB)/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OAuth%202%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Object%20Oriented%20Javascript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20Analysis%2c%20Design%20and%20Implementation/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20JavaScript%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20Programming%20with%20PHP5/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Object-Oriented%20vs.%20Functional%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ocean%20Instrumentation%2c%20Electronics%2c%20and%20Energy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/On%20Basilisk%20Station/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/On%20Shaky%20Ground/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Once%20a%20Hero/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/One%20Day%20on%20Mars/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Open%20Access/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Open%20Vains%20of%20Latin%20America/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenCV%202%20Computer%20Vision%20Application%20Programming%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenCV%203%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenCV%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenCV%20Computer%20Vision%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenCV%20for%20Secret%20Agents/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenGL%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenStack%20Administration%20with%20Ansible%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/OpenStreetMap/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Operating%20Systems/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Optics:%20An%20Introduction/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Optimizing%20Hadoop%20for%20MapReduce/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Oracle%20Database%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Oracle%20Solaris%2011%20Advanced%20Administration%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Oracle%20User%20Productivity%20Kit%203.5/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Orchestrating%20Docker/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Organizational%20Crisis%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Over%20the%20Counter%20Natural%20Cures%2c%20Expanded%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Overcoming%20Bias:%20Building%20Authentic%20Relationships%20Across%20Differences/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PHP%207%20Programming%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PHP%20Microservices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PMI-PBA%20Exam%20Practice%20Test%20and%20Study%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pair%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pandas%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Parable%20of%20the%20Sower/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Parable%20of%20the%20Talents/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Paradigms%20of%20Artificial%20Intelligence%20Programming/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Paradox/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Parallel%20and%20Concurrent%20Programming%20in%20Haskell/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Patternmaster%2c%20Book%20Four%20of%20Seed%20To%20Harvest%20series/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20Do%20Oprimido/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20da%20Autonomia/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20da%20Esperan%c3%a7a/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pedagogia%20da%20Indigna%c3%a7%c3%a3o/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pedagogia:%20Di%c3%a1logo%20E%20Conflito/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Penetration%20Testing%20with%20Raspberry%20Pi%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Penetration%20Testing%20with%20the%20Bash%20shell/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Performance%20Testing%20with%20JMeter%202.9/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Persistence%20in%20PHP%20with%20Doctrine%20ORM/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Perturabo:%20The%20Hammer%20of%20Olympia/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PhantomJS%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PhoneGap%203%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PhoneGap%20Mobile%20Application%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PhoneGap%20for%20Enterprise/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PhotoshopElements%202018/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Physics%20Lab%20Experiments/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Piano%20and%20Keyboard%20All-in-One%20For%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pirate%20Utopia/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Planets/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Planning%20and%20Preparing%20for%20Microsoft%20SharePoint%20Hybrid/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pol%c3%adtica%20e%20Educa%c3%a7%c3%a3o/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Por%20Uma%20Pedagogia%20Da%20Pergunta/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Porting%20to%20Python%203/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%209%20Admin%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%209%20High%20Availability%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%209.0%20High%20Performance/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20Development%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20High%20Availability%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PostgreSQL%20Server%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Power%20Of%20Collaboration/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Power%20Of%20People%20Skills/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Power%20of%20Attitude/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Power%20of%20Discipline/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PowerShell%20Integrated%20Scripting%20Environment%203.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PowerShell%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PowerShell%20Troubleshooting%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Powers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Business%20Intelligence/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Change%20Management%20for%20IT%20Projects/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Analysis/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Analysis%20-%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Data%20Science%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20DevOps/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Digital%20Forensics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Google%20Analytics%20and%20Google%20Tag%20Manager%20for%20Developers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Internet%20of%20Things%20Security/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20LPIC-1%20Linux%20Certification%20Study%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Linux%20Security%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Linux%20Topics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning%20with%20H20:%20Powerful%2c%20Scalable%20Techniques%20for%20Deep%20Learning%20and%20AI/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning%20with%20H2O%2c%201Ed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning:%20A%20New%20Look%20at%20Anomaly%20Detection/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Machine%20Learning:%20Innovations%20in%20Recommendation/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Malware%20Analysis:%20The%20Hands-On%20Guide%20to%20Dissecting%20Malicious%20Software/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Meditation%20for%20Busy%20Souls/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Microservices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Mobile%20Forensics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Monitoring/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Network%20Automation/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Reverse%20Engineering:%20x86%2c%20x64%2c%20ARM%2c%20Windows%20Kernel%2c%20Reversing%20Tools%2c%20and%20Obfuscation/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20Windows%20Forensics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical%20gRPC/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practical_AngularJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Practices%20of%20the%20Python%20Pro/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pride%20and%20Prejudice%20and%20Zombies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pride%20and%20Prejudice%20and%20Zombies:%20Dreadfully%20Ever%20After/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Prime%20Meridian/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Princesses%20Behaving%20Badly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Principles%20of%20Data%20Mining/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Principles%20of%20Data%20Science/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Privacy%20and%20the%20IoT/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pro%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pro%20Git%20(Second%20Edition)/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pro%20Linux%20High%20Availability%20Clustering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pro%20Tools%20All-in-One%20For%20Dummies%2c%203rd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pro%20Vim/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Problem%20Solving%20with%20Algorithms%20and%20Data%20Structures/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Procedural%20Content%20Generation%20for%20Unity%20Game%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Procrastination%20Cure/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Product%20Leadership/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Product%20Management%20in%20Practice/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Product%20Overview%20and%20Capability%20Guide%20Microsoft%20Dynamics%20NAV%202016/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Professional%20CSS3/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Professora%20Sim%2c%20Tia%20N%c3%a3o/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programa%c3%a7%c3%a3o%20Funcional%20e%20Concorrente%20em%20Rust/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programmer%27s%20Guide%20to%20Apache%20Thrift/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20ArcGIS%2010.1%20with%20Python%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Fundamentals%20Using%20MATLAB/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Kotlin/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20MapReduce%20with%20Scalding/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20PHP%2c%204E/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20React%20Native/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Rust/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Scala%2c%202E/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20TypeScript/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Windows%20Store%20Apps%20with%20HTML%2c%20CSS%2c%20and%20JavaScript%2c%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Programming%20Windows%c2%ae%20Phone%207/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Progressive%20Web%20Apps/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Progressive%20Web%20Apps%20with%20Preact/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Project%20Business%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Project%20Management%20JumpStart%2c%204th%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Project%20Management%20Lessons%20Learned/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Project%20Scope%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Project.%20Program.%20Change/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Projects%20Without%20Boundaries:%20Successfully%20Leading%20Teams%20and%20Managing%20Projects%20in%20a%20Virtual%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Prometheus:%20Up%20and%20Running/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Prototype%20to%20Product/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Prototyping%20for%20Physical%20and%20Digital%20Products/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Proxemic%20Interactions:%20From%20Theory%20to%20Practice/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Psychological%20Safety%20in%20Operation%20Teams/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Pulling%20Together/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Puppet%205%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Puppet%20Reporting%20and%20Monitoring/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/PySide%20GUI%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20101/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%202.6%20Text%20Processing:%20Beginners%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%203%20Object%20Oriented%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%203%20Object-oriented%20Programming%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%203%20Text%20Processing%20with%20NLTK%203%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%203%20Web%20Development%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%203%20for%20Machine%20Learning/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Basics:%20A%20Self-Teaching%20Introduction/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Business%20Intelligence%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Crash%20Course:%20A%20Hands-On%2c%20Project-Based%20Introduction%20to%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Analysis/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Science%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Science%20Essentials%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Structures%20and%20Algorithms/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Data%20Visualization%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Deep%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20For%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20GUI%20Programming%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20GUI%20Programming%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Game%20Programming%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Geospatial%20Development%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Geospatial%20Development%20-%20Third%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20High%20Performance%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Machine%20Learning%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Machine%20Learning%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Penetration%20Testing%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Playground:%20Geeky%20Projects%20for%20the%20Curious%20Programmer/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Programming/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Projects%20for%20Kids/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Testing%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Unlocked/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Web%20Frameworks/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20Web%20Scraping%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Data%20Analysis%2c%202nd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Finance/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Finance%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Secret%20Agents/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20for%20Tensor%20Flow%20Pocket%20Primer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python%20for%20you%20and%20me/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Python_Matplotlib_Cheat_Sheet/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Qualitative%20HCI%20Research:%20Going%20Behind%20the%20Scenes/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Quantum%20Mechanics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Cookbook%2c%202E/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Data%20Visualization%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Deep%20Learning%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Graph%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Graphs%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Graphs%20Cookbook%20(Second%20Edition)/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Machine%20Learning%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20Object-oriented%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20for%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/R%20in%20a%20Nutshell:%20A%20Desktop%20Quick%20Reference%2c%202nd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RAP%20as%20a%20Service%20for%20Dynamics%20CRM/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RAP%20as%20a%20Service%20for%20SharePoint%20Server/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RESS%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RESTful%20Java%20Web%20Services%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RESTful%20Java%20with%20JAX-RS%202.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RESTful%20Web%20API%20Design%20with%20Node.js/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ROS%20Robotics%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20Cookbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20Essentials/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20in%20Depth/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/RabbitMQ%20succinctly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rachel%20Khoo%27s%20Kitchen%20Notebook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Radar%20Systems%20and%20Radio%20Aids%20to%20Navigation/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Radiant/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rapid%20Deployment%20Guide%20For%20Azure%20Rights%20Management/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rapid%20Techniques%20for%20Mapping%20Experiences/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20By%20Example/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20Home%20Automation%20with%20Arduino/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20Media%20Center/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20Projects%20for%20Kids/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20for%20Secret%20Agents/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20for%20Secret%20Agents%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Raspberry%20Pi%20for%20Secret%20Agents%20-%20Third%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rats%2c%20Bats%20%26%20Vats/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/React%20Design%20Patterns%20and%20Best%20Practices/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/React%20In-depth%20An%20exploration%20of%20UI%20development/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/React%20Native%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/React%20Quickly/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/React%20and%20React%20Native/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/React.js%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/ReactJS%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Reactive%20Data%20Handling/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Reactive%20Microservices%20Architecture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Reactive%20Programming%20with%20JavaScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Real%20World%20Haskell/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Real-Time%20Embedded%20Components%20and%20Systems%20With%20Linux%20and%20RTOS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Realm%20of%20Racket:%20Learn%20to%20Program%2c%20One%20Game%20at%20a%20Time%21/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Recommender%20Systems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Redis%20Applied%20Design%20Patterns/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Regular%20expressions%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Reinventing%20Yourself/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Release%20Engineering/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Remaining%20Relevant%20in%20Your%20Tech%20Career/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Representation%2c%20Inclusion%2c%20and%20Innovation:%20Multidisciplinary%20Explorations/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Research%20in%20the%20Wild/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Responsive%20Media%20in%20HTML5/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Responsive%20Web%20Design%20with%20AngularJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Responsive%20Web%20Design%20with%20HTML5%20and%20CSS3/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Responsive%20Web%20Design%20with%20HTML5%20and%20CSS3%20-%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rethinking%20Enterprise%20Storage%20A%20Hybrid%20Cloud%20Model/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Reversing:%20Secrets%20of%20Reverse%20Engineering/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rewired:%20The%20Post-Cyberpunk%20Anthology/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rich%20Horton%e2%80%99s%20The%20Year%e2%80%99s%20Best%20Science%20Fiction%20%26%20Fantasy%202017/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Robots/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Roboute%20Guilliman:%20Lord%20of%20Ultramar/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rules%20for%20Developing%20Safety%20Critical%20Code/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rust%20Essentials/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rust%20High%20Performance/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Rust%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SAP%20BusinessObjects%20Reporting%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SAP%20Transaction%20Codes/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SFML%20Game%20Development%20By%20Example/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SOA%20Made%20Simple/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SOA%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SPA%20Design%20and%20Architecture/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SQL%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SQL%20Server%202012%20Reporting%20Services%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SQL%20Server%202012%20with%20PowerShell%20V3%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SQL%20Server%202014%20Development%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SSH:%20a%20Modern%20Lock%20for%20Your%20Server%3f/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Safe%20Enough%20to%20Soar:%20Career%20Conversations%20Organizations%20Need%20and%20Employees%20Want/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sales%20%26%20Pitch%20Letters%20for%20Busy%20People/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Salesforce.com%20Customization%20Handbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Salsa%20Nocturna/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sass%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sass%20and%20Compass%20Designer%27s%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scala%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scala%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scala%20High%20Performance%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scala%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scala%20in%20Depth/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scala%20with%20Cats/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Science%20%26%20Philosophy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Science%20Made%20Stupid/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scientific%20Computing%20with%20Python%203/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Scratch%202.0%20Beginner%27s%20Guide:%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secret%20Lives%20of%20Great%20Filmmakers/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secrets%20Of%20Power%20Negotiating/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secrets%20Of%20Power%20Salary%20Negotiating/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secrets%20and%20Lies:%20Digital%20Security%20in%20a%20Networked%20World%2c%2015th%20Anniversary%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secrets%20of%20the%20JavaScript%20Ninja/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secrets%20of%20the%20JavaScript%20Ninja%2c%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Secure%20by%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Securing%20Web%20Applications/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Security%20Engineering:%20A%20Guide%20to%20Building%20Dependable%20Distributed%20Systems%2c%202nd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Security%20and%20Frontend%20Performance/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Seeking%20SRE/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Self-Audit:%20Checking%20Assumptions%20at%20the%20Door/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Self-Tracking/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Servant%20of%20the%20Underworld/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Serverless%20Ops/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Serverless%20Single%20Page%20Apps/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Service%20Oriented%20Architecture%20with%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Set%20Up%20A%20Social%20Engagement%20Search%20For%20Your%20Product/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Seven%20Databases%20in%20Seven%20Weeks%2c%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Seven%20Languages%20in%20Seven%20Weeks/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Shadow%20Magic%2c%20Book%20One%20of%20the%20Lyra%20Novels/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Shadow%20of%20Saganami/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Shadow%e2%80%99s%20Son/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Shake.%20Stir.%20Sip./ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Online%20Dedicated%20Service%20Description/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Products%20Keyboard%20Shortcuts/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Server%202016%20Databases%20%e2%80%93%20Quick%20Reference%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SharePoint%20Server%202016%20Quick%20Start%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Shooting%20the%20Rift/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Silence%20on%20the%20Wire:%20A%20Field%20Guide%20to%20Passive%20Reconnaissance%20and%20Indirect%20Attacks/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Silver%20Star/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Simple%20Is%20The%20New%20Smart/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Simplify%20Group%20Policy%20administration%20with%20Windows%20PowerShell/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sing%20the%20Four%20Quarters/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sister%20Emily%27s%20Lightship/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sister%20Light%2c%20Sister%20Dark/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SketchUp%202014%20for%20Architectural%20Visualization/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Skill%20Up%20Report%202016/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Slow/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Slow%20Bullets/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Slow%20Down%20to%20Speed%20Up:%20Continuous%20Quality%20Assurance%20in%20a%20DevOps%20Environment/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Smart%20Girl%27s%20Guide%20to%20Privacy:%20Practical%20Tips%20for%20Staying%20Safe%20Online/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Smart%20Internet%20of%20Things%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Smarter%20Data%20Science:%20Succeeding%20with%20Enterprise-Grade%20Data%20and%20AI%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Smarter%20Next%20Year/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/So%20You%20Want%20To%20Be%20A%20Scrum%20Master/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Social%20Engineering:%20The%20Art%20of%20Human%20Hacking/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Social%20is%20for%20Closers/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Soft%20Skills/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Software%20Architecture%20Patterns/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Software%20Architecture%20with%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Software%20Development%20Metrics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Software%20Quality%20Assurance/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Software%20Testing%20Principles%20and%20Practices/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Software%20in%2030%20Days:%20How%20Agile%20Managers%20Beat%20the%20Odds%2c%20Delight%20Their%20Customers%2c%20and%20Leave%20Competitors%20in%20the%20Dust/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Solid%20State%20Physics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Soulminder/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Soup%20Swap/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Spark%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Specification%20by%20Example/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Splunk%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Spring%20Microservices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Spring%20Microservices%20in%20Action/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Spring%20Security%203.1/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Spring%20Security%203.x%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%201/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2010/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2011/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2012/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%2013/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%202/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%203/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%204/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%205/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%206/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%207/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%208/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20(2011-2016)%20Vol.%209/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek%20vs.%20Transformers/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek-Green%20Lantern%20Vol.%201/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek-Green%20Lantern%20Vol.%202/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek-Planet%20of%20the%20Apes:%20The%20Primate%20Directive/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Alien%20Spotlight%20Vol.%201/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Alien%20Spotlight%20Vol.%202/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Boldly%20Go%20Vol.%201/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Boldly%20Go%20Vol.%202/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Boldly%20Go%20Vol.%203/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Aftermath%20%231/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Aftermath%20%232/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Aftermath%20%233/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Light%20of%20Kahless/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery:%20Succession/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Discovery%e2%80%94Captain%20Saru/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Harlan%20Ellisons%20City%20on%20the%20Edge%20of%20Forever/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%201/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%202/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%203/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%204/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%205/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%206/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%207/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20New%20Visions:%20Vol.%208/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Next%20Generation%20-%20Ghosts/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Starfleet%20Academy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation%20-%20Hive/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation%2020-20/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation%20365/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Intelligence%20Gathering/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Mirror%20Broken/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Terra%20Incognita/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20The%20Space%20Between/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Next%20Generation:%20Through%20the%20Mirror/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20The%20Q%20Conflict/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Voyager:%20Mirrors%20and%20Smoke/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Waypoint%20Special%20%231/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Waypoint%20Special%202019/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Waypoint%20Vol.%201/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%231/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%232/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%233/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%234/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%235/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%236/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%237/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Star%20Trek:%20Year%20Five%20%238/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Start%20Working%20in%20CRM/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/StartupPro:%20How%20to%20set%20up%20and%20grow%20a%20tech%20business/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/State%20of%20APIs%20Report%202016/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Static%20Site%20Generators/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Statistical%20Analysis%20with%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Statistics%20for%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Statistics%20for%20Machine%20Learning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Steampunk%20II:%20Steampunk%20Reloaded/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Steampunk%20III:%20Steampunk%20Revolution/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Stop%20Guessing:%20The%209%20Behaviors%20of%20Great%20Problem%20Solvers/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Storm%20Real-time%20Processing%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Storyteller:%20Writing%20Lessons%20and%20More%20from%2027%20Years%20of%20the%20Clarion%20Writers%e2%80%99%20Workshop/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Strange%20Angel/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Stress%20Is%20a%20Choice/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Structural%20Steel%20Design%20Third%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Stuck%20on%20Stop/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Successful%20Novelist/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Supermen%21%20The%20First%20Wave%20of%20Comic%20Book%20Heroes%201936-1941/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sustainability/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Swan%20Song/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sweet%20Middle%20East/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Sweet%20and%20Tart/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Swift%20Pocket%20Reference/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Switching%20to%20Angular%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Symfony%201.3%20Web%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/SysAdmin%20101/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Systematic%20Strategic%20Planning/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Systematic%20Web%20Design/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Take%20the%20Mic/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Tales%20of%20the%20Hidden%20World/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Tea%20with%20the%20Black%20Dragon/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Teach%20Yourself%20VISUALLY%20Guitar/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Teach%20Yourself%20VISUALLY%20Piano/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Team%20Foundation%20Server%20to%20Visual%20Studio%20Team%20Services%20Migration%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Technical%20Blogging%2c%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ten%20Dead%20Comedians/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Tensor%20Analysis%20for%20Engineers%20Second%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/TensorFlow%202%20Pocket%20Primer/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/TensorFlow%20For%20Machine%20Intelligence/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/TensorFlow%20Machine%20Learning%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Test-Driven%20Java%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Test-Driven%20JavaScript%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Test-Driven%20iOS%20Development%20with%20Swift/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Testing%20Java%20Microservices/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Testing%20in%20Scala/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%207%20Habits%20of%20Highly%20Effective%20People:%20Powerful%20Lessons%20in%20Personal%20Change/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Agile%20Enterprise/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Agile%20Pocket%20Guide:%20A%20Quick%20Start%20to%20Making%20Your%20Business%20Agile%20Using%20Scrum%20and%20Beyond/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Algorithm%20Design%20Manual/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Data%20Science/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Data%20Usability/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Deception:%20Controlling%20the%20Human%20Element%20of%20Security/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Art%20of%20Memory%20Forensics:%20Detecting%20Malware%20and%20Threats%20in%20Windows%2c%20Linux%2c%20and%20Mac%20Memory/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Assassins%20of%20Altis/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Atlantropa%20Articles/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Basics%20of%20Bitcoins%20and%20Blockchains:%20An%20Introduction%20into%20Cryptocurrency%20and%20the%20Technology%20that%20Powers%20Them/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Best%20of%20Bova/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Big%20Bad%20Book%20of%20Bill%20Murray/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Board%20is%20Set/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Book%20of%20F%23:%20Breaking%20Free%20with%20Managed%20Functional%20Programming/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Book%20of%20Kells/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Book%20of%20Skulls/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Booklovers%27%20Guide%20to%20Wine/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Boy%20Who%20Played%20with%20Fusion/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Canon/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Cocktail%20Companion/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Complete%20Redux%20Book/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Complete%20Software%20Project%20Manager:%20Mastering%20Technology%20from%20Planning%20to%20Launch%20and%20Beyond/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Cyberiad/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Data%20Science%20Design%20Manual/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Design%20of%20Implicit%20Interactions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20DevOps%20Toolbox%20Tools%20and%20Technologies%20for%20Scale%20and%20Reliability/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Diet%20Survivor%e2%80%99s%20Handbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Dragons%20of%20Dorcastle/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Edge%20of%20Physics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Emperor%27s%20Soul/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Encyclopedia%20Shatnerica/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Evolution%20of%20Lisp/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Falling%20Woman/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Fast%20Forward%20MBA%20in%20Project%20Management%2c%205th%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Female%20Man/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Fire%27s%20Stone/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20First%20Heretic/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Flight%20of%20the%20Eisenstein/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Four%20Pillars%20of%20Project%20Portfolio%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Future/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Future%20of%20Product%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Game%20Jam%20Survival%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Genius%20Habit/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Genome/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Goldilocks%20Enigma/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Harp%20of%20Imach%20Thyss%2c%20Book%20Three%20of%20the%20Lyra%20Novels/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Healer%27s%20War/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Hidden%20Masters%20of%20Marandur/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Horns%20of%20Ruin/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Human%20Factor%20in%20Project%20Management/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Human%20Side%20of%20Postmortems/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Internet%20of%20Things/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Java%20Module%20System/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Layla%20Collection:%20Dancers%20in%20the%20Dark%20and%20Layla%20Steps%20Up/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20League%20of%20Regrettable%20Superheroes/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Legion%20of%20Regrettable%20Super%20Villains/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Limitations%20of%20Type%20Classes%20as%20Subtyped%20Implicits/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Linux%20Command%20Line:%20A%20Complete%20Introduction/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Book%20of%20HTMLCSS%20Coding%20Guidelines/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Book%20of%20HTMLCSS%20Frameworks/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Book%20of%20Python%20Anti-Patterns%20and%20Worst%20Practice/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Little%20Go%20Book/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Maker%27s%20Guide%20to%20the%20Zombie%20Apocalypse:%20Defend%20Your%20Base%20with%20Simple%20Circuits%2c%20Arduino%2c%20and%20Raspberry%20Pi/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Meek/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Mount/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20New%20One-Page%20Project%20Manager:%20Communicate%20and%20Manage%20Any%20Project%20With%20A%20Single%20Sheet%20of%20Paper%2c%202nd%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20New%20Voices%20of%20Fantasy/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Only%20Leadership%20Book%20You%27ll%20Ever%20Need/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Org%20Manual/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Origin%20of%20Names%2c%20Words%20and%20Everything%20in%20Between/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20People%20Equation:%20Why%20Innovation%20Is%20People%2c%20Not%20Products/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Plutonium%20Blonde/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Principles%20of%20Object-Oriented%20JavaScript/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Professional%20ScrumMaster%27s%20Handbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Project%20Book:%20The%20Complete%20Guide%20to%20Consistently%20Delivering%20Great%20Projects/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Project%20Success%20Method:%20A%20Proven%20Approach%20for%20Achieving%20Superior%20Project%20Performance%20in%20as%20Little%20as%205%20Days/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Purpose%20Revolution:%20How%20Leaders%20Create%20Engagement%20and%20Competitive%20Advantage%20in%20an%20Age%20of%20Social%20Good/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Quiet%20Rise%20of%20Introverts:%208%20Practices%20for%20Living%20and%20Loving%20in%20a%20Noisy%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Raven%20Ring%2c%20Book%20Five%20of%20the%20Lyra%20Novels/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Resurrectionist/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Road%20to%20Hell/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Rust%20Programming%20Language/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Search%20for%20Philip%20K.%20Dick/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Secret%20History%20of%20Marvel%20Comics:%20Jack%20Kirby%20and%20the%20Moonlighting%20Artists%20at%20Martin%20Goodman%27s%20Empire/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Secrets%20to%20Creating%20Amazing%20Photos:%2083%20Composition%20Tools%20from%20the%20Masters/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Security%20Data%20Lake/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Sheep%20Look%20Up/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Shellcoder%27s%20Handbook:%20Discovering%20and%20Exploiting%20Security%20Holes%2c%202nd%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Sherlock%20Holmes%20Handbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Silent%20Strength%20of%20Stones/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Site%20Reliability%20Workbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Sphinx%20at%20Dawn/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Story%20Behind:%20The%20Extraordinary%20History%20Behind%20Ordinary%20Objects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Swords%20of%20Haven/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Technological%20Singularity/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Third%20Bear/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Type%20Astronaut%27s%20Guide%20to%20Shapeless/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Very%20Best%20of%20Kate%20Elliott/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Very%20Best%20of%20Tad%20Williams/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Web%20Application%20Hacker%27s%20Handbook:%20Finding%20and%20Exploiting%20Security%20Flaws%2c%202nd%20Edition/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Where%2c%20the%20Why%2c%20and%20the%20How/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Who%2c%20the%20What%2c%20and%20the%20When/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Witch%20Who%20Came%20in%20from%20the%20Cold:%20Season%20One/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/The%20Wolf%27s%20Hour/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/They%20Don%27t%20Teach%20Corporate%20in%20College/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Bayes:%20Bayesian%20Statistics%20in%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Java/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Julia/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Like%20a%20Data%20Scientist/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Like%20a%20Programmer:%20An%20Introduction%20to%20Creative%20Problem%20Solving/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Like%20an%20Entrepreneur%2c%20Act%20Like%20a%20CEO/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Think%20Stats%2c%202e:%20Exploratory%20Data%20Analysis/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/This%20Business%20of%20Publishing/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Thoughtful%20Machine%20Learning%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Thoughtful%20Machine%20Learning%20with%20Python%2c%201Ed/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Threat%20Modeling:%20Designing%20for%20Security/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Three%20Hearts%20and%20Three%20Lions/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Thriving%20in%20the%20Gig%20Economy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Time%20Series%20Databases:%20New%20Ways%20to%20Store%20and%20Access%20Data/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Time%20Travel%20in%20Einstein%27s%20Universe/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Tkinter%20GUI%20Application%20Development%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/To%20Conquer%20Chaos/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Top%20Chef:%20The%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Top%20Performer%e2%80%99s%20Guide%20to%20Change/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Top%20Performer%e2%80%99s%20Guide%20to%20Speeches%20and%20Presentations/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Tragic%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Transforms%20in%20CSS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Transitioning%20to%20.NET%20Core%20on%20Red%20Hat%20Enterprise%20Linux/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Treating%20Cancer%20with%20Immunotherapy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Tremontaine:%20Season%20One/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Troubleshooting%20Docker/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Turning%20People%20into%20Teams:%20Rituals%20and%20Routines%20That%20Redesign%20How%20We%20Work/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Turtle%20Design%20in%20a%20Rabbit%20Age/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Twilio%20Cookbook:%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Twitter%20Bootstrap%203%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Two%20Scoops%20of%20Django%201.8/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/TypeScript%20Design%20Patterns/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/TypeScript%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/TypeScript%20Succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/UX%20Fundamentals%20for%20Non-UX%20Professionals/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ukulele%20Exercises/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Ultimate%20Appetizer%20Ideabook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Um%20guia%20para%20a%20REST%20e%20o%20design%20de%20API/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unauthorised%20Access:%20Physical%20Penetration%20Testing%20For%20IT%20Security%20Teams/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Underachiever%27s%20Manifesto/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Undercity/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Undercover%20Edge/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Understanding%20API%20Security/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Understanding%20Databases/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Understanding%20Industrial%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Understanding%20Microsoft%20Virtualizaton%20R2%20Solutions/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Understanding%20Patriarchy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Understanding%20Software/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unikernels/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unit%20testing%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%203D%20UI%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%204%20Game%20Development%20HOTSHOT/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%205%20Game%20Optimization/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%205%20for%20Android%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%205.x%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%205.x%20Shaders%20and%20Effects%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20AI%20Game%20Programming%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20Android%20Game%20Development%20by%20Example%20Beginner%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20Game%20Development%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20Game%20Development%20Scripting/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20Multiplayer%20Games/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20Shaders%20and%20Effects%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity%20Virtual%20Reality%20Projects/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unity3D%20UI%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Universal%20Principles%20of%20Design/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Unleash%20the%20Poem%20Within/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Untangle%20Network%20Security/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Upcycled%20Technology:%20Clever%20Projects%20You%20Can%20Do%20with%20Your%20Discarded%20Tech/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Usability%20Matters/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/User%20Experience%20Design%20for%20the%20Internet%20of%20Things/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/User-Centered%20Agile%20Methods/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Using%20Asyncio%20in%20Python/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Using%20CiviCRM/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Using%20the%20Web%20to%20Build%20the%20IoT/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Vegetables%20on%20Fire/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Vim%20Cheat%20Sheet/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Vintage%20Tomorrows/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Visual%20Collaboration:%20A%20Powerful%20Toolkit%20for%20Improving%20Meetings%2c%20Projects%2c%20and%20Processes/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Voice%20Application%20Development%20for%20Android/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Vue.js%202%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Vue.js:%20Understanding%20its%20Tools%20and%20Ecosystem/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Vulkan%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WINDOWS%20POWERSHELL%204.0%20LANGUAGE%20QUICK%20REFERENCE/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WINDOWS%20POWERSHELL%20INTEGRATED%20SCRIPTING%20ENVIRONMENT%204.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WMI%20in%20PowerShell%203.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WMI%20in%20Windows%20PowerShell%204.0/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WORKING%20TOWARD%20EXCELLENCE/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Warrior/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Waste%20Free%20Kitchen%20Handbook/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Water:%20The%20Fate%20of%20Our%20Most%20Precious%20Resource/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/We%20Can%27t%20Talk%20about%20That%20at%20Work%21:%20How%20to%20Talk%20About%20Race%2c%20Religion%2c%20Politics%2c%20and%20Other%20Polarizing%20Topics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20App%20Testing%20Using%20Knockout.JS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20Development%20with%20Clojure%2c%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20Development%20with%20Django%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20Development%20with%20Django%20Cookbook%20-%20Second%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20Hosting%20for%20Dummies/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20Page%20Size%2c%20Speed%2c%20and%20Performance/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Web%20Scraping%20with%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WebGL%20Game%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WebRTC%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WebRTC%20Integrator%27s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Webapp%20Testing%20Using%20KnockoutJS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Webapps%20in%20Go/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Well-Spoken%20Thesaurus/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%20Are%20Conversational%20Bots/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%20Is%20Data%20Science/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%20You%20Need%20to%20Know%20about%20Docker/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%20Your%20Boss%20Really%20Wants%20from%20You:%2015%20Insights%20to%20Improve%20Your%20Relationship/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%20you%20need%20to%20know%20about%20Angular%202/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%20you%20need%20to%20know%20about%20R/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/What%27s%20It%20Like%20in%20Space%3f/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/White%20Jenna/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Whitehall:%20Season%20One/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Who%20Watches%20The%20Watcher%3f%20Detecting%20Hypervisor%20Introspection%20from%20Unprivileged%20Guests/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Why%20Boys%20Need%20Parents/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Why%20Innovative%20App%20Developers%20Love%20High-Speed%20OSDBMS/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Why%20Rust/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Wicked%20Wonders/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Wild%20Seed/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2301/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2302/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2303/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2304/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2305/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2306/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2307/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2308/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2309/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2310/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2311/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit%20%2312/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit:%20Corpse%20Makers%20%231/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit:%20Corpse%20Makers%20%232/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner%27s%20The%20Spirit:%20Corpse%20Makers%20%233/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Will%20Eisner:%20A%20Spirited%20Life%20Deluxe%20Edition/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Win%20the%20Heart:%20How%20to%20Create%20a%20Culture%20of%20Full%20Engagement/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%2010%20Bible/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20Forensics%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%203.0%20Examples/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%203.0%20Language%20Quick%20Reference/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%204.0%20Language%20Reference%20Examples/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%20Command%20Builder%20User%e2%80%99s%20Guide/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%20Desired%20State%20Configuration%20Quick%20Reference/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20PowerShell%20Web%20Access/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Windows%20Server%202016%20Automation%20with%20PowerShell%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Wireless%20Sensor%20Networks/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Wireshark%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Wireshark%20for%20Security%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Witch/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/With%20Unclean%20Hands/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Wonders%20of%20the%20Invisible%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/WordPress%203%20Complete/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Work%20At%20Home%20Now/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Work%20Smarter%20Not%20Harder:%2018%20Productivity%20Tips%20that%20Boost%20your%20Work%20Day%20Performance/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Working%20with%20Big%20Data%20in%20Python/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Write%20Great%20Code%2c%20Volume%201:%20Understanding%20the%20Machine/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Write%20Great%20Code%2c%20Volume%202:%20Thinking%20Low-Level%2c%20Writing%20High-Level/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Writing%20Great%20Books%20for%20Young%20Adults/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/X-15%20Diary/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/XML%20Basics/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Cross-platform%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Essentials/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Xamarin%20Mobile%20Application%20Development%20for%20iOS/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Xquery%20Language%20Reference/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Year%27s%20Best%20Military/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Yesterday%27s%20Kin/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Yii%20Project%20Blueprints/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/You%20Are%20Getting%20Sleepy/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/You%20Want%20Fries%20With%20That%3f/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Young%20Romance%20Vol.%202:%20The%20Early%20Simon%20%26%20Kirby%20Romance%20Comics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Young%20Romance:%20The%20Best%20of%20Simon%20%26%20Kirby%27s%20Romance%20Comics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Your%20Brand%20Sux/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Your%20Creative%20Career/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Your%20Playlist%20Can%20Change%20Your%20Life/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Your%20Project%20Management%20Coach:%20Best%20Practices%20for%20Managing%20Projects%20in%20the%20Real%20World/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/Zen%20Cart:%20E-commerce%20Application%20Development/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/iOS%2010%20Programming%20for%20Beginners/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/iOS%20Development%20with%20Xamarin%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/iPad%20and%20iPhone%20For%20Musicians%20For%20Dummies/ + + + 1 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/jQuery%20Notes%20for%20Professionals/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/mobile-performance-vol3/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/powershell%20succintly/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/scikit-learn%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/self-service-analytics/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/vSphere%20Design%20Best%20Practices/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/wxPython%202.8%20Application%20Development%20Cookbook/ + + + 0 + + HTTP/1.1 200 OK + + + + /remote.php/dav/files/jbiason/External/eBooks/%e2%80%9cRepent%2c%20Harlequin%21%e2%80%9d%20Said%20the%20Ticktockman/ + + + 0 + + HTTP/1.1 200 OK + + +