The Life Aquatic
https://www.imdb.com/title/tt0362270
Adaptation
https://www.imdb.com/title/tt0268126
The Dish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST -H "Content-Type: application/json" -d @data.json http://localhost:8000/endpoint | |
curl -X POST -H "Content-Type: application/json" -d @ '{"key1": "value1", "key2": "value2"}' http://localhost:8000/endpoint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html !doctype html> | |
<head> | |
<meta charset="UTF-8"> | |
<script> | |
function draw() { | |
const canvas = document.getElementById("canvas"); | |
const ctx = canvas.getContext("2d"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://webpack.js.org/configuration/dev-server/#devserverproxy | |
// https://github.com/chimurai/http-proxy-middleware | |
// https://github.com/chimurai/http-proxy-middleware#context-matching | |
// https://www.npmjs.com/package/micromatch | |
/* config-overrides.js */ | |
module.exports = { | |
// The Webpack config to use when compiling your react app for development or production. | |
// webpack: function(config, env) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE table | |
SET column = REPLACE(column, 'find-str', 'replace-str') | |
WHERE id = X; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# someone has forked my repo and created a pull request | |
# I want to review and test the code locally before I merge the pull request | |
# the pull request URL on Github (#4 in this case) | |
https://github.com/user/project/pull/4 | |
# fetch the pull request (#4) and create a local branch called 'pr-4' | |
git fetch origin pull/4/head:pr-4 | |
# checkout the local branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO table1(t1_col1, t1_col2, t1_col3) | |
SELECT t2_col1, t2_col2, t2_col3 | |
FROM table2 | |
WHERE condition = foo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ( | |
"fmt" | |
"os" | |
"github.com/pkg/profile" | |
) | |
func main() { | |
p := profile.Start(profile.CPUProfile, profile.ProfilePath("."), profile.NoShutdownHook) | |
defer p.Stop() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aria - One [https://www.discogs.com/Aria-One/release/4996] | |
Austin Leeds - Moondiver [https://www.discogs.com/Austin-Leeds-Force-51/master/356216] | |
Cass & Slide - Diablo (Evolution Mix) [https://www.discogs.com/Cass-v-Slide-Diablo/master/34028] | |
D. Troy - Sixteen U (Antoine 909 Remix) [https://www.discogs.com/DTroy-Sixteen-U/release/408047] | |
Decepticons - Eastern Promise [https://www.discogs.com/Decepticons-Eastern-Promise/master/450988] | |
Decepticons - Deep Underground (Jade's journey through the underworld mix) [https://www.discogs.com/Decepticons-Deep-Underground/master/552944] | |
Deep Funk Project - 2 Heavy [https://www.discogs.com/Deep-Funk-Project-2-Heavy-Dirty-Logic/master/247225] | |
DJ Gogo - Anjuna [https://www.discogs.com/DJ-Gogo-Anjuna/release/163498] | |
Jimmy Van M - E.C.I-P.S [https://www.discogs.com/Jimmy-Van-M-ECI-PS/release/6087] | |
Osamu M - Moon Over [https://www.discogs.com/Osamu-M-Moon-Over/release/252977] |
NewerOlder