back to home - see all tags

Tags

CubeSat

Summer 2011 CubeSat Developer's Workshop

I had the chance to present at this past summer's CubeSat Developer's Workshop in Logan, Utah, just around the time of the SmallSat conference. This is the first public apperance of COPPER's present iteration, as both a two-mission and a 1U CubeSat. ...

COPPER

Summer 2011 CubeSat Developer's Workshop

I had the chance to present at this past summer's CubeSat Developer's Workshop in Logan, Utah, just around the time of the SmallSat conference. This is the first public apperance of COPPER's present iteration, as both a two-mission and a 1U CubeSat. ...

git

git - bare minimum

The bare minimum commands you need to update your git repo and sync to your github account are as follows: git status git add <any new files> git commit -a -m "Update Description" git push -u origin master There, I said it. I didn't see this...

lostorbit

git - bare minimum

The bare minimum commands you need to update your git repo and sync to your github account are as follows: git status git add <any new files> git commit -a -m "Update Description" git push -u origin master There, I said it. I didn't see this...

mod_rewrite

I had some trouble cleaning up my URLs on my local copy of this site. As much as I wanted to use a super easy wizard to automagically make mod rewrite rules for me, nothing seemed to take. phpinfo() showed mod_rewrite was turned on, and "apache2ctrl...

lostorbit.net

I put together this website in an effort to have a central place to keep track of some of the projects I spend most of my time on, and to keep an updated resume on the web. I needed a quick-and-dirty way to update everything, and it needed to be rel...

CMS

mod_rewrite

I had some trouble cleaning up my URLs on my local copy of this site. As much as I wanted to use a super easy wizard to automagically make mod rewrite rules for me, nothing seemed to take. phpinfo() showed mod_rewrite was turned on, and "apache2ctrl...

cms

lostorbit.net

I put together this website in an effort to have a central place to keep track of some of the projects I spend most of my time on, and to keep an updated resume on the web. I needed a quick-and-dirty way to update everything, and it needed to be rel...

php

lostorbit.net

I put together this website in an effort to have a central place to keep track of some of the projects I spend most of my time on, and to keep an updated resume on the web. I needed a quick-and-dirty way to update everything, and it needed to be rel...

page generated in 0.012 seconds.