To use:
import ScrollView from 'ScrollView.jsx`;
...
render() {
return (
<ScrollView>
{aListThatScrolls}
</ScrollView>
);
| echo "Free Things 3" | |
| echo "Removing current Thing 3 and its files..." | |
| osascript -e 'quit app "things"' | |
| rm -rf /Applications/Things3.app | |
| rm -rf ~/Library/Caches/com.culturedcode.ThingsMac | |
| rm -rf ~/Library/Containers/com.culturedcode.ThingsMac | |
| rm -rf ~/Library/Preferences/com.culturedcode.ThingsMac.plist |
| TZ=America/Los_Angeles date +'%H:%M:%S YT' |
| { | |
| "Scrollback With Status Bar" : true, | |
| "Tags" : [ | |
| ], | |
| "Ansi 12 Color" : { | |
| "Blue Component" : 1, | |
| "Green Component" : 0.3333333432674408, | |
| "Red Component" : 0.3333333432674408 | |
| }, |
| # put in bashrc or zshrc | |
| function code { | |
| if [[ $# = 0 ]] | |
| then | |
| open -a "Visual Studio Code" | |
| else | |
| local argPath="$1" | |
| [[ $1 = /* ]] && argPath="$1" || argPath="$PWD/${1#./}" | |
| open -a "Visual Studio Code" "$argPath" | |
| fi |
| var rules = [ | |
| "*.163.com/*", | |
| "*.126.net/*", | |
| "*.126.com/*", | |
| "*.netease.com/*", | |
| "*.163music.com/*", | |
| "*.126.net/*", | |
| "*.163yun.com/*", | |
| "*.127.net/*", | |
| "*.miaozhen.com/*", |
| Linux - create "Default (Linux).sublime-mousemap" in ~/.config/sublime-text-3/Packages/User | |
| Mac - create "Default (OSX).sublime-mousemap" in ~/Library/Application Support/Sublime Text 3/Packages/User | |
| Win - create "Default (Windows).sublime-mousemap" in %appdata%\Sublime Text 3\Packages\User | |
| [ | |
| { | |
| "button": "button1", | |
| "count": 1, | |
| "modifiers": ["ctrl"], | |
| "press_command": "drag_select", |
| { | |
| "presets": ["es2015", "react", "stage-0"], | |
| "plugins": ["react-hot-loader/babel"] | |
| } |
| ... | |
| render() { | |
| return ( | |
| <View> | |
| // two components | |
| <ListView/> | |
| <MapView/> | |
| </View> | |
| ) | |
| } |
To use:
import ScrollView from 'ScrollView.jsx`;
...
render() {
return (
<ScrollView>
{aListThatScrolls}
</ScrollView>
);
| <script src="q.js"></script> | |
| <script src="q-data.js"></script> | |
| <script src="q-basic.js"></script> | |
| <script src="q-simulation.js"></script> | |
| <script src="q-use.js"></script> | |
| <script src="q-dma.js"></script> | |
| <script src="q-realtime.js"></script> |