Commit Graph

5499 Commits (master)

Author SHA1 Message Date
Preetham Viswanathan 5521881a99 remove escape characters in markdown reference (#4716) 2019-06-17 10:25:46 -04:00
Brian Stoner d13a584188
Add more triggers to suicide help line goodie 2019-03-07 10:13:52 -05:00
Zaahir Moolla f86430a86b
Update border-radius to 4px` (#4696) 2019-03-06 17:37:08 -05:00
Solomon Ucko a348cfaeef Fixed typo (#4686)
There should only be 1 "r" in "tera".
2019-01-29 14:16:10 -05:00
David P Robinson 9ca1876212 public_dns: Fixes #4664 - Removed CCC Berlin entry (#4665) 2018-11-13 11:18:58 -05:00
Suriyaa ✌️️ d9501cffd5 Use new link for "Smashing Node.js" book (#4651) 2018-10-01 19:30:44 +05:30
Brian Stoner f2a4bbb30d
update conversion length defaults to mile/kilometer 2018-10-01 09:38:06 -04:00
Suriyaa ✌️️ a7f887957e Use HTTPS protocol & Removed non existing websites (#4608) 2018-10-01 09:32:59 -04:00
Rob Emery 1d590ba84d Fixing incorrect gravitation value; source for new value: https://physics.nist.gov/cgi-bin/cuu/Value?bg (#4617) 2018-05-14 01:05:43 -04:00
Philip Kirkbride 342b7a5944 Fix typo mentioned in #4597 (#4599) 2018-04-05 15:37:18 -04:00
kR 5dbcf246e2 Add 1.1.1.1 to the list of Public DNS servers (#4604) 2018-04-05 15:36:56 -04:00
Zaahir Moolla 57897d0e65
Fix invalid JSON for cheatsheets (#4607) 2018-04-05 15:36:22 -04:00
Zaahir Moolla 636c9c9703
Update git.json 2018-04-05 15:13:34 -04:00
vonaka 928eb9974b Text Converter: Fix binary conversion bug. (#4526)
* Fix binary-to-decimal and binary-to-hexadecimal conversion bug.

* Lazy #4566 fix.
2018-01-29 23:07:00 -05:00
Pratheev c04f35cdbd Calculator: Fix on percentages with 4+ decimal places (#4541) (#4558) 2018-01-29 22:59:03 -05:00
Rohit Upadhyay 9c5af71177 Fixes #4520, added gigapascal to pressure units to fix broken unit (#4522)
* fixed overtriggering in Game2048

* Added two more tests to help fix issue #4473

* Added regex guard in handle function to fix #4473.

* modified regex guard for #4473

* Added a test to t/Game2048.t

* Removed trailing comma.

* Conversions: Added Gigapascal to pressure units #4520

* Update Conversions.t

* Update Conversions.t

* Added test for Gbar for conversions goodie
2018-01-29 22:35:54 -05:00
tossj 0e25ddf3e5 URLEncode: New design to prevent text overflow and better present answer (#4556)
* URLEncode: Modified design to prevent text overflow

* URLEncode: Added JS to select entire encoded result when clicked

* Revert "URLEncode: Added JS to select entire encoded result when clicked"

This reverts commit 33cbd2aca7b28b01546f5ca13a520284139b5260.

* Revert "URLEncode: Modified design to prevent text overflow"

* URLEncode: Add CSS to prevent hidden text overflow of result
2018-01-29 22:33:04 -05:00
Pratheev cbd6dad6c1 Conversions: JS error (#4551) (#4557)
* Conversions: JS error

* Conversions: JS error (#4551)

* Conversions: JS error (#4551)

* Conversions: JS error (#4551)
2017-12-26 21:18:25 -05:00
Erick Navarro 4721fc628d Fix typo in org-mode cheat sheet (#4550) 2017-12-14 11:40:20 -05:00
Emilien Klein c6b6b1f693 Add Quad9 to the list of Public DNS servers (#4543) 2017-12-06 20:45:24 -05:00
kRkk d6b03c53d5 Conversions: Fix #4523 (#4524)
* Fix #4523

* Add decimeter
2017-10-25 13:41:49 -04:00
Matthew Ramina 968b344962 HelpLine: new triggers (#4525) 2017-10-24 22:15:45 +01:00
Isak Alexander 8672e16863 Update arch-linux.json (#4515)
* Update arch-linux.json

Removed misspelled antergos and added more info to the Yaourt explanation.

* Update arch-linux.json

Added some clearer descriptions for both pacman and yaourt.

* Update arch-linux.json

Fixed.

* Update arch-linux.json

Fixed typo.

* Update arch-linux.json
2017-10-23 12:24:38 -04:00
Zaahir Moolla 7b2bcd12d4 DuckDuckGo Answers: Update links to DDH.com and Forum (#4509)
* Update links to DDH.com and Forum

* Small wording fix

* Remove failing tests
2017-09-25 12:53:53 -04:00
Zaahir Moolla 8330aebf31 Correct currencies for Latvia and Lithuania (#4508) 2017-09-25 11:46:08 -04:00
PJ Hampton 39df16f326 Update floz definition. (#4492) 2017-09-20 17:01:26 -04:00
gargaml 549ee53266 Roman numerals (#4413)
* First shot at improving roman numeral IA.

Added a new converter.
Added new default settings.
Added some tests.

* Added un upper bound on arabic numbers.

* Remove some typo…

* Added some new triggers.
Allowed uncorrect roman number to load the UI anyway.
Fixed a test.

* Added new triggers.
Fixed regular expressions involved in the UI configuration.
Added new tests.

* Renamed file.

* Variables defined outside the handle function.

* Modified template.

* Init logic now runs only once.

* Added a prefix to ensure there are no collisions.

* Fixed tests.

* Added more agressive validation on user inputs.

* Fixed a test case for aggressive validation.  The ia doesn't trigger is
the input is invalid with respect to roman numeral system.

* Removed forEach operation (replaced with a for loop).

Removed firstLetterUpperCase in favor of DDG util capitalize.

* Fixed design on narrow screens.

* Added a new test (roman man => undef).

* Fixed regular expressions to avoid displaying if roman or arabic is used
without numbers.

* Added warnings when inputs are out of range.

* Added a state variable for warnings.

* Empty if removed.

* Fixed regexps.

* Fixed subtitle.

* Css fixed. Both for mobile and desktop.

* Fixed tests.

* Use horizontal layout on desktop, vertical on mobile
2017-09-19 11:29:52 -04:00
Zaahir Moolla 5c391e1091 switch listen to touchend on mobile (#4488) 2017-09-14 17:17:44 +01:00
PJ Hampton 4783cdef4d Fix micro symbol issue. (#4484) 2017-09-11 16:35:26 -04:00
jc86035 687f7de9f2 Conversions: Add light years, astronomical units, parsecs (#4438)
* Update conversions.js

* Update conversions.js

* Update conversions.js

* Update conversions.js

* Update triggers.yml

* Update triggers.yml

* Add some tests for new units

* ce

* Update Conversions.t
2017-09-02 10:54:22 +01:00
Irini Koutaki a9783ac3cf New Kaomoji Cheat Sheet (#4368)
* new cheat sheet for kaomoji

* correct json

* removed cheat sheet's name from aliases

* description updated

* expanded with more entries

* escape curly brackets
2017-08-29 15:41:08 +02:00
Ben Abrahamson 118350b3aa New Router Gateway Cheat Sheet (#4407)
* Added Router Gateway Reference

* Removed some conflicting aliases

* Changed ID

* Beautified and renamed the json file and fixed ID.

* Update and rename router-gateway.json to router-gateway-reference.json

* Update router-gateway-reference.json

* Added Generic and Fortigate
2017-08-28 20:11:47 +02:00
Vonter 14526e606f New Age of Empires Cheat Sheet (#4395)
* Age of Empires: add cheat sheet

* Age of Empires: changed aoe alias to aoe1
2017-08-28 16:26:53 +01:00
PJ Hampton 368bab09c0 JS Minifier: Added CSS support, Added Beautify support (#4154)
* Add css support for js minifier.

* Add support for prettifying.

* Fixed tests.

* Removed flag code.

* update triggers to include prettify for css.

* Add case insensitivity.

* Remove .fifty from html
2017-08-28 16:14:21 +01:00
suvadeet ca6fcc437d New Nursing Cheat Sheet (#4018)
* Add nursing.json file

* Update with suggested changes
2017-08-28 10:22:14 +01:00
Guillermo Urcera Martín 6f820e8434 New Urdf Cheat Sheet Goodie (#4113)
* first commit

* first commit

* Fixed conflicts again

* Applied changes suggested by @jophab

* Applied changes suggested by @jophab
2017-08-27 22:46:10 +01:00
Tiago Danin 694320533b Node.js Tutorials Cheat Sheet: Updated references (#4458)
* Updated references Node.js Tutorials Cheat Sheet

* Updated refs Node.js Tutorials Cheat Sheet #2
2017-08-27 22:42:14 +02:00
Aditya Tandon a8b453d410 Geometry: Adds geometry of cylinder and cone (#4144)
* adds geometry of cylinder and cone

correcting the formula

updating test

* tweaking cone svg a bit

* tweaking fil surface and fill volume svg

slight nit fix

switches class name to stroke special

updates test

* updates test

* syntax fix
2017-08-25 11:58:30 +01:00
anoadragon453 449b37251f RestructuredText Cheat Sheet: Fix typo (#4455)
`*emphasis` -> `*emphasis*`

Fixes #4454
2017-08-25 00:39:20 +01:00
Jason Herman 817a8ee122 New XAML Goodie (#4307)
* xaml.json for cheatsheet

* Pull request feedback implemented
2017-08-24 00:13:12 +01:00
Aayush Kumar Singha 041e38b003 New Flask-Ask Cheat sheet (#4294)
* adding Flask-Ask Cheat sheet

* typo correction

* changes as suggested
2017-08-24 00:11:10 +01:00
PforPain eb58678da2 Cheat sheet for windows diskpart command (#4293)
* Cheat sheet for windows diskpart command

* diskpart.json

-> FAIL: The following sections were defined in 'section_order' but not used in 'sections': ('Commands to Manage Dynamic Disk')
 -> FAIL: The following sections were used in 'sections' but not defined in 'section_order:' ('Commands to Manage Dynamic Disks')
=============================
fixed the above ('s' was missing)

* Update diskpart.json

Correcting architecture preference
2017-08-24 00:07:07 +01:00
tossj 361af9e70c New Feedly Cheat Sheet (#4283)
* Added cheat sheet for Feedly keyboard shortcuts

* Updated Feedly cheat sheet source
2017-08-24 00:03:10 +01:00
122131 57033cca97 Minecraft: added minecraft 1.12 recipes (#4271)
* 1.12 changes

* fix image extension

* fix regex

* Fix tests

I made a PR after this one which made this goodie triggered when the British spelling of colour is used.

I added these two tests, which aren't compatible with your PR. I'm pushing these changes which should fix the test failures.
2017-08-23 23:59:04 +01:00
Palash Nigam 43b126fbe3 Lolcode Cheat Sheet (#4244)
* lolcode cheat sheet

* lolcode section order changed
2017-08-23 23:40:42 +01:00
Amit Yaron 56f97d75c4 New XLRD cheat sheet (#4232)
* New cheat sheet

* Changed id, remoed periods from 'val' fields, change source URL, removed 'xlrd' aliases.

* Changed the section name 'Worrkbooks' according to the list
2017-08-23 23:38:08 +01:00
Pablo Orduna 7e5699a777 New Raspberry Pi Distributions Cheat Sheet (#4227)
* add my IA

* Finished

* Final Commit

* fixes

* new aliases
2017-08-23 23:36:05 +01:00
Thibault 9a58227a44 Add New Haskell Cheat Sheet (#3711)
* Added Haskell cheat sheet

* Fixed JSON syntax

* Required changes

* New changes requested

* Redid 'Basic Operations' section according to requested changes

* Fixed indentation

* Requested changes

* Requested changes
2017-08-23 23:07:01 +01:00
Arvanitis Christos a34d091dec New Prolog Cheat Sheet (#4431)
* Initial Commit of cheatsheet

* Remove Whitespace

* Shorten cut predicate section

* Shorten cut predicate entry to minimum
2017-08-23 22:56:54 +01:00
Lev Kravinsky 4bf20c33b2 Geometry: Add Triangle Area (#4287)
* add triangle objectInfo and svg

* add tests for triangles & fix formula variable name

* add perimeter to triangle

* add height to triangle svg
2017-08-22 20:08:35 +01:00