This file contains 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
vbell on | |
escape `` | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]' | |
defutf8 on |
This file contains 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
/** | |
* For the brave souls who get this far: You are the chosen ones, | |
* the valiant knights of programming who toil away, without rest, | |
* fixing our most awful code. To you, true saviors, kings of men, | |
* I say this: never gonna give you up, never gonna let you down, | |
* never gonna run around and desert you. Never gonna make you cry, | |
* never gonna say goodbye. Never gonna tell a lie and hurt you. | |
*/ |
This file contains 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
//Code sanitized to protect the foolish. | |
using System; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Reflection; | |
using System.Web.UI; | |
namespace Mobile.Web.Control | |
{ | |
/// <summary> |
NewerOlder