Skip to content

Instantly share code, notes, and snippets.

@acrollet
acrollet / UnfuddleToJira.java
Created April 24, 2014 22:10
Unfuddle to Jira, with comments
// Original author Gabe Nell. Released under the Apache 2.0 License
// http://www.apache.org/licenses/LICENSE-2.0.html
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@acrollet
acrollet / 0_reuse_code.js
Created May 9, 2014 15:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@acrollet
acrollet / locustfile.py
Created April 6, 2017 21:59
Log in to Drupal 8 with locust.io
from locust import HttpLocust, TaskSet, task
from bs4 import BeautifulSoup
class WebsiteTasks(TaskSet):
def on_start(self):
"""
on_start is called when a Locust start before,
any task is scheduled
"""
self.login()
@acrollet
acrollet / composer.json
Created March 14, 2018 15:45
Drupal 8 + BEE with patch for views daterange filters
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "",
"role": ""
}

Keybase proof

I hereby claim:

  • I am acrollet on github.
  • I am acrollet (https://keybase.io/acrollet) on keybase.
  • I have a public key ASDEYSttRLnOLnU2TLcJOaG8sUrvU4qLn9ddXO-f3L9B7wo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am acrollet on github.
  • I am acrollet (https://keybase.io/acrollet) on keybase.
  • I have a public key ASB0IM3o9ETyd4mT9tbm3BQlP1H-pxzEg4r6Fo__DrRyHAo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.