This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"id":11789,"name":"Mariann Gerlach","address":"979 Bradtke Mountain","city":"Wisokytown"},{"id":11790,"name":"Douglas Okuneva","address":"5086 Mitch Course","city":"Gorczanychester"},{"id":11791,"name":"Luther Reichel","address":"5909 Bernhard Manor","city":"Sherilynfort"},{"id":11792,"name":"Chet Schuster","address":"8324 Irvin Prairie","city":"East Clare"},{"id":11793,"name":"Lia Daugherty","address":"2908 Ulysses Street","city":"West Arnold"},{"id":11794,"name":"Kaylee Wolf","address":"7431 Jessie Crossing","city":"Luisstad"},{"id":11795,"name":"Sherill O'Reilly","address":"492 Ratke Estates","city":"East Clare"},{"id":11796,"name":"Davida Schulist","address":"663 Fadel Forges","city":"West Sybil"},{"id":11797,"name":"Sharron Ward","address":"80282 Cremin Gateway","city":"Brockport"},{"id":11798,"name":"Vita Quitzon","address":"568 Dietrich Brook","city":"Luisstad"},{"id":11799,"name":"Elsa Batz","address":"8524 Braun Spring","city":"North Freidaside"},{"id":11800,"name":"Lena Metz","address":"63710 Anku |
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 31 columns, instead of 10 in line 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YEAR,MONTH,DAY,DAY_OF_WEEK,AIRLINE,FLIGHT_NUMBER,TAIL_NUMBER,ORIGIN_AIRPORT,DESTINATION_AIRPORT,SCHEDULED_DEPARTURE,DEPARTURE_TIME,DEPARTURE_DELAY,TAXI_OUT,WHEELS_OFF,SCHEDULED_TIME,ELAPSED_TIME,AIR_TIME,DISTANCE,WHEELS_ON,TAXI_IN,SCHEDULED_ARRIVAL,ARRIVAL_TIME,ARRIVAL_DELAY,DIVERTED,CANCELLED,CANCELLATION_REASON,AIR_SYSTEM_DELAY,SECURITY_DELAY,AIRLINE_DELAY,LATE_AIRCRAFT_DELAY,WEATHER_DELAY | |
2015,1,1,4,WN,651,N786SW,PHX,HOU,0740,0739,-1,11,0750,145,138,123,1020,1053,4,1105,1057,-8,0,0,,,,,, | |
2015,1,1,4,EV,3264,N14993,BTR,IAH,0912,0906,-6,13,0919,76,83,61,253,1020,9,1028,1029,1,0,0,,,,,, | |
2015,1,1,4,NK,138,N617NK,MCO,ACY,1042,1034,-8,11,1045,128,122,107,852,1232,4,1250,1236,-14,0,0,,,,,, | |
2015,1,1,4,HA,144,N480HA,LIH,HNL,1204,1201,-3,7,1208,33,34,20,102,1228,7,1237,1235,-2,0,0,,,,,, | |
2015,1,1,4,AA,1003,N3BXAA,PHL,MIA,1325,1321,-4,15,1336,173,162,138,1013,1554,9,1618,1603,-15,0,0,,,,,, | |
2015,1,1,4,WN,943,N492WN,HOU,HRL,1450,1457,7,8,1505,65,65,53,277,1558,4,1555,1602,7,0,0,,,,,, | |
2015,1,1,4,WN,296,N7722B,TPA,FLL,1610 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-04-21, TRANSFERENCIA 13861508, 0, 91557 | |
2020-04-21, PAGO PROVEEDORES, 0, 227883 | |
2020-04-22, PAGO PROVEEDORES, 0, 237054 | |
2020-04-24, PAGO PROVEEDORES, 0, 307694 | |
2020-04-25, PAGO PROVEEDORES, 0, 273025 | |
2020-04-25, PAGO PROVEEDORES, 0, 298708 | |
2020-04-26, PAGO ARRIENDO, 155587, 0 | |
2020-04-28, TRANSFERENCIA 15536418, 143434, 0 | |
2020-04-30, TRANSFERENCIA 19794651, 61205, 0 | |
2020-04-30, PAGO ARRIENDO, 0, 176186 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= favicon_link_tag 'favicon/favicon.ico' | |
- [57,72,60,76].each do |size| | |
= favicon_link_tag "favicon/apple-touch-icon-#{size}x#{size}.png", rel: 'apple-touch-icon', type: 'image/png', sizes: "#{size}x#{size}" | |
= favicon_link_tag "favicon/apple-touch-icon-#{size * 2}x#{size * 2}.png", rel: 'apple-touch-icon', type: 'image/png', sizes: "#{size * 2}x#{size * 2}" | |
- [16,32,96,196].each do |size| | |
= favicon_link_tag "favicon/favicon-#{size}x#{size}.png", type: 'image/png', sizes: "#{size}x#{size}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Tengo una wea que me llega una serie de causas de error y quiero convertir esas causales a Ãconos | |
#Entonces, puedo hacer esto | |
element = $('<span class="fa-stack fa-lg"><i class="fa fa-car fa-stack-1x"></i><i class="fa fa-ban fa-stack-2x text-danger"></i></span>') if cause == "transportation_exclusion" | |
element = $('<span class="fa-stack fa-lg"><i class="fa fa-car fa-stack-1x"></i><i class="fa fa-ban fa-stack-2x text-danger"></i></span>') if cause == "role_definition" | |
#Pero es una mierda y es muy larga la lÃnea y no me gusta Entonces... switch! | |
switch cause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ul.inline-list li:after { | |
content: ", "; | |
} | |
ul.inline-list li:last-child:after { | |
content: ". "; | |
} | |
ul.inline-list li:nth-last-child(2):after { | |
content: " y "; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Estás en la universidad, haciendo pequeños softwares, bien guiado -o eso esperamos- por los profesores y tutores y te quieres embarcar en un desarrollo más profesional, pero ¿Qué hay que tener en cuenta, aparte de la idea, para tener una buena experiencia de desarrollo y no dejar botado el proyecto a la mitad? | |
Para que esto no sea una biblia, nos enfocaremos en éste artículo a la parte del desarrollo puro del software, haremos algunos supuestos y dejaremos la parte del financiamiento de lado por mientras -no es que sea irrelevante, por el contrario, merece una línea absolutamente paralela de desarrollo en éste blog. | |