From f8c6692ac7dfbd21dbf817d0584d7bb63c6f2afa Mon Sep 17 00:00:00 2001 From: Sagiv Ofek Date: Fri, 17 Jan 2020 00:57:53 -0800 Subject: [PATCH] remove slug --- _posts/2014-09-08-Mastering-Node-js-logs-cc409e8523b3.markdown | 1 - _posts/2014-09-10-Bitcoin-on-Node-js---do-it-yourself.markdown | 1 - _posts/2014-11-08-Permutations---Ruby-Style-Recursion.md | 1 - _posts/2015-09-30-Go-Native---Calling-C---From-NodeJS.md | 1 - _posts/2015-11-05-Hackathon-As-Part-Of-Your-Company-DNA.md | 1 - _posts/2018-01-19-The-missing-Dictionary-in-Solidity.md | 1 - 6 files changed, 6 deletions(-) diff --git a/_posts/2014-09-08-Mastering-Node-js-logs-cc409e8523b3.markdown b/_posts/2014-09-08-Mastering-Node-js-logs-cc409e8523b3.markdown index 95be374..7bcbf78 100644 --- a/_posts/2014-09-08-Mastering-Node-js-logs-cc409e8523b3.markdown +++ b/_posts/2014-09-08-Mastering-Node-js-logs-cc409e8523b3.markdown @@ -5,7 +5,6 @@ description: '' date: '2014-09-08T18:27:19.000Z' categories: [] keywords: [] -slug: /@sagivo/mastering-node-js-logs-cc409e8523b3 --- It’s very easy to debug your node.js application when you’re in development mode, most of the times you just watch on the console output. This is usually good enough to spot some errors and print some states. diff --git a/_posts/2014-09-10-Bitcoin-on-Node-js---do-it-yourself.markdown b/_posts/2014-09-10-Bitcoin-on-Node-js---do-it-yourself.markdown index a7a539b..0f5e46e 100644 --- a/_posts/2014-09-10-Bitcoin-on-Node-js---do-it-yourself.markdown +++ b/_posts/2014-09-10-Bitcoin-on-Node-js---do-it-yourself.markdown @@ -5,7 +5,6 @@ description: '' date: '2014-09-10T04:28:00.000Z' categories: [] keywords: [] -slug: /@sagivo/bitcoin-on-node-js-do-it-yourself --- ([to the project page in github](https://github.com/sagivo/accept-bitcoin "accept bitcoin")) diff --git a/_posts/2014-11-08-Permutations---Ruby-Style-Recursion.md b/_posts/2014-11-08-Permutations---Ruby-Style-Recursion.md index 106379b..9cc3d10 100644 --- a/_posts/2014-11-08-Permutations---Ruby-Style-Recursion.md +++ b/_posts/2014-11-08-Permutations---Ruby-Style-Recursion.md @@ -5,7 +5,6 @@ description: '' date: '2014-11-08T22:53:00.000Z' categories: [] keywords: [] -slug: /@sagivo/permutations-ruby-style-recursion-e08120f2b997 --- The permutation problem is as follows: Given a list of items, list all the possible orderings of those items. diff --git a/_posts/2015-09-30-Go-Native---Calling-C---From-NodeJS.md b/_posts/2015-09-30-Go-Native---Calling-C---From-NodeJS.md index 125470f..7389509 100644 --- a/_posts/2015-09-30-Go-Native---Calling-C---From-NodeJS.md +++ b/_posts/2015-09-30-Go-Native---Calling-C---From-NodeJS.md @@ -5,7 +5,6 @@ description: '' date: '2015-09-30T12:24:56.000Z' categories: [] keywords: [] -slug: /@sagivo/go-native-calling-c-from-nodejs-614a2cbfebc1 --- (full repo can be found [here](https://github.com/sagivo/nodejs-addons)) diff --git a/_posts/2015-11-05-Hackathon-As-Part-Of-Your-Company-DNA.md b/_posts/2015-11-05-Hackathon-As-Part-Of-Your-Company-DNA.md index 91c1384..924ec1b 100644 --- a/_posts/2015-11-05-Hackathon-As-Part-Of-Your-Company-DNA.md +++ b/_posts/2015-11-05-Hackathon-As-Part-Of-Your-Company-DNA.md @@ -5,7 +5,6 @@ description: '' date: '2015-11-05T11:47:30.000Z' categories: [] keywords: [] -slug: /@sagivo/hackathon-as-part-of-your-company-dna-45b9a0c0472f --- Yahoo, google, Facebook, BBC, NASA, AT&T have one thing in common — they all have hackathon regularly. A hackathon is not only for weekends and can be incorporated as part of your company’s DNA. diff --git a/_posts/2018-01-19-The-missing-Dictionary-in-Solidity.md b/_posts/2018-01-19-The-missing-Dictionary-in-Solidity.md index 1d8679c..c85a72a 100644 --- a/_posts/2018-01-19-The-missing-Dictionary-in-Solidity.md +++ b/_posts/2018-01-19-The-missing-Dictionary-in-Solidity.md @@ -5,7 +5,6 @@ description: (link to the github repo) date: '2018-01-19T15:49:55.276Z' categories: [] keywords: [] -slug: /@sagivo/the-missing-dictionary-in-solidity-67b15e0c6d94 --- ([link to the github repo](https://github.com/sagivo/solidity-utils))