<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ens on Kang Yu</title>
    <link>https://kangyu.org/en/</link>
    <description>Recent content in Ens on Kang Yu</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 15 Aug 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://kangyu.org/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using a separate &#39;.git&#39; folder for a Dropbox share folder</title>
      <link>https://kangyu.org/en/2018-08-15-using-a-separate-git-folder-for-a-dropbox-share-folder/</link>
      <pubDate>Wed, 15 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2018-08-15-using-a-separate-git-folder-for-a-dropbox-share-folder/</guid>
      <description>A problem since long I have:-( was that when I use Git with Dropbox on different computers (even worse when sharing with others or on different OS), the .git folder in Dropbox keeps syncing changes, making annoying notifications in Dropbox. I googled and luckily found a blog post telling the trick on Linux, and I just made a similar workaround on Windows. Now I can use any Dropbox folder as a git repository, but store the .</description>
    </item>
    
    <item>
      <title>open a file or folder from r command line</title>
      <link>https://kangyu.org/en/2018-01-01-open-a-file-or-folder-from-r-command-line/</link>
      <pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2018-01-01-open-a-file-or-folder-from-r-command-line/</guid>
      <description>R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:</description>
    </item>
    
    <item>
      <title>migrate old website to blogdown</title>
      <link>https://kangyu.org/en/2017-06-07-migrate-old-website-to-blogdown/</link>
      <pubDate>Wed, 07 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2017-06-07-migrate-old-website-to-blogdown/</guid>
      <description>eh, my old website has been dead since &amp;gt;2 years. I have now finaaaaaaaaaaaly migrated to blogdown, a great r package developed by Yihui, based on Hugo. This site is currently deployed on Netlify - blogdown simply makes a website a folder of static files, and can be put on any web server.
as from a while ago, rstudio interface enables the Terminal (Shell) tab, right next to the Console, I can simply update my changes in the Terminal tab by runing following three lines, isn&amp;rsquo;t it a joy!</description>
    </item>
    
    <item>
      <title>Beginner’s notes on learning python for scientific computing</title>
      <link>https://kangyu.org/en/2017-03-01-beginner-s-notes-on-learning-python-for-scientific-computing/</link>
      <pubDate>Wed, 01 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2017-03-01-beginner-s-notes-on-learning-python-for-scientific-computing/</guid>
      <description>Here the scientific computing is, as to my very limited knowledge, related narrowly to my own interests and experiences in plant phenotyping and remote sensing. People now talk deep learning everywhere. The best machine learning library for deep learning might be the ‘TensorFlow’ which is developed by Google (years ago I knew nothing about python but heard that python was heavily used by Google). Python is known as an open-source high-level programming (scripting) language that is easy to read and understand.</description>
    </item>
    
    <item>
      <title>This untitled rmarkdown document is to fill the gap 2016 :-)</title>
      <link>https://kangyu.org/en/2016-06-01-this-untitled-rmarkdown-document-is-to-fill-the-gap-2016/</link>
      <pubDate>Wed, 01 Jun 2016 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2016-06-01-this-untitled-rmarkdown-document-is-to-fill-the-gap-2016/</guid>
      <description>this needs to be replaced !!
GitHub Documents This is an R Markdown format used for publishing markdown documents to GitHub. When you click the Knit button all R code chunks are run and a markdown file (.md) suitable for publishing to GitHub is generated.
 Including Code You can include R code in the document as follows:
summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.</description>
    </item>
    
    <item>
      <title>Git quick steps</title>
      <link>https://kangyu.org/en/2015-01-07-git-quick-steps/</link>
      <pubDate>Wed, 07 Jan 2015 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2015-01-07-git-quick-steps/</guid>
      <description>Quick setups for using Git and Github … create a new repository on the command line
git initgit add README.mdgit commit -m &amp;quot;first commit&amp;quot;# e.g. the repo of this bloggit remote add origin https://github.com/rbind/kangyu.gitgit push -u origin master… or add an existing local repository to the remote from the command line
git remote add origin https://github.com/rbind/kangyu.gitgit push -u origin master…or import code from another repository You can initialize this repository with code from a Subversion, Mercurial, or TFS project.</description>
    </item>
    
    <item>
      <title>Our very-home-made lamb shashlik!</title>
      <link>https://kangyu.org/en/2014-08-31-our-very-home-made-lamb-shashlik/</link>
      <pubDate>Sun, 31 Aug 2014 00:00:00 +0000</pubDate>
      
      <guid>https://kangyu.org/en/2014-08-31-our-very-home-made-lamb-shashlik/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
