Skip to content

Instantly share code, notes, and snippets.

View WyriHaximus's full-sized avatar
🐉
Breathing Fire

Cees-Jan Kiewiet WyriHaximus

🐉
Breathing Fire
View GitHub Profile
name: Helm Diff
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
- edited
- ready_for_review
name: Composer Diff
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
comment-composer-lock-diff:
name: Comment composer.lock diff
@WyriHaximus
WyriHaximus / REJECTION.md
Created October 2, 2020 16:03
Hacktoberfest Spam Rejection

TL;DR This PR is rejected because it's classified as spam.

REASON_WHY_PR_IS_INVALID_SOMETHING_MATCHING_THE_PR. While I approciate that you took the time to create a PR on one of my projects, it seems like you create this PR based on a youtube video discussed on this post How One Guy Ruined #Hacktoberfest2020 #Drama. Which is causing a shitstorm on Twitter at the moment about the metric ton of spam it creates.

Whilest I detest creating PR's like this, I'd gladly help you creating a meaningfull PR. There are a bunch of open issues specially created for #Hacktoberfest on my repositories I suggest you take a look at: [Hacktoberfest Issues](https://github.com/search?q=user%3AWyriHaximus+label%3Ahacktoberfest+is%3

FROM golang:1.13-alpine3.11 AS build
RUN mkdir /opt/app
WORKDIR /opt/app
COPY dsmrp1.go /opt/app
# hadolint ignore=DL3018,DL3019
RUN apk add git gcc musl-dev godep
<?php declare(strict_types=1);
use React\EventLoop\Factory;
use React\EventLoop\LoopInterface;
use React\Socket\ConnectionInterface;
use React\Socket\Connector;
use React\Socket\Server;
use React\Stream\Util;
require 'vendor/autoload.php';
<?php
require 'vendor/autoload.php`;
<?php
unset(
$GLOBALS,
$_ENV,
$_REQUEST,
$_SERVER,
$_GET,
$_COOKIE,
$_FILES,
<?php
namespace React\ChildProcess;
use Evenement\EventEmitter;
use React\EventLoop\LoopInterface;
use React\Stream\ReadableResourceStream;
use React\Stream\WritableResourceStream;
/**
[program:NAME]
process_name="NAME"
command=php /path/to/service/NAME/app run
autostart=true
autorestart=true
startretries=512
stderr_logfile=/var/log/supervisor/NAME.err.log
stdout_logfile=/var/log/supervisor/NAME.out.log
user=USERNAME
int segA = 9; // top
int segB = 8; // right-top
int segC = 7; // middle
int segD = 6; // left-top
int segE = 5; // left-bottom
int segF = 4; // bottom
int segG = 3; // right-bottom
const int MY_PINS[8] = {
segA, segB, segC, segD, segE, segF, segG,