- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,930 for Breiding (0.61 sec)
-
npm/eslint-plugin-dev/package.json
"repository": { "type": "git", "url": "https://github.com/cypress-io/cypress.git" }, "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/eslint-plugin-dev#readme", "author": "Chris Breiding (******@****.***)", "bugs": { "url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Feslint-plugin-dev&template=bug-report.md" }, "keywords": [ "cypress",
Json - Registered: 2021-01-15 08:39 - Last Modified: 2020-10-29 03:12 - 1.7K bytes - Viewed (0) -
npm/webpack-batteries-included-preprocessor/package.json
"type": "git", "url": "https://github.com/cypress-io/cypress.git" }, "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-batteries-included-preprocessor#readme", "author": "Chris Breiding <******@****.***>", "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20webpack-batteries-included-preprocessor&template=1-bug-report.md&title=", "keywords": [ "cypress",
Json - Registered: 2021-01-15 08:39 - Last Modified: 2021-01-05 05:34 - 2.3K bytes - Viewed (0) -
npm/webpack-preprocessor/package.json
"repository": { "type": "git", "url": "https://github.com/cypress-io/cypress.git" }, "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor#readme", "author": "Chris Breiding <******@****.***>", "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=1-bug-report.md&title=", "keywords": [ "cypress", "cypress-plugin",
Json - Registered: 2021-01-15 08:39 - Last Modified: 2021-01-05 05:34 - 3K bytes - Viewed (0) -
core/frontend/helpers/reading_time.js
// # Reading Time Helper // // Usage: `{{reading_time}}` // or for translatable themes, with (t) translation helper's subexpressions: // `{{reading_time seconds=(t "< 1 min read") minute=(t "1 min read") minutes=(t "% min read")}}` // and in the theme translation file, for example Spanish es.json: // "< 1 min read": "< 1 min de lectura", // "1 min read": "1 min de lectura", // "% min read": "% min de lectura", // // Returns estimated reading time for post
JavaScript - Registered: 2021-01-12 17:59 - Last Modified: 2020-04-08 16:22 - 957 bytes - Viewed (0) -
app/models/trending_tags.rb
# frozen_string_literal: true class TrendingTags KEY = 'trending_tags' EXPIRE_HISTORY_AFTER = 7.days.seconds EXPIRE_TRENDS_AFTER = 1.day.seconds THRESHOLD = 5 LIMIT = 10 REVIEW_THRESHOLD = 3 MAX_SCORE_COOLDOWN = 2.days.freeze MAX_SCORE_HALFLIFE = 2.hours.freeze class << self include Redisable def record_use!(tag, account, at_time = Time.now.utc)
Ruby - Registered: 2021-01-10 06:18 - Last Modified: 2019-10-10 00:22 - 4K bytes - Viewed (0) -
curriculum/challenges/chinese/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-introduction.md
More resources: \- [Reading CSVs Notebook](https://notebooks.ai/rmotr-curriculum/rdp-reading-csv-and-txt-files-fb829f46) \- [Reading SQL](https://notebooks.ai/rmotr-curriculum/rdp-reading-data-from-relational-databases-2a3a889b) \- [Reading HTML](https://notebooks.ai/rmotr-curriculum/rdp-reading-html-tables-eb9cca73) \- [Reading Excel files](https://notebooks.ai/rmotr-curriculum/rdp-reading-excel-files-a6b99973) # --question--
Plain Text - Registered: 2021-01-05 00:41 - Last Modified: 2020-12-16 07:37 - 1.2K bytes - Viewed (0) -
test/unit/helpers/reading_time_spec.js
'</div>'; describe('{{reading_time}} helper', function () { it('[success] renders reading time for less than one minute text as one minute', function () { const data = { html: almostOneMinute, title: 'Test', slug: 'slug' }; const result = helpers.reading_time.call(data); String(result).should.equal('1 min read');
JavaScript - Registered: 2021-01-12 17:59 - Last Modified: 2020-04-29 15:51 - 5.5K bytes - Viewed (0) -
app/views/admin_mailer/new_trending_tag.text.erb
<%= raw t('application_mailer.salutation', name: display_name(@me)) %> <%= raw t('admin_mailer.new_trending_tag.body', name: @tag.name) %>
Plain Text - Registered: 2021-01-03 06:18 - Last Modified: 2019-09-17 14:59 - 223 bytes - Viewed (0) -
docs/writing/reading.rst
################## Reading Great Code ################## .. image:: /_static/photos/34689452831_93d7fd0571_k_d.jpg One of the secrets of becoming a great Python programmer is to read, understand, and comprehend excellent code. Excellent code typically follows the guidelines outlined in :ref:`code_style`, and does its best to express a clear and concise intent to the reader. Included below is a list of recommended Python projects for
Plain Text - Registered: 2021-01-12 15:17 - Last Modified: 2018-12-17 22:23 - 2.1K bytes - Viewed (0) -
curriculum/challenges/chinese/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-from-databases.md
More resources: \- [Reading CSVs Notebook](https://notebooks.ai/rmotr-curriculum/rdp-reading-csv-and-txt-files-fb829f46) \- [Reading SQL](https://notebooks.ai/rmotr-curriculum/rdp-reading-data-from-relational-databases-2a3a889b) \- [Reading HTML](https://notebooks.ai/rmotr-curriculum/rdp-reading-html-tables-eb9cca73) \- [Reading Excel files](https://notebooks.ai/rmotr-curriculum/rdp-reading-excel-files-a6b99973) # --question--
Plain Text - Registered: 2021-01-05 00:41 - Last Modified: 2020-12-16 07:37 - 975 bytes - Viewed (0)