Skip to content

Instantly share code, notes, and snippets.

View firmanelhakim's full-sized avatar

Firman El Hakim firmanelhakim

View GitHub Profile
# -*- coding: utf-8 -*-
import sqlite3
import time
import scrapy
#################################### commercespider ###########################
class SocialbetaSpider(scrapy.Spider):
name = 'socialbeta'
@yashpatil
yashpatil / JolokiaCommands.md
Last active January 6, 2023 14:59
Jolokia URLs for quick access to A-MQ statistics

This is a quick reference to get to Jolokia statistics urls for JBoss Fuse or JBoss A-MQ statistics. Sometimes, when you are interested in very specific attributes, it's easier to keep monitoring a specific url rather than loading the full Hawtio console.

@rafaeltuelho
rafaeltuelho / fuse-fab-deploy-pom.xml
Created February 26, 2015 14:57
Maven POM sample to install a JAR artifact as a FAB deployment in JBoss Fuse 6.x
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>br.net.rafaeltuelho</groupId>
<artifactId>camel-blueprint-sample</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>