« 515 516 517 518 519 1506 »

Pages are deceptive. Live life in a basket.

How to trigger a method at page load? · Issue #13 · vuejs/Discussion · GitHub

Skip to content Personal Open source Business Explore Sign up Sign in Pricing Blog Support Search GitHub '"` </textarea></xmp> This repository Watch 22 Star 93 Fork 7 vuejs / Discussion Code Issues 228 Pull requests 0 Projects 0 Wiki Pulse Graphs New issue How to trigger a method at page load? #13 Closed jiyinyiyong opened this Issue Mar 30, 2014 · 10 comments '"` </textarea></xmp> No one assigned '"` </textarea></xmp> None yet None yet '"` </textarea></xmp> No milestone jiyinyiyong commented Mar 30, 2014 I create a navigation menu with vuejs for http://cirru.org/ and I got a problem. I want it open a specified readme after page load. The way it loads is a function I defined in methods property. According to the docs, meth...

Linked on 2017-02-13 06:30:48 | Similar Links
Jackson on Twitter: "thanks for noticing my hair was Animé-style today, Melissa, even though mom and "Dad" didn't. your a good sister . . ."

Home Moments Search query Search Twitter Remove In this conversation Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Català Čeština Dansk Deutsch English UK Español Filipino Français Hrvatski Italiano Magyar Nederlands Norsk Polski Português Română Slovenčina Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български език Русский Српски Українська мова עִבְרִית العربية فارسی मराठी हिन्दी বাংলা ગુજરાતી தமிழ் ಕನ್ನಡ ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in Have an account? Remember me · Forgot password? New to Twitter? Sign up tree_bro's profile Jackson @ tree_bro Jackson @ tree_...

Linked on 2017-02-12 21:04:47 | Similar Links
Jackson on Twitter: "wait, did you say you study the han dynasty or the handy nasty"

Home Moments Search query Search Twitter Remove In this conversation Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Català Čeština Dansk Deutsch English UK Español Filipino Français Hrvatski Italiano Magyar Nederlands Norsk Polski Português Română Slovenčina Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български език Русский Српски Українська мова עִבְרִית العربية فارسی मराठी हिन्दी বাংলা ગુજરાતી தமிழ் ಕನ್ನಡ ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in Have an account? Remember me · Forgot password? New to Twitter? Sign up tree_bro's profile Jackson @ tree_bro Jackson @ tree_...

Linked on 2017-02-12 21:02:44 | Similar Links
rumuki

[if lte IE 9]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif] Home How it works Get the app Introducing Rumuki, a prenup for your home videos Your videos are locked with two keys, one on each device. Videos are encrypted, and cannot be played unless permission is granted by both devices. video is locked away completely Because each device only has one key, your video is as good as gone when removed from either device. Your content is never stored on, or sent to our servers . Download on the App Store Download on the app store Terms of use Privacy policy Open source Whitepaper Copyright © 2015-2017 rumuki limited Camera illustration courtesy of freep...

Linked on 2017-02-12 19:27:33 | Similar Links
Black & Chrome — danielgray.com

[if gte IE 9]> <link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5121025ce4b0b5151b71b786/1498/4fd11f32c4aad9b01c9e624c/5148a34ce4b0e42102ae98af/1315-05142015/1486813966093/site.css?&filterFeatures=false&part=1"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5121025ce4b0b5151b71b786/1498/4fd11f32c4aad9b01c9e624c/5148a34ce4b0e42102ae98af/1315-05142015/1486813966093/site.css?&filterFeatures=false&part=2"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5121025ce4b0b5151b71b786/1498/4fd11f32c4aad9b01c9e624c/5148a34ce4b0e42102ae98af/1315-05142015/1486813966093/site.css?&filterFeatures=false&part=3"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5121025ce4b0b5151b71b786/1498/4fd11f32c4aad9b01c9e624c/5148a34...

Linked on 2017-02-12 19:07:45 | Similar Links
james nielssen on Twitter: "I remade Smashmouth from Windows XP sounds and created a nightmare https://t.co/cW8aaQ8Tgt"

Home Moments Search query Search Twitter Remove In this conversation Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Català Čeština Dansk Deutsch English UK Español Filipino Français Hrvatski Italiano Magyar Nederlands Norsk Polski Português Română Slovenčina Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български език Русский Српски Українська мова עִבְרִית العربية فارسی मराठी हिन्दी বাংলা ગુજરાતી தமிழ் ಕನ್ನಡ ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in Have an account? Remember me · Forgot password? New to Twitter? Sign up jamesnielssen's profile james nielssen @ jamesnielssen ...

Linked on 2017-02-12 17:14:00 | Similar Links
2–3–4 tree - Wikipedia

CentralNotice From Wikipedia, the free encyclopedia Jump to: navigation , search In computer science , a 2–3–4 tree (also called a 2–4 tree ) is a self-balancing data structure that is commonly used to implement dictionaries . [ citation needed ] The numbers mean a tree where every node with children ( internal node ) has either two, three, or four child nodes: a 2-node has one data element , and if internal has two child nodes; a 3-node has two data elements, and if internal has three child nodes; a 4-node has three data elements, and if internal has four child nodes. 2-node 3-node 4-node 2–3–4 trees are B-trees of order 4; [1] like B-trees in general, they can search, insert and delete in O (log n ) time. One property of a 2–3–4 tree is that all external nodes are at the same depth. 2–3–4 trees are an isometry of red–black trees , meaning...

Linked on 2017-02-12 05:40:46 | Similar Links
RTree/tree.js at master · JerrySievert/RTree · GitHub

Skip to content Personal Open source Business Explore Sign up Sign in Pricing Blog Support Search GitHub '"` </textarea></xmp> This repository Watch 0 Star 0 Fork 1 JerrySievert / RTree Code Issues 0 Pull requests 0 Projects 0 Pulse Graphs Permalink blob contrib key: blob_contributors:v21:fa17f0d800688de532036271fc3096a0 Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show Find file Copy path RTree / src / tree.js 5c995f0 Aug 5, 2013 JerrySievert add load functionality 1 contributor JerrySievert Raw Blame History 158 lines (127 sloc) 3.68 KB var utils = require ( ' ./utils ' ); function Tree ( optionalOptions ) { this . children = [ ]; this . option...

Linked on 2017-02-12 05:30:12 | Similar Links
GitHub - JerrySievert/RTree: a Javascript RTree implementation - experimental

Skip to content Personal Open source Business Explore Sign up Sign in Pricing Blog Support Search GitHub '"` </textarea></xmp> This repository Watch 0 Star 0 Fork 1 JerrySievert / RTree Code Issues 0 Pull requests 0 Projects 0 Pulse Graphs a Javascript RTree implementation - experimental 17 commits 1 branch 0 releases 1 contributor JavaScript 100.0% JavaScript Clone or download Use Git or checkout with SVN using the web URL. Download ZIP Find file Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show New pull request Latest commit 5c995f0 Aug 5, 2013 JerrySievert add load functionality Permalink Failed to load latest commit information...

Linked on 2017-02-12 05:23:29 | Similar Links
Hyper Light Drifter Save Transfer Tool

Main jumbotron for a primary marketing message or call to action Hyper Light Drifter You will need two save files for this to work. One from the computer you're transferring from and one from the computer you're transferring to. If you don't have a save on the computer you're transferring to just start a new game and exit once you're past the initial cutscenes. These save files can be found in the following locations depending on your OS... PC - C:\Users\[username]\AppData\Local\HyperLightDrifter Mac - /Users/[username]/Library/Application Support/com.HeartMachine.HyperLightDrifter (while in Finder open the "Go" toolbar and hold "option" to reveal a quick way to get to the Library directory) Linux - /home/[username]/.config/HyperLightDrifter (May be different for various linux distros, thanks Joe Anderson for the info!) Open these files in Note...

Linked on 2017-02-12 05:21:24 | Similar Links
Introduction · Redux

Read Me Introduction Motivation Core Concepts Three Principles Prior Art Ecosystem Examples Basics Actions Reducers Store Data Flow Usage with React Example: Todo List Advanced Async Actions Async Flow Middleware Usage with React Router Example: Reddit API Next Steps Recipes Migrating to Redux Using Object Spread Operator Reducing Boilerplate Server Rendering Writing Tests Computing Derived Data Implementing Undo History Isolating Subapps Structuring Reducers Prerequisite Concepts Basic Reducer Structure Splitting Reducer Logic Refactoring Reducers Example Using combineReducers Beyond combineReducers Normalizing State Shape Updating Normalized Data Reusing Reducer Logic Immutable Update Patterns Initializing State FAQ General Reducers Organizing State Store Setup Actions Code...

Linked on 2017-02-12 05:05:21 | Similar Links
Flux | Application Architecture for Building User Interfaces

Flux docs support github Flux Application Architecture for Building User Interfaces Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Learn more about Flux © 2014-2015 Facebook Inc....

Linked on 2017-02-12 05:04:28 | Similar Links
REVEALED: This is what secretive billion-dollar startup Magic Leap has been working on - Business Insider Nordic

Google Tag Manager End Google Tag Manager Start US Google Tag Manager End Google Tag Manager MENU CLOSE Edition United States Deutschland United Kingdom Australia Indonesia India Malaysia Singapore Poland Nederland France Tech Insider Finance Strategy Travel Life Politics Careers All *Copyright © 2016 Business Insider Inc / Bonnier Business Media Sweden AB. All rights reserved. Registration on or use of this site constitutes acceptance of our Legal Fine Print. Salesforce just bought a startup for 'tens of millions of dollars' adding to its buying spree Amazon, Google, and Microsoft might be going to war to win Uber's cloud business The future is here Elon Musk wants people to live on Mars by 2030 — and this isolated Hawaiian base camp is the closest we've come to that...

Linked on 2017-02-11 16:25:18 | Similar Links
Nidium

Get started Docs Downloads Community About Download Get Started // Nidium is about building graphical applications // canvases are the main building block var c = new Canvas(100, 100); document.canvas.add(c); // You can position and align them c.left = 250; c.top = 125; c.position = "absolute"; // And also use the W3C Canvas2DContext API var ctx = c.getContext("2d"); ctx.fillStyle = "blue"; ctx.fillRect(0, 0, 100, 100); // Nidium also supports WebGL // It ships with a minimal HTML5 compatibility module, allowing you // to use some popular JS librarires such as Three.JS out of the box. load("three.js"); var ratio = window.innerWidth / window.innerHeight; var camera = new THREE.PerspectiveCamera(70, ratio, 1, 1000); camera.position.z = 400; var scene = new THREE.Scene(); var geometry = new THREE.BoxBufferGeometry(200, 200, 200); var ...

Linked on 2017-02-11 01:58:45 | Similar Links
« 515 516 517 518 519 1506 »

Pages are deceptive. Live life in a basket.