I hereby claim:
- I am geoder101 on github.
- I am geoder101 (https://keybase.io/geoder101) on keybase.
- I have a public key whose fingerprint is E24B 769A 7418 BD5F AE71 2BD3 7EB9 C307 2DA1 82BC
To claim this, I am signing this object:
| namespace Extensions | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Threading.Tasks; | |
| /// <summary> | |
| /// LINQ extension methods for the TPL-'Task' monad. | |
| /// </summary> | |
| /// <remarks> |
| BEGIN TRY | |
| BEGIN TRANSACTION | |
| -- insert sql here | |
| COMMIT | |
| END TRY | |
| BEGIN CATCH | |
| IF @@TRANCOUNT > 0 ROLLBACK | |
| END CATCH |
I hereby claim:
To claim this, I am signing this object:
| perl -p -i -e "s/\r//g" <filename> |
| # Originally created by https://www.gitignore.io/api/windows,linux,visualstudio,visualstudiocode,osx,xamarinstudio,f#,monodevelop,vim,emacs,node,bower on 2016-03-19 | |
| # Last updated: 2016-03-20 | |
| ### Windows ### | |
| # Windows image file caches | |
| Thumbs.db | |
| ehthumbs.db | |
| # Folder config file |
| (* | |
| The MIT License (MIT) | |
| Copyright (c) 2016 George Dernikos | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| #!/usr/bin/env bash | |
| system_profiler SPUSBDataType |
| DOCKER_MACHINE_ID=default | |
| if [ ! -f /tmp/docker.env ]; then | |
| docker-machine start $DOCKER_MACHINE_ID &> /dev/null | |
| docker-machine env $DOCKER_MACHINE_ID 1> /tmp/docker.env | |
| fi | |
| if [ -f /tmp/docker.env ]; then | |
| source /tmp/docker.env | |
| fi |
| https://www.youtube.com/watch?v=LelpAUwVxMk | |
| Α, Α, OK, λού | |
| εκεί που είναι η ζωή μη το σκεφτείς οι αγγαλίοι | |
| πίνουμε αργιλέ εδώ στο σπίτι και τρώμε καλαμπόκι σαν το σκουρίκι | |
| τα πεταλούδα είναι ωραία και μη το σκεφτείς ία παρέα | |
| 87 εκεί που είναι για τρελά ε είναι το όλοι μαζί εδώ παιδεία | |
| εδώ είναι ο Σον αφήστε τα όπλα γιατί εγκώ θα πι-άσω την παντόφλα | |
| εκεί που μάθαμε στα σχολεία θέλω να κάνω απεργία | |
| και βγαίνω με παπούτσα ντόλτσε καμπάνα |
| #!/bin/bash | |
| #### Default Configuration | |
| CONCURRENCY=4 | |
| REQUESTS=100 | |
| ADDRESS="http://localhost:8080/" | |
| show_help() { | |
| cat << EOF |