What is working:
- Keyboard
- Backlight control
- Screenlight contro
- Volumne, Display on/off, Touchbad
- Seems like everything is working
- Trackpad is ok
- Wireless
| /* global chrome, MediaRecorder, FileReader */ | |
| chrome.runtime.onConnect.addListener(port => { | |
| let recorder = null | |
| port.onMessage.addListener(msg => { | |
| console.log(msg); | |
| switch (msg.type) { | |
| case 'REC_STOP': | |
| console.log('Stopping recording') | |
| if (!port.recorderPlaying || !recorder) { |
| var bulk = db.testkdd.initializeOrderedBulkOp(), | |
| count = 0; | |
| // List "all" fields that make a document "unique" in the `_id` | |
| // I am only listing some for example purposes to follow | |
| db.testkdd.aggregate([ | |
| { "$group": { | |
| "_id": { | |
| "duration" : "$duration", | |
| "protocol_type": "$protocol_type", |
| package com.carloseduardo.model; | |
| import com.carloseduardo.constants.KnownClasses; | |
| import com.carloseduardo.exception.UnknownModelException; | |
| import io.realm.RealmObject; | |
| import io.realm.annotations.PrimaryKey; | |
| import io.realm.annotations.Required; | |
| /** |
| #!/bin/sh | |
| # | |
| # chkconfig: 2345 55 25 | |
| # Description: Nginx init.d script, put in /etc/init.d, chmod +x /etc/init.d/nginx | |
| # For Debian, run: update-rc.d -f nginx defaults | |
| # For CentOS, run: chkconfig --add nginx | |
| # if report exist, running update-rc.d -f nginx remove first | |
| # | |
| ### BEGIN INIT INFO | |
| # Provides: nginx |
| import * as models from "models"; | |
| import Sequelize from "sequelize"; | |
| import fs from "fs"; | |
| delete models.default; | |
| const sequelize = new Sequelize( | |
| '', | |
| '', | |
| '', { |
You can use this class to realize a simple sectioned RecyclerView.Adapter without changing your code.
The RecyclerView should use a LinearLayoutManager.
You can use this code also with the TwoWayView with the ListLayoutManager (https://github.com/lucasr/twoway-view)
This is a porting of the class SimpleSectionedListAdapter provided by Google
Example:
| #!/bin/sh | |
| # | |
| # chkconfig: 2345 55 25 | |
| # Description: Nginx init.d script, put in /etc/init.d, chmod +x /etc/init.d/nginx | |
| # For Debian, run: update-rc.d -f nginx defaults | |
| # For CentOS, run: chkconfig --add nginx | |
| # | |
| ### BEGIN INIT INFO | |
| # Provides: nginx | |
| # Required-Start: $all |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |