Skip to content

Instantly share code, notes, and snippets.

import os
import csv
from datetime import datetime
import decimal
from decimal import Decimal
data = ''
def calcPrice(data):
ReferenceID = input("Reference ID: ")
clientName = input("Client Name: ")
import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {RouterModule} from '@angular/router';
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';
import {MatListModule} from '@angular/material/list';
import { MatSidenavModule } from '@angular/material/sidenav';
package com.example.demo;
import com.example.demo.model.Calculate;
import com.example.demo.model.Student;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
@chriskinyua
chriskinyua / tweet_dumper.py
Created January 26, 2018 12:10 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
#!/usr/bin/env python
# encoding: utf-8
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""