Skip to content

Instantly share code, notes, and snippets.

View PandelisZ's full-sized avatar
:shipit:
🔥🔥🔥 Taking working code and making it un-working 🔥🔥🔥🔥

Pandelis Zembashis PandelisZ

:shipit:
🔥🔥🔥 Taking working code and making it un-working 🔥🔥🔥🔥
View GitHub Profile
@PandelisZ
PandelisZ / myfirstpr.graphql
Created October 1, 2020 14:22
Find your first ever PR :)
query {
viewer {
pullRequests(first: 10) {
edges {
node {
url
repository {
nameWithOwner
}
}
~/go/src/gruvee.com
-> cli
-> auth
-> whatever
the fully qualified package names for these would then be
gruvee.com/cli ... etc
"go.toolsEnvVars": {
"GOFLAGS": "-mod=vendor",
"CGO_ENABLED": "0",
"GO111MODULE": "on",
},
"terminal.integrated.env.osx": {
"GOFLAGS": "-mod=vendor",
"CGO_ENABLED": "0",
"GO111MODULE": "on",
},
@PandelisZ
PandelisZ / wakatime.md
Created May 14, 2019 15:10
🔨 Programming Activity

a

@PandelisZ
PandelisZ / .gitlab-ci.yml
Last active May 8, 2019 14:54
autoMergeRequest.sh
job:autoupdate:
image: php:7.3-cli
only:
- schedules
before_script:
# Install composer dependencies
- apt-get update -y >/dev/null && apt-get install -y libpng-dev git zip unzip >/dev/null
- docker-php-ext-install calendar gd >/dev/null
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php >/dev/null
@PandelisZ
PandelisZ / composer-link.sh
Last active January 4, 2019 15:58
Composer link command
@PandelisZ
PandelisZ / policy.json
Created December 17, 2018 10:31
Read only S3 access
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "SubstraktS3SingleBucketReadWrite",
"Effect": "Allow",
"Action": [
"s3:PutAnalyticsConfiguration",
"s3:GetObjectVersionTagging",
"s3:ReplicateObject",
@PandelisZ
PandelisZ / ko.utils.3.4.0.signatures.js
Created July 18, 2017 13:28 — forked from hyle/ko.utils.3.4.0.signatures.js
KnockoutJS 3.4.0 utils (ko.utils) signatures
// knockout 3.4.0
ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ }
ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ }
ko.utils.arrayFilter = function (array, predicate) { /* .. */ }
ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ }
@PandelisZ
PandelisZ / ko.utils.signatures.js
Created July 18, 2017 13:27 — forked from hyle/ko.utils.signatures.js
KnockoutJS utils (ko.utils) signatures
// knockout 2.2.1
ko.utils.arrayFilter = function (array, predicate) { /* .. */ }
ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ }
ko.utils.arrayForEach = function (array, action) { /* .. */ }
ko.utils.arrayGetDistinctValues = function (array) { /* .. */ }
# this is a title

and some content [with a link]()