I hereby claim:
- I am antonioshadji on github.
- I am antonioshadji (https://keybase.io/antonioshadji) on keybase.
- I have a public key ASAqQHrfa898wvvQfSnZggzRQzIwBT4d_4QA6CdB_MBHcAo
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1CAQpfwPf5wtQ514LN4NsgvH1TXsd1gZkb https://explorer.blockstack.org/address/1CAQpfwPf5wtQ514LN4NsgvH1TXsd1gZkb |
| install.packages('base64enc') | |
| install.packages('rprojroot') | |
| install.packages('backports') | |
| install.packages('rprojroot') | |
| install.packages('rlang') | |
| install.packages('digest') | |
| install.packages('Rcpp') | |
| install.packages('jsonlite') | |
| install.packages('glue') | |
| install.packages('devtools') |
| FROM centos:latest | |
| # ensure local python is preferred over distribution python | |
| ENV PATH /usr/local/bin:$PATH | |
| # http://bugs.python.org/issue19846 | |
| # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. | |
| ENV LANG en_US.utf8 | |
| RUN yum -y update && yum -y groupinstall development |
| * 14:19:42 DEBUG <gnc.module> module_name: gnucash/app-utils | |
| * 14:19:42 WARN <gnc.module> Could not locate module gnucash/app-utils interface v.0 | |
| * 14:19:42 DEBUG <gnc.module> module_name: gnucash/gnome-utils | |
| * 14:19:42 WARN <gnc.module> Could not locate module gnucash/gnome-utils interface v.0 | |
| * 14:19:42 DEBUG <gnc.module> module_name: gnucash/gnome-search | |
| * 14:19:42 WARN <gnc.module> Could not locate module gnucash/gnome-search interface v.0 | |
| * 14:19:42 DEBUG <gnc.module> module_name: gnucash/register/ledger-core | |
| * 14:19:42 WARN <gnc.module> Could not locate module gnucash/register/ledger-core interface v.0 | |
| * 14:19:42 DEBUG <gnc.module> module_name: gnucash/register/register-core | |
| * 14:19:42 WARN <gnc.module> Could not locate module gnucash/register/register-core interface v.0 |
| #!/usr/bin/env python3 | |
| import argparse | |
| import logging | |
| import os | |
| import pathlib | |
| import sys | |
| from datetime import date, timedelta | |
| # create logger |
| import timeit | |
| import random | |
| def test(setup, cmd): | |
| repeat = 3 | |
| precision = 3 | |
| t = timeit.Timer(stmt=cmd, setup=setup) | |
| number, _ = t.autorange() | |
| r = t.repeat(repeat, number) |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import os | |
| from pathlib import Path | |
| import datetime | |
| import time | |
| print(os.path.dirname(__file__)) | |
| print(type(os.path.dirname(__file__))) | |
| print(os.path.dirname(os.path.abspath(__file__))) |
| #define _POSIX_C_SOURCE 199309L | |
| #include <stdio.h> | |
| #include <time.h> | |
| int main(int argc,char* argv[]) | |
| { | |
| time_t now; | |
| time(&now); | |
| printf("Today is: %s", ctime(&now)); |
I hereby claim:
To claim this, I am signing this object: