[] - Hob
[] - Curtains
https://www.fabindia.com/kathit-cotton-linen-curtain-10672120
https://www.fabindia.com/tanav-cotton-woven-curtain-10616569
[] - Curtains https://www.fabindia.com/kathit-cotton-linen-curtain-10672120 https://www.fabindia.com/tanav-cotton-woven-curtain-10616569 https://www.fabindia.com/tanav-cotton-woven-curtain-10616569 https://www.fabindia.com/cotton-woven-printed-chaitali-curtains-10591930 https://www.fabindia.com/cotton-cutwork-gulmarg-curtains-10578948 https://www.fabindia.com/sahaj-cotton-printed-woven-curtain-10616563
'ACC', | |
'ADANIENT', | |
'ADANIPORTS', | |
'ADANIPOWER', | |
'ABIRLANUVO', | |
'AJANTPHARM', | |
'ALBK', | |
'AMARAJABAT', | |
'AMBUJACEM', | |
'ANDHRABANK', |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
"ADANIPORTS", "APOLLOTYRE", "AMARAJABAT", "BAJFINANCE", "BATAINDIA", "BHARATFORG", "BPCL", "CADILAHC", "DALMIABHA", "DRREDDY", "EXIDEIND", "ESCORTS", "FORTIS", "GRASIM", "GODREJIND", "HINDALCO", "HAVELLS", "JETAIRWAYS", "JUBLFOOD", "MCDOWELL-N", "RELCAPITAL", "SRTRANSFIN", "TATACOMM", "TITAN", "VOLTAS" |
from clairvoyant import Backtest | |
from pandas import read_csv | |
from nsepy import get_history | |
from datetime import date | |
# Testing performance on a single stock | |
variables = [] # Financial indicators of choice # "SSO", "SSC" | |
trainStart = '2013-03-01' # Start of training period | |
trainEnd = '2015-07-15' # End of training period |
def merge_sort(msg, m): | |
print msg,m | |
result=[] | |
#Exit condition | |
if len(m) < 2: | |
return m | |
mid = int(len(m)/2) | |
left = m[:mid] |
Must read articles | |
------------------- | |
1. http://www.joelonsoftware.com/articles/GuerrillaInterviewing3.html | |
2. http://www.restlessprogrammer.com/2013/09/hacking-coding-interview.html | |
3. https://www.interviewcake.com/coding-interview-tips | |
For Java and Enterprise Java, take a look at these tools. You dont need to go through each of them in detail but knowing them that they exist and what are they used for is certainly going to help | |
1. https://github.com/akullpp/awesome-java | |
Blogs and references for Java: |