This file contains hidden or 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
| # rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6 | |
| # yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
| # yum -y install docker-io |
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 hidden or 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
| #!/usr/bin/env bash | |
| # | |
| # Author: Stefan Buck | |
| # Modified by tubone | |
| # License: MIT | |
| # https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447 | |
| # | |
| # | |
| # | |
| # Script to upload a release asset using the GitHub API v3. |
This file contains hidden or 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
| {"version":1,"resource":"file:///Users/tubone24/.bash_profile","entries":[{"id":"rjzt","timestamp":1662042052972}]} |
This file contains hidden or 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
| # ==================== Emojis ==================== | |
| # 🎉 :tada: 初めてのコミット(Initial Commit) | |
| # 🔖 :bookmark: バージョンタグ(Version Tag) | |
| # ✨ :sparkles: 新機能(New Feature) | |
| # 🐛 :bug: バグ修正(Bugfix) | |
| # ♻️ :recycle: リファクタリング(Refactoring) | |
| # 📚 :books: ドキュメント(Documentation) | |
| # 🎨 :art: デザインUI/UX(Accessibility) | |
| # 🐎 :horse: パフォーマンス(Performance) | |
| # 🔧 :wrench: ツール(Tooling) |
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 hidden or 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
| Set sh = CreateObject("WScript.Shell") | |
| dim runMsg | |
| runMsg = "Run PuruPuru" | |
| wscript.echo runMsg | |
| If WScript.arguments.Count = 0 Then | |
| sh.Run "cmd /K " & "cscript """ & WScript.ScriptFullName & """ 1", 1 | |
| Else | |
| While True |
This file contains hidden or 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
| from langchain_core.language_models import BaseChatModel | |
| from typing import List, Dict, Optional, Any, Iterator | |
| from collections import defaultdict | |
| from langchain_core.callbacks import ( | |
| CallbackManagerForLLMRun, | |
| ) | |
| from langchain_core.messages import ( | |
| AIMessage, | |
| AIMessageChunk, | |
| BaseMessage, |
This file contains hidden or 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
| from typing import Any, Dict, List | |
| from langchain_core.language_models import BaseLanguageModel | |
| from langchain.memory.chat_memory import BaseChatMemory | |
| from langchain_core.messages.ai import AIMessage | |
| from langchain_core.messages.base import BaseMessage | |
| from langchain_core.messages.chat import ChatMessage | |
| from langchain_core.messages.function import FunctionMessage | |
| from langchain_core.messages.human import HumanMessage | |
| from langchain_core.messages.system import SystemMessage | |
| from langchain_core.messages.tool import ToolMessage |
This file contains hidden or 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
| { | |
| "selectedTemplate": 9, | |
| "headings": {}, | |
| "basics": { | |
| "name": "Yu Otsubo (大坪 悠)", | |
| "label": "AI Development Lead / Software Engineer", | |
| "picture": "https://ja.gravatar.com/userimage/17597495/b60124e5de5d624501af1fb07ee5e763.jpg?size=200", | |
| "email": "[email protected]", | |
| "phone": "", | |
| "website": "https://portfolio.tubone-project24.xyz", |
OlderNewer