Skip to content

Instantly share code, notes, and snippets.

package com.hazelcast.sql;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.jet.sql.SqlTestSupport;
import org.junit.Test;
import java.io.Serializable;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
@viliam-durina
viliam-durina / ImapTransformP.java
Created April 3, 2018 07:29
Experimental cooperative implementation of map-using-IMap
/*
* Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
# Convert XML Youtube subtitles to SubRip (srt) format
# To download the subtitle in XML, put de code of the Youtube video
# at the end of the next url:
# http://video.google.com/timedtext?hl=en&lang=en&v=
require 'rubygems'
require 'hpricot'
youtube_xml = ARGV[0]
xml = Hpricot.XML(open(youtube_xml))
From b8acaff2711c5fc581c6e4dcfd51a67bf89e743c Mon Sep 17 00:00:00 2001
From: viliam-durina <viliam@pobox.sk>
Date: Thu, 21 May 2015 10:11:13 +0200
Subject: [PATCH] fixed $entry calls
---
.../src/main/java/org/vaadin/gwtol3/client/View.java | 18 +++++++++---------
.../java/org/vaadin/gwtol3/client/feature/Feature.java | 6 +++---
.../org/vaadin/gwtol3/client/source/VectorSource.java | 12 ++++++------
3 files changed, 18 insertions(+), 18 deletions(-)