Skip to content

Instantly share code, notes, and snippets.

View chintanparikh's full-sized avatar
🎯
Focusing

Chintan Parikh chintanparikh

🎯
Focusing
View GitHub Profile
<html data-n-head="lang" lang="en">
<head data-n-head="">
<title data-n-head="true">(1) Ketan Goswami Endocrinology - Doximity Search</title>
<meta data-n-head="true" data-hid="charset" charset="utf-8">
<meta data-n-head="true" data-hid="viewport" name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="true" data-hid="mobile-web-app-capable" name="mobile-web-app-capable" content="yes">
<meta data-n-head="true" data-hid="apple-mobile-web-app-title" name="apple-mobile-web-app-title" content="Doximity">
<meta data-n-head="true" data-hid="description" name="description" content="Over a million U.S. healthcare professionals as verified members. Largest network of MDs and other healthcare professionals. New to Doximity? Find your profile and join for free.">
<meta data-n-head="true" data-hid="theme-color" name="theme-color" content="black">
<meta data-n-head="true" data-hid="og:type" name="og:type" property="og:type" content="website">
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"io"
"io/ioutil"
"log"
@chintanparikh
chintanparikh / cmu-sahara
Created December 13, 2017 08:53
Sapna 2017 Reviews
Link to rubric: https://docs.google.com/spreadsheets/d/1LM81sodGEz6GJgw6OULemD2AjAMrGn7x7CX0HRKUD8w/edit?usp=sharing
CMU Sahara
Intro Video:
I thought acting wasn’t great. And it seems like the voice isn’t synced to the video? Maybe add some background music.
Intro:
+ Good sync at the very beginning
- I thought choreography was fairly weak. It was fairly simple and slow.
import React, { PropTypes } from 'react';
export default class ProgressPieChart extends React.Component {
degrees() {
return 360 * this.props.percent / 100;
}
render() {
let gt50 = (this.props.percent > 50 ? 'gt-50' : '' );
:crowd_street:
collection1:
- image:
href: https://app.crowdstreet.com/properties/show/1200-corporate/
src: https://crowdstreet-prod.s3.amazonaws.com/media/CACHE/images/property-images/list_bWNowkv/5a29d93d226f47e108a77c346fd7a1a2.jpg
text: ''
address:
href: https://app.crowdstreet.com/properties/show/1200-corporate/
text: |-
1200 Corporate Place
window.onload = function() {
$("#login").click(function(event) {
chrome.identity.launchWebAuthFlow(
{'url': 'http://localhost:3000/oauth/authorize?client_id=7b529aed5e89c14bd45c4cb949f220e5bc4cc440003dd7604d3fc6ed43f29844&redirect_uri=https%3A%2F%2Fhnjjholodahaklljjenjpfbkkghppdpk.chromiumapp.org%2Fvyrtex-chrome-extension&response_type=code', 'interactive': true},
function(redirect_url) {
console.log(redirect_url);
var code = redirect_url.substring(redirect_url.indexOf("=") + 1, redirect_url.length );
exchangeCodeForToken(code);
});
});
<%= react_component 'VideoListWithSearch', videoURL: videos_path(format: :json),
searchURL: videos_search_path(format: :json) %>
(rdb:1) @securites_data = false ? @securities_data.deep_merge(new_data) : 'test'
"test"
(rdb:1) @securities_data
nil
class Example
this_is_some_method :and, :here, :are, :arguments
def initialize
# some code
end
end
window.App = angular.module('desidancevids',[
'templates',
'ui.router',
'ngResource',
'ui.bootstrap'
])
App.config ["$httpProvider", ($httpProvider) ->
# Inject the CSRF token
$httpProvider.defaults.headers.common['X-CSRF-Token'] = document.getElementsByName("csrf-token")[0].content