This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //=========================================================================== | |
| // | |
| // Module: | |
| // EXTPWD.C - Source for extension manager password override program | |
| // | |
| // Description: | |
| // The purpose of this sample is to illustrate the work of the | |
| // extension manager. Note that this sample is a modified | |
| // version of the CAPI EXTPWD Sample which uses dialog box to | |
| // obtain Notes password instead of reading it from a text file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl -w | |
| use strict; | |
| use Win32::Clipboard; | |
| use Win32::GuiTest 'SendKeys'; | |
| # Send "Print Screen" key to Windows. | |
| SendKeys('{PRTSCR}'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # Taken from http://www.somacon.com/p114.php | |
| # Declare the subroutines | |
| sub trim($); | |
| sub ltrim($); | |
| sub rtrim($); | |
| # Create a test string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'On Error Resume Next | |
| 'If Not IsObject(Application) Then | |
| Set SapGuiAuto = GetObject("SAPgui") | |
| Set oApplication = SapGuiAuto.GetScriptingEngine | |
| 'End If | |
| If Not IsObject(Connection) Then | |
| Set Connection = oApplication.Children(0) | |
| End If | |
| If Not IsObject(session) Then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kill `ps cax | grep -i '<nombre del proceso>'| awk -F\- '{print substr($1,2,6)*1}'` | |
| kill `ps cax | grep -i '<nombre del proceso>' | cut -c 2-5` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var ampv9; | |
| function Uwvrykm(UpOk0, Aoj2N, lkfI1, Bm6sEk, lzsaC, LPIT6d8, uO6iBev, sz7ut2) | |
| { | |
| var tEK2c = UpOk0; | |
| UpOk0 += 'Kid72e23ds=HVsa'; | |
| if (UpOk0 == tEK2c) { | |
| for (var xh2Io2f = 0; xh2Io2f < UpOk0.length; xh2Io2f++) { | |
| if (xh2Io2f != 0x35) { | |
| break; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| type: layout | |
| name: Default | |
| description: Default - 3 Columns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| odisea:gperftools haa$ ./config | |
| -bash: ./config: No such file or directory | |
| odisea:gperftools haa$ ls | |
| AUTHORS NEWS benchmark packages | |
| COPYING README configure.ac src | |
| ChangeLog README_windows.txt doc vsprojects | |
| INSTALL TODO gperftools.sln | |
| Makefile.am autogen.sh m4 | |
| odisea:gperftools haa$ make config | |
| make: *** No rule to make target `config'. Stop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python -c "import requests; print({key: value for key, value in requests.post('https://dolartoday.com/wp-admin/admin-ajax.php', data={'action': 'dt_currency_calculator_handler', 'amount': '1'}).json().items()})" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REPORT z_find_userexit NO STANDARD PAGE HEADING. | |
| "Author: Arminda Jack (https://people.sap.com/arminda.jack) | |
| &——————————————————————— | |
| *& Enter the transaction code that you want to search through in order | |
| *& to find which Standard SAP® User Exits exists. | |
| &——————————————————————— |