Skip to content

Instantly share code, notes, and snippets.

<v-layout row wrap>
<v-flex xs1 d-flex class="ml-4 mr-4 text-xs-center">
<v-chip>
<h3 class="display-2">{{ text }}</h3>
</v-chip>
</v-flex>
<v-flex d-flex xs10 class="ml-4">
<v-layout row wrap>
<v-flex d-flex xs10 class="text-xs-left">
<v-flex >
@pizzavomito
pizzavomito / CsvReader.php
Last active May 4, 2021 04:45
Reading CSV file with SplFileObject. Define a header or manage the header line from CSV file. Returns rows in arrays with header values as array keys.
<?php
/**
* MIT License
*
* Copyright (c) 2017 Pascal Roux
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@pizzavomito
pizzavomito / nls date format
Created May 18, 2013 15:03
nls date format
alter session set NLS_DATE_FORMAT = 'DD/MM/YY hh24:mi:ss'