thoughtbot mixin library http://bourbon.io
thoughtbot responsive grid framework http://neat.bourbon.io
thoughtbot base styles http://bitters.bourbon.io/
thoughtbot patterns and components
| /* | |
| * File: bst.js | |
| * | |
| * A pure JavaScript implementation of a binary search tree. | |
| * | |
| */ | |
| /* | |
| * Class: BST | |
| * |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = pavan.sss1991@gmail.com | |
| [core] | |
| editor = vim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| excludesfile = ~/.gitignore | |
| [sendemail] | |
| smtpencryption = tls | |
| smtpserver = smtp.gmail.com |
| class FlowJSInterface { | |
| private FlowRunnerWrapper wrapper; | |
| private long webview_id; | |
| public FlowJSInterface(FlowRunnerWrapper w, long id) { wrapper = w; webview_id = id; } | |
| public void callflow(String[] args) { | |
| if(args[0] == "setInnerDomainsWhiteList"){ | |
| String[] domains = Arrays.copyOfRange(args, 1, args.length); | |
| Set<String> domainsList = new HashSet<String>(Arrays.asList(domains)); |
| { | |
| "name": "", | |
| "description": "", | |
| "schema": "", | |
| "assets": [ | |
| { | |
| "wasteBaskets": [ | |
| { | |
| "id": "", | |
| "address": "", |
http://stackoverflow.com/questions/24463721/keyword-is-not-detected-using-pocketsphinx-on-android/24463965#24463965 http://cmusphinx.sourceforge.net/wiki/#advanced_user_documentation https://github.com/manask88/speechrecognitiondemoapp https://github.com/manask88/wiki/wiki http://sourceforge.net/p/cmusphinx/discussion/search/?q=Pocketsphinx+listen+for+grammar http://sourceforge.net/p/cmusphinx/discussion/help/thread/5865c107/?limit=25#b5bd/84ed http://stackoverflow.com/questions/25748113/recognizing-multiple-keywords-using-pocketsphinx http://stackoverflow.com/questions/11723139/simple-voice-recognition-when-whispering http://sourceforge.net/p/cmusphinx/discussion/help/thread/8b6cca9d/?limit=25 http://sourceforge.net/p/cmusphinx/discussion/help/thread/c6109f2f/
| function getStyle(selector){ | |
| var styles = document.styleSheets; | |
| var sheets = Array.from(styles); | |
| var data, element, tot = sheets.length; | |
| for(var i = 0; i < tot; i++) { | |
| element = sheets[i]; |
| 10-30 12:59:14.046: E/WindowManager(9245): android.view.WindowLeaked: Activity dk.area9.flowrunner.FlowRunnerActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView{117443be V.E..... R.....I. 0,0-1160,426} that was originally added here | |
| 10-30 12:59:14.046: E/WindowManager(9245): at android.view.ViewRootImpl.<init>(ViewRootImpl.java:363) | |
| 10-30 12:59:14.046: E/WindowManager(9245): at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:261) | |
| 10-30 12:59:14.046: E/WindowManager(9245): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69) | |
| 10-30 12:59:14.046: E/WindowManager(9245): at android.app.Dialog.show(Dialog.java:298) | |
| 10-30 12:59:14.046: E/WindowManager(9245): at dk.area9.flowrunner.WebWidget$WebChromeClientImpl.onJsAlert(WebWidget.java:214) | |
| 10-30 12:59:14.046: E/WindowManager(9245): at dk.area9.flowrunner.WebWidget$4.onJsAlert(WebWidget.java:373) | |
| 10-30 12:59:14.046: E/WindowManager(9245): at com.android.webview.chromium.WebViewContentsClientAdapte |
| 10-30 13:14:31.079: W/System.err(9652): java.lang.IncompatibleClassChangeError: The method 'void org.apache.cordova.CordovaWebView.sendPluginResult(org.apache.cordova.PluginResult, java.lang.String)' was expected to be of type interface but instead was found to be of type virtual (declaration of 'java.lang.reflect.ArtMethod' appears in /system/framework/core-libart.jar) | |
| 10-30 13:14:31.081: W/System.err(9652): at org.apache.cordova.CallbackContext.sendPluginResult(CallbackContext.java:63) | |
| 10-30 13:14:31.081: W/System.err(9652): at org.apache.cordova.App.execute(App.java:119) | |
| 10-30 13:14:31.081: W/System.err(9652): at org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:84) | |
| 10-30 13:14:31.082: W/System.err(9652): at org.apache.cordova.PluginManager.exec(PluginManager.java:151) | |
| 10-30 13:14:31.082: W/System.err(9652): at org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:63) | |
| 10-30 13:14:31.082: W/System.err(9652): at org.apache.cordova.ExposedJsApi.exec(ExposedJsApi.java:40) | |
| 10-30 13:14:31.08 |