This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Openbravo POS is a point of sales application designed for touch screens. | |
Copyright (C) 2007-2009 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: f15-basic | |
summary: Just Enough Operating System based on Fedora 15 | |
os: | |
name: fedora | |
version: 15 | |
hardware: | |
partitions: | |
"/": | |
size: 2 | |
packages: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Great Home Page</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="header "> | |
<h1><a href="/">Great Home Page</a></h1> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Bootstrap { | |
private static final Logger logger= LoggerFactory.getLogger(Bootstrap.class); | |
public static void main(String[] args) { | |
ApplicationContext context=new ClassPathXmlApplicationContext("META-INF/spring/...-context.xml"); | |
CustomerService customerService=(CustomerService) context.getBean("customerService"); | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.graphics.Typeface; | |
import android.os.Build; | |
import android.widget.Toast; | |
public final class Farsi { | |
public static boolean isFarsiConversionNeeded = true; | |
private final static String szLamAndAlef = Character |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class PersianReshape { | |
static final char RIGHT_LEFT_CHAR= 0x0001; | |
static final char RIGHT_NOLEFT_CHAR_ALEF=0x0006; | |
static final char RIGHT_NOLEFT_CHAR=0x0004; | |
static final char RIGHT_LEFT_CHAR_LAM=0x0003; | |
static final char TANWEEN=0x000C; | |
static final char TASHKEEL=0x000A; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Licensed to the Apache Software Foundation (ASF) under one or more | |
* contributor license agreements. The ASF licenses this file to You | |
* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" | |
channelSendOptions="6"> | |
<Manager className="org.apache.catalina.ha.session.BackupManager" | |
expireSessionsOnShutdown="false" | |
notifyListenersOnReplication="true" | |
mapSendOptions="6"/> | |
<!-- | |
<Manager className="org.apache.catalina.ha.session.DeltaManager" | |
expireSessionsOnShutdown="false" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://USERNAME:[email protected]/name/projectName.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Djava.awt.headless=true -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:MaxGCPauseMillis=350 -XX:InitiatingHeapOccupancyPercent=45 -server -Xms6144m -Xmx6144m -XX:NewSize=4096m -XX:MaxNewSize=6g -XX:PermSize=4g -XX:MaxPermSize=6g -XX:+DisableExplicitGC -XX:ParallelGCThreads=8 -XX:+UseParallelGC |
OlderNewer