- これは Zig ドキュメント 0.10.1 を DeepL Pro と ChatGPT を利用して翻訳したものです。
- 一部 master なモノもあります、ごちゃ混ぜです
- 自分用に翻訳しています
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
# Get SimpleDB_3.4.zip from here - http://www.cs.bc.edu/~sciore/simpledb/ | |
# Tested using OpenJDK 17.0.2 | |
# Unzip SimpleDB_3.4 | |
> unzip SimpleDB_3.4.zip | |
> cd SimpleDB_3.4 | |
# Create bin folder to store the compiled .class files | |
> mkdir -p bin/server |
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
<?php | |
const EXIT_SUCCESS = 0; | |
const EXIT_FAILURE = 0; | |
const COLUMN_ID_SIZE = 19; | |
const COLUMN_USERNAME_SIZE = 32; | |
const COLUMN_EMAIL_SIZE = 80; | |
const ID_SIZE = COLUMN_ID_SIZE; |
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
" To insert spaces whenever the tab key is pressed. | |
" To expand existing tabs, use :retab | |
set expandtab | |
" Number of spaces inserted for indentation. | |
set shiftwidth=4 | |
" BS delete spaces for tabs | |
set smarttab | |
" Without .swap files | |
set noswapfile | |
set tabstop=4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
- CARTA HOLDINGS(旧VOYAGE GROUP)
- 技術広報が新卒研修<Open AIハッカソン>をスパイしてみた - (2023/04/11)
- @t_wadaに学ぶテスト駆動開発【CARTA 23新卒研修】 - (2023/04/19)
- 【新卒研修】監修者@t_wadaと読む!プログラマが知るべき97のこと読書会 - (2024/04/09)
- Classi
- 当たり前にリリースしていく ~ 新卒研修編 - (2021/05/20)
- リモートワークのための質問力向上研修を実施しました - (2021/12/07)
- CyberZ
- 良いコードとは何か - エンジニア新卒研修 スライド公開 - (2021/04/27)
SimpleDB can be downloaded here: http://bcs.wiley.com/he-bcs/Books?action=resource&bcsId=4570&itemId=0471757160&resourceId=14355
- simpledb - The server side code for the database.
- studentclient - Example client-side code for the database
- javadoc - API for the database
NewerOlder