Skip to content

Instantly share code, notes, and snippets.

View redgosho's full-sized avatar
🎯
🍣

redgosho redgosho

🎯
🍣
  • TOKYO
View GitHub Profile
@redgosho
redgosho / LINEbot createHTML
Last active August 2, 2018 14:06
LINEbot createHTML
var PROPERTIES = PropertiesService.getScriptProperties();//ファイル > プロジェクトのプロパティから設定した環境変数的なもの
var Line_access_token = PROPERTIES.getProperty('Line_access_token');
var Amazon_accessKey = PROPERTIES.getProperty('Amazon_accessKey'); //Your Access Key
var Amazon_secretKey = PROPERTIES.getProperty('Amazon_secretKey'); //Your Secret Key
var Amazon_associateID = PROPERTIES.getProperty('Amazon_associateID'); //Your Associate ID
// ボットにメッセージ送信/フォロー/アンフォローした時の処理
function doPost(e) {
var events = JSON.parse(e.postData.contents).events;
events.forEach(function(event) {
@redgosho
redgosho / AmazonToHTML
Last active July 12, 2018 06:29
クリックするとamazonに出品されている商品をHTMLでクリップボードにコピーしてくれるブックマークレット
javascript:(function(){
var item_nameText = document.getElementById("productTitle").innerHTML;
item_nameText = item_nameText.trim();
if(document.getElementById("priceblock_saleprice")){
var item_priceText = document.getElementById("priceblock_saleprice").innerHTML;
}else{
var item_priceText = document.getElementById("priceblock_ourprice").innerHTML;
}
@redgosho
redgosho / rsa.c
Last active June 13, 2016 03:10
RSA暗号 p,q,dを自分で入力するタイプ。
#include <stdio.h>
int bainari(int e_10to2,int n,int m)
{
int num_2[200],amari,count,i=0,bi,bi1,ri,ri1;
while(e_10to2 >= 1){
amari = e_10to2 % 2;
e_10to2 = e_10to2 / 2;
num_2[i] = amari;
i++;
@redgosho
redgosho / getnum.c
Last active June 13, 2016 00:41
getnum_int
#include <stdio.h>
#include <stdlib.h>
double getnum_int()//入力関数
{
int i;
int num,cheak;
cheak = 1;
i = 0;
num = 0;
@redgosho
redgosho / aaaaaaa
Created April 21, 2016 08:23
aaaaaaaa
<?php
$header_tab=array('MYHOME','NEWROOM','OPENROOM','NOT','SETTING');
foreach ($header_tab as $TAB) {
echo<<<TAB
<li class='tab' id="home" onmouseover="color_change()">
<a href="#">$TAB</a>
</li>
TAB;
}
@redgosho
redgosho / C
Created April 14, 2016 08:12
偶数奇数を見分けるだけのプログラム(整数のみ)
#include <stdio.h>
#include <stdlib.h>
int main()
{
char word[200];
char c;
int brake;
int a;
brake = 0;
@redgosho
redgosho / rakugaki.c
Created April 7, 2016 07:43
やすのんに言われたので書いてみましたんこぶ。
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a;
int b;
int ans;
a = 15;
b = 37;
@redgosho
redgosho / bmi.cc
Created November 20, 2015 04:04
BMI
#include<stdio.h>
#include<stdlib.h>
#include<limits.h>//in gcc
#include<errno.h>//in gcc
#include<math.h>
double get_double_num(const double max, const double min){
char s[200];
if (NULL == fgets(s, 200, stdin)){
<?xml version="1.0"?>
<root>
<item>
<name>Cange_Shift_L</name>
<appendix>左Shift空打ちで英数</appendix>
<identifier>private.shift_L_to_EISUU</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::SHIFT_L,
KeyCode::SHIFT_L,