code string | repo_name string | path string | language string | license string | size int64 |
|---|---|---|---|---|---|
#! /usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------------------------------------------------
# Name: general_test.py
# Purpose: General testing program for unioc-ng
# Author: Fabien Marteau <fabien.marteau@armadeus.com>
# Created: 22/11/2008
#----------------------------------------... | 102chute | trunk/code/test_unioc_ng/host/.svn/text-base/general_test.py.svn-base | Python | gpl2 | 2,267 |
#! /usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------------------------------------------------
# Name: bootstrap.py
# Purpose: bootstrap class used to communicate with atmega
# Author: Fabien Marteau <fabien.marteau@armadeus.com>
# Created: 22/11/2008
#--------------------------------... | 102chute | trunk/code/test_unioc_ng/host/.svn/text-base/bootstrap.py.svn-base | Python | gpl2 | 2,086 |
# Makefile for VHDL synthesis and simulation
# version 1.0
# Fabien Marteau
# project name
PROJECT=robotter_top
# vhdl files
FILES = src/atmega_wrapper.vhd src/Top.vhd src/Wb_led.vhd src/intercon.vhd src/Wb_pwm.vhd
# pin configuration
UCF_FILE =
# Synthesis constraints file
XCF_FILE =
# testbench
SIMTOP = top_tb
SI... | 102chute | trunk/code/vhdl_v2/Makefile | Makefile | gpl2 | 6,373 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 23/04/2008
-- File : atmega_wrapper_tb.vhd
--
-- Abstract : Test the wrapper between atmega and wishbone
--
----------------------------------------------... | 102chute | trunk/code/vhdl_v2/testbench/atmega_wrapper_tb.vhd | VHDL | gpl2 | 3,998 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 24/04/2008
-- File : Top_tb.vhd
--
-- Abstract :
--
---------------------------------------------------------------------------
library IEEE;
use IEEE.ST... | 102chute | trunk/code/vhdl_v2/testbench/Top_tb.vhd | VHDL | gpl2 | 4,231 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 23/04/2008
-- File : atmega_pkg.vhd
--
-- Abstract : Simulate atmega128 read and write
--
-----------------------------------------------------------------... | 102chute | trunk/code/vhdl_v2/testbench/atmega_pkg.vhd | VHDL | gpl2 | 3,273 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 01/05/2008
-- File : Wb_pwm.vhd
--
-- Abstract : A simple IP to drive pwm
--
--0x00 : |speed(7 downto 0)|
--0x01 : |dir|x|x|x|x|x|speed(9 downto 8)|
--
--... | 102chute | trunk/code/vhdl_v2/src/Wb_pwm.vhd | VHDL | gpl2 | 3,969 |
---------------------------------------------------------------------------
-- Company : ARMadeus Systems
-- Author(s) : Fabien Marteau
--
-- Creation Date : 05/03/2008
-- File : Wb_led.vhd
--
-- Abstract : drive one led with Wishbone bus
--
--------------------------------------------------------------... | 102chute | trunk/code/vhdl_v2/src/Wb_led.vhd | VHDL | gpl2 | 1,548 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 24/04/2008
-- File : intercon.vhd
--
-- Abstract : Intercon is the component where we do
-- the address decoding
--
----------------------------... | 102chute | trunk/code/vhdl_v2/src/intercon.vhd | VHDL | gpl2 | 3,299 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 23/04/2008
-- File : atmega_wrapper.vhd
--
-- Abstract : An atmega128 to wishbone wrapper components.
--
-------------------------------------------------... | 102chute | trunk/code/vhdl_v2/src/atmega_wrapper.vhd | VHDL | gpl2 | 2,535 |
---------------------------------------------------------------------------
-- Company : Vim Inc
-- Author(s) : Fabien Marteau
--
-- Creation Date : 24/04/2008
-- File : Top.vhd
--
-- Abstract : Blink blink a led ...
--
---------------------------------------------------------------------------
librar... | 102chute | trunk/code/vhdl_v2/src/Top.vhd | VHDL | gpl2 | 7,996 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datetime
from... | 10014500-myids | trunk/facebook.py | Python | gpl3 | 7,445 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import sys #for future parsing args
import os
import threading
import socket
from pcapy import findalldevs, open_live, open_of... | 10014500-myids | trunk/myids.py | Python | gpl3 | 2,672 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datetime
from... | 10014500-myids | trunk/sniffer.py | Python | gpl3 | 4,507 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/msn_protocol.py | Python | gpl3 | 6,795 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datetime
from... | 10014500-myids | trunk/.svn/text-base/facebook.py.svn-base | Python | gpl3 | 7,445 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
def getStringMac(mac_in):
#Con... | 10014500-myids | trunk/.svn/text-base/packet_function.py.svn-base | Python | gpl3 | 3,217 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/.svn/text-base/msn_protocol.py.svn-base | Python | gpl3 | 6,795 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/.svn/text-base/bbc.py.svn-base | Python | gpl3 | 1,341 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/.svn/text-base/PortScan.py.svn-base | Python | gpl3 | 5,937 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import sys #for future parsing args
import os
import threading
import socket
from pcapy import findalldevs, open_live, open_of... | 10014500-myids | trunk/.svn/text-base/myids.py.svn-base | Python | gpl3 | 2,672 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datetime
from... | 10014500-myids | trunk/.svn/text-base/sniffer.py.svn-base | Python | gpl3 | 4,507 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/.svn/text-base/botnet.py.svn-base | Python | gpl3 | 3,857 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/botnet.py | Python | gpl3 | 3,857 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
def getStringMac(mac_in):
#Con... | 10014500-myids | trunk/packet_function.py | Python | gpl3 | 3,217 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/bbc.py | Python | gpl3 | 1,341 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#-----------------------------------#
#Author: Robin David
#Matriculation: 10014500
#License: Creative Commons
#-----------------------------------#
import string
from impacket import ImpactDecoder, ImpactPacket #packet manipulation module
from datetime import datet... | 10014500-myids | trunk/PortScan.py | Python | gpl3 | 5,937 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0" />
<meta content="text/html; charset=utf-8" http-equiv="Content-type">
<meta content="IE=8" http-equiv="X-UA-Compatible">
<meta content=
"Googl... | 1162584980-google-io | map/embed.html | HTML | asf20 | 1,825 |
/**
* Creates a new Floor.
* @constructor
* @param {google.maps.Map=} opt_map
*/
function Floor(opt_map) {
/**
* @type Array.<google.maps.MVCObject>
*/
this.overlays_ = [];
/**
* @type boolean
*/
this.shown_ = true;
if (opt_map) {
this.setMap(opt_map);
}
}
/**
* @param {google.maps.M... | 1162584980-google-io | map/floor.js | JavaScript | asf20 | 1,176 |
/**
* Creates a new level control.
* @constructor
* @param {IoMap} iomap the IO map controller.
* @param {Array.<string>} levels the levels to create switchers for.
*/
function LevelControl(iomap, levels) {
var that = this;
this.iomap_ = iomap;
this.el_ = this.initDom_(levels);
google.maps.event.addList... | 1162584980-google-io | map/levelcontrol.js | JavaScript | asf20 | 2,264 |
/**
* @license
*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | 1162584980-google-io | map/smartmarker.js | JavaScript | asf20 | 2,564 |
#map-canvas {
height: 500px;
}
#levels-wrapper {
margin: 10px;
padding: 5px;
background: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px rgba(0... | 1162584980-google-io | map/map.css | CSS | asf20 | 2,657 |
// Copyright 2011 Google
/**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 1162584980-google-io | map/map.js | JavaScript | asf20 | 26,216 |
<html><head><style> body { font-family: sans-serif; } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; } </style></head><body>
<h3>Notices for files:</h3><ul>
<li>AbstractImmutableTableTest.java</li>
<li>AtomicInteger.java</li>
<li>ConcurrentHashMap.java</li>
<li>ConcurrentMap.java</li>
<li>CustomS... | 1162584980-google-io | android/assets/licenses.html | HTML | asf20 | 97,984 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/api/android/plus/PlusOneButton.java | Java | asf20 | 1,391 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/api/android/plus/GooglePlus.java | Java | asf20 | 969 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/RoomsHandler.java | Java | asf20 | 2,373 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Event.java | Java | asf20 | 1,237 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/MyScheduleItem.java | Java | asf20 | 841 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/SandboxCompany.java | Java | asf20 | 908 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/AnnouncementsResponse.java | Java | asf20 | 752 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/SearchSuggestions.java | Java | asf20 | 710 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Tracks.java | Java | asf20 | 752 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Errors.java | Java | asf20 | 751 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Speaker.java | Java | asf20 | 819 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/TimeSlot.java | Java | asf20 | 795 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/EventSlots.java | Java | asf20 | 701 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Error.java | Java | asf20 | 751 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Location.java | Java | asf20 | 703 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Room.java | Java | asf20 | 742 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Track.java | Java | asf20 | 833 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Announcement.java | Java | asf20 | 806 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/SessionsResult.java | Java | asf20 | 737 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/GenericResponse.java | Java | asf20 | 1,282 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/SpeakersResponse.java | Java | asf20 | 830 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Day.java | Java | asf20 | 721 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/Rooms.java | Java | asf20 | 697 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/ErrorResponse.java | Java | asf20 | 705 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/MyScheduleResponse.java | Java | asf20 | 753 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/EditMyScheduleResponse.java | Java | asf20 | 745 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/model/SessionsResponse.java | Java | asf20 | 743 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/MyScheduleHandler.java | Java | asf20 | 2,876 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/SearchSuggestHandler.java | Java | asf20 | 2,323 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/HandlerException.java | Java | asf20 | 2,022 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/SessionsHandler.java | Java | asf20 | 15,809 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/SpeakersHandler.java | Java | asf20 | 3,289 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/JSONHandler.java | Java | asf20 | 2,074 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/SandboxHandler.java | Java | asf20 | 5,369 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/AnnouncementsHandler.java | Java | asf20 | 4,016 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/BlocksHandler.java | Java | asf20 | 3,937 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/io/TracksHandler.java | Java | asf20 | 2,895 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/provider/ScheduleDatabase.java | Java | asf20 | 18,575 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/provider/ScheduleProvider.java | Java | asf20 | 39,629 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/provider/ScheduleContract.java | Java | asf20 | 27,130 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/calendar/SessionCalendarService.java | Java | asf20 | 17,856 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/calendar/SessionAlarmReceiver.java | Java | asf20 | 1,391 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/calendar/SessionAlarmService.java | Java | asf20 | 12,996 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/FractionalTouchDelegate.java | Java | asf20 | 5,324 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/SessionsHelper.java | Java | asf20 | 6,116 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/Lists.java | Java | asf20 | 2,170 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/HelpUtils.java | Java | asf20 | 11,150 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/SelectionBuilder.java | Java | asf20 | 5,630 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/DiskLruCache.java | Java | asf20 | 33,892 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/LogUtils.java | Java | asf20 | 3,045 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/Maps.java | Java | asf20 | 1,006 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/UIUtils.java | Java | asf20 | 17,426 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/ImageFetcher.java | Java | asf20 | 22,614 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/AccountUtils.java | Java | asf20 | 7,748 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/BeamUtils.java | Java | asf20 | 6,235 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/ImageWorker.java | Java | asf20 | 20,168 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/ReflectionUtils.java | Java | asf20 | 1,986 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/ParserUtils.java | Java | asf20 | 1,868 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/ImageCache.java | Java | asf20 | 21,190 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/actionmodecompat/ActionModeHoneycomb.java | Java | asf20 | 5,167 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/actionmodecompat/SimpleMenu.java | Java | asf20 | 6,416 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/actionmodecompat/ActionModeBase.java | Java | asf20 | 6,806 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/actionmodecompat/MultiChoiceModeListener.java | Java | asf20 | 1,638 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/actionmodecompat/SimpleMenuItem.java | Java | asf20 | 6,007 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/util/actionmodecompat/ActionMode.java | Java | asf20 | 6,836 |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1162584980-google-io | android/src/com/google/android/apps/iosched/appwidget/MyScheduleWidgetService.java | Java | asf20 | 17,704 |