This file contains 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 json | |
import pandas as pd | |
import requests as r | |
import os | |
import sys | |
# | |
# Load data using Gurufocus API | |
# Process data into DataFrame object and save as csv format | |
# |
I hereby claim:
- I am kalashnikov on github.
- I am kalakuo (https://keybase.io/kalakuo) on keybase.
- I have a public key ASBePFqV2bdHQ1g18OYrp5ZdZYnDIM266b97Nu3HUBjwAgo
To claim this, I am signing this object:
This file contains 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
#!/bin/csh | |
# Script to build GCC 5.3 from scratch on REHL6 platform | |
# Ref: http://stackoverflow.com/questions/9450394/how-to-install-gcc-piece-by-piece-with-gmp-mpfr-mpc-elf-without-shared-libra | |
setenv PREFIX /net/mosa/data/usr/local | |
wget ftp://gcc.gnu.org/pub/gcc/infrastructure/gmp-4.3.2.tar.bz2 | |
bunzip2 gmp-4.3.2.tar.bz2 | |
tar xvf gmp-4.3.2.tar |
This file contains 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
#include <stdio.h> | |
#include <sys/types.h> | |
#include <unistd.h> | |
#include <signal.h> | |
#include <stdlib.h> | |
#include <string.h> | |
void sighandler(int signum) | |
{ | |
printf("Process %d got signal %d\n", getpid(), signum); |
This file contains 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
// | |
// Regular Expression for URL validation | |
// | |
// Author: Diego Perini | |
// Updated: 2010/12/05 | |
// License: MIT | |
// | |
// Copyright (c) 2010-2013 Diego Perini (http://www.iport.it) | |
// | |
// Permission is hereby granted, free of charge, to any person |
- Ruby Under a Microscope
- RHG
This file contains 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
# Rime schema | |
# encoding: utf-8 | |
schema: | |
schema_id: bopomofo | |
name: 正體 | |
version: "1.3" | |
author: 這樣 是 | |
- 佛振 <[email protected]> | |
- turtleknight(修正臺灣使用者輸入習慣) <[email protected]> |