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
_Symbol_ _Description_ | |
. Any single character | |
\d Any single digit | |
[A-Z] Any character between A and Z (uppercase) | |
[a-z] Any character between a and z (lowercase) | |
[A-Za-z] Any character between a and z (case-insensitive) | |
+ One or more of the previous expression (for example, \d+ matches one or more digits) | |
[^/]+ One or more characters until (and not including) a forward slash | |
? Zero or one of the previous expression (for example, \d? matches zero or one digits) | |
* Zero or more of the previous expression (for example, \d* matches zero, one or more than one digit) |
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"?> | |
<RETS ReplyCode="0" ReplyText="Operation successful."> | |
<METADATA> | |
<METADATA-RESOURCE Version="01.72.10255" Date="2013-02-06T21:22:33" System="BAK"> | |
<Resource> | |
<ResourceID>ActiveAgent</ResourceID> | |
<StandardName>ActiveAgent</StandardName> | |
<VisibleName>Active Agent Search</VisibleName> | |
<Description>Contains information about active agents.</Description> | |
<KeyField>MemberNumber</KeyField> |
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
spin up vagrant precise64 | |
sudo apt-get update && sudo apt-get install build-essential | |
### librets | |
sudo apt-get install libexpat1-dev libcurl3-dev libboost-dev libboost-filesystem-dev antlr antlr3 libantlr-dev swig libboost-program-options-dev python-dev | |
wget http://www.crt.realtors.org/projects/rets/librets/files/librets-1.5.3.tar.gz |
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
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_reencode_string in libgit.a(utf8.o) | |
_reencode_string in libgit.a(utf8.o) | |
"_iconv_close", referenced from: | |
"_iconv_close", referenced from: | |
_reencode_string in libgit.a(utf8.o) | |
Undefined symbols for architecture x86_64: |
NewerOlder