閲覧いただきありがとうございます。時系列の新しいもの順に今までやってきたことをまとめます。
期間 | 所属 |
---|---|
2017/07 - 現在 | 株式会社シャペロン |
2015/11 - 2017/06 | 株式会社タレンティオ |
2013/05 - 2015/10 | 株式会社 DeNA |
2009/10 - 2013/04 | 株式会社ビデックス |
2007/04 - 2009/09 | 富士フイルム株式会社 |
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
閲覧いただきありがとうございます。時系列の新しいもの順に今までやってきたことをまとめます。
期間 | 所属 |
---|---|
2017/07 - 現在 | 株式会社シャペロン |
2015/11 - 2017/06 | 株式会社タレンティオ |
2013/05 - 2015/10 | 株式会社 DeNA |
2009/10 - 2013/04 | 株式会社ビデックス |
2007/04 - 2009/09 | 富士フイルム株式会社 |
製薬会社向けのクラウドサービス、Shaperon(シャペロン)の開発、運用のお仕事
from django.http import HttpResponse | |
from django.conf import settings | |
import base64 | |
ID = settings.STAGING_HTTP_BASIC_AUTH_ID or False | |
PW = settings.STAGING_HTTP_BASIC_AUTH_PW or False | |
class AuthMiddleware(object): | |
def process_request(self, request): |
var Wav = function(opt_params){ | |
/** | |
* @private | |
*/ | |
this._sampleRate = opt_params && opt_params.sampleRate ? opt_params.sampleRate : 44100; | |
/** | |
* @private | |
*/ |