30secondsofcode
aa8b71b0cc
Travis build: 1522 [cron]
2019-10-21 17:08:06 +00:00
30secondsofcode
255614418d
Travis build: 531
2019-10-21 06:10:55 +00:00
Angelos Chalaris
5fed2f7c14
Merge pull request #165 from skatcat31/patch-1
...
[FIX] Remove a link that has become dangerous
Resolves #164
Resolves #162
2019-10-21 09:09:09 +03:00
Robert Mennell
83fbb8ca74
Remove a link that has become dangerous
...
While it may have originally been innocuous, it is now leading to a scam click site
2019-10-20 22:14:27 -07:00
30secondsofcode
a909c51583
Travis build: 1518 [cron]
2019-10-18 17:04:30 +00:00
Gaddeti Rohit Babu
f9d820201b
modified regexp and documentation
...
I think there is no use of using space literal match (/s) in the pattern. So I removed it and updated the snippet and it's document accordingly. Please review it and let me know if I am wrong.
2019-10-18 15:16:19 +05:30
30secondsofcode
cb26e0ba49
Travis build: 1516
2019-10-18 06:34:35 +00:00
Angelos Chalaris
21299045b8
Merge pull request #1035 from RathiRohit/master
...
[FIX] Update hasKey snippet to handle failing scenario and add new tests
2019-10-18 09:32:14 +03:00
Angelos Chalaris
701fdf3f49
Update hasKey.md
2019-10-18 09:31:52 +03:00
30secondsofcode
65942ada58
Travis build: 525
2019-10-17 20:39:22 +00:00
Kai Oswald
9083212f75
[FEATURE] Add snippet for transform/detransform ( #160 )
2019-10-18 07:37:32 +11:00
Rohit Rathi
d85a2dc5d7
Update hasKey snippet to handle failing scenario and add new tests
2019-10-17 23:14:59 +05:30
30secondsofcode
2e17f3a9ec
Travis build: 167
2019-10-17 13:32:41 +00:00
Angelos Chalaris
e0474ed56c
Merge pull request #145 from jucke/fix-typo-in-fibonacci-snippet
...
Fix typo in fibonacci snippet
2019-10-17 16:31:11 +03:00
Jucke
b402a7ef4d
Fix typo in fibonacci snippet
2019-10-17 13:44:23 +01:00
30secondsofcode
29b217e5bc
Travis build: 1513 [cron]
2019-10-16 17:03:22 +00:00
30secondsofcode
ca2c1a51c0
Travis build: 1511
2019-10-16 06:39:13 +00:00
Angelos Chalaris
4b6bce7ac8
Merge pull request #1030 from RathiRohit/master
...
[FEATURE] Add new objectToQueryString utility snippet and it's unit tests
2019-10-16 09:36:35 +03:00
Angelos Chalaris
ac076eeaae
Update objectToQueryString.md
2019-10-16 09:35:02 +03:00
30secondsofcode
cb6661581c
Travis build: 1509 [cron]
2019-10-15 17:03:19 +00:00
30secondsofcode
150f07d6b8
Travis build: 1507
2019-10-15 12:55:58 +00:00
Angelos Chalaris
3c2feceebd
Merge pull request #1032 from 30-seconds/add-hasKey
...
Add a new snippet, hasKey
2019-10-15 15:53:12 +03:00
Angelos Chalaris
5a1f908eab
Add tests for hasKey snippet
2019-10-15 15:50:21 +03:00
Angelos Chalaris
6e3944dd5f
Add haskey snippet
2019-10-15 15:45:13 +03:00
30secondsofcode
7b2bb16a04
Travis build: 163
2019-10-15 12:18:50 +00:00
30secondsofcode
e31eb90c45
Travis build: 1502
2019-10-15 12:18:34 +00:00
Angelos Chalaris
1daa49bea6
Merge pull request #140 from hegdenischay/patch-1
...
Added a degrees-to-radians snippet.
2019-10-15 15:17:18 +03:00
Angelos Chalaris
c7f3a0f982
Update degrees_to_rads.md
2019-10-15 15:16:48 +03:00
Charles Clinton Pustejovsky III
7c737ab9c9
[FIX] Link to 30 seconds of knowledge wasn't working on website ( #1031 )
...
* the link for 30 seconds of knowledge was not working so I dove into this code base and found a working link to a chrome extension being used elsewhere and added that.
* Revert "the link for 30 seconds of knowledge was not working so I dove into this code base and found a working link to a chrome extension being used elsewhere and added that."
This reverts commit c89235da96 .
* fix without formatting changes accidentally introduced with Prettier
2019-10-15 15:15:45 +03:00
Nischay Hegde
d5c6d2d425
Added a degrees-to-radians snippet.
2019-10-15 17:01:11 +05:30
30secondsofcode
2cbe9adc97
Travis build: 159
2019-10-13 20:32:12 +00:00
Angelos Chalaris
9888f1b462
Merge pull request #137 from kshivi99/add-reverse-string-snippet
...
[FEATURE] Snippet that reverses a string
2019-10-13 23:30:45 +03:00
30secondsofcode
4d179b4aff
Travis build: 1499 [cron]
2019-10-13 17:01:37 +00:00
30secondsofcode
293faf083e
Travis build: 1497
2019-10-13 15:37:11 +00:00
Angelos Chalaris
d299301561
Fix broken webber script
2019-10-13 18:34:27 +03:00
Kumar Shivam
cc46571a14
Update snippets/reverse_string.md
...
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com >
2019-10-13 14:59:01 +05:30
kshivi99
4d61891f62
fixed typo
2019-10-13 10:36:38 +05:30
kshivi99
eb4e7c172d
added reverse string snippet
2019-10-13 10:22:28 +05:30
kshivi99
6c8944df90
added new snippet reverse_string
2019-10-13 10:17:04 +05:30
30secondsofcode
88bdc45108
Travis build: 156
2019-10-12 10:16:11 +00:00
Angelos Chalaris
7df05a4634
Merge pull request #134 from lazargugleta/fix/snippets
...
Add most_frequent snippet
2019-10-12 13:14:47 +03:00
Angelos Chalaris
82b8ec08f6
Update most_frequent.md
2019-10-12 13:14:17 +03:00
Lazar Gugleta
907bb89705
fix snippet most frequent
2019-10-12 12:07:20 +02:00
Angelos Chalaris
bd95708f8d
Delete try_else.md
2019-10-12 12:54:06 +03:00
Lazar Gugleta
38529f33c8
add most frequent snippet
2019-10-11 23:40:49 +02:00
Lazar Gugleta
c0781a97c6
add snippet try else
2019-10-11 23:26:36 +02:00
Rohit Rathi
fc8f428f12
Add objectToQueryString utility function and it's unit tests
2019-10-12 01:46:05 +05:30
30secondsofcode
b76e0d7f28
Travis build: 517
2019-10-11 14:19:38 +00:00
Angelos Chalaris
6ff2b7e5a3
Merge pull request #161 from Jeconias/master
...
[FEATURE] Adding simple way to build hamburger button.
2019-10-11 17:17:36 +03:00
Angelos Chalaris
42886e83ed
Update hamburger-button.md
2019-10-11 17:17:10 +03:00