Перейти к публикации
  • Сейчас на странице   Всего пользователей: 1   (0 пользователей, 1 гость)

Rooster

Программирование, т. 7

  

536 пользователей проголосовало

У вас нет прав на голосование в этом опросе, или на просмотр результатов опроса. Пожалуйста, войдите или зарегистрируйтесь для голосования в опросе.

Рекомендованные сообщения

Как можно вообще советовать разработку под андроид? Это ж как под старые мобилы разрабатывать, а вероятно уже и более мозгоёбно. Весь этот зоопарк девайсов, экранов, версий ос и прочих приколов.

Поделиться сообщением


Ссылка на сообщение
(изменено)

ну ладно

 

не благодари

var xhr = new XMLHttpRequest();
var type = '/cgi/sv_isp_din_el_1/enter.cgi' //calculation type
var body = 't1=0.0025&t21=0.0006&t2=0.09&t22=10.0&t16=4&t5=30.0&t6=1.8&t7=0.4&t9=2.7&t30=3.5'; //calculation input args
xhr.open("POST", type);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');

xhr.onreadystatechange = function() {window.open('http://webcad.pro' + xhr.responseText.match(/(Отчет готов.*href=)(.*?)(>)/)[2])};
xhr.send(body);

правда как ты будешь это на кроссдомене делать я хз  :rickroll:

 

Никак офк, этот запрос с сервера над делать. Ща попробовал, все норм работает, форма отправляется, ссылка на пдф получается. Правд она офк ведет на оригинальный сайт)) Так что придется еще скачать пдфку. Единственный гемор это то, что тебе придется самому писать этот дохулион форм, чтобы правильные данные отправлять :mameprivet:. Ну и как fessnik писал, если во время защиты оригинальный сайт отвалится, то будет ggwp  :lol:


Изменено пользователем .felix

Поделиться сообщением


Ссылка на сообщение

Как можно вообще советовать разработку под андроид? Это ж как под старые мобилы разрабатывать, а вероятно уже и более мозгоёбно. Весь этот зоопарк девайсов, экранов, версий ос и прочих приколов.

Советовать что-либо кроме веба в 2107г  :prayshit:

Поделиться сообщением


Ссылка на сообщение

 

ну ладно

 

 

не благодари

var xhr = new XMLHttpRequest();
var type = '/cgi/sv_isp_din_el_1/enter.cgi' //calculation type
var body = 't1=0.0025&t21=0.0006&t2=0.09&t22=10.0&t16=4&t5=30.0&t6=1.8&t7=0.4&t9=2.7&t30=3.5'; //calculation input args
xhr.open("POST", type);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');

xhr.onreadystatechange = function() {window.open('http://webcad.pro' + xhr.responseText.match(/(Отчет готов.*href=)(.*?)(>)/)[2])};
xhr.send(body);

правда как ты будешь это на кроссдомене делать я хз  :rickroll:

 

Спасибо. 

На защите вроде можно и не демонстрировать работу напрямую с ноута. Можно вроде как сделать видос обзор работы программы. Но за это походу оценку снизят , ну да похуй ещё есть время всё продумать что да как будет.

Поделиться сообщением


Ссылка на сообщение

Господа, подскажите какие ресурсы с простыми задачами по алгоритмам. Желательно, чтобы была возможность найти что-то вот прямо для дебилов.

Поделиться сообщением


Ссылка на сообщение

Господа, подскажите какие ресурсы с простыми задачами по алгоритмам. Желательно, чтобы была возможность найти что-то вот прямо для дебилов.

http://codeforces.com/

https://www.codewars.com/

http://acm.timus.ru/problemset.aspx

yume baka понравилось это

Поделиться сообщением


Ссылка на сообщение

Ни в каком. Лучше книжки почитать, чем слушать этого клоуна, который призывает устраивать гейпарады и убивать русских :lol: . Да и из книг и документации всегда более полные знания получишь имхо, чем из любых курсов и видео, они должны идти в довесок

Поделиться сообщением


Ссылка на сообщение

в первый пост про алгоритмы пильните  :subj:


я знаю точно что все телки которые красивые и которые любят ебаться, разбираются в часах

Но у меня нету часов, и хуевая ауди поэтому приходится дома дрочить

Поделиться сообщением


Ссылка на сообщение

Ни в каком. Лучше книжки почитать, чем слушать этого клоуна, который призывает устраивать гейпарады и убивать русских :lol: . Да и из книг и документации всегда более полные знания получишь имхо, чем из любых курсов и видео, они должны идти в довесок

Да это понятно, параллельно читаю+смотрю на удеми хороший курс, просто Головача несколько человек мне рекомендовали, думал мб что-то стоящее.

Поделиться сообщением


Ссылка на сообщение
(изменено)

С помощью vue-cli установил "webpack-simple", в результате получил следующее: (18+)

 

 

+-- babel-core@6.24.1
| +-- babel-code-frame@6.22.0
| | +-- esutils@2.0.2
| | `-- js-tokens@3.0.1
| +-- babel-generator@6.24.1
| | +-- detect-indent@4.0.0
| | | `-- repeating@2.0.1
| | |   `-- is-finite@1.0.2
| | +-- jsesc@1.3.0
| | `-- trim-right@1.0.1
| +-- babel-helpers@6.24.1
| +-- babel-messages@6.23.0
| +-- babel-register@6.24.1
| | +-- core-js@2.4.1
| | +-- home-or-tmp@2.0.0
| | | +-- os-homedir@1.0.2
| | | `-- os-tmpdir@1.0.2
| | `-- source-map-support@0.4.14
| +-- babel-runtime@6.23.0
| | `-- regenerator-runtime@0.10.3
| +-- babel-template@6.24.1
| +-- babel-traverse@6.24.1
| | +-- globals@9.17.0
| | `-- invariant@2.2.2
| |   `-- loose-envify@1.3.1
| +-- babel-types@6.24.1
| | `-- to-fast-properties@1.0.2
| +-- babylon@6.16.1
| +-- convert-source-map@1.5.0
| +-- debug@2.6.3
| | `-- ms@0.7.2
| +-- json5@0.5.1
| +-- lodash@4.17.4
| +-- minimatch@3.0.3
| | `-- brace-expansion@1.1.7
| |   +-- balanced-match@0.4.2
| |   `-- concat-map@0.0.1
| +-- path-is-absolute@1.0.1
| +-- private@0.1.7
| +-- slash@1.0.0
| `-- source-map@0.5.6
+-- babel-loader@6.4.1
| +-- find-cache-dir@0.1.1
| | +-- commondir@1.0.1
| | `-- pkg-dir@1.0.0
| |   `-- find-up@1.1.2
| |     `-- path-exists@2.1.0
| +-- loader-utils@0.2.17
| | +-- big.js@3.1.3
| | `-- emojis-list@2.1.0
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- object-assign@4.1.1
+-- babel-preset-latest@6.24.1
| +-- babel-preset-es2015@6.24.1
| | +-- babel-plugin-check-es2015-constants@6.22.0
| | +-- babel-plugin-transform-es2015-arrow-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoped-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoping@6.24.1
| | +-- babel-plugin-transform-es2015-classes@6.24.1
| | | +-- babel-helper-define-map@6.24.1
| | | +-- babel-helper-function-name@6.24.1
| | | +-- babel-helper-optimise-call-expression@6.24.1
| | | `-- babel-helper-replace-supers@6.24.1
| | +-- babel-plugin-transform-es2015-computed-properties@6.24.1
| | +-- babel-plugin-transform-es2015-destructuring@6.23.0
| | +-- babel-plugin-transform-es2015-duplicate-keys@6.24.1
| | +-- babel-plugin-transform-es2015-for-of@6.23.0
| | +-- babel-plugin-transform-es2015-function-name@6.24.1
| | +-- babel-plugin-transform-es2015-literals@6.22.0
| | +-- babel-plugin-transform-es2015-modules-amd@6.24.1
| | +-- babel-plugin-transform-es2015-modules-commonjs@6.24.1
| | | `-- babel-plugin-transform-strict-mode@6.24.1
| | +-- babel-plugin-transform-es2015-modules-systemjs@6.24.1
| | | `-- babel-helper-hoist-variables@6.24.1
| | +-- babel-plugin-transform-es2015-modules-umd@6.24.1
| | +-- babel-plugin-transform-es2015-object-super@6.24.1
| | +-- babel-plugin-transform-es2015-parameters@6.24.1
| | | +-- babel-helper-call-delegate@6.24.1
| | | `-- babel-helper-get-function-arity@6.24.1
| | +-- babel-plugin-transform-es2015-shorthand-properties@6.24.1
| | +-- babel-plugin-transform-es2015-spread@6.22.0
| | +-- babel-plugin-transform-es2015-sticky-regex@6.24.1
| | | `-- babel-helper-regex@6.24.1
| | +-- babel-plugin-transform-es2015-template-literals@6.22.0
| | +-- babel-plugin-transform-es2015-typeof-symbol@6.23.0
| | +-- babel-plugin-transform-es2015-unicode-regex@6.24.1
| | | `-- regexpu-core@2.0.0
| | `-- babel-plugin-transform-regenerator@6.24.1
| |   `-- regenerator-transform@0.9.11
| +-- babel-preset-es2016@6.24.1
| | `-- babel-plugin-transform-exponentiation-operator@6.24.1
| |   +-- babel-helper-builder-binary-assignment-operator-visitor@6.24.1
| |   | `-- babel-helper-explode-assignable-expression@6.24.1
| |   `-- babel-plugin-syntax-exponentiation-operator@6.13.0
| `-- babel-preset-es2017@6.24.1
|   +-- babel-plugin-syntax-trailing-function-commas@6.22.0
|   `-- babel-plugin-transform-async-to-generator@6.24.1
|     +-- babel-helper-remap-async-to-generator@6.24.1
|     `-- babel-plugin-syntax-async-functions@6.13.0
+-- cross-env@3.2.4
| +-- cross-spawn@5.1.0
| | +-- shebang-command@1.2.0
| | | `-- shebang-regex@1.0.0
| | `-- which@1.2.14
| |   `-- isexe@2.0.0
| `-- is-windows@1.0.0
+-- css-loader@0.25.0
| +-- css-selector-tokenizer@0.6.0
| | +-- cssesc@0.1.0
| | +-- fastparse@1.1.1
| | `-- regexpu-core@1.0.0
| |   +-- regenerate@1.3.2
| |   +-- regjsgen@0.2.0
| |   `-- regjsparser@0.1.5
| |     `-- jsesc@0.5.0
| +-- cssnano@3.10.0
| | +-- autoprefixer@6.7.7
| | | +-- browserslist@1.7.7
| | | | `-- electron-to-chromium@1.3.3
| | | +-- caniuse-db@1.0.30000655
| | | +-- normalize-range@0.1.2
| | | `-- num2fraction@1.2.2
| | +-- decamelize@1.2.0
| | +-- defined@1.0.0
| | +-- has@1.0.1
| | | `-- function-bind@1.1.0
| | +-- postcss-calc@5.3.1
| | | +-- postcss-message-helpers@2.0.0
| | | `-- reduce-css-calc@1.3.0
| | |   +-- math-expression-evaluator@1.2.16
| | |   `-- reduce-function-call@1.0.2
| | +-- postcss-colormin@2.2.2
| | | `-- colormin@1.1.2
| | |   +-- color@0.11.4
| | |   | +-- clone@1.0.2
| | |   | +-- color-convert@1.9.0
| | |   | | `-- color-name@1.1.2
| | |   | `-- color-string@0.3.0
| | |   `-- css-color-names@0.0.4
| | +-- postcss-convert-values@2.6.1
| | +-- postcss-discard-comments@2.0.4
| | +-- postcss-discard-duplicates@2.1.0
| | +-- postcss-discard-empty@2.1.0
| | +-- postcss-discard-overridden@0.1.1
| | +-- postcss-discard-unused@2.2.3
| | | `-- uniqs@2.0.0
| | +-- postcss-filter-plugins@2.0.2
| | | `-- uniqid@4.1.1
| | |   `-- macaddress@0.2.8
| | +-- postcss-merge-idents@2.1.7
| | +-- postcss-merge-longhand@2.0.2
| | +-- postcss-merge-rules@2.1.2
| | | +-- caniuse-api@1.6.1
| | | | +-- lodash.memoize@4.1.2
| | | | `-- lodash.uniq@4.5.0
| | | `-- vendors@1.0.1
| | +-- postcss-minify-font-values@1.0.5
| | +-- postcss-minify-gradients@1.0.5
| | +-- postcss-minify-params@1.2.2
| | | `-- alphanum-sort@1.0.2
| | +-- postcss-minify-selectors@2.1.1
| | +-- postcss-normalize-charset@1.1.1
| | +-- postcss-normalize-url@3.0.8
| | | +-- is-absolute-url@2.1.0
| | | `-- normalize-url@1.9.1
| | |   +-- prepend-http@1.0.4
| | |   +-- query-string@4.3.2
| | |   | `-- strict-uri-encode@1.1.0
| | |   `-- sort-keys@1.1.2
| | |     `-- is-plain-obj@1.1.0
| | +-- postcss-ordered-values@2.2.3
| | +-- postcss-reduce-idents@2.4.0
| | +-- postcss-reduce-initial@1.0.1
| | +-- postcss-reduce-transforms@1.0.4
| | +-- postcss-svgo@2.1.6
| | | +-- is-svg@2.1.0
| | | | `-- html-comment-regex@1.1.1
| | | `-- svgo@0.7.2
| | |   +-- coa@1.0.1
| | |   | `-- q@1.5.0
| | |   +-- colors@1.1.2
| | |   +-- csso@2.3.2
| | |   | `-- clap@1.1.3
| | |   +-- sax@1.2.2
| | |   `-- whet.extend@0.9.9
| | +-- postcss-unique-selectors@2.0.2
| | +-- postcss-value-parser@3.3.0
| | `-- postcss-zindex@2.2.0
| +-- lodash.camelcase@3.0.1
| | `-- lodash._createcompounder@3.0.0
| |   +-- lodash.deburr@3.2.0
| |   | `-- lodash._root@3.0.1
| |   `-- lodash.words@3.2.0
| +-- postcss@5.2.17
| | +-- js-base64@2.1.9
| | `-- supports-color@3.2.3
| +-- postcss-modules-extract-imports@1.0.1
| +-- postcss-modules-local-by-default@1.1.1
| +-- postcss-modules-scope@1.0.2
| +-- postcss-modules-values@1.2.2
| | `-- icss-replace-symbols@1.0.2
| `-- source-list-map@0.1.8
+-- file-loader@0.9.0
+-- node-sass@4.5.2
| +-- async-foreach@0.1.3
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | `-- supports-color@2.0.0
| +-- cross-spawn@3.0.1
| +-- gaze@1.1.2
| | `-- globule@1.1.0
| |   `-- lodash@4.16.6
| +-- get-stdin@4.0.1
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | `-- once@1.4.0
| +-- in-publish@2.0.0
| +-- lodash.assign@4.2.0
| +-- lodash.clonedeep@4.5.0
| +-- lodash.mergewith@4.6.0
| +-- meow@3.7.0
| | +-- camelcase-keys@2.1.0
| | | `-- camelcase@2.1.1
| | +-- loud-rejection@1.6.0
| | | +-- currently-unhandled@0.4.1
| | | | `-- array-find-index@1.0.2
| | | `-- signal-exit@3.0.2
| | +-- map-obj@1.0.1
| | +-- minimist@1.2.0
| | +-- normalize-package-data@2.3.6
| | | +-- hosted-git-info@2.4.2
| | | +-- is-builtin-module@1.0.0
| | | | `-- builtin-modules@1.1.1
| | | `-- validate-npm-package-license@3.0.1
| | |   +-- spdx-correct@1.0.2
| | |   | `-- spdx-license-ids@1.2.2
| | |   `-- spdx-expression-parse@1.0.4
| | +-- read-pkg-up@1.0.1
| | | `-- read-pkg@1.1.0
| | |   +-- load-json-file@1.1.0
| | |   | `-- strip-bom@2.0.0
| | |   |   `-- is-utf8@0.2.1
| | |   `-- path-type@1.1.0
| | +-- redent@1.0.0
| | | +-- indent-string@2.1.0
| | | `-- strip-indent@1.0.1
| | `-- trim-newlines@1.0.0
| +-- nan@2.6.2
| +-- node-gyp@3.6.0
| | +-- fstream@1.0.11
| | +-- graceful-fs@4.1.11
| | +-- nopt@3.0.6
| | | `-- abbrev@1.1.0
| | +-- osenv@0.1.4
| | +-- rimraf@2.6.1
| | +-- semver@5.3.0
| | `-- tar@2.2.1
| |   `-- block-stream@0.0.9
| +-- npmlog@4.0.2
| | +-- are-we-there-yet@1.1.2
| | | `-- delegates@1.0.0
| | +-- console-control-strings@1.1.0
| | +-- gauge@2.7.3
| | | +-- aproba@1.1.1
| | | +-- has-unicode@2.0.1
| | | `-- wide-align@1.1.0
| | `-- set-blocking@2.0.0
| +-- request@2.81.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- caseless@0.12.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@2.1.4
| | | `-- asynckit@0.4.0
| | +-- har-validator@4.2.1
| | | `-- har-schema@1.0.5
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.0
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.6
| | |   | `-- assert-plus@1.0.0
| | |   +-- jodid25519@1.0.2
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- oauth-sign@0.8.2
| | +-- performance-now@0.2.0
| | +-- qs@6.4.0
| | +-- safe-buffer@5.0.1
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | +-- tunnel-agent@0.6.0
| | `-- uuid@3.0.1
| +-- sass-graph@2.1.2
| | `-- yargs@4.8.1
| |   +-- window-size@0.2.0
| |   `-- yargs-parser@2.4.1
| |     `-- camelcase@3.0.0
| `-- stdout-stream@1.4.0
|   `-- readable-stream@2.2.9
|     +-- buffer-shims@1.0.0
|     +-- core-util-is@1.0.2
|     +-- isarray@1.0.0
|     +-- process-nextick-args@1.0.7
|     +-- string_decoder@1.0.0
|     `-- util-deprecate@1.0.2
+-- sass-loader@5.0.1
| +-- async@2.3.0
| +-- lodash.tail@4.1.1
| `-- pify@2.3.0
+-- vue@2.2.6
+-- vue-loader@11.3.4
| +-- consolidate@0.14.5
| | `-- bluebird@3.5.0
| +-- hash-sum@1.0.2
| +-- js-beautify@1.6.12
| | +-- config-chain@1.1.11
| | | +-- ini@1.3.4
| | | `-- proto-list@1.2.4
| | `-- editorconfig@0.13.2
| |   +-- commander@2.9.0
| |   | `-- graceful-readlink@1.0.1
| |   +-- lru-cache@3.2.0
| |   `-- sigmund@1.0.1
| +-- loader-utils@1.1.0
| +-- lru-cache@4.0.2
| | +-- pseudomap@1.0.2
| | `-- yallist@2.1.2
| +-- postcss-load-config@1.2.0
| | +-- cosmiconfig@2.1.1
| | | +-- js-yaml@3.7.0
| | | | +-- argparse@1.0.9
| | | | | `-- sprintf-js@1.0.3
| | | | `-- esprima@2.7.3
| | | +-- minimist@1.2.0
| | | +-- parse-json@2.2.0
| | | | `-- error-ex@1.3.1
| | | |   `-- is-arrayish@0.2.1
| | | `-- require-from-string@1.2.1
| | +-- postcss-load-options@1.2.0
| | `-- postcss-load-plugins@2.3.0
| +-- postcss-selector-parser@2.2.3
| | +-- flatten@1.0.2
| | +-- indexes-of@1.0.1
| | `-- uniq@1.0.1
| +-- vue-hot-reload-api@2.0.11
| +-- vue-style-loader@2.0.5
| | `-- loader-utils@1.1.0
| `-- vue-template-es2015-compiler@1.5.2
+-- vue-template-compiler@2.2.6
| +-- de-indent@1.0.2
| `-- he@1.1.1
+-- webpack@2.4.1
| +-- acorn@5.0.3
| +-- acorn-dynamic-import@2.0.2
| | `-- acorn@4.0.11
| +-- ajv@4.11.6
| | +-- co@4.6.0
| | `-- json-stable-stringify@1.0.1
| |   `-- jsonify@0.0.0
| +-- ajv-keywords@1.5.1
| +-- enhanced-resolve@3.1.0
| +-- interpret@1.0.2
| +-- json-loader@0.5.4
| +-- loader-runner@2.3.0
| +-- memory-fs@0.4.1
| | `-- errno@0.1.4
| |   `-- prr@0.0.0
| +-- node-libs-browser@2.0.0
| | +-- assert@1.4.1
| | +-- browserify-zlib@0.1.4
| | | `-- pako@0.2.9
| | +-- buffer@4.9.1
| | | +-- base64-js@1.2.0
| | | `-- ieee754@1.1.8
| | +-- console-browserify@1.1.0
| | | `-- date-now@0.1.4
| | +-- constants-browserify@1.0.0
| | +-- crypto-browserify@3.11.0
| | | +-- browserify-cipher@1.0.0
| | | | +-- browserify-aes@1.0.6
| | | | | `-- buffer-xor@1.0.3
| | | | +-- browserify-des@1.0.0
| | | | | `-- des.js@1.0.0
| | | | `-- evp_bytestokey@1.0.0
| | | +-- browserify-sign@4.0.4
| | | | +-- bn.js@4.11.6
| | | | +-- browserify-rsa@4.0.1
| | | | +-- elliptic@6.4.0
| | | | | +-- brorand@1.1.0
| | | | | +-- hash.js@1.0.3
| | | | | +-- hmac-drbg@1.0.1
| | | | | `-- minimalistic-crypto-utils@1.0.1
| | | | `-- parse-asn1@5.1.0
| | | |   `-- asn1.js@4.9.1
| | | +-- create-ecdh@4.0.0
| | | +-- create-hash@1.1.2
| | | | +-- cipher-base@1.0.3
| | | | +-- ripemd160@1.0.1
| | | | `-- sha.js@2.4.8
| | | +-- create-hmac@1.1.4
| | | +-- diffie-hellman@5.0.2
| | | | `-- miller-rabin@4.0.0
| | | +-- pbkdf2@3.0.9
| | | +-- public-encrypt@4.0.0
| | | `-- randombytes@2.0.3
| | +-- domain-browser@1.1.7
| | +-- events@1.1.1
| | +-- https-browserify@0.0.1
| | +-- os-browserify@0.2.1
| | +-- path-browserify@0.0.0
| | +-- process@0.11.9
| | +-- punycode@1.4.1
| | +-- querystring-es3@0.2.1
| | +-- stream-browserify@2.0.1
| | +-- stream-http@2.7.0
| | | +-- builtin-status-codes@3.0.0
| | | +-- to-arraybuffer@1.0.1
| | | `-- xtend@4.0.1
| | +-- string_decoder@0.10.31
| | +-- timers-browserify@2.0.2
| | | `-- setimmediate@1.0.5
| | +-- tty-browserify@0.0.0
| | +-- url@0.11.0
| | | +-- punycode@1.3.2
| | | `-- querystring@0.2.0
| | +-- util@0.10.3
| | | `-- inherits@2.0.1
| | `-- vm-browserify@0.0.4
| |   `-- indexof@0.0.1
| +-- supports-color@3.2.3
| | `-- has-flag@1.0.0
| +-- tapable@0.2.6
| +-- uglify-js@2.8.22
| | +-- uglify-to-browserify@1.0.2
| | `-- yargs@3.10.0
| |   +-- camelcase@1.2.1
| |   +-- cliui@2.1.0
| |   | +-- center-align@0.1.3
| |   | | +-- align-text@0.1.4
| |   | | | +-- longest@1.0.1
| |   | | | `-- repeat-string@1.6.1
| |   | | `-- lazy-cache@1.0.4
| |   | +-- right-align@0.1.3
| |   | `-- wordwrap@0.0.2
| |   `-- window-size@0.1.0
| +-- watchpack@1.3.1
| +-- webpack-sources@0.2.3
| | `-- source-list-map@1.1.1
| `-- yargs@6.6.0
|   +-- camelcase@3.0.0
|   +-- cliui@3.2.0
|   | `-- wrap-ansi@2.1.0
|   +-- get-caller-file@1.0.2
|   +-- os-locale@1.4.0
|   | `-- lcid@1.0.0
|   |   `-- invert-kv@1.0.0
|   +-- require-directory@2.1.1
|   +-- require-main-filename@1.0.1
|   +-- string-width@1.0.2
|   | +-- code-point-at@1.1.0
|   | `-- is-fullwidth-code-point@1.0.0
|   |   `-- number-is-nan@1.0.1
|   +-- which-module@1.0.0
|   +-- y18n@3.2.1
|   `-- yargs-parser@4.2.1
`-- webpack-dev-server@2.4.2
  +-- ansi-html@0.0.7
  +-- chokidar@1.6.1
  | +-- anymatch@1.3.0
  | | `-- arrify@1.0.1
  | +-- async-each@1.0.1
  | +-- glob-parent@2.0.0
  | +-- is-binary-path@1.0.1
  | | `-- binary-extensions@1.8.0
  | +-- is-glob@2.0.1
  | | `-- is-extglob@1.0.0
  | `-- readdirp@2.1.0
  |   `-- set-immediate-shim@1.0.1
  +-- compression@1.6.2
  | +-- accepts@1.3.3
  | | `-- negotiator@0.6.1
  | +-- bytes@2.3.0
  | +-- compressible@2.0.10
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- on-headers@1.0.1
  | `-- vary@1.1.1
  +-- connect-history-api-fallback@1.3.0
  +-- express@4.15.2
  | +-- array-flatten@1.1.1
  | +-- content-disposition@0.5.2
  | +-- content-type@1.0.2
  | +-- cookie@0.3.1
  | +-- cookie-signature@1.0.6
  | +-- debug@2.6.1
  | +-- depd@1.1.0
  | +-- encodeurl@1.0.1
  | +-- escape-html@1.0.3
  | +-- etag@1.8.0
  | +-- finalhandler@1.0.1
  | | `-- unpipe@1.0.0
  | +-- fresh@0.5.0
  | +-- merge-descriptors@1.0.1
  | +-- methods@1.1.2
  | +-- on-finished@2.3.0
  | | `-- ee-first@1.1.1
  | +-- parseurl@1.3.1
  | +-- path-to-regexp@0.1.7
  | +-- proxy-addr@1.1.4
  | | +-- forwarded@0.1.0
  | | `-- ipaddr.js@1.3.0
  | +-- range-parser@1.2.0
  | +-- send@0.15.1
  | | +-- debug@2.6.1
  | | +-- destroy@1.0.4
  | | `-- http-errors@1.6.1
  | +-- serve-static@1.12.1
  | +-- setprototypeof@1.0.3
  | +-- statuses@1.3.1
  | +-- type-is@1.6.15
  | | `-- media-typer@0.3.0
  | `-- utils-merge@1.0.0
  +-- html-entities@1.2.0
  +-- http-proxy-middleware@0.17.4
  | +-- http-proxy@1.16.2
  | | +-- eventemitter3@1.2.0
  | | `-- requires-port@1.0.0
  | +-- is-glob@3.1.0
  | | `-- is-extglob@2.1.1
  | `-- micromatch@2.3.11
  |   +-- arr-diff@2.0.0
  |   | `-- arr-flatten@1.0.2
  |   +-- array-unique@0.2.1
  |   +-- braces@1.8.5
  |   | +-- expand-range@1.8.2
  |   | | `-- fill-range@2.2.3
  |   | |   +-- is-number@2.1.0
  |   | |   +-- isobject@2.1.0
  |   | |   `-- randomatic@1.1.6
  |   | +-- preserve@0.2.0
  |   | `-- repeat-element@1.1.2
  |   +-- expand-brackets@0.1.5
  |   | `-- is-posix-bracket@0.1.1
  |   +-- extglob@0.3.2
  |   +-- filename-regex@2.0.0
  |   +-- kind-of@3.1.0
  |   | `-- is-buffer@1.1.5
  |   +-- normalize-path@2.1.1
  |   | `-- remove-trailing-separator@1.0.1
  |   +-- object.omit@2.0.1
  |   | +-- for-own@0.1.5
  |   | | `-- for-in@1.0.2
  |   | `-- is-extendable@0.1.1
  |   +-- parse-glob@3.0.4
  |   | +-- glob-base@0.3.0
  |   | `-- is-dotfile@1.0.2
  |   `-- regex-cache@0.4.3
  |     +-- is-equal-shallow@0.1.3
  |     `-- is-primitive@2.0.0
  +-- opn@4.0.2
  | `-- pinkie-promise@2.0.1
  |   `-- pinkie@2.0.4
  +-- portfinder@1.0.13
  | `-- async@1.5.2
  +-- serve-index@1.8.0
  | +-- batch@0.5.3
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | `-- http-errors@1.5.1
  |   `-- setprototypeof@1.0.2
  +-- sockjs@0.3.18
  | +-- faye-websocket@0.10.0
  | | `-- websocket-driver@0.6.5
  | |   `-- websocket-extensions@0.1.1
  | `-- uuid@2.0.3
  +-- sockjs-client@1.1.2
  | +-- eventsource@0.1.6
  | | `-- original@1.0.0
  | |   `-- url-parse@1.0.5
  | +-- faye-websocket@0.11.1
  | +-- json3@3.3.2
  | `-- url-parse@1.1.8
  |   `-- querystringify@0.0.4
  +-- spdy@3.4.4
  | +-- handle-thing@1.2.5
  | +-- http-deceiver@1.2.7
  | +-- select-hose@2.0.0
  | `-- spdy-transport@2.0.18
  |   +-- hpack.js@2.1.6
  |   +-- obuf@1.1.1
  |   `-- wbuf@1.7.2
  |     `-- minimalistic-assert@1.0.0
  +-- strip-ansi@3.0.1
  | `-- ansi-regex@2.1.1
  +-- supports-color@3.2.3
  +-- webpack-dev-middleware@1.10.1
  | `-- mime@1.3.4
  `-- yargs@6.6.0
    +-- camelcase@3.0.0
    `-- yargs-parser@4.2.1

 

 

 

"simple" версия на 60мб


Изменено пользователем Rooster
MasterSanSay, Milky_Way, Kant и 4 другим понравилось это

Shaman.png.0cdd33d48561cd068bb3c5ee78289381.png Anna.jpeg.03c9b49363298ceec256500a5d522f7d.jpeg Nigga.jpg.f807f2556bdbf68452292a9301494591.jpg

 

Поделиться сообщением


Ссылка на сообщение

Я лазил по плеймаркету, наткнулся на приложение, обучающее с++. Просто ради интереса скачал и залип, почти до конца дошел, сильно заинтересовала эта тема. Вопрос, нужно ли шарить в математике, чтобы заниматься программированием на более-менее высоком уровне? Нужно ли обладать каким-то талантом или предрасположенностью или достаточно просто задрачивать? Просто я учился на гуманитарном факультете, плюс я еще и тупой впридачу. Если у меня возникли небольшие сложности уже на стадии обучения базовым основам (массивы, функции, классы) то наверное и пытаться дальше что-то изучать не стоит?

Сори за тупые вопросы, просто стало очень интересно, и в тоже время я не уверен, стоит ли тратить время на это.

Поделиться сообщением


Ссылка на сообщение

С помощью vue-cli установил "webpack-simple", в результате получил следующее: (18+)

 

 

+-- babel-core@6.24.1
| +-- babel-code-frame@6.22.0
| | +-- esutils@2.0.2
| | `-- js-tokens@3.0.1
| +-- babel-generator@6.24.1
| | +-- detect-indent@4.0.0
| | | `-- repeating@2.0.1
| | |   `-- is-finite@1.0.2
| | +-- jsesc@1.3.0
| | `-- trim-right@1.0.1
| +-- babel-helpers@6.24.1
| +-- babel-messages@6.23.0
| +-- babel-register@6.24.1
| | +-- core-js@2.4.1
| | +-- home-or-tmp@2.0.0
| | | +-- os-homedir@1.0.2
| | | `-- os-tmpdir@1.0.2
| | `-- source-map-support@0.4.14
| +-- babel-runtime@6.23.0
| | `-- regenerator-runtime@0.10.3
| +-- babel-template@6.24.1
| +-- babel-traverse@6.24.1
| | +-- globals@9.17.0
| | `-- invariant@2.2.2
| |   `-- loose-envify@1.3.1
| +-- babel-types@6.24.1
| | `-- to-fast-properties@1.0.2
| +-- babylon@6.16.1
| +-- convert-source-map@1.5.0
| +-- debug@2.6.3
| | `-- ms@0.7.2
| +-- json5@0.5.1
| +-- lodash@4.17.4
| +-- minimatch@3.0.3
| | `-- brace-expansion@1.1.7
| |   +-- balanced-match@0.4.2
| |   `-- concat-map@0.0.1
| +-- path-is-absolute@1.0.1
| +-- private@0.1.7
| +-- slash@1.0.0
| `-- source-map@0.5.6
+-- babel-loader@6.4.1
| +-- find-cache-dir@0.1.1
| | +-- commondir@1.0.1
| | `-- pkg-dir@1.0.0
| |   `-- find-up@1.1.2
| |     `-- path-exists@2.1.0
| +-- loader-utils@0.2.17
| | +-- big.js@3.1.3
| | `-- emojis-list@2.1.0
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- object-assign@4.1.1
+-- babel-preset-latest@6.24.1
| +-- babel-preset-es2015@6.24.1
| | +-- babel-plugin-check-es2015-constants@6.22.0
| | +-- babel-plugin-transform-es2015-arrow-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoped-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoping@6.24.1
| | +-- babel-plugin-transform-es2015-classes@6.24.1
| | | +-- babel-helper-define-map@6.24.1
| | | +-- babel-helper-function-name@6.24.1
| | | +-- babel-helper-optimise-call-expression@6.24.1
| | | `-- babel-helper-replace-supers@6.24.1
| | +-- babel-plugin-transform-es2015-computed-properties@6.24.1
| | +-- babel-plugin-transform-es2015-destructuring@6.23.0
| | +-- babel-plugin-transform-es2015-duplicate-keys@6.24.1
| | +-- babel-plugin-transform-es2015-for-of@6.23.0
| | +-- babel-plugin-transform-es2015-function-name@6.24.1
| | +-- babel-plugin-transform-es2015-literals@6.22.0
| | +-- babel-plugin-transform-es2015-modules-amd@6.24.1
| | +-- babel-plugin-transform-es2015-modules-commonjs@6.24.1
| | | `-- babel-plugin-transform-strict-mode@6.24.1
| | +-- babel-plugin-transform-es2015-modules-systemjs@6.24.1
| | | `-- babel-helper-hoist-variables@6.24.1
| | +-- babel-plugin-transform-es2015-modules-umd@6.24.1
| | +-- babel-plugin-transform-es2015-object-super@6.24.1
| | +-- babel-plugin-transform-es2015-parameters@6.24.1
| | | +-- babel-helper-call-delegate@6.24.1
| | | `-- babel-helper-get-function-arity@6.24.1
| | +-- babel-plugin-transform-es2015-shorthand-properties@6.24.1
| | +-- babel-plugin-transform-es2015-spread@6.22.0
| | +-- babel-plugin-transform-es2015-sticky-regex@6.24.1
| | | `-- babel-helper-regex@6.24.1
| | +-- babel-plugin-transform-es2015-template-literals@6.22.0
| | +-- babel-plugin-transform-es2015-typeof-symbol@6.23.0
| | +-- babel-plugin-transform-es2015-unicode-regex@6.24.1
| | | `-- regexpu-core@2.0.0
| | `-- babel-plugin-transform-regenerator@6.24.1
| |   `-- regenerator-transform@0.9.11
| +-- babel-preset-es2016@6.24.1
| | `-- babel-plugin-transform-exponentiation-operator@6.24.1
| |   +-- babel-helper-builder-binary-assignment-operator-visitor@6.24.1
| |   | `-- babel-helper-explode-assignable-expression@6.24.1
| |   `-- babel-plugin-syntax-exponentiation-operator@6.13.0
| `-- babel-preset-es2017@6.24.1
|   +-- babel-plugin-syntax-trailing-function-commas@6.22.0
|   `-- babel-plugin-transform-async-to-generator@6.24.1
|     +-- babel-helper-remap-async-to-generator@6.24.1
|     `-- babel-plugin-syntax-async-functions@6.13.0
+-- cross-env@3.2.4
| +-- cross-spawn@5.1.0
| | +-- shebang-command@1.2.0
| | | `-- shebang-regex@1.0.0
| | `-- which@1.2.14
| |   `-- isexe@2.0.0
| `-- is-windows@1.0.0
+-- css-loader@0.25.0
| +-- css-selector-tokenizer@0.6.0
| | +-- cssesc@0.1.0
| | +-- fastparse@1.1.1
| | `-- regexpu-core@1.0.0
| |   +-- regenerate@1.3.2
| |   +-- regjsgen@0.2.0
| |   `-- regjsparser@0.1.5
| |     `-- jsesc@0.5.0
| +-- cssnano@3.10.0
| | +-- autoprefixer@6.7.7
| | | +-- browserslist@1.7.7
| | | | `-- electron-to-chromium@1.3.3
| | | +-- caniuse-db@1.0.30000655
| | | +-- normalize-range@0.1.2
| | | `-- num2fraction@1.2.2
| | +-- decamelize@1.2.0
| | +-- defined@1.0.0
| | +-- has@1.0.1
| | | `-- function-bind@1.1.0
| | +-- postcss-calc@5.3.1
| | | +-- postcss-message-helpers@2.0.0
| | | `-- reduce-css-calc@1.3.0
| | |   +-- math-expression-evaluator@1.2.16
| | |   `-- reduce-function-call@1.0.2
| | +-- postcss-colormin@2.2.2
| | | `-- colormin@1.1.2
| | |   +-- color@0.11.4
| | |   | +-- clone@1.0.2
| | |   | +-- color-convert@1.9.0
| | |   | | `-- color-name@1.1.2
| | |   | `-- color-string@0.3.0
| | |   `-- css-color-names@0.0.4
| | +-- postcss-convert-values@2.6.1
| | +-- postcss-discard-comments@2.0.4
| | +-- postcss-discard-duplicates@2.1.0
| | +-- postcss-discard-empty@2.1.0
| | +-- postcss-discard-overridden@0.1.1
| | +-- postcss-discard-unused@2.2.3
| | | `-- uniqs@2.0.0
| | +-- postcss-filter-plugins@2.0.2
| | | `-- uniqid@4.1.1
| | |   `-- macaddress@0.2.8
| | +-- postcss-merge-idents@2.1.7
| | +-- postcss-merge-longhand@2.0.2
| | +-- postcss-merge-rules@2.1.2
| | | +-- caniuse-api@1.6.1
| | | | +-- lodash.memoize@4.1.2
| | | | `-- lodash.uniq@4.5.0
| | | `-- vendors@1.0.1
| | +-- postcss-minify-font-values@1.0.5
| | +-- postcss-minify-gradients@1.0.5
| | +-- postcss-minify-params@1.2.2
| | | `-- alphanum-sort@1.0.2
| | +-- postcss-minify-selectors@2.1.1
| | +-- postcss-normalize-charset@1.1.1
| | +-- postcss-normalize-url@3.0.8
| | | +-- is-absolute-url@2.1.0
| | | `-- normalize-url@1.9.1
| | |   +-- prepend-http@1.0.4
| | |   +-- query-string@4.3.2
| | |   | `-- strict-uri-encode@1.1.0
| | |   `-- sort-keys@1.1.2
| | |     `-- is-plain-obj@1.1.0
| | +-- postcss-ordered-values@2.2.3
| | +-- postcss-reduce-idents@2.4.0
| | +-- postcss-reduce-initial@1.0.1
| | +-- postcss-reduce-transforms@1.0.4
| | +-- postcss-svgo@2.1.6
| | | +-- is-svg@2.1.0
| | | | `-- html-comment-regex@1.1.1
| | | `-- svgo@0.7.2
| | |   +-- coa@1.0.1
| | |   | `-- q@1.5.0
| | |   +-- colors@1.1.2
| | |   +-- csso@2.3.2
| | |   | `-- clap@1.1.3
| | |   +-- sax@1.2.2
| | |   `-- whet.extend@0.9.9
| | +-- postcss-unique-selectors@2.0.2
| | +-- postcss-value-parser@3.3.0
| | `-- postcss-zindex@2.2.0
| +-- lodash.camelcase@3.0.1
| | `-- lodash._createcompounder@3.0.0
| |   +-- lodash.deburr@3.2.0
| |   | `-- lodash._root@3.0.1
| |   `-- lodash.words@3.2.0
| +-- postcss@5.2.17
| | +-- js-base64@2.1.9
| | `-- supports-color@3.2.3
| +-- postcss-modules-extract-imports@1.0.1
| +-- postcss-modules-local-by-default@1.1.1
| +-- postcss-modules-scope@1.0.2
| +-- postcss-modules-values@1.2.2
| | `-- icss-replace-symbols@1.0.2
| `-- source-list-map@0.1.8
+-- file-loader@0.9.0
+-- node-sass@4.5.2
| +-- async-foreach@0.1.3
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | `-- supports-color@2.0.0
| +-- cross-spawn@3.0.1
| +-- gaze@1.1.2
| | `-- globule@1.1.0
| |   `-- lodash@4.16.6
| +-- get-stdin@4.0.1
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | `-- once@1.4.0
| +-- in-publish@2.0.0
| +-- lodash.assign@4.2.0
| +-- lodash.clonedeep@4.5.0
| +-- lodash.mergewith@4.6.0
| +-- meow@3.7.0
| | +-- camelcase-keys@2.1.0
| | | `-- camelcase@2.1.1
| | +-- loud-rejection@1.6.0
| | | +-- currently-unhandled@0.4.1
| | | | `-- array-find-index@1.0.2
| | | `-- signal-exit@3.0.2
| | +-- map-obj@1.0.1
| | +-- minimist@1.2.0
| | +-- normalize-package-data@2.3.6
| | | +-- hosted-git-info@2.4.2
| | | +-- is-builtin-module@1.0.0
| | | | `-- builtin-modules@1.1.1
| | | `-- validate-npm-package-license@3.0.1
| | |   +-- spdx-correct@1.0.2
| | |   | `-- spdx-license-ids@1.2.2
| | |   `-- spdx-expression-parse@1.0.4
| | +-- read-pkg-up@1.0.1
| | | `-- read-pkg@1.1.0
| | |   +-- load-json-file@1.1.0
| | |   | `-- strip-bom@2.0.0
| | |   |   `-- is-utf8@0.2.1
| | |   `-- path-type@1.1.0
| | +-- redent@1.0.0
| | | +-- indent-string@2.1.0
| | | `-- strip-indent@1.0.1
| | `-- trim-newlines@1.0.0
| +-- nan@2.6.2
| +-- node-gyp@3.6.0
| | +-- fstream@1.0.11
| | +-- graceful-fs@4.1.11
| | +-- nopt@3.0.6
| | | `-- abbrev@1.1.0
| | +-- osenv@0.1.4
| | +-- rimraf@2.6.1
| | +-- semver@5.3.0
| | `-- tar@2.2.1
| |   `-- block-stream@0.0.9
| +-- npmlog@4.0.2
| | +-- are-we-there-yet@1.1.2
| | | `-- delegates@1.0.0
| | +-- console-control-strings@1.1.0
| | +-- gauge@2.7.3
| | | +-- aproba@1.1.1
| | | +-- has-unicode@2.0.1
| | | `-- wide-align@1.1.0
| | `-- set-blocking@2.0.0
| +-- request@2.81.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- caseless@0.12.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@2.1.4
| | | `-- asynckit@0.4.0
| | +-- har-validator@4.2.1
| | | `-- har-schema@1.0.5
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.0
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.6
| | |   | `-- assert-plus@1.0.0
| | |   +-- jodid25519@1.0.2
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- oauth-sign@0.8.2
| | +-- performance-now@0.2.0
| | +-- qs@6.4.0
| | +-- safe-buffer@5.0.1
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | +-- tunnel-agent@0.6.0
| | `-- uuid@3.0.1
| +-- sass-graph@2.1.2
| | `-- yargs@4.8.1
| |   +-- window-size@0.2.0
| |   `-- yargs-parser@2.4.1
| |     `-- camelcase@3.0.0
| `-- stdout-stream@1.4.0
|   `-- readable-stream@2.2.9
|     +-- buffer-shims@1.0.0
|     +-- core-util-is@1.0.2
|     +-- isarray@1.0.0
|     +-- process-nextick-args@1.0.7
|     +-- string_decoder@1.0.0
|     `-- util-deprecate@1.0.2
+-- sass-loader@5.0.1
| +-- async@2.3.0
| +-- lodash.tail@4.1.1
| `-- pify@2.3.0
+-- vue@2.2.6
+-- vue-loader@11.3.4
| +-- consolidate@0.14.5
| | `-- bluebird@3.5.0
| +-- hash-sum@1.0.2
| +-- js-beautify@1.6.12
| | +-- config-chain@1.1.11
| | | +-- ini@1.3.4
| | | `-- proto-list@1.2.4
| | `-- editorconfig@0.13.2
| |   +-- commander@2.9.0
| |   | `-- graceful-readlink@1.0.1
| |   +-- lru-cache@3.2.0
| |   `-- sigmund@1.0.1
| +-- loader-utils@1.1.0
| +-- lru-cache@4.0.2
| | +-- pseudomap@1.0.2
| | `-- yallist@2.1.2
| +-- postcss-load-config@1.2.0
| | +-- cosmiconfig@2.1.1
| | | +-- js-yaml@3.7.0
| | | | +-- argparse@1.0.9
| | | | | `-- sprintf-js@1.0.3
| | | | `-- esprima@2.7.3
| | | +-- minimist@1.2.0
| | | +-- parse-json@2.2.0
| | | | `-- error-ex@1.3.1
| | | |   `-- is-arrayish@0.2.1
| | | `-- require-from-string@1.2.1
| | +-- postcss-load-options@1.2.0
| | `-- postcss-load-plugins@2.3.0
| +-- postcss-selector-parser@2.2.3
| | +-- flatten@1.0.2
| | +-- indexes-of@1.0.1
| | `-- uniq@1.0.1
| +-- vue-hot-reload-api@2.0.11
| +-- vue-style-loader@2.0.5
| | `-- loader-utils@1.1.0
| `-- vue-template-es2015-compiler@1.5.2
+-- vue-template-compiler@2.2.6
| +-- de-indent@1.0.2
| `-- he@1.1.1
+-- webpack@2.4.1
| +-- acorn@5.0.3
| +-- acorn-dynamic-import@2.0.2
| | `-- acorn@4.0.11
| +-- ajv@4.11.6
| | +-- co@4.6.0
| | `-- json-stable-stringify@1.0.1
| |   `-- jsonify@0.0.0
| +-- ajv-keywords@1.5.1
| +-- enhanced-resolve@3.1.0
| +-- interpret@1.0.2
| +-- json-loader@0.5.4
| +-- loader-runner@2.3.0
| +-- memory-fs@0.4.1
| | `-- errno@0.1.4
| |   `-- prr@0.0.0
| +-- node-libs-browser@2.0.0
| | +-- assert@1.4.1
| | +-- browserify-zlib@0.1.4
| | | `-- pako@0.2.9
| | +-- buffer@4.9.1
| | | +-- base64-js@1.2.0
| | | `-- ieee754@1.1.8
| | +-- console-browserify@1.1.0
| | | `-- date-now@0.1.4
| | +-- constants-browserify@1.0.0
| | +-- crypto-browserify@3.11.0
| | | +-- browserify-cipher@1.0.0
| | | | +-- browserify-aes@1.0.6
| | | | | `-- buffer-xor@1.0.3
| | | | +-- browserify-des@1.0.0
| | | | | `-- des.js@1.0.0
| | | | `-- evp_bytestokey@1.0.0
| | | +-- browserify-sign@4.0.4
| | | | +-- bn.js@4.11.6
| | | | +-- browserify-rsa@4.0.1
| | | | +-- elliptic@6.4.0
| | | | | +-- brorand@1.1.0
| | | | | +-- hash.js@1.0.3
| | | | | +-- hmac-drbg@1.0.1
| | | | | `-- minimalistic-crypto-utils@1.0.1
| | | | `-- parse-asn1@5.1.0
| | | |   `-- asn1.js@4.9.1
| | | +-- create-ecdh@4.0.0
| | | +-- create-hash@1.1.2
| | | | +-- cipher-base@1.0.3
| | | | +-- ripemd160@1.0.1
| | | | `-- sha.js@2.4.8
| | | +-- create-hmac@1.1.4
| | | +-- diffie-hellman@5.0.2
| | | | `-- miller-rabin@4.0.0
| | | +-- pbkdf2@3.0.9
| | | +-- public-encrypt@4.0.0
| | | `-- randombytes@2.0.3
| | +-- domain-browser@1.1.7
| | +-- events@1.1.1
| | +-- https-browserify@0.0.1
| | +-- os-browserify@0.2.1
| | +-- path-browserify@0.0.0
| | +-- process@0.11.9
| | +-- punycode@1.4.1
| | +-- querystring-es3@0.2.1
| | +-- stream-browserify@2.0.1
| | +-- stream-http@2.7.0
| | | +-- builtin-status-codes@3.0.0
| | | +-- to-arraybuffer@1.0.1
| | | `-- xtend@4.0.1
| | +-- string_decoder@0.10.31
| | +-- timers-browserify@2.0.2
| | | `-- setimmediate@1.0.5
| | +-- tty-browserify@0.0.0
| | +-- url@0.11.0
| | | +-- punycode@1.3.2
| | | `-- querystring@0.2.0
| | +-- util@0.10.3
| | | `-- inherits@2.0.1
| | `-- vm-browserify@0.0.4
| |   `-- indexof@0.0.1
| +-- supports-color@3.2.3
| | `-- has-flag@1.0.0
| +-- tapable@0.2.6
| +-- uglify-js@2.8.22
| | +-- uglify-to-browserify@1.0.2
| | `-- yargs@3.10.0
| |   +-- camelcase@1.2.1
| |   +-- cliui@2.1.0
| |   | +-- center-align@0.1.3
| |   | | +-- align-text@0.1.4
| |   | | | +-- longest@1.0.1
| |   | | | `-- repeat-string@1.6.1
| |   | | `-- lazy-cache@1.0.4
| |   | +-- right-align@0.1.3
| |   | `-- wordwrap@0.0.2
| |   `-- window-size@0.1.0
| +-- watchpack@1.3.1
| +-- webpack-sources@0.2.3
| | `-- source-list-map@1.1.1
| `-- yargs@6.6.0
|   +-- camelcase@3.0.0
|   +-- cliui@3.2.0
|   | `-- wrap-ansi@2.1.0
|   +-- get-caller-file@1.0.2
|   +-- os-locale@1.4.0
|   | `-- lcid@1.0.0
|   |   `-- invert-kv@1.0.0
|   +-- require-directory@2.1.1
|   +-- require-main-filename@1.0.1
|   +-- string-width@1.0.2
|   | +-- code-point-at@1.1.0
|   | `-- is-fullwidth-code-point@1.0.0
|   |   `-- number-is-nan@1.0.1
|   +-- which-module@1.0.0
|   +-- y18n@3.2.1
|   `-- yargs-parser@4.2.1
`-- webpack-dev-server@2.4.2
  +-- ansi-html@0.0.7
  +-- chokidar@1.6.1
  | +-- anymatch@1.3.0
  | | `-- arrify@1.0.1
  | +-- async-each@1.0.1
  | +-- glob-parent@2.0.0
  | +-- is-binary-path@1.0.1
  | | `-- binary-extensions@1.8.0
  | +-- is-glob@2.0.1
  | | `-- is-extglob@1.0.0
  | `-- readdirp@2.1.0
  |   `-- set-immediate-shim@1.0.1
  +-- compression@1.6.2
  | +-- accepts@1.3.3
  | | `-- negotiator@0.6.1
  | +-- bytes@2.3.0
  | +-- compressible@2.0.10
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- on-headers@1.0.1
  | `-- vary@1.1.1
  +-- connect-history-api-fallback@1.3.0
  +-- express@4.15.2
  | +-- array-flatten@1.1.1
  | +-- content-disposition@0.5.2
  | +-- content-type@1.0.2
  | +-- cookie@0.3.1
  | +-- cookie-signature@1.0.6
  | +-- debug@2.6.1
  | +-- depd@1.1.0
  | +-- encodeurl@1.0.1
  | +-- escape-html@1.0.3
  | +-- etag@1.8.0
  | +-- finalhandler@1.0.1
  | | `-- unpipe@1.0.0
  | +-- fresh@0.5.0
  | +-- merge-descriptors@1.0.1
  | +-- methods@1.1.2
  | +-- on-finished@2.3.0
  | | `-- ee-first@1.1.1
  | +-- parseurl@1.3.1
  | +-- path-to-regexp@0.1.7
  | +-- proxy-addr@1.1.4
  | | +-- forwarded@0.1.0
  | | `-- ipaddr.js@1.3.0
  | +-- range-parser@1.2.0
  | +-- send@0.15.1
  | | +-- debug@2.6.1
  | | +-- destroy@1.0.4
  | | `-- http-errors@1.6.1
  | +-- serve-static@1.12.1
  | +-- setprototypeof@1.0.3
  | +-- statuses@1.3.1
  | +-- type-is@1.6.15
  | | `-- media-typer@0.3.0
  | `-- utils-merge@1.0.0
  +-- html-entities@1.2.0
  +-- http-proxy-middleware@0.17.4
  | +-- http-proxy@1.16.2
  | | +-- eventemitter3@1.2.0
  | | `-- requires-port@1.0.0
  | +-- is-glob@3.1.0
  | | `-- is-extglob@2.1.1
  | `-- micromatch@2.3.11
  |   +-- arr-diff@2.0.0
  |   | `-- arr-flatten@1.0.2
  |   +-- array-unique@0.2.1
  |   +-- braces@1.8.5
  |   | +-- expand-range@1.8.2
  |   | | `-- fill-range@2.2.3
  |   | |   +-- is-number@2.1.0
  |   | |   +-- isobject@2.1.0
  |   | |   `-- randomatic@1.1.6
  |   | +-- preserve@0.2.0
  |   | `-- repeat-element@1.1.2
  |   +-- expand-brackets@0.1.5
  |   | `-- is-posix-bracket@0.1.1
  |   +-- extglob@0.3.2
  |   +-- filename-regex@2.0.0
  |   +-- kind-of@3.1.0
  |   | `-- is-buffer@1.1.5
  |   +-- normalize-path@2.1.1
  |   | `-- remove-trailing-separator@1.0.1
  |   +-- object.omit@2.0.1
  |   | +-- for-own@0.1.5
  |   | | `-- for-in@1.0.2
  |   | `-- is-extendable@0.1.1
  |   +-- parse-glob@3.0.4
  |   | +-- glob-base@0.3.0
  |   | `-- is-dotfile@1.0.2
  |   `-- regex-cache@0.4.3
  |     +-- is-equal-shallow@0.1.3
  |     `-- is-primitive@2.0.0
  +-- opn@4.0.2
  | `-- pinkie-promise@2.0.1
  |   `-- pinkie@2.0.4
  +-- portfinder@1.0.13
  | `-- async@1.5.2
  +-- serve-index@1.8.0
  | +-- batch@0.5.3
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | `-- http-errors@1.5.1
  |   `-- setprototypeof@1.0.2
  +-- sockjs@0.3.18
  | +-- faye-websocket@0.10.0
  | | `-- websocket-driver@0.6.5
  | |   `-- websocket-extensions@0.1.1
  | `-- uuid@2.0.3
  +-- sockjs-client@1.1.2
  | +-- eventsource@0.1.6
  | | `-- original@1.0.0
  | |   `-- url-parse@1.0.5
  | +-- faye-websocket@0.11.1
  | +-- json3@3.3.2
  | `-- url-parse@1.1.8
  |   `-- querystringify@0.0.4
  +-- spdy@3.4.4
  | +-- handle-thing@1.2.5
  | +-- http-deceiver@1.2.7
  | +-- select-hose@2.0.0
  | `-- spdy-transport@2.0.18
  |   +-- hpack.js@2.1.6
  |   +-- obuf@1.1.1
  |   `-- wbuf@1.7.2
  |     `-- minimalistic-assert@1.0.0
  +-- strip-ansi@3.0.1
  | `-- ansi-regex@2.1.1
  +-- supports-color@3.2.3
  +-- webpack-dev-middleware@1.10.1
  | `-- mime@1.3.4
  `-- yargs@6.6.0
    +-- camelcase@3.0.0
    `-- yargs-parser@4.2.1

 

 

 

"simple" версия на 60мб

Жизненно, моя первая попытка установить реакт закончилась примерно таким же.

Поделиться сообщением


Ссылка на сообщение
(изменено)

Ни в каком. Лучше книжки почитать, чем слушать этого клоуна, который призывает устраивать гейпарады и убивать русских :lol: . Да и из книг и документации всегда более полные знания получишь имхо, чем из любых курсов и видео, они должны идти в довесок

документация - это справочник.

ты в школе всё по справочникам учил?


Изменено пользователем rubish

Колы я выросту - то хочу буты такым як я

5c8bbc85b99e.gif

 

годные смайлы

Поделиться сообщением


Ссылка на сообщение
(изменено)

 Я лазил по плеймаркету, наткнулся на приложение, обучающее с++. Просто ради интереса скачал и залип, почти до конца дошел, сильно заинтересовала эта тема. Вопрос, нужно ли шарить в математике, чтобы заниматься программированием на более-менее высоком уровне?

Смотря какой язык, для с++ уверен что нужно знать матан

 

 

 Нужно ли обладать каким-то талантом или предрасположенностью

Да, но если у тебя все сразу как по маслу не пошло это ещё ничего не значит. Вряд ли вообще хоть кто-то сходу в программирование вникает

 

 

 Просто я учился на гуманитарном факультете, плюс я еще и тупой впридачу. Если у меня возникли небольшие сложности уже на стадии обучения базовым основам (массивы, функции, классы) то наверное и пытаться дальше что-то изучать не стоит?

Нужна практика и усердие

 

Главное чтобы это нравилось


Изменено пользователем Rooster
Товарищ Троцкий понравилось это

Shaman.png.0cdd33d48561cd068bb3c5ee78289381.png Anna.jpeg.03c9b49363298ceec256500a5d522f7d.jpeg Nigga.jpg.f807f2556bdbf68452292a9301494591.jpg

 

Поделиться сообщением


Ссылка на сообщение

С помощью vue-cli установил "webpack-simple", в результате получил следующее: (18+)

 

 

+-- babel-core@6.24.1
| +-- babel-code-frame@6.22.0
| | +-- esutils@2.0.2
| | `-- js-tokens@3.0.1
| +-- babel-generator@6.24.1
| | +-- detect-indent@4.0.0
| | | `-- repeating@2.0.1
| | |   `-- is-finite@1.0.2
| | +-- jsesc@1.3.0
| | `-- trim-right@1.0.1
| +-- babel-helpers@6.24.1
| +-- babel-messages@6.23.0
| +-- babel-register@6.24.1
| | +-- core-js@2.4.1
| | +-- home-or-tmp@2.0.0
| | | +-- os-homedir@1.0.2
| | | `-- os-tmpdir@1.0.2
| | `-- source-map-support@0.4.14
| +-- babel-runtime@6.23.0
| | `-- regenerator-runtime@0.10.3
| +-- babel-template@6.24.1
| +-- babel-traverse@6.24.1
| | +-- globals@9.17.0
| | `-- invariant@2.2.2
| |   `-- loose-envify@1.3.1
| +-- babel-types@6.24.1
| | `-- to-fast-properties@1.0.2
| +-- babylon@6.16.1
| +-- convert-source-map@1.5.0
| +-- debug@2.6.3
| | `-- ms@0.7.2
| +-- json5@0.5.1
| +-- lodash@4.17.4
| +-- minimatch@3.0.3
| | `-- brace-expansion@1.1.7
| |   +-- balanced-match@0.4.2
| |   `-- concat-map@0.0.1
| +-- path-is-absolute@1.0.1
| +-- private@0.1.7
| +-- slash@1.0.0
| `-- source-map@0.5.6
+-- babel-loader@6.4.1
| +-- find-cache-dir@0.1.1
| | +-- commondir@1.0.1
| | `-- pkg-dir@1.0.0
| |   `-- find-up@1.1.2
| |     `-- path-exists@2.1.0
| +-- loader-utils@0.2.17
| | +-- big.js@3.1.3
| | `-- emojis-list@2.1.0
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- object-assign@4.1.1
+-- babel-preset-latest@6.24.1
| +-- babel-preset-es2015@6.24.1
| | +-- babel-plugin-check-es2015-constants@6.22.0
| | +-- babel-plugin-transform-es2015-arrow-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoped-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoping@6.24.1
| | +-- babel-plugin-transform-es2015-classes@6.24.1
| | | +-- babel-helper-define-map@6.24.1
| | | +-- babel-helper-function-name@6.24.1
| | | +-- babel-helper-optimise-call-expression@6.24.1
| | | `-- babel-helper-replace-supers@6.24.1
| | +-- babel-plugin-transform-es2015-computed-properties@6.24.1
| | +-- babel-plugin-transform-es2015-destructuring@6.23.0
| | +-- babel-plugin-transform-es2015-duplicate-keys@6.24.1
| | +-- babel-plugin-transform-es2015-for-of@6.23.0
| | +-- babel-plugin-transform-es2015-function-name@6.24.1
| | +-- babel-plugin-transform-es2015-literals@6.22.0
| | +-- babel-plugin-transform-es2015-modules-amd@6.24.1
| | +-- babel-plugin-transform-es2015-modules-commonjs@6.24.1
| | | `-- babel-plugin-transform-strict-mode@6.24.1
| | +-- babel-plugin-transform-es2015-modules-systemjs@6.24.1
| | | `-- babel-helper-hoist-variables@6.24.1
| | +-- babel-plugin-transform-es2015-modules-umd@6.24.1
| | +-- babel-plugin-transform-es2015-object-super@6.24.1
| | +-- babel-plugin-transform-es2015-parameters@6.24.1
| | | +-- babel-helper-call-delegate@6.24.1
| | | `-- babel-helper-get-function-arity@6.24.1
| | +-- babel-plugin-transform-es2015-shorthand-properties@6.24.1
| | +-- babel-plugin-transform-es2015-spread@6.22.0
| | +-- babel-plugin-transform-es2015-sticky-regex@6.24.1
| | | `-- babel-helper-regex@6.24.1
| | +-- babel-plugin-transform-es2015-template-literals@6.22.0
| | +-- babel-plugin-transform-es2015-typeof-symbol@6.23.0
| | +-- babel-plugin-transform-es2015-unicode-regex@6.24.1
| | | `-- regexpu-core@2.0.0
| | `-- babel-plugin-transform-regenerator@6.24.1
| |   `-- regenerator-transform@0.9.11
| +-- babel-preset-es2016@6.24.1
| | `-- babel-plugin-transform-exponentiation-operator@6.24.1
| |   +-- babel-helper-builder-binary-assignment-operator-visitor@6.24.1
| |   | `-- babel-helper-explode-assignable-expression@6.24.1
| |   `-- babel-plugin-syntax-exponentiation-operator@6.13.0
| `-- babel-preset-es2017@6.24.1
|   +-- babel-plugin-syntax-trailing-function-commas@6.22.0
|   `-- babel-plugin-transform-async-to-generator@6.24.1
|     +-- babel-helper-remap-async-to-generator@6.24.1
|     `-- babel-plugin-syntax-async-functions@6.13.0
+-- cross-env@3.2.4
| +-- cross-spawn@5.1.0
| | +-- shebang-command@1.2.0
| | | `-- shebang-regex@1.0.0
| | `-- which@1.2.14
| |   `-- isexe@2.0.0
| `-- is-windows@1.0.0
+-- css-loader@0.25.0
| +-- css-selector-tokenizer@0.6.0
| | +-- cssesc@0.1.0
| | +-- fastparse@1.1.1
| | `-- regexpu-core@1.0.0
| |   +-- regenerate@1.3.2
| |   +-- regjsgen@0.2.0
| |   `-- regjsparser@0.1.5
| |     `-- jsesc@0.5.0
| +-- cssnano@3.10.0
| | +-- autoprefixer@6.7.7
| | | +-- browserslist@1.7.7
| | | | `-- electron-to-chromium@1.3.3
| | | +-- caniuse-db@1.0.30000655
| | | +-- normalize-range@0.1.2
| | | `-- num2fraction@1.2.2
| | +-- decamelize@1.2.0
| | +-- defined@1.0.0
| | +-- has@1.0.1
| | | `-- function-bind@1.1.0
| | +-- postcss-calc@5.3.1
| | | +-- postcss-message-helpers@2.0.0
| | | `-- reduce-css-calc@1.3.0
| | |   +-- math-expression-evaluator@1.2.16
| | |   `-- reduce-function-call@1.0.2
| | +-- postcss-colormin@2.2.2
| | | `-- colormin@1.1.2
| | |   +-- color@0.11.4
| | |   | +-- clone@1.0.2
| | |   | +-- color-convert@1.9.0
| | |   | | `-- color-name@1.1.2
| | |   | `-- color-string@0.3.0
| | |   `-- css-color-names@0.0.4
| | +-- postcss-convert-values@2.6.1
| | +-- postcss-discard-comments@2.0.4
| | +-- postcss-discard-duplicates@2.1.0
| | +-- postcss-discard-empty@2.1.0
| | +-- postcss-discard-overridden@0.1.1
| | +-- postcss-discard-unused@2.2.3
| | | `-- uniqs@2.0.0
| | +-- postcss-filter-plugins@2.0.2
| | | `-- uniqid@4.1.1
| | |   `-- macaddress@0.2.8
| | +-- postcss-merge-idents@2.1.7
| | +-- postcss-merge-longhand@2.0.2
| | +-- postcss-merge-rules@2.1.2
| | | +-- caniuse-api@1.6.1
| | | | +-- lodash.memoize@4.1.2
| | | | `-- lodash.uniq@4.5.0
| | | `-- vendors@1.0.1
| | +-- postcss-minify-font-values@1.0.5
| | +-- postcss-minify-gradients@1.0.5
| | +-- postcss-minify-params@1.2.2
| | | `-- alphanum-sort@1.0.2
| | +-- postcss-minify-selectors@2.1.1
| | +-- postcss-normalize-charset@1.1.1
| | +-- postcss-normalize-url@3.0.8
| | | +-- is-absolute-url@2.1.0
| | | `-- normalize-url@1.9.1
| | |   +-- prepend-http@1.0.4
| | |   +-- query-string@4.3.2
| | |   | `-- strict-uri-encode@1.1.0
| | |   `-- sort-keys@1.1.2
| | |     `-- is-plain-obj@1.1.0
| | +-- postcss-ordered-values@2.2.3
| | +-- postcss-reduce-idents@2.4.0
| | +-- postcss-reduce-initial@1.0.1
| | +-- postcss-reduce-transforms@1.0.4
| | +-- postcss-svgo@2.1.6
| | | +-- is-svg@2.1.0
| | | | `-- html-comment-regex@1.1.1
| | | `-- svgo@0.7.2
| | |   +-- coa@1.0.1
| | |   | `-- q@1.5.0
| | |   +-- colors@1.1.2
| | |   +-- csso@2.3.2
| | |   | `-- clap@1.1.3
| | |   +-- sax@1.2.2
| | |   `-- whet.extend@0.9.9
| | +-- postcss-unique-selectors@2.0.2
| | +-- postcss-value-parser@3.3.0
| | `-- postcss-zindex@2.2.0
| +-- lodash.camelcase@3.0.1
| | `-- lodash._createcompounder@3.0.0
| |   +-- lodash.deburr@3.2.0
| |   | `-- lodash._root@3.0.1
| |   `-- lodash.words@3.2.0
| +-- postcss@5.2.17
| | +-- js-base64@2.1.9
| | `-- supports-color@3.2.3
| +-- postcss-modules-extract-imports@1.0.1
| +-- postcss-modules-local-by-default@1.1.1
| +-- postcss-modules-scope@1.0.2
| +-- postcss-modules-values@1.2.2
| | `-- icss-replace-symbols@1.0.2
| `-- source-list-map@0.1.8
+-- file-loader@0.9.0
+-- node-sass@4.5.2
| +-- async-foreach@0.1.3
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | `-- supports-color@2.0.0
| +-- cross-spawn@3.0.1
| +-- gaze@1.1.2
| | `-- globule@1.1.0
| |   `-- lodash@4.16.6
| +-- get-stdin@4.0.1
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | `-- once@1.4.0
| +-- in-publish@2.0.0
| +-- lodash.assign@4.2.0
| +-- lodash.clonedeep@4.5.0
| +-- lodash.mergewith@4.6.0
| +-- meow@3.7.0
| | +-- camelcase-keys@2.1.0
| | | `-- camelcase@2.1.1
| | +-- loud-rejection@1.6.0
| | | +-- currently-unhandled@0.4.1
| | | | `-- array-find-index@1.0.2
| | | `-- signal-exit@3.0.2
| | +-- map-obj@1.0.1
| | +-- minimist@1.2.0
| | +-- normalize-package-data@2.3.6
| | | +-- hosted-git-info@2.4.2
| | | +-- is-builtin-module@1.0.0
| | | | `-- builtin-modules@1.1.1
| | | `-- validate-npm-package-license@3.0.1
| | |   +-- spdx-correct@1.0.2
| | |   | `-- spdx-license-ids@1.2.2
| | |   `-- spdx-expression-parse@1.0.4
| | +-- read-pkg-up@1.0.1
| | | `-- read-pkg@1.1.0
| | |   +-- load-json-file@1.1.0
| | |   | `-- strip-bom@2.0.0
| | |   |   `-- is-utf8@0.2.1
| | |   `-- path-type@1.1.0
| | +-- redent@1.0.0
| | | +-- indent-string@2.1.0
| | | `-- strip-indent@1.0.1
| | `-- trim-newlines@1.0.0
| +-- nan@2.6.2
| +-- node-gyp@3.6.0
| | +-- fstream@1.0.11
| | +-- graceful-fs@4.1.11
| | +-- nopt@3.0.6
| | | `-- abbrev@1.1.0
| | +-- osenv@0.1.4
| | +-- rimraf@2.6.1
| | +-- semver@5.3.0
| | `-- tar@2.2.1
| |   `-- block-stream@0.0.9
| +-- npmlog@4.0.2
| | +-- are-we-there-yet@1.1.2
| | | `-- delegates@1.0.0
| | +-- console-control-strings@1.1.0
| | +-- gauge@2.7.3
| | | +-- aproba@1.1.1
| | | +-- has-unicode@2.0.1
| | | `-- wide-align@1.1.0
| | `-- set-blocking@2.0.0
| +-- request@2.81.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- caseless@0.12.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@2.1.4
| | | `-- asynckit@0.4.0
| | +-- har-validator@4.2.1
| | | `-- har-schema@1.0.5
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.0
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.6
| | |   | `-- assert-plus@1.0.0
| | |   +-- jodid25519@1.0.2
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- oauth-sign@0.8.2
| | +-- performance-now@0.2.0
| | +-- qs@6.4.0
| | +-- safe-buffer@5.0.1
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | +-- tunnel-agent@0.6.0
| | `-- uuid@3.0.1
| +-- sass-graph@2.1.2
| | `-- yargs@4.8.1
| |   +-- window-size@0.2.0
| |   `-- yargs-parser@2.4.1
| |     `-- camelcase@3.0.0
| `-- stdout-stream@1.4.0
|   `-- readable-stream@2.2.9
|     +-- buffer-shims@1.0.0
|     +-- core-util-is@1.0.2
|     +-- isarray@1.0.0
|     +-- process-nextick-args@1.0.7
|     +-- string_decoder@1.0.0
|     `-- util-deprecate@1.0.2
+-- sass-loader@5.0.1
| +-- async@2.3.0
| +-- lodash.tail@4.1.1
| `-- pify@2.3.0
+-- vue@2.2.6
+-- vue-loader@11.3.4
| +-- consolidate@0.14.5
| | `-- bluebird@3.5.0
| +-- hash-sum@1.0.2
| +-- js-beautify@1.6.12
| | +-- config-chain@1.1.11
| | | +-- ini@1.3.4
| | | `-- proto-list@1.2.4
| | `-- editorconfig@0.13.2
| |   +-- commander@2.9.0
| |   | `-- graceful-readlink@1.0.1
| |   +-- lru-cache@3.2.0
| |   `-- sigmund@1.0.1
| +-- loader-utils@1.1.0
| +-- lru-cache@4.0.2
| | +-- pseudomap@1.0.2
| | `-- yallist@2.1.2
| +-- postcss-load-config@1.2.0
| | +-- cosmiconfig@2.1.1
| | | +-- js-yaml@3.7.0
| | | | +-- argparse@1.0.9
| | | | | `-- sprintf-js@1.0.3
| | | | `-- esprima@2.7.3
| | | +-- minimist@1.2.0
| | | +-- parse-json@2.2.0
| | | | `-- error-ex@1.3.1
| | | |   `-- is-arrayish@0.2.1
| | | `-- require-from-string@1.2.1
| | +-- postcss-load-options@1.2.0
| | `-- postcss-load-plugins@2.3.0
| +-- postcss-selector-parser@2.2.3
| | +-- flatten@1.0.2
| | +-- indexes-of@1.0.1
| | `-- uniq@1.0.1
| +-- vue-hot-reload-api@2.0.11
| +-- vue-style-loader@2.0.5
| | `-- loader-utils@1.1.0
| `-- vue-template-es2015-compiler@1.5.2
+-- vue-template-compiler@2.2.6
| +-- de-indent@1.0.2
| `-- he@1.1.1
+-- webpack@2.4.1
| +-- acorn@5.0.3
| +-- acorn-dynamic-import@2.0.2
| | `-- acorn@4.0.11
| +-- ajv@4.11.6
| | +-- co@4.6.0
| | `-- json-stable-stringify@1.0.1
| |   `-- jsonify@0.0.0
| +-- ajv-keywords@1.5.1
| +-- enhanced-resolve@3.1.0
| +-- interpret@1.0.2
| +-- json-loader@0.5.4
| +-- loader-runner@2.3.0
| +-- memory-fs@0.4.1
| | `-- errno@0.1.4
| |   `-- prr@0.0.0
| +-- node-libs-browser@2.0.0
| | +-- assert@1.4.1
| | +-- browserify-zlib@0.1.4
| | | `-- pako@0.2.9
| | +-- buffer@4.9.1
| | | +-- base64-js@1.2.0
| | | `-- ieee754@1.1.8
| | +-- console-browserify@1.1.0
| | | `-- date-now@0.1.4
| | +-- constants-browserify@1.0.0
| | +-- crypto-browserify@3.11.0
| | | +-- browserify-cipher@1.0.0
| | | | +-- browserify-aes@1.0.6
| | | | | `-- buffer-xor@1.0.3
| | | | +-- browserify-des@1.0.0
| | | | | `-- des.js@1.0.0
| | | | `-- evp_bytestokey@1.0.0
| | | +-- browserify-sign@4.0.4
| | | | +-- bn.js@4.11.6
| | | | +-- browserify-rsa@4.0.1
| | | | +-- elliptic@6.4.0
| | | | | +-- brorand@1.1.0
| | | | | +-- hash.js@1.0.3
| | | | | +-- hmac-drbg@1.0.1
| | | | | `-- minimalistic-crypto-utils@1.0.1
| | | | `-- parse-asn1@5.1.0
| | | |   `-- asn1.js@4.9.1
| | | +-- create-ecdh@4.0.0
| | | +-- create-hash@1.1.2
| | | | +-- cipher-base@1.0.3
| | | | +-- ripemd160@1.0.1
| | | | `-- sha.js@2.4.8
| | | +-- create-hmac@1.1.4
| | | +-- diffie-hellman@5.0.2
| | | | `-- miller-rabin@4.0.0
| | | +-- pbkdf2@3.0.9
| | | +-- public-encrypt@4.0.0
| | | `-- randombytes@2.0.3
| | +-- domain-browser@1.1.7
| | +-- events@1.1.1
| | +-- https-browserify@0.0.1
| | +-- os-browserify@0.2.1
| | +-- path-browserify@0.0.0
| | +-- process@0.11.9
| | +-- punycode@1.4.1
| | +-- querystring-es3@0.2.1
| | +-- stream-browserify@2.0.1
| | +-- stream-http@2.7.0
| | | +-- builtin-status-codes@3.0.0
| | | +-- to-arraybuffer@1.0.1
| | | `-- xtend@4.0.1
| | +-- string_decoder@0.10.31
| | +-- timers-browserify@2.0.2
| | | `-- setimmediate@1.0.5
| | +-- tty-browserify@0.0.0
| | +-- url@0.11.0
| | | +-- punycode@1.3.2
| | | `-- querystring@0.2.0
| | +-- util@0.10.3
| | | `-- inherits@2.0.1
| | `-- vm-browserify@0.0.4
| |   `-- indexof@0.0.1
| +-- supports-color@3.2.3
| | `-- has-flag@1.0.0
| +-- tapable@0.2.6
| +-- uglify-js@2.8.22
| | +-- uglify-to-browserify@1.0.2
| | `-- yargs@3.10.0
| |   +-- camelcase@1.2.1
| |   +-- cliui@2.1.0
| |   | +-- center-align@0.1.3
| |   | | +-- align-text@0.1.4
| |   | | | +-- longest@1.0.1
| |   | | | `-- repeat-string@1.6.1
| |   | | `-- lazy-cache@1.0.4
| |   | +-- right-align@0.1.3
| |   | `-- wordwrap@0.0.2
| |   `-- window-size@0.1.0
| +-- watchpack@1.3.1
| +-- webpack-sources@0.2.3
| | `-- source-list-map@1.1.1
| `-- yargs@6.6.0
|   +-- camelcase@3.0.0
|   +-- cliui@3.2.0
|   | `-- wrap-ansi@2.1.0
|   +-- get-caller-file@1.0.2
|   +-- os-locale@1.4.0
|   | `-- lcid@1.0.0
|   |   `-- invert-kv@1.0.0
|   +-- require-directory@2.1.1
|   +-- require-main-filename@1.0.1
|   +-- string-width@1.0.2
|   | +-- code-point-at@1.1.0
|   | `-- is-fullwidth-code-point@1.0.0
|   |   `-- number-is-nan@1.0.1
|   +-- which-module@1.0.0
|   +-- y18n@3.2.1
|   `-- yargs-parser@4.2.1
`-- webpack-dev-server@2.4.2
  +-- ansi-html@0.0.7
  +-- chokidar@1.6.1
  | +-- anymatch@1.3.0
  | | `-- arrify@1.0.1
  | +-- async-each@1.0.1
  | +-- glob-parent@2.0.0
  | +-- is-binary-path@1.0.1
  | | `-- binary-extensions@1.8.0
  | +-- is-glob@2.0.1
  | | `-- is-extglob@1.0.0
  | `-- readdirp@2.1.0
  |   `-- set-immediate-shim@1.0.1
  +-- compression@1.6.2
  | +-- accepts@1.3.3
  | | `-- negotiator@0.6.1
  | +-- bytes@2.3.0
  | +-- compressible@2.0.10
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- on-headers@1.0.1
  | `-- vary@1.1.1
  +-- connect-history-api-fallback@1.3.0
  +-- express@4.15.2
  | +-- array-flatten@1.1.1
  | +-- content-disposition@0.5.2
  | +-- content-type@1.0.2
  | +-- cookie@0.3.1
  | +-- cookie-signature@1.0.6
  | +-- debug@2.6.1
  | +-- depd@1.1.0
  | +-- encodeurl@1.0.1
  | +-- escape-html@1.0.3
  | +-- etag@1.8.0
  | +-- finalhandler@1.0.1
  | | `-- unpipe@1.0.0
  | +-- fresh@0.5.0
  | +-- merge-descriptors@1.0.1
  | +-- methods@1.1.2
  | +-- on-finished@2.3.0
  | | `-- ee-first@1.1.1
  | +-- parseurl@1.3.1
  | +-- path-to-regexp@0.1.7
  | +-- proxy-addr@1.1.4
  | | +-- forwarded@0.1.0
  | | `-- ipaddr.js@1.3.0
  | +-- range-parser@1.2.0
  | +-- send@0.15.1
  | | +-- debug@2.6.1
  | | +-- destroy@1.0.4
  | | `-- http-errors@1.6.1
  | +-- serve-static@1.12.1
  | +-- setprototypeof@1.0.3
  | +-- statuses@1.3.1
  | +-- type-is@1.6.15
  | | `-- media-typer@0.3.0
  | `-- utils-merge@1.0.0
  +-- html-entities@1.2.0
  +-- http-proxy-middleware@0.17.4
  | +-- http-proxy@1.16.2
  | | +-- eventemitter3@1.2.0
  | | `-- requires-port@1.0.0
  | +-- is-glob@3.1.0
  | | `-- is-extglob@2.1.1
  | `-- micromatch@2.3.11
  |   +-- arr-diff@2.0.0
  |   | `-- arr-flatten@1.0.2
  |   +-- array-unique@0.2.1
  |   +-- braces@1.8.5
  |   | +-- expand-range@1.8.2
  |   | | `-- fill-range@2.2.3
  |   | |   +-- is-number@2.1.0
  |   | |   +-- isobject@2.1.0
  |   | |   `-- randomatic@1.1.6
  |   | +-- preserve@0.2.0
  |   | `-- repeat-element@1.1.2
  |   +-- expand-brackets@0.1.5
  |   | `-- is-posix-bracket@0.1.1
  |   +-- extglob@0.3.2
  |   +-- filename-regex@2.0.0
  |   +-- kind-of@3.1.0
  |   | `-- is-buffer@1.1.5
  |   +-- normalize-path@2.1.1
  |   | `-- remove-trailing-separator@1.0.1
  |   +-- object.omit@2.0.1
  |   | +-- for-own@0.1.5
  |   | | `-- for-in@1.0.2
  |   | `-- is-extendable@0.1.1
  |   +-- parse-glob@3.0.4
  |   | +-- glob-base@0.3.0
  |   | `-- is-dotfile@1.0.2
  |   `-- regex-cache@0.4.3
  |     +-- is-equal-shallow@0.1.3
  |     `-- is-primitive@2.0.0
  +-- opn@4.0.2
  | `-- pinkie-promise@2.0.1
  |   `-- pinkie@2.0.4
  +-- portfinder@1.0.13
  | `-- async@1.5.2
  +-- serve-index@1.8.0
  | +-- batch@0.5.3
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | `-- http-errors@1.5.1
  |   `-- setprototypeof@1.0.2
  +-- sockjs@0.3.18
  | +-- faye-websocket@0.10.0
  | | `-- websocket-driver@0.6.5
  | |   `-- websocket-extensions@0.1.1
  | `-- uuid@2.0.3
  +-- sockjs-client@1.1.2
  | +-- eventsource@0.1.6
  | | `-- original@1.0.0
  | |   `-- url-parse@1.0.5
  | +-- faye-websocket@0.11.1
  | +-- json3@3.3.2
  | `-- url-parse@1.1.8
  |   `-- querystringify@0.0.4
  +-- spdy@3.4.4
  | +-- handle-thing@1.2.5
  | +-- http-deceiver@1.2.7
  | +-- select-hose@2.0.0
  | `-- spdy-transport@2.0.18
  |   +-- hpack.js@2.1.6
  |   +-- obuf@1.1.1
  |   `-- wbuf@1.7.2
  |     `-- minimalistic-assert@1.0.0
  +-- strip-ansi@3.0.1
  | `-- ansi-regex@2.1.1
  +-- supports-color@3.2.3
  +-- webpack-dev-middleware@1.10.1
  | `-- mime@1.3.4
  `-- yargs@6.6.0
    +-- camelcase@3.0.0
    `-- yargs-parser@4.2.1

 

 

 

"simple" версия на 60мб

У меня был проект на Ember'е в винде, хотел удалить его, но не смог, потому что в node_modules были папки, путь к которым был длиннее виндового лимита :avtorklif: :avtorklif:

Пришлось их искать и переименовывать "ocherednoi-useless-modul" в "a"

Поделиться сообщением


Ссылка на сообщение

 


документация - это справочник.

ты в школе всё по справочникам учил?

Ну я написал книги + документация 

Поделиться сообщением


Ссылка на сообщение

 

ну ладно

 

не благодари

var xhr = new XMLHttpRequest();
var type = '/cgi/sv_isp_din_el_1/enter.cgi' //calculation type
var body = 't1=0.0025&t21=0.0006&t2=0.09&t22=10.0&t16=4&t5=30.0&t6=1.8&t7=0.4&t9=2.7&t30=3.5'; //calculation input args
xhr.open("POST", type);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');

xhr.onreadystatechange = function() {window.open('http://webcad.pro' + xhr.responseText.match(/(Отчет готов.*href=)(.*?)(>)/)[2])};
xhr.send(body);

правда как ты будешь это на кроссдомене делать я хз  :rickroll:

 

Никак офк, этот запрос с сервера над делать. Ща попробовал, все норм работает, форма отправляется, ссылка на пдф получается. Правд она офк ведет на оригинальный сайт)) Так что придется еще скачать пдфку. Единственный гемор это то, что тебе придется самому писать этот дохулион форм, чтобы правильные данные отправлять :mameprivet:. Ну и как fessnik писал, если во время защиты оригинальный сайт отвалится, то будет ggwp  :lol:

 

ну диплом подразумевает, что нужно что-то делать

пильнуть формы имхо проще, чем самому переботать ихнее апи и расчеты


я знаю точно что все телки которые красивые и которые любят ебаться, разбираются в часах

Но у меня нету часов, и хуевая ауди поэтому приходится дома дрочить

Поделиться сообщением


Ссылка на сообщение

 

С помощью vue-cli установил "webpack-simple", в результате получил следующее: (18+)

 

 

+-- babel-core@6.24.1
| +-- babel-code-frame@6.22.0
| | +-- esutils@2.0.2
| | `-- js-tokens@3.0.1
| +-- babel-generator@6.24.1
| | +-- detect-indent@4.0.0
| | | `-- repeating@2.0.1
| | |   `-- is-finite@1.0.2
| | +-- jsesc@1.3.0
| | `-- trim-right@1.0.1
| +-- babel-helpers@6.24.1
| +-- babel-messages@6.23.0
| +-- babel-register@6.24.1
| | +-- core-js@2.4.1
| | +-- home-or-tmp@2.0.0
| | | +-- os-homedir@1.0.2
| | | `-- os-tmpdir@1.0.2
| | `-- source-map-support@0.4.14
| +-- babel-runtime@6.23.0
| | `-- regenerator-runtime@0.10.3
| +-- babel-template@6.24.1
| +-- babel-traverse@6.24.1
| | +-- globals@9.17.0
| | `-- invariant@2.2.2
| |   `-- loose-envify@1.3.1
| +-- babel-types@6.24.1
| | `-- to-fast-properties@1.0.2
| +-- babylon@6.16.1
| +-- convert-source-map@1.5.0
| +-- debug@2.6.3
| | `-- ms@0.7.2
| +-- json5@0.5.1
| +-- lodash@4.17.4
| +-- minimatch@3.0.3
| | `-- brace-expansion@1.1.7
| |   +-- balanced-match@0.4.2
| |   `-- concat-map@0.0.1
| +-- path-is-absolute@1.0.1
| +-- private@0.1.7
| +-- slash@1.0.0
| `-- source-map@0.5.6
+-- babel-loader@6.4.1
| +-- find-cache-dir@0.1.1
| | +-- commondir@1.0.1
| | `-- pkg-dir@1.0.0
| |   `-- find-up@1.1.2
| |     `-- path-exists@2.1.0
| +-- loader-utils@0.2.17
| | +-- big.js@3.1.3
| | `-- emojis-list@2.1.0
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- object-assign@4.1.1
+-- babel-preset-latest@6.24.1
| +-- babel-preset-es2015@6.24.1
| | +-- babel-plugin-check-es2015-constants@6.22.0
| | +-- babel-plugin-transform-es2015-arrow-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoped-functions@6.22.0
| | +-- babel-plugin-transform-es2015-block-scoping@6.24.1
| | +-- babel-plugin-transform-es2015-classes@6.24.1
| | | +-- babel-helper-define-map@6.24.1
| | | +-- babel-helper-function-name@6.24.1
| | | +-- babel-helper-optimise-call-expression@6.24.1
| | | `-- babel-helper-replace-supers@6.24.1
| | +-- babel-plugin-transform-es2015-computed-properties@6.24.1
| | +-- babel-plugin-transform-es2015-destructuring@6.23.0
| | +-- babel-plugin-transform-es2015-duplicate-keys@6.24.1
| | +-- babel-plugin-transform-es2015-for-of@6.23.0
| | +-- babel-plugin-transform-es2015-function-name@6.24.1
| | +-- babel-plugin-transform-es2015-literals@6.22.0
| | +-- babel-plugin-transform-es2015-modules-amd@6.24.1
| | +-- babel-plugin-transform-es2015-modules-commonjs@6.24.1
| | | `-- babel-plugin-transform-strict-mode@6.24.1
| | +-- babel-plugin-transform-es2015-modules-systemjs@6.24.1
| | | `-- babel-helper-hoist-variables@6.24.1
| | +-- babel-plugin-transform-es2015-modules-umd@6.24.1
| | +-- babel-plugin-transform-es2015-object-super@6.24.1
| | +-- babel-plugin-transform-es2015-parameters@6.24.1
| | | +-- babel-helper-call-delegate@6.24.1
| | | `-- babel-helper-get-function-arity@6.24.1
| | +-- babel-plugin-transform-es2015-shorthand-properties@6.24.1
| | +-- babel-plugin-transform-es2015-spread@6.22.0
| | +-- babel-plugin-transform-es2015-sticky-regex@6.24.1
| | | `-- babel-helper-regex@6.24.1
| | +-- babel-plugin-transform-es2015-template-literals@6.22.0
| | +-- babel-plugin-transform-es2015-typeof-symbol@6.23.0
| | +-- babel-plugin-transform-es2015-unicode-regex@6.24.1
| | | `-- regexpu-core@2.0.0
| | `-- babel-plugin-transform-regenerator@6.24.1
| |   `-- regenerator-transform@0.9.11
| +-- babel-preset-es2016@6.24.1
| | `-- babel-plugin-transform-exponentiation-operator@6.24.1
| |   +-- babel-helper-builder-binary-assignment-operator-visitor@6.24.1
| |   | `-- babel-helper-explode-assignable-expression@6.24.1
| |   `-- babel-plugin-syntax-exponentiation-operator@6.13.0
| `-- babel-preset-es2017@6.24.1
|   +-- babel-plugin-syntax-trailing-function-commas@6.22.0
|   `-- babel-plugin-transform-async-to-generator@6.24.1
|     +-- babel-helper-remap-async-to-generator@6.24.1
|     `-- babel-plugin-syntax-async-functions@6.13.0
+-- cross-env@3.2.4
| +-- cross-spawn@5.1.0
| | +-- shebang-command@1.2.0
| | | `-- shebang-regex@1.0.0
| | `-- which@1.2.14
| |   `-- isexe@2.0.0
| `-- is-windows@1.0.0
+-- css-loader@0.25.0
| +-- css-selector-tokenizer@0.6.0
| | +-- cssesc@0.1.0
| | +-- fastparse@1.1.1
| | `-- regexpu-core@1.0.0
| |   +-- regenerate@1.3.2
| |   +-- regjsgen@0.2.0
| |   `-- regjsparser@0.1.5
| |     `-- jsesc@0.5.0
| +-- cssnano@3.10.0
| | +-- autoprefixer@6.7.7
| | | +-- browserslist@1.7.7
| | | | `-- electron-to-chromium@1.3.3
| | | +-- caniuse-db@1.0.30000655
| | | +-- normalize-range@0.1.2
| | | `-- num2fraction@1.2.2
| | +-- decamelize@1.2.0
| | +-- defined@1.0.0
| | +-- has@1.0.1
| | | `-- function-bind@1.1.0
| | +-- postcss-calc@5.3.1
| | | +-- postcss-message-helpers@2.0.0
| | | `-- reduce-css-calc@1.3.0
| | |   +-- math-expression-evaluator@1.2.16
| | |   `-- reduce-function-call@1.0.2
| | +-- postcss-colormin@2.2.2
| | | `-- colormin@1.1.2
| | |   +-- color@0.11.4
| | |   | +-- clone@1.0.2
| | |   | +-- color-convert@1.9.0
| | |   | | `-- color-name@1.1.2
| | |   | `-- color-string@0.3.0
| | |   `-- css-color-names@0.0.4
| | +-- postcss-convert-values@2.6.1
| | +-- postcss-discard-comments@2.0.4
| | +-- postcss-discard-duplicates@2.1.0
| | +-- postcss-discard-empty@2.1.0
| | +-- postcss-discard-overridden@0.1.1
| | +-- postcss-discard-unused@2.2.3
| | | `-- uniqs@2.0.0
| | +-- postcss-filter-plugins@2.0.2
| | | `-- uniqid@4.1.1
| | |   `-- macaddress@0.2.8
| | +-- postcss-merge-idents@2.1.7
| | +-- postcss-merge-longhand@2.0.2
| | +-- postcss-merge-rules@2.1.2
| | | +-- caniuse-api@1.6.1
| | | | +-- lodash.memoize@4.1.2
| | | | `-- lodash.uniq@4.5.0
| | | `-- vendors@1.0.1
| | +-- postcss-minify-font-values@1.0.5
| | +-- postcss-minify-gradients@1.0.5
| | +-- postcss-minify-params@1.2.2
| | | `-- alphanum-sort@1.0.2
| | +-- postcss-minify-selectors@2.1.1
| | +-- postcss-normalize-charset@1.1.1
| | +-- postcss-normalize-url@3.0.8
| | | +-- is-absolute-url@2.1.0
| | | `-- normalize-url@1.9.1
| | |   +-- prepend-http@1.0.4
| | |   +-- query-string@4.3.2
| | |   | `-- strict-uri-encode@1.1.0
| | |   `-- sort-keys@1.1.2
| | |     `-- is-plain-obj@1.1.0
| | +-- postcss-ordered-values@2.2.3
| | +-- postcss-reduce-idents@2.4.0
| | +-- postcss-reduce-initial@1.0.1
| | +-- postcss-reduce-transforms@1.0.4
| | +-- postcss-svgo@2.1.6
| | | +-- is-svg@2.1.0
| | | | `-- html-comment-regex@1.1.1
| | | `-- svgo@0.7.2
| | |   +-- coa@1.0.1
| | |   | `-- q@1.5.0
| | |   +-- colors@1.1.2
| | |   +-- csso@2.3.2
| | |   | `-- clap@1.1.3
| | |   +-- sax@1.2.2
| | |   `-- whet.extend@0.9.9
| | +-- postcss-unique-selectors@2.0.2
| | +-- postcss-value-parser@3.3.0
| | `-- postcss-zindex@2.2.0
| +-- lodash.camelcase@3.0.1
| | `-- lodash._createcompounder@3.0.0
| |   +-- lodash.deburr@3.2.0
| |   | `-- lodash._root@3.0.1
| |   `-- lodash.words@3.2.0
| +-- postcss@5.2.17
| | +-- js-base64@2.1.9
| | `-- supports-color@3.2.3
| +-- postcss-modules-extract-imports@1.0.1
| +-- postcss-modules-local-by-default@1.1.1
| +-- postcss-modules-scope@1.0.2
| +-- postcss-modules-values@1.2.2
| | `-- icss-replace-symbols@1.0.2
| `-- source-list-map@0.1.8
+-- file-loader@0.9.0
+-- node-sass@4.5.2
| +-- async-foreach@0.1.3
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | `-- supports-color@2.0.0
| +-- cross-spawn@3.0.1
| +-- gaze@1.1.2
| | `-- globule@1.1.0
| |   `-- lodash@4.16.6
| +-- get-stdin@4.0.1
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | `-- once@1.4.0
| +-- in-publish@2.0.0
| +-- lodash.assign@4.2.0
| +-- lodash.clonedeep@4.5.0
| +-- lodash.mergewith@4.6.0
| +-- meow@3.7.0
| | +-- camelcase-keys@2.1.0
| | | `-- camelcase@2.1.1
| | +-- loud-rejection@1.6.0
| | | +-- currently-unhandled@0.4.1
| | | | `-- array-find-index@1.0.2
| | | `-- signal-exit@3.0.2
| | +-- map-obj@1.0.1
| | +-- minimist@1.2.0
| | +-- normalize-package-data@2.3.6
| | | +-- hosted-git-info@2.4.2
| | | +-- is-builtin-module@1.0.0
| | | | `-- builtin-modules@1.1.1
| | | `-- validate-npm-package-license@3.0.1
| | |   +-- spdx-correct@1.0.2
| | |   | `-- spdx-license-ids@1.2.2
| | |   `-- spdx-expression-parse@1.0.4
| | +-- read-pkg-up@1.0.1
| | | `-- read-pkg@1.1.0
| | |   +-- load-json-file@1.1.0
| | |   | `-- strip-bom@2.0.0
| | |   |   `-- is-utf8@0.2.1
| | |   `-- path-type@1.1.0
| | +-- redent@1.0.0
| | | +-- indent-string@2.1.0
| | | `-- strip-indent@1.0.1
| | `-- trim-newlines@1.0.0
| +-- nan@2.6.2
| +-- node-gyp@3.6.0
| | +-- fstream@1.0.11
| | +-- graceful-fs@4.1.11
| | +-- nopt@3.0.6
| | | `-- abbrev@1.1.0
| | +-- osenv@0.1.4
| | +-- rimraf@2.6.1
| | +-- semver@5.3.0
| | `-- tar@2.2.1
| |   `-- block-stream@0.0.9
| +-- npmlog@4.0.2
| | +-- are-we-there-yet@1.1.2
| | | `-- delegates@1.0.0
| | +-- console-control-strings@1.1.0
| | +-- gauge@2.7.3
| | | +-- aproba@1.1.1
| | | +-- has-unicode@2.0.1
| | | `-- wide-align@1.1.0
| | `-- set-blocking@2.0.0
| +-- request@2.81.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- caseless@0.12.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@2.1.4
| | | `-- asynckit@0.4.0
| | +-- har-validator@4.2.1
| | | `-- har-schema@1.0.5
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.0
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.6
| | |   | `-- assert-plus@1.0.0
| | |   +-- jodid25519@1.0.2
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- oauth-sign@0.8.2
| | +-- performance-now@0.2.0
| | +-- qs@6.4.0
| | +-- safe-buffer@5.0.1
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | +-- tunnel-agent@0.6.0
| | `-- uuid@3.0.1
| +-- sass-graph@2.1.2
| | `-- yargs@4.8.1
| |   +-- window-size@0.2.0
| |   `-- yargs-parser@2.4.1
| |     `-- camelcase@3.0.0
| `-- stdout-stream@1.4.0
|   `-- readable-stream@2.2.9
|     +-- buffer-shims@1.0.0
|     +-- core-util-is@1.0.2
|     +-- isarray@1.0.0
|     +-- process-nextick-args@1.0.7
|     +-- string_decoder@1.0.0
|     `-- util-deprecate@1.0.2
+-- sass-loader@5.0.1
| +-- async@2.3.0
| +-- lodash.tail@4.1.1
| `-- pify@2.3.0
+-- vue@2.2.6
+-- vue-loader@11.3.4
| +-- consolidate@0.14.5
| | `-- bluebird@3.5.0
| +-- hash-sum@1.0.2
| +-- js-beautify@1.6.12
| | +-- config-chain@1.1.11
| | | +-- ini@1.3.4
| | | `-- proto-list@1.2.4
| | `-- editorconfig@0.13.2
| |   +-- commander@2.9.0
| |   | `-- graceful-readlink@1.0.1
| |   +-- lru-cache@3.2.0
| |   `-- sigmund@1.0.1
| +-- loader-utils@1.1.0
| +-- lru-cache@4.0.2
| | +-- pseudomap@1.0.2
| | `-- yallist@2.1.2
| +-- postcss-load-config@1.2.0
| | +-- cosmiconfig@2.1.1
| | | +-- js-yaml@3.7.0
| | | | +-- argparse@1.0.9
| | | | | `-- sprintf-js@1.0.3
| | | | `-- esprima@2.7.3
| | | +-- minimist@1.2.0
| | | +-- parse-json@2.2.0
| | | | `-- error-ex@1.3.1
| | | |   `-- is-arrayish@0.2.1
| | | `-- require-from-string@1.2.1
| | +-- postcss-load-options@1.2.0
| | `-- postcss-load-plugins@2.3.0
| +-- postcss-selector-parser@2.2.3
| | +-- flatten@1.0.2
| | +-- indexes-of@1.0.1
| | `-- uniq@1.0.1
| +-- vue-hot-reload-api@2.0.11
| +-- vue-style-loader@2.0.5
| | `-- loader-utils@1.1.0
| `-- vue-template-es2015-compiler@1.5.2
+-- vue-template-compiler@2.2.6
| +-- de-indent@1.0.2
| `-- he@1.1.1
+-- webpack@2.4.1
| +-- acorn@5.0.3
| +-- acorn-dynamic-import@2.0.2
| | `-- acorn@4.0.11
| +-- ajv@4.11.6
| | +-- co@4.6.0
| | `-- json-stable-stringify@1.0.1
| |   `-- jsonify@0.0.0
| +-- ajv-keywords@1.5.1
| +-- enhanced-resolve@3.1.0
| +-- interpret@1.0.2
| +-- json-loader@0.5.4
| +-- loader-runner@2.3.0
| +-- memory-fs@0.4.1
| | `-- errno@0.1.4
| |   `-- prr@0.0.0
| +-- node-libs-browser@2.0.0
| | +-- assert@1.4.1
| | +-- browserify-zlib@0.1.4
| | | `-- pako@0.2.9
| | +-- buffer@4.9.1
| | | +-- base64-js@1.2.0
| | | `-- ieee754@1.1.8
| | +-- console-browserify@1.1.0
| | | `-- date-now@0.1.4
| | +-- constants-browserify@1.0.0
| | +-- crypto-browserify@3.11.0
| | | +-- browserify-cipher@1.0.0
| | | | +-- browserify-aes@1.0.6
| | | | | `-- buffer-xor@1.0.3
| | | | +-- browserify-des@1.0.0
| | | | | `-- des.js@1.0.0
| | | | `-- evp_bytestokey@1.0.0
| | | +-- browserify-sign@4.0.4
| | | | +-- bn.js@4.11.6
| | | | +-- browserify-rsa@4.0.1
| | | | +-- elliptic@6.4.0
| | | | | +-- brorand@1.1.0
| | | | | +-- hash.js@1.0.3
| | | | | +-- hmac-drbg@1.0.1
| | | | | `-- minimalistic-crypto-utils@1.0.1
| | | | `-- parse-asn1@5.1.0
| | | |   `-- asn1.js@4.9.1
| | | +-- create-ecdh@4.0.0
| | | +-- create-hash@1.1.2
| | | | +-- cipher-base@1.0.3
| | | | +-- ripemd160@1.0.1
| | | | `-- sha.js@2.4.8
| | | +-- create-hmac@1.1.4
| | | +-- diffie-hellman@5.0.2
| | | | `-- miller-rabin@4.0.0
| | | +-- pbkdf2@3.0.9
| | | +-- public-encrypt@4.0.0
| | | `-- randombytes@2.0.3
| | +-- domain-browser@1.1.7
| | +-- events@1.1.1
| | +-- https-browserify@0.0.1
| | +-- os-browserify@0.2.1
| | +-- path-browserify@0.0.0
| | +-- process@0.11.9
| | +-- punycode@1.4.1
| | +-- querystring-es3@0.2.1
| | +-- stream-browserify@2.0.1
| | +-- stream-http@2.7.0
| | | +-- builtin-status-codes@3.0.0
| | | +-- to-arraybuffer@1.0.1
| | | `-- xtend@4.0.1
| | +-- string_decoder@0.10.31
| | +-- timers-browserify@2.0.2
| | | `-- setimmediate@1.0.5
| | +-- tty-browserify@0.0.0
| | +-- url@0.11.0
| | | +-- punycode@1.3.2
| | | `-- querystring@0.2.0
| | +-- util@0.10.3
| | | `-- inherits@2.0.1
| | `-- vm-browserify@0.0.4
| |   `-- indexof@0.0.1
| +-- supports-color@3.2.3
| | `-- has-flag@1.0.0
| +-- tapable@0.2.6
| +-- uglify-js@2.8.22
| | +-- uglify-to-browserify@1.0.2
| | `-- yargs@3.10.0
| |   +-- camelcase@1.2.1
| |   +-- cliui@2.1.0
| |   | +-- center-align@0.1.3
| |   | | +-- align-text@0.1.4
| |   | | | +-- longest@1.0.1
| |   | | | `-- repeat-string@1.6.1
| |   | | `-- lazy-cache@1.0.4
| |   | +-- right-align@0.1.3
| |   | `-- wordwrap@0.0.2
| |   `-- window-size@0.1.0
| +-- watchpack@1.3.1
| +-- webpack-sources@0.2.3
| | `-- source-list-map@1.1.1
| `-- yargs@6.6.0
|   +-- camelcase@3.0.0
|   +-- cliui@3.2.0
|   | `-- wrap-ansi@2.1.0
|   +-- get-caller-file@1.0.2
|   +-- os-locale@1.4.0
|   | `-- lcid@1.0.0
|   |   `-- invert-kv@1.0.0
|   +-- require-directory@2.1.1
|   +-- require-main-filename@1.0.1
|   +-- string-width@1.0.2
|   | +-- code-point-at@1.1.0
|   | `-- is-fullwidth-code-point@1.0.0
|   |   `-- number-is-nan@1.0.1
|   +-- which-module@1.0.0
|   +-- y18n@3.2.1
|   `-- yargs-parser@4.2.1
`-- webpack-dev-server@2.4.2
  +-- ansi-html@0.0.7
  +-- chokidar@1.6.1
  | +-- anymatch@1.3.0
  | | `-- arrify@1.0.1
  | +-- async-each@1.0.1
  | +-- glob-parent@2.0.0
  | +-- is-binary-path@1.0.1
  | | `-- binary-extensions@1.8.0
  | +-- is-glob@2.0.1
  | | `-- is-extglob@1.0.0
  | `-- readdirp@2.1.0
  |   `-- set-immediate-shim@1.0.1
  +-- compression@1.6.2
  | +-- accepts@1.3.3
  | | `-- negotiator@0.6.1
  | +-- bytes@2.3.0
  | +-- compressible@2.0.10
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- on-headers@1.0.1
  | `-- vary@1.1.1
  +-- connect-history-api-fallback@1.3.0
  +-- express@4.15.2
  | +-- array-flatten@1.1.1
  | +-- content-disposition@0.5.2
  | +-- content-type@1.0.2
  | +-- cookie@0.3.1
  | +-- cookie-signature@1.0.6
  | +-- debug@2.6.1
  | +-- depd@1.1.0
  | +-- encodeurl@1.0.1
  | +-- escape-html@1.0.3
  | +-- etag@1.8.0
  | +-- finalhandler@1.0.1
  | | `-- unpipe@1.0.0
  | +-- fresh@0.5.0
  | +-- merge-descriptors@1.0.1
  | +-- methods@1.1.2
  | +-- on-finished@2.3.0
  | | `-- ee-first@1.1.1
  | +-- parseurl@1.3.1
  | +-- path-to-regexp@0.1.7
  | +-- proxy-addr@1.1.4
  | | +-- forwarded@0.1.0
  | | `-- ipaddr.js@1.3.0
  | +-- range-parser@1.2.0
  | +-- send@0.15.1
  | | +-- debug@2.6.1
  | | +-- destroy@1.0.4
  | | `-- http-errors@1.6.1
  | +-- serve-static@1.12.1
  | +-- setprototypeof@1.0.3
  | +-- statuses@1.3.1
  | +-- type-is@1.6.15
  | | `-- media-typer@0.3.0
  | `-- utils-merge@1.0.0
  +-- html-entities@1.2.0
  +-- http-proxy-middleware@0.17.4
  | +-- http-proxy@1.16.2
  | | +-- eventemitter3@1.2.0
  | | `-- requires-port@1.0.0
  | +-- is-glob@3.1.0
  | | `-- is-extglob@2.1.1
  | `-- micromatch@2.3.11
  |   +-- arr-diff@2.0.0
  |   | `-- arr-flatten@1.0.2
  |   +-- array-unique@0.2.1
  |   +-- braces@1.8.5
  |   | +-- expand-range@1.8.2
  |   | | `-- fill-range@2.2.3
  |   | |   +-- is-number@2.1.0
  |   | |   +-- isobject@2.1.0
  |   | |   `-- randomatic@1.1.6
  |   | +-- preserve@0.2.0
  |   | `-- repeat-element@1.1.2
  |   +-- expand-brackets@0.1.5
  |   | `-- is-posix-bracket@0.1.1
  |   +-- extglob@0.3.2
  |   +-- filename-regex@2.0.0
  |   +-- kind-of@3.1.0
  |   | `-- is-buffer@1.1.5
  |   +-- normalize-path@2.1.1
  |   | `-- remove-trailing-separator@1.0.1
  |   +-- object.omit@2.0.1
  |   | +-- for-own@0.1.5
  |   | | `-- for-in@1.0.2
  |   | `-- is-extendable@0.1.1
  |   +-- parse-glob@3.0.4
  |   | +-- glob-base@0.3.0
  |   | `-- is-dotfile@1.0.2
  |   `-- regex-cache@0.4.3
  |     +-- is-equal-shallow@0.1.3
  |     `-- is-primitive@2.0.0
  +-- opn@4.0.2
  | `-- pinkie-promise@2.0.1
  |   `-- pinkie@2.0.4
  +-- portfinder@1.0.13
  | `-- async@1.5.2
  +-- serve-index@1.8.0
  | +-- batch@0.5.3
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | `-- http-errors@1.5.1
  |   `-- setprototypeof@1.0.2
  +-- sockjs@0.3.18
  | +-- faye-websocket@0.10.0
  | | `-- websocket-driver@0.6.5
  | |   `-- websocket-extensions@0.1.1
  | `-- uuid@2.0.3
  +-- sockjs-client@1.1.2
  | +-- eventsource@0.1.6
  | | `-- original@1.0.0
  | |   `-- url-parse@1.0.5
  | +-- faye-websocket@0.11.1
  | +-- json3@3.3.2
  | `-- url-parse@1.1.8
  |   `-- querystringify@0.0.4
  +-- spdy@3.4.4
  | +-- handle-thing@1.2.5
  | +-- http-deceiver@1.2.7
  | +-- select-hose@2.0.0
  | `-- spdy-transport@2.0.18
  |   +-- hpack.js@2.1.6
  |   +-- obuf@1.1.1
  |   `-- wbuf@1.7.2
  |     `-- minimalistic-assert@1.0.0
  +-- strip-ansi@3.0.1
  | `-- ansi-regex@2.1.1
  +-- supports-color@3.2.3
  +-- webpack-dev-middleware@1.10.1
  | `-- mime@1.3.4
  `-- yargs@6.6.0
    +-- camelcase@3.0.0
    `-- yargs-parser@4.2.1

 

 

 

"simple" версия на 60мб

У меня был проект на Ember'е в винде, хотел удалить его, но не смог, потому что в node_modules были папки, путь к которым был длиннее виндового лимита :avtorklif: :avtorklif:

Пришлось их искать и переименовывать "ocherednoi-useless-modul" в "a"

 

Нормальные люди открывают powershell или любой аналог, ставят глобально какой-нибудь rimraf или чего подобное и потом удаляют любую гигантскую папочку с миллионом файлов и вложенностей за 1 секунду одной командой

Удалять обычном способом в винде большие папки это вообще забей бред


userbar-53933.png

http://codepen.io/suez/ - they see me bydlocoding, they hatin.

Поделиться сообщением


Ссылка на сообщение

Как можно вообще советовать разработку под андроид? Это ж как под старые мобилы разрабатывать, а вероятно уже и более мозгоёбно. Весь этот зоопарк девайсов, экранов, версий ос и прочих приколов.

и что? Ты так говоришь, как будто разработка под андроид (самую популярную ось) не нужна или сопряжена с какими-то страшными проблемами.

Ему же не под окна или ежевику предложили учиться разрабатывать.


я знаю точно что все телки которые красивые и которые любят ебаться, разбираются в часах

Но у меня нету часов, и хуевая ауди поэтому приходится дома дрочить

Поделиться сообщением


Ссылка на сообщение
Гость
Эта тема закрыта для публикации сообщений.

×
×
  • Создать...