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
private Pos NextPathNode(LinkedList<Pos> open, Pos goal) | |
{ | |
LinkedListNode<Pos> node = open.First; | |
LinkedListNode<Pos> best = node; | |
int bestScore = EstimatePath(node.Value, goal); | |
while (node.Next != null) | |
{ | |
node = node.Next; |
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
/** | |
* Do not edit this file. Any changes will be overwritten by the gamedata | |
* updater or by upgrading your SourceMod install. | |
* | |
* To override data in this file, create a subdirectory named "custom" and | |
* place your own gamedata file(s) inside of it. Such files will be parsed | |
* after SM's own. | |
* | |
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod) | |
*/ |
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
/* | |
** | |
** Server Hop (c) 2009, 2010 [GRAVE] rig0r | |
** www.gravedigger-company.nl | |
** | |
*/ | |
#include <sourcemod> | |
#include <socket> |
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
public class Ability { | |
protected String name; | |
protected int level; | |
public Ability(String name) { | |
this.name = name; | |
} | |
public void levelUp() { |
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
cl_crosshair_drawoutline "1" | |
cl_crosshair_dynamic_maxdist_splitratio "0.35" | |
cl_crosshair_dynamic_splitalpha_innermod "1" | |
cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
cl_crosshair_dynamic_splitdist "7" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshairalpha "128" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "0" | |
cl_crosshaircolor_g "0" |
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 System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading; | |
using System.Diagnostics; | |
using System.Drawing; | |
using System.Drawing.Imaging; | |
using System.Runtime.InteropServices; | |
using System.IO; |
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 System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Drawing.Imaging; | |
using System.IO; |
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 System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Drawing.Imaging; | |
using System.IO; |
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 System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Drawing.Imaging; | |
using System.IO; |
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
$ grep brickley cred | |
104562390-|--|[email protected]|-icfEWY/u1j4=-|-costello|-- | |
116064511-|--|[email protected]|-WgDwwGWAN13RuloffBd9Gg==-|-|-- | |
102900607-|--|[email protected]|-CwNOjU9z8TQ=-|-usual|-- | |
103185823-|--|[email protected]|-zBNJlzGsH/4=-|-|-- | |
100183957-|--|[email protected]|-Cvt9ZvEr+VDioxG6CatHBw==-|-Password|-- | |
113073781-|--|[email protected]|-s3giGffziHfioxG6CatHBw==-|-EGB|-- | |
116816426-|--|[email protected]|-SQAFg0e01TfioxG6CatHBw==-|-|-- | |
85650571-|--|[email protected]|-OcpOWuCQvMslHanv8qpkRg==-|-namezip|-- |