Commit Graph

5488 Commits (df205e2335748e3ab265dafb820eda0330ca82c7)

Author SHA1 Message Date
Nalin Bhardwaj d5f7d14c6e Music Chords: Fixes dark mode SVGs (#4083) 2017-04-12 11:21:45 +01:00
Daniel Davis 3973c837b3 DuckDuckGo Responses: Removed XMPP entry (#4084) 2017-04-12 11:05:00 +01:00
Robert Badea a67bc00ef7 HTML Entities: New HTML Entities Goodie (#4056)
* added html entities goodie

* fixed trigger

* added tests

* fixed review issues

fixed CSS classes, fixed file names, switched from JSON to YML

* fixed tests and file loading

* renamed to camel case

* deleted AsciiTable.pm

* changed to camel case

* Remove extra newlines

* Fix indentation for Beta server

* Use chompContent

* Simplify CSS

* Remove scrolling div

* Fix test

* Switch overflow control to .c-base__content div
2017-04-11 17:41:17 -04:00
Manraj Singh d1e5d9c6f5 ASCII Code: New ASCII Codes Table Goodie (#4042)
* Add: Initialized ASCII Table Goodie

* Update: Fixed content options

* Update: Title added to td tags

* Update: CSS for tables

* Fix: Makes titles more verbose in template

* Update: Tests for Ascii Table added

* AsciiTable: Fix variable name to be more generic

* AsciiTable: Improved testing of IA

* AsciiTable: Chomp the table

* AsciiTable: Add meta source

* AsciiTable: Rename table_rows -> table

* AsciiTable: Use already existing CSS

* AsciiTable: Data now contains Headers

* AsciiTable: Makes template more generic

* AsciiTable: Updated tests for checking table headers

* AsciiTable: Fix required table styling

* AsciiTable: Fix tests

* Use CSS to set chomp height

* Remove table scroll div

* Switch to List template

* Update AsciiTable.t
2017-04-11 15:30:14 -04:00
Rob Emery 394cf054f3 Conversions: kB and kb (and so on) restored! (#4077)
* Conversions: Unphysical units like millibits (mb) and millibytes(mB) should be assumed as mega instead

* Conversions: Now has multiple symbols (case sensitive matches) meaning that Kb and kb both mean kilobits and KB and kB both mean kilobytes :D
2017-04-10 12:01:50 -04:00
PJ Hampton dc12d569c6 Calculator: [Phase 1] Add basic calculator (#4051)
* Phase 1: Add basic calculator

* Updated tests.

* change template name, use base template, prefill calc with answer

* fix test

* Added backlog features.

* Updated js.

* Light refactoring work

* Refactored keycodes.

* Updated C button.

* Rewrote (+/-)% Expressions

* Updated the spacing dertermination

* Added expression to UI by default.

* Update tests.

* Updated formatting.

* Rewrite percent queries.

* Pushing updated codebase.

* Add calculator as trigger word

* Update tests for new triggers

* Stop initializing expression if 0

* add precision support to math eval object.

* Removed scientific buttons / history for Phase 1

* Updated math type.

* Prevents duplicate OPERADNS

* Add duplicate functionality.

* Updated unicode.

* Removed es6 feature.

* Stop first entry being an operand.

* Add operator flipping.

* Added Precision support.

* Handle numpad operator keys

* Set and maintain focus, Improved event handling

* Bind click handler in loop, stopPropgation of keydown

* Cleanup trailing spaces

* Fixed broken assignment.

* Prevent multiple commas.

* Fixed calculator stalling when trying to enter a new operator

* Initial refactor.

* Refactored out expression array.

* Refactored out display var.

* reintroduced matheval object for precision.

* Cleaned up formatting.

* Removed commify.

* Removed positioning for mobile display.

* Don't set focus on Calc automatically when displayed

* Add touchstart support.

* Prevent zooming.

* ensure button text is not selectable

* Add right borders to calc, ensure same border colour

* Cleanup code style

* Only apply hover state css to desktop
2017-04-06 16:40:56 -04:00
Andrey Pissantchev 5ff250cab1 Remove use of several vars on global scope (#3363)
* remove use of is_mobile and is_mobile_device globals

* fix undeclared bbox variable
2017-04-05 18:40:24 -04:00
Rob Emery b6e1bd858e Conversions: Case sensitive Units/Symbol handling (#4021)
* NumbersRole: Despite the role being case insensitive, the number_style_regex isn't! Adding failing test

* NumbersRole: Fixing indentation

* Conversions: Adding tests around implicit case insensitivity in current implementation

* Conversions: Moved all case insensitive behaviour into the handle query so it's explicit rather than relying on query_lc to do the work for us

* Conversions: Adding symbol definitions for case sensitive handling

* Conversions: Fixing markup

* Conversions: UTF8 with BOM on ratios and adding symbol as a trigger

* Conversions: Symbol is now used (case sensitive) to match for factors

* Conversions: The test 'BTU to KwH' should fail (this isn't a unit), however it was causing a division by zero as get_matches wasn't finding a match and this condition wasn't handled correctly

* Conversions: Typo! KwH shouldn't trigger

* Conversions: Tests involving symbols now need to be correct according to SI

* Conversions: Tests around "oz" that should be interpreted as fl oz if the answer should unambiguously be a volume

* Conversions: Will handle ambiguity around oz for more units

* Conversions: Uncommenting tests around digital storage units and fixing them so they're actually correct
2017-04-05 18:39:19 -04:00
Philip Kirkbride fde4c824d3 Short versions for save to be consistent with -g (#4044) 2017-04-02 16:26:41 +02:00
Kenny Ballou 136b2b7ed5 AWM Cheat Sheet: Update source url (#4037)
The current URL "works", but it's a redirect. It should use the new URL
in case the redirect is later removed.

This fixes #4036.
2017-04-02 16:23:59 +02:00
Omar Emad 738d80bf49 EnglishPremierLeagueCheatSheet: Update the participated teams. (#4007)
* Updated English Premier League Cheat Sheet.

Removed the relegated teams after the 2016 season and added the promoted teams from Championship

* Update epl.json

* Update epl.json
2017-04-02 16:21:45 +02:00
Daniel Davis f2d4466d3b Quack & Hack cheatsheet: Updated links to HTTPS (#4049) 2017-03-27 12:50:27 +01:00
Daniel Davis 152d24ee08 Quack & Hack cheatsheet: Updated meetup.com URL (#4048) 2017-03-27 12:27:08 +01:00
Philip Kirkbride 7e44558ec6 Linux Cheat Sheet: Make use of capitalization & period consistent (#4047)
Linux Cheat Sheet: Make use of capitalisation & period consistent
2017-03-26 18:33:39 +01:00
Philip Kirkbride a7ec0144c1 Add installation command for arch linux (#4043) 2017-03-26 04:41:17 +05:30
Zaahir Moolla bc584ea6f5 switch back to handling data obj as array (#4034) 2017-03-24 09:39:51 -04:00
Zaahir Moolla c94e096e9c remove console.log 2017-03-23 16:18:13 -04:00
Zaahir Moolla b0006f1d5b Goodie: Pass GoodieBundle version from Perl to JS to fix audio asset loading (#4031)
* Pass Goodie Bundle version from Perl to JS for asset loading

* correct usage of ops.data
2017-03-23 14:51:34 -04:00
Zaahir Moolla 93f6ad141b rename timer_goodie to timer (#4030) 2017-03-23 14:32:56 -04:00
Ben Moon de98ce988b Port Timer to Goodies (#2253)
* Add Timer files

* Rename Spice -> Goodie

* Move structured answer into Perl

* Update display

Now working.

I removed the 'isMobile' flag, as 'DDG.device.isMobile' was causing it
to crash, and the mobile display wasn't pretty anyway ("Add Timer" was
wrapping). Instead it will use '+' for both.

* Move time parsing into Perl

This way we can check that parsed values are correct in the tests
easily; it also gives us something sensible to return (the start time in
seconds).

* Fix issue with queries like '5s'

* Fix alarm not being located correctly

It was pointing at 'share/spice'.

* Re-enable mobile text

Fixed the issue with mobile display.

* Integrate changes from Spice #3134

Adds the changes from duckduckgo/zeroclickinfo-spice#3134.

* Integrate changes from Spice #2656

Adds the changes from duckduckgo/zeroclickinfo-spice#2656

* Update ID to 'timer_goodie'

* Ensure time from query is used as default
2017-03-23 12:51:39 -04:00
Zac Pappis 31400c651a added "replace table" to shruggie (#3460) 2017-03-23 13:31:23 +00:00
Shashwat Aggarwal 7f0fec2932 Update providers.yml (#4019)
Fixes #4016: Added public DNS Server's from Freenom World.
2017-03-18 22:57:32 +00:00
Nalin Bhardwaj 7afb399158 Fixes size of unicode dices (#4013) 2017-03-18 00:01:41 +00:00
suvadeet ed9387cf8d Added document writing commands (#3996)
* Added document writing commands

* Updated file per request

* Added additional updates
2017-03-18 03:38:58 +05:30
Karan Sharma ae5570a241 Cheatsheet: Create ggplot2 cheatsheet (#3759) 2017-03-16 22:01:02 -04:00
KAUTH f63b7ad574 New MIPS Cheat Sheet (#3975)
* First Draft

* Update mips.json
2017-03-15 23:03:14 -04:00
Milton Mazzarri 9c3b80e1fe Update IEx cheat sheet to Elixir 1.4.2 (#4012) 2017-03-15 19:16:17 +00:00
Gautam krishna.R 6e3d8adef4 Update words.txt (#3530) 2017-03-14 16:08:55 -04:00
adv16 56ff1d8b84 Fixed typo under switch statement (#4001) 2017-03-10 08:22:31 +00:00
Rob Emery 874850ea66 Conversions: Improving triggering for degrees [cf] (#3993)
* Conversions: Handling `convert 65 degrees c to f`

* Conversions: Improving test coverage around degrees
2017-03-09 12:38:57 -05:00
Gautam krishna.R 34b43ec174 New android views cheatsheet (#3697)
* Create android-views.json

* Update android-views.json

* Update android-views.json

* Update android-views.json

* Update android-views.json

* Update android-views.json
2017-03-09 11:00:11 +00:00
StevenPyle 2117155bf2 New Yeoman Cheat Sheet (#3862)
* Adding cheat sheet for Yeoman basic commands
2017-03-08 17:43:07 +00:00
Manraj Singh 790a0cb203 Fixes JSON Cheat Sheet #3595 (#3602)
* Fixes JSON Syntax errors

* Makes it more readable

* Fixes JSON Array example

* Refines values

* JSON CheatSheet: Reverts few changes

* Removes 'keys' from JSON Value types
2017-03-07 22:30:50 +00:00
Holt Johnson 2116005c74 Remove set width. (#3586) 2017-03-07 21:54:05 +00:00
Rob Emery 308e0675f9 Conversions: Increase significant figures in Scientific Notation (#3917)
* Conversions: The precision (i.e. number of digits after a .) and the significant digits displayed in scientific notation were the same value; there are a few issues with people requesting more accuracy in scientific notation, and none for accuracy

* Conversions: Increasing accuracy of values in tests in-line with new significant figures output

* Conversions: Adding lightyear and lightyears as accepted variants of "light year"
2017-03-07 20:19:36 +00:00
PJ Hampton fd40c3a717 Merge pull request #3979 from DPAUTH/duck1
New DuckPAN Cheat Sheet
2017-03-06 18:25:30 +00:00
PJ Hampton a168580b9a Merge pull request #3587 from akiratk0355/iptables-cheatsheet
New Iptables Cheat Sheet
2017-03-06 17:35:43 +00:00
PJ Hampton 19a3e011b3 Merge pull request #3934 from devarajphukan/master
New dplyr (R) Cheat Sheet
2017-03-06 16:41:28 +00:00
DP AUTH da26aa27a6 DuckPAN Cheat Sheet 2017-03-06 12:26:35 +00:00
cristiano mombello 072daa56af file renamed to bash json as asked 2017-03-06 04:08:31 +00:00
cristiano mombello 8f78bb2e9f small change on bash json file 2017-03-05 17:29:10 +00:00
abadojack 47a26ad89a Add the correct source URL to Tamil cheat sheet 2017-03-04 20:00:50 +05:30
PJ Hampton 4f3657a315 Merge pull request #3700 from karunk/karunk/flexbox-cheatsheet
New Cheat Sheet: CSS Flexbox
2017-03-04 11:04:01 +00:00
PJ Hampton 7d6a7eb1d8 Merge pull request #3840 from danidee10/master
New Cheatsheet: Python Datetime
2017-03-04 11:00:07 +00:00
PJ Hampton 78185e65ae Merge pull request #3919 from Benestar/patch-1
i3 cheat sheet: Unify <Number> key
2017-03-04 10:54:23 +00:00
Nalin Bhardwaj 86d781b0c9 Fixed triggers 2017-02-22 13:54:43 +00:00
Nalin Bhardwaj 8ab748a2e3 Better triggers, added memory complexity, added comb sort, re-arranged in order of popularity 2017-02-22 13:22:45 +00:00
devarajphukan 0d3bb612ad review correction 3 2017-02-19 15:33:41 +05:30
devarajphukan 02304b1a7c review correction 2 2017-02-19 15:32:28 +05:30
devarajphukan d40527879f review correction 1 2017-02-19 15:28:16 +05:30
Shady Tantawy 36d915aee9 New Cheat Sheet: Rails Console (#3951)
* [+] Added rails console cheat sheet

* Update rails-console.json

* Updated aliases

* Capitalised the first letter of val field

* Update rails-console.json
2017-02-18 16:26:34 +05:30
Gautam krishna.R 441ae78ec5 Merge pull request #3948 from adityatandon007/adityatandon/pythoncheatsheet
Fixex #3947 Adds aliases
2017-02-17 21:31:37 +05:30
Aditya Tandon c449a607de removes pycon alias 2017-02-17 13:16:39 +00:00
Gautam krishna.R 4d17cdc293 Merge pull request #3946 from nalinbhardwaj/grep
Grep Cheat Sheet: Adds file and directory options
2017-02-17 12:53:04 +05:30
Gautam krishna.R 9564a6507f Merge pull request #3931 from adityatandon007/adityatandon/sublime3
New Sublime Text 3 Cheat Sheet : Fixes #3929
2017-02-17 12:46:52 +05:30
Aditya Tandon 70fb58f14d Fixex #3947 Adds aliases 2017-02-17 06:02:52 +00:00
devarajphukan 49fdc0ce9f id correction 2 2017-02-17 09:23:04 +05:30
Nalin Bhardwaj d66696caef Added file and directory options 2017-02-16 18:10:59 +00:00
devarajphukan ac8a14fe52 id correction 2017-02-16 16:15:40 +05:30
devarajphukan 74f38c5dc3 content correction 2 2017-02-15 09:52:23 +05:30
Aditya Tandon c0179d2ee6 Changes done as requested 2017-02-13 17:57:09 +00:00
devarajphukan 1fbdde9808 content correction 2017-02-13 21:39:25 +05:30
Gautam krishna.R 35320dc59d Merge pull request #3930 from adityatandon007/adityatandon/sublime
Fixes #3928 Adds alias sublime text2
2017-02-13 21:28:59 +05:30
devarajphukan 8d36af1a26 alias correction 2 2017-02-13 21:18:51 +05:30
devarajphukan 0ddd5fe90d alias correction 2017-02-13 21:14:54 +05:30
devarajphukan 3f6699787f add aliases 2017-02-13 20:31:55 +05:30
devarajphukan 4554ef11bc alias correction 2017-02-13 20:26:26 +05:30
devarajphukan 82cc1ced34 dplyr cheatsheet 2017-02-13 18:05:54 +05:30
Gautam krishna.R 514932b84d Merge pull request #3722 from sriranganathan/c_statements_cheat_sheet
New Cheat Sheet: C Statements
2017-02-13 14:40:52 +05:30
Gautam krishna.R 0f4b87af34 Merge pull request #3921 from itsN1X/patch-1
Update presidents.yml
2017-02-13 00:11:58 +05:30
Aditya Tandon 27fd9ab576 New Sublime Text 3 cheat sheet 2017-02-11 18:25:24 +00:00
Aditya Tandon 58938146f4 New sublime text 3 cheat sheet fixex #3929 2017-02-11 15:20:50 +00:00
Aditya Tandon 917422d3e7 Fixes #3928 Adds alias sublime text2 2017-02-11 12:25:01 +00:00
Zaahir Moolla 14d123ef3c Revert "Dice: Increased dice size" (#3927) 2017-02-10 09:58:44 -05:00
GPhantom 120594f07a [+] Added git remotes 2017-02-08 00:03:14 +02:00
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
Bene 56b41f04bd Unify <Number> key
Now in square brackets and with less/greater signs
2017-02-07 10:33:08 +01:00
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
Daniel Davis 6737cf4d21 Geometry cheatsheet: Fixed cylinder volume formula 2017-02-03 11:17:52 +09:00
Aditya Tandon 23530ddbf2 New IA Wireshark Cheat Sheet 2017-02-02 19:06:26 +00: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
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
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
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
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
Nalin Bhardwaj 8d7b9218fb Minute fix for fence gates 2017-01-24 09:28:10 +00:00
Nalin Bhardwaj b6b0f3566b Fixed regex 2017-01-24 09:22:22 +00:00
Nalin Bhardwaj 064f5b12ec Fixed minecraft-goodie fence recipe 2017-01-24 09:16:51 +00:00
Rob 328f41326f Conversions: Working centigrade conversions 2017-01-22 18:08:20 +00:00
Akansh Gulati 598ea8b6aa enchancement(html-beautifier): Added options and clear button. (#3770) 2017-01-19 11:27:32 -05:00
Gautam krishna.R 13baab5990 Merge pull request #3860 from charles-l/master
tmux_cheat_sheet: Added resize shortcuts (as per requested: #3857)
2017-01-18 02:40:50 +05:30
Aditya Tandon baeefbac84 Added some more constants 2017-01-17 12:04:16 +00:00
Sourav Badami 8d6758e3d5 Removed duplicate listing. (#3859) 2017-01-16 10:58:22 -05:00
laorynas 0198ce5b6b Update window-managers.json 2017-01-14 20:09:49 +00:00
nc 5628326a1a
added resize shortcuts 2017-01-14 09:41:46 -05:00
Gautam krishna.R 4fc83fbe03 Merge pull request #3845 from laorynas/Desktop-Environments
New cheat sheet: Desktop Environments
2017-01-12 01:13:58 +05:30
Daniel Davis e419ac996c Merge pull request #3835 from Hasil-Sharma/apache-hive
New Apache Hive Cheat Sheet
2017-01-09 12:34:58 +09:00
Osaetin Daniel 9378704cee Added new cheatsheet: Python Datetime 2017-01-05 00:03:15 +00:00
Gautam krishna.R da855aa456 Merge pull request #3834 from eye-sigil/discordcombos
New Discord Cheatsheet
2017-01-05 01:22:53 +05:30
laorynas 363325eda3 Update desktop-environments.json 2017-01-02 14:22:20 +02:00
Laurynas Četyrkinas 06c19d5edb New Window Managers CheatSheet 2017-01-02 12:11:25 +00:00
Rob Emery 03b7ddab33 Merge pull request #3844 from gautamkrishnar/fixvim
Vim cheatsheet: fixes#3828
2017-01-01 19:59:39 +00:00
Gautam krishna.R 26abf79453 Merge pull request #3842 from febrezo/master
New advanced search (dork) cheat sheet.
2017-01-02 01:17:08 +05:30
febrezo f8129534ef Change source to DuckDuckGo Syntax 2017-01-01 20:32:02 +01:00
Laurynas Četyrkinas cd95edd922 New Window Managers CheatSheet 2016-12-31 19:11:47 +00:00
febrezo 7e51f6e377 Fix id and description 2016-12-31 17:29:45 +01:00
Laurynas Četyrkinas b76760399b New cheat sheet: Desktop Environments 2016-12-30 22:09:10 +00:00
febrezo 85867ad100 Commit comments by reviewers in #3842 pull request. 2016-12-30 22:16:09 +01:00
Gautam krishna.R dc69384a87 update vim cheatsheet 2016-12-30 15:12:29 +00:00
Gautam krishna.R 42d7e2d649 Update triggers.txt 2016-12-30 20:29:50 +05:30
i3visio bec2cec9f3 Add an advanced search (dork) cheat sheet. 2016-12-29 21:16:07 +01:00
Gautam krishna.R 882fc9cfac Update triggers.txt 2016-12-26 22:22:20 +05:30
Gautam krishna.R 027d79797f Merge branch 'master' into gautamkrishnar-patch-2 2016-12-26 16:48:21 +00:00
Hasil Sharma f55aee2b1b Added Missing Semicolon & fixed syntax issues 2016-12-26 16:04:15 +00:00
Hasil Sharma f30156d781 Fixed Indentation 2016-12-26 15:52:13 +00:00
Gautam krishna.R ad2ef511d1 Merge pull request #3802 from mwmeyer/capybara-cheatsheet
New Capybara Cheatsheet
2016-12-25 22:52:31 +05:30
Gautam krishna.R 4f4201c4be Update triggers.txt 2016-12-25 22:43:45 +05:30
Gautam krishna.R d156a5a6a1 added additional triggers... 2016-12-25 22:42:35 +05:30
Gautam krishna.R 86f1f3a7a8 Merge pull request #3837 from Hasil-Sharma/fix-linux-cheatsheet
LinuxCheatSheet: Added Unix as one of the alias
2016-12-25 22:31:57 +05:30
Gautam krishna.R 21291369a3 Merge pull request #3823 from vduddu/johntheripper
New Cheat Sheet: John the Ripper
2016-12-25 22:26:22 +05:30
Vasisht Duddu 75de4b767f Update johntheripper.json 2016-12-25 21:36:27 +05:30
Hasil Sharma ab67af437f Added Unix as Alias 2016-12-25 09:42:02 +00:00
Gautam krishna.R 7e760f5934 added `json linter` 2016-12-25 05:14:48 +05:30
Gautam krishna.R 2348e793e9 Merge pull request #3820 from Hasil-Sharma/mvn-cheat-sheet
New Cheat Sheet Apache Maven Goodies
2016-12-25 01:58:13 +05:30
Gautam krishna.R 705ff28f79 Update triggers.txt 2016-12-25 00:13:39 +05:30
Hasil Sharma ed5af3960f New Apache Hive Cheat Sheet - Fixes#3832 2016-12-24 06:28:00 +00:00
taci turasa ae72cfd80b Addition of Discord Cheatsheet 2016-12-23 19:53:55 +00:00
Gautam krishna.R f38849258a fixing typo 2016-12-23 23:43:16 +05:30
Gautam krishna.R 95c5b2c212 Merge pull request #3829 from duckduckgo/zaahir/syntax-cheatsheet-improvement
DuckDuckGo Syntax Cheat Sheet: Add alias
2016-12-23 23:33:44 +05:30
Zaahir Moolla 6f0b4d9ac7 Use _event_ placeholder in answer as well 2016-12-21 14:48:21 -05:00
Zaahir Moolla fea8bced18 Add CSS to increase title font size 2016-12-21 14:27:52 -05:00
Zaahir Moolla e1681517ad add back article; Use placeholder to genereate triggers with and without article 2016-12-21 14:27:22 -05:00
Zaahir Moolla ac669718b0 rephrase question as answer in subtitle 2016-12-21 13:57:46 -05:00
Zaahir Moolla 3be0d41cfb Update duckduckgo-syntax.json 2016-12-21 11:56:32 -05:00
Zaahir Moolla b56b68923f refactor to improve flexibility; more declarative yaml 2016-12-20 15:09:06 -05:00
Zaahir Moolla 26709bf4ad Create new HistoricalEvents Goodie 2016-12-20 13:35:27 -05:00
Vasisht Duddu 66d947b462 Update johntheripper.json 2016-12-20 19:30:40 +05:30
Vasisht Duddu 122098fefd Update johntheripper.json 2016-12-20 15:26:29 +05:30
Vasisht Duddu e13a7de032 New Cheat Sheet: John the Ripper 2016-12-20 09:43:24 +00:00
Hasil Sharma b3af06eb9e Fixed Indent 2016-12-19 18:49:38 +00:00
Hasil Sharma 22557846a1 New Cheat Sheet: Apache Maven 2016-12-17 08:12:05 +00:00
Sahil Dua 3cbcaeaeb0 JupyterCheatSheet: Fix sourceUrl
Changes spaces in sourceUrl to hyphens
2016-12-15 23:23:45 +01:00
Manraj Singh 190fd4444c CSS Animations Goodie (#3424)
* Base created

* YML File Updated

* Codepen logo added

* Logo renamed | urls added

* Initial version added

* Removes unwanted CSS

* Remove codepen logo

* Removes cssanimations.js

* Restructuring things

* Fixes bareword test file issue

* Test File fixed

* CSS Tricks Demos added

* Changes to tile and data

* Title added and styled

* Adds 2 demos to Goodie

* Fixes margin between title and demo

* Modularizing demos

* CSS Animations: Makes code more modular

* Data YML updated

* Fixes no file exist issue

* Minor changes in test file

* Fix: Reduces width of tile, fixes animation overflows

* Feature: CodePen AutoPen Generation added

* Fix: Test File fixed

* Add: Proportional Animations

* Add: Changing transform-origin mid-animation

* Add: Negative transform-origins

* Add: Box shadow magic

* Fix: Fix conflict in CSS

* Update: Removes unnecessary keys

* Fix: Warnings and errors for https

* Fix: Fixes text in demo 1

* Formats: Formats all CSS Stylesheets

* Fix: Handles unnecessary triggering

* Fix: Handles if variables are undefined

* Adds: Adds more test cases

* Fix: Moves logic to a separate sub routine

* Fix: Removes external resource usage
2016-12-15 15:09:55 -05:00
Sayan Goswami cceafc1fde New Bitwise Ops IA (cheatsheet) (#3752)
* bitwise ops intial commit

* changed alias

* Update bitwise-ops.json

* lowercase alias

* Updated description, source, added <<<.

* zero fill right shift changes

* Update bitwise-ops.json

* Expanded MDN
2016-12-15 14:28:23 -05:00
Hasil Sharma 9d699e9b6a Added Code Block To Keys 2016-12-12 17:46:58 +00:00
Hasil-Sharma 61c29e11ba Renamed File and Removed Trigger Word 2016-12-11 07:06:13 +00:00
Hasil-Sharma 3feb0a8c9a More shortcuts 2016-12-10 12:17:02 +00:00
Hasil-Sharma f826a23fbf Jupyter/Ipython Notebook Cheat Sheet 2016-12-10 11:39:24 +00:00
Matthew Meyer eb85050ef1 update section capitalization 2016-12-09 00:53:55 +00:00
Zaahir Moolla 2a0fd8bc5e Revert "NameDays: Rename Czech_Republic to Czechia, new official short name" 2016-12-08 18:36:01 -05:00
Matthew Meyer 76e308ea8d New Capybara Cheatsheet 2016-12-07 23:37:05 +00:00
Daniel Davis c77f9b2826 Merge pull request #3778 from HansTheRisk/spring-annotations-cheat-sheet
New Spring Annotations Cheat Sheet
2016-12-05 17:28:35 +09:00
Brian Stoner 126b6940c5 Merge pull request #3331 from rahiel/fix-tor-link
DuckDuckGo: fix link to Tor onion service
2016-12-04 11:15:07 -05:00
Aleksandar Todorović (r3bl) f315e543f9 Fixes #3791 (bug in PostgreSQL cheat sheet) 2016-12-02 11:09:56 +01:00
Zaahir Moolla 70970e6b86 Rename Czech_Republic to Czechia, new offical short name (#3790) 2016-12-01 01:15:33 -05:00
Willy Aguirre 2a8679816f added play framework v1.4 command line cheat sheet (#3783) 2016-11-28 21:07:40 -05:00
cjc77 5fe2489f20 Update ssh.json
Removed 2 repeated lines:

      {
        "val": "Launch a local x11 session for a given application",
        "key": "ssh -X user@remotehost.com \"xterm\""
      },
2016-11-27 00:13:58 -08:00
Mateusz Sliwinski e1fb06762b Small fix 2016-11-24 14:46:42 +00:00
Gautam krishna.R c3f2ba2c1a Merge pull request #3780 from ayush1095/master
Fixes 3755: escaping braces
2016-11-24 00:56:21 +05:30
Mateusz Sliwinski 095d56b23a First push 2016-11-23 16:16:10 +00:00
Gerald Stewart 0f3f52190c SQL: AS and UNION duplicate removal (#3777)
* Fixed SQL cheat sheet ADD and UNION duplication

* Fixed issue with JSON not being valid

* Fixed syntax
2016-11-23 21:08:04 +05:30
Abhishek Verma b78f2a5c46 New Flex cheat sheet (#3765)
* flex.json - Abhishek Verma

* Fix: typo

* Fix: space

* Check

* Changes

* Update flex.json
2016-11-23 14:15:24 +05:30
Sahil Dua 6eb99f45a6 JSONValidator: Add 'jsonlint' keyword as trigger word 2016-11-20 21:43:40 +01:00
alexroot- b34a380cc7 New Qt Creator Cheatsheet (#3756)
* [+] added qt-creator cheat sheet

* [+] added missing keys in Quick open panel

* [*] fixed description

* [*] fixed special characters

* [*] fixed special characters
2016-11-20 22:55:46 +05:30
Ayush 4423ce1608 Fix typo: jinja cheat sheet 2016-11-19 23:06:47 +05:30
Gautam krishna.R ed1242ec1c Merge pull request #3717 from sriranganathan/fix_3516
Arch Linux Cheat Sheet: Add more aliases and Remove general commands section
2016-11-17 09:45:12 +05:30
Sahil Dua 2868a41a99 JSONValidator: Add option to choose indentation in formatted output (#3714)
* JSONValidator: Add options to select number of spaces in indentation

* JSONValidator: Add logic for using the number of indentation selected

* JSONValidator: Fix CSS to make some margin below radio buttons

* JSONValidator: Change class name for consistency in CSS

* JSONValidator: Improve new feature of adding tabsize options

- Changed radio options to select options
- Added more options of indentation, included tab option
- Used proper classes according to DDG stylesheet
2016-11-16 14:57:10 -05:00
Ayush b7ce2405a8 escaping braces 2016-11-16 22:53:03 +05:30
122131 bc6055b1aa Minecraft: Add minecraft 1.11 recipes (#3753) 2016-11-16 15:07:04 +00:00
Ankush goyal d7e7277244 Japanese Cheat Sheet : moved to languages folder
Japanese Cheat Sheet : moved cheatsheet to languages folder
2016-11-16 13:51:36 +05:30
ayush kumar sinha 182076f6d2 Added Jinja Cheat Sheet (#3750)
squashed commits
2016-11-16 13:42:45 +05:30
Sahil Dua ae2096d47a Merge pull request #3734 from duckduckgo/gautamkrishnar-patch-1
Libre office cheatsheet: Fixed wrong information
2016-11-15 08:07:56 +01:00
Karan Sharma d34031cedd Add extra info in cheatsheet 2016-11-13 10:29:24 +00:00
Gautam krishna.R a3c4a01d98 fixed bug 2016-11-13 09:48:04 +00:00
biscuitNinja b58942493d Drop sections that don't add huge value - tranche 1 2016-11-10 13:23:53 +00:00
biscuitNinja a85059baa2 Merge remote-tracking branch 'upstream/master' into visualStudioCheatSheet 2016-11-10 12:55:00 +00:00
Sahil Dua 8b7f8fc705 Merge pull request #3684 from saurabhkapur/regex1
New cin and cout Library File Cheat Sheet
2016-11-08 11:52:26 +01:00
sriranganathan 16e5d5586f Add brief Descriptions for selection statements and labels 2016-11-06 22:10:52 +00:00
saurabhkapur 238893920c changes 2016-11-06 14:17:06 +00:00
Gautam krishna.R 0e8ba0a075 Merge pull request #3675 from kumarankit0411/urllib_cheat_sheet
New cheatsheet: urllib
2016-11-06 18:46:00 +05:30
saurabhkapur cd59de8019 cheatsheet name changed 2016-11-05 11:54:07 +00:00
斟酌 鵬兄 c1c70bf7db Should disable spellcheck
Most words in JSON files are mostly non spellcheck-able. Those red underlines are somewhat distracting.
2016-11-03 16:43:17 +08:00
Sahil Dua dac6d8b0a2 Merge pull request #3721 from amarlearning/amarlearning-selenium-sheet-sheet
New Cheat Sheet : Selenium
2016-11-01 00:02:09 +01:00
Amar Prakash Pandey 6bfe511e24 Update selenium.json 2016-11-01 04:10:42 +05:30
Amar Prakash Pandey 2ad98bd705 selenium changed to "Selenium WebDriver" 2016-11-01 03:29:12 +05:30
Rob Emery 3160f6a67b Merge pull request #3724 from lakshmanaram/C_data_types_cheat_sheet
new C Data Types cheat sheet
2016-10-31 18:11:55 +00:00
Gautam krishna.R 58d07c8ab7 Merge pull request #3718 from nalinbhardwaj/master
New Latex CheatSheet
2016-10-31 22:16:40 +05:30
lakshmanaram n 27306a9d67 changes int description 2016-10-29 21:42:35 +00:00
sriranganathan aa622bfcd6 Add brief description about statements 2016-10-29 17:29:02 +00:00
lakshmanaram n 3383d85d12 adds void type 2016-10-29 08:11:11 +00:00
Gautam krishna.R 6ce4575caf Merge pull request #3667 from Sayan98/whitespace_cheat_sheet
Whitespace cheat sheet
2016-10-29 02:04:13 +05:30
lakshmanaram n d984323193 changes cheat sheet type 2016-10-28 19:09:52 +00:00
Amar Prakash Pandey 342587dda6 changes requested 2016-10-28 23:10:45 +05:30
lakshmanaram n a4ccb7fbb7 fix typos in range 2016-10-28 17:02:42 +00:00
lakshmanaram n 4a9ee15aea C data types cheat sheet 2016-10-28 16:55:22 +00:00
sriranganathan 815da0d3d8 Add C Statements Cheat Sheet 2016-10-27 23:07:00 +00:00
Amar Prakash Pandey 4df091c710 Fixing travis error 2016-10-28 00:13:16 +05:30
Amar Prakash Pandey 7c2f2189a6 properly intended! 2016-10-27 23:59:08 +05:30
Amar Prakash Pandey 33201cc112 selenium cheat sheet 2016-10-27 18:23:20 +00:00
Nalin Bhardwaj f1db10464b Corrected description 2016-10-26 20:11:19 +00:00
Akansh Gulati e9c9456f98 New SASS to CSS IA (#3635)
* Added the SasstoCSS library

* Started with IA

* updated the goodie var

* Updated the classes to handlebar

* Updated the URL

* Updated the test file

* Updated the cdn of sass library

* Updates on format of IA

* fix(sass_to_css): Updated the url of the library.

* fix(triggers): Updated the tests and pm file.

* fix: Updated the file to remove ID param.

* fix(sass.js): Updated the code for synchronous sass compile.

* fix(sass_to_css.js): Load library when data is actually entered.

* fix(layout): Updated the layout of buttons.
2016-10-26 13:25:45 -04:00
Nalin Bhardwaj 54fbc0f249 Added latex cheat sheet 2016-10-26 16:35:22 +00:00
sriranganathan 948b26b24d Add more aliases and Remove general commands section
- Change Name and Description
- Add aliases for distros that use pacman
- Remove general commands sections
2016-10-26 15:44:37 +00:00
Vikash 4e12f11b31 Fix CI warnings 2016-10-26 21:02:58 +05:30
Akansh Gulati 9ce00a9e8e New JS Beautifier Goodie (#3640)
* Js Beautifier

* fix(js_beautifier.js): Updated the library URL to internal.

* fix(triggers): Added more triggers.

* fix(triggers): Added a few more triggers and tests.
2016-10-21 10:24:15 -04:00
Akansh Gulati c95afc52f7 New Html beautifier Goodie (#3658)
* Template Created

* Added the HTML beautifier files

* Updated the code

* Renamed the files

* Added more triggers and updated test file

* fix(html-beautify): Updated the url of library.

* fix(html_beautify): Added global scope to method.
2016-10-21 10:18:11 -04:00
Gautam krishna.R 9d0fee92e2 Merge pull request #3661 from sahildua2305/sublimetext-json-formatting
SublimeText Cheat Sheet: Proper JSON formatting
2016-10-21 17:28:23 +05:30
saurabhkapur 099e1933a7 changes 2016-10-21 06:18:40 +00:00
Sahil Dua bb53440372 JSONValidator: Change default indentation to 4 spaces (#3660)
Changing indentation to 4 spaces because that's more common instead
of 2 spaces
2016-10-20 20:45:48 -04:00
saurabhkapur c56d8bca35 updated 2016-10-20 19:54:46 +00:00
Gautam krishna.R 5a6b1028d4 Merge pull request #3623 from WouterJanson/patch-1
Apple Mac OS Cheat Sheet: Add macOS as alias.
2016-10-20 14:32:35 +05:30
Yash Sharma 07f9c115f1 New Medieval 2 Total War Cheat Sheet (#3677)
* Add Medieval 2 Total War Cheat Sheet

* remove periods from val fields
2016-10-20 14:25:32 +05:30
Gautam krishna.R 88409b0b57 Merge pull request #3704 from duckduckgo/sahildua2305-fix-numpy-doc-link
NumpyCheatSheet: Change 'More at' link to official one
2016-10-19 22:43:36 +05:30
Rob Emery 1de5513d52 Merge pull request #3636 from kumarankit0411/fix_array_sorting
Array sorting cheat sheet: Fix typos and add more sorting techniques
2016-10-19 17:33:48 +01:00
Karun Kalaivanan 0171efe73d flexbox cheatsheet - removed periods 2016-10-19 13:08:18 +00:00
Daniel Davis f4006a28bd Merge pull request #3663 from akanshgulati/latex-issue
Removed the explicit color property from Latex IA
2016-10-19 11:14:42 +09:00
Sahil Dua bda7f50e04 NumpyCheatSheet: Change 'More at' link to official one
Changed sourceURL to https://docs.scipy.org/doc/numpy/reference/ from
https://ipgp.github.io/scientific_python_cheat_sheet/#numpy-import-numpy-as-np
2016-10-19 00:10:29 +02:00
Naseef AR c51df18a07 New Sinhala cheat sheet (#3562)
* New Sinhala cheat sheet

* Update sinhala.json

* Update sinhala.json

* Update sinhala.json
2016-10-18 15:35:25 -04:00
Rob Emery 318d91272b Merge pull request #3695 from tricinel/tricinel/yarn-cheat-sheet
New Yarn Cheat Sheet
2016-10-18 17:42:19 +01:00
akumar-singh f1056ce39d Fixed casing consistency 2016-10-18 07:23:17 +00:00
Sayan Goswami b9bc6b930e Updated description. 2016-10-17 20:11:20 +05:30
Sayan Goswami 37ab516bbf Most compact and to the point desciption. Ever! 2016-10-17 19:01:49 +05:30
Gautam krishna.R 1cebe59a84 Merge pull request #3698 from prabhakar267/docker-cheatsheet-fix
DockerCheatSheet : updated according to the official docs
2016-10-16 21:43:16 +05:30
Karun Kalaivanan ac99c6e13f flexbox cheatsheet - removed uppercase in alias 2016-10-16 11:33:42 +00:00
Karun Kalaivanan d6f288836a flexbox cheat sheet modified 2016-10-16 11:12:15 +00:00
Karun Kalaivanan 0fd2f9a4c8 new flexbox cheat sheet 2016-10-16 11:02:46 +00:00
Karun Kalaivanan 7285b9f5c2 new flexbox cheat sheet 2016-10-16 11:02:09 +00:00
Gautam krishna.R fa80b0a0b5 Merge pull request #3679 from ankushg07/adobe
Adobe Flash Cheat sheet : Alias added
2016-10-16 09:41:59 +05:30
Gautam krishna.R 036175b79a Merge pull request #3687 from AdiChat/javaDoc
New JavaDoc cheat sheet
2016-10-16 09:14:16 +05:30
Prabhakar Gupta 7dbb8333de docker_cheat_sheet : metadata corrected 2016-10-15 22:32:41 +00:00
Prabhakar Gupta 99d27ed73e docker cheat sheet corrected according to official docs 2016-10-15 22:02:27 +00:00