Skip to content

Instantly share code, notes, and snippets.

q eta prezzo prezzo_conc reddito maschio fedelta t vendite vendite_online
0 41 .88999999 .88999999 65 0 1 191 8.8618851 .58481294
0 49 .88999999 1.09 25 0 0 75 9.0031223 .93324977
0 77 1.1900001 1.39 15 0 0 454 4.4077892 .61053145
0 52 .58999997 .79000002 25 1 1 87 5.3295951 .58353025
0 31 .88999999 .88999999 105 1 0 494 5.8810296 .58710641
0 49 1.1900001 1.59 85 0 0 507 6.1800108 .54671043
1 27 .88999999 1.29 65 0 0 154 5.2555342 .87894958
4 77 .58999997 .79000002 15 0 0 558 2.2287924 .12187757
1.3333334 80 .88999999 1.09 35 0 1 85 3.347791 .41200322
y x1 x2 x3
.4697382319065084 -1.378157094815479 1.048472497430618 -1.639982497933161
.0561184407026895 .086048500866057 -.0827242072159757 .2888436218847514
.0580057614277106 .3534001713733562 .3382369623404491 .3230431550820083
-1.104201144008168 -.0593637274976043 -.0581838356096639 -.2301606111564946
.1796025521744292 -.3935028783102044 -.1466030716537229 -.1341223709655991
.2550259998830064 -.4585559926591866 -.5475741751695901 -.1282412080728051
-.2842026232258003 -1.479313095896352 -.6635814056517975 -1.568013723702848
-.5591867211155964 -2.001435352097727 -.6868240340343982 -1.770622465357274
1.466605341725146 -.3303878233424425 .4614609930939005 -.7134512360878895
@RcrdBrt
RcrdBrt / keybase.md
Last active September 12, 2019 06:22

Keybase proof

I hereby claim:

  • I am rcrdbrt on github.
  • I am rcrdbrt (https://keybase.io/rcrdbrt) on keybase.
  • I have a public key ASBI9USUTXBBla5EtBPJ83_c0lK5aRNsymbRSzEQsXn7SAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am rcrdbrt on github.
  • I am rcrdbrt (https://keybase.io/rcrdbrt) on keybase.
  • I have a public key ASAsUNruBBsGRRoEl37irAqkmAo7a2vKeBBqcP1uI9FjAQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am rcrdbrt on github.
  • I am rcrdbrt (https://keybase.io/rcrdbrt) on keybase.
  • I have a public key ASB6IjDqugmV69gWprj4VU9peasdb2ZkFN59op4WnKH7sAo

To claim this, I am signing this object:

# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
pkgver=9.0.0
pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
url="http://github.com/dyve/django-bootstrap3"
license=('Apache')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
@RcrdBrt
RcrdBrt / compile-nginx.sh
Created May 23, 2017 07:24 — forked from JoeUX/compile-nginx.sh
Optimized nginx compilation flags for modern CPUs, faster math, and LTO. This should be much faster than vanilla nginx builds. Still testing.
# Install dependencies
#
# * checkinstall: package the .deb
# * libpcre3, libpcre3-dev: required for HTTP rewrite module
# * zlib1g zlib1g-dbg zlib1g-dev: required for HTTP gzip module
apt-get install checkinstall libpcre3 libpcre3-dev zlib1g zlib1g-dbg zlib1g-dev && \
mkdir -p ~/sources/ && \
# Compile against OpenSSL to enable NPN. I updated this block to get the latest 1.0.2h release. It's critical that OpenSSL be up to date.
#include <c8051f020.h>
int c=0;
int d=0;
bit event=0;//1= è avvenuto un interrupt;
bit a=1;
bit toverflow=0;
bit secondevent= 0; // seconda pressione
sbit Button = P3^7;
sbit Led = P1^6;
/*
* elevator really-noop
*/
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
@RcrdBrt
RcrdBrt / nginx.conf
Created November 23, 2016 12:37 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048