Skip to content

Instantly share code, notes, and snippets.

View jeffotoni's full-sized avatar

Jefferson Otoni Lima jeffotoni

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#define TAMANHO 5
/*
11. Crie um programa que contenha um array contendo 5 elementos inteiros. Leia esse array
do teclado e imprima o endereço das posições contendo valores pares.
*/
/**
* @abstract: Exemplo usando media
* @name: @jeffotoni
*
*/
#include <stdio.h>
#include <stdlib.h>
int main () {
/**
* @abstract: brincando com strings
* @jeffotoni
* @exemplo strings
* @date: 2016
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/**
* @abstract: Brincando com continue
* @jeffotoni
* @exemplo triangulo de pascal
* @date: 2016
*/
#include <stdio.h>
int main(){
<?php
/**
* @jeffotoni
* aws sdk download
* baixar o sdk pelo composer
* install composer curl -sS https://getcomposer.org/installer | php
* gerar o arquivo composer.json
* "require": {"aws/aws-sdk-php": "2.*"}
* composer update
*/
/**
..######......#######.....##......##....########
.##....##....##.....##....##..##..##....##......
.##.................##....##..##..##....##......
..######......#######.....##..##..##....######..
.......##...........##....##..##..##....##......
.##....##....##.....##....##..##..##....##......
..######......#######......###..###.....##......
*
* S3WF Framework
/**
..######......#######.....##......##....########
.##....##....##.....##....##..##..##....##......
.##.................##....##..##..##....##......
..######......#######.....##..##..##....######..
.......##...........##....##..##..##....##......
.##....##....##.....##....##..##..##....##......
..######......#######......###..###.....##......
*
* S3WF Framework - golang
#!/bin/bash
# @autor jeffotoni
# @date 25/2017
while :
do
sleep 1
for f in *; do
echo "$f"
package main
import (
"fmt"
"log"
"net/http"
"github.com/gorilla/mux"
)
/** @autor jeffotoni */
package main
import (
"fmt"
"log"
"net/http"
"github.com/gorilla/mux"
)