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 net.minecraft.src; | |
import org.lwjgl.opengl.GL11; | |
public class ModelBiped extends ModelBase | |
{ | |
public ModelRenderer bipedHead; | |
public ModelRenderer bipedHeadwear; | |
public ModelRenderer bipedBody; | |
public ModelRenderer bipedRightArm; |
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
#test.py | |
class C(object): | |
def foo(self): | |
return "bar" | |
load_class = C |
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
#thx user/843843 !! | |
class Collision(object): | |
left = False | |
right = False | |
up = False | |
down = False | |
def __init__(self, left, right, up, down): | |
self.left = left | |
self.right = right |
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 Collision(object): | |
_value = 0 | |
_left = 0x1 | |
_right = 0x2 | |
_up = 0x4 | |
_down = 0x8 | |
def left(self): | |
return self._value & _left |
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
; SLIME | |
user> (apply * (range 1 5343)) | |
4528693938353035459639069858664117046152717116509109159972723106079646071123870962497900999214855212898764709371559162646881385151241216793135199399366764919816457202369460535753920298458275656867710453827734421207566261006218600740373577652444973600648760281809477862908504684038965143608879438552004332103600325432630548557856124485170342279213547190370111032616673744921850612652355568399832649746470587076859972087430035938284736828201585240337885066885969689050203701994450943162624138694924849177161429272757427610283345167353117042444877790560872542430755385501252847059026066550471744795208038417803747020735930157777894805784985585244161706297289535376450765029618127858614456792721237650296724009771078174419381052278059264348739260021435603048357885396173925229309952755498187910947717563416266640420806728493280134378655936642487461078031530216840566255549342686430043257865281361214792723564233045568386594156349497293849644592033526655613938410979993572667874820976021645 |
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
def cons(x, xs): | |
try: | |
x.append(xs) | |
return x | |
except AttributeError: | |
return [x,xs] |
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
"the cake is a lie. | |
:syntax on | |
"シンタックスハイライトをオンにする | |
set nowrap | |
"右端で折り返さない notepad.exe的な | |
set tabstop=4 | |
"インデントサイズ |
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
<div class="log passive forself log-user-watchlist-registered"> | |
<div class="log-author "> | |
<a href="http://www.nicovideo.jp/user/16573819?zeromypage_nicorepo"><img src="http://usericon.nimg.jp/usericon/s/1657/16573819.jpg?1359326175" alt="" class="" data-src="http://usericon.nimg.jp/usericon/s/1657/16573819.jpg?1359326175"></a> | |
</div> | |
<!-- --> | |
<form class="log-deleteform" action="/api/nicorepo/delete_log" method="POST" data-confirm="このニコレポを削除してもよろしいですか? | |
(一度消すと元に戻せません)"> |
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
using System; | |
using Gtk; | |
using System.ComponentModel; | |
namespace Test | |
{ | |
class MainClass{public static void Main (string[] args) {new Test();}} | |
class Test{ | |
Window window; |
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
<span class="nicoru-button nicorub-nicoried nicorub-loaded " data-type="nicorepo" data-nicorepo="3:1710006:13593123780000"><a href="#" class="nicorub-link " rel="like"> | |
<span class="nicorub-icon"></span> | |
</a> | |
<span class="nicorub-balloon"> | |
<span class="nicorub-u"></span> | |
<span class="nicorub-d"></span> | |
<span class="nicorub-messages"> | |
<span class="nicorub-caption">ニコる!</span> | |
<span class="nicorub-done">ニコった!</span> | |
<span class="nicorub-failed">失敗!</span> |