Charlotte Holmes Novel

The charactors are adorable. Jamie and Charlotte are a very cute couple. More of advanture than detective through, but interesting none the less.

A Study in Charlotte

"The first book in a witty, suspenseful new series about a brilliant new crime-solving duo: the teen descendants of Sherlock Holmes and John Watson. This clever page-turner will appeal to fans of Maureen Johnson and Ally Carter.

Jamie Watson has always been intrigued by Charlotte Holmes; after all, their great-great-great-grandfathers are one of the most infamous pairs in history. But the Holmes family has always been odd, and Charlotte is no exception. She’s inherited Sherlock’s volatility and some of his vices—and when Jamie and Charlotte end up at the same Connecticut boarding school, Charlotte makes it clear she’s not looking for friends.

But when a student they both have a history with dies under suspicious circumstances, ripped straight from the most terrifying of the Sherlock Holmes stories, Jamie can no longer afford to keep his distance. Danger is mounting and nowhere is safe—and the only people they can trust are each other."

The Last of August

"In the second brilliant, action-packed book in the Charlotte Holmes series, Jamie Watson and Charlotte Holmes are in a chase across Europe to untangle a web of shocking truths about the Holmes and Moriarty families.

Jamie and Charlotte are looking for a winter break reprieve in Sussex after a fall semester that almost got them killed. But nothing about their time off is proving simple, including Holmes and Watson’s growing feelings for each other.

When Charlotte’s beloved Uncle Leander goes missing from the Holmes estate—after being oddly private about his latest assignment in a German art forgery ring—the game is afoot once again, and Charlotte throws herself into a search for answers.

So begins a dangerous race through the gritty underground scene in Berlin and glittering art houses in Prague, where Holmes and Watson discover that this complicated case might change everything they know about their families, themselves, and each other."

The Case for Jamie

"The hotly anticipated and explosive third book in the New York Times bestselling Charlotte Holmes series.

It’s been a year since the shocking death of August Moriarty, and Jamie and Charlotte haven’t spoken.

Jamie is going through the motions at Sherringford, trying to finish his senior year without incident, with a nice girlfriend he can’t seem to fall for.

Charlotte is on the run, from Lucien Moriarty and from her own mistakes. No one has seen her since that fateful night on the lawn in Sussex—and Charlotte wants it that way. She knows she isn’t safe to be around. She knows her Watson can’t forgive her.

Holmes and Watson may not be looking to reconcile, but when strange things start happening, it’s clear that someone wants the team back together. Someone who has been quietly observing them both. Making plans. Biding their time.

Someone who wants to see one of them suffer and the other one dead."

A Question of Holmes

"In the explosive conclusion to the New York Times bestselling Charlotte Holmes series, Holmes and Watson think they’re finally in the clear after graduating from Sherringford…but danger awaits in the hallowed halls of Oxford.

Charlotte Holmes and Jamie Watson finally have a chance to start over. With all the freedom their pre-college summer program provides and no one on their tail, the only mystery they need to solve, once and for all, is what they are to each other.

But upon their arrival at Oxford, Charlotte is immediately drawn into a new case: a series of accidents befell the theater program at Oxford last year, culminating in a young woman going missing on the night of a major performance.

The mystery has gone unsolved; the case is cold. And no one—least of all the girl’s peculiar, close-knit group of friends—is talking.

When Watson and Holmes join the theater program, the “accidents” start anew, giving them no choice but to throw themselves into the case. But as the complicated lines of friendship, love, and loyalty blur, time is running out—and tragedy waits in the wings."

Charlotte Holmes series的更多相关文章

  1. 利用Python进行数据分析(8) pandas基础: Series和DataFrame的基本操作

    一.reindex() 方法:重新索引 针对 Series   重新索引指的是根据index参数重新进行排序. 如果传入的索引值在数据里不存在,则不会报错,而是添加缺失值的新行. 不想用缺失值,可以用 ...

  2. 利用Python进行数据分析(7) pandas基础: Series和DataFrame的简单介绍

    一.pandas 是什么 pandas 是基于 NumPy 的一个 Python 数据分析包,主要目的是为了数据分析.它提供了大量高级的数据结构和对数据处理的方法. pandas 有两个主要的数据结构 ...

  3. 数据分析(8):Series介绍

    Series Series由一组数据及索引组成 索引 采用默认索引 data = pd.Series([4, 3, 2, 1]) 自定义索引 data = pd.Series([4, 3, 2, 1] ...

  4. POJ 3233Matrix Power Series

    妈妈呀....这简直是目前死得最惨的一次. 贴题目: http://poj.org/problem?id=3233 Matrix Power Series Time Limit: 3000MS Mem ...

  5. highchart 添加新的series

    code: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" c ...

  6. C# Chart控件,chart、Series、ChartArea曲线图绘制的重要属性

    http://blog.sina.com.cn/s/blog_621e24e20101cp64.html 为避免耽误不喜欢这种曲线图效果的亲们的时间,先看一下小DEMO效果图: 先简单说一下,从图中可 ...

  7. pandas 学习(1): pandas 数据结构之Series

    1. Series Series 是一个类数组的数据结构,同时带有标签(lable)或者说索引(index). 1.1 下边生成一个最简单的Series对象,因为没有给Series指定索引,所以此时会 ...

  8. (转)LSTM NEURAL NETWORK FOR TIME SERIES PREDICTION

    LSTM NEURAL NETWORK FOR TIME SERIES PREDICTION Wed 21st Dec 2016   Neural Networks these days are th ...

  9. Time Series data 与 sequential data 的区别

    It is important to note the distinction between time series and sequential data. In both cases, the ...

  10. survey on Time Series Analysis Lib

    (1)I spent my 4th year Computing project on implementing time series forecasting for Java heap usage ...

随机推荐

  1. Tesstwo9.1.0配置步骤

    一,配置步骤 环境:Tesstwo9.1.0+Android10(华为)+Android11(模拟器) 1.查看tess-two的最新版本(GitHub - rmtheis/tess-two: For ...

  2. Debug --> wireshark中的lua插件使用

    一.使用Lua脚本对pcap文件按流进行存储 https://zhuanlan.zhihu.com/p/35188803 二.使用tshark对pcap报文进行批量切流 https://blog.cs ...

  3. Centos7部署PXE+Kickstart 实现批量安装操作系统

    1.PXE环境概述 作为一名运维人员,在一些中小公司经常会遇到一些机械式的重复工作,比如:批量一次大批量的进行操作系统的安装等等.为了实现自动化运维,减少人员负担我们可以部署以下服务:Kickstar ...

  4. Navicat15激活

    1.下载Navicat for MySQL 15 https://www.navicat.com.cn/download/navicat-for-mysql 2.下载激活工具 注意:因某些限制,下载链 ...

  5. vue移动端购物商场首页制作

    1.搭建项目框架 新建首页主组件及其子组件并将子组件展示出来 2.封装所需接口 3.编写轮播图组件 <template> <div id="swipercom"& ...

  6. linux 串口查看信息

    查看串口是否可用,可以对串口发送数据比如对com1口,echo helloworld >/dev/ttyS0 [root@H3LINUX90 ~]# echo helloworld >/d ...

  7. 基于predis高并发情况下实现频率控制的函数

    /** * 频率控制函数 * @param string $product 保持唯一 * @param string $key 限制频率的维度 比如uid * @param int $millisec ...

  8. FlexPaperViewer跨服务器\跨域访问swf不显示问题

    做在线预览办公文档时,遇到了使用flexpaper访问文件服务器swf不显示问题. 假想1: swf文件有问题? 实验1: 直接访问swf文件在文件服务器的地址,浏览器可以正常访问,但是放在flexp ...

  9. 1004 Counting Leaves (30分)

    今天在热心网友的督促下完成了第一道PAT编程题. 太久没有保持训练了,整个人都很懵. 解题方法: 1.读懂题意 2.分析重点 3.确定算法 4.代码实现 该题需要计算每层的叶子节点个数,所以选用BFS ...

  10. Hive不能载入本地数据:FAILED: SemanticException Line 1:17 Invalid path

    1.问题描述: (1)问题示例: hive (test)> create table t_textfile(c1 string,c2 int,c3 string,c4 string)      ...