| machine | program | ouser |
|---|---|---|
| my laptop username | SQL DEVELOPER | User |
| machine | program | ouser |
|---|---|---|
| ip-10-6-7-1 | oracle@ip-10-6-7-1 | rdsdb |
| machine | program | ouser |
|---|---|---|
| my laptop username | SQL DEVELOPER | User |
| machine | program | ouser |
|---|---|---|
| ip-10-6-7-1 | oracle@ip-10-6-7-1 | rdsdb |
| IParser parser = Parser.createParser(Parser.Type.OBJ, getResources(), "min3d.sampleProject1:raw/camaro_obj", true); |
| package android.common; | |
| import android.content.Context; | |
| import android.content.pm.ApplicationInfo; | |
| import android.content.pm.PackageManager; | |
| import android.util.Log; | |
| import java.io.File; | |
| /** |
| IParser parser = Parser.createParser(Parser.Type.OBJ, | |
| getResources(), ResourceUtils.getGlobalResourcePackageIdentifier(this.getBaseContext())+":raw/camaro_obj", true); |
| /* | |
| * I add this to html files generated with pandoc. | |
| */ | |
| html { | |
| font-size: 100%; | |
| overflow-y: scroll; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| } |
| main() | |
| func main() | |
| Sleep(125) | |
| Send("^c") | |
| Send("#r") | |
| Sleep(125) | |
| Send("notepad") | |
| Send("{ENTER}") |
| main2() | |
| func main2() | |
| $cont=0 | |
| $salto=18 | |
| global $num_elem = 20 | |
| global $arr[$num_elem] | |
| While $cont < $num_elem |
| # funciono : file + json | |
| curl -X POST -F "jsonPayload=@/c/Users/lala/Desktop/payload.json" -F "fileName=lala-2017.xlsx" -F "image=@/c/Users/lala/Desktop/input.txt" http://localhost:9090/upload | |
| # funciono : json + file | |
| curl -v POST \ | |
| -H 'Accept: application/json' \ | |
| -H 'Content-Type: multipart/form-data' \ | |
| --form-string 'data={"id": 42}' \ | |
| -F 'file=@/c/Users/lala/Desktop/input.txt' \ | |
| 'http://localhost:9090/upload' |
| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #dc8100; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| </style> |