| 日時: | 2024-12-31 |
|---|---|
| 作: | 時雨堂 |
| バージョン: | 2024.1 |
| URL: | https://github.com/OpenAyame |
このプロジェクトに興味がある人はこの資料や GitHub リポジトリ に Star をつけてもらえると嬉しいです。
| import React from 'react'; | |
| import { makeStyles } from '@material-ui/core/styles'; | |
| import Paper from '@material-ui/core/Paper'; | |
| import Grid from '@material-ui/core/Grid'; | |
| import Box from '@material-ui/core/Box'; | |
| import Divider from '@material-ui/core/Divider'; | |
| import TextField from '@material-ui/core/TextField'; | |
| import Typography from '@material-ui/core/Typography'; | |
| import List from '@material-ui/core/List'; | |
| import ListItem from '@material-ui/core/ListItem'; |
| 日時: | 2024-12-31 |
|---|---|
| 作: | 時雨堂 |
| バージョン: | 2024.1 |
| URL: | https://github.com/OpenAyame |
このプロジェクトに興味がある人はこの資料や GitHub リポジトリ に Star をつけてもらえると嬉しいです。
This project makes a wifi router out of an ASUS PCE-AC88 wireless adapter and your Ubuntu Linux computer that can exceed top of the line routers.
Instead of buying a gaming grade router or another computer that you install openWRT on, follow this project and put the savings towards upgrading your main computer or modem.
The adapter needs to be added to a PCI slot and the wireless antenna needs to be connected to the adapter. If your computer does not detect it, you may need to re-seat the adapter in the slot. If you can't detect wireless networks after installing the firmware below then this is probably why.
For your computer to use the wifi adapter you need to add the missing firmware that Asus won't provide.
| 日時: | 2018-04-29 |
|---|---|
| 作: | @voluntas |
| バージョン: | 18.4.0 |
| url: | https://voluntas.github.io/ |
クライアント側の WebRTC には明るくないため、
| import matplotlib.pyplot as plt | |
| import keras.backend as K | |
| from keras.callbacks import Callback | |
| class LRFinder(Callback): | |
| ''' | |
| A simple callback for finding the optimal learning rate range for your model + dataset. | |
| 日時: | 2023-01-15 |
|---|---|
| 作: | @voluntas |
| バージョン: | 2023.1 |
| url: | https://voluntas.github.io/ |
この資料は以下の製品の宣伝を含みます。
WebRTC スタックについて
| 作: | @voluntas |
|---|---|
| バージョン: | 0.0.3 |
| url: | https://voluntas.github.io/ |
| # Mount image desintion to /home/partimag as desired | |
| # No wizards from here. Use the Clonezilla command line | |
| # Abort script on any failures, print out commands for debugging | |
| set -e | |
| set -x | |
| # Partition to clone | |
| [ -n "$VG_NAME" ] || VG_NAME="systemvg" | |
| [ -n "$LV_NAME" ] || LV_NAME="rootlv" |
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Description": "VPC knowhow template", | |
| "Parameters": { | |
| "KeyName": { | |
| "Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances", | |
| "Type": "String", | |
| "MinLength": "1", | |
| "MaxLength": "64", | |
| "AllowedPattern": "[-_ a-zA-Z0-9]*", |