$ rails g model User
belongs_to
has_one
| ANSI_X3.4-1968 ANSI_X3.4-1986 ASCII CP367 IBM367 ISO-IR-6 ISO646-US ISO_646.IRV:1991 US US-ASCII CSASCII | |
| UTF-8 | |
| ISO-10646-UCS-2 UCS-2 CSUNICODE | |
| UCS-2BE UNICODE-1-1 UNICODEBIG CSUNICODE11 | |
| UCS-2LE UNICODELITTLE | |
| ISO-10646-UCS-4 UCS-4 CSUCS4 | |
| UCS-4BE | |
| UCS-4LE | |
| UTF-16 | |
| UTF-16BE |
| #!/usr/bin/env python | |
| import cookielib | |
| import json | |
| import mechanize | |
| ##### | |
| GOOGLE_USER = '[email protected]' | |
| GOOGLE_PASS = 'your-password' | |
| ##### |
| - var elementName = ''; | |
| block vars | |
| polymer-element(name="#{elementName}") | |
| block element |
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
| 作: | @voluntas |
|---|---|
| バージョン: | 1.0.1 |
| URL: | https://voluntas.github.io/ |
2015 年 1 月 12 日に行われた 「テレビ連動サーバー」勉強会 向けの発表資料です。
| 更新: | 2024-05-20 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |
| Disclaimer: The instructions are the collective efforts from a few places online. | |
| Nothing here is my original. But I want to put them together in one place to save people from spending the same time as I did. | |
| First off, bundle. | |
| ================== | |
| 1. cd to the project directory | |
| 2. Start the react-native packager if not started | |
| 3. Download the bundle to the asset folder: | |
| curl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle" |