Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- PYTHON @development:python
- hon:pip]] * instalar varias versiones python: [[https://medium.com/@julgq/instalando-m%C3%BAltiples-ver... ow to use Python’s **py** launcher for Windows: [[https://www.infoworld.com/article/3617292/how-to-use-py... ry'' for package management: <code bash>curl -sSL https://install.python-poetry.org | python3 -</code> =... the standard .gitignore is set curl -o .gitignore https://raw.githubusercontent.com/github/gitignore/main
- Python PycURL @development:python
- = Python PycURL /via: [[https://www.rapidseedbox.com/blog/python-curl]] * requests: [[info:cursos:pue:p... ts import requests get_response = requests.get('https://sampleurl.com') print(get_response.text) </code... {'param': 'value'} post_response = requests.post('https://sampleurl.com', data=payload) print(post_respon... mport requests try: get_response = requests.get('https://example.com') get_response.raise_for_status() p
- ANGULAR @development:angular
- = ANGULAR {{tag>development}} == + info * [[https://developer.mozilla.org/es/docs/Web/JavaScript/Una_re... a_JavaScript|re-introducción a javascript]] * [[https://developer.mozilla.org/es/docs/Learn/JavaScript/... cts|introducción a los objetos JavaScript]] * [[https://developer.mozilla.org/es/docs/Web/JavaScript/Referencia/Sentencias/let|let]] * [[https://developer.mozilla.org/es/docs/Web/JavaScript/Re
- jquery @development:jquery
- = jquery == datepicker === fuentes * [[https://bootstrap-datepicker.readthedocs.io/en/latest/options.html]] * [[https://uxsolutions.github.io/bootstrap-datepicker/?#sandbox]] * [[https://gijgo.com/datepicker/example/bootstrap-4]] * [[https://stackoverflow.com/questions/25874375/multiple-d
- Jaxb @development:java:lib
- :java:lib:jaxb-tutorial.pdf |}} == enlaces * [[https://www.mkyong.com/java/jaxb-hello-world-example/]]... ogella.com/tutorials/JavaXML/article.html]] * [[https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/annotation/package-summary.html]] * [[https://docs.oracle.com/javaee/5/tutorial/doc/bnazg.html]] * [[https://examples.javacodegeeks.com/core-java/xml/bind/j
- markdown @development:markdown
- down {{tag>development addendum}} * tutorial: [[https://www.markdowntutorial.com]] * tutorial: [[https://www.markdownguide.org/]] * [[https://www.markdownguide.org/cheat-sheet/]] * cheat-sheet: [[https://github.com/adam-p/markdown-here/wiki/Markdown-C
- 02/03/2020 @development:angular
- = 02/03/2020 == proyecto: firebase + crud * [[https://angular-templates.io/tutorials/about/firebase-authentication-with-angular]] * [[https://angular-templates.io/tutorials/about/angular-cr... e código: ''npm i --save-dev prettier'' * [[https://palantir.github.io/tslint/|tslint]] se está dep... o en desarrollo === prettier * introducción: [[https://medium.com/@simonhoyos/manten-limpio-tu-c%C3%B3
- Python strings @development:python
- () * Regex: re.search(), re.fullmatch() /via: [[https://note.nkmk.me/en/python-str-compare/]] == string formatting * string formating[[https://realpython.com/python-string-formatting/]] ... print(f"newline: {newline}") </code> /+info: [[https://www.python.org/dev/peps/pep-0498/]] /via: [[https://www.geeksforgeeks.org/formatted-string-literals-f-
- Javascript Datatables @development:datetable
- = Javascript Datatables * [[https://datatables.net/download/]] * plugins: * català: [[https://datatables.net/plug-ins/i18n/Catalan.html]] * sorting date/time values: [[https://datatables.net/plug-ins/sorting/datetime-moment]] * formatting date/time: [[https://datatables.net/examples/datetime/formatting-mom
- encoding @development:encoding
- s: codificación **UTF8_GENERAL_CI** == php * [[https://kunststube.net/encoding/]] * [[https://kunststube.net/frontback/]] * [[https://stackoverflow.com/questions/11385599/how-to-insert-spanish-characters-in-mysql]] == + info * [[https://www.w3.org/International/questions/qa-what-is-e
- RESTful @development:restful
- = RESTful == related * [[https://www.idento.es/blog/desarrollo-web/que-es-una-api-rest/]] * [[https://bbvaopen4u.com/es/actualidad/api-rest-que-es-y-... us-ventajas-en-el-desarrollo-de-proyectos]] * [[https://desarrolloweb.com/articulos/que-es-rest-caracteristicas-sistemas.html]] * [[https://desarrolloweb.com/manuales/manual-desarrollo-ap
- Python: Entornos virtuales @development:python
- desactivar rm -rf venv # eliminar </code> /via: [[https://help.dreamhost.com/hc/es/articles/115000695551-... te # desactivar deactivate </code> == venv * [[https://docs.python.org/es/3/tutorial/venv.html]] === ... yenv === instalación * install: <code bash>curl https://pyenv.run | bash</code> * configuración: <cod... ode bash>pyenv local ecomerce</code> /via: * [[https://roylans.dev/entorno-virtual-en-python-pyenv]]
- Restful API @development:php:codeigniter
- = Restful API == tutoriales * [[https://www.itsolutionstuff.com/post/codeigniter-3-restful-api-tutorialexample.html]] * [[https://dev.to/pardip_trivedi/create-a-rest-api-in-codeigniter-with-basic-authentication-1e7f]] * [[https://www.desarrollolibre.net/blog/codeigniter/como-c... iter#.XXGE9XX7TmE]] * codeigniter-restserver: [[https://github.com/chriskacerguis/codeigniter-restserve
- json @development:json
- == install (raspberry) <code bash> cd /tmp wget https://github.com/stedolan/jq/releases/download/jq-1.5... e && sudo make install </code> == tutorials * [[https://linuxhint.com/bash_jq_command/]] == jq (shell... .DOMAIN == "domain2") | .DOMAINID'</code> /via: [[https://github.com/stedolan/jq/issues/370]] === script ... } echo $(_jq '.name') done </code> /via: [[https://starkandwayne.com/blog/bash-for-loop-over-json-
- Python Pandas @development:python
- oad Excel old .xls files) </code> * Estilos: [[https://docs.bokeh.org/en/latest/docs/user_guide/styling/plots.html#ug-styling-plots]] * datos: [[https://pythonhow.com/media/data/supermarkets.json]] =... put_file, show import pandas df=pandas.read_csv("https://pythonizing.github.io/data/bachelors.csv") x=d... figure, output_file, show df=pandas.read_excel("https://github.com/pythonizing/data/blob/master/verlege