This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| drivers/usb/gadget/Kconfig | 17 + | |
| drivers/usb/gadget/function/Makefile | 1 + | |
| drivers/usb/gadget/function/f_ccid.c | 988 +++++++++++++++++++++++++++++++++++ | |
| drivers/usb/gadget/function/f_ccid.h | 91 ++++ | |
| include/uapi/linux/usb/ccid.h | 93 ++++ | |
| 5 files changed, 1190 insertions(+) | |
| create mode 100644 drivers/usb/gadget/function/f_ccid.c | |
| create mode 100644 drivers/usb/gadget/function/f_ccid.h | |
| create mode 100644 include/uapi/linux/usb/ccid.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Amazon URL Cleaner | |
| // @description Show the shortest possible URL for Amazon items. | |
| // @namespace http://tampermonkey.net/ | |
| // @match https://www.amazon.com/dp/* | |
| // @match https://www.amazon.com/*/dp/* | |
| // @match https://www.amazon.com/gp/product/* | |
| // @match https://www.amazon.com/*/ASIN/* | |
| // | |
| // @match https://smile.amazon.com/dp/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "_id": 1, | |
| "title": "It does not matter how slowly you go as long as you do not stop.", | |
| "author": "Confucius" | |
| }, | |
| { | |
| "_id": 2, | |
| "title": "Either I will find a way, or I will make one.", | |
| "author": "Philip Sidney" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict' | |
| const SSDP = require('node-ssdp').Server; | |
| const path = require('path'); | |
| const express = require('express'); | |
| const GoogleAssistant = require('google-assistant'); | |
| const GRConfig = require('./config.json'); | |
| const async = require('async'); | |
| const ip = require('ip') | |
| const Speaker = require('speaker'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >> root@OpenWrt:/# strings /app/atsc_server | |
| /lib/ld-uClibc.so.0 | |
| libpthread.so.0 | |
| _DYNAMIC_LINKING | |
| __RLD_MAP | |
| pthread_attr_destroy | |
| pthread_create | |
| pthread_attr_init | |
| system |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"text": "\u201cThe world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.\u201d", "author": "Albert Einstein", "tags": ["change", "deep-thoughts", "thinking", "world"]}, | |
| {"text": "\u201cIt is our choices, Harry, that show what we truly are, far more than our abilities.\u201d", "author": "J.K. Rowling", "tags": ["abilities", "choices"]}, | |
| {"text": "\u201cThere are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.\u201d", "author": "Albert Einstein", "tags": ["inspirational", "life", "live", "miracle", "miracles"]}, | |
| {"text": "\u201cThe person, be it gentleman or lady, who has not pleasure in a good novel, must be intolerably stupid.\u201d", "author": "Jane Austen", "tags": ["aliteracy", "books", "classic", "humor"]}, | |
| {"text": "\u201cImperfection is beauty, madness is genius and it's better to be absolutely ridiculous than absolutely boring.\u201d", "author": "Marilyn Monroe", "tags": [" |