两者均使用:
- Pi 0.83.0、thinking=
high - 同一 serde_json #979 代码与任务
- 无效率优化提示
- 工具禁止联网、宿主源码隔离
- 回归测试及完整测试独立验证
| from __future__ import absolute_import | |
| from __future__ import division | |
| from __future__ import print_function | |
| import tensorflow as tf | |
| from tensorflow.contrib.framework import add_arg_scope | |
| from tensorflow.contrib.layers.python.layers import utils | |
| slim = tf.contrib.slim | |
| def squeeze(inputs, num_outputs, fire_id): |
| #!/bin/bash | |
| # Build latest version of Emacs, version management with stow | |
| # OS: Ubuntu 14.04 LTS | |
| # version: 24.5 | |
| # Toolkit: lucid | |
| # Warning, use updated version of this script in: https://github.com/favadi/build-emacs | |
| set -e |
| server { | |
| server_name phabricator.example.com; | |
| root /path/to/phabricator/webroot; | |
| location / { | |
| index index.php; | |
| rewrite ^/(.*)$ /index.php?__path__=/$1 last; | |
| } | |
| location = /favicon.ico { |
| <?xml version='1.0' encoding='UTF-8'?> | |
| <rss version='2.0'> | |
| <channel> | |
| <generator> | |
| clj-rss | |
| </generator> | |
| <link> | |
| http://www.zhihu.com/read | |
| </link> | |
| <title> |
| <?xml version='1.0' encoding='UTF-8'?> | |
| <rss version='2.0'> | |
| <channel> | |
| <generator> | |
| clj-rss | |
| </generator> | |
| <link> | |
| http://www.zhihu.com/read | |
| </link> | |
| <title> |
| <?xml version='1.0' encoding='UTF-8'?> | |
| <rss version='2.0'> | |
| <channel> | |
| <generator> | |
| clj-rss | |
| </generator> | |
| <link> | |
| http://www.zhihu.com/read | |
| </link> | |
| <title> |
| #!/bin/bash | |
| if [ $(id -u) != "0" ]; then | |
| printf "Error: You must be root to run this tool!\n" | |
| exit 1 | |
| fi | |
| clear | |
| printf " | |
| #################################################### | |
| # # |
| /*- | |
| * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or | |
| * code or tables extracted from it, as desired without restriction. | |
| */ | |
| /* | |
| * First, the polynomial itself and its table of feedback terms. The | |
| * polynomial is | |
| * X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0 | |
| * |
| using System; | |
| using System.Net; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| class Test | |
| { | |
| public static void Main(string[] args) { |