Vous êtes sur la page 1sur 5

Call vijay anna

SMS Yash
Feb 2012 - Dec 2014
FT
https://join.ft.com/41a44b6b-b075-418a-9ce2-263094b986b8
HBR
http://web.a.ebscohost.com.proxy.uchicago.edu/ehost/command/detail?sid=1f6dcb1e9dbd-42c9-bcc7-164479c1c9bb%40sessionmgr4004&vid=0&hid=4101&bdata=JnNpdGU9ZWhvc3
QtbGl2ZSZzY29wZT1zaXRl#jid=HBR&db=bth
1) In the Heart of the Sea
2) Bridge of Spies
Agenda: Split evenly :
Project Fi - rakave@gmail.com, rakave.vp@gmail.com
CV review - Booth resources - LinkedIn - Update CV and correspondingly Update Li
nkedIn
MBA Focus - HEC (Read Email by Tony sommers)
GTS - Booth (Read associated Email)
MBA Exchange.com
HBR Must reads, What is strategy, Economist, WSJ, FT, Secret?
MABUL CASH
Coursera
vertu?
Word : shift + F3 - toggle capitalize

BMS Wallet(CLAIM!~)Winpin + Quickr Refer+ Payumoney(FRIEND100/FRIENDSHIP100)


+ 15% Drop
Ganesh - FB account - BMS Wallet - 30 rupees
Ghost world
zombie .....
LinkedIn Tricks - Visit Profile of a person -> See their groups -> Join a group
-> CLick on Members -> Send a message to that person
HTML
require 'csv'
csv_text = File.read('...')
csv = CSV.parse(csv_text, :headers => true)
csv.each do |row|
Moulding.create!(row.to_hash)
end
use <br> for breaks instead of <p> or <div>
Impt ruby/rails commands

bundle install
irb
rails c
require 'open-uri'
require 'json'
system 'cls'
https://developers.google.com/maps/documentation/geocoding/
https://developers.google.com/maps/documentation/geocoding/#GeocodingResponses
http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkw
ay,+Mountain+View,+CA
Fire up a Rails Console session:
cd in to the root folder of this application.
rails console (or rails c for short)
open(url)
raw_data = open(url).read
puts raw_data
require 'json'
parsed_data = JSON.parse(raw_data) /json has to be in caps/
parsed_data.class
parsed_data.keys
parsed_data.length
parsed_data = JSON.parse(open(url).read)
latitude = parsed_data["results"][0]["geometry"]["location"]["lat"]
longitude = parsed_data["results"][0]["geometry"]["location"]["lng"]
style="text-decoration:none"
Velu;s method
url = "https://api.forecast.io/forecast/078309d583a0085378cfa9000d3a869c/#{@lat}
,#{@lng}"
JSON.parse(open(url).read)
Go to the website on chrome and find the needed variables, then just call out th
e hashes!
rails s multiple : rails server -p 3001
Kevin's List :
automotive
banking
consumer
education
engineering

energy
fast moving consumer goods
financial
food and beverage
government
healthcare
insurance
manufacturing
media
online
real estate
religion
retail
jewelry
telecommunications
Active Prospects
Finance
Credit Suisse
SCX Healthios
MIMIR-Finance
Allstate
SmartSoft
Singularatied-IRS
DTCC
Altisource
Banco Popular
Oak Point Partners
Protiviti
EVAO Financial
Ashish Prasad
Xterra Consulting
C Brunker-Audit
Threatwave
Medical
MIMIR-Ascelipus
MCMA
HealthData LNK
Siris
Valence
Integrated DNA
Allscripts-McKenna
VA-Scott Gould
Xerox
Eagle Dream Health
Zest-Ann Mond
PatientsLike Me
Pervasive Health
Context Media
Mark Rainwright
Children's Hosp
Braintree
Other
BCEvolve
E&Y-CR
Mileto-Claro
MIMIER-IOT
ICE
FarmLog
Allant

PTC
Narrative Science
Rackspace
Monsanto
Clarity Consulting
Persistent Systems
Avon-CR
Forter
HAVI
Cloudflair
Hollic (distributor)
Exact Target-McCorkle
Sue Marks-HR
Mike Campbell-IDC
Grainger
SAP
Google
Qualcomm
Andre Hughes
Accenture
<div class="container">
<h2>Modal Example</h2>
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info" data-toggle="modal" data-target="#m
yModal">Open Modal</button>
<!-- Modal -->
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</butt
on>
<h4 class="modal-title">Modal Header</h4>
</div>
<div class="modal-body">
<p>Some text in the modal.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Clo
se</button>
</div>
</div>
</div>
</div>
</div>

Vous aimerez peut-être aussi