This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* you align the body text to center. since the body is the root element (and position on a sheet matters) AND since your not putting any text in the body, but in the content, you can just text-align: left; the content for it to work. */ | |
| body { | |
| text-align: center; | |
| margin: 0 auto; | |
| padding: 0 0 0 0; | |
| } | |
| .content { | |
| min-width: 1100px; | |
| min-height: 500px; | |
| background: url(../img/content-bk.png); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cburl="http://ci.bukkit.org/job/dev-CraftBukkit/Recommended/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar" | |
| cbver="818" | |
| # Script by resba | |
| # | |
| # Complete Install: | |
| # Complete Install installs the Craftbukkit Server along with any and all peripherals such as java and screen needed to run the Server on Linux CentOS Machines. Comes with step-by-step server.properties installer. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php /* | |
| // | |
| // | |
| // Roll a d* Script | |
| // | |
| // Version: 1.0 | |
| // | |
| // Author: resba [https://www.github.com/resba] | |
| // | |
| // Description: Just like rolling a dice! Roll a die virtually and get a return number! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.resbah.assignments.HelloWorld; | |
| /** | |
| * @(#)HelloWorld.java | |
| * | |
| * | |
| * @author Matthew Sowden | |
| * @version 0.0.1-SNAPSHOT 2012/1/25 | |
| * @description JavaDoc Stuff; Hello World application | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.resbah.SimpleGame; | |
| import java.applet.*; | |
| import java.awt.Color; | |
| import java.awt.Event; | |
| import java.awt.Graphics; | |
| import java.awt.Image; | |
| /** | |
| * | |
| * THIS CODE IS SO WRONG BUT WHO CARES \o/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HAI | |
| I HAS A SERVAR ITZ "MINECRAFT" | |
| GIMMEH LOCATIONZ BTW I WANT JAR LOCATIONZ | |
| GIMMEH JAVA BTW I WANT JAVA LOCATIONZ | |
| JAVA, WTF? | |
| OMG "/usr/bin/java" BTW YOUR ON LINUX! | |
| VISIBLE SERVAR, GTFO | |
| OMGWTF | |
| VISIBLE "JAVA DOESN'T WANTZ TO PLAYS! D:" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class TestClass: | |
| def __init__(one,two,three): | |
| self.one = one | |
| self.two = two | |
| self.three = three | |
| def getOne(): | |
| return self.one | |
| def getTwo(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| MAVLink protocol implementation (auto-generated by mavgen.py) | |
| Generated from: ardupilotmega.xml,common.xml | |
| Note: this file has been auto-generated. DO NOT EDIT | |
| ''' | |
| import struct, array, mavutil, time, json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| /* <![CDATA[ */ | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-33315451-1']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
OlderNewer