diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-01-10 02:47:04 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-01-10 02:47:04 +0100 |
| commit | b9ad4d6d1c68a871a470d0fd37cb5d0bb031fa10 (patch) | |
| tree | fdb3a53c0ae07146e3b21c85b65f7af6ef839ec2 | |
| parent | 5ae2f8936485120aeddd662f725bc2a7d2b411d4 (diff) | |
| download | mitjafelicijan.com-b9ad4d6d1c68a871a470d0fd37cb5d0bb031fa10.tar.gz | |
added algorithm for dna to png
| -rw-r--r-- | .jekyll-metadata | bin | 44635 -> 44635 bytes | |||
| -rw-r--r-- | _posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index abba7a7..472f75c 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index 1052223..02e5c31 100644 --- a/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | layout: post | 3 | layout: post |
| 4 | title: Encoding binary data into DNA sequence | 4 | title: Encoding binary data into DNA sequence |
| 5 | description: ok | 5 | description: Imagine a world where you could go outside and take a leaf from a tree and put it through your personal DNA sequencer and get data like music, videos or computer programs from it. |
| 6 | 6 | ||
| 7 | --- | 7 | --- |
| 8 | 8 | ||
