find copied-directory -type d -exec chmod 755 {} \;
find copied-directory -type f -exec chmod 644 {} \;find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;| import React, { useState, useEffect } from 'react'; | |
| const initialUsers = [ | |
| { id: 1, name: 'Alice', email: 'alice@example.com', status: 1, lastEdited: '2025-04-01' }, | |
| { id: 2, name: 'Bob', email: 'bob@example.com', status: 0, lastEdited: '2025-04-02' }, | |
| { id: 3, name: 'Charlie', email: 'charlie@example.com', status: 1, lastEdited: '2025-04-03' }, | |
| { id: 4, name: 'David', email: 'david@example.com', status: 0, lastEdited: '2025-04-01' }, | |
| ]; | |
| const UserList = () => { |
First, create a new session:
screen -d -m -S multisessionAttach to it:
screen -r multisession| #!/bin/bash | |
| # | |
| # Open new Terminal tabs from the command line | |
| # | |
| # Author: Justin Hileman (http://justinhileman.com) | |
| # | |
| # Installation: | |
| # Add the following function to your `.bashrc` or `.bash_profile`, | |
| # or save it somewhere (e.g. `~/.tab.bash`) and source it in `.bashrc` | |
| # |
| {"lastUpload":"2019-04-04T23:31:16.231Z","extensionVersion":"v3.2.4"} |
| id;cp;localidad;idProvincia | |
| 1;1761;20 De Junio;1 | |
| 2;6660;25 De Mayo;1 | |
| 3;6405;30 De Agosto;1 | |
| 4;1776;9 De Abril;1 | |
| 5;6500;9 De Julio Estafeta Nº2;1 | |
| 6;6500;9 De Julio (Partido Nueve De Julio);1 | |
| 7;1903;Abasto;1 | |
| 8;7228;Abbott;1 | |
| 9;6450;Abel;1 |
| id;provincia;idPais | |
| 1;Buenos Aires;1 | |
| 2;Catamarca;1 | |
| 3;Chaco;1 | |
| 4;Chubut;1 | |
| 5;Córdoba;1 | |
| 6;Corrientes;1 | |
| 7;Entre Ríos;1 | |
| 8;Formosa;1 | |
| 9;Jujuy;1 |
| id;pais | |
| 1;Argentina | |
| 2;Afghanestan | |
| 3;Albania | |
| 4;Alemania | |
| 5;Andorra | |
| 6;Angola | |
| 7;Anguilla | |
| 8;Antártida | |
| 9;Antigua y Barbuda |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.11759774386882782</real> |