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
using System; | |
using System.ComponentModel; | |
using System.IO; | |
using System.Timers; | |
namespace NetFileSystemWatcher | |
{ | |
public enum ConnectionState | |
{ | |
/// <summary> |
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
/** | |
* This method helps you to sort your entity request in an Symfony2 entity! | |
* | |
* Please, share your tips commenting here: | |
* https://gist.github.com/5038457 | |
* | |
* Author: @dbeuchler | |
* | |
* (Tested and used with doctrine 2.x and Symfony 2.0.x, 2.1.x) | |
*/ |
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
#!/bin/sh | |
# | |
#################################################################################################### | |
# | |
# Plesk Firewall Activation Script | |
# | |
# This Script is for those who have problems with their Plesk 11.0.9 Firewall (ipv6 on activation). | |
# This Script is opening standart ports to the VS. | |
# | |
# |