Seleccionar página

Change Capitalized Text to Title Case With Regular Expression

For Spanish, this should do the trick: Substitute \b([A-ZÁÉÍÓÚÑ])([A-ZÁÉÍÓÚÑ][\wÁÉÍÓÚÑ]*) with \u$1\L$2. To capitalize back roman numerals, acronyms or initials, make a list: ([IVXL]{2,}|CONACULTA|FONCA|INAH)and substitute with caps: \U$1 (you might need to set your...

Tramitar licencia de conducir en la Ciudad de México

Ingresa a la página del Formato Múltiple de Pago de la Secretaría de Finanzas, en la opción “Tránsito”, selecciona “Licencia A automovilista y motociclista por 3 años (Expedición y reposición)” e imprime tu línea de captura con la clave 01. (ingresa aquí para...

Prevenir que Chrome se robe las teclas de control multimedia

Chrome le roba las teclas multimedia a mi reproductor de música favorito (MediaMonkey). Para prevenirlo, hay que deshabilitar su «Hardware Media Key Handling» en: chrome://flags/#hardware-media-key-handling Aun así, las teclas no funcionaban todo el tiempo. Habilitar...

Google Chrome

Dictionary To edit the Custom Dictionary: Close ChromeRename or delete %LOCALAPPDATA%\Google\Chrome\User Data\Default\Custom Dictionary.txt.backupAdd/remove words from %LOCALAPPDATA%\Google\Chrome\User Data\Default\Custom Dictionary.txt.backupRemove the checksum in...

Microsoft Word

Keyboard shorctuts Find next: Control+Page DownSwitch capitalization: Shift+F3 Dictionary Custom Dictionary location: %APPDATA%MicrosoftUProofCUSTOM.DIC (simple alphabetical list of words)

Pisando la cola del cometa C/2020 F3 (NEOWISE)

El cometa C/2020 F3 (NEOWISE) se ha convertido en uno de los más brillantes de los últimos tiempos, aunque tampoco quemó al santo: su magnitud actual es de 2.5 y va en aumento (mientras más grande, menos se ve, por alguna razón; los objetos más brillantes, en cambio,...

Reviewing the console command history in Chrome’s DevTools

You can use up-arrow or type the start of a previous command to search your command history in DevTools, but if you don’t recall the command and it’s far away in your history, you can use this method to see all your console history: While in DevTools,...