I hereby claim:
- I am qbantek on github.
- I am qbantek (https://keybase.io/qbantek) on keybase.
- I have a public key whose fingerprint is FDCB 52A1 7146 6124 0C72 CA61 06E7 C7FB 5333 B4B4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /****** Object: StoredProcedure [dbo].[pr__SYS_MakeSelectRecordProc] Script Date: 5/18/2018 6:55:24 PM ******/ | |
| SET ANSI_NULLS ON | |
| GO | |
| SET QUOTED_IDENTIFIER OFF | |
| GO | |
| CREATE PROC [dbo].[pr__SYS_MakeSelectRecordProc] | |
| @sTableName varchar(128), |
| <script type="text/javascript"> | |
| !function(e,t,c,k){ | |
| var n=("https:"==document.location.protocol?"https://":"http://")+"pma-code.appspot.com/js/dn.js?", | |
| a=t.createElement(c);a.src=n+k,a.async=1; | |
| var p=document.getElementsByTagName(c)[0];p.parentNode.insertBefore(a,p) | |
| }(window,document,"script","AC6e2c90873c02372d83ccce8e778eb399"); | |
| </script> |
| cat > ~/.local/share/applications/postman.desktop <<EOL | |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Name=Postman | |
| Exec=postman | |
| Icon=/opt/Postman/resources/app/assets/icon.png | |
| Terminal=false | |
| Type=Application | |
| Categories=Development; | |
| EOL |
| --skip-active-record | |
| --skip-test-unit | |
| --skip-system-test | |
| --skip-turbolinks | |
| --skip-spring | |
| --skip-keeps | |
| --skip-coffee | |
| --skip-action-cable | |
| --skip-action-mailer | |
| --skip-listen |
I hereby claim:
To claim this, I am signing this object:
| <% | |
| Server.ScriptTimeout=60*15 | |
| Dim address | |
| address = "http://portquiz.net:" | |
| Function TCPPing( address, port ) | |
| Dim xhr | |
| Set xhr = Server.CreateObject("MSXML2.ServerXMLHTTP") | |
| xhr.SetTimeouts 8000,8000,8000,8000 |