Skip to content

Instantly share code, notes, and snippets.

View gkohen's full-sized avatar

Gabriel Kohen gkohen

View GitHub Profile
@gkohen
gkohen / spec.json
Created February 19, 2019 16:13
JFrog Artifactory CLI delete example
{
"files": [
{
"aql": {
"items.find": {
"type":"file",
"created_by":"jenkins-builder",
"size":{"$gt":"100000000"},
"stat.downloads":{"$eq":null},
"@qa":"approved",
@gkohen
gkohen / index.js
Last active September 14, 2017 23:30 — forked from zkat/index.js
npx is cool
#!/usr/bin/env node
console.log('\n\n\nOur JDA VALUES:');
console.log('==============================================================')
console.log('RESULTS - We are obsessed with delivering customer value');
console.log('RELENTLESS - We relentlessly drive new learning and innovation')
console.log('TEAMWORK - We candidly and respectfully collaborate\n\n\n')