Skip to content

Commit

Permalink
solved errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kinitrupti committed Oct 15, 2015
1 parent 78784b3 commit 4a735f8
Show file tree
Hide file tree
Showing 65 changed files with 11,567 additions and 1,690 deletions.
1,504 changes: 1,504 additions & 0 deletions ANSI_C_Programming/.ipynb_checkpoints/chapter12-checkpoint.ipynb

Large diffs are not rendered by default.

56 changes: 52 additions & 4 deletions ANSI_C_Programming/chapter12.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,32 @@
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 13
"outputs": [
{
"ename": "SystemExit",
"evalue": "1",
"output_type": "pyerr",
"traceback": [
"An exception has occurred, use %tb to see the full traceback.\n",
"\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 1\n"
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Cannot open file\n"
]
},
{
"output_type": "stream",
"stream": "stderr",
"text": [
"To exit: use 'exit', 'quit', or Ctrl-D.\n"
]
}
],
"prompt_number": 1
},
{
"cell_type": "heading",
Expand Down Expand Up @@ -563,8 +587,32 @@
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 20
"outputs": [
{
"ename": "SystemExit",
"evalue": "1",
"output_type": "pyerr",
"traceback": [
"An exception has occurred, use %tb to see the full traceback.\n",
"\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 1\n"
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"cannot open file\n"
]
},
{
"output_type": "stream",
"stream": "stderr",
"text": [
"To exit: use 'exit', 'quit', or Ctrl-D.\n"
]
}
],
"prompt_number": 2
},
{
"cell_type": "heading",
Expand Down
334 changes: 334 additions & 0 deletions A_Heat_Transfer_Text_Book/.ipynb_checkpoints/Chapter1-checkpoint.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

664 changes: 333 additions & 331 deletions A_Heat_Transfer_Text_Book/Chapter1.ipynb

Large diffs are not rendered by default.

1,266 changes: 630 additions & 636 deletions A_Heat_Transfer_Text_Book/Chapter11.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 4a735f8

Please sign in to comment.