Displaying 4 results from an estimated 4 matches for "branca".
Did you mean:
branch
2009 Apr 24
3
Text Contrast in a Plot
...pha=255),add=T
,lwd=0.2)
axis(1,xaxp=c(-37,-36.1,5),cex.axis=1.5)
axis(2,yaxp=c(-5.15,-4.55,5),cex.axis=1.5)
text(Prof$Long,Prof$Lat,rownames(Prof),col='black',cex=0.9,srt=-24,font=2)
text(c(-36.96,-36.96,-36.865,-36.54,-36.37,-36.2),c(-4.96,-5.05,-5.11,-5.14,
-5.14,-5.14),c('Areia
Branca','Serra
do Mel','Porto do
Mangue','Macau','Guamaré','Galinhos'),col='Black',cex=1.3,font=2)
rect(-36.20,-4.56,-36.155,-4.565,density=NULL,angle=45,col='black',border='b
lack',lwd=0.1)
rect(-36.155,-4.56,-36.111,-4.565,density=NU...
2009 May 07
1
Bubble Plot Over a Map
....2)
axis(1,xaxp=c(-37,-36.1,5),cex.axis=1.5)
axis(2,yaxp=c(-5.15,-4.55,5),cex.axis=1.5)
text(Prof$Long,Prof$Lat,rownames(Prof),col='black',cex=1.2,srt=-24,family='A
R',font=2)
text(c(-36.96,-36.96,-36.865,-36.54,-36.37,-36.2),c(-4.96,-5.05,-5.11,-5.14,
-5.14,-5.14),c('Areia
Branca','Serra
do Mel','Porto do
Mangue','Macau','Guamaré','Galinhos'),col='Black',cex=1.3,font=2)
rect(-36.20,-4.56,-36.155,-4.565,density=NULL,angle=45,col='black',border='b
lack',lwd=0.1)
rect(-36.155,-4.56,-36.111,-4.565,density=NU...
2004 Nov 24
1
Tinc on OsX, slowly getting there....
...at all for me. Thus, as a work
around, I am running manually a perl script after tincd is running.
See BranchB for more info.
tinc-up.pl
#!/usr/bin/perl
system "ifconfig tun0 192.168.3.2 192.168.0.0 netmask 255.255.0.0";
system "route add 192.168.0.0/16 192.168.3.2";
BrancA
The CPU with the tinc demon on the office network.
The office network is behind a mascarading firewall with public IP
123.123.123.7
The tinc host has a static IP of 10.20.30.1 (configured from OsX GUI
System Preference:Network)
The firewall is setup to forward all traffic to 123.123.123.7 to
10....
2004 Nov 22
1
Tinc on OsX, partial success
...etwork)
tinc.conf
Name = BranchB
ConnectTo = BranchA
Device = /dev/tun0
Host file
Subnet = 192.168.2.1/32
Address = 222.222.222.203
TCPOnly = yes
-----BEGIN RSA PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----
tinc-up
#!/bin/sh
ifconfig $INTERFACE 192.168.2.1 192.168.2.1 netmask 255.255.0.0
BrancA
The CPU with the tinc demon on the office network.
The office network is behind a mascarading firewall with public IP
123.123.123.7
The tinc host has a static IP of 10.20.30.1 (configured from OsX GUI
System Preference:Network)
The firewall is setup to forward all traffic to 123.123.123.7 to
10....