Skip to content

Instantly share code, notes, and snippets.

View taznica's full-sized avatar

Taichi Tsuchida taznica

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
int roundoff(float a)
{
int i;
if(a-(int)a<0.5)
{
a=(int)a;
#include <stdio.h>
#include <stdlib.h>
int merge(int data[], int p, int q, int r)
{
int i, j, k;
int n1=q-p;
int n2=r-q;
@taznica
taznica / gist:356f14e770ea86cf8f5b54e83ff0e7ef
Created June 7, 2016 10:55
東北大のHPから成績取ってくるスクリプト
#!/usr/bin/env python
#coding:utf-8
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
import os
import time
URL = "https://www.srp.tohoku.ac.jp/"
#include<stdio.h>
#include<stdlib.h>
#define SENTINEL 1000000000
int merge(int A[],int p,int q,int r)
{
int count=0;
#include <stdio.h>
#include <string.h>
int min3(int a, int b, int c)
{
int temp;
if(b>c)
{
temp=b;
#include <stdio.h>
#include <string.h>
int min3(int a, int b, int c)
{
int temp;
if(b>c)
{
temp=b;
2284
a
ability
able
about
above
abroad
absence
absent
absolute
#include <stdio.h>
#include <string.h>
int min3(int a, int b, int c)
{
int temp;
if(b>c)
{
temp=b;
#include <stdio.h>
#include <string.h>
int countLd=0;
int countMemo=0;
int memo[100][100]={};
int min3(int a, int b, int c)
{
int temp;
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# .idea/workspace.xml