Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshlinux committed Apr 14, 2018
0 parents commit 449fb02
Show file tree
Hide file tree
Showing 71 changed files with 21,854 additions and 0 deletions.
Binary file added big.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/factorial/factorial.exe
Binary file not shown.
19 changes: 19 additions & 0 deletions build/factorial/factorial.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="factorial" processorArchitecture="amd64" type="win32" version="1.0.0.0"/>
<dependency>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VC90.CRT" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" type="win32" version="9.0.21022.8"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/>
</dependentAssembly>
</dependency>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>
354 changes: 354 additions & 0 deletions build/factorial/out00-Analysis.toc

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions build/factorial/out00-COLLECT.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
([('factorial.exe',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\factorial.exe',
'EXECUTABLE'),
('factorial.exe.manifest',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\factorial.exe.manifest',
'BINARY'),
(u'Microsoft.VC90.CRT.manifest',
u'C:\\Windows\\WinSxS\\Manifests\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9247_none_08e394a1a83e212f.manifest',
'BINARY'),
(u'msvcr90.dll',
u'C:\\Windows\\WinSxS\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9247_none_08e394a1a83e212f\\msvcr90.dll',
'BINARY'),
(u'msvcp90.dll',
u'C:\\Windows\\WinSxS\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9247_none_08e394a1a83e212f\\msvcp90.dll',
'BINARY'),
(u'msvcm90.dll',
u'C:\\Windows\\WinSxS\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9247_none_08e394a1a83e212f\\msvcm90.dll',
'BINARY'),
('python27.dll', 'C:\\Windows\\system32\\python27.dll', 'BINARY'),
('unicodedata', 'c:\\python27\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('_hashlib', 'c:\\python27\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('select', 'c:\\python27\\DLLs\\select.pyd', 'EXTENSION'),
('bz2', 'c:\\python27\\DLLs\\bz2.pyd', 'EXTENSION')],)
40 changes: 40 additions & 0 deletions build/factorial/out00-EXE.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
('C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\factorial.exe',
True,
False,
True,
None,
None,
False,
False,
u'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"><assemblyIdentity name="factorial" processorArchitecture="amd64" type="win32" version="1.0.0.0"/><dependency><dependentAssembly><assemblyIdentity name="Microsoft.VC90.CRT" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" type="win32" version="9.0.21022.8"/><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/></dependentAssembly></dependency><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/><supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/><supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/><supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/></application></compatibility></assembly>',
True,
'factorial.pkg',
[('out00-PYZ.pyz',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\out00-PYZ.pyz',
'PYZ'),
('struct', 'c:\\python27\\lib\\struct.pyc', 'PYMODULE'),
('pyimod01_os_path',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
'PYMODULE'),
('pyimod02_archive',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
'PYMODULE'),
('pyimod03_importers',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
'PYMODULE'),
('pyiboot01_bootstrap',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
'PYSOURCE'),
('factorial',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\factorial.py',
'PYSOURCE'),
('factorial.exe.manifest',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\factorial.exe.manifest',
'BINARY')],
[],
False,
False,
1493475286L,
[('run.exe',
'c:\\python27\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe',
'EXECUTABLE')])
Binary file added build/factorial/out00-PKG.pkg
Binary file not shown.
33 changes: 33 additions & 0 deletions build/factorial/out00-PKG.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
('C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\out00-PKG.pkg',
{'BINARY': 1,
'DATA': 1,
'EXECUTABLE': 1,
'EXTENSION': 1,
'PYMODULE': 1,
'PYSOURCE': 1,
'PYZ': 0},
[('out00-PYZ.pyz',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\out00-PYZ.pyz',
'PYZ'),
('struct', 'c:\\python27\\lib\\struct.pyc', 'PYMODULE'),
('pyimod01_os_path',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
'PYMODULE'),
('pyimod02_archive',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
'PYMODULE'),
('pyimod03_importers',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
'PYMODULE'),
('pyiboot01_bootstrap',
'c:\\python27\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
'PYSOURCE'),
('factorial',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\factorial.py',
'PYSOURCE'),
('factorial.exe.manifest',
'C:\\Users\\acer\\Desktop\\pythonPrograms\\build\\factorial\\factorial.exe.manifest',
'BINARY')],
True,
False,
False)
Binary file added build/factorial/out00-PYZ.pyz
Binary file not shown.
Loading

0 comments on commit 449fb02

Please sign in to comment.