The initial source comes from sdcuike/issueBlog#4
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
| libreria de componentes/figuras que pueda importar individualmente como imagenes a un dashboard estas deben soportar transparencia (lo mas importante) | |
| ######################### datos a mostrar generales ################################# | |
| asesoria =>icono de personas hombre y mujer, niΓ±o niΓ±a | |
| expedientes =>icono folder | |
| asistencias =>icono ?? | |
| Servicios Brindados => ?? | |
| Expediente Activo => ?? |
| function setup() { | |
| createCanvas(windowWidth, windowHeight); | |
| petals=random(5,10) | |
| c1=random(255) | |
| } | |
| function draw() { | |
| if(mouseIsPressed===true){ |
| echo -n 'TOTAL ' ;du -sh ; find . -iname "*.mp4" -exec echo {} \; -exec ffmpeg -v quiet -i {} {}.mkv \; -exec rm {} \; | |
| #todo | |
| print reduce size | |
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
Find the best resources for learning Google Apps Script, the glue that connects all GSuite services including Gmail, Google Drive, Calendar, Google Sheets, Forms, Maps, Analytics and more.
A good place to learn more about Google Apps Script is the official documentation available at developers.google.com. Here are other Apps Script resources that will help you get up to speed.
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
n=5;
m=10
try{
if(n<m)
{
throw {
mensaje:'n es menor que m',
codigo:600| npm config set proxy http://<username>:<password>@<proxy-server-url>:<port> | |
| npm config set https-proxy http://<username>:<password>@<proxy-server-url>:<port> |
| from threading import Thread | |
| import time | |
| class mithread(Thread): | |
| running=True | |
| def __init__(self): | |
| Thread.__init__(self) | |
| self.start() | |
| def run(self): | |