Go to file
Zaahir Moolla 3c784f2582 Calculator: Mobile CSS, Corrected Trig Functionality (#4087)
* Enable history panel on mobile

* Namespace CSS rules, remove trailing spaces

* namespace all css rules

* cleanup indentation

* remove pete's css hacks

* Namespace additional css rules

* left align calculator with search box

* Implement full width mobile UI

* remove unused css

* remove unused ids

* Beter handling of history col for small screens

* Switch back to using on methd

* Fix trig regex and evaluation, remove precision

* Ensure subtitle overflows on left, prevent history item overflow

* Prevent subtitle text from being clipped

* Remove evalmath obj

* Updated conditional

* Add support for numpad period

* Fixed on start clear.

* Add postfix detection. Fixed infinity ledger.

* Removed Factorial BigNum hacks.

* Removed unnessesary code introduced.

* Fixed shift / clear issue.

* Remove undefined key strokes.

* Fix pi in exponents.

* Make return consistent.

* Fix broken history

* Apply user-select rules to desktop and mobile

* cleanup trailing spaces, commented out css

* Fix backspacing issue with operands.

* Remove console logs
2017-04-13 13:06:53 -04:00
.github Update PULL_REQUEST_TEMPLATE.md 2017-04-13 13:06:13 -04:00
lib/DDG Calculator: [Phase 2] Add Scientific calculator (#4067) 2017-04-12 15:31:12 -04:00
share/goodie Calculator: Mobile CSS, Corrected Trig Functionality (#4087) 2017-04-13 13:06:53 -04:00
t Calculator: [Phase 2] Add Scientific calculator (#4067) 2017-04-12 15:31:12 -04:00
template Merge pull request #3337 from duckduckgo/gd/cheat-sheet-template 2016-07-07 11:34:44 -06:00
.gitignore gitignore metadata 2015-02-12 13:23:57 -05:00
.travis.yml try forcing a single process for readability 2016-03-01 16:41:48 -07:00
CONTRIBUTING.md updated contributing.md 2016-08-30 11:01:49 -04:00
LICENSE Vanilla LICENSE file, no modifications. 2015-01-19 22:30:05 +01:00
README.md REPO: Removed Prog Mission info from README. (#3997) 2017-03-14 15:20:06 -04:00
dist.ini remove line 2016-12-20 13:27:08 -05:00

README.md

Build Status

Welcome to DuckDuckHack!

We're a community of open source developers from around the world, contributing code to improve the DuckDuckGo search engine.

How to contribute

What are Goodie Instant Answers?

Goodies do not retrieve data from a third party API. Goodies provide their results entirely through server-side code. They may use a static data file stored on DuckDuckGo's server, but they do not call external resources.

Example: JavaScript Minifier Goodie

javascript minifier search

Resources