mirror of
https://github.com/c0de-archive/CDRParser.git
synced 2024-12-22 03:32:39 +00:00
Play Fair, Give Credit where due
This commit is contained in:
parent
10d679c5a5
commit
d7bfa01f03
3
LICENSE
3
LICENSE
@ -1,5 +1,8 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2013, Marcel Hellkamp http://bottlepy.org/
|
||||
Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
|
||||
Copyright (c) 2013-2016 Mattias Holmlund, http://mattiash.github.io/angular-tablesort
|
||||
Copyright (c) 2016 David Todd (c0de) <c0de@c0defox.es>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@ -1,4 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Cisco CDR Parser v1.0
|
||||
# (c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
|
||||
# License: MIT
|
||||
|
||||
import tempfile
|
||||
import hashlib
|
||||
|
@ -1,4 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Cisco CDR Parser v1.0
|
||||
# (c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
|
||||
# License: MIT
|
||||
|
||||
from bottle import SimpleTemplate, static_file, response, request, route, run
|
||||
import tempfile
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
Cisco CDR Parser v1.0
|
||||
(c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
|
||||
License: MIT
|
||||
*/
|
||||
var app = angular.module('MyApp', ['ngMaterial','tableSort',]).controller('logviewer', function($scope, $http, $mdDialog){
|
||||
var tmp = [];
|
||||
var list = '[[bigData]]'; // Pull in information provided by bottle's template engine
|
||||
|
@ -1,3 +1,8 @@
|
||||
<!--
|
||||
Cisco CDR Parser v1.0
|
||||
(c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
|
||||
License: MIT
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html ng-app="MyApp">
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user