- Germany, NRW
Block or Report
Block or report rbq
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
---
2- hosts: all
3tasks:
4- name: Install prerequisites for Docker repository
5apt:
-
1
import tensorflow as tf
23with tf.device('/cpu:0'):
4a_c = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[2, 3], name='a-cpu')
5b_c = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[3, 2], name='b-cpu')
-
1
class ConvertSqliteBooleans < ActiveRecord::Migration[6.0]
2BOOLEANS = [
3[ 'table_name', 'column_name' ],
4[ 'table_name', 'column_name' ],
5]
-
1
get '/:name.css' do
2content_type 'text/css', :charset => 'utf-8'
3response.headers['Cache-Control'] = 'public, max-age=3600'
4sass :"stylesheets/#{params[:name]}"
5end
-
1
source 'https://rubygems.org'
23gem 'data_mapper'
4gem 'dm-sqlite-adapter'
-