dnf search kernel-modules-extra
This file contains 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
快捷键 `o` 打开 **选项** 菜单,在 **回放** 一栏中将 **控制 > 速度步进** 调节为想要的值,使用 `Ctrl+Up` / `Ctrl+Down` 调节播放速率。 |
This file contains 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
[Why does ssh's “password” prompt take so long to appear?](http://askubuntu.com/questions/246323/why-does-sshs-password-prompt-take-so-long-to-appear) | |
## For putty | |
Go `Connection > SSH > Auth > GSSAPI` and set `Attempt GSSAPI authentication (SSH-2 only)` to false. | |
(putty R0.64 on Windows, other version may have difference) | |
## For shell |
This file contains 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
/* # README | |
* for more information, visit(CN) | |
* http://ddrpa.github.io/2016/greed-for-win32-and-nix.html | |
* This is a This is a curses-based clone of the DOS free-ware game Greed | |
* Inspired by Eric S. Raymond's Implement on Ubuntu | |
* But I add element from TRON under multiplayer mode | |
* The goal of this game is to try to eat as much as possible of the board \ | |
* before munching yourself into a corner. | |
* ## HOWTO COMPILE | |
* Please compile this code with C99-support on, \ |
This file contains 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
Write the ISO file to the device | |
``` | |
sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M status=progress oflag=direct | |
``` |
This file contains 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
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
import codecs | |
import json | |
import re | |
import os.path | |
import urllib.request | |
import datetime |
This file contains 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
attrib -s -h d:/*.* /s /d |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Count Down</title> | |
<style type="text/css"> | |
html { | |
font-family: "Roboto", -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif; |
This file contains 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
Windows Registry Editor Version 5.00 | |
; Created by: Shawn Brink | |
; http://www.tenforums.com | |
; Tutorial: http://www.tenforums.com/tutorials/14312-windows-photo-viewer-restore-windows-10-a.html | |
[HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget] | |
"Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" |
2017/4/11
To make caffe-tensorflow's .\examples\imagenet\validate.py
work with python 3 and tensorflow 1.x
- exchange
.\examples\imagenet\dataset.py
withdataset.py
- exchange
.\kaffe\tensorflow\network.py
withnetwork.py
OlderNewer