Giter Club home page Giter Club logo

procedures's Introduction

Investigatión

TRadeuce VBA

es mejro traaducir gooel shet una hoha en blanco e ir pasando datos

Public Function Traducir(texto As String, sl As String, tl As String) As String
    
    Application.ScreenUpdating = False
    
    Dim XMLPage As New MSXML2.XMLHTTP60
    Dim htmldoc As New MSHTML.HTMLDocument
    Dim htmlim As MSHTML.IHTMLElement
    Dim htmlims As MSHTML.IHTMLElementCollection
    Dim URL As String
        
    URL = "https://www.bing.com/ttranslatev3?isVertical=1&&IG=56621AD6CDD14B9B9B9F1E7936027403&IID=translator.5022.1"
            
    sBody = "fromLang=" & sl & _
    "&to=" & tl & _
    "&text=" & texto & _
    "&token=daK0ULSdP1ckXRcSDCRY1mTdRgBxW8un&key=1665705433206"
    
    XMLPage.Open "Post", URL, False
    XMLPage.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
    XMLPage.setRequestHeader "X-Requested-With", "XMLHttpRequest"
    XMLPage.send sBody
    
    Debug.Print XMLPage.responseText
    
    htmldoc.body.innerHTML = XMLPage.responseText
    textoatraducir = Split(XMLPage.responseText, "text"":""")
    traduccion = Split(textoatraducir(1), """")
    Traducir = WorksheetFunction.Proper(traduccion(0))
    
    '=Traducir(  ,"en","es")

End Function

git remote get-url origin

  100  wget https://github.com/jarun/ddgr/archive/refs/tags/v2.0.tar.gz
  101  ls
  102  sudo tar -xvzf v2.0.tar.gz
  103  ls
  104  cd ddgr-2.0/
  105  ls
  106  sudo make install
  107  ls
./ddgr -x

jquery 1.6 vulnerabilities vulnerability exploits exploits vuln  hack zeroday 

type number 

exit q

sudo apt install w3m w3m-img
export BROWSER=w3m
w3m xyz.com

sudo apt install lynx
To get started, you just have to follow the command below:

lynx examplewebsite.com

procedures's People

Contributors

osvaldohdzm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.