Note that we use separate installations of Eclipse for various languages:
- Java
- C/C++
- Scripting: Javascript, Bash and Python
Download Eclipse Juno JEE.
Host bb-agrothendieck | |
HostName bitbucket.org | |
PreferredAuthentications publickey | |
IdentityFile ~/.ssh/bb-agrothendieck |
<dealEvent id="1"> | |
<refQ>100</refQ> // reference quotable | |
<reporter>123</reporter> // reporter {Bloomberg, Reuters, Datastream} | |
<serialDay>42000</serialDay> // include Gregorian attribute? | |
<millis>0</millis> // utc millis | |
<level>543.0</level> | |
<facets> // facets include a set of integer flags that indicate CLOSE, OPEN, WARN | |
<facet>1</facet> // mixed purpose but may be small enough set to be ok | |
</facets> | |
<pMaker>100</pMaker> // price maker id |
alter table TX_SYMBOL | |
drop constraint TX_SYMBOL_QUOTABLE_ID_FK; | |
alter table TX_SYMBOL | |
drop constraint TX_SYMBOL_SERIES_ID_FK; | |
alter table TX_SYMBOL_SERIES | |
drop constraint TX_SYMBOL_SERIES_AGENT_ID_FK; |
#!/bin/bash | |
# License: Public Domain. | |
# Author: Joseph Wecker, 2012 | |
# | |
# Are you tired of trying to remember what .bashrc does vs .bash_profile vs .profile? | |
# Are you tired of trying to remember how darwin/mac-osx treat them differently from linux? | |
# Are you tired of not having your ~/.bash* stuff work the way you expect? | |
# | |
# Symlink all of the following to this file: | |
# * ~/.bashrc |
Note that we use separate installations of Eclipse for various languages:
Download Eclipse Juno JEE.
<?xml version="1.0" encoding="UTF-8"?> | |
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<profiles> | |
<profile> | |
<repositories> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> |
#deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/main/binary-i386/ | |
#deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/restricted/binary-i386/ | |
#deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main restricted | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. | |
deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted |