##Find net acronyms here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import math | |
| # let us create header | |
| hdr = 'log \t' | |
| for hd in range(0, 10): | |
| hdr += repr(hd) + '\t' | |
| for hd in range(10): | |
| hdr += repr(hd) + ' ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| words = [ | |
| ["", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"], | |
| ["", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "ninteen"], | |
| ["", "ten", "twenty", "thirty", "fourty", "fifty", "sixty", "seventy", "eighty", "ninty"] | |
| ] | |
| out = "" | |
| def triplets(num): | |
| msg = "" |
https://mega.nz/#!kZJ02KTR!fei1_DDrQaEKujB1KOFm4uJqyXws91ZEaWm1blEHG0o
###M & N
#include <iostream>
using namespace std;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from datetime import datetime | |
| import time | |
| import os | |
| import sys | |
| def printer(d): | |
| if d == 0: | |
| print(" . . . .") | |
| elif d == 1: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| using namespace std; | |
| class parent { | |
| int myVar; | |
| protected: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GIMP Palette | |
| Name: color-dump.gpl | |
| Columns: 1 | |
| # | |
| 235 255 187 Caper ~ | |
| 66 18 11 Oiled cedar ~ | |
| 125 174 255 Havelock blue ~ | |
| 192 232 79 Yellow green ~ | |
| 255 143 127 Mona lisa ~ | |
| 255 255 140 Texas ~ |
import sympy as s
s.init_printing(use_latex='mathjax')
x = s.Symbol('x')
k = s.integrate(1/x+x**3, x)
k4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer