One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # Get a person's name, location, summary, # of connections, and skills & endorsements from LinkedIn | |
| # URL of the LinkedIn page | |
| user_url <- "https://www.linkedin.com/in/daattali" | |
| # since the information isn't available without being logged in, the web | |
| # scraper needs to log in. Provide your LinkedIn user/pw here (this isn't stored | |
| # anywhere as you can see, it's just used to log in during the scrape session) | |
| username <- "yourusername" | |
| password <- "yourpassword" |
A rather dirty way to patch module code at runtime.
NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.
If you are not into long explanations, see [Paolo Bergantino’s answer][2].
| state_names=["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming"] |
API Services — ELGIN http://www.elgin.org.uk/other-apps/api-services
d3.js neo4j - Google Search https://www.google.co.uk/search?q=d3.js+neo4j&num=30&newwindow=1&es_sm=119&ei=GwTrU_7pAcKM7Abrq4CABw&start=30&sa=N&biw=1304&bih=713
mindstorms: NoSQL: Neo4j and D3.js: Visualizing Connections Over Time
Теория символизма является частью Узоров Актики и рассматривается в разделе Просветов, познакомиться с которым можно в этой презентации:
Вместе с изложением теории символизма в этом разделе создаётся особенный язык просветов — символический язык.
«Заряница» — это визуальный символический язык, созданный на основе матрицы традиционного белорусского народного орнамента.
When hosting our web applications, we often have one public IP
address (i.e., an IP address visible to the outside world)
using which we want to host multiple web apps. For example, one
may wants to host three different web apps respectively for
example1.com, example2.com, and example1.com/images on
the same machine using a single IP address.
How can we do that? Well, the good news is Internet browsers
| import uuid | |
| import wtforms_json | |
| from sqlalchemy import not_ | |
| from sqlalchemy.dialects.postgresql import UUID | |
| from wtforms import Form | |
| from wtforms.fields import FormField, FieldList | |
| from wtforms.validators import Length | |
| from flask import current_app as app | |
| from flask import request, json, jsonify, abort |
| # nvidia-settings: X configuration file generated by nvidia-settings | |
| # nvidia-settings: version 325.15 (buildmeister@swio-display-x64-rhel04-03) Wed Jul 31 19:04:13 PDT 2013 | |
| Section "ServerLayout" | |
| Identifier "Layout0" | |
| Screen 0 "Screen0" 0 1280 | |
| Screen 1 "Screen1" 448 0 | |
| InputDevice "Keyboard0" "CoreKeyboard" | |
| InputDevice "Mouse0" "CorePointer" | |
| Option "Xinerama" "0" |