Skip to content

Instantly share code, notes, and snippets.

<coordinator-app name="test74" start="${cordStartTime}" end="${cordEndTime}" frequency="${coord:minutes(45)}" timezone="UTC" xmlns="uri:oozie:coordinator:0.4">
<controls>
<timeout>10</timeout>
<concurrency>1</concurrency>
<execution>FIFO</execution>
<throttle>${materialization_throttle}</throttle>
</controls>
<datasets>
<dataset name="hadoopExamInput" frequency="${coord:minutes(45)}" initial-instance="cordStartTime" timezone="${timeZoneUsed}">
<uri-template>${dirToCheck}</uri-template>
@jmsktm
jmsktm / WordCloud.r
Last active November 26, 2022 20:56
WordCloud in R
#install.packages("tm", repos="http://cran.rstudio.com/")
#install.packages("twitteR", repos="http://cran.rstudio.com/")
#install.packages("wordcloud", repos="http://cran.rstudio.com/")
library("tm")
library("twitteR")
library("wordcloud")
CONSUMER_KEY = '<CONSUMER_KEY>'
CONSUMER_SECRET = '<CONSUMER_SECRET>'
@jmsktm
jmsktm / sample_map.html
Last active February 27, 2024 15:33
Sample map with multiple markers
<html>
<head></head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<div id="map_wrapper">
<div id="map_canvas" class="mapping"></div>
</div>
<style type="text/css">
#map_wrapper {
var base_url = 'http://www.meroawaaz.com:8080';
(function () {
function log(s) {
if(window.console && window.console.firebug) {
console.log(s);
}
var log_container = document.getElementById('classified-log-container');
if (log_container) {
var text = document.createTextNode(s);
@jmsktm
jmsktm / LICENSE.txt
Last active August 29, 2015 14:26 — forked from aemkei/LICENSE.txt
Binary Tetris - 140byt.es
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
/*BEGIN RAPPORTIVE*/
body {
padding:0;
margin:0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmsktm
jmsktm / geojson-test.geojson
Last active December 26, 2015 07:09
Test for geojson map on github
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.