This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.bundle.js 2.59 MB 0 [emitted] main | |
[0] multi main 76 bytes {0} [built] | |
+ 356 hidden modules | |
√ Webpack complete | |
Running command: "C:\Program Files\nodejs\node.exe" c:\dev\cutePuppyPics\hooks\ | |
fter_prepare\010_add_platform_class.js c:\dev\cutePuppyPics | |
add to body class: platform-android | |
Running command: cmd "/s /c "c:\dev\cutePuppyPics\platforms\android\cordova\run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# include <stdio.h> | |
# include <stdlib.h> | |
// | |
// O sistema de avaliação de uma determinada disciplina obedece os seguintes criterios | |
// - Durante o semestre sao dada 3 notas | |
// - A nota final é a media aritimetica | |
// - é considerado aprovado o aluno que tiver a media final maior ou igual a 60 e que tenha um numero minimo de 40 presenças | |
// Leia um conjunto de dados contendo o numero de matricula, as 3 notas e a frequencia ate que o numero digitado seja 0 | |
// Calcule: | |
// - a nota final de cada aluno e sua situação (aprovado/reprovado) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function calculo() { | |
var total1 = 0, total2 = 0, total3 = 0, total4 = 0; | |
if (document.cel1.Locar1.checked == true) { | |
total1 = 3999; | |
if (document.cel1.cel1d == "Dummy") { | |
total1 = 3799.05; | |
} | |
else if (document.cel1.cel1n == "Normal") { | |
total1 = 3599.1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>mwss Project</title> | |
<link rel="stylesheet" href="Style.css"/> | |
<script src="jquery-1.12.3.js"></script> | |
</head> | |
<body> | |
<div class="divzin"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//criando a receita | |
class Carro { | |
construct(rodas, portas) { | |
//setar atributos padrão | |
this.rodas = rodas || 4; | |
this.portas = portas || 2; | |
} | |
//comportamento de andar | |
andar () { | |
console.log('ok lets go'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
#define A_LINHA 4 //4 Linhas | |
#define A_COLUNA 3 //3 Colunas | |
#define B_LINHA 4 //4 Linhas | |
#define B_COLUNA 3 //3 Colunas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
storeFile=/path/to/key | |
keyAlias={key-alias} | |
storePassword={store-pass} | |
keyPassword={key-pass} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Injectable } from '@angular/core'; | |
import { Meta, Title } from '@angular/platform-browser'; | |
import { Observable } from 'rxjs/Observable'; | |
import 'rxjs/add/observable/of'; | |
import 'rxjs/add/observable/fromPromise'; | |
import * as _ from 'lodash'; | |
import { PageTitlePositioning } from './models/page-title-positioning'; | |
import { MetaLoader } from './meta.loader'; | |
import { isPromise, isObservable } from './util'; | |
import * as $ from 'jquery'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="mailto:[email protected]">Email</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="mailto:[email protected]">Email</a> |