Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SomeJavaCode.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
public class SomeJavaCode {
public static void main(String[] args) {
int[] arr = new int[] { 1, 3, 6, 3, 10, 20 };
for (int i = 0; i <= arr.length; i++) {
for (int i = 0; i < arr.length; i++) {
System.out.println(arr[i]);
}
}
Expand Down
Empty file added alice.txt
Empty file.
Empty file added bob.txt
Empty file.
2 changes: 2 additions & 0 deletions gamow.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
http://en.wikipedia.org/wiki/Alpher–Bethe–Gamow_paper


In physical cosmology, the Alpher–Bethe–Gamow paper, or αβγ paper, was created by Ralph Alpher, then a physics PhD student, and his advisor George Gamow. The work, which would become the subject of Alpher's PhD dissertation, argued that the Big Bang would create hydrogen, helium and heavier elements in the correct proportions to explain their abundance in the early universe. While the original theory neglected a number of processes important to the formation of heavy elements, subsequent developments showed that Big Bang nucleosynthesis is consistent with the observed constraints on all primordial elements.

Gamow humorously decided to add the name of his friend—the eminent physicist Hans Bethe—to this paper in order to create the whimsical author list of Alpher, Bethe, Gamow, a play on the Greek letters α, β, and γ (alpha, beta, gamma). Bethe was listed in the article as "H. Bethe, Cornell University, Ithaca, New York." In his 1952 book, The Creation of the Universe, Gamow explained Hans Bethe's association with the theory thus:
Expand Down
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
some content