Skip to content

Instantly share code, notes, and snippets.

View mohsen-Nour's full-sized avatar

Mohsen mohsen-Nour

View GitHub Profile
@mohsen-Nour
mohsen-Nour / [Eclipse] xcode theme.xml
Created December 2, 2023 12:56 — forked from zlargon/[Eclipse] xcode theme.xml
The Xcode Style Eclipse IDE Theme
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="11666" name="XCode - Dusk - Actual" modified="2012-10-31 16:08:07" author="mechatronic">
<searchResultIndication color="#616161" />
<filteredSearchResultIndication color="#616161" />
<occurrenceIndication color="#616161" />
<writeOccurrenceIndication color="#616161" />
<findScope color="#E0E2E4" />
<deletionIndication color="#E0E2E4" italic="true" />
<sourceHoverBackground color="#000000" />
<singleLineComment color="#41B644" />
@mohsen-Nour
mohsen-Nour / persistence.xml
Created May 18, 2018 17:54 — forked from mortezaadi/persistence.xml
persistence xml configurations for major databases and jpa providers
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">
<!-- derby -->