Skip to content

Instantly share code, notes, and snippets.

View redochka's full-sized avatar

reda redochka

View GitHub Profile
@redochka
redochka / my-carousel.tsx
Created June 1, 2020 23:07
Keyboard navigation in react bootstrap carousel before first click
@redochka
redochka / UrlUtils.java
Last active May 14, 2020 08:16
Extract request parameter from query string in Java
import org.apache.http.NameValuePair;
import org.apache.http.client.utils.URLEncodedUtils;
import java.net.URI;
import java.net.URISyntaxException;
import java.nio.charset.StandardCharsets;
import java.util.List;
public class UrlUtils {