User:RafaelOrtiz

From OLPC
Revision as of 00:05, 22 October 2007 by RafaelOrtiz (talk | contribs) (Pootle)
Jump to: navigation, search
es Castellano es la lengua materna de este usuario
en-3

This user is able to contribute with an advanced level of English.

fr-2 Cet utilisateur peut contribuer avec un niveau intermédiaire en français.

Contributer.gif

Contact:

  • rafael (at) laptop.org Rafael ortiz
  • irc: dirakx or dirak1 in #olpc #olpc-es #sugar

Working on

Things to look at

TO DO

Notes

Pootle

  • Access to Solar ssh solar.laptop.org -p 5022
  • /var/lib/pootle /usr/sbin/PootleServer /var/log/pootle
  • sudo /etc/init.d/pootle {start|stop|restart|force-reload|status}
  • /etc/pootle
  • pomerge --progress=verbose --mergeblanks=no --template=../../gitcore_es/ --input=. --output=reverse_es2

Forth Things

l@  ( adr -- l )    \ Fetch a 32-bit value
l!  ( l adr -- )    \ Store a 32-bit value
w@  ( adr -- w )    \ Fetch a 16-bit value
<w@ ( adr -- w )    \ Fetch a 16-bit value, sign extending
w!  ( w adr -- )    \ Store a 16-bit value
c@  ( adr -- b )    \ Fetch a 8-bit value
c!  ( b adr -- )    \ Store a 8-bit value
 ok 12345 constant mynum \defining hex constants
pc@ ( port# -- byte )  \ Read from an 8-bit I/O port --- P ports
pw@ ( port# -- word )  \ Read from a 16-bit I/O port
pl@ ( port# -- long )  \ Read from a 32-bit I/O port
pc! ( byte port# -- )  \ Write to an 8-bit I/O port
pw! ( word port# -- )  \ Write to a 16-bit I/O port
pl! ( long port# -- )  \ Write to a 32-bit I/O port

Open EC