Skip to content

Commit

Permalink
exe-file added
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 28, 2017
1 parent 6431be2 commit 3f81c6b
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 0 deletions.
1 change: 1 addition & 0 deletions Energy-Calculator/energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def print_sign():
print(logo)
print(line(70, "-"))
print("Version :"+str(version))
print("By Sepand Haghighi")
print(line(70,"-"))
def line(number,char="*"):
'''
Expand Down
Binary file added Exe-File/VCRUNTIME140.dll
Binary file not shown.
Binary file added Exe-File/_bz2.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/_ctypes.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/_hashlib.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/_lzma.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/_socket.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/_ssl.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/base_library.zip
Binary file not shown.
Binary file added Exe-File/energy.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions Exe-File/energy.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="energy" processorArchitecture="x86" type="win32" version="1.0.0.0"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>
7 changes: 7 additions & 0 deletions Exe-File/energy.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2017-02-28 19:56:39.525745
**********************************************************************
Space Heater --> 26.4 kwh
Television Analog <40 --> 688.0 wh
Television CRT --> 480.0 wh
**********************************************************************
Total :27.6 kwh
50 changes: 50 additions & 0 deletions Exe-File/input.ref
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Aquarium,24,0,3,0
Boom Box,8,0,0,0
Cable Box,140,0,0,0
CD Player,7,0,2,0
Ceiling Fan,35,0,0,0
Clothes Dryer,2790,0,0,0
Clothes Washer,255,0,0,0
Coffe Maker,1000,0,0,0
Compactors,400,0,3,0
PC,75,0,0,0
Laptop,25,0,0,4
Deep Fryer,1000,0,0,0
Monitor,42,0,0,0
Dishwasher,330,0,0,0
DVD/VCR,17,0,0,0
Electric Blanket,400,0,0,0
Electronic Air cleaner,50,3,0,0
Furance Fan,295,0,0,2
Garage Door Opener,400,0,0,0
Hair Dryer,710,0,0,0
Humidifer,11,0,0,0
Iron,1100,0,0,0
Lawn sprinkler,11,0,0,0
Microwave,1500,0,0,0
Pool Pump,1000,0,0,0
Portable spa,4350,0,0,0
Printer(Laser),250,0,0,0
Printer(Inkjet),13,0,0,0
Reciever,28,0,0,0
Rechargable Power Tool,13,0,0,0
Refrigerator,225,4,0,0
DSL Modem,6,0,0,0
Slow Cooker,200,0,0,0
Space Heater,1320,2,5,2
Stereo System,33,2,2,0
Television Analog <40,86,2,2,2
Television Analog >40,156,2,2,0
Television CRT,60,2,2,2
Television Plasma,300,0,0,0
Television LCD,150,0,0,0
Television set-top box,20,0,0,2
Toaster,1100,0,0,0
Toaster oven,1051,0,0,0
Video Game System,36,0,0,0
Water Heater,4500,0,0,0
Waterbed Heater,350,0,0,0
Well Pump,725,0,0,0
Elevator,350,0,0,0
Fluorescent-Tube,43,0,0,0
Lamp,100,0,0,0
Binary file added Exe-File/pyexpat.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/python35.dll
Binary file not shown.
Binary file added Exe-File/select.cp35-win32.pyd
Binary file not shown.
Binary file added Exe-File/unicodedata.cp35-win32.pyd
Binary file not shown.

0 comments on commit 3f81c6b

Please sign in to comment.