Skip to content

Instantly share code, notes, and snippets.

View liopic's full-sized avatar
💡

Julio Martinez liopic

💡
View GitHub Profile
Code to find the IMEI numbe for Samsung galaxy s5 mobile phone *#06#
to check software version of phone *#1234#
to check software and hardware information *#12580*369#
Battery status (ADC, RSSI reading) *#0228#
Camera Firmware Standard *#34971539#
Service Mode *#32489# (or) *#1111#
Service Menu *#0011#
Factory data reset galaxy S5 *#7780#
USB service *#0808#
To Enter into Service mode *#9090#
function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/|\1|/'
}
function precmd() {
PROMPT="~$(parse_git_branch)%# "
}
function proml {
@liopic
liopic / gist:0ca50a6f5ae625f041a1
Created February 10, 2016 22:58
Job websites
empleo
http://www.twago.es/s/projects/
https://www.elance.com/r/jobs/q-php/
https://www.odesk.com/r/jobs/?sort=create_time+desc
http://www.domestika.org/es/search/jobs?page=1&query=php+freelance
https://www.freelancer.com.es/work/php/#6255439
https://freelance.infojobs.net/proyectos?q=php
http://www.nubelo.com/proyectos-freelance/?query=php
http://www.yeeply.com/
http://www.trabajofreelance.es/proyectos-programacion-web-php:php+freelance
@liopic
liopic / gist:dcab63e4c4f62e6cea0bdfde593d5244
Created June 1, 2016 14:00
The Pragmatic Programmer: Quick Reference Guide
The Pragmatic Programmer: Quick Reference Guide
This card summarizes the tips and checklists found in The Pragmatic Programmer. For more information about THE PRAGMATIC PROGRAMMERS LLC, source code for the examples, up-to-date pointers to Web resources, and an online bibliography, visit us at www.pragmaticprogrammer.com.
1. Care About Your Craft xix
Why spend your life developing software unless you care about doing it well?
2. Think! About Your Work xix
@liopic
liopic / things to do
Last active September 29, 2016 18:40
Bluetooth earphone in xubuntu
sudo gvim /etc/bluetooth/audio.conf
... add Enable=Socket in [General]
as options:
[General]
Enable = Source,Sink,Headset,Gateway,Control,Media
[A2DP]
SBCSources=1
MPEG12Sources=0
@liopic
liopic / notes.txt
Created October 8, 2016 10:55
Notes from tech conferences
== PBP BARCELONA CONF 2015 ==
- JSHint
- lakion/lionframe -> REST
- NoSQL
- Key/val - Memcache, redis
- Document - Mongo, Couch
- Async
1- curl mutti/Guzzle
2- RabbitMQ
3- Gearman
@liopic
liopic / basicElementsOfDesign.md
Created November 6, 2016 18:41
Basic elements of design
  • Color
  • Shapes
  • Contrast vs unity
  • Patterns + textures
  • Lines
  • Margins
  • Shadows
  • Eye guiding
@liopic
liopic / notes.md
Last active May 21, 2017 17:09
PyDataBcn 2017

keynote Travis Oliphant

  • NumFocus (ngo)
  • ML -> python
  • anaconda makes ML magic available to mortals
    • modeling, predicting, classif, visualization
    • feat labeling, data clean, data extrac, scaling, deploy
  • spyder IDE
  • recommends: Scikit, TF, Keras, XGBoost
  • intros de numpy, scipy(stats helpers), matplotlib
  • numba (bigger nodes, scale up) vs dask (more nodes, scale out), blaze (best of both: GPU cluster)
@liopic
liopic / introduction.md
Last active June 9, 2017 01:48
Coding kata: designing a virtual disk

#Designing a virtual disk

The basic task is to design the classes and methods needed to model a virtual disk that will contain files.

##Method This kata is incremental, that is, every 10 minute a new requirement will be announced, so developers have to implement it (usually a new method to code) and rethink the classes' structure.

This kata is intended to be done with pair programming, and at the end a discussion will be opened.

@liopic
liopic / notes.md
Last active July 14, 2018 06:31
PyDataBerlin 2018

PyData Berlin

FRIDAY

  • Text analysis
    • libraries
      • nltk - not as well maintain, old academic code
      • spacy - has languages models
      • gensim included corpus - Lee Background
  • NLP