I hereby claim:
- I am shikkic on github.
- I am shikkic (https://keybase.io/shikkic) on keybase.
- I have a public key ASDPPW_wSFmr1ZgjCp3CZeFobjRx0ycbQCIOHe06H1omfAo
To claim this, I am signing this object:
// Remove all saved (deleted) messages from your saved view in Slack | |
// Open Slack in a web browser and log in | |
// Go to your Saved/Later messages screen | |
// Click on either In Progress, Archived, or Completed for the list you want to delete. | |
// F12 to raise dev console | |
// Paste the below | |
// Wait a while till it does its thing. If you need to stop it, close the tab. | |
(async function deleteDeletedLaterItems() { |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
class Solution(object):
def lengthOfLongestSubstring(self, s):
if len(s) == 0: return 0
if len(s) == 1: return 1
m = {}
max_len = 0
Gophr.pm is launching into full alpha this week and we're preparing to have real users in the go community stress test our systems. We need your help to make sure it all goes super smooth.
Gophr is an end-to-end package management solution for Go. No manifest or lock file and a fully versioned dependency graph. Simply place the url in your import path and it's automatically fully versioned.
server { | |
listen [::]:80; | |
listen 0.0.0.0:80; | |
# Redirect stdout/stderr to logs. | |
access_log /var/log/nginx/access.log main; | |
error_log /var/log/nginx/error.log warn; | |
# Make the depot volume the root to make cgi simpler. | |
root /repos; |
# Example nginx + git HTTP Smart mode (git-http-backend) + HTTP Authentication + HTTPS redirect | |
# [email protected] - http://jeroen.massar.ch | |
server { | |
listen 192.0.1.1:80; | |
listen [2001:db8::1]:80; | |
# Redirect all non-HTTPS traffic to the HTTPS variant | |
return 301 https://$host$request_uri; | |
} |
{ | |
"name": "nodeTutorial", | |
"version": "1.0.0", | |
"description": "", | |
"main": "server.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", |