Skip to content

Instantly share code, notes, and snippets.

View brunocicom's full-sized avatar
💭
I may be slow to respond.

Bruno Oliveira brunocicom

💭
I may be slow to respond.
  • Montreal Informática (BDMG)
  • Lagoa Santa / MG | Brazil
View GitHub Profile
@brunocicom
brunocicom / expor_pem.bat
Created September 13, 2022 12:36
Export .pem from site
echo | openssl s_client -servername google.com -connect site.google.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > cert.pem
@brunocicom
brunocicom / mockRequest.txt
Last active March 2, 2022 19:06
Log body SoapUI mockRequest
// works PUT method
def request = mockRequest.getHttpRequest()
log.info "Request body: " + request.getReader().lines().collect()
@brunocicom
brunocicom / extensions.json
Created January 12, 2022 12:56
Angular extensions for .vscode
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"mintlify.document",
"Angular.ng-template",
"Mikael.Angular-BeastCode",
"johnpapa.Angular2",
@brunocicom
brunocicom / pom.xml
Last active April 26, 2019 19:42
Maven pom.xml - Client Axis2 Jar
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.brunocicom</groupId>
<artifactId>BrunoCicomTest</artifactId>
<version>0.0.1</version>
<packaging>jar</packaging>
@brunocicom
brunocicom / aspnet-mvc.gitignore
Created November 29, 2018 13:14 — forked from indyfromoz/aspnet-mvc.gitignore
.Gitignore for ASP.NET MVC
###################
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.pdb
*.dll.config
*.cache
@brunocicom
brunocicom / extensions.json
Last active March 19, 2018 18:13 — forked from anonymous/extensions.json
VSCode extensions - ionic 2 + angular
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"abusaidm.html-snippets",
"Angular.ng-template",
"danielehrhardt.ionic3-vs-ionView-snippets",
"eg2.tslint",
"eg2.vscode-npm-script",