Original link: http://www.concentric.net/~Ttwang/tech/inthash.htm
Taken from: http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
Reformatted using pandoc
Thomas Wang, Jan 1997
last update Mar 2007
| import { Injectable } from '@angular/core'; | |
| import { Firestore, collectionData, collection, QueryConstraint } from '@angular/fire/firestore'; | |
| import { addDoc, CollectionReference, deleteDoc, doc, getDoc, query, setDoc, updateDoc } from '@firebase/firestore'; | |
| @Injectable({ | |
| providedIn: 'root' | |
| }) | |
| export class FirestoreService { | |
| constructor(private firestore: Firestore) { } |
| const x = document.getElementsByClassName('artdeco-button--secondary'); for (let i=0 ; i<x.length; i++) x[i].click(); | |
| // falta paginacao e aceitar >100 numa tacada :P |
| import { Component, Input, AfterViewInit } from '@angular/core'; | |
| import { NgModel, DefaultValueAccessor, NgControl } from '@angular/forms'; | |
| import { Http, Headers, RequestOptions } from '@angular/http'; | |
| @Component({ | |
| selector: 'app-file-uploader', | |
| template: '<input type="file" (change)="updated($event);">', | |
| providers: [NgModel, DefaultValueAccessor] | |
| }) | |
| export class FileUploaderComponent implements AfterViewInit { |
Original link: http://www.concentric.net/~Ttwang/tech/inthash.htm
Taken from: http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
Reformatted using pandoc
Thomas Wang, Jan 1997
last update Mar 2007
| <!doctype html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <style> | |
| body { | |
| background: white; | |
| text-align: center; | |
| padding: 20px; | |
| font-family: Georgia, serif; |
| @alegomes | |
| @fmeyer | |
| @lacerdaph | |
| @celsoavmartins | |
| @jeveaux | |
| @glbenz | |
| @leohackin | |
| @lucastex | |
| @loiane | |
| @blpsilva |