Rico Sta. Cruz
81bc1c16f5
spacemacs: new sheet
2018-02-16 00:36:40 +08:00
aswin020
e2d2eef9c2
Adding comments section
...
Single line and multi-line comments are added.
2018-02-15 14:53:24 +05:30
Hugo Torzuoli
c621068b96
Update angularjs.md
...
Lint HTML & JS Code
2018-02-13 00:06:00 +01:00
Rico Sta. Cruz
e780580524
wip/spacemacs: reformat prefix style
2018-02-12 20:50:15 +08:00
Rico Sta. Cruz
c5b139759b
Update
2018-02-12 20:39:24 +08:00
Rico Sta. Cruz
fb686bd785
Update formatting
2018-02-12 19:44:25 +08:00
Rico Sta. Cruz
e46ff697ee
wip/spacemacs: update metadata
2018-02-12 19:41:19 +08:00
Rico Sta. Cruz
9847330616
wip/spacemacs: update with more keys
2018-02-12 19:38:05 +08:00
Rico Sta. Cruz
0572eb5d79
wip/spacemacs: new
2018-02-12 15:34:10 +08:00
Rico Sta. Cruz
03f63d7dcc
exunit: add pattern matching
2018-02-12 15:34:00 +08:00
Vse Mozhet Byt
3a5746a4fc
es6: replace http with https + fix #hashes in links
2018-02-11 19:55:22 +02:00
Vse Mozhet Byt
76deb80528
xpath: fix another possible typo and duplication
2018-02-11 19:12:26 +02:00
Vse Mozhet Byt
f6d311aebf
xpath: fix possible typo
2018-02-11 18:38:10 +02:00
M. Peter
b0a536e9e5
fixed cond default
...
The do a cond default you have to use `true ->` instead of `_ ->`
2018-02-09 14:28:32 +01:00
Rico Sta. Cruz
d6365a8ef9
vscode: format tables
2018-02-01 22:52:04 +08:00
Rico Sta. Cruz
d02d6d6eb7
Update Rollbar message
2018-02-01 17:43:35 +08:00
Rico Sta. Cruz
801ac2aa11
Add vscode
2018-02-01 17:43:19 +08:00
Paul Ryley
784299e5d6
Fixed markdown links
2018-01-31 14:38:24 -07:00
Nathanial L. McConnell
d3d95db9ab
Update Keys
...
Add shortcut keys for next character deletion, line cancellation, output paging, external editing, and screen repainting. Add shortcut key for next and change last to previous arguments.
2018-01-31 01:30:49 -06:00
Rico Sta. Cruz
8421454f19
Update codesponsor URL
2018-01-30 21:20:07 +08:00
Rico Sta. Cruz
b75f1bcd18
Merge pull request #375 from PombaM/patch-1
...
Update react.md
2018-01-24 18:02:13 +08:00
pombam
520458e943
Update react.md
2018-01-24 12:45:35 +05:45
Rico Sta. Cruz
6f21603bb7
phoenix-conn: specify that get_req_header returns a list
2018-01-19 18:42:18 +08:00
Rico Sta. Cruz
e556b57688
Merge pull request #354 from meetzaveri/patch-2
...
Update redux.md
2018-01-17 17:03:15 +08:00
Rico Sta. Cruz
0567ba852e
Update redux.md
2018-01-17 17:02:23 +08:00
Rico Sta. Cruz
2a0855a494
Update redux.md
2018-01-17 17:02:09 +08:00
Rico Sta. Cruz
261eae5d3e
Merge pull request #368 from dino-k-29/patch-1
...
Fix spelling of referer
2018-01-17 16:58:46 +08:00
Dino Koutrouzas
6917d92c37
Fix spelling of referer
2018-01-16 00:25:50 +00:00
Rico Sta. Cruz
5052a36567
semver: document partial left/right ranges
2018-01-15 18:23:49 +08:00
Rico Sta. Cruz
5a4a61d077
semver: document hyphenated ranges and combinators
2018-01-15 18:17:50 +08:00
Meet Zaveri
a0bdfe2dd0
Update redux.md
2018-01-08 16:25:55 +05:30
Jannis
0ca267e8e0
Add window navigation commands
2018-01-05 11:07:23 +01:00
Gustavo Gimenez
f81377fb28
fix concat result
2018-01-03 22:12:25 -03:00
Gustavo Giménez
8cd37fc293
Add Case control flow structre and remove css class
2018-01-03 22:01:36 -03:00
Rico Sta. Cruz
c0a545a817
Merge pull request #159 from rizqyhi/sublime-text
...
Add some shortcuts to Sublime text sheet
2017-12-22 23:44:21 +08:00
Rico Sta. Cruz
94346b0abc
Merge pull request #323 from meetzaveri/patch-1
...
Update redux.md
2017-12-22 23:43:38 +08:00
Rico Sta. Cruz
fca7c2001b
Merge pull request #330 from kataras/patch-1
...
Windows quickstart tutorial on CONTRIBUTING.md
2017-12-22 23:43:16 +08:00
Rico Sta. Cruz
0aeb541dbf
Update sponsor message
2017-12-22 15:51:00 +08:00
Gerasimos (Makis) Maropoulos
92c42d59a2
Windows quickstart tutorial on CONTRIBUTING.md
...
Developer notes::Starting a local instance
### Windows
1. Install **Ruby**: https://rubyinstaller.org/
* After the installation check the box and type `3` to select the 3rd option
* Add `C:\msys64\usr\bin` to PATH env variable
* Add `C:\Ruby24-x64\bin` to PATH env variable
2. Install **yarn**: https://yarnpkg.com/en/docs/install#windows
3. Install **jekyll** via command prompt: `gem install jekyll bundler`
4. Install **nodejs && npm**: https://nodejs.org/en/download/
4. Install **webpack** via command prompt: `npm install -g webpack`
5. If you have any issues after installing ruby, like `HOMEPATH` is not defined, then execute the below commands:
```bash
SETX HOMEDRIVE %SYSTEMDRIVE% -m
SETX HOMEPATH \Users\%username% -m
SET HOME=%SYSTEMDRIVE%\Users\%USERNAME%
SETX HOME "%HOME%"
```
#### Start Jekyll and Webpack
Go wherever the project's files are located and open a new command prompt, execute the below commands:
```bash
yarn install
bundle install
SET PORT=4001
yarn run dev
```
2017-12-21 06:33:07 +02:00
Meet Zaveri
e4d93f378d
Update redux.md
...
There was missing ',' literal between two parameters of `connect()` in shorthand
2017-12-14 11:43:25 +05:30
Rico Sta. Cruz
ac5e2d7fde
Bash: fix $? ( #296 )
2017-12-10 19:52:09 +08:00
Rico Sta. Cruz
fd39be3751
Merge pull request #167 from SimoneStefani/bugfix/fix-elif
...
Change elsif to elif
2017-12-10 19:48:53 +08:00
Rico Sta. Cruz
97a5b71ef1
Merge pull request #316 from benjamin-atkin/patch-1
...
add initialization of state to States
2017-12-10 19:48:06 +08:00
Rico Sta. Cruz
2f0b34cd3c
Merge pull request #315 from NathanielInman/patch-1
...
Vim guide - minor wording change
2017-12-10 19:47:46 +08:00
Benjamin Atkin
d7ab72a10c
add initialization of state to States
2017-12-07 13:35:08 -08:00
Rico Sta. Cruz
0c6c42626a
Update pixel positioning
2017-12-07 21:43:12 +08:00
Rico Sta. Cruz
bf730ccd1b
Fix centering in home page, again
2017-12-07 21:39:17 +08:00
Rico Sta. Cruz
3c7b9a392c
Fix centering in home page
2017-12-07 21:35:28 +08:00
Rico Sta. Cruz
0036ee443d
Merge branch 'feature/berry'
...
* feature/berry:
Remove vestegial files
Regenerate critical path assets
Initial implementation of berry.sh
2017-12-07 19:16:11 +08:00
Rico Sta. Cruz
5a04a14f7d
Remove vestegial files
2017-12-07 19:15:27 +08:00