Thursday, June 13, 2019

100 Days of Github. Take 2, Day 4.

2019-June-13, Thursday
Day 4

I have a bunch of images that I want to stitch together to make a video. Here's how:
https://github.com/malch2/CodeSnippets/blob/master/MakingVidFromImages.ipynb
---

Uploads remaining: 96
Days remaining: 201

Wednesday, June 5, 2019

100 Days of Github. Take 2, Day 3.

2019-June-05, Wednesday
Day 3:
Studying community structure and not looking at Zachary's karate club is blasphemy. Because if I can't find communities in Zachary's karate club network, I might as well pack up and go home. Although this isn't a code for finding communities... I simply take the network partition found by Zachary, and calculated the modularity.

Easy way to get a "new" code up on github, no? *sheepish grin* Oh well.

https://github.com/malch2/networks/blob/master/ModularityCalcZacharyKarateClub.ipynb
---

Uploads remaining: 97
Days remaining: 209

Tuesday, June 4, 2019

100 Days of Github. Take 2, Day 2

It looks like I'm just not able to do 100 continuous days of github.
Hm, so shall I do 100 non-continuous days of github, but so that I give myself an upper limit of the rest of 2019? It's quite feasible. Ok, let's go!

So, I've done day 1 (of take 2) on 2019-May-26, Sunday, which is when 219 days remained in the year. And I guess if I upload 3 to 4 times a week, I should be able to get 100 days of github by the year end. Hm, why not. Let's give it a go. If I can't do this, I'll just find out another thing I cannot do.

Alright. *Rubbing hands before accepting the challenge* and *attempting to look determined*. Go!
---

2019-June-04, Tuesday
Day 2:
I'm reading about network community structure and modularity these days. The following code is to calculate modularity of a toy network given a graph partition.
Have a look.
https://github.com/malch2/networks/blob/master/ModularityCalcExample.ipynb
---

Uploads remaining: 98
Days remaining: 210