Rico Sta. Cruz
8452e849be
intl-datetime: Add initial WIP
2018-05-10 18:11:03 +08:00
X3ro
fe75136404
Update bash.md
...
Add both stdout and stderr to null
2018-05-10 11:32:08 +02:00
Ed Rodriguez
daa7a0c15e
Update the "every Sunday midnight" example
...
https://crontab.guru/#0_0_*_*_0
2018-05-03 09:17:17 -04:00
Rico Sta. Cruz
810ae09b4e
css-tricks: Format
2018-05-02 09:59:19 +08:00
Rico Sta. Cruz
3fc0bad912
CSS: Format
2018-05-02 09:59:07 +08:00
Rico Sta. Cruz
265faa2759
Change codesponsor.io to codefund.io
2018-04-28 19:30:07 +08:00
Peter Zalewski
ad6f11df46
Fix typo
2018-04-17 11:25:06 -04:00
Rico Sta. Cruz
f8fe256b03
js-fetch: Recommend ES6-style variables
2018-04-17 17:45:52 +08:00
Rico Sta. Cruz
d00d3907c2
Rebuild map files. Yuck
2018-04-17 17:45:41 +08:00
Alexander Svetly
c0e10a8da9
Add options list for yarn install
2018-04-07 13:38:56 +03:00
Tom Arrell
92b16c9132
Fixed incorrect flow type output
...
For an optional property, the property can either be undefined, otherwise must be any value that is not null. The example was showing the incorrect output of a setting the value to null.
2018-04-03 16:56:13 +12:00
raunofreiberg
545c82fc89
[flow] modify minimal example to typing React components
2018-03-29 14:19:18 +03:00
Rico Sta. Cruz
9bb866cf36
Merge pull request #473 from rstacruz/feature/codefund
...
Add codefund.io
2018-03-29 12:47:35 +08:00
Rico Sta. Cruz
ca497467d8
Update critical path CSS
2018-03-29 12:42:15 +08:00
Rico Sta. Cruz
8ac84ed648
Update styles for the Codefund box
2018-03-29 12:41:32 +08:00
Rico Sta. Cruz
38e1b6a2f7
Fix codefund enabled parameter
2018-03-29 12:34:20 +08:00
Rico Sta. Cruz
2d19d4562b
Fix newline
2018-03-29 12:23:24 +08:00
Rico Sta. Cruz
841aa1bef9
Initial implementation of Codefund.io
2018-03-29 12:21:30 +08:00
Rico Sta. Cruz
a06bd69d34
Merge pull request #463 from raunofreiberg/patch-1
...
[react] [docs] make React.Fragment example more clear
2018-03-26 11:47:41 +08:00
Rico Sta. Cruz
d8c2eab787
Update react.md
2018-03-26 11:47:31 +08:00
Rico Sta. Cruz
802b169005
Merge pull request #465 from RaphaelWimmer/patch-1
...
correctly describe "$*", remove incorrect "$%"
2018-03-26 11:46:14 +08:00
Rico Sta. Cruz
f6a0140e1d
Merge pull request #470 from yonasstephen/master
...
Add more psql commands
2018-03-26 11:45:54 +08:00
Rico Sta. Cruz
96e1e9115a
Remove prettier-standard; add prettier
2018-03-26 11:38:39 +08:00
Yonas
7e1a7a98e2
Fix placeholder description
2018-03-23 16:15:23 +08:00
Yonas
f04327d1c5
Add more basic psql commands
2018-03-23 16:13:30 +08:00
Rico Sta. Cruz
f835036173
Merge branch 'pr-467'
2018-03-23 08:03:07 +08:00
Rico Sta. Cruz
c9e4607338
macos-mouse-acceleration: fix nesting
2018-03-20 18:57:15 +08:00
Rico Sta. Cruz
28c5a8f314
New macOS category
2018-03-20 17:55:17 +08:00
Greg Harrison
f091d64f34
Added Examples for Trim
...
Trim is kind of an ambiguous term, figured a few examples would help!
2018-03-19 10:26:52 -04:00
Raphael Wimmer
1524edc13b
correctly describe "$*", remove incorrect "$%"
...
As documented in the [GNU Make manual](https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html ), `$%` is only used for files within archive files (which is a feature rarely used in my opinion). The automatic variable `$*` represents the matched part in implicit rules (%.o: %.c), e.g., "foo" for "foo.c".
2018-03-19 11:35:22 +01:00
raunofreiberg
c9dc91a3b3
[react] [docs] improve wording of fragments example
2018-03-19 11:16:55 +02:00
raunofreiberg
ed9ff3ca12
[react] [docs] add React.Fragment example to new features
2018-03-19 11:07:12 +02:00
Rauno Freiberg
a209d9ac87
[react] [docs] make React.Fragment example more clear
...
IMHO, the previous example leads people to confusion in thinking that returning a element with a `<div>` and `<React.Fragment>` are equivalent, yet they aren't. This should clarify things up a bit and accentuate the difference.
2018-03-19 10:43:23 +02:00
Rico Sta. Cruz
3e1d6d425a
dockerfile: fix syntax highlighting
2018-03-19 15:40:58 +08:00
Rico Sta. Cruz
65dee86302
applescript: enable syntax highlighting ( #238 )
2018-03-19 12:09:42 +08:00
Rico Sta. Cruz
2d4fcfc80c
ph-food-delivery: Update Jollibee phone number
2018-03-18 12:30:47 +08:00
Rico Sta. Cruz
e55711d953
nocode: formatting update
2018-03-17 17:04:18 +08:00
Rico Sta. Cruz
a4a86f8369
nocode: new cheatsheet
2018-03-17 17:02:19 +08:00
Rico Sta. Cruz
41d2baa052
Merge branch 'pr-413'
...
* pr-413:
es6: shorten destructuring example
Use consistent single quotes
Add default values example for destructured function arguments
2018-03-17 13:33:22 +08:00
Rico Sta. Cruz
6c21eb39c0
es6: shorten destructuring example
2018-03-17 13:33:08 +08:00
Rico Sta. Cruz
62cac77954
docker-compose: touch
2018-03-17 13:31:36 +08:00
Rico Sta. Cruz
059987a752
Merge branch 'pr-414'
...
* pr-414:
docker-compose: update formatting
docker-compose: fix indentation
Added build from dockerfile using docker-compose
Added bests pratices and util cmds for dockerfile
2018-03-17 13:30:55 +08:00
Rico Sta. Cruz
f1c0667e6d
docker-compose: update formatting
2018-03-17 13:30:02 +08:00
Rico Sta. Cruz
eceeeadb12
docker-compose: fix indentation
2018-03-17 13:28:27 +08:00
Rico Sta. Cruz
9db2da0bee
Merge pull request #403 from TorzuoliH/patch-1
...
Update angularjs.md
2018-03-17 13:26:54 +08:00
Rico Sta. Cruz
7e6f7293cd
Merge branch 'pr-347'
...
* pr-347:
elixir: shorten some sentences
fix concat result
Add Case control flow structre and remove css class
2018-03-17 13:26:04 +08:00
Rico Sta. Cruz
ba6239e7e9
elixir: shorten some sentences
2018-03-17 13:25:56 +08:00
Rico Sta. Cruz
b576feb9fa
Travis: force rebuilding
2018-03-17 13:16:41 +08:00
Rico Sta. Cruz
042300df32
Travis: build Jekyll incrementally
2018-03-17 13:15:49 +08:00
Rico Sta. Cruz
7ac089b636
Travis: add warning when failing
2018-03-17 13:12:48 +08:00