# This is an <h1> tag
Deleting the .git
folder may cause problems in our git repository. If we want to delete all of our commits history, but keep the code in its current state, try this:
# Before start, disable all branch protections related to the manipulated branchs.
# Check out to a temporary branch:
git checkout --orphan TEMP_BRANCH
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
- The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.
Translations: (No guarantee that the translations are up-to-date)
Keep in mind this page (http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL)
Install MySQL Community Server from (http://dev.mysql.com/downloads/mysql/)
Then (from StackOverflow)
- Go to
System->Advanced->Enviroment Variables
, pressNew
and Enter Variable name asMYSQL_HOME
and Variable values asC:/PROGRA~1/MYSQL/MYSQLS~1.6
, and notice that it is/
not\
. This is a bit different from the StackOverflow answer - the trick is to use the Windows shortname. Open a command window, go to your MySQL directory, and typedir /x
to get the correct particular ending. From R, confirm by typingSys.getenv("MYSQL_HOME")
.
# Install the packages below (in the `library` function) if you don't | |
# already have them. | |
# library(checkmate) | |
# library(magrittr) | |
# library(purrr) | |
# library(readr) | |
# library(stringr) | |
#' List all files linked to a reference in a Zotero library |
If you made the mistake of buying Kindle ebooks and you don't have an iPad or a Kindle to read them on, or if you decided to buy ebooks off a third party reseller and realised they aren't epubs but some bullshit "Adobe DRM" file, this guide is for you.
If you have an (unopened) Adobe DRM ebook, forget DeDRM and similar tools,
#' Convertion to title case with lower case for some classes of words. | |
#' | |
#' In written Portuguese, when converting to title case, it is not usual | |
#' to keep in title case some words, like prepositions, conjunctions, | |
#' articles and some kinds of pronouns. This functions locates those | |
#' cases and converts them to lower case. | |
#' | |
#' @param string vector of characters to be converted to title case | |
#' but with connector words (one-word prepositions and conjunctions) | |
#' and articles (both definite and indefinite) and some pronouns |
The Shields service (at shields.io) provides a way to create custom badges for your projects. These are badges are very common and are frequently used to show status information about the project, or demonstrate tools that were used for the development of your project.
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks