Last Message ID: 89569
| Andrew M. Webb on Twitter | ![]() |
|---|
Last Message ID: 89569
| Andrew M. Webb on Twitter | ![]() |
|---|
| winget install --id=Google.Chrome -e --accept-source-agreements && winget install --id=Mozilla.Firefox -e --accept-source-agreements && winget install --id=WhatsApp.WhatsApp -e --accept-source-agreements && winget install --id=7zip.7zip -e --accept-source-agreements && winget install --id=Oracle.JavaRuntimeEnvironment -e --accept-source-agreements && winget install --id=VideoLAN.VLC -e --accept-source-agreements && winget install --id=CodecGuide.K-LiteCodecPack.Full -e --accept-source-agreements && winget install --id=Microsoft.Skype -e --accept-source-agreements && winget install --id=Piriform.CCleaner -e --accept-source-agreements && winget install --id=TeamViewer.TeamViewer -e --accept-source-agreements && winget install --id=Adobe.Acrobat.Reader.64-bit -e --accept-source-agreements && winget install --id=AnyDeskSoftwareGmbH.AnyDesk -e --accept-source-agreements |
| func logging(f http.HandlerFunc) http.HandlerFunc { | |
| return func(w http.ResponseWriter, r *http.Request) { | |
| log.Println("[", r.Method, "]", r.URL.Path) | |
| log.Println(r.Host, r.Proto, r.ProtoMajor, r.ProtoMinor) | |
| f(w, r) | |
| } | |
| } |
| clojure: | |
| install asdf | |
| install plugin lein | |
| https://github.com/miorimmax/asdf-lein | |
| sublime text 3 |
I hereby claim:
To claim this, I am signing this object:
| cmake -D CMAKE_INSTALL_PREFIX=/usr/local \ | |
| -DBUILD_TIFF=ON -DBUILD_opencv_java=OFF \ | |
| -DWITH_CUDA=OFF -DENABLE_AVX=OFF \ | |
| -DWITH_OPENGL=OFF -DWITH_OPENCL=OFF \ | |
| -DWITH_IPP=OFF -DWITH_TBB=OFF \ | |
| -DWITH_EIGEN=OFF -DWITH_V4L=OFF \ | |
| -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF \ | |
| -DCMAKE_BUILD_TYPE=RELEASE \ | |
| -D CMAKE_INSTALL_PREFIX=/usr/local \ | |
| -D INSTALL_C_EXAMPLES=ON \ |
| // github.com/jhoonb | |
| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| ) | |
| // view |
| SQL INJETCION ---- STRING LOGIN E SENHA: | |
| b' or ' 1=' | |
| ' or '1 | |
| ' or '| | |
| ' or 'a'='a | |
| ' or ''=' | |
| ' or 1=1-- | |
| ') or ('a'='a | |
| ' or '1'='1 |
| # -*- coding: cp1252 -*- | |
| #--------------------------------------------------------------------------@ | |
| # Programa codificador e decodificador de codigo morse 'CDCM' | |
| # Autor: Jhonathan Paulo Banczek | |
| # data: 14 a 15/01/2011 | |
| # email: [email protected] | |
| #---------------------------------------------------------------------------@ | |
| #importar o modulo Tkinter |
| [global_config] | |
| enabled_plugins = CustomCommandsMenu, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
| [keybindings] | |
| [profiles] | |
| [[default]] | |
| palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
| background_image = None | |
| background_darkness = 0.74 | |
| use_system_font = False | |
| font = Monospace 11 |