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
package main | |
import ( | |
"context" | |
"encoding/json" | |
"fmt" | |
"os" | |
"github.com/sashabaranov/go-openai" | |
"github.com/sashabaranov/go-openai/jsonschema" |
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
# frozen_string_literal: true | |
source "https://rubygems.org" | |
gem 'exif', '~> 2.2', '>= 2.2.3'% |
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
let handlers = { | |
'PlayAudio_NG': function() { | |
let get_url = () => { | |
return new Promise((resolve) => { | |
... | |
resolve(url); // S3のObjectのURLを返す | |
}); | |
} | |
let self = this; |
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
Dir.glob('spec/**/*.rb').each do |file| | |
puts file | |
buff = IO.read(file) | |
[ | |
/Timecop.(freeze|travel)\(Time.new\((?<year>[0-9]*), ?(?<month>[0-9]*), ?(?<day>[0-9]*), ?(?<hour>[0-9]*), ?(?<min>[0-9]*), ?(?<sec>[0-9]*)\)\)/, | |
/Timecop.(freeze|travel)\(Time.parse\(("|')(?<year>[0-9])*-(?<month>[0-9])*-(?<day>[0-9])* (?<hour>[0-9])*:(?<min>[0-9])*:(?<sec>[0-9])*("|')\)\)/, | |
/Timecop.(freeze|travel)\(Time.zone.local\((?<year>[0-9]*), ?(?<month>[0-9]*), ?(?<day>[0-9]*), ?(?<hour>[0-9]*), ?(?<min>[0-9]*), ?(?<sec>[0-9]*)\)\)/, |
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
package cl1; | |
public class class1{ | |
public static void start(){ | |
System.out.println("成功!2"); | |
} | |
} |
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
import java.time.Duration; | |
import java.time.LocalDateTime; | |
import java.time.Period; | |
import java.time.ZoneId; | |
public class Tarai { | |
public static int tarai(int x, int y, int z) { | |
if(x <= y) { | |
return y; |
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
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building springboot 0.0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ springboot --- | |
[INFO] Deleting /Users/zephiransas/Dropbox/springboot/target | |
[INFO] | |
[INFO] >>> spring-boot-maven-plugin:1.2.3.RELEASE:run (default-cli) > test-compile @ springboot >>> |
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
<html> | |
<head> | |
<script type="text/javascript"> | |
function toggle_button(id) { | |
var obj = document.getElementById(id); | |
obj.style.display = obj.style.display == "none" ? "" : "none"; | |
} | |
</script> | |
</head> | |
<body> |
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
package controllers | |
import play.api._ | |
import play.api.mvc._ | |
import oauth.signpost.{OAuth, OAuthProvider, OAuthConsumer} | |
import oauth.signpost.basic.{DefaultOAuthProvider, DefaultOAuthConsumer} | |
import oauth.signpost.http.HttpParameters | |
object Application extends Controller { |
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
・好きな言語は? | |
・好きなメソッドは? | |
・好きなアニメは? | |
・好きなガンダムシリーズは? | |
・githubアカウントは? | |
・英語しゃべれる? | |
・最近気になるテクノロジーは? | |
・最近行った勉強会は? | |
・最近登壇した勉強会は? | |
・iPhone落とした事ある? |
NewerOlder