Skip to content

Instantly share code, notes, and snippets.

View tournasdim's full-sized avatar
🎯
Focusing

Tournas Dimitrios tournasdim

🎯
Focusing
View GitHub Profile
Help from here: http://gitm8.com/running-awus036nhr-in-virtualbox-kali/
and here: http://www.fixedbyvonnie.com/2015/04/welcome-to-kali-linux-part-2-of-3/#.VkPK8q6rTdQ
Adapter: http://www.amazon.com/gp/product/B0035APGP6
1. Download the VirtualBox image for Kali 2.0
2. Import it into VirtualBox
3. Set up the machine as normal
4. In the network tab disable the network interfaces
5. Change to the Ports tab
6. Change to the USB portion of the Ports tab
@tournasdim
tournasdim / gist:d317830a9d494dc502ad
Last active December 31, 2015 19:41 — forked from ah01/gist:762576
const.pde Arduino predefined constants
//
// This sketch will print some of interesting predefined constants to Serial.
//
// For more information, look at
// http://electronics4dogs.blogspot.com/2011/01/arduino-predefined-constants.html
// helper macro
#define LINE(name,val) Serial.print(name); Serial.print("\t"); Serial.println(val);
void setup()

Symfony2

Files loaded on standard edition request (253)

  • Acme\DemoBundle\AcmeDemoBundle
  • Acme\DemoBundle\Controller\DemoController
  • Acme\DemoBundle\EventListener\ControllerListener
  • Acme\DemoBundle\Twig\Extension\DemoExtension
  • Assetic\Extension\Twig\AsseticExtension
  • Assetic\Extension\Twig\ValueContainer
@tournasdim
tournasdim / .gitignore
Created June 3, 2014 20:17 — forked from octocat/.gitignore
Using a global ".gitignore" file for common files . https://help.github.com/articles/ignoring-files
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
<?php
namespace Helloworld\Form;
use Zend\Form\Form;
class SignUp extends Form
{
public function __construct()
{
parent::__construct('signUp');
<?php
namespace Helloworld\Form;
use Zend\Form\Form;
use Zend\InputFilter\InputFilter;
class SignUpFilter extends InputFilter
{
public function __construct()
{
<?php
namespace Helloworld\Form;
use Zend\Form\Form;
use Zend\InputFilter\InputFilter;
class SignUpFilter extends InputFilter
{
public function __construct()
{
<?php
namespace Helloworld\Form;
use Zend\Form\Form;
class SignUp extends Form
{
public function __construct()
{
parent::__construct('signUp');
<?php
namespace Helloworld\Form;
use Zend\Form\Form;
class SignUp extends Form
{
public function __construct()
{
parent::__construct('signUp');