Fasting

> new func input(Object in)
$ energy = digest(in)
$ work(time, &energy)
$ play(time, &energy)
$ sleep(time, &energy)
$ accidents(list, severity, &energy)
$ if (energy < 0) System.Quit())
$ endfunc

> new func ratrace()
$ while (true) input(System.Input())
$ endfunc

> new func digest(Object in)
$ return calories(in)
$ endfunc

> new func fast()
$ return God.calories()
$ endfunc

> delete digest

> new func digest(Object in)
$ if (in == null) return fast()
$ else return calories(in)
$ endfunc

Statistical amalgamation of the life of Jesus

Here's something I found while researching data visualization methods. It was relevent to this group, so I thought I would share.
http://thirteensquares.com/gospelspectrum/index_flash_itp.html

Meez!

Me

Forgiveness

class God
   def forgive(person)
      forgive(person)
   end
end

God.forgive(me)

Infinite Recursion :)

God is Good...

while (time) {
God = GOOD;
}

Guestbook

Welcome to http://tech.rachelandjuan.com !!
Feel free to use this book to leave feedback on this site or to just say, "Hi".

God Loves Me


Class Life {
..
function int stressCalc(Person p) {
  ...
  if (p.getPerfectionism()) {
    p.setStress(p.getStress() + 100);
    p.setSelfRighteousness(p.getSelfRighteousness() + 100);
    p.setPride(p.getPride() + 10);
  } else {
    p.setStress(p.getStress() - 100);
    p.setPride(p.getPride() - 10);
  }
  ...
  return p.getStress()
}

function bool isLivingForGod(Person p) {
  answer = false;
  ...
  if (!p.getPerfectionism()) {
    answer = (answer && true);
  }
  ...
  return answer;
 

Tech Poetry

Intro

This is a book where I will add coded poetry. There's very little use explaining... so we'll get to the book and you can see what it is.

~Juan

Christians and Technology

Introduction

Sometimes the things closest to home, are the things that are hardest to integrate with our Christian lives. It would seem that the ordinary or the mundane are apart from Christian life. We may not be excited about it, or perhaps, there just isn't an easy in. Technology has been one of these "close to home" things for me. Why is it so hard to integrate technology into the Christian life? Is it that there are no clear places of entry, or is it that I'm not excited about giving over this piece of my life? Certainly there have been times that (and I know non-Christians deal with this too) where I don't want anyone to know that I'm good with computers because it will soon mean that I have to fix their internet. Does this keep me from a technical integration of my faith?

Technical Basics Reference

Basics

Color codes from John December and W3
ASCII Codes from John December
Tutorials from TizTag and W3 Schools

Unix/Linux

Flash Drive Linux from Puppy Linux and Fox Linux (Italian)