-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
7 lines (7 loc) · 10.6 KB
/
index.html
1
2
3
4
5
6
7
<!DOCTYPE html><html lang="zh-CN"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content="Just follow your own way"><title>Charlie's | Just follow your own way</title><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/normalize/5.0.0/normalize.min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/0.6.0/pure-min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/0.6.0/grids-responsive-min.css"><link rel="stylesheet" type="text/css" href="/css/style.css?v=0.0.0"><link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css"><script type="text/javascript" src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="apple-touch-icon" href="/apple-touch-icon.png"><link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png"><link rel="alternate" type="application/atom+xml" href="/atom.xml"></head><body><div class="body_container"><div id="header"><div class="site-name"><h1 class="hidden">Charlie's</h1><a id="logo" href="/.">Charlie's</a><p class="description">Just follow your own way</p></div><div id="nav-menu"><a href="/." class="current"><i class="fa fa-home"> 首页</i></a><a href="/archives/"><i class="fa fa-archive"> 归档</i></a><a href="/about/"><i class="fa fa-user"> 关于</i></a><a href="/atom.xml"><i class="fa fa-rss"> 订阅</i></a></div></div><div id="layout" class="pure-g"><div class="pure-u-1 pure-u-md-3-4"><div class="content_container"><div class="post"><h2 class="post-title"><a href="/2014/06/06/some_image_processing_software/">一些图像处理软件</a></h2><div class="post-meta">2014-06-06</div><div class="post-content"><p>1. Shotwell</p>
<p><a href="https://wiki.gnome.org/Apps/Shotwell" target="_blank" rel="external">https://wiki.gnome.org/Apps/Shotwell</a></p>
<p>for windows:<a href="http://shotwell.software.informer.com/" target="_blank" rel="external">http://shotwell.software.informer.com/</a></p></div><p class="readmore"><a href="/2014/06/06/some_image_processing_software/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2014/04/02/ceres-solver-google-maps-street-view/">Ceres-Solver--Google街景中用到的开源库</a></h2><div class="post-meta">2014-04-02</div><div class="post-content"><p><a href="http://google-opensource.blogspot.ca/2012/05/introducing-ceres-solver-nonlinear.html" target="_blank" rel="external">http://google-opensource.blogspot.ca/2012/05/introducing-ceres-solver-nonlinear.html</a></p></div><p class="readmore"><a href="/2014/04/02/ceres-solver-google-maps-street-view/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2014/02/19/e8bdace588abe5868de5a496e58c96e4bda0e79a84e7949fe6b4bb/">[转]别再外化你的生活</a></h2><div class="post-meta">2014-02-19</div><div class="post-content"><p>最近伦敦Barbican博物馆举办了一个叫“雨室”的展览:一个房间,水从天花板各处洒下来,但进入里面的游客不会被淋湿,因为天花板上面会有传感器检测到人所站的位置,关掉他们正头顶的龙头。这是项有趣而聪明的交互艺术,所以很受欢迎。这个展览开放的那会儿,我在Twitter上时常见到人们站在雨室中的照片,标题通常是“雨室@Barbican!”,当然,还有能证明他们确实到过那的位置信息。</p></div><p class="readmore"><a href="/2014/02/19/e8bdace588abe5868de5a496e58c96e4bda0e79a84e7949fe6b4bb/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2013/10/12/some_matrix_library/">一些矩阵运算的库</a></h2><div class="post-meta">2013-10-12</div><div class="post-content"><p>opencv:<a href="http://docs.opencv.org/modules/core/doc/operations_on_arrays.html?#invert" target="_blank" rel="external">http://docs.opencv.org/modules/core/doc/operations_on_arrays.html?#invert</a> (矩阵求逆、求伪逆)</p></div><p class="readmore"><a href="/2013/10/12/some_matrix_library/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2013/10/12/opencv-vs-armadillo-vs-eigen-vs-more-round-3-pseudoinverse-test/">[repost]OpenCV vs. Armadillo vs. Eigen vs. more! Round 3: pseudoinverse test</a></h2><div class="post-meta">2013-10-12</div><div class="post-content"><p><a href="http://nghiaho.com/?p=1726" target="_blank" rel="external">http://nghiaho.com/?p=1726</a></p>
<p>Okay, the title of this post is getting longer and sillier, but this is the 3rd continuation of my last two post on comparing different libraries for everyday matrix operations. The last two posts compared basic operations such as multiplication, transposition, inversion etc. etc. in isolation, which is probably not a good reflection of real life usage. So I decided to come up with a new test that would combine different matrix operations together. I chose the pseudoinverse because it is something I use every now and then and it combines multiplication, transposition and inversion, which seems like a good test.</p></div><p class="readmore"><a href="/2013/10/12/opencv-vs-armadillo-vs-eigen-vs-more-round-3-pseudoinverse-test/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2013/10/08/product-secret/">[转]好产品的秘密</a></h2><div class="post-meta">2013-10-08</div><div class="post-content"><p> </p>
<p>过年这几天休息在家看电影,重温了一遍《致命魔术》,剧情就不赘述了,但是两位主角在魔术Transported Man(瞬间移动)上各自的表演秘密让我颇有感悟。</p>
<p> </p>
<p>Borden的Transported Man秘密很简单,就是用的替身,只是这个替身是他的孪生兄弟,为了追求以假乱真时常互换身份生活,为了追求外表一致自残身体,甚至最后为了保守秘密害自己的妻子自杀。</p></div><p class="readmore"><a href="/2013/10/08/product-secret/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2012/11/08/cpp-matrix-eigen/">【转】C++矩阵处理工具——Eigen</a></h2><div class="post-meta">2012-11-08</div><div class="post-content"><p>来自:<a href="http://blog.csdn.net/abcjennifer/article/details/7781936" target="_blank" rel="external">http://blog.csdn.net/abcjennifer/article/details/7781936</a></p></div><p class="readmore"><a href="/2012/11/08/cpp-matrix-eigen/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2012/11/08/insert-music-for-wordpress/">【整理】如何给WordPress插入背景音乐</a></h2><div class="post-meta">2012-11-08</div><div class="post-content"><h1 id="1-无插件的方法"><a href="#1-无插件的方法" class="headerlink" title="1. 无插件的方法"></a>1. 无插件的方法</h1><p>来自:<a href="http://shinian.biz/archives/66.html" target="_blank" rel="external">http://shinian.biz/archives/66.html</a></p></div><p class="readmore"><a href="/2012/11/08/insert-music-for-wordpress/">阅读更多</a></p></div></div></div><div class="pure-u-1-4 hidden_mid_and_down"><div id="sidebar"><div class="widget"><form action="//www.google.com/search" method="get" accept-charset="utf-8" target="_blank" class="search-form"><input type="text" name="q" maxlength="20" placeholder="Search"/><input type="hidden" name="sitesearch" value="http://yoursite.com"/></form></div><div class="widget"><div class="widget-title"><i class="fa fa-folder-o"> 分类</i></div><ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/diary/">diary</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/research/">research</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/skills/">skills</a></li></ul></div><div class="widget"><div class="widget-title"><i class="fa fa-star-o"> 标签</i></div><div class="tagcloud"><a href="/tags/WordPress/" style="font-size: 15px;">WordPress</a> <a href="/tags/社交网络/" style="font-size: 15px;">社交网络</a> <a href="/tags/网络/" style="font-size: 15px;">网络</a> <a href="/tags/矩阵/" style="font-size: 15px;">矩阵</a> <a href="/tags/Eigen/" style="font-size: 15px;">Eigen</a></div></div><div class="widget"><div class="widget-title"><i class="fa fa-file-o"> 最新文章</i></div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2014/06/06/some_image_processing_software/">一些图像处理软件</a></li><li class="post-list-item"><a class="post-list-link" href="/2014/04/02/ceres-solver-google-maps-street-view/">Ceres-Solver--Google街景中用到的开源库</a></li><li class="post-list-item"><a class="post-list-link" href="/2014/02/19/e8bdace588abe5868de5a496e58c96e4bda0e79a84e7949fe6b4bb/">[转]别再外化你的生活</a></li><li class="post-list-item"><a class="post-list-link" href="/2013/10/12/some_matrix_library/">一些矩阵运算的库</a></li><li class="post-list-item"><a class="post-list-link" href="/2013/10/12/opencv-vs-armadillo-vs-eigen-vs-more-round-3-pseudoinverse-test/">[repost]OpenCV vs. Armadillo vs. Eigen vs. more! Round 3: pseudoinverse test</a></li><li class="post-list-item"><a class="post-list-link" href="/2013/10/08/product-secret/">[转]好产品的秘密</a></li><li class="post-list-item"><a class="post-list-link" href="/2012/11/08/cpp-matrix-eigen/">【转】C++矩阵处理工具——Eigen</a></li><li class="post-list-item"><a class="post-list-link" href="/2012/11/08/insert-music-for-wordpress/">【整理】如何给WordPress插入背景音乐</a></li></ul></div></div></div><div class="pure-u-1 pure-u-md-3-4"><div id="footer">© <a href="/." rel="nofollow">Charlie's.</a> Powered by<a rel="nofollow" target="_blank" href="https://hexo.io"> Hexo.</a><a rel="nofollow" target="_blank" href="https://github.com/tufu9441/maupassant-hexo"> Theme</a> by<a rel="nofollow" target="_blank" href="https://github.com/pagecho"> Cho.</a></div></div></div><a id="rocket" href="#top" class="show"></a><script type="text/javascript" src="/js/totop.js?v=0.0.0" async></script><script type="text/javascript" src="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.pack.js" async></script><script type="text/javascript" src="/js/fancybox.js?v=0.0.0" async></script><link rel="stylesheet" type="text/css" href="/css/jquery.fancybox.css?v=0.0.0"><script type="text/javascript" src="/js/codeblock-resizer.js?v=0.0.0"></script><script type="text/javascript" src="/js/smartresize.js?v=0.0.0"></script></div></body></html>