This file contains 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
<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"> |
This file contains 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
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"flag" | |
"fmt" | |
"io" | |
"io/ioutil" | |
"log" |
This file contains 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
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. |
This file contains 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 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' : '' ); |
This file contains 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
: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 |
This file contains 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
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); | |
}); | |
}); |
This file contains 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
<%= react_component 'VideoListWithSearch', videoURL: videos_path(format: :json), | |
searchURL: videos_search_path(format: :json) %> |
This file contains 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
(rdb:1) @securites_data = false ? @securities_data.deep_merge(new_data) : 'test' | |
"test" | |
(rdb:1) @securities_data | |
nil |
This file contains 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
class Example | |
this_is_some_method :and, :here, :are, :arguments | |
def initialize | |
# some code | |
end | |
end |
This file contains 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
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 |
NewerOlder