Skip to content

Instantly share code, notes, and snippets.

wsdl:definitions name="ModelADService" targetNamespace="http://idempiere.org/ADInterface/1_0"><wsdl:types><xsd:schema elementFormDefault="qualified" targetNamespace="http://idempiere.org/ADInterface/1_0"><xsd:element name="WindowTabData" type="tns:WindowTabData"/><xsd:complexType name="WindowTabData"><xsd:sequence><xsd:element maxOccurs="1" minOccurs="0" name="DataSet" type="tns:DataSet"/><xsd:element maxOccurs="1" minOccurs="0" name="RowCount" type="xsd:int"/><xsd:element maxOccurs="1" minOccurs="0" name="Success" type="xsd:boolean"/><xsd:element maxOccurs="1" minOccurs="0" name="Error" type="xsd:string"/><xsd:element maxOccurs="1" minOccurs="0" name="ErrorInfo" type="xsd:string"/><xsd:element maxOccurs="1" minOccurs="0" name="Status" type="xsd:string"/><xsd:element maxOccurs="1" minOccurs="0" name="StatusError" type="xsd:boolean"/></xsd:sequence><xsd:attribute name="NumRows" type="xsd:int"/><xsd:attribute name="TotalRows" type="xsd:int"/><xsd:attribute name="StartRow" type="xsd:int"/></xsd:complexType><xsd:
@TheEYL
TheEYL / Setup Drupal on Ubuntu
Created February 23, 2015 18:18
Druapal commerce kickstart setup on ubuntu
//////////////////////////////////////////////////////////////////////////
/ SETTING UP DRUPAL COMMERECE KICKSTART ON UBUNTU 12.04 /
/ by EYOG YVON LEONCE /
//////////////////////////////////////////////////////////////////////////
1. Download and Install Xammp.
2. In the htdocs folder, place your copy of Commerce kickstart that you downloaded and uncompressed.
3. Create the folder files in the kickstart folder
Xonta- Version 1.0
----------------------
Change the digits of Android Phone contacts
public String add(String number){
The digits should be increased by one if and only if the sum of numbers are equal to 8 and start with 2, 3, 5, 9, 7, or 6 .
Append "6" on Nextel, Orange, and MTN.
#Acer
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev"
#ASUS
SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev"
#Dell
SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev"
#Foxconn
SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev"
#Fujitsu & Fujitsu Toshiba
SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev"
@TheEYL
TheEYL / DataLogicIntegrarion.Java
Last active December 2, 2015 03:56
Key violation Issue solved
// Openbravo POS is a point of sales application designed for touch screens.
// http://www.openbravo.com/product/pos
// Copyright (c) 2007 openTrends Solucions i Sistemes, S.L
// Modified by Openbravo SL on March 22, 2007
// These modifications are copyright Openbravo SL
// Author/s: A. Romero
// You may contact Openbravo SL at: http://www.openbravo.com
//
// This file is part of Openbravo POS.
//
-- Openbravo POS is a point of sales application designed for touch screens.
-- Copyright (C) 2007-2010 Openbravo, S.L.
-- http://sourceforge.net/projects/openbravopos
--
-- This file is part of Openbravo POS.
--
-- Openbravo POS is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
@TheEYL
TheEYL / Cmakelist
Last active August 29, 2015 13:57
This is the full content of my CMakeList.txt and the output from my catkin_make
cmake_minimum_required(VERSION 2.8.3)
project(tutorial_opencv)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
FIND_PACKAGE(OpenCV REQUIRED)
include_directories( ${catkin_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS})
add_executable( DisplayImage DisplayImage.cpp )
@TheEYL
TheEYL / Cmakelist
Last active August 29, 2015 13:57
This is the full content of my CMakeList.txt and the output from my catkin_make
cmake_minimum_required(VERSION 2.8.3)
project(tutorial_opencv)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
FIND_PACKAGE(OpenCV REQUIRED)
include_directories( ${catkin_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS})
add_executable( DisplayImage DisplayImage.cpp )