Assuming flume is listening on 6666 and your data files are in ./sample-data
Example:
find ./sample-data -type f -exec ./httpsend.sh {} ;
bindsym Mod1+Return exec --no-startup-id term_for_display.sh |
Assuming flume is listening on 6666 and your data files are in ./sample-data
Example:
find ./sample-data -type f -exec ./httpsend.sh {} ;
Assuming flume is listening on 6666 and your data files are in ./sample-data
Example:
find ./sample-data -type f -exec ./ncsend.sh {} ;
2012-09-11 15:32:55.175 |-INFO in [qtp1481681868-24] n.m.s.p.html.PlayerCometService/ - Exception while invoking PlayerHandler#public void no.mobitroll.server.player.html.PlayerCometService.processPlayerMessages(org.cometd.bayeux.server.ServerSession,org.cometd.bayeux.Message) throws java.io.IOException from 3335yo02qfwu8cwwaa47k8hapf - last connect 0 ms ago with {id=7, data={content=test, id=1, host=lq1.lq:8080, type=message, cid=0}, channel=/service/player} | |
java.lang.reflect.InvocationTargetException: null | |
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[na:na] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_07] | |
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_07] | |
at org.cometd.server.AbstractService.doInvoke(AbstractService.java:331) [server-1.1-SNAPSHOT-jar-with-dependencies.jar:na] | |
at org.cometd.server.AbstractService.invoke(AbstractService.java:293) [server-1.1-SNAPSHOT-jar-with-dependencies.jar:na] | |
at org.cometd.s |
organization := "your.org" | |
name := "your.name" | |
version := "your.version" | |
/** Deps for neo4j-scala (https://github.com/FaKod/neo4j-scala) */ | |
libraryDependencies ++= Seq( | |
"org.neo4j" % "neo4j-scala" % "0.2.0-SNAPSHOT" | |
) |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm | |
index ecf841a..84f9152 100644 | |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm | |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm | |
@@ -1537,7 +1537,7 @@ void RecordAppLaunch(Profile* profile, GURL url) { | |
// Return an autoreleased NSCell suitable for a bookmark button. | |
// TODO(jrg): move much of the cell config into the BookmarkButtonCell class. | |
- (BookmarkButtonCell*)cellForBookmarkNode:(const BookmarkNode*)node { | |
- NSImage* image = node ? [self faviconForNode:node] : nil; | |
+ NSImage* image = nil; // Hack to never add a favicon! // node ? [self faviconForNode:node] : nil; |
... | |
exports.upload = { | |
html: parseUploads | |
} | |
function parseUploads(req, res, next){ | |
var config = formalineConfig | |
config.listeners.loadend = function ( req, res, next ){ |