Skip to content

Instantly share code, notes, and snippets.

View raphaelvigee's full-sized avatar
💭
It is what it is

Raphaël Vigée raphaelvigee

💭
It is what it is
View GitHub Profile
@raphaelvigee
raphaelvigee / keybase.md
Created August 22, 2020 18:47
keybase.md

Keybase proof

I hereby claim:

  • I am raphaelvigee on github.
  • I am raphaelvigee (https://keybase.io/raphaelvigee) on keybase.
  • I have a public key ASBguCz-dhiY8UmF3jOkBQDSCM3e0unqv6DsIarqHT8T0go

To claim this, I am signing this object:

import java.util.ArrayList;
public class App
{
public static void main(String[] args)
{
int N = 10000000;
ArrayList<String> numbers = new ArrayList<>();
for (int i = 0; i < N; i++) {
@raphaelvigee
raphaelvigee / GenerateAliceFixturesCommand.php
Created July 16, 2017 21:56
Generate Alice fixtures from DB
<?php
namespace AppBundle\Command;
use Doctrine\Common\Collections\Collection;
use Doctrine\Common\Inflector\Inflector;
use Doctrine\ORM\Mapping\ClassMetadata;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;