https://github.com/albertogalan Phone : +8618721846147 E- mail : [email protected]
Alberto Galan is a Steam Teacher, expertise in Cybernetics and Neurolinguistic Programming (NPL), a famous methodology to increase the efficiency in learning and achieve the excelence. Through Anchoring, persuading and couching techniques makes the students to learn a faster pace discovering their potential growth.
He maintains connection with NASA engineers co-investigators in Mars 2020 Mission. Additionally has more than 20 years of experience in different fields as Biotechnology ( Switzerland, Biorad ), Automated Warehouses ( Switzerland, Kardex ), High Voltage Power Systems ( China, Grandtop ), received education from Spai
Alberto Galan is a Steam Teacher, expertise in Cybernetics and Neurolinguistic Programming (NPL), a famous methodology to increase the efficiency in learning and achieve the excelence. Through Anchoring, persuading and couching techniques makes the students to learn a faster pace discovering their potential growth.
He maintains connection with NASA engineers co-investigators in Mars 2020 Mission. Additionally has more than 20 years of experience in different fields as Biotechnology ( Switzerland, Biorad ), Automated Warehouses ( Switzerland, Kardex ), High Voltage Power Systems ( China, Grandtop ), received education from Spain and England Universities and working with Spanish, German, Switzerland and Norway Entrepreneurs.
Alberto actively participates in Hacker and Colearning communities: Coderbunker (2015-now) Linux Colearning Leader, teaching advanced computer skills. Biohacker Barcelona (2014) organizing and collaborating to create laboratory machines.
He i
#!/bin/bash | |
if [[ $# -eq 0 ]]; then | |
echo "$red This command $reset" | |
echo "Usage: ${FUNCNAME[0]} $green {word} $reset" | |
exit 0 | |
fi | |
word="$1" |
Phone : +86 18721846147
E- mail : [email protected]
Alberto Galan is an expert in Digital Business, through data analysis can generate Marketing Growth, Market Segmentation and Accelerate Innovation. He has dilated experience in Communication and Persuasion Techniques, Neuro Linguistic Programming. NLP technique is an USA famous methodology for Efficiency Communication and Couching, that permits improve the relationship with customers and achieve faster personal goals.
He has more than 20 years of experience in different industries as Biotechnology ( Switherland, Biorad ), Automated Storage and Retrieval Systems ( Switherland, Kardex ), High Voltage Power Systems ( China, Grandtop ), received education from Spanish and UK Universities and working with Spanish, German, Switherland and Norway Enterpreuners. Also contribute in Hacker and Colearning spaces: Coderbunker (2015) Linux Colearning Leader, teaching advanced computer skills. Biohacker Barcelona (2014) organising and collaborating to cre
# python package | |
import csv | |
import time | |
import random | |
import sys | |
import os | |
# selenium package | |
from selenium import webdriver | |
from selenium.webdriver.common.keys import Keys |
from lxml import html | |
import csv, os, json | |
import requests | |
from exceptions import ValueError | |
from time import sleep | |
def linkedin_companies_parser(url): | |
for i in range(5): | |
try: |
#!/bin/bash | |
# create a new issue if not found (requires hub cli client) | |
# checks brew and cargo for homepage + description | |
function tld { | |
tldr $* 2>/dev/null && return | |
local repo=~/code/tldr # replace with location to tldr repo | |
local info=("${(@f)$(brew info --json=v1 $1 2>/dev/null | jq -r '.[].homepage,.[].desc')}") | |
test $#info -gt 1 || info=("${(@f)$(cargo show $1 2>/dev/null | awk '/^homepage|description/ { $1=""; print }')}") |