Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

View ivopetiz's full-sized avatar
🎯
Delivering

Ivo Petiz ivopetiz

🎯
Delivering
View GitHub Profile
@ivopetiz
ivopetiz /data2csv.go
CreatedJune 9, 2018 22:43
Saves data from Bittrex markets to csv.
package main
import (
"os"
//"fmt"
"log"
"time"
"strings"
"strconv"
@ivopetiz
ivopetiz /.bashrc
CreatedMay 5, 2018 09:04
My bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case$-in
*i*) ;;
*)return;;
esac
@ivopetiz
ivopetiz /tictactoe.py
Last activeMay 5, 2018 09:05
Tictactoe game written in Python
importrandom
importtime
win_combos= [[1,2,3],
[4,5,6],
[7,8,9],
[1,5,9],
[3,5,7],
[1,4,7],
[2,5,8],

[8]ページ先頭

©2009-2025 Movatter.jp