Skip to content

Instantly share code, notes, and snippets.

View dileeph's full-sized avatar

Dileep Hareendran dileeph

View GitHub Profile
@dileeph
dileeph / Query.java
Last active February 26, 2018 15:27
Query class
package com.my.crawler;
import java.util.Map;
public class Query {
private Map<String, Object> parameterMap;
private String queryString;
@dileeph
dileeph / QueryBuilderTest.java
Last active February 27, 2018 12:50
Query builder test
import java.io.IOException;
import org.junit.Test;
public class QueryBuilderTest {
@Test
public void testQB() {
String sql = "select x from ";
@dileeph
dileeph / aws_scanner.sh
Created March 14, 2025 18:53
aws resources scanner. takes credentials from aws config
#!/bin/bash
# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m'
# Create output directory with timestamp