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 checklisting(inputlist, repts): | |
result = [] | |
temprs = [] | |
for z in input1: | |
ic = 1; | |
ic2 = 0; | |
if ic2 > (len(inputlist) / repts): | |
print 'Did not found' |
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
# Python Audio List Module (PyMus) | |
# | |
# by Gustavo Ramos "Gustavo6046" Rehermann | |
# | |
# ========================= | |
# | |
# Creates and manipulates .pyal files to store | |
# MIDI-style music data. Be warned they are big | |
# filetypes and may occupy some space. |
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
#library "as_acs" | |
#include "zcommon.acs" | |
int PlayersReady[64]; | |
int PR_Size = 0; | |
int GoalsCompleted = 0; | |
int NumGoals = 0; | |
int ECT; | |
int ASTIC; | |
bool bInitialized; |
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
import sys | |
from twisted.internet import defer, endpoints, protocol, reactor, task | |
from twisted.python import log | |
from twisted.words.protocols import irc | |
class MyFirstIRCProtocol(irc.IRCClient): | |
nickname = 'MyFirstIrcBot' |
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
from argparse import ArgumentError | |
def conditional_split(split_function, input_string, separator=None): | |
# splits the string into a list | |
result = input_string.split(separator) | |
# makes the check in each item of the list | |
for x in xrange(len(result) - 1): | |
try: |
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
////////////////////////////////// | |
// Standard Empathic Classes // | |
/////////////////@V@////////////// | |
// (for any case) | | |
//================A | |
actor PlayerIsEmpathic : Inventory | |
{ | |
Inventory.Amount 1 | |
Inventory.MaxAmount 1 | |
} |
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
Move bitch, get out the way | |
Get out the way bitch, get out the way | |
Move bitch, get out the way | |
Get out the way bitch, get out the way | |
OH NO! The fight's out | |
I'ma 'bout to punch yo...lights out | |
Get the FUCK back, guard ya grill | |
There's somethin' wrong, we can't stay still | |
I've been drankin' and bustin' two |
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
When the sun fades | |
And the night comes | |
The stars start to bright | |
And with them, the desire | |
To return to Tau Ceti someday | |
Because that's where's my home | |
Somewhere in this sea of dark | |
Everyone by here |
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 | |
colsize=$(tput cols) | |
for n in {1..$((colsize / ${#1}))}; | |
do | |
echo -n "$1" | |
done | |
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
//============================================================================= | |
// StrategicalVortex. | |
//============================================================================= | |
class StrategicalVortex expands Effects; | |
// Physics variables | |
var(Vortex) float CyclesPerSecond; | |
var(Vortex) float ActionRadius; | |
var(Vortex) float ActionStrenght; | |
var(Vortex) float ActionMassIgnorance; /* This variable dictates how much is mass ignored during |
OlderNewer