SELECT * FROM pg_stat_activity;
ALTER SEQUENCE check_hrpcs_module_idx_seq RESTART WITH 1;
\COPY tablename TO '';
| var cnt = 0; | |
| for(var i=0; i < sessionStorage.length; i++){ | |
| if (JSON.parse(sessionStorage.getItem(sessionStorage.key(i))).length > 0) { | |
| cnt = cnt + JSON.parse(sessionStorage.getItem(sessionStorage.key(i))).length; | |
| } | |
| } |
| class Color(object): | |
| """ | |
| utility to return ansi colored text. | |
| """ | |
| colors = { | |
| 'black': 30, | |
| 'red': 31, | |
| 'green': 32, | |
| 'yellow': 33, |
| // ==UserScript== | |
| // @name Add Keyboard shortcuts for Google Search | |
| // @namespace CHANN | |
| // @description Adds '/' key as shortcut for accessing Google search bar | |
| // @include https://www.google.* | |
| // @version 0.1 | |
| // @grant none | |
| // ==/UserScript== | |
| window.addEventListener("keyup", function(event) { |
| javascript:location.href=%22googlechrome%22+location.href.substring(4); |
| Agnes en_US # Isn't it nice to have a computer that will talk to you? | |
| Albert en_US # I have a frog in my throat. No, I mean a real frog! | |
| Alex en_US # Most people recognize me by my voice. | |
| Alice it_IT # Salve, mi chiamo Alice e sono una voce italiana. | |
| Alva sv_SE # Hej, jag heter Alva. Jag är en svensk röst. | |
| Amelie fr_CA # Bonjour, je m’appelle Amelie. Je suis une voix canadienne. | |
| Anna de_DE # Hallo, ich heiße Anna und ich bin eine deutsche Stimme. | |
| Bad News en_US # The light you see at the end of the tunnel is the headlamp of a fast approaching train. | |
| Bahh en_US # Do not pull the wool over my eyes. | |
| Bells en_US # Time flies when you are having fun. |
| javascript:void(document.onselectstart=null); | |
| javascript:void(document.oncontextmenu=null); |