INCLUDE_DATA
Category: Mine — Dubayou @ 2:43 pm — Comments (0)

I’ve been using linux for ~7 years now.  Like most self taught.  But this semester i have a teacher introducing Linux to his students.  I personally love this, having convinced 3 friends over the last few months to switch to Linux.  The problem exists that I do every thing the way i’ve learned.  This includes using nano over vi, for command line editing.  I have always heard of vi and the power it brings. But i used it and i used nano, and a few other editors and found nano the most friendly.

nano on linux command line with syntax code

Im upset that It took me this long to figure out about the .nanorc file.  Its not like I dont know about those pesky hidden config files.  I just didnt think to look into for nano.  So my teacher told us to get his .vimrc to set up some keys and syntax coloring.  Light Bulb!

I found a great two part

Fun with Dick and Jane dvdrip

The Lion in Winter the movie

articles on the .nanorc file.  Here is the nano documentation.  And a copy of my .nanorc file.  just put this in your home ~/ folder

 Peter Pan on dvd The Whisperers dvd
set autoindent
set brackets ""')>]}"
set matchbrackets "(]}"

#open files with CTRL-R
#tab open files with ALT < or >
set multibuffer

#some line some don't
#set mouse

#do it trust me
set smooth

#this should be here
include "/usr/share/nano/nanorc.nanorc"
#remove the # on the ones you want.
#include "/usr/share/nano/html.nanorc"
#include "/usr/share/nano/python.nanorc"
#include "/usr/share/nano/c.nanorc"
#include "/usr/share/nano/java.nanorc"
#include "/usr/share/nano/ruby.nanorc"
Category: Mine — Dubayou @ 4:07 pm — Comments (0)

Its been a good minitue since i’ve been to woot.com, but the other day I scored one of the best deals from them, two Philips Web Cams for $13.  Needless to say I ordered a pair, and they came in yesterday.

one of the worst pains in vista is that they throw out all old web cam support. so this is the first time ive been able to work with/ code for a web cam in ~ 3 years.

ive been writing c# all moarning and its kind scary that when i tell my program to find the red box, it targest my hand aswell.  oh well. pretty screen shot

wait till you see what im making here.

EOLPeter Pan ipod

House on Haunted Hill download

buy Wraiths of Roanoke

The Piano psp

The Thing dvd

Category: python — Dubayou @ 8:14 pm — Comments (0)

Working in Linux has 1 major drawback. The fact that 90% of the software you’ve learned doesn’t work. And for most this includes the Adobe Creative Suit. So to fix that we can use stuff like Captain Ron rip VirtualBox

Peter Pan divx

to run a copy on Windows XP, to run our copy of Photoshop CS4.

Well thats how I do at least.

But I still haven’t been able to give my vm network access, so moving files is 1 way.
So to get files from my linux host to windows xp gust i must burn an Iso containing the files i want to send, and with VirtualBox tools mount that to th guest cdrom drive.

So after adding cs4 to xp and playing around for a few hours, i realized i couldn’t save my work anywhere. All my files where limited to the guest system.

One thing virtual box provides me is a text-only clipboard adapter for guest to host and vice versa copy and pasting.

… thinking … thinking … um got it …
again i had to burn a copy of the python2.6 msi

The Wind That Shakes the Barley move

The Legend of Hell House movie download to an iso and mount it.
made a quick little python script:
a = open("mousei.com.header.png", "rb").read().encode("base64")
print a

copyed the text, and wrote something like this

b64file = "b642i.txt"
outFile = "mousei.com.header.png"
fData = open(b64file, "rb").read().decode("base64")
wData = open(outFile, "wb").write(fData).close()

if you couldn’t tell, just paste the data in a file called “b642i.txt”, and run.Skins dvdrip

The Hudsucker Proxy download

Category: Mine — Dubayou @ 10:53 pm — Comments (0)

Granny Click is a little bit of Javascript i wrote to make web pages more _usable_. It utilizes space that would normally do nothing, maximizing the potential of your web site.

Get It

I just helped your grandmother read your blog.
Help me out.


Requirements
A Javascript enabled browser (Chrome, Firefox, IE, Opera, Safari)

Examples

Without Granny Clicks: test1, test2
With Granny Clicks: test1, test2

Before:

Granny Clicks Before Shot

Granny Clicks Before Shot


After:
Granny Clicks After Shot

Granny Clicks After Shot

The three versions.
There is a Granny Click Standalone In Her Shoes dvdrip version that can be pasted into any html page.

I have also provided a jQuery plugin of Granny Click. This is made for people that rely on jQuery and don’t want to stray from their norm. More info on the Granny Click jQuery plugin is available on its plugin page.

Last but not least there is Granny Clicks Greasemonkey Sympathy dvd version. This is for users that want to be able to add the functionality of Granny Clicks to all websites they visit. More info on this version can be found at the userscripts profile page.

Warning

Role Models dvdrip

Blood Loss movie download

Understand the risks involved in running this script. I have done my best to prevent it from acting crazy, but you still never know. Please send all bugs to me at dubayou (a+) gmail.