export API_URL=https://icfpc2020-api.testkontur.ru
export API_KEY=abcdef0123456789
./run.sh $API_URL $API_KEY
https://gist.github.com/nya3jp/5094571c5905783327f35e8df207c8ad#file-spectrogram-ipynb
-
eq / =
-
inc
-
ap
-
dec
-
add
-
mul
-
div
-
gt
-
lt ?
-
mod
-
dem
-
neg
- pair
- first
- tail
- nil
- http://dkeenan.com/Lambda/index.htm
- http://users.ece.cmu.edu/~koopman/tigre/index.html
- https://q4.github.io/part2/eb379.pdf
- https://www.cin.ufpe.br/~djo/files/Lambda-Calculus%20and%20Combinators.pdf
See https://github.com/icfpcontest2020/aliens-proxy-protocol
This Python package is automatically generated by the Swagger Codegen project:
- API version: v1
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Python 2.7 and 3.4+
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import swagger_client
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import swagger_client
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# Configure API key authorization: ICFPC-ApiKey
configuration = swagger_client.Configuration()
configuration.api_key['apiKey'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['apiKey'] = 'Bearer'
# create an instance of the API class
api_instance = swagger_client.AliensApiApi(swagger_client.ApiClient(configuration))
response_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str |
try:
api_instance.aliens_response_id_get(response_id)
except ApiException as e:
print("Exception when calling AliensApiApi->aliens_response_id_get: %s\n" % e)
# Configure API key authorization: ICFPC-ApiKey
configuration = swagger_client.Configuration()
configuration.api_key['apiKey'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['apiKey'] = 'Bearer'
# create an instance of the API class
api_instance = swagger_client.AliensApiApi(swagger_client.ApiClient(configuration))
body = 'body_example' # str | (optional)
try:
api_instance.aliens_send_post(body=body)
except ApiException as e:
print("Exception when calling AliensApiApi->aliens_send_post: %s\n" % e)
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
AliensApiApi | aliens_response_id_get | GET /aliens/{responseId} | |
AliensApiApi | aliens_send_post | POST /aliens/send | |
GamesApiApi | games_game_id_get | GET /games/{gameId} | |
GamesApiApi | games_get | GET /games | |
GamesApiApi | games_non_rating_get | GET /games/non-rating | |
GamesApiApi | games_non_rating_run_post | POST /games/non-rating/run | |
LogsApiApi | logs_get | GET /logs | |
ScoreboardApiApi | scoreboard_get | GET /scoreboard | |
ScoreboardApiApi | scoreboard_lightning_get | GET /scoreboard/lightning | |
ScoreboardApiApi | scoreboard_tournament_id_get | GET /scoreboard/{tournamentId} | |
SubmissionsApiApi | submissions_get | GET /submissions | |
SubmissionsApiApi | submissions_other_teams_get | GET /submissions/other-teams | |
SubmissionsApiApi | submissions_submission_id_activate_post | POST /submissions/{submissionId}/activate | |
SubmissionsApiApi | submissions_submission_id_get | GET /submissions/{submissionId} | |
TeamsApiApi | teams_current_get | GET /teams/current | |
TeamsApiApi | teams_current_problems_get | GET /teams/current/problems | |
TournamentsApiApi | tournaments_current_get | GET /tournaments/current | |
TournamentsApiApi | tournaments_get | GET /tournaments | |
TournamentsApiApi | tournaments_tournament_id_get | GET /tournaments/{tournamentId} |
- BuildSystemRegistrationInfoDto
- BuildSystemRegistrationStatus
- GameDto
- GameWinner
- GamesListDto
- LightningScoreboardDto
- PlayerDto
- ProblemDescriptionDto
- ProblemDto
- RatingDto
- RegisteredTeamDto
- SubmissionDto
- SubmissionForTournamentScoreboardDto
- SubmissionStatus
- TeamDto
- TeamForProblemsScoreboardDto
- TeamForTotalScoreboardDto
- TeamForTournamentScoreboardDto
- TeamSubmissionDto
- TeamTournamentDto
- TotalScoreboardDto
- TournamentDto
- TournamentDtoType
- TournamentScoreboardDto
- Type: API key
- API key parameter name: apiKey
- Location: URL query string