Daniele Montalbano (Daniele-montalbano)

Daniele-montalbano

Geek Repo

Company:Teradata

Location:Rome (Italy)

Home Page:https://www.linkedin.com/in/danielemontalbano/

Github PK Tool:Github PK Tool

Daniele Montalbano's repositories

DeleteOldFiles

This is a simple Unix Bash script to delete the old files contained in a folder and keep just the n newest files. The files must have the same prefix in the name.

Language:ShellStargazers:0Issues:1Issues:0

GetLinesWithPattern

This is a simple Unix Perl script to copy in a new file all the lines containing a certain char or numeric pattern in a fix position. Very useful for fixed column files.

Language:PerlStargazers:0Issues:1Issues:0

Python-TicTacToc

Very basic version of the TicTacToe game using Python programming language. The game is built for two players.

Language:PythonStargazers:0Issues:1Issues:0

Query-To-Build-Automatic-Create-Table-Statement

This SQL query creates a CREATE TABLE statement automatically just providing the DatabaseName and TableName of the table for which you want to build the creation statement, setting automatically the right datatype for each column. It is optimized to run in a Teradata RDBMS since uses some specific dictionary tables, but it is easily translatable in every RDBMS, just change the dictionary tables DBC.Databases, DBC.Tables, DBC.Columns.

Language:TSQLStargazers:0Issues:1Issues:0

R-Robust-Estimation-With-Outliers-Using-Bootstrap

In this repository, using the statistical software R, are been analyzed robust techniques to estimate multivariate linear regression in presence of outliers, using the Bootstrap, a simulation method where the construction of sample distribution of given statistics occurring through resampling the same observed sample.

Language:RStargazers:0Issues:1Issues:0