$ brew install coreutils
$ gsplit -dl 10000 --additional-suffix=.csv massive.csv mini
$
$ ls -A1
mini00.csv
mini01.csv
mini02.csv
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
{ | |
"deno.enable": true, | |
"deno.lint": true, | |
"deno.suggest.imports.hosts": { | |
"https://deno.land": false | |
}, | |
"[typescript]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "denoland.vscode-deno" | |
}, |
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
// Type definitions for Mopidy.js v1.1.0, Mopidy v3.0.2 WebSocket API | |
// Project: https://github.com/mopidy/mopidy.js | |
// Definitions by: Alan Norbauer <https://alan.norbauer.com> | |
// Duncan Robertson <https://github.com/whomwah> | |
export = Mopidy | |
declare class Mopidy { | |
// ----------------- MOPIDY.JS-SPECIFIC API ----------------- |
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
// @deno-types="https://deno.land/x/types/react/v16.13.1/react.d.ts" | |
import React from "https://dev.jspm.io/[email protected]"; | |
// @deno-types="https://deno.land/x/types/react-dom/v16.13.1/server.d.ts" | |
import ReactDOMServer from "https://dev.jspm.io/[email protected]/server"; | |
import { opine } from "https://deno.land/x/[email protected]/mod.ts" | |
export { | |
Request, | |
Response, | |
NextFunction, | |
} from "https://deno.land/x/[email protected]/src/types.ts"; |
https://seesparkbox.com/foundry/semantic_commit_messages
chore: add Oyster build script
docs: explain hat wobble
feat: add beta sequence
fix: remove broken confirmation message
refactor: share logic between 4d3d3d3 and flarhgunnstow
- https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a
- https://webhostinggeeks.com/guides/dns/
- https://github.com/alex/what-happens-when
- https://dev.to/antonfrattaroli/what-happens-when-you-type-googlecom-into-a-browser-and-press-enter-39g8
To observer any notification
center.addObserver(forName: nil, object: nil, queue: nil) { (note) in
print("note: \(note)")
}
NewerOlder