Skip to content

Instantly share code, notes, and snippets.

View rusrushal13's full-sized avatar
🏠
Working from home

Rushal Verma rusrushal13

🏠
Working from home
View GitHub Profile
@rusrushal13
rusrushal13 / batman-jl.md
Created July 18, 2022 15:11 — forked from avinassh/batman-jl.md
Batman animated and JL viewing order.

Batman animated and JL viewing order.

Canon 1:

  1. Batman: mask of Phantasm *
  2. Batman and Mr. Freeze: SubZero
  3. Batman: Mystery of Batwoman

Canon 2: If you plan to watch Justice league too then refer JL canon #2

  1. Son of Batman
  2. Batman vs Robin
@rusrushal13
rusrushal13 / DISTRIBUTEDC.md
Created June 29, 2018 05:32 — forked from yclim95/DISTRIBUTEDC.md
DistributedComputing

##Map Reduce

  1. Map/Reduce Library partitions the input data into M pieces of typically 16-64 MB.

    True.

  2. If there are M partitions of the input, there are M map workers running simultaneously.

False. There are generally less worker nodes than partitions.