Commit Graph

11345 Commits (57f905d43d46d790c146b72b12fc35cf11487164)

Author SHA1 Message Date
N1X 57f905d43d Update presidents.yml
Adding Donald.
2017-02-08 00:59:12 +05:30
Gautam krishna.R f2510122ce Merge pull request #3883 from nalinbhardwaj/dns
Public DNS: Added more DNS servers
2017-02-07 15:16:13 +05:30
Zaahir Moolla 5f7329fc67 Calculator: Switch to canonical structured answer (#3916)
* Switch Calculator to canoncial structured answer

* Add Goodie Template
2017-02-06 16:06:33 -05:00
Gautam krishna.R a22710e65e Merge pull request #3884 from adityatandon007/adityatandon/tshark
TShark Cheat Sheet
2017-02-06 13:44:44 +05:30
Gautam krishna.R 6cd341205c Merge pull request #3912 from adityatandon007/adityatandon/wireshark
New IA Wireshark Cheat Sheet
2017-02-06 13:21:55 +05:30
Aditya Tandon e10c681839 Final Wireshark minor changes 2017-02-06 07:35:00 +00:00
Aditya Tandon 51b7cdc7fd Wireshark Cheat Sheet Updated 2017-02-06 07:08:29 +00:00
Aditya Tandon 5589979a83 Wireshark Changes made 2017-02-05 10:35:32 +00:00
Aditya Tandon 8145facee8 Updated Wireshark 2017-02-05 07:48:59 +00:00
Rob Emery e42aef2e28 Merge pull request #3910 from w3iBStime/patch-1
Conversions: Increases threshold before exponent notation
2017-02-04 00:18:29 +00:00
Daniel Davis 172b082ad6 Merge pull request #3913 from tagawa/tagawa/small-fixes
Geometry cheatsheet: Fixed cylinder volume formula
2017-02-03 15:03:46 +09:00
Daniel Davis 6737cf4d21 Geometry cheatsheet: Fixed cylinder volume formula 2017-02-03 11:17:52 +09:00
Daniel Davis 8e5c25d13c Merge branch 'master' into tagawa/small-fixes 2017-02-03 11:14:53 +09:00
Brett Stime eb380de459 Attempts fix test again 2017-02-02 17:08:24 -06:00
Brett Stime 7bbf1f41c8 Attempts fix again 2017-02-02 17:03:21 -06:00
Brett Stime 06a79b8b54 Merge branch 'patch-2' into patch-1 2017-02-02 16:43:10 -06:00
Brett Stime cbeb0a8beb Attempts to fix test after formatting change 2017-02-02 16:35:25 -06:00
Aditya Tandon 23530ddbf2 New IA Wireshark Cheat Sheet 2017-02-02 19:06:26 +00:00
Brett Stime a0d967d13c Increases threshold before exponent notation
My particular concern is:
  When I query: "bytes in 1 mib"
  I want a precise response: "1,048,576 bytes"
  ...instead of "1.05 * 10^6 bytes"

Beyond that, generally, I believe that most people who can cognitively handle numbers up to 1MM can also handle any number with a seven digit integer-part/characteristic (http://math.stackexchange.com/a/64045/92444). Ideally, the decision should be made based on the number of characters in the significand (https://en.wikipedia.org/wiki/Significand) but that's beyond what I have time for at the moment (especially given how rusty my perl is) ;) .
2017-02-02 09:47:43 -06:00
Jag Talon 7f514eb869 Change the link to the hiring page (#3908)
We're not going to point to the one in the community page anymore.
2017-01-31 12:28:40 -05:00
Zaahir Moolla 0ad6eba28a Calculator: Prevent anything but allowed ops in the query (#3903)
* prevent anything but allowed ops in the query
no negative nums

* Uncomment neg catch and move after garbage is removed

* Add more tests

* The hex check can be simplified since the trigger isn't allowing most of it
Allow expressions like 1e9 to pass

* Allow = in query
decimal/negatives with e

* Remove debug

* add test for 1e9 query
2017-01-30 17:46:21 -05:00
Nalin Bhardwaj e905e2836d Dice: Increased dice size (#3886)
* Fixed dice size
2017-01-30 09:26:02 -06:00
Gautam krishna.R 53ad362c86 Merge pull request #3865 from adityatandon007/adityatandon/moreconstants
Added some more constants
2017-01-29 22:53:36 +05:30
Gautam krishna.R 8089d4465f Merge pull request #3896 from rafaelnery/patch-1
AngularJS: Add component in module
2017-01-29 22:48:51 +05:30
Daniel Davis 7396b3ac15 DuckDuckGo Goodie: Fixed link to blog (#3897) 2017-01-28 15:31:05 -05:00
Zaahir Moolla 3309758c1d Calculator: More fixes -- Trigger regex contained a bug (#3898)
* Restrict some other stuff

* Don't require digit

* Restrict multiple ops to two or less

* reject empty parens/multiple ops

* No @, or $ not followed by a number or .

* combine char class

* add more negative tests

* Add ops back, case-insensitive subs, require two ops again

* Case-insensitive on multiple ops too

* Allow leading negatives

* Move the leading neg sub

* Better regex for hex input

* update tests
2017-01-28 14:07:00 -05:00
Daniel Davis 58a76890be DuckDuckGo Goodie: Fixed link to blog 2017-01-27 23:36:39 +09:00
Zaahir Moolla 9322e7b34c Calculator: Improve triggering and execution (#3894)
* Update trigger
Use Safe for evaluation with the minimum functions
Removed unnecessary capturing, redundant function calls

* Add some tests

* Remove eval since we don't allow die
Add comment about debugging failed reval

* Add rv2gv from :base_orig to allow compat with Safe 2.35
Remove prtf since that was in :base_orig which was removed

* Remove unneeded opsets

* Silence all of reval's warnings

* Add STRICT
2017-01-26 10:45:49 -05:00
Rob Emery d05d64dfe7 Conversions: Adding support for n'm" format (#3891)
* Conversions: Failing test for n'm" format

* Conversions: Adding a totally specific workaround for 3 feet 5 inches or 6'1" queries

* Conversions: Accuracy correct relative to output

* Conversions: Improving test coverage around whitespace

* Conversions: Removing duplication

* Conversions: Handling foot and inch

* Conversions: Adding tests for feet and inches into another unit and failing test for the UK common "n foot m", commonly used for height

* Conversions: Implemeting the UK common 6 foot 1 query support
2017-01-26 09:42:27 -05:00
Gautam krishna.R ac73384d0c Merge pull request #3869 from duckduckgo/mattr/chronometer
Stopwatch: add "chronometer" trigger
2017-01-26 19:22:25 +05:30
Gautam krishna.R 0f76eed024 Merge pull request #3846 from laorynas/WindowManager
New Window Managers CheatSheet
2017-01-26 19:09:19 +05:30
Rafael Nery 522948e884 Update angularjs.json 2017-01-26 09:35:18 -02:00
Sam Heyman b930e863c3 udating the link to our new documentation (#3887) 2017-01-25 18:51:15 -05:00
Zaahir Moolla a8d92e3cb5 Revert "ignore reval's warnings" (#3893) 2017-01-25 18:19:31 -05:00
Zach Thompson 369c894439 ignore reval's warnings (#3892)
* Update trigger
Use Safe for evaluation with the minimum functions
Removed unnecessary capturing, redundant function calls

* Add some tests

* Remove eval since we don't allow die
Add comment about debugging failed reval

* Add rv2gv from :base_orig to allow compat with Safe 2.35
Remove prtf since that was in :base_orig which was removed

* Remove unneeded opsets

* Silence all of reval's warnings
2017-01-25 17:35:25 -05:00
laorynas 68a0c39d25 Update window-managers.json
Done
2017-01-25 23:37:10 +02:00
Aditya Tandon 992018b2da Update tshark.json
Minor changes
2017-01-26 02:32:04 +05:30
Zaahir Moolla 840cdc99a1 Revert "calculator: trigger/safe" (#3890) 2017-01-25 15:00:10 -05:00
Brian Stoner cbe5785a11 Merge pull request #3885 from nalinbhardwaj/conversions
Conversions: Added length units and fixed pressure units
2017-01-25 14:35:23 -05:00
Nalin Bhardwaj 0baa2851c4 Added tests 2017-01-25 16:07:24 +00:00
Nalin Bhardwaj b0cc4c5ec7 Added nanometers, fixed others 2017-01-25 15:50:29 +00:00
Nalin Bhardwaj 7b0eae4d26 cleaned up 2017-01-24 23:44:39 +00:00
Nalin Bhardwaj 97e4888dd4 Fixed spellings issue in pico and micro 2017-01-24 23:40:06 +00:00
Nalin Bhardwaj 576d6f0e74 Added american spellings 2017-01-24 23:29:00 +00:00
Nalin Bhardwaj 90eb4696a7 Added more units, fixed existing ones 2017-01-24 23:23:56 +00:00
Aditya Tandon 8afc53ddc8 TShark Cheat Sheet 2017-01-24 21:46:54 +00:00
Nalin Bhardwaj 1deb482c75 Added DNS servers 2017-01-24 20:08:06 +00:00
Zach Thompson 2113d41a79 calculator: trigger/safe (#3878)
* Update trigger
Use Safe for evaluation with the minimum functions
Removed unnecessary capturing, redundant function calls

* Add some tests

* Remove eval since we don't allow die
Add comment about debugging failed reval

* Add rv2gv from :base_orig to allow compat with Safe 2.35
Remove prtf since that was in :base_orig which was removed

* Remove unneeded opsets
2017-01-24 15:00:37 -05:00
Nalin Bhardwaj 9729a6f9f4 Merge remote-tracking branch 'duckduckgo/master' 2017-01-25 00:55:21 +05:30
Brian Stoner e95d3686c1 Merge pull request #3882 from nalinbhardwaj/minecraft
Minecraft: fence recipe fix
2017-01-24 13:35:10 -05:00