Skip to content

Instantly share code, notes, and snippets.

View Naroh091's full-sized avatar
🎯
Focusing

David Fernández Naroh091

🎯
Focusing
View GitHub Profile
@Naroh091
Naroh091 / CSV
Created March 25, 2020 09:26
2018 World Population with income
code,Pop_2018,Country Name,Region,IncomeGroup
ABW,105845,Aruba,Latin America & Caribbean,High income
AFG,37172386,Afghanistan,South Asia,Low income
AGO,30809762,Angola,Sub-Saharan Africa,Lower middle income
ALB,2866376,Albania,Europe & Central Asia,Upper middle income
AND,77006,Andorra,Europe & Central Asia,High income
ARB,419790588,Arab World,,
ARE,9630959,United Arab Emirates,Middle East & North Africa,High income
ARG,44494502,Argentina,Latin America & Caribbean,Upper middle income
ARM,2951776,Armenia,Europe & Central Asia,Upper middle income
@Naroh091
Naroh091 / bancos-espana-codigo-nombre-bic.csv
Last active November 16, 2021 09:49
Bancos de España. Relación entre el código de cuenta (4 dígitos), el nombre y el BIC. Actualizado a octubre de 2021.
id codigo nombre bic
1 0003 BANCO-DEPOSITOS BDEPESM1
2 0011 ALLFUNDS-BANK ALLFESMM
3 0019 DEUTSCHE-BANK DEUTESBB
4 0031 BANCO-ETCHEVARRIA ETCHES2G
5 0036 SANTANDER-IVESTMENT SABNESMM
6 0038 SANTANDER-BANCO-EMISIONES BSCHESMM
7 0046 BANCO-GALLEGO GALEES2G
8 0049 BANCO-SANTANDER BSCHESMM
9 0057 BANCO-DEPOSITARIO-BBVA BVADESMM
{
"data":
[
{
"Partido": "PP",
"Fecha": "03/07/2015",
"Categoría": "RESTAURACIÓN / COMIDA",
"Acreedor": "NESSPRESO - EL CORTE INGLÉS",
"Concepto": "CAFÉ",
"Importe": 63
import android.annotation.TargetApi;
import android.content.Context;
import android.graphics.Bitmap;
import android.os.Build;
import android.renderscript.Allocation;
import android.renderscript.Element;
import android.renderscript.RenderScript;
import android.renderscript.ScriptIntrinsicBlur;
import com.squareup.picasso.Transformation;
import android.content.Context;
import android.graphics.Bitmap;
import android.renderscript.Allocation;
import android.renderscript.Element;
import android.renderscript.RenderScript;
import android.renderscript.ScriptIntrinsicBlur;
import com.squareup.picasso.Transformation;
public class BlurTransform implements Transformation {